﻿@font-face{
    font-family: 'PingFang';
    src: url("Arial.ttf");
}
body{
    font-family: 'PingFang';
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}
.ico {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 66px;
    top: 25px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
.html{
    padding-top: 80px;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    line-height: 78px;
    z-index:999;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
header .lt{
    width: 360px;
    float: left;
}
header .rt{
    width: 240px;
    float: left;
    text-align: right;
    position: relative;
}

header .ct{
    width: calc(100% - 600px);
    width: -webkit-calc(100% - 600px);
    float: left;
    text-align: center;
}
header .ct .headUl{
    padding: 0 8%;
    text-align: center;
}
header .ct .headLi{
    display: inline-block;
    border-left: 1px solid #ddd;
}
header .ct .headLi:last-child{
    border-right: 1px solid #ddd;
}
header .ct .headLi .nav_A{
    font-size: 16px;
    color: #333333;
    padding: 0 25px;
    cursor: pointer;
}
header .ct .headLi .nav_A a{
    color: #333333;
    white-space:nowrap;
    display: block;
}
header .ct .headDown{
    position: absolute;
    background-color: #f9f9f9;
    width:100%;
    left: 0;
    display: none;
}
header .ct .headDown ul{
    padding: 25px 12% 10px;
    font-size: 0;
}
.headDownCont{
    display: inline-block;
}
header .ct .headDown ul li{
    display: inline-block;
    width: 20%;
    float: left;
    padding: 0 35px;
    line-height: initial;
    line-height: inherit;
    border-left: 1px solid rgba(211,211,211,0.5);
}
header .ct .headDown ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
}
header .ct .headDown ul li:first-child{
    border: none;
}
header .ct .headDown ul li img{
    width: 100%;
}
header .ct .headDown ul li .font20{
    text-align: left;
    color: #333333;
    line-height: 1.5;
    margin: 16px 0 7px;
    font-size:15px;
}
header .ct .headDown ul li .font14{
    color: #666666;
    line-height: 1.5;
    text-align: left;
}

header .ct .headLi .nav_A i{
    margin-left: 5px;
}
header .ct .headLi.cur .nav_A{
    color: #d3382a;
}
header .ct .headLi.cur .nav_A i{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
header .rt input{
    text-align: left;
    line-height: 40px;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #dddddd;
    padding: 5px 72px 5px 10px;
}
header .rt button{
    position: absolute;
    height: 40px;
    border-radius: 0;
    border-left: 1px solid #ddd;
    top: 50%;
    right: 0;
    -moz-transform: translate3d(0,-50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: none;
}
header .rt i{
    position: absolute;
    top: 50%;
    left: 8px;
    -moz-transform: translate3d(0,-50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #999;
}
footer{
    /*border-top:1px solid #dddddd;*/
    padding: 30px 0;
    background-color: rgba(182, 182, 182,0.5);
}
footer .lt{
    float: left;
    color: #555555;
    width: 240px;
}
footer .lt img{
    position: relative;
    top:-2px;
    margin-right: 8px;
}
footer .ct{
    color: #555555;
    width: 100%;
    padding: 0 5%;
    text-align: center;
}
footer .ct a{
    color: #555555;
}
footer .rt{
    float: right;
    color: #555555;
    width: 320px;
}
footer .left{
    width: 100%;
    /*float: left;*/
    text-align: center;
}
footer .left .font16 a{
    margin-top: 5px;
}
footer .left .fft{
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}
footer .left .fft a{
      color: #555555;
      margin: 0 10px;
      white-space: nowrap;
}
footer .right{
    width:120px;
    text-align: left;
    float: left;
}
footer .left .fft a:first-child{
    margin-left: 0
}
footer .left  a{
    color: #555555;
}
footer .left .font16{
    font-size: 14px;
}
.backTop{
    position: fixed;
    border-radius: 4px;
    bottom:90px;
    right: 5%;
    cursor: pointer;
    display: none;
}
.backTop.active{
    display: block;
}
.bannerAll{
    height: 350px;
}
.bannerAll .cont{
    padding: 30px 20%;
    color: #fff;
}
.bannerAll .cont .p{
    line-height: 1.6;
    margin-top: 30px;
}
.results .results_li{
    overflow: hidden;
    height: 550px;
}
.results .results_li .lt{
    width: 50%;
    float: left;
    height: 100%;
    background: url("../images/index4_18.jpg");
    padding: 3rem 30 3rem 0;
    /*max-height: 460px;
    overflow: scroll;*/
}
.results .results_li:nth-child(2n) .lt{
    padding: 3rem 0 3rem 9%;
}
.results .results_li .rt{
    width: 50%;
    float: left;
    height: 100%;
}
.results .results_li .rt img{
    display: none;
}
.results .results_li:nth-child(2n) .rt,.results .results_li:nth-child(2n) .lt{
    float: right;
}
.results .results_li .lt .font36{
    color: #d3382a;
}
.results .results_li .lt .xian{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #999999;
    margin: 2rem 0;
}
.results .results_li .lt li{
    color: #333333;
    padding: 5px 0 5px 30px;
    position: relative;
}
.results .results_li .lt li:after{
    width: 10px;
    height: 10px;
    background-color: #d3382a;
    opacity: 0.8;
    position: absolute;
    content: '';
    left: 2px;
    top:50%;
    -moz-transform: translate3d(0,-50%, 0) rotate(45deg);
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
.next-perv{
    margin-top: 3rem;
    text-align: center;
}
.next-perv li{
    display: inline-block;
    padding: 0 3px;
}
.next-perv li a{
    padding: 5px 8px;
    color: #999999;
    font-size: 16px;
}
.next-perv li.active a,.next-perv li a:hover{
    border-bottom: 1px solid #d3382a;
    color: #d3382a;
}
.index{
    height: 100vh;
    padding-top: 80px;
}
.index .swiper-container{
    height: 100%;
}
.index .swiper-container .swiper-slide:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.3);
    top:0;
    left: 0;
}
.index .swiper-container .swiper-slide .container{
    position: relative;
    z-index:7;
    color: #fff;
}
.index .swiper-container .swiper-slide .container .font80{
    line-height: 1.1;
    margin-bottom: 3rem;
}
.index .swiper-container .swiper-slide .container .font18{
    line-height: 1.5;
}
.index  .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    opacity: 0.5;
    margin: 0 10px !important;
}
.index  .swiper-pagination-bullet-active{
    opacity: 1;
}
.index .swiper-pagination{
    bottom:50px;
}
.certificate .uls li{
    width: 25%;
    float: left;
    border: solid 1px #dddddd;
    padding: 35px;
    text-align: center;
}
.certificate .uls li img{
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.certificate .uls li .imgs{
    height:220px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    align-items: center;
}
.certificate .uls li .font18{
    line-height: 1.5;
    color: #333;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    height: 54px;
}
.news .uls li{
    width: 31.3333%;
    float: left;
    margin-left: 3%;
    margin-bottom: 20px;
}
.news .uls li a{
    display: block;
    padding: 8% 8% 8rem;
    position: relative;
}
.news .uls li:nth-child(3n + 1){
    margin-left: 0;
}
.news .uls li a .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(90deg,
    #d3382a 0%,
    #ffa29a 100%),
    linear-gradient(
            #a5c2e3,
            #a5c2e3);
    background-blend-mode: normal,
    normal;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.news .uls li a .font48{
    color: #333333;
    margin-bottom: 4rem;
}
.news .uls li a .font48 .font18{
    color: #666666;
}
.news .uls li a .font20{
    color: #333333;
    line-height: 2;
    margin-bottom: 7rem;
    /*word-break: keep-all;*/
    /*word-wrap: break-word;*/
    /*white-space: pre-wrap;*/
    /*text-align:justify;*/
    /*text-justify:inter-ideograph;*/
}
.newsDetiles .cont p{
    word-break: keep-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align:justify;
    text-justify:inter-ideograph;
}
.news .uls li a .imgs img:last-child{
    display: none;
}
.newsDetiles .titles{
    margin-bottom: 3rem;
}
.newsDetiles .titles .font36{
    color: #333333;
    margin-bottom: 10px;
}
.newsDetiles .titles p{
    color: #666666;
}
.nextPrev ul{
    position: relative;
    margin-top: 3rem;
    padding-right: 150px;
}
.nextPrev ul li a{
    color: #666666;
    display: block;
}
.nextPrev ul li{
    padding: 5px 0;
}
.nextPrev ul li:last-child a{
    border-radius: 4px;
    border: solid 1px #dddddd;
    color: #666666;
    font-size: 16px;
    padding: 10px 23px;
    position: absolute;
    top: 10px;
    right: 0;
}
.download .uls li a{
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 30px 60px 30px 30px;
    display: block;
}
.download .uls li a i{
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #aaaaaa;
    top:50%;
    -moz-transform: translate3d(0,-50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.download .uls li a .font18{
    color: #666666;
    text-align: justify;
}
.product .lt{
    width: 260px;
    float: left;
}
.product .lt li{
    margin-bottom: 1px;
}
.product .rt{
    width: calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    float: right;
}
.product .lt .tp{
    background: url("../images/pbg_08.png") no-repeat center;
    background-size: cover;
    padding: 20px 45px 20px 25px;
    position: relative;
    color: #fff;
    cursor: pointer;
}
.product .lt .tp i{
    position: absolute;
    right: 25px;
    top: 50%;
    -moz-transform: translate3d(0,-50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.product .lt .bm{
    background-color: #f9f9f9;
    padding: 15px 25px;
    display: none;
}
.product .lt .bm p{
    padding: 10px 0;
}
.product .lt .bm p a{
    color: #333333;
    display: block;
}
.product .lt .bm p.active a{
    color: #d23425;
}
.product .lt .tp.cur{
    background: url("../images/pbg1_05.png") no-repeat center;
    background-size: cover;
}
.product .lt .tp.cur i{
    -moz-transform: translate3d(0,-50%, 0) rotate(180deg);
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
    transform: translate3d(0, -50%, 0) rotate(180deg);
}
.product .rt .title .font36{
    color: #333333;
}
.product .rt .title div.font18{
    color: #666666;
    margin: 15px auto;
}
.product .rt .title p.font18{
    color: #666666;
    margin-bottom: 18px;
}
.product .rt .cuom{
    background-color: #f9f9f9;
    padding: 10px 60px;
    position: relative;
}
.cuom .swiper-container{
    text-align: center;
}
.cuom .swiper-container a{
    color: #333333;
    display: block;
}
.cuom .swiper-container .swiper-slide{
    height: 60px;
}
.cuom .swiper-container a.active{
    color: #d23425;
}
.product .rt .cuom .btns{
    width: 15px;
    height:34px;
    background-image: none;
    color: #333;
    font-size: 24px;
    margin-top: -17px;
}
.product .rt .cuom .btns:hover{
    color: #d3382a;
}
.product .rt .cuom .btns.swiper-button-prev{
    left: 40px;
}
.product .rt .cuom .btns.swiper-button-next{
    right: 40px;
}
.product .rt .cont{
    margin-top: 2rem;
}
.product .rt .cont .font24{
    color: #666666;
    margin-bottom: 20px;
    margin-top: 35px;
}
.product .rt .cont .font18{
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.product .rt .cont td{
    width: auto !important;
}
.product .rt .cont p img{
    height: auto !important;
}
.product .rt .cont table{
    width:100% !important;
    table-layout: fixed;
    word-break: break-all;
}
.service .title{
    margin-bottom: 4rem;
    padding-top: 18px;
}
.service .title .sete{
    color: #333333;
    position: relative;
    margin-bottom: 18px;
}
.service .title .sete img{
    position: relative;
    top:-23px;
}
.service .title p{
    color: #333333;
    line-height: 1.6;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align:justify;
    text-justify:inter-ideograph;
}
.serviceTab{
    background: url("../images/bbg_02.jpg") no-repeat center;
    background-size: cover;
}
.serviceTab li{
    display: inline-block;
    color: #fff;
    padding: 30px 80px;
    cursor: pointer;
}
.serviceTab li.active{
    background: url("../images/pbg1_05.png") no-repeat center;
    background-size: cover;
}
.serviceTab_list{
    display: none;
}
.serviceTab_list_top{
    padding: 3rem 0;
}
.serviceTab_list_top .font26{
    margin-bottom: 4rem;
    color: #333333;
}
.serviceTab_list_top .col-md-4{
    margin-bottom: 2.6rem;
}
.serviceTab_list_top .col-md-4 .cont{
    border: solid 1px #bfbfbf;
}
.serviceTab_list_top .col-md-4 .cont .imgs img{
    width: 100%;
}
.serviceTab_list_top .col-md-4 .cont .font20{
    color: #333333;
    text-align: center;
    height:100px;
}
.serviceTab_list_bom{
    background-color: #f9f9f9;
}
.serviceTab_list_bom .font26{
    color: #333333;
    margin-bottom: 20px;
}
.serviceTab_list_bom .font16{
    color: #666666;
    margin-bottom: 30px;
}
.introduction .lt{
    width: 47%;
    margin-right: 6%;
}
.introduction div.wid100{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.introduction .rt{
    width: 47%;
    padding: 4% 0 3%;
}
.introduction .lt img{
    display: none;
}
.introduction .lt .imgs{
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.introduction .rt .font36{
    color: #d33a2c;
    margin-bottom: 20px;
    position: relative;
}
.introduction .rt .font36:after{
    content: '';
    width: 100px;
    height: 3px;
    background-color: #d3382a;
    position: absolute;
    left: calc(-23.5%);
    top: 26px;
}
.introduction .rt p{
    color: #666666;
    line-height: 1.6;
    text-align: justify;
}
.introduction ul{
    margin-top: 3rem;
}
.introduction ul li{
    width: 25%;
    float: left;
    border-left: 1px solid #ddd;
    padding: 5% 2% 3%;
    position: relative;
}
.introduction ul li:after{
    width: 3px;
    height: 30px;
    background-color: #d3382a;
    border-radius: 2px;
    content: '';
    position: absolute;
    left: -2px;
    top:15%;
}
.introduction ul li .font30{
    color: #d3382a;
    margin-bottom: 5rem;
}
.introduction ul li p{
    color: #666666;
    line-height: 1.6;
}
.scontactCont{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: solid 1px #dddddd;
    overflow: hidden;
}
.scontactCont .lt{
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.scontactCont .rt{
    width: calc(50% + 15px);
    width: -webkit-calc(50% + 15px);
    padding: 6% 5% 6% 5%;
}
.scontactCont .rt .font36{
    color: #333333;
    margin-bottom: 2rem;
}
.scontactCont .rt li{
    position: relative;
    padding-left: 31px;
    color: #333333;
    /*margin-bottom: 20px;*/
    line-height: 2.2;
}
.scontactCont .rt li:last-child{
    margin-bottom: 0;
}
.scontactCont .rt li img{
    position: absolute;
    left: 0;
    top: 13px;
}
.contact li{
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    float: left;
    background-color: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 40px;
}
.contact li:nth-child(2n){
    float: right;
}
.contact li .imgs{
    position: relative;
}
.contact li .imgs span{
    position: absolute;
    color: #ffffff;
    background-color: rgba(191,68,68,0.8);
    bottom:0;
    left: 0;
    width: 300px;
    text-align: center;
    padding: 20px ;
}
.contact li .ct-nr{
    padding: 30px;
    height: 150px;
}
.contact li .ct-nr p{
    position: relative;
    padding-left: 31px;
    color: #666666;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact li .ct-nr p:last-child{
    margin-bottom: 0;
}
.contact li .ct-nr p img{
    position: absolute;
    left: 0;
    top: 3px;
}
.contactForm{
    background-color: #f8f8f8;
}
.contactForm .font30{
    color: #ab3628;
    margin-bottom: 5px;
    font-weight: bold;
}
.contactForm p.font20{
    color: #888888;
    margin-bottom: 20px;
}
.contactForm .form-group label{
    color: #888888;
}
.contactForm .form-group label span{
    color: #ab3628;
    margin-left: 5px;
    display: inline-block;
}
.contactForm .form-group .form-control1{
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e2e2e2;
    height: 50px;
}
.contactForm .form-group .form-control2{
    border: solid 1px #e2e2e2;
}
.contactForm .form-group{
    margin-bottom: 19px;
}
.contactForm .btn{
    background-color: #ab3628;
    border-radius: 3px;
    border: solid 1px #e2e2e2;
    color: #fff;
    padding: 8px 46px;
}



