@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1,
.container {
    width: 94%;
    margin: 0 auto;
    display: block;
    min-width: 1200px;
}

.w2 {
    margin: 0 auto;
    display: block;
    width: 1200px;
}

.bowrap {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
}

@media (max-width:1400px) {
    .tech_list ul li .con_txt h3 {
        padding-top: 15% !important;
    }
}

.wapc .search_box02 {
    top: 15px;
    right: 0;
    line-height: 16px;
    margin: 15px 0;
    position: absolute;
    z-index: 15;
}

.wapc .search_box02 .en_c {
    float: left;
    display: inline-block;
    color: #fff;
    padding: 0 12px;
    border-right: 1px solid #ccc;
}

.wapc .search_box02 .en_c a {
    color: #fff;
    font-size: 16px;
}

.header {
    z-index: 60;
    width: 100%;
    position: fixed;
    top: 0;
}

.header.nav-fixed {
    padding: 0px;
    background: rgba(0, 0, 0, 0.6);
    height: 80px;
    border-bottom: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.wapc {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    float: left;
}

.header .logo1 {
    display: block;
    height: 80px;
}

.header .nav {
    position: absolute;
    white-space: nowrap;
    left: 60%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 750px;
}

.header .nav ul li {
    float: left;
    position: relative;
    display: block;
}

.header .nav ul li .yj {
    padding: 0 52px;
    line-height: 70px;
    height: 70px;
    display: block;
    font-size: 16px;
}

.header .nav ul li dl {
    position: absolute;
    width: 180px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    top: 60px;
    left: -30px;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .5s ease;
    display: none;
}

.header .nav ul li:hover>dl {
    display: block;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.header .nav ul li dl dd {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.header .nav ul li dl dd a {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
}

.header .nav ul li .yj div {
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .nav ul li .yj .one {
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
}

.header .nav ul li .yj:hover .one {
    top: -70px;
    left: 0;
}

.header .nav ul li .yj .one a {
    color: #fff;
    text-decoration: none;
}

.header .nav ul li .yj .two {
    top: -70px;
    left: 0;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
}

.header .nav ul li .yj:hover .two {
    top: 0px;
    left: 0;
}

.header .nav ul li .yj .two a {
    color: #fff;
    text-decoration: none;
}

.header .nav ul li.navdown .one {
    top: -70px;
    left: 0;
}

.header .nav ul li.navdown .two {
    top: 0px;
    left: 0;
}

.header .nav ul li.navdown:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    width: calc(100% - 70px);
    height: 3px;
    background: #fff;
    transition: .3s;
    -webkit-transition: .3s;
}

.header .nav ul li .yj:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: .3s;
    -webkit-transition: .3s;
}

.header .nav ul li .yj:before,
.header.curss .nav ul li .yj:before {
    background: #fff;
}

.header .nav ul li:hover .yj:before,
.head .nav ul li.cur .yj:before {
    width: calc(100% - 70px);
}

.header .nav ul li:hover .yj,
.header .nav ul li.cur .yj {
    color: #1F3279;
    transition: .3s;
    -webkit-transition: .3s;
}

.header,
.header.curss {}

.header .nav ul li .yj,
.header.cur .nav ul li .yj,
.header.curss .nav ul li .yj {
    color: #333;
}

.search_box {}

.sousk {
    float: right;
    padding-top: 32px;
}

.sousk img.ico2 {
    display: none;
}

.heads .sousk img.ico1 {
    display: none;
}

.heads .sousk img.ico2 {
    display: block;
}

.head.curss .sousk img.ico1 {
    display: none;
}

.head.curss .sousk img.ico2 {
    display: block;
}

.wapc .search_box {
    width: 238px;
    display: none;
    top: 80px;
    right: 0;
    height: 40px;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 15;
}

.box {
    height: 40px;
    position: relative;
    border: 1px solid #ddd;
}

.texts {
    width: 178px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: microsoft yahei;
    border: none;
    line-height: 40px;
    height: 40px;
}

.btnSubmits {
    width: 40px;
    background: url(../images/sea.png) 8px no-repeat;
    border: none;
    height: 40px;
    cursor: pointer;
}


/* 核心技术  */

.index_tech {
    padding: 50px 0 30px;
    overflow: hidden;
}

.pro_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_tit h3 {
    font-size: 30px;
    color: #222222;
    font-weight: normal;
    line-height: 40px;
}

.pro_tit p {
    font-size: 20px;
    color: #222;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
}

.pro_tit02 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_tit02 h3 {
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    line-height: 40px;
}

.pro_tit02 p {
    font-size: 16px;
    color: #222;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
}

.tech_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.tech_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.tech_list ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    display: block;
    overflow: hidden;
    position: relative;
}

.tech_list ul li .c_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.tech_list ul li .c_img img {
    width: 100%;
    display: block;
}

.tech_list ul li .c_txt {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    line-height: 50px;
    text-align: center;
}

.tech_list ul li .c_txt h3 {
    font-size: 16px;
    color: #fff;
}

.tech_list ul li .con_txt {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: -120%;
}

.tech_list ul li:hover .con_txt {
    margin-top: 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.tech_list ul li .con_txt h3 {
    padding-top: 30%;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
}

.tech_list ul li .con_txt i {
    font-size: 14px;
    color: #fff;
    margin: 12px 0;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'PingFang SC', 'Myriad Pro', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif
}

.tech_list ul li .con_txt hr {
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 10px auto 20px;
}

.tech_list ul li .con_txt p {
    padding: 0 10%;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: justify;
}

.tech_list ul li:nth-child(4) {
    margin-right: 0;
}

.tech_list ul li .con_txt span {
    display: block;
    background: url(../images/more.png) right no-repeat;
    width: 80px;
    margin: 15px auto 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}


/* 图标  */

.index_ico {
    padding: 30px 0 50px;
    overflow: hidden;
}

.index_ico ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.index_ico ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.index_ico ul li:nth-child(4) {
    margin-right: 0;
}

.index_ico ul li .ico01 {
    display: block;
    overflow: hidden;
    height: 100px;
}

.index_ico ul li:hover .ico01 img {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.index_ico ul li .ico01 img {
    margin: 0 auto;
    display: block;
}

.index_ico ul li .ico_txt {
    display: block;
    overflow: hidden;
}

.index_ico ul li .ico_txt hr {
    width: 24px;
    height: 4px;
    background: #000;
    margin: 12px auto;
    border: none;
}

.index_ico ul li .ico_txt h3 {
    font-size: 24px;
    color: #000;
    line-height: 36px;
    font-weight: normal;
}

.index_ico ul li .ico_txt p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-transform: uppercase;
}


/* 关于我们  */

.index_about {
    width: 100%;
    background: url(../images/about_bg.jpg) no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    display: block;
    overflow: hidden;
    padding: 8% 0;
}

.ab_con {
    text-align: center;
    display: block;
    overflow: hidden;
}

.ab_con h4 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.ab_con hr {
    width: 40px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 15px auto 30px;
}

.ab_con h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.ab_con p {
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    margin-top: 25px;
    text-align: justify;
    width: 1100px;
    margin: 25px auto;
}

.ab_con span {
    width: 175px;
    display: block;
    margin: 35px auto 0;
    border: 1px solid #fff;
    background: url(../images/a_mo.png) 85% no-repeat;
    text-align: left;
}

.ab_con span a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px 0 10px 30px
}


/* 网站底部  */

.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #f7f7f7;
}

