@charset "UTF-8";

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.common_head {
    height: 50px;
    background-color: #4086FF;
    color: #FFF;
}

.common_head_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    color: #FFF;
}

.common_head_top p {
    font-size: 14px;
    color: #FFF;
}

.common_head_top ul {
    display: flex;
    justify-content: space-between;

}

.common_head_top ul li a {
    font-size: 14px;
    color: #999999;
}

.common_head_navbas {
    height: 130px;
}

.common_head_navbas .common_head_navbas_center {
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_head_navbas .common_head_navbas_center .logo {
    width: 20.83%;
}

/* .common_head_navbas .common_head_navbas_center ul {
    display: flex;
    justify-content: space-between;
    width: 64.41%;
} */
/* .common_head_navbas .common_head_navbas_center ul li {
    font-size: 16px;
    color: #4d4d4d;
}
.common_head_navbas .common_head_navbas_center ul li:hover {
    color: #033989;
}
.common_head_navbas .common_head_navbas_center ul li:hover a {
    border-bottom: 2px solid #033989;
}
.common_head_navbas .common_head_navbas_center ul .icon {
    color: #033989;
    border-bottom: 2px solid #033989;
} */
.banner {
    width: 100%;
    height: 100%;
}

.common_head_banner img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    opacity: 0.15;
}

.swiper-slide img {
    width: 100%;
}

.about_us {
    width: 100%;
    height: 702px;
    background: url(../images/about_us.jpg) no-repeat center center scroll;
    background-size: cover;
}

.about_us .tu {
    height: 568px;
    width: 440px;
    background: url(../images/about_us_main.png) no-repeat center center scroll;
    float: left;
    margin-top: 82px;
    display: flex;
}

.about_us .tu p {
    margin-top: 516px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-left: 100px;
    height: 30px;
}

.about_us .tu p:nth-of-type(1) {
    border-bottom: 1px solid #cc171c;
}

.about_us .tu p:nth-of-type(1) em {
    background-color: #cc171c;
}

.about_us .tu p:hover em {
    background-color: #cc171c;
}

.about_us .tu p:hover {
    border-bottom: 1px solid #cc171c;
}

.about_us .tu p em {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background-color: #d3d3d3;
    margin-right: 12px;
}

.about_us_main .text {
    width: 55.66%;
}

.about_us_main {
    display: flex;
    justify-content: space-between;
}

.about_us_main .text h4 {
    font-size: 38px;
    color: #e2e2e2;
    margin-top: 80px;
}

.about_us_main .text h3 {
    font-size: 32px;
    color: #333333;
}

.about_us_main .text h3::after {
    content: '';
    width: 48px;
    height: 3px;
    margin-top: 5px;
    display: block;
    background-color: #033989;
}

.about_us_main .text p {
    margin-top: 36px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}

.about_us_main .text ul {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}

.about_us_main .text ul li em {
    float: left;
    display: block;
    margin-left: 40px;
    width: 61px;
    height: 60px;
    align-items: center;
    background-color: #f2f2f2;
    box-shadow: 3px 5px 18px 0px rgba(208, 208, 208, 0.74);
    border-radius: 100%;
    align-items: center;
    padding: 19px;
}

