﻿@charset "utf-8";

@font-face {
    font-family: HelBold;
    src: url(../font/HelBold.eot);
    src: url(../font/HelBold.eot?#font-spider) format('embedded-opentype'), url(../font/HelBold.woff) format('woff'), url(../font/HelBold.ttf) format('truetype'), url(../font/HelBold.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 700
}

fieldset,
img {
    border: none;
    vertical-align: middle
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

li {
    list-style-type: none
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft Yahei", SimSun, Arial, sans-serif
}

input,
select {
    vertical-align: middle
}

input,
select,
textarea {
    margin: 0;
    font-size: 12px
}

input[type=password],
input[type=text],
textarea {
    outline-style: none
}

textarea {
    font-family: "Microsoft Yahei", SimSun, Arial, sans-serif;
    resize: none
}

body {
    font: 12px "Microsoft Yahei", SimSun, Arial, sans-serif;
    color: #333;
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

em,
i {
    font-style: normal
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ""
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.auto {
    margin-left: auto;
    margin-right: auto
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

.font_adjust {
    -webkit-text-size-adjust: none
}

.font_scale8 {
    -webkit-transform: scale(.66)
}

.font_scale10 {
    -webkit-transform: scale(.83)
}

.font_lc {
    -webkit-transform-origin: left center
}

.font_rc {
    -webkit-transform-origin: right center
}

.font_up {
    text-transform: uppercase
}

.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tran200 {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.tran300 {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.tran400 {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.tran500 {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.tran1000 {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear
}

.scaleimg:hover .pic em,
.scaleimg:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.rotateY:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.translateX:hover {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px)
}

.w1380 {
    width: 1380px;
    margin: 0 auto
}

button,
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    appearance: none
}

:after,
:before {
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .3s cubic-bezier(.25, .46, .45, .94) 0s
}

:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@keyframes wave {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: .3;
        transform: scale(1)
    }
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/grayBg.png) repeat;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
    opacity: 0
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-popup-container {
    position: relative;
    height: 36px;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #fff;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hidden_search .text {
    width: 100%;
    height: 20px;
    padding: 8px 0;
    font-size: 14px;
    color: #444;
    background: 0 0;
    border: none;
    font-family: "Microsoft Yahei"
}

.hidden_search .btn {
    display: block;
    background: url(../images/search_icon.jpg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    text-indent: -999em;
    border: none;
    cursor: pointer
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    padding-right: 56px;
    padding-left: 20px;
    height: 36px
}

.hidden_search .close_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    width: 22px;
    height: 22px;
    -webkit-transition: .5s;
    transition: .5s
}

.hidden_search .close_btn:after,
.hidden_search .close_btn:before {
    background: #ccc;
    width: 20px;
    height: 3px;
    display: block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    position: absolute;
    left: 10px;
    top: 11px
}

.hidden_search .close_btn:before {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hidden_search .close_btn:after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px
}

.hidden_search .close_btn:hover:after,
.hidden_search .close_btn:hover:before {
    background: #19408c
}

.header .menuIcon {
    width: 24px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 3%;
    top: 1.5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .menuIcon span {
    display: block;
    height: 3px;
    background: #083481;
    margin-top: 5px;
    position: relative
}

.header .menuIcon span:first-child {
    margin-top: 0
}

.navForm {
    background: #fff;
    border-radius: 3px
}

.navForm .text {
    width: 80%;
    height: 32px;
    border: none;
    background: 0 0;
    font-size: 14px;
    color: #555;
    line-height: 32px;
    text-indent: 8px
}

.navForm .subm {
    width: 20%;
    height: 32px;
    border: none;
    background: url(../images/search_icon.jpg) no-repeat center;
    cursor: pointer
}

.mm-listview>li.nBorder:not(.mm-divider):after {
    display: none
}

.header {
    width: 100%;
    /*background:url(../images/headerBg.jpg) no-repeat center;position:relative*/
}

.header .logo {
    line-height: 120px
}

.header .logo img {
    height: 90px
}

.header .searchBtn {
    margin: 41px 0 0 45px;
    width: 37px;
    height: 37px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    position: relative;
    cursor: pointer
}

.header .searchBtn:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    background: url(../images/searchBtn.png) no-repeat left top
}

.header .searchBtn:hover {
    border-color: #f76205

}

.header .searchBtn:hover:before {
    background-position: left bottom
}

.header ul {
    margin-top: 40px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 20px;
    padding: 0 11px 0 15px;
    font-size: 0
}

.header ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 9px;
    position: relative
}

.header ul li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px
}

.header ul li:first-child:before {
    display: none
}

.header ul li a {
    display: block;
    line-height: 38px;
    font-size: 14px;
    color: #4c4c4c
}

.header ul li a:hover {
    color: #f76205

}

.nav {
    width: 100%;
    /* background: url(../images/navBg.jpg) no-repeat center; */
    background: #083481;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 3
}

.nav .nLi {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative
}

.nav .nLi h3 a {
    display: block;
    padding: 0 32px;
    font-size: 20px;
    color: #fff;
    line-height: 60px
}

.nav .nLi h3 a span {
    letter-spacing: 40px
}

.nav .nLi .navSub {
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    width: 100%;
    display: none
}

.nav .nLi .navSub ul li a {
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    padding: 8px 0
}

.nav .nLi .navSub ul li a:hover {
    color: #f76205

}

.nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.placehoder {
    width: 100%;
    height: 60px;
    display: none
}

.placehoder.show {
    display: block
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden
}

.banner .swiper-slide a em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 3s linear;
    transition: all 3s linear;
    background-size: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .swiper-slide a .w1380 {
    position: relative;
    z-index: 3
}

.banner .swiper-slide a .wap {
    display: none
}

.banner .swiper-slide a .wap img {
    width: 100%
}

.banner .swiper-slide a p {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.banner .swiper-slide a .circle {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 130px;
    top: 262px;
    opacity: 0;
    right: 234px;
    top: 298px
}

.banner .swiper-slide a .circle div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff
}

.banner .swiper-slide a .circle div.c1 {
    animation: wave 4s infinite;
    background: rgba(222, 227, 37, .4)
}

.banner .swiper-slide a .circle div.c2 {
    animation: wave 4s infinite 1s;
    background: rgba(222, 227, 37, .2)
}

.banner .swiper-slide a .circle div.c3 {
    animation: wave 4s infinite 2s;
    background: rgba(222, 227, 37, .6)
}

.banner .swiper-slide a .circle div.c4 {
    animation: wave 4s infinite 3s;
    background: rgba(222, 227, 37, .1)
}

.banner .swiper-slide a .circle div.c5 {
    animation: wave 4s infinite 4s;
    background: rgba(222, 227, 37, .3)
}

.banner .swiper-slide.slide1 a .wap {
    width: 40%
}

.banner .swiper-slide.slide1 a .w1380 {
    padding-top: 164px
}

.banner .swiper-slide.slide2 a .w1380 {
    padding: 198px 50px 0;
    box-sizing: border-box;
    text-align: right
}

.banner .swiper-slide.slide2 a .w1380 .txt1 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.banner .swiper-slide.slide2 a .w1380 .txt2 {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

.banner .swiper-slide.slide2.swiper-slide-active a .w1380 .txt1,
.banner .swiper-slide.slide2.swiper-slide-active a .w1380 .txt2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.2s cubic-bezier(.25, .46, .45, .94) .3s;
    transition: all 1.2s cubic-bezier(.25, .46, .45, .94) .3s
}

.banner .swiper-slide.slide2 a .wap {
    width: 40%;
    float: right
}

.banner .swiper-slide.slide3 a .w1380 {
    text-align: center;
    padding-top: 200px
}

.banner .swiper-slide.slide3 a .wap {
    width: 73.8%;
    margin: 0 auto
}

.banner .swiper-slide.swiper-slide-active a .circle {
    -webkit-transition: all 1.2s cubic-bezier(.25, .46, .45, .94) 4s;
    transition: all 1.2s cubic-bezier(.25, .46, .45, .94) 4s
}

.banner .swiper-slide.swiper-slide-active a p.txt1 {
    -webkit-transition: all 1.2s cubic-bezier(.25, .46, .45, .94) .5s;
    transition: all 1.2s cubic-bezier(.25, .46, .45, .94) .5s
}

.banner .swiper-slide.swiper-slide-active a p.txt2 {
    -webkit-transition: all 1.2s cubic-bezier(.25, .46, .45, .94) .8s;
    transition: all 1.2s cubic-bezier(.25, .46, .45, .94) .8s
}

.banner .swiper-slide.swiper-slide-active a p.txt3 {
    -webkit-transition: all 1.2s cubic-bezier(.25, .46, .45, .94) 1.1s;
    transition: all 1.2s cubic-bezier(.25, .46, .45, .94) 1.1s
}

.banner .swiper-slide.swiper-slide-active a em {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.banner .swiper-slide.swiper-slide-active a p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.banner .swiper-slide.swiper-slide-active a .circle {
    opacity: 1
}

.banner .swiper-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    height: 6px;
    line-height: 6px;
    font-size: 0
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 46px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    margin: 0 16px;
    cursor: pointer;
    position: relative;
    opacity: 1
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f76205;
    border-radius: 3px;
    -webkit-transition: all 3s cubic-bezier(.25, .46, .45, .94);
    transition: all 3s cubic-bezier(.25, .46, .45, .94)
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%
}

.isect1 {
    margin: 80px auto 50px;
    height: 430px
}

.isect1 .isect1_1 {
    width: 48.55%;
    position: relative;
    overflow: hidden
}

.isect1 .isect1_1 a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 430px;
    position: relative;
    overflow: hidden
}

.isect1 .isect1_1 a em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.isect1 .isect1_1 a:hover em {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.isect1 .isect1_1 .swiper-pagination {
    width: 100%;
    bottom: 5px;
    left: 0;
    right: auto;
    top: auto;
    height: 5%;
    line-height: 10px;
    font-size: 0;
    text-align: center
}

.isect1 .isect1_1 .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 4px;
    background: #fff
}

.isect1 .isect1_2 {
    width: 48.55%
}

.isect1 .isect1_2 .tabs {
    height: 48px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px;
    line-height: 20px
}

.isect1 .isect1_2 .tabs ul li {
    margin-left: 60px;
    font-size: 20px;
    color: #525252;
    position: relative;
    height: 48px
}

.isect1 .isect1_2 .tabs ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 3;
    /* background: url(../images/line.jpg) no-repeat center; */
    background: #f76205;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden
}

.isect1 .isect1_2 .tabs ul li:first-child {
    margin-left: 0
}

.isect1 .isect1_2 .tabs ul li.active {
    color: #212121;
    font-weight: 700
}

.isect1 .isect1_2 .tabs ul li.active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.isect1 .isect1_2 .tabs .imore {
    font-size: 14px;
    color: #9e9e9e;
    display: none
}

.isect1 .isect1_2 .tabs .imore.imore1 {
    display: block
}

.isect1 .isect1_2 .tabs .imore:hover {
    color: #f76205

}

.isect1 .isect1_2 .container {
    width: 100%;
    position: relative;
    overflow: hidden
}

.isect1 .isect1_2 .container .recom {
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 15px;
    padding-bottom: 20px
}

.isect1 .isect1_2 .container .recom a {
    display: block
}

.isect1 .isect1_2 .container .recom a h5 {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 42px;
    color: #212121
}

.isect1 .isect1_2 .container .recom a p {
    font-size: 14px;
    line-height: 30px;
    color: #9e9e9e;
    height: 90px;
    overflow: hidden
}

.isect1 .isect1_2 .container .recom a:hover h5 {
    color: #f76205;
}

.isect1 .isect1_2 .container ul li a {
    display: block;
    height: 40px;
    padding: 0 120px 0 0;
    position: relative;
    line-height: 40px
}

.isect1 .isect1_2 .container ul li a h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 400
}

.isect1 .isect1_2 .container ul li a span {
    font-size: 14px;
    color: #9e9e9e;
    position: absolute;
    right: 0;
    top: 0
}

.isect1 .isect1_2 .container ul li a:hover:before {
    background-position: left bottom
}

.isect1 .isect1_2 .container ul li a:hover h5 {
    color: #f76205

}

.isect2 {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    height: 268px
}

.isect2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 268px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.isect2 .swiper-pagination {
    width: 100%;
    bottom: 5px;
    left: 0;
    right: auto;
    top: auto;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    text-align: center
}

.isect2 .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 4px;
    background: #fff
}

