/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family:  Arial, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
@font-face {
  font-family: "acrom";
  src: url("../fonts/THE.NORTHERN.BLOCK_ACROM.woff") format("woff"),
       url("../fonts/THE.NORTHERN.BLOCK_ACROM.ttf") format("truetype"),
       url("../fonts/THE.NORTHERN.BLOCK_ACROM.eot") format("embedded-opentype"),
       url("../fonts/THE.NORTHERN.BLOCK_ACROM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriadbold";
  src: url("../fonts/MyriadPro-BoldSemiExt.woff") format("woff"),
       url("../fonts/MyriadPro-BoldSemiExt.ttf") format("truetype"),
       url("../fonts/MyriadPro-BoldSemiExt.eot") format("embedded-opentype"),
       url("../fonts/MyriadPro-BoldSemiExt.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
.inner{width: 1325px;margin: 0 auto;max-width: 70%;}
.mobile{
	display: none!important;
}
.web{
	display: block!important;
}
#sidenav{
	display: none;
}
/*头部*/
#header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 51;
	font-size: 0;
}
#header .menu{
	display: none;
}
#header .left-part{
	height: 80px;
	line-height: 80px;
	float: left;
}
#header .left-part img{
	vertical-align: middle;
}
#header .left-part img.logo1,.index-page #header .left-part img.logo2{
	display: none;
}
#header .left-part img.logo2,.index-page #header .left-part img.logo1{
	display: inline-block;
}
#header .right-part{
	float: right;
	height: 80px;
	line-height: 80px;
}
#header .right-part .nav-box{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#header .right-part .nav-box .box{
	display: inline-block;
	position: relative;
	margin-right:45px;
	text-align: center;
}
#header .right-part .nav-box .box:last-child{
	margin-right: 0;
}
#header .right-part .nav-box .box .level1{
	font-size: 14px;
	color: #333;
	font-family: 'acrom';
}
.index-page #header .right-part .nav-box .box .level1{
	color: #fff;
}
#header .right-part .nav-box .box .level1:hover,#header .right-part .nav-box .box .level1.active{
	color: #1467a1;
	font-weight: bold;
}
.index-page #header .right-part .nav-box .box .level1:hover,.index-page #header .right-part .nav-box .box .level1.active{
	color: #aaa;
}
#header .right-part .nav-box .box .sub-nav{
	position: absolute;
	left: 50%;
	top: 100%;
	padding-top: 24px;
	display: none;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
