@charset "utf-8";
@font-face {
  font-family: "PingFang SC Regular";
  src: url("../fonts/pingfang sc regular.ttf") format("truetype");
}
/* body整体背景定义 */
body {
	border: 0;
	/* background: #303030; */
}
.top {
	width: 85%;
	height: 75px;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
	margin-top: 12px;
}
.logo img {
	height:31px;
}
.newsbg{ display:none;}
.news-m-bg{background: url(../images/bg02.jpg) no-repeat #242424; background-size:100% auto;}
.news-m-bg1{background: url(../images/ywbg.jpg) no-repeat #242424; background-size:100% auto;}
.news-m-bg2{background: url(../images/bg03.jpg) no-repeat #272527; background-size:100% auto;}
.news-m-bg3{background: url(../images/bg-t.jpg) no-repeat center top #242424; }

.nav {
	float: right;
	display: block;
	overflow: hidden;
}
.nav ul {
	float: left;
	display: block;
	overflow: hidden;
	text-align: right;
}
.nav ul li {
	display: inline-block;
	font-family: "黑体";
	font-size: 18px;
	font-weight:bold;
	margin: 0 18px;
	width: 80px;
	text-align: center;
	line-height: 75px;
	height: 75px;
}
.nav ul li a {
	color: #999999;
	font-weight:bold;
	font-size: 18px;
	font-family: "黑体";
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.nav ul li.cur {
	line-height: 75px;
	height: 75px;
	background: #ff8a00;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	color: #fff;
}
.nav ul li.cur a {
	color: #fff;
}
.nav ul li:hover {
	line-height: 75px;
	height: 75px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.banner {
	width: 100%;
	border: 0px solid red;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
/* Direction Nav */

.flex-direction-nav li a {
	width: 22px;
	height: 41px;
	margin: 0px 0 0;
	display: block;
	background: url(../images/nimg22.png) no-repeat 0 0;
	position: absolute;
	top: 43%;
	text-indent: -9999px;
	cursor: pointer;
}
.flex-direction-nav li a.next {
	background-position: -22px 0px;
	right: 100px;
}
.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 100px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 18px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 10px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	background: #ffffff;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -12px;
}
.flex-control-nav li a.active {
	background: #ffffff;
	cursor: default;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.service {
	width: 100%;
	position: relative;
}
.servicebg {
	width: 100%;
}
.servicebg img {
	width: 100%;
}
.service_n {
	width: 100%;
	position: absolute;
	z-index: 999;
	top: 67%;
}
.service_list {
	width: 85%;
	margin: 0 auto;
}
.service_list ul {
	width: 100%;
	float: left;
}
.service_list ul li {
	width: 18%;
	float: left;
	min-height: 224px;
	border-radius: 5px;
	margin: 0 1%;
	background: url(../images/sevbg.png);
}
.service_list ul li h1 {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}
.service_list ul li h1 img {
	width: 30%;
}
.service_list ul li span {
	width: 100%;
	font-size: 16px;
	float: left;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.m {
	width: 100%;
	margin: 0 auto;
}
.more {
	width: 100%;
	margin: 20px auto;
	margin-bottom: 90px;
	text-align: center;
}
.top-px {
	margin: 40px auto;
}
.more img {
	width: 20%;
}
.artist {
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
}
.artist_title {
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
}
.artist_title a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
	padding: 4px 20px;
}
.artist_title a.cur {
	display: inline-block;
	font-size: 14px;
	color: #ff8a00;
	margin: 0 20px;
	padding: 4px 30px;
	border: 1px solid #ff8a00;
}
.news {
	width: 100%;
	position: relative;
}
.thcg_title {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.thcg_title h1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight:normal;
}
.thcg_title span {
	color: #fff;
	display: inline-block;
	width: 250px;
	height: 1px;
	background: #fff;
	margin-bottom: 5px;
	font-size: 18px;
}
.thcg_title p {
	color: #fff;
	font-size: 16px;
	font-family:PingFang SC Regular;
}
.newsbg {
	width: 100%;
}
.newsbg img {
	width: 100%;
	border: 0;
	overflow: hidden;
}
.news_n {
	width: 100%;
	position:relative;
	z-index: 999;
	overflow:hidden;
}
.news_title {
	text-align: center;
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
}
.news_title img {
	width: 60%;
}
.yw_title {
	text-align: center;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}
.yw_title img {
	width: 80%;
}
.vdio {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
	background: #000;
}
.vdio dl {
	width: 100%;
	overflow: hidden;
	float: left;
}
.vdio dl dt {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
}
.vdio dl dt a {
	width: 100%;
	float: left;
}
.vdio dl dt img {
	width: 100%;
	display: block;
}
.vdio dl dd {
	width: 30%;
	overflow: hidden;
	float: right;
}
.vdio dl dd span label {
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #fff;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 18px;
}
.vdio dl dd span {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio dl dd h1 {
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 26px;
	color: #fff;
	margin-top: 41%;
}
.vdio dl dd h1 p {
	margin-left: 15%;
	line-height: 40px;
	width:75%;
	font-weight:normal;
	min-height: 180px;
}
.vdio dl dd b {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio dl dd b img {
	width: 80%;
}
.v-vdio {
	width: 18%!important;
	position: absolute;
	top: 45%;
	right: 2%;
}
.news_list {
	width: 85%;
	background: #fff;
	border: 9px solid #333;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5%;
}
.news_list_n {
	width: 98%;
	margin: 1% auto;
	border: 1px solid #333;
}
.news_list_n ul {
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	overflow: hidden;
}
.news_list_n ul li {
	width: 45%;
	float: left;
	margin-top: 2%;
	margin-left:3.3%;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.news_list_n ul li:hover {
	cursor: pointer;
}
.news_list_n ul li:hover span {
	color: #ff7f30;
}
.news_list_n ul li:hover h1 {
	color: #ff7f30;
}
.news_list_n ul li:hover a.more_b {
	color: #ff7f30;
	border: 1px solid #ff7f30;
}
.news_list_n ul li:hover label em
{background:url(../images/yj-icon1.png) no-repeat;}
.news_list_n ul li:hover a {
	color: #ff7f30;
}
.news_list_n ul li:hover b {
	color: #ff7f30;
}
.news_list_n ul li:hover label {
	color: #ff7f30;
}
.news_list_n ul li span {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
}
.news_list_n ul li h1 {
	width: 70%;
	float: left;
	padding: 8px 0px;
	font-size: 16px;
	height:32px;
	overflow:hidden;
	font-weight:normal;
}
.more_b {
	border: 1px solid #3f3f3f;
	padding: 8px 25px;
	float: right;
	font-size: 14px;
}
.news_list_n ul li b {
	font-weight: normal;
	float: left;
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
	color: #282828;
}
.news_list_n ul li label {
	font-weight: normal;
	font-size: 13px;
	margin-top: 10px;
	color: #282828;
	margin-left: 20px;
}
.news_list_n ul li label em{
	background:url(../images/yj-icon.png) no-repeat;
	width:13px;
	height:13px;
	display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
	}
.page {
	width: 100%;
	float: left;
	margin-top: 22px;
	text-align: center;
}
.page a:hover {
	color: #e47b00;
	border: 1px solid #e47b00;
}
.page a.page-num-current {
	color: #e47b00;
	border: 1px solid #e47b00;
}
.page_home {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 2px 0 0 2px;
	font-size: 13px;
	padding: 6px 8px;
	cursor: pointer;
	overflow: hidden;
}
.page-num {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 13px;
	padding: 6px 12px;
	cursor: pointer;
	overflow: hidden;
}
.page_w {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0 2px 2px 0;
	font-size: 13px;
	padding: 6px 8px;
	overflow: hidden;
	cursor: pointer;
}
.foot {
	width: 100%;
	overflow: hidden;
	background: #d4d4d4;
	float: left;
}
.bottom {
	width: 84%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.imgbg {
	width: 10%;
	vertical-align: middle;
	margin-top: -90px;
	margin-right: 40px;
}
.b_logo {
	width: 13%;
	float: left;
	margin-top: 20px;
}
.b_logo img {
	width: 100%;
	float: left;
}
.bottom span {
	line-height: 24px;
	font-size: 14px;
	float: left;
	color: #333333;
	margin-left: 40px;
	font-family: "微软雅黑";
}
.jr_an {
	border: 1px solid #ff8a00;
	padding: 10px 40px;
	float: left;
	color: #ff8a00;
	font-size: 14px;
	margin: 35px 0 0 50px;
}
.bottom label {
	line-height: 24px;
	font-size: 13px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #333333;
	font-family: "微软雅黑";
}
.code { height:100px;
}
.card:hover {
	cursor: pointer;
}
.card:hover img {
	opacity: 0.8;
}
.card:hover div h2 {
	color: #ff7f30;
}
.jrwm {
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 3%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight:normal;
}
.more-jr {
	width: 100%;
	margin: 10% auto;
	text-align: center;
}
.more-jr a {
	width: 200px;
	border: 1px solid #fff;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	margin: 20px auto;
	margin-bottom: 50px;
	text-align: center;
}
.more-jr a:hover {
	width: 200px;
	border: 1px solid #ff8a00;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	color: #ff8a00;
	border-radius: 3px;
	margin: 20px auto;
	margin-bottom: 50px;
	text-align: center;
}
.wenda {
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
}
.wenda ul {
	width: 100%;
	float: left;
	margin-bottom: 55px;
}
.wenda ul li {
	width: 100%;
	float: left;
	margin-top: 22px;
	margin-bottom: 10px;
}
.wenda ul li h1 {
	width: 100%;
	font-size: 16px;
	float: left;
}
.wenda ul li p {
	width: 100%;
	font-size: 14px;
	float: left;
	margin-top: 7px;
	line-height: 24px;
}
.liuyan_list {
	width: 75%;
	background:url(../images/bg-c.png);
	border: 9px solid #333;
	min-height: 605px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 7%;
}
.liuyan_list_n {
	width: 98%;
	margin: 1% auto;
	min-height: 585px;
	border: 1px solid #333;
}
.liuyan_list_n dl {
	width: 94%;
	margin: 0 auto;
	padding: 1% 0;
	overflow: hidden;
}
.liuyan_list_n dl dt {
	float: left;
	margin: 45px 0 0 70px;
	width:45%;
}
.liuyan_list_n dl dt ul {
	float: left;
	width: 100%;
}
.liuyan_list_n dl dt ul li {
	float: left;
	margin: 20px 0 0 0;
	background:#fff; border-radius:2px;
	width: 100%;
	position:relative;
}
.liuyan_list_n dl dt ul li b{
	position:absolute; top:8px; left:5px;
}
.input0b {
	border: 0;
	background: none;
	height: 45px;
	width: 90%;
	color:#666;
	padding: 0 5px;
	margin-left:30px;
	outline: none;
}
.input0b1 {
	border: 0;
	background: none;
	height: 45px;
	width: 90%;
	color:#666;
	padding: 0 5px;
	margin-left:28px;
	outline: none;
}
.button-tj {
	width: 200px;
	height: 45px;
	background: #ff8a00;
	border-radius: 4px;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
.liuyan_list_n dl dd {
	float: right;
	width: 30%;
	text-align: center;
	min-height: 400px;
	position:relative;
	margin: 45px 70px 0 0px;
}
.button-sc {
	width: 200px;
	height: 45px;
	line-height:45px;
	background: #ff8a00;
	border-radius: 4px;
	color: #fff;
	margin: 0 auto;
	margin-top: 160px;
	font-size: 16px;
	outline: none;
	position:absolute;
	top:0;
	left:16.4%;
	cursor: pointer;
}
.tjzp {
	height: 45px;
	line-height:45px;
	background: #ffffff;
	opacity: 1;
	border-radius: 4px;
	color: #666;
	margin: 0 auto;
	margin-top: 130px;
	font-size: 18px;
	outline: none;
	cursor: pointer;
}
.tjzp b {
	width: 200px;
	overflow: hidden;
	display: block;
	font-size: 59px;
	font-weight: normal;
	margin:0 auto;
}
.wznr img{max-width:100%;height:auto !important;}
.job {
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.job_l {
	width: 35%;
	overflow: hidden;
	float: left;
	background: #000;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.job_l span {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 13px;
	margin-top: 20px;
	color: #999999;
}
.job_l span b {
	width: 50px;
	text-align: center;
	margin: 0 auto;
	background: #999999;
	height: 1px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	margin-top: 10px;
	color: #999999;
}
.job_l h1 {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 24px;
	margin-top: 40px;
	color: #fff;
	font-weight:normal;
}
.job_l p {
	text-align: left;
	float: left;
	font-size: 14px;
	margin-top: 40px;
	color: #fff;
	line-height: 30px;
	margin-left: 34%;
}
.job_r {
	width: 60%;
	overflow: hidden;
	float: right;
	margin-top: 0px;
}
.job_r ul {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}
.job_r ul li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.job_r ul li h1 {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.job_r ul li p {
	width: 100%;
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
}
.jobc {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0px;
}
.jobc_l {
	width: 50%;
	overflow: hidden;
	float: left;
	background: #000;
	margin-top: 0px;
	padding-bottom: 8%;
	margin-bottom: 6%;
}
.jobc_l span {
	width: 40%;
	text-align: center;
	float: right;
	font-size: 13px;
	margin-top: 20px;
	color: #999999;
}
.jobc_l span b {
	width: 50px;
	text-align: center;
	margin: 0 auto;
	background: #999999;
	height: 1px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	margin-top: 10px;
	color: #999999;
}
.jobc_l h1 {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 24px;
	margin-top: 6%;
	color: #fff;
	font-weight:normal;
}
.jobc_l p {
	text-align: left;
	float: left;
	width:100%;
	text-align:center;
	font-size: 16px;
	margin-top: 40px;
	color: #fff;
	line-height: 30px;
}
.jobc_r {
	width: 43%;
	overflow: hidden;
	float: right;
	margin-top: 0px;
}
.jobc_r ul {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}
.jobc_r ul li {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.jobc_r ul li h1 {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.jobc_r ul li p {
	width: 100%;
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
}
.vdio-t {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
	background: #000;
}
.vdio-t dl {
	width: 100%;
	overflow: hidden;
	float: left;
}
.vdio-t dl dt {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
}
.vdio-t dl dt a video{
	outline:none;
}
.vdio-t dl dt a{
}
.vdio-t dl dt img {
	width: 100%;
	display: block;
}
.vdio-t dl dd {
	width: 30%;
	overflow: hidden;
	float: right;
}
.vdio-t dl dd span label {
	color: #999999;
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #999999;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 18px;
}
.vdio-t dl dd span {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #999999;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio-t dl dd h1 {
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 26px;
	color: #fff;
	margin-top: 11%;
	font-weight: normal;
}
.vdio-t dl dd h1 p {
	margin-left: 15%;
	line-height: 40px;
}
.vdio-t dl dd div {
	margin-left: 15%;
	font-size: 14px;
	width: 72%;
	float: left;
	color: #fff;
	margin-top: 25px;
	line-height: 22px;
	min-height: 170px;
}
.vdio-t dl dd b {
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5%;
	margin-right: 5%;
}
.vdio-t dl dd b img {
	width: 80%;
}
.news_nb {
	width: 100%;
	z-index: 999;
	margin-top: 7%;
	padding-bottom: 6%;
}
.nr_n {
	width: 100%;
	z-index: 999;
	top: 67%;
	overflow: hidden;
}
.nr_list {
	width: 89.3%;
	margin: 0 auto;
}
.nr_list ul {
	width: 100%;
	float: left;
}
.nr_list ul li {
	width: 28%;
	float: left;
	min-height: 224px;
	border-radius: 5px;
	margin: 0 2.5%;
	background: url(../images/sevbg.png);
}
.nr_list ul li h1 {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
.nr_list ul li h1 img {
	width: 20%;
}
.nr_list ul li span {
	width: 100%;
	font-size: 16px;
	float: left;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.nr_list ul li p {
	width: 99%;
	padding: 0 10%;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 22px;
	color: #fff;
	margin-top: 8px;
}
.city_title {
	text-align: center;
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 6%;
}
.city_title img {
	width: 50%;
}
.citylist {
	text-align: center;
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom:5%;
}

.citylist_title {
	width: 100%;
	overflow: hidden;
	float: left;
}
.citylist_title h1 {
	float: left;
	font-size: 15px;
	color: #ff8a00;
	padding: 7px 0px;
}
.citylist_title ul {
	float: right;
	margin-left: 0;
}
.citylist_title ul li {
	float: left;
}
.citylist_title ul li a {
	float: left;
	border: 1px solid #999999;
	padding: 7px 20px;
	margin-left: 15px;
	font-size:14px;
	color: #eeeeee;
}
.citylist_title ul li a:hover {
	float: left;
	border: 1px solid #ff8a00;
	padding: 7px 20px;
	margin-left: 15px;
	color: #ff8a00;
}
.citylist_title ul li.cur a {
	float: left;
	border: 1px solid #ff8a00;
	padding: 7px 20px;
	margin-left: 15px;
	color: #ff8a00;
}
.citylist_n {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 18px;
}
.citylist_n img {
	width: 100%;
}
.citylist_text {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 25px;
	color: #fff;
	font-size: 14px;
}
.citylist_text p{ line-height:30px}
.xw_detail {
	width: 80%;
	margin: 5% auto;
	background: #1f1f1f;
	border: 1px solid #545454;
}
.xw_detail_t {
	width: 90%;
	margin: 3% 5%;
	overflow: hidden;
	padding-bottom: 21px;
	border-bottom: 1px solid #989898;
}
.xw_detail_t h1 {
	width: 100%;
	float: left;
	font-size: 25px;
	font-weight:normal;
	color: #fff;
}
.xw_detail_t span {
	float: left;
	font-size: 14px;
	color: #bcbcbc;
	font-family: "微软雅黑";
	margin-top: 15px;
}
.xw_detail_t label {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #bcbcbc;
	font-family: "微软雅黑";
	margin-top: 15px;
}
.xw_detail_n {
	width: 90%;
	margin: 3% 5%;
	overflow: hidden;
	color: #fff;
	line-height: 33px;
	font-size: 15px;
	padding-bottom: 12px;
}
.yr_about {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
}
.yr_about dl {
	width: 100%;
	overflow: hidden;
	float: left;
}
.yr_about dl dt {
	width: 40%;
	overflow: hidden;
	float: left;
}
.yr_about dl dt img {
	width: 100%;
}
.yr_about dl dd {
	width: 55%;
	overflow: hidden;
	float: left;
	margin-left: 5%;
}
.yr_about dl dd h1 {
	width: 100%;
	float: left;
	font-size: 26px;
	color: #fff;
	margin-top: 16px;
	font-weight: normal;
}
.yr_about dl dd h1 span {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.yr_about dl dd p {
	width: 100%;
	margin-top: 15px;
	line-height: 29px;
	float: left;
	font-size: 15px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: normal;
	word-wrap:break-word;
}
.yr_about dl dd p span{
	word-wrap:break-word;
}
.more-list {
	width: 76%;
	margin: 0 auto;
}
.more-list-t {
	width: 100%;
	float: left;
	font-size: 18px;
	padding-left: 0.6%;
	color: #fff;
}
.more-list-n {
	width: 100%;
	float: left;
}
.more-jrwm {
	width: 100%;
	margin: 20px auto;
	margin-top: 20px;
	text-align: center;
}
.more-jrwm a {
	width: 200px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	margin: 0 20px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.more-jrwm a.cur {
	width: 200px;
	cursor: pointer;
	border: 1px solid #ff8a00;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #ff8a00;
	overflow: hidden;
	border-radius: 3px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.more-jrwm a:hover {
	width: 200px;
	border: 1px solid #ff8a00;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #ff8a00;
	border-radius: 3px;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	text-align: center;
}
.liuyan_list_n1 {
	width: 75%;
	margin: 0% auto;
	display: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-bottom:4%;
}
.liuyan_list_n1 dl {
	width: 94%;
	margin: 0 auto;
	padding: 1% 0;
	overflow: hidden;
}
.liuyan_list_n1 dl dt {
	float: left;
	margin: 25px 0 0 70px;
	width:45%;
}
.liuyan_list_n1 dl dt ul {
	float: left;
	width: 100%;
}
.liuyan_list_n1 dl dt ul li {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.liuyan_list_n1 dl dd {
	float: right;
	background: #ffffff;
	opacity: 0.5;
	width: 30%;
	text-align: center;
	min-height: 400px;
	margin: 45px 70px 0 0px;
}
.input0c {
	
	background: none;
	height: 45px;
	width: 100%;
	color: #666;
	font-size: 15px;
	padding: 0 8px;
	outline: none;
}
.input0c1 {
	background: none;
	height: 45px;
	width: 100%;
	color: #666;
	font-size: 15px;
	padding: 0 7px;
	outline: none;
}
.thisclass {
	display: block;
}
.ljzx_w {
	width: 45%;
	margin: 0% auto;
	margin-top: 4%;
	display: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-bottom:4%;
	overflow:hidden;
}
.ljzx_w ul {
	width: 100%;
	float: left;
}
.ljzx_w ul li {
	width: 33%;
	float: left;
}
.ljzx_w ul li img {
	width: 100%;
	float: left;
}
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}
.remodal, [data-remodal-id] {
display:none
}
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: ""
}
.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.remodal {
	position: relative;
	outline: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
.remodal-is-initialized {
	display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px)
}
.remodal-overlay {
	background: rgba(43,46,56,.9)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
	padding: 10px 10px 0
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
	vertical-align: middle
}
.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: 0 0
}
.remodal-close:hover, .remodal-close:focus {
	color: #2b2e38
}
.remodal-close:before {
	font-family: Arial, helvetica cy, nimbus sans l, sans-serif!important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center
}
.remodal-confirm, .remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0
}
.remodal-confirm {
	color: #fff;
	background: #81c784
}
.remodal-confirm:hover, .remodal-confirm:focus {
	background: #66bb6a
}
.remodal-cancel {
	color: #fff;
	background: #e57373
}
.remodal-cancel:hover, .remodal-cancel:focus {
	background: #ef5350
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
padding:0;
border:0
}
.flash{
    top: 26%;
    left: 20%;
    width:63%;
    display:none;
    background-color: #BEEBEE;
    margin:0 auto;
    height:63%;
    position: fixed;
    z-index: 10002;
  }
@media (max-width:1920px)
{
	.button-sc{left:25.4%;}
	.more-list{width:86%;}
	.nav ul li{margin: 0 12px;}
	.service_list ul li span{font-size:18px;}
	.service_list ul li{min-height: 286px;}
	.service_list ul li h1{margin-top:67px;}
	.service_list ul li span{margin-top:10px;}
	.job_l p {margin-left: 37%;}
	.job_r ul li p{font-size: 15px;}
	.nr_list{width:89.2%;}
	.nr_list ul li{min-height: 264px;}
	.jobc_l span{width:20%;}
	.jobc_r ul li p{ line-height:28px;}
	.jobc_l{margin-bottom:8%;}
	.video_h{ height:600px;}
}
@media (max-width:1600px)
{
.service_list ul li{min-height:260px;}
.button-sc{left:20.4%;}
.jobc_l span {
    width: 25%;
}
.video_h{ height:600px;}
}
@media (max-width:1440px)
{
	 .video_h{ height:500px;}
	 .more-list{width:86.4%;}
	.button-sc{left:16.5%;}
	.nr_list ul li{min-height: 224px;}
	.jobc_l span{width:30%;}
	.nav ul li{margin: 0 18px;}
	.service_list ul li{min-height: 224px;}
	.service_list ul li h1{margin-top:55px;}
	.nav ul li a{font-size:18px;}
	.service_list ul li span{margin-top:5px;}
	.job_l p {margin-left: 34%;}
	.jobc_l{margin-bottom:6%;}
	.job_r ul li p{font-size: 14px;}
	.nr_list{width:89.3%;}
}

.m_nav{ display:none;}
@media (max-width:750px){
	.yr_about dl dt,.yr_about dl dd{width:100%;}
	.yr_about dl dd{margin-left:0;}
	.nav{ display:none;}
	.top{height:45px;}
	.citylist_title ul{margin-left:0;}
	.jobc{width:90%;}
	.jobc_l,.jobc_r{width:100%;}
	.logo{ margin-top: 5px;}
	.logo img{ height:35px;}
	.service_n{top: 37%; position: relative; width:100%; background: url(../images/bg01_1.jpg) no-repeat #000; background-size:100% auto; overflow:hidden; padding-bottom:20px;}
	.servicebg,.newsbg{display:none;}
	.service_list ul li{width: 31.33%;  min-height: 117px; margin-bottom:8px;}
	.m{ overflow:hidden;}
	.artist{width:93%;}
	.service_list{width:90%;}
	.service_list ul{margin-top:10%;}
	.service_list ul li h1{margin-top: 25px;}
	.wrapper{padding-top:0!important; padding-bottom:30px!important;}
	.sortable__nav{margin-bottom: 30px!important;}
	.more img{width:40%;}
	.news{overflow:hidden;}
	.news_n{position:relative; width:100%; top:0; overflow:hidden; padding-top:20px;}
	.news-m-bg{background: url(../images/bg02.jpg); background-size:100% auto;}
	.dsj-m-bg{background: url(../images/dsjbg.jpg); background-size:100% auto;}
	.more {margin: 0px auto; margin-bottom: 30px;}
	.news_list{width: 93%; margin-top: 35px;}
	.news_list_n ul li{width: 94%; margin-right:0;     margin-top: 4%;}
	.news_list_n ul li h1{width:100%; height:auto;}
	.more_b{padding: 5px 12px; float:left;}
	.top-px{margin-top:7%;}
	.bottom span{margin-left:0;}
	.b_logo{margin-top:0;}
	.jr_an{margin-left:0; margin-top:15px;}
	.code,.imgbg{ display:none;}
	.bottom{width:75%;}
	.bottom label{ text-align:center;}
	.news_title{margin-top:6%;}
	.vdio,.vdio-t{ width: 90%; margin-top: 25px;}
	.vdio dl dt,.vdio dl dd,.vdio-t dl dt,.vdio-t dl dd{width:100%;}
	.vdio dl dt embed,.vdio-t dl dt embed{height:220px!important;}
	.vdio dl dd h1,.vdio-t dl dd h1{margin-top: 2%;}
	.vdio dl dd h1 p,.vdio-t dl dd h1 p{min-height: 101px;}
	.vdio dl dd b,.vdio-t dl dd b{margin-top:0;}
	.jrwm{margin-top: 40px; font-size: 20px;}
	.more-jr{margin-top:38px;}
	.more-jr a{margin-bottom: 28px;}
	.wenda{width:85%; margin-top:6px;}
    .liuyan_list{width:90%;}
	.liuyan_list_n dl dt{margin:0; width: 100%;}
	.liuyan_list_n dl dt ul,.liuyan_list_n dl dt ul li,.input0b,.liuyan_list_n dl dd,.job_l{width:100%;}
	.button-tj{margin-top: 5px;}
	.liuyan_list_n dl dd{margin: 25px 0px 20px 0px;}
	.job{width:90%; margin-top: 30px;}
	.job_l{padding-bottom:0; margin-bottom:0;}
	.job_r{width:100%;     margin-top: 25px;}
	.job_r ul li{margin-top:0;}
	.job_l h1{margin-top: 27px;}
	.job_l p{margin-top: 15px; padding-bottom: 15px;}
	.nr_list{width:95%;}
	.city_title{ display:none;}
	.citylist{width:90%; margin-top: 30px;}
	.citylist_title ul li.cur a{ margin-left: 0px;  margin-right: 15px;}
	.citylist_title ul li a{ margin-left: 0px; margin-right: 15px; margin-bottom:10px;}
	.xw_detail_t{margin: 6% 5%;}
	.xw_detail{width:90%;}
	.yr_about{width:90%; margin-top:30px;}
	.more-list,.liuyan_list_n1{width:90%;}
	.container{padding:0!important;}
	.more-list-t{line-height: 44px; padding-left: 0;}
	.more-jrwm a.cur{width:126px; padding:6px 0;}
	.more-jrwm a{width:126px; padding:6px 0; margin:0 10px;}
	.liuyan_list_n1 dl,.liuyan_list_n1 dl dt ul,.liuyan_list_n1 dl dt ul li,.input0c{width:100%;}
	.liuyan_list_n1 dl dt{margin:0; width:100%;}
	.liuyan_list_n1 dl dd{width:100%; margin: 45px 0px 20px 0px;}
	.more-jrwm{margin-bottom:0;}
	.ljzx_w{width:90%;}
	.ljzx_w ul{ padding-bottom:20px;}
	.citylist_title ul li a{width:100px; text-align:center;}
	.citylist_text{ margin-bottom:14px;}
	.citylist_n{padding-bottom:20px;}
	.xw_detail_n img{ height:auto;}
	.flash{
    top: 26%;
    left:inherit;
    width:80%;
    display:none;
    background-color: #BEEBEE;
    margin:0 10%;
    height:43%;
    position: fixed;
    z-index: 10002;
  }
.m_nav{ display:block;}	
.iphone__screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0em;
  right: 0em;
  overflow: hidden;
}
.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}
/**
* Navigation Defaults
*/
.nav1 {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active .nav1 {
  opacity: 1;
  background-color: #333;
}
.nav__list {
     margin: 50px 0 0 0;
  padding: 10px;
}
.nav__item {
  list-style-type: none;
  text-align: center;
  padding:15px 0;
}
.nav1__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px 22px;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 10px;
  top: 10px;
  z-index: 99999;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -8px;
}
.nav__icon:after {
  margin-top: 8px;
}
.nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav--active .nav1 {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    border-radius: 0;
    width: 100%;
    height: 100%;
	z-index:9999;
}
}
@-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity:0
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity:0
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
to {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: 0;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
to {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: 0;
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity:1
}
to {
	opacity: 0
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity:1
}
to {
	opacity: 0
}
}
@media only screen and (min-width:641px) {
.remodal {
	max-width: 800px
}
}
.lt-ie9 .remodal-overlay {
	background: #2b2e38
}
.lt-ie9 .remodal {
	width: 700px
}
.banner2{ height:400px;}
@media only screen and (max-width:768px) {
.banner2{ height:200px;}
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.pagination a.page-num-current {
  color: #333;
  background: #fff;
  border: 1px solid #fff;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100%; height:auto !important}