/**/
@font-face {
  font-family: 'ziti';
  src: url("../Image/DINPro-Medium.otf"); }

.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;
}
/**
首页样式
**/
/*最上部*/
.toper {
    height: 40px;
    background: #eaeaea;
}

.toper .l {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #888;
}

.toper .r {
    height: 40px;
    float: right;
}

.toper .r li {
    width: 80px;
    height: 40px;
    float: left;
    margin-left: 30px
}

.toper .r li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #888;
    text-indent: 23px;
    line-height: 40px
}

.toper .r li .a1 {
    background: url("../Image/t1.png") left center no-repeat;
}

.toper .r li .a2 {
    background: url("../Image/t2.png") left top 13px no-repeat;
}

.toper .r li .a3 {
    background: url("../Image/t3.png") left center no-repeat;
}

.toper .r li a:hover {
    color: #666
}

.topper {
    height: 37px;
    line-height: 37px;
    background: #eee;
}

.topper .welcome {
    float: left;
    color: #808080;
    font-size: 14px;
    padding: 0 0 0 13px;
    background: url(../Images/arrow-right.png) left center no-repeat;
}
.topper .tooper-left{
    color: #333333;
    font-size: 14px;
    line-height: 35px;
    float: left;
}
.topper .url {
    float: right;
    margin-right: -10px;
}

.topper .url li {
    float: left;
    width:80px;
    position: relative;
}

.topper .url a {
    height: 35px;
    line-height: 35px;
    text-align:center;
    font-size: 14px;
    color: #666;
    position: relative;
    display: block;
}


.topper .url a:hover {
    color: #fff;
    background: #0d4dc2;
}

.topper .url li:after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    background: #989898;
    right: 0px;
    top: 11px;
}
.topper .url li:last-child:after {
    display: none;
}


/*头部*/
.header {
    position: relative;
}

.header .l {
    float: left;
    margin-top: 30px;
}

.header .l img {
    display: block;
    max-width: 100%;
}
.header .l-hot{
    float: left;
    width:258px;
    height: 113px;
    margin: 7px 0 0 37px;
    background: url(../Image/topper-hot-bg.png) no-repeat center;
}
.header .l-hot a{
    display:block;
    width:100%;
    height: 100%;
}

.header .r {
    float: right;
    background: url("../Image/hour.png") center left no-repeat;
    padding-left: 60px;
    margin-top: 30px;
}

.header .r .c8 {
    color: #747679;
    font-size: 14px;
    letter-spacing: 1px;
}

.header .r .m-c {
    font-size: 38px;
    color: #093e83;
    font-family: ziti;
    letter-spacing: -3px;
}
/*logo*/
.header .container {
    position: relative;
}
.header .topcontainer{
    height: 120px;
}

.logo {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 188px;
    height: 214px;
    z-index: 10
}
/*菜单*/
.menu {
    background: #0c53af;
    transition: 0.3s;
    -webkit-transition: 0.2s;
}

.menu .r {
    width: 100%;
}

.menu .r li {
    width: 133px;
    float: left;
    line-height: 60px;
    height: 60px;
}

.menu .r li:after {
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background: url("../Image/nav-li-bg.png") no-repeat center;
    float: right;
    margin-top: -38px;
}
.menu .r li:last-child:after{
    display: none;
}

.menu .r li .son {
    width: 100%;
    position: relative
}

.menu .r li .son .a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-weight: 700;
}
.menu .r li .son .xiala dt a:hover{
    background: #e61f27;
}
.menu .r li .son .xiala {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    top: 74px;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transition-timing-function: ease;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}

.menu .r li .son .xiala1 {
    opacity: 1;
    transform: translateY(-14px);
    visibility: visible;
}

.menu .r li .son .xiala .s {
    width: 100%;
    height: 10px;
    background: url("../Image/xiala.png") top center no-repeat;
}

.menu .r li .son .xiala .line {
    width: 100%;
    height: 0;
    display: none;
    margin: 0 auto;
    height: 3px;
}

.menu .r li .son .xiala dl {
    width: 100%;
}

.menu .r li .son .xiala dt {
    width: 95%;
    margin: 0 auto;
    height: 45px;
    border-bottom: 1px solid #979797;
}

.menu .r li .son .xiala dt a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.menu .r li:hover .son .a {
    color: #fff;
    background: #093e83;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.menu .r li .son .cz {
    color: #00309a;
    background: url("../Image/xl1.png") right 14px top 11px no-repeat;
    background-size: 11px;
    font-size: 16px;
}

