.con_le {
	width: 25%;
}
.con_ri {
	width: 72%;
}

.ser_top_le article {
    border-style: none !important;
}
@media(max-width:767px){
.ser_top {
    border-style: none !important;
}
}


@media all and (max-width: 1023px) {
	.con_le {
		display: none;
	}
	.con_ri {
		width: 100%;
	}
}

/*product-list*/
.aside_item {}
.aside_item h1 {
    font-size: 25px !important;
}
/* .aside_item h3 {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
} */
.aside_item h1 {
	font-size: 20px !important;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
}
.aside_item h3:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	background: #fc995d;
	left: 0;
	bottom: 0;
}
.aside_item h1:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	background: #fc995d;
	left: 0;
	bottom: 0;
}
ul.aside_nav {
	padding: 20px;
	-webkit-box-shadow: 0 0 10px #f2f2f2;
	-moz-box-shadow: 0 0 10px #f2f2f2;
	box-shadow: 0 0 10px #f2f2f2;
}
ul.aside_nav li.firli {
	margin-top: 14px;
	box-sizing: border-box;
}
ul.aside_nav li.firli:first-child {
	margin-top: 0;
}
/*ul.aside_nav li.firli:last-child {
	border-bottom: none;
}*/
ul.aside_nav li.firli > p {
	height: 48px;
	line-height: 48px;
	padding: 0 5%;
	font-size: 18px;
	text-transform: capitalize;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
ul.aside_nav li.firli p span:first-child {
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.aside_nav li.firli p span:first-child a {
	color: #333;
}

ul.aside_nav li.firli p .icon_add {
	width: 13px;
	height: 13px;
	background: url(../images/icon_add.png);
}
.aside_nav .secli span {
    float: right;
    display: block;
    width: 13px;
	height: 13px;
	background: url(../images/icon_add.png);
}
.aside_nav .a_active span{
    background: url(../images/icon_add_res.png);
}
ul.aside_nav li.firli p span:first-child a:hover {
	
}
.firli_active{
    background-color:#fc995d ;
}
.firli_active p a {
    color:white  !important;
}
ul.aside_nav li.firli_active p span:first-child a {
	
}
ul.aside_nav li.firli_active p .icon_add {
	background: url(../images/icon_add_res.png);
}
ul.aside_nav li.firli_active p span.iconfont {
	transform: rotate(90deg);
	color: #fff;
}
ul.aside_nav ul.secul {
	display: none;
	background-color: #fff;
	padding: 5%;
	border-bottom: 1px solid #eee;
}
ul.aside_nav ul.secul li {
	padding: 14px 0;
	position: relative;
}

ul.aside_nav ul.secul li a {
	color: #666;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.aside_nav ul.secul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e0e0e0;
}
ul.aside_nav ul.secul li a:hover:before {
	background: #fc995d;
}
ul.aside_nav ul.secul li a:hover {
	color: #fc995d;
}

@media all and (max-width: 1440px) {
	ul.aside_nav li.firli > p {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	ul.aside_nav ul.secul li a {
		font-size: 14px;
	}
}

.aside_item .in_share a {
	border-radius: 0;
}
.aside_item .in_share a span.iconfont {
	color: #fff;
}
.aside_item .in_share a:nth-child(1) {
	background: #3b5999;
}
.aside_item .in_share a:nth-child(2) {
	background: #1bbdf4;
}
.aside_item .in_share a:nth-child(3) {
	background: #f24b4b;
}
.aside_item .in_share a:nth-child(4) {
	background: #0177b5;
}
.aside_item .in_share a:nth-child(4) span.iconfont {
	font-size: 18px;
}
.pro_top_img {
	border-bottom: 1px solid #f0f0f0;
}
.pro_top_img img {
	display: block;
	width: 100%;
}

ul.proul {
	margin-right: -5%;
}
ul.proul li {
	float: left;
	width: 28%;
	margin-right: 5%;
	margin-top: 4%;
}
ul.proul li .li_img {
	position: relative;
	overflow: hidden;
}
ul.proul li .li_img:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 37px;
	background: url(../images/inpro_logo.png) no-repeat center;
	background-size: cover;
	top: 5%;
	left: 5%;
	z-index: 9;
}
ul.proul li .li_img img {
	transition: all .5s;
	display: block;
	width: 100%;
}
ul.proul li .li_img:hover img {
	transform: scale(1.2);
}
ul.proul li .li_text {
	background-color: #f0f0f0;
	padding: 20px 5%;
	position: relative;
}
ul.proul li .li_text:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 73px;
	background: url(../images/proul_icon.png) no-repeat center;
	background-size: cover;
	top: 0;
	right: 0;
	transform: translate(14px,-13px);
}
ul.proul li h4 a {
	font-size: 18px;
	/*color: #313131;*/
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@media all and (max-width: 1440px) {
	ul.proul li h4 a {
		font-size: 16px;
	}
	ul.proul li .li_text {
		padding: 15px 5%;
	}
	ul.proul li .li_text:after {
		width: 60px;
		height: 62px;
		transform: translate(12px,-13px);
	}
}
@media all and (max-width: 600px) {
	ul.proul li .li_text:after {
		display: none;
	}
	ul.proul li h4 a {
		font-size: 14px;
	}
	ul.proul li .li_text {
		padding: 8px 2%;
	}
}

/*product-center*/
ul.proulcen {}
ul.proulcen li .li_text {
	background-color: #e6f7fe;
}

/*single-product*/
.single_pro_swiper {}
.single_pro_swiper_le {
	width: 100%;
	
}
.single_pro_swiper_ri {
	width: 100%;
}

.pro_single .pc-slide {
	width: 100%;
	/*max-width: 500px;*/
	position: relative;
}
.pro_single .pc-slide:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 37px;
	background: url(../images/inpro_logo.png) no-repeat center;
	background-size: cover;
	top: 5%;
	left: 5%;
	z-index: 9;
}
.pro_single .view .swiper-container {
	width: 100%;
	height: auto;
}
.pro_single .view .swiper-container .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}