.db_con {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding: 50px 0 30px;
}

.db_con .db_logo {
    display: block;
    overflow: hidden;
    width: 285px;
    margin-right: 40px;
}

.db_con .db_logo img {
    margin-top: 25px;
}

.db_con .db_ewm {
    display: block;
    overflow: hidden;
}

.db_con .db_ewm ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.db_con .db_ewm ul li {
    float: left;
    margin: 0 15px;
    display: block;
    text-align: center;
}

.db_con .db_ewm ul li img {
    max-width: 70px;
    display: block;
}

.db_con .db_ewm ul li p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.db_zx {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.db_zx p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    float: left;
    margin-right: 15px;
    text-align: right;
}

.db_zx span {
    width: 164px;
    display: inline-block;
    height: 48px;
    background: url(../images/ico_zx.png) 30px no-repeat #c40001;
    float: left;
}

.db_zx span a {
    display: block;
    padding: 8px 0 8px 60px;
    color: #fff;
    font-size: 14px;
}

.db_lx {
    background: url(../images/map.jpg) center no-repeat;
    height: 270px;
    overflow: hidden;
}

.lx_list {
    display: block;
    overflow: hidden;
    margin-top: 35px;
}

.lx_list p {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 20px;
}

.lx_list p i {
    float: left;
    margin-right: 15px;
}

.copyright {
    width: 100%;
    background: #ebebeb;
    display: block;
    overflow: hidden;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: #000;
    line-height: 54px;
}

.copyright p a {
    color: #000;
}

