@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 14px;
    line-height: 25px;
    font-family: "Microsoft Yahei", "Arial";
    color: #666;
}

body {
    background: #fff;
    overflow-x: hidden;
    min-width: 320px;
}

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    font-size: 14px;
}

/* 链接样式 */
a {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

* {
    word-break: break-all
}

/* 常用元素 */
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

/* 层浮动 */
.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;
}

/*header*/
.header {
    width: 100%;
    z-index: 100;
    height: 80px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.header .daoh {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 80px;
    z-index: 99;
}

.header .daoh .logo {
    float: left;
    padding-left:50px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .daoh .logo a {
    display: block;
    line-height: 0;
    width: 148px;
}

.header .daoh .logo a img {
    max-width: 100%;
}

.header .daoh .daoh_r {
    position: relative;
    padding-left: 26px;
}

.header .daoh .daoh_r {
    float: right;
    height: 100%;
    padding-right: 20px;
}

.header .daoh .gouwc {
    float: left;
}

.header .daoh .in_wrap, .header .daoh .wrap {
    overflow: hidden;
}

.header .daoh .in_wrap {
    float: left;
    padding-left: 150px;
}

.header .daoh .nav > li {
    float: left;
    padding: 0px 20px;
    line-height: 80px;
    text-align: center;
}

.header .daoh .nav > li > a {
    font-size: 18px;
    line-height: inherit;
    display: block;
    color: #333;
    padding: 0 0 0 0;
    position: relative;
}

.header .daoh .nav > li > a:hover {
    color: #007ec3;
}

.header .daoh .gouwc {
    margin-top: 1px;
}

.header .daoh .gouwc a {
    display: block;
    line-height: 0;
    position: relative;
}

.header .daoh .gouwc b {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #e94820;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 10px;
    font-weight: bold;
}

.header .navdown {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 0 15px;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #b1b8bb;
    display: none;
}

.header .navdown .wrap {
    width: 1160px;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 0 15px 0;
}

.header .navdown .yiji {
    margin-left: -10px;
    margin-right: -10px;
}

.header .navdown .yiji li {
    display: inline-block;
    padding: 5px 10px;
    width: 25%;
    float: left;
}

.header .navdown .yiji a {
    display: block;
    padding: 10px 20px;
    height: 45px;
    background: #F4F4F4;
}

.header .navdown .yiji a span {
    position: relative;
    font-size: 18px;
    display: block;
    line-height: 24px;
    background-image: url("../images/dhhr.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header .navdown .yiji a:hover {
    background: #438A66;
}

.header .navdown .yiji a:hover span {
    color: #fff;
    background-image: url("../images/dhwr.png");
}

.header .navdown .nav_link {
    padding-top: 48px;
}

.header .navdown .nav_link ul {
    margin-left: -10px;
    margin-right: -10px;
}

.header .navdown .nav_link ul li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
}

.header .navdown .nav_link ul li a {
    height: 172px;
    width: 100%;
    display: block;
    padding: 20px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.header .navdown .nav_link ul li a span.nav_bg {
    width: 100%;
    bottom: 0;
    height: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header .navdown .nav_link ul li a:hover span.nav_bg {
    height: 100%;
}

.header .navdown .nav_link ul li a strong, .header .navdown .nav_link ul li a span.des, .header .navdown .nav_link ul li a em {
    position: relative;
    z-index: 9;
}

.header .navdown .nav_link ul li a strong {
    display: block;
    line-height: 29px;
    color: #333333;
    padding-bottom: 15px;
    font-size: 22px;
}

.header .navdown .nav_link ul li a span.des {
    display: block;
    line-height: 26px;
    height: 52px;
    font-size: 18px;
}

.header .navdown .nav_link ul li a em {
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    background-image: url("../images/dhhr.png");
    background-repeat: no-repeat;
    padding-right: 16px;
    background-position: right center;
    line-height: 40px;
    color: #CCCCCC;
}

.header .navdown .nav_link ul li a:hover strong, .header .navdown .nav_link ul li a:hover span.des, .header .navdown .nav_link ul li a:hover em {
    color: #fff;
}

.header .navdown .nav_link ul li a:hover em {
    background-image: url("../images/dhwr.png");
}

.header .nav_r {
    width: 60px;
    height: 80px;
/*    background-image: url("../images/rmenu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 17px;*/
    float: right;
    cursor: pointer;
}

.header .daoh .nav > li > a:after {
    content: "";
    height: 4px;
    background: #438A66;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    transition: .5s ease-in-out;
}

.menubtn {
    margin-left: 10px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 20
}

.menubtn span {
    display: inline-block;
    width: 32px;
    color: #666;
    font-size: 16px;
    position: relative;
    vertical-align: middle;

    cursor: pointer;
}

.menubtn span:after, .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    left: 0;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menubtn span:before {
    top: -10px;
    width: 16px;
    opacity: 0;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menubtn span:after {
    bottom: -10px;
    width: 24px;
    opacity: 0;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.header .nav_r.actives {
    background: none !important;
}

.menubtn.actives span {
    width: 24px;
    height: 2px;
    font-size: 0;
    background-color: transparent !important;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menubtn.actives span:after, .menubtn.actives span:before {
    -webkit-transition-delay: 0s, .3s;
    background: #333 !important;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    opacity: 1;
}

.menubtn.actives span:before {
    top: 0px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menubtn.actives span:after {
    width: 100%;
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigate-mark {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.navigate {
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    visibility: hidden;
    transition: 0.7s;
}

.navigate.show .navigate-item {
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid #DEDEDE;
    transform: translateX(0px);
    transition: 0.6s 0.4s;
}

.navigate.show .navigate-item:nth-child(2) {
    transition-delay: 0.5s;
}

.navigate.show .navigate-item:nth-child(3) {
    transition-delay: 0.6s;
}

.navigate.show .navigate-item:nth-child(4) {
    transition-delay: 0.7s;
}

.navigate.show .navigate-item:nth-child(5) {
    transition-delay: 0.8s;
}

.navigate.show .navigate-item:nth-child(6) {
    transition-delay: 0.9s;
}

.navigate:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    background-image: url("../images/rightbg.png");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20;
    opacity: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: 0.78s;
}

.navigate-list {
    position: absolute;
    left: 0%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 75px 110px 0 110px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 40;
}

.navigate-list::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.navigate-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.navigate-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00479D;
}

.navigate-item {
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 30px 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
    transform: translateX(120px);
}

.navigate-item dt {
    display: block;
    float: left;
    width: 140px;
}

.navigate-item dt a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}

.navigate-item dd {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}

.navigate-item dd p {
    float: left;
    padding-right: 25px;
    line-height: 35px;
}

.navigate-item dd p:last-child {
    padding-right: 0;
}

.navigate-item dd p a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}

.navigate-item dd p a:hover {
    color: #438A66;
}

.show .navigate-mark {
    background-color: rgba(0, 0, 0, 0.5);
}

.navigate.show {
    visibility: visible;
}

.navigate.show:after {
    opacity: 1;
    transform: scale(1);
}

.langue {
    float: right;
    height: 100%;
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.langue:before {
    content: "";
    height: 20px;
    width: 0px;
    border-left: 1px dashed #888888;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.langue a.lanjt {
    height: 100%;
    line-height: 80px;
    display: block;
    background-image: url("../images/lanico.png");
    background-size: 25px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 33px;
    font-size: 16px;
}

.eng {
    display: none;
    background: #fff;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.3);
    width: 128px;
    padding: 10px 15px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: 15px;
    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: 16px;
    display: block;
    width: 100%;
    color: #666 !important;
}

.eng a:hover {
    color: #438A66 !important;
}

.header .daoh .ss {
    line-height: 80px;
    height: 100%;
        display: flex;
    align-items: center;
    float: right;
}

.header .daoh .ss a {
    display: block;
/*    background: url(../images/searchw.png) no-repeat;*/
    width: 32px;
    height: 25px;
    float: right;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.header .daoh .ss .btn #subSearch {
    display: none;
    line-height: 20px;
    background: none;
    color: #fff;
    width: 24px;
    height: 32px;
}

.header .daoh:hover .ss .btn #subSearch, .header.active .daoh .ss .btn #subSearch {
    color: #999999;
}

.header .daoh:hover .ss .btn #subSearch svg path, .header.active .daoh .ss .btn #subSearch svg path {
    fill: #999999;
}

.header .daoh .ss .btn {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    width: 32px;
    cursor: pointer;
}

.header .srk {
    display: none;
    position: fixed;
    text-align: center;
    overflow: hidden;
    background: #F4F4F4;
    width: 100%;
    top: 80px;
    right: 0;
    height: 0;
    z-index: 1;
}

.header .srk .serleft {
    height: 100%;
    display: inline-block;
    width: 72%;
    font-size: 16px;
    border: none;
    background: none;
    outline: 0;
    border-radius: 3px;
    padding: 5px 10px;
}

.serleft::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

/* 使用webkit内核的浏览器 */
.serleft::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

/* Firefox版本4-18 */
.serleft::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

/* Firefox版本19+ */
.serleft::-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.header .srk .searbut {
    border: none;
    background: url("../images/searchw.png") no-repeat;
    width: 24px;
    height: 24px;
    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;
}

/*header hover*/
.header.aa {
    height: 100px;
}

.header.aa .daoh {
    height: 100px;
}

.header.aa .nav_r {
    height: 100px;
}

.header.aa .daoh .nav > li {
    line-height: 100px;
}

.header.aa .navdown {
    top: 100px;
}

.header.aa .langue a.lanjt {
    line-height: 100px;
}

.header.aa .eng {
    top: 100px;
}

.header.aa .daoh .ss {
    line-height: 100px;
}

.header.aa .srk {
    top: 100px;
}

.header.active, .header:hover, .insidenav {
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}

.header.active .daoh .nav > li > a, .header:hover .daoh .nav > li > a, .header.insidenav .daoh .nav > li > a {
    color: #333333;
}

.header .daoh .nav > li > a:hover:after, .header .daoh .nav > li > a.on:after {
    width: 100%;
    left: 0;
}

.header .daoh .nav > li > a:hover, .header .daoh .nav > li > a.on {
    color: #438A66;
}

.logo.act .logo_a, .header:hover .logo .logo_a, .insidenav .logo .logo_a {
    display: none;
}

.logo_b {
    opacity: 0;
    display: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.logo_a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.act .logo_b, .header:hover .logo_b, .insidenav .logo_b {
    opacity: 1;
    display: block;
}

.act .logo_a, .header:hover .logo_a, .insidenav .logo_a {
    opacity: 0;
}

.header.active .daoh .daoh_r:before, .header:hover .daoh .daoh_r:before, .header.insidenav .daoh .daoh_r:before {
    background: rgba(102, 102, 102, 0.4);
}

.header:hover .langue a.lanjt, .header.active .langue a.lanjt {
    background-image: url("../images/lanico02.png");
}

.header:hover .eng:before {
    border-bottom-color: #666;
}

/*.header:hover .daoh .ss a, .header.active .daoh .ss a {
    background: url(../images/searchh.png) no-repeat;
}*/

/*footer*/
footer {
    background: #438A66;
    padding: 30px 0 20px 0;
}

.foot_mid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 35px;
    padding-top: 28px;
}

.foot_mid .left {
    padding-top: 15px;
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
}

.foot_mid .left a {
    font-size: 16px;
    position: relative;
    padding-right: 22px;
    margin-right: 22px;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #FFFFFF;
}

.foot_mid .left a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    height: 16px;
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.foot_mid .left a:last-child:before {
    display: none;
}

.foot_mid .left a:last-child {
    margin-right: 0;
}

footer .foot_bottom {
    padding-top: 20px;
}

footer .foot_bottom, footer .foot_bottom a {
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
}

footer .foot_bottom a:hover {
    color: #fff;
}

.foot_bottom .right {
    text-align: right;
}

.foot_link {
    max-width: 100%;
    display: inline-block;
    padding: 0 20px;
    background: none;
    width: 260px;
    height: 50px;
    line-height: 50px;
    color: #D9D9D9;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
}

.foot_link:hover {
    color: #fff;
}

.foot_link b {
    background-image: url("../images/linkjt.png");
    width: 12px;
    height: 12px;
    margin-top: 20px;
    background-size: cover;
    display: inline-block;
    float: right;
}

#vivo-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

#vivo-head .vivo-search {
    max-width: 650px;
    width: 650px;
    position: absolute;
    z-index: 9999;
    display: none;
    right: 0;
    bottom: 0;
}

#vivo-head .vivo-search .closes {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0px;
    color: #fff;
    font-size: 26px;
}

#vivo-head .vivo-search {
}

#vivo-head .qk-results {
    width: 100%;
    float: left;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

#vivo-head .qk-results h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}

#vivo-head .qk-results ul {
    margin-left: -25px;
    margin-right: -25px;
}

#vivo-head .qk-results ul li {
    font-size: 16px;
    line-height: 40px;
    float: left;
    display: block;
    margin: 5px 0;
    padding: 0 25px;
}

