@charset "utf-8";
/*css reset*/
* {
    font-size: 16px;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
input,
button {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ul,
ol,
li {
    list-style: none;
}
i,
em {
    font-style: normal;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
select {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
em {
    font-style: normal;
}
a,
button,
input,
textarea {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[type="text"] {
    -webkit-appearance: none;
    background: none;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input[type="checkbox"] {
    border: 1px solid #ccc;
    border-radius: 0;
}
input[type="password"] {
    -webkit-appearance: none;
}
input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}
input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}
body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
td,
th {
    vertical-align: middle;
}
.clear {
    clear: both;
}
/*reset end*/

/*basic start*/
/* @media screen and (min-width:240px){html,body{font-size:32px;}}
@media screen and (min-width:320px){html,body{font-size:42.667px;}}
@media screen and (min-width:480px){html,body{font-size:64px;}}
@media screen and (min-width:560px){html,body{font-size:74.6667px;}}
@media screen and (min-width:640px){html,body{font-size:15.333px;}}
@media screen and (min-width:720px){html,body{font-size:96px;}}
@media screen and (min-width:800px){html,body{font-size:106.667px;}}
@media screen and (min-width:1024px){html,body{font-size:136.533px;}} */

.bold {
    font-weight: bold;
}
.rotate30 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.rotate-30 {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.rotate45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rotate-45 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.translateX50 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.translateY50 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translate50 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

* input::-moz-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}
* input::-webkit-input-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}
* input::-o-input-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}
* input::-ms-input-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}
.thin {
    font-weight: normal;
}

/*========定义基础样式========*/
/*body{word-break: break-all;}*/
.hide {
    display: none;
}
.hides {
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0; /*visibility:hidden;*/
}
.clearfix {
    zoom: 1;
}
a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.bac {
    background: #fff;
}

.text_over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
}
.text_over3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
}
.text_over4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
}
.bor_top {
    border-top: 1px #ddd solid;
}
.bor_rig {
    border-right: 1px #ddd solid;
}
.bor_bot {
    border-bottom: 1px #ddd solid;
}
.bor_lef {
    border-left: 1px #ddd solid;
}
.bor {
    border: 1px #ddd solid;
}
.bor-radius {
    border-radius: 0.4rem;
}
.bs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.translateX50 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.translateY50 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translate50 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.w1400 {
    max-width: 1400px;
    width: 82%;
    margin: 0 auto;
}

/* 头部 */
body {
    background-color: #f1f1f2;
}
.header {
    position: fixed;
    height: 108px;
    line-height: 108px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition-duration: 0.5s;
    z-index: 99;
}
.header .w1400 {
    visibility: visible !important;position: relative;
}
.header .logo {
    position: absolute;left: 0;top: 0;
    width: 200px;
}
.header .logo img{
   display: inline-block;vertical-align: middle;width: 100%;
}
.header .logo img.whites{display: none;}
.header .logo a {
    display: block;
}
/* .header .logo img{display: block;} */
.header .nav {
    padding:0 400px 0 280px;
}
.header .nav li {
    float: left;
    padding: 0;
    width: 20%;
    text-align: center;
    position: relative;
}
.header .nav li > span a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.header .nav li  a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #009040;
    height: 4px;
    width: 0;
    transition-duration: 0.5s;
}
.header .nav .subDrop2 .text a::after {display: none !important}
.header .nav li.cur  a::after{
    width: 100%;
}
.header .nav li > a:hover {
    color: #009040;
}
.header .nav li  a:hover::after {
    width: 100%;
}
    .header .nav li.on  a::after {
        width: 100%;
    }
.header .info {position: absolute;right: 0;top: 0;}
.header .info a {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(../images/icon/i1_s.png) center no-repeat;
}
.header .info p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    padding-left: 32px;
    background: url(../images/icon/i2.png) center left no-repeat;
    margin-left: 40px;
}
.header.active,
.header:hover {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.header.active .ori,
.header:hover .ori {
    display: none;
}
.header.active .logo img.whites,.header:hover .logo img.whites {
    display: inline-block;
}
.header.active .nav li a,
.header:hover .nav li a {
    color: #333333;
}
.header.active .info a,
.header:hover .info a {
    background-image: url(../images/icon/i1_s.png);
}
.header.active .info p,
.header:hover .info p {
    color: #333333;
    background-image: url(../images/icon/i2_s.png);
}
.header .info .en{
    background: none;
    color: #fff;
    line-height: 108px;
    margin-right: 45px;
    transition-duration: 0.5s;
    font-family: 'Arial';
}
.header.active .info .en,.header:hover .info .en{
    background: none;
    color: #009040;
}
.header .nav .subDrop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .nav .subDrop > a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 50px;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
}
.header .nav .subDrop > a:hover {
    color: #009040;
}

.header .nav .subDrop2 {
    position: fixed;
    top: 109px;
    background-color: #fff;
    left: 50%;
    width: 100vw;
}

