*{ margin:0; padding:0 ;}
body{margin: 0 !important;}
html{ -webkit-text-size-adjust:none;}
body{font-size:12px;  _overflow:hidden; overflow-x:hidden;  background:#fff; width: 100%;  *cursor: default;}
body,ol,table,tr,td,ul,li,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike,  sub, sup, tt, var,b, u, i, center,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,time, mark, audio, video{ font-family: "微软雅黑",Tahoma, Helvetica, Arial, sans-serif; font-size:14px; font-weight:normal; font-style:normal;}
li{ list-style-type:none;}
img{ border:none; vertical-align:middle;}
/*-------this-a-list---------*/
a, time{ outline:none; cursor:pointer; text-decoration:none; color:#393939; 
   transition:all .4s ease 0s;
  -webkit-transition:all .4s ease 0s;
   -moz-transition:all .4s ease 0s; 
  -ms-transition:all .4s ease 0s; 
  -o-transition:all .4s ease 0s; 
}
a:active, a:hover { text-decoration:none}
a, area, a:active{ blr:expression(this.onFocus=this.blur());}
:focus { -moz-outline-style: none;} 
header{
	position: fixed;
	z-index:100;
	width: 100%;
	top:0;
	left:0;
}
.logo{
	position: relative;
	z-index: 1;
	width:100%;
	text-align: center;
	margin-top: 55px;
	transition: .56s;
    -webkit-transition: .56s;
}
.logo .logob{
	display: none;
}
.logo img:nth-child(2){
	display: none;
}
.seach{
	float: right;
	border: 1px solid rgba(255,255,255,.5);
	height:33px;
	border-radius: 33px;
	position: absolute;
	right:0;
	top:0;
	transition: .56s;
    -webkit-transition: .56s;
}
.a_right{
	float:right;
    height: 33px;
    position: absolute;
	right:190px;
	top:0;
	transition: .56s;
    -webkit-transition: .56s;
}

.seach input{
	border: none;
	outline: none;background: transparent;
	padding-left: 20px;
	color:#fff;
	width: 120px;
	line-height: 30px;
	height: 30px;
}
.seach input::-webkit-input-placeholder {
        /* placeholder颜色  */
         color: rgba(255,255,255,.5);
}
.seach button font{
	color:#fff;
	margin-right: 15px;
}
.nav{
	margin-top: 50px;
    width: 100%;
    text-align: center;
    position: relative;
	z-index: 1;
	transition: .56s;
    -webkit-transition: .56s;
}
.nav>li{
	display: inline-block;
	margin: 0 30px;
	padding: 0 15px;
	position: relative;
	padding-bottom:20px;
}
.nav>li:last-child{
	margin-right: 0;
}
.nav>li>a{
	color:#fff;
	font-size: 16px;
}
.nav>li.ac>a,.nav>li>a:hover{
	border-bottom: 2px solid rgba(255,255,255,.8);
	padding-bottom: 9px;
}


.cbl {
	position: fixed;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: 7;
	transform: translateX(173px);
}
.cbl li{
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	background: #0c6eb3;
	margin-bottom: 3px;
	position: relative;
	cursor: pointer;
	
}
.cbl li div{
	width: 58px;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	text-align: center;
	
	
}
.cbl li div h6{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	line-height: 33px;
	border: 1px solid rgba(255,255,255,.2);
	display: inline-block;
	color:#fff;
	font-size: 18px;
}
.cbl li span{
	display: inline-block;
	line-height: 58px;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
}
.cbl li:nth-child(1):hover {
	transform: translateX(-173px);
}
.cbl li:hover{
	background: #b79f6d;
}
.cbl li:last-child div{
	height: 38px;
	line-height: 38px;
}
.cbl li:last-child h6{
	line-height: 38px;
	border: none;
}


.nav>li ul{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 270px;
	background: rgba(255,255,255,.97);
	box-sizing: border-box;
	padding:55px 0 35px 35px ;
	top: 55px;
	display: none;
}
.nav>li ul:before{
	content:'';
	display: block;
	width: 0;
	height: 0;
	border:6px solid rgba(255,255,255,.97) ;
	border-color: transparent transparent rgba(255,255,255,.97) transparent;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-12px);	
}

.nav>li ul li{
	text-align: left;
	margin-bottom:15px;
}
.nav>li ul h6{
	font-size: 12px;
	color:rgba(153,153,153,.8);
	line-height: 18px;
	text-transform: uppercase;
}

.nav>li ul h5{
	color:rgba(51,51,51,.8);
	line-height: 21px;
	position: relative;
	display: inline-block;
}
.nav>li ul h5:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width:0;
	background: #b79f6d;
}
.nav>li ul h6:before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width:0;
	background: transparent;
}
.nav>li ul li:hover h5{
	transform: translateY(-18px);
	font-size: 18px;
	color:#b79f6d;
	line-height: 23px;
}
.nav>li ul li:hover h6{
	transform: translateY(21px);
	color:#b79f6d
}
.nav>li ul li:hover h5:before,.nav>li ul li:hover h6:before{
	width: 40px;
	margin-right: 5px;
}


