/**/
@font-face {
  font-family: 'ziti';
  src: url("../Image/abb.TTF"); }

.clear::after {
    display: block;
    content: '';
    clear: both;
}
*{
    box-sizing: border-box;
}
a{
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.banner img{
    display: block;
    max-width: 100%;
}
/**
首页样式
**/
/*最上部*/
.top{
    width: 100%;
    height: 145px;
    background: #222;
}
.t-left{
    float: left;
}
.t-left img{
    display: block;
    margin-top: 20px;
}
.t-right{
    float: right;
}
.lianxi{
    float: left;
    margin-top: 50px;
}
.lianxi p{
    color: #999999;
    font-size: 14px;
}
.lianxi span{
    color: #1577ee;
    font-size: 30px;
    font-family: ziti;
}
.t-ewm{
    float: right;
    padding-top: 26px;
    padding-left: 10px;
}
/*head*/
.header{
    width: 100%;
    position: relative;
    height: 52px;
    background: #0d5abb;
}
.hr-nav{
    width: 100%;
    height: 52px;
    line-height: 52px;
}
.hr-nav ul li{
    width: 133px;
    height: 52px;
    float: left;
    text-align: center;

}

.hr-nav ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../Image/nav.png") no-repeat center right;

}

.hr-nav ul li:hover a{
    color: #fff;
}
.nav-li{
    background: url("../Image/nav-li.png") no-repeat center center!important;
    background-size: 100% 100%!important;
}
.ban-dian .swiper-pagination-bullet{
    height: 4px!important;
    width: 20px!important;
    border-radius: 5px!important;
}
/*产品*/
.in-pro{
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.pro-type{
    width: 260px;
    float: left;

}
.p-title{
    width: 100%;
    height: 107px;
    background:url("../Image/p-title.jpg") no-repeat center center;
}
.p-title h3{
    color:#fff;
    font-size: 30px;
    padding-left: 30px;
    padding-top: 30px;
}
.p-title p{
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    text-transform: uppercase;
}
.type-list{
    width: 100%;
    height: auto;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}
.type-list ul li{
    margin-bottom: 10px;
}
.type-list ul li:last-child{
    margin-bottom: 0;
}
.type-list ul li>a{
    display: block;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
}
.type-list ul li:nth-child(1)>a{
    background: #ed841a url("../Image/jt.png") no-repeat center right 20px;
    color: #fff;
}
.type-list ul li:nth-child(2)>a{
    display: block;
    line-height: 60px;
    background: #e5e2e5 url("../Image/jt-ho.png") no-repeat center right 20px;
    color: #333;
}
.p-erji {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}
.p-erji a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
}
.p-tel{
    width: 100%;
    height: 90px;
    background: url("../Image/p-tel.png") no-repeat center center;
    margin-top: 10px;
}
.p-tel p{
    color: #fff;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 20px;
}
.p-tel span{
    color: #fff;
    font-size: 32px;
    font-family: ziti;
    padding-left: 30px;
}
.product-list{
    width: 920px;
    float: right;
}
.p-list-t{
    width: 100%;
    height: 107px;
    background: url("../Image/p-list-t.jpg") no-repeat center center;
}
.p-list-t h3 strong{
    font-size: 28px;
    color: #fff;
}
.p-list-t h3{
    color:#fff;
    font-size: 20px;
    padding-top: 25px;
    padding-left: 35px;
}
.p-list-t p{
    color: #fff;
    font-size: 16px;
    padding-left:35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
}
.p-list-t a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
    margin-top: -60px;
    float: right;
    margin-right: 20px;
}
.p-one{
    width: 100%;
    height: 395px;
    background: #f0f2f2;
    margin: 10px 0;
    position: relative;
}
.p-pic{
    float: right;
    margin-right: 30px;
    margin-top: 44px;
    width:58%;
    height: 300px;
}
.p-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p-tit{
    margin-top: 147px;
    padding-left: 30px;
}
.p-tit h3{
    color:#333333;
    font-size: 26px
}
.p-tit h3:after{
    display: block;
    content: '';
    width: 70px;
    height: 1px;
    background:#333333;
    margin: 10px 0;
}
.p-tit p{
    line-height: 35px;
    font-size: 14px;
    color: #333333;
}
.p-dian{
    left: 40%!important;
}
.p-dian .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
}
.p-two{
    width: 100%;
    margin-top: 10px;
}
.p-two .swiper-slide{
    width: 100%;
    height: 285px;
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.p-t-pic{
    width: 100%;
    height: 200px;
    background: #fff;
}
.p-t-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p-t-tit p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 35px;
}
.p-t-tit span{
    display: block;
    width: 180px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    background: #999999;
    color: #fff;
    font-size: 14px;
}
/*标题*/
.title{
    text-align: center;
    width: 100%;
    position: relative;
}
.title h3{
    color:#0d5abb;
    font-size: 34px;
}
.title p{
    color:#377acf ;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    background: url("../Image/title.png") no-repeat center center;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
.title span{
    display: block;
    margin: 0 auto;
}
/*优势*/
.in-adv{
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}
.a-title{
    text-align: center;
    margin-top: 30px;
}
.a-title h3{
    width: 765px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #0d5abb;
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.a-title p{
    color: #333333;
    font-size: 32px;
    margin-top: 30px;
}
.a-title p span{
    color: #ed841a;
}
.adv-list{
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.adv-type ul li{
    width:395px;
    height: 55px;
    line-height: 55px;
    margin-right: 7px;
    float: left;
    text-align: center;
    color: #fff;
    background: #999999;
    font-size: 24px;
}
.adv-type ul li:last-child{
    margin-right: 0;
}
.adv-type ul .on{
    background: #0d5abb;
}
.adv-text{
    width: 100%;
    position: relative;
    height: 355px;
    margin-top: 10px;
}
.adv-text .list img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adv-text .list p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 7px;
    line-height: 27px;
}
/*优势2*/
.youshi{
    width: 100%;
    position: relative;
    background: url("../Image/youshi.jpg") no-repeat center center;
    height: 800px;
}
.youshi-left{
    width: 875px;
    float: left;
    margin-top: 40px;
}
.youshi-left h3{
    color: #fff;
    font-size: 34px;
}
.youshi-left strong{
    font-size:34px;
    color: #fff;
    display: block;
    padding: 30px 0 20px 0;
}
.youshi-left small{
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.youshi-left>p{
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}
.youshi-left>p:before{
    display: block;
    content: '';
    width: 150px;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}
.youshi-left>p>span{
    color: #ed841a;
}
.youshi-left ul{
    width: 100%;
    position: relative;
}
.youshi-left ul>li{
    width: 218px;
    margin-right: 1px;
    float: left;
    background: #fff;
    position: relative;
}
.youshi-left ul>li:last-child{
    margin-right: 0;
}
.num{
    color: #1c50b7;
    font-size: 40px;
    font-family: ziti;
    text-align: center;
    padding-top: 21px;
}
.youshi-left .tit{
    width: 100%;
    text-align: center;
    line-height: 35px;
    padding: 10px 0;
}
.youshi-left .tit .w1{
    color: #666666;
    font-size: 22px;
}
.youshi-left .tit .w2{
    color: #333333;
    font-size: 22px;
}
.youshi-left .tit .w3{
    color: #333333;
    font-size: 28px;
}
.youshi-left ul li img{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
.youshi-left ul li:nth-child(1) img{
    top: 55%;
}
.youshi-left ul li:nth-child(2) img{
    top: 55%;
}
.youshi-left ul li:nth-child(3) img{
    top: 51%;
    max-width: 100%;
}
.youshi-left ul li:nth-child(4) img{
    top: 51%;
    max-width: 100%;
}
.y-list{
    padding: 23px;
    position: absolute;
    bottom: 0;
}
.y-list li{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.y-list li span{
    font-size: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}
.youshi-left ul>li:nth-child(1){
    height: 397px;
    margin-top: 86px;
}
.youshi-left ul>li:nth-child(1) .y-list{
    width: 100%;
    height: 153px;
    background: #01448b;
}
.youshi-left ul>li:nth-child(2){
    height:423px;
    margin-top: 60px;
}
.youshi-left ul>li:nth-child(2) .y-list{
    width: 100%;
    height: 166px;
    background: #14579e;
}
.youshi-left ul>li:nth-child(3){
    height:445px;
    margin-top: 38px;
}
.youshi-left ul>li:nth-child(3) .y-list{
    width: 100%;
    height: 201px;
    background: #3569a3;
}
.youshi-left ul>li:nth-child(4){
    height:483px;
}
.youshi-left ul>li:nth-child(4) .y-list{
    width: 100%;
    height: 236px;
    background: #3569a3;
}
.youshi-right{
    width: 300px;
    background: #ed841a;
    height: 800px;
    float: right;
}
.youshi-right h3{
    color: #ffffff;
    font-size: 30px;
    padding-top: 60px;
    text-align: center;
}
.youshi-right p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px;
}
.youshi-right p:after{
    display: block;
    content: '';
    width: 280px;
    height: 1px;
    background: #fff;
    margin-left: -10px;
    margin-top: 10px;
}
.youshi-right span{
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
.youshi-right span small{
    color: #1564c3;
}
.mes{
    margin: 0 auto;
    text-align: center;
}
.mes input{
    width: 250px;
    height: 48px;
    background: #fff;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    text-indent: 10px;
}
.mes textarea{
    width: 250px;
    height: 165px;
    background: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    text-indent: 10px;
    line-height: 48px;
}
.mes #submit{
    width: 250px;
    background: none;
    border: 2px solid #fff;
    text-align: center;
    line-height: 37px;
    height: 40px;
    color: #fff;
}
.youshi-tel{
    width: 250px;
    height: 90px;
    background: #ffa041 url("../Image/ys-tel.png") no-repeat center left 10px;
    margin: 0 auto;
    padding-left:72px;
}
.youshi .w1{
    color: #fff;
    font-size: 21px;
    padding-top: 20px;
}
.youshi .w2{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
}
.youshi-ewm{
    margin-left: 25px;
    margin-top: 20px;
}
.youshi-ewm img{
    display: block;
    float: left;
}
.youshi-ewm span{
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
    display: block;
    text-align: left;
    width: 110px;
    float: right;
}

/*工程案例*/
.in-case{
    width: 100%;
    position: relative;
    padding: 60px 0;
    background: #f0f0f0;
}
.case-list{
    position: relative;
    width: 100%;
    margin-top: 55px;
    height: 464px;
}
.swiper-container-case{
    height: 100%
}
.case-list .swiper-slide{
    height: 447px;
    position: relative;
}
.case-img{
    width: 100%;
    height: 380px;
}
.case-img img{
    display: block;
    width: 100%;;
    height: 100%;
    object-fit:cover;
}
.case-text{
    width: 100%;
    height: 294px;
    position: absolute;
    background: url("../Image/case-text.png") no-repeat center center;
    bottom: 0;
}
.case-text h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom:20px;
    text-align: center;
    padding-top: 80px;
}
.case-text p{
    color: #676767;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin: 0 auto;
    width:80%;
}
.case-next{
    background: url(../Image/pro-right.png) no-repeat center center!important;
    right:-68px!important;
    width: 38px!important;
    height: 38px!important;
    outline: none;
}
.case-prev{
    background: url(../Image/pro-left.png) no-repeat center center!important;
    left: -68px!important;
    width: 38px!important;
    height: 38px!important;
    outline: none;
}
.liaojie1{
    width: 505px;
    margin: 0 auto;
    padding-top: 42px;
}
.liaojie1 a{
    display: block;
    width: 205px;
    height: 38px;
    background: url("../Image/more.png") no-repeat center center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 38px;
}
.liaojie1 small{
    display: block;
    width: 295px;
    float: right;
    height: 38px;
    background: url("../Image/more1.png") no-repeat center center;
    text-align: center;
    font-size: 24px;
    color: #ed841a;
    line-height: 38px;
    text-indent: 50px;
}
.liaojie1 strong{
    font-size:18px; 
}
/*公司简介*/
.in-company{
    width: 100%;
    position: relative;
    background: url("../Image/about.png") no-repeat center top;
}
.company-left{
    width: 407px;
    float: left;
    margin-top: 150px;
}
.company-right{
    width: 772px;
    float: right;
    margin-top: 106px;
}
.company-right img{
    display: block;
    margin: 0 auto;
}
.company-text{
    margin-top: 137px;
}
.company-text p{
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    float: right;
    margin-left: 50px;
    margin-top: -11px;
}
.company-text span{
    display: block;
    width: 25px;
    height: 2px;
    background: #333333;
    float: left;
}
.company-right .liaojie1{
    float: left;
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}
/*新闻*/
.in-news{
    width: 100%;
    position: relative;
    padding: 60px 0;
    background: #f0f0f0;
}
.news-top{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.news-one{
    width: 385px;
    height: 355px;
    float: left;
}
.n-img{
    width: 100%;
    height: 290px;
}
.n-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.news-one p{
    line-height:70px;
    background: #ed841a;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.news-two{
    width: 795px;
    height: 355px;
    float: right;
}
.news-two ul li{
    width: 100%;
    height: 174px;
    background: #fff;
    padding: 10px;
    margin-bottom: 12px;
}
.n-pic{
    width: 165px;
    height: 138px;
    float: left;
}
.n-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n-tit{
    width: 555px;
    float: right;
}
.news-two ul li h3{
    color: #333333;
    font-size: 18px;
}
.news-two ul li p{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
}
.news-two ul li span{
    display: block;
    background: url("../Image/rili.png") no-repeat center left;
    color: #999999;
    font-size: 12px;
    text-indent: 30px;
}
.news-bo{
    width: 100%;
    margin-top:25px;
}
.news-bo ul li{
    width: 383px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    margin-right: 25px;
    float: left;
    text-indent: 20px;
}
.news-bo ul li:last-child{
    margin-right: 0;
}
.news-bo ul li span{
    float: right;
    padding-right: 20px;
}
/*友情链接*/
.f-link{
    width: 100%;
    position: relative;
    height: 60px;
}
.f-link h3{
    color: #333333;
    background: url("../Image/link.png") no-repeat center left;
    font-size: 18px;
    float: left;
    line-height: 60px;
    text-indent: 30px;
    width: 126px;
}
.f-link ul{
    margin-left: 150px;
    float: left;
    margin-top: -60px;
}
.f-link ul li{
    line-height:60px;
    float: left;
    width: auto;
    padding-right: 20px;
}
.f-link ul li:last-child{
    margin-right: 0;
}
.f-link ul li a{
    color: #666666;
    font-size: 14px;
}
/*底部*/
.foot{
    width: 100%;
    position: relative;
    background: #38393a;
}
.foot-nav{
    width: 100%;
    height: 67px;
    background: #1577ee;
}
.foot-nav ul li:first-child:before{
    display: block;
    content: '';
    background: url("../Image/nav.png") no-repeat center center;
    width: 6px;
    height: 10px;
    float: left;
    margin-top: 27px;
}
.foot-nav ul li{
    width: 133px;
    float: left;
    text-align: center;
    line-height: 67px;
}
.foot-nav ul li a{
    font-size: 14px;
    color: #fff;
    background: url("../Image/nav.png") no-repeat center right;
    display: block;
    width: 100%;
}
.foot-center{
    width: 100%;
    position: relative;
    padding: 34px 0;
}
.foot1{
    float: left;
    width: 490px;
}
.foot1 ul{
    margin-top: 25px;
}
.foot1 ul li{
    width: 50%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
}
.foot1 ul li:nth-child(1){
    background: url("../Image/f1.png") no-repeat center left;
}
.foot1 ul li:nth-child(2){
    background: url("../Image/f2.png") no-repeat center left;
}
.foot1 ul li:nth-child(3){
    width: 100%;
    background: url("../Image/f3.png") no-repeat center left;
}
.foot1 ul li:nth-child(4){
    width: 100%;
    background: url("../Image/f4.png") no-repeat center left;
}
.foot2{
    float: left;
    width: 319px;
    margin-left: 26px;
}
.foot2 p{
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}
.foot3{
    width: 313px;
    float: right;
}
.f-mes input{
    width: 100%;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 10px;
    margin-bottom: 20px;
    outline: none;
    line-height: 50px;
    text-indent: 20px;
    background: none;
    color: #999;
}
.f-mes input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999;
    font-size:16px;
}

.f-mes input:-moz-placeholder,textarea:-moz-placeholder{
    color:#999;
    font-size:16px;
}

.f-mes input::-moz-placeholder,textarea::-moz-placeholder{
    color:#999;
    font-size:16px;
}
.f-mes input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#999;
    font-size:16px;
}
.f-mes #submit{
    background: #999999;
    color: #333;
    text-align: center;
    line-height: 50px;
    text-indent: 0;
}
.foot-bottom{
    width: 100%;
    height: 40px;
    line-height:40px;
    background:#323334;
}
.foot-bottom p{
    float: left;
    color: #fff;
    font-size: 14px;
}
.foot-bottom a{
    color: #fff;
    float: right;
    font-size: 14px;
    display: block;
}
/*产品*/
.index-pro{
    width: 100%;
    position: relative;
    padding:105px 0 65px 0;
    background: #f3f3f3;
}
.indexpro{
    width: 100%;
    position: relative;
    background: #f1f1f1;
}
.type{
    width: 612px;
    height: 415px;
    float: right;
    position: absolute;
    z-index: 99;
    padding-top: 10px;
    right: 0;
}

.type ul li p{
    width: 158px;
    height: 57px;
    background: url(../Image/type-li.png) no-repeat center center;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.type ul .on p {
    background: url(../Image/type-li-ho.png) no-repeat center center!important;
}
.pro-list{
    width: 530px;
    height: 345px;
    background: #fff;
    padding-top: 25px;
    margin: 0 auto;
    float: left;
    padding: 35px;
}
.type-img{
    position: absolute;
    right: 0;
    top: 0;
}
.type-text h3{
    color: #3b3b3b;
    font-size: 24px;
    font-weight: bold;
    background: url(../Image/line.png) no-repeat left bottom;
    height: 47px;
} 
.type-text p{
    color: #747373;
    font-size: 14px;
    padding-top: 20px;
}
.list{
    width: 100%;
}
.list ul{
    margin-top: 44px;
}
.list ul li{
    width: 160px;
    float: left;
    height: 35px;
    margin-right:14px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
.list ul li a{
    color: #747373;
    font-size: 14px;
}
.list ul li:nth-child(3){
    margin-right: 0;
}
.list ul li:last-child{
    background: #0090df;
    border: 1px solid #0090df;
}
.list ul li:last-child a{
    color: #fff;
}
/*产品直通车*/
.index-product{
    width: 100%;
    position: relative;
    padding: 45px 0 60px 0;
}
.chanpin{
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.chanpin-type ul{
    background: #124aa2;
    height: 52px;
    line-height: 52px;
}
.chanpin-type ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.chanpin-type ul li p{
    color: #fff;
    font-size: 18px;
}
.chanpin-type ul .on{
    background: #0090df;
}
.erji{
    width: 1198px;
    height: 115px;
    border: 1px solid #dcdcdc;
}
.erji ul h3{
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 30px;
    background: url(../Image/erji-line.png) no-repeat center right;
}
.erji ul h3 strong{
    color: #3a3a3a;
    font-size: 23px;
    padding-top: 30px;

}
.erji ul h3 b{
    color: #028cd8;
}
.erji ul h3 span{
    color: #787878;
    font-size: 20px;
}
.erji ul .erji-list{
    width: 75%;
    float: right;
}
.erji-list li{
    float: left;
    width: 21%;
    text-align: left;
    padding-left: 35px;
}
.erji-list li a{
    color: #5e5e5e;
    font-size: 14px;
    display: block;
    padding-top: 15px;

}
.erji-list li a:before{
    display: block;
    content: "□";
    color: #5e5e5e;
    float: left;
    padding-right:5px;
}
.chanpin-list{
    margin-top: 25px;
}
.chanpin-list li{
    width: 287px;
    height: 277px;
    float: left;
    margin-right: 17px;   
    text-align: center;
}
.chanpin-list li:nth-child(4){
    margin-right: 0;
}
.list1-img{
    width: 285px;
    height: 220px; 
    overflow: hidden;
    border: 1px solid #dcdcdc;

}
.list1-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.chanpin-list li p{
    line-height: 54px;
    text-align: center;
    color: #5e5e5e;
    font-size: 16px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 285px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;

}
.chanpin-list li:hover p{
    background: url(../Image/pro-li.jpg) no-repeat center center;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-indent: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-top: 1px solid #0090df;
    background-size: 100% 100%;
    width: 287px;
    margin-left: -1px; 
}
.chanpin-list li:hover .list1-img{
    border: 1px solid #0090df;
}
.pro-more{
    width: 540px;
    margin: 0 auto;
    margin-top: 40px;
}
.pro-tel{
    width: 259px;
    height: 62px;
    margin-right: 20px;
    background: #ffa801 url(../Image/pro-tel.png) no-repeat center left 35px;
    border-radius: 30px;
    float: left;
}
.pro-tel p{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-indent: 90px;
    padding-top: 5px;
}
.pro-tel strong{
    color: #fff;
    font-size: 18px;
    text-indent: 90px;
    display: block;
}
.pro-see{
    width: 259px;
    height: 62px;
    background: #124aa2 url(../Image/pro-more.png) no-repeat center left 35px;
    border-radius: 30px;
    float: right;
}
.pro-see p{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-indent: 90px;
    padding-top: 5px;
}
.pro-see strong{
    color: #fff;
    font-size: 18px;
    text-indent: 90px;
    display: block;
}



.ipro .l {
    width: 266px;
    height: 800px;
    float: left;
}

.ipro .l .top {
    width: 100%;
    height: 90px;
    background: url("../Image/tlt.png") center no-repeat;
}

.it {
    height: 534px;
    overflow-y: scroll;
    overflow-x: hidden
}

.it li {
    border-bottom: 1px solid #fff;
    background: #F2F2F2
}

.it li .a1 {
    display: block;
    width: 266px;
    height: 50px;
    position: relative;
}

.it li .a1 .one {
    position: absolute;
    width: 266px;
    height: 50px;
    left: -266px;
    top: 0;
    z-index: 1;
    background: #00a73e;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.it li .a1 .two {
    position: absolute;
    width: 266px;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 2;
    background: #f2f2f2;
    line-height: 50px;
    font-size: 14px;
    text-indent: 1.5em;
    color: #444;
    transition: 0.5s;
    background: url("../Image/jt.png") right 30px center no-repeat
}

.it li .a1:hover .one {
    transform: translateX(266px);
    -webkit-transform: translateX(266px);
}

.it li .a1:hover .two {
    color: #fff;
    background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;
}

.it li .xzz .one {
    transform: translateX(266px);
    -webkit-transform: translateX(266px);
}

.it li .xzz .two {
    color: #fff;
    background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;
}

.it li dl {
    width: 266px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff
}

.it li dl a {
    display: block;
    width: 220px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #5f5f5f;
    text-indent: 1.8em;
    background: url("../Image/jt.png") left 10px center no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.it li dl a:hover {
    color: #00a73e;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    background: url("../Image/jt2.png") left 10px center no-repeat;
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ed841a;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}

.ipro .l .bot {
    width: 100%;
    height: 152px;
    background: url("../Image/bot.png") center no-repeat;
}

/*产品列表*/
.ipro {
    width: 100%;
    background: #f0f0f0;
}

.ipro .r {
    width: 900px;
    height: 800px;
    float: right
}

.ipro .r li {
    width: 290px;
    height: 380px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ipro .r li:nth-child(3n) {
    margin-right: 0
}

.ipro .r li a {
    display: block;
    width: 290px;
    height: 380px;
}

.ipro .r li a .i {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.ipro .r li a .i img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.ipro .r li a .t {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0px;
    width: 100%;
    height: 160px;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.ipro .r li a .t .t1 {
    color: #484848;
}

.ipro .r li a .t p {
    width: 260px;
    height: 55px;
    color: #888888;
    line-height: 1.8;
    margin: 0 auto
}

.ipro .r li a .t .a {
    width: 120px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
    color: #5b5b5b;
    border-radius: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #eee
}

.ipro .r li a:hover .i img {
    transform: scale(1.05)
}

.ipro .r li a:hover .t {
    background: #ed841a;
    border: none
}

.ipro .r li a:hover .t .t1,.ipro .r li a:hover .t p {
    color: #fff;
}

.ipro .r li a:hover .t .a {
    background: #f9cf09
}



/*xiao banner1*/
.sb1 {
    height: 222px;
    background: url("../Image/sbbg.png") center no-repeat;
}

.sb1 .l {
    width: 123px;
    float: left;
}

.sb1 .m {
    width: 410px;
    margin-left: 50px;
    float: left;
}

.sb1 .m .t {
    width: 324px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 45px;
    line-height: 41px;
    color: #fff;
    background: url("../Image/sbtel.png") left 30px center no-repeat;
    text-indent: 65px;
}

.sb1 .m .t span {
    position: relative;
    top: 2px
}

.sb1 .r {
    width: 490px;
    float: right
}

.sb1 .r .z {
    width: 340px;
    float: left;
}

.sb1 .r .z input {
    display: block;
    width: 335px;
    height: 47px;
    background: #fff;
    border-radius: 3px;
    outline: none;
    border: none;
    text-indent: 10px;
}

.sb1 .r .z .input1 {
    margin-bottom: 20px;
    background: #fff url("../Image/if1.png") right 15px center no-repeat;
}

.sb1 .r .z .input2 {
    background: #fff url("../Image/if2.png") right 15px center no-repeat;
}

.sb1 .r button {
    display: block;
    outline: none;
    border: none;
    width: 130px;
    height: 114px;
    float: right;
    background: #00a73e;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer
}


/**/
.ivideo {
    height: 670px;
    background: #f4f4f4;
}

.changfang .swiper-slide {
    height: 350px;
    width: 380px;
    overflow: hidden;
    position: relative;
}

.changfang .swiper-slide a {
    display: block;
    height: 350px;
    width: 380px;
    background: #fff;
    overflow: hidden
}

.changfang .swiper-slide a .son {
    width: 350px;
    height: 320px;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden
}

.changfang .swiper-slide .i {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.changfang .swiper-slide .i video {
    width: 100%;
    height: 100%;
}

.changfang .swiper-slide .i p iframe {
    width: 100%;
    height: 100%
}

.changfang .swiper-slide .i img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.changfang .swiper-slide .t {
    width: 100%;
    height: 120px;
}

.changfang .swiper-slide .t .top {
    height: 30px;
    width: 100%;
}

.changfang .swiper-slide .t .top .z {
    width: 270px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #444;
    float: left;
    line-height: 29px
}

.changfang .swiper-slide .t .top .y {
    width: 40px;
    height: 30px;
    float: right;
    background: url("../Image/vie.png") center no-repeat
}

.changfang .swiper-slide .t p {
    color: #949494
}

/*.iprolist .swiper-slide .one .son11{width: 98%;heiht: 98%;box-sizing: border-box;border: 1px solid #ddd;transform: scale(1);*/
/*opacity: 1}*/
.swiper-containercases a:hover .one {
    background: rgba(0,102,109,0.8)
}

.swiper-containercases a:hover .i img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.swiper-containercases a:hover .son .t .top .z {
    color: #ed841a;
}
/*.swiper-containercases a:hover .one .son11{transform: scale(1);opacity: 1;background: rgba(0,0,0,0)}*/
/*.swiper-containercases a:hover{border-bottom: 4px solid #032348;box-sizing: border-box}*/
.changfang .swiper-button-prev {
    width: 55px;
    height: 55px;
    background: #ddd url("../Image/pr.png") center no-repeat;
    left: -70px;
    top: 50%;
    border-radius: 55px;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.changfang .swiper-button-next {
    width: 55px;
    height: 55px;
    background: #ddd url("../Image/ne.png") center no-repeat;
    right: -70px;
    top: 50%;
    border-radius: 55px;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.changfang .swiper-button-prev:hover {
    width: 55px;
    height: 55px;
    background: #bbb url("../Image/pr.png") center no-repeat;
}

.changfang .swiper-button-next:hover {
    width: 55px;
    height: 55px;
    background: #bbb url("../Image/ne.png") center no-repeat;
}
/**/
.changfang .imore {
    width: 390px;
    height: 50px;
    margin: 0 auto;
}

.changfang .imore a {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 5px;
    float: left;
    transition: 0.2s;
    -webkit-transition: 0.2s
}

.changfang .imore .a1 {
    margin-right: 30px;
    background: #ed841a;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.changfang .imore .a2 {
    background: #00a73e;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.changfang .imore .a2 .z {
    width: 50px;
    height: 50px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #38c86d;
    background: url("../Image/im.png") center no-repeat;
}

.changfang .imore .a2 .y {
    width: 130px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #fff
}

.changfang .imore .a1:hover {
    box-shadow: 0px 0px 8px #2f6cc8;
    border-radius: 8px
}

.changfang .imore .a2:hover {
    box-shadow: 0px 0px 8px #00a73e;
    border-radius: 8px
}
/*优势*/
.iys {
    height: 770px;
    background: url("../Image/iysbg.jpg") center no-repeat;
}

.iys ul li {
    width: 294px;
    height: 530px;
    float: left;
    background: #fff;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.iys ul li:nth-child(4) {
    margin-right: 0
}

.iys ul li:nth-child(1) {
    border-top-left-radius: 45px
}

.iys ul li:nth-child(1) .son {
    border-top-left-radius: 31px;
    overflow: hidden
}

.iys ul li:nth-child(4) {
    border-top-right-radius: 45px
}

.iys ul li:nth-child(4) .son {
    border-top-right-radius: 31px;
    overflow: hidden
}

.iys ul li .son {
    width: 264px;
    margin: 0 auto;
    margin-top: 15px;
}

.iys ul li .son .i {
    width: 264px;
    height: 280px;
    overflow: hidden
}

.iys ul li .son .t1 {
    color: #ed841a;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.iys ul li .son .line {
    width: 120px;
    height: 1px;
    background: #ddd;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-top: 10px;
}

.iys ul li .son dl dt {
    height: 50px;
    margin-top: 20px
}

.iys ul li .son dl dt .zuo {
    width: 35px;
    height: 50px;
    background: url("../Image/ty.png") top left no-repeat;
    float: left;
}

.iys ul li .son dl dt .you {
    width: 225px;
    height: 50px;
    font-size: 14px;
    color: #6c6c6c;
    float: right
}

.iys ul li:hover {
    background: rgba(6,94,228,0.5)
}

.iys ul li:hover .son .t1 {
    color: #fff;
    transform: translateX(10px)
}

.iys ul li:hover .son .line {
    transform: scaleX(3.3);
    -webkit-transform: scaleX(3.3);
    background: rgba(255,255,255,0.5)
}

.iys ul li:hover .son dl dt .you {
    color: #fff
}



/*业绩*/
.yeji {
    height: 520px;
    background: #f4f4f4
}

/*合作案例*/
.ihz {
    height: 440px;
    background: #f4f4f4
}

.ihz .l {
    width: 200px;
    height: 264px;
    background: #ed841a;
    float: left;
}

.ihz .r {
    width: 1000px;
    height: 264px;
    background: #fff;
    float: left;
}

.ihz .r li {
    width: 250px;
    margin-bottom: 30px;
    height: 85px;
    float: left;
}

.ihz .r li a {
    width: 220px;
    height: 85px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 85px;
    margin-right: 13px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.ihz .r li a img {
    max-width: 80%!important;
    max-height: 80%;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.ihz .r li a:hover {
    border: 1px solid #ed841a
}

.ihz .r li a:hover img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.9
}

.ihz .imore {
    width: 460px;
    height: 50px;
    margin: 0 auto;
}

.ihz .imore a {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 5px;
    float: left;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    overflow: hidden
}

.ihz .imore .a1 {
    margin-right: 30px;
    text-align: center;
    line-height: 50px;
    color: #6b6a6a;
    box-sizing: border-box;
    border: 1px solid #bfbfbf
}

.ihz .imore .a2 {
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #00a73e;
    text-align: center;
    line-height: 50px;
    color: #6b6a6a;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.ihz .imore .a2 .z {
    width: 50px;
    height: 50px;
    float: left;
    background: #00a73e url("../Image/im1.png") center no-repeat;
}

.ihz .imore .a2 .y {
    width: 198px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #00a73e;
    font-size: 23px;
    transition: 0.2s;
    -webkit-transition: 0.2s
}

.ihz .imore .a1:hover {
    background: #ddd;
}

.ihz .imore .a2:hover .z {
}

.ihz .imore .a2:hover .y {
    text-shadow: 2px 2px 3px #bbb;
    background: rgba(0,167,62,0.1)
}



/**风采*/
.ifc {
    height: 510px;
    background: url("../Image/ifcbg.jpg") center no-repeat;
}

.ifc .l {
    width: 850px;
    float: left;
}

.flist li {
    width: 128px;
    height: 45px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #686e7a;
    border-right: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    cursor: pointer
}

.flist li:nth-child(4) {
    border-right: 1px solid #686e7a
}

.flist .xz {
    background: #ddd;
    border: 1px solid #fff;
    color: #ed841a;
    font-weight: bold
}

.flist li:hover {
    background: #ddd;
    border: 1px solid #fff;
    color: #ed841a;
    font-weight: bold
}

.fc .swiper-slide {
    height: 240px;
    background: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.fc .swiper-slide a {
    display: block
}

.fc .swiper-slide .son {
    width: 250px;
    height: 220px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
}

.fc .swiper-slide .son .i {
    width: 100%;
    height: 190px;
}

.fc .swiper-slide .son .t {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #5b5b5b;
}

.fc .swiper-slide:hover {
    background: #ed841a
}



.swiper-containerfc {
    height: 280px;
}

.ifc .r {
    width: 320px;
    height: 450px;
    float: right;
    background: #0d5bd2
}

.ifc .r .top {
    width: 100%;
    height: 70px;
    background: url('../Image/fcl.png') left center no-repeat;
    margin-top: 70px
}

.ifc .r .con {
    width: 270px;
    height: 180px;
    margin: 0 auto;
}

.ifc .r .con .z {
    width: 10px;
    background: url("../Image/fcrb.png") left top no-repeat;
    height: 180px;
    float: left
}

.ifc .r .con .y {
    width: 250px;
    float: right;
    height: 180px;
    position: relative;
    top: -9px
}

.ifc .r .con .y li {
    width: 250px;
    height: 67px;
}

/*新闻*/
.inews {
    height: 570px
}

.inews .l {
    width: 700px;
    float: left;
}

.inews .l .top {
    height: 60px;
    width: 100%;
    background: url("../Image/nline.png") left bottom no-repeat
}

.inews .l .top .z {
    width: 300px;
    height: 60px;
    line-height: 60px;
    float: left
}

.inews .l .top .y {
    width: 150px;
    height: 60px;
    float: right
}

.inews .l .top .y a {
    display: block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    color: #5f5f5f
}

.inews .l .first .bt {
    color: #373737
}

.inews .l .con {
    height: 240px;
    background: url("../Image/inlbg.png") left top no-repeat
}

.inews .l .con .son {
    width: 390px;
    height: 240px;
    float: right;
}

.inews .l .con .son li {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #ddd;
    margin-top: 11px
}

.inews .l .con .son li .z {
    width: 44px;
    height: 75px;
    float: left;
}

.inews .l .con .son li .y {
    width: 320px;
    height: 75px;
    float: right;
}

.inews .l .con .son li .z .p1 {
    color: #7f7f7f
}

.inews .l .con .son li .z .p2 {
    color: #7f7f7f
}

.inews .l .con .son li .y .bt {
    color: #373737
}

.inews .l .con .son li:nth-child(1) {
    margin-top: 0px;
}

.inews .l .con .son li:nth-child(3) {
    border-bottom: none
}

.inews .l a:hover .bt {
    color: #ed841a!important;
}

.inews .l .con .son li a:hover .z .p1 {
    color: #ed841a!important;
}

.inews .l .con .son li a:hover .z .p2 {
    color: #ed841a!important;
}

.inews .r {
    width: 420px;
    float: right;
}

.inews .r .top {
    height: 60px;
    width: 100%;
    background: url("../Image/nline.png") left bottom no-repeat
}

.inews .r .top .z {
    width: 200px;
    height: 60px;
    line-height: 60px;
    float: left
}

.inews .r .top .y {
    width: 100px;
    height: 60px;
    float: right
}

.inews .r .top .y a {
    display: block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    color: #5f5f5f
}

.inews .r ul li {
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 21px
}

.inews .r ul li:nth-child(1) {
    margin-top: 36px;
}

.inews .r ul li .z {
    width: 28px;
    height: 100px;
    background: url("../Image/wd.png") left top no-repeat;
    float: left;
}

.inews .r ul li .y {
    width: 380px;
    height: 100px;
    float: right;
}

.inews .r ul li .y .bt {
    color: #373737
}

.inews .r ul li a:hover .bt {
    color: #ed841a
}


/**/
.footer .link {
    height: 40px;
    background: url("../Image/link.png") left center no-repeat;
    line-height: 40px;
    text-indent: 25px;
}

.footer .link a {
    color: #6c6c6c;
    padding: 0 10px;
}

.fmenu {
    height: 60px;
    background: #ed841a;
    margin-top: 10px
}

.fmenu li {
    width: 133px;
    height: 60px;
    float: left;
    background: url("../Image/fml.png") right center no-repeat;
}

.fmenu li:nth-child(9) {
    background: none
}

.fmenu li a {
    display: block;
    width: 133px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff
}

.fot {
    height: 305px;
    background: #38393a;
    overflow: hidden;
}

.fot .l {
    width: 500px;
    float: left;
}

.fot .l li {
    width: 250px;
    float: left;
    color: #bbb;
    text-indent: 20px;
    padding: 10px 0;
}

.fot .l li:nth-child(1) {
    background: url("../Image/fl1.png") left center no-repeat;
}

.fot .l li:nth-child(2) {
    background: url("../Image/fl2.png") left center no-repeat;
}

.fot .l li:nth-child(3) {
    background: url("../Image/fl3.png") left center no-repeat;
}

.fot .l li:nth-child(4) {
    background: url("../Image/fl4.png") left center no-repeat;
}

.fot .l li:nth-child(5) {
    background: url("../Image/fl5.png") left center no-repeat;
}

.fot .m {
    width: 123px;
    float: left;
    margin-left: 30px
}

.fot .l1 {
    width: 123px;
    float: left;
    margin-left: 45px
}
/*.fot .r{width: 288px;height: 100px;float: right;background:  url("../Image/ftel.png") left top 2px no-repeat;}*/
.fot .r {
    width: 320px;
    float: right;
}
/**/
#ordform select {
    width: 315px;
    height: 35px;
    border-radius: 0px;
    border: 1px solid #666;
    margin-bottom: 10px;
    background: none;
    color: #888
}

#ordform input {
    width: 315px;
    outline: none;
    border: 1px solid #666;
    display: block;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 0px;
    background: none;
    text-indent: 10px;
    color: #ddd
}

#ordform textarea {
    width: 315px;
    height: 60px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#ordform button {
    display: block;
    width: 315px;
    height: 35px;
    border: none;
    background: #999;
}

.beian {
    height: 50px;
    border-top: 1px solid #4f5051;
    line-height: 50px;
    color: #838383;
    margin-top: 17px
}

.beian .l {
    width: 900px;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    float: left;
    color: #838383;
    font-size: 14px;
}

.beian .r1 {
    height: 100%;
    width: 300px;
    float: right;
    text-align: right
}

.beian a {
    font-size: 14px;
    color: #838383
}
/**/
/*#gotop {*/
    /*position: fixed;*/
    /*z-index: 10;*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*transition: 0.5s;*/
    /*background: #ccc url("../Image/top.png") center no-repeat;*/
    /*right: 50px;*/
    /*bottom: 50px;*/
    /*cursor: pointer;*/
    /*display: none;*/
/*}*/

/*#gotop:hover {*/
    /*background: #9aa1a8 url("../Image/top.png") center no-repeat*/
/*}*/

/*小banner*/
.s-banner {
    height: 400px;
}

.s-banner .con {
    height: 400px;
    position: relative;
}


/*单页面总样式*/
.six li {
    width: 200px;
    float: left;

}


.six li a {
    display: block;
    line-height: 60px;
    background-color: #f4f4f4;
    font-size: 18px;
    color: #7a7a7a;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: relative;
}
.six li a:after{
    display: block;
    position: absolute;
    content:"";
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-left-color:transparent;
    border-right-color:transparent;
    border-bottom-color:#fff;
    border-top-color:transparent;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.six li a:hover {
    background-color: #ed841a;
    color: #fff;
}
.six li a:hover:after{
    opacity: 1;
}

.six li .xz {
    background-color: #ed841a;
    color: #fff;
}
.six li .xz:after{
    opacity: 1;
}

.about-con{
    margin-top: 35px;
    background: #f2f2f2;
    height: 294px;
}
.about-left{
    width: 299px;
    height: 294px;
    float: left;
    background: url(../Image/a-left.jpg) no-repeat center center;
}
.about-left p{
    color: #fff;
    width: 103px;
    height: 33px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 103px;
    border: 1px solid #fff;
}
.about-left h3{
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}
.about-right{
    padding: 30px 40px;
    float: right;
    width:820px;  
}
.about-right p{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 25px;
}
.about-right p:nth-child(2){
    margin-top: 35px;
}
.a-par{
    height: 435px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    border-left: 1px solid #e5e5e5;
}
.par-left{
    width: 540px;
    float: left;
    margin-left: 38px;
    padding-top: 35px;
}
.par-left h3{
    color: #0090df;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dashed #e5e5e5;
    height: 45px;
}
.par-left p{
    color: #7e7e7e;
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 35px;
}
.par-left img{
    display: block;
    margin: 0 auto;
}
.par-right{
    float: right;
    width: 578px;
}
.par-right img{
    display: block;
    float: right;
}
/*gunayvwomne*/
.company .top {
    width: 687px;
    height: 110px;
    background: url("../Image/comt.png") top right no-repeat
}

/*产品中心*/

.sidebar {
    width: 318px;
    height: auto;
    float: left;
    background: #fff;
}

.sidebar .top {
    width: 100%;
    height: 72px;
    background: url("../Image/tlt.png") center no-repeat;
    margin-bottom: 25px;
}

.it1 {
    height: auto;
}

.it1 li {
    border: 1px solid #eaeaea;
    width: 273px;
    margin: 0 auto;
    margin-bottom: 18px;

}

.it1 li .a1 {
    display: block;
    width: 318px;
    height: 60px;
    position: relative;
}

.it1 li .a1 .one {
    position: absolute;
    width: 318px;
    height: 60px;
    left: -311px;
    top: 0;
    z-index: 1;
    background: #00a73e;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.it1 li .a1 .two {
    position: absolute;
    width: 273px;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 2;
    line-height: 60px;
    font-size: 18px;
    text-indent: 19px;
    color: #fff;
    transition: 0.5s;
    background:#00a73e url("../Image/jt.png") right 22px center no-repeat
}

.it1 li .a1:hover .one {
    transform: translateX(266px);
    -webkit-transform: translateX(266px);
}



.it1 li .xzz .one {
    transform: translateX(266px);
    -webkit-transform: translateX(266px);
}

.it1 li .xzz .two {
    color: #fff;
    background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;
}

.it1 li dl {
    width:273px;
    box-sizing: border-box;

    background: #fff
}

.it1 li dl a {
    display: block;
    width: 273px;
    margin: 0 auto;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    color: #767676;
    text-indent: 19px;
    background: url("../Image/jt.png")  no-repeat center right 22px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.it li .xzz .one {
    transform: translateX(266px);
    -webkit-transform: translateX(266px);
}

.it li .xzz .two {
    color: #fff;
    background: rgba(0,0,0,0.0) url("../Image/jt1.png") right 30px center no-repeat;
}
.s-contact{
    width: 100%;
}
.s-tel{
    width: 100%;
    height: 97px;
    border-bottom: 1px solid #eaeaea;
    background: url(../Image/s-tel.png) no-repeat center left 25px;
}
.s-tel p{
    color: #707070;
    font-size: 14px;
    text-indent:90px;
    padding-top: 30px;
}
.s-tel strong{
    color:#ffa801;
    font-size: 28px;
    font-family: ziti; 
    font-weight: 100;
    text-indent: 88px;
    display: block;
}
.s-con{
    padding-left: 25px;
    padding-top: 20px;
}
.s-con p{
    line-height: 28px;
    color: #707070;
    font-size: 14px;
}
/**/
.sidebar .bot {
    width: 100%;
    height: 105px;
    background: #ed841a;
    background: url("../Image/bot1.png") center no-repeat
}
.ipro1{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}
.ipro2{
    background: #fff;
    padding-top: 60px;
}
.news{
    margin-top: 60px;
}
.ipro1 .r {
    width: 908px;
    float: right
}

.ipro1 .r li {
    width: 292px;

    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.ipro1 .r li:nth-child(3n) {
    margin-right: 0
}



.ipro1 .r li .i {
    width: 100%;
    height: 210px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.ipro1 .r li .i img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    object-fit:cover!important;
}

.ipro1 .r li .t {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0px;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.ipro1 .r li .t .t1 {
    font-size: 16px;
    color: #6f6f6f;
    text-indent: 27px;
}

.ipro1 .r li .t p {
    margin: 0 auto;
    padding-left:27px;
    color: #8f8f8f;
    font-size: 14px;
    padding-right: 27px;
    padding-top: 10px;
}

.ipro1 .r li .t .a {
    width: 220px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    border-radius: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-radius: 30px;
}

.ipro1 .r li .t .a a{
    display: block;
    float: left;
    color: #999999;
    width: 109px;
    font-size: 14px;
    border-right: 1px solid #ffa707;
}
.ipro1 .r li .t .a a:nth-child(2){
    border-right: none;
    background: #ffa707;
    color: #fff;
    border-radius: 0 30px 30px 0;
    width: 110px;
    border-top:1px solid #ffa707;
    border-bottom:1px solid #ffa707;
    border-right:1px solid #ffa707;
    margin-top: -1px;
    margin-right: -2px;

}




/*面包导航*/
.b-bread {
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.bread {
    width: 100%;
    height: 40px;
    background: url("../Image/pro-li.png") no-repeat center center;
}

.bread .bl {
    width: 300px;
    height: 30px;
    float: left;
    line-height: 40px;
    text-indent: 20px;
    color:#fff;
    font-size: 20px;
}
.bread .bl:before{
    display: block;
    content: '·';
    font-size: 40px;
    float: left;
}

.bread .br {
    height: 40px;
    font-size: 14px;
    background: url("../Image/ibg.png") left center no-repeat;
    float: right;
    text-align: right;
    color: #fff;
    line-height: 40px;
    text-indent: 26px;
    padding-right: 15px;
}

.bread .br a {
    color: #fff;
}

.o-bread {
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    height: 50px;
    width: 1200px;
    background: #fff;
}

.o-bread .br {
    height: 50px;
    font-size: 14px;
    background: url("../Image/info.png")  no-repeat center left 20px;
    float: left;
    text-align: left;
    color: #999;
    line-height: 50px;
    text-indent: 50px
}

.o-bread a {
    color: #999;
}
/*产品详情*/
/*订购*/
.dinggou{
    width: 100%;
    height: 626px;
    background: url(../Image/dg.png) no-repeat center center;
}
.dinggou form {
    width: 595px;
    margin: 0 auto;
    padding-top: 145px;
}
.dinggou form input{
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    width: 595px;
    margin-bottom: 17px;
    text-indent: 50px;
}
/* WebKit browsers */
input::-webkit-input-placeholder {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #e4e4e4;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #e4e4e4;   
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #e4e4e4;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #e4e4e4;   
}
textarea::-webkit-input-placeholder{
   font-family: "微软雅黑";
    font-size: 14px;
    color: #e4e4e4;   
}

.dinggou form #name{
    background:#fff url(../Image/name1.png) no-repeat center left;
}
.dinggou form #tel{
    background:#fff url(../Image/tel1.png) no-repeat center left;
}
.dinggou form #email{
    background:#fff url(../Image/email1.png) no-repeat center left;
}
.dinggou form #submit{
    width: 250px;
    height: 35px;
    float: left;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    background: #ed841a;
    border: none;
}
.dinggou form #button{
    
    width: 250px;
    height: 35px;
    float: right;
    line-height: 35px;
    text-align: center;
    color: #ed841a;
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    background: #fff;
    border: none;
}

.dinggou form textarea{
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    width: 595px;
    margin-bottom: 17px;
    text-indent: 10px;
}
.pro_r {
    width: 908px;
    float: right
}

.pro_r .top {
    height: 450px;
    background: none;
}

.pro_r .top .z {
    width: 465px;
    height: 450px;
    float: left;
    position: relative;
    background: #fff
}

.pro_r .top .top {
    width: 465px;
    height: 360px;
    overflow: hidden;
    border: solid 1px #dddddd;
}

.pro_r .top .bot {
    width: 400px;
    height: 70px;
    margin: 0 auto;
    margin-top: -20px;
}

.pro_r .top .bot .swiper-slide .imgbox{
    width:100%;
    height: 70px;
}

.pro_r .top .swiper-button-prev {
    width: 24px;
    height: 71px!important;
    background: #ddd url("../Image/pr1.png") center no-repeat!important;
    top: 100%!important;
    margin-top: -71px!important;
    left: 1px!important;
}

.pro_r .top .swiper-button-next {
    width: 24px;
    height: 71px!important;
    background: #ddd url("../Image/ne1.png") center no-repeat!important;
    top: 100%!important;
    margin-top: -71px!important;
    right: 1px!important;
}

.pro_r .top .bot .swiper-slide-thumb-active .imgbox {
    box-sizing: border-box;
    border: 1px solid #ed841a;
    cursor: pointer;
}

.pro_r .top .y {
    width: 415px;
    height: 450px;
    float: right;
    position: relative
}

.pro_r .top .y h1 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px
}

.pro_r .top .y .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 150px;
    background: #f3f3f3;
}

.pro_r .top .y .bot .tel {
    width: 320px;
    height: 38px;
    margin: 0 auto;
    background: url("../Image/pntel.png") left center no-repeat;
    color: #ed841a;
    line-height: 36px;
    text-indent: 40px;
}

.pro_r .top .y .bot .lian {
    width: 320px;
    height: 42px;
    margin: 0 auto;
}

.pro_r .top .y .bot .lian a {
    display: block;
    width: 150px;
    height: 42px;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    transition: 0.3s;
    -webkit-transition: 0.3s
}

.pro_r .top .y .bot .lian .a1 {
    border: 1px solid #ed841a;
    background: #ed841a;
    color: #fff;
}

.pro_r .top .y .bot .lian .a1:hover {
    border: 1px solid rgba(6,94,228,0.8);
    background: rgba(6,94,228,0.8);
    color: #fff;
}

.pro_r .top .y .bot .lian .a2 {
    border: 1px solid #666;
    background: #fff;
    color: #4d4d4d;
    margin-left: 20px
}

.pro_r .top .y .bot .lian .a2:hover {
    border: 1px solid #ddd;
    background: #ddd;
    color: #666;
}

/**/
/*.p-details{padding-top: 50px;}*/
.tiao {
    width: 100%;
    height: 42px;
    background: #fff;
    padding-top: 0px;
}

.tiao .t-l {
    width: 150px;
    height: 42px;
    background-color: #ed841a;
    float: left;
    text-align: center;
    line-height: 42px;
}

.tiao .t-r {
    width: 700px;
    height: 42px;
    background-color: #eee;
    float: left;
}




/**/
.qzftable .f {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 0px
}

.qzftable .f .l {
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #666;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.qzftable .f .r {
    width: 700px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin-left: 10px;
}

.qzftable .f .r input {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    background: none;
    height: 38px;
    line-height: 38px;
}

.qzftable .f1 {
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden
}

.qzftable .f1 textarea {
    display: block;
    width: 95%;
    height: 90%;
    padding: 2%;
    outline: none;
    border: none
}

.qzftable .f2 {
    width: 333px;
}

.qzftable .f2 .r {
    width: 220px;
    position: relative
}

.qzftable .f2 .r img {
    position: absolute;
    width: 100px;
    height: 40px;
    right: 0;
    top: 0;
}

.qzftable button {
    display: block;
    outline: none;
    border: none;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    background: #ed841a;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}

.qzftable button:hover {
    background: rgba(6,94,228,0.9)
}

/*产品详情悬浮*/
#pfu {
    width: 120px;
    position: fixed;
    top: 230px;
    left: -130px;
    z-index: 100;
    background: #ff773a;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 1
}

.pfu {
    transform: translateX(130px);
    opacity: 0
}

#pfu li {
    width: 100%;
    height: 50px;
}

#pfu li:last-child a {
    border-bottom: none;
}

#pfu li:hover {
    background: #00a73e
}

#pfu li a {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    text-indent: 44px;
    background-size: 24px!important;
}

#pfu li .pf1 {
    background: url("../Image/pf1.png") left 10px center no-repeat;
}

#pfu li .pf11 {
    background: url("../Image/pf11.png") left 7px center no-repeat;
    background-size: 30px!important;
}

#pfu li .pf2 {
    background: url("../Image/pf2.png") left 10px center no-repeat;
}

#pfu li .pf3 {
    background: url("../Image/pf3.png") left 10px center no-repeat;
}

