

@font-face {  /*首选*/
	font-family: "微软雅黑";
}
@font-face {   /*粗体*/
	font-family: "微软雅黑";
}
* {
	margin: 0;
	padding: 0
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
}
iframe {
	max-width: 100%;
	margin: 20px 0;
}
@media (max-width: 1023px) {
iframe {
	height: auto;
	width: auto;
}
}
html {
	font-size: 100%
}
body {
	position: relative;
	color: #212121;
	font-family: "微软雅黑";
	background-color: #f8f8f8;
	font-size: 14px;
}
ul {
	list-style-type: none;
}
a {
	color: #008ecf;
	text-decoration: none;
	border: none;
}
p {
	font-size: 14px;
	line-height: 22px;
	font-family: "微软雅黑";
}
h2, h3, h4, h5 {
	margin-bottom: 16px;
	font-weight: 100;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 22px;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
 @media screen and (max-width: 960px) {
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 16px;
}
h4 {
	font-size: 16px;
	line-height: 14px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
}
}
pre {
	white-space: pre-wrap!important;
}
/*——————————————————————————————————————头部————————————————————————————————*/


.w1200 {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.w_880 {
	width: 1000px;
}

.side_icon {
	background-image: url(../image/btn_side_close.png) !important;
}
.side_close {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0;
	background-color: rgba(22,22,22,.9);
	display: none;
}

/*—————————————————————————————————————— base ————————————————————————————————*/
.content {
	padding: 40px 0;
	padding-bottom: 0;
}
.section_1 {
	margin-bottom: 40px;
}
.section_title {
	position: relative;
	text-align: center;
}
.section_title span {
	display: inline-block;
	line-height: 24px;
	font-size: 30px;
	color: #303031;
	margin-bottom:20px;
}
.section_title>p {
	position: relative;
	font-size: 16px;
	padding-top: 14px;
	margin-bottom: 20px;
	font-weight: 200;
	font-family: "微软雅黑";
	line-height: 30px;
}
.section_title>p:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	top: 0;
	left: 50%;
	margin-left: -20px;
	background-color: #008ecf;
}
.section_title>p:link {
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	top: 0;
	left: 50%;
	margin-left: -20px;
	color:#FFF;
}
.border_box {
	position: relative;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	background-color: #fff;
	padding: 40px 20px;
	box-sizing: border-box;
}
.news_list {
	padding-bottom: 10px !important
}
.page {
	position: relative;
	height: 100px;
	text-align: center;
}
.page li {
	position: relative;
	top: 40px;
	display: inline-block;
	margin-left: 4px;
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
}
.page li a {
	display: inline-block;
	font-size: 18px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #555;
	box-sizing: border-box;
}
.page_on a {
	color: #fff !important;
	background-color: #008ecf;
}
.page li:hover a {
	color: #888;
}