.single_pro_slide_img {
	position: relative;
}
.single_pro_slide_img_bf {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	cursor: pointer;
}
.single_pro_slide_img_bf img {
	display: block;
	width: 100%;
	border: none!important;
}

.pro_single .inabout_video_box {
	width: 80%;
}
.pro_single .preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
	padding: 0 30px;
}

@media all and (max-width: 1440px) {
	.single_pro_slide_img_bf {
		width: 60px;
	}
}
@media all and (max-width: 768px) {
	.single_pro_slide_img_bf {
		width: 40px;
	}
}
.pro_single .preview .swiper-container {
	width: 100%;
	height: auto;
}

.pro_single .preview .swiper-slide {
	width: 25%;
	height: auto;
	max-height:150px;
	cursor:pointer;
	position: relative;
}
.pro_single .preview .swiper-slide:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 15px;
	background: url(../images/inpro_logo.png) no-repeat center;
	background-size: cover;
	top: 10%;
	left: 10%;
	z-index: 9;
}
.pro_single .preview .slide6 {
	width: 25%;
}
.pro_single .preview img {
	padding: 2%;
	border: 1px solid #fff;
	width: 98%;
	height: 100%;
}
.pro_single .preview .active-nav img {
	border-color: #000;
}

.pro_single .arrow-left {
	
}
.pro_single .arrow-right {
	
}

