@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#333;
}

a{
	color:#333;
}

a:hover{
	text-decoration: none;
	color: #ee3542 !important;
}

input,textarea{
	font-family:"Microsoft Yahei","SimSun";
	outline: none;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.photo,.photo2{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

.photo2 img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
}

.photo2:hover img{
	transform:scale(1.03,1.03);
}

.photo .shadow,.photo2 .shadow{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.photo p,.photo2 p{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

.play{
	position: absolute;
	width: 51px;
	height: 51px;
	transition: background 0.2s;
	background: url(images/play.png);
	z-index: 30;
}

.play:hover,.photo:hover .play,.photo2:hover .play{
	background: url(images/play2.png);
}

#wap-top,#wap-footer{
	display: none;
}

#footer{
	background: #333;
	color: #e0e0e0;
	text-align: center;
	line-height: 20px;
	padding: 20px 0px;
	margin-top: 50px;
}

#footer a{
	color: #e0e0e0;
}

#footer a:hover{
	color: #ccc !important;
}

#top{
	border-bottom: 1px solid #e9e9e9;
	background: #f4f4f4;
	height: 50px;
	line-height: 50px;
	color: #666;
	overflow: visible;
}

#top .left,#top .right{
	display: table;
	position: relative;
}

#top a{
	color: #666;
}

#top .w1200{
	height: 50px;
	position: relative;
}

#top .logo2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 132px;
	height: 66px;
	padding-top: 27px;
	background: #f4f4f4;
	border-radius: 0px 0px 5px 5px;
	text-align: center;
	overflow: hidden;
	z-index: 88;
}

#top .logo2 .border{
	position: absolute;
	border: 1px solid #e9e9e9;
	border-top: none;
	height: 42px;
	width: 130px;
	left: 0px;
	bottom: 0px;
	border-radius: 0px 0px 5px 5px;
}

#top .logo2 img{
	display: inline-block;
	vertical-align: top;
}

#top .logo1{
	float: left;
	margin: 11px 0px 0px 20px;
}

#top .nav{
	float: left;
}

#top .nav a{
	margin-left: 25px;
}

#top .nav-more{
	float: left;
	width: 17px;
	height: 17px;
	background: url(images/top-nav1.png);
	margin: 16px 0px 0px 30px;
	cursor: pointer;
}

#top .nav-more.open{
	background: url(images/top-nav2.png);
}

#top .nav-more.open .drop1{
	display: block;
}

#top .right span,#top .right a{
	float: left;
	border-right: 1px solid #e9e9e9;
	padding: 0px 20px;
	cursor: pointer;
}

#top .search-btn{
	background: url(images/top-search.png) no-repeat 20px center;
	padding-left: 50px !important;
}

#top .search-btn i{
	font-style: normal;
}

#top .search-btn.open .search{
	display: block;
}

#top .haibao{
	background: url(images/top-haibao.png) no-repeat 20px center;
	padding-left: 42px !important;
}

#top .haibao:hover{
	color: #162f63 !important;
}

#top .phone{
	background: url(images/top-phone.png) no-repeat 20px center;
	padding-left: 42px !important;
}

#top .phone i{
	font-style: normal;
}

#top .phone.open #layout6{
	display: block;
}

#top .drop{
	position: absolute;
	box-shadow: 0px 8px 10px #c3c3c3;
	top: 51px;
	background: #fff;
	display: none;
	z-index: 99;
}

#top .drop1{
	width: 540px;
	right: 0%;
	margin-right: -262px;
	padding: 12px 0px;
}

#top .drop1 ul{
	margin-left: 10px;
}

#top .drop1 li{
	float: left;
	width: 65px;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
}

#top .drop1 .list1 li a{
	color: #000;
}

#top .drop1 .list2 li a{
	color: #142f65;
}

#top .drop1 .line{
	height: 1px;
	background: #eaeaea;
	margin: 0px 25px;
}

#top .search{
	left: -280px;
	width: 400px;
	height: 48px;
	display: none;
}