.isect3 {
    padding: 70px 0 64px;
    background: url(../images/isect3Bg.jpg) no-repeat center;
    background-size: cover
}

.isect3 .item {
    width: 48.88%;
    margin-left: 2.18%;
    padding-top: 5px;
    position: relative
}

.isect3 .item:first-child {
    margin-left: 0
}

.isect3 .item:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/line1.jpg) no-repeat left center
}

.isect3 .item.item2:before {
    background-image: url(../images/line2.jpg)
}

.isect3 .item.item3:before {
    background-image: url(../images/line3.jpg)
}

.isect3 .item .title {
    padding: 0 30px;
    background: #f5f5f5;
    line-height: 65px;
    font-size: 26px;
    color: #212121;
    font-weight: 700
}

.isect3 .item .title .more {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400
}

.isect3 .item .title .more:hover {
    color: #f76205

}

.isect3 .item .cont {
    padding: 27px 30px 0;
    height: 369px;
    background: #fff
}

.isect3 .item .cont .list1 li {
    margin-top: 23px
}

.isect3 .item .cont .list1 li:first-child {
    margin-top: 0
}

.isect3 .item .cont .list1 li a {
    display: block;
    padding: 7px 0 0 93px;
    height: 63px;
    position: relative
}

.isect3 .item .cont .list1 li a .date {
    width: 66px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border: 1px solid #e2e2e2
}

.isect3 .item .cont .list1 li a .date em {
    display: block;
    font-size: 32px;
    line-height: 45px;
    color: #9e9e9e;
    font-family: Arial
}

.isect3 .item .cont .list1 li a .date span {
    display: block;
    font-size: 11px;
    line-height: 23px;
    color: #9e9e9e;
    font-family: Arial;
    background: #f7f7f7
}

.isect3 .item .cont .list1 li a h5 {
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    font-weight: 400;
    height: 56px;
    overflow: hidden
}

.isect3 .item .cont .list1 li a:hover .date em,
.isect3 .item .cont .list1 li a:hover h5 {
    color: #f76205

}

.isect3 .item .cont .list1 li a:hover .date span {
    background: #f76205
;
    color: #fff
}

.isect3 .item .cont .list1 li a:hover .date {
    border-color: #f76205

}

.isect3 .item .cont .list2 {
    padding-top: 6px
}

.isect3 .item .cont .list2 li {
    padding: 19px 0;
    border-top: 1px solid #e6e6e6
}

.isect3 .item .cont .list2 li:first-child {
    padding-top: 0;
    border: none
}

.isect3 .item .cont .list2 li a {
    display: block
}

.isect3 .item .cont .list2 li a h5 {
    font-size: 16px;
    line-height: 29px;
    color: #212121;
    font-weight: 400
}

.isect3 .item .cont .list2 li a span {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #9e9e9e
}

.isect3 .item .cont .list2 li a:hover h5 {
    color: #f76205

}

.isect4 {
    padding: 60px 0 64px;
    background: url(../images/isect4Bg.jpg) no-repeat center top;
    background-size: cover
}

.isect4 .ititle {
    margin-bottom: 39px;
    font-size: 26px;
    line-height: 46px;
    color: #212121;
    text-align: center
}

.isect4 .container {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.isect4 .container .swiper-slide a {
    display: block;
    position: relative
}

.isect4 .container .swiper-slide a:before {
    content: "";
    width: 1px;
    height: 132px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/line.png) no-repeat center
}

.isect4 .container .swiper-slide:first-child a:after {
    content: "";
    width: 1px;
    height: 132px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/line.png) no-repeat center
}

.isect4 .container .swiper-slide a .icon {
    margin-bottom: 20px;
    height: 56px;
    line-height: 56px
}

.isect4 .container .swiper-slide a h5 {
    font-size: 18px;
    color: #212121;
    line-height: 41px
}

.isect4 .container .swiper-slide a:hover .icon {
    -webkit-transform: translateY(55px);
    transform: translateY(55px)
}

.isect4 .container .swiper-slide a:hover h5 {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    color: #0887c6
}

.isect4 .container .swiper-slide.slide2 a:hover h5 {
    color: #2b9799
}

.isect4 .container .swiper-slide.slide3 a:hover h5 {
    color: #3f9f80
}

.isect4 .container .swiper-slide.slide4 a:hover h5 {
    color: #54aa65
}

.isect4 .container .swiper-slide.slide5 a:hover h5 {
    color: #68b14e
}

.isect4 .container .swiper-pagination {
    display: none
}

