html{ font-size:62.5%;}
*{ margin:0; padding:0;outline:none; -webkit-font-smoothing: antialiased; list-style: none; text-decoration: none;box-sizing: border-box}
html,body{ font-family:"微软雅黑",Microsoft YaHei; font-family: "Microsoft YaHei","微软雅黑" !important;/*兼容Opera*/ -webkit-text-size-adjust:none;text-align: justify; }
ul, ol{ margin: 0; padding: 0;}
img{border:none;max-width: 100%;height: auto;}
input,textarea{border:none; background:none; vertical-align:middle;font-family:"微软雅黑",Microsoft YaHei;}
select{vertical-align:middle; cursor:pointer; font-family:"微软雅黑",Microsoft YaHei; appearance:none;-moz-appearance:none;-webkit-appearance:none;}
a{ text-decoration:none;outline: none; -webkit-transition:all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;  transition: all 0.3s ease 0s;}
a:hover,a:focus{text-decoration:none;}
h2{
    font-size: 4.8rem;
}
h3{
    font-size: 3.4rem;
    color: #343434;
    text-align: center;
}
p{
    font-size: 1.6rem;
    line-height: 2em;
    color: #000;
}
.da{
    overflow: hidden;
}
.da img{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.da img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.pages{
    text-align: center;
    margin: 1rem auto 7rem;
}
.pages a{
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    background-color: #cdcdcd;
    display: inline-block;
    color: #fff;
}
.pages a:hover{
    background-color: #117fc4;
}
.pages span{
    display: inline-block;
    margin: 0 16px;
}
.titleabout{
    text-align: center;
    margin: 3rem auto;
}
.titleabout span{
    width: 60px;
    height: 5px;
    background-color: #117fc4;
    display: inline-block;
}
.title{
    position: relative;
    text-align: center;
}
.title h1{
    font-size: 7.2rem;
    position: absolute;
    letter-spacing: 1.4rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin: 0;
    top:-12px;
}
.title h3{
    font-size: 4.8rem;
    color: #000000;
    position: relative;
    z-index:2;
}
.title span{
    display: inline-block;
    width: 60px;
    height: 5px;
    background-color: #117fc4;
}
.more{
    text-align: center;
}
.more a{
    display: inline-block;
    margin: auto;
    width:150px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    border: solid 1px #117fc4;
    color: #117fc4;
    font-size: 1.8rem;
}
.more a:hover{
    background: #117fc4;
    color: #fff;
}
.headPc{
    background-color: rgba(0, 0, 0, 0.3);
    height: 100px;
    line-height: 100px;
}
.iponeHear{
    display: none;
}
.headPc .navbar-right ul{
    text-align: right;
}
.headPc .navbar-right ul li{
    display: inline-block;
}
.headPc .navbar-right ul li a{
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}
.headPc .abts{
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    left: 0;
}
.headPc .abts .container{
    padding-right: 200px;
}
.headPc .navbar-right ul li a.active,
.headPc .navbar-right ul li a:hover{
    color: #117fc4;
}
.headPc .navbar-right ul li ul li.active a,
.headPc .navbar-right ul li ul li a:hover{
    color: #117fc4;
}
.banner{
    position: relative;
}
.banner .swiper-container{
    display: block;
    height: 100%;
}
.banner .swiper-container .container{
    display: table;
    height: 100%;
}
.banner .swiper-container .container .cont{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner .swiper-container .container .cont .top h2{
    color: #1ea0f2;
    font-size: 8rem;
}
.banner .swiper-container .container .cont .top span{
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #1ea0f2;
    margin: 3%;
}
.banner .swiper-container .container .cont .bom{
    font-size: 3rem;
    letter-spacing: 6px;
    color: #ffffff;
}
#header{
    position: fixed;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
}
.window-next{
    position: absolute;
    bottom: 120px;
    z-index: 1;
    left: 50%;
    margin-left: -14px;
    cursor: pointer;
    -webkit-animation: -webkit-scroll 4s infinite ease-in-out;
    -moz-animation: -moz-scroll 4s infinite ease-in-out;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}
@keyframes -webkit-scroll {
    0%,40% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
    }

    60%,90% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(4px);
    }
}

@keyframes -moz-scroll {
    0%,40% {
        opacity: 0;
        -moz-transform: translateY(-8px);
    }

    60%,90% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(4px);
    }
}