a,.yjaltxt,.ywlis a:after,.news .swiper-slide img,.news .swiper-slide p,.news .swiper-slide h2,.news .swiper-slide span,.news .swiper-slide h6,.gsysul  li,.gsysul li img,.gsysul li p,.gsysul li h2,.gsysul li  font,.gsysul li span,header,.btn span,.btn span:after,.btn span:before,.nav,.fzlcTab h2:after,.whinner h2,.hdrybanner .swiper-slide:before,.alnp a font,.jdalTab h2,.whhd li h6,.whhd li h2,.newlist li img,.newlist li h2,.newlist li h3,.newlist li h6,.newlist li p,.zbtime h2,.zbtime h2 span,.zbtime,.zbgglist li h6,.banner .swiper-slide h3,.gsjjtxt h2,.yjalbanner,.i_tit2,.i_tit1,.hzhbinner,.nav>li ul li h5,.nav>li ul li h6,.nav>li ul:after,.cbl li{
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
}
.banner .swiper-slide h2,.gsjjtxt h3{
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.4s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .4s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .4s;
}
.gsjjtxt h4{
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.7s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .7s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .7s;
}
.gsjjtxt P{
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 1s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) 1s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) 1s;
}
.nav>li ul h5:before,.nav>li ul h6:before{
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.9s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .9s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .9s;
}
.container{
	position: relative;
	margin: 0 auto;
	font-size: 0;
	width: 90%;
}
.seach button{
	background: transparent;
	border:none;
	outline: none;

}
.nav_header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .56s;
    -webkit-transition: .56s;
    background: rgba(0,0,0,.7);
    z-index: 0;
    box-shadow: 0 1px 30px #ccc;
    height: 0%;
    box-shadow: none;
}
.nav_header.white:before {
    height:100%;
}
.nav_header.white .logo{
	margin-top: 25px;
}
.nav_header.white .nav{
	margin-top: 25px;
}
.nav_header.white .nav>li ul{
	top:50px;
}
/*-------------底部----------------*/
.boerfoot{
  padding: 80px 0 40px 0;
  background: #2c2c2c;
}
.ft_left{
	float:left;
	width:62%;
	border-right: 1px solid #525252;
}
.ft_right{

float:right;
width:33%;
}
.boerfoot .container{
height:auto;
overflow: hidden;
}
.ft_left dl{
float:left;
width:16.66%;
}
.ft_left dl dt{
color: #fff;
font-size: 18px;
margin-bottom: 20px;
}
.ft_left dl dd {
	margin-bottom: 13px;
}
.ft_left dl dd a{
	color:#ccc;
	font-size: 14px;
}
.ft_right li{
    width:calc((100% - 46px)/4);
	float:left;
	background: #fff;
	padding: 5px;
	margin-left: 15px;
}
.ft_right li:first-child{
margin-left: 0;
}
.ft_right li img{
width: 100%;
}
.ft_right li h4{
 text-align: center;
 margin-top: 5px;
 font-size: 13px;
}