.arrow-left-ts {
	position: absolute;
	top: 50%;
	left: 0%;
	z-index: 999;
    transform: translate(10%,-50%) rotate(180deg);
    z-index: 9;
    width: 23px;
    height: 95%;
    background-color: #f2f2f2;
}
.arrow-left-ts span.iconfont {
	color: #000;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #b9b9b9;
}
.arrow-right-ts {
	position: absolute;
	top: 50%;
	right: 0%;
	z-index: 999;
    transform: translate(-10%,-50%);
    z-index: 9;
    width: 23px;
    height: 95%;
    background-color: #f2f2f2;
}
.arrow-right-ts span.iconfont {
	color: #000;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #b9b9b9;
}
.arrow-left-ts:hover,.arrow-right-ts:hover {
	background-color: #e5ebf2;
}
.arrow-left-ts:hover span.iconfont,.arrow-right-ts:hover span.iconfont {
	color: #fc995d;
}
@media all and (max-width: 1366px) {
	.pro_single .arrow-left,.pro_single .arrow-right {
		width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
}

.in_share_box {}
.in_share_box p {
	font-size: 16px;
	color: #888;
	margin-bottom: 20px;
}
.in_share_box .in_share a {
}
.in_share_box .in_share a span.iconfont {
	color: #fff;
}
.in_share_box .in_share a:nth-child(1) {
	background: #3b5999;
}
.in_share_box .in_share a:nth-child(2) {
	background: #1bbdf4;
}
.in_share_box .in_share a:nth-child(3) {
	background: #f24b4b;
}
.in_share_box .in_share a:nth-child(4) {
	background: #0177b5;
}
.in_share_box .in_share a:nth-child(5) {
	background: #fc6d4c;
}


.single_pro_swiper_ri .single_btn {
	width: 340px;
	max-width: 100%;
	justify-content: flex-start;

}
.single_btn a {
	width: 48%;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 0;
	color: #fc995d;
	border: 1px solid #fc995d;
	margin-right: 2%;
}
.single_btn a span.iconfont {
	font-size: 18px;
	margin-right: 10px;
}
.single_btn a:hover {
	background-color: #fc995d;
	color: #fff;
}
.single_btn a:first-child {
	background-color: #fc995d;
	color: #fff;
}

@media all and (max-width: 1366px) {
	.single_btn a {
		font-size: 14px;
		padding: 15px 0;
	}
}

@media all and (max-width: 1023px) {
	.single_pro_swiper_le {
		width: 100%;
	}
	.single_pro_swiper_ri {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.single_pro_swiper_ri article {
		padding-top: 0;
	}
	.single_pro_swiper_ri .single_btn {
		width: 500px;
		max-width: 100%;
	}
	.pro_single .pc-slide {
		max-width: 500px;
	}

}

@media all and (max-width: 768px) {
	
}

.pro_single_detai {
	border: 1px solid #e9e9e9;
}
.pro_single_list {}
.pro_single_list a {
	display: block;
	width: 24.9%;
	font-size: 22px;
	color: #fff;
	background: #9b9596;
	text-align: center;
	padding: 20px 0;
}
/*.pro_single_list a:last-child {
	width: 25%;
}*/
.pro_single_list a:hover {
	background: #fc995d;
}
/*.pro_single_list a.pro_single_list_act {
	background: #fc995d;
}*/
.pro_single_con {
	padding: 5% 2%;
}

.pro_single_item {}
.pro_single_item:last-child {
	margin-bottom: 0;
}
.pro_single_item h3 {
	font-size: 26px;
	color: #333;
	font-weight: 700;
}

ul.prosingledetai {
	margin-right: -2%;
}
ul.prosingledetai li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 2%;
}
ul.prosingledetai li img {
	display: block;
	width: 100%;
}

@media all and (max-width: 1440px) {
	.single_btn a {
		font-size: 16px;
	}
	.single_btn a span.iconfont {
		font-size: 16px;
	}
	.pro_single_item h3 {
		font-size: 22px;
	}
}
@media all and (max-width: 1024px) {
	.pro_single_item h3 {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	.pro_single_item h3 {
		font-size: 18px;
	}
}
@media all and (max-width: 600px) {
	.pro_single_item h3 {
		font-size: 16px;
	}
	.pro_single_list a {
		width: 49.9%;
	}
}
/*相关模块*/

.rela_section {}
.rela_section h2 {
	text-align: center;
	font-weight: 900;
	font-size: 36px;
	color: #333;
}
.rela_pro ul.proul li {
	margin-top: 0;
}

@media all and (max-width: 1440px) {
	.rela_section h2 {
		font-size: 26px;
	}
}
@media all and (max-width: 768px) {
	.rela_section h2 {
		font-size: 22px;
	}
}
@media all and (max-width: 600px) {
	.rela_section h2 {
		font-size: 20px;
	}
}

@media all and (max-width: 1440px) {
	.pro_single_list a {
		font-size: 16px;
	}
}

/*service*/
.service {}
.service h2.in_h2 {
	color: #255379;
}
.service h1.in_h2 {
	color: #255379 !important;
}
.ser_top {
	border-bottom: 7px dashed #e6e6e6;
	border-bottom-style:dotted;
}
.ser_top_le {
	width: 45%;
}
.ser_top_le article {
	border-bottom: 7px dashed #e6e6e6;
	border-bottom-style:dotted;
	height: 170px;
}
.ser_top_ri {
	width: 52%;
	cursor: pointer;
}
.ser_top_ri img {
	display: block;
	width: 100%;
}
.ser_top_bo {

}
ul.serspare {
	margin-right: -2%;
}
ul.serspare li {
	float: left;
	width: 23%;
	margin-right: 2%;
	position: relative;
}
ul.serspare li:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -73px;
	transform: translate(-50%,-50%);
	width: 41px;
	height: 24px;
	background: url(../images/ul.serspare_icon.png);
	background-size: cover;
	opacity: 0;
}
ul.serspare li.serspare_act:after {
	opacity: 1;
}

@media all and (max-width: 1440px) {
	ul.serspare li:after {
		bottom: -63px;
	}
}
@media all and (max-width: 1023px) {
	ul.serspare li:after {
		bottom: -53px;
	}
}
@media all and (max-width: 768px) {
	ul.serspare li:after {
		bottom: -43px;
	}
}
ul.serspare li img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.serspare_con {}
@media all and (max-width: 600px) {
	.serspare_con {
		margin-top: 30px;
	}
}
.serspare_item {
	padding: 5%;
	border: 1px solid #eee;
	display: none;
}
.serspare_item_le {
	width: 23%;
}
.serspare_item_le p {
	font-size: 24px;
	color: #888;
	font-weight: 600;
	border-bottom: 3px dashed #e6e6e6;
	border-bottom-style:dotted;
	padding-bottom: 20px;
	max-width: 218px;
}
.serspare_item_ri {
	width: 70%;
}

.serspare_item_le .in_share a span.iconfont {
	color: #fff;
}
.serspare_item_le .in_share a:nth-child(1) {
	background: #3b5999;
}
.serspare_item_le .in_share a:nth-child(2) {
	background: #1bbdf4;
}
.serspare_item_le .in_share a:nth-child(3) {
	background: #f24b4b;
}
.serspare_item_le .in_share a:nth-child(4) {
	background: #0177b5;
}
.serspare_item_le .in_share a:nth-child(5) {
	background: #fc6d4c;
}

.ser_support {
	background: url(../images/ser_support_bg.jpg) no-repeat center;
	background-size: cover;
}
.ser_support_le {
	width: 55%;
}
.ser_support_le img {
	display: block;
	width: 100%;
}
.ser_support_ri {
	width: 40%;
}
.ser_support_ri .contact_p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #888;
}
.ser_support_ri .contact_p:last-child {
	margin-bottom: 0;
}
.ser_support_ri .contact_p img {
	
	width: 10%;
}
.ser_support_ri .contact_p p {
	width: 90%;
	padding-left: 10px;
}
.ser_support_ri .contact_p p strong {
	display: block;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.ser_support_ri .contact_p p span a {
	color: #888;
}
.ser_support_ri .contact_p p span a:hover {
	color: #fc995d;
}

@media all and (max-width: 768px) {
	.ser_support_le {
		width: 100%;
		margin-bottom: 20px;
	}
	.ser_support_ri {
		width: 100%;
		max-width: 500px;
	}
}

@media all and (max-width: 450px) {
	.serspare_item_le {
		width: 100%;
		margin-bottom: 20px;
	}
	.serspare_item_ri {
		width: 100%;
	}
}

/*solution*/
ul.soluul {
	
}
ul.soluul li {
	
	
	
}
ul.soluul li:nth-child(2n) {
	flex-direction: row-reverse;
}
.li_le {
	width: 50%;
}
.li_le img {
	display: block;
	width: 100%;
}
.li_ri {
	width: 50%;
	padding-left: 10%;
	padding-right: 2%;
}
.li_ri_text {
	position: relative;
}
.li_ri_text .li_ri_num {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	color: #fc995d;
	font-weight: 600;
	transform: translate(-130%,-30%);
	font-style:italic;
}
.li_ri_text h4 {
	position: relative;
}
.li_ri_text h4:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #cdcdcd;
	left: 0;
	bottom: -20px;
}
.li_ri_text h4 a {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}

