

.container {
	margin: 0 auto;
	width: 1200px;
}
.container-max { width: 1720px; margin: auto; }

.page-nav {
	position: relative;
	background-color: #fff;
}
.page-nav .container {
	position: relative;
	background-color: #fff;
	z-index: 10;
}
.page-nav:after {
	position: absolute;
	display: block;
	content: '';
	left: -500px;
	bottom: 0px;
	height: 2px;
	width: 1000px;
	background-color: #fff;

}
.page-nav {
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,.2)
}
.page-nav li {
	padding-left: 5px;
	padding-right: 5px;
	/*padding-left: 64px;
	float: left;*/
	height: 74px;
	/*line-height: 74px;
	font-size: 16px;*/
	color: #484848;
}
.page-nav li:nth-of-type(1){
	padding-left: 0px;	
}
.page-nav .current,.page-nav .before {
	border-bottom: 2px solid #006abe;
}
.page-nav .current a {
	color: #006abe;	
}
.curmbs span,.curmbs a {
	line-height: 74px;
	font-size: 14px;
	color: #888;
}
.curmbs-icon img {
	margin-right: 5px;
	vertical-align: text-top;
}
.page-title {
	padding: 45px 0;	
}
.page-title h3 {
	line-height: 55px;
	font-size: 36px;
	color: #006abe;
}
.page-title .page-title-info {
	line-height: 38px;
	font-size: 16px;
	color: #484848;
}
.fixed-top {
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;

}
header .nav_bar {
  z-index: 10;
  position: fixed;
  right: 2%;
  top: 1.2rem;
  display: none;
  width: 30px;
  cursor: pointer;
  z-index: 99999;
}
header .nav_line {
  width: 100%;
  height: 5px;
  margin-top: 2px;
  background-color: #999;
  border-radius: 20%;
}
header #mb_nav {
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  right: -220px;
  height: 100%;
  background-color: #999;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.5s;
}
header #mb_nav .mb-lang a {
  margin: 1rem 0;
  padding: 0.3rem 1rem;
  background-color: #fff;
  line-height: normal;
  color: #000;
  border-radius: 10px;
}
header #mb_nav li {
  padding: 0 3rem;
  line-height: 50px;
}
header #mb_nav li ul {
  margin-left: 1rem;
}
header #mb_nav li a {
  color: white;
}
.footer-wechat {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	top: -80px;
	left: 50%;
	transform: translateX(-60px);
	z-index: 9999999;
}
.wechat-icon:hover .footer-wechat {
	display: block;
}
/*
* 2018-01-24 修改
*/
#header .container {
	width: 1300px;
}
#header .logo i {
    border-right: 1px solid #e0e0e0;
}
#header .logo p { color: #444444; }
@media (max-width: 1720px){
	.container-max {
		width: auto;
		padding: 0 20px;
	}

}
@media (max-width: 1600px){
	.container {
		width: 96%;
	}
	.logo h1 {
		margin-top: 20px;		
	}

	.logo h1 img {
		width: 170px;
	}
	.logo i {
		margin: 20px 20px 0;
	}
	.logo p {
		margin-top: 24px;
	}
	.nav i {
	   margin-top: 15%;

	}
	.figure-list .info-wrap {
		padding: 30px 150px 0 120px;
	}
	.sub-nav-bg {
		top: 100%;
	}
	.sub-nav-wrap {
		top: 100%;
	}
}
@media (max-width: 1500px){
	.page-nav li {
		/*padding-left: 35px;*/
	}

	.sub-nav {
		top: 95px;
	}
}

@media (max-width: 1300px){
	#header .container {
		width: 98%;
	}
}

