@font-face {
    font-family: '5a6b01db';
    src: url(../font/5a6b01db_2.woff2);
}

@font-face {
    font-family: 'dd7b4623_4';
    src: url(../font/dd7b4623_4.woff2);
}

@font-face {
    font-family: 'dd7b4623_0';
    src: url(../font/dd7b4623_0.woff2);
}

@font-face {
    font-family: 'dd7b4623_2';
    src: url(../font/dd7b4623_2.woff2);
}

@font-face {
    font-family: 'sy';
    src: url(../font/sy.otf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}


/* always display scrollbars */

body {
    font: 12px/1.8 'dd7b4623_4', "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    margin: 0 auto;
    color: #989898;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
}

img {
    border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

::-moz-selection {
    background: #13478b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #13478b;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*------------------------ common ------------------------*/

.inner {
    width: 80%;
    margin: 0 auto;
}

.null {
    height: 80px;
}

.banInner {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.banInner::before {
    content: "";
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.21);
}

.banInner_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    animation: zoombig 3s linear forwards;
}

.banInner img {
    width: 100%;
    display: none;
}

@keyframes zoombig {
    0% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.banBar {
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 58px;
    z-index: 11;
    height: 80px;
    text-align: center;
    background: url(../image/sb.png) no-repeat center;
}

.banBar::before {
    content: "";
    display: block;
    width: 2px;
    height: 34px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -58px;
}

.banBar::after {
    content: "";
    animation: rotation 10s linear infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    border: 2px dashed #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    box-sizing: border-box;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.banInner_txt {
    position: absolute;
    z-index: 11;
    left: 10%;
    width: 80%;
    top: 48%;
    transform: translateY(-50%);
    text-align: center;
}

.banInner_txt span {
    font-size: 9vw;
    letter-spacing: 19px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.68);
    opacity: 0.28;
    text-transform: uppercase;
    line-height: 1;
    /* font-family: '5a6b01db'; */
    font-family: 'dd7b4623_2';
}

.banInner_txt h6 {
    font-size: 68px;
    line-height: 1;
    font-weight: bold;
    margin-top: -60px;
    color: #f1f1f1;
    font-family: 'sy';
    letter-spacing: 1px;
}

.banInner_txt p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
}


/*  */

.yrPage {
    margin: 60px 0;
    text-align: center;
}

.yrPage li {
    display: inline-block;
}

.yrPage a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    position: relative;
    margin: 0 4px;
    border: 1px solid transparent;
}

.yrPage li.on a {
    border: 1px solid #13478b;
    color: #fff;
    background: #13478b;
}

.yrPage .prev_ico {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yrPage li:hover a {
    border: 1px solid #13478b;
    color: #fff;
    background: #13478b;
}

.yrPage li:hover img:first-child {
    opacity: 0;
}

.yrPage li:hover .prev_ico {
    opacity: 1;
}


/*  */

.indTit {
    position: relative;
}

.indTit>div {
    display: inline-block;
}

.indTit span {
    line-height: 1;
    font-size: 89px;
    font-family: "Arial";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #13478b;
    color: #dedede;
}

.indTit p {
    font-size: 34px;
    line-height: 1.4;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    font-weight: bold;
    color: #13478b;
}

.indTit.center {
    text-align: center;
}

.indTit.black span,
.indTit.black p {
    color: #333;
}

.indTit.white span,
.indTit.white p {
    color: #fff;
}


/*  */

.yrTit {
    text-align: center;
}

.yrTit h3 {
    line-height: 1.5;
    font-family: "sy";
    color: #0e182d;
    font-size: 36px;
    font-weight: bold;
}

.yrTit h4 {
    font-size: 18px;
    color: #0e182d;
    font-weight: 500;
    line-height: 1;
}

.yrTit.white h4,
.yrTit.white h3 {
    color: #fff;
}


/*  */

.biaoti {
    position: relative;
}

.biaoti .inner {
    position: relative;
}

.biaoti_box {
    display: inline-block;
    position: relative;
    z-index: 11;
    padding-top: 24px;
}

.biaoti_box span {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    line-height: 1;
    font-size: 86px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'dd7b4623_2';
    color: #f0f0f0;
}

.biaoti_box p {
    font-size: 42px;
    color: #333;
}

.biaoti_box i {
    display: inline-block;
    width: 108px;
    height: 2px;
    background: #13478b;
}

.biaoti_nav {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
}

.case .biaoti_nav {
    display: none;
}

.biaoti_nav li {
    position: relative;
    display: inline-block;
    background: #F7F7F7;
    padding: 2px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.biaoti_nav a {
    font-size: 15px;
    color: #333;
    padding: 4px 21px;
    display: block;
    background: #fafafa;
}

.biaoti_nav img {
    vertical-align: middle;
    margin-right: 8px;
}

.biaoti_nav li.on {
    border: 1px solid #13478b;
    z-index: 7;
}

.biaoti_nav li.on a {
    background: #13478b;
}

.biaoti_nav li.on a {
    color: #fff;
}

.biaoti.center {
    text-align: center;
}

.biaoti.center .biaoti_box span {
    left: 50%;
    transform: translateX(-50%);
}

.biaoti.white .biaoti_box p {
    color: #fff;
}

.biaoti.white .biaoti_box span {
    color: #fff;
}


/*  */

.ejNav {
    position: relative;
    background: #13478b
}

.ejNav li {
    display: inline-block;
}

.ejNav li a {
    line-height: 3;
    padding: 0 68px;
    font-size: 16px;
    display: block;
    color: #fff;
}

.ejNav li.on {
    background: #0db78f;
}


/*  */

.indMore .more {
    display: inline-block;
    text-align: center;
    width: 110px;
    position: relative;
    transition: all .6s;
    overflow: hidden;
    text-transform: uppercase;
    color: #547233;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

.indMore .more:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/more_bg.png) no-repeat bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.indMore .more:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/more_bg2.png) no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .8s;
    z-index: 1;
}

.indMore .more2:before {
    background: url(../image/more_bg3.png) no-repeat bottom center;
}

.indMore .more2:after {
    background: url(../image/more_bg4.png) no-repeat top center;
}


/* video */

.yrVideo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}

.yrVideo_box {
    z-index: 990;
    cursor: inherit;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    border: 12px solid #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yrVideo_box video {
    display: block;
    position: relative;
    z-index: 4;
    width: 100%;
}

.yrVideo_cls {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -11px;
    width: 42px;
    height: 42px;
    background: #fff;
    padding: 6px;
    z-index: 991;
    box-sizing: border-box;
}

.yrVideo_cls img {
    width: 100%;
}

@media(max-width: 1024px) {
    .indAb_img_ico {
        opacity: 1;
    }
    .indAb_img_ico img {
        width: 38px;
    }
    .yrVideo_box {
        border-width: 6px;
    }
    .yrVideo_cls {
        right: -6px;
        top: -5px;
        width: 38px;
        height: 38px;
        padding: 6px;
    }
    .proDet_box .con img{width: 85%;}
}


/*------------------------ header ------------------------*/

header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.48s;
}

.headTop {
    height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* overflow: hidden; */
}

.headLogo {
    float: left;
    margin-left: 50px;
    margin-top: 18px;
    transition: all 0.48s;
}

