.nav{
    line-height: 170px;
}
.hphone{
    position: absolute;
    right: 0;
    top: 22px;
}
.hphone img{
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}
.hphone p{
    color: #FFFFFF;
    float: left;
    line-height:initial;
    font-size: 16px;
}
.hphone p span{
    font-size: 28px;
}
.nav{
    margin-right: 0;
}
.nav ul li{
    padding: 0 7px;
}
.nav ul li:last-of-type{
    padding-right: 0;
}
.nav ul li a{
    font-size: 15px;
    font-weight: unset;
}
.head{
    padding: 0;
}
.logo{
    margin-top: 18px;
    width: 600px;
}
.h1200{
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    position: relative;
}
.banner_title{
    font-size: 60px;
    font-weight: bold;
}
.banner_title span{
    font-size: 36px;
    font-weight: 100;
}
.banner_title{
    top: 30%;
}
.banner_tip{
    top: 55%;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: linear-gradient(to right, #f39800 0%, #f39800 100%);
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.searchc{
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
}
.searchl{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchl a{
    font-size: 16px;
    color: #999999;
}
.searchl a:first-of-type{
    color: #000000;
}
.searchr{
    line-height: 35px;

}
.searchr input{
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    padding-left: 15px;
    margin-top: 17px;
    background: url("../images/i4.png") no-repeat right;
    width: 280px;
}
.titlecommon{
    padding: 60px 0;
    text-align: center;
}
.titlecommon h1{
    font-size: 60px;
    color: #ededed;
    font-weight: bold;
}
.titlecommon h2{
    font-size: 55px;
    color: #333333;
}
.titlecommon h2 span{
    color: #15519e;
}
.producti{
    padding-bottom: 160px;
}
.pimgch:hover {
    transform: scale(1.2);
}
.pimgch{
    transition: all .5s;
}
.prolist1{
    display: flex;
    justify-content: space-between;
}
.prolist1{
    position: relative;
    margin-bottom: 15px;
    height: 345px;
    overflow: hidden;
}
.prolist1-desc p{
    color: #FFFFFF;
}
.prolist1-desc p:first-of-type{
    font-size: 24px;
    margin-bottom: 10px;
}
.prolist1-desc p:nth-child(2){
    font-size: 18px;
}
.prolist1-desc{
    position: absolute;
    bottom: 35px;
    left: 50px;
}
.prolist1-desc.pbottom{
    right: 50px;
    text-align: right;
}
.abouti{
    background: #f5f5f5;
}
.aboutl{
    width: 50%;
    padding-bottom: 100px;
    float: left;
    padding-right: 60px;
    padding-left: 360px;
}
.aboutl p{
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}
.aboutl img{
    margin-top: 50px;
}
.aboutr{
    width: 50%;
    position: relative;
    float: left;
}
.videoimg{
    width: 100%;
}
.videokg{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:42%
}
.videoi{
    display: none;
    position: relative;
}
.videomb{
    z-index: 9;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}
.videoi video{
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 45%;
}
.videoi .close2 {
    z-index: 9;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: fixed;
    top: 18%;
    right: 5%;
}
.videoi .close2 i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.picScroll-left1{
    width: 25%;
}
.picScroll-left2{
    width: 25%;
}
.index_pt1{
    background: #FFFFFF;
    position: relative;
    overflow: unset;padding-top: 35px;
}
.abselect{
    width: 500px;
    position: absolute;
    right: 0;
    left: 0;
    top: -95px;
    margin: 0 auto;
    padding: 30px 0 25px;
    background: #FFFFFF;
}
.abselect a{
    width: 50%;
    float: left;
}
.abselect a p span{
    display: block;
}
.abselect a img{
    float: left;
    margin-right: 15px;

}
.abselect a:first-of-type img{
    margin-left: 80px;
}
.abselect a:nth-child(2) img{
    margin-left: 30px;
}
.abselect a img:nth-child(1){
    display: block;
}
.abselect a img:nth-child(2){
    display: none;
}
.abselect a.abselectf img:nth-child(1){
    display: none;
}
.abselect a.abselectf img:nth-child(2){
    display: block;
}
.abselect a p{
    line-height: 40px;
}
.abselect a.abselectf p{
    color: #15519e;
}
.abselect a p span:first-of-type{
    font-size: 20px;
}
.abselect a p span:nth-child(2){
    font-size: 16px;
}
.picScroll-left2 li .pic img{
    width: 96%;
}
.picScroll-left2{
    display: block;
}
.pl2{
    position: absolute;
    opacity: 0;
}
.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
    position: absolute;
    top: 140px;
}
.picScroll-left2 .hd .prev {
    left: -70px;
}
.picScroll-left2 .hd .next {
    right: -55px;
}
.abouts{
    max-width: 1200px;
}
.hzlists{
    max-width: 1200px;
    margin: 0 auto;
}
.hzlists a{
    width: 19%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
    display: block;
}
.hzlists a:nth-child(5n){
    margin-right: 0;
}
.hzlists a img{
    width: 100%;
    transition: all .5s;
    padding: 1px;
    border: 1px solid #e5e5e5;
}
.hzlists a:hover img{
    transform: scale(1.2);
}
.newlists{
    max-width: 1200px;
    margin: 0 auto;
}
.newlist{
    display: block;
    width: 32%;
    margin-right: 2%;
    float: left;
}
.newlist:nth-child(3){
    margin-right: 0;
}
.newlist img{
    width: 100%;
}
.ninfo{
    padding: 30px 10px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.ninfo h1{
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}
.ninfo p{
    font-size: 16px;
    color: #999999;
}
.nfot{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.nfot p{
    background: url("../images/i24.png") no-repeat left;
    padding-left: 25px;
}
.linkurl{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}
.linkurl a{
    font-size: 16px;
    color: #999999;
}
.linkurl a:first-of-type{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}
.footer{
    background: #f2f2f2;
    margin-top: 30px;
    border-top: 0;
}
.footer .f1{
    padding: 65px 0 80px;
}
.footer .f1 ul{
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
    /*border-right: 1px solid #e5e5e5;*/
}
.footer .f1 ul:nth-child(1){
    width: 110px;
    padding: 0;
}
.footer .f1 ul:nth-child(2){
    width: 255px;
}
.footer .f1 ul:nth-child(3){
    width: 130px;
}
.footer .f1 ul:nth-child(4){
    width: 130px;
}
.f1info{
    width: 370px;
    padding-right: 0 !important;
    border-right: 0 !important;
}
.f1info li{
    font-size: 14px;
    color: #999999;
    line-height: 35px !important;
}
.f1info li:nth-child(2){
    background: url("../images/i26.png") no-repeat left;
    padding-left: 35px;
}
.f1info li:nth-child(3){
    background: url("../images/i27.png") no-repeat left;
    padding-left: 35px;
}
.f1info li:nth-child(4){
    background: url("../images/i28.png") no-repeat left;
    padding-left: 35px;
}
.f1info li:nth-child(5){
    background: url("../images/i29.png") no-repeat left;
    padding-left: 35px;
}
.footer .f1 ul:nth-child(5)
{
    padding-right: 0;
    border-right: 0;
    width: 440px;
}
.footer .f1 ul:nth-child(5) p
{

    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
.footer .f1 ul li{
    line-height: 30px;
}
.footer .f1 ul li a{
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    display: inline-block;
}
.footer .f1 ul li:first-of-type{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}
.footer .f1 ul .line{
    width: 25px;
    background: #f39800;
    height: 2px;
    margin: 20px 0;
}
.footer .f1 ul .lxwm{
    margin-bottom: 30px;
}
.f2{
    border-top: 1px solid #e5e5e5;
}
.f2 .w1200{
    display: flex;
    justify-content: space-between;
    padding: 18px 0 20px;

}
.f2 p{
    line-height: 47px;
    font-size: 14px;
    color: #666666;
}
.f2 p a{
    color: #666666;
}
.f2 .fx img{
    margin-right: 10px;
}
.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next{
    top: 77px;
}
/**/
.ysbj{height:950px;}
.ys{padding-top:60px;}
.ys h2{text-align: center;margin-bottom: 30px;padding-top:16px;background:url(../image/ys-tit.png) no-repeat top center; }
.ys h2 span{display: block; height:60px; line-height: 60px;font-size: 48px; color:#292826; font-weight: normal;}
.ys h2 em{display: block; height:32px; line-height: 32px;font-size: 20px; color:#666666; font-weight: normal;}
/*.ys .ys-list{position: relative;}*/
.ys .ys-list dl dt{width:960px; height:720px;float:left; margin-left: -360px; line-height: 0; overflow: hidden;}
.ys .ys-list dl dt img{width:100%; transition: 1s;}
.ys .ys-list dl dd{width:960px;height:720px;background:#f5f5f5;float:right; margin-right: -360px; padding:109px 360px 0 75px; box-sizing: border-box;text-align: left;}
.ys .ys-list dl dd h4{margin-bottom: 34px;}
.ys .ys-list dl dd h4 span{display: block; height:57px; line-height: 57px;font-size: 42px; color:#000000; font-weight: normal;}
.ys .ys-list dl dd h4 em{display: block; height:42px; line-height: 42px;font-size: 26px; color:#666666; font-weight: normal;}
.ys .ys-list dl dd p{line-height: 29px;height:87px; margin-bottom: 56px;font-size: 16px; color:#666666;}
.ys .ys-list dl dd ul li{float:left; width:140px; height:184px;border:2px solid rgba(60,60,60,0.2);box-sizing: border-box;padding:32px 13px 0 10px;margin-left: 35px;}
.ys .ys-list dl dd ul li span em{display: inline-block; height:43px;line-height: 43px;font-size: 46px; color:#000000;font-family:"Garamond";font-weight: bold}
.ys .ys-list dl dd ul li span i{display: inline-block;font-size: 16px; color:#434343;}
.ys .ys-list dl dd ul li span b{display: block; height:23px;line-height: 23px;font-size: 16px; color:#000000; font-weight: bold; margin-bottom: 35px;}
.ys .ys-list dl dd ul li p{line-height: 16px; font-size: 18px; color:#434343;}
.ys .ys-list dl dd ul li:first-child{margin-left: 0;}
.ys .ys-list dl dd ul li:hover{border:2px solid #BD9765;}
.ys .ys-list dl dd ul li:hover span em{color:#BD9765;}
.ys .ys-list dl dd ul li:hover span i{color:#BD9765;}
.ys .ys-list dl dd ul li:hover span b{color:#BD9765;}
.ys .ys-list dl dd ul li:hover p{color:#999999;}
.ys .ys-list .ys-nav ul li{
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../image/icoCircle.gif) 0 -9px no-repeat;
}
.ys .ys-list .ys-nav ul li.cur{
    background-position: 0 0;
}
.advantage{height: 1030px;position: relative}
.content1{width: 1200px;margin: 0 auto;}
.ys-nav{position: absolute;bottom: 80px;left: 880px;}
/**/
.cleft{
    padding: 50px 30px 0 30px;
    background: #f2f2f2;
}
.wxcode li{
    width: 103px;
    /*float: left;*/
}
.wxcode li:first-of-type{
    margin-right: 10%;
    margin-bottom: 10px;
}
.wxcode li img{
    width: 100%;
}
.wxcode li p{
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.Form-J1 .Form-J1-li textarea{
    height: 162px;
}
.Form-J1 .Form-J1-li label{
    width: 7em;
}
.Form-J1 .Form-J1-li input,.Form-J1 .Form-J1-li textarea{
    width: 80%;
}
#toolbar li .iconfont{
    background-color: #FFFFFF;
    border: 1px solid #e5e5e5;
}

#toolbar li,#toolbar li .iconfont,#toolbar li a{
    width: 100px;
    height: 100px;
    margin-bottom: 0;
}
.icon-iconfontphone1 {
    background: url(../images/i7.png) center no-repeat;
    background-position-y: 18px;
}
.icon-iconfontphone {
    background: url(../images/i10.png) center no-repeat;
    background-position-y: 18px;
}
.icon-wenjianxiazaiicon {
    background: url(../images/i11.png) center no-repeat;
    background-position-y: 18px;
}
#toolbar li .iconfont {
    font-size: 14px;
    padding-top: 44px;
    color: #333333;
}
#toolbar li:hover a{
    background-color: #FFFFFF;
}
#toolbar li:hover .iconfont{
    background-color: #FFFFFF !important;
}
.cwx{width: 100px}
#toolbar li .wz{
    padding-left: 0;
}
#toolbar li:nth-child(1):hover a,#toolbar li:nth-child(2):hover a{
    width: 100px;
}
.prolist1-2{
    width: 387px;
}
.cleft p{
    color: #333333;
}
.cleft p a{
    color: #333333;
}
.nav .nav_layer02{
    top: 105px;
    width: 160px;
    left: -40px;
}
.nav .nav_layer02 ul{
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
}
.nav .nav_layer02 li a{
    color: #333333 !important;
}
.nav .nav_layer02 li a:hover{
    background-color:unset !important;
}
.full-inside-subnav .subnav ul{
    position: relative;
}
.childpage{
    position: absolute;
}
.full-inside-subnav{
    /*margin-bottom: 50px;*/
}
.full-inside-subnav .subnav{
    overflow: unset;
}
.childpage {
    position: absolute;
    top: 100px;
    display: none;
    width: 100%;
    left: 0;
}
.childpage a {
    line-height: 40px !important;
    border: 1px solid #999999;
    border-bottom: 1px solid #999999 !important;
    margin-right: 10px;
    padding: 0 10px !important;
}
.full-inside-subnav .subnav li:hover .childpage a{
    color: #333333;
}
.full-inside-subnav .subnav li.cur .childpage a{
    color: #333333;
}
.full-inside-subnav .subnav li .childpage a:after{
    content: none;
}
.full-inside-subnav{
    overflow: unset;
}
.commonweb{
    overflow: hidden;
}

.ibtmore{
    width: 160px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    background: #15519e;
    text-align: center;
    margin-top: 40px;
}
.full-inside-subnav .subnav a{
    width: 200px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.full-inside-subnav .inside-subnav{
    width: 100%;
}
@media(max-width: 1400px){
    .aboutl{
        padding-left: 180px;
    }
}
@media (max-width: 767px) {
    .ibtmore{
        width: 100px;
        display: block;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
        background: #15519e;
        text-align: center;
        margin-top: 30px;
    }
    .pagecontent img{
        width: 100% !important;
        height: auto !important;
    }
    .childpage{
        top: 77px;
    }
    .full-inside-subnav .subnav li:hover a, .full-inside-subnav .subnav li.cur a {
        color: #005497;
    }
    .full-inside-subnav .subnav li.cur .childpage a {
        color: #333333;
        width: 37%;
        float: left;
        padding: 0 5px !important;
        margin: 5px;
    }
    #toolbar{
        display: none;
    }
    .cleft{
        padding: 30px;
    }
    .mobile-inner-header img {
        height: 66%;
    }
    .banner_title{
        font-size: 22px;
        left: 6%;
    }
    .banner_title span{
        font-size: 16px;
    }
    .banner_tip{
        width: 22%;
        top: 70%;
        left: 6%;
    }
    .w1200{
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }
    .searchc{
        display: none;
    }
    .titlecommon{
        padding: 30px;
    }
    .titlecommon h1,.titlecommon h2{
        font-size: 30px;
    }
    .prolist1{
        height: auto;
        display: block;
    }
    .prolist1 img{
        width: 100%;
    }
    .prolist1-desc p:first-of-type{
        font-size: 20px;
    }
    .prolist1-desc p:nth-child(2){
        font-size: 16px;
    }
    .prolist1-desc{
        bottom: 47px;
    }
    .abouti{
        padding: 0 3%;
        text-align: justify;
    }
    .aboutl,.aboutr{
        width: 100%;
        padding: 0 0 30px 0;
    }
    .aboutl img{
        margin-top: 20px;
        width: 30%;
    }
    .abselect{
        position: unset;
    }
    .videokg{
        width: 15%;
        top: 36%;
    }
    .index_pt1{
        padding-top: 0;
    }
    .abouts{
        width: 100%;
        padding: 0 3%;
    }
    .abselect{
        width: 100%;
    }
    .abselect a:first-of-type img,.abselect a:nth-child(2) img{
        margin-left: 0;
        width: 14%;
    }
    .abselect a p span:first-of-type{
        font-size: 18px;
    }
    .abselect a p span:nth-child(2){
        font-size: 14px;
        padding-left: 39px;
    }
    .picScroll-left1,.picScroll-left2{
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .picScroll-left1 .hd .next,.picScroll-left2 .hd .next{
        right: 0;;
    }
    .picScroll-left1 .hd .prev,.picScroll-left2 .hd .prev{
        left: 0;
    }
    .picScroll-left2 .hd .prev, .picScroll-left2 .hd .next{
        top: 77px;
    }
    .hzlists a{
        width: 49%;
        margin-right: 2%;
    }
    .hzlists a:nth-child(2n){
        margin-right: 0;
    }
    .hzlists a:nth-child(5n){
        margin-right: 2%;
    }
    .hzlists a:nth-child(10){
        margin-right: 0;
    }
    .hezuo{
        padding: 0 3%;
    }
    .newi{
        padding: 0 3%;
    }
    .newlist{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer .f1 ul:nth-child(2){
        height: 225px;
    }
    .footer .f1 ul:nth-child(2),.footer .f1 ul:nth-child(4){
        width: 56%;
    }
    .footer .f1 ul:nth-child(1),.footer .f1 ul:nth-child(3){
        width: 44%;
    }
    .footer .f1 ul:nth-child(5){
        width: 100%;
    }
    .footer .f1 ul:nth-child(5) img{
        width: 100%;
    }
    .footer .f1 ul{
        border: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .footer .f1 ul:nth-child(5) p{
        margin-top: 10px;
    }
    .f2 .w1200{
        padding: 20px 3% 20px;
        display: block;
        position: relative;
    }
    .f2 p{
        line-height: 25px;
        margin: 10px;
    }
    .fx{
        position: absolute;
        top: 20px;
        right: 3%;
    }
    .footer .f1{
        padding-bottom: 20px;
    }
    .videoi video{
        width: 90%;
        top: 35%;
    }
    .linkurl{
        margin-top: 20px;
    }
    .linkurl a:first-of-type{
        font-size: 16px;
    }
    .linkurl a{
        font-size: 14px;
    }
    .content1{
        width: 100%;
    }
    .ys .ys-list dl dt{
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .ys .ys-list dl dd{
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 3%;
    }
    .titlecommon{
        padding: 30px 3%;
    }
    .ys .ys-list dl dd h4 span{
        font-size: 22px;
        line-height: 40px;
        height: 40px;
    }
    .ys .ys-list dl dd h4 em{
        font-size: 18px;
        line-height: 30px;
        height: 30px;
    }
    .ys .ys-list dl dd h4{
        margin-bottom: 10px;
    }
    .ys .ys-list dl dd p{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
        height: auto;
    }
    .ys .ys-list dl dd ul li{
        width: 30%;
        padding: 10px 13px 0 10px;
        height: 135px;
        margin-left: 15px;
    }
    .ys .ys-list dl dd ul li span em {
        display: inline-block;
        height: 43px;
        line-height: 43px;
        font-size: 30px;
        color: #000000;
        font-family: "Garamond";
        font-weight: bold;
    }
    .ys .ys-list dl dd ul li span b {
        display: block;
        height: 23px;
        line-height: 23px;
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .advantage{
        height: 820px;
    }
    .ys-nav {
        position: absolute;
        top: 420px;
        right: 22px;
        left: unset;
        bottom: unset;
    }
    .wxcode li:first-of-type {
        margin-right: 4%;
    }
    .wxcode li {
        width: 25%;
        float: left;
    }
    .footer .f1 ul .lxwm {
        margin-bottom: 30px;
    }
    .f1info{
        width: 100% !important;
    }
}