#top .search .text{
	float: left;
	margin-left: 15px;
	height: 48px;
	line-height: 48px;
	width: 300px;
	padding: 0px;
	border: none;
}

#top .search .text::-webkit-input-placeholder{
	color: #a3a3a3;
}
#top .search .text:-moz-placeholder{
	color: #a3a3a3;
}
#top .search .text::-moz-placeholder{
	color: #a3a3a3;
}
#top .search .text:-ms-input-placeholder{
	color: #a3a3a3;
}

#top .search .sub{
	float: right;
	width: 55px;
	height: 48px;
	border: none;
	background: #eb3046 url(images/top-search2.png) no-repeat center center;
	cursor: pointer;
}

#layout6{
	border: 1px solid #f2f2f2;
	background: #f6f6f6;
	position: absolute;
	width: 1200px;
	right: 0px;
}

#layout6 .title{
	float: left;
	border-right: 1px solid #f2f2f2;
	width: 150px;
	height: 158px;
	text-align: center;
}

#layout6 .title h4{
	font-weight: normal;
	color: #545454;
	line-height: 30px;
	font-size: 24px;
}

#layout6 .title p{
	line-height: 20px;
	color: #9d9d9d;
	font-size: 14px;
}

#layout6 .list{
	float: left;
	width: 770px;
	height: 158px;
	overflow: hidden;
}

#layout6 .list ul{
	margin-left: -1px;
}

#layout6 .list li{
	float: left;
	text-align: center;
	width: 110px;
	margin-top: 28px;
	background: url(images/ly6-line.gif) no-repeat left center;
}

#layout6 .list img{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
}

#layout6 .list p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 3px;
}

#layout6 .text{
	float: right;
	width: 257px;
	height: 112px;
	border-left: 1px solid #f2f2f2;
	padding: 23px 0px 23px 18px;
}

#layout6 .text p{
	line-height: 28px;
	color: #000;
}

#to-top{
	position: fixed;
	width: 60px;
	height: 60px;
	background: url(images/to-top.png);
	right: 10px;
	bottom: 60px;
	transition: background 0.2s;
	z-index: 999;
}

#to-top:hover{
	background: url(images/to-top2.png);
}

.ad1{
	margin-top: 18px;
}

#tree{
	color: #142f65;
	line-height: 20px;
	margin-top: 30px;
	margin-left: -5px;
}

#tree a,#tree span{
	color: #142f65;
	margin: 0px 5px;
}

#news-head{
	margin-top: 15px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}

#news-head h2{
	line-height: 48px;
	font-size: 40px;
	color: #252525;
}

#news-side{
	float: left;
	width: 80px;
	margin-top: 40px;
}

#news-side .date{
	line-height: 30px;
	font-family: "Arial";
}

#news-side .date g{
	display: none;
}
#news-side .date p{
	color: #999;
}

#news-side .date span{
	font-size: 24px;
	color: #666;
	font-style: italic;
}

#news-side .date label{
	font-size: 16px;
	color: #666;
}

#news-side .text{
	margin-top: 18px;
	line-height: 18px;
}

#news-side .text .line{
	width: 32px;
	height: 1px;
	background: #e5e5e5;
	margin-bottom: 12px;
}

#news-side .text span{
	color: #999;
}

#news-side .text p{
	color: #666;
}

#news-side .share{
	margin-top: 30px;
}

#news-side .share li{
	margin-top: 10px;
	transition: opacity 0.2s;
}

#news-side .share li:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
/**
#news-side .code{
	margin-top: 40px;
	width: 60px;
	text-align: center;
}

#news-side .code img{
	width: 60px;
	height: 60px;
}

#news-side .code p{
	line-height: 20px;
	height: 20px;
	color: #999;
	margin-top: 5px;
}
*/
#news-side .code{
	margin-top: 40px;
	margin-left: -10px;
	width: 80px;
	text-align: center;
}

#news-side .code img{
	width: 100%;
}