@media all and (max-width: 1440px) {
	.li_ri_text .li_ri_num {
		font-size: 36px;
	}
	.li_ri_text h4 a {
		font-size: 24px;
	}
}
@media all and (max-width: 1024px) {
	.li_ri_text .li_ri_num {
		font-size: 24px;
	}
	.li_ri_text h4 a {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	.li_le {
		width: 100%;
	}
	.li_ri {
		width: 100%;
		padding: 30px;
		padding-left: 40px;
	}
}

/*single-solu*/
.single_solu {}
.single_solu h1 {
	text-align: center;
}
.news_tip {
	width: 450px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.news_date {
	color: #949798;
	width: 220px;
}
.news_date span.iconfont {
	color: #fc995d;
}
.news_share {
	color: #949798;
	width: 200px;
}
.news_share .in_share {
	width: 120px;
}
.news_share .in_share a {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: none;

}
.news_share .in_share a span.iconfont {
	font-size: 12px;
	color: #fff;
}
.news_share .in_share a:nth-child(1) {
	background: #3b5998;
}
.news_share .in_share a:nth-child(2) {
	background: #0b66c3;
}
.news_share .in_share a:nth-child(3) {
	background: #1da1f2;
}
.news_share .in_share a:nth-child(4) {
	background: #36465f;
}
.single_solu_con > article {
	border-top: 1px solid #eee;
}
.single_solu_con article img {
	margin-right: auto;
	margin-left: auto;
}

ul.singlesoluul {
	margin-right: -0.5%;
}
ul.singlesoluul li {
	float: left;
	width: 24.5%;
	margin-right: .5%;
}
ul.singlesoluul li p {
	background-color: #efefef;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 15px 2px;
}
ul.singlesoluul li .singlesoluul_more {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #9b9b9b;
	position: relative;
}
ul.singlesoluul li .singlesoluul_more span.iconfont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #9b9b9b;
	font-size: 20px;
	font-weight: 600;
}
ul.singlesoluul li .singlesoluul_more:hover {
	border-color: #fc995d;
}

ul.singlesoluul li .singlesoluul_more:hover span.iconfont {
	color: #fc995d;
}

@media all and (max-width: 1440px) {
	ul.singlesoluul li p {
		font-size: 16px;
	}
}
@media all and (max-width: 768px) {
	ul.singlesoluul li p {
		font-size: 14px;
	}
}

@media all and (max-width: 450px) {
	ul.singlesoluul li {
		width: 49.5%;
		margin-bottom: 20px;
	}
	.news_tip {
		
	}
	.news_date {
		margin: 0 auto;
	}
	.news_share {
		margin: 0 auto;
		margin-top: 10px;
	}
}

/*news-center*/
ul.newsul_sp {
	margin-right: -2%;
}
ul.newsul_sp li {
	width: 31.33%;
	margin-right: 2%;
}

ul.newscenul {}
ul.newscenul li {
	border-bottom: 1px solid #eee;
}
ul.newscenul li .li_le {
	width: 10%;
	border: 1px solid #eee;
	padding: 2%;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
ul.newscenul li .li_le span {
	display: block;
	text-align: center;
	color: #27323d;
	font-weight: 600;
}
ul.newscenul li .li_le span:first-child {
	font-size: 46px;
}
ul.newscenul li .li_ri {
	width: 95%;
	margin-left: -5%;
	background-color: #fff;
	padding: 5%;
	padding-left: 10%;
}
ul.newscenul li .li_ri h4 a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
ul.newscenul li:hover .li_le {
	background-color: #fc995d;
}
ul.newscenul li:hover .li_le span {
	color: #fff;
}
ul.newscenul li:hover .li_ri {
	background-color: #f3f3f4;
}

@media all and (max-width: 1440px) {
	ul.newscenul li .li_le span:first-child {
		font-size: 36px;
	}
	ul.newscenul li .li_ri h4 a {
		font-size: 18px;
	}
}
@media all and (max-width: 768px) {
	ul.newscenul li .li_le {
		width: 16%;
	}
	ul.newscenul li .li_ri {
		width: 89%;
	}
}
@media all and (max-width: 450px) {
	ul.newsul_sp li {
		width: 98%;
		margin-bottom: 5%;
	}
	ul.newscenul li .li_le {
		width: 80px;
	}
	ul.newscenul li .li_ri {
		width: 100%;
		margin-left: 0;
	}
}

/*single-news*/
.single_news {}
.single_news_con {}
.single_news_con h1 {
	text-align: center;
}
.single_news_con .news_tip {
	width: 300px;
	color: #949798;
}
.single_news_con > article {
	border-top: 1px solid #eee;
}
.single_news_con > article img {
	margin-right: auto;
	margin-left: auto;
}

.fot_top_main {
	padding-right: 5%;
	background-color: #fc995d;
	position: relative;
	z-index: 99;
}
.fot_top_main .fot_logo {
	width: 415px;
}
.fot_top_main .fot_logo img {
	display: block;
	width: 100%;
}
.fot_top_main .fot_search {
	width: 430px;
	background-color: #fff;
	padding-right: 1px;
}
.fot_top_main .fot_search form {}
.fot_top_main .fot_search form input {
	width: 74%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	outline: none;
	border: none;
	padding: 0 2%;
}
.fot_top_main .fot_search form button {
	width: 26%;
	height: 48px;
	background-color: #fc995d;
	border: none;
	outline: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.fot_top_main .fot_search form button:hover {
	/*background-color: #ff061a;*/
}
.fot_top_main .in_share a {
	border: 2px solid #fff;
}
.fot_top_main .in_share a span.iconfont {
	color: #fff;
}

@media all and (max-width: 1440px) {
	.fot_top_main .fot_logo {
		width: 250px;
	}
}
@media all and (max-width: 768px) {
	.fot_top_main {
		display: none;
	}
}

/*contact*/
.contact {}
.contact_le {
	width: 35%;
}
.contact_ri {
	width: 62%;
}
.contact_ri .contact_map img {
	display: block;
	width: 100%;
}

.contact_le .contact_p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #888;
}
.contact_le .contact_p:last-child {
	margin-bottom: 0;
}
.contact_le .contact_p img {
	
	width: 10%;
}
.contact_le .contact_p p {
	width: 90%;
	padding-left: 10px;
}
.contact_le .contact_p p strong {
	display: block;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.contact_le .contact_p p span a {
	color: #888;
}
.contact_le .contact_p p span a:hover {
	color: #fc995d;
}

.contact_social {}
.contact_social_le {
	width: 40%;
	padding: 0 5%;
}
.contact_social_le h2.in_h2 {
	text-align: center;
}
.contact_social_le .cut {
	display: block;
	margin: 20px auto;
	width: 50px;
	height: 2px;
	background-color: #8f8f8f;
}
.contact_social_le h3 {
	text-align: center;
	color: #8f8f8f;
	font-size: 18px;
	line-height: 30px;
}
.contact_social_ri {
	width: 60%;
	background-color: #f1f3f7;
	height: 300px;
	position: relative;
}
.contact_social_ri_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
/*.contact_social_ri_text .in_share {}
.contact_social_ri_text .in_share a span.iconfont {
	color: #fff;
}
.contact_social_ri_text .in_share a:nth-child(1) {
	background: #3b5999;
}
.contact_social_ri_text .in_share a:nth-child(2) {
	background: #1bbdf4;
}
.contact_social_ri_text .in_share a:nth-child(3) {
	background: #f24b4b;
}
.contact_social_ri_text .in_share a:nth-child(4) {
	background: #0177b5;
}
.contact_social_ri_text .in_share a:nth-child(5) {
	background: #fc6d4c;
}*/

ul.socialul {

}

ul.socialul li {
	width: 24%;
}
ul.socialul li a {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
ul.socialul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
}
ul.socialul li p {
	text-align: center;
	font-style: italic;
	color: #fc995d;
	font-size: 16px;
}

@media all and (max-width: 1440px) {
	.contact_le .contact_p {
		font-size: 16px;
	}
	.contact_social_le h3 {
		font-size: 16px;
	}
}

@media all and (max-width: 768px) {
	.contact_le {
		width: 100%;
		max-width: 500px;
		margin-bottom: 30px;
	}
	.contact_ri {
		width: 100%;
	}
	.contact_social_le {
		width: 100%;
		margin-bottom: 30px;
	}
	.contact_social_ri {
		width: 100%;
	}
}

/*about*/
.about {}
/*about_people*/
.about_people {

}
.about_people h2.in_h2 {
	text-align: center;
}
.about_people_video img {
	display: block;
	width: 100%;
	cursor: pointer;
}

/*about_company*/
.about_company {}
.about_company h2.in_h2 {
	text-align: center;
}

#aboutCer {
	position: relative;
	overflow: hidden;
	padding: 3px;
}
#aboutCer .about_cer_img {
	padding: 20px 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
#aboutCer .about_cer_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}





.about_cer_wrap {
	position: relative;
}

.cer_btn {
	width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #9b9b9b;
    cursor: pointer;
}
.cer_btn  span {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 600;
}
.cer_btn:hover {
	border-color: #fc995d;
}
.cer_btn:hover span {
	color: #fc995d;
}

.cer_btn_prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-200%,-50%);
}
.cer_btn_next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(200%,-50%);
}