.slide {
    background: url(../images/v_ban.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: calc(100vh - 30px);
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
}

.slide .arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {
    %0,
    %100 {
        bottom: 30px;
        opacity: 1;
    }
    50% {
        bottom: 60px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {
    %0,
    %100 {
        bottom: 30px;
        opacity: 1;
    }
    50% {
        bottom: 60px;
        opacity: .5;
    }
}

.slide2 {
    background: url(../images/v_ban.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
}

video#bannervideo {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../images/v_ban.jpg) no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* 关于页面  */

.warp {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}

.qyyj_video {
    overflow: hidden;
    position: relative;
    background: url(../images/v_ban2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 673px;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
}

.qyyj_video .qyyj_txt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    display: block;
    overflow: hidden;
    text-align: center;
}

.qyyj_video .qyyj_txt h3 {
    padding-top: 20%;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.qyyj_video .qyyj_txt p {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 30px;
    display: block;
    line-height: 32px;
}

.qyyj_video .qyyj_txt i {}

.qyyj_video .qyyj_txt i img {
    margin: 0 auto;
    display: block;
}

.comfile {
    padding: 40px 0;
    overflow: hidden;
}

.com_tit {
    width: 570px;
    display: block;
    overflow: hidden;
    min-height: 350px;
}

.dna_fish .com_tit {
    width: 435px;
    min-height: auto;
}

.com_tit h3 {
    font-size: 44px;
    color: #000;
    line-height: 60px;
}

.com_tit hr {
    width: 25px;
    height: 3px;
    background: #000;
    border: none;
    margin: 15px 0;
}

.com_tit p {
    font-size: 16px;
    color: #000;
    line-height: 34px;
    position: relative;
}

.com_tit p span.pointer {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 78px;
    top: 3px;
}

.com_tit p span.pointer img {
    width: 100%;
    animation: pointer 0.7s ease-in-out infinite;
    animation-direction: alternate;
}

@keyframes pointer {
    0% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(6px);
    }
}

.com_nr {
    display: block;
    overflow: hidden;
    width: 610px;
}

.dna_fish .com_nr {
    width: 700px;
}

.com_nr p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: justify;
}

.com_img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.com_img ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.com_img ul li {
    float: left;
    display: block;
    text-align: center;
    margin-right: 14px;
    width: 593px;
}

.dna_fish .com_img ul li {
    width: 580px;
    margin-right: 40px
}

.dna_fish .com_img ul li img {
    width: 100%;
}

.com_img ul li:nth-child(2) {
    margin-right: 0;
}

.com_img ul li p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.index_people {
    padding: 40px 0;
    overflow: hidden;
}

.people {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 10px;
}


/* .p01_lb {
    width: 92%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.p01_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide dl {
    position: relative;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide dl dt img {
    width: 100%;
    display: block;
}

.p01_lb .swiper-slide dl dd {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
}

.p01_lb .swiper-slide dl dd h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
}

.p01_lb .swiper-slide dl dd span {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.p01_lb .swiper-slide dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 15px;
    padding: 0 5%;
    text-align: justify;
}

.p01_lb .swiper-slide dl:hover dd {
    margin-top: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.p01_lb .swiper-button-prev {
    width: 34px;
    height: 56px;
    background: url(../images/ico_fl.jpg) no-repeat
}

.p01_lb .swiper-button-next {
    width: 34px;
    height: 56px;
    background: url(../images/ico_fr.jpg) no-repeat
} */

.people dl {
    width: 100%;
    float: left;
    margin-right: 1.25%;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s;
    box-shadow: 0 0px 15px #eee;
    padding: 20px;
    box-sizing: border-box;
}

.people dl:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 5px #eee
}

.people dl:nth-child(2n) {
    /* margin-right: 0; */
}

.people dl a:hover {
    color: unset;
}

.people dl dt {
    width: 20%;
    float: left;
}

.people dl dt img {
    width: 100%;
    display: block;
}

.people dl dd {
    width: 77%;
    float: right;
    box-sizing: border-box;
    text-align: justify;
}

.people dl dd h3 {
    font-size: 20px;
    margin-top: 10px;
}

.people dl dd span {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin: 10px 0 5px;
}

.people dl dd p {
    font-size: 16px;
}


/* 招聘  */

.zhwlist {
    padding-top: 30px !important;
}

.zw_bt {
    list-style: none;
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #c9c9c9;
}

.zw_bt li {
    float: left;
    width: 33%;
    padding: 0 !important;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 50px;
    border-bottom: none !important;
}

.zw_bt li:nth-child(3) {
    float: right;
    width: 200px;
}

.zhwlist li {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
}

.zhwlist .tit {
    line-height: 40px;
    cursor: pointer;
}

.zhwlist .tit h3 {
    float: left;
    width: 33%;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.zhwlist .tit h4 {
    float: left;
    width: calc(30% - 15px);
}

.zhwlist .tit .more001 {
    float: right;
    border: 1px solid #666;
    text-align: center;
    font-size: 18px;
    color: #000000;
    width: 200px;
    border-radius: 30px;
}

.zhwlist .cons {
    padding: 30px 20px;
    display: none;
    margin-top: 60px;
    background: #000;
    color: #fff;
}

.jl_cc {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 15px;
    display: block;
    overflow: hidden;
    line-height: 50px;
}

.jl_cc p {
    float: left;
    font-size: 20px;
    color: #fff;
}

.jl_cc span {
    float: right;
    font-size: 18px;
    color: #fff;
}

.zhwlist li.cur .cons {
    display: block;
}

.zhwlist .con h3 {
    padding-bottom: 1em;
    padding: 0 0 15px;
}

.zhwlist .con .txt {
    color: #666;
    line-height: 1.8em;
}

.zhwlist .con {
    padding-top: 20px;
}

.zhwlist .morea a {
    margin: 0;
}

.zhwlist li.cur .tit .more001 {
    background: #000;
    color: #fff;
}

.zhwlist li.cur .tit .more001 img {
    opacity: 0;
}


/* dna flsh 原位检测  */

.dna {
    width: 100%;
    display: block;
    background: #f7fafc;
    padding: 80px 0;
    overflow: hidden;
}

.dna01 {
    width: 100%;
    display: block;
    padding: 80px 0;
    overflow: hidden;
}

.dna_fish {
    overflow: hidden;
}

.dna_img {
    width: 48%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.dna_img img {
    display: block;
    max-width: 100%;
}

.dna_txt {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
}

.dna_txt img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dna_txt>p {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
    line-height: 34px;
    text-align: justify;
}

.dna_bt {
    width: 30%;
    display: block;
}

.dna_bt h3 {
    padding-bottom: 10px;
    position: relative;
    font-size: 72px;
    color: #000;
    font-family: Arial;
    line-height: 75px;
    text-align: right;
}

.dna_bt h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 6px;
    background: #000;
}

.dna_desc {
    width: 68%;
    display: block;
}

.dna_desc p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    text-align: justify;
}

.dna_ys {
    overflow: hidden;
    padding: 50px 0;
}

.d_ys_list {
    display: block;
    overflow: hidden;
    width: 100%;
}

.d_ys_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.d_ys_list ul li {
    width: 22%;
    margin-right: 4%;
    display: block;
    overflow: hidden;
    float: left;
    text-align: center;
}

.d_ys_list ul li:last-child {
    margin-right: 0;
}

.d_ys_list ul li i {
    display: block;
    overflow: hidden;
}

.d_ys_list ul li i img {
    margin: 0 auto;
    display: block;
}

.d_ys_list ul li hr {
    width: 24px;
    height: 4px;
    background: #000;
    border: none;
    margin: 20px auto 15px;
}

.d_ys_list ul li h3 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
}

.d_ys_list ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.dna_txt02 {
    display: block;
    overflow: hidden;
    width: 50%;
}

.dna_txt02 p {
    color: #333;
    line-height: 34px;
    text-align: justify;
    font-size: 16px;
}

.dna02 {
    width: 100%;
    padding: 60px 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.bg01 {
    background: url(../images/dna001.jpg) no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.bg02 {
    background: url(../images/kjz_img.jpg) no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.dna02 .d_bg {
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2
}

.dna33 {
    overflow: hidden;
    position: relative;
    z-index: 9;
    min-height: 330px;
}

.dna33 .dna_txt {
    width: 48%;
    position: absolute;
    top: 12%;
    left: 0;
}

.dna33 .dna_txt p {
    z-index: 9;
    color: #fff;
}

.dna_bt02 {
    width: 38%;
    display: block;
    overflow: hidden;
    text-align: right;
}

.dna_bt02 h3 {
    font-size: 72px;
    color: #fff;
    line-height: 90px;
    font-family: Arial;
    position: relative;
    padding-bottom: 10px;
}

.dna_bt02 p {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    margin-top: 20px;
}

.dna_bt02 hr {
    width: 48px;
    height: 10px;
    background: #fff;
    border: none;
    display: block;
    position: absolute;
    right: 0
}

.dna_bt03 {
    display: block;
}

.dna_bt03 h3 {
    padding-bottom: 10px;
    position: relative;
    font-size: 60px;
    color: #000;
    font-family: Arial;
    line-height: 75px;
}

.dna_bt03 h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 6px;
    background: #000;
}

.rna_con {
    padding: 40px 0;
    overflow: hidden;
}

.rna_tech {
    overflow: hidden;
}

.zhsw_con {
    width: 100%;
    height: 418px;
    min-width: 1200px;
    margin-top: 37px;
    overflow: hidden;
}

.zhsw_con ul li {
    position: relative;
    width: 180px;
    margin-right: 10px;
    height: 418px;
    float: left;
    transition: all .8s;
    overflow: hidden;
    transition: all .8s
}

.zhsw_con ul li:last-child {
    margin-right: 0;
}

.zhsw_con ul li.active {
    width: 630px;
}

.zhsw_img {
    width: 100%;
    display: block;
}

.zhsw_img img {
    display: block;
}

.zhsw_txt {
    position: absolute;
    left: 0%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    bottom: 0;
    text-align: center;
}

.zhsw_con ul li.active .zhsw_txt {
    height: 60px;
    bottom: 0;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

.zhsw_txt i {
    width: 55px;
    height: 55px;
    display: block;
    margin: 120px auto 0;
    overflow: hidden;
}

.zhsw_txt .c01 {
    background: url(../images/ico.png) 0 0 no-repeat;
}

.zhsw_txt .c02 {
    background: url(../images/ico.png) 0 -56px no-repeat;
}

.zhsw_txt .c03 {
    background: url(../images/ico.png) 0 -114px no-repeat;
}

.zhsw_txt .c04 {
    background: url(../images/ico.png) 0 -170px no-repeat;
}

.zhsw_txt h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin: 12px 0;
    line-height: 22px;
}

.zhsw_txt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: none;
}

.zhsw_txt span {
    font-size: 14px;
    color: #fff;
}

.zhsw_con ul li.active .zhsw_txt i {
    margin: 0 20px 0 15px;
    float: left;
}

.zhsw_con ul li.active .zhsw_txt .cc_nr {
    float: left;
    text-align: left
}

.zhsw_con ul li.active .zhsw_txt .cc_nr h2 {
    margin: 5px 0
}

.zhsw_con ul li.active .zhsw_txt .cc_nr span {
    display: none;
}

.zhsw_con ul li.active .zhsw_txt .cc_nr p {
    display: block;
    overflow: hidden;
}

.zhsw_con ul li.active .zhsw_txt .cc_nr hr {
    width: 20px;
    height: 2px;
    background: #fff;
    border: none;
    margin-top: 8px;
}

.lc_cc,
.custom_page {
    padding: 40px 0;
    overflow: hidden;
}

.lc_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lc_list ul {
    list-style: none;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.lc_list ul li {
    /* width: 18%; */
    /* margin-right: 2%; */
    display: block;
    overflow: hidden;
    /* float: left; */
}

.lc_list ul li:last-child {
    float: right;
}

.lc_list ul li .d01 {
    background: url(../images/line.png) 55px no-repeat;
}

.lc_list ul li .d01 i {}

.lc_list ul li h3 {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    margin: 15px 0;
    font-weight: normal;
}

.lc_list ul li h3 i {
    font-size: 24px;
    margin-right: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: bold;
}

.cos_wz {
    display: block;
    overflow: hidden;
}

.cos_wz p {
    font-size: 12px;
    color: #222222;
    line-height: 30px;
    text-align: justify;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.detail_down {
    width: 100%;
    background: #000;
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

.detail_down p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.detail_down p a {
    color: #fff;
}


/* 联系我们  */

.lx_con {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    height: 800px;
}

.lx_map02 {
    width: 55%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 800px;
}

.lxfs {
    width: 40%;
    display: block;
    overflow: hidden;
}

.lxfs .cons_lb {
    display: block;
    overflow: hidden;
    padding-top: 80px;
}

.lxfs .cons_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.cons_lb ul li {
    display: block;
    margin-bottom: 70px;
}

.cons_lb ul li .ico_lx {
    float: left;
    margin-right: 15px;
}

.cons_lb ul li .lx_txt {}

.cons_lb ul li .lx_txt h3 {
    font-size: 22px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
}

.cons_lb ul li .lx_txt p {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin-top: 12px;
}

.lx_ewm {
    display: block;
    overflow: hidden;
}

.lx_ewm ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.lx_ewm ul li {
    float: left;
    margin: 0 5px;
    display: block;
    text-align: center;
    width: 130px;
}

.lx_ewm ul li img {
    width: 130px;
    display: block;
}

.lx_ewm ul li p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    height: 45px;
}

.lx_ewm ul li:nth-child(3) img {
    width: 70px;
    display: block;
    margin: 15px auto;
}

.pro_tj .alCont2 li .p_img img {
    width: 380px;
    height: 260px;
    display: block;
}


/* 友情链接  */

.link {
    overflow: hidden;
    padding: 10px 0;
}

.link h3 {
    font-size: 26px;
    color: #32448c;
    line-height: 45px;
    text-transform: uppercase;
}

.link h3 i {
    font-size: 16px;
    color: #000;
    font-style: normal;
}

.link ul {
    padding: 20px;
    border: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    display: block;
    padding: 0 10px;
}

.link ul li a {
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}

.link ul li a:hover {
    color: #e6212a;
    text-decoration: underline;
}

.side_lx,
.side_news {
    width: 238px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #32448c;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}


/*banner*/

.flash {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 650px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 650px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 650px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.page_bg {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 310px;
}


/*左侧分栏*/

.con_section {
    position: relative;
    padding: 20px 0 50px;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #32448c;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #32448c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #32448c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
    display: none;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}


/*右侧内容*/

article {
    width: 78%;
    float: right;
    padding: 0 10px 50px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.met_module2_list {
    padding: 10px 10px
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li:hover h2 {
    color: #32448c;
}

.met_module2_list li span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list li:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #32448c;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list li h2 a:hover {
    text-decoration: underline;
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}


/*新闻列表*/

.module_list_article {
    padding: 10px;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: 20px;
    position: relative;
    clear: both;
}

.module_list_article dl dt {
    width: 15%;
    float: left;
    min-width: 152px;
}

.module_list_article dl dt img {
    max-width: 100%;
    display: block;
    border-radius: 20px;
}

.module_list_article dl dd {
    float: right;
    width: 80%;
}

.module_list_article dl dd .news_cn {
    width: 75%;
    display: block;
    overflow: hidden;
}

.module_list_article dl dd .news_cn h3 {
    font-size: 20px;
    color: #068a82;
    line-height: 36px;
    margin-top: 15px;
}

.module_list_article dl dd .news_cn p {
    font-size: 14px;
    color: #575757;
    line-height: 26px;
    margin: 12px 0;
}

.module_list_article dl dd .news_cn span {
    border: 1px solid #54aa5e;
    width: 100px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 5px 10px;
    border-radius: 30px;
    line-height: 32px;
}

.module_list_article dl dd .news_times {
    width: 10%;
    display: block;
    overflow: hidden;
}

.module_list_article dl dd .news_times h3 {
    font-size: 28px;
    color: #666;
    line-height: 150px;
    font-weight: normal;
}

.module_list_article dl dd .news_times h3 i {
    font-size: 20px;
    font-style: normal;
}

.module_list_article dl:hover {
    background: #fff;
    -moz-box-shadow: -1px 1px 11px #ccc;
    -webkit-box-shadow: -1px 1px 11px #ccc;
    box-shadow: -1px 1px 11px #ccc;
    border-radius: 15px;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 10px;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img {
    max-width: 100%
}

.article_content02 {
    padding: 40px 10px;
    line-height: 30px;
    font-size: 16px;
}

.article_content02 p a {
    font-size: 20px;
    color: #f00;
    text-decoration: underline;
}

.article_content table {
    border: 1px solid #333;
    display: block;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
}

.article_content table td {
    border: 1px solid #333;
    padding: 5px 10px;
    line-height: 36px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.article_content table tr:nth-child(1) {
    background: #000;
}

.article_content table tr:nth-child(1) td {
    color: #fff
}


/*图片列表*/

.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.module_list_img dl {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img dl:nth-child(3n) {
    margin-right: 0;
}

.module_list_img dl dt {
    border: 3px solid #ebebeb;
    display: block;
    overflow: hidden;
}

.module_list_img dl dt img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.module_list_img dl dd {
    background: #ebebeb;
    width: 100%;
    line-height: 50px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.module_list_img dl dd h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.module_list_img dl:hover dd {
    background: #32448c;
}

.module_list_img dl:hover dd h3 {
    color: #fff;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.module_list_img li:hover .img-size {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: : 60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #811b6e;
}


/*图片详情*/

.product-info {
    padding: 10px;
    overflow: hidden;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 49px;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border-top: 0;
    overflow: hidden;
    text-align: left margin-top: 50px;
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0;
    width: 31.5%;
    float: left;
    margin-right: 2%;
}

.msg dl:nth-child(3) {
    margin-right: 0;
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0;
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    width: 98%;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    outline: 0;
    border-radius: 2px;
}

.msg dl:nth-child(4) {
    width: 100%;
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #f00;
    line-height: 48px;
}

.ftype_input .fbox input {
    width: 98%;
    height: 46px;
    line-height: 46px;
    padding: 2px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 98.5%;
    line-height: 1.5;
    height: 150px;
    padding: 7px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
}

.ftype_textarea textarea::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.msg dl dd .submit {
    display: block;
    background: #0a8c82;
    border: 0 none;
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    font-size: 16px;
    margin: 0 auto;
}

.msg dl dd .submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    padding: 7px 20px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #006fbc;
    border-color: #006fbc;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


/*   关于我们   */

.warpper2 {
    width: 100%;
    padding: 0 0 20px;
    display: block;
}

.about_con001,
.container {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.side_left {
    width: 242px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.side_left h3 {
    background: rgba(33, 78, 164, 1);
    height: 106px;
    line-height: 106px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.side_left .side_list {
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 2px;
}

.side_left .side_list li {
    border: 1px solid #ededed;
    display: block;
    background: url(../ab_ico.png) 210px no-repeat;
    margin-bottom: 10px;
}

.side_left .side_list li a {
    display: block;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #2463c9;
}

.side_left .side_list li .on3 {
    display: block;
    padding: 12px 0 12px 20px;
    background: url(../ab_ico2.png) 210px no-repeat #b03c6b;
    color: #fff;
}

.side_lx {
    width: 240px;
    border: 1px solid #dcdcdc;
    margin: 15px 0 20px;
    display: block;
    overflow: hidden;
}

.side_lx p {
    padding: 18px 12px 50px;
    font-size: 14px;
    color: #515151;
    line-height: 30px;
}

.about_edit {
    width: 930px;
    display: block;
    overflow: hidden;
    margin: 30px 0;
}

.ab_content {
    padding: 50px 30px;
    display: block;
    overflow: hidden;
}

.ab_content p {
    line-height: 36px;
    font-size: 14px;
}


/*  新闻资讯  */

.news_content {
    padding: 30px 10px;
    display: block;
    overflow: hidden;
}

.news_content dl {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.news_content dl dt {
    width: 217px;
    float: left;
    display: block;
    overflow: hidden;
}

.news_content dl dt img {
    width: 215px;
    height: 144px;
    display: block;
    margin: auto;
    border: 1px solid #ccc;
}

.news_content dl dd {
    color: #666;
    margin-left: 25px;
    width: 688px;
    height: 144px;
    float: left;
}

.news_content dl dd h3 {
    font-size: 16px;
    color: #333;
    height: 36px;
    overflow: hidden;
    font-weight: normal;
    line-height: 36px;
}

.news_content dl dd h3 a {
    color: #333;
}

.news_content dl dd h3 a:hover {
    color: #2463c9;
    text-decoration: underline;
}

.news_content dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 10px 5px 0;
}

.news_content dl dd span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/time.png) left center no-repeat;
}

.about_edit {
    width: 930px;
    display: block;
    overflow: hidden;
    margin: 30px 0;
}

.ab_content {
    padding: 50px 30px;
    display: block;
    overflow: hidden;
}

.ab_content p {
    line-height: 36px;
    font-size: 14px;
}

.prod {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
}

.prod dl {
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.prod dl dt {
    width: 208px;
    height: 170px;
    overflow: hidden;
    position: relative;
    float: left;
    background: #eee;
}

.prod dl dt img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.prod dl dd {
    float: right;
    width: 690px;
    display: block;
    overflow: hidden;
}

.prod dl:hover dt img {
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    width: 100%;
    height: 100%;
    display: block;
}

.prod dl dd h3 {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
}

.prod dl:hover dd h3 {
    color: #2463c9;
}

.prod dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 16px;
    height: 93px;
}

.prod dl dd span {
    font-size: 16px;
    color: #0c88c6;
    float: right;
    margin-top: 16px;
}

.prod dl dd span a {
    font-size: 16px;
    color: #0c88c6;
}

.prod dl dd span a:hover {
    color: #b03c6b
}


/*图片模块*/

#imglist {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 40px 0;
}

#imglist ul {
    margin: 2%;
    list-style: none;
    display: block;
    overflow: hidden;
}

#imglist ul li {
    float: left;
    display: block;
    margin-right: 4%;
    overflow: hidden;
    background: #fff;
    width: 26%;
    -moz-box-shadow: -1px 1px 11px #ccc;
    -webkit-box-shadow: -1px 1px 11px #ccc;
    box-shadow: -1px 1px 11px #ccc;
    border-radius: 20px;
    padding: 2%;
    margin: 2% 3% 1% 1%;
}

#imglist ul li:nth-child(3n) {
    margin-right: 0;
}

#imglist ul li .c_img {
    text-align: center;
    display: block;
    overflow: hidden;
}

#imglist ul li .c_img img {
    width: 100%;
    display: block;
}

#imglist ul li .c_txt {
    padding: 12px 0;
    display: block;
    overflow: hidden;
}

#imglist ul li .c_txt h3 {
    font-size: 16px;
    color: #048882;
    line-height: 24px;
    height: 50px;
}

#imglist ul li .c_txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 15px 0;
    display: block;
}

#imglist ul li .c_txt span {
    width: 120px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 5px 10px;
    border-radius: 30px;
    line-height: 32px;
    border: 1px solid #54aa5e;
    color: #5b5b5b;
}

.article_content {
    padding: 50px 0;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}


/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}

.p_list {
    display: block;
    overflow: hidden;
    padding: 24px 0;
}

.p_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    height: 50px;
}

