﻿@charset "UTF-8";
html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "微软雅黑", arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
}

input,
select,
option,
textarea {
    border: none;
    outline: none;
    font-family: "微软雅黑";
}

img {
    border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    outline: 0;
    transition: all 0.3s;
}

ul li {
    margin: 0;
}

ul,
li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.w {
    width: 1280px;
    margin: 0 auto;
}

.wtan {
    width: 800px;
    margin: 0 auto;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*header*/

.pc_head {
    height: 85px;
}

.header {
    width: 100%;
    background: #fff;
    height: 85px;
    position: fixed;
    transition: all 0.3s;
    top: 0;
    z-index: 999999;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 75px;
    box-shadow: 0px 0px 10px #ccc;
}

.header.fixed .logo,
.header.fixed .pc_nav {
    padding-top: 15px;
}

.logo {
    padding-top: 20px;
    transition: all 0.3s;
}

.nav {
    padding-top: 20px;
    transition: all 0.3s;
}

.nav li {
    padding: 0 17px;
    float: left;
    font-size: 16px;
}

.nav li:nth-last-child(1) {
    padding: 0 0 0 16px;
}

.nav li a {
    color: #292420;
    line-height: 45px;
}

.nav li a:hover {
    color: #3260cb;
}

.head {
    width: 720px;
}

.pc_nav {
    width: 100%;
    padding-top: 23px;
    transition: all 0.3s;
}

.pc_nav .nav_li {
    float: left;
    position: relative;
    padding: 10px 16px 10px 15px;
    transition: all 0.3s;
}

.pc_nav .nav_li a {
    display: block;
}

.pc_nav .nav_li:nth-last-child(1) {
    padding-right: 0px;
}

.pc_nav .nav_li:before {
    display: block;
    content: '';
    position: absolute;
    width: 76px;
    height: 3px;
    bottom: 0px;
    left: 60%;
    margin-left: -45px;
    background: #3261cb;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1), opacity 0.2s;
}

.pc_nav .nav_li:nth-last-child(1):before {
    display: block;
    content: '';
    position: absolute;
    width: 76px;
    height: 3px;
    bottom: 0px;
    left: 70%;
    margin-left: -45px;
    background: #3261cb;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1), opacity 0.2s;
}

.pc_nav .nav_li:hover:before,
.pc_nav .nav_li.on:before {
    transform: scale(1, 1);
}

.pc_nav .nav_li .nav_a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #292420;
}

.pc_nav .nav_li .setNav {
    position: absolute;
    left: 72%;
    margin-left: -95px;
    top: 100%;
    z-index: 999;
    width: 150px;
    padding: ;
    background: rgba(50, 97, 203, 0.7);
    padding: 15px 25px 30px;
    display: none;
}

.pc_nav .nav_li .setNav li a {
    display: block;
    padding: ;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.pc_nav .nav_li .setNav li a:hover {
    font-weight: bold;
}


/*phone_nav*/

.phone_head {
    height: 52px;
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999900;
}

.phone_head .logo {
    width: 260px;
    height: 55px;
    line-height: 52px;
}

.phone_head .logo img {
    height: auto;
    width: 65%;
    vertical-align: middle;
}

.phone-head .menubtn>span.expand {
    vertical-align: middle;
    display: inline-block;
    height: 35px;
    background: #005789 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width: 35px;
    margin-top: 10px;
}

.phone-head .mask-close {
    background: #005789 none repeat scroll 50% 50% / auto padding-box border-box;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}

.phone_nav {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    height: 520px;
    overflow-y: auto;
}

.menubtn>span.expand {
    vertical-align: middle;
    display: inline-block;
}

.menubtn>span.expand img {
    transition: all 0.5s;
}

.menubtn>span.expand img:hover {
    transform: rotate(180deg);
}

.mask-close {
    background: #005aab;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    overflow: hidden;
    transition: all 0.3s;
}

.mask-close:hover {
    transform: rotate(180deg);
}

.maskbg {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    z-index: 999999;
    overflow-y: auto;
    transition: all 0.5s;
    background: rgba(255, 255, 255, .9);
}

.maskbg h2 {
    background: #fff;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
}

.maskbg h2 img {
    height: 80%;
    vertical-align: middle;
}

.phone_nav ul {
    border-top: 1px solid #ccc;
}

.phone_nav ul>li {
    line-height: 2.5rem;
    padding: 0 1em;
    font-size: 1.25rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    transition: all .4s;
}

.f_m1>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1.25rem;
    position: relative;
}

.f_m1>li>h3 {
    display: block;
    font-size: 1.25rem;
    color: #333;
    line-height: 2.5rem;
    position: relative;
}

.phone_nav ul>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li ol a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.85em;
    color: #333;
    white-space: nowrap;
}

.phone_nav ul>li ol {
    display: none;
}


/*banner*/

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    /*display: block;
	margin: 0 auto;
	height: 450px;
	max-width: 100%;*/
}


/*section1*/

.se01,
.se02,
.se03,
.se04 {
    padding: 70px 0 0 0;
    overflow: hidden;
}

.se01 h1,
.se02 h1,
.se03 h1,
.se04 h1 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
}

.se01 h2,
.se02 h2,
.se03 h2,
.se04 h2 {
    text-align: center;
    font-size: 18px;
    color: #888;
    line-height: 18px;
    padding-bottom: 40px;
}

.se01 li {
    width: 31.333%;
    float: left;
    margin-right: 3%;
}

.se01 li:nth-child(3n) {
    margin-right: 0px !important;
}

.se01 li .int_img {
    width: 100%;
    overflow: hidden;
}

.se01 li .int_img img {
    width: 100%;
    position: relative;
    top: 4px;
    cursor: pointer;
    transition: all 0.6s;
}

