@font-face {
    font-family: 'HelNeu55Rom';
    src: url('../font/HelNeu55Rom.eot');
    src: url('../font/HelNeu55Rom.eot') format('embedded-opentype'), url('../font/HelNeu55Rom.woff') format('woff'), url('../font/HelNeu55Rom.ttf') format('truetype'), url('../font/HelNeu55Rom.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 初始化CSS */

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

fieldset,
img {
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    /*font-family: "Microsoft JhengHei", "Microsoft Yahei", "SimSun", Arial, sans-serif;*/
    font-family: "Aria";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    margin: 0;
    font-size: 12px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
}

textarea {
    /*font-family: "Microsoft JhengHei", "Microsoft Yahei", "SimSun", Arial, sans-serif;*/
    font-family: "Aria";
    resize: none;
}

body {
    /*font: 12px "隶书" ,"Calibri" ,"Microsoft JhengHei", "Microsoft Yahei", "SimSun", Arial, sans-serif;*/
    font: 12px "Aria";
    color: #333;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

i,
em {
    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;
}


/*html5*/

article,
aside,
footer,
header,
section,
footer,
nav,
figure,
main {
    display: block
}

a,
* {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}


/*小号文字  scale以12号字体为基准 需写实际字号大小*/

.font_adjust {
    -webkit-text-size-adjust: none;
}

.font_scale8 {
    -webkit-transform: scale(0.66);
}

.font_scale10 {
    -webkit-transform: scale(0.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;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a,
label {
    text-decoration: none;
    color: inherit;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

input[type="submit"],
button {
    -webkit-appearance: none;
    /*去除input默认样式*/
}


/*transition*/

.tran200 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tran400 {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.tran500 {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.tran1000 {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}

.tran5000 {
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    transition: all 5s linear;
}

.scaleimg:hover img,
.scaleimg:hover .pic em {
    -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);
}


/*网页限定宽度*/

.con_1000 {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.con_1000:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

body {
    color: #474747;
    margin: 0 auto;
    background: #ffffff;
    min-width: 320px;
    font-size: 12px;
    line-height: 24px;
    /*font-family: "隶书" ,"Calibri" ,"Microsoft JhengHei", "Microsoft Yahei", Helvetica, Arial, sans-serif;*/
    font: 12px "Aria";
}

.w1260 {
    width: 1260px;
    margin: 0 auto;
}

*:before,
*:after {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../image/grayBg.png) repeat;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.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, 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: 0.3s;
    transition-duration: 0.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: none;
    border: none;
    /*font-family: "隶书" ,"Calibri" ,"Microsoft JhengHei", "Microsoft Yahei";*/
    font-family: "Aria";
}

.hidden_search .btn {
    display: block;
    background: url(../image/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: 0.5s;
    transition: 0.5s;
}

.hidden_search .close_btn:after,
.hidden_search .close_btn:before {
    background: #cccccc;
    width: 20px;
    height: 3px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.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;
}

.page {
    text-align: center;
    font-size: 0;
}

.page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 32px;
    padding: 0 20px;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 8px;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}

.page a.num,
.page .page-num {
    padding: 0 8px;
}

.page a.on,
.page .page-num-current,
.page a:hover {
    border-color: #12a7e4;
    background: #12a7e4;
    color: #fff;
}

.passage {}

.passage .psgTit {
    padding-bottom: 24px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 22px;
    text-align: center;
}

.passage .psgTit h5 {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 10px;
}

.passage .psgTit .info {
    font-size: 12px;
    line-height: 22px;
    color: #808080;
}

.passage .psgTit .info span {
    margin: 0 6px;
}

.passage .psgCont {
    font-size: 16px;
    line-height: 32px;
    color: #4d4d4d;
    padding-bottom: 60px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 52px;
    min-height: 350px;
}

.passage .psgCont * {
    max-width: 100% !important;
}

.passage .psgBtm {
    position: relative;
    padding: 0 235px 0 0;
}

.passage .psgBtm ul li {
    font-size: 16px;
    line-height: 34px;
    color: #3a502a;
}

.passage .psgBtm ul li a {
    color: #333333;
}

.passage .psgBtm ul li a:hover {
    color: #19408c;
    text-decoration: underline;
}

.passage .psgBtm .bdsharebuttonbox {
    height: 56px;
    width: 165px;
    padding-left: 49px;
    border-left: 1px solid #d1d1d1;
    position: absolute;
    right: 0;
    top: 5px;
}

.passage .psgBtm .bdsharebuttonbox span {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    margin: 12px 3px 0 0;
}

.passage .psgBtm .bdsharebuttonbox .shareItem {
    width: 34px;
    height: 34px;
    margin: 12px 20px 0 0;
    padding: 0;
    background: url(../image/shareIcon2.png) no-repeat left top;
}

.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina {
    margin-right: 0;
    background-position: -34px top;
}

.header {
    position: relative;
    z-index: 999;
}

.header .logo {
    padding-top: 9px;
    height: 106px;
    line-height: 106px;
}

.header .top dl {
    margin-left: 33px;
    position: relative;
    z-index: 3;
}

.header .top dl:before {
    content: "";
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -7px;
}

.header .top dl.dl2 {
    margin-left: 0;
}

.header .top dl.dl2:before {
    display: none;
}

.header .top dl dt a {
    display: block;
    padding-left: 27px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #808080;
    position: relative;
}

.header .top dl dt a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: url(../image/hIcon1.png) no-repeat left top;
}

.header .top dl:hover dt a:before {
    background-position-y: bottom;
}

.header .top dl.dl1 dt a:before {
    background-image: url(../image/hIcon2.png);
}

.header .top dl.dl1 dt a {
    padding-right: 18px;
    position: relative;
}

.header .top dl.dl1 dt a span {
    font-family: "Aria";
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-top: -7px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.header .top dl:hover dt a {
    color: #11a6e4;
}

.header .top dl dd {
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 36px;
    display: none;
}

.header .top dl dd i {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #efefef;
}

.header .top dl dd ul {
    padding: 8px 0 15px;
    background: #efefef;
}

.header .top dl dd ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #808080;
}

.header .top dl dd ul li a:hover {
    color: #11a6e4;
}

.header .btm .form {
    border: 1px solid #dbdbdb;
    border-radius: 17px;
    padding-left: 14px;
    margin-left: 40px;
}

.header .btm .form .text {
    width: 160px;
    height: 34px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}

.header .btm .form .subm {
    width: 44px;
    height: 34px;
    border: none;
    background: url(../image/searchBtn1.png) no-repeat center top;
    cursor: pointer;
}

.header .btm .form .subm:hover {
    background-position: left bottom;
}

.header .btm .nav .nLi {
    position: relative;
    z-index: 2;
}

.header .btm .nav .nLi h3 a {
    display: block;
    height: 36px;
    padding: 0 20px 27px;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 36px;
    font-weight: bold;
    font-family: "Aria";
}

.header .btm .nav .nLi .navSub {
    /*width: 100%;*/
    position: absolute;
    left: 0;
    top: 63px;
    background: #fff;
    text-align: center;
    display: none;
}

.header .btm .nav .nLi .navSub ul li a {
    display: block;
    font-size: 14px;
    /*line-height: 34px;*/
    color: #333;
    padding: 5px 0;
}
.header .btm .nav .nav-cot{
    white-space: nowrap;
    /*overflow: hidden; */
    padding: 0 5px;
    box-sizing: border-box;
    /*text-overflow: ellipsis; */
    font-family: "Aria";
    font-size: 14px;
}
.header .btm .nav .nLi.on h3 a,
.header .btm .nav .nLi:hover h3 a,
.header .btm .nav .nLi .navSub ul li a:hover {
    color: #11a6e4;
}

.header .menuIcon {
    width: 24px;
    cursor: pointer;
    margin: 38px 0 0 10px;
    display: none;
}

.header .menuIcon span {
    display: block;
    height: 3px;
    background: #999999;
    margin-top: 5px;
    position: relative;
}

.header .menuIcon span:before {
    content: "";
    height: 100%;
    width: 0;
    background: #11a6e4;
    position: absolute;
    left: 0;
    top: 0;
}

.header .menuIcon span.line1:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header .menuIcon span.line2:before {
    -webkit-transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -ms-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}

.header .menuIcon span.line3:before {
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -ms-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

.header .menuIcon:hover span:before {
    width: 100%;
}

.header .searchBtn {
    width: 34px;
    height: 34px;
    margin: 36px 0 0 0;
    background: url(../image/searchBtn.png) no-repeat center;
    cursor: pointer;
    display: none;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}
.banner .swiper-slide a .banner-pic{
    display: block;
    width: 100%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    background: url(../image/arrow1.png) no-repeat left top;
    border-radius: 50%;
    opacity: 0;
}

.banner .swiper-button-next {
    background-position: left bottom;
}

.banner:hover .swiper-button-prev {
    left: 5%;
}

.banner:hover .swiper-button-next {
    right: 5%;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
    opacity: 1;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    height: 12px;
    line-height: 12px;
    bottom: 20px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
    background: none;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.ititle {
    text-align: center;
    margin-bottom: 30px;
}

.ititle h3 {
    font-size: 36px;
    line-height: 55px;
    color: #1a1a1a;
    font-weight: bold;
}

.ititle p {
    font-size: 14px;
    line-height: 34px;
    color: #808080;
}

.isect1 {
    padding: 29px 0 70px;
    background: #f1f1f2 url(../image/isect1Bg.jpg) no-repeat center top;
}

.isect1Scroll {
    width: 1200px;
    margin: 0 auto 70px;
    padding: 0 80px;
    position: relative;
}

.isect1Scroll .swiper-button-prev,
.isect1Scroll .swiper-button-next {
    width: 40px;
    height: 79px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
}

.isect1Scroll .swiper-button-prev {
    left: 0;
    background: url(../image/leftArr.png) no-repeat left center;
}

.isect1Scroll .swiper-button-next {
    right: 0;
    background: url(../image/rightArr.png) no-repeat right center;
}

.isect1Scroll .container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.prodList a {
    display: block;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    text-align: center;
    padding-bottom: 44px;
}

.prodList a .line {
    position: absolute;
    background: #11a6e4;
}

.prodList a .line.line1 {
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
}

.prodList a .line.line2 {
    right: 0;
    top: 0;
    width: 1px;
    height: 0;
}

.prodList a .line.line3 {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
}

.prodList a .line.line4 {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
}

.prodList a:hover .line.line1,
.prodList a:hover .line.line3 {
    width: 100%;
}

.prodList a:hover .line.line2,
.prodList a:hover .line.line4 {
    height: 100%;
}

.prodList a .pic {
    height: 231px;
    text-align: center;
    line-height: 231px;
    overflow: hidden;
}

.prodList a .pic img {
    max-width: 100%;
    max-height: 100%;
}

.prodList a .text {
    padding: 0 20px 15px;
}

.prodList a .text h5 {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 32px;
    font-weight: normal;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Aria";
}

.prodList a .text p {
    font-size: 14px;
    line-height: 28px;
    color: #808080;
    height: 28px;
}

.prodList a .btn {
    width: 134px;
    height: 36px;
    border: 1px solid #18a927;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #18a827;
    position: relative;
}

.prodList a .btn span {
    position: relative;
    z-index: 2;
}

.prodList a .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #11a6e4;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
}

.prodList a:hover .btn:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.prodList a:hover .btn {
    border-color: #11a6e4;
    color: #fff;
}

.isect1Scroll .container.swiper-container-horizontal>.swiper-pagination-bullets {
    height: 12px;
    line-height: 12px;
    bottom: 20px;
    display: none;
}

.isect1Scroll .container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
    background: #18a827;
}

.isect1Scroll .container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #11a6e4;
}

.readMore {
    display: block;
    width: 208px;
    height: 56px;
    margin: 0 auto;
    border: 1px solid #4d4d4d;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
}

.readMore span {
    position: relative;
    z-index: 2;
}

.readMore:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #11a6e4;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
}

.readMore:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.readMore:hover {
    border-color: #11a6e4;
    color: #fff;
}

.isect2 {
    padding: 50px 0 60px;
}

.isect2Scroll {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.isect2Scroll .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.isect2Scroll .swiper-slide a .pic {
    width: 100%;
    height: 0;
    padding-bottom: 134.426%;
    position: relative;
    overflow: hidden;
}

.isect2Scroll .swiper-slide a .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.isect2Scroll .swiper-slide a b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../image/gray40.png) repeat;
}

.isect2Scroll .swiper-slide a b.b2 {
    z-index: 3;
    background: rgba(17, 166, 228, 0.9);
    opacity: 0;
}

.isect2Scroll .swiper-slide a .text {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 132px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -66px;
    text-align: center;
    z-index: 4;
}

.isect2Scroll .swiper-slide a .text .icon {
    height: 52px;
    line-height: 52px;
}

.isect2Scroll .swiper-slide a .text i {
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    margin: 17px auto 20px;
}

.isect2Scroll .swiper-slide a .text h5 {
    line-height: 40px;
    font-size: 22px;
    color: #ffffff;
}

.isect2Scroll .swiper-slide a:hover .pic em {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.isect2Scroll .swiper-slide a:hover b.b2 {
    opacity: 1;
}

.isect2Scroll.swiper-container-horizontal>.swiper-pagination-bullets {
    height: 12px;
    line-height: 12px;
    bottom: 0;
    display: none;
}

.isect2Scroll.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
    background: #18a827;
}

.isect2Scroll.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #11a6e4;
}

.isect2Scroll .swiper-slide a:hover .text .icon {
    -webkit-animation: amtDown 0.6s 0.1s both;
    animation: amtDown 0.6s 0.1s both;
}

.isect2Scroll .swiper-slide a:hover .text i {
    -webkit-animation: amtDown 0.6s 0.3s both;
    animation: amtDown 0.6s 0.3s both;
}

.isect2Scroll .swiper-slide a:hover .text h5 {
    -webkit-animation: amtDown 0.6s 0.5s both;
    animation: amtDown 0.6s 0.5s both;
}

@-webkit-keyframes amtDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@keyframes amtDown {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.isect3 {
    padding: 50px 0 77px;
    background: #f0f0f0;
    overflow: hidden;
}

.isect3 .ititle {
    margin-bottom: 30px;
}

.isect3 ul {
    height: 360px;
}

.isect3 ul li {
    width: 32%;
    margin-left: 2%;
}

.isect3 ul li:first-child {
    margin-left: 0;
}

.isect3 ul li a {
    display: block;
}

.isect3 ul li.li1 a .pic {
    height: 0;
    position: relative;
    overflow: hidden;
    position: relative;
    /*padding-bottom: 62.5%;*/
    height: 250px;
}

.isect3 ul li.li1 a .pic em,
.isect3 ul li.li1 a .pic b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.isect3 ul li.li1 a .pic em {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.isect3 ul li.li1 a .pic b {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.isect3 ul li.li1 a .text {
    padding: 8px 20px 0;
    background: #ffffff;
    height: 102px;
}

.isect3 ul li.li1 a .text h5 {
    font-size: 16px;
    line-height: 39px;
    color: #1a1a1a;
}

.isect3 ul li.li1 a .text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden;
}

.isect3 ul li.li1 a:hover .pic b {
    opacity: 1;
}

.isect3 ul li.li1 a:hover .text h5 {
    color: #11a6e4;
}

.isect3 ul li:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

.isect3 ul li.li2 {
    margin-bottom: 11px;
}

.isect3 ul li.li2 a {
    display: block;
    padding: 12px 20px 0;
    height: 70px;
    background: #ffffff;
}

.isect3 ul li.li2 a h5 {
    font-size: 16px;
    line-height: 31px;
    color: #1a1a1a;
}

.isect3 ul li.li2 a span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Aria";
}

.isect3 ul li.li2 a:hover h5 {
    color: #11a6e4;
}

.isect4 {
    width: 100%;
    overflow: hidden;
}

.isect4 ul li {
    width: 33%;
    margin-left: 0.5%;
}

.isect4 ul li:first-child {
    margin-left: 0;
}

.isect4 ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.isect4 ul li a em {
    display: block;
    width: 100%;
    height: 0%;
    padding-bottom: 56.78%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.isect4 ul li a b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.isect4 ul li a .ititle {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: right;
    margin-bottom: 0;
    z-index: 3;
}

.isect4 ul li a .ititle h3 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
}

.isect4 ul li a .ititle p {
    color: #ffffff;
}

.isect4 ul li a .ititle p span {
    font-weight: bold;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Aria";
}

.isect4 ul li a:hover em {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.isect4 ul li a:hover b {
    opacity: 1;
}

.footer {
    padding: 90px 0 54px;
    
}

.footer dl {
    height: 174px;
    padding: 0 89px;
    border-right: 1px solid #e0e0e0;
}

.footer dl a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.footer dl dt {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 16px;
    margin-bottom: 21px;
    font-weight: bold;
}

.footer dl dd {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.footer dl a:hover {
    color: #11a6e4;
}

.footer dl.dl1 {
    padding-left: 0;
}

.footer dl.dl5 {
    padding: 0;
    border-right: none;
    max-width: 306px;
}

.footer dl p .tel {
    color: #ffa200;
    font-weight: bold;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Arial";
    font-size: 16px;
}

.fBtm {
    padding: 20px 0;
    background: #222222;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}

.fBtm .w1260 {
    box-sizing: border-box;
    padding-right: 100px;
    min-height: 40px;
    position: relative;
}

.fBtm .w1260 span {
    margin-left: 8px;
}

.fBtm .w1260 .weChat {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 2;
}

.fBtm .w1260 .weChat dt {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../image/wechat1.png) no-repeat center;
}

.fBtm .w1260 .weChat .codeImg {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 40px;
    z-index: 8;
    display: none;
}

.fBtm .w1260 .weChat .codeImg .pic {
    width: 130px;
    height: 130px;
    background: #eee;
    padding: 5px;
}

.fBtm .w1260 .weChat .codeImg .pic img {
    width: 100%;
    height: 100%;
}

.fBtm .w1260 .weChat .codeImg i {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #eee;
}

.fBtm .w1260 .fMail {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/mailIcon.png) no-repeat center;
}

.nyBanner {
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.nyBanner .path {
    padding-top: 6px;
    font-size: 14px;
    line-height: 62px;
    color: #ffffff;
    -webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);
}

.nyBanner .path span {
    margin: 0 8px;
}

.nyBanner .path a:hover {
    text-decoration: underline;
}

.nyBanner .left {
    max-width: 594px;
}

.nyBanner h3 {
    font-size: 36px;
    line-height: 82px;
    color: #ffffff;
    margin-bottom: 60px;
    -webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);
}

.nyBanner i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../image/arrow2.png) no-repeat center;
    cursor: pointer;
}

.nyBanner i:hover {
    opacity: 0.8;
}

.nyBanner ul {
    width: 164px;
}

.nyBanner ul li {
    width: 80px;
    height: 80px;
    margin: 0 0 2px 2px;
    background: url(../image/gray65.png) repeat;
}

.nyBanner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 24px 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.nyBanner ul li.on a,
.nyBanner ul li a:hover {
    background: #12a7e4;
}

.nyWrap {
    margin: 60px auto 0;
    min-height: 350px;
}

.developScroll {
    padding: 0 100px;
    position: relative;
}

.developScroll .swiper-button-prev,
.developScroll .swiper-button-next {
    width: 48px;
    height: 48px;
    border: 1px solid #747474;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: url(../image/arrow3.png) no-repeat left 2px;
    border-radius: 50%;
}

.developScroll .swiper-button-prev {
    left: 0;
}

.developScroll .swiper-button-next {
    background-position: right 2px;
    right: 0;
}

.developScroll .swiper-button-prev:hover,
.developScroll .swiper-button-next:hover {
    border-color: #12a7e4;
    background-position-y: -46px;
}

.developScroll .container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.developScroll .container .swiper-slide {
    position: relative;
    text-align: center;
}

.developScroll .container .swiper-slide em {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    background: url(../image/devBg1.jpg) no-repeat center;
    background-size: cover;
}

.developScroll .container .swiper-slide .text {
    width: 100%;
    height: 104px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -52px;
    z-index: 2;
}

.developScroll .container .swiper-slide .text p {
    font-size: 30px;
    color: #fefefe;
    line-height: 64px;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Aria";
}

.developScroll .container .swiper-slide .text h5 {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
}

.developScroll .container .swiper-slide.slide2 em {
    background-image: url(../image/devBg2.jpg);
}

.developScroll .container .swiper-slide.slide3 em {
    background-image: url(../image/devBg3.jpg);
}

.developScroll .swiper-pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.developScroll .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
}

