img[src=""]{opacity: 0;}
@font-face {
	font-family: "Bebas";
	src: url("../fonts/bebas.eot");
	/* IE9 */
	src: url("../fonts/bebas.eot") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/bebas.woff") format("woff"), /* chrome、firefox */
	url("../fonts/bebas.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
	url("../fonts/bebas.svg#bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "AvantGardeGothic-DTC";
	src: url("../fonts/avantgardegothic-dtc.eot");
	/* IE9 */
	src: url("../fonts/avantgardegothic-dtc.eot") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/avantgardegothic-dtc.woff") format("woff"), /* chrome、firefox */
	url("../fonts/avantgardegothic-dtc.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
	url("../fonts/avantgardegothic-dtc.svg#bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Gotham-XLight";
	src: url("../fonts/gotham-xlight.eot");
	/* IE9 */
	src: url("../fonts/gotham-xlight.eot") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/gotham-xlight.woff") format("woff"), /* chrome、firefox */
	url("../fonts/gotham-xlight.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
	url("../fonts/gotham-xlight.svg#bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background: #097bc8;
}

::-webkit-scrollbar-track {
	background: #ECECEC;
}

* {
	margin: 0;
	padding: 0;
}

.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: #005ba0;
	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: 182px;
	position: absolute;
	left: 0;
	top: 0;
}

.head .navbox .logobox img {
	width: auto;
}

.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: #097bc8;
	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: #097bc8;
				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: #097bc8;
}

.head .navbox .menubox .left .select a:hover {
	color: #097bc8;
}

.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: #097bc8;
}

.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: #097bc8;
}

.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.7);
	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: #097bc8;
}

.footer {
	padding: 99px 0;
	background: #333;
}

.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;
}

.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: #097bc8;
	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: #005ba0;
}


/*页码*/

.pagewrap {
	text-align: center;
	line-height: 35px;
	margin-top: 80px;
	margin-bottom: 132px;
}

.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: #005ba0;
	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: #005ba0;
	border-radius: 2px;
}

@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:inline-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: #005ba0!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);
	}
}
#cnzz_stat_icon_1261514627 a{
	margin-left: 10px;
}
#cnzz_stat_icon_1261514627 a img{
	display: inline-block;
	
}