@font-face {
	font-family: bebas;
	src: url(../fonts/bebas/BEBAS___.svg), url(../fonts/bebas/BEBAS___.eot), url(../fonts/bebas/BEBAS___.ttf), url(../fonts/bebas/BEBAS___.woff);
}

@font-face {
	font-family: syht;
	src: url(../fonts/glyphicons-halflings-regular.svg), url(../fonts/glyphicons-halflings-regular.eot), url(../fonts/glyphicons-halflings-regular.ttf), url(../fonts/glyphicons-halflings-regular.woff);
}

@font-face {
	font-family: opsli;
	src: url(../fonts/openSans/OpenSans-LightItalic.svg), url(../fonts/openSans/OpenSans-LightItalic.eot), url(../fonts/openSans/OpenSans-LightItalic.ttf), url(../fonts/openSans/OpenSans-LightItalic.woff);
}

body::-webkit-scrollbar {
	width: 1px;
}

body::-webkit-scrollbar-thumb {
	background: #ccc;
}

body::-webkit-scrollbar-track {
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}


/*公用头部底部 开始*/

.look {
	cursor: pointer;
}

.active {
	color: #4695ec !important;
}


/****************************** 分页 ******************************/

.page1 {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
	font-family: 微软雅黑;
}

.page1 span a {
	color: #333333;
	padding: 5px 10px;
	text-decoration: none;
	background: #f8f8f8;
}

.page1 span a:hover {
	color: #999;
	background: #338bec;
	color: #fff;
}

.page1 span {
	margin: 2px;
}

.page1 span.current a {
	background: #338bec;
	color: #fff;
}


/*.page1 span a.disabled{border:1px solid #ccc;color:#ccc;cursor:default;}*/

.main {
	background: #f7f7f7;
	overflow: hidden;
}

.where {
	height: 72px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.where .rightbar {
	float: right;
}

.where a,
.where span {
	transition: color .5s;
}

.where a:hover,
.where span:hover {
	color: #4695ec;
}

.where .text {
	max-width: 1200px;
	line-height: 72px;
	margin: 0 auto;
	font-size: 14px;
	color: #555;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

.navactive {
	color: #4695ec;
}

.bannerimg {
	width: 100%;
	display: block;
}

.scalepcnavbox {
	transform: scale(0, 0);
	transform-origin: right;
}

.j-head {
	transition: all .5s;
	background: transparent;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 222222222;
	padding: 20px 0;
}

.j-head .wrap {
	width: 91.05%;
	margin: 0 auto;
}

.j-head .wrap .j-logobox {
	width: 100px;
	height: 100px;
	float: left;
	transition: all .5s;
}

.j-head .wrap .j-logobox img {
	width: 100%;
	display: block;
}

.j-head .wrap .menubox,
.j-head .wrap .navbox {
	float: right;
	margin: 22px 0;
}
.j-head .wrap .navbox {
	transition: all .5s;
}
.j-head .wrap .navbox .navs {
	float: left;
	margin-right: 30px;
	position: relative;
}

.j-head .wrap .navbox .navs a {
	line-height: 54px;
	transition: all .5s;
	display: block;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.j-head .wrap .navbox .langbox {
	float: left;
	line-height: 54px;
	margin-left: 20px;
}

.j-head .wrap .navbox .langbox a {
	padding: 0 8px;
	color: #fff;
	transition: all .3s;
}

.j-head .wrap .navbox .langbox span {
	color: #fff;
}

.j-head .wrap .navbox .navs:last-child {
	margin-right: 0;
}

.j-head .wrap .navbox .navs .subnav {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, .8);
}

.j-head .wrap .navbox .navs .w300 {
	width: 300px;
	margin-left: -122px;
}

.j-head .wrap .navbox .navs .w110 {
	width: 110px;
	margin-left: -27px;
}

.j-head .wrap .navbox .navs .w138 {
	width: 138px;
	margin-left: -41px;
}

.j-head .wrap .navbox .navs .subnav a {
	line-height: 30px;
	color: #fff;
}

.j-head .wrap .navbox .navs .subnav a:hover {
	color: #4695ec;
}

.j-head .wrap .navbox .navs:hover .title {
	color: #4695ec;
}

.j-head .wrap .navbox .navs:hover .title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #4695ec;
	content: "";
	width: 100%;
}

.j-head .wrap .menubox {
	float: right;
}

.j-head .wrap .menubox span {
	transition: all .5s;
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 6px;
	background: #fff;
}

.j-head .wrap .menubox span:last-child {
	margin-bottom: 0;
}
.j-head .wrap  .act span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.j-head .wrap .act span:nth-child(1) {
  margin-top: 9px;
}
.j-head .wrap .act span:nth-child(2) {
  opacity: 0;
}
.j-head .wrap .act span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -18px;
}
.j-head .wrap .menubox {
	margin-left: 30px;
}

