

@charset "UTF-8";

/* css reset */
@font-face {
    font-family: 'PFR';
    src: url('../font/PINGFANG%20REGULAR/PINGFANG%20REGULAR.eot');
    src: url('../font/PINGFANG%20REGULAR/PINGFANG%20REGULAR.ttf') format('truetype'),
        url('../font/PINGFANG%20REGULAR/PINGFANG%20REGULAR.woff') format('woff'),
        url('../font/PINGFANG%20REGULAR/PINGFANG%20REGULAR.svg#PingFangBold') format('svg');
}
:root {
    --primary-color: #8b0000;
    --primary-light: #9d4dff;
    --primary-dark: #4a00b0;
    --secondary-color: #00f7ff;
    --text-color: #e0e0e0;
    --text-dark: #333;
    --bg-color: #121212;
    --bg-light: #1e1e1e;
    --bg-lighter: #2a2a2a;
    --card-bg: #1e1e1e;
    --card-hover: #2a2a2a;
    --border-color: #333;
    --success-color: #00c853;
    --warning-color: #ffab00;
    --error-color: #ff3d00;
}

*,
body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
tr,
td,
th,
a,
input,
textarea,
label,
img,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333333;
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%
}

span {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

i {
    font-style: normal;
    -webkit-transition: .3s;
    transition: .3s;
}

ul,
li {
    list-style: none
}

em {
    font-style: normal;
}

input:focus,
textarea:focus,
select:focus,
button {
    outline: none;
}

body {
    font-family: "PFR", "Microsoft YaHei", "Arial", "serif", "sans-serif", "cursive", "fantasy", "monospace";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
}

.clear {
    clear: both;
    zoom: 1;
}

.clear:after,
.clear:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.wrap {
    width: 1200px;
    max-width: 94%;
    min-width: 900px;
    margin: 0 auto;
}

.fl,
li {
    float: left
}

.fr {
    float: right
}

.f7 {
    background: #f7f7f7;
}

.center {
    text-align: center;
}

.pro {
    background: #FFF;
}

/*header*/
.header {
    height: 80px;
    border-bottom: 1px solid #e9e8e8;
}

.header_t {
    height: 35px;
    background: #464646;
    color: #FFF;
}

.header_links {
    padding-top: 6px;
}

.header_links a {
    width: 20px;
    height: 22px !important;
    line-height: 22px !important;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin: 0 5px !important;
    padding-left: 0 !important;
}

.header_links a.link_co {
    background-image: url(../images/header_icon_01.png)
}

.header_links a.link_wx {
    background-image: url(../images/header_icon_02.png)
}

.header_links a.link_wb {
    background-image: url(../images/footer_icon_02.png)
}

.header_links a.link_fb {
    background-image: url(../images/header_icon_03.png)
}

.header_links a.link_tw {
    background-image: url(../images/header_icon_04.png)
}

.lang {
    margin: 6px 0 0 10px;
    font-size: 14px;
}

.lang p.fl {
    line-height: 22px;
}

.lang_box {
    width: 66px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #b1b1b1;
    color: #a7a7a7;
    position: relative;
    font-size: 12px;
}

.lang_box:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 6px solid #a7a7a7;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -3px;
    right: 6px;
}

.lang_box p {
    padding-left: 6px
}

.lang_box dl {
    position: absolute;
    top: 20px;
    left: -1px;
    width: 66px;
    border: 1px solid #b1b1b1;
    background: #464646;
    border-top: 0;
    z-index: 1;
    padding: 10px 0;
    display: none;
}

.lang_box dl a {
    display: block;
    padding-left: 6px;
    color: #a7a7a7;
}

.lang_box dl a:hover {
    color: #c81313
}

.lang_box dl.on {
    display: block;
}

/*.lang_box:hover dl{display: block;}*/

.header_b {
    height: 45px;
    background-color: #ffffff;
    width: 100%;
    z-index: 100;
}

.header_b.on {
    position: fixed;
    top: 0;
    background-color: #f6f6f6;
}

.header_b .wrap {
    position: relative;
}

.logo {
    /*padding-top: 13px;*/
}

.nav {
    float: right;
    line-height: 45px;
}

.nav li>a {
    font-size: 15px;
    padding: 0 33px;
    color: #333;
}

.nav li.on>a,
.nav li:hover>a {
    color: #c81313
}

.sea_pro .search_btn {
    margin: 0 0 0 25px;
    padding: 0;
    font-size: 13px;
}

.sea_pro .search_btn img {
    margin-top: -3px;
}

.sea_prov .wrap {
    height: auto;
}

.sea_pro {
    line-height: 45px;
}

.sea_pro .nav_search {
    position: absolute;
    width: 0;
    display: none;
    height: 45px;
    right: 0;
    top: 0;
    padding-left: 1.5em;
    background-color: #ffffff;
}

.sea_pro .nav_search.active {
    width: 0px;
    display: block;
    float: none;
}

.sea_pro .nav_search input {
    border: none;
    font-size: 15px;
    color: #666666;
    width: 500px;
    margin-right: 40px;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    padding-left: 3.3em;
    background: url("../images/search_btn.png") 0 center no-repeat;
}

.sea_pro .nav_search span {
    width: 15px;
    height: 45px;
    background: url("../images/search_cl_03.png") center no-repeat;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: right;
}

.sea_pro .nav_search_list {
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
    padding: 20px 0;
    display: none;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0;
}

.sea_pro .nav_search_list a {
    width: 100%;
    padding: 0 3.3em;
    color: #666666;
}

.sea_pro .nav_search_list a:hover,
.sea_pro .nav_search_list a.on {
    background-color: #ededed;
}

.sea_pro .nav_search .nav_search_in {
    position: relative;
}

.sea_pro .nav_search_list.sho {
    display: block;
}

/*
.menu{display:none;float:right;margin-top:12.5px;width:36px;height:25px;position:relative}
.menu span{width:36px;height:3px;position:absolute;left:0;-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:left center;background-color:#0a57b3}
.menu .s1{top:0}
.menu .s2{top:11px;}
.menu .s3{top:22px;}
.menu.on .s1{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-2px;}
.menu.on .s2{opacity:0;}
.menu.on .s3{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:23px;}
*/
.menu {
    width: 40px;
    display: none;
    margin-top: 9px;
}

.menu span {
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    -webkit-transition: .3s;
    transition: 0.3s;
}

.menu span.sp2 {
    width: 28px;
    margin: 5px 0;
}

.menu.on span {
    width: 28px;
}

.scroll_top {
    position: fixed;
    bottom: 20%;
    right: 2em;
    z-index: 10;
    cursor: pointer;
    display: none;
    background: url("../images/make_top_07.png") center no-repeat;
    width: 3em;
    height: 7em;
    -webkit-background-size: contain;
    background-size: contain;
}

.scroll_top.active {
    display: block;
}

.scroll_top img {
    width: 3em;
    display: none;
}

/*footer*/
.footer {
    background: #333333;
    font-size: 14px;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer_t {
    padding: 88px 0 40px;
    border-bottom: 1px solid #434343
}

.footer_tl {
    width: 25%;
}

.footer_tl h2 {
    padding-bottom: 28px;
    margin-bottom: 16px;
    position: relative
}

.footer_tl h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 26px;
    height: 3px;
    background: #FFF
}

.footer_tl p {
    font-size: 14px;
    line-height: 1.715;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.footer_nav {
    width: 75%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #434343
}

.footer_nav li {
    width: 12%;
    padding-left: 4.7%;
}

.footer_nav li.l6 {}

.footer_nav dt {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 1.5em;
    position: relative;
    margin-bottom: 16px;
}

.footer_nav dt span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 1em;
    background: #FFF;
}

.footer_nav dd {
    line-height: 28px;
}

.footer_nav .l6 {
    width: 14.6%;
    margin-left: 1.6%;
    padding-left: 6%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #434343
}

.footer_nav .l6 dd a {
    width: 25px;
    height: 25px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 25px !important;
    padding-left: 0;
    background-repeat: no-repeat;
}

.footer_nav .l6 dd a.link_wx {
    background: url(../images/footer_icon_01.png);
    position: relative;
}

.footer_nav .l6 dd a.link_wx:after,
.header_links a.link_wx:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url("../images/erwei.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    display: none;
    margin-top: -37px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header_links a.link_wx {
    position: relative;
}

.header_links a.link_wx:after {
    margin-left: -40px;
}

@keyframes headWei {
    from {
        margin-top: 20px
    }

    to {
        margin-top: 30px;
    }
}

@keyframes footWei {
    from {
        margin-left: -100px
    }

    to {
        margin-left: -110px;
    }
}

.footer_nav .l6 dd a.link_wx:hover:after {
    -webkit-animation: footWei 0.3s forwards;
    animation: footWei 0.3s forwards;
    display: block;
}

.header_links a.link_wx:hover:after {
    -webkit-animation: headWei 0.3s forwards;
    animation: headWei 0.3s forwards;
    display: block;
}

.footer_nav .l6 dd a.link_wb {
    background: url(../images/footer_icon_02.png);
}

.footer_nav .l6 dd a.link_fb {
    background: url(../images/footer_icon_03.png);
}

.footer_nav .l6 dd a.link_tw {
    background: url(../images/footer_icon_04.png);
}

.footer_nav .l6 dd a.link_co {
    background: url(../images/footer_icon_05.png);
}

.footer_nav dd a {
    color: #ccc;
    font-size: 12px;
}

.footer_nav dd a:hover {
    color: #FFF;
}

.footer_b {
    line-height: 50px;
    padding-bottom: 30px;
}

/* index */
.banner {
    width: 100%;
    height: 840px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    height: 840px;
    width: 100%
}

.banner .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: grid;
    place-items: center;
}

.banner .bd li a img {
    width: 80%
}

.banner .hd {
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 55px;
    left: 0
}

.banner .hd ul {
    display: inline-block;
}

.banner .hd ul li {
    float: left;
    margin: 0 7px;
    width: 66px;
    height: 4px;
    text-align: center;
    background: #e5e5e5;
    color: #aaa;
    font-size: 0;
    text-indent: 9999px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.banner .hd ul li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #c81313;
}

.banner .hd ul li.on:after {
    width: 100%;
    -webkit-transition: 4.5s linear;
    transition: 4.5s linear
}

.bd_weixin_popup {
    background: url("../images/erwei.png") center no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    width: 250px !important;
    height: 250px !important;
}

.bd_weixin_popup .bd_weixin_popup_head,
.bd_weixin_popup .bd_weixin_popup_main,
.bd_weixin_popup .bd_weixin_popup_foot {
    display: none;
}

.index_pro {
    background: #f7f7f7;
    padding: 90px 0 130px;
}

.index_pro a {
    display: block;
    width: 100%;
    height: 100%
}

.index_pro_l {
    width: 64.15%;
}

.index_pro_lt {
    margin-bottom: 30px;
}

.index_pro_lt_item {
    width: 47%;
    background: #FFF;
    -webkit-transition: .3s;
    transition: .3s
}

.index_pro_lt_item .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index_pro_lt_item .img img {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.index_pro_lt_item .img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(227, 5, 5, 0.37);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    top: 0;
    left: 0
}

.index_pro_lt_item:hover .img:after {
    opacity: 1
}

.index_pro_lt_item:hover .img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.index_pro_r {
    width: 32.25%;
}

.index_pro_lt_item .txt {
    padding: 19px 26px;
    color: #666
}

.index_pro_lt_item .txt h3 {
    font-size: 24px;
    line-height: 1.66667;
}

.index_pro_lt_item .txt p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index_pro_lb {
    background: #FFF;
    -webkit-transition: .3s;
    transition: .3s
}

.index_pro_lb_img {
    width: 78.8%;
    overflow: hidden;
}

.index_pro_lb_img a,
.index_pro_r a {
    position: relative
}

.index_pro_lb_img a img,
.index_pro_r a img {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.index_pro_lb_img a:after,
.index_pro_r a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(227, 5, 5, 0.37);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    top: 0;
    left: 0
}

.index_pro_lb_img:hover a:after,
.index_pro_r:hover a:after {
    opacity: 1
}

.index_pro_lb_img:hover a img,
.index_pro_r:hover a img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.index_pro_lb_img {
    width: 78.8%
}

.index_pro_lb .index_pro_more {
    width: 21.2%;
    text-align: center;
    padding-top: 125px;
}

.index_pro_lb .index_pro_more .icon {
    width: 40px;
    height: 40px;
    background: url(../images/more_01.png) no-repeat center;
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s
}

.index_pro_lb .index_pro_more p {
    font-size: 16px;
    line-height: 3;
    color: #666;
    -webkit-transition: 1s;
    transition: 1s
}

.index_pro_lb .index_pro_more:hover .icon {
    background-image: url(../images/more_02.png)
}

.index_pro_lb .index_pro_more:hover p {
    color: #c81313
}

.index_pro_r {
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.index_pro_lt_item:hover,
.index_pro_r:hover,
.index_pro_lb:hover {
    -webkit-box-shadow: 0 5px 15px 1px #ccc;
    box-shadow: 0 5px 15px 1px #ccc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.index_title {
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
}

.index_title h2 {
    font-size: 24px;
    line-height: 70px;
}

.index_title p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.index_brand {
    display: none;
    padding: 84px 0 120px;
    background: #222 url(../images/index_bg_01.jpg) no-repeat center;
    background-size: cover;
    color: #FFF;
    text-align: center
}

.index_brand_more {
    width: 150px;
    line-height: 40px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    height: 40px;
}

.index_brand_more:hover {
    color: #b42323;
    border-color: #b42323;
}

/*
.index_brand_more:after,.index_brand_more:before{content: '更多';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color:#560202;z-index: 2;margin-top: -42px;-webkit-transition: .3s;transition: .3s;}
.index_brand_more:before{background-color: transparent;margin-top: 0;}
.index_brand_more:hover:after{margin-top: 0;}
.index_brand_more:hover:before{margin-top: 42px;}
*/

.index_sale {
    padding: 100px 0 160px;
}

.index_scale .index_title {
    max-width: 730px;
}

.index_sale_map {
    width: 728px;
    margin: 90px auto 0;
    position: relative
}

.index_sale_map li {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid #FFF;
    background: #5a5a5a;
    line-height: 1em;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.index_sale_map li:hover {
    -webkit-box-shadow: 0 5px 15px 1px #aaa;
    box-shadow: 0 5px 15px 1px #aaa;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.index_sale_map li:hover span {
    color: #c81313
}

.index_sale_map li.South_America {
    top: 260px;
    left: 160px;
}

.index_sale_map li.Africa {
    top: 200px;
    left: 310px;
}

.index_sale_map li.Europe {
    top: 90px;
    left: 340px;
}

.index_sale_map li.Middle_East {
    top: 160px;
    left: 400px;
}

.index_sale_map li.Southeast_Asia {
    top: 205px;
    left: 510px;
}

.index_sale_map li.China {
    top: 140px;
    left: 540px;
}

.index_sale_map li.red {
    background: #b42323
}

.index_sale_map li p {
    padding-top: 1.9em;
}

.index_sale_map li.Middle_East p,
.index_sale_map li.Southeast_Asia p,
.index_sale_map li.South_America p {
    padding-top: 1.4em;
}

.index_sale_map li.Middle_East:before {
    content: '';
    position: absolute;
    width: 0;
    height: 140px;
    border-right: 1px dashed #909090;
    top: 63px;
    left: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.index_sale_map li.Middle_East:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 0;
    border-bottom: 1px dashed #909090;
    top: 205px;
    left: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.index_sale_map li span {
    position: absolute;
    white-space: nowrap;
    color: #333;
    text-align: left;
    line-height: 18px;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.index_sale_map li.Middle_East span {
    top: 196px;
    left: 60px;
}

.index_sale_map li.China:before {
    content: '';
    position: absolute;
    width: 105px;
    height: 0;
    border-top: 1px dashed #909090;
    top: 50%;
    left: 63px;
    -webkit-transition: .3s;
    transition: .3s
}

.index_sale_map li.China:after {
    content: '';
    position: absolute;
    width: 0;
    height: 34px;
    border-right: 1px dashed #909090;
    top: 50%;
    left: 170px;
    -webkit-transition: .3s;
    transition: .3s
}

.index_sale_map li.China span {
    top: 62px;
    left: 160px;
}

.index_sale_map li:hover:before,
.index_sale_map li:hover:after {
    border-color: #c81313 !important;
}

.index_links {
    padding: 95px 0 90px;
    background: #f3f3f3;
}

.index_links li {
    width: 28%;
    text-align: center;
    margin-right: 8%;
    -webkit-transition: .3s;
    transition: .3s
}

.index_links li.l3 {
    margin-right: 0
}

.index_links li .icon {
    margin-bottom: 18px;
}

.index_links li h3 {
    font-size: 24px;
    line-height: 2.3;
    margin-bottom: 0.25em;
}

.index_links li p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    height: 3.5em;
    overflow: hidden;
}

.index_links li a {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    padding-top: 0.5em;
}

.index_links li a:hover {
    color: #b42323;
}

/*.index_links li:hover{-webkit-transform: translateY(-5px);transform: translateY(-5px)}*/

/*news*/
.news {
    padding: 100px 0 130px;
}

.title {
    margin-bottom: 45px;
    text-align: center;
}

.title h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.news_item {
    padding: 35px 9.2%;
    margin-bottom: 20px;
    background: #FFF;
    -webkit-transition: .5s;
    transition: .5s
}

.news_item a {
    display: block;
    width: 100%;
    color: #666;
}

.news_item .img {
    float: left;
    width: 34.5%;
    max-height: 200px;
    overflow: hidden;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news_item .img img {
    min-height: 100%;
    max-width: inherit;
    min-width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.news_item .txt {
    float: right;
    width: 57%;
    letter-spacing: 2px;
}

.news_item .txt h3 {
    font-size: 18px;
    line-height: 1.64;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s
}

.news_item .txt span {
    font-size: 14px;
    line-height: 3;
    color: #999;
    margin-bottom: 10px;
}

.news_item .txt p {
    font-size: 14px;
    line-height: 1.6;
    max-height: 8em;
    overflow: hidden;
}

.news_item:hover .img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.news_item:hover .txt h3 {
    color: #c81313
}

.news_item:hover {
    -webkit-box-shadow: 0 3px 10px 1px #ccc;
    box-shadow: 0 3px 10px 1px #ccc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

/*pages*/
.pages {
    text-align: right;
    margin: 70px 0;
}

.pages ul {
    display: inline-block;
}

.pages a {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #333;
    border: 1px solid #c9c9c9;
    text-align: center;
    margin: 0 0 0 8px;
    vertical-align: top;
}

.pages a.next {
    background: url(../images/nextPage_01.png) no-repeat center
}

.pages a.active,
.pages a:hover {
    color: #FFF;
    background-color: #333;
    border-color: #333;
}

.pages a.next:hover {
    background-image: url(../images/nextPage_02.png)
}

.pages .link {
    display: inline-block;
}

/*
.pages .link a{width:34px;height:34px;line-height: 34px;color:#333;border:1px solid #c9c9c9;text-align: center;}
*/
.pages a {
    display: inline-block;
    color: #333333;
    margin: 0 0 0 8px;
}

/*news_detail*/
.news_detail .title {
    margin-bottom: 15px;
}

.news_detail .title p {
    color: #999;
    line-height: 3.5;
    font-size: 14px;
}

.news_detail_wrap {
    padding: 7%;
    background: #FFF;
}

.news_detail_t {
    padding: 0 0 5%;
    border-bottom: 2px solid #efefef;
}

.news_detail_t p,
.news_detail_t div {
    font-size: 14px;
    line-height: 1.715em;
    color: #666;
    /*padding-bottom:3em;*/
    letter-spacing: 1px !important;
}

.news_detail_t img {
    height: auto;
    max-width: 100%
}

.news_detail_b {
    padding: 2em 0 1em;
}

.news_detail_b li {
    float: none;
    line-height: 2;
}

.news_detail_b li a {
    color: #666;
}

.news_detail_b li a:hover {
    color: #c81313;
}

/*pro*/
.pro_nav {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: #FFF;
    line-height: 60px;
}

.pro_nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: none;
}

.pro.on {
    margin-top: 60px;
}

.pro_nav h1 {
    font-size: 18px;
    color: #666;
}

.pro_nav_r li {
    margin-left: 50px;
}

.pro_nav_r li a {
    font-size: 15px;
    line-height: 58px;
    color: #666;
    border-bottom: 2px solid transparent
}

.pro_nav_r li.active a,
.pro_nav_r li:hover a {
    color: #c81313;
    border-color: #c81313
}

/*pro_pv*/
.pro_pv {
    padding: 90px 0;
}

.pro_pv_v {
    padding-top: 130px;
}

.serve_video .pro_pv_v {
    padding-top: 0;
}

.pro_pv_v_list {
    margin-top: 60px;
}

.pro_pv_v_list li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.pro_pv_v_list li a {
    display: block;
}

.pro_pv_v_list li.odd {
    margin-right: 0;
}

.pro_pv_v_list li .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 310px;
}

.pro_pv_v_list li .img .pic {
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro_pv_v_list li .img span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    -webkit-transition: .5s;
    transition: .5s
}

.pro_pv_v_list li p {
    font-size: 18px;
    line-height: 1.5;
    padding: 1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s
}

.pro_pv_v_list li .img:hover>.pic {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.pro_pv_v_list li .img:hover>span {
    opacity: 0.5
}

.pro_pv_v_list li:hover p {
    color: #c81313
}

.pro_pv_p_list {
    width: 100%;
    position: relative
}

.pro_pv_p_list .bd li {
    width: 100%;
    /*height:643px;line-height:643px;*/
    text-align: center;
}

/*
.pro_pv_p_list .bd li img{height: 100%;width: initial;}
*/
.pro_pv_p_list .hd a,
.banner.ind .bd a.btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    z-index: 1;
    -webkit-background-size: contain;
    background-size: contain;
}

.banner.ind .bd a.btn {
    width: 30px;
}

.pro_pv_p_list .hd a.prev,
.banner.ind .bd a.prev {
    background-image: url(../images/pro_pv_prev_01.png);
    left: 20%
}

.banner.ind .bd a.prev {
    left: 2%;
}

.pro_pv_p_list .hd a.next,
.banner.ind .bd a.next {
    background-image: url(../images/pro_pv_next_01.png);
    right: 20%
}

.banner.ind .bd a.next {
    right: 2%;
}

.pro_pv_p_list .hd a.prev:hover,
.banner.ind .bd a.prev:hover {
    background-image: url(../images/pro_pv_prev_02.png);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.pro_pv_p_list .hd a.next:hover,
.banner.ind .bd a.next:hover {
    background-image: url(../images/pro_pv_next_02.png);
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.pro_pv_p_list .hd_in {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    text-align: center
}

.pro_pv_p_list .hd_in ul {
    display: inline-block
}

.pro_pv_p_list .hd_in li {
    width: 46px;
    height: 3px;
    margin: 0 8px;
    background: #cccccc;
    text-indent: 9999px;
    font-size: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.pro_pv_p_list .hd_in li.on {
    background: #666
}

/*pro_cs*/
.pro_cs_item {
    padding: 70px 0 90px;
    border-bottom: 1px solid #e7e7e7;
}

.pro_cs_item .pro_cs_title {
    position: absolute;
}

.pro_cs_title h2 {
    font-size: 24px;
    line-height: 1;
}

.pro_cs_color_pic {
    width: 50%;
}

.pro_cs_color_pic li {
    width: 100%;
    text-align: center;
    height: 600px;
    line-height: 600px;
}

.pro_cs_color_pic li img {
    max-height: 90%;
    max-width: 65%;
}

.pro_cs_color_txt {
    width: 50%;
    padding-right: 1em;
    box-sizing: border-box;
}

.pro_cs_color_txt_info li {
    width: 50%;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 3em 0;
    border-left: none;
    margin-left: -1px;
    margin-top: -1px;
}

.pro_cs_color_txt_info li.on {
    border-right: none;
}

.pro_cs_color_txt_info li h3 {
    font-size: 24px;
    line-height: 1em;
}

.pro_cs_color_txt_info li p {
    font-size: 16px;
    line-height: 1em;
    padding-top: 1.5em;
}

.pro_cs_color_txt_color {
    padding-top: 2.5em;
}

.pro_cs_color_txt_color p {
    font-size: 16px;
    text-align: center;
    padding-top: 1em;
}

.pro_cs_color_txt_color .dot {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.pro_cs_color_txt_color .dot .dot_in {
    width: 38px;
    height: 38px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 2px;
    cursor: pointer;
}

.pro_cs_color_txt_color .dot .dot_in img {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -2px;
    margin-top: -2px;
    max-width: 42px;
}

.pro_cs_color_txt_color li {
    margin: 1.3em;
}

.pro_cs_color_txt_color li.on .dot_in {
    width: 42px;
    height: 42px;
    margin-top: 0;
}

.pro_cs_color_txt_color li.on .dot_in img {
    margin-top: 0;
    margin-left: 0;
}

.pro_cs_item2 li {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 7em 0;
}

.pro_cs_item2 p {
    font-size: 16px;
    padding-bottom: 1.5em;
    line-height: 1.5em;
    float: left;
    width: 100%;
}

.pro_cs_item2 li .content .content_l {
    width: 25%;
}

.pro_cs_item2 li .content .content_r {
    width: 65%;
}

.pro_cs_item2 .content_r img {
    margin: 0 auto;
    display: block;
}


.pro_cs_item2 li .content {
    width: 80%;
}

.pro_cs_item2 li .content p.attri {
    float: left;
    width: 25%;
    margin-right: 5%;
}

.pro_cs_item2 li .content p.info {
    width: 70%;
}

.pro_cs_item2 li .content dd {
    overflow: hidden;
}

/*serve*/
.banner.ser {
    height: 756px;
    color: #ffffff;
    position: relative;
}

.banner.ser h3 {
    font-size: 48px;
}

.banner.ser p {
    font-size: 24px;
    padding-top: 0.8em;
}

.banner.ser .txt {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    width: 100%;
    text-align: center;
}

.banner_slide_down span {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 85px;
    font-family: "SimHei";
}

.banner_slide_down {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.serve_sell {
    padding: 9.5em 0;
}

.serve_sell li {
    width: 48%;
    text-align: center;
}

.serve_sell li a {
    color: #333333;
    background-color: #f1f1f1;
    display: block;
    padding: 7.5em;
}

.serve_sell li a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 2px 3px 10px 4px rgba(0, 0, 0, 0.2)
}

.serve_sell li h3 {
    font-size: 30px;
    line-height: 1em;
    white-space: nowrap;
}

.serve_sell li span {
    width: 30px;
    height: 4px;
    background-color: #333333;
    margin: 1em 0 5em;
}

.serve_sell li p {
    font-size: 16px;
    line-height: 1.7em;
}

.serve_in {
    padding: 7.5em 0 5em;
}

.serve_in h3 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 1.5em;
}

.serve_in a.btn {
    font-size: 16px;
    margin-top: 1em;
}

.serve_in a.btn:hover {
    color: #c81313;
}

.serve_flow {
    background-color: #f5f5f5;
}

.serve_flow p {
    color: #5e5e5e;
    line-height: 2.5em;
}

.serve_flow .flow_con {
    margin: 0 0 4.5em;
}

.serve_flow .flow_con h4 {
    font-size: 20px;
    color: #505050;
}

.serve_flow .flow_con span {
    background-color: #838383;
    width: 27px;
    height: 3px;
    margin: 1em 0 3.3em;
}

.serve_flow .flow_con p {
    color: #797979;
}

.serve_flow .flow_con li {
    width: 32.5%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 4.5em 2.7em;
}

.serve_flow .flow_con li.even {
    margin: 0 1%;
}

.serve_pol h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.serve_pol p {
    line-height: 2.5em;
}

.banner.ser_prob .pro_sea {
    width: 640px;
    margin: 3em auto 0em;
    position: relative;
}

.banner.ser_prob input {
    display: block;
    width: 100%;
    height: 3em;
    line-height: 3em;
    border: 1px solid #ffffff;
    background-color: transparent;
    margin-bottom: 1.5em;
    border-radius: 3em;
    padding: 0 2em;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
}

.banner.ser_prob button {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 0;
    height: 3em;
    padding: 0.5em;
    width: 3em;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
}

.banner.ser_prob button img {
    max-height: 100%;
}

.banner.ser_prob span {
    padding: 0 1em;
    float: left;
}

.banner.ser_prob span a {
    color: #ffffff;
    font-size: 14px;
}

.banner.ser_prob p {
    font-size: 14px;
    padding-left: 1em;
    padding-top: 0;
}

.banner.ser_prob .txt {
    top: 35%;
}

.banner.ser_prob input::-webkit-input-placeholder {
    color: #ffffff;
}

.banner.ser_prob input:-moz-placeholder {
    color: #ffffff;
}

.banner.ser_prob input::-moz-placeholder {
    color: #ffffff;
}

.banner.ser_prob input:-ms-input-placeholder {
    color: #ffffff;
}

.serve_prob {
    padding: 7.3em 0 13em;
}

.serve_prob p {
    padding: 1.5em 2.8em;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.serve_prob p.pro_title {
    background-color: #f1f1f1;
}

.serve_video p {
    text-align: center;
}

.serve_add {
    padding: 6.5em 0 11em;
}

.serve_add li {
    padding: 3.3em;
    width: 100%;
    font-size: 16px;
    line-height: 1.7em;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.serve_add li.odd {
    background-color: #f6f6f6;
}

.serve_add li:hover {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    box-shadow: 2px 3px 10px 4px rgba(0, 0, 0, 0.1)
}

.serve_add h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.serve_add p {
    color: #666666;
}

.serve_add .address {
    background: url("../images/serve_add_03.png") left center no-repeat;
    width: 50%;
    border-right: 1px solid #e3e3e3;
    padding: 0.7em 7em 0.7em 3em;
    box-sizing: border-box;
}

.serve_add .tw {
    width: 40%;
    padding: 1em 0 1em 7em;
    box-sizing: border-box;
}

/*product_gen*/
.banner.pro_gen {
    background-color: #444444;
    text-align: center;
    overflow: hidden;
    height: inherit;
}

.banner.pro_gen h3 {
    font-size: 48px;
}

.banner.pro_gen p {
    font-size: 22px;
    color: #666666;
    padding: 1.5em 0 2em;
    display: none;
}

.product_gen {
    text-align: center;
    padding-bottom: 11em;
    background-color: #f7f7f7;
}

.product_gen h3 {
    font-size: 20px;
    color: #343434;
    line-height: 1em;
    margin: 5.4em 0 2.5em;
}

.product_gen li {
    width: 100%;
}

.product_gen dd {
    width: 23.5%;
    float: left;
    margin: 0 0.7%;
    box-shadow: 2px 3px 14px 4px rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #ffffff;
}

/*
.product_gen dd.odd{background-color: #ffedf0;}
*/
.product_gen dd p {
    font-size: 16.87px;
    color: #666666;
    height: 4em;
    line-height: 4em;
    background-color: #f7f7f7;
    -webkit-transition: .3s;
    transition: .3s;
}

.product_gen dd .pic {
    height: 337px;
    line-height: 337px;
}

.product_gen dd a {
    display: block;
}

.product_gen dd .pic img {
    -webkit-transition: .3s;
    transition: .3s;
    max-height: 90%;
}

.product_gen dd:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.product_gen dd:hover p {
    color: #c81313;
}

.product_gen dd:hover {
    box-shadow: 2px 3px 10px 4px rgba(0, 0, 0, 0.1)
}

/*.product_gen dd:hover img{-webkit-transform: scale(1.05);transform: scale(1.05)}*/
.product_gen dd.last {
    margin-right: 0;
}

.product_gen_bo {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #bebebe;
    font-family: "Microsoft YaHei Light";
    padding: 5.5em 0;
    background-color: #555555;
}

.product_gen_bo span {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 1.2em auto 2.7em;
}

.product_gen_bo h4 {
    font-size: 24px;
    letter-spacing: 4px;
    padding-bottom: 0.8em;
}

.product_gen_bo p {
    font-size: 22px;
    letter-spacing: 13px;
}

.bra_vide {
    width: 100%;
}

.vide_t,
.vide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.vide_t em {
    background: url("../images/play_01.png");
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    cursor: pointer;
}

.vide_t.hid {
    position: static;
}

.vide_t em.hid {
    display: none;


/* --- Brand Navigation --- */
.brand_nav {
    background: #b9b7b7;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10;
}
.brand_nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.brand_nav li {
    display: inline-block;
    padding: 0 2em;
}
.brand_nav li.active {
    background: #cc0000;
}
.brand_nav a {
    color: #fff;
    font-size: 18px;
    line-height: 4em;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}}


.brand_nav.flow {
    position: fixed;
    top: 0;
    z-index: 10;
}

.gray {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
}

.gray .pic {
    position: absolute;
    left: 50%;
    width: 50em;
    height: 30em;
    margin-top: -15em;
    margin-left: -25em;
    text-align: center;
    opacity: 0;
    z-index: 12;
    -webkit-animation: vide_hide 0.5s .3s infinite;
    animation: vide_hide 0.5s .3s infinite
}

.gray .pic .vide {
    /*-webkit-transform: scale(1.5);transform: scale(1.5);*/
    display: inline-block;
}

.gray .pic .vide p {
    background-color: #f5f5f5;
    text-align: right;
}

.gray .pic .vide p span {
    width: 1.2em;
    border-radius: 50%;
    height: 1.2em;
    background: url("../images/close.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    margin: 7px 0 4px;
    margin-right: 10px;
}

/*.gray .pic .vide p span:hover{background: url("../images/close_h.png") center no-repeat;background-color: #c81313;-webkit-background-size: cover;background-size: cover;}*/
.gray.on {
    display: block;
}

.gray.on .pic {
    -webkit-animation: vide_blod 0.5s .3s forwards;
    animation: vide_blod 0.5s .3s forwards
}

.gray.hid .pic {
    -webkit-animation: vide_hide 0.5s .3s forwards;
    animation: vide_hide 0.5s .3s forwards
}

@keyframes vide_blod {
    0% {
        top: 0;
    }

    100% {
        top: 50%;
        opacity: 1;
    }
}

@keyframes vide_hide {
    0% {
        top: 50%;
        opacity: 1;
    }

    100% {
        top: 0;
        opacity: 0;
    }
}

.brand_nav a {
    height: 4em;
    line-height: 4em;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    color: #ffffff;
    border-top: 1px solid transparent;
    position: relative;
}

/*
.brand_nav li.active a:before{content: '';display: block;width: 100%;height: 2px;position: absolute;bottom: 0.7em;background-color: #ffffff;}
*/
.brand_nav li {
    float: none;
    display: inline-block;
    padding: 0 2em;
}

.brand_nav li.active {
    background-color: #cc0000;
}

.brand .title h3 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 1em;
    letter-spacing: 3px;
}

.brand .index_title h2 {
    font-size: 22px;
}

.brand .title p {
    color: #666666;
    line-height: 2.5em;
}

.brand_con {
    text-align: center;
    padding-top: 6em;
}

.brand_con ul {
    padding-top: 2.5em;
}

.brand_con li {
    width: 26%;
    margin-right: 11%;
    display: inline-block;
}

.brand_con li.last {
    margin-right: 0;
}

.brand_con li h4 {
    font-size: 22px;
    line-height: 1em;
    margin: 2em 0 0.7em;
    text-align: left;
}

.brand_con .con {
    color: #cc0000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    line-height: 50px;
    position: relative;
    display: inline-block
}

.brand_con .con:before,
.brand_con .con:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    margin-left: -55px;
    top: 50%;
}

.brand_con .con:after {
    left: inherit;
    right: 0;
    margin-right: -55px;
}

.brand_con .con span {
    width: 42px;
    height: 42px;
    border: 1px solid #cccccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
}

.brand_con li p {
    color: #696969;
    line-height: 1.7em;
    text-align: left;
    letter-spacing: 1px;
}

.brand .hr {
    width: 600px;
    height: 1px;
    background-color: #e9e9e9;
    position: relative;
    margin: 8em auto 0;
}

.brand .hr:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #e9e9e9;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.brand_con1 li {
    width: 23.5%;
    margin-right: 1.5%;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 4.5em 1em 3.5em 1.5em;
    box-sizing: border-box;
}

.brand_con1 li.last {
    margin-right: 0%;
}

.brand_con1 li h4 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 1.2em;
    letter-spacing: 1px;
}

.brand_con1 li p {
    color: #4d4d4d;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.brand_con1 li span {
    width: 3.5em;
    height: 3px;
    background-color: #e74937;
    margin-top: 1.5em;
}

.brand_con1 li .pic {
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -78.5px;
    top: 0;
    margin-top: -38.5px;
    padding: 0 40px;
    background-color: #ffffff;
}

.brand_con1 li .pic .pic_in {
    width: 77px;
    height: 77px;
    line-height: 77px;
    border: 1px solid #e95949;
    border-radius: 50%;
}

.brand_con2 {
    padding-top: 130px;
}

.brand_con2 li {
    width: 50%;
    position: relative;
}

.brand_con2 li dd {
    width: 50%;
    float: left;
    position: relative;
}

.brand_con2 li img {
    width: 100%;
    display: block;
}

.brand_con2 li.max:after,
.brand_con2 li dd:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.47);
    left: 0;
    top: 0;
}

.brand_con3 {
    background-color: #f7f7f7;
    text-align: center;
    padding: 86px 0;
}

.brand_con2 li.max:hover:after,
.brand_con2 li dd:hover:after {
    display: none;
}

.brand_con3 li {
    width: 48%;
    padding: 4em;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 1%;
    letter-spacing: 1px;
}

.brand_con3 .con {
    width: 92px;
    height: 92px;
    line-height: 92px;
    border: 1px solid #e74937;
    border-radius: 50%;
    display: inline-block;
}

.brand_con3 h4 {
    font-size: 22px;
    line-height: 3em;
}

.brand_con3 h5 {
    font-size: 18px;
    padding-bottom: 2em;
}

.brand_con3 p {
    color: #666666;
    line-height: 1.8em;
    font-size: 16px;
}

.brand_con3 span {
    width: 40px;
    height: 2px;
    background-color: #e74937;
    margin-top: 2em;
}

.brand_con4 {
    background-color: #ececec;
    padding: 80px 0 110px;
    text-align: center;
}

.brand_con4 .title h3 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #545454;
}

.brand_con4 .tit_con {
    font-size: 18px;
    color: #ffffff;
    width: 140px;
    height: 67px;
    background: url("../images/brand_con4_03_02.png") center no-repeat;
    line-height: 58px;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    left: 0;
    top: 0;
    margin-left: -3em;
    margin-top: -0.5em;
    -webkit-transition: .3s;
    transition: .3s;
}

.brand_con4 li p {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1.7em;
    text-align: left;
}

.brand_con4 li {
    width: 44%;
    margin: 2% 7.5% 3% 0;
    background-color: #ffffff;
    padding: 2.8em 4em;
    box-sizing: border-box;
    position: relative;
    box-shadow: 2px 3px 20px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.brand_con4 li.odd {
    margin-right: 0;
}

.brand_con4 li:hover .tit_con {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.brand_con5 {
    text-align: center;
    padding: 80px 0 110px;
}

.brand_con5 .title h3 {
    font-size: 24px;
    margin-bottom: 3.5em;
}

.brand_con5 li {
    width: 48%;
    vertical-align: top;
    text-align: left;
    padding-left: 18%;
    box-sizing: border-box;
    margin-bottom: 2em;
    line-height: 2em;
    letter-spacing: 1px;
}

.brand_con5 li.last {
    border-right: none;
}

.brand_con5 li .con {
    height: 70px;
    line-height: 70px;
    display: none;
}

.brand_con5 h4 {
    font-size: 20px;
    line-height: 3em;
}

.brand_con5 li p {
    font-size: 16px;
    line-height: 2.2em;
}

.brand_con5 .link_list span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #333333;
    margin: 3em auto;
}

.brand_con5 .link_list a {
    width: 50px;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    margin: 0 1em;
}

.brand_con5 .link_list a.Facebook {
    background: url("../images/link_iconb_03.png") center no-repeat;
}

.brand_con5 .link_list a.Twitter {
    background: url("../images/link_icon_03_03_03_09.png") center no-repeat;
}

.brand_con5 .link_list a.Instagram {
    background: url("../images/link_icon_03_03_06.png") center no-repeat;
}

.brand_con5 .link_list a.Youtube {
    background: url("../images/link_icon_03_03_03_03_03.png") center no-repeat;
}

.brand_con5 .link_list a.Facebook:hover {
    background: url("../images/link_icon_03.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con5 .link_list a.Twitter:hover {
    background: url("../images/link_icon_03_06.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con5 .link_list a.Instagram:hover {
    background: url("../images/link_icon_03_03_03_06.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con5 .link_list a.Youtube:hover {
    background: url("../images/link_icon_09_03.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con6 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 16px;
    color: #ffffff;
    padding: 80px 0;
}

.brand_con6 .title h3 {
    color: #ffffff;
    font-size: 24px;
}

.brand_con6 li {
    width: 100%;
    margin-bottom: 2em;
}

.brand_con6 li.half {
    width: 48%;
}

.brand_con6 li.fr {
    text-align: right;
}

.brand_con6 li input {
    border: 1px solid #bfbfbf;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0 2em;
    color: #ffffff;
    box-sizing: border-box;
}

.brand_con6 li span {
    line-height: 40px;
    width: 3.5em;
    display: block;
    float: left;
    text-align: left;
}

.brand_con6 li textarea {
    width: 100%;
    border-radius: 5px;
    height: 200px;
    border: 1px solid #bfbfbf;
    background-color: transparent;
    resize: none;
    padding: 2em;
    box-sizing: border-box;
    color: #ffffff;
}

.brand_con6 button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 5px;
    padding: 0.2em 1.7em;
    font-size: 16px;
    margin-top: 1em;
    cursor: pointer;
}

.brand_con6 li.check input {
    width: 1.5em !important;
    height: 1.5em;
    background-color: transparent;
    background: url("../images/brand_con505_03.png");
    outline: none;
    vertical-align: middle;
    margin: 0 15px 0 30px;
}

.brand_con6 li.check input {
    visibility: hidden;
}

.brand_con6 li.check label {
    position: relative;
}

.brand_con6 li.check input+label:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/brand_con505_03.png") 0 center no-repeat;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -33px;
    top: 3px;
}

.brand_con6 li.check input:checked+label:before {
    background: url("../images/brand_con6_03.png") 0 center no-repeat;
}

.brand_con6 li.check label {
    display: inline-block;
    cursor: pointer;
}

.brand_con7 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 739px;
}

.brand_con7 .title h3 {
    font-size: 60px;
    padding-top: 2.28em;
    margin-bottom: 1em;
}

.brand_con7 .title a {
    font-size: 24px;
    color: #333333;
    border: 1px solid #7d7d7d;
    line-height: 2em;
    padding: 0 2.3em;
    border-radius: 10px;
}

.brand_con7 .title a:hover {
    background-color: #7d7d7d;
    color: #ffffff;
}

.join_ban.banner {
    height: 842px;
}

.join_ban h2 {
    font-size: 56px;
    padding-top: 2.7em;
    text-align: center;
}

.join {
    padding: 90px 0 150px;
}

.join h3 {
    font-size: 36px;
    text-align: center;
}

.join .join_select {
    text-align: center;
    padding: 2em 0;
    margin: 90px 0 1em;
    background-color: #f7f7f7;
}

.join .join_select select,
.join .join_select input {
    font-size: 16px;
    color: #666666;
    height: 2.5em;
    line-height: 2.5em;
    border: 1px solid #bfbfbf;
    padding: 0 0.5em;
    box-sizing: border-box;
    display: inline-block;
}

.join .join_select select,
.join .join_select form {
    margin: 0 0.6em;
}

.join .join_select form {
    display: inline-block;
    vertical-align: top;
}

.join .join_select form input {
    vertical-align: middle;
}

.join .join_select form input.search {
    width: 18em;
}

.join .join_select form input.btn {
    background-color: #6a6a6a;
    padding: 0 2em;
    color: #ffffff;
    margin-left: -0.5em;
    border-color: #6a6a6a;
}

.join .join_select select {
    width: 19.5%;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/join_05.jpg") right center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.join .join_adv .content {
    font-size: 15px;
    color: #666666;
}

.join .join_adv dl {
    border-bottom: 1px solid #f1f1f1;
    padding: 1.4em 3em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.join .join_adv dl:after {
    content: '';
    display: block;
    width: 17px;
    height: 9px;
    background: url("../images/join_down_03.png") center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: 3em;
}

.join .join_adv dd {
    width: 19%;
    float: left;
    text-align: center;
}

.join .join_adv dd.d1 {
    width: 22%;
    text-align: left
}

.join .join_adv_top dl {
    border-color: #d6d6d6;
}

.join .join_adv_top dl:after {
    display: none;
}

.join .join_adv_top dd {
    font-size: 16px;
    color: #000000;
}

.join .join_adv .content_in {
    padding: 2.5em 3em 4.6em;
    border-bottom: 1px solid #f1f1f1;
    display: none;
}

.join .join_adv .content_in.first {
    display: block;
}

.join .join_adv .content_in p {
    line-height: 2em;
}

.join .join_adv li {
    width: 100%;
}

/*pro1*/
.pro1 {
    text-align: center;
}

.pro1 .title {
    margin-bottom: 0;
}

.pro1 h3 {
    font-size: 56px;
    line-height: 1.1em;
}

.pro1 h4 {
    font-size: 36px;
}

.pro1 p {
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 auto;
}

.pro1 .pro1_con1 {
    padding-top: 90px;
    text-align: center;
    overflow: hidden;
}

.pro1 .pro1_con1 .title h3 {
    padding-bottom: 0.7em;
    line-height: 1.3em;
}

.pro1 .pro1_con1 .title h4 {
    font-size: 38px;
}

.pro1 .pro1_con1 img {
    padding-top: 50px;
}

.pro1 .pro1_con2 {
    padding: 100px;
}

.pro1 .pro1_con2 li {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    padding-top: 40px;
}

.pro1 .pro1_con2 li.li_t {
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
}

.pro1 .pro1_con2 li.four {
    border-right: none;
}

.pro1 .pro1_con2 li .con {
    height: 70px;
    line-height: 70px;
    margin-bottom: 1.5em;
}

.pro1 .pro1_con2 li p {
    font-size: 18px;
}

.pro1 .pro1_con3 {
    padding-top: 100px;
    text-align: center;
    overflow: hidden;
}

.pro1 .pro1_con3 h3 {
    padding: 0.1em 0 0.3em;
}

.pro1 .pro1_con3 p {
    color: #666666;
    padding-bottom: 7em;
    max-width: 740px;
    display: inline-block;
}

.pro1 .pro1_con3 img {
    max-width: 90%;
}

.pro1 .pro1_con4 {
    padding: 100px 0 180px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

.pro1 .pro1_con4 .title h3 {
    padding: 0.3em 0;
}

.pro1 .pro1_con4 .title p {
    padding-bottom: 70px;
}

.pro1 .pro1_con4 img {
    max-width: 85%;
}

.pro1 .pro1_con5 {
    padding-top: 80px;
    overflow: hidden;
}

.pro1 .pro1_con5 .title {
    text-align: left;
    padding-top: 165px;
    max-width: 570px;
}

.pro1 .pro1_con5 .title p {
    padding-top: 1em;
}

.pro1 .pro1_con6 {
    padding-top: 100px;
    overflow: hidden;
}

.pro1 .pro1_con6 .title {
    text-align: left;
    padding-right: 100px;
    padding-top: 50px;
    max-width: 520px;
}

.pro1 .pro1_con6 .title h3 {
    padding: 0.3em 0 0.5em;
}

.pro1 .pro1_con6 .title h4 {
    color: #787676;
}

.pro1 .pro1_con6 .title p {
    color: #666666;
}

.pro1 .pro1_con7 {
    padding-top: 220px;
    overflow: hidden;
}

.pro1 .pro1_con7 .title p {
    color: #666666;
    padding-top: 0.5em;
    padding-bottom: 110px;
}

.pro1 .pro1_con8 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 925px;
    color: #ffffff;
}

.pro1 .pro1_con8 .title {
    text-align: left;
    padding-top: 115px;
    max-width: 510px;
}

.pro1 .pro1_con8 .title h3 {
    font-size: 48px;
    padding-bottom: 0.3em;
}

.pro1 .pro1_con9 {
    padding-top: 130px;
    overflow: hidden;
}

.pro1 .pro1_con9 .title p {
    padding-bottom: 80px;
    color: #666666;
    padding-top: 1em;
    display: inline-block;
    max-width: 600px;
}

/*contact*/
.contact .brand_con5 {
    padding: 145px 0;
}

.contact_ban.banner h2 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}

.contact_ban.banner .txt {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 100%;
}

.banner.contact_ban {
    height: 470px;
}

/*pro2/pro3*/
.pro3 .pro1_con1 h4 {
    font-size: 48px;
    padding: 1.5em 0 1.2em;
}

.pro3 .pro1_con1 img {
    max-width: 50%;
}

.pro2 .pro1_con1 .title {
    display: inline-block
}

.pro2 .pro1_con1 {
    padding: 140px 0 50px;
}

.pro2 .pro1_con1 h4 {
    font-size: 45px;
    display: inline-block;
}

.pro2 .pro1_con1 img {
    padding-top: 30px;
}

.pro2 .pro1_con1 p {
    text-align: left;
    font-size: 30px;
    display: inline-block;
    float: right;
    padding-top: 0.5em;
}

.pro2 .pro1_con2 {
    padding: 80px 0;
    background-color: #f2f3f3;
}

.pro2 .pro1_con2 .wrap {
    width: 1400px;
}

.pro2 .pro1_con2 li {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    padding: 38px 0;
}

.pro2 .pro1_con2 li.li_t {
    padding-bottom: 40px;
    border-top: none;
}

.pro2 .pro1_con2 li.four {
    border-right: none;
}

.pro2 .pro1_con2 li .con {
    height: 70px;
    line-height: 70px;
    margin-bottom: 1.5em;
}

.pro2 .pro1_con2 li h4 {
    font-size: 24px;
    color: #000000;
    padding-bottom: 0.3em;
}

.pro2 .pro1_con2 li p {
    font-size: 16px;
    color: #575656;
}

.pro2 h4 {
    font-size: 48px;
    color: #262626;
    text-align: center;
    padding-bottom: 0.3em;
}

.pro2 h3 {
    font-size: 24px;
    color: #262626;
    margin: 0 auto;
    line-height: 1.8em;
}

.pro2 .pro2_con3 {
    padding-top: 108px;
}

.pro2 .pro2_con3 li {
    width: 100%;
}

.pro2 .pro2_con3 li .img {
    width: 50%;
    position: relative;
}

.pro2 .pro2_con3 li .img img {
    width: 100%;
}

.pro2 .pro2_con3 li.l1 .img .pic {
    position: absolute;
    bottom: 3%;
    right: 0;
    max-width: 80%;
}

.pro2 .pro2_con3 li.l2 .img .pic {
    position: absolute;
    bottom: 0;
    left: 20%;
    max-width: 50%;
}

.pro2 .pro2_con3 li .tw {
    padding: 10% 10% 0 10%;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
}

.pro2 .pro2_con3 li .tw p {
    font-size: 24px;
    color: #262626;
    max-width: 410px;
    line-height: 1.7em;
}

.pro2 .pro2_con3 li .tw span {
    width: 70px;
    height: 5px;
    background-color: #262626;
    display: block;
    margin-bottom: 0.8em;
}

.pro2 .pro2_con3 li.l2 .tw p {
    max-width: 460px;
}

.pro2 .pro2_con3 li.l2 .tw span {
    margin-left: auto;
    margin-right: 1em;
}

.pro2 .pro2_con4 h3 {
    max-width: 910px;
    display: inline-block;
}

.pro2 .pro2_con4 {
    padding-top: 140px;
}

.pro2 .pro2_con5 {
    padding-top: 110px;
}

.pro2 .pro2_con5 h3 {
    max-width: 708px;
}

.pro2 .pro2_con5 span {
    margin: 5em 2em 1.5em;
}

.pro2 .pro2_con5 .img {
    position: relative;
    overflow: hidden;
}

.pro2 .pro2_con5 .img .pic {
    visibility: hidden;
}

.pro2 .pro2_con5 .img .img1 {
    position: absolute;
    right: 0;
    top: 5px;
}

.pro2 .pro2_con5 .img .img2 {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2;
}

.title {
    width: 100%;
}

.pro2 .pro2_con6 {
    padding-top: 140px;
}

.pro2 .pro2_con6 h3 {
    max-width: 745px;
}

.pro2 .pro2_con6 .title {
    margin-bottom: 90px;
}

.pro2 .pro2_con7 {
    padding-top: 210px;
}

.pro2 .pro2_con7 h3 {
    max-width: 940px;
}

.pro2 .pro2_con8 {
    padding-top: 180px;
}

.pro2 .pro2_con8 h3 {
    max-width: 960px;
}

.pro2 .pro2_con8 img {
    width: 100%;
}

.pro2 .pro2_con9 {
    padding-top: 160px;
}

.pro2 .pro2_con9 h3 {
    max-width: 570px;
}

.pro2 .title {
    margin-bottom: 80px;
}

.pro2 .pro2_con10 {
    padding-top: 170px;
}

.pro2 .pro2_con10 h3 {
    max-width: 790px;
}

.pro2 .pro2_con10 .title {
    margin-bottom: 150px;
}

.pro2 .pro2_con11 {
    padding-top: 210px;
}

.pro2 .pro2_con11 h3 {
    max-width: 1040px;
}

.pro2 .pro2_con11 .title {
    margin-bottom: 100px;
}

.pro2 .pro2_con11 img {
    max-width: 68%;
}

.pro2 .pro2_con12 {
    padding-top: 208px;
}

.pro2 .pro2_con12 h3 {
    max-width: 750px;
}

.pro2 .pro2_con12 li {
    float: none;
    display: inline-block;
    width: 195px;
    margin-top: 75px;
    margin-bottom: 40px;
}

.pro2 .pro2_con12 img {
    max-width: 70%;
}

.pro2 .pro2_con13 {
    padding-top: 125px;
}

.pro2 .pro2_con13 h3 {
    max-width: 758px;
}

.pro2 .pro2_con14 {
    padding: 120px 0 80px;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-top: 195px;
}

.pro2 .pro2_con14 li.l1 img {
    max-width: 50%;
}

.pro2 .pro2_con14 .title h4 {
    font-size: 45px;
    color: #070707;
}

.pro2 .pro2_con14 .wrap {
    width: 1600px;
    padding: 0 2em;
    box-sizing: border-box;
}

.pro2 .pro2_con14 li {
    width: 100%;
    position: relative;
    color: #0d0909;
}

.pro2 .pro2_con14 h5 {
    font-size: 45px;
    color: #070707;
    float: left;
    display: inline-block;
}

.pro2 .pro2_con14 dl {
    max-width: 680px;
    display: inline-block;
}

.pro2 .pro2_con14 dd {
    width: 100%;
    overflow: hidden;
}

.pro2 .pro2_con14 dd span {
    font-size: 30px;
    float: left;
    padding: 24px 0;
}

.pro2 .pro2_con14 dd p {
    font-size: 26px;
    text-align: left;
    width: 70%;
    float: right;
    padding: 24px 0;
}

.pro2 .pro2_con14 li.l1 h5 {
    margin-top: 3em;
}

.pro2 .pro2_con14 li.l2 h5 {
    display: block;
    float: none;
    text-align: left;
}

.pro2 .pro2_con14 li.l2 {
    border-top: 1px solid #434343;
    padding-top: 54px;
    margin-top: 40px;
}

.pro2.pro3 .pro2_con14 {
    margin-top: 0;
}

.pro3 .title {}

.pro3 h3 {
    font-size: 45px;
    margin-bottom: 0.3em;
}

.pro3 p {
    font-size: 24px;
    line-height: 1.7em;
    margin: 0 auto;
}

.pro3 .pro3_con2 {
    padding: 60px 0;
}

.pro3 .pro3_con2 li {
    width: 220px;
    display: inline-block;
    float: none;
    padding: 20px 0;
    vertical-align: top;
}

.pro3 .pro3_con2 li p {
    font-size: 25.57px;
    color: #000000;
    padding-top: 10px;
}

.pro3 .pro3_con3 {
    padding-top: 160px;
}

.pro3 .pro3_con3 .title {
    width: 55%;
    padding-left: 2%;
    padding-top: 10%;
    color: #ffffff;
    text-align: left;
}

.pro3 .pro3_con3 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro3 .pro3_con3 p {
    color: #fffdfd;
}

.pro3 .pro3_con3 img {
    max-width: 40%;
    padding-right: 3%;
}

.pro3 .pro3_con3 li {
    float: left;
    margin-right: 3em;
    text-align: center;
    margin-top: 70px;
}

.pro3 .pro3_con3 li p {
    line-height: 0.2em;
}

.pro3 .pad {
    padding: 55px 0;
}

.pro3 .pro3_con4 img {
    padding: 75px 0 20px;
    max-width: 90%;
}

.pro3 .pro3_con5 p {
    max-width: 890px;
}

.pro3 .pro3_con5 {
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #f9faf9;
}

.pro3 .pro3_con5 .title {
    padding-top: 45px;
}

.pro3 .pro3_con5 span {
    padding-top: 55px;
    width: 170px;
    line-height: 2.5em;
}

.pro3 .pro3_con5 img {
    margin-top: 20px;
    max-width: 45%;
}

.pro3 .pro3_con6 {
    padding-bottom: 160px;
}

.pro3 .pro3_con6 .title {
    width: 48%;
    text-align: left;
    padding-top: 10%;
}

.pro3 .pro3_con6 img {
    width: 52%;
}

.pro3 .pro3_con7 {
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro3 .pro3_con7 span {
    padding: 50px 60px 20px;
}

.pro3 .pro3_con7 p {
    max-width: 980px;
}

.pro3 .pro3_con7 img {
    max-width: 60%;
}

.pro3 .pro3_con8 {
    padding: 75px 0 115px;
    overflow: hidden;
}

.pro3 .pro3_con8 img.fl {
    max-width: 30%;
}

.pro3 .pro3_con8 .title {
    width: 68%;
    color: #fdfafa;
    padding-top: 18%;
}

.pro3 .pro3_con8 .title li {
    padding: 60px 3em 0;
}

.pro3 .pro3_con8 .title li p {
    font-size: 18px;
}

.pro3 .pro3_con9 {
    padding-top: 70px;
    overflow: hidden;
}

.pro3 .pro3_con10 {
    overflow: hidden;
    background-color: #efeded;
}

.pro3 .pro3_con10 .img {
    max-width: 80%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.pro3 .pro3_con10 .img .pic {
    visibility: hidden;
}

.pro3 .pro3_con10 .img .img1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro3 .pro3_con10 .img .img2 {
    position: absolute;
    top: 0;
    left: 35%;
    max-height: 90%;
}

.pro3 .pro3_con10 span {
    font-size: 18px;
    margin-top: 40px;
    padding: 0 3.5em;
}

.pro3 .pro3_con11 {
    background-color: #000;
    color: #ffffff;
    padding-bottom: 10px;
}

.pro3 .pro3_con11 p {
    max-width: 640px;
}

.pro3 .pro3_con11 span {
    line-height: 3em;
    padding: 50px 4em 0;
    font-size: 18px;
    letter-spacing: 0;
}

.pro3 .pro3_con12 p {
    max-width: 580px;
}

.pro3 .pro3_con12 {
    padding-top: 60px;
}

.pro3 .pro3_con12 img {
    max-width: 90%;
    margin-top: 70px;
}

/*pro4*/
.pro4_con1 {
    background: -webkit-linear-gradient(left, #68687d, #242428);
    background: -o-linear-gradient(right, #68687d, #242428);
    background: -moz-linear-gradient(right, #68687d, #242428);
    background: linear-gradient(to right, #68687d, #242428);
    overflow: hidden;
    padding-top: 150px;
}

.pro4_con1 .title {
    color: #ffffff;
    text-align: right;
    width: 44%;
    padding-right: 2%;
    padding-top: 14%;
}

.pro4 .pro4_con1 .title h4 {
    font-size: 80px;
}

.pro4 .pro4_con1 .title p {
    font-size: 50px;
}

.pro4_con2 {
    padding: 95px 0;
}

.pro4_con2 li {
    width: 25%;
    text-align: center;
    padding-top: 35px;
}

.pro4_con2 li.li_t {
    padding-top: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.pro4_con2 li .icon {
    line-height: 80px;
    padding-bottom: 0.5em;
}

.pro4_con2 li p {
    font-size: 18px;
    line-height: 2em;
}

.pro4_con2 li span {
    color: #666666;
}

.pro4_con3 {
    background-color: #1d1c21;
    padding: 90px 0 0 0;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.pro4 .title {
    padding-bottom: 65px;
    text-align: center;
}

.pro4 h3 {
    font-size: 58px;
    /*padding-bottom: 0.7em;*/
}

.pro4 p {
    font-size: 20px;
    line-height: 1.8em;
    margin: 0 auto;
}

.pro4_con4 {
    padding: 90px 0 140px;
}

.pro4_con4 p {
    max-width: 864px;
}

.pro4_con5 {
    background-color: #1f1e24;
    padding: 100px 0 170px;
    color: #ffffff;
}

.pro4_con3 img {
    margin-top: -9em;
}

.pro4_con6 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 105px 0 155px;
    color: #ffffff;
    text-align: center;
}

.pro4_con6 span {
    font-size: 22px;
    margin: 2em 2em;
}

.pro4_con7 {
    padding-top: 110px;
    background-color: #f0f0f0;
}

.pro4_con7 .title {
    width: 48%;
    padding-top: 15%;
    text-align: left;
}

.pro4_con7 img {
    max-width: 40%;
}

.pro4_con8 {
    background-color: #2c2b32;
    color: #ffffff;
    overflow: hidden;
    padding-top: 190px;
    background: url("../images/APEX-1_b_06.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro4_con8 .title {
    width: 45%;
    text-align: left;
    padding-top: 10%;
}

.pro4_con8 img {
    max-width: 50%;
}

.pro4_con10 {
    height: 900px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pro4_con10 .title {
    padding-top: 90px;
    color: #ffffff;
}

.pro4_con11 {
    background-color: #151419;
    color: #ffffff;
    padding-top: 90px;
}

.pro4_con12 {
    padding: 170px 0;
    text-align: left;
    overflow: hidden;
}

.pro4_con12 .title {
    width: 50%;
    text-align: left;
    padding-top: 4%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pro4_con12 .title p {
    font-size: 36px;
}

.pro4_con12 .title li {
    width: 50%;
    font-size: 22px;
    margin-top: 1.8em;
}

.pro4_con12 .title li p {
    font-size: 18px;
}

/*pro5*/
.pro5 {
    text-align: center;
}

.pro5 .title {}

.pro5 h3 {
    font-size: 58px;
    padding-bottom: 0.3em;
}

.pro5 p {
    font-size: 20px;
    margin: 0 auto;
    line-height: 1.7em;
}

.pro5_con1 {
    background-color: #2785c6;
    color: #ffffff;
    padding: 115px;
    overflow: hidden;
}

.pro5_con1 .title h3 {
    font-size: 80px;
    padding-bottom: 0.2em;
}

.pro5_con1 .title p {
    font-size: 50px;
}

.pro5_con1 img {
    margin-top: 2em;
}

.pro5_con3 {
    color: #ffffff;
    background-color: #151419;
    padding-top: 140px;
}

.pro5_con3 p {
    max-width: 950px;
}

.pro5_con3 li {
    display: inline-block;
    float: none;
    font-size: 22px;
    padding: 0 3.5em;
    border-right: 1px solid #313131;
    margin: 3em 0;
}

.pro5_con3 li.last {
    border: none;
}

.pro5_con3 li p {
    font-size: 14px;
}

.pro5_con4 {
    padding: 110px 0 100px;
    background-color: #f0efed;
}

.pro5_con4 p {
    max-width: 1105px;
}

.pro5_con4 img {
    padding-top: 100px;
}

.pro5_con5 {
    padding-top: 110px;
    background-color: #1d1d1d;
    color: #ffffff;
}

.pro5_con5 img {
    margin-top: -10em;
}

.pro5_con6 {
    padding: 105px 0 200px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro5_con6 span {
    margin: 2em 0;
}

.pro5_con7 {
    padding-top: 95px;
}

.pro5_con7 .title {
    width: 53%;
    padding-top: 15%;
    text-align: left;
}

.pro5_con7 .title span {
    margin-top: 5em;
}

.pro5_con8 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-top: 90px;
    overflow: hidden;
}

.pro5_con8 img {
    margin-top: 170px;
}

.pro5_con10 {
    padding-top: 85px;
    background-color: #151419;
    color: #ffffff;
}

.pro4_con12 .title h3 {
    font-size: 58px;
}

.pro5_con12.pro4_con12 {
    padding: 215px 0;
}

.pro5_con12.pro4_con12 .title {
    width: 47%;
    display: inline-block;
    padding-top: 0;
}

.pro5_con12.pro4_con12 img {
    margin-left: -5em;
    max-width: 53%;
    margin-top: 4em;
}

.pro5_con12.pro4_con12 .wrap {
    width: 1440px;
}

/*.pro4_con12 .title h3{padding-bottom: 0.5em;}*/

/*pro6*/
.pro6_con1 .title h3 {
    font-size: 60px;
}

.pro6_con1 .title span {
    font-size: 48px;
    padding-left: 0.7em;
    vertical-align: top;
    padding-top: 0.1em;
}

.pro6_con1 {
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}

.pro6_con2 {
    padding: 150px 0;
}

.pro6_con2 li {
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.pro6_con2 li .icon {
    line-height: 80px;
}

.pro6_con2 li p {
    line-height: 2em;
}

.pro6_con3 {
    padding: 203px 0;
    overflow: hidden;
}

.pro6 h3 {
    font-size: 56px;
    padding-bottom: 0.3em;
}

.pro6 p {
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 auto;
}

.pro6_con3 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro6_con3 .title {
    padding-top: 5%;
    color: #ffffff;
    width: 570px;
    text-align: left;
    max-width: 30%;
}

.pro6_con3 img {
    max-width: 70%;
}

.pro6_con4 {
    padding: 140px 0 95px;
    background-color: #262626;
    overflow: hidden;
}

.pro6_con4 .wrap {
    width: 1440px;
    color: #ffffff;
}

.pro6_con4 .title {
    width: 450px;
    padding-right: 5%;
    text-align: left;
    padding-top: 10%;
}

.pro6_con5 {
    background-repeat: no-repeat;
    ;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #4b4a4a;
    padding-top: 130px;
}

.pro6_con6 {
    padding-top: 205px;
    background-color: #2b2b2b;
    color: #ffffff;
    text-align: center;
}

.pro6_con6 p {
    max-width: 740px;
}

.pro6_con6 img {
    padding-top: 60px;
    max-width: 90%;
}

.pro6_con7 {
    padding-top: 115px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.pro6_con7 img {
    margin-left: 10%;
}

.pro6_con8 {
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 1012px;
}

.pro6_con8 .title {
    width: 44%;
    text-align: left;
    padding-top: 13%;
    padding-left: 3%;
}

.pro6_con8 img {
    margin-top: -20%;
    margin-right: 5%;
}

/*pro7*/
.pro7 h3 {
    font-size: 56px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.pro7 h4 {
    font-size: 36px;
}

.pro7 p {
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.pro7_con1 {
    color: #ffffff;
    padding-top: 70px;
}

.pro7_con1 .title h4 {
    font-size: 60px;
}

.pro7_con1 .title p {
    font-size: 30px;
}

.pro7_con3 {
    padding-top: 210px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro7_con3 .title {
    width: 38%;
    padding-left: 10%;
    text-align: left;
    padding-top: 2%;
}

.pro7_con3 img {
    max-width: 50%;
}

.pro7_con3 img.img1 {
    max-width: 40%;
    padding-left: 2%;
}

.pro7_con4 {
    padding-top: 150px;
}

.pro7_con4 .title h4 {
    color: #999999;
}

.pro7_con4 .title p {
    color: #666666;
    max-width: 90%;
}

.pro7_con4 img {
    margin-right: 18%;
    max-width: 70%;
}

.pro7_con5 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 115px;
    overflow: hidden;
    color: #ffffff;
}

.pro7_con5 .title {
    margin-bottom: 170px;
}

.pro7_con5 img.fl {
    max-width: 55%;
}

.pro7_con5 img.fr {
    max-width: 26.8%;
}

.pro7_con6 {
    padding-top: 130px;
}

.pro7_con6 .title {
    width: 47%;
    text-align: left;
    padding-top: 12%;
}

.pro7_con6 .title h4 {
    color: #666666;
}

.pro7_con6 .title p {
    color: #666666;
}

.pro7_con6 img {
    margin-right: -10%;
    max-width: 55%;
}

.pro7_con7 {
    padding: 105px 0;
    background-color: #ebebeb;
}

.pro7_con7 .title {
    width: 35%;
    padding-top: 10%;
    text-align: left;
}

/*pro8*/
.pro8 .title {
    margin-bottom: 45px;
}

.pro8 h3 {
    font-size: 56px;
    padding-bottom: 0.3em;
}

.pro8 p {
    line-height: 1.7em;
    font-size: 18px;
    margin: 0 auto;
}

.pro8_con1 {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.pro8_con1 .title {
    text-align: center;
    width: 45%;
    color: #ffffff;
    padding-top: 15%;
}

.pro8_con1 .title h4 {
    font-size: 72px;
}

.pro8_con1 .title p {
    font-size: 36px;
}

.pro8_con1 img {
    max-width: 50%;
}

.pro8_con3 {
    padding: 170px 0 130px;
    overflow: hidden;
}

.pro8_con3 img {
    width: 45%;
}

.pro8_con3 .title {
    width: 54%;
    text-align: left;
    padding-top: 12%;
}

.pro8_con4 {
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 115px 0 95px;
}

.pro8_con4 .title span {
    font-size: 24px;
    margin: 2em 0 0.3em;
    ;
    border-right: 1px solid rgba(255, 255, 255, 0.46);
    padding: 0 2.5em;
}

.pro8_con4 .title span.last {
    border: none;
}

.pro8_con4 .title span p {
    padding-top: 0.5em;
}

.pro8_con5 {
    padding-top: 115px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.pro8_con5 .title p {
    color: #666666;
}

.pro8_con5 img {
    max-width: 80%;
}

.pro8_con6 {
    padding-top: 135px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
}

.pro8_con6 span {
    font-size: 36px;
    padding: 1em 0;
    margin: 0 1em;
}

.pro8_con6 span p {
    font-size: 24px;
    padding-top: 0.5em;
}

.pro8_con6 img {
    max-width: 85%;
}

.pro8_con7 {
    padding-top: 110px;
}

.pro8_con7 .title {
    width: 55%;
    padding-right: 3%;
    text-align: left;
    padding-top: 12%;
}

.pro8_con8 {
    padding-top: 320px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.pro8_con8 .title {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 5;
    width: 33%;
    left: 10%;
    top: 27%;
    text-align: left;
}

.pro8_con10 {
    padding: 135px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}

/*pro9*/
.pro9 .title {
    margin-bottom: 70px;
}

.pro9 h3 {
    font-size: 56px;
    padding-bottom: 0.2em;
}

.pro9 p {
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.7em;
}

.pro9_con1 {
    padding-top: 150px;
    background-color: #fff9e7;
}

.pro9_con1 .title h4 {
    font-size: 60px;
}

.pro9_con1 .title p {
    font-size: 40px;
    padding-top: 0.5em;
}

.pro9_con1 img {
    max-width: 80%;
    margin-top: -13%;
}

.pro9_con1 .title {
    width: 50%;
}

.pro9_con3 {
    padding-top: 140px;
    overflow: hidden;
}

.pro9_con3 .title p {
    max-width: 1010px;
    color: #666666;
}

.pro9_con3 img {
    margin-top: 40px;
}

.pro9_con4 {
    padding: 125px 0 208px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.pro9_con5 {
    padding: 125px 0 208px;
    overflow: hidden;
}

.pro9_con5 .title p {
    color: #666666;
}

.pro9_con6 {
    padding-top: 145px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro9_con6 .title {
    padding-top: 12%;
    width: 40%;
    text-align: left;
}

.pro9_con6 .title p {
    color: #666666;
}

.pro9_con6 img {
    max-width: 40%;
    padding-left: 7%;
}

.pro9_con7 {
    padding-top: 100px;
}

.pro9_con7 .title {
    width: 37%;
    text-align: left;
    padding-top: 5%;
}

.pro9_con7 .title p {
    color: #666666;
}

.pro9_con7 img {
    max-width: 62%;
}

.pro9_con8 {
    background-color: #ededed;
    padding: 155px 0 170px;
    overflow: hidden;
}

.pro9_con8 .title p {
    max-width: 910px;
}

.pro9_con8 img {
    margin-top: 50px;
}

.pro9_con10 {
    height: 955px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}

.pro9_con10 .title {
    width: 48%;
    padding-top: 17%;
    text-align: left;
}

.pro9_con11 {
    padding: 0 0 180px;
}

.pro9_con11 .title {
    width: 50%;
    text-align: left;
    padding-top: 245px;
}

.pro9_con11 img {
    margin-top: -28%;
}


/*pro10*/
.pro10_con1 {
    background-color: #f6f6f6;
    position: relative;
}

.pro10_con1 .content_b {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 11em 0 8em;
    text-align: left;
    background-color: #ffffff;
}

.pro10_con1 .content_b img {
    margin-left: 10%;
}

.pro10_con1 .title {
    width: 50%;
}

.pro10_con1 img.ban {
    position: absolute;
    right: 10%;
    top: 10%;
    max-width: 60%;
}

.pro10_con1 .content_t {
    padding: 11em 0 27em;
}

.pro10_con1 .content_t img.ban {}

.pro10_con1 .content_t .title {
    text-align: left;
}

.pro10_con1 .content_t .title h3 {
    font-size: 60px;
    color: #000000;
}

.pro10_con1 .content_t .title h4 {
    font-size: 28px;
    color: #3f3f3f;
    margin-bottom: 1.5em;
}

.pro10_con1 .content_t .title span {
    font-size: 16px;
    color: #080808;
    text-align: center;
    margin-right: 2em;
    width: 7em;
    line-height: 3em;
    vertical-align: top;
    margin-bottom: 1em;
}

.pro10_con1 .content_t .title span p {
    font-size: 16px;
    height: 54px;
}

.pro10_con1 .content_t img.ban_img {
    margin: 2.3em 0;
}

.pro10 .title h3 {
    font-size: 48px;
    padding-bottom: 0.8em;
}

.pro10 .title p {
    font-size: 24px;
    line-height: 1.7em;
    box-sizing: border-box;
}

.pro10_con3 {
    color: #ffffff;
    height: 990px;
    margin-top: 13em;
}

.pro10_con3 .title {
    padding-top: 65px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro10_con4 {
    background: -webkit-linear-gradient(#cacfde, #fafafd);
    background: -o-linear-gradient(#cacfde, #fafafd);
    background: -moz-linear-gradient(#cacfde, #fafafd);
    background: -webkit-linear-gradient(#cacfde, #fafafd);
    color: #050506;
    padding-top: 110px;
}

.pro10_con4 img {
    margin-top: 116px;
}

.pro10_con5 {
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pro10_con5 .title {
    width: 60%;
    padding-top: 14%;
}

.pro10_con5 img {
    max-width: 30%;
    margin-right: 5%;
}

.pro10_con5 {
    padding: 164px 0 372px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro10_con6 {
    background-color: #f7f6f6;
    padding: 10em 0 20.5em;
    text-align: center;
}

.pro10_con6 img {
    margin-top: 10em;
}

.pro10_con6 span img {
    margin-top: 2em;
}

.pro10_con7 {
    padding-top: 100px;
    color: #0d0909;
}

.pro10_con7 .title span {
    margin: 2.5em 2em 0;
    font-size: 16px;
    line-height: 2.5em;
}

.pro10_con8 .wrap {
    width: 90%;
}

.pro10_con8 img {
    margin: 2em 0.4% 220px;
    width: 32.3%;
}

.pro10_con8 span.cri {
    width: 118px;
    height: 17px;
    background-color: #7b020a;
    display: block;
    margin-left: 0.4%;
    margin-top: 2em;
}

.pro10_con8 span img {
    width: inherit;
}

.pro10_con9 {
    overflow: hidden;
}

.pro10_con9 .title {
    width: 50%;
    padding: 7% 5% 0;
    box-sizing: border-box;
    text-align: left;
}

.pro10_con9 img.bg {
    width: 50%;
}

.pro10_con9 span {
    margin-top: 3em;
}

.pro10_con10 {
    color: #0d0909;
    background-color: #eaeaea;
    padding: 100px 0;
    overflow: hidden;
}

.pro10_con10 .title {
    width: 70%;
    padding: 0 4%;
    box-sizing: border-box;
}

.pro10_con10 img {
    width: 25%;
    margin-left: 5%;
}

.pro10_con10 .title {
    margin-top: 15%;
}

.pro10_con10 .title p {
    text-align: left;
}

.pro10_con10 .title span {
    font-size: 16px;
}

.pro10_con10 .title span img {
    width: inherit;
    margin: 4em 3em 0;
}

.pro10_con11 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.pro10_con11 .wrap {
    border: 9px solid #ffffff;
    padding-bottom: 230px;
}

.pro10_con11 .wrap_out {
    margin: 5% 5% 0;
    background-color: #cf3f48;
    padding: 130px 0;
    color: #ffffff;
}

.pro10_con11 .title {
    text-align: left;
    padding-left: 5%;
    margin-top: -3.5em;
}

.pro10_con11 .title h3 {
    background-color: #cf3f48;
    display: inline-block;
    padding: 0 30px 0.8em;
}

.pro10_con11 .title p {
    padding: 0 30px;
}

.pro10_con11 .title span {
    padding: 4.7em 30px 6em;
    line-height: 4em;
    text-align: center;
}

.pro10_con12 {
    padding: 110px 0 0;
    background-color: #fbfbfb;
}

.pro10_con12 span {
    line-height: 3em;
    margin: 5em 4em 0;
    font-size: 16px;
}

.pro10_con12 img.bab {
    margin-top: 240px;
}

.pro10_con13 .title {
    padding: 75px 0 80px;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0;
}

.pro2.pro10 .pro2_con14 li.l2 {
    border-top-color: #a22028;
}

.pro2.pro10 .pro2_con14 li.l1 img {
    max-width: 66%;
}

input::-webkit-input-placeholder {
    color: #d9d2d2;
}

/*pro11*/
.pro11_con1 {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 12em 0 3em;
}

.pro11_con1 .title {
    text-align: left;
    padding-left: 5%;
}

.pro11_con1 .title h4 {
    font-size: 64.68px;
    color: #000000;
    padding-top: 0.7em;
}

.pro11_con1 h2 img {
    margin-top: 0;
}

.pro11_con1 img {
    max-width: 80%;
    margin-top: 4em;
}

.pro11_con1 .cross {
    position: absolute;
    top: 0;
    right: 0;
    height: 85%;
    width: 6em;
    background: #990201;
}

.pro11_con2 {
    padding: 11em 0;
    color: #666666;
}

.pro11_con2 li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    padding-top: 2.5em;
    border-right: 1px solid #000000;
    box-sizing: border-box;
}

.pro11_con2 li p {
    padding-top: 1.5em;
    margin-bottom: -3.5em;
}

.pro11_con2 li.li_t p {
    margin-bottom: 0;
}

.pro11_con2 li.li_t {
    padding-top: 0;
    padding-bottom: 2.5em;
}

.pro11_con2 .hg {
    width: 130%;
    height: 1px;
    background: #000000;
    float: left;
    margin-left: -15%;
}

.pro11_con2 li.four {
    border-right: 0;
}

.pro11_con2 li.li_t .icon {
    margin-top: -3em;
}

.pro11_con3 {
    text-align: center;
    color: #ffffff;
    padding-top: 11em;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro11_con3 .title {
    padding: 0 5%;
    box-sizing: border-box;
}

.pro11 .title h3 {
    font-size: 100px;
    font-weight: bold;
}

.pro11 .title span p {
    font-size: 18px;
    padding-top: 1.5em;
}

.pro11 .title span {
    text-align: center;
}

.pro11 .title p {
    font-size: 36px;
    line-height: 1.5em;
}

.pro11 .title p.b {
    margin-top: 3em;
}

.pro11_con3 .title {
    width: 82%;
    text-align: left;
    display: inline-block;
}

.pro11_con3 .title h3 {
    line-height: 1em;
    position: relative;
    padding: 0 0.4em;
}

.pro11_con3 .title h3:before {
    width: 7px;
    height: 100%;
    content: '';
    display: block;
    background-color: #990302;
    position: absolute;
    top: 0.05em;
}

.pro11_con3 .title h3.fir:before {
    left: 0;
}

.pro11_con3 .title h3.last:before {
    right: 0;
}

.pro11_con3 .title h3.fir {
    margin-bottom: 0.7em;
}

.pro11_con3 .title h3.last {
    text-align: right;
}

.pro11_con4 {
    color: #000;
    text-align: center;
    padding: 4em 0 0;
    overflow: hidden;
}

.pro11_con4 .title {
    text-align: left;
}

.pro11_con4 .title p {
    color: #010101;
    text-align: left;
}

.pro11_con4 .cross {
    width: 30%;
    height: 1.5em;
    background-color: #990201;
}

.pro11_con4 .title h3.fir {
    float: left;
    margin-left: 15%;
    padding-bottom: 0.4em;
    padding-top: 1.8em;
}

.pro11_con4 .title h3.last {
    float: right;
    margin-right: 15%;
    padding-bottom: 1.5em;
}

.pro11_con4 .title span p {
    text-align: center;
    margin: 0;
}

.pro11_con4 .title p {
    margin-bottom: 2em;
}

.pro11_con4 .cross1 {
    width: 25%;
    height: 18.5em;
    background-color: #990100;
    margin: 12.8em 0;
}

.pro11_con5 {
    position: relative;
}

.pro11_con5 .title {
    width: 1200px;
    padding: 0 7%;
    box-sizing: border-box;
    color: #000000;
}

.pro11_con5 .wrap {
    width: 80%;
    background-color: #f7f7f7;
    min-width: 1200px;
    padding: 13em 0 0;
}

.pro11_con5 .cross {
    width: 30%;
    height: 8em;
    background-color: #990100;
    position: absolute;
    top: 0;
    left: 0;
}

.pro11_con5 .title h3.fir {
    text-align: left;
    padding-left: 15%;
}

.pro11_con5 .title h3.last {
    text-align: right;
    padding-right: 25%;
    position: relative;
}

.pro11_con5 .title h3.last:after {
    width: 1em;
    height: 7px;
    background-color: #a92a29;
    content: '';
    display: block;
    right: 25%;
    bottom: -0.3em;
    position: absolute;
}

.pro11_con5 .title span {
    margin-top: 3em;
    margin-left: 14%;
}

.pro11_con5 .title span p.pp {
    font-size: 25px;
    margin-right: 4em;
}

.pro11_con5 .title span p.pp:after {
    width: 76%;
    border-bottom: 1px solid #000;
    content: '';
    display: block;
    margin-left: 12%;
    margin-top: 5px;
}

.pro11_con5 img.f {
    max-width: 88%;
    margin-top: 5em;
}

.pro11_con5 .title p.b {
    text-align: left;
}

.pro11_con5 .title p.b:after {
    width: 5em;
    height: 7px;
    background-color: #990100;
    content: '';
    display: block;
    margin-top: 0.5em;
}

.pro11_con5 .cross1 {
    width: 100%;
    height: 2em;
    background-color: #a92a29;
}

.pro11_con5 .content_b {
    background-color: #ffffff;
    padding-top: 6em;
    overflow: hidden;
    width: 100%;
    margin-top: 14em;
}

.pro11_con5 .content_b .title {
    padding: 0;
    padding-top: 11em;
}

.pro11_con5 .content_b span {
    text-align: center;
}

.pro11_con5 .content_b p.pb {
    text-align: left;
    padding: 2em 0;
}

.pro11_con5 .content_b img.hh {
    width: 25%;
}

.pro11_con5 .content_b .content_in {
    width: 75%;
    padding: 5% 5% 0;
    box-sizing: border-box;
}

.pro11_con5 .content_b .content_in h3 {
    width: 100%;
}

.pro11_con5 .content_b .content_in h3.fir {
    text-align: left;
    padding-left: 0;
}

.pro11_con5 .content_b .content_in h3.last {
    text-align: right;
    padding-right: 0;
}

.pro11_con5 .content_b .content_in h3.last:after {
    display: none;
}

.pro11_con5 .content_b .content_in span {
    width: 44%;
    margin: 5% 0;
    display: inline-block;
}

.pro11_con5 .content_b .content_in span p {
    font-size: 30px;
    color: #3d3d3d;
    padding-top: 0.5em;
}

.pro11_con6 {
    color: #010101;
    text-align: center;
}

.pro11_con6 .title h3 {
    position: relative;
    display: inline-block;
}

.pro11_con6 .title h3:after {
    content: '';
    display: block;
    width: 3em;
    height: 10px;
    background: #990100;
    position: absolute;
    right: -0.3em;
    bottom: -0.4em;
}

.pro11_con6 .title {
    display: inline-block;
}

.pro11_con6 .title p {
    padding: 3em 0;
}

.pro11_con6 .title span {
    margin-right: 6%;
    margin-top: 0;
    line-height: 3em;
}

.pro11_con6 img.b {
    margin-top: 2em;
}

.pro11_con6 img.bb {
    margin: 8em 0 14em;
    width: 100%;
}

.pro11_con7 {
    color: #010101;
    overflow: hidden;
}

.pro11_con7 .title span {
    color: #545354;
    font-size: 30px;
    float: left;
    line-height: 2.3em;
    margin: 2em 0 3em 6%;
}

.pro11_con7 .title span:after {
    width: 80%;
    height: 1px;
    background: #000000;
    margin-left: 10%;
    content: '';
    display: block;
}

.pro11_con7 .title .span1 {
    margin-left: 12%;
}

.pro11_con7 .title p {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
    padding-top: 3em;
}

.pro11_con7 .title p:after {
    content: '';
    display: block;
    width: 6em;
    height: 8px;
    background: #990100;
    float: right;
    position: absolute;
    right: 3em;
    bottom: -0.5em;
}

.pro11_con7 .wrap_out {
    width: 90%;
    background: #f7f7f7;
    margin: 0 auto;
    padding: 13em 0;
}

.pro11_con7 .pic {
    position: relative;
    display: inline-block
}

.pro11_con7 .pic:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 106px;
    background: #990100;
    bottom: -2em;
    right: 0;
    margin-right: -65px;
}

.pro11_con7 .cross {
    width: 85%;
    height: 2em;
    background: #a92a29;
    margin: 7.3em 0 15em;
}

.pro11_con8 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    padding: 14em 0 0;
    height: 1627px;
}

.pro11_con8 .title h3 {
    padding-bottom: 1em;
}

.pro11_con8 .title p {
    text-align: left;
    padding-bottom: 2em;
    display: inline-block;
}

.pro11_con8 .title span {
    float: left;
    margin-left: 12%;
}

.pro11_con8 .title span p {
    display: block;
    text-align: center;
}

.pro11_con9 {
    overflow: hidden;
}

.pro11_con9 .title {
    text-align: left;
}

.pro11_con9 .title h3.ti2 {
    margin-left: 2em;
}

.pro11_con9 .info p {
    width: 100%;
    float: right;
    margin: 0 0 0 1em;
    font-size: 36px;
    text-align: left;
    box-sizing: border-box;
}

.pro11_con9 .info {
    position: relative;
    padding-top: 2.5em;
    margin-top: 4em;
}

.pro11_con9 .info:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1.7em;
    background: #990100;
    left: 0;
    bottom: 0;
    margin-bottom: -7em;
    margin-left: -92%;
}

.pro11_con9 img.bg {
    margin-top: 15%;
}

.pro11_con10 {
    color: #000000;
    overflow: hidden;
}

.pro11_con10 .title h3 {
    padding: 2em 0 0.7em;
}

.pro11_con10 .title p {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.pro11_con10 .title p i {
    width: 10px;
    height: 2.3em;
    background: #a92a29;
    display: inline-block;
    margin-top: 0.3em;
    vertical-align: top;
}

.pro11_con10 .title span {
    /*margin-left: 12%;*/
    font-size: 30px;
    color: #7c7b7c;
    line-height: 2.5em;
    margin-bottom: 2em;
    margin-top: 2em;
}

.pro11_con10 .con2 {
    width: 90%;
    position: relative;
}

.pro11_con10 .con2 .wrap {
    width: 1200px;
    margin-left: 10%;
    position: absolute;
    top: 30%;
    left: 0;
}

.pro11_con10 .con2 .wrap img {}

.pro11_con10 .con2 .wrap .pic {
    display: inline-block;
    max-width: 90%;
}

.pro11_con10 .con2 .wrap .pic:after {
    content: '';
    display: block;
    width: 308px;
    height: 2em;
    background: #990100;
    margin-left: -320px;
}

.pro11_con11 {
    color: #000000;
    padding-top: 17em;
}

.pro11_con11 .title h3 {
    text-align: left;
    margin-left: 15%;
    display: inline-block;
    float: left;
}

.pro11_con11 .title p {
    text-align: left;
    display: inline-block;
}

.pro11_con11 .title span {
    float: left;
    margin-left: 15%;
    font-size: 20px;
    color: #545354;
    line-height: 3em;
}

.pro11_con11 .title h3 i {
    width: 10px;
    height: 1em;
    background: #990201;
    vertical-align: top;
    display: inline-block;
    margin-top: 0.7em;
    margin-left: 0.3em;
}

.pro11_con11 .title p {
    padding: 2em 0;
}

.pro11_con11 .pic {
    width: 100%;
    text-align: center;
    margin: 10em 0 15em;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro11_con11 .wrap_out {
    overflow: hidden;
}


/*pro12*/
.pro12 {
    text-align: center;
}

.pro12 .wrap,
.pro12 .wrap img {
    max-width: 96%;
}

.pro12_con1 {
    padding: 17em 0 4em;
}

.pro12_con1 .title {
    text-align: right;
}

.pro12_con1 .title h2 {
    font-size: 72px;
    color: #000000;
}

.pro12_con1 img {
    max-width: 85%;
}

.pro12 .title h3 {
    font-size: 45px;
    line-height: 1.5em;
}

.pro12 .title h4 {
    font-size: 22px;
    line-height: 1.7em;
    padding-top: 1.7em;
}

.pro12 .icon {
    margin-top: 3.5em;
    text-align: center;
    display: inline-block;
}

.pro12 .icon p {
    padding-top: 1.5em;
}

.pro12_con1 ul {
    padding-left: 5%;
}

.pro12_con1 ul li {
    width: 65px;
    height: 65px;
    margin: 0 1.3em;
}

.pro12_con1 ul li.l1 {
    background: #f2e2cc;
}

.pro12_con1 ul li.l2 {
    background: #191919;
}

.pro12_con1 ul li.l3 {
    background: #a7191f;
}

.pro12_con2 {
    background: #eeeeee;
    padding: 13em 0;
}

.pro12_con2 .wrap {
    width: 1300px;
}

.pro12_con2 li {
    width: 28.5%;
    float: right;
    height: 5.3em;
    border-right: 2px solid #b3b3b3;
    box-sizing: border-box;
}

.pro12_con2 li p {
    padding-top: 1.3em;
    letter-spacing: 0;
}

.pro12_con2 li.li_t {
    float: left;
}

.pro12_con2 .hg {
    background: #b3b3b3;
    width: 100%;
    height: 2px;
}

.pro12_con2 li.last {
    border-right: 0;
}

.pro12_con2 li .icon1 {
    padding-top: 4em;
}

.pro12_con2 li.li_t .icon1 {
    padding-top: 0;
    margin-top: -7em;
}

.pro12_con3 {
    padding: 45em 0 29em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pro12_con3 .title {
    width: 50%;
    float: left;
    color: #ffffff;
    text-align: left;
}

.pro12_con3 span {
    width: 7em;
    height: 0.3em;
    background: #ffffff;
    margin-top: 3.5em;
}

.pro12_con4 {
    padding: 7em 0;
}

.pro12_con4 .title {
    color: #000000;
    width: 50%;
    text-align: left;
    margin-bottom: -17em;
}

.pro12_con5 {
    padding: 7em 0 3em;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.pro12_con5 .title {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 6em;
    text-align: left;
}

.pro12_con6 {
    padding: 10em 0 52em;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1%;
}

.pro12_con6 .title {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.pro12_con7 img.bot_img {
    max-width: 100%;
}

.pro12_con8 .title {
    width: 55%;
    float: left;
    text-align: left;
    padding-top: 6em;
    padding-left: 2%;
}

.pro12_con9 {
    padding: 10em 0 6em;
}

.pro12_con9 .title {
    width: 57%;
    float: left;
    text-align: left;
    margin-bottom: 6em;
}

.pro12_con10 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23em 0 15em;
}

.pro12_con10 .title {
    width: 50%;
    color: #ffffff;
    text-align: left;
}

.pro13_con1 {
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 19.5em 0 10.4em;
}

.pro13_con1 .title {
    margin-bottom: -15%;
    text-align: right;
    padding-right: 5%;
}

.pro13_con1 img.fl {
    padding-left: 5%;
}

.pro12_con3.pro13_con3 {
    position: relative;
}

.pro12_con3.pro13_con3 .title {
    color: #010101;
    top: 43%;
    position: absolute;
}

.pro12_con3.pro13_con3 img {
    width: 60%;
}

.pro12_con3.pro13_con3 span {
    background: #010101;
}

.pro12_con3.pro13_con3 {
    padding: 5em 0 2em;
    overflow: hidden;
}

.pro12_con5.pro13_con5 .title {
    width: 100%;
    text-align: center;
}

.pro12_con6.pro13_con6 .title {
    width: 844px;
    margin-left: 5%;
}

.pro12_con6.pro13_con6 .title h4 {
    color: #717070;
}

.pro12_con8.pro13_con8 {
    color: #000000;
}

.pro12 .pro13_con8 .icon p {
    color: #545354;
}

.pro12_con9.pro13_con9 .title h3 {
    color: #000000
}

.pro12_con9.pro13_con9 .title h4 {
    color: #717070;
}



/*pro14*/
.pro14 {
    letter-spacing: 3.5px;
}

.pro14 .title h3 {
    opacity: 0.8;
    color: #585858;
}

.pro14 .title h4 {
    opacity: 0.6;
    color: #8d8d8d
}

.pro14_con1 {
    background: #fff7f0;
    padding: 13.2em 0 4.7em;
}

.pro14_con1 .title {
    width: 36%;
    padding-top: 5%;
}

.pro14_con1 img.fr {
    width: 66%;
    margin-right: -5%;
}

.pro14_con3 .title {
    text-align: left;
}

.pro14_con3 {
    overflow: hidden;
    padding: 10em 0 13.2em;
}

.pro14_con3 img {
    margin-top: 2em;
}

.pro14_con5 .title h3,
.pro14_con5 .title h4 {
    color: #ffffff;
}

.pro14_con5 .title {
    width: 1042px;
}

.pro14_con5 {
    padding: 9em 0 5em;
}

.pro14 .title h4 {
    padding-top: 1.2em
}

.pro14_con6 {
    padding-top: 8em;
    overflow: hidden;
}

.pro14_con6 .title {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.pro14_con6 img {
    margin-top: 4em;
}

.pro14_con8 {
    padding-top: 7.5em;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro14_con9 {
    padding: 17.5em 0 13em;
}

.pro14_con9 .title {
    width: 53%;
    text-align: left;
    margin-bottom: -105%;
    margin-left: 5%;
}

.pro14_con10 {
    overflow: hidden;
    padding-top: 5em;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pro14_con10 .title {
    text-align: left;
    width: 95%;
    margin: 0 auto 5em;
}

/*pro15*/
.pro15_con1 {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 8.2em;
    text-align: center;
    overflow: hidden;
}

.pro15_con1 .title {
    margin-bottom: 7.6em;
}

.pro15_con1 .title img {
    max-width: 70%;
}

.pro15_con1 img.bg {
    max-width: 60%;
}

.pro15_con5 li {
    width: 100%;
    background: url("../images/P6S_21.jpg");
}

.pro15_con5 .pic {
    width: 50%;
    position: relative;
}

.pro15_con5 .pic img.bg {
    width: 100%;
}

.pro15_con5 .pic img.con {
    position: absolute;
}

.pro15_con5 li {
    position: relative;
}

.pro15_con5 li.l1 img.con {
    right: 0;
    top: 30%;
    max-width: 75%;
    max-height: 50%;
    top: 25%;
}

.pro15_con5 li.l2 img.con {
    top: 10%;
    max-height: 80%;
    max-width: 40%;
    left: 30%;
}

.pro15_con5 .text {
    width: 50%;
    margin-top: 5%;
    position: absolute;
    height: 100%;
}

.pro15_con5 .text img {
    max-height: 80%;
}

.pro15_con5 li.l1 .text {
    left: 0;
}

.pro15_con5 li.l2 .text {
    right: 0;
}

.pro15_con5 .text h3 {
    width: 1em;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    line-height: 1.2em;
}

.pro15_con5 .text h4 {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
}

.pro15_con5 .text h4 p {
    width: 1em;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    line-height: 1.2em;
}

.pro15_con5 .text span {
    /*-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: center;transform-origin: center;margin-left: -5%;*/
    word-break: break-all;
}

/*pro_xs1*/
.pro_xs1 img {
    max-width: 94%
}

.pro_xs1 .title h3 {
    font-size: 3.75em;
    line-height: 1.67;
    color: #555;
    letter-spacing: 3px;
}

.pro_xs1 .title p {
    font-size: 1.875em;
    line-height: 2;
    color: #666;
    letter-spacing: 3px;
}

.fff .title h3,
.fff .title p {
    color: #fff;
}

.title.justify h3 {
    float: left;
    width: 27.5%;
    padding-left: 4%;
    text-align: left;
}

.title.justify p {
    float: right;
    width: 63.5%;
    padding-right: 3%;
    text-align: left;
}

.xs1_con1 {
    padding: 11em 0 8em;
}

.xs1_con1 .title {
    width: 37%;
    padding-top: 25%
}

.xs1_con1 img.fl {
    width: 63%
}

.xs1_con3 {
    background-size: cover !important;
    padding-top: 8.75em;
    text-align: center;
}

.xs1_con3 .title {
    margin-bottom: 12em;
}

.xs1_con3 .title p {
    padding-top: 0.5em;
}

.xs1_con4 {
    padding-top: 9em;
}

.xs1_con4 .title {
    margin-bottom: 7em;
}

.xs1_con4 .title p {
    padding-top: 1.35em;
}

.xs1_con5 {
    padding-top: 9em
}

.xs1_con5 .title {
    margin-bottom: 7em;
}

.xs1_con5 .img {
    padding-top: 8.5em;
    background-size: cover !important;
}

.xs1_con7 {
    padding-top: 12em;
}

.xs1_con7 img.fl {
    width: 50%
}

.xs1_con7 .title {
    width: 38%;
    padding-right: 5%;
    padding-top: 15%
}

.xs1_con7 .title h3 {
    margin-bottom: 15%
}

.xs1_con7 .title p {
    text-align: justify
}

.xs1_con8 {
    padding: 8em 0 6.25em;
}

.xs1_con8 .title {
    width: 40%;
    text-align: left;
}

.xs1_con8 .title h3 {
    margin-bottom: 10%
}

.xs1_con8 img {
    margin-top: -30%;
}

.xs1_con9 {
    background-size: cover !important;
    padding: 5em 0 2.5em;
}

.xs1_con9 .title {
    max-width: 84%;
    margin: 0 auto 5em;
}

.xs1_con9 .title h3 {
    margin-bottom: 0.5em;
}

.xs1_con9 .title p {
    text-align: left;
}

.pro_xs1 h3 {
    font-weight: bold;
}

/*pro_xs2*/
.pro_xs2 .title h3 {
    font-weight: normal;
    font-size: 2.75em;
    color: #000
}

.pro_xs2 .title p {
    text-align: justify;
    max-width: 890px;
    margin: 0.8em auto 1em;
    font-size: 1.35em;
    display: inline-block
}

.c000 .title p {
    color: #000;
}

.fff .title h3 {
    color: #FFF;
}

.xs2_con1 .wrap {
    width: 84%
}

.xs2_con1 {
    padding: 13em 0 3em;
}

.xs2_con1 .title {
    width: 33%;
    padding: 9% 2% 0 0
}

.xs2_con1 img.fl {
    width: 60%
}

.xs2_con3 {
    padding: 5em 0 0;
}

.xs2_con3 .title p {
    margin-bottom: 4.5em;
}

.xs2_con3 img {}

.xs2_con4 {
    padding: 5em 0 7em;
}

.xs2_con4 .title p {
    margin-bottom: 1em;
}

.xs2_con5_t {
    padding: 5em 0 15em;
}

.xs2_con5_t .title p {
    margin-bottom: 5em;
}

.xs2_con5_b {
    padding: 12px 0
}

.xs2_con5_b li {
    width: 32.8%;
    margin-right: 0.8%
}

.xs2_con5_b li:last-child {
    margin-right: 0
}

.xs2_con5_b li img {
    width: 100%;
    max-width: 100%
}

.xs2_con6 {
    padding: 5em 0 0;
}

.xs2_con6 .title {
    margin-bottom: 0
}

.xs2_con7 {
    padding: 10em 0 0
}

.xs2_con7 .title {
    width: 400px;
    margin-left: 10%
}

.xs2_con7 img {
    margin-top: -27%;
}

.xs2_con8 {
    padding: 8em 0 0
}

.xs2_con8 .wrap {
    width: 1350px;
}

.xs2_con8 .title {
    width: 380px;
    float: left;
    margin: 21% 0 0 12%
}

.xs2_con8 img {
    width: 50%;
    float: right;
}

.xs2_con9 .wrap {
    width: 1650px
}

.xs2_con9 .title {
    width: 380px;
    margin: 5% 0 0 18%
}

.xs2_con9 img {
    float: right;
    margin-top: -25%;
    width: 78%
}

/*pro_A01*/
.pro_A01 .title {
    padding-top: 5em;
    text-align: center;
}

.pro_A01 .title h3 {
    color: #2c1819;
    font-size: 2.25em;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 5px;
}

.pro_A01 .title p {
    color: #2c1819;
    font-size: 1.375em;
    line-height: 1.8;
    letter-spacing: 3px;
}

.pro_A01 .fff .title h3,
.pro_A01 .fff .title p {
    color: #FFF;
}

.pro_A01 .title h3.left,
.pro_A01 .title p.left {
    text-align: left
}

.pro_A01 .center {
    text-align: center;
}

.A01_conl {
    padding: 12em 0 9em;
}

.A01_conl .title {
    max-width: 45%;
    padding-left: 5%;
    padding-top: 17%;
    text-align: left;
}

.A01_conl .title h2 {
    font-size: 4.5em;
    color: #2c1819;
    line-height: 1.7;
    letter-spacing: 0.2em;
}

.A01_conl .wrap>img {
    max-width: 50%
}

.A01_con2 {
    padding-bottom: 6em;
}

.A01_con2 .fl {
    max-width: 61.25%;
    padding-top: 1.5em;
}

.A01_con3 .title {
    margin-bottom: 6em;
}

.A01_con4 {
    padding-bottom: 6em;
}

.A01_con5 {
    padding-bottom: 40em;
}

.A01_con5 .title {
    width: 850px;
    margin: 0 auto 45px;
    max-width: 90%
}

.A01_con6 {
    padding-bottom: 48em;
    position: relative
}

.A01_con6 .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.A01_con6 .bg .title {
    position: relative;
    z-index: 1
}

.A01_con7 {
    padding-bottom: 5em;
}

.A01_con7 .title {
    width: 730px;
    margin: 0 auto 30px;
    max-width: 90%
}

.A01_con7 img {
    margin-left: 50%
}

/*pro_A02*/
.A02_conl {
    padding: 7em 0 4em;
}

.A02_conl .title {
    max-width: 40%;
    padding: 2em 6% 0 4%;
}

.A02_conl .title .img1 {
    margin-bottom: 2.5em;
}

.A02_conl .title .img2 {
    max-width: 70%
}

.A02_conl .wrap>img {
    max-width: 45%;
    padding-left: 5%
}

.A02_con2 {
    overflow: hidden
}

.A02_con3 {
    overflow: hidden
}

.A02_con3 .title {
    width: 750px;
    margin: 0 auto 45px;
    max-width: 90%
}

.A02_con4 {
    padding-bottom: 6em;
}

.A02_con4 .title {
    width: 850px;
    margin: 0 auto 60px;
    max-width: 90%
}

.A02_con5 {
    padding-bottom: 47em;
    position: relative
}

.A02_con5 .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.A02_con5 .wrap {
    position: relative;
    z-index: 1
}

.A02_con6 .title {
    width: 930px;
    margin: 0 auto 20px;
    max-width: 90%
}

.A02_con6 img.fl {
    margin-left: 6%;
    max-width: 54%
}

.A02_con6 img.fr {
    margin: 18% 15% 0 0;
    max-width: 19%
}

.A02_con7 img {
    margin-right: 3%
}

/*pro_cc1*/
.cc1_con1 {
    padding: 10em 0 4.5em;
}

.cc1_con1 .wrap {
    position: relative
}

.cc1_con1 .title {
    position: absolute;
    width: auto;
    padding: 0;
    left: 6%;
    top: 10%
}

.cc1_con1 .title h2 {
    color: #FFF;
    font-size: 4.75em;
    line-height: 1.5
}

.cc1_con1 img {
    width: 80%;
    margin-right: -5%
}

.cc1_con4 img {
    margin-top: 2em;
}

.cc1_con5 {
    padding-bottom: 5.75em;
}

.cc1_con5 img {
    margin-top: 2em;
}

.cc1_con6 {
    padding: 6em 0 4.5em;
}

.cc1_con6 img {
    max-width: 39%;
    margin: 0 4% 0 7%
}

.cc1_con6 .title {
    max-width: 40%;
    margin-right: 5%;
    margin-top: 17%
}

.cc1_con7 .title {
    max-width: 35%;
    margin-left: 9%;
    margin-top: 10%
}

.cc1_con7 img {
    max-width: 40%;
    margin: -21% 5% 0 5%
}

.cc1_con8,
.cc1_con9 {
    overflow: hidden;
}

.cc1_con9 img {
    margin-top: 2em;
}

/*pro_q1*/
.pro_q1 .title {
    font-family: "Microsoft YaHei";
    color: #585858;
    padding-top: 5em;
    margin-bottom: 50px;
}

.pro_q1 .title h3 {
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.6em;
}

.pro_q1 .title p {
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.5;
}

.fff .title h3,
.fff .title p {
    color: #FFF;
    letter-spacing: 0.5px;
}

.q1_conl {
    padding: 14em 0 5em;
}

.q1_conl .title {
    width: 60%
}

.q1_conl .title .img1 {
    margin-bottom: 20%;
    margin-right: 22%;
    max-width: 75%
}

.q1_conl .title .img2 {
    max-width: 84%
}

.q1_conl img.fl {
    width: 35%
}

.q1_con2 .wrap {
    width: 1480px;
}

.q1_con2 .title {
    margin-left: 29%;
    width: 71%
}

.q1_con2 .img1 {
    width: 28.37%;
    margin-top: -5.5%
}

.q1_con2 .img2 {
    width: 43.64%;
    margin-right: 21%;
    margin-top: 12%
}

.q1_con3 {
    padding-bottom: 10em;
    overflow: hidden;
}

.q1_con3 img {
    max-width: 47%
}

.q1_con4 {
    padding-bottom: 5em;
}

.q1_con4 .wrap {
    width: 1620px;
}

.q1_con4 .title {
    color: #b4b4b4;
    margin-left: 45%;
    width: 41%;
    padding-top: 18em;
}

.q1_con4 .title p {
    text-align: left;
}

.q1_con4 .img1 {
    width: 37.83%;
    margin-top: -20%
}

.q1_con4 .img2 {
    width: 57.28%;
    margin-top: -10%
}

.q1_con5 {
    overflow: hidden;
}

.q1_con5 img {
    max-width: 57%;
}

.q1_con6 {
    padding-bottom: 2em;
    overflow: hidden;
}

.q1_con6 .title,
.q1_con7 .title {
    color: #282828;
    position: relative;
    z-index: 1
}

.q1_con6 img {
    max-width: 83.8%;
    margin-top: -6%
}

.q1_con7 img {
    margin-top: -10%
}

/**********/
.serve_check {
    background-color: #f7f7f7;
    text-align: center;
    padding: 6em 0 18em;
}

.serve_check .content_t {
    background-color: #ffffff;
    padding: 7em 8%;
    margin-bottom: 8em;
}

.serve_check .check_title h3 {
    font-size: 30px;
    color: #666666;
    margin-bottom: 1.7em;
}

.serve_check .check_title h4 {
    font-size: 24px;
    color: #666666;
    margin-bottom: 1em;
}

.serve_check .content_t input {
    width: 580px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    color: #666666;
    padding: 0 2em;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.serve_check .content_t input:focus {
    border-color: #ae0f0f;
}

.serve_check .content_t button {
    width: 192px;
    height: 50px;
    line-height: 50px;
    background-color: #ae0f0f;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    display: block;
    margin: 2.5em auto 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
}

.serve_check .content_t button:hover {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3)
}

.serve_check .content_t button a {
    color: #ffffff;
}

.serve_check .content_guide .pic {
    width: 40%;
    display: inline-block;
}

.serve_check .content_guide .pic.fir {
    border-right: 1px solid #e0e0e0;
}

.serve_check .content_guide .pic img {
    max-width: 80%;
}

.serve_check .content_guide .pic p {
    font-size: 16px;
    padding-top: 3em;
}

.check_false img.none {}

.serve_check .content_t .result {
    font-size: 18px;
    margin-top: 2em;
    color: #666666;
}

.check_true .content_t .result {
    text-align: left;
    color: #333333;
    margin-bottom: 6em;
}

.check_true .content_t .result h5 {
    font-size: 18px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.check_true .content_t .result p {
    padding-top: 2em;
}


.q2_conl .title {
    padding-top: 0;
}

.q2_con2 .title {
    margin: 40px auto;
    padding-top: 0;
    width: 85%;
    color: #000000;
}

.q2_con3 {
    text-align: center;
}

.q2_con3 .title h3,
.fff .title p {
    color: #000000;
}

.q2_con4 .title {
    margin: 50px auto;
    text-align: center;
    width: 85%;
    padding-top: 0;
}

.q2_con4 .img1 {
    width: 100%;
    margin-top: 0;
}

.q2_con4 .title p {
    text-align: center;
}

.q2_con5 .title h3 {
    color: #000000;
}

.q2_con5 {
    padding-bottom: 50px;
}

.q2_con6 img {
    margin-top: 0;
}

.q2_con7 {
    position: relative;
}

.q2_con7 img {
    margin-top: 0;
}

.q2_con7 .title {
    width: 35%;
    position: absolute;
    left: 13%;
    top: 33%;
    color: #ffffff;
    text-align: left;
}

.q2_con7 .title h3 {
    font-weight: normal;
    margin-bottom: 0.2em;
}

.q2_con7 .title p {
    font-weight: normal;
    font-size: 1.5em;
}

.q2_con2_2 {
    height: initial !important;
}

.pro_q2 .title p {
    font-size: 1.5em;
}

.q2_conl .wrap>img {
    margin-top: 70px;
}

.pro_q2 .title p {
    font-size: 1.4em;
}

.pro_q2 .title h3 {
    margin-bottom: 0.3em;
    font-size: 2.55em;
}

.q2_conl img.fl {
    width: 40%;
}

.q2_con6 .title p {
    max-width: 100%;
}

.pro_q2 .wrap {
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}

.q2_con4 .title {
    width: 100%;
}

.q2_con2 .title {
    width: 100%;
}

/*q3*/
.q3_conl .title {
    padding-top: 0;
    margin-right: 150px;
    margin-bottom: -12px;
    width: 50%;
}

.q3_conl img.fl {
    width: 34%;
    float: right;
}

.q3_conl .wrap>img {
    margin-top: 110px;
    margin-right: -55px;
}

.q3_con3 {
    padding-bottom: 0;
}

.q3_con4 .img1 {
    width: auto;
}

.q3_con4 {
    padding-bottom: 0;
}

.q3_con6 {
    width: 100%;
}

.q3_con6 .wrap {
    height: 44em;
    color: #ffffff;
}

.q3_con6 .title {
    padding-top: 2em;
    color: #ffffff;
}

.q3_con6 .title p {
    font-weight: normal;
}

.q3_con5 .title h3 {
    color: #000000;
}

.q3_con5 .title p,
.q3_con4 .title p,
.q3_con3 .title p {
    font-weight: normal;
}

/*.q3_con5 .title h3,.q3_con3 .title h3,.q3_con4 .title h3,.q3_con44 .title h3{font-weight: normal;}*/
.q3_con3 .title h3,
.q3_con3 .title p,
.q3_con4 .title h3,
.q3_con4 .title p {
    color: #ffffff;
}

.q3_con44 .title p {
    font-weight: normal;
}

.q3_con7 .wrap>img {
    margin-top: 70px;
    margin-right: 140px;
    float: right;
    width: 50%;
}

.q3_con7 .title h3 {
    font-weight: bold;
    color: #000000;
}

.q3_con7 .title p {
    color: #000000;
}

.q3_con7 .title {
    width: 40%;
    top: 8%;
    margin-left: 100px;
    left: 0;
}

.q3_con7 .title>img {
    width: 40%;
    margin-top: 25px;
}

.q3_con7 .wrap {
    position: relative;
}

.q3_con5 .title {
    padding-top: 0;
}

.q3_con5 .title p,
.q3_con4 .title p,
.q3_con3 .title p,
.q3_con44 .title p,
.q3_con6 .title p {
    text-align: left;
}

.q3_con6 .title p {
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}

.q3_con6 .wrap2 {
    width: 1520px;
    max-width: 94%;
    margin: 0 auto;
    border-radius: 20px;
}


.q4 {
    text-align: center
}

.q4 img {
    text-align: center;
}

.q4-1-img {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0 85px;
}

.q4-1-img .fl {
    width: 50%;
}

.q4-1-img .fr {
    width: 50%;
    margin-top: 135px;
}

.q4-1-img .fl img {
    width: 80%;
    max-width: 80%;
    padding-left: 90px;
}

.q4-1-img .fr img {
    width: 75%;
    max-width: 80%;
}

.q4 .q4-text {
    text-align: left;
    width: 55%;
    margin: 0 auto;
    color: #ffffff;
    padding: 25px 0
}

.q4 .q4-text h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0
}

.q4 .q4-text p {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.q4 .q4-2 .q4-text,
.q4 .q4-3 .q4-text {
    color: #000000;
}

.q4-2 .q4-2-img {
    padding-bottom: 20px;
}

.q4-2 .q4-2-img img {
    width: 50%;
}

.q4-3 .q4-3-img img {
    width: 25%;
}

.q4-5 .q4-5-img img {
    width: 45%;
}

.q4-6 .q6-2-img {
    padding: 30px 0
}

.q4-6 .q6-2-img img {
    width: 70%;
}

.q4-4 .q4-4-img {
    text-align: right;
    padding: 10px 0 30px 0;
}

.q4-4 .q4-4-img img {
    width: 55%;
}

.q4-7 {
    position: relative;
}

.q4-7 .q4-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cc2-wrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 5em;
}

.cc2-centerbox {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4em;
}

.cc2-1-img1 {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 5em;
}

.cc2-1-img2 {
    text-align: center
}

.cc2-2 {
    padding: 3em 0 7em;
}

.cc2-2 .cc2-wrap {
    width: 1100px;
}

.cc2-2 ul li p {
    color: #a4a4a4;
}

.cc2-3 {
    height: 50em;
}

.cc2-centerbox h3 {
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.cc2-centerbox p {
    text-align: left;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold
}

.cc2-wrap li {
    width: 33.333%;
    float: left;
    text-align: center;
    font-size: 18px;
    padding-top: 2.5em;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    box-sizing: border-box;
}

.cc2-wrap li.li_t {
    padding-top: 0;
    padding-bottom: 2.5em;
}

.cc2-wrap li.four {
    border-right: 0;
}

.cc2-wrap .hg {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.17);
    float: left;
    margin-left: 0%;
}

.cc2-wrap li.li_t .icon {
    margin-top: -3em;
}

.cc2-wrap li p {
    padding-top: 1.5em;
    margin-bottom: -3.5em;
}

.cc2-wrap li.li_t p {
    margin-bottom: 0;
}

.cc2-img {
    text-align: center;
    padding-bottom: 4em;
    width: 85%;
    margin: auto;
}

.cc2-5 .cc2-centerbox {
    float: left;
    width: 55%;
    margin-top: 11%;
    margin-right: -85px;
}

.cc2-5 .cc2-5-img {
    float: left;
    width: 40%;
}

.cc2-5 .cc2-wrap {
    padding-top: 8em;
}

.cc2-7 .cc2-img {
    padding-bottom: 0;
}

.cc2-5 .cc2-centerbox h3 {
    text-align: left
}

.cc2-7 .cc2-centerbox h3 {
    text-align: left;
}

.cc3 {}

.cc3-1 {
    padding-bottom: 40px;
}

.cc3-1-img1 {
    width: 40%;
    float: left;
    margin-top: 35px;
    margin-left: 155px;
}

.cc3-1-img1 img {}

.cc3-1-img2 {
    width: 50%;
    float: left;
    margin-left: -100px;
}

.cc3-1-img2 img {}

.cc3 .cc2-2 .cc2-wrap li {
    border-right: 2px solid #397d7d;
}

.cc3 .cc2-2 .cc2-wrap .hg {
    background: #397d7d;
    height: 2px;
}

.cc3 .cc2-2 ul li p {
    color: #005a5a;
    font-family: Century Gothic;
    font-weight: bold
}

.cc3 .cc2-wrap li.four {
    border-right: none;
}

.cc3-3 {}

.cc3-3 .cc3-centerbox {
    float: right;
    width: 40%;
    margin-top: 22%;
}

.cc3-3-left {
    width: 50%;
    float: left;
    text-align: right
}

.cc3-centerbox h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Century Gothic;
    color: #005a5a;
}

.cc3-centerbox p {
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    font-family: Century Gothic;
}

.cc3-centerbox .cc3-3-right>span {
    height: 6px;
    width: 22%;
    background: #005a5a;
}

.cc3 .cc2-wrap {
    padding-top: 2em;
}

.cc3-4 {}

.cc3-4 .cc3-centerbox h3,
.cc3-5 .cc3-centerbox h3,
.cc3-8 .cc3-centerbox h3,
.cc3-9 .cc3-centerbox h3 {
    text-align: center
}

.cc3-4 .cc3-centerbox p,
.cc3-5 .cc3-centerbox p,
.cc3-8 .cc3-centerbox p,
.cc3-9 .cc3-centerbox p {
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}

.cc3-4-img,
.cc3-5-img {
    text-align: center
}

.cc3-5 {
    padding-bottom: 35px;
}

.cc3-6 .cc3-centerbox {
    float: right;
    width: 45%;
    margin-right: 7%;
    margin-top: 17%;
}

.cc3-6 .cc3-centerbox .cc3-6-text h3,
.cc3-7 .cc3-centerbox h3,
.cc3-9 .cc3-centerbox h3 {
    color: #ffffff;
}

.cc3-6 .cc3-centerbox .cc3-6-text p,
.cc3-7 .cc3-centerbox p,
.cc3-9 .cc3-centerbox p {
    color: #ffffff;
}

.cc3-6-img {
    float: left;
    margin-left: 10%;
}

.cc3-7 .cc3-centerbox {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-top: 15%;
}

.cc3-7-img {
    float: right;
    margin-right: 15%;
}

.cc3-8-img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cc3-9-img {
    text-align: center
}

.cc3-9 {
    padding: 25px 0;
}

.q5 {}

.q5-1 {
    padding-top: 20px;
}

.q5-1-left {
    float: left;
    width: 53%;
}

.q5-1-right {
    width: 27%;
    float: left;
    margin-top: 13%;
    margin-left: 5%;
}

.q5 .cc2-wrap div h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Century Gothic;
}

.q5 .cc2-wrap div p {
    font-size: 22px;
    line-height: 33px;
    font-family: Century Gothic;
}

.q5-2-left,
.q5-4-left,
.q5-6-left {
    color: #ffffff;
}

.q5-3-left,
.q5-5-left,
.q5-7-left {
    color: #000000;
}

.q5-2-left {
    float: left;
    width: 40%;
    margin-top: 12%;
    margin-right: 5%;
    margin-left: 10%;
}

.q5-2-right {
    float: left;
    padding-bottom: 15px;
}

.q5-3-left h3,
.q5-4-left h3 {
    text-align: center
}

.q5-3-left p,
.q5-4-left p {
    width: 85%;
    margin: auto;
}

.q5-3-right,
.q5-4-right {
    text-align: center;
    margin: 10px 0 25px;
}

.q5 .cc2-wrap div p:nth-of-type(2) {
    width: 32%;
    margin-top: 2%;
}

.q5-5-right {
    float: left;
}

.q5-5-left {
    float: left;
    width: 38%;
    margin-top: 13%;
    margin-left: 4%;
}

.q5-6-left {
    float: left;
    width: 47%;
    margin-left: 10%;
    margin-top: 15%;
}

.q5-6-right {
    float: left;
    width: 53%;
    margin-left: -12%;
}

.q5-6 .cc2-wrap {
    padding-top: 0;
}

.q5-7 {}

.q5-7-right {
    width: 45%;
    float: left;
}

.q5-7-left {
    width: 44%;
    float: left;
    margin-top: 8%;
}

.q6 {}

.q6 .cc2-wrap {
    padding-top: 3em;
}

.q6 .cc2-wrap div h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Century Gothic;
    text-align: center;
    color: #ffffff;
}

.q6 .cc2-wrap div p {
    font-size: 22px;
    line-height: 33px;
    font-family: Century Gothic;
    text-align: left;
    color: #ffffff;
    width: 90%;
    margin: auto
}

.q6 .q6-1 .cc2-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
}

.q6-1 {}

.q6-1-left {
    width: 35%;
    float: left;
    margin-left: 12%;
}

.q6-1-right {
    width: 35%;
    float: left;
    margin-left: 5%;
    margin-top: 16%;
}

.q6-2-left h3,
.q6-3-left h3,
.q6-6-left h3 {
    color: #000000 !important;
}

.q6-2-left p,
.q6-3-left p,
.q6-6-left p {
    color: #000000 !important;
}

.q6-2-right,
.q6-3-right,
.q6-5-right,
.q6-7-right {
    text-align: center;
    margin-top: 2em;
}

.q6-4-left {
    width: 44%;
    float: left;
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 2%;
}

.q6-4-left h3 {
    text-align: left !important;
}

.q6-4-left p,
.q6-6-left p {
    margin-left: 0 !important;
    width: 100% !important;
}

.q6-4-right {
    width: 40%;
    float: left;
}

.q6-5-right {
    padding-bottom: 36px;
}

.q6-6-left {
    width: 37%;
    float: left;
    margin-top: 5%;
    margin-right: 5%;
    margin-left: 5%;
}

.q6-6-left h3 {
    text-align: left !important;
}

.q6-6-left p:nth-of-type(2) {
    margin-top: 4% !important;
    width: 40% !important;
}

.q6-6-right {
    float: left;
    width: 40%;
}

.q6-7 {
    padding-bottom: 30px;
}

.q6-7-right {
    padding: 25px 0;
}

.q6-3-right {
    margin-bottom: 25px;
}

/* q7 */

.q7 {}

.q7-1 {}

.q7-1 .cc2-wrap {}

.q7-1 .q7-1-left {
    width: 25%;
    float: left;
    margin-top: 190px;
    margin-right: 1%;
    margin-left: 13%;
}

.q7-1 .q7-1-left img {}

.q7-1 .q7-1-right {
    width: 53%;
    float: left;
}

.q7-1 .q7-1-right img {}

.q7-2 {}

.q7-2 .cc2-wrap {}

.q7-2 .q7-2-left {
    width: 768px;
    margin: auto;
}

.q7-2 .q7-2-left h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.q7-2 .q7-2-left p {
    text-align: center;
    color: #000000;
}

.q7-2 .q7-2-right {
    padding: 80px 0 89px;
}

.q7-2 .q7-2-right img {}

.q7-3 {}

.q7-3 .cc2-wrap {
    padding-top: 8em;
}

.q7-3 .q7-3-left {
    width: 467px;
    float: left;
    margin-left: 5%;
    margin-top: 14%;
}

.q7-3 .q7-3-left h3 {
    color: #000000;
    margin-bottom: 20px;
}

.q7-3 .q7-3-left p {
    color: #000000;
}

.q7-3 .q7-3-right {
    width: 55%;
    float: right;
}

.q7-3 .q7-3-right img {}

.q7-4 {}

.q7-4 .cc2-wrap {}

.q7-4 .q7-4-left {
    width: 50%;
    float: left;
}

.q7-4 .q7-4-left img {}

.q7-4 .q7-4-box {
    width: 441px;
    float: left;
    margin-top: 14%;
    margin-left: 8%;
}

.q7-4 .q7-4-box .q7-4-center {}

.q7-4 .q7-4-box .q7-4-center h3 {
    color: #000000;
}

.q7-4 .q7-4-box .q7-4-center p {
    color: #000000;
}

.q7-4 .q7-4-box .q7-4-right {
    width: 80%;
    margin-top: 10%;
}

.q7-4 .q7-4-box .q7-4-right img {}

.q7-5 {}

.q7-5 .cc2-wrap {
    width: 100%;
    max-width: 100%;
    adding-top: 7em;
    padding-bottom: 5em;
}

.q7-5 .q7-5-right {
    width: 83%;
}

.q7-5 .q7-5-right img {}

.q7-5 .q7-5-left {
    float: left;
    width: 370px;
    margin-top: -21%;
    margin-left: 58%;
}

.q7-5 .q7-5-left h3 {
    color: #ffffff;
}

.q7-5 .q7-5-left p {
    color: #ffffff;
}

.q7-6 {}

.q7-6 .cc2-wrap {}

.q7-6 .q7-6-left {
    width: 400px;
    float: left;
    margin-left: 7%;
    margin-top: 17%;
    margin-right: 2%;
}

.q7-6 .q7-6-left h3 {
    color: #000000;
}

.q7-6 .q7-6-left p {
    color: #000000;
}

.q7-6 .q7-6-right {
    float: left;
    width: 55%;
}

.q7-6 .q7-6-right img {}

.q7-7 {
    padding: 18em 0;
}

.q7-7 .cc2-wrap {}

.q7-7 .q7-7-left {
    width: 800px;
    margin: auto;
    margin-top: -270px;
}

.q7-7 .q7-7-left h3 {
    text-align: center;
    color: #ffffff;
}

.q7-7 .q7-7-left p {
    color: #ffffff;
    text-align: center;
}

.q7-7 .q7-7-right {}

.q7-7 .q7-7-right img {}


.q7-1 h3,
.q7-2 h3,
.q7-3 h3,
.q7-4 h3,
.q7-5 h3,
.q7-6 h3,
.q7-7 h3 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 33px;
}

.q7-1 p,
.q7-2 p,
.q7-3 p,
.q7-4 p,
.q7-5 p,
.q7-6 p,
.q7-7 p {
    font-size: 24px;
    line-height: 28px;
}

/* xs3 */

.xs3 {}

.xs3-1 {}

.xs3-1 .cc2-wrap {}

.xs3 .xs3-1-left {
    width: 35%;
    float: left;
    margin-left: 8%;
    margin-right: 5%;
    margin-top: 20%;
}

.xs3-1 .xs3-1-left img {}

.xs3-1 .xs3-1-right {
    width: 45%;
    float: left;
}

.xs3-1 .xs3-1-right img {}

.xs3-2 {}

.xs3-2 .cc2-wrap {}

.xs3-2 .xs3-2-left {
    width: 820px;
    margin: auto;
}

.xs3-2 .xs3-2-left h3 {
    text-align: center;
    color: #ffffff;
}

.xs3-2 .xs3-2-left p {
    text-align: left;
    color: #ffffff;
}

.xs3-2 .xs3-2-right {
    text-align: center;
    padding-bottom: 2em;
}

.xs3-2 .xs3-2-right img {}

.xs3-3 {
    padding-bottom: 2em;
}

.xs3-3 .cc2-wrap {}

.xs3-3 .xs3-3-left {}

.xs3-3 .xs3-3-left h3 {
    color: #000000;
}

.xs3-3 .xs3-3-left p {
    color: #000000;
}

.xs3-3 .xs3-3-right {
    width: 40%;
    float: left;
    margin-left: 5%;
}

.xs3-3 .xs3-3-right img {}

.xs3-3 .xs3-3-box {
    width: 470px;
    float: left;
    margin-top: 9em;
    margin-left: 4em;
}

.xs3-3 .xs3-3-box .xs3-3-right {
    margin-left: 0;
    margin-top: 1em;
}

.xs3-4 {}

.xs3-4 .cc2-wrap {}

.xs3-4 .xs3-4-left {
    width: 55%;
    float: left;
}

.xs3-4 .xs3-4-left img {}

.xs3-4 .xs3-4-box {
    width: 480px;
    float: left;
    margin-right: 0;
    margin-left: 0%;
    margin-top: 7em;
}

.xs3-4 .xs3-4-box .xs3-4-center {}

.xs3-4 .xs3-4-box .xs3-4-center h3 {
    color: #000000;
}

.xs3-4 .xs3-4-box .xs3-4-center p {
    color: #000000;
}

.xs3-4 .xs3-4-box .xs3-4-right {
    width: 20%;
}

.xs3-4 .xs3-4-box .xs3-4-right img {}

.xs3-5 {}

.xs3-5 .cc2-wrap {}

.xs3-5 .xs3-5-right {
    width: 60%;
    float: left;
}

.xs3-5 .xs3-5-right img {}

.xs3-5 .xs3-5-left {
    width: 490px;
    float: left;
    margin-top: 12em;
    margin-left: -17em;
}

.xs3-5 .xs3-5-left h3 {
    color: #ffffff;
}

.xs3-5 .xs3-5-left p {
    color: #ffffff;
}

.xs3-6 {}

.xs3-6 .cc2-wrap {}

.xs3-6 .xs3-6-left {
    width: 55%;
    float: left;
    margin-top: -4em;
    margin-left: -6em;
}

.xs3-6 .xs3-6-box {
    float: left;
}

.xs3-6 .xs3-6-box .xs3-6-center {
    width: 500px;
}

.xs3-6 .xs3-6-left h3 {
    color: #000000;
}

.xs3-6 .xs3-6-left p {
    color: #000000;
}

.xs3-6 .xs3-6-right {
    width: 85%;
}

.xs3-6 .xs3-6-right img {}

.xs3-1 h3,
.xs3-2 h3,
.xs3-3 h3,
.xs3-4 h3,
.xs3-5 h3,
.xs3-6 h3,
.xs3-7 h3 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}

.xs3-1 p,
.xs3-2 p,
.xs3-3 p,
.xs3-4 p,
.xs3-5 p,
.xs3-6 p,
.xs3-7 p {
    font-size: 24px;
}

/* cc5 */
.cc5-1,
.cc5-2,
.cc5-3,
.cc5-4,
.cc5-5,
.cc5-6,
.cc5-7 {
    position: relative;
}

.cc5-1 .cc2-wrap {
    position: absolute;
    top: 28%;
    width: 19%;
    left: 16%;
}

.cc5-1-right {}

.cc5-2-left {
    float: left;
    width: 50%;
}

.cc5-2-right {
    margin-top: 13%;
    width: 475px;
    float: left;
    margin-left: 8%;
}

.cc5-2-right h3 {
    font-weight: bold;
}

.cc5-3 {
    padding-bottom: 15em;
}

.cc5-3 h3 {
    color: #ffffff;
}

.cc5-3 p {
    color: #ffffff;
}

.cc5-3-center {
    width: 80%;
    text-align: center;
    margin: auto;
}

.cc5-3-box {
    position: absolute;
    top: 25%;
    margin: auto;
    left: 0;
    right: 0;
    width: 72%;
}

.cc5-4 {}

.cc5-4 .cc2-wrap {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 4em;
}

.cc5-4 .cc2-wrap .cc5-4-box {}

.cc5-4 .cc2-wrap .cc5-4-box h3 {
    color: #ffffff;
}

.cc5-4 .cc2-wrap .cc5-4-box p {
    color: #ffffff;
}

.cc5-5 {}

.cc5-5 .cc2-wrap {
    text-align: center;
}

.cc5-5 .cc2-wrap h3 {}

.cc5-5 .cc5-5-right {
    margin-top: 4em;
    text-align: center;
}

.cc5-6 {}

.cc5-6 .cc2-wrap {
    position: relative;
}

.cc5-6 .cc5-6-left {
    float: right;
}

.cc5-6-box {
    width: 540px;
    position: absolute;
    top: 23%;
    left: 2%;
}

.cc5-7-left {
    width: 45%;
    float: left;
    padding-top: 6em;
}

.cc5-7-box {
    float: left;
    color: #ffffff;
    margin-left: 8%;
    margin-top: 20%;
    width: 415px;
}

.cc5-7-box h3 {}

.cc5-7-box p {}

.cc5-1 h3,
.cc5-2 h3,
.cc5-3 h3,
.cc5-4 h3,
.cc5-5 h3,
.cc5-6 h3,
.cc5-7 h3 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
}

.cc5-1 p,
.cc5-2 p,
.cc5-3 p,
.cc5-4 p,
.cc5-5 p,
.cc5-6 p,
.cc5-7 p {
    font-size: 24px;
    text-align: left;
    color: #000000;
}

.cc5-4 .cc2-wrap .cc5-4-box {
    width: 80%;
    margin: auto;
}

.cc5-5-left {
    width: 80%;
    margin: auto;
}

.cc5-3-center h3 {
    color: #ffffff;
}

.cc5-3-center p {
    color: #ffffff;
}

.cc5-7-box .cc5-7-center h3,
.cc5-7-box .cc5-7-center p {
    color: #ffffff;
}

.cc5-1>img {
    width: 100%;
}

.cc5-4-right>img {
    width: 100%;
}


/* db */
.db {
    position: relative;
}

.db .db1 {
    position: relative;
}

.db .db1 .db1-img {}

.db .db1 .db1-img-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
}

.db .db1 .db1-img-center img {
    width: 27%;
}

.db .db2 {
    position: relative;
}

.db .db2 .db2-img {}

.db .db2 .db2-text {
    position: absolute;
    left: 6%;
    top: 9em;
    width: 553px;
}

.db .db2 .db2-text h3 {
    position: relative;
    color: #000000;
}

.db .db2 .db2-text h3::after {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 4px;
    background: #000000;
    bottom: 0;
}

.db .db2 .db2-text p {
    color: #333333;
}

.db .db3 {
    padding: 4em 0;
}

.db .db3 .db3-box {}

.db .db3 .db3-box .db3-left {
    float: left;
    margin-left: 5%;
    width: 50%;
}

.db .db3 .db3-box .db3-left img {}

.db .db3 .db3-box .db3-right-text {
    float: left;
    width: 565px;
    margin-left: 4%;
    margin-top: 5%;
}

.db .db3 .db3-box .db3-right-text h3 {
    position: relative;
    color: #ffffff;
}

.db .db3 .db3-box .db3-right-text p {
    color: #ffffff;
}

.db .db3 .db3-right-text h3::after {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 4px;
    background: #ffffff;
    bottom: 0;
}

.db .db4 {
    position: relative;
}

.db .db4 .db4-img {}

.db .db4 .db4-img img {}

.db .db4 .db4-text {
    position: absolute;
    left: 6%;
    top: 9em;
    width: 553px;
}

.db .db4 .db4-text h3 {
    color: #ffffff;
    position: relative;
}

.db .db4 .db4-text p {
    color: #ffffff;
}

.db .db4 .db4-text h3::after {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 4px;
    background: #ffffff;
    bottom: 0;
}

.db .db5 {
    position: relative;
    padding: 7em 0 0;
}

.db .db5 .db5-img {
    width: 32%;
    float: left;
    margin-left: 10%;
}

.db .db5 .db5-img img {}

.db .db5 .db5-text {
    width: 500px;
    float: left;
    margin-left: 18%;
    margin-top: 3%;
}

.db .db5 .db5-text h3 {
    color: #ffffff;
}

.db .db5 .db5-text p {
    color: #ffffff;
}

.db .db5 .db5-text h3::after {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 4px;
    background: #ffffff;
    bottom: 0;
}

.db .db6 {
    position: relative;
}

.db .db6 .db6-img {
    float: right;
    width: 55%;
}

.db .db6 .db6-img img {}

.db .db6 .db6-text {
    float: left;
    margin-left: 5%;
    margin-top: 8%;
    position: absolute;
    width: 465px;
}

.db .db6 .db6-text h3 {
    color: #010101;
}

.db .db6 .db6-text p {
    color: #010101;
}

.db .db6 .db6-text h3::after {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 4px;
    background: #010101;
    bottom: 0;
}

.db .db7 {
    position: relative;
    padding: 10em 0 0;
}

.db .db7 .db7-img {
    float: left;
    width: 42%;
    margin-left: 7%;
    margin-top: 6%;
}

.db .db7 .db7-img img {}

.db .db7 .db7-text {
    float: left;
    margin-left: 7%;
    width: 450px;
}

.db .db7 .db7-text h3 {
    color: #ffffff;
}

.db .db7 .db7-text p {
    color: #ffffff;
}

.db .db7 .db7-text h3::after {
    position: absolute;
    content: "";
    width: 15%;
    left: 0;
    height: 4px;
    background: #ffffff;
    bottom: 0;
}

.db .db7 .db7-text-img {
    width: 60%;
    margin-top: 15%;
}


.db h3 {
    font-size: 36px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
}

.db p {
    font-size: 24px;
    line-height: 40px;
}

/* db-pro */
.db-pro .db11 {
    padding: 4em 0;
}

.db-pro .db5 {}

.db-pro .db5 .db5-img {
    width: 70%;
}

.db-pro .db5 .db5-text {
    margin-left: 56%;
    margin-top: -35%;
}

.db-pro .db5 .db5-text h3 {}

.db-pro .db5 .db5-text p {}


/* db2 */
.db2-text {}

.db2-text h3 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #030303;
}

.db2-text p {
    font-size: 28px;
    line-height: 1.5;
    color: #030303;
}

.db2 {}

.db2 .db2-1 {
    margin-bottom: 10em;
}

.db2 .db2-1 .db2-1-img {
    width: 60%;
    float: left;
    margin-left: 3%;
}

.db2 .db2-1 .db2-1-img img {}

.db2 .db2-1 .db2-1-img2 {
    width: 25%;
    float: left;
    margin-top: 25%;
    margin-left: 2%;
}

.db2 .db2-1 .db2-1-img2 img {}

.db2 .db2-2 {
    margin-bottom: 10em;
}

.db2 .db2-2 .db2-2-img {
    float: right;
    width: 50%;
    margin-right: 4%;
}

.db2 .db2-2 .db2-2-img img {}

.db2 .db2-2 .db2-2-text {
    width: 520px;
    float: left;
    margin-left: 5%;
    margin-top: 3.5%;
}

.db2 .db2-3 {
    margin-bottom: 10em;
}

.db2 .db2-3 .db2-3-img {
    width: 60%;
    float: left;
    margin-left: 4%;
}

.db2 .db2-3 .db2-3-img img {}

.db2 .db2-3 .db2-3-text {
    width: 535px;
    float: left;
    margin-left: -4%;
    margin-top: 0%;
}

.db2 .db2-4 {}

.db2 .db2-4 .db2-4-img {
    width: 90%;
    margin: auto;
    margin-top: 0%;
}

.db2 .db2-4 .db2-4-img img {}

.db2 .db2-4 .db2-4-text {
    padding-left: 6%;
    width: 740px;
}

.db2 .db2-5 {
    margin-top: 10%;
}

.db2 .db2-5 .db2-5-img {
    float: right;
}

.db2 .db2-5 .db2-5-img img {}

.db2 .db2-5 .db2-5-text {
    width: 695px;
    margin-bottom: -21%;
    margin-left: 6%;
}

.db2 .db2-6 {
    margin-top: 10em;
}

.db2 .db2-6 .db2-6-img {
    width: 65%;
    float: left;
}

.db2 .db2-6 .db2-6-img img {}

.db2 .db2-6 .db2-6-text {
    float: left;
    width: 500px;
    float: left;
    margin-left: -8%;
    margin-top: 3%;
}

.db2 .db2-7 {
    margin-top: 10%;
    margin-bottom: 2%;
}

.db2 .db2-7 .db2-7-img {
    width: 60%;
    float: right;
    margin-top: -8%;
}

.db2 .db2-7 .db2-7-img img {}

.db2 .db2-7 .db2-7-text {
    margin-left: 6%;
    float: left;
    width: 560px;
}

/* xs5 */
.xs5 h3 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 0.5em;
}

.xs5 p {
    font-size: 22px;
    color: #000000;
    line-height: 1.5;
}

.xs5 .xs5-4 h3,
.xs5 .xs5-7 h3 {
    color: #ffffff;
}

.xs5 .xs5-4 p,
.xs5 .xs5-7 p {
    color: #ffffff;
}

.xs5 .cc2-wrap {}

.xs5 .xs5-1 {
    height: 750px;
}

.xs5 .xs5-1 .xs5-1-img1 {
    width: 28%;
    margin-top: 10%;
    margin-left: 12%;
}

.xs5 .xs5-2 {}

.xs5 .xs5-2 .xs5-2-text {
    margin-bottom: 2em;
}

.xs5 .xs5-2 .xs5-2-text h3 {
    text-align: center;
}

.xs5 .xs5-2 .xs5-2-text p {
    text-align: left;
}

.xs5 .xs5-2 .xs5-2-img {}

.xs5 .xs5-3 {
    padding-bottom: 5em;
}

.xs5 .xs5-3 .xs5-3-text {
    width: 495px;
    float: left;
    margin-top: 9%;
    margin-left: 0%;
}

.xs5 .xs5-3 .xs5-3-text h3 {}

.xs5 .xs5-3 .xs5-3-text p {}

.xs5 .xs5-3 .xs5-3-text .xs5-3-text-img {
    margin-top: 1.5em;
}

.xs5 .xs5-3 .xs5-3-img {
    float: right;
}

.xs5 .xs5-4 {
    padding-top: 3em;
}

.xs5 .xs5-4 .xs5-4-img {
    float: left;
    width: 50%;
}

.xs5 .xs5-4 .xs5-4-text {
    float: left;
    width: 505px;
    margin-top: 15%;
    margin-left: 4%;
}

.xs5 .xs5-4 .xs5-4-text h3 {}

.xs5 .xs5-4 .xs5-4-text p {}

.xs5 .xs5-5 {
    height: 700px;
}

.xs5 .xs5-5 .xs5-5-text {
    width: 440px;
    margin-left: 20%;
    margin-top: 15%;
}

.xs5 .xs5-5 .xs5-5-text h3 {}

.xs5 .xs5-5 .xs5-5-text p {}

.xs5 .xs5-6 {
    padding-bottom: 3em;
}

.xs5 .xs5-6 .xs5-6-text {
    width: 560px;
    float: left;
    margin-top: 13%;
}

.xs5 .xs5-6 .xs5-6-text h3 {}

.xs5 .xs5-6 .xs5-6-text p {
    width: 445px;
}

.xs5 .xs5-6 .xs5-6-text .xs5-6-text-img {
    margin-top: 2em;
    width: 85%;
}

.xs5 .xs5-6 .xs5-6-img {
    float: left;
    margin-left: 10%;
}

.xs5 .xs5-7 {}

.xs5 .xs5-7 .xs5-7-text {
    margin-left: 5%;
    margin-top: 15%;
    float: left;
    width: 570px;
}

.xs5 .xs5-7 .xs5-7-text h3 {}

.xs5 .xs5-7 .xs5-7-text p {}

.xs5 .xs5-7 .xs5-7-img {
    float: left;
}

/* ao3 */
.ao3 {}

.ao3-2-text h3,
.ao3-3-text h3,
.ao3-4-text h3,
.ao3-5-text h3,
.ao3-6-text h3,
.ao3-7-text h3 {
    font-size: 44px;
    color: #030303;
    text-align: center;
    margin-bottom: 8px;
}

.ao3-2-text p,
.ao3-3-text p,
.ao3-4-text p,
.ao3-5-text p,
.ao3-6-text p,
.ao3-7-text p {
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
}

.ao3 .cc2-wrap {}

.ao3 .ao3-1 {
    background-position: right !important;
    padding: 16em 0 26em;
    background-size: 100% 100% !important;
}

.ao3 .ao3-1 .ao3-1-img {
    width: 20%;
    margin-left: 5%;
}

.ao3 .ao3-1 .cc2-wrap {
    padding-top: 0;
}

.ao3 .ao3-2 {
    background-position: left !important;
    padding: 4em 0;
    background-size: cover !important;
}

.ao3 .ao3-2 .ao3-2-right {
    float: right;
    width: 45%;
    margin-right: 3%;
}

.ao3 .ao3-2 .ao3-2-right .ao3-2-text {}

.ao3 .ao3-2 .ao3-2-right .ao3-2-text h3 {
    text-align: left;
}

.ao3 .ao3-2 .ao3-2-right .ao3-2-text p {}

.ao3 .ao3-2 .ao3-2-right .ao3-2-img {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 35px;
}

.ao3 .ao3-3 {
    background-position: center bottom !important;
    background-size: cover !important;
}

.ao3 .ao3-3 .ao3-3-text {}

.ao3 .ao3-3 .ao3-3-text h3 {
    color: #ffffff;
}

.ao3 .ao3-3 .ao3-3-text p {
    color: #ffffff;
}

.ao3 .ao3-3 .cc2-wrap {
    padding: 6em 0 40em;
}

.ao3 .ao3-4 {
    background-size: cover !important;
    background-position: center right !important;
    height: 900px;
}

.ao3 .ao3-4 .ao3-4-text {}

.ao3 .ao3-5 {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 900px;
}

.ao3 .ao3-5 .ao3-5-text {
    position: absolute;
    width: 40%;
    left: 50%;
    top: 20%;
}

.ao3 .ao3-5 .ao3-5-text h3 {
    color: #ffffff;
    text-align: left;
}

.ao3 .ao3-5 .ao3-5-text p {
    color: #ffffff;
    text-align: left;
}

.ao3 .ao3-6 {}

.ao3 .ao3-6 .ao3-6-text {
    margin-bottom: 35px;
}

.ao3 .ao3-6 .ao3-6-img {}

.ao3 .ao3-7 {}

.ao3 .ao3-7 .ao3-7-text {}

.ao3 .ao3-7 .ao3-7-img {
    text-align: center;
    margin: auto;
    margin-top: 50px;
    width: 65%;
}


/* note20 */
.not20-1,
.not20-3,
.not20-5,
.not20-7 {
    height: 850px;
    position: relative;
}

.not20-1-left {
    width: 30%;
    float: left;
    margin-left: 16%;
    margin-top: 11%;
}

.not20-1-right {
    width: 50%;
    float: right;
    right: 0;
    bottom: 0;
}

.not20-2-text h3 {
    text-align: center;
    font-size: 44px;
    color: #030303;
    text-align: center;
    margin-bottom: 13px;
}

.not20-2-text p {
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
}

.not20-2-text.white-text h3,
.not20-2-text.white-text p {
    color: #ffffff;
}

.not20-2-text {
    margin: 40px auto;
    width: 70%;
}

.not20-2-img {
    text-align: center;
}

.not20-2-img img {
    width: 75%;
}

.not20-3-img {
    text-align: center;
}

.not20-3-img img {}

.not20-4-img {
    text-align: center;
}

.not20-4-img img {
    width: 75%;
}

.not20-6-img {
    text-align: center;
}

.not20-6-img img {}

.not20-7-img {
    text-align: center;
    margin-top: -50px;
}

.not20-7-img img {}

.not20-3,
.not20-7 {
    height: auto;
}

.not20-3-img {
    margin-bottom: -4px;
}

.not20-1 {
    height: auto;
    padding-top: 10em;
}


/* f10 */
.f1-10 {}

.f1-10-1 {
    position: relative;
}

.f1-10-1 .f1-10-1-img {}

.f1-10-1 .f1-10-1-logo {
    position: absolute;
    left: 13%;
    top: 18%;
    width: 26%;
}

.f1-10-2 {}

.f1-10-2 .f1-10-box {}

.f1-text {
    padding-top: 50px;
    margin: auto;
    margin-bottom: 30px;
    width: 75%;
}

.f1-text h3 {
    text-align: center;
    font-size: 44px;
    color: #030303;
    text-align: center;
    margin-bottom: 13px;
}

.f1-text p {
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
}

.ft-img {}

.f1-10-4 {}

.f1-10-4-box {
    margin-top: 4%;
    width: calc(100% - 740px);
    margin-right: 100px;
    float: right;
    max-width: 760px;
}

.f1-10-4 .f1-10-box {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.f1-10-4-img {
    text-align: center;
}

.f1-10-4-img img {
    width: 50%;
}

.f1-10-4-left {
    width: 640px;
    float: left;
}

.f1-10-4-box .f1-text {
    width: 100%;
}

.f1-10-5 {}

.f1-10-5 .f1-10-box {
    background-position: right;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    height: 800px;
}

.f1-10-5 .f1-10-box .f1-text {
    width: 50%;
    float: left;
    margin-left: 4%;
    margin-top: 63px;
    max-width: 710px;
}

.f1-10-5 .f1-10-box .f1-text h3,
.f1-10-5 .f1-10-box .f1-text p {
    text-align: left;
}

.f1-10-4-box .f1-text h3 {
    text-align: left;
}

.f1-10-4-box .f1-text p {
    text-align: left;
}

/* a20 */
.a20-text {
    padding-top: 50px;
    margin-bottom: 30px;
}

.a20-text h3 {
    text-align: center;
    font-size: 44px;
    color: #030303;
    text-align: center;
    margin-bottom: 13px;
}

.a20-text p {
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
    padding: 0 110px;
}

.a20-1-logo {
    position: absolute;
    left: 8%;
    width: 20%;
    top: 120px;
}

.a20-1-right {
    text-align: right;
}

.a20-1-right img {
    width: 80%;
}

.a20-1 {
    position: relative;
    padding-top: 100px;
}

.a20-2-img {
    margin-left: 16%;
    width: 60%;
}

.a20-3-img {
    text-align: center;
}

.a20-3-img img {
    max-width: 60%;
}

.a20-3 {
    padding-bottom: 35px;
}

.a20-4-img {
    text-align: center;
}

.a20-4-img img {
    display: block;
}

.a20-4-img1 {
    max-width: 32%;
    margin: 20px auto 35px;
}

.a20-4-img2 {
    max-width: 75%;
    margin: auto;
    margin-top: 20px;
}

.a20-6-img img {
    width: 80%;
}

.a20-6-img {
    margin-top: 50px;
}




/* note10 */
.note10-text {}

.note10-text h3 {
    text-align: center;
    font-size: 44px;
    color: #030303;
    text-align: center;
    margin-bottom: 13px;
}

.note10-text p {
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
}

.note10 {}

.note10-1 {
    position: relative;
}

.note10-1-left {
    float: left;
    width: 35%;
    margin-left: 10%;
    margin-top: 10%;
}

.note10-1-left img {}

.note10-1-right {
    float: right;
    width: 55%;
}

.note10-1-right img {}

.note10-2 {
    position: relative;
}

.note10-2-left {
    width: 65%;
    float: left;
}

.note10-2-left img {}

.note10-2-right {
    float: left;
    width: 35%;
    margin-left: -5%;
    margin-top: 8%;
}

.note10-2-right .note10-text {}

.note10-2-right .note-2-right-img {
    width: 70%;
    margin: auto;
    margin-top: 7%;
}

.note10-2-right .note-2-right-img img {}

.note10-2-right .note10-text h3 {
    text-align: left;
}

.note10-2-right .note10-text p {
    text-align: left;
}


.note10-3 {
    position: relative;
    padding: 4% 0 40px;
}

.note10-3-left {
    float: left;
    width: 43%;
    margin-left: 7%;
}

.note10-3-left {}

.note10-3-right {
    float: right;
    margin-top: -7%;
    margin-right: 4%;
    width: 76%;
}

.note10-3-left .note10-text {}

.note10-3-right {
    text-align: center;
}

.note10-3-right img {}

.note10-3-left .note10-text h3 {
    text-align: left;
    color: #ffffff;
}

.note10-3-left .note10-text p {
    text-align: left;
    color: #ffffff;
}

.note10-4 {
    position: relative;
    padding-top: 3%;
}

.note10-4-left {
    width: 80%;
    margin: auto;
}

.note10-4-left {}

.note10-4-right {
    margin-top: 2%;
    text-align: center;
}

.note10-4-left .note10-text {}

.note10-4-right {}

.note10-4-right img {}

.note10-5 {
    position: relative;
}

.note10-5-left {
    position: absolute;
    left: 0;
    right: 0;
    top: 4%;
    width: 80%;
    margin: auto;
}

.note10-5-left .note10-text {}

.note10-5-img {}

.note10-5-img img {}

.note10-5-left .note10-text h3 {
    color: #ffffff;
}

.note10-5-left .note10-text p {
    color: #ffffff;
}

.note10-6 {
    position: relative;
}

.note10-6-left {
    width: 75%;
    margin: auto;
    margin-top: 4%;
}

.note10-6-left .note10-text {}

.note10-6-right {
    width: 85%;
    margin: auto;
    margin-bottom: -5px;
}

.note10-6-right img {}

.note10-7 {
    position: relative;
}

.note10-7-left {
    width: 75%;
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
}

.note10-7-left .note10-text {}

.note10-7-right {
    text-align: center;
}

.note10-7-right img {
    width: 100%;
}

.note10-7-left .note10-text h3 {
    color: #ffffff;
}

.note10-7-left .note10-text p {
    color: #ffffff;
}


/* f3-30a */

.fa30-1 {
    position: relative;
}

.fa30-text {
    margin-top: 55px;
}

.fa30-text h3 {
    text-align: center;
    font-size: 44px;
    color: #030303;
    text-align: center;
    margin-bottom: 13px;
}

.fa30-text p {
    font-size: 28px;
    color: #3b3b3b;
    text-align: center;
}

.fa30-2 {
    background-size: 100% !important;
}

.fa30-2-img {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 75px;
}

.fa30-3 {
    height: 700px;
}

.fa30-3-left {
    width: 50%;
    float: left;
    height: 100%;
}

.fa30-3-left img {
    height: 100%;
    width: 100%;
}

.fa30-3-right {
    float: right;
    height: 100%;
    position: relative;
    width: 45%;
    padding-right: 8%;
    box-sizing: border-box;
}

.fa30-3-text h3,
.fa30-3-text p {
    text-align: right;
}

.fa30-3-img {
    position: absolute;
    bottom: 0;
    right: 8%;
    padding-right: 8%;
    max-width: 70%;
}

.fa30-4 {
    height: 800px;
    background-size: 100% !important;
    background-position: bottom !important;
    padding-top: 6%;
    background-repeat: no-repeat !important;
    position: relative;
}

.fa30-4-text {
    position: absolute;
    top: 10%;
    left: 9%;
}

.fa30-4-text h3,
.fa30-4-text p {
    text-align: left;
}

.fa30-5 {
    height: 800px;
    background-size: 100% !important;
    /* padding: 13% 0; */
    background-position: bottom !important;
}

.fa30-6-img {
    max-width: 75%;
    margin: auto;
}

.fa30-7 {
    height: 55px;
}



/* ppp */
.ppp1 {
    display: flex;
    box-sizing: border-box;
    padding: 50px 7%;
}

.ppp1-right {
    margin-top: 115px;
    margin-left: 4%;
}

.ppp .not20-2-text {
    width: 68%;
}

.ppp2 {
    background-position: center;
    background-size: cover;
    padding: 25px 0;
}

.ppp2-img {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 5%;
}

.ppp3 .ppp-box {
    display: flex;
    align-items: flex-end;
}

.ppp3-left {
    flex: 1;
}

.ppp3-right {
    width: 43%;
    padding-right: 7%;
    box-sizing: border-box;
}

.ppp3-right .not20-2-text {
    margin: auto;
    width: 100%;
}

.ppp3-right h3 {
    text-align: right;
}

.ppp3-right p {
    text-align: right;
}

.ppp3-img {
    margin-top: 17%;
    text-align: center;
    margin-bottom: 15%;
    width: 45%;
    margin: 17% auto 15%;
}

.ppp3 {
    padding-top: 75px;
}

.ppp4 {
    padding-top: 3%;
}

.ppp4 .ppp-box {
    display: flex;
}

.ppp4-left {
    margin-top: 5%;
    padding-left: 7%;
    box-sizing: border-box;
    width: 43%;
}

.ppp4-left h3 {
    text-align: left;
}

.ppp4-left p {
    text-align: left;
}

.ppp4-right {
    flex: 1;
}

.ppp4-left .not20-2-text {
    width: 100%;
    margin: 0 auto 15%;
}

.ppp5 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 20px;
}

.ppp5-img {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 5%;
}

.ppp6 .ppp-box {
    display: flex;

}

.ppp6-left {
    flex: 1;
}

.ppp6-right {
    width: 43%;
    padding-right: 7%;
    box-sizing: border-box;
}

.ppp6-right .not20-2-text {
    margin: auto;
    width: 100%;
}

.ppp6-right h3 {
    text-align: right;
}

.ppp6-right p {
    text-align: right;
}

.ppp6-img {
    margin-top: 25%;
}

.ppp6 {
    padding-top: 75px;
}

.ppp7-img {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 5%;
}

.ppp7 {
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

.ppp7-top {
    background-size: 100% 100%;
    width: 75%;
    margin: auto;

    padding: 5px 15%;
    box-sizing: border-box;
    background-position: center;
}

.ppp7-top h3,
.ppp7-top p {
    color: #ffffff;
}

.ppp7-top .not20-2-text {
    width: 100%;
}

.ppp8 {
    background-position: center bottom;

    background-size: 100% 48px;
    padding-bottom: 48px;
    padding-top: 3%;
}

.ppp8 .ppp-box {
    display: flex;
    align-items: flex-end;
}

.ppp8-left {
    margin-bottom: 11%;
    padding-left: 7%;
    box-sizing: border-box;
    width: 43%;
}

.ppp8-left h3,
.ppp8-left p {
    text-align: left;
}

.ppp8-right {
    flex: 1;
}

.ppp8-img {
    margin-top: 30%;
    width: 46%;
}

.ppp8 .not20-2-text {
    width: 100%;
}

.ppp4 .ppp-box {
    align-items: flex-end;
}



/* k1 */
.kk1 {
    position: relative;
}

.kk1-left {
    position: absolute;
    width: 35%;
    left: 10%;
    top: 10%;
}

.kk1-left img {
    display: block;
}

.kk1-img {
    margin-bottom: 22%;
}

.kk2 {
    background: #070100;
    padding-top: 25px;
}

.kk2 .kk-img {
    width: 65%;
    margin: auto;
}

.kk-img {
    margin: auto;
    text-align: center;
}

.kk-text {
    text-align: center;
}

.kk-text h3 {}

.kk-text p {}

.kk2 .kk-text h3,
.kk2 .kk-text p {
    color: #ffffff;
}

.kk3-left,
.kk5-left {
    float: left;
    width: 43%;
    margin-left: 7%;
}

.kk3-left .kk-text h3,
.kk3-left .kk-text p,
.kk5-left .kk-text h3,
.kk5-left .kk-text p {
    text-align: left;
}

.kk3-left .kk-text p {
    text-align: left;
}

.kk3-right,
.kk5-right {
    float: right;
    width: 45%;
    margin-top: 5%;
}

.kk3-left .kk-text,
.kk5-left .kk-text {
    margin-bottom: 15%;
}

.kk3-left .kk-img,
.kk5-left .kk-img {
    text-align: left;
}

.kk3-left .kk-img img,
.kk5-left .kk-img img {
    width: 45%;
}

.kk4-left {
    width: 45%;
    float: left;
}

.kk4-right {
    width: 45%;
    float: right;
    margin-right: 7%;
}

.kk4-right .kk-text {
    margin-bottom: 30%;
    margin-top: 10%;
}

.kk4-right .kk-text h3,
.kk4-right .kk-text p {
    text-align: right;
}

.kk6 {
    position: relative;
}

.kk6 .kk-text h3,
.kk6 .kk-text p {
    color: #ffffff;
    text-align: right;
}

.kk6 .kk-text {
    position: absolute;
    right: 8%;
    top: 0;
    width: 45%;
}

.kk7 {
    position: relative;
}

.kk7-left {
    width: 45%;
    left: 5%;
    position: absolute;
}

.kk7 .kk-text h3,
.kk7 .kk-text p {
    text-align: left;
}

.kk7-left .kk-img {
    text-align: left;
    margin-top: 20%;
}

.kk7-right {
    text-align: right;
}

.kk7-right img {
    width: 75%;
}

.kk-text {
    width: 100%;
}


/* a05 */

.a05-text.left,
.a05-text.left h3,
.a05-text.left p {
    text-align: left;
}

.a05-text.right,
.a05-text.right h3,
.a05-text.right p {
    text-align: right;
}

.a05 .clear {
    padding: 0 5%;
    background-repeat: no-repeat;
    background-size: cover;

}

.a05 .a05-1 {
    padding: 0;
}

.a05-2 {}

.a05-2-left {
    float: left;
    margin-top: 10%;
}

.a05-2-left .a05-img img {
    width: 40%;
}

.a05-2-right {
    float: right;
    margin-top: 6%;
    width: 45%;
    max-width: 40%;
}

.a05-2-left .a05-img {
    margin-top: 15%;
}

.a05 .a05-3 {
    padding: 5% 5% 17%;
}

.not20-2-text.white h3,
.not20-2-text.white p {
    color: #ffffff;
}

.a05 .a05-4 {
    padding: 4% 5% 26%;
    background-position: right;
}

.a05-5-left {
    float: left;
    width: 45%;
    max-width: 40%;
}

.a05-5-right {
    float: right;
}

.a05 .a05-5 {
    padding-top: 4%;
}

.a05 .a05-6 {
    padding: 4% 5% 28%;
    background-position: right;
}

.a05-7-right {
    float: right;
}

.a05 .a05-7 {
    padding: 4% 5% 10%;
}

.a05-7-img {
    width: 58%;
    margin: auto;
}

.a05 .not20-2-text {
    width: auto;
}


.index_sale_map li.pakistan {
    top: 150px;
    left: 460px;
}

.index_sale_map li.pakistan:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 0;
    border-top: 1px dashed #909090;
    bottom: 215%;
    left: 50%;
    -webkit-transition: .3s;
    transition: .3s;

}

.index_sale_map li.pakistan:after {
    content: '';
    position: absolute;
    width: 0;
    height: 50px;
    border-right: 1px dashed #909090;
    bottom: 125%;
    left: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.index_sale_map li.pakistan span {
    top: -73px;
    left: 61px;
}

.index_sale_map li.Africa:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 0;
    border-top: 1px dashed #909090;
    top: 350%;
    left: 0%;
    -webkit-transition: .3s;
    transition: .3s;

}

.index_sale_map li.Africa:after {
    content: '';
    position: absolute;
    width: 0;
    height: 125px;
    border-right: 1px dashed #909090;
    top: 125%;
    left: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.index_sale_map li.Africa span {
    top: 335%;
    left: -322%;
}

/* a2160 */
.back-pos {
    background-repeat: no-repeat;
    background-position: center;
}

.a-text {}

.a-text h3 {
    font-size: 46px;
    color: #030303;
    margin-bottom: 13px;
    line-height: 1.2;
}

.a-text h3 i {
    display: block;
}

.a-text p {
    font-size: 30px;
    color: #3b3b3b;
    line-height: 1.4;
}

.a-text.white h3,
.a-text.white p {
    color: #ffffff;
}

.padd-left {
    padding-left: 8%;
    box-sizing: border-box;
}

.padd-right {
    padding-right: 8%;
    box-sizing: border-box;
}

.a-img-sm {
    max-width: 55%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.a2160-2-left {
    float: left;
}

.a2160-2-right {
    float: right;
}

.a2160-3-left {
    float: left;
}

.a-img {

    /* margin-bottom: 60px; */
}

.a-img img {
    width: 35%;
    text-align: center;
}

.a2160-2-right {
    width: 45%;
}

.a2160-2,
.a2160-3 {
    padding-top: 60px;
}

.a2160-2-left {
    width: 45%;
}

.a-text {
    margin-bottom: 35px;
}

.a2160-3-left {
    width: 40%;
}

.right {
    text-align: right;
}

.right .a-img-sm {
    margin-left: auto;
}

.a2160-4-left {
    width: 40%;
}

.a2160-4-right {
    width: 55%;
}

.a2160-4 {
    padding: 60px 0;
}

.a2160-4-left .a-img-sm img {
    width: 100px;
    display: block;
    margin: auto;
    margin-top: 50%;
}

.a2160-5-left {
    width: 40%;
    margin-left: 5%;
}

.a2160-5-right {
    width: 45%;
}

.a2160-5 {
    padding: 60px 0;
}

.right .a-img-sm img {
    max-width: 160px;
}

.a2160-5 .a-img-sm {
    text-align: center;
}

.a2160-6,
.a2160-7 {
    position: relative;
}

.a2160-6-text {
    position: absolute;
    position: absolute;
    top: 10%;
    left: 0;
}

.a2160-7 {}

.a2160-7-right {
    position: absolute;
    top: 10%;
    right: 0;
}

.a2160-8-right {
    width: 40%;
}

.a2160-8-left {
    width: 45%;
}

.a2160-8 {
    padding-top: 70px;
}

.a2160-7-right {
    width: 45%;
}

/* a2173 */
.a2173-2-left {
    width: 47%;
}

.a2173-2-right {
    width: 45%;
}

.a2173 .right .a-img-sm {
    text-align: center;
}

.a2173-2 {
    padding-top: 65px;
}

.back-pos {
    background-size: cover;
}

.a2173-3-left {
    width: 45%;
}

.a2173-3-right {
    width: 50%;
}

.a2173-3 {
    padding: 60px 0 40px;
}

.a2173-3-left .a-text {
    margin-bottom: 20%;
}

.a2173-4 {
    padding-top: 60px;
}

.a2173-4-left {
    width: 52%;
}

.a2173-4-right {
    width: 40%;
}

.a2173-4-right .a-text {
    margin-bottom: 17%;
}

.a2173-5-right {
    width: 50%;
    float: right;
}

.a2173-5-left {
    width: 45%;
}

.a2173-5 {
    padding-top: 60px;
}

.a2173-6,
.a2173-7,
.a2173-8 {
    position: relative;
}

.a2173-6-right {
    position: absolute;
    top: 10%;
    right: 0;
    width: 45%;
}

.a2173-7-right {
    position: absolute;
    top: 10%;
    left: 0;
    width: 45%;
}

.a2173-8-right {
    position: absolute;
    top: 10%;
    right: 0;
    width: 45%;
}

/* a5606 */
.a5606-2 {
    position: relative;
}

.a5606-right {
    position: absolute;
    top: 8%;
    right: 0;
    width: 45%;
}

.a5606-3-left {
    width: 45%;
}

.a5606-3 {
    padding-top: 60px;
}

.a5606-3-right {
    float: right;
    width: 50%;
}

.a5606-3 .a-img-sm {
    margin-top: 25%;
}

.a5606-4,
.a5606-5,
.a5606-3,
.a5606-7 {
    padding-top: 60px;
}

.a5606-4-left {
    width: 55%;
}

.a5606-4-right {
    width: 45%;
}

.a5606-5-right {
    width: 45%;
}

.a5606-5-left {
    width: 50%;
}

.a5606-5 .a-img-sm {
    max-width: 80%;
}

.a5606-6 {
    position: relative;
}

.a5606-6-right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 8%;
}

.a5606-7-left {
    width: 45%;
}

.a5606-7-right {
    width: 45%;
}

.a5606-8 {
    position: relative;
}

.a5606-8-right {
    position: absolute;
    top: 8%;
    right: 0;
    width: 40%;
}

.a5606-5,
.a5606-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* a5616 */
.back-pos {
    position: relative;
}

.a5616-2-left {
    width: 45%;
    position: absolute;
    top: 8%;
    left: 0;
}

.a5616-3-left {
    width: 50%;
}

.a5616-3-right {
    width: 45%;
}

.a5616-3,
.a5616-4 {
    padding-top: 60px;
}

.a5616-4-left {
    width: 45%;
}

.a5616-4-right {
    width: 50%;
}

.a5616-4,
.a5616-7 {
    padding-top: 60px;
}

.a5616-right {
    position: absolute;
    width: 45%;
    top: 8%;
    right: 0;
}

.a5616-6-left {
    position: absolute;
    width: 45%;
    top: 8%;
    left: 0;
}

.a5616-7-left {
    width: 52%;
}

.a5616-7-right {
    width: 45%;
}

.a5616-8-left {
    position: absolute;
    left: 0;
    top: 8%;
    width: 40%;
}

/* k3 */
.k3-2 {
    padding: 0 8%;
}

.k3-3,
.k3-2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.k-img {
    text-align: center;
}

.k3-3 .a-text {
    text-align: center;
}

.k3-img-center {
    text-align: center;
}

.k3-img-center img {
    max-width: 80%;
}

.k3-4-right,
.k3-6-right,
.k3-8-right {
    position: absolute;
    right: 0;
    top: 75px;
}

.k3-5-left,
.k3-7-left,
.k3-9-left {
    position: absolute;
    left: 0;
    top: 75px;
}

.k-img-mob {
    display: none;
}

.k3-3 .a-text {
    padding: 0 8%;
}

/* dby */
.dby .a-text h3 {
    font-size: 40px;
    font-weight: 600;
}

.dby-2-div {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 60px 10%;
}

.dby-2-center {
    padding: 0 20px;
    box-sizing: border-box;
}

.center-text {
    text-align: center;
}

.br-span {
    display: block;
}

.dby-text-img {
    margin-bottom: 90px;
}

.dby-4,
.dby-5,
.dby-7,
.dby-9 {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.dby-4-left,
.dby-9-left {
    width: 45%;
}

.dby-4-left .a-img-sm,
.dby-9-left .a-img-sm {
    margin-left: 10%;
}

.dby-4-right,
.dby-9-right {
    padding-right: 2%;
    width: 55%;
    text-align: right;
    box-sizing: border-box;
}

.dby-5 {}

.dby-5-right,
.dby-7-right {
    width: 50%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dby-5-left,
.dby-7-left {
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
}

.dby-5-right .a-img-sm,
.dby-7-right .a-img-sm {
    text-align: center;
    margin-right: 10%;
}

.dby-6-div {
    position: relative;
}

.dby-6-left {
    position: absolute;
    top: 50px;
    left: 3%;
}

.dby-6-left h3,
.dby-6-left p {
    color: #ffffff;
}

.dby-7-left {
    margin-bottom: -3px;
}

.dby-7-left img {
    height: 100%;
}

.dby-8 {}

.dby-8 h3,
.dby-8 p {
    color: #ffffff;
}

.dby-9 {}

.dby-9-right {
    padding-right: 8%;
    width: 65%;
}

.dby-9-left {
    width: 35%;
}

.dby-9-right img {
    height: 100%;
}

/* db3 */
.db3-5,
.db3-4,
.db3-6,
.db3-9,
.db3-7 {
    display: flex;
    padding-top: 50px;
}

.db3-8-text {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

.db3-8 .dby-text-img {
    margin-bottom: 0;
}

.db3-2 {
    padding: 50px 0;
    background: #84d4ff;
}

.db3-2-div {
    box-sizing: border-box;
    padding: 0 5%;
}

.db3-2-top {
    display: flex;
    margin-bottom: 1%;
}

.db3-2-top div,
.db3-2-bottom div {
    margin: 0 0.5%;
}

.db3-2-bottom {
    display: flex;
}

.dby-5-right,
.dby-7-right {
    width: 50%;
}

.db3-5 .dby-5-left {
    margin-top: 4%;
}

.db3-4 .dby-4-right {
    margin-bottom: -10px;
}

.db3-4 .a-text h3,
.db3-4 .a-text p,
.db3-6 .a-text h3,
.db3-6 .a-text p,
.db3-8 .a-text h3,
.db3-8 .a-text p {
    color: #ffffff;
}

.db3-4 .dby-4-left .a-img-sm {
    margin-left: 0;
    margin-top: 20%;
}

.db3-7 .dby-7-left {
    width: 60%;
}

.db3-7 .dby-7-right {
    width: 40%;
}

.db3-9 .dby-9-left {
    width: 45%;
}

.db3-9 .dby-9-right img {
    max-width: 60%;
}

.db3-9 .dby-9-right {
    width: 55%;
}

.db3-7 .dby-7-right {
    width: 50%;
}

.db3-7 .dby-7-left {
    width: 50%;
}




/******media*****/
@media screen and (max-width: 1610px) {
    .pro2 .pro2_con14 .wrap {
        width: 100%;
    }

    .pro11_con1 .title h4 {
        font-size: 55px;
    }

    .pro11_con1 .cross {
        width: 5em;
    }

    .pro11_con1 h2 img {
        height: 100%;
    }

    .pro11_con2 li img {
        width: 4em;
    }

    .pro11 .title h3 {
        font-size: 75px;
    }

    .pro11 .title span img {
        width: 6em;
    }

    .pro11 .title p {
        font-size: 32px;
    }

    .pro11_con5 .title span p.pp {
        font-size: 16px;
    }

    .pro11_con5 .content_b .content_in span p {
        font-size: 25px;
    }

    .pro11_con5 .wrap {
        width: 90%;
    }

    .pro11_con8 {
        height: 1400px;
    }

    .pro11_con9 img.bg {
        max-width: 70%;
    }

    .pro11_con10 .title span {
        font-size: 25px;
    }

    .pro11_con10 .title span img {
        width: 4em;
    }

    .pro11_con11 .title span img {
        width: 4em;
    }

    .pro11_con11 .pic img {
        max-width: 70%;
    }

    .db2 .db2-7 .db2-7-img {
        margin-top: -17%;
    }

    .db2-text h3 {
        font-size: 36px;
        margin-bottom: 10px;
        color: #030303;
    }

    .db2-text p {
        font-size: 24px;
        line-height: 1.5;
        color: #030303;
    }


    .ao3 .ao3-1 {
        padding: 14em 0 20em;
    }

    .ao3 .ao3-4 {
        height: 700px;
    }

    .ao3 .ao3-5 {
        height: 700px;
    }


    /* a20 */
    .a20-2-img {
        margin-left: 10%;
    }

    /* note10 */
    .note10-text h3 {
        font-size: 40px;
    }

    .note10-text p {
        font-size: 24px;
    }

    /* k3 */
    .k3-4-right,
    .k3-6-right,
    .k3-8-right,
    .k3-5-left,
    .k3-7-left,
    .k3-9-left {
        width: 40%;
    }

    .dby .a-text p {
        font-size: 26px;
    }
}

@media screen and (max-width:1440px) {

    /*index*/
    .banner,
    .banner .bd li {
        height: 700px;
    }

    /*serve*/
    .banner.ser {
        height: 640px;
    }

    .banner.ser h3 {
        font-size: 40px;
    }

    .banner.ser p {
        font-size: 22px;
    }

    .serve_sell li h3 {
        font-size: 28px;
    }

    .serve_add .address {
        width: 55%;
    }

    .serve_in h3 {
        font-size: 32px;
    }

    /*brand*/
    .brand_con7,
    .join_ban.banner {
        height: 570px;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 48px;
        padding-top: 2em;
    }

    .brand_con7 .title a {
        font-size: 22px;
    }

    .brand_nav a {
        font-size: 17px;
    }

    .brand_con1 li h4 {
        font-size: 20px;
    }

    /*join*/
    .join_ban.banner {
        height: 580px;
    }

    .join_ban h2 {
        font-size: 48px;
    }

    .join h3 {
        font-size: 34px;
    }

    /*pro*/
    .pro1 h3 {
        font-size: 50px;
    }

    .pro1 h4 {
        font-size: 34px;
    }

    .banner.pro_gen h3 {
        font-size: 45px;
    }

    .banner.pro_gen p {
        font-size: 21px;
    }

    .pro1 .pro1_con2 li p {
        font-size: 17px;
    }

    .pro_pv_v_list li p {
        font-size: 17px;
    }

    .pro1 .pro1_con7 {
        padding-top: 150px;
    }

    .pro1 .pro1_con8 {
        height: 700px;
    }

    .pro1 .pro1_con6 img {
        max-width: 40%;
    }

    .pro1 h3,
    .pro1 .pro1_con8 .title h3 {
        font-size: 48px;
    }

    .pro1 .pro1_con9 .title p {
        max-width: 80%;
    }

    /*contact*/
    .contact_ban.banner h2 {
        font-size: 42px;
    }

    .contact .brand_con5 {
        padding: 115px 0;
    }

    /*pro2/pro3*/
    .pro2 .title {
        margin-bottom: 45px;
    }

    .pro2 h3 {
        font-size: 21px;
    }

    .pro2 h4 {
        font-size: 35px;
    }

    .pro3 .pro1_con1 h4 {
        font-size: 40px;
    }

    .pro2 .pro1_con2 li h4 {
        font-size: 22px;
    }

    .pro2 .pro2_con3 {
        padding-top: 80px;
    }

    .pro2 .pro2_con3 li .tw p {
        font-size: 20px;
    }

    .pro2 .pro2_con3 li .tw {
        padding: 14% 10% 0 10%;
    }

    .pro2 .pro2_con4 {
        padding-top: 120px;
    }

    .pro2 .pro2_con4 img {
        max-width: 50%;
    }

    .pro2 .pro2_con5 .img,
    .pro2 .pro2_con5 .img .img1,
    .pro2 .pro2_con5 .img .img2 {
        max-width: 80%;
    }

    .pro2 .pro2_con5 .img {
        margin-right: 10%;
    }

    .pro2 .pro2_con6 {
        padding-top: 120px;
    }

    .pro2 .pro2_con6 img {
        max-width: 40%;
    }

    .pro2 .pro2_con7 {
        padding-top: 180px;
    }

    .pro2 .pro2_con7 img {
        max-width: 75%;
    }

    .pro2 .pro2_con8,
    .pro2 .pro2_con9 {
        padding-top: 160px;
    }

    .pro2 .pro2_con9 {
        padding-top: 140px;
    }

    .pro2 .pro2_con9 img {
        max-width: 60%;
    }

    .pro2 .pro2_con9 h3 {
        max-width: 520px;
    }

    .pro2 .pro2_con10 {
        padding-top: 150px;
    }

    .pro2 .pro2_con10 img {
        max-width: 50%;
    }

    .pro2 .pro2_con11 .title {
        margin-bottom: 80px;
    }

    .pro2 .pro2_con10 .title {
        margin-bottom: 120px;
    }

    .pro2 .pro2_con14 .title h4 {
        font-size: 32px;
    }

    .pro2 .pro2_con14 {
        padding: 100px 0 60px;
        margin-top: 150px;
    }

    .pro2 .pro2_con14 h5 {
        font-size: 27px;
    }

    .pro2 .pro2_con14 dd span {
        font-size: 22px;
    }

    .pro2 .pro2_con14 dd p {
        font-size: 20px;
    }

    .pro2 .pro1_con1 .title h4 {
        font-size: 40px;
    }

    .pro2 .pro1_con1 img {
        max-width: 75%;
    }

    .pro3 .pro3_con2 li p {
        font-size: 22px;
    }

    .pro3 h3 {
        font-size: 35px;
    }

    .pro3 p {
        font-size: 21px;
    }

    .pro3 .pro3_con3 .title {
        width: 45%;
    }

    .pro3 .pro3_con3 img {
        padding-right: 9%;
    }

    .pro3 .pro3_con4 img {
        max-width: 70%;
    }

    .pro3 .pro3_con4 img {
        padding: 50px 0 10px;
    }

    .pro3 .pro3_con6 {
        padding-bottom: 140px;
    }

    .pro3 .pro3_con8 .title li p {
        font-size: 15px;
    }

    .pro3 .pro3_con8 .title {
        width: 60%;
    }

    .pro3 .pro3_con8 img.fl {
        max-width: 25%;
        padding-left: 5%;
    }

    .pro3 .pro3_con9 img {
        max-width: 32%;
    }

    .pro3 .pro3_con10 .title span {
        font-size: 15px;
    }

    .pro3 .pro3_con11 span {
        font-size: 15px;
    }

    .pro3 .pro3_con12 img {
        max-width: 80%;
    }

    .pro3 .pro2_con14 {
        margin-top: 0;
    }

    .pro3 .pro1_con1 h4 {
        font-size: 40px;
    }

    .pro3 .pro3_con2 li .icon img {
        max-width: 4em;
        max-height: 4.5em;
    }

    .pro3 .pro3_con2 li p {
        font-size: 20px;
    }

    .pro3 .title h3 {
        font-size: 40px;
    }

    .pro3 .title p {
        font-size: 21px;
    }

    .pro3 .pro3_con3 {
        padding-top: 130px;
    }

    .pro3 .pro3_con4 img {
        padding: 50px 0 20px;
        max-width: 75%;
    }

    .pro3 .pro3_con7 img {
        max-width: 55%;
    }

    .pro3 .pro3_con8 .title {
        width: 58%;
    }

    .pro3 .pro3_con8 .title li p {
        font-size: 16px;
    }

    .pro3 .pro3_con8 .title li img {
        width: 4em;
    }

    .pro3 .pro3_con8 img.fl {
        max-width: 37%;
        margin-left: 5%;
    }

    .pro3 .pro3_con10 .title span {
        font-size: 16px;
    }

    .pro3 .pro3_con11 span {
        font-size: 16px;
    }

    .pro3 .pro3_con12 img {
        max-width: 75%;
    }

    .pro2 .pro2_con14 .title h4 {
        font-size: 38px;
    }

    .pro2 .pro2_con14 h5 {
        font-size: 35px;
    }

    .pro2 .pro2_con14 dd span {
        font-size: 35px;
    }

    .pro2 .pro2_con14 dd p {
        font-size: 23px;
    }

    .pro4 .pro4_con1 .title h4 {
        font-size: 70px;
    }

    .pro4 .pro4_con1 .title p {
        font-size: 45px;
    }

    .pro4_con1 .title {
        width: 44%;
    }

    .pro4_con1 img {
        max-width: 50%;
    }

    .pro4_con2 li p {
        font-size: 17px;
    }

    .pro4_con2 {
        padding: 75px 0;
    }

    .pro4 .title h3 {
        font-size: 48px;
    }

    .pro4_con3 img {
        max-width: 80%;
    }

    .pro4_con4 img {
        max-width: 90%;
    }

    .pro4_con5 {
        padding: 80px 0 150px;
    }

    .pro4_con5 img {
        max-width: 75%;
    }

    .pro4_con6 {
        padding: 80px 0 135px;
    }

    .pro4_con6 span {
        font-size: 19px;
    }

    .pro4 .title {
        padding-bottom: 50px;
    }

    .pro4_con7 {
        padding-top: 80px;
    }

    .pro4_con8 {
        padding-top: 170px;
    }

    .pro4_con10 {
        height: 770px;
    }

    .pro4_con11 img {
        max-width: 80%;
    }

    .pro4_con12 {
        padding: 145px 0;
    }

    .pro4_con12 .title h3 {
        font-size: 48px;
    }

    .pro4_con12 .title li p {
        font-size: 17px;
    }

    .pro4_con12 img {
        max-width: 48%;
    }

    .pro5_con1 .title h3 {
        font-size: 65px;
    }

    .pro5 .pro5_con1 .title p {
        font-size: 35px;
    }

    .pro5_con1 {
        padding: 90px 0;
    }

    .pro5_con1 img {
        max-width: 70%;
    }

    .pro5 .title h3 {
        font-size: 48px;
    }

    .pro5 .title p {
        font-size: 18px;
    }

    .pro5_con3 p {
        max-width: 58%;
    }

    .pro5_con3 .title li p {
        max-width: 100%;
        font-size: 18px;
    }

    .pro5_con3 {
        padding-top: 120px;
    }

    .pro5_con3 img {
        max-width: 50%;
    }

    .pro5_con4 img {
        padding-top: 80px;
    }

    .pro5_con6 {
        padding: 80px 0 160px;
    }

    .pro5_con6 img {
        max-width: 70%;
    }

    .pro5_con6 span img {
        max-width: 100%;
    }

    .pro5_con7 img {
        max-width: 46%;
    }

    .pro5_con7 .title span img {
        max-width: inherit
    }

    .pro5_con8 img {
        margin-top: 135px;
        max-width: 60%;
    }

    .pro5_con10 img {
        max-width: 95%;
    }

    .pro5_con12.pro4_con12 {
        padding: 165px 0;
    }

    .pro6_con1 .title h3 {
        font-size: 53px;
    }

    .pro6_con1 .title span {
        font-size: 39px;
        padding-top: 0.2em;
    }

    .pro6_con1 img {
        max-width: 61%;
    }

    .pro6_con2 {
        padding: 120px 0;
    }

    .pro6_con3 img {
        max-width: 55%;
    }

    .pro6 .title h3 {
        font-size: 48px;
    }

    .pro6_con3 .title {
        max-width: 30%;
        margin-right: 5%;
    }

    .pro6_con3 {
        padding: 170px 0;
    }

    .pro6_con4 img {
        max-width: 50%;
    }

    .pro6_con4 {
        padding: 110px 0 70px;
    }

    .pro6_con5 {
        padding-top: 110px;
    }

    .pro6_con5 img {
        max-width: 80%;
    }

    .pro6_con6 {
        padding-top: 170px;
    }

    .pro6_con6 img {
        max-width: 75%;
    }

    .pro6_con7 img {
        max-width: 45%;
    }

    .pro6_con8 {
        height: 700px;
    }

    .pro6_con8 .title {
        padding-top: 8%;
        width: 46%;
    }

    .pro7 .pro7_con1 .title h4 {
        font-size: 52px;
    }

    .pro7_con1 .title p {
        font-size: 28px;
    }

    .pro7_con1 img {
        max-width: 70%;
    }

    .pro7_con3 {
        padding-top: 140px;
    }

    .pro7 .title h4 {
        font-size: 26px;
    }

    .pro7 .title h3 {
        font-size: 40px;
    }

    .pro7_con4 {
        padding-top: 120px;
    }

    .pro7_con5 .title {
        margin-bottom: 120px;
    }

    .pro7_con6 .title {
        width: 50%;
    }

    .pro7_con7 img {
        max-width: 45%;
    }

    .pro7_con7 .title {
        margin-right: 5%;
    }

    .pro8_con1 .title {
        margin-left: 2%;
        width: 39%;
    }

    .pro8_con1 .title h4 {
        font-size: 55px;
    }

    .pro8_con1 .title p {
        font-size: 30px;
    }

    .pro8_con1 img {
        max-width: 50%;
        margin-right: 5%;
    }

    .pro8_con3 {
        padding: 130px 0 100px;
    }

    .pro8_con3 img {
        width: 49%;
    }

    .pro8_con3 .title {
        width: 47%;
    }

    .pro8 .title h3 {
        font-size: 45px;
    }

    .pro8_con4 .title span p {
        font-size: 16px;
    }

    .pro8_con4 .title span img {
        width: 3.5em;
        max-width: 100%;
    }

    .pro8_con4 img {
        max-width: 80%;
    }

    .pro8_con4 {
        padding: 90px 0 75px;
    }

    .pro8_con5 {
        padding-top: 95px;
    }

    .pro8_con6 span {
        font-size: 28px;
    }

    .pro8_con6 {
        padding-top: 115px;
    }

    .pro8_con6 img {
        max-width: 80%;
    }

    .pro8_con7 {
        padding-top: 90px;
    }

    .pro8_con7 img {
        margin-left: 5%;
        max-width: 30%;
    }

    .pro8_con7 .title {
        padding-right: 5%;
        width: 54%;
    }

    .pro8_con8 {
        padding-top: 200px;
    }

    .pro8_con8 img {
        max-width: 30%;
    }

    .pro8_con8 .title {
        width: 40%;
    }

    .pro8_con10 {
        padding: 110px 0;
    }

    .pro8_con10 img {
        max-width: 63%;
    }

    .pro9_con1 .title h4 {
        font-size: 53px;
    }

    .pro9_con1 .title p {
        font-size: 35px;
        padding-top: 0.3em;
    }

    .pro9_con1 {
        padding-top: 110px;
    }

    .pro9_con1 img {
        max-width: 75%;
    }

    .pro9_con3 {
        padding-top: 110px;
    }

    .pro9 .title h3 {
        font-size: 38px;
    }

    .pro9_con3 {
        padding-top: 115px;
    }

    .pro9_con3 img {
        max-width: 69%;
    }

    .pro9_con4,
    .pro9_con5 {
        padding: 110px 0 150px;
    }

    .pro9_con4 img {
        max-width: 66%;
    }

    .pro9_con5 img {
        max-width: 90%;
    }

    .pro9_con6 {
        padding-top: 120px;
    }

    .pro9_con10 {
        height: 800px;
    }

    .pro9_con10 .title {
        padding-top: 15%;
        padding-left: 5%;
    }

    .pro9 .title {
        margin-bottom: 55px;
    }

    .pro9_con11 img {
        max-width: 90%;
    }

    .pro9_con11 .title {
        padding-top: 20%;
        padding-left: 6%;
    }

    .pro9_con11 {
        padding-bottom: 130px;
    }


    /*pro10*/
    .pro10_con1 .content_t .title h3 {
        font-size: 48px;
    }

    .pro10_con1 .content_t .title h4 {
        font-size: 28px;
    }

    .pro10_con1 .content_t {
        padding: 9em 0 15em
    }

    .pro10_con1 .content_b {
        padding: 9em 0 5em;
    }

    .pro10_con1 .content_b img {
        margin-left: 5%;
    }

    .pro10 .title p {
        font-size: 21px;
    }

    .pro10 .title h3 {
        font-size: 42px;
    }

    .pro10_con3 {
        height: 670px;
        margin-top: 9em;
    }

    .pro10_con4 {
        padding-top: 90px;
    }

    .pro10_con5 {
        padding: 130px 0 340px;
    }

    .pro10_con6 {
        padding: 8em 0 15em;
    }

    .pro10_con6 img {
        margin-top: 8em;
    }

    .pro10_con8 img {
        width: 32%;
        margin: 2em 0.4% 180px
    }

    .pro10_con11 .wrap {
        width: 80%;
        padding-bottom: 160px;
    }

    .pro10_con11 img {
        max-width: 90%;
    }

    .pro10_con11 .title span {
        padding: 3em 30px 4em
    }

    .pro10_con12 {
        padding-top: 90px;
    }

    .pro10_con12 span {
        margin: 3em 3em 0
    }

    .pro10_con12 img.bab {
        margin-top: 200px;
    }

    .pro10_con13 .title {
        padding: 55px 0 60px;
    }

    .pro10_con13 img {
        max-width: 80%;
    }

    .pro10_con12 img.bab {
        max-width: 90%;
    }


    /*pro11*/
    .pro11_con1 .title h2 {
        height: 5em;
    }

    .pro11_con1 .title h4 {
        font-size: 45px;
    }

    .pro11_con2 li {
        font-size: 17px;
    }

    .pro11 .title h3 {
        font-size: 60px;
    }

    .pro11 .title span img {
        width: 5em;
    }

    .pro11_con3 {
        padding-top: 9em;
    }

    .pro11 .title p {
        font-size: 28px;
    }

    .pro11_con4 .title h3.fir {
        margin-left: 20%;
    }

    .pro11_con4 .title h3.last {
        margin-right: 20%;
    }

    .pro11_con4 .cross1 {
        height: 15em;
        margin: 9em 0;
    }

    .pro11_con5 .cross {
        height: 7em;
    }

    .pro11_con5 .title h3.fir {
        padding-left: 20%;
    }

    .pro11_con5 .title h3.last {
        padding-right: 30%;
    }

    .pro11_con5 .title h3.last:after {
        right: 30%;
    }

    .pro11_con5 .title span p.pp {
        margin-right: 3em;
    }

    .pro11_con5 .content_b .content_in h3.fir {
        padding-left: 20%;
        box-sizing: border-box;
    }

    .pro11_con5 .content_b .content_in h3.last {
        padding-right: 20%;
        box-sizing: border-box;
    }

    .pro11_con5 .content_b .content_in {
        width: 70%;
        padding: 12% 5% 0;
    }

    .pro11_con5 .content_b .title {
        overflow: hidden;
    }

    .pro11_con5 .wrap {
        padding: 11em 0 0;
    }

    .pro11_con6 img.b {
        max-width: 80%;
    }

    .pro11_con7 .wrap_out {
        padding: 10em 0;
    }

    .pro11_con7 .title span {
        font-size: 23px;
    }

    .pro11_con8 {
        padding: 12em 0 0;
        height: 1000px;
    }

    .pro11_con9 .info p {
        font-size: 28px;
    }

    .pro11_con10 .title span img {
        width: 3em;
    }

    .pro11_con10 .title span {
        font-size: 22px;
    }

    .pro11_con10 .con2 .wrap {
        top: 20%;
        margin-left: 0;
    }

    .pro11_con11 .title h3 {
        width: 100%;
        box-sizing: border-box;
    }

    .pro11_con11 .title h3,
    .pro11_con11 .title span {
        margin-left: 25%;
    }

    .pro11_con11 {
        padding-top: 12em;
    }

    /*pro12*/
    .pro12_con1 .title h2 {
        font-size: 65px;
    }

    .pro12_con1 .title h4 {
        height: 3em;
    }

    .pro12 .title h4 img {
        max-height: 100%;
    }

    .pro12_con1 ul li {
        width: 55px;
        height: 55px;
    }

    .pro12_con3 {
        padding: 30em 0 13em;
    }

    .pro12 .title h3 {
        font-size: 42px;
    }


    /*pro13*/
    .pro13_con1 {
        padding: 16em 0 7.5em;
    }

    .pro13_con1 .title img {
        height: 5.5em;
    }


    .xs2_con9 .title {
        margin-left: 10%
    }

    .cc2-centerbox h3 {
        font-size: 60px;
    }

    .cc2-centerbox p {
        font-size: 28px;
    }

    .db .db3 .db3-box .db3-left {
        width: 45%;
    }

    .db-pro .db7 .db7-text-img {
        width: 45%;
        margin-top: 4%;
    }

    .db2 .db2-3 .db2-3-text {
        width: 500px;
    }

    .db2 .db2-2 .db2-2-text {
        width: 500px;
    }


    .ao3 .ao3-1 {
        padding: 13em 0 16em;
    }

    .ao3-2-text h3,
    .ao3-3-text h3,
    .ao3-4-text h3,
    .ao3-5-text h3,
    .ao3-6-text h3,
    .ao3-7-text h3 {
        font-size: 40px;
        color: #030303;
        text-align: center;
        margin-bottom: 8px;
    }

    .ao3-2-text p,
    .ao3-3-text p,
    .ao3-4-text p,
    .ao3-5-text p,
    .ao3-6-text p,
    .ao3-7-text p {
        font-size: 24px;
        color: #3b3b3b;
        text-align: center;
    }



    /* a20 */

    .a20-text h3 {
        font-size: 40px;
    }

    .a20-text p {
        font-size: 24px;
    }

    /* note10 */
    .note10-text h3 {
        font-size: 40px;
    }

    .note10-text p {
        font-size: 24px;
    }

    /* fa30 */
    .fa30-text h3 {
        font-size: 40px;
    }

    .fa30-text p {
        font-size: 24px;
    }

    /* a05 */
    .a05 .a05-3 {
        padding: 5% 5% 10%;
    }

    .a05-2-left .a05-img {
        margin-top: 9%;
    }

    .a05 .a05-7 {
        padding: 4% 5% 0%;
        background-position: center;
    }

    .a-text p {
        font-size: 28px;
    }

    .a-text h3 {
        font-size: 40px;
    }

    .dby .padd-left {
        padding-left: 5%;
        box-sizing: border-box;
    }

    .dby-4-right img {
        height: 100%;
    }

    .dby .a-text p {
        font-size: 24px;
    }

    .dby .a-text h3 {
        font-size: 34px;
        font-weight: 600;
    }

    .db3-8-text {
        top: 55px;
    }

}

@media screen and (max-width:1366px) {
    .a-text h3 {
        font-size: 36px;
    }

    .a-text p {
        font-size: 24px;
    }

    /* dby */
    .dby .a-img-sm img {
        max-width: 75%;
    }
}

@media screen and (max-width:1280px) {
    .wrap {
        width: 98%;
    }

    /*index*/
    .banner,
    .banner .bd li {
        height: 680px;
    }

    .index_pro {
        padding: 70px 0 100px;
    }

    .index_pro_lt_item .txt h3 {
        font-size: 22px
    }

    .index_title h2 {
        font-size: 22px;
    }

    .index_links {
        padding: 75px 0 70px;
    }

    .index_sale {
        padding: 80px 0 140px;
    }

    .index_brand {
        padding: 64px 0 100px;
    }

    .index_links li h3 {
        font-size: 21px;
    }

    /*pro_pv*/
    .pro_pv_p_list .hd a {
        width: 30px;
        height: 60px;
    }

    .pro_pv {
        padding: 70px 0;
    }

    /*pro_cs*/
    .pro_cs_title h2 {
        font-size: 22px;
    }

    .pro_cs_color_txt_info li h3 {
        font-size: 22px;
    }

    .pro3 p {
        font-size: 18px;
    }

    /*new*/
    .news {
        padding: 80px 0 110px;
    }

    .title h2 {
        font-size: 22px;
    }

    /*join*/
    .join .join_select select {
        width: 17%;
    }

    .join .join_select form input.search {
        width: 15em;
    }

    .join .join_select form input.btn {
        padding: 0 1.5em;
    }

    /*pro*/
    .pro3 .pro3_con2 li .icon img {
        max-width: 3em;
        max-height: 3.5em;
    }

    .pro3 .pro3_con2 li p {
        font-size: 17px;
    }

    .pro3 .pro1_con1 h4 {
        font-size: 34px;
    }

    .pro3 .title h3 {
        font-size: 32px;
    }

    .pro3 .title p {
        font-size: 18px;
    }

    .pro3 .pro3_con3 {
        padding-top: 90px;
    }

    .pro3 .pro3_con8 .title li p,
    .pro3 .pro3_con10 .title span,
    .pro3 .pro3_con11 span {
        font-size: 15px;
    }

    .pro2 .pro2_con14 h5 {
        font-size: 27px;
    }

    .pro2 .pro2_con14 dd span,
    .pro2 .pro2_con14 dd p {
        font-size: 22px;
    }

    .pro2 .pro2_con14 .title h4 {
        font-size: 32px;
    }

    .pro4 .pro4_con1 .title h4 {
        font-size: 50px;
    }

    .pro4 .pro4_con1 .title p {
        font-size: 34px;
    }

    .pro4_con1 {
        padding-top: 95px;
    }

    .pro4_con2 {
        padding: 40px 0;
    }

    .pro4_con2 li .icon img {
        max-width: 3.5em;
        max-height: 4em;
    }

    .pro4 .title h3 {
        font-size: 32px;
    }

    .pro4 .title p {
        font-size: 18px;
    }

    .pro4_con3 {
        padding: 70px 0 0;
    }

    .pro5 .pro5_con1 .title h3 {
        font-size: 45px;
    }

    .pro5 .pro5_con1 .title p {
        font-size: 32px;
    }

    .pro5 .title h3 {
        font-size: 42px;
    }

    .pro6 .title h3 {
        font-size: 32px;
    }

    .pro6 .pro6_con1 .title h3 {
        font-size: 45px;
    }

    .pro6_con1 .title span {
        font-size: 34px;
    }

    .pro6_con2 {
        padding: 80px 0;
    }

    .pro6_con2 li {
        font-size: 17px;
    }

    .pro6_con2 li img {
        max-width: 3.5em;
        max-height: 3em;
    }

    .pro7 .pro7_con1 .title h4 {
        font-size: 45px;
    }

    .pro7 .title h3 {
        font-size: 32px;
    }

    .pro7_con4 {
        padding-top: 80px;
    }

    .pro7_con5 {
        padding-top: 90px;
    }

    .pro7_con6 {
        padding-top: 100px;
    }

    .pro7_con3 {
        padding-top: 120px;
    }

    .pro8 .pro8_con1 .title h4 {
        font-size: 48px;
    }

    .pro8 .title h3 {
        font-size: 32px;
    }

    .pro8_con4 .title span img {
        max-width: 4em;
    }

    .pro8_con6 span {
        font-size: 22px;
    }

    .pro9 .pro9_con1 .title h4 {
        font-size: 45px;
    }

    .pro9_con1 .title p {
        font-size: 30px;
    }

    .pro9 .title h3 {
        font-size: 32px;
    }

    .pro9_con8 {
        padding: 100px 0 120px;
    }

    .pro9_con10 {
        height: 670px;
    }

    .pro9_con3 {
        padding-top: 90px;
    }

    .pro9_con4,
    .pro9_con5 {
        padding: 90px 0 130px;
    }

    .pro9_con6 {
        padding-top: 100px;
    }

    .pro9_con11 {
        padding-bottom: 100px;
    }

    .pro2 h3 {
        font-size: 18px;
    }

    .pro2 h4 {
        font-size: 32px;
    }

    .pro2 .pro1_con1 {
        padding: 110px 0 40px;
    }

    .pro2 .title h4 {
        font-size: 42px;
    }

    .pro4_con12 .title h3 {
        font-size: 36px;
    }

    .pro5_con12.pro4_con12 {
        padding: 120px 0;
    }

    .pro4_con12 .title p {
        font-size: 34px;
    }

    .pro2 .pro1_con2 li h4 {
        font-size: 19px;
    }

    .pro2 .pro1_con2 {
        padding: 60px 0;
    }

    .pro2 .pro1_con1 .title h4 {
        font-size: 34px;
    }

    .pro2 .pro1_con1 p {
        font-size: 28px;
    }

    .pro2 .pro2_con3 li .tw {
        padding: 11% 5% 0 5%;
    }

    .pro2 .pro2_con3 li .tw p {
        font-size: 18px
    }

    .pro2 .title h4 {
        font-size: 34px;
    }

    .pro2 .pro2_con9 {
        padding-top: 110px;
    }

    .pro2 .pro2_con10 {
        padding-top: 120px;
    }

    .pro2 .pro2_con10 .title {
        margin-bottom: 90px;
    }

    .pro2 .pro2_con11 {
        padding-top: 150px;
    }

    .pro2 .pro2_con12 {
        padding-top: 140px;
    }

    .pro2 .pro2_con13 {
        padding-top: 110px;
    }

    .pro2 .pro2_con13 img {
        max-width: 40%;
    }

    .pro2 .title h3 {
        font-size: 20px;
    }

    .pro2 .pro2_con14 {
        margin-top: 150px;
    }

    .pro1 h3,
    .pro1 .pro1_con8 .title h3 {
        font-size: 34px;
    }

    /*pro10*/
    .pro10_con1 .content_t .title h3 {
        font-size: 40px;
    }

    .pro10_con1 .content_t img.ban_img {
        width: 7em;
    }

    .pro10_con1 .content_t .title h4 {
        font-size: 25px;
    }

    .pro10 .title span p {
        font-size: 15px;
    }

    .pro10_con1 .content_t {
        padding: 7em 0 10em;
    }

    .pro10 .title h3 {
        font-size: 37px;
    }

    .pro10 .title p {
        font-size: 18px;
    }

    .pro10_con3 {
        height: 570px;
    }

    .pro10_con4 {
        padding-top: 70px;
    }

    .pro10_con4 img {
        margin-top: 95px;
    }

    .pro10_con5 {
        padding: 110px 0 300px;
    }

    .pro10_con6 {
        padding: 6em 0 13em;
    }

    .pro10_con7 {
        padding-top: 80px;
    }

    .pro10_con12 {
        padding-top: 80px;
    }

    .pro10_con12 span {
        margin: 1em 3em 0;
    }

    .pro10_con12 img.bab {
        margin-top: 160px;
    }

    .cc2-centerbox h3 {
        font-size: 40px;
    }

    .cc2-centerbox p {
        font-size: 24px;
    }


    /* q7 */

    .q7-4 .q7-4-box {
        margin-left: 6%;
    }

    .q7-4 .q7-4-box .q7-4-right {
        width: 70%;
    }

    .q7-6 .q7-6-right {
        width: 50%;
    }

    .q7-3 .q7-3-left {
        margin-left: 2%;
    }

    /* cc5 */
    .cc5-2-right {
        margin-left: 10%;
        width: 420px;
    }

    /* db1 */
    .db .db3 .db3-box .db3-right-text {
        width: 540px;
    }

    .db .db4 .db4-text {
        width: 500px;
    }

    .db .db5 .db5-text {
        margin-left: 12%;
        margin-top: 4%;
    }

    .db .db2 .db2-text {
        top: 5em;
    }

    .db .db3 .db3-box .db3-right-text {
        margin-top: 1%;
    }

    .db .db4 .db4-text {
        top: 5em;
    }

    .db .db5 .db5-text {
        margin-top: 1%;
    }

    .db .db7 .db7-text-img {
        width: 50%;
        margin-top: 10%;
    }

    .db .db7 {
        padding: 7em 0 0;
    }

    .db .db7 .db7-img {
        width: 45%;
    }

    .db .db7 .db7-text-img {
        width: 47%;
        margin-top: 5%;
    }

    /* db-pro */
    .db-pro .db5 .db5-text {
        margin-top: -40%;
        margin-left: 56%;
    }

    /* db2 */
    .db2-text h3 {
        font-size: 32px;
        margin-bottom: 10px;
        color: #030303;
    }

    .db2-text p {
        font-size: 22px;
        line-height: 1.5;
        color: #030303;
    }

    .db2 .db2-2 .db2-2-text {
        width: 490px;
    }

    .db2 .db2-3 .db2-3-text {
        width: 455px;
    }

    .db2 .db2-5 .db2-5-text {
        width: 620px;
    }

    /* xs5 */
    .xs5 .xs5-3 .xs5-3-img {
        width: 52%;
    }

    .xs5 .xs5-3 .xs5-3-text .xs5-3-text-img {
        width: 60%;
    }

    .xs5 .xs5-6 .xs5-6-text {
        width: 525px;
    }

    .xs5 .xs5-6 .xs5-6-img {
        margin-left: 6%;
    }

    .xs5 .xs5-6 .xs5-6-text .xs5-6-text-img {
        width: 90%;
    }

    .xs5 .xs5-4 .xs5-4-text {
        width: 495px;
    }

    .xs5 .xs5-7 .xs5-7-text {
        width: 490px;
    }

    .ao3-2-text p,
    .ao3-3-text p,
    .ao3-4-text p,
    .ao3-5-text p,
    .ao3-6-text p,
    .ao3-7-text p {
        font-size: 24px;
    }

    .ao3-2-text h3,
    .ao3-3-text h3,
    .ao3-4-text h3,
    .ao3-5-text h3,
    .ao3-6-text h3,
    .ao3-7-text h3 {
        font-size: 40px;
    }


    /* note20 */

    .not20-2-text h3 {
        font-size: 40px;
    }

    .not20-2-text p {
        font-size: 24px;
    }

    /* f1-10 */
    .f1-text h3 {
        font-size: 40px;
    }

    .f1-text p {
        font-size: 24px;
    }


    /* a20 */

    .a20-text h3 {
        font-size: 40px;
    }

    .a20-text p {
        font-size: 24px;
    }


    /* note10 */
    .note10-text h3 {
        font-size: 40px;
    }

    .note10-text p {
        font-size: 24px;
    }

    .note10-2-right {
        margin-top: 4%;
    }

    .note10-3-left {
        width: 50%;
    }

    /* fa30 */
    .fa30-3 {
        height: 600px;
    }

    .fa30-4 {
        height: 675px;
    }

    .fa30-5 {
        height: 710px;
    }

    .fa30-text h3 {
        font-size: 34px;
    }

    .fa30-text p {
        font-size: 20px;
    }

    /* ppp */
    .ppp3-right {
        /* width: 500px; */
    }

    /* a2160 */
    .a-text h3 {
        font-size: 36px;
    }

    .a-text p {
        font-size: 24px;
    }

}

@media screen and (max-width: 1200px) {
    body {
        font-size: 13px;
    }

    .pro_pv_v_list li .img img {
        max-width: 100%;
        height: inherit;
    }

    .pro_cs_item2 li {
        padding: 6em 0;
    }

    .pro_cs_item2 p {
        font-size: 15px;
    }

    /*product_gen*/
    .banner.pro_gen h3 {
        font-size: 38px;
    }

    .banner.pro_gen p {
        font-size: 19px;
    }

    /*pro*/
    .pro1 h3,
    .pro1 .pro1_con8 h3 {
        font-size: 40px;
    }

    .pro1 .title h4 {
        font-size: 30px;
    }

    .pro1 .title p {
        font-size: 17px;
    }

    .pro1 .pro1_con6 .title {
        padding-right: 0;
    }

    .pro1 .pro1_con1 img {
        width: 55%;
    }

    .pro1 .pro1_con2 {
        padding: 80px 0;
    }

    .pro1 .pro1_con5 img {
        width: 45%;
    }

    .pro1 .pro1_con6 img {
        width: 45%;
    }

    .pro1 .pro1_con7 img {
        width: 65%;
    }

    .pro1 .pro1_con9 img {
        width: 50%;
    }

    .banner.pro_gen h3 {
        font-size: 30px;
    }

    .product_gen dd .pic {
        height: 300px;
        line-height: 300px;
    }

    .pro1 .pro1_con5 .title {
        width: 50%;
    }

    .pro1 .pro1_con6 .title {
        width: 50%;
    }

    .pro1 .pro1_con8 .title {
        width: 60%;
    }

    .pro1 .pro1_con9 .title p {
        width: 80%;
    }

    .pro10_con1 img.ban {
        right: 4%;
    }

    /*contact*/
    .contact_ban.banner h2 {
        font-size: 35px;
    }

    .banner.contact_ban {
        height: 390px;
    }

    .contact .brand_con5 {
        padding: 100px 0;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 42px;
    }

    .brand_con7,
    .join_ban.banner {
        height: 480px;
    }

    .brand_con7 .title a {
        font-size: 20px;
    }

    .brand_con5 h4 {
        font-size: 18px;
    }

    /*brand*/
    .brand_con li h4 {
        font-size: 20px;
    }

    .brand_con2 {
        padding-top: 110px;
    }

    .brand_con3 li {
        padding: 2em;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 38px;
    }

    .brand_nav a {
        font-size: 16px;
    }

    .brand_con li {
        width: 30%;
        margin-right: 5%;
    }

    .brand .hr {
        margin: 6em auto 0;
    }

    .brand_con3 h4 {
        font-size: 20px;
    }

    .brand_con3 h5 {
        font-size: 17px;
    }

    .brand_con4 li p {
        font-size: 15px;
    }

    .brand_con5 li {
        padding-left: 10%;
    }

    .brand_con5 li p {
        font-size: 15px;
    }


    /*serve*/
    .banner.ser {
        height: 530px;
    }

    .banner.ser h3 {
        font-size: 35px;
    }

    .banner.ser p {
        font-size: 20px;
    }

    .serve_sell {
        padding: 7.5em 0;
    }

    .serve_sell li h3 {
        font-size: 25px;
    }

    .serve_add .tw {
        padding: 1em 0 1em 3em;
    }

    .serve_add .tw {
        width: 30%;
    }

    .serve_add .address {
        width: 70%;
    }

    .serve_add .address {
        padding: 0.7em 3em;
    }

    .pro_pv_v_list li .img {
        height: 256px;
    }


    /*pro11*/
    .pro11_con5 .wrap {
        min-width: 100%;
    }

    .pro11_con5 .title {
        width: 94%;
    }

    /*pro12*/
    .pro12_con1 .title h2 {
        font-size: 50px;
    }

    .pro12_con1 .title h4 {
        height: 2.2em;
    }

    .pro12 .title h3 {
        font-size: 40px;
    }

    .pro12 .title h4 {
        font-size: 20px;
    }

    .pro12_con6 {
        padding: 7em 0 43em;
    }

    .pro12_con6.pro13_con6 .title {
        margin-left: 0;
    }

    .q2_con2 {
        height: 450px !important;
    }

    .q2_con2_2 {
        height: initial !important;
    }

    .cc2-3 {
        height: 35em;
    }

    .cc2-centerbox h3 {
        font-size: 30px;
    }

    .cc2-centerbox p {
        font-size: 20px;
    }


    .cc3-6 .cc3-centerbox {
        margin-right: 5%;
    }

    .cc3-7-img {
        margin-right: 0;
    }



    .q5 .cc2-wrap div h3 {
        font-size: 30px;
    }

    .q5-5-right {
        width: 45%;
    }

    .q5-5-left {
        width: 50%;
    }

    .q5-6-left {
        width: 53%;
        margin-left: 4%;
    }

    .q5 .cc2-wrap div p {
        font-size: 20px;
    }


    .q6 .cc2-wrap div p {
        line-height: 26px;
    }

    .q6-6-left {
        width: 39%;
    }

    .q6 .cc2-wrap div h3 {
        font-size: 30px;
    }

    .q6 .cc2-wrap div p {
        font-size: 20px;
    }


    /* q7 */
    .q7-3 .q7-3-right {
        width: 50%;
    }

    .q7-1 h3,
    .q7-2 h3,
    .q7-3 h3,
    .q7-4 h3,
    .q7-5 h3,
    .q7-6 h3,
    .q7-7 h3 {
        font-size: 28px;
    }

    .q7-1 p,
    .q7-2 p,
    .q7-3 p,
    .q7-4 p,
    .q7-5 p,
    .q7-6 p,
    .q7-7 p {
        font-size: 20px;
    }

    .q7-4 .q7-4-box {
        width: 360px;
    }

    .q7-6 .q7-6-left {
        width: 336px;
    }

    .q7-3 .q7-3-left {
        width: 373px;
    }

    .q7-4 .q7-4-box {
        margin-top: 9%;
    }

    .q7-5 .q7-5-left {
        margin-top: -24%;
    }


    /* xs3 */
    .xs3-3 .xs3-3-box {
        width: 457px;
        margin-left: 3em;
        margin-top: 4em;
    }

    .xs3-4 .xs3-4-box {
        margin-left: 0%;
        margin-top: 2em;
        width: 425px;
    }

    .xs3-4 .xs3-4-left {
        width: 52%;
    }

    .xs3-6 .xs3-6-left {
        margin-top: 6em;
        margin-left: -8em;
    }

    .xs3-5 .xs3-5-left {
        width: 444px;
        margin-top: 10em;
        margin-left: -14em;
    }

    .xs3-1 p,
    .xs3-2 p,
    .xs3-3 p,
    .xs3-4 p,
    .xs3-5 p,
    .xs3-6 p,
    .xs3-7 p {
        line-height: 28px;
    }

    .xs3-1 h3,
    .xs3-2 h3,
    .xs3-3 h3,
    .xs3-4 h3,
    .xs3-5 h3,
    .xs3-6 h3,
    .xs3-7 h3 {
        font-size: 32px;
        line-height: 36px;
    }

    /* cc5 */
    .cc5-2-right {
        margin-left: 4%;
    }

    .cc5-7-box {
        margin-left: 5%;
    }

    .cc5-6-box {
        width: 520px;
    }

    .cc5-1 h3,
    .cc5-2 h3,
    .cc5-3 h3,
    .cc5-4 h3,
    .cc5-5 h3,
    .cc5-6 h3,
    .cc5-7 h3 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .cc5-1 p,
    .cc5-2 p,
    .cc5-3 p,
    .cc5-4 p,
    .cc5-5 p,
    .cc5-6 p,
    .cc5-7 p {
        line-height: 28px;
        font-size: 22px;
    }


    /* db */
    .db h3 {
        font-size: 28px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        position: relative
    }

    .db p {
        font-size: 20px;
        line-height: 40px;
    }

    .db .db3 .db3-box .db3-right-text {
        margin-left: 2%;
        margin-top: 1%;
        width: 465px;
    }

    .db .db4 .db4-text {
        width: 417px;
    }

    .db .db5 {
        background-size: 100% 100% !important;
    }

    .db .db5 .db5-text {
        margin-left: 6%;
    }

    .db .db7 .db7-img {
        margin-left: 5%;
    }

    .db .db7 .db7-text {
        margin-left: 4%;
    }

    .db .db7 .db7-text-img {
        width: 38%;
        margin-top: 10%;
    }

    .db-pro .db5 .db5-text {
        margin-top: -40%;
        margin-left: 54%;
    }

    /* db2 */
    .db2-text h3 {
        font-size: 28px;
        margin-bottom: 10px;
        color: #030303;
    }

    .db2-text p {
        font-size: 20px;
        line-height: 1.5;
        color: #030303;
    }

    .db2 .db2-2 .db2-2-text {
        width: 385px;
    }

    .db2 .db2-6 .db2-6-text {
        width: 420px;
    }

    .db2 .db2-3 .db2-3-text {
        width: 390px;
    }


    /* xs5 */
    .xs5 .xs5-3 .xs5-3-text {
        margin-left: 0%;
    }

    .xs5 .xs5-4 .xs5-4-text {
        margin-left: 5%;
    }

    .xs5 .xs5-5 .xs5-5-text {
        margin-left: 10%;
        margin-top: 20%;
    }

    .xs5 .xs5-6 .xs5-6-img {
        margin-left: 0;
    }

    .xs5 .xs5-6 .xs5-6-text {
        width: 450px;
    }

    .xs5 .xs5-7 .xs5-7-img {
        width: 43%;
    }

    .xs5 .xs5-7 .xs5-7-text {
        margin-left: 5%;
    }

    .xs5 .xs5-1 {
        height: 620px;
    }

    .xs5 .xs5-3 .xs5-3-text {
        width: 425px;
    }

    .xs5 .xs5-4 .xs5-4-text {
        width: 410px;
    }

    .xs5 .xs5-7 .xs5-7-text {
        width: 470px;
    }

    .ao3-2-text h3,
    .ao3-3-text h3,
    .ao3-4-text h3,
    .ao3-5-text h3,
    .ao3-6-text h3,
    .ao3-7-text h3 {
        font-size: 36px;
        line-height: 35px;
    }

    .ao3-2-text p,
    .ao3-3-text p,
    .ao3-4-text p,
    .ao3-5-text p,
    .ao3-6-text p,
    .ao3-7-text p {
        font-size: 22px;
    }

    .ao3 .ao3-3 .cc2-wrap {
        padding: 6em 0 32em;
    }

    .ao3 .ao3-4 {
        height: 570px;
    }

    .ao3 .ao3-5 {
        height: 580px;
    }

    /* note20 */
    .not20-2-text h3 {
        font-size: 36px;
    }

    .not20-2-text p {
        font-size: 22px;
    }

    .not20-3-img img {
        width: 36%;
    }

    .not20-4-img img {
        width: 59%;
    }

    .not20-5 {
        height: 580px;
    }


    /* f1-10 */
    .f1-text h3 {
        font-size: 36px;
    }

    .f1-text p {
        font-size: 22px;
    }

    .f1-10-5 .f1-10-box {
        height: 440px;
        background-size: 100%;
    }

    .f1-10-4-box {
        width: calc(100% - 623px);
    }

    .f1-10-4-left {
        width: 500px;
    }

    .f1-10-4-box {
        margin-top: 2%;
    }

    .f1-10-4-box .f1-text {
        padding-top: 0;
    }

    .f1-10-4-box {
        width: calc(100% - 555px);
        margin-right: 50px;
    }

    .f1-10-5 .f1-10-box .f1-text {
        padding-top: 0;
    }


    /* a20 */

    .a20-text h3 {
        font-size: 36px;
    }

    .a20-text p {
        font-size: 22px;
    }


    /* note10 */
    .note10-text h3 {
        font-size: 34px;
    }

    .note10-text p {
        font-size: 20px;
    }

    .note10-7-left,
    .note10-6-left,
    .note10-5-left {
        width: 90%;
    }

    .note10-3-left {
        width: 54%;
        margin-left: 4%;
    }

    /* fa30 */

    .fa30-text h3 {
        font-size: 32px;
        line-height: 30px;
    }

    .fa30-text p {
        font-size: 20px;
    }

    .fa30-3 {
        height: 520px;
    }

    .fa30-4 {
        height: 565px;
    }

    .fa30-5 {
        height: 600px;
    }

    .fa30-7 {
        height: 30px;
    }

    .fa30-text {
        margin-top: 30px;
    }

    /* a2160 */
    .a-text h3 {
        font-size: 36px;
    }

    .a-text p {
        font-size: 20px;
    }

    /* a2173 */
    .a2173-2-right .a-text {
        margin-bottom: 30px;
    }

    /* a5606 */
    .a5606-4 .right .a-img-sm img {
        width: 100px;
    }

    .dby .a-text p {
        font-size: 20px;
    }

    .dby .a-text h3 {
        font-size: 30px;
        font-weight: 600;
    }


}

@media screen and (max-width: 996px) {
    .wrap {
        min-width: inherit;
    }

    .nav li>a {
        padding: 0 25px;
    }

    li.last .search_btn {
        margin-left: 25px;
    }

    .banner_slide_down {
        bottom: 0;
        display: none;
    }

    .banner_slide_down span {
        font-size: 50px;
    }

    /*index*/
    .index_pro_lt_item .txt h3 {
        font-size: 19px;
    }

    .index_pro_lt_item .txt {
        padding: 1em;
    }

    .index_pro_lt_item .txt p {
        font-size: 15px;
    }

    .index_pro_lb .index_pro_more p {
        font-size: 15px;
    }

    .index_pro_lb .index_pro_more .icon {
        width: 30px;
        height: 30px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }

    .index_pro_lb .index_pro_more {
        padding-top: 83px;
    }

    /*news*/
    .news_item .img {
        max-height: 160px;
    }

    /*.news_item .img img{max-width: 100%;}*/
    .news_item {
        padding: 35px 5%;
    }

    .news_item .img img {
        max-height: 100%;
    }

    .news_item .txt span {
        line-height: 2;
    }

    .news {
        padding: 60px 0 90px;
    }

    /*pro_pv*/
    .pro_pv_v_list {
        margin-top: 45px;
    }

    .pro_pv_v_list li p {
        font-size: 17px;
    }

    .pro_cs_title h2 {
        font-size: 20px;
    }

    .pro_cs_color_txt_info li h3 {
        font-size: 18px;
    }

    .pro_cs_color_txt_info li p {
        font-size: 14px;
    }

    .pro_cs_color_txt_color {
        margin-top: 1em;
    }

    .pro_cs_color_txt_info li {
        padding: 2em 0;
    }

    .pro_cs_item2 li {
        padding: 5em 0;
    }

    .pro_cs_item2 p {
        font-size: 14px;
    }

    .pro1 .pro1_con3 p {
        width: 70%;
    }

    .pro1 h3,
    .pro1 .pro1_con8 h3 {
        font-size: 35px;
    }

    .pro1 h4 {
        font-size: 27px;
    }

    .pro1 .pro1_con3 {
        padding-top: 70px;
    }

    .pro1 .pro1_con5 .title {
        padding-top: 60px;
    }

    .pro1 .pro1_con7 {
        padding-top: 120px;
    }

    .pro1 .pro1_con7 .title p {
        padding-bottom: 80px;
    }

    .pro1 .pro1_con8 {
        height: 740px;
    }

    .pro1 .pro1_con8 .title {
        padding-top: 70px;
    }

    .pro1 .pro1_con9 {
        padding-top: 100px;
    }

    .pro1 .pro1_con4 {
        padding: 80px 0 132px;
    }

    .pro1 .pro1_con3 p {
        padding-bottom: 5em;
    }

    .pro_pv_v {
        padding-top: 90px;
    }

    .pro_cs_color_txt_info li h3 {
        font-size: 19px;
    }

    .pro_cs_color_pic {
        width: 45%;
    }

    .pro_cs_color_txt {
        padding-right: 0;
        width: 52%;
    }

    /*index*/
    .banner,
    .banner .bd li {
        height: 480px;
    }

    .index_brand {
        padding: 42px 0 80px;
    }

    .index_links li h3 {
        font-size: 18px;
    }

    .index_sale {
        padding: 60px 0 120px;
    }

    .index_sale_map {
        margin: 70px auto 0;
    }

    .index_title h2 {
        font-size: 20px;
    }

    .index_links li p {
        font-size: 15px;
    }

    .index_sale_map li {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }


    /*prodect_gen*/
    .banner.pro_gen h3 {
        font-size: 30px;
    }

    .banner.pro_gen p {
        font-size: 18px;
    }

    .product_gen h3 {
        margin: 4em 0 2.5em;
    }

    .product_gen {
        padding-bottom: 8em;
    }

    .product_gen dd .pic {
        height: 220px;
        line-height: 220px;
    }

    .product_gen_bo h4 {
        font-size: 22px;
    }

    .product_gen_bo p {
        font-size: 20px;
    }

    .product_gen_bo {
        padding: 4em 0;
    }

    /*new*/
    .news_detail_wrap {
        padding: 5%;
    }

    /*serve*/
    .banner.ser {
        height: 390px;
    }

    .banner.ser h3 {
        font-size: 28px;
    }

    .banner.ser p {
        font-size: 17px;
    }

    .serve_sell li h3 {
        font-size: 21px;
    }

    .serve_sell li a {
        padding: 4em;
    }

    .serve_in h3 {
        font-size: 28px;
    }

    .serve_in {
        padding: 5.5em 0 10em;
    }

    .banner.ser_prob input {
        font-size: 16px;
    }

    .serve_prob {
        padding: 5em 0 10em;
    }

    .contact_ban.banner h2 {
        font-size: 28px;
    }

    .contact .brand_con5 {
        padding: 80px 0;
    }

    .pro_pv_v_list li .img {
        height: 205px;
    }

    .serve_add li {
        font-size: 14px;
    }

    .serve_add .tw {
        padding: 1em 0 1em 2em;
    }

    .serve_add li {
        padding: 2em;
    }

    .serve_add h5 {
        font-size: 15px;
    }

    .serve_add .address {
        padding: 0.7em 2em 0.7em 3em;
    }

    .serve_check .check_title h3 {
        font-size: 25px;
    }

    .serve_check .check_title h4 {
        font-size: 20px;
    }

    .serve_check .content_t input {
        font-size: 16px;
    }

    .serve_check .content_t button {
        font-size: 16px;
    }

    .serve_check .content_t button {
        width: 140px;
        height: 45px;
        line-height: 45px;
    }

    .serve_check .content_t input {
        height: 46px;
        line-height: 46px;
    }

    .serve_check {
        padding: 6em 0 12em;
    }

    /*brand*/
    .brand_con6 {
        padding: 60px 0;
    }

    .brand_con6 .title h3 {
        font-size: 21px;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 32px;
    }

    .brand_con7 .title a {
        padding: 0 2em;
        font-size: 18px;
    }

    .brand_con7,
    .join_ban.banner {
        height: 425px;
    }

    .brand .title h3 {
        font-size: 20px;
    }

    .brand_con4 li p {
        font-size: 14px;
    }

    .brand_con4 li {
        padding: 2.8em 2em;
    }

    .brand_con4 .tit_con {
        font-size: 15px;
    }

    .brand_con4 .tit_con {
        width: 78px;
        height: 46px;
    }

    .brand_con4 .tit_con {
        line-height: 42px;
    }

    .brand_con4 .tit_con {
        margin-left: -2em;
    }

    .brand_con4 {
        padding: 60px 0 80px;
    }

    .brand_con {
        padding-top: 5em;
    }

    .brand_con1 li h4 {
        font-size: 18px;
    }

    .brand_con1 li {
        width: 22em;
        display: inline-block;
        float: none;
        text-align: left;
    }

    .brand_con1 {
        text-align: center;
    }

    .brand_con1 li {
        margin: 4% 5% !important;
    }

    .brand_con2 {
        padding-top: 80px;
    }

    .brand_con4 li {
        font-size: 16px;
    }

    .brand_con3 p {
        font-size: 15px;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 32px
    }

    .footer_nav .l6 {
        padding-left: 3%;
    }

    /*join*/
    .join .join_select select,
    .join .join_select input {
        font-size: 14px;
    }

    .join {
        padding: 70px 0 120px;
    }

    .join h3 {
        font-size: 28px;
    }

    .join .join_select {
        margin: 70px 0 1em;
    }

    .join .join_adv .content {
        font-size: 14px;
    }

    .join .join_select form input.search {
        width: 13em;
    }

    /*pro*/
    .pro3 .pro3_con2 li {
        width: 24%;
    }

    .pro5_con12.pro4_con12 .title {
        width: 80%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .pro5_con12.pro4_con12 img {
        max-width: 80%;
        float: none;
        margin-left: 0;
        display: block;
        margin: 5em auto 0;
    }

    .pro5_con12.pro4_con12 .title {
        overflow: hidden;
    }


    /*pro10*/
    .pro10_con1 .content_t .title {
        width: 100%;
        text-align: center;
    }

    .pro10_con1 img.ban {
        position: static;
        margin: 0 auto;
        display: block;
    }

    .pro10_con1 .content_t .title span {
        margin: 1em 1em;
    }

    .pro10_con1 .content_t {
        padding: 6em 0 3em;
    }

    .pro10_con1 .content_b {
        padding: 5em 0 3em;
        text-align: center;
        margin-left: 0;
    }

    .pro10_con3 {
        height: 520px;
        margin-top: 7em;
    }

    .pro10_con4 img {
        margin-top: 70px;
    }

    .pro10_con5 {
        padding: 90px 0 270px;
    }

    .pro10_con8 img {
        margin-bottom: 150px;
    }

    .pro10_con10 .title {
        margin-top: 10%;
    }

    .pro10_con11 .wrap {
        padding-bottom: 95px;
    }

    .pro10_con11 .wrap_out {
        padding: 70px 0;
    }

    .pro10_con12 span {
        margin: 0 3em 0;
    }

    .pro10_con12 img.bab {
        margin-top: 120px;
    }

    /*pro11*/
    .pro11_con1 {
        padding: 10em 0 3em;
    }

    .pro11_con1 .title h2 {
        height: 3em;
    }

    .pro11_con1 .title h4 {
        font-size: 35px;
    }

    .pro11_con1 .cross {
        width: 4em;
    }

    .pro11_con2 li img {
        width: 3em;
    }

    .pro11_con2 li {
        font-size: 16px;
    }

    .pro11_con2 li.li_t {
        padding-bottom: 1.5em;
    }

    .pro11_con2 li {
        padding-top: 1.5em;
    }

    .pro11 .title h3 {
        font-size: 48px;
    }

    .pro11_con3 {
        padding-top: 7em;
    }

    .pro11 .title p {
        font-size: 25px;
    }

    .pro11_con4 .cross1 {
        height: 9em;
        margin: 5em 0;
    }

    .pro11_con5 .cross {
        height: 5em;
    }

    .pro11_con5 .content_b {
        padding-top: 5em;
        margin-top: 7em;
    }

    .pro11_con5 .content_b img.hh {
        padding-left: 5%;
    }

    .pro11_con5 .content_b .content_in span p {
        font-size: 18px;
    }

    .pro11_con5 .content_b .title {
        padding-top: 9em;
    }

    .pro11_con5 .wrap {
        padding: 9em 0 0;
    }

    .pro11_con6 .pro11_con5 .title {
        width: 100%;
    }

    .pro11_con6 img.bb {
        margin: 8em 0 10em;
    }

    .pro11_con7 .wrap_out {
        padding: 6em 0;
    }

    .pro11_con7 .cross {
        margin: 5em 0 10em;
    }

    .pro11_con7 .wrap_out {
        width: 100%;
    }

    .pro11_con7 .title span {
        font-size: 20px;
    }

    .pro11_con8 {
        height: 700px;
    }

    .pro11 .title span p {
        font-size: 16px;
    }

    .pro11_con9 .info p {
        font-size: 23px;
    }

    .pro11_con10 .title span {
        font-size: 20px;
    }

    .pro11_con11 {
        padding-top: 9em;
    }

    .pro11_con11 .title h3,
    .pro11_con11 .title span {
        margin-left: 0;
        text-align: center;
    }

    .pro11 .title span img {
        width: 3em;
    }

    .pro11_con11 .title span {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
    }

    .pro11_con2 .hg {
        width: 100%;
        margin-left: 0;
    }

    /*pro12*/
    .pro12_con1 {
        padding: 10em 0 4em;
    }

    .pro12_con1 .title h2 {
        font-size: 34px;
    }

    .pro12 .title h4 {
        font-size: 18px;
    }

    .pro12_con3 {
        padding: 23em 0 10em;
    }

    .pro12_con4 .title {
        width: 57%;
        margin-bottom: -5em;
    }

    .pro12_con6 {
        padding: 6em 0 20em;
    }

    .pro12 .title h3 {
        font-size: 37px;
        line-height: 1.2em;
    }

    .pro13_con1 {
        padding: 8em 0 5em;
    }

    .pro13_con1 .title {
        padding-right: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .cc2-wrap li .icon img {
        width: 50%;
    }


    .cc3-1-img1 {
        width: 50%;
        margin: auto;
        float: none
    }

    .cc3-1-img2 {
        width: 60%;
        margin: auto;
        float: none;
        margin-top: 30px;
    }

    .cc3 .cc2-wrap li.li_t:nth-of-type(1) {
        border-right: 2px solid #397d7d;
    }

    .cc3 .cc2-wrap li .icon img {
        width: 47%;
    }

    .cc3-centerbox h3 {
        font-size: 30px;
    }

    .cc3-centerbox p {
        font-size: 18px;
    }

    .cc3-6 .cc3-centerbox {
        width: 100%;
        margin-right: 0;
    }

    .cc3-6-img {
        text-align: center;
        float: none;
        margin-left: auto
    }

    .cc3-7 .cc3-centerbox {
        width: 100%;
        margin-left: 0;
        margin-top: 5%;
    }

    .cc3-centerbox p {
        line-height: 25px;
    }

    .cc3-6 .cc3-centerbox {
        margin-top: 5%;
    }


    .q5-2-left {
        margin-left: 0
    }

    .q5-2-right {
        width: 45%;
    }

    .q5 .cc2-wrap div p {
        line-height: 25px;
    }

    .q5-5-left {
        margin-top: 7%;
    }

    .q5-6-left {
        margin-top: 12%;
        margin-left: 0;
    }

    .q5-6-right {
        margin-left: -6%;
    }

    .q5 .cc2-wrap div p {
        font-size: 18px;
    }

    .q5 .cc2-wrap div h3 {
        font-size: 24px;
    }

    .q6-6-left {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .q6-6-right {
        float: none;
        width: 45%;
        margin: auto;
    }

    .q6-6-left h3 {
        text-align: center !important;
    }

    .q6 .cc2-wrap div p {
        font-size: 18px;
    }

    .q6 .cc2-wrap div h3 {
        font-size: 26px;
    }

    .q6-6-left p:nth-of-type(2) {
        width: 22% !important;
    }

    .q6-2-right {
        width: 35%;
        margin-left: auto;
        margin-right: auto
    }

    /* q7 */

    .q7-3 .q7-3-left {
        width: 260px;
        margin-left: 3%;
    }

    .q7-4 .q7-4-box {
        margin-left: 3%;
        width: 345px;
        margin-top: 0%;
    }

    .q7-4 .q7-4-box .q7-4-right {
        margin-top: 8%;
        width: 50%;
    }

    .q7-4 .q7-4-left {
        width: 47%;
    }

    .q7-5 .q7-5-left {
        width: 290px;
        margin-top: -26%;
        margin-left: 56%;
    }

    .q7-6 .q7-6-left {
        width: 280px;
        margin-left: 2%;
        margin-top: 13%;
    }

    .q7-7 {
        padding: 14em 0;
    }

    .q7-7 .q7-7-left {
        width: 60%;
        margin: auto;
        margin-top: -195px;
    }

    .q7-1 h3,
    .q7-2 h3,
    .q7-3 h3,
    .q7-4 h3,
    .q7-5 h3,
    .q7-6 h3,
    .q7-7 h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .q7-1 p,
    .q7-2 p,
    .q7-3 p,
    .q7-4 p,
    .q7-5 p,
    .q7-6 p,
    .q7-7 p {
        font-size: 18px;
        line-height: 25px;
    }

    .q7-1 .q7-1-left {
        width: 33%;
        margin-top: 100px;
        margin-left: 6%;
    }

    .q7-2 .q7-2-left {
        width: auto;
    }

    .q7-3 .q7-3-left {
        width: 340px;
        margin-left: 0;
        margin-top: 9%;
    }

    .q7-3 .q7-3-left h3 {
        margin-bottom: 5px;
    }



    /* xs3 */
    .xs3-2 .xs3-2-left {
        width: auto;
    }

    .xs3-3 .xs3-3-right {
        margin-left: 2%;
    }

    .xs3-3 .xs3-3-box {
        width: 360px;
        margin-left: 2em;
        margin-top: 4em;
    }

    .xs3-4 .xs3-4-box {
        width: 325px;
        margin-top: 0em;
    }

    .xs3-5 .xs3-5-left {
        width: 318px;
        margin-top: 7em;
        margin-left: -10em;
    }

    .xs3-6 .xs3-6-box .xs3-6-center {
        width: 350px;
    }

    .xs3-6 .xs3-6-right {
        width: 60%;
    }

    .xs3-6 .xs3-6-left {
        margin-top: -24em;
        margin-left: 25em;
    }

    .xs3-1 h3,
    .xs3-2 h3,
    .xs3-3 h3,
    .xs3-4 h3,
    .xs3-5 h3,
    .xs3-6 h3,
    .xs3-7 h3 {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 32px;
    }

    .xs3-1 p,
    .xs3-2 p,
    .xs3-3 p,
    .xs3-4 p,
    .xs3-5 p,
    .xs3-6 p,
    .xs3-7 p {
        font-size: 18px;
        line-height: 23px;
    }

    /* cc5 */

    .cc5-1 h3,
    .cc5-2 h3,
    .cc5-3 h3,
    .cc5-4 h3,
    .cc5-5 h3,
    .cc5-6 h3,
    .cc5-7 h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cc5-1 p,
    .cc5-2 p,
    .cc5-3 p,
    .cc5-4 p,
    .cc5-5 p,
    .cc5-6 p,
    .cc5-7 p {
        font-size: 18px;
    }

    .cc5-2-right {
        width: 288px;
    }

    .cc5-2-img {
        width: 65%;
    }

    .cc5-4 .cc2-wrap {
        padding-top: 2em;
    }

    .cc5-6-center {
        width: 300px;
    }

    .cc5-6-box {
        top: 15%;
    }

    .cc5-7-box {
        width: 325px;
    }


    /* db */
    .db h3 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        position: relative
    }

    .db p {
        font-size: 18px;
        line-height: 30px;
    }

    .db .db2 .db2-text {
        width: 410px;
    }

    .db h3 {
        margin-bottom: 11px;
        padding-bottom: 17px;
    }

    .db .db2 .db2-text {
        top: 2em;
    }

    .db h3::after {
        height: 3px !important;
    }

    .db .db3 .db3-box .db3-left {
        width: 41%;
    }

    .db .db3 .db3-box .db3-right-text {
        width: 360px;
        margin-top: 0%;
    }

    .db .db4 .db4-text {
        top: 4em;
        width: 304px;
    }

    .db .db5 .db5-text {
        width: 375px;
        margin-top: 0;
    }

    .db .db6 .db6-text {
        width: 330px;
    }

    .db .db7 .db7-text {
        width: 340px;
    }

    .db .db7 {
        padding: 5em 0 0;
    }

    .db .db1 .db1-img-center img {
        width: 32%;
    }

    .db-pro .db5 .db5-img {
        margin-left: 4%;
    }

    .db-pro .db5 .db5-text {
        margin-top: -43%;
        margin-left: 50%;
    }

    .db-pro .db7 .db7-text-img {
        margin-top: 4%;
    }


    /* db2 */
    .db2-text h3 {
        font-size: 26px;
        margin-bottom: 10px;
        color: #030303;
    }

    .db2-text p {
        font-size: 18px;
        line-height: 1.5;
        color: #030303;
    }

    .db2 .db2-2 .db2-2-text {
        width: 285px;
    }

    .db2 .db2-3 .db2-3-text {
        width: 335px;
        margin-top: 0;
    }

    .db2 .db2-6 .db2-6-text {
        width: 345px;
        margin-top: -2%;
    }

    .db2 .db2-5 .db2-5-text {
        width: 370px;
    }

    .db2 .db2-4 .db2-4-text {
        width: 515px;
    }

    .db2 .db2-3 .db2-3-img {
        width: 52%;
    }

    .db2 .db2-3 .db2-3-text {
        width: 300px;
        margin-left: 0%;
    }

    .db2 .db2-6 .db2-6-img {
        width: 60%;
    }


    /* xs5 */
    .xs5 .xs5-1 {
        height: 430px;
    }

    .xs5 h3 {
        font-size: 24px;
    }

    .xs5 p {
        font-size: 18px;
    }

    .xs5 .xs5-2 .xs5-2-text p {
        text-align: left;
    }

    .xs5 .xs5-3 .xs5-3-text {
        width: 320px;
        margin-top: 6%;
    }

    .xs5 .xs5-4 .xs5-4-text {
        width: 300px;
        margin-top: 9%;
    }

    .xs5 .xs5-5 {
        height: 450px;
    }

    .xs5 .xs5-5 .xs5-5-text {
        margin-top: 12%;
        width: 390px;
    }

    .xs5 .xs5-6 .xs5-6-img {
        width: 40%;
    }

    .xs5 .xs5-6 .xs5-6-text {
        width: 300px;
        margin-right: 7%;
        margin-top: 4%
    }

    .xs5 .xs5-6 .xs5-6-text p {
        width: 100%;
    }

    .xs5 .xs5-7 .xs5-7-text {
        width: 340px;
    }


    /* ao3 */
    .ao3 .ao3-1 {
        padding: 9em 0 18em;
    }

    .ao3 .ao3-2 {
        padding: 1em 0;
    }

    .ao3-2-text p,
    .ao3-3-text p,
    .ao3-4-text p,
    .ao3-5-text p,
    .ao3-6-text p,
    .ao3-7-text p {
        font-size: 18px;
    }

    .ao3-2-text h3,
    .ao3-3-text h3,
    .ao3-4-text h3,
    .ao3-5-text h3,
    .ao3-6-text h3,
    .ao3-7-text h3 {
        font-size: 26px;
    }

    .ao3 .ao3-3 .cc2-wrap {
        padding: 3em 0 25em;
    }

    .ao3 .ao3-4 {
        height: 425px;
    }

    .ao3 .ao3-5 {
        height: 425px;
    }

    .ao3 .cc2-wrap {
        padding-top: 2em;
    }

    .ao3 .ao3-5 .ao3-5-text {
        width: 50%;
        top: 13%;
    }


    /* note20 */
    .not20-1 {
        padding-top: 5em;
    }

    .not20-2-text h3 {
        font-size: 26px;
    }

    .not20-2-text p {
        font-size: 18px;
    }

    .not20-2-text {
        width: 80%;
    }


    /* f1-10 */
    .f1-text h3 {
        font-size: 26px;
    }

    .f1-text p {
        font-size: 18px;
    }

    .f1-10-5 .f1-10-box {
        height: 440px;
        background-size: 100%;
    }

    .f1-10-4-box {
        width: calc(100% - 480px);
        margin-right: 50px;
    }

    .f1-10-4-left {
        width: 380px;
    }

    .f1-10-5 .f1-10-box .f1-text {
        width: 40%;
    }


    /* a20 */

    .a20-text h3 {
        font-size: 26px;
    }

    .a20-text p {
        font-size: 18px;
    }



    /* note10 */
    .note10-text h3 {
        font-size: 26px;
    }

    .note10-text p {
        font-size: 18px;
    }

    .note10-2-right {
        margin-top: 5%;
    }

    .note10-text h3 {
        margin-bottom: 3px;
    }

    .note10-2-left {
        width: 100%;
        float: none;
    }

    .note10-2-right {
        width: 90%;
        margin-left: 0;
        float: none;
        margin: auto;
        margin-top: 2%;
    }

    /* fa30 */

    .fa30-text h3 {
        font-size: 26px;
    }

    .fa30-text p {
        font-size: 18px;
    }

    .fa30-2-img {
        margin-top: 40px;
    }

    .fa30-3-right {
        padding-right: 4%;
    }

    .fa30-3 {
        height: 400px;
    }

    .fa30-text {
        margin-top: 30px;
    }

    .fa30-4 {
        height: 470px;
        padding-top: 1%;
    }

    .fa30-5 {
        height: 475px;
    }

    .fa30-3-img {
        max-width: 65%;
    }

    .fa30-3-right {
        width: 50%;
    }

    .fa30-3-left {
        width: 47%;
    }

    .fa30-4-text {
        width: 66%;
    }


    /* ppp */

    .ppp1-right {
        margin-top: 78px;
    }

    .ppp6 .ppp-box {}



    /* k1 */
    .kk7-left .kk-img img {
        width: 30%;
    }

    .kk1-img2 {
        width: 30%;
    }

    .kk-text {
        width: 100%;
    }

    .kk6 .kk-text {
        width: 45%;
    }

    .kk7-left {
        top: 0;
    }

    .kk7 {
        padding-top: 10%;
    }


    /* a05 */
    .a05-2-left .a05-img {
        margin-top: 10%;
    }

    .a05 .a05-3 {
        background-position: center;
    }

    .a05 .a05-7 {
        padding: 4% 5% 0%;
    }

    .a05-7-img {
        margin: 0;
        margin-left: auto;
    }

    .a05-2-left {
        margin-top: 1%;
    }

    /* a2160 */
    .a-text h3 {
        font-size: 26px;
    }

    .a-text p {
        font-size: 18px;
    }

    .a-text {
        margin-bottom: 20px;
    }

    .right .a-img-sm img {
        max-width: 100px;
    }

    /* k3 */
    .k3-4-right,
    .k3-6-right,
    .k3-8-right,
    .k3-5-left,
    .k3-7-left,
    .k3-9-left {
        width: 45%;
    }

    .k3-4-right,
    .k3-6-right,
    .k3-5-left,
    .k3-7-left,
    .k3-9-left {
        top: 30px;
    }

    /* dby */
    .dby-9-right {
        width: 60%;
    }

    .dby-9-left {
        width: 40%;
    }

    .dby .a-text h3 {
        font-size: 26px;
        font-weight: 600;
    }

    .dby .a-text p {
        font-size: 18px;
    }

    /* db3 */
    .db3-8-text {
        top: 30px;
    }

    .db3-6 .dby-5-left {
        display: flex;
    }


}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .nav li>a {
        font-size: 13px;
        padding: 0 13px;
    }

    li.last .search_btn {
        margin-left: 13px;
    }

    li.last .search_btn img {
        width: 1.2em;
    }

    .sea_pro .nav_search input {
        width: 270px;
    }

    .menu {
        display: block;
        position: absolute;
        z-index: 12;
    }

    .menu.on span {
        background-color: #464646;
    }

    .menu.on .sp1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .menu.on .sp2 {
        opacity: 0;
        margin: 7px 0;
    }

    .menu.on .sp3 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .nav {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 10;
        padding-top: 35px;
        margin-left: -105%;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .nav li {
        width: 100%;
    }

    .nav li>a {
        display: block;
    }

    .header_b .wrap.on {
        position: inherit;
    }

    .nav.on {
        margin-left: 0;
    }

    .footer_nav dd a {
        max-width: 100%;
    }

    .scroll_top {
        background: url("../images/top_h_03.png") center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 3.5em;
    }

    /*index*/
    .banner,
    .banner .bd li {
        height: 310px;
    }

    .banner.ind .bd a.btn {
        width: 20px;
    }

    .banner .hd {
        bottom: 30px;
    }

    .index_pro {
        padding: 50px 0 80px;
    }

    .index_brand_more {
        margin-top: 40px;
    }

    .index_brand {
        padding: 30px 0 50px;
    }

    .index_pro_lt_item .txt h3 {
        font-size: 17px;
    }

    .index_pro_lt_item .txt p {
        font-size: 14px;
    }

    .index_pro_lb .index_pro_more {
        padding-top: 65px;
    }

    .index_sale_map {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-left: -10%;
        margin: 0 auto 0;
    }

    .index_sale {
        padding: 50px 0 0;
    }

    .banner .bd li a img {
        width: initial;
    }

    /*news*/
    .news_item .txt h3 {
        font-size: 16px;
    }

    .title h2 {
        font-size: 20px;
    }

    .title {
        margin-bottom: 30px;
    }

    .news_detail_wrap {
        padding: 5%;
    }

    .news_item .img {
        width: 40%;
    }

    /*pro_pv*/
    .pro1 .pro1_con2 li p {
        font-size: 15px;
    }

    .pro_nav_r li {
        margin-left: 25px;
    }

    .pro_pv {
        padding: 50px 0;
    }

    .pro_pv_v_list li p {
        font-size: 13px;
    }

    .pro1 .pro1_con2 li img {
        max-width: 40%;
        max-height: 75%;
    }

    .pro1 .pro1_con2 {
        padding: 60px 0;
    }

    .pro1 .title h4 {
        font-size: 25px;
    }

    .pro1 h3,
    .pro1 .pro1_con8 h3 {
        font-size: 27px;
    }

    .pro1 .pro1_con3 p {
        width: 85%;
    }

    .pro1 .pro1_con4 {
        padding: 65px 0 95px;
    }

    .pro1 .pro1_con8 {
        height: 545px;
    }

    .pro1 .pro1_con9 {
        padding-top: 70px;
    }

    .pro1 .pro1_con9 .title p {
        padding-bottom: 55px;
    }

    .pro_cs_color_pic {
        width: 100%;
    }

    .pro_cs_color_txt {
        width: 100%;
    }

    .pro_cs_color_txt {
        position: relative;
        padding-top: 10em;
    }

    .pro_cs_color_txt_color {
        position: absolute;
        top: 0;
    }

    .pro_cs_color_txt_color {
        margin-top: 0;
        padding-top: 0;
    }

    .pro_cs_color_txt_color p {
        font-size: 14px;
    }

    .pro_cs_color_txt_color {
        width: 100%;
        text-align: center;
    }

    .pro_cs_color_txt_color li {
        float: none;
        display: inline-block;
    }

    .pro_cs_color_pic li {
        height: 500px;
        line-height: 500px;
    }

    .pro3 .pro3_con12 img {
        margin-top: 40px;
        width: 90%;
    }

    /*serve*/
    .banner.ser {
        height: 265px;
    }

    .serve_sell li a {
        padding: 2em;
    }

    .serve_sell {
        padding: 5em 0;
    }

    .serve_sell li span {
        margin: 1em 0 2em;
    }

    .serve_sell li h3 {
        font-size: 18px;
        white-space: normal;
    }

    .serve_sell li p {
        font-size: 14px;
    }

    .serve_in h3 {
        font-size: 22px;
    }

    .banner.ser_prob input {
        font-size: 14px;
    }

    .banner.ser_prob form {
        width: 90%;
    }

    .banner.ser_prob form {
        margin: 1em auto 0;
    }

    .banner.contact_ban {
        height: 280px;
    }

    .pro_pv_v_list li .img {
        height: 145px;
    }

    .serve_prob {
        padding: 4em 0 5em;
    }

    .serve_add .tw {
        width: 100%;
    }

    .serve_add .address {
        width: 100%;
        border: none;
    }

    .serve_add .tw {
        padding: 1em 0 1em 3em
    }

    .serve_add {
        padding: 5em 0 7em;
    }

    .banner.ser_prob .pro_sea {
        width: 90%;
        margin: 2em auto 0;
    }

    .serve_check .content_t input {
        width: 100%;
    }

    .serve_check .check_title h3 {
        font-size: 22px;
    }

    .serve_check .content_t {
        padding: 4em 3%;
    }

    /*brand*/
    .brand_con5 li p {
        font-size: 15px;
    }

    .brand_con5 li .con img {
        max-height: 2.5em;
    }

    .brand_con5 li p {
        font-size: 13px;
    }

    .contact .brand_con5 {
        padding: 60px 0;
    }

    .brand_con6 li.half {
        width: 100%;
    }

    .brand_con6 {
        font-size: 14px;
    }

    .brand_con7,
    .join_ban.banner {
        height: 290px;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 23px;
    }

    .brand_con7 .title a {
        font-size: 16px;
    }

    .brand_nav a {
        font-size: 15px;
    }

    .brand_nav li {
        padding: 0 1em;
    }

    .brand_con {
        padding-top: 3em;
    }

    .brand .hr {
        margin: 4em auto 0;
    }

    .index_sale {
        padding: 40px 0 0;
    }

    .brand_con1 li {
        margin: 2em 1% !important;
    }

    .brand_con1 li {
        width: 47%;
    }

    .brand_con2 li {
        width: 100%;
    }

    .brand_con3 h5 {
        font-size: 16px;
    }

    .brand_con3 p {
        font-size: 15px;
    }

    .brand_con2 {
        padding-top: 50px;
    }

    .brand_con3 .con {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .brand_con3 li {
        width: 100%;
        margin: 1%;
    }

    .brand_con4 li {
        width: 98%;
        margin: 2% 0% 3% 2%;
    }

    .brand_con4 {
        padding: 50px 0;
    }

    .brand_con5 .title h3 {
        margin-bottom: 2em;
    }

    .brand_con5 {
        padding: 60px 0 70px;
    }

    .brand_con7 .title h3,
    .join_ban h2 {
        font-size: 26px;
    }

    .brand_con7 .title h3 {
        padding-top: 1em;
    }

    .brand_con7 .title a {
        font-size: 15px;
    }

    .brand_con6 li.check em {
        display: block;
        margin: 0.2em 0;
    }

    .brand_con4 li {
        text-align: left;
    }

    .gray .pic {
        width: 36em;
        height: 23em;
        margin-top: -11.5em;
        margin-left: -18em;
    }

    .serve_flow .flow_con li {
        width: 100%;
        height: inherit !important;
        margin: 0 0 1em !important;
    }

    /*product_gen*/
    .banner.pro_gen h3 {
        font-size: 25px;
    }

    .product_gen h3 {
        font-size: 18px;
    }

    .product_gen h3 {
        margin: 3em 0 2em;
    }

    .product_gen dd .pic {
        height: 170px;
        line-height: 170px;
    }

    .product_gen dd p {
        font-size: 15px;
    }

    /*footer*/
    .footer_t {
        padding: 70px 0 30px;
    }

    .footer_nav li {
        width: 100%;
        box-sizing: border-box;
    }

    .footer_nav .l6 {
        width: 100%;
        margin-left: 0;
        padding-left: 4.7%;
    }

    .footer_nav dt {
        position: relative;
        cursor: pointer;
    }

    .footer_nav dt:after {
        content: '';
        display: block;
        position: absolute;
        width: 1em;
        height: 1em;
        background: url("../images/close.png") center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        right: 0;
        top: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .footer_nav .content_hide {
        display: none;
    }

    .footer_nav dt span {
        width: 100%;
        height: 1px;
        background: #999999;
    }

    .footer_nav dt {
        font-size: 13px;
    }

    .footer_nav dt {
        margin-bottom: 0;
        padding: 1.5em 0;
    }

    .footer_nav dd {
        padding-left: 1em;
    }

    /*join*/
    .join .join_select select,
    .join .join_select input {
        font-size: 13px;
    }

    .join .join_select {
        margin: 45px 0 1em;
    }

    .join {
        padding: 50px 0 70px;
    }

    .join h3 {
        font-size: 24px;
    }

    .join .join_adv_top dd {
        font-size: 14px;
    }

    .join .join_adv dl {
        padding: 1.4em 2em;
    }

    .join .join_adv .content_in {
        padding: 1.5em 2em 3em;
    }

    .join .join_adv dl:after {
        right: 1em;
    }

    .join .join_select form input.btn {
        padding: 0 1em;
    }

    .join .join_select form input.search {
        width: 10em;
    }

    .brand_con5 li {
        padding-left: 5%;
    }

    /*pro*/
    .pro9_con1 {
        padding-top: 80px;
    }

    .pro9_con11 .title {
        padding-top: 12%;
        padding-left: 0;
    }

    .pro9_con11 img {
        float: right;
    }

    .pro9_con10 {
        height: 510px;
    }

    .pro9_con10 .title {
        padding-top: 8%;
    }

    .pro8_con1 .title {
        margin-left: 0;
    }

    .pro8_con1 .title {
        width: 39%;
    }

    .pro8_con1 {
        padding-top: 80px;
    }

    .pro8 .title h3 {
        font-size: 28px;
    }

    .pro8_con6 span {
        font-size: 18px;
    }

    .pro8_con6 span p {
        font-size: 17px;
    }

    .pro8_con8 .title {
        width: 35%;
        left: 4%;
    }

    .pro7 .pro7_con1 .title h4 {
        font-size: 40px;
    }

    .pro6_con2 {
        padding: 60px 0;
    }

    .pro7_con3 .title {
        padding-left: 3%;
    }

    .pro7 .title h4 {
        font-size: 21px;
    }

    .pro7_con3 .title {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .pro7_con3 {
        padding-top: 90px;
        text-align: center;
    }

    .pro7_con6 .title {
        padding-top: 5%;
    }

    .pro7_con7 .title {
        padding-top: 5%;
    }

    .pro7_con7 .title {
        width: 42%;
    }

    .pro6_con3 {
        padding: 120px 0;
        text-align: center;
    }

    .pro6_con3 .title {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
        max-width: 100%;
    }

    .pro6_con3 img {
        max-width: 90%;
    }

    .pro6_con4 .title {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .pro6_con4 img {
        max-width: 80%;
        float: none;
    }

    .pro6_con4 .title {
        padding-top: 0;
    }

    .pro6_con6 {
        padding-top: 100px;
    }

    .pro6_con6 {
        text-align: center;
    }

    .pro6_con8 {
        height: 460px;
    }

    .pro5 .title h3 {
        font-size: 32px;
    }

    .pro5_con8 img {
        margin-top: 30px;
    }

    .pro5_con7 .title {
        padding-top: 0;
    }

    .pro5_con7 .title span {
        margin-top: 2em;
    }

    .pro5_con6 span img {
        max-width: 100%;
    }

    .pro5_con4 img {
        max-width: 50%;
    }

    .pro5 .pro5_con1 .title h3 {
        font-size: 40px;
    }

    .pro5 .pro5_con1 .title p {
        font-size: 27px;
    }

    .pro4 .pro4_con1 .title h4 {
        font-size: 43px;
    }

    .pro4 .pro4_con1 .title p {
        font-size: 28px;
    }

    .pro4_con2 li .icon img {
        max-width: 3.5em;
        max-height: 3.5em;
    }

    .pro4_con3 img {
        margin-top: -3em;
    }

    .pro4_con5 img {
        max-width: 82%;
    }

    .pro4_con6 img {
        max-width: 80%;
    }

    .pro4_con6 span img {
        max-width: 100%;
    }

    .pro4_con8 {
        padding-top: 130px;
    }

    .pro4_con10 {
        height: 550px;
    }

    .pro4_con12 .title {
        width: 100%;
    }

    .pro4_con12 .title h3 {
        font-size: 35px;
    }

    .pro4_con12 .title p {
        font-size: 30px;
    }

    .pro4_con12 {
        padding: 80px 0;
    }

    .pro4_con12 .title {
        padding: 0 5%;
    }

    .pro4_con12 img {
        float: none;
        margin: 3em auto 0;
        display: block;
        max-width: 70%;
    }

    .pro4_con12 .title {
        margin-bottom: 50px;
    }

    .pro3 .pro3_con5 span {
        padding-top: 10px;
    }

    .pro3 .pro3_con8 img.fl {
        max-width: 30%;
    }

    .pro3 .pro3_con8 .title {
        width: 64%;
    }

    .pro3 .pro3_con8 .title li {
        padding: 2em 2em 0;
    }

    .pro2 .pro2_con14 dd span,
    .pro2 .pro2_con14 dd p {
        font-size: 19px;
    }

    .pro2 .pro2_con14 dd p {
        width: 60%;
    }

    .pro2 .pro2_con14 dl {
        width: 75%;
    }

    .pro2 .pro2_con14 .title h4 {
        font-size: 28px;
    }

    .pro2 .pro2_con14 h5 {
        font-size: 24px;
    }

    .pro2 .pro2_con14 {
        padding: 60px 0;
    }

    .pro2 .title h4 {
        font-size: 35px;
    }

    .pro2 .pro1_con1 p {
        font-size: 32px;
    }

    .pro5_con1 img {
        max-width: 87%;
    }

    .pro5_con3 li {
        padding: 0 1em;
        margin: 2em 0 2.5em;
    }

    .pro5_con4 {
        padding: 80px 0 60px;
    }

    .pro5_con5 {
        padding-top: 80px;
    }

    .pro5_con6 img {
        max-width: 80%;
    }

    .pro5_con6 {
        padding: 60px 0 120px;
    }

    .pro4_con12 .title h3 {
        font-size: 31px;
    }

    .pro5_con12.pro4_con12 {
        padding: 80px 0;
    }

    .pro2 .pro1_con1 {
        padding: 70px 0 40px;
    }

    .pro2 .pro1_con2 li p {
        height: 44px;
    }

    .pro2 .pro1_con2 li {
        padding: 30px 0;
    }

    .pro2 .pro1_con2 li.li_t {
        padding-bottom: 30px;
    }

    .pro2 .pro2_con3 {
        padding-top: 70px;
    }

    .pro2 .title h3 {
        font-size: 18px;
    }

    .pro2 .pro2_con6 {
        padding: 110px 0;
    }

    .pro2 .pro2_con7 {
        padding-top: 100px;
    }

    .pro2 .pro2_con6 img {
        max-width: 60%;
    }

    .pro2 .pro2_con7 img {
        max-width: 80%;
    }

    .pro2 .pro2_con8 {
        padding-top: 100px;
    }

    .pro2 .pro2_con9 img {
        max-width: 85%;
    }

    .pro2 .pro2_con10 img {
        max-width: 60%;
    }

    .pro2 .pro2_con11 img {
        max-width: 88%;
    }

    .pro2 .pro2_con12 img {
        max-width: 80%;
    }

    .pro2 .pro2_con14 {
        margin-top: 110px;
    }

    .pro2 .pro2_con4 img {
        max-width: 60%;
    }

    .pro2 .pro2_con3 .title {
        margin-bottom: 0;
    }

    /*pro10*/
    .pro10_con1 .content_t .title h3 {
        font-size: 32px;
    }

    .pro10_con1 .content_t img.ban_img {
        width: 5em;
    }

    .pro10_con1 .content_t .title h4 {
        font-size: 23px;
    }

    .pro10_con1 img.ban {
        max-width: 70%;
    }

    .pro10 .title h3 {
        font-size: 28px;
    }

    .pro10 .title p {
        font-size: 17px;
    }

    .pro10_con10 .title span img {
        margin: 1em 2em 0;
    }

    .pro10_con11 .wrap {
        padding-bottom: 40px;
    }

    .pro10_con11 .title {
        box-sizing: border-box;
    }

    .pro10_con12 span img {
        height: 2.7em;
    }

    .pro10_con10 .title span img {
        height: 3em;
    }

    .pro10_con9 span img {
        width: 3.5em;
    }

    .pro10_con9 .title {
        padding: 7% 1% 0;
    }

    .pro10_con9 .title {
        width: 100%;
        text-align: center;
    }

    .pro10_con9 img.bg {
        width: 75%;
        float: none;
    }

    .pro10_con10 img {
        width: 50%;
        margin-left: 0;
        float: none;
        margin-top: 2em;
    }

    .pro10_con10 .title {
        width: 100%;
    }

    .pro10 .title h3 {
        font-size: 25px;
    }

    .pro10_con11 .title {
        margin-top: -2.5em;
    }

    /*pro11*/
    .pro11_con1 .title h4 {
        font-size: 30px;
    }

    .pro11_con1 {
        padding: 8em 0 3em;
    }

    .pro11_con2 li {
        font-size: 14px;
    }

    .pro11_con2 {
        padding: 9em 0;
    }

    .pro11 .title h3 {
        font-size: 35px;
    }

    .pro11 .title p {
        font-size: 20px;
    }

    .pro11_con4 .cross1 {
        height: 6em;
    }

    .pro11_con5 .cross {
        height: 3em;
    }

    .pro11_con5 .title span p.pp {
        padding-top: 0;
    }

    .pro11 .title span img {
        width: 4em;
    }

    .pro11_con7 .title span {
        font-size: 17px;
    }

    .pro11_con8 {
        padding: 10em 0 0;
    }

    .pro11_con9 .info p {
        font-size: 19px;
    }

    .pro11_con10 .title span {
        font-size: 18px;
    }

    .pro12 .title h4 {
        padding-top: 0.5em;
    }

    /*pro_xs1*/
    .pro_xs1 .title h3 {
        font-size: 23px;
        letter-spacing: 2px;
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .pro_xs1 .title h3 br {
        display: none;
    }

    .pro_xs1 .title p {
        font-size: 17px;
        letter-spacing: 0;
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .xs1_con1 {
        padding: 6em 0
    }

    .xs1_con1 .title {
        float: none;
        width: 60%;
        margin: 0 auto 3em;
        padding-top: 0
    }

    .xs1_con1 img.fl {
        float: none;
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .xs1_con3,
    .xs1_con4,
    .xs1_con5,
    .xs1_con7,
    .xs1_con8 {
        padding-top: 6em;
    }

    .xs1_con3 .title,
    .xs1_con4 .title,
    .xs1_con5 .title,
    .xs1_con9 .title {
        margin-bottom: 4em;
    }

    .xs1_con5 .img {
        padding-top: 2.5em;
    }

    .xs1_con7 .title,
    .xs1_con8 .title {
        float: none;
        padding-right: 0;
        padding-top: 0;
        width: 100%
    }

    .xs1_con7 img.fl {
        float: none;
        display: block;
        margin: 0 auto;
        width: 70%
    }

    .xs1_con8 img {
        margin-top: 0
    }

    /*pro_xs2*/
    .pro_xs2 .title p {
        margin: 0 auto
    }

    .xs2_con1 {
        padding: 8em 0 3em;
        text-align: center;
    }

    .xs2_con1 .wrap {
        width: 98%
    }

    .xs2_con1 .title {
        float: none;
        width: 100%;
        padding: 0 0 1em;
    }

    .xs2_con1 .title img {
        max-width: 320px;
        width: 60%
    }

    .xs2_con1 img.fl {
        float: none;
        width: 100%
    }

    .xs2_con3 {
        padding: 5em 0 0;
    }

    .xs2_con3 .title p {
        margin-bottom: 1em;
    }

    .xs2_con3 img {
        width: 50%
    }

    .xs2_con4 {
        padding: 5em 0 5em;
    }

    .xs2_con5_t {
        padding: 5em 0 10em;
    }

    .xs2_con5_t .title h3 {
        color: #FFF
    }

    .xs2_con5_t .title p {
        margin-bottom: 2em;
        color: #FFF
    }

    .xs2_con5_b {
        padding: 3px 0
    }

    .xs2_con6 .title {
        margin-bottom: 1em;
    }

    .xs2_con6 img {
        width: 50%
    }

    .xs2_con7 {
        padding: 5em 0 0
    }

    .xs2_con7 .title {
        width: 100%;
        margin-left: 0
    }

    .xs2_con7 img {
        margin-top: 0;
    }

    .xs2_con8 {
        padding: 5em 0 0
    }

    .xs2_con8 .title {
        width: 100%;
        float: none;
        margin: 0 0 2em
    }

    .xs2_con8 img {
        width: 75%;
        float: none;
        margin-left: 24%
    }

    .xs2_con9 .title {
        width: 100%;
        margin: 0 0 2em
    }

    .xs2_con9 img {
        float: none;
        margin-top: 0;
        width: 100%;
        max-width: 100%
    }

    /*pro_A01*/
    .pro_A01 .title {}

    .pro_A01 .title h3 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .pro_A01 .title p {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .pro_A01 .title h3.left,
    .pro_A01 .title p.left {
        text-align: center;
    }

    .A01_conl {
        padding: 6em 0 4em;
    }

    .A01_conl .title {
        max-width: 80%;
        padding-left: 10%;
        float: none;
    }

    .A01_conl .title img {
        width: 8em;
    }

    .A01_conl .title h2 {
        font-size: 36px;
    }

    .A01_conl .wrap>img {
        max-width: 80%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .A01_con2 {
        background-position: left center !important;
    }

    .A01_con2 .fl {
        padding-top: 0;
        max-width: 100%
    }

    .A01_con2 img,
    .A01_con3 img,
    .A01_con4 img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }

    .A01_con3 .title {
        margin-bottom: 30px;
    }

    .A01_con4 img {
        max-width: 96%
    }

    .A01_con5 {
        padding-bottom: 20em;
        background-color: #000 !important;
        background-position: bottom center !important;
        background-size: 200% !important;
    }

    .A01_con6 {
        padding-bottom: 20em;
    }

    .A01_con6 .bg {
        height: 60%;
    }

    .A01_con7 img {
        margin-left: 30%;
        max-width: 60%;
        display: block;
    }

    /*pro_A02*/
    .A02_conl .title {
        float: none;
        max-width: 70%;
        margin: 0 auto 3em;
        padding: 0
    }

    .A02_conl .title .img2 {
        max-width: 60%
    }

    .A02_conl .wrap>img {
        float: none;
        max-width: 75%;
        margin: 0 auto;
        display: block;
        padding-left: 0
    }

    .A02_con3 img {
        max-width: 70%
    }

    .A02_con4 {
        overflow: hidden;
    }

    .A02_con4 img {
        float: none;
        display: block;
        max-width: inherit;
        width: 150%
    }

    .A02_con5 {
        padding-bottom: 29em;
    }

    .A02_con5 .bg {
        background-position: 25% center !important;
        height: 59%
    }

    .A02_con6 img.fl {
        max-width: 65%;
        margin-left: 0
    }

    .A02_con6 img.fr {
        max-width: 25%;
        margin: 20% 10% 0 0
    }

    .A02_con7 {
        background-position: 70% top !important;
        background-size: auto 104.5% !important;
    }

    .A02_con7 img {
        max-width: 75%;
        margin: 0
    }

    /*pro_cc1*/
    .cc1_con1 {
        padding-top: 7em;
    }

    .cc1_con1 .title {
        width: 100%;
        position: relative;
        left: auto;
        top: auto
    }

    .cc1_con1 .title h2 {
        font-size: 30px;
        text-align: center;
    }

    .cc1_con1 img {
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .cc1_con6 {
        padding: 0 0 4.5em;
    }

    .cc1_con6 img {
        float: none;
        max-width: 60%;
        margin: 0 auto;
        display: block;
    }

    .cc1_con6 .title,
    .cc1_con7 .title {
        float: none;
        max-width: 100%;
        margin: 0 auto 30px
    }

    .cc1_con7 img {
        max-width: 60%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .cc1_con8 img {
        max-width: 120%;
        width: 120%;
        float: none;
        display: block;
        margin-left: 2%
    }

    /*pro_q1*/
    .pro_q1 .title {
        padding-top: 4em;
        margin-bottom: 30px;
    }

    .pro_q1 .title h3 {
        font-size: 24px;
    }

    .pro_q1 .title p {
        font-size: 16px;
    }

    .q1_conl {
        padding: 2em 0 5em;
    }

    .q1_conl .title {
        width: 100%;
        float: none;
        text-align: center;
    }

    .q1_conl .title .img1 {
        margin-bottom: 10%;
        max-width: 70%;
        width: auto;
        margin-right: 0
    }

    .q1_conl .title .img2 {
        max-width: 80%;
        width: auto;
    }

    .q1_conl img.fl {
        float: none;
        max-width: 70%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .q1_con2 .title {
        margin-left: 0;
        width: 100%
    }

    .q1_con2 .img1 {
        float: none;
        max-width: 70%;
        width: auto;
        margin: 0 auto;
        display: block
    }

    .q1_con2 .img2 {
        float: none;
        max-width: 96%;
        width: auto;
        margin: 0 auto 2em;
        display: block
    }

    .q1_con3 {
        padding-bottom: 5em;
        overflow: hidden;
    }

    .q1_con3 img {
        max-width: 80%;
        width: auto;
    }

    .q1_con4 {
        padding-bottom: 3.5em;
    }

    .q1_con4 .title {
        margin-left: 0;
        width: 100%;
        padding-top: 4em;
    }

    .q1_con4 .title p {
        text-align: center;
    }

    .q1_con4 .img1,
    .q1_con4 .img2 {
        margin-top: 0
    }

    .q1_con5 img {
        max-width: 60%;
    }

    .q1_con6 img {
        max-width: 90%;
    }

    .q2_con7 .title {
        width: 100%;
        text-align: center;
        position: initial;
    }

    .q2_con2 {
        height: 200px !important;
    }

    .q2_con2_2 {
        height: initial !important;
    }

    .q3_con3 {
        padding-bottom: 0;
    }

    .q3_con4 .title {
        padding-top: 0;
    }

    .q3_con4 {
        padding-bottom: 0;
    }

    .q3_con4 .img1 {
        width: 60%;
    }

    .q3_con44 img {
        max-width: 80%;
    }

    .q3_con6 .wrap {
        height: 25em;
    }

    .q3_con7 .title {
        margin-left: 0;
    }

    .q3_con7 .wrap>img {
        margin-right: auto;
        float: none;
        width: 85%;
        margin-top: 25px;
    }

    .q3_con7 .title>img {
        width: 50%;
    }

    .q3_conl .title .img2 {
        max-width: 60%;
    }

    .q3_conl img.fl {
        max-width: 45%;
    }

    .q4-1-img {
        width: 75%;
    }

    .q4-1-img .fr {
        margin-top: 115px;
    }

    .cc2-centerbox {
        width: 90%;
    }

    .cc2-centerbox h3 {
        font-size: 18px;
    }

    .cc2-centerbox p {
        font-size: 14px;
    }

    .cc2-5 .cc2-centerbox {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
    }

    .cc2-5 .cc2-centerbox h3 {
        text-align: center
    }

    .cc2-5 .cc2-5-img {
        width: 100%;
    }

    .cc2-5 .cc2-wrap {
        padding-top: 2em;
    }

    .cc2-3 {
        height: 18em;
    }

    .cc2-wrap li {
        font-size: 12px;
    }

    .cc2-wrap li.li_t {
        padding-bottom: 0.8em;
    }

    .cc2-wrap li p {
        padding-top: 0.8em;
    }

    .cc2-wrap li.li_t .icon {
        margin-top: -4.5em;
    }

    .cc2-wrap li.li_t:first-of-type {
        border-right: none;
    }

    .cc2-wrap li.li_t:nth-of-type(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.17);
    }

    .cc2-wrap li {
        padding-top: 1.5em;
    }

    .cc2-wrap li .icon img {
        width: 85%;
    }

    .cc2-wrap li:nth-of-type(4) {
        border-right: none;
    }

    .cc2-wrap li:nth-of-type(5) {
        border-left: 1px solid rgba(255, 255, 255, 0.17);
    }

    .cc3-1-img1 {
        width: 65%;
    }

    .cc3 .cc2-wrap li .icon img {
        width: 85%;
    }

    .cc3-3-left {
        width: 65%;
        float: none;
        margin: auto
    }

    .cc3-3 .cc3-centerbox {
        width: 100%;
        margin-top: 4%;
    }

    .cc3-centerbox h3 {
        font-size: 21px;
        margin-bottom: 7px;
        text-align: center
    }

    .cc3-centerbox p {
        font-size: 14px;
        line-height: 21px;
    }

    .cc3-3 .cc3-centerbox {
        margin-bottom: 20px;
    }

    .cc3-4 .cc3-centerbox p,
    .cc3-5 .cc3-centerbox p,
    .cc3-8 .cc3-centerbox p,
    .cc3-9 .cc3-centerbox p {
        width: 100%;
    }

    .cc3-6-img img {
        width: 50%;
    }

    .q5-1-left {
        width: 55%;
    }

    .q5-1-right {
        width: 40%;
    }

    .q5-2-left {
        width: 100%;
        margin-top: 0;
        float: none
    }

    .q5 .cc2-wrap div h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

    .q5 .cc2-wrap {
        padding-top: 2em;
    }

    .q5 .cc2-wrap div p {
        font-size: 15px;
        line-height: 21px;
    }

    .q5-2-right {
        float: none;
        margin: auto
    }

    .q5-3-left p,
    .q5-4-left p {
        width: 100%;
    }

    .q5-5-right {
        float: none;
        width: 75%;
        margin: auto;
    }

    .q5-5-left {
        width: 100%;
        margin-left: 0;
    }

    .q5-5-left {
        margin-bottom: 7%;
    }

    .q5-6-left {
        margin-top: 0;
        width: 100%;
    }

    .q5-6-right {
        width: 100%;
        margin-left: 0;
    }

    .q5-7-right {
        width: 75%;
        float: none;
        margin: auto;
    }

    .q5-7-left {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .q6-1-right {
        width: 43%;
    }

    .q6-1-left {
        width: 43%;
        margin-left: 6%;
    }

    .q6 .cc2-wrap div h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

    .q6 .cc2-wrap div p {
        font-size: 15px;
        line-height: 21px;
    }

    .q6 .cc2-wrap div p {
        width: 100%;
    }

    .q6 .cc2-wrap {
        padding-top: 2em;
    }

    .q6-4-left {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        ;
        margin-top: 0;
        float: none
    }

    .q6-4-left h3 {
        text-align: center !important;
    }

    .q6-4-right {
        width: 50%;
        float: none;
        margin: auto;
        margin-top: 10%
    }




}

@media screen and (max-width: 600px) {

    /*new*/
    .news_item .img,
    .news_item .txt {
        width: 100%;
    }

    .news_item .img {
        height: 275px;
        max-height: inherit;
    }

    .brand_con6 li input {
        width: 100% !important;
    }

    .brand_con6 li {
        margin-bottom: 1em;
    }

    .brand_con li {
        width: 100%;
        margin: 1em 0;
    }

    .brand_con li h4 {
        font-size: 18px;
    }

    .brand_con ul {
        padding-top: 0;
    }

    .brand_con1 li {
        width: 24em;
    }

    .brand_con1 li {
        padding: 4.5em 2.5em 3.5em 2.5em
    }

    .brand_con1 li p {
        height: inherit !important;
    }

    .brand_con3 {
        padding: 60px 0;
    }

    .pro10_con8 img {
        margin: 2em 0.2% 120px
    }

    .pro10_con9 .title {
        margin-top: 0;
    }

    /*index*/
    .index_pro_l {
        width: 100%;
    }

    .index_pro_r {
        width: 100%;
        margin-top: 30px;
    }

    .index_pro_r a img {
        width: 100%;
    }

    .index_sale_map {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-left: -25%;
    }

    /*serve*/
    .pro_nav_r li a {
        font-size: 13px;
    }

    .pro_pv_v_list {
        margin-top: 30px;
    }

    .pro_pv {
        padding: 40px 0;
    }

    .serve_prob p {
        padding: 1.5em 2em;
    }

    /*brand*/
    .brand_con5 li {
        width: 100%;
    }

    .brand_con5 h4 {
        font-size: 16px;
    }

    .brand_con5 li .con {
        height: 60px;
        line-height: 60px;
    }

    .brand_con5 h4 {
        line-height: 2.5em;
        margin-bottom: 0;
    }

    /*join*/
    .join .join_select select {
        width: 28%;
    }

    .join .join_select form {
        margin-top: 1.5em;
    }

    .join .join_select form input.search {
        width: 17em;
    }

    .join .join_adv .content {
        font-size: 13px;
    }

    .join .join_adv dl {
        padding: 1em;
    }

    .join .join_adv .content_in {
        padding: 1.5em 1em 2.5em;
    }

    .serve_flow p {
        line-height: 2em;
    }

    .serve_in {
        font-size: 14px;
    }

    /*pro12*/
    .pro12_con1 .title h2 {
        font-size: 40px;
    }

    .pro12_con1 ul li {
        width: 40px;
        height: 40px;
    }

    .pro12_con1 .title {
        text-align: center;
    }

    .pro12_con2 li .icon1 img {
        height: 4em;
    }

    .pro12_con2 li.li_t .icon1 {
        margin-top: -4em;
    }

    .pro12_con2 li .icon1 {
        padding-top: 3em;
    }

    .pro12_con2 {
        padding: 10em 0;
    }

    .pro12 .title h3 {
        font-size: 32px;
    }

    .pro12_con4 .title,
    .pro12_con8 .title,
    .pro12_con9 .title {
        width: 100%;
        text-align: center;
    }

    .pro12_con5 .title,
    .pro12_con6 .title {
        text-align: center;
    }

    .pro12_con8 .title {
        padding-left: 0;
    }

    .pro12_con10 {
        padding: 14em 0 8em;
    }

    .pro12_con4 .title {
        margin-bottom: -2em;
    }

    .pro12_con3.pro13_con3 img {
        width: 96%;
    }

    .pro12_con3.pro13_con3 .title {
        position: static;
        text-align: center;
        width: 100%;
    }


    /* q7 */
    .q7-1 h3,
    .q7-2 h3,
    .q7-3 h3,
    .q7-4 h3,
    .q7-5 h3,
    .q7-6 h3,
    .q7-7 h3 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .q7-1 p,
    .q7-2 p,
    .q7-3 p,
    .q7-4 p,
    .q7-5 p,
    .q7-6 p,
    .q7-7 p {
        font-size: 14px;
    }

    .q7-1 .q7-1-left {
        width: 46%;
        margin: auto;
        float: none;
    }

    .q7-1 .q7-1-right {
        width: 70%;
        float: none;
        margin: auto;
        margin-top: 30px;
    }

    .q7 .cc2-wrap {
        padding-top: 3em;
    }

    .q7-2 .q7-2-right {
        padding: 35px 0 35px;
    }

    .q7-3 .q7-3-left {
        width: 100%;
        margin: auto;
        text-align: center;
        float: none;
        margin: auto;
    }

    .q7-3 .cc2-wrap {
        padding-top: 3em;
    }

    .q7-3 .q7-3-right {
        width: 65%;
        float: none;
        margin: auto;
        margin-top: 35px;
    }

    .q7-4 {
        position: relative;
    }

    .q7-4 .q7-4-box {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 0;
        margin-bottom: 23em;
    }

    .q7-4 .q7-4-box .q7-4-right {
        width: 30%;
        margin: auto;
        margin-top: 6%;
    }

    .q7-4 .q7-4-left {
        position: absolute;
        bottom: 0;
        width: 55%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .q7-5 .q7-5-left {
        width: 140px;
    }

    .q7-6 .q7-6-left {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        text-align: center;
        float: none;
    }

    .q7-6 .q7-6-right {
        width: 60%;
        float: none;
        margin: auto;
        margin-top: 25px;
    }

    .q7-7 {
        padding: 10em 0;
    }

    .q7-7 .q7-7-left {
        width: 100%;
        margin: auto;
        margin-top: -135px;
    }

    .q7-2 .q7-2-left {
        width: 100%;
    }

    .q7-1 p,
    .q7-2 p,
    .q7-3 p,
    .q7-4 p,
    .q7-5 p,
    .q7-6 p,
    .q7-7 p {
        line-height: 18px;
    }

    .q7-3 .q7-3-left h3 {
        margin-bottom: 5px;
    }

    .q7-5 .q7-5-right {
        width: 100%;
        margin-top: 10em;
    }

    .q7-5 .cc2-wrap {
        position: relative;
    }

    .q7-5 .q7-5-left {
        width: 100%;
        position: absolute;
        top: 35px;
        max-width: 94%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .q7-2 .q7-2-left h3 {
        margin-bottom: 5px;
    }

    .q7-5 .q7-5-left p {
        text-align: center;
    }

    .q7-5 .q7-5-left h3 {
        text-align: center;
    }



    /* xs3 */
    .xs3-1 h3,
    .xs3-2 h3,
    .xs3-3 h3,
    .xs3-4 h3,
    .xs3-5 h3,
    .xs3-6 h3,
    .xs3-7 h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .xs3-1 p,
    .xs3-2 p,
    .xs3-3 p,
    .xs3-4 p,
    .xs3-5 p,
    .xs3-6 p,
    .xs3-7 p {
        font-size: 15px;
        line-height: 18px;
    }

    .xs3-2 .cc2-wrap {
        padding-top: 2em;
    }

    .xs3-3 .xs3-3-right {
        width: 55%;
        margin: auto;
    }

    .xs3-3 .xs3-3-box {
        width: auto;
        margin-top: 2em;
        margin-left: 0;
    }

    .xs3-3 .xs3-3-box .xs3-3-right {
        width: 35%;
    }

    .xs3-4 .xs3-4-box {
        margin-top: 0;
    }

    .xs3-4 .cc2-wrap {
        padding-top: 2em;
    }

    .xs3-4 .xs3-4-left {
        width: 65%;
        float: none;
        margin: auto;
    }

    .xs3-5 .xs3-5-left {
        width: auto;
        margin-top: -30em;
        margin-left: 0;
    }

    .xs3-5 .xs3-5-right {
        width: 90%;
        margin-top: 9em;
    }

    .xs3-6 .xs3-6-left {
        width: 90%;
        margin-top: 0;
        margin-left: 0;
    }

    .xs3-6 .xs3-6-right {
        width: 50%;
    }

    .xs3 .xs3-1-left {
        width: 50%;
        margin-left: 0;
        margin-right: 3%;
        margin-top: 12%;
    }

    .xs3-3 .cc2-wrap {
        padding-top: 3em;
    }

    .xs3-6 .cc2-wrap {
        padding-top: 2em;
    }

    /* cc5 */
    .cc5-1 h3,
    .cc5-2 h3,
    .cc5-3 h3,
    .cc5-4 h3,
    .cc5-5 h3,
    .cc5-6 h3,
    .cc5-7 h3 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 25px;
    }

    .cc5-1 p,
    .cc5-2 p,
    .cc5-3 p,
    .cc5-4 p,
    .cc5-5 p,
    .cc5-6 p,
    .cc5-7 p {
        font-size: 14px;
        line-height: 18px;
    }

    .cc5-1 .cc2-wrap {
        top: 0;
        width: 25%;
        left: 12%;
    }

    .cc5-2-right {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        text-align: center;
    }

    .cc5-2-left {
        width: 90%;
        margin: auto;
        float: none;
        margin-top: 15em;
    }

    .cc5-2-img {
        width: 45%;
    }

    .cc5-3-box {
        top: 24%;
        width: 89%;
    }

    .cc5-3 {
        padding-bottom: 6em;
    }

    .cc5-4 .cc2-wrap {
        padding-top: 1em;
    }

    .cc5-5 .cc2-wrap {
        padding-top: 2em;
    }

    .cc5-5 .cc5-5-right {
        margin-top: 2em;
    }

    .cc5-6-box {
        width: 100%;
    }

    .cc5-6-center {
        width: 165px;
    }

    .cc5-6-box {
        top: 19%;
    }

    .cc5-7-box {
        margin-left: 0;
        position: absolute;
        top: 2em;
        left: 0;
        right: 0;
        margin: auto;
        float: none;
        text-align: center;
    }

    .cc5-7-left {
        width: 80%;
        float: left;
        padding-top: 12em;
    }

    .cc5-4 .cc2-wrap .cc5-4-box {
        width: 100%;
    }

    .cc5-5-left {
        width: 100%;
        text-align: left;
    }

    .cc5-6 {
        padding-top: 4em;
    }

    .cc5-6-box {
        top: 1%;
    }


    /* db */
    .db h3 {
        font-size: 18px;
        margin-bottom: 5px;
        padding-bottom: 10px;
        position: relative;
        line-height: 20px;
    }

    .db p {
        font-size: 14px;
        line-height: 18px;
    }

    .db .db1 .db1-img-center img {
        width: 31%;
    }

    .db .db1 .db1-img-center {
        top: 45%;
    }

    .db .db2 .db2-text {
        top: 2em;
        width: 94%;
        margin: auto;
        left: 0;
        right: 0;
    }

    .db .db2 {
        padding-top: 12em;
    }

    .db .db3 .db3-box .db3-left {
        width: 80%;
        margin: auto;
        float: none;
    }

    .db .db3 .db3-box .db3-right-text {
        width: 94%;
        margin: auto;
        float: none;
        margin-top: 2em;
    }

    .db .db4 .db4-text {
        top: 1em;
        left: 3%;
    }

    .db .db5 .db5-img {
        margin-left: 4%;
    }

    .db .db5 .db5-text {
        width: 220px;
        margin-left: 3%;
    }

    .db .db5 {
        padding: 4em 0 0;
    }

    .db .db6 .db6-text {
        margin-left: 3%;
    }

    .db .db6 .db6-img {
        margin-top: 11em;
    }

    .db .db7 .db7-text-img {
        width: 30%;
        margin-left: 54%;
    }

    .db .db7 .db7-text {
        position: absolute;
        width: 94%;
        top: 1em;
        margin: auto;
        left: 0;
        right: 0;
    }

    .db .db7 .db7-img {
        margin-top: 16%;
    }

    .db .db3 {
        padding: 3em 0;
    }

    /* db-pro */
    .db-pro .db5 .db5-text {
        width: 94%;
        margin-left: 3%;
        margin-top: -80%;
    }

    .db-pro .db5 .db5-img {
        width: 90%;
        margin-top: 30%;
    }

    .db-pro .db11 {
        padding: 2em 0 0;
    }


    /* db2 */
    .db2-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #030303;
    }

    .db2-text p {
        font-size: 14px;
        line-height: 1.5;
        color: #030303;
    }

    .db2 .db2-1 .db2-1-img2 {
        margin-top: -106%;
        margin-left: 6%;
        width: 30%;
    }

    .db2 .db2-1 .db2-1-img {
        width: 100%;
        margin-left: 0;
        margin: auto;
        margin-top: 25%;
    }

    .db2 .db2-1 {
        margin-bottom: 3em;
    }

    .db2 .db2-2 {
        margin-bottom: 4em;
    }

    .db2 .db2-2 .db2-2-img {
        width: 65%;
    }

    .db2 .db2-3 .db2-3-img {
        width: 70%;
        float: none;
        margin: auto;
        margin-top: 7em;
    }

    .db2 .db2-3 .db2-3-text {
        width: 90%;
        margin: auto;
        margin-left: 5%;
        margin-top: -23em;
    }

    .db2 .db2-3 {
        margin-bottom: 3em;
    }

    .db2 .db2-4 .db2-4-text {
        width: 90%;
        padding-left: 5%;
    }

    .db2 .db2-5 .db2-5-text {
        width: 90%;
        margin-bottom: 0;
    }

    .db2 .db2-6 .db2-6-img {
        width: 95%;
    }

    .db2 .db2-6 .db2-6-text {
        width: 90%;
        padding-left: 5%;
        margin: auto;
        margin-top: -86%;
    }

    .db2 .db2-7 .db2-7-img {
        margin-top: 0;
    }

    .db2 .db2-7 .db2-7-text {
        margin-left: 0;
        width: 90%;
        padding-left: 5%;
    }

    /* xs5 */
    .xs5 h3 {
        font-size: 17px;
        line-height: 16px;
    }

    .xs5 p {
        font-size: 14px;
        line-height: 1.3;
    }

    .xs5 .cc2-wrap {
        padding-top: 2em;
    }

    .xs5 .xs5-1 {
        height: 230px;
    }

    .xs5 .xs5-1 .xs5-1-img1 {
        width: 32%;
        margin-left: 3%;
        margin-top: 4%;
    }

    .xs5 .xs5-3 .xs5-3-text .xs5-3-text-img {
        margin-top: 0.5em;
    }

    .xs5 .xs5-3 .xs5-3-text {
        width: 100%;
    }

    .xs5 .xs5-3 .xs5-3-img {
        width: 100%;
        margin-top: 1em;
    }

    .xs5 .xs5-4 .xs5-4-text {
        width: 90%;
        position: absolute;
        margin-left: 0;
        top: 0;
        margin-top: 9%;
    }

    .xs5 .xs5-4 {
        position: relative;
    }

    .xs5 .xs5-4 .xs5-4-img {
        width: 75%;
        margin: auto;
        margin-top: 32%;
        float: none;
    }

    .xs5 .xs5-5 {
        height: 225px;
    }

    .xs5 .xs5-5 .xs5-5-text {
        margin-left: 7%;
        margin-top: 10%;
        width: 200px;
    }

    .xs5 .xs5-6 .xs5-6-text {
        width: 100%;
        margin-right: 0;
    }

    .xs5 .xs5-6 .xs5-6-text .xs5-6-text-img {
        width: 55%;
    }

    .xs5 .xs5-6 .xs5-6-img {
        width: 50%;
        float: right;
        margin-top: 1em;
    }

    .xs5 .xs5-6 .xs5-6-text .xs5-6-text-img {
        width: 50%;
    }

    .xs5 .xs5-7 .xs5-7-text {
        margin-left: 0;
    }

    .xs5 .xs5-7 {
        position: relative;
    }

    .xs5 .xs5-7 .xs5-7-text {
        margin-left: 0;
        position: absolute;
        top: 0;
        margin-top: 5%;
    }

    .xs5 .xs5-7 .xs5-7-img {
        margin-top: 25%;
        width: 50%;
    }

    .xs5 .xs5-2 .xs5-2-text h3 {
        text-align: left;
    }

    .xs5 h3 {
        margin-bottom: 5px;
    }

    /* ao3 */
    .ao3 .ao3-1 {
        padding: 5em 0 7em;
    }

    .ao3 .ao3-2 {
        background: no-repeat !important;
    }

    .ao3 .ao3-2 .ao3-2-right {
        width: 100%;
        margin-right: 0;
    }

    .ao3-2-text h3,
    .ao3-3-text h3,
    .ao3-4-text h3,
    .ao3-5-text h3,
    .ao3-6-text h3,
    .ao3-7-text h3 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 24px;
    }

    .ao3-2-text p,
    .ao3-3-text p,
    .ao3-4-text p,
    .ao3-5-text p,
    .ao3-6-text p,
    .ao3-7-text p {
        font-size: 14px;
    }

    .ao3 .ao3-2 .ao3-2-right .ao3-2-text {
        padding: 0 25px;
        box-sizing: border-box;
    }

    .ao3 .ao3-3 .cc2-wrap {
        padding: 2em 0 17em;
    }

    .ao3 .ao3-4 {
        height: 260px;
        background-position: center !important;
    }

    .ao3 .ao3-5 {
        height: 210px;
    }

    .ao3 .ao3-5 .ao3-5-text {
        width: 94%;
        left: 0;
        right: 0;
        top: 12%;
        margin: auto;
    }

    .ao3 .ao3-5 .ao3-5-text h3 {
        text-align: center;
    }

    .ao3 .ao3-2 .ao3-2-right .ao3-2-text h3 {
        text-align: center;
    }

    .ao3 .ao3-4 {
        margin-top: 5em;
        position: relative;
    }

    .ao3 .ao3-4 .cc2-wrap {
        position: absolute;
        top: -5em;
        left: 0;
        right: 0;
    }

    .ao3 .ao3-1 .ao3-1-img {
        width: 25%;
    }

    .ao3 .ao3-3 .cc2-wrap {
        padding: 1em 0 19em;
    }

    .ao3 .ao3-5 .ao3-5-text p {
        text-align: center;
    }




    /* note20 */
    .not20-1 {
        padding-top: 4em;
    }

    .not20-2-text h3 {
        font-size: 18px;
    }

    .not20-2-text p {
        font-size: 14px;
    }

    .not20-1-left {
        margin-left: 10%;
    }

    .not20-1-right {
        width: 55%;
    }

    .not20-2-text {
        margin: 20px auto;
    }

    .not20-2-text h3 {
        margin-bottom: 2px;
    }

    .not20-7-img {
        margin-top: -40px;
    }

    .not20-5 {
        height: 370px;
    }

    .not20-2-text {
        width: 92%;
    }

    .not20-7-img {
        margin-top: -10px;
    }

    .not20-5 {
        height: 320px;
    }


    /* f1-10 */
    .f1-text h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .f1-text p {
        font-size: 14px;
    }

    .f1-10-5 .f1-10-box {
        height: 440px;
        background-size: 100%;
    }

    .f1-10-4-box {
        width: calc(100% - 480px);
        margin-right: 50px;
    }

    .f1-10-5 .f1-10-box .f1-text {
        width: 40%;
    }

    .f1-10-1 .f1-10-1-logo {
        width: 25%;
        left: 10%;
    }

    .f1-text {
        padding-top: 25px;
        padding: 15px;
    }

    .f1-10-4-left {
        width: 100%;
    }

    .f1-10-4-box {
        width: 100%;
        margin-right: 0;
    }

    .f1-10-5 .f1-10-box .f1-text {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .f1-10-5 .f1-10-box {
        height: auto;
        background-position: top right;
        padding-top: 13em;
    }

    .f1-10-5 {
        margin-top: 25px;
    }

    .f1-text {
        width: 90%;
    }

    .f1-10-4-box .f1-text {
        box-sizing: border-box;
    }

    .f1-10-1 .f1-10-1-logo {
        width: 35%;
        left: 7%;
    }


    /* a20 */

    .a20-text h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .a20-text p {
        font-size: 14px;
        padding: 0 15px;
    }

    .a20-1 {
        padding-top: 40px;
    }

    .a20-1-logo {
        left: 7%;
        width: 23%;
        top: 50px;
    }

    .a20-text {
        padding-top: 25px;
    }

    .a20-4-img1 {
        max-width: 50%;
    }

    .a20-6-img img {
        width: 90%;
    }


    /* note10 */
    .note10-text h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .note10-text p {
        font-size: 14px;
    }

    .note10-2-left {
        width: 100%;
    }

    .note10-2-right {
        width: 100%;
        margin-left: 0;
    }

    .note10-3-left {
        width: 100%;
        margin-left: 0;
    }

    .note10-text {
        width: 95%;
        margin: auto;
    }

    .note10-2-right .note10-text h3 {
        text-align: center;
    }

    .note10-3-left .note10-text h3 {
        text-align: center;
    }

    .note10-4-left,
    .note10-6-left,
    .note10-7-left {
        width: 100%;
    }

    .note10-5-left {
        width: 100%;
    }

    .note10-5-img,
    .note10-7-right {
        margin-top: 44%;
    }

    .note10-5-left .note10-text h3,
    .note10-5-left .note10-text p,
    .note10-7-left .note10-text h3,
    .note10-7-left .note10-text p {
        color: #030303;
    }

    .note10-7 {
        background: #ffffff;
    }

    .note10-6-right {
        margin-bottom: -2px;
    }

    /* fa30 */

    .fa30-text h3 {
        font-size: 18px;
        margin-bottom: 7px;
        line-height: 20px;
    }

    .fa30-text p {
        font-size: 14px;
    }

    .fa30-text {
        margin-top: 20px;
    }

    .fa30-2-img {
        margin-top: 22px;
    }

    .fa30-3 {
        height: auto;
    }

    .fa30-3-left {
        width: 100%;
    }

    .fa30-3-right {
        width: 100%;
        padding-right: 0;
    }

    .fa30-3-img {
        position: initial;
        margin: auto;
        margin-top: 15px;
    }

    .fa30-3-text h3,
    .fa30-3-text p {
        text-align: center;
    }

    .fa30-4 {
        height: auto;
        padding-top: 1%;
        padding-bottom: 180px;
    }

    .fa30-4-text {
        position: initial;
    }

    .fa30-4-text h3,
    .fa30-4-text p {
        text-align: center;

        box-sizing: border-box;
    }

    .fa30-5 {
        height: 300px;
    }

    .fa30-text {
        box-sizing: border-box;
        padding: 0 20px;
    }

    .fa30-7 {
        height: 13px;
        background-size: 100% 100% !important;
    }

    .fa30-4-text {
        width: 100%;
    }

    .fa30-3-img {
        padding-right: 0;
    }


}

@media screen and (max-width: 500px) {

    /*index*/
    .banner,
    .banner .bd li {
        height: 210px;
    }

    .banner .hd ul li {
        width: 30px;
        height: 3px;
    }

    .sea_pro .nav_search input {
        box-sizing: border-box;
    }

    .index_pro_lb .index_pro_more {
        padding-top: 40px;
    }

    .index_sale_map {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        margin-left: -65%;
        margin-top: -15%;
    }

    .sea_pro .nav_search input {
        width: 230px;
    }

    /*new*/
    .title h2 {
        font-size: 16px;
    }

    .news_item .img {
        height: 200px;
    }

    /*serve*/
    .serve_sell li {
        width: 100%;
        margin: 1em 0;
    }

    .serve_sell {
        padding: 3em 0;
    }

    .serve_sell li a {
        padding: 4em;
    }

    .serve_in h3 {
        font-size: 18px;
    }

    .serve_in {
        padding: 3em 0 6em;
    }

    .banner.ser h3 {
        font-size: 23px;
    }

    .banner.ser p {
        font-size: 15px;
    }

    .banner.ser {
        height: 190px;
    }

    .banner.ser .txt {
        margin-top: -31px;
    }

    .banner.ser_prob input {
        font-size: 13px;
    }

    .banner.contact_ban {
        height: 185px;
    }

    .contact_ban.banner h2 {
        font-size: 23px;
    }

    .contact_ban.banner .txt {
        margin-top: -15px;
    }

    .serve_flow .flow_con li {
        padding: 1.5em 1em;
    }

    .serve_check .check_title h3 {
        font-size: 18px;
    }

    .serve_check {
        padding: 4em 0 6em;
    }

    .serve_check .check_title h4 {
        font-size: 17px;
    }

    .serve_check .content_t input {
        font-size: 14px;
    }

    .serve_check .content_guide .pic {
        width: 100%;
    }

    .serve_check .content_guide .pic p {
        font-size: 15px;
        padding: 1em 0 2em;
    }

    .serve_check .content_guide .pic.fir {
        border-right: none
    }

    .serve_check .content_t .result {
        font-size: 15px;
    }

    /*pro*/
    .pro1 .pro1_con1 {
        padding-top: 70px;
    }

    .pro1 .pro1_con2 li p {
        font-size: 12px;
    }

    .pro1 .pro1_con2 li .con {
        margin-bottom: 1em;
    }

    .pro1 .pro1_con2 li.li_t {
        padding-bottom: 1.5em;
    }

    .pro1 .pro1_con2 li {
        padding-top: 1em;
    }

    .pro1 .pro1_con3 {
        padding-top: 50px;
    }

    .pro1 .title h4 {
        font-size: 22px;
    }

    .pro1 h3,
    .pro1 .pro1_con8 h3 {
        font-size: 24px;
    }

    .pro1 .pro1_con3 p {
        padding-bottom: 3em;
    }

    .pro1 .title p {
        width: 95%;
        display: inline-block;
    }

    .pro1 .pro1_con7 .title p {
        width: 100%;
    }

    .pro1 .pro1_con4 .title p {
        padding-bottom: 45px;
    }

    .pro1 .pro1_con5 {
        padding-top: 60px;
    }

    .pro1 .pro1_con5 .title {
        width: 100%;
        padding-top: 0;
        padding-bottom: 2em;
    }

    .pro1 .pro1_con5 img {
        width: 100%;
    }

    .pro1 .pro1_con6 {
        padding-top: 40px;
    }

    .pro1 .pro1_con6 img {
        width: 100%;
    }

    .pro1 .pro1_con6 .title {
        width: 100%;
    }

    .pro1 .pro1_con7 {
        padding-top: 60px;
    }

    .pro1 .pro1_con7 .title p {
        padding-bottom: 40px;
    }

    .pro1 .pro1_con8 {
        height: 420px;
    }

    .pro1 .pro1_con8 .title {
        padding-top: 30px;
    }

    .pro1 .pro1_con9 {
        padding-top: 50px;
    }

    .pro1 .pro1_con9 .title p {
        width: 88%;
    }

    .pro1 .pro1_con6 .title {
        padding-top: 20px;
    }

    .pro1 .pro1_con6 img,
    .pro1 .pro1_con5 img {
        width: 75%;
        float: none;
    }

    .pro_pv_v {
        padding-top: 60px;
    }

    .pro_pv_p_list .hd a {
        width: 20px;
    }

    .pro_cs_item {
        padding: 30px 0 70px;
    }

    .pro_cs_title h2 {
        font-size: 16px;
    }

    .pro_cs_color_txt_info li h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .pro_cs_item2 li .content {
        width: 100%;
    }

    .pro_cs_title h2 {
        padding-bottom: 2em;
    }

    .pro_cs_item2 p {
        font-size: 12px;
    }

    .pro_cs_item2 li .content .content_r,
    .pro_cs_item2 li .content .content_l {
        width: 100%;
    }

    .pro_cs_color_txt_color .dot {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    .pro_cs_color_txt_color .dot .dot_in img {
        width: 34px;
        height: 34px;
        max-width: 34px;
    }

    .pro_cs_color_txt_color .dot .dot_in {
        width: 30px;
        height: 30px;
    }

    .pro_cs_color_txt_color li.on .dot_in {
        width: 34px;
        height: 34px;
    }

    .pro_cs_color_txt_color li {
        margin: 0.7em;
    }

    .pro_cs_color_pic li {
        height: 400px;
        line-height: 400px;
    }

    .pro3 p {
        font-size: 17px;
    }

    .pro3 h3 {
        font-size: 24px;
    }


    /*brand*/
    .brand .title h3,
    .brand .index_title h2 {
        font-size: 18px;
    }

    .brand_nav a {
        font-size: 12px;
    }

    .brand_nav li {
        padding: 0 0.7em;
    }

    .brand_con5 li {
        padding-left: 0;
    }

    .brand_con5 .link_list a {
        width: 45px;
        height: 45px;
    }

    .brand_con5 {
        padding: 40px 0;
    }

    .gray .pic {
        width: 28em;
        height: 18em;
        margin-left: -14em;
        margin-top: -9em;
    }

    /*index*/
    .index_links li a {
        font-size: 14px;
    }

    .index_links li p {
        font-size: 13px;
    }

    .index_links li h3 {
        font-size: 16px;
    }

    .index_links li .icon img {
        width: 6em;
    }

    .index_links li .icon {
        margin-bottom: 10px;
    }

    .index_links {
        padding: 40px 0;
    }

    .index_title h2 {
        font-size: 18px;
    }

    .index_title p {
        font-size: 13px;
    }

    .index_brand_more {
        width: 125px;
    }

    .index_title h2 {
        line-height: 55px;
    }

    .product_gen_bo h4 {
        font-size: 19px;
    }

    .product_gen_bo p {
        font-size: 17px;
    }

    .product_gen_bo span {
        margin: 1.2em auto 2em;
    }

    .product_gen_bo {
        padding: 3em 0;
    }

    .product_gen dd {
        width: 49%;
        margin: 0 0.5% 1em;
    }

    .product_gen dd p {
        height: 3em;
        line-height: 3em;
        font-size: 14px;
    }

    .product_gen h3 {
        font-size: 16px;
    }

    .pro_nav,
    .pro_nav_r li a {
        line-height: 40px;
    }

    /*serve*/
    .pro_pv_v_list li .img {
        height: 100px;
    }

    .pro_pv_v_list li .img span {
        width: 3em;
        margin: -18px 0 0 -18px;
    }

    .serve_add li {
        padding: 1em 0;
    }

    .serve_add .address {
        padding: 0.7em 1em 0.7em 3em;
    }

    .serve_add {
        padding: 4em 0 5em;
    }

    /*footer*/
    .footer_nav dt {
        font-size: 12px;
    }

    .footer_tl p {
        font-size: 12px;
    }

    .footer_tl h2 {
        width: 3em;
    }

    .footer_tl h2 {
        margin-bottom: 18px;
    }

    .footer {
        font-size: 12px;
    }

    .footer_t {
        padding: 20px 0;
    }

    .footer_b {
        line-height: 30px;
    }

    .footer_b {
        padding-bottom: 0;
    }

    /*join*/
    .join .join_adv_top dd,
    .join .join_adv_top dd {
        font-size: 12px;
    }

    .join .join_adv .content {
        font-size: 12px;
    }

    .join .join_adv dl {
        padding: 1em 0;
    }

    .join .join_adv dl:after {
        right: 0;
    }

    .join .join_select select {
        width: 272px;
        margin-top: 1.5em;
    }

    .join h3 {
        font-size: 20px;
    }

    .join {
        padding: 30px 0 60px;
    }

    .join .join_select {
        margin: 30px 0 1em;
    }

    .footer_nav .l6 dd a.link_wx {
        margin-top: 5px;
    }

    /*pro*/
    .pro6_con2 p {
        font-size: 14px;
    }

    .pro6_con2 li img {
        max-width: 2.5em;
        max-height: 2em;
    }

    .pro2 .pro1_con1 .title h4 {
        font-size: 26px;
    }

    .pro2 .pro1_con1 p {
        font-size: 20px;
    }

    .pro2 .pro1_con2 li {
        width: 33.3%;
    }

    .pro2 .pro1_con2 li h4 {
        font-size: 15px;
        height: 46px;
    }

    .pro2 .pro1_con2 li p {
        font-size: 12px;
    }

    .pro2 .pro1_con2 li {
        border-left: 1px solid #d9d9d9;
        margin-left: -1px;
    }

    .pro2 .pro1_con2 li.four {
        border-right: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
    }

    .pro2 .pro1_con2 .wrap {
        width: 100%;
    }

    .pro2 .pro1_con2 li p {
        height: 37px;
    }

    .pro2 .pro1_con2 li {
        padding: 20px 0;
    }

    .pro2 .pro1_con2 li.li_t {
        padding-bottom: 20px;
    }

    .pro2 .title h4 {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .pro2 .pro2_con3 li .img {
        width: 100%;
    }

    .pro2 .pro2_con3 li .tw {
        width: 100%;
    }

    .pro2 .pro2_con3 li .tw {
        padding: 11% 5%;
    }

    .pro2 .pro2_con3 li .tw p {
        font-size: 17px;
    }

    .pro2 .pro2_con4 {
        padding-top: 60px;
    }

    .pro2 .pro2_con5 span {
        margin: 2em 1em 1.5em
    }

    .pro2 .pro2_con5 .img {
        width: 95%;
    }

    .pro2 .pro2_con6 {
        padding: 80px 0;
    }

    .pro2 .pro2_con6 .title {
        margin-bottom: 50px;
    }

    .pro2 .pro2_con7 {
        padding-top: 50px;
    }

    .pro2 .pro2_con11 {
        padding-top: 110px;
    }

    .pro2 .pro2_con11 .title {
        margin-bottom: 50px;
    }

    .pro2 .title h3 {
        font-size: 17px;
    }

    .pro2 .pro2_con12 li {
        width: 30%;
        vertical-align: top;
    }

    .pro2 .pro2_con13 img {
        max-width: 55%;
    }

    .pro2 .pro2_con12 img {
        max-width: 95%;
    }

    .pro2 .pro2_con14 .title h4 {
        font-size: 24px;
    }

    .pro2 .pro2_con14 li.l1 img {
        max-width: 75%;
    }

    .pro2 .pro2_con14 .wrap {
        padding: 0;
    }

    .pro2 .pro2_con14 h5 {
        font-size: 18px;
    }

    .pro2 .pro2_con14 dd span,
    .pro2 .pro2_con14 dd p {
        font-size: 16px;
    }

    .pro2 .pro2_con12 li {
        margin-top: 2em;
        margin-bottom: 0;
    }

    .pro3 .pro1_con1 h4 {
        font-size: 26px;
    }

    .pro3 .pro1_con1 img {
        max-width: 60%;
    }

    .pro3 .pro3_con2 li p {
        font-size: 13px;
    }

    .pro3 .pro3_con2 li {
        vertical-align: top;
    }

    .pro3 .pro3_con2 li .icon img {
        max-width: 2.5em;
        max-height: 2.5em;
    }

    .pro3 .title h3 {
        font-size: 24px !important;
    }

    .pro3 .title p {
        font-size: 17px;
    }

    .pro3 .pro3_con3 .title {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .pro3 .pro3_con3 img {
        max-width: 60%;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .pro3 .pro3_con3 .title {
        text-align: center;
    }

    .pro3 .pro3_con3 li {
        float: none;
        display: inline-block;
        margin: 2em;
    }

    .pro3 .pro3_con4 img {
        max-width: 90%;
    }

    .pro3 .title h3 {
        margin-bottom: 30px;
    }

    .pro3 .pro3_con5 span {
        width: 30%;
        vertical-align: bottom;
    }

    .pro3 .pro3_con5 img {
        max-width: 70%;
    }

    .pro3 .pro3_con6 .title {
        width: 100%;
    }

    .pro3 .pro3_con6 img {
        width: 70%;
        margin: 2em auto;
        display: block;
        float: none;
    }

    .pro3 .pro3_con6 {
        padding-bottom: 70px;
    }

    .pro3 .pro3_con7 span {
        padding: 2em;
    }

    .pro3 .pro3_con7 img {
        max-width: 80%;
    }

    .pro3 .pro3_con7 span img {
        max-width: inherit;
    }

    .pro3 .pro3_con8 img.fl {
        max-width: 60%;
        float: none;
        display: block;
        margin: 2em auto 0;
    }

    .pro3 .pro3_con8 .title {
        width: 100%;
        padding-top: 0;
        overflow: hidden;
        margin-bottom: 70px;
    }

    .pro3 .pro3_con8 .title li {
        float: none;
        display: inline-block;
    }

    .pro3 .pro3_con8 {
        text-align: center;
    }

    .pro3 .pro3_con9 img {
        max-width: 75%;
    }

    .pro3 .pro3_con10 .title span {
        margin-top: 20px;
        padding: 0 1.5em;
    }

    .pro3 .pro3_con10 .img {
        max-width: 100%;
    }

    .pro3 .pro3_con11 span {
        padding: 1em;
    }

    .pro4 .pro4_con1 .title h4 {
        font-size: 30px;
    }

    .pro4 .pro4_con1 .title p {
        font-size: 24px;
    }

    .pro4_con1 img {
        max-width: 80%;
        float: none;
    }

    .pro4 .title {
        width: 100%;
    }

    .pro4_con1 .title {
        padding-top: 0;
    }

    .pro4 .title {
        padding-bottom: 30px;
    }

    .pro4_con1 {
        padding-top: 70px;
    }

    .pro4_con2 li .icon img {
        max-width: 2.5em;
        max-height: 2.5em;
    }

    .pro4_con2 li .icon {
        line-height: 50px;
    }

    .pro4_con2 li p {
        font-size: 15px;
    }

    .pro4 .title h3 {
        font-size: 24px;
    }

    .pro4 .title p {
        font-size: 17px;
    }

    .pro4_con4,
    .pro4_con5,
    .pro4_con5 {
        padding: 70px 0 90px;
    }

    .pro4_con3 img {
        max-width: 100%;
    }

    .pro4_con6 span {
        margin: 1em 2em 0;
    }

    .pro4_con6 img {
        max-width: 95%;
    }

    .pro4_con7 .title {
        padding-top: 0;
    }

    .pro4_con7 img {
        max-width: 75%;
        float: none;
    }

    .pro4_con8 {
        padding-top: 70px;
    }

    .pro4_con8 img {
        max-width: 70%;
        float: none;
    }

    .pro4_con8 {
        text-align: center;
    }

    .pro4_con10 .title {
        padding-top: 70px;
    }

    .pro4_con10 {
        height: 410px;
    }

    .pro4_con11 img {
        max-width: 98%;
    }

    .pro4_con12 .title p {
        font-size: 24px;
    }

    .pro4_con12 .title h3 {
        font-size: 26px;
    }

    .pro4_con12 .title {
        padding: 0;
    }

    .pro4_con12 .title li {
        padding-right: 2%;
        box-sizing: border-box;
    }

    .pro4_con12 .title li {
        font-size: 15px;
    }

    .pro4_con12 .title li p {
        font-size: 13px;
    }

    .pro4_con12 img {
        max-width: 87%;
    }

    .pro5 .pro5_con1 .title h3 {
        font-size: 28px;
    }

    .pro5 .pro5_con1 .title p {
        font-size: 20px;
    }

    .pro5_con1 {
        padding: 70px 0;
    }

    .pro5_con1 img {
        max-width: 95%;
    }

    .pro5 .title h3 {
        font-size: 24px;
    }

    .pro5_con3 p {
        max-width: 100%;
    }

    .pro5_con3 {
        padding-top: 90px;
    }

    .pro5_con3 li {
        font-size: 16px;
    }

    .pro5_con3 .title li p {
        font-size: 14px;
    }

    .pro5_con3 img {
        max-width: 73%;
    }

    .pro5_con4 img {
        max-width: 70%;
        padding-top: 40px;
    }

    .pro5_con5 img {
        margin-top: -3em;
    }

    .pro5 .title p {
        font-size: 17px;
    }

    .pro5_con6 img {
        max-width: 95%;
    }

    .pro5_con7 .title {
        width: 100%;
    }

    .pro5_con7 img {
        max-width: 75%;
        float: none;
        margin-top: 40px;
    }

    .pro5_con7 .title span {
        margin-top: 0;
    }

    .pro5_con8 img {
        max-width: 90%;
    }

    .pro5_con10 img {
        max-width: 100%;
        margin-top: 40px;
    }

    .pro5_con12.pro4_con12 .title {
        width: 100%;
    }

    .pro5_con12.pro4_con12 img {
        max-width: 100%;
    }

    .pro6 .pro6_con1 .title h3 {
        font-size: 33px;
    }

    .pro6_con1 .title span {
        font-size: 24px;
    }

    .pro6_con1 img {
        max-width: 72%;
    }

    .pro6_con2 li {
        font-size: 15px;
    }

    .pro6_con2 li img {
        max-width: 3em;
        max-height: 2.5em;
    }

    .pro6_con2 li .icon {
        line-height: 65px;
    }

    .pro6_con2 {
        padding: 40px 0;
    }

    .pro6_con3 {
        padding: 90px 0 50px;
    }

    .pro6 .title h3 {
        font-size: 24px;
    }

    .pro6 .title p {
        font-size: 17px;
    }

    .pro6_con4 {
        padding: 70px 0;
    }

    .pro6_con5 img {
        max-width: 95%;
    }

    .pro6_con6 img {
        max-width: 85%;
        padding-top: 40px;
    }

    .pro6_con7 {
        padding-top: 70px;
    }

    .pro6_con7 img {
        max-width: 73%;
    }

    .pro6_con8 .title {
        width: 100%;
    }

    .pro6_con8 {
        height: 300px;
    }

    .pro7 .pro7_con1 .title h4 {
        font-size: 33px;
    }

    .pro7_con1 .title p {
        font-size: 24px;
    }

    .pro7_con1 img {
        max-width: 90%;
    }

    .pro7 .title h3 {
        font-size: 24px;
    }

    .pro7 .title h4 {
        font-size: 19px;
    }

    .pro7 .title p {
        font-size: 17px;
    }

    .pro7_con3 img.img1 {
        max-width: 75%;
    }

    .pro7_con3 img {
        max-width: 88%;
    }

    .pro7_con4 .title p {
        max-width: 100%;
    }

    .pro7_con4 img {
        max-width: 88%;
    }

    .pro7_con5 .title {
        margin-bottom: 100px;
    }

    .pro7_con6 .title {
        width: 100%;
    }

    .pro7_con6 {
        padding-top: 70px;
    }

    .pro7_con6 img {
        max-width: 70%;
        margin-right: 0;
        float: none;
    }

    .pro7_con6 {
        text-align: center;
    }

    .pro7_con7 img {
        max-width: 90%;
    }

    .pro7_con7 .title {
        width: 100%;
        margin-right: 0;
    }

    .pro7_con7 {
        padding: 90px 0;
    }

    .pro8 .pro8_con1 .title h4 {
        font-size: 33px;
    }

    .pro8_con1 .title p {
        font-size: 24px;
    }

    .pro8_con1 img {
        max-width: 80%;
        margin-right: 0;
        float: none;
    }

    .pro8_con1 .title {
        width: 100%;
        padding-top: 0;
    }

    .pro8_con3 .title {
        width: 100%;
    }

    .pro8_con3 img {
        width: 90%;
        float: none;
    }

    .pro8_con3 {
        padding: 90px 0 70px;
    }

    .pro8_con3 {
        text-align: center;
    }

    .pro8 .title h3 {
        font-size: 24px;
    }

    .pro8 .title p {
        font-size: 17px;
        line-height: 1.5em;
    }

    .pro8_con4 .title span {
        padding: 0 1.5em;
    }

    .pro8_con4 img,
    .pro8_con5 img {
        max-width: 95%;
    }

    .pro8_con6 span {
        font-size: 16px;
    }

    .pro8_con6 span p {
        font-size: 16px;
    }

    .pro8_con6 {
        padding-top: 90px;
    }

    .pro8_con6 img {
        width: 93%;
    }

    .pro8_con7 .title {
        width: 100%;
        padding-right: 0;
    }

    .pro8_con7 img {
        max-width: 53%;
        margin-left: 0;
        float: none;
    }

    .pro8_con8 .title {
        width: 100%;
        text-align: center;
    }

    .pro8_con8 img {
        max-width: 50%;
        margin-left: 10%;
    }

    .pro8_con8 {
        padding-top: 60px;
    }

    .pro8_con10 {
        padding: 90px 0;
    }

    .pro8_con10 img {
        max-width: 95%;
    }

    .pro9 .pro9_con1 .title h4 {
        font-size: 33px;
    }

    .pro9_con1 .title p {
        font-size: 24px;
    }

    .pro9_con1 img {
        max-width: 90%;
    }

    .pro9_con1 img {
        margin-top: -22%;
    }

    .pro9 .title h3 {
        font-size: 24px;
    }

    .pro9_con3 img {
        max-width: 90%;
        margin-top: 0;
    }

    .pro9 .title p {
        font-size: 17px;
    }

    .pro9_con4 img {
        max-width: 90%;
    }

    .pro9_con5 img {
        max-width: 100%;
    }

    .pro9_con4,
    .pro9_con5 {
        padding: 90px 0;
    }

    .pro9_con6 .title {
        width: 100%;
    }

    .pro9_con6 img {
        max-width: 70%;
        float: none;
        padding-left: 0;
    }

    .pro9_con6 {
        padding-top: 70px;
        text-align: center;
    }

    .pro9_con6 .title {
        text-align: center;
    }

    .pro9_con6 .title {
        padding-top: 0;
    }

    .pro9_con7 .title {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .pro9_con7 img {
        max-width: 90%;
        float: none;
    }

    .pro9_con7 {
        padding-top: 70px;
    }

    .pro9_con8 img {
        margin-top: 0;
    }

    .pro9_con8 {
        padding: 70px 0 90px;
    }

    .pro9_con10 {
        height: 380px;
    }

    .pro9_con10 .title {
        padding-left: 0;
    }

    .pro9_con10 .title {
        width: 100%;
    }

    .pro9_con11 .title {
        width: 100%;
    }

    .pro9_con11 img {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .pro3 .pro3_con5 span {
        line-height: 1.5em;
    }

    .pro3 .pro3_con10 span {
        padding: 0 1em;
        font-size: 15px;
    }

    .pro2 .pro1_con1 p {
        text-align: center;
    }

    .pro2 .pro1_con2 li {
        width: 50%;
    }

    .pro2 .pro1_con2 li.li_t {
        border-top: 1px solid #d9d9d9
    }

    .pro2 .pro2_con5 span img {
        width: 2em;
    }

    .pro4_con2 li p {
        font-size: 13px;
        line-height: 1.3em;
        height: 32px;
    }

    .pro4_con2 li span {
        height: 34px;
    }

    .pro4_con12 .title li {
        width: 100%;
    }

    .pro4_con8 .title {
        padding-top: 0;
    }

    .pro1 .pro1_con2 li p {
        height: 40px;
    }

    .pro1 .pro1_con2 li .con img {
        max-width: 3em;
        max-height: 3em;
    }

    .pro1 .pro1_con6 img {
        margin-top: 40px;
        max-width: 75%;
    }

    .pro1 .pro1_con7 img {
        width: 78%;
    }

    .pro1 h3,
    .pro1 .pro1_con8 .title h3 {
        font-size: 24px;
    }

    .pro1 .pro1_con8 .title {
        width: 100%;
    }

    .pro1 .pro1_con9 img {
        width: 77%;
    }

    .pro4_con5 img {
        width: 100%;
    }

    .pro8_con3 .title {
        padding-top: 0;
    }

    .pro8_con4 .title span img {
        max-width: 2.5em;
    }

    .pro8_con5 {
        padding-top: 70px;
    }

    .pro8_con7 .title {
        padding-top: 0;
    }

    .pro8_con8 .title {
        left: 0;
    }

    .pro6_con2 li img {
        max-width: 2.5em;
        max-height: 2em;
    }

    .pro6_con2 li p {
        line-height: 1.2em;
        padding-bottom: 0.2em;
    }

    .pro6_con5,
    .pro6_con6 {
        padding-top: 90px;
    }

    .pro6_con8 .title {
        padding-left: 0;
    }

    .pro6_con1 {
        padding-top: 80px;
    }

    .pro6_con1 .title span {
        padding-top: 0.3em;
    }

    .pro7_con4 {
        padding-top: 70px;
    }

    .pro7_con4 img {
        margin-right: 0;
    }

    .pro7_con7 {
        padding: 50px 0 70px;
    }

    .pro7 .title h3 {
        padding-top: 0;
    }

    .pro_pv_v_list li p {
        white-space: inherit;
    }

    .pro_nav_r li {
        margin-left: 14px;
    }

    .news_detail .title p {
        font-size: 13px;
    }

    .pro1 .pro1_con1 .title h4 {
        font-size: 24px;
    }

    .pro .title h3 {
        text-align: center !important;
    }

    .pro .title h4 {
        text-align: center !important;
    }

    .pro .title p {
        text-align: center !important;
    }

    .pro4_con12 .title p {
        text-align: left !important;
    }

    .pro4_con12 .title h3 {
        text-align: left !important;
    }

    .scroll_top {
        right: 1em;
    }

    .pro5_con7 .title {
        text-align: center;
    }

    .pro5_con7 img {
        margin-top: 1em;
    }

    /*pro10*/
    .pro10_con1 .content_t .title h3 {
        font-size: 28px;
    }

    .pro10_con1 .content_t {
        padding: 5em 0 3em;
    }

    .pro10_con1 .content_t .title h4 {
        font-size: 20px;
    }

    .pro10_con1 .content_t .title span img {
        height: 43px;
    }

    .pro10_con1 .content_t .title span {
        width: 5em;
    }

    .pro10 .title span p {
        font-size: 13px;
    }

    .pro10_con5 .title {
        width: 100%;
        padding-top: 0;
    }

    .pro10_con5 img {
        max-width: 64%;
        margin-right: 0;
        float: none;
        margin-top: 3em;
    }

    .pro10_con5 {
        padding: 80px 0 120px;
    }

    .pro10_con6 span img {
        width: 3.5em;
    }

    .pro10_con6 img {
        margin-top: 5em;
    }

    .pro10_con6 {
        padding: 6em 0 10em;
    }

    .pro10_con8 img {
        margin: 2em 0.2% 100px;
    }

    .pro10_con9 .title {
        width: 100%;
        text-align: center;
    }

    .pro10_con9 img.bg {
        width: 86%;
        float: none;
    }

    .pro10_con10 img {
        width: 50%;
        float: none;
    }

    .pro10_con10 .title {
        width: 100%;
        text-align: center;
    }

    .pro10_con10 .title p {
        text-align: center;
    }

    .pro10_con10 {
        padding: 50px 0 70px;
    }

    .pro10 .title h3 {
        font-size: 23px;
    }

    .pro10_con11 .title span {
        padding: 2em 30px;
    }

    .pro10_con12 span {
        margin: 0 2em 0;
    }

    .pro10_con12 img.bab {
        margin-top: 5em;
    }

    .pro10_con13 .title {
        padding: 40px 0;
    }

    .pro10_con1 .content_t img.ban_img {
        margin: 0 0 2em;
    }

    .pro10_con1 .content_t .title span p {
        font-size: 12px;
    }

    .pro10_con1 .content_t .title span {
        width: 4.2em;
    }

    .pro10_con7 .title span {
        margin: 2.5em 1em 0;
        font-size: 14px;
    }

    .pro10_con8 span.cri {
        width: 78px;
        height: 7px;
    }

    .pro10_con11 .wrap_out {
        margin: 0;
    }

    .pro10_con11 .title h3 {
        padding: 0 15px 0.8em;
    }

    .pro10 .title h3 {
        font-size: 19px;
    }

    .pro10_con11 .title {
        margin-top: -0.5em;
    }


    /*pro11*/
    .pro11_con1 .title h2 {
        height: 2.5em;
    }

    .pro11_con1 .title h4 {
        font-size: 28px;
    }

    .pro11_con1 .cross {
        width: 3em;
    }

    .pro11_con2 li.li_t p {
        height: 3em;
    }

    .pro11_con2 li.li_t {
        padding-bottom: 0.5em;
    }

    .pro11_con2 li {
        padding-top: 0.7em;
        font-size: 12px;
    }

    .pro11_con2 {
        padding: 7em 0;
    }

    .pro11_con2 li p {
        height: 4.5em;
    }

    .pro11_con3 .title {
        width: 100%;
    }

    .pro11 .title h3 {
        font-size: 26px;
    }

    .pro11 .title p {
        font-size: 17px;
    }

    .pro11 .title span p {
        font-size: 13px;
    }

    .pro11_con4 .cross1 {
        height: 5em;
    }

    .pro11_con4 .cross1 {
        margin: 4em 0;
    }

    .pro11_con5 .title h3.last {
        padding-right: 20%;
    }

    .pro11_con5 .title h3.last:after {
        right: 20%;
    }

    .pro11_con5 .title span p.pp {
        font-size: 13px;
        padding-top: 0.5em;
        margin-right: 1em;
    }

    .pro11_con5 .content_b {
        padding-top: 3em;
        margin-top: 5em;
    }

    .pro11_con5 .content_b .title {
        padding-top: 5em;
    }

    .pro11_con5 .title {
        width: 100%;
    }

    .pro11_con5 .content_b .content_in h3.fir {
        padding-left: 0;
    }

    .pro11_con5 .content_b .content_in h3.last {
        padding-right: 0;
    }

    .pro11_con5 .content_b .content_in {
        padding: 0 3% 0;
    }

    .pro11_con5 .content_b .content_in span p {
        font-size: 13px;
    }

    .pro11_con5 .content_b p.pb {
        padding: 1em 0;
    }

    .pro11_con6 .title h3:after {
        height: 5px;
    }

    .pro11_con6 img.bb {
        margin: 6em 0 8em;
    }

    .pro11_con7 .title span {
        font-size: 13px;
        margin-left: 0;
    }

    .pro11_con7 .title .span1 {
        margin-left: 0;
    }

    .pro11_con7 .title p:after {
        height: 6px;
    }

    .pro11_con7 .cross {
        height: 1.5em;
        margin: 3em 0 5em;
    }

    .pro11_con8 {
        padding: 6em 0 0;
        height: 600px;
    }

    .pro11_con9 .info p {
        font-size: 15px;
    }

    .pro11_con9 .title h3 {
        padding-left: 25%;
    }

    .pro11_con5 .wrap {
        padding: 7em 0 0;
    }

    .pro11_con5 .title span {
        margin-top: 3em;
    }

    .pro11_con10 .title p i {
        width: 7px;
    }

    .pro11_con10 .title span {
        font-size: 13px;
    }

    .pro11_con10 .con2 .wrap .pic:after {
        margin-left: -282px;
    }

    .pro11_con11 {
        padding-top: 7em;
    }

    .pro11_con11 .title h3 i {
        width: 7px;
    }

    .pro11_con11 .title span {
        font-size: 13px;
    }

    .pro11_con11 .pic {
        margin: 7em 0 11em;
    }

    /*pro12*/
    .pro12_con2 li {
        width: 33.33%;
        height: 4.3em;
    }

    .pro12_con1 .title h2 {
        font-size: 32px;
    }

    .pro12 .title h4 {
        font-size: 17px;
    }

    .pro12_con1 ul li {
        width: 30px;
        height: 30px;
        margin-top: 2em;
    }

    .pro12_con3 .title {
        width: 100%;
    }

    .pro12_con3 {
        padding: 15em 0 0;
    }

    .pro12 .title h3 {
        font-size: 28px;
    }

    .pro12_con4 {
        padding: 4em 0 6em;
    }

    .pro12_con5 {
        padding: 7em 0 2em;
    }

    .pro12 .icon img {
        height: 5em;
    }

    .pro12_con6 {
        padding: 6em 0 15em;
    }

    .pro12_con9 {
        padding: 7em 0 6em;
    }

    .pro12_con10 .title {
        width: 100%;
        text-align: center;
    }

    .pro12_con10 {
        background-position-x: -20em;
        padding: 11em 0 15em;
    }

    .pro12 .title h3 {
        font-size: 24px;
    }

    .pro14_con1 .title {
        width: 55%;
        margin: 0 auto 3em;
        float: none;
    }

    .pro14_con1 {
        padding: 5em 0 4em;
    }

    .pro14_con1 img.fr {
        width: 100%;
        margin-right: 0;
    }

    .pro12 .title h3 {
        font-size: 23px;
    }


    /*q4*/
    .q4-1-img .fr {
        width: 100%;
    }

    .q4-1-img .fl {
        width: 100%;
    }

    .q4-1-img .fl img {
        padding-left: 0;
    }

    .q4-1-img .fr {
        margin-top: 60px;
    }

    .q4 .q4-text h3 {
        font-size: 24px;
        padding: 5px 0;
    }

    .q4 .q4-text p {
        font-size: 16px;
    }

    .q4 .q4-text {
        width: 90%;
    }

    /* qqq */
    .ppp1 {
        padding: 35px 3%;
    }

    .ppp1-right {
        margin-top: 35px;
    }

    .ppp2 .not20-2-text {
        width: 85%;
    }

    .ppp3 .ppp-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ppp3 {
        padding-top: 35px;
    }

    .ppp3-right h3,
    .ppp4-left h3,
    .ppp6-right h3,
    .ppp8-left h3 {
        text-align: center;
    }

    .ppp3-right p,
    .ppp4-left p,
    .ppp6-right p,
    .ppp8-left p {
        text-align: center;
    }

    .ppp3-right .not20-2-text {
        margin: auto;
        width: 94%;
    }

    .ppp3-img {
        margin: 6% auto 10%;
        width: 25%;
    }

    .ppp4 .ppp-box {
        flex-wrap: wrap;
    }

    .ppp4-left {
        margin: auto;
        width: 94%;
        padding-left: 0;
    }

    .ppp4-right {
        flex: auto;
    }

    .ppp5 {
        padding: 20px 0 20px;
    }

    .ppp6 {
        padding-top: 35px;
    }

    .ppp6 .ppp-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ppp6-right {
        width: 94%;
        padding-right: 0;
        box-sizing: border-box;
        margin: auto;
        margin-bottom: 5%;
    }

    .ppp7-top {
        padding: 5px 20%;
        width: 100%;
    }

    .ppp7 {
        padding: 25px 0;
    }

    .ppp8-left {
        width: 94%;
        margin: auto;
        padding-left: 0;
    }

    .ppp8-img {
        width: 40%;
        margin: auto;
        margin-bottom: 5%;
    }

    .ppp8 .ppp-box {
        flex-wrap: wrap;
    }

    .ppp8-right {
        flex: auto;
    }

    .ppp8 {
        background-size: 100% 20px;
        padding-bottom: 20px;
    }

    .ppp3-right {
        width: 94%;
        padding-right: 0;
        margin: auto;
    }

    .ppp .not20-2-text {
        width: 94%;
    }




    /* k1 */
    .kk2 {
        padding-top: 7px;
    }

    .kk3-right,
    .kk5-right {
        width: 100%;
    }

    .kk3-left,
    .kk5-left {
        width: 100%;
    }

    .kk3-left .kk-img,
    .kk5-left .kk-img {
        text-align: center;
    }

    .kk3-left,
    .kk5-left {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .kk3-left .kk-text h3,
    .kk3-left .kk-text p,
    .kk5-left .kk-text h3,
    .kk5-left .kk-text p {
        text-align: center;
    }

    .kk4 {
        display: flex;
        flex-direction: column-reverse;
    }

    .kk4-left {
        width: 100%;
        float: left;
    }

    .kk4-right {
        width: 100%;
        float: right;
        margin-right: 0;
    }

    .kk4-right .kk-text h3,
    .kk4-right .kk-text p {
        text-align: center;
    }

    .kk4-right .kk-text {
        margin-bottom: 8%;
    }

    .kk6 .kk-text {
        position: absolute;
        right: 0;
        top: 10px;
        left: 0;
        margin: auto;
    }

    .kk6 .kk-text h3,
    .kk6 .kk-text p {
        color: #030303;
        text-align: center;
    }

    .kk6 {
        position: relative;
        padding-top: 35%;
    }

    .kk7-left {
        width: 100%;
        left: 0;
        position: absolute;
        right: 0;
        margin: auto;
        top: 0px;
    }

    .kk7 .kk-text h3,
    .kk7 .kk-text p {
        text-align: center;
    }

    .kk7-left .kk-img {
        text-align: left;
        margin-top: 6%;
    }

    .kk7 {
        position: relative;
        padding-top: 35%;
    }

    .kk6 .kk-text {
        width: 100% !important;
    }

    /* a05 */
    .a05-2-right {
        width: 100%;
        max-width: 100%;
    }

    .a05-text.left,
    .a05-text.left h3,
    .a05-text.left p {
        text-align: center;
    }

    .a05-2-left {
        margin-top: 0;
        width: 100%;
        float: none;
    }

    .a05-2-left .a05-img img {
        width: 25%;
        display: block;
        margin: auto;
    }

    .a05 .a05-3 .a05-text {
        margin-top: -60%;
    }

    .a05 .a05-3 {
        margin-top: 34%;
        padding: 24% 5% 26%;
    }

    .a05-text.right,
    .a05-text.right h3,
    .a05-text.right p {
        text-align: center;
    }

    .a05 .a05-4 {
        margin-top: 38%;
    }

    .a05-4 .not20-2-text.white h3,
    .a05-4 .not20-2-text.white p,
    .a05-6 .not20-2-text.white h3,
    .a05-6 .not20-2-text.white p {
        color: #030303;
    }

    .a05 .a05-4 {
        padding: 7% 5% 44%;
    }

    .a05 .a05-4 .a05-text {
        margin-top: -45%;
    }

    .a05 .a05-5 {
        display: flex;
        flex-direction: column-reverse;
    }

    .a05-5-right {
        width: 100%;
    }

    .a05-5-left {
        float: left;
        width: 100%;
        max-width: 65%;
        margin: auto;
    }

    .a05-2-right {
        float: none;
        width: 100%;
        max-width: 65%;
        margin: auto;
        margin-top: 20px;
    }

    .a05 .a05-6 {
        margin-top: 33%;
        padding: 8% 5% 40%;
    }

    .a05 .a05-6 .a05-text {
        margin-top: -40%;
    }

    .a05-7-img {
        width: 40%;
        margin: auto;
    }

    .a05-7-right {
        float: none;
        margin-top: -91%;
    }

    .a05 .a05-7 {
        padding: 4% 5% 75%;
        margin-top: 80%;
        background-position: left;
    }

    .a05 .a05-3 .a05-text {
        margin-top: -74%;
    }

    .a05 .a05-3 {
        margin-top: 45%;
    }

    .a05 .a05-6 .a05-text {
        margin-top: -46%;
    }

    .a05 .a05-6 {
        margin-top: 37%;
    }

    /* a2160 */
    .a2160-2-left {
        width: 100%;
    }

    .a-text h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .a-text p {
        font-size: 14px;
    }

    .padd-left {
        padding-left: 0;
    }

    .padd-right {
        padding-right: 0;
    }

    .a2160-2,
    .a2160-3 {
        padding-top: 20px;
    }

    .a2160-2-left {
        width: 94%;
        text-align: center;
        margin: auto;
        float: none;
    }

    .a2160-2-right {
        width: 70%;
        float: none;
        margin: auto;
        margin-top: 10%;
    }

    .a2160-3-left {
        width: 90%;
        margin: auto;
        float: none;
        margin-bottom: 5%;
    }

    .a2160-3-right {
        width: 94%;
        float: none;
        margin: auto;
        text-align: center;
        margin-bottom: 5%;
    }

    .right .a-img-sm {
        margin: auto;
    }

    .right .a-img-sm img {
        max-width: 55px;
    }

    .a2160-4-left {
        width: 94%;
        margin: auto;
        float: none;
        text-align: center;
    }

    .a2160-4,
    .a2160-5 {
        padding: 20px 0 35px;
    }

    .a-img-sm {
        max-width: 100%;
    }

    .a2160-4-left .a-img-sm img {
        width: 60px;
        margin: auto;
        margin-top: 10%;
    }

    .a2160-4-right {
        max-width: 94%;
        width: 94%;
        margin: auto;
        float: none;
    }

    .a2160-5-left {
        width: 94%;
        margin-left: 0;
        margin: auto;
        float: none;
    }

    .a2160-5-right {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    .a2160-6-text {
        float: none;
        width: 94%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 5%;
    }

    .a2160-6-img {
        padding-top: 175px;
    }

    .a2160-6-text .a-text.white h3 {
        color: #030303;
    }

    .a2160-6-text .a-text.white p {
        color: #3b3b3b;
    }

    .a2160-7-right {
        position: absolute;
        top: 5%;
        right: 0;
        width: 94%;
        margin: auto;
        left: 0;
        float: none;
        text-align: center;
    }

    .a2160-7-img {
        padding-top: 150px;
    }

    .a2160-8 {
        padding-top: 25px;
    }

    .a2160-8-left {
        width: 94%;
        margin: auto;
        text-align: center;
        float: none;
    }

    .a2160-8-right {
        width: 85%;
        margin: auto;
        text-align: center;
        float: none;
    }


    /* a2173 */
    .a2173-2-left {
        width: 94%;
        float: none;
        margin-right: auto;
    }

    .a2173-2-right {
        width: 100%;
        float: none;
        margin: auto;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 7%;
    }

    .a2173-3-left {
        width: 94%;
        float: none;
        margin: auto;
        text-align: center;
    }

    .a2173-3-left .a-text {
        margin-bottom: 10%;
    }

    .a2173-3-right {
        width: 94%;
        float: none;
        margin: auto;
        margin-top: 8%;
    }

    .a2173-4-left {
        width: 94%;
        margin: auto;
        margin-top: 7%;
    }

    .a2173-4-right {
        width: 94%;
        float: none;
        margin: auto;
        text-align: center;
    }

    .a2173-4 {
        padding-top: 25px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .a2173-5 {
        padding-top: 25px;
    }

    .a2173-5-left {
        width: 94%;
        margin: auto;
        float: none;
        text-align: center;
    }

    .a2173-5-left .a-img-sm img {
        width: 65%;
    }

    .a2173-5-right {
        width: 94%;
        float: none;
        margin: auto;
        margin-top: 8%;
    }

    .a2173-6-right .a-text h3 {
        color: #030303;
    }

    .a2173-6-right .a-text p {
        color: #3b3b3b;
    }

    .a2173-6-right,
    .a2173-7-right,
    .a2173-8-right {
        position: absolute;
        top: 6%;
        right: 0;
        width: 94%;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .a2173-6-img {
        padding-top: 155px;
    }

    .a2173-7-img {
        padding-top: 155px;
    }

    .a2173-8-img {
        padding-top: 125px;
    }

    .a2173-3 {
        padding: 25px 0 40px;
    }

    /* a5606 */
    .a5606-right {
        width: 94%;
        left: 0;
        margin: auto;
        text-align: center;
        top: 3%;
    }

    .a5606-2-img {
        padding-top: 158px;
    }

    .a5606-3-left {
        width: 94%;
        margin: auto;
        text-align: center;
        float: none;
    }

    .a5606-3 .a-img-sm {
        margin-top: 5%;
    }

    .a5606-3 .a-img-sm img {
        width: 90px;
    }

    .a5606-3-right {
        width: 94%;
        margin: auto;
        float: none;
    }

    .a5606-4 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .a5606-4,
    .a5606-5,
    .a5606-3,
    .a5606-7 {
        padding-top: 22px;
    }

    .a5606-4-right {
        width: 94%;
        margin: auto;
        text-align: center;
    }

    .a5606-4-left {
        width: 94%;
        margin: auto;
        text-align: center;
    }

    .a5606-5-left {
        width: 94%;
        margin: auto;
        text-align: center;
        float: none;
    }

    .a5606-5 .a-img-sm {
        margin: auto;
        text-align: center;
    }

    .a5606-5-right {
        width: 94%;
        margin: auto;
        float: none;
        text-align: center;
    }

    .a5606-6-right {
        position: absolute;
        width: 94%;
        right: 0;
        top: 2%;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .a5606-6-img {
        padding-top: 110px;
    }

    .a5606-6 .a-text h3 {
        color: #030303;
    }

    .a5606-6 .a-text p {
        color: #3b3b3b;
    }

    .a5606-7-left {
        width: 94%;
        margin: auto;
        float: none;
        text-align: center;
    }

    .a5606-7 .a-img-sm img {
        width: 38%;
    }

    .a5606-7-right {
        width: 94%;
        margin: auto;
        text-align: center;
        float: none;
        margin-top: 5%;
    }

    .a5606-8-right {
        position: absolute;
        top: 4%;
        right: 0;
        width: 94%;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .a5606-8-img {
        padding-top: 137px;
    }

    /* a5616 */
    .a5616-2-left {
        width: 94%;
        position: absolute;
        top: 2%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .a5616-2-img {
        padding-top: 130px;
    }

    .a5616-3-left {
        width: 94%;
        margin: auto;
        text-align: center;
        float: none;
    }

    .a5616-3,
    .a5616-4,
    .a5606-4,
    .a5606-5,
    .a5606-3,
    .a5606-7,
    .a5616-7 {
        padding-top: 30px;
    }

    .a5616-3-right {
        width: 94%;
        float: none;
        text-align: center;
        margin: auto;
    }

    .a5616-3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .a5616-4-left {
        width: 94%;
        margin: auto;
        float: none;
        text-align: center;
    }

    .a5616-4 .a-img-sm img {
        width: 75px;
    }

    .a5616-4-right {
        width: 94%;
        margin: auto;
        text-align: center;
        float: none;
    }

    .a5616-right {
        position: absolute;
        width: 94%;
        top: 2%;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .a5616-5-img {
        padding-top: 155px;
    }

    .a5616-6-left {
        position: absolute;
        width: 94%;
        top: 2%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .a5616-6 .a-text h3,
    .a5616-8 .a-text h3 {
        color: #030303;
    }

    .a5616-6 .a-text p,
    .a5616-8 .a-text p {
        color: #3b3b3b;
    }

    .a5616-6-img {
        padding-top: 155px;
    }

    .a5616-7-left {
        width: 94%;
        float: none;
        margin: auto;
        text-align: center;
    }

    .a5616-7-right {
        width: 94%;
        float: none;
        margin: auto;
        text-align: center;
        margin-bottom: 5%;
    }

    .a5616-7 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .a5616-8-left {
        position: absolute;
        left: 0;
        top: 2%;
        right: 0;
        width: 94%;
        margin: auto;
        text-align: center;
    }

    .a5616-8-img {
        padding-top: 135px;
    }

    .a-text h3 i {
        display: none;
    }


    /* k3 */
    .k-img-mob {
        display: block;
    }

    .k3-2>.k-img {
        display: none;
    }

    .k-img-mob img {
        margin-bottom: 10px;
    }

    .k3-3,
    .k3-2 {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .k3-3 .a-text {
        padding: 0 8%;
    }

    .k3-4-right,
    .k3-6-right,
    .k3-8-right,
    .k3-5-left,
    .k3-7-left,
    .k3-9-left {
        left: 0;
        top: 15px;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .k3-4 .kk-img-q {
        margin-top: 145px;
    }

    .k3-5 .kk-img-q {
        margin-top: 165px;
    }

    .k3-6 .kk-img-q {
        margin-top: 145px;
    }

    .k3-7 .kk-img-q {
        margin-top: 115px;
    }

    .k3-8 .kk-img-q {
        margin-top: 125px;
    }

    .k3-9 .kk-img-q {
        margin-top: 185px;
    }

    .k3 .a-text {
        padding: 0 8%;
    }

    .k3-4-right,
    .k3-6-right,
    .k3-8-right,
    .k3-5-left,
    .k3-7-left,
    .k3-9-left {
        width: auto;
    }


    /* dby */
    .dby-2-div {
        flex-wrap: wrap;
        padding: 30px 4%;
    }

    .dby-2-center {
        padding: 0;
        margin: 15px 0;
    }

    .dby-4,
    .dby-5,
    .dby-7,
    .dby-9,
    .dby .cc2-wrap {
        padding-top: 30px;
        flex-wrap: wrap;
    }

    .dby-text-img {
        margin-bottom: 25px;
    }

    .br-span {
        display: inline-block;
    }

    .dby-4-left,
    .dby-9-left {
        width: 100%;
        box-sizing: border-box;
        padding: 0 3%;
        text-align: center;
        margin-bottom: 20px;
    }

    .dby-4-left .a-img-sm,
    .dby-9-left .a-img-sm {
        margin-left: 0;
    }

    .dby .a-img-sm img {
        max-width: 50%;
    }

    .dby-4-right,
    .dby-9-right {
        width: 100%;
        padding: 0 3%;
    }

    .dby-5,
    .dby-7 {
        flex-direction: column-reverse;
    }

    .dby-5-left,
    .dby-7-left {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .dby-5-right,
    .dby-7-right {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .dby-5-right .a-img-sm,
    .dby-7-right .a-img-sm {
        margin-right: 0;
    }

    .dby-6-left h3 {
        color: #030303;
    }

    .dby-6-left p {
        color: #3b3b3b;
    }

    .dby-6-left {
        text-align: center;
        top: 20px;
        left: 0;
    }

    .dby-6-div {
        padding-top: 140px;
    }

    .dby-9-left .a-img-sm img {
        max-width: 25%;
    }

    .dby .a-text h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .dby .a-text p {
        font-size: 14px;
    }

    /* db3 */
    .db3-2 {
        padding: 25px 0;
        background: #84d4ff;
    }

    .db3-5,
    .db3-4,
    .db3-6,
    .db3-9,
    .db3-7 {
        padding-top: 25px;
    }

    .db3-5,
    .db3-6 {
        flex-direction: column-reverse;
    }

    .db3-4,
    .db3-9 {
        flex-direction: column;
    }

    .db3-4 .dby-4-left .a-img-sm {
        margin-left: 0;
        margin-top: 5%;
    }

    .db3-8 .a-text h3 {
        color: #030303;
    }

    .db3-8 .a-text p {
        color: #3b3b3b;
    }

    .db3-8-text {
        top: 0;
        padding-top: 20px;
    }

    .db3-8 .dby-text-img {
        padding-top: 130px;
    }

    .db3-9 .dby-9-left {
        width: 100%;
    }

    .db3-9 .dby-9-right {
        width: 100%;
        text-align: center;
    }

    .db3-7 {
        flex-direction: column-reverse;
    }

    .db3-7 .dby-7-left {
        width: 100%;
    }

    .db3-7 .dby-7-right {
        width: 100%;
    }

    .db3-2-top,
    .db3-2-bottom {
        flex-wrap: wrap;
    }

    .db3-2-top div,
    .db3-2-bottom div {
        margin-bottom: 10px;
    }
}

.pro_pv_v_list li:nth-child(5),
.pro_pv_v_list li:nth-child(6),
.pro_pv_v_list li:nth-child(7),
.pro_pv_v_list li:nth-child(8) {
    display: none;
}








.os-banner-img img {
    width: 100%;
    vertical-align: middle;
}

.os-pro-box1 {
    background-image: url(../images/os7_banner_bg_01_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.os-pro-box1 .os-wrap {
    width: 1725px;
    max-width: 98%;
    margin: 0 auto;
    padding: 60px 0;
}

.os-pro-box1 .detail {
    margin: 0 1% 0 0;
    position: relative;
}

.os-pro-box1 .right {
    margin-right: 0;
}

.os-pro-box1 h5 {
    color: #000;
    font-size: 33px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1em;
}

.os-pro-box1 p {
    color: #3d3d3f;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1em;
}

.os-pro-box1 .pro-flex1 {
    display: flex;
    margin-bottom: 1%;
}

.os-pro-box1 .pro-flex1 .left .text {
    position: absolute;
    top: 40%;
    left: 8%;
}

.os-pro-box1 .pro-flex1 .mid .text {
    position: absolute;
    top: 7%;
    left: 8.5%;
}

.os-pro-box1 .pro-flex1 .right .text {
    position: absolute;
    top: 7%;
    left: 8%;
}

.os-pro-box1 .pro-flex2 {
    display: flex;
}

.os-pro-box1 .pro-flex2 .left .text {
    position: absolute;
    top: 20%;
    right: 3%;
}

.os-pro-box1 .pro-flex2 .mid .text {
    position: absolute;
    top: 8%;
    left: 0%;
    width: 100%;
    text-align: center;
}

.os-pro-box1 .pro-flex2 .mid .icon {
    text-align: center;
    position: absolute;
    bottom: 11%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 0 10%;
}

.os-pro-box1 .pro-flex2 .mid.detail .icon {
    text-align: center;
    position: absolute;
    bottom: 11%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 0 0;
}

.os-pro-box1 .pro-flex2 .mid .icon p {
    margin-top: 15px;
    text-align: center;
}

.os-pro-box1 .pro-flex2 .right .text {
    position: absolute;
    top: 5%;
    left: 6%;
}

.os-pro-box2 {
    position: relative;
}

.os-pro-box2 .text {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 80px;
    width: 100%;
}

.pro-com-title {
    margin-bottom: 55px;
    text-align: center;
    color: #000;
    font-size: 46px;
    line-height: 1em;
    font-weight: normal;
}

.pro-com-p {
    text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    line-height: 1em;
    margin-bottom: 20px;
}

.os-pro-box3 {
    position: relative;
}

.os-pro-box3 .text {
    position: absolute;
    right: 5%;
    top: 80px;
}

.os-pro-box3 .text h3 {
    text-align: end;
}

.os-pro-box3 .text p {
    text-align: end;
}

.os-pro-box4 {
    padding: 80px 0 20px;
    background-image: url(../images/os7_banner_bg_04_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.os-pro-box4 .pro-box4-flex {
    display: flex;
    justify-content: space-between;
}

.os-pro-box4 .pro-box4-flex h3,
.os-pro-box4 .pro-box4-flex p {
    color: #fff;
    text-align: start;
}

.os-pro-box4 .pro-box4-flex .pro-box4-left {
    margin: 5px 0 0 6%;
}

.os-pro-box5 {
    padding: 80px 0 130px;
    background-image: url(../images/os7_banner_bg_05_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.os-pro-box5 .pro-box5-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.os-pro-box5 .pro-box5-flex h3,
.os-pro-box5 .pro-box5-flex p {
    text-align: end;
}

.os-pro-box5 .pro-box5-flex .pro-box5-left {
    padding-left: 9%;
}

.os-pro-box5 .pro-box5-flex .pro-box5-lefttop {
    padding-right: 180px;
}

.os-pro-box5 .pro-box5-right .pro-box5-left-bottom {
    margin-top: 220px;
    margin-right: 60px;
}

.os-pro-box5 .pro-box5-right .pro-box5-left-bottom.en {
    margin-top: 90px;
    margin-right: 60px;
}

.os-pro-box5 .pro-box5-right ul {
    display: flex;
}

.os-pro-box5 .pro-box5-right li {
    list-style: none;
    padding: 0 15px;
}

.os-pro-box5 .pro-box5-right li p {
    margin-top: 10px;
    text-align: center !important;
    font-size: 20px;
}

.os-pro-box5 .pro-box5-right li:last-child {
    padding-top: 41px;
}

.pro-box6-flex {
    background-image: url(../images/os7_box6_bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}

.pro-box6-flex .pro-box6-left {
    padding: 85px 0 0;
    width: 50%;
}

.pro-box6-flex .pro-box6-right {
    width: 50%;
    height: 100%;
}

.pro-box6-flex .pro-box6-right div {
    height: 100%;
}

.pro-box6-flex .pro-box6-right img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.pro-box6-flex .pro-box6-lefttop {
    padding: 0 0 0 200px;
}

.pro-box6-flex .pro-box6-lefttop p {
    text-align: start;
    color: #fff;
}

.pro-box6-flex .pro-box6-lefttop h3 {
    text-align: start;
    color: #fff;
}

.pro-box6-flex .pro-box6-left-bottom {
    margin-top: 135px;
    margin-left: 140px;
}

.pro-box6-flex .pro-box6-left-bottom p {
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

.pro-box6-flex .pro-box6-left-bottom ul.en {
    max-width: 880px;
}

.pro-box6-flex .pro-box6-left-bottom ul.en li {
    width: 145px;
    padding: 0 10px 40px 0;
    margin: 0;
}

.pro-box6-flex .pro-box6-left-bottom ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    max-width: 820px;
}

.pro-box6-flex .pro-box6-left-bottom ul li {
    padding: 0 50px 40px 0;
    text-align: center;
}

.pro-box6-flex .pro-box6-left-bottom ul li:last-child {
    margin: 0;
}

.os-pro-box7 {
    padding: 80px 0 40px;
    background-image: url(../images/os7_banner_bg_07.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.os-pro-box7 .pro-box7-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.os-pro-box7 .pro-box7-flex h3,
.os-pro-box7 .pro-box7-flex p {
    text-align: start;
}

.os-pro-box7 .pro-box7-flex .pro-box7-left {
    padding-left: 9%;
}

.os-pro-box7 .pro-box7-flex .pro-box7-right {
    margin-right: 44px;
}

.os-pro-box7 .pro-box7-left .pro-box7-left-bottom {
    margin-top: 220px;
    margin-right: 60px;
}

.os-pro-box7 .pro-box7-left ul {
    display: flex;
}

.os-pro-box7 .pro-box7-left li {
    text-align: center;
    list-style: none;
    padding: 0 30px;
}

.os-pro-box7 .pro-box7-left li p {
    margin-top: 10px;
    text-align: center !important;
    font-size: 20px;
}

.os-pro-box7 .pro-box7-left li:last-child {
    padding-top: 48px;
}

@media screen and (max-width: 1600px) {

    .os-pro-box1 h5 {
        font-size: 28px;
    }

    .os-pro-box1 p {
        font-size: 22px;
    }

    .os-pro-box1 .icon img {
        width: 70%;
    }

    .pro-com-title {
        margin-bottom: 25px;
        font-size: 40px;
    }

    .pro-com-p {
        font-size: 26px;
    }

    .os-pro-box4 .pro-box4-right {
        width: 48%;
    }

    .os-pro-box5 .pro-box5-left {
        width: 48%;
    }

    .os-pro-box5 .pro-box5-right {
        width: 48%;
    }

    .os-pro-box5 .pro-box5-right li {
        width: 110px;
    }

    .os-pro-box5 .pro-box5-right .pro-box5-left-bottom {
        margin-top: 150px;
    }

    .os-pro-box5 .pro-box5-flex .pro-box5-lefttop {
        padding-right: 115px;
    }

    .os-pro-box7 .pro-box7-left li {
        padding: 0px 15px;
        width: 130px;
    }

    .os-pro-box7 .pro-box7-flex .pro-box7-right {
        width: 45%;
    }

    .os-pro-box7 .pro-box7-flex .pro-box7-left {
        width: 48%;
    }

    .os-pro-box5 .pro-box5-right .pro-box5-left-bottom.en li {
        padding: 0 5px;
    }

    .os-pro-box5 .pro-box5-right li:last-child {
        padding-top: 40px !important;
    }
}

@media (max-width: 1280px) {
    .os7-html {
        width: 1280px;
        max-width: 1280px;
    }

    .os-pro-box1 .pro-flex1 .right .text {
        position: absolute;
        top: 7%;
        left: 1%;
    }

    .pro-box6-flex .pro-box6-left {
        width: 55%;
    }

    .os-pro-box7 .pro-box7-flex .pro-box7-left {
        width: 49%;
    }

    .os-pro-box7 .pro-box7-flex .pro-box7-left {
        padding-left: 8%;
    }

    .pro-box6-flex .pro-box6-left-bottom {
        margin-top: 80px;
    }

    .os-pro-box1 .icon img {
        width: 54%;
    }

    .pro-box6-flex .pro-box6-lefttop {
        padding-left: 160px;
    }
}

@media screen and (max-width: 1480px) {
    .os-pro-box1 p {
        font-size: 18px;
    }

    .os-pro-box1 h5 {
        font-size: 24px;
    }

    .os-pro-box5 .pro-box5-right li {
        width: 80px;
    }

    .os-pro-box5 .pro-box5-right .pro-box5-left-bottom.en li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1280px) {
    .os-pro-box1 .pro-flex2 .left .text {
        right: 0%;
    }

    .os-pro-box1 .pro-flex1 .left .text {
        left: 4%;
    }

    .os-pro-box1 .pro-flex2 .right .text {
        left: 3%;
        text-align: start;

    }
}


.a06-banner-img img {
    width: 100%;
}

.a06-img img {
    width: 100%;
}

.wrap-1600 {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.a06-page1 {
    position: relative;
}

.a06-page2 {
    position: relative;
}

.a06-page3 {
    position: relative;
}

.a06-page1 .wrap-1600 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 15%;
    z-index: 9;
}

.a06-page2 .wrap-1600 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 15%;
    z-index: 9;
}

.a06-page3 .wrap-1600 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 15%;
    z-index: 9;
}

.a06-page3 .a06-text h3 {
    text-align: center;
}

.a06-page3 .a06-text p {
    text-align: center;
}

.a06-text h3 {
    font-size: 60px;
    line-height: 1.3em;
    color: #010101;
    text-align: end;
    margin-left: auto;
    margin-bottom: 10px;
    font-weight: normal;
}

.a06-text p {
    font-size: 30px;
    line-height: 1.65em;
    width: auto;
    color: #393838;
    text-align: end;
    margin-left: auto;
    font-weight: normal;
}

.a06-page2 h3 {
    font-size: 60px;
    line-height: 1.3em;
    color: #010101;
    text-align: start;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

.a06-page2 p {
    font-size: 30px;
    line-height: 1.65em;
    width: auto;
    color: #010101;
    text-align: start;
    margin-left: 0;
    font-weight: normal;
}

.color-white h3 {
    color: #fff;
}

.color-white p {
    color: #fff;
}

.a06-inner-img {
    text-align: center;
    margin-top: 30px;
    max-width: 50%;
}

@media screen and (max-width: 1700px) {
    .a06-page1 .wrap-1600 {
        top: 10%;
    }

    .a06-page1.a06-page11 .wrap-1600 {
        top: 3%;
    }

    .a06-page2 .wrap-1600 {
        top: 10%;
    }

    .a06-page2 .wrap-1600 {
        top: 10%;
    }

    .a06-text h3 {
        font-size: 48px;
        width: auto !important;
    }

    .a06-text p {
        font-size: 24px;
    }

    .a06-inner-img img {
        max-width: 40%;
    }

    .a07-page1.a06-page1 h3 {
        text-align: end;
    }

}

@media screen and (max-width: 768px) {
    .a07-page1.a06-page1 h3 {
        text-align: end;
    }

    .a06-page1 .wrap-1600 {
        top: 4%;
    }

    .a06-page2 .wrap-1600 {
        top: 4%;
    }

    .a06-page3 .wrap-1600 {
        top: 4%;
    }

    .a06-text h3 {
        font-size: 15px;
        width: auto;
        margin-bottom: 0;
        font-weight: bold;
    }

    .a06-text p {
        font-size: 12px;
    }

    .a06-inner-img {
        margin-top: 10px;
    }
}



/* a20 */
.wrap-1600 {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

.a20-banner-img img {
    width: 100%;
}

.a20-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.a20-page h2 {
    padding: 30px 0 10px;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
}

.a20-page p {
    font-size: 30px;
    line-height: 1.8em;
    text-align: center;
    color: #3b3b3b;
}

.a20-img {
    text-align: center;
}

.a20-page1 .a20-img {
    text-align: start;
}

.a20-page1 .a20-img img {
    margin-left: 10%;

}

.a20-page2 .a20-img img {
    margin: 40px 0;

}

.a20-page3 .a20-img {
    margin-bottom: 40px;
}

.a20-page4 .a20-img {
    margin-top: 15px;
}

.a20-row {
    margin: 48px 0 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a20-row .con1 {
    text-align: center;
    padding: 0 72px;
}

.a20-row .con1 p {
    font-size: 21px;
    font-weight: bold;
}

.a20-row .con1:not(:last-child) {
    border-right: 1px solid #000;
}

.a20-page5.a20-page h2 {
    color: #fff;
}

.a20-page5.a20-page p {
    font-size: 19px;
    color: #fff;
    width: 80%;
    margin: 25px auto 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/a20_text_bg_03.jpg);
    line-height: 1.2em;
}

.a20-page6 {
    position: relative;
}

/* .a20-page6 .wrap-1600{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
} */
.a20-page6-img img {
    width: 100%;
}

.a20-page.a20-page5 {
    padding-bottom: 35px;
}

.a20-page6 .a20-img img {
    margin: 10px 0 0 28%;
}

@media screen and (max-width: 768px) {
    .a20-page h2 {
        padding: 20px 0 5px;
        font-size: 20px;
        font-weight: bold;
    }

    .a20-page p {
        font-size: 14px;
        line-height: 1.6em;
        text-align: center;
        color: #3b3b3b;
    }

    .a20-row .con1 {
        text-align: center;
        padding: 0px 20px;
    }

    .a20-row .con1 img {
        width: 60%;
        margin-bottom: 5px;
    }

    .a20-row .con1 p {
        font-size: 16px;
        font-weight: bold;
    }

    .a20-row {
        margin: 20px 0 30px;
    }

    .a20-page3 .a20-img {
        width: 80%;
        margin: 0 auto 15px;
    }

    .a20-page5.a20-page p {
        font-size: 16px;
        color: #fff;
        width: 100%;
        margin: 5px auto 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/a20_text_bg_03.jpg);
        line-height: 1.2em;
    }

    .a20-page.a20-page5 {
        padding-bottom: 15px;
    }

    .a20-page5 .a20-img {
        overflow: hidden;
        padding: 4% 0;
    }

    .a20-page5 .a20-img img {
        transform: scale(1.4);
    }

    .a20-page1 .a20-img img {
        margin-left: 0%;
    }

    /* .a20-page6 .wrap-1600 {
        top: -17px;
    } */
    .a20-page6 {
        padding-bottom: 20%;
        position: relative;
    }

    .a20-page6 .a20-img img {
        margin: 10px 0 0 19%;
        width: 70%;
    }

    .a20-page4 .a20-img img {
        width: 50%;
    }
}


.gt3-banner-img img {
    width: 100%;
}

.gt3-img img {
    width: 100%;
}

.wrap-1500 {
    width: 1500px;
    max-width: 94%;
    margin: 0 auto;
}

.gt-row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.dis-flex {
    display: flex;
}

.jusb {
    justify-content: space-between;
}

.alic {
    align-items: center;
}

.gt3-page1 {
    padding: 45px 0 85px;
}

.gt3-page1 .wrap-1500 {
    width: 1540px;
}

.gt3-img {
    margin: 0 20px;
}

.gt3-page2 {
    background-image: url(../images/gt3_bg1_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt3-page2 {
    padding: 70px 0 0;
}

.gt3-text h3 {
    font-size: 46px;
    margin-bottom: 30px;
    font-family: 'Myriad Pro';
    font-weight: normal;
}

.gt3-text p {
    font-size: 30px;
    line-height: 1.65em;
    color: #3c3c3c;
    font-family: 'Myriad Pro';
}

.gt3-page2 .gt3-text {
    text-align: end;
}

.gt3-page2 .gt3-text img {
    margin-top: 50px;
}

.gt3-page3 .gt3-text {
    padding: 75px 0 0;
    position: relative;
}

.gt3-page3 {
    position: relative;
}

.gt3-page3 .wrap-1500 {
    position: absolute;
    bottom: 5px;
    transform: translateX(-50%);
    left: 50%;
}

.gt3-page3 .gt3-pic {
    text-align: end;
}

.gt3-page4 {
    padding: 90px 0 0;
}

.gt3-page4 .gt3-text {
    position: relative;
}

.gt3-page4 {
    background-image: url(../images/gt_bg02_04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt3-page3 .poab-img {
    margin-top: 135px;
}

.bot-img {
    margin-top: 30px;
    position: relative;
    display: inline-block;
}

.bot-img p {
    font-size: 20px;
    white-space: nowrap;
    position: absolute;
    top: 70%;
    left: 110%;
}

.gt3-page5 {
    position: relative;
    padding: 60px 0 30px;
    background-image: url(../images/gt_bg3_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt3-page5 .gt3-text {
    text-align: end;
}

.gt3-page5 .gt3-text h3 {
    color: #fff;
}

.gt3-page5 .gt3-text p {
    color: #fff;
}

.gt3-page5 .gt3-pic {
    margin-left: -90px;
}

.gt3-page5 .gt3-text>img {
    position: absolute;
    right: 0;
    bottom: 55px;
}

.gt3-page6 {
    padding: 75px 0 0;
    background-image: url(../images/gt_bg04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt3-page6 .gt3-text>img {
    margin-top: 80px;
}

.gt3-page7 {
    position: relative;
    padding: 75px 0 30px;
    background-image: url(../images/gt11111.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gt3-page7 .gt3-ab {
    width: 100%;
}

.gt3-page7 .wrap-1500 {
    position: absolute;
    top: 75px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: end;
}

.gt3-page7 .gt3-text {
    width: 100%;
}

.gt3-page8 {
    padding: 40px 0 0;
    position: relative;
}

.gt3-page8 .wrap-1500 {
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
    left: 50%;
}

.gt3-page8 .gt3-text h3 {
    padding-top: 30px;
}

.gt3-page8 .gt3-pic {
    text-align: end;
}

@media screen and (max-width: 768px) {
    .gt3-page1 {
        padding: 30px 0;
    }

    .gt-row {
        display: block;
        margin-top: 0;

    }

    .gt3-img {
        margin: 10px 0 0;
    }

    .dis-flex {
        display: block;
    }

    .gt3-page2 .gt3-text {
        text-align: start;
    }

    .gt3-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'Myriad Pro';
        font-weight: normal;
    }

    .gt3-page2 .gt3-pic {
        max-width: 80%;
        margin: 0 auto 30px;
    }

    .gt3-page2 {
        padding: 30px 0;
    }

    .gt3-text p {
        font-size: 16px;
        line-height: 1.65em;
    }

    .gt3-page4 {
        padding: 30px 0;
    }

    .gt3-page3 .wrap-1500 {
        position: initial;
        bottom: 5px;
        transform: none;
        left: 50%;
    }

    .gt3-page3 .gt3-text {
        padding: 30px 0;
    }

    .gt3-page3 .poab-img {
        margin-top: 30px;
    }

    .gt3-page5 .gt3-text>img {
        position: initial;
        margin: 20px auto;
        max-width: 80%;
        display: block;
    }

    .gt3-page5 .gt3-text {
        text-align: start;
    }

    .gt3-page6 {
        padding: 30px 0;
    }

    .gt3-page6 .gt3-text>img {
        margin: 20px auto 30px;
    }

    .gt3-page7 {
        padding: 30px 0;
    }

    .gt3-page7 .wrap-1500 {
        position: initial;
        transform: none;
        width: 100%;
        text-align: start;
        padding: 30px 0 10px;
    }

    .gt3-page8 .wrap-1500 {
        position: initial;
        padding: 0 0 30px;
        transform: none;
    }

    .bot-img p {

        white-space: nowrap;
        position: initial;
        text-align: center;
        margin: 10px 0;
    }
}


.osb-banner-img img {
    width: 100%;
}

.osb-img img {
    width: 100%;
}

.wrap-1000 {
    width: 1000px;
    max-width: 94%;
    margin: 0 auto;
}

.gt-row {
    display: flex;
    justify-content: space-between;
}

.osb-page1 .gt-row {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
}

.dis-flex {
    display: flex;
}

.osb-tr {
    text-align: end;
}

.jusb {
    justify-content: space-between;
}

.alic {
    align-items: center;
}

.osb-page1 {
    padding: 45px 0 85px;
}



.osb-img {
    margin: 0;
}

.osb-page1 {
    padding: 50px 0;
    background-image: url(../images/osb_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.osb-50 {
    width: 50%;
    padding: 0%;
}

.osb-page1 .osb-50 {
    padding: 0.5%;
}

.osb-text h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: normal;
}

.osb-text p {
    font-size: 20px;
    line-height: 1.65em;
    color: #3c3c3c;
}

.osb-page2 {
    padding: 50px 0;
    background-image: url(../images/osb_bg2_02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.osb-relative {
    position: relative;
}

.osb-page2 .osb-pic {
    position: absolute;
    bottom: -50px;
    left: 30px;
}

.osb-page3 {
    background-image: url(../images/osb_bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.osb-page3 .osb-text {
    padding: 50px 0;
}

.osb-page3 .osb-img img {
    width: 100%;
}

.osb-page3 .wrap-1000 {
    position: absolute;
    top: 0;
    transform: translate(-50%);
    left: 50%;
    height: 100%;
    overflow: hidden;
}

.osb-page3 .gt-row {
    justify-content: flex-end;
    margin: 0;
}

.osb-page4 {
    background-image: url(../images/osb_bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.osb-page4 .osb-text {
    padding: 50px 0;
}

.osb-page4 .osb-img {
    padding: 10px 0;
}

.osb-page4 .osb-pic {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.osb-page5 {
    position: relative;
    padding: 50px 0 0px;
    background-image: url(../images/osb_bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.osb-page5 .osb-text {
    text-align: end;
}

.osb-page5 .osb-text h3 {
    color: #fff;
}

.osb-page5 .osb-text p {
    color: #fff;
}

.osb-page5 .osb-img {
    margin-left: -90px;
    margin-bottom: -40px;
}

.osb-page5 .osb-text>img {
    position: absolute;
    right: 0;
    bottom: 55px;
}

.osb-page6 {
    position: relative;
    padding: 50px 0px 0;
    background-image: url(../images/osb_bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.osb-page6 .osb-pic {
    margin-top: 240px;
}

.osb-page7 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.osb-page7 .wrap-1000 {
    position: absolute;
    text-align: end;
    top: 50px;
    transform: translate(-50%);
    left: 50%;
}

.osb-page7 .gt-row {
    width: 100%;
    display: block;
}

.osb-page7 .osb-img {
    max-width: 1300px;
    margin: 0 auto;
}

.osb-page7 .osb-img img {
    width: 100%;
}

.osb-page7 .osb-pic {
    margin-top: 48px;
}

.osb-page8 {
    background-image: url(../images/osb_bg09.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.osb-page8 .osb-text {
    padding: 60px 0;
}

.osb-page8 .osb-pic {
    margin-top: 100px;
}

@media (max-width:768px) {

    .osb-page1 .gt-row {
        display: block;
    }

    .osb-page1 .osb-50 {
        width: 100%;
    }

    .osb-page1 .osb-img {
        width: 100% !important;
        margin-top: 2%;
    }

    .gt-row {
        display: block;
    }

    .osb-text h3 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .osb-text p {
        font-size: 16px;
        line-height: 1.65em;
        color: #3c3c3c;
    }

    .osb-page2 .osb-pic {
        position: initial;
    }

    .osb-page2 .osb-img {
        margin: 30px auto 0;
        max-width: 80%;
    }

    .osb-page3 .osb-img {
        width: 100%;
    }

    .osb-page3 .wrap-1000 {
        position: initial;
        top: 0;
        transform: none;
        left: 50%;
        height: auto;
        overflow: hidden;
    }

    .osb-page3 .osb-text {
        padding: 30px 0;
    }

    .osb-tr {
        text-align: start;
    }

    .osb-page4 .osb-pic {
        position: initial;
        bottom: 20px;
        left: 40px;
    }

    .osb-page4 .osb-img {
        margin: 0px auto 30px;
        max-width: 80%;
    }

    .dis-flex {
        display: block;
    }

    .osb-page5 .osb-text>img {
        position: initial;
        width: 80%;
        margin: 10%;
    }

    .osb-page5 .osb-img {

        margin: 0 auto 30px;
        max-width: 80%;
    }

    .osb-page5 .osb-text {
        text-align: start;
    }

    .osb-page6 .osb-pic {
        margin: 30px auto !important;
        max-width: 70%;
    }

    .osb-page7 .wrap-1000 {
        position: initial;
        text-align: start;
        padding: 30px 0;
        top: 50px;
        transform: none;
        left: 50%;
    }

    .osb-page8 .osb-pic {
        margin-top: 30px;
    }
}

.alic {
    align-items: center;
}


.pro-banner img {
    width: 100%;
}

.pro-wrap {
    width: 1120px;
    margin: 0 auto;
    max-width: 94%;
}

/*
.pro-wrap2 {
    width: 1280px;
    margin: 0 auto;
    max-width: 94%;
}
*/
.pro-row {
    display: flex;
    flex-wrap: wrap;
}

.por-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro-wid3 {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 10px;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.pro-wid3:nth-child(3n) {
    margin-right: 0;
}

.pro-product .pro-text {
    padding: 18px 40px 5px;
}

.pro-product .pro-text h3 {
    font-size: 19px;
    font-weight: bold;
}

.pro-product .pro-text p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
}

.pro-product .pro-img {
    text-align: end;
}

.pro-product {
    padding: 35px 25px;
}

.pro-tc {
    text-align: center;
}

.pro-title h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.pro-title p {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 0px;
}

.pro-product2 {
    padding: 50px 0 0;
}

.pro-product2 .pro-img {
    padding-top: 50px;
}

.pro-product3 .pro-img {
    width: 60%;
}

.pro-product3 .pro-text {
    width: 40%;
    padding: 0 10% 0 8%;
    text-align: end;
}

.pro-product3 .pro-text p {
    margin-left: auto;
    max-width: 300px;
    color: #3c3c3c;
}

.pro-product4 .pro-img {
    width: 60%;
}

.pro-product4 .pro-text {
    width: 40%;
    padding: 0 8% 0 10%;
    text-align: start;
}

.pro-product4 .pro-text p {
    margin-right: auto;
    max-width: 320px;
    color: #3c3c3c;
}

.pro-product5 {
    padding: 50px 0;
}

.pro-product5 .pro-img {
    padding-top: 50px;
}

.pro-product6 .pro-img {
    width: 60%;
}

.pro-product6 .pro-text {
    width: 40%;
    padding: 0 110px 0 30px;
    text-align: end;
}

.pro-product6 .pro-text p {
    margin-left: auto;
    color: #3c3c3c;
}

.pro-product7 .pro-img {
    width: 60%;
}

.pro-product7 .pro-text {
    width: 40%;
    padding: 0 60px 0 110px;
    text-align: start;
}

.pro-product7 .pro-text p {
    margin-right: auto;
    max-width: 335px;
    color: #3c3c3c;
}

.pro-text {
    box-sizing: border-box;
}


@media (max-width:768px) {


    .pro-wid3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pro-title h2 {
        font-size: 20px;
    }

    .pro-title p {
        font-size: 14px;
    }

    .pro-product3 .pro-img {
        width: 100%;
    }

    .pro-product3,
    .pro-product4,
    .pro-product6,
    .pro-product7 {
        padding: 50px 0 0;
    }

    .pro-product4 {
        padding-bottom: 50px;
    }

    .pro-wrap2 .pro-title h2 {
        margin: 10px 0;
    }

    .pro-wrap2 .pro-text {
        width: 100%;
        padding: 0;
        text-align: start;
    }

    .pro-text p {
        max-width: none !important;
    }

    .pro-product4 .pro-row,
    .pro-product7 .pro-row {
        flex-direction: column-reverse;
    }

    .pro-product4 .pro-img,
    .pro-product6 .pro-img,
    .pro-product7 .pro-img {
        width: 100%;
    }
}/* Header Styles */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(18, 18, 18, 0.25);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.main-header.scrolled {
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-icon {
    font-size: 1.8rem;
    margin-right: 10px;
    color: var(--primary-color);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
}

/* Navigation */
.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
}

.nav-list li {
    margin-left: 30px;
    position: relative;
}

.nav-list li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-list li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-list li a:hover::after {
    width: 100%;
}

.nav-list li a:hover {
    color: var(--primary-color);
}

.nav-actions {
    margin: 30px;
}

.theme-toggle {
    background: transparent;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    font-size: 1.2rem;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
}

.theme-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.theme-toggle .fa-sun {
    opacity: 0;
}

[data-theme="light"] .theme-toggle .fa-moon {
    opacity: 0;
}

[data-theme="light"] .theme-toggle .fa-sun {
    opacity: 1;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    margin: 4px 0;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
/* Hero Section */
.hero {
    padding: 150px 0 100px;
    overflow: hidden;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero-content {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-actions {
    display: flex;
    gap: 20px;
}

.hero-image {
    flex: 1;
    min-width: 300px;
    height: 500px;
    position: relative;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Features Section */
.features {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    background-color: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background-color: var(--card-hover);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.feature-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--text-color);
}

/* --- Brand Navigation --- */
.brand_nav {
    background: #b9b7b7;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10;
}
.brand_nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.brand_nav li {
    display: inline-block;
    padding: 0 2em;
}
.brand_nav li.active {
    background: #cc0000;
}
.brand_nav a {
    color: #fff;
    font-size: 18px;
    line-height: 4em;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

/* --- Brand Content --- */
.brand {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #fff;
    color: #333;
}
.brand .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.brand .title h3 {
    font-size: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
    color: #333;
}
.brand_con ul {
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
}
.brand_con li {
    width: 30%;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 2em 1em;
    box-sizing: border-box;
    margin-right: 2%;
}
.brand_con li:last-child {
    margin-right: 0;
}
.brand_con .con {
    color: #cc0000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 1em;
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
}
.brand_con .con span {
    width: 42px;
    height: 42px;
    border: 1px solid #cccccc;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}
.brand_con h4 {
    font-size: 1.2em;
    margin: 1em 0 0.5em 0;
    text-align: center;
}
.brand_con p {
    color: #696969;
    line-height: 1.7em;
    text-align: center;
    letter-spacing: 1px;
}
.brand .hr {
    width: 80%;
    height: 1px;
    background: #e9e9e9;
    margin: 3em auto 0;
}

    /* --- Custom Carousel Styles --- */
 .custom-carousel {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 80px auto 0 auto;
    overflow: hidden;
    /*border-radius: 16px;*/
    background: #181818;
    min-height: 540px;
}
.carousel-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}
.carousel-slide {
    min-width: 100%;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 16px;*/
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }
.carousel-btn:hover { background: #d00; }
.carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.carousel-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
    padding: 0;
}
.carousel-dots button.active {
    background: #d00;
    opacity: 1;
}
@media (max-width: 900px) {
    .custom-carousel, .carousel-slide { height: 480px; min-height: 480px; }
}
@media (max-width: 600px) {
    .custom-carousel, .carousel-slide { height: 280px; min-height: 280px; }
    .carousel-btn { width: 32px; height: 32px; font-size: 1.2rem; }
}
    /* --- Custom Carousel Styles --- */


    /* --- Scrol --- */

    

.brand_con5 {
    text-align: center;
    padding: 80px 0 110px;
}

.brand_con5 .title h3 {
    font-size: 24px;
    margin-bottom: 3.5em;
}

.brand_con5 li {
    width: 48%;
    vertical-align: top;
    text-align: left;
    padding-left: 18%;
    box-sizing: border-box;
    margin-bottom: 2em;
    line-height: 2em;
    letter-spacing: 1px;
}

.brand_con5 li.last {
    border-right: none;
}

.brand_con5 li .con {
    height: 70px;
    line-height: 70px;
    display: none;
}

.brand_con5 h4 {
    font-size: 20px;
    line-height: 3em;
}

.brand_con5 li p {
    font-size: 16px;
    line-height: 2.2em;
}

.brand_con5 .link_list span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #333333;
    margin: 3em auto;
}

.brand_con5 .link_list a {
    width: 50px;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    margin: 0 1em;
}

.brand_con5 .link_list a.Facebook {
    background: url("brands images/link_iconb_03.png") center no-repeat;
}

.brand_con5 .link_list a.Twitter {
    background: url("../images/link_icon_03_03_03_09.png") center no-repeat;
}

.brand_con5 .link_list a.Instagram {
    background: url("brands images/link_icon_03_03_03_06.png") center no-repeat;
}

.brand_con5 .link_list a.Youtube {
    background: url("brands images/link_icon_03_03_03_03_03.png") center no-repeat;
}

.brand_con5 .link_list a.Facebook:hover {
    background: url("brands images/link_icon_03.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con5 .link_list a.Twitter:hover {
    background: url("brands images/link_icon_03_06.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con5 .link_list a.Instagram:hover {
    background: url("brands images/link_icon_03_03_06.png") center no-repeat;
    background-color: #c4c4c4;
}

.brand_con5 .link_list a.Youtube:hover {
    background: url("brands images/link_icon_09_03.png") center no-repeat;
    background-color: #c4c4c4;
}