#pfu li .pf4 {
    background: url("../Image/pf4.png") left 10px center no-repeat;
}

#pfu li .pf41 {
    background: url("../Image/pf41.png") left 10px center no-repeat;
}

#pfu li .pf42 {
    background: url("../Image/pf42.png") left 10px center no-repeat;
}

#pfu li .pf5 {
    background: url("../Image/pf5.png") left 10px center no-repeat;
}

#pfu li .pf50 {
    background: url("../Image/pf50.png") left 10px center no-repeat;
}

#pfu li .pf51 {
    background: url("../Image/pf51.png") left 9px center no-repeat;
    background-size: 29px!important;
}

#pfu li .pf6 {
    background: url("../Image/pf6.png") left 10px center no-repeat;
}


/**/
.nt-list li {
    width: 372px;
    float: left;
    margin-right: 42px;
}

.nt-list li:nth-child(3) {
    margin-right: 0
}

.nt-list li a {
    display: block;
    width: 100%;
}

.nt-list li a .i {
    width: 372px;
    height: 240px;
    overflow: hidden;
    background: #ddd;
    position: relative
}

.nt-list li a .i .time {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #ed841a;
    width: 100px;
    height: 80px;
}

.nt-list li a .i img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.nt-list li a .t .t1 {
    color: #444
}

