*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial;
}
body{
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
/*img{
	width: 100%;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 0px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.8);
}

/*取消A默认点击背景色*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*引入字体*/
/*引入字体*/
@font-face{
	font-family: fontName;
	src:url(../fonts/bodoni-bookitalic-webfont.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: fznb;
	src:url(../fonts/FZNBSJW--GB1-0.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ltxh;
	src:url(../fonts/hyxh.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ptdin;
	src:url(../fonts/PFDinTextCompPro-Regular.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: Baiduan Number;
	src:url(../fonts/baiduan_number_new.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes mouseShow {
	0%{
		top: 10%;
		opacity: 1;
	}
	100%{
		opacity: 0;
		top: 80%;
	}
}
@-o-keyframes mouseShow {
	0%{
		top: 10%;
		opacity: 1;
	}
	100%{
		top: 80%;
		opacity: 0;
	}
}
@-moz-keyframes mouseShow {
	0%{
		top: 10%;
		opacity: 1;
	}
	100%{
		top: 80%;
		opacity: 0;
	}
}
@keyframes mouseShow {
	0%{
		top: 10%;
		opacity: 1;
	}
	100%{
		top: 80%;
		opacity: 0;
	}
}

.ch1{
	margin-top:60% ;
}
.ch2{
	margin-top:70% ;
}
.ch1{
	margin-top:60% ;
}
.ch2{
	margin-top:70% ;
}
/*顶部样式*/
.topmenu{
	position: fixed;
	width: 100%;
	height: 75px;
	z-index: 1000;
	transition: 0.3s;
}
.topmenu.ersty{
	height: 65px;
	background: rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 1px 2px #666; /* 老的 Firefox */
	box-shadow: 0px 1px 2px #666;
	transition: 0.3s
}
.topmenu.active{
	height: 65px;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 2px #666; /* 老的 Firefox */
	box-shadow: 0px 1px 2px #666;
	transition: 0.3s
}
.topmenu .logo{
	position: absolute;
	width: 200px;
	height: 57px;
	top: 50%;
	left: 40px;
	margin-top: -28px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 57px;
	z-index: 1000;
	transition: 0.3s;
}
.topmenu.active .logo,
.topmenu.ersty .logo{
	background: url(../images/logo1.png) center left no-repeat;
	background-size: auto 57px;
}
.topmenu .right{
	position: absolute;
	display: block;
	width: 135px;
	height: 100%;
	top: 0px;
	right: 30px;
	z-index: 1000;
	text-align: right;
	transition: all 0.3s;
}
.topmenu .right .rbtnbox{
	position: relative;
	display: inline-block;
	margin: 0 -2px;
	vertical-align: top;
	height: 100%;
	width: 45px;
	cursor: pointer;
	transition: 0.3s;
}
.topmenu .right .rbtnbox .icon {
	position:absolute;
	height: 20px;
	width: 100%;
	top: 50%;
	margin-top: -10px;
	transition: all 0.3s;
}
.topmenu .right .rbtnbox:hover .icon {
	margin-top: -15px;
}
.topmenu .right .rbtnbox .zi{
	position: absolute;
	width: 50px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: 12px;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}
.topmenu .right .rbtnbox:hover .zi{
	margin-top: 6px;
	opacity: 1;
}
.topmenu.ersty .right .rbtnbox .zi{
	color: #c90800;
}
.topmenu.active .right .rbtnbox .zi{
	color: #c90800;
}

.topmenu .right .rbtnbox .kssearch {
	background: url(../images/ico/SS.png) top center no-repeat;
}
.topmenu .right .rbtnbox .kswxbtn {
	background: url(../images/ico/WX.png) top center no-repeat;
}
.topmenu .right .rbtnbox .ksOAbtn {
	background: url(../images/ico/OA.png) top center no-repeat;
}
.topmenu.active .right .rbtnbox .kssearch,
.topmenu.ersty .right .rbtnbox .kssearch {
	background: url(../images/ico/SS-on.png) top center no-repeat;
}
.topmenu.active .right .rbtnbox .kswxbtn,
.topmenu.ersty .right .rbtnbox .kswxbtn {
	background: url(../images/ico/WX-on.png) top center no-repeat;
}
.topmenu.active .right .rbtnbox .ksOAbtn,
.topmenu.ersty .right .rbtnbox .ksOAbtn {
	background: url(../images/ico/OA-on.png) top center no-repeat;
}

.kssearch-form {
	transition: 0.5s;
	position: fixed;
	top: 65px;
	right: 115px;
	width: 300px;
	max-height: 0;
	overflow: hidden;
	z-index: 100;
	border:1px solid rgba(0,0,0,.0)
}
.kssearch-form.active {
	max-height: 65px;
	border:1px solid rgba(0,0,0,.2)
}
.kssearch-form fieldset {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
}
.kssearch-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
}
.kssearch-form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: rgba(255,255,255,.8);
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
.kssearch-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #c00;
	border: none;
	cursor: pointer;
}

.wx-zsbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:100%;
	background: rgba(0,0,0,.8);
	z-index: 2000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.wx-close{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: 302px;
	cursor: pointer;
	z-index: 111;
	background:#c00 url(../images/close1.png) center no-repeat;
	background-size:cover ;
}
.wx-infobox{
	position: absolute;
	width: 600px;
	height: 250px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -300px;
	background: #fff;
}
.wx-infobox .ewm{
	position: absolute;
	width: 250px;
	height: 250px;
	border-right: 1px solid rgba(0,0,0,.2);
	background: url(../images/wxewm.png) center no-repeat;
	background-size:100% auto ;
}
.wx-infobox .info{
	position: absolute;
	width: 210px;
	top:40px;
	right: 10px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
}
.wx-infobox .tb1{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 55px;
	left: 310px;
	background: url(../images/wx.png) center no-repeat;
	background-size:100% auto;
}
.wx-infobox .tb2{
	position: absolute;
	width: 35px;
	height: 35px;
	top: 165px;
	left: 310px;
	background: url(../images/sys.png) center no-repeat;
	background-size:100% auto;
}


/*导航栏*/
.nav_menu3 ul{
	float: right;
	width: auto;
	height: 100%;
}
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
 	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_menu3{
	display: block;
	position: relative;
	width: 100%;
	padding-right:170PX;
	height: 65px;
	text-align: center;
	margin-top: 5px;
	transition: 0.3s;
}
.nav_menu3.active,
.nav_menu3.ersty{
	height: 65px;
	margin-top: 0px;
}
.nav_menu3 li{
	width: 110px;
	position: relative;
	display: inline-block;
	text-align: center;
}
.nav_menu3 > ul > li > a {
	line-height: 65px;
	color: #fff;
	transition: 0.5s;
	font-size: 16px;
	background: url(../images/menu-bg0.png) bottom center no-repeat;
}
.nav_menu3 > ul > li:hover > a {
	color: #fff;
	background:url(../images/menu-bg.png) bottom center no-repeat;
}
.nav_menu3.active > ul > li > a,
.nav_menu3.ersty > ul > li > a {
	line-height: 65px;
	color: #444;
}
.nav_menu3.active > ul > li:hover > a,
.nav_menu3.ersty > ul > li:hover > a {
	color: #c90800;
}
.nav_menu3 ul ul {
	position: absolute;
	margin-top: 15px;
	transition: 0.5s;
	opacity: 0;
	left: -9999px;
}
.nav_menu3 li:hover > ul {
	left: auto;
	margin-top: 0px;
	opacity: 1;
}
.nav_menu3 ul ul li a {
  	padding: 10px;
	width: 110px;
	line-height: 20px;
	background: rgba(255,255,255,.9);
	text-decoration: none;
  	color: #666;
 	transition: 0.3s;
  	border-top: 1px solid rgba(0,0,0,.1);
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
	color: #fff;
	background: #c90800;
}

/*底部样式*/
.bootom1{
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
	background: #dfdfdf;
	padding: 30px 0px;
	border-top: 3px solid #fff;
	transition: all 0.8s;
	opacity: 0;
}
.bootom1.active{
	opacity: 1;
}
.bootom1 .nrbox{
	position: relative;
	width: 95%;
	max-width: 1350px;
	height: 100%;
	margin: 0 auto;
	transition: all 0.6s;
	opacity: 1;
}
/*.bootom1 .nrbox.active{
	opacity: 1;
}*/
.bootom1 .nrbox .left{
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	left: 20px;
}
.bootom1 .nrbox .left .logo{
	position: relative;
	width: 100%;
	height: 90px;
	background: url(../images/logo3.png) top left no-repeat;
	background-size:auto 100%; 
	opacity: 0.7;
}

.bootom1 .nrbox .ewmbox{
	position: absolute;
	width: 107px;
	height: 100%;
	right: 20px;
}
.bootom1 .nrbox .ewmbox .ewm{
	position: relative;
	width: 100%;
	height: 107px;
	background: url(../images/ico/ewm.jpg) center no-repeat;
	background-size:auto 100%;
}
.bootom1 .nrbox .ewmbox .info{
	position: relative;
	width: 100%;
	height: 25px;
	font-size: 12px;
	color: #666;
	text-align: left;
	margin-top: 10px;
	line-height: 25px;
}
.bootom1 .nrbox .ewmbox .info .sys{
	float: left;
	width: 25px;
	height: 25px;
	background: url(../images/ico/sys.png) left center no-repeat;
	background-size:17px 17px;
	padding-right: 25px;
}
.bootom1 .nrbox .cenbox{
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	left: 160px;
	padding-left: 50px;
	border-left: 1px dashed rgba(0,0,0,.2);
}
.bootom1 .nrbox .cenbox .lmdh{
	position: relative;
	width: 100%;
	height: 25px;
	
}
.bootom1 li{
	float: left;
	width: auto;
	padding-right: 40px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	cursor: pointer;
}
.bootom1 li:hover{
	color: #c90800;
}
.bootom1 .nrbox .cenbox .lxinfo{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 24px;
	color: #777;
	margin-top: 20px;
}
.bottom2{
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	background: #c90800;
	transition: all 0.8s;
	opacity: 0;
}
.bottom2.active{
	opacity: 1;
	transition-delay: 0.2s;
}
.bottom2 .cenbox{
	position: relative;
	width: 95%;
	max-width: 1350px;
	height: 100%;
	margin: 0 auto;
}
.bottom2 .cenbox .left{
	position: absolute;
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #bbb;
	line-height: 45px;
	left: 20px;
}
.bottom2 .cenbox .left a{
	color: #bbb;
}
.bottom2 .cenbox .left a:hover{
	color: #fff;
}
.bottom2 .cenbox .right{
	position: absolute;
	width: 250px;
	text-align: right;
	font-size: 12px;
	color: #bbb;
	line-height: 45px;
	right: 20px;
}
.select{
	position: relative;
	width: 200px;
	height: 25px;
	margin-top: 10px;
	right: 0px;
	border: 1px solid rgba(255,255,255,.5);
	background: #c90800;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #CCC;
}
/*视频弹窗*/
.sp-playbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	z-index: -20;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.sp-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: 270px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
    z-index: 111;
    background: url(../images/videoclose.png) center no-repeat;
    background-size: cover;
}
.video-spbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
}
.video-bfbox{
	position: absolute;
	width: 760px;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -380px;
	padding: 10px;
	background: #000;
}

.video-bfbox video{
	position: relative;
	width: 100%;
	height: 100%;
}
/*广告样式*/
.floatimg{
	position: fixed; 
	top: 0;
	left: 0;
	width:240px; 
	height:auto; 
	z-index:2000;
	display: block;
	background: rgba(255,255,255,.9);
	padding: 5px;
	border-radius: 3px;
}
.floatimg img{
	position: relative;
	width: 100%;
	height: auto;
}
.floatimg .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1000;
    margin-top: -29px;
    padding: 0 5px;
    background:rgba(0,0,0,.5);
}
.floatimg .info{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 60px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.floatimg .floatclose{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	z-index: 1;
	cursor: pointer;
}
.floatimg .floatclose:hover{
	color: #ff0;
	background: #900;
}
.bot-ggbox{
	position: fixed;
	width: 240px;
	height: auto;
	right: 0;
	bottom: 0;
	z-index: 3000;
	border-radius:3px ;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.6);
	transition: all 0.5s;
}
.bot-ggbox .titlebox{
	width: 100%;
	height: 30px;
	background: #C4303E;
}
.bot-ggbox .titlebox .tit{
	float: left;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot-ggbox .titlebox .botgg-close{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #000;
	border-radius:50%;
	text-align: center;
	font-family: arial;
	cursor: pointer;
}
.bot-ggbox .titlebox .botgg-close:hover{
	color: #ff0;
}
.bot-ggbox .imgbox{
	width: 230px;
	height: 160px;
	margin: 5px;
}
.bot-ggbox .infobox{
	width: 230px;
	height: auto;
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 5px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bot-ggbox .more-bigbox{
	width: 200px;
	height: 25px;
	margin: 10px auto;
}
.bot-ggbox .ggmorebox{
	width: 100px;
	height: 25px;
	border-radius:15px;
	background: #C4303E;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
}
.bot-ggbox .ggmorebox:hover{
	color: #ff0;
}
.bigcen {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}

/*手机版导航栏*/
.topbgx{
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	display: none;
	transition: all 0.3s;
}
.wapmenubt{
	position:fixed;
	width: 70px;
	height: 75px;
	top: 0px;
	right: -70px;
	background-size:cover ;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 3000;
}
.wapmenubg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	z-index: -200;
}
/*.wapmenubt:hover{
	background:#c90800;
}*/
.wapmenubt.active{
	background:#c90800;
	width: 200px;
}
.wapmenubt.gdstyle,
.wapmenubt.ersty{
	height: 65px;
	background:#c90800;
}
.wapmenubt .open{
	z-index: 10000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wapmenubt .close{
	z-index: -100;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wapmenubt .t1{
	position: absolute;
	width: 26px;
	height: 3px;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -13px;
	background: #fff;
	transition:all 0.2s;
}
.wapmenubt .t1.active{
	transform: rotate(-45deg);
	margin-top: -0px;
}
.wapmenubt .t2{
	position: absolute;
	width: 26px;
	height: 3px;
	top: 50%;
	margin-top: -0px;
	left: 50%;
	margin-left: -13px;
	background: #fff;
	transition:all 0.2s;
}
.wapmenubt .t2.active{
	margin-left: 100px;
}
.wapmenubt .t3{
	position: absolute;
	width: 26px;
	height: 3px;
	top: 50%;
	margin-top: 10px;
	left: 50%;
	margin-left: -13px;
	background: #fff;
	transition:all 0.2s;
}
.wapmenubt .t3.active{
	transform: rotate(45deg);
	margin-top: 0px;
}
.wapmenubox{
	position: fixed;
	width: 200px;
	height: 100%;
	z-index: 2500;
	top: 0;
	right: -200px;
	overflow: hidden;
	transition: all 0.3s;
}
.wapmenubox.active{
	right: 0;
	display: none;
}
.wapmenubox .mbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 75px;
	background: #e8e8e8;
	transition: all 0.3s;
	overflow-y:scroll ;
}
.wapmenubox .mbox.gdstyle,
.wapmenubox .mbox.ersty{
	top: 65px;
}
.wapmenubox .mbox li{
	position: relative;
	width: 100%;
	height: 55px;
	border-bottom:1px solid rgba(0,0,0,.1) ;
	border-top:1px solid rgba(255,255,255,.5) ;
}
.wapmenubox .mbox li .zi{
	position: absolute;
	width: 100%;
	height: 25px;
	top: 17px;
	left: 0px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	color: #666;
}
.wapmenubox .mbox li .zi:hover{
	color: #c00;
}
/*pages*/
.all-pages{
	padding:0;
	text-align: center;
}
.all-pages li,.all-pages a,.all-pages span{
	display: inline-block;
	margin-left: -5px;
	width: 25px;
	height: 25px;
	/*border-radius: 50%;*/
	background: #f1f1f1;
	border:1px solid #c90800;
	line-height: 23px;
	font-size: 14px;
	margin:5px;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #c90800;
}
.all-pages a{
	border:1px solid #999;
	color: #777;
}
.all-pages a.prev,.all-pages a.next{
	font-size: 20px;
	line-height: 25px;
	font-family: "宋体";
}
.all-pages li{
	display: block;
	color: #c90800;
}
.all-pages a:hover,.all-pages span.current{
	background: #c90800;
	border:1px solid #c90800;
	color: #fff;
}
.all-pages li:hover a,.all-pages li.active a{
	color: #fff;
}



/*手机版导航栏结束*/
@media (max-width:1367px){
	.topmenu .logo {
	    left: 30px;
	}
	.topmenu .right {
	    right: 20px;
	}
}

@media (max-width:1281px){
	.wapmenubt {
	    right: 0px;
	}
	.nav_menu3 {
	    display: none;
	}
	.topmenu .right {
	    right: 80px;
	}
	.wapmenubox {
	    width: 200px;
	}
	.wapmenubox.active{
		right: 0;
		display: block;
	}
}
@media (max-width:900px){
	.bootom1 {
	    display: none;
	}
	.bottom2 .cenbox {
	    width: 100%;
	}
	.select {
	    width: 150px;
	}
	.bottom2 .cenbox .left {
	    left: 0px;
	    text-align: center;
	    padding: 0 10px;
	}
	.bottom2 .cenbox .right {
	   display: none;
	   
	}
}

@media (max-width:700px){
	.topmenu {
	    height: 45px;
	    background: rgba(255,255,255,1);
	}
	.topmenu.active,
	.topmenu.ersty  {
	    height: 45px;
	}
	.topmenu .logo,
	.topmenu.ersty .logo {
	    position: absolute;
	    width: 200px;
	    height: 37px;
	    top: 50%;
	    left: 15px;
	    margin-top: -20px;
	    background: url(../images/logo1.png) center left no-repeat;
	    background-size: auto 37px;
	    z-index: 1000;
	    transition: 0.3s;
	}
	.topmenu.active .logo,
	.topmenu.ersty .logo{
		background: url(../images/logo1.png) center left no-repeat;
		 background-size: auto 37px;
	}
	.nav_menu3 {
	   display: none;
	}
	.wx-zsbox {
	    display: none;
	}
	.topmenu .right {
	    display: none;
	}
	
	
	
	.topbgx {
	    height: 45px;
	}
	.wapmenubox .mbox {
	    top: 45px;
	}
	.wapmenubt {
	    position: fixed;
	    width: 55px;
	    height: 45px;
	    top: 0px;
	    background: #c90800;
	}
	.wapmenubox {
	    width: 150px;
	}
	.wapmenubt.active {
	    background: #c90800;
	    width: 150px;
	}
	.wapmenubt.gdstyle,
	.wapmenubt.ersty{
		height: 45px;
	}
	.wapmenubox .mbox.gdstyle,
	.wapmenubox .mbox.ersty{
		top: 45px;
	}
	.wapmenubt .t1{
		position: absolute;
		width: 26px;
		height: 3px;
		top: 50%;
		margin-top: -12px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition:all 0.2s;
	}
	.wapmenubt .t1.active{
		transform: rotate(-45deg);
		margin-top: -2px;
	}
	.wapmenubt .t2{
		position: absolute;
		width: 26px;
		height: 3px;
		top: 50%;
		margin-top: -2px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition:all 0.2s;
	}
	.wapmenubt .t3{
		position: absolute;
		width: 26px;
		height: 3px;
		top: 50%;
		margin-top: 8px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition:all 0.2s;
	}
	.wapmenubt .t3.active{
		transform: rotate(45deg);
		margin-top: -2px;
	}
	.topmenu .right {
	    right: 60px;
	}
	.bottom2 {
	    height: 50px;
	}
	.bottom2 .cenbox .left {
	    line-height: 25px;
	}
}
