*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.clearfix:after,
.clearfix:before{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
@font-face {
	font-family: 'md';
	src: url(../font/HelveticaNeueLTPro-Md.otf);
}
@font-face {
	font-family: 'ex';
	src: url(../font/HelveticaNeueLTPro-Ex.otf);
}
@font-face {
	font-family: 'bd';
	src: url(../font/HelveticaNeueLTPro-Bd.otf);
}
@font-face {
	font-family: 'ro';
	src: url(../font/HelveticaNeueLTPro-Roman.otf);
}
@font-face {
	font-family: 'lt';
	src: url(../font/HELVETICANEUELTPRO-LT.OTF);
}
@font-face {
	font-family: 'mdex';
	src: url(../font/HelveticaNeueLTPro-MdEx.otf);
}
@font-face {
	font-family: 'hvcn';
	src: url(../font/HELVETICANEUELTPRO-HVCN.OTF);
}
@font-face {
	font-family: 'cn';
	src: url(../font/HelveticaNeueLTPro-Cn.otf);
}
@font-face {
	font-family: 'ltex';
	src: url(../font/HelveticaNeueLTPro-LtEx.otf);
}

/* index nav */
.index_nav{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
.index_nav .logo{
	float: left;
}
.index_nav .search_btn{
	width: 30px;
	height: 30px;
	float: right;
	background: none;
	border: none;
	outline: none;
	margin-top: 30px;
	cursor: pointer;
}
.index_nav .search_btn i{
	font-size: 20px;
	color: #2b2727;
}
.index_nav .search_btn i.active{
	color: #4886ff;
}
.index_nav .search{
	width: 230px;
	float: right;
	position: absolute;
	right: 0;
	top: 130px;
	display: none;
	z-index: 999;
	box-shadow: 2px 2px 15px #ccc;
}
.index_nav .search input{
	width: 200px;
	height: 40px;
	float: left;
	border: none;
	outline: none;
	transition: 300ms;
	padding-left: 15px;
	font: 18px md;
	color: #2b2727;
}
.index_nav .search button{
	width: 30px;
	height: 40px;
	float: right;
	background: none;
	border: none;
	outline: none;
	background-color: #fff;
}
.index_nav .search button i{
	font-size: 20px;
	color: #2b2727;
}
.index_nav .nav{
	float: right;
	margin-top: 35px;
}
.index_nav .nav li{
	float: left;
	margin-right: 50px;
}
.index_nav .nav li a{
	font: 18px md;
	color: #2b2727;
	text-transform: capitalize;
	transition: 300ms;
}
.index_nav .nav li a:hover{
	color: #4886ff;
}
.index_nav .nav li a.active{
	color: #4886ff;
}
.sellang{float: right; margin-top: 35px; margin-left: 10px; margin-right: 10px}
.sellang a{color: #000}
.sellang a:hover{color: #4886ff}

.index_nav .toggle_btn{
	float: right;
	border: none;
	outline: none;
	background: none;
	margin-top: 30px;
	cursor: pointer;
	margin-left: 15px;
	display: none;
}
.index_nav .toggle_btn i{
	font-size: 30px;
	color: #000;
}
.index_nav .toggle_nav{
	display: none;
	width: 270px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 300ms;
	background-color: #333;
	border: 1px solid #000;
	transition: 300ms;
	left: -270px;
	z-index: 999;
}
.index_nav .toggle_nav.open{
	left: 0;
}
.index_nav .toggle_nav ul{
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.index_nav .toggle_nav ul li{
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05) inset;
}
.index_nav .toggle_nav ul li:first-child{
	border-top: none;
	box-shadow: none;
}
.index_nav .toggle_nav ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	font: 16px/45px "微软雅黑";
	color: #ccc;
	padding-left: 15px;
	box-sizing: border-box;
	text-transform: capitalize;
}

/* index banner */
#index_banner .swiper-slide{
	width: 100%;
	height: 700px;
}
#index_banner .swiper-slide.one{
	background: url(../img/banner1.jpg) no-repeat;
	background-size: cover;
}
#index_banner .swiper-slide.two{
	background: url(../img/banner2.jpg) no-repeat;
	background-size: cover;
}
#index_banner .swiper-slide.three{
	background: url(../img/banner3.jpg) no-repeat;
	background-size: cover;
}
#index_banner .swiper-slide .text{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 150px;
}
#index_banner .swiper-slide .text p:nth-of-type(1){
	font: 80px/100px bd;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 4px 4px 4px rgba(10,2,4,.15);
}
#index_banner .swiper-slide .text p:nth-of-type(2){
	font: 20px/30px ex;
	color: #fff;
	margin-bottom: 40px;
}
#index_banner .swiper-slide .text a{
	display: block;
	width: 212px;
	height: 59px;
	background-color: #4886ff;
	font: 18px/59px bd;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#index_banner .swiper-slide .text a:after{
	content: "";
	position: absolute;
	width: 140%;
	height: 140%;
	background-color: rgba(255,255,255,.6);
	transform: rotate(45deg);
	left: -100%;
	top: 100%;
	transition: 500ms;
}
#index_banner .swiper-slide .text a:hover:after{
	left: 100%;
	top: -100%;
}
#index_banner .swiper-slide .text a img{
	padding-left: 7px;
	position: relative;
	transition: 300ms;
	left: 0;
}
#index_banner .swiper-slide .text a:hover img{
	left: 20px;
	opacity: 0;
}
#index_banner #banner_left,
#index_banner #banner_right{
	background: none;
	width: 50px;
	height: 50px;
	text-align: center;
	outline: none;
}
#index_banner #banner_left i,
#index_banner #banner_right i{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}

