*{
	font-family: Arial, Tahoma, Helvetica, '微软雅黑';
	box-sizing: border-box;
}
img{
	border: none;
}
#wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 1200px;
}
#wrapper .header{
	position: fixed;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	white-space: nowrap;
	font-size: 0;
	z-index: 60;
}
#wrapper .header:after{
	content: '';
	display: block;
	clear: both;
}
#wrapper .header .header_wrap{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
#wrapper .header .header_wrap .logo{
	float: left;
	margin-top: 10px;
}
#wrapper .header .header_wrap .nav{
	float: right;
	font-size: 0;
}
#wrapper .header .header_wrap .nav .nav_ul{
	float: left;
	height: 79px;
	line-height: 79px;
}
#wrapper .header .header_wrap .nav .nav_ul li{
	display: inline-block;
	font-size: 18px;
	color:#333333;
	position: relative;
}
#wrapper .header .header_wrap .nav .nav_ul li a{
	color:#333333;
	display: block;
	text-align: center;
}
#wrapper .header .header_wrap .nav .nav_ul li+li{
	margin-left: 48px;
}
#wrapper .header .header_wrap .nav .nav_ul li.active a{color: #E70012;}
#wrapper .header .header_wrap .nav .nav_ul li.active a:before{
	content: '';
	display: block;
	position: absolute;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_navactive.png) no-repeat center center;
	width: 35px;
	height: 5px;
	left:50%;
	margin:-17.5px 0 0 -17.5px;
	bottom: 15px;
}
#wrapper .header .header_wrap .nav .nav_ul li:hover a{
	display: block;
	color:#E70012;
}
#wrapper .header .header_wrap .nav .nav_ul li:hover a:before{
	content: '';
	display: block;
	position: absolute;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_navactive.png) no-repeat center center;
	width: 35px;
	height: 5px;
	left:50%;
    margin:-17.5px 0 0 -17.5px;
	bottom: 15px;
}
#wrapper .header .header_wrap .search{
	float: left;
	width: 84px;
	height: 43px;
	line-height: 43px;
	border-radius: 45px;
	margin-top: 19px;
	margin-left: 79px;
	position: relative;
	cursor: pointer;
	background-color: #D21010;
}
#wrapper .header .header_wrap .search{
	position: relative;
	left:0px;/* left:-347px; */
	background-color: #D21010;
	border-radius: 45px;
	cursor: pointer;
	height: 43px;
	line-height: 43px;
	-moz-line-height:46px;
	zoom: 1;
}
#wrapper .header .header_wrap .search:hover input[type='text']{
	transition: 1s;
}
#wrapper .header .header_wrap .search input[type='text']{
	font-size: 14px;
	height: 43px;
	border: none;
	width: 0;
	border-radius: 45px 0 0 45px;
	padding-left: 18px;
	background-color: #D21010;
	margin-left: 16px;
	position: absolute;
	left: 0px;
	display: none;
	color:#DD6969;
}
#wrapper .header .header_wrap .search input[type='text']::placeholder{
	color:#fff;
	opacity: 0.4;
}
#wrapper .header .header_wrap .search input[type='submit']{
	border: none;
	font-size: 14px;
	color:#ffffff;
	text-align: center;
	width: 84px;
	height: 43px;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_search.png) no-repeat 19px center transparent;
	padding-left: 15px;
	vertical-align: middle;
}
#wrapper .header .header_wrap .login{
	float: left;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_login.png) no-repeat left center;
	width: 146px;
	height: 43px;
	line-height: 43px;
	margin-top: 19px;
	margin-left: 24px;
	font-size: 0;
	text-align: center;
}
#wrapper .header .header_wrap .login a{
	display: inline-block;
	font-size: 15px;
	color:#E70012;
}
#wrapper .header .header_wrap .login a+a:before{
	content: '|';
	display: inline-block;
	color:#E70012;
	font-size: 15px;
	vertical-align: top;
	margin: 0 15px;
}
.center{
	font-size: 0;
}
.center img{
	width: 100%;
	height: 100%;
}
.footer{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	font-size: 0;
	white-space: nowrap;
}
.footer .footer_left{
	width: 62.5%;
	display: inline-block;
	max-width: 1200px;
	min-width: 820px;
	height: 170px;
	overflow: hidden;
	background: #D21010;
	border-radius: 0 50px 0 0;
	padding-right: 50px;
	vertical-align: middle;
}
.footer .footer_left a{
	display: inline-block;
	color: #ffffff;
	max-width: 210px;
	margin-top: 60px;
}
.footer_left_wrap{
	float: right;
}
.footer .footer_left a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	border: none;
}
.footer .footer_left a div{
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_left a div h1{
	font-size: 28px;
	max-width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .footer_left a div h2{
	font-size: 14px;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .footer_left a.mg_0{
	margin-left: 84px;
}
.footer .footer_left a.mg_84{
	margin-left: 84px;
	animation-delay: 0.2s;
}
.footer .footer_left a.mg_94{
	margin-left: 94px;
	animation-delay: 0.3s;
}
.footer .footer_left a:hover img{
	transition: all .5s;
	top:-5px;
}
.footer .footer_right{
	display: inline-block;
	margin-left: 0.4%;
	width: 37.2%;
	max-width: 720px;
	min-width: 380px;
	height: 170px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50px 0 0 0;
	vertical-align: middle;
	padding-left: 28px;
}
.footer_right_wrap .tab_nav{
	width: 322px;
	border-bottom: 1px solid #333333;
	font-size: 0px;
	color:#333333;
}
.footer_right_wrap .tab_nav li{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	padding-bottom: 14px;
	cursor: pointer;
	position: relative;
}
.footer_right_wrap .tab_nav li:nth-last-child(1){
	float: right;
}
.footer_right_wrap .tab_nav li:nth-last-child(1) a{
	color:#333333;
	font-size: 14px;
	vertical-align: middle;
	font-weight: normal;
}
.footer_right_wrap .tab_nav li+li{
	margin-left: 25px;
}
.footer_right_wrap .tab_nav li.active:after{
	content: '';
	display: block;
	height:3px;
	width: 70px;
	background-color: #D21010;
	position: absolute;
	bottom: -2px;
}
.footer_right_wrap .tab_content {
	margin-top: 10px;
}
.footer_right_wrap .tab_content .active{
	font-size: 14px;
	width: 322px;
}
.footer_right_wrap .tab_content .active a span{
	line-height: 24px;
	color:#333333;
}
.footer_right_wrap .tab_content .active span.data{
	float: right;
}
/*index end*/
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.h380{
	height: auto;
}
.banner img{
    width: 100%;
	z-index: -1;
}
.banner h1{
	color:#d21010;
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	z-index: 3;
	line-height: 680px;
}
.content{
	position: relative;
}
.content .content_search{
	width: 920px;
	margin: 0px auto 16px;
	background-color: #fff;
	padding: 30px 26px;

}
.content .content_search .dwselect{
	font-size: 16px;
}
.content_search{
	font-size: 0;
}
.sod_select+.sod_select{
	margin-left: 14px;
}
.sod_select
    {
        display: inline-block;
        position: relative;
        line-height: 1;
        width: 190px;
        padding: 14px 14px;
        border: 1px solid #EEEEEE;
        background: #ffffff;
        color: #444444;
        font-size: 11px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        outline: 0;
        outline-offset: -2px;
        cursor: default;
    }
    .sod_select:after
        {
            position: absolute;
            right: 10px;
            top: 15px;
            font-size: 7px;
        }
 .sod_select:after{
	content: '';
	display: block;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_right.png) no-repeat left center; 
	width: 7px;
	height: 12px;
 }
.sod_select.disabled
    {
        border-color: #828282;
        color: #b2b2b2;
        cursor: not-allowed;
    }
.sod_select {
	margin-left: 15px;
}
.sod_select:nth-child(1){
	margin-left: 0;
}
.sod_select .sod_label
{
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	padding-right: 15px;
}
.sod_select .sod_placeholder { 
	color:#aaaaaa;
	font-size: 16px;
	font-weight: normal;
}
.sod_select .sod_list
{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	height: auto;
	width: 190px;
	background: #ffffff;
	border: 1px solid #eee;
	border-top: none;
	color: #444444;
	font-weight: 300;
	z-index: 1;
}

.sod_select .sod_list span{
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}
.sod_select.open .sod_list { display: block; overflow: auto;}
.sod_select.disabled.open .sod_list { display: none;  }
.sod_select.above .sod_list
	{
		top: auto;
		bottom: 100%;
		border-top: 3px solid #000000;
		border-bottom: none;
	}
.sod_select .sod_list ul
{
	overflow-y: auto;
	padding: 0;
	margin: 0;
}
.sod_select .sod_list li
	{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

		position: relative;
		padding: 10px 10px;
		list-style-type: none;
	}
	.sod_select .sod_list .optgroup,
	.sod_select .sod_list .optgroup.disabled
		{
			background: inherit;
			color: #939393;
			font-size: 10px;
			font-style: italic;
		}
		.sod_select .sod_list .groupchild { padding-left: 20px; }
	.sod_select .sod_list .disabled
		{
			background: inherit;
			color: #cccccc;
		}
	.sod_select .sod_list .active
		{
			background: #f7f7f7;
			color: #333333;
		}
.sod_select select { display: none !important; }
.select{
	display: inline-block;
	vertical-align: middle;
}
.content_search .keyword{
	width: 193px;
	height: 46px;
	font-size: 16px;
	border: 1px solid #eee;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	margin-left: 14px;
	border-right: 0;
	color: #aaaaaa;
}
.content_search input#submit{
	width: 58px;
	height: 46px;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_ss2.png) no-repeat center center;
	background-size: 16px 16px;
	background-color: #D21010;
	border: none;
	vertical-align: middle;
}
.content_wrap{
	width: 920px;
	margin: 0 auto 30px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
.content_wrap .content_wrap_list{
	border-bottom: 2px solid #F8F8F8;
	font-size: 0;
	position: relative;
}
.content_wrap .content_wrap_list h1{
	max-width: 900px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	color:#333333;
	padding-top: 28px;
	margin-bottom: 23px;
}
.content_wrap .content_wrap_list ul{
	margin-bottom: 24px;
}
.content_wrap .content_wrap_list ul li{
	display: inline-block;
	font-size: 16px;
	color:#666666;
	width: 151px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content_wrap .content_wrap_list ul li img{
margin-right:6px;
}
.content_wrap .content_wrap_list ul li:nth-last-child(1){
	width: 370px;
}
content_wrap .content_wrap_list ul li img{
	margin-right: 10px;
}
.content_wrap .content_wrap_list:after{
	content: '';
	display: block;
	clear: both;
}
.content_wrap .content_wrap_list:before{
	content: '';
	display: block;	
	height: 2px;
	background-color: #D21010;
	width: 0%;
	position: absolute;
	bottom: 0;
}
.content_wrap_list_left{
	float: left;
	padding-left: 25px;
}
.content_wrap_list_right{
	float: right;
	padding-right: 25px;
}
.content_wrap_list_right p.date{
	color: #aaaaaa;
	font-size: 16px;
	padding-top: 31px;
	margin-bottom: 17px;
	text-align: right;
}
.content_wrap_list_right button{
	border: none;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 110px;
	padding: 11px 0;
	border-radius: 45px;
	-ms-border-radius:45px;
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_fb.png) no-repeat right 15px center;
	background-color: #D21010;
	padding-right: 10px;
	cursor: pointer;
}
.content_wrap .content_wrap_list:hover:before{
	width: 100%;
	transition: 1s;
}
.content_wrap .content_wrap_list:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.pages{
	width: 1200px;
	margin: 0 auto 80px;
	text-align: center;
}
.pages a{
	display: inline-block;
	font-size: 14px;
	color:#333333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #DADADA;
	margin: 0 7.5px;
	cursor: pointer;
}
.pages a:nth-child(1),.pages a:nth-child(2),.pages a:nth-last-child(1),.pages a:nth-last-child(2){
	width: auto;
	padding: 0 15px;
	border-radius: 30px;
}
.pages a:nth-child(1),.pages a:nth-child(2){
	margin:0 3.5px 0 0;
}
.pages a:nth-last-child(1),.pages a:nth-last-child(2){
	margin:0 0 0 3.5px;
}
.pages span a{
	border: 1px solid #D21010;
	background-color: #D21010;
	color: #fff;
}
.pages a:hover{
	border: 1px solid #D21010;
	background-color: #D21010;
	color: #fff;
}
/* .pages a+a{
	margin-left: 15px;
} */
/* .pages ul li+li{
	margin-left: 15px;
}
.pages ul li.home a,.pages ul li.pgup a,.pages ul li.pgdn a,.pages ul li.end a{
	width: auto;
	padding: 0 15px;
	border-radius: 30px;
}
.pages ul li.pgup{
	margin-left: 8px !important;
	margin-right: 5px;
}
.pages ul li.pgdn{
	margin-left: 20px !important;
}
.pages ul li.end{
	margin-left: 8px !important;
}
.pages ul li.active a{
	border: 1px solid #D21010;
	background-color: #D21010;
	color: #fff;
}
.pages ul li:hover a{
	border: 1px solid #D21010;
	background-color: #D21010;
	color: #fff;
} */
footer{
	width: 100%;
	text-align: center;
	font-size: 0;
	background-color: #333333;
	height: 60px;
	line-height: 60px;
}
footer p{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
}
footer img{
	display: inline-block;
	margin-left: 9px;
}
.w_1200{
	width: 1200px;
	margin: 30px auto 0;
	font-size: 0;
        display:block;
margin-bottom:20px;
}
.wrap{
	position: relative;
	width: 920px;
	margin: 0px auto 40px;
	background-color: #fff;
	font-size: 0;
}
.wrap h1{
	font-size:26px;
	font-weight: bold;
	color:#333333;
	padding-top: 39px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.wrap .table{
	background-color: #EEEEEE;
	padding: 17.5px 19px;
	margin: 0 20px;
}
.wrap .table span{
	font-size: 16px;
	color:#333333;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.wrap .table span img{
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 0px;
}
.wrap .table span b{
/* 	vertical-align: middle; */
}
.wrap_center{
	padding:0 40px 55px;
}
.wrap_center h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 37px;
	margin-bottom: 8px;
}
.wrap_center ol{list-style-type:none;counter-reset:sectioncounter;}
.wrap_center ol li{
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
}
.wrap_center ol:nth-child(1){
    margin-top:15px;
}

.wrap_center ol+ol{
   margin-top:22px;
}
.wrap_footer{
	border-top: 2px solid #EEEEEE;
	padding: 33px 40px 29px;
}
.wrap_footer:after{
	content: '';
	display: block;
	clear: both;
}
.wrap_footer .form{
	float: left;
}
.wrap_footer .form a{
	display: inline-block;
	width: 140px;
	text-align: center;
	font-size: 16px;
	border-radius: 45px;
	padding: 16px 0;
}
.wrap_footer .form a.apply{
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_sq.png) no-repeat 25px center;
	background-color: #D21010;
	color: #ffffff;
	padding-left: 25px;
}
.wrap_footer .form a.collect{
	background: url(//stcms.beisen.com/cmsportal/180013/180013_themes_bank_images_sc.png) no-repeat 42px center;
	background-color: #333333;
	color: #ffffff;
	padding-left: 25px;
	margin-left: 18px;
}
.wrap_footer .form a.sqlink{
	background-color: #EEEEEE;
	border: 1px solid #E5E5E5;
	color: #666666;
	margin-left: 18px;
}
.share{
	float: right;
}
.share span{
	font-size: 14px;
	color: #666666;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}
.nextandprev{
	width: 100%;
	position: absolute;
	top:40%;
	background-color: red;
}
.socitem{
	width: 100%;
	height:500px;
	position: relative;
	overflow: hidden;
}
.socitem .swiper-container{
	width: 100%;
	/*height: 500px;*/
	/*position: absolute;*/
/* 	left: 50%;
	margin-left: -960px; */
}
.swiper-slide{
display:block;
}
.swiper-slide a{
display:block;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
}
.button-prev{
	position: absolute;
	z-index: 15;
	top:50%;
	margin-top: -30.5px;
	left: 15%;
}
.button-next{
	position: absolute;
	z-index: 15;
	top:50%;
	margin-top: -30.5px;
	right: 15%;
}
#mindex{
	background-color: blue;
}
.bdimgshare-bg{
	display: none !important;
}
.bdimgshare-content{
	display: none !important;
}
/* .content_wrap .content_wrap_list ul li:nth-last-child(1){
      width:450px;
} */
.section{
				width: 260px;
				font-size: 0;
				display: inline-block;
				margin-right: 20px;
				vertical-align: top;
margin-bottom:30px;
			}
			.section .section_title{
				width: 100%;
				font-size: 24px;
				color: #fff;
				font-weight: bold;
				background-color: #d21010;
				text-align: center;
				line-height: 1;
				zoom: 1;
				padding: 28px 0;
			}
			.section .section_wrap{
				background-color: #fff;
				width: 100%;
				padding: 11px;
				box-sizing: border-box;
			}
			.section .section_wrap a{
				color: #333333;
				font-size: 18px;
				text-align: center;
				display: block;
				border-bottom: 1px solid #e8e8e8;
				padding: 10px 0;
				text-decoration: none;
			}
			.section .section_wrap a.active{
				color: #d21010;
				font-weight: bold;
				font-size: 18px;
				background-color: #e8e8e8;
				text-align: center;
				display: block;
				border-bottom: 1px solid #e8e8e8;
				padding: 10px 0;
			}
			.section .section_wrap a:hover{
				color: #d21010;
				font-weight: bold;
				font-size: 18px;
				background-color: #e8e8e8;
				text-align: center;
				display: block;
				border-bottom: 1px solid #e8e8e8;
				padding: 10px 0;
			}
			.wrap{
				width: 920px;
				display: inline-block;
				vertical-align: top;}
			.wrap .table span{
				line-height: 1;
			}
			.w230,.w190,.w285,.w200{
				width: 270px;
			}
			.w210{
				width: 500px;
				margin-top: 17.5px;
			}
			.w200{
				margin-top: 17.5px;
			}
.mgt_40{
margin-top:40px}
.li_min{
width:90px !important;
}