@charset "utf-8";

/* CSS Document */
/*头部*/
#top {
	background: url(../img/top_bg.jpg) no-repeat top center;
	height: 38px;
}

.top_box {
	position: relative;
}

.email {
	color: #bac6e2;
	line-height: 38px;
	position: absolute;
	right: 158px;
	background: url(../img/top_email.png) no-repeat left center;
	padding-left: 30px;
}

.top_ul {
	position: absolute;
	right: 0px;
	line-height: 38px;
}

.top_ul li a {
	color: #bac6e2;
}

.top_ul li {
	float: left;
	padding-right: 20px;
	cursor: pointer;
}

.sou {
	position: relative;
}

.ewm {
	background: url(../img/weixin.png) no-repeat center;
	width: 27px;
	height: 21px;
	padding-top: 17px;
}

.anniu {
	background: url(../img/top_sou.png) no-repeat center;
	width: 19px;
	height: 19px;
	border: none;
	vertical-align: middle;
}

.text01 {
	width: 0px;
	border: none;
	height: 25px;
	text-indent: 10px;
	vertical-align: middle;
}

.search_box {
	position: absolute;
	height: 19px;
	width: 19px;
	top: 10px;
	right: 20px;
}

.search_cha {
	background: url(../img/search_cha.png) no-repeat center;
	cursor: pointer;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 15px;
	right: 50px;
	display: none;
}

.ewm {}

.ewm dl {
	position: absolute;
	top: 38px;
	right: 0;
	z-index: 66;
	text-align: center;
	line-height: 24px;
	width: 240px;
	display: none;
}

.ewm dl dd {
	float: left !important;
}

.ewm dl dd span {
	line-height: 24px;
	display: block;
}

.ewm dl dd img {
	width: 120px;
	height: 120px;
}

/**导航**/
#header {
	height: 92px;
	position: relative;
	z-index: 22;
	padding-bottom: 10px;

}

.header_box {}

.logo {
	float: left;
	padding-top: 22px;
}

.header_r span {
	color: #35497b;
	display: block;
	background: url(../img/nav_phone.png) no-repeat left bottom;
	padding-left: 25px;
	float: right;
	height: 20px;
	padding-top: 32px;
	font-size: 17px;
}

.nav {
	float: right;
	padding-top: 10px;
	margin-right: -25px;
}

.nav_w {
	width: 150px !important;
}

.nav_ul>li {
	float: left;
	/*padding: 0 15px;*/
	text-align: center;
	width: 120px;
}

/* mob */
.mob-nav {
	width: 100%;
	height: 70px;
	background: #fff;
	display: none;
}

.mob-container {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.mob-container .logo {
	/* width: 158px; */
}

.mob-container .logo img {
	width: 40px;
	vertical-align: middle;
}

.mob-container .logo>span {
	font-size: 20px;
	font-weight: bold;
	color: #575757;
	vertical-align: middle;
}

.mob-container .mob-btn {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #35497b;
}

.mob-container .mob-btn>img {
	width: 28px;
	height: 28px;
}

.mob-nnav {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 61px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.mob-nnav .mob-top {
	width: 100%;
	height: 30px;
	background: #ddd;
}

.mob-nnav .close {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	float: right;
	margin-right: 24px;
}

.mob-nnav>ul {
	width: 100%;
	margin-top: 10px;
}

.mob-nnav>ul>li {
	width: 100%;
	background: #35497b;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	cursor: pointer;
}

.mob-nnav>ul>li>a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
}

.gl {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 9px;
	width: 120px;
	color: #35497b;
	font-weight: bold;
	border-bottom: 2px solid #35497b;
}

.nav_ul>li>a {
	font-size: 15px;
	color: #2a2a2a;
	padding: 0 10px;
	text-align: center;
	position: relative;
}

/*.nav_ul>li>a:hover{
	font-size: 15px;
	color: #35497b;
	font-weight: bold;
	border-bottom: 2px solid #35497b;
	padding-bottom: 16px;
}*/
.sub_nav {
	height: 322px;
	background: url(../img/sub_bg.jpg) no-repeat center top #fff;
	position: absolute;
	width: 100%;
	top: 92px;
	left: 0;
	display: none;
	border-top: 1px solid #eeeeee;
	text-align: left;

}

.sub_nav dt a {
	color: #20376e;
}

.sub_box {
	padding-top: 46px;
}

.sub_box h3 {
	font-size: 16px;
	font-weight: bold;
}

.sub_box h3 a {
	color: #20376e;
}

.sub_box1 li {
	line-height: 30px
}

.sub_box1 ul {
	float: left;
	padding-right: 70px;
}

.sub_box1 {
	float: left;
}

.sub_box2 {
	float: left;
	width: 146px;
}

.sub_box2_div {
	padding-top: 30px;
}

.sub_box2_div a {
	padding-right: 10px;
}

.sub_cpzi {
	display: block;
	background: url(../img/sub_box_bg.jpg) no-repeat left center;
	padding-left: 33px;
	font-size: 16px;
	color: #20376e;
	margin-top: 25px;
}

/*大图*/
#banner {
	overflow: hidden;
	height: 557px;
	position: relative;
	z-index: 1;
}

.banner_box {
	position: relative;

}

.banner_ul li {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	display: none;
}

.banner_box .prev {
	position: absolute;
	top: 260px;
	left: 5%;
}

.banner_box .next {
	position: absolute;
	top: 260px;
	right: 5%;
}

.banner_txt {
	position: absolute;
	z-index: 66;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	top: 0;
	color: #fff;
}

@media(max-width: 1400px) {
	.banner_box .prev {
		left: 2%;
	}

	.banner_box .next {
		right: 2%;
	}

	.banner_txt {
		left: 51.5%;
		color: #fff;
	}
}