.solution .title h1,.index_product .title h1,.index_news .title h1{
    color: #f1f1f1;
}
.solution .swiper-container2 .swiper-slide{
    text-align: center;
}
.solution .swiper-container2 .swiper-slide p:nth-child(2){
    color: #000;
    font-size: 1.8rem;
    margin: 40px auto 30px;
}
.solution .swiper-container2 .swiper-slide p:nth-child(3){
    line-height: 24px;
    font-size: 1.4rem;
    height: 45px;
    color: #000;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
}
.solution .swiper-container2 .swiper-slide:hover .moreS {
    background: url("../images/more_12.png") no-repeat center;
    background-size: 100% 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 40px;
    color: #fff;
    font-size: 1.8rem;
}
.index_news li a:hover .moreSs .moreS{
    background: url("../images/indbg_03.png") no-repeat center;
    background-size: 100% 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 40px;
    color: #fff;
    font-size: 1.8rem;
}
.index_news li a:hover p:nth-child(2){
    color: #117fc4;
}
.moreS{
    height: 10px;
    background-color: #e2e8ee;
    transition: all .6s ;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-container2{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 5rem auto 3rem;
}
.moreSs{
    height: 50px;
    position: relative;
}
.solution .swiper-container2 .swiper-slide a{
    display: block;
}
.solution .swiper-pagination{
    left: 50%;
    margin-left: -58px;
    bottom: 6%;
}
.solution .swiper-pagination span{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #e2e8ee;
    margin: 10px;
}
.solution .swiper-pagination  .swiper-pagination-bullet-active{
    width: 60px;
    height: 16px;
    background: url("../images/dian_16.png") no-repeat center;
    background-size: cover;
}
.solution .cont{
    position: relative;
    top:-100px;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(17, 127, 196, 0.2);
    padding: 4% 3% 7%;
    z-index:1;
}
.index_product .container{
    overflow: hidden;
}
.index_product ul{
    display: inline-block;
    margin: 4rem auto;
}
.index_product ul li{
    display: inline-block;
    width: 23%;
    margin-right: 2.66666%;
    float: left;
}
.index_product ul li:last-child{
    margin-right: 0;
}
.index_product ul li .p1{
    background-color: #e2e8ee;
    font-size: 1.6rem;
    padding: 5% 10%;
    text-align: center;
}
.index_product ul li p{
    line-height: 1.8em;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
}
.index_product ul li:nth-child(2),
.index_product ul li:nth-child(4){
   position: relative;
    top:80px;
}

.index_product .more{
    margin: 5% 0;
}
.index_about{
    background: url("../images/aboutbg_23.png") no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.index_about .title h1{
    color: rgba(241,241,241,0.1);
}
.index_about .title h3{
    color: #fff;
}
.index_about .title span{
    background: #fff;
}
.index_about .cont{
    color: #f1f1f1;
    font-size: 1.6rem;
    line-height: 1.8em;
    width: 80%;
    margin: 5% auto;
    text-align: center;
}
.index_about ul{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.index_about ul li{
    width: 20%;
    float: left;
    color: #f1f1f1;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 4%;
    position: relative;
}
.index_about ul li p{
    color: #fff;
}
.index_about ul li span:first-child{
    font-size: 6rem;
    line-height: 1em;
    height:80px;
    display: inline-block;
}
.index_about ul li span:nth-child(2){
    position: absolute;
    top:0;
    font-size: 30px;
    line-height: 1em;
}
.index_about .more{
    margin-top: 30px;
}
.index_about .more a{
    border-color: #fff;
    color: #fff;
}
.index_about .more a:hover{
    border-color: #117fc4;
}
.index_news{
    overflow: hidden;
}
.index_news ul{
    display: inline-block;
    width: 100%;
}
.index_news ul li{
    float: left;
    width: 31%;
    margin-left: 2.33333%;
}
.index_news ul li:first-child{
    margin-left: 0;
}
.index_news ul li p span:first-child{
    color: #000;
    font-size: 6rem;
}
.index_news ul li p span:last-child{
    color: #8e8d8d;
    font-size: 14px;
}
.index_news ul li p:nth-child(2){
    color: #000000;
    font-size: 2.4rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 3rem;
}
.index_news ul li p:nth-child(3){
    color: #535353;
    font-size: 1.6rem;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    margin-bottom: 2rem;
}
.index_news .title{
    margin: 8rem 0;
}
.index_news .more{
    margin: 5rem auto;
}
.index_contact ul{
    display: inline-block;
    width: 100%;
    margin-top: 5rem;
}
.index_contact ul li{
    width: 25%;
    float: left;
    padding: 0 2%;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
}
.index_contact ul li img{
    margin-bottom: 1rem;
}
.index_contact ul li:hover img,
#about3 ul li:hover img{
    -webkit-animation: roll 1s;
    -moz-animation: roll 1s;
}
@keyframes roll {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    80%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes roll {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    80%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes roll {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    80%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes roll {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    80%{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.index_contact ul li div{
    margin-bottom: 2rem;
}
.index_contact ul li p{
    color: #fff;
}
.index_contact{
    padding: 5rem 0;
}
.index_contact .title{
    margin: 5rem auto;
}
.index_contact .title h1{
    color: rgba(241, 241, 241, 0.1);
}
.index_contact .title h3{
    color: #fff;
}
.index_contact .title span{
    background: #fff;
}
.index_contact .form-inline{
    margin: 5rem auto;
}
.index_contact .form-inline .form-group input{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.index_contact .form-inline .form-group.col-md-12{
    text-align: center;
    margin: 4rem auto;
}
.index_contact .form-inline .form-group.col-md-12 button{
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 150px;
    text-align: center;
    height: 50px;
    font-size: 1.8rem;
}
.index_contact .form-inline .form-group.col-md-12 button:hover{
    background: #117fc4;
    border:1px solid #117fc4;
}
.footer{
    height: 80px;
    line-height: 80px;
    background-color: #1a2126;
    font-size: 14px;
    color: #bebebe;
    text-align: center;
}
/*关于我们*/
.bannerAll{
    height: 640px;
    display: table;
    width: 100%;
}
.bannerAll .cont{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.bannerAll .cont h2{
    color: #ffffff;
    font-size: 4.8rem;
}
.bannerAll .cont p{
    font-size: 2.4rem;
    color: #fff;
}
.more_rt{
    color: #117fc4;
}
#about1{
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
}
#about1 .col-md-6 span{
    width: 60px;
    height: 5px;
    background-color: #117fc4;
    margin: 1rem 0;
    display: inline-block;
}
#about1 .col-md-6 h2{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.more_rt1{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background: rgba(0,0,0,.5);
}
.more_rt1 .cont{
    position: relative;
    top:200px;
    width: 60%;
    margin: auto;
    background: #fff;
    padding: 30px;
}
.more_rt1 .cont img{
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
}
.more_rt1 .cont img:hover{
    opacity: .9;
}
.more_rt1 .cont div{
    overflow: auto;
    overflow-x: hidden;
    height: 250px;
    padding-right: 20px;
}
.more_rt1 .cont div::-webkit-scrollbar{
    width: 5px;
}
.more_rt1 .cont div::-webkit-scrollbar-thumb{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #117fc4;
}
.more_rt1 .cont div::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    width: 2px;
 }
#about2{
    background-color: #f4f4f4;
    padding-top: 5rem;
}
#about2 .container{
    width: 100%;
}
#about2 .row{
    overflow: hidden;
}
#about2 .row .col-md-4{
    position: relative;
    padding: 0;
}
#about2 .row .col-md-4 .da img{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#about2 .row .col-md-4 .cont{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15% 15% 5%;
    text-align: center;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
#about2 .row .col-md-4:hover .cont{
    opacity: 1;
}
#about2 .row .col-md-4:hover .da img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#about2 .row .col-md-4 .cont p{
    color: #fff;
    position: relative;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    opacity: 0;
}
#about2 .row .col-md-4:hover .cont p{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
#about2 .row .col-md-4 .cont img{
    position: relative;
}
#about2 .row .col-md-4 .cont:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    position: absolute;
    top:0;
    left: 0;
}
#about2 .row .col-md-4 .cont p:nth-child(2){
    font-size: 2.4rem;
}
#about3{
    padding: 5rem 0;
}
#about3 ul{
    display: inline-block;
    width: 100%;
}
#about3 ul li{
    float: left;
    width: 25%;
    border: 1px solid #e9e9e9;
    margin: -1px;
    overflow: hidden;
}
#about3 ul li img{
    width: 100%;
}
.viewMore{
    display: inline-block;
    margin: 2rem auto;
    text-align: center;
    color: #848484;
}
.viewMore span{
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.3, #fff), color-stop(0.5, #848484), color-stop(0.7, #fff), color-stop(1, #fff));
    -webkit-animation: slidetounlock 5s linear infinite;
    animation: slidetounlock 5s linear infinite;
}
@-webkit-keyframes slidetounlock {
    0% {
        background-position: -100px 0;
    }
    80% {
        background-position: 68px 0;
    }
    100% {
        background-position: 100px 0;
    }
}
@keyframes slidetounlock {
    0% {
        background-position: -100px 0;
    }
    80% {
        background-position: 68px 0;
    }
    100% {
        background-position: 100px 0;
    }
}
.viewMore:hover{
    color: #117fc4;
}
#about4{
    overflow: hidden;
}
#about4 .col-md-6{
    padding: 5rem 0 5rem 7rem;
}
#about4 .col-md-6:first-child .titleabout h2{
    color: #fff;
}
#about4 .col-md-6:first-child .titleabout span{
    background: #fff;
}
#about4 .col-md-6 p{
    color: #fff;
}
#about4 .container{
    width: 100%;
}
#about4 .col-md-6:last-child{
    background: rgba(0,0,0,.4);
}
/*产品*/
#product{
    background: #f4f4f4;
    position: relative;
}
#product .container{
    position: relative;

}
#product .ptTab{
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    display: inline-block;
    position: absolute;
    top:-100px;
    margin-left: 15px;
    overflow: hidden;
}
#product .ptTab li{
    width: 16.66666666%;
    float: left;
    height: 100px;
    line-height: 100px;
    border-left:1px solid #dfdfdf;
    overflow: hidden;
}
#product .ptTab li:first-child{
    border-left: none;
}
#product .ptTab li a{
    color: #656565;
    font-size: 1.8rem;
    display: block;
    text-align: center;
    background-color: #ffffff;
}
#product .ptTab li.active a,#product .ptTab li:hover a{
    color: #117fc4;
    border-top: 5px solid #117fc4;
}
#product .product_cont{
    margin-top: 4rem;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#product .product_cont .col-md-4{
    margin-bottom: 30px;
}
#product .product_cont .col-md-4 a{
    background-color: #ffffff;
    display: block;
}
#product .product_cont .bot{
    padding: 20px;
    border-top:1px solid #e8e8e8;
}
#product .product_cont .bot p:first-child{
    margin-bottom: 0px;
    line-height: 1em;
    font-size: 1.6rem;
}
#product .product_cont .bot p:nth-child(2){
    color: #848484;
    font-size: 1.6rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#product .product_cont .bot .more_rt{
    font-size: 1.8rem;
}
#product .product_cont .col-md-4 a:hover p{
    color: #117fc4;
}
#product .product_cont .col-md-4 a:hover .da img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product_list .top{
    background: #f3f3f3;
    padding: 5rem 0;
}
#header_list #header{
    position: relative;
    background-color: #202324;
}
.nanebd{
    width: 80%;
    margin: auto;
}
.product_list .nanebd .col-md-7{
    padding-left: 8rem;
}
.product_list .top .nanebd{
    overflow: hidden;
}
.product_list .top h3{
    font-size: 3rem;
    text-align: left;
}
.product_list .top .sp{
    color: #474747;
    font-size: 2.4rem;
}
.product_list .top ul{
    margin-top: 5rem;
}
.product_list .top li{
    margin-bottom: 1rem;
}
.product_list .top li img{
    margin-right: 1.6rem;
}
.product_list .top li span{
    color: #474747;
    font-size: 1.6rem;
}
.product_list .oduce{
    border-bottom: 1px solid #eaeaea;
}
.product_list .oduce a{
    color: #474747;
    font-size: 1.6rem;
    padding: 16px 0;
    margin-right: 40px;

    display: inline-block;
}
.product_list .oduce a.active{
    color: #117fc4;
    border-bottom: 3px solid #117fc4;
}
.product_list .bom .oduceList{
    padding: 4rem 0;
}
.product_list .bom .oduceList .list{
    display: none;
}

