﻿@charset "utf-8";
/* CSS Document */
body,div,section,figure,strong,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#666; font-size:.1rem; font-family:"Arial";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:.08rem;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.figure{display: block;height: 0;overflow: hidden;position: relative;}
.figure img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.fk{color: #333;}
.fs{font-size: .24rem;font-weight: bold;}
.iconfont{font-size: .16rem;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none;}
a:hover {color:#51a219; text-decoration:underline;}
.layout{padding: 5% 10%;}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

header{position: fixed;z-index: 1000;left: 0;top: 0;right: 0;transition: all 0.3s;height: .6rem;display: flex;align-items: center;justify-content: space-between;padding: 0 10%;}
header:after{content: "";display: block;position: fixed;left: 0;top: 0;right: 0;height: .6rem;background: rgba(255,255,255,.7);backdrop-filter: blur(10px);z-index: -1;}
header h1{width:.5rem;font-size: 0;}
header h1 img{width: 100%;transition: all .3s;}
header h1 .er{display: none;}
header .right{display: flex;align-items: center;justify-content: space-between;}
.nav{font-size: 0px;margin-right: .2rem;}
.nav li{display: inline-block;margin: 0 .16rem;}
.nav li p{line-height: .6rem;font-size: .1rem;transition: all 0.3s;}
.nav li p a{display: block;transition: all 0.3s;color: #333;}
.nav li:hover p a{text-decoration: none;color:#51a219;}
.nav li i{font-size: .06rem;margin-left: .05rem;display: none;}
.nav li .subnav{position: absolute;left: 0;top: .6rem;right:0;display: none;padding: .3rem 10%;background: rgba(255,255,255,.7);backdrop-filter: blur(10px);border-top: 1px solid rgba(255,255,255,.5);}
.nav li dl{font-size: .08rem;z-index: 1000;display: flex;align-items: stretch;flex-wrap: wrap;margin-left: -2%;}
.nav li dd{position: relative;text-align: center;margin-left: 2%;width: 12%;}
.nav li dd .pic{width: .6rem;margin: 0 auto;}
.nav li dd figure{padding-bottom: 80%;}
.nav li dd a{display: block;transition: all 0.3s;}
.nav li dd:hover a{text-decoration: none;}
.nav li dd:last-child{border-bottom: none;}
.nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
.nav li dd:hover .san{visibility: visible;opacity: 1;}
.nav li dd:hover .san .list a{padding: .05rem .1rem;background: rgba(0,0,0,0.5);color: #FFF;}
.nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #51a219;color: #FFF;}
.nav li:last-child:before{display: none;}

header .dh{color:#51a219;display: flex;align-items: center;font-size: .12rem;}
header .dh i{font-size: .14rem;margin-right: .05rem;}

header .yuyan{position: relative;background: #666;}
header .yuyan p{display: flex;align-items: center;color: #FFF;line-height: .18rem;font-size: .08rem;width: .6rem;justify-content: center;}
header .yuyan i{font-size: .1rem;transition: all .3s;color: #FFF;margin-right: .05rem;}
header .yuyan ul{position: absolute;left: 0;top: .18rem;width: .6rem;background: #666;visibility: hidden;opacity: 0;transition: all .3s;font-size: .08rem;}
header .yuyan:hover ul{visibility: visible;opacity: 1;}
header .yuyan li{border-top: 1px solid rgba(255,255,255,.2);}
header .yuyan li a{color: #FFF;padding: .03rem .06rem;display: block;}
header .yuyan li a:hover{text-decoration: none;background: #777;}

.navm{display: none;width: 1.8rem;height: 1.8rem;line-height: 1.8rem;text-align: center;color: #333;cursor: pointer;}
.navm i{font-size:.6rem;display: block;}

header .search{background: #F5F5F5;display: flex;width: 30%;}
header .search .input_txt{width: 80%;height: .18rem;border: none;outline: magenta;box-sizing: border-box;box-sizing: border-box;background: none;padding: 0 .05rem;}
header .search .input_btn{width: 20%;height: .18rem;border: none;outline: magenta;cursor: pointer;font-size: .14rem;background: url(../images/pic4.png) no-repeat center;color: #FFF;background-size: .1rem;}

.search_box{position: fixed;left: 0px;right: 0px;top: .6rem;background: #FFF;display: none;z-index: 1000;padding: .3rem 10%;}
.search_box .search_t{display: flex;align-items: center;justify-content: center;}
.search_box .search_t i{width: 10%;display: flex;align-items: center;justify-content: center;background: #F5F5F5;height: .5rem;color: #999;}
.search_box .input_txt{width: 70%;height: .5rem;border: none;outline: magenta;box-sizing: border-box;background: none;box-sizing: border-box;background: #F5F5F5;}
.search_box .input_btn{width: 20%;height: .5rem;border: none;outline: magenta;cursor: pointer;font-size: .14rem;background: #51a219;color: #FFF;}
.search_box .search_c{display: flex;font-size: .08rem;align-items: center;padding: .2rem 0;color: #999;flex-wrap: wrap;}
.search_box .search_c li{float: left;margin-left: .1rem;}
.search_box .search_c a{color: #999;}
.search_box .search_c a:hover{text-decoration: none;}

.dingye{display: flex;align-items: center;justify-content: space-between;background: #192988;color: #9dabff;flex-wrap: wrap;}
.dingye p{text-transform: uppercase;}
.dingye p span{color: #FFF;}
.dingye .right{width: 30%;display: flex;align-items: center;justify-content: space-between;}
.dingye .right .input_txt{background: #192988;border: none;border-bottom: 1px solid #9dabff;width: 76%;outline: medium;height: .3rem;box-sizing: border-box;color: #fff;}
.dingye .right .input_btn{background: #192988 url(../images/pic47.png) no-repeat center;border: 1px solid #9dabff;background-size: .1rem;width: 14%;outline: medium;cursor: pointer;height: .3rem;box-sizing: border-box;}

footer{background: url(../images/pic56.jpg) no-repeat center;background-size: cover;padding: .3rem 10%;color: #FFF;}
footer .foot_t{display: flex;justify-content: space-between;flex-wrap: wrap;}
footer .foot_t .left{display: flex;justify-content: space-between;width: 63%;flex-wrap: wrap;}
footer .foot_t dt{padding-bottom: .1rem;}
footer .foot_t dd{font-size: .08rem;padding-bottom: .05rem;}
footer .foot_t dd a{color: #FFF;transition: all .3s;}
footer .foot_t dd a:hover{color: #51a219;text-decoration: none;}
footer .foot_t .right{width: 25%;}
footer .foot_t .right h2{padding-bottom: .1rem;}
footer .foot_t .right .txt li{display: flex;padding-bottom: .05rem;color: #FFF;}
footer .foot_t .right .txt i{margin-right: .05rem;font-size: .08rem;margin-top: .03rem;}
footer .foot_t .right .txt em{margin-right: .05rem;font-size: .08rem;margin-top: .03rem;}
footer .foot_t .right .txter{margin-top: .1rem;}
footer .foot_t .right .txter ul{display: flex;align-items: center;}
footer .foot_t .right .txter li{margin-right: .05rem;}
footer .foot_t .right .txter li i{font-size: .1rem;}
footer .foot_t .right .txter li a{color: #FFF;transition: all .3s;height: .16rem;width: .16rem;display: flex;align-items: center;justify-content: center;border-radius: 100%;}
footer .foot_t .right .txter li:hover:nth-of-type(1) a{background: #000;}
footer .foot_t .right .txter li:hover:nth-of-type(2) a{background: #0076b4;}
footer .foot_t .right .txter li:hover:nth-of-type(3) a{background: #fe0000;}
footer .foot_t .right .txter li:hover:nth-of-type(4) a{background: #32bb46;}
footer .foot_t .right .txter li:hover:nth-of-type(5) a{background: #007ef9;}
footer .foot_t .right .txter li:hover:nth-of-type(6) a{background: #000;}
footer .foot_t .right .txter li a:hover{color: #FFF;text-decoration: none;}

.foot_c ul{display: flex;align-items: center;}
.foot_c li{margin-right: .1rem;}
.foot_c li i{font-size: .14rem;}
.foot_c li a{color: #CCC;transition: all .3s;}
.foot_c li a:hover{color: #FFF;text-decoration: none;}

footer .foot_b{margin-top: .2rem;border-top: 1px solid rgba(255,255,255,.2);padding-top: .1rem;}

.kefu{position: fixed;right: 0;top: 50%;z-index: 100;transform: translateY(-50%);}
.kefu li{margin-bottom: .01rem;position: relative;cursor: pointer;}
.kefu li p{width: .26rem;height: .26rem;display: flex;align-items: center;justify-content: center;background: #192988;color: #FFF;flex-flow: column;font-size: .08rem;}
.kefu li p i{font-size: .1rem;}
.kefu li p strong{display: block;}
.kefu li a{display: flex;align-items: center;justify-content: center;flex-flow: column;color: #FFF;}
.kefu li a:hover{text-decoration: none;}
.kefu li dl{position: absolute;right: 100%;top: 50%;background: #FFF;box-shadow: 0 0 .05rem rgba(0,0,0,.2);padding: .08rem;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(-50%);min-width: .6rem;}
.kefu li:hover dl{visibility: visible;opacity: 1;}
.kefu li:nth-of-type(1) dl{width: .8rem;}
.kefu li dt{padding-bottom: .1rem;}
.kefu li dd{line-height: 1.6;font-size: .08rem;text-align: center;}
.kefu li dd img{width: 120px;}

.xian_bg{position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: -1;padding: 0 10%;}
.xian_bg ul{display: flex;justify-content: space-between;height: 100%;}
.xian_bg li{width: 1px;height: 100%;background: #f2f2f2;}

@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}