.header .nav .subDrop2 .con {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #f0f1f2;
}
.header .nav .subDrop2 .item {
    width: 33.3333%;
    float: left;
    padding-top: 14px;
    border-right: 1px solid #f0f1f2;
    box-sizing: border-box;
	padding: 1%;
}
.header .nav .subDrop2 .imgs {
    width: 165px;
    height: 183px;
    position: relative;
}
.header .nav .subDrop2 .imgs img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header .nav .subDrop2 .text {
    width: calc(100% - 220px);
    text-align: left;
    overflow: hidden;
}
.header .nav .subDrop2 .text h6,
.header .nav .subDrop2 .text h6 a {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}
.header .nav .subDrop2 .text span {
    font-size: 14px;
    color: #999999;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}
.header .nav .subDrop2 .text a {
    display: block;
    font-size: 16px;
	line-height: 20px;
    color: #333333;
    margin-bottom: 7px;
    transition-duration: 0.5s;
}
.header .nav .subDrop2 .text a:hover {
    color: #009040;
}
.header .nav .subDrop3 {
    padding: 45px 0;
}
.header .nav .subDrop3 .navImg {
    margin-left: 78px;
}
.header .nav .subDrop3 .text {
    width: calc(100% - 614px);
    text-align: left;
    overflow: hidden;
    padding-left: 44px;
    box-sizing: border-box;
}
.header .nav .subDrop3 .item {
    padding-left: 97px;
    width: 50%;
}
.header .nav .subDrop2 .item:nth-child(3n) {
    border: 0;
}
.header .nav .subDrop3 .item:nth-last-child(1) {
    border: 0;
}
@media(max-width:1366px){
    .header .nav .subDrop2 .text {width: calc(100% - 200px);height:160px;overflow-y:auto;}
	.header .nav .subDrop2 .text::-webkit-scrollbar{width: 4px;}
.header .nav .subDrop2 .text::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: rgba(0,0,0,0.2);}
.header .nav .subDrop2 .text::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}


    .header .nav .subDrop2 .item {padding: 0;}
    .header .nav .subDrop2 .text h6, .header .nav .subDrop2 .text h6 a{font-size: 16px;margin-bottom: 10px;}
    .header .nav .subDrop2 .text a {font-size: 14px;}
    .header .nav .subDrop2 .con{padding:20px 0;}
    .header .nav .subDrop3 .navImg {width: 30%;}
    .header .nav .subDrop3 .text {width: calc(100% - 630px);}
}

