@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Microsoft YaHei, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
    display: block;
}

figure {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

a {
    blr: expression_r(this.onFocus=this.blur());
}

a {
    outline: none;
    transition-duration: 0.3s, 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease, ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBd {
    border: none !important;
}

.noMr {
    margin-right: 0 !important;
    float: right !important;
}

.i {
    text-align: justify;
    text-justify: inter-ideograph;
}


/*Body*/

body {
    color: #666;
    background: #fff;
}

a {
    color: #666;
}

a:hover {
    color: #629ee6;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.g-in {
    width: 1200px;
    margin: 0 auto;
}

.g-in:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.g-in {
    *zoom: 1
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper img {
    vertical-align: top;
}


/* 网站地图 */

.webmap {
    padding: 10px 0px 15px
}

.webmap dl {
    overflow: hidden;
    zoom: 1;
    height: 32px;
    margin-bottom: 5px;
}

.webmap dt {
    width: 15%;
    float: left;
}

.webmap dd {
    float: left;
    width: 85%;
}

.webmap dt a {
    display: block;
    line-height: 32px;
    background: #ccc;
    color: #000;
    text-align: center
}

.webmap dd a {
    margin: 0 5px 5px;
    background: #eee;
    display: block;
    line-height: 32px;
    width: 143px;
    float: left;
    text-align: center
}

.webmap a:hover {
    background: #343434;
    text-decoration: none;
    color: #fff
}

.header {
    border-top: 5px solid #629ee6;
}

.head .logo {
    float: left;
    width: 270px;
}

.head .nav {
    float: left;
}

.head .nav ul li {
    float: left;
}

.head .nav ul li a.a1 {
    display: block;
    line-height: 113px;
    width: 106px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.head .nav ul li:hover a.a1,
.head .nav ul li.current a.a1 {
    background: #629ee6;
    color: #fff;
}

.head .head_r {
    float: right;
}

.head .head_r ul li {
    float: left;
    margin-left: 10px;
    margin-top: 34px;
    position: relative;
}

.head .head_r ul li .head_r_phone {
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 10px 30px;
    line-height: 2;
    z-index: 999;
    font-size: 16px;
    top: 50px;
    display: none;
}

.banner {
    position: relative;
    width: 100%;
}

.banner .bd {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.banner .bd ul {}

.banner .bd ul li {}

.banner .bd ul li img {}

.banner .hd {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    bottom: 30px;
    z-index: 3;
    text-align: center;
}

.banner .hd ul {
    display: inline-block;
}

.banner .hd ul li {
    width: 27px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    *display: block;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-indent: 999px;
}

.banner .hd ul .on {
    width: 54px;
}

.banner a.prev,
.banner a.next {
    width: 31px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 15;
}

.banner a.prev {
    left: 5%;
    background: url(../images/banner_prev_03.png) no-repeat;
}

.banner a.next {
    right: 5%;
    background: url(../images/banner_next_05.png) no-repeat;
}

.banner:hover a.prev,
.banner:hover a.next {
    opacity: 1;
}

.footer {
    margin-top: 80px;
}

.fta {
    background: url(../images/ft_bg_02.jpg) center;
    height: 352px;
    padding-top: 20px;
    position: relative;
    background-size: 100% 100%;
}

.fta .ftai {
    float: left;
    width: 149px;
    margin: 0 25px 0 26px;
}

.fta .ftai .ftaia {
    line-height: 48px;
    border-bottom: 1px solid #b1b1b1;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.fta .ftai .ftaia a {
    color: #fff;
}

.fta .ftai .ftaib {
    margin-top: 20px;
    text-align: center;
}

.fta .ftai .ftaib dl {
    margin-top: 30px;
}

.fta .ftai .ftaib dl dt {
    line-height: 24px;
    text-align: center;
}

.fta .ftai .ftaib dl dt a {
    font-size: 14px;
    color: #fff;
}

.fta .ftap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 51px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 25px 0 26px;
}

.ftb {
    height: 65px;
    line-height: 65px;
    background: #629ee6;
    padding: 0 25px;
}

.ftb .ftbl {
    float: left;
    font-size: 16px;
    color: #fff;
}

.ftb .ftbl a {
    font-size: 16px;
    color: #fff;
}

.ftb .ftbr {
    float: right;
    font-size: 16px;
    color: #fff;
}

.ftb .ftbr a {
    font-size: 16px;
    color: #fff;
}

.language_under {
    display: none;
    border-top: 1px solid #e9e7e7;
    top: 60px;
    z-index: 999;
    background: white;
    width: 120px;
    position: absolute;
}

.head .head_r ul li a span {
    float: left;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.language_under ul li {
    border-bottom: 1px solid #e9e7e7;
    width: 100%;
    height: 30px;
}

.head_r ul li {
    position: relative;
}

.language_list li {
    width: 100%;
    margin-top: 10px!important;
    margin-left: 0!important;
}

.language_list li img {
    top: 6px;
    position: relative;
    margin-left: 20px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    width: 16px;
}

#language_img {
    margin-right: 5px;
    margin-top: 10px;
    /* margin: 20px; */
    display: inline-block;
    line-height: 44px;
    float: left;
    width: 26px;
    height: 17px;
}

#language_btn span {
    line-height: 36px;
    font-size: 16px!important;
    float: left;
}

#language_jiantou {
    margin-left: 10px;
    margin-top: 16px;
    float: left;
}