#vivo-head .qk-results a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

#vivo-head .qk-results a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #E70012;
    -webkit-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#vivo-head .qk-results a:hover {
    color: #E70012;
}

#vivo-head .qk-results a:hover:before {
    width: 100%;
}

#vivo-head .search-box {
    position: relative;
    padding-top: 35px;
}

#vivo-head .qk-results, #vivo-head .search-box {
    overflow: hidden;
}

.dim {
    visibility: hidden;
    display: block;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 120ms 380ms ease-in-out;
    transition: all 120ms 380ms ease-in-out;
}

.view .dim {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;    /*cursor:pointer;*/
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
}

.view .dim {
    z-index: 300;
}

.footsharer .bdsharebuttonbox {
}

.footsharer .bdsharebuttonbox a {
    margin: 0 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
}

.footsharer .bdsharebuttonbox a.more {
    background: url("../images/shareh02.png") no-repeat center;
    background-color: rgba(255, 255, 255, 0.2);
}

.footsharer .bdsharebuttonbox a:hover, .footshare .bdsharebuttonbox a:hover#fenxiang1 {
    background-color: rgba(255, 255, 255, 0.4);
}

.footsharer {
    float: right;
}

.newlxr04 {
}
.newlxr04 a {
    color: white;
}
.newlxr04 a:hover {
    color: white;
}
.newlxr04 ul li {
    position: relative;
    float: left;
    margin-left: 12px;
    z-index: 9;
}

.newlxr04 ul li span.mfico {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.newlxr04 ul li:hover span.mfico {
    background-color: rgba(255, 255, 255, 0.4);
}

.lximg {
    background: #FFFFFF;
    position: absolute;
    width: 110px;
    height: 110px;
    right: -26px;
    bottom: 133%;
    display: none;
}

.lximg span {
    padding: 5px;
    display: block;
}

.lximg img {
    max-width: 100%;
}

.lximg:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
    bottom: -18px;
    left: 55px;
}

.lximgmo {
    display: none;
}

/*banner*/
.banner {
    width: 100%;
    padding: 0 50px 50px 50px;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .banbg {
    min-width: 112px;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    text-align: center;
    padding-top: 5px;
}

.banner .bantext {
    position: absolute;
    width: 100%;
    top: 44%;
    text-align: center;
    z-index: 9;
}

.banner .bantext h2 {
    font-size: 58px;
    font-weight: bold;
    line-height: 1.1;
    color: #FFFFFF;
}

.banner .bantext p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 25px;
    color: #FFFFFF;
}

.banner .bantext .title {
    padding-top: 70px;
}

.banner .bantext .banmore {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #E5E5E5;
    border-radius: 30px;
    opacity: 1;
}

.banner .bantext .banmore:hover {
    background: #438A66;
    color: #fff;
    border: 1px solid #438A66
}

.banner .bantext .banwen {
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -moz-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -o-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -ms-transition: opacity 1.0s, transform 1.0s 0s;
    transition: opacity 1.0s 0s, transform 1.0s 0s;
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.banner .swiper-slide.swiper-slide-active .banwen {
    opacity: 1;
    filter: Alpha(opacity=100);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    animation-delay: 0.5s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mo_banner {
    display: none !important;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pc_banner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: transform 15s;
    -moz-transition: transform 15s;
    -ms-transition: transform 15s;
    -o-transition: transform 15s;
    transition: transform 15s;
}

.banner .swiper-slide.swiper-slide-active .pc_banner {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.pc_banner video {
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.banner .news-list-dot {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}

.banner .news-list-dot .container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.news-list-dot .swiper-pagination {
    position: relative;
    line-height: 14px;
    display: inline-block;
}

.news-list-dot .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: none;
    margin: 0 5px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news-list-dot .swiper-pagination span:hover, .news-list-dot .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #438A66;
    border: 1px solid #438A66;
}

.news-list-dot .dot-img {
    width: 8px;
    height: 14px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.news-list-dot .dot-img:after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #ccc;
    position: absolute;
    left: 0px;
    top: 0;
}

.news-list-dot .dot-img:before {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #ccc;
    position: absolute;
    right: 0px;
    top: 0;
}

.news-list-dot .dot-img.active:after {
    background-color: transparent;
    border-left: 7px solid #ccc;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.news-list-dot .dot-img.active:before {
    display: none;
}

.smouse {
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    position: absolute;
    right: 15px;
    top: -35px;
}

.smouse i {
    width: 22px;
    height: 34px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 11px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-right: 6px;
}

.smouse i:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    -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;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

}

@-moz-keyframes mouse {
    0% {
        -moz-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

}

@keyframes mouse {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

}

/*index womendeyewu*/
.index_one {
    position: relative;
    background: #F4F4F4;
    padding: 60px 0 70px 0;
    overflow: hidden;
    z-index: 40;
}

.index_one .index_bgone {
    background-image: url("../images/onebg01.png");
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 1313px;
    height: 444px;
    z-index: 4;
}

.index_one .index_bgtwo {
    background-image: url("../images/onebg02.png");
    position: absolute;
    right: 0;
    top: 335px;
    max-width: 100%;
    width: 942px;
    height: 147px;
    z-index: 4;
}

.index_title {
    z-index: 9;
    position: relative;
}

.index_title .left h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 47px;
    color: #00479D;
}

.index_title .left p {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
    line-height: 26px;
}

.index_title .right a {
    font-size: 28px;
    color: #999;
    width: 48px;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    height: 48px;
    border: 1px solid #999999;
}

.index_title .right a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.index_title .right a img {
    vertical-align: top;
}

.index_title .right a:hover 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: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main-product {
    margin-top: 60px;
}

.main-product .swiper-container {
    overflow: visible;
    padding-bottom: 60px;
}

.main-product .product-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    padding: 30px 30px 202px;
    background-color: #fff;
    transition: margin 1s;
    cursor: pointer;
}

.main-product .swiper-slide .product-wrap:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 001;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s, transform 1s;
}