.se01 li .int_img img:hover {
    transform: scale(1.4);
}

.se01 li .prtex {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 40px;
    overflow: hidden;
}

.se01 li .prtex .tle,
.newsdeatil .comleft .prtex .tle,
.intronews .message .tle {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    line-height: 20px;
}

.se01 li .prtex .line,
.newsdeatil .comleft .prtex .line,
.intronews .message .line {
    width: 60px;
    height: 1px;
    background: #333;
}

.se01 li .prtex .intro {
    padding: 30px 0 30px 0;
    color: #333;
    line-height: 22px;
    min-height: 192px;
}

.se01 li .detail1 a {
    width: 70px;
    line-height: 28px;
    border: 1px solid #f29806;
    text-align: center;
    color: #fff;
    background: #f29806;
    float: right;
}

.se01 li .detail1 a:hover {
    border: 1px solid #f29806;
    color: #f29806;
    background: #fff;
}

.se01 li .detail2 a {
    width: 70px;
    line-height: 28px;
    border: 1px solid #3ea240;
    text-align: center;
    color: #fff;
    background: #3ea240;
    float: right;
}

.se01 li .detail2 a:hover {
    border: 1px solid #3ea240;
    color: #3ea240;
    background: #fff;
}

.se01 li .detail3 a {
    width: 70px;
    line-height: 28px;
    border: 1px solid #3260cb;
    text-align: center;
    color: #fff;
    background: #3260cb;
    float: right;
}

.se01 li .detail3 a:hover {
    border: 1px solid #3260cb;
    color: #3260cb;
    background: #fff;
}

.clickmore {
    width: 138px;
    height: 38px;
    margin: 35px auto 0 auto;
    clear: both;
}

.clickmore a {
    width: 138px;
    line-height: 36px;
    height: 38px;
    display: block;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e2e2e2;
    color: #333333;
}

.clickmore a:hover {
    border: 1px solid #3260cb;
    color: #fff;
    background: #3260cb;
}


/*section2*/

.se02 {}

.se02 ul {
    float: left;
    width: 100%;
}

.se02 li {
    width: 50%;
    float: left;
    overflow: hidden;
}

.se02 li img {
    width: 100%;
    cursor: pointer;
    display: block;
    transition: all 0.6s;
}

.se02 li span img {
    transition: none !important;
}

.se02 li img:hover {
    transform: scale(1.4);
}

.se02 li span img:hover {
    transform: scale(1);
}

.in2_section {
    background: #fbfbfb;
    overflow: hidden;
}

.in2_sec1 {
    background: #fbfbfb;
    float: left;
    width: 50%;
}

.in2_sec2 {
    background: #fbfbfb;
    float: left;
    width: 50%;
}

.in2_img {
    float: left;
    width: 100%;
    cursor: pointer;
    display: block;
    transition: all 0.6s;
}

.in2_mm {
    float: right;
}

.in2_sec2 .in2_img {
    float: right;
}

.in2_sec2 .in2_mm {
    float: left;
}

.in2_img {
    width: 50%;
    overflow: hidden;
}

.in2_mm {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    color: #333333;
    width: 50%;
    font-weight: bold;
}

.in2_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.in2_main:hover .in2_img img {
    transform: scale(1.2);
}

.in2_mm span {
    display: inline-block;
    color: #333;
    font-size: 13px;
    padding-top: 20px;
    line-height: 24px;
    font-weight: normal;
    float: right;
}

.intro2 {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    color: #333333;
}

.in2_mm span img {
    width: 20px !important;
    padding-top: 10px;
}

.f16 {
    font-size: 16px;
    padding: 50px 26px 0 26px;
}

.intro2 span {
    display: inline-block;
    color: #333;
    font-size: 13px;
    padding-top: 20px;
    line-height: 24px;
}

.mr10 {
    padding-top: 0 !important;
}

.logoicon {
    overflow: hidden;
    position: relative;
    background: #Fff;
}

.logoicon .bd {
    width: 100%;
}

.logoicon .bd ul {
    overflow: hidden;
    zoom: 1;
    background: #Fff;
}

.logoicon .bd ul li {
    border-right: 1px solid #fbfbfb;
    width: 16.6%;
    float: left;
    text-align: center;
    margin-top: 36px;
}

.logoicon .bd ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 70%;
    opacity: 0.5;
    filter: gray;
    margin: 0 auto;
}

.logoicon .bd ul li img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transform: scale(1);
}


/*section3*/

.se03 .news {}

.se03 .news li {
    width: 32%;
    float: left;
    margin-right: 2%;
    border: 1px solid #e2e2e2;
}

.se03 .news li:nth-child(3) {
    margin-right: 0px;
}

.se03 .news li .pimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.se03 .news li .pimg img {
    width: 100%;
    cursor: pointer;
    display: block;
    transition: all 0.6s;
}

.se03 .news li .pimg img:hover {
    transform: scale(1.4);
}

.se03 .news li .top {
    width: 120px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 10px;
    z-index: 9999;
    color: #fff;
}

.y01 {
    background: #f29806;
}

.g02 {
    background: #3ea240;
}

.b03 {
    background: #3260cb;
}

.se03 .news li .tle2 {
    background: #fbfbfb;
    padding: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.se03 .news li .tle2 a {
    color: #333;
}

.se03 .news li .tle2 a:hover,
.intro3 li a:hover {
    color: #3260cb;
}

.intro3 {
    padding: 10px 30px 20px 30px;
    overflow: hidden;
}

.intro3 ul {
    padding: 0 0 20px 0;
    overflow: hidden;
}

.intro3 ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/ico_03.jpg) no-repeat left;
    padding-left: 10px;
    color: #333;
    width: 100% !important;
    line-height: 26px;
    border: none !important;
}

.intro3 ul li a {
    color: #333;
}