.product_list .bom .oduceList p{
    color: #454545;
    font-size: 1.6rem;
    margin-bottom: 3rem;
}
.product_list .bom .oduceList .imhg{
    text-align: center;
}
.product_list .bom .swiper-container3{
    overflow: hidden;
    position: relative;
}
.product_list .bom .qitapt{
    height: 60px;
    background-color: #f3f3f3;
    line-height: 60px;
    color: #454545;
    font-size: 2.4rem;
    padding-left: 22px;
    margin: 5rem 0;
}
.product_list .bom .con{
    position: relative;
}
.product_list .bom .con .swiper-button-prev{
    background-image: url("../images/ptl_18.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    left: -100px;
}
.product_list .bom .con .swiper-button-next{
    background-image: url("../images/ptr_18.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    right: -100px;
}
.product_list .bom .swiper-container3 .swiper-slide p{
    background: #e2e8ee;
    padding: 12px 20px;
    line-height: 24px;
}
#solution{
    background: #f4f4f4;
    padding: 8rem 0 2rem;
}
#solution .col-md-4{
    margin-bottom: 3rem;
    position: relative;
}
#solution .col-md-4 .cont{
    position: relative;
}
#solution .col-md-4 a .cont:before{
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#solution .col-md-4 .cont p{
    position: absolute;
    top:50%;
    color: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
