﻿body {
	font-family: Microsoft Yahei, xdlgo, Arial;
}
article.main {
	transition: .3s;
}
body.on article.main {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transition: .2s .3s;
}
/*banner*/
.apple-banner {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.swiper-container {
	will-change: transform;
}
p.banner-p {
	line-height: 68px;
	font-size: 56px;/*font-family: xdlgob;*/
}
.swiper-slide a.a-1 {
	margin-top: 22px;
}
/*跳转按钮样式*/
a.a-1 {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #004ea2;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
a.a-1:hover {
	background: #0060c7;
}
a.a-1:active {
	top: 1px;
}
.a-back {
	margin-top: 45px;
	text-align: center;
}
/*.btn-circle*/
.btn-circle {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*.btn-circle:active {
    transform: translateY(1px);
}*/
.btn-circle-hover, .btn-circle-click {
	position: absolute;
	z-index: 2;
	display: block;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 0;
	height: 0;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	background: -moz-radial-gradient(#fff, transparent);
	background: -o-radial-gradient(#fff, transparent);
	background: radial-gradient(#fff, transparent);
	opacity: .1
}
.btn-circle-hover {
	opacity: 0;
}
.btn-circle-click {
	/*background: #99000c;*/
	background: #ee9d84;
}
header {
	height: 126px;
	-webkit-overflow-scrolling: touch;
}
.header-in {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 999999;
	border-bottom: 1px solid #e6e0e0;
	width: 100%;
	height: 126px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-l {
	display: inline-block;
	margin-left: 5.73%;
	margin-top: 24px;
	vertical-align: top;
}
.header-r {
	display: inline-block;
	float: right;
	margin-right: 5.73%;
	margin-top: 49px;
	font-size: 0;
	vertical-align: top;
}
.m-close {
	display: none;
	cursor: pointer;
}
.header-r-nav, .header-r-lang {
	display: inline-block;
	vertical-align: top;
}
.header-r-nav {
	margin-top: 5px;
	margin-right: 87px;
	/*margin-right: 6vw;*/
	margin-right: 5vw;
}
.header-r-nav > ul {
	font-size: 0;
}
.header-r-nav > ul > li {
	display: inline-block;
	position: relative;
	/*margin-right: 44px;*/
	margin-right: 71px;
	/*margin-right: 3.7vw;*/
	margin-right: 3vw;
	line-height: 16px;
	font-size: 16px;
	vertical-align: top;
}
.header-r-nav > ul > li:last-child {
	margin-right: 0;
}
.header-r-nav > ul > li > a {
	position: relative;
	display: block;
	height: 50px;
	color: #333;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.header-r-nav > ul > li:hover > a, .header-r-nav > ul > li.cur > a {
	color: #0150a3;
}
.header-r-nav > ul > li > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 32px;
	width: 0;
	height: 3px;
	background: #0150a3;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.header-r-nav > ul > li > a:hover::before, .header-r-nav > ul > li.cur > a::before {
	width: 100%;
}
.sub-menu {
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	/*min-width: 224px;*/
	min-width: 180px;
	background: #222;
}
.sub-menu > a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	/*color: #888;*/
	color: #9A9A9A;
	text-indent: 20px;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.sub-menu > a > span {
	display: inline-block;
	width: 58%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	text-indent: 0;
}
.sub-menu > a:hover {
	color: #fff;
}
.sub-menu > a::after {
	content: '>';
	position: relative;
	top: 2px;
	font-family: arrow;
	float: right;
	margin-right: 26px;
}
.search, .lang-sel {
	display: inline-block;
	vertical-align: top;
}
.lang-sel-m {
	display: none;
}
.search {
	position: relative;
	padding-right: 14px;
	margin-top: 6px;
	cursor: pointer;
}
.search input[type="text"] {
	position: absolute;
	left: -49px;
	top: -10px;
	z-index: 99;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	width: 0;
	height: 35px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .6s .1s;
	background: #fff;
	opacity: 0;
}
.search.on input[type="text"] {
	padding-left: .5em;
	padding-right: 30px;
	width: 195px;
	opacity: 1;
	transition: .6s;
}
.search button {
	position: absolute;
	left: -30px;
	top: -8px;
	z-index: 199;
	border: 0;
	width: 33px;
	height: 33px;
	outline: none;
	cursor: pointer;
	background: transparent;
	transition: .6s .1s;
}
.search.on button {
	left: 112px;
	transition: .6s .05s;
}
.lang-sel {
	font-size: 0;
	margin-left: 35px;/*border-left: 1px solid #cacaca;*/
}
.lang-sel::before {
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	top: 7px;
	width: 1px;
	height: 17px;
	background: #cacaca;
}
.lang-sel a {
	display: inline-block;
	margin-left: 12px;
	width: 30px;
	height: 30px;
	line-height: 29px;
	font-size: 12px;
	/*font-family: Arial;*/
	font-family: Microsoft Yahei;
	color: #fff;
	text-align: center;
	background: #999;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	-o-transition: .3s, transform 0s;
	-moz-transition: .3s, transform 0s;
	transition: .3s, transform 0s;
}
.lang-sel a:first-child {
	margin-left: 0;
}
.lang-sel a:hover, .lang-sel a.on {
	background: #014fa2;
}
.lang-sel a:active {
	transform: translateY(1px);
}
footer {
	background: #040404;
}
.footer-t {
	position: relative;
	height: auto;
	padding-bottom: 2%;
}
.footer-t-l, .footer-t-r {
	display: inline-block;
	vertical-align: top;
}
.footer-t-r p {
	margin: 0;
}
.footer-logo {
	margin-top: 64px;
	margin-bottom: 117px;
}
.footer-share {
	position: relative;
	font-size: 0;
}
.footer-share a {
	margin-right: 15px;
}
.f-share-qrcode {
	position: absolute;
	left: 0;
	bottom: 52px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
	transition: .5s .25s;
}
a.a-share-wx:hover .f-share-qrcode {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	transition: .5s .05s;
}
.footer-t-r {
	float: right;
	margin-top: 39px;
}
.footer-nav {
	margin-top: 36px;
}
.footer-nav > ul {
	font-size: 0;
}
.footer-nav > ul > li {
	display: inline-block;
	margin-right: 10px;
	line-height: 36px;
	font-size: 16px;
	vertical-align: top;
}
.footer-nav > ul > li a {
	color: #999;
	/*opacity: .8;*/
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.footer-nav > ul > li a:hover {
	color: #fff;
}
.footer-qrcode {
	margin-top: 52px;
	font-size: 0;
	text-align: right;
}
.qrcode-one {
	display: inline-block;
	margin-left: 33px;
	vertical-align: top;
	text-align: center;
}
.qrcode-one:first-child {
	margin-left: 0;
}
.qrcode-one p {
	margin-top: 21px;
	line-height: 12px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #fff;
	opacity: .32;
}
/*页脚邮箱提交*/
.footer-email {
	text-align: right;
}
.footer-email h3 {
	margin-bottom: 30px;
	line-height: 32px;
	font-size: 32px;
	/*font-family: xdlgob;*/
	color: #004ea2;
}
.footer-email .email-set {
	position: relative;
	border: 1px solid #4f4f4f;
	width: 370px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.footer-email .email-set input[type="text"] {
	padding-left: 48px;
	padding-right: 71px;
	border: 0;
	width: 100%;
	font-size: 15px;
	font-family: Microsoft YaHei;
	color: #bbb;
	background: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-email .email-set input::-webkit-input-placeholder { /*WebKit browsers*/
 color: #a9a9a9;
}
.footer-email .email-set input::-moz-input-placeholder { /*Mozilla Firefox*/
 color: #a9a9a9;
}
.footer-email .email-set input::-ms-input-placeholder { /*Internet Explorer*/
 color: #a9a9a9;
}
.footer-email .email-set .email-logo {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 17px;
}
.footer-email .email-set .email-logo img {
	vertical-align: top;
}
.footer-email .email-set button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}
.footer-b {
	border-top: 1px solid #2f2f2f;/*height: 124px;*/
}
.footer-b .container {
	position: relative;
}
.footer-b-l, .to-top {
	display: inline-block;
	vertical-align: top;
}
.footer-b-l {
	margin-top: 37px;
	margin-bottom: 37px;
}
.footer-b-l p {
	margin-bottom: 8px;
	line-height: 20px;
	font-size: 14px;
	/*font-family: xdlgo;*/
    /*font-family: arial;*/
	color: #999;
	opacity: .7;
}
.footer-b-l p:last-child {
	margin-bottom: 0;
}
.footer-b-l p a {
	color: #999;
}
.footer-b-l p a:hover {
	text-decoration: underline;
}
.to-top {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 0;
	background: rgba(0, 0, 0, .37);
	cursor: pointer;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
.to-top:hover {
	background: rgba(0, 0, 0, .6);
}
.to-top span {
	margin-right: 10px;
	font-size: 24px;
	color: #4f4f4f;
	vertical-align: top;
	transition: color .3s;
}
.to-top:hover span {
	color: #fff;
}
.to-top i {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 33px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #323232;
	border-radius: 5px;
	vertical-align: top;
	transition: background .3s;
}
.to-top:hover i {
	background: #484848;
}
/*作者日期*/
.news-one-belongs {
	line-height: 14px;
	font-size: 0;
}
.author {
	margin-right: 19px;
	font-size: 12px;
}
.author::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 10px;
	height: 11px;
	background-image: url(i-author.png);
	background-repeat: no-repeat;
	-moz-background-size: 10px 11px;
	-o-background-size: 10px 11px;
	background-size: 10px 11px;
	background-position: center;
}
.views {
	font-size: 12px;
}
.views::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 14px;
	height: 10px;
	background-image: url(i-views.png);
	background-repeat: no-repeat;
	-moz-background-size: 14px 10px;
	-o-background-size: 14px 10px;
	background-size: 14px 10px;
	background-position: center;
}
.time {
	float: right;
	font-size: 14px;
}
 @media (max-width: 1450px) {
.header-l {
	margin-left: 4%;
}
.header-r {
	margin-right: 4%;
}
.header-r-nav {
	margin-right: 60px;
	/*margin-right: 3.125vw;*/
	margin-right: 3.6vw;
}
.header-r-nav > ul > li {
	margin-right: 50px;
	margin-right: 2.6vw;
}
.search input[type="text"] {
	left: -19px;
	top: -10px;
}
.search.on input[type="text"] {
	padding-left: .5em;
	padding-right: 30px;
	width: 130px;
}
.search button {
	left: -30px;
	top: -8px;
}
.search.on button {
	left: 77px;
}
}
 @media (max-width: 1300px) {
.header-r-nav > ul > li {
	margin-right: 1.8vw;
}
}
 @media (min-width: 1200px) {
.sub-menu {
	z-index: -999;
	-webkit-transform: translateX(-63%) scale(.96);
	-moz-transform: translateX(-63%) scale(.96);
	-o-transform: translateX(-63%) scale(.96);
	transform: translateX(-63%) scale(.96);
	opacity: 0;
	visibility: hidden;
	-o-transition: .4s .05s;
	-moz-transition: .4s .05s;
	transition: .4s .05s;
}
.header-r-nav > ul > li:hover .sub-menu {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.footer-to-top {
	display: none;
}
.search-nav-m {
	display: none;
}
}
 @media (max-width: 1200px) {
header {
	position: relative;
	z-index: 99999;
	height: 110px;
	background: #fff;
}
.header-in {
	height: 110px;
}
.header-l {
	margin-top: 26px;
}
.lang-sel-m {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11%;
}
.lang-sel::before {
	display: none;
}
.m-close {
	display: block;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 36px;
	height: 26px;
}
.m-close i {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 4px;
	background: #004ea2;
	opacity: 1;
	transition: .4s;
}
body.on .m-close i {
	opacity: 0;
	width: 0;
}
.m-close::before,  .m-close::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	transition: .6s;
	background: #004ea2;
}
body.on .m-close::before,  body.on .m-close::after {
}
.m-close::before {
	top: 0;
	transform-origin: 50% 50% 0;
}
.m-close::after {
	bottom: 0;
	transform-origin: 50% 50% 0;
}
body.on .m-close::before {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}
body.on .m-close::after {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
}
.search-nav-m {
	position: relative;
	margin-bottom: 16px;
}
.search-nav-m input[type="text"] {
	padding-left: 1em;
	padding-right: 70px;
	border: 0;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	background: #eee;
	border-radius: 8px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-nav-m button {
	position: absolute;
	border: 0;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	background: transparent;
}
.search-nav-m button img {
	width: 25px;
}
.header-r-nav,  .header-r-lang {
	display: block;
}
.header-r-lang {
	display: none;
}
.header-r-nav > ul > li {
	margin: 0;
}
.header-r-nav {
	margin: 0 0 20px 0;
}
.header-r {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	margin-top: 0;
	width: 100%;
	background: #fff;
}
body.on .header-r {
}
.header-r-in {
	padding-top: 20px;
	padding-bottom: 26px;
	margin: 0 auto;
	width: 86.7%;
	max-height: calc(100vh - 80px);
	overflow-x: hidden;
	overflow-y: auto;
}
.header-r-nav > ul > li {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 18px;
}
.header-r-nav > ul > li > a {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e0e0;
	height: auto;
}
.header-r-nav > ul > li:last-child > a {
	border-bottom: 0;
}
.header-r-nav > ul > li > a::before {
	display: none;
}
.header-r-lang {
	text-align: center;
}
.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	padding-top: 5px;
	padding-bottom: 0px;
	background: #fff;
	opacity: 1;
	visibility: visible;
}
.sub-menu > a:hover {
	color: #0150a3
}
.sub-menu > a::after {
	display: none;
}
.header-r-nav > ul > li > a.a-sub.on::after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.header-r-nav > ul > li > a.a-sub::after {
	content: '>';
	display: inline-block;
	/*position: absolute;*/
	float: right;
	margin-left: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 24px;
	font-family: arrow;
	text-align: center;
}
.sub-menu > a {
	padding-top: 13px;
	padding-bottom: 13px;
	/* line-height: 24px; */
	line-height: 18px;
	font-size: 16px;
}
.footer-t {
	padding-top: 40px;
	padding-bottom: 110px;
	text-align: center;
	height: auto;
}
.ind_ft_nav {
	display:block!important;
}
.footer-nav {
	display: none;
}
.footer-t-r {
	float: none;
}
.footer-qrcode {
	margin: 0;
}
.footer-share {
	position: absolute;
	bottom: 36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.footer-share a {
	margin-right: 8px;
	margin-left: 8px;
}
.f-share-qrcode {
	left: 50%;
	bottom: 52px;
	-webkit-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	-o-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
}
a.a-share-wx:hover .f-share-qrcode {
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}
.footer-b {
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	text-align: center;
}
.footer-b-l {
	margin-top: 0;
	margin-bottom: 0;
}
.footer-b-l p {
	margin-bottom: 0;
}
.to-top {
	display: none;
}
.footer-to-top {
	border-bottom: 1px solid #2f2f2f;
	height: 72px;
	line-height: 72px;
	text-align: center;
}
.footer-to-top span {
	font-size: 27px;
	color: #4f4f4f;
}
.footer-to-top i {
	position: relative;
	top: -4px;
	margin-left: 4px;
}
/*页脚邮箱*/
.footer-t-r {
	margin-top: 0;
}
.footer-email {
	text-align: center;
}
}
 @media (max-width: 62em) {
.footer-b {
}
.footer-qrcode {
}
}
 @media (max-width: 48em) {
.lang-sel-m {
	right: 14%;
}
a.a-1 {
	width: 146px;
	height: 46px;
	line-height: 46px;
}
.swiper-slide a.a-1 {
	margin-top: 17px;
}
.a-back {
	margin-top: 30px;
}
/*页脚邮箱*/
.footer-t {
	padding-top: 35px;
	padding-bottom: 100px;
}
.footer-email h3 {
	margin-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
}
.footer-share {
	position: absolute;
	bottom: 31px;
	z-index: 10;
}
}
 @media (max-width: 400px) {
.footer-email .email-set {
	width: 100%;
}
}
 @media (max-width: 34em) {
header {
	height: 80px;
}
.header-in {
	height: 80px;
}
.header-r-in {
	padding-top: 15px;
	padding-bottom: 26px;
}
.header-l {
	margin-top: 14px;
}
.logo img {
	width: 150px;
}
.lang-sel-m {
	right: 18%;
}
}
/*手机兼容???客户不喜欢*/
/*@media (max-width: 34em) {
	header {
		height: 80px;
	}
	.header-in {
		height: 80px;
	}
	.header-r-in {
	    padding-top: 5px;
	    padding-bottom: 18px;
	}

	.header-l {
	    margin-top: 17px;
	}
	.logo img {
		width: 150px;
	}

	.lang-sel-m {
	    right: 18%;
	}

	.header-r-nav {
	    margin: 0;
	}
	.header-r-nav > ul > li {
	    line-height: 15px;
	    font-size: 15px;
	}
	.header-r-nav > ul > li > a {
	    padding-top: 9px;
	    padding-bottom: 9px;
	}
	.sub-menu {
		padding-top: 5px;
	}
	.sub-menu > a {
	    padding-top: 4px;
	    padding-bottom: 4px;
	    line-height: 14px;
	    font-size: 14px;
	}

	.search-nav-m {
	    margin-bottom: 10px;
	    height: 40px;
	}
	.search-nav-m input[type="text"] {
	    height: 40px;
		font-size: 15px;
	}
	.search-nav-m button {
        right: 15px;
	    top: 20px;
	}
}*/

@font-face {
	font-family: xdlgo;
	src: url('../fonts/GOTHIC.TTF')
}
@font-face {
	font-family: xdlgob;
	src: url('gothicb.ttf')
}
@font-face {
	font-family: arrow;
	src: url('st-arrow.ttf')
}
.mbanner{position:relative;width:100%;height:auto;overflow:hidden;}
.mbanner .content{position:absolute;top:0px;width:100%;height:100%;text-align:center;background-repeat:no-repeat;background-attachment:fixed;}
.mbanner .contentInfo{position:absolute;top:50%;left:0px;width:100%;height:240px;margin-top:-120px;z-index:1;}
.mbanner .content .title1{width:100%;font-size:40px;line-height:44px;color:#fff;text-align:center;margin:3% 0 2% 0;}
.mbanner .content .title2{width:100%;font-size:55px;line-height:60px;margin:28px 0 36px 0;font-weight:100;color:#fff;text-align:center;}
.mbanner .content .title3{border:3px solid #fff;padding:6px 24px 8px 24px;font-size:30px;font-weight:bold;color:#fff;text-align:center;}
.mbanner .bannerBg{width:100%;height:auto;vertical-align:middle;}

@media (max-width: 639px) {
.container{width:93.75%;}

.mbanner .contentInfo{height:120px;margin-top:-60px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:28px;line-height:44px;margin:0 0 3% 0;}
.mbanner .content .title2{font-size:20px;line-height:22px;margin:3px 0 14px 0;}
.mbanner .content .title3{border:1px solid #fff;padding:2px 10px 3px 10px;font-size:14px;font-weight:100;}
.mbanner .bannerBg {height:200px;}
}
@media (min-width: 640px) and (max-width:799px ) {
.container{width:93.75%;}

.mbanner .contentInfo{height:200px;margin-top:-100px;}
.mbanner .content{background-attachment:scroll; background-size:auto 100% !important;background-position:center !important;}
.mbanner .content .title1{font-size:42px;line-height:44px;margin:0 0 4% 0;}
.mbanner .content .title2{font-size:32px;line-height:48px;margin:5px 0 20px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:28px;font-weight:100;}
.mbanner .bannerBg {height:360px;}

}

@media (min-width: 1024px) and (max-width:1199px ) {
.container{width:900px;}

.main{padding:30px 0 40px 0;}
.mainTitle{line-height:60px;font-size:56px;}
.mainTitles{line-height:40px;font-size:30px;}

.mainSub{height:2px;width:37px;margin:10px auto 16px auto;}
.mainInfo{line-height:38px;font-size:16px;}
.mainInfo span{padding-bottom:10px;}
.mainBtn{ width: 180px;height: 40px;line-height: 40px;border: 2px solid #d6281a;font-size: 14px;}
.mainBtn span{padding:0 18px 0 24px;}
.mainBtn img{height:14px;}

.mbanner .contentInfo{height:170px;margin-top:-105px;}
.mbanner .content .title1{ font-size:30px;line-height:44px;}
.mbanner .content .title2{font-size:44px;line-height:44px;margin:15px 0 30px 0;}
.mbanner .content .title3{border:2px solid #fff;padding:4px 18px 6px 18px;font-size:22px;}

}

/* 分页 */
.k_pagelist { height:34px; }
.k_pagelist em { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;font-weight:bold;font-style:normal;}
.k_pagelist strong { display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a{ display:inline-block; padding:0 13px; height:34px; text-align:center; line-height:34px; margin: 0 3px; border-radius:5px; border:#dddddd solid 1px; overflow:hidden; font-size:13px; color:#999999;}
.k_pagelist a:hover{ background:#f73232; color:#fff;}
.footer_gzh,.footer_xcx { float: left;color:#fff;text-align: center; }
.footer_xcx { margin-left: 2%; }