.main-product .pagination-wrap {
    position: relative;
    height: 10px;
    margin: 0 20px
}

.main-product .pagination-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    left: 5px;
    height: 1px;
    background-color: #dcdcdc
}

.main-product .swiper-pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 10px
}

.main-product .swiper-pagination-bullet {
    position: relative;
    top: -8px;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    opacity: 1;
    background-color: transparent;
    outline: none
}

.main-product .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 14px;
    height: 14px;
    background: #CCCCCC;
    border-radius: 50%;
}

.main-product .swiper-pagination-bullet-active {
    top: -7px;
    width: 26px;
    height: 26px;
    background: #F4F4F4;
    border: 1px solid #00479D;
}

.main-product .swiper-pagination-bullet-active::before {
    background: #00479D;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
}

.main-product .main-product-tit, .main-product .main-product-desc, .main-product .hash-tag-wrap {
    position: relative;
    z-index: 9;
}

.main-product .hash-tag-wrap {
    max-height: 160px;
    overflow: hidden;
}

.main-product .hash-tag-wrap .hash-tag {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.main-product .main-product-tit {
    display: block;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-product .main-product-desc {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
}

.main-product .main-product-desc span {
    font-size: inherit;
    color: inherit;
}

.main-product .img {
    position: absolute;
}

.main-product .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s, transform 1s;
}

.main-product .hash-tag .item:after {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
}

.main-product .hash-tag .item {
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
    color: #FFFFFF;
}

.main-product .hash-tag .item a {
    font-size: inherit;
    color: inherit;
}

.main-product .swiper-slide .product-wrap .mobut {
    display: none;
}

.main-product .swiper-slide-active .product-wrap .mobut {
    position: absolute;
    display: inline-block;
    left: 30px;
    bottom: 45px;
}

.btn-arrow {
    position: relative;
    min-width: 48px;
    display: block;
    text-align: center;
    height: 48px;
    line-height: 17px;
    padding: 0 16px;
    border: 1px solid #ffffff;
    z-index: 9;
}

.btn-arrow .arrow {
    background-image: url(../images/jt3.png);
    display: inline-block;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 17px 13px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-arrow .label {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 0 12px;
}

.btn-arrow .label {
    -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    max-width: 0;
    padding: 0;
}

.btn-arrow:hover .label {
    max-width: 88px;
    padding: 0 12px;
    opacity: 1;
}

.main-product {
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
}

.main-product .main-product-inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.main-product .main-product-tit {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.3
}

.main-product .main-product-desc {
    margin-bottom: 10px
}

.main-product .swiper-pagination {
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

.main-product .swiper-pagination:before {
    right: 0;
    left: 0
}

.main-product .img {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.btn-go-to-page {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 26px;
    color: #999;
}

.swiper-num {
    position: absolute;
    right: 0;
    top: 0;
    color: #CCCCCC;
    font-size: 18px;
    z-index: 9;
}

.swiper-num .active {
    font-size: 22px;
    font-family: Lato;
    font-weight: 400;
    line-height: 27px;
    margin-right: 3px;
    color: #00479D;
}

.swiper-num .total {
    font-size: 18px;
    font-family: Lato;
    font-weight: 400;
    line-height: 22px;
    color: #CCCCCC;
}

/* active */
.main-product .swiper-slide-active + .swiper-slide .swiper-slide-inner, .main-product .swiper-slide-active + .swiper-slide + .swiper-slide .swiper-slide-inner, .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner, .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner {
    position: relative;
}

.main-product .swiper-slide-active .item02 .hash-tag .item a {
    pointer-events: auto
}

.main-product .swiper-slide-active .btn-go-to-page {
    display: none;
}

.main-product .swiper-slide-active .img {
    opacity: 1;
    transform: translateY(0)
}

.main-product .swiper-slide-active .product-wrap:before {
    opacity: 1;
    transform: translateY(0)
}

.main-product .swiper-slide-active .main-product-tit, .main-product .swiper-slide-active .main-product-desc {
    color: #fff;
}

.main-product .swiper-slide-active .hash-tag-wrap .hash-tag {
    opacity: 1;
    height: 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;
}

/*top*/
.homemess {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 99;
    display: none;
    width: 76px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.homemess ul li {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
}

.homemess ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.homemess ul li span img:nth-child(2) {
    display: none;
}

.homemess ul li p {
    color: #999999;
}

.homemess ul li p a {
    color: inherit;
}

.navr-tel {
    width: 158px;
    padding: 0 5px;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    color: #333;
    font-size: 18px;
    right: 65px;
    transition: all .3s ease;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.3);
}

.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: 75px;
    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-ewm22 a.but {
    background: #F1F2F3;
    color: #333;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 3px;
}

.navr-ewm22 a.but:hover {
    background: #0074C6;
    color: #fff;
}

.homemess ul li:hover {
    background: #438A66;
}

.homemess ul li:hover:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.homemess ul li:hover:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.homemess ul li:hover .navr-tel {
    visibility: visible;
    opacity: 1;
    right: 70px;
}

.homemess ul li:hover .navr-ewm22 {
    visibility: visible;
    opacity: 1;
    right: 83px;
}

.homemess ul li:hover p {
    color: #fff;
}

.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;
}

.homemess ul li:hover span img:nth-child(1) {
    display: none;
}

.homemess ul li:hover span img:nth-child(2) {
    display: inline-block;
}

.zpiao {
    position: fixed;
    right: 5px;
    top: 20%;
    z-index: 99;
}

.zpiao .woclose {
    font-size: 26px !important;
}

@media screen and (min-width:768px) {

    /*index one*/
    .main-product .swiper-slide {
        display: flex;
        align-items: flex-end;
        width: auto !important;
    }

    .main-product .swiper-slide-active .product-wrap {
        width: 470px;
        height: 420px;
    }

    .main-product .swiper-container {
        height: 480px;
        padding-bottom: 62px
    }

    .main-product .product-wrap {
        width: 492px
    }

    .main-product .product-wrap {
        height: 220px;
    }

    .banner .bantext .banmore {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    /*top*/
    .homemess .up {
        height: 45px;
        width: 100%;
        padding-top: 8px;
        text-align: center;
        position: relative;
    }

    .homemess .up span {
        cursor: pointer;
        position: relative;
        font-size: 0;
        width: 24px;
        height: 24px;
        background: url("../images/rbutton.png");
        background-repeat: no-repeat;
        background-position: center;
    }

    .right_open {
        display: none;
        margin: 0 auto;
    }

    .right_close {
        color: inherit;
        display: block;
        margin: 0 auto;
    }

    .homemess .up span:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 2px;
        bottom: 3px;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        border-bottom: 4px solid #999999;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -webkit-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
    }

    .homemess .up span.right_open:after {
        -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
    }

}

@media screen and (min-width:1366px) {
    .main-product .swiper-slide-active .product-wrap {
        width: 540px;
        height: 490px;
    }

    .main-product .swiper-container {
        height: 546px;
        padding-bottom: 62px
    }

    .main-product .product-wrap {
        width: 492px
    }

}

/*index about*/
.home_about {
    background: #F4F0ED;
    padding: 100px 0 110px 0;
    position: relative;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.home_about:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/aboutdian.png");
    width: 263px;
    height: 285px;
    z-index: 001;
}

.home_about .left {
    padding-right: 60px;    /* padding-top: 38px; */
    width: -webkit-calc(100% - 666px);
    width: -moz-calc(100% - 666px);
    width: calc(100% - 666px);
    z-index: 9;
    position: relative;
}

.home_about .right {
    width: 666px;
}

.home_about .right .video {
    width: 100%;
}

.home_about .left h2 {
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
}

.home_about .left .text {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0;
    color: #666666;
    line-height: 1.2;
}

.home_about .left p {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    margin-top: 40px;
}

.home_about .left .more {
    font-size: 14px;
    color: #438A66;
}

.home_about .right .big-link1 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.home_about .right .mask {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../images/bofang.png");
    background-size: 76px 76px;
    background-repeat: no-repeat;
    background-position: center;
}

.home_about .index_video .right {
    width: auto;
    max-width: 100%;
}

.index_video .modal-dialog {
    max-width: 95%;
}

.index_video .modal-body {
    text-align: center;
}

.index_video .modal-body video {
    max-width: 100%;
}

.index_video button.close {
    float: right;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
}

.index_video button.close span {
    color: #fff;
    font-size: 26px;
}

/*index two*/
.index_two {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 135px;
    position: relative;
}

.index_two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/twodian.png");
    width: 263px;
    height: 318px;
    z-index: 001;
}

.index_sub {
    text-align: center;
}

.index_title {
    font-size: 48px;
    text-align: center;
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.index_text {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.color_b {
    color: #333333;
}

.color_w {
    color: #FFFFFF;
}

.x-section-7 {
    padding: 40px 0 60px 0;
    overflow: hidden;
}

.x-section-7 .co7 .item {
    width: 25%;
    text-align: center;
    float: left;
    padding: 45px 15px 20px 15px;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    border-right: 1px solid #E3E3E3;
}

.x-section-7 .co7 .item div {
    display: inline-block;
}

.x-section-7 .co7 .item:last-child {
    border-right: none;
}

.x-section-7 .co7 .item span.counter {
    font-size: 86px;
    height: 70px;
    line-height: 0.8;
    display: inline-block;
    font-weight: bold;
    color: #438A66;
}

.x-section-7 .co7 .item i {
    font-size: 24px;
    font-style: normal;
    color: #438A66;
}

.x-section-7 .co7 .item .text {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #666666;
    margin: 30px;
}

.index_twod {
    padding-bottom: 40px;
}

.index_twod ul li {
    width: 50%;
    float: left;
    height: 366px;
    background: #F4F4F4;
}

.index_twod .m_left {
    float: left;
    width: 52%;
}

.index_twod .m_right {
    float: right;
    width: 48%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_twod .m_left {
    padding: 100px 50px 0 130px
}

.index_twod .m_left .title {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
}

.index_twod .m_left .title strong {
}

.index_twod .m_left p {
    font-size: 18px;
    margin: 10px 0 18px 0;
    font-weight: 400;
    height: 50px;
    line-height: 25px;
}

.index_twod .m_left .more {
    width: 182px;
    padding: 0 26px;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
    border: 1px solid #DEDEDE;
    align-items: center;
    justify-content: space-between;
}

.index_twod .m_left .more i {
    background-image: url("../images/jt4.png");
    width: 30px;
    height: 5px;
    display: inline-block;
}

/*index three*/
.home_three {
    background-color: #F4F4F4;
    position: relative;
    background-image: url("../images/yewubg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 80px;
}

.home_three:before {
    background-color: rgba(67,138,102, 0.71);
    height: 407px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}

.home_three .w1200 {
    z-index: 9;
    position: relative;
}

.home_three .index_or {
    padding-bottom: 40px;
    padding-top: 35px;
    overflow: hidden;
}

.home_three .index_or .li {
    background: #FFFFFF;
}

.home_three .index_or .li .img {
    display: block;
    overflow: hidden;
}

.home_three .index_or .li .img img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.home_three .index_or .or_cont {
    padding: 45px 30px;
    text-align: center;
    height: 170px;
}

.home_three .index_or .or_cont strong {
    font-size: 24px;
    font-weight: 400;
    display: block;
    padding-bottom: 25px;
    color: #2B2B2B;
}

.home_three .index_or .or_cont span {
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
    color: #ACACAC;
    position: relative;
    background-color: #ffffff;
}

.home_three .index_or .or_cont p {
    background: url("../images/line.jpg") repeat-x center;
}

.home_three .index_or .li:hover .img img {
    transform: scale(1.05);
}

/*index four*/
.index_four {
    padding: 95px 0 0 0;
    overflow: hidden;
    position: relative;
}

.index_four:before {
    height: 603px;
    width: 263px;
    max-width: 14%;
    background-image: url("../images/xmbg.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 350px;
    left: 0;
    content: "";
    z-index: 9;
}

.index_fourn {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 200px);
}

.index_fourn:before {
    height: calc(100% - 200px);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background-color: rgba(204, 0, 0, 0.6);
    z-index: 8;
}

.index_four .index_ml {
    overflow: hidden;
    padding: 50px 0;
}

.index_four .index_ml .index_k {
    max-width: 1215px;
    margin: 0 auto;
    padding: 0 45px;
    background-color: #FFFFFF;
}

.index_fourn .container {
    position: relative;
    z-index: 9;
}

.index_ject .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index_ject .swiper-slide .img {
    overflow: hidden;
}

.index_ject .swiper-slide .img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.index_ject .swiper-slide img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_ject .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.index_ject .m_button {
    width: 100%;
    position: relative;
}

.index_ml .ml-button-prev, .index_ml .ml-button-next {
    width: 15px;
    left: inherit;
    top: inherit;
    outline: 0;
    z-index: 9;
    position: absolute;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 25px;
    bottom: 115px;
}

.index_ml .ml-button-prev {
    background-image: url("../images/yw_l.png");
    right: 193px;
}

.index_ml .ml-button-next {
    background-image: url("../images/yw_r.png");
    right: 104px;
}

.project_down {
    padding: 0 42px 42px 42px;
}

.index_ml .project_cont {
    background: #FFFFFF;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -38px;
    z-index: 9;
    position: relative;
    padding: 35px 66px;
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.index_ml .swiper-slide-active .project_cont {
    display: block;
}

.index_ml .project_cont .left {
    width: 80%;
    padding-right: 45px;
    position: relative;
}

.index_ml .project_cont .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 85px;
    background: #DEDEDE;
}

.index_ml .project_cont .left h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 12px;
    color: #333333;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_ml .project_cont p {
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

/*index new*/
.news-list-swp {
    margin: 48px 0 50px 0;
    padding-bottom: 50px;
    padding-left: 26px;
}

.news-list-swp .new_cont {
    padding: 15px 0 0 0;
}

.news-list-swp .swiper-slide {
    position: relative;
    padding-top: 12px;
}

.news-list-swp .img {
    overflow: hidden;
}

.news-list-swp .img img {
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.news-list-swp .time {
    width: 102px;
    position: absolute;
    top: 0px;
    left: -6px;
    color: #ffffff;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: #438A66;
}

.news-list-swp .new_cont h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-swp .new_cont p {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.news-list-swp .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.news-list-swp .swiper-pagination-bullet, .index_or .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.news-list-swp .swiper-pagination-bullet-active, .index_or .swiper-pagination-bullet-active {
    background: #438A66;
}

.index_or .news-list-dots {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.index_or .swiper-pagination {
    width: 100%;
}

.index_or .swiper-pagination span {
    margin: 0 3px;
}

.news-list-swp .swiper-slide:hover .new_cont h3 {
    color: #438A66;
}

/*about*/
.heightn {
    height: 80px;
}

.page_ban {
    height: 394px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_ban h3 {
    font-size: 56px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.page_nav {
    padding-top: 40px;
    margin-bottom: 35px;
    border-bottom: 3px solid #438A66;
    overflow: hidden;
}

.page_nav ul {
    margin-left: -6px;
    margin-right: -6px;
}

.page_nav ul li {
    padding: 0 6px;
    width: 14.28%;
    float: left;
}

.page_nav ul li a {
    height: 43px;
    display: block;
    line-height: 43px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    border-bottom: none;
    font-weight: 400;
    color: #333333;
}

.page_nav ul li:hover a, .page_nav ul li.active a {
    background: #438A66;
    color: #FFFFFF;
}

@media screen and (max-width:991px) {
    .page_nav ul li {
        width: 25%;
        padding-bottom: 6px;
    }

    .page_nav ul li a {
        border: 1px solid #DDDDDD;
    }

}

@media screen and (max-width:520px) {
    .page_nav ul {
        margin-left: -3px;
        margin-right: -3px;
    }

    .page_nav ul li {
        width: 33.33%;
        padding: 0 3px;
        padding-bottom: 6px;
    }

    .page_nav ul li a {
        font-size: 16px;
    }

}

.about_nei {
    background-image: url("../images/aboutbg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 65px;
    padding-top: 25px;
}

.about_nei .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 12px;
    color: #333333;
    position: relative;
}

.about_nei .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 69px;
    height: 4px;
    background: #438A66;
    opacity: 1;
    border-radius: 2px;
}

.about_nei .about_text {
    padding-top: 60px;
    overflow: hidden;
}

.about_nei .about_text .left {
    width: 57%;
    padding-right: 30px;
    float: left;
}

.about_nei .about_text .left .x-section-7 .co7 .item {
    width: 50%;
    border-right: none;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.about_nei .about_text .left .x-section-7 .co7 .item div {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 12px;
}

.about_nei .about_text .left .x-section-7 .co7 .item span.counter {
    font-size: 46px;
    height: 46px;
    line-height: 46px;
}

.about_nei .about_text .left .x-section-7 .co7 .item .text {
    text-align: left;
    padding-top: 12px;
    color: #333333;
    margin: 0;
}

.about_nei .about_text .right {
    float: right;
    width: 43%;
    padding-right: 15px;
}

.about_nei .about_text .right p {
    font-size: 16px;
    line-height: 35px;
    padding-bottom: 15px;
}

.about_nei .about_text .right::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.about_nei .about_text .right::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 2px;
}

.about_nei .about_text .right::-webkit-scrollbar-thumb {
    background: #438A66;
    border-radius: 10px;
}

/*nei*/
.ygry_wrap {
    overflow: hidden;
    margin-bottom: 65px;
    padding-top: 15px;
}

.ygry_tit {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 8px;
}

.rylist_box {
    overflow: hidden;
}

.rylist {
    overflow: hidden;
    position: relative;
}

.year_nav {
    height: 156px;
    background: rgba(215, 0, 15, 0.04);
    padding: 0 42px;
    margin-bottom: 53px;
    position: relative;
    overflow: hidden;
}

.year_nav .prev, .year_nav .next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #438A66;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    top: 50%;
    margin-top: -25px;
    z-index: 55;
    cursor: pointer;
}

.year_nav .prev {
    left: 42px;
    background-image: url(../images/lcleft.png);
}

.year_nav .next {
    background-image: url(../images/lcright.png);
    right: 42px;
}

.years {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    height: 145px;
    background: url(../images/year_line.png) repeat-x left center;
    position: relative;
}

.year_wrap {
    position: absolute;
    left: 0px;
    overflow: hidden;
    height: 60px;
    top: 24px;
}

.year_wrap a {
    display: block;
    width: 158px;
    height: 84px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    float: left;
    color: #fff;
    padding-top: 10px;
    position: relative;
}

.year_wrap a.sel .jincheng, .year_wrap a:hover .jincheng {
    background: url(../images/fzlcld.png) no-repeat center;
    width: 35px;
    height: 16px;
    bottom: 29px;
    left: 50%;
    margin-left: -17px;
}

.jincheng {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #BBBBBB;
    bottom: 32px;
    left: 50%;
    margin-left: -4px;
}

.honor_year {
    font-size: 20px;
    font-weight: bold;
}

.year_wrap a.sel .honor_year, .year_wrap a:hover .honor_year {
    color: #438A66;
    font-size: 20px;
}

.mhome .lcleft span {
    color: #ffffff;
    background: url(../images/lcquan02.png) no-repeat right;
    font-weight: bold;
}

.mhome .lcrnei p {
    color: white
}

.mhome .lcrnei span {
    color: white
}

.lcleft {
    width: 215px;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: right;
    background: url(../images/lcxxian.png) repeat-y 95%;
    padding-top: 35px;
}

.lcleft span {
    font-size: 30px;
    color: #999999;
    background: url(../images/lcquan01.png) no-repeat right;
    padding-right: 47px;
}

.lcright {
    width: -webkit-calc(100% - 215px);
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
    padding-left: 10px;
    float: right;
}

.lcrnei {
    padding: 35px 0 25px 0;
}

.lcrnei p {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 24px;
}

.lcrnei span {
    display: block;
    font-size: 16px;
}

.termhid {
    overflow: hidden;
}

.term {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

.rylist.mhome {
    background: linear-gradient(0deg, #FF3E4C, #438A66);
}

/*orginazition*/
.page_cont {
    padding: 15px 0 50px 0;
}

/*yewujiagou*/
.page_ban .title {
    font-size: 56px;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.2;
}

.page_ban .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 2px;
    background: #FFFFFF;
}

.busilist ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
    background: #F8F8F8;
}

.busilist .bus_left, .busilist .bus_right {
    width: 50%;
    height: 100%;
}

.busilist .bus_right {
    padding: 35px 35px 30px 110px;
    position: absolute;
    top: 0;
}

.busilist ul li:nth-child(2n-1) .bus_left {
    float: left;
}

.busilist ul li:nth-child(2n-1) .bus_right {
    float: right;
    right: 0;
}

.busilist ul li:nth-child(2n) .bus_left {
    float: right;
}

.busilist ul li:nth-child(2n) .bus_right {
    float: left;
    left: 0;
}

.busilist .bus_right .bus_scoll {
    max-height: 100%;
    overflow-y: auto;
    padding: 30px 100px 0 0;
}

.busilist .bus_right h3 {
    font-size: 30px;
    font-weight: bold;
    color: #438A66;
    padding-bottom: 40px;
    line-height: 1.2;
}

.busilist .bus_right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.busilist .bus_right .bus_scoll::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

.busilist .bus_right .bus_scoll::-webkit-scrollbar-track {
    background: #E8E8E8;
}

.busilist .bus_right .bus_scoll::-webkit-scrollbar-thumb {
    background: #438A66;
}

/*nei*/
.busilist ul li:hover {
    background: #438A66;
}

.busilist ul li:hover span {
    color: white;
}

.busilist ul li:hover .bus_right h3 {
    color: #fff;
}

.busilist ul li:hover .bus_right p {
    color: #fff;
}

.busilist ul li:hover .bus_right .bus_scoll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
}

.busilist ul li:hover .bus_right .bus_scoll::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}

/*1333 fazhan*/
.page_nav.page_nav2 ul li {
    width: 16.66%;
}

.all_for_one {
    height: 950px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.all_for_one .img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 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%);
}

.intext_area {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 50%;
    top: 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%);
}

.all_for_one .img_box span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    -ms-transform: translate3d(0, 0, 0) scale(1.05);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.all_for_one .img_box span img {
    width: 100%;
    max-width: inherit;
}

.all_for_one .img_box span.view {
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

.link_arae {
    padding-top: 35px;
    margin-left: -65px;
    margin-right: -65px;
}

.link_arae li {
    width: 50%;
    float: left;
    padding: 28px 65px;
}

.link_arae li a {
    width: 100%;
    height: 380px;
    display: block;
    position: relative;
    padding: 38px 58px 15px 58px;
}

.link_arae li dd {
    position: relative;
    z-index: 9;
}

.link_arae li h3 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1.2;
}

.link_arae li h3:after {
    content: "";
    width: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ffffff;
}

.link_arae li p {
    color: #ffffff;
    overflow-y: auto;
    max-height: 200px;
    font-size: 16px;
    line-height: 30px;
}

.link_arae li p::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

.link_arae li p::-webkit-scrollbar-track {
    background: #E8E8E8;
}

.link_arae li p::-webkit-scrollbar-thumb {
    background: #438A66;
}

.link_arae ul li:hover p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
}

.link_arae ul li:hover p::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}

.intext_area .link_arae li a:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 0px 80px 80px 80px;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.intext_area .link_arae li a:hover:after {
    background-color: rgba(245,162,0, 0.6);
    border: 1px solid rgba(245,162,0, 0.6);
}

/*message*/
.form_text {
    padding-top: 35px;
}

.form_text h4 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 45px;
}

.form_text h4 strong {
    color: #438A66;
}

.form_text p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.hl_message {
    padding-top: 60px;
    padding-bottom: 100px;
    max-width: 1125px;
}

.hl_message input {
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    border-radius: 10px;
    border: none !important;
    background: #F3F3F3 !important;
    outline: 0 !important;
}

.hl_message input:focus {
    box-shadow: 0 !important;
    border: none !important;
}

.hl_message textarea {
    background: #F3F3F3 !important;
    border: none !important;
    height: 274px;
    outline: 0 !important;
}

.hl_message label {
    font-size: 16px;
}

.hl_message .submit {
    width: 324px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    height: 58px;
    outline: 0;
    background: #438A66;
    border-radius: 10px;
}

.hl_message .resect {
    width: 324px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    margin-left: 22px;
    height: 58px;
    outline: 0;
    background: #505050 !important;
    border-radius: 10px;
}

.pb70 {
    padding-bottom: 65px;
}

.red {
    color: red;
}

.pb20 {
    padding-bottom: 35px;
}

/*article*/
.new_location {
    width: 100%;
    background: #FFFFFF;
    margin: 0px 0 60px 0;
    padding: 30px;
    border-radius: 4px;
}

.new_location .new_left {
    border-right: 1px solid #F2F4F6;
    width: 71%;
    padding-right: 55px;
    float: left;
}

.new_location .new_right {
    width: 29%;
    padding-left: 55px;
    float: left;
}

.new_location .new_right h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    background-image: url("../images/newico01.png");
    background-size: 17px 12px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.article_cont .ar_sub {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
    word-break: break-all;
}

.article_cont .dt_link {
    border-bottom: 2px solid #F0F0F0;
    overflow: hidden;
}

.ar_relevant {
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
    background: #FFFFFF;
    border-radius: 4px;
}

.marbotm30 {
    margin-bottom: 30px;
}

.ar_relevant h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    background-image: url("../images/newico01.png");
    background-size: 17px 12px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.dt_font_wraps {
    float: right;
}

.dt_right_wrap .dt_rt_author {
    padding-top: 25px;
    overflow: hidden;
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 28px;
    margin-bottom: 35px;
}

.dt_right_wrap .dt_rt_author .time {
    color: #D1D1D1;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    min-height: 30px;
}

.dt_right_wrap .dt_rt_author .time i {
    color: #CCCCCC;
    font-size: 16px;
    font-style: normal;
    margin: 0 10px;
}

.dt_right_wrap .dt_rt_author .time em {
    height: 30px;
    display: inline-block;
    font-style: normal;
    padding: 0 14px;
    background: #F2F4F6;
    border-radius: 15px;
    font-size: 16px;
    color: #999999;
}

.dt_right_wrap .dt_rt_author .time span.dian {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
}

.dt_right_wrap .dt_rt_author span.view {
    line-height: 30px;
    display: inline-block;
    color: #CCCCCC;
    margin-left: 20px;
    background-image: url(../images/view.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.printIco {
    background-image: url("../images/print.png");
    font-size: 16px;
    background-position: left;
    line-height: 30px;
    color: #D1D1D1;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-left: 25px;
}

.dt_font_wraps div {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    font-size: 16px;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    color: #CCCCCC;
    cursor: pointer;
    user-select: none;
}

.dt_rt_content_wrap {
    font-size: 18px;
}

.dt_rt_content_wrap p, .dt_rt_content_wrap span, .dt_rt_content_wrap div {
    line-height: 175% !important;
    margin-bottom: 30px !important;
    color: inherit;
    font-size: inherit !important;
}

.dt_rt_content_wrap.msbshow table {
    width: 100%;
}

.dt_rt_content_wrap.msbshow table p {
    margin-bottom: 0 !important;
    font-family: "Microsoft Yahei";
}

.wz-textbox>p {
    font-size: inherit !important;
}

.wz-textbox img {
    max-width: 100% !important;
    height: auto !important;
}

.dt_link {
    padding-bottom: 50px;
}

.dt_link .dt_lan {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #0074C6;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.dt_link a {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding: 0 14px;
    color: #999999;
    font-size: 16px;
    background: #F2F4F6;
    border-radius: 15px;
}

.dt_link a:last-child {
    margin-right: 0;
}

.dt_link a:hover {
    color: #666;
}

.dt_rt_give_wrap {
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

.dt_rt_give_wrap>div {
    display: inline-block;
    padding: 0 20px;
}

.dt_rt_give_btn {
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 17px;
}

.dt_rt_give_wrap>div>p {
    font-size: 16px;
    margin-top: 10px;
}

.dt_rt_give_wrap>div>p span {
    color: #666;
    font-size: inherit;
}

.dt_rt_give_btn em {
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.artice_back {
    text-align: center;
}

.artice_back a {
    width: 168px;
    display: inline-block;
    height: 60px;
    border-radius: 28px;
    background: #438A66;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
}

.art_bot {
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

.art_bot .left, .art_bot .right {
    width: 50%;
}

.art_bot .left {
    padding-right: 14px;
}

.art_bot .right {
    padding-left: 14px;
}

.art_bot .left p, .art_bot .right p {
    width: 100%;
    height: 138px;
    background: #F2F4F6;
    padding: 25px 25px;
    font-size: 13px;
    color: #999999;
    border-radius: 10px;
}

.art_bot .left p a, .art_bot .right p a {
    color: #333333;
    width: 100%;
    margin-top: 5px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.art_bot .left p:hover, .art_bot .right p:hover {
    background: #438A66
}

.art_bot .left p:hover, .art_bot .right p:hover, .art_bot .left p:hover a, .art_bot .right p:hover a {
    color: #fff;
}

.navr-ewm33 {
    padding: 10px 8px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    transition: all .3s ease;
    width: 48px;
    background: #FFFFFF;
    border-radius: 24px;
}

.new_change .notice_listt li {
    border-bottom: 1px dashed #D8D8D8;
    padding: 20px 0 15px 0;
}

.new_change .notice_listt li:last-child {
    border-bottom: none;
}

.new_change .notice_listt li h3 {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_change .notice_listt li h3:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #333333;
}

.new_change .notice_listt li h3 a {
    color: inherit;
    line-height: 24px;
    font-size: inherit;
}

.new_change .notice_listt li .notice_bot {
    padding-left: 20px;
    padding-top: 8px;
}

/*industry*/
.indus_bg {
    background: #F5F5F5;
    padding: 58px 0 100px 0;
}

.indus_bg .container {
    position: relative;
}

.indus_bg .container:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("../images/shbg.png");
    width: 263px;
    height: 603px;
}

.indus_bg .index_text {
    line-height: 30px;
    font-size: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
}

.indus-thumbs {
    margin-top: 70px;
    margin-bottom: 25px;
}

.indus-thumbs .swiper-slide {
    text-align: center;
    width: auto;
    padding: 0 10px;
}

.indus-thumbs .swiper-slide:after {
    content: "-";
    position: absolute;
    right: 0;
    color: #333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.indus-thumbs .swiper-slide:last-child:after {
    display: none;
}

.indus-thumbs .swiper-slide span {
    font-size: 24px;
    max-width: 100%;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    cursor: pointer;
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indus-top {
    min-height: 554px;
    background: #FFFFFF;
    position: relative;
}

.indus-top:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("../images/shbg.png");
    width: 263px;
    height: 300px;
}

.indus-thumbs .swiper-slide.swiper-slide-thumb-active span {
    background: #438A66;
    color: #FFFFFF;
    border-radius: 26px;
}

.indus_but {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 56px;
    background-color: #F5F5F5;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 9;
}

.indus-top .indus-button-prev {
    background-image: url("../images/left.png");
    left: 100px;
}

.indus-top .indus-button-next {
    background-image: url("../images/right.png");
    left: 180px;
}

.indus-top .indus-button-prev:hover {
    background-image: url("../images/lefthover.png");
}

.indus-top .indus-button-next:hover {
    background-image: url("../images/righthover.png");
}

.indus-top .swiper-slide {
    padding: 75px 100px;
    opacity: 0 !important;
    z-index: -1;
}

.indus-top .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    z-index: 9;
}

.duty_cont {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.duty_cont .left {
    float: left;
    width: 50%;
    padding-right: 50px;
}

.duty_cont .right {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 50px;
}

.duty_cont .right img {
    max-height: 400px;
}

.duty_cont .left h3 {
    font-size: 30px;
    height: 98px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.duty_cont .left p {
    font-size: 16px;
    color: #999999;
    max-height: 84px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.duty_cont .left .more {
    padding-top: 35px;
}

.duty_cont .left .more a {
    width: 94px;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    height: 31px;
    display: block;
    background: #438A66;
    border-radius: 16px;
}

/*page*/
.paged {
    padding: 30px 0 50px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: block;
}

.paged .pagination li {
    display: inline-block;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged a {
    border: 1px solid #DCDCDC;
    background: #ffffff;
    display: inline-block;
    line-height: 40px;
    color: #333;
    margin: 0 2px;
    padding: 0 14px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
}

.paged a:hover, .paged .active span {
    border: 1px solid #438A66;
    text-decoration: none;
    color: #fff;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    background-color: #438A66;
    font-size: 14px;
}

.paged span {
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #DCDCDC;
    background: #ffffff;
    color: #333;
    line-height: 40px;
    padding: 0 14px;
    height: 40px;
    font-size: 14px;
    margin: 0 2px;
}

.paged li:first-child span, .paged li:last-child a {
    border: none;
}

/*new */
.new_list {
    padding-bottom: 30px;
}

.new_list ul li {
    float: left;
    width: 33.33%;
    padding: 15px;
}

.new_list .img {
    overflow: hidden;
    display: block;
}

.new_list .title {
    font-size: 22px;
    padding-top: 15px;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_list .time {
    font-size: 16px;
    display: block;
    font-family: Lato;
    font-weight: 400;
    line-height: 1.2;
    color: #999999;
}

.new_list .img img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.new_list ul li:hover .img img {
    transform: scale(1.05);
}

.new_list ul li:hover .title {
    color: #438A66;
}

/*key project*/
.key_prolist {
    padding-top: 20px;
}

.key_prolist ul {
    margin-left: -13px;
    margin-right: -13px;
}

.key_prolist ul li {
    float: left;
    padding: 0 13px 35px 13px;
    width: 50%;
}

.key_prolist ul li .bg {
    height: 320px;
    width: 100%;
    padding: 44px 38px;
    background: #F7F7F7;
}

.key_prolist ul li .bg h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
}

.key_prolist ul li .bg h3 a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.key_prolist .key_bottom {
    overflow: hidden;
    padding-top: 35px;
}

.key_prolist .key_bottom .left {
    width: 233px;
}

.key_prolist .key_bottom .right {
    padding-left: 20px;
    width: -webkit-calc(100% - 233px);
    width: -moz-calc(100% - 233px);
    width: calc(100% - 233px);
}

.key_prolist .key_bottom .right .time {
    height: 40px;
    line-height: 20px;
    color: #A4A4A4;
}

.key_prolist .key_bottom .right p {
    height: 66px;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0 20px 0;
    color: #A4A4A4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.key_prolist .key_bottom .right .more {
    width: 103px;
    height: 33px;
    text-align: center;
    display: block;
    border: 1px solid #438A66;
    font-size: 14px;
    color: #438A66;
    line-height: 33px;
}

.key_prolist .key_bottom .right .more:hover {
    background: #438A66;
    color: #FFFFFF;
}

/*tongzhigonggao*/
.notice_list {
}

.notice_list ul {
    margin-left: -9px;
    margin-right: -9px;
}

.notice_list ul li {
    width: 33.33%;
    padding: 18px 9px;
    float: left;
}

.notice_list ul li a {
    height: 300px;
    width: 100%;
    padding: 50px 40px 0 40px;
    background: #F7F7F7;
    display: block;
}

.notice_list .title, .notice_list .decription, .notice_list .time {
    display: block;
}

.notice_list .title {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #333;
}

.notice_list .time {
    font-size: 24px;
    color: #CDCDCD;
    padding: 22px 0;
}

.notice_list .decription {
    height: 89px;
    margin-bottom: 5px;
    color: #999;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice_list .more {
    font-size: 14px;
    color: #438A66;
}

.notice_list ul li:hover a {
    background: #FFFFFF;
    box-shadow: 0px 7px 34px 6px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width:1279px) {
    .rel-container .ar_img img {
        height: 137px;
    }

    .indus-thumbs .swiper-slide span {
        font-size: 22px;
        padding: 0 15px;
    }

}

@media screen and (max-width:991px) {
    .rel-container .ar_img img {
        height: 157px;
    }

}

@media (max-width:1365px) {
    .year_wrap a {
        width: 125px;
    }

}

@media (max-width:1279px) {
    .year_wrap a {
        width: 135px;
    }

    .busilist .bus_right {
        padding: 35px 35px 30px 60px;
    }

    .busilist .bus_right .bus_scoll {
        padding: 30px 60px 0 0;
    }

    .busilist .bus_right h3 {
        padding-bottom: 15px;
    }

    /*zhanluefazhan*/
    .page_nav.page_nav2 ul li {
        width: 20%;
    }

    .duty_cont .left h3 {
        font-size: 30px;
        height: 64px;
        line-height: 32px;
    }

    .indus-top {
        height: 500px;
    }

    .indus-top .swiper-slide {
        padding: 75px 60px;
    }

    .duty_cont .left {
        padding-right: 30px;
    }

    .duty_cont .right {
        padding-left: 30px;
    }

    .indus-top .indus-button-prev {
        left: 60px;
    }

    .indus-top .indus-button-next {
        left: 140px;
    }

}

@media (max-width:991px) {
    .year_wrap a {
        width: 120px;
    }

    .page_ban .title {
        font-size: 46px;
    }

    /*yewujiagou*/
    .busilist .bus_right .bus_scoll {
        padding: 5px 30px 0 0;
    }

    .form_text h4 {
        font-size: 30px;
        line-height: 1.4
    }

}

@media (max-width:767px) {
    .year_nav {
        height: 140px;
    }

    .year_nav .prev {
        left: 20px;
    }

    .year_nav .next {
        right: 20px;
    }

    .year_wrap a {
        width: 95px;
    }

    .year_nav .prev, .year_nav .next {
        width: 40px;
        height: 40px;
    }

    .lcleft {
        width: 115px;
        text-align: left;
        background: url(../images/lcxxian.png) repeat-y 92%;
    }

    .lcright {
        width: -webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: calc(100% - 115px);
    }

    .lcleft span {
        padding-right: 15px;
        font-size: 26px;
        text-align: left;
        width: 100%;
        padding-left: 15px;
        display: block;
    }

    .honor_year {
        font-size: 18px;
    }

    .page_ban .title {
        font-size: 34px;
    }

    /*zhanluefazshan*/
    .page_nav.page_nav2 ul li {
        width: 33.33%;
    }

    .all_for_one {
        height: 700px;
    }

    .link_arae {
        padding-top: 35px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .link_arae li {
        width: 50%;
        float: left;
        padding: 28px 10px;
    }

    .link_arae li a {
        width: 100%;
        height: 260px;
        position: relative;
        padding: 25px 15px 15px 15px;
    }

    .intext_area .link_arae li a::after {
        border-radius: 0px 60px 60px 60px;
    }

    .link_arae li h3::after {
        height: 2px;
    }

    .link_arae li h3 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .link_arae li p {
        overflow-y: auto;
        max-height: 150px;
        line-height: 25px;
    }

    /*message*/
    .form_text {
        padding-top: 0px;
    }

    .form_text h4 {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.4
    }

    .form_text p {
        font-size: 16px;
    }

    .hl_message {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .hl_message input {
        height: 45px;
        line-height: 45px;
    }

    .pb20 {
        padding-bottom: 10px;
    }

    .pb70 {
        padding-bottom: 35px;
    }

    .hl_message .submit {
        width: 45%;
        height: 45px;
    }

    .hl_message .resect {
        width: 45%;
        height: 45px;
    }

    .hl_message textarea {
        height: 200px;
    }

    /*article*/
    .new_location .new_left {
        border-right: none;
        width: 100%;
        padding-right: 0;
    }

    .new_location .new_right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .article_cont .ar_sub {
        font-size: 24px;
    }

    .dt_font_wraps {
        float: left;
        padding-top: 5px;
    }

    .dt_right_wrap .dt_rt_author {
        padding-top: 25px;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    .dt_rt_give_wrap > div {
        padding: 0 15px;
    }

    .dt_right_wrap .dt_rt_author .time {
        width: 100%;
    }

    .art_bot .left, .art_bot .right {
        width: 100%;
        padding: 10px 0;
    }

    .art_bot .left {
        padding-right: 0;
    }

    .art_bot .right {
        padding-left: 0;
    }

    .article_cont {
        padding-bottom: 30px;
    }

    .art_bot .left p a, .art_bot .right p a {
        font-size: 14px;
    }

    .art_bot .left p, .art_bot .right p {
        height: auto;
        padding: 15px 25px;
    }

    .artice_back a {
        width: 168px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .ar_relevant {
        padding: 30px 15px;
    }

    .about_link ul li {
        padding-bottom: 15px;
    }

    .dt_font_wraps {
        display: none !important;
    }

    .new_location {
        padding: 0;
    }

    .dt_rt_content_wrap {
        font-size: 16px;
    }

    .art_bot {
        padding-top: 30px;
    }

    /*industry*/
    .indus_bg {
        padding: 35px 0 50px 0;
    }

    .indus-top .swiper-slide {
        padding: 35px 15px;
        padding-bottom: 5px;
    }

    .indus-top {
        height: auto;
        min-height: inherit;
    }

    .indus-thumbs {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .duty_cont {
        padding-top: 45px;
    }

    .duty_cont .left {
        padding-right: 0;
        float: right;
        width: 100%;
        padding-bottom: 10px;
    }

    .duty_cont .right {
        padding-left: 0;
        float: left;
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
    }

    .duty_cont .right img {
        max-height: 270px;
    }

    .indus-thumbs .swiper-slide span {
        font-size: 18px;
    }

    .duty_cont .left h3 {
        height: 50px;
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .duty_cont .left p {
        font-size: 16px;
        max-height: 56px;
        line-height: 28px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .duty_cont .left .more {
        padding-top: 15px;
    }

    .indus-top .indus-button-prev {
        left: inherit;
        right: 80px;
        bottom: inherit;
        top: 15px;
    }

    .indus-top .indus-button-next {
        left: inherit;
        right: 30px;
        bottom: inherit;
        top: 15px;
    }

    .indus_but {
        bottom: 15px;
        width: 40px;
        height: 40px;
    }

    .indus_bg .container::before {
        display: none;
    }

}

/*job*/
.job_cont {
    padding: 25px 0 0 0;
}

.page_title2 {
    text-align: center;
}

.page_title2 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #438A66;
    position: relative;
    line-height: 30px;
    padding-bottom: 15px;
}

.page_title2 h2:before, .page_title2 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
}

.page_title2 h2:before {
    width: 79px;
    height: 4px;
    left: 50%;
    z-index: 8;
    background: #438A66;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page_title2 h2:after {
    width: 100%;
    height: 2px;
    left: 0;
    background: #EAEAEA;
}

.page_title2 p {
    font-size: 16px;
    padding-top: 35px;
    line-height: 30px;
}

.page_title2 p span {
    font-size: inherit;
}

.joblist {
    padding-top: 70px;
}

.jotis {
    background: #9A9A9A;
    padding-left: 100px;
}

.jot span {
    display: block;
    width: 17%;
    text-align: center;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden
}

.jot span:nth-child(1) {
    width: 25%;
    text-align: left;
    padding-right: 10px;
}

.jot span:nth-child(2) {
    text-align: left;
    padding-right: 10px;
}

.jot span:nth-child(3) {
    width: 15%
}

.jot span:nth-child(4) {
    width: 15%
}

.jot span:nth-child(6) {
    width: 15%
}

.jotis span {
    font-size: 16px;
    color: #fff;
}

.jod>span {
    background: 0 0;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s;
    -webkit-transition: .3s;
}

.jotxs {
    position: relative;
    margin-bottom: 4px;
    background: #F0EEEE;
}

.jot {
    padding-left: 100px;
}

.jos {
    border: 1px solid #438A66;
    padding: 40px 90px 38px 100px;
    background: #fff;
    display: none;
}

.jos .bodr {
    border: none;
    border-top: 0;
}

.jos .bodr span {
    display: block;
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.jotxs .line {
    background: url(../images/jobhui.png) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 10px;
    display: block;
    position: absolute
}

.jotxs .arrow {
    width: 65px;
    height: 57px;
    line-height: 57px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: inherit;
    right: 3.5%;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 16px;
}

.jotxs.act .jod>span, .jotxs:hover .jod>span {
    background: 0 0
}

.jo2 .act .jod>span {
    color: #fff
}

.jotxs.act .arrow {
    color: #fff;
}

#jo2 a {
    font-size: 16px;
    color: #fff;
    background: #438A66;
    border: 1px solid #438A66;
    width: 184px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#jo2 a:hover {
    background: #fff;
    color: #438A66;
}

.bodr p {
    font-size: 16px;
    color: #666666;
}

.jos .job_down {
    padding-top: 30px;
}

.jos .job_down h3 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0;
    line-height: 1.2;
    padding-bottom: 30px;
}

.bodr .job_down p {
    padding-bottom: 25px;
    font-size: 16px;
    color: #666666;
}

.bodr .job_down span a {
    font-size: 14px;
    color: #333;
    background: #D8D8D8;
    padding: 8px 44px
}

.act .jod {
    background: #438A66;
}

.joblist {
    padding-top: 30px;
}

/*contact*/
.contact {
    padding: 65px 0 95px 0;
}

.contact .container {
    width: 100%;
}

.cont_border {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 85px 50px 50px 50px;
}

.cont_border .up {
    overflow: hidden;
    padding-bottom: 30px;
}

.cont_border .up .left {
    float: left;
    padding-right: 115px;
}

.cont_border .up .left .first {
    margin-bottom: 40px;
    height: 52px;
    min-width: 280px;
}

.cont_border .up .left .first span:first-child {
    width: 52px;
    height: 52px;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border: 1px solid #DEDEDE;
}

.cont_border .up .left .first span:nth-child(2) {
    display: inline-block;
    padding-left: 18px;
    font-size: 18px;
    color: #333333;
    line-height: 23px;
}

.cont_border .corde {
    overflow: hidden;
}

.cont_border .corde div {
    float: left;
    padding-right: 28px;
    text-align: center;
}

.cont_border .corde div:last-child {
    padding-right: 0;
}

.cont_border .corde div p {
    font-size: 18px;
    padding-top: 5px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.cont_border .map {
    height: 500px;
    width: 100%;
}

.m_year {
    display: none;
    position: fixed;
    left: 30px;
    top: 20%;
    background-color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 6px 0px;
    width: 50px;
    border-radius: 22px;
    padding: 15px 0;
    z-index: 9;
}

.m_year ul li {
    text-align: center;
}

.m_year ul li a {
    font-size: 16px;
}

.m_year .years {
    background: none;
    height: auto;
}

.m_year .years .year_wrap {
    position: inherit;
    top: inherit;
    height: inherit;
}

.m_year .years .year_wrap a {
    width: 100%;
    height: auto;
}

.m_year .years .year_wrap a .honor_year {
    font-size: 16px;
}

.m_year .years .jincheng {
    display: none !important;
}

@media screen and (max-width:1279px) {
    .jot span:nth-child(3) {
        width: 12%
    }

    .jot span:nth-child(6) {
        width: 14%
    }

    .jotis, .jot, .jos {
        padding-left: 50px;
    }

    .cont_border .map {
        height: 400px;
    }

    .cont_border .corde img {
        width: 120px;
    }

}

@media screen and (max-width:991px) {
    .jotxs .arrow {
        right: 0;
    }

    .cont_border .up .left {
        padding-right: 40px;
    }

    .m_year {
        display: none !important;
    }

}

@media screen and (max-width:767px) {
    .jot span:nth-child(3) {
        display: none;
    }

    .jot span:nth-child(4) {
        display: none;
    }

    .jot span:nth-child(5) {
        display: none;
    }

    .jot span:nth-child(1), .jot span:nth-child(2) {
        width: 35%;
    }

    .jot span:nth-child(6) {
        width: 26%;
    }

    .jos {
        padding: 20px 15px 38px 15px;
    }

    .jotis, .jot, .jos {
        padding-left: 25px;
    }

    .jotxs .arrow {
        font-size: 14px;
    }

    .cont_border {
        padding: 35px 30px 30px 30px;
    }

    .cont_border .up .left {
        padding-right: 0;
        width: 100%;
    }

    .cont_border .corde {
        padding-bottom: 25px;
        padding-top: 0;
        width: 100%;
    }

    .cont_border .up .left .first {
        margin-bottom: 20px;
    }

    .cont_border .up .left .first span:first-child {
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin-top: 5px;
    }

    .cont_border .up .left .first span:first-child img {
        max-width: 50%;
    }

    .cont_border .up .left .first span:nth-child(2) {
        font-size: 16px;
    }

    .cont_border .corde div p {
        font-size: 16px;
    }

    .cont_border .corde div {
        padding: 0 5px;
        width: 50%;
        float: left;
    }

    .cont_border .corde div:last-child {
        padding: 0 5px;
    }

}

@media screen and (max-width:375px) {
    .jot span {
        width: 40%;
    }

    .jot span:nth-child(6) {
        width: 40%;
    }

}

@media (max-width:520px) {
    .busilist .bus_left, .busilist .bus_right {
        width: 100%;
        height: 100%;
    }

    .busilist .bus_right {
        padding: 30px 30px 30px 30px;
        position: inherit;
        top: 0;
    }

    .busilist .bus_right .bus_scoll {
        padding: 5px 15px 0 0;
        height: 340px;
    }

    .busilist .bus_right h3 {
        font-size: 24px;
    }

    /*zhanluefazshan*/
    .page_nav.page_nav2 ul li {
        width: 50%;
    }

    .zpiao {
        display: none !important;
    }

}

@media (max-width:375px) {
    .year_wrap a {
        width: 90px;
    }

}

@media (max-width:374px) {
    .year_wrap a {
        width: 85px;
    }

}

@media (max-width:360px) {
    .year_wrap a {
        width: 80px;
    }

}

@media (max-width:320px) {
    .year_wrap a {
        width: 70px;
    }

}

@media screen and (min-width:520px) {
    .home_three .swiper-wrapper {
        transform: none !important;
    }

    .home_three .news-list-dots {
        display: none;
    }

    .page_nav ul li a, .notice_list ul li a {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .about_nei .about_text .right {
        max-height: 420px;
        overflow-y: auto;
    }

    .key_prolist ul li .bg {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .key_prolist ul li:hover .bg {
        transform: translateY(-10px);
    }

}

.news_sum {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
}