/*公共样式开始*/
*{margin:0;padding:0;list-style: none;text-decoration: none;box-sizing: border-box;}
html{font-size: 100px;}
body{font-size: 0.16rem;overflow-x: hidden;position: relative;min-width:1200px;font-family: "微软雅黑";}
.w90{width: 90%;max-width: 1400px;margin:0px auto;}
.w12{width: 1200px;margin:0px auto;}
.fl{float:left;}
.fr{float:right;}
input{outline: none;border: none;}
.clearfix:after{content: "";display: block;clear: both;}
img{border: none;vertical-align:middle;}
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;}
.flex-center{display: flex;display: -webkit-flex;justify-content: center;}
.flex-right{display: flex;display: -webkit-flex;justify-content: flex-end;}
.flex-column{flex-direction: column;}
.flex-c-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.f0{flex-shrink: 0;}
.none{display: none;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.image img,.img{width: 100%;height: 100%;object-fit: cover;}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.txtline{position:relative;background-image:linear-gradient(#ffffff,#f1f1f1);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline1{position:relative;background-image:linear-gradient(#03698f,#03698f);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline:hover{background-size:100% 1px;}
.txtline1:hover{background-size:100% 1px;}
/*公共样式结束*/
@font-face {
	font-family: myfont;
	src: url(../img/systb.OTF);
}

/*IE9下升级提示开始*/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}
/*IE9下升级提示结束*/

.top{width: 100%;height: 30px;background: url(../img/parta_bg.png) repeat;}
.header{width: 100%;position: relative;}
.header-top{width: 100%;position: absolute;top:0;left: 0;z-index: 3;}
.header-top .w12{position: relative;z-index: 1;}
.header-top::after{content: "";width: 100%;height: 180px;background-image: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 98%);display: block;position: absolute;top:0;left: 0;z-index: 0;}
.header-right{display: flex;flex-direction: column;align-items: flex-end;}
.header .logo{padding: 30px 0;}
.header .logo a{display: block;}
.header .logo img{height: 75px;}
.search{position: relative;margin-bottom: 6px;}
.search .searchbox{width: 170px;height: 30px;line-height: 30px;padding:0 40px 0 10px;color: #ffffff;border-radius: 15px;background: none;border: 1px solid #ffffff;}
.search .searchbutton{width: 40px;height: 30px;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;}
.search .button{width: 40px;height: 30px;background: url(../img/search.svg) no-repeat center center;background-size: 18px auto;position: absolute;right:0;top:0;z-index: 1;}



#nav li.nLi{position:relative;text-align: center;margin-left: 40px;}
#nav li.nLi:first-of-type{margin-left: 0;}
#nav li.nLi h3{font-size: 18px;position:relative;}
#nav li.nLi h3 a{color:#ffffff;line-height: 50px; display: block; height: 50px; line-height: 50px;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:50px;left:50%;z-index:2;min-width: 150px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%) scaleY(0);transition: 0.4s all;transform-origin: top;}
.header1 .sub{top:62px;}
.sub .sub-h{text-align:center;position:relative;background:rgba(0,0,0,0.73);border-top: 1px solid #ffffff;}
.sub .sub-h:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:6px solid transparent;border-bottom-color:#ffffff;top: -12px;}
.sub .sub-h a{display:block;font-size: 16px;color: #ffffff;line-height: 50px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub .sub-h a:hover{background: #4ea199;}
#nav li.nLi:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}

.footer{width: 100%;background: #4ea199;padding: 25px 0; }
.copyright{font-size: 15px;color: #ffffff;line-height: 40px;text-align: left;}
.copyright p{font-size: 14px; line-height: 30px;}
.logodb img{height: 79px; width: 226px; margin-left: 100px;}
.ewm li{margin-right: 20px;position: relative;width: 105px;padding: 10px 10px 0;}
.ewm li::before{content: "";width: 100%;height: 84px;display: block;border: 1px solid #ffffff;position: absolute;left: 0;top:0;z-index: 0;}
.ewm li:last-child{margin-right: 0;}
.ewm img{width: 85px;display: block;position: relative;z-index: 1;}
.ewm li p{font-size: 14px;color: #ffffff;line-height: 30px;text-align: center;position: relative;z-index: 1;}




