/*公共样式开始*/
*{margin:0;padding:0;list-style: none;text-decoration: none;box-sizing: border-box;}
body{position: relative;min-width:1200px;}
.w90{width: 90%;max-width: 1400px;margin:0px auto;}
.w12{max-width: 1280px;margin:0px auto;width: 100%;}
.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;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.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;}
.line4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.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(#8c1926,#8c1926);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;}
/*公共样式结束*/
@-webkit-keyframes scaleAnim3 {
  0% {
    transform: scale(0.2);
    opacity: 1; }
  50% {
    transform: scale(0.6);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}

/*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下升级提示结束*/

.header{width: 100%;background:rgba(255,255,255,0.6);backdrop-filter:blur(8px);position:fixed;left:0;top:0;z-index:5;box-shadow:10px 0 20px 0 rgba(113, 113, 113, 0.33);}
.header .w12{width: 94%;}
.header .logo{padding: 30px 0;}
.header .logo img{height: 60px;display: block;}
.nav{padding-top: 30px;align-self: flex-end;}
.nav>ul>li{position:relative;}
.nav>ul>li h3{font-size: 18px;position:relative;font-weight: normal;padding-bottom: 30px;}
.nav>ul>li h3::before{content: url(../img/l_nav.png);display: block;height: 38px;position: absolute;left: 40%;top: 0;opacity: 0;transition: 0.3s all;}
.nav>ul>li h3::after{content: url(../img/r_nav.png);display: block;height: 38px;position: absolute;right: 40%;top: 0;opacity: 0;transition: 0.3s all;}
.nav>ul>li h3 a{color:#434343;display: block;padding: 0 30px;line-height: 36px;}
.nav>ul>li.on h3::before,.nav>ul>li:hover h3::before{left: 0;opacity: 1;}
.nav>ul>li.on h3::after,.nav>ul>li:hover h3::after{right: 0;opacity: 1;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:66px;left:50%;z-index:2;min-width: 140px;-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;}
.sub .sub-h{text-align:center;position:relative;background:#75539b;padding: 10px 0;}
.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:8px solid transparent;border-bottom-color:#75539b;top:-16px;}
.sub .sub-h a{display:block;font-size: 16px;color: #ffffff;line-height: 40px;}
.sub .sub-h a:hover{background: #664786;}
.nav li:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}

.footer{width: 100%;background: #65438a;padding: 30px 0;}
.ft_logo{width: 26%;padding-right: 30px;position: relative;display: flex;align-items: center;}
.ft_logo::after{content: "";width: 1px;height: 60px;display: block;background: rgba(255,255,255,0.1);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.ft_logo img{width: 100%;display: block;}
.copyright{padding-left: 30px;padding-right: 22px;position: relative;width: 24%;}
.copyright::after{content: "";width: 1px;height: 60px;display: block;background: rgba(255,255,255,0.1);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.copyright p{font-size: 14px;color: #999999;line-height: 24px;}
.ft_link{padding-left: 30px;width: 30%;padding-right: 5px;position: relative;}
.ft_link::after{content: "";width: 1px;height: 60px;display: block;background: rgba(255,255,255,0.1);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.ft_link h3{font-size: 16px;color: #999999;font-weight: normal;margin-bottom: 6px;}
.ft_link ul li{font-size: 14px;line-height: 24px;margin-right: 20px;}
.ft_link ul li a{color: #999999;}
.ft_link ul li:hover a{color: #ffffff;}
.ft_ewm{width: 20%;padding-left: 20px;}
.ft_ewm .ewm img{display: block;height: 60px;}
.ft_ewm .img_link ul li{margin-right: 33px;}
.ft_ewm .img_link ul li a{display: flex;justify-content: center;flex-direction: column;align-items: center;}
.ft_ewm .img_link ul li p{font-size: 14px;color: #999999;text-align: center;margin-top: 6px;}
.ft_ewm .img_link ul li img{display: block;height: 40px;}
.ft_ewm .img_link ul li:hover p{color: #ffffff;}

@media only screen and (max-width:1279px){
	.footer .w12{width: 1200px;}
	.ft_logo{padding-right: 20px;width: 24%;}
	.copyright{padding-left: 20px;padding-right: 0;width: 25%;padding-right: 20px;}
	.ft_link{padding-left: 20px;padding-right: 0;width: 30%;}
	.ft_ewm{width: 21%;}
	.ft_ewm .img_link ul li{margin-right: 30px;}
}