﻿/*-----------------[初始化]--------------*/


@font-face{
    font-family: AVC;
    src: url('/template/default/font/AcuminVariableConce.ttf');
}
@font-face{
    font-family: BarlowCondensed-Light;
    src: url('/template/default/font/BarlowCondensed-Light.ttf');
}
@font-face{
    font-family: BarlowCondensed-Bold;
    src: url('/template/default/font/BarlowCondensed-Bold.ttf');
}
@font-face{
    font-family: BarlowCondensed-Black;
    src: url('/template/default/font/BarlowCondensed-Black.ttf');
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; font-weight: normal;}
body {font-family: "Arial","Microsoft Yahei","Roboto","PingFang SC";color: #333;font-size: 14px;line-height: 1.5;-webkit-font-smoothing: antialiased;}
table{border-collapse:collapse; border-spacing:0; } 

ol,ul{list-style:none; }

em{font-style: normal;}

a{text-decoration:none; } 

.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;zoom:1;}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}
.fl{float:left;}

.fr{float:right;}

.dn{display:none; }

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {max-width: 100%;border: none; vertical-align: middle;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Microsoft Yahei","Arial","Roboto","PingFang SC";border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {font-size: 14px;color: #999;}
::-moz-placeholder {font-size: 14px;color: #999;}
::-ms-input-placeholder {cfont-size: 14px;olor: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}


/*布局*/
.container{
    width: 1400px;
    margin: 0 auto;
}
.container:after, .container:before {
    content: " ";
    display: table;
}

.re_pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.img-cover2{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.avcfont{
    font-family: BarlowCondensed-Black;
}
.avcfont1{
    font-family: BarlowCondensed-Bold;
}
.avcfont2{
    font-family: BarlowCondensed-Light;
}

.index_more{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 20px;
    background: #142931;
    display: -webkit-inline-box;
    transition: all .3s;
}
.index_more:hover{
    padding: 15px 30px;
}

.index_tit{
    text-align: center;
}
.index_tit .tit{
    font-size: 48px;
    color: #142931;
}
.index_tit p{
    font-size: 16px;
    color: #7b7b7b;
}
.index_tit .mtit{
    font-size: 30px;
}
.index_tit .ftit{
    font-size: 24px;
}

header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #444444;
    overflow: hidden;
}
.t_left{
    float: left;
}
.t_left i{
    margin-right: 5px;
}
.t_left span{
    font-size: 14px;
    color: #ffffff;
}
.t_left .t_tel{
    margin-right: 20px;
}

.t_right{
    float: right;
}
.language{
    float: left;
    margin-right: 30px;
}
.language a{
    margin: 0 2px;
}
.language img{
    height: 14px;
}
.t_right .social{
    float: right;
}
.social{
}
.social a{}
.social i{
    font-size: 18px;
    color: #ffffff;
}

.head{ }
.logo{
    float: left;
    display: block;
    margin-top: 15px;
    width: 20.9%;
}
.logo img{
    display: block;
}
.logo .title{
    overflow: hidden;
    text-indent: -1000em;
    font-size: 14px;
    color: #fff;
    height: 0;
}
nav{
    float: left;
    margin-left: 15%;
}
nav ul{}
nav li{
    float: left;
    position: relative;
}
nav li a{
    display: block;
    padding: 0 18px;
    font-size: 22px;
    height: 95px;
    line-height: 95px;
}
nav li a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #6cbc66;
    transition: all 1s;
}
nav li.active a::after, nav li:hover a::after {
    width: 100%;
}
nav li .sub{
    position: absolute;
    width: 300px;
    background: #ffffff;
    display: none;
    z-index: 999;
    /*overflow: unset !important;*/
}
nav li .sub li{
    position: relative;
    width: 100%;
}
nav li .sub li:hover{
    background: #f8f8f8;
}
nav li .sub li a{
    font-size: 16px;
    padding: 5px 15px;
    line-height: 30px;
    height: auto;
}
nav li .sub li a::after {
    display: none;
}
nav li .sub1{
    position: absolute;
    width: 300px;
    background: #ffffff;
    top: 0;
    left: -100%;
    display: none;
    overflow: unset !important;
}
nav li .sub1 li a{
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

nav.RU_nav{
    margin-left: 10%;
}
nav.RU_nav li a{
    font-size: 20px;
}
nav.ES_nav{
    margin-left: 10%;
}

.head .search{
    float: right;
    margin-top: 30px;
    position: relative;
}
.head .search .search_icon{
    display: -webkit-inline-box;
    cursor: pointer;
}
.head .search .search_icon img{}
.head .search .ts_c{
    width: 140%;
    position: absolute;
    top: 65px;
    background: #ffffff;
    padding: 10px 12px;
    display: none;
}
.head .search .ts_c input{
    line-height: 40px;
    padding: 0 10px;
    background: #f1f5f3;
    float: left;
    width: calc(100% - 40px);
}
.head .search .ts_c .ts_btn{
    float: right;
    width: 40px;
    height: 40px;
    background: url(/template/default/images/icon_fdj_h.svg) center center no-repeat #246c2f;
    cursor: pointer;
}
.head .search .dqyy{
    font-size: 16px;
    color: #246c2f;
    display: -webkit-inline-box;
    margin-left: 15px;
}
.head .search .but_bj{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background: #246c2f;
    display: -webkit-inline-box;
    margin-left: 15px;
}

.head-mobile{
    display: none;
}
.nav_mobile{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    background: #fff;
    width: auto;
    float: none;
    padding: 0;
    display: none;
    border-top: 1px solid #eee;
}
.nav_mobile ul{
    position: relative;
}
.nav_mobile li{
    position: relative;
}
.nav_mobile li a{
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
}

.menuBtn{
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    z-index: 9999;
}
.menuBtn b{
    display: block;
    height: 4px;
    background-color: #246c2f;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.row_message{
    padding: 50px 0;
    background: #212121;
}
.row_message .index_tit .tit{
    color: #ffffff;
}
.row_message .index_tit p{
    color: #808288;
}
.message_box{
    margin-top: 35px;
}
.message_box .f_form{}
.message_box .f_form input{
    float: left;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 2% 0 60px;
    background-color: #fff;
    background-image: url(/template/default/images/icon_person.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 28px 20px;
}
.message_box .f_form .input1{
    width: 16%;
    background-image: url(/template/default/images/icon_person.png);
}
.message_box .f_form .input2{
    width: 16%;
    margin: 0 0 0 2%;
    background-image: url(/template/default/images/icon_tel.png);
}
.message_box .f_form .input3{
    width: 16%;
    margin: 0 2%;
    background-image: url(/template/default/images/icon_mail.png);
}
.message_box .f_form .input4{
    width: 30%;
    background-image: url(/template/default/images/inon_edit.png);
}
.message_box .f_form .foot_btn{
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #246c2f;
    font-size: 14px;
    color: #fff;
    float: right;
    width: 15%;
    text-align: center;
    cursor: pointer;
}
.message_box .f_form .foot_btn em {
    font-size: 18px;
    padding-left: 5px;
    vertical-align: bottom;
    transition: all .3s;
}
.message_box .f_form .foot_btn:hover em{
    padding-left: 15px;
}


footer{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.foot{
    padding: 70px 0 60px 0;
    overflow: hidden;
}
.foot .item{
    float: left;
    width: 25%;
}
.foot .item dl{}
.foot .item dt{
    font-size: 20px;
    margin-bottom: 15px;
}
.foot .item dd{
    font-size: 15px;
    color: #7e879a;
    line-height: 30px;
}
.foot .item .cab_dl{
    margin-top: 60px;
}
.foot .item .social_dl{
    margin-top: 30px;
}
.social_dl .social i{
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
}
.f_What{background:#000000;padding:20px 0;}
.f_What p{    width: 50%;margin: 0 auto;}
.f_What p a{margin: 0 10px;}


.w_What{background:#ffffff;padding:20px 0;}
.w_What .whatApp{width: 100%;margin: 0 auto;display: block;overflow: hidden;    padding-top: 30px;}
.w_What .whatApp a{margin: 0 10px;padding: 20px 0;width: 14%;display: block;overflow: hidden;float: left;}
.w_What .whatApp a img{margin: 0 auto;display: block;overflow: hidden;transition: transform 0.5s ease;}
.w_What .whatApp a:hover img{transform: scale(1.1);}
.w_What .whatApp a p{font-weight: bold;text-align: center;font-size: 16px;margin: 10px 0;color: #626262;}
.w_What .whatApp a:hover p{color:#000;}

@media only screen and (max-width: 768px) {   
    .w_What .whatApp{padding-top: 0px;}
    .w_What .whatApp a{width:48%;margin:0 1%;    padding: 10px 0;} 
    .w_What .whatApp a p{font-size: 14px;margin: 10px 0;color: #626262;}
}
.copyright{
    width: 100%;
    line-height: 66px;
    overflow: hidden;
    background: #263338;
}
.copyright p{
    font-size: 16px;
    color: #ffffff;
}
.copyright a{
    color: #ffffff;
}

.baguetteBox_video{
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.baguetteBox_video.block{
    display: block;
}
.baguetteBox_video figure{
    width: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.baguetteBox_video video{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1500px) {
.container{width: 1240px;}
.index_more {
    font-size: 14px;
    padding: 10px 15px;
}
.index_more:hover{
    padding: 10px 25px;
}
.index_tit .tit {
    font-size: 40px;
}
.index_tit p {
    font-size: 14px;
}
.index_tit .mtit{
    font-size: 24px;
}
.index_tit .ftit{
    font-size: 20px;
}
.top {
    height: 30px;
    line-height: 30px;
}
.logo {
    width: 10%;
}
.t_left span{
    font-size: 13px;
}
nav li a {
    padding: 0 25px;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
}
.head .search {
    margin-top: 25px;
}
.head .search .but_bj {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.foot .item dt{
    font-size: 18px;
}
.foot .item dd{
    font-size: 14px;
}
.copyright {
    line-height: 45px;
}
.copyright p {
    font-size: 14px;
}
.message_box .f_form input {
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
    padding: 0 2% 0 45px;
    background-size: 15px 15px;
    background-position: 20px 15px;
}
.message_box .f_form .foot_btn {
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
}
}
@media only screen and (max-width: 1430px) {
.container{width: 1100px;}
.index_more {
    font-size: 12px;
    padding: 8px 15px;
}
.index_more:hover{
    padding: 8px 25px;
}
.index_tit .tit {
    font-size: 34px;
}
.index_tit p {
    font-size: 12px;
}
.index_tit .mtit{
    font-size: 20px;
}
.index_tit .ftit{
    font-size: 16px;
}

.t_left span{
    font-size: 12px;
}
nav li a {
    padding: 0 20px;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
}
.head .search {
    margin-top: 25px;
}
.head .search .but_bj {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.foot .item dt{
    font-size: 17px;
}
.foot .item dd{
    font-size: 14px;
    line-height: 26px;
}
.copyright {
    line-height: 40px;
}
.copyright p {
    font-size: 12px;
}

}
@media only screen and (max-width: 1370px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1280px) {
.container{width: 980px;}
.avcfont{
    font-family: AVC;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
    letter-spacing: 1px;
}
.avcfont1{
    font-family: AVC;
    font-weight: bold;
    -webkit-text-stroke-width: 0;
    text-stroke-width: 0;
}
.foot .item dt {
    font-size: 16px;
}
.foot .item dd{
    font-size: 13px;
}
}
@media only screen and (max-width: 1023px) {
::-webkit-scrollbar {
    display: none;
}
.container{width: 96%;margin: 0 auto;}
.index_tit .tit {
    font-size: 28px;
}
.h_link{
    height: 70px;
}
.top{
    display: none;
}
nav{
    display: none;
}
.head .search{
    display: none;
}
.logo {
    width: auto;
    margin-top: 0;
}
.logo img{
    height: 50px;
    margin: 10px 0;
}
.head-mobile{
    display: block;
}
.f_What p{width:100%;    display: block;overflow: hidden;}
.f_What p a{width: 27.3%;
    display: block;
    overflow: hidden;margin: 2% 3%;
    float: left; }
    .f_What p a img{text-align:center;margin:0 auto;width:100%;}
}
@media only screen and (max-width: 767px) {
    .message_box .f_form .input3{margin:0;}
.message_box .f_form .input4 {
    width: 100%;
    margin: 2% 0;}
.index_tit .tit {
    font-size: 24px;
}
.message_box .f_form .input1{
    width: 100%;
}
.message_box .f_form .input2{
    width: 100%;
    margin: 2% 0;
}
.message_box .f_form .input3{
    width: 100%;
}
.message_box .f_form .foot_btn{
    width: 100%;
    margin-top: 2%;
}
.foot {
    padding: 50px 0 30px 0;
}
.foot .item{
    width: 100%;
}
.foot .item dl {
    margin-bottom: 15px;
}
.foot .item dt{
    margin-bottom: 10px;
}
.foot .item .cab_dl {
    margin-top: 0;
}
.foot .item dd {
    line-height: 22px;
}
.copyright {
    height: auto;
    line-height: revert;
    padding: 10px 0;
}

}