@charset "utf-8";
/* CSS Document */
/*头部*/

#header{
	height:80px;
	min-width: 1200px;
	position: relative;
	width: 100%;
}
.header_content{
	height: 80px;
	position: relative;

}
.logo{
	position:absolute;
	left:0px;
	top:10px;	
	z-index: 10;
}
.header_bg{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: -943px;
}
#nav{
	height: 80px;
	position: absolute;
	right: -16px;
	top: 0px;
}
#nav li{
	float:left;
	width: 92px;
	position: relative;
}
#nav li>a{
	display: block;
	width: 92px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	color: #333;
}
#nav li>a:hover{
	color: #dd1629;
}
#nav li.current>a{
	color: #dd1629;
}
#nav li.current1>a{
	color: #dd1629;
}
.sub_nav{
	position: absolute;
	left: 0px;
	top: 80px;
	width: 92px;
	z-index: 100;
	display: none;
}
.sub_nav dd{
	margin-bottom: 2px;
}
.sub_nav dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: rgb(221,22,41);
	text-align: center;
}
.sub_nav dd a:hover{
	background: rgba(221,22,41,0.8);
}


.language{
	position: absolute;
	height: 24px;
	right: 10px;
	top: 11px;
}
.language a{
	display: block;
	float: left;
	margin-left: 3px;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
}
.language a:first-child{
	background: url(../images/lan_icon.png) no-repeat left center;
}
.language a:last-child{
	background: url(../images/lan_icon.png) no-repeat right center;
}
.top_phone{
	position: absolute;
	right: 10px;
	bottom: 11px;
	font-size: 16px;
	color: #dd1629;
}
.top_phone span{
	font-size: 20px;
	font-family: arial;
}
@media(max-width: 1699px){
	.top_phone{
		display: none;
	}
	.language{
		top: 28px;
	}
}
@media(max-width: 1339px){
	.language{
		display: none;
	}
}

#banner{
	width:100%;
	min-width: 1200px;
	height:720px;	
	position:relative;
	z-index:1;
	overflow: hidden;
}
#banner .bd{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	height:720px;
	width: 1920px;
}
#banner .hd{
	position: absolute;
	height: 10px;
	left: 0px;
	width: 100%;
	bottom: 22px;
	text-align: center;
}
#banner .hd ul li{
	cursor: pointer;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin:0px 7px;
	background: #fff;
	text-indent: -9999px;
}
#banner .hd ul li.on{
	background: #dd1629;
}
.banner_icon{
	overflow: hidden;
	height: 59px;
	width: 304px;
	position: absolute;
	left: 50%;
	margin-left: -152px;
	bottom: 60px;
	z-index: 20;
}
.banner_icon li{
	float: left;
	margin:0px 8.5px;
}
.banner_icon li a{
	display: block;
	height: 59px;
	width: 59px;
}
.banner_icon li:nth-child(1) a{
	background: url(../images/banner_icon.png) no-repeat left bottom;
}
.banner_icon li:nth-child(1) a:hover{
	background: url(../images/banner_icon.png) no-repeat left top;
}
.banner_icon li:nth-child(2) a{
	background: url(../images/banner_icon.png) no-repeat -72px bottom;
}
.banner_icon li:nth-child(2) a:hover{
	background: url(../images/banner_icon.png) no-repeat -72px top;
}
.banner_icon li:nth-child(3) a{
	background: url(../images/banner_icon.png) no-repeat -148px bottom;
}
.banner_icon li:nth-child(3) a:hover{
	background: url(../images/banner_icon.png) no-repeat -148px top;
}
.banner_icon li:nth-child(4) a{
	background: url(../images/banner_icon.png) no-repeat right bottom;
}
.banner_icon li:nth-child(4) a:hover{
	background: url(../images/banner_icon.png) no-repeat right top;
}

/*主体内容*/
.about{
	overflow:hidden;
	margin-bottom: 80px;
}
.about_content{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin:0px auto 40px;
	width: 1100px;
}
.title{
	text-align: center;
	margin: 68px 0px 42px;
}
.title h3{
	height: 45px;
	line-height: 45px;
	font-size: 48px;
	color: #333;
	font-family: Times New Roman;
	text-transform: uppercase;
}
.title p{
	line-height: 32px;
	font-size: 22px;
	color: #333;
}
.more{
	width: 214px;
	height: 44px;
	border:3px solid #333333;
	display: block;
	margin:0 auto;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}