.developScroll .swiper-pagination .swiper-pagination-bullet-active {
    background: #12a7e4;
}

.nyBody .footer {
    background: #f5f5f5;
}

.developList {
    margin-top: 90px;
    position: relative;
    padding-bottom: 34px;
    overflow: hidden;
}

.developList:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #12a7e4;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
}

.developList .date {
    padding: 0 10px;
    min-width: 94px;
    width: fit-content;
    height: 38px;
    background: #12a7e4;
    border-radius: 4px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #ffffff;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Aria";
    font-weight: normal;
}

.developList .ul .li {
    width: 48.4%;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background: #f2f2f2;
    padding: 19px;
    position: relative;
    margin-bottom: 30px;
}

.developList .ul .li .arr {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -9px;
    background: url(../image/trangle1.png) no-repeat left center;
}

.developList .ul .li.fr .arr {
    right: auto;
    left: -10px;
    background: url(../image/trangle2.png) no-repeat right center;
}

.developList .ul .li .wrap {
    min-height: 100px;
    padding-left: 170px;
    position: relative;
}

.developList .ul .li .wrap .pic {
    width: 150px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.developList .ul .li .wrap .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.developList .ul .li .wrap .txt {
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
    padding-top: 3px;
}

.honorScroll {}

.honorWrap {
    height: 760px;
    position: relative;
    overflow: hidden;
}

.honorWrap #box {
    width: 1440px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -720px;
    padding-bottom: 80px;
}