.nt-list li a .t .line {
    width: 100px;
    height: 1px;
    background: #ddd;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.nt-list li a:hover .i img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.nt-list li a:hover .t .t1 {
    color: #ed841a
}

.nt-list li a:hover .t .line {
    transform: scaleX(6.5);
    -webkit-transform: scaleX(6.5);
    background: #ed841a
}

.newslist {
    margin-top: 10px;
}

.newslist:after {
    *zoom: 1;
}

.newslist:after:before, .newslist:after:after {
    content: " ";
    display: table;
}

.newslist:after:after {
    clear: both;
}

.newslist li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 25px;
}

.newslist li:hover .name {
    color: #ed841a;
}

.newslist li .data {
    float: left;
    font-family: thyFont3;
    border: 1px #ccc solid;
    width: 55px;
    margin-right: 2%;
}

.newslist li .data .day {
    font-size: 30px;
    font-weight: bold;
    background-color: #ccc;
    line-height: 45px;
    color: #fff;
    display: block;
    text-align: center;
}

.newslist li .data .month {
    font-size: 0.77em;
    color: #565656;
    display: block;
    text-align: center;
}

.newslist li .name {
    height: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bolder;
}

.newslist li .desc {
    font-family: "microsoft yahei", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", SimHei, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    transition-delay: 0.1s;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*分页*/
.footpage {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    margin-top: 30px;
}

.footpage a,.footpage span {
    display: inline-block;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ed841a;
    border-radius: 3px;
    margin-left: 5px;
    color: #797979;
    padding: 0px 5px 0px 5px;
}

.footpage span {
    padding: 0px 10px 0px 10px;
    background: #ed841a;
    color: #fff;
}

.footpage select {
    display: inline-block;
    height: 25px;
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
    border: 1px solid #ed841a;
    background: #ed841a;
    color: #fff
}
/**/

/*.prev span{display: block;margin-top: 10px;}*/
.prev dt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 35px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #999
}

