﻿BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: "微软雅黑";
}
*{  
  font-family: "微软雅黑";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a { color:#000000; text-decoration:none; outline: medium none;}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1200px;
  margin: 0 auto;
}
.commonA {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #0C7188;
}
.headerbtn_bar, .iphone_nav {
  display: none;
}
.headerbtn_bar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/nav-btn.png) no-repeat center center ;
  background-size: 60%;
  margin-top: 25px;
  margin-left: 10px;
}
.headerBg {
  width: 100%;
  height: 1380px;
  background: url(../images/headerbg.png) no-repeat center center / cover;
}
.header_top {
  width: 100%;
  padding-top: 20px;
  height: 120px;
}
.logo {
  width: 184px;
  height: 95px;
  margin-top: 20px;
}
.menu {
  width: calc(100% - 35%);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.nav {
  width: calc(100% - 10%);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
/*  padding: 30px 0;*/
  margin:30px 0px;
  width: 80px;
  position: relative;
}
.nav>li>a {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 3;
  position: relative;
  letter-spacing: 5px;
  z-index: 1;
}
.nav>li>a:after {
  content: "";
  display: block;
  width: 2px;
  height: 68px;
  background: url(../images/icon_nav.png) no-repeat;
  /*position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;*/
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.nav>li>a:hover:after {
  top: 5px;
}
.navSec {
  padding: 15px 10px 10px 10px;
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 80px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  opacity: 0;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.navActive {
  display: flex;
  opacity: 1;
}
.navSec:after {
  content: '';
  display: block;
  width: 7px;
  height: 9px;
  background: url(../images/icon_arrow_sec.png) no-repeat;
  position: absolute;
  z-index: 5;
  left: -7px;
  top: 20px;
}
.navSec>li {
  overflow: hidden;
  padding: 0px 5px;
}
.navSec>li>a {
  display: block;
  width: 25px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.navSec>li+li>a:after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background: #DAE3E3;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: -5px;
}
.navSec>li>a:hover {
  color: #0C7188;
}
.idxBtn {
  width: calc(100% - 95%);
  height: 100%;
}
.search {
  margin-top: 35px;
  width: 34px;
  height: 34px;
  background-color: #A4D1DB;
  border-radius: 50%;
  cursor: pointer;
}
.btn1 {
  display: block;
  width: 20px;
  height: 20px;
  margin:0 auto;
  padding-top: 30px;
  background: url(../images/icon_search.png) no-repeat center center /contain;
  border: 0px;
  outline: none;
}
.language {
  width: 36px;
  height: 34px;
  margin-top: 15px;
  border-radius: 50%;
  border: 1px solid #A4d1db;
  background-color: #0C7188;
}
.language>a {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  font-weight: 500;
  color: #FFFFFF;
}
.footer {
  width: 100%;
  height: 136px;
  padding: 40px 0px;
  text-align: center;
  background: url(../images/footer.png) no-repeat center center / cover;
}
.footerCont {
  width: 100%;
}
.footerCont span {
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  padding-left: 25px;
}
.footerCont span+span {
  margin-left: 20px;
}
.icon_phone {
  background: url(../images/icon_phone.png) no-repeat 0px;
}
.icon_call {
  background: url(../images/icon_call.png) no-repeat 0px;
}
.icon_email {
  background: url(../images/icon_email.png) no-repeat 0px;
}
.icon_ardess {
  background: url(../images/icon_ardess.png) no-repeat 0px;
}
.copyright {
  width: 100%;
  margin-top: 20px;
}
.copyright p {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}