/* common */
a{
	color: #fff;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.one-line{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.two-line{
	-ms-word-break: break-all;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.three-line{
	-ms-word-break: break-all;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.four-line{
	-ms-word-break: break-all;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.eight-line{
	-ms-word-break: break-all;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 子页内容通用 */
.main-content{
	padding: 55px 0;
}
.main-title{
	font-size: 36px;
	margin-bottom: 35px;
	color: #0F58D6;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
}
.main-nav{
	margin-bottom: 55px;
}
.main-nav .mn-item{
	display: inline-block;
	font-size: 14px;
	padding: 10px 35px;
	border-radius: 25px;
	margin-right: 22px;
	background-color: #F2F2F2;
	color: #485A64;
	text-transform: uppercase;
	font-weight: normal;
}
.main-nav .mn-item a{
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-nav .mn-item:last-child{
	margin-right: 0px;
}
.main-nav .mn-item a{
	display: block;
	color: #999999;
}
.main-nav .mn-item:hover, .main-nav .mn-item.active{
	background-color: #F49E00;
}
.main-nav .mn-item:hover a,.main-nav .mn-item.active a{
	color: #fff;
}
.inner-nav{
	color: #999;
	font-size: 12px;
	text-align: right;
}
.inner-title{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: 24px 0;
}
/* index */
.input-search-w::-webkit-input-placeholder {
  color: #fff;
}
.input-search-w::-moz-placeholder {
  color: #fff;
}
.input-search-w:-moz-placeholder {
  color: #fff;
}
.input-search-w:-ms-input-placeholder {
  color: #fff;
}
.index-more{
	display: inline-block;
	padding: 10px 20px;
	/* width: 160px;
	height: 50px;
	line-height: 50px; */
	color: #fff;
	border-radius: 25px;
	background-color: #F49E00;
	text-align: center;
	margin-top: 36px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.index-more::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1159A3;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    -o-transform: scale3d(1, 2, 1);
    -ms-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.index-more:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    -moz-transform: scale3d(9, 9, 1);
    -o-transform: scale3d(9, 9, 1);
    -ms-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.index-title{
	color: #1159A3;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	overflow: hidden;
	text-transform: uppercase;
}
.index-title.CN{font-size: 30px;}
.about-title{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	color: #485A64;
	margin-bottom: 40px;
}
.about-title.CN{font-size: 30px;font-weight: 500;}
.about-title span{
		color: #0F58D6;
}
.index-industry .index-more{
	margin-top: 0;
	float: right;
}

/* index-about */
.index-about{
	background: url(../images/icon-about.png) no-repeat left top;
	
	padding: 36px 0 100px;
}
.index-about .ia-cont{
	position: relative;
}

.index-about .ia-left {
    width: calc(100% - 545px);
}

.index-about .ia-img{
	width: 455px;
	border-radius: 18px;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 2px 1px 4px 1px #999;
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: 0;
}
.index-about .ia-brief{
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
/* index-industry*/
.index-industry{
	background: url(../images/industry-bg.png) no-repeat center;
	padding: 48px 0 85px;
	background-size: cover;
}
.index-industry .ii-item{
	float: left;
	margin-right: 3%;
	width: 31.333%;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.index-industry .ii-item:nth-child(3n+3){
	margin-right: 0;
}
.index-industry .ii-item:hover .ii-bref{
	display: block;
}
.index-industry .ii-item img{
	width: 100%;
	height: 100%;
}
.index-industry .ii-bref{
	position: absolute;
	background: rgba(0,0,0, 0.5);
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
}
.index-industry .ii-bref:hover {
    background: rgba(17,89,163,0.8);
}
.index-industry .iib-title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6px;
}
.index-industry .iib-title.CN{font-size: 24px;font-weight: 500;}
.index-industry .iib-info{
	font-size: 12px;
	line-height: 16px;
}
/* index-products */
.index-products {
	padding: 55px 0;
}
.index-products .ip-intro{
	color: #485A64;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 30px;
}
.index-products .ip-item{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.index-products .ip-item:nth-child(4n+4){
	margin-right: 0;
}
.index-products .ip-img{
	border-radius: 8px;
	overflow: hidden;
}
.index-products .ip-img img{
	width: 100%;
}
.index-products .ip-info{
	padding: 20px 0;
}
.index-products .ipi-name{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-products .ipi-name.CN{font-size: 24px;font-weight: 500;}
.index-products .ipi-brief{
	color: #999;
	font-size: 12px;
	line-height: 16px;
}
/* index-news */
.index-news{
	padding: 30px 0 56px;
}
.index-news .in-head{
	color: #485A64;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}
.index-news .in-list{
	margin-bottom: 70px;
}
.index-news .in-item{
	float: left;
	margin-right: 3%;
	width: 31.333%;
	border-radius: 8px;
	overflow: hidden;
}
.index-news .in-item:nth-child(3n+3){
	margin-right: 0px;
}
.index-news .ini-img{
	width: 100%;
}
.index-news .ini-img img{
	width: 100%;
	height: 100%;
}
.index-news .ini-info{
	background-color: #1159A3;
	padding: 22px 20px 34px;
	color: #fff;
	font-size: 14px;
}
.index-news .ini-title{
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 20px;
}
.index-news .ini-bref{
	line-height: 18px;
	margin-bottom: 26px;
}
.index-news .ini-time{
	float: left;
}
.index-news .ini-time img{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 6px;
}
.index-news .ini-arrow{
	float: right;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-news .in-item:hover .ini-arrow{
	margin-right: -12px;
}
.index-news .ini-arrow img{
	width: 22px;
	height: 6px;
}
/* about */
.about-cont .aci-img{
	width: 530px;
}
.about-cont .aci-detail{
	width: calc(100% - 630px);
	color: #485A64;
	font-size: 18px;
	line-height: 30px;
}
/* product */
.product-cont .pc-intro{
	color: #485A64;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 36px;
}
.product-cont .pc-item{
	float: left;
	margin-bottom: 50px;
	width: 48%;
	margin-right: 4%;
}
.product-cont .pc-item:nth-child(2n+2){
	margin-right: 0;
}
.product-cont .pc-item .img{border-radius: 10px;}
.product-cont .pci-info{
	padding-top: 24px;
	color: #333;
}
.product-cont .pcii-name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	
}
.product-cont .pcii-brief{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
/* product-detail */
.product-detail .pd-cont{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.product-detail .pd-item{
	margin-top: 40px;
	border: 1px solid #F5F5F5;
	float: left;
	width: 16.666%;
}
.product-detail .pdi-img img{
	width: 100%;
}
.product-detail .pdi-name{
	background-color: #E64123;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
}
/* product-detail-innder */
.product-detail-innder .pdi-item{
	margin-top: 35px;
	border: 1px solid #F5F5F5;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	width: 23%;
	margin-right: 2.666%;
}
.product-detail-innder .pdii-img img{
	width: 100%;
}
.product-detail-innder .pdii-name{
	background-color: #E64123;
	padding: 0 25px;
	color: #fff;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
} 
.product-detail-innder .pdi-item:nth-child(4n+4){
	margin-right: 0;
}
/* product-detail-innder-inner */
.product-detail-innder-inner .inner-title{
	text-align: center;
}
.product-detail-innder-inner .pdii-img{
	width: 475px;
	border: 1px solid #F5F5F5;
	margin: 0 auto;
}
.product-detail-innder-inner .pdiii-list {
    width: 100%;
}
.product-detail-innder-inner .swiper-slide{
	/* padding:30px 50px; */
}
.product-detail-innder-inner .pdiii-list img{
	width: 100%;
}

.product-detail-innder-inner .swiper-button-prev,.product-detail-innder-inner .swiper-button-next{
	background-image: none;
	font-size: 22px;
	background-color: #E64123;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	color: #fff;
}
.product-detail-innder-inner  .swiper-button-prev{
	left: 5px;
}
.product-detail-innder-inner .swiper-button-next{
	right: 5px;
}
.product-detail-innder-inner .pdiii-nav{
	background-color: #E64123;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
}
.product-detail-innder-inner .pdiii-nav a:first-child{
	margin-right: 20px;
}
.pdii-title{
	margin: 35px 10px;
	background-color: #E64123;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 24px;
}
/* industry */
.industry-cont .ic-item{
	width: 48.5%;
	margin-right: 3%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}
.industry-cont  .ic-item:nth-child(2n+2){
	margin-right: 0px;
}
.industry-cont .ici-img{
	height: 100%;
	width: 100%;
}
.industry-cont .ici-info{
	width: 100%;
	position: absolute;
	padding: 20px 25px;
	color: #fff;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}
.industry-cont .ici-name{
	font-size: 30px;
	font-weight: bold;
	float: left;
	width: calc(100% - 110px);
}
.industry-cont .ici-name.CN{font-size: 24px;font-weight: 500;}
.industry-cont .ici-more{
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	float: right;
	background-color: #F49E00;
	padding: 10px 20px;
}
/* industry-detail */
.industry-detail .id-item{
	margin-top: 20px;
	border: 1px solid #F5F5F5;
	overflow: hidden;
	float: left;
	width: 19%;
	margin-right: 1.25%;
}
.industry-detail .id-item:nth-child(5n+5){
	margin-right: 0;
}
.industry-detail .idi-name{
	background-color:#E74327 ;
	color: #fff;
	height: 48px;
	line-height: 48px;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
}
/* news */
.news-cont .main-nav{
	float: right;
	margin-bottom: 0;
}
.news-cont .nn-item{
	float: left;
	height: 50px;
	width: 160px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin-right: 20px;
	background-color: #F5F2F5;
	
}
.news-cont .nn-item a {
	font-size: 14px;
	color: #333;
}
.news-cont .nn-item:last-child{
	margin-right: 0px;
}
.news-cont .nn-item.active{
	background-color:#45992B;
}
.news-cont .nn-item.active a {
	color: #fff;
}
.news-cont .nc-item{
	padding: 32px 0 26px;
	border-bottom: 1px solid #F7F4F8;
}
.news-cont .nci-left {
	width: 20%;
}
.news-cont .nci-left img{
	height: 100%;
	width: 100%;
}
.news-cont .nci-right{
	width: 77%;
	position: relative;
	color: #333;
}
.news-cont .nci-title{
	font-size: 20px;
	margin-bottom: 15px;
}
.news-cont .nci-detail{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
}
.news-cont .nci-time{
	color: #999;
	font-size: 14px;
}
/* news-detail */
.news-detail .nd-top {
	margin-bottom: 18px;
}
.news-detail .ndt-left{
	width: 80%;
}
.news-detail .nd-title{
	font-size: 24px;
	margin-bottom: 14px;
}
.news-detail .nd-time{
	color: #999999;
	font-size: 14px;
}
.news-detail .nd-time span{
	margin-right: 15px;
}
.news-detail .ndt-right{
	width: 20%;
	text-align: right;
}
.news-detail .ndt-left img{
	display: block;
	width: 26px;
	height: 26px;
	float: left;
}
.news-detail .nd-info{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	padding: 24px 0;
	border-top:1px solid #F7F4F8 ;
	border-bottom: 1px solid #F7F4F8;
	margin-bottom: 24px;
}
.news-detail .nd-add a{
	display: block;
	color: #999999;
	font-size: 16px;
	margin-bottom: 15px;
}
/* contact */
.contact-top{
	padding-bottom: 70px;
}
.contact-top .ct-title{
	font-size: 36px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	margin-bottom: 44px;
}
.contact-top .ct-item{
	width: 20%;
	text-align: center;
	float: left;
	color: #666666;
}
.contact-top .ct-item img{
	width: 109px;
	height: 109px;
	margin-bottom: 16px;
}
.contact-top .ct-item h5{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.contact-top .ct-item p{
	font-size: 16px;
	line-height: 18px;
}
.contact-cont{
	padding: 44px 0 50px;
	background-color: #F7F4F8;
}
.contact-cont .cc-title{
	text-align: center;
	font-size: 18px;
	margin-bottom: 32px;
}
.contact-cont .cc-form-item{
	width: calc(97% / 3);
	float: left;
	margin-right: 1.5%;
	margin-bottom: 26px;
	position: relative;
	font-size: 18px;
}
.contact-cont .cc-form-item:nth-child(3n+3){
	margin-right: 0px;
}
.contact-cont .cc-form-item .text-input{
	display: block;
	width: 100%;
	border: 1px solid #DEDEDE;
	background-color: #fff;
}
.contact-cont .cc-form-item input{
	height: 48px;
	padding:0 16px;
}
.contact-cont .cc-form-item textarea{
	padding: 13px 16px;
}
.contact-cont .cc-form-item i{
	color: #FF0000;
	position: absolute;
	top: 20px;
	right: -12px;
	
}
.contact-cont .textarea-item{
	width: 100%;
}
.contact-cont .cc-form p{
	font-size: 16px;
	color: #333;
}
.contact-cont .cc-form-tips{
	margin-bottom: 16px;
}
.contact-cont .cc-form-check{
	margin-bottom: 54px;
}
.contact-cont .cc-form-submit{
	display: block;
	height: 50px;
	width: 160px;
	text-align: center;
	margin: 0 auto;
	background-color: #F49E00;
	color: #fff;
	border-radius: 25px;
	border: none;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 15px;
	padding-right: 15px;
  }
  .logo img{
	  width: 100px;
  }
  .nav-item{
	  padding: 0 px;
  }
  #cd-search form{
	  width: 150px;
  }
  #cd-search{
	  margin-left: 5px;
  }
  .language-btn{
	  height: 30px;
	  width: 30px;
	  line-height: 30px;
	  margin-left: 10px;
  }
}
@media only screen and (max-width: 999px){
	.nav-item > a, .nav_item2>a {
	    display: block;
	    margin: 0;
	    font-size: 14px;
	    font-weight: normal;
	    color: inherit;
	    padding: 10px 10px 10px 20px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    margin-right: 40px;
	}
	.nav-item{
		border-radius: 0px;
	}
	.nav-item.active{
		background-color:#0F58D6 ;
	}
	.nav_item2:hover, .nav_item3:hover {
	    border:none;
	}
}
@media only screen and (max-width: 480px) {
	.contact-cont .cc-form-submit{width: 110px;height: 40px;}
	.footer-bar{padding: 10px 0;}
	.index-about .ia-left{
		float: none;
		width: 100%;
	}
	.index-about {
	    padding: 18px 0 30px;
		background-size: 80%;
	}
	.index-about .ia-img{
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	.index-title,.main-title,.about-title{
	    margin-bottom: 25px;
		font-size: 30px;
	}
	.index-more {
	    margin-top: 18px;
	}
	.index-industry {
	    padding: 22px 0 0;
	}
	.index-industry .ii-item, .index-products .ip-item,.index-news .in-item,.about-cont .aci-img,.product-cont .pc-item,.industry-cont .ic-item,.news-detail .ndt-left,.contact-top .ct-item,.contact-cont .cc-form-item{
	    float: none;
	    width: 100%;
	    margin-right: 0;
		margin-bottom: 20px;
	}
	.index-industry .iib-title {
	    font-size: 24px;
	}
	.index-products,.index-news{
		padding: 25px 0;
	}
	.index-news .in-list{
		margin-bottom: 10px;
	}
	.footer-left {
	  width: 100%;
	  float: none;
	  text-align: center;
	}
	.footer-menu {
	  display: none;
	}
	.footer-bar .fb-left {
		width: 75px;
		margin-right: 25px;
		padding-top: 20px;
	}
	.footer-bar .fb-right{
		width: calc(100% - 105px);
		padding-top: 16px;
	}
	.footer-bar .fb-right span{
		float: none!important;
	}
	.main-content {
	    padding: 25px 0;
	}
	.main-nav{
		margin-bottom: 25px;
	}
	.main-nav .mn-item {
	    float: left;
		width: 48%;
		margin-right: 4%;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.main-nav .mn-item:nth-child(2n+2){
		margin-right: 0;
	}
	.about-cont .aci-detail{
		float: none;
		width: 100%;
	}
	.product-cont .pci-info {
	    padding-top: 12px;
	}
	.inner-title{
		margin: 16px 0;
	}
	.product-detail .pd-item,.product-detail-innder .pdi-item,.industry-detail .id-item,.news-cont .main-nav{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.product-detail-innder-inner .pdii-img {
	    width: 100%;
	}
	.news-cont .nci-left {
	    width: 100%;
	    float: none;
	}
	.news-cont .nci-right {
	    width: 100%;
	    margin-top: 10px;
	    float: none;
	}
	.news-cont .main-title{
		margin-bottom: 0;
	}
	.news-detail .ndt-right{
		float: none;
		width: 100%;
	}
	.header_head{
		line-height: 60px;
	}
	.logo{
		margin-top: 0px;
	}
	.logo img {
	    width: 75px;
	}
	.industry-cont .ici-info {
	    position: relative;
	    color: #333;
	    padding: 10px 0;
	}
	.industry-cont .ici-name {
	    float: none;
	    width: 100%;
	    white-space: normal;
	    overflow: initial;
	    text-overflow: inherit;
	    font-size: 24px;
	    word-wrap: break-word;
	}
	.industry-cont .ici-more {
	    float: none;
	    margin-top: 10px;
	    color: #fff;
	    height: 38px;
	    line-height: 38px;
	}
}
@media only screen and (max-width: 414px){
	.spec-items {
	    height: 57px;
	}
	.spec-items li {
		width: 83px;
	}
	 span.spe_leftBtn, span.spe_rightBtn {
		bottom: 4%;
	}
}