﻿@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
body{font-family:"Microsoft YaHei",Arial; font-size:100%; color:#434343; max-width: 1920px; margin: 0 auto; overflow-x:hidden;}
ol,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6{list-style:none outside none; margin:0px; padding:0px; font-size:100%; font-weight:normal;}
img {border:none;}
a:link, a:visited {color:#616161; text-decoration: none;outline:none;}
a:hover, a:active {color:#2EA136; text-decoration: none;outline:none;}
.clear{clear:both;}
.kg{ width:96%; margin:0 auto; max-width:1520px;}
.kga{ width:96%; margin:0 auto; max-width:1300px;}
.fl{ float:left;}
.fr{ float:right;}
.dw{ position:relative;}
.cj{ overflow:hidden;}
.green-black {display:block; padding-top:26px; clear:both; text-align:center;}
.green-black a {padding:5px 8px 4px 8px; padding:5px 8px 4px 8px;border:1px solid #dddddd; height:12px; line-height:12px; zoom:1; font-weight:bold; font-size:12px; overflow:auto; margin-left:3px; margin-right:3px; color:#333; background:url(../images/page_bg01.png) #fff bottom repeat-x; text-decoration:none;}
.green-black a:hover {border:1px solid #ccc; height:12px; line-height:12px; zoom:1;overflow:auto;background:url(../images/page_bg02.png) top repeat-x #2EA136; margin-left:3px; margin-right:3px; color:#fff;font-size:12px;}
.green-black span.current {padding:5px 8px 5px 8px; padding:5px 8px 4px 8px;border:1px solid #ccc; color:#fff; height:12px; line-height:12px; zoom:1; overflow:auto;  background:url(../images/page_bg02.png) top repeat-x #2EA136; margin-left:3px; margin-right:3px; margin-top:0px; margin-bottom:0px; font-size:12px}
::-webkit-scrollbar {width:6px;height:8px;background-color:#fff;border-radius:4px; position:relative;}
::-webkit-scrollbar-thumb {background-color:#b1b1b1;border-radius:3px;}
/*基础配置*/

@font-face {
 font-family:"alternate";
 src: url("../fonts/alternate.eot"),
      url("../fonts/alternate.ttf");
}
@font-face {
 font-family:"AgencyFB";
 src: url("../fonts/agencyfb.eot"),
      url("../fonts/agencyfb.ttf");
}
@font-face {
 font-family:"Dinr";
 src: url("../fonts/dinr.eot"),
      url("../fonts/dinr.ttf");
}
@font-face {
 font-family:"Ddinr";
 src: url("../fonts/ddinr.eot"),
      url("../fonts/ddinr.ttf");
}
@font-face {
 font-family:"Ddinb";
 src: url("../fonts/ddinb.eot"),
      url("../fonts/ddinb.ttf");
}

/*首页style开始*/
.top_bg{ width: 100%; background: #fff; position: relative; z-index:9991; transition: 0.5s;}
.logotel{ height: 96px; width: 100%; background: #fff;}
.logotel .kg{ display: flex; justify-content: space-between;}
.logo{ padding-top: 11px; display: flex; align-items: center;}
.logo a:nth-child(2){ margin-left: 19px; padding-left: 20px; border-left: 1px solid #e6e6e6;}
.logo a:nth-child(2) p:nth-child(1){ line-height: 1em; color: #2EA136; font-weight: bold; font-size: 1.25rem;}
.logo a:nth-child(2) p:nth-child(2){ color: #666; line-height: 1em; margin-top: 7px;}
.logo a:nth-child(4){ margin-left: 25px; padding: 5px 25px; border: 1px solid #ddd; border-radius: 5px; transition: 0.5s;}
.logo a:nth-child(3){ margin-left: 25px; padding: 5px 25px; border: 1px solid #ddd; border-radius: 5px; transition: 0.5s;}
.logo a:nth-child(3):hover{ background: #2EA136; color: #fff; border: 1px solid #2EA136;}
.logo a:nth-child(4):hover{ background: #2EA136; color: #fff; border: 1px solid #2EA136;}
.logo a:nth-child(5){ margin-left: 20px;}
.logo a:nth-child(5) img{ height: 30px;}
.tel{ margin-top: 20px; background: url(../images/tel.png) no-repeat left center; padding-left: 30px; display: flex; align-items: center;}
.tel p{ color: #666; font-size: 0.875rem; line-height: 16px; flex: 0 0 28px;}
.tel span{ margin-left: 17px; padding-left: 20px; border-left: 1px solid #e6e6e6;}
.tel span a{ display: block; font-size: 1.625rem; line-height: 0.8em; color: #2EA136; font-family: 'Ddinr'; transition: 0.5s;}
.tel span a:nth-child(1){ margin-bottom: 8px;}
.top_yy{ position: absolute;}
.nav_bg{ width: 100%; border-bottom: 1px solid #2EA136; background: #fff; position: relative; z-index: 999;}
.nav_bg::before{ content: ''; width: 100%; height: 1px; background: #e6e6e6; position: absolute; left: 0; top: 0;}
.sp_nav{ display:none;}
.sjj_nav>ul>li{ float:left; position:relative; width: 12.5%;}
.sjj_nav>ul>li::after{ content: ''; border-top: 3px solid #2EA136; width: 100%; position: absolute; left: 0; top: 0; transform: scaleX(0); transition: 0.5s;}
.sjj_nav>ul>li::before{ content: ''; background: #e6e6e6; width: 100%; height: 0; position: absolute; left: 0; top: 0; transition: 0.5s;}
.sjj_nav>ul>li:hover::after,.sjj_nav>ul>li.cur::after{ transform: scaleX(1); transition: 0.5s;}
.sjj_nav>ul>li:hover::before,.sjj_nav>ul>li.cur::before{ height: 100%; transition: 0.5s 0.4s;}
.sjj_nav li .sp_nav_xjb{display:none;}
.sjj_nav>ul>li>a{display:block; height:63px; line-height: 63px; color: #333; text-align: center; position:relative; z-index:9; transition:0.5s;}
.sjj_nav>ul>li>a::before{ content: ''; width: 1px; height: 16px; background: #ccc; position: absolute; left: 0; top: 23px;}
.sjj_nav>ul>li:nth-last-child(1)>a::after{ content: ''; width: 1px; height: 16px; background: #ccc; position: absolute; right: 0; top: 23px;}
.sjj_nav>ul>li:hover>a,.sjj_nav>ul>li.cur{ color: #222; transition: .05s;}
.sjj_nav>ul>li>ul{ position:absolute; width:100%; background:rgba(255,255,255,0.95); left:0; top: 64px; overflow:hidden; display:none;}
.sjj_nav>ul>li>ul>li{border-top:1px solid #fff; background: #e6e6e6;}
.sjj_nav>ul>li>ul>li:nth-child(1){ border-top:none;}
.sjj_nav>ul>li>ul>li>a{ display:block; line-height:50px; height:50px; font-size:1rem; color:#222; text-align:center; transition:0.5s;}
.sjj_nav>ul>li>ul>li:hover>a{background:#2EA136; color:#fff; transition:0.5s;}
@media screen and (max-width:1020px){
.logotel{ height: 80px;}
.logotel .kg{ width: 100%;}
.logo{ padding-left: 1%; padding-top: 0;}
.logo a:nth-child(1) img{ height: 60px;}
.tel{ display: none;}
.nav_bg{ border-bottom: none;}
.nav_bg::before,.sjj_nav>ul>li>a::before,.sjj_nav>ul>li:nth-last-child(1)>a::after,.sjj_nav>ul>li::after,.sjj_nav>ul>li::before{ display: none;}
.sjj_nav>ul>li:hover>a,.sjj_nav>ul>li.cur{ color: rgba(255,255,255,0.8);}
.sjj_nav>ul>li>ul{ width: auto; position: relative; background: none; left: auto; top: auto;}
.sjj_nav>ul>li>ul>li{border-top:1px solid rgba(255,255,255,0.1); background: none;}
.sjj_nav>ul>li>ul>li:hover>a{background:none;}
}
@media screen and (max-width:700px){
.logotel{ height: 50px;}
.logo a:nth-child(1) img{ height: 40px;}
.logo a:nth-child(2){ display: none;}
.logo a:nth-child(3){ margin-left: 15px; padding: 3px 12px; font-size: 0.8125rem; border-radius: 3px;}
.logo a:nth-child(4){ margin-left: 15px; padding: 3px 12px; font-size: 0.8125rem; border-radius: 3px;}
.logo a:nth-child(5) img{ display: none;}
}

/*banner*/
@keyframes topbom{ 0%{bottom:2%; opacity:1;} 50%{bottom:5%; opacity:0.7;} 100%{bottom:2%; opacity:1;}} @-webkit-keyframes topbom{ 0%{bottom:2%; opacity:1;} 50%{bottom:5%; opacity:0.7;} 100%{bottom:2%; opacity:1;}}
.banner{width:100%; position:relative;}
.banner_nr{  width: 100%;}
.banner_nr li{position:relative; height:100%;}
.banner_nr li a{ display:block;}
.banner_nr li a img{ display:block; width: 100%;}
.banner_nr li a img:nth-child(2){ display: none;}
.banner_an{ position: absolute; left: 0; bottom: 3%; width: 100%; text-align: center; z-index: 99;}
.banner_an ul{ display: flex; justify-content: center;}
.banner_an li{ width: 10px; height: 12px; margin: 0 7px; background: url(../images/banan.png) no-repeat center; cursor: pointer; overflow: hidden; text-indent: -999em; position: relative; transition: 0.5s;}
.banner_an li.on{ background: url(../images/bananb.png) no-repeat center; transition: 0.5s;}
.banner_jt a{ display:block; float:left; width:32px; height:64px; background: url(../images/ban_jt.png) no-repeat center; position:absolute; top: 45%; cursor:pointer; transition: 0.5s;}
.banner_jt a.prev{ left: 5%;}
.banner_jt a.next{ transform: scaleX(-1); right: 5%;}
.banner .pageState{ display: none; color:#ffaf4f; font-family:"Dinl"; font-size:1.5rem; padding-right:20px; padding-top:14px;}
.banner .pageState span{ color:#fff; font-size:2.25rem;}
.inda_xx{ position:absolute; bottom:3%; width:100%; text-align:center; left:0; animation:topbom 4s infinite linear; z-index:101;}
.inda_xx a{ display:block; width:50px; padding:5px 0; margin:0 auto; height:auto; cursor:pointer; border-radius:5px;}
@media screen and (max-width:1020px){
.banner_nr li a img:nth-child(1){ display: none;}
.banner_nr li a img:nth-child(2){ display: block;}
}
/*banner*/
.inda_title { text-align: center; position: relative; }
    .inda_title em { font-style: normal; font-family: "Ddinb"; background-image: linear-gradient(#fafafa,#f5f5f5); color: transparent; -webkit-background-clip: text; font-size: 7rem; line-height: 0.8em; position: absolute; top: 0; left: 0; width: 100%; text-align: center; }
    .inda_title h2 { font-size: 3rem; color: #222; font-weight: bold; padding: 12px 0 20px 0; position: relative; z-index: 9; }
        .inda_title h2 span { color: #2EA136; }
    .inda_title p { color: #666; position: relative; z-index: 9; }

.index_bga { padding: 80px 0 100px 0; width: 100%; background: #f5f5f5; position: relative; }
    .index_bga .inda_title em { background-image: linear-gradient(#f3f2f2,#e6e6e6); }
.inda_nr { padding-top: 47px; }
    .inda_nr ul { display: flex; justify-content: space-between; }
    .inda_nr li { flex: 0 1 23.027%; position: relative; bottom: 0; overflow: hidden; transition: 0.5s; }
        .inda_nr li:hover { bottom: -40px; }
        .inda_nr li::before { content: ''; width: 100%; height: 100%; background: #1b6dd9; position: absolute; left: 0; bottom: 0; transition: 0.5s; }
        .inda_nr li:hover::before { left: 6px; top: 8px; }
        .inda_nr li a { display: block; position: relative; }
.inda_pic { overflow: hidden; }
    .inda_pic img { display: block; width: 100%; }
.inda_po { color: #fff; width: 100%; height: 34%; box-sizing: border-box; position: absolute; left: 0; bottom: 0; transition: 0.5s; }
.inda_nr li:hover .inda_po { background: rgba(0,0,0,.4); height: 100%; transition: 0.5s; }
.inda_mc { padding: 8% 5% 0 5%; }
    .inda_mc h3 { font-size: 1.875rem; }
    .inda_mc p { margin-top: 10px; color: #fff; line-height: 24px; }
.inda_more { padding: 0 5%; background: url(../images/inda_sbx.png) no-repeat left center; line-height: 18px; height: 18px; position: absolute; bottom: -100%; transition: 0.5s; }
.inda_nr li:hover .inda_more { bottom: 7%; transition: 0.5s 0.4s; }

@media screen and (max-width:1520px) {
    .inda_title em { font-size: 6rem; }
    .inda_title h2 { font-size: 2.5rem; padding: 12px 0 15px 0; }
    .inda_mc { padding: 8% 3% 0 3%; }
        .inda_mc h3 { font-size: 1.625rem; }
        .inda_mc p { line-height: 22px; font-size: 0.875rem; }
}

@media screen and (max-width:1300px) {
    .inda_nr li { flex: 0 1 24%; }
    .inda_mc h3 { font-size: 1.5rem; }
}

@media screen and (max-width:1270px) {
    .index_bga { padding: 60px 0 80px 0; }
    .inda_nr li { flex: 0 1 24.5%; }
    .inda_po { height: 42%; }
    .inda_mc h3 { font-size: 1.25rem; }
    .inda_mc p { line-height: 20px; }
}

@media screen and (max-width:1020px) {
    .index_bga { padding: 50px 0 80px 0; }
    .inda_title em { font-size: 5rem; }
    .inda_title h2 { font-size: 2.25rem; padding: 12px 0 5px 0; }
    .inda_nr { padding-top: 25px; }
    .inda_po { height: 22%; }
    .inda_mc h3 { font-size: 1.125rem; }
    .inda_mc p { display: none; }
}

@media screen and (max-width:700px) {
    .index_bga { padding: 30px 0 50px 0; }
    .inda_title em { font-size: 3.5rem; }
    .inda_title h2 { font-size: 1.5rem; }
    .inda_nr ul { flex-wrap: wrap; }
    .inda_nr li { flex: 0 1 49.5%; }
        .inda_nr li:nth-child(n+3) { margin-top: 1%; }
    .inda_mc h3 { font-size: 1rem; }
}

.index_bgp{ padding: 80px 0 100px 0; width: 100%; background: #fff; position: relative;}
.indp_nr{ padding-top: 47px;}
.indp_nr ul{ display: flex; justify-content: space-between;}
.indp_nr li{ flex: 0 1 23.027%; position: relative; bottom: 0; overflow: hidden; transition: 0.5s;}
/*.indp_nr li:hover{ bottom: -40px;}*/
.indp_nr li::before{ content: ''; width: 100%; height: 100%; background: #2EA136; position: absolute; left: 0; bottom: 0; transition: 0.5s;}
.indp_nr li:hover::before{ left: 6px; top: 8px;}

    .indp_nr li:hover .indp_pic img {transform: rotate(5deg) scale(1.4) }

.indp_nr li a{ display: block; position: relative;}
.indp_pic{ overflow: hidden;}
    .indp_pic img { display: block; width: 100%; transition-duration: 1s }
.indp_po{ color: #fff; width: 100%; height: 30%; box-sizing: border-box; position: absolute; left: 0; bottom: 0; transition: 0.5s;}
.indp_nr li:hover .indp_po{ background: rgba(230,33,55,.8); height: 100%; transition: 0.5s;}
.indp_mc{ padding: 20% 5% 0 5%;}
    .indp_mc h3 { font-size: 1.875rem; width: 100%; text-align: center; }
.indp_mc p{ margin-top: 10px; color: #fff; line-height: 24px;}
.indp_more { width: 100%; padding: 0; line-height: 18px; height: 18px; position: absolute; bottom: -60%; transition: 0.5s; text-align: center; }
.indp_nr li:hover .indp_more{bottom: 30%; transition: 0.5s 0.4s;}
@media screen and (max-width:1520px){
    .indp_mc { padding: 20% 3% 0 3%; }
.indp_mc h3{ font-size: 1.625rem;}
.indp_mc p{ line-height: 22px; font-size: 0.875rem;}
}
@media screen and (max-width:1300px){
.indp_nr li{ flex: 0 1 24%;}
.indp_mc h3{ font-size: 1.5rem;}
}
@media screen and (max-width:1270px){
.index_bgp{ padding: 60px 0 80px 0;}
.indp_nr li{ flex: 0 1 24.5%;}
.indp_po{ height: 42%;}
.indp_mc h3{ font-size: 1.25rem;}
.indp_mc p{ line-height: 20px;}
}
@media screen and (max-width:1020px){
.index_bgp{ padding: 50px 0 80px 0;}
.indp_nr{ padding-top: 25px;}
.indp_po{ height: 22%;}
.indp_mc h3{ font-size: 1.125rem;}
.indp_mc p{ display: none;}
}
@media screen and (max-width:700px){
.index_bgp{ padding: 30px 0 50px 0;}
.indp_nr ul{ flex-wrap: wrap;}
.indp_nr li{ flex: 0 1 49.5%;}
.indp_nr li:nth-child(n+3){ margin-top: 1%;}
.indp_mc h3{ font-size: 1rem;}
}

.index_bgb{ background: #f5f5f5; padding: 80px 0 100px 0; width: 100%;}
.index_bgb .inda_title em{background-image: linear-gradient(#f3f2f2,#e6e6e6);}
.idnb_gd{ margin-top: 45px; position: relative;}
.indbfl{ border-bottom: 1px solid #ccc;}
.indbfl .kg{ display: flex; justify-content: space-between;}
.indb_fl{ display: flex; align-items: flex-start;}
.indb_logo{ padding: 19px 25px 12px 0; border-right: 1px solid #ccc;}
.indb_fl ul{ display: flex; padding-left: 6px;}
.indb_fl li{ padding: 0 34px 28px 34px; text-align: center; position: relative;}
.indbfl_pic{ position: relative;}
.indbfl_pic span{ display: block; position: absolute; left: 0; top: 0; width: 100%;}
.indb_fl li:hover .indbfl_pic p,.indb_fl li.on .indbfl_pic p,.indb_fl li .indbfl_pic span{ transform: scale(0); transition: 0.5s;}
.indb_fl li .indbfl_pic p,.indb_fl li:hover .indbfl_pic span,.indb_fl li.on .indbfl_pic span{ transform: scale(1); transition: 0.5s;}
.indbfl_mc{ margin-top: 15px; color: #666; font-size: 1.125rem; transition: 0.5s;}
.indb_fl li:hover .indbfl_mc,.indb_fl li.on .indbfl_mc{ font-weight: bold; color: #2EA136;}
.indb_fl li::after{ content: ''; width: 100%; height: 7px; background: url(../images/indbfl_mao.png) no-repeat center; position: absolute; left: 0; bottom: -1px; transform: scaleX(0); transition: 0.5s;}
.indb_fl li:hover::after,.indb_fl li.on::after{ transform: scaleX(1); transition: 0.5s;}
.indb_more{ text-align: center; border-left: 1px solid #ccc; position: relative;}
.indb_more a{ padding: 0 39px; display: block; background: url(../images/indb_h.png) no-repeat left 76%; transition: 0.5s;}
.indb_more a:hover{background: url(../images/indb_l.png) no-repeat left 76%;}
.indb_more a:hover .indbfl_pic p,.indb_more a .indbfl_pic span{ transform: scale(0); transition: 0.5s;}
.indb_more a .indbfl_pic p,.indb_more a:hover .indbfl_pic span{ transform: scale(1); transition: 0.5s;}
.indb_more a:hover .indbfl_mc{ font-weight: bold; color: #2EA136;}
.indb_tab{ margin-top: 50px;}
.inab_nr ul{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
.inab_nr li{ order: 1; flex: 0 1 24.672%; background: #fff; position: relative;}
.inab_nr li:nth-child(1){ order: 1; flex: 0 1 74.869%;}
.inab_nr li:nth-child(2){ order: 0;}
.inab_nr li:nth-child(n+3){ margin-top: 0.4373%;}
.indb_pic{ overflow: hidden;/*height:280px;*/}
.indb_pic img{ display: block; width: 100%;/*height:100%;*/ transition: 0.5s;}
.inab_nr li:hover .indb_pic img{ transform: scale(1.2);}
.indb_po{ position: absolute; width: 100%; height: 100%; position: absolute; left: 0; top: 0; color: #fff; display: flex; flex-wrap: wrap; align-content: space-between; box-sizing: border-box; padding: 39px 1.8%;}
.indbt_mc{ flex: 0 1 100%;}
.indbt_mc h3{ font-size: 1.5rem;}
.indbt_mc p{ margin-top: 7px;}
.indbt_mo{ flex: 0 1 132px; height: 30px; background: #2EA136; text-align: center; line-height: 30px; font-size: 0.875rem;}
.indb_mc{/*background: url(../images/indb_h.png) no-repeat left center;*/ height: 64px; line-height: 64px; padding: 0 5%; overflow: hidden; display: flex; position: relative; transition: 0.5s;}
.indb_mc h3{ color: #666; font-size: 1.125rem; transition: 0.5s;text-align:center;width:100%;}
.indb_mc p{ font-size: 0.875rem; color: #999; padding-left: 5px;}
.indb_mc::before{ content: ''; width: 90%; left: 5%; top: 0; height: 1px; background: #ccc; position: absolute;}
.indb_mc::after{ content: ''; width: 26px; height: 100%; background: url(../images/indb_jt.png) no-repeat center; position: absolute; right: 5%; top: 0; transition: 0.5s;}
.inab_nr li:hover .indb_mc{background: url(../images/indb_l.png) no-repeat left center;}
.inab_nr li:hover .indb_mc h3{ color: #2EA136;}
.inab_nr li:hover .indb_mc::after{background: url(../images/indb_jtb.png) no-repeat center;}
@media screen and (max-width:1520px){
.indb_mc h3{font-size: 1rem;}
}
@media screen and (max-width:1270px){
.indb_fl li{ padding: 0 18px 28px 18px;}
.indb_mc p{ display: none;}
}
@media screen and (max-width:1020px){
   /* .indb_pic { height: 230px; }*/
.index_bgb{padding: 50px 0 80px 0;}
.indb_logo{padding: 19px 15px 12px 0;}
.indb_fl li{padding:0 10px 28px 10px;}
.indbfl_mc{ font-size: 1rem;}
.indb_more a{ padding: 0 10px 0 30px;}
.indb_mc{ height: 50px; line-height: 50px;}
.indb_mc::after{ display: none;}
}
@media screen and (max-width:700px){
    /*.indb_pic {height: 200px; }*/
.index_bgb{padding: 30px 0 50px 0;}
.indbfl{ display: none;}
.idnb_gd{ margin-top: 0px;}
.indb_tab{ margin-top: 25px;}
.inab_nr ul{ width: 100%;}
.inab_nr li:nth-child(1){ order: 0; flex: 0 1 100%;}
.inab_nr li:nth-child(n+2){ flex: 0 1 32%; margin-top: 2%;}
.inab_nr li:nth-child(n+5){ flex: 0 1 49%;}
.indb_po{padding: 10px 1.8%;}
.indbt_mc h3{ font-size: 1rem;}
.indbt_mc p{ margin-top: 0px; font-size: 0.875rem;}
.indbt_mo{ flex: 0 1 110px; height: 26px; line-height: 26px; font-size: 0.75rem;}
.indb_mc{ height: 40px; line-height: 40px;  background-size: auto 10px !important; padding: 0 10px;}
.indb_mc h3{ font-size: 0.9375rem;}
}


.index_video { background:#f5f5f5; width: 100%; padding: 60px 0; position: relative; z-index: 9; }
    .index_video .kg { display: flex; justify-content: space-between;  }
    .indv_l { flex: 0 1 48%;}
        .indv_l video { width:100%;}
        .indv_r { flex: 0 1 48%; margin-left: 4%; text-align: left; }
            .indv_r h1 { font-size: 40px; color: #333333; }
            .indv_r h3 { font-size: 20px; color: #cccccc; margin-top: 0; text-transform: capitalize; }
            .indv_r .d_info { margin-top: 30px; font-size:16px;line-height:2; }
            .indv_r .m_link { display: inline-block; width: 200px; height: 60px; margin-top:20px;text-align: center; line-height: 60px; background: #f39800;color:#fff; }

@media screen and (max-width:700px) {
    .index_video { padding: 20px 0; }
        .index_video .kg { flex-wrap: wrap; }
    .indv_l { flex: 0 1 100%; }
    .indv_r { flex: 0 1 100%; margin-left: 0; }
        .indv_r h1 { font-size: 28px;margin-top:20px; }
        .indv_r .d_info { margin-top: 20px; }
}

.index_bgc{ background: url(../images/index_bgc.jpg) no-repeat center fixed; width: 100%; padding-top: 80px; position: relative; z-index: 9;}
.index_bgc .kg{ display: flex; justify-content: space-between; align-items: center;}
.indc_l{ background: #fff; flex: 0 0 608px; margin-bottom: -36px; padding-bottom: 36px; position: relative;}
.indc_l::after{ content: ''; width: 225px; height: 160px; background: url(../images/indc_lg.png) no-repeat right bottom; position: absolute; right: 0; bottom: 0;}
.indc_bt{ background: url(../images/indc_bt.png) no-repeat center #2EA136; background-size: 100% auto; padding: 60px 0;}
.indc_bt h2{ color: #fff; font-size: 3rem; font-weight: bold; line-height: 1em; padding-left: 40px;}
.indc_nr{ position: relative; padding: 0 40px;}
.indc_top{ border-bottom: 1px solid #e6e6e6; padding-bottom: 30px;}
.indc_dh{ color: rgba(0,0,0,0.1); font-family:Arial; font-weight: bold; font-size: 6.25rem;}
.indc_ms{ margin-top: -55px;}
.indc_ms p{ font-size: 1.5rem; font-weight: bold; color: #333; line-height: 36px;}
.indc_ms span{ color: #2EA136; border-bottom: 3px solid #2EA136;}
.indc_bom{ padding: 35px 0 30px 0; color: #333; line-height: 30px; border-bottom: 1px solid #e6e6e6;}
.indc_more{ padding-top: 44px;}
.indc_more a{ display: block; width: 160px; height: 56px; line-height: 56px; text-align: center; color: #fff; background: #2EA136;}
.indc_r{ flex: 0 1 50%; color: #fff;}
.indc_r ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.indc_r li{ flex: 0 1 31%;}
.indc_r li:nth-child(1),.indc_r li:nth-child(3){ flex: 0 1 38%;}
.indc_r li:nth-child(2){ flex: 0 1 62%;}
.indc_r li:nth-child(n+3){ margin-top: 65px;}
.indc_sz{ display: flex; align-items: center; height: 85px;}
.indc_sz p{ font-family: 'Ddinb'; font-size: 5.625rem; height: 85px; line-height: 85px;}
.indc_sz span{ padding-left: 5px; font-size: 1.25rem;}
.indc_mc{ padding-top: 13px;}
@media screen and (max-width:1520px){
.indc_bt h2{font-size: 2.5rem;}
}
@media screen and (max-width:1300px){
.indc_r{ flex: 0 1 47%;}
.indc_r li{ flex: 0 1 auto}
.indc_r li:nth-child(2){ flex: 0 1 50%}
.indc_sz p{font-size: 4.25rem; height: 60px; line-height: 60px;}
.indc_sz img{ height: 60px;}
.indc_sz span{ font-size: 1.125rem;}
.indc_mc{ padding-top: 7px;}
}
@media screen and (max-width:1270px){
.index_bgc{ background-attachment: inherit; background-size: cover;}
.indc_l{flex: 0 0 508px;}
.indc_bt{ padding: 40px 0;}
.indc_bt h2{padding-left: 20px;}
.indc_nr{ padding: 0 20px;}
.indc_more{ padding-top: 34px;}
.indc_more a{ width: 140px; height: 46px; line-height: 46px;}
.indc_r{ flex: 0 1 45%;}
}
@media screen and (max-width:1020px){
.index_bgc{padding-top: 60px;}
.index_bgc .kg{ flex-wrap: wrap;}
.indc_l{ order: 1; flex: 0 1 100%; margin-top: 50px;}
.indc_bt h2{font-size: 2rem;}
.indc_r{ flex: 0 1 100%;}
.indc_r li{ flex: 0 1 auto;}
.indc_r li:nth-child(1),.indc_r li:nth-child(3){ flex: 0 1 auto;}
.indc_r li:nth-child(2){ flex: 0 1 auto;}
.indc_r li:nth-child(n+3){ margin-top: 0;}
.indc_r li:nth-child(n+4){ margin-top: 35px;}
}
@media screen and (max-width:700px){
.index_bgc{padding-top: 40px;}
.indc_l{margin-top: 40px;}
.indc_l::after{ background-size: 140px auto;}
.indc_bt{ padding: 30px 0;}
.indc_bt h2{font-size: 1.5rem; padding-left: 2%;}
.indc_nr{ padding: 0 2%;}
.indc_top{ padding-bottom: 15px;}
.indc_dh{ font-size: 4rem;}
.indc_ms{ margin-top: -35px;}
.indc_ms p{ font-size: 1.125rem; line-height: 28px;}
.indc_bom{ padding: 15px 0 15px 0; line-height: 26px; font-size: 0.9375rem;}
.indc_more{ padding-top: 20px;}
.indc_more a{ width: 110px; height: 32px; line-height: 32px; font-size: 0.875rem;}
.indc_r li{ flex: 0 1 29% !important;}
.indc_r li:nth-child(2){ flex: 0 1 38% !important;}
.indc_r li:nth-child(4),.indc_r li:nth-child(5){ flex: 0 1 49% !important;}
.indc_r li:nth-child(n+4){ margin-top: 30px;}
.indc_sz{height: 45px;}
.indc_sz p{ font-size: 2.5rem; height: 45px; line-height: 45px;}
.indc_sz span{font-size: 0.875em;}
.indc_sz img{ height: 45px;}
.indc_mc{ padding-top: 5px; font-size: 0.875rem;}
}

.index_bgd{ background: url(../images/index_bgd.png) no-repeat center bottom #f5f5f5; width: 100%; padding: 100px 0; overflow: hidden; position: relative;}
.indd_l{ width: 255px; position: absolute; left: 12.5%; top: 100px; height: calc(100% - 100px );}
.indd_title h2{ font-size: 3rem; color: #222; font-weight: bold; line-height: 1em;}
.indd_title h2 span{ color: #2EA136;}
.indd_title p{ font-size: 1.125rem; line-height: 30px; color: #666; margin-top: 27px;}
.indd_en{position: absolute; left: -59%; top: 47%; transform: rotate(90deg);}
.indd_en p{ line-height: 0.8em; font-family: "Ddinb"; font-size: 6.875rem; color: transparent; background-image: linear-gradient(#f2f3f2,#ccc); -webkit-background-clip: text;}
.indd_gd{ position: relative; width: 70.1%; float: right;}
.indd_cj{ overflow: hidden;}
.indd_nr{ width: 76.023%;}
.indd_nr .tempWrap{ overflow: inherit !important;}
.indd_nr li{ width: 50%; float: left;}
.indd_nr li a{ display: block; width: 94.12%; position: relative; overflow: hidden;}
.indd_nr li a::after{ content: ''; background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5)); position: absolute; left: 0; bottom: 0; width: 100%; height: 30%;}
.indd_pic{ overflow: hidden;}
.indd_pic img{ display: block; width: 100%; transition: 0.5s;}
.indd_nr li:hover .indd_pic img{ transform: scale(1.05);}
.indd_po{ position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; box-sizing: border-box; padding: 16px 0 16px 5%; z-index: 9;}
.indd_po h3{ font-size: 1.5rem; line-height: 63px; position: relative; z-index: 9; transition: 0.5s;}
.indd_po p{ height: 0px; overflow: hidden; position: relative; z-index: 9; transition: 0.5s;}
.indd_po i{ position: absolute; right: -13%; height: 100%; top: 0; width: 13%; display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 1.5rem; background: #2EA136; transition: 0.5s;}
.indd_po::before{ content: ''; width: 100%; height: 0%; background: rgba(15,64,128,0.8); position: absolute; bottom: 0; left: 0; transition: 0.5s 0.5s;}
.indd_po::after{ content: ''; width: 100%; height: 100%; background: url(../images/ico_b.png) no-repeat left center; position: absolute; bottom: 0; left: 0; transition: 0.5s;}
.indd_nr li:hover .indd_po h3{ line-height: 33px;}
.indd_nr li:hover .indd_po p{ line-height: 20px; margin-top: 10px; height: 20px;}
.indd_nr li:hover .indd_po::before{ height: 100%; transition: 0.5s;}
.indd_nr li:hover .indd_po i{ right: 0;  transition: 0.5s 0.5s;}
.indd_an{ position: absolute; left: -240px; bottom: 0; display: flex;}
.indd_an a{ display: block; width: 80px; height: 56px; text-align: center; background: url(../images/indd_jt.png) no-repeat center; cursor: pointer;}
.indd_an a.prev{ background-color: #999; transform: scaleX(-1);}
.indd_an a.next{ background-color: #2EA136;}
.indd_jt{ display: none;}
@media screen and (max-width:1680px){
.indd_l{left: 5%;}
.indd_en{left: -49%;}
.indd_en p{ font-size: 5.625rem;}
}
@media screen and (max-width:1600px){
.indd_l{left: 3%;}
.indd_en{left: -43%;}
.indd_en p{ font-size: 5rem;}
}
@media screen and (max-width:1520px){
.indd_l{left: 2%;}
.indd_title h2{ font-size: 2.5rem;}
.indd_title p{ font-size: 1rem; line-height: 26px; margin-top: 20px;}
.indd_en{left: -38%; top: 50%;}
.indd_en p{ font-size: 4.5rem;}
.indd_po h3{ font-size: 1.375rem;}
}
@media screen and (max-width:1270px){
.indd_title p{line-height: 24px; margin-top: 10px;}
.indd_en{left: -30%;}
.indd_en p{ font-size: 3.5rem;}
.indd_po{padding: 8px 0 8px 5%;}
.indd_po h3{ font-size: 1.125rem; line-height: 53px;}
.indd_po p{ font-size: 0.875rem;}
.indd_nr li:hover .indd_po h3{ line-height: 28px;}
.indd_nr li:hover .indd_po p{ line-height: 20px; margin-top: 5px; height: 20px;}
.indd_an{left: -180px;}
.indd_an a{ width: 60px; height: 42px;}
}
@media screen and (max-width:1020px){
.indd_title h2{ font-size: 2rem;}
.indd_po h3{ font-size: 1rem; height: 28px; line-height: 28px;}
.indd_en,.indd_po p{ display: none;}
}
@media screen and (max-width:700px){
.index_bgd{ padding: 76px 0 50px 0;}
.indd_l{ position: relative; width: 100%; left: auto; text-align: center; top: auto;}
.indd_title h2{ font-size: 1.5rem;}
.indd_title p{ display: none;}
.indd_gd{ width: 96%; margin: 0 auto; float: none; margin-top: 25px;}
.indd_nr{ width: 56%;}
.indd_an{ display: none;}
}

.index_bge{ background: #fff; padding-top: 70px; width: 100%; padding-bottom: 0.6%;}
.inde_top{ position: relative; margin-top: 50px; display: flex; justify-content: space-between;}
.inde_l{ display: flex; align-content: space-between; flex: 0 1 37.8125%; flex-wrap: wrap;}
.inde_l .inde_pic{flex: 0 1 100%;}
.inde_l .inde_pic:nth-child(2){ display: flex; justify-content:space-between;}
.inde_l .inde_pic:nth-child(2) p{ flex: 0 1 49.245%;}
.inde_c{display: flex; align-content: space-between; flex-wrap: wrap; flex: 0 1 23.333%;}
.inde_c .inde_pic{flex: 0 1 100%;}
.inde_r{ flex: 0 1 37.8125%; position: relative;}
.inde_pic p{ overflow: hidden;}
.inde_pic p img{ display: block; width: 100%; transition: 0.5s;}
.inde_pic p:hover img{ transform: scale(1.05);}
.inde_po{position: absolute; bottom: 0; right: 0;}
.indebg{ overflow: hidden;}
.indebg img{ display: block; width: 100%;}
.inde_bom{ padding: 0.55% 0;}
.inde_bom ul{display: flex; justify-content: space-between;}
.inde_bom li{ flex: 1;}
.inde_bom li img{ display: block; width: 100%;}
.inde_wz i{ position: absolute; background: rgba(0,0,0,0.4); border-radius: 50%; transform: scaleX(0); margin-top: 20px;}
.inde_wz i img{ display: block; width: 100%; height: 100%;}
.inde_wz i.animated{ transform: scaleX(1); margin-top: 0;}
.inde_wz i:nth-child(1){ top: 6.4%; right: 38.1%;}
.inde_wz i:nth-child(2){ top: 15.5%; right: 18.4%;}
.inde_wz i:nth-child(3){ top: 21.6%; right: 30.9%;}
.inde_wz i:nth-child(4){ top: 22.4%; left: 30.9%;}
.inde_wz i:nth-child(5){ top: 36%; left: 10.9%;}
.inde_wz i:nth-child(6){ top: 52%; left: 46.4%;}
.inde_wz i:nth-child(1).animated{transition: 0.4s 0.2s;}
.inde_wz i:nth-child(2).animated{transition: 0.4s 0.4s;}
.inde_wz i:nth-child(3).animated{transition: 0.4s 0.6s;}
.inde_wz i:nth-child(4).animated{transition: 0.4s 0.8s;}
.inde_wz i:nth-child(5).animated{transition: 0.4s 1s;}
.inde_wz i:nth-child(6).animated{transition: 0.4s 1.2s;}
.inde_wb{ position: absolute; bottom: 2.5%; left: 4%; color: #fff;}
.inde_mc{ padding: 3px 0 55px 0;}
.inde_mc h3{ font-size: 2.25rem; background: #2EA136; font-weight: bold; line-height: 48px; height: 48px; margin-top: 22px;}
.inde_mc p{ font-size: 1.5rem; margin-top: 8px;}
.inde_more a{ color: #fff;}
.inde_more a:hover{ text-decoration: underline;}
@media screen and (max-width:1520px){
.inde_mc h3{ font-size: 1.625rem;}
.inde_mc p{ font-size: 1.125rem;}
}
@media screen and (max-width:1270px){
.inde_mc{ padding: 3px 0 25px 0;}
.inde_mc h3{ font-size: 1.375rem;}
.inde_mc p{ font-size: 0.875rem;}
.inde_more a{ font-size: 0.875rem;}
}
@media screen and (max-width:700px){
.index_bge{ padding-top: 40px;}
.inde_top{ margin-top: 50px; flex-wrap: wrap;}
.inde_r{ order: 0; flex: 0 1 100%;}
.inde_mc h3{ margin-top: 15px; line-height: 38px; height: 38px; font-size: 1.25rem;}
.inde_l{ order: 1; flex: 0 1 100%;}
.inde_c{ order: 2; flex: 0 1 100%; display: flex; justify-content: space-between;}
.inde_c .inde_pic:nth-child(1){ flex: 0 1 61.8%;}
.inde_c .inde_pic:nth-child(2){ flex: 0 1 36.9%;}
.inde_pic{ margin-top: 5px;}
}

.index_bgf{ background: url(../images/index_bgf.jpg) no-repeat center fixed; width: 100%; padding: 60px 0 75px 0;}
.indf_title{ text-align: center; color: #fff;}
.indf_title p{ font-family: 'Ddinr'; font-size: 0.875rem; padding-top: 5px;}
.indf_title h2{ font-size: 3rem; line-height: 60px; color: #fff; margin-top: 30px;}
.indf_zj{ padding-top: 90px;}
.indf_zj ul{ display: flex; justify-content: center; max-width: 760px; width: 100%; margin: 0 auto;}
.indf_zj li{ flex: 0 1 25%; text-align: center; padding: 23px 0 20px 0; position: relative;}
.indf_zj li::before{ content: ''; width: 1px; height: 46%; background: rgba(255,255,255,0.2); position: absolute; left: 0; top: 27%;}
.indf_zj li:nth-child(1)::before{ display: none;}
.indf_zj li::after{ content: ''; width: 80%; height: 100%; background: #2EA136; position: absolute; left: 10%; top: 0; opacity: 0; border-radius: 50%; transform: scaleY(0); transition: 0.5s;}
.indf_zj li:hover::after{opacity: 1; border-radius: 0%; transform: scaleY(1); transition: 0.5s;}
.indf_pic{ padding-bottom: 20px;  opacity: 0.5; position: relative; z-index: 9; transition: 0.5s;}
.indf_mc{ line-height: 30px; height: 30px; color: #fff; font-size: 1.125rem;  opacity: 0.5; position: relative; z-index: 9; transition: 0.5s;}
.indf_zj li:hover .indf_pic,.indf_zj li:hover .indf_mc{ opacity: 1;}
@media screen and (max-width:1520px){
.indf_title h2{ font-size: 2.5rem; line-height: 50px;}
}
@media screen and (max-width:1270px){
.index_bgf{ background-attachment: inherit; background-size: cover;}
}
@media screen and (max-width:1020px){
.indf_title h2{ font-size: 2rem; line-height: 46px;}
}
@media screen and (max-width:700px){
.index_bgf{padding: 40px 0 40px 0;}
.indf_title h2{ font-size: 1.5rem; line-height: 30px; margin-top: 15px;}
.indf_zj{ padding-top: 20px;}
.indf_zj ul{ flex-wrap: wrap;}
.indf_zj li::before{height: 40%; top: 20%;}
.indf_pic{ padding-bottom: 10px;}
.indf_pic img{ max-width: 40%;}
.indf_mc{ line-height: 20px; height: 20px; font-size: 0.875rem; }
}

.index_bgg{ background: #fff; width: 100%; padding: 80px 0 100px 0;}
/*.index_bgg .inda_title em{background-image: linear-gradient(#f2f3f2,#e5e5e5);}*/
.indg_nr{ margin-top: 45px;}
.indg_nr ul{ display: flex; justify-content: space-between;}
.indg_nr li{ flex: 0 1 31.579%; position: relative;}
.indg_nr li a{ display: block; position: relative; z-index: 9;}
.indg_nr li::before{ content: ''; width: 100%; height: 100%; background: #2EA136; position: absolute; left: 0px; top: 0px; transition: 0.5s;}
.indg_nr li:hover::before{left: 0; top: 0; transition: 0.5s 0.4s;}
.indg_pic{ height:307px;overflow: hidden;}
.indg_pic img{ display: block; width: 100%;height:100%; transition: 0.5s;}
.indg_nr li:hover .indg_pic img{ transform: rotate(5deg) scale(1.4);}
.indg_wb{ background: #fff; padding: 15px 0 35px 0; position: relative;}
.indg_rq { font-size: 14px;line-height:15px;font-family:"Microsoft YaHei"; color: #999; text-align: center; display: block; margin-bottom: 2px; }
.indg_mc{ padding: 0 4%; color: #333; font-size: 1.125rem; line-height: 36px; height: 36px; overflow: hidden; position: relative; transition: 0.5s;text-align:center;}
.indg_nr li:hover .indg_mc{color: #2EA136; font-weight: bold; transition: 0.5s;}
.indg_mc::after{ content: ''; width: 7px; height: 100%; background: url(../images/indb_l.png) no-repeat left center; position: absolute; left: -7px; top: 0; transition: 0.5s;}
.indg_nr li:hover .indg_mc::after{ left: 0; transition: 0.5s;}
.indg_ms{ margin-top: 10px; color: #999; line-height: 24px; height: 48px; overflow: hidden; padding: 0 4%;}
.indg_more{ padding-top: 50px;}
.indg_more a{ display: block; width: 160px; height: 56px; line-height: 56px; color: #fff; text-align: center; background: #2EA136; margin: 0 auto; transition: 0.5s;}
.indg_more a:hover{ box-shadow: 3px 3px 1px rgba(0,0,0,1);}
@media screen and (max-width:1270px){
.index_bgg{padding: 60px 0 90px 0;}
.indg_nr li{ flex: 0 1 32%;}
.indg_wb{ padding: 15px 0 20px 0;}
.indg_mc{font-size: 1rem;}
.indg_ms{ margin-top: 5px; line-height: 20px; height: 40px; font-size: 0.875rem;}
.indg_more{ padding-top: 40px;}
.indg_more a{width: 130px; height: 46px; line-height: 46px;}
}
@media screen and (max-width:700px){
.index_bgg{padding: 30px 0 50px 0;}
.indg_nr{ margin-top: 25px; }
    .indg_nr ul {flex-wrap: wrap; }
.indg_nr li{ flex: 0 1 100%;}
    .indg_pic { height: 300px; }
.indg_more{ padding-top: 25px;}
.indg_more a{width: 100px; height: 34px; line-height: 34px; font-size: 0.875rem;}
}

.foot_bg { background: #323232; width: 100%; position: relative; z-index: 9; }
.ftelnav{ background: url(../images/foot_bg.jpg) no-repeat center; background-size: cover;}
.flogolink{ display: flex; padding: 44px 0 38px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1);}
.flink{ width: 250px; position: relative;}
.flink_tit{height: 40px; background: #262626; line-height: 40px; position: relative; text-indent: 10%; color: #666; font-size: 0.875rem;}
.flink_tit::after{ content: ''; height: 40px; width: 40px; background: url(../images/fjt.png) no-repeat center #216b46; position: absolute; right: 0; top: 0;}
.flink_tit.on::after{ transform: scaleY(-1);}
.flink_nr{ position: absolute; background: #fff; left: 0; width: calc(100% - 40px); padding: 5px 20px; height: 128px; overflow-x: hidden; display: none;}
.flink_nr a{ display: block; line-height: 32px; font-size: 0.875rem;}
.foot_bom{ display: flex; justify-content: space-between; padding: 30px 0 20px 0;}
.fnav{ flex: 1; display: flex; width: 50%; justify-content: space-between; padding-right: 100px;}
.fnav dl dt{ padding-bottom: 15px;}
.fnav dl dt a{ display: block; font-size: 1.125rem; color: #ccc;}
.fnav dl dt::after{ content: ''; width: 24px; height: 1px; background: #2EA136; display: block; margin-top: 18px;}
.fnav dl dd{ line-height: 32px;}
.fnav dl dd a{ color: #999; transition: 0.5s;}
.fnav dl dt a:hover,.fnav dl dd a:hover{ color: #fff; transition: 0.5s;}
.foot_l{ flex: 0 0 480px; display: flex; justify-content: space-between;}
.ftel{ flex: 0 0 325px;}
.ftel dl{ display: flex;}
.ftel dt{ color: #ccc;}
.ftel dd a{ display: block; color: #2EA136; font-size: 1.625rem; font-family: 'Ddinr'; line-height: 1em;}
.fol_nr{ padding-top: 20px;}
.fol_nr p{ line-height: 22px; color: #ccc; margin-bottom: 20px;}
.fol_nr a{ color: #ccc;}
.fol_nr a:hover{ text-decoration: underline;}
.fzj a:nth-child(2){ margin-left: 10px;}
.fewm{ flex: 0 1 108px;}
.fewm ul{ display: flex; justify-content: space-between;}
.fewm li{ text-align: center;}
.fewm_pic{ border: 1px solid rgba(255,255,255,0.2); padding: 8px; border-radius: 4px;}
.fewm_mc{ text-align: center; height: 30px; line-height: 30px; color: #ccc; font-size: 0.875rem;}
.fbq{ padding: 12px 0; line-height:24px; font-size:0.875rem; color:#ccc; border-top: 1px solid rgba(255,255,255,0.1);}
.fbq .kg{ display: flex; justify-content: space-between; align-items: center;}
.fbq em{ font-style: normal;}
.fbq a{ color: #ccc;}
.fbq a:hover{ text-decoration: underline;}
@media screen and (max-width:1300px){
.fnav{padding-right: 60px;}
}
@media screen and (max-width:1270px){
.foot_bom{ display: block;}
.fnav{ display: none;}
.foot_l{ flex: 0 0 auto;}
.fbq em{ display: none;}
}
@media screen and (max-width:1020px){
.flogolink{padding: 20px 0 25px 0;}
}
@media screen and (max-width:700px){
.foot_l{flex: 0 1 100%; display: flex;}
.flogolink{ display: flex; padding: 10px 0 12px 0;}
.flink{ display: none;}
.flogo img{ height: 40px;}
.foot_bom{ padding: 20px 0 30px 0;}
.fewm{ flex: 0 1 28%;}
.ftel{ flex: 0 1 69%;}
.fol_nr{ padding-top: 10px;}
.fol_nr p{ margin-bottom: 10px; font-size: 0.875rem;}
.fbq{ padding: 10px 0 65px 0;}
.fbq .kg{ display: block; text-align: center;}
}
/*首页style结束*/

/*内页style开始*/
.about_banner{ background:url(../images/about_banner.jpg) no-repeat center; width:100%; height:400px; position:relative;display:none;}
.contact_banner{ background:url(../images/contact_banner.jpg) no-repeat center; width:100%; height:400px; position:relative;display:none;}
.core_banner{ background:url(../images/core_banner.jpg) no-repeat center; width:100%; height:400px; position:relative;display:none;}
.strength_banner{ background:url(../images/strength_banner.jpg) no-repeat center; width:100%; height:400px; position:relative;display:none;}
.news_banner{ background:url(../images/news_banner.jpg) no-repeat center; width:100%; height:400px; position:relative;display:none;}
.pro_banner{ background:url(../images/pro_banner.jpg) no-repeat center; width:100%; height:400px; position:relative;display:none;}
.proshow_banner{ background:url(../images/pro_banner.jpg) no-repeat center; width:100%; height:300px; position:relative;display:none;}
.ntitle{ text-align: center; padding-top: 7%;}
.proshow_banner .ntitle{ padding-top: 2%;}
.nbt{ color: #fff; font-size: 3rem; padding-top: 6px;}
.nbt p{ font-family: 'Ddinr'; text-transform: uppercase;}
.nbt h1,.nbt h2{ font-weight: bold; line-height: 1em;}
.nbt::after{ content: ''; width: 30px; height: 3px; display: block; background: #fff; margin: 27px auto 0 auto;}
.main_flbg{width:100%; position:relative; background:#f5f5f5;}
.main_flbg .kg{ display: flex; justify-content: space-between;}
.main_fl{ text-align:center;}
.main_fl li{ position:relative; float: left;}
.main_fl li a{ color:#222; padding:0 30px; font-size:1rem; height:64px; display:block; line-height:64px; text-align:center; position:relative; z-index:9;}
.main_fl li:hover a,.main_fl li.cur a{ color: #2EA136;}
.main_fl li:after{ content:""; display:block; background:#2EA136; width:50%; height:2px; position:absolute; bottom:11px; left:25%; transform:scaleX(0); transition:0.5s;}
.main_fl li:hover:after,.main_fl li.cur:after{transform:scaleX(1); transition:0.5s;}
.main_wz{ font-size:0.875rem; color:#222; line-height:64px;}
.main_wz img{ margin-bottom: -1px; margin-right:4px;}
.main_wz span{ padding:0 8px; font-family:"宋体";}
.main_wz a{ color:#222;}
.main_wz a:hover{ color:#2EA136;}
.main{ background:#fff; padding-top:50px; padding-bottom:100px;}
.about_nr{ color:#5a5a5a; font-size:1rem; line-height:30px;}
.about_nr img{ max-width:100%;}
@media screen and (max-width:1520px){
.about_banner,.contact_banner,.core_banner,.strength_banner,.news_banner,.pro_banner{ background-size: cover; height:500px;}
.nbt{font-size: 2.5rem;}
}
@media screen and (max-width:1430px){
.about_banner,.contact_banner,.core_banner,.strength_banner,.news_banner,.pro_banner{ height:400px;}
.nbt{font-size: 2.25rem;}
}
@media screen and (max-width:1270px){
.about_banner,.contact_banner,.core_banner,.strength_banner,.news_banner,.pro_banner{ height:300px;}
.ntitle{ padding-top: 6%;}
.nlogo img{ height: 50px;}
.nbt{font-size: 2rem;}
.nbt::after{ height: 2px;}
.main_flbg .kg{ width: 100%;}
.main_fl li a{ padding:0 22px;}
.main_wz{ margin-right: 1%;}
}
@media screen and (max-width:1020px){
.about_banner,.contact_banner,.core_banner,.strength_banner,.news_banner,.pro_banner,.proshow_banner{ height:250px;}
.proshow_banner{ background-size: cover;}
.ntitle{ padding-top: 5%;}
.nlogo img{ height: 46px;}
.nbt{font-size: 1.875rem;}
.main_flbg{ overflow: hidden;}
.main_flbg .kg{ display: block;}
.main_fl li a{ padding:0;}
.fl_03 li a,.fl_04 li a{ padding: 0 20px;}
.wrapper li a{ padding: 0 25px;}
.main_wz{ display: none;}
.main{padding-bottom:80px;}
}
@media screen and (max-width:700px){
.about_banner,.contact_banner,.core_banner,.strength_banner,.news_banner,.pro_banner,.proshow_banner{ height:130px;}
.ntitle{ padding-top: 4%;}
.nlogo img{ height: 24px;}
.nbt{font-size: 1.25rem;}
.nbt::after{ margin: 10px auto 0 auto;}
.fl_03 li{ width: 33.333%;}
.fl_04 li{ width: 25%;}
.fl_03 li a,.fl_04 li a{ padding:0;}
.main_fl li a{height:50px; line-height:50px;}
.main_fl li:after{bottom:5px;}
.main{ padding-top:40px; padding-bottom:50px;}
.about_nr{ font-size:0.9375rem; line-height:1.625em;}
}

/*about*/
.abo_bga{ background: url(../images/abo_bga.jpg) no-repeat center top; background-size: cover; width: 100%; overflow: hidden; padding: 90px 0 580px 0;}
.aboa_top{ display: flex;}
.aboa_l{ flex: 0 0 275px;}
.aboa_title{ color: #fff;}
.aboa_title p{ font-size: 3rem; font-family: "Ddinb";}
.aboa_title h2{ font-size: 2.25rem; font-weight: bold; line-height: 1em;}
.aboa_kx{ padding-top: 65px;}
.aboakxbt{ font-size: 1.125rem; color: #fff;}
.aboakxbt span{ font-size: 1rem; font-family: "Ddinr"; color: rgba(255,255,255,0.5); padding-left: 13px;}
.aboa_nr{ padding-top: 35px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.aboa_nr dl{ display: flex; line-height: 18px;}
.aboa_nr dl:nth-child(n+3){ margin-top: 20px;}
.aboa_nr dt{ height: 18px; width: 32px; text-align: center; color: #222; font-size: 0.875rem; background: #f0d4a9; font-family: "Ddinb"; position: relative;}
.aboa_nr dt::after{ content: ''; width: 0; height: 0; border: 3px solid transparent; border-left: 5px solid #f0d4a9; position: absolute; right: -8px; top: 50%; margin-top: -3px;}
.aboa_nr dd{ padding-left: 10px; font-size: 1.125rem; color: #fff;}
.aboa_r{ flex: 1; margin-left: 195px; color: #fff; line-height: 30px; height: 270px; overflow-x: hidden; padding-right: 35px;}
.aboa_r::-webkit-scrollbar {width:3px; height:8px; background:rgba(255,255,255,0.2); border-radius:0px; position:relative;}
.aboa_r::-webkit-scrollbar-thumb {background:#fff; border-radius:0;}
.aboa_bom{ padding-top: 90px; width: 81.9078%;}
.aboa_bom ul{ display: flex; align-items: flex-start; justify-content: space-between; color: #fff;}
.aboa_bom li:nth-child(1){ margin-top: 265px;}
.aboa_bom li:nth-child(2){ margin-top: 180px;}
.aboa_bom li:nth-child(3){ margin-top: 100px;}
.aboa_bom li:nth-child(5){ margin-top: 20px;}
.aboa_sz{ display: flex; height: 61px; align-items: flex-end;}
.aboa_sz p{ font-family: 'Ddinb'; font-size: 4.5rem; line-height: 61px;}
.aboa_sz span{ font-size: 1.25rem; padding-left: 5px;}
.aboa_sz i{ display: block; font-style: normal; font-size: 1.5rem;}
.aboa_pic img{ height: 61px;}
.aboa_mc{ line-height: 24px; padding-top: 8px;}
@media screen and (max-width:1520px){
.abo_bga{ padding: 90px 0 550px 0;}
}
@media screen and (max-width:1430px){
.aboa_r{ margin-left: 120px;}
.aboa_bom{ width: 86%;}
}
@media screen and (max-width:1350px){
.aboa_bom{ width: 88%;}
}
@media screen and (max-width:1270px){
.abo_bga{padding: 70px 0 550px 0;}
.aboa_title p{ font-size: 2.5rem;}
.aboa_title h2{ font-size: 2rem;}
.aboa_r{ margin-left: 65px;}
.aboa_bom{ width: 97%; padding-top: 60px;}
.aboa_sz p{ font-size: 4rem; line-height: 56px;}
.aboa_sz span{ font-size: 1.125rem;}
.aboa_sz i{ font-size: 1.25rem;}
.aboa_pic img{ height: 56px;}
}
@media screen and (max-width:1020px){
.aboa_title p{ font-size: 2.25rem;}
.aboa_title h2{ font-size: 1.875rem;}
.aboa_r{ margin-left: 50px; padding-right: 15px; font-size: 0.9375rem; line-height: 24px;}
.aboa_bom{ width: 100%; padding-top: 50px;}
.aboa_sz{ height: 46px;}
.aboa_sz p{ font-size: 3rem; line-height: 46px;}
.aboa_sz span{ font-size: 1rem;}
.aboa_sz i{ font-size: 1.125rem;}
.aboa_pic img{ height: 46px;}
.aboa_mc{ line-height: 22px; padding-top: 5px; font-size: 0.9375rem;}
}
@media screen and (max-width:700px){
.abo_bga{padding: 40px 0 230px 0; background: url(../images/abo_bga.jpg) no-repeat center bottom #005da3; background-size: 126% auto;}
.aboa_top{ flex-wrap: wrap;}
.aboa_title p{ font-size: 1.875rem;}
.aboa_title h2{ font-size: 1.5rem;}
.aboa_kx{ padding-top: 30px;}
.aboa_nr{ padding-top: 20px;}
.aboa_nr dd{ font-size: 1rem;}
.aboa_r{ flex: 0 1 100%; margin-left: 0; padding-right: 2%; margin-top: 30px; line-height: 28px; height: 280px;}
.aboa_bom{ padding-top: 0px; margin-top: 40px;}
.aboa_bom ul{ flex-wrap: wrap;}
.aboa_bom li{ margin-top: 0 !important;}
.aboa_bom li:nth-child(n+4){ margin-top: 25px !important;}
.aboa_sz i{ font-size: 1rem;}
.aboa_mc{ font-size: 0.875rem;}
}

.abo_bgb{ background: #fff; width: 100%; padding: 50px 0 100px 0; overflow: hidden; position: relative;}
.abo_bgb::after{ content: ''; background: url(../images/abo_bgb.png) no-repeat center; background-size: 100% auto; width: 19.01%; height: calc(100% - 100px); position: absolute; bottom: 0px; left: 0;}
.abo_bgb .kg{ display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 9;}
.abob_l{ flex: 0 1 45.723%;}
.abob_tit p{ color: #ccc; font-size: 3rem; font-family: "Ddinb"; line-height: 1em;}
.abob_tit h2{ font-size: 2.25rem; font-weight: bold; color: #2EA136;}
.abob_ms{ color: #666; line-height: 24px; margin-top: 30px;}
.abob_zj{ padding-top: 25px;}
.abob_zj dl{ display: flex; line-height: 80px; position: relative; transition: 0.5s;}
.abob_zj dl::after{ content: ''; width: calc(0% + 0px); height: 100%; background: #2EA136; border-radius: 2px; position: absolute; left: -40px; top: 0; transition: 0.5s;}
.abob_zj dl:hover::after{width: calc(100% + 40px);}
.abob_zj dl dt{ flex: 0 0 170px; font-size: 1.5rem; color: #000; text-indent: 48px; position: relative; z-index: 9; transition: 0.5s;}
.abob_zj dl:nth-child(1) dt{ background: url(../images/abob_01.png) no-repeat left center;}
.abob_zj dl:nth-child(2) dt{ background: url(../images/abob_02.png) no-repeat left center;}
.abob_zj dl:nth-child(3) dt{ background: url(../images/abob_03.png) no-repeat left center;}
.abob_zj dl:nth-child(4) dt{ background: url(../images/abob_04.png) no-repeat left center;}
.abob_zj dl:nth-child(5) dt{ background: url(../images/abob_05.png) no-repeat left center;}
.abob_zj dl:nth-child(1):hover dt{ background: url(../images/abob_01b.png) no-repeat left center;}
.abob_zj dl:nth-child(2):hover dt{ background: url(../images/abob_02b.png) no-repeat left center;}
.abob_zj dl:nth-child(3):hover dt{ background: url(../images/abob_03b.png) no-repeat left center;}
.abob_zj dl:nth-child(4):hover dt{ background: url(../images/abob_04b.png) no-repeat left center;}
.abob_zj dl:nth-child(5):hover dt{ background: url(../images/abob_05b.png) no-repeat left center;}
.abob_zj dl dd{ font-size: 1.125rem; flex: 1; padding-left: 50px; position: relative; z-index: 9; transition: 0.5s;}
.abob_zj dl:hover dt,.abob_zj dl:hover dd{ color: #fff;}
.abob_r{ flex: 0 1 50%; width: 50%;}
@media screen and (max-width:1430px){
.abob_l{ flex: 0 1 47%;}
.abob_zj dl dt{ flex: 0 0 160px; font-size: 1.375rem;}
.abob_zj dl dd{ font-size: 1rem;}
}
@media screen and (max-width:1270px){
.abob_tit p{ color: #ccc; font-size: 3rem; font-family: "Ddinb"; line-height: 1em;}
.abob_tit h2{ font-size: 2rem;}
.abob_zj dl{ line-height: initial; align-items: center;}
.abob_zj dl dt{ line-height: 80px; font-size: 1.125rem; flex: 0 0 140px;}
.abob_zj dl dd{line-height: initial; padding-left: 30px;}
}
@media screen and (max-width:1020px){
.abo_bgb{ padding: 50px 0 80px 0;}
.abo_bgb .kg{display: block;}
.abob_zj dl dt{ line-height: 60px;}
.abob_r{ width: 100%; margin-top: 30px;}
.abob_r img{ display: block; width: 100%;}
}
@media screen and (max-width:700px){
.abo_bgb{ padding: 40px 0 50px 0;}
.abob_tit p{font-size: 1.875rem;}
.abob_tit h2{ font-size: 1.5rem;}
.abob_ms{ font-size: 0.9375rem; margin-top: 25px;}
.abob_zj{ padding-top: 15px;}
.abob_zj dl dt{line-height: 50px; font-size: 1rem; flex: 0 0 130px;}
.abob_zj dl dd{padding-left: 20px; font-size: 0.875rem;}
.abob_r{ margin-top: 20px;}
}

.abo_bgc{ background: url(../images/abo_bgc.jpg) no-repeat center fixed; background-size: cover; width: 100%; padding: 60px 0 105px 0; overflow: hidden; position: relative;}
.abo_bgc::after{ content: ''; background: url(../images/abocart.png) no-repeat center bottom; width: 100%; position: absolute; left:0; bottom: 0; height: 80%;}
.abo_bgc .aboa_title p{ line-height: 0.8em; margin-bottom: 5px;}
.aboc_gd{ position: relative;}
.aboc_nr{position: relative; z-index: 9;}
.aboc_nr li{ float: left; width: 15%; position: relative;}
.aboc_nr li:nth-child(n+2){ margin-left: -5.6%;}
.aboc_nr li:nth-child(2n){ margin-top: 220px;}
.aboc_nr li:nth-child(1){ margin-top: 120px; padding-bottom: 108px;}
.aboc_nr li:nth-child(2){ padding-top: 95px; margin-top: 325px;}
.aboc_nr li:nth-child(3){ margin-top: 90px; padding-bottom: 96px;}
.aboc_nr li:nth-child(4){ padding-top: 88px; margin-top: 308px;}
.aboc_nr li:nth-child(5){ margin-top: 60px; padding-bottom: 98px;}
.aboc_nr li:nth-child(6){ padding-top: 96px; margin-top: 270px;}
.aboc_nr li:nth-child(7){ margin-top: 30px; padding-bottom: 150px;}
.aboc_nr li:nth-child(8){ padding-top: 90px; margin-top: 266px;}
.aboc_nr li:nth-child(9){ padding-bottom: 89px;}
.aboc_nr li:nth-child(10){ padding-top: 70px; margin-top: 256px;}
.aboc_nr li::before{ content: ''; width: 1px; background: rgba(255,255,255,0.5); height: 100%; position: absolute; left: 9px; top: 0;}
.aboc_nr li::after{ content: ''; background: #fff; width: 12px; height: 12px; border: 4px solid #2EA136; border-radius: 50%; position: absolute; left: 0; bottom: 0;}
.aboc_nr li:nth-child(2n)::after{ top: auto; top: 0;}
.aboc_nf{ padding: 0 0 0 10%; color: #fff; font-size: 3rem; font-family: "Ddinr"; line-height: 1em;}
.aboc_ms{ color: #fff; padding: 0 0 0 10%; line-height: 24px; margin-top: 8px;}

@media screen and (max-width:1520px){
.aboc_ms{ font-size: 0.9375rem;}
}
@media screen and (max-width:1430px){
.aboc_nf{ font-size: 2.25rem;}
}
@media screen and (max-width:1270px){
.abo_bgc{ background-attachment: inherit; padding: 60px 0 80px 0;}
.aboc_nr li{ width: 17%;}
.aboc_nr li:nth-child(1){ padding-bottom: 70px;}
.aboc_nr li:nth-child(n+2){ margin-left: -7.78%;}
}
@media screen and (max-width:1020px){
.abo_bgc::after{ display: none; height: 39%; background: rgba(27,109,217,0.8); border-top: 10px solid #ffc105;}
.aboc_gd{ margin-top: 50px;}
.aboc_nr ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.aboc_nr li{ float: none; width: auto; flex: 0 1 32%; background: rgba(27,109,217,0.8); box-sizing: border-box; padding: 2% !important; margin: 0 !important;}
.aboc_nr li:nth-child(n+4){ margin-top: 2% !important;}
.aboc_nr li::before,.aboc_nr li::after{ display: none;}
.aboc_ms{ height: auto;}
.aboc_nf{ padding-left: 0;}
.aboc_ms{ padding-left: 0; font-size: 0.875rem; line-height: 22px;}
}
@media screen and (max-width:700px){
.abo_bgc{padding: 40px 0 50px 0;}
.abo_bgc .aboa_title p br{ display: none;}
.aboc_nr li{flex: 0 1 49%;}
.aboc_nr li:nth-child(n+3){ margin-top: 2% !important;}
.aboc_nf{ padding-left: 0; font-size: 1.875rem;}
}

.abo_bgd{ background: url(../images/abo_bgd.jpg) no-repeat center #fafafa; width: 100%; padding: 50px 0 55px 0; overflow: hidden;}
.abod_kg{ margin-top: -40px; background: url(../images/abod_xt.png) no-repeat center top;}
.abod_img{ text-align: center;}
.abod_bom{ display: flex; justify-content: space-between;}
.abod_l{ flex: 0 1 30.264%;}
.abod_l img{ display: block; width: 100%;}
.abod_r{ flex: 0 1 65.527%;}
.abod_r img{ display: block; width: 100%;}
@media screen and (max-width:1020px){
.abod_kg{ margin-top: 0px;}
}
@media screen and (max-width:700px){
.abo_bgd{ padding: 40px 0 50px 0;}
.abod_kg{ margin-top: 20px; background-size: auto 36%;}
.abod_img img{ display: block; width: 90%;}
.abod_bom{ display: block;}
.abod_r{ margin-top: 15px;}
}

.abo_bge{ padding: 50px 0 100px 0; width: 100%; background: #fff;}
.aboe_nr{ padding-top: 45px;}
.aboe_nr ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.aboe_nr li{ flex: 0 1 23.816%;}
.aboe_nr li:nth-child(n+5){ margin-top: 1.578%;}
.aboe_nr li a{ display: block; overflow: hidden; border: 1px solid #ddd;}
.aboe_nr li img{ display: block; width: 100%; transition: 0.5s;}
.aboe_nr li:hover img{ transform: scale(1.05);}
@media screen and (max-width:700px){
.abo_bge{ padding: 40px 0 50px 0;}
.aboe_nr{ padding-top: 25px;}
.aboe_nr li{ flex: 0 1 32%;}
.aboe_nr li:nth-child(n+4){ margin-top: 2%;}
}

.abo_bgf{ background: #fafafa; padding: 50px 0 30px 0; width: 100%;}
#certify {position:relative; width:100%; margin:0 auto; z-index:9;}
#certify .swiper-slide{width:800px;}
#certify .swiper-slide span{display:block; border-bottom:5px solid #fff;  position:relative;}
#certify .swiper-slide.swiper-slide-active span{border-bottom:5px solid #2EA136;}
#certify .swiper-slide span:after{ content:""; background:rgba(0,0,0,0.5); position:absolute; display:block; width:100%; height:100%; left:0; top:0;}
#certify .swiper-slide.swiper-slide-active span:after{ content:""; background:rgba(0,0,0,0);}
#certify .swiper-slide img{display:block; width:100%;}
#certify .swiper-slide p{line-height:58px; padding-top:10px; font-size:1.5rem; text-align:center; color:#222; margin:0; opacity:0; filter:alpha(opacity=0);}
#certify .swiper-slide.swiper-slide-active p{opacity:1; filter:alpha(opacity=100);}
#certify .swiper-pagination{display:none;}
#certify .swiper-button-prev{display: block; position: absolute; width: 88px; height: 88px; background: url(../images/aboc_jt.png) no-repeat center rgba(255,255,255,0.2); border-radius: 50%; top: 47%; left: 1%; margin-top: -44px; cursor: pointer; transition: 0.5s;}
#certify .swiper-button-next{display: block; position: absolute; width: 88px; height: 88px; background: url(../images/aboc_jt.png) no-repeat center rgba(255,255,255,0.2); border-radius: 50%; top: 47%; right: 1%; margin-top: -44px; cursor: pointer; transform: scaleX(-1); transition: 0.5s;}
@media screen and (max-width:1270px){
#certify .swiper-slide{width:680px;}
#certify .swiper-slide p{font-size:1.25rem;}
}
@media screen and (max-width:768px){
#certify { margin: 40px auto 0 auto;}
#certify .swiper-slide{width:560px;}
#certify .swiper-button-prev{left:2%;}
#certify .swiper-button-next{right:2%;}
#certify .swiper-slide p{font-size:1.125rem;}
#certify .swiper-button-prev{width: 58px; height: 58px; top: 47%; left: 1%; margin-top: -44px; }
#certify .swiper-button-next{width: 58px; height: 58px; top: 47%; right: 1%; margin-top: -44px;}
}
@media screen and (max-width:520px){
.abo_bgf{ padding: 40px 0 30px 0;}
#certify { margin: 20px auto 0 auto;}
#certify .swiper-slide{width:300px;}
#certify .swiper-slide span{border:2px solid #fff;}
#certify .swiper-button-prev{width: 28px; height: 28px; background-size: 50% auto; margin-top: -24px;}
#certify .swiper-button-next{width: 28px; height: 28px; background-size: 50% auto; margin-top: -24px;}
#certify .swiper-slide p{line-height:30px; font-size:0.9375rem;}
}

.abo_bgg{ background: url(../images/abo_bgg.jpg) no-repeat center; background-size: cover; padding: 50px 0; width: 100%;}
.abog_gd{ margin-top: 40px; border-top: 1px solid #ddd; padding-top: 40px;}
.abog_nr li{ width: 25%; float: left;}
.abog_nr li a{ display: block; margin: 0 2.635%;}
.abog_pic{ overflow: hidden;}
.abog_pic img{ display: block; width: 100%; transition: 0.5s;}
.abog_nr li:hover .abog_pic img{ transform: scale(1.05);}
.abog_mc{ height: 60px; line-height: 60px; text-align: center; color: #666; font-size: 1.125rem; transition: 0.5s;}
.abog_nr li:hover .abog_mc{ color: #2EA136;}
.abog_an{ padding-top: 18px;}
.abog_an ul{ display: flex; justify-content: center;}
.abog_an li{ background: url(../images/banan.png) no-repeat; width: 10px; height: 12px; overflow: hidden; text-indent: -999rem; overflow: hidden; margin: 0 5px; cursor: pointer; transition: 0.5s;}
.abog_an li.on{ background: url(../images/bananb.png) no-repeat;}
.abogyd{ display: none;}
@media screen and (max-width:1270px){
.abog_mc{ height: 50px; line-height: 50px; font-size: 1rem;}
}
@media screen and (max-width:1020px){
.abog_nr li{ width: 33.333%;}
}
@media screen and (max-width:700px){
.abog_gd{ margin-top: 20px; padding-top: 20px;}
.abogpc{ display: none;}
.abogyd{ display: block;}
.abog_nr li{ width: 50%;}
.abog_mc{ height: 40px; line-height: 40px; font-size: 0.9375rem;}
}
/*about*/

/*contact*/
.cont{ display: flex; justify-content: space-between;}
.cont_l{ flex: 0 1 45%;}
.cont_r{ flex: 0 1 53%;}
#dituContent{ height:100%; border:1px solid #ddd;}
@media screen and (max-width:1270px){

}
@media screen and (max-width:1020px){
.cont{ display: block;}
.cont_r{ padding-top: 50px;}
#dituContent{ height:400px;}
}
@media screen and (max-width:700px){
#dituContent{ height:300px;}
}
/*contact*/

/*core*/
.core_bga{ padding-bottom: 100px;}
.core_bga:nth-last-child(1){ padding-bottom: 0;}
.corea{ margin-top: 40px; display: flex; justify-content: space-between; background: #eee; padding: 3.94%;}
.corea_l{ flex: 1;}
.corea_title h2{ font-size: 1.875rem; color: #2EA136; font-weight: bold; line-height: 48px;}
.corea_title p{ color: #666; margin-top: 8px;}
.corea_ms{ padding-top: 55px;}
.corea_ms p{ line-height: 24px; position: relative; padding-left: 17px; font-size: 1.125rem; margin-bottom: 32px;}
.corea_ms p::after{ content: ''; width: 10px; height: 12px; background: url(../images/core_ico.png) no-repeat left; position: absolute; left: 0; top: 6px;}
.corea_r{ flex: 0 1 58.65%;}
.corea_r ul{ display: flex; align-items: flex-end; justify-content: space-between;}
.corea_r li{ overflow: hidden;}
.corea_r li:nth-child(1){flex: 0 1 37.262%;}
.corea_r li:nth-child(2){flex: 0 1 62.103%;}
.corea_r li img{ display: block; width: 100%; transition: 0.5s;}
.corea_r li:hover img{ transform: scale(1.05);}
@media screen and (max-width:1520px){
.corea_title h2{ font-size: 1.75rem;}
}
@media screen and (max-width:1270px){
.core_bga{ padding-bottom: 70px;}
.corea_title h2{ font-size: 1.375rem; line-height: 32px;}
.corea_ms{ padding-top: 35px;}
.corea_ms p{ line-height: 22px; font-size: 1rem; margin-bottom: 22px;}
}
@media screen and (max-width:1020px){
.corea{ margin-top: 30px; flex-wrap: wrap; padding: 2%;}
.corea_r{ flex: 0 1 100%; order: 0;}
.corea_l{ flex: 0 1 100%; order: 1; margin-top: 35px;}
}
@media screen and (max-width:700px){
.core_bga{ padding-bottom: 50px;}
.corea{ margin-top: 20px;}
.corea_l{margin-top: 25px;}
.corea_title h2{ font-size: 1.125rem; line-height: 28px;}
.corea_title p{ font-size: 0.875rem;}
.corea_ms{ padding-top: 20px;}
.corea_ms p{ margin-bottom: 10px; font-size: 0.9375rem;}
}

.coreb{margin-top: 40px; background: #eee; padding: 40px 3.94%; position: relative;}
.coreb::after{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/hx_xt.png) no-repeat center; background-size: 71%;}
.coreb_pic{width: 39.279%; margin: 0 auto;}
.coreb_pic img{ display: block; width: 100%}
.coreb_po{ position: absolute; width: 92.12%; left: 3.94%; top: 0%; display: flex; justify-content: space-between; z-index: 99;}
.coreb_po ul{ padding-top: 10px;}
.coreb_po ul:nth-child(1) li{ margin-top: 55px;}
.coreb_po ul:nth-child(1) li:nth-child(3){margin-top: 70px;}
.coreb_po ul:nth-child(1) li:nth-child(4){margin-top: 60px;}
.coreb_po ul:nth-child(2) li{ margin-top: 55px;}
.coreb_po ul:nth-child(2) li:nth-child(2){margin-top: 95px;}
.coreb_po ul:nth-child(2) li:nth-child(3){margin-top: 75px;}
.coreb_bt{ font-size: 1.5rem; font-weight: bold; color: #2EA136;}
.coreb_ms{ color: #222; line-height: 24px; margin-top: 5px;}
@media screen and (max-width:1520px){
.coreb{ padding: 40px 2%;}
.coreb_bt{ font-size: 1.375rem;}
.coreb_po ul:nth-child(1) li{ margin-top: 65px;}
.coreb_po ul:nth-child(1) li:nth-child(2){margin-top: 40px;}
.coreb_po ul:nth-child(1) li:nth-child(3){margin-top: 60px;}
.coreb_po ul:nth-child(1) li:nth-child(4){margin-top: 50px;}
.coreb_po ul:nth-child(2) li{ margin-top: 65px;}
.coreb_po ul:nth-child(2) li:nth-child(2){margin-top: 80px;}
.coreb_po ul:nth-child(2) li:nth-child(3){margin-top: 58px;}
.coreb_ms{ font-size: 0.9375rem;}
}
@media screen and (max-width:1430px){
.coreb_bt{ font-size: 1.25rem;}
.coreb_po ul:nth-child(1) li{ margin-top: 60px;}
.coreb_po ul:nth-child(1) li:nth-child(2){margin-top: 40px;}
.coreb_po ul:nth-child(1) li:nth-child(3){margin-top: 60px;}
.coreb_po ul:nth-child(1) li:nth-child(4){margin-top: 40px;}
.coreb_po ul:nth-child(2) li{ margin-top: 60px;}
.coreb_po ul:nth-child(2) li:nth-child(2){margin-top: 75px;}
.coreb_po ul:nth-child(2) li:nth-child(3){margin-top: 53px;}
.coreb_ms{ font-size: 0.875rem;}
}
@media screen and (max-width:1270px){
.coreb::after{ display: none;}
.coreb_pic{ display: none;}
.coreb_po{ position: relative; left: auto; top: auto; width: auto;}
.coreb_po ul li{ margin-top: 0 !important;}
.coreb_po ul li:nth-child(n+2){ margin-top: 30px !important;}
.coreb_bt{ font-size: 1.5rem;}
.coreb_ms{ font-size: 1rem;}
}
@media screen and (max-width:1020px){
.coreb{margin-top: 30px; padding: 2%;}
}
@media screen and (max-width:700px){
.coreb{margin-top: 20px; padding: 20px 2%;}
.coreb_po{ flex-wrap: wrap;}
.coreb_po ul{ padding-top: 0px;}
.coreb_po ul:nth-child(2){ padding-top: 30px;}
.coreb_bt{ font-size: 1.125rem;}
.coreb_ms{ line-height: 22px; font-size: 0.9375rem;}
.coreb_ms br{ display: none;}
}

.corec{ display: flex; margin-top: 40px; background: #eee; justify-content: space-between; padding: 3.289%;}
.corec_l{ flex: 1; padding-right: 50px;}
.corec_l p{ line-height: 24px; position: relative; padding-left: 17px; font-size: 1.125rem; margin-bottom: 32px;}
.corec_l p::after{ content: ''; width: 10px; height: 12px; background: url(../images/core_ico.png) no-repeat left; position: absolute; left: 0; top: 6px;}
.corec_r{ flex: 0 1 58.732%;}
.corec_r ul{ display: flex; justify-content: space-between;}
.corec_r li{ overflow: hidden;}
.corec_r li:nth-child(1){ flex: 0 1 69.305%;}
.corec_r li:nth-child(2){ display: flex; flex-wrap: wrap; align-content: space-between; flex: 0 1 29.977%;}
.corec_r li:nth-child(2) p{ flex: 0 1 100%;}
.corec_r li img{ display: block; width: 100%;}
@media screen and (max-width:1270px){
.corec_l p{ line-height: 22px; font-size: 1rem; margin-bottom: 20px;}
}
@media screen and (max-width:1020px){
.corec{ margin-top: 30px; padding: 2%; flex-wrap: wrap;}
.corec_l{ flex: 1; padding-right: 0px; order: 1; padding-top: 20px;}
.corec_r{ flex: 0 1 100%; order: 0;}
}
@media screen and (max-width:700px){
.corec_l p{ font-size: 0.9375rem; margin-bottom: 10px;}
}

.cored{display: flex; margin-top: 40px; background: #eee; justify-content: space-between; align-items: center;}
.cored_l{ flex: 0 1 54.605%;}
.cored_l img{ display: block; width: 100%;}
.cored_r{ flex: 1; padding-left: 60px;}
.cored_r p{ line-height: 24px; position: relative; padding-left: 17px; font-size: 1.125rem; margin-bottom: 32px;}
.cored_r p::after{ content: ''; width: 10px; height: 12px; background: url(../images/core_ico.png) no-repeat left; position: absolute; left: 0; top: 6px;}
@media screen and (max-width:1270px){
.cored_r p{font-size: 1rem;}
}
@media screen and (max-width:1020px){
.cored{ margin-top: 30px; padding: 2%; flex-wrap: wrap;}
.cored_l{ flex: 0 1 100%;}
.cored_r{ flex: 0 1 100%; padding-left: 0px; padding-top: 30px;}
}
@media screen and (max-width:700px){
.cored_r{ padding-top: 20px;}
.cored_r p{font-size: 0.9375rem; margin-bottom: 10px;}
}
/*core*/

/*strength*/
.stratitle{ text-align: center;}
.stratitle h2{ font-size: 2.25rem; font-weight: bold; color: #222;}
.stratitle p{ font-family: 'Ddinr'; color: #666; padding-top: 10px;}
.stranr{ margin-top: 37px; background: #f5f5f5; display: flex; justify-content: space-between;}
.stra_l{ flex: 1; padding: 40px 40px 0 40px;}
.stra_bt{ display: flex; font-size: 1.875rem; color: #2EA136; line-height: 30px;}
.stra_bt p:nth-child(1){ font-size: 1.125rem; font-weight: bold; line-height: 30px; padding-right: 7px;}
.stra_bt p:nth-child(1) span{ font-family: "Ddinb"; font-size: 3rem; font-weight: normal;}
.stra_bt p:nth-child(2){ font-weight: bold;}
.stra_ms{ padding-top: 25px; color: #222; line-height: 30px;}
.stra_r{ overflow: hidden; flex: 0 1 49.211%;}
.stra_r img{ display: block; width: 100%;}
@media screen and (max-width:1270px){
.stratitle h2{ font-size: 2rem;}
.stranr{ margin-top: 25px;}
.stra_l{ flex: 1; padding: 30px;}
.stra_bt{ display: flex; font-size: 1.5rem;  line-height: 24px;}
.stra_bt p:nth-child(1){ font-size: 1rem; line-height: 24px;}
.stra_bt p:nth-child(1) span{font-size: 2.5rem;}
.stra_ms{ padding-top: 15px; line-height: 24px; font-size: 0.9375rem;}
}
@media screen and (max-width:1020px){
.stranr{ flex-wrap: wrap;}
.stra_l{ order: 1; padding: 4% 2% 50px 2%;}
.stra_r{ order: 0; flex: 0 1 100%;}
}
@media screen and (max-width:700px){
.stratitle h2{ font-size: 1.5rem;}
.stra_l{ order: 1; padding: 4% 2% 30px 2%;}
.stranr{ margin-top: 20px;}
.stra_ms{ padding-top: 10px;}
}

.str_bgb{ padding-top: 80px;}
.strb_ms{ text-align: center; padding-top: 23px; color: #666; line-height: 24px;}
.strb_img{ padding-top: 37px;}
.strb_img ul{ display: flex; justify-content: space-between;}
.strb_img li{ overflow: hidden; flex: 0 1 49%;}
.strb_img li img{ display: block; width: 100%;}
.strb_tp{ display: flex; justify-content: space-between; margin-top: 40px;}
.strb_one{flex: 0 1 40%; position: relative;}
.strb_mc{ position: absolute;}
.strb_one .strb_mc{ bottom: 4%; left: 4%; color: #fff;}
.strb_one .strb_mc h3{ font-size: 1.5rem;}
.strb_one .strb_mc p{ font-family: 'Ddinr'; color: rgba(255,255,255,0.5); padding-top: 5px;}
.strb_tp ul{ display: flex; flex-wrap: wrap; flex: 1;}
.strb_tp li{ flex: 0 1 33.333%; position: relative;}
.strb_tp li:nth-child(1){ flex: 66.666%;}
.strb_pic{ overflow: hidden;}
.strb_pic img{ display: block; width: 100%;}
.strb_tp li .strb_mc{ bottom: 5%; left: 6%; color: #222;}
.strb_tp li .strb_mc h3{ font-size: 1.125rem;}
.strb_tp li .strb_mc p{ font-family: 'Ddinr'; color: rgba(102,102,102,0.5);}
.strb_tp li:nth-child(1) .strb_mc{ top: 10%; left: 4%; color: #000;}
.strb_tp li:nth-child(1) .strb_mc h3{ font-size: 1.5rem;}
.strb_tp li:nth-child(1) .strb_mc p{ font-family: 'Ddinr'; color: rgba(255,255,255,0.5); padding-top: 5px;}
@media screen and (max-width:1020px){
.strb_tp li:nth-child(1) .strb_mc p,.strb_tp li .strb_mc p,.strb_one .strb_mc p{display: none;}
.strb_one .strb_mc h3{ font-size: 1.125rem;}
.strb_tp li:nth-child(1) .strb_mc h3{ font-size: 1.125rem;}
.strb_tp li .strb_mc h3{ font-size: 0.9375rem;}
}
@media screen and (max-width:700px){
.str_bgb{ padding-top: 40px;}
.strb_ms{ font-size: 0.9375rem; padding-top: 15px;}
.strb_ms br{ display: none;}
.strb_img{ padding-top: 17px;}
.strb_tp{ flex-wrap: wrap; margin-top: 8px;}
.strb_one{ flex: 0 1 100%;}
.strb_tp ul{ flex: 0 1 100%;}
.strb_tp li:nth-child(1){ flex: 0 1 100%; order: 0;}
.strb_tp li:nth-child(2){ order: 2;}
.strb_tp li:nth-child(3){ order: 1;}
.strb_tp li:nth-child(4){ order: 3;}
.strb_tp li:nth-child(5){ order: 4;}
.strb_tp li{ flex: 0 1 50%;}
}

.str_bgc{padding-top: 80px;}
.strc_nr{ padding-top: 40px; display: flex; justify-content: space-between;}
.strc_nr dl{ flex: 0 1 23.7%;}
.strc_nr dl dt{ color: #f5f5f5; font-size: 4.5rem; font-family: 'Ddinb';}
.strc_nr dl dd{ background: #f5f5f5; line-height: 48px; text-indent: 48px; color: #666;}
.strc_nr dl dd:nth-child(2n){ background: #cbe9fe; color: #202528;}
@media screen and (max-width:1270px){
.strc_nr dl dd{ text-indent: 0; text-align: center;}
}
@media screen and (max-width:1020px){
.strc_nr dl dd{ padding: 10px 0; line-height: 24px; font-size: 0.875rem;}
}
@media screen and (max-width:700px){
.str_bgc{padding-top:40px;}
.strc_nr{ padding-top: 20px; flex-wrap: wrap; align-items: flex-start;}
.strc_nr dl dt{ font-size: 2.5rem; }
.strc_nr dl{ flex: 0 1 49%;}
.strc_nr dl:nth-child(n+3){ margin-top: 20px;}
}
/*strength*/

/*other*/
.oth_title{ text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 35px;}
.oth_title h1{ font-size: 2.25rem; color: #222; font-weight: bold;}
.oth_title p{ font-family: 'Ddinr'; text-transform: uppercase; padding-top: 5px;}
.honor_nr li{ float: left; width: 23.685%; margin-right: 1.75%; padding-top: 40px;}
.honor_nr li:nth-child(4n){ margin-right: 0;}
.honor_pic{ overflow: hidden; position: relative;}
.honor_pic img{ display: block; width: 100%; transition: 0.5s;}
.honor_pic::after{ content: ''; width: 100%; height: 100%; background: url(../images/icobig.png) no-repeat center rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; transform: scale(0); transition: 0.5s;}
.honor_nr li:hover .honor_pic::after{ transform: scale(1);}
.honor_nr li:hover .honor_pic img{ transform: scale(1.05);}
.honor_mc{ text-align: center; height: 58px; line-height: 58px; font-size: 1.125rem;}
@media screen and (max-width:1270px){
.oth_title h1{ font-size: 2rem;}
.honor_mc{height: 50px; line-height: 50px; font-size: 1rem;}
}
@media screen and (max-width:1020px){
.oth_title{padding-bottom: 25px;}
.honor_nr li{ width: 32%; margin-right:0;}
.honor_nr li:nth-child(3n-1){ margin: 0 2%;}
}
@media screen and (max-width:700px){
.oth_title{padding-bottom: 15px;}
.oth_title h1{ font-size: 1.5rem;}
.oth_title p{ padding-top: 3px;}
.honor_nr li{ width: 49%; margin-right:0;  padding-top: 30px;}
.honor_nr li:nth-child(3n-1){ margin: 0;}
.honor_nr li:nth-child(2n){ float: right;}
.honor_mc{height: 40px; line-height: 40px; font-size: 0.9375rem;}
}
/*other*/

/*news*/
.news_nr ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.news_nr li{ flex: 0 1 31%; position: relative;}
.news_nr li:nth-child(n+4){ margin-top: 40px;}
.news_nr li a{ display: block; position: relative; z-index: 9;}
.news_nr li::before{ content: ''; width: 100%; height: 100%; background: #fff; position: absolute; left: 0px; top: 0px; transition: 0.5s;}
.news_nr li:hover::before{/*left: 7px; top: 8px;*/ transition: 0.5s 0.4s;}
.news_pic{ overflow: hidden;}
.news_pic img{ display: block; width: 100%; transition: 0.5s;}
.news_nr li:hover .news_pic img{ transform: scale(1.2);}
.news_wb{ background: #fff; padding: 22px 0 35px 0; position: relative;}
.news_rq{ position: absolute; right: 0; top: -30px; background: #f5f5f5; height: 40px; line-height: 40px; padding: 0 12px; font-family: 'Ddinr'; color: #999; transition: 0.5s;}
.news_mc{ padding: 0 4%; color: #333; font-size: 1.125rem; line-height: 36px; height: 36px; overflow: hidden; position: relative; transition: 0.5s;}
.news_nr li:hover .news_mc{ font-size: 1.125rem; color: #2EA136; font-weight: bold; transition: 0.5s;}
.news_mc::after{ content: ''; width: 7px; height: 100%; background: url(../images/indb_l.png) no-repeat left center; position: absolute; left: -7px; top: 0; transition: 0.5s;}
.news_nr li:hover .news_mc::after{ left: 0; transition: 0.5s;}
.news_ms{ margin-top: 10px; color: #999; line-height: 24px; height: 48px; overflow: hidden; padding: 0 4%;}
.news_nr li:hover .news_rq{ background: #2EA136; color: #fff;}
.newsshow_title{ text-align:center; border-bottom:1px dashed #ccc; padding-bottom:12px; font-size:1.5rem; font-weight:bold; line-height:25px; }
.newsshow_title p{ font-size:0.875rem; color:#999; font-weight:normal; padding-top:8px;}
.newsshow_wnnr{ margin:0 auto; padding-top:15px; font-size:1rem; line-height:26px;}
.newsshow_wnnr img{ max-width:100%;}
.bdsharebuttonbox{ margin:0 auto; padding-top:40px; width:145px;}
.sxyjsys,.sxyjsys a{ font-size:14px;  line-height:20px;}
.sxyjsys a:hover{ text-decoration:underline;}
.xgnews-tit{ text-align:center; font-size:1.25rem; font-weight:bold; line-height:46px; height:46px; color:#717171;}
.xgnews-con{ padding-top:15px;}
.xgnews-con li{ float:left; width:45%; margin-left:1%; margin-right:4%; line-height:24px; list-style-position:inside; list-style-type:disc;}
.xgnews-con li a{ font-size:14px;}
.xgnews-con li span{ float:right; color:#999; font-size:12px;}
.xgnews-con li a:hover{ text-decoration:underline;}
@media screen and (max-width:1020px){
.news_nr li{ flex: 0 1 32%;}
.news_wb{padding: 15px 0 20px 0;}
.news_rq{ top: -20px; height: 30px; line-height: 30px; font-size: 0.875rem;}
.news_mc{ font-size: 1rem; line-height: 32px; height: 32px;}
.news_ms{ font-size: 0.875rem; line-height: 20px; height: 40px; margin-top: 2px;}
}
@media screen and (max-width:700px){
.news_nr li{ flex: 0 1 49%;}
.news_nr li:nth-child(n+3){ margin-top: 20px;}
.news_wb{padding: 15px 0 10px 0;}
.news_mc{ font-size: 0.9375rem; line-height: 28px; height: 28px;}
.news_ms{ font-size: 0.8125rem; line-height: 18px; height: 38px; margin-top: 0px;}
.newsshow_title{font-size:1.125rem;}
.newsshow_title p{ font-size:0.75rem; padding-top:2px;}
.newsshow_wnnr{ font-size:0.9375rem; line-height:24px;}
.xgnews-tit{ font-size:1.125rem;}
.xgnews-con{ padding-top:0;}
.xgnews-con li{ width:95%;}
}
/*news*/

/*product*/
.pro_kj{ padding-bottom: 60px;}
.probtgd{ padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.prolbt{ font-size: 1.875rem; font-weight: bold; color: #222;}
.pror_more a{ background: #2EA136; padding: 5px 25px; color: #fff; border-radius: 20px;}
.pro_nr ul{ display: flex; flex-wrap: wrap;}
.pro_nr li{ order: 1; flex: 0 1 24.672%; background: #fff; margin-right: 0.4373%; position: relative;}
.pro_nr li:nth-child(4n){ margin-right: 0;}
.pro_nr li:nth-child(n+5){ margin-top: 0.4373%;}
.pro_nr li:hover .indb_pic img{ transform: scale(1.05);}
.pro_nr li:hover .indb_mc{background: url(../images/indb_l.png) no-repeat left center;}
.pro_nr li:hover .indb_mc h3{ color: #2EA136;}
.pro_nr li:hover .indb_mc::after{background: url(../images/indb_jtb.png) no-repeat center;}
@media screen and (max-width:700px){
.pro_kj{ padding-bottom: 40px;}
.probtgd{ padding-bottom: 10px; margin-bottom: 7px;}
.prolbt{ font-size: 1.375rem;}
.pror_more a{ font-size: 0.875rem; padding: 3px 16px;}
.pro_nr li{flex: 0 1 49%; margin-right: 0%;}
.pro_nr li:nth-child(2n){ margin-left: 2%;}
.pro_nr li:nth-child(n+3){ margin-top: 2%;}
}

.proshowa{ background:#f9f9f9; padding:2%; border-top:4px solid #2EA136;}
.proshow_gd{ width:52.9%; position:relative;}
.proshow_img{ border:5px solid #e6e6e6; overflow:hidden;}
.proshow_img li{ overflow:hidden;}
.proshow_img li img{ display:block; width:100%;}
.proshow_anjt{ position:relative; width:100%;}
.proshow_an{width:91%; margin:17px auto 0 auto;}
.proshow_an li{ width:24%; float:left; cursor:pointer; margin-right:1.333%;}
.proshow_an li:nth-child(4){ margin-right:0;}
.proshow_an li a{ display:block; border:2px solid #e6e6e6; border-radius:5px; overflow:hidden;}
.proshow_an li img{ display:block; width:100%;}
.proshow_an li.on a{border:2px solid #ccc;}
.proshow_anjt .prev,.proshow_anjt .next{ cursor:pointer; display:block; width:3%; background:#e6e6e6; font-family:"宋体"; position:absolute; text-align:center; padding:6.5% 0; color:#000; font-size:1.5rem; transition:0.5s;}
.proshow_anjt .prev:hover,.proshow_anjt .next:hover{ background:#2EA136; color:#fff; transition:0.5s;}
.proshow_anjt .prev{ left:0;}
.proshow_anjt .next{ right:0;}
.proshowa_wb{ width:43%; padding-top:25px;}
.nycp_bt{color:#232323; font-size:1.875rem; border-bottom:1px solid #ddd; padding-bottom:15px; font-weight: bold;}
.nycp_nr{ font-size:1rem; color:#2e2e2e; line-height:180%; padding-top:1.5rem; padding-bottom:1.5rem; border-bottom:1px solid #ddd;}
.nycp_nr img{ max-width:100%;}
.nycp_tel{ font-size:1.125rem; color:#000; padding-top:35px;}
.nycp_tel p{ color:#000; font-size:2rem; font-family:"alternate";}
.nycp_more{padding-top:12px;}
.nycp_more a{display:block; background:#da251c; text-align:center; width:150px; line-height:50px; font-size:1.125rem; color:#fff;}
.nycp_more img{ margin-bottom:-7px; margin-right:5px;}
.nycp_more .job_moreb{ display:none;}
.proshow_bom{margin-top:20px;  position:relative;}
.proshow_bom:after{ content:""; width:100%; height:54px; display:block; background:#2EA136; position:absolute; top:0; left:0;}
.proshow_title p{ display:inline-block; border-top:8px solid #da251c; background:#da251c; color:#fff; font-size:1.125rem; line-height:54px; height:54px; margin-top:-8px; padding:0 25px; position:relative; z-index:9;}
.proshow_title img{ margin-bottom:-3px; margin-right:6px;}
.proms_l{ background:#f9f9f9; padding:25px 2% 40px 2%;}
.proshow_nr{ font-size:1rem; line-height:1.8em;}
.proshow_nr img{ max-width:100%;}
.proshow_nr .fsqi_title p,.proshow_nr .fsqh_title p{ padding-bottom:8px; line-height:40px;}
.showcp_an{ padding-top:0.875rem; width:100%; padding-top:40px; margin-bottom:10px;}
.showcp_an p{width:120px;}
.showcp_an p a{width:100%;height:40px; background:#2EA136; text-align:center; line-height:40px; display:block; font-size:1rem; color:#fff; font-weight:bold;}
.cnxh{ margin-top:35px;}
.cnxh_title{width:100%; position:relative; height:67px; border-top:4px solid #2EA136; border-bottom:1px solid #f5f5f5; background:#f1f1f1;}
.cnxh_title p{display:inline-block; color:#2EA136; font-size:1.375rem; line-height:67px; height:67px; padding-left:2%;}
.cnxh_nr{padding:25px 2% 40px 2%; background:#f9f9f9;}
.cnxh_nr li{ margin-top:20px; width:24%; margin-right:1.333%; float:left;}
.cnxh_nr li:nth-child(4){ margin-right:0;}
.cnxh_pic{ overflow:hidden; border:1px solid #ddd;}
.cnxh_pic img{ display:block; width:100%; transition:0.5s;}
.cnxh_nr li:hover .cnxh_pic img{transform:scale(1.1);}
.cnxh_wb{ background:#ddd; height:40px; line-height:40px; overflow:hidden; font-size:0.875rem; text-align:center; transition:0.5s;}
.cnxh_nr li:hover .cnxh_wb{ background:#2EA136; color:#fff; transition:0.5s;}
@media screen and (max-width:1020px){
.proshow_an{width:87%;}
.proshow_anjt .prev,.proshow_anjt .next{ width: 5%;}
.proshowa_wb{ padding-top:15px;}
.nycp_bt{font-size:1.5rem;}
.nycp_nr{ font-size:0.875rem;}
.nycp_tel{ font-size:1rem; padding-top:25px;}
.nycp_tel p{font-size:1.875rem;}
.nycp_more a{ width:130px; line-height:40px; font-size:1rem;}
.nycp_more img{ height: 22px; margin-bottom:-7px; margin-right:5px;}
.proshow_bom:after{height:44px;}
.proshow_title p{border-top:4px solid #da251c; font-size:1rem; line-height:44px; height:44px; margin-top:-4px; padding:0 18px;}
.proshow_title img{ height: 22px;}
.cnxh_title{height:57px;}
.cnxh_title p{font-size:1.125rem; line-height:57px; height:57px;}
}
@media screen and (max-width:700px){
.proshowa{border-top:2px solid #2EA136;}
.proshow_gd{ width:100%; float: none;}
.proshow_img{ border:2px solid #e6e6e6;}
.proshowa_wb{ width:100%; padding-top:25px; float: none; position: relative;}
.nycp_more a{ position:absolute; right: 0; bottom: 20px;}
.nycp_more .job_morea{ display:none;}
.nycp_more .job_moreb{ display:block;}
.showcp_an p{ width: 100px;}
.showcp_an p a{ font-size: 0.875rem; height: 32px; line-height: 32px;}
.cnxh_nr{ padding: 0 2% 20px 2%;}
.cnxh_nr li{ width:49%; margin-right:0%;}
.cnxh_nr li:nth-child(2n){ float: right;}
}
/*内页style结束*/

.fswzj{ display:none;}@media(max-width:767px){.fswzj{ position:fixed; bottom:0; z-index:999; width:100%; display:block; background:#2EA136;}.fswzj ul{ padding:0px; margin:0px; list-style-type:none; border-top:2px solid #43bd4b;}.fswzj ul li{color:#fff; width:25%; text-align:center; padding:0.3rem 0; position:relative; float:left;}.fswzj ul li a{ color:#fff;  display:block; border-left:1px solid #43bd4b;}.fswzj ul li.on a{ border-left:none;}.fnav_pic{ width:24%; margin:0 auto;}.fnav_pic img{ width:100%;}.fnav_wb{font-size:0.8125rem; padding-top:2px;}footer{ padding:20px 0 120px 0;}}

/*导航样式*/
@media screen and (max-width:1020px){
.sp_nav{width:60px;float:right;position:relative;cursor: pointer; height:60px; background:#2EA136; padding:10px; display: block;}
.sp_nav i{display:block; color:#fff; position:absolute; width:100%; bottom:12px; left:0; text-align:center; font-style:normal;}
.sp_nav span{display:block;background:#fff;width:40%;height:2px;position:absolute;left:30%;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:22px}
.sp_nav span:nth-of-type(2){top:32px}
.sp_nav_se span:nth-of-type(1){top:22px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){top:22px;transform:rotate(-45deg)}
.sjj_nav{position:fixed; z-index:9; background:rgba(0,0,0,0.95); width:50%; height:calc(100% - 104px); line-height:40px; top:80px; right:-100%; overflow:auto; overflow-x:hidden; transition:right ease 0.5s;}
.nav_show{top:80px; right:0;}
.sjj_nav li ul,.sjj_nav li .sp_nav_xjb{ display: block;}
.sjj_nav ul li{ float:none; width:auto; background:none;}
.sjj_nav>ul>li:first-child{overflow:hidden; border-top:none;}
.sjj_nav>ul>li:first-child>a{float:left; width:calc(100% - 70px);}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px rgba(255,255,255,0.1) solid;text-align:center;color:#999;}
.sjj_nav ul li i{ display:block; position:absolute;top:5px;right:0px;border-left:1px rgba(255,255,255,0.1) solid;height:40px; padding:0px 10px 0 10px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li em{ display:none;}
.sjj_nav ul li{border-top:1px rgba(255,255,255,0.1) solid;margin-left:10px;position:relative;line-height:50px;font-size:14px;}
.sjj_nav>ul >li:last-child{border-bottom:1px rgba(255,255,255,0.1) solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{ width:90%; font-size:1rem; color:#fff; text-align:inherit; padding:inherit; height:auto; line-height:inherit; background:none;}
.sjj_nav ul li.cur a,.sjj_nav ul li.cur ul li.cur a{color:#fff;}
.sjj_nav ul li ul li a,.sjj_nav ul li.cur ul li a{color:#fff;display:block;text-align:left; font-size:1rem;}
.sjj_nav ul li i svg{width:24px;height:38px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff;}
.sjj_nav ul li ul li>ul{margin-left:10px}
}
@media screen and (max-width:700px){
.sp_header{height:50px;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px; height:50px; padding:0px;}
.sp_nav i{ font-size:0.8125rem; bottom:6px;}
.sp_nav span{ width:50%; left:25%;}
.sp_nav span:nth-of-type(1){top:10px}
.sp_nav span:nth-of-type(2){top:20px}
.sp_nav_se span:nth-of-type(1){top:13px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){top:13px;transform:rotate(-45deg)}
.sjj_nav{top:50px; width:65%;}
.nav_show{top:50px;}
.sjj_nav ul li{line-height:44px;}
.sjj_nav ul li i{height:34px;}
.sjj_nav ul li a{ font-size:0.9375rem; width:83%;}
.sjj_nav ul li i svg{width:20px;height:34px;fill:#fff;}
.sjj_nav ul li ul li a,.sjj_nav ul li.cur ul li a{font-size:0.875rem;}
}

.cd-top {
display: inline-block;
height: 30px;
width: 30px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(77,77,77,0.8) url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
border-radius:50%;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
z-index:9999;
}
.cd-top.cd-is-visible { visibility: visible; opacity: 1;}
.cd-top.cd-fade-out {opacity: .9;}
.no-touch .cd-top:hover {background-color:#e86256; opacity: 1;}
@media screen and (max-width:700px){
.cd-top{ display: none;}
}