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;/* width: 100%; *//* height: 100%; *//* object-fit: cover; */}

ol,ul{ list-style-type:none;}

a { color:#000000; text-decoration:none !important; 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: #9a0000;
}

.headerBg {
  width: 100%;
  height: 160px;
  background: url(../images/header_opacity.png) repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
}
.header {
  width: 100%;
  
  padding: 0px 60px;
}
.logo {
  width: 445px;
  height: 61px;
  overflow: hidden;
  margin-top: 30px;
}
.menu_right {
  width: calc(100% - 30%);
}
.menu_btn {
  width: auto;
  margin-top: 20px;
  margin-right: 20px;
}
.menu_btn>a {
  display: inline-block;
  font-size: 14px;
  color: #cccccc;
  line-height: 10px;
  padding: 0px 10px;
}
.menu_btn>a+a{
  border-left: 2px solid #cccccc;
}
.menu_btn>a:last-child{
  border-right: 2px solid #cccccc;
}
.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 {
  position: relative;
  width: auto;
  margin-top: 22px;
  margin-left: 15px;
}
.search .btn2{
  border-style: none;
  outline: none;
  background:url(../images/icon_search.png) no-repeat;
  width: 16px;
  height: 16px;
  position:absolute;
  right: 0px;
  top: 0px;
  z-index:99;
  background-size: cover;
  cursor: pointer;
}
.search .btn1{
  border-radius: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 77;
  padding: 0;
  right: -10px;
  top: -5px;
  
  outline: none;
  width: 0;
  color: #fff;
  transition: all 1s ease .1s;
  -webkit-transition: all 1s ease .1s;
  -moz-transition: all 1s ease .1s;
  -ms-transition: all 1s ease .1s;
  -o-transition: all 1s ease .1s;
}
.search .active {
  width: 198px !important;
  background: #9a0000;
  padding-left: 10px;
  padding-right: 51px;
}
.nav {
  width: auto;
  clear: both;
  margin-top: 10px;
  text-align: right;
  float: right;
}
.nav>li {
  float: left;
  position: relative;
}
.nav>li>a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  padding: 10px 26px;
}
.nav>li:hover >a{
  color: #ffffff;
}
.nav>li:hover >a{
  background-image: linear-gradient(#fe0000, #9b0000);
  background-color: #9b0000;
}
.navAct {
  background-image: linear-gradient(#fe0000, #9b0000);
  color: #ffffff !important;
  background-color: #9b0000;
}
.navT {
  display: none;
  position: absolute;
  z-index: 100;
  width: auto;
  left: 0px;
  margin: 0px;
  background: #ffff;
  border-bottom: 2px solid #9a0000;
}
.navT>li>a{
  display: block;
  color: #525252;
  white-space: nowrap;
  width: auto;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.navT>li>a:hover{
  color: #9a0000;
}
.navActive {
  background-image: linear-gradient(#fe0000, #9b0000) !important;
  background-color: #9b0000 !important;
}
.footerBg {
  width: 100%;
  height: 470px;
  background: url(../images/footer_Bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.footer_shortcut {
  width: 100%;
  height: 160px;
  background: url(../images/icon_opacity_t.png) repeat;
}
.footer_shortcut_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer_shortcut_list_item {
  width: 16.6%;
  height: 160px;
  text-align: center;
}
.footer_shortcut_list_item>a {
  padding-top: 25px;
}
.footer_shortcut_list_item>a>h3 {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 20px;
}
.footer_shortcut_list_item>a>i {
  display: block;
  font-style: normal;
  width: 62px;
  height: 56px;
  margin: 0 auto;
}
.icon_first {
  background: url(../images/icon_first.png) no-repeat center center;
  background-size: 56px 56px;
}
.icon_sec {
  background: url(../images/icon_sec.png) no-repeat center center;
  background-size: 56px 56px;
}
.icon_thi {
  background: url(../images/icon_thi.png) no-repeat center center;
  background-size: 62px 56px;
}
.icon_four {
  background: url(../images/icon_four.png) no-repeat center center;
  background-size: 56px 56px;
}
.icon_five {
  background: url(../images/icon_yq.png) no-repeat center center;
}
.icon_six {
  background: url(../images/icon_six.png) no-repeat center center;
  background-size: 56px 56px;
}
.icon_seven {
  background: url(../images/icon_seven.png) no-repeat center center;
  background-size: 54px 58px;
}
.icon_eight {
  background: url(../images/icon_eight.png) no-repeat center center;
  background-size: 44px 59px;
}
.footer_shortcut_list_item:hover {
  background-color: #9a0000;
}
.footer_info {
  width: 100%;
  margin-top: 50px;
}
.footer_link {
  width: 50%;
}
.footer_title {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
}
.footer_title:after {
  display: block;
  content: '';
  width: 21px;
  height: 2px;
  background-color: #9a0000;
  margin-top: 10px;
}
.footer_list {
  width: 70%;
}
.footer_link_list {
  width: 50%;
}
.footer_link_list>a, .contact_us_cont>p,.contact_us_cont>p a {
  /* display: block; */
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.contact_us {
  width: 46%;
}
.contact_us_cont {
  width: 70%;
}
.code {
  width: 140px;
  height: 150px;
  margin-top: 20px;
}
.code>img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.code>h3 {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  margin-top: 10px;
  color: #ffffff;
}
.copyRight {
  width: 100%;
  height: 60px;
  background-color: #9a0000;
  text-align: center;
  clear: both;
  margin-top: 55px;
  position: absolute;
  bottom: -30px;
}
.copyRight>p {
  font-size: 13px;
  color: #ffffff;
  line-height: 60px;
}

.commonBg {
  width: 100%;
  height: 100%;
  padding: 20px 0px 70px 0px;
}
.commonLeftNav {
  width: 240px;
  background-color: #f5f5f5;
}
.commonLeftNavTitle {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(#fe0000, #9b0000);
  background-color: #9b0000;
}
.commonLeftNavTitle>h3 {
  display: block;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}
.commonLeftMemu {
  width: 100%;
  height: auto;
  padding: 0px 10px;
}
.commonLeftMemu>li {
  
  text-align: center;
}
.common_icon_arrow {
  display: block;
  width: 18px;
  height: 11px;
  background: url(../images/icon_arrow_bottom.png) no-repeat;
  position: absolute;
  top: 40%;
  right: 0px;
}
.commonLeftMemu>li>a {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 18px 0px;
  color: #333333;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
}
.commonLeftMemu>li:last-child a{
  border-bottom: 0px;
}
.commonLeftMemu>li>a:hover,
.locationNav>span>a:hover,
.commonLeft_T_Nav>a:hover {
  color: #9a0000;
}
.commonLeftActive>a,
.commonLeft_T_Nav_act>a {
  color: #9a0000 !important;
}
.common_icon_arrow_h {
  background: url(../images/icon_arrow_bottom_h.png) no-repeat !important;
}
.commonLeft_T {
  display: none;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.commonLeft_T_Nav>a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}
.commonRightCont {
  width: calc(100% - 280px);
}

.location {
  width: 100%;
  min-height: 47px;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 13px;
}
.locationTitle>h3 {
  display: block;
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  background: url(../images/icon_axis.jpg) no-repeat 0px;
}
.locationNav {
  margin-top: 5px;
}
.locationNav>span,
.locationNav>span>a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.locationNav>span>a {
  padding: 0px 5px;
}
.commonLeft_F_nav {
  width: 100%;
  background: #e5e5e5;
}
.commonLeft_F_nav>a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}
.commonLeft_F_nav>a+a {
  border-top: 1px solid #fff;
}
.commonLeft_F_nav>a:hover {
  color: #9a0000;
}