﻿@charset "utf-8";
/* CSS Document */

html, body, div, header, nav, h1, h2, h3, h4, h5, h6, section, footer, aside, article, a, span, p, ul, ol, li, warp, dl {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}
a {
    text-decoration: none;
    color: #333;
}
ul, li {
    list-style: none;
}
.clear {
    clear: both;
}
body::-webkit-scrollbar {
width:0px;
}
.text_center {
    text-align: center !important;
}
.text_left {
    text-align: left !important;
}
.text_right {
    text-align: right !important;
}
.margin-top {
    margin-top: 40px !important
}
.margin_bottom {
    margin-bottom: 40px !important
}
.padding-bottom {
    padding-bottom: 40px;
}
.border_bottom {
    border-bottom: 1px #b5b5b5 dashed;
    margin: 20px 0px;
    width: 100%;
}
.height_box {
    height: 300px;
}
.height_box2 {
    height: 150px;
}
/*******以上是集体修饰 公共声明***********/
.top {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
.header_left {
    width: 60%;
    float: left;
    font-size: 10px;
    color: #f9a60680;
    text-indent: 40px;
    line-height: 2;
}
.header_p {
    float: right;
    font-size: 12px;
    color: #666666;
    line-height: 45px;
    margin-right: 15px;
    height: 35px;
}
.header_p:hover {
    color: #d45c05;
    cursor: pointer;
}
.header_right {
    float: right;
    text-align: left;
    padding-top: 5px;
    margin-right: 38px;
}
.header_right .form-search {
    position: relative;
}
.header_right .form-search .search-input {
    border-radius: 50px;
    border: none;
    font-size: 12px;
    line-height: 30px;
    padding: 0px 45px 0px 20px !important;
    height: 30px;
    color: #333333;
    width: 140px;
    background: #006acd0d;
    outline: none;
    transition: all .5s linear;
}
.search-input:focus {
    width: 230px !important;
    border-color: #00439a !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,150,43,.6);
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    padding: 0px 45px 0px 20px !important;
    transition: all .5s linear;
}
.searchDW {
    position: absolute;
    top: 6px;
    right: 20px;
}
.logo {
    width: 25%;
    float: left;
    text-align: center;
    height: 64px;
    /*    overflow: hidden;*/
    margin-left: 5%;
    margin-top: -20px;
}
.logo img {
    width: 90%;
}
.has_down {
    position: relative;
}
.dropdown {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    text-align: center;
    display: none;
}
.dropdown p {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
}
.dropdown p:hover {
    background: #006acd;
    color: #fff;
}
.has_down:hover .dropdown {
    display: block;
}
.nav {
    width: 70%;
    float: right;
    height: 64px;
}
.nav ul li {
    width: 11%;
    text-align: center;
    float: left;
    line-height: 62px;
    color: #333333;
    font-size: 14px;
}
.nav li a {
    color: #333333;
}
.nav ul li.active a {
    color: #006acd;
    font-weight: bold;
}
.nav ul li.active {
    color: #006acd;
    font-weight: bold;
}
.nav ul li:hover {
    color: #006acd;
    font-weight: bold;
    border-bottom: 3px solid #006acd;
    cursor: pointer;
}
.banner-wrap {
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.banner-wrap img {
    width: 100%;
    height: 100%;
}
.banner {
    width: 100%;
    transition: all .5s linear;
}
.banner ul {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -120px;
    z-index: 999;
}
.banner ul li {
    width: 50px;
    line-height: 5px;
    background: #FFFFFF;
    font-size: 0;
    color: #FFFFFF;
    text-align: center;
    float: left;
    margin: 5px;
}
.banner ul li.active {
    background: #006fff;
    color: #006fff;
    cursor: pointer;
}
.banner ul li:hover {
    background: #006fff;
    color: #006fff;

    cursor: pointer;
}
.b-wrap {
    background: url("../jpg/banner1.jpg");
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    background-size: 100%;
    transition: all .5s linear;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
/****以上是banner头部样式****/
.footer {
    width: 100%;
    background: #02529d;
    padding: 40px 0px;
}
.footer_txt {
    width: 11%;
    float: left;
}
.footer_txt2 {
    width: 30%;
    float: left;
    border-left: 1px #ffffff solid;
    box-sizing: border-box;
    padding-left: 25px;
    cursor: pointer;
}
.footer_txt h1 {
    font-size: 16px;
    font-weight: normal;
    color: #ccdceb;
    margin-bottom: 10px;
    text-align: left;
    line-height: 2;
}
.footer_txt p {
    font-size: 13px;
    font-weight: normal;
    color: #ccdceb;
    line-height: 2.5;
    text-align: left;
}
.footer_txt h1:hover {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    line-height: 2;
}
.footer_txt p:hover {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}
/*
.footer_txt2 h1:hover {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    line-height: 2;
}
*/
/*
.footer_txt2 p:hover {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}
*/
.footer_txt2 h1 {
    font-size: 16px;
    font-weight: normal;
    color: #ccdceb;
    margin-bottom: 10px;
    text-align: left;
    line-height: 2;
}
.footer_txt2 p {
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 2.5;
    text-align: left;
}
.foot {
    background: #011e39;
}
.foot p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}
/****以上是底部样式****/
.background_wrap {
    background: #f9f9f9 !important;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
.content {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
.content_mine {
    width: 85%;
    margin: 0 auto;
}
.content_mine2 {
    width: 80%;
    margin: 0 auto;
}
.content_minea2 {
    width: 83%;
    margin: 0 auto;
}
.content_mine3 {
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    padding: 4% 0px;
}
.content_links {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    margin-top: 40px;
    padding-bottom: 40px;
}
.left_back {
    width: 15%;
    float: left;
    height: 470px;
}
.right_mine {
    width: 85%;
    float: right;
    background: #FFFFFF;
}
.mine_left {
    width: 65%;
    font-size: 14px;
    color: #595959;
    line-height: 2;
    float: left;
}
.mine_left p {
    width: 90%;
    margin: 0;
    font-size: 14px;
    line-height: 2.5;
    font-weight: normal;
    text-align: left;
    color: #666666;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mine_right {
    width: 35%;
    float: right;
    text-align: center;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.mine_right img {
    /*  width: 300px;
    height:210px;*/
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.blue {
    color: #006acd;
}
.black {
    color: #333333;
}
.title5 {
    width: 100%;
    margin-top: 20px;
}
.title5 h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 2;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
}
.title5 p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    color: #999999;
    letter-spacing: 4px;
}
.title {
    width: 100%;
    margin: 20px auto;
}
.title h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 2;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
}
.title p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    color: #999999;
    letter-spacing: 4px;
}
.title2 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 60px;
    position: relative;
}
.more {
    position: absolute;
    bottom: 25%;
    right: 0%;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.more:hover {
    color: #006acd;
}
.title2 h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}
.title2 p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: #999999;
    letter-spacing: 4px;
}
.title3 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}
.title3 h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}
.title3 p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: #999999;
    letter-spacing: 4px;
}
.title4 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}
.title4 h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
}
.title4 p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    letter-spacing: 4px;
}
.title1_left {
    width: 40px;
    background: #006acd;
    float: left;
    height: 4px;
    margin-top: 17px;
}
.title1_right {
    width: 230px;
    float: left;
    border-bottom: 1px #cbcbcb solid;
    padding-left: 10px;
}
.title1 {
    margin-bottom: 5px;
    width: 100%;
}
.line1 {
    width: 100px;
    height: 2px;
    background: #006acd;
    margin: 0 auto;
    margin-top: 6px;
}
.line2 {
    width: 420px;
    height: 1px;
    background: #cbcbcb;
    margin: 0 auto;
}
.line3 {
    width: 100px;
    height: 2px;
    background: #ee9e05;
    margin: 0 auto;
    margin-top: 6px;
}
.line4 {
    width: 420px;
    height: 1px;
    background: #ffffff73;
    margin: 0 auto;
}
.mine_button {
    border: 2px #006acd solid;
    border-radius: 2px;
    font-size: 12px;
    color: #006acd;
    background: #ffffff;
    width: 90px;
    display: inherit;
    padding: 7px 5px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}