.j-head .wrap .menubox .menubtn {
	padding-top: 1px;
	margin-top: 16px;
	height: 22px;
	cursor: pointer;
}

.activehead{
	padding: 0;
	background: #fff;
}
.activehead .wrap .navbox .navs a{
	color: #333;
}
.activehead .wrap .navbox .langbox a,
.activehead .wrap .navbox .langbox span{
	color: #333;
}
.activehead .wrap .menubox span{
	background: #4695ec;
}
.activehead .wrap .navbox .navs .subnav{
	background: rgba(255,255,255,.8);
}
.activehead .wrap .navbox .navs .subnav a{
	color: #333;
}
.activehead .wrap .j-logobox{
	width: 44px;
	height: 44px;
	margin: 5px 0;
}
.activehead .wrap .menubox,
.activehead .wrap .navbox {
	margin: 0;
}
.activehead .wrap .menubox{
	margin-left: 30px;
}
.j-head .wrap .navbox .langbox a:hover{
	color: #4695ec;
}
.moheader {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
}

.mobanner {
	width: 100%;
}

.moheader .monavbar {
	height: 1.2rem;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.mobannerbox {
	width: 100%;
	height: 4rem;
	margin-top: 1.2rem;
	display: none;
	overflow: hidden;
}

.mologo,
.menu-icon {
	display: block;
}

.mologo {
	float: left;
	margin-top: 0.13rem;
	height: 0.94rem;
	margin-left: 0.3rem;
}

.menu-icon {
	height: 1.2rem;
	float: right;
}

.momask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 1111;
	display: none;
}

@-webkit-keyframes maskout {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes maskshow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.outmask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	animation-name: maskshow;
	animation-duration: .5s;
	opacity: 0;
	animation-fill-mode: forwards;
}

.subnav {
	width: 80%;
	height: 100%;
	z-index: 1112;
	position: absolute;
	right: -100%;
	top: 0;
	animation-name: maskout;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	overflow-y: auto;
	height: 100%;
}

.subnav .monavul {
	line-height: 35px;
	font-size: 16px;
}

.subnav .monavul .monavli .showsub {
	font-size: 0.3rem;
	color: #fff;
}

.subnav .monavul .monavli {
	border-bottom: 1px solid #ccc;
	width: 90%;
	margin: 0 auto;
	text-indent: 20px;
	font-size: 0.3rem;
	line-height: 0.8rem;
}

.subnav .monavul .monavli a {
	color: #fff;
	text-decoration: none;
}

.navfooter {
	margin-left: 5%;
	margin-top: 0.5rem;
}

.navfooter .language {
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}


/*手机底部*/

.mofooter {
	display: none;
	background: #f3f3f3;
	padding: 0.3rem 0;
}

.mofooter .moful {
	width: 7.54rem;
	float: right;
}

.footerlogobox {
	width: 2.06rem;
	height: 1.4rem;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #DBDBDB;
}

.footerlogobox img {
	width: 1.18rem;
	margin-top: 0.1rem;
	margin-left: 0.3rem;
}

.mofooter .moful .mofli {
	float: left;
	font-size: 0.22rem;
	width: 25%;
	text-align: center;
	line-height: 0.7rem;
}

.mofooter .moful .mofli a {
	text-decoration: none;
	color: #555;
}


/*pc端底部*/

.footer {
	background: #F3F3F3;
	padding: 20px 0;
}

.footer-info {
	width: 90%;
	margin: 0 auto;
}

.flbox {
	width: 215px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #dbdbdb;
}

.footerlogo {
	width: 100%;
}

.fifbox {
	float: left;
	overflow: hidden;
}

.havebox {
	line-height: 100px;
	margin-left: 37px;
}

.have {
	float: left;
	font-size: 14px;
	font-family: "microsoft yahei";
	margin-right: 27px;
}