.isect5 {
    padding: 103px 0 102px;
    background: url(../images/isect5Bg.jpg) no-repeat center;
    background-size: cover
}

.isect5 dl {
    width: 50%;
    background: #fff;
    position: relative
}

.isect5 dl a {
    display: block
}

.isect5 dl a dt {
    width: 50%;
    position: relative;
    overflow: hidden
}

.isect5 dl a dt em {
    display: block;
    width: 100%;
    padding-bottom: 97.1%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.isect5 dl a dt i {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -43px 0 0 -43px;
    background: url(../images/videoIcon.png) no-repeat center;
    background-size: 100% 100%
}

.isect5 dl a dd {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.isect5 dl a dd .wrap {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -104px;
    box-sizing: border-box;
    padding: 0 37px;
    text-align: center;
    width: 100%
}

.isect5 dl a dd .wrap h5 {
    font-size: 26px;
    color: #212121;
    line-height: 26px
}

.isect5 dl a dd .wrap i {
    display: block;
    width: 50px;
    height: 2px;
    margin: 36px auto 29px;
    background: url(../images/line4.jpg) no-repeat center
}

.isect5 dl a dd .wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #878787;
    height: 52px;
    overflow: hidden;
    margin-bottom: 23px
}

.isect5 dl a dd .wrap span {
    display: block;
    font-size: 14px;
    line-height: 39px;
    color: #525252
}

.isect5 dl a:hover dt i {
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg)
}

.isect5 dl a:hover dd .wrap span {
    color: #f76205

}

.isect6 {
    padding: 34px 0 70px;
    background: #f5f5f5
}

.isect6 .tabs {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 57px
}

.isect6 .tabs ul li {
    margin-left: 60px;
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
    color: #525252;
    line-height: 40px;
    cursor: pointer
}

.isect6 .tabs ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 3;
    background: url(../images/line.jpg) no-repeat center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden
}

.isect6 .tabs ul li:first-child {
    margin-left: 0
}

.isect6 .tabs ul li.active {
    color: #212121;
    font-weight: 700
}

.isect6 .tabs ul li.active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.isect6 .tabs .btnWrap {
    padding-top: 10px
}

.isect6 .tabs .btnWrap.btnWrap2 {
    display: none
}

.isect6 .tabs .btnWrap .swiper-button-next,
.isect6 .tabs .btnWrap .swiper-button-prev {
    width: 30px;
    height: 20px;
    margin-left: 4px;
    background: #083481 url(../images/arrow.png) no-repeat left center;
    position: static;
    margin-top: 0
}

.isect6 .tabs .btnWrap .swiper-button-next {
    background-position: right center
}

.isect6 .tabs .btnWrap .swiper-button-next:hover,
.isect6 .tabs .btnWrap .swiper-button-prev:hover {
    background-color: #f76205;
}

.isect6 .container {
    width: 100%;
    position: relative;
    overflow: hidden
}

.isect6 .container .innerScroll {
    width: 100%;
    overflow: hidden
}

.isect6 .container .innerScroll .swiper-slide a {
    display: block;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 0;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    position: relative
}

.isect6 .container .innerScroll .swiper-slide a:hover {
    color: #f76205

}

.isect6 .container .innerScroll .swiper-slide a img {
    height: 70px;
    width: auto
}

.footer {
    background: #434343 url(../images/footerBg.jpg) no-repeat center bottom;
    padding: 56px 0 37px;
    font-size: 14px;
    line-height: 42px;
    color: #fff
}

.footer a:hover {
    opacity: .8
}

.footer .fNav {
    margin-bottom: 42px;
    line-height: 37px;
    font-size: 18px
}

.footer .fNav li {
    margin-left: 72px
}

.footer .fNav li:first-child {
    margin-left: 0
}

.footer .fNav li a {
    display: block
}

.footer .fNav li a span {
    letter-spacing: 36px
}

.footer .btm {
    padding-right: 520px;
    min-height: 128px;
    position: relative
}

.footer .btm .text span {
    margin-left: 28px
}

.footer .btm .text span:first-child {
    margin-left: 0
}

.footer .btm ul {
    position: absolute;
    right: 0;
    top: 16px;
    text-align: center
}

.footer .btm ul li {
    padding: 0 20px;
    position: relative;
    height: 97px;
    border-left: 1px solid #fff;
    line-height: 97px
}

.footer .btm ul li:first-child {
    border: none
}

.footer .btm ul li .qrcode {
    width: auto;
    height: 98px;
    margin-left: 20px
}

.float {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 888;
    cursor: pointer;
    opacity: 0;
    width: 238px
}

.float img {
    width: 100%
}

.float.show {
    opacity: 1
}

.float .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center;
    background-size: 20px 20px
}

.nyBanner {
    width: 100%;
    height: 340px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.nyBanner .bread {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 0
}

.nyBanner .bread ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 13px
}

.nyBanner .bread ul li a {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #333;
    padding: 0 14px;
    position: relative
}

.nyBanner .bread ul li a:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, #f76205 0, #f76205 100%);
    background-image: -webkit-linear-gradient(0deg, #f76205 0, #f76205 100%);
    background-image: -ms-linear-gradient(0deg, #f76205 0, #f76205 100%);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden
}

.nyBanner .bread ul li a:hover:before,
.nyBanner .bread ul li.on a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.nyTitle {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 130px;
    text-align: center
}

.pageStyle {
    font-size: 15px;
    line-height: 30px;
    color: #333
}

.pageStyle * {
    max-width: 100% !important
}

.pageStyle img {
    height: auto !important
}

.nyWrap {
    min-height: 350px
}

.aboutWrap .item1 .cont {
    padding: 60px 60px 0;
    position: relative
}

.aboutWrap .item1 .cont .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 470px;
    background-size: cover
}

.aboutWrap .item1 .cont .text {
    padding: 60px;
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(204, 204, 204, .75);
    box-shadow: 0 5px 5px 0 rgba(204, 204, 204, .75)
}

.aboutWrap .item1 .cont .text .scroll {
    padding-right: 60px;
    height: 360px;
    overflow: auto
}

.aboutWrap .item1 .cont .text .scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.aboutWrap .item1 .cont .text .scroll::-webkit-scrollbar-button:vertical {
    display: none
}

.aboutWrap .item1 .cont .text .scroll::-webkit-scrollbar-corner,
.aboutWrap .item1 .cont .text .scroll::-webkit-scrollbar-track {
    background-color: #e6e6e6
}

.aboutWrap .item1 .cont .text .scroll::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    background-color: #f76205

}

.aboutWrap .item2 .cont {
    width: 100%;
    background: url(../images/aboutBg2.jpg) no-repeat center;
    background-size: cover
}

.aboutWrap .item2 .cont ul li {
    width: 25%;
    height: 330px;
    box-sizing: border-box;
    padding: 52px 2.4% 0;
    text-align: center;
    background: rgba(255, 255, 255, .2)
}

.aboutWrap .item2 .cont ul li.li2,
.aboutWrap .item2 .cont ul li.li4 {
    background: rgba(255, 255, 255, .1)
}

.aboutWrap .item2 .cont ul li .icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 26px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
    font-size: 0
}

.aboutWrap .item2 .cont ul li .tit {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 44px;
    color: #fff
}

.aboutWrap .item2 .cont ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.aboutWrap .item3 {
    margin-bottom: 66px
}

.aboutWrap .item4 {
    padding-bottom: 62px;
    background: url(../images/aboutBg3.jpg) no-repeat center top;
    background-size: cover
}

.aboutWrap .item4 .nyTitle {
    color: #fff
}

.aboutWrap .item4 .tabsScroll {
    padding: 0 82px;
    position: relative;
    margin: -5px 0 60px;
    overflow: hidden
}

.aboutWrap .item4 .tabsScroll:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 13px
}

.aboutWrap .item4 .tabsScroll .btn {
    width: 82px;
    height: 22px;
    position: absolute;
    top: 0;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #fff
}

.aboutWrap .item4 .tabsScroll .btn.prev {
    left: 0
}

.aboutWrap .item4 .tabsScroll .btn.next {
    right: 0
}

.aboutWrap .item4 .tabsScroll .container {
    width: 100%;
    position: relative;
    overflow: hidden
}

.aboutWrap .item4 .tabsScroll .container .swiper-slide {
    cursor: pointer;
    background: url(../images/ruler.png) no-repeat center bottom
}

.aboutWrap .item4 .tabsScroll .container .swiper-slide h5 {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: HelBold;
    text-align: center
}