#solution .col-md-4 .contlist{
    height: 70px;
    line-height: 70px;
    position: relative;
}
#solution .col-md-4 .cont2{
    text-align: center;
    background: #ffffff;
    font-size: 1.8rem;
    color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity:1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#solution .col-md-4 a:hover .cont:before{
    opacity:1;
}
#solution .col-md-4 a:hover .cont p{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
#solution .col-md-4 a .cont3{
    opacity:0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: url("../images/more_12.png") no-repeat center;
    background-size: 100% 100%;
    padding-left: 20px;
    font-size: 1.8rem;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#solution .col-md-4 a:hover .cont2{
    opacity: 0;
}
#solution .col-md-4 a:hover .cont3{
    opacity:1;
}
.solution_list{
    background: #f2f2f2;
    padding: 6rem 0;
}
.solution_list .cont{
    background: #fff;
    padding: 30px 6%;
}
.solution_list .cont .tise{
    padding: 15px;
    background-color: #f2f2f2;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.solution_list .listA{
    position: relative;
    margin-top: 20px;
}
.solution_list .listA a{
    color: #454545;
    font-size: 1.6rem;
}
.solution_list .listA a:nth-child(1):hover,
.solution_list .listA a:nth-child(3):hover{
    color: #117fc4;
}
.solution_list .listA a:last-child{
    float: right;
}
.solution_list .listA a:nth-child(2){
    position: absolute;
    left:50%;
    margin-left: -9px;
}
.solution_list .listA a:nth-child(2) img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.solution_list .listA a:nth-child(2):hover img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
/*新闻*/
#news {
    background: #f2f2f2;
    position: relative;
}
#news .container{
    position: relative;
}
#news .newsS{
    position: absolute;
    top:-100px;
    width: 100%;
    background: #fff;
    display: inline-block;
    overflow: hidden;
}
#news .newsS li{
    width: 50%;
    float: left;
    border-left:2px solid #eaeaea;
    line-height: 95px;
    text-align: center;
    overflow: hidden;
}
#news .newsS li a{
    color: #484848;
    font-size: 1.8rem;
    display: block;
    border-top: 5px solid #fff;
}
#news .newsS li.active a,#news .newsS li:hover a{
    color: #117fc4;
    border-top: 5px solid #117fc4;
}
#news .newsS li:first-child{
    border-left:none;
}
#news .newsList{
    margin: 6rem 0 0;
    overflow: hidden;
}
#news .newsList ul{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#news .newsList ul li{
    width: 31.3333%;
    float: left;
    background: #fff;
    position: relative;
}
#news .newsList ul li:nth-child(2){
    margin: 0 3%;
}
#news .newsList ul li .cont{
    position: relative;
}
#news .newsList ul li .cont:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity:0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#news .newsList ul li .cont .con{
    position: absolute;
    top:0;
    left: 0;
    padding: 5% 7%;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
