@import "main.css";

body {
    font-family: Arial, Helvetica, sans-serif;
}

.wrap140 {
    padding: 0 10%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.wrap175 {
    padding: 0 5%;
    margin: 0 auto;
    display: block;
    position: relative;
}


header {
    height: 6.25rem;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ddd;
}

header .logo {
    width: 12.1875rem;
    height: 100%;
}

header .logo a {
    display: block;
    width: 100%;
}

header .logo a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}

header .wrap175 {
    height: 100%;
}

header .nav a {
    display: block;
    padding: .625rem 2.25rem;
    color: #333;
    font-size: 1.125rem;
    transition: color 0.6s;
}


header .nav ul li a:hover,
header .nav ul li.on a {
    color: #2ebb42;
}

.head-right .tel a {
    font-size: 1.25rem;
    line-height: 2.75rem;
    padding-left: 2.75rem;
    background: url(../img/tel.png)no-repeat center left;
    display: block;
    color: #2ebb42;
}

.search {
    height: 2.75rem;
    margin-right: 1rem;
}

.search a {
    line-height: 2.75rem;
    color: #333;
    display: block;
}

.search a svg {
    font-size: 2.125rem;
    line-height: 2.75rem;
}

.search input[type=search] {
    outline: none;
    padding: .375rem;
    border: 1px solid #eee;
    line-height: 1.25rem;
    border-radius: .25rem;
    display: none;
}

.language {
    height: 2.5rem;
}

.language a {
    font-size: 1.125rem;
    color: #333;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 50%;
}

.language a.on,
.language a:hover {
    background-color: #626262;
    color: #e9f1e9;
}

footer .foot-form {
    background-color: #2d2d2d;
    padding: 2.5rem 0 1.875rem;
}

.foot-form .word {
    width: 100%;
}

.foot-form form {
    width: 60%;
}

.foot-form form input {
    line-height: 2.25rem;
    border: none;
    font-size: .875rem;
    padding: 0 .875rem;
    background-color: #1b1b1b;
    color: #e9f1e9;
    outline: none;
    width: 35%;
    margin-right: 1.875rem;
    border: 1px solid #434343;
}

.foot-form form input[type=button] {
    width: 12%;
    background-color:#008207 !important;
    color: #e9f1e9 !important;
    border: none !important;
}

.foot-form form input[type=button]:hover {
    transition: all .6s;
    opacity: 0.8;
    box-shadow: 0px 0px 3px #ccc;
}


.foot-form form input::-webkit-input-placeholder {
    color: #6d6d6d;
}

.foot-form form input::-moz-input-placeholder {
    color: #6d6d6d;
}

.foot-form form input::-o-input-placeholder {
    color: #6d6d6d;
}

.foot-form form input::-ms-input-placeholder {
    color: #6d6d6d;
}

.foot-form h4 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #fff;
}

.foot-form p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #fff;
}

footer .foot-link {
    background: #232323;
    padding: 2.5rem 0 3.75rem;
}


footer .foot-link dt {
    color: #fff;
}

footer .foot-link dd a {
    color: #646464;
}

footer .foot-link dd a:hover {
    color: #999;
}


.foot-nav {
    width: 55%;
}

.foot-nav dt {
    padding-bottom: 1.125rem;
    font-size: 1.125rem;
}

.foot-nav dd a {
    font-size: 1rem;
    line-height: 1.875rem;
}

.foot-right .img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.foot-right ul {
    width: 100%;
}

.foot-right ul li {
    transition: 0.6s;
}

.foot-right ul li:hover {
    transform: translateY(-8px);
}

.foot-right>p {
    margin-top: 2.5rem;
    font-size: 1rem;
    color: #646464;
}

.menu-icon {
    display: none;
}

#menu-close {
    display: none;
}

@media (max-width:1540px) {
    header .nav a {
        padding: .625rem;
    }
}

@media (max-width:1440px) {
    .head-right {
        display: none !important;
    }
}

@media (max-width:1360px) {
   .ul_nav{
        display: none;
    }
    header .nav {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .menu-icon {
        display: flex !important;
        justify-content: center;
        align-self: center;
        font-size: 3.125rem;
        cursor: pointer;
    }

    header .nav {
        display: block;
        width: 50vw;
        position: absolute;
        top: 100px;
        right: -100%;
        height: 100vh;
        transition:all .6s;
    }
    .right{
        right:0 !important;
    }
    header .nav ul {
        display: none;
        background: #222;
        /*display: flex;*/
        flex-direction: column;
        padding-top: 2.5rem;
        width: 100%;
        height: 100%;
    }
    header .nav ul li{
        width: auto;
        margin: .625rem auto;
    }
    header .nav ul li a{
        text-align: center;
        color: #fff;
    }
    .message{
        display: none;
    }
    .banner .info-box{
        display: none !important;
    }
    .nav-li:hover .ul_nav{
        display: none!important;
    }
}

@media (max-width:1200px) {
    .foot-form .word{
        width: 50%;
    }
    .foot-form form{
        width: 50%;
        flex-direction: column;
    }
    .foot-form form input{
        width: 80% !important;
        margin-right:0 !important;
        margin-bottom: 1.25rem;
    }
    .foot-form form input[type=submit]{
        width: 34% !important;
    }
}

@media (max-width:992px) {
    .foot-link .wrap140{
        flex-wrap: wrap;
    }
    .foot-nav{
        width: 100%;
    }
    .foot-link .foot-right{
        margin: 0 auto;
    }
    .foot-right .img,.foot-right ul{
        display: none !important;
    }
}

@media (max-width:768px) {

}

@media (max-width:480px) {
    .foot-form .wrap140{
        flex-wrap: wrap;
    }
    .foot-form .word{
        width: 100%;
        margin-bottom: 1.875rem;
    }
    .foot-form form{
        width: 100%;
    }
    .foot-form form input{
        width: 100% !important;
    }
    .about .word a{
        width: 34%;
    }
    .foot-form h4{font-size:16px;line-height:36px;}
    .foot-form p{font-size:12px;line-height:24px;}
    .foot-form form input{font-size:14px;line-height:36px;}
    .foot-right>p{font-size:12px;}

    header .nav ul li a{font-size:14px;}
}