.more span{
	margin:2px;
	border:1px solid #fff;
	width: 208px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	display: block;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}
.more:hover{
	background:#DD1629;
	border:3px solid #DD1629;
}
.more:hover span{
	color: #fff;
}
/*业务板块*/
.business_wrap{
	width: 100%;
	min-width: 1200px;
	height: 704px;
	background: #F8F8F8;
	overflow: hidden;
}
.business{
	position: relative;
}
.business .bd{
	width: 100%;
	overflow: hidden;
}
.business_ul li{
	float: left;
	width: 25%;
	overflow: hidden;
}
.business_ul li .business_img{
	display: block;
	height: 220px;
	width: 220px;
	overflow: hidden;
	margin: 0px auto 25px;
	border-radius: 50%;
	background: #000000;
}
.business_ul li .business_img img{
	display: block;
	height: 220px;
	width: 220px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-ms-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}
.business_img:hover img{
	opacity: 0.7;
}
.business_ul li h4{
	height: 50px;
	line-height: 50px;
	text-align: center;
	perspective: inherit;
}
.business_ul li h4 a{
	font-size: 24px;
	color: #333;
}
.business_ms{
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #888;
	width: 240px;
	margin:0px auto 32px;
	text-align: center;
}
.business_more{
	width: 136px;
	height: 30px;
	border:2px solid #333333;
	display: block;
	margin:0 auto;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}
.business_more span{
	margin:1px;
	border:1px solid #fff;
	width: 132px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	display: block;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}
