body {
	margin: 0 !important;
	font-family: '微软雅黑,Microsoft YaHei,Arial,SimSun,宋体';
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}
.clearfix {
	display: block;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	height: 80px;
}
#ads_ocr_tools{position: absolute; left:0; top: 90%;display:none}

.header .warpper {margin: 0 5%;min-width: 1150px}
.header .warpper .left{float: left;position: relative;top: 18px;}
.header .warpper .left .logo{overflow: hidden;}
.header .warpper .left .logo .logoImg{float: left;height: 44px}
.header .warpper .left .logo .info{float: left;margin-left: 10px;padding-left: 10px}
.header .warpper .left .logo .info .developers {display: block;font-size: 14px;}
@media screen and (max-width: 1500px) {
	.header .warpper .left .big-resolution{display: none;}
	.header .warpper .left .small-resolution{display: block;}
	.header .warpper .left .small-resolution .info .developers{color: #ffffffa3;}
	#ads_ocr_tools{width:90px;}
}


@media screen and (min-width: 1500px) {
	.header .warpper .left .small-resolution{display: none;}
	.header .warpper .left .big-resolution{display: block;}
	.header .warpper .left .big-resolution .info{border-left: 1px solid #dfdfdf;position: relative;top: 2px; height:35px;}
	.header .warpper .left .big-resolution .info .developers{color: #ffffff;line-height: 35px;}
	#ads_ocr_tools{width:120px;}
}

.header .warpper .right {
	float: left;
	margin-left: 120px
}
.header .warpper .user-lg {
    display:none;
	float: right;    color: #fff;
	font-size: 12px;
	line-height: 80px;
}

.header .warpper .logotitlogo1 {
	float: left;
	margin: 24px 12px 0;
	border-left: 1px solid #dfdfdf;
	padding-left: 11px;
	font-size: 16px;
	color: #efefef;
	font-family: -webkit-body;
	letter-spacing: 1px;
}



.header .warpper .right .nav li:after {
	content: " ";
    height: 2px;
    background: #6395ff;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.header .warpper .right .nav li.current:after,.header .warpper .right .nav li:hover:after{
	left: 0;
    right: 0;
}
.header .warpper .right .nav li:first-child{
	margin-left: 0;
}
.header .warpper .right .nav li {
	float: left;
	position: relative;
	list-style: none;
	margin-left: 45px;
	box-sizing: border-box;
}


.header .warpper .right .nav li a {
	font-size: 16px;
    line-height: 80px;
    color: #ffffff;
    display: block;
}

.header.active {
	background-color: #031d4a;
}

.footerWrap {
	background: #162037;
	padding: 60px 0;
	background-size: cover;
	align-items: center;
	width: 100%;
}

.footerWrap .containers {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footerWrap .containers .footerTit{
	float: left;
}

.footerTit > img{
	width:127px;
}


.footerWrap .containers .footerTit .Tits {
	font-size: 16px;
	color: #6f747e;
	line-height: 26px;
	margin-top: 15px;
}

.footerWrap .containers .footerList {
	float: right;
}


.footerWrap .containers .footerList .about ul li {
	float: left;
	line-height: 25px;
	margin-left: 100px;
}
.footerWrap .containers .footerList .about ul li:first-child{
	margin-left: 0;
}
.footerWrap .containers .footerList .about ul li p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px;
}

.footerList .about ul li a {
	font-size: 16px;
	color: #6f747e;
	line-height: 26px;
	display: block;
	text-decoration: none;
}

.footerList .about ul li.rht_li a{font-size: 15px; line-height: 20px;}

 .about ul li a:hover {
	color: #b4b5bf;
}

.footerWrap .containers .footerList .about ul li span {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}
.rht_li > a{cursor: inherit;}
.about ul li.rht_li > a:hover{color: #6f747e;}

ul,
li {
	list-style: none;
}

.sideBar {
	display:none;
    box-shadow: 0 12px 25px 0 rgba(71,71,71,.1);
    border-radius: 2px;
    position: fixed;
    top: 25%;
    z-index: 999;
    right: 0;
}

.sideBar ul > li .sideBar_module{cursor: pointer;height:64px;width:64px;position: relative;transition: all 0.2s ease;}
.sideBar ul > li .sideBar_module .icon.tel{background: #fff url(../image/tel.png) center no-repeat;}
.sideBar ul > li .sideBar_module .icon.qq{background: #fff url(../image/qq.png) center no-repeat;}
.sideBar ul > li .sideBar_module .icon.mail{background: #fff url(../image/mail.png) center no-repeat;}
.sideBar ul > li .sideBar_module .icon.toTop{background: #fff url(../image/toTop.png) center no-repeat;}
.sideBar ul > li .sideBar_module .icon{height: 64px;width: 64px;position: relative;z-index: 9}
.sideBar ul > li .sideBar_module .emerge{transition: all 0.4s ease;position: absolute;right: -214px;opacity: 0;top: 0;width: 190px;text-align: center;height: 100%;line-height: 64px;padding: 0 20px;color: #fff;font-size: 18px;background: #4d7ede;border-top-left-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);}
.sideBar ul > li .sideBar_module .contactUs{background: #4d7ede;color: #fff;text-align: center;box-sizing: border-box;padding-top: 14px;}
.sideBar ul > li #goTop{display: none}
.sideBar ul > li .sideBar_module.on .emerge{right: 64px;opacity: 1;}
.sideBar ul > li .sideBar_module.on .icon.tel{background:#4d7ede url(../image/tel2.png) center no-repeat;}
.sideBar ul > li .sideBar_module.on .icon.qq{background:#4d7ede url(../image/qq2.png) center no-repeat;}
.sideBar ul > li .sideBar_module.on .icon.mail{background:#4d7ede url(../image/mail2.png) center no-repeat;}
.sideBar ul > li .sideBar_module.on .icon.toTop{background:#4d7ede url(../image/toTop2.png) center no-repeat;}
.sideBar ul > li:nth-of-type(2) {padding: 0;}



.sideBar ul > li:last-of-type {
	border-bottom: none;
	cursor: pointer;
}

[class^='icon_'] {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../image/a1.jpg);
	background-size: 100% 100%;
	vertical-align: middle;
}

.icon_xh2 {
	background-image: url(../image/a1.png);
}

.icon_xh3 {
	background-image: url(../image/ib3.png);
}

.icon_xh4 {
	background-image: url(../image/ib4.png);
}
.icon_xh5 {
	background-image: url(../image/ib5.png);
}
.sideBar ul > li:nth-child(4):hover > .email {
	margin: 0 0 0 -195px;
	padding: 10px 15px;
	background: #000;
}
.email {
	width: 250px;
	padding: 10px 0;
	transition: all 0.5s ease;
}
.email span {
	color: #fff;
	line-height: 30px;
	margin: 0 0 0 10px;
}
.email i,
.email span {
	display: inline-block;
	vertical-align: middle;
}
.sideBar dl {
	width: 180px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: 0;
}

.sideBar dl.hover {
	transform: translateX(-130px);
	background: #000;
	opacity: 1;
}

div.hh_box.hover {
	background: #000;
	opacity: 1;
	height: auto;
}

.sideBar dl dt {
	padding: 15px 5px;
	position: relative;
	padding-left: 12px;
}

.hh_box {
	position: absolute;
	top: 54px;
	height: 0;
	overflow: hidden;
	width: 130px;
	transition: all 0.5s;
}

.sideBar dl dt p {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 0;
}

.sideBar dl dt a {
	margin-left: 10px;
	color: #fff;
}