/* index bar */
.index_bar{
	background-color: #c7e8fa;
}
.index_bar .content{
	max-width: 1550px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index_bar .content .list{
	flex: 1;
	height: 204px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.index_bar .content .list .innerbg{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 600ms;
}
.index_bar .content .list:hover .innerbg{
	opacity: 1;
}
.index_bar .content .list .inner{
	width: 100%;
	height: 200%;
	position: relative;
	left: 0;
	top: 0;
	transition: 500ms;
}
.index_bar .content .list:hover .inner{
	top: -100%;
}

.index_bar .content .list .inner_top{
	width: 100%;
	height: 50%;
	padding-top: 30px;
}
.index_bar .content .list .inner_top .img{
	text-align: center;
}
.index_bar .content .list .inner_top p{
	font: 16px ro;
	color: #427fe9;
	text-align: center;
}
.index_bar .content .list .inner_bottom{
	width: 100%;
	height: 50%;
	padding-top: 40px;
}
.index_bar .content .list .inner_bottom .img{
	text-align: center;
	margin-bottom: 16px;
}
.index_bar .content .list .inner_bottom p{
	font: 16px ro;
	color: #fff;
	text-align: center;
}

/* index about */
.index_about{
	padding: 70px 0;
	text-align: center;
}
.index_about .one{
	font: 18px md;
	color: #4886ff;
	margin-bottom: 10px;
}
.index_about .two{
	font: 30px/40px bd;
	color: #333333;
	margin-bottom: 10px;
}
.index_about .three{
	font: 15px/25px md;
	color: #a5a5a5;
	margin-bottom: 30px;
}
.index_about a{
	display: block;
	width: 165px;
	height: 39px;
	border-radius: 19px;
	background-color: #4886ff;
	margin: 0 auto;
	font: 16px/39px ro;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	transition: 300ms;
}
.index_about a:hover{
	transform: scale(0.9);
}

/* index team */
.index_team{
	background: url(../img/teambg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.index_team .content{
	max-width: 1200px;
	margin: 0 auto;
}
.index_team .content .top{
	padding-top: 80px;
	padding-bottom: 110px;
	border-bottom: 1px solid #a9a9a9;
}
.index_team .content .top .left{
	width: 40%;
	float: left;
	margin-top: 20px;
}
.index_team .content .top .left .one{
	font: 18px md;
	color: #4886ff;
	margin-bottom: 10px;
}
.index_team .content .top .left .two{
	font: 30px/40px bd;
	color: #333333;
	margin-bottom: 20px;
}
.index_team .content .top .left .three{
	font: 18px/35px lt;
	color: #a5a5a5;
	margin-bottom: 30px;
}
.index_team .content .top .left a{
	display: block;
	width: 165px;
	height: 39px;
	border-radius: 19px;
	background-color: #4886ff;
	font: 16px/39px ro;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	transition: 300ms;
}
.index_team .content .top .left a:hover{
	transform: scale(0.9);
}
.index_team .content .top .right{
	width: 40%;
	float: right;
	border-radius: 20px;
	box-shadow: 10px 10px 27px rgba(105,105,105,.59);
}
.index_team .content .bottom{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.index_team .content .bottom li{
	padding-left: 50px;
	font: 24px/138px md;
	color: #363636;
	text-transform: capitalize;
}
.index_team .content .bottom li:nth-of-type(1){
	background: url(../img/t1.png) left center no-repeat;
}
.index_team .content .bottom li:nth-of-type(2){
	background: url(../img/t2.png) left center no-repeat;
}
.index_team .content .bottom li:nth-of-type(3){
	background: url(../img/t3.png) left center no-repeat;
}
.index_team .content .bottom li:nth-of-type(4){
	background: url(../img/t4.png) left center no-repeat;
}

/* index product */
.index_product{
	max-width: 1300px;
	margin: 0 auto 70px;
}
.index_product .title{
	padding: 75px 0 50px;
}
.index_product .title p:first-child{
	text-align: center;
	font: 18px md;
	color: #4886ff;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.index_product .title p:last-child{
	text-align: center;
	font: 30px bd;
	color: #282828;
	text-transform: capitalize;
}
.index_product .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_product .list li{
	width: 32%;
	margin-bottom: 50px;
}
.index_product .list li>a{
	display: block;
}
.index_product .list li .img{
	margin-bottom: 30px;
	overflow: hidden;
}
.index_product .list li .img img{
	width: 100%;
	transition: 300ms;
	vertical-align: top;
}
.index_product .list li p{
	font: 18px ro;
	color: #282828;
	text-align: center;
	transition: 300ms;
}
.index_product .list li:nth-of-type(4),
.index_product .list li:nth-of-type(5),
.index_product .list li:nth-of-type(6){
	margin-bottom: 0;
}
.index_product .list li:hover .img img{
	transform: scale(1.5) rotate(-20deg);
}
.index_product .list li:hover p{
	color: #4886ff;
}

/* index hot */
.index_hot{
	margin-bottom: 65px;
}
.index_hot .top{
	text-align: center;
	padding-bottom: 30px;
}
.index_hot .top .one{
	font: 18px md;
	color: #4886ff;
	margin-bottom: 5px;
}
.index_hot .top .two{
	font: 36px bd;
	color: #282828;
	margin-bottom: 5px;
}
.index_hot .top .three{
	font: 18px md;
	color: #c7c7c7;
}
.index_hot .bottom{
	background-color: #3c6ba5;
	padding-bottom: 55px;
}
.index_hot .bottom .content{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 65px;
}
.index_hot .bottom .content .tabs_wrap{
	width: 65%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 45px;
}
.index_hot .bottom .content .tabs_wrap .tabs{
	display: flex;
	justify-content: space-between;
}
.index_hot .bottom .content .tabs_wrap .tabs li{
	padding-bottom: 10px;
	font: 16px lt;
	color: #868b92;
	cursor: pointer;
	user-select: none;
}
.index_hot .bottom .content .tabs_wrap .tabs li.active{
	color: #fff;
}
.index_hot .bottom .content .tabs_wrap .tabs li.line{
	padding-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
}
.index_hot .bottom .content .swiper-container{
	margin-bottom: 75px;
}
.index_hot .bottom .content .swiper-container .swiper-slide{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.index_hot .bottom .content .swiper-container .swiper-slide img{
	width: 100%;
	vertical-align: top;
}
.index_hot .bottom .content .swiper-container .swiper-slide .view{
	display: block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -60px;
	bottom: -60px;
	transition: 300ms;
}
.index_hot .bottom .content .swiper-container .swiper-slide .view i{
	padding-left: 25px;
	line-height: 70px;
	color: #4d4c4c;
	font-size: 20px;
	transition: 300ms;
}
.index_hot .bottom .content .swiper-container .swiper-slide:hover .view{
	width: 180px;
	height: 180px;
	right: -90px;
	bottom: -90px;
}
.index_hot .bottom .content .swiper-container .swiper-slide:hover .view i{
	padding-left: 40px;
	line-height: 90px;
}
.index_hot .bottom .content .swiper-container .swiper-button-next,
.index_hot .bottom .content .swiper-container .swiper-button-prev{
	background: none;
	width: 60px;
	height: 85px;
	background-color: #fff;
	top: 43%;
	text-align: center;
	line-height: 85px;
	outline: none;
}
.index_hot .bottom .content .link{
	display: block;
	width: 165px;
	height: 39px;
	border-radius: 19px;
	background-color: #fff;
	font: 16px/39px ro;
	color: #4b4b4b;
	text-align: center;
	text-transform: capitalize;
	transition: 300ms;
	margin: 0 auto;
}
.index_hot .bottom .content .link:hover{
	transform: scale(0.9);
}

/* index news */
.index_news{
	max-width: 1200px;
	margin: 0 auto 110px;
}
.index_news .top_title{
	position: relative;
	margin-bottom: 55px;
}
.index_news .top_title p{
	width: 365px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	font: 36px bd;
	color: #282828;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
.index_news .top_title:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #9b9b9b;
	left: 0;
	top: 25px;
	z-index: 1;
}
.index_news .news_wrap{
	position: relative;
}
.index_news .news_wrap .news_list_item .img{
	overflow: hidden;
}
.index_news .news_wrap .news_list_item .img img{
	width: 100%;
	vertical-align: top;
	transition: 500ms;
}
.index_news .news_wrap .news_list_item .info{
	padding: 40px 40px 35px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.index_news .news_wrap .news_list_item .info .date{
	font: 14px mdex;
	color: #4886ff;
	margin-bottom: 5px;
}
.index_news .news_wrap .news_list_item .info .title{
	font: 18px/30px mdex;
	color: #303030;
	margin-bottom: 10px;
}
.index_news .news_wrap .news_list_item .info .des{
	font: 15px/24px lt;
	color: #727272;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.index_news .news_wrap .news_list_item .info .link{
	font: 16px md;
	color: #171616;
	text-transform: uppercase;
}
.index_news .news_wrap .news_list_item:hover .img img{
	transform: scale(1.2);
}
.index_news .news_wrap #newsleft,
.index_news .news_wrap #newsright{
	width: 52px;
	height: 52px;
	background-image: none;
	background-color: #ececec;
	text-align: center;
	outline: none;
}
.index_news .news_wrap #newsleft i,
.index_news .news_wrap #newsright i{
	line-height: 52px;
	font-size: 40px;
	color: #989898;
}
.index_news .news_wrap #newsleft{
	left: -28px;
}
.index_news .news_wrap #newsright{
	right: -28px;
}

/* index contact */
.index_contact{
	max-width: 1200px;
	margin: 0 auto 85px;
}
.index_contact .left{
	width: 27%;
	float: left;
}
.index_contact .left .title{
	font: 40px bd;
	color: #4886ff;
	text-transform: capitalize;
	margin-bottom: 45px;
}
.index_contact .left .item_title{
	font: 20px bd;
	color: #2b2c2d;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 15px;
}
.index_contact .left .item_info{
	font: 16px/24px ro;
	color: #535353;
	margin-bottom: 45px;
}
.index_contact .left p:last-child{
	margin-bottom: 0;
}
.index_contact .right{
	width: 65%;
	float: right;
	margin-top: 15px;
}
.index_contact .right .one input,
.index_contact .right .two textarea,
.index_contact .right .three input{
	border: none;
	outline: none;
	background-color: #eaecee;
	font: 18px/49px arial;
	color: #858585;
	padding-left: 30px;
	border-radius: 24px;
}
.index_contact .right .one{
	margin-bottom: 30px;
}
.index_contact .right .one input:first-child{
	width: 48%;
	height: 49px;
	float: left;
}
.index_contact .right .one input:last-child{
	width: 48%;
	height: 49px;
	float: right;
}
.index_contact .right .two{
	margin-bottom: 30px;
}
.index_contact .right .two textarea{
	width: 100%;
	height: 210px;
	resize: none;
}
.index_contact .right .three{
	margin-bottom: 30px;
}
.index_contact .right .three input{
	width: 70%;
	height: 49px;
	float: left;
}
.index_contact .right .three img{
	float: right;
	border-radius: 29px;
}
.index_contact .right button{
	display: block;
	width: 166px;
	height: 52px;
	border-radius: 26px;
	background-color: #4886ff;
	border: none;
	outline: none;
	margin: 0 auto;
	font: 18px bd;
	color: #fff;
	text-transform: uppercase;
	transition: 300ms;
	cursor: pointer;
}
.index_contact .right button:hover{
	transform: scale(0.9);
}

/* index footer */
.index_footer{
	background-color: #232323;
	position: relative;
}
.index_footer .content{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 25px;
	border-bottom: 1px solid #383838;
}
.index_footer .content .left{
	width: 42.5%;
	float: left;
}
.index_footer .content .left .img{
	margin-bottom: 20px;
}
.index_footer .content .left .info{
	font: 14px/30px ro;
	color: #848484;
}
.index_footer .content .right{
	width: 30%;
	float: right;
}
.index_footer .content .right .title{
	font: 18px md;
	color: #fff;
	margin-bottom: 20px;
}
.index_footer .content .right ul li{
	margin-bottom: 15px;
}
.index_footer .content .right ul li:last-child{
	margin-bottom: 0;
}
.index_footer .content .right ul li a{
	font: 14px ro;
	color: #848484;
}
.index_footer .content .right ul li a:hover{
	color: #fff;
}
.index_footer .content .center{
	width: 15%;
	float: right;
}
.index_footer .content .center .title{
	font: 18px md;
	color: #fff;
	margin-bottom: 20px;
}
.index_footer .content .center ul li{
	margin-bottom: 15px;
}
.index_footer .content .center ul li:last-child{
	margin-bottom: 0;
}
.index_footer .content .center ul li a{
	font: 14px ro;
	color: #848484;
	text-transform: capitalize;
}
.index_footer .content .center ul li a:hover{
	color: #fff;
}
.index_footer .bottom_bar{
	max-width: 1200px;
	margin: 0 auto;
}
.index_footer .bottom_bar p{
	font: 12px/60px arial;
	color: #989898;
	text-transform: uppercase;
	float: left;
}
.index_footer .bottom_bar ul{
	float: right;
}
.index_footer .bottom_bar ul li{
	float: left;
	margin-right: 30px;
	line-height: 60px;
}
.index_footer .bottom_bar ul li:last-child{
	margin-right: 0;
}
.index_footer .bottom_bar ul li i{
	color: #909090;
	font-size: 20px;
	cursor: pointer;
	transition: 300ms;
}
.index_footer .bottom_bar ul li i:hover{
	transform: scale(1.08);
	color: #fff;
}
.index_footer .return_top{
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #4886ff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -28px;
	text-align: center;
	line-height: 56px;
}
.index_footer .return_top img{
	position: relative;
}
.index_footer .return_top:hover img{
	animation: returntop 800ms infinite;
}

@keyframes returntop{
	0%{
		top: 0px;
		opacity: 1;
	}100%{
		top: -10px;
		opacity: 0;
	}
}

/* neiye banner */
.neiye_banner{
	width: 100%;
}
.neiye_banner .content{
	max-width: 1200px;
	margin: 0 auto;
	padding: 105px 0;
}
.neiye_banner .content .title{
	float: left;
	font: 40px bd;
	color: #fff;
	text-transform: capitalize;
}
.neiye_banner .content .link{
	float: right;
	color: #fff;
	line-height: 48px;
}
.neiye_banner .content .link a{
	font: 18px md;
	color: #fff;
	transition: 300ms;
	text-transform: capitalize;
}
.neiye_banner .content .link a:hover{
	color: #4886ff;
}

/* about us content */
.a_top_content{
	max-width: 1200px;
	margin: 0 auto 80px;
	padding-top: 110px;
}
.a_top_content .left{
	width: 50%;
	float: left;
	margin-top: 20px;
}
.a_top_content .left .one{
	font: 36px md;
	color: #1d1c1c;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 35px;
	padding-right: 70px;
}
.a_top_content .left .one:after{
	content: "";
	width: 88px;
	height: 2px;
	background-color: #4886ff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.a_top_content .left .two{
	font: 16px/30px md;
	color: #454545;
	padding-right: 245px;
	margin-bottom: 35px;
}
.a_top_content .left a{
	display: block;
	width: 165px;
	height: 39px;
	border-radius: 19px;
	background-color: #4886ff;
	font: 16px/39px ro;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	transition: 300ms;
}
.a_top_content .left a:hover{
	transform: scale(0.9);
}
.a_top_content .right{
	width: 50%;
	float: right;
}
.a_top_content .right img{
	width: 100%;
}
.a_center_content{
	background-color: #d4e3ff;
	padding: 70px 0;
	margin-bottom: 90px;
}
.a_center_content .content{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 25px 30px;
}
.a_center_content .content .title{
	margin-bottom: 35px;
}
.a_center_content .content .title .left{
	float: left;
	font: 46px hvcn;
	color: #323131;
	text-transform: uppercase;
	position: relative;
	margin-left: 45px;
}
.a_center_content .content .title .left:after{
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #6a6a6a;
	right: 30px;
	top: 30px;
}
.a_center_content .content .title .right{
	float: right;
	width: 71%;
	font: 18px/30px lt;
	color: #6a6a6a;
	margin-top: 20px;
}
.a_center_content .content .bottom .left{
	width: 65%;
	float: left;
}
.a_center_content .content .bottom .left .left_top{
	margin-bottom: 25px;
	padding: 115px 45px;
	background: url(../img/aicon1.png) 45px 30px no-repeat;
	box-shadow: 0 0 16px rgba(11,3,6,.08);
}
.a_center_content .content .bottom .left .left_top .left_top_title{
	font: 30px cn;
	color: #323131;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.a_center_content .content .bottom .left .left_top .left_top_info{
	font: 16px/30px lt;
	color: #969696;
}
.a_center_content .content .bottom .left .left_bottom .product{
	width: 48%;
	height: 100%;
	float: left;
	padding: 100px 45px 0;
	background: url(../img/aicon2.png) 45px 25px no-repeat;
	box-shadow: 0 0 16px rgba(11,3,6,.08);
}
.a_center_content .content .bottom .left .left_bottom .product .p_title{
	font: 24px cn;
	color: #323131;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.a_center_content .content .bottom .left .left_bottom .product .p_info{
	font: 15px/30px lt;
	color: #969696;
}
.a_center_content .content .bottom .left .left_bottom .team{
	width: 48%;
	height: 100%;
	float: right;
	padding: 100px 30px 0 45px;
	background: url(../img/aicon3.png) 45px 25px no-repeat;
	box-shadow: 0 0 16px rgba(11,3,6,.08);
}
.a_center_content .content .bottom .left .left_bottom .team .t_title{
	font: 24px cn;
	color: #323131;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.a_center_content .content .bottom .left .left_bottom .team .t_info{
	font: 14px/30px lt;
	color: #969696;
}
.a_center_content .content .bottom .right{
	width: 33%;
	float: right;
	overflow: hidden;
}
.a_center_content .content .bottom .right img{
	width: 100%;
	vertical-align: top;
	transition: 300ms;
}
.a_center_content .content .bottom .right img:hover{
	transform: scale(1.2);
}
.a_bottom_content{
	max-width: 1200px;
	margin: 0 auto 100px;
}
.a_bottom_content .left{
	width: 44%;
	float: left;
	overflow: hidden;
}
.a_bottom_content .left img{
	width: 100%;
	vertical-align: top;
	transition: 300ms;
}
.a_bottom_content .left img:hover{
	transform: scale(1.2);
}
.a_bottom_content .right{
	width: 50%;
	float: right;
}
.a_bottom_content .right .title{
	font: 30px/36px md;
	color: #1d1c1c;
	padding: 0 130px 0 60px;
	margin-bottom: 20px;
}
.a_bottom_content .right .des{
	font: 16px/30px lt;
	color: #4a4a4a;
	padding: 0 130px 0 60px;
	margin-bottom: 60px;
}
.a_bottom_content .right .pdf{
	display: block;
	width: 390px;
	height: 55px;
	background-color: #64bcae;
	border-radius: 27px;
	margin-left: 60px;
	font: 18px/55px md;
	color: #fff;
	text-align: center;
	transition: 300ms;
}
.a_bottom_content .right .pdf img{
	vertical-align: middle;
	padding-right: 10px;
}
.a_bottom_content .right .img img{
	width: 100%;
}
.a_bottom_content .right .pdf:hover{
	transform: scale(.9);
}

/* about us xunpan */
.a_xunpan{
	max-width: 1200px;
	margin: 0 auto 80px;
}
.a_xunpan .title{
	margin-bottom: 35px;
}
.a_xunpan .title .one{
	font: 18px md;
	color: #4886ff;
	text-transform: capitalize;
}
.a_xunpan .title .two{
	font: 39.5px bd;
	color: #282727;
	text-transform: capitalize;
}
.a_xunpan .title .three{
	font: 15px arial;
	color: #555555;
	padding-bottom: 8px;
	position: relative;
}
.a_xunpan .title .three:after{
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	background-color: #9c9c9c;
	left: 0;
	bottom: 0;
}
.a_xunpan .xunpan .one input,
.a_xunpan .xunpan .two input,
.a_xunpan .xunpan .three textarea,
.a_xunpan .xunpan .four input{
	border: 1px solid #343434;
	outline: none;
	background-color: transparent;
	font: 15px/47px arial;
	color: #555555;
	padding-left: 20px;
}
.a_xunpan .xunpan .one{
	margin-bottom: 25px;
}
.a_xunpan .xunpan .one input:first-child{
	width: 49%;
	height: 47px;
	float: left;
}
.a_xunpan .xunpan .one input:last-child{
	width: 49%;
	height: 47px;
	float: right;
}
.a_xunpan .xunpan .two{
	margin-bottom: 25px;
}
.a_xunpan .xunpan .two input{
	width: 100%;
	height: 47px;
}
.a_xunpan .xunpan .three{
	margin-bottom: 25px;
}
.a_xunpan .xunpan .three textarea{
	width: 100%;
	height: 100px;
	resize: none;
}
.a_xunpan .xunpan .four input{
	width: 30%;
	height: 47px;
	float: left;
}
.a_xunpan .xunpan .four #resetbtn{
	width: 23%;
	height: 47px;
	float: right;
	background: none;
	border: none;
	outline: none;
	border: 1px solid #343434;
	font: 15px arial;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	transition: 300ms;
} 
.a_xunpan .xunpan .four #resetbtn:hover{
	background-color: #343434;
	color: #fff;
}
.a_xunpan .xunpan .four #submitbtn{
	width: 23%;
	height: 47px;
	float: right;
	background-color: #343434;
	border: none;
	outline: none;
	font: 15px arial;
	color: #fff;
	cursor: pointer;
	margin-right: 30px;
	text-transform: capitalize;
	transition: 300ms;
} 
.a_xunpan .xunpan .four #submitbtn:hover{
	border: 1px solid #343434;
	background: none;
	color: #343434;
}
.a_xunpan .xunpan .four img{
	float: left;
	margin-left: 25px;
}

