/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1  Reset Style
#2  Global Elements
#3  header
#4  footer
#5  pageTop
#6  header search form
#7  go Top

--------------------------------------------------------------
#home style 2
--------------------------------------------------------------
#2.1
#2.2

----------------------------------------------------------------*/





/*--------------------------------------------------------------
#1  Reset Style
--------------------------------------------------------------*/

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select, p, keygen,legend{font-family: "Microsoft YaHei" ! important;color:#555;outline:0;-webkit-text-size-adjust:none;}
body{background:#fff;}
a,a:hover{color:#333;}
input,textarea,select,input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none; border-radius:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}

/*--------------------------------------------------------------
#2  Global Elements
--------------------------------------------------------------*/
.page_wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  /* .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  } */
}
.clear {
  zoom: 1;
}
.clear:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow:hidden;
}
.fl {
  float: left
}
.fr {
  float: right
}
.tl {
  text-align: left;
}
.tc {
  text-align: center
}
.tr {
  text-align: right;
}

/*--------------------------------------------------------------
#3  header
--------------------------------------------------------------*/
.site_header{
  background-color: white;
}
.header_container {
  margin: 0 auto;
  height: 85px;
  box-sizing: border-box;
  padding: 14px 15px;
}
@media (min-width: 1200px) {
  .header_container {
    width: 1170px !important;
  }
}
@media (min-width: 992px) {
  .header_container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .header_container {
    width: 100%;
    background-color: #1f4061;
  }
}
/* logo */
.navbar_brand{
  height: 57px;
}
.navbar_brand img {
  width: 57px;
  height: 57px;
  margin-right: 18px;
}
.header_logo1{
  display: block;
}
.header_logo2{
  display: none;
}
.navbar_brand_name_text {
  font-size: 18px;
  color: #1f4061;
}
.navbar_brand_name_text1 {
  margin-top: 3px;
}
.navbar_brand_name_text2 {
  font-size: 14px;
  margin-top: 8px;
  color: rgba(31,64,97, 0.6);
}
.lang_box1{
  display: none;
}
.header_search1{
  display: none;
}
@media (max-width: 340px) {
  .navbar_brand_name {
    display: none;
  }
}
/* nav */
.navbar_container{
  height: 57px;
  padding: 5px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.navbar_nav{
  margin-right: 100px;
}
.navbar_nav_item {
  display: inline-block;
  padding: 0 4px;
  margin-right: 30px;
  line-height: 47px;
  font-size: 17px;
  color: #1f4061;
}
.navbar_nav_item:last-child {
  margin-right: 0;
}
.navbar_nav_item:hover {
  /* color: white; */
  border-bottom: 4px solid #e2a561;
}
.navbar_nav_item_act {
  border-bottom: 4px solid #e2a561;
}
.navbar_container .close_navbar_btn {
  display: none;
}
.navbar_container .lang_box{
  font-size: 14px;
  color: #939393;
}
.navbar_container .lang_box a{
  color: #939393;
}
.navbar_container .lang_check{
  color: #e2a561 !important;
}
.navbar_container .lang_box2{
  position: absolute;
  right: 40px;
  top: 19px;
}
.navbar_container .header_search2{
  position: absolute;
  right: 0;
  top: 20px;
}
.navbar_container .header_search2 .header_search2_b{
  display: block;
}
.navbar_container .header_search2 .header_search2_w{
  display: none;
}
.open_navbar_btn .close_navbar{
  display: none;
}
@media (max-width: 991px) {
  /* .navbar_container {
    display: none;
  } */
  .header_logo1{
    display: none;
  }
  .header_logo2{
    display: block;
  }
  .navbar_brand_name_text {
    color: white;
  }
  .navbar_brand_name_text2 {
    color: rgba(255, 255, 255, 0.6);
  }
  .lang_box1{
    display: block;
    position: absolute;
    top: 30px;
    right: 125px;
    color: #e4e4e4;
  }
  .lang_box2 {
    display: none;
  }
  .lang_box1 a{
    color: #e4e4e4;
  }
  .lang_box1 .lang_check{
    color: #e2a561 !important;
  }
  .header_search1{
    display: block;
    position: absolute;
    top: 32px;
    right: 80px;
  }
  .header_search2 {
    display: none;
  }
  .open_navbar_btn{
    background-color: #e2a561;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 10px 10px 5px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 20;
    box-sizing: border-box;
  }
  .open_navbar_btn span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .open_navbar_btn .close_navbar{
    margin-left: 2px;
  }
  .navbar_container {
    background: rgba(31,64,97,0.9);
    display: block !important;
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 100;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .slideInn{
    height: auto !important;
  }
  .navbar_container .navbar-nav {
    height: 100%;
    overflow: auto;
    display: block;
  }
  .navbar_nav{
    margin-right: 0;
    box-sizing: border-box;
    padding: 30px 30px 40px;
  }
  .navbar_nav_item {
    display: block;
    float: none;
    color: white;
    padding: 10px 15px 10px 35px;
    margin-right: 0;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 16px;
    border-bottom: 1px solid rgba(242, 242, 242, .5);
  }
  .navbar_nav_item:hover {
    color: #e2a561;
    border-bottom: 1px solid rgba(242, 242, 242, .5);
  }
  .navbar_container .close_navbar_btn{
    display: block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
    text-align: center;
  }
  .navbar_container .close_navbar_btn img {
    margin-top: 12px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 500px) {
  /* .navbar_brand_name {
    display: none;
  } */
  .header_search1{
    display: none;
  }
  .lang_box1{
    right: 80px;
  }
}
@media (max-width: 700px) {
  .header_container {
    height: 60px;
    padding: 0px 15px;
  }
  .navbar_container{
    top: 60px;
  }
  .navbar_brand img {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right:5px;
  }
  .navbar_brand_name_text1 {
    margin-top: 9px;
    font-size: 14px;
  }
  .navbar_brand_name_text2{
    margin-top: 0px;
    font-size: 12px;
  }
  .open_navbar_btn{
    top: 13px;
  }
  .header_search1{
    top: 22px;
  }
  .lang_box1 {
    top: 19px;
  }
}

/*--------------------------------------------------------------
#4  footer
--------------------------------------------------------------*/
.site_footer{
  background-image: url(../img/footer_bg.jpg);
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 37px;
}
.footer_container{
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 530px)  {
  .footer_contact_item {
    width: 100%;
  }
  .footer_contact_item img {
    margin-right: 10px !important;
  }
}
@media (max-width: 920px) {
  .footer_brand{
    /* width: 100% !important; */
    margin: 0 auto 30px;
    float: none;
  }
  .footer_inner {
    /* width: 100%; */
    max-width: 470px;
    float: none;
    margin: 0 auto;
    position: relative;
  }
  .footer_contact_details {
    float: none;
    margin: 0 auto !important;
  }
  .footer_contact_item2 {
    float: none;
  }
  .footer_contact_item3 {
    float: none;
  }
  .footer_qrcode_container  {
    position: absolute;
    right: 0;
    bottom: 21px;
  }
}
@media (max-width: 991px) {
  .footer_container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .footer_container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer_container {
    width: 1170px;
  }
}
.footer_brand{
  width: 300px;
}
.footer_brand img {
  margin-right: 22px;
}
.footer_brand_ch{
  font-size: 18px;
  color: #204061;
}
.footer_brand_en{
  font-size: 14px;
  color: rgba(31,64,97, 0.6);
  margin-top: 5px;
}
.footer_contact_details {
  margin-right: 45px;
}
.footer_contact_item{
  margin-bottom: 21px;
  font-size: 15px;
  color: #3f3f3f;
  position: relative;
}
.footer_contact_item img {
  position: absolute;
  left: 0;
}
.footer_contact_item2 img {
  top: 5px;
}
.footer_contact_item3 img {
  top: 4px;
}
.footer_contact_text {
  line-height: 28px;
  margin-left: 40px;
}
.footer_contact_text{
  display: inline-block;
}
.footer_qrcode{
  width: 91px;
  height: 91px;
  border: 1px solid #dcdcdc;
  text-align: center;
  box-sizing: border-box;
}
.footer_qrcode img {
  margin-top: 8px;
}

/*--------------------------------------------------------------
#5  pageTop
--------------------------------------------------------------*/
.pageTop_img{
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .pageTop .container{
    height: 62.5px;
  }
  .pageTop .title_container {
    margin-left: 30px;
    width: 180px;
    height: 62.5px;
    margin-top: -31px;
    padding: 5px 0 5px 20px;
  }
  .pageTop .title{
    line-height: 26px;
  }
  .pageTop .title1{
    font-size: 20px;
  }
  .pageTop .title2{
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .pageTop .container{
    height: 125px;
  }
  .pageTop .title_container {
    width: 361px;
    height: 125px;
    margin-top: -63px;
    padding: 17px 0 17px 48px;
  }
  .pageTop .title{
    line-height: 45px;
  }
  .pageTop .title1{
    font-size: 30px;
  }
  .pageTop .title2{
    font-size: 20px;
  }
}
.pageTop .title_container{
  background-image: url('../img/aboutus_title_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  box-sizing: border-box;
}
.pageTop .title1{
  color: #fff;
}
.pageTop .title2{
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
#6  header search form
--------------------------------------------------------------*/
.header_search_form{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
}
.header_search_form .form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header_search_form .form_control{
  height: 60px;
  font-size: 16px;
  padding: 15px 25px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 60px;
  outline: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.header_search_form .btn{
  background-color: #f5a32a;
  width: 60px;
  height: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 60px 60px 0;
}
.header_search_form .btn img{
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .header_search_form .form {
    width: 300px;
  }
  .header_search_form .form .form_control {
    height: 45px;
    font-size: 17px;
  }
}

@media (max-width: 700px) {
  .autohide {
    display: none;
  }
  .fr .span1 {
    font-size: 10px;
  }
  .fr.icp {
    text-align: center!important;
    padding-right: 4px;
    padding-left: 4px;
  }
}

.icp{
  border-top: 1px solid #c0c0c0;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
  text-align: right;
  font-size: 14px;
}

/*--------------------------------------------------------------
#7  go Top
--------------------------------------------------------------*/
.goTop {
  position: fixed;
  right: 70px;
  bottom: 110px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
.goTop img{
  width: 100%;
  height: 100%;
}
@media (max-width: 631px) {
  .goTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    width: 50px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
#2.1  features-section-s2
--------------------------------------------------------------*/