@charset "utf-8";
/**,:after{ box-sizing:border-box}*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; border:none;}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none}
input[type="submit"],input[type="button"]{ cursor:pointer;}
img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#333}
a:hover{text-decoration:none}
button,input[type=submit],input[type=reset],input[type=text],input[type=button],select,textarea{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur());border: none;}
body,th,td,button,input,select,textarea{  font-family:Arial, "微软雅黑"; font-size:12px;color:#333}
.layout{ margin:0 auto; width: 1200px;}
.l,.left,.fl{ float:left}
.r,.right,.fr{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1}.grey{color:#333}

/*网站头部*/
.header{height:120px;width:100%;background:rgba(0,0,0,.6);position:fixed;z-index:99999}
.content{width:1200px;margin:0 auto}
.header .content .logo{height:120px;width:300px;display: block;float:left}
.header .content .menu{float:right;}
.header .content .menu li{float:left;height:120px;width:110px;margin-right:10px;text-align: center;line-height:120px}
.header .content .menu li a{color: #fff;font-size: 18px}
.header .content .menu li:hover,.header .content .menu li.on{background:#ec6c00}
.header .content .menu li:hover a,.header .content .menu li.on a{color: #fff}
.nav_phone{float: left;text-align: center;position: fixed;top: 52.9%;right: 2px;width: 144px;height: 220px;background-color: #ec6c00;z-index:100000;border-radius: 5px;}


.banner{width:100%;background:url("../img/about_banner.jpg") no-repeat center center;height:450px}

.title{text-align:center;font-size:22px;padding:30px 0}
.title p{font-size:12px;color:#666}
.title hr{width:39px;border:0;border-bottom:1px solid #ec6c00;margin:20px auto}

#footerss {width:100%; max-width:1920px; height:230px; clear:both; margin:0 auto; overflow:hidden; background-color:#303030;}
#footerss div{overflow:hidden;}
#footerss .footerall{width:1200px; clear:both; margin:0 auto;}
#footerss .footer01{float:left; width:600px; padding:60px 0 0 0; line-height:33px;}
#footerss .footer01 font{color:#303030; padding:0 5px; font-size:12px;}
#footerss .footer01 a{ color:#7d7d7d; font-size:13px;}
#footerss .footer01 a:hover{ color:#F00;}
#footerss .footer02{float:left; width:400px; font-size:13px; color:#7d7d7d; padding:55px 0px 0px 0px; line-height:22px;}
#footerss .footer02 a{font-size:13px; color:#7d7d7d;}
#footerss .footer02 a:hover{ color:#F00;}
#footerss .footer03{float:right; width:200px; color:#888; font-size:13px; line-height:40px; padding-top:42px;}
#footerss .footer05{float:right; width:200px;}
#footerss .footer06{clear:both; margin:0 auto; font-size:12px; color:#7d7d7d;}
#footerss .footer06 a{ color:#7d7d7d; font-size:12px;}
#footerss .footer06 a:hover{ color:#fe2828;}
#footerss .copyright{ border-top: 1px #575757 solid;padding-top:20px}
#footerss .copyright a,#footerss .copyright{ color:#666;}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(158, 158, 158, 0.5) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