.honorWrap #box ul {
    position: relative;
    width: 100%;
    height: 680px;
}

.honorWrap #box li {
    position: absolute;
    list-style: none;
    width: 0;
    height: 0;
    top: 0;
    left: 492px;
    z-index: 0;
    cursor: pointer;
}

.honorWrap #box li a {
    display: block;
    position: relative;
}

.honorWrap #box li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background: #d1cfcf;
}

.honorWrap #box li .pic img {
    width: 100%;
    height: 100%;
    /*opacity: 1 !important;*/
}

.honorWrap #box li a .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -55px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    z-index: 3;
    opacity: 0;
}

.honorWrap .btnWrap {
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.honorWrap .btnWrap .btn {
    width: 50px !important;
    height: 50px !important;
    margin: 0 50px !important;
    padding: 0 !important;
    position: static !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    background: url(../image/arrow4.png) no-repeat left top;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.honorWrap .btnWrap .btn.next {
    background-position: right top;
}

.honorWrap .btnWrap .btn:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.wapHonor {
    display: none;
}

.honorList ul {
    padding-bottom: 20px;
}

.honorList ul li {
    width: 32%;
    margin: 0 2% 10px 0;
}

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

.honorList ul li a {
    display: block;
}

.honorList ul li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 136.84%;
    position: relative;
    overflow: hidden;
}

.honorList ul li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.honorList ul li h5 {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.cultureWrap {
    margin: 0 auto;
}

.cultureList {
    padding-bottom: 30px;
    overflow: hidden;
}

.cultureList li {
    padding: 75px 0 60px;
}

.cultureList li.li2 {
    background: #f5f5f5;
}

.cultureList li dl dt {
    width: 46%;
    height: 0;
    padding-bottom: 28.57%;
    position: relative;
    overflow: hidden;
}

.cultureList li dl dt em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cultureList li dl dd {
    width: 47.6%;
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #1a1a1a;
}

.cultureList li dl dd .icon {
    margin-bottom: 34px;
}

.cultureList li dl dd .tit {
    margin-bottom: 27px;
    font-size: 28px;
    line-height: 41px;
    color: #1a1a1a;
    font-weight: normal;
}

.cultureList li.li2 dt {
    float: right;
}

.cultureList li.li2 dd {
    float: left;
}

.prodFilter {
    padding: 24px 19px 24px;
    background: #e4e6f5;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

.prodFilter .dl {
    height: 52px;
    padding-left: 190px;
    position: relative;
}

.prodFilter .dl .dt {
    width: 170px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    color: #0d8523;
    line-height: 52px;
    z-index: 3;
}

.prodFilter .dl .dd {
    width: 100%;
}

.prodFilter .dl .dd .select {
    width: 37%;
    position: relative;
    margin-right: 2%;
}

.prodFilter .dl .dd .select dt {
    width: 100%;
    height: 52px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 40px 0 20px;
    font-size: 16px;
    color: #999999;
    line-height: 52px;
    cursor: pointer;
    position: relative;
}

.prodFilter .dl .dd .select dt:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    background: url(../image/trangle3.png) no-repeat center;
}

.prodFilter .dl .dd .select dd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 52px;
    background: #fff;
    display: none;
}

.prodFilter .dl .dd .select dd ul li {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #999999;
    line-height: 44px;
    cursor: pointer;
}

.prodFilter .dl .dd .select dd ul li:hover {
    background: #eee;
}

.prodFilter .dl .dd .subm {
    width: 22%;
    height: 52px;
    border: none;
    background: #12a7e4;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    line-height: 52px;
}

.prodFilter .dl .dd .subm:hover {
    background: #0d90c6;
}

.nyWrap .prodList {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}

.nyWrap .prodList ul {
    width: 1305px;
}

.nyWrap .prodList ul li {
    width: 390px;
    margin: 0 45px 45px 0;
    position: relative;
}

.contProd {
    overflow: hidden;
}

.contProd .top {
    margin-bottom: 30px;
    overflow: hidden;
}

.contProd .top .pic {
    width: 43.65%;
    height: 338px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 336px;
}

.contProd .top .pic img {
    max-width: 80%;
    max-height: 80%;
}

.contProd .top .text {
    width: 53.17%;
    padding-top: 2px;
}

.contProd .top .text .tit {
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.contProd .top .text .tit h5 {
    font-size: 28px;
    color: #1a1a1a;
    line-height: 40px;
}

.contProd .top .text .tit p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.contProd .top .text .txt {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.contProd .top .text .txt dl {
    min-height: 32px;
    padding-left: 111px;
    position: relative;
}

.contProd .top .text .txt dl dt {
    position: absolute;
    left: 0;
    top: 0;
    color: #808080;
}

.contProd .mid {
    margin-bottom: 50px;
}

.contProd .mid .left {
    width: 43.65%;
    font-size: 14px;
    color: #808080;
    line-height: 56px;
}

.contProd .mid .left em {
    padding-left: 56px;
    position: relative;
    background: url(../image/viewsIcon1.png) no-repeat 29px center;
}

.contProd .mid .left em:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dbdbdb;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -6px;
}

.contProd .mid .left .bdsharebuttonbox .bds_more {
    width: 24px;
    height: 56px;
    margin: 0;
    padding: 0;
    background: url(../image/shareIcon1.png) no-repeat center;
    cursor: pointer;
}

.bdshare_popup_bg,
.bdshare_popup_box {
    display: none !important;
}

.contProd .mid .right {
    width: 53.17%;
}

.contProd .mid .right dl dt {
    height: 56px;
    background: #12a7e4;
    padding: 0 25px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 56px;
}

.contProd .mid .right dl dd {
    height: 54px;
    border: 1px solid #12a7e4;
    padding: 0 24px;
    font-size: 18px;
    color: #ffa200;
    line-height: 54px;
    font-weight: bold;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Aria";
}

.contProd .btm .recomProd {
    width: 25.4%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.contProd .btm .recomProd .tit {
    padding: 0 19px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #222527;
    font-weight: normal;
}

.contProd .btm .recomProd ul li {
    border-top: 1px solid #e6e6e6;
}

.contProd .btm .recomProd ul li a {
    display: block;
    height: 81px;
    padding-left: 154px;
    position: relative;
}

.contProd .btm .recomProd ul li a .num {
    width: 18px;
    height: 18px;
    background: #d1d1d1;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #666666;
}

.contProd .btm .recomProd ul li a .pic {
    width: 88px;
    height: 54px;
    position: absolute;
    left: 57px;
    top: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 54px;
}

.contProd .btm .recomProd ul li a .pic img {
    max-width: 100%;
    max-height: 100%;
}

.contProd .btm .recomProd ul li a h5 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: normal;
    height: 56px;
    overflow: hidden;
    padding-top: 15px;
}

.contProd .btm .recomProd ul li a:hover h5 {
    color: #12a7e4;
}

.contProd .btm .recomProd ul li.hot a .num {
    background: #f50000;
    color: #fff;
}

.contProd .btm .recomProd ul li.noPic a {
    padding-left: 57px;
}

.contProd .btm .prodTab {
    width: 72%;
}

.contProd .btm .prodTab .hd {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    margin-bottom: 30px;
    height: 58px;
    padding: 0 9px;
}

.contProd .btm .prodTab .hd ul li {
    height: 59px;
    padding: 0 24px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 58px;
    cursor: pointer;
    position: relative;
}

.contProd .btm .prodTab .hd ul li:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #12a7e4;
    position: absolute;
    left: 0;
    top: -1px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
}

.contProd .btm .prodTab .hd ul li.on:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.contProd .btm .prodTab .hd ul li.on {
    background: #ffffff;
    color: #12a7e4;
}

.contProd .btm .prodTab .bd .bdItem {
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
    display: none;
}

.contProd .btm .prodTab .bd .bdItem:first-child {
    display: block;
}

.contProd .btm .prodTab .bd .bdItem * {
    max-width: 100% !important;
}


/*.contProd .btm .prodTab .bd .bdItem .desc{margin-bottom: 40px;}*/

.contProd .btm .prodTab .bd .bdItem .innerItem {
    margin-top: 45px;
}

.contProd .btm .prodTab .bd .bdItem .innerItem .tit {
    font-size: 24px;
    line-height: 32px;
    color: #1a1a1a;
    margin-bottom: 29px;
}

.jobList {
    overflow: hidden;
}

.jobList .dl {
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
}

.jobList .dl .dt {
    height: 58px;
    background: #f5f5f5;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 58px;
    cursor: pointer;
}

.jobList .dl .dt .item {
    height: 58px;
}

.jobList .dl .dt .item.item1 {
    width: 30%;
    padding-left: 3%;
}

.jobList .dl .dt .item.item2 {
    width: 27.4%;
}

.jobList .dl .dt .item.item3 {}

.jobList .dl .dt .item.item4 {
    padding-right: 3%;
    color: #12a7e4;
}

.jobList .dl .dd {
    display: none;
}

.jobList .dl:first-child .dd {
    display: block;
}

.jobList .dl .dd .wrap {
    border-top: 1px solid #dbdbdb;
    padding: 24px 3%;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.jobList .dl .dd .wrap * {
    max-width: 100% !important;
}

.jobList .dl .dd .wrap .detail {
    margin-bottom: 30px;
}

.jobList .dl .dd .wrap .detail.lastChild {
    margin-bottom: 0;
}

.newsWrap {
    margin-top: 0;
    overflow: hidden;
}

.newsWrap .top {
    padding: 60px 0 80px;
    background: #f0f0f0;
}

.newsWrap .top .w1260 {
    overflow: hidden;
}

.newsWrap .top .w1260 ul {
    width: 1290px;
}

.newsWrap .top .w1260 ul li {
    width: 400px;
    margin-right: 30px;
}

.newsWrap .top .w1260 ul li a {
    display: block;
}

.newsWrap .top .w1260 ul li .pic {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 250px;
}

.newsWrap .top .w1260 ul li .pic em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newsWrap .top .w1260 ul li .pic b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.newsWrap .top .w1260 ul li .text {
    padding: 7px 20px 14px;
    background: #ffffff;
}

.newsWrap .top .w1260 ul li .text h5 {
    font-size: 18px;
    line-height: 41px;
    color: #1a1a1a;
}

.newsWrap .top .w1260 ul li .text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden;
}

.newsWrap .top .w1260 ul li a:hover .pic b {
    opacity: 1;
}

.newsWrap .top .w1260 ul li a:hover .text h5 {
    color: #12a7e4;
}

.newsWrap .btm {
    padding-top: 60px;
}

.newsWrap .btm ul {
    padding-bottom: 30px;
}

.newsWrap .btm ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.newsWrap .btm ul li a {
    display: block;
    min-height: 188px;
    padding-left: 328px;
    position: relative;
}

.newsWrap .btm ul li a .pic {
    width: 300px;
    height: 188px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.newsWrap .btm 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;
}

.newsWrap .btm ul li a .pic b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.newsWrap .btm ul li a .text {
    width: 100%;
}

.newsWrap .btm ul li a .text h5 {
    font-size: 18px;
    line-height: 40px;
    color: #1a1a1a;
}

.newsWrap .btm ul li a .text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    margin-bottom: 42px;
}