.clickmore2,
.clickmore3,
.clickmore4 {
    width: 68px;
    height: 28px;
    float: right;
}

.clickmore2 a,
.clickmore3 a,
.clickmore4 a {
    width: 68px;
    line-height: 28px;
    display: block;
    font-size: 13px;
    text-align: center;
    border: 1px solid #e2e2e2;
    color: #333333;
}

.clickmore2 a:hover {
    border: 1px solid #3260cb;
    color: #fff;
    background: #3260cb;
}

.clickmore3 a:hover {
    border: 1px solid #f29806;
    color: #fff;
    background: #f29806;
}

.clickmore4 a:hover {
    border: 1px solid #3ea240;
    color: #fff;
    background: #3ea240;
}


/*section4*/

.se04 {
    background: #f5f5f5 no-repeat top center;
    padding-bottom: 25px;
    padding-top: 35px;
}

.se04 li {
    float: left;
    width: 17%;
    margin-right: 10.5%;
}

.se04 li:nth-child(4) {
    margin-right: 0px;
}

.se04 li img {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.se04 li img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.se04 li h1 {
    font-size: 22px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 0px;
    margin: 24px 0 22px 0;
}

.se04 li h2 {
    font-size: 14px;
    color: #333;
    width: 71%;
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
}


/*footer*/

footer {
    background: #333333;
}

footer .ftnav {
    padding: 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #464646;
}

footer .ftnav .navlist {
    width: 1160px;
    float: left;
}

footer .ftnav .navlist .nav_one {
    float: left;
    text-align: left;
    margin-right: 60px;
}

footer .ftnav .navlist .nav_one0 {
    float: left;
    text-align: left;
    margin-right: 10px;
}

footer .ftnav .navlist .nav_one h1 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}

footer .ftnav .navlist .nav_one li {
    color: #aaaaaa;
    line-height: 24px;
}

footer .ftnav .navlist .nav_one li a {
    color: #aaaaaa;
}

footer .ftnav .navlist .nav_one li a:hover {
    color: #fff;
}

footer .ftnav .navlist .nav_one0 h1 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}

footer .ftnav .navlist .nav_one0 h2 {
    /*background: url(../images/index_10.jpg) no-repeat left;*/
    font-size: 21px;
    /*padding-left: 30px;*/
    color: #fff;
}

footer .ftnav .navlist .nav_one0 p {
    /*padding-left: 27px;*/
    letter-spacing: -0.8px;
    color: #aaaaaa;
}

footer .ewm {
    float: right;
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

footer .ewm img {
    padding-top: 24px;
}

footer .ftnav2 {
    padding: 20px 0 20px 0;
    overflow: hidden;
    color: #6d6d6d;
    border-bottom: 1px solid #464646;
}

footer .ftnav2 .keyword {
    line-height: 16px;
    margin-bottom: 25px;
    clear: both;
}

footer .ftnav2 .link {
    line-height: 16px;
    clear: both;
}

footer .ftnav2 .keyword h1,
footer .ftnav2 .link h1 {
    color: #fff;
    font-size: 14px;
    float: left;
}

footer .ftnav2 .keyword li,
footer .ftnav2 .link li {
    border-right: 1px solid #6d6d6d;
    line-height: 16px;
    float: left;
    padding: 0 12px;
}

footer .ftnav2 .keyword li a,
footer .ftnav2 .link li a {
    color: #6d6d6d;
    font-size: 13px;
}

footer .ftnav2 .keyword li a:hover,
footer .ftnav2 .link li a:hover {
    color: #fff;
}

footer .ftnav2 .keyword li:nth-last-child(1),
footer .ftnav2 .link li:nth-last-child(1) {
    border-right: none;
}

footer .bottom {
    padding: 20px 0 30px 0;
    text-align: center;
    overflow: hidden;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 22px;
}

footer .bottom a {
    color: #aaaaaa;
}

footer .ftnav2 .link h2 {
    color: #fff;
    font-size: 13px;
}

footer .ftnav2 .link h2 a {
    color: #fff !important;
    padding-left: 12px;
    cursor: pointer;
}

.text {
    padding-left: 55px;
    padding-top: 7px;
}


/*about*/

.banner {
    width: 100%;
    position: relative;
    height: 450px;
    background-size: auto 100%!important;
}

.aboutbg {
    background: url(../images/about_bg_02.jpg) no-repeat top;
}

.downbg {
    background: url(../images/down_02.jpg) no-repeat top;
}

.job {
    background: url(../images/job_02.jpg) no-repeat top;
}

.banner img {
    display: block;
}

.banner .special img {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 12;
}

.banner .introab {
    padding-top: 5%;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 999;
    width: 920px;
    margin-left: -460px;
    left: 50%;
}

.banner .introab h1 {
    font-size: 40px;
    margin-bottom: 23px;
}

.banner .introab h2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 100px;
}

.banner .introab .btnintro {
    line-height: 40px;
    background: #386be1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: -70px;
    left: 50%;
    width: 140px;
    position: absolute;
}

.banner .introab .btnintro a {
    color: #fff;
    display: block;
    transition: all 0.3s;
}

.banner .introab .btnintro a:hover {
    background: #fff;
    color: #386be1;
}

.secontain {
    padding-top: 65px;
    overflow: hidden;
}

.mr40 {
    padding-bottom: 70px !important;
}

