@font-face {
    font-family: "YourFont";
    src: url(../css/hei-jian.ttf);
}
#audio_btn {
    position: absolute;
    right: 10px;
    top: .8rem;
    z-index: 200;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
.m{ width: 740px; height: 400px;position: fixed;bottom: 0;right: 0 }
.close{
	    color: #fff;
    position: absolute;
    z-index: 111;
    font-size: 36px;
    left: 10px;
}
.play_yinfu {
    background-image: url(../img/music.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
}
.off {
    background-image: url(../img/music_off.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.rotate {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(../img/music_off.png);
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}
.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
}
to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
}
}@keyframes rotate {
  from {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
}
to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
}
}
/*page5*/
.mobshow{
	display: none;
}
.darkmask{
	    width: 100%;
    height: 100%;
    background: url('../lexiang-img/darkm.png') repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
}
.nv3 {display: none}
.pageheader{
	height: 66%;
	margin: 0 auto;
	margin-top: 2%;
}


.s1cen{
	width:818px;
	height:180px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-409px;
	margin-top:-90px;
}

.showtit i{opacity:0;display:inline-block;vertical-align:text-bottom;
transform:translateY(120px);-webkit-transform:translateY(120px);
transition:all 1s ease-in-out 0s;-webkit-transition:all 1s ease-in-out 0s;
}
.showtit.act i{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}


.s1cen p{
	color:#fff;
	text-align: center;
	font-family: '微软雅黑';
}

.s1cen .firl{
	font-size:50px;
	font-weight: 800;
}
.secl{
	font-size:50px;
}


.thil{
	font-size:30px;
	letter-spacing: 2px;
}
.log-reg{
	float: right;
    margin: 13px 90px 0 0;
}
.log-reg p{
	color:#fff;
}
.log-reg a{
	color:#fff;
	margin-left: 15px;
}
.bor{
	position:absolute;
	width:1200px;
	height:600px;
	top:50%;
	left:50%;
	margin-left:-600px;
	margin-top:-300px;
	border:1px solid #fff;
}
.boradd{
	width:1198px;
	height:90px;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-601px;
	margin-top:-45px;
}
.page5-title{
	width: 100%;
}
.page5-title img{
	width: 100%;
}

.pcont{
	width: 650px;
	margin: 0 auto;
	height: 360px;
	clear: both;
	overflow: hidden;
	margin-top: 3%;
}

.pcont ul li>img{
	width: 100%;
	height: auto;
	display:block;
}
 .pcont ul li{
 	width:140px;
 	height: 70px;
 	float: left;
 	margin: 50px 30px 0 0;
 }
 .pcont ul li:nth-child(4n){
 	margin-right: 0
 }
.mob{
	display:none;
}
 .main{position:absolute;left:70px;top:105px;right:70px;bottom:135px;z-index:5;background:rgba(255,255,255,0);}
}
.main .bdr{position:absolute;background:#ddd;
transition:all 1s cubic-bezier(0,1.3,0.7,1) 0s;-webkit-transition:all 1s cubic-bezier(0,1.3,0.7,1) 0s;}
.main .b1{left:0;top:0;width:1px;height:1px;}
.loaded .main .b1{width:100%;}
.main .b2{right:0;top:0;width:1px;height:1px;}
.loaded .main .b2{height:100%;}
.main .b3{right:0;bottom:0;width:1px;height:1px;}
.loaded .main .b3{width:100%;}
.main .b4{left:0;bottom:0;width:1px;height:1px;}
.loaded .main .b4{height:100%;}

 .home{position:relative;height:100%;}