.banner_tbox {
	width: 364px;
	height: 557px;
	background: rgba(0, 0, 0, 0.3);
	padding-left: 40px;
}

.banner_tbox h3 {
	padding-top: 152px;
	font-size: 26px;
	font-weight: bold;
	font-family: "宋体";
}

.banner_tbox p {
	padding-top: 45px;
}

.banner_tbox a {
	margin-top: 70px;
	display: block;
	color: #fff;
	width: 190px;
	height: 44px;
	background: #f07f2a;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
}

/*首页产品分类*/
#homecpfl {
	height: 200px;
	background: #f7f7f7;
	overflow: hidden;
}

.homecpfl_box ul {
	padding-top: 30px;
	display: flex;
}

.homecpfl_box ul li {
	width: 362px;
	/* float: left; */
	display: flex;
	padding-right: 38px;

}

.homecpfl_box ul li:last-child {
	padding-right: 0px;
}

.homecpfl_box ul li {
	line-height: normal;
}

.homecpfl_box ul li img {
	vertical-align: middle;
	width: 86px;
	line-height: normal;
}

.homecpfl_txt {
	padding-left: 20px;
	width: 255px;
}

.homecpfl_txt:hover h4 {
	font-size: 18px;
	transition: all 0.5s;
}

.homecpfl_txt:hover p {
	font-size: 15px;
	transition: all 0.5s;
}

.homecpfl_txt h4 {
	color: #2a2a2a;
	font-size: 16px;
}

.homecpfl_lastimg {
	padding-top: 15px;
}

/*了解爱特斯*/
#homeabout {
	padding-top: 46px;
	text-align: center;
}

.homeabout_box h1 {
	font-size: 24px;
	color: #35497b;
}

.homeabout_box>span {
	display: block;
	margin-top: 20px;
	color: #969696;
}

.homeabout_txt {
	padding: 0 115px;
	line-height: 30px;
	color: #666666;
	margin-top: 10px;
}

.homeabout_tab {
	margin-top: 50px;
}

.homeabout_tabtit li {
	float: left;
	width: 600px;
	text-align: center;
}

.homeabout_tabc {
	position: relative;
	height: 200px;
}

.homeabout_tabc li {
	height: 200px;
	display: none;
	position: absolute;
	top: -1px;
}

.homeabout_tabtit {
	height: 70px;
	line-height: 70px;
	background: url(../img/homeabout_tab_tit.jpg) no-repeat center;
}

.homeabout_tabtit li {
	cursor: pointer;
	color: #35497b;
}

.homeabout_tabc li {
	width: 100%;
}

.homeabout_active {
	color: #fff !important;
}

.homeabout_tabc li dl dd {
	float: left;
	border-left: 1px solid #fff;
	width: 299px;
	height: 200px;
}

.homeabout_tabc li dl dd img {
	width: 299px;
	height: 200px;
}

.homeabout_tabc li h3 {
	background: url();
}

.homeabout_tabtxt {
	background: url(../img/homeabout_tab_img2.jpg) no-repeat center;
	height: 50px;
	margin-top: -1px;
	position: relative;
	z-index: 66;
	text-indent: 36px;
	color: #fff;
	text-align: left;
	line-height: 50px;
}

/*首页爱特斯产品系列推荐*/
#pro {
	margin-top: 65px;
	overflow: hidden;
	position: relative;

}

.pro_box {
	text-align: center;
}

.pro_box h1 {
	font-size: 24px;
	color: #35497b;
}

.pro_box h3 {
	color: #969696;
	padding-top: 20px;
}

#pro .pro_c {
	position: relative;
	height: 450px;
	left: 50%;
	margin-left: -960px;
	margin-top: 36px;
}

.pro_c_ul li {
	position: absolute;
	display: none;
}

#pro .pro_c li {
	float: left;
}

.pro_tit ul li {
	float: left;
	border: 1px solid #d9d9d9;
	margin-right: 22px;
	padding: 12px 16px;
	cursor: pointer;
}

.pro_tit ul li:last-child {
	margin-right: 0px;
}

.pro_tit {
	margin-top: 30px;
}

.pro_active {
	background: #35497b;
	color: #fff;
}

.pro_prev {
	position: absolute;
	top: 375px;
	left: 5%;
	cursor: pointer;
}

.pro_next {
	position: absolute;
	top: 375px;
	right: 5%;
	cursor: pointer;
}

.pro_txt {
	position: absolute;
	top: 110px;
	left: 18.5%;
}

.pro_txt h3 {
	font-size: 24px;
	color: #000;
}

@media(max-width: 1400px) {
	.pro_prev {
		left: 2%;
	}

	.pro_next {
		right: 2%;
	}

	.pro_txt {
		left: 22%;
	}
}

.pro_txt span {
	font-size: 14px;
	color: #000;
	display: block;
	margin-top: 17px;
}

.pro_txt h4 {
	margin-top: 25px;
	width: 312px;
}

.pro_txt h5 {
	background: url(../img/pro_phone.png) no-repeat left center;
	padding-left: 25px;
	color: #35497b;
	margin-top: 28px;
}

.pro_more {
	display: block;
	width: 143px;
	height: 45px;
	background: url(../img/pro_more.png) no-repeat right center;
	color: #fff;
	text-indent: 30px;
	line-height: 45px;
	margin-top: 40px;
}

/*首页为什么选择爱特斯*/
#xzats {
	/* height: 842px; */
	padding: 20px 10px;

	background: url(../img/xzats_bg.jpg) no-repeat center;
	background-size: cover;
}

.xzats_box {
	padding-top: 74px;
}

.xzats_box h2 {
	font-size: 24px;
	color: #36497a;
	text-align: center;
}

.xzats_box h3 {
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}