.mine_button:hover {
    cursor: pointer;
    background: #006acd;
    color: #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.mine_right2 {
    width: 80%;
    float: right;
    margin: 0 auto;
    border-left: 15px #006acd solid;
    border-top: 15px #006acd solid;
    border-right: none;
    border-bottom: none;
    background: #FFFFFF;
    border-top-left-radius: 30px;
    overflow: hidden;
}
.folat1 {
    float: left;
    width: 20%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #dcdcdc;
    margin: 0px 1%;
    padding: 1.5%;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.folat1:hover {
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin-top: -5px;
}
.folat1:hover .folat_right1 p {
    color: #333333;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-weight: bold;
    font-size: 18px;
}
.folat1:hover .folat_left1 img {
    width: 80px;
    height: 80px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.folat1_right:hover .folat_left1 img {
    width: 80px;
    height: 80px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.folat1_right {
    float: right;
    width: 235px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #dcdcdc;
    padding: 15px;
    cursor: pointer;
}
.folat_left1 {
    width: 75px;
    float: left;
    margin: 0 auto;
    height: 75px;
}
.folat_right1 {
    float: left;
    margin: 0 auto;
    margin-left: 15%;
}
.folat_right1 p {
    font-size: 16px;
    text-align: center;
    line-height: 75px;
    color: #333333;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.folat_left1 img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.folat_left1 p {
    font-size: 12px;
    color: #666666;
    line-height: 2
}
.folat_right1 img {
    width: 100%;
}
.border-radius {
    border-radius: 50%;
    overflow: hidden;
}
.folat2 {
    width: 25%;
    margin: 0 auto;
    float: left;
    cursor: pointer;
}
.back_a {
    width: 200px;
    background: #ffffff85;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    padding: 15px 0px;
}
.back_dw {
    position: absolute;
    background-color: #ee9e05;
    text-align: center;
    padding: 15px 0px;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    opacity: 0;
}
.back_a:hover {
    background-color: #ee9e05;
}
.folat2:hover .back_a {
    background-color: #ee9e05;
}
.back_aimg {
    width: 100px;
    height: 100px;
    border: 1px #ffffff solid;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
}
.folat2 img {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.folat2:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.folat2 p {
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.tabMenu {
    width: 100%;
}
.tabMenu2 {
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.tabMenu ul {
    display: block;
    width: 100%;
}
.tabMenu ul li {
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    font-size: 17px;
    color: #333333;
    width: 125px;
    background: #d9e9f8;
    border: 1px #ffffff solid;
    height: 105px;
    line-height: 105px;
}
.tabMenu ul li.active {
    color: #ffffff;
    background: #006acd;
    position: relative;
}
.tabMenu2 ul {
    display: block;
    width: 100%;
    border-bottom: 1px #bfbfbf solid;
    box-sizing: border-box;
}
.tabMenu2 ul li {
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #666666;
    width: 110px;
    height: 50px;
    line-height: 50px;
}
.tabMenu2 ul li.active {
    color: #333333;
    font-weight: bold;
    border-bottom: 4px #006acd solid;
    box-sizing: border-box;
}
.tabSide {
    display: none;
    width: 100%;
}
.tabMenu dl dt.active {
    display: block;
    width: 100%;
}
.tabSide.active {
    display: block;
    width: 100%;
}
.folat_left2 {
    width: 15%;
    float: left;
}
.folat_right2 {
    width: 85%;
    float: right;
}
.tab_a1, .tab_a2, .tab_a3, .tab_b1, .tab_b2, .tab_b3, .tab_c1, .tab_c2, .tab_c3, .tab_d1, .tab_d2, .tab_d3 {
    width: 100%;
    clear: both;
}
.tab_mine {
    width: 100%;
    margin: auto;
    background: #FFFFFF;
    height: 53px;
}
.tabmian_left {
    width: 10%;
    float: left;
    height: 53px;
}
.tab_mine:hover .tabmian_left {
    background: #cd681d;
    cursor: pointer;
}
.tab_mine:hover .tabmian_left h1 {
    color: #FFFFFF;
    cursor: pointer;
}
.tab_mine:hover .tabmian_left p {
    color: #FFFFFF;
    cursor: pointer;
}
.tab_mine:hover .tabmian_right {
    color: #ee9e05;
    cursor: pointer;
    font-weight: bold;
}
.tabmian_right {
    width: 90%;
    float: right;
    font-size: 14px;
    line-height: 53px;
    text-indent: 20px;
    color: #666666;
    height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.tabmian_left h1 {
    font-size: 14px;
    text-align: center;
    color: #999999;
    line-height: 2;
    font-weight: normal;
    padding-top: 3px;
}
.tabmian_left p {
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
    text-align: center;
}
.back_color {
    background: #f7fafd;
}
.left_border {
    float: left;
    width: 50px;
    color: #006acd;
    font-size: 30px;
    line-height: 70px;
}
.folat3 {
    width: 22%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 40px;
    margin-left: 1.5%;
}
.folat4 {
    width: 270px;
    float: left;
    margin: 0 auto;
    margin-bottom: 40px;
}
.folat3 p {
    height: 70px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    border: 1px #dcdcdc solid;
    text-align: left;
    line-height: 2;
    box-sizing: border-box;
    padding: 6px 20px;
    margin: 0 auto;
    margin-top: -2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.folat3:hover p {
    cursor: pointer;
}
.folat4:hover p {
    cursor: pointer;
}
.folat4 p {
    height: 70px;
    width: 270px;
    font-size: 14px;
    color: #666666;
    border: 1px #dcdcdc solid;
    text-align: left;
    line-height: 2;
    box-sizing: border-box;
    padding: 6px 20px;
}
.folat_pic {
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.folat_pic img {
    width: 100%;
    height: 200px;
}
.folat3:hover .folat_pic img {
    width: 105%;
    height: 210px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    cursor: pointer;
}
.folat4:hover .folat_pic img {
    width: 280px;
    height: 210px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    cursor: pointer;
}
.folat5 {
    width: 30%;
    float: left;
    margin-bottom: 20px;
    transition: 0.3s ease 0s;
    margin-left: 3%;
}
.folat5_box {
    width: 92%;
    height: 210px;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    /* padding: 8px 0px; */
    box-shadow: 0px 1px 5px #c3c6cc;
    border-radius: 2px;
    position: relative;
    padding: 4%;
}
.folat5_img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    transition: 0.3s ease 0s;
}
.folat5_img img {
    width: 100%;
    transition: 0.3s ease 0s
}
.folat5 p {
    width: 92%;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    padding: 6px 4%;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    height: 30px;
}
.folat5:hover .folat5_img img {
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.folat5:hover p {
    color: #333333;
    cursor: pointer;
    transition: 0.3s ease 0s;
    font-size: 14px;
}
.column {
    width: 100%;
    margin: 0 auto;
}
.column_but {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.column_but button {
    width: 100px;
    background: #006acd;
    border: none;
    /* padding: 20px; */
    color: #ffffff;
    height: 50px;
    margin: 0px 10px;
}
.column_folat {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    transition: 0.3s ease 0s;
}
.columnfolat_box {
    width: 84%;
    height: 218px;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    padding: 5%;
    box-shadow: 0px 1px 5px #c3c6cc;
    border-radius: 2px;
    position: relative;
}
.columnfolat_img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    transition: 0.3s ease 0s;
    margin: 0 auto;
    position: relative;
}
.columnfolat_img img {
    transition: 0.3s ease 0s;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.column_folat p {
    width: 94%;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    padding: 6px 3%;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    height: 30px;
}
.column_folat:hover .columnfolat_img img {
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.column_folat:hover p {
    color: #333333;
    cursor: pointer;
    transition: 0.3s ease 0s;
    font-size: 14px;
}
.folat_left3 {
    width: 32%;
    height: 310px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.folat_dw1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background: #006acdb0;
    color: #fff;
    height: 60px;
}
.folat_dw1 h1 {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    font-weight: normal;
    margin-top: 5px;
}
.folat_dw1 p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
}
.folat_dw2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    background: #0000009e;
    color: #fff;
    height: 50px;
    text-align: left;
    padding: 0 4%;
    font-size: 14px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 20px;
}
.folat_left3 img {
    width: 400px;
    height: 310px;
}
.folat_right3 {
    width: 67%;
    float: right;
}
.tabmian_left2 {
    width: 10%;
    float: left;
    height: 53px;
    margin-left: 2%;
    border-bottom: 2px #006acd solid;
    box-sizing: border-box;
}
.tab_mine:hover .tabmian_left2 {
    background: #006acd;
    cursor: pointer;
}
.tab_mine:hover .tabmian_left2 h1 {
    color: #FFFFFF;
    cursor: pointer;
}
.tab_mine:hover .tabmian_left2 p {
    color: #FFFFFF;
    cursor: pointer;
}
/*
.tab_mine:hover .tabmian_right2 {
    background: #f7fafd;
    color: #006acd;
    cursor: pointer;
}
*/
.tab_mine:hover .tabmian_right2 {
    font-size: 15px;
    cursor: pointer;
    color: #006acd;
}
.tabmian_right2 {
    width: 86%;
    float: right;
    font-size: 14px;
    line-height: 53px;
    text-indent: 20px;
    color: #666666;
    height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 2%;
    cursor: pointer;
}
.tabmian_left2 h1 {
    font-size: 14px;
    text-align: center;
    color: #999999;
    line-height: 2;
    padding-top: 3px;
    font-weight: normal;
}
.tabmian_left2 p {
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
    text-align: center;
}
#left {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
}
#about_left {
    position: absolute;
    top: 40%;
    left: 2%;
    cursor: pointer;
}
#lefta {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
}
pan {
    border: solid #006acd75;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 7px;
}
.le {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#right {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
}
#about_right {
    position: absolute;
    top: 40%;
    right: 2%;
    cursor: pointer;
}
#righta {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
}
.ri {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.links_p {
    color: #666666;
    font-size: 14px;
    line-height: 2;
    text-align: left;
}
.links_p span {
    margin: 0px 2%;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    /* width: 14%; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    line-height: 20px;
    text-align: center;
}
.links_content {
    width: 100%;
    margin: 0 auto;
}
/*
.links_p span:hover {
    color:#006acd;
    cursor: pointer;
}
*/
.folat_left4 {
    width: 91%;
    float: left;
}
.folat_right4 {
    width: 9%;
    float: right;
    text-align: right;
}
.folat_right4 p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 2;
}
.folat_right4 img {
    width: 100%;
}
.secondary_nav {
    width: 100%;
    margin: 0 auto;
    background: #006acd08;
}
.secondary_nav ul {
    width: 80%;
    margin: 0 auto;
    width: 890px;
}
.secondary_nav ul li {
    height: 50px;
    width: 120px;
    float: left;
    color: #555555;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
    border-left: 2px #ffffff solid;
    background: #006acd12;
}
.secondary_nav li.active {
    background: #006acd;
    color: #ffffff;
    font-weight: bold;
    border-left: none;
}
.secondary_nav li:hover {
    background: #006acd;
    color: #ffffff;
    font-weight: bold;
}
.secondary_nav2 {
    width: 100%;
    margin: 0 auto;
    background: #006acd08;
}
.secondary_nav2 ul {
    width: 100%;
    margin: 0 auto;
}
.secondary_nav2 ul li {
    height: 50px;
    width: 120px;
    float: right;
    color: #555555;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
    border-left: 2px #ffffff solid;
    background: #006acd12;
}
.secondary_nav2 li.active {
    background: #006acd;
    color: #ffffff;
    font-weight: bold;
    border-left: none;
}
.secondary_nav2 li:hover {
    background: #006acd;
    color: #ffffff;
    font-weight: bold;
}
.wzbox {
    width: 80%;
    margin: 0 auto;
}
.wzbox_left {
    width: 35%;
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 50px;
    cursor: default;
}
.positionleft_index {
    color: #666666;
}
.positionleft_index:hover {
    color: #006acd;
    cursor: pointer;
}
.wzbox_right {
    width: 65%;
    float: right;
}
.map {
    width: 100%;
    margin: 10px auto;/*    margin-top: 20px;*/
    margin-bottom: 20px;
}
.map_left {
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    color: #999;
    float: left;
    width: 1050px;
    cursor: default;
}
/*
.map_left span {
    color: #666666;
}
.map_left span:hover {
    color: #006acd;
    cursor: pointer;
}
*/
.map_right {
    float: right;
    margin: 10px 0px;
    text-align: left;
}
.map_search {
    position: relative;
}
.map_input {
    border-radius: 50px;
    border: none;
    font-size: 12px;
    line-height: 40px;
    background: #006acd0d;
    color: #666666;
    width: 170px;
    height: 40px;
    padding: 0px 45px 0px 20px !important;
    outline: none;
    transition: all .5s linear;
}
.map_input:hover {
    width: 270px;
    padding: 0px 45px 0px 20px !important;
    transition: all .5s linear;
}
.map_searchDW {
    position: absolute;
    top: 10px;
    right: 15px;
}
.secondary_title {
    width: 100%;
    background: #006acd;
    height: 50px;
}
.secondary_left {
    width: 76%;
    text-align: left;
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 2%;
}
.secondary_right {
    width: 20%;
    text-align: right;
    float: right;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    margin-right: 2%;
}
.secondary_mine {
    width: 100%;
    margin: 0 auto;
}
.secondary_left1 {
    width: 76%;
    text-align: left;
    float: left;
    font-size: 14px;
    line-height: 70px;
    height: 70px;
    color: #666666;
    margin-left: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.secondary_right1 {
    width: 20%;
    text-align: right;
    float: right;
    font-size: 12px;
    line-height: 70px;
    height: 70px;
    color: #999999;
    cursor: pointer;
    margin-right: 2%;
}
.secondary_mine:hover .secondary_left1 {
    cursor: pointer;
    color: #ee9e05;
    font-weight: bold;
    font-size: 15px
}
.paging {
    width: 80%;
    margin: 50px auto;
    text-align: center;
}
.paging1 {
    width: 90px;
    display: inherit;
    float: right;
    height: 40px;
    border: 1px #dcdcdc solid;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
}
.paging2 {
    width: 80px;
    display: inherit;
    float: right;
    height: 40px;
    border: 1px #dcdcdc solid;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
}
.paging2.active {
    color: #ffffff;
    background: #006acd;
    border: 1px #006acd solid;
}
.paging1:hover {
    color: #ffffff;
    background: #006acd;
    cursor: pointer;
    border: 1px #006acd solid;
}
.paging2:hover {
    color: #ffffff;
    background: #006acd;
    cursor: pointer;
    border: 1px #006acd solid;
}
/*
.prohibit {
    background: #9e9ea06b !important;
    color: #999 !important;
    border: 1px #9e9ea06b solid !important;
    cursor: pointer;
}
*/
.paging3 {
    width: 80px;
    display: inherit;
    float: right;
    height: 40px;
    border: 1px #dcdcdc solid;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
}
.paging4 {
    width: 160px;
    display: inherit;
    float: right;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
}
.paging_input {
    width: 50px;
    border: 1px #dedede solid;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}
.paging5 {
    width: 160px;
    display: inherit;
    float: right;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #ffffff;
    box-sizing: border-box;
}
.paging6 {
    width: 95px;
    display: inherit;
    float: right;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #ffffff;
    color: #666666;
    cursor: pointer;
    border: 1px #dcdcdc solid;
    box-sizing: border-box;
    box-sizing: border-box;
}
.paging6:hover {
    color: #ffffff;
    background: #006acd;
    cursor: pointer;
    border: 1px #006acd solid;
    box-sizing: border-box;
}
.article_title {
    width: 85%;
    margin: 0 auto;
    border-bottom: 2px #006acd solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article_title h1 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
}
.right_title {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.address_title {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.address_border1 {
    width: 45px;
    background: #006acd;
    height: 4px;
    margin: 0 auto;
}
.address_border2 {
    background: #e4e4e4;
    width: 100%;
    height: 1px;
}
.address_title h1 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}
.article_title p {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.right_title h1 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}
.right_title p {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.article_mine {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.article_mine h1 {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: #333333;
    font-weight: normal;
    text-indent: 32px;
}
.article_mine p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: left;
}
/*.article_mine img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.dwbj {
    width: 32%;
    position: absolute;
    left: -50px;
    bottom: 0px;
    height: 310px;
    z-index: 99;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 106, 205);
    border-image: initial;
}
.content_back {
    background: url("../jpg/servicescopepic01.jpg");
    background-position: top center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 550px !important;
    background-size: 100% !important;
    transition: all .5s linear !important;
    background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -o-background-size: 100% 100% !important;
    -ms-background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
}
.back_txt {
    color: #ffffff !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 2.5;
    padding: 10px 0px;
}
.back_txt2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 14px !important;
}
.address_content {
    width: 1100px;
    margin: 0 auto;
}
.address_left {
    width: 300px;
    float: left;
    position: relative;
    height: 500px;
}
.address_right {
    width: 700px;
    float: right;
}
.address_leftimg {
    width: 300px;
    text-align: left;
    height: 400px;
}
.address_leftimg img {
    width: 300px;
    height: 400px;
}
.address_leftimg p {
    position: absolute;
    bottom: 10px;
    padding: 10px;
    background: #02529d;
    color: #ffffff;
    font-size: 12px;
    line-height: 2;
    width: 250px;
    left: 15px;
    letter-spacing: 3px;
}
.address_rightp1 {
    font-size: 16px;
    width: 100%;
    text-align: justify;
    margin-top: 18px;
    line-height: 34px;
    text-indent: 36px;
    color: #666;
}
.address_rightp2 {
    font-size: 18px;
    width: 100%;
    margin-top: 18px;
    line-height: 34px;
    text-align: right;
    margin-bottom: 20px;
}
.address_img {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    margin-top: 40px;
}
.blod_txt {
    font-weight: bold;
}
.column_left {
    width: 20%;
    float: left;
    background: #FFFFFF;
    position: relative;
}
.column_right {
    width: 78%;
    float: right;
    background: #FFFFFF;
    height: 100%;
}
.column_navtitle {
    width: 100%;
    height: 64px;
    margin-bottom: 8px;
    position: relative;
    background: #e8ebf0;
}
.column_boxbottom {
    content: '';
    height: 2px;
    width: 90%;
    background-color: #02529d;
    position: relative;
    top: 50%;
    left: 5%;
}
.column_boxtxt {
    background: #e8ebf0;
    position: relative;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    top: 30%;
    left: 10%;
    width: 40%;
    text-align: center;
    color: #333333;
}
.column_nav_padding {
    padding: 10px 0px !important;
}
.column_nav {
    width: 98%;
    margin: 5px auto;
    padding: 15px 0px;
    border-bottom: 1px solid #dcdfe6;
    border-top: 1px solid #dcdfe6;
    border-left: 4px #ee9e05 solid;
    background: #e8ebf0;
}
.column_nav.active {
    background: #006acd;
    color: #FFFFFF;
    border-left: 4px #ee9e05 solid;
    cursor: pointer;
}
.column_nav.active p {
    background: #006acd;
    color: #FFFFFF;
}
.column_nav.active h2 {
    color: #FFFFFF;
}
.column_nav p {
    text-align: center;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}
.column_nav h2 {
    text-align: center;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
}
.secondaryColumn_nav {
    width: 98%;
    margin: 5px auto;
    padding: 15px 0px;
    border-bottom: 1px solid #dcdfe6;
    border-top: 1px solid #dcdfe6;
    border-left: 4px #ee9e05 solid;
    background: #f7fafd;
}
.secondaryColumn_nav h1 {
    text-align: left;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    text-indent: 40px;
    position: relative;
}
.secondaryColumn_nav.active {
    background: #095298;
    cursor: pointer;
}
.secondaryColumn_nav.active h1 {
    color: #FFFFFF;
}
.secondary_icon {
    width: 20px;
    position: absolute;
    left: -27px;
    top: 0px;
}
.secondary_icon img {
    width: 100%;
}
.detailsttxt {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}
.stregth_box {
    box-shadow: 1px 1px 10px #d0d0d0;
}
.stregth_left {
    float: left;/*    margin-bottom: 20px;*/
}
.stregth_right {
    float: right;/*    margin-bottom: 20px;*/
}
.stregth_txt {
    width: 55%;
}
.stregth_img {
    width: 45%;
}
.stregth_img img {
    width: 90%;
    padding: 5%;
}
.stregth_title {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-align: left;
}
.stregth_p1 {
    font-size: 16px;
    width: 90%;
    float: left;
    text-align: justify;
    line-height: 36px;
    /*    text-indent: 36px;*/
    color: #666;
    font-family: STHeiti;
    padding: 5%;
}
.company_left {
    width: 47%;
    float: left;
    margin-bottom: 20px;
    padding-right: 3%;
}
.company_right {
    width: 47%;
    float: right;
    margin-bottom: 20px;
    padding-left: 3%;
}
.company_img {
    width: 100%;
    margin: 0 auto;
}
.company_img img {
    width: 100%;
}
.compan_rightp1 {
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 34px;
    text-indent: 36px;
    color: #666;
}
.service_title {
    width: 100%;
    background: #006acd;
    height: 50px;
}
.service_left {
    width: 80%;
    text-align: left;
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 20px;
}
.service_left1:hover {
    font-size: 14px;
    color: #006acd
}
.service_mine {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px #dcdcdc solid;
}
.service_left1 {
    width: 80%;
    text-align: left;
    float: left;
    font-size: 13px;
    line-height: 45px;
    height: 45px;
    color: #666666;
    margin-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    cursor: default;
}
.news_box {
    margin: 10px auto;
    width: 100%;
    border-bottom: 1px #CCCCCC solid;
    padding: 5px 0px
}
.news_left {
    width: 26%;
    float: left;
    height: 200px;
    padding: 0px 2%;
}
.news_img {
    width: 100%;
    margin: 0 auto;
    /* height: 200px; */
    overflow: hidden;
}
.news_img img {
    width: 300px;
    height: 200px;
}
.news_right {
    width: 70%;
    float: right;
    cursor: pointer;
    height: 200px;
    position: relative;
}
.news_title1 {
    font-size: 16px;
    line-height: 2;
    color: #006acd;
}
.news_p1 {
    font-size: 12px;
    color: #999999;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_p2 {
    font-size: 12px;
    color: #999999;
    line-height: 2;
    text-align: left;
}
.news_p3 {
    font-size: 12px;
    color: #999999;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_gd {
    font-size: 12px;
    color: #006acd;
    text-align: right;
    line-height: 2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news_gd:hover {
    font-size: 14px;
}
.news_right:hover .news_p1 {
    font-size: 13px;
}
.news_right:hover .news_title1 {
    font-size: 17px;
}
.newsUpdates_left {
    width: 13%;
    /* background: #b5bfc9; */
    color: #666666;
    text-align: left;
    height: 80px;
    float: left;
    overflow: hidden;
}
.newsUpdates_left h1 {
    font-size: 24px;
    padding-top: 13px;
}
.newsUpdates_left p {
    font-size: 14px;
    line-height: 2;
}
.newsUpdates_right {
    width: 85%;
    float: right;
    height: 80px;
    position: relative;
    cursor: pointer;
}
.news_box:hover .news_p3 {
    font-size: 13px;
}
.news_box:hover .news_title1 {
    font-size: 17px;
}
.news_box:hover .newsUpdates_left {
    cursor: pointer;
    color: #ffffff;
}
.news_box:hover {
    padding: 10px 0px
}
.news_minimg {
    width: 100%;
}
.contact_p {
    font-size: 15px;
    color: #333333;
    height: 45px;
    font-weight: normal;
    text-align: left;
}
.contact {
    width: 100%;
    padding: 20px 0px;
}
.contact_h {
    font-size: 15px;
    color: #787878;
    height: 40px;
    font-weight: normal;
    text-align: left;
    width: 33%;
    float: left;
}
.contact_h:hover {
    font-size: 16px;
    cursor: pointer
}
.contact_p:hover {
    font-size: 16px;
    cursor: pointer
}
.contact_left {
    width: 50%;
    float: left;
    border: 1px solid #DCD6D6;
    box-sizing: border-box;
    padding: 3%;
    background: url("../jpg/contact.jpg") top;
    height: 310px;
    background-size: 100%;
}
.contact_right {
    width: 50%;
    float: right;
    height: 310px;
    background: #efeeea
}
.contact_icon {
    width: 30px;
    height: 20px;
    float: left;
}
.contact_icon img {
    width: 20px;
    height: 20px
}
.service_titleimg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.service_titleimg img {
    width: 100%;
}
.strenght_ljxdw {
    position: relative;
}
.strenght_ljx {
    position: absolute;
    bottom: -8%;
    left: 30%;
}
.strenght_ljx img {
    width: 300px;
}
.strenght_ljx2 {
    position: absolute;
    bottom: -8%;
    right: 30%;
}
.strenght_ljx2 img {
    width: 300px;
}
.new_numnav {
    position: absolute;
    right: 6px;
    bottom: 55px;
}
.new_numnav ul li.active {
    width: 20px;
    height: 20px;
    background: #006acd;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    color: #ffffff;
}
.new_numnav ul li {
    width: 20px;
    height: 20px;
    background: #ffffff6e;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-right: 5px;
    cursor: pointer;
}
.sp_dw {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}
.sp_dw img {
    width: 40px;
    height: 40px;
}
.layui-layer {
    box-shadow: none !important;
    background: none !important;
}
.layui-layer-title {
    background: none !important;
    border: none !important;
}
.layui-layer-title {
    display: none;
}
.layui-layer-setwin {
    top: -20px !important;
    right: 0px !important;
}
.layui-layer-content::-webkit-scrollbar {
 width:0;
}
table {
    border-collapse: collapse; /* 折叠边框，使其看起来像一个单一的线条 */
}
th, td {
    border: 1px solid black; /* 设置单元格边框 */
}
tr, td {
    border: 1px solid black; /* 设置单元格边框 */
}

@media screen and (max-width: 1922px) {
.logo img {
    width: 80%;
}
.b-wrap {
    height: 700px;
}
.folat_pic img {
    height: 265px;
}
.folat_pic {
    height: 272px;
}
.content_back {
    height: 750px !important;
}
.back_a {
    width: 350px;
    padding: 40px 0px;
}
.back_txt {
    font-size: 24px !important;
    padding: 20px 0px;
}
.back_txt2 {
    font-size: 18px !important;
}
.title4 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.folat_right2 {
    width: 90%;
    float: right;
}
.folat_left2 {
    width: 10%;
    float: left;
}
.folat3:hover .folat_pic img {
    height: 270px;
}
.folat_left3 {
    height: 370px;
}
.folat_left3 img {
    width: 522px;
    height: 370px;
}
.tabMenu2 {
    width: 100%;
    height: 422px;
    overflow: hidden;
}
.folat5_box {
    height: 270px;
}
.folat5_img {
    height: 270px;
}
.columnfolat_box {
    height: 262px;
}
.columnfolat_img {
    height: 230px;
}
.stregth_p1 {
    font-size: 18px;
    line-height: 45px;
}
.strenght_ljx img {
    width: 400px;
}
.strenght_ljx2 img {
    width: 400px;
}
.nav ul li {
    font-size: 15px;
}
.mine_left p {
    font-size: 15px;
}
.folat_right1 p {
    font-size: 18px;
}
.folat1:hover .folat_right1 p {
    font-size: 20px;
}
.tabmian_right {
    font-size: 15px;
}
.folat3 p {
    font-size: 15px;
}
.tabmian_right2 {
    font-size: 15px;
}
.tab_mine:hover .tabmian_right2 {
    font-size: 16px;
}
.service_left1 {
    font-size: 14px;
}
.service_left1:hover {
    font-size: 15px;
}
.secondary_left1 {
    font-size: 15px;
}
.secondary_mine:hover .secondary_left1 {
    font-size: 16px;
}
.news_right {
    width: 74%;
}
.news_left {
    width: 22%;
}
.contact_h {
    font-size: 18px;
}
.contact_h:hover {
    font-size: 19px;
    cursor: pointer
}
}

/***超大屏样式***/
@media screen and (max-width: 1600px) {
.logo img {
    width: 90%;
}
.b-wrap {
    height: 550px;
}
.folat_pic img {
    height: 221px;
}
.folat_pic {
    height: 227px;
}
.content_back {
    height: 550px !important;
}
.back_a {
    width: 200px;
    padding: 15px 0px;
}
.back_txt {
    font-size: 18px !important;
    padding: 10px 0px;
}
.back_txt2 {
    font-size: 14px !important;
}
.title4 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.folat_left2 {
    width: 15%;
    float: left;
}
.folat_right2 {
    width: 85%;
    float: right;
}
.folat3:hover .folat_pic img {
    height: 230px;
}
.folat_left3 {
    height: 310px;
}
.folat_left3 img {
    width: 438px;
    height: 310px;
}
.tabMenu2 {
    height: 370px;
}
.folat5_box {
    height: 210px;
}
.folat5_img {
    height: 190px;
}
.columnfolat_box {
    height: 218px;
}
.columnfolat_img {
    height: 190px;
}
.stregth_p1 {
    font-size: 16px;
    line-height: 36px;
}
.strenght_ljx img {
    width: 300px;
}
.strenght_ljx2 img {
    width: 300px;
}
.nav ul li {
    font-size: 14px;
}
.mine_left p {
    font-size: 14px;
}
.folat_right1 p {
    font-size: 16px;
}
.folat1:hover .folat_right1 p {
    font-size: 18px;
}
.tabmian_right {
    font-size: 14px;
}
.folat3 p {
    font-size: 14px;
}
.tabmian_right2 {
    font-size: 14px;
}
.tab_mine:hover .tabmian_right2 {
    font-size: 15px;
}
.service_left1 {
    font-size: 13px;
}
.service_left1:hover {
    font-size: 14px;
}
.secondary_left1 {
    font-size: 14px;
}
.secondary_mine:hover .secondary_left1 {
    font-size: 15px;
}
.news_right {
    width: 70%;
}
.news_left {
    width: 26%;
}
.contact_h {
    font-size: 15px;
}
.contact_h:hover {
    font-size: 16px;
    cursor: pointer
}
}

@media screen and (max-width: 1500px) {
.logo img {
    width: 90%;
}
.b-wrap {
    height: 550px;
}
.folat_pic img {
    height: 200px;
}
.folat_pic {
    height: 200px;
}
.content_back {
    height: 550px !important;
}
.back_a {
    width: 200px;
    padding: 15px 0px;
}
.back_txt {
    font-size: 18px !important;
    padding: 10px 0px;
}
.back_txt2 {
    font-size: 14px !important;
}
.title4 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.folat_left2 {
    width: 15%;
    float: left;
}
.folat_right2 {
    width: 85%;
    float: right;
}
.folat3:hover .folat_pic img {
    height: 210px;
}
.folat_left3 {
    height: 310px;
}
.folat_left3 img {
    width: 400px;
    height: 310px;
}
.tabMenu2 {
    height: 370px;
}
.folat5_box {
    height: 210px;
}
.folat5_img {
    height: 190px;
}
.columnfolat_box {
    height: 218px;
}
.columnfolat_img {
    height: 190px;
}
.stregth_p1 {
    font-size: 16px;
    line-height: 36px;
}
.strenght_ljx img {
    width: 300px;
}
.strenght_ljx2 img {
    width: 300px;
}
.nav ul li {
    font-size: 14px;
}
.mine_left p {
    font-size: 14px;
}
.folat_right1 p {
    font-size: 16px;
}
.folat1:hover .folat_right1 p {
    font-size: 18px;
}
.tabmian_right {
    font-size: 14px;
}
.folat3 p {
    font-size: 14px;
}
.tabmian_right2 {
    font-size: 14px;
}
.tab_mine:hover .tabmian_right2 {
    font-size: 15px;
}
.service_left1 {
    font-size: 13px;
}
.service_left1:hover {
    font-size: 14px;
}
.secondary_left1 {
    font-size: 14px;
}
.secondary_mine:hover .secondary_left1 {
    font-size: 15px;
}
.news_right {
    width: 70%;
}
.news_left {
    width: 26%;
}
.contact_h {
    font-size: 15px;
}
.contact_h:hover {
    font-size: 16px;
    cursor: pointer
}
}

/***超大屏样式***/

@media screen and (max-width: 1280px) {
.b-wrap {
    height: 455px;
}
.folat_pic img {
    height: 177px;
}
.folat_pic {
    height: 180px;
}
.folat3 {
    margin-bottom: 25px;
}
.folat_left3 {
    height: 307px;
    margin-top: 40px;
}
.folat_left3 img {
    width: 348px;
    height: 258px;
}
.article_mine {
    overflow: hidden;
}
.folat5_img {
    height: 165px;
}
.folat5_box {
    height: 200px;
}
.strenght_ljx {
    left: 29%;
}
.strenght_ljx2 {
    right: 29%;
}
.paging2 {
    width: 60px;
}
.paging1 {
    width: 80px;
}
.paging3 {
    width: 50px;
}
.news_img img {
    width: 266px;
    height: 166px;
}
.news_left {
    height: 170px;
    margin-top: 30px !important;
}
.news_right {
    height: 170px;
    margin-top: 30px !important;
}
}

@media screen and (max-width: 1024px) {
.b-wrap {
    height: 380px;
}
.folat_pic img {
    height: 140px;
}
.folat_pic {
    height: 143px;
}
.folat3 {
    margin-bottom: 20px;
}
.folat_left3 {
    height: 237px;
    margin-top: 40px;
}
.folat_left3 img {
    width: 278px;
    height: 188px;
}
.tabMenu2 {
    height: 316px;
}
.dwbj {
    height: 240px;
}
.folat5_img {
    height: 126px;
}
.folat5_box {
    height: 160px;
}
.stregth_img img {
    width: 90%;
    padding: 5%;
}
.stregth_p1 {
    font-size: 14px;
    line-height: 30px;
    padding: 1% 5%;
}
.strenght_ljx img {
    width: 235px;
}
.strenght_ljx2 img {
    width: 235px;
}
.paging3 {
    width: 50px;
}
.paging2 {
    width: 45px;
}
.paging1 {
    width: 80px;
}
.paging5 {
    width: 130px;
}
.news_img img {
    width: 212px;
    height: 143px;
}
.news_left {
    height: 146px;
    margin-top: 25px !important;
}
.news_right {
    height: 146px;
    margin-top: 25px !important;
}
.contact_h {
    font-size: 12px;
}
.contact_icon {
    width: 20px;
    height: 20px;
}
.contact_icon img {
    width: 15px;
    height: 15px;
}
}

@media screen and (max-width: 860px) {
.b-wrap {
    height: 330px;
}
.folat_left2 {
    width: 20%;
    float: left;
}
.folat_right2 {
    width: 80%;
    float: right;
}
.folat_left1 {
    width: 60px;
    height: 60px;
}
.folat_left1 img {
    width: 60px;
    height: 60px;
}
.folat_right1 p {
    line-height: 60px;
}
.folat_right1 {
    margin-left: 8%;
}
.logo {
    margin-left: 3%;
    margin-top: 0px;
}
.back_a {
    width: 160px;
}
.content_back {
    height: 480px !important;
}
.folat_pic img {
    height: 120px;
}
.folat_pic {
    height: 123px;
}
.folat_left3 img {
    width: 243px;
    height: 188px;
}
.folat_left3 {
    width: 35%;
}
.folat_right3 {
    width: 64%;
}
.dwbj {
    height: 228px;
    left: -20px;
}
.secondary_nav ul {
    width: 84% !important;
}
.secondary_nav ul li {
    width: 100px;
}
.folat5_img {
    height: 110px;
}
.folat5_box {
    height: 150px;
}
.paging2 {
    width: 45px;
}
.paging1 {
    width: 70px;
}
.paging3 {
    width: 40px;
}
.paging5 {
    width: 120px;
}
.paging4 {
    width: 90px;
}
.secondary_nav2 ul li {
    width: 100px;
}
.paging6 {
    width: 75px;
}
.news_img img {
    width: 177px;
    height: 120px;
}
.news_left {
    height: 124px;
    margin-top: 25px !important;
}
.news_right {
    height: 124px;
    margin-top: 25px !important;
}
.contact_h {
    font-size: 11px;
}
.contact_icon {
    width: 20px;
    height: 20px;
}
.contact_icon img {
    width: 15px;
    height: 15px;
}
}

@media screen and (max-width: 820px) {
.b-wrap {
    height: 330px;
}
.folat_left2 {
    width: 20%;
    float: left;
}
.folat_right2 {
    width: 80%;
    float: right;
}
.folat_left1 {
    width: 60px;
    height: 60px;
}
.folat_left1 img {
    width: 60px;
    height: 60px;
}
.folat_right1 p {
    line-height: 60px;
}
.folat_right1 {
    margin-left: 8%;
}
.logo {
    margin-left: 3%;
    margin-top: 0px;
}
.back_a {
    width: 160px;
}
.content_back {
    height: 480px !important;
}
.folat_pic img {
    height: 120px;
}
.folat_pic {
    height: 123px;
}
.folat_left3 img {
    width: 243px;
    height: 188px;
}
.folat_left3 {
    width: 35%;
}
.folat_right3 {
    width: 64%;
}
.dwbj {
    height: 228px;
    left: -20px;
}
.secondary_nav ul {
    width: 90% !important;
}
.folat5_img {
    height: 108px;
}
.folat5_box {
    height: 145px;
}
.paging2 {
    width: 45px;
}
.paging1 {
    width: 70px;
}
.paging3 {
    width: 40px;
}
.paging5 {
    width: 120px;
}
.paging4 {
    width: 90px;
}
.secondary_nav2 ul li {
    width: 100px;
}
.paging6 {
    width: 75px;
}
}

.prompt_box{
    width: 100%;
    background: #fef9e0;
    color: #ff0000;
    line-height: 46px;
    height: 46px;
    text-align: center;
    font-size: 15px;
}