.about_us_main .text ul li:nth-of-type(1) em {
    background-image: linear-gradient(180deg,
            #0eaffe 0%,
            #4184fe 100%),
        linear-gradient(#4d79fc,
            #4d79fc);
}

.about_us_main .text ul li em img:nth-of-type(2) {
    display: none;
}

.about_us_main .text ul li:hover em img:nth-of-type(1) {
    display: none;
}

.about_us_main .text ul li:hover em img:nth-of-type(2) {
    display: block;
}

.about_us_main .text ul li:hover em {
    background-image: linear-gradient(180deg,
            #0eaffe 0%,
            #4184fe 100%),
        linear-gradient(#4d79fc,
            #4d79fc);
}

/* 产品展示 */
.product_display {
    width: 100%;
    background: url(../images/product_display_main.jpg) top left repeat-x;
    height: 375px;
}

.product_display_main h3 {
    font-size: 38px;
    color: #e2e2e2;
    text-align: center;
    padding-top: 50px;
}

.product_display_main h4 {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.product_display_main h4::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #ffffff;
    ;
}

.product_display_main ul {
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
}

.product_display_main ul li a {
    font-size: 15px;
    color: #ffffff;

}

.product_display_main ul li {
    padding: 0 40px;
    border-right: 1px solid #e5e5e5;

}

.product_display_main ul li:nth-of-type(6) {
    border-right: 0px solid;
}

.product_display_main .pric ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_display_main .pric {
    background-color: #ffffff;
}

.product_display_main .pric ul li {
    border-right: unset;
    padding: 0px;
    padding-bottom: 22px;
}

.product_display_main .pric ul li:hover a p {
    color: #3f86fe;
}

.product_display_main .pric ul li a {
    display: inline-block;
}

.product_display_main .pric ul li em {
    display: inline-block;
}

.product_display_main .pric ul li a p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    line-height: 26px;
}

.move {
    width: 286px;
    height: 54px;
    background-color: #3f86fe;
    margin: 0 auto;
    margin-top: 694px;
    margin-bottom: 70px;
}

.move a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
}

.move p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.move a em {
    width: 80px;
    height: 1px;
    background-color: #a5c6ff;
}

/* 产品优势 */
.product_advantage {
    height: 846px;
    width: 100%;
    background: url(../images/product_advantage_main.jpg) no-repeat center center scroll;
}

.product_advantage_main h3 {
    padding-top: 45px;
    font-size: 38px;
    color: #e2e2e2;
    text-align: center;
}

.product_advantage_main h4 {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.product_advantage_main h4::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #033989;
    margin: 0 auto;
    margin-top: 10px;
}

.product_advantage_main .tu {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
}

.product_advantage_main ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.product_advantage_main ul li {
    padding: 17px 24px;
    display: flex;
    width: 48.91%;
    margin-top: 25px;
}

.product_advantage_main ul li em:nth-of-type(2) {
    display: none;
}

.product_advantage_main ul li a {
    margin-left: 10px;
}

.product_advantage_main ul li a h6 {
    font-size: 24px;
    color: #333333;
}

.product_advantage_main ul li:hover {
    background-color: #4086FF;
}

.product_advantage_main ul li:hover em:nth-of-type(1) {
    display: none;
}

.product_advantage_main ul li:hover em:nth-of-type(2) {
    display: block;
}

.product_advantage_main ul li:hover a h6 {
    color: #ffffff;
}

.product_advantage_main ul li:hover a p {
    color: #ffffff;
}

.product_advantage_main ul li a p {
    font-size: 15px;
    color: #666666;
}

.news {
    padding-top: 58px;
}

.news .new_main h3 {
    font-size: 38px;
    color: #e2e2e2;
    text-align: center;
}

.news .new_main h4 {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.new_main_cnter {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.news .new_main h4::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #033989;
    margin: 0 auto;
    margin-top: 10px;
}

.news .new_main .left .item {
    display: flex;
    width: 763px;
    border-bottom: 1px solid #e7e7e7;
}

.news .new_main .left .item a {
    width: 300px;
    display: inline-block;
    display: flex;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    align-items: center;
}

.news .new_main .left .item a:hover {
    border-bottom: 2px solid #3f86fe;
}

.news .new_main .left .item a::before {
    content: '';
    width: 30px;
    height: 20px;
    background-image: url(../images/news_item_03.jpg);
    background-repeat: no-repeat;

}

.news .new_main .left .item p:nth-of-type(2) a::before {
    content: '';
    width: 40px;
    height: 25px;
    background-image: url(../images/news_item2_05.jpg);
    background-repeat: no-repeat;
}

.news .new_main .left .left_center {
    margin-top: 40px;
    display: flex;
    width: 763px;
}

.news .new_main .left .left_center .tu {
    margin-top: 35px;
}

.news .new_main .left .left_center .text {
    margin-left: 25px;
    margin-bottom: 35px;
}

.news .new_main .left .left_center .text .date {
    width: 100px;
    height: 80px;
    border: 1px solid #999999;
    text-align: center;
}

.news .new_main .left .left_center .text .date h5 {
    margin-top: 15px;
    font-size: 18px;
}

.news .new_main .left .left_center .text .date h5 p span {
    font-size: 15px;
    color: #999999;
}

.news .new_main .left .left_center .text {
    display: flex;
    justify-content: space-between;
}

.news .new_main .left .left_center .text ul {
    margin-left: 20px;
}

.news .new_main .left .left_center .text ul li {
    padding-left: 10px;
    border-left: 1px solid #999999;
}

.news .new_main .left .left_center .text ul li:hover p:nth-of-type(1) {
    color: #3f86fe;
}

.news .new_main .left .left_center .text ul li a p {
    font-size: 15px;
    color: #999999;
    line-height: 24px;
}

.news .new_main .left .left_center .text ul li a p:nth-of-type(1) {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.new_main_cnter .right {
    width: 32%;
}

.new_main_cnter .right .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.new_main_cnter .right .item p {
    font-size: 18px;
    line-height: 38px;
}

.new_main_cnter .right .item p:nth-of-type(2) {
    font-size: 14px;
}

.new_main_cnter .right form {
    margin-top: 40px;
}

.new_main_cnter .right form p input {
    width: 80%;
    height: 35px;
    border: 1px solid #999999;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    outline: none;
    margin-left: 20px;
}

.new_main_cnter .right form p textarea {
    width: 80%;
    height: 70px;
    border: 1px solid #999999;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    outline: none;
    margin-left: 20px;
}

/* 公用底部开始 */
.bottom {
    margin-top: 60px;
    background-color: #3379F2;
    overflow: hidden;
    padding-top: 60px;
}

.bottom .bottom_main ul li:nth-of-type(1) {
    margin-bottom: 43px;
}

.bottom .bottom_main {
    display: flex;
    justify-content: space-between;
}

.bottom .bottom_main ul li {
    font-size: 20px;
    line-height: 40px;
    color: #dbe3ee;
    display: flex;
}

.bottom .bottom_main ul li em {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.bottom .bottom_main ul li p {
    margin-left: 10px;
}

.bottom .bottom_main ul:nth-of-type(2) li:nth-of-type(1) {
    margin-bottom: 45px;
}

.bottom .bottom_main ul:nth-of-type(2) li a {
    width: 180px;
    display: flex;
    justify-content: space-between;
}

.bottom .bottom_main ul:nth-of-type(2) li a span {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

.bottom .bottom_main ul:nth-of-type(2) li {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

.bottom .bottom_main ul:nth-of-type(2) li span:nth-of-type(2) {
    margin-left: 50px;
    font-size: 14px;
}

.bottom .bottom_main ul:nth-of-type(3) {
    width: 100px;
    height: 66px;
    margin-top: 74px;
    font-size: 14px;
}

.bottom .bottom_main ul:nth-of-type(3) li {
    display: flex;
    justify-content: space-between;
}

.bottom_btm {
    margin-top: 57px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 14px;
    color: #aeb7cf;
}

.bottom_btm p {
    border-top: 1px solid #aeb7cf;
}

.common_top {
    height: 60px;
    background-color: #033989;
}

.common_top_main ul {
    display: flex;
    height: 60px;
    justify-content: start;
    align-items: center;
}

.common_top_main ul li {
    height: 60px;
    line-height: 60px;
}

.common_top_main ul li a {
    font-size: 16px;
    color: #ffffff;
    width: 245px;
    display: inline-block;
    text-align: center;
}

.common_top_main ul li:hover {
    background-color: #0361ec;
}

.common_top_main ul li:hover a::after {
    content: '';
    width: 14px;
    height: 10px;
    display: block;
    background-image: url(../images/common_top_icon.png);
    margin: 0 auto;
}

.on {
    font-size: 16px;
    color: #ffffff;
    width: 111px;
    display: inline-block;
    text-align: center;

    height: 60px;
    display: block;
    background: url(../images/common_top_icon.png) bottom center no-repeat;
    margin: 0 auto;
}



.common_top_main_right {
    margin-top: 20px;
    text-align: right;
}

.common_top_main_right ul {
    display: flex;
    justify-content: flex-end;
}

.common_top_main_right ul li {
    font-size: 14px;
    color: #999999;
}

.about_us_body {
    margin-top: 50px;
}

.about_us_body h3 {
    font-size: 38px;
    color: #e2e2e2;
}

.about_us_body h4 {
    font-size: 32px;
    color: #333333;
}

.about_us_body h4::after {
    content: '';
    width: 48px;
    height: 3px;
    background-color: #033989;
    display: block;
}

.about_us_main_body_center {
    display: flex;
    justify-content: space-between;
}

.about_us_main_body_center .left {
    width: 669px;
}

.about_us_main_body_center .left p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

.about_us_main_body_center .left ul {
    margin-top: 33px;
}

.about_us_main_body_center .left ul li {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

.about_us_main_body_center .right {
    margin-top: 46px;
    background: url(../images/about_us_main.png) no-repeat center center scroll;
    width: 440px;
    height: 568px;
}

.about_us_main_body_center .right p {
    margin-top: 516px;
    margin-top: 516px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-left: 100px;
    height: 30px;
    width: 120px;
    border-bottom: 1px solid #3f86fe;
}

.about_us_main_body_center .right p em {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background-color: #3f86fe;
    margin-right: 12px;
}

.about_us_main_body .solution {
    margin-top: 35px;
}

.about_us_main_body .solution p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}

.about_us_main_body .solution p:nth-of-type(3) {
    font-size: 18px;
    color: #033989;
}

.about_us_main_body .solution p:nth-of-type(7) {
    font-size: 18px;
    color: #033989;

}

.about_us_main_body .solution p:nth-of-type(10) {
    font-size: 18px;
    color: #033989;

}

/* 产品展示 */
.production_body {
    border-top: 1px solid #e2e2e2;

}

.production_body_main {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}

.Public_drop_down {
    width: 250px;
    text-align: center;
}

.Public_drop_down h2 {
    height: 86px;
    background-color: #033989;
    border-radius: 5px;
    line-height: 86px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.Public_drop_down_items ul .drop-menu {
    display: none;

}

.Public_drop_down_items ul .active .drop-menu {
    height: 44px;
    font-size: 16px;
    color: #666666;
    line-height: 44px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding-left: 17px;
}

.Public_drop_down_items ul .active .drop-menu:hover {
    color: #0361ec;
}

.Public_drop_down_items ul .active span {
    text-align: left;
    padding-left: 17px;
}

.Public_drop_down_items ul .active a::before {
    content: '';
    width: 15px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/activ_icon.png);
    background-repeat: no-repeat;
}

.Public_drop_down_items ul .active:hover .drop-menu {
    display: block;
}

.Public_drop_down_items ul .active:hover span {
    background-color: #033989;
    color: #ffffff;
}

.Public_drop_down_items ul .active span {
    height: 54px;
    line-height: 54px;
    background-color: #f4f4f4;
    font-size: 18px;
    color: #444444;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1px;
}

.Public_drop_down .contact {
    height: 90px;
    background-color: #033989;
    padding-top: 15px;
}

.Public_drop_down .contact p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;

}

.Public_drop_down .contact p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.Public_drop_down .contact h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.product_display_center {
    width: 75.80%;
    margin-top: 15px;

}

.product_display_center .pric ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_display_center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-left: 5px;
}

.product_display_center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.product_display_center .pric ul li a:hover {
    border: 1px solid #033989;

}

.product_display_center .pric ul li a:hover p {
    color: #033989;
}

.product_display_center .pric ul li a p {
    font-size: 16px;
    color: #033989;
    padding: 17px 0;
}

/* 解决方案 */
.olve_problem {
    padding-top: 100px;
}

.olve_problem_main ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.olve_problem_main ul li {
    width: 585px;
    height: 380px;
    float: left;
    margin-right: 15px;
}

.olve_problem_main ul li em {
    display: inline-block;
    width: 585;
    height: 260px;
}

.olve_problem_main ul li p {
    font-size: 20px;
    color: #333333;
    margin-top: 16px;
}

.olve_problem_main ul li a {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    display: inline-block;
}



/* 服务与支持 */
.services_Support {
    margin-top: 90px;
}

.services_Support_main h2 {

    font-size: 24px;
    color: #333333;
    text-align: center;
}

.services_Support_main #box {
    margin-top: 50px;
}

.services_Support_main #box ul {
    display: flex;
    border-bottom: 1px dashed #eeeeee;
}

.services_Support_main #box ul li {
    width: 116px;
    height: 42px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 42px;
    margin-right: 6px;
}

.services_Support_main #box p {
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    display: none;
}

.services_Support_main #box .show {
    display: block;
}

