﻿/* reset */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

body {
    min-height: 100%
}

body {
    _height: 100%
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
    *zoom: 1
}

li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe,
frame,
fieldset,
img {
    border: 0 none
}

img {
    vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer
}

button {
    cursor: pointer
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=radio] {
    -webkit-border-radius: 100%;
    -webkit-appearance: radio
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    resize: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

th {
    font-weight: normal
}

em,
cite,
address,
i {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
    font-size: 14px;
    font-family: "Microsoft Yahei", arial, "\5b8b\4f53";
}

body {
    line-height: 1.5
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a {
    blr: expression(this.onFocus=this.blur())
}

a * {
    *cursor: pointer
}

:focus {
    outline: none
}

.edit_con_original {
    line-height: 2;
    padding: 0 0;
    color: #333;
}

.edit_con_original ul {
    margin: inherit;
    padding: inherit;
    padding-left: 2em;
}

.edit_con_original ul li {
    list-style-type: disc;
    margin: auto;
}

.edit_con_original ol {
    margin: inherit;
    padding: inherit
}

.edit_con_original ol li {
    list-style-type: decimal;
    margin: auto;
}

.edit_con_original h1 {
    font-size: 2em;
    font-weight: bold
}

.edit_con_original h2 {
    font-size: 1.5em;
    font-weight: bold
}

.edit_con_original h3 {
    font-size: 1.17em;
    font-weight: bold
}

.edit_con_original h4 {
    font-size: 1em;
    font-weight: bold
}

.edit_con_original h5 {
    font-size: 0.83em;
    font-weight: bold
}

.edit_con_original h6 {
    font-size: 0.67em;
    font-weight: bold
}

.edit_con_original em {
    font-style: italic
}

.edit_con_original cite {
    font-style: italic
}

.edit_con_original address {
    font-style: italic
}

.edit_con_original i {
    font-style: italic
}

.edit_con_original table {
    border-collapse: separate;
    border-spacing: 2px
}

.edit_con_original img {
    max-width: 100%;
    height: auto;
}

.edit_con_original video {
    max-width: 100%;
}


/*所有后台编辑器区域都要引用 edit_con_original 类名*/


/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
    content: '';
    display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
    content: '';
    display: table;
    clear: both
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
    *zoom: 1
}

.clear,
.cl {
    display: block!important;
    float: none!important;
    clear: both;
    width: auto!important;
    max-width: none!important;
    min-width: 0!important;
    max-height: none!important;
    min-height: 0!important;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
    border: 0 none!important;
    font-size: 0!important;
    line-height: 0!important
}

.err_position {
    width: 100%;
    height: auto;
    background: url(../images/errors.png) center no-repeat;
}


/*隐藏视频下载按钮*/

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


/*图片经过*/

.tran_scale {
    overflow: hidden;
    display: block;
}


/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}


/*两端对齐*/

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
}


/*上下居中*/

.v-m-c {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}


/*左右居中*/

.l-m-c {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 0;
}


/*绝对居中*/

