﻿@charset "utf-8";
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 84px;
    border-radius:3px;
}
.menu li {
text-align:center;
min-width: 133px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
}
.menu a {
    /* border-left: 3px solid rgba(0, 0, 0, 0); */
    color: #4d4d4e;
    display: block;
    font-size: 14px;
    line-height: 84px;
    height: 84px;
    text-decoration: none;
    padding: 0 16px;
    font-weight: bold;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.menu a:hover{color:#fff;}
.menu li:hover,.menu li:hover>a { color:#07a74c; }


.submenu {
width: 140px;
right: -16px;
max-height: 0;
position: absolute;
top: 100%;
z-index: 0;
-webkit-perspective: 400px;
-moz-perspective: 400px;
-ms-perspective: 400px;
-o-perspective: 400px;
perspective: 400px;
}
.submenu li {
width:100%;
height:50px;
line-height:50px;
    opacity: 0;
background-color:#fff;
border-bottom:#e9ecf1 1px solid;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
text-align:left; 
}
.menu .submenu li:hover a {
background-color:#07a74c;
    border-radius: 0;
    color: #ffffff;

}
.menu .submenu li a{ font-size:14px; height:50px; line-height:50px;}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}



.about {
    background: #ebeff2;
    padding: 70px 0px 50px 0px;
    overflow: hidden;
    min-width: 1200px;
}
div {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    font-family: Microsoft YaHei,Arial;
}
.main {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    position: relative;
}
ul {
    list-style-type: none;
}

* {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
}
.about .intro {
    float: left;
    width: 580px;
    height: 450px;
    background: #0bb354;
    color: #fff;
    overflow: hidden;
}
.about .intro h3 {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #de2e43;
    font-size: 20px;
    text-align: center;
    margin-top: 23px;
}
.about .culture {
    background-size: 600px 450px;
    color: #fff;
    float: left;
    background-image: url(../images/culture.png);
    width: 600px;
    height: 450px;
    margin-left: 20px;
}
.about .intro div {
    margin: 16px 25px;
    line-height: 25px;
    font-size: 14px;
}
div {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    font-family: Microsoft YaHei,Arial;
}
.about .culture h3 {
    width: 308px;
    text-align: center;
    font-size: 32px;
    line-height: 90px;
    margin-top: 50px;
}
.about .culture div {
    width: 248px;
    overflow: hidden;
    padding: 0 30px;
    font-size: 20px;
    line-height: 40px;
}
.about .culture div {
    font-size: 20px;
    line-height: 40px;
}




.new_index_fuwu {
    height: 500px;
    margin-top: 50px;
}
.index_main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.black_fuwu {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 72px;
}
.index_listtit {
    font-size: 36px;
    margin-bottom: 4px;
}
.black_fuwu {
    color: rgba(51, 51, 51, 1);
}
.index_listtit {
    font-size: 36px;
}
.index_listsub_tit {
    font-size: 16px;
    text-align: center;
}
.fuwu_bkw {
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
ul, ol {
    list-style: none;
}
.fuwu_bkw > li {
    width: 280px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(236, 236, 236, 1);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease;
}

.fuwu_bkw > li {

    cursor: pointer;

}
.fuwu_bkw {
    font-size: 0;
}
ul, ol {
    list-style: none;
}
.fuwu_bkw > li > img {
    display: block;
    width: 100%;
    height: 210px;
}
img, fieldset {
    border: 0;
}
.fuwu_bkw > li {
    cursor: pointer;
}
.fuwu_bkw>li:hover {
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07);
transform: translateY(-3px);
}
.fuwu_bkw {
    font-size: 0;
}
ul, ol {
    list-style: none;
}
.fuwu_bkw > li > p {
    line-height: 89px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
.fuwu_bkw > li {
    cursor: pointer;
}
.fuwu_bkw > li {
    width: 280px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(236, 236, 236, 1);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease;
}




.head .top .right {
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
}
.head .top .right .toLogin {
    width: 150px;
    float: right;
    line-height: 100px;
    cursor: pointer;
}
.head .top .right a {
    font-size: 50px;
}
.head .top .right a {
    font-size: 50px;
}
a {
    color: #333;
}
.loginbox {
    line-height: 24px;
    height: 24px;
    float: right;
    margin-top: 28px;
    font-size: 16px;
}
.loginbox a:hover{color:#ff0000;}
.head .top .right a {
    font-size: 50px;
}
.head .top .right .toLogin span {
    font-size: 23px;
    cursor: pointer;
}
.head .top .right .toLogin {
    width: 150px;
    float: right;
    line-height: 100px;
}
.page .box{
    text-align: center;
}