.xzats_ul li {
	width: 198px;
	float: left;
	padding: 36px 0px 0 40px;
	position: relative;
	border-right: 1px solid #c8c8c8;
	height: 160px;
}

.xzats_ul li:last-child {
	border-right: none;
}

.xzats_ul li img {
	position: absolute;
	top: 150px;
	left: 160px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.xzats_ul li img:hover {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.xzats_ul li h4 {
	font-size: 24px;
	color: #4a4a4a;
	background: url(../img/xzats_titbg.jpg) no-repeat left bottom;
	padding-bottom: 17px;
}

.xzats_ul li h5 {
	width: 152px;
	margin-top: 14px;
	transition: 0.3s;
}

.xzats_ul li h5:hover {
	color: #35497b;
}

.xzats_ul {
	padding-top: 38px;
}

.xzats_img {
	width: 100%;
	padding-top: 50px;
}

.xzats_box h6 {
	font-size: 18px;
	color: #35497b;
	text-align: center;
	padding-top: 50px;
}

/*首页资质证书*/
#homehonor {
	padding-top: 44px;
	padding-bottom: 96px;
}

.homehonor_box h1 {
	font-size: 24px;
	color: #36497a;
	text-align: center;
}

.homehonor_box h3 {
	color: #969696;
	text-align: center;
	padding-top: 20px;
}

.homehonor_scroll {
	padding-top: 47px;
}

.homehonorbd_ul li {
	width: 182px;
	margin: 0 36px;
	float: left;
}

.homehonorbd_ul li img {
	width: 182px;
	height: 250px;
}

.homehonor_scroll .bd {
	overflow: hidden;
}

.homehonorbd_ul {
	margin-left: -36px !important;
}

.homehonor_scroll .hd {
	position: relative;
}

.homehonor_scroll .hd .prev {
	position: absolute;
	top: 100px;
	left: -63px;
}

.homehonor_scroll .hd .next {
	position: absolute;
	top: 100px;
	right: -63px;
}

/*首页新闻中心*/
#homenews {
	background: #eeeeee;
	padding-top: 48px;
	height: 600px;
}

.homenews_box h1 {
	font-size: 24px;
	text-align: center;
	color: #35497b;
}

.homenews_tit {
	width: 680px;
	margin: 0 auto;
	padding-top: 37px;
}

.homenews_tit li {
	border: 1px solid #babec7;
	float: left;
	padding: 13px 55px;
	margin-right: 40px;
	cursor: pointer;
}

.homenews_titlast {
	margin-right: 0;
}

.homenews_active {
	background: #35497b;
	color: #fff;
}

.homenews_c {
	position: relative;
	margin-top: 46px;
}

.homenews_c li {
	display: none;
	position: absolute;
}

.homenews_cbox {
	padding: 0 60px;
}

.homenews_r {
	margin-left: 100px;
	width: 476px;
}

.homenews_r h3 {
	color: #1a1a1a;
	width: 336px;
	font-size: 16px;
}

.homenews_rtxt {
	text-align: justify !important;
	padding-top: 25px;
}

.homenews_r .pro_more {
	margin-top: 24px;
}

.homenews_dl {
	padding: 56px 60px 0;
	margin-left: -80px;
}

.homenews_dl dd {
	float: left;
	width: 456px;
	background: url(../img/homenews_cboximg.png) no-repeat left center;
	padding-left: 38px;
	margin-left: 80px;
	margin-bottom: 20px;
}

.homenews_dl dd a {
	display: block;
	width: 359px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*底部版权*/
#footer_phone {
	height: 60px;
	background: #35497b;
	line-height: 60px;
}

.footer_pul {
	margin-left: -100px;
	background: #35497b;
}

.footer_pul li {
	float: left;
	margin: 0 100px;
	color: #000000;
	padding-left: 37px;
	transition: 0.5s;
}

.footer_pli1 {
	background: url(../img/footer_dizhi.png) no-repeat left center;
}

.footer_pli2 {
	background: url(../img/footer_phone.png) no-repeat left center;
}

.footer_pli3 {
	background: url(../img/footer_email.png) no-repeat left center;
}

#footer_nav {
	background: #e7e7e7;
	padding-top: 60px;
	padding-bottom: 27px;
}

.footer_nul li>a {
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
}

.footer_nul li {
	float: left;
	margin-right: 100px;
}

.footer_ewm h2 {
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	font-weight: bold;
}

.footer_nul li dl {
	line-height: 30px;
}

.footer_nul li dl dt a {
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
}

#copyright {
	background: #a4a4a4;
	height: 54px;
	line-height: 54px;
}

.copyright_box {
	color: #2a2a2a;
}

/******************内页********************/
/*产品列表页*/
#inside_banner {
	overflow: hidden;
	position: relative;

}

#inside_banner img {
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.inside_tit {
	position: absolute;
	top: 0px;
	color: #35497b;
	font-weight: bold;
	width: 1200px;
	margin-left: -550px;
	left: 50%;
	top: 67px;
}

.inside_tit a {
	color: #35497b;
	padding-right: 5px;
}

.inside_tit h2 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 11px;
}

.prolist_ul {
	height: 58px;
	line-height: 58px;
}

.prolist_ul li {
	float: left;
	width: 400px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}

.prolist_ul li a {
	display: block;
}

.prolist_ul li:hover a {
	font-size: 16px;
}

#prolist {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-top: -7px;
}

.prolist_active {
	background: #344a7b;
	color: #fff;
	font-size: 16px;
}

.prolist_active a {
	color: #fff;
	display: block;
}

.products_txt {
	background: #f6f6f6;
}

.products_txt1 h1 {
	text-align: center;
	color: #2a2a2a;
	font-size: 20px;
	font-weight: bold;
	padding-top: 42px;
}