.aboutWrap .item4 .tabsScroll .container .swiper-slide i {
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 18px;
    position: relative
}

.aboutWrap .item4 .tabsScroll .container .swiper-slide i:before {
    content: "";
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 11px
}

.aboutWrap .item4 .tabsScroll .container .swiper-slide.on h5 {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.aboutWrap .item4 .contScroll {
    width: 100%;
    position: relative;
    overflow: hidden
}

.aboutWrap .item4 .contScroll .innerScroll {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 120px
}

.aboutWrap .item4 .contScroll .innerScroll .btn {
    width: 32px;
    height: 69px;
    position: absolute;
    top: 45px;
    background: url(../images/arrow2.png) no-repeat left top;
    cursor: pointer;
    font-size: 0
}

.aboutWrap .item4 .contScroll .innerScroll .btn.prev {
    left: 72px
}

.aboutWrap .item4 .contScroll .innerScroll .btn.next {
    right: 72px;
    background-position: right top
}

.aboutWrap .item4 .contScroll .innerScroll .btn.swiper-button-disabled {
    opacity: .6;
    pointer-events: none
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer {
    margin-left: 235px;
    position: relative;
    overflow: hidden
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .pic {
    width: 30.9%
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .pic em {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 57.14%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .pic img {
    width: 100%
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .text {
    width: 52%;
    margin-left: 8.8%;
    box-sizing: border-box;
    padding-left: 60px;
    height: 182px;
    border-left: 1px solid #babdc0
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .text .tit {
    margin-bottom: 14px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
    position: relative
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .text .tit:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -64px;
    top: 16px
}

.aboutWrap .item4 .contScroll .innerScroll .inContainer .text .cont {
    color: #fff
}

.honorList1 {
    padding-bottom: 60px
}

.honorList1 ul {
    margin-bottom: 70px
}

.honorList1 ul li {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    margin: -1px 0 0 -1px;
    position: relative
}

.honorList1 ul li a {
    display: block;
    height: 278px;
    text-align: center;
    font-size: 0;
    line-height: 278px
}

.honorList1 ul li a img {
    max-width: 80%;
    max-height: 80%
}

.honorList1 ul li:hover {
    border-color: #f76205
;
    z-index: 2
}

.page {
    text-align: center;
    font-size: 0
}

.page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    height: 38px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #525252;
    line-height: 38px;
    padding: 0 27px
}

.page a.num {
    padding: 0 16px
}

.page a.on,
.page a:hover {
    background: #f76205
;
    border-color: #f76205
;
    color: #fff
}

.honorList2 {
    padding: 58px 0;
    background: url(../images/honorBg.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    min-height: 600px
}

.honorList2 .w1380 {
    box-sizing: border-box;
    padding-right: 420px;
    position: relative
}

.honorList2 .w1380 .bg {
    position: absolute;
    right: 0;
    top: 12px
}

.honorList2 ul li {
    padding: 10px 20px 10px 50px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    background: url(../images/trangle.png) no-repeat 21px 20px;
    border-radius: 4px
}

.honorList2 ul li.gray {
    background-color: rgba(198, 128, 17, .1)
}

.newsTop {
    margin-bottom: 40px
}

.newsTop .recomNews {
    width: 48%
}

.newsTop .recomNews a {
    display: block
}

.newsTop .recomNews a .pic {
    height: 0;
    padding-bottom: 370px;
    position: relative;
    overflow: hidden
}

.newsTop .recomNews a .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.newsTop .recomNews a .text {
    padding: 13px 30px 20px;
    background: #f5f5f5
}

.newsTop .recomNews a .text h5 {
    font-size: 18px;
    line-height: 51px;
    color: #212121;
    font-weight: 400
}

.newsTop .recomNews a .text p {
    font-size: 14px;
    line-height: 26px;
    color: #7a7a7a;
    height: 52px;
    overflow: hidden;
    margin-bottom: 7px
}

.newsTop .recomNews a .text span {
    display: block;
    font-size: 14px;
    line-height: 31px;
    color: #525252
}

.newsTop .recomNews a:hover .text h5 {
    color: #00903f
}

.newsTop ul {
    width: 48%
}

.newsTop ul li {
    width: 47%
}

.newsTop ul li a {
    display: block
}

.newsTop ul li a .pic {
    height: 0;
    padding-bottom: 190px;
    position: relative;
    overflow: hidden
}

.newsTop ul li a .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.newsTop ul li a .text {
    padding: 12px 25px 12px 20px;
    background: #f5f5f5
}

.newsTop ul li a .text h5 {
    font-size: 16px;
    line-height: 30px;
    color: #212121;
    font-weight: 400
}

.newsTop ul li a .text span {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #7a7a7a
}

.newsTop ul li a:hover .text h5 {
    color: #00903f
}

.newsList {
    padding-bottom: 60px
}

.newsList ul {
    padding-bottom: 50px
}

.newsList ul li {
    margin-bottom: 20px;
    padding: 30px;
    background: #f5f5f5
}

.newsList ul li a {
    display: block;
    height: 190px;
    padding-left: 356px;
    position: relative
}

.newsList ul li a .pic {
    width: 315px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.newsList ul li a .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.newsList ul li a h5 {
    padding: 23px 0 17px;
    font-size: 18px;
    line-height: 37px;
    color: #212121;
    font-weight: 400
}

.newsList ul li a p {
    font-size: 14px;
    line-height: 26px;
    color: #7a7a7a;
    height: 52px;
    overflow: hidden;
    margin-bottom: 19px
}

.newsList ul li a span {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #525252
}

.newsList ul li a:hover h5 {
    color: #00903f
}

.mrgBtm {
    margin-bottom: 60px
}

.passage {
    padding-top: 42px
}

.passage .psgTit {
    margin-bottom: 42px;
    text-align: center
}

.passage .psgTit h5 {
    font-size: 30px;
    line-height: 49px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 40px
}

.passage .psgTit h6 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -20px;
}

.passage .psgTit .info {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    line-height: 58px;
    font-size: 14px;
    color: #999
}

.passage .psgTit .info span {
    margin: 0 25px
}

.passage .psgTit .info span img {
    margin-right: 15px
}

.passage .psgCont {
    color: #212121;
    padding: 0 150px 55px;
    min-height: 350px;
    font-size: 16px
}

.passage .bdsharebuttonbox {
    margin-bottom: 59px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    padding: 14px 0;
    font-size: 14px;
    color: #6b6b6b
}

.passage .bdsharebuttonbox span {
    width: 56px
}

.passage .bdsharebuttonbox .shareItem {
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    padding: 0;
    background: #999 url(../images/shareIcon.png) no-repeat left top;
    border-radius: 50%
}

.passage .bdsharebuttonbox .shareItem:hover {
    background-color: #0f9a3d
}

.passage .bdsharebuttonbox .shareItem.bds_sqq {
    background-position: -30px top
}

.passage .bdsharebuttonbox .shareItem.bds_tsina {
    background-position: -60px top
}

.passage .psgBtn {
    font-size: 0;
    text-align: center
}

.passage .psgBtn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 140px;
    height: 46px;
    margin: 0 10px;
    background: #f0f0f0;
    font-size: 15px;
    color: #212121;
    line-height: 46px
}

.passage .psgBtn a:hover {
    background: #0f9a3d;
    color: #fff
}

.video {
    padding: 0 140px 90px;
    position: relative
}

.video .bg {
    width: 100%;
    height: 510px;
    position: absolute;
    left: 0;
    top: 80px;
    background: url(../images/videoBg.jpg) no-repeat center;
    background-size: cover
}

.video .btn {
    width: 40px;
    height: 70px;
    position: absolute;
    top: 254px;
    cursor: pointer;
    z-index: 2
}

.video .btn.prev {
    left: 65px;
    background: url(../images/leftArr.png) no-repeat center
}

.video .btn.next {
    right: 65px;
    background: url(../images/rightArr.png) no-repeat center
}

.video .swiper-pagination {
    bottom: 40px;
    height: 10px;
    line-height: 10px;
    width: 100%;
    left: 0
}

.video .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 10px
}

.video .container {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 4
}

.video .container .swiper-slide {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .5s linear .5s;
    -transition: all .5s linear .5s
}

.video .container .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.video .container .swiper-slide a {
    display: block;
    height: 0;
    padding-bottom: 500px;
    position: relative;
    overflow: hidden
}

.video .container .swiper-slide a b,
.video .container .swiper-slide a em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video .container .swiper-slide a em {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.video .container .swiper-slide a b {
    z-index: 2;
    background: url(../images/shadow.png) no-repeat center;
    background-size: 100% 100%
}

.video .container .swiper-slide a i {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -43px 0 0 -43px;
    background: url(../images/videoIcon1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 3
}

.video .container .swiper-slide a h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 78px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.busWrap {
    padding: 15px 0 129px;
    background-size: cover;
    min-height: 320px
}

.busWrap ul {
    padding-top: 6px;
    font-size: 0;
    text-align: center
}

.busWrap ul li {
    width: 23%;
    margin: 0 1.8% 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.busWrap ul li a {
    display: block;
    padding: 49px 0 35px;
    background: #fff
}

.busWrap ul li a .icon {
    margin-bottom: 22px;
    height: 54px;
    line-height: 54px
}

.busWrap ul li a .icon img {
    max-height: 100%
}

.busWrap ul li a h5 {
    font-size: 20px;
    line-height: 40px;
    color: #212121
}

.busWrap ul li a:hover h5 {
    color: #168db4
}

.busWrap ul li:nth-child(2) a:hover h5 {
    color: #2b9799
}

.busWrap ul li:nth-child(3) a:hover h5 {
    color: #3f9f80
}

.busWrap ul li:nth-child(4) a:hover h5 {
    color: #54aa65
}

.busWrap ul li:nth-child(5) a:hover h5 {
    color: #68b14e
}

.busWrap ul li a:hover .icon {
    -webkit-transform: translateY(55px);
    transform: translateY(55px)
}

.busWrap ul li a:hover h5 {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    color: #0887c6
}

.cBus {
    line-height: 36px;
    padding-bottom: 10px
}

.cBus .pic {
    padding: 43px 0 0;
    text-align: center;
    font-size: 0
}

.cBus .pic li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 26.2%;
    margin: 0 2%
}

.cBus .pic li em {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 53%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.recBus {
    padding: 0 0 61px;
    background: #f5f5f5
}

.recBus .tit {
    font-size: 30px;
    line-height: 150px;
    color: #1a1a1a;
    font-weight: 400;
    text-align: center
}

.recBus .container {
    max-width: 1008px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.recBus .container .swiper-pagination {
    display: none
}

.recBus .container .swiper-slide a {
    display: block;
    padding: 44px 0 31px;
    text-align: center;
    background: #fff
}

.recBus .container .swiper-slide a .icon {
    height: 54px;
    line-height: 54px;
    margin-bottom: 20px
}

.recBus .container .swiper-slide a .icon img {
    max-height: 100%
}

.recBus .container .swiper-slide a h5 {
    font-size: 18px;
    line-height: 39px;
    color: #212121
}

.recBus .container .swiper-slide a:hover .icon {
    -webkit-transform: translateY(55px);
    transform: translateY(55px)
}

.recBus .container .swiper-slide a:hover h5 {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    color: #0887c6
}

.recBus .container .swiper-slide.slide2 a:hover h5 {
    color: #3f9f80
}

.recBus .container .swiper-slide.slide3 a:hover h5 {
    color: #54aa65
}

.recBus .container .swiper-slide.slide4 a:hover h5 {
    color: #68b14e
}

.mapWrap {
    padding: 40px;
    background: #f5f5f5
}

.mapWrap .bg {
    height: 480px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(9, 2, 4, .13);
    box-shadow: 0 4px 4px 0 rgba(9, 2, 4, .13)
}

.cDetal {
    padding: 53px 40px 56px;
    text-align: center;
    font-size: 0
}

.cDetal ul {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.cDetal li {
    text-align: center;
    background: url(../images/line5.png) no-repeat left 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px 58px 0;
    box-sizing: border-box
}

.cDetal li:first-child {
    background: 0 0
}

.cDetal li .icon {
    margin-bottom: 13px;
    height: 59px;
    line-height: 59px
}

.cDetal li .icon img {
    max-height: 100%
}

.cDetal li p {
    font-size: 16px;
    line-height: 30px;
    color: #212121
}

.contList {
    padding: 0 0 38px;
    background: #f5f5f5
}

.contList .tit {
    font-size: 26px;
    color: #000;
    line-height: 120px;
    font-weight: 400;
    text-align: center
}

.contList .list {
    padding: 0 40px
}

.contList .list ul li {
    width: 48.46%;
    height: 210px;
    box-sizing: border-box;
    padding: 25px 44px 18px;
    background: #fff;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(9, 2, 4, .13);
    box-shadow: 0 1px 4px 0 rgba(9, 2, 4, .13)
}

.contList .list ul li::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.contList .list ul li::-webkit-scrollbar-button:vertical {
    display: none
}

.contList .list ul li::-webkit-scrollbar-corner,
.contList .list ul li::-webkit-scrollbar-track {
    background-color: #e6e6e6
}

.contList .list ul li::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    background-color: #f76205

}

.contList .list ul li h5 {
    font-size: 18px;
    line-height: 34px;
    color: #2e3342
}

.contList .list ul li i {
    display: block;
    width: 23px;
    height: 1px;
    background: #666;
    margin: 15px 0 9px
}

.contList .list ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #444;
    padding: 4px 0
}

.prodList {
    overflow: hidden
}

.prodList ul {
    width: 1400px;
    padding-bottom: 39px
}

.prodList ul li {
    width: 330px;
    margin: 0 20px 20px 0
}

.prodList ul li a {
    display: block
}

.prodList ul li a .pic {
    height: 248px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 248px
}

.prodList ul li a .pic img {
    max-width: 100%;
    max-height: 100%
}

.prodList ul li a h5 {
    font-size: 18px;
    line-height: 60px;
    color: #1a1a1a;
    font-weight: 400;
    text-align: center
}

.prodList ul li a:hover h5 {
    color: #f76205

}

.contProd {
    padding-left: 380px;
    position: relative
}

.contProd .scroll {
    width: 328px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.contProd .scroll .swiper-slide {
    height: 248px;
    text-align: center;
    line-height: 248px;
    text-align: center;
    font-size: 0
}

.contProd .scroll .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

.contProd .scroll .swiper-button-next,
.contProd .scroll .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: #ccc;
    margin-top: -30px;
    text-align: center;
    line-height: 60px
}

.contProd .scroll .swiper-button-next img,
.contProd .scroll .swiper-button-prev img {
    height: 30px
}

.contProd .scroll .swiper-button-prev {
    left: -30px
}

.contProd .scroll .swiper-button-next {
    right: -30px
}

.contProd .scroll:hover .swiper-button-prev {
    left: 0
}

.contProd .scroll:hover .swiper-button-next {
    right: 0
}

.contProd .cont .tit {
    margin-bottom: 32px;
    height: 46px;
    background: #f5f5f5;
    padding: 0 26px;
    border-left: 4px solid #0f9a3d;
    font-size: 18px;
    color: #333;
    line-height: 46px
}

.contProd .cont .pageStyle {
    color: #1a1a1a
}

.memList ul li {
    width: 48.55%;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(9, 2, 4, .13);
    box-shadow: 0 1px 4px 0 rgba(9, 2, 4, .13)
}

.memList ul li a {
    display: block;
    padding: 15px 34px 31px 46px;
    position: relative
}

.memList ul li a h5 {
    padding-right: 90px;
    font-size: 20px;
    line-height: 70px;
    color: #1a1a1a
}

.memList ul li a i {
    display: block;
    margin-bottom: 17px;
    width: 40px;
    height: 2px;
    background: url(../images/line6.jpg) no-repeat center
}

.memList ul li a p {
    font-size: 14px;
    line-height: 26px;
    color: #6b6b6b;
    height: 52px;
    overflow: hidden
}

.memList ul li a span {
    font-size: 14px;
    color: #3e9f81;
    line-height: 14px;
    position: absolute;
    right: 34px;
    top: 48px
}

.memList ul li a:hover h5 {
    color: #f76205

}

.noticeList ul {
    padding-bottom: 40px
}

.noticeList ul li {
    width: 48.55%;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(9, 2, 4, .13);
    box-shadow: 0 1px 4px 0 rgba(9, 2, 4, .13)
}

.noticeList ul li a {
    display: block;
    height: 86px;
    padding-left: 104px;
    position: relative
}

.noticeList ul li a .date {
    width: 74px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009845;
    text-align: center;
    color: #fff
}

.noticeList ul li a .date em {
    display: block;
    padding-top: 12px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700
}

.noticeList ul li a .date span {
    display: block;
    font-size: 12px;
    line-height: 21px
}

.noticeList ul li a h5 {
    font-size: 18px;
    line-height: 47px;
    color: #1a1a1a;
    font-weight: 400
}

.noticeList ul li a .more {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #6b6b6b
}

.noticeList ul li a:hover h5 {
    color: #f76205

}

.newsList1 ul {
    padding-bottom: 54px
}

.newsList1 ul li {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 30px
}

.newsList1 ul li a {
    display: block;
    height: 190px;
    position: relative
}
.pl{
    padding-left: 356px;
}
.newsList1 ul li a .pic {
    width: 315px;
    height: 0;
    padding-bottom: 190px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.newsList1 ul li a .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.newsList1 ul li a h5 {
    padding-top: 25px;
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 33px;
    color: #212121;
    font-weight: 400
}

.newsList1 ul li a p {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 26px;
    color: #7a7a7a;
    height: 52px;
    overflow: hidden
}

.newsList1 ul li a span.time {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #525252
}

.newsList1 ul li a:hover h5 {
    color: #f76205
}

.newsList1 ul li.noPic a {
    padding-left: 0
}

.newsList1 ul li.noPic a .pic {
    display: none
}

.ztList {
    overflow: hidden;
    margin-bottom: 80px
}

.ztList ul {
    width: 1400px;
    padding-bottom: 20px
}

.ztList ul li {
    width: 446px;
    margin: 0 20px 20px 0
}

.ztList ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    position: relative;
    overflow: hidden
}

.ztList ul li a em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width:1500px) {
    .nav .nLi h3 a {
        padding: 0 22px
    }
}

@media screen and (max-width:1420px) {
    .w1380 {
        width: auto;
        padding: 0 5%
    }

    .nav .list {
        width: auto;
        padding: 0 5%
    }

    .nav .nLi {
        width: 10%;
        text-align: center
    }

    .nav .nLi h3 a {
        padding: 0;
        font-size: 18px
    }

    .nav .nLi h3 a span {
        letter-spacing: 0
    }

    .banner .swiper-slide a {
        height: 0;
        padding-bottom: 42%
    }

    .banner .swiper-slide a em {
        background-size: cover
    }

    .banner .swiper-slide a .circle {
        display: none
    }

    .banner .swiper-slide.slide1 a .w1380 {
        padding-top: 11.88%
    }

    .banner .swiper-slide.slide2 a .w1380 {
        padding-top: 14.34%
    }

    .banner .swiper-slide.slide3 a .w1380 {
        padding-top: 18.62%
    }

    .isect1 .isect1_2 .tabs ul li {
        margin-left: 30px;
        font-size: 18px
    }

    .footer .fNav li {
        margin-left: 0;
        width: 10%;
        text-align: center
    }

    .footer .btm {
        padding-right: 410px
    }

    .footer .btm ul {
        top: 25px
    }

    .footer .btm ul li {
        height: 80px;
        line-height: 80px
    }

    .footer .btm ul li .qrcode,
    .footer .btm ul li img {
        height: 60px
    }

    .footer .btm ul li .qrcode {
        height: 60px;
        width: auto;
        margin-left: 0
    }

    .aboutWrap .item2 .cont .w1380 {
        padding: 0
    }

    .aboutWrap .item2 .cont ul li {
        padding: 30px 1.6% 0
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer {
        margin-left: 30px
    }

    .honorList2 .w1380 {
        padding: 0 320px 0 0;
        margin: 0 5%
    }

    .honorList1 {
        padding-bottom: 60px
    }

    .passage {
        padding: 40px 5% 0
    }

    .video .bg {
        height: 90%
    }

    .video .container .swiper-slide a {
        padding-bottom: 45.45%
    }

    .video .btn {
        top: 40%
    }

    .cDetal {
        padding: 50px 0;
        font-size: 0
    }

    .cDetal li {
        max-width: none;
        width: 33.3%;
        float: left;
        padding: 10px 20px 0
    }

    .cDetal li p {
        font-size: 14px;
        word-break: break-all;
        line-height: 24px
    }

    .cDetal li .icon {
        height: 40px;
        line-height: 40px
    }

    .cDetal li:nth-child(3) .icon img {
        height: 30px
    }

    .prodList ul {
        width: 100%
    }

    .prodList ul li {
        width: 24%;
        margin-right: 1.33%
    }

    .prodList ul li:nth-child(4n) {
        margin-right: 0
    }

    .memList ul li a {
        padding: 15px 24px 31px
    }

    .ztList ul {
        width: 100%
    }

    .ztList ul li {
        width: 32%;
        margin: 0 2% 2% 0
    }

    .ztList ul li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:1340px) {
    .banner .swiper-slide a .wap {
        display: block
    }

    .banner .swiper-slide a .pc {
        display: none
    }

    .isect3 .item .title {
        padding: 0 20px;
        font-size: 20px;
        line-height: 50px
    }

    .isect3 .item .title .more {
        font-size: 12px
    }

    .isect3 .item .cont {
        padding: 27px 20px 0
    }

    .isect5 dl a dd .wrap {
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .isect5 dl a dd .wrap h5 {
        font-size: 24px
    }

    .isect5 dl a dd .wrap i {
        margin: 20px auto 16px
    }

    .isect5 dl a dd .wrap p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 18px
    }

    .isect5 dl a dt i {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px
    }

    .nyBanner .bread ul li {
        margin: 0 10px
    }

    .busWrap ul li a {
        padding: 30px 0 20px
    }

    .busWrap ul li a h5 {
        font-size: 18px
    }
}

@media screen and (max-width:1200px) {

    .newsTop .recomNews,
    .newsTop ul {
        width: 100%
    }

    .newsTop ul {
        padding-top: 40px
    }

    .newsTop .recomNews a .pic {
        padding-bottom: 55.6%
    }

    .newsTop ul li a .pic {
        padding-bottom: 60%
    }

    .video {
        padding: 80px 90px
    }

    .video .btn {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .video .btn.prev {
        left: 20px
    }

    .video .btn.next {
        right: 20px
    }

    .video .bg {
        top: 0;
        height: 100%
    }

    .contList .list {
        padding: 0
    }

    .contList .list ul li {
        padding: 15px 20px 8px
    }
}

@media screen and (max-width:1024px) {

    .header .searchBtn,
    .header ul,
    .nav {
        display: none
    }

    .placehoder {
        display: none !important
    }

    .header .menuIcon {
        display: block
    }

    .header .logo {
        line-height: 90px
    }

    .header .logo img {
        height: 60px
    }

    .isect1 {
        height: auto
    }

    .isect1 .isect1_1,
    .isect1 .isect1_2 {
        width: 100%
    }

    .isect1 .isect1_1 {
        margin-bottom: 30px
    }

    .isect1 .isect1_2 .container .recom a p {
        height: auto;
        max-height: 48px;
        line-height: 24px;
        font-size: 13px
    }

    .isect1 .isect1_2 .container .recom a h5 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6px
    }

    .isect1 .isect1_2 .container .recom {
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    .isect3 {
        padding: 40px 0
    }

    .isect3 .item {
        width: 100%;
        margin: 20px 0 0
    }

    .isect3 .item:first-child {
        margin-top: 0
    }

    .isect3 .item:before {
        background-size: cover
    }

    .isect4 .container {
        padding-bottom: 40px
    }

    .isect4 .container .swiper-pagination {
        display: block;
        bottom: 0
    }

    .isect4 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0887c6
    }

    .isect5 {
        padding: 50px 0
    }

    .isect5 dl {
        width: 100%
    }

    .isect5 dl:first-child {
        margin-bottom: 20px
    }

    .isect6 {
        padding: 20px 0 40px
    }

    .isect6 .tabs {
        margin-bottom: 20px
    }

    .isect6 .tabs ul li {
        margin-left: 20px;
        font-size: 18px;
        padding-bottom: 10px
    }

    .footer .fNav {
        font-size: 15px;
        margin-bottom: 20px;
        display: none
    }

    .footer .btm {
        padding-right: 0;
        text-align: center
    }

    .footer .btm ul {
        position: static;
        padding-top: 20px
    }

    .footer .btm ul li {
        display: inline-block;
        float: none
    }

    .nyBanner .bread {
        display: none
    }

    .nyBanner {
        height: 280px
    }

    .aboutWrap .item1 .cont {
        padding: 30px 30px 0
    }

    .aboutWrap .item1 .cont .text {
        padding: 30px
    }

    .aboutWrap .item1 .cont .text .scroll {
        padding-right: 30px
    }

    .aboutWrap .item2 .cont ul li {
        width: 50%
    }

    .aboutWrap .item2 .cont ul li.li3 {
        background: rgba(255, 255, 255, .1)
    }

    .aboutWrap .item2 .cont ul li.li4 {
        background: rgba(255, 255, 255, .2)
    }

    .aboutWrap .item4 .contScroll .innerScroll {
        padding: 0 50px
    }

    .aboutWrap .item4 .contScroll .innerScroll .btn.prev {
        left: 0
    }

    .aboutWrap .item4 .contScroll .innerScroll .btn.next {
        right: 0
    }

    .honorList2 .w1380 {
        padding-right: 0
    }

    .honorList2 .w1380 .bg {
        display: none
    }

    .honorList1 ul li a {
        height: 220px;
        line-height: 220px
    }

    .newsList ul li {
        padding: 18px
    }

    .newsList ul li a {
        padding-left: 336px
    }

    .newsList ul li a h5 {
        padding-top: 10px
    }

    .passage .psgTit {
        margin-bottom: 30px
    }

    .passage .psgTit h5 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px
    }

    .passage .psgTit .info {
        line-height: 40px;
        font-size: 12px
    }

    .passage .psgTit .info span {
        margin: 0 12px
    }

    .passage .psgTit .info span img {
        margin-right: 8px
    }

    .passage .psgCont {
        padding-bottom: 30px
    }

    .passage .bdsharebuttonbox {
        margin-bottom: 30px
    }

    .video .container .swiper-slide a i {
        height: 60px;
        width: 60px;
        margin: -30px 0 0 -30px
    }

    .video .container .swiper-slide a h5 {
        font-size: 15px;
        line-height: 56px
    }

    .busWrap ul li {
        margin-bottom: 30px
    }

    .busWrap ul li a .icon {
        height: 40px;
        line-height: 40px;
        margin-bottom: 16px
    }

    .recBus {
        padding-bottom: 40px
    }

    .recBus .container {
        padding-bottom: 50px
    }

    .recBus .container .swiper-pagination {
        display: block
    }

    .recBus .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #168db4
    }

    .recBus .tit {
        font-size: 24px;
        line-height: 70px;
        padding-top: 20px
    }

    .contList .list ul li {
        width: 100%;
        height: auto;
        padding-bottom: 20px
    }

    .prodList ul li {
        width: 32%;
        margin-right: 2%
    }

    .prodList ul li:nth-child(3n) {
        margin-right: 0
    }

    .prodList ul li:nth-child(4n) {
        margin-right: 2%
    }

    .contProd {
        padding-left: 0
    }

    .contProd .scroll {
        position: relative;
        margin-bottom: 20px;
        width: 100%
    }

    .noticeList ul li {
        padding: 15px
    }

    .newsList1 ul li {
        padding: 20px
    }

    .pl{
        padding-left: 340px
    }
}

@media screen and (max-width:768px) {
    .header .logo {
        line-height: 66px
    }

    .header .logo img {
        height: 40px
    }

    .banner .swiper-pagination {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 8%;
        height: 3px;
        line-height: 3px;
        font-size: 0
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 3px;
        background: #fff;
        border-radius: 3px;
        margin: 0 4px;
        cursor: pointer;
        position: relative;
        opacity: 1
    }

    .isect1 {
        margin: 40px auto 30px
    }

    .isect1 .isect1_2 .tabs ul li {
        margin-left: 15px
    }

    .isect1 .isect1_2 .tabs,
    .isect1 .isect1_2 .tabs ul li {
        height: 38px
    }

    .isect1 .isect1_2 .tabs ul li {
        font-size: 16px
    }

    .isect1 .isect1_2 .tabs .imore {
        font-size: 12px
    }

    .isect2 {
        height: 80px;
        margin-bottom: 30px
    }

    .isect2 .swiper-slide a {
        height: 80px
    }

    .isect4 {
        padding: 30px 0
    }

    .isect5 dl a dd .wrap {
        padding: 0 20px
    }

    .footer {
        padding: 20px 0;
        line-height: 30px
    }

    .float {
        display: none !important
    }

    .nyTitle {
        font-size: 24px;
        line-height: 50px;
        padding: 20px 0 10px
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer {
        margin: 0 5%
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer .pic {
        width: 100%;
        margin-bottom: 20px
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer .text {
        width: 100%;
        margin-left: 0;
        border-left: none;
        padding-left: 20px
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer .text .tit {
        line-height: 30px;
        margin-bottom: 6px
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer .text .tit:before {
        left: -13px;
        top: 12px
    }

    .honorList2 ul li {
        padding: 10px 10px 10px 30px;
        background-position: 14px 20px
    }

    .honorList1 {
        padding-bottom: 40px
    }

    .honorList1 ul {
        margin-bottom: 30px
    }

    .page a.num {
        display: none
    }

    .page a.num.on {
        display: inline-block
    }

    .page a {
        padding: 0 20px
    }

    .honorList2 {
        padding: 30px 0
    }

    .honorList1 ul li {
        width: 50%
    }

    .newsList ul li a {
        height: auto;
        padding-left: 0
    }

    .newsList ul li a .pic {
        position: relative;
        width: 100%
    }

    .newsList ul li a h5 {
        padding-bottom: 10px
    }

    .passage .psgBtn a {
        width: 32%;
        margin: 0 .5%;
        height: 40px;
        line-height: 40px;
        font-size: 13px
    }

    .video {
        padding: 30px 30px 50px
    }

    .video .btn {
        display: none
    }

    .video .swiper-pagination {
        bottom: 20px
    }

    .busWrap ul li {
        width: 49%;
        margin: 0 0 20px;
        float: left
    }

    .busWrap ul li:nth-child(2n) {
        float: right
    }

    .cBus .pic li {
        width: 80%
    }

    .mapWrap {
        padding: 20px
    }

    .mapWrap .bg {
        height: 300px
    }

    .cDetal li {
        width: 100%;
        background: 0 0;
        margin-bottom: 20px
    }

    .contList .tit {
        font-size: 22px;
        line-height: 60px;
        padding: 20px 0 0
    }

    .prodList ul li {
        width: 49%;
        margin-right: 0
    }

    .prodList ul li:nth-child(4n) {
        margin-right: 0
    }

    .prodList ul li:nth-child(2n) {
        float: right
    }

    .memList ul li {
        width: 100%
    }

    .noticeList ul li {
        width: 100%
    }

    .newsList1 ul li a {
        height: auto;
        padding-left: 0
    }

    .newsList1 ul li a .pic {
        position: relative;
        width: 100%
    }

    .newsList1 ul li a h5 {
        margin-bottom: 5px;
        padding-top: 12px
    }

    .newsList1 ul li a p {
        height: auto;
        max-height: 52px;
        margin-bottom: 12px
    }

    .newsList1 ul li.noPic a h5 {
        padding-top: 0
    }

    .passage .psgCont {
        padding: 0 0 50px
    }

    .ztList ul li {
        width: 49%;
        margin-right: 0
    }

    .ztList ul li:nth-child(2n) {
        float: right
    }
}

@media screen and (max-width:468px) {
    .header .logo img {
        height: 36px
    }

    .isect1 {
        margin: 40px auto 20px
    }

    .isect1 .isect1_1 a {
        padding-bottom: 64%
    }

    .isect1 .isect1_2 .container .recom a h5 {
        font-size: 15px
    }

    .isect1 .isect1_2 .container ul li a {
        padding: 0 95px 0 0
    }

    .isect1 .isect1_2 .container ul li a h5 {
        font-size: 14px
    }

    .isect1 .isect1_2 .container ul li a span {
        font-size: 12px
    }

    .isect1 .isect1_2 .tabs .imore {
        display: none !important
    }

    .isect1 .isect1_2 .tabs,
    .isect1 .isect1_2 .tabs ul {
        width: 100%
    }

    .isect1 .isect1_2 .tabs ul li {
        width: 25%;
        text-align: center;
        margin: 0
    }

    .isect2 {
        height: 60px
    }

    .isect2 .swiper-slide a {
        height: 60px
    }

    .isect2 .swiper-pagination {
        bottom: 2px;
        height: 6px;
        line-height: 6px
    }

    .isect2 .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px
    }

    .isect3 .item .cont {
        height: auto;
        padding: 20px
    }

    .isect3 .item .cont .list1 li a {
        padding-left: 70px;
        height: 56px;
        padding-top: 4px
    }

    .isect3 .item .cont .list1 li a .date {
        width: 56px;
        height: 58px
    }

    .isect3 .item .cont .list1 li a .date em {
        line-height: 35px
    }

    .isect3 .item .cont .list1 li a h5 {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }

    .isect3 .item .cont .list2 li {
        padding: 10px 0
    }

    .isect3 .item .cont .list2 li a h5 {
        font-size: 14px
    }

    .isect3 .item .cont .list2 li a span {
        font-size: 12px
    }

    .isect4 .ititle {
        font-size: 22px;
        margin-bottom: 20px
    }

    .isect4 .container .swiper-slide a .icon {
        line-height: 45px;
        height: 45px
    }

    .isect4 .container .swiper-slide a .icon img {
        height: 36px
    }

    .isect4 .container .swiper-slide.slide1 a .icon img,
    .isect4 .container .swiper-slide.slide2 a .icon img {
        height: 45px
    }

    .isect4 .container .swiper-slide a h5 {
        font-size: 16px
    }

    .isect4 .container .swiper-slide a:before,
    .isect4 .container .swiper-slide:first-child a:after {
        height: 101px
    }

    .isect4 .container .swiper-slide a:before {
        left: -1px
    }

    .isect4 .container .swiper-slide a:first-child:after {
        display: none
    }

    .isect5 {
        padding: 30px 0
    }

    .isect5 dl a dd .wrap {
        padding: 0 12px
    }

    .isect5 dl a dd .wrap h5 {
        font-size: 20px;
        line-height: 22px
    }

    .isect5 dl a dd .wrap span {
        display: none
    }

    .isect5 dl a dd .wrap i {
        margin: 16px auto 12px
    }

    .isect6 .container .innerScroll .swiper-slide a {
        font-size: 16px
    }

    .isect6 .container .innerScroll .swiper-slide a img {
        height: auto;
        width: 100%
    }

    .footer {
        font-size: 12px;
        line-height: 24px;
    }

    .footer .btm .text span {
        margin: 0 5px
    }

    .footer .btm ul li {
        height: 40px;
        line-height: 40px
    }

    .footer .btm ul li .qrcode,
    .footer .btm ul li img {
        height: 40px
    }

    .footer .btm ul li .qrcode {
        width: 40px
    }

    .nyBanner {
        height: 180px
    }

    .pageStyle {
        font-size: 14px;
        line-height: 28px
    }

    .aboutWrap .item1 .cont {
        padding: 0
    }

    .aboutWrap .item1 .cont .bg {
        display: none
    }

    .aboutWrap .item1 .cont .text {
        padding: 20px;
        -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, .75);
        box-shadow: 0 0 10px rgba(204, 204, 204, .75)
    }

    .aboutWrap .item1 .cont .text {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .aboutWrap .item1 .cont .text .scroll {
        padding-right: 0;
        height: auto
    }

    .aboutWrap .item2 .cont ul li {
        width: 100%;
        height: auto;
        padding: 30px 2% 50px
    }

    .aboutWrap .item2 .cont ul li.li2,
    .aboutWrap .item2 .cont ul li.li4 {
        background: rgba(255, 255, 255, .1)
    }

    .aboutWrap .item2 .cont ul li.li3 {
        background: rgba(255, 255, 255, .2)
    }

    .aboutWrap .item2 .cont ul li .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 12px
    }

    .aboutWrap .item2 .cont ul li .icon img {
        height: 60px
    }

    .aboutWrap .item2 .cont ul li .tit {
        font-size: 20px;
        line-height: 30px
    }

    .aboutWrap .item3 {
        margin-bottom: 30px
    }

    .aboutWrap .item4 .nyTitle {
        margin-bottom: 16px
    }

    .aboutWrap .item4 .tabsScroll {
        margin-bottom: 40px;
        padding: 0 30px
    }

    .aboutWrap .item4 .tabsScroll .btn {
        width: 30px
    }

    .aboutWrap .item4 .tabsScroll .container .swiper-slide h5 {
        font-size: 18px;
        line-height: 28px
    }

    .aboutWrap .item4 .contScroll .innerScroll {
        padding: 0
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer {
        margin: 0
    }

    .aboutWrap .item4 .contScroll .innerScroll .btn {
        z-index: 3;
        background: rgba(255, 255, 255, .8);
        text-align: center;
        font-size: 30px;
        color: #333;
        line-height: 68px;
        font-family: SimSun;
        top: 65px
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer .pic em {
        padding-bottom: 194px
    }

    .aboutWrap .item4 .tabsScroll .container .swiper-slide.on h5 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .aboutWrap .item4 .contScroll .innerScroll .inContainer .text {
        height: auto
    }

    .honorList1 ul li {
        width: 100%
    }

    .honorList1 ul li a {
        height: 260px;
        line-height: 260px
    }

    .honorList2 ul li {
        font-size: 14px;
        line-height: 26px;
        background-position: 14px 18px
    }

    .newsTop {
        margin-bottom: 0
    }

    .newsTop ul {
        padding-top: 20px
    }

    .newsTop ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .newsTop .recomNews a .text {
        padding: 13px 20px 20px
    }

    .newsTop ul li a .text {
        padding: 10px 20px 16px
    }

    .newsList ul {
        padding-bottom: 15px
    }

    .newsList ul li a .pic {
        height: 0;
        padding-bottom: 60.3%
    }

    .passage .bdsharebuttonbox {
        display: none
    }

    .passage .psgCont {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 30px;
        padding-bottom: 20px
    }

    .passage .psgTit h5 {
        font-size: 18px;
        line-height: 30px
    }

    .passage .psgTit .info span img {
        display: none
    }

    .passage .psgTit {
        margin-bottom: 20px
    }

    .video {
        padding: 0 0 30px
    }

    .video .swiper-pagination {
        bottom: 15px;
        height: 6px;
        line-height: 6px
    }

    .video .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px
    }

    .video .container .swiper-slide a i {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px
    }

    .video .container .swiper-slide a h5 {
        font-size: 12px;
        padding: 0 12px;
        line-height: 30px
    }

    .video .container .swiper-slide {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .busWrap {
        padding: 15px 0 60px
    }

    .busWrap ul li {
        width: 100%
    }

    .busWrap ul li a h5 {
        font-size: 17px;
        line-height: 30px
    }

    .mrgBtm {
        margin-bottom: 30px
    }

    .cBus .pic {
        padding-top: 20px
    }

    .cBus .pic li {
        width: 100%;
        margin: 0 0 15px
    }

    .cBus .pic li:last-child {
        margin-bottom: 0
    }

    .recBus .tit {
        padding-top: 15px
    }

    .cDetal {
        padding: 20px 0
    }

    .cDetal li {
        padding: 10px 10px 0
    }

    .contList .list ul li h5 {
        font-size: 16px
    }

    .contList .list ul li i {
        margin: 9px 0 5px
    }

    .prodList ul {
        padding-bottom: 20px
    }

    .prodList ul li {
        width: 100%
    }

    .prodList ul li:last-child {
        margin-bottom: 0
    }

    .prodList ul li a h5 {
        font-size: 16px;
        line-height: 40px;
        padding-top: 5px
    }

    .contProd .cont .tit {
        padding: 0 14px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 12px;
        font-size: 16px
    }

    .memList ul li {
        margin-bottom: 20px
    }

    .memList ul li a {
        padding: 10px 12px 20px
    }

    .memList ul li a span {
        display: none
    }

    .memList ul li a h5 {
        padding-right: 0;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 5px
    }

    .noticeList ul {
        padding-bottom: 30px
    }

    .noticeList ul li {
        margin-bottom: 20px
    }

    .noticeList ul li:last-child {
        margin-bottom: 0
    }

    .noticeList ul li a {
        height: 68px;
        padding-left: 72px
    }

    .noticeList ul li a .date {
        width: 60px;
        height: 68px
    }

    .noticeList ul li a .date em {
        font-size: 24px;
        line-height: 24px
    }

    .noticeList ul li a .date span {
        font-size: 12px
    }

    .noticeList ul li a h5 {
        font-size: 16px;
        line-height: 32px
    }

    .noticeList ul li a .more {
        font-size: 12px
    }

    .newsList1 ul {
        padding-bottom: 30px
    }

    .newsList1 ul li:last-child {
        margin-bottom: 0
    }

    .newsList1 ul li a .pic {
        padding-bottom: 60.31%
    }

    .newsList1 ul li {
        padding: 12px 12px 20px
    }

    .ztList {
        margin-bottom: 40px
    }

    .ztList ul {
        padding-bottom: 10px
    }

    .ztList ul li {
        width: 100%;
        margin-bottom: 4%
    }

    .isect1 .isect1_2 .tabs ul li {
        font-size: 14px
    }
}