#news .newsList ul li .cont .con p{
    color: #fff;
}
#news .newsList ul li .cont .con p:first-child{
    font-size: 2.4rem;
    margin-bottom: 5%;
}
#news .newsList ul li .cont .con p:last-child{
    font-size: 1.4rem;
}
#news .newsList ul li .newsMore{
    padding: 16px 7% 10px;
    color: #000;
    font-size: 1.8rem;
    height: 100px;
    position: relative;
}
#news .newsList ul li .newsMore p:first-child{
    opacity:1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#news .newsList ul li .newsMore p:last-child{
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100px;
    padding-left: 30px;
    font-size: 1.8rem;
    color: #fff;
}
#news .newsList ul li a:hover .newsMore{
    background: url("../images/new_08.png") no-repeat center;
    background-size: cover;
}
#news .newsList ul li a:hover .newsMore p:first-child{
    opacity:0;
}
#news .newsList ul li a:hover .newsMore p:last-child{
    opacity: 1;
}
#news .newsList ul li a:hover .cont .con{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
#news .newsList ul li a:hover .cont:hover:before{
    opacity: 1;
}
#news .newsList .newsList_con{
    display: none;
}
#news .newsList .newsList_con.active{
    display: block;
}
#news .newsList .newsList_con .row{
    margin: 5rem -15px 2rem;
}
#news .newsList .newsList_con .col-md-6{
    margin-bottom: 30px;
}
#news .newsList .newsList_con .col-md-6 a{
    display: block;
    border: solid 1px #d9d9d9;
    padding: 20px;
    position: relative;
}
#news .newsList .newsList_con .col-md-6 .shijian{
    display: inline-block;
    position: absolute;
    right: 20px;
    top:30px;
    background: #d2d2d2;
    color: #fff;
    padding: 8px;
}
#news .newsList .newsList_con .col-md-6 p:first-child{
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
#news .newsList .newsList_con .col-md-6 p:nth-child(2){
    font-size: 1.8rem;
    color: #117fc4;
    line-height: 1em;
    margin-bottom: 0;
}
#news .newsList .newsList_con .col-md-6 .shijian p{
    color: #656565;
    text-align: center;
    line-height: 1em;
    margin-bottom: 5px;
    font-size: 3rem;
}
#news .newsList .newsList_con .col-md-6 .shijian span{
    font-size: 14px;
    color: #656565;
}
#news .newsList .newsList_con .col-md-6 a:hover p:first-child{
    color: #117fc4;
}
#news .newsList .newsList_con .col-md-6 a:hover .shijian{
    background: #117fc4;
}
#news .newsList .newsList_con .col-md-6 a:hover .shijian p,
#news .newsList .newsList_con .col-md-6 a:hover .shijian span{
    color: #fff;
}
/*联系我们*/
#contactUs{
    background: #f4f4f4;
    position: relative;
}
#contactUs .topCont{
    background: #fff;
    padding: 3%;
    position: relative;
    top:-100px;
    overflow: hidden;
}
#contactUs .topCont .cont{
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
}
#contactUs .topCont .cont h4{
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    line-height: 1em;
    margin-top: 0;
}
#contactUs .topCont .cont p{
    color: #4d4d4d;
    font-size: 1.6rem;
    margin-bottom: 0px;
}
#contactUs .topCont .cont .col-md-5{
    padding-left: 20px;
    position: relative;
}
#contactUs .topCont .cont .col-md-5:before{
    content: '';
    width: 1px;
    height: 85px;
    background-color: #9b9b9b;
    position: absolute;
    left: 0;
    top:0;
}
#contactUs .formS{
    width: 50%;
    margin:auto;
}
#contactUs .formS .wqz{
    text-align: center;
    margin-bottom: 3rem;
}
#contactUs .formS .wqz h1{
    color: #000;
    font-size: 4.8rem;
}
#contactUs .formS .wqz span{
    width: 60px;
    height: 5px;
    background-color: #117fc4;
    display: inline-block;
}
#contactUs .formS label{
    font-size: 1.6rem;
}
#contactUs .formS input.form-control{
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
}
#contactUs .formS .col-xs-12{
    margin-bottom: 2rem;
}
#contactUs .formS button{
    width: 100%;
    background: url("../images/ls4_13.png") no-repeat center;
    background-size: cover;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    color: #fff;
    border: none;
    margin-bottom: 5rem;
}
#contactUs .formS button:hover{
    opacity: .9;
}