#news-side .code p{
	line-height: 20px;
	height: 20px;
	color: #999;
	margin-top: 5px;
}
#right-side{
	float: right;
	width: 300px;
	margin-top: 40px;
}

#right-side.margin2{
	margin-top: 48px;
}

#right-side .title{
	line-height: 40px;
	height: 40px;
}

#right-side .title span{
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#right-side .title .change{
	float: right;
	color: #142f65;
}

#right-side .title .change i{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	background: url(images/change.png);
	margin: 14px 5px 0px 0px;
	transition: transform 1s;
}

#right-side .title .change:hover{
	color: #142f65 !important;
}

#right-side .title .change:hover i{
	transform:rotate(360deg);
}

#right-side .ad2{
	margin-top: 20px;
	margin-bottom: 35px;
}

#right-side .side-list li{
	margin-top: 20px;
}

#right-side .side-list .photo2{
	height: 185px;
	border-radius: 5px 5px 0px 0px;
}

#right-side .side-list p{
	line-height: 22px;
	height: 44px;
	margin-top: 6px;
}

#main1{
	float: left;
	width: 690px;
	margin: 40px 0px 0px 55px;
}

#news-body{
	min-height: 640px;
}

#news-body p{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 15px;
	color: #000;
}

#news-body p img{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	padding: 20px 0px;
	width:auto;
	height:auto;
}

#news-tail{
	margin-top: 25px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 15px 0px;
}

#news-tail .share2{
	float: left;
	margin-top: 22px;
	display: none;
}

#news-tail .share2 li{
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 15px;
	transition: opacity 0.2s;
}

#news-tail .share2 li:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

#news-tail .code{
	float: right;
	width: 80px;
	height: 80px;
	display: none;
}

#news-tail .editor{
	float: right;
	line-height: 22px;
	color: #999;
}

#news-tail .editor p{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.block{
	margin-top: 45px;
}

.block .title{
	height: 44px;
	line-height: 44px;
	border-bottom: 2px solid #333;
}

.block .title span{
	float: left;
	font-size: 20px;
	font-weight: bold;
}

.news-list-more{
	text-align: center;
	color: #545454;
	line-height: 24px;
	height: 24px;
	margin-top: 25px;
	background: #f5f5f5;
	padding: 15px 0px;
}

.news-list-more i{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: url(images/news-list-more.png);
	margin-right: 10px;
}

@-ms-keyframes loading{
	from{ }
	to{ transform:rotate(360deg); }
}
@-moz-keyframes loading{
	from{ }
	to{ transform:rotate(360deg); }
}
@-o-keyframes loading{
	from{ }
	to{ transform:rotate(360deg); }
}
@-webkit-keyframes loading{
	from{ }
	to{ transform:rotate(360deg); }
}
@keyframes loading{
	from{ }
	to{ transform:rotate(360deg); }
}

.news-list-more.loading i{
	animation:'loading' 1s linear 0s infinite;
	-ms-animation:loading 1s linear 0s infinite;
	-moz-animation:loading 1s linear 0s infinite;
	-o-animation:'loading' 1s linear 0s infinite;
	-webkit-animation:'loading' 1s linear 0s infinite;
}

.block .news-list{
	margin-top: 30px;
}

.news-list{
	overflow: hidden;
}

.news-list ul{
	margin-top: -15px;
}

.news-list li{
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0px;
	position: relative;
}

.news-list li:hover{
	background: #f5f5f5;
}

.news-list .photo2 img{
	float: left;
	width: 210px;
	height: 125px;
	border-radius: 5px;
	margin-right: 30px;
}

.news-list table{
	height: 125px;
}

.news-list .tag{
	line-height: 24px;
	height: 24px;
}

.news-list h3{
	font-size: 22px;
	line-height: 30px;
	max-height: 60px;
	margin-top: 3px;
}

.news-list p{
	line-height: 20px;
	height: 20px;
	margin-top: 12px;
}