.titbox{position:absolute;left:50%;top:50%;text-align:center;color:#fff;    width: 1040px;cursor:default;display:none;
transform:translate(-50%,-56%);-webkit-transform:translate(-50%,-56%);}
.titbox:first-child{display:block;}
.p4tit .animated{animation-fill-mode:forwards;}
.titbox h4{font-size:42px;font-family:'幼圆';margin-top:6px;color:#fff;}
.titbox p{font-size:20px;margin-top:10px;}

.titbox2{position:absolute;left:50%;top:50%;text-align:center;color:#fff;width:600px;cursor:default;opacity:0;
transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.s .titbox2{animation:ht 4s linear 0.3s 1 both;-webkit-animation:ht 4s linear 0.3s 1 both;}
.s.dly .titbox2{animation-delay:3s;-webkit-animation-delay:3s;}
.titbox2 h3{font-size:60px;font-family:Impact;color:#fff;text-transform:uppercase;}
.titbox2 h4{font-size:42px;font-family:'幼圆';margin-top:5px;color:#fff;}
.titbox2 p{font-size:20px;margin-top:8px;}
 .home{position:relative;height:100%;}

.titbox:first-child{display:block;}
.titbox h3{font-size:150px;font-family:Impact;color:#fff;text-transform:uppercase;}
.titbox h4{font-size:45px;margin-top: 45px;color:#fff;    font-weight: bold;}
.titbox p{font-size:26px;width: 650px;margin: 26px auto 0;}
.yanfa-tit{    width: 100%;display: block;text-align: center;}
.page3-top .yanfa-tit img{width:78%;}
.section2 .yanfa-cont{margin-top: 50px;}
.titbox2{position:absolute;left:50%;top:50%;text-align:center;color:#fff;width:600px;cursor:default;opacity:0;
transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.s .titbox2{animation:ht 4s linear 0.3s 1 both;-webkit-animation:ht 4s linear 0.3s 1 both;}
.s.dly .titbox2{animation-delay:3s;-webkit-animation-delay:3s;}
.titbox2 h3{font-size:60px;font-family:Impact;color:#fff;text-transform:uppercase;}
.titbox2 h4{font-size:42px;font-family:'幼圆';margin-top:5px;color:#fff;}
.titbox2 p{font-size:20px;margin-top:8px;}

.showtit.act i{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
.showtxt i{display:inline-block;text-align:left;}
.showtxt i b{opacity:0;display:inline-block;white-space:nowrap;overflow:hidden;
transition:all 0.6s ease-out 0s;-webkit-transition:all 0.6s ease-out 0s;}
.showtxt i b.h{width:0;}
.showtxt.act i b.h{width:100%;opacity:1;}

 /*版心设置*/
.pagecenter{
	width:1150px;
	margin: 0 auto;
}
.mfsec{
	width:100%;
	height:100%;
}
.mfsec img{
	width:100%;
	height: 74%;
}

.sec2-title{
	width: 100%;
	height: 52%;
	margin-top: 5%;
	position: relative;
	background-color: #fff;
}
.sec2-title img{
	width: 78%;
}
.p2tit,.p2cont{
	position: absolute;
	display: none;
    width: 100%;
    text-align: center;
}
.p2tit{
	top: 12%;
}
.p2cont{
	top: 39%;
}

.bus-more{
	width:352px;
	height: 78px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	margin-top: 15%;
	border-radius: 34px;
	color:#fc645f;
	font-weight: 800;
	font-size: 20px;
	display: none;
	bottom: 8%;

}
#guanggao{
	width: 500px;
	height: 100px;
	background: url('../img/index2.png');
	background-size: cover;
}
.fourcir{
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	position: absolute;
}

#faxing{
	margin-top: 13%;
	background-color:#fff;
	color:#fc645f;
}




.fourcir img{
	width: 100%;
}
.fourcir {
	display:none;
}
.page3-top{
	height: 500px;
	width: 100%;
	background-color: #fff;
	padding-top:8% ;
	position:relative;
}
.page3-top img{
	width: 100%;
}
#yanfa{
	margin-top:9.5% ;
	color: #fc645f;
	border-radius: 36px;
}
.yanfa-tit,.yanfa-cont,.yanfa-cir{
	position: absolute;
	display: none;
}
.yanfa-cont{
	width: 1080px;
	left:50%;
	margin-left:-540px;
	height:92px;
	top:44%;
}
.yanfa-cont p{
	text-align: center;
	font-size: 20px;
	color:#4d4d4d;
	font-family: '微软雅黑';
	margin:6px 0;
	letter-spacing:2px;
}
.yanfa-cir{
	width:608px;
	bottom: 5%;
	left:50%;
	margin-left:-304px;
}
.yanfa-cir .i2{
	display:none;
}
.stock{font-size:17px;color:#262624; position: absolute;right:20px;   top: 69px;
    z-index: 99;}
.yanfa-cir ul li{
	width:132px;
	height: 182px;
	float:left;
	margin-right:106px;
	position:relative;
}
.yanfa-cir ul li:last-child{
	margin-right:0;
}

.yanfa-cir ul li .imgc{
	width:132px;
	height:132px;
	position:absolute;
	top:0;
	left:0;
}
.yanfa-cir .imgc img{
	width:100%;
	height:100%;
}
.yanfa-cir ul li p{
	color:#fff;
	text-align: center;
	margin-top:150px;
	font-size:16px;
}
.adcont{
	position: absolute;
}
.p4top{
	width: 100%;
	height: 64%;
	position: relative;
	background: url('../lexiang-img/indexBG4.png') no-repeat left top;
}
.spaw{
	transform:rotate(360deg);
	transition:transform .7s;
}
.p4tit{
	width: 100%;
	position: absolute;
	top: 23%;
}
.p4cont{
	width: 100%;
	position: absolute;
	top: 45%;
}
.p4cir{
	width: 100%;
	position:absolute;
	top: 65%;
}

.p4tit,.p4cont,.p4cir{
	display: none;
}
.adlink{
	height: 100%;
	background-color: #f8f8f8;
	position:relative;
}

.adl{
    width: 508px;
    height: 175px;
    position: absolute;
    left: 50%;
    margin-left: -254px;
    top: 5%;
	display:none;
}
.adl ul li{
	width:175px;
	height:175px;
	float:left;
	position:relative;
	margin-right: 158px;
}
.adl .imgc2{
	width:175px;
	height:175px;
}
.adl .imgc2 .i2{
	display:none;
}

.adl li img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.p4top img,.p4cir img{
	width:100%
}
.p4tit{
	width: 100%;
	height: 69px;
text-align: center;
}
.p4tit img{
    width: 78%;
}
#yanfa{
	width: 500px;
	height: 100px;
	background: url('../img/index1.jpg');
	background-size: cover;
}
#guanggao{
	bottom:13%;
}
.page4-but{

	color: #fc645f;
}

.fourcir {
	width:634px;
	height:172px;
	left:50%;
	margin-left:-317px;
}
.fourcir ul{clear: both;overflow: hidden;}
.fourcir li{
	width:108px;
	height:170px;
	float:left;
	margin-right:155px;
}
.fourcir .imgc3{
	width:108px;
	height:122px;
	position:relative;
}
.fourcir li img{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
    left: 6.5px;
}
.fourcir p{
	text-align:center;
	color:#fff;
	font-size:18px;
	margin-top:18px;
}
.sec2-title{
	height:470px;
}
.imgc3 .i2{
	display:none;
}
#guanggao:hover{
	background: url('../img/index22.png')
}
/*section 1*/
.maskcontainer{
	width: 100%;
	position: absolute;
	top: 45%;
}
.maskcontainer img{
	width: 100%;
}
.p1mask{
	position: realtive;
}
.p1left,.p1right{
	position: absolute;
	display: none;
}
.p1left{
	top: 26%;
}
.p1right{
	bottom: 26%;
}

.pages5 .sec5-logo{
	width: 1150px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
.pages5 .max-logo{
	margin-top: 0;
	height: 59%;
}
.p5foot{

}
.pages5 footer{
	height: 33%;
	margin-top: 0;
	background: repeating-linear-gradient(-45deg, #141115, #000 5px);
}
.pages5 .logo-container{
	width: 1000px;
	padding: 10px 0;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-top: 8%;
}

.sec5-logo ul{
	height: 80px;
}
.sec5-logo ul li{
	width: 200px;
	height: 80px;
	float: left;
	text-align: center;
}
.p4top{
		height:600px;
	}
.advice {
	margin-top: 7%!important;
}
.fot-rit{
	margin-top: 5%!important;
}
.mobheader{
	display: none;
}
#faxing{
	width: 500px;
	height: 100px;
	background: url('../img/index3.jpg');
	background-size: cover
}
#faxing:hover {
	background: url('../img/index33.jpg');
}
#yanfa:hover{
	background: url('../img/index11.jpg');
}

.p2cont {
    width: 1260px;
    left: 50%;
    margin-left: -630px;
    height: 92px;
    top: 44%;
}
.p2cont p{
	text-align: center;
    font-size: 20px;
    color: #4d4d4d;
    font-family: '微软雅黑';
    margin: 6px 0;
    letter-spacing: 2px;
}
.p4cont {
    width: 1080px;
    left: 50%;
    margin-left: -540px;
    height: 92px;
    top: 47%;
}
.p4cont p{
	text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: '微软雅黑';
    margin: 6px 0;
    letter-spacing: 2px;
}
@media only screen and (max-width:1750px){
	.page3-top{
		height:450px;
	}
	.p4top{
		height:550px;
	}
	.sec2-title{
		height:440px;
	}
	#guanggao{
		bottom:8%;
	}
	.p2cont{
		top:39%;
	}
	#faxing{
		bottom:6%;
	}

}
@media only screen and (max-width:1400px){
	.page3-top{
		height:336px;
		padding-top:5%;
	}
	.p2cont{
		top:36%;
	}
	.yanfa-cont {
		top:39%;
	}
	#yanfa{
		bottom:5%;
	}
	.yanfa-cir{
		bottom:2%;
	}
	.p4top{
		height:515px;
	}
	.sec2-title{
		height:323px;
		margin-top:5%;
	}
	#faxing{
		bottom:6%;
	}
	.fourcir {
		margin-top: 2%;
	}
	.fourcir p{
		margin-top:1%;
	}
	.advice{
		margin-top:5%!important;
	}
	.p4tit img{
		height:100%;
	}
	#guanggao{
		bottom:3%;
	}
}