.headLogo img {
    height: 42px;
}

.headLogo_img2 {
    display: none;
}

.headNav {
    display: inline-block;
    transition: all 0.48s;
}

.headNav li {
    display: inline-block;
    line-height: 80px;
    padding: 0 45px;
    vertical-align: top;
    position: relative;
}

.headNav li a {
    display: block;
    color: #Fff;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.headNav li img {
    vertical-align: middle;
    width: 10px;
    margin-left: 5px;
}

.headNav_ico2 {
    display: none;
}

.headRight {
    float: right;
}

.headRight>div {
    vertical-align: top;
    /* display: inline-block; */
    line-height: 72px;
    transition: all 0.48s;
}

.headSearch {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headSearch img {
    padding: 0 32px;
    width: 24px;
    vertical-align: middle;
}

.headSearch_img2 {
    display: none;
}

.headSearch_box {
    display: none;
    position: absolute;
	right: 0;
}
.headSearch_box input {
	padding: 20px 50px;
	border: 1px solid #fff;
}
.headLang {
    padding-left: 26px;
    border-left: 1px solid rgba(0, 0, 0, alpha)
}

.headLang a {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*  */

.pagesider2 header {
    border: 0;
    background: #fff;
}

.pagesider2 header .headLogo_img1 {
    display: none;
}

.pagesider2 header .headLogo_img2 {
    display: block;
}

.pagesider2 header .headNav_ico2 {
    display: inline-block;
}

.pagesider2 header .headNav_ico1 {
    display: none;
}

.pagesider2 header .headNav li a {
    color: #333;
}

.pagesider2 header .headRight>div {
    line-height: 81px;
}

.pagesider2 header .headSearch {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pagesider2 header .headSearch_img1 {
    display: none;
}

.pagesider2 header .headSearch_img2 {
    display: inline-block;
}

.pagesider2 header .headLang {
    border-color: rgba(0, 0, 0, 0.28)
}

.pagesider2 header .headLang a {
    color: #333;
}


/*  */

.bg header {
    border: 0;
    background: #fff;
}

.bg header .headLogo_img1 {
    display: none;
}

.bg header .headLogo_img2 {
    display: block;
}

.bg header .headNav_ico2 {
    display: inline-block;
}

.bg header .headNav_ico1 {
    display: none;
}

.bg header .headNav li a {
    color: #333;
}

.bg header .headSearch {
    border-left: 0;
}

.bg header .headSearch_img1 {
    display: none;
}

.bg header .headSearch_img2 {
    display: inline-block;
}

.bg header .headLang {
    border-color: rgba(0, 0, 0, 0.28)
}

.bg header .headLang a {
    color: #333;
}


/*  */

.pagesider4 header {
    border: 0;
    background: #fff;
}

.pagesider4 header .headLogo_img1 {
    display: none;
}

.pagesider4 header .headLogo_img2 {
    display: block;
}

.pagesider4 header .headNav_ico2 {
    display: inline-block;
}

.pagesider4 header .headNav_ico1 {
    display: none;
}

.pagesider4 header .headNav li a {
    color: #333;
}

.pagesider4 header .headRight>div {
    line-height: 76px;
}

.pagesider4 header .headSearch {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pagesider4 header .headSearch_img1 {
    display: none;
}

.pagesider4 header .headSearch_img2 {
    display: inline-block;
}

.pagesider4 header .headLang {
    border-color: rgba(0, 0, 0, 0.28)
}

.pagesider4 header .headLang a {
    color: #333;
}


/*  */

.innerHead header .headTop {
    height: 80px;
}

.innerHead header .headNav {
    padding: 0;
}

.innerHead .headNav li {
    line-height: 80px;
}


/*  */

.headNav_slide {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background-color: #fff;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
}

.headNav_slide p {
    padding: 0 10%
}

.headNav_slide a {
    font-size: 14px;
    color: #333;
    background-image: none;
    border-bottom: #fff solid 1px;
    line-height: 1.5;
    text-align: left;
    padding: 15px 28px 14px;
}

.headNav .headNav_slide a {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    color: #333;
}

.headNav_slide a:hover {
    color: #13478b;
    border-bottom: #13478b solid 1px;
}

.headNav li:hover .headNav_slide {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* mobile */


/* headMenu */

.headMenu {
    display: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 68px;
}

.headMenu.show {
    display: block;
}

.headMenu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    margin: 6px auto 0;
    border-radius: 6px;
    transition: all 0.48s;
}

.headMenu span:first-of-type {
    margin-top: 0
}

.headMenu.on span {
    background: #000;
}

.headMenu.on .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
    opacity: 0;
}

.headMenu.on .headMenu_span3 {
    transform: rotate(-45deg) translate(5px, -7px);
}


/*  */

.headMenu_Box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 59px;
    z-index: 9990;
    box-sizing: border-box;
    /* transition: all 0.48s; */
}

.headMenu_Box.open {
    right: 0;
}

.headMenu_Box>div {
    height: 100%;
    box-sizing: border-box;
    padding: 28px 38px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.headMenu_con {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: #F2F7FB;
    text-align: center;
}

.headMenu_con a {
    padding: 12px;
    display: block;
    color: #f15a29;
    text-align: center;
    font-size: 27px;
    line-height: 2;
    text-transform: capitalize;
}

.headMenu_Box ul {
    position: relative;
}

.headMenu_Box li {
    line-height: 2.1;
    margin-top: 24px;
}

.headMenu_Box li:first-child {
    margin-top: 0;
}

.headMenu_Box li>a {
    position: relative;
    line-height: 2;
    font-size: 18px;
    color: #323232;
    text-transform: capitalize;
    text-align: left;
    display: block;
}

.headMenu_Box .headMenu_li>a {
    background: url(http://www.zjyrkj.com/templates/default/images/head_l.png) no-repeat right center;
}

.headMenu_a {
    position: relative;
}

.headMenu_a a {
    padding-left: 14px;
    display: block;
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.headMenu_a a.on {
    color: #f15a29;
    font-weight: bold;
}


/*------------------------ indCopy ------------------------*/

.pagesider5 .indCopy {
    display: none;
}

.pagesider5.pagesider1 .indCopy,
.pagesider5.pagesider2 .indCopy,
.pagesider5.pagesider3 .indCopy,
.pagesider5.pagesider4 .indCopy {
    display: block;
}

.pagesider2 .indCopy_p p,
.pagesider2 .indCopy a {
    color: #333;
}

.pagesider2 .indCopy_ico a.i1 {
    background-image: url(../image/ico1.png);
}

.pagesider2 .indCopy_ico a.i2 {
    background-image: url(../image/ico5.png);
}

.pagesider2 .indCopy_ico a.i3 {
    background-image: url(../image/ico3.png);
}

.pagesider2 .indCopy_ico a.i4 {
    background-image: url(../image/ico4.png);
}

.indCopy {
    position: fixed;
    bottom: 28px;
    right: 28px;
    text-align: right;
    z-index: 999999;
}

.indCopy_ico {
    position: relative;
}

.indCopy_ico li {
    display: inline-block;
    position: relative;
}

.indCopy_ico a {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0;
    opacity: 0.8;
}

.indCopy_ico a:hover {
    transform: rotateY(60deg)
}

.indCopy_ico a.i1 {
    background-image: url(../image/ico1_1.png);
}

.indCopy_ico a.i2 {
    background-image: url(../image/ico2_1.png);
}

.indCopy_ico a.i3 {
    background-image: url(../image/ico3_1.png);
}

.indCopy_ico a.i4 {
    background-image: url(../image/ico4_1.png);
}

.indCopy_p p {
    color: #fff;
    opacity: 0.48;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    max-width: 186px;
}

.indCopy a {
    color: #fff;
}

.indCopy li:hover .shareEwm {
    display: block;
}


/*------------------------ footer ------------------------*/

.footer {
    background-size: cover;
    width: 100%;
    /* overflow: hidden; */
    background: #141d29;
}

.footer .footTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .midInfo {
    padding: 40px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .midInfo .footLogo {
    float: left;
    color: #fff;
}

.footer .midInfo .footLogo img {
    width: 180px;
}

.footer .midInfo .footLogo p {
    letter-spacing: 8px;
    margin-left: 3px;
    font-size: 14px;
}

.footer .midInfo .yx {
    float: right;
    font-size: 15px;
    color: #e6eaec;
    padding-left: 38px;
    background: url(../image/tel.png) left center no-repeat;
    background-size: 32px;
    margin-top: 32px;
}

.footer .midInfo .yx span {
    font-size: 20px;
    color: #fff;
    font-family: Arial;
    margin-left: 10px;
}

.footer .botInfo {
    padding: 40px 0px 60px;
}

.footMess {
    display: inline-block;
    width: 248px;
}

.footMess p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    opacity: 0.8;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.footer .footNav {
    float: right;
    width: calc(100% - 248px);
    text-align: right;
}

.footer .footNav dl {
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
    text-align: left;
}

.footer .footNav dl:first-child {
    margin-left: 0;
}

.footer .footNav dl dt {
    margin-bottom: 8px;
}

.footer .footNav dl dt a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    color: #fff;
}

.footer .footNav dl dd a {
    color: #dfe3e5;
    font-size: 14px;
    display: block;
    line-height: 28px;
    transition: all 0.3s;
}

.footer .footNav dl dd a:hover {
    color: #fff;
    transform: translateX(-6px);
}

.footer .share {
    float: right;
    width: 190px;
    text-align: right;
    margin-top: 34px;
}

.footer .share .ewm {
    padding: 8px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 142px;
    height: 142px;
    box-sizing: border-box;
    margin-top: 10px;
}

.footer .share .ewm img {
    max-width: 100%
}

.footer .share .list li {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    line-height: 24px;
}

.footer .share .list li:hover .shareEwm {
    display: block;
}

.shareEwm {
    display: none;
    position: absolute;
    z-index: 999999;
    bottom: 30px;
    left: 50%;
    width: 108px;
    margin-left: -150px;
    top: -50px;
}

.shareEwm img {
    width: 100%;
}

.footer .share .list li:last-child {
    margin-right: 0;
}

.footer .share .list li a {
    display: block;
    background-size: 21px;
    width: 27px;
    height: 24px;
    transition: all 0.5s;
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .share .list ul {
    text-align: right;
}

.footer .share .list .l1 a {
    background-image: url(../image/ico1_1.png);
}

.footer .share .list .l2 a {
    background-image: url(../image/ico2_1.png);
}

.footer .share .list .l3 a {
    background-image: url(../image/ico3_1.png);
}

.footer .share .list .l4 a {
    background-image: url(../image/ico4_1.png);
}

.footer .share .list li:hover a {
    transform: rotateY(180deg);
}

.footer .share .link {
    margin-top: 20px;
}

.footer .share .link select {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #fff;
    border: 1px solid #b7bac3;
    border-radius: 3px;
    outline: none;
    color: #666666;
    cursor: pointer;
}

.footer .footBot {
    font-size: 12px;
    color: #fff;
    padding: 10px 0px;
}

.footer .footBot .copyRight {
    float: left;
    letter-spacing: 0.68px;
    text-transform: uppercase;
	color:#fff;
}
.footer .footBot .copyRight  a{
	color:#fff;
}
.footer .footBot .tec {
    float: right;
}

.footer .footBot .tec a {
    color: #fff;
}


/*------------------------ banner ------------------------*/


/*  */

.indBan_txt {
    position: absolute;
    bottom: 24%;
    left: 12%;
    z-index: 11;
}

.indBan_txt p {
    color: rgb(255, 255, 255);
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.45;
    opacity: 0.88;
    font-weight: bold;
}

.indBan_txt span {
    display: block;
    line-height: 1.2;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    opacity: 0.8;
    margin-top: 12px;
}

.indBan_txt img {
    display: inline-block;
    margin-top: 108px;
}


/*  */

.banNav {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 9%;
}

.banNav_line {
    opacity: 0;
}

.banNav_line span:nth-child(1) {
    width: 0px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: -2px;
}

.banNav_line span:nth-child(2) {
    width: 3px;
    height: 0px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: -2px;
}

.banNav_line span:nth-child(3) {
    width: 0px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.banNav_line span:nth-child(4) {
    width: 3px;
    height: 0px;
    background: #fff;
    position: absolute;
    left: -2px;
    bottom: -2px;
}

.banNav .banNav_a.on .banNav_line {
    opacity: 1;
}

.banNav .banNav_a.on .banNav_line span:nth-child(1),
.banNav .banNav_a.on .banNav_line span:nth-child(3) {
    animation: flash2 6s linear;
}

.banNav .banNav_a.on .banNav_line span:nth-child(2),
.banNav .banNav_a.on .banNav_line span:nth-child(4) {
    animation: flash1 6s linear;
}

.banNav .banNav_a {
    position: relative;
    margin-top: -2px;
    width: 458px;
    height: 198px;
    transition: all .3s ease-out;
    border: 2px solid hsla(0, 0%, 100%, .2)
}

.banNav .banNav_a:first-child {
    margin-top: 0;
}

.banNav .banNav_a a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 12%;
}

.banNav_num,
.banNav_txt {
    display: inline-block;
    vertical-align: middle;
}

.banNav_num {
    font-family: Gotham, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin-right: 18px;
    color: #fff;
}

.banNav_txt span {
    font-size: 15px;
    text-align: left;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
}

.banNav_txt p {
    font-size: 22px;
    margin-right: auto;
    text-align: left;
    color: #fff;
}


/*------------------------ index ------------------------*/


/* indAb */

.indAb {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/bg5.jpg);
    background-size: cover;
}

.indAb_l {
    position: relative;
    width: 45%;
    height: 100%;
    float: left;
}

.indAb_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 91, 163, 0.18);
    transition: all 0.48s;
    text-align: center;
}

.indAb_ico a {
    width: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.indAb_ico_bg {
    width: 100%;
    animation: bgAnimation 3s infinite alternate cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes bgAnimation {
    0% {
        opacity: 0.8;
        transform: scale(1)
    }
    100% {
        opacity: 0.48;
        transform: scale(1.2)
    }
}

.indAb_ico_img {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.indAb_l:hover .indAb_ico {
    opacity: 1;
}

.indAb_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indAb_img_mbl {
    width: 100%;
    display: none;
}

.indAb_r {
    display: inline-block;
    text-align: left;
    width: 50%;
    position: relative;
    top: 42%;
    transform: translateY(-50%);
}

.indAb_r>div {
    width: 80%;
    max-width: 628px;
    margin-left: 8%;
}

.indAb_p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indAb_num {
    position: absolute;
    left: 25.8%;
    width: 58%;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    z-index: 11;
}

.indAb_num li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    /* padding: 45px 0; */
    padding: 32px 0;
}

.indAb_num li::before {
    content: "";
    position: absolute;
    top: 16%;
    left: 0;
    width: 1px;
    height: 68%;
    background: #eee;
}

.indAb_num li:first-child:before {
    content: none;
}

.indAb_num a {
    display: inline-block;
    text-align: left;
    color: #787878;
    font-size: 15px;
}

.indAb_num p {
    display: block;
    font-size: 12px;
    /* display: inline-block;
        font-size: 15px; */
    color: #787878;
    letter-spacing: 0.5px;
    margin-right: 14px;
}

.indAb_num p img {
    display: block;
    width: 42px;
}

.indAb_num img {
    display: block;
    width: 48px;
}

.indAb_num span {
    font-size: 48px;
    letter-spacing: -1px;
    /* font-size: 68px; 
    letter-spacing: -3px;*/
    color: #13478b;
}


/* indPro */

.indPro {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.indPro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}

.indPro_l {
    float: left;
    width: 50%;
    height: 100%;
}

.indPro_tit {
    position: relative;
    top: 42%;
    transform: translateY(-50%);
    margin-left: 24%;
    /*margin-top: 16%;*/
    display: inline-block;
}

.indPro_ico {
    margin-top: 68px;
    margin-right: 10px;
}

.indPro_p {
    color: #FFF;
    font-size: 17px;
    opacity: 0.88;
    line-height: 1.8;
    letter-spacing: 0.68px;
    max-width: 68%;
    display: inline-block;
    margin-top: 31px;
}

.indPro .indPro_l {
    width: 66%;
    position: relative;
}

.indPro_ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.indPro_ul li {
    width: 25%;
    height: 238px;
    transition: all .6s;
    float: left;
    background: rgba(6, 112, 196, 0.86);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.indPro_ul li:nth-child(1):hover {
    background: rgba(6, 112, 196, .5);
}

.indPro_ul li:nth-child(2) {
    background: rgba(0, 91, 163, 0.86);
}

.indPro_ul li:nth-child(2):hover {
    background: rgba(0, 91, 163, .5);
}

.indPro_ul li:nth-child(3) {
    background: rgba(4, 61, 139, 0.86);
}

.indPro_ul li:nth-child(3):hover {
    background: rgba(4, 61, 139, .5);
}

.indPro_ul li:nth-child(4) {
    background: rgba(57, 88, 152, 0.86);
}

.indPro_ul li:nth-child(4):hover {
    background: rgba(57, 88, 152, .5);
}

.indPro_ul li:nth-child(5) {
    background: #2085af;
}

.indPro_ul li:nth-child(5):hover {
    background: rgba(32, 133, 175, .5);
}

.indPro_ul a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.indPro_ul span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 15px;
    line-height: 1.4;
    transition: all .6s;
}

.indPro_ul h3 {
    position: absolute;
    font-size: 18px;
    letter-spacing: 1px;
    bottom: 38px;
    left: 0px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    transition: all .6s;
    font-weight: 500;
}

.indPro_ul em {
    float: right;
    font-style: inherit;
}

@media(min-width:1025px) {
    .indPro_ul li:hover span {
        transform: translateY(30px);
    }
    .indPro_ul li:hover h3 {
        transform: translateY(-30px);
    }
}

.indPro .indPro_r {
    position: absolute;
    right: 13%;
    position: relative;
    top: 50%;
    margin-top: -180px;
    float: right;
}

.indPro .indPro_box {
    position: relative;
    width: 230px;
    height: 300px;
    border: 7px solid rgba(255, 255, 255, .5);
}

.indPro_a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.indPro_a h3 {
    font-size: 26px;
    font-weight: 500;
}

.indPro_a p {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    line-height: 1.3;
}

.indPro_a .indMore .more {
    color: #fff;
    font-size: 14px;
    margin-top: 70px;
}

.indPro_box .topLine {
    width: 0px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -7px;
    animation: flash2 3s infinite linear;
}

.indPro_box .rightLine {
    width: 7px;
    height: 0px;
    background: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    animation: flash1 3s infinite linear;
}

.indPro_box .bottomLine {
    width: 0px;
    height: 7px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: -7px;
    animation: flash2 3s infinite linear;
}

.indPro_box .leftLine {
    width: 7px;
    height: 0px;
    background: #fff;
    position: absolute;
    left: -7px;
    bottom: -7px;
    animation: flash1 3s infinite linear;
}

@keyframes flash2 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes flash1 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}


/* indNew */

.indNew {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ecedee;
}

.indNew_l,
.indNew_r {
    float: left;
    width: 50%;
    box-sizing: border-box;
    background: #ecedee;
}

.indNew_l .indTit .indMore_img {
    float: right;
    display: none;
    margin-top: 24px;
}


/* .indNew_r {
    padding: 190px 10% 100px;
    background: #325f99;
}

.indNew_r .img {
    width: 100%;
    height: 380px;
    margin-bottom: 24px;
}

.indNew_r .img img {
    width: 100%;
    max-height: 100%;
    transition: all .8s;
}

.indNew_r:hover img {
    transform: scale(1.05, 1.05);
} */

.indNew_l {
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    padding: 0 8%;
}

.indNew_l .index_tit {
    position: relative;
    margin-bottom: 40px;
}

.indNew_l .indMore {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indNew_list {
    background: #fff;
    margin: 38px 0 60px;
}

.indNew_list li {
    width: 100%;
}

.indNew_list li a {
    display: block;
    padding: 28px 32px 28px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
    height: 82px;
}

.indNew_list .time {
    position: relative;
    float: left;
    width: 90px;
    line-height: 24px;
    color: #666;
    text-align: center;
    padding-right: 24px;
    box-sizing: border-box;
    vertical-align: top;
}

.indNew_list .time span {
    display: block;
    color: #333;
    border-top: 1px solid #eee;
    line-height: 2.8;
}

.indNew_list .time span:first-child {
    font-size: 38px;
    border-top: 0;
    line-height: 1;
    padding-bottom: 10px;
}

.indNew_list .info {
    display: inline-block;
    width: calc(100% - 90px);
}

.indNew_list .info h3 {
    line-height: 1.4;
    font-size: 18px;
    transition: all .4s;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.indNew_list .info p {
    color: #999;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indNew_list li:hover h3 {
    color: #1c7fc5;
}

.indNew_r {
    height: 100%;
    padding: 0 10%;
    background: #325f99;
}

.indNew_r a {
    position: relative;
    top: 58%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    color: #fff;
}

.indNew_r .img {
    width: 100%;
    /* height: 380px; */
    margin-bottom: 24px;
}

.indNew_r .img img {
    width: 100%;
    max-height: 100%;
    transition: all .8s;
}

.indNew_r .img .img1 {
    display: none;
}

@media(min-width:1025px) {
    .indNew_r:hover img {
        transform: scale(1.05, 1.05);
    }
}

.indNew_r .desc {
    line-height: 24px;
    overflow: hidden;
    color: rgba(255, 255, 255, .68);
    margin: 40px 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indNew_r h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
}

.indNew_r span {
    color: rgba(255, 255, 255, .5);
}


/*------------------------ about ------------------------*/


/* about */

.abAbout {
    position: relative;
    padding: 108px 0 168px;
    background: url(../image/about_bg.jpg) no-repeat right center;
}

.abAbout .biaoti_box {
    display: block;
}

.abAbout .biaoti_box span {
    opacity: 0.12;
    color: #51b69f;
    font-family: 'dd7b4623_4';
}

.abAbout .inner {
    width: 80%;
}

.abAbout_l {
    display: inline-block;
    width: 60%;
    position: relative;
}

.abAbout_l .yrTit {
    text-align: left;
}

.abAbout_l .yrTit span {
    opacity: 0.12;
    line-height: 1;
    font-size: 78px;
    color: #51b69f;
    display: block;
    text-transform: uppercase;
    font-family: 'dd7b4623_0';
}

.abAbout_l .yrTit h3 {
    margin-top: -45px;
}

.abAbout_p {
    margin-top: 45px;
}

.abAbout_p p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 2.1;
    color: #666;
}

.abAbout_r {
    float: right;
    width: 48%;
}

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

.abAbout_num {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    background: transparent;
}

.abAbout_num img {
    width: 46px;
    display: block;
    opacity: 0.78;
    margin-bottom: 20px;
}

.abAbout_num.indAb_num li {
    width: 33.33%;
    padding: 24px 0;
}

.abAbout_num li:nth-child(1) {
    background: #004b91;
}

.abAbout_num li:nth-child(2) {
    background: #1565af;
}

.abAbout_num li:nth-child(3) {
    background: #2a7dcb;
}

.abAbout_num li::before {
    content: none;
}

.abAbout_num a,
.abAbout_num p,
.abAbout_num span {
    color: #fff;
    line-height: 1;
    font-family: 'sy';
}

.abAbout_num span {
    font-size: 48px;
    letter-spacing: 0;
}

.abAbout_num p {
    line-height: 1;
    display: block;
    margin: 12PX 0 0;
    font-size: 12px;
    opacity: 0.9;
    letter-spacing: 1px;
}


/* abCul */

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

.abCul_box>div {
    float: left;
    width: 50%;
    height: 538px;
    position: relative;
}

.abCul_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.abCul_box>div>img {
    display: none;
    width: 100%
}

.abCul_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 101, 175, 0.28)
}

.abCul_txt>div {
    position: relative;
    top: 68%;
    transform: translateY(-50%);
    transition: all 0.38s;
}

.abCul_p {
    position: relative;
    top: 68px;
    min-height: 162px;
    margin-top: 38px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.48s;
}

.abCul_p>div {
    display: inline-block;
    text-align: left;
}

.abCul_p p {
    color: #fff;
    font-size: 16px;
}

.abCul_box>div:hover .abCul_txt>div {
    top: 46%;
}

@media(min-width:1025px) {
    .abCul_box>div:hover .abCul_p {
        visibility: inherit;
        opacity: 1;
        top: 0;
    }
    .abCul_box>div:hover .abCul_txt {
        background: rgba(21, 101, 175, 0.68)
    }
}

.abCul_ico {
    display: none;
}


/* abDeve */

.abDeve {
    position: relative;
    padding: 108px 0;
}

.abDeve_year {
    position: absolute;
}

.abDeve_year span {
    font-size: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20vw;
    height: 20vw;
    position: relative;
    width: 100%;
    letter-spacing: 4vw;
    position: absolute;
    left: 0;
    bottom: -10vw;
    color: #efeff5;
    text-align: center;
    font-family: 'dd7b4623_2';
}


/*  */

.imgDemo_img {
    width: 100%;
    height: 428px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgDemo .slick-list {
    cursor: e-resize;
}

.imgDemo .slick-arrow {
    display: none !important;
    width: 40px;
    height: 68px;
    display: block;
    background-color: #13478b;
    background-position: center;
    background-repeat: no-repeat;
    top: 42%;
}

.imgDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.imgDemo .slick-prev {
    left: 6px;
    background-image: url("http://www.zjyrkj.com/templates/default/css/images/arrow-left-light.png");
    background-size: 38%;
}

.imgDemo .slick-next {
    right: 6px;
    background-image: url("http://www.zjyrkj.com/templates/default/css/images/arrow-right-light.png");
    background-size: 38%;
}

.imgDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left;
    min-height: 1px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 99;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.imgDemo .slick-dots {
    text-align: center;
}

.imgDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.imgDemo .slick-dots li button {
    background: transparent;
    font-size: 13px;
    color: #666;
    display: none;
}

.imgDemo .slick-dots li.slick-active {
    background: #000;
}


/*  */

.deveDemo {
    padding: 0 80px;
    height: 428px;
}

.deveImg {
    display: inline-block;
    width: 45%;
}

.deveImg img {
    width: 100%;
}

.deveList {
    float: right;
    width: 50%;
    padding-top: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

.deveList li {
    list-style: square;
    margin-left: 20px;
    color: #13478b;
}

.deveList li:first-child {
    list-style: none;
    margin-left: 0;
}

.deveList h1 {
    font-size: 48px;
    color: #13478b;
    line-height: 52px;
    margin-bottom: 30px;
}

.deveList h1 span {
    font-weight: 400;
    font-size: 28px;
}

.deveList p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 17px;
}

.deveDemo .slick-arrow {
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 5px;
    background-color: #999999;
    top: 50%;
    margin-top: -36px;
}

.deveDemo .slick-arrow i {
    background: url(../image/btn_3.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.deveDemo .slick-prev {
    left: 0;
}

.deveDemo .slick-next {
    right: 0;
}

.deveDemo .slick-prev i {
    background-image: url(../image/btn_3.png);
}

.deveDemo .slick-next i {
    background-image: url(../image/btn_4.png);
}

.deveDemo .slick-arrow:hover {
    background-color: #000;
}

.deveDemo .slick-prev:hover i {
    background-position: 30% center;
}

.deveDemo .slick-next:hover i {
    background-position: 70% center;
}

.deveDemo.slick-slider {
    position: relative;
    display: block;
    margin-top: 58px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.deveDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.deveDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.deveDemo .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 428px;
    background-color: #fafafa;
    z-index: -1;
}

.deveDemo .slick-prev,
.deveDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.deveDemo .slick-dots {
    margin-top: 16px;
    z-index: 11;
    text-align: center;
}

.deveDemo .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.deveDemo .slick-dots li.slick-active {
    background: #13478b;
}


/*  */

.timeDemo {
    margin-top: 80px;
}

.timeP {
    padding-top: 25px;
    background: url(../image/img_91.png) no-repeat top left;
    background-size: inherit;
    font-size: 26px;
    color: #000000;
    line-height: 28px;
    cursor: pointer;
}

.timeP p {
    padding-top: 25px;
    display: inline-block;
    min-width: 59px;
}

.timeDemo .slick-current.timeP p {
    color: #13478b;
    background: url(../image/img_92.png) no-repeat top center;
}

.timeDemo .slick-arrow {
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 5px;
    background-color: #999999;
    top: 50%;
    margin-top: -36px;
}

.timeDemo .slick-arrow i {
    background: url(../image/btn_3.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.timeDemo .slick-prev {
    left: 0;
}

.timeDemo .slick-next {
    right: 0;
}

.timeDemo .slick-prev i {
    background-image: url(../image/btn_3.png);
}

.timeDemo .slick-next i {
    background-image: url(../image/btn_4.png);
}

.timeDemo .slick-arrow:hover {
    background-color: #000;
}

.timeDemo .slick-prev:hover i {
    background-position: 30% center;
}

.timeDemo .slick-next:hover i {
    background-position: 70% center;
}

.timeDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.timeDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.timeDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.timeDemo .slick-prev,
.timeDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.timeDemo .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.timeDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeDemo .slick-dots li.slick-active {
    background: #e60012;
}


/* honor */

.abHor {
    position: relative;
    background: #e4e9ed;
    padding: 108px 0 80px;
    margin: 0 auto;
}

.abHor .biaoti_box span {
    color: #fff;
    opacity: 0.48;
}


/*  */

.hon_con {
    overflow: hidden;
    margin-top: 58px;
}

.hon_tab_nav_box {
    float: left;
    width: 16%;
}

.hon_tab_nav_box>div {
    color: #d5dae0;
    transition: all .5s ease-out;
    padding-bottom: .5rem;
    cursor: pointer;
    background: rgba(250, 250, 250, 0.48);
    padding: 30px 15px;
    margin-top: 3px;
    text-align: center;
}

.hon_tab_nav_box>div:first-child {
    margin-top: 0;
}

.hon_tab_num {
    display: inline-block;
    font-size: 58px;
    color: #13478b;
    line-height: 1;
    width: 78px;
    text-align: center;
}

.hon_tab_name {
    display: inline-block;
    line-height: 2;
    font-size: 17px;
    font-weight: bold;
    color: #787878;
    transition: all .5s ease-out;
    position: relative;
    min-width: 148px;
    text-align: left;
}

.hon_tab_name img {
    display: inline-block;
    width: 42px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -6px;
}

.hon_tab_nav_box>div.on {
    background: #fafafa;
}

.hon_tab_nav_box>div.on .hon_tab_name,
.hon_tab_nav_box>div:hover .hon_tab_name {
    color: #13478b;
}

.hon_tab_nav_box>div:hover .hon_tab_name::after,
.hon_tab_nav_box>div.on .hon_tab_name::after {
    width: 100%;
}

.hon_con_case {
    float: right;
    width: 80%;
    position: relative;
}

.hon_con_case>div {
    display: none;
    position: relative;
}

.hon_con_case>div:first-child {
    display: block;
}

.hon_con_box {
    float: left;
    width: 60%;
    padding-right: 10%;
    padding-left: 10%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.hon_con_box .swiper-container {
    overflow: initial;
    padding-bottom: 120px;
}

.sha_tra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(228, 233, 237, 1)), color-stop(0.25, rgba(228, 233, 237, 0)), color-stop(0.75, rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
}

.hon_con_box .swiper-slide {
    opacity: 0.9;
    transition: all .5s ease-in;
}

.hon_con_box .swiper-slide.active {
    opacity: 1;
}

.hon_con_box .swiper-slide>div {
    width: 100%;
    position: relative;
}

.hon_con_box .swiper-slide>div>img {
    display: block;
    max-width: 435px;
    max-height: 405px;
    margin: 0 auto;
}

.hon_name {
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    opacity: 0;
    transition: all .5s ease-in;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.hon_con_box .swiper-slide.active .hon_name {
    opacity: 1;
}

.hon_name_box {
    width: calc(29.23% + 50px);
    float: right;
    /* padding: 25px 0; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.hon_name_text {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    opacity: .5;
    color: #000;
    transition: all .5s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hon_name_box .active-nav .hon_name_text {
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 46px rgba(29, 56, 75, .17);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
}

.hon_name_box .swiper-container {
    height: 370px;
    padding: 25px 25px 15px 25px;
    overflow: hidden;
}

.hon_name_box .swiper-slide {
    cursor: pointer;
}

.hon_name_box .swiper-button-prev,
.hon_name_box .swiper-button-next {
    background-image: none;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #000;
}

.hon_name_box .swiper-button-prev {
    top: -10px;
    left: 0;
}

.hon_name_box .swiper-button-next {
    top: auto;
    right: 0;
    bottom: 0;
}


/*------------------------ product ------------------------*/

.product {
    position: relative;
    z-index: 11;
    padding-top: 108px;
}

.product .indPro_p {
    color: #333;
    max-width: 82%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .indPro_ico {
    margin-top: 48px;
}

.product>.inner {
    position: absolute;
    top: 108px;
    left: 5%;
    z-index: 11;
    width: 40%;
}

.proLine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #D1D1D1;
    z-index: 7;
}

.proBox {
    position: relative;
    padding: 148px 0 208px;
    background: url(../image/v1.jpg) no-repeat right bottom;
    background-size: 90%;
}

.proItem {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -182px;
}

.proItem:nth-child(odd) {
    justify-content: flex-end;
}

.proItem:nth-child(even) {
    justify-content: flex-start;
}

.proImg {
    position: relative;
    z-index: 90;
    overflow: hidden;
    pointer-events: auto;
    display: block;
    width: 40.5vw;
}

.proImg div {
    width: 100%;
    height: 68vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.proImg img {
    display: none;
    width: 100%;
}

.proTxt {
    cursor: pointer;
    position: relative;
    z-index: 99;
    display: block;
    font-size: 2.5vw;
    line-height: 1.2;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 10rem;
    /*  */
    position: absolute;
    width: 28vw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    /*  */
    padding: 56px 0 38px;
}

.proItem:nth-child(odd) .proTxt {
    left: 50%;
    margin-left: -0.8vw;
}

.proItem:nth-child(even) .proTxt {
    text-align: right;
    right: 50%;
    margin-right: -0.8vw;
}

.proItem:nth-child(odd) .proTxt::before {
    left: 0.8vw;
}

.proItem:nth-child(even) .proTxt::before {
    right: calc(0.8vw - 1px);
}

.proItem:nth-child(odd) .proTxt::after {
    left: 0.8vw;
    right: auto;
    margin-left: -4px;
}

.proTxt::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 1px;
    background-color: #D1D1D1;
    top: calc(100% + 50px);
    height: 56px;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleY(0);
    transform-origin: 0 0;
    /*  */
    top: 0;
    height: auto;
    background-color: #fff;
    transform-origin: 50% 50%;
    /*  */
    transform: scaleY(1);
    /*  */
}

.proTxt::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0.8vw;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    margin-right: -5px;
    background-color: #13478b;
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.proTxt:hover::after {
    transform: scale(1);
}

.proTxt i {
    color: #0e182d;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: 'dd7b4623_2';
    display: block;
}

.proTxt span {
    font-size: 42px;
    color: #0e182d;
    display: block;
    font-weight: 500;
}

.proTxt p {
    color: #13478b;
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: 'dd7b4623_0';
}

.proItem:hover .proImg div {
    opacity: 1;
}


/*------------------------ proList ------------------------*/

.proList {
    position: relative;
    padding: 80px 0;
}

.proLine {
    position: fixed;
    bottom: 0;
    top: 0;
    width: 1px;
    background: rgba(0, 0, 0, .03);
    z-index: 10;
    pointer-events: none;
}

.proLine1 {
    left: 10%;
}

.proLine2 {
    left: 26.2%;
}

.proLine3 {
    left: 50%;
}

.proLine4 {
    left: 73.8%;
}

.proLine5 {
    left: 90%;
}

.proList_box {
    margin: 0 -48px;
}

.proList_item {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 48px;
    box-sizing: border-box;
    margin-top: 68px;
}

.proList_img {
    box-shadow: 10px 15px 50px 0 #d5d5d5;
    width: 100%;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.proList_item p {
    font-size: 26px;
    z-index: 1;
    position: relative;
    font-family: helvetica lt std roman, sans-serif;
    letter-spacing: .5px;
    padding: 28px 0 12px 12px;
    color: #231f1e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proList_item span {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    letter-spacing: .6px;
    padding-bottom: 0;
    color: #787878;
    text-shadow: none;
    min-height: 92px;
    display: block;
    padding-left: 12px;
}


/*------------------------ proDet ------------------------*/

.proDet {
    position: relative;
    background: #fafafa;
}

.proDet .biaoti {
    margin-top: 68px;
}

.proDet_box {
    padding: 58px 0 128px;
}

.proDet_img {
    float: left;
    width: 64%;
}

.proDet_txt {
    float: right;
    width: 34%;
}

.proDet_div {
    box-sizing: border-box;
    padding: 50px 10%;
    background: #fff;
}

.proDet_txt p {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 12px;
    z-index: 1;
    position: relative;
    letter-spacing: .5px;
    color: #13478b;
}

.proDet_txt i {
    display: block;
    width: 68px;
    height: 2px;
    background: #13478b;
    margin-bottom: 28px;
}

.proDet_txt span {
    font-size: 15px;
    line-height: 2.1;
    position: relative;
    z-index: 1;
    color: #787878;
    height: 278px;
    display: block;
}

.proDet_btn {
    position: relative;
    margin-top: 18px;
}

.proDet_btn a {
    display: block;
    width: 49%;
    float: left;
    background: #13478b;
    text-align: center;
    padding: 14px 0 18px;
}

.proDet_btn a:first-child {
    margin-right: 2%;
    background: #231f1e;
}

.proDet_btn img {
    max-width: 82px;
    transition: all 0.48s;
    position: relative;
    left: 0;
}

.proDet_btn a:first-child:hover img {
    left: -10px;
}

.proDet_btn a:last-child:hover img {
    left: 10px;
}


/*  */

.detImg {
    width: 100%;
    height: 524px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detDemo .slick-list {
    cursor: e-resize;
}

.detDemo .slick-arrow {
    display: none !important;
    width: 40px;
    height: 68px;
    display: block;
    background-color: #13478b;
    background-position: center;
    background-repeat: no-repeat;
    top: 42%;
}

.detDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.detDemo .slick-prev {
    left: 6px;
    background-image: url("http://www.zjyrkj.com/templates/default/images/arrow-left-light.png");
    background-size: 38%;
}

.detDemo .slick-next {
    right: 6px;
    background-image: url("http://www.zjyrkj.com/templates/default/images/arrow-right-light.png");
    background-size: 38%;
}

.detDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left;
    min-height: 1px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 99;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.detDemo .slick-dots {
    text-align: center;
    position: absolute;
    right: 24px;
    bottom: 18px;
    z-index: 9990;
}

.detDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.detDemo .slick-dots li.slick-active {
    background: #13478b;
}


/*------------------------ case ------------------------*/

.case {
    position: relative;
    padding: 108px 0 80px;
}

.case .inner {
    position: relative;
}

.caseBox {
    position: relative;
    margin: 48px -24px 0;
}

.caseA {
    display: block;
    float: left;
    width: calc(33.33% - 48px);
    padding: 24px;
    overflow: hidden;
    position: relative;
}

.caseImg {
    overflow: hidden;
    box-shadow: 0 27px 22px 0 rgba(0, 0, 7, 0.23);
}

.caseImg_div {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.caseImg img {
    display: none;
    width: 100%;
    transition: all 0.48s;
}

.caseTxt {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    transition: all .5s;
}

.caseTit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    transition: all .5s;
}

.caseTit span {
    display: inline-block;
    width: 70%;
    color: #333;
}

.caseTit em {
    display: inline-block;
    width: 18px;
    height: 24px;
    float: right;
    transition: all .6s;
    background: url(../image/yan.png) no-repeat top center;
    background-size: 100% auto;
}

.caseTxt p {
    position: relative;
    z-index: 1;
}

.caseTxt p::before {
    content: "";
    display: block;
    transition: all 1s;
    width: 20px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666666;
}

.caseTxt p span {
    position: relative;
    z-index: 3;
    padding-right: 20px;
    transition: all .5s;
    color: #333;
}

.caseA:hover span {
    color: #FFf;
}

.caseA:hover .caseImg img {
    transform: scale(1.1, 1.1);
}

.caseA:hover .caseTxt {
    background: #13478b;
    color: #fff;
}

.caseA:hover .caseTit em {
    background-position-y: -24px;
}

.caseA:hover .caseTxt p span {
    display: inline-block;
    color: #fff;
    background: #13478b;
}

.caseA:hover .caseTxt p::before {
    width: 100%;
    background: #fff;
}


/*------------------------ news ------------------------*/

.news {
    position: relative;
}

.news .inner {
    max-width: 1280px;
    position: relative;
    padding: 55px 0 60px;
}

.newsTop {
    position: relative;
}

.newsTop_tit {
    padding: 128px 0 80px;
}

.newsTop_tit .inner {
    padding: 0 !important;
}

.newsTop_box {
    position: relative;
    background: #f9f9f9;
}

.newsTop_l {
    display: inline-block;
    width: calc(100% - 618px);
    padding-right: 124px;
    box-sizing: border-box;
}

.newsTop_l span {
    color: #13478b;
    font-size: 24px;
}

.newsTop_l h3 {
    color: #333333;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    margin: 18px 0 40px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsTop_l p {
    color: #666666;
    line-height: 1.8;
    font-size: 16px;
    /* font-weight: lighter; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsTop_r {
    display: block;
    position: absolute;
    top: -208px;
    right: 0;
    width: 618px;
    height: calc(100% + 148px);
    overflow: hidden;
}

.newsTop_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.48s;
}

.newsTop_r img {
    width: 100%;
    display: none;
}

.newsTop_r:hover .newsTop_img {
    transform: scale(1.1)
}


/*  */

.newsA {
    display: block;
    position: relative;
    padding: 48px 0;
    border-bottom: 1px solid #eee;
}

.newsTime {
    position: relative;
    display: inline-block;
}

.newsTime::before {
    position: absolute;
    width: 68px;
    height: 2px;
    content: "";
    top: 13px;
    background: #dedede;
    right: -80px;
}

.newsTime span {
    color: #666666;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
}

.newsTime img {
    display: block;
    width: 38px;
    margin-top: 42px;
    position: relative;
    left: 0;
    transition: all 0.28s;
}

.newsTxt {
    float: right;
    vertical-align: top;
    width: calc(100% - 248px);
}

.newsTxt h4 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.75;
    max-height: 32px;
}

.newsTxt p {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 34px;
    height: 50px;
    overflow: hidden;
}

.newsA:hover .newsTime img {
    left: 12px;
}

.newsA:hover .newsTxt h4 {
    color: #13478b;
}


/*------------------------ newsDet ------------------------*/

.newsDet .inner {
    max-width: 1200px;
}

.newsDet_nav {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #777;
    font-size: 14px;
    line-height: 1;
    border-bottom: #eee solid 1px;
}

.newsDet_nav a {
    color: #777;
}

.newsDet_nav span {
    color: #777;
}

.newsDet_nav_btn {
    color: #777;
    display: inline-block;
    background-image: url(../image/nav_icon6.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 24px;
}

.newsDet_nav a:last-child {
    color: #13478b;
}

.newsDet_box {
    /* width: 90%; */
    margin: 0 auto 40px;
    padding: 65px 21px 60px;
     text-align: center; 
}

.newsDet_box h2 {
    color: #0e182d;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    padding: 10px;
}

.newsDet_box>p {
    line-height: 28px;
    color: #666;
    font-size: 13px;
}

.newsDet_box>p span {
    font-size: 13px;
    margin-left: 21px;
}

.newsDet_p {
    margin-top: 4%;
    text-align: left;
}

.newsDet_p p {
    color: #666666;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
}

.newsDet_p div {
    display: inline-block;
    max-width: 42%;
    margin: 2%;
}

.newsDet_p div p {
    text-align: center;
}

.newsDet img {
    max-width: 100%;
    margin: 20px auto 14px;
}

.newsDet_btn {
    border-top: 1px solid #eee;
    padding: 14px 0;
}

.newsDet_arrow {
    display: inline-block;
    padding: 20px 0;
}

.newsDet_arrow a {
    line-height: 2;
    font-size: 15px;
    color: #0e182d;
    margin-bottom: 7px;
    display: block;
}

.newsDet_back {
    float: right;
}


/*------------------------ join ------------------------*/

.jJob {
    position: relative;
    background: #f8f8f8;
    padding: 108px 0 48px;
    /* overflow: hidden; */
}

.jJob_box {
    margin-top: 58px;
    margin-left: -25px;
    margin-right: -25px;
}

.jJob_item {
    position: relative;
    width: calc(33.33% - 50px);
    margin: 0 25px 42px;
    float: left;
    box-shadow: 0 0 14px rgba(44, 132, 235, 0.1);
    background: #fff;
    padding: 42px 34px 24px;
    box-sizing: border-box;
}

.jJob_tit {
    position: relative;
}

.jJob_tit span {
    line-height: 30px;
    font-size: 22px;
    position: relative;
    color: #040404;
    z-index: 2;
}

.jJob_tit .indMore_img {
    cursor: pointer;
    float: right;
    position: relative;
    top: 0;
    transition: all 0.48s;
}

.jJob_tit .indMore_img:hover {
    top: 6px;
}

.jJob_ul {
    transition: all 0.48s;
}

.jJob_dl {
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
    position: relative;
}

.jJob_dl dd {
    float: left;
    width: 30%;
    line-height: 20px;
    font-size: 13px;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jJob_dl dd:nth-child(2) {
    width: 40%;
}

.jJob_dl dd img {
    margin-right: 5px;
    vertical-align: initial;
}

.jJob_txt {
    margin-top: 30px;
    height: 186px;
}

.jJob_item.show {
    box-shadow: 0 0 10px 1px #eee;
}

.jJob_item.show .jJob_ul {
    height: 0;
    overflow: hidden;
}

.jJob_item.show .jJob_txt {
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
}

/* .jJob_txt span {
    color: #0e182d;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 14px;
    margin-bottom: 8px;
} */

.jJob_txt p {
    line-height: 24px;
    font-size: 13px;
    color: #888888;
    letter-spacing: 0.5px;
}

.jJob_btm em {
    color: #888888;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    font-style: inherit;
    border-top: 2px solid #13478b;
    padding-top: 10px;
    /* text-align: center; */
}

.jJob_btm em a {
    color: #13478b;
    font-size: 17px;
    text-decoration: underline;
}


/*------------------------ contact ------------------------*/

.iw_poi_title {
    color: #13478b;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    line-height: 1.6
}

.conTop {
    background: #fafafa;
}

.conTop>div {
    float: left;
    width: 50%;
}

#allmap {
    height: 658px;
    width: 100%;
    margin: 0 auto;
}

.conMap {
    position: relative;
    z-index: 11;
    padding-top: 1px;
}


/*  */

.conMess>div {
    float: left;
    width: 50%;
    text-align: center;
    padding: 32px 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}

.conMess i {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    position: relative;
}

.conMess span {
    display: block;
    font-size: 12px;
    color: #303030;
}

.conMess .conEn {
    text-transform: uppercase;
    margin: 5px 0;
}

.conMess p {
    font-size: 14px;
    margin-top: 3vh;
    color: #303030;
    font-family: 'dd7b4623_0';
}


/*  */

.conInline {
    padding: 108px 10%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

.conTit {
    text-align: center;
}

.conTit p {
    color: #484848;
    font-size: 13px;
    text-align: center;
    margin: 20px 0 40px;
    letter-spacing: 1px;
}

.conInline .conTextarea {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.conInline .conInp {
    width: 33.333333333333336%;
    float: left;
    padding-left: 20px;
    margin-bottom: 34px;
    box-sizing: border-box;
}

.conInline .conInp:nth-child(3n-2) {
    padding-left: 0;
}

.conInline form {
    border-top: 1px solid #DCDCDC;
    padding-top: 40px;
}

.conInline form span {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1;
    color: #0e182d;
    display: block;
}

.conInline form em {
    font-style: inherit;
    color: red;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
    line-height: 0.1;
    margin-left: 2px;
}

.conInline form textarea,
.conInline form input {
    outline: none;
    font-family: "microsoft yahei";
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    background: none;
    background: #f8f8f8;
    padding: 6px 12px;
    transition: ease .45s;
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
}

.conInline form textarea {
    height: 168px;
    line-height: 2;
}

.conBtn a {
    display: block;
    margin: auto;
    width: 148px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #1B1B1B;
    letter-spacing: 5px;
    font-size: 14px;
}
.proDet_box .con {background-color:#fff;width:100%;float:left;margin-top:20px;}
.proDet_box .con .cona{width:100%;text-align:left;padding:20px 0;}
.proDet_box .con .cona h1{font-size:16px;color:#13478b;text-indent:2em;}
.proDet_box .con .cona i{display:block;width:68px;height:2px;background-color:#13478b;margin-top:8px;margin-left:2%}
