@charset "UTF-8";

/*字号*/


/*浮动*/


/* clearfix */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    zoom: 1;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    color: #35495D;
    font: 14px/1.5 "Microsoft Yahei", "Helvetica Neue", "PingFang SC", Helvetica, Arial, STHeiTi, sans-serif;
    background: #f5f6f8;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    vertical-align: bottom;
}

img {
    border: 0 none;
    vertical-align: top;
}

a {
    text-decoration: none;
    outline: 0 none;
    cursor: pointer;
    vertical-align: top;
}

a:hover {
    text-decoration: underline;
}

ol,
ul {
    list-style: none outside none;
}

li {
    list-style-type: none;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

a,
input {
    outline: 0 none;
}

label {
    vertical-align: middle;
}

table {
    table-layout: fixed;
}

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    color: #999;
}

::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after {
    content: "";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*common*/

.mod-wrapper {
    width: 100%;
    margin: 0 auto;
}

.m-wrap {
    width: 1200px;
    margin: 0 auto;
}

.cu-arrow {
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url("images/icons.png") no-repeat -67px -36px;
}

.cu-arrow.cu-down {
    background-position: -49px -18px;
}

.cu-arrow-white {
    width: 10px;
    height: 6px;
    display: inline-block;
    background: url(../../images/en/down.png) no-repeat center center;
}

.cu-arrow-white.u-up {
    background-image: url("../../images/en/up.png");
}

.choose-language .cu-arrow-white {
    margin-left: 4px;
}

.choose-language:hover .cu-arrow-white {
    background-image: url("../../images/en/up.png");
}

.c-blue {
    color: #268ffb;
}

.select-box {
    position: relative;
    color: #35459d;
    font-size: 14px;
    cursor: pointer;
}

.select-box.w-340 {
    width: 340px;
}

.select-box.w-340 .select-btn {
    width: 314px;
}

.select-box.w-340 .opts {
    position: absolute;
    top: 42px;
    width: 320px;
}

.select-box.active .opts {
    display: block;
}

.select-box.active .cu-arrow {
    background-position: -49px -18px;
}

.select-box .select-btn {
    position: relative;
    width: 50px;
    height: 38px;
    line-height: 38px;
    color: #35459d;
    padding: 0 16px 0 10px;
    text-align: left;
    border: 1px solid #e1e2e6;
}

.select-box .select-btn .cu-arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -3px;
}

.select-box .opts {
    position: absolute;
    top: 42px;
    width: 75px;
    text-align: left;
    border: 1px solid #e1e2e6;
    background: #fff;
    display: none;
    max-height: 160px;
    overflow-y: auto;
}

.select-box .opts li {
    padding: 3px 5px 3px 10px;
}

.select-box .opts li:hover {
    background: #e1e2e6;
}


/****/

.cu-arrow-grey {
    width: 10px;
    height: 6px;
    display: inline-block;
    background: url(images/down_grey.png) no-repeat center center;
}

.cu-arrow-grey.u-up {
    background: url("../../images/en/up_grey.png");
}

.header-content {
    height: 700px;
}

.header-content.header_img1 {
    background: url("images/home_page1.jpg") no-repeat center center;
}

.header-content.header_img2 {
    background: url("images/home_page2.jpg") no-repeat center center;
}

.header-content.header_img3 {
    background: url("images/home_page3.jpg") no-repeat center center;
}

.header-content.header_img4 {
    background: url("images/home_page4.jpg") no-repeat center center;
}

.header-content.header_img5 {
    background: url("images/home_page5.jpg") no-repeat center center;
}