html body{
    height:100vh;width:100%;
    margin:0;padding:0;
}
/*禁用长按选中文本*/
 img { pointer-events: none; }
/* 初始化标签在所有浏览器中的margin、padding值 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}
/* 酌情修改 */
body,th,td,input,select,textarea,button{font-size:24px;line-height:1 ;} /* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none} /* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym{border: 0 none;} /* 重置fieldset（表单分组）、图片的边框为0*/
img{vertical-align:top;} /* 图片在当前行内的垂直位置 */
abbr,acronym{font-variant: normal;}
legend{color:#000;}
blockquote, q{quotes: none} /* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var{font-weight: normal; font-style: normal;} /* 重置样式标签的样式 */

/* 上下标 */
/* 统一上标和下标 */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */
caption{display:none;} /* 重置表格标题为隐藏 */
caption,th{text-align: left;}

/* 清除列表样式 */
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */

input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}/* 输入控件字体 */
input,select,textarea,button{vertical-align:middle;outline:none;} /* 重置表单控件垂直居中*/
textarea{resize:none}

input[type="submit"]{cursor: pointer;}/* 鼠标样式 */
button{border:0 none;background-color:transparent;cursor:pointer} /* 重置表单button按钮效果 */
input::-moz-focus-inner{border: 0; padding: 0;}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}

/* 链接样式，颜色可酌情修改 */
a:link {}/* 未访问的链接 */
a:visited {}/* 已访问的链接 */
a:hover {}/* 鼠标移动到链接上 */
a:active {color:none;}/* 选定的链接 */
del,ins,a{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;} /* 取消a标签点击后的虚线框 */
a:active{star:expression(this.onFocus=this.blur());} /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/
a{outline: none;transition: color 0.2s ease 0s;}/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3       transition: all 0.3s ease 0s;   */
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.f_yh{font-family:"Arial, Helvetica, sans-serif";}/*f_yh为英文字体样式*/
.cursor{ cursor:pointer;}
.pr{position:relative}/*相对定位*/
.pa{position:absolute}/*绝对定位*/
.fl{ float:left;}/*左浮动*/
.fr{ float:right;}/*右浮动*/
.fl,.fr{display:inline;}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.H10p{height:10px;}
.H20p{height:20px;}
.H30p{height:30px;}
.H40p{height:40px;}
.H100p{height:100px;}