.p_list ul li {
    float: left;
    display: block;
    line-height: 50px;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
}

.p_list ul li a {
    display: block;
    margin-left: 10px;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba( 70, 124, 213, 0.13);
    border-radius: 21px;
    cursor: pointer;
    font-size: 15px;
    color: #003d89;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.p_list ul li a:hover,
.on2 {
    color: #fff !important;
    background: #467cd4;
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-height: 230px;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.case_list02 ul li:hover p {
    background: #c91211;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*左侧工具条*/

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

.pageBanner {
    position: relative;
    width: 100%;
    display: block;
}

.pageBanner2 .mxfDiv {
    position: absolute;
    right: 25%;
    top: 30%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner2 .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold;
}

.pageBanner2 .txtDiv {
    color: #fff;
    text-align: center;
}

.sidebar {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    display: block;
    overflow: hidden;
    height: 66px;
    position: relative;
    margin-top: -66px;
}

.sidebar ul {
    list-style: none;
    display: block;
    overflow: hidden;
    text-align: center;
}

.sidebar ul li {
    display: inline-block;
    line-height: 66px;
}

.sidebar ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    display: block;
}

.sidebar ul li a:hover,
.on3 {
    background: #006fbc;
    display: block;
}

.section_prolist {
    width: 100%;
    padding-bottom: 58px;
    min-height: 300px;
    background: #f6f8fd;
}

.section_prolist .tit {
    background: #f6f8fd;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    padding: 33px 3.05% 19px;
    line-height: 30px;
    height: 30px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}

.section_prolist ul li {
    float: left;
    min-height: 30px;
}

.section_prolist ul li:nth-child(1) {
    width: 40%;
}

.section_prolist ul li:nth-child(2) {
    width: 35%;
}

.section_prolist ul li:nth-child(3) {
    width: 25%;
}

.section_prolist ul li:nth-child(4) {
    width: 24.22%;
}

.section_prolist .cont {
    background: #fff;
    padding: 0 3.05%;
}

.section_prolist .item {
    line-height: 30px;
    padding: 24.5px 0;
    border-bottom: 1px solid #eef0f5;
    font-size: 14px;
    color: #777777;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    display: block;
    overflow: hidden;
}

.section_prolist .item a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.section_prolist .item a:hover {
    text-decoration: underline;
    color: #467cd4;
}

.section_prolist .load_more {
    margin-top: 40px;
    margin-bottom: 71px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.section_prolist .tit.is-show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.section_prolist .item.is-show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.c02 ul li {
    width: 22% !important;
}

.c02 ul li:nth-child(5) {
    width: 12% !important;
}

.sb_search {
    float: left;
    position: relative;
    width: 34px;
    height: 31px;
    margin-left: 15px;
    cursor: pointer
}

.sb-icon-search {
    display: block;
    width: 22px;
    height: 20px;
    cursor: pointer;
    background: url(../images/sea_btn.png) no-repeat;
    background-size: 80%;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 36px;
    right: -5px;
    top: 35px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.sb-search-input {
    display: block;
    float: left;
    width: 158px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 24px;
    height: 26px;
    margin: 5px 5px;
    background-position: -20px 1px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/sea_btn2.png) no-repeat;
}

.duowei {
    overflow: hidden;
}

.duowei ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.duowei ul li {
    float: left;
    width: 287px;
    display: block;
    margin-right: 17px;
    overflow: hidden;
}

.duowei ul li:last-child {
    margin-right: 0;
}

.duowei ul li .dd_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.duowei ul li .dd_img img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.duowei ul li:hover .dd_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.duowei ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.index_dwlb {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 6% 0;
    position: relative;
}

.dwlb_xx {
    overflow: hidden;
    position: relative;
}

#p02 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#p02 .swiper-slide {
    width: 100%;
    display: block;
}

#p02 .swiper-slide .zz_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

#p02 .swiper-slide .zz_img img {
    width: 100%;
    display: block;
}

#p02 .swiper-slide dl {}

#p02 .swiper-slide dl dt {
    float: left;
    display: block;
    overflow: hidden;
}

