@charset "utf-8";

@font-face {  /*棣栭€�*/
	font-family: 'tt_1';
	src:url('../fonts/tt5.woff') format('woff'),
		url('../fonts/tt5.ttf') format('truetype'); 
}


*{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:"tt_1","tt",Arial,'寰蒋闆呴粦';background-color: #f8f8f8;font-size: 14px;}

ul{list-style-type: none;}
a{color: #dc3536;text-decoration: none;border: none;}
p{font-size: 14px;line-height: 22px;font-family:"tt_1","tt",Arial,'寰蒋闆呴粦';}
ul.category li h1{font-weight: normal;font-size: 16px;}
h2,h3,h4,h5{margin-bottom: 10px;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;}

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斿ご閮ㄢ€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/

.header{
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.02);
	z-index: 999;
	padding: 0;
	top: 0;
}
.logo_item{position: relative;}

.w1200{position: relative; width: 1240px;margin: 0 auto;padding: 0 0;box-sizing: border-box;}
.w1100{position: relative; width: 100%;margin: 0 auto;padding: 0 0;box-sizing: border-box;}
.w_880{width: 1000px;}

.logo,.head_info{
	position: absolute;
	height: 80px;
	line-height: 80px;
}
.logo{float:left;}
.logo a{
	height: 80px;
}
.logo img{max-height: 80%;}

.head_info{right: 0;text-align: right;z-index: 999;float:60%;}
.head_info span{float: left;}
.head_info>a{
	position: relative;
	display: inline-block;
	float: right;
	height: 40px;line-height: 40px;
	top: 35px;
	background-color: #dc3536;
	color: #fff;
	padding: 0 30px;
	border-radius: 4px;
	filter:alpha(opacity=100);
	transition: 0.3s;
}

.nav_icon{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	border-top: 1px solid #e4e4e4;
	background-image: url(../images/nav_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100% ;
	z-index: 99;
}
.side_icon{
	background-image: url(../images/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;
}

.nav{
	position: relative;
	height: 60px;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	top:10px;
	float:right;
}
.nav > ul{padding: 0;}
.nav > ul > li{
	position: relative;
	float: left;
	line-height: 60px;
	text-align: center;
	box-sizing:border-box;
	transition: 0.3s;
	border-top: 1px solid rgba(0,0,0,0);
	margin-left:45px;
}
/*.nav > ul > li:after{
	content: "/";
	position: absolute;
	top: 0;right: 0;
	color: #e0e0e0;
	font-size: 8px;
}
.nav > ul > li:last-child:after{display: none;}*/
.nav > ul > li a{
	font-size: 16px;
	color: #555;
	display: inline-block;
	transition: 0.3s;
	font-family:"tt_1",Arial,'寰蒋闆呴粦';
}
.nav > ul > li>a{
	height: 60px;
	overflow: hidden;
}
.nav > ul > li.on>a{color: #dc3536;}
.right_li{
	float: right;
}
.nav > ul > li.right_li{margin: 0 !important;position: absolute;top: -100px;display: none;}
.right_li span{
	/*display: inline-block;*/
}
/*li.has_sub a{padding-right: 20px;}*/
/*li.has_sub>a:after{
	content: "";
	position: absolute;
	width: 12px;height: 12px;
	top: 24px;
	margin-left: 10px;
	background-image: url(../images/nav_arrow.png);

}*/
ul.sub{
	position: absolute;
	display: none;
	width: 200px;
	padding-top: 10px;
	left: 50%;top: 60px;
	margin-left: -100px;
	z-index: 3;
}

ul.sub li{line-height: 48px;border-bottom: 1px solid #444;border-bottom: 1px solid rgba(111,111,111,.08);background-color: #fff;transition: 0.3s;}
/*ul.sub li:first-child{border-top-left-radius:6px;border-top-right-radius:6px;}
ul.sub li:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}*/

ul.sub li a{/*text-indent: 20px;*/display: block;font-size: 14px;transition: 0.3s;}


@media screen and (min-width: 1024px) {

	.nav >ul>li:hover > a,.head_info>a:hover{opacity: 0.8;filter:alpha(opacity=80);}
	.nav >ul>li:hover{border-color: #dc3536;}
	li.right_li:hover span{opacity: 0.8;filter:alpha(opacity=80);}
	li.on.right_li:hover span{opacity: 1 !important;filter:alpha(opacity=100);}
	ul.sub li:hover{background-color: #dc3536;}
	ul.sub li:hover a{color: #fff;}
}
.hide_100{height: 80px;}
/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斿够鐏墖鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/
.slider_container{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.slider_s{
	width: 100% !important;
	height: 500px !important;
	margin: 0 auto;
	margin-top: 5px;
}
.slider_s .camera_pag{left: 0 !important;}
.slider_s .camera_caption a{margin-right: 20px !important;}
#slider {
	height: 100%;
	margin-bottom: 0!important;
	position: relative;
}
.slider_link a{
	position: absolute;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	bottom: 10%;left: 10%;
	z-index: 9999;
}
img.imgLoaded{z-index: -1;}
@media screen and (max-width: 959px) {
	.slider_container {width: 100%;left: 0;}
}

.w1200:after,.foot_extend:after,.border_box:after,.more:before,.mix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� 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: 16px;
	color: #333;
	margin-bottom:16px; 
}
.section_title>p{
	position: relative;
	font-size: 26px;
	padding-top: 14px;
	margin-bottom: 20px;
	margin-top: -12px;
	color: #999;
	/*font-weight: 700;*/
	font-family:"tt_1",Arial,'寰蒋闆呴粦';
	line-height: 30px;
}
.section_title>p:after{
	content: "";
	position: absolute;
	width: 40px;height: 5px;
	top: 0;left: 50%;
	margin-left: -20px;
	background-color: #dc3536;
}
.border_box{
	position: relative;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	background-color: #fff;
	padding: 40px 20px;
	box-sizing:border-box;
}
.border_ditu{
	position: relative;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	background-color: #fff;
	padding: 40px 20px;
	width:1200px;
	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: #dc3536;
}
.page li:hover a{color: #888;}

.banner_sub{
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	min-height: 80px;
}
/*.banner_sub .section_title{display: none;}*/
.banner_sub .section_title span,.banner_sub .section_title p{color: #333;}
.banner_sub img{width: 100%;}

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-size: 16px;
	font-family:"tt_1",Arial,'寰蒋闆呴粦';
}
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: #dc3536;}
ul.category li.on a:after{
	content: "";
	position: absolute;
	width: 100%;height: 4px;
	left: 0;bottom: -1px;
	background-color: #dc3536;
}

.text_area{position: relative;padding: 0 10px;line-height: 22px; box-sizing:border-box;}
/*.text_area img{padding-top: 0;}*/
.text_img img{max-width: 100%;margin-bottom: 20px;}
.text_area .img_xinwen > img{margin: 0 0;max-width: 100%;margin-bottom: 20px;}
.text_area p{white-space: pre-wrap;}
.img_xinwen {text-align: center;}
.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:"tt_1",Arial,'寰蒋闆呴粦';
	width: 80%;
	overflow: hidden;
}
.text_area h1{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 30px;
	font-family:"tt_1",Arial,'寰蒋闆呴粦';
	width: 80%;
	overflow: hidden;
	font-weight: normal;
}

.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: #dc3536;
	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(../images/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}


@media screen and (min-width: 1024px) {
	ul.category li a:hover{color: #dc3536;}

	.ctrl a:hover:before{height: 100%;opacity: 1;}
	a#back:hover:after{background-image: url(../images/btn-back2.png);}
	a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
	a#next:hover:after{background-image: url(../images/btn-next2.png);}
}

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� service 鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/
.service_box{
	float: left;
	width: 33.3%;
	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:"tt_1",Arial,'寰蒋闆呴粦';margin-top: 10px;color: #dc3536;border-bottom: 1px solid #e4e4e4; padding: 10px 0;}
.service_box img{width: 100%;transition: 0.2s;/*border: 1px solid #e4e4e4;*/}
.service_box p{font-size: 13px;color: #777;margin: 10px 0;}
.service_box p a{
	display: block; padding: 10px 0;margin-top: 10px;font-size: 16px;
	border-bottom: 1px solid #e4e4e4;transition: 0.2s;
}
/*.service_box .box_layer{position: absolute;width: 100%;top: 0;left: 0; background-color: #fff;opacity: 0;filter:alpha(opacity=0);z-index: 99;}*/

@media screen and (min-width: 1024px) {
	/*.service_box:hover img{opacity: 0.7;filter:alpha(opacity=70);}*/
	.service_box p a:hover{border-color: #dc3536;}
}

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� news 鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/
.news_box{
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 50px;
	box-sizing:border-box;
}
.home_news .news_box{width: 21%;margin-bottom: 0;}
.news_box img{width: 100%;height: auto; transition: 0.3s;/*transform: scale(1);*/opacity: 1;border: 1px solid transparent;}
.news_img{position: relative;overflow: hidden;background-color: #fff;}
.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);transition: 0.4s;opacity: 0.6;}
.news_box h4 a{display: block; font-size: 16px;font-family:"tt_1",Arial,'寰蒋闆呴粦';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;
	border-top: 1px solid #f1f1f1;
	padding:16px 0 4px 0;
	margin: 0 16px;
	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: #dc3536;}
	.home_news .news_box:nth-child(1):hover h4 a{background-color: #dc3536;color:#fff;}
	.news_img:hover img{/*transform: scale(1.1);*/opacity: 0.7;border: 1px solid transparent; }
	.more a:hover{color: #dc3536;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: #fff;
	background-image: url(../images/about_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #333;
	z-index: 99;
}
.banner_box p{
	font-size: 16px;
	width: 1200px;
	margin: 20px auto;
	line-height: 30px;
}
.banner_box img{max-width: 100%;margin-bottom: 30px;}
.banner_box p.title{font-weight: 700;font-size: 24px;font-family:"tt_1",Arial,'寰蒋闆呴粦';position: relative;margin-bottom: 30px;}
.banner_box p.title:after{
	position: absolute;
	content: "";
	width: 30px;height: 3px;
	background-color: #dc3536;
	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: #dc3536;
	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: 33.33%;
	padding: 0 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.pic_list .pic_box{width: 33.33%;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;background-color: #fff;}
.pic_box_img img{
	width: 100%;
	border: 1px solid transparent;
	transition: 0.3s;
}


.pic_box p{
	position: relative;
	font-size: 16px;
	color: #222;
	padding: 10px 0;
	transition: 0.4s;
	text-align: center;
	z-index: 2;
}

/*.pic_box_img:before,.news_img:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%;left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	background-image:url(../images/icon-zoom.png); 
	z-index: 3;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: 0.4s; 
}*/

.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: #dc3536;text-indent: 10px;}*/

	.pic_box_img:hover img{/*transform: scale(1);*/opacity: 0.7;border: 1px solid transparent;}

	.pic_box_img:hover:before,.news_img:hover:before{
	 	top: 50%;
	 	opacity: 1;
	 	filter:alpha(opacity=100);
	}
}

/*—————————————————————————————————————— 合作伙伴 ————————————————————————————————*/
.hezuo_box{position: relative;float: left;width: 16.666%;margin-bottom: 20px;box-sizing: border-box;border: 1px solid #f8f8f8;}
/*.hezuo_box:nth-child(odd){margin-right: 4%;}*/
.hezuo_box {position: relative;overflow: hidden;background-color: #fff;}
.hezuo_box .img{width: 100%;border: 1px solid transparent;transition: 0.3s;}
.hezuo_box .img img{border: none;border: 0;vertical-align: middle;width: 100%;}
.full {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 4;}


@media screen and (min-width: 1025px) {
	.hezuo_box:hover{box-shadow: 2px 2px 20px rgba(0,0,0,.05)}
	.hezuo_box:hover .img img{transform: scale(1.1)}
}



/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� contact 鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/
.contact_left img,.contact_right img{max-width: 100%;}
.contact_left{
	float: left;
    width: 35%;
    margin-right: 5%;
	line-height: 22px;
	box-sizing:border-box;
}
.contact_left em{
    font-size: 20px;
    width: 100%;
    display: inline-block;
    font-style: normal;
	ine-height: 22px;
    margin-bottom: 30px;
}
.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: #dc3536;
	background-image: url(../images/default.png);
	margin-right: 50px;
}
.c_cb li {width:98%;margin-bottom:10px;border-bottom: 1px solid #dedede;}
.c_cb li a{font-size:12px;}
.clear {clear: both;height: 0;overflow: hidden;font-size: 1px;}

.contact_left p.map:before{background-image: url(../images/map.png);}
.contact_left p.phone:before{background-image: url(../images/phone.png);}
.contact_left p.fax:before{background-image: url(../images/fax.png);}
.contact_left p.mobile:before{background-image: url(../images/mobile.png);}
.contact_left p.mail:before{background-image: url(../images/mail.png);}
.contact_left p.web:before{background-image: url(../images/web.png);}

.contact_left p a:hover{border-bottom: 1px solid #dc3536;}

.contact_right{
	float: right;
	width: 60%;
	box-sizing:border-box;
}
.contact_right > p{
	font-size: 20px;
	font-family:"tt_1",Arial,'寰蒋闆呴粦';
	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%;}
.ditu{width:1200px;margin-bottom:30px;}

@media screen and (min-width: 1024px) {
	.form input:hover,.form textarea:hover{border-color: #999;}
	.formBtn button:hover{background-color: #dc3536;}
}

.form input:focus,.form textarea:focus{ 
	background-color:#fff; 
	border: 1px solid #dc3536;
}

.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: #8d8e90;
	color: #fff;
	margin: 15px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� footer 鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/
.footer{color: #333;padding: 30px 0;background-color: #fff;}
.foot_box,.foot_extend img{margin: 20px 0 30px 0;}
.map_box,.foot_extend img{margin: 10px 0 0 0;}
.for3{float: left;width: 33%;box-sizing:border-box;}
.for4{float: left;width: 20%;box-sizing:border-box;}
.for4:first-child{width: 40%}
.foot_extend p{position: relative; margin-bottom: 10px;font-size: 16px;border-bottom: 1px solid #e4e4e4;padding-bottom: 10px;width: 90%;}
.foot_extend p:after{
	content: "";
	position: absolute;
	width: 30px;height: 3px;
	left: 0;bottom: -1px;
	background-color: #dc3536;
}

.foot_box:last-child p{width: 100%;}
.map_box:last-child p{width: 100%;}
.foot_extend a{
	display: block;
	color: #555;
	line-height: 30px;
}
.foot_extend span{width: 80%;color: #555;display: block;line-height: 30px;font-size: 14px}
.foot_extend a:hover{color: #dc3536;}
.foot_extend a:before{
	content: "-";
	display: inline-block;
	opacity: 0.7;
	margin-right: 4px;
}
.foot_extend img{max-width: 100%; }
.line{border-bottom: 1px solid #e4e4e4;margin-bottom: 30px;}
.follow{
	float: right;
}
.follow span{
	padding: 4px;
	opacity: 1;
	filter:alpha(opacity=100); 
	transition: 0.4s;
}
.follow span:hover{
	opacity: 0.7;
	filter:alpha(opacity=70); 
}
.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren{display: inline-block;*display:inline; width: 20px;height: 20px;background-repeat: no-repeat; background-position: center;background-size:100%; }
.s-qq{ background-image: url(../images/qq.png);}
.s-renren{ background-image: url(../images/renren.png);}
.s-taobao{ background-image: url(../images/taobao.png);}
.s-weibo{ background-image: url(../images/weibo.png);}
.s-tt{ background-image: url(../images/tt.png);}

p.copy{font-size: 11px;line-height: 30px;color:#888;  float: left;}
.copy + p a{color: #555;}
p.links{font-size: 12px;float: left;padding-top:15px;}
p.links a{color:#555;padding-left:15px;}
/*.footer .w1200 p{display: inline-block;}*/

/*鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� 鍝嶅簲寮�1280 鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€�*/
@media screen and (max-width: 1279px) {
	p{font-size: 12px;}
	.w1200{width: 960px;}
	.slider_s{width: 100% !important;height: 400px !important}
	/*.header .w1200{padding: 0 20px;}*/

	/*.nav > ul > li{margin-right: 40px;}*/
	.nav > ul > li a{font-size: 14px;}
	ul.category li h1 {font-weight: normal;font-size: 14px;}
	.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) {

	body{font-size: 12px;}
	.nav{opacity: 1;}
	/*.content{padding: 20px 0}*/
	.w1200,.w_880{width: 100%;}
	.slider_s{width: 100% !important;height: 300px !important;margin-top: 0;}
	.camera_next,.camera_prev{opacity: 1 !important;}

	.header{height: 100px;position: fixed;}
	.nav_icon{display: block;}
	/*.head_info{display: none;}*/
	.head_info{width: 100%;text-align: center;height: 60px;}
	.head_info span img{display: none;}
	.head_info a{position: absolute;top: 18px;right: 4px;height: 24px;line-height: 24px;padding: 0 12px;font-size: 10px;}
	.logo{height: 60px;line-height: 60px;width: 100%;text-align: center;float:none;}
	.logo img{max-height: 90%;}

	.nav{top: 60px;height: 40px;width:100%;}
	.nav>ul{display: none;text-align: center;top: 60px;}
	.nav>ul>li{display: block;margin: 0;line-height: 40px;float: none;width: 100% !important;line-height: 30px;margin-left:0px;}
	.nav>ul>li:after{display: none;}
	.nav > ul > li a{display: block;color: #fff !important;line-height: 30px;height: 30px;}
	.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;}
	.other_pic{display: none;}
	.pic_list .pic_box{width: 50%;}


	ul.category li a{font-size: 11px;}
	ul.category li h1{font-weight: normal;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;}
	.text_area h1{font-size: 18px;line-height: 22px;font-weight: normal;}
	
	.for4,.for4:first-child{width: 48%;}
	.foot_extend,.foot_extend span{font-size: 11px;}
	.foot_extend p{font-size: 14px;}
	.foot_extend a{line-height: 24px;}
	.follow {float: none;text-align: center;padding-bottom: 10px;}
	p.copy{width: 100%;float: none;text-align: center;}
	.foot_extend span{line-height: 20px;}
	.hezuo_box{width:25%;}


}

@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;}
	.hezuo_box{width:25%;}
	p.links{display:none !important;}
	.news_box,.home_news .news_box{width: 100% !important;margin-bottom: 30px;}
}

@media screen and (max-width: 480px) {
	/*.hezuo_box{width:33.3%;}*/

}

/*news*/
.news_box1{
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 10px;
	box-sizing:border-box;
}
.home_news1 .news_box1{width: 33.3%;margin-bottom: 0;}
.news_box1 img{width: 100%;height: auto; transition: 0.3s;/*transform: scale(1);*/opacity: 1;border: 1px solid transparent;}
.news_img1{position: relative;overflow: hidden;background-color: #fff;}
.news_box1 .time1{display: none;}
.news_list1 .news_box1 .time1{display: block;}
.news_img1 .time1{position: absolute;font-size: 14px;left: 4px;bottom: 0;color: #fff;padding: 4px 10px;background-color: rgba(255,255,255,.0);transition: 0.4s;opacity: 0.6;}
.news_box1 h4 a{display: block; font-size: 16px;font-family:"tt_1",Arial,'微软雅黑';color: #222;line-height: 36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: 0.3s;}
a.btn_2 {
	position: relative;
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 12px;
	text-indent:10px;
	color: #000;
	z-index: 99;
	transition: 0.3s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f1f1f1;
}
a.btn_2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon_more0.png);
    background-repeat: no-repeat;
    background-position: right;
    transition: 0.3s;
}
/*.news_box1 h4{
	margin-bottom: 16px;
}*/
.news_box1 ul li{
     height: 30px;
     line-height: 30px;
     overflow: hidden;
     padding: 0 0;
}
.news_box1 ul li a::before {
    content: "-";
    display: inline-block;
    opacity: 0.7;
    margin-right: 6px;
}
.news_box1 ul li a{
	font-size: 13px;
	color: #777;
	overflow: hidden;
}
.news_box1 p{
	font-size: 13px;
	color: #777;
	overflow: hidden;
}
.news_box1 ul li a:hover{
	color: #dc3536;
}
.news_box1 ul li em{
    float: right;
    font-style: normal;
    font-size: 13px;
	color: #777;
    color: #999999;
    padding-left: 10px;
	/*line-height: 30px;*/
}

@media screen and (min-width: 1024px) {
	/*.news_box:hover h4 a{color: #dc3536;}*/
	/*.home_news .news_box:nth-child(1):hover h4 a{background-color: #dc3536;color:#fff;}*/
	.news_img1:hover img{/*transform: scale(1.1);*/opacity: 0.7;border: 1px solid transparent; }
	.more a:hover{color: #dc3536;letter-spacing: 5px;}
	.news_box1:hover .time1{opacity: 1;color: #555;background-color: rgba(255,255,255,1);left: 10px; }
}

@media screen and (max-width: 1279px) {
	.news_box1{padding: 0 10px;}
	.news_box1 ul li a,.news_box ul li em{font-size:12px;}
	.news_box1 ul li{height:24px;line-height:24px;}
	.news_box1 h4 a{font-size: 14px;}
	.news_box1 h4{margin-bottom: 8px;}

}

@media screen and (max-width: 960px) {
	.news_box1{width: 50% !important;margin-bottom: 20px;}
}

@media screen and (max-width: 480px) {
	.news_box1{width: 100%;}
	.news_box1,.home_news .news_box1{width: 100% !important;margin-bottom: 30px;}
}

@media screen and (max-width: 1279px) {
	.ditu{
	width:1000px;
	height:400px;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
	.ditu{
	width:100%;
	height:400px;
	margin-bottom: 30px;
}
}
}
@media screen and (max-width: 960px) {
	.ditu{
	width:100%;
	height:400px;
	margin-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
	.ditu{
	width:100%;
	height:400px;
	margin-bottom: 30px;
}
#code,#code_hover,#gotop{display: none !important;}
}


@media screen and (max-width: 480px) {
	.ditu{
	width:100%;
	height:400px;
	margin-bottom: 30px;
}
.news_box1 ul li em{
    display: none;
}
}

@media screen and (max-width: 320px) {
	.ditu{
	width:100%;
	height:400px;
	margin-bottom: 30px;
}
}

.head_info>a,.nav,ul.sub li:hover,.section_title>p:after,.page_on a,ul.category li.on a:after,a.btn_2:before,.home_news .news_box:nth-child(1):hover h4 a,.contact_left p:before,.formBtn button:hover,.foot_extend p:after{
	background-color: #dc3536;
}
a,ul.category li.on a,ul.category li a:hover,.news_box:hover h4 a,.more a:hover,.pic_box:hover p,.camera_caption a:hover,.nav > ul > li.on>a{
	color: #dc3536;
}
.contact_left p a:hover,.form input:focus,.form textarea:focus,.service_box p a:hover,.nav >ul>li:hover{
	border-color: #dc3536;
}

.nav{background-color: #fff;}
.nav > ul > li a{color:#333;}
.banner_box {
	background-image: url(../images/bg.jpg);
}
.fa {
content: "";
position: absolute;
width: 12px;
height: 12px;
top: 24px;
margin-left: 10px;
background-image: url(../images/nav_arrow.png);
}

.foot_extend {
    /*white-space: pre-line;
    font-size: 0;*/
}
/*footer, span, p {
    box-sizing: border-box;
}*/

/* 返回顶部 */
#code,#code_hover,#gotop{ width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:50px; z-index:199; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-276px -258px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-316px -258px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-276px -310px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:270px; height:355px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}


/*seo*/
.logo h1 {height: 0px; line-height: 0px; float: left;font-size: 0px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}