.prev dt:nth-child(1) {
    background: url("../Image/prev.png") left 5px center no-repeat;
    background-size: 18px 18px
}

.prev dt:nth-child(2) {
    background: url("../Image/next.png") left 5px center no-repeat;
    background-size: 18px 18px
}

.prev dt a {
    font-size: 14px;
    color: #666
}

.prev dt a:hover {
    color: #ed841a
}

/*联系我们*/
/*联系我们*/

.contact .top .r {
    width: 670px;
    float: right;
}
/*.contact .top .r .s{height: 60px;width: 670px;background: #ddd;}*/
/**/
.con-mes li {
    height: 54px;
    border-bottom: 1px solid #ddd;
    line-height: 54px;
    text-indent: 40px;
    background-size: 24px!important;
    color: #666
}

.con-mes li:nth-child(1) {
    background: url("../Image/me1.png") left center no-repeat;
}

.con-mes li:nth-child(2) {
    background: url("../Image/me2.png") left center no-repeat;
}

.con-mes li:nth-child(3) {
    background: url("../Image/me3.png") left center no-repeat;
}

.con-mes li:nth-child(4) {
    background: url("../Image/me4.png") left center no-repeat;
}

.con-mes li:nth-child(5) {
    background: url("../Image/me5.png") left center no-repeat;
}

