@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
    margin: 0;
    padding: 0;
    border: none;
    color: #666;
    list-style: none;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
    line-height: 25px;
}
/* .my-content{
    width: 1440px;
    margin: auto;
} */

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

/* 链接样式 */
a {
    outline: none;
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

* {
    word-break: break-all;
}

/* 常用元素 */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: 1;
}

/* 层浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}

/* 文字对齐 */
.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.visible-xs {
    display: none !important;
}

.page {
    overflow-x: hidden;
}

@font-face {
    font-family: 'dinCond-Medium';
    src: url('/template/default/index/static/fonts/dincond-medium-webfont.eot');
    src: url('/template/default/index/static/fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/template/default/index/static/fonts/dincond-medium-webfont.woff') format('woff'), url('/template/default/index/static/fonts/dincond-medium-webfont.ttf') format('truetype'), url('/template/default/index/static/fonts/dincond-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media(max-width:767px) {
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

}

.m_container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width:576px) {
    .m_container {
        max-width: 100%;
    }

}

@media (min-width:768px) {
    .m_container {
        max-width: 100%;
    }

}

@media (min-width:992px) {
    .m_container {
        max-width: 960px;
    }

}

@media (min-width:1100px) {
    .m_container {
        max-width: 1000px;
    }

}

@media (min-width:1200px) {
    .m_container {
        max-width: 1100px;
    }

}

@media (min-width:1280px) {
    .m_container {
        width: 100%;
        max-width: 100%;
        padding-right: 12.8%;
        padding-left:12.8%;
    }

}

/*header*/
.index_leftnav {
    width: 100px;
    position: absolute;
    left: 0;
    height: 100%;
    /* border-right: 1px solid #CCCCCC; */
    z-index: 8
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.float-box {
    width: 100%;
    height: 100%;
    /* padding: 0 240px; */
    display: flex;
    justify-content: space-evenly;
}

.index_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #CCCCCC;
    z-index: 9;
}

.index_header.index-wrapper {
    display: block;
   
    /* background-color: rgba(51, 51, 51, 0.8); */
    /* border-bottom: none; */
}
.index_header.index-wrappers {
    display: none;
    /* background-color: rgba(51, 51, 51, 0.8); */
    /* border-bottom: none; */
}

.index_header.index-wrapper .menu {
    display: none;
}

.index_header .bot {
    /* float: left;
    width: 100px;
    height: 100%;
    position: relative; */
}