.products_wenzi {
	padding-top: 36px;
	color: #969696;
	text-align: center;
	line-height: 30px;
	width: 1200px;
	margin: 0 auto;
	padding: 15px 30px 45px;
}

#products {
	position: relative;
}

.products_ul>li {
	position: relative;
	top: 0;
	width: 100%;
	display: none;
}

.products_left {
	width: 310px;
	border-top: 4px solid #344a7b;
}

.producttype1sel {
	font-weight: bold;
	color: #344a7b;
}

.producttype1sel a {
	color: #344a7b;
}

.products_box {
	margin-top: 50px;
	padding-bottom: 15px;
}

.proleft_ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d2d2d2;
	text-indent: 7px;
	width: 258px;
}

.left_contact {
	padding-top: 147px;
}

.left_contact h2 {
	font-size: 20px;
	font-weight: bold;
	color: #2a2a2a;
	border-bottom: 4px solid #344a7b;
	padding-bottom: 18px;
}

.products_right {
	width: 828px;
}

.proright_ul {
	margin-left: -6px;
}

.proright_ul li {
	float: left;
	width: 264px;
	border: 1px solid #d7d7d7;
	height: 312px;
	margin: 0 6px 28px;
	text-align: center;
	padding-top: 8px;

}

.proright_ul li:hover {
	background: #344a7b;
}

.proright_ul li:hover .proright_txt {
	color: #fff;
}

.proright_ul li:hover .proright_txt h3 {
	color: #fff;
}

.proright_txt {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #969696;
}

.proright_txt h3 {
	color: #344a7b;
}

.proright_txt h4 {
	margin-top: 8px;
}

.proright_txt h5 {
	height: 2px;
	background: #ebebeb;
	width: 58px;
	margin-top: 18px;
}

.left_contact_txt {
	margin-top: 30px;
	color: #969696;
}

.left_fx {
	margin-top: 77px;
	position: relative;
}

.left_fx img {
	cursor: pointer;
}

.left_ewm {
	position: absolute;
	top: 56px;
	right: -11px;
	text-align: center;
	display: none;
}

.left_ewm h6 {
	font-size: 16px;
	margin-top: -15px;
}

.bdsharebuttonbox {
	width: 154px;
}

.bds_sqq {
	background: url(../img/left_qq.jpg) no-repeat center !important;
	width: 154px !important;
	height: 48px !important;
	display: block;
	position: absolute;
	top: 6px;
}

.left_weixin {
	background: url(../img/left_weixin.jpg) no-repeat center !important;
	width: 154px !important;
	height: 48px !important;
	margin-top: 6px;
}

/*产品内页*/
#productsd {
	background: #f6f6f6;
	margin-top: -7px;
	padding-bottom: 55px;
}

.productsd_box {
	background: #fff;
}

.productsd_img {
	padding: 44px 50px 0;
}

.productsd_imgr {
	margin-left: 40px;
	margin-top: 24px;
}

.productsd_imgr h2 {
	font-size: 24px;
	color: #344a7b;
}

.productsd_imgtxt {
	margin-top: 36px;
	line-height: 33px;
}

#productsd_js {
	margin-top: 74px;
	padding: 0 50px;
}

.productsd_jstit {
	border-bottom: 1px solid #989898;
}

.productsd_jstit li {
	float: left;
	width: 160px;
	background: #6b6b6b;
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}

.productsd_jsactive {
	background: #35497b !important;
	;
}

.productsd_jsc>li {
	display: none;
}

.productsd_jsc h6 {
	background: url(../img/productsd_txtbg.jpg) repeat-x bottom;
	height: 1px;
}

.productsd_jsctxt h5 {
	text-align: center;
	padding: 50px 27px 50px;
}

.productsd_jsctxt h3 {
	padding-top: 42px;
	text-align: center;
}

.productsd_jsctxt img {
	padding-top: 24px;
	padding-bottom: 40px;
}

.productsd_tjtit {
	height: 52px;
	background: #f6f6f6;
	padding-top: 48px;
}

.productsd_tjtit h2 {
	height: 55px;
	text-align: center;
	background: #f6f6f6;
	line-height: 55px;
	background: #344a7b;
	width: 224px;
	color: #fff;
}

.productsd_tjbox {
	background: #fff;

	position: relative;
}

.productsd_tjbox .bd li {
	float: left;
	width: 262px;
	border: 1px solid #d7d7d7;
	margin: 0 18px;
}

.productsd_tjbox .bd {
	margin: 40px auto 0;
	overflow: hidden;
	width: 1164px;
	padding-bottom: 35px;
}

.productsd_tjbox .bd ul {
	margin-left: -18px !important;
}

.productsd_tjbox .prev {
	background: url(../img/productsd_prev.jpg) no-repeat center;
	width: 40px;
	height: 72px;
	display: block;
	position: absolute;
	left: -80px;
	top: 110px;
}

.productsd_tjbox .prev:hover {
	background: url(../img/productsd_prevhover.jpg) no-repeat center;
}

.productsd_tjbox .next {
	background: url(../img/productsd_next.jpg) no-repeat center;
	width: 40px;
	height: 72px;
	display: block;
	position: absolute;
	right: -80px;
	top: 110px;
}

.productsd_tjbox .next:hover {
	background: url(../img/productsd_nexthover.jpg) no-repeat center;
}

.proxslx {
	padding-top: 55px;
	padding-bottom: 80px;
}

.proxslx h3 {
	font-size: 16px;
	font-weight: bold;
	color: #35497b;
	padding-bottom: 23px;
}

.proxslx_l {
	width: 338px;
}

.proxslx_l p {
	padding-top: 30px;
	line-height: 30px;
}

.proxslx_r {
	width: 640px;
}

.proxslx_ul {
	margin-top: 52px;
}