.newsWrap .btm ul li a .text .info {
    font-size: 14px;
    line-height: 38px;
    color: #808080;
}

.newsWrap .btm ul li a .text .info .date {
    padding-left: 26px;
    background: url(../image/dateIcon.png) no-repeat left center;
    margin-right: 15px;
}

.newsWrap .btm ul li a .text .info .views {
    padding-left: 42px;
    background: url(../image/viewsIcon1.png) no-repeat 15px center;
    position: relative;
}

.newsWrap .btm ul li a .text .info .views:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.newsWrap .btm ul li.noPic a {
    padding-left: 0;
    padding-right: 328px;
}

.newsWrap .btm ul li a:hover .pic b {
    opacity: 1;
}

.newsWrap .btm ul li a:hover .text h5 {
    color: #12a7e4;
}

.aboutBanner {
    position: relative;
    width: 100%;
    display: block;
}
.nyBanner .aboutLeader{
    position: absolute;
    top: 0;
    padding-left: 5%;
    z-index: 1;
}
/*.aboutBanner:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/gray10.png) repeat;}*/

.aboutBanner .w1260 {
    position: relative;
    z-index: 2;
}
.nyBanner{
    position: relative;
}
.aboutBanner.nyBanner h3 {
    margin-bottom: 8px;
}

