@charset "utf-8";
@import "http://at.alicdn.com/t/font_bda8h33q7ps98uxr.css";

/*共用样式*/
*{margin:0;padding:0}
body{ overflow-x: hidden; background: #fff; color: #666; font: 16px Verdana, "Microsoft YaHei", Arial; -webkit-text-size-adjust: none; -webkit-appearance: none;}
img{border-style:none}
a,a:hover{ text-decoration: none; color: #666; }
.sizing{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
/* .bg{ background: #f6f6f6; } */
.bg{ background: #ffffff; }
/*微信弹出层******************************************************/
.hw-overlay{position:fixed;top:0;left:0;z-index:99999;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
.hw-layer-wrap{position:absolute;top:40%;left:50%;box-sizing:border-box;margin-left:-150px;padding:5px;width:310px;border-radius:4px;background-color:#fff}
.hw-layer-wrap span{display:block;margin-bottom:1em;text-align:center;font-size:81.3%;line-height:2em}
@media (max-width:767px){.hw-layer-wrap{margin-left:-100px;width:200px}}

/*底部版权******************************************************/
.copyright{ background: #FFF; text-indent: 1em; letter-spacing: 0; font-size: 75%; line-height: 40px; display: block; }
.copyright .power{ font-size: 100%; display: inline-block;  margin-right: 1em; color: #666; }
.copyright .power a{color: #666;}

/*PC导航******************************************************/
.menu{ position: fixed; z-index: 9997; width: 100%; height: 100px; background: #fff200; box-shadow: 0 1px 2px rgba(0,0,0,.1); background-color: rgba(255,242,0,1); top: 0px;}
.menu .logo{position:absolute;top:0;left:2em;display:-webkit-flex;height:100px;justify-content:center;align-items:center}
.menu .navmenu{margin:0;padding:0;width:100%;height:70px;list-style:none;text-align:right}
.menu .navmenu li{position:relative;display:inline-block;margin-right:3em}
.menu .navmenu li a,
.menu .navmenu li a:hover{display:block;height:70px;font-size:13px;line-height:70px}
.menu .navmenu li a{color:#666}
.menu .navmenu li a:hover,
.menu .navmenu li .selected,
.menu .navmenu li .current{color:#000}
.menu .navmenu li .iconfont{margin-left:.5em;font-size:75%}
.menu .navmenu li .submenu{position:absolute;top:90px;left:-50px;z-index:99999;margin:0;padding:0;width:220px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1);text-align:left;opacity:0}
.menu .navmenu li .submenu a{display:block;width:220px;height:50px;border-bottom:1px solid #f1f1f1;color:#666;text-indent:.8em;font-size:9pt;line-height:50px}



.menu .navmenu li .submenu .iconfont{float:right;margin:0;font-size:9pt;opacity:0}
/*CSS3效果*/
.menu,
.menu .logo,
.menu .logo img,
.menu .navmenu li .submenu,
.menu .navmenu li .submenu .iconfont,
.menu .navmenu li .submenu a{transition:all .4s ease-in-out}
.menu .navmenu li:hover .submenu{top:70px;opacity:1}
.menu .navmenu li .submenu a:hover{color:#333;text-indent:1.5em}
.menu .navmenu li .submenu a:hover .iconfont{padding-right:2.5em;opacity:1}

@media (max-width:767px){
	.menu{height:65px;}
	.menu .navmenu{ display: none; }
	.menu .logo{left: 25% !important;height:65px;}
	.menu .logo img{ height: auto; width: 70%; }
	.copyright .power{ display: none; }
	span.name {
    margin-top: 30px !important;
}
/* .pure-g.bottom { */
    /* height: 40px !important; */
/* } */

/* .footerlx{ */
	/* display:none; */
/* } */
.friendlink {
    display: none;
}
.footerlx-wrap dl {
    width: 100% !important;
    float: none !important;
}
.footerlx-wrap p{
    margin: 0 !important;
}
.usbb {
    margin-left: 8px !important;
	color:#515151 !important;
}
.bottom {
    height: 360px !important;
}
	}

/*手机导航******************************************************/


button { margin: 0; padding: 0; outline: 0; border: none; border-radius: none; background: 0 0; box-shadow: none; color: inherit; font-size: inherit; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none }
.mm-menu-toggle { position: fixed; top: 24px; left: 12px; z-index: 9999; width: 24px; height: 18px; background: -webkit-linear-gradient(90deg,rgba(33,33,33,0),rgba(33,33,33,0) 7px,#333 7px,#333 11px,rgba(33,33,33,0) 11px,rgba(33,33,33,0) 18px); background: linear-gradient(0deg,rgba(33,33,33,0),rgba(33,33,33,0) 7px,#333 7px,#333 11px,rgba(33,33,33,0) 11px,rgba(33,33,33,0) 18px); text-indent: -9999; font-size: 0; display: none; }
.mm-menu-toggle::after,.mm-menu-toggle::before { position: absolute; left: 0; display: block; width: 100%; height: 4px; background-color: #333333; content: "" }
.mm-menu-toggle::before{top:0;-webkit-transform-origin:bottom left;transform-origin:bottom left;-ms-transform-origin:bottom left}
.mm-menu-toggle::after{bottom:0;-webkit-transform-origin:top left;transform-origin:top left;-ms-transform-origin:top left}
.mm-menu-toggle,.mm-menu-toggle::after,.mm-menu-toggle::before{-webkit-transition:all .5s;transition:all .5s}
.mm-menu-toggle.active{-webkit-transform:rotate(360deg);transform:rotate(360deg);-ms-transform:rotate(360deg)}
.mm-menu-toggle.active::before{width:75%;-webkit-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg)}
.mm-menu-toggle.active::after{width:75%;-webkit-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg)}
.mm-menu { position: fixed; top: 0; left: 0; z-index: 9998; overflow-y: auto; width: 65%; height: 100%; background-color: #f6f6f6; box-shadow: 0; -webkit-transition: -webkit-transform .5s,box-shadow .5s; transition: transform .5s,box-shadow .5s; -webkit-transform: translateX(-100%); transform: translateX(-100%); -ms-transform: translateX(-100%) }
.mm-menu.active{box-shadow:0 2px 8px rgba(0,0,0,.2);-webkit-transform:translateX(0);transform:translateX(0);-ms-transform:translateX(0)}
.mm-menu .menu-top{ height: 50px; width: 100%; }
.mm-menu ul{ margin: 0px; padding: 0px; list-style: none; }
.mm-menu ul li{ padding: 0px 5%; color: #333; text-decoration: none; border-top: 1px solid #EEEEEE; line-height: 4em; font-size: 13px; width: 90%; }
.mm-menu ul li:hover,.mm-menu ul .current{ background: #FFF; }
.mm-menu ul li .iconfont{float:right;font-size:9pt;}
.mm-menu ul li ul{ padding-bottom: 15px; }
.mm-menu ul li ul a{ display: block; line-height: 3em; text-indent: 1em; }

@media (max-width:767px){
	.mm-menu-toggle{ display: block; }
	}
	
	
	

/*底部******************************************************/
.bottom {
    /* padding-top: 30px; */
    padding-bottom: 30px;
    height: 285px;
    /* background: url(http://www.yanxing188.com/wp-content/uploads/2022/07/bj.jpg) 50% 100% no-repeat; */
    background: #f7f7f7;
}
.bottom .content{margin-right:auto;margin-left:auto;width:86%}
.bottom .content .contact{float:left;width:30%;color:#fff;font-size:100%}
.bottom .content .contact .column{display:none;padding:0 0;text-align:center}
.bottom .content .contact .column .title{color:#fff;font-size:125%;line-height:1.8em}
.bottom .content .contact .column .subtitle{color:#ccc;font-size:81.5%}
.bottom .content .contact span{display:block}
/* .bottom .content .contact .name{ */
		/* margin-top: 1em; */
		/* color: #FFF; */
		/* font-size: 200%; */
		/* line-height: 2em; */
		/* font-family: fantasy; */
		/* border-bottom: 2px solid #333333; */
		/* margin-bottom: 40px; */
		/* padding-bottom: 20px; */
/* } */

.bottom .content .contact .name {
    color: #FFF;
    font-size: 200%;
    line-height: 2em;
    font-family: fantasy;
    margin-top: 120px;
}

.bottom .content .contact .name a{color:#FFF;}
.bottom .content .contact .icon{margin-top:12em}
.bottom .content .contact .icon .iconfont{padding:4px;border-radius:50%;background: #fff;color: #333333;font-size:150%;transition:all .4s ease-in-out}
.bottom .content .contact .icon a{margin-right:2em}
.bottom .content .contact .icon a:hover .iconfont{background:#FFF200;color:#333;cursor:pointer}
.bottom .content .book{float:left;padding-top:1.5em;width:40%;text-align:right}
.bottom .content .book .input-content,.bottom .content .book .input-sub,.bottom .content .book .input-text{font-family:Verdana,"Microsoft YaHei",Arial}
.bottom .content .book .input-content,.bottom .content .book .input-text{float:right;display:block;margin-bottom:10px;padding:1em;width:350px;outline:0;border-bottom:hsla(0,100%,100%,.09) 1px solid;background:#fff;color:#666;font-size:90%;line-height:1em;border-top-style:none;border-right-style:none;border-left-style:none}
.bottom .content .book .input-content{height:60px;overflow:hidden; resize:none;}
.bottom .content .book .input-sub{width:379px;height:45px;border-style:none;background:#333;color:#FFF;text-align:center;letter-spacing:.1em;font-size:87.5%;line-height:45px;transition:all .5s ease-in-out}
.bottom .content .book .input-sub:hover{ background: #fff200; color: #333; }
/*验证码部分*/
.code{ position: relative; float: right; }
.code #checkCode{ display: block; position: absolute; top: 0px; right: 0px; display:none;}


/*自适应*/
@media screen and (max-width: 1280px){
	.bottom .content{ width: 96%;}
	}
@media screen and (max-width: 767px) {
	.bottom{height:298px;}
	.bottom .content .book{ display: none; }
	.bottom .content .contact{ float: none; width: 100%; }
	.bottom .content .contact .column{ display: block; }
	.bottom .content .contact .name{font-size: 18px; line-height: 2em;}
	.bottom .content .contact .icon{ margin-top: 2em;}
	span.icon {
    display: none !important;
}
	}

@media screen and (max-width: 767px) {
.bottom .content .contact{
	font-size: 14px;
}
}

@media screen and (max-width: 767px){
.bottom .content .gzwx {
    display: none;
}
}	

.gzwx.wow.slideInCenter {
    float: left;
    padding-top: 1.5em;
    width: 25%;
    text-align: center;
    margin-left: 80px;
}
.wx {
    margin-top: 1em;
    color: #333;
    font-size: 130%;
    line-height: 1em;
    font-family: fantasy;
	text-align: center;
}

.gzh-img img {
    width: 160px;
    height: 160px;
    margin-top: 40px;
    text-align: left;
    display: block;
    float: left;
    margin-left: 37px;
}

/* .wxh-img img { */
    /* width: 160px; */
    /* height: 160px; */
    /* margin-top: 40px; */
    /* text-align: right; */
    /* display: block; */
/* } */



img.pure-img {
    width: 100%;
    height: 100% !important;
}
	
	
/*自适应*/
@media screen and (max-width: 767px) {
	.gzwx.wow.slideInCenter{
		display: none;
	}
}	

/*自适应*/
@media screen and (max-width: 1600px) {
	.bottom .content .contact .name {
    margin-top: 120px;
    color: #FFF;
    font-size: 140%;
    line-height: 2em;
    font-family: fantasy;
}
.bottom .content .book {
    float: left;
    padding-top: 1.5em;
    width: 38%;
    text-align: right;
}
span.icon {
    margin-top: 60px;
    margin-left: 60px !important;
}
.gzwx.wow.slideInCenter {
    float: left;
    padding-top: 1.5em;
    width: 25%;
    text-align: center;
    margin-left: 80px;
}
.bottom {
    /* padding-top: 30px; */
    padding-bottom: 30px;
    height: 285px;
    /* background: url(http://www.yanxing188.com/wp-content/uploads/2022/07/bj.jpg) 86% 100% no-repeat; */
}
.lxus {
    font-size: 22px !important;
}
.lxusa {
    font-size: 16px !important;
}
.footerlx-wrap dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .usbb { */
    /* float: right; */
    /* margin-left: 10px; */
    /* font-size: 14px; */
/* } */
	.bottom .content .contact {
    float: left;
    
    color: #fff;
    font-size: 100%;
    margin-top: 16px;
}
	.gzh-img img {
    width: 125px;
    height: 125px;
    margin-top: 40px;
    text-align: left;
    display: block;
    float: left;
    margin-left: 37px;
}
	.bottom .content .book .input-content, .bottom .content .book .input-text {
    float: right;
    display: block;
    margin-bottom: 10px;
    padding: 1em;
    width: 300px;
    outline: 0;
    border-bottom: hsla(0,100%,100%,.09) 1px solid;
    background: #fff;
    color: #666;
    font-size: 90%;
    line-height: 1em;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
	.bottom .content .book .input-sub {
    width: 330px;
    height: 45px;
    border-style: none;
    background: #333;
    color: #FFF;
    text-align: center;
    letter-spacing: .1em;
    font-size: 87.5%;
    line-height: 45px;
    transition: all .5s ease-in-out;
}
	.site-nav li {
    margin: 0 15px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 100px;
    /* margin-right: 3em; */
}
	span.tel-top {
		font-size: 14px;
	}
	.tel-top p {
    font-size: 20px;
    color: #f09343;
    font-weight: bold;
}
	span.tel-top {
		left: 90em;
	}
}	

@media screen and (max-width: 1440px){
	span.tel-top {
		left: 80em;
	}
	.bottom .content .book .input-sub {
    width: 292px;
    height: 45px;
    border-style: none;
    background: #333;
    color: #FFF;
    text-align: center;
    letter-spacing: .1em;
    font-size: 87.5%;
    line-height: 45px;
    transition: all .5s ease-in-out;
}
	.bottom .content .book .input-content, .bottom .content .book .input-text {
    float: right;
    display: block;
    margin-bottom: 10px;
    padding: 0.8em;
    width: 270px;
    outline: 0;
    border-bottom: hsla(0,100%,100%,.09) 1px solid;
    background: #fff;
    color: #666;
    font-size: 90%;
    line-height: 1em;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
	.gzh-img img {
    width: 105px;
    height: 105px;
    margin-top: 40px;
    text-align: left;
    display: block;
    float: left;
    margin-left: 37px;
}
	.gzwx.wow.slideInCenter {
    margin-left: 65px;
}
span.icon {
    margin-top: 60px;
    margin-left: 20px !important;
}
.bottom {
    /* padding-top: 30px; */
    padding-bottom: 30px;
    height: 285px;
	
    /* background: url(http://www.yanxing188.com/wp-content/uploads/2022/07/bj.jpg) 82% 100% no-repeat; */
}
.lxus {
    font-size: 22px !important; 
}
.lxusa {
    font-size: 16px !important;
}
.footerlx-wrap dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .usbb { */
    /* float: right; */
    /* margin-left: 10px; */
    /* font-size: 14px; */
/* } */

.bottom .content .contact {
    float: left;
    width: 35%;
    color: #fff;
    font-size: 100%;
}
.bottom .content .book {
    float: left;
    padding-top: 1.5em;
    width: 38%;
    text-align: right;
}
.gzwx.wow.slideInCenter {
    float: left;
    padding-top: 1.5em;
    width: 18%;
    text-align: center;
}
.menu .logo {
    left: 1em;
}
.tel-top p {
    color: #f09343;
}
}

@media screen and (max-width: 1366px){
span.tel-top {
    left: 70em;
}
	.logo img{
    width: 200px;
    height: 43px;
	}
	.bottom .content .book .input-content, .bottom .content .book .input-text {
    float: right;
    display: block;
    margin-bottom: 10px;
    padding: 0.8em;
    width: 270px;
    outline: 0;
    border-bottom: hsla(0,100%,100%,.09) 1px solid;
    background: #fff;
    color: #666;
    font-size: 90%;
    line-height: 1em;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
	.bottom .content .book .input-sub {
		width: 290px;
	}
	.gzwx.wow.slideInCenter {
    float: left;
    padding-top: 1.5em;
    width: 18%;
    text-align: center;
    margin-left: 55px;
}
.bottom .content .contact {
    float: left;
    width: 32%;
    color: #fff;
    font-size: 100%;
}
}


@media screen and (max-width: 1080px) {
	img.alignleft {
	float:left;
	margin:0 1em 1em 0;
	width: 100%;
   height: 100%;
}
}


.titlepage{
	color: #8e5d45;font-size: 28px;margin-bottom: 0.5em;
}
.subtitle{
	color: #8e5d45; font-size: 20px; display: block; margin-top: 18px;
}

@media screen and (max-width: 767px){
	.titlepage{
		font-size: 22px;
	}
	.subtitle{
		font-size: 16px;
	}
	.lianxi{
		margin:0;
		width: 100% !important;
	}
}

.lianxi {
    margin-top: 50px;
	 width: 90%;
}
.gzh-img {
    margin-top: 30px;
	margin-left: 28px;
}
.add p{
	float: left;
	font-size: 14px;
	margin-right: 18px;
	color: #333;
}
.liuyanfot{
	margin-left: 75px;
}

.gzwx li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    text-align: center;
}
.gzwx img{
	display: block;
    width: 145px;
    max-width: 100%;
    margin: 10px auto 0;
}
.gzwx .t {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
}
.gzwx .clearfix {
    margin-top: 68px;
}


@media screen and (max-width: 767px){
	.bottom .content .contact .name{
		margin-bottom: 3px;
		padding-bottom: 3px;
	}
	.name img{
		width:268px !important;
	}
	.add p {
    float: left;
    font-size: 14px;
    margin-right: 18px;
    color: #333;
    margin: 8px;
}
	.friendlink ul{
		padding:10px !important;
	}
}

.fnav ul {
    display: inline-block;
    vertical-align: middle;
}
.fnav li {
    margin: 0 35px;
    margin-top: 12px;
	list-style: none;
}
.fnav li a {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 24px;
}


span.lxbt {
    display: inline-block;
    float: left;
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    border-right: 3px solid #666666;
    padding-right: 25px;
}
span.add {
    display: inline-block;
    float: left;
    margin-top: 50px;
    font-size: 20px;
    margin-left: 25px;
    line-height: 27px;
    text-align: left;
}
span.lxa {
    display: flex;
    border-bottom: 3px solid #f19143;
    padding-bottom: 30px;
}
span.lxb {
    display: inline-block;
    float: left;
    text-align: left;
    margin-top: 30px;
}
span.icon {
    margin-top: 60px;
    margin-left: 100px;
}
.icon a {
    background: #f09343;
    padding: 12px;
    color: #fff;
    border-radius: 100%;
    margin-left: 2px;
    font-size: 10px;
}
span.tel2 {
    letter-spacing: 0.7px;
}
.lxb p{
	    margin: 0.5em 0;
		font-weight: bold;
}



.lxfooter {
    padding-top: 1em;
}
.lxus {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.lxfooter em {
    width: 60px;
    height: 2px;
    display: block;
    margin: 15px auto;
    background: #f09343;
}
.lxusa {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.icon {
    text-align: center;
    padding-top: 15px;
}


.footerlx-wrap dl {
    width: 20%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerlx-wrap img {
    width: 20px;
}
.usbb {
    color: #f09343;
    float: right;
    margin-left: 2px;
	font-size: 14px;
}