.contact .top {
    height: 400px;
}

.contact .top .l {
    width: 500px;
    float: left;
    height: 400px;
}

.contact .top .l .tel .span1 {
    font-size: 38px;
    color: #00a73e;
    font-family: Impact;
    font-weight: 400;
}

.contact .top .l .c-t li {
    color: #666;
    padding: 7px 0;
    text-indent: 20px;
    font-size: 15px;
}

.contact .top .l .c-t li:nth-child(1) {
    background: url("../Image/fl1.png") left center no-repeat;
}

.contact .top .l .c-t li:nth-child(2) {
    background: url("../Image/fl2.png") left center no-repeat;
}

.contact .top .l .c-t li:nth-child(3) {
    background: url("../Image/fl5.png") left center no-repeat;
}

.contact .top .l dl dt {
    display: block;
    width: 123px;
    float: left;
}



/*联系我们*/

.contact .top .r {
    width: 670px;
    float: right;
    height: 400px;
}

/**/
.qzftable1 .f {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    border-radius: 0px
}

.qzftable1 .f .l {
    width: 60px;
    height: 50px;
    float: left;
    border-right: 1px solid #eee;
    font-size: 14px;
    background-size: 26px!important;
}

.qzftable1 .f .l1 {
    background: url('../Image/m1.png') center no-repeat
}