@media only screen and (max-width:1300px) {
.page3-top{
	height:550px;
}
.fourcir li{}

	.maskcontainer{
		top:42%;
		}

		.bus-more{
			width: 356px;
			height: 58px;
			line-height: 58px;
		}
		.sec2-title {
    height: 285px;}
		.pcont ul{
			margin-left: 50px;
		}
	.pcont{
		margin-top:0;
	}
	.pcont ul li {
	    width: 158px;
	    height: 73px;
	    margin: 5px 6px;
	}
	
	.pcont .fir{
		margin-left: 0px;
	}
	.address{
		margin-top:3%!important;
	}
.fot-rit{
		display:none;
	}
}
@media screen and ( min-width:1400px ) and ( max-width:1600px ) {
	.yanfa-cir {
	    bottom: 5%;
	}
	.page3-top {
    height: 433px;
    padding-top: 9%;
}
.p2cont p{font-size: 16px;}
#faxing {
    bottom: 10%;
}
.fourcir li img{left: 0}
.sec2-title{
	margin-top: 4%
}
#yanfa{    width: 365px;
    height: 73px;    bottom: 10%;    margin-left: -182.5px; }
#faxing{width: 365px;height: 73px;margin-left: -182.5px; }
#faxing:hover {
    background: url(../img/index33.jpg);
    background-size: cover
}
#guanggao{width: 365px;
    height: 73px; margin-left: -182.5px;}
    #guanggao:hover {
    background: url(../img/index22.png);
    background-size: cover
}
#yanfa:hover{background: url(../img/index11.jpg);background-size: cover}
.sec2-title{height: 350px;margin-top: 7%}
.pcont ul li{    margin: 20px 30px 0 0;}
.pageheader{margin-top: 7%;height:48%}
}
@media screen and ( min-width:1100px ) and ( max-width:1399px ) {
	.p2cont p{
		font-size: 16px;
	}
	.page3-top{
		    height: 278px;
	}
	#guanggao{width: 365px;
    height: 73px; margin-left: -182.5px;}
	.p4tit img,.sec2-title img{width: 60%}

	.p4top {
    height: 355px;
}
	.p4cont p{font-size: 16px;}
	#guanggao:hover {
    background: url(../img/index22.png);
    background-size: cover
}
	#faxing{width: 365px;height: 73px;margin-left: -182.5px; }
	#yanfa{    width: 365px;
    height: 73px;    bottom: 10%;    margin-left: -182.5px; }
    #faxing:hover {
    background: url(../img/index33.jpg);
    background-size: cover
}
    #yanfa:hover{background: url(../img/index11.jpg);background-size: cover}
	.section2 .yanfa-cont{margin-top: 0}
	.page3-top .yanfa-tit img{width: 60%}
	.section4 .fourcir .imgc3{    width: 77px;
	    height: 77px;
	}
	.section4 .fourcir li{
    height: 105px;
    width: 90px;
	}
	.fourcir p{font-size: 15px}
	.section4 .fourcir {
	    width: 580px;
	    margin-left: -270.5px;
	}
	.section5 .pcont{
		margin-top: 0
	}
	.section5 .pcont ul li{
		    margin: 13px 30px 0 0;
    width: 120px;
    height: 60px;
	}
	.section5 .pageheader{
		height: 50%;
	}
	.section5 .page5-title{
		padding-top: 50px;
	}
	.foter-up{height: 286px;}
	.foter-up .contain{padding-top: 40px;}
	.section5 .pcont{
		width: 681px;height: 250px;
	}	
}
@media only screen and (max-width:640px){
	header {
    padding: 8px 0;
}
.darkmask{
	display:none;
}
.pc{
	display:none;
}
.mob{
	display:block;
}
.nv2 {display: none}
	.nv3 {
		display: block;
float: right;
    float: right\9;
    margin-right: 70px;
    position: relative;
    width: 1.34rem;
    height: 1.34rem;
    line-height: 0;
    margin-top: 5px;
}
.nv3 a{
    width: .8rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 0.4rem;
    display: block;
}
.nv3 a:nth-of-type(1){
    color: #111;
    position: relative;
    z-index: 5
}
.nv3 a:nth-of-type(2){
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
}

	.mobheader{
		width: 100%;
		display:block;
	}

	.phone-container>div{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.phone-container>div>img{
		width: 100%;
		display: block;
	}
	.mobmask{
		position: absolute;
		width: 100%;
		height:13%;
		background:rgba(0,0,0,.5);
		top: 45%;
	}
	.mobmask>div{
		display: none;
		position: absolute;
	}
	.mobmask>div>img{
		width: 100%;
	}
	.mobsec1{
		position: relative;
		top:37% ;
	}
	.le{
		top: 0;
	}
	.ri{
		bottom: 0;
	}
	.phone-container .mobsec1{
		background:url('../lexiang-img/mbg1.png') no-repeat;
		background-size: 100%;
		height:24rem;
	}
	.mobsec2{
		position: relative;
	}
	.mobsec2>div{
		position: absolute;
	}
	.mobsec2>div>img{
		width: 100%;
	}
	.mobsec2mask{
		position: absolute;
		width: 100%;
		height:52%;
		background-color: #FFFFFF;
		top: 17%;
	}
	.mob2-cont{
		top: 30%;
	}
	.mob2-circle{
		top: 55%;
	}
	.mobsec2 .mob2circle{
		top:53%;
	}
	.mobbut{
		display: block;
		position: absolute;
		bottom: 5%;
		width:54%;
		padding: 4% 0;
		text-align: center;

		background-color:#fff;
		margin-left: 23%;
		border-radius: 5px;
		font-weight: 800;
		font-size: 16px;
		color: #fc645f;
	}

	#mfaxing{
		border-radius:45px;
	}
	#myanfa{
		border-radius: 45px;
	}
	.no4{
		border-radius:45px;
	}
	.mobsec3{
		position: relative;
	}
	.mobsec3>div{
		position: absolute;
	}
	.mobsec3>div>img{
		width: 100%;
	}

	.mob2-title{
		width: 100%;
		top: 20%;
	}
	
	.mob3-cont{
		top: 32%;
	}
	.mob2-circle{
		top: 49%;
	}
	.mob2-title{
		height:50px;
	}
	.mob2-title img{
		height:100%;
	}
	.mobsec4{
		position: relative;
	}
	.mobsec4>div{
		position: absolute;
	}
	.mobsec4>div>img{
		width: 100%;
	}
	.mobsec2 .mob2-circle{
		top:53%;
	}
	.no4{
		background: #fc645f;
		color: #fff;
	}
	.mob2-title,.mob2-cont,.mob2-circle{
		display: none;
	}
	.mobsec3>div{
		display: none;
	}
	.mobsec3>.mobsec2mask{
		display: block;
	}
	.mobsec3 a,.mobsec4 a{
		display: none;
	}
	.mobsec4>div{
		display: none;
	}
	.mobsec4>.mobsec2mask{
		display: block;
		background-color: rgba(0,0,0,0);
	}
	.mobsec5{
		width:100%;
		height:380px;
	}
	.mobsec5 img{
		width:100%;
		height:100%;
	}

	.mobsec3 .mob2-circle{
		top:52%;
	}
	.mobsec3 .mob2-circle img{
		height:100%;
	}
	.mobfooter{
		width:100%;
		height:370px;
	}
	.mobfooter img{
		height:100%;
	}

	.mobsec2 .mob2-circle{
		display: block;
	}

	.mobsec2 .mob2-circle img{
		height:100%;
	}
	.mobsec4 .mob2-circle img{
		height:100%;
	}

	.mobsec3 .mob2-title{
		top:14%;
	}

	.mobsec3 .mob3-cont{
		top:27%;
	}

	.mobsec3 .mob2-circle{
		top:46%;
	}
	#myanfa{
		border:2px solid #fc645f;
		background-color: rgba(0,0,0,0);
		bottom:40%;

	}
	.no4{
		border:2px solid #fc645f;
		background-color: rgba(0,0,0,0);
		bottom:40%;
		color:#fc645f;
	}
	#mfaxing{
		background-color: #fc645f;
		color:#fff;
		bottom:35%;
	}
	.mobsec3 .mob2-circle {
	    top: 76%;
	    left: -1rem;
	}
	.mob2-circle {
	    top: 75%;
	}
	.mobsec2 .mob2-circle {
	    top: 77%;
	}
	.section1{
		background:url('../lexiang-img/mbg1.png') no-repeat 50%;
		background-size: cover;
	}
	#fp-nav{
		display:none;
	}

	.mobsec3 img,.mobsec2 img,.mobsec4 img{
		width: 100%;
		height: 100%;
	}
	.mob{
		width:100%;
		height:100%;
	}
	.section4{
		background:none;
	}

	.top-fot {
	    margin-top: 9%!important;
	    margin-bottom: 6%;
	}