.news-list p span{
	color: #585858;
	margin-right: 20px;
}

.news-list p label{
	color: #8d8d8d;
}

#flip{
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	margin-top: 40px;
}

#flip a{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin: 0px 5px;
	background: #f3f3f3;
}

#flip .current,#flip a:hover{
	background: #eb3046;
	color: #fff !important;
	font-weight: bold;
}

#nav-side{
	float: left;
	width: 110px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	margin-top: 55px;
	padding: 10px;
	position: relative;
	background: #fff;
}

#nav-side li{
	float: left;
	width: 51px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	margin: 1px 2px;
}

#nav-side li a{
	display: block;
	width: 100%;
	height: 100%;
}

#nav-side li:hover,#nav-side li:hover a,#nav-side .current,#nav-side .current a,#nav-side dd:hover,#nav-side dd:hover a{
	background: #ee3542;
	color: #fff !important;
}

#nav-side .arrow{
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	margin: 1px 2px;
	width: 98px;
	padding-left: 10px;
	text-align: left;
	cursor: pointer;
}

#nav-side .arrow:hover{
	color: #ee3542;
}

#nav-side .arrow i{
	display: inline-block;
	vertical-align: top;
	margin: 14px 0px 0px 8px;
	width: 11px;
	height: 7px;
	background: url(images/nav-side-arrow.png);
}

#nav-side .drop{
	position: absolute;
	left: 130px;
	bottom: 0px;
	width: 520px;
	padding: 10px 10px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	background: #fff;
	box-shadow: 5px 8px 10px #c3c3c3;
	z-index: 99;
	display: none;
}

#nav-side .drop dd{
	float: left;
	width: 51px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	margin: 1px 7px;
}

#nav-side .drop .close{
	position: absolute;
	width: 38px;
	height: 27px;
	background: #fff url(images/top-nav2.png) no-repeat center center;
	right: -32px;
	top: -1px;
	box-shadow: 5px 8px 10px #c3c3c3;
	border: 1px solid #e9e9e9;
	border-left: none;
	border-bottom: none;
	cursor: pointer;
}

#nav-side .drop .close:hover{
	background-color: #e9e9e9;
}


#main2{
	float: left;
	width: 660px;
	margin: 55px 0px 0px 50px;
}

.nav3{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
	line-height: 24px;
	height: 31px;
	padding-right: 20px;
	position: relative;
}

.nav3 li{
	float: left;
	height: 31px;
	font-size: 18px;
	cursor: pointer;
	margin-right: 28px;
}

.nav3 li,.nav3 li a{
	color: #666;
}

.nav3 li:hover{
	color: #ee3542;
}

.nav3 .current{
	border-bottom: 1px solid #ee3542;
	font-weight: bold;
}

.nav3 .current,.nav3 .current a{
	color: #ee3542;
}

.nav3 .plus{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 24px;
	color: #666;
}

.nav3 .plus:hover{
	color: #ee3542;
}

.focus{
	margin-bottom: 40px;
	height: 270px;
}

.focus p{
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 18px;
	z-index: 9;
}

.focus .shadow{
	position: absolute;
	width: 100%;
	height: 81px;
	background: url(images/shadow.png);
	left: 0px;
	bottom: 0px;
}

.focus .point{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 40px;
	left: 0px;
	text-align: center;
	z-index: 10;
}

.focus .point span{
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fafafa;
	margin: 0px 5px;
	cursor: pointer;
	transition: box-shadow 0.2s;
}

.focus .point .current{
	background: #fafafa;
}

.focus .point span:hover{
	box-shadow: 0px 0px 2px #fafafa inset;
}
#redian ul li{display:none;}
._dzcloud_img_span_ {
    display: block;
    color: #666;
    /*
    font-size: 14px;  //页面根据情况可选
    */
    min-height: 18px;
	font-family: 楷体, 楷体_GB2312, SimKai;
    line-height: 18px;
    text-align: center;
    word-break: break-all;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 8px;
}