.a-m-c {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.animate {
    transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
    transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
    transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
    transition: 0.5s all linear;
}


/*font-size*/

.fnt_10 {
    font-size: 10px;
}

.fnt_12 {
    font-size: 12px;
}

.fnt_14 {
    font-size: 14px;
}

.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_28 {
    font-size: 28px;
}

.fnt_32 {
    font-size: 32px;
    line-height: 34px;
}

.fnt_36 {
    font-size: 36px;
}

.fnt_48 {
    font-size: 48px;
}

.fnt_58 {
    font-size: 58px;
}

.fnt_66 {
    font-size: 66px;
}

.fnt_120 {
    font-size: 120px;
}

.fnt_42 {
    font-size: 42px;
}

.fnt_90 {
    font-size: 90px;
}

@media only screen and (max-width: 1520px) {
    .fnt_36 {
        font-size: 28px;
    }
    .fnt_48 {
        font-size: 38px;
    }
    .fnt_58 {
        font-size: 46px;
    }
    .fnt_66 {
        font-size: 52px;
    }
    .fnt_120 {
        font-size: 105px;
    }
    .fnt_42 {
        font-size: 32px;
    }
    .fnt_90 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1366px) {
    .fnt_36 {
        font-size: 24px;
    }
    .fnt_48 {
        font-size: 32px;
    }
    .fnt_58 {
        font-size: 39px;
    }
    .fnt_66 {
        font-size: 45px;
    }
    .fnt_120 {
        font-size: 105px;
    }
    .fnt_42 {
        font-size: 30px;
    }
    .fnt_90 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .fnt_16 {
        font-size: 14px;
    }
    .fnt_18 {
        font-size: 16px;
    }
    .fnt_48 {
        font-size: 26px;
    }
    .fnt_58 {
        font-size: 30px;
    }
    .fnt_36 {
        font-size: 19px;
    }
    .fnt_66 {
        font-size: 36px;
    }
    .fnt_120 {
        font-size: 64px;
    }
    .fnt_42 {
        font-size: 26px;
    }
    .fnt_90 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .fnt_20 {
        font-size: 18px;
    }
    .fnt_22 {
        font-size: 18px;
    }
    .fnt_32 {
        font-size: 18px;
        line-height: 20px;
    }
    .fnt_36 {
        font-size: 16px;
    }
    .fnt_48 {
        font-size: 16px;
    }
    .fnt_58 {
        font-size: 20px;
    }
    .fnt_66 {
        font-size: 26px;
    }
    .fnt_120 {
        font-size: 48px;
    }
    .fnt_42 {
        font-size: 18px;
    }
    .fnt_90 {
        font-size: 24px;
    }
}

.ratio-img {
    display: block;
}

.ratio-img,
.ratio-img img {
    width: 100%;
}

a {
    color: #333333;
}

.wrap {
    width: 1420px;
    margin: auto;
}

.wraper {
    width: 1280px;
    margin: auto;
}

@media only screen and (max-width:1500px) {
    .wrap {
        width: 94%;
    }
    .wraper {
        width: 94%;
    }
    .index_wrap {
        width: 94%;
    }
}

.header .index_wrap {
    position: relative;
    width: 1420px;
    max-width: 94%;
    margin: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 9999;
}

.height_height {
    height: 60px;
}

.header h1 {
    width: 158px;
    padding-top: 10px;
    float: left;
}

.header h1 img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .header h1 img {
        width: 80%;
    }
}

.header_r {
    float: right;
    margin-left: 40px;
}

.language {
    position: relative;
    margin-left: 15px;
    margin-top: 5px;
}

.language dl {
    float: right;
}

.language .language-list {
    float: right;
}

.language .language-list li {
    float: left;
}

.language .language-list li a {
    font-size: 12px;
    color: #000;
    float: left;
    height: 24px;
    line-height: 24px;
}

.language .language-list li a:hover {
    color: #047AE8;
}

.language .language-list li span {
    display: block;
    width: 1px;
    height: 12px;
    background: #000;
    float: right;
    margin-top: 7px;
    margin-left: 12px;
    margin-right: 12px;
}

.language dt a {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    color: #000;
    padding: 0 10px;
    font-size: 12px;
}

.language dt a:hover {
    color: #047AE8;
}

.language dt a em {
    float: left;
    margin-right: 10px;
}

.language dt a i {
    width: 10px;
    height: 24px;
    display: inline-block;
    background: url(../images/arrow.png) no-repeat center center;
    float: right;
}

.language dd {
    display: none;
    position: absolute;
    right: 0;
    top: 24px;
    background: #fff;
    width: 80px;
    z-index: 9;
    padding: 10px 0;
    padding-bottom: 5px;
    background: #eee;
    text-align: center;
}

.language dd a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.language dd a:hover {
    color: #047AE8;
}

.header_search {
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 5px;
}

.header_search span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: none;
    background: url(../images/sousuo_10.png) no-repeat center center;
    position: relative;
    margin: auto;
}

