swiper-button-next1@charset "utf-8";
/* CSS Document */

input.normalInput { width:326px; height:52px; line-height:52px; font-size:16px; color:#bfbfbf; border:1px solid #999; padding:0 0 0 5px; }
input.normalBotton { width:auto; height:40px; line-height:40px; font-size:14px; color:#fff; text-align:center; border:none; background:#ff3737; display:block; margin:0 auto; padding:0 10px; }

/*编辑器的默认样式*/
.content { line-height:180%; font-size:1em; font-weight:normal; }
.content pre { line-height:180%; border:none; padding:0 0 0 2em; }
.content blockquote { line-height:180%; border:none; padding:0 0 0 2em; }
.content p { max-width:100%; line-height:180%; font-size:1em; font-weight:normal; }
.content img { max-width:100%; height:auto; margin-bottom:20px; }
.content h1 { line-height:180%; font-size:3em; font-weight:bold; }
.content h2 { line-height:180%; font-size:2em; font-weight:bold; }
.content h3 { line-height:180%; font-size:1.5em; font-weight:bold; }
.content h4 { line-height:180%; font-size:1.2em; font-weight:bold; }
.content ul { font-size:1em; font-weight:normal; padding-left:20px; }
.content ol { font-size:1em; font-weight:normal; padding-left:20px; }
.content dl { font-size:1em; font-weight:normal; padding-left:20px; }
.content u { font-size:1em; text-decoration:underline; font-weight:normal; }
.content i { font-size:1em; font-style:italic; font-weight:normal; }
.content strong { font-size:1em; font-weight:bold; }
.content b { font-size:1em; font-weight:bold; }
.content table { max-width:100%; font-size:1em; padding:0 20px; }
.content table p { max-width:auto; width:auto; height:auto; }
.content iframe { width:100%; display:block; margin:20px auto; padding:0 20px; }
.content h1.title { font-size:24px; text-align:center; }
.info { text-align:center; color:#999; font-size:12px; border-bttom:1px solid #DDD; margin-bottom:20px; }

header{width:1200px;height:100px;margin:0 auto;}
.logo{width:60%;height:100px;position:relative;}
.logo img{max-width:100%;,max-height:100px;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:99999;}
.language{width:auto;height:31px;text-align:right;margin-top:35px;}
.language a{width:auto;height:31px;line-height:31px;font-size:14px;color:#fff;text-align:center;background:#029ce2;display:inline-block;margin-left:5px;padding:0 10px;}
.language a:hover{background:#0065c4;transition:ease-in-out 0.7s;}
.language a.current{background:#0065c4;}

menu{width:100%;height:54px;background:#0065c4;}
ul.menuMain{width:1200px;height:54px;margin:0 auto;}
ul.menuMain li{width:auto;height:54px;display:inline-block;float:left;position:relative;}
ul.menuMain li a{width:160px;height:54px;line-height:54px;font-size:16px;color:#fff;text-align:center;display:block;padding:0 5px;}
ul.menuMain li.current{background:#029ce2;}
ul.menuMain li:hover{background:#029ce2;transition:ease-in-out 0.7s;}

.hiddenMenu{
	width:100%;
	height:auto;
	position:absolute;
	top:54px;
	background:#029ce2;
	z-index:999999;
	display:none;
}

.hiddenMenu a{
	width:190px;
	height:54px;
	line-height:54px;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:block;
	padding:0 5px;
}

.hiddenMenu a:hover{
	background:#0065c4;
	transition:ease-in-out 0.7s;
}

ul.menuMain li:hover .hiddenMenu{
	display:block;
	transition:ease-in-out 0.7s;
}


.indexAbout{
	width:1200px;
	height:auto;
	margin:40px auto 30px;
}

.indexAboutLeft{
	width:381px;
	height:253px;
	position:relative;
	overflow:hidden;
}

.indexAboutLeft img{
	width:381px;
	height:253px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.indexAboutLeft a:hover img{
	width:400px;
	height:266px;
	transition:ease-in-out 0.7s;
}

.indexAboutLeft span{
	width:80px;
	height:55px;
	line-height:55px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#0065c3;
	display:block;
	position:absolute;
	left:10px;
	top:0;
}

.indexAboutLeft p{
	width:96%;
	height:49px;
	line-height:49px;
	font-size:20px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background:rgba(0,101,195,0.7);
	display:block;
	padding:0 2%;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.indexAboutLeft a:hover p{
	background:rgba(0,101,195,1);
	transition:ease-in-out 0.7s;
}

.indexAboutRight{
	width:747px;
	height:auto;
}

ul.indexAboutRightTitle{
	width:100%;
	height:auto;
	list-style:none;
	margin-bottom:30px;
}

ul.indexAboutRightTitle li{
	width:120px;
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background:#656565;
	display:block;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

ul.indexAboutRightTitle li:hover{
	background:#0065c3;
	transition:ease-in-out 0.7s;
}

ul.indexAboutRightTitle li.current{
	background:#0065c3;
}

.indexAboutRightContentLi{
	width:100%;
	height:0;
	overflow:hidden;
}

.current{
	height:auto;
}

.indexAboutRightContentLi dl{
	width:100%;
	height:auto;
}

.indexAboutRightContentLi dl dt{
	width:220px;
	height:146px;
	border:1px solid #bfd8f0;
	display:inline-block;
	float:left;
	position:relative;
	overflow:hidden;
}

.indexAboutRightContentLi dl dt img{
	width:220px;
	height:146px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.indexAboutRightContentLi a:hover dl dt img{
	width:240px;
	height:159px;
	transition:ease-in-out 0.7s;	
}

.indexAboutRightContentLi2 dl{
	width:100%;
	height:auto;
}

.indexAboutRightContentLi2 dl dt{
	width:220px;
	height:146px;
	border:1px solid #bfd8f0;
	position:relative;
	overflow:hidden;
}

.indexAboutRightContentLi2 dl dt img{
	max-width:220px;
	max-height:146px;
	width:auto;
	height:auto;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.indexAboutRightContentLi a:hover dl dt img{
	width:auto;
	height:auto;
	transition:ease-in-out 0.7s;	
}

.indexAboutRightContentLi dl dd{
	width:499px;
	height:146px;
	display:inline-block;
	float:right;
}

.indexAboutRightContentLi dl dd h4{
	width:100%;
	height:46px;
	line-height:46px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	overflow:hidden;
}

.indexAboutRightContentLi dl dd p{
	width:100%;
	height:100px;
	line-height:25px;
	font-size:14px;
	color:#595959;
	overflow:hidden;
}

.indexAboutRightContentLi a:hover dl dd h4{
	color:#0065c3;
	transition:ease-in-out 0.7s;
}

.indexAboutRightContentLi a:hover dl dd p{
	color:#0065c3;
	transition:ease-in-out 0.7s;
}

footer{
	width:100%;
	height:auto;
	padding:50px 0;
	background:#3f3f3f;
}

.footerMain{
	width:1200px;
	height:auto;
	margin:0 auto;
}

.footerMain p{
	width:1200px;
	height:auto;
	line-height:140%;
	font-size:14px;
	color:#8c8c8c;
	text-align:center;
	padding:5px 0;
}

.footerMain p a{
	font-size:14px;
	color:#8c8c8c;
	display:inline-block;
	margin:0 10px;
}

.footerMain p a:hover{
	color:#00adf3;
}

.indexProducts{
	width:100%;
	height:auto;
	background:#ebf1f5;
	padding:30px 0;
}

.indexProductsTitle{
	width:1200px;
	height:50px;
	line-height:50px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	margin:0 auto 20px;
}

ul.indexProductsList{
	width:1200px;
	height:auto;
	list-style:none;
	margin:0 auto;
}

ul.indexProductsList li{
	width:228px;
	height:349px;
	list-style:none;
	display:inline-block;
	float:left;
	position:relative;
	margin-right:15px;
}

ul.indexProductsList li.mr0{
	margin-right:0;
}

.indexProductsLiImg{
	width:100%;
	height:229px;
	background-color:#FFF;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
}

.indexProductsLiImg img{
	max-width:100%;
	max-height:229px;
}

.indexProductsLiContent{
	width:100%;
	height:60px;
	background:#fff;
	padding:30px 0;
}

.indexProductsLiContent p{
	width:100%;
	height:60px;
	line-height:30px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

.indexProcductsLiHiddenContent{
	width:208px;
	height:300px;
	background:#0065c3;
	padding:20px 10px 29px;
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity:0;
}

ul.indexProductsList li:hover .indexProcductsLiHiddenContent{
	opacity:1;
	transition:ease-in-out 0.7s;
}

.indexProcductsLiHiddenContent p{
	width:208px;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:#fff;
}

.indexNews{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}

.indexNewsLeft{
	width:543px;
	height:auto;
}

.indexNewsLeftTitle{
	width:543px;
	height:53px;
	line-height:53px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	background:url(../images/bg_indexnewslefttitle.jpg) left bottom no-repeat;
}

ul.indexNewsLeftList{
	width:543px;
	height:300px;
	list-style:none;
	margin-top:20px;
}

ul.indexNewsLeftList li{
	width:543px;
	height:30px;
	list-style:none;
}

ul.indexNewsLeftList li a{
	width:543px;
	height:30px;
	display:block;
}

ul.indexNewsLeftList li a em{
	width:103px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#8c8c8c;
	font-style:normal;
	display:block;
	float:left;
}

ul.indexNewsLeftList li a span{
	width:420px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#8c8c8c;
	display:block;
	float:right;
	overflow:hidden;
}

ul.indexNewsLeftList li a:hover em{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

ul.indexNewsLeftList li a:hover span{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

.indexNewsRight{
	width:580px;
	height:auto;
}

.indexNewsRightTitle{
	height:53px;
	line-height:53px;
	font-size:30px;
	color:#333;
	font-weight:bold;
}

.indexNewsRightLi{
	width:270px;
	height:auto;
	overflow:hidden;
}

.indexNewsRightLi img{
	width:270px;
	height:160px;
	overflow:hidden;
}

.indexNewsRightLiContent{
	width:270px;
	height:125px;
	overflow:hidden;
	margin-top:10px;	
}

.indexNewsRightLiContent h4{
	width:270px;
	height:auto;
	line-height:25px;
	font-size:20px;
	color:#333;
	font-weight:bold;
	overflow:hidden;
}

.indexNewsRightLiContent p{
	width:270px;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:#989898;
	overflow:hidden;
}

.indexNewsRightLi a{
	width:148px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#0061af;
	overflow:hidden;
	display:block;
	margin-top:12px;
}

.indexNewsRightLi a:hover{
	width:148px;
	height:44px;
	line-height:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#66a0cf;
	overflow:hidden;
	display:block;
	margin-top:12px;
	transition:ease-in-out 0.7s;
}

.indexNews2Right{
	width:580px;
	height:auto;
	margin:30px 0 30px 20px;
}

.indexNews2RightTitle{
	width:580px;
	height:53px;
	line-height:53px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	background:url(../images/bg_indexnewslefttitle.jpg) left bottom no-repeat;
}

ul.indexNews2RightList{
	width:580px;
	height:300px;
	list-style:none;
	margin-top:20px;
}

ul.indexNews2RightList li{
	width:580px;
	height:35px;
	list-style:none;
}

ul.indexNews2RightList li a{
	width:580px;
	height:35px;
	display:block;
}

ul.indexNews2RightList li a em{
	width:103px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#8c8c8c;
	font-style:normal;
	display:block;
	float:left;
}

ul.indexNews2RightList li a span{
	width:457px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#8c8c8c;
	display:block;
	float:right;
}

ul.indexNews2RightList li a:hover em{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

ul.indexNews2RightList li a:hover span{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

.industryInformation{
	width:600px;
	height:auto;
	margin:30px auto;
}
.industryInformation .indexNewsRightTitle { width:545px; }
ul.industryInformationList{
	height:auto;
	list-style:none;
	margin-top:20px;
}

ul.industryInformationList li{
	width:545px;
	height:auto;
	border-bottom:1px solid #e4e4e4;
	list-style:none;
	margin-bottom:30px;
	padding-bottom:20px;
}

ul.industryInformationList li dl{
	width:545px;
	height:auto;
	list-style:none;
}

ul.industryInformationList li dl dt{
	width:101px;
	height:101px;
	border-radius:50%;
	background:#ebf1f5;
	display:inline-block;
	float:left;
}

ul.industryInformationList li dl dt h4{
	width:101px;
	height:51px;
	line-height:51px;
	font-size:30px;
	color:#555;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}

ul.industryInformationList li dl dt p{
	width:101px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#555;
	text-align:center;
	overflow:hidden;
}

ul.industryInformationList li dl dd{
	width:428px;
	height:125px;
	display:inline-block;
	float:right;
	overflow:hidden;
}

ul.industryInformationList li dl dd h4{
	width:428px;
	height:auto;
	line-height:25px;
	font-size:16px;
	color:#333;
	overflow:hidden;
}

ul.industryInformationList li dl dd p{
	width:428px;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:#333;
	overflow:hidden;
}

.industryInformationMore{
	width:100%;
	height:30px;
	text-align:right;
	margin-top:13px;
}

.industryInformationMore a{
	width:101px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333333;
	text-align:center;
	border-radius:20px;
	background:#ebf1f5;
	display:inline-block;
}

.industryInformationMore a:hover{
	background:#bfefff;
	transition:ease-in-out 0.7s;
}

.footerLink{
	width:1200px;
	height:auto;
	border-bottom:1px solid #565656;
	margin:0 auto 20px;
	padding:20px 0;
}

.footerLink span{
	width:auto;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#a5a5a5;
	display:inline-block;
	margin-right:10px;
}

.footerLink a{
	width:auto;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#a5a5a5;
	display:inline-block;
	margin-right:10px;
}

.footerLink a:hover{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

dl.rightCode{
	width:100px;
	height:auto;
	position:fixed;
	right:2%;
	top:20%;
	z-index:999999999;
}

@media(max-width:1201px){
	dl.rightCode{
		position:fixed;
		left:auto;
		right:0%;
		top:20%;
		margin-left:0;
	}
}

dl.rightCode dt{
	width:100px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#000;
	text-align:right;
	font-family:arial;
	cursor:pointer;
}

dl.rightCode dd{
	width:96px;
	height:auto;
	margin-bottom:10px;
}

dl.rightCode dd img{
	width:96px;
	height:96px;
	border:2px solid #2a2a2a;
}

dl.rightCode dd p{
	width:96px;
	height:auto;
	line-height:20px;
	font-size:14px;
	color:#333;
	text-align:center;
}

.channelMain{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:35px 0 50px;
}

.channelLeft{
	width:240px;
	height:auto;
	border-bottom:12px solid #f3f3f3;
}

.channelLeftTitle{
	width:240px;
	height:35px;
	line-height:35px;
	font-size:26px;
	color:#333;
	font-weight:bold;
}

.channelLeftLine{
	width:60px;
	height:3px;
	background:#079cd7;
	margin:12px 0 19px;
}

ul.channelLeftMenu{
	width:240px;
	height:auto;
	list-style:none;
}

ul.channelLeftMenu li{
	width:240px;
	height:49px;
	list-style:none;
}

ul.channelLeftMenu li a{
	width:197px;
	height:49px;
	line-height:49px;
	font-size:16px;
	color:#333;
	display:block;
	background:url(../images/bg_channel_menu_li.png) 17px center no-repeat;
	padding-left:43px;
}

ul.channelLeftMenu li.current a,ul.channelLeftMenu li:hover a{
	color:#fff;
	background:#079cd7 url(../images/bg_channel_menu_li_hover.png) 17px center no-repeat;
	transition:ease-in-out 0.7s;
}

.channelRight{
	width:920px;
	height:auto;
}

.channelRightTitle{
	/*width:848px;*/
	height:45px;
	background:url(../images/bg_channel_right_title.png) left bottom no-repeat;
}

.channelRightTitleLeft{
	width:424px;
	height:45px;
	line-height:45px;
	font-size:22px;
	color:#333;
}

.channelRightTitleRight{
	width:424px;
	height:45px;
	line-height:45px;
	font-size:14px;
	color:#333;
	text-align:right;
}

.channelRightTitleRight a{
	font-size:14px;
	color:#333;
}

.channelRightTitleRight a:hover{
	font-size:14px;
	color:#079dd7;
}

.channelRightContent{
	width:100%;
	height:auto;
	margin-top:34px;
}

ul.honorList{
/*	width:848px;*/
	height:auto;
	list-style:none;
	margin-top:35px;
}

ul.honorList li{
	width:298px;
	height:auto;
	list-style:none;
	margin-bottom:20px;
	margin-left:4px;
	margin-right:4px;
	display:inline-block;
	float:left;
}

.honorLiImg{
	width:290px;
	height:280px;
	border:1px solid #ececec;
	overflow:hidden;
	position:relative;
}

.honorLiImg img{
	max-width:290px;
	max-height:280px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

ul.honorList li:hover .honorLiImg img{
	zoom:1.2;
	transition:ease-in-out 0.7s;
}

.honorLiTitle{
	width:272px;
	height:50px;
	line-height:25px;
	font-size:16px;
	color:#333333;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}

ul.honorList li:hover .honorLiTitle{
	color:#079cd7;
	transition:ease-in-out 0.7s;
}

ul.culturalList{
	width:848px;
	height:auto;
	list-style:none;
}

ul.culturalList li{
	width:848px;
	height:auto;
	border-bottom:1px dotted #e5e5e5;
	list-style:none;
	padding:20px 0;
}

ul.culturalList li a{
	width:828px;
	height:auto;
	display:block;
	padding-left:20px;
}

ul.culturalList li:hover{
	background:#079cd7;
	transition:ease-in-out 0.7s;
}

ul.culturalList li h4{
	width:825px;
	height:auto;
	line-height:140%;
	font-size:16px;
	color:#333;
	border-left:3px solid #f39700;
	margin:5px 0;
	padding-left:10px;
}

ul.culturalList li p{
	width:828px;
	height:auto;
	line-height:140%;
	font-size:24px;
	color:#333;
	margin:5px 0;
}

ul.culturalList li:hover h4{
	color:#fff;
}

ul.culturalList li:hover p{
	color:#fff;
}

ul.newsList{
	width:848px;
	height:auto;
	list-style:none;
	margin-top:35px;
}

ul.newsList li{
	width:848px;
	height:48px;
	border-bottom:1px dotted #e6e6e6;
	list-style:none;
}

ul.newsList li a{
	width:848px;
	height:48px;
	display:block;
}

ul.newsList li a span{
	width:650px;
	height:48px;
	line-height:48px;
	font-size:16px;
	color:#333;
	display:inline-block;
	float:left;
	padding-left:10px;
	background:url(../images/bg_news_title.jpg) left center no-repeat;
	overflow:hidden;
}

ul.newsList li a em{
	width:148px;
	height:48px;
	line-height:48px;
	font-size:12px;
	color:#333;
	text-align:right;
	font-style:normal;
	display:inline-block;
	float:left;
	overflow:hidden;
}

ul.newsList li a:hover span{
	color:#079cd7;
	transition:ease-in-out 0.7s;
}

ul.newsList li a:hover em{
	color:#079cd7;
	transition:ease-in-out 0.7s;
}

.pages{
	width:100%;
	height:auto;
	text-align:center;
	margin:40px auto;
}
.pages a:hover{
	color:#fff;
	background:#079dd7;
	transition:ease-in-out 0.7s;
}
.page_turner { font-family:Verdana, Geneva, sans-serif; font-size:12px; }
.page_btn { border:1px solid #E1E1E1; padding:5px 10px; display:inline-block; margin-left:8px;color:#4c4c4c; }
.page_cur { font-weight:bold; margin-left:8px; padding:5px 10px; display:inline-block;background:#079dd7;color:#fff; }

.historyMain{
	width:848px;
	height:auto;
	background:url(../images/bg_history_line.jpg) 422px top repeat-y;
	margin-top:35px;
}

.historyLi{
	width:389px;
	height:auto;
	padding-bottom:35px;
}

.historyMain .fR{
	background:url(../images/bg_history_dot.png) left top no-repeat;
	padding-left:45px;
}

.historyMain .fL{
	background:url(../images/bg_history_dot.png) right top no-repeat;
	padding-right:45px;
}

.historyLi h4{
	width:100%;
	height:auto;
	line-height:180%;
	font-size:26px;
	color:#333;
	font-weight:normal;
}

.historyLi p{
	width:100%;
	height:auto;
	line-height:180%;
	font-size:15px;
	color:#727272;
}

ul.magazineList{
	width:848px;
	height:auto;
	list-style:none;
	margin-top:35px;
}

ul.magazineList li{
	width:234px;
	height:auto;
	list-style:none;
	margin-bottom:20px;
	margin-left:24px;
	margin-right:24px;
	display:inline-block;
	float:left;
}

.magazineLiImg{
	width:234px;
	height:312px;
	border:1px solid #ececec;
	overflow:hidden;
	position:relative;
}

.magazineLiImg img{
	width:234px;
	height:312px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

ul.magazineList li:hover .magazineLiImg img{
	width:260px;
	height:347px;
	transition:ease-in-out 0.7s;
}

.magazineLiTitle{
	width:234px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#333333;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}

ul.magazineList li:hover .magazineLiTitle{
	color:#079cd7;
	transition:ease-in-out 0.7s;
}






.index-more { float:right; font-size:14px; font-weight:normal; color:#0065c3; }
.channelBanner{
	width:100%;
	height:auto;
	margin:0 auto;
}

.channelBanner img{
	width:100%;
	height:auto;
}




<!--update20180612-->
<style>
	.indexAbout2Right{
	width:747px;
	height:auto;
	margin:0;
}

.indexAbout2RightTitle{
	width:747px;
	height:40px;
	line-height:30px;
	font-size:30px;
	color:#333;
	font-weight:bold;
	background:url(../images/bg_indexnewslefttitle1.jpg) left bottom no-repeat;
}

.indexAbout2RightMain{
	width:747px;
	height:210px;
	list-style:none;
	margin-top:20px;	
}

.indexAbout2RightMainLeft{
	width:250px;
	height:190px;
}

.indexAbout2RightMainLeft img{
	width:250px;
	height:190px;	
}

ul.indexAbout2RightList{
	width:450px;
	height:140px;
	list-style:none;
}

ul.indexAbout2RightList li{
	width:450px;
	height:33px;
	line-height:30px;
	list-style:none;
}

ul.indexAbout2RightList li a{
	width:450px;
	height:33px;
	display:block;
}

ul.indexAbout2RightList li a em{
	width:103px;
	height:33px;
	line-height:33px;
	font-size:16px;
	color:#8c8c8c;
	font-style:normal;
	display:block;
	float:left;
}

ul.indexAbout2RightList li a span{
	width:340px;
	height:33px;
	line-height:33px;
	font-size:16px;
	color:#8c8c8c;
	display:block;
	float:right;
	overflow:hidden;
}

ul.indexAbout2RightList li a:hover em{
	color:#0061af;
	transition:ease-in-out 0.7s;
}

ul.indexAbout2RightList li a:hover span{
	color:#0061af;
	transition:ease-in-out 0.7s;
}
</style>
<!--update20180612-->