@media(max-width:1024px){
body{padding-top: 50px;}
.header { background-color: #fff; border-bottom: 1px solid #e2e2e2;}
.header .ori { display: none !important;}
.header .logo img.whites {display: inline-block !important;}
.header .nav{padding:0;}
.header .nav li .subDrop a {color: #333333;}
.header .nav .subDrop2 {
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
}
.header .info p{display: none;}
.header .nav .translateX50{-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);}
.header .nav .subDrop2 .item {
    width: 50%;
    float: left;
    padding-top: 14px;
    border-right: 1px solid #f0f1f2;
    box-sizing: border-box;
	padding: 1%;
}
.header .nav .subDrop2 .text {
    width: 100%;

}


}





/* 分页 */
.fy {
    position: relative;
    height: 58px;
    width: 100%;
    margin-top: 3%;
}
/*
 .Page002274 为demo编号
 */
 .fy{ text-align:center; padding:1% 0 60px;color:#666666;}
 .fy .Pages *{ vertical-align:middle;}
 .fy .Pages .p_cur,
 .fy .Pages .p_count,
 .fy .Pages .p_total{ display:none;}
 .fy .Pages a{ display:inline-block; padding: 0 15px; line-height:37px; background-color: #eef0f1; color:#666666; margin-left:5px;}
 .fy .Pages a:hover,
 .fy .Pages a.a_cur{ color:#fff; background-color:#009040;}
 .fy .Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
 .fy .Pages .i_text{ width:47px; height:36px; line-height:36px;border:1px solid #ceced5;}
 .fy .Pages .i_button{ cursor:pointer; background:none; width:47px; height:36px;border:1px solid #ceced5;}
 .fy .Pages .p_jump b{font-weight:normal; margin:0 5px;}
 .fy .Pages .a_prev,.fy .Pages .a_next{ font-family: 宋体; font-weight: bold; padding:0 25px; }
 
 @media(max-width:1000px){
 .fy .Pages em{ display:none;}
 }
 @media(max-width:640px){
 .fy .Pages a.a_first,
 .fy .Pages a.a_end{ display:none;}
 .fy .Pages a{ padding:0 10px;}
 }
.fy ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.fy li {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
    color: #9ba1a7;
    margin: 0 7px;
    background-color: #f3f5f6;
    border-radius: 3px;
    vertical-align: middle;
}
.fy li a {
    font-size: 18px;
    color: #666666;
    display: block;
}
.fy li span {
    display: block;
}
.fy li.active {
    background-color: #009040;
    color: #ffffff;
}
/* .fy li:hover{} */
.fy li:hover a {
    color: #ffffff;
    background-color: #009040;
    border-radius: 3px;
}
.fy li:nth-last-child(1) a,
.fy li:nth-last-child(1) span {
    background: #f3f5f6 url(../images/icon/p13.png) center no-repeat;
}
.fy li:nth-child(1) span,
.fy li:nth-child(1) a {
    background: #f3f5f6 url(../images/icon/p12.png) center no-repeat;
}
.fy li:nth-last-child(1):hover a,
.fy li:nth-child(1):hover span,
.fy li:nth-last-child(1):hover span,
.fy li:nth-child(1):hover a {
    background-color: #009040;
    border-radius: 3px;
}
.fy li:nth-last-child(1) a,
.fy li:nth-child(1) span,
.fy li:nth-last-child(1) span,
.fy li:nth-child(1) a {
    text-indent: 999em;
    overflow: hidden;
}

/* 公用标题 */
.conment-title {
    font-size: 26px;
    color: #333333;
}
.conment-title .text {
    font-weight: bold;
}
.conment-title .tab-list .list-item {
    font-size: 20px;
    color: #999999;
    margin-right: 30px;
    cursor: pointer;
}
.conment-title .tab-list .list-item:nth-last-child(1) {
    margin-right: 0;
}
.resources-con .title .tab-list .list-item.act {
    color: #009040;
}
.conment-title .tab-list .list-item:hover {
    color: #009040;
}

/* 导航 */
.banner-box {
    margin-top: 109px;
    /*height: 165px;*/
    background: #fff;
}
.banner-box .w1400{
    visibility: visible !important;
}
.banner-box .tab-box {
    margin:3% 0;
    /* width: calc(100% - 110px); */
}
.banner-box .tab-box .list-item {
    position: relative;
    margin:0 40px 0px 0;
}

.banner-box .tab-box .list-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #cccccc;
    top: 0;
    right: -20px;
}
.banner-box .tab-box .list-item:nth-last-child(1)::after {
    display: none;
}
.banner-box .tab-box .list-item:hover a {
    color: #009040;
}
.banner-box .tab-box .list-item.act a {
    color: #009040;
    font-weight: 550;
}
.banner-box .tab-box .list-item a {
    font-size: 16px;
    color: #333333;
}
.banner-box .navigation-box {
    margin-top:34px;
}
/* 面包屑 */
.navigation-box .list-item {
    position: relative;
    margin-left: 30px;
}
.navigation-box .list-item:nth-child(1) {
    margin-left: 0;
}
.navigation-box .list-item::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
}
.navigation-box .list-item:nth-last-child(1)::after {
    display: none;
}
.navigation-box .list-item .icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/icon/icon-index.png) no-repeat center/100%;
    margin-bottom: -3px;
}
.navigation-box .list-item .text {
    font-size: 14px;
    color: #666666;
}
.navigation-box .list-item:hover a {
    color: #009040;
}

/* 底部 */
.footer {
    background: #009040 url(../images/icon/i12.png) bottom left no-repeat;
    padding-top: 63px;
    position: relative;
    min-width: 1200px;
}
.footer .w1400 {
    visibility: visible !important;
}
.footer .footer-main {
    overflow: hidden;
}
.footer .footer_l a {
    display: block;
}
.footer .footer_l a img {
    display: block;
}
.footer .footer_l .text {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}
.footer .footer_r {
    width: 69.64%;
}
.footer .footer_cantact {
}
.footer .footer_cantact h6 {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 38px;
}
.footer .footer_cantact p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 18px;
    padding-left: 34px;
    line-height: 22px;
}
.footer .footer_cantact p:nth-child(2) {
    background: url(../images/icon/i4.png) left center no-repeat;
}
.footer .footer_cantact p:nth-child(3) {
    background: url(../images/icon/i5.png) left center no-repeat;
}
.footer .footer_cantact p:nth-child(4) {
    background: url(../images/icon/icon25.png) left center no-repeat;
}
.email_fl_link {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 28px;
    padding-left: 34px;
    line-height: 22px;
    background: url(../images/icon/i6.png) left center no-repeat;
}
.footer .footer_nav1:nth-child(3) {
    margin-right: 100px;
}
.footer .footer_nav1 a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 30px;
}
.footer .footer_nav1 a:hover {
    color: #F6AB09;
}
.footer .footer_r2 {
    padding-top: 5%;
    padding-bottom: 30px;
}
.footer .footer_r21 > div {
    margin-right: 20px;
}
.footer .footer_r21 a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition-duration: 0.5s;
}
.footer .footer_r21 .wx a {
    background: url(../images/icon/i7.png) center no-repeat;
}
.footer .footer_r21 .weibo a {
    background: url(../images/icon/i7-1.png) center no-repeat;
}

