img[src=""] {
	opacity: 0;
}
@font-face {
	font-family: "Bebas";
	src: url("../font/Bebas.eot");
	/* IE9 */
	src: url("../font/Bebas.eot-#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../font/Bebas.woff") format("woff"), /* chrome、firefox */  url("../font/Bebas.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */  url("../font/Bebas.svg#Bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "AvantGardeGothic-DTC";
	src: url("../font/AvantGardeGothic-DTC.eot");
	/* IE9 */
	src: url("../font/AvantGardeGothic-DTC.eot-#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../font/AvantGardeGothic-DTC.woff") format("woff"), /* chrome、firefox */  url("../font/AvantGardeGothic-DTC.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */  url("../font/AvantGardeGothic-DTC.svg#Bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Gotham-XLight";
	src: url("../font/Gotham-XLight.eot");
	/* IE9 */
	src: url("../font/Gotham-XLight.eot-#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../font/Gotham-XLight.woff") format("woff"), /* chrome、firefox */  url("../font/Gotham-XLight.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */  url("../font/Gotham-XLight.svg#Bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

::-webkit-scrollbar {
 width: 4px;
}

::-webkit-scrollbar-thumb {
 background: #084b8a;
}

::-webkit-scrollbar-track {
 background: #ECECEC;
}
* {
	margin: 0;
	padding: 0;
}
html,body{
	font-family:"微软雅黑";
	}
.clearfix:after {
	clear: both;
	overflow: hidden;
	content: "";
	height: 1px;
	display: block;
}
.clearfix {
 *zoom: 1;
}
.topleg {
	height: 90px;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
img {
	display: block;
}
.toTop {
	transition: all.15s ease;
	width: 44px;
	height: 44px;
	position: fixed;
	right: 5%;
	bottom: 44px;
	background: #084b8a;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	z-index: 9999;
	font-size: 12px;
	opacity: .7;
	display: none;
}
.showTop {
	display: block;
}
.toTop:hover {
	opacity: 1;
}
/*banner图*/

.wow {
	opacity: 0;
}
.pcbanner, .mobanner {
	width: 100%;
}
.mobanner {
	display: none;
}
.head {
	padding: 42px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	transition: all .3s;
	left: 0;
	top: 0;
}
.head .navbox {
	width: 92.5%;
	margin: 0 auto;
	position: relative;
}
.head .navbox .logobox {
	width: 260px;
	position: absolute;
	left: 0;
	top: 0;
}
.head .navbox .logobox img {
	width: auto;
	max-width: 100%;
}
.head .navbox .navList {
	width: 68.8958%;
	margin: 0 auto;
	position: relative;
	left: 6%;
}
.head .navbox .navList a {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 12.5%;
	text-align: center;
	line-height: 45px;
	float: left;
	transition: all .3s;
	position: relative;
}
.head .navbox .navList a::before {
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	display: block;
	content: "";
	background: #084b8a;
	transform: scaleX(0);
	transform-origin: 0 100%;
	z-index: -1;
}
.head .navbox .navList a:hover {
	color: #fff!important;
}
.head .navbox .navList a::after {
	z-index: -1;
	transition: all .3s;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	display: block;
	content: "";
	background: #084b8a;
	transform: scaleX(0);
	transform-origin: 100% 0;
}
.head .navbox .navList a:hover::after, .head .navbox .navList a:hover::before {
	transform: scaleX(1);
}
.head .navbox .menubox {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}
.head .navbox .menubox .left {
	cursor: pointer;
	float: left;
	color: #fff;
	line-height: 45px;
	width: 84px;
	background-color: transparent;
	font-size: 16px;
	height: 45px;
	position: relative;
}
.activehead .navbox .menubox .left {
	color: #333;
}
.head .navbox .menubox .left .select a, .head .navbox .menubox .left .select span {
	display: block;
	float: left;
}
.head .navbox .menubox .left .select span {
	padding: 0 10px;
}
.head .navbox .menubox .left .select .actlang {
	color: #084b8a;
}
.head .navbox .menubox .left .select a:hover {
	color: #084b8a;
}
.head .navbox .menubox .left .optionbox {
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	opacity: 0;
	transition: all .3s;
}
.head .navbox .menubox .left .optionbox .option {
	cursor: pointer;
}
.head .navbox .menubox .left:hover .optionbox {
	opacity: 1;
}
.head .navbox .menubox .right {
	float: left;
}
.head .navbox .menubox .right .menu {
	padding: 13px;
	cursor: pointer;
}
.head .navbox .menubox .right .menu span {
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin-bottom: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.head .navbox .menubox .right .menu:hover span {
	background: #084b8a;
}
.activehead .navbox .menubox .right .menu span {
	background: #333;
}
.head .navbox .menubox .right .menu span:last-child {
	margin-bottom: 0;
}
.head .navbox .menubox .right .act span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #084b8a;
}
.head .navbox .menubox .right .act span:nth-child(1) {
	margin-top: 8px;
}
.head .navbox .menubox .right .act span:nth-child(2) {
	opacity: 0;
}
.head .navbox .menubox .right .act span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -16px;
}
.activehead {
	padding: 22px 0;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
}
.activehead .navbox .navList a {
	color: #333;
}
.jg {
	margin: 0 5px;
}
.shuazi {
	position: absolute;
	top: 0;
	left: -260px;
	width: 267px;
}
.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 111;
	display: none;
}
.mask .maskbox {
	width: 1056px;
	margin: 254px auto 0 auto;
	height: 600px;
}
.mask .maskbox .ul {
	width: 20%;
	float: left;
	color: #fff;
}
.mask .maskbox .ul .title {
	font-size: 30px;
	line-height: 52px;
	cursor: pointer;
}
.mask .maskbox .ul .li {
	font-size: 14px;
	color: #bbb;
	line-height: 34px;
	margin-bottom: 20px;
}
.mask .maskbox .ul .li a {
	display: block;
	transition: all .3s;
}
.mask .maskbox .ul .li a:hover {
	margin-left: 10px;
	color: #084b8a;
}

.pro_xiala{
	width: 100%;
	height: auto;
	padding-top: 15px;
	position: absolute;
	top:45px;
	left:0;
	display: none;
	border-bottom: 1px solid #ddd;
}
.pro_xiala_zj{
	height: auto;
	padding:30px;
	background: #fff;
}
.pro_nav_i {
	width: 100%;
	text-align: center;/**
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  **/
}
.pro_nav_i a {
	width: 19%;
	flex-grow: 1;
	height: 100px;
	border-right: 1px solid #f5f5f5;
	display: inline-block;
	margin-bottom: 15px;/**
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  **/
}
.pro_nav_i a:last-child {
	border-right: 0;
}
.img_h {
	position: relative;
	cursor: pointer;
}
.img_h img {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.img_h img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.pro_nav_i a .img_h {
	width: 52px;
	height: 52px;
	margin: 0 auto;
}
.pro_nav_i a p {
	font-size: 14px;
	color: #666666;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height: 30px;
	margin-top: 15px;
}
.pro_nav_i a.active p, .pro_nav_i a:hover p {
	color: #084b8a;
}
.pro_nav_i a.active .img_h img {
	opacity: 0;
}
.pro_nav_i a.active .img_h img:nth-child(2) {
	opacity: 1;
}
.img_h.img_ha:hover img {
	opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
	opacity: 0;
}
a:hover .img_h.img_ha img, .img_h:hover img {
	opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2), .img_h:hover img:nth-child(2) {
	opacity: 1;
}



.footer {
	background: #292929;
	padding-top: 20px;
}
.footer .inwrap {
	width: 91.44%;
	height: 60px;
	margin: 0 auto;
}
.footer .inwrap .logobox {
	float: left;
	width: 185px;
	padding: 7px;
}
.footer .inwrap ul {
	padding: 8px 0;
	font-size: 14px;
	line-height: 14px;
	color: #888;
}
.footer .inwrap .textbox {
	float: left;
	margin-left: 100px;
	height: 100%;
}
.footer .inwrap ul li {
	border-right: 1px solid #888;
	float: left;
	margin-right: 10px;
}
.footer .inwrap ul li a {
	padding-right: 10px;
}
.footer .inwrap ul li:last-child {
	border: none;
}
.footer .inwrap .sharebox {
	padding: 10px 0;
	float: right;
	position: relative;
}
.footer .inwrap .sharebox .ewm {
	position: absolute;
	width: 150px;
	left: -170px;
	top: 50%;
	margin-top: -75px;
}
.footer .inwrap .sharebox .share {
	float: left;
	background: #333333;
	transition: all .15s ease;
}
.footer .inwrap .sharebox .share:nth-child(2) {
	background: url("../images/index-20.png") no-repeat;
	margin-right: 20px;
}
.footer .inwrap .sharebox .share:hover {
	background: url("../images/index-20.png") no-repeat;
}
.footer .inwrap .sharebox .share:last-child {
	margin-right: 0;
}
.footer .inwrap .beian {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
}
.clear {
	clear: both;
}
.footer01 {
	height: auto;
}
.footer_menu {
	height: auto;
	width: 70%;
	float: left;
}
.footer_menu ul {
	height: auto;
	padding: 0 20px;
}
.footer_menu ul li {
	height: auto;
	width: 25%;
	float: left;
}
.footer_menu ul li h4 {
	margin-bottom: 20px;
	font-weight: 400;
}
.footer_menu ul li h4 a {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
.footer_menu ul li h6 {
	font-weight: 400;
	margin-top: 5px;
}
.footer_menu ul li h6 a {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.footer_menu ul li h6 a:hover {
	color: #fff;
}
.footer_lxfs {
	height: auto;
	width: 30%;
	float: left;
}
.footer_lxfs1 {
	padding-left: 72px;
	margin-left: 52px;
	border-left: 1px solid #383636;
}
.footer_logo {
	height: auto;
}
.footer_logo img {
	max-width: 100%;
}
.footer_lxwm {
	height: auto;
	margin-top: 20px;
}
.footer_lxwm ul {
	height: auto;
}
.footer_lxwm ul li {
	height: auto;
	padding-left: 25px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 8px;
	font-size: 14px;
}
.footer_lxwm ul li.tel {
	background: url(../images/tel2.png) top 10px left no-repeat;
}
.footer_lxwm ul li.tel a {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}
.footer_lxwm ul li.email {
	background: url(../images/email2.png) top 4px left no-repeat;
}
.footer_lxwm ul li.addr {
	background: url(../images/addr2.png) top 4px left no-repeat;
}
.footer_ewm {
	height: auto;
	margin-top: 20px;
}
.footer_ewmli {
	width: 35%;
	height: auto;
	float: left;
}
.footer_ewmli:nth-child(2) {
	margin-left: 50px;
}
.footer_ewmtp {
	height: auto;
}
.footer_ewmtp img {
	max-width: 100%;
}
.footer_ewmwz {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 8px;
}
.footer02 {
	height: auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #383636;
	margin-top:20px;
}
.footer02 p {
	margin: 0;
}
.footer02 a:hover {
	color: #abafb6;
}
.con_zj {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.mohead {
	display: none;
	height: 54px;
	box-sizing: border-box;
	padding: 5px 5%;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.mohead .logobox {
	padding: 6px 0;
	float: left;
}
.mohead .logobox img {
	height: 32px;
}
.mohead .menubox {
	float: right;
	padding: 13px 0;
}
.mohead .menubox .momenu span {
	display: block;
	width: 30px;
	height: 2px;
	background: #084b8a;
	margin-bottom: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.mohead .menubox .momenu span:last-child {
	margin-bottom: 0;
}
.maskout {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: none;
}
.maskout img {
	width: 30px;
	position: absolute;
	left: 40px;
	top: 40px;
}
.menu_sub {
	position: fixed;
	right: -70%;
	top: 0;
	width: 70%;
	background: #000;
	z-index: 1000;
	height: 100%;
	transition: all .3s;
}
.menu_sub li {
	text-align: left;
	border-bottom: 1px solid #232530;
	line-height: 44px;
	font-size: 16px;
	width: 92%;
	margin: 0 auto;
}
.menu_sub a {
	color: #fff;
	display: block;
}
.menu_sub .subTitle {
	color: #fff;
	background: url("../images/plus.png") no-repeat;
	background-size: 16px 16px;
	background-position: right center;
}
.menu_sub .bignav {
	background: none!important;
}
.menu_sub .subbox {
	display: none;
	font-size: 14px;
}
.menu_sub .menuact {
	background: url("../images/reduce.jpg") no-repeat;
	background-position: right center;
	background-size: 16px;
}
.navoutwrap {
	box-shadow: 0px 8px 15px 0px rgba(170, 170, 170, 0.15);
}
.navoutwrap .navboxs {
	background: #fff;
	text-align: center;
	font-size: 0;
	margin: 0 auto;
}
.navoutwrap .navboxs .navs {
	width: 200px;
	height: 60px;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	transition: all .3s;
}
.navoutwrap .navboxs .navs:first-child {
	border-left: 1px solid #E5E5E5;
}
.navoutwrap .navboxs .navs:hover, .navoutwrap .navboxs .actnavs {
	color: #fff;
	background: #084b8a;
}
/*页码*/

.pagewrap {
	text-align: center;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 50px;
}
.pagewrap div {
	cursor: pointer;
	transition: all .3s;
}
.pagewrap .inwrap {
	float: left;
	position: relative;
	left: 50%;
}
.pagewrap .inwrap .pagebox {
	float: left;
	position: relative;
	left: -50%;
	color: #888;
}
.pagewrap .prevPage {
	margin-right: 8px;
}
.pagewrap .prevPage, .pagewrap .nextPage {
	float: left;
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	display: block;
}
.pagewrap .pagenum {
	float: left;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	margin-right: 8px;
	display: block;
	line-height: 35px;
}
.pagewrap .activenum {
	background: #084b8a;
	color: #fff;
	border: none;
}
.pagebox .lastpage, .pagebox .allpage {
	float: left;
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	display: block;
	margin-left: 8px;
}
.pagebox .allpage {
	border: none;
}
.loadmore {
	text-align: center;
	display: none;
	width: 90%;
	margin: 44px auto 64px auto;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	background: #084b8a;
	border-radius: 2px;
}
.inner_website {
	height: auto;
}
.inner_website ul {
	height: auto;
}
.inner_website ul li {
	height: auto;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.inmap_bt {
	height: auto;
}
.inmap_bt a {
	line-height: 35px;
	font-size: 18px;
	color: #111;
}
.inmap_bt a i {
	margin-right: 10px;
	color: #084b8a;
}
.inmap_bt a:hover {
	color: #084b8a;
}
.inmap_fl {
	height: auto;
	margin-top: 5px;
}
.inmap_fl a {
	float: left;
	line-height: 28px;
	font-size: 16px;
	margin-right: 25px;
	color: #333;
}
.inmap_fl a i {
	margin-right: 8px;
	color: #084b8a;
}
.inmap_fl a:hover {
	color: #084b8a;
}
.inmap_fl1 {
	height: auto;
	margin-top: 5px;
}
.inmap_fl1a {
	height: auto;
	padding-left: 0;
}
.inmap_fl1a a {
	line-height: 25px;
	font-size: 15px;
	color: #333;
}
.inmap_fl1a a i {
	margin-right: 8px;
	color: #084b8a;
}
.inmap_fl1a a:hover {
	color: #084b8a;
}
.inmap_fl1b {
	height: auto;
	padding-left: 0;
}
.inmap_fl1b a {
	float: left;
	line-height: 25px;
	font-size: 14px;
	margin-right: 25px;
	color: #444;
}
.inmap_fl1b a span {
	margin-right: 8px;
	color: #999;
}
.inmap_fl1b a:hover {
	color: #084b8a;
}
 @media screen and (min-width: 1440px) and (max-width: 1600px) {
}
 @media screen and (min-width: 1280px) and (max-width: 1440px) {
/*.head .navbox .navList{width: 800px;}*/
}
 @media screen and (min-width: 100px) and (max-width: 1024px) {
.mobanner {
	display: block;
}
.pcbanner {
	display: none;
}
.head {
	display: none;
}
.topleg {
	height: 54px;
	display: block;
}
.mohead {
	display: block;
	box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
}
.footer {
	padding: 20px 0;
}
.footer .inwrap {
	width: 90%;
	height: 60px;
}
.footer .inwrap .logobox {
	display: none;
}
.footer .inwrap ul {
	display: none;
}
.footer .inwrap .sharebox {
	display: none;
}
.footer .inwrap .textbox {
	float: none;
	margin-left: 0;
	width: auto;
}
.footer .inwrap .beian {
	text-align: center;
	float: none;
	font-size: 14px;
	line-height: 30px;
}
.footer .inwrap .beian a {
	display: block;
}
.navoutwrap .navboxs {
	width: 100%!important;
	margin: 0 auto;
}
.navoutwrap .navboxs .navs {
	width: 50%!important;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #E5E5E5!important;
	font-size: 16px;
}
.navoutwrap .navboxs .actnavs {
	color: #fff!important;
	background: #084b8a!important;
}
.navoutwrap .navboxs .navs:nth-child(2n) {
	border-right: none;
}
.navoutwrap .navboxs .navs:nth-child(2n+1) {
	border-left: none;
}
/*.navoutwrap .navboxs .navs:first-child{border-left: none!important;}*/
.pagewrap {
	display: none;
}
.loadmore {
	display: block;
}
}
.scaleX {
	animation: scaleX 1.5s linear infinite alternate;
	-webkit-animation: scaleX 1.5s linear infinite alternate;
}
.scaleB {
	animation: scaleB 1.5s linear infinite alternate;
	-webkit-animation: scaleB 1.5s linear infinite alternate;
}
 @-webkit-keyframes scaleX {
 0% {
 transform: scaleX(1);
}
 100% {
 transform: scaleX(0.5);
}
}
 @-webkit-keyframes scaleB {
 0% {
 transform: scaleX(0.5);
}
 100% {
 transform: scaleX(1);
}
}
@keyframes scaleX {
 0% {
 transform: scaleX(1);
}
 100% {
 transform: scaleX(0.5);
}
}
@keyframes scaleB {
 0% {
 transform: scaleX(0.5);
}
 100% {
 transform: scaleX(1);
}
}
#phone_zx {
	display: none;
}
@media (max-width: 768px) {
.con_zj {
	width: 90%;
}
.footer_menu {
	display: none;
}
.footer_lxfs {
	width: 100%;
}
.footer_lxfs1 {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.footer_logo img {
	height: 35px;
}
.footer_lxwm {
	margin-top: 15px;
}
.footer_ewmli:nth-child(2) {
	margin-left: 35px;
}
.footer02 {
	font-size: 13px;
	padding: 15px 0;
	margin-top: 20px;
	line-height: 22px;
}
#phone_zx {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.zx1 {
	width: 50%;
	height: auto;
	float: left;
}
.zx1 ul {
	height: auto;
}
.zx1 ul li {
	width: 50%;
	height: auto;
	float: left;
}
.zx1 ul li a {
	display: block;
	text-align: center;
	padding: 5% 0;
	color: #000;
	border-left: 1px solid #ddd;
}
.zx_tb {
	height: auto;
}
.zx_tb img {
	max-width: 100%;
	height: 30px;
	display: inline-block;
}
.zx_wz {
	line-height: 1.5;
	font-size: 14px;
	color: #000;
	margin-top: 2px;
}
.zx2 {
	width: 50%;
	height: auto;
	float: left;
}
.zx2 a {
	display: block;
	background: #084b8a;
	color: #fff;
	text-align: center;
	padding: 2.5% 0;
}
.zx2 a .zx_wz {
	color: #fff;
}
.footer {
	padding-bottom: 66px;
}
.inner_website {
	margin-bottom: 30px;
}
.inmap_bt a {
	line-height: 30px;
	font-size: 15px;
}
.inmap_fl a {
	line-height: 26px;
	font-size: 13px;
}
.map_in {
	padding-top: 10px !important;
}
.zwbox {
	margin-bottom: 30px !important;
}
}


.head .navbox .navList #on {
	color: #fff!important;
}
.head .navbox .navList #on::before, .head .navbox .navList #on::after {
	transform: scale(1);
}