.input_w {
	width: 625px !important;
}

.input_box {
	width: 286px;
	border-radius: 5px;
	height: 46px;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	font-size: 14px;
	color: #969696;
	line-height: 43px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.input_box span i {
	font-size: 16px;
	color: #af3131;
	font-style: normal;
	margin-left: -7px;
	padding-right: 5px;
}

.input_box input {
	border: none;
	background: none;
	font-size: 14px;
	color: #000;
	height: 36px;
	outline: medium;
}

.area_box {
	height: 140px;
	width: 625px;
	border: 1px solid #E4E4E4;
	padding-left: 15px;
	line-height: 38px;
	border-radius: 5px;
}

.area_box span i {
	font-size: 16px;
	color: #af3131;
	font-style: normal;
	margin-left: -7px;
	padding-right: 5px;
	vertical-align: top;
}

.area_box span {
	vertical-align: top;
	font-size: 14px;
	color: #969696;
}

.area_box textarea {
	display: inline-block;
	width: 530px;
	height: 120px;
	border: none;
	background: none;
	resize: none;
	overflow: auto;
	line-height: 38px;
	font-size: 14px;
	color: #969696;
	font-family: "微软雅黑";
}

.proxslx_ul li input[type="submit"] {
	width: 124px;
	height: 45px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	border: none;
	background: #35497b;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}

.proxslx_ul li input[type="button"] {
	width: 124px;
	height: 45px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	border: none;
	background: #aaaaaa;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	margin-left: 10px;
}

/*关于爱特斯*/
#about {
	min-height: 400px;
}

.abouttop_tit .inside_tit {
	color: #fff;
}

.abouttop_tit .inside_tit a {
	color: #fff;
}

.about_list {
	height: 86px;
	border-bottom: 1px solid #e6e6e6;
}

.about_listul li {
	float: left;
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
}

.about_listul li:hover {
	background: #35497b;
	border-radius: 12px;
	color: #fff !important;
}

.about_listul li:hover a {
	color: #fff !important;
	display: block;
}

.about_listactive {
	background: #35497b;
	border-radius: 12px;
	color: #fff !important;
}

.about_listactive a {
	color: #fff !important;
}

.about_listul {
	padding: 20px 140px;
	width: 980px;
}

.about_img {
	padding: 44px 50px 25px;
	width: 1100px;
}

.about_imgr {
	width: 520px;
}

.about_imgr h2 {
	font-size: 24px;
	color: #35497b;
}

.about_txt {
	padding-top: 34px;
}

.about_txt p {
	margin-bottom: 40px;
}

.qyyy_tit {
	background: url(../img/qyyy_bg.jpg) no-repeat center;
	height: 186px;
}

.qyyy_titbox h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 37px;
}

.qyyy_titbox h4 {
	color: #fff;
	text-align: center;
	padding-top: 27px;
}

.qyyy_titul {
	padding-top: 28px;
	margin-left: -6px;
}

.qyyy_titul li {
	float: left;
	width: 365px;
	background: #5e5e5e;
	margin-right: 3px;
	color: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
}

.qyyy_titactive {
	background: #35497b !important;
}

.qyyy_box {
	padding-top: 28px;
	padding-bottom: 100px;
}

.qyyy_boxul li {
	display: none;
}

.qyyy_boxul li h3 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

.qyyy_txt {
	padding-top: 38px;
}

.qyyy_boxul strong {
	font-size: 16px;
}

.qyyy_boxul h4 {
	font-size: 16px;
	padding-top: 40px;
}

.qyyy_boxul img {
	padding-top: 80px;
}

/*发展历程*/
.fazhan_box {
	padding-top: 46px;
}

.fazhan_box h2 {
	text-align: center;
	font-size: 24px;
	color: #2a2a2a;
}

.fazhan_box>h4 {
	text-align: center;
	font-size: 16px;
	color: #35497b;
	margin-top: 16px;
}

.fazhan_c {
	margin-top: 76px;
	padding-bottom: 60px;
}

.fazhan_ul {
	background: url(../img/fanzhan_bg.jpg) repeat-y center;
}

.fazhan_ul li {
	float: left;
	background: url(../img/fazhanli_bg.jpg) no-repeat right center;
	padding-right: 91px;
}

.fazhan_ul li:hover {
	background: url(../img/fazhan_lihover.png) no-repeat right center;
	padding-right: 98px;
}

.fazhan_ul li:hover span {
	border-bottom: 2px solid #35497b;
	display: block;
	width: 461px;
	padding-bottom: 27px;
}

.fazhanli_box {
	background: url(../img/fanzhan_img1.png) no-repeat center;
	width: 466px;
	height: 107px;
}

.fazhanli_box h4 {
	font-size: 18px;
	color: #35497b;
	padding-top: 30px;
	padding-left: 50px;
}