#header .right-part .nav-box .box .sub-nav a{
	font-size: 14px;
	color: #333;
	margin-bottom: 1em;
	display: block;
	white-space: nowrap;
}
.index-page #header .right-part .nav-box .box .sub-nav a{
	color: #fff;
}
#header .right-part .nav-box .box .sub-nav a:hover,#header .right-part .nav-box .box .sub-nav a.active{
	color: #1467a1;
	font-weight: bold;
}
.index-page #header .right-part .nav-box .box .sub-nav a:hover,.index-page #header .right-part .nav-box .box .sub-nav a.active{
	color: #aaa;
}
#header .right-part .nav-box .box .sub-nav a:nth-last-child(2){
	margin-bottom: 0;
}
#header .right-part .nav-box .box .sub-nav .tri{
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 9px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/header_tri2.png);
	background-size: 100% 100%;
}
.index-page #header .right-part .nav-box .box .sub-nav .tri{
	background-image: url(../images/header_tri.png);
}
#header .right-part .lang-box{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 45px;
	position: relative;
}
#header .right-part .lang-box a{
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}
.index-page #header .right-part .lang-box a{
	color: #fff;
}
#header .right-part .lang-box a:hover{
	color: #1467a1;
}
.index-page #header .right-part .lang-box a:hover{
	color: #aaa;
}
#header .right-part .lang-box .tri{
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	width: 9px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/header_tri2.png);
	background-size: 100% 100%;
}
.index-page #header .right-part .lang-box .tri{
	background-image: url(../images/header_tri.png);
}
#header .right-part .lang-box:hover .tri{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#header .right-part .lang-box a.sub{
	position: absolute;
	top: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: none;
	padding-top: 24px;
}
/*底部*/
#footer{
	background-color: #0f5785;
	font-size: 0;
}
#footer .left{
	height: 80px;
	line-height: 80px;
	float: left;
}
#footer .left a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 1;
	position: relative;
}
#footer .left a:last-child{
	margin-right: 0;
}
#footer .left a .qr{
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 140px;
	margin-left: -70px;
	margin-bottom: 4px;
	display: none;
 	box-shadow: 0px 3px 27px 0px rgba(9, 9, 9, 0.1);
}
#footer .left a:hover .qr{
	display: block;
}
#footer .left a .qr img{
	width: 100%;
}
#footer .right{
	height: 80px;
	line-height: 80px;
	float: right;
	font-size: 14px;
	color: #f9f8f3;
}
@media only screen and (max-width:1400px){
	
}
@media only screen and (max-width:1310px){
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1110px){
}
@media only screen and (max-width:1024px){
	.inner{
		max-width: 92%;
	}
}
@media only screen and (max-width:768px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: block!important;
	}
	.web{
		display: none!important;
	}
	/*头部*/
	#header .menu{
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
	}
	#header .menu .menu1,.index-page #header .menu .menu2{
		display: none;
	}
	#header .menu .menu2,.index-page #header .menu .menu1{
		display: block;
	}
	#header .menu img{
		width: 1.375rem;
	}
	#header .left-part{
		height: 3.75rem;
		line-height: 3.75rem;
	}
	#header .left-part img{
		width: 4.25rem;
	}
	#header .right-part{
		height: 3.75rem;
		line-height: 3.75rem;
	}
	#header .right-part .nav-box{
		display: none;
	}
	#header .right-part .lang-box{
		display: none;
	}
	/*底部*/
	#footer .left{
		height: 2.5rem;
		line-height: 2.5rem;
	}
	#footer .left a{
		margin-right: 0.75rem;
	}
	#footer .left a .icon{
		height: 0.8125rem;
	}
	#footer .left a .qr{
		width: 4.375rem;
		margin-left: -2.1875rem;
		margin-bottom: 0.125rem;
	}
	#footer .right{
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 0.5rem;
	}
	/*侧导航*/
	#sidenav{
		position: fixed;
		left: 100%;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 60;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		display: block;
		background-size: auto 100%;
		background-repeat: repeat-x;
		background-image: url(../images/sidenav_bg.png);
		text-align: center;
	}
	#sidenav.active{
		left: 0;
	}
	#sidenav .top{
		position: relative;
		z-index: 1;
	}
	#sidenav .top .inner{
		height: 3.75rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#sidenav .top .logo{
		width: 4.25rem;
	}
	#sidenav .top .close img{
		width: 1rem;
	}
	#sidenav .bottom{
		position: absolute;
		bottom: 1.5rem;
		left: 0;
		width: 100%;
	}
	#sidenav .bottom .link-box{
		margin-bottom: 1.125rem;
	}
	#sidenav .bottom .link-box a{
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.75rem;
		position: relative;
	}
	#sidenav .bottom .link-box a:last-child{
		margin-right: 0;
	}
	#sidenav .bottom .link-box a .icon{
		height: 0.8125rem;
	}
	#sidenav .bottom .link-box a .qr{
		position: absolute;
		left: 50%;
		bottom: 100%;
		display: none;
		width: 4.375rem;
		margin-left: -2.1875rem;
		margin-bottom: 0.125rem;
	}
	#sidenav .bottom .link-box a .qr.active{
		display: block;
	}
	#sidenav .bottom .link-box a .qr img{
		width: 100%;
	}
	#sidenav .bottom .copyrights{
		font-size: 0.5rem;
		color: #f9f8f3;
	}
	#sidenav .bottom .lang-box{
		margin-bottom: 2rem;
	}
	#sidenav .bottom .lang-box .line{
		display: inline-block;
		vertical-align: middle;
		height: 0.8125rem;
		background-color: #fff;
		width: 1px;
		opacity: 0.12;
	}
	#sidenav .bottom .lang-box a{
		font-size: 1.125rem;
		color: #aaa;
		margin: 0 1rem;
		opacity: 0.4;
		vertical-align: middle;
	}
	#sidenav .bottom .lang-box a.active{
		opacity: 1;
		color: #f9f8f3;
	}
	#sidenav .nav-box{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 4rem;
		padding-bottom: 8rem;
	}
	#sidenav .nav-box .inner{
		height: 100%;
		overflow-y: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#sidenav .nav-box .box{
		margin-bottom: 1.875rem;
	}
	#sidenav .nav-box .box:last-child{
		margin-bottom: 0;
	}
	#sidenav .nav-box .box a{
		color: #fff;
		font-family: "acrom";
		display: block;
	}
	#sidenav .nav-box .box a.active{
		color: #aaa;
		font-weight: bold;
	}
	#sidenav .nav-box .box .level1{
		font-size: 1rem;
	}
	#sidenav .nav-box .box .sub{
		padding-top: 1.625rem;
		position: relative;
		display: none;
	}
	#sidenav .nav-box .box .sub a{
		margin-bottom: 1.625rem;
		font-size: 0.875rem;
	}
	#sidenav .nav-box .box .sub a:nth-last-child(2){
		margin-bottom: 0;
	}
	#sidenav .nav-box .box .sub .tri{
		position: absolute;
		top: 0.75rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 0.5625rem;
	}
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}