.qzftable1 .f .l2 {
    background: url('../Image/m2.png') center no-repeat
}

.qzftable1 .f .l3 {
    background: url('../Image/m3.png') center no-repeat
}

.qzftable1 .f .l4 {
    background: url('../Image/m4.png') center no-repeat
}

.qzftable1 .f .r {
    width: 550px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #666;
    margin-left: 10px;
}

.qzftable1 .f .r input {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    background: none;
    height: 48px;
    line-height: 48px;
}

.qzftable1 .f1 {
    width: 100%;
    height: 100px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    overflow: hidden
}

.qzftable1 .f1 textarea {
    display: block;
    width: 95%;
    height: 90%;
    padding: 2%;
    outline: none;
    border: none
}

.qzftable1 .f2 {
    width: 333px;
}

.qzftable1 .f2 .r {
    width: 220px;
    position: relative
}

.qzftable1 button {
    display: block;
    outline: none;
    border: none;
    width: 670px;
    height: 50px;
    background: #ed841a url("../Image/send.png") left 200px center no-repeat;
    text-align: center;
    background-size: 36px;
    line-height: 48px;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.qzftable1 button:hover {
    background: rgba(6,94,228,0.8) url("../Image/send.png") left 200px center no-repeat;
    background-size: 36px;
}

/*客户案例*/
.case1-n {
    width: 850px;
    float: left;

}

.case1-n li {
    width: 165px;
    float: left;
    margin-right: 6px;
}

.case1-n li:nth-child(5n) {
    margin-right: 0
}

.case1-n li a {
    display: block;
}

.case1-n li a .i {
    width: 100%;
    height: 140px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}

.case1-n li a .i .son {
    width: 280px;
    height: 240px;
    overflow: hidden
}

.case1-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.case1-n li a .t {
    height: 35px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.case1-n li a:hover .i img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.case1-n li a:hover .t {
    background: #ed841a;
    color: #fff;
}



/**/
.case-n {
    width: 900px;
    float: left;


}

.case-n li {
    width: 290px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.case-n li:nth-child(3n) {
    margin-right: 0
}

.case-n li a {
    display: block;
}

.case-n li a .i {
    width: 100%;
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}

.case-n li a .i .son {
    width: 280px;
    height: 240px;
    overflow: hidden
}

.case-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.case-n li a .t {
    height: 40px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.case-n li a:hover .i img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.case-n li a:hover .t {
    background: #ed841a;
    color: #fff;
}

/*资质荣誉*/

.honor-n {
}

.honor-n li {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 23px;
}

.honor-n li:nth-child(4n) {
    margin-right: 0
}

.honor-n li a {
    display: block;
}

.honor-n li a .i {
    width: 100%;
    height: 380px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}
.honor-n li a .i img{
    display: block;
    object-fit:contain;
}
.honor-n li a .i .son {
    width: 275px;
    height: 370px;
    overflow: hidden
}

.honor-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.honor-n li a .t {
    height: 40px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.honor-n li a:hover .i img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.honor-n li a:hover .t {
    background: #ed841a;
    color: #fff;
}


/*厂房风采*/

.work-n {
}

.work-n li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 23px;
}

.work-n li:nth-child(3n) {
    margin-right: 0
}

.work-n li a {
    display: block;
}

.work-n li a .i {
    width: 100%;
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}
.work-n li a .i .son{
    width: 100%;
    height: 100%;
}
.work-n li a .i img{
    display: block;
    object-fit:cover;
}
.work-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.work-n li a .t {
    height: 40px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.work-n li a:hover .i img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.work-n li a:hover .t {
    background: #ed841a;
    color: #fff;
}
/**/

.no_data {
    font-family: "microsoft yahei", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", SimHei, sans-serif;
    font-size: 36px;
    color: #ed841a;
    font-weight: lighter;
    text-align: center;
    line-height: 120px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


/*视屏颞叶*/
.n-video li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 23px
}

.n-video li:nth-child(3n) {
    margin-right: 0
}

.n-video li .i {
    width: 100%;
    height: 250px;
}

.n-video li .i p {
    width: 100%;
    height: 100%;
}

.n-video li .i p iframe {
    width: 100%;
    height: 100%;
}

.n-video li .t {
    width: 100%;
    height: 40px;
    background: #eee;
    font-size: #666;
    text-align: center;
    line-height: 40px;
}

.n-video li:hover .t {
    background: #ed841a;
    color: #fff
}



/**/
.v-list {
    width: 800px;
    margin: 0 auto;
}

.v-list .i1 {
    width: 100%;
}

.v-list .i1 p {
    width: 100%;
}

.v-list .i1 p iframe {
    width: 100%;
    height: 600px
}

.v-list .t {
    height: 40px;
    text-align: center
}




/*联系*/
.con1-n {
    width: 1200px;
    float: left;
    float: right
}

.con1-n li {
    width: 280px;
    float: left;
    margin-right: 26.5px;
    margin-bottom: 20px;
}

.con1-n li:nth-child(4n) {
    margin-right: 0
}

.con1-n li a {
    display: block;
}

.con1-n li a .i {
    width: 100%;
    height: 230px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}

.con1-n li a .i .son {
    width: 280px;
    height: 240px;
    overflow: hidden
}

.con1-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.con1-n li a .t {
    height: 35px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.con1-n li a:hover .i img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.con1-n li a:hover .t {
    background: #ed841a;
    color: #fff;
}

#fu {
    transition: 0.5s;
    width: 150px;
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 100;
    background: #323335;
    padding: 20px 0;
    border-radius: 0px;
    padding-bottom: 10px;
}

.fudong {
    transform: translateX(150px);
}

#fu .ewm {
    width: 119px;
    height: 149px;
    margin: 0 auto;
    background: #fff
}

#fu .zi {
    width: 116px;
    margin: 0 auto;
    background: url("../Image/futel.png") left center no-repeat;
    text-indent: 21px;
}

#fu .zx {
    width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

#fu .zx a {
    display: block;
    width: 120px;
    height: 38px;
    background: #ed841a  url("../Image/zx.png") left 19px center no-repeat;
    border-radius: 3px;
    color: #fff;
    line-height: 37px;
    text-indent: 45px;
}
#fu .zx a:hover{
    background: #d28231 url("../Image/zx.png") left 19px center no-repeat;
}

#fu .side {
    position: absolute;
    left: -29px;
    height: 58px;
    width: 29px;
    top: 0px;
    background: url("../Image/ful1.png") center no-repeat;
    cursor: pointer
}

#fu .side2 {
    position: absolute;
    left: -29px;
    height: 58px;
    width: 29px;
    top: 0px;
    background: url("../Image/ful2.png") center no-repeat;
    cursor: pointer;
    display: none
}

.p-details p{
    text-indent: 0!important;
    margin: 0 auto;
    text-align: center;
}

/*产品内页*/
.nei-pro-banner{
    width: 100%;
    height: 450px;
    position: relative;
    background: url(../Image/nei-pro.jpg) no-repeat center center;
}
.info_pro-text {
  margin-top: 0px;
}
.info_pro-text h4 strong{
    color: #333333;


}
.info_pro-text h4 {
  font-size: 24px;
  color: #333;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom:1px dashed #d2d2d2;
    line-height: 70px;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text_ol span{
    color: #0c53af;
    font-size: 20px;
    font-weight: bold;

}
.info_pro-text_ol {
    color: #666666;
    font-size: 16px;
    margin-top: 40px;
    line-height: 30px;
}

.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #11509b;
  width: 150px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: rgba(17, 80, 155, 0.07);
  border: 1px #11509b solid;
}
.info_pro-text p a:hover {
  background: #11509b;
  color: #fff;
  border: 1px solid #11509b;
}
.i_pro_others {
  margin-top: 45px;
}

.p_content b,
.p_content strong {
  font-size: 16px;
    color: #0c53af;
}
.p_content img,
.p_content embed {

  display: inline-block;
    color: #727272;
    line-height: 26px;
    font-size: 16px;
}
.p_content embed {
  width: 500px !important;
  height: 400px !important;
  display: block;
}

.p_content p.p_title {

  margin-bottom: 15px !important;
    line-height: 43px;

}

.p_content .lanmu{
    background: url("../Image/pro-inner-title.jpg") no-repeat center left;
    margin-bottom: 15px !important;
    line-height: 43px;
    font-size:18px;
    color:#fff;
    font-weight: 700;
    padding-left: 29px;
    height: 50px;
}

