/*全局样式*/
@media screen and (min-width:1220px) and (max-width:1680px) {
    body {
        /*-moz-transform: scale(0.67, 0.67);  Moz-browsers */
        zoom: 0.67; /* Other non-webkit browsers */
        zoom: 67%; /* Webkit browsers */
    }
}

body {
    border: 0;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    color: #131212;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, span, a {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    display: inline-block;
}

i, em {
    font-style: normal;
}

input {
    font-family: '微软雅黑', Helvetica, Tahoma, Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
    color: #131212;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.checkbox input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.am_wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.wrap {
    max-width: 1390px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*padding: 0 10px 0px 10px;*/
}

.wrap_column {
width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}


.wraps {
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.navigation {
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.wrap_content {
    max-width: 1390px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 10px;
}

.wrap_body {
    background: url(/home/images/bg_d.png) no-repeat top left;
    min-height: 500px;
    background-size: 80%;
}

.am_cl {
    overflow: hidden;
}

.am_fl {
    float: left;
}

.am_fr {
    float: right;
}

.index_main {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*头部样式*/
.top {
    width: 100%;
    height: 93px;
    background: linear-gradient(90deg, #2C55A2, #4865AE, #00ADE9);
    min-width: 1200px;
    margin: 0 auto;
}

.top .tel {
    background: url(/home/images/tel.png) no-repeat left center;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 22px;
}

.top .tel .tel_desc, .top .tels .tel_desc {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.92;
}

.top .tel .tel_phone, .top .tels .tel_phone {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    opacity: 0.92;
}

.top .tels {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 22px;
}


.top .lang {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #ffffff;
    margin-right: 150px;
    width: 100px;
    text-align: center;
    background: url(/home/images/jiantou.png) no-repeat right center;
    background-size: 20%;
    cursor: pointer;
}

.top .lang_other {
    position: absolute;
    background: #fffc;
    top: 65px;
    padding: 20px 20px;
    right: 0px;
    margin-right: 130px;
    border-radius: 5px;
    width: 100px;
    display: none;
    z-index: 1002;
}

.top .fixedItem--focus .lang_other {
    display: block;
}

.top .lang_li {
    line-height: 42px;
    font-size: 20px;
    text-align: left;
}

.top .lang_li a {
    color: #00ADE9;
}

header {
    height: 116px;
    width: 100%;
    z-index: 1001;
    min-width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 172px;
    margin-left: 0px;
}

header ul {
    height: 80px;
    width: 63%;
    text-align: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header ul li {
    display: inline-block;
    position: relative;
    width: 100%;
}

header ul li span {
    float: right;
    border-right: 1px solid #000;
    height: 24px;
    position: absolute;
    top: 27px;
}

header ul li > a {
    font-size: 24px;
    color: #000;
    display: block;
    line-height: 78px;
    font-weight: normal;
    text-align: center;
}

header ul li:hover > a {
    color: #00a4e0;
}

header ul li.am_active > a {
    color: #3388FF;
    border-bottom: 2px solid #3388FF;
}

header ul li .nav_box {
    position: absolute;
    width: 110px;
    top: 80px;
    transition: all 0.5s ease-out;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}

header ul li .nav_box a {
    display: block;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

header ul li:hover .nav_box {
    height: auto;
}

header ul li .nav_box a:hover {
    color: #3388FF;
}

header .am_fr {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    margin-right: 2%;
    width: 40px;
    margin-left: 0;
}

header .am_fr img {
    vertical-align: middle;
}

header .dexi {
    width: 275px;
    height: 117px;
    background: #3D64AB;

}

header .dexi a {
    width: 255px;
    height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
    padding: 0 10px;
}

header .dexi img {
    height: 40px;
    padding-right: 10px;
}

/**底部信息**/
.footer {
    background: #F5F6F6;
    overflow: hidden;
}

.information {
    height: 323px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1690px;
    min-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

.information .infor {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.information .infor .title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 68px;
    opacity: 0.8;
}

.information .infor .mobile {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: #00ADE9;
    line-height: 68px;
    opacity: 0.8;
    background: url(/home/images/tel_1.png) no-repeat left center;
    padding-left: 33px;
}

.information .infor .mobile span {
    font-style: normal;
    font-size: 16px;
    color: #666666;
}

.information .infor .ntitle {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
}

.information .infor .address {
    height: 40px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
    background: url(/home/images/address.png) no-repeat -3px center;
    padding-left: 25px;
}

.information .infor .email {
    height: 40px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
    background: url(/home/images/email.png) no-repeat -3px center;
    padding-left: 25px;
}

.information .other {
    width: 40%;
    padding-top: 136px;
}

.information .other .ntitle {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
}

.information .other .address {
    height: 40px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
    background: url(/home/images/address.png) no-repeat -3px center;
    padding-left: 25px;
}

@media screen and (min-width:1220px) and (max-width:1370px){
    .information .other .address {
        line-height: 20px;
    }
}

.information .other .email {
    height: 40px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
    background: url(/home/images/email.png) no-repeat -3px center;
    padding-left: 25px;
}


.information .qrcode {
    width: 30%;
    margin-top: 35px;
}

.information .qrcode img {
    width: 80px;
    height: 80px;
}

.information .qrcode ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.information .qrcode ul li {
    width: 25%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.information .qrcode ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    opacity: 0.8;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/**底部**/
.b_bottom {
    padding: 0 1%;
    height: 79px;
    background: linear-gradient(90deg, #2C55A2, #4865AE, #00ADE9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.b_bottom a{
    color: #ffffff;
}

 

.b_bottom .help ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b_bottom .help ul li {
    border-right: 1px solid #fff;
    text-align: center;
    padding:0 20px;
}

.b_bottom .help ul li a {
    color: #ffffff;
}

.b_bottom .help ul li:last-child {
    border: none;
}

.picture {
    min-width: 1200px;
    width: 100%;
    height: 720px;
}

.left_nav {
    width: 310px;
    height: 80px;
    background: #00ADE9;
    border-radius: 0px 40px 40px 0px;
    margin: 50px 0;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    z-index: 21;
}

.left_nav img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.navs {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 0px 0px 3px 3px;
    opacity: 1;
    position: absolute;
    top: 210px;
    z-index: 9;
}

.navs_menu {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 20px;
}

.navs_menu .nav_li {
    margin-right: 1%;
    max-width: 40%;
}

.navs_menu .nav_li .nav_h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    min-width: 70px;
}

.navs_menu .nav_li .nav_h3 a {
    font-size: 22px;
}

.navs_menu .nav_li .nav_list {
    margin: 10px 0;
    border-right: 1px solid #999999;
    height: 150px;
    min-width: 220px;
}

.navs_menu .nav_li .nav_list_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    border-right: 1px solid #999999;
}

.navs_menu .nav_li .no_border {
    border-right: none;
}

.navs_menu .nav_li .nav_list .nav_list_li {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    width: 100%;
    line-height: 25px;
}

.navs_menu .nav_li .nav_list .nav_list_li a {
    color: #666666;
}

.navs_menu .nav_li .nav_list .nav_list_li a:hover, .navs_menu .nav_li .nav_list_flex .nav_list_li a:hover {
    color: #00a0e9;
}


.navs_menu .nav_li .nav_list_flex .nav_list_li {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    padding: 5px 0;
    width: 50%;
}

.navs_menu .nav_li .nav_list_flex .nav_list_li a {
    color: #666666;
}

/*不一样的导航*/
.navs_dd {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 0px 0px 3px 3px;
    opacity: 1;
    position: absolute;
    top: 95px;
    z-index: 9;
}

.navs_dd .navs_menu_dd {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
}

.navs_dd .navs_menu_dd .nav_li {
    width: 100%;
}

.navs_dd .navs_menu_dd .nav_li .nav_h3 {
    font-size: 22px;
    color: #333333;
    min-width: 70px;
    text-align: left;
    line-height: 60px;
    padding-left: 16%;
}

@media screen and (min-width:1220px) and (max-width:1370px){
    .navs_dd .navs_menu_dd .nav_li .nav_h3 {
        padding-left: 4%;
        font-size: 18px;
        line-height: 50px;
    }
}


.navs_dd .navs_menu_dd .nav_li .nav_h3:hover a {
    color: #00a0e9;
}

.navs_dd .navs_menu_dd .nav_li .nav_h3 a {
    font-weight: normal;
    color: #666666;
}

.navs_dd .navs_menu_dd .nav_li .nav_list {
    margin: 20px 0;
    border-right: 1px solid #999999;
    height: 150px;
    min-width: 220px;
}

.navs_dd .navs_menu_dd .nav_li .nav_list_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    border-right: 1px solid #999999;
}

.navs_dd .navs_menu_dd .nav_li .no_border {
    border-right: none;
}

.navs_dd .navs_menu_dd .nav_li .nav_list .nav_list_li {
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 5px 0;
    width: 100%;
}

.navs_dd .navs_menu_dd .nav_li .nav_list_flex .nav_list_li {
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 5px 0;
    width: 50%;
}

.piao {
    width: 80px;
    height: 312px;
    opacity: 1;
    position: fixed;
    right: 10px;
    bottom: 240px;
    z-index: 100;
}

.piao .piao_li {
    padding: 25px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 5px;
    box-shadow: 0 0 10px #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.piao .piao_li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.piao .piao_li img {
    width: 27px;
}

.piao .fixedItem--focus .fixedItemContent {
    display: block;
}

.piao .fixedItemContent {
    display: none;
    position: absolute;
    right: 94px;
    top: 25px;
    width: 188px;
    box-sizing: border-box;
    padding: 10px;

}

.piao .fixedItemContent img {
    width: 169px;
    height: 169px;
}

.piao .piao_zixun {
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 5px;
    box-shadow: 0 0 10px #9c9c9c;
    top: 0px;
    line-height: 56px;
    text-align: center;
}

.piao .piao_zixun .left_1 {
    position: absolute;
    right: -13px;
    background: url(/home/images/left_1.png) no-repeat left center;
    height: 25px;
    width: 14px;
    top: 20px;
}

.piao .piao_kefu {
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 5px;
    box-shadow: 0 0 10px #9c9c9c;
    top: 70px;
    height: 180px;
    text-align: center;
}

.piao .piao_kefu .left_1 {
    position: absolute;
    right: -13px;
    background: url(/home/images/left_1.png) no-repeat left center;
    height: 25px;
    width: 14px;
    top: 40px;
}

.piao .piao_shop {
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 5px;
    box-shadow: 0 0 10px #9c9c9c;
    top: 105px;
    text-align: center;
}

.piao .piao_shop .left_1 {
    position: absolute;
    right: -13px;
    background: url(/home/images/left_1.png) no-repeat left center;
    height: 25px;
    width: 14px;
    top: 100px;
}

.piao .piao_jiaotong {
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 5px;
    box-shadow: 0 0 10px #9c9c9c;
    top: 265px;
    line-height: 56px;
    text-align: center;
    height: 76px;
}

.piao .piao_jiaotong .left_1 {
    position: absolute;
    right: -13px;
    background: url(/home/images/left_1.png) no-repeat left center;
    height: 25px;
    width: 14px;
    top: 20px;
}


.piao .piao_title {
    color: #333333;
    font-size: 18px;
}

.piao .piao_kefu .piao_phone {
    line-height: 52px;
    font-size: 18px;
    font-weight: bold;
    color: #00a0e9;
}

.piao .piao_vr {
    background: rgba(255, 255, 255, 0.9599999785423279);
    border-radius: 5px;
    box-shadow: 0 0 10px #9c9c9c;
    top: 346px;
    text-align: center;
    height: 76px;
}

.piao .piao_vr .left_1 {
    position: absolute;
    right: -13px;
    background: url(/home/images/left_1.png) no-repeat left center;
    height: 25px;
    width: 14px;
    top: 20px;
}