HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border: none;
    font: 300 14px/1.6 AktivGrotesk-Corp, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background-color: #ccc;
}
html, body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
input::-ms-clear {
    display: none;
}
input::-ms-reveal {
    display: none;
}
.rel {
    position: relative;
}
.tc {
    text-align: center;
}
input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input::-ms-input-placeholder {
    color: #ccc;
}
input::-moz-placeholder {
    color: #ccc;
}
input[type=submit], input[type=button] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
img {
    border: none;
}
ul, ol, li {
    list-style-type: none;
}
/*公共方法*/
.clear {
    clear: both;
}
.clearleft {
    clear: left;
}
.clearright {
    clear: right;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.cursor {
    cursor: pointer;
}
/*背景及色值表*/
.bg000 {
    background: #000;
}
.color000 {
    color: #000;
}
.header {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    height: 80px;
    line-height: 80px;
}
.maxWidth {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.ul_header li.header_li {
    font-weight: bold;
    text-align: center;
    width: 120px;
    line-height: 80px;
    float: left;
}
.header {
    clear: both;
}
.ul_header {
    /* overflow: hidden; */
    margin-left: 180px;
}
.ul_header::after {
    content: '';
    display: block;
    clear: both;
}
/* Underline Reveal */
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4ca535;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover {
    color: #4ca535;
    cursor: pointer;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.logoBox {
    position: absolute;
    left: 0;
    top: 15px
}
.details {
    font-size: 16px;
    color: #505255;
    display: block;
    margin-bottom: 20px;
}
.ul_header .header_li.active {
    font-weight: bold;
    color: #4ca535;
}
.swiper-top-banner {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    height: 770px;
}
.bgCenter3 {
    text-align: center;
}
.bgCenter2 p {
    color: #fff;
    font-size: 18px;
}
.productParams {
    min-height: 300px;
}
.productParamsBox {
    width: 100%;
    margin-left: 85px;
}
.productImg {
    /* padding-top: 20px; */
    /* margin-right: 85px; */
    width: 350px;
    height: 300px;
}
.productImg img {
    position: relative;
    max-width: 100%;
    width: 100%;
}
.servicesLink {
    text-align: left;
    width: 350px;
    margin-left: 120px;
    color: #36444B;
    font-size: 24px;
    padding-top: 80px;
}
.bgCenter2 span {
    color: #66b6ff
}
.productDetailsPage {
    position: relative;
    padding: 90px 50px;
}
.bgCenter2 .strongDiv {
    padding: 70px 0 60px;
    font-weight: bold;
    font-size: 100px;
    font-style: italic;
    line-height: 1;
    color: #a7d5ff
}
.imgDetails {
    margin-left: 10px;
    width: 780px;
    color: #505255;
    font-size: 16px;
}
.imgDetails span {
    display: block;
    margin-top: 18px;
}
.taishanBox {
    margin-top: 30px;
}
.titleH2Martop20 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #36444B
}
.titleH2 {
    margin-top: 75px;
    font-size: 28px;
    color: #36444B
}
.flex {
    display: flex
}
.flexCenterProduct {
    justify-content: center;
    justify-items: center;
    display: flex;
}
.flexCenter {
    justify-content: center;
    justify-items: center;
    display: flex;
    margin-top: 60px;
}
.flexIcon {
    height: 225px;
}
.flexIcon > div {
    text-align: center;
    width: 300px;
    border-right: 1px solid #e8e8e8;
}
.flexIcon div:last-child {
    border-right: 0;
}
.flexIcon p {
    cursor: pointer;
    transition: all .3s;
    font-size: 20px;
}
.flexIcon p:hover {
    color: #4ca535;
    text-decoration: underline;
}
.flexIcon .active {
    color: #4ca535;
    text-decoration: underline;
}
.detailsActive {
    text-align: center;
}
.iconBoxProduct img {
    transition: all .3s;
}
.iconBoxProduct:hover img {
    margin-top: -5px;
}
.detailsActive span {
    display: block;
    width: 800px;
    padding: 20px 0;
    border-radius: 8px;
    box-shadow: 0 0 3px #ccc;
    margin: 80px auto 0;
    font-size: 20px;
}
.detailsActive span {
    display: none
}
.detailsActive span:nth-child(1) {
    display: block;
}
.center {
    padding-bottom: 80px;
}
.maxHeight {
    height: 150px;
}
.h1Title {
    margin-top: 50px;
    font-weight: bold;
    font-size: 24px;
}
.intelligentDiv {
    color: #505255;
    margin-top: 30px;
    font-size: 16px;
}
.titleRouter {
    position: relative;
    font-size: 22px;
}
.productList .imgBox {
    cursor: pointer
}
.homeProductList {
    height: 400px;
}
.homeProductList h1 {
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #46b032;
}
.homeProductUl {
    display: flex;
}
.homeProductUl li:last-child {
    margin-right: 0;
}
.homeProductUl li {
    border: 1px solid #ccc;
    width: 400px;
    height: 200px;
    margin-right: 40px;
    box-shadow: 0 0 0 3px #ccc;
}
.homeProductList .swiper-container {
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px
}
.company_details {
    position: absolute;
    left: 350px;
    top: 85px
}
.homeProductBox {
    cursor: pointer;
}
.titleRouter .iconfont {
    font-size: 40px;
    color: #46b032;
    position: relative;
    top: 5px;
    left: -10px;
}
.routerTitle div span {
    border-bottom: 3px #46b032 solid;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}
.routerBox {
    box-shadow: 0 0 5px 1px #ccc;
    background: #f1f1f1;
    border-radius: 6px;
    margin: 0 30px;
    padding: 30px;
    width: 250px;
}
.routerBox > div {
    line-height: 28px;
    text-align: left;
}
.company_img {
    margin: 0 20px;
    width: 230px;
}
.company {
    justify-items: center;
    justify-content: center;
    margin-top: 30px;
}
.company_img img {
    width: 100%;
    max-width: 100%;
    height: 160px;
}
.about_list div img {
    max-width: 100%;
    width: 100%;
    height: 200px;
}
.about_list {
    justify-items: center;
    justify-content: center;
}
.about_list div {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ececec;
    width: 150px;
    margin: 20px 30px;
}
.imgRel {
    position: relative;
    top: 7px;
    left: 7px;
}
.bgGray {
    background: #f3faff;
}
.pad20 {
    margin-top: 50px;
    padding: 50px;
}
.addressDetails h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #4ca535;
    /* font-weight: bold; */
}
.addressDetails p {
    color: #505255;
    margin-bottom: 10px;
    font-size: 16px;
}
.addressDetails {
    margin-top: 20px;
    margin-left: 13px;
}
.titleH2Mar10 {
    font-size: 30px;
    font-weight: bold;
    color: #36444B;
    margin: 0px 0 30px;
}
.bgAbout {
    background: url('../images/about_banner.png') no-repeat center;
    width: 100%;
    height: 500px;
    position: relative;
}
.taisenOsBg {
    background: url('../images/taisenOS.png') no-repeat center;
    width: 100%;
    height: 500px;
    position: relative;
}
.absCenter {
    position: absolute;
    z-index: 5;
    top: 200px;
    left: 50%;
    margin-left: -400px;
    color: #fff;
}
.absCenter p:before {
    content: '';
    /* background: #ccc; */
    width: 100%;
    height: 2px;
    position: absolute;
    left: -10px;
    bottom: 22px
}
.absCenter p:after {
    content: '';
    background: #4ca535;
    width: 4px;
    height: 116px;
    position: absolute;
    left: -10px;
    top: 12px
}
.absCenter p span {
    display: block;
    position: relative;
    top: -26px;
}
.absCenter p {
    padding-left: 10px;
    font-size: 52px;
}
.chineseFont {
    position: relative;
    top: -22px;
    font-size: 60px;
    font-weight: bold;
}
.solution {
    font-size: 18px;
    position: relative;
    top: 0px;
}
.taiSenOs {
    /* font-family: math; */
    width: 500px;
    font-size: 78px;
    color: #fff;
    left: 40%;
    top: 130px;
    margin-left: -250px;
    position: absolute;
}
.DBUBox .titleProduct {
    width: 250px !important;
}
.M1 .titleProduct {
    width: 250px !important;
}
.product_details .longTable b {
    font-size: 30px;
    padding-top: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #36444b;
    font-weight: normal;
}
.product_details .longTable .titleProduct {
    border-right: none;
    width: 350px;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 30px;
}
.abountUs {
    width: 500px;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    left: 50%;
    top: 200px;
    margin-left: -250px;
    position: absolute;
}
.bgGray {
    padding: 1px 0 50px;
    background: #fafafa;
}
.productListBox .productBox img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.productListBox {
    margin: 30px 0 50px;
    text-align: center;
}
.productListBox .productBox {
    position: relative;
    transition: all .3s;
    margin: 0 30px;
    width: 250px;
    padding: 10px 10px 60px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(54, 68, 75, .1), 0 2px 6px 0 rgba(54, 68, 75, .1);
}
.productListBox .productBoxTwo {
    width: 320px;
}
.titleBox {
    font-size: 22px;
    /* margin-top: 30px; */
    font-weight: bold;
}
.productBox p {
    color: #c1c1c1
}
.productBox .imgBox {
    margin: 0 auto;
    width: 200px;
    height: 200px;
}
.displayNone {
    display: none
}
.home-list-learn {
    position: absolute;
    left: 54%;
    background: #4ca535;
    color: #fff;
    width: 100px;
    transition: all .3s;
    margin: 0 auto;
    margin-left: -66px;
    padding: 5px 10px;
    bottom: 4%;
    border-radius: 4px;
}
.productBox:hover .home-list-learn {
    display: block !important
}
.home-list-learn:hover {
    cursor: pointer;
    left: 56%;
}
.productBox:hover {
    box-shadow: 4px 8px 6px 1px #ccc;
    transform: scale(1.1);
}
.productPageBox {
    height: 350px;
}
.productTitleH2 {
    margin-top: 80px;
    font-size: 30px;
    font-weight: bold;
    color: #36444B;
}
.footer {
    background: #4a4b4b;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    margin-top: -32px;
}
/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}
@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}
.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white;
}
.arrow_right {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}
.filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 5;
}
.popup {
    display: none;
    position: fixed;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    border-radius: 4px;
    z-index: 6;
    top: 25%
}
.longTable .borderSilder div:nth-child(2) {
    font-size: 14px;
}
.longTable .borderSilder div:nth-child(1) {
    font-weight: bold;
}
.productHeight img {
    height: 100%;
}
.longTable .titleProduct {
    width: 150px;
    line-height: 30px;
    padding: 5px 10px;
    border-right: 1px solid #ccc;
}
.productDetails {
    padding: 20px;
}
.longTable .borderSilder {
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
}
.borderSilder {
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #d8d8d8; */
    display: flex;
}
.borderSilder div:nth-child(2) {
    flex: 3;
    font-size: 18px;
}
.titleProduct b {
    width: 10px;
    height: 10px;
    background: #505255;
    display: inline-block;
    border-radius: 50%;
}
.titleProduct {
    /* background: #efefef; */
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 60px;
    /* border-right: 1px solid #d8d8d8; */
    width: 0px;
}
.productH1Title:after {
    content: '';
    width: 5px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background: #4ca535;
}
.productH1Title {
    position: relative;
    padding-left: 40px;
    text-align: left;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.close {
    z-index: 9;
    cursor: pointer;
    /* still bad on picking color */
    color: black;
    /* make a round button */
    border-radius: 30px;
    /* center text */
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 18px;
    padding: 1px;
}
/* use cross as close button */
.close::before {
    content: "\2716";
}
/* place the button on top-right */
.close {
    transition: all .3s;
    top: 10px;
    right: 10px;
    position: absolute;
}
.close:hover {
    transform: rotate(90deg);
}
.longTable b {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px 2px;
}
.hide {
    display: none
}
.centerBg {
    /* background: #edf0f0; */
}
.swiperProduct {
    background: #fff;
    /* padding: 15px; */
    width: 100%;
    text-align: center;
    /* border-radius: 15px; */
    /* height: 380px; */
    /* overflow: hidden; */
    /* box-shadow:  1px 3px 7px 2px #c1c1c1 */
}
.swiperProduct img {
    width: 100%;
    max-width: 100%;
}
.swiper-slide {
    background: none;
    border-radius: 8px;
    /* border: 1px solid #000; */
    /* box-shadow:  0 0 0 3px #c1c1c1; */
}
.homeProductBox {
    width: 250px;
    height: 215px;
    margin: 50px auto 10px;
    overflow: hidden;
}
.swiperProduct p {
    padding: 0 10px;
    font-size: 16px;
    color: #b1b1b1
}
.p_title {
    color: #36444B !important;
    font-size: 20px;
    font-weight: bold;
}
.detailsHome {
    padding: 50px 0;
    background: #F8F9FB;
    margin-top: 100px;
}
.bgCenter {
    width: 100%;
    height: 100%;
}
.link {
    position: absolute;
    left: 50%;
    width: 186px;
    height: 50px;
    cursor: pointer;
}
.bgCenter1 {
    background: url('../images/banner1.jpg') no-repeat center;
}
.bgCenter2 {
    background: url('../images/banner2.jpg') no-repeat center;
}
.bgCenter3 {
    background: url('../images/banner3.jpg') no-repeat center;
}
.link3 {
    top: 340px;
    margin-left: -430px;
}
.bgCenter4 {
    background: url('../images/banner4.jpg') no-repeat center;
}
.link4 {
    top: 546px;
    margin-left: -580px;
}
.bgCenter5 {
    background: url('../images/banner5.jpg') no-repeat center;
}
.link5 {
    top: 572px;
    margin-left: 307px;
}
.bgCenter6 {
    background: url('../images/banner6.jpg') no-repeat center;
}
.link6 {
    top: 313px;
    margin-left: -563px;
}
.flex {
    display: flex
}
.bgGrayProduct {
    border-top: 1px solid #e8e8e8;
    background: #F6F8FA;
}
.topProductMin {
    width: 100%;
    position: fixed;
    z-index: 6;
    left: 0;
    top: 80px;
}
.tab_select {
    padding: 10px 0;
}
.tab_select li span.active {
    color: #4ca535;
    text-decoration: underline
}
.tab_select li span:hover {
    color: #4ca535;
    text-decoration: underline
}
.tab_select li span {
    cursor: pointer;
}
.tab_select li {
    border-right: 1px solid #ccc;
    font-size: 14px;
    margin-right: 45px;
    padding-right: 45px;
}
.tab_select li:last-child {
    border-right: none
}
.productItem {
    text-align: left;
}
.productItem .productList {
    display: none
}
.productItem .productList.active {
    display: block
}
.productItem {
    background: #fff;
    box-shadow: 0 5px 5px -4px #ccc
}
.productItem .imgBox img {
    width: 100%;
    max-width: 100%;
}
.productItem .imgBox {
    padding: 20px 0;
    width: 100px;
    height: 100px
}
.productItem .titleBox:hover {
    color: #4ca535;
    cursor: pointer
}
.productItem .titleBox {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
}
.productItem p {
    color: #A7A9AC
}
.silderProductDetails:after {
    content: '';
    width: 1px;
    height: 100px;
    background: #e8e8e8;
    position: absolute;
    top: 20px;
    right: 0
}
.lastProductItem:after {
    content: '';
    width: 0
}
.silderProductDetails {
    margin-right: 15px;
    width: 220px;
    position: relative;
    padding-top: 27px
}
.hide {
    display: none;
}
.block {
    display: block;
}
.topTab, .CameraBox {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    text-align: right;
    width: 100%;
}
.topTab .active, .CameraBox .active {
    cursor: context-menu;
    color: #4ca535
}
.topTab span, .CameraBox span {
    cursor: pointer;
    padding-right: 30px;
    display: inline-block;
}
.topTab span:nth-child(1), .CameraBox span:nth-child(1) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
.minImgBox {
    justify-content: center;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -10px
}
.minImg {
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #c8cad0;
    width: 100px;
    height: 80px;
    overflow: hidden;
}
.minImg img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.rel {
    position: relative;
}
.product_details h1 {
    padding-left: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #36444b;
    font-size: 30px;
}
.product_details .flex div:nth-child(1) {
    font-weight: bold;
    width: 350px;
    font-size: 14px;
}
.product_details .flex {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(54, 68, 75, .3);
}
.news_menus {
    position: absolute;
    left: 0px;
    padding-top: 30px;
    width: 350px;
    color: #ffffff;
}
.news_content {
    margin-left: 350px;
    width: 850px;
    min-height: 780px;
    padding: 23px;
    box-sizing: border-box;
}
.news_title {
    font-size: 39px;
    text-align: center;
}
.news_time {
    text-align: center;
}
#news_menus li {
    position: relative;
    background-color: #4ca535;
    height: 65px;
    line-height: 22px;
    padding: 5px;
    font-size: 15px;
    border: 4px solid;
}
#news_menus li.active {
    background-color: #08aa55;
}
.news_article > p {
    font-size: 16px;
    color: #505255;
    margin-top: 18px;
}
.news_img_one img{
    width: 80%;
    margin-left: 10%;
}
.news_img_two img{
    width: 49%;
}
.news_img_two img:nth-child(2){
    margin-left: 2%
}
.news_menus .time{
    position: absolute;
    bottom: 6px;
    /*color: #e1e1e1;*/
}
.news_tag{
    margin-top: 30px;
    font-size: 18px;
}
.news_tag a{
    text-decoration: underline;
}
.news_img_three img{
    width: 32%;
}
.news_img_three img:nth-child(2){
    margin-left: 2%
}
.news_img_three img:nth-child(3){
    margin-left: 2%
}
.foot_menu{
    margin: 50px auto 30px;
}
.foot_menu>li{
    width: 217px;
    text-align: center;
    border-right: 1px solid #ffffff;
    display: inline-block;
}
.foot_menu>li.last{
    border-right: none;
}
.mail-icon{
    position: fixed;
    right: 5px;
    top: 270px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100px;
    height: 70px;
    background-color: #4ca535;
    color: #ffffff;
    z-index: 99;
    border-radius: 5px;
}
.mail-icon img,.mail-icon p{
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 2px auto;
}
.mail-icon p{
    text-align: center;
    width: 100%;
    top: 40px;
}
.mail{
    position: fixed;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 350px;
    height: 585px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #4ca535;
    color: #000000;
    z-index: 99;
}
.close{
    top: 5px;
    right: 5px;
}
.form-control{
    display: block;
    width: 90%;
    height: 40px;
    left: 0;
    right: 0;
    margin: 40px auto;
}
textarea.form-control{
    height: 100px;
}
#formtext{
    color: red;
    margin-left: 5px;
}
textarea{
    border: 2px inset rgb(118, 118, 118);
}
