* { box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */-webkit-text-size-adjust: none; outline: none;  font-family:'Poppins';scroll-behavior: smooth;scroll-padding-top:80px;}
body {
  padding:0px; margin: 0px;font-size: 16px;  line-height: 1.5;
}
a:hover{text-decoration:none}
a{color: #333}
li, dt,dd{padding: 0px; margin: 0px; list-style: none}
.text-c{text-align: center;}
.self-ellipsis-2 {display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.self-ellipsis-3 {display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

::-webkit-scrollbar {
	width:6px;
	background-color: #014686;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #7d7d7d;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #014686;
}


.input1::-webkit-input-placeholder{ font-size:14px; color:#999}
.input2::-webkit-input-placeholder{ font-size:14px; color:#999}

.textarea_txt::-webkit-input-placeholder{ font-size:14px; color:#999; font-family: Microsoft YaHei, sans-serif;}

video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px);}

.space1{ overflow:hidden; clear:both; height:10px; width:100%}
.space2{ overflow:hidden; clear:both; height:20px; width:100%}
.space3{ overflow:hidden; clear:both; height:30px; width:100%}
.space4{ overflow:hidden; clear:both; height:40px; width:100%}


@media only screen and (max-width:1000px) {
.space2{ overflow:hidden; clear:both; height:10px; width:100%}
.space3{ overflow:hidden; clear:both; height:15px; width:100%}
.space4{ overflow:hidden; clear:both; height:20px; width:100%}
}



.main{ max-width:1450px; overflow:hidden; width:94%; margin:0 auto;}

@media (min-width: 1930px) {
.main{ max-width: 1600px; width:94%; margin:0 auto;}
}

.wrapper-hei{ background:#f6f6f6; width:100%; padding:100px 0px 100px 0px; overflow:hidden; position: relative}
.wrapper-bai{ background:#ffffff; width:100%; padding:100px 0px 100px 0px; overflow:hidden;position: relative}

@media only screen and (max-width:1450px) {
.wrapper-hei{padding:80px 0px 80px 0px;}
.wrapper-bai{padding:80px 0px 80px 0px;}
}
@media only screen and (max-width:1400px) {
.wrapper-hei{padding:60px 0px 60px 0px;}
.wrapper-bai{padding:60px 0px 60px 0px;}
}
@media only screen and (max-width:1300px) {
.wrapper-hei{ padding:40px 0px 40px 0px;}
.wrapper-bai{ padding:40px 0px 40px 0px;}
}

@media only screen and (max-width:1100px) {
.wrapper-hei{ padding:30px 0px 30px 0px;}
.wrapper-bai{ padding:30px 0px 30px 0px; }
}



.actGotop{position:fixed;_position:absolute;bottom:60px;right:2%;width:40px;height:40px;display:none; z-index:10; border-radius:50%; background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);}
.actGotop a,.actGotop a:link{width:40px;height:40px;display:inline-block; text-align:center;}
.actGotop a:hover{outline:none;}
.actGotop i{ width:40px;height:40px; line-height: 40px; color: #fff;font-size: 18px}
.actGotop a:hover{ background:#ff7e00; border-radius:50%; }
.actGotop a i{color: #fff;}

.foot_btn_box{ position: fixed; z-index: 9; float:right;  bottom:110px; right: 2%; text-align: center;display: none}
.foot_btn_box a{ display: inline;line-height: 39px;}
.R_btn_tel{width: 39px;height: 39px; text-align: center; border-radius: 50%;background: #fff;box-shadow:0 0 15px rgba(55, 55, 55, 0.3);
  background: -webkit-linear-gradient(45deg, #fd8b05, #fd5705);
  background: -o-linear-gradient(45deg, #fd8b05, #fd5705); 
  background: -moz-linear-gradient(45deg, #fd8b05, #fd5705); 
  background: linear-gradient(45deg, #fd8b05, #fd5705);  margin-bottom: 10px;display: flex;align-items: center;justify-content: center;
  }
.R_btn_tel i{ line-height: 39px; font-size: 24px; color: #fff; }

@media only screen and (max-width:1100px) {
.foot_btn_box{ display:block}	
}



.td_Animation{
	animation:Stressscale 4s linear infinite !important;
	-webkit-animation:Stressscale 4s linear infinite !important;
	-o-animation:Stressscale 4s linear infinite !important;
	-moz-animation:Stressscale 4s linear infinite !important;
}
 @keyframes Stressscale {
	0% {
		transform: scale(1);
	}
	12.5% {
		transform: scale(1.05);
	}
	25% {
		transform: scale(1);
	}
	37.5% {
		transform: scale(1.05);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
  }
  @-webkit-keyframes Stressscale {
	0% {
		-webkit-transform: scale(1);
	}
	12.5% {
		-webkit-transform: scale(1.05);
	}
	25% {
		-webkit-transform: scale(1);
	}
	37.5% {
		-webkit-transform: scale(1.05);
	}
	50% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
	}
  }
  @-o-keyframes Stressscale {
	0% {
		-o-transform: scale(1);
	}
	12.5% {
		-o-transform: scale(1.05);
	}
	25% {
		-o-transform: scale(1);
	}
	37.5% {
		-o-transform: scale(1.05);
	}
	50% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(1);
	}
  }
  @-moz-keyframes Stressscale {
	0% {
		-moz-transform: scale(1);
	}
	12.5% {
		-moz-transform: scale(1.05);
	}
	25% {
		-moz-transform: scale(1);
	}
	37.5% {
		-moz-transform: scale(1.05);
	}
	50% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(1);
	}
  }



.tel_top_k .btn {
  position: relative;
  color: #ffffff;
  background: #0071f0;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.9px; line-height: 30px;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; margin: 0px 10px; padding: 0px 15px;
}
.tel_top_k .btn i{font-size: 20px;}
.tel_top_k .btn:hover {
  color: #ffffff;
  box-shadow: 0px 10px 25px 0px rgba(0, 113, 240, 0.32);
}

@media only screen and (max-width: 1300px) {
	.tel_top_k .btn { line-height: 24px;  padding: 5px 20px;}
}

@media only screen and (max-width: 1200px) {
.tel_top_k .btn { margin-left: 12px;}

}



.main-title{ text-align:center; margin-bottom:40px; position: relative; z-index: 2;}
.main-title h3{ color: #000;font-size:40px;line-height:1.1; font-weight:700;text-transform:uppercase; font-family:'Oswald-Bold'; position:relative; }
.main-title .text-des{font-size: 18px; color: #333; max-width:900px; width:92%; margin:0 auto;line-height:22px; margin-top: 10px;font-weight:300;}


@media only screen and (max-width:1400px) {
.main-title h3{font-size: 2.8vw;}
}

@media only screen and (max-width:1200px) {
.main-title h3{ font-size: 28px;}

.main-title{ text-align:center; margin-bottom:25px}
.main-title .text-des{font-size: 16px;}
}

@media only screen and (max-width:900px) {
.main-title h3{ font-size: 22px;}
.main-title .text-des{font-size: 14px;}
}
@media only screen and (max-width:700px) {
.main-title h3{ font-size: 20px;}

}




.heading-divider {
  display: inline-block;
  position: relative;
  height: 4px;
  background-color: #0c68ab;
  width: 90px;
  overflow: hidden;
  border-radius: 50px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}



@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@media only screen and (max-width:1200px) {
	.heading-divider {  width: 80px;}
	@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
}


/* ---单页//----- */

.article-title{ width:100%; line-height:1.4; font-size:30px;margin-bottom:15px; color:#000; font-weight: 600; padding: 0px;}

.article-info{width:100%; border-bottom:#ededed 1px solid; font-size:12px; color:#666666; 
padding-bottom:15px; margin-bottom:0px; line-height:25px; margin-bottom: 15px;font-weight: 300;
display: flex;display: -webkit-flex;justify-content: center;align-items: center;flex-wrap: wrap;
}
.article-info i{ font-size:16px; color:#999999; margin-right:2px; font-weight:300; vertical-align: middle}

@media (max-width: 1300px) {
.article-title{ font-size: 24px;}
}
@media (max-width: 1200px) {
.article-title{ font-size: 20px;}
}
   
.content-txt{line-height:200%; color:#333333; font-size:16px; overflow:hidden;}
.content-txt p{line-height:200%; color:#333333; font-size:16px; overflow:hidden;}
.content-txt img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}


.content-img{overflow:hidden; width:100%; text-align:center;font-size:16px;}
.content-img img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}

.content-txt table{ table-layout: fixed;word-break: break-all; }
.content-txt table td{border:1px solid #999;word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all; padding: 3px 1px;}
.content-txt table{border:1px solid #999;} 

@media (max-width: 1300px) {
.content-txt{line-height:190%;}
.content-txt p{line-height:190%; overflow:hidden;}
.content-img{overflow:hidden; width:100%; text-align:center;}
	
.content-txt{font-size:14px;}
.content-txt p{font-size:14px;}
}


.Inside_L{ float:left; margin:0px; padding:0px; overflow:hidden;width:70%; }
.Inside_R{ float: right; margin:0px; padding:0px; overflow:hidden; width:25%; display:block}


 @media only screen and (max-width:1000px) {
.Inside_L{ float:left; margin:0px; padding:0px; overflow:hidden; width:100%; margin-bottom: 20px; }
.Inside_R{ float:left; margin:0px; padding:0px; overflow:hidden; width:100%;} 
} 


.sidebar_title{padding: 0; margin: 0px;border-bottom: 1px solid #ddd; overflow: hidden;}
.sidebar_title h3{font-size: 24px;line-height: 30px; color: #000; margin: 0px; padding: 0px; margin-bottom:15px;font-family:'Oswald-Bold'}
.side_news{overflow: hidden; margin: 0px; padding: 0px;}
.side_news li{overflow: hidden; margin: 0px; padding: 0px;
padding-top:15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;}
.side_news li:last-child{border-bottom: 0px solid #ddd;}
.side_pic{width: 38%;float:left; margin-right: 20px;}

.side_news li dl{overflow: hidden; margin: 0px; padding: 0px; padding-top: 10px;}
.side_news li dl dt{overflow: hidden; margin: 0px; padding: 0px;font-size: 14px;line-height: 22px;color: #111;
font-weight: normal; }
.side_news li dl{font-size: 12px; color: #666;}
.side_news li dl dt:hover a{ color:#0291ff;}
@media (max-width: 1200px) {
.sidebar_title h3{font-size: 20px;}
.side_pic{width: 40%;margin-right: 12px;}

}

 @media only screen and (max-width:1000px) {

.side_news li{width: 49%;float:left; margin-right: 2%;}
.side_news li:nth-child(2n){ margin-right: 0;}	

.side_news li{padding-top:15px;}

.side_news li:nth-last-child(2){border-bottom: 0px solid #ddd;}
 }

@media only screen and (max-width:600px) {
.side_pic{max-width:150px;min-width: 90px;}
.side_news li{width: 100%;float:left; margin-right: 0;}
.side_news li:nth-child(2n){ margin-right: 0;}	
.side_news li:nth-last-child(2){border-bottom: 1px solid #ddd;}
 }


/* --fonter--- */
.footer_bg{  background:#192436 ;padding: 90px 0px; margin: 0px; overflow: hidden;   position: relative;z-index: 1;}

.footer_bg:before {
  content: "";
  background: url(../images/map-bg1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
background-size: contain;opacity: 0.14;
}

.foot_d_k{ max-width: 1450px; margin: 0 auto; overflow: hidden;width: 92%;display: flex;display: -webkit-flex;justify-content: space-between; position: relative;z-index: 1;}

.copyright_k{background: #192436; padding: 20px 0px;overflow: hidden; border-top: 1px solid rgba(102, 101, 101, 0.3);}
.copyright{overflow: hidden;font-size: 14px;color: #ddd; max-width: 1500px; margin: 0 auto; overflow: hidden;width: 92%; display: flex;display: -webkit-flex;justify-content: space-between;}
.copyright span{color: #ddd; float: right}
.copyright a{color: #ddd;}
.copyright a:hover {text-decoration: underline;}
.copyright p{ margin: 0px; padding: 0px}

.fonter_L{ width: 30%;float: left; overflow: hidden; margin: 0px; padding: 0px; margin-right: 5%;}
.fonter_L dl{ overflow: hidden; margin: 0px; padding: 0px; color: #fff;}
.fonter_L dl dt{ overflow: hidden; margin: 0px; padding: 0px;font-weight: bold; line-height: 190%; margin-bottom: 15px;}
.fonter_L dl dd{ overflow: hidden; margin: 0px; padding: 0px; line-height: 26px;font-family:'Montserrat-Light';}
.fonter_L dl dt h3{ overflow: hidden; margin: 0px; padding: 0px; font-family: 'AVGBBT';font-size: 26px; color: #e80707;font-weight: bold;}
.fonter_L dl dt h3 span{ overflow: hidden; margin: 0px; padding: 0px; line-height: 22px;font-weight: normal;font-size: 16px; margin-right: 5px; color: #fff;}
.fonter_L dl dt img{ height: auto; width: 200px; vertical-align: top}

.fonter_M{ width: 40%;float: left; overflow: hidden; margin: 0px; padding: 0px;}
.fonter_R{overflow: hidden; margin: 0px; padding: 0px; }


.fonter_nav{overflow: hidden; margin: 0px; padding: 0px;}
.fonter_nav li{overflow: hidden; margin: 0px; padding: 0px; width:50%;float: left; }
.fonter_nav li dl{overflow: hidden; margin: 0px; }
.fonter_nav li dl dt{overflow: hidden; margin: 0px; font-size: 18px; margin-bottom: 15px;font-weight: bold; color: #fff;}
.fonter_nav li dl dd{overflow: hidden; margin: 0px; font-size: 16px;  color:#b8b8b8; line-height:24px;word-break: break-all; padding: 0px 0px; margin-bottom: 10px;}
.fonter_nav li dl dd a{ color:#b8b8b8}
.fonter_nav li dl dt a{ color:#fff}
.fonter_nav li dl dt a:hover{color:#0291ff }
.fonter_nav li dl dd a:hover{color:#0291ff }
.fonter_nav li:nth-child(1){width: 60%; margin-right: 4%;}
.fonter_nav li:nth-child(2){width: 36%;}

.d_2wm_box{ margin: 0px;font-size: 14px; text-align: center;}
.d_2wm{ width: 110px; text-align: center;line-height: 30px; display: inline-block;font-size: 14px;color: #fff; margin-top: 20px;}
.d_2wm img{ width: 100%; height: 100%; vertical-align: top; border-radius: 4px}

@media (max-width:1360px) {
.d_2wm{ width: 100px; text-align: center;line-height: 30px; display: inline-block;font-size: 12px;}	
.fonter_bg{padding: 80px 0px}	
.footer_bg{ padding: 70px 0px;}
.fonter_nav li dl dd{font-size: 14px; }	
}

@media (max-width:1200px) {
.fonter_nav li dl dt{font-size: 16px; margin-bottom: 15px; }
.fonter_nav li dl dd{font-size: 13px; }	
.fonter_bg{padding: 50px 0px}
.fonter_L dl dd{font-size: 14px; line-height: 26px;}
.fonter_L dl dt h3{ font-size: 22px; }
.copyright p{font-size: 14px;}

.fonter_bg::before{ background:url(../images/d-map_bg.png) no-repeat center right;background-size:contain; width: 100%;height:100%; position: absolute; z-index: 0; content: "";top:0;right: 1%;}
.footer_bg{ padding: 50px 0px;}
}

@media (max-width:1000px) {
.fonter_L dl dt img{ width: 170px;}
.fonter_L{ width:50%;}
.fonter_M{ display: none;}	
.fonter_L dl dt h3{ font-size: 18px; }
}

@media (max-width:750px) {
	.foot_d_k{display: block; }
.copyright p{text-align: center; width: 100%}
.copyright span{text-align: center; display: block; float: none; width: 100%}
.copyright{display: block;}
.d_2wm{display: none;}
.fonter_L{ width:100%; text-align: center;overflow: hidden;margin-bottom: 20px; margin: 0px;}
.fonter_R{width: 100%;  padding-top: 20px;}
.foot_d_k dl dt{ margin-bottom: 8px;}
.fonter_nav li dl dt h3{  margin: 0}
.fonter_nav li dl dt{margin: 0px; font-size: 18px; margin-bottom: 5px; }

}

@media (max-width:700px) {
.fonter_nav li{text-align: center}
.copyright p{font-size: 14px}
.fonter_bg{padding: 35px 0px}
}
	


.d_socialize{overflow:hidden; padding:0px; margin: 0px;text-align: center; }
.d_socialize dl{overflow:hidden; padding:0px; margin: 0px;}
.d_socialize dl dt{overflow:hidden; padding:0px; margin: 0px;font-size: 18px;color: #fff;font-weight: 500; margin-bottom: 5px}
.d_socialize dl dd{overflow:hidden; padding:0px; margin: 0px;display: flex;justify-content: center;}
.d_socialize dl dd p{font-size: 14px; color: rgba(255, 255, 255, 0.6); line-height: 30px; padding:0px; margin: 0px}
.d_socialize dl dd i{overflow:hidden; padding:0px; margin: 0px;font-size: 30px; color: #fff;  width: 44px; height: 44px; line-height: 50px; text-align: center; background: #2c6bd4; border-radius: 50%; vertical-align: middle; margin: 0px 10px;display: flex;align-items: center;justify-content: center;}
.d_socialize dl dd i img{width: 60%; height: auto;vertical-align: top}
.d_socialize dl a{display: inline}

.d_socialize dl dd a:nth-child(2) i{ background: #000}
.d_socialize dl dd a:nth-child(3) i{ background: #ff0062}
.d_socialize dl dd a:nth-child(4) i{ background: #3dba30}

.d_socialize dl dd a:nth-child(1) i:hover{ background: #074192;}
.d_socialize dl dd a:nth-child(2) i:hover{ background: #051627}
.d_socialize dl dd a:nth-child(3) i:hover{ background: #e10459;}
.d_socialize dl dd a:nth-child(4) i:hover{ background: #2a961e;}


/**************about*******************/
.home-about{overflow: hidden; margin: 0px; padding: 0px;display: flex;justify-content: space-between;}
.home-about_L{overflow: hidden; margin: 0px; padding: 0px;width: 46%;}
.home-about_R{overflow: hidden; margin: 0px; padding: 0px;width: 46%;}
.home-about_R img{width: 100%; height: auto;vertical-align: top;}
.home-about_info{overflow: hidden; margin: 0px; padding: 0px; line-height:200%; color: #333;}

.about_bg{ position: relative;z-index: 1;}
.about_bg::before{content: "";position: absolute; z-index: 0;width: 100%; height: 100%;
top:0; left:0; background:url(../images/HONGKONG1.png) no-repeat  center bottom;background-size: cover; opacity: 0.35; z-index: -1;}


.about_shuju{ position: relative;z-index: 1;}
.about_shuju::before{content: "";position: absolute; z-index: 0;width: 100%; height: 100%;
top:0; left:0; background:url(../images/line.png) no-repeat  center bottom;background-size: cover;z-index: -1;}

.culture_bg{background: url(../images/culture_bg.svg) no-repeat center;background-size: cover;}

.culture-item{overflow: hidden;padding: 0px; margin: 0px 0px;width: 100%;}
.culture-item dl{overflow: hidden;padding: 30px; background: #fff; border-radius: 10px; position: relative;z-index: 3;margin: 10px 10px;box-shadow: 0 5px 10px 0 rgba(4, 4, 4, 0.2);}
.culture-item dl dt{overflow: hidden;padding: 0px; margin: 0px;font-weight: bold;font-size: 20px; margin-bottom: 8px;color:#222; text-align: center;font-family: 'Oswald-Bold';min-height: 48px;}
.culture-item dl dd{overflow: hidden;padding: 0px; margin: 0px;color: #697383; line-height: 24px;min-height: 120px;font-size: 14px;}
.culture-item .lc-pic{display: flex;justify-content:center;align-items: center; margin: 0 auto; margin-bottom: 8px;}
.culture-item .lc-pic img{width:auto; height: 100px;}
.culture-item dl::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
 background:#009edd;
    transition: all 500ms ease;
    transition: .3s;
    z-index: -1;
    opacity: 0;
    border-radius: 10px;
}

.culture-item dl:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
	border-radius: 10px;
}
.culture-item dl:hover dt{color: #fff;}
.culture-item dl:hover dd{color: #fff;}
.culture-item dl:hover .nun_1{color: #fff;}

@media screen and (max-width: 1200px) {
  .culture-item dl dt{font-size: 18px;}
  .culture-item .lc-pic img{width:auto; height: 80px;}
  .culture-item dl{padding: 30px 20px 20px 20px;}
}
@media screen and (max-width: 500px) {
  .culture-item dl dt{font-size: 16px;}
  .culture-item .lc-pic img{width:auto; height: 70px;}
  .culture-item dl{padding: 30px 15px 15px 15px;}
  .culture-item dl dt{min-height: 24px; height: auto; margin-bottom: 10px;}
}


.sec2-tbody-btn{position: relative;}
.sec2-tbody-btn{position: relative;width: 100%;margin-top: 30px;}
.sec2-tbody-btn .btnn{display: inline-block;vertical-align: top;line-height: 36px;padding: 5px 8px;padding-left: 24px;
	font-size: 16px;color: #FFFFFF;background: #2c6bd4;}
.sec2-tbody-btn .btnn .iconfont{display: inline-block;vertical-align: top;width: 36px;height: 36px;line-height: 36px;margin-left: 24px;text-align: center;background: #FFFFFF;font-size: 12px;color: #2c6bd4;}
.sec2-tbody-btn a:hover{background: #17a2cc;}
.sec2-tbody-btn a:hover .iconfont{color: #17a2cc;}


@media screen and (max-width: 1400px) {
	.sec2-tbody-btn{margin-top: 20px;}
	.sec2-tbody-btn .btnn{line-height: 34px;padding: 6px 7px;padding-left: 22px;font-size: 18px;}
	.sec2-tbody-btn .btnn .iconfont{width: 34px;height: 34px;line-height: 34px;margin-left: 22px;font-size: 12px;}
	.home-about_info{font-size: 14px;line-height:190%;}
	.home-about_L{width: 48%;}
.home-about_R{width: 48%;}
}
@media screen and (max-width: 1259px) {

	.sec2-tbody-btn .btnn{line-height: 32px;padding: 6px 7px;padding-left: 20px;font-size: 16px;}
	.sec2-tbody-btn .btnn .iconfont{width: 32px;height: 32px;line-height: 32px;margin-left: 20px;font-size: 12px;}
}
@media (max-width: 900px) {
	.sec2-tbody-btn .btnn{line-height: 30px;padding: 5px 6px;padding-left: 18px;font-size: 14px;}
	.sec2-tbody-btn .btnn .iconfont{width: 30px;height: 30px;line-height: 30px;margin-left: 18px;font-size: 12px;}
.home-about_info{display:-webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
}
@media (max-width: 700px) {
	.sec2-tbody-btn .btnn{line-height: 28px;padding: 4px 5px;padding-left: 16px;}
	.sec2-tbody-btn .btnn .iconfont{width: 28px;height: 28px;line-height: 28px;margin-left: 16px;font-size: 12px;}
.home-about{display: block;}
.home-about_L{overflow: hidden; margin: 0px; padding: 0px;width: 100%; margin-bottom: 20px;}
.home-about_R{overflow: hidden; margin: 0px; padding: 0px;width:100%;}
.sec2-tbody-btn{text-align: center;}
}
@media (max-width: 560px) {
.sec2-tbody-btn .btnn .iconfont{width: 28px;height: 28px;line-height: 28px;margin-left: 16px;font-size: 12px;}
}






.stat-number_box{display: block;display: flex;justify-content: center;align-items: center; padding-top: 20px}

.stat-box1{width: 25%; padding: 0px 5px;float: left;}

.stat-number_box{display: block;text-align: center;}
.stat-number_box .unit-text{display: inline-block;font-size: 18px; margin-left: 5px; color: #dc1717;text-align: center;}
.stat-number {font-weight: 300;font-size:30px;color:#dc1717; overflow:hidden; line-height:50px;   font-family:'Anton';letter-spacing: 1px;}

.stat-title { font-size: 14px; color: #222;}
.stat-description{  font-weight: normal; display:block; line-height: 20px; color: rgba(54, 54, 54, 0.9);font-size: 16px;}
.stat-icon{ text-align: center;}
.stat-icon svg{height: 40px;width: auto; color: #333;}

.stat-box1:hover .stat-icon svg path {  fill: #dc1717;}
@media screen and (max-width: 1200px) {
.stat-number {font-size:34px; line-height:40px; }
.stat-box{ padding: 24px 0px;}
.stat-number_box .unit-text{font-size: 16px;}
}

@media only screen and (max-width:1100px) {
.stat-number_box .unit-text{font-size: 14px;}
.stat-number {font-size:28px;}
.stat-description{font-size: 14px;}

}


@media only screen and (max-width:700px) {
.stat-number {font-size:22px;}
.stat-number_box .unit-text{ margin-left: 2px;}
.stat-icon svg{height: 40px;}
.stat-icon svg{height: 40px;}
.stat-description{font-size: 14px; min-height: 40px;}
}

@media only screen and (max-width:500px) {
  .stat-box1{width:50%; margin-bottom: 15px;}

}


.sy_serlist{overflow: hidden; margin: 0px;padding: 0px;}
.sy_serlist li{overflow: hidden; margin: 0px;padding: 30px 20px 40px 20px;float: left;width: 23.5%; margin-right: 2%;border: 1px solid #ddd; position: relative;background: #fff; border-radius: 10px}
.sy_serlist li dl{overflow: hidden; margin: 0px;padding: 0px;}
.sy_serlist li dl dt{overflow: hidden; margin: 0px;padding: 0px;color: #1e1e1e; font-size: 18px;font-weight: bold;text-align: center; min-height: 40px; line-height: 20px;}
.sy_serlist li .ser_icon{width: 65px;  position: relative;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; margin: 0 auto; margin-bottom: 10px;}
.sy_serlist li .ser_icon img{height:auto;width: 100%;vertical-align: top;filter: grayscale(100%);opacity: 0.9;}
.sy_serlist li dl .sy_ser_desc{overflow: hidden; margin: 0px;padding: 0px;color: #616161; line-height: 24px;min-height: 78px;
display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;font-size: 14px;}

.sy_serlist li:nth-child(4n){margin-right: 0;}
.sy_serlist .arrow{position: absolute; width: 70px;height: 70px;z-index: 1; border-radius: 50%;
bottom:-20px;right: -15px;line-height: 60px;text-indent: 20px;}
.sy_serlist .arrow i{font-size: 20px;font-weight: 300;color: #888;}

.sy_serlist li:hover  .ser_icon img{filter: grayscale(0);opacity: 1;}
.sy_serlist li:hover  .arrow{background: #2c6bd4;}
.sy_serlist li:hover  .arrow i{color: #fff;}
.sy_serlist li:hover  dl dt{color: #2c6bd4;}
.sy_serlist li:hover{ border: 1px solid #2c6bd4}

.sy_serlist li:hover .ser_icon{
-webkit-transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);
}


@media only screen and (max-width: 1400px) {
.sy_serlist .arrow{width: 60px;height: 60px;bottom:-20px;right: -15px;line-height: 50px;text-indent: 15px;}
.sy_serlist .arrow i{font-size: 18px;}
.sy_serlist li dl dt{font-size: 16px;}
}



@media only screen and (max-width: 1200px) {

.sy_serlist li .ser_icon{width:55px;}
}
@media only screen and (max-width: 1100px) {
.sy_serlist li {width: 49%; margin-bottom: 20px;}
.sy_serlist li:nth-child(2n){margin-right: 0;}
.sy_serlist .arrow{width: 50px;height: 50px;bottom:-15px;right: -15px;line-height: 40px;text-indent: 12px;}
.sy_serlist .arrow i{font-size: 14px;}
.sy_serlist li .ser_icon{width:50px;float: left; margin-right: 15px;} 
.sy_serlist li dl dt{text-align: left; line-height: 24px; min-height: 24px;}
}




@media only screen and (max-width: 700px) {

.sy_serlist .arrow{width: 36px;height: 36px;bottom:-10px;right: -10px;line-height: 30px;text-indent: 8px;}
.sy_serlist .arrow i{font-size: 12px;}
}

@media only screen and (max-width: 640px) {
.sy_serlist li {width: 100%; margin-bottom: 15px; margin-right: 0;}
.sy_serlist li .ser_icon{width:45px; margin-right: 15px;float:left;} 

.sy_serlist .arrow{width: 50px;height: 50px;bottom:-15px;right: -15px;line-height: 40px;text-indent: 12px;}
.sy_serlist .arrow i{font-size: 14px;}
.sy_serlist li dl .sy_ser_desc{min-height: 24px; height: auto;}
}


.Solution_bg{ position: relative;z-index: 1; background:url(../images/a1.jpg) no-repeat  center top;background-size: cover;}
.Solution_bg::before{content: "";position: absolute; z-index: 0;width: 100%; height: 100%;
top:0; left:0;  background: rgba(0, 0, 0, 0.6);}



.item-box1{position: relative;width: 100%;background: #FFFFFF;border: 1px solid #cacaca ; border-radius: 10px;}
.item-box1:hover{border: 1px solid #2471c3;}
.item-box1 .item-pic1{position: relative;text-align: center;overflow: hidden;padding-top:100%; margin: 15px;}
.item-box1 .item-pic1 img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);
    -webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;
object-fit: cover;}

.item-body1{position: relative;width: 100%;padding: 1px 10px 18px;text-align: center;}
.item-body1 .item-title{position: relative;width: 100%;text-align: center;font-size: 16px;line-height: 22px;height: 44px;overflow: hidden; font-family:'Poppins-Medium';font-weight: 700;}
.item-body1 .item-title a{color: #111;}
.item-body1 .item-title a:hover{color: #2471c3;}
.item-btn1{position: relative;width: 100%;text-align: center;border-top: 1px solid #DEDEDE;overflow: hidden;}
.item-btn1 .btnn{position: relative;display: inline-block;display: flex;justify-content:center;align-items: center;width: 100%;padding: 14px 15px;font-size: 14px;text-transform: uppercase;color: #333333;line-height: 30px; border-radius: 0px 0px 10px 10px;}
.item-box1 .item-btn1 .btnn i{font-size: 18px; margin-left: 5px;}

.item-box1:hover .item-btn1 .btnn{color: #fff;background: #2471c3;font-size: 14px;display: flex;justify-content:center;align-items: center;}

.item-box1 .item-pic1:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}


.public_case_box{ overflow:hidden; background: #333; border-radius: 10px;  position:relative;}

.public_case_imgs{ overflow:hidden; position:relative; padding-top:66%;border-radius: 5px;object-fit: cover;}
.public_case_imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.public_case_box .case_title{ bottom:-60px;left:0;width: 100%;padding: 8px; color: #fff; line-height: 24px;text-align: center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
position: absolute;z-index: 1;background: rgba(0, 0, 0, 0.4);font-size: 16px;border-radius: 0px 0px 10px 10px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; }
.public_case_box .case_title1{ bottom:0px;left:0;width: 100%;padding: 8px; color: #fff; line-height: 24px;text-align: center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
position: absolute;z-index: 1;background: rgba(0, 0, 0, 0.4);font-size: 16px;border-radius: 0px 0px 10px 10px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; }
.public_case_box .case_title a{ color: #fff;}
.public_case_box .case_title1 a{ color: #fff;}
.public_case_box:hover .case_title{background: rgba(0, 0, 0, 0.4);bottom:0;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.public_case_box:hover .case_title1{background: rgba(0, 0, 0, 0.5);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
@media only screen and (max-width: 1200px) {
.public_case_box .case_title{font-size: 14px;}
.public_case_box .case_title1{font-size: 14px;}
.item-body1 .item-title{font-size: 14px;}
.item-btn1 .btnn{font-size: 12px;padding: 8px 10px;}

}
@media only screen and (max-width: 1000px) {
.item-btn1 .btnn{padding: 5px 10px;}
}

@media only screen and (max-width: 640px) {
.public_case_box .case_title{font-size: 12px;}
.public_case_box .case_title1{font-size: 12px;}

}




#Inside_tu{ width:100%; height:400px;background:#133763;background-size:cover!important;position:relative;}
#Inside_tu .mask_bg{width:100%; height: 100%; background: rgba(0,0,0,.30); position: absolute; z-index: 1}

.Inside_txtbox{ overflow:hidden; margin:0px; padding:0px;width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);}

.Inside_txt{overflow:hidden; margin:0px; padding:0px;}
.Inside_txt dl{overflow:hidden; margin:0px; padding:0px;}
.Inside_txt dl dt{overflow:hidden; margin:0px; padding:0px;}
.Inside_txt dl dd{overflow:hidden; margin:0px; padding:0px;color:rgba(255,255,255,.80); text-align: right;line-height:46px;font-weight: 300;}
.Inside_txt dl dd a{color:#FFFFFF;}
.Inside_txt dl dd a:hover{color:#ffffff;}
.Inside_title{ width: 45%;overflow:hidden; margin:0px; padding:0px;color:#FFFFFF; font-size:42px; line-height:46px; font-weight:normal;text-shadow: 1px 1px 1px #00000060;float: left; font-family:'Oswald-Bold';
text-transform: uppercase;letter-spacing: 3px;}

@media only screen and (max-width:1440px) {
#Inside_tu{ width:100%; height:300px;}	
.Inside_title{font-size:40px;}
}

@media only screen and (max-width:1200px) {
#Inside_tu{ width:100%; height:200px;}		
}

@media only screen and (max-width:1100px) {
#Inside_tu{ width:100%; height:180px;}	
.Inside_title{font-size:34px;}
}

@media only screen and (max-width:800px) {
#Inside_tu{ width:100%; height:180px;}	
	.Inside_title{ width:100%;float: none;text-align: center; line-height: 30px; margin-bottom:10px}
	.Inside_txt dl dd{ text-align:center;line-height:24px;}
}

@media only screen and (max-width:700px) {
.Inside_title{font-size:26px;}
.Inside_txt dl dd{font-size: 12px;}
.Inside_txt dl dd a{font-size: 12px;}	
}




.contact_box{overflow: hidden; margin: 0px;padding: 0;}
.contact_box li{width: 23%; float: left;margin-right: 2%; margin-bottom: 20px; background: #f6f6f6; border-radius: 10px;}
.contact_box li dl{overflow: hidden; margin: 0px;padding: 30px 30px;}
.contact_box li dl dt{overflow: hidden; margin: 0px;padding:0;color: #000;font-size: 20px; margin-bottom: 10px;}
.contact_box li dl dd{overflow: hidden; margin: 0px;padding:0;color: #333;line-height: 22px; min-height: 66px;font-size: 14px;
word-wrap: break-word;    
  overflow-wrap: break-word; 
  word-break: break-all;   }
.contact_box li dl dt .icon_tu{height: 50px;width: auto; margin-bottom: 10px;}
.contact_box li dl dt .icon_tu img{height: 100%; width: auto;vertical-align: top;filter: grayscale(100%);opacity: 0.9;}

.contact_box li:hover  .icon_tu img{filter: grayscale(0);opacity: 1;}

.contact_box li:hover dl dd{color: #2471c3;}

@media only screen and (max-width:1400px) {
.contact_box li dl dt{font-size: 18px; margin-bottom: 5px;}
}
@media only screen and (max-width:1200px) {
.contact_box li dl dt .icon_tu{height: 40px;}
.contact_box li dl dt{font-size: 16px;}
.contact_box li dl{overflow: hidden; margin: 0px;padding: 20px 15px;}
}

@media only screen and (max-width:1000px) {
.contact_box li dl dd{font-size: 12px;}
.contact_box li dl dt .icon_tu{height: 40px;}
}

@media only screen and (max-width:800px) {
.contact_box li{width: 49%; }
.contact_box li:nth-child(2n){margin-right: 0;}
.contact_box li dl dd{min-height: 44px;}
}

@media only screen and (max-width:500px) {
.contact_box li{width: 100%; margin-right: 0;}
.contact_box li:nth-child(2n){margin-right: 0;}
.contact_box li dl dd{min-height: 22px; height: auto;}
.contact_box li dl{text-align: center;}
}

.contact_book{overflow: hidden; padding: 0px; margin: 0px;display: flex;justify-content:space-between;align-items: center;}
.contact_L{width: 40%; overflow: hidden; padding: 0px; margin: 0px;}
.contact_R{width: 54%; overflow: hidden; padding: 0px; margin: 0px;}

.contact_info{overflow: hidden; padding: 0px; margin: 0px; margin-bottom: 10px;font-size: 30px;color: #000;font-family:'Oswald-Bold';}
.contact_info_desc{font-size: 16px; color: #333;}
.contact_info_tu{width: 100%;overflow: hidden; padding: 0px; margin: 0px;}
.contact_info_tu img{width: 100%; height: auto;vertical-align: top;}

@media only screen and (max-width:1200px) {
.contact_info{font-size: 24px;}
.contact_info_desc{font-size: 14px;}
}

@media only screen and (max-width:640px) {
.contact_L{width: 100%; overflow: hidden; padding: 0px; margin: 0px; margin-bottom: 20px;}
.contact_R{width: 100%; overflow: hidden; padding: 0px; margin: 0px;}
.contact_book{display: block;}
}

/*------form--------*/
.form_input-flexing{display: flex; gap: 20px;}
.form_df-input {flex-basis: 50%;position: relative;margin-top: 20px;}
.form_df-input input {border: 1px solid #5E5E5E45; padding: 0 20px 0 40px;height: 50px; width: 100%;border-radius:5px;font-size: 16px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_df-input i{position: absolute; z-index: 1; left: 8px;top: 12px;
font-size: 25px; vertical-align: top;  color:#ccc}
.form_texting-fild {margin-top: 20px;position: relative;}
.form_texting-fild textarea { border: 1px solid #5E5E5E45;height: 140px; padding: 10px 20px 10px 20px; width: 100%;border-radius:5px;font-size: 16px;}

.form_df-input input:focus {border-color:#67acab;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_texting-fild textarea:focus {border-color:#67acab;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_df-input input::placeholder {color:#666;}
.form_texting-fild textarea::placeholder {color:#666;}

.form_btn_k {width: 200px;}
.form_btn_k:hover .form_btn { background: #009ea7;color: #fff;}
.form_btn_k:hover .form_btn {color: #fff;}
.form_btn {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    height: 50px;
    border-radius:40px;
    background: #2471c3;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 300;display: flex;align-items: center;justify-content: center;
}
.form_btn i{font-size: 20px; vertical-align: middle; margin-right: 4px; line-height: 50px}

@media only screen and (max-width:800px) {
.form_texting-fild textarea {font-size: 14px;}
.form_df-input input {height: 46px;font-size: 14px}
.form_df-input i{top: 10px; }	
.form_texting-fild textarea {height: 100px; }
.contact_info_desc{font-size: 12px;}
}

@media only screen and (max-width:640px) {
.form_btn_k {width: 200px;margin: 0 auto;}
.form_df-input {flex-basis: 100%;margin-top: 15px;}
.form_input-flexing{gap:0;display: block;}
.contact_info{text-align: center;font-size: 22px;}
}


.form_btn_k button{border: 0; width: 100%}
.form_btn_k button:focus{border: 0;}




.case_list{overflow: hidden; margin: 0;padding: 0;}
.case_list li{overflow: hidden; margin: 0;padding: 0;width: 23.5%; margin-right: 2%; margin-bottom: 2%;float: left;}
.case_list li:nth-child(4n){margin-right: 0;}
@media only screen and (max-width:950px) {
.case_list li{width:32%;margin-bottom: 15px;}
.case_list li:nth-child(4n){margin-right: 2%; }
.case_list li:nth-child(3n){margin-right: 0;}
}

@media only screen and (max-width:550px) {
.case_list li{width:49%}
.case_list li:nth-child(4n){margin-right: 2%;}
.case_list li:nth-child(3n){margin-right: 2%;}
.case_list li:nth-child(2n){margin-right: 0;}
}

@media only screen and (max-width:360px) {
.case_list li{width:100%; margin-right: 0;}
.case_list li:nth-child(4n){margin-right:0;}
.case_list li:nth-child(3n){margin-right:0;}
}



/*----pages-------*/
#pages {
    text-align: center; overflow:hidden; margin:0px; margin-top: 30px; margin-bottom: 10px
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block; overflow: hidden;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px; margin-bottom: 5px;
}
#pages li.active {
    text-align: center;
    background: #2471c3;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #2471c3;
}

#pages li:hover a {
    color: #fff;
}



.next_k{ padding:0px;margin-top:15px; border-top:#ddd 1px solid;}
.next_k ul{margin:0px; padding:0px; margin-top:10px}
.next_k ul li{ line-height:28px; margin:0px; padding: 2px 0px; color:#111; font-size:14px; list-style:none}
.next_k ul li a:hover{ color: #2471c3;}
.next_k ul li a{color: #666;}



.fangan_info{overflow: hidden;margin: 0px; padding: 20px; margin-bottom: 20px; border: #dedede 1px solid; border-radius: 10px;}
.fangan_info dl{overflow: hidden;margin: 0px; padding: 0px; }
.fangan_info dl {overflow: hidden;margin: 0px; padding: 0px; }
.fangan_info dl dt{overflow: hidden;margin: 0px; padding: 0px;font-size: 22px; margin-bottom: 10px;line-height: 1.5; font-family:'Oswald-Bold';}
.fangan_info dl dd{overflow: hidden;margin: 0px; padding: 0px; color:#333; }
.fangan_info-tu{width: 45%; margin-right: 5%;float: left;}
.fangan_info-tu img{width: 100%; height: auto;vertical-align: top;}

.xc_t_wrap { margin-bottom:15px; border-bottom:#eee 1px solid; overflow:hidden; margin-top:30px}
.xc_t_wrap .xc_title { color:#111;font-weight:normal; overflow:hidden;font-size:20px; font-weight: bold;
	padding-left: 15px; position:relative;line-height: 40px; font-family:'Oswald-Bold';}
.xc_t_wrap .xc_title::after{ content: ""; height: 22px; width: 4px; background: #2471c3;left: 0; z-index: 1;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}

@media (max-width: 1400px) {
.fangan_info dl dd{font-size: 14px;}
.fangan_info dl dt{font-size: 20px;}
}
@media (max-width: 1200px) {
.fangan_info dl dt{font-size: 18px;}
.xc_t_wrap .xc_title {font-size:18px;}
}
@media (max-width: 700px) {
.fangan_info-tu{width: 100%; margin-right:0;float: none; margin-bottom: 25px;}
}





.Solution_info_k{padding:0px;margin:0px;overflow: hidden; margin-bottom: 10px;}
.Solution_info_title{padding:0px;margin:0px;overflow: hidden;font-size: 30px;color: #000;font-family:'Oswald-Bold';margin-bottom: 10px;}
.Solution_info_desc{padding:0px;margin:0px;overflow: hidden;font-size: 16px; color: #333;}

.Solution_list{ padding:0px;margin:0px;overflow: hidden;}
.Solution_list li{ padding:0px;margin:0px;overflow: hidden;width: 49%; margin-right: 2%; margin-bottom: 2%;float: left;}
.Solution_list li:nth-child(2n){ margin-right: 0;}

.Solution_item_k{padding:0px;margin:0px;overflow: hidden;}
.Solution_item_title{font-size: 20px; margin-bottom: 5px; color: #000; line-height: 24px;}
.Solution_item_desc{font-size: 14px; color: #666; line-height: 24px;display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}



.Solution_tu{width: 45%; margin-right: 25px;float: left;min-width: 210px;}

.Solution-imgs{ overflow:hidden; position:relative; padding-top:66%;object-fit: cover; border-radius: 10px;}
.Solution-imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.Solution_item_title:hover {color: #0291ff;}
.Solution_item_desc:hover { color: #333;}
.Solution_tu:hover .Solution-imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}


.Solution_btn{ margin-top: 10px;}
.Solution_btn a{ line-height: 30px;display:inline-block; border-radius: 40px; border: 1px solid #ccc; padding: 2px 20px;font-size: 12px; color: #666;}
.Solution_btn:hover a{color: #0291ff; border: 1px solid #0291ff;}
@media only screen and (max-width:1200px) {
.Solution_tu{width: 45%; margin-right: 20px;}
.Solution_info_title{font-size: 24px;}
.Solution_info_desc{font-size: 14px;}
.Solution_item_title{font-size: 18px;}
.Solution_item_desc{display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.Solution_btn{ margin-top: 6px;}
.Solution_btn a{ line-height: 26px;}
}

@media only screen and (max-width:1100px) {
.Solution_item_desc{font-size: 12px; line-height: 22px;}
.Solution_item_title{font-size: 16px; line-height: 22px; margin-bottom: 3px;}

}

@media only screen and (max-width:1000px) {
.Solution_list li{width: 100%; margin-bottom:20px;margin-right: 0;}
.Solution_tu{width: 30%; margin-right: 25px;float: left;min-width: 195px;}
.Solution_item_desc{display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
}

@media only screen and (max-width:750px) {
.Solution_tu{ margin-right: 20px;}
.Solution_item_desc{display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
}

@media only screen and (max-width:600px) {
.Solution_tu{ margin-right: 0px; margin-bottom: 10px;width: 100%;float: none;}
.Solution_item_desc{display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
}


.side_pro_imgs{ overflow:hidden; position:relative; padding-top:100%;border-radius: 5px;object-fit: cover; border: 1px solid #ccc;}
.side_pro_imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.side_pro_imgs:hover{ border: 1px solid #0291ff}



.about_title{overflow: hidden; padding: 0px; margin: 0px; margin-bottom: 15px;font-size: 30px;color: #000;font-family:'Oswald-Bold'; line-height: 1.4;}




.about_L{ overflow:hidden; padding:0px; margin:0px; float:left; width:50%; margin-bottom:20px; font-size:16px; line-height:200%;}

.about_R{ overflow:hidden; padding:0px; margin:0px; float: right; width:46%; }
.about_R img{ width:100%; height:auto; vertical-align:top}

@media screen and (max-width: 1400px) {
.about_L{font-size: 14px;}
.about_L{ overflow:hidden; padding:0px; margin:0px; float:left; width:50%;}
.about_R{ overflow:hidden; padding:0px; margin:0px; float: right; width:47%; }
}

@media only screen and (max-width:1200px) {
.about_title{font-size: 24px;}
}


@media screen and (max-width: 900px) {
	.about_title{text-align: center;font-size: 20px;}
.about_L{ overflow:hidden; padding:0px; margin:0px; float: none; width:100%; margin-bottom:20px}
.about_R{ overflow:hidden; padding:0px; margin:0px; float: none; width:100%; }
}
@media only screen and (max-width:700px) {
.about_title{font-size: 18px;}
}

.about_honor_bg{overflow:hidden;background:#f1f7fe url(../images/1-bg.png) no-repeat center top;background-size:cover }


 .picture_zl_box{ padding:10px 10px; margin:0 auto;width: 94%; text-align: center; position: relative; background: #fff; border: 1px solid rgba(40, 123, 175, 0.3); border-radius: 10px;}
 .picture_zl_box p{padding:10px 0px; margin:0;font-size: 16px; line-height: 24px; margin-top: 10px;overflow: hidden;}
 .picture_zl {overflow: hidden;text-align: center}
 .picture_zl img { width: 100%; height: auto; vertical-align: top}
 .picture_zl img { transition: all 0.7s;-moz-transition: all 0.7s; -webkit-transition: all 0.7s;}
 .picture_zl_box:hover .picture_zl img { transform: scale(1.1);-moz-transform: scale(1.1); -webkit-transform: scale(1.1); zoom: 1.1 \9;}
 
 @media only screen and (max-width:1200px) {
 .picture_zl_box p{font-size: 14px; }
 }
  @media only screen and (max-width:700px) {
 .picture_zl_box p{font-size: 12px; }
 }
 
 
 .picture_zl_box::after {
 position: absolute;
 content: '';
 width: 0;
 left: 50%;
 bottom: -1px;
 height: 4px;
 background: #ffdd00;
 transition: all .3s;
 -webkit-transition: all .3s; z-index: 1; border-radius: 0px 0px 10px 10px;
 }
 
 .picture_zl_box:hover::after {
 left: 0;
 width: 100%;
 }
 
 .picture_zl_box:hover.picture_zl_box p{ color: #fff}
.picture_zl_box:hover{ background:#0c78dd ;}
.public_img{overflow: hidden; position: relative}
.public_img .img_box{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease;
}

.public_img .img_box img{display: block;width: 100%;height: auto;}
.public_img:hover .img_box{transform: scale(1.1); -webkit-transform: scale(1.1);}


.boxleft{ overflow:hidden; padding:0px; margin:0px; float:left; width:18%;}
.boxright{ overflow:hidden; padding:0px; margin:0px; float: right; width:79%; display: block}

@media only screen and (max-width:1250px) {
  .boxleft{ width:22%; overflow:hidden; float:left; display:block}
  .boxright{ width:75%; overflow:hidden; float: right; display:block}
  }

@media only screen and (max-width:1024px) {
.boxleft{ width:24%; overflow:hidden; float:left; display:block}
.boxright{ width:73%; overflow:hidden; float: right; display:block}
}
@media only screen and (max-width:1000px) {
.boxleft{ width:100%; overflow:hidden; float:left; margin-bottom:10px;display:none}
.boxright{ width:100%; overflow:hidden; float: left;}

}


.list_lm{text-align:center; color:#fff; font-weight:700; font-size:22px;background:#0062b8; margin-bottom:6px}
.list_lm h3{ margin-right:10px; overflow:hidden; width:auto; line-height:60px; font-size:22px;font-weight:700;font-family:"Oswald-Bold";}
.list_lm h3 span{ vertical-align:middle; margin-right:5px}
.list_lm h3 span img{ vertical-align:middle}

.zw_column{ width:100%; position:relative; margin-bottom:22px; position: relative; line-height: 24px; padding-bottom: 8px;}
.zw_column span{line-height:36px; font-size:20px; color:#444; }


.zw_column::after {
	content: "";
	width: 42px;
	height: 2px;
	background-color: #0062b8;
	position: absolute;
	bottom:0px; z-index: 2;
	left: 0px;
  }

  .zw_column::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	bottom:0px; z-index: 1;
	left: 0px;
  }

@media only screen and (max-width:1300px) {

.zw_column span{font-size:18px; }

}

@media only screen and (max-width:1000px) {
.zw_column{margin-bottom:20px;}
}


    


.product-item_list{overflow: hidden; margin: 0px; padding: 0;}
.product-item_list li{overflow: hidden; margin: 0px; padding: 0;width: 23.5%; margin-right: 2%; margin-bottom: 2%;float: left;}
.product-item_list li:nth-child(4n){margin-right:0}
.product-item_list li .item-body1 .item-title{font-weight: 300;}

@media only screen and (max-width:1200px) {
	.product-item_list li{width: 32%}
	.product-item_list li:nth-child(4n){margin-right:2%}
	.product-item_list li:nth-child(3n){margin-right:0}
}

@media only screen and (max-width:1000px) {
	.product-item_list li{width: 23.5%}
		.product-item_list li:nth-child(3n){margin-right:2%}
	.product-item_list li:nth-child(4n){margin-right:0}

}

@media only screen and (max-width:800px) {
	.product-item_list li{width: 32%; margin-bottom: 20px;}
	.product-item_list li:nth-child(4n){margin-right:2%}
	.product-item_list li:nth-child(3n){margin-right:0}
}

@media only screen and (max-width:500px) {
	.product-item_list li{width: 49%; margin-bottom: 15px;}
	.product-item_list li:nth-child(4n){margin-right:2%}
	.product-item_list li:nth-child(3n){margin-right:2%}
	.product-item_list li:nth-child(2n){margin-right:0}
}


@media only screen and (max-width:360px) {
	.product-item_list li{width: 100%; margin-right: 0;}
	.product-item_list li:nth-child(4n){margin-right:0}
	.product-item_list li:nth-child(3n){margin-right:0}
}

.crumbs_k{ overflow:hidden; line-height:40px;font-size:14px;color:#666; margin: 15px 0px;display: flex;flex-wrap: nowrap; align-items: center; justify-content: space-between;}
.crumbs_k span a{ font-size:14px; color:#666}
.crumbs_k i{ margin-right:3px;color:#666;font-size:16px;}
.back_btn{ width: 80px;  background: #0089f3; text-align: center;color: #fff;  border-radius: 40px; line-height: 30px; height: 30px;font-size: 13px;}

@media screen and (max-width:750px) {
.crumbs_k{ line-height:24px;font-size:12px;}
.crumbs_k span a{ font-size:12px;}
.crumbs_k i{ margin-right:3px;color:#666;font-size:14px;}
}
  

.product_content_box{ overflow:hidden; margin: 0px; padding: 0px;display: flex;justify-content: space-between;}
.product_content_pic{ background: #fff; padding: 30px;width: 50%; margin-right: 5%;text-align: center;display: flex;justify-content:center;align-items: center;}
.product_content_pic img{max-width: 400px;width: 100%;}
.product_content_info{overflow:hidden; margin: 0px; padding: 0px;width: 45%;}
.product_content_title{font-size: 22px; margin-bottom: 15px; color: #000;font-family: 'Oswald-Bold';}
.product_content_desc{overflow:hidden; margin: 0px; padding: 0px; color: #666;  line-height: 26px; overflow: auto; overflow-y: auto; padding-right: 8px; max-height: 156px;}
.pro_title{font-size: 18px; margin-bottom: 10px; color: #000;font-weight: bold; position: relative;padding-left: 10px;}
.product_td_text{ line-height: 26px;font-size: 15px;}
.pro_title::before{position: absolute;content: ""; width: 4px; height: 4px;background:#0071f0; border-radius: 10px;
left:0;top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);}

.product_content_desc::-webkit-scrollbar {
	width:2px;background-color: #0c68ab;
}

.product_content_desc::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #ddd;width:4px;
}

.product_content_desc::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #0c68ab;width:4px;
}
@media screen and (max-width:1400px) {
.pro_title{font-size: 16px;}
.product_td_text{ line-height: 24px;font-size: 14px;}
.product_content_desc{font-size: 14px;}
}

@media screen and (max-width:1200px) {
.product_content_title{font-size: 20px; }	

}

@media screen and (max-width:1000px) {
.product_content_title{font-size: 18px; }


}

@media screen and (max-width:750px) {
	.product_content_title{text-align: center;}
.product_content_box{display: block;}
.product_content_box{width: 100%; margin-right: 0;}
.product_content_info{width: 100%;}
.product_content_pic{text-align: center;display: block; margin-right: 0; margin: 0 auto; margin-bottom: 20px; padding: 20px;width: 100%;}
.product_content_pic img{max-width: 500px;width: 100%;}
.product_content_desc{max-height: 100%; height: auto;overflow-y: hidden;}
}



.Technical_bg{overflow:hidden;position: relative;z-index: 1;}
.Technical_bg:before {
  content: "";
  background: url(../images/1-shape.png) no-repeat right top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
background-size: auto 100%;opacity: 0.4;
}


.Technical_box{ overflow:hidden; margin:0 10px ; padding: 30px 20px 20px 20px;; background: rgba(255, 255, 255, 0.6); border-radius: 10px; border: 1px solid #ebebeb;}
.Technical_pic{ overflow:hidden; margin: 0px; padding: 0px; text-align: center; margin-bottom: 20px;}
.Technical_pic img{height: 80px;width: auto;vertical-align: top;}
.Technical_title{ overflow:hidden; margin: 0px; padding: 0px; color: #000;font-size: 20px;font-family: 'Oswald-Bold';min-height: 48px;line-height: 24px; margin-bottom: 5px;text-align: center;}
.Technical_desc{ color: #666;  line-height: 24px;font-size: 14px; min-height: 120px;}

.Technical_box:hover { background:#f6f6f6}
.Technical_box:hover .Technical_title{color:#0071f0;}


@media screen and (max-width:1300px) {
.Technical_title{font-size: 18px;}
}

@media screen and (max-width:1100px) {
.Technical_title{font-size: 16px;}
.Technical_pic img{height: 60px;}
}

@media screen and (max-width:760px) {
.Technical_pic img{height: 50px;}
}
@media screen and (max-width:550px) {
.Technical_desc{min-height: 24px;height: auto;}
}


.content_info .table-container{line-height:200%; color:#333333; font-size:16px; overflow:hidden;}
.content_info .table-container p{line-height:200%; color:#333333; font-size:16px; overflow:hidden;}
.content_info .table-container img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}

.content_info .table-container table{ table-layout: fixed;word-break: break-all;   width: 100%;border-collapse: collapse;min-width: 100%;}
.content_info .table-container table td{border:1px solid #999;word-wrap: break-word; font-size: 16px;font-weight: 300; line-height: 24px;
    overflow-wrap: break-word;
    word-break: break-all; padding: 4px 1px;}
.content_info .table-container table{border:1px solid #999;} 

.content_info .table-container table tr:first-child {
  background-color: #0066CC;text-align: center;font-weight: bold;font-size: 17px;
  color:#fff;
  font-weight: bold;  padding: 5px 0px;  line-height: 24px; min-height: 50px;
}


.content_info .table-container table tr:hover {
  background-color: #e5f4fb;
}

.content_info .table-container table tr:first-child:hover {
  background-color: #0055a9;
}
.content_info {
  width: 100%;
  overflow: hidden;
}


.content_info .table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}



@media screen and (max-width: 999px) {
.content_info .table-container table{
    min-width: 1000px;
  }
  .content_info .table-container table td{font-size: 14px; }
}


@media screen and (max-width: 767px) {
  .content_info .table-container {
    overflow-x: auto;
    padding-bottom: 8px; 
  }
}


.content_info .table-container::-webkit-scrollbar {
  height: 10px;
}

.content_info .table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.content_info .table-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.content_info .table-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.content_info .table-container {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}



@media screen and (max-width: 767px) {

.content_info .table-container table td {
    font-size: 14px;
  }
  

  .content_info .table-container {
    position: relative;
  }
  
  .content_info .table-container::after {
    content: '↔';
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: #888;
    font-size: 12px;
    opacity: 0.7;
  }
}


@media screen and (min-width: 1000px) {
.content_info .table-container table {
    table-layout: auto; 
  }
}


.sy_cp_bg{ position: relative;z-index: 1;}
.sy_cp_bg::before{content: "";position: absolute; z-index: 0;width: 100%; height: 100%;
top:0; left:0; background:url(../images/shape-wave.png) no-repeat  center bottom;background-size: 130% auto;  z-index: -1;}

.contact_bg{ position: relative;z-index: 1;}
.contact_bg::before{content: "";position: absolute; z-index: 0;width: 100%; height: 100%;
top:0; left:0; background:url(../images/intro-bg.png) no-repeat  center top;background-size:100% 100%;  z-index: -1;}