.header_search span img {
    vertical-align: middle;
    margin-top: -3px;
}

.header_search.on span {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.search_wrap {
    display: none;
    background: #fff;
    width: 296px;
    right: 0;
    position: absolute;
    top: 65px;
    border: 4px solid #0c5dc0;
    z-index: 9;
}

.search_box_button {
    height: 40px;
    width: 36px;
    background: url(../images/sousuo_10.png) no-repeat center;
    border: 0;
    outline: none;
    float: right;
}

.search_box_text {
    width: 230px;
    padding: 0 10px;
    float: left;
    border: 0;
    height: 40px;
    outline: none;
    line-height: 40px;
    background: #fff;
}

.nav {
    float: right;
}

.nav>ul {
    float: left;
}

.nav>ul>li {
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 20px;
    font-size: 16px;
}


/* .nav>ul>li>a {
    display: block;
    position: relative;
    padding: 0 16px;
    color: #000;
    min-width: 80px;
    text-align: center;
} */

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    color: #047AE8;
}

.nav>ul>li>a em {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 5px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.nav>ul>li.on>a em {
    width: 100%;
    left: 0;
    background: #047AE8;
    color: #047AE8;
}

.nav>ul>li:hover>a em {
    width: 100%;
    left: 0;
    background: #047AE8;
    color: #047AE8;
}

.navlist {
    display: none;
}


/*导航下拉*/

.nav>ul>li {
    /*position: relative;*/
}

.navlist {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: calc(100% - 80px);
    background: #F1F4F9;
    padding: 40px;
}

.navlist .wrap {
    width: 100%;
}

.nav_ll {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 5%;
}

.nav_rr {
    float: right;
    width: 70%;
}

.nav_rr ul {
    float: left;
    width: 300px;
    position: relative;
}

.nav_rr ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #E4E4E6;
}

.nav_rr ul::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background: #E4E4E6;
}

.nav_rr .img,
.ser_nav .img {
    float: right;
    width: 30%;
    overflow: hidden;
}

.nav_rr .img img,
.ser_nav .img img {
    width: 100%;
}

.ser_nav {
    float: right;
    width: 70%;
}

.ser_nav ul {
    float: left;
    width: 65%;
}

.ser_nav ul dl {
    float: left;
    margin-right: 60px;
    text-align: left;
    position: relative;
}

.ser_nav ul dl::before {
    content: "";
    position: absolute;
    lefT: 80px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #E4E4E6;
}

.ser_nav ul dl+dl {
    margin-right: 0;
    padding-left: 80px;
    width: 280px;
}

.ser_nav ul dl+dl::after {
    content: "";
    position: absolute;
    lefT: 220px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #E4E4E6;
}

.ser_nav ul dl dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}

.ser_nav ul dl dd {
    display: block;
    padding-left: 100px;
    height: 40px;
    line-height: 40px;
}

.ser_nav ul dl+dl dd {
    float: left;
    width: 120px;
    padding-left: 20px;
}

