* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5
}
body, html {
	width: 100%;
	height: 100%
}
body {
	position: relative
}
a {
	color: inherit
}
a:hover {
	text-decoration: none
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: none
}
.title {
	font-size: 24px;
	line-height: 35px;
	color: #444;
	text-align: center
}
.title-cn {
	font-size: 18px;
	line-height: 35px;
	color: #444;
	text-align: center
}
.title-en {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.tit-intro {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.bg-gray {
	background: #fafafa;
}
@media screen and (max-width:1000px) {
.title {
	font-size: 28px;
	line-height: 60px
}
.title-cn {
	font-size: 14px;
	line-height: 30px
}
.title-en {
	font-size: 12px;
	line-height: 16px
}
}
@media screen and (max-width:767px) {
.title {
 font-size:18px;
 line-height:30px;
}
.tit-intro {
 margin-top:15px;
}
}
.wrap {
	width: 100%;
	max-width: 1180px;
	padding: 0 40px;
	height: auto;
	margin: 0 auto
}
.clearfix:after, .clearfix:before {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 1000
}
/*.header.white {
	background: rgba(255,255,255,.8);
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc
}
.header.white .logo {
	margin-top: 5px;
	padding: 6px 18px
}
.header.white .logo .logo-w {
	display: none
}
.header.white .logo .logo-c {
	display: block
}
.header.white .nav ul {
	margin-top: 16px
}
.header.white .nav ul li {
	color: #444;
	-webkit-transition: color ease .3s 0s;
	transition: color ease .3s 0s
}
.header.white .nav ul li .udline {
	background: #005bb6
}
.header.white .nav ul li.active, .header.white .nav ul li:hover {
	color: #005bb6
}
.header .logo {
	width: 260px;
	height: 75px;
	margin-top: 45px;
	-webkit-transition: margin-top ease .3s 0s;
	transition: margin-top ease .3s 0s
}
.header .logo .logo-c {
	display: none
}
.header .logo .logo-w {
	display: block
}
.header .nav {
	font-size: 18px;
	line-height: 46px
}
.header .nav ul {
	-webkit-transition: margin-top ease .3s 0s;
	transition: margin-top ease .3s 0s;
	margin-top: 56px
}
.header .nav ul li {
	min-width: 40px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	float: left;
	margin: 0 20px;
	//position: relative//
}
.header .nav ul li .udline {
	width: 0;
	height: 1px;
	background: #fff;
	//position: absolute;//
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width ease .3s 0s;
	transition: width ease .3s 0s
}
.header .nav ul li.active .udline, .header .nav ul li:hover .udline {
	width: 100%
}*/
.header-ph {
	width: 100%;
	height: 55px;
	background: #FFF;
	/*position: absolute;*/
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}
.header-ph .logo {
	width: 150px;
	height: auto;
	padding-top: 10px
}
.header-ph .logo a {
	display: block;
	height: auto
}
.header-ph .menu-btn {
	width: 40px;
	height: 40px;
	padding: 11px 5px;
	cursor: pointer;
	margin-top: 5px
}
.header-ph .menu-btn .open {
	display: block
}
.header-ph .menu-btn .close {
	display: none
}
.header-ph .menu-btn.menu-s .open {
	display: none
}
.header-ph .menu-btn.menu-s .close {
	display: block
}
.header-ph ul {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 50px;
	z-index: 188;
	padding: 30px 15% 0;
	display: none
}
.header-ph ul li {
	color: #444;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	text-align: center
}
.header-ph ul li.active {
	color: #e60012
}
/*.banner-w {
	overflow: hidden;
	width: 100%;
	height: auto;
}*/
.header-w {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	border: 1px solid #E2E2E2;
	z-index: 1000
}
.header-w .logo {
	width: 185px;
	height: 45px;
	margin: 15px 0;
	-webkit-transition: margin-top ease .3s 0s;
	transition: margin-top ease .3s 0s
}
.header-w .logo .logo-c {
	display: none
}
.header-w .logo .logo-w {
	display: block
}


/*.header-w .nav {
	font-size: 14px;
	line-height: 45px
}
.header-w .nav ul {
	-webkit-transition: margin-top ease .3s 0s;
	transition: margin-top ease .3s 0s;
	margin-top: 20px
}
.header-w .nav ul li {
	min-width: 40px;
	height: 45px;
	line-height: 45px;
	color: #000;
	text-align: center;
	float: left;
	margin: 0 10px;
	position: relative
}
.header-w .nav ul li a {display:block;width:100%;}
.header-w .nav ul .active{color:#e60012;}
.header-w .nav ul li a span{
   display:block;
}
.header-w .nav ul li:hover{ color:#e60012;}
.header-w .nav .nav-l {
	width: 300px;
	padding: 0 10px;
	display: none;
	height: auto;
	position: absolute;
	font-size: 14px;
	background: #FFF;
	border-radius: 10px;
	z-index: 1;
	margin-top: 0px;
}*/
.header-w .nav {
	font-size: 14px;
	line-height: 45px;
	text-align: center;
}
.header-w .nav ul ul {
	display: none;
	z-index: 99999999;
}
.header-w .nav ul li:hover > ul {
	display: block;
}
.header-w .nav ul {
	margin-top: 10px;
	position: relative;
	display: inline-table;
}
.header-w .nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.header-w .nav ul li {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	float: left;
}
.header-w .nav a {
	color: #555;
}
.header-w .nav a:hover {
	color: #e60012;
}
.header-w .nav .active {
	color: #e60012;
}
.header-w .nav ul li a {
	display: block;
	padding: 10px;
}
.header-w .nav ul li a span {
	display: block;
}
.header-w .nav ul ul {
	background: #ffffff;
	margin-top: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.header-w .nav ul ul li {
	float: none;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px dotted #e2e2e2;
	position: relative;
}
.header-w .nav ul ul li:last-child {
	border-bottom: none;
}
.header-w .nav ul ul li a {
	min-width: 100px;
	padding: 15px 25px;
}
.header-w .nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
 @media screen and (max-width:1000px) {
.wrap {
	padding: 0 20px;
	overflow: hidden;
}
.header {
	display: none
}
.header-ph {
	display: block
}
.header-w {
	display: none
}
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1200px) {
}
/*.banner {
	overflow: hidden;
	width: 100%;
	height: 550px;
	display: block;
}
.banner img {
	overflow: hidden;
	width: 100%;
	height: 550px;
	display: inline-block;
}
.banner .banner-text-b {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-top: 20%;
	text-align: center
}*/
 @media screen and (max-width:1000px) {
/*.banner {
	height: 550px
}
.banner.low {
	height: 450px
}
.banner.low .banner-text-b {
	margin-top: 150px
}
.banner .banner-text-b {
	font-size: 30px;
	margin-top: 200px
}
.banner .banner-text-s {
	margin-top: 40px
}
.banner.sec .banner-text-b {
	margin-top: 230px
}*/
}
@media screen and (max-width:767px) {
/*.banner {
	height: 5rem
}
.banner .banner-text-b {
 font-size:.36rem;
	margin-top: 40%
}
.banner .banner-text-s {
 font-size:.28rem;
 margin-top:.35rem
}
.banner.sec .banner-text-b {
	margin-top: 2.2rem
}*/
}
.footer {
	width: 100%;
	height: auto;
	background: #fafafa;
	padding: 35px 0;
	color: #333;
	margin-top: 30px;
}
.footer .foo-msg {
	width: 66%;
}
.footer .foo-msg .foo-logo {
	margin-bottom: 10px
}
.footer .foo-msg .foo-logo img {
	width: auto;
	height: 30px;
}
.footer .foo-msg .foo-details {
	font-size: 12px;
	line-height: 20px
}
.footer .foo-qr {
	width: 25%;
	height: auto;
	padding-top: 3%;
	display: inline-block;
}
.footer .foo-qr .qrimg {
	float: right;
	width: 50%;
	height: auto;
	padding: 5% 5% 1%;
}
.footer .foo-qr .qrimg img {
	width: 100%;
}
.footer .foo-qr .qr-name {
	text-align: center;
	font-size: 12px;
	line-height: 2;
	margin-top: 5px;
}
 @media screen and (max-width:800px) {
.footer {
	height: auto;
	padding: 1rem 0;
	margin-top: 0;
	padding: 10px 0;
}
.footer .foo-msg {
	width: 100%;
	float: none;
	text-align: left
}
.footer .foo-msg .foo-name {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px
}
.footer .foo-msg .foo-details {
	font-size: 12px;
	line-height: 1.8
}
.footer .foo-msg .foo-details span {
	display: block
}
.footer .foo-qr {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-top: 0;
}
.footer .foo-qr .qrimg {
	width: 50%;
	float: left;
	padding: 5% 5% 0;
}
}
.center {
	width: 100%
}
.center .cen-nav {
	width: 100%;
	background: #ffffff;
	padding: 20px 0;
	display:block;
}
.center .cen-nav ul {
	text-align: left;
}
.center .cen-nav ul li {
	display: inline-block;
	margin-right: 5px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: rgba(27,27,28,.6);
	-webkit-transition: color ease .3s 0s;
	transition: color ease .3s 0s
}
.center .cur-nav {
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
	display: none;
}
 @media screen and (max-width:1000px) {
.center .cen-nav ul li {
	margin: 0 0;
	height: 48px;
	line-height: 48px;
	font-size: 16px
}
}
@media screen and (max-width:768px) {
.center .cen-nav ul li {
	padding: 0 10px;
	margin: 0 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
}
.sidebar {
	width: 50px;
	height: auto;
	color: #fff;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -120px;
	border-radius: 5px 0 0 5px;
	z-index: 1000;
}
.sidebar .hidebar {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px 0 0 0
}
/*.sidebar .hidebar:hover {
	background: rgba(0,0,0,.5)
}*/
.sidebar .notice, .sidebar .qq, .sidebar .tel, .sidebar .wechat, .sidebar .sina {
	width: 200px;
	height: 50px;
	position: relative;
	cursor: pointer;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform ease .3s 0s;
	transition: -webkit-transform ease .3s 0s;
	transition: transform ease .3s 0s;
	transition: transform ease .3s 0s, -webkit-transform ease .3s 0s
}
.sidebar .notice .icon, .sidebar .qq .icon, .sidebar .tel .icon, .sidebar .wechat .icon, .sidebar .sina .icon {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 13px;
	top: 13px;
	background: url(../images/sidebar-icon.png) no-repeat;
	background-size: cover
}
.sidebar .notice .icon1, .sidebar .qq .icon1, .sidebar .tel .icon1, .sidebar .wechat .icon1, .sidebar .sina .icon1 {
	background-position: 0 0
}
.sidebar .notice .icon2, .sidebar .qq .icon2, .sidebar .tel .icon2, .sidebar .wechat .icon2, .sidebar .sina .icon2 {
	background-position: 19.5% 0
}
.sidebar .notice .icon3, .sidebar .qq .icon3, .sidebar .tel .icon3, .sidebar .wechat .icon3, .sidebar .sina .icon3 {
	background-position: 40% 0
}
.sidebar .notice .icon4, .sidebar .qq .icon4, .sidebar .tel .icon4, .sidebar .wechat .icon4, .sidebar .sina .icon4 {
	background-position: 59.5% 0
}
.sidebar .notice .icon5, .sidebar .qq .icon5, .sidebar .tel .icon5, .sidebar .wechat .icon5, .sidebar .sina .icon5 {
	background-position: 80% 0
}
.sidebar .qq .side-text, .sidebar .tel .side-text, .sidebar .wechat .side-text {
	font-size: 20px;
	line-height: 50px;
	color: #555;
	padding-left: 50px
}
.sidebar .qq .side-qr, .sidebar .tel .side-qr, .sidebar .wechat .side-qr, .sidebar .sina .side-qr {
	width: 110px;
	height: 110px;
	display: block;
	position: absolute;
	left: 50px;
	top: 0
}
.sidebar .qq:hover, .sidebar .tel:hover, .sidebar .wechat:hover, .sidebar .sina:hover {
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
	background: rgba(229, 229, 229,.5)
}
.sidebar .wechat .side-qr img, .sidebar .sina .side-qr img {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.sidebar .totop {
	width: 60px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	display: none;
}
.sidebar .totop .icon {
	display: block;
	width: 32px;
	height: 32px;
	margin: 8px auto 0;
	background: url(../images/sidebar-icon.png) no-repeat;
	background-size: cover
}
.sidebar .totop .icon6 {
	background-position: 100% 0
}
/**漂浮弹出层 begin**/
.notice-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.notice-cont {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -330px;
	z-index: 999999;
	width: 660px;
	height: 400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
}
.notice-close {
	float: right;
	margin-top: 15px;
	cursor: pointer;
}
.notice-tit {
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 10px;
}
.notice-item {
	float: left;
	width: 100%;
	height: 200px;
	color: #555555;
	box-sizing: border-box;
	padding: 15px 20px;
	font-size: 14px;
	overflow-y: auto;
}
.notice-item p {
	line-height: 25px;
}
.ad-p3 {
	float: left;
	width: 100%;
	text-align: right;
	color: #e60012;
	margin-top: 15px;
	font-size: 14px;
}
.ad-p4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: url("/common/images/ad-img2.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.footer-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.footer-nav ul {
	width: 100%;
}
.footer-nav ul li {
	width: 25%;
	float: left;
	background: #e60012;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
@media screen and (max-width:767px) {
.sidebar {
/*display: none*/
}
.footer-nav {
	display: block;
}
}
.pager {
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 30px;
	text-align: center;
}
.pager .pages a {
	margin-left: 3px;
	padding: 3px 7px 3px;
}
.pager .pages a:link, .pages a:visited {
	border: 1px solid #dedede;
	color: #535353;
	text-decoration: none;
}
.pager .pages a:hover, .pager .pages a:active, .pager .pages a.current:link, .pager .pages a.current:visited {
	border: 1px solid #dedede;
	color: #ffffff;
	background-color: #e60012;
	background-image: none;
	border: #e60012 solid 1px;
}
.pager .pages a.page {
	_padding: 3px 7px 3px;
	display: inline-block;
}
@media screen and (max-width:767px) {
.center .cen-nav {
	display: none;
}		
.center .cur-nav {
	display: block;
	padding: 10px 0;
}
.pager {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 12px;
}
.notice-cont {
	width: 96%;
	left: 0;
	margin-left: 2%;
}
.notice-tit {
	font-size: 14px;
}
.notice-item {
	font-size: 12px;
	padding: 15px 5px;
}
}
@media screen and (max-width:500px) {
.header-ph .logo img {
	height: 40px;
}
.center .cen-nav {
	display: none;
}	
.center .cur-nav {
	display: block;
	padding: 10px 0;
}
.pager {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 12px;
}
}