.index_header .bot .menu {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.index_header .logo {
    float: left;
}
.index_header .header_right {
    width: 168px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_header .logo {
    float: left;
    height: 100%;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.index_header .logo img {
    max-height: 50px;
}

.header_right {
    float: right;
    height: 100%
}

.head_sear {
    float: right;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #CCCCCC; */
}

header.f-cb {
    display: none;
    background-color: #fff;
}

.header-left {
    width: 15%;
    position: fixed;
    left: -25%;
    top: 0;
    height: 100%;
    z-index: 18;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.header-left.on {
    opacity: 1;
    left: 0%
}

.header-left img {
    max-width: inherit;
    display: block;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s;
    -webkit-transition: all 2s;
    transition-delay: 0.5s;
}

.header-left.on img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.header {
    width: 0%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2)
}

.header.on {
    opacity: 1;
    width: 85%;
}

.header .navv {
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: 5;
}

.navv {
    width: 25px;
    height: 20px;
    margin: 0 auto 0;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}

.navv p {
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.navv p:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.float-box .navv p:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navv p:nth-child(2) {
    top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(2) {
    opacity: 0;
}

.float-box .navv p:nth-child(2) {
    opacity: 1;
}

.navv p:nth-child(3) {
    top: 19px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(3) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.header.on .navv p {
    background-color: #333;
}

.float-box .navv p:nth-child(3) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.header .nav1 {
    width: auto;
    margin: 12% 0 10% 5%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav1.on {
    margin: 10% 0 10% 8%;
    opacity: 1
}

.header .nav1 a {
    display: inline-block;
    margin-right: 44px;
    padding-left: 67px;
    line-height: 22px;
    font-size: 14px;
    color: #282828;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:before {
    display: block;
    width: 52px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
    background-color: #282828;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:hover {
    padding-left: 60px;
    margin-right: 51px;
}

.header .nav1 a:hover:before {
    width: 45px;
}

.header .nav2 {
    width: auto;
    padding-left: 5%;
    position: relative;
    margin: 0% 0 10% 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 2%
}

.header .nav2.on {
    opacity: 1;
    top: 0
}

.header .nav2 i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    top: 50px;
}

.header .nav2 li {
    min-width: 12%;
    float: left;
    padding-right: 30px;
}

.header .nav2 li .h2 {
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 40px;
    padding-left: 0
}

.header .nav2 li .h2 span {
    font-size: 18px;
}

.header .nav2 li a {
    display: block;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    padding-left: 10px;
}

.header .nav2 li a em {
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #666666;
    margin-right: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav2 li a:hover em {
    width: 12px;
}

.langue {
    float: right;
    height: 25px;
    position: relative;
    margin-top: 40px;
    margin-right: 30px;
}

.langue a.lanjt {
    height: 100%;
    display: block;
    position: relative;
    padding-right: 25px;
    background-image: url("/template/default/index/static/images/langbg.svg");
    background-size: 25px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 18px;
    color: #FFFFFF;
}

.langue a.lanjt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background-image: url("/template/default/index/static/images/langjt.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
}

.eng {
    display: none;
    background: #fff;
    box-shadow: 0 1px 11px rgb(0 0 0 / 30%);
    width: 135px;
    padding: 4px 10px;
    position: absolute;
    top: 55px;
    margin-top: 15px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 96;
}

.eng:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-bottom-color: #fff;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.eng a {
    line-height: 36px;
    font-size: 18px;
    display: block;
    width: 100%;
}

.eng a:hover {
    color: #00479D;
}

/*search*/
.head_sear a {
    float: right;
    display: block;
    background-image: url(/template/default/index/static/images/searchw.svg);
    background-size: 20px 21px;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    cursor: pointer;
}

.head_sear .btn #subSearch {
    display: none;
    line-height: 1;
    background: none;
    color: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.head_sear .btn #subSearch svg {
    vertical-align: top;
}

.head_sear .btn #subSearch {
    color: #999999;
}

.header.active .daoh .ss .btn #subSearch svg path, .header.page_nav .daoh .ss .btn #subSearch svg path {
    fill: #333;
}

.header .daoh .ss .btn {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

.index_header .srk, .f-cb .srk2 {
    display: none;
    position: fixed;
    text-align: center;
    overflow: hidden;
    background: #F4F4F4;
    width: 100%;
    top: 100px;
    right: 0;
    height: 0;
    z-index: 1;
}

.index_header .srk .serleft, .f-cb .srk .serleft {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    border: none;
    height: 60px;
    line-height: 60px;
    background: none;
    outline: 0;
    border-radius: 3px;
    padding: 5px 10px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.serleft::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

/* 使用webkit内核的浏览器 */
.serleft::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

/* Firefox版本4-18 */
.serleft::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

/* Firefox版本19+ */
.serleft::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

.index_header .srk .searbut, .f-cb .srk .searbut {
    border: none;
    background-image: url("/template/default/index/static/images/searchw.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #207DB9;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-top: 12px;
    border-radius: 50%;
    outline: 0;
}

.head_eject {
    float: right;
    padding-right: 26px;
    height: 100px
}

.head_eject .span_img {
    display: flex;
    align-items: center;
    height: 100%;
}

.head_eject .cicle {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #666666;
    cursor: pointer;
}

@media screen and (min-width:970px) and (max-width:1250px) {
    .header .nav1.on {
        margin: 10% 0 10% 5%;
    }

    .header .nav2 {
        padding-left: 5%;
        margin-bottom: 4%
    }
 

}

@media screen and (min-width:1300px) and (max-width:1390px) {
    .header .nav2 li .h2 {
        font-size: 22px;
    }

}

@media screen and (min-width:1100px) and (max-width:1299px) {
    .header .nav2 li .h2 {
        font-size: 20px;
    }

}

@media screen and (min-width:768px) and (max-width:1099px) {
    .header .nav2 li .h2 {
        font-size: 20px;
    }

}

/*mobile nav*/
@media screen and (max-width:991px) {
    .header, .navv, .header-warp, .header-left, .float-box, .vnews-pc, .pc-banner {
        display: none;
    }

    .f-cb .srk2 {
        top: 80px;
    }

    .index_leftnav {
        width: 80px;
    }

    .index_header {
        height: 80px;
    }

    header.f-cb {
        height: 80px;
        padding: 0 15px;
        width: 100%;
        position: fixed;
        z-index: 10;
        display: block;
        top: 0;
        left: 0;
    }

    header.f-cb .logo {
        width: 140px;
        height: 80px;
        margin-left: 50px;
        display: flex;
        align-items: center;
    }

    header.f-cb .logo a {
        display: inline-block;
    }

    header.f-cb .logo a img {
        display: block;
        width: 100%;
    }

    header.f-cb .right {
        height: 100%;
        float: right;
        position: relative;
        display: flex;
        align-items: center;
    }

    header.f-cb .right .serch {
        height: 0.44rem;
        position: relative;
        width: 0.5rem;
        background: url(/template/default/index/static/images/serch.png) left center/0.3rem auto no-repeat;
    }

    header.f-cb .right .serch i {
        display: block;
        width: 1px;
        height: 0.18rem;
        position: absolute;
        right: 0;
        top: 0.13rem;
        background-color: #cccccc
    }

    header.f-cb .right .en {
        font-size: 16px;
        color: #fff;
        margin-right: 5px;
        padding-right: 10px;
        text-align: center;
        position: relative;
        line-height: 1.2;
    }

    header.f-cb .right .en a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #fff;
    }

    header.f-cb .right .en i {
        display: block;
        width: 1px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 4px;
        background-color: #fff
    }

    header.f-cb  .nav {
        width: 30px;
        height: 27px;
        margin-top: 28px;
        position: relative;
    }

    header.f-cb  .nav p {
        width: 30px;
        height: 2px;
        background-color: #303030;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    header.f-cb  .nav p:nth-child(1) {
        top: 2px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    header.f-cb  .nav p:nth-child(1).cur {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    header.f-cb  .nav p:nth-child(2) {
        top: 12px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    header.f-cb  .nav p:nth-child(2).cur {
        opacity: 0;
    }

    header.f-cb  .nav p:nth-child(3) {
        top: 22px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    header.f-cb  .nav p:nth-child(3).cur {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: 23px;
    }

    .tipbg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none;
    }

    header.f-cb nav {
        width: 100%;
        display: none;
        position: absolute;
        z-index: 10;
        top: 80px;
        left: 0;
        background-color: #fff;
        height: calc(100vh - 80px);
        overflow-y: auto;
        padding: 20px 20px 0;
    }

    header.f-cb  nav ul {
        display: block;
        width: 100%;
        height: auto;
    }

    header.f-cb  nav ul li {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    header.f-cb nav ul li.on .tit {
        color: #207DB9;
    }

    header.f-cb  nav ul li.on .tit i {
        background: url(/template/default/index/static/images/nav-jian.png) center/18px 18px no-repeat;
    }

    header.f-cb  nav ul li .tit {
        display: block;
        line-height: 35px;
        height: 35px;
        position: relative;
        color: #333;
        font-size: 18px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    header.f-cb  nav ul li .tit a {
        color: #333;
        font-size: 18px;
    }

    header.f-cb  nav ul li .tit i {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        width: 26px;
        height: 35px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        background: url(/template/default/index/static/images/nav-jia.png) center/14px 14px no-repeat;
    }

    header.f-cb  nav ul li .child {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 15px 0;
        display: none;
    }

    header.f-cb  nav ul li .child a {
        display: block;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #555;
        position: relative;
    }

    header.f-cb  nav ul li .child a:before {
        display: block;
        content: '';
        height: 2px;
        width: 2px;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -1px;
    }

    header.f-cb  nav ul li.cur .tit a {
        color: #207DB9;
    }

    .head_sear {
        width: 40px;
        border-left: none;
    }

}

/*index*/
.index_banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.smouse {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 24px;
    text-align: center;
    bottom: 60px;
    z-index: 8;
}

.smouse i {
    width: 24px;
    height: 66px;
    opacity: 1;
    background-image: url(/template/default/index/static/images/updown.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-animation: mouse 2.4s infinite;
    -moz-animation: mouse 2.4s infinite;
    animation: mouse 2.4s infinite
}

@-webkit-keyframes mouse {
}

0% {
    -webkit-transform: none;
    transform: none;
}

100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

}

@-moz-keyframes mouse {
0% {
    -moz-transform: none;
    transform: none;
}

100% {
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

}

@keyframes mouse {
0% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

}

.index_banner .swiper-pagination-bullet {
background: #fff;
opacity: 0.5
}

.index_banner .swiper-pagination-bullet-active {
/* background: #207DB9; */
opacity: 1;
width: 16px;
border-radius: 30px;
background: #E6081F;
text-align: center;
transition: all .3s;
}

.index_banner .pc_ban, .index_banner .mo_ban {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: translateZ(0) scale(1.3);
transition: all 2.5s ease-in-out;
}

.index_banner .swiper-slide-active .pc_ban {
transform: none;
}

.index_banner .swiper1, .index_banner .swiper1 .swiper-slide, .index_banner .swipermobie, .index_banner .swipermobie .swiper-slide {
width: 100%;
height: 100%;
}

/*.index_banner .swiper1 .swiper-slide:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 8;
}*/

.index_banner .ban_text {
position: absolute;
z-index: 9;
width: 100%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.index_banner .ban_text div {
width: 100%;
max-width: 80%;
margin: 0 auto;
text-align: center;
filter: alpha(opacity=0);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

.index_banner .ban_text h2 {
font-size: 50px;
font-weight: bold;
line-height: 1.2;
color: #FFFFFF;
}

.index_banner .ban_text p {
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 1.4;
color: #FFFFFF;
opacity: 0.8;
padding: 40px 0 45px 0
}

.index_more {
width: 210px;
height: 50px;
line-height: 50px;
display: inline-block;
border: 1px solid #303030;
border-radius: 30px;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
overflow: hidden;
position: relative;
}

.index_more:after {
position: absolute;
content: '';
width: 0;
height: 120%;
top: -5px;
right: 0;
z-index: -1;
background: #207DB9;
border-radius: 30px;
transition: all 0.3s ease;
}

.index_more:hover {
color: #fff;
border: 1px solid #207DB9;
}

.index_more:hover:after {
left: -5px;
width: 110%;
}

.index_banner  .swiper-slide.swiper-slide-active .ban_text div {
-webkit-animation: sectitle0 1s ease-in-out 200ms forwards;
animation: sectitle0 1s ease-in-out 200ms forwards;
filter: alpha(opacity=100);
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1
}

@media screen and (max-width:767px) {
.index_leftnav {
    width: 60px;
}

header.f-cb .logo {
    margin-left: 20px;
}

.index_banner .ban_text div {
    padding: 0 30px;
    max-width: inherit;
    padding-right: 30px;
}

.index_banner .ban_text h2 {
    font-size: 36px;
}

.index_banner .ban_text p {
    font-size: 14px;
}

.index_more {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.smouse {
    bottom: 40px;
}

.smouse i {
    background-size: 20px 50px;
    width: 20px;
    height: 50px;
}
.index_about .about_bottom .bg {
 
    border-radius: 16px;
    }
    
    .index_about .about_bottom .bg:before {
        border-radius: 16px;
   
    }

}

@media screen and (max-width:360px) {
.index_banner .ban_text h2 {
    font-size: 32px;
}

}

/*left link*/
.left_bar dl {
float: left;
width: 100%;
position: absolute;
bottom: 8rem;
left: 0;
z-index: 2;
}

.left_bar dl dd {
text-align: center;
margin-bottom: 1.25rem
}

.left_bar dl dd a {
display: inline-block;
width: 38px;
height: 38px;
border: #fff 1px solid;
line-height: 36px;
text-align: center;
fill: #fff;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
position: relative
}

.left_bar dl dd a .icon {
width: 16px;
height: 36px;
position: relative;
margin-left: 10px;
text-align: center;
z-index: 1
}

.left_bar dl dd a .icon img {
vertical-align: middle;
}

.left_bar dl dd a .con {
position: absolute;
left: -2px;
top: -2px;
bottom: -2px;
width: 0;
background: #207DB9;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
font-size: 12px;
color: #fff;
z-index: 0;
line-height: 40px;
-moz-transition: all 0.36s ease-in-out;
-webkit-transition: all 0.36s ease-in-out;
-o-transition: all 0.36s ease-in-out;
-ms-transition: all 0.36s ease-in-out;
transition: all 0.36s ease-in-out;
overflow: hidden;
}

.left_bar dl dd a:hover .con {
width: 140px;
padding: 0 0 0 1rem;
}

.left_bar dl dd a .con span {
font-size: 16px;
color: #FFFFFF;
filter: alpha(opacity=0);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-moz-transition: all 0.36s ease-in-out;
-webkit-transition: all 0.36s ease-in-out;
-o-transition: all 0.36s ease-in-out;
-ms-transition: all 0.36s ease-in-out;
transition: all 0.36s ease-in-out;
}

.left_bar dl dd a:hover .con span {
filter: alpha(opacity=100);
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
transition-delay: 0.3s
}

.left_bar dl[aos=fade-right].aos-animate {
transition-delay: 0.6s
}

.left_bar dl[aos=fade-right] a {
-webkit-transform: translate(-100px, 0) rotate(-90deg);
-ms-transform: translate(-100px, 0) rotate(-90deg);
transform: translate(-100px, 0) rotate(-90deg);
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

.left_bar dl[aos=fade-right].aos-animate a {
-webkit-transform: translate(0, 0) rotate(0);
-ms-transform: translate(0, 0) rotate(0);
transform: translate(0, 0) rotate(0);
}

/*index one*/
.index_title {
font-size: 36px;
font-weight: bold;
line-height: 1.1;
color: #333333;
}

.index_text {
padding-top: 5px;
}

.index_text p {
font-size: 16px;
line-height: 1.8
}

.index_pro {
padding-top: 141px;
}

.pro_down {
padding-top: 46px;
position: relative;
}

.pro_down .pro-swiper {
padding-bottom: 140px;
}

.pro_down .swiper-container-horizontal>.swiper-scrollbar {
bottom: 50px;
}

.pro_down .pro-swiper .swiper-scrollbar {
height: 6px;
background: #E5EFFB;
border-radius: 3px;
}

.pro_down .pro-swiper .swiper-scrollbar-drag {
position: relative;
height: 6px;
background: #207DB9;
border-radius: 3px;
cursor: pointer;
}

.pro_down .pro-swiper .swiper-scrollbar-drag:before {
content: "";
position: absolute;
width: 48px;
height: 48px;
background-color: #207DB9;
border-radius: 50%;
top: -24px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.pro_down .pro-swiper .swiper-scrollbar-drag:after {
content: "";
position: absolute;
left: 50%;
top: -5px;
width: 48px;
height: 15px;
background-image: url(/template/default/index/static/images/probut.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.pro_border {
    height: 429.361px;
background-color: #FFFFFF;
border: 1px solid #EEEEEE;
padding: 30px 30px 30px 30px;
border-radius: 16px;
}

.pro_border a {
display: inline-block;
width: 100%;
height: 100%;
}

.pro_name {
padding-bottom: 20px;
border-bottom: 1px solid #ECECEC;
}

.pro_name .left_name {
float: left;
font-size: 24px;
font-weight: bold;
line-height: 30px;
color: #333333;
padding-right: 15px;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px);
}

.pro_name .right_img {
float: right;
max-width: 30px;
}

.pro_text {
padding-top: 35px;
position: relative;
z-index: 9;
}
.pro_text p:nth-child(1){

width: 100%;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}

.pro_text p {
font-size: 16px;
font-weight: 400;
line-height: 30px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-align: left;
}
.swiper-slide  .pro_text p:nth-child(2){
    width: 50%;
}

.pro_border .pro_pic {
position: absolute;
bottom: 25px;
right: 15px;
width: 65%;
text-align: right;
}

.pro_more {
position: absolute;
bottom: 28px;
left: 30px;
}

.pro_more span {
position: relative;
display: inline-block;
width: 42px;
height: 42px;
background: #FFFFFF;
border: 1px solid #BDBDBD;
border-radius: 50%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_more span i {
display: inline-block;
width: 100%;
height: 100%;
background-image: url(/template/default/index/static/images/pror.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 9px 14px;
}

.pro_more span:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 56px;
height: 56px;
border: 1px solid rgba(13, 87, 167, 0.3);
border-radius: 50%;
opacity: 0.3;
margin-top: -28px;
margin-left: -28px;
}

.pro_more span:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 70px;
height: 70px;
border: 1px solid rgba(13, 87, 167, 0.15);
border-radius: 50%;
margin-top: -35px;
margin-left: -35px;
}

.swiper-slide-active  .pro_more span {
border: 1px solid rgba(13, 87, 167, 0.8);
}

.swiper-slide-active  .pro_more span i {
background-image: url(/template/default/index/static/images/prorhover.svg);
}

.pro_more span:before, .pro_more span:after {
opacity: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.swiper-slide-active .pro_more span:before, .swiper-slide-active .pro_more span:after {
opacity: .2;
}

.swiper-slide-active .pro_more span:before, .swiper-slide-active  .pro_more span:after {
-webkit-animation: scale 2s linear infinite;
-moz-animation: scale 2s linear infinite;
-ms-animation: scale 2s linear infinite;
animation: scale 2s linear infinite;
}

@keyframes scale {
0% {
    opacity: .2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

100% {
    opacity: .2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

}

.pro_down .swiper-slide.swiper-slide-active {
width: 34.895%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_down .swiper-slide {
width: -webkit-calc(21.85% - 25px);
width: -moz-calc(21.85% - 25px);
width: calc(21.85% - 25px)
}

.pro_down .swiper-slide-active .pro_border {
background-image: url(/template/default/index/static/images/probg.jpg);
background-repeat: repeat-x;
background-size: 100% 80%;
}

.pro_down .swiper-slide-active .pro_border .pro_pic {
bottom: 25px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_down .swiper-slide-active .pro_border .pro_text p {
width: 50%;
-webkit-line-clamp: 2;
}

.pro_bottom {
text-align: center;
}

.pro_bottom a {
display: flex;
width: 160px;
height: 40px;
line-height: 40px;
background: #207DB9;
border-radius: 44px;
font-size: 16px;
color: #FFFFFF;
align-items: center;
justify-content: center;
margin: 0 auto;
}

.pro_bottom a span {
width: 24px;
height: 24px;
margin-left: 20px;
display: inline-block;
background-color: #FFFFFF;
background-image: url(/template/default/index/static/images/promore.svg);
background-size: 10px 10px;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}

@media screen and (max-width:1366px) {
.index_title {
    font-size: 34px;
}

.pro_border {
    height: 440px;
    padding: 35px 30px 30px 30px;
}

.pro_down .swiper-slide.swiper-slide-active {
    width: 40%;
}

.pro_down .swiper-slide {
    width: -webkit-calc(30% - 45px);
    width: -moz-calc(30% - 45px);
    width: calc(30% - 45px);
}

}

@media screen and (max-width:1279px) {
.index_title {
    font-size: 32px;
}

}

@media screen and (max-width:991px) {
.index_title {
    font-size: 30px;
}

}

@media screen and (max-width:767px) {
.index_title {
    font-size: 28px;
}

.index_pro {
    padding-top: 50px;
}

.pro_down .pro-swiper {
    padding-bottom: 115px;
}

.pro_down {
    padding-top: 40px;
}

.pro_down .swiper-slide-active .pro_border .pro_pic {
    width: 80%;
    max-height: 50%;
}

.pro_down .swiper-slide-active .pro_border .pro_text p {
    width: 100%;
    -webkit-line-clamp: 3;
}

.pro_text {
    padding-top: 25px;
}

.pro_border {
    padding: 35px 15px 30px 15px;
}

}

/*index two*/
.index_two {
padding-top: 85px;
}

.index_two .index_field {
height: 740px;
position: relative;
float: right;
width: 100%;
overflow: hidden;
}

.index_two .indextwo-container {
height: 100%;
width: 150%;
margin: 0;
overflow: visible;
position: relative;
}

.index_two .swiper-slide {
position: relative;
}

.index_two .swiper-slide:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 8;
}

.index_two .swiper-slide.swiper-slide-active:before {
display: none;
}

.index_two .index_field .line {
height: 1px;
width: 100%;
position: absolute;
bottom: 78px;
left: 0;
background-color: #FFFFFF;
z-index: 8;
}

.index_two .index_field .line .line_n {
width: 70%;
position: relative;
}

.index_two .index_field .line .pro_button {
width: 60px;
height: 60px;
border-radius: 50%;
background: #FFFFFF;
position: absolute;
bottom: -30px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
outline: 0;
}

.index_two .index_field .line .two_l {
left: 68px;
background-image: url(/template/default/index/static/images/leftf.svg);
}

.index_two .index_field .line .two_r {
right: 68px;
background-image: url(/template/default/index/static/images/rightf.svg);
}

.index_two .index_field .line .pro_button:hover {
background: #207DB9;
}

.index_two .index_field .line .two_l:hover {
background-image: url(/template/default/index/static/images/leftfhover.svg);
background-repeat: no-repeat;
background-position: center;
}

.index_two .index_field .line .two_r:hover {
background-image: url(/template/default/index/static/images/rightfhover.svg);
background-repeat: no-repeat;
background-position: center;
}

.index_two .default {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 25%;
z-index: 8;
}

.field_cont {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
.field_des {width: 100%;font-size: 16px;color: #fff;    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.field_cont:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000000;
opacity: 0.5;
}

.field_normal {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 33.8%;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
z-index: 8;
}

.field_hover {
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 80%;
padding: 85px 65px 0 65px;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}

.field_normal h3 {
font-size: 30px;
font-weight: bold;
line-height: 1.2;
color: #FFFFFF;
}

.field_normal span {
margin-top: 70px;
display: inline-block;
width: 42px;
text-align: center;
height: 42px;
line-height: 42px;
border-radius: 50%;
position: relative;
}

.field_normal span i {
position: relative;
width: 100%;
height: 100%;
display: inline-block;
}

.field_normal span i:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
border: 1px solid #FFFFFF;
left: 50%;
top: 50%;
margin-top: -21px;
margin-left: -21px;
border-radius: 50%;
-webkit-animation: scale 2s linear infinite;
-moz-animation: scale 2s linear infinite;
-ms-animation: scale 2s linear infinite;
animation: scale 2s linear infinite;
}

.field_normal span:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 56px;
height: 56px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
margin-top: -28px;
margin-left: -28px;
}

.field_normal span:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 70px;
height: 70px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
margin-top: -35px;
margin-left: -35px;
}

.field_normal span:before, .field_normal span:after {
opacity: .2;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.field_normal span:before, .field_normal span:after {
-webkit-animation: scale 2s linear infinite;
-moz-animation: scale 2s linear infinite;
-ms-animation: scale 2s linear infinite;
animation: scale 2s linear infinite;
}

.swiper-slide-active .field_cont:before {
background: linear-gradient(136deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0.5;
}

.swiper-slide-active .field_hover {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all .6s ease-in .1s;
transition: all .6s ease-in .1s;
}

.swiper-slide-active .field_normal {
opacity: 0;
}

.field_up {
padding-bottom: 35px;
border-bottom: 1px solid #FFFFFF;
}

.field_up .left {
font-size: 36px;
font-weight: bold;
line-height: 50px;
color: #FFFFFF;
}

.field_up .right a {
width: 150px;
height: 50px;
display: inline-block;
background: #FFFFFF;
opacity: 1;
border-radius: 30px;
font-size: 16px;
font-weight: 400;
line-height: 50px;
color: #333333;
overflow: hidden;
text-align: center;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.field_up .right a:after {
position: absolute;
content: '';
width: 0;
height: 100%;
top: 0;
right: 0;
z-index: -1;
background: #207DB9;
border-radius: 30px;
transition: all 0.3s ease;
}

.field_up .right a:hover:after {
left: 0;
width: 100%;
}

.field_up .right a i {
font-size: inherit;
color: inherit;
font-style: normal;
background-image: url(/template/default/index/static/images/filejt.svg);
background-size: 13px 8px;
padding-right: 20px;
background-repeat: no-repeat;
background-position: right;
}

.field_up .right a:hover {
color: white;
background: none;
}

.field_up .right a:hover i {
background-image: url(/template/default/index/static/images/filejthover.svg);
background-size: 13px 8px;
padding-right: 22px;
}

.field_hover .field_text {
padding-top: 80px;
width: 60%;
}

.field_hover .field_text .field_title {
padding-bottom: 50px;
}

.field_hover .field_text .field_title span {
height: 50px;
display: inline-block;
background: #207DB9;
padding: 0 50px;
border-radius: 25px;
line-height: 50px;
font-size: 24px;
font-weight: bold;
line-height: 50px;
color: #FFFFFF;
}

.field_hover .field_text p {
font-size: 16px;
line-height: 30px;
color: #FFFFFF;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}

@media screen and (max-width:1279px) {
.field_normal h3 {
    font-size: 28px;
}

}

@media screen and (max-width:767px) {
.index_two {
    padding-top: 50px;
}

.index_two .indextwo-container {
    overflow: hidden;
    width: 100%;
}

.index_two .index_field {
    height: 550px;
}

.field_hover {
    padding: 30px 15px;
}

.field_up .left {
    font-size: 22px;
    line-height: 40px;
}

.field_up .right a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.field_hover .field_text {
    width: 100%;
    padding-top: 40px;
}

.field_hover .field_text .field_title span {
    font-size: 20px;
}

.field_hover .field_text .field_title {
    padding-bottom: 30px;
}

.index_two .index_field .line .pro_button {
    width: 50px;
    height: 50px;
    bottom: -25px;
}

.index_two .index_field .line .two_l {
    left: 30px;
}

.index_two .index_field .line .two_r {
    right: 30px;
}

.swiper-slide-active .field_cont::before {
    background: #000;
}

.index_two .index_field .line .line_n {
    width: 100%;
}

.index_two .default {
    display: none;
}

}

/*index three*/
.index_three {
padding-top: 80px;
}

.index_pro_list {
padding-top: 70px;
}

.index_pro_list ul {
margin-left: -25px;
margin-right: -25px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.index_pro_list ul li {
padding: 20px 25px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}

.index_pro_list .pro_bg {
min-height: 180px;
width: 100%;
height: 100%;
position: relative;
background-image: url(/template/default/index/static/images/probg01.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #F9F9F9;
overflow: hidden;
border: 1px solid #EEEEEE;
border-radius: 6px;
padding: 30px 35px;
}

.pro_img {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 8;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_img:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 8;
}

.index_pro_list .pro_positon {
position: relative;
z-index: 8;
}

.index_pro_list .pro_ico {
height: 25px;
margin-bottom: 15px;
}

.index_pro_list .pro_ico img:nth-child(2) {
display: none
}

.index_pro_list .pro_sub {
font-size: 17px;
font-weight: bold;
line-height: 24px;
padding: 0 0 5px 0;
color: #333333;
}

.index_pro_list .pro_eng {
font-size: 14px;
font-family: Arial;
font-weight: 400;
line-height: 24px;
color: #999999;
word-break: break-word;
}

.index_pro_list li:hover .pro_img {
opacity: 1;
}

.index_pro_list li:hover .pro_sub, .index_pro_list li:hover .pro_eng {
color: #fff;
}

.index_pro_list li:hover .pro_ico img {
display: none;
}

.index_pro_list li:hover .pro_ico img:nth-child(2) {
display: inline-block;
overflow: visible;
}

@media screen and (max-width:1279px) {
.index_pro_list ul {
    margin-left: -15px;
    margin-right: -15px;
}

.index_pro_list ul li {
    padding: 20px 15px;
}

.index_pro_list .pro_bg {
    padding: 30px 20px 30px 20px;
}

}

@media screen and (max-width:991px) {
.index_pro_list ul {
    margin-left: -15px;
    margin-right: -15px;
}

.index_pro_list ul li {
    padding: 15px 15px;
}

.index_pro_list .pro_bg {
    padding: 30px 15px 30px 15px;
}

}

@media screen and (max-width:767px) {
.index_three {
    padding-top: 50px;
}

.index_pro_list {
    padding-top: 40px;
}

.index_pro_list ul {
    display: block;
    margin-right: -10px;
    margin-left: -10px;
}

.index_pro_list ul li {
    width: 50%;
    float: left;
    padding: 10px 10px;
}

.index_pro_list .pro_sub {
    font-size: 16px;
    font-weight: 500;
}

.index_pro_list .pro_bg {
    height: 250px;
}

.index_pro_list .pro_eng {
    line-height: 1.2;
    margin-top: 5px;
}

}

/*index about*/
/* .index_about {
    height: 100vh;
margin-top: 146px;
width: 100%;
padding: 0 100px 0 100px;
background: linear-gradient(0deg, #E7F2FF 0%, rgba(217, 217, 217, 0.00) 100%);

position: relative;
} */

.index_about .about_year {
position: absolute;
text-align: center;
top: 50%;
width: 100%;
color: #E5EFFB;
font-size: 550px;
opacity: 0.4;
}

.index_about .about_up {
position: relative;
}

.index_about .about_mid {
}

.index_about .about_bottom {
margin-top: 35px;
border-radius: 16px;
overflow: hidden;
}

.about_up .about_pan {
position: absolute;
right: 0;
top: 80px;
text-align: center;
}

.about_up .about_pan .ico {
width: 55px;
height: 55px;
display: inline-block;
background: #207DB9;
text-align: center;
line-height: 55px;
border-radius: 6px;
}

.about_up .about_pan .ico img {
-webkit-animation: rotates 6s linear infinite forwards;
animation: rotates 6s linear infinite forwards;
}

@keyframes rotates {
0% {
    transform: rotateY(0);
}

50% {
    transform: rotateY(180deg);
}

100% {
    transform: rotateY(0);
}

}

.about_up .about_pan p {
font-size: 18px;
padding-top: 5px;
font-weight: 400;
line-height: 26px;
color: #333333;
}

.about_up .about_content {
width: 80%;
max-width: 725px;
margin-top: 133px;
}

.about_up .about_content .about_title {
font-size: 36px;
font-weight: bold;
line-height: 1.2;
color: #333333;
padding-bottom: 35px;
}

.about_up .about_content p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.about_up .about_content p:nth-child(2) {
font-size: 20px;
font-weight: 400;
line-height: 26px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.about_content .about_more {
padding-top: 35px;
}

.about_content .about_more a {
display: inline-block;
width: 150px;
height: 40px;
border: 1px solid #008AC6;
border-radius: 30px;
font-size: 16px;
font-size: 16px;
line-height: 40px;
color: #008AC6;
text-align: center;
position: relative;
overflow: hidden;
}

.about_content .about_more a:after {
position: absolute;
content: '';
width: 0;
height: 100%;
top: 0;
right: 0;
z-index: -1;
background: #008AC6;
border-radius: 30px;
transition: all 0.3s ease;
}

.about_content .about_more a:hover:after {
left: 0;
width: 100%;
}

.about_content .about_more a i {
font-size: inherit;
color: inherit;
font-style: normal;
background-image: url(/template/default/index/static/images/aboutjt1.svg);
background-size: 13px 8px;
padding-right: 20px;
background-repeat: no-repeat;
background-position: right;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.about_content .about_more a:hover {
color: white;
border: 0px solid;/*background: #207DB9;
*/
}

.about_content .about_more a:hover i {
background-image: url(/template/default/index/static/images/filejthover.svg);
background-size: 13px 8px;
padding-right: 22px;
}

.about_mid {
padding-top: 45px;
}

.about_mid .row .col {
position: relative;
}

/* .about_mid .row .col:after {
content: "";
width: 1px;
right: 0px;
top: 14px;
position: absolute;
height: 54px;
background: #DDDDDD;
} */

.about_mid .row .col:last-child:after {
display: none;
}

/* .about_mid .row .col:nth-child(2), .about_mid .row .col:nth-child(3), .about_mid .row .col:nth-child(5) {
flex-grow: 1.2;
} */

.about_mid strong {
font-size: 72px;
font-family: dinCond-Medium;
font-weight: bold;
line-height: 1.1;
display: inline-block;
color: #207DB9;
}

.about_mid p {
font-size: 16px;
margin-top: 5px;
font-weight: 400;
line-height: 20px;
min-height: 40px;
color: #666666;
}

.index_about .about_bottom li {
float: left;
width: 33.33%;
height: 230px;
position: relative;
}

.index_about .about_bottom .bg {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;

}

.index_about .about_bottom .bg:before {

content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 8;
}
.index_about{
    /* position: relative; */
}
.index_about .about_bottom li a {
display: block;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
padding: 35px 38px;
}

.index_about .about_bottom .about_sub, .index_about .about_bottom .about_text {
position: relative;
z-index: 8;
}

.index_about .about_bottom .about_sub {
font-size: 24px;
font-weight: bold;
line-height: 1.2;
color: #FFFFFF;
}

.index_about .about_bottom .about_text p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #FFFFFF;
}

.index_about .about_bottom .abou_cont {
position: relative;
width: 100%;
height: 100%;
}

.index_about .about_bottom .abou_cont .about_text {
position: absolute;
left: 0;
bottom: 0;
max-width: 95%;
}

.about_bottom .arrow {
position: absolute;
right: 0;
bottom: 0;
z-index: 8;
}

.index_about .about_bottom li:hover .bg {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}

@media screen and (max-width:1580px) {
.index_about .about_year {
    font-size: 400px;
}

}

@media screen and (max-width:1365px) {
.index_about .about_year {
    font-size: 300px;
}

}

@media screen and (max-width:1280px) {
.index_about {
    padding: 45px 60px 65px 60px;
}

.index_about .about_bottom li a {
    padding: 30px 15px;
}

}

@media screen and (max-width:991px) {
.about_mid .row {
    display: block;
    overflow: hidden;
}

.about_mid .row .col {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

.about_mid .row .col:nth-child(3):after {
    display: none;
}

}

@media screen and (max-width:767px) {
.index_about {
    background: none;
    padding: 45px 0 0px 0;
}

.about_year {
    display: none;
}

.index_about .about_bottom li {
    width: 100%;
    padding-bottom: 15px;
}

.about_up .about_pan {
    top: -50px
}

.about_up .about_content {
    width: 100%;
    padding-top: 30px;
        margin-top: 0;
}

.about_up .about_content .about_title {
    font-size: 28px;
}

.index_about .about_mid {
    margin-top: 50px
}

.about_mid strong {
    font-size: 30px;
}

.about_mid p {
    font-size: 14px;
}

.index_about .about_year {
    top: 35%;
    font-size: 160px;
}

.about_mid .row .col::after {
    right: 0px;
}

.about_mid .row .col:nth-child(3):after {
    display: inline-block;
}

.about_mid .row .col:nth-child(2n):after {
    display: none;
}

}

/*index new*/
.index_new {
padding: 80px 0;
}

.new_list {
padding-top: 60px;
}

.new_list ul {
margin-right: -26px;
margin-left: -26px;
}

.new_list ul li {
float: left;
width: 25%;
padding: 0 26px;
}

.new_list a {
display: block;
overflow: hidden;
position: relative;
}

.new_list .new_img {
overflow: hidden;
position: relative;
}

.new_list .new_img img:nth-child(2) {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 7;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.new_list .new_img:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(317deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
opacity: 0.8;
z-index: 8
}

.new_list  .new_date {
top: 20px;
left: 20px;
position: absolute;
z-index: 9;
}

.new_list  .new_date strong {
font-size: 36px;
font-family: Arial;
font-weight: 400;
line-height: 1;
display: block;
color: #FFFFFF;
}

.new_list  .new_date span {
font-size: 12px;
font-family: Arial;
font-weight: 400;
line-height: 1.2;
color: #FFFFFF;
}

.new_list .new_content {
padding-top: 25px;
}

.new_list .new_content h3 {
font-size: 18px;
font-weight: bold;
line-height: 1.1;
color: #333333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.new_list .new_content p {
margin-top: 18px;
font-size: 16px;
font-weight: 400;
line-height: 26px;
height: 52px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.new_list .new_content .more {
padding-top: 18px;
}

.new_list .new_content .more span {
font-size: 12px;
font-weight: 400;
color: #207DB9;
background-image: url(/template/default/index/static/images/newmore.svg);
background-size: 13px 8px;
padding-right: 20px;
background-repeat: no-repeat;
background-position: right;
}

.new_list li a:hover .new_content h3 {
color: #207DB9;
}

.new_list li a:hover .new_img img:nth-child(2) {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}

@media screen and (max-width:1279px) {
.new_list ul {
    margin-right: -15px;
    margin-left: -15px;
}

.new_list ul li {
    padding: 0 15px;
}

/*.new_list .new_img {
    height: 200px;
}*/
}

@media screen and (max-width:767px) {
.index_new {
    padding: 50px 0;
    padding-bottom: 25px;
    padding-top: 40px;
}

.new_list {
    padding-top: 40px;
}

.new_list .new_img {
    height: auto;
    background: none !important;
}

.new_list ul li {
    width: 50%;
    padding-bottom: 15px;
}

}

@media screen and (max-width:540px) {
.new_list ul li {
    width: 100%;
}

.new_list ul {
    margin-right: -5px;
    margin-left: -5px;
}

.new_list ul li {
    padding: 0 5px;
    padding-bottom: 25px;
}

.new_list .new_img .new_date {
    top: 15px;
    left: 15px;
}

.new_list .new_img .new_date strong {
    font-size: 26px;
}

.new_list .new_content {
    padding-top: 15px;
}

.new_list .new_content p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
}

.new_list .new_content .more {
    padding-top: 10px;
}

}

/*footer*/
footer {
background: #080D13;
}

.foot_line {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
padding-bottom: 20px;
padding-top: 30px;
}

.foot_line .foot_logo {
max-width: 170px;
float: left;
}

.back-top {
float: right;
text-align: center
}

.back-top span {
display: block;
}

.back-top a {
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
}

.foot_down {
border-top: 1px solid #707070;
padding: 20px 0;
color: rgb(255, 255, 255, 0.5);
}

.foot_down a {
color: rgb(255, 255, 255, 0.5);
}

.foot_down a:hover {
color: rgb(255, 255, 255, 0.8);
}

.foot_nav {
padding-bottom: 50px;
padding-top: 65px;  /*  display: flex;
                        justify-content: space-between;*/
}

.foot_nav ul.footnav {
float: left;
margin-left: -10px;
margin-right: -10px;
width: -webkit-calc(85% - 300px);
width: -moz-calc(85% - 300px);
width: calc(85% - 300px);
max-width: 1500px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}

.foot_nav ul.footnav li {
padding: 0 10px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
}

.foot_nav ul.footnav li h2 {
margin-bottom: 18px;
}

.foot_nav ul.footnav li h2 a {
font-size: 16px;
color: #fff;
margin-top: 0;
margin-bottom: 8px;
}

.foot_nav ul.footnav li a {
display: block;
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
line-height: 21px;
margin: 7px 0;
}

.foot_nav ul.footnav li a:hover {
color: rgba(255, 255, 255, 1);
}

.foot_nav .foot_mobile {
float: left;
max-width: 15%;
padding: 0 15px;
text-align: center;
}

.foot_nav .foot_mobile img {
max-width: 144px;
width: 100%;
}

.foot_nav .foot_mobile p {
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
padding-top: 15px;
}

.foot_nav .foot_phone {
float: right;
padding-top: 20px;
}

.foot_nav .foot_phone p {
font-size: 16px;
font-weight: 400;
line-height: 1.2;
color: #FFFFFF;
}

.foot_nav .foot_phone .phone_m {
margin-top: 30px;
height: 50px;
min-width: 300px;
background: #207DB9;
border-radius: 25px;
padding: 3px 5px;
}

.foot_nav .foot_phone .phone_m span.left {
width: 44px;
height: 44px;
background: #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 50%;
text-align: center;
line-height: 44px;
}

.foot_nav .foot_phone .phone_m span.left img {
-webkit-animation: rotates 6s linear infinite forwards;
animation: rotates 6s linear infinite forwards;
}

.foot_nav .foot_phone .phone_m span:nth-child(2) {
font-size: 26px;
font-family: Arial;
font-weight: 400;
line-height: 44px;
padding-left: 18px;
color: #FFFFFF;
}

.foot_nav .foot_phone .phone_m span a {
color: inherit;
font-size: inherit;
line-height: inherit;
}

/*right nav*/
.homemess {
position: fixed;
right: 10px;
bottom: 5%;
z-index: 20;
}

.homemess ul li {
line-height: 52px;
width: 52px;
height: 52px;
background: #000000;
border-radius: 50%;
text-align: center;
margin-bottom: 8px;
position: relative;
cursor: pointer;
}

.homemess ul li span {
display: inline-block;
width: 100%;
height: 100%;
background-size: 50%;
background-position: center;
background-repeat: no-repeat;
}

.homemess ul li.back-top {
display: none;
}

.homemess ul li span.homtel {
background-image: url("/template/default/index/static/images/phone.svg");
background-size: 22px 22px;
}

.homemess ul li span.homtop {
background-image: url("/template/default/index/static/images/top.svg");
background-size: 24px 24px;
}

.homemess ul li span.homqq {
background-image: url("/template/default/index/static/images/mess.svg");
background-size: 24px 24px;
}

#contact-btn {
width: 100%;
height: 100%;
border: 0;
display: inline-block;
margin: 0;
padding: 0;
background: none;
background-image: url("/template/default/index/static/images/bbs_icon.png");
background-position: center;
background-repeat: no-repeat;
background-size: 25px 24px;
}

.navr-tel {
width: 168px;
padding: 15px 5px;
position: absolute;
background: #207DB9;
opacity: 0;
visibility: hidden;
top: 0;
color: #fff;
font-size: 18px;
right: 65px;
line-height: 1.4;
transition: all .4s ease;
border-radius: 3px;
}

.navr-tel a {
font-size: inherit;
color: inherit;
}

.navr-ewm22 {
width: 120px;
padding: 5px;
position: absolute;
background: #fff;
opacity: 0;
visibility: hidden;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 50px;
transition: all .3s ease;
box-shadow: 0 1px 11px rgba(0, 0, 0, 0.3);
}

.navr-ewm22 img {
max-width: 100%;
}

.navr-ewm22:before, .navr-tel:before {
border: solid transparent;
content: ' ';
height: 0;
position: absolute;
width: 0;
border-width: 10px;
border-left-color: #fff;
top: 50%;
margin-top: -10px;
right: -20px;
}

.navr-tel:before {
border-left-color: #207DB9
}

.homemess ul li:hover .navr-tel {
visibility: visible;
opacity: 1;
right: 70px;
}

.homemess ul li:hover .navr-ewm22 {
visibility: visible;
opacity: 1;
right: 70px;
}

.homemess ul li:hover {
background-color: #207DB9;
border-color: #E70012;
border-radius: 50%;
}

.homemess ul li.back-top:hover svg {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
transition: 0.5s;
-webkit-transition: 0.5s;
}

.homemess ul li svg path {
fill: #969696;
}

.homemess ul li:hover svg path {
fill: #fff;
}

@media screen and (max-width:1279px) {
.foot_nav ul.footnav {
    width: -webkit-calc(85% - 240px);
    width: -moz-calc(85% - 240px);
    width: calc(85% - 240px);
}

.foot_nav .foot_phone {
    width: 240px;
}

.foot_nav .foot_phone .phone_m {
    width: 100%;
    min-width: inherit;
}

.foot_nav .foot_phone .phone_m span:nth-child(2) {
    font-size: 20px;
    padding-left: 10px;
}

.foot_nav .foot_phone .phone_m span.left {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-top: 2px;
}

}

@media screen and (max-width:1200px) {
.foot_nav ul.footnav {
    width: -webkit-calc(85% - 220px);
    width: -moz-calc(85% - 220px);
    width: calc(85% - 220px);
}

.foot_nav .foot_phone {
    width: 220px;
    padding-top: 0;
}

.foot_nav .foot_phone .phone_m span:nth-child(2) {
    font-size: 18px;
    padding-left: 10px;
}

}

@media screen and (max-width:991px) {
.foot_nav {
    display: block;
}

.foot_nav ul.footnav {
    width: 100%;
    margin-bottom: 30px;
}

.foot_nav .foot_mobile {
    width: 50%;
}

.foot_nav .foot_phone {
    width: inherit;
    max-width: 50%;
    float: left;
}

}

@media screen and (max-width:767px) {
.index_title {
    font-size: 26px;
}

.foot_nav {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.foot_nav ul.footnav li {
    width: 100%;
    display: block;
    flex: inherit;
}

.foot_nav ul.footnav li h2 {
    margin-bottom: 0px;
    line-height: 1;
}

.foot_nav ul.footnav li a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
}

.foot_nav .foot_mobile {
    width: 30%;
    padding-left: 0;
    max-width: inherit;
    display: none;
}

.foot_nav .foot_phone {
    max-width: 100%;
}

.foot_nav .foot_phone .phone_m {
    display: inline-block;
    width: auto;
    margin-top: 15px
}

.foot_nav .foot_phone .phone_m span:nth-child(2) {
    padding-right: 15px;
    font-size: 16px;
}

.foot_down .right {
    float: left;
}

.homemess {
    display: none !important;
}

}

/*pageside menu*/
.page_menu .index_header {
background: #FFFFFF;
}

.page_menu .langue a.lanjt {
background-image: url(/template/default/index/static/images/langbglan.svg);
}

.page_menu .langue a.lanjt {
color: #666666;
}

.page_menu .langue a.lanjt:before {
background-image: url(/template/default/index/static/images/langjtn.svg)
}

.page_menu .head_sear a {
background-image: url(/template/default/index/static/images/searchwn.svg);
}

.page_menu #subSearch path {
fill: #666666 !important;
}

@media screen and (max-width:991px) {
.page_menu .head_sear a {
    background-image: url(/template/default/index/static/images/searchwn.svg);
}

.page_menu .f-cb .right .en i {
    background-color: #666;
}

.page_menu .f-cb .right .en a {
    color: #666;
}

.page_menu .index_header {
    background: none;
}

.page_menu header.f-cb .nav p {
    background-color: #666;
}

.page_menu .index_header {
    background: #FFFFFF;
}

.page_menu #subSearch2 path {
    fill: #666666 !important;
}

}

/*pro*/
.page_ban {
width: 100%;
height: 100vh;
min-height: 600px;
position: relative;
overflow: hidden;
}

.page_ban .pro_bg {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}

.page_ban.aos-animate .pro_bg {
transform: translateZ(0) scale(1.1);
transition: all 2.5s ease-in-out;
}

.pro_mask {
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
padding-top: 100px;
padding-bottom: 100px;
display: flex;
align-items: flex-start;
justify-content: center;
}

.pro_mask .container {
height: 100%;
}

.width100 {
width: 100%;
height: 100%;
position: relative;
}

.pro_chan_up {
text-align: center;
padding-top: 10%;
}

.pro_chan_up h2 {
color: #fff;
position: relative;
padding-bottom: 30px;
}

.pro_chan_up h2:before {
content: "";
width: 28px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.pro_chan_up .pro_chan_text {
max-width: 885px;
margin: 0 auto;
padding-top: 20px;
max-height: 204px;
overflow: hidden;
}

.pro_chan_up p {
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
padding: 15px 0;
}

.pro_chan_down {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
}

.pro_chan_down ul {
margin-left: -0.5px;
margin-right: -0.5px;
}

.pro_chan_down ul li {
padding-left: 0.5px;
padding-right: 0.5px;
text-align: center;
}

.pro_chan_down ul li a {
display: block;
height: 152px;
background: #207DB9;
padding-top: 35px;
}

.pro_chan_down span {
height: 48px;
display: block;
margin-bottom: 20px;
}

.pro_chan_down span img {
max-height: 100%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_chan_down h3 {
font-size: 18px;
line-height: 1.2;
font-weight: bold;
color: #FFFFFF;
}

.pro_chan_down ul li a:hover {
background: #207DB9;
}

.pro_chan_down ul li a:hover span img {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}

.prolx {
padding: 70px 0 80px 0;
}

.prolx ul {
margin-left: -142px;
margin-right: -142px;
}

.prolx ul li {
float: left;
width: 33.33%;
padding: 0 142px;
text-align: center;
}

.prolx ul li span {
display: block;
height: 42px;
}

.prolx ul li span img {
max-height: 100%;
transition: 0.5s;
-webkit-transition: 0.5s;
}

.prolx ul li h3 {
font-size: 22px;
color: #333333;
font-weight: bold;
padding-top: 20px;
padding-bottom: 20px;
}

.prolx ul li p {
font-size: 16px;
height: 50px;
}

.prolxmore {
display: inline-block;
width: 100%;
height: 58px;
line-height: 58px;
background: #F5F5F5;
font-size: 17px;
color: #333;
font-weight: bold;
margin-top: 10px;
}

.prolxmore:hover {
background: #207DB9;
color: #fff;
}

.prolx ul li:hover span img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}

@media screen and (max-height:700px) {
.pro_mask {
    padding-bottom: 50px;
}

.pro_chan_up {
    padding-top: 4%;
}

.pro_chan_up p {
    padding: 10px 0;
}

}

@media all and (max-width:1439px) {
.prolx ul {
    margin-left: -122px;
    margin-right: -122px;
}

.prolx ul li {
    padding: 0 122px;
}

}

@media all and (max-width:1365px) {
.prolx ul {
    margin-left: -90px;
    margin-right: -90px;
}

.prolx ul li {
    padding: 0 90px;
}

}

@media all and (max-width:1199px) {
.prolx ul {
    margin-left: -40px;
    margin-right: -40px;
}

.prolx ul li {
    padding: 0 40px;
}

}

@media all and (max-width:991px) {
.prolx ul {
    margin-left: -30px;
    margin-right: -30px;
}

.prolx ul li {
    padding: 0 30px;
}

}

@media all and (max-width:767px) {
.page_ban {
    height: auto;
    min-height: inherit;
}

.page_ban .pro_bg {
    position: absolute;
    left: 0;
    top: 0;
}

.pro_mask {
    position: inherit;
    padding-bottom: 50px;
}

.pro_chan_up .pro_chan_text {
    max-height: inherit;
    overflow: hidden;
}

.pro_chan_up p {
    font-size: 15px;
    line-height: 24px;
}

.pro_chan_down {
    position: inherit;
    margin-top: 30px;
}

.pro_chan_down ul {
    display: inherit;
}

.pro_chan_down ul li {
    width: 50%;
    float: left;
    padding-bottom: 1px;
}

.pro_chan_down ul li a {
    height: 120px;
    padding-top: 25px;
}

.pro_chan_down span {
    height: 24px;
    display: block;
    margin-bottom: 20px;
}

.prolx {
    padding: 50px 0 30px 0;
}

.prolx ul li {
    width: 100%;
    padding-bottom: 35px;
}

.prolx ul li h3 {
    font-size: 20px;
}

}

/*pro feilei*/
.page_height {
height: 100px;
width: 100%;
}

.pro_sort_bg {
background-position: center;
background-image: url(/template/default/index/static/images/pro_sort_mask.png);
background-size: cover;
background-repeat: no-repeat;
}

.pro_sort_nav {
text-align: right;
min-height: 64px;
padding: 13px 0;
background: rgba(13, 87, 167, 0.8);
}

.pro_sort_nav ul li {
display: inline-block;
height: 37px;
line-height: 37px;
}

.pro_sort_nav ul li a {
display: inline-block;
text-align: center;
padding: 0 20px;
font-size: 16px;
color: #FFFFFF;
height: 37px;
line-height: 37px;
border-radius: 33px;
}

.pro_sort_nav ul li.active a, .pro_sort_nav ul li:hover a {
background: #FFFFFF;
color: #207DB9;
}

.pro_sort_up {
width: 100%;
height: 580px;
}

.pro_sort_up .container {
height: 100%;
}

.pro_sort_up .left {
width: 50%;
height: 100%;
position: relative;
padding-right: 70px;
padding-top: 110px;
}

.pro_sort_up .right {
width: 50%;
height: 100%;
display: flex;
align-items: center;
}

.pro_sort_up .left .pro_sort_uptext {
padding-top: 20px;
}

.pro_sort_up .left .pro_sort_uptext p {
font-size: 16px;
line-height: 1.8;
}

.item-down {
position: absolute;
width: 60px;
left: 0;
bottom: 30px;
cursor: pointer;
text-align: center;
transition-delay: .7s;
}

.item-down img {
animation: top0 1s infinite linear .65s;
}

@keyframes top0 {
0% {
    transform: translateY(-10px);
}

50% {
    transform: translateY(0);
}

100% {
    transform: translateY(-10px);
}

}

@media screen and (max-width:767px) {
.pro_sort_nav ul li a {
    padding: 0 15px;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
}

}

.pro_sort_up .right .swiper-slide img {
max-width: inherit;
width: 100%
}

.pro_sort_up .right .swiper-button-next, .pro_sort_up .right .swiper-button-prev {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #fff;
background-position: center;
background-size: 20px 10px;
}

.pro_sort_up .right .swiper-button-prev {
background-image: url(/template/default/index/static/images/leftf.svg);
}

.pro_sort_up .right .swiper-button-next {
background-image: url(/template/default/index/static/images/rightf.svg);
}

.pro_sort_up .right .swiper-button-prev:hover {
background-image: url(/template/default/index/static/images/leftfhover.svg);
}

.pro_sort_up .right .swiper-button-next:hover {
background-image: url(/template/default/index/static/images/rightfhover.svg);
}

.pro_sort_up .right .swiper-button-next:hover, .pro_sort_up .right .swiper-button-prev:hover {
background-color: #207DB9;
}

.pro_sort_cont {
padding-top: 40px;
}

.pro_sort_menu {
overflow: hidden;
margin-bottom: 70px;
background: #FFFFFF;
border: 1px solid #DDDDDD;
}

.pro_sort_menu ul li {
float: left;
}

.pro_sort_menu ul li a {
height: 54px;
font-size: 17px;
display: inline-block;
font-weight: bold;
padding: 0 50px;
line-height: 54px;
color: #333333;
}

.pro_sort_menu ul li.active a, .pro_sort_menu ul li a:hover {
background: #207DB9;
color: #FFFFFF;
}

.pro_sort_one {
}

.pro_sort_one p {
font-size: 16px;
line-height: 1.8;
}

.pro_sort_two {
padding-top: 110px;
padding-bottom: 38px;
}

.pro_sort_two .sort-container2 {
padding-bottom: 50px;
}

.pro_sort_two .sort-container2 .swiper-pagination span {
width: 10px;
height: 10px;
background: none;
position: relative;
opacity: 1;
text-align: center;
}

.pro_sort_two .sort-container2 .swiper-pagination span:before {
width: 8px;
height: 8px;
content: "";
position: absolute;
left: 50%;
top: 50%;
background: #C9C9C9;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
}

.pro_sort_two .sort-container2 span:hover:before, .pro_sort_two .sort-container2 span.swiper-pagination-bullet-active:before {
width: 10px;
height: 10px;
background: #207DB9;
}

.pro_sort_title2 {
position: absolute;
left: 0;
width: 100%;
bottom: 0;
height: 60px;
display: flex;
align-items: center;
padding: 0 25px;
font-size: 18px;
color: #FFFFFF;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.pro_sort_title2 h3 {
position: relative;
z-index: 9;
font-size: inherit;
color: inherit;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.pro_sort_title2:after {
content: "";
position: absolute;
width: 100%;
height: 60px;
left: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
opacity: 0.8;
z-index: 8;
}

.sort-container2 .swiper-slide {
overflow: hidden;
}

.sort-container2 .swiper-slide img {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.sort-container2 .swiper-slide:hover img {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}

/**/
.pro_sort_three {
background-image: url(/template/default/index/static/images/pro_sort_bg03.jpg);
width: 100%;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.pro_sort_bg3 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #062F5B;
opacity: 0.6;
}

.pro_sort_three .container {
padding-top: 100px;
padding-bottom: 100px;
position: relative;
z-index: 8;
}

.pro_sort_three .index_title {
color: #fff;
text-align: center;
}

.index_text {
padding-top: 15px;
max-width: 800px;
margin: 0 auto;
}

.white, .white p {
color: #fff;
font-size: 16px;
line-height: 1.6;
}

.pro_sort_theelist {
text-align: center;
padding-top: 100px;
}

.pro_sort_theelist ul {
margin-right: -21px;
margin-left: -21px;
}

.pro_sort_theelist ul li {
width: 16.4%;
padding: 0 21px;
padding-bottom: 40px;
display: inline-block;
}

.pro_sort_theelist ul li .bg {
height: 220px;
overflow: hidden;
background: #FFFFFF;/*border-radius: 0px 50px 50px 50px;*/
border-radius: 10px;
padding-top: 34px;
padding-left: 5px;
padding-right: 5px;
position: relative;
}

.pro_sort_theelist ul li .bg:before, .pro_sort_theelist ul li .bg:after {
content: "";
opacity: 0;
position: absolute;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_sort_theelist ul li .bg:after {
width: 9px;
height: 9px;
background: #FFFFFF;
bottom: 0;
border-radius: 50%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.pro_sort_theelist ul li .bg:before {
height: 0;
bottom: 0;
left: 50%;
border: 1px solid #FFFFFF;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.pro_sort_theelist .num {
font-size: 42px;
font-weight: bold;
line-height: 1.2;
color: #207DB9;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.pro_sort_theelist h3 {
font-size: 18px;
padding-top: 20px;
font-weight: bold;
line-height: 1.2;
color: #333333;
}

.pro_sort_theelist ul li .bg:hover {
background: #207DB9;
}

.pro_sort_theelist ul li .bg:hover .num {
color: #FFFFFF;
opacity: 0.5;
font-size: 24px;
}

.pro_sort_theelist ul li .bg:hover h3 {
font-size: 24px;
color: #FFFFFF;
}

.pro_sort_theelist ul li .bg:hover:before, .pro_sort_theelist ul li .bg:hover:after {
opacity: 1;
}

.pro_sort_theelist ul li .bg:hover:before {
height: 44px;
}

.pro_sort_theelist ul li .bg:hover:after {
bottom: 44px;
}

/*more*/
.pro_sort_big ul li {
width: 24.6%;
}

.pro_sort_big ul li .bg {
padding-left: 20px;
padding-right: 20px;
}

.pro_sort_big h3 {
font-weight: 500;
font-size: 16px;
line-height: 1.4;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}

.pro_sort_big ul li .bg:hover h3 {
font-size: 16px;
padding-top: 10px;
}

.pro_sort_big ul li .bg:hover:before {
height: 30px;
}

.pro_sort_big ul li .bg:hover:after {
bottom: 30px;
}

/*yingyonglingyu*/
.projjfa {
margin-top: 80px;
}

.ind_pro_case {
padding-top: 50px;
position: relative;
}

.ind_pro_case .ind_new_tab_box {
position: absolute;
right: 0;
bottom: 98%;
display: flex;
z-index: 8;
}

.ind_pro_case .ind_new_tab_box .swiper-button-prev, .ind_pro_case .ind_new_tab_box .swiper-button-next {
background-image: none;
text-align: center;
position: relative;
margin: 0;
left: auto;
top: auto;
right: auto;
width: 45px;
height: 45px;
margin-left: 10px;
line-height: 45px;
border-radius: 50%;
background-color: #CCCCCC;
color: #fff;
transition: all .3s ease;
outline: 0;
}

.ind_pro_case .ind_new_tab_box .swiper-button-prev:hover, .ind_pro_case .ind_new_tab_box .swiper-button-next:hover {
background-color: #207DB9;
}

.ind_pro_case .ind_new_tab_box .swiper-button-prev {
margin-right: .1rem;
}

.ind_pro_case .swiper-container {
overflow: initial;
}

.projjfa .casepic {
position: relative;
overflow: hidden;
}

.projjfa .casepic img {
width: 100%;
position: relative;
transition: 0.3s;
}

.projjfa .casepic:before {
content: "";
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.projjfa .casepic span {
position: absolute;
font-size: 18px;
color: #fff;
font-weight: bold;
width: 100%;
padding: 0 28px;
left: 0;
bottom: 18px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
z-index: 2;
}

.projjfa .casepic:hover img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
}

.pro_sort_po {
padding-top: 85px;
padding-bottom: 85px;
}

.pro_sort_po .index_title {
padding-top: 10px;
}

.pro_sort_po .more {
width: 176px;
height: 50px;
text-align: center;
background: #207DB9;
font-size: 17px;
font-weight: bold;
display: inline-block;
line-height: 50px;
color: #FFFFFF;
}

.proslist {
padding-top: 50px;
}

.proslist ul {
margin-left: -28px;
margin-right: -28px;
padding-bottom: 15px;
}

.proslist ul li {
float: left;
width: 33.33%;
padding: 0 28px;
padding-bottom: 30px;
}

.proslist ul li a {
display: block;
}

.prospic {
border: 1px solid #F5F5F5;
border-bottom: none;
overflow: hidden;
position: relative;
}

.prospic img {
width: 100%;
max-width: inherit;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.probut {
background: #e4e4e4;
height: 88px;
padding: 0 38px;
padding-top: 34px;
line-height: 25px;
position: relative;
}

.probut:before {
background: #207DB9;
width: 0;
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
-webkit-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
-moz-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
-ms-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
-o-transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: width 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.probut span {
float: left;
position: relative;
font-size: 18px;
display: block;
width: 85%;
color: #333333;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.probut i {
float: right;
position: relative;
width: 10px;
height: 18px;
background-image: url(/template/default/index/static/images/pro_sort_ico05.svg);
background-size: 10px 18px;
background-repeat: no-repeat;
}

.proslist ul li:hover .probut:before {
width: 100%;
}

.proslist ul li:hover .probut span {
color: #fff;
}

.proslist ul li:hover .probut i {
background-image: url(/template/default/index/static/images/pro_sort_icoh05.svg);
}

.proslist ul li:hover .prospic img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
}

@media all and (max-width:1439px) {
.pro_sort_theelist ul li {
    width: 16.2%;
}

.pro_sort_big ul li {
    width: 24.6%;
}

}

@media all and (max-width:1279px) {
.pro_sort_menu ul li a {
    padding: 0 25px;
}

.pro_sort_theelist ul {
    margin-right: -15px;
    margin-left: -15px;
}

.pro_sort_theelist ul li {
    width: 16.2%;
    padding: 0 15px;
    padding-bottom: 30px;
}

.pro_sort_theelist ul {
    margin-right: -10px;
    margin-left: -10px;
}

.pro_sort_theelist ul li {
    padding: 0 10px;
    padding-bottom: 20px;
}

.pro_sort_theelist ul li .bg:hover h3 {
    font-size: 22px;
}

.pro_sort_theelist .num {
    font-size: 36px;
}

.pro_sort_big ul li .bg {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.pro_sort_big ul li {
    width: 24.5%;
}

.pro_sort_big h3 {
    padding-top: 10px;
}

.pro_sort_big ul li .bg:hover h3 {
    font-size: 16px;
}

}

@media all and (max-width:991px) {
.pro_sort_theelist ul {
    margin-right: -10px;
    margin-left: -10px;
}

.pro_sort_theelist ul li {
    width: 32%;
    padding: 0 10px;
    padding-bottom: 20px;
}

.proslist ul {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
}

.proslist ul li {
    padding: 0 15px;
}

}

@media all and (max-width:767px) {
.page_height {
    height: 80px;
}

.pro_sort_nav {
    text-align: left;
}

.pro_sort_nav ul li {
    margin-bottom: 5px;
}

.pro_sort_menu {
    margin-bottom: 50px;
}

.pro_sort_menu ul li {
    width: 50%;
    text-align: center;
}

.pro_sort_menu ul li a {
    width: 100%;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
}

.pro_sort_up {
    height: inherit;
}

.pro_sort_up .left {
    width: 100%;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.pro_sort_up .right {
    width: 100%;
    padding-bottom: 30px;
}

.item-down {
    display: none;
}

.pro_sort_up .left .pro_sort_uptext p {
    font-size: 14px;
}

.pro_sort_one .row {
    display: inline-block;
}

.pro_sort_one .row .col:first-child {
    padding-bottom: 30px;
}

.pro_sort_two {
    padding-top: 50px;
    padding-bottom: 38px;
}

.pro_sort_three .container {
    padding-top: 50px;
    padding-bottom: 60px;
}

.white, .white p {
    font-size: 14px;
}

.pro_sort_theelist {
    padding-top: 50px;
}

.pro_sort_theelist ul li {
    width: 50%;
    float: left;
}

.pro_sort_theelist ul li .bg:hover h3 {
    font-size: 20px;
}

.pro_sort_big ul li .bg {
    padding-left: 10px;
    padding-right: 10px;
}

.pro_sort_big .num {
    font-size: 30px;
}

.pro_sort_big h3 {
    font-size: 14px;
    -webkit-line-clamp: 6;
}

.pro_sort_big ul li .bg:hover h3 {
    font-size: 14px;
}

.pro_sort_po {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pro_sort_po .more {
    width: 100px;
    height: 46px;
    font-size: 17px;
    line-height: 46px;
}

.proslist ul li {
    width: 100%;
    padding-bottom: 30px;
}

.probut {
    background: #e4e4e4;
    height: 70px;
    padding: 0 20px;
    padding-top: 0px;
    padding-top: 25px;
    line-height: 25px;
}

.pro_sort_up .right .swiper-button-next, .pro_sort_up .right .swiper-button-prev {
    width: 35px;
    height: 35px;
}

}

/* product */
.page_location {
padding-top: 20px;
}

.page_location a {
color: #E6E6E6;
display: inline-block;
position: relative;
padding-right: 15px;
margin-right: 10px;
}

.page_location a:before {
content: "-";
color: #E6E6E6;
right: 0;
position: absolute;
}

.page_location a:last-child:before {
display: none;
}

.page_location a:hover {
color: #207DB9
}

.product-our-flashlights {
overflow: hidden;
padding-top: 117px;
}

.product-our-flashlights .left {
float: left;
width: 32%;
padding: 7.2% 0 0 12.5%;
color: #fff;
}

.product-our-flashlights .left .text {
font-size: 14px;
line-height: 28px;
padding: 30px 0;
text-align: justify;
opacity: .6;
}

.product-our-flashlights .left .list {
overflow: hidden;
padding-bottom: 50px;
}

.product-our-flashlights .left .list li {
list-style: none;
margin: 0;
padding: 0;
color: #f08200;
float: left;
padding-right: 100px;
position: relative;
}

.product-our-flashlights .left .list li::after {
content: '';
background: #2c2c2c;
width: 1px;
height: 50px;
display: block;
position: absolute;
right: 50px;
top: 50%;
margin-top: -27px;
}

.product-our-flashlights .left .list li:last-child {
padding-right: 0;
}

.product-our-flashlights .left .list li:last-child::after {
display: none;
}

.product-our-flashlights .left .list li strong {
font-size: 30px;
font-weight: normal;
}

.product-our-flashlights .left .list li span {
font-size: 12px;
margin-left: 3px;
text-transform: uppercase;
}

.product-our-flashlights .left .list li h5 {
color: #919191;
font-size: 14px;
display: block;
margin: 10px 0;
}

.product-our-flashlights .left .play {
background: #f08200;
}

.product-our-flashlights .left .play i {
border: 2px solid #f08200;
width: 80px;
height: 80px;
}

.product-our-flashlights .right {
float: right;
width: 50%;
position: relative;
}

.product-our-flashlights .img-swiper {
position: relative;
}

.product-our-flashlights .img-swiper .img {
position: relative;
}

.product-our-flashlights .img-swiper .img img {
}

.product-our-flashlights .swiper-pagination {
}

.product-our-flashlights .swiper-pagination {
bottom: 55px;
text-align: right;
left: auto;
right: 6%;
display: block;
z-index: 90;
}

.product-our-flashlights .swiper-pagination-bullet {
width: 60px;
height: 2px;
margin: 0 0 0 10px;
border-radius: 0;
background: #fff;
opacity: 0.3;
position: relative;
z-index: 11;
outline: none;
}

.product-our-flashlights .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
background: #f08200;
}

.product-our-flashlights .rb {
position: absolute;
right: 0;
bottom: 0;
z-index: 13;
width: 307px;
height: 461px;
background: url("/template/default/index/static/images/rb.png");
background-size: 100%;
}

.product-title {
text-align: center;
padding: 60px 0 30px 0;
overflow: hidden;
border-bottom: 1px solid #e5e5e5;
}

.product-title h3 {
font-size: 30px;
color: #333333;
font-weight: normal;
margin: 0;
}

.product-title i {
display: block;
margin: 20px auto;
width: 60px;
height: 4px;
background: url("/template/default/index/static/images/tline.svg");
}

.product-title .text {
font-size: 16px;
color: #999999;
line-height: 26px;
overflow: hidden;
}

.product-main {
padding: 40px 0;
overflow: hidden;
}

.product-main .content {
width: 75%;
margin: auto;
overflow: visible;
}

.product-main .content .left {
width: 15%;
}

.product-left-screening .screening {
overflow: hidden;
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}

.product-left-screening .screening.no_second {
margin-bottom: 0;
padding-bottom: 0;
}

.product-left-screening .screening h3 {
font-size: 18px;
font-weight: bold;
line-height: 28px;
color: #333333;
margin: 0 0 15px 0;
}

.product-left-screening .screening .item {
overflow: hidden;
}

.product-left-screening .screening .item ul {
width: 50%;
float: left;
margin: 0;
padding: 0;
}

.product-left-screening .screening .item li {
color: #333;
padding: 3px 0;
list-style: none;
}

.product-left-screening .screening .item li a {
color: inherit;
background-image: url(/template/default/index/static/images/pro_sort_ico06.svg);
background-position: left;
background-repeat: no-repeat;
background-size: 12px 12px;
padding-left: 20px;
cursor: pointer;
}

.product-left-screening .screening .item li.active a, .product-left-screening .screening .item li a:hover {
color: #207DB9;
background-image: url(/template/default/index/static/images/pro_sort_ico06_hover.svg);
}

.product-main .contents .right {
width: 80%;
}

.product-list-top {
font-size: 14px;
color: #999999;
}

.product-list-top .tleft {
float: left;
}

.product-list-top .tleft span {
color: #333;
}

.product-list-top .tright {
float: right;
text-align: right;
position: relative;
padding-bottom: 10px;
}

.product-list-top .tright .drop-down {
display: inline-block;
position: relative;
}

.product-list-top .tright .drop-down h6 {
font-size: 14px;
color: #333;
margin: 0;
position: relative;
padding-right: 20px;
cursor: pointer;
}

.product-list-top .tright .drop-down h6 i {
width: 10px;
height: 10px;
display: block;
position: absolute;
right: 0;
top: 5px;
background: url("/template/default/index/static/images/right8.svg") center no-repeat;
background-size: 70%;
transform: rotate(90deg);
opacity: .5;
}

.product-list-top .tright .drop-down h6:hover {
color: #000;
}

.product-list-top .tright .drop-down h6:hover i {
opacity: 1;
}

.drop-down-show {
position: absolute;
width: 90px;
height: auto;
right: 0px;
top: 30px;
z-index: 3;
background: #fff;
padding: 10px;
overflow: hidden;
text-align: center;
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1);
display: none;
}

.drop-down-show a {
display: block;
padding: 7px 0;
border-bottom: 1px solid #ededed;
}

.drop-down-show a:last-child {
border: none;
}

.drop-down-show a:hover {
color: #f08200;
}

.product-list {
clear: both;
overflow: hidden;
padding: 20px 0;
}

.product-list .item {
background: #f7f7f7;
float: left;
width: 32.66%;
margin: 0 1% 1% 0;
text-align: center;
}

.product-list .item.mr0 {
margin: 0 0 1% 0;
}

.product-list .item a {
position: relative;
display: block;
overflow: hidden;
padding-top: 50px;
}

.product-list .item a .img {
position: relative;
height: 205px;
padding: 0 10px;
overflow: hidden;
}

.product-list .item a .img img {
display: block;
width: auto;
height: auto;
max-height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.product-list .item a .text {
padding-bottom: 30px;
overflow: hidden;
}

.product-list .item a .text h3 {
font-size: 16px;
color: #333;
margin: 10px auto;
}

.product-list .item a .text h5 {
font-size: 14px;
color: #666;
margin: 0;
}

.product-list .item a .list {
border-top: 1px solid #e6e6e6;
overflow: hidden;
}

.product-list .item a .list li {
list-style: none;
float: left;
overflow: hidden;
width: 33.333333%;
position: relative;
}

.product-list .item a .list li::after {
content: '';
display: block;
width: 1px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: #e6e6e6;
}

.product-list .item a .list li:last-child::after {
display: none;
}

.product-list .item a .list li i {
display: block;
width: 25px;
height: 25px;
margin: 15px auto 5px auto;
}

.product-list .item a .list li i.p1 {
background: url("/template/default/index/static/images/p1.svg") center no-repeat;
}

.product-list .item a .list li i.p2 {
background: url("/template/default/index/static/images/p2.svg") center no-repeat;
}

.product-list .item a .list li i.p3 {
background: url("/template/default/index/static/images/p3.svg") center no-repeat;
}

.product-list .item a .list li h6 {
margin: 0;
font-size: 14px;
text-transform: uppercase;
color: #999999;
padding-bottom: 15px;
}

.product-list .item a:hover .text h3 {
color: #f08200;
}

.product-list .item a:hover .img img {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}

@media screen and (max-width:767px) {
.product-title {
    padding: 30px 0 30px 0;
}

.product-title .text {
    font-size: 14px;
}

.product-title h3 {
    font-size: 26px;
}

.product-main .contents .left, .product-main .contents .right {
    width: 100%;
    float: none;
}

.product-main .contents .right {
    padding-top: 30px;
}

.product-list .item {
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
}

.product-left-screening .screening .item li {
    float: left;
    width: 50%;
}

.product-left-screening .screening {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.product-left-screening .screening h3 {
    line-height: 25px;
    margin: 0 0 10px 0;
}

}

@media screen and (max-width:350px) {
.product-left-screening .screening .item li {
    min-width: 50%;
    width: max-content;
}

}

.paged {
padding-top: 20px;
margin: 0 auto 10px;
text-align: center;
}

.paged:after {
clear: both;
content: '';
width: 0px;
display: block;
height: 0px;
visibility: hidden;
}

.paged a {
border: 1px solid #DDD;
display: inline-block;
line-height: 40px;
color: #333;
text-align: center;
background-color: #fff;
margin: 0 2px;
width: 40px;
height: 40px;
text-decoration: none;
font-size: 14px;
border-radius: 50%
}

.paged a:hover {
border: 1px solid #207DB9;
text-decoration: none;
color: #fff;
background-color: #207DB9;
font-size: 14px;
}

.paged span {
border-radius: 50%;
display: inline-block;
border: 1px solid #207DB9;
background-color: #207DB9;
color: #fff;
text-align: center;
line-height: 40px;
width: 40px;
height: 40px;
font-size: 14px;
margin: 0 2px;
}

.paged a:first-child, .paged a:last-child {
border: none;
}

.paged .pagination {
display: block;
margin-left: -2px;
margin-right: -2px;
}

.paged .pagination li {
display: inline-block;
padding-bottom: 3px;
}

@media screen and (max-width:767px) {
.paged {
    margin-bottom: 10px;
}

.paged a, .paged span {
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 1px;
}

.paged a:hover {
    font-size: 12px;
}

}

/*pro detail*/
.pro_deup {
border-bottom: 1px solid #ECECEC;
padding: 22px 0 20px 0;
}

.pro_deup .left {
font-size: 16px;
line-height: 48px;
}

.pro_deup .right .pro_back {
width: 48px;
display: inline-block;
height: 48px;
text-align: center;
line-height: 48px;
background: #207DB9;
border-radius: 50%;
}

.pro_deup .right .pro_backtext {
line-heigth: 48px;
display: inline-block;
margin: 0 18px 0 12px;
color: #207DB9;
font-size: 16px;
}

.pro_deup .right .pro_share {
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
display: inline-block;
border: 1px solid #EAEAEA;
border-radius: 50%;
}

.pro_deup .right .pro_share:hover {
background: #207DB9;
border: 1px solid #207DB9;
}

.pro_deup .right .pro_share:hover svg path {
fill: #fff;
}

.pro_detwo .ind_new_case {
padding: 50px;
height: 461px;
display: flex;
align-items: center;
background: #F7F7F7;
position: relative;
}

.pro_detwo .ind_new_case .swiper-button-next, .pro_detwo .ind_new_case  .swiper-button-prev {
height: 50px;
width: 50px;
line-height: 50px;
position: absolute;
background-color: rgba(0, 0, 0, 0.4);
background-size: 17px 14px;
border-radius: 50%;
outline: 0;
z-index: 8
}

.pro_detwo .ind_new_case .swiper-button-next {
background-image: url("/template/default/index/static/images/rightfhover.svg");
right: 10px;
}

.pro_detwo .ind_new_case .swiper-button-prev {
background-image: url("/template/default/index/static/images/leftfhover.svg");
left: 10px;
}

.pro_detwo .ind_new_case .swiper-button-next:hover, .pro_detwo .ind_new_case  .swiper-button-prev:hover {
background-color: #207DB9;
}

.pro_detwo {
padding: 20px 0;
padding-bottom: 45px;
}

.pro_detwo .left {
width: 58%;
padding-right: 100px;
}

.pro_deup .right .bdsharebuttonbox {
float: right;
position: relative;
}

.pro_deup .right .bdsharebuttonbox a.sharemore {
margin: 0;
display: inline-block;
width: 48px;
height: 48px;
border: 1px solid #EAEAEA;
background-color: #ffffff;
border-radius: 50%;
padding: 0;
}

.pro_deup .right .bdsharebuttonbox a.sharemore {
background-image: url("/template/default/index/static/images/share03.svg");
background-position: center;
background-repeat: no-repeat;
}

.pro_deup .right .bdsharebuttonbox:hover a.sharemore {
background-color: #969696;
}

.pro_deup .right .bdsharebuttonbox:hover a.sharemore {
background-image: url("/template/default/index/static/images/shareh03.svg");
background-color: #207DB9;
border: 1px solid #207DB9;
}

.sharewidth {
top: 105%;
background: #FFFFFF;
position: absolute;
display: none;
width: 140px;
right: 0;
height: 50px;
padding-top: 5px;
text-align: center;
box-shadow: 0 1px 11px rgb(0 0 0 / 30%);
}

.sharewidth:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border: 8px solid transparent;
border-bottom: 10px solid #fff;
top: -18px;
right: 16px;
}

.pro_img_box {
overflow: hidden;
}

.pro_img_box img {
width: 100%;
max-width: inherit;
}

.pro_detwo .right {
width: 42%;
}

.pro_detwo .right .pro_detwosub {
font-size: 16px;
line-height: 21px;
display: block;
}

.pro_detwo .right .pro_detwosub2 {
display: block;
font-size: 26px;
font-weight: bold;
line-height: 35px;
color: #207DB9;
padding-top: 15px;
}

.pro_detwo .right .pro_scoll {
margin-top: 40px;
}

.pro_detwo .right .pro_scoll {
overflow-y: auto;
height: 180px;
margin-bottom: 20px;
}

.pro_detwo .right .pro_scoll p {
font-size: 16px;
line-height: 28px;
padding-bottom: 15px;
}

.pro_detwo .right .pro_detwod {
border-top: 1px solid #ECECEC;
padding-top: 30px;
}

.pro_detwo .right .pro_detwod p {
font-size: 16px;
padding-top: 30px;
}

.pro_detwo .right .pro_detwod p a {
font-size: inherit;
}

.pro_detwo .right .pro_detwod .project_more {
margin-left: -10px;
margin-right: -10px;
}

.pro_detwo .right .pro_detwod .project_more a {
width: 172px;
position: relative;
display: block;
font-size: 16px;
padding-left: 30px;
height: 46px;
line-height: 46px;
background: #EDEDED;
border-radius: 30px 30px 30px 4px;
max-width: 45%;
float: left;
margin: 0 10px;
}

.pro_detwo .right .pro_detwod .project_more a:before {
position: absolute;
content: "";
width: 30px;
height: 30px;
right: 10px;
top: 0;
bottom: 0;
margin: auto;
background: url("/template/default/index/static/images/projt.svg") no-repeat 55% 50%;
background-color: #ffffff;
border-radius: 50%;
background-size: 30%;
transition: .5s ease-in-out;
}

.pro_detwo .right .pro_detwod .project_more a:hover:before {
transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
transition: .5s ease-in-out;
}

.pro_detwo .right .pro_detwod .project_more a:hover {
background: #207DB9;
color: #fff;
}

.pro_deone .indpro_onebg {
margin-top: 50px;
}

.w100 {
width: 100%;
}

.pro_title {
font-size: 24px;
font-weight: bold;
color: #333333;
}

.de_line {
height: 1px;
width: 100%;
background: #DBDBDB;
position: relative;
margin-top: 10px;
}

.de_line:before {
width: 36px;
content: "";
height: 1px;
position: absolute;
top: 0px;
left: 0;
background: #006FBB;
opacity: 1;
}

.pro_de_cont {
}

.pro_de_cont .pro_title {
padding-top: 60px;
padding-bottom: 20px;
}

.pro_de_cont p {
padding: 12px 0;
font-size: 16px;
line-height: 26px;
}

.prode_table .row {
margin-right: 0;
margin-left: 0;
}

.prode_table .row .col-sm-6 {
padding-left: 0;
padding-right: 0;
}

.prode_table .table-bordered td, .prode_three .prode_table .table-bordered th {
border: 4px solid #fff;
}

.prode_table table tr td {
font-size: 18px;
vertical-align: middle;
}

.prode_table table tr td p {
font-size: inherit;
padding: 0;
}

.prode_table table tr td {
background: #ECECEC;
padding: 14px 10px 14px 40px;
line-height: 1.4;
}

.prode_table table tr td:first-child {
background: #D1DBE9;
color: #207DB9;
padding-left: 0;
text-align: center;
width: 150px;
}

.pt50 {
padding-top: 50px !important;
}

@media all and (max-width:1279px) {
.pro_detwo .left {
    padding-right: 50px;
}

}

@media all and (max-width:991px) {
.pro_detwo .left {
    width: 58%;
    padding-right: 50px;
}

.pro_detwo .right {
    width: 42%;
}

.pro_detwo .right .pro_detwod .project_more {
    margin-left: -5px;
    margin-right: -5px;
}

.pro_detwo .right .pro_detwod .project_more a {
    max-width: 46%;
    margin: 0 5px;
}

}

@media all and (max-width:767px) {
.pro_detwo .ind_new_case {
    height: auto;
}

.pro_detwo .left {
    width: 100%;
    padding-right: 0;
}

.pro_detwo .right {
    width: 100%;
    padding-top: 30px;
}

.prode_three .prode_table table tr td:first-child {
    width: 120px;
}

.prode_three .prode_table table tr td {
    font-size: 16px;
}

.pro_detwo .right .pro_scoll {
    height: auto;
    margin-top: 20px;
}

.prode_bgf {
    padding: 100px 0 77px 0;
    background-attachment: inherit;
}

.prode_bgf p {
    font-size: 18px;
    min-height: inherit;
    padding-bottom: 50px;
    line-height: 32px;
}

.pro_detwo .right .pro_detwosub2 {
    font-size: 22px;
}

.pro_de_cont .pro_title {
    padding-top: 30px;
}

.pt50 {
    padding-top: 20px !important;
}

.prode_table table tr td {
    font-size: 14px;
}

.prode_table table tr td:first-child {
    width: 130px;
}

.pro_deup .left {
    line-height: 36px;
}

.pro_deup .right .pro_back {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.pro_deup .right .pro_back svg {
    width: 12px !important;
}

.pro_deup .right .pro_backtext {
    line-height: 36px;
    margin: 0 0px 0 10px;
    font-size: 16px;
}

.pro_detwo .ind_new_case .swiper-button-next, .pro_detwo .ind_new_case .swiper-button-prev {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.pro_de_cont p, .pro_detwo .right .pro_scoll p {
    font-size: 14px;
    line-height: 1.8;
}

.pro_deone {
    padding-bottom: 30px;
}

.pro_detwo .right .pro_detwod .project_more a {
    padding-left: 20px;
}

.pro_detwo .right .pro_detwod .project_more a::before {
    width: 25px;
    height: 25px;
}

}

/*dingzhijiagong*/
.custom_text {
font-size: 16px;
line-height: 28px;
color: #666666;
padding-top: 8px;
}

.public_ban {
height: 500px;
position: relative;
overflow: hidden;
}

.public_bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: 7;
}

.public_ban.aos-animate .public_bg {
transform: translateZ(0) scale(1.1);
transition: all 2.5s ease-in-out;
}

.public_ban .public_mask {
position: relative;
z-index: 8;
background-color: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}

.public_ban .public_mask .container {
height: 100%;
}

.public_po {
position: relative;
height: 100%;
width: 100%;
}

.public_po .item-down {
bottom: 50px;
right: 0;
left: inherit;
}

.public_po .page_location {
padding-top: 80px;
}

.public_po .page_location a:hover {
color: #fff;
}

.public_po .public_sub {
color: #fff;
padding-top: 120px;
}

.public_po .public_sub p {
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}

.public_po .public_sub h2 {
font-size: 46px;
font-weight: bold;
line-height: 1.2;
display: inline-block;
position: relative;
padding-top: 10px;
padding-bottom: 30px;
color: #FFFFFF;
}

.public_po .public_sub h2:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100px;
height: 1px;
background: #FFFFFF;
}

@media all and (max-width:991px) {
.public_ban {
    height: 400px;
}

.public_po .public_sub {
    padding-top: 100px;
}

.public_po .public_sub h2 {
    font-size: 40px;
}

}

@media all and (max-width:767px) {
.public_ban {
    height: 360px;
}

.public_po .page_location {
    padding-top: 30px;
}

.public_po .public_sub {
    padding-top: 50px;
}

.public_po .public_sub h2 {
    font-size: 30px;
}

.public_po .public_sub h2::before {
    width: 60px;
}

}

.custom_cont {
padding-top: 110px;
}

.videocase .modal-dialog {
max-width: 900px;
}

.videocase video {
width: 100%;
}

.videocase .modal-body {
text-align: center;
}

.indpro_onebg {
min-height: 700px;
padding: 70px 0 0 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.indpro_onebg h3.font36 {
font-size: 36px;
text-align: center;
font-weight: bold;
line-height: 1.4;
color: #FFFFFF;
}

.indpro_onebg ul {
text-align: center;
padding-top: 80px;
margin-right: -43px;
margin-left: -43px;
}

.indpro_onebg ul li {
float: left;
width: 20%;
padding: 0 43px;
padding-bottom: 30px;
}

.indpro_onebg ul li .inpro_bd {
width: 100%;
height: 260px;
padding: 67px 5px 0 5px;
background: #FFFFFF;
transition: 0.3s;
-webkit-transition: 0.3s;
border-radius: 0px 50px 50px 50px;
}

.indpro_onebg ul li .inpro_bd span {
height: 75px;
display: block;
}

.indpro_onebg ul li .inpro_bd span img {
transition: 0.4s;
-webkit-transition: 0.4s;
}

.indpro_onebg ul li .inpro_bd:hover span img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}

.indpro_onebg ul li .inpro_bd p {
font-size: 18px;
margin-top: 20px;
line-height: 28px;
color: #333;
}

.indpro_onebg ul li:hover .inpro_bd p {

/*color: #207DB9;*/
font-weight: bold;
}

.indpro_text {
padding-top: 25px;
max-width: 940px;
margin: 0 auto;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
}

/*custmer*/
.cus_bg {
background: #F6F6F6;
padding-top: 75px;
}

.cus_bg .cus_list {
padding-bottom: 40px;
padding-top: 30px;
}

.cus_bg .cus_list ul {
margin-right: -17px;
margin-left: -17px;
}

.cus_bg .cus_list ul li {
width: 20%;
float: left;
padding: 17px;
}

.cus_bg .cus_list ul li .bg {
position: relative;
}

.cus_bg .cus_list ul li .bg .img {
position: absolute;
left: 0;
top: 0;
padding: 15px;
overflow: hidden;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.cus_bg .cus_list ul li .bg .img img {
max-height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.cus_bg .cus_list ul li .bg:hover .img img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
}

/*why*/
.why_choose {
padding-top: 80px;
padding-bottom: 70px;
}

.qulity_a {
}

.qulity_a .this-title {
text-align: center;
color: #333;
margin-bottom: 40px;
}

.qulity_a .grid-box {
padding-top: 40px;
margin-left: -4px;
margin-right: -4px;
}

.qulity_a .grid-box .box {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: -webkit-calc(18% - 8px);
width: -moz-calc(18% - 8px);
width: calc(18% - 8px);
margin-left: 4px;
margin-right: 4px;
float: left;
height: 546px;
border-radius: 3px;
padding: 40px;
display: flex;
align-items: flex-end;
overflow: hidden;
position: relative;
background-repeat: no-repeat;
position: relative;
background-position: left center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.qulity_a .grid-box .box:before {
content: "";
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
z-index: 7;
}

.qulity_a .grid-box .box .w100 {
position: relative;
height: 28px;
overflow: hidden;
background-position: left center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 8;
}

.qulity_a .grid-box .box .inbox {
width: 100%;
opacity: 0;
position: absolute;
bottom: -100%;
overflow: hidden;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.qulity_a .grid-box .box .title {
font-size: 25px;
font-weight: bold;
line-height: 28px;
color: #FFFFFF;
margin-bottom: 20px;
}

.qulity_a .grid-box .box  .text p {
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
}

.qulity_a .grid-box .act {
width: -webkit-calc(28% - 8px);
width: -moz-calc(28% - 8px);
width: calc(28% - 8px);
}

.qulity_a .grid-box .box.act:before {
background: rgba(0, 0, 0, 0.7);
}

.qulity_a .grid-box .act .w100 {
height: auto;
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
}

.qulity_a .grid-box .act .up_title {
display: none;
}

.qulity_a .grid-box .act .inbox {
position: relative;
bottom: 0;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
}

@media (max-width:1279px) {
.qulity_a .grid-box .box {
    padding-left: 25px;
    padding-right: 25px;
}

}

@media (max-width:767px) {
.why_choose {
    padding-top: 50px;
    padding-bottom: 50px;
}

.qulity_a .grid-box {
    display: block;
}

.qulity_a .grid-box .box {
    width: calc(50% - 8px) !important;
    margin-bottom: 8px;
    height: 400px;
    padding-bottom: 20px;
}

.qulity_a .grid-box .box .title {
    font-size: 18px;
}

.qulity_a .grid-box .box .text p {
    font-size: 14px;
    line-height: 25px;
}

}

@media (max-width:414px) {
.qulity_a .grid-box .box {
    width: calc(100% - 8px) !important;
    height: 300px;
}

}

/*eight*/
.indus_lxbg {
background-image: url("/template/default/index/static/images/prolxbg.jpg");
overflow: hidden;
padding: 140px 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.indus_lx {
}

.indus_lx ul {
margin-left: -20px;
margin-right: -20px;
}

.indus_lx ul li {
width: 50%;
float: left;
padding: 0 20px;
}

.indus_lxn {
height: 221px;
background: #FFFFFF;
padding: 40px 40px 30px 40px;
}

.induslx_up {
overflow: hidden;
padding-bottom: 60px;
}

.induslx_up strong {
font-size: 22px;
display: inline-block;
float: left;
line-height: 32px;
color: #333333;
}

.induslx_up span {
display: inline-block;
float: right;
}

.induslx_down {
border-top: 1px solid #DCDCDC;
line-height: 80px;
}

.induslx_down a {
font-size: 16px;
}

.induslx_down a i {
margin-left: 20px;
transition: 0.3s;
-webkit-transition: 0.3s;
}

.induslx_down a:hover {
color: #207DB9;
}

.induslx_down a:hover i {
margin-left: 23px;
}

@media all and (max-width:1279px) {
.indpro_onebg ul {
    margin-right: -30px;
    margin-left: -30px;
}

.indpro_onebg ul li {
    padding-left: 30px;
    padding-right: 30px;
}

}

@media all and (max-width:991px) {
.indpro_onebg ul {
    margin-right: -15px;
    margin-left: -15px;
}

.indpro_onebg ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.cus_bg .cus_list ul {
    margin-right: -10px;
    margin-left: -10px;
}

.cus_bg .cus_list ul li {
    float: left;
    padding: 10px;
}

}

@media all and (max-width:767px) {
.cus_bg {
    padding-top: 50px;
}

.custom_cont {
    padding-top: 50px;
}

.indpro_onebg {
    padding: 50px 0 30px 0;
    min-height: inherit;
}

.indpro_onebg h3.font36 {
    font-size: 30px;
}

.indpro_onebg ul {
    margin-right: -10px;
    margin-left: -10px;
}

.indpro_onebg ul li {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.indpro_onebg ul li .inpro_bd span {
    height: 45px;
}

.indpro_onebg ul li .inpro_bd span img {
    max-height: 100%;
}

.indpro_onebg ul li .inpro_bd {
    height: 180px;
    padding: 30px 5px 0 5px;
    border-radius: 0px 30px 30px 30px;
}

.indpro_onebg ul li .inpro_bd p {
    font-size: 16px;
    line-height: 1.2;
}

.indpro_text, .pro_sort_one p {
    font-size: 14px;
    line-height: 1.8;
}

/*eight*/
.indus_lxbg {
    padding: 50px 0;
}

.indus_lxn {
    padding: 30px 20px 30px 20px;
}

.indus_lx ul li {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 15px;
}

.induslx_up span {
    max-width: 35px;
}

.indussix_k a span {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    z-index: 9;
}

.cus_bg .cus_list ul li {
    width: 50%;
}

}

/*yingyonglingyu*/
.apply_cont {
padding: 50px 0;
}

.font26 {
font-size: 26px;
}

.probg .new_title p {
padding-bottom: 0;
}

.pro_title01 {
color: #207DB9;
font-weight: bold;
line-height: 1.1;
padding: 0 0 26px 0;
}

.pro_list {
border-bottom: 1px solid #E2E2E2;
padding-top: 16px;
}

.pro_list ul.pron {
margin-left: -20px;
margin-right: -20px;
}

.pro_list ul.pron li {
width: 33.33%;
float: left;
padding: 0 20px 40px 20px;
}

.pro_list ul.pron li a {
display: block;
position: relative;
}

.pro_list ul.pron li .newsroom-item-article {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: -webkit-box-shadow var(--transition-duration);
transition: -webkit-box-shadow var(--transition-duration);
transition: box-shadow var(--transition-duration);
transition: box-shadow var(--transition-duration), -webkit-box-shadow var(--transition-duration);
height: 100%;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.pro_list ul.pron li .newsroom-item-image {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
-webkit-transition: height var(--transition-duration);
transition: height var(--transition-duration);
}

.pro_list ul.pron li .newsroom-item-image img {
width: 100%;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.pro_list ul.pron li .newsroom-item-content {
-webkit-transition: padding-bottom var(--transition-duration) ease;
transition: padding-bottom var(--transition-duration) ease;
height: 100px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-color: #fff;
position: relative;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.pro_list ul.pron li .newsroom-item-content .prosub {
color: #333333;
font-size: 20px;
font-weight: bold;
line-height: 1.1;
padding-bottom: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.pro_list ul.pron li .newsroom-item-content .protext {
font-size: 16px;
color: #999999;
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.pro_list ul.pron li a:hover .newsroom-item-image img {
transform: scale(1.05);
}

.newsroom-item-header-container {
padding: 20px 34px;
transition: 0.4s;
-webkit-transition: 0.4s;
position: absolute;
background: #fff;
height: 100px;
bottom: 0;
left: 0;
width: 100%;
}

.newsroom-item-header-container .pro_ico {
position: relative;
padding-right: 30px;
}

.newsroom-item-header-container .pro_ico:before, .newsroom-item-header-container .pro_ico:after {
content: "";
position: absolute;
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.newsroom-item-header-container .pro_ico:before {
width: 30px;
height: 30px;
background: #EDEDED;
border-radius: 50%;
right: 0;
bottom: 0;
}

.newsroom-item-header-container .pro_ico:after {
right: 11px;
bottom: 10px;
width: 6px;
height: 11px;
background: url("/template/default/index/static/images/projt.svg") no-repeat;
}

.pro_list ul.pron li:hover  .newsroom-item-header-container {
height: 120px;
}

.pro_list ul.pron li:hover .newsroom-item-article {
-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.04), -10px 0 20px 0px rgba(0, 0, 0, 0.04);
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.04), -10px 0 20px 0px rgba(0, 0, 0, 0.04);
}

.pro_list ul.pron li:hover .newsroom-item-header-container .pro_ico:before, .pro_list ul.pron li:hover .newsroom-item-header-container .pro_ico:after {
opacity: 1;
}

@media all and (max-width:991px) {
.pro_list ul.pron {
    margin-left: -15px;
    margin-right: -15px;
}

.pro_list ul.pron li {
    padding: 0 15px 30px 15px;
}

.newsroom-item-header-container {
    padding: 20px 20px;
}

}

@media all and (max-width:767px) {
.pro_list ul.pron li {
    width: 100%;
    padding: 0 22px 30px 22px;
}

.newsroom-item-header-container {
    padding: 20px 15px;
}

.pro_list ul.pron li .newsroom-item-content .prosub {
    font-size: 18px;
}

}

/*new*/
.new_up {
overflow: hidden;
}

.new_up .job_search {
background: #EBF0F5;
max-width: 487px;
float: right;
}

.job_search {
height: 53px;
width: 100%;
background: #F6F6F6;
border-radius: 36px;
margin: 44px 0 55px 0;
}

.job_search .ser_l {
border: none;
outline: 0;
background: none;
width: -webkit-calc(100% - 45px);
width: -moz-calc(100% - 45px);
width: calc(100% - 45px);
padding-left: 20px;
line-height: 45px;
padding-top: 4px;
float: left;
}

.job_search .ser_but {
width: 45px;
height: 45px;
float: right;
border: none;
outline: 0;
margin-top: 3px;
background-color: #207DB9;
background-image: url("/template/default/index/static/images/jobser.svg");
background-position: center;
background-repeat: no-repeat;
border-radius: 50%;
}

.job_search .ser_l::-webkit-input-placeholder {

/* WebKit, Blink, Edge */    font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_search .ser_l:-moz-placeholder {

/* Mozilla Firefox 4 to 18 */   font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_search .ser_l::-moz-placeholder {

/* Mozilla Firefox 19+ */  font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_search .ser_l:-ms-input-placeholder {

/* Internet Explorer 10-11 */   font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.content_list .item_img {
position: relative;
overflow: hidden;
}

.content_list .item_block .item_box .item_wrapper {
padding-right: 0;
overflow: hidden;
position: absolute;
top: 30px;
width: 76%;
}

.content_list
.item_block:nth-child(3n + 1) {
border-left: 1px solid #f0f0f0;
}

.content_list .item_block_0 .item_img, .content_list .item_block .item_img {
display: block;
float: unset;
margin-top: 210px;
opacity: 1;
height: auto;
margin-right: 0;
transition: all 0.36s ease;
}

.content_list .item_block_0 {
float: left;
}

.content_list .item_block_0 {
width: calc(100% / 3);
height: auto;
position: relative;
padding: 33px 4%;
border-right: 1px solid #f0f0f0;
margin-bottom: 0;
margin-right: 0;
border-bottom: none;
}

.content_list .item_block_0 .item_box .item_wrapper .item_info .date_wrap {
position: absolute;
top: 0px;
}

.content_list .item_block_0 .item_info .title {
margin-top: 50px;
}

.content_list .item_info .title {
transition: all 0.36s ease;
height: 52px;
font-size: 18px;
font-weight: bold;
line-height: 28px;
color: #333333;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.content_list .item_des {
margin-top: 13px;
}

.content_list .item_des {
transition: all 0.36s ease;
}

.content_list .item_des .description {
transition: all 0.36s ease;
font-size: 16px;
line-height: 28px;
height: 56px;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
display: block;
font-size: 32px;
color: #666;
}

.ellipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}

.year {
font-size: 20px;
font-family: Arial;
font-weight: bold;
line-height: 28px;
color: #CBCBCB;
}

.content_list .item_block:hover .item_box .item_wrapper .item_info .title {
color: #207DB9;
}

.content_list .item_block_0 .item_img {
display: block;
float: unset;
margin-top: 210px;
opacity: 1;
height: auto;
margin-right: 0;
transition: all 0.36s ease;
}

.content_list .item_block > .details {
display: block;
width: 63px;
font-size: 0;
height: 63px;
position: relative;
border: none;
margin: 0;
padding: 0;
text-align: center;
line-height: 63px;
border-radius: 100px;
color: transparent;
margin-top: 60px;
}

.content_list .item_block_0 .details {
margin-top: 60px;
margin-bottom: 0;
}

.item_block .details .fa {
position: relative;
width: 19px;
}

.item_block .details .fa svg {
width: 19px;
transform: rotateZ(0deg);
transition: all 0.36s ease;
}

.content_list .item_block:hover a.details {
border-color: #207DB9;
background-color: #207DB9;
}

.content_list .item_block:hover .details .fa svg {
transform: rotateZ(45deg);
}

.content_list .item_block:hover .details .fa svg path {
fill: #fff;
}

.content_list .item_block_0 .details {
margin-top: 18px;
margin-bottom: 0;
}

.content_list .item_block:hover {
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.content_list .item_img img {
transition: all 0.36s ease;
display: inline;
}

.content_list .item_block:hover .item_box .item_img img {
transform: scale(1.08);
}

.content_list .item_block:before {
content: '';
width: 0;
height: 3px;
background-color: #207DB9;
position: absolute;
bottom: 0;
left: 50%;
transition: all 0.4s ease;
opacity: 0;
}

.content_list .item_block:hover:before {
left: 0;
opacity: 1;
width: 100%;
}

.new_down {
border-top: 1px solid #E6E6E6;
margin-top: 50px;
padding-top: 40px;
}

.newlist {
margin-top: 40px;
margin-bottom: 40px;
}

.newlist ul li a {
display: block;
padding: 46px 0 46px 0;
position: relative;
overflow: hidden;
}

.newlist ul li:first-child a {
padding-top: 0;
}

.newlist ul li a:before {
background: #E6E6E6;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 1px;
position: absolute;
}

.newlist ul li a:after {
background: #207DB9;
content: "";
left: 0;
bottom: 0;
width: 0;
opacity: 0;
height: 1px;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.newlist ul li a .nleft {
width: 16.5%;
float: left;
}

.newlist ul li a .nright {
float: right;
padding-top: 40px;
}

.newlist ul li a .nmiddle {
width: 70%;
float: left;
padding: 20px 0 0 36px;
}

.newlist ul li a .nmiddle h3 {
font-size: 18px;
font-weight: bold;
position: relative;
line-height: 28px;
color: #333333;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.newlist ul li a .nmiddle h3:before {
width: 20px;
content: "";
opacity: 0;
position: absolute;
left: 0;
top: 50%;
height: 1px;
background: #207DB9;
}

.newlist ul li a .nmiddle p {
font-size: 16px;
margin-top: 6px;
color: #666;
line-height: 28px;
max-width: 100%;
height: 56px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.newlist ul li .nmiddle span {
font-size: 16px;
display: block;
padding-top: 15px;
font-family: Arial;
font-weight: bold;
line-height: 28px;
color: #CBCBCB;
}

.newlist ul li a:hover .nmiddle h3 {
font-weight: bold;
}

.newlist ul li a .newmore {
height: 40px;
border-left: 1px solid #E6E6E6;
padding-left: 20px;
line-height: 40px;
font-size: 20px;
color: #E6E6E6;
}

.newlist ul li a .newmore svg {
margin-left: 15px;
}

.newlist li a:hover:after {
opacity: 1;
width: 100%;
}

.newlist li a:hover:before {
width: 0;
opacity: 0;
}

.newlist li a:hover .newmore  p {
background: url(/template/default/index/static/images/newmoreh1.png) no-repeat left bottom;
}

.newcontent {
padding-bottom: 30px;
}

.newlist ul li a:hover .nmiddle h3 {
padding-left: 30px;
color: #207DB9;
}

.newlist ul li a:hover .nmiddle h3:before {
opacity: 1;
}

.newlist ul li a:hover .newmore {
border-left: 1px solid #207DB9;
color: #207DB9;
}

.newlist ul li a:hover  .newmore svg path {
fill: #207DB9;
}

@media (max-width:1439px) {
.newlist ul li a .nleft {
    width: 20%;
}

.newlist ul li a .nmiddle {
    width: 65%;
}

}

@media (max-width:1365px) {
.newlist ul li a .nleft {
    width: 22%;
}

.newlist ul li a .nmiddle {
    width: 63%;
}

}

@media (max-width:1279px) {
.newlist ul li a .nleft {
    width: 25%;
}

.newlist ul li a .nmiddle {
    width: 60%;
}

}

@media (max-width:991px) {
.newlist ul li a .nleft {
    width: 32%;
}

.newlist ul li a .nmiddle {
    width: 50%;
}

}

@media (max-width:767px) {
.job_search {
    margin: 30px 0 25px 0;
}

.content_list .item_block_0 {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0;
    border: none !important;
}

.content_list .item_block .item_box .item_wrapper {
    width: 100%;
    position: inherit;
    top: inherit;
}

.content_list .item_block_0 .item_info .title {
    margin-top: 20px;
}

.content_list .item_block_0 .item_img {
    margin-top: 0;
}

.content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    position: inherit;
    top: inherit;
    padding-top: 15px;
}

.content_list .item_block:hover {
    box-shadow: 0 0 black;
}

.newlist {
    margin-bottom: 40px;
}

.newlist ul li:nth-child(1) a {
    padding-top: 0;
}

.newlist ul li a .nleft {
    width: 100%;
}

.newlist ul li a .nmiddle {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}

.newlist ul li a {
    padding: 30px 0 30px 0;
}

.newlist ul li a .nright {
    float: left;
    padding-top: 20px;
}

.newlist ul li a .newmore {
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
    font-size: 18px;
}

.year {
    font-size: 18px;
    line-height: 1.2;
}

.content_list .item_block > .details {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: 30px;
}

.content_list .item_des .description {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
}

}

/*more*/
.page_more {
overflow: hidden;
margin-bottom: 46px;
}

.moreBtn {
width: 100%;
display: block;
height: 60px;
line-height: 60px;
text-align: center;
padding: 0 36px;
background: #EBF0F5;
border-radius: 3px;
}

.moreBtn i {
display: inline-block;
font-size: 15px;
color: #AAAAAA;
letter-spacing: normal;
padding-right: 12px;
font-style: normal;
}

.moreBtn .dot {
display: inline-block;
}

.moreBtn span {
float: left;
margin: 0 2px;
width: 8px;
height: 8px;
border: 2px solid #AAAAAA;
border-radius: 50%;
}

.moreBtn:hover {
background: #207DB9
}

.moreBtn:hover i {
color: #fff;
}

.moreBtn:hover span {
border: 2px solid #FFFFFF;
}

.moreBtn:hover .span1 {
-webkit-animation: topDown .8s linear  0s;
animation: topDown .8s linear 0s;
}

.moreBtn:hover .span2 {
-webkit-animation: topDown .8s linear .2s;
animation: topDown .8s linear .2s;
}

.moreBtn:hover .span3 {
-webkit-animation: topDown .8s linear .4s;
animation: topDown .8s linear .4s;
}

@keyframes topDown {
0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

50% {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

}

.pb40 {
padding-bottom: 30px;
}

/*new detail*/
.article_time {
padding-top: 10px;
}

.printIco {
margin-top: 5px;
width: 29px;
height: 29px;
display: inline-block;
border-radius: 50%;
background: #CCCCCC;
background-image: url("/template/default/index/static/images/print.svg");
background-position: center;
color: #D1D1D1;
margin-right: 10px;
background-repeat: no-repeat;
background-size: 19px 17px;
}

.article_time #share-2 {
line-height: 36px !important;
float: left;
padding-left: 20px;
}

.dt_font_wraps {
float: right;
display: flex;
}

/*detail*/
.article_top {
color: #fff;
text-align: left;
margin-top: 80px;
}

.articlesub span {
display: block;
padding-top: 8px;
font-size: 16px;
}

.articlesub h2 {
font-size: 32px;
margin: 0;
font-weight: bold;
line-height: 1.2;
color: #333;
}

.article_content {
font-size: 16px;
color: #666;
line-height: 36px;
padding-top: 20px;
}

.article_content video {
margin: 0 auto;
display: block;
max-width: 90%;
width: 700px;
min-height: 300px;
}

.article_content p {
font-size: 16px;
color: #666;
line-height: 36px;
margin-bottom: 15px;
}

.article_content img {
margin: 0 auto;
display: block;
}

.art_bot {
margin: 30px 0 50px;
width: 75%;
}

.art_bot p, .art_bot a {
color: #464646;
line-height: 38px;
margin: 0;
font-weight: bold;
font-size: 18px;
}

.art_bot p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.art_bot a:hover {
color: #207DB9;
}

.backs a {
display: block;
width: 100px;
height: 34px;
text-align: center;
font-size: 14px;
color: #207DB9;
background-color: #fff;
line-height: 34px;
margin-top: 40px;
transition: all 0.5s;
border: 1px solid #207DB9;
border-radius: 30px 30px 30px 4px;
}

.backs a:hover {
background: #207DB9;
color: #fff;
}

.w70 {
float: left;
width: 73%;
padding: 0 15px;
padding-right: 30px;
padding-top: 50px;
}

.w30 {
float: left;
width: 27%;
padding: 0 15px;
padding-top: 50px;
}

.recommend {
background-color: #F8F8F8;
padding: 30px 30px;
margin-bottom: 50px;
}

.recommend h2 {
font-size: 24px;
color: #333;
margin: 0;
line-height: 36px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}

.recommend ul li a {
display: block;
padding-bottom: 20px;
}

.recommend ul li a h3 {
font-size: 18px;
font-weight: bold;
margin: 0;
color: #333333;
line-height: 30px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.recommend ul li a span {
font-size: 13px;
color: #333333;
line-height: 30px;
}

.recommend ul li a p {
font-size: 14px;
color: #666;
line-height: 28px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.recommend ul li {
border-left: 1px dashed #ccc;
padding-left: 20px;
position: relative;
}

.recommend ul li:last-child a {
border-bottom: none;
}

.recommend ul li a:hover h3 {
color: #207DB9;
}

.rightnew a {
display: block;
position: relative;
margin-bottom: 20px;
}

.rightnew a h3 {
position: absolute;
margin: 0;
text-align: center;
width: 100%;
bottom: 0px;
left: 0;
box-sizing: border-box;
padding: 0 10px;
background-color: rgba(0, 0, 0, 0.5);
font-size: 16px;
color: #fff;
line-height: 42px;
max-width: 100%;
height: 42px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.recommend ul li:before {
width: 12px;
height: 12px;
border: 1px solid #ccc;
background-color: #fff;
position: absolute;
left: -7px;
top: 8px;
content: '';
display: block;
border-radius: 50%;
}

.lookmore {
display: block;
font-size: 16px;
color: #fff;
background-color: #01A1DF;
border-radius: 20px;
line-height: 40px;
width: 150px;
text-align: center;
margin: 30px auto 0;
transition: all 0.6s;
}

.lookmore:hover {
color: #fff;
animation: logoShow .5s 1;
-webkit-animation: logoShow .5s 1;
}

.backs {
max-width: 25%;
}

.new_more {
padding-top: 30px;
}

.new_more span {
width: 172px;
max-width: 100%;
position: relative;
display: block;
text-align: left;
font-size: 16px;
padding-left: 30px;
height: 46px;
line-height: 46px;
background: #ffffff;
border-radius: 30px 30px 30px 4px;
}

.new_more span:before {
position: absolute;
content: "";
width: 30px;
height: 30px;
right: 10px;
top: 0;
bottom: 0;
margin: auto;
background: url("/template/default/index/static/images/projt.svg") no-repeat 55% 50%;
background-color: #EDEDED;
border-radius: 50%;
background-size: 30%;
transition: .5s ease-in-out;
}

.new_more span:hover:before {
transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
transition: .5s ease-in-out;
}

.new_more span:hover {
background: #0A8CD7;
color: #fff;
}

@media (max-width:991px) {
.w70 {
    width: 65%;
    padding: 0 15px;
    padding-right: 30px;
    padding-top: 30px;
}

.w30 {
    width: 35%;
    padding: 0 15px;
    padding-top: 30px;
}

.recommend h2 {
    font-size: 22px;
}

}

@media (max-width:767px) {
.articlesub h2 {
    font-size: 26px;
}

.w70 {
    width: 100%;
    padding: 0;
    padding-top: 30px;
}

.w30 {
    width: 100%;
    padding: 30px 0;
}

.art_bot {
    margin: 20px 0 0 0;
    width: 100%;
}

.backs {
    max-width: 100%;
}

.backs a {
    margin-top: 15px;
}

.recommend {
    padding: 30px 20px;
    margin-bottom: 30px;
}

.article_content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

}

@media print {
body {
    -webkit-print-color-adjust: exact;
    font-size: 12px;
}

a {
    text-decoration: none !important;
}

.index_header .logo {
    padding-left: 0;
}

.nei_nav .navv p {
    display: block;
}

.homemess, .pageside_nav {
    display: none;
}

.langue {
    margin-right: 10px;
}

.page_height {
    height: 100px;
}

.foot_nav ul.footnav {
    width: -webkit-calc(85% - 240px);
    width: -moz-calc(85% - 240px);
    width: calc(85% - 240px);
}

.foot_nav .foot_phone {
    width: 240px;
}

.foot_nav .foot_phone .phone_m {
    width: 100%;
    min-width: inherit;
}

.foot_nav .foot_phone .phone_m span:nth-child(2) {
    font-size: 20px;
    padding-left: 10px;
}

.foot_nav .foot_phone .phone_m span.left {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-top: 2px;
}

}

/*job*/
.index_first {
padding: 65px 0 40px 0;
}

.index_first .left {
max-width: 50%;
padding-right: 30px;
}

.index_first .left span {
font-size: 16px;
line-height: 1.2;
color: #AAAAAA;
display: block;
}

.index_first .left p {
font-size: 36px;
font-weight: bold;
line-height: 1.2;
padding-bottom: 20px;
color: #333333;
}

.index_first .right {
width: 50%;
}

.index_first .right p {
font-size: 18px;
line-height: 28px;
padding-bottom: 22px;
}

.job_up .right {
max-width: 50%;
width: 486px;
}

.job_mid {
height: 500px;
position: relative;
margin-bottom: 85px;
background-position: center;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
}

.jobmid_nei {
max-width: 440px;
width: 50%;
padding: 58px;
background: rgba(254, 148, 69, 0.9);
height: 100%;
float: right;
}

.jobmid_nei .jobmid_cont {
padding-top: 22px;
position: relative;
height: 100%;
width: 100%;
}

.jobmid_nei .jobmid_cont:before {
width: 20px;
height: 2px;
background: #FFFFFF;
position: absolute;
top: 0;
left: 0;
content: "";
}

.jobmid_nei .jobmid_cont p {
font-size: 16px;
color: #fff;
padding-bottom: 15px;
line-height: 28px;
}

.jobmid_nei .jobmid_a {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding-bottom: 18px;
border-bottom: 1px solid #FFFFFF;
}

.jobmid_nei .jobmid_a a {
color: #fff;
font-size: 16px;
}

.job_gene {
background: #F6F6F6;
padding: 60px 0 0 0;
}

.job_gene ul {
padding: 20px 0 50px 0;
margin-left: -33px;
margin-right: -33px;
overflow: hidden;
}

.job_gene ul li {
width: 25%;
padding: 33px;
text-align: center;
float: left;
}

.job_gene ul li .about_bg {
padding: 58px 35px 0 35px;
}

.job_gene ul li .about_bg {
height: 382px;
background: #FFFFFF;
border-radius: 80px 0px 80px 0px;
transition: 0.3s;
-webkit-transition: 0.3s;
}

.job_gene ul li .about_bg .aboutsvg {
display: inline-block;
text-align: center;
width: 112px;
height: 112px;
line-height: 112px;
background: #F9F9F9;
border-radius: 50%;
margin-bottom: 24px;
}

.job_gene ul li .about_bg .aboutsvg svg {
transition: 0.4s;
-webkit-transition: 0.4s;
}

.job_gene ul li .about_bg:hover .aboutsvg svg {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}

.about_bg strong {
display: block;
color: #333333;
font-weight: 500;
font-size: 22px;
line-height: 1.1;
padding-bottom: 15px;
}

.about_bg p {
font-size: 16px;
line-height: 28px;
}

.job_gene ul li:hover .about_bg svg path {
fill: #ffffff;
stroke: #fff;
}

.job_gene ul li:hover .about_bg .aboutsvg {
background: #207DB9;
}

.joblist_title {
overflow: hidden;
padding-top: 65px;
}

.joblist_title .left {
font-size: 36px;
font-weight: bold;
line-height: 1.2;
color: #333333;
}

.joblist_title .right {
font-size: 16px;
line-height: 40px;
}

.job_search {
height: 53px;
width: 100%;
background: #F6F6F6;
border-radius: 36px;
margin: 44px 0 55px 0;
}

.job_search .ser_l {
border: none;
outline: 0;
background: none;
min-width: 85%;
padding-left: 20px;
line-height: 45px;
padding-top: 4px;
float: left;
}

.job_search .ser_but {
width: 45px;
height: 45px;
float: right;
border: none;
outline: 0;
margin-top: 3px;
background-color: #207DB9;
background-image: url("/template/default/index/static/images/jobser.svg");
background-position: center;
background-repeat: no-repeat;
border-radius: 50%;
}

.job_search .ser_l::-webkit-input-placeholder {

/* WebKit, Blink, Edge */    font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_search .ser_l:-moz-placeholder {

/* Mozilla Firefox 4 to 18 */   font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_search .ser_l::-moz-placeholder {

/* Mozilla Firefox 19+ */  font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_search .ser_l:-ms-input-placeholder {

/* Internet Explorer 10-11 */   font-size: 16px;
font-family: MicrosoftYaHei;
color: #AAAAAA;
}

.job_list {
padding-bottom: 30px;
padding-top: 60px;
}

.job_list ul {
margin-left: -35px;
margin-right: -35px;
}

.job_list ul li {
padding: 35px;
padding-top: 0;
width: 33.33%;
float: left;
}

.job_list ul li .job_cont {
width: 100%;
height: 500px;
background: #F6F6F6;
border-radius: 3px;
padding: 35px 40px 40px 40px;
}

.job_list ul li .job_zw {
font-size: 22px;
font-weight: bold;
line-height: 28px;
color: #333333;
padding-bottom: 20px;
position: relative;
}

.job_list ul li .job_zw:before {
width: 20px;
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1px;
background: #CFCFCF;
}

.job_down {
margin-top: 20px;
height: 288px;
margin-bottom: 30px;
}

.job_list ul li .job_scoll {
max-height: 286px;
overflow-y: auto;
padding-right: 15px;
}

.job_list ul li .job_scoll::-webkit-scrollbar {
width: 4px;
height: 6px;
}

.job_list ul li .job_scoll::-webkit-scrollbar-track {
background: #DBE2E9;
border-radius: 2px;
}

.job_list ul li .job_scoll::-webkit-scrollbar-track:hover {
background: #70A7DF;
}

.job_list ul li .job_scoll::-webkit-scrollbar-thumb {
background: #CCD6E1;
border-radius: 6px;
}

/*nei*/
.job_list ul li .job_scoll::-webkit-scrollbar-thumb:hover {
background: #fff;
}

.job_scoll .mCSB_container {
padding-right: 30px;
}

.job_scoll .mCSB_scrollTools {
width: 3px;
opacity: 1;
}

.job_scoll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 3px;
margin: 0;
border-radius: 0;
background: #CCD6E1;
}

.job_scoll .mCSB_scrollTools .mCSB_draggerRail {
width: 1px;
background: #DBE2E9;
border-radius: 0;
}

.job_scoll .mCS_no_scrollbar .mCSB_draggerRail {
visibility: hidden;
}

.job_list ul li .job_scoll p {
font-size: 16px;
overflow: hidden;
line-height: 1.5;
padding-bottom: 8px;
}

.job_list ul li .job_scoll p span {
font-size: inherit;
color: inherit;
}

.job_list ul li .jobmore {
width: 169px;
display: inline-block;
height: 42px;
line-height: 42px;
font-size: 16px;
text-align: center;
background: #FFFFFF;
border-radius: 30px;
}

.job_list ul li .jobmore svg {
margin-left: 20px;
}

.job_list ul li:hover .job_cont {
background: #207DB9;
}

.job_list ul li:hover .jobmore {
color: #207DB9;
}

.job_list ul li:hover .jobmore svg path {
fill: #207DB9;
}

.job_list ul li:hover .job_zw {
color: #ffff;
}

.job_list ul li:hover .job_zw:before {
background: #fff;
}

.job_list ul li:hover .job_scoll p {
color: #fff;
}

.join-body {
padding: 15px 35px;
}

.join-body p {
line-height: 1.5;
font-size: 16px;
padding-bottom: 15px;
}

.jobb_more {
padding-top: 30px;
}

.jobb_more a {
width: 172px;
position: relative;
display: block;
font-size: 16px;
padding-left: 30px;
height: 46px;
line-height: 46px;
background: #EDEDED;
border-radius: 30px 30px 30px 4px;
}

.jobb_more a span {
color: inherit;
}

.jobb_more a:before {
position: absolute;
content: "";
width: 30px;
height: 30px;
right: 10px;
top: 0;
bottom: 0;
margin: auto;
background: url("/template/default/index/static/images/projt.svg") no-repeat 55% 50%;
background-color: #ffffff;
border-radius: 50%;
background-size: 30%;
transition: .5s ease-in-out;
}

.jobb_more a:hover:before {
transform: translateX(-10px);
-ms-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-o-transform: translateX(-10px);
transition: .5s ease-in-out;
}

.jobb_more a:hover {
background: #207DB9;
color: #fff;
}

@media (max-width:1279px) {
.job_gene ul {
    padding: 20px 0 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.job_gene ul li {
    width: 25%;
    padding: 15px;
}

.about_bg p {
    font-size: 16px;
    line-height: 26px;
}

.job_list ul {
    margin-left: -15px;
    margin-right: -15px;
}

.job_list ul li {
    padding: 15px;
}

}

@media (max-width:767px) {
.index_first {
    padding: 50px 0 30px 0;
}

.index_first .left {
    width: 100%;
    max-width: inherit;
    padding-right: 0;
    padding-bottom: 30px;
}

.index_first .right {
    width: 100%;
}

.index_first .left p {
    font-size: 28px;
    padding-bottom: 10px;
}

.index_first .right p {
    font-size: 16px;
    line-height: 1.6;
}

.joblist_title {
    padding-top: 50px;
}

.job_list ul li {
    width: 100%;
}

.job_list ul li .job_scoll p span {
    font-size: inherit;
}

.job_up .right {
    max-width: 100%;
}

.job_mid {
    padding-top: 80%;
    height: auto;
    margin-bottom: 50px;
}

.jobmid_nei {
    max-width: 440px;
    width: 100%;
    padding: 30px;
    height: 100%;
}

.jobmid_nei .jobmid_cont {
    padding-bottom: 50px;
}

.job_gene ul li .about_bg {
    height: 300px;
    margin-top: 30px;
    padding: 30px 15px 0 15px;
}

.job_gene ul li .about_bg .aboutsvg {
    width: 80px;
    height: 80px;
    line-height: 40px;
    padding: 20px;
    margin-bottom: 24px;
}

.job_gene ul li .about_bg .aboutsvg svg {
    width: 100%;
}

.joblist_title .left {
    font-size: 28px;
}

.joblist_title .right {
    width: 100%;
    text-align: left;
}

.job_search {
    height: 53px;
    width: 100%;
    background: #F6F6F6;
    border-radius: 36px;
    margin: 30px 0 30px 0;
}

.job_list {
    padding-top: 30px;
}

.job_list ul li .job_cont {
    width: 100%;
    height: 480px;
    padding: 35px 30px 40px 30px;
}

.partner_list ul {
    margin-left: -15px;
    margin-right: -15px;
}

.job_gene ul li {
    width: 100%;
}

.join-body {
    padding: 15px 0;
}

}

/*job detail*/
.jobyp {
padding-top: 50px;
}

.recuit label {
width: 110px;
float: left;
font-size: 16px;
font-weight: 500;
line-height: 35px;
}

.recuit input[type=text] {
width: 100%;
float: left;
background: #F0F0F0;
border: none;
outline: 0;
box-shadow: none;
font-size: 16px;
color: #1d1d1d;
border-radius: 0;
}

.recuit input[type=radio] {
height: 34px;
margin-top: 0px;
vertical-align: -12px;
margin-right: 6px;
-webkit-appearance: radio;
}

.recuit select {
width: 100%;
float: left;
}

.recuit .form-group {
line-height: 34px;
margin-bottom: 25px;
}

.recuit button {
margin-bottom: 30px;
width: 177px;
display: inline-block;
color: #fff !important;
padding: 0;
font-size: 16px;
height: 56px;
line-height: 56px;
background: #207DB9;
border-radius: 5px;
outline: 0;
}

.recuit textarea {
width: 100%;
float: left;
background: #F0F0F0;
padding: 10px !important;
border: none;
outline: 0;
box-shadow: none;
font-size: 16px;
color: #1d1d1d;
border-radius: 0;
}

.message_code span {
margin-left: 5px;
}

.message_code span img {
max-height: 50px;
}

.text-area {
width: 100%;
position: relative;
display: block;
}

.recuit .mess01 {
float: left;
width: -webkit-calc(100% - 110px);
width: -moz-calc(100% - 110px);
width: calc(100% - 110px);
}

.recuit .mess02 {
width: 100%;
padding-bottom: 10px;
}

.recuit .mess03 {
width: 72%;
float: left;
padding-bottom: 10px;
}

.text-area label.error {
position: absolute;
bottom: -30px;
left: 0;
font-size: 14px;
line-height: inherit;
width: 100%;
color: red;
}

@media screen and (max-width:991px) {
.recuit .form-group:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.recuit .form-group {
    margin-bottom: 10px;
}

}

@media screen and (max-width:767px) {
.recuit label {
    width: 100%;
}

.recuit .mess01 {
    width: 100%;
}

}

/*about*/
.two_po {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 8;
}

/*about*/
.about_cont {
padding-top: 120px;
}

.about_first {
border-bottom: 1px solid #ECECEC;
padding-bottom: 60px;
margin-bottom: 70px;
}

.about_left {
float: left;
width: 40%;
}

.about_left h3 {
font-size: 22px;
font-weight: bold;
}

.about_left h3 span {
position: relative;
padding-right: 30px;
}

.about_left h3 span:before {
width: 20px;
content: "";
position: absolute;
right: 0;
top: 50%;
height: 1px;
background: #999999;
opacity: 1;
}

.about_left h4 {
font-size: 36px;
color: #0DB4D5;
font-weight: bold;
line-height: 1.1;
padding: 30px 0;
}

.about_left p {
font-size: 16px;
line-height: 28px;
}

.x-section-7 {
float: left;
width: 60%;
padding-left: 130px;
padding-top: 24px;
}

.x-section-7 .co7 .item {
width: 25%;
float: left;
padding: 0 5px;
text-align: center;
}

.x-section-7 .co7 .item span {
color: #333333;
font-size: 48px;
line-height: 57px;
height: 57px;
display: block;
font-family: 'Open Sans', sans-serif;
}

.x-section-7 .co7 .item span.font36 {
font-size: 36px;
}

.x-section-7 .co7 .item p {
font-size: 16px;
padding-top: 10px;
}

.x-section-7 .co7 .item .svg {
height: 52px;
margin-bottom: 15px;
}

.numfont {
font-family: 'Open Sans', sans-serif;
}

.x-section-7 .co7 .item .svg img {
transition: 0.3s;
-webkit-transition: 0.3s;
}

.x-section-7 .co7 .item:hover .svg img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}

.about_mid .left_a {
width: 58%;
float: left;
padding-right: 110px;
}

.about_mid .right_a {
width: 42%;
float: right;
}

.about_mid .about_mid01 {
font-size: 36px;
line-height: 1.4;
color: #333333;
}

.about_mid .about_mid02 {
padding-top: 38px;
}

.about_mid .about_mid02 p {
font-size: 16px;
line-height: 1.8;
padding: 13px 0;
}

.about_mid .about_mid01 span, .about_mid .about_mid01 strong {
color: inherit;
font-size: inherit;
}

.about_video {
height: 709px;
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}

.about_video:before {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 7;
}

.about_video span {
position: absolute;
cursor: pointer;
left: 50%;
top: 50%;
z-index: 8;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
}

#vido .modal-content {
background: none;
border: none;
}

#vido .close {
position: absolute;
right: -40px;
top: 0;
outline: 0;
border-radius: 50%;
width: 50px;
height: 50px;
background-color: #fff;
font-size: 22px;
}

#vido .close span {
font-size: inherit;
color: inherit;
line-height: inherit;
}

#vido .close:hover {
color: #fff;
background-color: #207DB9;
}

#vido .modal-dialog {
max-width: 1200px;
}

#vido video {
max-width: 100%;
}

.about_botom {
background-color: #F9F9F9;
background-image: url("/template/default/index/static/images/aboutbg.png");
background-repeat: no-repeat;
margin-top: 50px;
background-size: cover;
padding: 60px 0 60px 0;
}

.about_botom h3 {
font-size: 32px;
color: #333333;
font-weight: bold;
border-bottom: 1px solid #CFCFCF;
line-height: 1.1;
padding-bottom: 20px;
}

.about_botom ul {
padding: 75px 0 0 0;
margin-left: -12px;
margin-right: -12px;
}

.about_botom ul li {
width: 16.66%;
padding: 12px;
text-align: center;
float: left;
}

.about_botom ul li .about_bg {
padding: 34px;
margin-top: 0;
}

.about_bg {
height: 228px;
background: #FFFFFF;
border-radius: 6px;
transition: 0.3s;
-webkit-transition: 0.3s;
}

.about_bg .aboutsvg {
display: block;
text-align: center;
height: 45px;
margin-bottom: 12px;
position: relative;
}

.about_bg .aboutsvg img {
transition: 0.4s;
-webkit-transition: 0.4s;
}

.about_bg .aboutsvg img:nth-child(2) {
display: none;
}

.about_bg:hover .aboutsvg img:nth-child(1) {
display: none;
}

.about_bg:hover .aboutsvg img:nth-child(2) {
display: inline-block;
}

.about_bg strong {
display: block;
color: #333333;
font-weight: bold;
font-size: 17px;
line-height: 1.1;
padding-bottom: 10px;
}

.about_bg p {
font-size: 16px;
line-height: 28px;
}

.about_botom ul li:hover .about_bg {
background: #207DB9;
}

.about_botom ul li:hover .about_bg svg path {
fill: #ffffff;
}

.about_botom ul li:hover .about_bg strong {
color: #fff;
}

.about_botom ul li:hover .about_bg p {
color: #fff;
opacity: 0.6
}

@media all and (max-width:1439px) {
.about_botom ul li .about_bg {
    padding: 34px 15px;
}

}

@media all and (max-width:1279px) {
.about_mid .about_mid01, .about_left h4, .page_title h2 {
    font-size: 32px;
}

.about_botom ul li {
    width: 33.33%;
}

}

@media all and (max-width:991px) {
.about_mid .left_a {
    padding-right: 60px;
}

.about_botom ul li .about_bg {
    padding: 34px 8px;
}

.about_mid .about_mid01, .about_left h4, .about_botom h3, .page_title h2 {
    font-size: 28px;
}

}

@media all and (max-width:767px) {

/*about*/
.about_mid .about_mid02 {
    padding-top: 10px;
}

.about_mid .about_mid02 p {
    padding: 10px 0
}

.about_cont {
    padding-top: 50px;
}

.about_left {
    width: 100%;
}

.about_mid .about_mid01, .about_left h4 {
    font-size: 26px;
}

.about_first {
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.about_mid .left_a {
    padding-right: 0;
    padding-bottom: 30px;
}

.about_mid .left_a, .about_mid .right_a {
    width: 100%;
}

.about_video {
    height: 300px;
}

.about_video span {
    width: 35px;
}

.about_botom {
    margin-top: 50px;
    padding: 50px 0 60px 0;
}

.about_botom ul {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 35px;
}

.about_botom ul li {
    width: 50%;
    padding: 5px 5px;
}

.about_botom ul li .about_bg {
    padding: 25px 8px;
    height: 180px;
    border-radius: 0px 40px 40px 40px;
}

.about_bg .aboutsvg {
    height: 40px;
}

.about_bg .aboutsvg svg {
    max-width: 30px;
}

.about_bg p {
    line-height: 22px;
}

}

/*syhz hzys*/
.hzys_mid {
height: 460px;
background-attachment: fixed;
position: relative;
background-position: center;
background-size: cover;
margin: 40px 0 0px 0;
}

.hzys_mid .cul_mid {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
padding: 30px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
}

.hzys_mid .cul_mid h3 {
font-size: 26px;
font-weight: bold;
line-height: 1.2;
color: #FFFFFF;
}

.font26 .left p {
font-size: 26px;
font-weight: 500;
}

.ad_three {
padding-top: 10px;
}

.ad_three ul {
margin-left: -22px;
margin-right: -22px;
overflow: hidden;
}

.ad_three ul li {
float: left;
width: 33.33%;
padding: 0 22px;
padding-bottom: 30px;
}

.ad_three ul li .ad_border {
height: 320px;
background: #EBF0F5;
overflow: hidden;
position: relative;
padding: 45px 30px 0 30px;
}

.ad_three ul li .ad_border:before {
height: 11px;
background: #E0E4EA;
content: "";
left: 0;
top: 0;
width: 100%;
position: absolute;
}

.ad_three ul li .ad_border:after {
height: 11px;
background: #27BACB;
content: "";
left: 0;
top: 0;
width: 0;
position: absolute;
}

.ad_three ul li:hover .ad_border:after {
width: 100%;
transition: 0.5s;
-webkit-transition: 0.5s;
}

.ad_three ul li:hover .ad_border:before {
opacity: 0;
}

.ad_three ul li .ad_border span {
display: block;
}

.ad_three ul li .ad_border span.ad_title {
font-size: 26px;
margin: 15px 0;
line-height: 28px;
color: #333333;
}

.ad_three ul li .ad_border p {
font-size: 16px;
}

.ad_four {
min-height: 450px;
position: relative;
background-position: center;
background-size: cover;
margin: 50px 0 0 0;
padding: 60px 40px 30px 40px;
}

.ad_four .adfor_sub {
min-height: 160px;
}

.ad_four .adfor_sub p {
color: #FFFFFF;
}

.ad_four .adfor_num {
position: absolute;
left: 0;
bottom: 45px;
width: 100%;
padding: 0 40px;
}

.adfor_num ul li .adfor_up {
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
margin-bottom: 10px;
}

.adfor_num ul li .adfor_down {
border-top: 1px solid #FFFFFF;
padding-top: 15px;
}

.adfor_num ul li .adfor_down span {
font-size: 48px;
font-family: Arial;
font-weight: 400;
line-height: 1.2;
color: #FFFFFF;
}

.adcicle {
width: 200px;
height: 200px;
margin: 0 auto;
background: #207DB9;
display: inline-block;
padding-top: 51px;
border-radius: 50%;
position: relative;
}

.adcicle:before {
width: 170px;
position: absolute;
content: "";
left: 50%;
top: 50%;
height: 170px;
border: 1px dashed #93C6E9;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
}

.adcicle span {
height: 40px;
display: block;
margin-bottom: 10px;
}

.adcicle span img {
max-height: 100%;
}

.adcicle span img {
transition: 0.4s;
-webkit-transition: 0.4s;
}

.adfi_list ul li:hover .adcicle span img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}

.adcicle p {
font-size: 18px;
line-height: 28px;
color: #FFFFFF;
}

/*sigeyuanze*/
.ad_five {
overflow: hidden;
}

.adfi_list {
padding: 90px 0 0 0;
}

.adfi_list ul {
margin-left: -15px;
margin-right: -15px;
}

.adfi_list ul li {
width: 25%;
float: left;
text-align: center;
padding: 0 15px;
}

.adfi_botom {
max-width: 260px;
width: 100%;
padding-top: 99px;
margin: 0 auto;
position: relative;
}

.adfi_botom p {
font-size: 16px;
height: 112px;
line-height: 28px;
}

.adfi_botom:before {
width: 1px;
content: "";
position: absolute;
top: -14px;
left: 50%;
height: 47%;
max-height: 85px;
background: #2097BE;
}

.adfi_botom:after {
width: 11px;
content: "";
position: absolute;
margin-left: -5px;
top: -21px;
left: 50%;
height: 11px;
background: #FFFFFF;
border-radius: 50%;
}

@media (max-width:1579px) {
.adfor_num ul li .adfor_up {
    height: 50px;
}

}

@media (max-width:1439px) {
.adfor_num ul li .adfor_down span {
    font-size: 40px;
}

}

@media (max-width:1279px) {
.adfor_num ul li .adfor_down span {
    font-size: 30px;
}

}

@media (max-width:991px) {
.adcicle {
    width: 140px;
    height: 140px;
    padding-top: 25px;
}

.ad_three ul li .ad_border em {
    font-size: 100px;
}

.ad_four .adfor_num {
    position: inherit;
    bottom: inherit;
    padding: 0;
}

.adfor_num ul.row {
    display: inline-block;
}

.adfor_num ul li {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}

.adfor_num ul li .adfor_down span {
    font-size: 40px;
}

.adcicle:before {
    width: 120px;
    height: 120px;
}

.adcicle span {
    height: 30px;
    margin-bottom: 8px;
}

.adcicle p {
    font-size: 16px;
    line-height: 22px;
}

.adfi_botom p {
    font-size: 16px;
    height: 112px;
    line-height: 24px;
}

.adfi_botom {
    padding-top: 80px;
}

.adfi_botom:after {
    top: -17px;
}

.ad_three ul li .ad_border em {
    font-size: 100px;
}

}

@media (max-width:767px) {
.about_mid {
    padding-top: 50px;
}

.index_first .left {
    width: 100%;
    max-width: inherit;
    padding-right: 0;
    padding-bottom: 30px;
}

.index_first .right {
    width: 100%;
}

.ad_four .adfor_sub {
    min-height: auto;
    margin-bottom: 50px;
}

.hzys_mid {
    height: 300px;
    margin-top: 0;
}

.ad_four .adfor_sub p {
    line-height: 1.5;
}

.ad_four {
    min-height: inherit;
    margin-top: 30px;
    padding: 50px 15px 0px 15px;
}

.adcicle {
    width: 130px;
    height: 130px;
    padding-top: 32px;
}

.ad_three ul li .ad_border em {
    font-size: 100px;
}

.adfor_num ul li .adfor_up {
    height: auto;
}

.adfor_num ul li {
    width: 100%;
}

.adfor_num ul li .adfor_down span {
    font-size: 28px;
}

.adcicle:before {
    width: 110px;
    height: 110px;
}

.adcicle span {
    height: 25px;
    margin-bottom: 8px;
}

.adcicle p {
    font-size: 16px;
    line-height: 22px;
}

.adfi_botom p {
    font-size: 16px;
    height: 88px;
    line-height: 22px;
}

.adfi_botom {
    padding-top: 60px;
}

.adfi_botom::before {
    height: 35%;
}

.adfi_botom:after {
    top: -17px;
}

.adfi_list ul li {
    width: 50%;
    padding-bottom: 15px;
}

.ad_three ul li {
    width: 100%;
}

}

.cuture_down {
padding-top: 85px;
}

.cul_cicle {
width: 100%;
margin-top: 35px;
margin-bottom: 215px;
padding: 20px 30px;
background: #FFFFFF;
border: 1px solid #207DB9;
border-radius: 143px;
}

.cul_cicle {
position: relative;
}

.cul_cicle ul {
background: #E2EFF1;
height: 240px;
border-radius: 192px;
overflow: hidden;
padding: 38px 40px;
}

.cul_cicle ul li {
position: absolute;
top: 60px;
width: 166px;
padding-bottom: 200px;
}

.cul_cicle ul li:nth-child(1) {
left: 160px;
}

.cul_cicle ul li:nth-child(2) {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.cul_cicle ul li:nth-child(3) {
right: 160px;
}

.cul_cicle ul li .ciclew {
width: 166px;
height: 162px;
text-align: center;
margin: 0 auto;
padding-top: 35px;
border-radius: 50%;
position: relative;
transition: 0.3s;
-webkit-transition: 0.3s;
}

.cul_cicle ul li .ciclew:before {
border: 1px dashed #207DB9;
content: "";
width: 146px;
position: absolute;
left: 10px;
top: 10px;
height: 142px;
border-radius: 50%;
}

.cul_cicle ul li .ciclew {
background: #fff;
}

.cul_cicle ul li .ciclew span {
height: 46px;
margin-bottom: 10px;
display: block;
position: relative;
z-index: 8;
}

.cul_cicle ul li .ciclew p {
color: #333333;
font-size: 17px;
position: relative;
z-index: 8;
}

.cul_cicle ul li:hover .ciclew {
background: #207DB9;
}

.cul_cicle ul li:hover .ciclew:before {
border: 1px dashed #92C5E9;
}

.cul_cicle ul li:hover .ciclew p {
color: #fff;
}

.cul_cicle .cicle_b {
border: 2px dashed#207DB9;
border-radius: 192px;
padding: 18px 20px;
width: 220%;
height: 87px;
display: flex;
align-items: center;
justify-content: center;
max-width: 350px;
left: -50%;
position: absolute;
top: 275px;
}

.cul_cicle .cicle_b strong {
display: none;
color: #333;
}

.cul_cicle .cicle_b p {
font-size: 16px;
line-height: 28px;
color: #333333;
}

.cul_cicle .cicle_b:before {
width: 9px;
height: 9px;
content: "";
background: #207DB9;
border-radius: 50%;
position: absolute;
left: 50%;
margin-left: -9px;
top: -61px;
}

.cul_cicle .cicle_b:after {
width: 1px;
height: 50px;
content: "";
background: #207DB9;
position: absolute;
left: 50%;
margin-left: -5px;
top: -53px;
}

.cul_cicle ul li:hover .cicle_b {
background: #207DB9;
}

.cul_cicle ul li:hover .cicle_b p {
color: #fff;
}

.cul_cicle ul li .ciclew span img:nth-child(2) {
display: none;
}

.cul_cicle ul li:hover .ciclew span img:nth-child(1) {
display: none;
}

.cul_cicle ul li:hover .ciclew span img:nth-child(2) {
display: inline-block;
}

@media (max-width:1279px) {
.cul_cicle ul li:nth-child(1) {
    left: 80px;
}

.cul_cicle ul li:nth-child(2) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cul_cicle ul li:nth-child(3) {
    right: 80px;
}

.cul_cicle .cicle_b {
    border-radius: 192px;
    padding: 18px 20px;
    width: 176%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    left: -38%;
    position: absolute;
    top: 275px;
}

.cul_cicle .cicle_b p {
    line-height: 1.4;
}

.cul_cicle .cicle_b:after {
    width: 1px;
    height: 50px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 4px;
    top: -53px;
}

.cul_cicle .cicle_b:before {
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -61px;
}

}

@media (max-width:991px) {
.cuture_down h3.cuture_title {
    font-size: 30px;
}

.cul_cicle {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 50px;
}

.cul_cicle ul {
    background: none;
    padding: 0;
    border-radius: 0;
    height: auto;
}

.cul_cicle ul li {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cul_cicle ul li:last-child {
    padding-bottom: 0;
}

.cul_cicle ul li:nth-child(1) {
    left: inherit;
}

.cul_cicle ul li:nth-child(2) {
    left: inherit;
    transform: none;
}

.cul_cicle ul li:nth-child(3) {
    right: inherit;
}

.cul_cicle ul li .ciclew {
    float: left;
    width: 100px;
    height: 100px;
    padding-top: 26px;
    border: 1px dashed #207DB9;
}

.cul_cicle ul li .ciclew:before {
    display: none;
}

.cul_cicle .cicle_b strong {
    display: block;
    font-size: 18px;
}

.cul_cicle .cicle_b {
    position: inherit;
    background: none !important;
    float: left;
    left: inherit;
    padding-right: 0;
    display: block;
    top: inherit;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    height: auto;
    max-width: inherit;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.cul_cicle ul li .ciclew p {
    display: none;
}

.cul_cicle .cicle_b:before, .cul_cicle .cicle_b:after {
    display: none;
}

.cul_cicle .cicle_b p {
    color: #333333 !important;
}

}

@media screen and (max-width:767px) {
.cuture_down {
    padding-top: 50px;
}

.adfi_list {
    padding: 50px 0 0 0;
}

}

/*honor*/
.honor_bgd {
background: #F8F8F8;
}

.honor_tab {
padding-top: 50px;
position: relative;
}

.honor_tab .nav-tabs {
border: none;
text-align: center;
display: block;
position: absolute;
right: 0;
max-width: 80%;
top: -43px;
}

.honor_tab .nav-tabs .nav-item {
display: inline-block;
}

.honor_tab .nav-tabs .nav-link {
font-size: 16px;
min-width: 172px;
display: block;
margin: 0 10px;
padding: 0;
height: 46px;
line-height: 46px;
background: #FFFFFF;
border-radius: 30px 30px 30px 4px;
}

.honor_tab .nav-tabs .nav-item.show .nav-link, .honor_tab  .nav-tabs .nav-link.active, .honor_tab .nav-tabs .nav-link:hover {
background: #207DB9;
color: #fff;
}

.ind_honor_case .swiper-container {
overflow: initial;
}

.honor_bgd .swiper-pagination {
position: inherit;
padding-top: 50px;
}

.honor_eject  .caseeject {
max-width: inherit;
}

.honor_eject  .caseeject .modal-content {
max-width: 850px;
background: #FFFFFF;
margin: 0 auto;
box-shadow: 0px 3px 66px rgba(0, 0, 0, 0.16);
border-radius: 29px;
}

.honor_eject .modal-content {
border: none;
}

.honor_eject .modal-header {
border: none;
text-align: center;
padding-top: 50px;
}

.honor_eject .modal-header .close {
display: inline-block;
margin: 0 auto;
padding: 0;
width: 44px;
height: 44px;
line-height: 44px;
padding-top: 15px;
border: 1px solid #A4A4A4;
border-radius: 50%;
}

.honor_eject .modal-header .close img {
vertical-align: top;
}

.honor_eject .modal-header .close:hover img {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
transition: 0.5s;
-webkit-transition: 0.5s;
}

.honor_eject .modal-body {
padding-bottom: 80px;
}

.homenewlist {
max-width: 565px;
margin: 0 auto
}

.homenewlist .owl-dots {
display: none;
}

.homenewlist  .owl-theme .owl-nav {
margin-top: 0;
}

.honor_title {
font-size: 22px;
padding-top: 35px;
line-height: 29px;
text-align: center;
color: #333333;
}

.honor_title p {
color: #333333;
}

.honor_eject  .owl-theme .owl-nav {
margin-top: 0;
}

.honor_eject .owl-carousel.owl-theme .owl-nav button {
position: absolute;
top: 50%;
width: 44px;
outline: 0;
height: 45px;
line-height: 45px;
background: #ECECEC;
border-radius: 50%;
margin-top: -50px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.honor_eject  .owl-theme .owl-nav button span {
font-size: 0;
display: inline-block;
width: 16px;
height: 14px;
vertical-align: middle;
}

.honor_eject  .owl-theme .owl-nav button.owl-prev {
left: -20%;
}

.honor_eject  .owl-theme .owl-nav button.owl-next {
right: -20%;
}

.honor_eject  .owl-theme .owl-nav button:hover {
background: #0DB4D5;
}

.honor_eject  .owl-theme .owl-nav button.owl-prev span {
background: url("/template/default/index/static/images/ryleft.png") no-repeat;
background-size: cover;
}

.honor_eject  .owl-theme .owl-nav button.owl-next span {
background: url("/template/default/index/static/images/ryright.png") no-repeat;
background-size: cover;
}

.honor_eject  .owl-theme .owl-nav button.owl-prev:hover span {
background: url("/template/default/index/static/images/rylefth.png") no-repeat;
background-size: cover;
}

.honor_eject  .owl-theme .owl-nav button.owl-next:hover span {
background: url("/template/default/index/static/images/ryrighth.png") no-repeat;
background-size: cover;
}

.ind_honor_case {
padding-bottom: 55px;
}

.ind_honor_case .pro_img_box img {
border-radius: 0;
}

.ind_honor_case .swiper-container span.swiper-pagination-bullet {
opacity: 1;
background: none;
width: 10px;
height: 10px;
margin: 0 8px;
position: relative;
}

.ind_honor_case .swiper-container .swiper-pagination span:before {
background: #C9C9C9;
border-radius: 50%;
content: "";
width: 8px;
left: 1px;
top: 1px;
height: 8px;
position: absolute;
}

.ind_honor_case .swiper-container span.swiper-pagination-bullet-active:before, .ind_honor_case .swiper-container span:hover:before {
background: #207DB9;
left: 0;
top: 0;
width: 10px;
height: 10px;
}

.ind_honor_case .swiper-slide a {
display: block;
}

.about-list2 .time-contentbox {
position: relative;
padding: 118px 0 75px 0;
}

.honr_img img {
margin: 0 auto;
}

.honor_eject .owl-carousel.owl-drag .owl-item {
text-align: center;
}

.honor_eject .owl-carousel.owl-drag .owl-item.active .item {
display: block !important;
}

.honor_eject .item {
text-align: center;
display: inline-block;
}

.honor_eject .item .honor_img_box {
display: inline-block;
}

.about-list2 .time-contentbox .xianbox2 {
width: calc(100vw * 4.1);
height: 170%;
position: absolute;
left: 0;
top: -120px;
z-index: 1;
}

.about-list2 .time-contentbox .xianimg2 {
width: calc(100vw * 4.1);
height: 100%;
}

.about-list2 .time-contentbox .swiper-container {
overflow: initial;
}

.honr_one h3 {
font-size: 32px;
font-weight: bold;
line-height: 46px;
color: #333333;
}

.honr_one p {
font-size: 16px;
line-height: 28px;
}

.time-contentbox .swiper-slide {
z-index: 99;
padding-bottom: 45px;
}

.time-contentbox .swiper-slide:first-child {
padding-top: 178px !important;
}

.time-contentbox .swiper-slide:nth-child(2n) {
padding-top: 100px;
}

.honor_img_box {
overflow: hidden;
position: relative;
}

.honor_img_box span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 20px 22px;
display: flex;
align-items: center;
}

.honor_img_box img {
width: 100%;
max-width: inherit;
}

.honor_img_box span img {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.swiper-slide a:hover .honor_img_box span img {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}

.honorbut {
text-align: center;
}

.honorbut .honor_but {
width: 51px;
position: relative;
z-index: 99;
height: 51px;
text-align: center;
line-height: 51px;
display: inline-block;
cursor: pointer;
background: #ECECEC;
border-radius: 50%;
margin: 0 12px;
outline: 0;
}

.honorbut .honor_but:hover {
background: #0DB4D5;
}

.honorbut .honor_but:hover svg path {
fill: #fff;
}

.honor_sub {
font-size: 18px;
margin-top: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 24px;
color: #333333;
}

.honor_subs {
font-size: 18px;
position: absolute;
left: 0;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 24px;
color: #333333;
}

@media (max-width:991px) {
.ind_honor_case .swiper-container span.swiper-pagination-bullet {
    margin: 0 2px;
}

}

@media (max-width:767px) {
.honor_tab {
    padding-top: 30px;
}

.honor_tab .nav-tabs {
    position: inherit;
    top: inherit;
    max-width: inherit;
    width: 100%;
    margin-bottom: 30px;
}

.honor_tab .nav-tabs {
    text-align: left;
}

.honor_tab .nav-tabs .nav-item {
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-bottom: 15px;
}

.honor_tab .nav-tabs .nav-link {
    font-size: 16px;
    min-width: inherit;
    padding: 0 15px;
    display: inline-block;
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 4px;
}

}

/*pageside nav*/
.pageside_nav {
float: right;
max-width: -webkit-calc(100% - 620px);
max-width: -moz-calc(100% - 620px);
max-width: calc(100% - 620px);
padding-left: 50px;
border-right: 1px solid #CCCCCC;
margin-right: 30px;
}

.pageside_nav .wrap {
width: 1300px;
margin: 0 auto;
}

.pageside_nav .in_wrap .nav {
display: block;
}

.index_header  .in_wrap, .index_header  .wrap {
overflow: hidden;
}

.index_header  .nav > li {
float: left;
padding: 0px 33px;
line-height: 100px;
text-align: center;
}

.index_header  .nav > li > a {
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #333;
padding: 0 0 0 0;
position: relative;
}

.index_header  .nav > li > a:before {
content: '';
position: absolute;
background-color: #2760a2;
width: 0;
height: 2px;
left: 0;
bottom: -10px;
transition: 0.4s;
-webkit-transition: 0.4s;
}

.index_header  .nav li.active a, .index_header  .nav > li > a:hover {
color: #207DB9;
}

.index_header  .nav > li > a:hover:before {
width: 100%;
}

.navdown {
position: absolute;
left: 0;
top: 100px;
width: 100%;
z-index: 999;
background: #f5f5f5;
border-bottom: 1px solid #b1b8bb;
display: none;
}

.navdown .yiji {
text-align: center;
padding: 20px 0 35px;
}

.navdown .yiji li {
display: inline-block;
padding: 0 40px;
}

.navdown .yiji a, .navdown .yiji span {
display: block;
color: #333;
}

.navdown .yiji .ion {
height: 70px;
background-repeat: no-repeat;
background-position: center top;
min-width: 120px;
}

.navdown .yiji .txt {
font-size: 16px;
}

.navdown .yiji a:hover span {
color: #207DB9;
}

.navdown .yiji a:hover .ion {
background-position: center bottom;
}

.navdown .sanji ul {
position: relative;
padding: 20px 0;
}

.navdown .sanji ul:before {
content: "";
position: absolute;
left: 0;
top: 0;
display: inline-block;
width: 237px;
height: 20px;
background: #207DB9;
}

.navdown .sanji ul:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
display: inline-block;
width: 237px;
height: 20px;
background: #207DB9;
}

.navdown .sanji li {
background: #207DB9;
width: 237px;
}

.navdown .sanji .nr {
position: absolute;
left: 0;
padding-left: 237px;
top: 0;
width: 100%;
box-sizing: border-box;
}

.navdown .sanji .l {
color: #fff;
display: block;
background-repeat: no-repeat;
background-position: 40px center;
padding: 12px 20px 12px 88px;
font-size: 16px;
position: relative;
z-index: 2;
}

.navdown .sanji .l:before {
content: "";
position: absolute;
right: 40px;
top: 50%;
margin-top: -6px;
display: inline-block;
width: 8px;
height: 13px;
background: url(/template/default/index/static/images/nav-10.png) left top;
}

.navdown .sanji li.li_one .l, .navdown .sanji li:hover .l {
background-color: #f5f5f5;
color: #207DB9;
font-weight: bold;
}

.navdown .sanji li.li_one .l:before, .navdown .sanji li:hover .l:before {
background-position: left bottom;
}

.navdown .erji .bt {
padding: 40px 70px 15px;
padding-right: 0;
}

.navdown .erji .bt a {
color: #333;
font-weight: bold;
font-size: 18px;
}

.navdown .erji .bt a:hover {
color: #007ec3;
}

.navdown .erji .con {
padding: 0 50px;
}

.navdown .erji .con span {
display: block;
float: left;
width: 25%;
box-sizing: border-box;
padding: 10px 20px;
}

.navdown .erji .con a {
color: #333;
background-image: url(/template/default/index/static/images/projt.svg);
background-position: left;
background-repeat: no-repeat;
padding-left: 20px;
}

.navdown .erji .con a:hover {
color: #207DB9;
}

.navdown .erji .nr_pos {
padding-right: 600px;
height: 100%;
}

.navdown .erji .con_pos {
position: absolute;
right: 0;
top: 0;
height: 100%;
background: #e9e9e9;
}

.navdown .erji .con_pos .li {
padding: 0 40px;
float: left;
position: relative;
height: 100%;
}

.navdown .erji .con_pos .li:before {
content: "";
position: absolute;
right: 0;
top: 10%;
display: inline-block;
width: 1px;
height: 80%;
background: #d6d6d6;
}

.navdown .erji .con_pos .li .tit {
padding: 40px 0 30px;
font-weight: bold;
}

.navdown .erji .con_pos .li a {
display: block;
margin-bottom: 20px;
color: #333;
}

.navdown .erji .con_pos .li a:hover {
color: #007ac2;
}

.nei_nav .navv p {
background-color: #666;
display: none;
}

@media screen and (max-width:1800px) {
.index_header .nav > li {
    padding: 0px 26px;
}

}

@media screen and (max-width:1579px) {
.index_header .nav > li {
    padding: 0px 22px;
}

}

@media screen and (max-width:1500px) {
.index_header .nav > li {
    padding: 0px 20px;
}

}

@media screen and (max-width:1480px) {
.index_header .nav > li {
    padding: 0px 18px;
}

.pageside_nav {
    padding-left: 30px;
    padding-right: 15px;
}

}

@media screen and (max-width:1439px) {
.index_header .nav > li {
    padding: 0px 15px;
}

}

@media screen and (max-width:1400px) {
.index_header .nav > li {
    padding: 0px 10px;
}

}

@media screen and (max-width:1340px) {
.index_header .pageside_nav {
    display: none;
}

.nei_nav .navv p {
    display: inline-block;
}

}

@media screen and (max-width:991px) {
.page_height {
    height: 80px;
}

}

/*mess*/
.pt70 {
padding-top: 70px;
}

.messform {
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
padding-bottom: 70px;
padding-top: 15px;
}

.messform .col {
width: 50%;
padding: 15px;
float: left;
}

.messform .colw100 {
width: 100%;
padding: 15px;
float: left;
}

.messform .col6 {
width: 65%;
padding: 15px;
float: left;
}

.messform .col4 {
width: 35%;
padding: 15px;
float: left;
}

.messcontrol {
width: 100%;
height: 60px;
border: 1px solid #E5E5E5;
outline: 0;
font-size: 16px;
padding: 10px 25px;
line-height: 40px;
padding-left: 55px;
border-radius: 3px;
}

.messcont {
width: 100%;
border: 1px solid #E5E5E5;
min-height: 138px;
padding-left: 55px;
padding-top: 15px;
line-height: 28px;
font-size: 16px;
outline: 0;
border-radius: 3px;
}

.messcontrol:hover, .messcont:hover {
border: 1px solid #207DB9;
}

.messform span {
position: relative;
display: block;
width: 100%;
}

.messform span:after {
content: "";
width: 21px;
height: 100%;
position: absolute;
left: 25px;
}

.messform span.mess01:after {
background: url("/template/default/index/static/images/messico01.png") no-repeat center;
}

.messform span.mess02:after {
background: url("/template/default/index/static/images/messico02.png") no-repeat center;
}

.messform span.mess03:after {
background: url("/template/default/index/static/images/messico03.png") no-repeat center;
}

.messform span.mess04:after {
background: url("/template/default/index/static/images/messico04.png") no-repeat center;
}

.messform span.mess05:after {
background: url("/template/default/index/static/images/messico05.png") no-repeat center;
}

.messform span.mess07:after {
background: url("/template/default/index/static/images/messico06.png") no-repeat center;
height: 20px;
top: 21px;
}

.messform span.mess08:after {
background: url("/template/default/index/static/images/messico07.png") no-repeat center;
}

.messform .mess08 {
max-width: 506px;
float: left;
width: 60%;
}

.messyz {
float: left;
display: inline-block;
padding-left: 20px;
}

.messyz img {
height: 38px;
}

.submit {
background: #207DB9;
max-width: 252px;
height: 60px;
border: none;
outline: 0;
font-size: 18px;
color: #fff;
width: 100%;
border-radius: 6px;
}

.text-area label {
position: absolute;
bottom: -30px;
left: 0;
color: red;
}

.text-area em {
color: red;
position: absolute;
right: 10px;
top: 20px;
font-style: normal;
}

.messcontrol::-webkit-input-placeholder, .messcont::-webkit-input-placeholder {
color: #999;
font-size: 16px;
}

/* 使用webkit内核的浏览器 */
.messcontrol::-moz-placeholder, .messcont::-moz-placeholder {
color: #999;
font-size: 16px;
}

/* Firefox版本4-18 */
.messcontrol::-moz-placeholder, .messcont::-moz-placeholder {
color: #999;
font-size: 16px;
}

/* Firefox版本19+ */
.messcontrol::-ms-input-placeholder, .messcont::-ms-input-placeholder {
color: #999;
font-size: 16px;
}

@media screen and (max-width:767px) {
.pt70 {
    padding-top: 40px;
}

.messform .col {
    width: 100%;
}

.messform .col6 {
    width: 100%;
}

.messform .col4 {
    width: 100%;
}

.messform .mess08 {
    width: 100%;
}

.messyz {
    padding-left: 0;
    margin-top: 15px;
}

.submit {
    max-width: 100%;
}

.messform span:after {
    left: 10px;
}

}

/*contact*/
.contact_ban {
height: 100vh;
position: relative;
min-height: 650px;
}

.contact_ban .lx_postion {
position: absolute;
top: 100px;
left: 0;
width: 100%;
}

.cont_map {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.cont_text {
position: absolute;
width: 100%;
left: 0;
top: 50%;
padding-top: 100px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.cont_lx {
max-width: 550px;
background: #FFFFFF;
padding: 55px 30px 30px 56px;
}

.cont_lx span.bt {
font-size: 16px;
display: block;
line-height: 24px;
color: #999999;
}

.cont_lx h2 {
font-size: 36px;
font-weight: bold;
padding: 5px 10px;
line-height: 1.2;
color: #207DB9;
}

.cont_nr {
padding-top: 27px;
}

.cont_nr p {
font-size: 16px;
overflow: hidden;
line-height: 30px;
margin-bottom: 20px;
}

.cont_nr p span {
float: left;
display: inline-block;
}

.cont_nr p span:first-child {
width: 20px;
}

.cont_nr p span:nth-child(2) {
padding-left: 12px;
max-width: 90%;
font-size: 18px;
}

.cont_nr p span a {
font-size: inherit;
}

.cont_one {
padding-top: 40px;
border-bottom: 1px dashed#D4D4D4;
padding-bottom: 50px;
}

.cont_little {
font-size: 26px;
font-weight: bold;
line-height: 1.2;
color: #333333;
}

@media (max-width:991px) {
.contact_ban .lx_postion {
    top: 80px;
}

}

@media (max-width:767px) {
.contact_ban .lx_postion {
    position: inherit;
    top: inherit;
}

.contact_ban .lx_postion .two_po {
    position: inherit;
}

.contact_ban {
    height: inherit;
    padding-top: 80px;
    min-height: inherit;
}

.cont_text {
    position: inherit;
    margin-top: 30px;
    top: inherit;
    transform: none;
    padding-top: 0;
}

.cont_map {
    position: inherit;
    height: 300px;
}

.cont_nr p span:nth-child(2) {
    font-size: 16px;
}

.cont_lx {
    max-width: 550px;
    padding: 0px 15px 0 15px;
}

.cont_lx h2 {
    font-size: 26px;
}

}

/*shengqingshiyong*/
.apply_zbg {
width: 100%;
padding-bottom: 320px;
background-image: url(/template/default/index/static/images/apply_bg.png);
background-repeat: no-repeat;
background-position: bottom center;
}

.apply_zbg .apply_text {
padding-top: 70px;
padding-bottom: 80px;
text-align: center;
}

.apply_zbg .apply_text p {
font-size: 24px;
line-height: 36px;
color: #333333;
}

.apply_tel {
text-align: center;
max-width: 610px;
margin: 0 auto;
}

.apply_tel ul {
margin-right: -5px;
margin-left: -5px;
}

.apply_tel ul li {
width: 50%;
padding: 5px;
float: left;
}

.apply_tel ul li a {
width: 100%;
height: 60px;
line-height: 60px;
display: block;
font-size: 24px;
color: #fff;
font-weight: bold;
border-radius: 35px;
}

.apply_tel ul li.phone a {
background: #207DB9;
}

.apply_tel ul li.mobile a {
background: #207DB9;
}

.apply_tel ul li a span {
color: inherit;
font-size: inherit;
background-repeat: no-repeat;
background-position: left;
padding-left: 33px;
line-height: 30px;
display: inline-block;
}

.apply_tel ul li.phone a span {
background-image: url(/template/default/index/static/images/sq_ico01.svg);
}

.apply_tel ul li.mobile a span {
background-image: url(/template/default/index/static/images/sq_ico02.svg);
}

@media (max-width:767px) {
.apply_zbg {
    padding-bottom: 180px;
}

.apply_zbg .apply_text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.apply_zbg .apply_text p {
    font-size: 22px;
    line-height: 1.8;
}

.apply_tel ul li {
    width: 100%;
}

.apply_tel ul li a {
    font-size: 18px;
}

.messcontrol {
    padding-left: 35px;
    height: 50px;
    line-height: 35px;
}

.messcont {
    padding-left: 35px;
}

.messform {
    padding-bottom: 50px;
}

.submit {
    height: 50px;
    font-size: 16px;
}

}

/*合作伙伴*/
.part_text {
font-size: 16px;
line-height: 1.8;
}

.part_form .text-area em {
right: inherit;
left: 40px;
}

@media (max-width:767px) {
.part_form .text-area em {
    left: 25px;
    top: 16px;
}

}

/*ziliaoxiazai*/
.downlist {
padding-top: 35px;
padding-bottom: 50px;
}

.downlist ul li {
border: 1px solid #E8E8E8;
padding-left: 38px;
overflow: hidden;
height: 80px;
margin-bottom: 15px;
position: relative;
}

.downt01 {
float: left;
font-size: 17px;
height: 52px;
line-height: 20px;
padding-top: 13px;
padding-right: 15px;
color: #333333;
width: -webkit-calc(100% - 370px);
width: -moz-calc(100% - 370px);
width: calc(100% - 370px);
background: url(/template/default/index/static/images/pdf.png) no-repeat 0 0;
padding-left: 64px;
margin-top: 17px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.downt02 {
border-left: 1px solid #E8E8E8;
width: 185px;
float: left;
height: 100%;
text-align: center;
}

.downt02 a {
font-size: 17px;
font-weight: bold;
color: #333333;
display: inline-block;
background: url(/template/default/index/static/images/read.png) no-repeat left;
padding-left: 46px;
line-height: 80px;
}

.downt02 a:hover {
color: #1A489B;
}

.downt03 {
border-left: 1px solid #E8E8E8;
width: 185px;
float: left;
height: 100%;
text-align: center;
}

.downt03 a {
font-size: 17px;
font-weight: bold;
color: #333333;
display: inline-block;
background: url(/template/default/index/static/images/down.png) no-repeat left;
padding-left: 44px;
line-height: 80px;
}

.downt02 a:hover, .downt03 a:hover {
color: #207DB9;
}

.downlist ul li:before {
content: "";
position: absolute;
bottom: 0;
width: 0;
left: 0;
background: #207DB9;
height: 2px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.downlist ul li:hover:before {
width: 100%;
}

@media (max-width:767px) {
.downlist ul li {
    height: auto;
    padding-left: 0;
}

.downt01 {
    width: 90%;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    height: auto;
    overflow: auto;
    display: block;
    min-height: 58px;
    font-size: 16px;
    margin-left: 15px;
}

.downt02 {
    max-width: 50%;
    width: 100%;
    border: none;
    font-size: 16px;
}

.downt03 {
    max-width: 50%;
    width: 100%;
    border: none;
    font-size: 16px;
}

.downt02 a, .downt03 a {
    line-height: 60px;
}

}

/*yingyonglingyu detail*/
.yyn_kuang {
position: relative;
height: 100vh;
min-height: 700px;
background: #FAFAFA;
}

.yyn_kuang .pro_sort_nav {
position: absolute;
width: 100%;
z-index: 8;
}

.yyn_cont {
width: 100%;
height: calc(100% - 100px);
}

.yyn_cont .container {
height: 100%;
}

.yyn_cont .left {
width: 50%;
height: 100%;
padding-right: 90px;
}

.yyn_cont .right {
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
padding-top: 100px;
}

.yyn_title {
font-size: 30px;
padding-top: 70px;
padding-bottom: 50px;
font-weight: bold;
line-height: 1.2;
color: #333333;
}

.yyn_text {
height: 38%;
padding-right: 15px;
overflow-y: auto;
margin-bottom: 100px;
}

.yyn_text::-webkit-scrollbar {
width: 6px;
height: 6px;
}

.fyyn_text::-webkit-scrollbar-track {
background: #fff;
border-radius: 2px;
}

.yyn_text::-webkit-scrollbar-thumb {
background: #207DB9;
border-radius: 10px;
}

.yyn_text p {
font-size: 16px;
line-height: 30px;
padding: 12px 0;
}

.yyn_text p:first-child {
padding-top: 0
}

.yyn_more a {
width: 200px;
max-width: 100%;
display: inline-block;
height: 50px;
text-align: center;
background: #207DB9;
font-size: 16px;
font-weight: bold;
line-height: 50px;
color: #FFFFFF
}

.yyn_cont .apply-container {
height: 100%;
width: 100%;
}

.yyn_cont .apply-container .swiper-slide {
display: flex;
align-items: flex-end;
}

.yyn_cont .apply-container .swiper-slide img {
width: 100%;
max-width: inherit;
}

.yyn_cont .apply-container .apply-button-prev, .yyn_cont .apply-container .apply-button-next {
width: 54px;
height: 54px;
background-color: #FFFFFF;
bottom: 0;
top: inherit;
background-size: 13px 25px;
background-position: center;
}

.yyn_cont .apply-container .apply-button-prev {
left: 0;
background-image: url(/template/default/index/static/images/yy_left.svg);
}

.yyn_cont .apply-container .apply-button-next {
right: inherit;
left: 54px;
background-image: url(/template/default/index/static/images/yy_right.svg);
}

.yyn_cont .apply-container .apply-button-prev:hover, .yyn_cont .apply-container .apply-button-next:hover {
background-color: #207DB9;
}

.yyn_cont .apply-container .apply-button-prev:hover {
background-image: url(/template/default/index/static/images/yy_lefthover.svg);
}

.yyn_cont .apply-container .apply-button-next:hover {
background-image: url(/template/default/index/static/images/yy_righthover.svg);
}

/*控制最大高度样式*/
@media screen and (max-height:700px) {
.yyn_title {
    padding-top: 50px;
    padding-bottom: 40px;
}

.yyn_text {
    margin-bottom: 60px;
}

}

@media (max-width:991px) {
.yyn_kuang .pro_sort_nav {
    position: relative;
}

}

@media (max-width:767px) {
.yyn_kuang {
    height: auto;
    min-height: inherit;
}

.yyn_cont {
    height: auto;
    padding-bottom: 30px;
}

.yyn_cont .left {
    width: 100%;
    padding-right: 0;
    height: auto;
}

.yyn_cont .right {
    width: 100%;
    position: inherit;
    height: auto;
    padding-top: 30px;
}

.yyn_title {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.yyn_text {
    padding-right: 0;
    height: auto;
    margin-bottom: 50px;
}

.yyn_text p {
    font-size: 14px;
    line-height: 1.8;
    padding: 8px 0;
}

}
.pps {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .index_menu2 {
    display: none;
    background-color: #fff;
  }

  .index_menu {
    display: block;

  }

  .title_1 {
    color: #FFF;
    font-family: Microsoft YaHei;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .title_2 {
    color: #FFF;
    font-family: Microsoft YaHei;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tabs {
    display: flex;
    align-items: center;

  }

  .font_11111 {
    color: #FFF;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .font_111112 {
    color: #303030;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }


  .divider {
    position: relative;
    bottom: -35px;
    background-color: #E6081F;
    height: 3px;
  }

  /* .navhover:nth-child(1) .divider {
    width: 100%;
  } */

  .divider {
    width: 0%;
    transition: .3s;
  }

  .navhover:hover .divider {
    width: 100%;
    transition: .3s;
  }

  .space-y-28 {
    margin-left: 40px;
  }
  .swiper .pro-swiper{
    --swiper-pagination-color: #008AC6;/* 两种都可以 */
  }
  .pro-swiper .swiper-slide-next + .swiper-slide {
    opacity: 1 !important;
}
.pro-swiper .swiper-slide-next ~ .swiper-slide {
    opacity: 0.6;
}
.pro_down .swiper-button-prev{
    background: url(/template/default/index/static/images/pro_left.png);
    width: 63px;
height: 63px;
left: -89px;
}
.pro_down  .swiper-button-next{
    background: url(/template/default/index/static/images/pro_right.png);
    width: 63px;
height: 63px;
right: 154px;
}
.index_bitt{
    margin-top: 71px;
    display: flex;
    justify-content: space-between;
}
.index_bitt .swiper-pagination{
    position: relative;
}
.classtogo{
    display: flex;
    align-items: center;
}
.classtogo>span{
margin-right: 16px;
color: #606060;

font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.index_bitt .swiper-pagination-bullet{
    width: 14px;
height: 14px;
margin-right: 10px;
}
.mainInformationConimg{
position: absolute;
right: 0;
top: 0;
opacity: 0.15;
}
.index_bitt .swiper-pagination-bullet-active {
    background: #008AC6;
}
.look{
    width: 220px;
height: 48px;
position: relative;
border-radius: 4px;
border: 1px solid #CCC;
background-color: rgba(0, 0, 0, 0);
padding-left: 12px;
}
.ss{
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);

}
select{
    /*取消默认箭头开始*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*取消默认箭头结束*/
    border: none;
    background: url(/template/default/index/static/images/chevron-down.svg) no-repeat right 1rem center;
}
@media screen and (max-width:1280px) {
    .index_pro>div:nth-child(1){
        padding-right: 60px !important;
    }
    .pro_down {
        padding-left: 60px;
        padding-right: 60px;
    }
    .cp_be{
        padding-right: 60px;
        padding-left: 60px;
    }
    .footer_tit{
        padding-left:60px ;
        padding-right: 60px;
    }
    .footer_conright{
        padding-left: 60px;
        padding-right: 60px;
    }
    .footer_conleft{
        padding-left: 60px;
        padding-right: 60px;
    }
    .index_about {
    padding: 45px 60px 65px 60px;
}
.newindex_all{
    padding-left: 60px;
    padding-right: 60px;
}
.pro_down .swiper-button-next{
    display: none;
}
.pro_down .swiper-button-prev{
    display: none;
}
}
@media screen and (max-width:768px) {
   .index_pro>div:nth-child(1){
    flex-wrap: wrap;
   }
   .index_pro>div:nth-child(1)>.index_title{
    width: 100%;
    margin-bottom: 20px;
   }
   .index_pro>div:nth-child(1)>div:nth-child(2){
    padding: 0 60px 0 60px;
   }
   .pro_down .swiper-button-prev{
    display: none;
   }
   .pro_down .swiper-button-next{
    display: none;
   }
   .index_pro>div:nth-child(1)>a {

margin-left: 15px;
}
}
@media screen and (max-width:1880px) {
        .footer_conright{
            padding-left: 60px
        }
        .footer_conrighttit>div{
            margin-right: 35px;
        }
}
@media screen and (max-width:1750px) {

    .footer_conrighttit>div{
        margin-right: 25px;
    }
}
@media screen and (max-width:818px) {

   .footer_conright{
    flex-wrap: wrap;

   }
   .footer_conrighttit{
    width: 100%;
   }
   .footer_conrightqr{
    margin-top: 20px;
    margin-bottom: 20px;
   }
}
@media screen and (max-width:1666px) {
    .footer_con{
        flex-wrap: wrap-reverse;
    }
    .footer_conleft{
        width: 100%;
        border-right:none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer_conright{
        /* padding-left: 0px; */
            width: 100%;
   
    }
}
@media screen and (max-width:991px) {
   .newindex_all{
    flex-wrap: wrap;
   }
   .newindex_left{
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
   }
   .newindex_right{
    width: 100%;
   }
   #mainNewsCon{
    background-size: cover !important;
   }
}
@media screen and (max-width:730px) {
   
    .newindex_rightever{
        width: 100%;
        margin-bottom: 24px !important;
        margin-right: 0 !important;
   }
   

}
@media screen and (max-width:690px) {
   
    .cp_box{
        width: 100%;
    }

}
@media screen and (max-width:992px) {
   
    .cp_box{
        width: 100%;
    }
    /* .cpswiper .swiper-button-prev{

    } */

}
@media screen and (max-width:600px) {
   
    .cp_box{
        width: 100%;
    }
    /* .cpswiper .swiper-button-prev{

    } */
    .index_about{
        padding-left: 15px;
        padding-right: 15px;
    }
    .index_pro>div:nth-child(1)>div:nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
    }
    .pro_down{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cp_be{
        padding-left: 15px;
        padding-right: 15px;
        
    }
    .footer_tit{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_conright{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_conleft{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cpswiper .swiper-button-prev{
        /* display: none; */
        width: 43px;
        height: 43px;
        background-size: cover;
        left: 0;
    }
    .cpswiper .swiper-button-next{
        /* display: none; */
        width: 43px;
        height: 43px;
        background-size: cover;
        right: 0;
    }
    .cpswiper_div {
      
        background-size: cover;
        padding: 28px 30px;
    }
    .cpswiper .swiper-pagination{
        display: none;
    } 
    .pro_down .pro-swiper {
        padding-bottom: 20px;
    }
    #mainRecruitCon, #mainRecruitCon .fp-tableCell {
        padding-bottom: 40px;
    }
    .newindex_all {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_conrighttit {
    flex-direction: column;
    
}
.footer_conrighttit>div>a:nth-child(1){
    width: 100%;
}
.footer_conleft{
    padding-top: 30px;
    padding-bottom: 30px;
}
.email {
    margin-bottom: 30px;
}
.footer_conrighttit>div {

    flex-direction: row;
}
.footer_conrighttit>div>a{
    margin-right: 15px;
}
.footer_conrighttit>div{
    flex-wrap: wrap;
}

}
@media screen and (max-width:730px) {
    .footer_bot3>.m_container{
        flex-wrap: wrap;
        text-align: center;
    }
    .footer_bot3left{
        width: 100%;
    }
    .footer_bot3right{
        width: 100%;
    }

}
@media screen and (max-width:500px) {
    .footer_tit{
      flex-wrap: wrap;
    }
    .footer_tit>span{
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width:540px) {
    .index_pro>div:nth-child(1)>div:nth-child(2){
        flex-wrap: wrap;
    }
    .index_pro>div:nth-child(1)>div:nth-child(2)>div{
        flex-wrap: wrap;
        margin-left: 0px !important;
        margin-top: 10px;
    }

}<!--0.00035190582275391-->