* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

}
body {
    min-width: 1260px;

    background-color: #fff
}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: 400
}
h1 {
    font-size: 2em
}
body, button, input, select, textarea {
    font-size: 16px;
    line-height: 30px;
    color: #333;

    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
img {
    border-style: none;
    vertical-align: middle
}
img{border:0;vertical-align:middle}
ul, li {
    list-style: none
}
a {
    text-decoration: none;
    color: #333;
    outline: 0
}
a:hover {
    background-repeat: no-repeat
}
a, area {
    blr:expression(this.onFocus=this.blur())
}
input, button, select, textarea {
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    resize: none;
    background: 0 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style:none;
    padding:0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline:1px dotted ButtonText
}
.blue_color{
    color: #2d9af6;
}
.blue_background{
    background: #2d9af6;
}
.font_size_14{
    font-size: 14px;
}
.font_size_16{
    font-size: 16px;
}
.font_size_20{
    font-size: 20px;
}

.font_size_24{
    font-size: 24px;
}
.font_size_26{
    font-size: 24px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    display: flex;
    justify-content: space-between;
}

.nav .nav_lists span {
    display: inline-block;
    width: 90px;
    margin-right: 14px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.nav .nav_lists span:hover{
    color: #2d9af6;
    font-weight: 400;
}

.nav .nav_lists span a {
    display: inline;
    line-height: 90px;
}



.footer {
    padding-top: 68px;
    width: 100%;
    background: #333333;
    padding-bottom: 68px;
}

.footer_content {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footer_content_left {
    display: flex;
    width: 700px;
    color: #fff;
}

.input_form {
    width: 448px;
}

.input_form input {
    width: 448px;
    height: 46px;
    border-bottom: 1px solid #7d7d7d;
    color: #fff;
}
.input_form textarea{
    width: 448px;
    height: 96px;
    color: #fff;
    border-bottom: 1px solid #7d7d7d;
}
.input_form .tijiao {
    background: #7d7d7d;
    color: #fff;
    font-size: 22px;
    width: 448px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
}
.contact {
    margin-right: 40px;
    font-size: 28px;
}
.contact_en{
    font-size: 10px;
}

.footer_txt{
    font-size: 14px;
    line-height: 24px !important;
}
.pagination li{
    float: left;
    /*width: 30px;*/
    /*height: 30px;*/
    margin-right: 12px;
}
.pagination li.active{
    color: #2d9af6;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    padding: 0px 16px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #8e8e8e;
    font-size: 15px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.pagination .active {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #006acd;
    padding: 0px 16px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