/*download*/

table.ser_down {}
table.ser_down tr th {
	text-align: center;
	background: #413e3e;
	color: #fff;
}
table.ser_down tr td {
	border: none;
	text-align: center;
	color: #333;
	padding: 14px 10px;
}
table.ser_down tr td img {

}
table.ser_down tr td:first-child {
	position: relative;
	padding-left: 50px;
	text-align: left;
}
table.ser_down tr td:first-child:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 22px;
	background: url(../images/table_icon.png) no-repeat center;
	background-size: cover;
	left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.ser_down_btn {
	display: block;
	width: 161px;
	height: 30px;
	background: url(../images/down_img.png);
	margin-right: auto;
	margin-left: auto;
}
.ser_down_btn:hover {
	background: url(../images/down_img_act.png);
}

/*about-history*/
.about_history {}
.about_history h2.in_h2 {
	text-align: center;
}
.his_tab_con ul {
  display: flex;
  flex-flow: column;
  position: relative;
  padding-bottom: 100px;
  padding-top: 170px;
  overflow: hidden;
}

.his_tab_con ul .line_top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 3;
  background-color: #FFf;
}

.his_tab_con ul .line_bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #B8B8B8;
  font-size: 18px;
  background-color: #FFF;
  z-index: 3;
  font-weight: 600;
  padding-top: 15px;
  text-transform: uppercase;
}

