html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left;
  font-weight: normal; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }

i, cite, em, var, address, dfn {
  font-style: normal; }

[hidefocus], summary {
  outline: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%; }

sup, sub {
  font-size: 83%; }

pre, code, kbd, samp {
  font-family: inherit; }

textarea {
  overflow: auto;
  resize: none; }

label, summary {
  cursor: default; }

a, button {
  cursor: pointer;  }

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold; }

del, ins, u, s, a, a:hover {
  text-decoration: none; }
  
@font-face{
            font-family: 'NotoSansHans';
            src : url('../images/NotoSansHans-Bold.otf');
        } 

body, textarea, input, button, select, keygen, legend {
  font: 14px / 1.5 "NotoSansHans";
  color: #333;
  background-color: #f9f5f7;
  outline: 0; }

body {
  background: #fff;
  -webkit-tap-highlight-color: transparent;
 }

html {
  overflow-x: hidden;
  overflow-y: auto; }

a {transition:all .3s ease-out;
  color: #333; }

a:hover {
  color: #fdd303; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

input[type="button"], input[type="submit"], input[type="reset"], button, input[type="text"] {
  background: none;
  border: none; }

input[type="button"], input[type="submit"], input[type="reset"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc !important; }

.section-con{
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 80px;
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
}


/* mask */
.dialog-mask{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(119,119,119,.7);
  display: none;
}
.dialog-wrap{
  position: absolute;
  width: 65vh;
  background-color: #fff;
  height: 90vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-wrap img{
  max-width: 100%;
  max-height: 100%;
  
}
.dialog-close{
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}


/* 导航 */
#menu{
  position: fixed;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid #fff;
}
#menu .topbar{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px; 
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.topbar-con{
  display: flex;
}
.topbar-con .left{
  height: 106px;
}
.topbar-con .left img{
  height:80px;
  padding: 13px 0;
}
.topbar-con .right{
  text-align: right;
  height: 106px;
  line-height: 106px;
}
.topbar-con .right span{
  border-left: 1px solid #fff;
  padding-left: 15px;
}
#menu .nav{
  flex: 1;
  text-align: center;
  height: 106px;
}
#menu .nav-ul{
  display: flex;
  justify-content: flex-end;
}
#menu .nav-ul li{
  position: relative;
  height: 106px;
  line-height: 106px;
}
#menu .nav .toggle_ul{
  position: absolute;
  left: 0;
  top: 106px;
  right: 0;
  overflow: hidden;
  display: none;
  width:200px;
}
#menu .nav .toggle_ul a{
  display:block;
  width: 100%;
  padding: 5px 0;
  height: 30px;
  line-height: 30px;
  float: left;
  background: rgba(255,255,255,.6);
  border-top: 1px solid #efefef;
  text-align: center;
  font-size: 15px;
  color: #000;
}
.nav a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
}




/* footer */
.footer-wrap{
    flex: 1;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
    box-sizing: border-box;
}
.footer-wrap .item{
    flex: 1;
    text-align: center;
    margin: 0 40px;
}
.footer-wrap .item img{
    width: 100%;
    height:350px;
    margin: 0 auto;
    transition: all .5s ease-in-out; 
}
.footer-wrap .item img:hover{
    transform: rotate(360deg) ;
}
.footer-wrap .top a{
    display: block;
    clear: both;
}

.footer-wrap .tit{
    height: 50px;
    width: 80%;
    line-height: 50px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
    font-size: 26px;
}
.footer-wrap .tit:hover{
    background-color: #fdd303;
    color: #fff;
}
.footer-wrap .top .more{
    text-decoration: underline;
    color: #fdd303;
    font-size: 24px;
}

.footer-con .links-con{
    width: 100%;
    background: #5f4699;
	
}
.links-con-wrap{
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}
.links-con-wrap .links{
    display: flex;
}
.links-con-wrap .links .left{
    flex: 1;
}
.links-con-wrap .links .right{
    text-align: center;
}
.links-con-wrap .links .right img{
    width: 60px;
    height: 60px;
}
.links-con-wrap .links .left ul{
    display: flex;
}
.links-con-wrap .links .left li{
    padding-right: 15px;
    flex: 1;
    overflow: hidden;
}
.links-con-wrap .links .tit{
    font-weight: bold;
	font-size:16px;
}
.links-con-wrap .links .item{
    color:#e4e4e4
	font-size:14px;
}

.links-con-wrap .links .item a{
    color:#e4e4e4; display:block;
	font-weight:normal; font-family:Arial;
}


.copyright{
    text-align: right;
    color: #e4e4e4;
}

.sec_about_con{ padding-bottom:30px;}
.neititle{font-size:18px; font-weight:bold; line-height:50px;text-align:center;}
.neisj{ line-height:30px; text-align:center;}
.neimiao{ padding:5px; border-bottom:2px solid #CCCCCC; font-size:14px; font-weight:bold;line-height:30px;}
.neitext{ line-height:25px; }