.services_Support_main #box .current {
    background-color: #033989;
}

.tabs nav {
    margin-top: 55px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    display: flex;
}

.tabs nav {
    margin-top: 45px;
    border-bottom: 1px dashed #eeeeee;
}

.tabs section li {
    font-size: 15px;
    color: #666666;
    margin-top: 10px;
}

nav a {
    display: block;
    width: 116px;
    height: 42px;
    background-color: #eeeeee;
    margin-right: 16px;
    font-size: 18px;
    color: #333333;
}

nav a:last-child {
    border-right: 0 none;
}

nav a.active {
    background-color: #033989;
    color: #ffffff;
}

.cont {
    overflow: hidden;
    display: none;
}

.cont ol {
    line-height: 30px;
}

/* 详情 */
.company_details {
    padding-top: 51px;

}

.company_details_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 51px;

}

.company_details_main .tu {
    width: 35%;
    border: 1px solid #e5e5e5;
}

.company_details_main .tu img {
    width: 100%;
}

.company_details_main .right {
    padding-top: 30px;
    width: 60%;
}

.company_details_main .right h2 {
    font-family: SourceHanSansCN-Normal;
    font-size: 22px;
    color: #333333;
    border-bottom: 1px dashed #e5e5e5;
    line-height: 50px;
}