.a_right a{
	margin: 0 15px;
	font-size: 16px;
	color:#fff;
	line-height: 33px;
}
.alogo{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.nav_header .container{
	position: relative;
}


/*---------手机头部-------------*/

@media (max-width: 1200px) { 
  header nav { position: fixed; top: 72px; left: auto; right: -200px; bottom: 0; width: 200px; margin-top: 0; padding-top: 32px; padding-bottom: 32px; background: rgba(0, 0, 0, 1); visibility: hidden; transition: all .8s, top .3s; }
  header nav.show { right: 0; visibility: visible;z-index: 50; }
  header .nav-item { display: block; width: 100%; margin-left: 0; margin-right: 0; }
  header .nav-item:hover .sub-nav-list { margin-top: -10px; margin-right: 0; }
  header .nav-item:hover > a { color: #fff; }
  header .nav-item:hover > a:before { transform: none; }
  header .nav-item > a { position: relative; line-height: 40px; z-index: 1; }
  header .nav-item > a:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #baa173; transform: scale(1, 0); transition: transform .5s; z-index: -1; }
  header .nav-item > a:hover { color: #fff; }
  header .nav-item > a:hover:before { transform: none; }
  header .nav-item > a.up:before { transform-origin: 0 100%; }
  header .nav-item > a.up:hover:before { transform-origin: 0 0; }
  header .nav-item > a.down:before { transform-origin: 0 0; }
  header .nav-item > a.down:hover:before { transform-origin: 0 100%; }
  header .sub-nav-list { top: 0; left: auto; right: 100%; margin-top: 0; margin-right: 15px; padding: 10px 0; white-space: nowrap; box-shadow: -3px 3px 3px #ccc; }
  header .sub-nav-list:before { content: none; }
  header .sub-nav-item { padding: 0 20px; line-height: 40px; }
  header .contact { margin-right: 20px; }
  header .nav-menu-btn { position: relative; display: block; float: right; width: 32px; height: 32px; margin-top: 20px; cursor: pointer; transition: all .3s; }
  header .nav-menu-btn.enter .menu-btn { transition-duration: .1s; transition-delay: .4s; }
  header .nav-menu-btn.enter .menu-btn:before, header .nav-menu-btn.enter .menu-btn:after { opacity: 0; }
  header .nav-menu-btn.enter .menu-btn:before { left: -50%; right: 100%; transform: translate(-100%, 0); }
  header .nav-menu-btn.enter .menu-btn:after { left: 100%; right: -50%; transform: translate(100%, 0); }
  header .nav-menu-btn.enter .up { top: 14px; transform: rotate(45deg); }
  header .nav-menu-btn.enter .down { bottom: 14px; transform: rotate(-45deg); }
  header .nav-menu-btn.leave .menu-btn:before, header .nav-menu-btn.leave .menu-btn:after { opacity: 1; transform: translate(0, 0); }
  header .nav-menu-btn.leave .menu-btn:before { left: 0; right: 50%; }
  header .nav-menu-btn.leave .menu-btn:after { left: 50%; right: 0; }
  header .menu-btn { position: absolute; display: block; width: 100%; height: 4px; }
  header .menu-btn:before, header .menu-btn:after { content: ''; position: absolute; top: 0; height: 100%; background: #fff; transition: all .3s; }
  header .menu-btn:before { left: 0; right: 50%; }
  header .menu-btn:after { left: 50%; right: 0; }
  header .menu-btn.up { top: 8px; }
  header .menu-btn.down { bottom: 8px; }
  header.scroll-down nav { top: 50px; margin-top: 0; }
  header.scroll-down .nav-item:hover .sub-nav-list { margin-top: -10px; }
 
 }
@media (max-width: 1024px) { .container { width: 720px; }
  header { height: 60px; }
  header .logo { margin-top: 18px; }
  header .logo img { width: 200px; height: auto; }
  header .contact {display:none; margin-top: 22px; }
  header .nav-menu-btn { margin-top: 14px; }
  header nav { top: 60px; right: -40%; width: 40%; padding-top: 10px; padding-bottom: 50px; overflow-x: hidden; overflow-y: auto; }
  header .nav-item:hover .sub-nav-list { margin: 0; }
  header .nav-item.active > a:before { transform: none; }
  header .sub-nav-list { background:#fff;position: relative; top: auto; left: auto; right: auto; display: none; margin: 0; padding: 0; opacity: 1; visibility: visible; box-shadow: none; transition: none; }
  header .contact-2wm { display: none; }
  header.scroll-down .nav-item:hover .sub-nav-list { margin: 0; }
  
   }


  header nav { right: -90%; width: 90%; }

.phfoot{

  padding: 10px 0 15px 0;
  background: #000;
}
.ft_top{
 border-bottom: 1px solid #535353;
 padding: 10px 0 15px 0;
}
.ft_top ul{height:auto;overflow: hidden;}
.ft_top li{
  float:left;
  color:#ccc;
  width: 25%;
  text-align: center;
  border-right: 1px solid #ccc;
  height:18px;
  line-height: 18px;
}
.ft_top li a{display: block;width:100%;height:100%;line-height:18px;font-size: 13px;}
.ft_top li:last-child{border-right: none;}
.ft_bottom{padding: 25px 0 0 0;height:auto;overflow: hidden;}
.ftb_l{float:left;width:242px;}
.ftb_l ul{height:auto;overflow: hidden;}
.ftb_l ul p{color:#ccc;line-height: 22px;font-size: 12px;}
.ftb_l ul li{position: relative;padding-left: 27px;margin-bottom: 10px;}
.ftb_l ul li span{display: block;width:22px;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.ftb_l ul li span img{width:100%;}
.ftb_r{float:right;width: calc(100% - 242px);}
.ft_ic{position: relative;padding-left: 30px;margin-bottom: 20px;}
.ft_ic span{display: block;width:25px;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.ft_ic span img{width:100%;}
.ftb_r p{color:#ccc;line-height: 22px;font-size: 12px;}
.ftb_r h4{font-size: 12px;color: #ccc;text-align: center;margin: 6px 0;}
.ftb_r li{float:left;margin-left: 4%;width: 46%;margin-bottom: 5px;}
.ftb_r li img{width:100%;}
.sub-nav-item a {display: block;width:100%;height:100%;text-align: center; }
@media  (max-width: 1213px) {
	.nav>li{margin:0 15px;}
}