.mobsec4,.mobsec2{
	height:100%;
}
.mobfooter{
	width:100%;
}
.mobfooter img{
	width:100%;
}

.mobsec4 .mob2-cont{
	top: 33%;
}
.mobsec2 .mob2-cont {
    top: 31%;
}
#mfaxing{
	display:none;
}
.mobsec2 .mob2-circle{
	display:none;
}
.nv1{
    display: none
}
.header .logo {
	width: 17%;
	height: auto;
    margin-left: 4%;
}
.ghh {
    float: right;
    width: 48px;
    height: 38px;
    margin-right: 4%;
    margin-top: 7px;
    border: 2px solid #ED6C00;
    text-align: center;
    border-radius: 5px;
}
.ghh {
    width: 40px;
    height: 30px;
    border: none;
}
.gh {
    float: right;
    width: 34px;
    margin-top: 17px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    display: table;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
header{
	top: 0!important;
}
.gb-nav{
	display:none;
}
.gh a {
    background-color: #fc645f;
    display: block;
    height: 4px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a {
    margin-top: -6px;
    height: 3px;
}
.gh a:after, .gh a:before {
    background-color: #fc645f;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    content: " ";
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.gh a:before, .gh a:after {
    height: 3px;
}
.gh a:before {
    top: -7px;
}
.gh a:after {
    top: 7px;
}
.main{right:0;left:0;top:70px;bottom:70px;}
.titbox h3{font-size:42px;}
.titbox h4{font-size:24px;}
.titbox p{font-size:14px;}

}