.navlist li {
    float: left;
    width: 130px;
    padding-left: 20px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.navlist li a,
.ser_nav ul dl dd a {
    color: #2B7CD2;
    display: block;
    box-sizing: border-box;
}

@media only screen and (max-width: 1460px) {
    .ser_nav {
        width: 80%;
    }
}

@media only screen and (max-width: 1280px) {
    .ser_nav {
        width: 90%;
    }
}

@media only screen and (max-width: 1279px) {
    .ser_nav {
        width: 100%;
    }
    .ser_nav ul {
        width: 68%;
    }
}


/*导航下拉*/

@media only screen and (max-width: 1100px) {
    .nav>ul>li>a {
        min-width: 60px;
    }
}

.footer {
    background: #3c3c3c;
    padding-top: 32px;
    padding-bottom: 68px;
}

.footer-in {
    padding-left: 68px;
    padding-right: 72px;
    overflow: hidden;
}

.footer-l {
    float: left;
    width: 80%;
}

.footer-l ul {
    overflow: hidden;
    margin-bottom: 35px;
}

.footer-l ul li {
    float: left;
}

.footer-l ul li a {
    font-size: 12px;
    color: #FFFFFF;
    float: left;
    height: 24px;
    line-height: 24px;
}

.footer-l ul li a:hover {
    color: #047AE8;
}

.footer-l ul li span {
    display: block;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    float: right;
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 12px;
}

.footer-l p {
    color: #FFFFFF;
}

.footer-l p a {
    color: #FFFFFF;
    margin-left: 15px;
    margin-right: 15px;
    white-space: nowrap;
}

.footer-l p span a {
    color: #a0a0a0;
    margin: 0;
    white-space: nowrap;
}

.footer-r {
    float: right;
    width: 20%;
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .footer-in {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-l ul {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        padding-bottom: 20px;
    }
    .footer-in {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-l ul {
        margin-bottom: 10px;
    }
    .footer-l p a {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-l {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-r {
        width: 100%;
        text-align: left;
    }
}

.main {
    box-sizing: border-box;
    min-height: calc(100vh - 210px);
}

.industry .main {
    min-height: 100%;
}

.indust .main {
    min-height: 100%;
}

@media only screen and (max-width:1750px) {
    .header_r {
        margin-left: 20px;
    }
    .nav>ul>li {
        padding: 0 14px;
    }
}

@media only screen and (max-width:1650px) {
    .header h1 {
        padding-top: 10px;
    }
    .nav>ul>li {
        padding: 0 10px;
    }
}

@media only screen and (max-width:1500px) {
    .header h1 {
        padding-top: 10px;
    }
}

@media only screen and (max-width:1440px) {
    .nav>ul>li {
        padding: 0 4px;
        font-size: 16px;
    }
}

@media only screen and (max-width:1366px) {
    .nav>ul>li {
        padding: 0;
    }
    .header_r {
        margin-left: 10px;
    }
}

@media only screen and (max-width:1280px) {
    .margin_b60,
    .index_title {
        margin-bottom: 40px;
    }
    .header h1 {
        padding-top: 10px;
    }
    .index_news_box {
        padding: 50px;
    }
    .index_mgbox {
        padding: 30px;
    }
}

@media only screen and (max-width:1200px) {
    .header h1 {
        padding-top: 10px;
    }
    .nav>ul>li {
        font-size: 14px;
    }
    .nav>ul>li>a {
        padding: 0 10px;
    }
    .language {
        margin-left: 10px;
    }
}

@media only screen and (min-width:1024px) {
    .nav>ul>li:nth-child(3) .navlist {
        min-width: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:1024px) {
    .main {
        box-sizing: border-box;
        min-height: calc(100vh - 170px);
    }
}

@media only screen and (max-width:768px) {
    .main {
        box-sizing: border-box;
        min-height: calc(100vh - 150px);
    }
}


/*手机导航start*/

.scrollHeader .header {
    box-shadow: 0px 0px 10px #555;
}

.nav_phone_btn,
.nav_phone_tit {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .nav>ul>li>a {
        text-align: left;
    }
    .height_height {
        height: 54px;
    }
    .header_search,
    .header_search span {
        width: 30px;
        height: 30px;
        display: none;
    }
    .search_wrap {
        position: static;
        display: block !important;
        width: 100%;
        overflow: hidden;
        border: none;
    }
    .search_box_text {
        width: calc(100% - 58px)
    }
    .search_box_button,
    .search_box_text {
        height: 30px;
        line-height: 30px;
    }
    .header_r {
        padding: 20px;
        padding-bottom: 0;
        margin: 0;
        padding-bottom: 0;
        float: none;
    }
    .language {
        float: none;
        width: 100%;
        box-sizing: border-box;
        width: 176px;
    }
    .language {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .language dt {
        display: none;
    }
    .language dd {
        display: block !important;
        position: static;
        padding: 0;
        background: none;
        overflow: hidden;
        width: 100%;
    }
    .language dd a {
        float: left;
        padding: 0;
        color: #fff;
        margin: 0;
        margin-right: 20px;
    }
    .nav {
        display: none;
    }
    .nav_phone_btn,
    .nav_phone_tit {
        display: block;
    }
    .nav>ul>li {
        height: inherit;
    }
    .nav>ul>li>a {
        padding: 0;
    }
    /*手机导航按钮开始*/
    .nav_phone_btn {
        float: right;
        margin-top: 0px;
    }
    .nav_phone_btn {
        display: block;
        cursor: pointer;
        height: 32px;
        position: fixed;
        top: 12px;
        right: 2%;
        z-index: 9999;
        width: 35px;
        text-align: center;
    }
    .body_nav_phone .nav_phone_btn {
        text-align: left;
        background: #fff;
    }
    .nav_phone_btn span {
        position: relative;
        font-size: 0;
        width: 26px;
        height: 3px;
        background-color: #0c5dc0;
        display: inline-block;
        transition: all 250ms ease-out;
        -webkit-transition: all 250ms ease-out;
    }
    .nav_phone_btn span:before,
    .nav_phone_btn span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0c5dc0;
        left: 0px;
        transition: all 250ms ease-out;
        -webkit-transition: all 250ms ease-out;
    }
    .nav_phone_btn span:before {
        top: -7px;
    }
    .nav_phone_btn span:after {
        top: 7px;
    }
    .visible_nav.nav_phone_btn span {
        background-color: transparent;
    }
    .visible_nav.nav_phone_btn span:before {
        left: 5px;
        top: 0px;
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
    }
    .visible_nav.nav_phone_btn span:after {
        top: 0px;
        left: 5px;
        transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
    }
    /*手机按钮结束*/
    /*手机导航内容*/
    body>* {
        position: relative;
        /*left:0;*/
        transition: left 250ms ease-out;
        -webkit-transition: left 250ms ease-out;
    }
    /*body.body_nav_phone>*{left:-260px;}*/
    .nav {
        display: block;
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: -260px;
        height: 100%;
        width: 260px;
        left: auto;
        transition: left 0ms ease-out;
        -webkit-transition: left 0ms ease-out;
        transition: right 250ms ease-out;
        -webkit-transition: right 250ms ease-out;
        overflow: auto;
        background: #2F2F2F;
    }
    body.body_nav_phone .nav {
        right: 0;
        left: auto;
    }
    .language dl {
        float: none;
    }
    .language .language-list {
        float: none;
    }
    .language .language-list li {
        float: none;
        margin-top: 5px;
    }
    .language .language-list li a {
        float: none;
        color: rgba(255, 255, 255, 0.6);
    }
    .language .language-list li span {
        display: none;
    }
    .header {
        height: 34px;
        padding: 10px 0;
    }
    .header h1 {
        padding: 0;
        margin: 0;
        margin-right: 0;
        margin-top: 0px;
    }
    .nav {
        font-size: 16px;
    }
    .nav>ul {
        padding: 20px 0;
        clear: both;
        float: none;
    }
    .nav>ul>li>a em {
        display: none;
    }
    .nav>ul>li>a {
        padding-top: 0;
        height: 40px;
        line-height: 40px;
        color: #fff;
        width: calc(100% - 60px);
        float: left;
        box-sizing: border-box;
    }
    .nav>ul>li.on>a {
        background: none;
        color: #fff;
    }
    .nav>ul>li>span {
        display: inline-block;
        width: 20px;
        height: 40px;
        margin-right: 0px;
        background: url(../images/nav_jia.png) no-repeat center center;
        float: right;
    }
    .nav>ul>li>span.on {
        background: url(../images/nav_jian.png) no-repeat center center;
        float: right;
    }
    .nav>ul>li>span {
        display: none;
        cursor: pointer;
    }
    .nav>ul>li>span.cur {
        display: block;
    }
    .nav>ul>li {
        float: none;
        margin: 0;
        padding: 0 20px;
        border-bottom: 1px dashed #42539e;
        overflow: hidden;
        font-size: 16px;
    }
    .navlist .wrap {
        width: 100%;
    }
    .navlist a:hover {
        color: #fff !important;
    }
    .navlist {
        height: auto;
        line-height: inherit;
        width: auto !important;
        display: none;
    }
    .nav_ll,
    .nav_rr .img,
    .ser_nav .img {
        display: none;
    }
    .nav_rr,
    .ser_nav {
        width: 100%;
        float: none;
    }
    .nav_rr ul::before,
    .nav_rr ul::after,
    .ser_nav ul dl::before {
        display: none;
    }
    .navlist ul {
        margin-left: 0;
        left: 0 !important;
        margin-left: 0 !important;
        font-size: 16px;
        width: 100%;
        position: static;
    }
    .navlist {
        position: static;
        background: none;
        padding: 0 10px;
    }
    .navlist ul li {
        float: none;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: left;
    }
    .navlist ul li a,
    .ser_nav ul dl dd a {
        color: #fff;
        display: block;
    }
    .navlist ul li em {
        display: none;
    }
    .navlist li,
    .nav_rr ul dl {
        padding-left: 0;
    }
    /*.scrollHeader .header{height: 30px;}*/
    .header_height {
        height: 50px;
    }
    /*.scrollHeader .header h1{margin-top: 0px;}*/
    .scrollHeader .nav>ul>li>a {
        height: 40px;
        padding-top: 0px;
    }
    .scrollHeader .navlist {
        top: 0px;
    }
    .navlist {
        visibility: visible;
        clear: both;
        padding-left: 35px;
    }
    .ser_nav ul dl {
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
    }
    .ser_nav ul dl dt {
        position: static;
        width: 100%;
        color: #fff;
        color: #0c5dc0;
    }
    .ser_nav ul dl dd {
        padding-left: 5%;
        width: 95%;
    }
}


/*手机导航*/

@media only screen and (min-width: 1023px) {
    .nav>ul>li:hover em {
        width: 100%;
        left: 0;
    }
}


/*手机导航end*/

@media only screen and (max-width:1024px) {
    .inbanner .swiper-container-horizontal>.swiper-pagination-bullets,
    .inbanner .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .index_04 .mgbox_img,
    .index_04 .mgbox_img img {
        margin: auto;
        width: 30px;
    }
    .index_mgbox h3 {
        text-align: center;
        margin: 0;
        padding: 5px 0;
        margin-bottom: 10px;
        border-bottom: 1px dashed #eee;
    }
}

@media only screen and (max-width:767px) {
    .banner_text .wrap {
        float: none;
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .ban_line {
        display: none;
    }
    .inbanner .swiper-container-horizontal>.swiper-pagination-bullets,
    .inbanner .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
    }
    .banner_text_p p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: inherit;
        height: 1.4em;
    }
    .banner_text_p {
        margin: 10px 0;
    }
    .inbanner .ban_more img {
        width: 30px;
        height: 30px;
        margin: auto;
    }
    .inbanner .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
    .inbanner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
    }
    .inbanner .swiper-pagination-bullet-active {
        background: #0c5dc0;
    }
    .index_01 li {
        width: 100%;
    }
    .wraper {
        overflow: hidden;
    }
}

@media only screen and (max-width:540px) {
    .banner_text_p {
        margin: 4px 0;
    }
}

@media only screen and (min-width: 1023px) {
    a {
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }
    /*a:hover{color: #047AE8 !important;}*/
    .yes_animation {
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }
    .no_animation {
        transition: 0s all;
        -webkit-transition: 0s all;
        -moz-transition: 0s all;
        -o-transition: 0s all;
        -ms-transition: 0s all;
    }
    .tran_scale:hover img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
    }
    .index_03 h3 a:hover {
        color: #fff !important;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
    }
    .mgbox_list03 a.email:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
    }
    .index_02 li dt img {
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -ms-transition: 0.3s all;
    }
    .index_02 li:hover dt img {
        animation: doubleBounce 0.6s ease-in-out;
    }
}

@keyframes doubleBounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes doubleBounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes doubleBounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes doubleBounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes doubleBounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.seachcont {
    margin: 100px 0;
}

.search_title {
    color: #e0e0e0;
    border-left: 3px solid #f7234c;
    padding-left: 20px;
}

.search_title span {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.searh_g {
    color: #303030;
    margin: 40px 0;
    margin-bottom: 30px;
}

.searh_g span {
    background: #0c5dc0;
    color: #fff;
}

.search_con li em {
    color: #0c5dc0
}

.search_con li {
    padding: 30px 0;
    border-bottom: 1px dashed #c0c0c0;
}

.search_con li h2 {
    margin-bottom: 15px;
    overflow: hidden;
}

.search_con li h2 a {
    color: #303030;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_con li h2 span {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #686868;
    width: 80px;
    text-align: right;
}

.search_con li p {
    line-height: 1.8;
    max-height: 3.6em;
    overflow: hidden;
    color: #333
}

.search_con li.ones {
    border-bottom: 0
}

.sech_sou {
    overflow: hidden;
}

.sech_sou .left {
    float: left;
    height: 50px;
    width: 3px;
    background: #000000;
    margin-right: 20px;
}

.sech_sou span img {
    width: 15px;
    height: 15px;
}

.sech_sou button img {
    width: 15px;
    height: 15px;
}

.sech_sou .right {
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    width: 690px;
    padding-bottom: 5px;
}

.sech_sou .right input,
.sech_sou .right button,
.sech_sou .right span {
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    float: left;
}

.sech_sou .right button {
    width: 75px;
    height: 40px;
    background: #F3F3F3;
    text-align: center;
    float: right;
}

.sech_sou .right span img {
    margin-top: 22px;
}

.sech_sou .right button {
    margin-top: 8px;
}

.sech_sou .right button img {
    margin-top: 12px;
}

.sech_sou .right span {
    float: right;
    padding: 0 20px;
    cursor: pointer;
}

.sech_sou .right input {
    font-size: 36px;
    font-weight: normal;
    width: 590px;
    padding: 0 10px;
}

.seachcont .pageout {
    border-top: 0;
}

@media only screen and (max-width:767px) {
    .search_con {
        padding-bottom: 40px;
    }
    .sech_sou .right {
        width: calc(100% - 25px)
    }
    .sech_sou .right input {
        width: calc(100% - 100px)
    }
    .sech_sou .left {
        height: 40px;
    }
    .sech_sou .right input,
    .sech_sou .right button,
    .sech_sou .right span {
        height: 40px;
        line-height: 40px;
    }
    .sech_sou .right button {
        margin-top: 0
    }
    .sech_sou .right span img {
        margin-top: 14px;
    }
    .sech_sou .right input {
        font-size: 20px;
    }
    .searh_g {
        margin: 20px 0;
    }
    .search_con li {
        padding: 20px 0;
    }
    .search_con li h2 span {
        font-size: 12px;
        width: 70px;
    }
    .search_con li h2 a {
        width: calc(100% - 80px);
    }
}

.header_icon {
    position: fixed;
    right: 0!important;
    top: 50%;
    z-index: 1000;
    opacity: 1;
    transition: all 0.6s;
}

.header_icon ul li {
    width: 59px;
    height: 59px;
    position: relative;
    background: #2F2F2F;
    cursor: pointer;
}

.header_icon ul li.on {
    background: #bfbfbf;
}

.header_icon-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}

.header_icon-inner img {
    width: 100%;
}

.sitediv {
    position: absolute;
    top: 5px;
    right: -100px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2F2F2F;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    text-align: center;
}

.header_icon ul li:hover .sitediv {
    right: 52px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
}

.sitediv.site_weixin {
    width: 110px;
    height: 110px;
    top: -40px;
    background: none;
}

.site_consult li:hover .sitediv {
    right: 52px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
}

.header_icon ul li.on .header_icon-inner span {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.main {
    padding-top: 60px!important;
}

@media only screen and (max-width:1023px) {
    .main {
        padding-top: 54px!important;
    }
}