.his_tab_con ul:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10px;
  background-color: #E6E6E6;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  z-index: 1;
}

.his_tab_con li {
  display: flex;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.his_tab_con li .text,
.his_tab_con li .imgshow {
  width: 38%;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.his_tab_con li .imgshow {
  top: -28px;
}

.his_tab_con li:nth-of-type(odd) .imgshow {
  text-align: right;
}

.his_tab_con li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.his_tab_con li:nth-of-type(even) .time {
  right: -103px;
  top: 3px;
  left: auto;
}

.his_tab_con li:nth-of-type(even) .imgshow {
  text-align: left;
}

.his_tab_con li:nth-of-type(even) .text {
  flex-direction: row-reverse;
}

.his_tab_con li:nth-of-type(even) .time {
  margin-right: 0;
  margin-left: 65px;
}

.his_tab_con li:nth-of-type(even) p {
  text-align: right;
}

.his_tab_con li:nth-of-type(even) .dot:before {
  left: auto;
  right: -165px;
}

.his_tab_con p {
  font-size: 16px;
  color: #888;
  line-height: 1.75;
}

.his_tab_con .time {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  position: absolute;
  left: -103px;
  top: 3px;
}

.his_tab_con .dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: rgba(0, 56, 123, 0.3);
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  margin-left: 125px;
  margin-right: 125px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.his_tab_con .dot:before {
  content: '';
  position: absolute;
  left: -165px;
  width: 165px;
  border-bottom: 1px solid #E4E4E4;
  top: 50%;
  transform: translateY(-50%);
}

.his_tab_con .dot:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  background: #fc995d;
}

.history_info {
  padding-bottom: 20px;
}

.history_info .title_ny {
  margin-top: 0;
}

.history_info p {
  color: #888;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 25px;
}

@media all and (max-width: 1000px) {
	.his_tab_con ul {
    padding-bottom: 50px;
    padding-top: 80px;
  }
  .his_tab_con ul .line_bot {
    height: 20px;
    line-height: 20px;
    left: 0;
    transform: translateX(0);
  }
  .his_tab_con ul .line_top {
    left: -22px;
    transform: translateX(0);
  }
  .his_tab_con li:nth-of-type(even) .time {
    margin-left: 0;
  }
  .his_tab_con li:nth-of-type(even) p {
    text-align: left;
  }
  .his_tab_con ul:after {
    left: 0;
    transform: translateX(0);
  }
  .his_tab_con .dot:before {
    left: auto;
    right: -165px;
  }
  .his_tab_con .time {
    position: initial;
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .his_tab_con ul {
    padding-left: 30px;
    overflow: initial;
  }
  .his_tab_con li {
    flex-wrap: wrap;
  }
  .his_tab_con li .text {
    flex-wrap: wrap;
  }
  .his_tab_con li .text,
  .his_tab_con li .imgshow {
    width: 100%;
  }
  .his_tab_con li .imgshow {
    top: 0;
  }
  .his_tab_con li .imgshow img {
    width: 100%;
  }
  .his_tab_con .dot {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    left: -39px;
    margin-left: 0;
  }
}

/*search*/
.search form {
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
}
.search form input {
	width: 90%;
	padding: 2%;
	padding-left: 5%;
	color: #666;
	border-radius: 25px;
	border: none;
	outline: none;
}
.search form button {
	width: 10%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
.search form button span.iconfont {
	color: #8d8d8d;
	font-size: 20px;
}

ul.search_ul {}
ul.search_ul li {
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	padding: 2%;
}
ul.search_ul li p {
	justify-content: flex-start;
}
ul.search_ul li p a {
	font-size: 18px;
	text-transform: capitalize;
	color: #333;
}
ul.search_ul li p a:nth-child(2) {
	margin: 0 10px;
}
ul.search_ul li p a:hover {
	color: #fc995d;
}
ul.search_ul li .more {
	margin-left: 0;
	border-radius: 0;
}

ul.search_ul li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 1366px) {
	ul.search_ul li p a {
		font-size: 20px;
	}
}
@media all and (max-width: 1023px) {
	ul.search_ul li p a {
		font-size: 18px;
	}
}
@media all and (max-width: 768px) {
	ul.search_ul li p a {
		font-size: 16px;
	}
}

/*404*/
.nofound_top {
	background-color: #f4fafb;
}
.no_found_tips {
	font-size: 30px;
	color: #333;
	font-weight: 600;
}

.no_found_le {
	width: 50%;
}

.no_found_ri {
	width: 50%;
}
.no_found_ri h2.in_h2_cen {
	text-align: left;
	transform: translateX(25px);
}
.no_found_le .no_found_num {
	font-size: 200px;
	color: #fc995d;
	font-weight: 600;
	width: 73%;
	text-align: center;
}

.nofound .search form {
	border: 1px solid #e0e0e0;
	width: 95%;
	max-width: 600px;
	background-color: #fff;
	margin-left: 0;
	border-radius: 0;
}
.nofound .search form input {
	width: 90%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	outline: none;
	border: none;
	font-size: 16px;
	color: #666;
	border-radius: 0;
}
.nofound .search form button {
	width: 10%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #fff;
}
.nofound .search form button span.iconfont {
	font-size: 20px;
	color: #999;
}

ul.noproul li {
	width: 31.33%
}

@media all and (max-width: 1366px) {
	.no_found_tips {
		font-size: 24px;
	}
}

@media all and (max-width: 768px) {
	.no_found_tips {
		font-size: 18px;
	}
	.no_found_le .no_found_num {
		width: 100%;
	}
	.no_found_ri {
		width: 100%;
	}
	.search form {
		width: 100%;
	}
	.search_hot {
		width: 100%;
	}
	ul.noproul li {
		width: 48%;
	}
}

.in_share  .at-icon { width: 26px !important; height: 26px !important; }


.in_share  .at-share-btn { padding: 0 !important; -moz-border-radius: 2px !important; border-radius: 2px !important; }



.in_share  .at-icon-wrapper { width: 26px !important; height: 26px !important; }



.in_share  .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }



.rela_pro_text {    
    line-height: 26px;
    margin-bottom: 42px;
    text-align: center;
    margin-top: -27px; }
 .contact .con_title{ text-align: center; }