body{background:url('/m2/i/hubei/background.png') no-repeat #fdfdfd !important;background-size:100% auto !important;
    min-height:200px;font-family:"微软雅黑","宋体";user-select:none;
}
.haeder{
    width:1200px;margin:0 auto;height:252px;padding-top:30px;
}
.TopList{
    height:40px;overflow: hidden;background-color: #fff;
}
.TopName{
    width:169px;height: 40px;background:#2B6EAA;border-radius: 0px 0px 10px 0px;font-size: 14px;color:#fff;text-align: center;
    line-height:40px;float: left;
}
.TopListView{
    width:calc(100% - 350px);float: left;display:flex;justify-content: space-between;padding:3px 0;
}
.TopListView span{
    display: block;font-size: 14px;color: #00579D;height:34px;text-align: center;line-height: 34px;width:100%;cursor: pointer;
    border-left:1px solid rgba(43,110,170,0.3);
}
.TopListView a{
    display: block;font-size: 14px;color: #00579D;height:34px;text-align: center;line-height: 34px;width:100%;cursor: pointer;
    border-left:1px solid rgba(43,110,170,0.3);
}
.TopListView span:nth-child(1){
    border-left:0;
}
.official_website{
     width:169px;height:60px;background: #2B6EAA;border-radius: 0px 0px 10px 10px;position: absolute;top: 0;right:12px;
}
.official_website a{
     width:100%;height:100%;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 18px;color: #fff;
}
.official_website img{
     margin-right:15px;
}
.logoIcon{
    width:260px;height:98px;background:url("/m2/i/hubei/Logo.png") no-repeat;background-size:100% 100%;margin-bottom:30px;
}
.HeaderNav{
    height:53px;background:url("/m2/i/hubei/Nav.png");width:100%;    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.37);
}
.HeaderNav ul{
    height:53px;overflow: hidden;line-height:53px;
}
.HeaderNav ul li{
    float: left;width: 10%;font-size: 14px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;text-align:center;
    cursor: pointer;
}
.HeaderNav ul li a{
    display:block;width: 100%;height:100%;color:#fff;
}
.HeaderNav ul li.active{
    background: rgba(47,116,198,0.63);
}
.warp{
    background:url("/m2/i/hubei/MainBack.png") -10px top no-repeat;background-size:108% auto;
}
.warp .MainView{
    width:1200px;margin:0 auto;
}
.WeatherPosition{
    height:32px;overflow: hidden;
}
.WeatherPosition i{
    display: block;width:32px;height:32px;background:url("/m2/i/hubei/position.png") no-repeat;background-size:100% 100%;float:left;
}
.WeatherPosition span{
    display: block;height: 32px;line-height:32px;font-size: 24px;font-family: Microsoft YaHei;font-weight: bold;color: #00579D;float:left;
}
.WeatherView{
    height:300px;border-radius:10px 10px 0 0;overflow: hidden;background: #5EA2D1;margin:14px 0 10px;display: flex;
    justify-content: space-between;border-image: linear-gradient(0deg, #226BAF, #5EA2D1) 10 10;
    background: linear-gradient(267deg, rgba(63, 153, 231,.8) 0%, rgba(43, 110, 170,.8) 100%);
}
.FactsView12{
    width:320px;padding:20px;
}
.FactsTiem{
    font-size: 12px;color: #FFFFFF;
}
.FactsIcon{
    width:90px;height:90px;margin:0 auto;display: block;
}
.FactsTemp{
    height:74px;line-height:74px;text-align: center;font-weight: bold;font-size: 14px;color: #FFFFFF;
}
.FactsTemp span{
    font-size: 48px; 
}
.FactsXq{
    display: flex;justify-content: space-between;align-items: center;
}
.FactsY,.FactsS{
    width:138PX;height:30px;line-height: 30px;padding-left:20px;font-size: 14px;color: #FFFFFF;background: #2B6EAA;
}
.FactsF{
    height:30px;line-height: 30px;padding-left:20px;font-size: 14px;color: #FFFFFF;background: #2B6EAA;margin-top:6px;
}


/*****时间轴样式set****/
.timeBar{
    width: 100%;
}

.timeBar .playBar{
    width: 90%;
    position: relative;
    padding-bottom: 10px;
    float: left;
}
.timeBar .playBar .playBtn{
    width: 6%;
    height: 56px;
    position: relative;
    top: -12px;
    background: url(https://i.tq121.com.cn/i/radarMap/playBtn.png) no-repeat center bottom;
    float: left;
    cursor: pointer;
}
.timeBar .playBar .stopBtn{
    background: url(https://i.tq121.com.cn/i/radarMap/stopBtn.png) no-repeat center bottom;
}
.timeBar .playBar ul{
    width: 94%;
    height: 26px;
    float: left;
    position: relative;
    top:5px;
}
.timeBar .playBar .timeLine{
  position: absolute;
  width: 94%;
  height: 6px;
  border-radius: 6px;
  background: rgba(0,0,0,0.5);
  background-color:#000;
  _background:#000;
  *background:#000;
  top: 15px;
  left: 6%;
}
.timeBar .playBar .timeLine span{
    background:#0099ff;    
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#00A2D1), to(#00FFFF));
	background: -webkit-linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
	background: -moz-linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
	background: -o-linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
	background: linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
    display:block;
    width:100%;
    height:100%;
    border-radius: 6px;
}
.timeBar .playBar ul i{
    position: absolute;
    display: none;
    font-style: normal;
    right:0;
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    bottom: 0;
    font-weight: bold;
}
.timeBar .playBar ul li{
    width: 4%;
    height: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.timeBar .playBar ul li .cursor{
    display: none;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    width: 25px;
    z-index: 9;
    background: url(https://i.tq121.com.cn/i/weatherMap/curPoint.png) no-repeat center bottom/25px auto;
}
.timeBar .playBar ul li.cur .cursor{
    display:block;
}
.timeBar .Time{
	width:120px;height:96px;position:absolute;left:40px;top:0;color:#fff;padding-top:30px;
}
.timeBar .Time div{
	width:120px;height:26px;text-align: center;line-height:26px;
}
.timeBar .playBar ul li span{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -30px;
    left: -12px;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    background: #007EE4;
    border-radius: 11px;
    width: 120px;
}
.timeBar .playBar ul li .eachTime {
    color: #000;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 17px;
    width: 100%;
}
.timeBar .playBar ul li .eachTimeNewFu {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 17px;
    width: 40px;
	margin-left:-18px;
    background: url(https://i.tq121.com.cn/i/weatherMap/shuxian.png) no-repeat center top;
}
.timeBar .playBar ul.night li .eachTime{
    color: #fff;
}
/****时间轴end***/


.WeatherEarly{
    height: 60px;
    border: 1px solid #B2C6D7;
    border-radius: 0px 0px 10px 10px;overflow: hidden;
}
.WeatherEarly .EarlyNum{
    height:60px;width:150px;padding-left:50px;background:url("/m2/i/hubei/Early.png") no-repeat 20px center;background-size: 24px 24px;
    font-size: 16px;color:#000;line-height:60px;font-weight: 400;float: left;
}
.WeatherEarly .EarlyView{
    width:1035px;float: left;margin-left:10px;display: flex;white-space: nowrap;position: relative;height: 60px;
    overflow: hidden;
}
.EarlyViewUl{
    overflow: hidden;position: absolute;word-wrap:nowrap ;display: flex;transition:0.6s;
}
.WeatherEarly .EarlyView li{
    font-size: 16px;color:#000;line-height:60px;font-weight: 400;
    margin-right:40px;
}
.WeatherEarly .EarlyView li a{
    display:flex;justify-content: center;align-items: center;height:60px;
}
.WeatherEarly .EarlyView img{
    width:47px;height:40px;margin-right:20px;
}

.newsView{
    margin-top:40px;
}
.ViewTop{
    height:24px;overflow: hidden;line-height:24px;
}
.ViewTop div{
    height:24px;border-left:8px solid #00579d;font-size: 18px;font-weight: bold;color: #00579D;margin-left:20px;padding-left:20px;
}
.ViewTop span{
    display: block;height:24px;background: url("/m2/i/hubei/gengduo.png") no-repeat right center;background-size:14px 14px;
    float:right;font-size: 14px;font-weight: 400;padding-right:18px;
    color: #4A4E58;
}
.newsMain{
    overflow: hidden;margin-top:20px;
}
.newsList{
    float: right;width:537px;height:360px;overflow: hidden;
}
.newsListBut{
    height:32px;width:200px;border: 1px solid #DBDCDE;border-radius:10px;overflow: hidden;line-height: 32px;
}
.newsListBut span{
    display:block;width:50%;height:100%;float: left;font-size: 14px;color: #4A4E58;text-align: center;cursor: pointer;
}
.newsListBut span.active{
    background:#00579D;color:#fff;
}
.newsListTitle{
    height:78px;line-height:78px;font-size: 36px;font-weight: bold;color: #4A4E58;cursor: pointer;
    border-bottom: 1px solid rgba(74,78,88,0.2);
}
.newsListUl li,.newsListUl2 li{
    height:50px;overflow: hidden;border-bottom:1px solid rgba(74,78,88,0.2);font-size: 16px;color: #4A4E58;line-height:50px;
    font-family: Microsoft YaHei;overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;cursor: pointer;
}

.newsImages{
    float:left;width:640px;height:360px;background:#ccc;overflow: hidden;
}
.newsImages img{
    width:100%;height:100%;
}

.product{
    margin-top:40px;overflow: hidden;
}
.productLeft{
    width:946px;float:left;
}
.productList{
    overflow: hidden;display: flex;justify-content: space-between;align-items: space-between;height:646px;margin-top:20px;
    flex-wrap:wrap;
}
.productList div{
    width:302px;height:202px;border-radius: 10px;box-shadow: 0px 3px 3px 0px rgba(12,4,7,0.1);overflow: hidden;
}
.productList div a{
    display: block;width:100%;height:100%;
}
.productList div img{
    width:100%;height:169px;
}
.productList div p{
    height:33px;line-height: 33px;text-align: center;overflow: hidden;font-size: 16px;color: #4A4E58;
}

.Ranking{
    width:234px;float:right;
}
.advertisement{
    width:100%;height:60px;
}
.advertisement a{
    display: block;
    width: 100%;height:100%;
}
.advertisement img{
    width: 100%;height:100%;
}
.weatherRanking{
    -width:calc(100% - 22px);height: 588px;border:1px solid #F6F6F6;margin-top:20px;overflow: hidden;padding:10px 10px 0;
}
.weatherRankingIndex{
   height: 600px;border:1px solid #F6F6F6;margin-top:20px;overflow: hidden;padding:10px 10px 0;
}
.productTitle{
    width:214px;height:40px;background:url("/m2/i/hubei/product.png") no-repeat;background-size:100% 100%;
    font-size: 18px;font-weight: bold;color: #00579D;line-height:40px;text-align: center;
    border-radius: 0;
}
.productSwitch{
    height:30px;width:93%;margin:5px auto 0;overflow: hidden;
}
.productSwitch span{
    width:63px;display: block;height:30px;line-height:30px;border-right:1px solid #F6F6F6;font-size: 14px;color: #4A4E58;
    float: left;text-align: center;cursor: pointer;
}
.productSwitch span:nth-child(3){border:0;}
.productSwitch span.active{
    color: #00579D;
}
.rain_tSwitch span{
    width:98px;
}
.rain_tSwitch span:nth-child(2){border:0;}
.rain_times{
    height:16px;line-height:16px;text-align: center;font-size:12px;color:#aaa;
}


.weatherTitle{
    height:44px;border-bottom:1px solid rgba(0, 87, 157, 0.2);display: flex;justify-content: center;align-items: center;
}
.weatherTitle span{
    width:24%;display: block;font-size: 14px;color: #4A4E58;text-align: center;
}
.weatherList{}
.weatherList li{
    height:44px;overflow: hidden;line-height:44px;
}
.weatherList li span{
    display: block;font-size: 14px;color: #4A4E58;text-align: center;float: left;font-family: Microsoft YaHei;width:25%;
}

.weatherList li:nth-child(1) span:nth-child(1){
    width:24px;height:24px;margin:11px 14px;border-radius: 5px;line-height: 24px;color:#fff;
    background: linear-gradient(0deg, #F7CB00 0%, #FBE65B 100%);
}
.weatherList li:nth-child(2) span:nth-child(1){
    width:24px;height:24px;margin:11px 14px;border-radius: 5px;line-height: 24px;color:#fff;
    background: linear-gradient(0deg, #909090 0%, #CFCFCF 100%);
}
.weatherList li:nth-child(3) span:nth-child(1){
    width:24px;height:24px;margin:11px 14px;border-radius: 5px;line-height: 24px;color:#fff;
    background: linear-gradient(0deg, #DB7100 0%, #F2B100 100%);
}
.weatherList li:nth-child(2n){
    background:rgba(86,177,249,0.1);
}
.weatherFooter{
    font-size: 12px;color: #4A4E58;text-align: center;height:30px;line-height:30px;
}

.qrCode{
    height:161px;margin-top:80px;overflow: hidden;
}
.qrCode div{
    width:16.66%;float: left;text-align: center;
}
.qrCode div img{
    width:100px;height:100px;
}
.qrCode div p{
    height:30px;line-height:30px;font-size: 14px;color: #4A4E58;
}
.linkView{
    color: #4A4E58;font-size: 14px;text-align: center;
}
.linkTitle{
    height:32px;line-height:32px;
}
.linkList span{
    height:32px;line-height:32px;padding:0 25px;
}
.footer{
    height:172px;padding-top:28px;background:#265FA4;text-align: center;font-size: 12px;color:#fff;
}
.footer p{
    height:20px;line-height: 20px; 
}
.footerIcon{
    height:40px;line-height:40px;
}
.footerIcon img{
    height:40px;
}


/***天气实况***/
.FactsView{
    overflow: hidden;
}
.FactsLeft{
    width:946px;float: left;
}
.Facts_radar{
    border: 1px solid #DBDCDE;background: rgba(255,255,255,0.6);padding:20px 20px 56px;
}
.Facts_ViewTop{
   line-height:24px;display: flex;justify-content: space-between;align-items: center;
}
.Facts_ViewTop1{
   line-height:24px;display: flex;justify-content: space-between;align-items: center;
}
.Facts_ViewTop1 span{
    height:24px;background: url("/m2/i/hubei/gengduo.png") no-repeat right center;background-size:14px 14px;
    font-size: 14px;font-weight: 400;padding-right:18px;
    color: #4A4E58;
 }
.newsName{
    height:24px;border-left:8px solid #00579d;font-size: 18px;font-weight: bold;color: #00579D;padding-left:20px;display: flex;
    align-items: center;
}

.Facts_ViewTop span{
    display: block;float:right;font-size: 14px;font-weight: 400;padding-right:18px;color: #4A4E58;
}
.newsNamezhengd{
    height:24px;border-left:8px solid #00579d;font-size: 18px;font-weight: bold;color: #00579D;padding-left:20px;display: flex;
    align-items: center;position:relative;
}
.newsNamezhengd span{
    font-size: 18px;font-weight: bold;color: #00579D;background:none;
}
.Facts_countyList{
     margin:20px 0;overflow: hidden;
}
.Facts_countyList div{
    width:84px;height:40px;float: left;border: 1px solid #DBDCDE;border-radius: 5px;font-size: 16px;color: #4A4E58;line-height:40px;
    text-align: center;margin-left:13px;cursor: pointer;
}
.Facts_countyList div.active{
    border: 1px solid #00579D;background: #00579D;color:#fff;
}
.Facts_countyList div:nth-child(1){
    margin:0;
}
.Facts_control{
    height:40px;display: flex;justify-content: space-between;align-items: center;
}
.Facts_Select{
    height:38px;width:180px;border: 1px solid #DBDCDE;border-radius: 5px;float: left;overflow: hidden;
}
.Facts_Select{
    height:38px;width:180px;border: 1px solid #DBDCDE;border-radius: 5px;float: left;
}
.Facts_Select select {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    padding-left: 10px;border:0;
}
.Facts_Select select option {
    width: 151px;
    height: 36px;
}
.Facts_Select button{
    width:100%;height:100%;border:0;
}
.Facts_Select button:hover{
    border: 1px solid #DBDCDE;border:0;
}
.Facts_label{
    width:140px;float: left;display: flex;justify-content: space-between;align-items: center;margin-left:20px;
}
.Facts_label div{
    width:40px;height:40px;
}
.backvideo, .backvideo_radar{
    background:url("/m2/i/hubei/back.png");background-size:100% 100%;cursor: pointer;
}
.pausevideo, .pausevideo_radar{
    background:url("/m2/i/hubei/Pause.png");background-size:100% 100%;cursor: pointer;
}
.playvideo, .playvideo_radar{
    background:url("/m2/i/hubei/play.png");background-size:100% 100%;cursor: pointer;
}
.govideo,.govideo_radar{
    background:url("/m2/i/hubei/go.png");background-size:100% 100%;cursor: pointer;
}
.hiddenbtn {
    display: none !important;
  }
.timeAxis{
    width:546px;
}
.ProgressBar{
    height:8px;width:100%;border-radius: 10px;background-color: #4A4E58;margin-top:20px;
}
.Facts_imgList{
    width:906px;height:629px;
}
.Facts_imgList img{
    width:100%;height:100%;
}
.SwitchCity{
    width:50px;height:20px;text-align: center;line-height: 20px;border-radius: 10px;background: #56B1F9;font-size: 12px;color:#fff;
    margin-left:20px;cursor: pointer;
}
.SwitchData{
    width:240px;height:32px;float: right;overflow: hidden;border: 1px solid #DBDCDE;border-radius: 5px;line-height: 32px;
}
.SwitchData div{
    width:50%;height:100%;float: left;text-align: center;font-size: 14px;color: #00579D;cursor: pointer;
}
.SwitchData div.active{
    background: #00579D;color:#fff;
}
.integralTxt{
    height:40px;display: flex;align-items: flex-end;justify-content: space-between;
}
.integralTxtl{
    width:300px;height:40px;line-height: 40px;text-align: center;border-radius: 5px;background: #C0C1C3;overflow: hidden;color: #FFFEFE;
    font-size: 16px;
}
.integralTxtr{
    font-size: 16px;color: #4A4E58;
}
.integralEcharts{
    height:415px;
}
.integralLegend{
    height:26px;width:630px;margin:0 auto;
}
.integralLegend img{
    width:100%;height:100%;
}
.Divider{
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0),#DBDCDE, rgba(0,0,0,0));
            background-size: cover;
            background-position: center center;
}
.tabViewTop{
    height:40px;display: flex;line-height:40px;
}
.tabViewTop div{
    border-left:1px solid #DBDCDE;text-align: center;width: 25%;cursor: pointer;
}
.tabViewTop div:nth-child(1){
    border:0;
}
.tabViewTop div span{
    font-weight: bold;color: #4A4E58;font-size: 18px;padding: 10px 20px;
}
.tabViewTop div.active span{
    border-bottom:3px solid #00579D;
}
.FactsCenter{
    display: flex;justify-content: space-between;
}
.FactsCenterl{
    width:180px;
}
.FactsCenterl li{
    border: 1px solid #DBDCDE;height: 42px;border-radius: 5px;font-size: 14px;color: #4A4E58;margin-bottom:20px;line-height: 42px;
    text-align: center;cursor: pointer;
}
.FactsCenterl li.active{
    background: #00579D;border: 1px solid #00579D;color:#Fff;
}
.FactsCenterr{
    width:1000px;
}
.FactsCenterr img{
    width:100%;height:100%;
}
.FactsRight{
    width:234px;float: right;background: rgba(255,255,255,0.6);
}
.FactsRight .weatherRanking{
    height:auto;border:1px solid #DBDCDE;
}
.FactsRight .weatherRanking:nth-child(1){
    margin:0;
}


/***天气预警***/
.weatherEarlyWarning,.weatherPrediction{
    background: rgba(255,255,255,0.6);padding:20px;position:relative;border: 1px solid #DBDCDE;
}
.EarlyWarningMap{
    width:1160px;height:652px;
}
.predictionMap{
    width:350px;height:660px;padding:20px;border: 1px solid #DBDCDE;border-radius: 0px 0px 5px 5px;background: rgba(255,255,255,0.9);
    position: absolute;top:0;right:30px;
}
.predictionTitle{
    height:38px;font-size: 18px;font-weight: bold;color: #4A4E58;
}
.predictionControl{
    height:40px;display: flex;justify-content: space-between;
}
.selectType,.selectMarket,.selectGrade{
    
}
.selectType select,.selectMarket select,.selectGrade select, .chooseYear select{
    font-size:14px;color: #4A4E58;height: 100%;width: 100%;border:0;width:94px;height:40px;border: 1px solid #DBDCDE;border-radius: 5px;overflow: hidden;
}
.selectBut{
    width:40px;height:40px;background:url("/m2/i/hubei/sosuo.png") no-repeat center center;background-size:20px 20px;cursor: pointer;
}
.predictionControl button{
    width:100%;height:100%;border:0;
}
.predictionControl button:hover{
    border: 1px solid #DBDCDE;border:0;
}
.predictionList{
    height:560px;overflow: hidden;overflow-y: scroll;
}
.predictionList::-webkit-scrollbar {
    width: 6px !important;
}
.predictionList::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #4a4e58;
}
.predictionList li{
    height:80px;
}
.predictionList li a{
    height:80px;padding:0 11px;display: flex;justify-content: space-between;align-items: center;
}
.predictionList li img{
    width:59px;height:50px;
}
.listText{
    width:250px;
}
.listText p{
    height:40px;font-size: 16px;color: #4A4E58;display: flex;align-items: center;
}
.listText span{
    display: block;font-size: 12px;color: #C0C1C3;
}

.predictionList li:nth-child(2n){
    background:rgba(86, 177, 249, 0.1);
}
.predictionPaging{
    height: 55px;
    right: 0;
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 0;
}
.promptView{
    width:1160px;height:40px;background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);display: flex;position: absolute;
    top:90px;left:20px;
}
.promptTitle{
    width: 170px;height: 40px;background: rgba(0,87,157,0.9);border-radius: 0px 5px 5px 0px;display: flex;justify-content: center;
    align-items: center;font-size: 16px;color:#fff;
}
.promptTitle i{
    width: 20px;height:20px;background: url("/m2/i/hubei/promptTitle.png") no-repeat;background-size:100% 100%;margin-right:10px;
}
.promptTxt{
    font-size: 16px;color: #4A4E58;height:40px;line-height:40px;margin-left:20px;cursor: pointer;
}


/**农业气象**/
.Agrometeorology{
    width:1200px;margin:0 auto;overflow: hidden;
}
.iframePrevious{
    width:930px;float: left;height:960px;
}
.activeList{
    overflow: hidden;float: left;
}
.AgrometeorologyList{
    width:285px;float: left;
}
.AgrometeorologyTitle{
    width:100%;height:80px;background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0.02) 98%);
    border-radius: 10px 0px 0px 0px;font-size: 18px;color: #00579D;font-weight: bold;display: flex;justify-content: center;align-items: center;
}
.AgrometeorologyTitle i{
    display:block;width: 20px;height:20px;background:url("/m2/i/hubei/AgrometeorologyIcon.png") no-repeat;background-size:100% 100%;
    margin-right:10px;
}
.AgrometeorologyUl li{
    height:60px;border-bottom:1px solid #DBDCDE;font-size: 16px;color: #4A4E58;line-height:60px;text-align: center;
    background: #FFFFFF;cursor: pointer;
}
.AgrometeorologyUl li.active{
    background: #2B6EAA;border:1px solid #2B6EAA;color:#fff;
}
.AgrometeorologyMain{
    padding:25px;width:863px;height: 960px;float: left;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;min-height: 400px;
}
.separate{
    height:1px;background: #DBDCDE;
}
.articleTitle{
    height: 46px;line-height: 46px;font-size: 32px;font-weight: bold;color: #C90000;text-align: center;
}
.articleAssistantTitle{
    height: 30px;line-height: 30px;font-size: 14px;color: #4A4E58;text-align: center;
}
.articleTexT{
    font-size: 16px;color: #4A4E58;margin:34px 0;line-height:24px;
}
.articleImg{
    width:100%;text-align:center;
}
.articleImg img{
    width:90%;margin:0 auto;
}

.Agrometeorologyr{
    width:214px;float: right;padding:20px 10px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.AlRTitle{
    background: rgba(0,87,157,0.3);border-radius: 10px;height: 35px;line-height:35px;text-align: center;font-size: 18px;font-weight: bold;
    color:#fff;
}
.Previous li{
    height:46px;line-height: 46px;padding:0 10px;cursor: pointer;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.Previous li:nth-child(2n){
    background: rgba(86,177,249,0.1);
}
.Previous li span{
    display: block;height:30px;line-height:36px;font-size: 14px;color: #4A4E58;
}
.Previous li span:nth-child(2){
    height:16px;line-height: 6px;text-align: right;font-size: 12px;color: #919192;
}
/*生态环境*/
.ecologicalEnvironment{
    width:1200px;margin:0 auto;overflow: hidden;
}
.ecologicalEnvironmentList{
    width:285px;float: left;
}
.ecologicalEnvironmentMain{
    width:863px;float: left;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;padding:25px;
}
.carouselView{
    height:514px;width:863px;
}
.carouselView img{
    width:100%;height:100%;
}


/****生活出行***/
.LifeTravel{
    width:1200px;margin:0 auto;display: flex;justify-content: space-between;
}
.LifeTravell{
   width: 906px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;padding:20px;
}
.timeWeater{
    height: 60px;display: flex;align-items: center;padding:0 20px;
}
.ListTratime{
    width:120px;font-size: 16px;font-weight: bold;color: #4A4E58;
}
.ListTraWeat{
    width:80px;font-size: 16px;font-weight: bold;color: #4A4E58;
}
.ListTrTemp{
    color: #00579D;font-weight: bold;font-size: 30px;
}
.ListTrTemp span{
    color: #DB7100;
}
.LifeTravelMain{
    height:300px;overflow: hidden;
}
.LTMainList{
    padding:20px;height:110px;width:calc(33% - 40px);float: left;
}
.LTMLtop{
    height:40px;display: flex;align-items: flex-end;
}
.LTMLtop div:nth-child(1){
    width:40px;height:40px;
}
.LTMLtop div:nth-child(1) img{
    width:100%;height:100%;
}
.LTMLtop div:nth-child(2){
    font-size: 18px;font-weight: bold;color: #00579D;margin:0 10px;
}
.LTMLtop div:nth-child(3){
    font-weight: bold;font-size: 24px;color: #DB7100;
}
.LTMLillustrate{
    height:34px;line-height:34px;border-top:1px solid #DBDCDE;font-size: 14px;color: #4A4E58;margin-top:20px;overflow: hidden;
}
.DressingCalendar{
    height:421px;overflow: hidden;
}
.CalendarView{
    width:602px;height:100%;float: left;background: linear-gradient(180deg, rgba(0,87,157,0.1) 0%, rgba(0,87,157,0) 100%);
}
.CalendarTop{
    height:60px;display: flex;justify-content: space-between;align-items: center;
}
.CalendarTitle{
    height:24px;line-height:24px;border-left:8px solid #00579D;font-size: 20px;font-weight: bold;color: #00579D;padding-left:10px;
}
.CalendarSec{
    width:70px;height:38px;overflow: hidden;margin-right:20px;font-weight: bold;color: #00579D;font-size: 20px;
}
.CalendarSec button{
    width:100%;height:100%;border:0;
}
.CalendarSec button:hover{
    border: 1px solid #DBDCDE;border:0;
}

.activeDressing{
    width:302px;height:100%;float: left;background: linear-gradient(180deg, rgba(0,87,157,0.2) 0%, rgba(0,87,157,0) 100%);
}
.dressingTitle{
    height:132px;display: flex;justify-content: center;align-items: center;   flex-direction: column;
}
.dressingTitle div:nth-child(1){
    font-weight: bold;font-size: 18px;color: #00579D;
}
.dressingTitle div:nth-child(2){
    font-weight: bold;font-size: 32px;color: #DB7100;margin:5px 0;
}
.dressingTitle div:nth-child(3){
    font-size: 18px;color: #00579D;
}
.dressingTitle div:nth-child(3) span{
    color:#DB7100;
}
.SwitchDressing{
    height:40px;border-bottom:1px solid #00579D;width:260px;margin:0 auto;display: flex;
}
.SwitchDressing div{
    width:25%;height:37px;border-bottom:3px;line-height:40px;font-size: 18px;color: #4A4E58;text-align: center;cursor: pointer;
}
.SwitchDressing div.active{
    border-bottom:3px solid #00579D;
}
.ImgDressing{
    width:262px;height:220px;margin:10px auto;
}
.ImgDressing img{
    width:100%; height:100%;
}
.RightList{
    width: 234px;
}
.RightListList{
    padding:20px 10px 0;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;position: relative;
}
.sasd2{
    padding:20px 10px 18px;
}
.atlasLogo{
    width:100%;height:131px;position:absolute;left:0;top:75px;
}
.atlasLogo img{
    width:100%;height:100%;
}
.RightListList li{
    height:45px;line-height: 45px;padding:0 5px;font-size: 14px;color: #4A4E58;overflow: hidden;
}
.RightListList li:nth-child(2n){
    background: rgba(86,177,249,0.1);
}
.TrafficWeather{
    padding:20px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.TrafficView{
    width:100%;height:652px;background-color: #DBDCDE;
}
.TouristAttraction{
    width: 100%;overflow: hidden;
}
.TATitle{
    height:44px;line-height:44px;text-align: center;font-size: 24px;font-weight: bold;color: #00579D;
}
.TAH4{
    font-size: 18px;color: #4A4E58;text-align: center;
}
.TAtabSwitch{
    display: flex;justify-content: center;
}
.TAtabSwitch div{
    height: 40px;border: 1px solid #DBDCDE;border-radius: 5px;font-size: 16px;color: #4A4E58;width: 81px;line-height: 40px;
    text-align: center;margin-right:13px;cursor: pointer;
}
.TAtabSwitch div.active{
    border: 1px solid #00579D;background: #00579D;color:#fff;
}
.TAtabSwitch2{
    display: flex;flex-wrap:wrap;justify-content: center;
}
.TAtabSwitch2 div{
    padding:0 20px;height: 40px;border: 1px solid #DBDCDE;border-radius: 5px;font-size: 16px;color: #4A4E58;margin-left:10px;
    margin-bottom:10px;text-align: center;line-height: 40px;cursor: pointer;
}
.TAtabSwitch2 div.active{
    background: #00579D;border: 1px solid #00579D;color:#fff;
}
.TAMain{
    display: flex;justify-content: space-between;
}
.TAMainImg{
    width:480px;height:270px;
}
.TAMainImg img{
    width:100%;height:100%;
}
.TAMainTxt{
    width:672px;
}
.TAMainTxt div{
    height:72px;line-height:72px;font-size: 36px;font-weight: bold;color: #4A4E58;
}
.TAMainTxt p{
    height:21px;line-height: 21px;font-size: 16px;color: #4A4E58;font-weight: 400;
}

/*气象视频*/
.meteorologyVideo{
    width:1200px;margin:0 auto;display: flex;justify-content: space-between;
}
.VideoView{
    width:805px;padding:20px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.videoDiv{
    width:100%;height:454px;
}
.VideoList{
    width:312px;padding:20px 10px;background: rgba(255,255,255,0.6);
    border: 1px solid #DBDCDE;
}
.ReleaseUl li{
    height:45px;line-height:45px;padding:0 10px;font-size: 14px;color: #4A4E58;overflow: hidden;
}
.ReleaseUl li:nth-child(2n){
    background: rgba(86,177,249,0.1);
}


.videoTitle{
    font-size: 18px;font-weight: bold;color: #4A4E58;
}
.VideoContent,.VideoEdit{
    padding:20px;font-size: 14px;color: #4A4E58;line-height: 20px;background: #EDEDEE;
}
.VideoSource,.VideoReleaseTime{
    padding:20px;font-size: 14px;color: #4A4E58;line-height: 20px;background: #fff;
}
.VideoUl li{
    margin-top:10px;
}
.VideoUl li img{
    height:175px;width:100%;
}
.VideoUl li p{
    height:34px;line-height:34px;text-align: center;font-size: 14px;color: #4A4E58;
}

/**高清图详情页**/
.ImgDetails{
    padding:30px;width:1140px;margin:0 auto;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.ImgDetailsTitle{
    height:46px;line-height:46px;font-size: 26px;font-weight: bold;color: #434343;
}
.ImgDsubtitle{
    height: 76px;display: flex;justify-content: space-between;align-items: center;
}
.ImgDetailsft{
    width:844px;
    font-size: 16px;color: #434343;height:30px;border-bottom:1px solid #DBDCDE;line-height:30px;
}
.EnterChannel,.OriginalDrawing{
    font-size: 14px;color: #434343;height:32px;line-height:32px;
}
.EnterChannel img,.OriginalDrawing img{
    width:32px;height:32px;margin-right:15px;
}
.ImgDetailsImg{
    width:100%;
}
.ImgDetailsImg img{
    width:100%;height:100%;
}


.boxLeft,.lunboimg,.container{
    width: calc(100% - 40px)!important;float:none;
}


/**效果**/
.predictionListIndex{
    width:878px;display: flex;
    justify-content: space-between;
    align-items: center;
}
.predictionMain{
    width:840px;overflow: hidden;position:relative;
}
.indexleft{
    width:16px;height:16px;background:url("/m2/i/hubei/indexleft.png");background-size:100% 100%;cursor: pointer;
}
.indexright{
    width:16px;height:16px;background:url("/m2/i/hubei/indexright.png");background-size:100% 100%;cursor: pointer;
}
.predictionView{
    height:300px;width: 1440px;transition: .8s;
}
.predictionView li{
    width:60px;height:100%;float: left;text-align: center;
}
.predictionView li:nth-child(2n){
    background: linear-gradient(0deg, rgba(43,110,170,0.8) 0%, rgba(63,153,231,0) 100%);
}
.predictionView li .times{
    font-size: 16px;color: #FFFFFF;height:40px;line-height:40px;justify-content: center;
}
.predictionView li .icon{
    width:32px;height:32px;
}
.predictionView li .temp{
    font-size: 16px;color: #FFFFFF;height:40px;line-height:40px;justify-content: center;
}
.predictionView li .windIcon{
    width:16px;height:16px;margin-top:100px;
}
.predictionView li .windScale{
    font-size: 16px;color: #FFFFFF;height:40px;line-height:40px;justify-content: center;
}
#tempEcharts{
    width:100%;height:100px;position:absolute;left:0;top:110px;width: 1440px;transition: .8s;
}
.dis{
    display: none;
}
.ewImgmarker{
    width:40px;height:36px;
}
.ewImgmarker img{
    width:100%;height:100%;
}
.custom-content-marker{
    width: 204px;height: 60px;border: 1px solid #FFFFFF;background: linear-gradient(180deg, #00579D 0%, rgba(0,87,157,0.7) 100%);
    box-shadow: 0px 3px 8px 0px rgba(12,4,7,0.2); opacity: 0.9;border-radius: 5px;
}
.custom-content-marker a{
    display: block;width:100%;height:100%;display: flex;align-items: center;
}
.custom-content-marker img{
    width:32px;height:32px;border-right:1px solid #ccc;padding:0 10px;margin-right:10px;
}
.custom-content-marker .close-btn{
    font-size: 16px;font-weight: bold;color: #FFFFFF;
}
.TAMainTxt_jieshao{
    height:42px !important;line-height: 21px !important;overflow: hidden;overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*市县选择弹框*/
.SwitchBack{
    position:fixed;top:0;left:0;width:100%;height:100%;background: rgba(0, 0, 0, 0.6);z-index: 1000;transition:0.6s;
}
.SwitchView{
    width:1200px;height:800px;border: 1px solid #EDEDEE;box-shadow: 0px 3px 8px 0px rgba(12,4,7,0.2);background-color: #fff;
    position: absolute;left: -9px;top: 60px;z-index: 1001;
}
.SwitchTop{
    height:60px;background:url("/m2/i/hubei/SwitchTop.png") 0 0 no-repeat #EDEDEE;background-size:60px 60px;
    line-height:60px;font-size: 24px;color: #00579D;padding-left:80px;
}
.CityView{
    padding:0 60px;
}
.CityTop{
    height:60px;line-height:60px;border-bottom:1px solid #00579D;font-size: 16px;font-weight: bold;color: #4A4E58;
}
.CityTop span{
    font-size: 16px;font-weight: 400;color: #4A4E58;
}
.CityMain{
    height:650px;overflow: auto;
}
.CityMain::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}
.CityMain::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #4A4E58;
}
.CityMain::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
}
.CityMain::-webkit-scrollbar-corner {
    background: #fff;
}
.CityList{
    height:120px;display: flex;align-items: center;border-bottom:1px solid #EDEDEE;
}
.CityNam{
    width:100px;font-size: 24px;font-weight: bold;color: #C0C1C3;text-align: center;
}
.countyList{
    width: calc(100% - 100px);display: flex;flex-wrap: wrap;
}
.countyList span{
    display: block;width:90px;height:60px;line-height: 60px;text-align: center;color: #4A4E58;font-size: 16px;cursor: pointer;
    padding:0;
}
.countyList span.active{
    background: #56B1F9;color:#fff;
}
/*******/

.lunbo a{
    display: block;width:100%;height:100%;
}
.lunboList{
    position: relative;
}
.lunbo a p{
    width:100%;height:40px;position: absolute;bottom: 0;left:0;background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
    line-height: 40px;text-align: center;font-size: 18px;color: #FFFFFF;
}
.layui-carousel-ind{
    top: -60px !important;
}
.layui-carousel-ind li{
    width:20px;height:2px;border-radius:0;
}
.dqtqyb{
    width: 1200px;height:900px;margin:0 auto;
}