/* product content */
.p_content{
	width: 100%;
}
.p_content .top{
	max-width: 1200px;
	margin: 0 auto 90px;
	padding-top: 90px;
}
.p_content .top .menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p_content .top .menu li{
	width: 31.25%;
	margin-bottom: 40px;
}
.p_content .top .menu li a{
	display: block;
	width: 100%;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font: 18px/54px ro;
	color: #282828;
	border: 1px solid #8e8e8e;
	text-align: center;
	transition: 300ms;
}
.p_content .top .menu li a:hover{
	background-color: #4886ff;
	color: #fff;
	border: none;
}
.p_content .top .photo{
	margin-bottom: 60px;
}
.p_content .top .photo .title{
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.p_content .top .photo .title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 135px;
	width: 100%;
	height: 1px;
	background-color: #222323;
}
.p_content .top .photo .title .inner{
	width: 420px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.p_content .top .photo .title .inner p{
	font: 24px md;
	color: #222323;
}
.p_content .top .photo .title .inner:after{
	content: "";
	width: 11px;
	height: 11px;
	background-color: #222323;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 130px;
}
.p_content .top .photo .title .inner:before{
	content: "";
	width: 11px;
	height: 11px;
	background-color: #222323;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 130px;
}
.p_content .top .photo .content{
	padding: 0 50px;
}
.p_content .top .photo .content .left{
	width: 77%;
	float: left;
}
.p_content .top .photo .content .left img{
	width: 100%;
	vertical-align: top;
}
.p_content .top .photo .content .right{
	width: 10%;
	float: right;
}
.p_content .top .photo .content .right li{
	margin-bottom: 45px;
}
.p_content .top .photo .content .right li:last-child{
	margin-bottom: 0;
}
.p_content .top .photo .content .right li a{
	display: block;
	border: 1px solid #a6a6a6;
}
.p_content .top .photo .content .right li a img{
	width: 100%;
	vertical-align: top;
}
.p_content .top .mounting{
	margin-bottom: 80px;
}
.p_content .top .mounting .title{
	position: relative;
	margin-bottom: 45px;
}
.p_content .top .mounting .title:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #8e8e8e;
	left: 0;
	top: 25px;
	z-index: 1;
}
.p_content .top .mounting .title p{
	width: 285px;
	background-color: #fff;
	margin: 0 auto;
	font: 36px bd;
	color: #211e1e;
	text-align: center;
	position: relative;
	z-index: 2;
}
.p_content .top .mounting .content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row
}
.p_content .top .mounting .content .list{
	width: 24%;
	margin-bottom: 20px;
}
.p_content .top .mounting .content .list .img{
	overflow: hidden;
	margin-bottom: 15px;
}
.p_content .top .mounting .content .list .img img{
	width: 100%;
	transition: 300ms;
	vertical-align: top;
}
.p_content .top .mounting .content .list:hover .img img{
	transform: scale(1.3);
}
.p_content .top .mounting .content .list p{
	font: 18px/24px md;
	color: #232324;
	text-align: center;
}
.p_content .top .mounting .content .list p span{
	font-size: 24px;
	font-style: italic;
}
.p_content .top .technical .list{
	width: 50%;
	float: left;
}
.p_content .top .technical .list img{
	width: 100%;
}
.p_content .top .technical .one{
	padding-left: 75px;
}
.p_content .top .technical .one p{
	font: 36px bd;
	color: #aacd05;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.p_content .top .technical .one p:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 63px;
	height: 1px;
	background-color: #4a4a4a;
}
.p_content .top .technical .one table{
	width: 100%;
}
.p_content .top .technical .one table tr td{
	padding-bottom: 45px;
}
.p_content .top .technical .one table tr:last-child td{
	padding-bottom: 0;
}
.p_content .top .technical .one table tr td:first-child{
	font: 18px md;
	color: #575757;
}
.p_content .top .technical .one table tr td:last-child{
	font: 18px md;
	color: #0d0409;
}
.p_content .top .technical .four{
	padding-left: 50px;
}
.p_content .top .technical .four table{
	width: 100%;
	padding-top: 90px;
}
.p_content .top .technical .four table tr td{
	padding-bottom: 45px;
}
.p_content .top .technical .four table tr:last-child td{
	padding-bottom: 0;
}
.p_content .top .technical .four table tr td:first-child{
	font: 18px md;
	color: #575757;
}
.p_content .top .technical .four table tr td:last-child{
	font: 18px md;
	color: #0d0409;
}
.p_content .center{
	width: 100%;
	background-color: #71b8e6;
	padding: 90px 0 80px;
	margin-bottom: 60px;
}
.p_content .center .content{
	max-width: 1600px;
	margin: 0 auto;
	padding: 55px 200px 40px;
	background-color: #fff;
}
.p_content .center .content .title{
	position: relative;
	margin-bottom: 40px;
}
.p_content .center .content .title:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #8e8e8e;
	left: 0;
	top: 25px;
	z-index: 1;
}
.p_content .center .content .title p{
	width: 260px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	font: 36px bd;
	color: #211e1e;
	position: relative;
	z-index: 2;
}
.p_content .center .content .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p_content .center .content .list:after{
	content: "";
	display: block;
	width: 23%;
}
.p_content .center .content .list li{
	width: 23%;
	margin-bottom: 45px;
}
.p_content .center .content .list li .img{
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}
.p_content .center .content .list li .img img{
	width: 100%;
	vertical-align: top;
}
.p_content .center .content .list li .img .view{
	display: block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -60px;
	bottom: -60px;
	transition: 300ms;
}
.p_content .center .content .list li .img .view i{
	padding-left: 25px;
	line-height: 70px;
	color: #4d4c4c;
	font-size: 20px;
	transition: 300ms;
}
.p_content .center .content .list li:hover .view{
	width: 180px;
	height: 180px;
	right: -90px;
	bottom: -90px;
}
.p_content .center .content .list li:hover .view i{
	padding-left: 40px;
	line-height: 90px;
}
.p_content .center .content .list li p{
	font: 18px md;
	color: #040000;
	text-align: center;
}
.p_content .bottom{
	max-width: 1200px;
	margin: 0 auto 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #d7d7d7;
}
.p_content .bottom .title{
	font: 36px bd;
	color: #211e1e;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 25px;
}
.p_content .bottom .title:after{
	content: "";
	width: 63px;
	height: 1px;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.p_content .bottom .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p_content .bottom .list li{
	padding-top: 85px;
	width: 15%;
	font: 16px md;
	color: #323232;
	text-align: center;
}
.p_content .bottom .list li:nth-of-type(1){
	background: url(../img/ad1.png) center top no-repeat;
}
.p_content .bottom .list li:nth-of-type(2){
	background: url(../img/ad2.png) center top no-repeat;
}
.p_content .bottom .list li:nth-of-type(3){
	background: url(../img/ad3.png) center top no-repeat;
}
.p_content .bottom .list li:nth-of-type(4){
	background: url(../img/ad4.png) center top no-repeat;
}
.p_content .bottom .list li:nth-of-type(5){
	background: url(../img/ad5.png) center top no-repeat;
}
.p_content .bottom .list li:nth-of-type(6){
	background: url(../img/ad6.png) center top no-repeat;
}

/* engineer content */
.e_content{
	width: 100%;
	background: url(../img/ebj.png) left center no-repeat;
	margin-top: 110px;
}
.e_content .content{
	max-width: 1200px;
	margin: 0 auto;
}
.e_content .content .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.e_content .content .list li{
	width: 32%;
	position: relative;
	overflow: hidden;
	margin-bottom: 65px;
}
.e_content .content .list li img{
	width: 100%;
	vertical-align: top;
	transition: 300ms;
}
.e_content .content .list li p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font: 24px/70px md;
	color: #fff;
	text-align: center;
	background: rgba(72,134,255,.5);
}
.e_content .content .list li:hover img{
	transform: scale(1.3);
}