#p02 .swiper-slide dl dd {
    background: #ffffff;
    height: 348px;
    padding: 0 30px;
    overflow: hidden;
}

#p02 .swiper-button-prev {
    background: url(../images/fl_uci.jpg) no-repeat;
    width: 50px;
    height: 95px;
    top: 45%;
}

#p02 .swiper-button-next {
    background: url(../images/fr_uci.jpg) no-repeat;
    width: 50px;
    height: 95px;
    top: 45%;
}

#p02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

#p02 .swiper-slide dl dd h3 {
    font-size: 26px;
    color: #000;
    border-left: 4px solid #000;
    line-height: 28px;
    font-weight: normal;
    margin-top: 60px;
    padding-left: 20px;
}

#p02 .swiper-slide dl dd p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

video#videoonecon {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.index_apply {
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}

.xsj {
    width: 0;
    height: 0;
    margin: 0 auto;
    border: 20px solid transparent;
    border-right-color: #cecece;
    position: absolute;
    top: 45%;
    right: 48%;
}

.zhsw_con01 {
    width: 100%;
    height: 418px;
    min-width: 1200px;
    margin-top: 37px;
    overflow: hidden;
}

.zhsw_con01 ul li {
    position: relative;
    width: 15%;
    margin-right: 0.5%;
    height: 418px;
    float: left;
    transition: all .8s;
    overflow: hidden;
    transition: all .8s
}