@media (max-width: 1250px){
	.logo h1 img {
	    width: 120px;
	}

	.logo i {
	    margin: 11px 10px 0;
        height: 50px;
	}
	.logo p {
	    font-size: 12px;
	}
	.nav li {
		margin: 0;
	}
	.nav span {
		font-size: 14px;
	}
 	.figure-list .info-wrap {
		padding: 20px 100px 0 80px;
	}
	.figure-list figcaption {
	    line-height: 40px;
    	font-size: 23px;
	}
	.figure-list .sub-title {
		font-size: 15px;
	}
	.figure-list .figure-text {
		line-height: 24px;
    	font-size: 12px;
	}
	.figure-list .check-more {
	    margin-top: 22px;
    	font-size: 14px;
	}
	.page-banner-text h2 {
	    font-size: 40px;
	}
	.page-banner-text p {
	    font-size: 20px;
	}
	.page-nav li {
	    padding-left: 15px;
		font-size: 13px;
	}
	.curmbs a {
		font-size: 12px;
	}
	.sub-nav-bg {
		top: 100%;
	}
	.sub-nav-wrap {
		top: 100%;
	}

}
@media (max-width: 1100px){
	.nav > ul > li { width: 95px; }
}
@media (max-width: 1024px) {
	.nav > ul > li { width: 80px; }
	.figure-list .info-wrap {
		padding: 20px 50px 0 50px;
	}
	.figure-list .check-more {
		margin-top: 10px;
	}
	.page-title {
    	padding: 24px 0;		
	}
	.page-title h3 {
	    line-height: 40px;
	    font-size: 30px;		
	}
	.page-title .page-title-info {
		line-height: 38px;
		font-size: 16px;		
	}
	#footer .right {
		float: left;
	}
}
@media (min-width: 768px) and (max-width:960px){
	#footer .right{
		display: none;
	}
} 
@media (max-width: 900px) {
	.logo i {
		display: none;
	}
	.logo p {
		display: none;
	}
	.page-banner-text h2 {
	    font-size: 30px;
	}
	.page-banner-text p {

	}
	.figure-list .info-wrap {
	    padding: 10px 20px 0 20px;
	}
	.figure-list figcaption {
	    line-height: 35px;
	    font-size: 20px;
	}
	.figure-list .sub-title {
		font-size: 12px;
	}
	.figure-list .sub-title:after {
		margin: 10px 0;
	}
	.figure-list .figure-text {
	    line-height: 18px;
    	font-size: 11px;
	}
	.figure-list .figure-mask p {
	    font-size: 18px;
	}
	.figure-list .figure-mask .link-icon {
	    width: 20px;
    	height: 20px;
    	background-size: 9px 12px;
	}
	.curmbs {
		display: none;
	}

}
.m-module { display: none; }
@media (max-width: 767px) {
	.pc-module { display: none; }
	.m-module { display: block; }
	.nav {
		display: none;
	}
	.logo h1 {
		margin: 10px 0;
	}
	header .nav_bar {
		display: block;
	}

	header #mb_nav {
		display: block;
	}
	#footer .left .text {
		display: none;
	}
	#footer .right {
		display: none;
	}
	#footer {
		padding-bottom: 0px;
	}
	#footer .left .copyright {
		margin-top: 10px;
	}


	.page-banner {
	    padding: 3rem 0 3rem;
	}
	.page-banner-text h2 {
	    font-size: 1.8rem;
	}
	.page-banner-text h2:after {
	    margin: 1rem 0;	
	}
	.page-banner-text p {
		font-size: 1.2rem;
	}
	.page-nav:after {
		display: none;
	}
	.page-nav .before {
		border-bottom: 2px solid transparent;
	}
	.figure-list .pic-wrap, .figure-list .info-wrap {
		width: 100%;
	}	
	.figure-list .info-wrap {
	    padding: 1rem 2rem 1rem 2rem;
	}
	.page-nav li:nth-of-type(1) {
		padding: 0 5px;
	}
	.page-nav li {
		padding: 0 5px;
	}
	.page-nav .current {
		border-bottom: 2px solid transparent;
	}
	.page-nav li {
		width: 33%;
		height: 30px;
		line-height: 30px;
		box-sizing: border-box;
	}
} 


