﻿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 { 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: 100%;
    margin: 0 auto;
}
.footerBg {
  width: 100%;
  /* height: 470px; */
  background: #ccc url(../images/footer_Bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.footer_shortcut {
  width: 100%;
  height: 300px;
  background: rgba(0,0,0,.29);
}
.footer_shortcut_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer_shortcut_list_item {
  width: 16.6%;
  height: 300px;
  text-align: center;
  padding-top: 40px;
}
.footer_shortcut_list_item>a {
  padding-top: 25px;
}
.footer_shortcut_list_item>a>h3 {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 20px;
}
.footer_shortcut_list_item>a>i {
  display: block;
  font-style: normal;
  width: 112px;
  height: 113px;
  margin: 0 auto;
}
.icon_first {
  background: url(../images/icon_first.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_sec {
  background: url(../images/icon_sec.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_thi {
  background: url(../images/icon_thi.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_four {
  background: url(../images/icon_four.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_five {
  background: url(../images/icon_five.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_six {
  background: url(../images/icon_six.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_seven {
  background: url(../images/icon_seven.png) no-repeat center center;
  background-size: 112px 113px;
}
.icon_eight {
  background: url(../images/icon_eight.png) no-repeat center center;
  background-size: 112px 113px;
}
.footer_shortcut_list_item:hover {
  background-color: #0068b7;
}
.footer_info {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 60px;
}
.footer_link {
  width: 46%;
  padding-left: 4%;
}
.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: 42px;
  height: 2px;
  background-color: #0068b7;
  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: 16px;
  color: #ffffff;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.contact_us {
  width: 46%;
  padding-right: 4%;
}
.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: #0068b7;
  text-align: center;
  clear: both;
}
.copyRight>p {
  font-size: 16px;
  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;
}

@media screen and (max-width: 1200px){
 .footer_link {
    width: 30%;
 }
 .contact_us {
    width: 50%;
 }
}

@media screen and (max-width: 768px){
  .footer_shortcut {
    height: 200px;
  }
  .footer_shortcut_list_item {
    height: 100%;
  }
  .footer_shortcut_list_item>a {
    padding-top: 10px;
  }
  .footer_shortcut_list_item>a>i {
    width: 32px;
    height: 36px;
    background-size: 100% !important;
  }
  .footer_shortcut_list_item>a>h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer_info {
    margin-top: 50px;
  }
  .contact_us,
  .copyRight {
    margin-top: 20px;
  }
  .footerBg {
    height: auto;
  }
  .contact_us_cont {
    width: 100%;
    padding-left: 4%;
    float:none;
  }
  .code {
    width: 100%;
    float: none;
  }
  .footer_list {
    width: 100%;
  }
  .footer_link,.contact_us {
       width: 100%;
  }
  .footer_link_list>a, .contact_us_cont>p, .contact_us_cont>p a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    overflow: hidden;
  }
  .footer_title { font-size: 16px; }
}