.w1000{width: 1100px;margin: 0 auto;}
.width-110{width: 110px !important;}

.flex-between {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*头部导航*/
/*.index-header{margin: 0; min-height: 65px;position: fixed;width: 100%;left: 0;z-index: 99;.index-panel_footer}*/
.index-header .navbar-brand{height: 65px; padding: 13px 35px !important;}
.index-header .navbar-brand-logo{height: 40px;margin-top: 0px;}
.index-header .nav>li>a{color: #545963;}
.index-header .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
}
.index-header .navbar-toolbar{margin-top: 18px;}
.index-header .navbar-toolbar > li > a {
    padding: 5px 25px;
    border-radius:40px ;
    font-size: 16px;
}
.index-header .navbar-toolbar > li > a.nav-btn{border: solid 1px #006d93; }
.index-header .navbar-toolbar > li > a.nav-btn.reg{
    color: #fff;
    border: 1px solid #0073a0;
    background: -webkit-linear-gradient(top, #0073a0 , #007ea6 40%, #0073a0);
    background: -o-linear-gradient(top, #0073a0 , #007ea6  40%, #0073a0);
    background: -moz-linear-gradient(top, #0073a0 , #007ea6  40%, #0073a0);
    background: linear-gradient(to bottom, #0073a0 , #007ea6  40%, #0073a0);
    box-shadow: 0 0 1px 1px #0d47a1;}
.index-header .navbar-toolbar > li > a:hover{
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(60, 177, 255)), to(rgb(41, 115, 255)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index-header .navbar-toolbar > li > a.nav-btn.reg:hover{-webkit-text-fill-color: #fff;}

.index-controls span{border:1px solid #fff;border-radius: 20px;padding: 3px 12%;display: inline-block;color: #fff;margin-top: 20px;cursor: pointer;font-size: 12px;}
.index-controls span.index-regist{background-color: #fff;color: #4896fb;margin-right: 5px;}
span.index-regist{border:1px solid #fff;border-radius: 20px;padding: 3px 15px;display: inline-block;color: #fff;margin-top: 0px;cursor: pointer;font-size: 12px;background-color: #ddd;color: #4896fb;margin-right: 5px;}

/*头部新样式*/
.header-fixed{
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
.home-indexheader{
	width: 100%;
	background:transparent !important;
	box-shadow: none;
	-webkit-box-shadow:none;
}
.home-indexheader .logo-default,
	.home-indexheader.active .logo-dark{
		display: block;
	}
	
	.home-indexheader.active .logo-default,
	.home-indexheader .logo-dark{
		display: none;
	}
.home-indexheader .navbar-toolbar> li> a{color: #fff;}
/*.home-indexheader .navbar-toolbar > li.act > a,.home-indexheader .navbar-toolbar > li:hover > a{color: #00A5B9;background: none;-webkit-text-fill-color:#00A5B9;}*/
.home-indexheader .navbar-toolbar > li > a.nav-btn.reg{
	background: #2974FF url(../images/productIntro/btn_bg.png);
	border-radius: 0;
	box-shadow: none;
	border: 0;
}
.home-indexheader .navbar-toolbar > li > a.nav-btn{border: none;}
.home-indexheader.site-navbar .navbar-container{background:transparent !important;}
.home-indexheader.active{background: #fff !important;}
.home-indexheader.active .navbar-toolbar li a{color: #333;}

/*菜单选中效果*/
.index-header .navbar-toolbar > li.act > a{
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(60, 177, 255)), to(rgb(41, 115, 255)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*轮播插件*/
.swiper-slide {
    /*text-align: center;*/
    font-size: 16px;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
}
.swiper-pagination-bullet {
    background: #c9c9c9;
    opacity: 1;
    vertical-align: middle;
}
.swiper-pagination-bullet-active {
    background: #4896fb;
    width: 12px;
    height: 12px;
}
.swiper-button-prev,.swiper-button-next{background-image: none; color: #fff; width: 40px; height: 40px;}
.swiper-button-prev .iconfont,.swiper-button-next .iconfont{ font-size: 40px;}

/*.swiper-slide-content{text-align: center; }*/
.swiper-slide-content,.swiper-slide-content-title,.swiper-slide-content-btn a{color: #fff;}
.swiper-slide-content-title{font-size: 40px;text-align: left;}
.swiper-slide-content-btn a{display: inline-block; font-size: 16px; padding: 2px 20px; border: solid 1px #fff;}
.swiper-slide-content-btn a:hover{background-color: rgba(255,255,255,.2);}


#banner{max-height: 400px;width: 100%;overflow: hidden;}
#banner img{width: 100%;height: 100%;}
.index-regin_btn,.index-regin_btn:hover,.index-login_btn,.index-login_btn:hover{
    width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(left, #8274f6 , #5da4fa);
    background: -o-linear-gradient(right, #8274f6 , #5da4fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8274f6 , #5da4fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #8274f6 , #5da4fa); /* 标准的语法 */}

.index3c{color: #3c3c3c;}
.index-panel_heading{width: 300px;margin: 0 auto;}
.navs_Level2{width: 9.5%;border-right:none;border-radius: 0;background-color: #efefef;}
.navs_Level2 li a{display: block;font-size: 12px;color: #949494;height: 100px;text-align: center;padding-top: 10px;}
.navs_Level2 li.act,.navs_Level2 li:hover{
    background: -webkit-linear-gradient(top, #2a74ff , #6f58ed);
    background: -o-linear-gradient(bottom, #2a74ff , #6f58ed);
    background: -moz-linear-gradient(bottom, #2a74ff , #6f58ed);
    background: linear-gradient(to bottom, #2a74ff , #6f58ed);}
.navs_Level2 li.act a,.navs_Level2 li:hover a{color: #fff;}
.Right_con{width: 90.5%;border-radius: 0;}
.navs_ul li{float: left;}
.navs_Level1 li{width:95px;height:35px;line-height:35px;margin-right:10px;text-align:center;background-color: #fff;border-radius: 4px;border: 1px solid #e0e0e0;}
.navs_Level1 li.act{background-color: #2974ff;border: 1px solid #2974ff;color: #fff;}
.navs_Level3 li a/*,.navs_Level4 li a*/{display:block;text-align:center;height:50px;line-height: 50px;color: #3b3b3b; padding: 0 10px;}
.navs_Level5 li a{display:block;width:86px !important;text-align:center;height:50px;line-height: 50px;color: #3b3b3b; padding: 0 !important;}
.navs_Level3 li:hover a,.navs_Level3 li.act a{border-bottom: 2px solid #2974ff;color: #2974ff;}
/*.navs_Level4 li:hover a,.navs_Level4 li.act a{color: #2974ff;}*/
.navs_Level4 li a{
    display: block;
    color: #3b3b3b;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 5px 0;
    width: 80px;
    text-align: center;
    margin: 10px 15px;
}
.navs_Level4 li:hover a,.navs_Level4 li.act a{
    background-color: #2974ff;
    color: #fff;
}
.index-date_select>li{float: left;width: 100px;border: 1px solid #e0e0e0;background-color: #fff;text-align: center;position: relative;cursor: pointer;}
.index-date_select>li:nth-of-type(2),.index-date_select>li:nth-of-type(2)>span{border-top-left-radius: 4px;border-bottom-left-radius: 4px;border-right: none;}
.index-date_select>li:nth-of-type(4){border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-left: none;}
.index-date_select>li .ico{position: absolute;right:12px;}
.index-date_select>li .t_span{padding: 7px 0;}
.index-date_select>li.act .t_span{background-color: #2974ff;color: #fff;}
.index-date_select>li.act .date_Period{color: #545963;}
.date_Period{background-color: #fff;width: 200px;position: absolute;top: 33px;right:0;border: 1px solid #e0e0e0;border-top:none;display: none;max-height: 200px;overflow: hidden;overflow-y: auto;z-index: 10;}
.date_Period>li{line-height: 30px;text-align: center;}
.date_Period>li:hover{background-color: #fafafa;}
.index-panel_footer{background-color: #1F2329;color: #959595;}
.index-panel_footer span{vertical-align: middle; display: inline-block; position: relative;}
.index-panel_footer span .iconfont{font-size: 30px;vertical-align: middle;color: #fff;}
.index-panel_footer p{margin: 0;}
.index-panel_footer .icon_ewm{width: 30px; margin-right: 10px; vertical-align: middle;}
.ewm_group span .big_ewm{display: none; position: absolute; bottom: 40px; right: 0; width: 200px; box-shadow: 0 1px 10px rgba(0,0,0,.5);}
.ewm_group span:hover .big_ewm{display: block;}
.friend_a{padding: 70px 120px 40px;color: #fff;}
.friend_a ul{width: 90%;}
.friend_a ul li a{
    display:block;
    color: #fff;
    padding: 5px 0;
    border-radius: 15px;
    text-align: center;
    background: -webkit-linear-gradient(left, #123876 , #2e2c6f);
    background: -o-linear-gradient(right, #123876 , #2e2c6f);
    background: -moz-linear-gradient(right, #123876 , #2e2c6f);
    background: linear-gradient(to right, #123876 , #2e2c6f);}
.index-footer_p{color: #959595; margin: 0;}
.index_pub{border-left: 1px solid #e0e0e0;margin-left: 5px;padding-left: 8px;}
.footer_logo{border-bottom: 1px solid #63656a;}
/*=================================================================Umei首页end=============================================*/
.List-banner{background: url("../images/list_ban.jpg") no-repeat center;height: 350px;}
.ban-text{width: 50%;margin-left: 20%;padding-top: 125px;color: #fff;}
.about-banner{background: url("../images/aboutUs/about-ban.jpg") no-repeat center;height: 350px;}
.modal-open{padding:0 !important;}


/*热点样式*/
.w960 {width: 960px;margin: auto;}
.slide-hotspot .bg {background-color: #F1F5FE;}
.WB_main .WB_main_left {background-color: #fff;width: 120px;padding: 10px;}
.WB_main_right {width: 790px;}
.WB_left_nav>li>a {display: block;text-align: center;padding: 15px 0;color: #5E5E5E;border-bottom: solid 1px #E0E0E0;}
.WB_left_nav>li.active>a {color: #2974FF;}
.WB_left_nav>li:last-child>a {border: none;}

.ht-list-group .ht-list-item .media{background-color: #fff;padding: 14px 18px;margin-bottom: 10px;}
.ht-list-group .ht-list-item .media .arrow{width: 30px;}
.wb-group{display: none;}
.ht-list-group .ht-list-item .media .arrow a{display: inline-block;width: 20px;height: 20px;text-align: center;line-height: 20px;margin-top: 15px;}
.ht-list-group .ht-list-item.active .media .arrow a{transform: rotate(90deg);-ms-transform: rotate(90deg); /* IE 9 */-webkit-transform: rotate(90deg); /* Safari and Chrome */}
.ht-list-group .ht-list-item.active .wb-group{display: block;}
/*热点事件*/
.hot_changes li{
    width: 91px;
    height: 91px;
    display: inline-block;
    color: #2974ff;
    background:-moz-linear-gradient(left,#50d7fd,#4e4ffd);/*Mozilla*/
    background:-webkit-gradient(linear,0 50%,100% 50%,from(#50d7fd),to(#4e4ffd));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(left,#50d7fd,#4e4ffd);/*new gradient for Webkit*/
    background:-o-linear-gradient(left,#50d7fd,#4e4ffd); /*Opera11*/
    border-radius: 100%;
}
.hot_changes li>div{
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 100%;
    margin-top: 3px;
    margin-left: 3px;
    text-align: center;
}
.hot_progress{
    width: 270px;
    height: 8px;
    background-color: #eef2f7;
    border-radius: 5px;
}
.hot_plam li{
    margin-bottom: 10px;
}
.hot_plam li>label{
    width: 40px;
    text-align: right;
}
.hot_progress>p{
    height: 8px;
    background:-moz-linear-gradient(left,#50d7fd,#4e4ffd);/*Mozilla*/
    background:-webkit-gradient(linear,0 50%,100% 50%,from(#50d7fd),to(#4e4ffd));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(left,#50d7fd,#4e4ffd);/*new gradient for Webkit*/
    background:-o-linear-gradient(left,#50d7fd,#4e4ffd); /*Opera11*/
    border-radius: 5px;
}
.hot_xq{display: none;}
.hot_xq td{border-top: none !important;}
.hot_zhan td{cursor: pointer;}
.hot_zhan .ico{
    display: inline-block;
    position: relative;
    transition:transform .5s;
}
.hot_zhan .ico.act{
    transform: rotate(180deg);
}
.hot_issues tr th{border-top: none !important;font-weight: bold;}