.aboutBanner.nyBanner .desc {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    padding-right: 12px;
    margin-bottom: 22px;
    height: 288px;
    overflow: hidden;
    -webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);
    /*font-family: "Roboto","Open Sans","Lato","Montserrat";*/
}

.aboutBanner.nyBanner ul {
    padding-top: 23px;
}

.aboutBanner.nyBanner i {
    background: url(../image/arrow5.png) no-repeat center;
}

.aboutBanner.nyBanner .cont {
    padding-top: 60px;
}

.aboutWrap {
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
}

.aboutWrap img {
    max-width: 100%;
}

.aboutWrap .item1 {
    margin: 52px auto 72px;
}

.aboutWrap .item1 .ul {
    margin-top: 52px;
    text-align: center;
    font-size: 0;
}

.aboutWrap .item1 .ul li {
    display: inline-block;
    *display: inline*zoom: 1;
    margin: 0 110px;
}

.aboutWrap .item1 .ul li .icon {
    width: 112px;
    height: 112px;
    border: 1px solid #12a7e4;
    border-radius: 50%;
    text-align: center;
    line-height: 112px;
    margin: 0 auto;
}

.aboutWrap .item1 .ul li i {
    display: block;
    width: 190px;
    height: 1px;
    background: #e6e6e6;
    margin: 12px auto;
}

.aboutWrap .item1 .ul li .text {
    font-size: 18px;
}

.aboutWrap .item1 .ul li .text span {
    display: block;
    font-size: 16px;
    color: #12a7e4;
}

.aboutWrap .item2 {
    background: #2c9943;
    overflow: hidden;
}

.aboutWrap .item2 .text,
.aboutWrap .item2 .pic {
    width: 50%;
    height: 500px;
}

.aboutWrap .item2 .pic {
    overflow: hidden;
    position: relative;
}

.aboutWrap .item2 .pic em,
.aboutWrap .item2 .pic b {
    position: absolute;
    width: 100%;
    height: 100%;
}

