a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

button {
    padding: 0;
    cursor: pointer;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div,
body,
html,
.menu-item h1,
.menu-item h2,
.menu-item h3 {
    margin: 0;
    padding: 0;
}

.about p {
    margin: 0;
    padding: 0;
}

/* 公共头部 */
.pheader {
    position: relative;
    width: 100%;
    height: 8vw;
    color: #393939;
}

.pheader-logo {
    float: left;
    width: 19.3vw;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
}

.pheader-logo img {
    width: 12vw;
    height: 3vw;
    margin-top: 2.5vw;
}

.pheader .language {
    float: left;
    position: relative;
    margin-top: 3.1vw;
    margin-right: auto;
    cursor: pointer;
    color: #393939;
    font-size: 1vw;
}

.pheader .language-english {
    position: relative;
    padding: .2vw .4vw;
}

.pheader .language-english .icon {
    margin-left: 0.521vw;
    display: inline-block;
    width: 0.885vw;
    height: 0.521vw;
    background: url(../img/icon-sanjiao-hui.png) no-repeat center center/100% 100%;
}

.pheader .rotate1 {
    -moz-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
         transform: rotate(-180deg);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(-180deg);
    -webkit-transtion: all .5s linear;
}

.pheader .rotate {
    -moz-transform: rotate(0);
     -ms-transform: rotate(0);
      -o-transform: rotate(0);
         transform: rotate(0);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(0);
    -webkit-transtion: all .5s linear;
}

.pheader .language-other {
    display: none;
    position: absolute;
    left: 0;
    width: 6.08vw;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1000;
}

.pheader .language-other li a {
    display: inline-block;
    width: 100%;
    height: 1.8vw;
    line-height: 1.8vw;
    text-indent: .2vw;
}

.pheader .language-other a:hover {
    color: #fff;
    background-color: #393939;
}

.pheader .icon-shop img {
    width: 1.8vw;
    height: 2.1vw;
    margin-top: 3.1vw;
}

.pheader .icon-quanqiu img {
    width: 2.1vw;
    height: 2.1vw;
    margin-top: 3.1vw;
}

.pheader-nav {
    float: right;
    font-size: 1vw;
    padding-right: 2.8vw;
}

.pheader-nav-item {
    display: inline-block;
    margin-left: 3.5vw;
}

.pheader-nav-item>a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 8vw;
}

.pheader-nav .pheader-nav-item.active>a {
    color: #189C3E;
}

.pheader-nav .pheader-nav-item:hover>a {
    color: #189C3E;
}

.pheader-nav .pheader-nav-item:hover a::after {
    position: absolute;
    left: 0;
    bottom: -1vw;
    width: 100%;
    height: 2vw;
    font-size: 0;
    content: '';
}

.pheader-nav .pheader-nav-item:first-child {
    margin-left: 0;
}

.pheader a.icon-shop {
    margin-left: 5.5vw;
}

.pheader a.icon-quanqiu {
    margin-left: 2vw;
}

.pheader-nav button {
    padding: 0.4vw 1.6vw 0.4vw 1vw;
    margin-left: 2vw;
    font-size: 0.8vw;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
}

/* 菜单 */
.menu-wrap {
    display: none;
    position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    padding: 1.563vw 0 2.604vw;
    color: #fff;
    background-color: #189C3E;
    z-index: 1000;
}

.menu-page h2 {
    display: inline-block;
    font-size: 2.396vw;
    font-weight: 700;
}

.menu-page .icon {
    display: inline-block;
    width: 1.250vw;
    height: 1.250vw;
    margin-left: 0.260vw;
    background: url(../img/icon-arrow-down.png) no-repeat center center/100%;
}

.menu-list {
    width: 71vw;
    margin-left: -3.646vw;
}

.menu-item {
    float: left;
    margin-left: 3.646vw;
}

.menu-item h3 {
    position: relative;
    margin: 1.406vw 0 1.979vw 0;
    font-size: 1.354vw;
}

.menu-wrap .menu-item h3 a {
    color: #fff;
    cursor: pointer;
}

.menu-item h3:hover::after {
    position: absolute;
    left: 0;
    bottom: -0.521vw;
    width: 6.146vw;
    height: 0.104vw;
    font-size: 0;
    background-color: #fff;
    content: '';
}

.menu-wrap .menu-item li a {
    font-size: 0.833vw;
    line-height: 1.771vw;
    color: #82DE9C;
    cursor: pointer;
}

.menu-wrap .menu-item li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* 公共尾部 */
.about {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 2.8vw 0 2.4vw 16.7vw;
    background: #F3F3F3;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about .menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about .menu p {
    font-size: 1.0vw;
    color: #393939;
    margin-bottom: 1.9vw;
}

.about .menu a {
    display: inline-block;
    font-size: 0.8vw;
    color: #717171;
    margin-bottom: 1.1vw;
}

.about .menu .list {
    margin-right: 4vw;
}

.about .link_menu em {
    display: inline-block;
    width: 2px;
    height: 2vw;
    background: #707070;
    margin-right: 2.2vw;
}

.about .link_menu .icon {
    display: inline-block;
    width: 1.8vw;
    height: 2.1vw;
}

.about .link_menu .icon_shop {
    cursor: pointer;
    background: url('../img/商店2.png') no-repeat center center/100% 100%;
    margin-right: 2.2vw;
}

.about .link_menu .icon_global {
    cursor: pointer;
    width: 2.1vw;
    background: url('../img/全球2.png') no-repeat center center/100% 100%;
    margin-right: 2.2vw;
}