.menus {
    position: fixed;
    z-index: 20;
    top: 20px;
    left: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

/**/
/**/
.remen {
    width:100%;
    background: url("../Image/remengbg.png") no-repeat center;
    height: 70px;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 6px 0px
    rgba(112, 112, 112, 0.3);
}

.remen .son .l {
    float: left;
    line-height: 70px;
    background: url(../Image/re.png) center left no-repeat;
    padding-left: 40px;
}

.remen .son .l a {
    display: inline-block;
    margin-right: 20px;
    color: #333;
    text-indent: 0;
    font-size: 16px;
}

.remen .son .r {
    float: right;
    margin-top: 9px;
}

.remen .son .r form {
    overflow: hidden;
}

.remen .son .r form input {
    display: block;
    line-height: 40px;
    width: 343px;
    margin: 0;
    padding: 0;
    outline: none;
    border: 1px solid #eee;
    float: left;
    text-indent: 1.5em;
    background: none;
}

.remen .son .r form button {
    width: 60px;
    height: 40px;
    background:url("../Image/s.png") center left no-repeat;
    text-align: center;
    float: left;
    outline: none;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.remen input::-webkit-input-placeholder {
    font-size: 15px;
    color: #999; }
.remen input:-moz-placeholder {
    font-size: 15px;
    color: #999; }
.remen input::-moz-placeholder {
    font-size: 15px;
    color: #999; }
.remen input:-ms-input-placeholder {
    font-size: 15px;
    color: #999; }

/*大标题*/
.big-title .p1 {
    color: #3f4040
}

.big-title .p2 {
    color: #7a7a7a
}

.big-title .p2 span {
    color: #00a73e
}
.title{
    text-align: center;
}
.title h3{
    color: #333333;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2px;
}
.title h3 span{
    color: #0c53af;
}
.title .sec{
    color: #666;
    font-size: 20px;
    padding-top: 5px;
}
.title .line{
    width: 93px;
    height: 2px;
    background-color: #333333;
    margin:8px auto;
}
.title1{
    text-align: center;
    background: url(../Image/title.png) no-repeat center top;
    padding-top: 30px;
}
.title1 h3{
    color: #fff;
    font-size: 32px;
}
.title1 p{
    color: #84a5d8;
    font-size: 16px;
    padding-top: 5px;
}
/*产品*/
.index-pro{
    width: 100%;
    position: relative;
    padding-top:40px;
}
.indexpro{
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.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;
}
/*留言*/
.index-mes{
    width: 100%;
    position: relative;
    background: url(../Image/mes.jpg) no-repeat center center;
    height: 477px;
    padding-top: 55px;
}
.mes-left{
    width: 50%;
    float: left;
}
.mes-left h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.mes-left p{
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}
.mes-right{
    width: 50%;
    float: right;
}
.mes-text{
    width: 370px;
    float: left;
    margin-left: 105px;
    padding-top: 20px;
}
.mes-text h3{
    color: #343434;
    font-size: 26px;
    font-weight: bold;
}
.mes-text p{
    color: #858585;
    font-size: 18px;
    background: url(../Image/mes-jt.png) no-repeat center right;
    text-align: right;
    padding-right:25px;
    margin-top: 10px;
}
.mes-ewm{
    float: right;
}
.mes-con{
    width: 100%;
    height: 350px;
    background: url(../Image/mes-con.jpg) no-repeat center center;
    margin-top: 12px;
}
.mes-con h3{
    color: #4d4d4d;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    font-family: ziti;
    margin-top: -57px;
    padding-left: 240px;
}
.mes-con form{
    width: 400px;
    margin-left: 125px;
    padding-top: 43px;
}
.mes-con form input{
    width: 400px;
    height: 45px;
    line-height: 45px;
    background: #eff1f5;
    border: none;
    outline: none;
    margin-bottom: 12px;
    text-indent: 12px;
}
.mes-con form textarea{
    width: 400px;
    height: 87px;
    line-height: 45px;
    background: #eff1f5;
    border: none;
    outline: none;
    margin-bottom: 12px;
    text-indent: 12px;
}
.mes-con form #submit{
    background: #0090df;
    color: #fff;
}
/*优势*/
.index-adv{
    width: 100%;
    position: relative;
    padding: 50px 0 78px 0;
    background: url(../Image/adv.png) no-repeat center center;
}
.adv-adv{
    margin-top: 35px;
}
.adv-left{
    width: 348px;
    height: 480px;
    float: left;
    position: relative;
}
.adv-left img{
    display: block;
}
.adv-text{
    position:absolute;
    bottom: 0;
    width: 278px;
    height: 165px;
    padding: 35px;
    background: rgba(0,0,0,0.75);
}
.adv-text h3{
    color: #0090df;
    font-size: 24px;
    font-weight: bold;
}
.adv-text p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
}
.adv-text p:after{
    display: block;
    content: '';
    width: 25px;
    height: 1px;
    background: #fff;
    margin-top: 30px;  
}
.adv-con{
    width: 480px;
    height: 480px;
    float: left;
    margin-left: 7px;
}
.adv-con ul li{
    width: 420px;
    height: 174px;
    padding:30px 35px;
    background: #f3f3f3;
    margin-bottom: 12px;
}
.con-text h3{
    color: #0090df;
    font-size: 24px;
    font-weight: bold;
}
.con-text p{
    color: #4e4e4e;
    font-size: 14px;
    line-height: 28px;
}
.con-text p:after{
    display: block;
    content: '';
    width: 25px;
    height: 1px;
    background: #4e4e4e;
    margin-top: 30px;  
}
.adv-con ul li:nth-child(1) .con-text{
    width: 310px;
    float: left;

}
.adv-con ul li:nth-child(1) .con-img{
    float: right;

}
.adv-con ul li:nth-child(2) .con-text{
    width: 310px;
    float: right;

}
.adv-con ul li:nth-child(2) .con-img{
    float: left;

}
.adv-right{
    width: 348px;
    height: 480px;
    float: right;
    position: relative;
}
/*公司简介*/
.index-company{
    width: 100%;
    position: relative;
    padding: 45px 0 80px 0;
    background: #f3f3f3; 
}
.com-left{
    width: 535px;
    float: left;
    margin-top: 30px;
}
.com-left h3{
    color: #404040;
    font-size: 22px;
    font-weight: bold;
}
.com-left h3 span{
    color: #0090df;
}
.com-left h4{
    color: #5e5e5e;
    font-size: 14px;
    padding-top: 26px;
    line-height: 28px;
}
.com-right{
    width: 600px;
    float: right;
    margin-top: 30px;
}
/*honor*/
.honor{
    margin-top: 45px;
}
.honor-type{
    width: 113px;
    height: 180px;
    float: left;
}
.honor-type ul li{
    height: 90px;
    background: #0090df;
    text-align: center;
}
.honor-type ul li p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}
.honor-type ul li span{
    color: #fff;
    font-size: 12px;
}
.honor-type ul .on{
    background: #124aa2;
}
.h-list{
    width: 1075px;
    float: right;
}
.h-prev{
    background: url(../Image/h-prev.png) no-repeat center center!important;
    left: 0!important;
}
.h-next{
    background: url(../Image/h-next.png) no-repeat center center!important;
    right: 0!important;
}
.s-prev{
    background: url(../Image/h-prev.png) no-repeat center center!important;
    left: 0!important;
}
.s-next{
    background: url(../Image/h-next.png) no-repeat center center!important;
    right: 1px!important;
}
.honor-list a{
    display: block;
    width: 260px;
    height: 182px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.honor-list a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:contain;
}
/*合作*/
.index-hezuo{
    width: 100%;
    position: relative;
    background: url(../Image/hezuo.jpg) no-repeat center center;
    padding: 28px 0 60px 0;
}
.in-partner{
    margin-top: 30px;
    position: relative;
}
.in-partner .par-img{
    width: 190px;
    height: 110px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.in-partner .par-img img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.in-partner p{
    color: #fff;
    text-align: center;
    padding-top: 5px;
}
.p-prev{
    background: url(../Image/p-prev.png) no-repeat center center!important;
    left: -50px!important;
    top: 40%!important;
}
.p-next{
    background: url(../Image/p-next.png) no-repeat center center!important;
    right: -50px!important;
    top: 40%!important;
}
/*新闻*/
.index-news{
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.n-one a {
    margin-top: 21px;
}
.news-con{
    margin-top: 25px;
}
.news-left{
    width: 590px;
    float: left;
    background: #fff;
    padding-bottom: 20px;  
}
.n-title{
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #e5e5e5;
}
.n-title a{
    width: 24%;
    float: left;
    display: block;
    color: #5a5a5a;
    font-weight: 700;
    font-size: 26px;
    position: relative;
}
.n-title a:first-child{
    color: #0c53af;
}
.n-title a:first-child:after{
    content:"";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:92px;
    height: 2px;
    background: #0c53af;
}
.n-title a:hover{
    color: #0c53af;
}
.n-img{
     width: 180px;
     height: 120px;
     float: left;
     overflow: hidden;
     background: #000;
}
.n-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.n-text{
    width: 410px;
    float: right;
    padding: 10px 20px;
    border: solid 1px #e5e5e5;
    border-left:none;
}
.n-text h3{
    color: #3e3e3e;
    font-size: 16px;
}
.n-text p{
    color: #909090;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.n-text span{
    color: #bcbcbc;
    font-size: 14px;
}
.n-list{
    padding: 18px 35px 0 35px;
}
.n-list ul li{
    line-height: 52px;
    border-bottom: 1px dashed #e3e3e3;
    height: 52px;
}
.n-list ul li:hover span{
    color:#0d4dc2;
}
.n-text:hover h3{
    color:#0d4dc2;
}
.n-list ul li span{
    color: #3e3e3e;
    font-size: 16px;
    float: left;
}
.n-list ul li small{
    color: #656565;
    font-size: 14px;
    float: right;
}
.n-list ul li:last-child{
    border-bottom: none;
}
.news-right{
    width: 594px;
    float: right;
    background: #fff;
}
.news-right h3{
    color: #0c53af;
    font-size: 26px;
    font-weight: bold;
    /* padding-bottom: 20px; */
    line-height: 65px;
    /* padding: 0 30px 20px 30px; */
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.news-right h3:after{
    content:"";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:92px;
    height: 2px;
    background: #0c53af;
}
.news-right h3 a{
    display: block;
    float: right;
    color: #6f6f6f;
    font-size: 16px;
    font-weight: normal;
}
.news-right ul li{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 19px 30px;
}
.news-right ul li:last-child{
    border-bottom:none;
}
.news-right ul li h4{
    color: #3e3e3e;
    font-size: 16px;
    background: url(../Image/q.png) no-repeat center left;
    padding-left: 35px;
    margin-bottom: 10px;
}
.news-right ul li:hover h4{
    color:#0d4dc2;
}
.news-right ul li p{
    color: #909090;
    font-size: 14px;
    background: url(../Image/da.png) no-repeat top left;
    padding-left: 35px;
}

.linkbox{
    background: #e6e6e7;
}
.linkbox a{
    display: block;
    float: left;
    line-height: 57px;
    font-size: 14px;
    color:#666;
    padding:0 5px;
}
.linkbox a:first-child{
    color: #333333;
    font-size: 18px;
    padding-left: 30px;
    background: url("../Image/linkbg.png") no-repeat left center;
}
.linkbox a:hover{
    color:#0c53af;
}
/*foot*/
.footer{
    width: 100%;
    padding:50px 0;
    background: url("../Image/footerbg.jpg") no-repeat center / cover;
    position: relative;
}
.footer .logobox{
    padding-bottom: 40px;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.footer .logobox img{
    float: left;
}
.footer .f-left{
    float: left;
    width:564px;
    margin-top: 40px;
}
.footer .logobox .f-daohang{
    width:807px;
    float: right;
}
.footer .logobox .f-daohang a{
    display: block;
    float: left;
    color:#fff;
    font-size:14px;
    line-height: 35px;
    margin-right: 34px;
}
.footer .logobox .f-daohang a:last-child{
    margin-right: 0;
}
.footer .f-left .lxbox{
    font-size: 16px;
    color:#fff;
}
.footer .f-left .lxbox span{
     display: block;
     float: left;
    width:50%;
    padding-bottom: 20px;
    padding-left: 25px;
 }
.footer .f-left .lxbox span.kefu{
    background: url("../Image/kefu.png") no-repeat left top 2px;
}
.footer .f-left .lxbox span.mobile{
    background: url("../Image/kefu.png") no-repeat left top 2px;
}
.footer .f-left .lxbox span.tel{
    background: url("../Image/tel.png") no-repeat left top 2px;
}
.footer .f-left .lxbox span.email{
    background: url("../Image/email.png") no-repeat left top 2px;
}
.footer .f-left .lxbox span.address{
    background: url("../Image/address.png") no-repeat left top 2px;
}

.footer .f-left .copy{
    color: #e8e8e8;
    font-size: 14px;
    margin-top: 20px;
}
.footer .f-left .copy a{
    color: #e8e8e8;
}
.footer .f-right{
    float: left;
    width:315px;
    margin-top: 41px;
    margin-left: 42px;
}
.footer .f-right span{
    display: inline-block;
    color: #808286;
    font-size: 14px;
    margin-bottom: 7px;
    margin-right: 25px;
}
.footer .f-right span:nth-child(3){
    margin-right: 0;
}
.footer .f-right .links{
    margin:20px 0 35px 0;
}
.footer .f-right .links a{
    display: block;
    float: left;
    color: #808286;
    font-size: 14px;
    margin-right: 8px;
}
.footer .f-right .links a:first-child{
    color:#fff;
    font-weight: 700;
}
.footer .erboxout .erbox{
    float: left;

}
.footer .erboxout .erbox .imgbox{
    width:111px;
    height: 111px;
    float: left;
}
.footer .erboxout .erbox .imgbox img{
    width:100%;
}
.footer .erboxout .erbox p{
    color: #f2f2f3;
    font-size: 14px;
    text-align:center;
}
.footer .erboxout .erbox:last-child{
    margin-left: 55px;
}
.footer .f-lybox{
    float: right;
    width:260px;
    margin-top: 40px;
}
.footer .f-lybox input[type=text]{
    width: 260px;
    line-height: 37px;
    border: solid 1px #dcdcdc;
    background: none;
    outline: none;
    text-indent: 15px;
    margin-bottom: 15px;
}
.footer .f-lybox input[type=submit]{
    width: 260px;
    line-height: 37px;
    background:#0e99ec;
    outline: none;
    text-indent: 15px;
    margin-bottom: 15px;
    color:#fffdfe;
    text-align:center;
    border:none;
    cursor: pointer;
}


.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;
}

.it::-webkit-scrollbar {
/*滚动条整体样式*/
    width: 5px;
     /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}

.it::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #00a73e;
    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);
}

.it::-webkit-scrollbar-track {
/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    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: #0d4dc2;
    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: #0d4dc2;
}
/*.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: #0d4dc2;
    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: #0d4dc2;
    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: #0d4dc2;
    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 #0d4dc2
}

.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: #0d4dc2;
    font-weight: bold
}

.flist li:hover {
    background: #ddd;
    border: 1px solid #fff;
    color: #0d4dc2;
    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: #0d4dc2
}

.swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
    opacity: 1;
}

.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: #0d4dc2!important;
}

.inews .l .con .son li a:hover .z .p1 {
    color: #0d4dc2!important;
}

.inews .l .con .son li a:hover .z .p2 {
    color: #0d4dc2!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: #0d4dc2
}


/**/
.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: #0d4dc2;
    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: 380px;
}

.s-banner .con {
    height: 380px;
    position: relative;
}


/*单页面总样式*/
.six li {
    width: 20%;
    float: left;

}


.six li a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #7a7a7a;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: relative;
}


.six li a:hover {
    background-color: #0c53af;
    color: #fff;
}
.six li a.active {
    background-color: #0c53af;
    color: #fff;
}


.six li .xz {
    background-color: #0d4dc2;
    color: #fff;
}
.six li .xz:after{
    opacity: 1;
}
.nei-about{
    width: 100%;
    position: relative;
    padding: 45px 0;
    border-bottom: 1px solid #e5e5e5;
}
.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: #0d4dc2;
    background: url("../Image/bot1.png") center no-repeat
}
.ipro1{
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 20px;
}
.ipro2{
    background: #fff;
    padding-top: 60px;
}
.news{
    margin-top: 60px;
}
.ipro1 .r {
    width: 850px;
    float: right
}

.ipro1 .r li {
    width: 270px;
    height: 350px;
    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%;
    height: 140px;
    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;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.bread {
    width: 100%;
    height: 40px;
}

.bread .bl {
    width: 300px;
    height: 40px;
    float: left;
    line-height: 40px;
    color:#0c53af;
}

.bread .br {
    height: 40px;
    font-size: 14px;
    background: url("../Image/ibg.png") left center no-repeat;
    float: right;
    text-align: right;
    color: #9e9e9e;
    line-height: 40px;
    text-indent: 26px
}

.bread .br a {
    color: #9e9e9e
}

.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: rgba(0, 0, 0, 0.3);
}

.o-bread .br {
    height: 50px;
    font-size: 14px;
    background: url("../Image/loc.png")  no-repeat center left 20px;
    float: left;
    text-align: left;
    color: #fff;
    line-height: 50px;
    text-indent: 50px
}

.o-bread a {
    color: #fff;
}
/*产品详情*/


.pro_r {
    width: 908px;
    float: right
}

.pro_r .top {
    height: 450px;
}

.pro_r .top .z {
    width: 465px;
    height: 450px;
    float: left;
    position: relative;
    background: #fff
}

.pro_r .top .top {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: solid 1px #dddddd;
}

.pro_r .top .bot {
    width: 409px;
    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 #0d4dc2;
    cursor: pointer;
}
.pro-inner-img{
    max-width: 100%;
    margin:0 auto;
}

.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: #0d4dc2;
    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 #0d4dc2;
    background: #0d4dc2;
    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: #0d4dc2;
    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: #0d4dc2;
    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: #0d4dc2;
    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: #0d4dc2
}

