/*form xss*/

/*@font-face {
    font-family:PingFang Medium;
    src:url('../fonts/PingFang Medium.ttf');
}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 16px;
    color: #333333;
    background: #fff;
    /*font-family:SourceHanSansCN-Regular,Microsoft YaHei;*/
    font-family: Microsoft YaHei,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif;
    min-height:100vh;
    display:flex;
    flex-direction: column;
    word-wrap:break-word;
}
em {
    font-style: normal;
}
ul,li{
    list-style: none;
    margin: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333333;
}
a:hover{
    color:#008040;
    text-decoration:none;
}
/*a:hover { 
    color: #13499a;
}*/
img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}

input, textarea,button {
    padding: 0;
    font-family: Microsoft YaHei,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
    outline: none;

}
select:focus{
outline: none;
}
p,h1,h2,h3,h4{
    font-weight: normal;
    margin: 0;
}
::-webkit-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex{
    display: flex;
}
.flex-items{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fw {
    flex-wrap: wrap;
}
.w-1280{
    width: 1200px;
    margin: 0 auto;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head{
    flex: 0 0 auto;
}
.page-content{
    flex: 1 0 auto;
}
.foot{
    clear:both;
    flex: 0 0 auto;
}


.scale-img img {
    transition-duration:0.5s;
    z-index:1;
}
.scale-img img:hover {
    opacity: 0.8;
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.scale-img{
    transition-duration:0.5s;
}
.scale-img:hover {
    background: #000;
}


input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus{
    outline:0px auto -webkit-focus-ring-color;
    outline-offset:-0px;
}
/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 14px 14px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    border: none;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
}




/*当前位置*/
.location{
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}
.location a{
    color: #555555;
    font-size: 14px;
}
.location a:last-child{
    color: #ffa200;
}










/*head*/
.header{
    width: 100%;
    background: #fff;
    position: fixed;
    top:0;
    z-index: 99;
}
.head-height{
    height: 146px;
}
.head-top .logo{
    height: 88px;
    display: flex;
    align-items: center;
}
.head-top .logo img{
    width: auto;
    height: 30px;
}
.nav-menu{
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: #008040;
}
.navbox ul{
    margin: 0;
    flex: 1;
}
.navbox li {
    min-width: 76px;
    /*padding: 0 25px;*/
    position: relative;
}
.navbox li .nav-a{
    line-height: 58px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 0 35px;
}
.navbox li .nav-a:hover{
    background: #01934a;
}

.navbox .active .nav-a{
    background: #01934a;
}
.nav-a .icon-bot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('../images/icon-bot.png') no-repeat  center;
    background-size: 8px;
    margin-left: 5px;
    transition: 0.3s;
}
.rotate .nav-a .icon-bot {
    transform: rotate(180deg);
}
.login-links a{
    height: 20px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #339966;

    display: flex;
    align-items: center;
}
.login-links img{
    width: 15px;
    margin-right: 7px;
}
.login-links a:nth-child(1){
    border-left: none;
}







.head-top .search{
    /*width: 105px;*/
    height: 36px;
    /*border:1px solid #fff;*/
    border-radius: 5px;
    border:1px solid #cfcfcf;
    background: url('../images/icon-search.png') no-repeat 12px center;
    background-size: 15px;
}
.head-top .search img{
    width: 15px;
    margin: 0 10px;
}
.head-top .search input{
    width: 256px;
    height: 36px;
    color: #000;
    /*border:1px solid #cfcfcf;*/
    border-radius: 5px 0 0 5px;
    margin-left: 40px;
}
.head-top .search button{
    width: 70px;
    height: 36px;
    color: #fff;
    background: #008040;
    border-radius: 0px 5px 5px 0px;
}











/*下拉*/
.download_options {
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    /*padding: 8px 0;*/
    top: 58px;
    z-index: 10;
    background: #01934a;
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 6px rgba(0,0,0,0.19);*/
    /*transform: translate(-50%, 0%);*/
    display: none;
}
.download_options a {
    line-height: 60px;
    height: 60px;
    display: block;
    /*padding: 0 12px;*/
    width:auto;
    padding: 0 10px;
    /*min-width: 86px;*/
    font-size: 14px;
    white-space: nowrap;
    color: #ffffff !important;
    text-align: center;
    position: relative;
}
.download_options a:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a7a7a7;
    opacity: 0.1;
}

.download_options a:hover {
    /*color: #13499a !important;*/
    background: #008040;
}
/*.download_options div {
    position: absolute;
    left: 50%;
    right: 0;
    top: -24px;
}
.download_options div .bubbleTop {
    border-width: 10px;
    border-color: transparent transparent rgba(255,255,255,0.7) transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}*/
/*.download_options div .bubbleBottom {
    border-width: 10px;
    border-color: transparent transparent rgba(255,255,255,0.7) transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 4px;
    left: -10px;
}*/