.footer .footer_r21 .face a {
    background: url(../images/icon/i8.png) center no-repeat;
}
.footer .footer_r21 .ins a {
    background: url(../images/icon/i9.png) center no-repeat;
}
.footer .footer_r21 .gg a {
    background: url(../images/icon/i10.png) center no-repeat;
}
.footer .footer_r21 .weibo,
.footer .footer_r21 .wx {
    position: relative;
}
.footer .footer_r21 .weibo .drop,
.footer .footer_r21 .wx .drop {
    position: absolute;
	width: 150px;
    bottom: 126%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    transition-duration: 0.5s;
    display: none;
}

@media(max-width:1366px){
    .footer .footer_nav1:nth-child(3) {margin-right: 50px;}
}

@media(max-width:1024px){
.footer .footer_r21 .weibo .drop,
.footer .footer_r21 .wx .drop{left: 0%; transform: translateX(0%);}
}


.img-block{
    display: block; 
    width: 100%;
}
.footer .footer_r21 .weibo .drop img,
.footer .footer_r21 .wx .drop img {
    display: block;
}
.footer .footer_r21 .weibo:hover .drop,
.footer .footer_r21 .wx:hover .drop {
    display: block;
}

.footer .footer_r21 .weibo:hover a {
    background: #ffffff url(../images/icon/i7-1_s.png) center no-repeat;
}

.footer .footer_r21 .face:hover a {
    background: #ffffff url(../images/icon/i8_s.png) center no-repeat;
}
.footer .footer_r21 .ins:hover a {
    background: #ffffff url(../images/icon/i9_s.png) center no-repeat;
}
.footer .footer_r21 .gg:hover a {
    background: #ffffff url(../images/icon/i10_s.png) center no-repeat;
}
.footer .footer_r21 .wx:hover a {
    background: #ffffff url(../images/icon/i7_s.png) center no-repeat;
}
.footer .footer_r22 {
    position: relative;
}


.footer .footer_r22 > a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 198px;
    line-height: 44px;
    background: url(../images/icon/i11.png) center right no-repeat;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
}
.footer .footer_r22.on > a {
    background-image: url(../images/icon/i11_s.png);
}
.footer .footer_r22 > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
}
.footer .footer_r22 > a:hover::after {
    width: 100%;
}



.footer .footer_r22 .drop {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    border: 0 solid transparent;
    border-radius: 5px;
    bottom: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    transition-duration: 0.5s;
    transition: all 0.3s;

}

.footer .footer_r22 .drop a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    width: 200px;
    line-height: 40px;
    padding-left: 22px;
    box-sizing: border-box;
    transition-duration: 0.5s;
}
.footer .footer_r22 .drop a:hover {
    color: #F6AB09;
    background-color: #fff;
}
.footer .footer_r22.on .drop {
    padding: 10px 0;
    border: 1px solid #fff;
}
.footer .footer_r3 {
    padding: 37px 0 26px;
    position: relative;
}
.footer .footer_r3 p,
.footer .footer_r3 a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}
.footer .footer_r3 .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    width: 200%;
}
.footer .toTop {
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffffff url(../images/icon/i19.png) center no-repeat;
    top: -30px;
    right: 30px;
    cursor: pointer;
    transition-duration: 0.5s;
}
.footer .toTop:hover {
    background: #F6AB09 url(../images/icon/i19_s.png) center no-repeat;
}
.more {
    display: block;
    font-size: 14px;
    color: #009040;
    width: 116px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #009040;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.more em {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 40px;
    height: 40px;
}

.more span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #009040;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: 0;
}

.more:hover span {
    width: 300px;
    height: 300px;
}

.more:hover em {
    color: #ffffff;
}

/* 公用page */
/* 填写表单 */
.public-page {
    background: url(../images/page/p87.jpg) center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 143px;
}
.public-page h5 {
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 90px;
}
.public-page .item {
    /* text-align: center; */
    width: 769px;
    margin: 0 auto;
}
.public-page input {

    font-size: 16px;
    color: #009040;
    width: 362px;
    height: 59px;
    border: 1px solid #009040;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 29px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 20px;
}