.aboutWrap .item2 .pic em {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.aboutWrap .item2 .pic b {
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.aboutWrap .item2:hover .pic em {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutWrap .item2:hover .pic b {
    opacity: 1;
}

.aboutWrap .item2 .text {
    box-sizing: border-box;
    padding-top: 120px;
}

.aboutWrap .item2 .text .wrap {
    width: 630px;
    box-sizing: border-box;
    padding: 0 60px 0 0;
    color: #ffffff;
    height: 256px;
    overflow: auto;
}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar-button:vertical {
    display: none
}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar-corner,
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-track {
    background-color: #ccc
}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #fff;
}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar-thumb:vertical:hover {}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar-thumb:vertical:active {}

.aboutWrap .item3 {
    margin: 82px auto;
    position: relative;
    overflow: hidden;
}

.aboutWrap .item3:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    left: 50%;
}

.aboutWrap .item3 .left {
    width: 45%;
    padding-bottom: 10px;
}

.aboutWrap .item3 .left .ul {
    margin: 17px auto 0;
    padding: 13px 0 8px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.aboutWrap .item3 .left .ul li {
    width: 50%;
}

.aboutWrap .item3 .left .ul li h5 {
    /*color: #242424;*/
    font-family: arial, helvetica, sans-serif;
    color: rgb(64, 64, 64);
    font-size: 16px;
}

.aboutWrap .item3 .left .ul li p {
    line-height: 48px;
    font-size: 14px;
   font-family: arial, helvetica, sans-serif;

}

.aboutWrap .item3 .left .ul li p span {
    margin-right: 8px;
    /*font-size: 36px;*/
    color: #12a7e4;
    /*font-family: "HelNeu55Rom";*/
    font-family: "Arial";
}

.aboutWrap .item3 .right {
    width: 45%;
}

.noticeList {
    overflow: hidden;
}

.noticeList ul {
    margin-bottom: 30px;
}

.noticeList ul li {
    height: 54px;
}

.noticeList ul li a {
    display: block;
    padding-left: 17px;
    position: relative;
    height: 54px;
    line-height: 54px;
}

.noticeList ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #323232;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.noticeList ul li a h5 {
    width: 80%;
    font-size: 16px;
    color: #323232;
    font-weight: bold
}

.noticeList ul li a span {
    font-size: 16px;
    color: #999999;
}

.noticeList ul li a:hover:before {
    width: 15px;
    height: 2px;
    margin-top: -1px;
    border-radius: 0;
    background: #12a7e4;
}

.noticeList ul li a:hover h5 {
    padding-left: 12px;
    color: #12a7e4;
}

.pageSytle {
    font-size: 16px;
    line-height: 32px;
    color: #4d4d4d;
}

.pageSytle * {
    max-width: 100% !important;
}

.contactWrap {
    overflow: hidden;
}

.contactWrap .tit {
    font-size: 24px;
    line-height: 48px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 6px;
}

.contactWrap .text {
    font-size: 16px;
    line-height: 32px;
    color: #4d4d4d;
}

.contactWrap .map {
    border: 1px solid #dddcdc;
    margin-top: 30px;
    padding: 9px;
    height: 408px;
}


/*20190305*/

.aboutWrap .item2 {
    background: #f5f5f5;
    padding: 69px 0;
}

.aboutWrap .item2 .text .wrap {
    color: #333333;
}

.aboutWrap .item2 .pic {
    height: 362px;
}

.aboutWrap .item2 .text {
    height: auto;
    padding-top: 8px;
}

.footer dl {
    padding: 0 50px;
    text-align: left;
}

.footer dl.dl5 {
    padding: 0 50px;
    border-right: 1px solid #e0e0e0;
}

.footer .qrcode {
    text-align: center;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 16px;
    
}

.footer .qrcode .pic {
    height: 100px;
    width: 100px;
    border: 1px solid #e0e0e0;
}

.footer .qrcode .pic img {
    width: 100%;
    height: 100%;
}

.footer .qrcode p {
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    font-weight: bold;
}


/*20190305 end*/


/*20200114*/

.couplet {
    position: fixed;
    top: 20%;
    z-index: 999;
}

.couplet.right {
    right: 0;
}

.couplet.left {
    left: 0;
}

.couplet .close {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    padding: 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    /*font-family: "Microsoft Yahei";*/
    font-family: "Aria";
}

@media screen and (max-width: 1480px) {
    .developScroll {
        box-sizing: border-box;
        padding: 0 70px;
    }
}

@media screen and (max-width: 1400px) {
    .isect1Scroll {
        padding: 0 50px;
    }
    .isect1Scroll .swiper-button-prev,
    .isect1Scroll .swiper-button-next {
        width: 30px;
        height: 45px;
    }
}

@media screen and (max-width: 1360px) {
    .isect1Scroll {
        padding: 0 50px;
        width: auto;
        margin: 0 2% 70px;
    }
    .honorWrap {
        height: auto;
    }
    .pcHonor {
        display: none;
    }
    .wapHonor {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .w1260 {
        width: auto;
        padding: 0 5%;
    }
    .header .btm .nav .nLi h3 a {
        padding: 0 15px 27px;
    }
    .header .btm .form {
        margin-left: 20px;
    }
    .header .btm .form .text {
        width: 120px;
    }
    .header .btm .nav .nLi .navSub {
        width: 120px;
        left: 50%;
        /*margin-left: -60px;*/
    }
    .nav-pro-list{
        left: -512px!important;
    }
    .banner .swiper-slide a {
        height: 0;
        padding-bottom: 43%;
        background-size: cover;
    }
    .banner:hover .swiper-button-prev {
        left: 1%;
    }
    .banner:hover .swiper-button-next {
        right: 1%;
    }
    .isect2 {
        padding: 50px 5%;
    }
    .isect4 ul li a .ititle {
        padding: 0 3%;
        bottom: 2%;
    }
    .footer dl,
    .footer dl.dl5 {
        padding: 0 20px;
    }
    .fBtm .w1260 {
        margin: 0 5%;
        padding: 0 100px 0 0;
    }
    /*.fBtm .w1260 .weChat{right: 30px;}*/
    .nyBanner {
        background-size: cover;
    }
    .developScroll {
        padding: 0 70px;
    }
    .developScroll .swiper-button-prev {
        left: 10px;
    }
    .developScroll .swiper-button-next {
        right: 10px;
    }
    .cultureList li dl dd {
        padding-top: 10px;
        width: 52%;
        font-size: 14px;
        line-height: 24px;
    }
    .cultureList li dl dd .icon {
        margin-bottom: 15px;
    }
    .cultureList li dl dd .icon img {
        height: 50px;
    }
    .cultureList li dl dd .tit {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .nyWrap .prodList ul {
        width: 100%;
    }
    .nyWrap .prodList ul li {
        width: 32%;
        margin: 0 2% 25px 0;
    }
    .nyWrap .prodList ul li:nth-child(3n) {
        margin-right: 0;
    }
    .newsWrap .top .w1260 ul {
        width: 100%;
    }
    .newsWrap .top .w1260 ul li {
        width: 32%;
        margin-right: 2%;
    }
    .newsWrap .top .w1260 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .newsWrap .top .w1260 ul li a .pic {
        padding-bottom: 62.5%;
    }
    .aboutWrap .item1 .ul li {
        margin: 0 50px;
    }
    /*.aboutWrap .item2 .text{padding-top:60px;}*/
    .aboutWrap .item2 .text .wrap {
        width: 100%;
        padding: 0 10%;
        height: 406px;
    }
}

@media screen and (max-width: 1024px) {
    .header .top,
    .header .btm {
        display: none;
    }
    .header .searchBtn,
    .header .menuIcon {
        display: block;
    }
    .header .logo {
        padding-top: 0;
    }
    .isect1Scroll {
        margin-bottom: 30px;
    }
    .prodList a .pic {
        height: 180px;
        line-height: 180px;
    }
    .isect2Scroll {
        padding-bottom: 30px;
    }
    .isect2Scroll.swiper-container-horizontal>.swiper-pagination-bullets {
        display: block;
    }
    .isect3 {
        padding: 50px 0;
    }
    .isect3 ul {
        height: auto;
    }
    .isect3 ul li.li1,
    .isect3 ul li.li2 {
        width: 49%;
        margin: 0 0 13px 0;
    }
    .isect3 ul li:nth-child(2n) {
        float: right;
    }
    .isect3 ul li.li1 a .pic {
        height: 0;
        padding-bottom: 62.5%;
    }
    .footer {
        padding: 30px 0;
    }
    .footer dl {
        display: none;
    }
    .footer dl.dl5 {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        height: auto;
        padding-left: 0;
    }
    .footer .qrcode,
    .footer dl.dl5 {
        float: none;
        margin: 0 auto;
    }
    .developScroll .container .swiper-slide .text {
        height: auto;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .developScroll .container .swiper-slide .text p {
        font-size: 24px;
        line-height: 30px;
    }
    .developScroll .container .swiper-slide .text h5 {
        font-size: 18px;
        line-height: 44px;
    }
    .honorList ul {
        padding-bottom: 0;
    }
    .honorList ul li h5 {
        font-size: 14px;
    }
    .contProd .btm .recomProd {
        display: none;
    }
    .contProd .btm .prodTab {
        width: 100%;
    }
    .jobList .dl .dt {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .jobList .dl .dt .item {
        height: 50px;
    }
    .jobList .dl .dt .item2 {
        display: none;
    }
    .jobList .dl .dt .item.item1 {
        width: 57%;
    }
    .nyBanner .left {
        max-width: 465px;
    }
    .aboutWrap .item1 .ul li {
        width: 33.3%;
        margin: 0;
    }
    .aboutWrap .item1 .ul li .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .aboutWrap .item1 .ul li .icon img {
        height: 36px;
    }
    .aboutWrap .item1 .ul li i {
        width: 80%;
    }
    .aboutWrap .item2 .text,
    .aboutWrap .item2 .pic {
        width: 100%;
        height: auto;
    }
    .aboutWrap .item2 .pic {
        height: 0;
        padding-bottom: 52.08%;
    }
    .aboutWrap .item2 .text {
        padding: 30px 5%;
        box-sizing: border-box;
    }
    .aboutWrap .item2 .text .wrap {
        height: auto;
        padding: 0;
    }
    .aboutWrap .item3 {
        margin: 30px auto;
    }
    .aboutWrap .item3:before {
        display: none;
    }
    .aboutWrap .item3 .left,
    .aboutWrap .item3 .right {
        width: 100%;
    }
    .newsWrap .btm ul li.noPic a {
        padding-right: 0;
    }
    .couplet {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header .logo {
        height: 66px;
        line-height: 66px;
    }
    .header .logo img {
        height: 50px;
    }
    .header .searchBtn,
    .header .menuIcon {
        margin-top: 20px;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none;
    }
    .banner.swiper-container-horizontal>.swiper-pagination-bullets {
        height: 8px;
        line-height: 8px;
        bottom: 20px;
    }
    .banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .isect1Scroll {
        padding: 0;
        margin: 0 5% 30px;
    }
    .isect1Scroll .container {
        padding-bottom: 40px;
    }
    .isect1Scroll .container.swiper-container-horizontal>.swiper-pagination-bullets {
        display: block;
        bottom: 0;
    }
    .isect1Scroll .swiper-button-prev,
    .isect1Scroll .swiper-button-next {
        display: none;
    }
    .prodList a {
        padding-bottom: 30px;
    }
    .ititle,
    .isect3 .ititle {
        margin-bottom: 16px;
    }
    .ititle h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .ititle p {
        font-size: 12px;
        line-height: 20px;
    }
    .isect2Scroll .swiper-slide a .text .icon {
        height: 30px;
        line-height: 30px;
    }
    .isect2Scroll .swiper-slide a .text .icon img {
        height: 28px;
    }
    .isect2Scroll .swiper-slide a .text i {
        margin: 15px auto;
    }
    .isect2Scroll .swiper-slide a .text h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .isect2Scroll .swiper-slide a .text {
        height: auto;
        top: 50%;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .isect1Scroll .container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .isect2Scroll.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .isect4 ul li {
        width: 100%;
        margin: 10px 0 0;
    }
    .isect4 ul li:first-child {
        margin-top: 0;
    }
    .fBtm {
        line-height: 30px;
    }
    .fBtm .w1260 .weChat,
    .fBtm .w1260 .fMail {
        display: none;
    }
    .fBtm .w1260 {
        padding: 0;
        text-align: center;
    }
    .fBtm p span {
        display: block;
    }
    .fBtm p.fl {
        float: none;
    }
    .fBtm .bah {
        float: none;
        width: 300px;
        margin: 0 auto;
    }
    .fBtm .bah img {
        margin-top: 5px !important;
    }
    .nyBanner ul,
    .nyBanner .path,
    .nyBanner i {
        display: none;
    }
    .nyBanner {
        min-height: auto;
        /*padding: 10% 0;*/
    }
    .nyBanner .cont>.fl {
        width: 100%;
        text-align: center;
    }
    .nyBanner h3 {
        margin-bottom: 0;
    }
    .nyBanner .left {
        max-width: 100%;
    }
    .aboutBanner.nyBanner .desc {
        height: auto;
        display: none;
    }
    .aboutBanner.nyBanner .cont {
        padding-top: 0;
    }
    .nyWrap {
        margin: 30px auto;
    }
    .developScroll {
        padding: 0 5% 30px;
    }
    .developScroll .swiper-button-prev,
    .developScroll .swiper-button-next {
        display: none;
    }
    .developScroll .swiper-pagination {
        display: block;
    }
    .developList {
        margin-top: 30px;
    }
    .developList:before {
        display: none;
    }
    .developList .date {
        margin: 0 0 20px;
    }
    .developList .ul .li {
        width: 100%;
        margin-bottom: 15px;
    }
    .developList .ul .li .arr {
        display: none;
    }
    .honorList ul li {
        width: 48%;
        margin-right: 0;
    }
    .honorList ul li:nth-child(2n) {
        float: right;
    }
    .cultureList li {
        padding: 20px 0;
    }
    .cultureList li dl dt,
    .cultureList li dl dd {
        width: 100%;
    }
    .cultureList li dl dt {
        padding-bottom: 62.07%;
        margin-bottom: 6px;
    }
    .cultureList li dl dd .icon {
        margin-bottom: 7px;
    }
    .nyWrap .prodList ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .nyWrap .prodList ul li:nth-child(2n) {
        float: right;
    }
    .contProd .top .pic,
    .contProd .top .text {
        width: 100%;
    }
    .contProd .top .pic {
        margin-bottom: 10px;
    }
    .contProd .mid .left,
    .contProd .mid .right {
        width: 100%;
    }
    .contProd .mid .left {
        display: none;
    }
    .contProd .top .text .tit h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .contProd .top .text .txt dl {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .contProd .top .text .txt dl dt {
        width: 100%;
        position: relative;
    }
    .jobList .dl .dt .item.item3 {
        display: none;
    }
    .jobList .dl .dt .item.item1 {
        width: 70%;
        box-sizing: border-box;
    }
    .jobList .dl .dt .item.item4 {
        width: 30%;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
        font-size: 12px;
    }
    .nyWrap.newsWrap {
        margin-top: 0;
        overflow: hidden;
    }
    .newsWrap .top .w1260 ul li {
        width: 49%;
        margin: 0 0 20px 0;
    }
    .newsWrap .top .w1260 ul li:nth-child(2n) {
        float: right;
    }
    .newsWrap .btm {
        padding-top: 30px;
    }
    .newsWrap .btm ul {
        padding-bottom: 15px;
    }
    .newsWrap .btm ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .newsWrap .btm ul li a {
        padding-left: 0;
        min-height: auto;
    }
    .newsWrap .btm ul li a .pic {
        width: 100%;
        position: relative;
    }
    .newsWrap .btm ul li a .text p {
        margin-bottom: 10px;
        height: auto;
        max-height: 48px;
    }
    .aboutWrap .item1 {
        margin: 30px auto;
    }
    .aboutWrap .item1 .ul {
        margin-top: 20px;
    }
    .aboutWrap .item1 .ul li .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .aboutWrap .item1 .ul li .icon img {
        height: 30px;
    }
    .aboutWrap .item1 .ul li .text {
        font-size: 14px;
    }
    .aboutWrap .item1 .ul li .text span {
        font-size: 12px;
        line-height: 24px;
    }
    .passage .psgCont {
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .passage .psgBtm {
        padding-right: 0;
    }
    .passage .psgBtm .bdsharebuttonbox {
        display: none;
    }
    .noticeList ul {
        margin-bottom: 15px;
    }
    .noticeList ul li {
        height: 44px;
    }
    .noticeList ul li a {
        padding: 0 80px 0 17px;
        position: relative;
        height: 44px;
        line-height: 44px;
    }
    .noticeList ul li a span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
    }
    .noticeList ul li a h5 {
        width: 100%;
        font-size: 14px;
    }
    .prodFilter .dl {
        padding-left: 0;
    }
    .prodFilter .dl .dt {
        width: 100%;
        position: relative;
    }
    .fBtm .w1260 .fMail {
        display: block;
        position: static;
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 468px) {
    .readMore {
        height: 40px;
        line-height: 40px;
        width: 140px;
        font-size: 14px;
    }
    .isect1 {
        padding-bottom: 30px;
    }
    .isect1Scroll {
        margin-bottom: 20px;
        margin: 0 10% 20px;
    }
    .isect1Scroll .container {
        padding-bottom: 20px;
    }
    .isect2 {
        padding: 30px 5%;
    }
    .isect3 {
        padding: 20px 0;
    }
    .isect3 ul li.li1,
    .isect3 ul li.li2 {
        width: 100%;
    }
    .isect3 ul li:hover {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .isect4 ul li a .ititle {
        text-align: center;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .isect4 ul li a b {
        opacity: 1;
    }
    .isect3 ul li.li2 a h5 {
        font-size: 15px;
    }
    .isect3 ul li.li2 {
        display: none;
    }
    .nyBanner h3 {
        font-size: 24px;
    }
    .developList .ul .li {
        padding: 10px;
    }
    .developList .ul .li .wrap {
        padding-left: 0;
        min-height: auto;
    }
    .developList .ul .li .wrap .pic {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 66.67%;
        margin-bottom: 10px;
    }
    .nyWrap .prodList ul li {
        width: 100%;
    }
    .contProd .btm .prodTab .hd {
        padding: 0;
        height: 44px;
        margin-bottom: 15px;
    }
    .contProd .btm .prodTab .hd ul li {
        width: 50%;
        padding: 0;
        text-align: center;
        height: 45px;
        line-height: 44px;
    }
    .contProd .mid .right dl dt {
        height: 44px;
        line-height: 44px;
    }
    .contProd .mid .right dl dd {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 12px;
    }
    .contProd .mid {
        margin-bottom: 30px;
    }
    .contProd .top .pic {
        height: 228px;
        line-height: 228px;
    }
    .contProd .top .text .tit {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .contProd .btm .prodTab .bd .bdItem .innerItem {
        margin-top: 20px;
    }
    .contProd .btm .prodTab .bd .bdItem .innerItem .tit {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .jobList .dl .dd .wrap {
        padding: 15px 3%;
    }
    .jobList .dl .dd .wrap .detail {
        margin-bottom: 15px;
    }
    .jobList .dl .dd .wrap {
        font-size: 14px;
    }
    .newsWrap .top {
        padding: 30px 0;
    }
    .newsWrap .top .w1260 ul li {
        width: 100%;
    }
    .newsWrap .top .w1260 ul li:last-child {
        margin-bottom: 0;
    }
    .newsWrap .top .w1260 ul li .text h5 {
        font-size: 16px;
    }
    .newsWrap .btm ul li a .text h5 {
        font-size: 16px;
        line-height: 32px;
    }
    .aboutWrap {
        font-size: 14px;
        line-height: 28px;
    }
    .aboutWrap .item1 .ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutWrap .item1 .ul li i {
        max-width: 190px;
        margin: 6px auto;
    }
    .aboutWrap .item2 {
        padding: 20px 0;
    }
    .aboutWrap .item2 .text {
        padding: 10px 0 0;
    }
    .aboutWrap .item3 .left .ul li {
        width: 100%;
        text-align: center;
    }
    .aboutWrap .item3 .left .ul li:first-child {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 10px;
    }
    .passage .psgCont {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 28px;
    }
    .pageSytle {
        font-size: 14px;
        line-height: 28px;
    }
    .page a.num {
        display: none;
    }
    .page a.num.on {
        display: inline-block;
    }
    .contactWrap {
        text-align: center;
    }
    .contactWrap .tit {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 36px;
    }
    .contactWrap .text {
        font-size: 14px;
        line-height: 28px;
    }
    .contactWrap .map {
        margin-top: 15px;
        height: 220px;
    }
    .cultureList {
        padding-bottom: 0;
    }
    .prodFilter {
        padding: 10px;
    }
    .prodFilter .dl .dt {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .prodFilter .dl .dd .select,
    .prodFilter .dl .dd .subm {
        width: 100%;
    }
    .prodFilter .dl .dd .select {
        margin-bottom: 10px;
    }
    .prodFilter .dl .dd .select dt {
        height: 40px;
        line-height: 40px;
    }
    .prodFilter .dl .dd .select dd {
        top: 40px;
    }
    .prodFilter .dl .dd .subm {
        height: 40px;
        line-height: 40px;
    }
    .contProd .mid .right dl dt {
        padding: 0 12px;
        font-size: 16px;
    }
    .noticeList ul li {
        height: 40px;
    }
    .noticeList ul li a {
        height: 40px;
        line-height: 40px;
    }
    .passage .psgTit h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .passage .psgTit,
    .passage .psgCont {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .passage .psgBtm ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .newsWrap .top .w1260 ul li .text {
        padding: 7px 12px 10px;
    }
    .contProd .top .text .txt,
    .contProd .btm .prodTab .bd .bdItem {
        font-size: 14px;
        line-height: 28px;
    }
    .footer {
        padding: 30px 0 18px;
    }
}