/* contact content */
.c_content_wrap{
	padding-top: 80px;
	background-color: #f9f9f9;
}
.c_content{
	max-width: 1200px;
	margin: 0 auto;
}
.c_content .title{
	margin-bottom: 30px;
}
.c_content .title p:first-child{
	font: 18px md;
	color: #4886ff;
}
.c_content .title p:last-child{
	font: 39.5px bd;
	color: #282727;
	padding-bottom: 20px;
	position: relative;
}
.c_content .title p:last-child:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65px;
	height: 1px;
	background-color: #9c9c9c;
}
.c_content .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c_content .list .list_items{
	width: 23%;
}
.c_content .list .list_items p:first-child{
	font: 18px bd;
	color: #2b2c2d;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.c_content .list .list_items p:last-child{
	font: 16px/24px lt;
	color: #535353;
}
.c_content .list .list_items .share{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c_content .list .list_items .share li{
	width: 46px;
	height: 46px;
	border: 1px solid #aeaeae;
	text-align: center;
	cursor: pointer;
	transition: 300ms;
}
.c_content .list .list_items .share li:hover{
	background-color: #aeaeae;
}
.c_content .list .list_items .share li:hover i{
	color: #fff;
}
.c_content .list>li:last-of-type{
	padding-top: 15px;
}
.c_content .list .list_items .share li i{
	line-height: 46px;
	color: #909090;
	font-size: 20px;
}
.c_content .xunpan{
	background-color: #fff;
	padding: 55px 95px 30px;
	position: relative;
	top: 115px;
	z-index: 99;
}
.c_content .xunpan .xunpan_title{
	margin-bottom: 30px;
}
.c_content .xunpan .xunpan_title p:first-child{
	font: 18px md;
	color: #4886ff;
	margin-bottom: 15px;
	position: relative;
}
.c_content .xunpan .xunpan_title p:first-child:after{
	position: absolute;
	content: "";
	width: 44px;
	height: 1px;
	background-color: #9c9c9c;
	left: 140px;
	top: 10px;
}
.c_content .xunpan .xunpan_title p:last-child{
	font: 39.5px bd;
	color: #282727;
}
.c_content .xunpan .one input,
.c_content .xunpan .two input,
.c_content .xunpan .three textarea,
.c_content .xunpan .four input{
	border: none;
	outline: none;
	border-bottom: 1px solid #cfcfcf;
	font: 18px/44px arial;
	color: #858585;
}
.c_content .xunpan .one{
	margin-bottom: 30px;
}
.c_content .xunpan .one input:first-child{
	width: 47%;
	height: 45px;
	float: left;
}
.c_content .xunpan .one input:last-child{
	width: 47%;
	height: 45px;
	float: right;
}
.c_content .xunpan .two{
	margin-bottom: 30px;
}
.c_content .xunpan .two input:first-child{
	width: 47%;
	height: 45px;
	float: left;
}
.c_content .xunpan .two input:last-child{
	width: 47%;
	height: 45px;
	float: right;
}
.c_content .xunpan .three{
	margin-bottom: 30px;
}
.c_content .xunpan .three textarea{
	width: 100%;
	height: 95px;
	resize: none;
}
.c_content .xunpan .four{
	margin-bottom: 30px;
}
.c_content .xunpan .four input{
	width: 70%;
	height: 45px;
	float: left;
}
.c_content .xunpan .four img{
	float: right;
}
.c_content .xunpan button{
	display: block;
	margin: 0 auto;
	width: 193px;
	height: 60px;
	background-color: #6487c8;
	border: none;
	outline: none;
	font: 18px bd;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
#map{
	width: 100%;
	height: 490px;
}

/* product details content */
.pd_content{
	max-width: 1200px;
	margin: 0 auto 35px;
	padding-top: 25px;
	padding-bottom: 55px;
	border-bottom: 1px solid #d7d7d7;
}
.pd_content .title{
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.pd_content .title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 135px;
	width: 100%;
	height: 1px;
	background-color: #222323;
}
.pd_content .title .inner{
	width: 420px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.pd_content .title .inner p{
	font: 30px md;
	color: #222323;
}
.pd_content .title .inner:after{
	content: "";
	width: 11px;
	height: 11px;
	background-color: #222323;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 130px;
}
.pd_content .title .inner:before{
	content: "";
	width: 11px;
	height: 11px;
	background-color: #222323;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 130px;
}
.pd_content .pd_img{
	margin-bottom: 80px;
}
.pd_content .pd_img .left{
	width: 70%;
	margin: 0 auto;
	border: 1px solid #7b7b7b;
}
.pd_content .pd_img .left img{
	width: 100%;
	vertical-align: top;
}
.pd_content .title_two{
	position: relative;
	margin-bottom: 30px;
}
.pd_content .title_two:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #8e8e8e;
	left: 0;
	top: 25px;
	z-index: 1;
}
.pd_content .title_two p{
	width: 405px;
	margin: 0 auto;
	background-color: #fff;
	font: 36px bd;
	color: #211e1e;
	text-align: center;
	position: relative;
	z-index: 2;
}
.pd_content table{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}
.pd_content table{
	border-collapse: collapse;
}
.pd_content table tr td{
	border: 1px solid #b5b5b5;
	text-align: center;
}
.pd_content table tr td:first-child{
	font: 20px/45px md;
	color: #1c191a;
}
.pd_content table tr td:last-child{
	font: 20px/45px md;
	color: #3a3637;
}
.pd_content table tr:first-child td{
	border-top: none;
}

/* news content */
.n_content{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 95px;
}
.n_content .right{
	width: 25%;
	float: right;
}
.n_content .right .search{
	margin-bottom: 55px;
}
.n_content .right .search .title{
	font: 18px bd;
	color: #222224;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.n_content .right .search .search_bar{
	width: 100%;
	border: 1px solid #aeaeae;
}
.n_content .right .search .search_bar input{
	width: 85%;
	height: 44px;
	float: left;
	border: none;
	outline: none;
	background-color: transparent;
	font: 16px lt;
	color: #535353;
	padding-left: 18px;
	text-transform: capitalize;
}
.n_content .right .search .search_bar button{
	width: 15%;
	height: 44px;
	float: left;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}
.n_content .right .cate{
	margin-bottom: 50px;
}
.n_content .right .cate .title{
	font: 18px bd;
	color: #222224;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}
.n_content .right .cate .title:after{
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background-color: #4886ff;
	left: 0;
	bottom: 0;
}
.n_content .right .cate .list li a{
	font: 16px lt;
	color: #535353;
	text-transform: capitalize;
}
.n_content .right .cate .list li a:hover{
	color: #4886ff;
}
.n_content .right .cate .list li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bbbbbb;
}
.n_content .right .cate .list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.n_content .right .post .title{
	font: 18px bd;
	color: #222224;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
}
.n_content .right .post .title:after{
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background-color: #4886ff;
	left: 0;
	bottom: 0;
}
.n_content .right .post .list li{
	padding: 30px 0;
	border-bottom: 1px dashed #bcbcbc;
	transition: 300ms;
}
.n_content .right .post .list li:last-child{
	border-bottom: none;
}
.n_content .right .post .list li:hover{
	transform: scale(1.08);
}
.n_content .right .post .list li a{
	display: flex;
	align-items: center;
}
.n_content .right .post .list li .img{
	width: 33%;
}
.n_content .right .post .list li .img img{
	width: 100%;
	vertical-align: top;
}
.n_content .right .post .list li .info{
	width: 67%;
	padding-left: 12px;
}
.n_content .right .post .list li .info .info_title{
	font: 14px/18px ltex;
	color: #999999;
	margin-bottom: 10px;
}
.n_content .right .post .list li .info .info_date{
	font: 14px ebrima;
	color: #676767;
}
.n_content .left{
	width: 70%;
	float: left;
}
.n_content .left .list li{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #bbbbbb;
}
.n_content .left .list li .img{
	margin-bottom: 15px;
}
.n_content .left .list li .img img{
	width: 100%;
	vertical-align: top;
}
.n_content .left .list li .date{
	font: 20px ro;
	color: #767676;
	margin-bottom: 10px;
}
.n_content .left .list li .date span{
	font: 30px impact;
	color: #333333;
	padding-right: 10px;
}
.n_content .left .list li .title{
	font: 30px bd;
	color: #303030;
	margin-bottom: 10px;
}
.n_content .left .list li .des{
	font: 15px/24px lt;
	color: #9a9a9a;
	margin-bottom: 15px;
}
.n_content .left .list li .link{
	display: block;
	width: 135px;
	height: 41px;
	border-radius: 20px;
	background-color: #424242;
	text-align: center;
	font: 14px/41px bd;
	color: #fff;
	text-transform: uppercase;
	transition: 300ms;
}
.n_content .left .list li .link:hover{
	transform: scale(.9);
	background-color: #4886ff;
}
.n_content .pagination{
	margin-bottom: 65px;
}
.n_content .pagination ul li{
	display: inline-block;
	margin-right: 10px;
}
.n_content .pagination ul li:first-child{
	display: none;
}
.n_content .pagination ul li:last-child{
	margin-right: 0;
}
.n_content .pagination ul li a{
	display: block;
	width: 43px;
	height: 43px;
	background-color: #424242;
	border-radius: 8px;
	text-align: center;
	font: 20px/43px ebrima;
	color: #fff;
	transition: 300ms;
}
.n_content .pagination ul li a:hover{
	background-color: #4886ff;
}


/* news details content */
.nd_content{
	width: 100%;
	margin-bottom: 60px;
}
.nd_content .content{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}
.nd_content .content .img{
	margin-bottom: 40px;
}
.nd_content .content .img img{
	width: 100%;
}
.nd_content .content .title{
	text-align: center;
	font: 22px HelveticaNeueLTPro-LtEx;
	color: #303030;
	margin-bottom: 15px;
}
.nd_content .content .date{
	font: 15px ebrima;
	color: #9a9a9a;
	text-align: center;
	margin-bottom: 15px;
}
.nd_content .content .des{
	font: 15px/25px ebrima;
	color: #9a9a9a;
	text-align: center;
	margin-bottom: 20px;
}
.nd_content .content a{
	display: block;
	width: 120px;
	height: 40px;
	background-color: #383838;
	text-align: center;
	font: 20px/40px ebrima;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
}



@media (max-width:1600px) {
	/* product */
	.p_content .center{
		padding: 0;
	}
	.p_content .center .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.p_content .center .content{
		padding-top: 0;
		padding-bottom: 0;
	}
	
}

@media (max-width:1300px) {
	/* index product */
	.index_product{
		padding: 0 15px;
	}
}

@media (max-width:1200px) {
	/* index nav */
	.index_nav{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* index banner */
	#index_banner .swiper-slide .text{
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	#index_banner .swiper-slide .text p:nth-of-type(1){
		font-size: 50px;
		line-height: 60px;
	}
	#index_banner .swiper-slide .text a{
		margin: 0 auto;
	}
	
	/* index about */
	.index_about{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* index team */
	.index_team .content{
		padding: 0 15px;
	}
	.index_team .content .top .left{
		width: 48%;
	}
	.index_team .content .top .right{
		width: 48%;
	}
	
	/* index hot */
	.index_hot .bottom{
		padding-left: 15px;
		padding-right: 15px;
	}
	.index_hot .bottom .content .tabs_wrap{
		width: 100%;
	}
	.index_hot .top{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* index news */
	.index_news{
		padding: 0 15px;
	}
	.index_news .news_wrap #newsleft{
		left: 10px;
		top: 35%;
	}
	.index_news .news_wrap #newsright{
		right: 10px;
		top: 35%;
	}
	
	/* index contact */
	.index_contact{
		padding: 0 15px;
	}
	
	/* index footer */
	.index_footer .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.index_footer .bottom_bar{
		padding: 0 15px;
	}
	
	/* neiye banner */
	.neiye_banner .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* about us content */
	.a_top_content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.a_top_content .left{
		padding-left: 0;
		margin-top: 0;
	}
	.a_top_content .left .one{
		font-size: 30px;
		padding-right: 30px;
	}
	.a_top_content .left .two{
		padding-right: 30px;
	}
	.a_center_content{
		padding: 0;
		background: none;
	}
	.a_center_content .content .title .left{
		margin-left: 0;
	}
	.a_center_content .content .bottom .right{
		width: 49%;
	}
	.a_center_content .content .bottom .left{
		width: 49%;
	}
	.a_center_content .content .bottom .left .left_top .left_top_info{
		line-height: 20px;
	}
	.a_center_content .content .bottom .left .left_bottom .product .p_info{
		line-height: 20px;
	}
	.a_center_content .content .bottom .left .left_bottom .team .t_info{
		line-height: 20px;
	}
	.a_bottom_content{
		padding: 0 15px;
	}
	.a_bottom_content .left{
		width: 48%;
		float: left;
	}
	.a_bottom_content .right{
		width: 48%;
		float: right;
	}
	.a_bottom_content .right .title{
		padding: 0;
	}
	.a_bottom_content .right .des{
		padding: 0;
	}
	.a_bottom_content .right .pdf{
		margin: 0;
		width: 325px;
		font-size: 16px;
	}
	.a_xunpan{
		padding: 0 15px;
	}
	
	/* product content */
	.p_content .top{
		padding-left: 15px;
		padding-right: 15px;
	}
	.p_content .top .menu li{
		width: 49%;
	}
	.p_content .top .technical .one p{
		font-size: 25px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.p_content .top .technical .one{
		padding-left: 0;
	}
	.p_content .top .technical .one table tr td{
		padding-bottom: 10px;
	}
	.p_content .top .technical .one table tr td:first-child{
		font-size: 16px;
	}
	.p_content .top .technical .one table tr td:last-child{
		font-size: 16px;
	}
	.p_content .top .technical .four table{
		padding-top: 0;
	}
	.p_content .top .technical .four{
		padding-left: 15px;
	}
	.p_content .top .technical .four table tr td{
		padding-bottom: 10px;
	}
	.p_content .top .technical .four table tr td:first-child{
		font-size: 16px;
	}
	.p_content .top .technical .four table tr td:last-child{
		font-size: 16px;
	}
	
	/* engineer content */
	.e_content .content{
		padding: 0 15px;
	}
	
	/* contact content */
	.c_content{
		padding: 0 15px;
	}
	.c_content .xunpan{
		top: 0;
	}
	.c_content .list{
		margin-bottom: 60px;
	}
	
	/* product details content */
	.pd_content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* news content */
	.n_content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* news details content */
	.nd_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:992px) {
	/* index nav */
	.index_nav .nav li{
		margin-right: 20px;
	}
	
	/* about us content */
	.a_center_content .content .bottom .left .left_top{
		padding: 95px 15px 0;
		background: url(../img/aicon1.png) 15px 20px no-repeat;
	}
	.a_center_content .content .bottom .left .left_top .left_top_title{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.a_center_content .content .bottom .left .left_bottom .product{
		padding: 60px 15px 0;
		background: url(../img/aicon2.png) 15px 6px no-repeat;
	}
	.a_center_content .content .bottom .left .left_bottom .product .p_title{
		font-size: 16px;
	}
	.a_center_content .content .bottom .left .left_bottom .team{
		padding: 60px 15px 0;
		background: url(../img/aicon2.png) 15px 6px no-repeat;
	}
	.a_center_content .content .bottom .left .left_bottom .team .t_title{
		font-size: 16px;
	}
	
	/* contact content */
	.c_content .list .list_items{
		width: 49%;
		margin-bottom: 30px;
	}
	
}

@media (max-width:768px) {
	/* index nav */
	.index_nav .nav{
		display: none;
	}
	.index_nav .search_btn{
		margin-top: 18px;
	}
	.index_nav .toggle_btn{
		display: block;
		margin-top: 17px;
	}
	.index_nav .toggle_nav{
		display: block;
	}
	.index_nav .logo img{
		width: 60px;
	}
	.index_nav .search{
		top: 110px;
		right: 7px;
	}
	
	/* index banner */
	#index_banner #banner_left, 
	#index_banner #banner_right{
		display: none;
	}
	
	/* index team */
	.index_team .content .top{
		padding-bottom: 80px;
	}
	.index_team .content .top .left{
		width: 100%;
		margin-top: 0;
	}
	.index_team .content .top .right{
		width: 100%;
		margin-bottom: 60px;
	}
	.index_team .content .top .left .one{
		text-align: center;
	}
	.index_team .content .top .left .two{
		font-size: 22px;
		text-align: center;
	}
	.index_team .content .top .left .three{
		text-align: center;
	}
	.index_team .content .top .left a{
		margin: 0 auto;
	}
	.index_team .content .bottom li{
		width: 50%;
		font-size: 18px;
		line-height: 100px;
	}
	
	/* index product */
	.index_product .list li{
		width: 49%;
	}
	.index_product .list li:nth-of-type(4){
		margin-bottom: 50px;
	}
	
	/* index contact */
	.index_contact .left{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.index_contact .right{
		width: 100%;
		float: none;
	}
	
	/* index foot */
	.index_footer .content .left{
		width: 100%;
		margin-bottom: 40px;
	}
	.index_footer .content .right{
		width: 50%;
	}
	.index_footer .content .center{
		width: 50%;
	}
	
	/* about us content */
	.a_top_content{
		padding-top: 60px;
		margin-bottom: 40px;
	}
	.a_top_content .left{
		width: 100%;
		float: none;
	}
	.a_top_content .right{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.a_top_content .left .one{
		text-align: center;
		padding-right: 0;
		font-size: 25px;
	}
	.a_top_content .left .one:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.a_top_content .left .two{
		text-align: center;
		padding-right: 0;
	}
	.a_top_content .left a{
		margin: 0 auto;
	}
	
	/* about us content */
	.a_center_content{
		margin-bottom: 30px;
	}
	.a_center_content .content .title .left{
		font-size: 30px;
		float: none;
		text-align: center;
	}
	.a_center_content .content .title .right{
		float: none;
		width: 100%;
	}
	.a_center_content .content .title .left:after{
		display: none;
	}
	.a_center_content .content .bottom .right{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.a_center_content .content .bottom .left{
		width: 100%;
		float: none;
	}
	.a_center_content .content .bottom .left .left_top{
		height: 250px;
	}
	.a_center_content .content .bottom .left .left_bottom .product{
		height: 250px;
	}
	.a_center_content .content .bottom .left .left_bottom .team{
		height: 250px;
	}
	.a_bottom_content{
		margin-bottom: 60px;
	}
	.a_bottom_content .left{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.a_bottom_content .right{
		width: 100%;
		float: none;
	}
	.a_bottom_content .right .title{
		font-size: 25px;
		text-align: center;
	}
	.a_bottom_content .right .des{
		text-align: center;
		margin-bottom: 30px;
	}
	.a_bottom_content .right .pdf{
		margin: 0 auto;
		width: 300px;
	}
	.a_xunpan .xunpan .four input{
		width: 45%;
		margin-bottom: 25px;
	}
	.a_xunpan .xunpan .four img{
		margin-left: 15px;
	}
	.a_xunpan .xunpan .four #resetbtn{
		width: 49%;
		float: right;
		clear: both;
	}
	.a_xunpan .xunpan .four #submitbtn{
		width: 49%;
		float: left;
		margin: 0;
	}
	
	/* product content */
	.p_content .top{
		margin-bottom: 60px;
	}
	.p_content .top .menu li a{
		font-size: 16px;
	}
	.p_content .top .technical .list{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.p_content .top .technical .four{
		padding-left: 0;
	}
	.p_content .top .technical .one p{
		text-align: center;
	}
	.p_content .top .technical .one p:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.p_content .top .technical div:last-child{
		margin-bottom: 0;
	}
	.p_content .center .content .list li{
		width: 49%;
	}
	.p_content .bottom .list li{
		width: 33%;
		margin-bottom: 30px;
	}
	
	/* engineer */
	.e_content{
		margin-top: 60px;
	}
	.e_content .content .list li{
		margin-bottom: 40px;
		width: 49%;
	}
	.e_content .content .list li p{
		font-size: 18px;
		line-height: 50px;
	}
	
	/* news content */
	.n_content{
		padding-top: 60px;
	}
	.n_content .right{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.n_content .left{
		width: 100%;
		float: none;
	}
	.n_content .left .list li{
		text-align: center;
	}
	.n_content .left .list li .title{
		font-size: 25px;
	}
	.n_content .left .list li .link{
		margin: 0 auto;
	}
	.n_content .pagination{
		text-align: center;
	}
	
	/* contact content */
	.c_content .xunpan .four input{
		width: 40%;
	}
}

@media (max-width:576px) {
	/* index banner */
	#index_banner .swiper-slide{
		height: 550px;
	}
	#index_banner .swiper-slide .text p:nth-of-type(1){
		font-size: 30px;
		line-height: 40px;
	}
	#index_banner .swiper-slide .text{
		padding-top: 100px;
	}
	#index_banner .swiper-slide .text p:nth-of-type(2){
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	#index_banner .swiper-slide .text a{
		width: 180px;
		height: 50px;
		line-height: 50px;
		border-radius: 10px;
	}
	
	/* index bar */
	.index_bar .content{
		display: block;
	}
	.index_bar .content .list{
		width: 100%;
	}
	
	/* index about */
	.index_about .two{
		font-size: 22px;
		line-height: 30px;
	}
	
	/* index product */
	.index_product .list li{
		width: 100%;
		margin-bottom: 40px;
	}
	.index_product .list li:nth-of-type(4){
		margin-bottom: 40px;
	}
	.index_product .list li:nth-of-type(5){
		margin-bottom: 40px;
	}
	.index_product .title p:last-child{
		font-size: 25px;
	}
	
	/* index hot */
	.index_hot .top .two{
		font-size: 30px;
	}
	.index_hot .top .three{
		font-size: 16px;
	}
	.index_hot .bottom .content .tabs_wrap .tabs{
		display: block;
	}
	.index_hot .bottom .content .tabs_wrap .tabs li{
		width: 100%;
		text-align: center;
	}
	.index_hot .bottom .content .tabs_wrap .tabs li.line{
		display: none;
	}
	
	/* index news */
	.index_news{
		margin-bottom: 60px;
	}
	.index_news .top_title:after{
		display: none;
	}
	.index_news .top_title p{
		width: auto;
		font-size: 30px;
	}
	
	/* index contact */
	.index_contact{
		margin-bottom: 60px;
	}
	.index_contact .left .title{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.index_contact .left .item_info{
		margin-bottom: 30px;
	}
	.index_contact .right .three input{
		width: 50%;
	}
	
	/* index foot */
	.index_footer .content .center .title{
		font-size: 13px;
	}
	.index_footer .content .right .title{
		font-size: 13px;
	}
	.index_footer .content .left .img{
		text-align: center;
	}
	.index_footer .content .left .info{
		text-align: center;
	}
	.index_footer .bottom_bar ul{
		width: 100%;
		float: none;
		text-align: center;
	}
	.index_footer .bottom_bar ul li{
		display: inline-block;
		float: none;
		line-height: 50px;
	}
	.index_footer .bottom_bar p{
		width: 100%;
		float: none;
		text-align: center;
		line-height: 50px;
	}
	
	/* neiye banner */
	.neiye_banner .content{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.neiye_banner .content .title{
		width: 100%;
		float: none;
		font-size: 30px;
		text-align: center;
	}
	.neiye_banner .content .link{
		float: none;
		width: 100%;
		text-align: center;
	}
	.neiye_banner .content .link a{
		font-size: 16px;
		font-family: lt;
	}
	
	/* about us content */
	.a_center_content .content .bottom .left .left_bottom .product{
		width: 100%;
		margin-bottom: 25px;
		padding: 95px 15px 0;
		background: url(../img/aicon1.png) 15px 20px no-repeat;
	}
	.a_center_content .content .bottom .left .left_bottom .team{
		width: 100%;
		margin-bottom: 25px;
		padding: 95px 15px 0;
		background: url(../img/aicon1.png) 15px 20px no-repeat;
	}
	
	/* about us contact */
	.a_xunpan .title .one{
		text-align: center;
	}
	.a_xunpan .title .two{
		font-size: 30px;
		text-align: center;
	}
	.a_xunpan .title .three{
		text-align: center;
	}
	.a_xunpan .title .three:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	/* product content */
	.p_content .top{
		padding-top: 60px;
	}
	.p_content .top .menu li{
		width: 100%;
	}
	.p_content .top .photo .title:after{
		display: none;
	}
	.p_content .top .photo .title .inner{
		width: 100%;
	}
	.p_content .top .photo .title .inner:after{
		display: none;
	}
	.p_content .top .photo .title .inner:before{
		display: none;
	}
	.p_content .top .photo .title .inner p{
		font-size: 20px;
	}
	.p_content .top .photo .content{
		padding: 0;
	}
	.p_content .top .photo .content .left{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.p_content .top .photo .content .right{
		width: 100%;
		float: none;
		display: flex;
		justify-content: space-between;
	}
	.p_content .top .photo .content .right li{
		margin-bottom: 0;
	}
	.p_content .top .mounting .title:after{
		display: none;
	}
	.p_content .top .mounting .title p{
		font-size: 25px;
	}
	.p_content .top .mounting .content .list{
		width: 49%;
	}
	.p_content .top .mounting .content .list p{
		font-size: 16px;
	}
	.p_content .top .mounting{
		margin-bottom: 60px;
	}
	.p_content .top .menu li{
		margin-bottom: 20px;
	}
	.p_content .center{
		margin-bottom: 0;
	}
	.p_content .center .content .title:after{
		display: none;
	}
	.p_content .center .content .title p{
		font-size: 25px;
	}
	.p_content .center .content .list li p{
		font-size: 16px;
	}
	.p_content .bottom{
		padding-bottom: 30px;
	}
	.p_content .bottom .title{
		font-size: 25px;
	}
	.p_content .bottom .list li{
		width: 48%;
	}
	
	/* engineer */
	.e_content .content .list li{
		width: 100%;
	}
	
	/* contact content */
	.c_content_wrap{
		padding-top: 60px;
	}
	.c_content .title{
		text-align: center;
	}
	.c_content .title p:last-child:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.c_content .list .list_items{
		width: 100%;
	}
	.c_content .title p:last-child{
		font-size: 30px;
	}
	.c_content .xunpan{
		padding: 30px;
	}
	.c_content .xunpan .xunpan_title p:last-child{
		font-size: 25px;
	}
	.c_content .list>li:last-of-type{
		margin-bottom: 0;
	}
	.c_content .xunpan button{
		width: 145px;
		height: 45px;
	}
	.c_content .list .list_items p:first-child{
		text-align: center;
	}
	.c_content .list .list_items p:last-child{
		text-align: center;
	}
	
	/* product details */
	.pd_content .title:after{
		display: none;
	}
	.pd_content .title .inner{
		width: 100%;
	}
	.pd_content .title .inner:after{
		display: none;
	}
	.pd_content .title .inner:before{
		display: none;
	}
	.pd_content .pd_img{
		margin-bottom: 60px;
	}
	.pd_content .pd_img .left{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.pd_content .pd_img .right{
		width: 100%;
		float: none;
	}
	.pd_content .title_two:after{
		display: none;
	}
	.pd_content .title_two p{
		width: 100%;
		font-size: 25px;
	}
	.pd_content table tr td:first-child{
		font-size: 18px!important;
	}
	.pd_content table tr td:last-child{
		font-size: 18px!important;
	}
	.sellang{margin-top: 22px}
}