.zhsw_con01 ul li.active {
    width: 50%;
}

.zhsw_con01 {
    width: 100%;
    display: block;
}

.zhsw_con01 img {
    display: block;
}

.dna_dd {
    width: 100%;
    background: #f7fafc;
    padding: 50px 0;
    overflow: hidden;
}

.DLOhic_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.DLOhic_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.DLOhic_list ul li {
    width: 590px;
    float: left;
    margin-right: 20px;
    display: block;
    overflow: hidden;
}

.DLOhic_list ul li:nth-child(2) {
    margin-right: 0;
}

.DLOhic_list ul li p {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    text-align: center;
}

.bg03 {
    background: url(../images/bg03.jpg) no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.d_ys_list02 {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.d_ys_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.d_ys_list02 ul li {
    width: 20%;
    display: block;
    overflow: hidden;
    float: left;
    text-align: center;
}

.d_ys_list02 ul li:last-child {
    margin-right: 0;
}

.d_ys_list02 ul li i {
    display: block;
    overflow: hidden;
    min-height: 70px;
}

.d_ys_list02 ul li i img {
    margin: 0 auto;
    display: block;
}

.d_ys_list02 ul li hr {
    width: 24px;
    height: 4px;
    background: #000;
    border: none;
    margin: 20px auto 15px;
}

.d_ys_list02 ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    height: 80px;
    padding: 0 12px;
}

.jsfa {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
    background: #f7fafc
}

.zhsw_con02 {
    width: 100%;
    height: 418px;
    min-width: 1200px;
    margin-top: 37px;
    overflow: hidden;
}

.zhsw_con02 ul li {
    position: relative;
    width: 15%;
    margin-right: 0.5%;
    height: 418px;
    float: left;
    transition: all .8s;
    overflow: hidden;
    transition: all .8s
}

.zhsw_con02 ul li.active {
    width: 50%;
}

.zhsw_img {
    width: 100%;
    display: block;
}

.zhsw_img img {}

.zhsw_con02 .zhsw_txt {
    position: absolute;
    left: 0%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    bottom: 0;
    text-align: center;
}

.zhsw_con02 ul li.active .zhsw_txt {
    height: 60px;
    bottom: 0;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

.zhsw_con02 .zhsw_txt h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin: 150px 0 0;
    line-height: 22px;
}

.zhsw_con02 .zhsw_txt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: none;
}

.zhsw_con02 .zhsw_txt span {
    font-size: 14px;
    color: #fff;
}

.zhsw_con02 ul li.active .zhsw_txt .cc_nr {
    text-align: left;
    padding-left: 30px;
}

.zhsw_con02 ul li.active .zhsw_txt .cc_nr h2 {
    margin: 5px 0
}

.zhsw_con02 ul li.active .zhsw_txt .cc_nr hr {
    width: 20px;
    height: 2px;
    background: #fff;
    border: none;
    margin-top: 8px;
}

.js_apply {
    padding: 40px 0;
    overflow: hidden;
}

.app_lb {
    overflow: hidden;
    display: block;
}

.app_lb .app_js_01 {
    width: 600px;
    overflow: hidden;
    display: block;
}

.app_lb .app_js_01 img {}

.app_lb .app_wz {
    width: 550px;
    overflow: hidden;
    display: block;
    margin-top: 70px;
}

.app_lb .app_wz ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.app_lb .app_wz ul li {
    display: inline-block;
    margin-right: 40px;
    width: 120px;
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
}

.app_lb .app_wz ul li:nth-child(3) {
    margin-right: 0;
}