.mr401 {
    padding-bottom: 40px !important;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.mr402 {
    padding-bottom: 40px !important;
    overflow: hidden;
}

.honor li .pimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.honor li .pimg img {
    width: 100%;
    cursor: pointer;
    display: block;
    transition: all 0.6s;
}

.honor li .pimg img:hover {
    transform: scale(1.4);
}

.honor {
    width: 48.7%;
}

.honor li .tle2 {
    background: #fbfbfb;
    padding: 20px;
    line-height: 24px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honor li .tle2 a {
    color: #333;
}

.honor li .tle2 a:hover,
.honor li .intro3 li a:hover {
    color: #3260cb;
}

.honor li .intro3 {
    padding: 20px 20px 8px 20px;
    overflow: hidden;
}

.honor li .intro3 ul {
    overflow: hidden;
    padding-bottom: 28px;
}

.honor li .intro3 li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/ico_03.jpg) no-repeat left;
    padding-left: 10px;
    color: #333;
    float: left;
    border-bottom: 1px solid #e2e2e2 !important;
    margin-right: 4%;
    width: 48% !important;
    line-height: 35px;
}

.honor li .intro3 li:nth-child(2n) {
    margin-right: 0px;
}

.honor li .intro3 li a {
    color: #333;
}

.about {
    padding-bottom: 70px;
    overflow: hidden;
}

.about li {
    width: 23%;
    float: left;
    margin-right: 2.3333%;
}

.about li:nth-child(3) {
    margin-right: 3% !important;
}

.about li:nth-child(4) {
    margin-right: 0px !important;
}

.about li .int_img {
    width: 100%;
    overflow: hidden;
}

.about li .int_img img {
    width: 100%;
    position: relative;
    top: 4px;
    cursor: pointer;
    transition: all 0.6s;
}

.about li .int_img img:hover {
    transform: scale(1.4);
}

.about li .prtex {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 30px;
    overflow: hidden;
}

.about li .prtex .tle {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    line-height: 20px;
}

.about li .prtex .line {
    width: 60px;
    height: 1px;
    background: #333;
}

.about li .prtex .intro {
    padding: 30px 0 30px 0;
    color: #333;
    line-height: 22px;
    height: 120px;
}

.about li .detail1 a {
    width: 68px;
    line-height: 28px;
    border: 1px solid #333333;
    text-align: center;
    color: #333;
    background: #fff;
    float: right;
}

.about li .detail1 a:hover {
    border: 1px solid #386be2;
    color: #fff;
    background: #386be2;
}


/*download*/

.section-content {
    background: #fff;
    margin: auto;
}

.nav-height {
    position: relative;
    height: 60px;
    background: #fbfbfb;
}

.nav-wrap {
    display: inline-block;
    /*width: 100%;*/
    width: auto;
    float: left;
    height: 59px;
    background: #fbfbfb;
}

.nav-wrap.navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.nav-wrap ul {
    padding: 0;
    display: block !important;
    height: 59px !important;
    /*margin: 0 auto;*/
    /*width: 1280px;*/
}

.nav-wrap.navFix ul {
    border-bottom: 0;
}

.nav-wrap li {
    display: inline-block;
    text-align: left;
    height: 60px;
    line-height: 60px;
    float: left;
}

