@charset "utf-8";
@font-face {
	font-family: 'tt_1';
	src:url('tt7.woff') format('woff'); 
}
@font-face {
  font-family: "mysocial";
  src:url("fonts/china-social.eot");
  src:url("fonts/china-social.eot?#iefix") format("embedded-opentype"),
    url("fonts/china-social.woff") format("woff"),
    url("fonts/china-social.ttf") format("truetype"),
    url("fonts/china-social.svg#china-social") format("svg");
  font-style: normal;
}
@font-face {
	font-family:lg;
	src:url(fonts/myicon.eot?n1z373);
	src:url(fonts/myicon.eot?#iefixn1z373) format("embedded-opentype"),
	url(fonts/myicon.woff?n1z373) format("woff"),
	url(fonts/myicon.ttf?n1z373) format("truetype"),
	url(fonts/myicon.svg?n1z373#lg) format("svg");
	font-style:normal;
}
.news_detail img{width: 100%;}
.img{min-height: 20px;}
html,body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form{ margin: 0; padding: 0; list-style: none;}
img{border:none;border:0;vertical-align: middle;height: auto;}
iframe{max-width: 100%;margin: 20px 0;}
@media (max-width: 1023px) {iframe{height: auto;width: auto;}}
textarea,input,a,div,img,button{outline:none;}
a,div,nav,header,footer,section,span,p,button,map{box-sizing: border-box;}
em{font-style: normal;}

body{position: relative;color: #222;font-family:"tt_1",Arial,'微软雅黑';font-size: 14px;visibility: hidden;}
body::-webkit-scrollbar-thumb{background-color:#ccc;}
body::-webkit-scrollbar-thumb:hover{background-color:rgba(66,66,66,1);}
body::-webkit-scrollbar{width:10px;background-color: #f0f0f0}
::selection{color: #fff;}

a{-webkit-tap-highlight-color:rgba(0,0,0,0);color: #111;text-decoration: none;}
p{font-size: 14px;line-height: 22px;font-family:"tt_1",Arial,'微软雅黑';}

h2,h3,h4,h5{margin-bottom: 16px;font-weight: 100;}
h2{font-size: 36px;line-height: 40px;}
h3{font-size: 30px;line-height: 36px;}
h4{font-size: 22px;line-height: 28px;}
h5{font-size: 18px;line-height: 22px;}

@media screen and (max-width: 960px) {
	h2{font-size: 18px;line-height: 24px;}
	h3{font-size: 16px;line-height: 22px;}
	h4{font-size: 14px;line-height: 20px;}
	h5{font-size: 12px;line-height: 18px;}
}

/*—————————————————————————————————— 通用 ————————————————————————————————*/

.center{text-align: center;}
.cf:after{content: "";display: block;height: 0;clear: both;}
.none{display: none;}
.h_100{height: 100px;}
a.full,.m_list a{position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: 999;background-color: #fff;opacity: 0;filter:alpha(opacity=0);}
.w_full{position: relative;z-index: 2;width: 90%;margin: 0 auto;}
.w1000{position: relative;width: 1000px;margin: 0 auto;font-size: 0;}
.BMap_cpyCtrl,.anchorBL{display: none;}


.news_box:after{content: "";display: block;height: 0;clear: both;}

/*—————————————————————————————————— 头部 ————————————————————————————————*/
header{
	position: fixed;
	width: 100%;
	left: 0;top: 0;
	z-index: 1111;
}
.header{
	position: relative;
	width: 90%;min-height: 100px;
	background-image: url(../images/set_bg.png);
	margin: 0 auto;
}

.logo{
	position: relative;
	width: 97%;line-height: 100px;height: 100px;
	margin: 0 auto;
	left: 0;top: 0;text-align: center;
	border-bottom: 1px solid #ccc;
	border-color: rgba(22,22,22,.1);
	z-index: 1001;
}
.logo img{max-width: 320px;max-height: 100px;}
nav{
	position: fixed;
	width: 30%;height: 100%;
	right: -30%;top: 0;
	background-color: rgb(11,11,11);
	background-color: rgba(22,22,22,.95);
	padding: 60px;
	z-index: 1111;
}
@media screen and (min-width: 1025px) {
	nav{overflow-y: auto;}
}
nav::-webkit-scrollbar-thumb{background-color:#555;}
nav::-webkit-scrollbar-thumb:hover{background-color:rgba(66,66,66,1);}
nav::-webkit-scrollbar{width:6px;background-color: #222}

.nav_over{overflow-y: scroll;}
.nav_bg{
	display: none;
	position: fixed;
	top: 0;left: 0;height: 100%;width: 100%;
	background-color: #222;
	opacity: 0.5;filter:alpha(opacity=50);
	z-index: 1;
}
.nav_btn{
	display: none;
	position: absolute;
	width: 40px;height: 40px;
	right: 0;top: 0;
	opacity: 0.9;filter:alpha(opacity=90);
	z-index: 2;
	cursor: pointer;
	transition: 0.3s;
}
.nav_btn:after{
	content: '\e14c';
	position: absolute;
	width: 40px;height: 40px;line-height: 40px;
	text-align: center;
	top: 0;left: 0;
	font-family: lg;
	color: #ddd;
	font-size: 28px;
}
nav ul.main{
	/*position: absolute;*/
	display: none;
	z-index: 3;
}
ul.main>li{
	position: relative;
	font-size: 14px;
}
ul.main>li.has_sub>a:after{
	content: '\e313';
	font-family: lg;
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	color: #666;
}


nav ul.main li a{
	display: inline-block;
	height: 36px;line-height: 36px;
	color: #ccc;
	letter-spacing: 1px;
	overflow: hidden;
	transition: 0.3s;
	-ms-transition: 0.3s;
}
nav ul.main li.on>a{color: #fff;}
nav ul.main li.on:before{
	content: '';
	position: absolute;
	width: 5px;height: 30px;
	left: -60px;
	top: 5px;
	background-color: #ccc;
}
nav ul.sub{
	/*display: none;*/
	margin-bottom: 20px;
	padding-left: 20px;	
}
nav ul.sub li{
}
nav ul.sub li a{
	font-size: 12px;
	height: 18px;line-height: 18px;
	color: #999;
}


.nav_icon{
	position: fixed;
	right: 6.5%;top: 18px;
	width: 64px;
	height: 64px;
	text-indent: -20px;
	line-height: 64px;
	z-index: 1002;
	cursor: pointer;
}
@media screen and (min-width: 1440px) {
	ul.main>li{font-size: 16px;}
	nav ul.main li a{height: 36px;line-height: 36px;}
	nav ul.sub li a{
		font-size: 13px;
		height: 24px;line-height: 24px;
	}
}
.nav_icon:after{
	content: '\e8d2';
	position: absolute;top: 0;left: 0;
	display: block;
	font-family: lg;
	font-size: 34px;
	color: #555;
	text-align: right;
	width: 64px;height: 64px;line-height: 64px;
	transition: 0.3s;
}

.header_info{
	position: absolute;
	top: 0;left: 1.5%;
	height: 100px;width: 30%;
	display: table;
	vertical-align: middle;
	z-index: 1003;
}
.header_info p{
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;height: 20px;
}
.header_info p img{max-height: 100px;}
.header_info abbr{display: none;}

.category{
	position: relative;
	height: 40px;width: 300px;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
}
.category>p{
	position: relative;
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
	height: 40px;line-height: 40px;
	letter-spacing: 2px;
	cursor: pointer;
}
.cate_mask{
	position: absolute;
	width: 100%;height: 40px;
	top: 0;left: 0;
	background-color: transparent;
	z-index: 9;
}
.category>p:after{
	content: '\e313';
	font-family: lg;
	display: inline-block;
	width: 20px;height: 40px;
	line-height: 39px;
	font-size: 14px;
	vertical-align: middle;
}
.catg_group{
	position: absolute;
	width: 100%;
	left: 0;top: 40px;
	display: none;
	background-color: #333;
	background-color: rgba(44,44,44,.8);
	border-radius: 8px;
}
.category a{
	position: relative;
	font-size: 15px;
	display: block;
	color: #fff;
	min-height: 32px;line-height:32px;
	opacity: 0.8;filter:alpha(opacity=80);
	transition: 0.3s;
}
.category a:first-child{margin-top: 20px;}
.category a:last-child{margin-bottom: 20px;}
.category a.on{color: #fff;opacity: 1;filter:alpha(opacity=100);}
.catg_group .menu{
	font-family: lg;
	height: 40px;
	margin-top: 20px;
	font-size: 32px;
	color: #fff;
}


@media screen and (min-width: 1025px) {
	.nav_btn:hover{opacity: 1;filter:alpha(opacity=100);}
	.nav_btn:hover:after{color: #fff;}
	nav ul.main li a:hover{color:#fff;}
}


/*—————————————————————————————————————— slider ————————————————————————————————*/
.slides_content{
	overflow: hidden;
	position: relative;
	width: 87.5%;
	margin: 0 auto;
}
.rslides{
	position:relative;
	overflow:hidden;
}
.rslides li{-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0;}
.rslides li:first-child{position:relative;display:block;float:left;}
.rslides img{display:block;height:auto;float:left;width:100%;border:0;}
.rslides p img{max-height: 80%;width: auto;}

.rslides_tabs{
	position: absolute;
	bottom: 20px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	height: 10px;
	z-index: 999;
}
.rslides_nav{cursor: pointer;}
.rslides_tabs li{display: inline-block;}
.rslides_tabs li a{
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	display: inline-block;
	color: transparent;
	width: 12px;height:12px;
	color: transparent;
	border-radius: 30px;
	vertical-align: middle;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
.rslides_tabs li{margin: 0 4px;}
li.rslides_here a{background-color: #fff;position: relative;}
li.rslides_here a:after{
	content: "";
	position: absolute;
	width: 4px;height: 4px;
	top: 4px;left: 4px;
	background-color: #555;
	border-radius: 30px;
	transition: 0.1s;
}

.rslides li{width: 100%;height: 100%;top: 0;left: 0;}
.slider_img{
	position: static;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	-ms-transform:scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	transition: 10s;
}
li.rslides1_on .slider_img{
	transform: scale(1.1);
	-ms-transform:scale(1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1);
}

.rslides li p{
	position: absolute;
	display: inline-block;
	left: 0;bottom: 20px;
	padding: 20px 40px;
	color: #fff;
	font-size: 24px;line-height: 30px;
	transition: 0.3s;
	z-index: 8;
}

.m_list li p{margin-top: 5px;}
.m_list li p em{display: none;}
.rslides em{
	position: absolute;
	height: 100%;width: 100%;
	left: 0;top: 0;
	color: transparent;
	background: #222;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: -1;
}
.slides_content .prev,.slides_content .next{
	font-family: lg;
	color: #fff;
	font-size: 30px;
	line-height: 72px;text-align: center;
	width: 72px;height: 72px;background-color: rgba(22,22,22,.1);
	position: absolute;top: 50%;z-index: 9;margin-top: -36px;
	transition: 0.3s;
}
.slides_content .prev{left: 0;}
.slides_content .next{right: 0;}

@media screen and (min-width: 1025px) {
	.slides_content .prev:hover,.slides_content .next:hover,.slick_list>button:hover{background-color:rgba(22,22,22,.5); }
}
/*—————————————————————————————————————— about ————————————————————————————————*/
.title_1{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.news_other .title_1{font-size: 16px;padding: 20px;}

.about_,.contact{
	position: relative;
	width: 70%;
	min-width: 900px;
	margin: 0 auto;
	padding: 30px;
}

p.text{font-size: 15px;line-height: 30px;white-space: pre-line;}
.info_box p.text{font-size: 14px;margin-top: 10px;line-height: 20px;}
p.text img{margin: 20px 0;max-width: 100%;}


p.text em{width: 100%;display: inline-block;font-style: normal;margin: 10px 0 20px 0;}

.pic_text{font-size: 0;}
.pic_text p{white-space: pre-line;line-height: 26px;}

.only_text .pic_text{
	position: relative;
	width: 80%;min-width: 900px;
	margin: 40px auto;
	padding: 40px;
}


@media screen and (min-width: 1025px) {
	a.link:hover{background-color:#67b48e;}
	a.link:hover:after{right: 10px;}
}

/*—————————————————————————————————————— 公用元素 ————————————————————————————————*/

.alpha_bg:before{
	content: '';
	position: absolute;
	width: 100%;height: 100%;
	top: 0;left: 0;
	background-color: #121111;
	opacity: 0.9;filter:alpha(opacity=90);
	z-index: -1;
}

.slider_full{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	z-index: 1;
}
.slider_full>img{display: none;}
.slider_full object{width: 100%;height: 100%;transform: scale(1.2);}
.slider_full video{width: 100%;height: auto;}

.title_group{
	display: none;
	width: 260px;
	height: 100%;
	height: calc(100% - 36px);
	position: fixed;
	top: 100px;
	left: 0;
	padding: 30px;
	background-color: rgb(11,11,11);
	background-color: rgba(11,11,11,.3);
	z-index: 1119;
}

.page{position: relative;height: 50px;text-align: center;padding-bottom: 40px;}
.page li{
	position: relative;
	display: inline-block;
	margin-left: 4px;
	transition: 0.3s;
	background-color: #333;
	overflow: hidden;
	border-radius: 4px;
}
.page li a{
	display: inline-block;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ddd;
	box-sizing: border-box;
}
li.page_on{background-color: #222;}
.page_on a{color: #fff !important;}

.main_pic{margin-bottom: 20px;text-align: center;background: #FAFAFA;}
.main_pic img{max-width: 100%;}
.img_cell{background: #FAFAFA;text-align: center;padding: 30px;margin: 20px 0;}
.img_cell img{margin: 0 !important;}
.img_cell_small{display: inline-block;padding: 0;margin: 20px 0;}
.img_cell_small img{margin: 0 !important;}

.ctrl{
	position: absolute;
	width: 98%;height: 40px;
	margin-left:-49%;
	left: 50%;bottom: 0;
	z-index: 999;
}
.no_catg{
	position: relative;
	margin: 0 auto;
	left: auto;bottom: auto;
}

.ctrl .prev,.ctrl .next,.ctrl .back{
	position: absolute;
	top: 0;
	float: right;
	font-family: lg;
	width: 38px;height: 38px;line-height: 38px;
	font-size: 17px;
	text-align: center;
	color: #777;
	transition: 0.4s;
}
.ctrl .back{left: -5px;}
.ctrl .prev{right: 39px;}
.ctrl .next{right: 0;}

@media screen and (min-width: 1025px) {
	.category a:hover{opacity: 1;filter:alpha(opacity=100); }
	.page li:hover{background-color: #555;}
}

/*—————————————————————————————————————— gallery ————————————————————————————————*/

.slick_list{
	margin: 80px auto 60px auto;
}
.category_list{
	position: relative;
	width: 87.5%;
	width: calc( 87.5% + 16px);
	margin: 114px auto 0 auto;
	z-index: 3;
}
.catg_box{
	position: relative;
	float: left;
	background-size: cover;
	background-position: center;
}
.catg_text{
	position: absolute;
	bottom: 50px;left: 50px;
	color: #fff;
	transition: 0.5s;
}
.catg_box:before{
	content: '';
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	/*border-color: #fff;*/
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	transition: 0.3s;
	z-index: 3;
}

.catg_text p{
	position: relative;
	top: 0;left: 0;
	font-size: 30px;
	margin-bottom:10px;
	z-index: 9;
}
.catg_text:after{
	content: '';
	position: absolute;
	bottom: -10px;left: 0;
	width: 0;height: 1px;
	background-color: #fff;
	transition: 0.7s;
	z-index: 9;
}
@media screen and (min-width: 1025px) {
	.catg_box:hover .catg_text{
		left: 60px;bottom: 80px;
	}
	.catg_box:hover:before{
		border-left: 8px solid #fff;
		border-right: 8px solid #fff;
	}
	.catg_box:hover .catg_text:after{width: 100%;}
}

.pic_box{
	position: relative;
	width: 22%;
	margin:0 1.5% 50px 1.5%;
	display: none;
}
.pic_box .img,.news_box .img{
	position: relative;
	overflow: hidden;
	transition: 0.6s;
}
.pic_box .img:after,.catg_box:after{
	content: '';
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	margin: 0;
	background-color:#333;
	opacity: 0;filter:alpha(opacity=0);
	transition: 0.3s;
	z-index: 1;
}
.pic_box .img:before{
	content: '\e5d0';
	position: absolute;
	font-family: lg;
	width: 60px;height: 60px;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	top: 45%;left: 50%;
	margin-top: -30px;margin-left: -30px;
	color: #fff;
	z-index: 2;
	opacity: 0;filter:alpha(opacity=0);
	transition: 0.3s;
}
.img img{width: 100%;height: auto;transition: 0.3s;}
.pic_box >p{
	margin: 14px 0 6px 0;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
}
.pic_box >span{
	font-size: 12px;
	opacity: 0.3;filter:alpha(opacity=30);
}

.pic_box:hover .img,.news_box .img:hover{
	box-shadow: 0 20px 0 -10px rgba(22,22,22,.07);
	transform: translateY(-6px) translateZ(0);
	-ms-transform: translateY(-6px);
	-webkit-transform: translateY(-6px) translateZ(0);
	-moz-transform: translateY(-6px) translateZ(0);
}
.img{-webkit-transform: translateZ(0);}
.news_other .news_box .img:hover{
	box-shadow: none;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}
.pic_box:hover .img:after,.catg_box:hover:after{
	opacity: 0.2;filter:alpha(opacity=20);
}
.pic_box:hover .img:before{
	top: 50%;
	font-size: 48px;
	opacity: 01;filter:alpha(opacity=100);
}
.gallery_info .info_box{text-align: center;}
.gallery_info .info_box .title_1{opacity: 0.5;filter:alpha(opacity=50); }
.gallery_info .info_box em{font-size: 21px;margin-bottom: 30px;display: block;}
.info_box em br{display: none;}
.detail_box{text-align: center;}
.detail_box img{max-width: 100%;}
.gallery_detail img{
	cursor: url('/templets/cloud_08/images/zoom.png'), default;
}
figure img{
	cursor: url('/templets/cloud_08/images/zoom-.png'), default;
}
.gallery_detail .text img{margin-bottom: 40px;}

.gallery_detail{
	width: 90%;
	margin: 50px auto;
}
.gallery_detail p.text{text-align: center;margin: 20px 0;}

/*—————————————————————————————————————— news ————————————————————————————————*/

.about_,.w_h12c,.other_{
	margin:80px auto 60px auto;
}

.news_list{
	width: 90%;
	margin:80px auto 60px auto;
}

.news_box{
	position: relative;
	width: 47%;
	margin:0 1.5% 50px 1.5%;
	padding: 30px;
}
.news_box .img a{position: relative;z-index: 99;}
.news_box .text p{
	font-size: 21px;letter-spacing: 1px;line-height: 26px;
	line-height: 28px;
	margin-top: 12px;
	margin-bottom: 30px;
	transition: 0.3s;
}
.news_box .text p.brief{font-size: 13px;margin-bottom: 20px;line-height: 22px;color: #666;}
.news_box .text span{font-size: 12px;color: #999;}
.news_box img{width: 100%;height: auto;}

.news_{margin:40px auto;width: 85%;min-width: 950px;}
.news_detail{
	width: 65%;
	float: left;
	padding: 30px;
}
.news_other{
	width: 35%;
	float: left;
	padding: 30px;
}

.news_detail .time{display: block;font-size: 12px;opacity: 0.6;}
.news_detail em{font-size: 21px;font-style: normal;display: inline-block;margin: 4px 0 36px 0;letter-spacing: 1px;}


.news_other{margin-bottom: 100px;}

.news_other .news_box{margin:0;width: 100%;padding: 20px;}
.news_other .news_box p{font-size: 14px;line-height: 20px;margin-bottom: 10px;margin-top: 0;}
.news_other .img{width: 30%;float: left;background-color: #F2F4F5;min-height: 80px;}
.no_img:after{
	content: 'No image';font-size: 11px;color: #d2d2d2;
	position: absolute;
	top: 50%;left: 0;text-align: center;margin-top: -10px;
	width: 100%;height: 20px;line-height: 20px;
}
.news_other .text{width: 70%;float: left;padding-left: 20px;position: relative;top: -4px;}

/*—————————————————————————————————————— contact ————————————————————————————————*/
.contact{
	margin-top: 20px;
}
.contact_left,.contact_right{position: relative; vertical-align: top;font-size: 14px;line-height: 24px;}
.contact_left{width: 35%; margin-right: 5%;float: left;}
.contact_left img{width: 100%;}
.contact_left em,.contact_right em{font-size: 18px;width: 100%;display: inline-block;font-style: normal;margin-bottom: 20px;color: #333;}
.contact_left p{white-space: pre-line;}
.contact_right{width: 60%;float: right;}
.contact_no_img{float: none;margin: 0 auto;width: 100%;}
.my_map{margin-top: 30px;width: 97%;margin-left: auto;margin-right: auto;}
.contact_left p a:hover{border-bottom: 1px solid #274b92;}


.contact_right > p{
	font-size: 20px;
	margin-bottom: 10px;
}
.contact_text{white-space: pre-line;margin-bottom: 40px;}
.contact_text p{color: #111;}

.form input,.formText{
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	padding: 5px 10px;
	outline:medium;
	font-family:"tt_1",Arial,'微软雅黑';
	-webkit-appearance: none;
	box-sizing:border-box;
	transition: 0.4s;
}
.form input:focus,.form textarea:focus{ border-color:#555; }
.form dl{margin-bottom: 10px;}
.form dt{font-size: 12px;}
.form dl{width: 49%;float: left;}
.form dl:first-child{margin-right: 2%;}
.form textarea{min-height: 100px;max-width: 100%;font-family:"tt_1",Arial,'微软雅黑';}
.formBtn button{
	padding: 10px; 
	width:100%;
	background-color: #111;
	color: #fff;
	margin: 10px auto;
	line-height: 18px;
	border-radius: 2px;
	cursor: pointer;
	border: none;
	font-family:"tt_1",Arial,'微软雅黑';
	transition: 0.4s;
}
@media screen and (min-width: 1025px) {
	.formBtn button:hover{background-color: #67b48e;}
	.more:hover a{color: #fff;}
}

/*—————————————————————————————————————— footer ————————————————————————————————*/

footer{
	position: relative;
	padding: 0 6.5%;
	width: 100%;
	opacity: 0;
	z-index: 10;
	transition: 0.4s;
}
footer:after,header:after{
	content: '';width: 100%;height: 100%;left: 0;top: 0;position: absolute;
	opacity: 0.95;filter:alpha(opacity=95);
	z-index: -1;
}
.follow{
	position: relative;
	margin-top: 30px;
	left: -4px;
	z-index: 4;
}
.follow_bottom{
	position: absolute;
	bottom: 60px;left: 60px;
}
.follow span{
	position: relative;
	display: inline-block;
	font-family: 'mysocial';
	opacity: 0.5;filter:alpha(opacity=50);
	background-color: #444;
	margin: 0 3px;
	width: 50px;height: 50px;
	border-radius: 40px;
	transition: 0.4s;
}
.follow span:after{
	position: absolute;
	font-size: 36px;color: #fff;
	width: 100%;height: 100%;left: 0;top: 0;line-height: 56px;
	text-align: center;
	transition: 0.4s;
}
.s-qq:after{content: 'd';}
.s-taobao:after{content: 'a';}
.s-tt:after{content: 'c';}
.s-weibo:after{content: 'b';}
.s-renren:after{content: 'x';}

.follow span:hover{opacity: 1;filter:alpha(opacity=100);}
.s-qq:hover{background-color: #73c5ec;}
.s-taobao:hover{background-color: #fe5f27;}
.s-tt:hover{background-color: #33cbe2;}
.s-renren:hover{background-color: #4374d6;}
.s-weibo:hover{background-color: #f54646;}
.follow span:hover:after{color: #fff;}

.footer_p{
	height: 60px;
	line-height: 61px;
	overflow: hidden;
	text-align: center;
}
.footer_p p{display: inline-block;font-size: 12px;color: #bbb;}
p.copy{font-size: 12px;line-height: 48px;}

.copy a{color: #999 !important;}
a.abc{opacity: 0.5;}

.m_list{display: none;text-align: center;position: relative;z-index: 3;}
.m_list img{width: 100%;}
.m_list li{margin-bottom: 30px;position: relative;}
.m_list p img {
	position: absolute;
	top: 0;left: 0;
	width: 50%;height: auto;
}

.t_box_list{}
.pic_text p.text span{width: 50%;margin-bottom:10px;display: inline-block;padding:20px;font-size: 14px;}
.pic_text p.text span img{margin-bottom: 20px;max-width: 100%;margin-top: 0;}
.pic_text p.text span em{font-size: 18px;display: block;margin-bottom: 10px;margin-top: 0;}

/* Slider */
.slick-slider{
	position: relative;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	overflow: hidden;
}
.slick-prev, .slick-next {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -25px;
	font-family: lg;
	background: rgba(255,255,255,.8);
	border: none;
	outline: none;
	z-index: 999;
	cursor: pointer;
	transition: 0.3s;
}
.slick-prev{left: 0;}
.slick-next{right: 0}
.category_list .slick-next{right: 6px;}
.category_list .slick-prev{left: 6px;}
.slick-prev:before,.slick-next:before{
	content: "";
	position: absolute;
	width: 100%;height: 100%;
	top: 0;left: 0;
	font-size: 28px;
	color: #555;
	line-height: 59px;
	z-index: 999;
	transition: 0.3s;
}
.slick-prev:before{content: '\e5c4';}
.slick-next:before{content: '\e5c8';}
.slick-prev:hover,.slick-next:hover{background: rgba(255,255,255,1);}
.slick-prev:hover:before,.slick-next:hover:before{color: #47CD58;}

.slick-dots{
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
	z-index: 999
}
ul.slick-dots li{display: inline-block;margin: 0 7px;}
ul.slick-dots button{
	color: transparent;background-color: #ccc;background-color: rgba(222,222,222,.8);
	border: none;outline: none;
	width: 12px;height: 12px;border-radius: 8px;
	padding: 0;
	cursor: pointer;
	z-index: 999
}
ul.slick-dots li.slick-active button{
	opacity: 1;filter:alpha(opacity=100);background-color: #47CD58;
}

/*ie8移动的关键代码*/
.slick-track{position: relative;top: 0;left: 0;display: block;}

/*—————————————————————————————————————— 整体响应 ————————————————————————————————*/
@media screen and (max-width: 1439px) {
	.pic_box{
		width: 30%;
		margin:0 1.666% 40px 1.666%;
	}
	nav{padding:20px 40px;}
	.news_other .news_box p{font-size: 12px;line-height: 18px;}
	.news_detail em{font-size: 18px;}
	p.text {font-size: 13px;line-height: 26px;}
	.catg_text p{font-size: 24px;}

}
/*ipad */
@media only screen and (max-device-width : 1024px) and (orientation : landscape) { 
	.only_text{display: block !important;}
	.only_text video{width: 100%;}
	.slider_full video{display: none;}

	.pic_box{
		width: 48%;
		margin:0 1% 30px 1%;
	}
	.catg_text{bottom: 20px;left: 20px;}
	.catg_text p{font-size: 16px;}
	.nav_btn{display: block;}

}

@media screen and (max-width: 959px) {
	.only_text{display: block !important;}
	.only_text video{width: 100% !important;display: block !important;}
	.slider_full video{display: none;}
	.w_full{width: 96%;}
	.contact_left,.contact_right{width: 100%;margin-right:0; }
	.padd{margin-bottom: 40px !important;}

	.only_text .pic_text{width: 96%;min-width: 96%;padding: 0;margin: 0 auto;}


	.header{width: 96%;min-height: 70px;}
	nav{padding: 30px;width: 50%;right: -50%;}
	nav ul.main{padding-bottom: 100px;}

	nav ul.main>li>a{font-size: 13px;height: 30px;line-height: 30px;}
	nav ul.sub a{font-size: 11px;height: 18px;line-height: 18px;}
	nav ul.sub{padding-left: 10px;
		display: block !important;opacity: 1 !important;height: auto !important;padding: 0 0 10px 20px !important;margin: 0 !important;
	}
	.nav_icon{right: 3%;top: 12px;width: 40px;height: 40px;color: transparent;}
	.nav_icon:after{width: 40px;height: 40px;line-height: 40px;font-size: 24px;}

	nav ul.main li.on:before {height: 20px;left: -30px;top: 3px;}
	.nav_btn{display: block;}
	.follow{display: none;}

	.logo{float: none;width: 100%;text-align: center;line-height: normal;max-height: 70px;line-height: 70px;}
	.logo img {max-width: 200px;max-height: 70px;}
	.header_info{display: none;}
	.category{width: 200px;}


	.slider_full video{height: 100%;width: auto;}
	.m_list{display: block;}
	.slides_content{width:100%}
	.rslides p img{max-width: 40%;}

	.title_1{font-size: 12px;height: 16px;line-height: 16px;}
	.category>p{letter-spacing: 0;overflow: hidden;}
	.category a{font-size: 13px;min-height: 24px;line-height: 24px;}
	.category a:first-child,.catg_group .menu{margin-top: 10px;}
	.category a:last-child{margin-bottom: 10px;}
	.title_1:before{height: 12px;}
	.title_group{padding: 10px 0;}

	.pic_text p.text span em{font-size: 16px !important;line-height: 20px !important;}
	.pic_text p.text span{font-size: 12px;line-height: 20px;padding: 16px;}

	p.text{font-size: 12px;line-height: 22px;}
	.main_pic{margin-bottom: 20px;}
	.home_t_item,.home_p_item{width: 100%;padding: 0;margin-bottom: 20px;}
	.home_t_item .title_1{margin-bottom: 10px;}

	.news_list, .about_, .contact, .w_h12c,.news_,.gallery_detail{width: 96%;min-width: 96%;margin: 20px auto;}
	.news_box .text p.brief{font-size: 11px;line-height: 18px;}

	.news_list,.news_list,.about_,.contact,.w_h12c,.other_{width: 100%;}
	.news_box{margin-bottom: 20px;}
	.news_box .text p {font-size: 14px;line-height: 18px;margin-bottom: 10px;}
	.more{display: none;}
	.news_detail, .news_other{padding: 20px;margin-bottom: 30px;padding-bottom: 20px;}
	.news_detail em{font-size: 14px;}
	.news_detail .time{font-size: 11px;}
	.news_other{display: none;}
	.news_detail{width: 100%;float: none;}
	.slick_list{margin: 40px auto;}
	.pic_box >p{margin:4px 0;font-size: 11px;line-height: 14px;}

	.about_, .contact{padding: 0;}

	.page li a{font-size: 12px;}
	.page{height: 80px;}
	.ctrl{width: 100%;left: auto;margin: 0;}
	.ctrl .prev, .ctrl .next, .ctrl .back{width: 24px;}
	.ctrl .prev{right: 25px;}

	.contact_left p{font-size: 12px;}
	.contact_left{margin-bottom: 30px;}
	.contact_left,.contact_right,.contact_no_img{width: 100%;margin-right: 0;margin-bottom: 50px;}
	.my_map{margin-top: 0;}

	.slick-prev, .slick-next{width: 30px;height: 30px;margin-top: -15px;}
	.slick-prev:before, .slick-next:before{line-height: 29px;font-size: 20px;}
	ul.slick-dots button{width: 4px;height: 4px;}
	.slick-dots{bottom: 10px;}
	ul.slick-dots li{margin: 0 4px;}
	.follow{display: none !important;}

}
@media screen and (max-width: 768px) {
	.logo img {
	    height: 15px;
	}
}
@media screen and (max-width: 480px) {

	nav{width: 80%;right: -80%; padding: 40px 20px;}
	nav ul.main li.on:before{left: -30px;}
	nav ul.main li a{font-size: 12px;}
	.title_1{font-size: 10px;height: 16px;line-height: 16px;}

	.news_box .text p {font-size: 12px;line-height: 14px;}
	.category a{font-size: 12px;}
	.news_other .news_box{float: none;width: 100%;margin: 0;margin-bottom: 20px;}

	.contact_text p{font-size: 12px;}

	.pic_box,.pic_text p.text span,.news_box{width: 100%;margin:0 0 30px 0;}
	.catg_text{bottom: 10px;left: 10px;}
	.catg_text p{font-size: 12px;}
	.my_map{height: 150px !important;}

}












