* {
    -webkit-tap-highlight-color: transparent;}

body {
    font-family: "Microsoft YaHei", 'arial';
    font-size: 14px;
    background-color: #ffffff;
    color: #333;}
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
ol {
    margin: 0;
    padding: 0;
    outline: none;
    /* min-width: 300px; */
    }
#vsb_content p img{max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;}

/*A*/
a {
    text-decoration: none;}

a:hover {
    text-decoration: none;}

a:link,
a:visited {
    color: #333;}

/*img*/
img {
    border: 0 none;
    vertical-align: middle;}

/*li*/
ul,
li {
    list-style-type: none;}
input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    color: #000;}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;}

.clearfix {
    zoom: 1;}

img {
    border: 0;}

a {
    blr: expression(this.onFocus=this.close());}

a {
    blr: expression(this.onFocus=this.blur());}

a:focus {
    -moz-outline-style: none;}

a:focus {
    outline: none;}

.clear {
    clear: both;}

.lef {
    float: left;}

.rig {
    float: right;}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;}

textarea {
    -webkit-appearance: none;}

input {
    border-radius: 0;
    outline: none;
    border: none;}

.cont {
    margin: 0 auto;}

/* top */
.top {
    width: 100%;
    height: 130px;
    background: url(../image/logo_bg.jpg) center center no-repeat;
    position: relative;}

.top .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;}

.top .search {
    width: 300px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #005e94;
    position: relative;
    overflow: hidden;}

.top .search .searchIcon {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -11px;}

.top .search input[type="text"] {
    width: 71%;
    height: 100%;
    background-color: #fff;
    padding-left: 46px;
    box-sizing: border-box;
    font-size: 14px;}

.top .search input[type="submit"] {
    width: 80px;
    height: 40px;
    background-color: #015293;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;}

.top .navbtn {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);}



/* nav */
.nav {
    width: 100%;
    height: 60px;
    background-color: #0061b4;
    transition: all linear 0.3s;
    position: relative;}

.nav .yj_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;}

.nav .yj_ul>li {
    /* float: left; */
    width: 11%;
    border-right: 1px solid #297ac0;
    text-align: center;
    line-height: 60px;
    position: relative;}

.nav .yj_ul>li:last-child {
    border-right: none;}

.nav .yj_ul>li.active,
.nav .yj_ul>li>a:hover {
    background-color: #0084e9;}

.nav .yj_ul>li a {
    display: block;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight:bold;}

.nav .yj_ul>li a img {
    margin-right: 10px;}

.nav .ej_ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    z-index: 9;}

.nav .ej_ul>li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 5px 0;}

.nav .ej_ul>li:last-child {
    border-bottom: none;}

.nav .ej_ul>li:hover a {
    color: #0084e9;}

.nav .ej_ul>li a {
    display: block;
    font-size: 14px;
    color: #656565;
    line-height: 22px;
	font-weight:normal;}



/* 下拉框导航 */
.mNav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
    overflow-y: auto;
    }

.mNav .closed {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;}

.mNav ul.yj_ul {
    width: 80%;
    background: #fff;
    overflow-y: auto;
    }

.mNav li {
    width: 100%;}

.mNav li .yjbox {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;}

.mNav li a {
    display: block;
    width: 100%;
    height: 100%;}


.mNav .yj_ul>li .yjbox .xiala {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../image/xiala1.jpg) center center no-repeat;
    background-size: 6px 12px;}

