﻿@charset "utf-8";
@import url(dll.css);
@import url(module.css);
@import url(global.css);
@import url(/onlinecss/onlineeditor.css);
@import url(ddsmoothmenu.css);
@import url(animate.css);
/* 首页部分开始 */
body{
    background: #f6f6f6;
}

.header{
    background: url(../Images/header_bg.jpg);
  	background: #fff;
    background-repeat: no-repeat!important;
    background-size: cover;
    position: relative;
    z-index: 9999999999;
}
.contents{width: 1200px; margin: 0 auto;overflow: hidden;position: relative;}
.header .contents{overflow: visible;}
.i_nav{
    float: right;
    width: 63.583333333333336%;
    z-index: 999;
    position: absolute;
    left: 29.541666666666664%;
    display: block;
    height: 75px;
}
.logo{float: left;width: 35%;height: 68px;margin-top: 17px;}
.logo a{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
}
.logo img{
    height: auto;
}
.i_nav li{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.i_nav li a{
    font-size: 18px;
  	font-weight: 700;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    padding: 10px 0;
    color: #4a4a4a;
}
.i_nav li a:hover{
    font-size: 18px;
    color: #4a4a4a;
    border-style: solid;
    border-width: 2px;
    border-color: #0063a9;
    height: 40px;
    line-height: 12px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    background: transparent;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.i_banner_box img{
    width: 100%;
    height: auto;
}
.layout{
    margin-top: 90px;
    margin-bottom: 80px;
    overflow: hidden;
}
.layout .imges{
    width: 49.166666666666664%;
    /*height: 331px;*/
    float: left;
}
.layout .text .single_title{
    font-size: 24px;
    color: #155cd3;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    margin-bottom: 10px;
}
.layout .text{
    float: left;
    width: 47%;
    margin-left: 46px;
}
.layout .text .single_title span{
    font-size: 36px;
    color: #155cd3;
    font-weight: bold;
}
.layout .text .single_text{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    margin-bottom: 16px;
}
.layout .text .contact{
    font-size: 20px;
    color: #666666;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    float: left;
    margin-left: 50px;
}
.layout .text .icon{
    float: left;
  	line-height: 72px;
}
.layout .text .single_text12{
    float: left;
    font-size: 16px;
    line-height: 64px;
    color: #666666;
  	margin-left: 20px;
}
.layout2{
    overflow: hidden;
    margin-bottom: 80px;
}
.layout2 li{
    width: 20%;
    float: left;
    text-align: center;
}
.layout2 li .imge{
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.layout2 li .introduce{
    width: 99%;
    height: 100px;
    border-right: 2px solid #dbdbdb;
}
.layout2 li:last-child .introduce{
    border-right: 0;
}
.layout2 li .introduce .many{
    font-size: 40px;
    color: #0063a9;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
}
.layout2 li .introduce .many span{
    font-size: 24px;
    text-align: left;
    color: #155cd3;
    font-weight: 700;
}
.layout2 li .introduce h3{
    font-size: 16px;
    text-align: center;
    color: #666666;
}
.product h3{
    text-align: center;
    font-size: 32px;
    color: #155cd3;
    line-height: 1.8;
    height: 57px;
}
.product p{
    font-size: 20px;
    text-align: center;
    color: #999999;
    line-height: 1.8;
    position: relative;
}
.product p::before{
    content:'';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #155cd3;
    position: absolute;
    top: 20px;
    right: 58%;
}
.product p::after{
    content:'';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #155cd3;
    position: absolute;
    top: 20px;
    left: 58%;
}
.service-list{
    position: relative;
}
.service-list .swiper-slide{
    margin-bottom: 35px;
    background: #ffffff;
}
.service-list .swiper-slide .pic{
    width: 100%;
    overflow: hidden;
}
.service-list .swiper-slide .pic img{
    width: 100%;
}
.service-list{
    margin-top: 40px;
    margin-bottom: 80px;
}

.service-list .swiper-slide .text{
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    line-height: 1.4;
    width: 100%;
  	margin-top: 15px;
  	white-space: nowrap;
}
.service-list .swiper-button-next,.service-list .swiper-button-prev{
    color: #000;
}
.service-list .swiper-slide .pro_button{
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
  	display: none;
}
.service-list .swiper-slide .pro_button a{
    font-size: 18px;
    background: #ffffff;
    color: #2b55ff;
    display: block;
    padding: 9px 15px;
}
.rol01{
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    cursor: pointer;
    top: 38%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    opacity: 1;
    z-index: 999999;
    display: none;
}
.rol01 a{
    display: block;
    width: 40px;
    height: 40px;
}
.service-list .left{
    left: 1px;
    background: url(../Images/arrow_left.png) no-repeat center center !important;
    background-size: auto 80%;
}
.service-list .right{
    right: 1px;
    background: url(../Images/arrow_right.png) no-repeat center center !important;
    background-size: auto 80%;
}
.service-list:hover .rol01{
    display: block;
}
.quality{
    background: url(../Images/quality_bg.jpg);
  	background: url(/upload/ueditor/image/20231104/16990840561316922.jpg);
    background-repeat: no-repeat!important;
    background-size: cover;
}
.quality .quality_title{
    width: 100%;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    margin-top: 90px;
}
.quality .quality_infos{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.8;
    font-family: Microsoft YaHei;
}
.quality .quality_code{
    width: 24%;
    /*background: #ffffff;*/
    text-align: center;
    font-size: 32px;
    color: #fff;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    margin: 0 auto;
    margin-bottom: 90px;
    position: relative;
    top: 25px;
}
.introduction h3{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #2b55ff;
    line-height: 1.8;
    font-family: Microsoft YaHei;
    margin-top: 20px;
}
.introduction p{
    font-size: 20px;
    text-align: center;
    color: #999999;
    line-height: 1.8;
    position: relative;
}
.introduction p::before{
    content: '';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #2b55ff;
    position: absolute;
    top: 20px;
    right: 60%;
}
.introduction p::after{
    content: '';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #2b55ff;
    position: absolute;
    top: 20px;
    left: 60%;
}
.introduction ul{
    margin-top: 30px;
    overflow: hidden;
}
.introduction li{
    width: 23.25%;
    height: 185px;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.introduction li .tipsText{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    transform: scale(.85);
    font-size: 36px;
    color: transparent;
    text-align: center;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
}
.introduction li:hover .tipsText{
    display: block !important;
    transform: scale(1);
   -webkit-transform: scale(1);
}
.introduction li .tipsText span{
    display: block;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 100px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.introduction li:first-child{
    width: 73%;
    height: 583px;
    margin-right: 45px;
}
.introduction li:first-child img{
    height: 583px;
}
.introduction li:first-child .tipsText span{
    font-size: 36px;
    top: 284px;
}
.introduction li img{
    width: 100%;
    height: 186px;
}
.news{
    margin-top: 20px;
    margin-bottom: 110px;
}
.news .title{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #155cd3;
    line-height: 1.8;
    font-family: Microsoft YaHei;
}
.news .biubiubiu{
    font-size: 20px;
    text-align: center;
    color: #999999;
    line-height: 1.8;
    position: relative;
    margin-bottom: 30px;
}
.news .biubiubiu::before{
    content: '';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #155cd3;
    position: absolute;
    top: 20px;
    right: 60%;
}
.news .biubiubiu::after{
    content: '';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #155cd3;
    position: absolute;
    top: 20px;
    left: 60%;
}
.news li{
    float: left;
    width: 47%;
}
.news li:first-child .newCont{
    display: none;
}
.news li:first-child .pic{
    display: block !important;
}
.news li:first-child{
    width: 48%;
    height: 579px;
    margin-right: 50px;
}
.news li:first-child .pic img{
    width: 100%;
    height: 579px;
}
.news li .news_topic{
    line-height: 1.4;
    font-size: 16px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}
.news li .news_time{
    line-height: 2;
    padding-top: .5em;
    color: #888;
    font-size: 14px;
}
.news li .news_infos{
    padding: .6em .6em .6em 0;
    color: #888;
    font-size: 12px;
    line-height: 1.6;
    height: 26px;
    overflow: hidden;
  	white-space: nowrap;
}
.news li .show_all a{
    display: inline-block;
    margin-top: .4em;
    font-size: 12px;
    color: #fff;
    padding: 4px 10px;
    background: #155cd3;
    text-decoration: none;
}
.footer{background: linear-gradient(90deg,rgba(3,186,255,1),rgba(43,85,255,1));
			background: #155cd3;
}
.footer .fot-logo{
    float: left;
    width: 22.833333333333332%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.footer .fot-nav{
    width: 77%;
    float: left;
    margin-top: 30px;
}
.footer .fot-nav .nav1{
    width: 33.333%;
    float: left;
}
.footer .fot-nav .nav2{
    width: 33.333%;
    float: left;
}
.footer .fot-nav .nav3{
    width: 30.333%;
    float: left;
}
.footer .fot-nav .nav1 li{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    font-family: Microsoft YaHei;
}
.footer .fot-nav .nav1 li:first-child{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.footer .fot-nav .nav1 li:first-child:after{
    content: '';
    width: 20%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
}
.footer .fot-nav .nav2 li{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    font-family: Microsoft YaHei;
}
.footer .fot-nav .nav2 li:first-child{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.footer .fot-nav .nav2 li:first-child:after{
    content: '';
    width: 20%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
}
.footer .fot-nav .nav3 li{
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.footer .fot-nav .nav3 li:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
.footer .fot-nav .nav3 li img{
    width: 100%;
    height: 100%;
}
.footer .fot-nav .nav3 li:first-child{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    float: none;
    width: 100%;
    height: 32px;
}
.footer .fot-nav .nav3 li:first-child:hover{
    transform: scale(1);
    -webkit-transform: scale(1)
}
.footer .fot-nav .nav3 li:first-child:after{
    content: '';
    width: 20%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
}
.footer .txt{
    padding: 10px 0;
}
.txt .contents p{
    text-align: center;
    color: #fff;
}
.service-list li .pro_button a:hover{
    background: linear-gradient(90deg,rgba(3,186,255,1),rgba(43,85,255,1));
    color: #ffffff;
}
.title_menu{
    position: relative;
    line-height: 56px;
    height: 56px;
    color: #8a8c8e;
    text-align: left;
}
.title_menu .text{
    background: url(../Images/icon_home.png) left center no-repeat;
    padding-left: 22px;
}
.banner_1{
    position: relative;
    width: 100%;
}
.banner_1 img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.product-list{
    overflow: hidden;
    margin-top:20px;
}
.product-list li{
    margin-bottom: 35px;
    background: #ffffff;
    width: 20.75%;
    height: 246px !important;
    margin-right: 58px;
    float: left;
}
.product-list li:nth-child(4){
    margin-right: 0;
}
.product-list li:nth-child(8) {
    margin-right: 0;
}
.product-list li:nth-child(12) {
    margin-right: 0;
}
.product-list li:nth-child(16) {
    margin-right: 0;
}
.product-list li:nth-child(20) {
    margin-right: 0;
}
.product-list li .pic{
    width: 100%;
    overflow: hidden;
    height: 172px;
}
.product-list li .pic img{
    width: 100%;
    height: 100%;
}
.product-list li .text{
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    line-height: 1.4;
    width: 100%;
}
.product-list li .pro_button{
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
  	display: none;
}
.product-list li .pro_button a{
    font-size: 18px;
    background: #ffffff;
    color: #2b55ff;
    display: block;
    padding: 9px 15px;
}
.product-list li .pro_button a:hover{
    background: linear-gradient(90deg,rgba(3,186,255,1),rgba(43,85,255,1));
    color: #ffffff;
}
.sidebar_l li{
    display: inline-block;
    width: 160px;
    margin-top: 20px;
}
.sidebar_l li a{
    display: inline-block;
    width: 152px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #333333;
    background: #FFF;
  	overflow: hidden;
  	white-space: nowrap;
    text-overflow: ellipsis;
}
.sortnavul li a:hover{
    border: 1px solid #002d6b;
    background: #002d6b;
    color: #FFF;
}
.sidebar_l{}
.news_list{margin-top: 20px;}
.news_list>ul {
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 20.65%;
    float: left;
    margin-bottom: 3%;
    margin-right: 58px;
}
.news_list li:nth-child(4){
    margin-right: 0;
}
.news_list li:nth-child(8){
    margin-right: 0;
}
.news_list li .pic img{
    width: 100%;
    height: 264px;
}
.producttitle{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list li .newCont .news_topic{
    font-size: 16px;
  	color: #333;
}
.news_list li .newCont .news_infos{
    height: 66px;
  	overflow: hidden;
    text-overflow: ellipsis;
}
.news_list li .newCont .news_topic a{
    margin: 10px 0;
}
.news_list li .newCont .news_topic h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.news_list li .newCont .news_infos p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.news_list li .newCont .news_time{
    width: 100%;
    line-height: 2;
    padding-top: 5px;
}
.news_list li .newCont .show_all{
    width: 100%;
    margin-top: .5em;
}
.news_list li .newCont .show_all a{
    color: #ffffff;
    font-size: 16px;
    background: #002d6b;
    display: block;
    margin-top: .4em;
    text-decoration: none;
    border: 1px solid #ddd;
    text-align: center;
    padding: .4em;
}
.single_container{
    background: #fff !important;
}
.remark1 .single_title{
    text-align: center;
    font-size: 32px;
    color: #002d6b;
    line-height: 1.8;
    height: 57px;
}
.remark1 .single1{
    font-size: 20px;
    text-align: center;
    color: #999999;
    line-height: 1.8;
    position: relative;
}
.remark1 .single1::before{
    content: '';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #002d6b;
    position: absolute;
    top: 20px;
    right: 62%;
}
.remark1 .single1::after{
    content: '';
    width: 7.5%;
    height: 2px;
    box-sizing: border-box;
    background: #002d6b;
    position: absolute;
    top: 20px;
    left: 62%;
}
.remark1 .layout .imges img{
    width: 100%;
}
.remark1 .layout .text{
    width: 46%;
}
.remark1 .layout .text li{
    width: 47.5%;
    margin-bottom: 5%;
    float: left;
}
.remark1 .layout .text li:nth-child(2){
    margin-left: 20px;
}
.remark1 .layout .text li:nth-child(4){
    margin-left: 20px;
}
.remark1 .layout .text li .imgTBox{
    text-align: center;
}
.remark1 .layout .text li .imgTBox img{
    width: 50px;
}
.remark1 .layout .text li .cont .imgBt{
    font-size: 22px;
    color: #002d6b;
    line-height: 45px;
    text-align: center;
}
.remark1 .layout .text li .cont .imgDetail{
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.lx1{
  	width: 50%;
    float: left;
}
.dididi{
    background: #f3f3f3 !important;
}
.waterfall{
    margin-top: 20px;
    overflow: hidden;
}
.waterfall .item{
    width: 21.65%;
    float: left;
    margin-bottom: 3%;
    margin-right: 50px;
}
.waterfall .item:nth-child(4n){
    margin-right: 0px;
}
.waterfall .item img{
    width: 100%;
    height: 200px;
}
.waterfall .item .video_title{
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
    line-height: 1.4;
    width: 100%;
}



.i_banner_box{position:relative; width:100%;height: auto; z-index:1000;}
.i_banner{width:100%; margin:0 auto; overflow:hidden;}



.i_container{padding:0 0 20px;}
.i_container *{transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s;}
.p_container *{transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s;}

.box01{width:100%; padding-bottom: 30px; background: #f2f2f2; text-align: center;}
.i_notice{ display: inline-block; padding-left: 25px; font-size: 14px; height:35px; line-height:35px; background: url(../images/icon02.png) no-repeat left center;}

.i_pro01{width:1140px; margin: 0 auto;}
.i_pro01 li{float:left; display: inline-block; width:265px; margin:0 10px; border-top:1px solid #eeeeee;}
.i_pro01 li a{display: block; position: relative; width: 265px; height: 170px; overflow: hidden;}
.i_pro01 li a span{ display: block; position: absolute; bottom:0; left: 0; width: 265px; height: 40px; line-height: 40px; text-align: center; color: #FFF; background: rgba(0,0,0,0.6); overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.i_pro01 li a:hover img{ -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transform:scale(1.2);}
.i_pro01 li a:hover span{color:#e28b0f;}

.box01_l{float:left; margin-top: 35px; width:370px; height:446px; padding: 15px 25px 0; background: #FFF;}
.box01_r{float:right; margin-top: 35px; width:727px; height:446px; background: #FFF;}

.i_news01{width:100%; background: #f6f6f6; border-radius:0 0 4px 4px;}
.i_news01_c{ margin:10px 20px 0px 20px; height: 156px; text-align: left;}
.i_news01_c li{ width:280px;}
.i_news01_t{height:58px; line-height: 58px; text-align: center;}
.i_news01_t strong{font-size:58px; color:#e28b0f;}
.i_news01_c h4{display: block; margin-top: 5px; line-height: 25px; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.i_news01_c span{display: block; height:40px; line-height: 20px; overflow: hidden;}

.mline{height:30px; background: url(../images/icon03.jpg) repeat-x left center;}

.i_jiuye{width:320px;}
.i_jiuye dl{float:left;}
.i_jiuye dl:nth-child(1){width:84px;}
.i_jiuye dl:nth-child(2){width:109px; margin-left: 2px;}
.i_jiuye dl:nth-child(3){width:123px; margin-left: 2px;}
.i_jiuye dl dt{height:40px; line-height: 40px; margin-bottom: 1px; background: #e28b0f; font-size:16px; color:#FFF;}
.i_jiuye dl:nth-child(1) dt{border-radius: 4px 0 0 0;}
.i_jiuye dl:nth-child(3) dt{border-radius: 0 4px 0 0;}
.i_jiuye dl dd{height:35px; line-height: 35px; margin-top: 1px; background: #f6f6f6; font-size:14px; color:#666;}
.i_jiuye dl dd:nth-child(2n+2){ background: #f0f0f0;}
.i_jiuye dl:nth-child(1) dd{height:143px; padding:50px 20px 0; line-height: 20px; letter-spacing: 3px; background: #e28b0f; color:#FFF; font-size:18px;}

.i_news02{width:727px;}
.i_news02_l{margin:5px 30px 0 20px;}

.i_news02_l li{ width:677px;}
.i_news02_l dl{heigth:100px; margin-top:20px; overflow: hidden;}
.i_news02_l dl dt{float:left; width:180px; height:100px; overflow: hidden;}
.i_news02_l dl dt a:hover img{ -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transform:scale(1.2);}
.i_news02_l dl dd{float:right; width:475px; text-align: left;}
.i_news02_l dl dd h3{display:block; height:30px; line-height:20px; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.i_news02_l dl dd span{display: block; margin-top: 5px; height: 60px; line-height: 20px; overflow: hidden; color: #888888;}

.i_pro02{width:100%; padding:50px 0;}
.i_pro02_l{margin:30px auto 0; width:1120px; height: 348px; overflow: hidden;}
.i_pro02_l li{float:left; width:224px; height:174px; overflow: hidden; width:224px; height:174px; overflow:hidden;}
.i_pro02_l li a:hover img{ -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transform:scale(1.2);}

.i_kc{width:100%; padding:30px 0 40px; background: #f2f2f2;}
.i_kc_l{width:1120px; margin:0 auto;}
.i_kc_l ul{float:left; margin-left:5px; width:331px;}
.i_kc_l ul li{width:331px; position: relative;}
.i_kc_l ul li i{display: block; overflow: hidden;}
.i_kc_l ul li a:hover i img{ -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transform:scale(1.2);}
.i_kc_l ul li dl{display: none; position:absolute; width:331px; left: 0; top: 0; overflow: hidden; z-index:2;}
.i_kc_l ul li dl dt{color:#FFF; font-size:32px; width:150px; margin:0 auto; text-align: center;}
.i_kc_l ul li dl dd{width:125px; height:40px; margin: 40px auto 0; line-height: 40px; text-align: center; font-size:14px; color: #666666; border-radius:20px; background: #FFF;}
.i_kc_l ul:nth-child(1){margin-left:0;}
.i_kc_l ul:nth-child(1) li:nth-child(1){height:245px; overflow:hidden;}
.i_kc_l ul:nth-child(1) li:nth-child(1) a:hover dl{display:block; padding-top:40px; height:245px; background: rgba(233,72,54,.9);}
.i_kc_l ul:nth-child(1) li:nth-child(2){height:311px; margin-top:4px; overflow:hidden;}
.i_kc_l ul:nth-child(1) li:nth-child(2) a:hover dl{display:block; padding-top:60px; height:311px; background: rgba(233,72,54,.9);}

.i_kc_l ul:nth-child(2) li:nth-child(1){height:383px; overflow:hidden;}
.i_kc_l ul:nth-child(2) li:nth-child(1) a:hover dl{display:block; padding-top:100px; height:383px; background: rgba(108,207,113,.9);}
.i_kc_l ul:nth-child(2) li:nth-child(2){height:172px; margin-top:5px; overflow:hidden;}
.i_kc_l ul:nth-child(2) li:nth-child(2) a:hover dl{display:block; padding-top:20px; height:172px; background: rgba(108,207,113,.9);}
.i_kc_l ul:nth-child(2) li:nth-child(2) a:hover dl dd{margin-top:10px;}

.i_kc_l ul:nth-child(3){ width:447px;}
.i_kc_l ul:nth-child(3) li{ width:447px;}
.i_kc_l ul:nth-child(3) li dl{ width:447px;}
.i_kc_l ul:nth-child(3) li:nth-child(1){height:245px; overflow:hidden;}
.i_kc_l ul:nth-child(3) li:nth-child(1) a:hover dl{display:block; padding-top:40px; height:245px; background: rgba(249,209,23,.9);}
.i_kc_l ul:nth-child(3) li:nth-child(2){height:311px; margin-top:4px; overflow:hidden;}
.i_kc_l ul:nth-child(3) li:nth-child(2) a:hover dl{display:block; padding-top:60px; height:311px; background: rgba(249,209,23,.9);}

.i_company{width:100%; padding:50px 0;}
.i_company_l{margin:20px auto 0; width:1120px; overflow: hidden;}
.i_company_l li{float:left; display: inline-block; width:120px; height:60px; margin:10px; overflow: hidden;}



.copyright{float: right; margin-top:10px; line-height: 30px; color: #bbbbbb; font-size: 14px;}

/* 首页部分结束 */

/* 内页部分开始 */
.p_container{width:100%; background: #fff;position: relative;}
.color{background: #fff;}

.sidebar{width:100%;background: #f2f2f2;}
/*.sidebar a{ display:inline-block; width:135px; height: 40px; margin:0 5px; font-size:16px; line-height: 38px; border:1px solid #e5e5e5; border-radius:3px; color: #333333; background: #FFF;}
.sidebar a:hover{border:1px solid #e28b0f;  background: #e28b0f; color: #FFF;}*/

.p_pro{width: 1170px;
    overflow: hidden;
    margin: 0 auto;
}

.gbook_post{
    display: block;
    margin-bottom: 15px;
}
.gbook_post .g_title{
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}
.gbook_post input{
    max-width: 100%;
    width: 380px;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.i_nav .ddsmoothmenu>ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
    height: 75px;
}
/*.p_pro li{float:left; margin-right:10px; margin-bottom: 10px; display: inline-block;}*/
.e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-top: 47px;
}
.e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
  	box-sizing: border-box;
}
.e_loop-9 {
    display: flex;
    flex-wrap: wrap;
}
.e_loop-9 .cbox-9:nth-child(odd) {
	flex: 0 0 30%;
    margin-right: 240px;
}
.response-animated .e_container-10 {
    animation-name: none,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 0.6s,0.6s;
    animation-iteration-count: 1,1;
}
.e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    position: relative;
    margin-top: 60px;
}
.e_container-10 .cbox-10-0 {
    align-self: center;
    flex: 0 0 65%;
}
.response-animated .e_image-13 {
    animation-name: fadeIn2,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 2.0s,0.6s;
    animation-iteration-count: 1,1;
}
.e_image-13 {
    overflow: hidden;
    display-radio: 1;
    max-width: 320px;
    height: 380px;
}
.e_container-10 .cbox-10-1 {
    align-self: center;
    position: absolute;
    left: 50%;
    z-index: 2;
    max-width: 336px;
    width: 100%;
}
.response-animated .e_container-12 {
    animation-name: fadeIn2,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 2.0s,0.6s;
    animation-iteration-count: 1,1;
}
.e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 320px;
    min-width: 0px;
    height: 319px;
    padding-top: 20px;
    background-color: rgba(0,117,194,1);
}
.e_container-12 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.e_container-14 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_text-15 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    font-size: 20px;
    /*font-family: Microsoft YaHei-Regular,Microsoft YaHei;*/
    font-weight: 600;
    color: #FFFFFF;
}
.e_line-16 {
    display-radio: 1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,1);
    margin-top: 13px;
}
.e_container-14 > .p_item a {
    width: 100%;
    display: block;
    font-size: 14px;
    /*font-family: Microsoft YaHei-Regular,Microsoft YaHei;*/
    font-weight: 400;
    color: #C7E1F2;
    /*display: none;*/
    line-height: 40px;
}
.e_container-14 > .p_item a:hover {
    color: #fff;
}
.e_container-14 > .p_item a::after {
    content: '>';
    display: inline;
    float: right;
}

.position {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}
.position .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}
.position .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgb(1 84 143);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}
.position .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.position .service_icon SVG {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
}
.position .service_value {
    font-size: 17px;
    white-space: nowrap;
}
.position .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}
.position .service_value.dh {
    line-height: 20px;
}
.position .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}

/* 内页部分结束 */

.nmdefont{ margin:0 auto; width:1120px;}
@media screen and (max-width: 2560px){
    .contents{width: 90%;}
    /*.layout .imges{height: 500px;}*/
    .layout .imges img{width: 100%;}
}
@media screen and (max-width: 1440px){
    .i_banner_box{height:auto;}
  	.logo{float: left;width: 31%;height: 70px;margin-top: 16px;}
  	.logo img {height: auto;width: 370px;}
  	.layout .text .single_text11 img{width:60px;}
  	.layout .text .single_text12 {line-height: 52px;}
  	.layout .text .single_text {font-size: 14px;}
  	.layout .text .single_titlep {margin-left:20px;display: inline-block;font-size: 20px;margin-left: 20px;} 	
}
@media screen and (max-width: 1024px){
    .contents{width: 90%;}
    .layout .imges img{width: 100%;height: 100%;}
    .layout .text{margin-left: 35px;}
    .layout .text .single_text{margin-bottom: 30px;}
    .layout .text .contact{margin-left: 13px;}
    .product p::before{right: 61%;}
    .product p::after{left: 61%;}
    .service-list li{margin-right: 30px;}
    .introduction p::before{right: 63%;}
    .introduction p::after{left: 63%;}
    .introduction li:first-child{width: 71%;height: 583px;}
    .introduction li{height: auto;margin-bottom: 6px;}
    .news li .news_topic h3{font-size: 16px;}
    .news li:first-child{margin-right: 46px;}
    .news li:last-child{display: none;}
    .news li:first-child{height: auto;}
    .footer .fot-nav .nav1{width: 25.333%;}
    .footer .fot-nav .nav2{width: 25.333%;}
    .footer .fot-nav .nav3{width: 33.333%;}
    .product-list li:last-child{margin-right: 0;}
    .p_pro{width: 96%;}
    .news_list li:nth-child(4){margin-right: 0;}
    .remark1 .single1::before{right: 62%;}
    .remark1 .single1::after{left: 62%;}
    .remark1 .layout .text .contact{margin-left: 4px;}
    .layout .text .single_title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .layout .imges{height: 331px;}
    .news li:first-child .pic img{    height: 413px;}
}
@media screen and (max-width: 768px){
  .introduction ul {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .contents{width: 96%;}
    .layout .text{width: 46%;}
    .i_nav ul li ul {
        position: relative;
        width: 100% !important;
        visibility: hidden;
        top: 0px !important;
        left: 0 !important;
    }
    .i_nav ul li ul li {
        display: block;
    }
    .i_nav ul li ul li a{
        float: none;
        width: 100%;
    }
    .productremark img,.remark img{
        max-width: 100%;
        height: auto !important;
    }
    .sidebar {
        width: 100%;
        background: #f2f2f2;
        padding-top: 20px;
    }
    ul.sortnavul {
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar_l li {
        display: inline-block;
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
    }
    .sidebar_l li a {
        display: inline-block;
        width: 100%;
        height: 30px;
        margin: 0;
        font-size: 16px;
        line-height: 30px;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        color: #333333;
        background: #FFF;
    }
    .layout .text .single_title{font-size: 20px;}
    .layout .text .single_title span{font-size: 30px;}
    .layout .text .single_text p{font-size: 16px;}
    .layout .text .contact{font-size: 16px;margin-top: 14px;}
    .layout .text .icon{width: 48px;height: 55px;}
    .layout2 li .introduce .many{font-size: 28px;}
    .layout2 li .introduce .many span{font-size: 15px;}
    .layout2 li .introduce h3{font-size: inherit;}
    .product p::before{right: 63%;}
    .product p::after{left: 63%;}
    .service-list li{margin-right: 26px;height: 250px !important;}
    .quality .quality_title{font-size: 30px;}
    .quality .quality_infos{font-size: 16px;}
    .quality .quality_code{font-size: 16px;}
    .introduction p::before{right: 65%;}
    .introduction p::after{left: 65%;}
    .introduction li:first-child{
      width: 100%;
      height: auto;
      margin-right: 0;
    }
    .introduction li{
      width: calc(100% / 3 - 10px);
    }
    .introduction li:first-child img {
      height: auto;
  }
  .introduction li img {
    width: 100%;
    height: auto;
}
.news li:first-child {
  width: 100%;
  height: auto;
}
.news li {
  float: left;
  width: 100%;
}
    .news li .news_topic h3{font-size: 13px;}
    .news li .news_topic{padding: 5px 0 7px;}
    .news li .news_time{font-size: 12px;}
    .news li .news_infos{padding: 0.2em 0.2em 0.2em 0;}
    .news li:first-child .pic img{height: auto;}
    .news{margin-bottom: 60px;}
    .footer .fot-nav .nav1 li:first-child{font-size: 16px;}
    .footer .fot-nav .nav1 li{font-size: 12px;}
    .footer .fot-nav .nav2 li:first-child{font-size: 16px;}
    .footer .fot-nav .nav2 li{font-size: 12px;}
    .footer .fot-nav .nav3 li:first-child{font-size: 16px;}
    .footer .fot-logo{width: 18.833333%;}
    .footer .fot-logo img{width: 100%;}
    .footer .fot-nav{margin-left: 30px;}
    .footer .fot-nav .nav3{width: 41.333%;}
    .product-list li{width: 20.75%;height: 231px !important;}
    .product-list li .pro_button a{font-size: 16px;}
    .productimg{width: 400px;height: 300px;}
    .productimg a img{width: 100%;height: 100%;}
    .news_list li{width: 20.65%;}
    .prevnext{text-align: center;}
    .remark1 .single1::before{right: 64%;}
    .remark1 .single1::after{left: 64%;}
    .remark1 .layout .text li{width: 44.5%;}
    .remark1 .layout .text li .cont .imgDetail{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}
@media screen and (max-width: 480px){
    .i_nav{display: none;}
    .yincang{display: block !important;height: 75px;width: 100%;z-index: 100000;}
.yincang .menuBtn{width: 36px;
    height: 36px;
    padding: 3px;
    cursor: pointer;
    z-index: 10000000;
    position: absolute;
    top: 24px;
    right: 10px;}
.yincang .menuBtn b{display: block;height: 2px;border-radius: 2px;    background-color: #000;margin: 5px 0 7px;}
.yincang strong{font-weight: normal;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 50px;
}
.logo{width: 71%;margin-top: 15px;height: auto;}
.logo img{width: 100%;}
.header{position: relative;}
.i_nav{
    position: absolute;
    top: 75px;
    float: none;
    width: 100%;
    left: 0;
    height: auto;
    background: #fff;
}
.i_nav .ddsmoothmenu>ul{display: block;height: auto;}
.i_banner_box{height: auto;}
.i_banner_box img{height: auto;}
.layout{margin-top:30px;margin-bottom: 30px;}
.layout .imges{height: 200px;float: none;width: 100%;}
.layout .text{width: 100%; margin-left: 0;margin-top: 10px;}
.layout .text .single_text11{/*display: none;*/}
.layout .text .single_text12 {float: left;font-size: 14px;line-height: 42px;color: #666666;margin-left: 20px;width: 78%;}
.layout .text img{width: 60px;}
.layout .text .icon,.layout .text .contact{display: none;}
.layout2 li:last-child{display: none;}
.layout2 li{margin-bottom: 20px;width: 50%;}
.layout2 li:nth-child(2) .introduce{border-right: 0;}
.layout2 li:nth-child(4) .introduce{border-right: 0;}
.product p::before{right: 74%;width: 12.5%;}
.product p::after{left: 74%;width: 12.5%;}
.service-list li{width:46%;}
.service-list{margin-bottom: 40px;}
.quality .quality_title{margin-top: 10px;}
.quality .quality_code{margin-bottom: 50px;width: 37%;}
.introduction p::before{right: 77%;width: 12.5%;}
.introduction p::after{left: 77%;width: 12.5%;}
.introduction li:first-child{width: 100%;height: 240px;}
.introduction li:first-child img{width: 100%;height: 240px;}
.introduction li{width: calc(100% / 3 - 10px);}
.introduction li:nth-child(2){margin-right: 15px;}
.news .biubiubiu::before{right: 68%;width: 12.5%;}
.news .biubiubiu::after{left: 68%;width: 12.5%;}
.news li:first-child{width: 100%;/*height: 270px;*/}
.news li:first-child .pic img{/*height: 270px;*/}
.news li{width: 100%;}
.news{margin-bottom: 30px;}
.footer .fot-logo{width: 100%;
    text-align: center;margin-top: 10px;
    margin-bottom: 10px;
}
.footer .fot-logo img{width: 44%;}
.footer .fot-nav{width: 100%;margin-left: 0;}
.footer .fot-nav .nav1{width: 50%;text-align: center;}
.footer .fot-nav .nav2{width: 50%;text-align: center;}
.footer .fot-nav .nav1 li:first-child:after{left: 40%;}
.footer .fot-nav .nav2 li:first-child:after{left: 40%;}
.footer .fot-nav .nav3{width: 100%;margin-top: 10px;text-align: center;}
.footer .fot-nav .nav3 li:first-child{text-align: center;}
.footer .fot-nav .nav3 li:first-child:after{left: 40.1%;}
.product-list li:nth-child(even){margin-right: 0;}
.product-list li{width: 45%;height: 204px !important;}
.product-list li .pic {width: 100%;overflow: hidden;height: 140px;}
.sidebar_l{right: 0;}
.productimg{width: 100%;height: 100%;}
.news_list li:nth-child(2){margin-right: 0;}
.news_list li {width: calc(100% / 2 - 10px);margin: 0 5px 10px;}
.news_list li .pic img {width: 100%;height: 189px;}
.remark1 .single1::before{right: 75%;width: 12.5%;}
.remark1 .single1::after{left: 75%;width: 12.5%;}
.remark1 .layout .text{width: 100%;}
.remark1 .layout .text{width: 100%;margin-top: 20px;margin-top: 93px;text-align: center;}
.footer .fot-nav .nav3 li{width: 31.3333%;
    height: 90px;
}
.product-list li{margin-right: 20px;}
.product-list li:first-child{margin-left: 10px;}
.product-list li:nth-child(3){margin-left: 10px;}
.remark{width: 94%;}
.gbook_post iframe{width: 400px !important;}
.sidebar_l li{margin-bottom: 10px;}
.waterfall{width: 96%;margin: 0 auto;}
.waterfall .item{width: 45.4%;margin-right: 30px;}
.waterfall .item img{height: 142px;}
.waterfall .item:nth-child(2){margin-right: 0;}
.waterfall .item:nth-child(4){margin-right: 0;}
.waterfall .item:nth-child(6){margin-right: 0;}
.lx1{width: 100%;}
.e_container-10 .cbox-10-1 {
    align-self: center;
    position: absolute;
    left: 18%;
    z-index: 2;
    max-width: 336px;
    width: 100%;
}
.producttitle {
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}