.fazhanli_box dd {
	background: url(../img/fazhanli_content_dd.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 30px;
}

.fazhan_ul li:nth-child(2n) {
	float: right;
	background: url(../img/fazhanli_bg.jpg) no-repeat 42px center;
	width: 460px;
	padding-right: 0;
	padding-left: 140px;
}

.fazhan_ul li:nth-child(2n):hover span {
	border-bottom: 2px solid #35497b;
	display: block;
	width: 461px;
	padding-bottom: 27px;
	margin-left: 5px;
}

.fazhan_ul li:nth-child(2n):hover {
	background: url(../img/fazhan_lihover.png) no-repeat 42px center !important;
	padding-left: 147px;
}

.fazhan_ul li:nth-child(2n) .fazhanli_box {
	background: url(../img/fanzhan_img2.png) no-repeat center !important;
	width: 466px;
	height: 107px;

}

.mob-homehonor {
	display: none;
}

/*我们的工厂*/
.factory_box h2 {
	padding-top: 45px;
	font-size: 24px;
	text-align: center;
}

.factory_box h4 {
	font-size: 16px;
	text-align: center;
	margin-top: 18px;
	color: #35497b;
}

.factory_ul {
	margin-top: 30px;
	width: 1200px;
}

.factory_ul li {
	float: left;
	width: 500px;
	height: 124px;
	background: #f5f5f5;
	margin: 0 84px 20px 0;
}

.factory_txt {
	margin: 34px 0 34px 26px;
}

.factory_txtr {
	padding-left: 20px;
	width: 368px;
}

.factory_txt h3 {
	font-size: 16px;
	color: #35497b;
	font-weight: bold;
}

.factory_txt h5 {
	margin-top: 5px;
}

.factory_txt h5:hover {
	color: #35497b;
}

.factory_scroll {
	margin-top: 62px;
	position: relative;
	padding-bottom: 100px;
}

.factory_scroll .bd {
	overflow: hidden;
	width: 1084px;
}

.factory_scroll ul {
	margin-left: -14px !important;
}

.factory_scroll ul li {
	float: left;
	margin: 0 14px;
	width: 250px;
}

.factory_scroll ul li img {
	width: 250px;
}

.factory_scroll .prev {
	position: absolute;
	top: 88px;
	left: -50px;
}

.factory_scroll .next {
	position: absolute;
	top: 88px;
	right: -50px;
}

/*营销网络*/
.network_img {
	padding-top: 40px;
}

.network_box {
	padding-bottom: 80px;
}

.network_c {
	margin-top: 66px;
}

.network_cl {
	width: 468px;
}

.network_cl h2 {
	font-size: 24px;
	font-weight: bold;
	color: #35497b;
	background: url(../img/network_tit.jpg) no-repeat left bottom;
	padding-bottom: 12px;
}

.network_cl h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 54px;
}

.network_cl h4 {
	padding-top: 40px;
}

.network_cr {
	width: 648px;
}

.network_cr h3 {
	color: #35497b;
	font-size: 16px;
}

/*证书荣誉*/
.honor {
	margin-top: 45px;
}

.honor h2 {
	font-size: 24px;
	color: #2a2a2a;
	text-align: center;
}

.honor h3 {
	font-size: 16px;
	color: #35497b;
	text-align: center;
	margin-top: 18px;
}

.honor_box {
	padding-top: 38px;
	padding-bottom: 50px;
	position: relative;
}

.honor_box .bd {
	overflow: hidden;
	width: 1100px;
}

.honor_box .bd ul {
	margin-left: -23px !important;
}

.honor_box ul li {
	float: left;
	margin: 0 23px;
	width: 182px;
}

.honor_box ul li img {
	width: 182px;
	height: 250px;
}

.honor_box .prev {
	position: absolute;
	top: 150px;
	left: -50px;
}

.honor_box .next {
	position: absolute;
	top: 150px;
	right: -50px;
}

/*文化理念*/
.wenhua h2 {
	font-size: 24px;
	color: #2a2a2a;
	text-align: center;
	padding-top: 44px;
}

.wenhua>h3 {
	padding: 0 150px;
	text-align: center;
	padding-top: 40px;
}

.wenhua_box {
	margin-top: 42px;
}

.wenhua_box ul {
	margin-left: -30px;
}

.wenhua_box li {
	float: left;
	width: 498px;
	height: 196px;
	border: 1px solid #e5e5e5;
	margin: 0 30px 56px;
}

.wenhua_boxl img {
	width: 240px;
	height: 196px;
}

.wenhua_boxr {
	padding: 40px 38px 0;
	width: 158px;
}

.wenhua_boxr h4 {
	font-size: 20px;
	color: #35497b;
	font-weight: bold;
}

.wenhua_boxr h5 {
	padding-top: 28px;
}

.qyjzg {
	margin-top: 26px;
}

.qyjzg_ul li {
	float: left;
	width: 226px;
	text-align: center;
	padding-bottom: 60px;
}

.qyjzg_ul li:nth-child(2n) {
	width: 210px;
}

.qyjzg_ul li img {
	padding-top: 35px;
}

.qyjzg_ul li h3 {
	font-size: 18px;
	color: #35497b;
	font-weight: bold;
}

.qyjzg_ul li h4 {
	padding-top: 15px;
}

/***服务与支持***/
.servicetit .about_listul {
	width: 570px;
}

.xsfw {
	background: #dcdcdc;
}

.xsfw_box h2 {
	font-size: 20px;
	color: #4a4a4a;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}

.xsfw_box h4 {
	margin-top: 18px;
	text-align: center;
	padding-bottom: 58px;
}

.xsfw_ul {
	margin-left: -140px;
}

.xsfw_text {
	padding-top: 40px;
	padding-bottom: 80px;
}

.xsfw_ul li {
	float: left;
	width: 300px;
	text-align: center;
	margin-left: 140px;
}

.xsfw_ul li h3 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 34px;
	font-weight: bold;
	font-size: 16px;
	color: #35497b;
}

.xsfw_txt {
	padding-top: 30px;
}

.xsfw_txt:hover {
	color: #35497b;
}

/**技术支持**/
.support {
	padding-top: 42px;
	padding-bottom: 80px;
}

.support_boxr {
	width: 645px;
}

.support_boxl {
	width: 514px;
}

.support_box h2 {
	font-size: 20px;
	color: #35497b;
	font-weight: bold;
}

.support_boxltxt {
	padding-top: 60px;
	line-height: 50px;
}

.support_boxltxt h3 {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
}

/**客户服务中心**/
#service {
	min-height: 400px;
}

.customer {
	margin-top: 48px;
	padding-bottom: 60px;
}