.about .link_menu .btn {
    display: inline-block;
    width: 7.0vw;
    height: 1.9vw;
    background: #189C3E;
    font-size: 0.8vw;
    text-align: center;
    line-height: 1.9vw;
    color: #fff;
    border: none;
    border-radius: 0.104vw;
    vertical-align: top;
}

.footer {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 16.7vw;
    margin-top: 2.1vw;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .info p {
    font-size: 0.7vw;
    color: #717171;
    margin-bottom: 0.9vw;
}

.footer img {
    width: 14.9vw;
}

/* 清除浮动 */
.clearfix:after {
    content: "";
    /*设置内容为空*/
    height: 0;
    /*高度为0*/
    line-height: 0;
    /*行高为0*/
    display: block;
    /*将文本转为块级元素*/
    visibility: hidden;
    /*将元素隐藏*/
    clear: both;
    /*清除浮动*/
}

.clearfix {
    zoom: 1;
    /*为了兼容IE*/
}

/* 版心 */
.w {
    width: 66.667vw;
    margin: 0 auto;
}

/* 不换行 ... */
.line-overflow {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

/* 分页 */
.pagination {
    margin: 3.125vw 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    height: 2.500vw;
    padding: 0 1.042vw;
    margin: 0 0.313vw;
    line-height: 2.500vw;
    font-size: 0.833vw;
    background-color: #f4f4f4;
    cursor: pointer;
}

.pagination a.current {
    color: #fff;
    background-color: #189C3E;
}

/* request-popup 弹窗 */
.request-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
}

.request-form {
    position: relative;
    width: 46.875vw;
    margin: 2vw auto 0;
    border-radius: .521vw;
    background-color: #fff;
}

.request-form-title {
    padding: 2.031vw 0 1.615vw;
    text-align: center;
    font-size: 1.198vw;
    color: #393939;
}

.close-popup {
    position: absolute;
    width: 1.146vw;
    height: 1.146vw;
    top: 1.042vw;
    right: 1.302vw;
    cursor: pointer;
}

.request-form-body {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.125vw;
}

.request-form-body .form-box {
    width: 19vw;
    margin-bottom: 1.302vw;
}

.request-form-body .form-box.long {
    width: 100%;
}

.request-form-body .form-box input {
    display: block;
    width: 18vw;
    height: 2.083vw;
    padding-left: 1vw;
    margin-top: 0.729vw;
    font-size: 1.042vw;
    border-radius: 1.302vw;
    border: 1px solid #CBCBCB;
}

.request-form-body .form-box em {
    font-weight: 700;
    color: #E60000;
}

.request-form-body .form-box label {
    display: inline-block;
    font-size: 1.042vw;
    color: #393939;
}

.request-form-body .form-box.long textarea {
    width: 38.625vw;
    height: 3.208vw;
    padding: 1vw;
    margin-top: 0.729vw;
    font-size: 1.042vw;
    border: 1px solid #CBCBCB;
    border-radius: 0.521vw;
    resize: none;
}

.request-form-button {
    display: block;
    margin: 0 auto 3.646vw;
    width: 14.583vw;
    height: 2.4vw;
    font-size: 0.677vw;
    color: #fff;
    border: none;
    border-radius: 1.302vw;
    background-color: #189C3E;
    cursor: pointer;
}

/* form  select */
.request-form-body .form-picker {
    position: relative;
    width: 18vw;
    height: 2.083vw;
    padding-left: 1vw;
    margin-top: 0.729vw;
    font-size: 1.042vw;
    border-radius: 1.302vw;
    border: 1px solid #CBCBCB;
    cursor: pointer;
}

.request-form-body .form-picker-box {
    position: relative;
    line-height: 2.083vw;
    width: 100%;
    height: 100%;
}

.request-form-body .picker-icon {
    position: absolute;
    top: 0.521vw;
    right: 1.042vw;
    width: 1.202vw;
    height: 0.815vw;
    background: url(../img/icon-sanjiao-hui.png) no-repeat center center/100%;
}


.request-form-body .picker-list {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    padding-bottom: .5vw;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 0.521vw;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    background-color: #fff;
    z-index: 100;
}

.request-form-body .picker-list li {
    padding-left: 1vw;
}

.request-form-body .picker-list li:hover {
    background-color: #e5e5e5;
}

.business-children {
    display: none;
}

/* tips 提示 */
.alert {
    padding: 0.781vw;
    margin-bottom: 1.042vw;
    font-size: 0.833vw;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #189C3E;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* 按钮动画 */
.btn {
    position: relative;
}

.btn:before,
.btn:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.btn:before,
.btn:after {
    z-index: -1;
}

.btn-animate1 {
    color: #393939;
}

.btn-animate1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-color: #189C3E;
    background: #189C3E;
}

.btn-animate1:hover {
    color: #fff !important;
}

.btn-animate1:hover:before {
    width: 100%;
}

.btn-animate2 {
    display: inline-block;
    position: relative;
    width: 8.3vw;
    height: 3.1vw;
    font-size: 0.9vw;
    background: #f6f6f6;
    color: #393939;
    text-align: center;
    line-height: 3.1vw;
    overflow: hidden;
    border-radius: 4px;
}

.btn-animate2 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #189C3E;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    -webkit-transition: width 1s, height 1s;
    -o-transition: width 1s, height 1s;
    -moz-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
    z-index: -1;
}

.btn-animate2:hover {
    background: transparent;
    color: #fff;
}

.btn-animate2:hover span {
    width: 562.5px;
    height: 562.5px;
}

