﻿* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	text-decoration: none;
	box-sizing: border-box;
}
button{
	background: none;
}
a {
	color: #666;
}


.center {
	/*width: 80%;*/
	width: 1200px;
	margin: 0 auto;
	/*display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
}

.clear {
	clear: both;
}

/*****************************************************************header CSS****************************************************************/
.header {
	width: 100%;
	height: 102px;
	/*position: relative;*/
	position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 1px 6px #dcdcdc;
}

.nav-header {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

/* logo */
.left-logo {
	height: 102px;
}

.left-logo img {
	margin-top: 11px;
}

/*  */
.center-nav {
	width: 845px;
	height: 102px;
	background-color: #ffffff;
}

.nav-top {
	width: 100%;
	height: 45px;
	background: url(../img/title-font.png) no-repeat 4px 20px;
}

.menu-reset {
	
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
 .on{
	border-bottom: 2px solid #154269;
} 
.menu-reset>li {
	text-align: left;
	margin-right: 2%;
	line-height: 54px;
	position: relative;
}
.menu-reset>li>a {
	font-size: 14px;
	padding: 20px 3px;
}
.menu-reset>li:hover{
	border-bottom: 2px solid #154269;
}
/* .menu-reset>li a:hover{
	color: #154269;
} */
.nav-top,
.nav-bottom {
	margin-left: 30px;
}

/*小屏导航*/
.pc-min-nav {
	width: 100%;
	height: 90px;
	background: #FFFFFF;
	display: none;
	z-index: 999;
	position: fixed;
}
.min-left-logo{
	height: auto;
	float: left;
	/* display: flex;
	width: 85%;
	flex-wrap: wrap; */
	padding-left: 5%;
}
.min-nav-btn {
	float: right;
	margin-right: 5%;
	margin-top: 2%;
	cursor: pointer;
	padding-top: 3%;
	padding-left: 30px;
    border-left: 1px solid #DCDCDC;
    padding-bottom: 10px;
}

.min-nav-btn span {
	color: #000000;
}
.min-nav-logo{
	width: 130px;
	/* float: left; */
}
.min-nav-logo>img{
	width: 100%;
	margin-top: 7px;
}
.min-left-logo>p{
	font-size: 20px;
	color: #8f9db7;
}
/* search */
.right-search {
	width: 143px;
	height: 102px;
	position: relative;
}

.search-top {
	text-align: right;
	margin-top: 25%;
	cursor: pointer;
}
.switch-language-box{
	position: absolute;
	z-index: 99;
	top: 16px;
	right: 16px;
	display: none;
}
.switch-img{
	transform: rotate(0);
}
.switch-img-x{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.search-bottom {
	position: relative;
	cursor: pointer;
}

.search-bottom input {
	width: 98%;
	outline: none;
	height: 30px;
	border-radius: 20px;
	border: 1px solid #DCDCDC;
	margin-top: 5%;
	text-indent: 2em;
	cursor: pointer;
}

.search-bottom img {
	right: 15px;
	top: 14px;
	position: absolute;
}

.content {
	width: 100%;
	padding-top: 5.38%;
}

.hide-search-box {
	width: 100%;
	height: 60px;
	background: rgba(250, 250, 250, .5);
	line-height: 60px;
	display: none;
	position: absolute;
	z-index: 99;
}

.hide-search-box input {
	width: 97%;
	height: 50px;
	background: none;
	border: none;
	border-bottom: 2px solid #7092bf;
	outline: none;
	float: right;

}

.nav-hide-box {
	z-index: 99;
	position: absolute;
	display: none;

}

.nav-hide-box>li {
	background: #FFFFFF;
	border-bottom: 1px solid #DCDCDC;
	width: 160px;
	cursor: pointer;
}

.nav-hide-box>li a {
	font-size: 14px;
	margin-left: 15px;
}

.nav-hide-box>li div {
	margin-right: 10px;
	float: right;
}

.menu-reset>li:hover>ul.nav-hide-box {
	display: block;
	border-top: 1px solid #154269;
	box-sizing: border-box;
	margin-top: 2px;
}

ul.nav-hide-box>li:hover {
	color: #acb6c9;
}

ul.nav-hide-box>li:hover  a {
	color: #acb6c9;
}

/*****************************************************************header CSS****************************************************************/

.pageBanner {
	width: 100%;
	height: 300px;
	color: #ffffff;
	position: relative;
}

.banner-box {
	width: 15%;
	height: 100px;
	text-align: center;
	position: absolute;
	left: 43.5%;
	top: 42%;
}

.banner-cn {
	font-size: 36px;display: none;
}

.banner-en {
	font-size: 36px;
}

/*联系我们*/


#location_tit {
	color: #7092bf;
}

.pc-location {
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	box-sizing: border-box;
}
.location {
	width: 100%;
	height: 65px;
	line-height: 65px;

}
/* 分页 */
.pages-box{
	display: flex;
	width: 100%;
}
.pages-box>li a{
	border: 1px solid #DCDCDC;
	text-align: center;
	padding: 10px 17px;
	margin-left: 10px;
	box-sizing: border-box;
}
.pages-box>li:hover a{
	background: #8f9db7;
	color: #ffffff;
	border-color: #8f9db7;
}
.prev-pages a{
	margin-left: 0px !important;
	background: #8f9db7;
	color: #ffffff;
}
/*****************************************************************footer CSS****************************************************************/
.footer {
	width: 100%;
	background: #fafafa;
}

.footer-nav {
	float: left;
	margin-right: 70px;

}

.footer a:hover {
	color: #154269;
}

.footer-left {
	width: 47%;
	height: auto;
	float: left;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.footer-nav a {
	color: #666666;
	display: block;
	margin-bottom: 15px;
	width: 90px;
}

.footer-tit span {
	margin-top: 52%;
    margin-bottom: 20%;
	font-size: 18px;
	color: #666666;
	display: block;
}

.footer-nav a:hover {
	color: #7092bf;
}

.footer-right {
	width: 53%;
	height: 280px;
	float: left;
	box-sizing: border-box;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.right-nullBox {
	width: 1px;
	height: 157px;
	border-right: 2px solid #aaaaaa;
	margin-top: 50px;
	margin-left: 10px;
}

.footer-copy {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8d8d8d;
	background: #ffffff;
}

.right-navTitle {
	padding-top: 6%;
	padding-left: 5%;
	line-height: 40px;
	width: 72%;
}

.company {
	font-size: 20px;
	color: #7092bf;
}

.footer-copy a {
	color: #7092bf;
}

.support-title {
	margin-left: 5%;
}

.footer-icon {
	padding-top: 5%;
}

.footer-icon a {
	margin-right: 3%;
}

.company-code {
	float: right;
	padding-top: 7%;
	margin-left: 7%;
}

.code-top {
	width: 133px;
	height: 133px;
	background: url(../img/qr_code.jpg) no-repeat;
}

.code-top img {
	width: 100%;
}

.code-bottom {
	width: 133px;
	line-height: 40px;
	text-align: center;
	color: #777777;
}




/*侧边导航*/
.leftsidebar_box {
	width: 160px;
	height: auto !important;
	overflow: visible !important;
	position: fixed;
	height: 100% !important;
	background-color: #FFFFFF;
	z-index: 99;
	right: 0;
	top: 90px;
	display: none;
}

.line {
	/* height: 2px; */
	width: 100%;
	padding-left: 17px;
	padding-top: 10%;
}
.line img{
	margin: 0px 5px 0px 5px;
}

.leftsidebar_box dt {
	padding-left: 40px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000000;
	font-size: 14px;
	position: relative;
	line-height: 48px;
	cursor: pointer;
}

.leftsidebar_box dd {
	background-color: #FFFFFF;
	padding-left: 40px;
	border-bottom: 1px solid #DCDCDC;
	box-sizing: border-box;
	line-height: 40px;
}

.leftsidebar_box dd a {
	color: #000000;
	line-height: 20px;
}

.leftsidebar_box dt img {
	position: absolute;
	right: 10px;
	top: 20px;
}

.leftsidebar_box dl dd:last-child {
	padding-bottom: 10px;
}
.system_log a{
	font-size: 14px;
}

/*按钮鼠标悬停*/
.hvr-bounce-to-right:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#8f9db7;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:active {
  color: #FFFFFF;
}
.hvr-bounce-to-right:hover:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:active:before{
	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
  	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