.bg_video {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.app_js01 {
    width: 100%;
    overflow: hidden;
    display: block;
}

.app_js01 .tab-bd01 {
    width: 599px;
    overflow: hidden;
    display: block;
}

.app_js01 .tab-bd01 li {
    width: 100%;
    background: url(../images/dlohic_03_03.jpg) no-repeat;
    height: 475px;
}

.app_js01 .tab-bd01 li p {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    height: 100%;
}

.app_js01 .tab-hd01 {
    width: 550px;
    overflow: hidden;
    display: block;
}

.app_js01 .tab-hd01 li {
    width: 160px;
    float: left;
    display: block;
    border-radius: 100%;
    margin-left: 80px;
    border: 1px solid #000;
    border-radius: 100%;
    color: #000;
    line-height: 30px;
    padding: 40px 0;
    height: 80px;
    text-align: center;
    margin-top: 50px;
}

.app_js01 .tab-hd01 li.active02 {
    background: #000;
    color: #fff;
}

.slide_txt {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 48%;
}

.slide_txt h3 {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.slide_txt p {
    font-size: 18px;
    color: #fff;
    transform: capitalize;
    margin-top: 20px;
}

.lx_map {
    width: 680px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.rna_lb02 {
    display: block;
    overflow: hidden;
    margin: 30px 0
}

.rna_lb02 dl {
    width: 24.5%;
    margin-right: 0.6%;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.rna_lb02 dl:nth-child(4) {
    margin-right: 0;
}

.rna_lb02 dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.rna_lb02 dl dt img {
    display: block;
    width: 100%;
}

.rna_lb02 dl dd {
    width: 100%;
}

.rna_lb02 dl dd .cc_nr {
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 12px 0;
}

.rna_lb02 dl dd .cc_nr h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}

.rna_lb02 dl dd .cc_nr p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 5px;
}

.yq_apply {
    display: block;
    overflow: hidden;
}

.yq_apply ul {
    list-style: none;
    display: block;
}

.yq_apply ul li {
    width: 590px;
    float: left;
    margin-right: 20px;
    display: block;
    overflow: hidden;
}

.yq_apply ul li:nth-child(2) {
    margin-right: 0;
}

.dw_bd {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.dw_bd table {
    border: 1px solid #333;
    display: block;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0
}

.dw_bd table td {
    border: 1px solid #333;
    padding: 5px 10px;
    line-height: 36px;
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 2%;
}

.jydw {
    padding: 30px 0;
    overflow: hidden;
}

.jydw ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.jydw ul li {
    width: 24%;
    display: block;
    overflow: hidden;
    margin-right: 1.3%;
    float: left;
    text-align: center;
    position: relative;
}

.jydw ul li img {
    width: 100%;
    display: block;
    border-radius: 30px;
    box-shadow: 0 6px 5px #d3cfcf;
}

.jydw ul li p {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    line-height: 36px;
}

.jydw ul li:nth-child(4) {
    margin-right: 0;
}

.jydw ul li .dlo_zhezhao {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -150%;
    height: 100%;
    text-align: center;
    z-index: 10;
}

.jydw ul li .dlo_zhezhao h3 {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin-top: 25%;
}

.jydw ul li .dlo_zhezhao p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 10%;
}

.jydw ul li:hover .dlo_zhezhao {
    margin-top: 0;
    transition: all .8s;
    overflow: hidden;
    transition: all .8s
}

.dna_img02 {}

.dna_img02 img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.side_tj {
    width: 342px;
    display: block;
    overflow: hidden;
}

.scrollbox {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #CFCFCF;
    padding: 10px;
}

#scrollDiv {
    width: 320px;
    height: 359px;
    overflow: hidden;
}


/*这里的高度和超出隐藏是必须的*/

#scrollDiv li {
    height: 40px;
    width: 300px;
    padding: 0 20px;
    background: url(../images/ico-4.gif) no-repeat 10px 23px;
    overflow: hidden;
    vertical-align: bottom;
    zoom: 1;
    border-bottom: #B7B7B7 dashed 1px;
}

#scrollDiv li h3 {
    height: 24px;
    padding-top: 13px;
    font-size: 14px;
    color: #353535;
    line-height: 24px;
    width: 300px;
}

#scrollDiv li h3 a {
    color: #353535;
    text-decoration: none
}

#scrollDiv li h3 a:hover {
    color: #F00
}

#scrollDiv li div {
    height: 36px;
    width: 300px;
    color: #416A7F;
    line-height: 18px;
    overflow: hidden
}

#scrollDiv li div a {
    color: #416A7F;
    text-decoration: none
}

.scroltit {
    height: 26px;
    line-height: 26px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.scroltit h3 {
    width: 100px;
    float: left;
}

.scroltit .updown {
    float: right;
    width: 32px;
    height: 22px;
    margin-left: 4px
}

#but_up {
    background: url(../images/up.gif) no-repeat 0 0;
    text-indent: -9999px
}

#but_down {
    background: url(../images/down.gif) no-repeat 0 0;
    text-indent: -9999px
}

#n {
    margin: 10px auto;
    width: 920px;
    border: 1px solid #CCC;
    font-size: 12px;
    line-height: 30px;
}

#n a {
    padding: 0 4px;
    color: #333
}

.news_fl {
    width: 840px;
    display: block;
    overflow: hidden;
}


/* 高企认定  */

.ly_lb {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.ly_lb dl {
    display: block;
    position: relative;
    width: 24.5%;
    margin-right: 0.6%;
    margin-bottom: 8px;
    float: left;
    transition: all 0.3s;
}

.ly_lb dl:nth-child(4n) {
    margin-right: 0;
}

.ly_lb dl dt {}

.ly_lb dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ly_lb dl dt img {
    display: block;
    width: 100%;
}

.ly_lb dl dd {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.ly_lb dl dd i {
    display: block;
    overflow: hidden;
    margin: 12% auto 0;
}

.ly_lb dl dd h3 {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
}

.ly_lb dl dd span {
    width: 160px;
    background: #c7161c;
    border-radius: 5px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    display: none;
    margin: 0 auto;
}

.ly_lb dl:hover dd span {
    display: block;
    transition: all 0.3s;
}

.ly_lb dl:hover dd i {
    margin-top: 8%;
    transition: all 0.3s;
}

.gqrd_ys {
    padding: 50px 0;
    overflow: hidden;
}

.ys_lb {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    background: url(../images/gqrd/ys_bg.png) center no-repeat;
}

.ys_lb ul {
    width: 345px;
    display: block;
    overflow: hidden;
    list-style: none;
}

.ys_lb ul li {
    display: block;
    margin-bottom: 50px;
    text-align: left;
}

.ys_lb ul li .y_01 {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.ys_lb ul li .y_01 i {
    width: 44px;
    height: 62px;
    background: url(../images/gqrd/ico002.png) no-repeat;
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-right: 12px;
}

.ys_lb ul li p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.ys_lb ul li .y_01 .ys_txt {}

.ys_lb ul li .y_01 .ys_txt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}

.ys_lb ul li .y_01 .ys_txt span {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    margin-top: 8px;
}

.ys_lb ul.u02 li .y_01 i {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.ys_lb ul.u02 li {
    text-align: right;
}

.proce_list {
    margin-top: 62px;
    height: 394px;
}

.proce_list dl {
    width: 199.6px;
    border: solid 1px #eeeeee;
    position: relative;
    display: block;
    float: left;
    min-height: 312px;
    transition: all 0.3s;
}

.proce_list dl dt {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.proce_list dl dt img {
    width: 100%;
    display: block;
}

.proce_list dl dd {
    top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.proce_list dl dd h3 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
    background-color: #c7161c;
    font-style: italic;
    width: 46px;
    height: 46px;
    margin: 31px auto 9px;
    border-radius: 50%;
    line-height: 46px;
    transition: all 0.3s;
}

.proce_list dl dd h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    position: relative;
    line-height: 50px;
}

.proce_list dl dd h4:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background-color: #c7161c;
    left: 50%;
    margin-left: -9px;
    bottom: 0;
}

.proce_list dl dd p {
    font-size: 15px;
    color: #777777;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 5px;
    display: none;
}

.proce_list dl:hover {
    border-color: #c7161c;
    border-width: 5px 1px 1px 1px;
    box-shadow: 0 0 10px 4px rgba(199, 22, 28, 0.05);
    margin-top: -15px;
    height: 407px;
}

.proce_list dl:hover h3 {
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.2);
    margin-top: -27px;
}

.proce_list dl:nth-child(2n) dt {
    top: 0;
    position: absolute;
}

.proce_list dl:nth-child(2n) dd {
    top: 146px;
    position: absolute;
}

.proce_list dl:hover dd p {
    display: block;
}


/* rna_fish  */

.flash {
    display: block;
    width: 100%;
    overflow: hidden;
}

.r_tit {
    text-align: center;
}

.r_tit h3 {
    font-size: 48px;
    color: #000;
    line-height: 56px;
}

.dna_bt03 {
    display: block;
}

.dna_bt03 h3 {
    padding-bottom: 10px;
    position: relative;
    font-size: 50px;
    color: #000;
    font-family: Arial;
    line-height: 75px;
}

.dna_bt03 h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 6px;
    background: #000;
}