.company_details_main .right p {
    padding-right: 32px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 20px;
}

.company_details_main .right p span {
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #333333;
}

.company_details_main .right .right_bottom {
    margin-top: 80px;
}

.company_details_main .right .right_bottom ul {
    display: flex;
    justify-content: space-around;
}

.company_details_main .right .right_bottom ul h3 {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    color: #666666;

}

.company_details_main .right .right_bottom ul h3 p {
    font-family: SourceHanSansCN-Normal;
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
}

.company_details_main .right .right_bottom ul li:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
}

.company_details_main .right .right_bottom ul li:nth-of-type(1)::before {
    content: '';
    width: 60px;
    height: 44px;
    background-image: url(../images/right_bottom_logo.png);
    background-repeat: no-repeat;
}

.company_details_main .right .right_bottom ul li:nth-of-type(2) {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    color: #ffffff;
    background-color: #3f86fe;
    width: 116px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.company_details .line em {
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    display: block;
}

/* 新闻 */

.news {
    padding: 0 20px;
}

.news_consults img {
    width: 100%;
}

.news-list {
    margin: 40px 0 35px;
    border-top: 1px dashed #e5e5e5;
}

.news-list li {
    margin-top: -1px;
    position: relative;
}

.news-list li a {
    display: block;
    padding: 35px 190px 35px 30px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

.news-list li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #b48b62;
    transition: all ease .4s;
}

.news-list li .img {
    float: left;
    overflow: hidden;
    width: 250px;
}

.img-vertical {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-list li .img {
    float: left;
    overflow: hidden;
    width: 250px;
}

.img-vertical img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.news-list li .img-vertical i {
    padding-bottom: 58.8%;
}

.img-vertical i {
    display: block;
}

.news-list li .text .tit {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #101010;
}

.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li .text .des {
    color: #999999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.news-list li .text span {
    margin-top: 22px;
    display: block;
    color: #d8d8d8;
    font-size: 12px;
    text-transform: uppercase;
}

.news-list li .text {
    margin-left: 250px;
    padding: 0 45px;
}

.news-list li .date {
    position: absolute;
    top: 50px;
    right: 0;
    width: 190px;
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
    color: #999999;
}

.news-list li .date span {
    display: block;
    font-size: 30px;
    opacity: .6;
}

.news-list li .date p {
    font-size: 12px;
}

.news-list li .date i {
    margin-top: 35px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/slick_next.png);
    background-color: #3f86fe;
    border-radius: 50%;
}

/* 联系我们 */
.contact_us_body {
    padding-top: 45px;
    text-align: center;
}

.contact_us_body h2 {
    font-size: 32px;
    color: #333333;
}

.contact_us_body p {
    font-size: 16px;
    color: #666666;
    margin-top: 23px;
}

.contact_us_body p {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #666666;
    margin-top: 23px;
}

.contact_us_way {
    margin-top: 53px;
}



.navMenu {
    display: flex;
    width: 65.75%;
    justify-content: space-between;
}

.navMenu .navMenu .frist_floor {
    position: relative;
}

.navMenu .frist_floor p a {
    font-size: 16px;
    color: #333333;
}

.navMenu .frist_floor p a:hover {
    border-bottom: 2px solid #033989;
}

.navMenu .navMenu .frist_floor a {
    font-size: 16px;
    color: #333333;
}

.navMenu .frist_floor .second_floor {
    display: none;
    position: absolute;
    margin-top: 2px;
    padding-top: 33px;

}

.navMenu .frist_floor:hover .second_floor {
    display: block;
    z-index: 999;
}

.navMenu .frist_floor:hover p {
    color: #0361ec;
}

.navMenu .frist_floor li {
    border-bottom: 1px dashed #e5e5e5;
    margin-left: 5px;
    margin-right: 5px;
    height: 35px;
    line-height: 35px;

}

.navMenu .frist_floor li a {
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
}

/*二级菜单*/
.navMenu .frist_floor .second_floor {
    display: none;
    width: 306px;
    background-color: #ffffff;
}

.navMenu .frist_floor .second_floor li:hover a {
    color: #0361ec;

}

.navMenu .frist_floor .second_floor li:hover .third_layer li a {
    color: #333333;
}

.navMenu .frist_floor .second_floor li:hover {
    background-color: #eeeeee;

}

/*三级菜单*/
.navMenu .frist_floor .second_floor li .third_layer {
    display: none;
    left: 300px;
    top: 0px;
    z-index: 999;
    position: absolute;
}

.navMenu .frist_floor .second_floor li .third_layer {
    width: 373px;
    height: 750px;
    background-color: #ffffff;
    padding-top: 35px;
}

.navMenu .frist_floor .second_floor li:hover .third_layer {
    display: block;

}

.navMenu .frist_floor .second_floor .third_layer li:hover {
    color: #0361ec;
}

.navMenu .frist_floor .second_floor li .third_layer:hover {
    display: block;
}


/*分页*/
.pagev {
    text-align: center;
    padding: 10px 0px;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 5px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
}

.pagev span a {
    background-color: #fff;
    color: #666;
    border: 1px solid #D9D9D9;
    line-height: 24px;
    padding: 0px 5px;
    display: inline-block;
    text-decoration: none;
    margin: 1.5em 0;
}

.pagev span a:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
}


/*客户留言*/
.liuyanform {}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    float: left;
    width: 15%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: right;
    margin-right: 1%;
}

.form-group input {
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group textarea {
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group1 input {
    display: block;
    width: 200px;
    float: left;
    line-height: 45px;
    background-color: #0084C4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
    border: 0px;
    margin-left: 16%;
}

.form-groupa {
    margin-bottom: 2px;
}

.form-groupa label {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: right;

}

.form-groupa input {
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    width: 90%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-groupa textarea {
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 96%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group1a input {
    display: block;
    width: 200px;
    line-height: 45px;
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
    border: 0px;
}

.form-group1a input:hover {
    display: block;
    width: 200px;
    line-height: 45px;
    background-color: #E5007F;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
    border: 0px;
}

.prv_all {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #999;
    margin-top: 40px;
}

.prv_next {
    width: 70%;
    overflow: hidden;
    float: left;
    line-height: 180%;
    margin-top: 10px;
}

.go_back {
    width: 30%;
    overflow: hidden;
    float: right;
    line-height: 180%;
    margin-top: 20px;
    text-align: right;
}