ul.category {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: -10px;
}
ul.category li {
	display: inline-block;
	padding-right: 50px;
	border-bottom: 1px solid #d9dde4;
	padding-bottom: 0px;
	margin: 0 -6px;
	z-index: 1;
}
ul.category li a {
	position: relative;
	display: inline-block;
	color: #555;
	padding: 10px 0;
	font-weight: 700;
	font-size: 16px;
	font-family: "微软雅黑";
}
ul.category li:after {
	content: "/";
	display: inline-block;
	position: relative;
	color: #999;
	left: 20px;
}
ul.category li:last-child:after {
	display: none;
}
ul.category li:last-child {
	padding-right: 0;
}
ul.category li.on a {
	color: #008ecf;
}
ul.category li.on a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -1px;
	background-color: #008ecf;
}
.text_area {
	position: relative;
	padding: 0 10px;
	line-height: 22px;
	box-sizing: border-box;
}
/*.text_area img{padding-top: 0;}*/
.text_area p img {
	max-width: 100%;
	margin-bottom: 20px;
}
.text_area > img {
	width: 100%;
	margin-bottom: 20px;
}
.text_area p {
	white-space: pre-wrap;
	font-size: 15px;
	line-height: 26px;
}
.mix>img, .mix p {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
.mix p, .mix h4, .mix h3, .mix h5 {
	padding: 0 20px;
	display: inline-block;
}
.mix {
	line-height: 22px;
	margin: 30px 0;
}
p.detail_title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-weight: 700;
	width: 80%;
	overflow: hidden;
}
.text_area .time {
	position: absolute;
	text-align: right;
	width: 18%;
	right: 10px;
	top: 0;
}
.ctrl a {
	position: relative;
	float: left;
	height: 60px;
	width: 33.33%;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	border-right: 4px solid #fff;
	box-sizing: border-box;
	z-index: 99;
	transition: 0.3s;
}
.ctrl a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #008ecf;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
.ctrl {
	margin-top: 40px;
	padding: 0 10px;
}
.ctrl a:last-child {
	border: none;
}
a#back:after, a#prev:after, a#next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../image/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after {
	background-image: url(../image/btn-back.png);
}
a#prev:after {
	background-image: url(../image/btn-prev.png);
}
a#next:after {
	background-image: url(../image/btn-next.png);
}
 @media screen and (min-width: 1024px) {
ul.category li a:hover {
	color: #008ecf;
}
.ctrl a:hover:before {
	height: 100%;
	opacity: 1;
}
a#back:hover:after {
	background-image: url(../image/btn-back2.png);
}
a#prev:hover:after {
	background-image: url(../image/btn-prev2.png);
}
a#next:hover:after {
	background-image: url(../image/btn-next2.png);
}
}
/*—————————————————————————————————————— service ————————————————————————————————*/
.service_box {
	float: left;
	width: 25%;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}
