﻿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: "Times New Roman";
}
*{  
  font-family: "Times New Roman";
  -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% - 20%);
  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 {
  height: auto;
  width: 100%;
  position: relative;
}
.nav>li>a {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.nav>li>a:after {
  content: "";
  display: block;
  width: 50%;
  margin-left: -25%;
  left: 50%;
  height: 2px;
  background: #DAE3E3;
  position: absolute;
  z-index: 5;
  top: 32px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.nav>li>a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navSec {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 5;
  padding: 0px 10px;
  top: 100px;
  left: 0px;
  background-color: #ffffff;
}
.navSec>li {
  width: 100%;
}
.navSec>li>a {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  position: relative;
  text-align: center;
  padding: 10px 0px;
}
.navSec>li+li>a:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #DAE3E3;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 50%;
  margin-left: -40%;
}
.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;
}