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: 1400px;
  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: #AE0C2A;
}

.headerBg {
  width: 100%;
  height: 120px;
  background: #770016;
}
.logo {
  width: 547px;
  height: 55px;
  overflow: hidden;
  margin-top: 35px;
}
.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: 13px;
  margin-left: 10px;
}
.search {
  width: 325px;
  height: 54px;
  background: rgba(255,255,255,0.8);
  border-radius: 39px 39px 39px 39px;
  margin-top: 33px;
  overflow: hidden;
}
.search .btn2 {
  border-style: none;
  outline: none;
  background:url(../images/icon_search.png) no-repeat center center;
  background-size: 22px 22px;
  width: 54px;
  height: 54px;
  cursor: pointer;
}
.search .btn1{
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  outline: none;
  width: 270px;
  color: #666666;
  padding: 0px 20px;
}

/* footer */

.footerBg {
  width: 100%;
  height: 283px;
}
.foot {
  width: 100%;
  height: 238px;
  padding: 30px 0px;
  background: url(../images/icon_footerbg.png) no-repeat center center / cover;
}
.link,
.contact {
  width: auto;
  float: left;
}
.link>h3,
.contact>h3 {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  padding-bottom: 10px;
  position: relative;
}
.link>h3:after,
.contact>h3:after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.links,
.contact>p {
  margin-top: 20px;
}
.links>a,
.contact>p {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
  padding-left: 20px;
  background: url(../images/icon_links.png) no-repeat 0px;
}
.contact {
  margin-left: 150px;
}
.contact>p {
  padding-left: 25px;
  background: url(../images/icon_call.png) no-repeat 0px;
}
.contact>p+p {
  background: url(../images/icon_email.png) no-repeat 0px;
}
.contact>p+p+p {
  background: url(../images/icon_ardess.png) no-repeat 0px;
}
.code {
  width: 110px;
  float: right;
  margin-top: 20px;
  height: auto;
}
.codeImg {
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.code>p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.copyright {
  width: 100%;
  height: 45px;
  background-color: #1E1E1E;
  text-align: center;
}
.copyright>p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 45px;
}

/* headerT */

.headerT {
  width: 100%;
  height: 103px;
  border-bottom: 1px solid #A4A4A4;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 0px 80px;
}

.logoT {
  width: 438px;
  height: 44px;
  margin-top: 30px;
}
/*.menu_rightT {
  width: calc(100% - 450px);
}*/
.navT {
  width: auto;
  height: 103px;
}
.menuT {
  width: 100%;
}
.menuT>li {
  float: left;
  position: relative;
  padding: 0 44px;
}
.menuT>li>a {
  display: block;
  font-size: 22px;
  color: #ffffff;
  line-height: 103px;
  padding: 0px 2px;
  position: relative;
  font-weight: bold;
}
.menuT>li>a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.menuT>li>a:after {
  display: block;
  content: "";
  position: absolute;
  top: 73px;
  left: 0px;
  border-bottom: 3px solid #ffffff;
  width: 100%;
  -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;
}
.menuT>li>a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navTwoT {
  display: none;
  position: absolute;
  top: 103px;
  z-index: 100;
  width: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
.navTwoT>li {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 10px;
}
.navTwoT>li>a {
  display: block;
  padding: 10px 0px;
  color: #121212;
  width: auto;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  line-height: 30px;
  text-align: center;
}
.navTwoT>li>a:hover {
  border-bottom: 1px solid #121212;
}
.navAct>a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.searchT {
  width: 45px;
  height: 103px;
}
.searchT .btn2 {
  border-style: none;
  outline: none;
  background: url(../images/icon_search_t.png) no-repeat center center / cover;
  background-size: 22px 22px;
  width: 45px;
  height: 103px;
  cursor: pointer;
}

.commonNavLeft {
  width: 245px;
}
.commonNavLeft>ul {
  width: 100%;
  transform: translateY(-90px);
}
.commonNavLeft>ul>h3 {
  display: block;
  width: 100%;
  height: 106px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  line-height: 106px;
  margin-bottom: 10px;
  background: url(../images/icon_more_nav_title.png) no-repeat center center /cover;
}
.commonNavLeft>ul>li {
  width: 100%;
}
.commonNavLeft>ul>li>a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 23px 0px;
  color: #333333;
  font-weight: bold;
  background-color: #ffffff;
}
.commonNavLeft>ul>li>a:hover {
  background-color: #FFDFE5;
  color: #AE0C2A;
}
.commonNavLeft .active>a {
  background-color: #FFDFE5 !important;
  color: #AE0C2A !important;
}
.commonRightCont {
  width: calc(100% - 300px);
}
.commonRightTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #AE0C2A;
  margin-top: 30px;
}
.commonRightTitle>h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 33px;
  border-bottom: 4px solid #AE0C2A;
}

.location {
  width: auto;
  height: 50px;
  line-height: 50px;
}
.location>a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.location>a:hover {
  color: #AE0C2A;
}