.nt-list li a:hover .t .line {
    transform: scaleX(6.5);
    -webkit-transform: scaleX(6.5);
    background: #0d4dc2
}

.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: #0d4dc2;
}

.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 #124aa1;
    border-radius: 3px;
    margin-left: 5px;
    color: #797979;
    padding: 0px 5px 0px 5px;
}

.footpage span {
    padding: 0px 10px 0px 10px;
    background: #124aa1;
    color: #fff;
}

.footpage select {
    display: inline-block;
    height: 25px;
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
    border: 1px solid #0c53af;
    background: #0c53af;
    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: #0d4dc2
}

/*联系我们*/
/*联系我们*/

.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: #0d4dc2 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;
    float: right
}

.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: #0d4dc2;
    color: #fff;
}



/**/
.case-n {
    width: 900px;
    float: left;
    float: right
}

.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: #0d4dc2;
    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: #0d4dc2;
    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: #0c53af;
    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: #0d4dc2;
    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: #0d4dc2;
    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: #0c53af;
    color: #fff;
}

#fu {
    transition: 0.5s;
    width: 150px;
    position: fixed;
    top: 230px;
    right: 0;
    z-index: 100;
    background: #0c53af;
    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: #e61f27 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: #ff4950 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;
}


.info_pro-text {
  margin-top: 0px;
}
.info_pro-text h4 {
    font-size: 26px;
    color: #333;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #d2d2d2;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text ul li {
  margin-top: 5px;
}
.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  float: left;
  margin-top: 2px;
}
.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}
.info_pro-text ul li b {
  color: #c8171e;
  font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}