.p_content .p_content_list{
    margin-bottom: 20px;
}
.p_content .p_content_list table{
    width: 100%!important;
}
.p_content .p_content_list table tr td{
    border: 1px solid #999!important;
}
.p_content .p_content_list table p span{
    font-size: 16px!important;
    font-family: '微软雅黑'!important;

}
.p_content .p_content_list table tr:nth-child(odd){
    background: #f0f0f0;
}
.p_content .p_content_list table tr{
    height: auto!important;
}
.p_content .p_content_list table tr td{
    line-height: 35px;
    height: auto!important;
    padding-left: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    color:#333;
}
.p_content .p_content_list table tr:first-child{
    background: #0c53af;
}
.p_content .p_content_list table tr:nth-child(1) td{
    color:#fff !important;
}
.p_content .p_content_inner{
    color: #333;
    line-height: 30px;
    font-size: 16px;
}
.p_content .p_content_ge{
    padding:10px 40px;
    background: #f2f2f2;
    border-radius: 20px;
    border:1px solid #e5e5e5;
    margin-bottom: 15px;
}
.p_content .p_content_ge span{
    color: #444444;
    font-size: 16px;
    display: inline-block;
    width:11%;
    line-height: 35px;
}
.info_pro-text_ol {
  margin-bottom: 27px;
}
.info_pro-text_ol li {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  color: #666;
  border: 1px solid #dcdcdc;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
}
.info_pro-text_ol li span {
    display: block;
    width: 70px;
    float: left;
    background: #dcdcdc;
    color: #333333;
    text-align: center;
    font-size: 16px;
}