.column3 .service_box {
	width: 33.33%
}
.service_box h4 {
	font-weight: 700;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 10px;
}
.service_box h4 a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.service_box img {
	width: 100%;
	transition: 0.3s;
}
.service_box p {
	font-size: 13px;
	color: #777;
	margin-bottom: 10px;
}
 @media screen and (min-width: 1024px) {
.service_box:hover img {
	opacity: 0.8;
}
}
/*—————————————————————————————————————— news ————————————————————————————————*/
.news_box {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 16px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.home_news .news_box {
	width: 100%;
	margin-bottom: 0;
}
.news_box img {
	width: 100%;
	height: auto;
	transition: 0.2s;
	opacity: 1;
}


.news_img {
	position: relative;
	overflow: hidden;
	border-radius:10px;
}
.news_img img {
	transition: .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.news_img img:hover{
 transform:scale(2);
}









.news_box .time {
	display: none;
}
.news_list .news_box .time {
	display: block;
}
.news_img .time {
	position: absolute;
	font-size: 14px;
	left: 4px;
	bottom: 0;
	color: #fff;
	padding: 4px 10px;
	background-color: rgba(255,255,255,.0);
	font-family: "微软雅黑";
	transition: 0.4s;
	opacity: 0.6;
}
.news_box h4 a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.news_box h4 {
	margin-bottom: 16px;
}
.news_box p {
	font-size: 13px;
	color: #777;
	height: 70px;
	overflow: hidden;
}
.more a {
	position: relative;
	top: 20px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #ccc;
	padding-bottom:20px;
	box-sizing: border-box;
	transition: 0.3s;
}
 @media screen and (min-width: 960px) {
.home_news .news_box:nth-child(1) {
	width: 37%;
}
.home_news .news_box:nth-child(1) p {
	display: none;
}
.home_news .news_box:nth-child(1) h4 a {
	position: absolute;
	bottom: 16px;
	left: 16px;
	padding: 10px;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	width: 412px;
	box-sizing: border-box;
}
}
@media screen and (min-width: 1024px) {
.news_box:hover h4 a {
	color: #008ecf;
}
.home_news .news_box:nth-child(1):hover h4 a {
	background-color: #008ecf;
	color: #fff;
}
.news_img:hover img {
	transform: scale(1.4);
	opacity: 0.7;
}
.more a:hover {
	color: #008ecf;
	letter-spacing: 5px;
}
.news_box:hover .time {
	opacity: 1;
	color: #555;
	background-color: rgba(255,255,255,1);
	left: 10px;
}
}
/*—————————————————————————————————————— about ————————————————————————————————*/

.banner_box {
	position: relative;
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: #555;
	background-image: url(../image/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	z-index: 99;
}
.banner_box p {
	font-size: 16px;
	width: 800px;
	margin: 20px auto;
	white-space: pre-line;
	line-height: 30px;
}
.banner_box p.title {
	font-weight: 700;
	font-size: 24px;
	font-family: "微软雅黑";
	position: relative;
	margin-bottom: 30px;
}
.banner_box p.title:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #fff;
	bottom: -12px;
	left: 50%;
	margin-left: -15px;
}
.banner_box span {
	display: block;
	margin: 30px 0;
}
.banner_box span a {
	display: inline-block;
	padding: 0 40px;
	border-radius: 6px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #f43535;
	transition: 0.3s;
}
@media screen and (min-width: 1024px) {
.banner_box span a:hover {
	opacity: 0.8;
}
}
/*--------------------------------------------gallery----------------------------------------------*/

.pic_box {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 16px;
	margin-bottom: 10px;
	box-sizing: border-box;

}
.pic_list .pic_box {
	width: 50%;
	margin-bottom: 20px;

}
.other_pic {
	padding: 8px;
}
.other_pic .pic_box {
	padding: 0 2px;
	margin-top: 30px;
	margin-bottom: 0;
}
.pic_box_img {
	position: relative;
	overflow: hidden;
	border-radius:10px;
}
.pic_box_img img {
	transition: .5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pic_box_img img:hover{
 transform:scale(2);
}

.pic_box p {
	position: relative;
	font-size: 16px;
	color: #222;
	padding: 10px 0;
	transition: 0.4s;
	z-index: 2;
}
.pic_box_img:before, .news_img a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.2s;
}
.news_img a {
	position: relative;
}
.pic_box_img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
 @media screen and (min-width: 1024px) {
/*.pic_box:hover p{color: #008ecf;text-indent: 10px;}*/

.pic_box_img:hover img {
	transform: scale(1.5);
	opacity: 0.8;
}
.pic_box_img:hover:before, .news_img:hover a:before {
	top: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
/*—————————————————————————————————————— contact ————————————————————————————————*/
.contact_left img, .contact_right img {
	max-width: 100%;
}
.contact_left {
	float: left;
	width: 36%;
	padding: 0 10px;
	line-height: 22px;
	box-sizing: border-box;
}
.contact_left p {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	left: 50px;
	width: calc(100% - 50px);
}
.contact_left p.right_p {
	display: none;
}
.size14 {
	font-size: 14px !important;
}
.contact_left img {
	max-width: 100%;
}
.contact_left p:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -50px;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #008ecf;
	background-image: url(../image/default.png);
	margin-right: 50px;
}
.contact_left p.map:before {
	background-image: url(../image/map.png);
}
.contact_left p.phone:before {
	background-image: url(../image/phone.png);
}
.contact_left p.fax:before {
	background-image: url(../image/fax.png);
}
.contact_left p.mobile:before {
	background-image: url(../image/mobile.png);
}
.contact_left p.mail:before {
	background-image: url(../image/mail.png);
}
.contact_left p.web:before {
	background-image: url(../image/web.png);
}
.contact_left p a:hover {
	border-bottom: 1px solid #008ecf;
}
.contact_right {
	float: right;
	width: 60%;
	padding: 0 10px;
	box-sizing: border-box;
}
.contact_right > p {
	font-size: 20px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}
.form input, .formText {
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	outline: medium;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: 0.4s;
}
.formText {
	text-align: left;
}
.form textarea {
	height: 100px;
	max-width: 100%;
}
 @media screen and (min-width: 1024px) {
.form input:hover, .form textarea:hover {
	border-color: #999;
}
.formBtn button:hover {
	background-color: #008ecf;
}
}
.form input:focus, .form textarea:focus {
	background-color: #fff;
	border: 1px solid #008ecf;
}
.form dt {
	margin-top: 10px;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 4px;
}
.form dl {
	width: 49%;
	float: left;
}
.form dl:first-child {
	margin-right: 2%;
}
.formBtn button {
	padding: 14px;
	width: 100%;
	background: #25282c;
	color: #fff;
	margin: 10px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}


/*—————————————————————————————————————— 响应式1280 ————————————————————————————————*/
@media screen and (max-width: 1279px) {
p {
	font-size: 12px;
}
.w1200 {
	width: 960px;
}
.slider_s {
	width: 960px !important;
	height: 400px !important
}

.service_box {
	padding: 0 10px;
}
.news_box {
	padding: 0 10px;
}
.service_box p, .news_box p {
	font-size: 12px;
	line-height: 20px;
}
.news_box h4 a {
	font-size: 14px;
	margin-top: 8px;
}
.news_box h4 {
	margin-bottom: 8px;
}
.home_news .news_box:nth-child(1) h4 a {
	width: 320px;
	left: 10px;
	bottom: 8px;
}
.news_box p {
	height: 60px;
}
.banner_box {
	padding: 60px 0;
}
ul.category li a {
	font-size: 14px;
}
}

/*—————————————————————————————————————— 响应式960 ————————————————————————————————*/

@media screen and (max-width: 960px) {
.content {
	padding: 20px 0
}
.nav {
	opacity: 1;
}
.w1200, .w_880 {
	width: 100%;
}
.slider_s {
	width: 100% !important;
	height: 300px !important;
	margin-top: 0;
}
.camera_next, .camera_prev {
	opacity: 1 !important;
}

.hide_100 {
	height: 100px;
}
li.has_sub ul, li.has_sub>a:after {
	display: none;
}
li.has_sub a {
	padding: 0;
}
.right_li span {
	padding: 8px 30px;
}
.right_li {
	float: none;
}
.camera_caption a {
	font-size: 12px !important;
}
.service_box {
	width: 50%;
}
.column3 .service_box {
	width: 100%;
}
.section_title>p {
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 12px;
}
.news_box {
	width: 50% !important;
	margin-bottom: 20px;
}
.home_news .news_box:nth-child(1) h4 a {
	width: auto;
}
.home_news .news_box {
	margin-bottom: 30px;
}
.banner_box p, .banner_box p.title {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}
.banner_box p.title {
	font-size: 14px;
}
.banner_box {
	padding: 40px 0;
}
.banner_box span a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.pic_box {
	width: 50%;
	padding: 0 4px;
	left: 0;
}
.pic_box p {
	font-size: 12px;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.other_pic {
	display: none;
}
ul.category li a {
	font-size: 11px;
}
ul.category li {
	padding-right: 20px;
}
ul.category li:after {
	left: 6px;
	font-size: 10px;
}
ul.category {
	margin-bottom: 20px;
}
.page li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
.page li {
	margin: 0
}
.page {
	height: 60px;
}
.banner_sub {
	min-height: 0;
	padding: 30px 0;
}
.contact_right, .contact_left {
	width: 100%;
}
.contact_left p {
	font-size: 12px;
}
.mix>img, .mix p {
	width: 100%;
	float: none;
}
.mix>img {
	margin-bottom: 20px;
}
.mix p, .mix h4, .mix h3, .mix h5 {
	padding: 0;
}
p.detail_title {
	font-size: 18px;
	line-height: 22px;
}
.for4 {
	width: 48%;
}

}
 @media screen and (max-width: 480px) {
.slider_s {
	height: 200px !important;
}
.service_box {
	width: 100%;
}
.news_box {
	width: 100%;
}
.nav>ul>li {
	line-height: 30px;
}
li.right_li {
	margin-top: 20px !important;
}
.news_box, .home_news .news_box {
	width: 100% !important;
	margin-bottom: 30px;
}
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

.links a{ float:left; display:block; width:33.3333%}
.h_tlt1 {
	width: 100%;
}
.h_tlt1 p {
	font-size: 24px;
	color: #515671;
	text-align: center;
}
.h_tlt1 span {
	display: block;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

/*我们的优势*/
.youshi_wrap {
	overflow: hidden;
	width: 100%;
	overflow-x: hidden;
	margin-left: 0;
}
.h_youshi {
	width: 100%;
	background: #fff;
}
.h_youshi_in {
	width: 100%;
	max-width: 95%;
	padding: 40px 0;
	margin: 0 auto;
}
.h_youshi_in ul {
	padding-top: 1px;
}
.h_youshi_in ul li {
	float: left;
	margin-right: 2%;
	width: 23%;
}
.h_youshi_in ul li:nth-child(4n) {
	margin-right: 0px;
}
.h_youshi_in ul li .icon {
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/ys1.png) center center no-repeat;
	background-size: cover;
	transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s;
	-o-transition: background;
}
.h_youshi_in ul li .icon2 span {
	background: url(../image/ys2.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .icon3 span {
	background: url(../image/ys3.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .icon4 span {
	background: url(../image/ys4.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li .tlt {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #2a333c;
}
.h_youshi_in ul li .tlt a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.h_youshi_in ul li p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
}
.h_youshi_in ul li:hover .icon {
	background: #02328d;
}
.h_youshi_in ul li:hover .icon1 span {
	background: url(../image/ys1a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon2 span {
	background: url(../image/ys2a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon3 span {
	background: url(../image/ys3a.png) center center no-repeat;
	background-size: cover;
}
.h_youshi_in ul li:hover .icon4 span {
	background: url(../image/ys4a.png) center center no-repeat;
	background-size: cover;
}
/*屏幕电脑*/
@media (max-width:1199px) {

.h_youshi_in {
	width: 95%;
	padding: 20px 0;
}
.h_youshi_in ul {
	padding-top: 20px;
}
/*小屏幕*/
@media (max-width:880px) {
.youshi_wrap {
}
.h_youshi_in ul li p {
	font-size: 12px;
	margin-top: 0;
}
.h_youshi_in ul {
	width: 96%;
	padding: 20px 2% 0;
}
.h_youshi_in {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 0;
}
.h_youshi_in ul li {
	width: 47%;
	margin-bottom: 10px;
	margin-right: 20px;
}
.h_youshi_in ul li:nth-child(2n) {
	margin-right: 0;
}
.h_youshi_in ul li .icon {
	width: 80px;
	height: 80px;
}
.h_youshi_in ul li .tlt {
	margin-top: 10px;
	font-size: 16px;
}

.products_list {

    border-top: 1px solid #ddd

}



.products_list .w50 {

    float: left;

    width: 50%;

    background-color: #fff

}



.products_list .imgcon {

    box-sizing: border-box;

    padding-left: 5%;

    padding-right: 5%

}



.products_list li {

    border-bottom: 1px solid #ddd;

    overflow: hidden;

    padding: 2rem 0

}



.products_list li:nth-child(even) .w50 {

    float: right

}



.products_list li:hover .bg {

    overflow: hidden

}



.products_list li:hover h3 {

    color: #fff

}



.products_list li:hover h3::after {

    background-color: #fff

}



.products_list li:hover .cont {

    background-color: #f08118

}



.products_list li:hover .cont dl {

    color: #fff

}



.products_list li:hover .cont dd::after {

    color: #fff

}



.products_list li:hover .cont .more {

    color: #fff;

    border-color: #fff

}



.products_list .cont {

    padding: 5% 7% 0;

    margin-bottom: 1rem

}



.products_list .cont h3 {

    font-size: 1.15rem;

    color: #333;

    line-height: 3;

    margin-bottom: 1.2rem

}



@media (max-width:768px) {

    .products_list .cont h3 {

        font-size: 1.04545455rem

    }

}



.products_list .cont h3::after {

    background-color: #f08118;

    display: block;

    content: "";

    width: 2rem;

    height: 4px

}



.products_list .cont dl {

    font-size: 16px;

    color: #666;

    line-height: 2

}



@media (max-width:640px) {

    .products_list .cont dl {

        font-size: 13px

    }

}



.products_list .cont dl dd {

    position: relative;

    padding-left: 1.5rem

}



.products_list .cont dl dd::after {

    color: #666;

    font-size: .95rem;

    content: "•";

    position: absolute;

    top: 0;

    left: 10px;

    line-height: 1.5

}



.products_list .cont .more {

    display: inline-block;

    color: #333;

    font-size: 16px;

    text-align: center;

    width: 6rem;

    line-height: 1.6rem;

    border: 1px solid #333;

    margin-top: 1.5rem;

    margin-bottom: 1rem

}



@media (max-width:640px) {

    .products_list .cont .more {

        font-size: 13px

    }

}



.products_list .cont .more.bg {

    background-color: #f08118;

    color: #fff;

    border-color: #f08118

}