.have a {
	text-decoration: none;
	color: #555;
}

.iconbox {
	margin-left: 37px;
	margin-bottom: 35px;
}

.ficon {
	float: left;
	margin-right: 23px;
}

.ffbox {
	margin-left: 37px;
}

.ffbox span {
	float: left;
	padding: 0 14px;
	border-right: 1px solid #BDBDBD;
	font-size: 12px;
	color: #666;
}

.ffbox span:nth-child(1) {
	padding-left: 0;
}

.erweima {
	position: absolute;
	height:168px;
	width:198px;
	right: 10.4%;
}

.webByBox {
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 12px;
	background: #DBDBDB;
}

.byInfo {
	width: 90%;
	margin: 0 auto;
}

.lt {
	float: left;
	margin-right: 34px;
}

.rt {
	float: right;
}


/*公用头部底部结束*/

ul li {
	list-style: none;
}

html body {
	font-family: "microsoft yahei";
	;
}

.yellow {
	color: #f5aa00;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
	height: 1px;
}

::-webkit-scrollbar {
	display: none
}

.h1s {
	font-size: 36px;
}

.h2s {
	font-size: 24px;
}

.h4s {
	font-size: 18px;
}

.h5s {
	font-size: 12px;
}

.j-h1 {
	font-size: 36px;
}

.j-h2 {
	font-size: 30px;
}

.j-h3 {
	font-size: 24px;
}

.j-h4 {
	font-size: 18px;
}

.j-h4c {
	font-size: 16px;
}

.j-h5 {
	font-size: 12px;
}

.j-h5c {
	font-size: 14px;
}

.j-h1b {
	font-size: 36px;
	font-weight: bold;
}

.j-h2b {
	font-size: 30px;
	font-weight: bold;
}

.j-h3b {
	font-size: 24px;
	font-weight: bold;
}

.j-h4b {
	font-size: 18px;
	font-weight: bold;
}

.j-h4cb {
	font-size: 16px;
	font-weight: bold;
}

.j-h5b {
	font-size: 12px;
	font-weight: bold;
}

.j-h5cb {
	font-size: 14px;
	font-weight: bold;
}


/*.j-h1rem{
	font-size: 0.42rem;
}
.j-h2rem{
	font-size: 0.36rem;
}
.j-h3rem{
	font-size: 0.3rem;
}
.j-h4rem{
	font-size: 0.24rem;
}
.j-h5rem{
	font-size: 0.18rem;
}
.j-h5brem{
	font-size: 0.20rem;
}
.j-h1brem{
	font-size: 0.42rem;font-weight: bold;
}
.j-h2brem{
	font-size: 0.36rem;font-weight: bold;
}
.j-h3brem{
	font-size: 0.3rem;font-weight: bold;
}
.j-h4brem{
	font-size: 0.24rem;font-weight: bold;
}
.j-h4cbrem{
	font-size: 0.22rem;font-weight: bold;
}
.j-h5brem{
	font-size: 0.18rem;font-weight: bold;
}
.j-h5cbrem{
	font-size: 0.20rem;font-weight: bold;
}*/

.mosub_box {
	display: none;
}

.mosub_box a {
	display: block;
	line-height: 0.8rem;
	font-size: 0.24rem;
}


/*公共媒体查询部分*/

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.pcbanerbox {
		display: none;
	}
	.rem42 {
		font-size: 0.42rem;
	}
	.rem36 {
		font-size: 0.36rem;
	}
	.rem30 {
		font-size: 0.3rem;
	}
	.rem18 {
		font-size: 0.18rem;
	}
	.rem24 {
		font-size: 0.24rem;
	}
	.rem14 {
		font-size: 0.14rem;
	}
	.j-head {
		display: none;
	}
	.moheader {
		display: block;
	}
	.mofooter {
		display: block;
	}
	.footer {
		display: none;
	}
	.main {
		padding: 0 0.3rem;
	}
	.content {
		padding: 0 0.28rem;
	}
	.where {
		display: none;
	}
	.mobannerbox {
		display: block;
	}
	.lt {
		margin-right: 0.3rem;
		line-height: 0.58rem;
	}
	.rt {
		line-height: 0.58rem;
	}
	.webByBox {
		font-size: 0.18rem;
		height: 0.58rem;
	}
	.qqtipbox {
		display: block;
	}
}

.qqtipbox {
	display: none!important;
}