.indexpro .product-type{
    float: right;
    width:860px;
}
.indexpro .product-type a{
    display: block;
    width:24.5%;
    height: 76px;
    background: #fff;
    text-align:center;
    float: left;
    margin-right: 0.6%;
    margin-bottom: 0.6%;
}
.indexpro .product-type a:hover{
    background: #ed841a;
}
.indexpro .product-type a.active{
    background: #ed841a;
}
.indexpro .product-type a:nth-child(4n){
    margin-right: 0;
}
.indexpro .product-type a .fir{
    font-size:18px;
    color:#666;
    margin-top: 8%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    font-weight: 700;
}
.indexpro .product-type a:hover .fir{
    color:#fff;
}
.indexpro .product-type a.active .fir{
    color:#fff;
}
.indexpro .product-type a .sec{
    font-size:14px;
    color:#999;
    font-family: ziti;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.indexpro .product-type a:hover .sec{
    color:#fff;
}
.indexpro .product-type a.active .sec{
    color:#fff;
}
.indexpro .product-type a:last-child .sec{
    color:#ed841a;
    font-size:18px;
}
.indexpro .product-type a:last-child:hover .sec{
    color:#fff;
}
.indexpro .gallery-top {
    height: 433px;
    width: 100%;
}
.indexpro .gallery-thumbs {
    height: 215px;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
}
.indexpro .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.indexpro .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.indexpro .gallery-top .imgbox{
    width:860px;
    float: right;
    height: 100%;
}
.indexpro .gallery-top .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.indexpro .gallery-thumbs .imgbox{
    width:100%;
    height: 100%;
    position: relative;
}
.indexpro .gallery-thumbs .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.indexpro .gallery-thumbs .imgbox .title{
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    line-height: 65px;
    background: url("../Image/pro-title.png") no-repeat center;
    color:#f3f3f3;
    font-size:17px;
    text-align:center;
}
.indexpro .container{
    position: relative;
}
.indexpro .indexpro-left-fixed{
    width:309px;
    height: 406px;
    background: #fff;
    padding:50px 25px;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    text-transform: uppercase;
}
.indexpro .indexpro-left-fixed .fir{
    font-family: ziti;
    color:#d7d7d7;
    font-size:28px;
}
.indexpro .indexpro-left-fixed .sec{
    font-family: ziti;
    color:#d7d7d7;
    font-size:30px;
}
.indexpro .indexpro-left-fixed .line{
    width:97px;
    height: 2px;
    background: #d7d7d7;
    margin: 10px 0;
}
.indexpro .gallery-top .pro-qie-text{
    width:380px;
    height: 330px;
    background: #ed841a;
    padding:30px 20px;
    position: absolute;
    left: 27px;
    top: 46px;
}
.indexpro .gallery-top .pro-qie-text .title{
    font-size: 20px;
    color:#fff;
    font-weight: 700;
    text-align:left;
}
.indexpro .gallery-top .pro-qie-text .sec{
    font-size: 14px;
    color:#fff;
    line-height: 28px;
    text-align:left;
    margin: 15px 0;
}
.indexpro .gallery-top .pro-qie-text .thr{
    font-size: 14px;
    color:#ed841a;
    background: #fff;
    line-height: 30px;
    width:140px;
    text-align:center;
}
.indexpro .pro-qie-list{
    position: relative;
}
.swiper-button-next-pro{
    width:42px;
    height: 42px;
    background: url(../Image/pro-right.png) no-repeat center;
    top: 539px;
    right: -56px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    outline: none;
}
.swiper-button-next-pro:hover{
    background: url(../Image/pro-right1.png) no-repeat center;
}
.swiper-button-prev-pro{
    width:42px;
    height: 42px;
    background: url(../Image/pro-left.png) no-repeat center;
    top: 539px;
    left: -56px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    outline: none;
}
.swiper-button-prev-pro:hover{
    background: url(../Image/pro-left1.png) no-repeat center;
}

/*特色*/
.tese{
    padding:65px 0;
    background: url(../Image/tesebg.jpg) no-repeat center top;
}
.tese .t-left{
    float: left;
    width:480px;
}
.tese .t-left .fir{
    font-size:34px;
    color:#f3f3f3;
}
.tese .t-left .sec{
    font-size:24px;
    color:#919191;
    line-height: 28px;
    margin:15px 0 35px 0;
    font-family: ziti;
    text-transform: uppercase;
}
.tese .t-left-list{
    height: 100px;
    border:1px dashed #8c949e;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.tese .t-left-list:hover{
    background: #ed841a;
}
.tese .t-left-list .ss1{
    float: left;
    width:100px;
    line-height: 100px;
    color:#f3f3f3;
    font-size:32px;
    text-align:center;
    font-family: ziti;
}
.tese .t-left-list .ss2{
    float: left;
    width:318px;
    height: 100%;
    color:#f3f3f3;
    font-size:18px;
}
.tese .t-right{
    float: right;
    width:668px;
    background: #ed841a;
    padding:25px;
}
.tese .t-right .text{
    border:1px dashed #8c949e;
    padding: 20px;
    line-height: 30px;
    font-size: 20px;
    color: #f3f3f3;
    margin-top: 20px;
}
/*视屏*/
.moivebox{
    position: relative;
}
.moive{
    padding-bottom:65px;
}
.moive .swiper-container-moive .imgbox{
    width:100%;
    height: 220px;
}
.moive .swiper-container-moive .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.moive .swiper-container-moive .text{
    width:100%;
    background: #fff;
    padding:15px;
    border:1px solid #efefef;
    border-top:none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.moive .swiper-container-moive .swiper-slide:hover .text{
    box-shadow: 0px 0px 5px #eee;
}
.moive .swiper-container-moive .text .title{
    font-size:18px;
    color:#333;
    text-align:left;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.moive .swiper-container-moive .swiper-slide:hover .text .title{
    color:#ed841a;
}
.moive .swiper-container-moive .text .con{
    font-size:14px;
    color:#999;
    line-height: 28px;
    margin:10px 0;
}
.moive .swiper-container-moive .text .abox img{
    float: left;
}
.moive .swiper-container-moive .text .abox p{
    float: right;
    width:85px;
    background: url("../Image/moive-bg2.png") no-repeat right center;
    font-size:14px;
    color:#333;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.moive .swiper-container-moive .swiper-slide:hover .text .abox p{
    color:#ed841a;
    background: url("../Image/moive-bg22.png") no-repeat right center;
}
.swiper-button-next-moive{
    width:42px;
    height: 42px;
    background: url(../Image/pro-right.png) no-repeat center;
    top: 208px;
    right: -60px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    outline: none;
}
.swiper-button-next-moive:hover{
    background: url(../Image/pro-right1.png) no-repeat center;
}
.swiper-button-prev-moive{
    width:42px;
    height: 42px;
    background: url(../Image/pro-left.png) no-repeat center;
    top: 208px;
    left: -60px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    outline: none;
}
.swiper-button-prev-moive:hover{
    background: url(../Image/pro-left1.png) no-repeat center;
}
.moive .moive-a{
    display: block;
    width:390px;
    line-height: 35px;
    padding-left:35px;
    background: #f6f6f6;
    border:1px solid #e5e5e5;
    border-radius: 20px;
    margin:45px auto 0 auto;
    position: relative;
    font-size:16px;
    color:#666;
}
.moive .moive-a:hover{
    color:#ed841a;
}
.moive .moive-a span{
    display: block;
    position: absolute;
    width:125px;
    line-height: 35px;
    background: #ed841a;
    right:0;
    top:0;
    text-align:center;
    color:#fff;
    font-size:16px;
    border-radius: 20px;
}

/*关于我们*/
.about{
    padding-top: 60px;
    height: 770px;
    background: url("../Image/aboutbg.jpg") no-repeat center;
    position: relative;
}
.about .a-left{
    float: left;
    width:400px;
}
.about .a-left .fir{
    font-size: 34px;
    color: #f3f3f3;
}
.about .a-left .sec{
    font-size: 24px;
    color: #919191;
    line-height: 28px;
    margin: 15px 0 35px 0;
    font-family: ziti;
    text-transform: uppercase;
}
.about .a-right{
    float: right;
    width:625px;
}
.about .a-right-list{
    width:100%;
    height: 140px;
    border-top:1px solid #4a4d50;
    padding-right: 80px;
    text-align:right;
    font-size:20px;
    color:#f5f4f4;
    line-height: 30px;
    padding-top: 26px;
}
.about .a-right-list span{
    color:#ed841a;
}
.about .a-right-list:nth-child(1){
    background: url("../Image/a1.png") no-repeat center right;
}
.about .a-right-list:nth-child(2){
    background: url("../Image/a2.png") no-repeat center right;
}
.about .a-right-list:nth-child(3){
    background: url("../Image/a3.png") no-repeat center right;
    border-bottom:1px solid #4a4d50;
}
.about .about-a{
    display: block;
    width:390px;
    line-height: 35px;
    padding-left:35px;
    background: #f6f6f6;
    border:1px solid #e5e5e5;
    border-radius: 20px;
    margin:63px 0 0 0;
    position: relative;
    font-size:16px;
    color:#666;
    float: right;
}
.about .about-a:hover{
    color:#ed841a;
}
.about .about-a span{
    display: block;
    position: absolute;
    width:125px;
    line-height: 35px;
    background: #ed841a;
    right:0;
    top:0;
    text-align:center;
    color:#fff;
    font-size:16px;
    border-radius: 20px;
}
.about .about-sec{
    width:100%;
    height: 130px;
    background: rgba(0,0,0,0.2);
    text-align:right;
    color:#dedede;
    font-size:16px;
    line-height: 30px;
    position: absolute;
    bottom:0;
    left:0;
    padding-top: 20px;
}


/*广告*/
.guang{
    width:100%;
    height: 170px;
    background: url(../Image/guangbg.jpg) no-repeat center;
}
.guang .searbox{
    float: right;
    width:375px;
}
.guang .input-left{
    float: left;
    width:285px;
    margin-top: 72px;
}
.guang .input-left input{
    width:100%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    outline: none;
    border-radius: 5px;
    text-indent: 40px;
    border:none;
}
.guang .input-left input:nth-child(1){
    margin-bottom: 7px;
    background: #fff url("../Image/input-bg1.png") no-repeat left 8px center;
}
.guang .input-left input:nth-child(2){
    background: #fff url("../Image/input-bg2.png") no-repeat left 8px center;
}
.guang .input-right{
    float: right;
}
.guang .input-right input{
    width:81px;
    height: 68px;
    background: url("../Image/input-bg3.png") no-repeat center;
    font-size:24px;
    color:#fff;
    outline: none;
    border:none;
    margin-top: 71px;
}
.guang .title{
    float: left;
    font-size:14px;
    color:#f3f3f3;
    margin-left: 563px;
    margin-top: 79px;
}
.guang .title span{
    font-size:29px;
    font-family: ziti;
}



.cp-type{
    float: left;
    width:255px;
}
.cp-type .cp-type-top{
    height: 140px;
    width:100%;
    background: #3c3c3c;
    text-align:center;
    color:#fff;
}
.cp-type .cp-type-top .fir{
    font-size: 34px;
    font-weight: 700;
    padding-top: 13px;
}
.cp-type .cp-type-top .sec{
    font-size: 15px;
    color:#ababab;
    margin-top: 15px;

}
.cp-type .cp-type-bottom{
    width:100%;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
}
.cp-type .cp-type-bottom .cp-type-bottom-a>a{
    display: block;
    line-height: 70px;
    background: #fff url("../Image/cp-type-a-bg.png") no-repeat center right 20px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    padding-left: 38px;
    border-bottom:1px solid #d9d9d9;
}

.cp-box{
    float: right;
    width:913px;
}
.cp-box .cp-box-list{
    float: left;
    width:292px;
    height: 318px;
    background: #fff;
    padding:15px 10px;
    margin-right: 18px;
}
.cp-box .cp-box-list:nth-child(3n){
    margin-right: 0;
}
.cp-box .cp-box-list:nth-child(-n+6){
    margin-bottom: 24px;
}
.cp-box .cp-box-list .imgbox{
    width:100%;
    height: 204px;
    border:2px solid #eee;
}
.cp-box .cp-box-list .imgbox img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.cp-box .cp-box-list .biaoti{
    color: #5e5e5e;
    font-size: 16px;
    line-height: 50px;
    text-align:center;
}
.cp-box .cp-box-list:hover .biaoti{
    color:#333;
}
.cp-box .cp-box-list .chabox a{
    display: block;
    float: left;
    width:104px;
    line-height: 28px;
    text-align:center;
    color: #ffffff;
    font-size: 14px;
}
.cp-box .cp-box-list .chabox a.s1{
    background: #3c3c3c;
    margin-left: 23px;
}
.cp-box .cp-box-list:hover .chabox a.s1{
    border:1px solid #fff;
}
.cp-box .cp-box-list .chabox a.s2{
    background: #ed841a;
    margin-left: 20px;
}
.cp-box .cp-box-list:hover{
    background: #eee;
}

/*联系我们内页*/
.contact-inner{
    margin:60px 0;
}
.contact-inner .c-left{
    float: left;
    width:600px;
}
.contact-inner .c-right{
    float: left;
    width:600px;
    height: 304px;
}
.contact-inner .c-right-top{
    height: 198px;
    width:100%;
    background: #ed841a;
    padding:35px 0 0 90px;
}
.contact-inner .c-right-top p{
    color:#fff;
    margin-bottom: 25px;
}
.contact-inner .c-right-bottom{
    width:100%;
    height: 106px;
    background: #f6f6f6;
    padding-left: 90px;
}
.contact-inner .c-right-bottom .imgbox{
    float: left;
    margin-top: 10px;
}
.contact-inner .c-right-bottom .imgbox p{
    float: left;
    width:40px;
    color:#636363;
    font-size:14px;
    margin-top: 21px;
}
.contact-inner .c-right-bottom .imgbox img{
    float: left;
    width:87px;
}
.contact-inner .c-right-bottom .contact-a{
    float: left;
    display: block;
    width: 115px;
    line-height: 34px;
    border: solid 1px #ed841a;
    color: #ed841a;
    font-size: 14px;
    text-align:center;
    margin-top: 34px;
    margin-left: 36px;
}
.contact-inner .c-right-bottom .contact-a:hover{
    background: #ed841a;
    color:#fff;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.info_pro-text .abox{
    border:1px solid #bfbfbf;
    padding:18px 38px;
    margin-top: 107px;
    background: #eeeeee;
}
.info_pro-text .dianhua {
    padding-left: 93px;
    background: url(../Image/d.png) no-repeat left 46px center;
}
.info_pro-text .dianhua .fir{
    font-size:14px;
    color:#6e6e6e;
    margin:0;
}
.info_pro-text .dianhua .sec{
    font-size:34px;
    color:#0c53af;

    margin:0;
}
.dbox a {
    display: block;
    width: 148px;
    float: left;
    line-height: 46px;
    background-color: #ed841a;
    font-size:16px;
    color:#fff;
    text-align:center;
    margin-top: 29px;
}
.dbox a:hover{
    background-color: #e61f27;
}

.p_content_dingzhi{
text-align:center;
    background: #f5dfe0;
    border-radius: 15px;
    padding:20px 0;
    margin:10px 0 40px 0;
}
.p_content_dingzhi .fir{
    color: #e61f27;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.p_content_dingzhi .sec {
    color: #e61f27;
    font-size: 20px;
}
.swiper-container-inneranli .imgbox{
    border: solid 1px #e5e5e5;
    height: 164px;
    width:100%;
}
.swiper-container-inneranli .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}
.swiper-container-inneranli .biaoti{
    line-height: 40px;
    background-color: #e5e5e5;
    font-size:16px;
    color:#333;
    text-align:center;
}
.swiper-container-inneranli .swiper-slide:hover .biaoti{
    background: #ed841a;
    color:#fff;
}
.zhongliang_inner{
    color: #727272;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 40px;
}
.zhongliang_inner img{
    max-width: 100%;
    margin:0 auto;
}

.news_info_con {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;

}
.p_content{
    color: #727272;
    line-height: 26px;
    font-size: 16px;
}

.news_info_con ._title {
    float: left;
    font-size: 25px;
    font-weight: 400;
}

.news_info_con .news_time {
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}

.news_info_con .news_time span {
    padding-left: 20px;
    margin-left: 20px;
}

.news_info_con .news_time span:nth-of-type(1) {
    background: url("../Image/time.png") no-repeat left center;
}

.news_info_con .news_time span:nth-of-type(2) {
    background: url("../Image/click.png") no-repeat left center;
}
.mt20{
    color: #727272;
    line-height: 26px;
    font-size: 16px;
}
.info_mes {
    overflow: hidden;
    margin: 50px 0;
}

.info_mes .info_mes_l {
    float: left;
    width: 50%;
}

.info_mes .info_mes_l h3 {
    font-size: 20px;
}

.info_mes .info_mes_l span {
    display: block;
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}

.info_mes .info_mes_l form {
    margin-top: 40px;
}

.info_mes .info_mes_l .input-group {
    margin-bottom: 10px;
    clear: both;
    /*overflow: hidden;*/
}

.info_mes .info_mes_l .input-group:after {
    display: block;
    content: '';
    clear: both;
}

.info_mes .info_mes_l .input-group label {
    width: 62px;
    font-size: 15px;
    display: inline-block;
    text-align-last: justify;
    color: #606060;
    font-weight: bold;
}

.info_mes .info_mes_l .input-group input[type=text] {
    border: 1px solid #aaa;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    width: 276px;
    text-indent: 1em;
    font-family: "microsoft yahei", "sans-serif";
    /* background: #f0f2ef; */
    transition: 300ms;
    -webkit-transition: 300ms;
    outline: none;
}

.info_mes .info_mes_l .input-group input[type=text]:focus {
    width: 300px;
    box-shadow: 0 0 5px #0054b7;
    border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group textarea:focus {
    width: 440px;
    box-shadow: 0 0 5px #0054b7;
    border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
    width: 90px;
    box-shadow: 0 0 5px #0054b7;
    border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group textarea {
    transition: 300ms;
    -webkit-transition: 300ms;
    width: 420px;
    border: 1px solid #aaa;
    border-radius: 2px;
    text-indent: 1em;
    padding-top: 5px;
    font-family: "microsoft yahei", "sans-serif";
    outline: none;
    margin-left: 4px;
}

.info_mes .info_mes_l #submit {
    display: block;
    clear: both;
    width: 80px;
    line-height: 30px;
    background: #0054b7;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: "microsoft yahei";
    margin-left: 64px;
}

.info_mes .info_mes_l #submit:hover {
    background: #BB0000;
}

.info_mes .info_mes_r {
    float: right;
    width: 50%;
}

.info_mes .info_mes_r img {
    max-width: 100%;
    display: block;
}

.mainbox .cp-type .cp-type-bottom .cp-type-bottom-a>a:hover{
    background:#ed841a url(../Image/cp-type-a-bg1.png) no-repeat center right 20px;
    color:#fff;
    font-weight: 700;
}
.proleftfixed {
    position: relative;
    display: block;
    z-index: 9;
}
.xinwen-inner-box table{
    width:70%;
    margin:0 auto;
}
.xinwen-inner-box table tr td{
    padding-left: 8px;
}

/*公司简介内页*/
.nei-com-banner{
    width: 100%;
    height: 450px;
    position: relative;
    background: url(../Image/nei-com.jpg) no-repeat center center;
}
.nei-banner .container{
    position: relative;
    height: 100%;
}
.nei-banner .nei-banner-text{
    position:absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
}
.nei-banner p{
    color: #333333;
    font-size: 43px;
    font-family: ziti;
}
.nei-banner small{
    color: #666666;
    font-size: 30px;
    text-transform: uppercase;
}
/*公司简介内页*/

.nei-about{
    width: 100%;
    position: relative;
    margin-top: -50px;
    z-index: 100;
}
.about1{
    width: 100%;
    position: relative;
    background: #fff;
}
.location{
    width:100%;
    height: 50px;
    line-height: 50px;

    padding-left: 50px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.location a{
    color: #999999;
    font-size: 14px;
    display: block;
    background: url("../Image/info.png") no-repeat center left;
    float: left;
    text-indent: 20px;
}
.about1-content{
    padding: 45px 0 0 45px;
}
.about1-left{
    width: 736px;
    float: left;
}
.about1-left h3{
    color: #0d5abb;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.about1-left h3 small{
    color: #e4e4e4;
    font-size: 20px;
}
.about1-left h3 span{
    color: #333333;
    font-size: 26px;
    font-weight: normal;
}
.about1-left p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    padding-top: 20px;
}
.about1-right{
    margin-top: 40px;
    margin-right: 25px;
    float: right;
    width: 376px;
}
.about2{
    width: 100%;
    background: url("../Image/gg.jpg") no-repeat center center;
    height: 270px;
    padding-top: 75px;
    margin-top: 60px;
}
.about2 h3 {
    width: 765px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0d5abb;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}
.about2 p{
    color: #333333;
    font-size: 36px;
    padding-top: 10px;
}
.about2 span{
    color: #ed841a;
}
.about3{
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.about3 h3{
    color: #0d5abb;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 40px;
}
.about3 h3 small{
    color: #e4e4e4;
    font-size: 20px;
}
.about3 h3 span{
    color: #333333;
    font-size: 26px;
    font-weight: normal;
}
.fac-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.fac-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