.sj_lb {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sj_lb dl {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.sj_lb dl dt {
    width: 600px;
    display: block;
    overflow: hidden;
}

.sj_lb dl dd {
    width: 580px;
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.sj_lb dl dt img {
    display: block;
}

.sj_lb dl dd p {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    text-align: justify;
}

.sj_lb dl:nth-child(2) dt {
    width: 650px;
}

.sj_lb dl:nth-child(2) dd {
    width: 520px;
}

.samp_list {}

.samp_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.samp_list ul li {
    width: 255px;
    float: left;
    margin: 0 80px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.samp_list ul li:nth-child(3) {
    margin-right: 0;
}

.samp_list ul li p {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
}

.yycj_lb {}

.yycj_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
    background: url(../images/rna/cj_bg.jpg) no-repeat;
    margin-bottom: 20px;
}

.yycj_lb ul li {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    padding: 45px 0 45px;
}

.case_lb {}

.case_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_lb ul li {
    width: 373px;
    float: left;
    margin-right: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.case_lb ul li:nth-child(3n) {
    margin-right: 0;
}

.case_lb ul li .c_img01 {
    display: block;
    overflow: hidden;
}

.case_lb ul li .c_img01 img {
    display: block;
}

.case_lb ul li p {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    margin-top: 10px;
}

.tec_ys {}

.tec_ys ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.tec_ys ul li {
    float: left;
    width: 590px;
    margin-right: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

.tec_ys ul li:nth-child(2n) {
    margin-right: 0;
}

.tec_ys ul li .j_ico {
    width: 82px;
    height: 82px;
    background: #000;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

.tec_ys ul li:nth-child(7) {
    width: 650px;
}

.tec_ys ul li h3 {
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
    line-height: 36px;
    font-weight: 400;
}

.tec_ys ul li .g01 i {
    width: 50px;
    height: 50px;
    display: block;
}

.tec_ys ul li .g01 {
    background: url(../images/rna/ico01.png) 0 0 no-repeat;
}

.tec_ys ul li .g02 {
    background: url(../images/rna/ico01.png) 0 -85px no-repeat;
}

.tec_ys ul li .g03 {
    background: url(../images/rna/ico01.png) 0 -170px no-repeat;
}

.tec_ys ul li .g04 {
    background: url(../images/rna/ico01.png) 0 -255px no-repeat;
}

.tec_ys ul li .g05 {
    background: url(../images/rna/ico01.png) 0 -340px no-repeat;
}

.tec_ys ul li .g06 {
    background: url(../images/rna/ico01.png) 0 -425px no-repeat;
}

.tec_ys ul li .g07 {
    background: url(../images/rna/ico01.png) 0 -510px no-repeat;
}

.jyk_ss {
    width: 60%;
    margin: 80px auto 0;
    display: block;
    overflow: hidden;
}

.jyk_ss .sea_jy {
    width: 75%;
    border: 1px solid #0c0c0c;
    display: block;
    overflow: hidden;
    float: left;
    line-height: 60px;
    border-radius: 15px;
    padding-left: 20px;
    font-size: 18px;
}

.jyk_ss .sea_btn {
    width: 20%;
    float: right;
    background: #000;
    display: block;
    overflow: hidden;
    line-height: 62px;
    height: 62px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.jyk_ss p {
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.rna_tit02{
    text-align:center;
}

.rna_tit02 h3{
    font-size:30px;
    margin-bottom:20px
    line-height:30px;
    margin-bottom:10px
}

.rna_tit02 p{
    font-size:20px;
    text-transform:uppercase;
    font-weight:700;
    line-height:20px;
}

.rna_txt>p{
    font-size: 20px;
    text-align:center;
    line-height:34px
}

.rna_txt table{
    width:100%;
    border:1px solid #333;
    border-collapse: collapse;
    margin-top:30px;
}

.rna_txt table td{
    width:33%;
    text-align:center;
    font-size:24px;
    line-height:112px;
    border:1px solid #333;
}

.rna_ypfw{
    background: url(../images/rna/ypfw_bg.jpg) no-repeat;
    padding:60px;
    margin-top:50px
}

.rna_ypfw .rna_tit02,
.rna_jsys  .rna_tit02{
    color:#fff;
}

.rna_ypfw .rna_txt>p{
    color:#fff;
}

.rna_ypfw .rna_txt ul{
    display:flex;
    justify-content:center;
    margin-top:30px;
}

.rna_ypfw .rna_txt ul li{
    text-align:center;
    color:#fff;
    font-size:18px
}

.rna_jsys{
    background: url(../images/rna/jsys_bg.jpg) no-repeat;
    padding:60px;
    margin:20px 0 50px
}

.jy_pros ul li{
    height: 630px;
}

.jy_pros ul li:nth-child(1){
    background: url(../images/pro_bg01.jpg) no-repeat;
}

.jy_pros ul li:nth-child(2){
    background: url(../images/pro_bg02.jpg) no-repeat;
}

.jy_pros ul li:nth-child(3){
    background: url(../images/pro_bg03.jpg) no-repeat;
}

.jy_p_con{
    overflow: hidden;
}

.jy_p_l{
    width: 50%;
    float: left;
}

.jy_p_l h3{
    font-size:40px;
    margin-top:150px;
}

.jy_p_l hr{
    display: block;
    width: 48px;
    height: 6px;
    background: #333;
    margin: 22px 0 20px;
}

.jy_p_l p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.jy_p_l a{
    width: 143px;
    height: 50px;
    background: #008ea0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    display: block;
}

.jy_p_r{
    width: 40%;
    float: right;
    margin-top: 120px;
}

.jy_p_r img{
    max-width: 100%;
}

.jy_pros ul li:nth-child(even) .jy_p_l{
    float: right;
}

.jy_pros ul li:nth-child(even) .jy_p_r{
    float: left;
}