.nav-wrap li a {
    display: block;
    padding: 0 52px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.nav-wrap li a:hover {
    color: #4680d1;
}

.nav-wrap li a.active {
    background: #386be2;
    color: #fff;
}

.navtile {
    float: right !important;
    color: #333;
}

.navtile a {
    display: inline-block;
    line-height: 59px;
    padding: 0;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.click-me {
    width: 150px;
    height: 30px;
    background: #4680d1;
    color: white;
    text-align: center;
    line-height: 30px;
}

.click-me a {
    display: block;
    color: white;
}

.downlist {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
}

.downlist .leftimg {
    width: 19%;
    float: left;
    margin-right: 2.5%;
    overflow: hidden;
}

.downlist .leftimg img {
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.downlist .leftimg img:hover {
    transform: scale(1.4);
}

.downlist .text2 {
    width: 65%;
    float: left;
    color: #333;
    line-height: 26px;
    padding-top: 20px;
}

.downlist .text3 {
    width: 60%;
    float: left;
    color: #333;
    line-height: 26px;
    padding-top: 20px;
}

.downlist .text4 {
    width: 8%;
    float: left;
    margin-right: 3%;
    color: #333333;
    line-height: 26px;
    padding-top: 70px;
    text-align: center;
}

.downlist .text4 a {
    color: #333333;
}

.downlist .text4 a:hover,
.downlist .text2 h1 a:hover,
.downlist .text3 h1 a:hover {
    color: #386be2;
}

.downlist .text3 li {
    padding: 0 25px;
    border-right: 1px solid #e2e2e2;
    line-height: 17px;
    float: left;
    margin-right: 0px;
    width: auto
}

.downlist .text3 li:nth-child(1) {
    padding: 0 25px 0 0;
}

.downlist .text3 li:nth-last-child(1) {
    border-right: 0px;
}

.downlist .text2 h1,
.downlist .text3 h1 {
    font-size: 20px;
    color: #333333;
    text-align: left;
    margin-top: 20px;
    line-height: 19px;
    font-weight: normal !important;
}

.downlist .text2 h1 a,
.downlist .text3 h1 a {
    color: #333333;
}

.downlist .time {
    width: 70px;
    height: 80px;
    float: right;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 12px 8px;
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
    color: #333;
}

.downlist .time img {
    margin-bottom: 10px;
}


/*福利待遇*/

.treatment ul {
    background: #fff;
    overflow: hidden;
}

.treatment li {
    width: 18.7%;
    float: left;
    height: 335px;
    margin-right: 1.5%;
    background: #fbfbfb;
}

.treatment li:nth-last-child(1) {
    margin-right: 0px;
}

.treatment li .trimg {
    width: 100%;
    overflow: hidden;
}

.treatment li .trimg img {
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.treatment li .trimg img:hover {
    transform: scale(1.4);
}

.treatment li .text5 {
    padding: 30px 20px;
    overflow: hidden;
    color: #333;
}

.treatment li .text5 h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}

.tj {}

.tj_1 {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 57px;
    display: block;
    clear: both;
    cursor: pointer;
}

.tj_1 h4 {
    font-size: 16px;
    width: 100%;
}

.tj_1 h4 span {
    font-size: 14px;
    color: #707070;
}

.tj_1 h4 span b {
    padding: 0 20px;
}

.tj_2 {
    display: none;
}

.tj_2 .intor3 {
    padding: 45px 40px;
    border: 2px solid #e2e2e2;
    clear: both;
}

.contact {
    overflow: hidden;
    padding: 10px 0;
    overflow: hidden;
}

.contact li {
    width: 25%;
    float: left;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
}

.contact li .circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #fbfbfb;
    border-radius: 50%;
}

.contact li .circle img {
    padding-top: 25px;
    transition: all 0.3s;
    cursor: pointer;
}

.contact li .circle:hover img {
    transform: rotateY(180deg);
}

.contact li h1 {
    line-height: 60px;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.contact li .adress {
    height: auto;
}


/*div.nav-height nav.navFix {*/

div.nav-height .w.navFix {
    width: 100%;
    padding: 0 16.4%;
    background: #fbfbfb;
    position: fixed;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.tj .tj_1 span.arrow {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.tj .tj_1 span.arrow:after {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 5px;
    height: 5px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transition: transform .3s;
}

.tj .tj_1.arrow-active h4 {
    color: #386be2;
}

.tj .tj_1.arrow-active span.arrow {
    background: #386be2;
    border: 1px solid #386be2;
}

.tj .tj_1.arrow-active span.arrow:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 5px;
    left: 5px;
}


/*news*/

.newbg {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #386be2;
    font-size: 18px;
    background: #f4f4f4;
}

.newbg span {
    color: #333;
    font-size: 13px;
    float: right;
}

.newsdeatil {
    padding: 70px 0;
    overflow: hidden;
}

.newsdeatil .comleft {
    width: 340px;
    float: left;
}

.newsdeatil .comleft .prtex {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 37px 30px 6px 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.new2 {
    padding: 25px 0 !important;
}

.intronews {
    width: 885px;
    float: right;
}

.intronews .toptle {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    text-align: center;
    color: #909090;
    font-size: 13px;
}

.intronews .toptle h1 {
    font-size: 30px;
    color: #333333;
}

.intronews .toptle .text6 {
    padding-bottom: 20px;
}

.intronews .toptle .text6 span {
    line-height: 10px;
}

.intronews .toptle .text6 span a {
    color: #909090;
}

.intronews .toptle .text6 span img {
    margin-right: 6px;
    margin-top: 10px;
}

.intronews .intro4 {
    padding: 35px 0;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 30px;
}

.intronews .intro4 p {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 30px;
    text-indent: 2em;
}

.intronews .pagelist {
    border: 2px solid #e2e2e2;
    line-height: 51px;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.intronews .pagelist .pre {
    width: 33.3333%;
    float: left;
}

.intronews .pagelist .pre a,
.intronews .pagelist .back a,
.intronews .pagelist .next a {
    color: #333333;
}

.intronews .pagelist .pre a:hover,
.intronews .pagelist .back a:hover,
.intronews .pagelist .next a:hover {
    color: #386be2;
}

.intronews .pagelist .pre img {
    margin: 12px 12px 0 0;
    float: left;
}

.intronews .pagelist .next img {
    margin: 12px 0 0 12px;
    float: right;
}

.intronews .pagelist .next {
    text-align: right;
    color: #333333;
}

.intronews .pagelist .back {
    text-align: center;
    width: 33.3333%;
    float: left;
}

.intronews .pagelist .back img {
    margin: 12px 12px 0 0;
}

.intronews .message {
    border: 1px solid #e2e2e2;
    padding: 30px 50px;
    overflow: hidden;
    background: #fbfbfb;
}

.intronews .message .text7 {
    line-height: 30px;
    padding: 13px 0;
}

.name {
    width: 47%;
    float: left;
    border: 1px solid #e2e2e2;
    line-height: 43px;
    color: #333;
    margin-bottom: 10px;
    margin-right: 3%;
    background: url(../images/news1_26.jpg) #fff no-repeat left;
    padding-left: 40px;
    background-position: 10px;
}

.tel {
    width: 50%;
    border: 1px solid #e2e2e2;
    line-height: 43px;
    color: #333;
    margin-bottom: 10px;
    background: url(../images/news1_29.jpg) #fff no-repeat left;
    padding-left: 40px;
    background-position: 10px;
}

.me {
    width: 100%;
    border: 1px solid #e2e2e2;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
    padding: 10px;
    background: url(../images/news1_32.jpg) #fff no-repeat top;
    padding-left: 40px;
    background-position: 10px 12px;
}

.yzm {
    width: 20%;
    float: left;
    border: 1px solid #e2e2e2;
    line-height: 33px;
    color: #333;
    margin-bottom: 10px;
    margin: 0 10px;
}

.text8 {
    line-height: 33px;
}

.button {
    background-color: #386be2;
    /* Green */
    border: none;
    color: white;
    width: 100px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    float: right;
    cursor: pointer;
    transition: all 0.3s;
}

.button:hover {
    background-color: #fff;
    /* Green */
    border: 1px solid #386be2;
    color: #386be2;
    width: 100px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    float: right;
    cursor: pointer;
}

.se03line {
    border-bottom: 1px solid #fbfbfb;
    overflow: hidden;
    padding-bottom: 35px;
}

.pro_alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999;
    background: rgba(255, 255, 255, 0.95);
    padding: 3% 10%;
    display: none;
    overflow-y: auto;
}

.abm_close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    line-height: 40px;
    color: #555;
    cursor: pointer;
}

.pro_alert .w {
    height: 100%;
}

.proalert_main {
    height: 100%;
}

.proalert_title {
    color: #555;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}

.proalert_title h2 {
    font-size: 30px !important;
    line-height: 30px;
    margin-bottom: 20px;
    color: #333;
}

.proalert_m {
    color: #555;
    font-size: 16px;
    line-height: 30px;
    display: block;
    border: 2px solid #e2e2e2;
    padding: 2%
}

.proalert_m img {
    width: 100%;
}

.banner1 {
    width: 100%;
    position: relative;
    height: 450px;
    background-size: auto 100%!important;
}

.swiper-slide a {
    width: 100%;
    position: relative;
    height: 480px;
    background-size: auto 100%!important;
}

.nav-wrap li.navtile a {
    width: auto;
    padding: 0px;
    display: inline-block;
}

.fenye {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin: 30px 0px;
}

.fenye a {
    height: 30px;
    line-height: 30px;
    padding: 4px 8px 4px 8px;
    padding-right: 8px;
    border: solid 0px #386be2;
    color: #386be2;
}

.fenye a.on {
    border: solid 0px #386be2;
    color: #fff;
    background-color: #386be2;
    padding: 4px 8px 4px 8px;
}

.fenye span {
    height: 30px;
    line-height: 30px;
}

.fenye a:hover {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    height: 30px;
    border: solid 0px #ccc;
    background-color: #386be2;
}

.newbg span a {
    color: #333;
    font-size: 13px;
}

.newbg span a:hover {
    color: #386be2;
    font-size: 13px;
}

@font-face {
    font-family: 'iconfont001';
    /* project id 714990 */
    src: url('http://at.alicdn.com/t/font_714990_pk5ri1wkdi8.eot');
    src: url('http://at.alicdn.com/t/font_714990_pk5ri1wkdi8.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_714990_pk5ri1wkdi8.woff') format('woff'), url('http://at.alicdn.com/t/font_714990_pk5ri1wkdi8.ttf') format('truetype'), url('http://at.alicdn.com/t/font_714990_pk5ri1wkdi8.svg#iconfont') format('svg');
}

.iconfont001 {
    font-family: "iconfont001"!important;
    font-size: 10px;
    -webkit-transform: scale(0.8);
    height: 15px;
    -webkit-text-size-adjust: none;
    font-style: normal;
    padding-left: 3px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.se01 li:nth-child(3n+1) .detail1 a {
    width: 68px;
    line-height: 28px;
    border: 1px solid #f29806;
    text-align: center;
    color: #fff;
    background: #f29806;
    float: right;
}

.se01 li:nth-child(3n+1) .detail1 a:hover {
    border: 1px solid #f29806;
    color: #f29806;
    background: #fff;
}

.se01 li:nth-child(3n+2) .detail1 a {
    width: 68px;
    line-height: 28px;
    border: 1px solid #3ea240;
    text-align: center;
    color: #fff;
    background: #3ea240;
    float: right;
}

.se01 li:nth-child(3n+2) .detail1 a:hover {
    border: 1px solid #3ea240;
    color: #3ea240;
    background: #fff;
}

.se01 li:nth-child(3n+3) .detail1 a {
    width: 68px;
    line-height: 28px;
    border: 1px solid #3260cb;
    text-align: center;
    color: #fff;
    background: #3260cb;
    float: right;
}

.se01 li:nth-child(3n+3) .detail1 a:hover {
    border: 1px solid #3260cb;
    color: #3260cb;
    background: #fff;
}

.navtile a {
    display: inline-block;
    line-height: 59px;
    padding: 0;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.tj_1 h4 i {
    font-style: normal;
    width: 25%;
    display: block;
    float: left;
    font-weight: bold;
}

.tj_1 h4 span {
    font-size: 14px;
    color: #707070;
}

.mr35 {
    padding-top: 35px !important;
}

.np_1 {
    padding: 30px 0 !important;
}

.adhight {
    height: 150px;
}

.left85 {
    left: 85%!important;
}

.search {
    width: 50%;
    margin: 30px auto 0 auto;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    height: 39px;
}

.input1 {
    width: 85%;
    height: 39px;
    color: #606163;
    padding: 10px 20px;
    float: left;
    background: #fff;
    border: none;
    font-size: 14px;
}

.btn1 input[type=submit] {
    text-align: center;
    color: #fff;
    float: right;
    width: 15%;
    float: left;
    height: 39px;
    line-height: 38px;
    background: #386be2;
    font-size: 15px;
}

.btn1 a {
    color: #fff;
}

.connews {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 30px;
}

.connews p {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 30px;
    text-indent: 2em;
}

.connews img {
    margin-left: -2em;
}


/*.intronews img{ margin-left:-2em;}*/


/*2019/1/11*/

.honor_sec {
    background: #fafafa;
}

.honor_sec ul li {
    float: left;
    width: 31.6%;
    margin-left: 2.6%;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 20px;
}

.honor_sec ul li:nth-child(3n+1) {
    margin-left: 0;
}

.honor_sec ul li .pic {
    width: 20%;
    float: left;
    height: 103px;
    line-height: 103px;
}

.honor_sec ul li .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.honor_sec ul li .tbox {
    width: 80%;
    float: left;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
    margin-top: 33px;
}

.honor_sec .line {
    margin-top: 18px;
    width: 60px;
    height: 1px;
    background: #333;
}


/*响应式样式*/

@media only screen and (max-width:1280px) {
    .w {
        width: 1280px;
    }
    h1 span {
        display: none;
    }
    .downlist .text2,
    .downlist .text3 {
        padding-top: 0px;
    }
    .downlist .text2 h1,
    .downlist .text3 h1 {
        margin-top: 0px;
    }
    .downlist .text3 li {
        padding: 0px 10px 0 10px;
        line-height: 22px;
    }
    .downlist .text4 {
        padding-top: 40px;
    }
    .downlist .text3 li:nth-child(odd) {
        padding: 0px 20px 0 0;
    }
    .downlist .text3 {
        width: 50%;
    }
    .downlist .text4 {
        width: 12%;
    }
    .downlist .time {
        margin-top: 20px;
    }
    .contact li .adress {
        height: auto;
        color: #333;
        font-size: 14px;
        font-family: "微软雅黑";
        ;
    }
    .banner {
        height: 500px;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .newsdeatil .comleft {
        width: 30%;
    }
    .intronews {
        width: 65%;
    }
}

@media only screen and (max-width:1600px) {
    div.nav-height .w.navFix {
        padding: 0 9.5%;
    }
}

@media only screen and (max-width:1200px) {
    .w {
        width: 1024px;
    }
    div.nav-height .w.navFix {
        padding: 0 7%;
    }
    .banner {
        height: 430px;
    }
    .in2_mm span {
        padding-top: 5px;
    }
    .in2_mm {
        padding: 10px 20px 10px 20px;
    }
}

@media only screen and (max-width:1024px) {
    .w {
        width: 960px;
    }
    div.nav-height .w.navFix {
        width: 100%;
        padding: 0 3%;
    }
    .banner .introab h1 {
        font-size: 26px;
    }
    .banner .introab h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .banner {
        height: 420px;
    }
}

@media only screen and (max-width:960px) {
    .w {
        width: 100%;
        padding: 0 3%;
    }
    div.nav-height .w.navFix {
        width: 100%;
        padding: 0 3%;
    }
    .banner {
        height: 380px;
    }
    .logo {
        padding-top: 15px;
    }
    .banner .introab {
        padding-top: 13%;
    }
    .head {
        width: 75%;
    }
    .pc_nav .nav_li {
        padding: 10px 5px;
    }
    .navtile {
        display: none;
    }
    .in2_sec1,
    .in2_sec2 {
        width: 100%;
    }
    .in2_img,
    .in2_mm {
        width: 100%;
        height: auto;
    }
    .in2_sec2 .in2_img {
        float: left;
    }
    .in2_sec2 .in2_mm {
        float: right;
    }
    .connews img {
        margin-left: -2em;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .intronews img {
        margin-left: -2em;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media only screen and (max-width:780px) {
    .pc_head,
    .ftnav,
    .ftnav2 {
        display: none;
    }
    .phone_head {
        display: block;
        box-shadow: 0px 0px 10px #ccc;
    }
    .swiper-container {
        margin-top: 52px !important;
    }
    .se01 li,
    .se03 .news li,
    .se02 li,
    .honor,
    .name,
    .tel,
    .se02left,
    .down {
        width: 100%;
    }
    .logoicon .bd ul li {
        width: 33.333%;
    }
    .se04 {
        background: none;
    }
    .se04 li {
        float: left;
        width: 45%;
        margin-right: 7%;
    }
    .se04 li:nth-child(2n) {
        margin-right: 0px;
    }
    .se01 h1,
    .se02 h1,
    .se03 h1,
    .se04 h1 {
        font-size: 22px;
    }
    .se01 h2,
    .se02 h2,
    .se03 h2,
    .se04 h2 {
        font-size: 15px;
    }
    .se01,
    .se02,
    .se03,
    .se04 {
        padding: 28px 0 0 0;
        overflow: hidden;
    }
    .treatment li {
        height: auto;
    }
    .contact li {
        width: 47%;
        height: 160px;
    }
    .tj_1 h4 span {
        display: inline-block;
        padding-left: 0px;
        line-height: 20px;
    }
    .tj_1 h4 span b {
        padding: 0 10px;
    }
    .newbg {
        margin-top: 50px;
    }
    .newsdeatil .comleft,
    .intronews {
        width: 100%;
        float: none;
    }
    .bannner {
        margin-top: 55px;
    }
    .banner .introab {
        width: 90%;
        margin-left: -45%;
        left: 50%;
    }
    .banner .introab h2 {
        margin-bottom: 2%;
    }
    .banner,
    .banner1 {
        margin-top: 52px;
    }
    .banner,
    .banner1,
    .swiper-slide a {
        height: 300px;
    }
    .pro_alert {
        overflow-y: auto;
        padding: 20% 5%;
    }
    .logo {
        padding-top: 0;
    }
    .in2_mm span {
        float: none;
    }
}

@media only screen and (max-width:760px) {
    .downlist .leftimg {
        width: 100%;
        margin-bottom: 20px;
    }
    .downlist .text2 {
        width: 75%;
    }
    .downlist .text3 {
        width: 53%;
    }
    .downlist .text4 {
        width: 24%;
    }
    .downlist .text3 li {
        padding: 0px 10px 0 0px;
        border-right: 0px;
    }
    .downlist .time {
        width: 60px;
        padding: 12px 0px;
    }
    .banner .introab h2 {
        display: none;
    }
    .banner .introab h1 {
        font-size: 20px;
    }
    .banner .introab .btnintro {
        line-height: 30px;
        font-size: 14px;
        margin-left: -50px;
        left: 50%;
        width: 100px;
        position: absolute;
    }
    .banner {
        width: 100%;
        margin-top: 55px;
        /* position: relative; */
    }
    .banner img {
        width: 100%;
        position: relative;
    }
    .banner {
        height: 240px;
    }
    .banner1 {
        width: 100%;
        margin-top: 55px;
        /* position: relative; */
    }
    .banner1 img {
        width: 100%;
        position: relative;
    }
    .banner1,
    .swiper-slide a {
        height: 240px!important;
    }
    .tj_1 h4 i {
        font-style: normal;
        width: 90% !important;
        display: block;
        float: left;
    }
    .downlist .text2 h1 a,
    .downlist .text3 h1 a {
        color: #333333;
        line-height: 25px;
        font-size: 16px;
    }
    .search {
        width: 90% !important;
    }
}

@media only screen and (max-width:480px) {
    .banner {
        height: 135px;
    }
    .nav-wrap li a {
        padding: 0 10px;
        font-size: 15px!important;
    }
    .banner1,
    .swiper-slide a {
        height: 135px!important;
    }
    .intronews .message {
        padding: 30px;
    }
    .banner .introab {
        padding-top: 6%;
    }
}

@media only screen and (max-width:380px) {
    .downlist .text3 {
        width: 53%;
    }
    .downlist .text4 {
        width: 24%;
    }
    .banner {
        height: 120px;
    }
    .banner1,
    .swiper-slide a {
        height: 120px!important;
    }
}

@media only screen and (max-width:320px) {}

@media (max-width: 1366px) {
    .intro3 ul li {
        display: none;
    }
    .intro3 ul li:nth-child(-n+5) {
        display: block;
    }
    .prtex4 {
        top: 430px !important;
    }
}


/* 产品列表 */

.w_p_list {
    padding: 58px 0 62px;
    overflow: hidden;
}

.w_p_left {
    width: 242px;
    float: left;
}

.w_p_left .d1 {
    border: 1px solid #e4e0e0;
    box-sizing: border-box;
    width: 100%;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.w_p_left .d1 p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

.w_p_left .d1 span {
    font-size: 12px;
    color: #b3b1b1;
    text-transform: uppercase;
}

.w_p_left .d2 {
    border: 1px solid #e4e0e0;
    border-top: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 25px;
    margin-bottom: 20px;
}

.w_p_left .d2 li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    margin-bottom: 2px;
}

.w_p_left .d2 li:last-child {
    margin-bottom: 0;
}

.w_p_left .d2 li a {
    display: block;
    color: #333;
    position: relative;
    padding-right: 16px;
}

.w_p_left .d2 li::after {
    content: '';
    width: 3px;
    height: 3px;
    background: #313131;
    border-radius: 3px;
    position: absolute;
    left: 9px;
    top: calc(50% - 1px);
}

.w_p_left .d2 li a::after {
    content: '';
    width: 16px;
    height: 36px;
    background: url(../images/w_arr-r.png) left center no-repeat;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: 0;
}

.w_p_left .d2 li.this {
    background: #142f8a;
}

.w_p_left .d2 li.this::after {
    display: none;
}

.w_p_left .d2 li.this a {
    color: #fff;
}

.w_p_left .d2 li.this a::after {
    filter: grayscale(100%) brightness(500%);
}

.w_p_left .d3 {
    width: 100%;
    height: 159px;
    background: url(../images/w_p_l1.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.w_p_left .d3 img {
    display: block;
    margin: 0 auto 15px;
}

.w_p_left .d3 p {
    font-size: 15px;
    margin-bottom: 5px;
}

.w_p_left .d3 span {
    font-size: 24px;
    font-weight: bold;
}

.w_p_right {
    width: calc(100% - 270px);
    float: right;
    overflow: hidden;
}

.w_p_right .w_list {
    overflow: hidden;
}

.w_p_right .w_list li {
    width: 30.4%;
    float: left;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    margin-right: 4.4%;
    margin-bottom: 25px;
}

.w_p_right .w_list li:nth-child(3n) {
    margin-right: 0;
}

.w_p_right .w_list li .l_img {
    width: 100%;
    height: 0;
    padding-bottom: 54.5%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.w_p_right .w_list li .l_img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.w_p_right .w_list li .text {
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    color: #333;
    overflow: hidden;
}

.w_p_right .w_list li .text .d1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.w_p_right .w_list li .text .d2 {
    width: 60px;
    height: 1px;
    background: #333333;
    margin-bottom: 30px;
}

.w_p_right .w_list li .text .d3 {
    height: 144px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.w_p_right .w_list li .text .d4 {
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: right;
    background: #f29806;
}

.w_p_right .w_list li:nth-child(2n) .text .d4 {
    background: #3ea240;
}

.w_p_right .w_list li:nth-child(3n) .text .d4 {
    background: #3260cb;
}

@media only screen and (max-width: 1200px) {
    .w_p_left {
        width: 200px;
    }
    .w_p_right {
        width: calc(100% - 230px);
    }
    .w_p_right .w_list li .text {
        padding: 20px;
    }
    .w_p_right .w_list li {
        width: 30.4%;
        margin-right: 4.4%;
        margin-bottom: 25px;
    }
    .w_p_right .w_list li .text {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .w_p_list {
        padding: 35px 0;
        overflow: hidden;
    }
    .w_p_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .w_p_left .d1 {
        display: none;
    }
    .w_p_left .d2 {
        border: 0;
        padding: 0;
    }
    .w_p_left .d2 li {
        width: 48%;
        float: left;
    }
    .w_p_left .d2 li:nth-child(2n) {
        float: right;
    }
    .w_p_left .d3 {
        display: none;
    }
    .w_p_right {
        width: 100%;
    }
    .w_p_right .w_list li {
        width: 48%;
        margin-right: 0;
    }
    .w_p_right .w_list li:nth-child(2n) {
        float: right;
    }
    .w_p_right .w_list li .text {
        padding: 15px;
    }
    .w_p_right .w_list li .text .d1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .w_p_right .w_list li .text .d2 {
        width: 40px;
        margin-bottom: 15px;
    }
    .w_p_right .w_list li .text .d3 {
        height: 100px;
        font-size: 12px;
        line-height: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        margin-bottom: 15px;
    }
    .w_p_right .w_list li .text .d4 {
        width: 50px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
}