﻿html,body {
	position: relative;	
} 
body{
    font-family:"思源黑体 CN",Arial,"Microsoft Yahei",sans-serif !important;
    padding: 0;
    color: #333;
    margin:0 auto; 
	background:#fff !important;  
	position: relative;
	font-weight: 300;
}
ul{
	margin: 0 !important;
	padding: 0;
}
li{
	list-style: none;
}
.hidden,.hid{
	display: none;
}
.no-visible{ visibility: hidden; }
.m-hidden{ }/* 只在手机端隐藏 */
a:hover{
	text-decoration:none !important;
}
.container{
	position: relative;
}
.clearboth{ clear: both;}
*:focus { outline: none;}

.bolder{ font-weight: bolder;}
.strong{ font-weight: bolder; font-size: 24px;}
.ltr{ direction: ltr; unicode-bidi: bidi-override; }
.rtl{ direction: rtl; unicode-bidi: bidi-override;}
.ali_font_reverse{ display: inline-block; transform: rotate(180deg); }
.pagination a{ color: #ddd; transition: 0.4s; }
.pagination a:hover{ color: #ec2b2d; }
.overflow{ overflow: hidden;}
.inner_container{ width: 1200px; margin: 0px auto;}
.main_theme{ color: #ec2b2d;}
.more{ display: block; }

.top{ height: 200px;}
.top>.inner_container{ overflow: hidden; }
.top_left{ float: left; background-color: #fff; line-height: 140px; height: 140px; }
.logo{}
.logo:hover img{ -webkit-animation: swing 1s .2s; }
.top_right{ float: right; }
.top_icon_list{ overflow: hidden; display: table; margin-top: 43px!important; }
.top_icon_list li{ display: inline-block; margin-left: 36px; overflow: hidden; }
.top_icon_list li:first-child{ margin-left: 0px; }
.top_icon_list li>div{ float: left; }
.top_icon_left{ 
	border: 1px solid #ec2b2d; 
	width: 53px; 
	height: 53px; 
	text-align: center; 
	line-height: 53px; 
	margin-right: 5px;
}
.top_icon_left .iconfont{ font-size: 20px; line-height: 20px;  color: #ec2b2d; }
.top_icon_right{ color: #888; line-height: 26px; }
.top_icon_right>span{ font-weight: 500; display: block; color: #000; }
.wrap_nav{ height: 60px; background-color: #36404b; }
.wrap_nav .inner_container{ position: relative; }
.top .nav{ display: table; float: left; }
.top .nav>li{ line-height: 60px;  display: inline-block; position: relative; float: left; }
.top .nav>li>a{ 
	width: 96px;
	height: 60px; 
	text-align: center; 
	color: #fff; 
	font-size: 16px; 
	padding: 0px;
	transition: 0.4s;
}
.top .nav>li:hover>a,.top .nav>li.active>a{ background-color: #ec2b2d; }
.nav_submenu{
	display: block;
    opacity: 0;
    visibility: hidden;
	transform: translateY(30px);
	transition: 0.3s;
	background-color: #36404b;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 2;
}
.nav_submenu>li{ min-width: 130px; text-align: center; line-height: 50px; }
.nav_submenu>li>a{ color: #fff!important; font-size: 16px; display: block; transition: 0.3s;}
.top .nav>li:hover>.nav_submenu{ opacity: 1; visibility: visible; transform: translateY(0px); }
.nav_submenu>li:hover>a{ background-color: #ec2b2d; }

.wrap_search{ 
	height: 60px; 
	line-height: 60px;
	float: right;
	position: relative;
	color: #fff;
 }
 .wrap_search:after{ 
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-width: 0 0 60px 27px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color:#ec2b2d;
	width: 140px;
	height: 60px;
	transition: 0.4s;
}
.wrap_search:hover::after{ width: 232px; border-width: 0 0 60px 13px; }
.wrap_search form{ height: 60px; position: relative; z-index: 1; padding: 0 15px 0 5px; overflow: hidden; }
.btn_search{ 	
	width: 20px;
	height: 20px;
	background: url("/images/icon_search.png") center center no-repeat;
	border: none; 
	display: block; 
	float: left;
	margin-top: 20px;
	margin-right: 5px;
}
.input_search{ 
	width: 0px; 
	height: 30px; 
	line-height: 30px; 
	float: left; 
	border: none; 
	background: none; 
	font-size: 14px; 
	color: #fff;
	padding: 0px 5px;
	margin-top: 15px;
	margin-right: 5px;
	transition: 0.4s;
}
.input_search::-webkit-input-placeholder { /* WebKit browsers */
	color: #e9e9e9;
	font-size: 16px;
	font-weight: 300;
}  
.input_search::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #e9e9e9;
	font-size: 16px;
	font-weight: 300;
}
.input_search:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #e9e9e9;
	font-size: 16px;
	font-weight: 300;
}  
.input_search:focus{ }
.wrap_search:hover .input_search{ width: 140px; }
.search_text{ 
	width: 64px; 
	transition: 0.4s; 
	font-size: 16px; 
	position: relative; 
	z-index: 1; 
	float: left; 
	transition: 0.4s;
	opacity: 1;
}
.wrap_search:hover .search_text{ opacity: 0; width: 0px; }
.search_text::after{ 
	content: "..."; 
	display: inline-block; 
	letter-spacing: 3px;
	padding-left: 5px;
	-webkit-animation: dotdotdot 5s infinite both;
    -moz-animation: dotdotdot 5s infinite both;
}


.sidemenu{ float: left; font-size: 30px; color: #ec2b2d; margin-left: 55px; position: relative; display: none;}
.sidemenu_container{ 
	position: absolute; 
	top: 60px; 
	right: 0px; 
	width: 0px; 
	background-color: #ec2b2d;
	opacity: 0.9;
	transition: 0.8s;
	z-index: 11;
}
.sidemenu_container.on{ width: 150px; }
.sidemenu_container.on .side_nav{ display: block;}
.sidemenu_container .side_nav{ display: none;}
.side_nav{ width: 150px; line-height: 30px; text-align: center;}
.side_nav>li:hover{ background-color: #fff; }
.side_nav>li:hover>a{color: #ec2b2d;}
.side_nav li a{ color: #fff; font-size: 14px; } 
.side_nav li a:hover{   }
.side_nav>li>ul{ display: none; background-color: #ec2b2d;}
.side_nav>li.on{ background-color: #fff;}
.side_nav>li.on>a{ color: #ec2b2d;}
.side_nav>li.on>ul{ background-color: #fff; }
.side_nav>li.on>ul>li:hover{ background-color: #ec2b2d;}
.side_nav>li.on>ul>li:hover>a{ color: #fff;}
.side_nav>li.on>ul>li>a{ color: #ec2b2d; }
.side_nav>li>ul>li>a{ font-size: 14px;}

.sidemenu span,.search .iconfont{ cursor: pointer; }

.footer{ 
	height: 397px; 
	background: url("/images/footer_bg.png") center no-repeat; 
	background-size: cover; 
	overflow: hidden;
	color: #fff;	
}
.footer_left{ float: left; display: table; }
.bottom_logo{ margin-top: 24px; margin-left: 104px;}
.footer_nav>li>a:hover{ color: #ec2b2d; }
.footer_contact{ font-size: 16px; margin: auto; margin-top: 40px;}
.footer_contact p{ margin-bottom: 5px; line-height: 28px;}
.footer_contact p .iconfont{ color: #ec2b2d; }
.footer_right{ float: right; }
.footer_nav{ display: flex; margin-top: 97px!important;}
.footer_nav li{ text-align: center;}
.footer_nav li a{ color: #fff; transition: 0.6s; }
.footer_nav>li>a{ font-size: 16px;}
.footer_nav>li:nth-child(n+2){ margin-left: 30px;}
.foot_qrcode{ 
	width: 144px;
	float: right;
	line-height: 36px;
	text-align: center;
	margin-top: 85px;
	margin-right: 35px;
}
.copyright{ background-color: black; line-height: 75px; color: #fff; font-size: 16px; text-align: center;}
.copyright a,.copyright a:hover{ color: #fff; font-size: 16px;}

@media (max-width: 768px){
	.footer{ padding-top: 0px; height: auto;}
	.inner_container{ width: 100%; }
	.top{ height: 60px; line-height: 60px;}
	.top>.inner_container{ overflow: auto; }
	.top_left{ height: 60px; line-height: 60px; }
	.logo{ float: left; margin-left: 10px;}
	.logo img{ height: 40px; width: auto; }	
	.top .nav{ display: none;}
	.side_link{display: none;}
	.wrap_search{ display: none; }
	.sidemenu{ font-size: 24px; padding-right: 20px; display: block; }
	.sidemenu_container{}
	.sidemenu_container.on{ width: 150px; }
	.top_icon_list{ display: none; }
	.wrap_nav{ display: none; }

	.index_nav{ height: 60px; position: relative; display: block;}
	.index_footer{ position: relative; height: auto;}
	
	.footer_left{ display: block; float: none; }
	.footer_nav{ display: none; }
	.footer_right{ width: 100%; margin-left: 0px; }
	.footer_right>div:first-child{ text-align: center; }
	.bottom_logo{ padding: 0px; text-align: center; margin-left: 0px; }
	.bottom_logo img{ width: 90%; height: auto; }
	.footer_contact{ padding: 0px 15px; display: table; font-size: 14px; }
	.copyright{ line-height: 30px; font-size: 14px; }
	.copyright span{ width: 100%; display: block; }
	.copyright a{ font-size: 14px; }
	.foot_qrcode{ float: none; margin: 20px auto; overflow: hidden; }

	.m-hidden{ display: none; }/* 只在手机端隐藏 */
}

.index_banner{}
.index_banner img{ width: 100%; height: auto; }
.index_banner .swiper-pagination-bullet{ background-color: #ddd; }

/* 幻灯片样式 */
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 1;
	margin-left: -75px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin:0 5px;
	width: 40px;
	height: 3px;
	line-height: 14px;
	text-align: center;
	background: #999;
	cursor: pointer;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li a .bdimg{
	background-size: cover !important;
}

@media (max-width: 768px){
	.slideBox .bd{ height: auto; }
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.divContent{
	height: 450px;
}
.underhd li a img,.underhd li img{
    width: 100%;
    height: auto;
}
.underhd li a img:hover{
    opacity: 1;
}

.wrap_title{ text-align: center; position: relative; }
.wrap_title::before{ 
	width: 673px; 
	height: 1px;
	content: "";
	position: absolute; 
	top: 21px; 
	left: 0px;
	right: 0px;
	margin: 0px auto; 
	background-color: #ec2b2d; 
}
.index_subtitle{ font-size: 14px; line-height: 14px; margin-top: 12px; color: #999; text-transform: uppercase;}
.index_title{ 
	width: 184px; 
	font-size: 24px; 
	line-height: 44px; 
	color: #fff; 
	background-color: #ec2b2d;
	margin: 0px auto;
	position: relative;
	font-weight: bold;
}
.index_title::before,.index_title::after{
	width: 19px;
	height: 44px;
	content: ""; 
	display: block;
	position: absolute; 
	top: 0px;  
	border-color: transparent;	
	border-style: solid;
}
.index_title::before{ left: -19px; border-width: 0 1px 44px 19px; border-bottom-color: #ec2b2d;}
.index_title::after{ right: -19px; border-width: 44px 19px 0 1px; border-top-color: #ec2b2d;}
.wrap_sep_line{ 
	width: 36px; 
	height: 1px; 
	background-color: #ec2b2d; 
	margin: 12px auto;	
	margin-bottom: 15px;
}
.index_slogan{ margin-top: 16px; line-height: 24px; font-size: 16px; }


.wrap_inner_title{ 
	text-align: center; 
	overflow: hidden; 
	background: url("/images/map.png") top center no-repeat;
	position: relative;
}
.inner_title{ 
	font-size: 30px; 
	line-height: 30px; 
	display: table; 
	margin: auto; 
	margin-top: 37px;
	position: relative;
	z-index: 1;
	font-weight: 400;
}
.wrap_inner_sep_line{ 
	width: 36px; 
	height: 4px; 
	border-radius: 2px;
	background-color: #ec2b2d; 
	margin: auto; 
	margin-top: 7px; 
}
.inner_subtitle{ 
	width: 100%;
	text-align: center;
	position: absolute; 
	font-size: 24px; 
	line-height: 24px;
	color: #eee; 
	text-transform: uppercase;
	top: 28px;
	left: 0px;
}


.wrap_more{ text-align: center;}
.btn_more{ 
	width: 134px; 
	height: 39px; 
	line-height: 39px; 
	display: inline-block;
	font-size: 14px;
	color: #fff!important;
	background-color: #36404b;
	text-indent: 20px;
	text-align: left;
	position: relative;
	transition: 0.3s;
}
.btn_more:hover{ background-color: #ec2b2d; }
.btn_more::after{ 
	width: 48px; 
	display: block;
    content: '';
	border-width: 0 0 39px 20px;
	border-style: solid;
	border-color: transparent;
    border-bottom-color: #ec2b2d;
	position: absolute;
    right: 0;
	bottom: 0;
	transition: 0.3s;	
}
.btn_more:hover::after{ border-bottom-color: #36404b; }
.btn_more .iconfont{ position: absolute; right: 9px; top: 0px; line-height: 39px; z-index: 1; }

@media (max-width: 768px){
	.index_subtitle,.inner_subtitle{ }
	.index_title,.wrap_inner_title .index_title{ font-size: 20px;}
	.index_slogan{ font-size: 14px; }
	
	.inner_title{ font-size: 24px; } 
	.btn_more{ width: 110px; height: 30px; line-height: 29px; font-size: 14px; text-indent: 15px; }
	.btn_more::after{ width: 40px; border-bottom-width: 30px; }
	.btn_more .iconfont{ line-height: 30px; right: 4px; }
}


/* 产品展示 */
.wrap_product{ 
	overflow: hidden; 
	height: 1076px; 
	background: url("/images/product_bg.png") center no-repeat;
	background-size: cover;
}
.wrap_product .wrap_title{ margin-top: 40px;}

.product_list{ 
	overflow: hidden; 
	margin-top: 31px; 
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap;
}
.product_item{ width: 384px; background-color: #fff;  margin-bottom: 41px; overflow: hidden; transition: 0.6s;}
.product_item:hover{ background-color: #ec2b2d;}
.product_img{}
.product_img img{width: 384px; height: 291px;}
.product_title{ color: #333; overflow: hidden; position: relative;}
.product_title h3{ margin-top: 14px; margin-bottom: 4px; float: left; line-height: 24px;}
.product_title .iconfont{ 
	float: right; 
	font-size: 24px; 
	color: #fff; 
	position: absolute; 
	top: 15px; 
	right: 24px;
}
.product_title,.product_summary{ padding: 0px 17px; line-height: 21px;}
.product_summary{ font-size: 14px; height: 44px; color: #666; margin-bottom: 11px;}
.product_item:hover .product_title,.product_item:hover .product_summary{ color: #fff;}

.wrap_product .wrap_more{ }
@media (max-width: 768px){
	.wrap_product{ height: auto;}
	.product_list{ justify-content: space-around;}
	.product_list a{ width: 46%;}
	.product_item{ width: 100%; }
	.product_title{  }
	.product_title h3{ font-size: 18px; }
	.product_img{ height: 131px; overflow: hidden; }
	.product_img img{ width: 100%; height: auto;}
	.product_summary{ height: 100px; line-height: 18px; margin-top: 10px;}
	.wrap_product .wrap_more{ margin-bottom: 20px;}
}
/* 产品展示 结束 */


/* 公司优势 */
.wrap_advantage{ overflow: hidden; }
.wrap_advantage .wrap_title{ margin-top: 43px;}
.wrap_advantage_content{ 
	height: 631px; 
	background: url("/images/advantage_bg.png") center no-repeat; 
	background-size: cover;
	margin-top: 26px;
}
.advantage_list{ height: 520px; background-color: #fff; overflow: hidden;}
.advantage_item{ width: 50%; height: 260px; float: left; border-top: 1px solid #ddd;}
.advantage_item:hover{ box-shadow:0px 0px 15px #ddd;}
.advantage_item:nth-child(odd){ border-right: 1px solid #ddd; }
.advantage_title{ 
	width: 492px; 
	line-height: 58px; 
	font-size: 24px; 
	font-weight: bolder;
	text-indent: 40px; 
	margin-top: 32px;
}
.advantage_item:hover .advantage_title{ background-color: #ec2b2d;}
.advantage_item:hover .advantage_title,.advantage_item:hover .advantage_title span,
.advantage_item:hover .advantage_title .iconfont{ color: white; }
.advantage_title span{ color: #ec2b2d;}
.advantage_title .iconfont{ font-size: 26px; color: #ec2b2d; margin-right: 15px;}
.advantage_summary{ font-size: 16px; line-height: 22px; padding: 40px;}
.advantage_content_bottom{ 
	height: 111px; 
	background-color: #ec2b2d; 
	display: flex; 
	justify-content: space-between;
	color: #fff;
}
.advantage_bottom_left{ margin-left: 40px;}
.advantage_bottom_left h3{ margin-bottom: 17px;}
.advantage_bottom_left ul li{ 
	display: inline-block; 
	font-size: 16px; 
	line-height: 16px;
	background: url("/images/icon_correct.png") left no-repeat;
	text-indent: 20px;
}
.advantage_bottom_left ul li:nth-of-type(2){ margin-left: 13px; }
.advantage_bottom_mid{ 
	margin-top: 35px; 
	line-height: 14px; 
	text-indent: 48px;  
	background: url("/images/icon_tel.png") left 4px no-repeat;
}
.advantage_bottom_mid h3{ margin-top: 6px;}
.btn_msg{ 
	display: inline-block; 
	width: 130px; 
	line-height: 38px; 
	color: #ec2b2d; 
	background-color:#fff;
	font-size: 14px;
	text-align: center;
	border-radius: 38px;
	margin-top: 36px;
	margin-right: 69px;
}
.btn_msg:hover{ color: #ec2b2d;}
@media (max-width: 768px){
	.wrap_advantage_content,.advantage_list{ height: auto; }
	.advantage_item{ width: 100%; height: auto; }
	.advantage_item:nth-last-child(1){ border-bottom: 1px solid #ddd;}
	.advantage_title{ width: 100%; }
	.advantage_summary{ padding: 20px 15px; }

	.advantage_content_bottom{ display: none; }
}
/* 公司优势 结束 */
	

/* 首页公司简介 */
.wrap_about{ 
	overflow: hidden;
	height: 1266px; 
	background: url("/images/about_bg.png") center no-repeat;
	background-size: cover;
}
.wrap_about .wrap_title{ margin-top: 56px; color: #fff!important;}
.about_img{ position: relative; margin-top: 28px; }
.about_img img{  }
.wrap_data{ 
	background-color: #ec2b2d; 
	display: flex; 
	transform: translateY(-52px);
	padding: 26px 0px;
}
.wrap_data_item{ 
	width: 33.33%; 
	height: 100px; 
	border-right: 1px dashed #fff; 
	text-align: center; color: #fff; 
	font-size: 18px;
	font-weight: 300;
}
.wrap_data_item:last-child{ border: none; text-align: center; }
.wrap_data_item>.count{ 
	padding-bottom: 19px; 
	font-size: 72px; 
	line-height: 55px; 
	position: relative; 
	display: table; 
	margin: 0px auto;
}
.wrap_data_item>.count>span{ 
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #36404b; 
	display: block; position: absolute; 
	right: -20px; 
	top: 0px;
	font-size: 18px;
	border-radius: 16px;
}

.wrap_about_content{ overflow: hidden;  }/* margin-top: 34px; */
.wrap_about_title{ 
	display: table; 
	margin: 0px auto; 
	font-size: 24px; 
	line-height: 24px;
	padding: 0px 24px; 
	position: relative; 
	color: #fff;
}
.wrap_about_title::before,.wrap_about_title::after{ 
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	width: 205px;
	height: 1px;
	background-color: #fff;
 }
 .wrap_about_title::before{ left: -229px;}
 .wrap_about_title::after{ right: -229px;}

.about_summary{ 	
	font-size: 18px; 
	line-height: 42px; 
	padding: 0px 20px;
	text-indent: 36px;
	color: #fff;
	margin-top: 14px;
}
.wrap_about .wrap_more{ text-align: right; }
.wrap_about .wrap_more a{ }


.test{ content: "1"; display: block; color: #fff; }
@media (max-width: 768px){
	.wrap_about{ height: auto; }
	.wrap_about .wrap_title{ margin-top: 30px; }
	.about_img img{ width: 100%; height: auto; }
	.wrap_data{ transform: translateY(-22px); padding: 15px 0px; }
	.wrap_data_item{ font-size: 14px; height: 86px; }
	.wrap_data_item>.count{ font-size: 30px; line-height: 24px; }
	.wrap_data_item>.count>span{ font-size: 12px; width: 18px; height: 18px; line-height: 18px; right: -15px; }
	.about_text{ width: 100%;}
	.about_summary{ 
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 28px;
		font-size: 14px;
	}
	.wrap_about .wrap_more{ padding-right: 15px; margin: 20px 0px; }
}
/* 首页公司简介 结束 */


/* 新闻资讯 */
.wrap_news{ overflow: hidden; }
.wrap_news .wrap_title{ margin-top: 63px;}
.wrap_news_content{ 
	margin-top: 22px; 
	margin-bottom: 52px; 
	overflow: hidden; 
	display: flex; 
	justify-content: space-between; 
}
.news_list{  }
.news_img{ width: 387px; height: 291px; position: relative; overflow: hidden; }
.news_img img{ width: 387px; height: 291px; }
.news_img_layer{ 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	transition: 0.6s; 
	background-color: rgba(0, 0, 0, 0.7);
	top: -100%;
	left: 0px;
	color: #fff;
}
.news_img:hover .news_img_layer{ top: 0px; }
.news_img_layer>.news_title{ font-size: 16px; line-height: 26px; padding: 0px 64px; margin-top: 47px; }
.news_img_layer>.news_summary{ margin-top: 27px; font-size: 14px; line-height: 24px; padding: 0px 40px;}
.news_img_layer>.news_date{ 
	position: absolute; 
	bottom: 14px; 
	right: 9px; 
	font-size: 16px; 
	color: #fff; 
	line-height: 16px;
}

.wrap_news_header{ margin-top: 22px; font-size: 18px; line-height: 18px; text-align: center;}
.news_header_title{ 
	position: relative; 
	display: table; 
	margin: 0px auto; 
	padding: 0px 9px; 
	color: #333; 
	font-weight: bold;
}
.news_header_title::before, .news_header_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 33px;
    height: 2px;
	background-color: #333;
}
.news_header_title::before{ left: -42px; }
.news_header_title::after{ right: -42px; }
.news_header_subtitle{ text-transform: uppercase; margin-top: 11px; color: #999; font-family: "Georgia"; }

.news_list ul{ padding-right: 15px; margin: auto!important; margin-top: 9px!important;}
.news_list ul li{ line-height: 45px; border-bottom: 1px dashed #999; }
.news_list ul li a{ 
	color: #333; 
	display: inline-block; 
	transition: 0.4s; 
	font-size: 14px; 
	font-weight: 400; 
	width: 78%;
}
.news_list ul li:hover a{ color: #ec2b2d; }
.news_list ul li .news_date{ font-size: 14px; display: inline-block; color: #999; width: 20%; text-align: right;}


@media (max-width: 768px){
	.news_list ul{ width: 96%; }
	.wrap_news_content{ margin-bottom: 0px; }
	.news_content_left{ width: 100%; height: auto; }
	.news_text{ width: 100%; }
	.news_content_left{ float: none; }
	.news_content_left .news_list ul{ margin-top: 0px!important; margin-bottom: 25px!important; }
	.news_content_right{ width: 100%; float: none; margin: 20px auto; }
}
/* 新闻资讯 结束 */


/* 产业集群 */
.wrap_Industry{  
	overflow: hidden;
	height: 1441px; 
	background: url("/images/industry_bg.png") center no-repeat;
	background-size: cover;
}
.wrap_Industry .wrap_title{ margin-top: 57px; }
.wrap_Industry .wrap_more{ margin-top: 18px; }
.wrap_Industry .wrap_more .more{ color: #ec2b2d!important; font-size: 16px; }
.industry_list{ 
	overflow: hidden; 
	margin-top: 24px; 
	margin-bottom: 27px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.industry_item{ margin-bottom: 20px; }
.industry_img{ width: 391px; height: 292px; position: relative; overflow: hidden; }
.industry_img img{ width: 391px; height: 292px; }
.industry_layer{ 
	position: absolute; 
	top: -100%; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: space-between;
	padding-top: 30%;
	padding-left: 25%;
	padding-right: 25%;
}
.industry_layer a{ 
	display: block; 
	width: 65px; 
	height: 65px; 
	border-radius: 50%; 
	border: 1px solid #fff;  
	text-align: center;
	line-height: 65px;
	color: #fff;
	transition: 0.3s;
}
.industry_layer a:hover{ background-color: #ec2b2d; }
.industry_layer a .iconfont{ font-size: 20px; }
.industry_title{ line-height: 67px; background-color: #fff; text-align: center; transition: 0.3s; }
.industry_title a{ color: #000; font-size: 24px; transition: 0.3s; font-weight: 400; }
.industry_item:hover .industry_layer{ top: 0px; }
.industry_item:hover .industry_title{ background-color: #ec2b2d; font-weight: 400; }
.industry_item:hover .industry_title a{ color: #fff; }

@media (max-width: 768px){
	.wrap_Industry{ height: auto; }
	.industry_list{ justify-content: space-around; }
	.industry_item{ width: 150px; }
	.industry_img{ width: 150px; height: 112px; }
	.industry_img img{ width: 150px; height: 112px; }
	.industry_layer{ visibility: hidden; }
	.industry_title{ line-height: 32px; }
	.industry_title a{ font-size: 14px; }
}
/* 产业集群 结束 */


/* wrap_banner_ad */
.wrap_banner_ad{ 
	height: 150px;  
	overflow: hidden;
	background: url("/images/contact_bg.png") center no-repeat;
	background-size: cover;
	color: #fff;
	font-weight: 400;
}
.wrap_banner_ad>.inner_container>div{ float: left; }
.banner_ad_slogan{ font-size: 24px; line-height: 24px; margin-left: 26px; }
.banner_ad_slogan h2{ margin-top: 43px; margin-bottom: 13px; text-align: center; }
.banner_ad_tel{ font-size: 24px; margin-left: 145px; margin-top: 56px; }
.banner_ad_tel .iconfont{ font-size: 45px; vertical-align: sub; margin-right: 8px; line-height: 45px; }
.banner_ad_tel span{ font-size: 28px; font-style: italic; font-weight: bold; }
.banner_ad_qrcode{ text-align: center; margin-left: 141px; margin-top: 19px; line-height: 30px; }
@media (max-width: 768px){
	.wrap_banner_ad{ display: none; }
}
/* wrap_banner_ad end */


/* 招商合作 */
.wrap_cooperation{
	overflow: hidden;
	background: url("/images/merchants_1154_4721.png") bottom 49px right no-repeat;
}
.wrap_cooperation .wrap_title{ margin-top: 47px; }
.cooperation_list{ margin-top: 58px; width: 794px; overflow: hidden; background-color: #fff; padding: 0px 20px;  }
.cooperation_item{ width: 50%; height: 204px; float: left; border-bottom: 1px solid #cacaca; }
.cooperation_item:nth-of-type(odd){ border-right: 1px solid #cacaca; }
.cooperation_item:nth-of-type(n+5){ border-bottom: none; }
.cooperation_item .iconfont{ display: block; font-size: 56px; color: #ec2b2d; margin: 71px 22px 0px 21px; float: left; }
.cooperation_text{ float: left; }
.cooperation_title{ 
	margin-top: 48px; 
	text-align: center; 
	font-size: 20px; 
	line-height: 20px; 
	font-weight: bold; 
	transition: 0.3s;
	color: #333;
}
.cooperation_item:hover .cooperation_title{ color: #ec2b2d; }
.cooperation_summary{ color: #666; line-height: 24px; margin-top: 16px; text-align: center; }

.wrap_cooperation .wrap_more{ margin-top: 10px; text-align: left; padding-left: 20px; }

@media (max-width: 768px){
	.cooperation_list{ width: 100%; margin-top: 30px;}
	.cooperation_item{ height: auto; padding-bottom: 10px; }
	.cooperation_item .iconfont{ display: none; }
}
/* 招商合作 结束 */


/* 服务中心 */
.wrap_service{ overflow: hidden; }
.wrap_service .wrap_title{ margin-top: 118px; }
.service_list{ background-color: #f3f3f3; padding: 18px; overflow: hidden; margin-top: 72px; margin-bottom: 55px; }
.service_item{ 
	width: 388px; 
	height: 208px; 
	float: left; 
	text-align: center; 
	background-color: #fff; 
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	overflow: hidden;
}
.service_item:nth-of-type(n+7){ border-bottom: none; }
.service_item:nth-of-type(3n){ border-right: none; }
.service_img{ margin: 15px auto; width: 76px; height: 76px; }
.service_title{ color: #000; font-size: 18px; line-height: 18px; font-weight: 400;}
.service_summary{ color: #666; line-height: 18px; margin-top: 23px; }
.service_item .wrap_more{ line-height: 208px; }
.service_item .wrap_more .more{ color: #ec2b2d!important; font-weight: 400; }
@media (max-width: 768px){
	.wrap_service .wrap_title{ margin-top: 48px; }
	.service_list{ margin-top: 20px; margin-bottom: 0px; }
	.service_item{ width: 50%; height: auto; }
	.service_summary{ height: 106px; overflow: hidden; }
	.service_item:nth-of-type(2n){ border-right: none; }
	.service_item:nth-of-type(3n){ border-right: 1px solid #e8e8e8; }
	.service_item:nth-of-type(n+7){ border-bottom: 1px solid #e8e8e8; }
}
/* 服务中心 结束 */


/* 品牌商户 */
.wrap_brand{
	height: 572px;  
	overflow: hidden;
	background: url("/images/brand_bg.png") center no-repeat;
	background-size: cover;
}
.wrap_brand .wrap_title{ margin-top: 37px; }
.brand_list{ overflow: hidden; margin-top: 40px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.brand_item{ width: 283px; }
.brand_img{ 
	border: 2px solid #ec2b2d; 
	overflow: hidden;
    position: relative;
    clear: both;
    padding-top: 74.55%;
}
.brand_img img{ 
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    transition: 0.6s;
}
.brand_title{ color: #333; font-size: 16px; text-align: center; line-height: 24px; margin-top: 12px; }
.wrap_brand .wrap_more{ text-align: right; margin-top: 33px; margin-bottom: 29px; }

@media (max-width: 768px){
	.wrap_brand{ height: auto; }
	.brand_list{ justify-content: space-around; }
	.brand_item{ width: 46%; margin-bottom: 20px;}
	.wrap_brand .wrap_more{ margin-top: 0px; padding-right: 2%; }
}
/* 品牌商户 结束 */


/* 友情链接 开始 */
.friend_site { width: 100%; overflow: hidden;}
.friend_site>div{  width: 1200px; margin: 32px auto;}
.friend_site>div>span{ font-size: 18px; margin-right: 19px; font-weight: bolder; color: #000;}
.friend_site a{ color: #999; font-size: 16px; margin-right: 5px;}
@media (max-width: 768px)
{
	.friend_site{display: none;}
}
/* 友情链接 结束 */


/* 内页 */
.inner_banner img{
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}

.inner_nav{ overflow: hidden; max-width: 196px; position: fixed; top:40%; left: 87px; }
.inner_nav_list{ display: table; margin: 0px auto!important; }
.inner_nav_list a{}
.inner_nav_list a::after{ 	
	content: ""; 
	width: 1px;
	height: 100px; 
	display: block; 
	float: right;
	background: url("/images/inner_nav_sep.png") no-repeat;
}
.inner_nav_list a:last-child::after{ display: none;}
@media (max-width: 768px)
{
	.inner_nav{ display: none;}
}


/* 内页 关于我们 */
.wrap_company_profile{ overflow: hidden; }
.wrap_company_profile .wrap_inner_title{ }
.company_profile_content{ margin-top: 33px; margin-bottom: 58px; }
.company_profile_summary{ 
	font-size: 18px;
	line-height: 36px;
	margin-top: 32px;
	padding: 0px 25px;
	font-weight: 400;
}

.wrap_company_culture .wrap_inner_title{ padding-bottom: 98px; }
.company_culture_content{ 
	height: 1266px;  
	overflow: hidden;
	background: url("/images/inner_culture_bg.png") center no-repeat;
	background-size: cover;	
}
.company_culture_list{ 
	width: 1200px;
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap;
	margin: auto;
	margin-top: 48px;
} 
.company_culture_item{ 
	width: 280px;
	height: 365px; 
	background-color: #fff; 
	border-radius: 12px; 
	padding-top: 43px; 
	margin-bottom: 23px;
	text-align: center;
	transition: 0.4s;
	box-shadow: 0px 2px 8px #ddd;
}
.company_culture_item:hover{ background-color: #ec2b2d; color: #fff!important; }
.company_culture_item .iconfont{ font-size: 53px; line-height: 53px; color: #ec2b2d; }
.company_culture_title{ font-size: 24px; line-height: 24px; margin-top: 24px; font-weight: 400; }
.company_culture_sep_line{ width: 36px; height: 3px; border-radius: 2px; margin: 16px auto; background-color: #333; }
.company_culture_subtitle{ font-size: 13px; color: #666; text-transform: uppercase; line-height: 13px; }
.company_culture_summary{ color: #666; font-size: 16px; line-height: 24px; margin-top: 61px; }
.company_culture_item:hover .iconfont,.company_culture_item:hover .company_culture_title,
.company_culture_item:hover .company_culture_subtitle,.company_culture_item:hover .company_culture_summary{ color: #fff; }
.company_culture_item:hover .company_culture_sep_line{ background-color: #fff; }


.wrap_connotation{ overflow: hidden; }
.connotation_header{ 
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-indent: 12px;
	background: url("/images/culture_header.png") left no-repeat;
	margin-top: 36px;
}
.connotation_content{ padding: 0px 25px; margin-bottom: 41px; }
.connotation_content p{ font-size: 20px; line-height: 30px; margin-top: 15px; }
.connotation_content p b{ font-size: 24px; }

.wrap_service_culture{ overflow: hidden; }
.service_culture_header{ 
	background-color: #ec2b2d; 
	text-transform: uppercase; 
	text-align: center; 
	font-size: 24px;
	line-height: 80px;
	color: #fff;
	font-weight: 400;
}
.service_culture_content{ 
	width: 80%; 
	margin: auto; 
	margin-top: 42px;  
	margin-bottom: 28px;
	overflow: hidden; 
}
.service_culture_text{ float: left; width: 50%; }
.service_culture_text p{ font-size: 18px; line-height: 30px; color: #666; margin-bottom: 15px; }
.service_culture_text p span{
	line-height: 24px;
	font-size: 24px; 
	font-weight: bold; 
	color: #333; 
	padding-left: 26px;  
	background: url("/images/icon_service_culture.png") left center no-repeat;
}

.wrap_park_layout{ overflow: hidden; background-color: #f6f6f6; }
.wrap_park_layout .wrap_inner_title{ padding-bottom: 49px;}
.park_layout_list{ overflow: hidden; height: 760px; }
.park_item{ width: 591px; height: 344px; box-shadow: 0px 2px 8px #ddd;}
.park_item img{ width: 591px; height: 291px; }
.park_title{ 
	line-height: 53px; 
	text-align: center; 
	font-size: 18px; 
	background-color: #fff; 
	transition: 0.4s; 
	color: #333;
}
.park_item:hover .park_title{ background-color: #ec2b2d; color: #fff; }
@media (max-width: 768px)
{
	.wrap_company_profile{}	
	.company_profile_content img{ width: 100%; height: auto; }
	.company_profile_summary{ font-size: 14px; }

	.company_culture_content{ height: auto; }
	.company_culture_list{ width: 100%; justify-content: space-around; }
	.company_culture_item{ width: 46%; height: 325px; }
	.company_culture_title{ font-size: 18px; }
	.company_culture_summary{ margin-top: 15px; font-size: 14px; }

	.connotation_content p{ font-size: 14px; line-height: 24px; }
	.connotation_content p b{ font-size: 18px; }

	.service_culture_text{ width: 100%; }
	.service_culture_text p{ font-size: 14px; line-height: 24px; }
	.service_culture_text p span{ font-size: 18px; line-height: 18px; }

	.park_layout_list{ height: 460px; }
	.park_item{ height: 211px; }
	.park_item img{ width: 320px; height: 158px; }
}
/* 内页 关于我们 结束 */


/* 内页 招商合作 */
.wrap_inner_cooperation{ overflow: hidden; }
.wrap_inner_cooperation .wrap_inner_title{ padding-bottom: 40px; margin-top: 40px;}
.wrap_inner_cooperation img{ width: 100%; height: auto; }
.inner_cooperation_list{ margin-top: 35px; margin-bottom: 50px; overflow: hidden; padding-bottom: 3px; }
.inner_cooperation_list .cooperation_item{ border: none; width: 33.33%; box-shadow: 0px 3px 2px #eee; transition: 0.4s; }
.inner_cooperation_list .cooperation_item:hover{ background-color: #ec2b2d; }
.inner_cooperation_list .cooperation_item:hover .iconfont,
.inner_cooperation_list .cooperation_item:hover .cooperation_title,
.inner_cooperation_list .cooperation_item:hover .cooperation_summary{ color: #fff; }
@media (max-width: 768px)
{
	.inner_cooperation_list .cooperation_item{ width: 50%; }
	.cooperation_summary{ height: 168px; }
}
/* 内页 招商合作 结束 */


/* 内页 产业集群 */
.wrap_inner_Industry{ overflow: hidden; }
.wrap_inner_Industry .wrap_inner_title{ margin-top: 35px; padding-bottom: 41px; }
.wrap_inner_Industry .industry_list{ margin-top: 0px; }
/* 内页 产业集群 结束 */


/* 内页 服务中心 */
.wrap_inner_service{ overflow: hidden; }
.wrap_inner_service .wrap_inner_title{ margin-top: 26px; padding-bottom: 49px; }
.wrap_inner_service .service_list{ margin-top: 0px; }
/* 内页 服务中心 结束 */


/* 网上商城 */
.wrap_mall{ overflow: hidden; }
.wrap_mall .wrap_inner_title{ margin-top: 32px; padding-bottom: 60px; }
.mall_list{ display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden;}
.mall_item{ margin-bottom: 33px; overflow: hidden; }
.mall_img{ float: left; width: 317px; overflow: hidden;}
.mall_img img{ width: 317px; height: 450px; }
.mall_text{ height: 100%; float: left; padding-top: 7px; padding-left: 9px; box-shadow: 2px 5px 9px 2px #eee; }
.mall_header{ 
	width: 96px; 
	line-height: 35px; 
	color: #fff; 
	text-align: center; 
	font-size: 18px; 
	background-color: #ec2b2d; 
}
.mall_price{ margin-top: 24px; }
.mall_text p{ padding: 3px 11px; font-size: 18px; line-height: 24px; }
.mall_qrcode{ 
	margin-top: 22px; 
	text-align: center; 
	font-size: 16px; 
	color: #ec2b2d; 
	line-height: 30px;
	font-weight: 400;
}
@media (max-width: 768px)
{
	.mall_list{ display: block; }
	.mall_img{ margin: 0px auto; float: none; }
	.mall_text{ float: none; width: 317px; margin: 0px auto; box-shadow: unset; }

}
/* 网上商城 结束 */

@media (max-width: 768px)
{
	
}
@media (min-width: 768px)
{
	.mt30{ margin-top: 30px;}
	.mt40{ margin-top: 40px;}
	.ml30{ margin-left: 30px;}
	.pl40{ padding-left: 40px;}
	.pl50{ padding-left: 50px;}
	.pr20{ padding-right: 20px;}
}

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 40%;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.index .yb_conct{ display: none;}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background:url(/images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background:url(/images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background:url(/images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {

	background:url(/images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	display: block;
	margin:0 auto;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_QQ a:hover{
	color: #fff;
}

/*信息反馈样式*/
.pagecontent .visual-form-builder fieldset{
	background: none;
	border:none;
	margin:0 !important;
}
.pagecontent .vfb-legend{
	display: none;
}
.pagecontent .visual-form-builder fieldset input,.pagecontent .visual-form-builder fieldset textarea{
	border-radius: 0;
	background: none;
	border:1px solid #e5e5e5;
	padding:10px 5px;
	width: 100%;
	margin-top: 5px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#vfb-3{
	display: none;
}
.conbottom p{
	color: #999;
}
.conbottom a{
	color: #333;
}
.indexnewstag{
	margin-bottom: 6px;
}
.vfb-item-secret .vfb-desc{
	display: none !important;
}
.vfb-item-secret .vfb-span{
	display: none !important;
}
@media (max-width: 768px){
	.productpart #myTab li{
		width: 33.333%;
		float: left;
	}
	.productpart #myTabContent{
		margin-left: 0 !important;
		float: none;
	}
	.productpart #myTab{
		width: 100%;
		float: none;
	}
	.pcxc{
		display: none;
	}
	.sjxc{
		display: block;
		margin-bottom: 30px;
	}
	.yb_conct{
		display: none;
	}
	.youshipart{
        margin-bottom: 30px;
	}
	.thememenu{
		display: none;
	}

    .slideBox1 .newstext{
	width: 100%
    }
.slideBox1 .newsimg{
	width: 100%;

    }
    .indexnews{
    	padding: 0;
    }
    .slideBox1 .prev,
	.slideBox1 .next{
		display: none;
	}    
    #sideMenu{
    	display: block;
    }
    .slideBox{
    	display: none;
    }
    .divContent{
    	height: 300px;
    }
    .underslideBox{
    	display: block !important;
    }
	.bdsharebuttonbox{
		float: left;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.lefttime{
		display: none;
	}
	.sidbarcontact{
		display: none;
	}
	.ymtitle{
		height: 0;
		overflow: hidden;
		transition: height 2s;
	    -moz-transition: height 2s;
	    -webkit-transition: height 2s;
	    -o-transition: height 2s;
	}
	.sidbarnav:hover .ymtitle{
		height: 100%;
	}
	.links{
		margin-bottom: -30px;
	}
	.linkpart{
		margin-bottom: 30px;
	}
	.indexabout_text{
	width: 100%;
    }
.indexabout_img{
	width: 100%;
    }
	.indexcasepart{
	width: 100%;
    }
    .indexcasepart{
    	margin-bottom: 15px;
    }
    .indexcase_text h3{
    margin-top: 0;
	font-size: 16px;
	margin-bottom: 10px;
    }
.indexcase_text p{
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
    }
    .indexcase_text{
	padding: 20px;
    }
    .indexnewspart_img{
	width: 100%;
    }
.indexnewspart_text{
	width: 100%;
    }
    .header_center{
    	display: none;
    }
    .header_top{
    	display: none;
    }
    .header_bottom{
    	background: none !important;
    }
    .navbar-brand{
    	display: block;
    	padding: 10px 0 !important;
    }
    .navbar-brand img{
    	height: 35px;
    	width: auto;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    	background: none !important;
    }
    .header_bottom .navbar-default .navbar-nav>li>a{
    	margin-right: 0;
    	margin-bottom: 3px;
    	padding-left: 30px;
    }
    .dropdown-menu li a{
    	color: #fff !important;
    	padding-left: 45px !important;
    	line-height: 30px !important;
    }
    .navbar-toggle{
    	margin-right: 0 !important;
    }
}


.indexabout a{
    background: #ec2b2d;
}
.productpart{
    background: #ec2b2d;
}

.productpart .nav-tabs>li.active>a, .productpart .nav-tabs>li.active>a:focus, .productpart .nav-tabs>li.active>a:hover{
    color: #ec2b2d !important;
}

.productpart #myTab li a:hover{
    color: #ec2b2d;
}
.slideBox1 .newsmore{
    color: #ec2b2d;
}

.yb_bar .yb_top {
    background-color: #ec2b2d;
}
.yb_bar .yb_phone {
	background-color: #ec2b2d;
	font-size: 14px;
}
.yb_bar .yb_QQ {
    background-color: #ec2b2d;
}
.yb_bar .yb_ercode {

    background-color: #ec2b2d;
}

.slideBox1 .prev,
.slideBox1 .next {
	background-color: #ec2b2d; 
}

.slideBox .hd ul .on {
background-color: #fff;
}
#sideMenu {
  color: #ec2b2d; 
}
.mxphonenav {
  background: #ec2b2d;
}
.tzggtit{
   background:#ec2b2d; 
}

.toptab a:hover{
color: #ec2b2d;
}

.youshilistpart:hover .yslistpartimg{
    background: #ec2b2d !important;
}
.tzggtit span{
    color: #ec2b2d;
}
.ymtitle .current_page_item a,.ymtitle .current-cat a, .sidbarcontact a:hover{
    color: #ec2b2d !important;
    border:none;
    font-weight: bold;
}
.proxiangqing{
    color: #ec2b2d;
}
.showpage a:hover { background:#ec2b2d; color:#fff;border-color: #ec2b2d}
#showsum span.sel { border:1px solid #ec2b2d;}
.sb-search-input{
    color: #ec2b2d !important;
}

#showsum1 span.sel { border:1px solid #ec2b2d;}
.sb-search-input{
    color: #ec2b2d !important;
}
.xgpro{
    color: #ec2b2d !important;
}
.downloadlistpart a:hover{
    color: #ec2b2d !important;
}
.conbottom a{
    color: #ec2b2d;
}
.ymtitle li a:hover{
    color: #ec2b2d;
    font-weight: bold;
}
.bread a{
    color: #ec2b2d;
}
.page_navi a:hover,.page_navi .current{
    color: #fff;
    background: #ec2b2d;
    border:1px solid #ec2b2d;
}
.lefttime .year{
    color: #ec2b2d;
}
.newstag a{
    color: #ec2b2d;
}
#vfb-4{
    color: #fff;
    background: #ec2b2d;
    border:1px solid #ec2b2d;
}

/*内页公共样式*/
.maincon{
    background: #f9f9f9;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.neicon{
	padding-top: 30px;
	padding-bottom: 30px;
}
.sidbarnav{
	background: #fff;
	padding:20px;
	margin-bottom: 20px;
}
.listcon{
	background: #fff;
	padding:30px;
}
.tzggtit{
    margin-bottom: 5px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
}
.tzggtit span{
	color: #fff !important;
}
.tzggtit:before{
	content: '--'
}
.tzggtit:after{
	content: '--'
}
.ymtitle li{
	text-align: center;
}
.ymtitle li a{
	height: 34px;
	line-height: 34px;
	background: #f2f3f6;
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #333;
}
.sidbarcontact{
	background: #fff;
	padding:20px;
}
.sidbarcontact p{
	font-size: 12px;
	line-height: 24px;
	color: #333;
	margin:15px 0;
}
.sidbarcontact a{
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #111;
    border: 1px solid #eaeaea;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    transition: 0.3s;
}
.bread{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
}
.pagetit{
	font-size: 24px;
	margin-bottom: 20px;
}
.pagecontent img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.pagecontent p{
	line-height: 30px;
	margin-bottom: 15px;
	color: #666;
}
.protoptextpart h1{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.protoppart{
	margin-top: 30px;
}
.proxiangqing{
	font-size: 16px;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.xgpro{
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	margin-top: 45px;
}

/*内页列表样式*/
.newslistpart h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
    
}
.newslistpart h1 a{
	color: #333;
}
.newstag span{
	color: #999;
	margin-right: 10px;
	font-size: 12px;
}
.newslistpart .newszy{
	color: #666;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 0;

}
.newslistpart{
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.newslistpart img{
	width: 100%; height: auto;
}
.page_navi{
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_navi a{
    padding: 5px 12px;
    border:1px solid #e5e5e5;
    margin:0 2px ;
    color: #333;
}
.sancon{ position: relative;}
.sancon h1{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 8px !important;
}
.sancon_more{ 
	position: absolute; 
	top: 8px; 
	right: 10px; 
	padding: 7px 16px;
	border-radius: 8px;
	border: 1px solid #e60011;
	color: #e60011;
	font-size: 14px;
}
.sancon_more:hover{ color: white; background-color: #e60011;}
@media (max-width: 768px) {
	.newslistpart img{ width: 100%;}
	.sancon_more{ display: none;}
}
.noborder{
	border:none !important;
	padding-bottom: 0 !important;
	margin-bottom: -10px;
}
.casetitle{
	margin-top: 10px !important;
}
.downloadlistpart{
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
}
.downloadlistpart h1{
	font-size: 14px;
	margin:0;
	line-height: 40px;
}
.downloadtime{
	font-size: 12px;
	color: #999;
}
.downloadlistpart h1 a{
	color: #333;
}
.sancontit{
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: left !important;
	line-height: 20px;
}
.threetag .newstag{
	margin-top: -5px;
	margin-bottom: -5px;
}
.lefttime{
	background: #fafafa;
	padding: 10px 0 1px 0;
}
.lefttime p{
	color: #999;
}
.year{
	font-size: 18px;
	font-weight: bold;
}
.bdsharebuttonbox{
	float: right;
	margin-top: 10px;
}
.conbottom{
	margin-top: 30px;
	background: #fafafa;
	padding: 20px 15px 10px 15px;

}
.not-found{
	margin-bottom: 160px;
}
.zhaopinlist table th{
	border-right: 1px solid #e5e5e5;

}
.zhaopinlist table tbody tr td{
	display:table-cell; 
	vertical-align:middle;
	border-right: 1px solid #e5e5e5;
}
.zhaopinlist .table>thead>tr>th{
	border-bottom: 1px solid #e5e5e5;
	background: #fafafa;
	display: table-cell;
    vertical-align: middle;
}
.zhaopinlist table{
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.proslist{
	margin-top: 30px;
}
/*内页列表样式 结束*/


.inner_news_list{}
.inner_news_list>div{ border-bottom: 1px dashed #ddd; line-height: 34px;}
.inner_news_list div a,.inner_news_list div a:hover{ color: #333; font-size: 14px;}

.tag_list{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.tag_list>div{ width: 48%; line-height: 26px; border: 1px dashed #666; margin-top: 5px; text-align: center;}
.tag_list>div a,.tag_list>div a:hover{ color: #333; font-size: 14px;}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
  }
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .proimg{ width: 240px; height: 320px; overflow: hidden;}
  .proimg img{ width: 100%; height: auto; }
  .indexprotit{ display: block; margin: 10px auto!important; color: #333!important; text-align: center;}
  @media (max-width: 768px) {
	.proimg{ width: 150px; height: 200px; }
  }




@-webkit-keyframes dotdotdot {
0% {
	content: ".";
}

50% {
	content: "..";
}

100% {
	content: "...";
}
}

@keyframes dotdotdot {
0% {
	content: ".";
	}

50% {
content: "..";
}

100% {
content: "...";
}
}

.dotdotdot {
-webkit-animation-name: dotdotdot;
animation-name: dotdotdot;
}

.no-bg{ background: none; }