﻿html,
body {
    padding: 0;
    margin: 0;
    font-family: fontR, "微软雅黑";
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 100%;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}


.showDiv {
    display: none;
}

.clearfixed {
    clear: both;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.arrow-bottom {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: red;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: red;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

p {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #005097;
}

img {
    max-width: 100%;

}

.imgDiv {
    overflow: hidden;
}

.imgDiv img {
    width: 100%;
    transition: all 0.5s;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.ovh {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ovh2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovh4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/**导航菜单**/
header {
    width: 72%;
    text-align: center;
    height: 90px;
    position: fixed;
    top: 20px;
    z-index: 9999;
    background: rgba(214, 214, 214, 0.9);
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
    /*overflow: hidden;*/
}

header.header2 {
    background: none;
    border-bottom: 1px #666 solid;
    box-shadow: none;
}

header .logo a {
    /* height: 54px; */
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.yuyan {
    text-align: right;
    width: 170px;
}

header .logo img {
    max-height: 100%;
}

.wimg {
    width: 200px !important;
    height: 45px !important;
}


header.on-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cbccce;
}


header .rightDiv {
    float: left;
    margin-left: 30px;
}

header .rightDiv .menu {
    text-align: right;
    position: relative;
    height: 90px;
}

header .rightDiv .menu > ul {
    display: inline-block !important;
    /*overflow: hidden;*/
}

header .rightDiv .menu > ul > li {
    float: left;
    position: relative;
    padding: 0 20px;
    /*width: 126px;*/
}

header .rightDiv .menu > ul > li > a {
    height: 90px;

    display: block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    color: #333333;
    position: relative;
    font-size: 16px;
    line-height: 90px;

}


header .rightDiv .menu > ul > li > a:hover,
header .rightDiv .menu > ul > li > a.now {
    color: #000;
    font-weight: bold;
    /* border-bottom: 2px #2066a4 solid; */
}

/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu > ul > li:hover > a,
header .rightDiv .menu > ul > li:focus > a,
header .rightDiv .menu > ul > li.on > a,
header .rightDiv .menu > ul > li.active > a {
    color: #005097;
}

header .rightDiv .menu ul li div.down_list {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.625rem;
    margin-top: -0.65rem;
    display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
    text-align: center;
    display: block;
}

header .mbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/menu1.svg) no-repeat center center;
    background-size: 70%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}


header .mbtn:active {
    opacity: .8;
}

header.header2 .rightDiv .menu > ul > li > a {
    color: #FFFFFF;
    margin: 0 2px;
}

header.header2 .rightDiv .menu > ul > li:hover > a {
    border-bottom: 2px #FFFFFF solid;
}

header.header2 .rightDiv .menu > ul > li > a.now {
    border-bottom: 2px #FFFFFF solid;
}

header.header2 .rightDiv .menu > ul > li > ul > li:hover a {
    border-bottom: none;
}

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
    background: url(../images/menu-hide1.svg) no-repeat center center;
    background-size: 1.375rem auto;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.menu:after,
.menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.menu #menu-button {
    display: none
}

.menu {
    width: auto;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.menu > ul > li {
    float: left;
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu > ul > li > a {
    padding: 0;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu > ul > li:hover > a,
.menu > ul > li.active > a {
    color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
.menu > ul > li.has-sub > a::after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    width: 10px;
    height: 6px;
    content: "";
    /* background: url(../images/xia.png) no-repeat; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {
    position: absolute;
    left: -9999px;
    text-align: center;
}

.menu li:hover > ul {
    left: 40px;
    margin-left: -58px;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
    right: 100%;
    top: 0;
    width: 100%;
}

.menu ul ul li:hover > ul {
    margin-left: 0;
}

.menu ul ul li:hover {
    background: #e5edf4;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {
    padding: 9px 0 0;
    width: 160px;
    margin-left: -8px;
    text-align: center;
    top: 80px;
    position: absolute;
    z-index: 99;
}

.menu ul ul .ul {
    background: rgba(255, 255, 255, 1);
    /* border-radius: 6px; */
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
    padding: 0 15px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    text-align: center;
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li > a {
    font-size: 16px;
    color: #333;
    /* border-bottom: 1px solid #e5e5e5; */
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 10px 0;
}

.menu ul ul li > a:hover,
.menu ul ul li a:hover {
    color: #005097;
    border: 0;
}

.menu ul ul li:last-child > a {
    border: 0;
}


.bannerIndex {
    /* margin-top: 80px; */
}

.bannerIndex .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

    background: rgba(0, 0, 0, 0.8);
}

.bannerIndex .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
}

.bannerIndex img {
    min-height: 220px;
    object-fit: cover;
}

.zimu {
    color: rgba(18, 149, 127, 0.08);
}


.xian {
    width: 220px;
    height: 1px;
    background: #EEEEEE;
    margin: 0 auto;
    margin-top: 20px;
}

.xian span {
    display: block;
    width: 90px;
    margin: 0 auto;
    height: 2px;
    background: #005097;
    margin-top: -1px;
    position: absolute;
    left: 0;
    right: 0;
}

.indexDiv1 .fl {
    width: 495px;
    line-height: 32px;
    color: #444;
}

.indexDiv1 .link {
    font-size: 16px;
}

.indexDiv1 .link a {
    border-bottom: 1px #08308e solid;
    margin-right: 40px;
    padding-bottom: 5px;
}

.indexDiv1 .fr {
    width: 600px;
    overflow: hidden;
}

.indexDiv1 .fr .textDiv {
    width: 280px;
}

.indexDiv1 .fr .bg {
    z-index: 9;
    background: rgba(8, 48, 142, 0.8);
    width: 100%;
    height: 100%;
    bottom: -110%;
    transition: all 0.5s;
}

.indexDiv1 .fr .text {
    z-index: 99;
    top: 80%;
    padding: 0 35px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.indexDiv1 .fr .text .font18 span {
    width: 50px;
    height: 5px;
    display: block;
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 40px;
}

.indexDiv1 .fr .textDiv:hover .bg {
    bottom: 0;
}

.indexDiv1 .fr .textDiv:hover .text {
    top: 65px;
    height: 80%;
}

.indexDiv1 .fr .textDiv:hover .text a {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px #ffff solid;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.indexDiv1 .fr .textDiv:hover .text a:hover {
    background: #FFFFFF;
    color: #08308e;
}

.indexDiv2 {
    background: url(../images/index_bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}

.indexDiv2 .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;
    transition: 300ms;
    transform: scale(0.85);
}

.indexDiv2 .swiper-slide-active,
.indexDiv2 .swiper-slide-duplicate-active {
    transform: scale(1.15);
    /* width: 380px!important; */
}

.indexDiv2 .swiper-button-next {
    right: -50px;
    outline: none;
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
}

.indexDiv2 .swiper-button-prev {
    left: -50px;
    outline: none;
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
}

.indexDiv2 .swiper-slide .textDiv {
    background: #f4f4f4;
    transition: all 0.5s;
}

.indexDiv2 .swiper-slide .textDiv:hover {
    background: #08308e;
    color: #FFFFFF;
}

.indexDiv2 .swiper-slide .textDiv .text {
    padding: 45px 50px;
    font-size: 14px;
    line-height: 32px;
}

.indexDiv2 .swiper-container {
    padding: 50px 0;
}

.indexDiv3 .content .textDiv {
    box-shadow: 0 0 10px #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.indexDiv3 .content .textDiv .text_2 {
    padding: 30px 40px;
}

.indexDiv3 .content .textDiv .text_2 p.title_p {
    font-size: 20px;
    font-weight: bold;
    color: #122B88;
    margin-bottom: 10px;
}

.indexDiv3 .content .textDiv:hover p.imgDiv {
    overflow: hidden;
}

.indexDiv3 .content .textDiv p.imgDiv img {
    transition: all 0.5s;
}

.indexDiv3 .content .textDiv:hover p.imgDiv img {
    transform: scale(1.1);
}

.indexDiv3 .content .textDiv .text_2 p.text_p {
    margin-bottom: 16px;
    font-size: 14px;
}

.indexDiv3 .content .textDiv .text_2 p.time {
    background: #e7e9f3;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    color: #122b88;
}

.indexDiv3 .content .textDiv .text_2 p.time span {
    display: inline-block;
    padding: 0 1%;
}

.indexDiv3 .content .textDiv .text_2 p.time span img {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -3px;
}

.indexDiv3 .content .textDiv:hover {
    background: #122B88;
    color: #FFFFFF;
}

.indexDiv3 .content .textDiv:hover p,
.indexDiv3 .content .textDiv:hover p.title_p {
    color: #FFFFFF;
}

.indexDiv3 .content .textDiv:hover p.time {
    background: #FFFFFF;
}

.indexDiv3 .more {
    width: 135px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    margin-top: 65px;
    border: 1px #333 solid;
    border-radius: 10px;
}

.indexDiv3 .more:hover {
    background: #08308e;
    color: #FFFFFF;
    border: 1px #08308e solid;
}

footer {
    width: 100%;
    min-height: 240px;
    background: #122b88;
    margin-top: 160px;
    position: relative;
}

footer .foot_top {
    position: absolute;
    top: -4rem;
    padding-top: 60px;
    background: url(../images/foot_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    padding-bottom: 3.75rem;
    width: 91.25%;
    right: 0;
    border-radius: 1.25rem 0 0 1.25rem;
    padding-left: 13.125rem;
}

footer .foot_top .wrap {
    margin: 0;
}

footer .foot_top_fl {
    width: 80%;
    float: left;
}

footer .foot_top_fl ul.menu_bott li {
    float: left;
    padding: 0 2%;
    height: 1.25rem;
    line-height: 1.25rem;
    border-right: 1px #fff solid;
    margin-bottom: 0.9375rem;
}

footer .foot_top_fl ul.menu_bott li:first-child {
    padding-left: 0;
}

footer .foot_top_fl ul.menu_bott li a {
    color: #FFFFFF;
    font-size: 24px;
}

footer .foot_top_fl ul.menu_bott li a:hover {
    font-weight: bold;
}

footer .foot_top_fl ul.menu_bott li:last-child {
    border: 0;
}

footer .contact_bott {
    margin-top: 20px;
    color: #FFFFFF;
}

footer .contact_bott p:nth-child(1) {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

footer .contact_bott p:nth-child(1) img {
    margin-right: 0.625rem;
}

footer .contact_bott p:nth-child(1) span {
    margin-right: 20px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
}

footer .foot_bott {
    position: absolute;
    bottom: 1.25rem;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

footer .foot_rt {
    width: 18%;
    float: right;
}

footer .foot_rt ul li {
    text-align: center;
    color: #FFFFFF;
    position: relative;
    width: 5rem;
}

.foot_rt ul li a {
    display: block;
}

footer .foot_rt ul li .imgDiv {
    position: relative;
    display: none;
    width: 4.875rem;
    text-align: center;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    top: 1rem;
    box-shadow: 0 0 0.3125rem #CCCCCC;
}

.banner_nei {
    position: relative;
    text-align: center;
}

.banner_nei .weizhi {
    height: 45px;
    background: rgba(8, 48, 142, 0.8);
    bottom: 0;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: auto;
    color: #FFFFFF;
    line-height: 45px;
    text-align: right;
}

.banner_nei img {
    min-height: 240px;
    object-fit: cover;
    width: 100%;
}

.banner_nei p {
    position: absolute;
    top: 40%;
    color: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner_nei p span {
    display: block;
    margin-bottom: 10px;
}

.newsDiv {
}

.newsDiv ul li a {
    padding: 58px 0;
    display: block;
    width: 100%;
}

.newsDiv ul li img {
    width: 32%;
    float: left;
}

.newsDiv ul li p {
    width: 63%;
    float: right;
}

.newsDiv ul li p span {
    display: block;
}

.newsDiv ul li p span.time {
    width: 7.5rem;
    height: 1.75rem;
    border: 1px #9fa0a0 solid;
    text-align: center;
    line-height: 1.75rem;
    color: #666;
    margin-bottom: 2.1875rem;
    font-size: 1rem;
}

.newsDiv ul li p span.text_title {
    font-size: 1.25rem;
}

.newsDiv ul li p span.text_p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
    margin-top: 10px;
}

.newsDiv ul li p span.more {
    margin-top: 2.5rem;
    color: #122B88;
    width: 5.5rem;
    font-size: 0.875rem;
}

.newsDiv ul li p span.more sub {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    background: #122B88;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 1rem;
    float: right;
}

.newsDiv ul li a:hover {
    background: #122b88;
    width: 106%;
    padding: 55px 3%;
    margin-left: -3%;
}

.newsDiv ul li a:hover p {
    color: #FFFFFF;
}

.newsDiv ul li a:hover p span.time {
    color: #FFFFFF;
    border: 1px #fff solid;
}

.newsDiv ul li a:hover p span.text_p {
    color: #FFFFFF;
}

.newsDiv ul li a:hover p span.more {
    color: #FFFFFF;
}

.newsDiv ul li a:hover p span.more sub {
    background: #FFFFFF;
    color: #122B88;
}

.fenye {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 50px 0;
}

.fenye a {
    display: inline-block;
    padding: 0.3125rem 0.8rem;

    border-radius: 0.1875rem;
    margin-right: 0.3125rem;
}

.fenye a:hover,
.fenye a.now {
    background: #122B88;
    color: #FFFFFF;
}

.contactDiv .content .contact_top {
    padding-bottom: 40px;
    border-bottom: 1px #eeeeee solid;
}

.contactDiv .content .contact_top .fr,
.contactDiv .content .contact_top .fl {
    width: 50%;
}

.contactDiv .content .contact_top .text_name {

    font-weight: bold;
    color: #122b88;
    margin-bottom: 10px;
}

.contactDiv .content .contact_top .dizhi {
    text-align: right;
    width: 70%;
    float: left;
    margin-right: 5%;
}

.contactDiv .content .contact_top .dizhi p {
    font-size: bold;
    font-size: 18px;
    color: #122B88;
    font-weight: bold;
    margin: 5px 0;
}

.contactDiv .content .contact_top img.qrcard {
    width: 22%;
    float: right;
}


.contactDiv .content2 ul li {
    float: left;
    text-align: center;
    text-align: center;
    width: 25%;
    padding: 70px 0;
}

.contactDiv .content2 ul li:first-child {
    margin-left: 0;
}


.contactDiv .content2 ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.contactDiv .content2 ul li p span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0.625rem;
    word-break: break-all;
    padding: 0 0.625rem;
}

.contactDiv .content2 ul li p {
    font-size: 1.125rem;
    margin-top: 2.1875rem;
}

.mapDiv {
    height: 530px;
}

.map p {
    margin: 1.25rem 0;
    font-size: 1.125rem;
}

.map p span {
    color: #122B88;
    font-weight: bold;
}

.hezuoDiv .textDiv {
    height: 385px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f5f5f5;
}

.hezuoDiv .textDiv .text {
    padding: 35px 20px 25px 30px;
    background: #f3f3f3;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    transition: all 0.5s;
}

.hezuoDiv .textDiv .text .font18 {
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 15px;
}

.hezuoDiv .textDiv .text .font18 .text_p {
    display: none;
}

.hezuoDiv .textDiv .text .jiantou {
    background: url(../images/jiantou.png) no-repeat;
    width: 21px;
    height: 11px;
}

.hezuoDiv .textDiv:hover .text .font18 .text_p {
    display: block;
}

.hezuoDiv .textDiv:hover .text {
    background: #08308e;
    color: #FFFFFF;
}

.hezuoDiv .textDiv:hover .f9 {
    color: #FFFFFF;
}

.hezuoDiv .textDiv:hover .text .jiantou {
    background: url(../images/jiantou2.png) no-repeat;
}

.erji {
    z-index: 999;
    top: -80px;
    min-height: 40px;
}

.erji ul li {
    margin-right: 10px;
    float: left;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    box-shadow: 0 3px 3px #ccc;
    text-align: center;
}

.erji ul li a {
    padding: 0 10px;
    font-size: 16px;
}

.erji ul li:hover a {
    display: block;
    width: 100%;
    height: 100%;
    background: #08308e;
    color: #FFFFFF;
}

.aboutDiv1 .content {
    padding-bottom: 40px;
    border-bottom: 1px #ddd solid;
}

.about_wz {
    width: 550px;
    line-height: 32px;
}

.aboutImg {
    width: 622px;
}

.aboutTeam {
    width: 228px;
    height: 420px;
    background: #08308e;
    color: #FFFFFF;
    float: left;
    padding: 90px 30px 80px 30px;
}

.teamImg {
    width: 324px;
    float: left;
}

.teamImg .absolute {
    bottom: 0;
    height: 55px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 55px;
    width: 100%;
}

.aboutDiv3 {
    background: #f5f5f5;
    padding: 65px 0;
}

.aboutDiv3 .timeDiv {
    width: 100%;
    min-height: 428px;
}

.aboutDiv3 .timeDiv .topDiv {
    position: absolute;
    top: 0;
    min-height: 215px;
    left: 0;
    right: 0;
    border-bottom: 2px #ccc solid;
    text-align: center;
}

.aboutDiv3 .timeDiv .bottDiv {
    position: absolute;
    bottom: 0;
    min-height: 215px;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 2px #ccc solid;
}

.aboutDiv3 .timeDiv .bottDiv img {
    margin-top: 3rem;
}

.aboutDiv3 .timeDiv .bottDiv .year {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    position: absolute;
    top: -19%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aboutDiv3 .timeDiv .topDiv img {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aboutDiv3 .timeDiv .bottDiv p:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aboutDiv3 .timeDiv .topDiv .year {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    position: absolute;
    bottom: -19%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.aboutDiv3 .timeDiv .year span {
    width: 4.0625rem;
    height: 4.0625rem;
    background: #adadad;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 4.0625rem;
}


.aboutDiv3 .swiper-button-prev,
.aboutDiv4 .swiper-button-prev {
    position: absolute;
    left: -60px;
    top: 52%;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    opacity: 1;
}

.aboutDiv3 .swiper-button-next,
.aboutDiv4 .swiper-button-next {
    position: absolute;
    top: 52%;
    width: 30px;
    height: 30px;
    right: -60px;
    background-size: 100% 100%;
    opacity: 1;
}

.productDiv .textDiv {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 20px;
}

.productDiv .textDiv img {
    border-radius: 12px;
    overflow: hidden;
}

.productDiv .textDiv p.font24 {
    border-left: 7px #08308e solid;
    padding: 0 25px;
}

.productDiv .textDiv p.font12,
.productDiv .textDiv p.mt10 {
    padding: 0 25px;
}

.productDiv .textDiv p.font12 {
    color: #08308e;
}

.productDiv .textDiv:hover img {
    transform: scale(1.1);
}

.nav_left {
    width: 200px;
    float: left;
}

.nav_left .font28 {
    background: #08308e;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 40px 0;
}

.nav_left ul {
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.nav_left ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}

.nav_left ul li a:hover,
.nav_left ul li a.now {
    background: #08308e;
    color: #FFFFFF;
}

.content_rt {
    width: 950px;
    float: right;
}

.content_rt .product_img_swiper_container {
    width: 400px;
    float: left;
}

.content_rt .text {
    width: 525px;
    float: right;
}

.content_rt .text p:nth-child(2) {
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 38px;
    padding: 20px;
}

.xq_text {
    padding: 40px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 20px;
}

.xq_title {
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px #08308e solid;
    font-size: 24px;
    color: #08308e;
    margin-bottom: 20px;
}

.join_wz {
    width: 545px;
}

.join_wz ul {
    margin-top: 20px;
}

.join_wz ul li {
    display: flex;
    align-items: center;
    line-height: 30px;
}

.join_wz ul li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #333;
    margin-right: 5px;

}

.joinDiv1 .content {
    padding-bottom: 50px;
    border-bottom: 1px #ddd solid;
}

.joinDiv2 .textDiv {
    margin-bottom: 20px;
}

.joinDiv3 {
    padding: 100px 0;
    /* padding-bottom: 270px; */
    background: #f5f5f5;
    margin-bottom: -170px;
}

.inner .shzp .zp_list li .num,
.inner .shzp .zp_list li .place,
.inner .shzp .zp_list li .position,
.inner .shzp .zp_list li .time {
    float: left;
    width: 23%;
    text-align: center;
    padding: 0;
    background: 0 0;
}

.shzp {
    padding: 3vw 0
}

.shzp .zp_list li {
    position: relative;
    margin-bottom: .5rem;
}

.shzp .zp_list li:first-child {
    background-color: #8e8e8e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 65px;
    line-height: 65px
}

.inner .shzp .zp_list li .num,
.inner .shzp .zp_list li .place,
.inner .shzp .zp_list li .position,
.inner .shzp .zp_list li .time,
.inner .shzp .zp_list li .xinzi {
    float: left;
    width: 18%;
    text-align: center;
    padding: 0;
    background: 0 0
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shzp .zp_list li:hover .topbar {
    background-color: #08308e;
    color: #fff
}

.shzp .zp_list li.active .topbar {
    background-color: #08308e;
    color: #fff;
    border-bottom: none
}

.shzp .zp_list li.active .topbar i::after {
    content: '+'
}

.shzp .zp_list .topbar {
    box-sizing: border-box;
    font-size: .8rem;
    height: 60px;
    line-height: 60px;
    background: #e1e1e1;

    font-size: 18px;
}

.shzp .zp_list .content {
    overflow: hidden;
    background-color: #fff;
    padding: 2.5vw;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    display: none
}

.shzp .zp_list .content .item {
    width: 47%;
    line-height: 30px;
}

.shzp .zp_list .content .item h4 {
    font-size: .8rem;
    color: #333;
    font-weight: 400;
    padding: 2vw 0;
    line-height: 1
}

.shzp .zp_list .topbar i {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 8%;
    top: 0;
    right: 0
}

.shzp .zp_list .topbar i::after {
    font-size: 1.2rem;
    font-weight: 700;
    content: '-';
    line-height: 1;
    font-family: 'Times New Roman', Times, serif
}

a.email {
    display: block;
    width: 165px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #08308e;
    color: #FFFFFF;
    border-radius: 5px;
    margin: 40px auto;
    margin-bottom: 0;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 767px) {


    .wrap {
        width: 96%;
        margin: 0 auto;
        font-size: 14px;
    }

    .showDiv {
        display: block;
    }

    .menu {
        width: 100%
    }

    .menu ul {
        width: 100%;
        display: block;
    }

    .menu ul ul {
        top: 0;
        border: 0;
    }

    .menu ul ul .ul {
        background: rgba(255, 255, 255, 0.6);
        box-shadow: none;
        border-radius: 0;
    }

    .menu > ul > li > a {
        padding: 0 20px;
    }

    .menu.align-center > ul,
    .menu.align-right ul ul {
        text-align: left
    }

    .menu ul li,
    .menu ul ul li,
    .menu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, .15)
    }

    .menu ul li a,
    .menu ul ul li a {
        width: 100%
    }

    .menu > ul > li,
    .menu.align-center > ul > li,
    .menu.align-right > ul > li {
        float: none;
        display: block
    }

    .menu ul ul li a {
        padding: 0 20px 0 30px;
        font-size: 12px;
        background: 0 0
    }

    /*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
    .menu ul ul ul li a {
        padding-left: 40px
    }

    .menu ul ul,
    .menu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }

    .menu > ul > li.has-sub > a::after,
    .menu ul ul li.has-sub > a::after {
        display: none
    }

    #menu-line {
        display: none
    }

    .menu #menu-button {
        display: block;
        padding: 20px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }

    .menu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff
    }

    .menu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .menu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, .15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    .menu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #333;
        z-index: 99
    }

    .menu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #333;
        z-index: 99
    }

    .menu .submenu-button.submenu-opened:after {
        display: none
    }

    .menu ul ul {
        background: transparent;
        border-bottom: none;
        padding: 0;
    }

    .menu ul ul ul {
        top: 0;
    }

    .menu li:hover > ul {
        left: auto;
        margin-left: auto;
    }

    .menu ul ul li > a:last-child {
        border-bottom: 0;
    }

    header .rightDiv .menu ul li ul li {
        border-bottom: 1px #eee dashed;
    }

    header .rightDiv .menu ul li ul li:last-child {
        border: 0;
    }

    header .logo {
        width: 30%;
        margin-left: 0;
        margin-top: 3px;
    }

    header .logo a {
        /* height: 35px; */
        margin-top: 5px;

    }


    header .wrap {
        display: block;
    }

    header.header2 .rightDiv .menu > ul > li > a {
        color: #333;
    }

    header {
        position: fixed !important;
        z-index: 999;
        top: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 50px;
        padding-top: 0;
        background: #FFFFFF;
        box-shadow: 0 0 5px #EEEEEE;
        /* background: #000; */
        /*background-color: transparent;*/
        transition: right 300ms !important;
    }

    header.header2 {
        background: #FFFFFF;
        border: 0;
        box-shadow: 0 0 5px #EEEEEE;
    }


    header .rightDiv .menu > ul > li > a:hover {
        color: #009A44;
    }

    .on-fixed header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }


    /*body.on-menu header {right: 45%;}*/
    header .mbtn {
        display: block;
    }

    body.on-menu header .mbtn {
        z-index: 1;
    }

    header .rightDiv .menu {
        float: right;
        position: fixed;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        /* background-color: rgba(0, 0, 0, 0.9); */
        background: #fff;
        border-bottom: 1px solid #f8f8f847;
        transition: right 300ms;
        right: -100%;
        padding: 0;
        overflow-y: auto;
        text-align: center;
        margin-top: 0;
    }

    header .rightDiv .menu ul li {
        padding: 0;
        margin: 0;
        /* border-bottom: 1px solid #eee; */
        float: none;
        width: 100%;
    }

    header .rightDiv .menu ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        /*color: #fff;*/
        /*padding: 0 15px;*/
        text-align: left;
        font-size: 16px;
        font-weight: normal;
    }

    header .rightDiv .menu > ul > li > a.login {
        width: 100px;
        margin: 10px 0;
        margin-left: 20px;
        text-align: center;
    }

    header .rightDiv .menu > ul > li > a small {
        display: none;
    }

    header .rightDiv .menu > ul {
        display: block;
        padding-top: 50px;
        width: 100%;
    }

    body.on-menu header .rightDiv .menu {
        right: 0;
    }

    body.on-menu .main {
        right: 0;
    }

    header .rightDiv .menu > ul > li > a {
        padding: 0 20px;
        background: none;
        margin: 0;
        width: 100%;
    }

    header .rightDiv .menu ul li i {
        display: block;
    }

    header .twoMenu {
        position: relative;
        top: 0px;
        background: none;
        padding: 0;
        width: initial;
    }

    header .twoMenu dl {
        margin-bottom: 10px;
    }

    header .twoMenu dl dd {
        margin-top: 0;
    }

    header .rightDiv .menu ul li .twoMenu dl dt > a {
        color: #fff;
    }

    .on-fixed header .rightDiv .menu ul li .twoMenu dl dt > a {
        color: #000;
    }

    header .rightDiv .menu ul li .twoMenu {
        top: 10px;
        box-shadow: none;
    }

    header .rightDiv .menu ul li .twoMenu .liDiv > a {
        line-height: 32px;
        height: 32px;
        font-weight: normal;
    }

    header .twoMenu .liDiv > a:after {
        top: 0;
    }

    header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
        margin: 0 15px;
    }

    header .rightDiv .menu ul li > a:hover,
    header .rightDiv .menu ul li > a:focus,
    header .rightDiv .menu ul li > a.on {
        color: #08308e;
    }

    header .rightDiv .menu ul li .twoMenu dl dt > a {
        line-height: 50px;
        height: initial;
    }

    header .rightDiv .menu > ul > li > a::before {
        display: none;
    }

    header .rightDiv .menu > ul > li:hover,
    header .rightDiv .menu > ul > li:focus,
    header .rightDiv .menu > ul > li.on {
        background: none;
    }

    header .rightDiv .menu > ul > li.on > a {
        color: #56961f;
    }

    header .rightDiv .menu > ul > li > a:hover span,
    header .rightDiv .menu > ul > li > a.now span {
        display: none;


        /* background: #3fba9e;
        border-bottom: 2px #3fba9e solid; */
    }


    .hideDiv {
        display: none;
    }

    .bannerIndex,
    .banner_nei {
        margin-top: 50px;
    }

    footer .foot_top_fl {
        width: 100%;
    }

    footer .foot_top_fl ul.menu_bott li a {
        font-size: 14px;
    }

    footer .contact_bott {
        margin-top: 2.75rem;
        color: #FFFFFF;
    }

    footer .foot_bott {
        font-size: 14px;
    }

    footer {
        margin-top: 18rem;
    }

    footer .foot_top_fl {
        width: 100%;
    }

    footer .foot_top {
        padding-left: 2rem;
    }

    footer .contact_bott p:nth-child(1) span {
        margin-right: 1.25rem;
        width: 100%;
        display: block;
        margin-bottom: 1.25rem;
        color: #FFFFFF;
    }

    footer .foot_rt ul li {
        margin-right: 2rem;
        margin-top: 1.875rem;
    }

    footer .foot_top {
        top: -62%;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    footer .foot_rt ul li a img {
        width: 2rem;
    }

    .indexDiv1 .fl,
    .indexDiv1 .fr {
        width: 100%;
        margin-bottom: 20px;
    }

    .indexDiv1 .fr .textDiv {
        width: 49%;
    }

    .indexDiv2 .swiper-slide {
        transform: scale(1);
    }

    .indexDiv2 .swiper-slide-active,
    .indexDiv2 .swiper-slide-duplicate-active {
        transform: scale(1);
        /* width: 380px!important; */
    }

    .indexDiv2 .swiper-container {
        padding: 0;
        width: 85%;
    }

    .indexDiv2 .swiper-slide .textDiv .text {
        padding: 20px;;
    }

    .indexDiv2 .swiper-button-next,
    .indexDiv2 .swiper-button-prev {
        width: 35px;
        height: 35px;
        background-size: 60%;
    }

    .indexDiv2 .swiper-button-prev {
        left: -10px;
    }

    .indexDiv2 .swiper-button-next {
        right: -10px;
    }

    .indexDiv2 {
        padding: 20px 0;
    }

    footer .contact_bott p:nth-child(1) span {
        font-size: 18px;
    }

    footer {
        min-height: 220px;
        margin-top: 170px;
    }

    .indexDiv3 .more {
        margin-top: 15px;
    }

    .indexDiv1 .fr .text {
        top: 75%;
        padding: 0 20px;
    }

    .indexDiv1 .fr .textDiv:hover .text {
        top: 25px;
        height: 80%;
    }

    .indexDiv1 .fr .text .font18 span {
        margin-bottom: 20px;
    }

    .indexDiv1 .fl {
        line-height: 24px;
    }

    .indexDiv1 .fr .textDiv:hover .text a {
        bottom: 0;
    }

    .indexDiv3 .content .textDiv .text_2 p.title_p {
        font-size: 18px;
    }

    .indexDiv3 .content .textDiv .text_2 {
        padding: 20px;
    }

    .newsDiv ul li a {
        padding: 1.25rem;
    }

    .newsDiv ul li img {
        width: 100%;
        margin-bottom: 1.25rem;
    }

    .newsDiv ul li p {
        width: 100%;
    }

    .contactDiv .content .contact_top .fr,
    .contactDiv .content .contact_top .fl {
        width: 100%;
    }

    .contactDiv .content .contact_top .dizhi {
        text-align: left;

    }

    .contactDiv .content .contact_top .fr {
        margin-top: 1.875rem;
    }

    .contactDiv .content2 {
        margin-top: 20px;
    }

    .contactDiv .content2 ul li {
        width: 50%;
        text-align: center;
        padding: 10px 0;
        float: left;
        min-height: 15rem;
        margin: 0;
    }

    .contactDiv .content2 ul li:nth-child(even) {
        border-right: 0;
    }

    .contactDiv .content2 ul li img {
        width: 40px;
    }

    .contactDiv .content2 ul li p span {
        font-size: 16px;
    }

    .hezuoDiv .textDiv {
        margin-bottom: 20px;
    }

    .hezuoDiv .textDiv .text {
        position: relative;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .hezuoDiv .textDiv:hover .text .font18 .text_p {
        display: none;
    }

    .about_wz {
        width: 100%;
        margin-top: 20px;
    }

    .aboutTeam {
        width: 100%;
        height: 248px;
        background: #08308e;
        color: #FFFFFF;
        float: left;
        padding: 30px;
    }

    .teamImg {
        width: 100%;
        float: none;
    }

    .aboutDiv3 .swiper-container,
    .aboutDiv4 .swiper-container {
        width: 80%;
    }

    .aboutDiv3 .swiper-button-prev,
    .aboutDiv4 .swiper-button-prev {
        left: 0;
    }

    .aboutDiv3 .swiper-button-next,
    .aboutDiv4 .swiper-button-next {
        right: 0;
    }

    .aboutDiv4 .swiper-slide {
        text-align: center;
    }

    .erji {
        position: relative;
        margin-top: 30px;
        top: 0;
        z-index: 1;
    }

    .erji ul li {
        min-width: 48%;
        margin-left: 2%;
        margin-right: 0;
        margin-bottom: 10px;
        box-shadow: 0 0 5px #ddd;
    }

    .erji ul {
        margin-left: -2%;
    }

    .nav_left,
    .content_rt {
        width: 100%;
        margin-top: 20px;
    }

    .nav_left .font28 {
        display: none;
    }

    .nav_left ul {
        margin-left: -2%;
        background: none;
        border-radius: 0;
    }

    .nav_left ul li {
        width: 48%;
        float: left;
        margin-left: 2%;
        background: #f5f5f5;
        margin-bottom: 10px;
    }

    .nav_left ul li a {
        padding: 10px 0;
        font-size: 16px;
    }

    .content_rt .product_img_swiper_container {
        width: 100%;
        margin-top: 20px;
    }

    .content_rt .text {
        width: 100%;
        margin-top: 20px;
    }

    .shzp .zp_list li:first-child {
        font-size: 14px
    }

    .shzp .zp_list .topbar {
        font-size: 14px
    }

    .shzp .zp_list .topbar i::after {
        font-size: 16px
    }

    .shzp .zp_list .topbar {
        font-size: 0;
        overflow: hidden;
        padding: 10px 0
    }

    .shzp .zp_list .topbar > div {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5
    }

    .shzp .zp_list .content .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .join_wz {
        width: 100%;
        margin-bottom: 20px;
    }

    .join_wz ul {
        float: none;
    }

    .joinDiv3 {
        padding-bottom: 150px;
    }

    footer {
        margin-top: 50px;
        min-height: auto;
    }

    footer .foot_top {
        width: 100%;
        position: relative;
        margin-top: 50px;
        background-size: cover;
        border-radius: 0;
        top: 0;
        background-position: center;
        padding-bottom: 30px;
    }

    footer .foot_bott {
        position: relative;
        bottom: 0;
        padding: 20px 0;
    }

    .aboutDiv4 .swiper-button-next,
    .aboutDiv4 .swiper-button-prev {
        top: 45%;
    }

    header .rightDiv .menu ul li.yuyan a {
        width: auto;
    }

    .inner .shzp .zp_list li .num, .inner .shzp .zp_list li .place, .inner .shzp .zp_list li .position, .inner .shzp .zp_list li .time, .inner .shzp .zp_list li .xinzi {
        width: 20%;
    }
}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 992px) {

    .wrap {
        width: 96%;
        margin: 0 auto;
        font-size: 14px;
    }

    .showDiv {
        display: block;
    }

    .menu {
        width: 100%
    }

    .menu ul {
        width: 100%;
        display: block;
    }

    .menu ul ul {
        top: 0;
        border: 0;
    }

    .menu ul ul .ul {
        background: rgba(255, 255, 255, 0.6);
        box-shadow: none;
        border-radius: 0;
    }

    .menu > ul > li > a {
        padding: 0 20px;
    }

    .menu.align-center > ul,
    .menu.align-right ul ul {
        text-align: left
    }

    .menu ul li,
    .menu ul ul li,
    .menu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, .15)
    }

    .menu ul li a,
    .menu ul ul li a {
        width: 100%
    }

    .menu > ul > li,
    .menu.align-center > ul > li,
    .menu.align-right > ul > li {
        float: none;
        display: block
    }

    .menu ul ul li a {
        padding: 0 20px 0 30px;
        font-size: 12px;
        background: 0 0
    }

    /*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
    .menu ul ul ul li a {
        padding-left: 40px
    }

    .menu ul ul,
    .menu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }

    .menu > ul > li.has-sub > a::after,
    .menu ul ul li.has-sub > a::after {
        display: none
    }

    #menu-line {
        display: none
    }

    .menu #menu-button {
        display: block;
        padding: 20px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }

    .menu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff
    }

    .menu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .menu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, .15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    .menu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #333;
        z-index: 99
    }

    .menu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #333;
        z-index: 99
    }

    .menu .submenu-button.submenu-opened:after {
        display: none
    }

    .menu ul ul {
        background: transparent;
        border-bottom: none;
        padding: 0;
    }

    .menu ul ul ul {
        top: 0;
    }

    .menu li:hover > ul {
        left: auto;
        margin-left: auto;
    }

    .menu ul ul li > a:last-child {
        border-bottom: 0;
    }

    header .rightDiv .menu ul li ul li {
        border-bottom: 1px #eee dashed;
    }

    header .rightDiv .menu ul li ul li:last-child {
        border: 0;
    }

    header .logo {
        width: 30%;
        margin-left: 0;
        margin-top: 3px;
    }

    header .logo a {
        /* height: 35px; */
        margin-top: 5px;

    }


    header .wrap {
        display: block;
    }

    header.header2 .rightDiv .menu > ul > li > a {
        color: #333;
    }

    header {
        position: fixed !important;
        z-index: 999;
        top: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 65px;
        padding-top: 0;
        background: #FFFFFF;
        box-shadow: 0 0 5px #EEEEEE;
        /* background: #000; */
        /*background-color: transparent;*/
        transition: right 300ms !important;
    }

    header.header2 {
        background: #FFFFFF;
        border: 0;
        box-shadow: 0 0 5px #EEEEEE;
    }


    header .rightDiv .menu > ul > li > a:hover {
        color: #009A44;
    }

    .on-fixed header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }


    /*body.on-menu header {right: 45%;}*/
    header .mbtn {
        display: block;
    }

    body.on-menu header .mbtn {
        z-index: 1;
    }

    header .rightDiv .menu {
        float: right;
        position: fixed;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        /* background-color: rgba(0, 0, 0, 0.9); */
        background: #fff;
        border-bottom: 1px solid #f8f8f847;
        transition: right 300ms;
        right: -100%;
        padding: 0;
        overflow-y: auto;
        text-align: center;
        margin-top: 0;
    }

    header .rightDiv .menu ul li {
        padding: 0;
        margin: 0;
        /* border-bottom: 1px solid #eee; */
        float: none;
        width: 100%;
    }

    header .rightDiv .menu ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        /*color: #fff;*/
        /*padding: 0 15px;*/
        text-align: left;
        font-size: 16px;
        font-weight: normal;
    }

    header .rightDiv .menu > ul > li > a.login {
        width: 100px;
        margin: 10px 0;
        margin-left: 20px;
        text-align: center;
    }

    header .rightDiv .menu > ul > li > a small {
        display: none;
    }

    header .rightDiv .menu > ul {
        display: block;
        padding-top: 50px;
        width: 100%;
    }

    body.on-menu header .rightDiv .menu {
        right: 0;
    }

    body.on-menu .main {
        right: 0;
    }

    header .rightDiv .menu > ul > li > a {
        padding: 0 20px;
        background: none;
        margin: 0;
        width: 100%;
    }

    header .rightDiv .menu ul li i {
        display: block;
    }

    header .twoMenu {
        position: relative;
        top: 0px;
        background: none;
        padding: 0;
        width: initial;
    }

    header .twoMenu dl {
        margin-bottom: 10px;
    }

    header .twoMenu dl dd {
        margin-top: 0;
    }

    header .rightDiv .menu ul li .twoMenu dl dt > a {
        color: #fff;
    }

    .on-fixed header .rightDiv .menu ul li .twoMenu dl dt > a {
        color: #000;
    }

    header .rightDiv .menu ul li .twoMenu {
        top: 10px;
        box-shadow: none;
    }

    header .rightDiv .menu ul li .twoMenu .liDiv > a {
        line-height: 32px;
        height: 32px;
        font-weight: normal;
    }

    header .twoMenu .liDiv > a:after {
        top: 0;
    }

    header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
        margin: 0 15px;
    }

    header .rightDiv .menu ul li > a:hover,
    header .rightDiv .menu ul li > a:focus,
    header .rightDiv .menu ul li > a.on {
        color: #08308e;
    }

    header .rightDiv .menu ul li .twoMenu dl dt > a {
        line-height: 50px;
        height: initial;
    }

    header .rightDiv .menu > ul > li > a::before {
        display: none;
    }

    header .rightDiv .menu > ul > li:hover,
    header .rightDiv .menu > ul > li:focus,
    header .rightDiv .menu > ul > li.on {
        background: none;
    }

    header .rightDiv .menu > ul > li.on > a {
        color: #56961f;
    }

    header .rightDiv .menu > ul > li > a:hover span,
    header .rightDiv .menu > ul > li > a.now span {
        display: none;


        /* background: #3fba9e;
        border-bottom: 2px #3fba9e solid; */
    }


    .hideDiv {
        display: none;
    }

    .bannerIndex,
    .banner_nei {
        margin-top: 50px;
    }

    footer .foot_top_fl {
        width: 100%;
    }

    footer .foot_top_fl ul.menu_bott li a {
        font-size: 14px;
    }

    footer .contact_bott {
        margin-top: 2.75rem;
        color: #FFFFFF;
    }

    footer .foot_bott {
        font-size: 14px;
    }

    footer {
        margin-top: 18rem;
    }

    footer .foot_top_fl {
        width: 100%;
    }

    footer .foot_top {
        padding-left: 2rem;
    }

    footer .contact_bott p:nth-child(1) span {
        margin-right: 1.25rem;
        width: 100%;
        display: block;
        margin-bottom: 1.25rem;
        color: #FFFFFF;
    }

    footer .foot_rt ul li {
        margin-right: 2rem;
        margin-top: 1.875rem;
    }

    footer .foot_top {
        top: -62%;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    footer .foot_rt ul li a img {
        width: 2rem;
    }

    .indexDiv1 .fl,
    .indexDiv1 .fr {
        width: 100%;
        margin-bottom: 20px;
    }

    .indexDiv1 .fr .textDiv {
        width: 49%;
    }

    .indexDiv2 .swiper-slide {
        transform: scale(1);
    }

    .indexDiv2 .swiper-slide-active,
    .indexDiv2 .swiper-slide-duplicate-active {
        transform: scale(1);
        /* width: 380px!important; */
    }

    .indexDiv2 .swiper-container {
        padding: 0;
        width: 85%;
    }

    .indexDiv2 .swiper-slide .textDiv .text {
        padding: 20px;;
    }

    .indexDiv2 .swiper-button-next,
    .indexDiv2 .swiper-button-prev {
        width: 35px;
        height: 35px;
        background-size: 60%;
    }

    .indexDiv2 .swiper-button-prev {
        left: -10px;
    }

    .indexDiv2 .swiper-button-next {
        right: -10px;
    }

    .indexDiv2 {
        padding: 20px 0;
    }

    footer .contact_bott p:nth-child(1) span {
        font-size: 18px;
    }

    footer {
        min-height: 220px;
        margin-top: 170px;
    }

    .indexDiv3 .more {
        margin-top: 15px;
    }

    .indexDiv1 .fr .text {
        top: 75%;
        padding: 0 20px;
    }

    .indexDiv1 .fr .textDiv:hover .text {
        top: 25px;
        height: 80%;
    }

    .indexDiv1 .fr .text .font18 span {
        margin-bottom: 20px;
    }

    .indexDiv1 .fl {
        line-height: 24px;
    }

    .indexDiv1 .fr .textDiv:hover .text a {
        bottom: 0;
    }

    .indexDiv3 .content .textDiv .text_2 p.title_p {
        font-size: 18px;
    }

    .indexDiv3 .content .textDiv .text_2 {
        padding: 20px;
    }

    .newsDiv ul li a {
        padding: 1.25rem;
    }

    .newsDiv ul li img {
        width: 100%;
        margin-bottom: 1.25rem;
    }

    .newsDiv ul li p {
        width: 100%;
    }

    .contactDiv .content .contact_top .fr,
    .contactDiv .content .contact_top .fl {
        width: 100%;
    }

    .contactDiv .content .contact_top .dizhi {
        text-align: left;

    }

    .contactDiv .content .contact_top .fr {
        margin-top: 1.875rem;
    }

    .contactDiv .content2 {
        margin-top: 20px;
    }

    .contactDiv .content2 ul li {
        width: 25%;
        text-align: center;
        padding: 10px 0;
        float: left;
        min-height: 15rem;
        margin: 0;
    }

    .contactDiv .content2 ul li:nth-child(even) {
        border-right: 0;
    }

    .contactDiv .content2 ul li img {
        width: 40px;
    }

    .contactDiv .content2 ul li p span {
        font-size: 16px;
    }

    .hezuoDiv .textDiv {
        margin-bottom: 20px;
    }

    .hezuoDiv .textDiv .text {
        position: relative;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .hezuoDiv .textDiv:hover .text .font18 .text_p {
        display: none;
    }

    .about_wz {
        width: 100%;
        margin-top: 20px;
    }

    .aboutTeam {
        width: 25%;
        height: 248px;
        background: #08308e;
        color: #FFFFFF;
        float: left;
        padding: 20px;
    }

    .teamImg {
        width: 25%;
        height: 248px;
    }

    .teamImg img {
        height: 100%;
    }

    .aboutDiv3 .swiper-container,
    .aboutDiv4 .swiper-container {
        width: 80%;
    }

    .aboutDiv3 .swiper-button-prev,
    .aboutDiv4 .swiper-button-prev {
        left: 0;
    }

    .aboutDiv3 .swiper-button-next,
    .aboutDiv4 .swiper-button-next {
        right: 0;
    }

    .aboutDiv4 .swiper-slide {
        text-align: center;
    }

    .erji {
        position: relative;
        margin-top: 30px;
        top: 0;
        z-index: 1;
    }

    .erji ul li {
        min-width: 48%;
        margin-left: 2%;
        margin-right: 0;
        margin-bottom: 10px;
        box-shadow: 0 0 5px #ddd;
    }

    .erji ul {
        margin-left: -2%;
    }

    .nav_left,
    .content_rt {
        width: 100%;
        margin-top: 20px;
    }

    .nav_left .font28 {
        display: none;
    }

    .nav_left ul {
        margin-left: -2%;
        background: none;
        border-radius: 0;
    }

    .nav_left ul li {
        width: 48%;
        float: left;
        margin-left: 2%;
        background: #f5f5f5;
        margin-bottom: 10px;
    }

    .nav_left ul li a {
        padding: 10px 0;
        font-size: 16px;
    }

    .content_rt .product_img_swiper_container {
        width: 100%;
        margin-top: 20px;
    }

    .content_rt .text {
        width: 100%;
        margin-top: 20px;
    }

    .shzp .zp_list li:first-child {
        font-size: 14px
    }

    .shzp .zp_list .topbar {
        font-size: 14px
    }

    .shzp .zp_list .topbar i::after {
        font-size: 16px
    }

    .shzp .zp_list .topbar {
        font-size: 0;
        overflow: hidden;
        padding: 10px 0
    }

    .shzp .zp_list .topbar > div {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5
    }

    .shzp .zp_list .content .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .join_wz {
        width: 48%;
        margin-bottom: 20px;
    }

    .join_wz ul {
        float: none;
    }

    .joinDiv3 {
        padding-bottom: 150px;
    }

    footer {
        margin-top: 50px;
        min-height: auto;
    }

    footer .foot_top {
        width: 100%;
        position: relative;
        margin-top: 50px;
        background-size: cover;
        border-radius: 0;
        top: 0;
        background-position: center;
        padding-bottom: 30px;
    }

    footer .foot_bott {
        position: relative;
        bottom: 0;
        padding: 20px 0;
    }

    .aboutDiv4 .swiper-button-next,
    .aboutDiv4 .swiper-button-prev {
        top: 45%;
    }

    header .rightDiv .menu ul li.yuyan a {
        width: auto;
    }

    .aboutImg {
        width: 100%;
    }


}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width: 993px) and (max-width: 1024px) {
    .wrap {
        width: 100%;
    }

    header {
        width: 96%;
    }

    header .rightDiv .menu > ul > li {
        padding: 0 10px;
    }

    .yuyan {
        width: 100px;
    }

    .banner_nei,
    .banner {
        margin-top: 80px;
    }

    .bankuai1 {
        width: 66%;
    }

    .bankuai2 {
        width: 32%;
    }

    .kejiDiv2 .textDiv {
        height: 90%;
    }

    .zhuyingDiv1 .content1 {
        width: 45%;
    }

    .zhuyingDiv1 .content2 {
        width: 52%;
    }

    .jishuDiv2 .textDiv {
        height: 90%;
    }

    .aboutDiv3 .swiper-button-next {
        right: 0;
    }

    .aboutDiv3 .swiper-button-prev {
        left: 0;
    }

    .aboutDiv3 .swiper-container {
        width: 90%;
    }

    .indexDiv1 .fl,
    .indexDiv1 .fr {
        width: 48%;
    }

    .indexDiv1 .fr .textDiv {
        width: 48%;
    }

    .about_wz,
    .aboutImg {
        width: 48%;
    }

    .aboutTeam,
    .teamImg {
        width: 25%;
        height: 420px;
    }

    .teamImg img {
        height: 100%;
    }

    .aboutDiv3 .swiper-container,
    .aboutDiv4 .swiper-container {
        width: 80%;
    }

    .aboutDiv3 .swiper-button-prev,
    .aboutDiv4 .swiper-button-prev {
        left: 0;
    }

    .aboutDiv3 .swiper-button-next,
    .aboutDiv4 .swiper-button-next {
        right: 0;
    }

    .content_rt {
        width: calc(100% - 220px);
    }

    .content_rt .product_img_swiper_container {
        width: 48%;
        margin-bottom: 20px;
    }

    .content_rt .text {
        width: 48%;
        margin-bottom: 20px;
    }

    .content_rt img {
        width: 48%;
    }

    .hezuoDiv .textDiv {
        height: 345px;
    }

    .newsDiv {
        width: 95%;
        margin: 0 auto;
        margin-top: 80px;
    }

    footer .foot_top {
        padding-left: 30px;
    }

    .join_wz {
        width: 48%;
    }

    .joinDiv3 {
        padding-bottom: 100px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .wrap {
        width: 100%;
    }

    header {
        width: 96%;
    }

    header .rightDiv .menu > ul > li {
        padding: 0 10px;
    }

    .yuyan {
        width: 170px;
    }

    .aboutDiv3 .swiper-button-next {
        right: 0;
    }

    .aboutDiv3 .swiper-button-prev {
        left: 0;
    }

    .aboutDiv3 .swiper-container {
        width: 90%;
    }
}

@media screen and (min-width: 1201px)and (max-width: 1400px) {
    .wrap {
        max-width: 1200px;
        margin: 0 auto;
    }

    header {
        width: 85%;
    }

    header .rightDiv .menu > ul > li {
        padding: 0 10px;
    }

    .yuyan {
        width: 170px;
    }

    .aboutDiv3 .swiper-button-next {
        right: 0;
    }

    .aboutDiv3 .swiper-button-prev {
        left: 0;
    }

    .aboutDiv3 .swiper-container {
        width: 1000px;
    }

    header .rightDiv {
        width: 75%;
    }

    footer .foot_top {
        padding-left: 80px;
        padding-right: 80px;
    }

}

@media screen and (min-width: 1401px)and (max-width: 1600px) {
    header {
        width: 85%;
    }

    header .rightDiv .menu > ul > li {
        padding: 0 20px;
    }

    .yuyan {
        width: 170px;
    }

    footer .foot_top {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* 位置 */
.weizhi .wrap a {
    color: #ffffff;
}

.nowPosition {
    width: 0;
    height: 0;
    position: relative;
    top: -30px;
}

/* 当前栏目 */
.wrap .relative .now, .wrap .relative .now a {
    background: #08308e;
    color: #ffffff;
}

/* 正文内容 */
.show_content {
    float: none;
    margin: 0 auto;
}

.show_content .text .font24 {
    display: block;
}

.show_content .text .font24 span {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 36px;
}

.hide {
    display: none !important;
}