.customer_box ul {
	margin-left: -33px;
}

.customer_box ul li {
	float: left;
	width: 530px;
	height: 188px;
	border: 1px solid #e6e6e6;
	margin-left: 33px;
}

.customer_c {
	padding: 22px 28px 0 40px;
}

.customer_boxl {
	width: 280px;
}

.customer_boxl h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.customer_boxl h4 {
	margin-top: 26px;
}

.customer_boxl h4 img,
.customer_boxl h5 img {
	vertical-align: middle;
	margin-right: 16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.customer_boxl h4 img:hover,
.customer_boxl h5 img:hover {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.customer_boxl h5 {
	padding-top: 26px;
}

.customer_boxr {
	width: 120px;
	text-align: center;
}

.customer_boxr span {
	font-weight: bold;
}

.customer_boxr img {
	height: 120px;
}

.jszx {
	margin-top: 42px;
	text-align: center;
	padding-bottom: 40px;
}

.jszx h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.jszx_box {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
}

.jszx_box a {
	display: block;
	color: #fff;
	background: #35497b;
	text-align: center;
	width: 188px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}

.news_box ul {
	margin-left: -58px;
}

.news_box ul li {
	float: left;
	width: 360px;
	margin-left: 58px;
	margin-bottom: 54px;
}

.news_box ul li span {
	color: #999999;
}

.news_box ul li img {
	margin-top: 40px;
	border: 1px solid #e4e4e4;
	width: 360px;
	height: 200px;
}

.news_box ul li a {
	display: block;
	width: 104px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	background: #666666;
	margin-top: 45px;
}

.news_box ul li a:hover {
	background: #35497b;
}

.news_box {
	margin-top: 50px;
}

.news_box h1 {
	text-align: center;
	font-size: 24px;
	color: #4a4a4a;
}

.news_boxny {
	text-align: center;
	padding: 0 50px;
}

.news_boxny span {
	margin-top: 25px;
	color: #999999;
	display: block;
}

.news_boxnytxt {
	padding: 46px 0 66px;
}

/*联系我们*/
.contact_box {
	padding-top: 24px;
}

.contact_box h1 {
	font-size: 24px;
	color: #35497b;
	text-align: center;
}

.xinxi_ul {
	margin-top: 40px;
}

.xinxi_ul li {
	float: left;
	border: 1px solid #e7e7e7;
	width: 398px;
	text-align: center;
	border-left: none;
}

.xinxi_ul li:first-child {
	border-left: 1px solid #e7e7e7;
}

.xinxi_ul li img {
	padding-top: 16px;
}

.xinxi_ul li h2 {
	font-size: 18px;
	color: #35497b;
	font-weight: bold;
	margin-top: 20px;
}

.xinxi_ul li h3 {
	margin-top: 16px;
	margin-bottom: 20px;
}

.ditu_box {
	height: 466px;
	background: none;
	margin-top: 52px;
	border: 1px solid #d7d7d7;
	margin-bottom: 70px;
	position: relative;
}

.ditu_box .ditu_txt {
	width: 52px;
	background: #fff;
	top: 166px;
	height: 236px;
	position: absolute;
	z-index: 66;
}

.ditu_txtl {
	padding-left: 32px;
	padding-top: 40px;
	margin-bottom: 44px;
	line-height: 30px;
	display: none;
}

.ditu_box .ditu_txt h3 {
	font-size: 20px;
	color: #354976;
}

.ditu_txtr {
	width: 52px;
	background: url(../img/ditu_txtr_k.jpg) no-repeat center;
	float: right;
	height: 236px;
	border-left: 1px solid #dcdcdc;
	cursor: pointer;
}

.feedback {
	width: 640px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.feedback h3 {
	font-size: 20px;
	color: #35497b;
}

.laifang_ul1 {
	border-bottom: 1px solid #e7e7e7;
}

.laifang h2 {
	text-align: center;
	font-size: 24px;
	color: #35497b;
	font-weight: bold;
}

.laifang h4 {
	text-align: center;
	color: #969696;
	margin-top: 28px;
}

.laifang_ul1 li {
	width: 258px;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	padding: 0 78px;
}

.laifang_ul1 li:last-child {
	border-right: none;
	width: 310px;
}

.laifang_box {
	width: 882px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.laifang_ul2 li {
	text-align: center;
	width: 258px;
	border-right: 1px solid #e7e7e7;
	padding: 54px 78px 0;
}

.laifang_ul2 li:last-child {
	border-right: none;
}
}

.laifang_box span {
	display: block;
	font-size: 16px;
	color: #000;
	padding-bottom: 30px;
}

.laifang_box h5 {
	padding-bottom: 54px;
}

.input_radio {
	padding-bottom: 15px;
}

.footer_ewm {
	position: relative;
}

.ewm_f {
	position: absolute;
	top: 112px;
	right: 180px;
	width: 0px;
	overflow: hidden;
}

.ewm_f dl {
	width: 300px;
}

.ewm_f dl dd {
	float: left;
	text-align: center;
}

.ewm_f dl dd img {
	width: 120px;
	height: 120px;
}

.mob-pro {
	display: none;
}

@media(max-width:1300px) {
	.homehonor_scroll {
		display: none;
	}

	.mob-homehonor-ul>li {
		width: 33.3%;
		float: left;
	}

	.mob-homehonor-ul>li img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.homehonor_scroll {
		display: none;
	}

	.mob-homehonor {
		display: block;
		margin-top: 20px;
	}

	.mob-homehonor-ul>li {
		height: 487px;
		overflow: hidden;
		margin-bottom: 10px;
	}
}

@media(max-width: 1200px) {
	#header {
		display: none;
	}
	.mob-pro{
		display:block;
	}
	.mob-nav {
		display: block;
	}

	.w1200 {
		width: 99%;
	}

	.mob-nav img {
		width: 100px;
	}

	.w1100 {
		width: 99%;
	}

	.banner_txt {
		width: 100%;
	}

	.banner_ul img {
		width: 100%;
	}

	.banner_tbox {
		display: none;
	}

	.homeabout_tabc li dl dd {
		width: 25%;
		border-left: none;
	}

	.homeabout_tabc li dl dd img {
		width: 100%;
	}

	.pro_tit ul li {
		margin-bottom: 20px;
	}

	.pro_c_ul img {
		width: 100%;
	}

	#pro .pro_c {
		width: 100%;
		margin-left: -50%;
	}

	.pro_txt {
		display: none;
	}

	#pro .pro_c {
		height: auto;
	}

	.homenews_img {
		width: 40%;
	}

	.homenews_img img {
		width: 100%;
	}

	.homenews_r {
		width: 50%;
		margin-left: 0;
	}

	.footer_pul {
		margin: 0;
	}

	.footer_pul li {
		margin: 0;
		box-sizing: border-box;
		width: 33.3%;
	}

	.footer_ewm {
		float: none;
		text-align: center;
	}

	#homecpfl {
		height: auto;
		padding: 20px 0;
	}

	.homecpfl_box ul li {
		width: 33.3%;
		/* box-sizing: border-box; */
		display: flex;
	}

	.homecpfl_txt {
		flex: 1;
		box-sizing: border-box;
		padding-left: 0;
		margin-left: 10px;
		width: auto;
	}

	.copyright_box {
		background-color: #999;
		overflow: hidden;
		line-height: 24px;
	}

	#banner {
		height: 453px;
	}

	#pro {
		display: none;
	}

	.mob-pro-ul {
		display: flex;
		flex-wrap: wrap;
	}

	.mob-pro-ul>li {
		width: 33.3%;
		padding: 10px;
		box-sizing: border-box;
	}

	.mob-pro-ul>li img {
		width: 100%;
	}

	.mob-pro-ul>li .info {
		font-size: 14px;
	}

	.mob-pro-ul>li .info a {
		display: block;
		background-color: #20376E;
		padding: 10px;
		width: 65px;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}

	#inside_banner img {
		width: 100%;
		margin-left: -50%;
	}

	.inside_tit {
		width: 100%;
		margin-left: -50%;
	}

	.prolist_ul li {
		width: 33.3%;
	}

	.products_wenzi {
		width: 100%;
		box-sizing: border-box;
	}

	.products_left {
		width: 100%;
		float: none;
	}

	.proleft_ul {
		display: flex;
		flex-wrap: wrap;
	}

	.proleft_ul>li {
		width: 33.3%;
		padding: 10px;
		box-sizing: border-box;
		height: auto;
		line-height: auto;
		border: none;
	}

	.left_contact {
		padding-left: 10px;
		padding-right: 10px;
	}

	.proleft_ul>li>a {
		display: block;
		border-bottom: 1px solid #d2d2d2;
	}

	.bds_sqq {
		position: static;

	}

	.left_weixin {
		float: left;
		margin-top: 0;
		margin-left: 10px;
	}

	.left_fx {
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.products_right {
		width: 100%;
	}

	.proright_ul {
		margin-left: 0;
	}

	.proright_ul li {
		width: 33.3%;
		padding: 0 10px;
		margin: 0;
		border: none;
		box-sizing: border-box;
		margin-bottom: 20px;
		height: auto;
	}

	.proright_ul li a {
		display: block;
		/* border: 1px solid #d7d7d7; */
		width: 100%;
		/* height:312px; */
	}

	.proright_txt h4 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.about_list {
		height: auto;
	}

	.about_listul {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 10px;
	}

	.about_imgl.fl {
		width: 40%;
	}

	.about_img {
		padding: 0;
		margin-top: 20px;
	}

	.about_imgl.fl img {
		width: 100%;
	}

	.about_imgr {
		width: 50%;
	}

	.qyyy_titul {
		margin-left: 0;
	}

	.qyyy_titul li {
		width: 33.3%;
		margin-right: 0;
	}

	.qyyy_boxul img {
		width: 100%;
	}

	.inside_tit {
		top: 15px;
	}

	.xsfw_ul li {
		margin-left: 0;
		width: 100%;
	}

	.xsfw_ul li p {
		text-align: center !important;
	}

	.news_box ul {
		margin-left: 0;
	}

	.news_box ul li {
		margin-left: 0;
		width: 50%;
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}

	.news_box ul li a {
		margin: 20px auto;
	}

	.xinxi_ul li {
		width: 33%;
	}

	.ditu_boximg img {
		width: 100%;
	}

	.support_boxl {
		width: 100%;
		text-align: center;
	}

	.support_boxr {
		width: 100%;
		float: none;
	}

	.support_box h2 {
		text-align: center;
	}

	.xsfw_ul {
		margin-left: 0;
	}

	.productsd_jsc img {
		width: 100%;
	}

	.productsd_tjbox .bd {
		width: 100% !important;
	}

	.productsd_tjbox .next {
		display: none;
	}

	.productsd_tjbox .prev {
		display: none;
	}

	.ditu_img iframe {
		width: 100% !important;
	}

	.xzats_ul li h4 {
		background-position: center bottom;
	}

	.xzats_ul li {
		width: 33.3%;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 10px;
		height: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.xzats_ul li:last-child {
		border: 1px solid #ddd;
	}

	.xzats_ul li h5 {
		margin: 10px auto;
		padding-bottom: 70px;
	}

	.xzats_ul li img {
		left: 50%;
		bottom: 10px;
		transform: translate(-50%, 0);
	}
}

@media (max-width: 768px) {
	.proright_ul li {
		width: 50%;
	}
}
