@charset "utf-8";
/*全局样式*/
html{background-color:#fff;color:#000;font-size:12px}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:tahoma,arial,"Hiragino Sans GB",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6{font-family:tahoma,arial,"Hiragino Sans GB","微软雅黑",simsun,sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
div{box-sizing: border-box;}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
html {overflow-x: hidden;height: 100%;font-size: 50px;-webkit-tap-highlight-color: transparent;}
body {font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;color: #333;font-size: .28em;line-height: 1;-webkit-text-size-adjust: none;}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
.footer{background:url("../images/footer03.png") no-repeat center;height:452px;overflow:hidden;}
.friendLink{overflow:hidden;margin-top:55px;display:inline-block;}
.friendLink li{float:left;font-size:18px;color:#748296;margin-right:20px;line-height:35px}
.friendLink li:first-child{margin-right:50px;color:#fff;}
.friendLink li:last-child{margin-right:0;}
.friendLink li select{width:160px;height:37px;border-radius:18px;background:#383939 url("../images/footer01.png") no-repeat 130px center;border:none;outline:none;padding-left:30px;color:#A4A4A4;font-size:16px;-moz-appearance:none;-webkit-appearance:none;appearance:none;}
.guidance{overflow:hidden;margin-top:50px;padding-bottom:28px;border-bottom:1px solid #464646;}
.guidance li,.other-link li{float:left;margin-right:60px;font-size:16px;color:#999;}
.other-link li a{color:#999;}
.guidance li:first-child{font-size:18px;color:#fff;}
.other-link{padding:18px 0;border-bottom:1px solid #464646;overflow:hidden;}
.other-link li{margin-right:70px;}
.other-link li a:hover{color:#fff;}
.copyright-box{overflow:hidden;margin-top:30px;}
.copyright-left{margin-top:10px;float:left;display:inline-block;}
.copyright-left li{font-size:14px;color:#6A6A6A;line-height:32px}
.copyright-right{display:inline-block;float:right;overflow:hidden;}
.cr-contact{float:left;width:240px;text-align:right;margin-right:25px;}
.cr-contact h1{font-size:30px;color:#fff;font-style:italic;margin-top:30px;font-weight:bold;}
.cr-contact h3{font-size:23px;color:#fff;margin-top:15px;}
.cr-qrcode{width:140px;height:140px;position:relative;overflow:hidden;background:#fff;border-radius:8px}
.cr-qrcode img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:95%;}
.center{
    width: 1190px;
    margin: auto;
}


/* 头部 */
.header{
  width: 1190px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.header .logoBox{
  display: flex;
  align-items: center;
}
.header .logoBox img{
  width: 61px;
  height: 60px;
  margin-right: 17px;
}
.header .logoBox p{
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.header .headerRight{
  width: 475px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.header .headerRight .menu-tab{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.header .headerRight a{
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.header .headerRight .downUlDiv{
  position: relative;
  line-height: 90px;
  height: 90px;
}
.header .headerRight .downUlDiv span{
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.header .headerRight .downUlDiv span img{
  margin-left: 6px;
}
.header .headerRight .downUlDiv ul{
  background: #fff;
  border: 1px solid #f1f1f1;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: -15px;
  display: none;
}
.header .headerRight .downUlDiv ul li{
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.header .headerRight .downUlDiv ul li a{}
.header .headerRight .downUlDiv ul li:hover {
  background: whitesmoke;
}
/* End头部 */


/*  */

