/*---------- base ---------*/
html{
	width: 100%;
    height: 100%;
}
body{
	width: 100%;
    height: 100%;
    font-family: 'Times New Roman', Times, serif;
}
*{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
img{
    border:none;
    max-width: 100%;
}
ul{
	list-style:none;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.hide{
    display: none;
}
.block{
    display: block;
}
.container{
    min-width: 1200px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}

/*index*/
.index_top{
    background-color: #fff;
    position: relative;
}
.top{
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -66px;
}
.top-con{
    height: 66px;
    display: flex;
    align-items: center;
    background-color: #333;
}
.top-con ul{
    margin-right: 10%;
    justify-content: flex-end;
}
.top-con ul li{
    padding-left: 10px;
    padding-right: 10px;
}
.top-con ul li:nth-child(2){
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.top-con ul li i{
    color: #fff;
    font-size: 18px;
}
.top-con ul li a{
    color: #fff;
    font-size: 14px;
}
.top-con ul li span{
    margin-left: 6px;
}.com-name{
    width: 50%;
    margin-left: 1%;
    margin-right: 3%;
}
.com-name p:nth-child(1){
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}
.com-name p:nth-child(2){
    font-size: 14px;
    line-height: 26px;
}
.top-conus{
    width: 31%;
    align-items: center;
}
.top-conus p:nth-child(1){
    width: 17%;
    margin-right: 2%;
}
.top-conus p:nth-child(2){
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    width: 81%;
}
.nav{
    width: 80%;
    line-height: 90px;
    /* margin-left: 10%; */
    justify-content: space-between;
    position: relative;
    left: 142px;
}
.item{
    width: 100%;
    font-size: 16px;
    justify-content: space-around;
}
.item .active a{
    color: #30aaf5;
}
/* .item .active{
    background-color: #acdbf8;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
} */
.item_li{
    /* min-width: 10%; */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    /* text-transform: uppercase; */
}
@media screen and (max-width:1500px){
    .item_li{
        font-size: 16px;
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media screen and (max-width:1350px){
    .item_li{
        font-size: 14px;
    }
}
.item_li a{
    color:#333;
    font-weight: 300;
    display: block;
}
.item_li .sub_itemli .sub_itemlia{
    color: #333;
}
/* .item_li:hover{
    background-color: #acdbf8;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
} */
.item_li:hover>a{
    color: #2eafeb;
}
.item_li:hover>.sub_itemul{
    display: block;
}
.item_li:hover{
    color: #2eafeb;
    cursor: pointer;
}
.sub_itemul{
    position: absolute;
    z-index: 2;
    /* display: none; */
    white-space: nowrap;
    left: 0;
    text-align: left;
    text-transform: none;
}
.sub_itemli{
    line-height: 40px;
    /* min-width: 330px; */
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.sub_itemli:hover{
    background-color: #2eafeb;
}
.sub_itemli:hover>.sub_itemlia{
    color: #fff;
}
.sub_itemli a{
    display: block;
    width: 100%;
    color: #333;
}
.content1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sorttype{
    font-size: 30px;
    text-align: center;
    /* text-transform: uppercase; */
    text-transform: capitalize;
}
.sorttype b {
    margin-top: 4px;
    display: inline-block;
    width: 10%;
    height: 2px;
    _overflow: hidden;
    vertical-align: middle;
}
.sorttype b:nth-child(1){
    background:  -webkit-gradient(linear, 0 0, 100% 0 , from(#fff), to(#cdcdcd));
}
.sorttype b:nth-child(3){
    background:  -webkit-gradient(linear, 0 0, 100% 0 , from(#cdcdcd), to(#fff));
}
.sorttype span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}
.hottype{
    margin-top: 40px;
}
.hottype ul{
    border-bottom: 1px solid #2fa6ed;
    justify-content: center;
}
.hottype ul li{
    background-color: #f2f2f2;
    line-height: 36px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 14px;
    width: 11%;
    text-align: center;
}
@media screen and (max-width: 1920px){
    .hottype ul li{
        width: auto;
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media screen and (width: 1920px){
    .hottype ul li{
        width: 13%;
    }
}
.hottype ul li:hover{
    cursor: pointer;
}
.hottype ul li a{
    color: #333;
    width: 100%;
    display: block;
}
/* .hotli,.newsli{
    transition: all 0.5s;
} */
.hotli:hover{
    background-color: #2fa6ed;
    color: #fff;
    cursor: pointer;
}
.hotli:hover>a{
    color: #fff;
}
.newsli:hover{
    background-color: #2fa6ed;
    color: #fff;
    cursor: pointer;
}
.hottype ul .this-hotli{
    background-color: #2fa6ed;
    color: #fff;
}
.hottype ul .this-newsli{
    background-color: #2fa6ed;
    color: #fff;
}
.hotpro-ul{
    margin-top: 0;
    /* justify-content: space-between; */
}
.i-ject-li:nth-child(3n-1){
    margin-left: 2%;
    margin-right: 2%;
}
.hotpro-li:nth-child(3n-1){
    margin-left: 2%;
    margin-right: 2%;
}
.hotpro-li{
    box-shadow: 0 2px 2px #e3e3e3;
    margin-top: 30px;
}
.hotpro-li{
    transition:all 0.5s;
    width: 32%;
}
.hotpro-li div h3,.i-ject-li div h3 {
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
}
.hotpro-li div h3 a{
    display: block;
    width: 100%;
    color: #333;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hotpro-li div h3 a:hover{color: #2eafeb;text-decoration: underline;}
.hotpro-li:hover{
    box-shadow: 0 0 6px #999;
    margin-top: 20px;
}
.hotpro-ul .hotpro-li div p{
    padding: 10px;
    padding-top: 0;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.content2{
    /* background-color: #fafafa; */
    padding-bottom: 30px;
    padding-top: 40px;
    background: url('../picture/video-bg.png') no-repeat;
    background-size: 100% 100%;
}
.i-news{
    width: 50%;
}

.i-video-word{
    width: 520px;
    background-color: #fff;
    padding: 30px;
    margin-top: 8px;
    margin-left: 20px;
}
.i-video-title{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
}
.i-video-title a{
    color: #333;
}
.i-video-desc{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.i-news .hottype{
    padding-right: 10%;
}
.i-news .hottype ul li{
    padding: 0;
    width: 30%;
    text-align: center;
}
.i-newslist{
    width: 80%;
    margin:0 auto;
}
.i-newslist .i-newsbox{
    border-bottom: 1px solid #ccc;
}
.i-newslist .i-newsbox h3{
    line-height: 22px;
    padding-top: 8px;
}
.i-newslist .i-newsbox h3 a{
    width: 100%;
    display: block;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.i-newslist .i-newsbox p{
    display: flex;
    align-items: center;
    height: 22px;
    /* padding-bottom: 10px; */
}
.i-newslist .i-newsbox p span{
    margin-left: 10px;
    color: #666;
    font-size: 12px;
}
.video-name{
    text-align: center;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
}
.video-name a{
    color: #333;
}
.more{
    margin: 0 auto;
    width: 220px;
    border-radius: 25px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;border: 1px solid #ccc;
    background-color: #2fa6ed;transition: all .4s;
}
.more a{
    color: #fff;
    width: 100%;
    display: block;

}
.more:hover{box-shadow:1px 2px 2px 2px #3399cc;border: 1px solid #3399cc;}
.i-ject-li{
    margin-top: 20px;
    width: 30%;
    overflow: hidden;
    box-shadow: 0 2px 2px #e3e3e3;
    transition: all 0.5s;
}
.i-ject-li img{
    vertical-align: top;
}
.i-ject-li div{
    background:rgba(255, 255, 255, 1);
    color: #333333;
    width: 100%;
    text-align: center;
    transition: all 1s;
}
.i-ject-li div p{
    /* display: none; */
    transition: all 1s;
    line-height: 24px;
    padding: 10px 20px 20px 10px;
    text-align: left;
}
.i-ject-li div h3 a{
    color: #333333;
    display: block;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 2s;
}
.i-ject-li:hover{
    box-shadow: 0 0 6px #999;
}
.i-ject-li:hover>div p{
    display: block;
}
.content3{
    padding-top: 50px;
    padding-bottom: 50px;
}
.content4{
    background-color: #ebeaf1;
    margin-top: 50px;
}
.content4-wrap{
    position: relative;
    top: -50px;
    justify-content: space-between;
}
.i-faq{
    width: 54%;
}
.i-faqbox{
    /* padding-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px dotted #ccc; */
    margin-top: 10px;
    background-color: #fff;
}
.i-faqbox .gc-r{
    width: 76%;
    padding-right: 2%;
}
/* .i-faqlist{
    padding-top: 10px;
} */
.i-faqlist .more{
    margin-left: 0;
}
.i-faqlist .i-faqbox h3 a{
    
    display: block;
    color: #333;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.i-faqlist .i-faqbox span a{
    color: #666;
    font-size: 14px;
    display: block;
    
}
.i-form{
    width: 40%;
    box-shadow: 0px 2px 8px #e3e3e3;
    background-color: #fff;
    padding-bottom: 20px;
}
.i-form form{
    width: 90%;
    margin: 0 auto;
}
.i-form form input{
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.i-form form .button{
    display: block;
    width: 30%;
    margin: 0 auto;
    background-color: #2fa6ed;
    color: #fff;
    margin-top: 30px;
    line-height: 40px;
    border-radius: 25px;
    border: 0;
}
.i-form form textarea{
    width: 100%;
    min-height: 160px;
    margin-top: 20px;
    line-height: 40px;
    color:#666;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: 0;
    border: 1px solid #ccc;
}
.i-faq .sorttype{
    text-align: left;
    line-height: 50px;
}
.touch{
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 100% 0 , from(#73c5f6), to(#2fa6ed));
}
/* .content4 .more{
    margin-left: 0;
} */
.content6{
    padding-top: 60px;
}
.content6wrap{
    justify-content: space-between;
    margin-top: 40px;
}
.latest-type{
    width: 23%;
}
.latest-type ul li{
    background-color: #f2f2f2;
    line-height: 48px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all 0.5s;
}
.latest-type ul li:hover{
    cursor: pointer;
    background-color: #2fa6ed;
    color: #fff;
}
.latest-type ul .this-latest{
    background-color: #2fa6ed;
    color: #fff;
}
.latest-pro{
    width: 75%;
}
.latest-pro ul{
    justify-content: space-between;
}
.latest-pro ul li{
    width: 32%;
}
.latest-pro ul li h3 a{
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
}
/* content7 */
.content7-wrap{
    margin-top: 50px;
}
.i-news-type{
    background-color: #dbebfb;
    line-height: 40px;
    justify-content: space-between;
    color: #2eafeb;
}
.i-news-type p:first-child{
    width: 50%;
    padding-left: 20px;
    font-size: 18px;
}
.i-news-type p:last-child{
    width: 80px;
    text-align: center;
}
.i-news-type p a{
    color: #fff;
    line-height: 30px;
    display: block;
    background-color: #2eafeb;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 20px;
    border: 1px solid #d9d9d9;
}
.i-news-l{
    width: 538px;
    border-right: 1px solid #ccc;
    padding-right: 40px;
    margin-right: -1px;
}
.i-news-r{
    width: 538px;
    border-left: 1px solid #ccc;
    padding-left: 40px;
    margin-left: -1px;
}
.i-news-list ul li{
    border-bottom: 1px solid #e8e8e8;
    line-height: 46px;
    justify-content: space-between;
}
.i-news-list ul li h3{
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
.i-news-list ul li h3 a{
    color: #333;
    font-weight: normal;
}
.i-news-list ul li h3 a span{
    margin-left: 6px;
}
.i-news-list ul li p{
    margin-right: 10px;
    align-items: center;
}
.i-news-list ul li p span{
    font-size: 14px;
    color: #999;
    margin-left: 6px;
}
.content8{
    background-color: #f2f2f2;
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.content8-wrap{
    margin-top: 30px;
}
.i-faq-list ul li{
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
}
.i-faq-list ul li p{
    width: 20%;
}
.i-faq-list ul li div{
    width: 78%;
}
.i-faq-list ul li h3{
    width: 100%;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.i-faq-list ul li h3 a{
    color:#333;
}
.i-faq-list ul li div p{
    width: 100%;
    line-height: 22px;
    height: 44px;
    overflow-y: hidden;
    color: #666666;
    font-size: 14px;
}
.i-faq-list ul li h3:hover>a{
    color: #289fe5;
}
/*list-pro*/
.content1-wrap .pro-tabs{
    line-height: 38px;
    border-bottom: 2px solid #289fe5;
    justify-content: space-between;
}
.content1-wrap .pro-tabs li a{
    color: #333;
    padding: 12px 20px;
}
/* .content1-wrap .pro-tabs .active a{
    background-color: #289fe5;
    color: #fff;
} */
.content1-wrap .nav{
    line-height: 38px;
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    width: 100%;
}
.pro-content .tab-content{
    margin-top: 20px;
    border-top: 2px solid #289fe5;
}
.pro-content .tab-content li a{
    padding: 10px 20px;
    color: #333;
}
.pro-content .tab-content .active a{
    background-color: #289fe5;
    color: #fff;
}
.pro-content p{
    line-height: 26px;
    margin-top: 14px;
}
.pro-content .active{
    line-height: 26px;
    margin-top: 14px;
}
.pro-content span{
    font-size: 16px!important;
    font-family: Arial, Helvetica, sans-serif!important;
    display: block;
    line-height: 26px;
}
.cp-info{
    width: 80%;
    text-align: center;
    color: #666;
    margin: 0 auto;
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pro-sort .sort-ul .this-sort-li{
    background-color: #2eafeb;
}
.pro-sort .sort-ul .this-sort-li a{
    color: #fff;
}
.pro-sort{
    background-color: #ededed;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
.pro-sort .sort-ul li{
    text-align: center;
    border: 1px solid #d9d9d9;
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px;
    border-radius: 8px;
    line-height: 30px;
}
.sort-ul{
    justify-content: center;
}
.ject-sort .sort-ul li{
    padding-left: 10px;
    padding-right: 10px;
    flex: none;
    font-size: 18px;margin: 0 10px;
}
.ject-sort .sort-ul li:hover{
    background-color: #2eafeb;
}
.ject-sort .sort-ul li:hover a{color: #fff;}
.pro-sort .sort-ul li a{
    color: #333;
    display: block;
    height: 100%;
}
.about-case{
    text-align: center;
    font-size: 22px;
    color: #333;
}
.about-list div ul li{
    border-bottom: 0px;
}
.about-list div ul li h3{
    width: 100%;
    white-space: normal;
}
.about-list .i-news-list ul li{
    line-height: 30px;
    margin-top: 10px;
}
.about-list .i-faq-list ul li p{
    width: 48%;
}
.about-list .i-faq-list ul li div{
    width: 50%;
}
.about-list .i-faq-list ul li div p{
    width: 100%;
}
.list-bot{
    background-color: #edf6fa;
    padding-top: 50px;
    padding-bottom: 80px;
}
.prolist-l{
    width: 16.75%;
    padding-left: 1%;
    padding-right: 1%;
}
.prolist-r{
    width: 62.5%;
}
.left-typename{
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 100% 0 , from(#73c5f6), to(#2fa6ed));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 40px;
    font-size: 24px;
}
.left-navdiv{
    background-color: #f2f2f2;
}
.left-navli{
    line-height: 34px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #fff; */
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.left-navli:hover{
    background-color: #cccccc;
}
.left-navli a{
    display: block;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.this-navli{
    background-color: #cccccc;
}
.this-navli a{
    color: #2fa6ed;
}
.left-contact{
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    background-color: #f2f2f2;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.left-cont{
    background-color: #f2f2f2;
}
.left-cont .index-cont li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
    line-height: 34px;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.left-cont .index-cont .two-btn{
    display: none;
}
.left-cont .index-cont ul li i{
    width: 15%;
    font-size: 30px;
}
.left-cont .index-cont ul li span{
    font-weight: normal;
}
.left-cont .index-cont li {
    color: #666;
}
.left-cont .index-cont li a{
    color:#666;
}
.pageul{
	justify-content: center;
}
.pageli{
	padding-left: 4px;
	padding-right: 4px;
	min-width: 24px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	background-color: #fff;
}
.thisclass{
	background-color: #2fa6ed;
	border: 0;
}
.pageli a{
	color: #666;
}
.thisclass a{
	color: #fff;
}
.position{
    background-color: #f2f2f2;
    line-height: 20px;
}
.position .wrap{
    padding: 8px 3%;
	/* border-bottom: 1px dotted #ccc; */
	font-size: 14px;
}
.position a{
	color: #666;
}
.position a:last-child{
	color: #2fa6ed;
}
.list-proul .this-hotli a{
    color: #fff;
}
.hotpro-ul .onepro{
    margin-top: 0px;
    margin-bottom: 20px;
}
.pageul{
    margin-top: 50px;
    justify-content: center;
    margin-bottom: 50px;
}
.pageul a{
    min-width: 20px;
    line-height: 36px;
    text-align: center;
    background-color: #f4f4f4;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.pageul a{
    color:#666;
}
.pageul a:hover{
    background-color: #2fa6ed;
    color: #fff;
    transition:all 0.5s ease;

}
.pageul span{
    min-width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #2fa6ed;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    color: #fff;
}
.pageul .thisclass span{
    background-color: #2fa6ed;
    color: #fff;
}
/*video*/
.video-sort .sort-ul li{
    flex: none;
}
.video-sort .sort-ul{
    justify-content: center;
} 
.video-main{
    background-color: #f8fcfb;
}
/* .videolist{
    justify-content: space-between;
} */
.videolist .videobox:nth-child(3n-1){
    margin-left: 2%;
    margin-right: 2%;
}
.videobox{
    background-color: #fff;
    width: 32%;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.videoimg{
    position: relative;
}
.videobox img{
    vertical-align: top;
}
.videoimg img{
    width: 100%;
}
.videoimg a img{
    width: 70px;
}
.shadeimg {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.pause{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.videoname{
    font-size: 16px;
    width: 86%;
    margin: 0 auto;
    line-height: 22px;
    /* height: 64px; */
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.videoname a{
    display: block;
    color: #333;
    width: 100%;
    /* padding-bottom: 10px; */
    padding-top: 10px;
}
/*news*/
.news-container{
    padding-top: 30px;
}
.news-typeli{
    border-radius: 5px;
}
.news-l{
    width: 12%;
}
.news-box{
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 20px;
    /* margin-top: 30px; */
}
.news-l img{
    width: 100%;
}
.news-r{
    width: 73%;
    padding-top: 10px;
}
.news-r h3{
    font-size: 16px;
    /* width: 80%; */
}
.news-r h3 a{
    color: #333;
}
.news-r .news-desc{
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    /* height: 70px; */
    overflow-y: hidden;
    /* width: 80%; */
}
.news-box:hover{
    box-shadow: 0px 0 10px #e3e3e3;
    background-color: #f2f2f2;
}
.news-time{
    /* position: absolute;
    right: -40px;
    top:50%;
    margin-top: -40px; */
    color: #fff;
    text-align: center;
    width: 80px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: -webkit-gradient(linear, 0 0, 100% 0 , from(#73c5f6), to(#2fa6ed));
}
.news-time p:first-child{
    font-size: 24px;
    line-height: 30px;
}
.news-time p:nth-child(2){
    line-height: 20px;
    font-size: 14px;
}
/*faq*/
.faq-sort{
    justify-content: space-between;
}
.faq-sort .sort-ul{
    padding-left: 20px;
    padding-right: 20px;
}
.faq-sort .sort-ul li{
    flex: none;
}
.faq-box{
    background-color: #fff;
    margin-top: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.faq-sort .more-faq li{
    background-color: #289fe5;
    
}
.faq-sort .more-faq li a{
    color: #fff;
}
.faq-con1 div img{
    vertical-align: top;
}
.faq-con1{
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #f2f2f2;
    margin-top: 20px;
}
.faq-con1 div{
    width: 48%;
}
.faq-con1 .faq-word{
    line-height: 26px;
    color: #333;
}
.faq-con1 .faq-word ul{
    margin-left: 30px;
}
.faq-con1 .faq-word h3{
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
}
.faq-bigimg{
    margin-top: 30px;
}
.faq-con .faq-table h3{
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}
.faq-con .faq-table p{
    color: #666;
    line-height: 26px;
}
.faq-table .table-box{
    border: 4px solid #f2f2f2;
    padding: 30px;
    margin-top: 30px;
}
.faq-table table{
    margin-top: 30px;
    border: none;
    font-size: 14px;
}
.faq-table table tr td{
    padding-left:20px;
    text-align: center;
}
/* .faq-table table tr:nth-child(odd)>td{
    background-color: #f5fafc;
} */
.faq-con .faq-con2,.faq-con .faq-con2-2{
    justify-content: space-between;
    padding-top: 20px;
    border: 4px solid #f2f2f2;
    padding: 30px;
    margin-top: 30px;
}
.faq-con .faq-con2 div{
    width: 48%;
}
.faq-con .faq-con2 .faq-word h3{
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
}
.faq-con .faq-con2 .faq-word{
    width: 46%;
    line-height: 26px;
    color: #333;
}
.faq-con2-2 h3{
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
}
.faq-con2-2 .flex{
    justify-content: space-between;
}
.faq-con2-2 .flex div{
    width: 48%;
}
.faq-con2-2 .flex .faq-word{
    width: 46%;
    line-height: 26px;
    color: #333;
}
.sanhang{
    font-size: 14px;
    line-height: 24px;
    color:#666;
}
.faq-con .faq-con2 .lit-faq{
    width: 100%;
}
.faq-con .faq-con2 .lit-faq h3{
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}
.faq-con .faq-con2 .lit-faq p{
    line-height: 24px;
}
.faq-con2 p{
    font-size: 14px;
}








.faq-l{
    width: 60%;
    margin-top: 30px;
}
.faq-l img{
    /* width: 100%; */
    vertical-align: top;
    width: 20px;
    margin-top: 5px;
    margin-right: 6px;
}
.faq-r{
    /* width: 80%;
    align-items: center; */
    justify-content: space-between;
}
.faq-r h3{
    line-height: 30px;
    font-size: 16px;
    /* width: 78%; */
    /* padding-left: 3%; */
}
.faq-r h3 a{
    color: #333;
}
.faq-r p{
    width: 17%;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.faq-desc{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow-y: hidden;
}
.formbox{
    justify-content: space-between;
}
.form-h3{
    margin-top: 20px;
    line-height: 40px; 
    border-bottom:2px solid #ffe467;
}
.form-l{
    width: 100%;
}
.form-l p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-l label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-l textarea{
    width: 98%;
    height: 120px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left:2%;
    border: 0;
    border: 1px solid #ccc;
    color: #999;
    font-size: 0.7rem;
}
.form-r{
    width: 48%;
}
.form-l input{
    width: 100%;
    border: 0;
    line-height: 40px;
    color: #999;
    /* padding-left: 10px; */
    border: 1px solid #ccc;
    text-indent: 10px;
    font-size: 0.7rem;
}
.form-r textarea{
    border: 1px solid #ccc;
    margin-top: 20px;
    width: 100%;
    height: 160px;
    line-height: 30px;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
}
.form-l .button{
    display: block;
    color: #fff;
    width: 40%;
    margin: 0 auto;
    background-color: #3399cc;
    margin-top: 30px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
}
/*abus*/
.abustop p:nth-child(1)>span{
    font-family: sfbold;
    font-size: 30px;
    color: #289fe5;
    margin-left: 5px;
}
.us1{
    margin:50px auto;
    padding: 10px 0;
    border-radius: 25px;
    background-color: #ededed;
    color: #333;
}
.us1 div{
    flex: 1;
    text-align: center;
}
.us1 div b{
    width: 100px;
    display: block;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin: 10px auto;
}
.us1 div h3{
    font-weight: normal;
}
.us3{
    margin-top: 50px;
    background-color: #ededed;
    padding: 30px 0;
}
.us3 div h5{
    font-size: 24px;
    font-weight: normal;
}
.us3 b{
    display: block;
    background-color: #3399cc;
    height: 2px;
    width: 200px;
    margin: 10px 0;
}
.us3 div ul{
    width: 50%;
}
.us3 div ul li{
    line-height: 36px;
}
.us4{
    margin-top: 50px;
}
.us4 div{
    width: 50%;
    line-height: 34px;
}
.us4 div img{
    border: 4px solid #ededed;
    max-width: 96%;
}
.us4 div:nth-child(2){
    text-align: right;
}
.us5{
    background:url('../picture/us5.jpg') no-repeat;
    background-size: 100% 100%;
    height: 188px;
    padding-top: 40px;
    margin-top: 50px;
}
.us5 div{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 40%;
    margin:0 auto;
    line-height: 34px;
    padding: 14px 8%;
    text-align: center;
}
.us6{
    margin-top: 50px;
}
.us6 div{
    width: 50%;
    line-height: 34px;
}
.us6 div img{
    max-width: 96%;
    border: 4px solid #ededed;
}
.us6 div:nth-child(1){
    text-align: left;
}
.abus6-con .faq-con1 .faq-word h3{
    text-align: left;
}
strong{
    color: #333;
}
.abus-sort{
    justify-content: center;
}
.abus-con1{
    color:#666;
}
.abus-con2{
    padding-top: 30px;
}
.abus-con2 .abus1 p{
    line-height: 30px;
    padding: 0 50px;
}
.abus-con2 .abus1 p:first-child{
    padding-top: 30px;
}
.abus-bigimg{
    text-align: center;
}
.abustype{
    padding-top: 20px;
    margin-bottom: 50px;
}
.abus-li{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 30px;
    margin-right: 3px;
}
.this-abus{
    background-color: #2fa6ed;
}
.abus-li a{
    color: #333;
}
.this-abus a{
    color: #fff;
}
.index-cont li{
	display: flex;
	line-height: 24px;
}
.index-cont li a{
	display: flex;
	width: 100%;
	color: #333;
}
.index-cont ul li i{
	color: #2fa6ed;
	font-size: 24px;
	display: block;
	width: 10%;
	/* margin-right: 6%; */
}
.index-cont ul li span {
	display: block;
    width: 37%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.index-cont ul li p{
	width: 65%;
    font-size: 14px;
}
.index-cont ul li a p{
    border-bottom: 1px solid #fff;
}
.index-cont ul li a p:hover{
    border-bottom: 1px dotted #999;
}
.fl-form{
    width: 50%;
}
.fr-aside{
    width: 30%;
}
.fl-form .form-l{
    width: 100%;
}
.fl-form .form-r{
    width: 100%;
}
.aside-box{
    border: 1px solid #f7e5cd;
    border-radius: 8px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.aside-top{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    /* margin-top: 50px; */
    line-height: 36px;
    background-color: #2fa6ed;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding-left: 20px;
    color: #fff;
}
.faqimg{
    line-height: 30px;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    align-items: center;
}
.faqimg p:nth-child(1){
    width: 20%;
}
.faqimg p:nth-child(2){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    margin-left: 10px;
}
.tj-ject{
    width: 96%;
    margin: 0 auto;
}
.tj-ject li{
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tj-ject li a{
    color: #666;
}
.tj-ject li img{
    margin-right: 10px;
    height: auto;
}
.tj-pro li{
    line-height: 30px;
    background-color: #f2f2f2;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 4px;
}
.tj-ject li:hover>a{
    color: #2fa6ed;
}
.tj-ject li:hover>p>a{
    color: #2fa6ed;
}
.tj-pro li a{
    color: #333;
}
/* .protype li{
    list-style: inside;
} */
/*conus*/
.map-box{
    width: 48%;
}
.map-box img{
    border: 4px solid #ededed;
}
.index-contbox{
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
}
.index-contbox .two-btn{
    margin-top: 80px;
}
.con-formbox{
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
}
.conus-con h3{
    color: #3399cc;
}
.conus-con .index-cont{
    background-color: #fff;
    /* padding-top: 50px; */
    padding-bottom: 100px;
    margin-top: 30px;
}
.conus-con .index-cont ul li{
    line-height: 30px;
    margin-top: 10px;
}
.conus-con .index-cont ul li a i{
    margin-right: 0;
}
.conus-con .index-cont ul li span{
    width: 26%;
    font-size: 14px;
    font-weight: normal;
}
.conus-con .index-cont ul li p{
    font-size: 14px;
}
.com-form{
    border: 2px solid #f2f2f2;
    margin-top: 80px;
    padding: 30px;
}
.com-form h3{
    text-align: center;
    font-weight: normal;
    line-height: 36px;
    color: #333;
}
.com-form .form-l{
    justify-content: space-between;
}
.com-form .form-input{
    width: 48%;
}
.com-form .form-area{
    width: 48%;
}
.com-form .form-input input,.com-form .form-area textarea{
    background-color: #f5fafc;
}
.com-form .form-l textarea{
    height: 274px;
}
.con-form form .button{
    display: block;
    color: #fff;
    width: 40%;
    margin: 0 auto;
    background-color: #289fe5;
    margin-top: 30px;
    line-height: 40px;
    border-radius: 25px;
    border: 0;transition: all .4s;
}
.con-form form .button:hover{box-shadow: 1px 2px 2px 2px #3399cc;cursor: pointer;}
.inquiry-body .com-form{
    margin-top: 30px;
}
.map-sort{
    padding-top: 14px;
    padding-bottom: 14px;
}
.map-sort h3{
    line-height: 50px;
    background-color: #f2f2f2;
    text-indent: 10px;
    font-size: 1.2rem;
}
.map-sort h3 a{
    color: #666;
}
.map-sort h3 a:hover{
    color: #3399cc;
}
.map-sort ul{
    background-color: #fff;
}
.map-sort ul li{
    line-height: 40px;
    margin-left: 10px;
}
.map-sort ul li a{
    color: #333;
    display: block;
}
.map-sort ul li a:hover{
    color: #3399cc;
}
.map-main .com-form{
    background-color: #fff;
}
.map-main .article-r{
    background-color: #fff;
}
/*产品主栏目*/
.box1{
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    height: 260px;
}
.box-l{
    position: absolute;
    left: 0;
    width: 21%;
    z-index: 1;
    background-color: #666;
    padding: 0 2%;
    height: 200px;
    top: 30px;
}
.box-l i{
    display: block;
    height: 1px;
    background-color: #fff;
    width: 30%;
}
.box-l h3{
    line-height: 40px;
    color:#fff;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.box-l div img{
    vertical-align: top;
}
.box-l div .type-desc{
    color: #fff;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 10px;
}
.box-l div .type-a img{
    margin-right: 10px;
    vertical-align: middle;
}
.box-l div .type-a a{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
/* .box-l div:hover>p>a{
    color: #3399cc;
} */
.box-r{
    align-items:center;
    position: absolute;
    left: 23%;
    width: 77%;
    background-color: #289fe4;
    height: 260px;
}
.leadlist ul{
    justify-content: flex-end;
}
.leadlist ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 24%;
}
.leadlist ul li img{
    border: 2px solid #fff;
    border-radius: 8px;
}
.leadlist ul li p{
    width: 90%;
    margin: 0 auto;
}
.leadlist ul li h3{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.leadlist ul li h3 a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color:#fff;
}
.leadlist ul li:hover>h3 a{
    color: #0000ff;
}
.lead{
    justify-content: space-between;
    line-height: 50px;
    border-bottom: 2px solid #e6e6e6;
}
.lead p{
    width: 20%;
}
.lead ul{
    width: 100%;
    justify-content: flex-end;
}
.lead ul li{
    margin-left: 3%;
}
.lead ul li a{
    color:#666;
    font-size: 14px;
}
.lead ul li a:hover{
    color: #30aaf5;
}
.list-pro2-bot{
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 100px;
}
.list-pro2-bot .raw-material{
    width: 48%;
    border-right: 2px solid #cccccc;
}
.list-pro2-bot .raw-material h3{
    font-weight: normal;
    font-size: 1.6rem;
}
.list-pro2-bot .raw-material ul li{
    margin-right: 5%;
    width: 23%;
    margin-top: 16px;
}
.list-pro2-bot .raw-material ul li p{
    text-align: center;
}
.list-pro2-bot .pro-pro{
    width: 45%;
    padding-left: 4%;
}
.list-pro2-bot .pro-pro .flex div:first-child{
    width: 48%;
}
.list-pro2-bot .pro-pro .flex div:last-child{
    width: 48%;
}
.list-pro2-bot .pro-pro .flex div ul li{
    padding: 0 2%;
    margin-top:30px;
    width: 44%;
    text-align: center;
}
.list-pro2-bot .pro-pro .flex div ul li:nth-child(odd){
    border-right:1px solid #666;
}
.list-pro2-bot .pro-pro h3{
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 20px;
}

















/*culture*/
.com-left{
    width: 46%;
    padding: 2%;
    background-color: #e2f0f9;
}
.com-left ul li{
    line-height: 24px;
    font-size: 14px;
}
.company-top .com-left p{
    width: 100%;
    line-height: 24px;
}
.company-top p img{
    height: 400px;
}
.company-top p{
    width: 50%;
}
.company-bottom h4{
    line-height: 36px;
}
.company-bottom ol li{
    line-height: 24px;
    font-size: 14px;
}
.company-bottom p{
    line-height: 24px;
}
.culture-l{
    /* width: 56%; */
    margin-top: 50px;
}
.culture-l p{
    /* line-height: 30px; */
    font-size: 14px;
    color: #333;
}
.culture-l .img-p img{
    width: 100%;
}
.culture-l .img-p{
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}
.arc-top{
    margin-bottom: 30px;
}
.article-l{
    width: 65%;
}
.article-r{
    width: 30%;
}
.article-r .fr-aside{
    width: 100%;
}
.arc-img{
    width: 44%;
}
.arc-cont{
    width: 54%;
    margin-left: 2%;
}
.arc-cont h2{
    font-size: 16px;
    /* word-break: break-all; */
}
.arc-type{
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}
.arc-conus{
    /* text-transform: uppercase; */
    font-size: 18px;
    padding-bottom: 10px;
    /* padding-top: 16px; */
}
.arc-cont .index-cont ul li span{
    width: 32%;
}
.arc-cont .index-cont ul li i{
    width: 10%;
}
.two-btn{
    justify-content: space-between;
    margin-top: 20px;
}
.chat-btn,.msg-btn{
    min-width: 42%;
    line-height: 36px;
    background-color: #2fa6ed;
    text-align: center;
    border-radius: 10px;
}
.chat-btn:hover{
    background-color: #59b9f3;
}
.msg-btn:hover{
    background-color: #59b9f3;
}
.chat-btn a,.msg-btn a{
    display: block;
    color: #fff;
}
.prev-next{
    margin-top: 30px;
    font-size: 14px;
}
.prev-next p{
    line-height: 40px;
    background-color: #f2f2f2;
    margin-top: 10px;
    padding-left: 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.prev-next p span{
    margin-left: 15px;
    margin-right: 15px;
}
.prev-next a{
    color: #2fa6ed;
}
.data-sort{
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.data-sort span{
    line-height: 20px;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
}
.data-sort span a{
    background-color: #f2f2f2;
    color: #2fa6ed;
}
.data-sort span a:hover{
    background-color: #2fa6ed;
    color: #fff;
}
.data-sort span:hover>a{
    color: #fff;
}
.art-sort{
    color: #2fa6ed;
}
.share{
    margin-top: 50px;
}
.video-box{
    text-align: center;
    margin-bottom: 30px;
}
.i-video .video-box{
    margin-top: 40px;
    text-align: left;
}
.arc-body{
    position: relative;
    font-size: 16px;
}
.arc-body a{
    color: #289fe5;
}
.arc-body .bodyul{
    margin-top: 20px;
    margin-bottom: 10px;
}
.arc-body .bodyul li{
    line-height: 36px;
    flex: 1;
    text-align: center;
    background-color: #f2f2f2;
    border-right: 1px dotted #c4c4c4;
    border-left: 1px dotted #c4c4c4;
    margin-right: -1px;
    display: block;
}
.arc-body .bodyul li a{
    color: #2fa6ed;
    display: block;
}
.arc-body .bodyul .thistag{
    background-color: #2fa6ed;
    color: #fff;
}
.arc-body p{
    margin-bottom: 10px;
    text-align: justify;
    line-height: 24px;
}
/* .arc-body .bodyul{
    border-bottom: 1px solid #999;
} */

/* .arc-body li{
    display: none;
} */

.tag-fixed{
    position: fixed;
    top: 0;
}
.tag{
    background-color: #fff;
    line-height: 40px;
    border-bottom: 4px solid #f2f2f2;
}
.tag ul li{
    flex: 1;
    text-align: center;
}
.tag ul li a{
    color:#333;
    display: block;
}
.c{
    border-bottom: 4px solid #289fe5;
}
.tag ul .c a{
    color: #289fe5;
}





.pro-content table{
    margin: 16px auto;
}
/*123*/

.sol-content .pro-tags{
    background-color: #fff;
    z-index: 999;
}
.sol-content .pro-tags .tag-ul{
    border-bottom: 1px solid #cccccc;
}
.sol-content .pro-tags .tag-ul .tag-li{
    border-bottom: 1px solid #fff;
    color: #333;
    /* padding: 10px; */
    line-height: 30px;
    position: relative;
}
.sol-content .pro-tags .tag-ul .tag-li a{
    padding: 10px;
}
.sol-content .pro-tags .tag-ul .tag-li div p a{
    padding: 0;
}
.sol-content .pro-tags .tag-ul .tag-li:hover>a{
    background-color: #289fe5;
    color: #fff;
}
.sol-content .pro-tags .tag-ul .tag-li:hover>div{
    display: block;
}
.sol-content .pro-tags .tag-ul .tag-li div{
    position: absolute;
    background-color: #fafafa;
    top: 52px;
    left: 0;
    display: none;
    /* z-index: 99; */
}
.sol-content .pro-tags .tag-ul .tag-li div p{
    padding: 6px 10px;
    width: 300px;
    margin-top: 0;
}
.sol-content .pro-tags .tag-ul .tag-li div p:hover>a{
    color: #289fe5;
}
.sol-content .pro-tags .tag-ul .tag-li span{
    margin-left: 8px;
}
.sol-content .pro-tags ul li a{
    color: #333;
    display: block;
    /* width: 120px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.sol-content .pro-tags .tag-ul .c{
    border-bottom: 0 solid #289fe5;
}
.sol-content .pro-tags .tag-ul .c a{
    color: #fff;
    /* width: 190px; */
    background-color: #289fe5;
}
.sol-content .pro-tags .tag-ul .c div a{
    color: #333;
}
.tag-fixed {
    position: fixed;
    top: 0;
}


/*table*/
table,table tr th, table tr td { 
    border:1px solid #2fa6ed; 
    text-align: center;
}
table { 
    text-align: left; 
    border-collapse: collapse; 
    padding:2px;
    margin: 0 auto;
}
table tr td{
    line-height: 30px;
    min-width: 30px;
    font-size: 14px;
}
.contentp{
    padding-bottom: 60px;
    margin-top: 10px;
}
.contentp .sorttype{
    margin-bottom: 50px;
}
.gc-l{
    width: 20%;
}
.gc-l img{
    vertical-align: top;
}
.gc-r{
    width: 78%;
    padding-left: 2%;
}
.gc-r>ul li{font-size: 14px;color: #333;margin-right: 20px;margin-top: 10px;}
.gc-box:hover{
    background-color: #eaf4f9;
}
.gc-box:hover>.gc-wrap>.gc-r>h3 a{
    color: #3399cc;
}
.gc-title{
    padding-top: 10px;
    padding-bottom: 10px;
}
.gc-title a{
    color: #333;
    font-size: 16px;
}
.gc-title a:hover{text-decoration: underline;}
.gc-desc{
    color: #666;
    line-height: 22px;
    font-size: 14px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.gc-time{
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}
.gc-time span{
    margin-left: 10px;
}
.gc-box{
    background-color: #f2f2f2;
    margin-top: 0;
    margin-bottom: 20px;
}
.i-faqbox .gc-title{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.i-faqbox .gc-desc{
    color: #666;
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.addfaq{
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.addfaq h3{
    line-height: 22px;
    margin-bottom: 10px;
}
.addfaq h3 a{
    font-weight: normal;
    color: #333;
}
.addfaq p{
    color:#999;
    line-height: 22px;
    font-size: 12px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.sol-left{
    width: 47%;
    padding-right: 2%;
    border-right: 1px solid #ccc;
}
.sol-right{
    padding-left: 2%;
    width: 47%;
    border-left: 1px solid #ccc;
}
.sol-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol-list ul li{
    margin-top: 20px;
    width: 48%;
    background-color: #fff;
    font-size: 14px;
    /* word-break: break-all; */
}
.sol-list ul li a{
    display: block;
    overflow: hidden;
}
.sol-list ul li img{
    cursor: pointer;
    transition: all 0.6s;
}
.sol-list ul li img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.sol-list ul li h3 a{
    color: #333;
}
.top-sol{
    background-color: #fff;
}
.top-sol a{
    display: block;
    overflow: hidden;
}
.top-sol img{
    cursor: pointer;
    transition: all 0.6s;
}
.top-sol img:hover{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}
.top-sol h3{
    line-height: 46px;
    text-align: center;
}
.top-sol h3 a{
    color: #333;
}
.top-sol:hover>h3 a{
    color: #2fa6ed;
}
.sol-list h3{
    font-weight: normal;
    text-align: center;
    line-height: 26px;
}
.sol-list h3 a{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}
.sol-list ul li:hover> h3 a{
    color: #2fa6ed;
}
.arc-tag{
    margin-bottom: 20px;
}
.arc-tag ul{
    border: 1px solid #f2f2f2;
}
.arc-tag ul li{
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 14%;
    text-align: center;
    flex:1;
    border-right: 1px solid #f2f2f2;
}
.arc-tag ul li:hover{
    background-color: #2fa6ed;
    color: #fff;
    cursor: pointer;
}
.arc-tag ul .thistag{
    background-color: #2fa6ed;
    color: #fff;
}
.arc-tag ul li a{
    color: #333;
    display: block;
}
#example_video_1{
    margin: 0 auto;
}
.foot-link{
    background-color: #246f92;
    color: #cccccc;
}
.foot-link a{
    color: #ffffff;
}
.foot-link-wrap{
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    line-height: 40px;
}
.foot-link-wrap span{
    margin-right: 20px;
    text-indent: 30px;
}
.foot-link-wrap a{
    padding-left: 20px;
    padding-right: 20px;
}
/* .foot-link-wrap p{
    line-height: 24px;
    font-size: 16px;
    margin-right: 6px;
    margin-left: 20px;
} */
.foot-link-wrap li{
    line-height: 24px;
}
.foot-link-wrap li a{
    border-right: 1px solid #c4c4c4;
    padding-left: 10px;
    padding-right: 10px;
}

.flowchart-desc{line-height: 26px;margin: 20px auto;color: #333;}

.flowchart-desc h2{text-align: center;}





























/* 底部 */
.foot_top{
    margin-top: 70px;
    background-color: #246f92;
    color: #c4c4c4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot_logo{
    color: #fefefe;
    font-size: 24px;
    font-weight: 900;
    line-height: 36PX;
    display: flex;
    vertical-align: top;
    font-family: Helvetica;
}
.foot_logo span{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-left: 10px;
}
.conusul{
    margin-top: 20px;
}
.conusul li{
    line-height: 30px;
    /* margin-top: 14px; */
    /* word-break: break-all; */
}
.conusul li img{
    margin-right: 8px;
}
.aboutdoing{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 20px;
}
.foot_top a{
    color: #ffffff;
}
.foot_box{
    justify-content: space-between;
}
.foot_us{
    width: 24%;
    color: #fff;
}
.foot_lead{
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.foot_nav{
    width: 15%;
}
.foot_order{
    width: 12%
}
.ewm{
    width: 16%;
    justify-content: center;
}
.scan{
    margin-top: 56px;
    width: 100%;
    text-align: center;
}
.ewm_sm{
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.div{
    width: 30px;
    height: 4px;
    background-color: #0069df;
    margin-top: 10px;
}
.nav_ul{
    margin-top: 20px;
}
.nav_ul li{
    line-height: 30px;
}
.order_ul{
    margin-top: 20px;
}
.order_ul li{
    list-style-type: disc;
    color: #0069df;
    line-height: 30px;
}
.order_ul li span{
    color: #c4c4c4;
}
.foot_bottom{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #161616;
    color: #666;
}
.div3{
    background-color: #f4f4f4;
    height: 1px;
    width: 50px;
}
.bottom_box{
    justify-content: space-between;
}
.bottom_box a{
    color: #999;
}
.hot_div{
    margin-top: 6px;
}
.hot_div div{
    /* border-bottom: 1px solid #fefefe; */
    justify-content: space-between;
    /* margin-top: 10px; */
}
.hot_div p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.hot_div p:nth-child(2){
    width: 70%;
    line-height: 20px;
    height: 60px;
    overflow-y: hidden;
}
.foot_hot{
    width: 30%;
}
.wx{
    font-size: 14px;
    color: #c4c4c4;
    text-align: center;
}

.tit-fz,.tit-bolder,.tit-bg{margin-top: 20px!important;margin-bottom: 8px!important;}
.tit-fz{font-size: 18px!important;font-weight: bolder!important;}
.tit-bolder{font-weight: bolder!important;}
.tit-bg{background-color: #289fe5;color: #fff!important;font-weight: bolder!important;padding-left: 10px;}

.i-news-r .com-form{margin-top: 0;box-shadow: 0 0 2px 2px #e8e8e8;}


.arc-body table{
    width: 700px!important;
}

.prosort ul{justify-content: space-between;margin-top: 30px;}
.prosort ul li{border: 1px solid #58c2f7;padding: 6px 14px;border-radius: 10px;box-shadow: inset 0px 0px 4px 2px #58c2f7}
.prosort ul .active{background-color: #2fa6ed;color: #fff;}
.prosort ul li:hover{background-color: #2fa6ed;color: #fff;cursor: pointer;}