.public-page p {
    font-size: 20px;
    color: #333333;
    display: inline-block;
}
.public-page .item2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 45px;
}
.public-page .item2 .item2-left {
    /* display: inline-block; */
    overflow: hidden;
    transition: width 0.5s;
    width: 0;
    height: 0;
}
.public-page .item2 .item2-left .animation-box {
    width: 520px;
    height: auto;
}
.public-page .item2 .item2-left.act {
    width: 520px;
    height: auto;
}
.public-page .item2 input {
    margin-bottom: 0;
    width: 140px;
}
.public-page .item2 em {
    display: inline-block;
    width: 134px;
    height: 43px;
    vertical-align: middle;
}
.public-page .item2 em img {
    display: block;
}
.public-page span {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}
.public-page button {
    font-size: 18px;
    color: #fff;
    /* display: inline-block; */
    width: 204px;
    height: 56px;
    background-color: #009040;
    border-radius: 2px;
    vertical-align: bottom;
    cursor: pointer;
}
.public-page input::-webkit-input-placeholder {
    color: #009040;
}
.public-page input:-moz-placeholder {
    color: #009040;
}
.public-page input::-moz-placeholder {
    color: #009040;
}
.public-page input:-ms-input-placeholder {
    color: #009040;
}
/* 客户案例 */
.public-page-case .con-title {
    color: #009040;
}
.public-page-case .title {
    font-size: 30px;
    color: #333333;
}
.public-page-case .swiper-box {
    margin-top: 80px;
    position: relative;
}
.public-page-case .swiper-box .swiper-container {
    padding-bottom: 20px;
}
.public-page-case .swiper-box .btn {
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition-duration: 0.5s;
    margin-top: -110px;
    opacity: 1;
}
.public-page-case .swiper-box .btn::after {
    font-size: 25px;
    color: #009040;
}
.public-page-case .swiper-box .btn:hover {
    background: #009040;
}
.public-page-case .swiper-box .btn:hover::after {
    color: #fff;
}
.public-page-case .swiper-box .btn.swiper-button-prev {
    left: -40px;
}
.public-page-case .swiper-box .btn.swiper-button-next {
    right: -40px;
}
.public-page-case .swiper-box .swiper-slide {
    width: 430px;
    margin-right: 54px;
}
.public-page-case .swiper-box .swiper-slide .imgs {
    width: 100%;
    height: 372px;
    border-radius: 2px;
    overflow: hidden;
}
.public-page-case .swiper-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
}
.public-page-case .swiper-box .text {
    padding: 36px 47px 42px;
    box-sizing: border-box;
    width: 90%;
    margin-left: 10%;
    border-radius: 2px;
    text-align: justify;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    position: relative;
    z-index: 5;
}
.public-page-case .swiper-box .text h6 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 18px;
    transition-duration: 0.5s;
    font-weight: bold;
}
.public-page-case .swiper-box .text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.public-page-case .swiper-box a:hover img {
    transform: scale(1.05);
}
.public-page-case .swiper-box a:hover .text h6 {
    color: #009040;
}