.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.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;
}
.p_content img,
.p_content embed {
  margin: 20px auto !important;
  display: inline-block;
    color: #727272;
    line-height: 26px;
    font-size: 16px;
}
.p_content embed {
  width: 500px !important;
  height: 400px !important;
  display: block;
}
.p_content b.b_title,
.p_content strong.b_title {
    font-size:18px;
  color: #fff;
  display: inline-block;
    padding-left: 50px;
}
.p_content p.p_title {
    background: url("../Image/pro-inner-title.png") no-repeat center;
  margin-bottom: 15px !important;
    line-height: 43px;

}

.p_content .lanmu{
    background: url("../Image/pro-inner-title.png") no-repeat center;
    margin-bottom: 15px !important;
    line-height: 43px;
    font-size:20px;
    color:#fff;
    padding-left: 50px;
}

.p_content .p_content_list{
    margin-bottom: 20px;
}
.p_content .p_content_inner{
    color: #727272;
    line-height: 26px;
    font-size: 16px;
}
.p_content .p_content_inner table{
    width:100%!important;

}
.p_content .p_content_inner table tr td{
    line-height: 30px;
    padding:0 0.5%;
    border:1px solid #eee;
    color: #727272;
}
.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: 40px;
}
.info_pro-text_ol li {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.info_pro-text_ol li span {
    color: #0c53af;
    display: inline-block;
    font-size: 20px;
}
.info_pro-text_ol li small {
  font-size: 14px;
}
.info_pro-text .abox{
    border:1px solid #bfbfbf;
    padding:30px 38px;
}
.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:#cc2223;
    font-family: ziti;
    margin:0;
}
.dbox a {
    display: block;
    width: 148px;
    float: left;
    line-height: 46px;
    background-color: #cc2223;
    font-size:16px;
    color:#fff;
    text-align:center;
    margin-top: 29px;
}
.dbox a:hover{
    background-color: #e61f27;
}


