.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clear {
    clear: both;
}

.d-ib {
    display: inline-block;
}
.d-i {
    display: inline ;
}
.d-b {
    display: block;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.va-m {
    vertical-align: middle;
}

.va-t {
    vertical-align: top;
}

.va-b {
    vertical-align: bottom;
}

.bg-w {
    background-color: #fff;
}

.c-w {
    color: #fff;
}

.p-a {
    position: absolute;
}

.p-r {
    position: relative;
}

.fw-b {
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    word-wrap: break-word;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    font-size: 14px;
    background-color: #fff;
    color: #424242;
    line-height: 24px;
    
}

a {
    color: #424242;
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

ul,
li {
    list-style: none;
}

button {
    border: none;

}
.set {
    width: 100px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
    color: #FFF;
    background-color: #e32606;
    border-radius: 50px;
    position: relative;
    padding: 2px;
}
.large .set{
    margin-top: 25px;
}
.small .set{
    margin-top: 15px;
}
.Language {
    width: 46px;
    color: #FFF;
    text-align: center;
    height: 25px;
    font-size:12px;
}
.ChangeLanguage {
    width: 50px;
    border-radius: 50px;
    background-color: #FFF;
    position: absolute;
    color: #365876;
    text-align: center;
    height: 25px;
    font-size:12px;

}
.Lan {
    left: 48px;
}
.en_gw_content{
  width: 100%;
  height:700px;
  margin: 0 auto;
}
.en_gw_content img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -194px;
  margin-top:-200px;

}


.gw_banner .owl-theme .owl-controls {
    margin-top:0;
}
.gw_content {
    width: 100%;
}

/* gw_footer */
.gw_footer {
  width: 100%;
  background-color: #000;
  color: #898989;
  font-size: 14px;
  float: left;
  padding: 10px 0;
}


.gw_footer .footer_top .link {
    width: 100%;
    float: left;
}

.gw_footer .footer_top .link ul li a {
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    color: #898989;
}

.gw_footer .footer_top .link ul li a:hover {
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
}


.gw_footer .footer_box .copyright {
    width: 40%;
    float: left;
}

.gw_footer .footer_box .add {
    width: 50%;
    float: left;
}

.gw_footer .footer_box .add .add_box {

    width: 450px;
    margin: 0 auto;
}

.gw_footer .footer_box .add .add_box p {
    text-align: left;
}

.gw_footer .footer_box .wx_img {
    width: 10%;
    float: right;
    text-align: center;
}

.gw_footer .footer_box .wx_img img {

    width: 80px;
    height: 80px;
    border: 5px #383838 solid;
    border-radius: 5px;
}

.gw_footer .footer_box .footer_line {
    width: 3%;
    height: 20px;
    float: left;
    background-color: #fff;
}

.copyright {
    display: inline-block;
    width: 100%;
}

.copyright ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 20px;
}

.copyright ul li a {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.copyright a {
    color: #898989;
}

.copyright a:hover {
    color: #fff;
}

.copyright ul .xl a {
    background-color: #da3b3b;

}

.copyright ul .qq a {
    background-color: #e32606;
}

.copyright ul .xl img {
    margin-top: 7px;
}

.copyright ul .qq img {
    margin-top: 5px;
}

.copyright ul .xl a:hover, .copyright ul .qq a:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

/* Tab style */

#scrollUp {
    bottom: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;

    color: #fff;

    background-color: #ccc;

    -webkit-transition: bottom 150ms linear;
    -moz-transition: bottom 150ms linear;
    transition: bottom 150ms linear;
}

#scrollUp:hover {
    bottom: 24px;
    background-color: #ffc200;
}

#banner_box .owl-buttons .owl-prev, #banner_box .owl-buttons .owl-next {
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 60px;
    line-height: 60px;
}