.mNav .yj_ul>li:hover .yjbox .xiala,
.mNav .yj_ul>li.active .yjbox .xiala {
    color: #0084e9;}

.mNav .yj_ul>li.active .yjbox .xiala {
    background: url(../image/xiala2.jpg) center center no-repeat;
    background-size: 12px 6px;}

.mNav .yj_ul>li .yjbox>a {
    height: 50px;
    font-size: 16px;
    color: #656565;
    padding-left: 40px;
    box-sizing: border-box;}

.mNav .yj_ul>li:hover .yjbox>a,
.mNav .yj_ul>li.active .yjbox>a {
    color: #0084e9;}

/* 二级 */

.mNav ul.ej_ul {
    width: 100%;
    background: #fff;
    display: none;}

.mNav li {
    width: 100%;}

/* 没有三级标签的 */
.mNav .sj_dan>a {
    font-size: 16px;
    color: #656565;
    height: 40px;
    line-height: 40px;
    padding-left: 90px;
    box-sizing: border-box;
    position: relative;}

.mNav .sj_dan>a::before,
.mNav .ej_ul>li .ejbox>a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #656565;
    position: absolute;
    left: 65px;
    top: 50%;
    margin-top: -3px;}

.mNav .sj_dan:hover>a,
.mNav .sj_dan.active>a {
    color: #0084e9;}

.mNav .sj_dan:hover>a::before,
.mNav .sj_dan.active>a::before {
    background: #0084e9;}


/* 有三级标签的 */
.mNav li .ejbox {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;}

.mNav li a {
    display: block;
    width: 100%;
    height: 100%;}


.mNav .yj_ul>li .ejbox .xiala {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../image/xiala1.jpg) center center no-repeat;
    background-size: 6px 12px;}

.mNav .ej_ul>li:hover .ejbox .xiala,
.mNav .ej_ul>li.active .ejbox .xiala {
    color: #0084e9;}

.mNav .ej_ul>li.active .ejbox .xiala {
    background: url(../image/xiala2.jpg) center center no-repeat;
    background-size: 12px 6px;}

.mNav .ej_ul>li .ejbox>a {
    height: 50px;
    font-size: 16px;
    color: #656565;
    padding-left: 90px;
    box-sizing: border-box;}

.mNav .ej_ul>li:hover .ejbox>a,
.mNav .ej_ul>li.active .ejbox>a {
    color: #0084e9;}


/* 三级 */
.mNav ul.sj_ul {
    width: 100%;
    background: #fff;
    display: none;}

.mNav .sj_ul>li {
    width: 100%;}

.mNav .sj_ul>li>a {
    font-size: 14px;
    color: #656565;
    height: 40px;
    line-height: 40px;
    padding-left: 130px;
    box-sizing: border-box;
    position: relative;}

.mNav .sj_ul>li>a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #656565;
    position: absolute;
    left: 110px;
    top: 50%;
    margin-top: -3px;}

.mNav .sj_ul>li:hover>a,
.mNav .sj_ul>li.active>a {
    color: #0084e9;}

.mNav .sj_ul>li:hover>a::before,
.mNav .sj_ul>li.active>a::before {
    background: #0084e9;}

/* banner */
.lunbo {
    width: 100%;}

.banner {
    width: 100%;
    position: relative;}

.banner img {
    width: 100%;}


.swiper-container1.banner {
    width: 100%;
    height: 100%;}

.swiper-wrapper {
    overflow: hidden !important;}

.swiper-container1.banner .swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    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;}

.swiper-container1.banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 2px;
    right: auto;}

.swiper-container1.banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 2px;
    left: auto;}

.swiper-container1.banner .swiper-button-next,
.swiper-button-prev {
    width: 10px;
    height: 18px;
    color: #1ac2ed;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(36, 95, 165, 0.19);
    border-radius: 4px;}

.swiper-container1.banner .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;}

.swiper-container1.banner .swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
    background: url(../image/dot.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 1 !important;}

.swiper-container1.banner .swiper-pagination-bullet-active {
    background: url(../image/dot_active.jpg) center center no-repeat !important;
    background-size: 100% 100% !important;}

/* 通知公告 */
.tz {
    width: 100%;
    height: 50px;
    background-color: #ecf3f9;}

.tz .cont {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.tz img {
    margin-right: 20px;}

.tz_list {
    flex: 1;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;}

.tz .tempWrap {
    width: 97%;}

.tz .tz_text {
    display: flex;
    flex-direction: column;}

.tz .tz_text li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;}

.tz .tz_text span {
    white-space: nowrap;}

.tz .tz_text span:nth-of-type(odd) {
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.tz .tz_text span:nth-of-type(even) {
    width: 20%;
    text-align: center;}

.tz .tz_text:hover a {
    color: #dd0000;}

.tz .jt1 {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;}

.tz .jt1:hover {
    border-color: transparent transparent #0980dc transparent;}

.tz .jt2:hover {
    border-color: #0980dc transparent transparent transparent;}

.tz .jt2 {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 3px;}

.index {
    padding-top: 30px;}

.s1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}

.s1 .s1_l {
    width: 50%;
	height:416px;}

.s_img img {
    width: 100%; 
	height:100%;}

.s_img p {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.banner1 {
    width: 100%;
	height:100%;
    position: relative;}

.swiper-container3 {
	height:177px;}
.banner1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;}

.banner1 .swiper-pagination-bullet-active {
    background: #0980dc;}

.banner1 .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;}

.s1_r {
    overflow: hidden;
    padding-left: 20px;
	width:50%;}

.s1_r .nav_tab {
    display: flex;
    align-items: center;}

.s1_r .nav_tab li {
    line-height: 45px;
    width: 34%;
    text-align: center;}

.s1_r .nav_tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background: #ecf3f9;
    margin-bottom: 10px;}

.s1_r .nav_tab li a img {
    width: 24px;
    height: 22px;
    margin-right: 6px;}

.s1_r .nav_tab li a img:nth-child(2) {
    display: none;}

.s1_r .nav_tab li:hover,
.s1_r .nav_tab .active {
    background: url(../image/active_bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;}

.s1_r .nav_tab li:hover a,
.s1_r .nav_tab .active a {
    background: none;
    color: #fff;}

.s1_r .nav_tab .active a img:nth-child(2),
.s1_r .nav_tab li:hover a img:nth-child(2) {
    display: block;}

.s1_r .nav_tab li:hover a img:nth-child(1),
.s1_r .nav_tab .active a img:nth-child(1) {
    display: none;}
.tablist .list{
	height:351px;
	margin-top:10px;}
.list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 99%;}

.list li {
    line-height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.list li:hover a {
    color: #dd0000;}

.list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 72%;}

.list li a div {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;}

.list li a div .list_l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.list li a div .dot {
    margin: 0 10px;}

.list li a div img {
    margin: 0 5px;}

.list li .time {
    width: 78px;
    white-space: nowrap;}
.yd_s5_list{
	height:300px;}
.s5_list  .l_list{
	height:245px;}
.l_list {
    margin-top: 10px;
    width: 98%;}

.l_list li {
    line-height: 35px;}

.l_list li a {
    width: 62%;}

.l_list li a div .dot {
    margin: 0 5px;}

.b_list li a {
    width: 70%;}

.s2 {
    width: 100%;
    margin-top: 20px;}

.s2 img {
    width: 100%;}

.zt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;}

.s_left {
    width: 75%;}

.s3,
.s5,
.s6,
.s7 {
    margin-top: 20px;}

.s3 .wh {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;}

.s3 .wh_l {
    width: 65%;
    display: flex;
    flex-direction: column;}

.s3 .wh_l ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f4f4f4;
    margin-bottom: 10px;}

.s3 .wh_l ul li a {
    margin: 0 20px;
    text-align: center;
    line-height: 38px;
    color: #a9a9a9;
    font-weight: bold;}


.s3 .wh_l ul li:hover a,
.s3 .wh_l ul .active a {
    color: #666;}

.s3 .wh_text {
    display: flex;
    align-items: flex-start;
	justify-content:space-evenly;
    padding-bottom: 15%;
    background: url(../image/wh_bg.jpg) 0 100% no-repeat;
    background-size: 100%;}

.s3 .wh_text .wh_text_t {
	width:66%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 10px;}

.s3 .wh_text_t p {
    font-size: 24px;
    color: #3266cb;
    line-height: 60px;
    white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;}

.s3 .wh_text_t div {
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.s3 .wh_text_t span {
    text-align: right;
    line-height: 25px;}
.s3 .wh_text_t span a{
    color: #dc1414;}
.s3 .wh_r {
    margin-left: 2%;
    width: 33%;}

.s3 .wh_r_s {
    width: 100%;
    padding-bottom: 20px;}

.s3 .wh_r_s .s_img img {
    width: 100%;
	height:100%
;}


.s3 .wh_r_s li a {
    width: 100%;}

.s3 .wh_r_s .list li a div .dot {
    margin: 0;
    margin-right: 5px;}

.s3 .wh_r_s .list li a div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.s_right {
    width: 22%;}

.s3 .s3_r .sp {
    display: flex;
    flex-direction: column;
    padding-top: 10px;}

.s3 .video {
    width: 100%;
    height: 141px;
    /* background: pink; */
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #e6e6e6;}

.s3 .video img {
    /* background: yellowgreen; */
    width: 100%;
	height:100%;}

.s4_l {
    display: flex;}

.s4_r_img {
    width: 100%;}

.s4_r_img img {
    width: 100%;
	max-height:236px;
    padding: 20px 0;}

.s4 .b_img {
    position: relative;
    width: 30%;}

.s4 .b_img img {
    width: 100%;}

.s4 .b_img h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 45px;
    background: #1c7cc6;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;}

.s4 .s4_l ul {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;}

.s4 .s4_l ul li {
    width: 25%;
    position: relative;
    overflow: hidden;
	max-height:162px;}

.s4 .s4_l ul li a {
    width: 100%;
    height: 100%;
    overflow: hidden;}

.orange {
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 0, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    margin-top: -162px;
    transition: all linear 0.3s;}

.s4 .s4_l ul li:hover .orange {
    margin-top: 0;}

.s4 .s4_l ul li img {
    width: 100%;
    height: 99%;
    border: 1px solid #fff;}

.s5_l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;}

.s5_list {
    width: 48%;}

.yd_s5_list {
    width: 100%;
    display: none;}

.s5_r ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
;}

.s5_r ul li {
    width: 96%;
    position: relative;}

.s5_r ul li:nth-child(1) {
    margin-top: 10px;
    margin-bottom: 25px;}

.s5_r ul li img {
    width: 100%;}

.s5_r ul li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;}

.s6 {
    width: 100%;
    flex-direction: column;}

.s6_title {
    width: 100%;}

.s6 .list_img {
    margin-top: 20px;
    width: 100%;
	height:222px;}

.s6 .over_img {
    overflow: hidden;
    position: relative;}

.s6 .over_img ul {
    display: flex;}

.s6 .over_img li {
    float: left;
    margin-right: 15px;
    width: 256px;}
.s6 .over_img li:hover p {
    color: #e12c2c;}

.s6 .over_img li div {
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #e6e6e6;
	height:182px;}

.s6 .over_img li div img{
	width:248px;
	height:174px
;}
.s6 .over_img li p {
    text-align: center;
    line-height: 40px;}

.s6 .over_img li p {
    color: #333;}

.s7 {
    width: 100%;
    line-height: 45px;
    background: #f9f8f8;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;}

.s7 ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
	justify-content: space-evenly;}

.s7 ul li {
    width: 20%;
    text-align: center;}

.s7 ul li select {
    border: 1.5px solid #7f9db9;
    background: #fff;
    /* text-align: center; */
    width: 70%;}



.tablist,
.whlist,
.s5list,
.img_list,
.yd {
    display: none;}

.block {
    display: block;}

#banner_content4 {
    width: 100%;}


/*小标题 */
.mTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;}

.mTitle ul {
    display: flex;
    align-items: center;}

.mTitle li:hover h3 {
    color: #3266cb;
    background: url(../image/title_bg.jpg) 0 100% no-repeat;}

.mTitle li {
    margin-bottom: -1px;}

.mTitle li h3 {
    margin-bottom: 0;}

.mTitle .active a,
.mTitle li:hover h3 a {
    color: #3266cb;}

.mTitle .active {
    color: #3266cb;
    background: url(../image/title_bg.jpg) 0 100% no-repeat;}

.mTitle h3 a {
    font-size: 16px;
    font-weight: bold;
    color: #333;}

.mTitle h3 {
    font-size: 16px;
    padding: 0px 22px 5px;
    margin-bottom: -1px;}

.more_link {
    display: none;}

.mTitle .block {
    display: block;}

.mTitle a {
    font-weight: bold;
    font-size: 14px;
    color: #999;}



/* 相关信息 */
.footer {
    background: #0067ac;
    height: auto;
    color: #fff;}

.footer .text {
    width: 100%;
    padding: 25px 0;}

.footer .text p {
    text-align: center;
    line-height: 30px;}

.footer .text a {
    color: #fff;}

.footer .text a:hover {
    color: #ff8b10;}

.cb {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 100;}

.aside {
    width: 100%;
    height: 500px;
    background: url(../image/aside_bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;}

.aside ul {
    width: 85%;
	height:100%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
	justify-content:space-between;
    align-items: center;}

.aside ul li {
    width: 100%;
    text-align: center;}


.aside ul li:nth-child(1) {
    padding: 15px 0 10px 0;}

.aside ul li:first-child a,
.aside ul li:last-child  a {
    color: #edc822;}
.aside ul li:last-child {
		padding-bottom:20px;}
.aside ul li:last-child  a {
    margin-left: 15px;

    line-height: 40px;}

.aside ul li img {
    width: 95%;
	height:102px;}

.aside ul li p {
    color: #fff;
    line-height: 30px;}

.news .xq_show {
    border: 1px solid #eee;
    box-shadow: 1px 1px 10px 1px rgba(156, 161, 186, 0.2);}

.news .dh_wrap .xq_title,
.news .dh_wrap .xq_content {
    border: none;}

/* 内页的样式代码 */
.nBg {
    width: 100%;}

.nBg img {
    width: 100%;}

/* 导航 */
.dh_wrap {
    margin: 30px 0;
    background: #fff;}

/* 详情页面样式 */
.dh_wrap .xq_title {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-bottom: none;
    font-size: 16px;
    color: #0061b4;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;}

.dh_wrap .xq_title p {
    border-bottom: 2px solid #0061b4;
    line-height: 30px;
    padding: 20px 0;}

.dh_wrap .xq_content {
    width: 100%;
    min-height: 800px;
    border: 1px solid #eee;
    border-top: none;
    box-sizing: border-box;
    padding: 20px 20px;}

.dh_wrap .xq_info {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 40px;
    margin-bottom: 20px;}

.xq_text video {
    width: 90% !important;
    height: auto;
    object-fit: fill;}

.xq_text img {
    max-width: 90%;
    height: auto;}


/* 竖向样式 */
.shu .cont {
    display: flex;
    justify-content: space-between;}

.shu .dh_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;}

.dhLeft {
    width: 21%;}

.dhLeft .dhLeft_top {
    border: 1px solid #ebebeb;
    min-height: 500px;}

.dhLeft .dhLeft_title {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    background: url(../image/shu_title.jpg) 0 0 no-repeat;
    background-size: 100% 100%;}

.dhLeft .dhLeft_title span {
    margin-left: 20px;}


.dhLeft .dhLeft_content {
    width: 100%;
    min-height: 500px;
    border-top: none;
    box-sizing: border-box;
    padding: 15px;
    box-sizing: border-box;}

.dhLeft .dhLeft_content .dhej_ul>li {
    width: 100%;
    margin-bottom: 4px;}


.dhLeft .dhLeft_content .dhej_ul>li .dhej {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    background: linear-gradient(#fefdfe, #f3f2f1);
    box-sizing: border-box;
    margin-bottom: 15px;}

.dhLeft .dhLeft_content li.active .dhej {
    background: #0061b4;}

.dhLeft .dhLeft_content li .dhej a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    cursor: pointer;}

.dhLeft .dhLeft_content li:hover .dhej a,
.dhLeft .dhLeft_content li.active .dhej a {
    background: #0061b4;
    color: #fff;}

.dhLeft .dhLeft_content .dhej_ul .active .dhsj_ul {
    display: block;}

.dhLeft .dhLeft_content .dhsj_ul {
    margin-bottom: 10px;
    display: none;}

.dhLeft .dhLeft_content .dhsj_ul li {
    display: flex;
    flex-direction: column;
    align-items: center;}

.dhLeft .dhLeft_content li .dhsj {
    width: 95%;
    height: 34px;
    background: url(../image/shu_bg.jpg) center 0 no-repeat;
    font-size: 14px;
    color: #333;}

.dhLeft .dhLeft_content li .dhsj:last-child {
    margin-bottom: 5px;}

.dhLeft .dhLeft_content li .dhsj a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;}

.dhLeft .dhLeft_content li .dhsj span {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0061b4;
    margin: 0 8px;}

.dhLeft .dhLeft_content .sj_ul {
    width: 90%;}

.dhLeft .dhLeft_content li .dhsj a p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.dhLeft .dhLeft_content .dhsj_ul>li.active .sj_ul {
    display: block;}

.dhLeft .dhLeft_content .dhsj_ul>li.active .dhsj {
    display: block;}

.dhLeft .dhLeft_content .dhsj_ul>li.active .dhsj a,
.dhLeft .dhLeft_content .dhsj_ul>li .dhsj a:hover {
    color: #0061b4;}

.dhLeft .dhLeft_content .sj_ul>li {
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding-left: 40px;}

.dhLeft .dhLeft_content .sj_ul>li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.dhLeft .dhLeft_content .sj_ul>li.active a,
.dhLeft .dhLeft_content .sj_ul>li a:hover {
    color: #0061b4;}


.heng_title {
    background: #fbfbfb;
    border-bottom: 1px solid #dddddd;}

.dh_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 45px;}

.dh_title .left {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;}

.dh_title .left img {
    margin-right: 5px;}

.dh_title .right {
    font-size: 12px;}

.dh_title .right .last {
    color: #ff1616;}

.dhRight {
    flex: 1;
    margin-left: 2%;
	min-height:600px;}

.dh_wrap .dh_content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;}

.dh_wrap .dhRight .dh_content .text {
    margin-bottom: 20px;
    line-height: 30px;}

.dh_wrap .dhRight .dh_content2 {
    width: 100%;
    min-height: 600px;
    }


/* 第二种导航框中内容的样式 */
/* 段落样式  编辑器自带*/
/* 图片样式 */

.dh_content2 .picList {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;}

.heng .dh_content2 .picList li {
    width: 22%;}

.dh_content2 .picList li {
    width: 30%;
    margin: 0 1.5%;
    overflow: hidden;}

.dh_content2 .picList li .pic {
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #ddd;}

.dh_content2 .picList li .pic img {
    width: 100%;
    height: 195px;
    transition: all linear 0.3s
;}

.dh_content2 .picList li p {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
;}

.dh_content2 .picList li:hover .pic {
    border: 1px solid #0061b4;}

.dh_content2 .picList li:hover .pic img {
    transform: scale(1.1);}

.dh_content2 .picList li:hover p {
    color: #0061b4;}

/* 新闻列表样式 */
.dh_content2 .newsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;}


.dh_content2 .newsList li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 25px;
    background-color: #f6faff;
    /* box-shadow: 0px 3px 10px 0px rgba(156, 161, 186, 0.2); */
    padding: 20px;
    box-sizing: border-box;}

.dh_content2 .newsList li .news_info {
    width: 100%;
    height: 100%;}

.dh_content2 .newsList li .news_info h3 {
    width: 80%;
    font-size: 16px;
    padding-bottom: 15px;}

.dh_content2 .newsList li .news_info h3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.dh_content2 .newsList li .news_info p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    margin-bottom: 20px;
	height:48px;}

.dh_content2 .newsList li .news_info .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #888;}

.dh_content2 .newsList li:hover .news_info h3 a {
    color: #0061b4;}

.dh_content2 .newsList li:hover {
    background: #fff;
    box-shadow: 1px 1px 10px 6px rgba(156, 161, 186, 0.2);}

.heng .dhRight {
    margin-left: 0;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 10px 1px rgba(156, 161, 186, 0.2);}

.dh_top {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;}

.dh_top ul {
    display: flex;
    align-items: center;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;}


.dh_top ul li {
    width: 140px;
    line-height: 30px;
    color: #535151;
    margin: 10px;
    box-sizing: border-box;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: center;}

.dh_top ul li a {
    width: 100%;
    text-align: center;}

.dh_top .erji li {
    background: linear-gradient(#fefdfe, #f3f2f1);
    border: 1px solid #dddddd;}

.dh_top .sanji {
    border-top: 1px dashed #ddd;}

.dh_top .sanji li {
    background: #e7e7e7;
    border: 1px solid #dddddd;}

.dh_top ul li:last-child {
    margin-right: 0;}

.dh_top .erji .active {
    background: #0061b4;
    font-weight: bold;}

.dh_top .erji .active a,
.dh_top .erji li:hover a {
    color: #fff;}

.dh_top .erji li:hover {
    background: #0061b4;
    color: #fff;
    font-weight: bold;}

.dh_top .sanji .active a {
    color: #0061b4;}


.dh_top .sanji li:hover a {
    color: #0061b4;}

.fy {
    width: 100%;
    position: relative;
    height: 40px;
    text-align: center;
    margin: 30px 0;}

.fy li {
    display: inline-block;
    /* float: left; */
    margin-left: 10px;
    line-height: 40px;
    color: #666;}

.fy li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #dbdfe2;
    color: #666;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;}

.fy li a:hover {
    background-color: #0061b4;
    color: #fff;}

.fy .one a {
    padding: 0px 15px;}

.fy .end {
    border: 1px solid #dbdfe2;
    width: 50px;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    cursor: pointer;}

.fy .end1 {
    border: 1px solid #dbdfe2;
    border-radius: 100px;
    width: 42px;
    height: 42px;
    text-align: center;}

.fy li input {
    border: 1px solid #dbdfe2;
    width: 50px;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    background: #fff;}

.fy .active a {
    background-color: #0061b4;
    color: #fff;}

.fy_mobile {
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin: 30px 0;
    display: none;}

.page {
    display: none;
    width: 90%;
    height: 3em;
    margin: 1em auto 0;
    text-align: center;}

.page_up,
.page_down {
    width: 80px;
    height: 2em;
    border: 1px solid #0061b4;
    border-radius: 0.5em;
    text-align: center;
    line-height: 2em;
    font-size: 0.875em;}

.page_up a,
.page_down a {
    display: block;}

.page_up a:hover,
.page_down a:hover {
    background: #0061b4;
    color: #FFF;
    border-radius: 0.5em;}

.page_No {
    flex: 1;
    height: 2em;
    line-height: 2em;
    text-align: center;}

/* 超链接 */
.yq_img ul,
.yq_zi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;}

.yq_img li {
    width: 20%;
    height: 65px;
    text-align: center;
    margin-top: 20px;}

.yq_img li img {
    width: 90%;
    height: 99%;
    border: 1px solid #ececec;}

.yq_img {
    margin-top: 30px;}

.yq {
    min-height: 800px;}

.yq_zi li {
    width: 20%;
    text-align: center;
    margin-top: 20px;
    padding-top: 1px;}

.yq_zi li a {
    display: block;
    background: #F9F9F9;
    border: 1px solid #DADADA;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;}

.yq_zi li:hover a {
    color: #f00;}

.yq_zi {
    margin-top: 0px;}

.yq_img li:last-child {
    margin-bottom: 30px;}


@media (min-width: 1280px) {
    .cont {
        width: 1200px;}
	
}

@media (max-width: 1280px) {
    .cont {
        width: 100%;
        padding: 0 80px;
        box-sizing: border-box;}

    .logo img {
        width: 95%;}

    .nav .yj_ul>li a img {
        display: none;}
	.l_list li a {
			width:53%;}
}

@media (max-width:978px) {
    .cont {
        padding: 0 15px;}

    .top {
        height: 100px;}

    .logo img {
        width: 63%;
        max-width: 100%;
        /* width: auto; */
        height: auto;
        margin: 0 auto;
        }

    .top .navbtn {
        display: block;}

    .logo_input {
        display: none;}

    .nav {
        display: none;
        overflow-y: auto;
        }


    .s7 ul li select {
        width: auto;}

    .footer .text .jszc {
        display: none;}

    .cb {
        display: none;}

    .fy {
        display: none;}

    .page {
        display: flex;
        align-items: center;}

    /* .dh_wrap { */
        /* margin-top: 0; */
    /* } */
.shu{
	margin-top:0
;}
    .dhLeft {
        display: none;}

    .dhRight {
        margin-left: 0;
        margin-top: 3%;
        width: 100%;}

    .dh_title .right {
        display: none;}

    .dh_top {
        display: none;}

    .heng .dh_content2 .picList li,
    .dh_content2 .picList li {
        width: 48%;
        margin: 0 1%;
        overflow: hidden;}
	.pc {
        display: none;}

    .yd {
        display: block;}
	.dh_content2 .picList li .pic img{
		height:30vw;}
}

@media (max-width:768px) {
    .swiper-container1.banner .swiper-pagination-bullet {
        width: 3vw !important;
        height: 3vw !important;}

    .swiper-container1.banner .swiper-pagination-bullet-active {
        width: 3vw !important;
        height: 3vw !important;}

    .s1 {
        flex-direction: column;}

    .s1 .s1_l {
        width: 100%;}

    .s1 .s_img img {
        width: 100%;}

    .s1_r {
        padding-left: 0;
        width: 100%;
        margin-top: 10px;}

    .tz .tz_text span:nth-child(1) {
        width: 65%;}

    .tz .tz_text span:nth-of-type(2) {
        width: 30%;}

    .tz .tz_text span:nth-child(3),
    .tz .tz_text span:nth-child(4) {
        display: none;}
	.s1 .s1_l,
	.banner1{
		height:60vw;}
.s3 .video{
	height:auto
;}
    .s3 {
        flex-direction: column;}

    .s3 .s3_l,
    .s3 .s3_r,
    .s3 .wh_l,
    .s3 .wh_r,
    .s3 .wh_l ul,
    .s4_l,
    .s5_l {
        width: 100%;
        margin: 0;}

    .s3 .wh_l ul {

        margin-bottom: 10px;}

    .s3 .wh_text,
    .s4_r,
    .s5_r,
    .s5_list {
        display: none;}

    .s4 {
        margin-top: 10px;}

    .yd_s5_list {
        display: block;}

    .s3 .wh {
        flex-direction: column;}

    .footer .text {
        padding: 10px 0;}

    .footer .text p {
        display: flex;
        flex-direction: column;}

    .footer .text p:nth-child(2),
    .footer .detail,
    .footer .phone {
        display: none;}

    .dh_content2 .newsList {
        flex-direction: column;}

    .dh_content2 .newsList li {
        width: 100%;
		margin:0;
		margin-bottom: 25px;}

    .yq_img li {
        width: 33%;}

    .yq_img li:last-child {
        margin-bottom: 10px;}

    .yq_zi li {
        width: 33%;}
	.s7 {
        display: none;}

}

@media (max-width:640px) {
    .top {
        height: 80px;}

    .logo img {
        width: 80%;
        height: 80%;
        }

    .tz img {
        margin-right: 10px;}

    .tz .jt1,
    .tz .jt2 {
        display: none;}
.index{
	padding-top:15px;}
    

    .footer .text p {
        font-size: 3vw;}
	.s4 .b_img h3{
		font-size:14px
	;}

.heng .dhRight,
.news .xq_show,
.dh_wrap .xq_title,
.dh_wrap .xq_content{
	border:none;
	box-shadow:none;}
.news {
	margin: 0;}
.news .xq_title{
	padding:0
;}
.news .xq_content{
	padding:20px 0;}

    .dh_wrap .xq_info {
        line-height: 25px;}

    .dh_wrap .dh_content {
        padding: 20px 0;}
    .heng  .dh_content{
	padding:0;}
	.dhRight{
		min-height: 500px;
		}
    .dhRight .dh_title {
        flex-direction: column;
        align-items: flex-start;}


    .dh_content2 .picList li p {
        margin-bottom: 10px;}

    .yq_img li {
        width: 50%;
        height: 50px;}

    .yq_zi li {
        width: 50%;}
}