.cp-type{
    float: left;
    width:267px;
}
.cp-type .cp-type-top{
    height: 100px;
    width:100%;
    background: #0c53af url(../Image/top-bg.png) no-repeat center;
    text-align:center;
    color:#fff;
}
.cp-type .cp-type-top .fir{
    font-size: 34px;
    line-height: 100px;
}
.cp-type .cp-type-top .sec{
    font-size: 15px;
    color:#9fb9ea;
    margin-top: 5px;
}
.cp-type .cp-type-bottom{
    width:100%;
    border:6px solid #0c53af;
    border-top: none;
}
.cp-type .cp-type-bottom .cp-type-bottom-a{
    padding:0 30px;
    background: #fff;
}
.cp-type .cp-type-bottom .cp-type-bottom-a>a{
    display: block;
    line-height: 65px;
    background: url("../Image/cp-type-a-bg.png") no-repeat center right 0;
    color: #666;
    font-size: 16px;
    border-bottom:1px dashed #e0e0e0;
}
.cp-type .cp-type-bottom .cp-type-bottom-a>a:hover{
    color: #0c53af;
    background: url("../Image/cp-type-a-bg1.png") no-repeat center right 0;
}
.cp-type .cp-type-bottom .cp-type-erji{
    display: none;
    max-height: 300px;
    overflow-y: auto!important;
}
.cp-type .cp-type-bottom .cp-type-erji a{
    display: block;
    background: #fff;
    font-size: 16px;
    /* line-height: 55px; */
    padding: 10px 5px 10px 25px;
    color: #636363;
    /* padding-left: 30px; */
    border-bottom: 1px solid #d3d3d3;
}
.cp-type .cp-type-bottom .cp-type-erji a:hover{
    color:#e61f27;
}
.cp-type-last{
    width:100%;
    height: 135px;
    background: url("../Image/cptype-bottom-bg.jpg") no-repeat center;
    margin-top: 5px;
    padding:0 15px;
}
.cp-type-last a{
    color:#fff;
    font-size:30px;
    padding: 5px 0 5px 0;
}
.cp-type-last a:hover{
    color:#fff;
}
.cp-type-last a i{
    display: block;
    float: right;
    width:33px;
    height: 33px;
    background: url("../Image/cp-last-jia.png") no-repeat center;
    margin-top: 5px;
}
.cp-type-last p{
    color:#fff;
    font-size:16px;
    line-height: 25px;
}
 .cp-box{
    float: right;
    width:912px;
}
 .cp-box .cp-box-list{
    float: left;
    width:288px;
    height: 342px;
    background: #fff;
    margin-right: 24px;
     border-radius: 20px;
     border: solid 1px #d2d2d2;
}
 .cp-box .cp-box-list:nth-child(3n){
    margin-right: 0;
}
 .cp-box .cp-box-list:nth-child(-n+3){
    margin-bottom: 24px;
}
.cp-box .cp-box-list .tou{
    width:206px;
    line-height: 33px;
    background: url("../Image/tiao.png") no-repeat center;
    color:#fff;
    font-size:20px;
    text-align:center;
    margin:0 auto;
}
 .cp-box .cp-box-list .imgbox{
    width:100%;
    height: 214px;
     background: #f3f3f3;
     margin-top: 8px;
     position: relative;
}
 .cp-box .cp-box-list .imgbox img{
    max-width:90%;
    max-height:90%;
     position: absolute;
     left:50%;
     top:50%;
     -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     -o-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
 .cp-box .cp-box-list .biaoti{
    color: #333;
    font-size: 20px;
    line-height: 50px;
    text-align:center;
}
.cp-box .cp-box-list .chabox{
    width:195px;
    margin:0 auto;
}
.cp-box .cp-box-list .chabox a{
    display: block;
    float: left;
    width:50%;
    line-height: 28px;
    text-align:center;
    color: #ffffff;
    font-size: 14px;
}
 .cp-box .cp-box-list .chabox a.s1{
    background: #0c53af;
}

.cp-box .cp-box-list .chabox a.s2{
    background: #333;
}
.indexpro .cp-abox{
    width:426px;
    margin: 0 auto;
    margin-top: 51px;
}
.indexpro .cp-abox a{
    display: block;
    float: left;
    border-radius: 4px;
    line-height: 54px;
    text-align:center;
    font-size: 16px;
}
.indexpro .cp-abox a.a1{
    background: #0d4dc2;
    width:246px;
    color:#fff;
}
.indexpro .cp-abox a.a1:hover{
    background: #2e6bda;
}
.indexpro .cp-abox a.a2{
    background: none;
    width:156px;
    color:#e61f27;
    border: solid 1px #e61f27;
    margin-left: 24px;
}

/*品质*/
.pingzhi{
    height: 710px;
    padding:50px 0;
    background:url("../Image/pingzhibg.png") no-repeat center top 95px;
    position: relative;
    z-index: 2;
}
.pingzhi-text1 .pingzhi-list{

    width:350px;
}
.pingzhi-list:nth-child(1){
    float: left;
}
.pingzhi-list:nth-child(2){
     float: right;
 }
.pingzhi-text1{
    width:895px;
    margin:0 auto;
}
.pingzhi-text.pingzhi-text1 .pingzhi-list1{
    text-align:right;
}
.pingzhi-text.pingzhi-text1 .pingzhi-list2{
    text-align:left;
}
.pingzhi-list .fir{
    color: #0c53af;
    font-size: 30px;
    padding-left: 75px;
}
.pingzhi-list .sec{
    color: #666;
    font-size: 18px;
    line-height: 25px;
}
.pingzhi-text1 .pingzhi-list .sec{
    margin-top: 18px;
}
.pingzhi-text1 .pingzhi-list1 .fir{
    background: url("../Image/01.png") no-repeat left 111px center;
}
.pingzhi-text1 .pingzhi-list2 .fir{
    background: url("../Image/02.png") no-repeat left 5px center;
}
.pingzhi-text2 .pingzhi-list{

    width:250px;
}
.pingzhi-text2 .pingzhi-list .fir{
    padding-left: 50px;
}
.pingzhi-text2 .pingzhi-list1 .fir{
    padding-left: 67px;
    margin-top: 13px;
    background: url("../Image/03.png") no-repeat left center;
}
.pingzhi-text2 .pingzhi-list1 .sec{
    margin-top: 13px;
}
.pingzhi-text2 .pingzhi-list2 .fir{
    padding-left: 67px;
    margin-top: -10px;
    background: url("../Image/04.png") no-repeat left center;
}
.pingzhi-text2 .pingzhi-list2 .sec{
    margin-top: 10px;
}
.pingzhi img{
    margin:157px auto 0 auto;
    display: block;
}
.pingzhi .t11{
    color: #fffdfe;
    font-size: 24px;
    width: 780px;
    text-align:center;
    margin:8px auto;
    border-bottom:1px solid #fffdfe;
    padding-bottom: 4px;

}
.pingzhi .t22{
    color: #fffdfe;
    font-size: 14px;
    line-height: 25px;
    text-align:center;
}

.youshibg{
    padding: 193px 0 50px 0;
    background: url(../Image/youshibg.jpg) no-repeat center / cover;
    margin-top: -160px;
    position: relative;
    z-index: 1;
}
.youshibg img{
    float: left;
}
.youshibg .y-text{
    float: left;
    width:316px;
}
.youshibg .y-text .y-text-list{
    width:100%;
    background: #fff;
    height: 180px;
    text-align:center;
    border-bottom: dashed 1px #dcdcdc;
}
.youshibg .y-text .y-text-list .fir{
    color: #0e99ec;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 20px 0 8px 0;

}
.youshibg .y-text .y-text-list .fir span{
    color:#0c52ae;
}
.youshibg .y-text .y-text-list .sec{
    color: #fffeff;
    font-size: 18px;
    line-height: 33px;
    padding: 0 10px;
    background: #0c52ae;
    width: auto;
    display: inline-block;
}
.youshibg .y-text .y-text-list .thr{
    color: #fffeff;
    font-size: 18px;
    line-height: 33px;
    padding: 0 10px;
    background: #0e99ec;
    width: auto;
    display: inline-block;
    margin-top: 8px;
}




    /*广告banner*/
.guang{
    height: 190px;
    margin-top: 40px;
    background: url("../Image/guangbg.png") no-repeat center;
}
.guang .imgbox{
    float: left;
    width:122px;
    text-align:center;
    color:#fff;
    font-size:14px;
    margin-left: 45px;
}
.guang .imgbox img{
    width:100%;
    margin-top: 32px;
}
.guang .text{
    float: left;
    margin-top: 27px;
    margin-left: 30px;
}
.guang .text .fir{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.guang .text .sec{
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0;
}
.guang .text .thr{
    width:340px;
    line-height: 34px;
    background: #fff;
    font-size: 16px;
    color: #0c53af;
    text-align:center;
    font-weight: 700;
    letter-spacing: 2px;
}
.guang .sao{
    float: left;
    margin-top: 49px;
    margin-left: 16px;
}
.guang .ly{
    float: right;
    margin-top: 43px;
}
.guang .ly .title{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}
.guang form{
    width:505px;
}
.guang form .inputbox input{
    float: left;
    width: 245px;
    line-height: 32px;
    border-radius: 5px;
    border:none;
    outline: none;
    padding-left: 31px;
    margin:10px 0;
}
.guang form .inputbox input:nth-child(1){
    background: #fff url("../Image/input1.png") no-repeat left 5px center;
}
.guang form .inputbox input:nth-child(2){
    float: right;
    background: #fff url("../Image/input2.png") no-repeat left 5px center;
}
.guang form #submit{
    float: left;
    width: 223px;
    line-height: 32px;
    background-color: #0e99ec;
    border-radius: 16px;
    text-align:center;
    color: #fffdfe;
    text-indent: 0;
    padding-left: 0;
    outline: none;
    border:none;
}
.guang form p{
    float: right;
    color:#fff;
    font-size:18px;
}
.guang form p span{
    font-size:26px;
    font-family: ziti;
}


/*实力展示*/
.shili{
    padding:55px 0;
    background: url("../Image/shilibg.jpg") no-repeat center;
}
.shili .title h3{
    color:#fff;
}
.shili .title .line{
    background-color: #fff;
}
.shili .title .sec{
    color:#fff;
}
.shili .shili-item{
    height: 370px;
    background: #fff;
    box-shadow: 0px 0px 14px #d2d2d2;
    margin-top: 40px;
}
.shili .shili-item .swiper-container-shili{
    width:100%;
    height: 100%;
}
.shili .shili-item .swiper-container-shili .swiper-wrapper{
    width:100%;
    height: 100%;
}
.shili .shili-item .swiper-container-shili .swiper-wrapper .swiper-slide{
    width:100%;
    height: 100%;
}
.shili .shili-item .imgbox{
    float: left;
    width:50%;
    height: 100%;
}
.shili .shili-item .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.shili .shili-item .text{
    padding:55px 45px;
    float: left;
    width:50%;
    height: 100%;
    background: #fff;
}
.shili .shili-item .text .fir{
    color: #414141;
    font-size: 24px;
    font-weight: 700;
    padding-bottom:30px;
    border-bottom:1px solid #dfdfdf;
    margin-bottom: 30px;
}
.shili .shili-item .text .sec{
    color: #6a6a6a;
    font-size: 16px;
    padding-left: 25px;
    background: url("../Image/shili-gou.png") no-repeat left center;
    margin-bottom: 20px;
}
.shili .shili-list{
    width:520px;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
.shili .shili-list .shili-list-title{
    float: left;
    width:116px;
    height: 116px;
    background-color: #eeeeee;
    border: solid 4px #ffffff;
    color: #575757;
    font-size: 20px;
    text-align:center;
    margin-right: 18px;
    border-radius: 50%;
    padding-top: 22px;
    margin-top: -58px;
    cursor: pointer;
    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;
}
.shili .shili-list .shili-list-title:last-child{
    margin-right: 0;
}
.shili .shili-list .shili-list-title:hover{
    background-color: #0d4dc2;
    color:#fff;
}
.shili .shili-list .shili-list-title.active{
    background-color: #0d4dc2;
    color:#fff;
}
.shili .shili-imgbox{
    margin-top: 50px;
    position: relative;
}
.shili .shili-imgbox .swiper-container-shiliimgbox .imgbox{
    width:100%;
    height: 276px;
    overflow: hidden;
    position: relative;
}
.shili .shili-imgbox .swiper-container-shiliimgbox .imgbox .biaoti{
    position: absolute;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background: rgba(0,0,0,0.3);
    left:0;
    bottom:0;
    width:100%;
    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;
}
.shili .shili-imgbox .swiper-container-shiliimgbox .imgbox:hover .biaoti{
    line-height: 55px;
}
.shili .shili-imgbox .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
    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;
}
.shili .shili-imgbox .imgbox:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.shili .swiper-button-next-shili{
    width:35px;
    height: 35px;
    background: url("../Image/shili-right.png") no-repeat center;
    right:-70px;
    outline: 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;
}
.shili .swiper-button-next-shili:hover{
    background: url("../Image/shili-right2.png") no-repeat center;
}
.shili .swiper-button-prev-shili{
    width:35px;
    height: 35px;
    background: url("../Image/shili-left.png") no-repeat center;
    left:-70px;
    outline: 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;
}
.shili .swiper-button-prev-shili:hover{
    background: url("../Image/shili-left2.png") no-repeat center;
}

/*客户见证*/
.jianzheng{
    padding:55px 0;
    background: #f5f5f5 url("../Image/jianzhengbg.jpg") no-repeat center / cover;
}
.jianzheng .jianzhengbox{
    position: relative;
    margin-top: 30px;
}
.jianzheng .swiper-container-jianzheng .swiper-slide{
    padding: 10px;
    background: #fff;
    border: solid 1px #cccccc;
}
.jianzheng .swiper-container-jianzheng .imgbox{
    width:100%;
    height: 200px;
    position: relative;
}
.jianzheng .swiper-container-jianzheng .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.jianzheng .swiper-container-jianzheng .biaoti{
    line-height:44px;
    width:100%;
    text-align:center;
    font-size:18px;
    color:#333;
}
.jianzheng .swiper-container-jianzheng .text{
    padding:0 10px;
    background: #fff;
    font-size:14px;
    color:#666;
    line-height: 25px;
    text-align:justify;
    height: 90px;
    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;
    position: relative;
}
.jianzheng .swiper-container-jianzheng .swiper-slide:hover .biaoti{
    background: #0c53af;
    color:#fff;
}

.jianzheng .swiper-button-next-jianzheng{
    width:56px;
    height: 56px;
    background: url("../Image/shili-right.png") no-repeat center;
    right:-70px;
    outline: 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;
}
.jianzheng .swiper-button-next-jianzheng:hover{
    background: url("../Image/shili-right2.png") no-repeat center;
}
.jianzheng .swiper-button-prev-jianzheng{
    width:56px;
    height: 56px;
    background: url("../Image/shili-left.png") no-repeat center;
    left:-70px;
    outline: 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;
}
.jianzheng .swiper-button-prev-jianzheng:hover{
    background: url("../Image/shili-left2.png") no-repeat center;
}
.jianzheng .swiper-container-jianzheng .zixun{
    display: block;
    line-height: 25px;
    width:145px;
    margin:0 auto;
    text-align:center;
    font-size:14px;
    color:#fff;
    background: #0c53af;
    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;
}
.jianzheng .swiper-container-jianzheng .swiper-slide:hover .text .zixun{
    background: #e61f27;
}
.jianzheng .swiper-container-jianzheng .zixun a{
    display: block;
    color:#fff;
}
.jianzheng-abox{
    width:478px;
    margin:55px auto 0 auto;
}
.jianzheng-abox .a1{
    display: block;
    float: left;
    width:200px;
    line-height: 34px;
    background: #fff;
    text-align:center;
    font-size:14px;
    color:#0c53af;
    margin-top: 4px;
}
.jianzheng-abox .a1 a{
    display: block;
    color:#0c53af;
}
.jianzheng-abox .a1:hover a{
    background: #333;
    color:#fff;
}
.jianzheng-abox .a2{
    float: right;
    border:1px solid #fff;
    background-color: #0c53af;
    width:278px;
}
.jianzheng-abox .a2 a{
    line-height: 40px;
    color:#fff;
    font-size:20px;
    text-align:center;
    display: block;
    font-family: ziti;
}


/*公司简介*/
.aboutus{
    padding:55px 0 40px 0;
}
.aboutusbox{
    width:100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding:30px;
    margin-top: 80px;
}
.aboutusbox .moive{
    float: left;
    width: 572px;
    height: 396px;
    background:#000;
    margin-top: -70px;
}
.aboutusbox .text{
    float: right;
    width:535px;
}
.aboutusbox .text .fir{
    color: #0c53af;
    font-size: 26px;
    font-weight: 700;
}
.aboutusbox .text .sec{
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
.aboutusbox .text .thr{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}
.aboutusbox .text .abox a{
    display: block;
    float: left;
}
.aboutusbox .text .abox a:nth-child(1){
    width: 200px;
    line-height: 34px;
    background-color: #ffffff;
    border: solid 1px #0c53af;
    color: #0c53af;
    font-size: 14px;
    text-align:center;
}
.aboutusbox .text .abox a:nth-child(2){
    width: 239px;
    line-height: 34px;
    background-color: #0c53af;
    color:#fff;
    font-size: 16px;
    text-align:center;
    font-family: ziti;
    margin-left: 25px;
}




/*关于我们内页*/
.about-inner{
    padding-bottom: 50px;
}
.about-inner-title{
    color: #333333;
    font-size: 38px;
    text-align:center;
    line-height: 115px;
}
.about-des-text{
    color: #666666;
    font-size: 16px;
    line-height: 35px;
}
.about-inner .x-img{
    max-width: 100%;
    margin:15px auto;
    display: block;
}
.about-inner-list{
    float: left;
    width:33.33%;
    margin-top: 20px;
}
.about-inner-list .line{
    width: 49px;
    height: 2px;
    background-color: #1f1f1f;
    margin-bottom: 30px;
}
.about-inner-list .fir{
    color: #666666;
    font-size: 20px;
    margin-bottom: 15px;
}
.about-inner-list .sec{
    color: #666666;
    font-size: 20px;
}
.about-inner-moive{
    padding-top: 20px;
    height: 430px;
    background:url("../Image/about-inner-moive-bg.jpg") no-repeat center;
}
.about-inner-moive .moivebox{
    width: 819px;
    height: 392px;
    background: rgba(255,255,255,0.4);
    border-radius: 5px;
    margin-left: 259px;
    padding:10px;
}
.about-inner-img .inner-img-list{
    float: left;
    width:286px;
    padding:10px 10px 0 10px;
    border: solid 1px #dcdcdc;
    margin-right: 18px;
    margin-top:50px;
    background: #fff;
}
.about-inner-img .inner-img-list:last-child{
    margin-right: 0;
}
.about-inner-img .inner-img-list .imgbox{
    width:100%;
    height: 203px;
}
.about-inner-img .inner-img-list .imgbox img{
    width:100%;
    height: 100%;
}
.about-inner-img .inner-img-list .title{
    line-height: 50px;
    text-align:center;
    color:#666;
    font-size: 16px;
}
.about-inner-img{
    padding-bottom: 50px;
}
.box1{
    width:1200px;
    margin:0 auto;
}
.box2{
    width:1200px;
    margin:0 auto;
}
.box3{
    width:1200px;
    margin:0 auto;
}
.jiejue{
    padding-top: 42px;
    height: 603px;
    background: url("../Image/jiejuebg.jpg") no-repeat center;
}
.jiejue .t{
    color:#fff;
    width:345px;
    height: 98px;
    background: url("../Image/jiejue-t.png") no-repeat center;
    font-size: 38px;
    text-align:center;
    padding-top: 11px;
}
.jiejue .con{
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
}



    /*联系我们内页*/
.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: #0c53af;
    padding:35px 0 0 90px;
}
.contact-inner .c-right-top p{
    color:#fff;
    margin-bottom: 5px;
}
.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 #0c53af;
    color: #0c53af;
    font-size: 14px;
    text-align:center;
    margin-top: 34px;
    margin-left: 36px;
}
.contact-inner .c-right-bottom .contact-a:hover{
    background: #0c53af;
    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 .dianhua {
    padding-left: 50px;
    background: url("../Image/d.png") no-repeat left center;
}
.info_pro-text .dianhua .fir{
    font-size:14px;
    color:#6e6e6e;
    margin:0;
}
.info_pro-text .dianhua .sec{
    font-size:34px;
    color:#3d3d3d;
    font-family: ziti;
    margin:0;
}
.dbox a {
    display: block;
    width: 168px;
    line-height: 46px;
    background-color: #e7e7e7;
    font-size:16px;
    color:#666;
    text-align:center;
    margin-top: 29px;
}
.dbox a:hover{
    background-color: #0c53af;
    color:#fff;
}

.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: contain;
    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: #0c53af;
    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;
}