/*二维码弹窗*/
.code-popup{
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding:40px 20px;
    border-radius:10px;
    /*overflow: hidden;*/

    position: fixed;
    top:40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.code-img{
    width: 65%;
    margin: auto;
}
.code-text{
    margin: 15px 0 0 0;
}
.code-close{
    position: absolute;
    /*top:-20px;*/
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.code-close img{
    width: 35px;
    cursor: pointer;
}












/*mobile head*/
.phone-head {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 11;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.phone-head-h{
    height: 60px;  
}
.phone-head .logo{
    height: 40px;
}
.phone-head .head-top{
    margin: 10px 0;
    overflow: hidden;
}
.phone-head .logo img {
    width: auto;
    height: 17px;
    margin: 3px 0;
}
.navbar-toggle {
    width: 30px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(../images/menu.png) no-repeat right center;
    background-size: 24px;
    margin-left: 10px;
    display: block;
}
/*.head-top{
    margin: 10px 0;
    overflow: hidden;
}*/


/*右侧导航*/
/*菜单*/
.head-nav{
    width: 50%;
    min-width: 260px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    z-index: 1000;
    position: fixed;
    top: 0;
    margin: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s;
}
.head-nav.active {
    transform: translateX(0px);
}
.head-nav li.active a{
    color: #008040;
}
.head-nav ul{
    padding: 0 15px;
}
.nav-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.contact-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.head-nav .menu {
     height: auto; 
}
.head-nav ul{
    width: 100%;
    display: inline-block;
}
.head-nav ul li .nav-a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    background:url('../images/right2.png') no-repeat right center;
    background-size: 7px;
    line-height: 53px;
}
.head-nav .active .nav-a:after{
    background:none;
}
.head-nav .menu li a{
    color: #333;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}
.nav-a {
    color: #555555;
    font-size: 14px;
}
.nav-list{
    padding: 0;
    position: relative;
    background:#fff;
    left: 0;
    top: 0;
    transform: translate(0,0);
    text-align: left;
    display: none;
}
.nav-list li {
    margin: 0;
    line-height: 53px;
    text-align: left;
}


.navbar-search{
    height: 40px;
}
.navbar-search img{
    width: 20px;
}



/*mobile搜索*/
.seach-mask{
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}
.seach-mask .mask-close {
    position: fixed;
    right: 15px;
    top: 20px;
}
.seach-mask .icon-close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url('../images/close2.png') no-repeat center center;
    background-size: 16px;
}
.search-pupop{
    margin: 45% 5% 0;
    border-bottom: 1px solid #000000;
    /*background: #f2f2f2;*/
    display: flex;
    /*border-radius: 50px;*/
}
.search-pupop input{
    flex: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
    color: #000;
}
.search-pupop button{
    width: 20px;
    height: 40px;
    float: right;
    background:url('../images/icon-search.png') no-repeat center center;
    background-size: 18px;
    margin-right: 15px;
}










.foot{
    background: #2a2a2a;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
.foot-logo{
    margin: 85px 0 0 0;
    text-align: left;
}
.foot-logo img{
    width: auto;
    height: 23px;
}
.foot .foot-four{
    line-height: 36px;
}
.foot-four .title{
    font-size: 14px;
    color: #fefffe;
}
.foot .foot-links li{
    font-size: 12px;
    color: #c5c5c5;
}
.foot a{
    font-size: 12px;
    color: #c5c5c5;
}
.foot .foot-top{
    padding:40px 0 20px;
}
.foot .copyright{
    color: #fff;
    font-size: 12px;
    padding: 13px 0;
    line-height: 20px;
    border-top: 1px solid #404040;
}
.foot .contact img{
    width: 30px;
    margin: 0 1px;
}


/*弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}
.pupop{
    width: 4rem;
    height: 4.45rem;
    text-align: center;
    background: #fff;
    border-radius: 0.15rem;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*字号*/
.font-30{
    font-size: 30px;
}
.font-24{
    font-size: 24px;
}
.font-22{
    font-size: 22px;
}
.font-20{
    font-size: 20px;
}
.font-18{
    font-size: 18px;
}




.phone-head{
    display: none;
}
.phone-head-h{
    display: none;
}
.phone-nav{
    display: none;
}

.mobile-none{
    display: block;
}
.mobile-show{
    display: none;
}

.foot-clear{
    display: none;
}



/* 小屏幕 */
@media (max-width: 992px){
.phone-head{
    display: block;
}
.phone-head-h{
    display: block;
}
.phone-nav{
    display: block;
}
.header{
    display: none;
}
.head-height{
    display: none;
}


/*foot*/
.foot-logo{
    margin: 0 0 30px;
}

}


/* 小屏幕 */
@media (max-width: 768px){
/*mobile head*/
.mobile-none{
    display: none;
}
.mobile-show{
    display: block;
}

.foot-clear{
    display: block;
}



/*字号*/
.font-30{
    font-size: 25px;
}
.font-24{
    font-size: 18px;
}
.font-22{
    font-size: 18px;
}
.font-20{
    font-size: 16px;
}
.font-18{
    font-size: 14px;
}





}

/* 中等屏幕（桌面显示器） */
@media (min-width: 992px) { 


}


@media (min-width: 1400px){
.container {
    width: 1230px;
}
}

