﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2082222224vw}
/* @media (max-width:1660px) {
    html{font-size:6vw}
} */
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:Arial,sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#222222; width:100%;  zoom:1;line-height: 1.6;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#222222;font-family: arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#222222; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#196bca;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{width:0.6rem;height:0.6rem;position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:0.6rem;max-width:0.6rem;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.5rem;position: relative;padding-top: 0.5rem;}
.Pages .p_cur,
.Pages .p_count,
.Pages .a_first,
.Pages .a_end,
.Pages .p_total,
.Pages .p_jump{display: none;}

.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;box-sizing: content-box;border-radius: 50%;border:2px solid #f5f5f5;}
.Pages a{margin:0 3px;}
.Pages .num a{background: #f5f5f5;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#196bca;border:2px solid #196bca;}
.Pages .a_prev{font-size: 0;color:transparent;position: relative;}
.Pages .a_next{font-size: 0;color:transparent;position: relative;}
.Pages .a_prev::after,
.Pages .a_next::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_prev::after{background-image: url(../images/pageprev.png);}
.Pages .a_next::after{background-image: url(../images/pagenext.png);}
.Pages .a_prev:hover::after{background-image: url(../images/pageprevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/pagenextc.png);}
.Pages .arr{font-weight: bold;border:2px solid #ddd;}
.Pages .arr:hover{background:#196bca;color:#fff;border:2px solid #196bca;}


@media(max-width:1024px){
	.Pages{padding-top:30px;}
	.Pages{line-height: 30px;}
	.Pages a{width:30px;height:30px;margin:0;}
	.Pages .num a{margin:0px;}
}

/*pages end*/

.w1440{width:96%;max-width:14.4rem;margin:0 auto;}
.w1600{width:96%;max-width:16rem;margin:0 auto;}




.m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}


/* Top */
.Top{position: fixed;top:0;left:0;z-index:999;width:100%;}
.Top .TopCon{line-height: 48px;border-bottom:1px solid rgba(255,255,255,0.15);background: rgba(2,2,2,0.15);font-size: 0.14rem;color:#fff;transition: all .5s;}
.Top .TopCon .TopL{display: flex;align-items: center;}
.Top .TopCon .TopL .wheater{height:48px;display: flex;align-items: center;}
.Top .TopCon .TopL .wheater iframe{height:30px;width:270px;}
.Top .TopCon .TopL .date{margin-right:0.2rem;}
.Top .TopCon .TopL .marquee{overflow: hidden;white-space: nowrap;width:2rem;margin-right:0.2rem;}
.Top .TopCon .TopL .marquee p{display: inline-block;padding-left: 100%;animation: scroll 10s linear infinite;}
.Top .TopCon .TopL .rytime img{display: inline-block;width:0.19rem;margin-right:3px;}

@keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
}

.Top .TopCon .TopR .search{padding-left:0.3rem;margin-left:0.3rem;position: relative;margin-top:9px;}
.Top .TopCon .TopR .search::before{content:"";display: block;width:1px;height:50%;background: #fff;opacity: 0.5;position: absolute;left:0;top:50%;transform: translateY(-50%);}

.Top .TopCon .TopR .search .searchbox{height:30px;margin-top:0px;width:1.45rem;position: relative;box-sizing: border-box;padding-right:0.4rem;border-bottom:1px solid rgba(255,255,255,0.6);}
.Top .TopCon .TopR .search .searchbox input{height:30px;display: block;width:100%;color:#fff;font-size: 0.14rem;}
.Top .TopCon .TopR .search .searchbox button{width:0.4rem;height:100%;background: url(../images/search.png) no-repeat center center;position: absolute;right:0;top:0;}
.Top .lan ul{display: flex;align-items: center;}
.Top .lan ul li{margin-left:0.15rem;}
.Top .lan ul li a{color:#fff;display: flex;align-items: center;}
.Top .lan ul li img{display: inline-block;margin-right:5px;}
.Top .lan_wap ul li a{color:#333;}
.Top .TopCon .TopR .search .searchbox input:-moz-placeholder {color: #fff;}
.Top .TopCon .TopR .search .searchbox input::-moz-placeholder {color: #fff;}
.Top .TopCon .TopR .search .searchbox input:-ms-input-placeholder{color:#fff;}
.Top .TopCon .TopR .search .searchbox input::-webkit-input-placeholder{color:#fff;}

.Header{line-height: 0.9rem;transition: all .5s;}
.Header .Logo .Logobox2{display: none;}
.Header .Logo .Logobox img{max-height:0.45rem;}
.Header .Logo .Logobox .img1{display: inline-block;margin-right:0.3rem;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-left:0.2rem;position: relative;}
.MainNav ul li em{display: block;position: relative;font-size: 0.17rem;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li em::before{content:'';display: block;width:0.38rem;height:0.08rem;background: url(../images/navonw.png) no-repeat center center;position: absolute;bottom:22%;left:50%;transform: translateX(-100%);opacity: 0;transition: all .5s;background-size: 100%;}
.MainNav ul li:hover em::before{opacity: 1;transform: translateX(-50%);}
.MainNav ul li.onnav em::before{opacity: 1;transform: translateX(-50%);}
.MainNav ul li .NavPull{width:1.6rem;background: #196bca;position: absolute;top:90%;left:50%;margin-left:-0.8rem;display: none;}
.MainNav ul li .NavPull dl dd{line-height: 0.4rem;text-align: center;transition: all .5s;}
.MainNav ul li .NavPull dl dd a{color:#fff;display: block;}
.MainNav ul li .NavPull dl dd:hover{background: #0e5db8;}

.Top.fix{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix .TopCon{background: #4482b9;line-height: 38px;}
.Top.fix .TopCon .TopL .wheater{height: 38px;}
.Top.fix .TopCon .TopR .search{margin-top:4px;}


.Top.fix .Header{background: #fff;line-height: 0.88rem;}
.Top.fix .Header .Logo .Logobox img{max-height:0.45rem;}
.Top.fix .Header .Logo .Logobox1{display: none;}
.Top.fix .Header .Logo .Logobox2{display: block;}
.Top.fix .MainNav ul li em a{color:#222;}
.Top.fix .MainNav ul li em::before{background: url(../images/navon.png) no-repeat center center;background-size: 100%;}

.Top.fix .m-btn span, .Top.fix .m-btn span::before, .Top.fix .m-btn span::after{background: #196bca;}
.Top.fix .m-btn.active span{background: transparent;}

.Top .TopCon .TopR .search .searchico{display: none;}
.MainNav .lan_wap{display: none;}


.MainNav ul li#nav9 .popewa{position: absolute;top:100%;left:50%;width:1.2rem;transform: translateX(-50%);display: none;}
.MainNav ul li#nav9:hover .popewa{display: block;}

@media(max-width:1024px){
	.MainNav ul li#nav9 .popewa{position: static;width:100px;transform: translateX(0);}
}


@media(max-width:1024px){
	.Top .TopCon{line-height: 30px;font-size: 13px;}
	.Top.fix .TopCon{line-height: 30px;}
	.Top .TopCon .TopL{display: none;}
	.Top .TopCon .TopL .date{display: none;}
	/* .Top .TopCon .TopR .lan {display: none;} */
	.Top .TopCon .TopL .wheater{height:30px;}
	.Top.fix .TopCon .TopL .wheater{height: 30px;}
	.Top .TopCon .TopL .rytime img{width:14px;}
	.Top .TopCon .TopL .wheater{display: none;}
	.Header{line-height: 60px;}
	.Top.fix .Header{line-height: 60px;}
	.Top .Header .Logo .Logobox img{max-height:20px;}
	.Top.fix .Header .Logo .Logobox img{max-height:20px;}
	.m-btn {display: block;}
	.MainNav{position: absolute;right:0;top:100%;height:calc(100vh - 90px);background: #fff;width:280px;box-sizing: border-box;padding-bottom:40px;overflow: hidden;transition: all .5s;width:0;opacity: 0;visibility: hidden;}
	.MainNav .lan_wap{height: 40px;background: #f7f8f9;position: absolute;left:0;bottom:0;width:100%;display: none;}
	.MainNav .lan_wap ul{padding:0 10px;}
	.MainNav .lan_wap ul li{line-height: 40px;font-size: 13px;}
	.MainNav ul li em {font-size: 15px;}
	.MainNav ul li em a{color:#222;}
	.MainNav ul li{width:100%;margin-left:0;}
	.MainNav ul{max-height:100%;overflow: auto;box-sizing: border-box;padding:20px;min-width:280px;}
	.MainNav ul li{line-height: 40px;}
	.Top .MainNav ul li em::before{display: none;}
	.Top .MainNav ul li em{padding-right:30px;}
	.Top .MainNav ul li em b{display: block;width:30px;height:30px;background: url(../images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:50%;margin-top:-15px;}
	.Top .MainNav ul li .NavPull{width:100%;position: static;margin-left:0;}
	.Top .MainNav ul li .NavPull dl dd{line-height: 32px;}
	.Top .TopCon .TopR .search .searchico{display: block;}
	.Top .TopCon .TopR .search .searchbox{position: absolute;top:100%;right:0;width:200px;height:30px;background: #196bca;padding-right:36px;border-bottom:none;z-index:99;display: none;}
	.Top .TopCon .TopR .search .searchbox input{font-size: 13px;padding:0 10px;display: block;box-sizing: border-box;width:100%;}
	.Top.fix .TopCon .TopR .search{margin-top:0;}
	.Top .TopCon .TopR .search .searchbox button{width:36px;}
	.Top .TopCon .TopR .search{margin-top:0;}
	.MainNav.show{width:280px;opacity: 1;visibility: visible;}
	.Top .TopCon .TopR .search::before{display: none;}
}


@media(max-width:640px){
	.Top .TopCon .TopL{display: none;}
	.Top .TopCon .TopL .marquee{width:140px;margin-right:20px;}
}

@media(max-width:321px){
	.Top .TopCon .TopL .marquee{width:90px;}
}


/* Bottom */
.Bottom{background: url(../images/bottombg.jpg) no-repeat center center;background-size: cover;border-top:0.05rem solid #196bca;padding:0.7rem 0 0.6rem 0;text-align: center;}
.Bottom .BottomImg img{max-height:1rem;}
.Bottom .links{margin:0.15rem 0 0.05rem 0;}
.Bottom .links a{display: inline-block;padding:0 0.15rem;position: relative;}
.Bottom .links a::before{content:'';display: block;width:1px;height:50%;background: #818589;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Bottom .links a:first-child::before{display: none;}
.Bottom .links a:first-child{padding-left:0.05rem;}

@media(max-width:1024px){
	body{font-size: 14px;}
	.Bottom{padding:30px 0 20px 0;}
	.Bottom .BottomImg img{max-height:60px;}
	.Bottom .links {margin:20px 0 10px 0;}
	.Bottom .links a{padding:0 3px 0 7px;}
}


.slick-arrow{width:0.6rem;height:0.6rem;box-sizing: border-box;border-radius: 50%;border:2px solid #fff;box-sizing: border-box;position: absolute;top:50%;transform: translateY(-50%);background-color: transparent;font-size: 0;color:transparent;z-index:99;}
.slick-arrow::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;background-position: center;background-repeat: no-repeat;}
.slick-arrow.slick-prev::after{background-image: url(../images/prev.png);}
.slick-arrow.slick-next::after{background-image: url(../images/next.png);}
.slick-arrow:hover{border:2px solid #f49601;background: #f49601;}
.slick-arrow.slick-prev{left:0.8rem;}
.slick-arrow.slick-next{right:0.8rem;}

@media(max-width:1024px){
	.slick-arrow{width:36px;height:36px;}
	.slick-arrow.slick-prev{left:10px;}
    .slick-arrow.slick-next{right:10px;}
}