@keyframes scaleTo {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes mainscale {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes mainscale {
    0% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -webkit-transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -webkit-transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -webkit-transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -webkit-transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1400px) {
    .w1400{width:96%;}
    .banner-box {
        min-width: 1200px;
    }
}

@media(max-width:1024px){

    .w1400{width:auto;padding: 0 15px;}
    .footer{min-width: auto;}
    .header .w1400{width: auto;max-width:none;min-width: auto;position:relative;padding:0;margin:0 15px;}
    .header{box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);position: fixed;top: 0;left: 0;width: 100%;z-index: 999999;background-color: transparent;line-height:50px;height:50px}
    .header .nav{background: #009040;padding-top: 50px;position: fixed;top:0;width: 260px;height: 100vh;z-index:9999;right: -100%;opacity: 0;visibility: hidden;transition: all 0.3s;overflow-y: auto;}
    .header .nav.on{opacity: 1;visibility: visible;right: 0;}
    .header .nav li{width: 100%;float: none;line-height: 40px;font-size: 16px;text-align: left;}
    .bodyon{overflow: hidden;height: 100%;}



    .header .nav .subDrop{position: static;border-radius: 0;text-align: left;width: auto;}
    .header .nav .subDrop > a{text-align: left;line-height: 40px;background-color: #cbebd9;}
    .header .nav .subDrop2,.header .nav .subDrop2 .con{background-color: #cbebd9;}

    .header .nav .subDrop2 .imgs{display: none;}
    .header .nav .subDrop2 .item{width: auto !important;float: none !important;border-right: 0;padding:10px 0;}
    .header .nav .subDrop2 .con{padding:0;border-bottom: 0;}
    .header .nav li a::after{display: none;}


    .footer .footer_r{width: 100%;float: none;}
    .footer .footer_nav1:nth-child(3),.footer .footer_nav1:nth-child(2){display: none;}

    .subDrop.translateX50{-webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);}
    .header .nav span{position: relative;display: block;}
    .header .nav span .arr{position: absolute;width: 100px;right: 0;top: 0;height: 40px;background:url(../images/icon/jia.png) right 15px center no-repeat;}
    .header .nav li.on span .arr{background:url(../images/icon/jian.png) right 15px center no-repeat;}
    .header .nav .subDrop3 .navImg{display: none;}
    .header .nav .subDrop3 .text{padding-left: 0;}

    .header .nav li > span > a{line-height:40px;font-size: 16px;display: block;padding-left: 15px;color:#fff;}
    .header.active .nav li a, .header:hover .nav li a{color:#fff}
.header .nav li .subDrop a {color: #333333;padding-left: 15px;}
.header .nav .subDrop2 .text a{padding-left: 0;}
    .header .logo{width: 120px;}
    .header .info {right: 48px;}

    


/* .header .top{height: 100%;}
.header .info{display: none;}
.header .logo{width: 8.52rem;height: 100%;position: relative;z-index: 99999;padding-top: 0;}
.header .logo a{display: block;width: 100%;height: 100%;position: relative;}
.header .logo a img{display: block;width: 100%;position: absolute;top: 50%;left: 0;}
.header .logo a img.ori{display: none;} */
.yd_clis{display: block;position: absolute;right: 33px;top: 10px;z-index:9999999}
/* .drop{display: block;} */
.header .clis{box-sizing: border-box;position: relative;}
/* .header .clis .btn{position: relative;z-index: 2;} */
.header .clis span{display: block;width: 20px;height: 2px;border-radius: 0.025rem;background-color: #999999;margin-top: 0.1rem;transform-origin: center;transition: all 0.5s;position: absolute;top: 0.45rem;left: 0;}
/* .header .cn{line-height: 1.3rem;font-size: 0.3rem;color: #999;margin-right: 0.4rem;}
.header .drop{position: fixed;top: 1.3rem;width: 100%;left: 0;padding-top: 1.67rem;height: calc(100vh - 1.3rem);box-sizing: border-box;visibility: hidden;transition-duration: 0s;}
.header .drop li{margin-bottom: 1.05rem;opacity: 0;transform: translateX(20px);}
.header .drop li em{float: left;width: 0.4rem;height: 3px;background-color: transparent;margin-top: 0.15rem;}
.header .drop li a{display: block;font-size: 0.36rem;color: #ffffff;float: left;line-height: 1;margin-left: 0.1rem;}
.header .drop li.on em{background-color: #009040;}
.header .drop li.on a{color: #009040;}
.header .drop .bot{position: absolute;bottom: 11%;right: 0;width: 100%;padding: 0 0.4rem;height: 0.98rem;border-top: 1px solid #cccccc;box-sizing: border-box;}
.header .drop .bot a{font-size: 0.3rem;color: #b8b8b8;line-height: 0.98rem;padding-left: 0.62rem;}
.header .drop .bot .searchs{background: url(../image/icon/i2.png) center left no-repeat;background-size: 0.38rem auto;}
.header .drop .bot .tel{background: url(../image/icon/i3.png) center left no-repeat;background-size: 0.44rem auto;} */
/* .header .yd_clis .bg{position: absolute;top: 50%;left: 50%;padding: 50%;border-radius: 50%;-webkit-transform: translate3d(-50%,-50%,0);transform: translate3d(-50%,-50%,0);-webkit-transition-timing-function: cubic-bezier(.05,.95,.37,.95);transition-timing-function: cubic-bezier(.05,.95,.37,.95);-webkit-transition-duration: .6s;transition-duration: .6s;-webkit-transition-property: padding;transition-property: padding;will-change: padding;overflow: hidden;background-color: #fff;}
.header .drop .bg2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../image/icon/i4.png) center bottom no-repeat;background-size: 100% auto;opacity: 0;transition: opacity 0.3s 0.4s;}
.header.on .drop .bg2{opacity: 1;} */
/* .header.on .yd_clis .bg{background-color: #000;} */
/* .header .clis .bg .inner{position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;background: url(../image/icon/i4.jpg) center bottom no-repeat;background-size: 100% auto;} */
/* .header.on .yd_clis .bg{padding: 140vmax;-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;} */
/* .header.on .drop{visibility: visible;transition-duration: 0.4s;}
.header.on .drop li{opacity: 1;transform: translateX(0);transition: all 0.5s 0.6s;}
.header.on .drop li:nth-child(1){transition-delay: 0.6s;}
.header.on .drop li:nth-child(2){transition-delay: 0.7s;}
.header.on .drop li:nth-child(3){transition-delay: 0.8s;}
.header.on .drop li:nth-child(4){transition-delay: 0.9s;}
.header.on .drop li:nth-child(5){transition-delay: 1s;}
.header.on .drop li:nth-child(6){transition-delay: 1.1s;}
.header.on .drop li:nth-child(7){transition-delay: 1.2s;} */
.header .yd_clis span:nth-child(2){top: 20px;}
.header.on .ori{display:block}
.header.on  .whites{display:none}
.header .logo{position:relative;z-index:999999}
.header.on .yd_clis span:nth-child(2){top: 9px;}
.header.on .yd_clis span:nth-child(1){transform: translateY(0.1rem) rotate(-45deg);}
.header.on .yd_clis span:nth-child(2){transform: translateY(0rem) rotate(45deg);}
.content{padding-top: 1.3rem;}
/* body{background-color: #f1f1f2;} */


.footer{margin-bottom:0; background: #009040 url(../image/icon/i5.jpg) right top no-repeat;background-size: 100% auto;padding-top: 4%;}
.footer .w{position: relative;padding-top: 0.62rem;}
.footer .footer1{}
.footer .footer1 a{display: block;width: 2.06rem;}
.footer .footer1 a img{display: block;width: 100%;}
.footer .footer1 p{font-size: 0.24rem;color: #ffffff;line-height: 1;margin-top: 0.44rem;}
.footer .footer2{margin-top: 0.79rem;}
.footer .footer2 h6{font-size: 0.34rem;color: #ffffff;font-weight: 400;line-height: 1;margin-bottom: 0.35rem;}
.footer .footer2 p{font-size: 0.26rem;color: #ffffff;padding-left: 0.35rem;line-height: 1;margin-bottom: 0.36rem;}
.footer .footer2 p:nth-child(2){background: url(../image/icon/i7.png) center left no-repeat;background-size: 0.22rem auto;}
.footer .footer2 p:nth-child(3){background: url(../image/icon/i8.png) center left no-repeat;background-size: 0.23rem auto;}
.footer .footer2 p:nth-child(4){background: url(../image/icon/i9.png) center left no-repeat;background-size: 0.18rem auto;}
/* .email_fl_link{background: url(../image/icon/i6.png) center left no-repeat;background-size: 0.23rem auto;font-size: 0.26rem;
    color: #ffffff;display: block;
    padding-left: 0.35rem;
    line-height: 1;
    margin-bottom: 0.36rem;} */

.footer .footer3{padding-top: 0.5rem;padding-bottom: 0.45rem;border-bottom: 1px solid rgba(255,255,255,0.5);}
.footer .footer3>div{margin-right: 0.27rem;position: relative;}
.footer .footer3 a{display: block;width: 0.72rem;height: 0.72rem;border-radius: 50%;border: 1px solid #ffffff;}
.footer .footer3 .wx a{background: url(../image/icon/i11.png) center no-repeat;background-size: 0.29rem auto;}
.footer .footer3 .face a{background: url(../image/icon/i12.png) center no-repeat;background-size: 0.13rem auto;}
.footer .footer3 .ins a{background: url(../image/icon/i13.png) center no-repeat;background-size: 0.24rem auto;}
.footer .footer3 .tu a{background: url(../image/icon/i14.png) center no-repeat;background-size: 0.29rem auto;}
.footer .footer3 .wx .drop{position: absolute;bottom: 0.85rem;left: 0;width: 1.81rem;height: 1.81rem;border-radius: 2px;overflow: hidden;display: none;}
.footer .footer3 .wx .drop img{display: block;width: 100%;}
.footer .footer3 .wx.on a{background: #ffffff url(../image/icon/i11_s.png) center no-repeat;background-size: 0.29rem auto;}
.footer .footer3 .wx.on .drop{display: block;}
.footer .footer4{padding-top: 0.28rem;padding-bottom: 0.3rem;}
.footer .footer4 p,.footer .footer4 p a{font-size: 0.24rem;color: #ffffff;line-height: 1;margin-bottom: 0.09rem;}
.footer .toTop{position: absolute;right: 2px;top:2px;width:30px;height:30px;border-radius: 50%;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);background: #fff url(../images/icon/i19.png) center no-repeat;background-size:15px auto;}



.suspension{position: fixed;right: 5%;bottom: 1.54rem;}
.suspension .icon{display: block; margin-bottom: 0.2rem; width: 0.85rem;height: 0.85rem;border-radius: 50%;box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);cursor: pointer;}

.suspension .phone{background: #fff url(../image/icon/i28.png) center no-repeat;background-size: 0.34rem auto;}
.suspension .link{background: #fff url(../image/icon/i29.png) center no-repeat;background-size: 0.34rem auto;}
.suspension .toTop{background: #fff url(../image/icon/i15.png) center no-repeat;background-size: 0.34rem auto;}

.conversion {position:fixed;bottom:0;z-index: 95; margin-left:auto;margin-right:auto;left:0;right:0;width:100%;-webkit-overflow-scrolling:touch;}
.conversion .row{padding: 0.2rem;}
.conversion .row .col{float: left;width: 50%;line-height:calc(9vh - 0.4rem);}
.conversion .phone {background-image: linear-gradient(90deg, #0052cc 0%, #3380f6 100%);color:#fff;font-size: 0.3rem;text-align:center;border-top-left-radius:0.08rem;border-bottom-left-radius:0.08rem;}
.conversion .phone i {display:inline-block;background:url(../image/icon/phone.png) center no-repeat;background-size:auto 4vh;width:5.5vh;height:calc(9vh - 0.4rem);vertical-align:top;margin-right:0.15rem;}
.conversion .chat {background-image: linear-gradient(90deg, #ff6d00 0%, #f55b05 50%, #e94609 100%);color:#fff;font-size: 0.3rem;text-align:center;border-top-right-radius:0.08rem;border-bottom-right-radius:0.08rem;}
.conversion .chat i {display:inline-block;background:url(../image/icon/chat.png) center no-repeat;background-size:auto 3.46vh;width:6vh;height:calc(9vh - 0.4rem);vertical-align:top;margin-right:0.15rem;}






.mask{display: none; position: fixed;top: 0;left: 0;bottom: 0;right: 0;background-color: #fff;z-index: 99999;}
.mask .btn{position: absolute;top: 22px;left: 22px;font-size: 32px;width: 0.75em;height: 0.75em;background: url(../image/icon/i27.png ) center no-repeat;background-size: 100% 100%;}
.mask .panel{max-width: 1280px;width: 100vw;min-width: 320px;display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;}
.mask .panel .videoIn{overflow: hidden;position: relative;width: 100%;-ms-flex-item-align: center;align-self: center;}
.mask .panel .videoIn video{display: block;max-width: 100vw;max-height: 100vh;}










/* dibu */

.footer .footer_cantact h6{font-size: 18px;margin-bottom:15px}
.footer .footer_l .text{margin: 10px 0;}
.footer .footer_cantact p{margin-bottom: 10px;font-size: 14px;}
.footer .footer_r2{padding: 20px 0;}
.footer .footer_r21 a{width: 30px;height: 30px;}

.banner-box .navigation-box{display: none;}

.banner-box{min-width: auto;margin-top: 0;}

.banner-box .tab-box .list-item::after{display: none;}
.banner-box .tab-box{display: flex;flex-wrap: wrap;}
.banner-box .tab-box .list-item{margin:5px 15px 5px 0;}
.banner-box .tab-box .list-item:last-child{margin-right: 0;}
.banner-box .tab-box .list-item a{font-size: 15px;}
.fy{padding: 1% 0 2%;}

}
.TopTit{text-align: center;font-size: 26px;line-height: 1;padding-top: 5%;}

@media(max-width:768px){
    .footer .footer_l .text{text-align: center;}
    .footer .footer_l a img{width: 50%;margin:0 auto;}
    .footer .footer_r22 .drop{background-color: rgba(0,0,0,0.8);}

    .part4 .bg p{background-position: center center !important;background-size: cover !important;background-attachment: scroll !important;}

    .footer .footer_r21 {float: none;clear: both;}
    .footer .footer_r22{float: none;clear: both;padding-top: 15px;}
    .footer .footer_r22 > a{width: auto;}
    .footer .footer_r3 .line{display: none;}
    .footer .footer_r3{padding-top: 20px;}
    .TopTit{font-size: 18px;}
}

.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox,.img-box{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img,.img-box img{max-width: 100%;/* max-height:100%;*/}

.header .info {display: flex;align-items: center;}
.header .info .top_search{display: inline-block;width:200px;box-sizing: border-box;height:40px;border-radius: 40px;padding-right:40px;position: relative;background: rgba(255, 255, 255, 0.5);}
.header .info .top_search input{width:160px;box-sizing: border-box;padding:0 10px;height:100%;position: absolute;left:0;top:0;font-size: 14px;}
.header .info .top_search button{width:40px;height:100%; background: url(../images/icon/i1_s.png) center no-repeat;position: absolute;right:0;top:0;}
.header.active .top_search, .header:hover .top_search{background: #f5f5f5;}
.header .info .top_search input::-ms-input-placeholder{ color: #fff !important;}


.header .info .top_search input::input-placeholder{color:  #fff !important} 
.header .info .top_search input::-webkit-input-placeholder{ /* WebKit browsers */ 
color: #fff !important
} 
.header .info .top_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #fff !important
} 
.header .info .top_search input::-moz-placeholder { /* Mozilla Firefox 19  */ 
color: #fff !important
} 
.header .info .top_search input:-ms-input-placeholder { /* Internet Explorer 10  */ 
color: #fff !important
}

.header.active .top_search input::input-placeholder{color: #ccc !important;}
.header.active .top_search input::-webkit-input-placeholder{ /* WebKit browsers */ 
    color: #ccc !important
    } 
    .header.active .top_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #ccc !important
    } 
    .header.active .top_search input::-moz-placeholder { /* Mozilla Firefox 19  */ 
    color: #ccc !important
    } 
    .header.active .top_search input:-ms-input-placeholder { /* Internet Explorer 10  */ 
    color: #ccc !important
    }
   .header:hover .top_search input::input-placeholder{color: #ccc !important;}
   .header:hover .top_search input::-webkit-input-placeholder{ /* WebKit browsers */ 
        color: #ccc !important
        } 
       .header:hover .top_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
        color: #ccc !important
        } 
       .header:hover .top_search input::-moz-placeholder { /* Mozilla Firefox 19  */ 
        color: #ccc !important
        } 
       .header:hover .top_search input:-ms-input-placeholder { /* Internet Explorer 10  */ 
        color: #ccc !important
        }

@media(max-width:1024px){
    .header .info {margin-top:10px;}
    .header .info .top_search{width:140px;height:30px;line-height: 30px;border-radius: 30px;}
}




