/*
* @Author: Dodo
* @Date:   2020-01-07 09:46:46
 * @Last Modified by: Dodo
 * @Last Modified time: 2020-03-24 15:29:10
*/

@charset "utf-8";

body {
    font-family: "微软雅黑";
    overflow-x: hidden;
}
body.on{
    overflow: hidden;
}

img {
    max-width: 100%;
}

a{
    outline: none;
}


@media screen and (min-width: 1366px){
    .container{
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 1440px){
    .w1400.container{
        width: 1400px;
    }
}
@media screen and (min-width: 1660px){
    .w1600.container{
        width: 1600px;
    }
}
@media (min-width: 1440px) and (max-width: 1659px){
    .w1600.container{
        width: 1400px;
    }
}

.f0{
    font-size: 0;
}
.bg-f5{
    background: #f5f5f5;
}


/*============================= public =============================*/

/* header */
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* background: #fff; */
}
.header .a-logo{
    position: absolute;
    left: 4.16%;
    top: 50%;
    transform: translateY(-50%);
}
.header .a-logo img{
    width: 228px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .a-logo .mg1{
    position: absolute;
    left: 0;
    top: 0;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
    opacity: 0;
}

.header-right{
    position: absolute;
    right: 4.6%;
    top: 25px;
    line-height: 40px;
}
.header-tell{
    font-family: Arial;
    font-size: 24px;
    color: #fabb00;
}
.header-right .mg-icon{
    float: right;
    margin-left: 30px;
    cursor: pointer;
}

.header .mg-search{
    float: right;
    margin-left: 20px;
    display: none;
}
.header-bream{
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    padding-top: 12px;
    margin-top: 6px;
    cursor: pointer;
    display: none;
}
.header-bream span{
    display: block;
    height: 1px;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    background-color: #fabb00;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before,.header-bream:after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fabb00;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before{
    top: 2px;
}
.header-bream::after{
    bottom: 2px;
}

.header-bream.on span{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.header-bream.on::before{
    top: 12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg); 
}
.header-bream.on::after{
    bottom: 12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.nav-toggle{
    padding-left: 25.2%;
    padding-right: 25.2%;
}

.nav-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-list li:first-child{
    margin-left: 0;
}
.nav-list li .span-a1 a{
    position: relative;
    display: block;
    line-height: 90px;
    font-size: 18px;
    color: #fefefe;
}
.nav-list li .span-a1 a::after{
    content: " ";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-list li .bdo-icon{
    display: none;
}
.nav-down{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: url('../images/h-bg1.png') left bottom no-repeat rgba(245,245,245,.8);
}
.nav-style1{
    padding-top: 40px;
    padding-bottom: 40px;
}
.nav-style1 .a-img{
    float: right;
    width: 360px;
    height: 200px;
    text-align: center;
    line-height: 200px;
}
.nav-style1 .a-img img{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-style1 .div-list{
    float: left;
    width: 394px;
    padding-top: 20px;
}
.nav-style1 .div-title{
    line-height: 18px;
}
.nav-style1 .div-title a{
    color: #000;
    font-size: 18px;
}
.nav-style1 .div-cont{
    line-height: 46px;
    margin-top: 24px;
}
.nav-style1 .div-cont .span-01{
    float: left;
    width: 50%;
}
.nav-style1 .div-cont .span-01 a{
    padding-left: 14px;
    background: url('../images/bg-01.jpg') left center no-repeat;
    font-size: 16px;
    color: #666;
}
.nav-style2{
    padding-top: 10px;
    padding-bottom: 35px;
}
.nav-down-search{
    padding-bottom: 10px;
    padding-right: 130px;
    border-bottom: 1px solid #e5e5e5;
}
.nav-down-search .put-01{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #999;
    padding-left: 50px;
}
.nav-down-search .mg-icon{
    position: absolute;
    left: 0;
    top: 13px;
}
.nav-down-search .but-01{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 46px;
    background: #0061a8;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}
.nav-style2 .div-title{
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-top: 40px;
}
.nav-owl{
    margin-top: 20px;
}
.nav-owl-a1{
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.nav-owl-a1 .span-img{
    margin-bottom: 15px;
}
.nav-owl-a1 .span-img .mg1{
    width: 100%;
}
.nav-owl-a1 .bdo-img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.nav-owl-a1 .span-img img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-owl .owl-nav button.owl-prev,
.nav-owl .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
    width: 26px;
    height: 40px;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/arrow-left.png');
}
.nav-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/arrow-right.png');
}

.header-search{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    background: #fff;
    visibility: hidden;
    transform: scale(0);
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-search .div-search{
    position: relative;
    width: 580px;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
}
.header-search .div-search .put-01{
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 80px;
    font-size: 14px;
    color: #999;
    border: none;
    background: none;
}
.header-search .div-search .but-01{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: none;
    outline: none;
    border: none;
}
.header-search .mg-icon{
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-white{
    background: #fff;
}

.header-white .a-logo img{
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header-white .a-logo .mg1{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.header-white .nav-list li .span-a1 a{
    color: #333;
}



.nav-list li.on .span-a1 a{
    color: #fabb00;
}
.nav-list li.on .span-a1 a::after{
    left: 0;
    right: 0;
    background: #fabb00;
}


.header-nav{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-nav.on{
    visibility: hidden;
    transform: scale(0);
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header-search.on{
    visibility: visible;
    transform: scale(1);
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* footer */
.footer{
    padding-top: 60px;
    background: #333;
}
.foot-top{
    padding-right: 250px;
    padding-bottom: 20px;
}
.foot-ewm{
    position: absolute;
    right: 0;
    top: 0;
    width: 146px;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 14px;
}
.foot-ewm img{
    width: 100%;
    margin-bottom: 10px;
}
.foot-list{
    display: flex;
    justify-content: space-between;
}
.foot-list li{
    padding-left: 14px;
    padding-right: 20px;
}
.foot-list li a{
    font-size: 14px;
    color: #999;
}
.foot-list li .div-title{
    padding-left: 14px;
    margin-left: -14px;
    background: url('../images/line-01.png') left center no-repeat;
    margin-bottom: 12px;
    line-height: 18px;
}
.foot-list li .div-title a{
    font-size: 16px;
    color: #fff;
}
.foot-list .div-cont{
    padding-top: 8px;
}
.foot-list .div-cont .b-phone{
    line-height: 30px;
    padding-left: 39px;
    background: url('../images/f-icon1.png') left center no-repeat;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
}
.foot-list .div-cont .span-01{
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
}
.foot-list .div-cont .span-01:last-child{
    margin-bottom: 0;
}
.foot-list .div-list{
    line-height: 30px;
}

.foot-link{
    padding-left: 75px;
    color: #fff;
    padding-bottom: 30px;
    line-height: 24px;
}
.foot-link .span-01{
    float: left;
    margin-left: -75px;
}
.foot-link a{
    display: inline-block;
    color: #999;
    margin: 0 6px;
}

@media (max-width:767px){
    .foot-link{
        padding-left: 0;
    }
    .foot-link .span-01{
        float: none;
        display: block;
        margin-left: 0;
    }
}

.foot-link a:hover{
    color: #fff;
}

.foot-bottom{
    padding: 20px 0;
    border-top: 1px solid #484848;
}
.foot-share{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.foot-share .bshare-custom a{
    padding-left: 0;
    width: 30px;
    height: 30px;
    line-height: normal;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin: 0 5px;
    background-color: rgba(255,255,255,.1);
}
.foot-share .bshare-custom a:last-child{
    margin-right: 0;
}
.foot-share .bshare-custom .bshare-weixin{
    background-image: url('../images/fs-icon1.png');
}
.foot-share .bshare-custom .bshare-qzone{
    background-image: url('../images/fs-icon2.png');
}
.foot-share .bshare-custom .bshare-sinaminiblog{
    background-image: url('../images/fs-icon3.png');
}
.foot-share .bshare-custom a:hover{
    background-color: #fabb00;
    opacity: 1;
}
.foot-copy{
    font-size: 14px;
    color: #999;
}
.foot-copy a{
    color: #999;
}
.foot-copy .span-01{
    display: inline-block;
    margin: 0 22px;
}

/* pages */
.pages a,.pages strong{
    font-weight: normal;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    /*width: 36px;*/
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pages a:first-child,.pages a:last-child{
    width: 120px;
}
.pages a:hover,.pages strong{
    background: #fabb00;
    color: #fff;
}

.pages-phone{
    display: none;
}

/*============================= index =============================*/
/* banner */

.banner-owl .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 155px;
    z-index: 20;
    line-height: normal;
    font-size: 0;
    text-align: center;
}
.banner-owl button.owl-dot{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px;
}
.banner-owl button.owl-dot.active{
    background: #fabb00;
}

.banner-a1{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-a1 picture{
    display: none;
}

.banner-nav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.6);
}
.banner-nav .container{
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: auto;
}
.banner-nav-a1{
    flex: 1;
    display: block;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-nav-a1 .span-img img{
    margin-left: auto;
    margin-right: auto;
    height: 42px;
}
.banner-nav-a1 .span-title{
    margin-top: 12px;
    line-height: 26px;
    height: 26px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.index-title .div-en{
    font-family: "Arial";
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #ccc;
    text-transform: uppercase;
    padding-bottom: 32px;
    background: url('../images/line-02.png') center bottom no-repeat;
}
.index-title .div-cn{
    font-size: 30px;
    line-height: 30px;
    color: #333;
    margin-top: 10px;
}
.index-title.white .div-en,
.index-title.white .div-cn{
    color: #fff;
}

.index-product{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f5f5f5;
}
.index-product .row{
    margin-top: 40px;
}
.index-product-a1{
    margin-bottom: 40px;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-a1 .span-img>img{
    display: block;
    width: 100%;
}
.index-product-a1 .bdo-img{
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-product-a1 .bdo-img img{
    max-width: 100%;
    max-height: 100%;
}
.index-product-a1 .span-title{
    padding-bottom: 1px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: -55px;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-a1 .bdo-title{
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    line-height: 54px;
    height: 54px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
}
.index-product-a1 .bdo-more{
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fabb00;
    border-radius: 34px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.index-product-more{
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #0061a8;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-area{
    padding-top: 4%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.index-area .area{
    margin-top: 3.2%;
    margin-right: -1px;
}
.index-area .area ul {
	width: 100%;
	height: 100%;
    margin: 0;
}
.index-area .area ul li {
	padding: 0;
	cursor: pointer;
	-moz-transition: all 1.2s;
	-o-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-webkit-transition: all 1.2s;
    transition: all 1.2s;
    border-top: 1px solid #4c4948;
    border-right: 1px solid #4c4948;
}
.index-area .area ul li .img-bg {
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.index-area .area ul li .img-bg .cove {
	position: absolute;
	z-index: 1;
	background: #fabb00;
	width: 100%;
	height: 100%;
	top: 0;
    right: 300px;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
    
}
@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -100%;
    }
}


.index-area-a1{
    position: relative;
    z-index: 100;
    padding-top: 31%;
    padding-bottom: 31%;
}
.index-area-a1 img{
    height: 42px;
}
.index-area-a1 .span-title{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 21px;
    background: url('../images/line-03.jpg') center bottom no-repeat;
    margin-top: 20px;
}

.index-brand{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f5f5f5;
}
.index-brand-owl{
    margin-top: 1.5%;
    padding: 10px 10px 0;
}
.index-brand-owl .owl-dots{
    line-height: normal;
    font-size: 0;
    text-align: center;
    margin-top: 22px;
}
.index-brand-owl button.owl-dot{
    width: 12px;
    height: 12px;
    background: #0061a8;
    border-radius: 50%;
    margin: 0 8px;
}
.index-brand-owl button.owl-dot.active{
    background: #fabb00;
}
.index-brand-owl .div-01{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.index-brand-a1{
    text-align: center;
    margin-bottom: 11px;
}
.index-brand-a1 .span-img{
    background: #fff;
    border-radius: 10px;
}
.index-brand-a1 .span-img>img{
    width: 100%;
}
.index-brand-a1 .bdo-img{
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.index-brand-a1 .bdo-img img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.index-brand-a1 .span-title{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.index-why{
    padding-top: 4%;
    padding-bottom: 213px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-why .row{
    margin: 4.2% 0 0;
}
.index-why .row>div{
    padding: 0;
}
.index-why-01{
    position: relative;
}
.index-why-01::before{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 45px;
    background: rgba(255,255,255,.1);
    visibility: hidden;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-why-01 .div-01{
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 33px;
}
.index-why-01 .div-zi{
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fabb00;
    border-radius: 50%;
    font-size: 48px;
    font-weight: bold;
}
.index-why-01 .div-title{
    font-size: 24px;
    line-height: 64px;
    background: url('../images/line-04.jpg') center bottom no-repeat;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-why-01 .div-des{
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
}

.index-intro{
    background: #f5f5f5;
}
.index-intro-main{
    margin-top: -133px;
    background: #fff;
    padding: 53px 7.1% 34px;
    border-radius: 10px;
    -webkit-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    -moz-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    box-shadow:0 0 10px rgba(103, 103, 103, .2); 
}
.index-intro-main .div-des{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
}

.index-intro-num{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 0;
}
.index-intro-num .div-01{
    display: inline-block;
    font-size: 16px;
    color: #666;
}
.index-intro-num .div-01 span{
    font-size: 72px;
    color: #fabb00;
    font-family: "Times New Roman";
    font-weight: bold;
}
.index-intro-num .div-01 span sup{
    font-size: 36px;
    line-height: 36px;
    position: relative;
    top: -30px;
}

.index-news{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f5f5f5;
}

.index-news-owl{
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 3.2%;
}
.index-news-owl .owl-nav button.owl-prev,
.index-news-owl .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-news-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/arrow-left2.jpg');
}
.index-news-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/arrow-right2.jpg');
}
.index-news-a1{
    padding-top: 30px;
    background: #f9f9f9;
}
.index-news-a1 .span-word{
    padding-left: 30px;
    padding-right: 30px;
}
.index-news-a1 .bdo-date{
    font-size: 16px;
    color: #999;
    line-height: 16px;
    padding-left: 28px;
    background: url('../images/icon-13.png') left center no-repeat;
}
.index-news-a1 .bdo-title{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-news-a1 .bdo-des{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 18px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-a1 .span-img{
    margin-top: 22px;
    padding-bottom: 47.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.index-news-a1 .span-img img{
    display: none;
}

/*============================= 02_关于我们 =============================*/
.public-bream{
    padding: 0 15px;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.public-bream .container-fluid{
    padding: 0;
    white-space: nowrap;
    overflow: auto;
}
.public-bream a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #666;
    line-height: 80px;
    margin: 0 1.6%;
}
.public-bream a::before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #fabb00;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-bream a.on{
    color: #fabb00;
}
.public-bream a.on::before{
    left: 0;
    right: 0;
}

.about-intro{
    padding-top: 4%;
    padding-bottom: 3.2%;
    background: url('../images/bg-04.jpg') center bottom #f5f5f5 no-repeat;
    background-size: cover;
}
.about-intro .index-intro-main{
    margin: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow:none;  
    -moz-box-shadow:none;  
    box-shadow:none; 
}
.about-intro .index-intro-main .mg-icon{
    max-width: 50%;
}
.about-intro .index-intro-main .div-des{
    margin-top: 33px;
}


.about-history{
    padding-top: 3.9%;
    padding-bottom: 4%;
}
.about-title{
    position: relative;
    padding-bottom: 34px;
    background-image: url('../images/line-02.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.about-title .div-en{
    font-size: 48px;
    line-height: 48px;
    color: rgba(0,97,168,.1);
    text-transform: uppercase;
    font-weight: bold;
}
.about-title .div-cn{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -17px;
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.about-title.white{
    background-image: url('../images/line-06.png');
}
.about-title.white .div-en{
    color: rgba(255,255,255,.1);
}
.about-title.white .div-cn{
    color: #fff;
}

.about-history-owl{
    position: relative;
    margin-top: 5%;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 21px;
}

.about-history-owl .owl-stage-outer{
    z-index: 2;
}
.about-history-owl::after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    height: 1px;
    background: #e5e5e5;
}
.about-history-owl .owl-dots{
    display: none;
}
.about-history-owl .owl-nav button.owl-prev,
.about-history-owl .owl-nav button.owl-next{
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 60px;
    height: 60px;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-history-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/arrow-left2.jpg');
}
.about-history-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/arrow-right2.jpg');
}
.about-history-year{
    position: relative;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #fabb00;
    font-family: "Times New Roman";
    text-align: center;
    padding-top: 12px;
    padding-bottom: 28px;
    background: url('../images/bg-05.png') center bottom no-repeat;
}
.about-history-owl .owl-item.center .about-history-year{
    font-size: 60px;
    line-height: 60px;
    padding-top: 0;
}

.about-history-01{
    margin-top: 20px;
}
.about-history-01 .div-des{
    display: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-top: 40px;
    padding: 40px 4.16% 53px;
    background: #fff;
    -webkit-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    -moz-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    box-shadow:0 0 10px rgba(103, 103, 103, .2); 
}
.about-history-01 .div-des:first-child{
    display: block;
}

.about-concept{
    padding-top: 4%;
    padding-bottom: 4%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-concept-img{
    margin-top: 3.2%;
}
.about-concept-img img{
    max-width: 80%;
}

.about-culture{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f5f5f5;
}
.about-culture .row{
    margin-top: 2.9%;
}
.about-culture-01{
    text-align: center;
}
.about-culture-01 .div-img img{
    height: 140px;
}
.about-culture-01 .div-title{
    font-size: 24px;
    color: #333;
    line-height: 34px;
    margin-top: 25px;
    height: 34px;
    overflow: hidden;
}
.about-culture-01 .div-des{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 11px;
}



.about-honor-owl{
    margin-top: 3%;
}
.about-honor-owl .owl-dots{
    line-height: normal;
    font-size: 0;
    text-align: center;
    margin-top: 34px;
}
.about-honor-owl button.owl-dot{
    width: 12px;
    height: 12px;
    background: #0061a8;
    border-radius: 50%;
    margin: 0 8px;
}
.about-honor-owl button.owl-dot.active{
    background: #fabb00;
}
.about-honor{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #e5e9ee;
}
.about-honor-a1 .span-img{
    -webkit-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    -moz-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    box-shadow:0 0 10px rgba(103, 103, 103, .2); 
}
.about-honor-a1 .span-img>img{
    display: block;
    width: 100%;
}
.about-honor-a1 .bdo-img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-honor-a1 .span-title{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 16px;
}

.brand-main{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f5f5f5;
}

.produt-main{
    padding-top: 4%;
    padding-bottom: 4%;
    background: #f5f5f5;
}

/*============================= 05_产品中心_详情页 =============================*/
.public-art{
    padding-top: 4%;
}
.public-art .div-title{
    font-size: 24px;
    line-height: 34px;
    color: #333;
}
.public-art .div-img{
    margin-top: 35px;
}
.product-tab-title{
    border-bottom: 1px solid #e5e5e5;
}
.product-tab-title .span-01{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin: 0 21px;
    line-height: 80px;
    cursor: pointer;
}
.product-tab-title .span-01::before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #fabb00;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-tab-title .span-01.on{
    color: #fabb00;
}
.product-tab-title .span-01.on::before{
    left: 0;
    right: 0;
}

.product-tab-nr {
    margin-top: 34px;
}
.product-tab-nr .div-01{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: none;
}
.product-down{
    width: 280px;
    height: 40px;
    background: #0061a8;
    text-align: center;
    border-radius: 3px;
    margin-top: 32px;
}
.product-down .span-01{
    line-height: 40px;
    padding-right: 39px;
    background: url('../images/icon-19.png') right center no-repeat;
    color: #fff;
}
.product-tab-nr .div-01:first-child{
    display: block;
}



.product-pages{
    position: relative;
    padding-top: 16px;
    padding-right: 100px;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}
.product-pages .div-01{
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product-pages .div-01 a{
    font-size: 16px;
    color: #666;
}
.product-pages .a-return{
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
    height: 50px;
}

.product-intro{
    background: none;
    border-top: 3px solid #fabb00;
    margin-top: 54px;
}

.product-rela{
    padding-top: 4%;
    padding-bottom: 2%;
}
.product-rela .row{
    margin-top: 3%;
}

.product-intro .row{
    margin-top: 32px;
}
.product-intro .index-why-01 .div-title{
    line-height: 64px;
    background: url('../images/line-07.jpg') center bottom no-repeat;
}
.product-intro .index-why-01 .div-des{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.product-intro-01{
    margin-top: 1%;
    padding: 12px 2.5% 24px;
    background: #fff;
    -webkit-box-shadow:0 2px 10px rgba(103, 103, 103, .2);  
    -moz-box-shadow:0 2px 10px rgba(103, 103, 103, .2);  
    box-shadow:0 2px 10px rgba(103, 103, 103, .2); 
}
.product-intro-01 .row{
    margin-top: 0;
}
.product-intro-01 .row>div{
    margin-top: 20px;
}
.product-intro-01 .div-title{
    padding-left: 70px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
}
.product-intro-01 .div-title .span-01{
    display: block;
    float: left;
    margin-left: -70px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0061a8;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.product-intro-01 .div-des{
    line-height: 24px;
    color: #666;
    margin-top: 14px;
}

/*============================= 08_新闻资讯_列表页 =============================*/
.news-main{
    padding-top: 4%;
    padding-bottom: 4%;
}
.news-main .index-news-a1{
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-main .index-news-a1.ling{
    padding-bottom: 25px;
}

/*============================= 09_新闻资讯_详情页 =============================*/
.news-art{
    padding-top: 4%;
    padding-bottom: 4%;
}
.news-art-title{
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e5e5;
}
.news-art-title .span-01{
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin-bottom: 14px;
}
.news-art-title .span-date{
    font-size: 16px;
    line-height: 16px;
    color: #999;
    font-family: Arial;
    padding-left: 28px;
    background: url('../images/icon-13.png') left center no-repeat;
}
.news-art-title .span-view{
    font-size: 16px;
    line-height: 16px;
    color: #999;
    font-family: Arial;
    margin-left: 30px;
}
.news-art .div-des{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 33px;
}

/*============================= 10_联系我们 =============================*/
.contact-cont{
    padding-top: 4%;
    padding-bottom: 4%;
}
.contact-map{
    float: right;
}
.contact-map img{
    width: 100%;
}
.contact-01{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    background: #fff;
    -webkit-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    -moz-box-shadow:0 0 10px rgba(103, 103, 103, .2);  
    box-shadow:0 0 10px rgba(103, 103, 103, .2); 
    padding: 46px 50px 50px 50px;
    border-radius: 5px;
}
.contact-01 .div-title{
    font-size: 30px;
    color: #333;
    line-height: 40px;
}
.contact-01 .div-cont{
    padding-right: 170px;
    margin-top: 35px;
}
.contact-01 .div-ewm{
    float: right;
    width: 146px;
    margin-right: -170px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.contact-01 .div-ewm .span-img{
    width: 146px;
    border: 2px solid #fabb00;
    margin-bottom: 3px;
}
.contact-list{
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
}
.contact-list::before{
    content: " ";
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
}
.contact-list li{
    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding: 5px 0 5px 45px;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 26px;
}
.contact-list li:first-child{
    margin-top: 0;
}
.contact-list li span{
    display: inline-block;
    color: #333;
    margin-right: 15px;
}

.contact-message{
    padding-top: 4%;
    padding-bottom: 4%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-form{
    width: 870px;
    max-width: 100%;
}
.contact-form .put-01{
    outline: none;
    border: none;
    width: 100%;
    height: 60px;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
}
.contact-form .pub-01{
    margin-top: 30px;
}
.contact-form .text-01{
    outline: none;
    border: none;
    width: 100%;
    height: 280px;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    resize: none;
}
.contact-form .but-01{
    border: none;
    outline: none;
    width: 180px;
    height: 50px;
    background: #0061a8;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
}

.contact-job{
    padding-top: 4%;
    padding-bottom: 4%;
}
.contact-job-list{
    margin-top: 3.2%;
}
.contact-job-list li{
    margin-top: 10px;
}
.contact-job-list li:first-child{
    margin-top: 0;
}
.contact-job-list li .div-title{
    position: relative;
    padding-right: 64px;
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.contact-job-list li .div-title .span-toggle{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-20.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-job-list li .div-des{
    padding-left: 2.85%;
    padding-right: 2.85%;
    padding-bottom: 33px;
    background: #fff;
    border: 1px solid #fabb00;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: none;
}
.contact-job-list li .div-des .b1{
    margin-top: 30px;
}

.contact-job-list li.on .div-title{
    background: #fabb00;
    color: #fff;
    border-color: #fabb00;
}
.contact-job-list li.on .div-title .span-toggle{
    background-image: url('../images/icon-21.png');
}


.span-anchor{
    position: absolute;
    margin-top: -90px;
}