img[src=""]{opacity: 0;}


::-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: 25%;
	position: absolute;
	left: 0;
	top: -7px;
}

.head .navbox .logobox img {
	width: auto;
}

.head .navbox .navList {
	width: 60%;
	margin: 0 auto;
	position: relative;
	left: 12%;
}

.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;
}

.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) {
	#dituContent{
		display: none !important;
	}
	.firstRow{
		display: flex !important;
		flex-direction: column !important;
	}
	.mobanner {
		display: block;
		margin-top: 55px;
	}
	.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);
	}

	.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);
	}
}
.news{
	background-color: #0079e2;
	padding: 46px 0;
	color: #FFFFFF !important;
}
.news .content{
	width: 1400px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.news .news-left{
	max-width: 60%;
}
.news .news-left .top .en{
	font-size: 30px;
	color:#FFFFFF;
	margin-bottom: 8px;
}
.news .news-left .top .wen{
	font-size:24px;
	color: #FFFFFF;
}
.news .news-left .zhong{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.news .news-left .zhong .l{
	padding: 10px 18px;
	box-shadow: 0 0 10px #1a64a5;
	margin-right: 20px;
}
.news .news-left .zhong .l .a{
	font-size: 48px;
}
.news .news-left .zhong .l .b{
	font-size: 14px;
}
.news .news-left .zhong .r .a{
	font-size: 18px;
	margin-bottom: 15px;
}
.news .news-left .zhong .r .b{
	font-size: 14px;
}
.news .news-left .duo{
	border-bottom: 1px solid #4eadff;
	padding-bottom: 6px;
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
}
.news .news-left .bottom{
	margin-top: 35px;
}
.news .news-left .bottom li{
	margin-bottom: 30px;
}
.news .news-left .bottom li a{
	display: flex;
	justify-content: space-between;
}
.news .news-left .bottom li a p.yuan{
	display: flex;
	justify-content: flex-start;
}
.news .news-left .bottom li .dian{
	display: block;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	position: relative;
	top: 7px;
	margin-right: 4px;
}
.news .news-left .bottom li .title{
	margin-right: 60px;
}
.news .news-left .bottom li .time{
	font-size: 14px;
	position: relative;
	top: 2px;
}
.news .content .news-right{
	margin-top: 70px;
}
.footer{
	background: #32363b;
	padding-top: 20px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
	padding-bottom: 20px;
}
.footers{
	width: 1400px;
	margin:0 auto;
	color: #FFFFFF !important;
}
.footers .footer-top{
	display: flex;
	justify-content: space-between;
}
.footers .footer-top .left p{
	display: flex;
	justify-content: flex-start;
	margin-top:15px;
	font-size: 14px;
}
.footers .footer-top .left p span{
	margin-right: 10px;
}
.footers .footer-top .zhong>ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.footers .footer-top .zhong>ul>li{
	padding: 0 12px;
	text-align: center;
}
.footers .footer-top .zhong #zi li{
	text-align: center;
	margin-top: 5px;
}
.footers .footer-top .zhong #zi a{
	font-size: 14px;
	color:#a9a9a9;
}
.footers .footer-top .right p{
	text-align: center;
	line-height: 24px;
}
.banquan{
	background: #32363b;
	padding: 10px 0;
}
.banquan .shangbiao{
	width: 1400px;
	margin:0 auto;
	display: flex;
	justify-content: flex-end;
	color: #FFFFFF;
	font-size: 14px;
}
.banquan .shangbiao p.top{
	margin-top: 2px;
	margin-left: 10px;
}