.business_more:hover{
	background:#DD1629;
	border:2px solid #DD1629;
}
.business_more:hover span{
	color: #fff;
}
.business .prev{
	display: block;
	width: 30px;
	height: 55px;
	background: url(../images/jt_img.png) no-repeat left top;
	position: absolute;
	left: -60px;
	top: 194px;
}
.business .prev:hover{
	background: url(../images/jt_img.png) no-repeat left bottom;
}
.business .next{
	display: block;
	width: 30px;
	height: 55px;
	background: url(../images/jt_img.png) no-repeat right top;
	position: absolute;
	right: -60px;
	top: 194px;
}
.business .next:hover{
	background: url(../images/jt_img.png) no-repeat right bottom;
}
/*演艺节目*/
.pro_ul{
	overflow: hidden;
	width: 1220px;
}
.pro_ul li{
	width: 285px;
	margin:0px 20px 20px 0px;	
	float: left;
}
.pro_a{
	display: block;
	width: 285px;
	overflow: hidden;
}
.pro_img{
	width: 285px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.pro_img img{
	display: block;
	width: 285px;
	height: 200px;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-ms-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}
.pro_ul li:hover .pro_img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.black_box{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.black_box span{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 150px;
	line-height: 30px;
	height: 30px;
	display: block;
	text-align: center;
	margin: auto;
	font-size: 16px;
	color: #fff;
}
.pro_name{
	height: 100px;
	position: relative;
	padding:8px 30px 0px;
	background: #F8F8F8;
}
.pro_name h4{
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.pro_name p{
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}
.box_line{
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background: #DD1629;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-ms-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}
.pro_ul li:hover .box_line{
	width: 100%;
	left: 0px;
	
}
.program .more{
	margin-top: 13px;
}
/*底部内容*/
.bottom_wrap{
	width: 100%;
	min-width: 1200px;
	height: 255px;
	margin-top: 70px;
	background: #F5F5F5;
	padding-top: 45px;
}
.bottom{
	overflow: hidden;
}
.bottom_ul{
	overflow: hidden;
}
.bottom_ul li{
	float: left;
	width: 140px;
}
.bottom_ul li:nth-child(3){
	width: 220px;
}
.bottom_ul li:nth-child(3) dl dd{
	width: 95px;
	float: left;
}
.bottom_ul li dl dt{
	overflow: hidden;
	margin-bottom: 20px;
}
.bottom_ul li dl dt a{
	display: block;
	height: 32px;
	line-height: 32px;
	background: url(../images/dt_line1.png) no-repeat left bottom;
	font-size: 16px;
	color: #333333;
	font-family: Times New Roman;
	float: left;
	text-transform: uppercase;
}
.bottom_ul li dl dt a:hover{
	background: url(../images/dt_line2.png) no-repeat left bottom;
	color: #dd1629;
}
.bottom_ul li dl dd{
	height: 30px;
	line-height: 30px;
}
.bottom_ul li dl dd a{
	font-size: 14px;
	color: #888;
}
.bottom_ul li dl dd a:hover{
	color: #dd1629;
}
.contact_wrap{
	widows: 100%;
	min-width: 1200px;
	height: 105px;
	padding: 23px 0px 22px;
	background: #DD1629;
}
.contact{
	height: 105px;
	overflow: hidden;
}
.contact_phone{
	background: url(../images/phone_icon.png) no-repeat left center;
	width: 270px;
	padding-left: 75px;
	height: 80px;
	padding-top: 25px;
	float: left;
}
.contact_phone h4{
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}
.contact_phone h3{
	line-height: 32px;
	font-size: 35px;
	font-family: Times New Roman;
	color: #fff;
}
.contact_tel{
	height: 101px;
	border-left: 1px solid #EB737F;
	border-right: 1px solid #EB737F;
	width: 295px;
	padding-left: 65px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	float: left;
	padding-top: 4px;
}
.contact_address{
	height: 101px;
	width: 423px;
	padding-top: 4px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	float: right;
}
/*底部*/
#footer{
	width:100%;
	min-width: 1200px;
	overflow:hidden;
	font-size: 14px;
	line-height: 22px;
	background:#222222;
	color:#999;	
	padding: 14px 0px;
	text-align: center;
}
/*悬浮窗口*/
.fixed_ul{
	position: fixed;
	right: 0px;
	top: 200px;
	z-index: 100;
	width: 60px;
}
.fixed_ul li{
	height: 60px;
	margin-bottom: 3px;
	position: relative;
}
.fixed_ul li span{
	display: block;
	height: 60px;
	width: 60px;
	cursor: pointer;
	float: left;
}
.fixed_ul li span a{
	display: block;
	height: 60px;
	width: 60px;
}
.fixed_ul li:nth-child(1),.fixed_ul li:nth-child(2){
	width: 220px;
}
.fixed_ul li:nth-child(3) img{
	position: absolute;
	right: 60px;
	top: 0px;
	display: none;
}
.fixed_ul li:nth-child(1) span{
	background: url(../images/fixed_icon1.png) no-repeat center #DD1629;
}
.fixed_ul li:nth-child(2) span{
	background: url(../images/fixed_icon2.png) no-repeat center #DD1629;
}
.fixed_ul li:nth-child(3) span{
	background: url(../images/fixed_icon3.png) no-repeat center #DD1629;
}
.fixed_ul li:nth-child(4) span{
	background: url(../images/fixed_icon4.png) no-repeat center #DD1629;
}
.li_div{
	width: 160px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	float: left;
	background: #DD1629;
}
.li_div a{
	display: block;
	width: 160px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
}

/*内页样式*/
.inside_banner{
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.inside_banner img{
	position: absolute;
	width: 1920px;
	height: 500px;
	left: 50%;
	top: 0px;
	margin-left: -960px;
}
.inside_title{
	text-align: center;
	color: #dd1629;
	margin-top: 150px;
	position: relative;
	z-index: 10;
}
.inside_title h4{
	line-height: 60px;
	font-family: Times New Roman;
	font-size: 60px;
}
.inside_title h3{
	line-height: 40px;
	font-size: 30px;
}
.list_ul{
	margin-top: 45px;
	height: 44px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	text-align: center;
}
.list_ul li{
	display: inline-block;
	margin: 0px 5px;
	width: 140px;
	height: 44px;
}
.list_ul li a{
	display: block;
	border: 2px solid #fff;
	width: 136px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.list_ul li a:hover{
	background: #DD1629;
	border: 2px solid #DD1629;
	color: #fff;
}
.list_ul li.on a{
	background: #DD1629;
	border: 2px solid #DD1629;
	color: #fff;
}

#main{
	margin:70px auto 0px;	
}
.main_title{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
.main_title h4{
	line-height: 45px;
	font-size: 48px;
	color: #333;
	font-family: Times New Roman;
	text-transform: uppercase;
}
.main_title h3{
	line-height: 30px;
	font-size: 22px;
	color: #333;
}
.weizhi{
	position: absolute;
	right: 0px;
	top: 20px;
}
.main_box{
	padding: 40px 0px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.about_box{
	padding-top: 600px;
	background: url(../images/about_bg.png) no-repeat center 50px;
}
.pro_scroll{
	height: 190px;
	position: relative;
	overflow: hidden;
}
.pro_scroll .bd{
	width: 1120px;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
}
.pro_scroll .bd ul li{
	float: left;
	width: 270px;
	margin:0px 5px;
}
.scroll_a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 190px;
	width: 270px;
}
.scroll_a .pro_img{
	overflow: hidden;
	height: 190px;
	width: 270px;
}
.scroll_a .pro_img img{
	display: block;
	height: 190px;
	width: 270px;
}
.scroll_a:hover .pro_img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.pro_scroll .prev{
	display: block;
	width: 21px;
	height: 36px;
	background: url(../images/scroll_jt.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 77px;
}
.pro_scroll .prev:hover{
	background: url(../images/scroll_jt.png) no-repeat left bottom;
}
.pro_scroll .next{
	display: block;
	width: 21px;
	height: 36px;
	background: url(../images/scroll_jt.png) no-repeat right top;
	position: absolute;
	right: 0px;
	top: 77px;
}
.pro_scroll .next:hover{
	background: url(../images/scroll_jt.png) no-repeat right bottom;
}
.culture_list{
	overflow: hidden;
	width: 1230px;
}
.culture_list li{
	float: left;
	overflow: hidden;
	width: 380px;
	margin-right: 30px;
}
.culture_list li h4{
	height: 65px;
	line-height: 65px;
	background: url(../images/culture_line.png) no-repeat left center;
}
.culture_list li h4 span{
	display: block;
	font-size: 24px;
	color: #333;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.culture_list li:hover h4 span{
	margin-left: 60px;
	color: #dd1629;
}
.list_img{
	height: 120px;
	position: relative;
}
.list_img img{
	display: block;
	width: 380px;
	height: 120px;
}
.list_img span{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 120px;
	width: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: rgba(34,34,34,0.8);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.culture_list li:hover .list_img span{
	background: #DD1629;
}
.list_ms{
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}
.main_box .business{
	margin-top: 55px;
	margin-bottom: 40px;
}
.yyry_banner{
	height: 417px;
	width: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}
.yyry_banner img{
	position: absolute;
	width: 1920px;
	height: 417px;
	left: 50%;
	top: 0px;
	margin-left: -960px;
}
.content{
	margin:50px auto 65px;
}
.yyry_nr{
	text-align: center;
	margin-bottom: 50px;
}
.yyry_ul{
	width: 1220px;
	overflow: hidden;
}
.yyry_ul li{
	width: 590px;
	float: left;
	margin:0px 20px 20px 0px;
}
.yyry_ul li img{
	width: 590px;
	height: 352px;
	display: block;
}
.yyry_ul li p{
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.customer_title{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.customer_title h4{
	line-height: 48px;
	font-size: 48px;
	color: #333;
	font-family: "times new roman";
	text-transform: uppercase;
}
.customer_title h3{
	line-height: 30px;
	font-size: 22px;
	color: #333;
}
.customer_ul{
	overflow: hidden;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 1200px;
}
.customer_ul li{
	float: left;
	height: 188px;
	width: 199px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.customer_img{
	overflow: hidden;
	position: relative;
	width: 199px;
	height: 148px;
}
.customer_img img{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.customer_ul li p{
	display: block;
	line-height: 30px;
	height: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.gary_bg{
	background: #F8F8F8;
}
.mt40{
	margin-top: 40px;
}
.menu_list{
	overflow: hidden;
	margin-bottom: 10px;
}
.menu_list li{
	float: left;
	margin:0px 8px 10px 0px;
}
.menu_list li a{
	display: block;
	padding: 0px 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
}
.menu_list li a:hover{
	border:1px solid #DD1629;
	background: #DD1629;
	color: #fff;
}
.menu_list li.on a{
	border:1px solid #DD1629;
	background: #DD1629;
	color: #fff;
}
.model_ul{
	width: 1220px;
	overflow: hidden;
}
.model_ul li{
	float: left;
	margin:0px 20px 18px 0px;
}
.model_a{
	display: block;
	width: 154px;
}
.model_img{
	width: 154px;
	height: 198px;
	overflow: hidden;
}
.model_img img{
	display: block;
	width: 154px;
	height: 198px;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-ms-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}
.model_a:hover .model_img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.model_a p{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}
.model_message{
	height: 49px;
	line-height: 49px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 42px;
	overflow: hidden;
	position: relative;
}
.model_message dl dt{
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-right: 24px;
}
.model_message dl dd{
	float: left;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	margin-right: 14px;
}
.model_message dl dd span{
	color: #333;
	margin-left: 4px;
}
.back{
	position: absolute;
	right: 0px;
	top: 13px;
	display: block;
	width: 63px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff !important;
	background: #DD1629;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
.model_pic{
	height: 514px;
	overflow: auto;
}
.pic_box{
	overflow: hidden;
	height: 504px;
}
.pic_box img{
	display: block;
	/*height: 504px;*//*加上高度，程序获取图片宽度错误*/
	width: auto;
	float: left;
}
.jl_title{
	margin-top: 44px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	background: #333333;
}
.jl_box{
	padding: 40px 0px;
	line-height: 36px;
}
.news_ul li{
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_date{
	float: left;
	height: 100px;
	width: 100px;
	text-align: center;
	font-family: arial;
}
.news_ul li:hover span{
	background: #DD1629;
}
.news_date span{
	height: 70px;
	line-height: 70px;
	font-size: 54px;
	background: #eeeeee;
	color: #fff;
	font-weight: bold;
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.news_date p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #dddddd;
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.news_ul li:hover p{
	background: #C71223;
}
.news_img{
	float: left;
}
.news_img,.news_img a,.news_img a img{
	display: block;
	width: 140px;
	height: 100px;
}
.news_right{
	float: left;
	height: 80px;
	width: 910px;
	padding: 10px 25px;
	background: #F8F8F8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.news_ul li:hover .news_right{
	background: #C71223;
}
.news_right h4{
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.news_right h4 a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.news_ul li:hover .news_right h4 a{
	color: #fff;
}
.news_ms{
	line-height: 22px;
	font-size: 12px;
	color: #888;
	max-height: 44px;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.news_ul li:hover .news_ms{
	color: #fff;
}

.weizhi_back{
	text-align: right;
}
.weizhi_back a{
	color: #333;
}
.weizhi_back a:hover{
	color: #dd1629;
}
.center_banner{
	height: 559px;
	overflow: hidden;
	position: relative;
	margin:50px 0px;
}
.center_banner .bd{
	height: 559px;
	width: 1200px;
	overflow: hidden;
}
.center_banner .bd ul li{
	height: 559px;
	width: 1200px;
	overflow: hidden;
}
.banner_img{
	display: block;
	height: 559px;
	width: 840px;
	float: left;
}
.banner_img img{
	display: block;
	height: 559px;
	width: 840px;
}
.banner_right{
	height: 509px;
	width: 290px;
	padding: 50px 35px 0px;
	float: left;
	background: #F8F8F8;
}
.banner_right h4{
	line-height: 36px;
	font-size: 24px;
	color: #333333;
	max-height: 72px;
	overflow: hidden;
}
.banner_ms{
	margin-top: 32px;
	line-height: 30px;
	font-size: 14px;
	color: #888;
	max-height: 240px;
	overflow: hidden;
}

.center_banner .prev{
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	background: url(../images/center_jt.png) no-repeat left top;
	right: 214px;
	bottom: 46px;
	transition: all 0s;
}
.center_banner .prev:hover{
	background: url(../images/center_jt.png) no-repeat right top;
}
.center_banner .next{
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	background: url(../images/center_jt.png) no-repeat left bottom;
	right: 108px;
	bottom: 46px;
	transition: all 0s;
}
.center_banner .next:hover{
	background: url(../images/center_jt.png) no-repeat right bottom;
}
.center_banner .pageState{
	position: absolute;
	height: 36px;
	line-height: 36px;
	width: 70px;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-family: arial;
	right: 144px;
	bottom: 46px;
}
.center_ul{
	overflow: hidden;
	width: 1230px;
	margin-bottom: 45px;
}
.center_ul li{
	float: left;
	margin: 0px 30px 10px 0px;
}
.center_a{
	display: block;
	width: 380px;
}
.center_a img{
	display: block;
	width: 380px;
	height: 250px;
}
.center_a p{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.read_title{
	height: 50px;
	line-height: 50px;
	background: #DD1629;
	position: relative;
}
.read_title span{
	font-size: 18px;
	color: #fff;
	margin-left: 30px;
}
.read_more{
	position: absolute;
	right: 22px;
	top: 0px;
	color: #fff;
	font-size: 16px;
}
.read_ul{
	width: 1220px;
	overflow: hidden;
	margin-top: 30px;
}
.read_ul li{
	float: left;
	margin: 0px 20px 20px 0px;
}
.read_a{
	display: block;
	width: 285px;
	background: #000;
}
.read_a img{
	display: block;
	width: 285px;
	height: 188px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.read_a p{
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #FFFFFF;
	display: block;
	font-size: 14px;
	color: #333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.read_a:hover img{
	opacity: 0.5;
}
.read_a:hover p{
	color: #dd1629;
}
.page_box{
	height:50px;
	margin-top:25px;
	text-align:center;
}
.page_box a{
	display:inline-block;
	height:48px;
	padding:0px 21px;
	line-height:48px;
	border:1px solid #ddd;
	margin:0px 2px;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;	
}
.page_box a.on{
	color:#fff;
	background:#DD1629;
	border:1px solid #DD1629;	
}

.news_title{
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#333;
	text-align:center;	
}
.news_content{
	line-height:35px;
	min-height:200px;	
}
.news_page{
	margin-top:20px;
	line-height:40px;
	border-top:1px solid #ddd;
	padding-top:5px;
}
.news_page a{
	margin-left:5px;	
}

/*2017-06-17 新增CSS*/
.do_title{
	margin-top: 40px;
	text-align: center;
	font-size: 26px;
	padding-bottom: 30px;
	border-bottom: 1px solid #858585;
	margin-bottom: 40px;
	color: #333;
}
.do_title img {
    width: 266px;
    margin: 0 auto 10px;
}
.ch_ul{
	overflow: hidden;
}
.ch_ul li{
	width: 20%;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.ch_ul li:hover h4{
	color: #DD1629;
}
.ch_ul li .ch_img{
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto;
	background: #000;
	border-radius: 50%;
	
}
.ch_ul li:hover img{
	opacity: 0.7;
}
.ch_ul li img{
	width: 100%;
	display: block;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-ms-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	transition: All 0.3s ease-in-out;
}
.ch_ul li h4{
	font-size: 18px;
	margin: 20px 0;
}
.ch_ul li p{
	color: #9fa0a0;
}
@media (min-width: 1600px){
    .w1200 { width: 1500px; }
    .pro_ul{
    	width: 1516px;
    }
    .pro_ul li{
    	width: 364px;
    	margin-right: 15px;
    }
    .pro_img img {
	    width: 364px;
	    height: 255px;
	}
	.pro_img {
	    width: 364px;
		height: 255px;
	}
	.pro_a{
		width: 364px;
	}
	.bottom_ul li{
		width: 180px;
	}
	.contact>div{
		width: 33% !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.contact_address{
		padding-left: 65px;
	}
	.scroll_a {
	    height: 255px;
	    width: 364px;
	}
	.pro_scroll .bd ul li{
		width: 364px;
	}
	.scroll_a .pro_img,.scroll_a .pro_img img{
		width: 364px;
		height: 255px;
	}
	.pro_scroll .bd{
		height: 255px;
		width: 1496px;
	}
	.pro_scroll{
		height: 255px;
		overflow: visible;
	}
	.pro_scroll .prev{
		left: -40px;
		top: 100px;
	}
	.pro_scroll .next{
		right: -40px;
		top: 100px;
	}
	.yyry_ul li {
    	width: 50%;
	    margin: 0px 0px 20px 0px;
	    text-align: center;
	}
	.yyry_ul li img{
		margin: 0 auto;
	}
	.yyry_ul{
		width: 100%;
	}
	.customer_ul{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.customer_ul li{
		width: 16.667%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.customer_img{
		width: 100%;
	}
	.model_ul{
		width: 100%;
	}
	.model_ul li{
		width: 12.5%;
		margin: 0px 0px 20px 0px;
	}
	#nav{
		right: 80px;
	}
	.center_banner .bd{
		width: 1500px;
	}
	.banner_right{
		width: 590px;
	}
	.center_banner .bd ul li{
		width: 1500px;
	}
	.center_banner .pageState{
		right: 294px;
	}
	.center_banner .next{
		right: 258px;
	}
	.center_banner .prev{
		right: 364px;
	}
	.center_ul{
		width: 100%;
	}
	.center_ul li{
		width: 33.33%;
		margin: 0px 0px 10px 0px;
	}
	.center_a{
		margin: 0 auto;
	}
	.read_ul{
		width: 100%;
	}
	.read_ul li{
		width: 25%;
		margin: 0px 0px 20px 0px;
	}
	.read_a{
		margin: 0 auto;
		width: 342px;
	}
	.read_a img{
		width: 342px;
		height: 225px;
	}
}