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

a{
	color:#333;
}

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

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

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

img{
	display:block;
}

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

.w1125{
	width:1125px;
	margin:0px auto;
}

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

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
	/*margin-bottom: 20px;*/
}

.photo img{
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

#top{
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: visible;
	z-index: 999;
	background-color: #bccad5;
	background-image: url(/static/image/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 100%;
}

#top .w1125{
	height: 48px;
	line-height: 48px;
	padding: 11px 0px;
}

#top .logo1,#top .logo2{
	float: left;
}

#top .logo2{
	margin-left: 18px;
}
.pcLo {
	width: 128px;
	margin-top: -12px;
	margin-left: -5px;
}

#top .link{
	float: left;
	margin-left: 15px;
	position: relative;
}

#top .link span{
	cursor: pointer;
}

#top .link span,#top .link span a,#top .link span a:hover{
	color: #000000 !important;
}

#top .link .drop{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 47px;
	background: #fff;
	width: 198px;
	border: 1px solid #e5e5e5;
	padding: 15px 0px 20px 0px;
	overflow: hidden;
	text-align: center;
	display: none;
	z-index: 2;
}

#top .link .drop p{
	line-height: 20px;
	height: 20px;
	margin-bottom: 15px;
	color: #000;
}

#top .link .drop .code1,#top .link .drop .code2{
	width: 72px;
	height: 72px;
}

#top .link .drop .code1 img,#top .link .drop .code2 img{
	width: 100%;
	height: 100%;
}

#top .link .drop .code1{
	float: left;
	margin-left: 18px;
}

#top .link .drop .code2{
	margin: 0px auto;
}

#top .link .drop .phone{
	float: right;
	width: 78px;
	margin-right: 18px;
	margin-top: -12px;
}

#top .link .drop .phone a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 12px;
	background: #e5e5e5;
	border-radius: 3px;
	font-size: 12px;
}

#top .head{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	position: relative;
}

#top .head span{
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #f88b8e;
	cursor: pointer;
}

#top .head .drop{
	position: absolute;
	right: 0px;
	top: 42px;
	background: #fff;
	width: 90px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 6px 20px;
	display: none;
}

#top .head .drop a{
	display: block;
	height: 32px;
	line-height: 32px;
	color: #888;
}

#top .head .drop .icon1{
	background: url(/static/image/top-login1.png) no-repeat left center;
	padding-left: 28px;
}

#top .head .drop .icon2{
	background: url(/static/image/top-login2.png) no-repeat left center;
	padding-left: 28px;
}

#top .search{
	float: left;
	width: 192px;
	height: 30px;
	background: #fff;
	border-radius: 4px;
	margin-top: 9px;
	margin-right: 10px;
	overflow: hidden;
	display: none;
}

#top.top-fixed .search{
	display: block;
}

#top .search .text{
	float: left;
	width: 145px;
	padding: 0px;
	border: none;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	font-size: 14px;
	outline: none;
}

#top .search .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
#top .search .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
#top .search .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
#top .search .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

#top .search .submit{
	float: right;
	width: 18px;
	height: 18px;
	background: url(/static/image/search.png);
	cursor: pointer;
	border: none;
	margin: 6px 10px 0px 0px;
}

#top .nav{
	float: left;
	margin-left: 70px;
	margin-top: 10px;
}

#top .nav li{
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	margin-right: 14px;
	padding: 0px 10px;
	border-radius: 12px;
	transition: all .2s;
}
#top .nav li a {
	color: #000000;
	transition: all .2s;
}
#top .nav .current a, #top .nav li a:hover, #top .nav li:hover a {
	color: #dd0f14;
}

#top .nav .current,#top .nav li:hover{
	background: #DFD5D5;
}

#top .nav-arrow{
	float: left;
	width: 16px;
	height: 16px;
	background: url(/static/image/top_arrow1.png);
	margin: 16px 0px 0px 10px;
	cursor: pointer;
	transition: all .3s ease;
}
#top .open {
	transform: rotateZ(180deg)
}

#top .btn{
	float: left;
	width: 70px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	border: 1px solid #f9a2a4;
	border-radius: 5px;
	margin-top: 9px;
	transition: all .2s;
}

#top .btn1{
	margin-left: 52px;
}

#top .btn2{
	padding-right: 13px;
	width: 57px;
	margin-left: 20px;
	background-image: url(/static/image/top_arrow1.png);
	background-position: 51px center;
	background-repeat: no-repeat;
	background-size: 12px;
}
#top .btn2:hover {
	background-image: url(/static/image/top_arrow2.png);
	background-color: #dd0f14;
	color: #FFFFFF;
}
#top .btn2b{
	background-image: url(/static/image/top_arrow2b.png) !important;
	background-color: #dd0f14;
	color: #FFFFFF;
}

#top .nav2{
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	background: #fff;
	padding: 25px 0px;
	display: none;
}

#top.top-fixed .nav2{
	top: 54px;
}

#top .nav2 .shadow{
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0px;
	bottom: -10px;
	background: url(/static/image/top-drop-bg.png);
}

#top .nav2 .box{
	width: 1125px;
	margin: 0px auto;
}

#top .nav2 p{
	text-align: center;
	line-height: 20px;
	color: #666;
	margin-bottom: 18px;
}

#top .nav2 a{
	float: left;
	border: 1px solid #f0161c;
	height: 28px;
	line-height: 28px;
	margin: 6px 12px 6px 12px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0px 10px;
	color: #f0161c;
	transition: all .2s;
}

#top .nav2 a:hover, #top .nav2 a.current{
	color: #fff !important;
	background: #f0161c;
}

#zhezhao {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #333;
	filter: alpha(opacity = 50);
	opacity: .5
}
/*���ĸ�������-start*/
/* #dingyue_con {
	overflow: hidden;
	display: none;
} */
#dingyue_con .dingyue{
	position:fixed;
	width:904px;
	/* min-height:330px; */
	min-height:1px;
	padding-bottom: 70px;
	top:20px;
	left:50%;
	margin-left: -452px;
	background:#fff;
	border:1px solid #e5e5e5;
	color:#333;
	z-index:9999;
	display: none
}
#dingyue_con .dingyue .tab a,#dingyue_con .dingyue .list a{
	color:#333;
}
#dingyue_con .dingyue .close{
	position:absolute;
	right:26px;
	top:26px;
	width:20px;
	height:19px;
	z-index:1000;
	background:url(/static/image/dingyue-close.gif);
	cursor:pointer;
}

#dingyue_con .dingyue .tab{
	float:left;
	width:189px;
	background:#f0efef;
	min-height:330px;
	border-right:1px solid #e5e5e5;
}

#dingyue_con .dingyue .tab p{
	width:190px;
	text-align:center;
	font-size:18px;
	border-top:1px solid #e5e5e5;
	height:82px;
	line-height:82px;
}

#dingyue_con .dingyue .tab .current{
	background:#fff;
	font-size:24px;
	color:#EF171C;
}

#dingyue_con .dingyue .tab .current a{
	color:#EF171C;
}

#dingyue_con .dingyue .con{
	float:right;
	display:inline;
	margin:25px 28px 0px 0px;
	width:655px;
	position:relative;
	min-height:305px;
}

#dingyue_con .dingyue .con .search .text{
	float:left;
	width:315px;
	height:30px;
	line-height:30px;
	padding:0px 10px;
	border:1px solid #e5e5e5;
	color:#cac9c9;
	font-size:14px;
	font-family:"Microsoft Yahei","SimSun";
}

#dingyue_con .dingyue .con .search .sub{
	float:left;
	width:64px;
	height:32px;
	background:#EF171C;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}

#dingyue_con .dingyue .con .list{
	border-top:1px solid #e5e5e5;
}

#dingyue_con .dingyue .con .list dl{
	/*margin-left:-22px;*/
	zoom:1;
}

#dingyue_con .dingyue .con .list dd{
	width: 100%;
	height: 82px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;

	/*background: blue;*/
}
#dingyue_con .dingyue .con .list .subLogo{
	float: left;
	width: 54px;
	margin:13px 13px 0 0;
	cursor: pointer;
}
#dingyue_con .dingyue .con .list .subLogo img{
	width: 100%;
}
#dingyue_con .dingyue .con .list .subInfo{
	float: right;
	height: 82px;
	width: 587px;
	cursor: pointer;
}

#dingyue_con .dingyue .con .caption{
	margin: 5px 0 -8px 0;
	padding: 0;
	font-size: 20px;
	/* font-weight:600; */
	line-height: 48px;
	cursor: pointer;
	color: #333;
}
#dingyue_con .dingyue .con .recommend{
	line-height: 24px;
	font-size: 12px;
	cursor: pointer;
	color: #cac9c9;
}
#dingyue_con .dingyue .con .qxdingyueBtn{
	position: absolute;
	top: 23px;
	right: 20px;
	right: 0;
	display: block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #EF171C;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;

}
#dingyue_con .dingyue .con .dingyueBtn{
	position: absolute;
	top: 23px;
	right: 20px;
	right: 0;
	display: block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #EF171C;
	border: 1px solid #EF171C;
	border-radius: 8px;
	cursor: pointer;

}
#dingyue_con .dingyue .con .list .blue{
	background-color:#EF171C;
	border:1px solid #EF171C;
	color:#fff;
	background-image:url(/static/image/dingyue-blue.gif);
}

#dingyue_con .dingyue .con .list .white{
	background-color:#fff;
	border:1px dotted #c3c3c3;
	color:#b2b2b2;
	background-image:url(/static/image/dingyue-white.gif);
}

#dingyue_con .dingyue .con .bottom{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:-40px;
	line-height:24px;
	color:#cac9c9;
	cursor: pointer;
}
/*���ĸ�������-end*/

/*ͼƬ�ֲ�-start*/
.container {
	width: 790px;
	height: 790px;
	overflow: hidden;
	position: relative
}

.slider {
	position: absolute;
	width: 20000px
}

.slider li {
	list-style: none;
	display: inline;
	width: 790px;
	height: 790px;
	position: relative;
	float: left
}

.slider img {
	width: 790px;
	height: 790px;
	display: block
}

.yx-rotaion-btn, .yx-rotaion-title, .yx-rotation-focus, .yx-rotation-t,
	.yx-rotaion-btn {
	position: absolute
}

.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 218px;
	left: 0px;
	bottom: 0px;
	background: url(/static/image/shadow1.png);
}

.yx-rotation-t {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left: 0px;
	bottom: 65px;
	text-align: center;
	font-size: 30px;
	z-index: 9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yx-rotation-t:hover {
	text-decoration: none
}

.yx-rotation-focus span, .yx-rotaion-btn span {
	background: #fff;
	display: block
}

.yx-rotation-focus {
	position: absolute;
	width: 100%;
	bottom: 22px;
	left: 0px;
	height: 3px;
	text-align: center;
	z-index: 10;
}

.yx-rotation-focus span {
	display: inline-block;
	vertical-align: top;
	width: 98px;
	height: 3px;
	cursor: pointer;
	background: #f0161c;
	margin: 0px 4px;
	text-indent: -9999px;
}

.yx-rotation-focus span.hover {
	background-color: #FFFFFF;
}

.yx-rotaion-btn {
	width: 100%;
	height: 41px;
	top: 50%;
	margin-top: -20px
}

.yx-rotaion-btn span {
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: relative
}

.yx-rotaion-btn .left_btn {
	background-position: -2px -2px;
	float: left;
	left: 10px
}

.yx-rotaion-btn .right_btn {
	background-position: -2px -49px;
	float: right;
	right: 10px
}

.yx-rotaion-btn span.hover {
	filter: alpha(opacity = 80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}
/*ͼƬ�ֲ�-end*/

#top.top-fixed .w1125{
	padding: 3px 0px;
}

#top.top-fixed .logo2{
	display: none;
}

#top.top-fixed .nav{
	margin-left: 40px;
}

#top-blank{
	height: 100px;
}

#footer1{
	background: #2d3236;
	text-align: center;
	color: #686a6c;
	line-height: 24px;
	padding: 20px 0px;
	margin-top: 100px;
}

#footer1 a{
	color: #686a6c;
}

/*置顶新闻*/
.topNews {
	width: 100%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	margin-bottom: 25px;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topNews .item {
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	width: 535px;
	background-image: url(/static/img/y.png);
	background-position: -16px 8px;
	background-repeat: no-repeat;
	background-size: 10px;
	border-left: 16px solid rgba(255,255,255,0);
}
.topNews .item a {
	display: inline-block;
	transition-timing-function: linear;
}

#page .main{
	float: left;
	width: 790px;
}

#page .side{
	float: right;
	width: 290px;
}

.focus{
	height: 790px;
}

.focus .shadow{
	position: absolute;
	width: 100%;
	height: 218px;
	left: 0px;
	bottom: 0px;
	background: url(/static/image/shadow1.png);
}

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

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

.focus .tab span{
	display: inline-block;
	vertical-align: top;
	width: 98px;
	height: 3px;
	cursor: pointer;
	background: #f0161c;
	margin: 0px 4px;
}

.focus .tab .current{
	background: #fff;
}

.list{
	/*margin-top: 20px;*/
}

.list li{
	border-bottom:1px solid #e5e5e5;
	padding:25px 0px;
	color:#a4a4a4;
	overflow: unset;
}
.list li:first-child {
	padding-top: 0px;
}

.list .photo{
	float: left;
	margin-right: 25px;
	width: 250px;
	height: 187px;
	line-height: 187px;
	overflow: hidden;
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	 -ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
}

.list .photo img{
	width: 100%;
	/*max-height:100%;*/
	height: auto;
	border-radius: 3px;
	transition: all 0.5s;
}

.list .photo:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.list h3{
	font-size:26px;
	font-weight:normal;
	line-height:38px;
	height: 76px;
}
.list h3 a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.list p{
	height:24px;
	line-height:24px;
	margin-top: 25px;
}

.list p span{
	float:left;
}

.list p label{
	float:right;
}

.list h3.h3BigPic {
	height: auto;
	margin-bottom: 20px;
}

.list .share{
	line-height:24px;
	margin-top: 15px;
}

.list .share span{
	float:left;
}

.list .share a{
	float:left;
	display:inline;
	margin:0px 10px 0px 0px;
	height:30px;
}

.list .share .icon1{ background:url(/static/image/share1.png); width:29px; }
.list .share .icon2{ background:url(/static/image/share2.png); width:21px; }
.list .share .icon3{ background:url(/static/image/share3.png); width:19px; }
.list .share .icon4{ background:url(/static/image/share4.png); width:24px; }
.list .share .icon5{ background:url(/static/image/share5.png); width:27px; }

.list .share .icon1:hover{ background:url(/static/image/share1b.png); }
.list .share .icon2:hover{ background:url(/static/image/share2b.png); }
.list .share .icon3:hover{ background:url(/static/image/share3b.png); }
.list .share .icon4:hover{ background:url(/static/image/share4b.png); }
.list .share .icon5:hover{ background:url(/static/image/share5b.png); }

.flip{
	text-align: center;
	margin-top: 80px;
}

.flip a{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	border: 1px solid #ddd;
	margin-left: -1px;
	color: #ff4449;
	background: #fff;
}

.flip a:hover,.flip .current{
	background: #ff4449;
	color: #fff !important;
}

.flip .disabled,.flip .disabled:hover{
	color: #999 !important;
	background: #fff !important;
	cursor: not-allowed;
}

.search2{
	border: 1px solid #e5e5e5;
	height: 32px;
	border-radius: 4px;
	/*overflow: hidden;*/
}

.search2 .text{
	float: left;
	margin-left: 12px;
	width: 205px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border: none;
	padding: 0px;
	outline: none;
}

.search2 .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.search2 .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.search2 .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.search2 .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.search2 .submit{
	float: right;
	width: 60px;
	height: 34px;
	margin-top: -1px;
	margin-right: -1px;
	background: #f0161c url(/static/image/search2.png) no-repeat center center;
	border: 1px solid #f0161c;
	cursor: pointer;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.side-ad{
	margin-top: 15px;
}

.side-ad img{
	width: 100%;
}

.download2{
	border:1px solid #e5e5e5;
	margin-top: 15px;
	padding:15px 0px 15px 15px;
}

.download2 .photo{
	float:left;
	width:100px;
	height:100px;
}

.download2 .text{
	float:right;
	width:162px;
}

.download2 .text p{
	line-height:20px;
}

.download2 .text .btn{
	margin-top:15px;
}


.download2 .text .btn .download1-ios {
	background-image: url(/static/image/download1.png);
    background-repeat: no-repeat;
    /*background-position: center bottom;*/
    /*display: block;*/
    float:left;
	display:inline;
	margin-right:15px;
	width:66px;
	height:45px;
}
.download2 .text .btn .download2-adr {
	background-image: url(/static/image/download2.png);
    background-repeat: no-repeat;
    /*background-position: center bottom;*/
    /*display: block;*/
    float:left;
	display:inline;
	margin-right:15px;
	width:66px;
	height:45px;
}

.download2 .text .btn .download1-ios:hover  .pic1{
	display: block;
	border: 1px solid #eee;

    z-index: 9;
    top: -105px;
    left: -84px;
    width: 120px;
    height: 120px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}


.download2 .text .btn .download2-adr:hover  .pic2{
	display: block;
	border: 1px solid #eee;

    z-index: 9;
    top: -105px;
    left: -100px;
    width: 120px;
    height: 120px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}

.download2 .text .btn .download1-ios .pic1 {
	position:relative;
	display:none;
	z-index: 999;
  
    width: 155px;
    height: 155px;
    background:url(/static/image/wx_invite_code.png) no-repeat center ;
}

.download2 .text .btn .download2-adr .pic2 {
	position:relative;
	display:none;
	z-index: 999;
    width: 155px;
    height: 155px;
    background:url(/static/image/wx_invite_code.png) no-repeat center ;
    
}


.side-block{
	margin-top: 30px;
	background: #f8f8f8;
	
}

.side-block .title{
	border-bottom: 3px solid #ececec;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

.side-block .title img{
	display: inline-block;
	vertical-align: top;
	margin: 8px 8px 0px 8px;
}

.side-block .con{
	background: #f8f8f8;
	padding: 0px 17px 20px 17px;
}

.list2 li{
	padding-top: 20px;
}

.list2 .photo{
	height: 170px;
}

.list2 .play{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -25px 0px 0px -25px;
	background: url(/static/image/play.png);
}

.list2 p{
	line-height: 24px;
	font-size: 16px;
	margin-top: 10px;
}

.list3{
	margin-top: 30px;
}

.list3 li{
	border-top: 1px solid #e5e5e5;
	padding: 15px 0px;
}

.list3 h3{
	font-weight: normal;
	line-height: 30px;
	font-size: 16px;
}

.list3 p{
	color: #b1b1b1;
	line-height: 20px;
	margin-top: 5px;
}


.detail-header{
	text-align: center;
}

.detail-header h2{
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
}

.detail-header p{
	color: #a4a4a4;
	margin-top: 25px;
	line-height: 18px;
}

.detail-header p span{
	margin: 0px 20px;
}

.detail-summary{
	margin-top: 30px;
	margin-bottom: 30px;
}

.detail-summary .top{
	height: 21px;
	background: url(/static/image/summary1.png) no-repeat;
	margin-bottom: 15px;
}

.detail-summary .bottom{
	height: 17px;
	background: url(/static/image/summary2.png) no-repeat right center;
	margin-top: 15px;
}

.detail-summary p{
	line-height: 28px;
	color: #888;
	font-size: 16px;
	font-style: italic;
}

.detail-body{
	margin-top: 40px;
}

.detail-body p{
	font-size: 18px;
	line-height: 35px;
	margin-top: 30px;
	text-indent: 2em!important; /*20191104新增该样式*/
	text-align: justify;
	word-break: break-all;
}

.detail-body img {
	width: 100%!important;
	height: auto!important;
	border-radius: 2px;
	margin: auto auto 10px auto;
}

.detail-body .spanPicTitle {
	font-size: 14px;
	display: block;
	color: #999;
	width: 100%;
	margin: 10px auto 20px auto;
	text-indent: 0em !important;
	text-align: left;
	line-height: 20px;
}

.detail-body table {
	max-width: 100%;
	margin: 20px auto auto auto;
}
.detail-body table p {
	margin-top: unset!important;
	text-indent: unset!important;
	text-align: center;
}
.detail-body table p img {
	width: auto!important;
	height: auto!important;
	border-radius: 2px!important;
	margin: auto!important;
}

/*20191104新增该样式*/
.detail-body p img {
	display: block;
	width: auto!important;
	max-width: 100%!important;
	height: auto!important;
	margin: auto auto 10px auto!important;
	vertical-align: top;
	border-radius: 3px;
}
.detail-body p video, .detail-body p embed {
	display: block;
	min-width: 500px!important;
	max-width: 100%!important;
	height: auto!important;
	min-height: 500px;
	margin: auto auto 10px auto!important;
	vertical-align: top;
	border-radius: 3px;
}
.detail-body p video {
	max-height: 75vh!important;
	/*background-color: #000000;*/
}
.detail-body p audio {
	display: block;
	min-width: 500px!important;
	max-width: 100%!important;
	/*height: auto!important;*/
	margin: auto auto 10px auto!important;
	vertical-align: top;
	border-radius: 3px;
}
.detail-body p a {
	text-decoration: underline;
	color: blue;
}
.detail-body p a:hover {
	color: #0000ffc4!important;
}
/*20191104注释该样式*/
/*.detail-body img{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}*/

/**打开App阅读全文-start**/
.lock-half-block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.readAll-block {
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	display: none;
}
.readAll-block .down-img {
	width: 26px!important;
	height: auto!important;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: auto auto auto -13px!important;
	display: block;
	vertical-align: unset;
	border-radius: unset;
	animation: upDown 1s linear infinite;
	animation-direction: alternate;
	-webkit-animation: upDown 1s linear infinite;
	-webkit-animation-direction: alternate;
}
@keyframes upDown {
	from{
		bottom: 45px;
	}
	to{
		bottom: 37px;
	}
}
@-webkit-keyframes upDown {
	from{
		bottom: 45px
	}
	to{
		bottom: 37px;
	}
}
.readAll-block .btn-readAll {
	display: block;
	width: 232px;
	height: 40px;
	line-height: 40px;
	background-color: #f62f2f;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	border-radius: 40px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -116px;
	cursor: pointer;
	outline: none;
}
.readAll-block .btn-readAll:hover {
	color: #FFFFFF!important;
}
.lock-half-block .readAll-block {
	display: block!important;
}
/**打开App阅读全文-end**/

.detail-comment{
	margin-top:70px;
}

.detail-comment .title{
	height:30px;
	line-height:30px;
}

.detail-comment .title span{
	float:left;
	font-size:20px;
	color:#9e9e9e;
	font-weight:bold;
}

.detail-comment .title label{
	float:right;
	color:#a5a4a4;
}

.detail-comment .pic{
	float:left;
	width:45px;
	height:45px;
	border-radius:50%;
	overflow:hidden;
}

.detail-comment .fabu{
	margin-top:20px;
}

.detail-comment .fabu form{
	float:right;
	width:730px;
}

.detail-comment .fabu textarea{
	border:1px solid #e9e9e9;
	width:710px;
	height:135px;
	padding:10px;
	border-radius:5px;
	font-family:"Microsoft Yahei";
	color:#5d5d5d;
	font-size:14px;
	resize: none;
}

.detail-comment .fabu .sub{
	margin-top:10px;
	text-align:right;
}

.detail-comment .fabu .sub input{
	width:90px;
	height:35px;
	line-height:35px;
	background:#f0161c;
	color:#fff;
	border:none;
	border-radius:5px;
	font-size:15px;
	cursor:pointer;
}

.detail-comment .liuyan li{
	margin-top:25px;
}

.detail-comment .liuyan .text{
	float:right;
	width:730px;
	border-bottom:1px dashed #efefef;
	padding-bottom:10px;
}

.detail-comment .liuyan .text h4{
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin-bottom:5px;
}

.detail-comment .liuyan .text h4,.detail-comment .liuyan .text h4 a{
	color:#8698a6;
}

.detail-comment .liuyan .text p{
	line-height:24px;
	color:#5d5d5d;
}

.detail-comment .liuyan .text h5{
	font-weight:normal;
	color:#9e9e9e;
	line-height:20px;
	font-size:14px;
	margin-top:5px;
}

.detail-related{
	margin-top: 30px;
}

.detail-related .title{
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 12px 12px 12px 28px;
	position: relative;
	border-radius: 2px;
}
.detail-related .title:before {
	position: absolute;
	top: 14px;
	left: 12px;
	width: 5px;
	height: 25px;
	background-color: #f0161c;
	content: '';
	border-radius: 1px;
}
.detail-related ul {
	margin-top: 20px;
}

.detail-related ul li{
	border-bottom:1px solid #e5e5e5;
	padding: 15px 0px;
	color:#a4a4a4;
	overflow: unset;
}
.detail-related ul li:first-child {
	padding-top: 0px;
}
.detail-related ul li:last-child {
	border-bottom:1px solid #FFFFFF;
}

.detail-related ul li .photo{
	float: left;
	margin-right: 18px;
	width: 163px;
	height: 122px;
	line-height: 122px;
	overflow: hidden;
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
}
.detail-related ul li .photo img{
	width: 100%;
	/*max-height:100%;*/
	height: auto;
	border-radius: 3px;
	transition: all 0.5s;
}
.detail-related ul li .photo:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.detail-related ul li h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	height: 78px;
}
.detail-related ul li h3 a{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.detail-related ul li p{
	height:24px;
	line-height:24px;
	margin-top: 20px;
}
.detail-related ul lip span{
	float:left;
}
.detail-related ul li p label{
	float:right;
}

.tc{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.5);
	display: none;
	z-index: 6666;
}

.tc .box{
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	border-radius: 5px;
	overflow: hidden;
}

.tc .close{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 25px;
	top: 25px;
	background: url(/static/image/tc-close.png);
	cursor: pointer;
}

.tc .close:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.tc1 .box{
	width: 960px;
	height: 720px;
	margin: -360px 0px 0px -480px;
}

.tc1 .tab{
	float: left;
	width: 189px;
	height: 720px;
	background: #f4f4f4;
	border-right: 1px solid #e5e5e5;
}

.tc1 .tab li{
	border-bottom: 1px solid #e5e5e5;
	height: 59px;
	line-height: 59px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
}

.tc1 .tab .current{
	width: 190px;
	background: #fff;
	font-size: 22px;
}

.tc1 .tab .current,.tc1 .tab .current a,.tc1 .tab .current a:hover{
	color: #f0161c !important;
}

.tc1 .con{
	float: right;
	width: 710px;
	margin: 18px 30px 0px 0px;
}

.tc1 .search{
	height: 32px;
	width: 482px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.tc1 .search .text{
	float: left;
	margin-left: 12px;
	padding: 0px;
	height: 32px;
	line-height: 32px;
	border: none;
	background: none;
	outline: none;
	font-size: 14px;
	color: #999;
	width: 390px;
}

.tc1 .search .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.tc1 .search .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.tc1 .search .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.tc1 .search .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.tc1 .search .submit{
	float: right;
	width: 60px;
	height: 32px;
	background: #f0161c url(/static/image/search2.png) no-repeat center center;
	cursor: pointer;
	border: none;
}

.tc1 .flip{
	margin-top: 30px;
}

.tc1 .note{
	text-align: center;
	color: #b3b3b3;
	line-height: 20px;
	margin-top: 15px;
}

.tc1 .list4 li{
	border-bottom: 1px solid #e5e5e5;
	padding: 14px 90px 14px 0px;
	height: 60px;
	position: relative;
}

.tc1 .list4 span{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	width: 70px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #f0161c;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.tc1 .list4 .btn1{
	background: #f0161c;
	color: #fff;
}

.tc1 .list4 .btn2{
	background: #fff;
	color: #f0161c;
}

.tc1 .list4 .photo{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.tc1 .list4 .text{
	float: left;
	margin-left: 25px;
	margin-top: 8px;
}

.tc1 .list4 .text h4{
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

.tc1 .list4 .text p{
	color: #999;
	line-height: 20px;
	font-size: 12px;
	margin-top: 2px;
}

.tc .title{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 22px 0px 0px 30px;
}

.tc2 .box{
	width: 530px;
	height: 360px;
	margin: -180px 0px 0px -265px;
}

.tc2 form{
	margin-top: 30px;
}

.tc2 .text{
	width: 265px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	display: block;
	margin: 15px auto 0px auto;
	padding: 0px 20px;
	outline: none;
	font-size: 16px;
	color: #999;
}

.tc2 .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #cac9c9;
}
.tc2 .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cac9c9;
}
.tc2 .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cac9c9;
}
.tc2 .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cac9c9;
}

.tc2 .submit{
	display: block;
	border-radius: 5px;
	background: #f0161c;
	width: 205px;
	height: 46px;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 18px;
	margin: 45px auto 0px auto;
}

.tc2 .bottom{
	text-align: center;
	margin-top: 30px;
	line-height: 20px;
}

.tc2 .bottom a{
	margin: 0px 10px;
	color: #666;
}

.tc3 .box{
	width: 530px;
	height: 430px;
	margin: -215px 0px 0px -265px;
}

.tc3 form{
	margin: 40px 30px 0px 30px;
}

.tc3 .line{
	height: 46px;
	line-height: 46px;
	margin-top: 15px;
}

.tc3 .line span{
	float: left;
	width: 105px;
	text-align: right;
	color: #666;
	margin-right: 20px;
}

.tc3 .line .text{
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-radius: 5px;
	padding: 0px 20px;
	border: 1px solid #e9e9e9;
	color: #666;
	outline: none;
}

.tc3 .line .w1{
	width: 260px;
}

.tc3 .line .w2{
	width: 150px;
}

.tc3 .line .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}
.tc3 .line .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}
.tc3 .line .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}
.tc3 .line .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

.tc3 p{
	float: left;
	color: #f0161c;
}

.tc3 button{
	float: left;
	margin-left: 15px;
	height: 46px;
	line-height: 46px;
	border: none;
	width: 130px;
	border-radius: 5px;
	background: #f0161c;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.tc3 .submit{
	display: block;
	border-radius: 5px;
	background: #f0161c;
	width: 205px;
	height: 46px;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 18px;
	margin: 45px auto 0px auto;
}


#bg-color2{
	background: #f7f7f7;
}

#footer2{
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	color: #ccc;
	line-height: 24px;
	padding: 10px 0px;
	background: #f7f7f7;
	z-index: 999;
}

#footer2 a{
	color: #ccc;
}

#personal{
	background: #fff;
	padding: 40px 50px 80px 50px;
	width: 1025px;
}

.per-title{
	margin: 0px 25px;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.per-form{
	margin: 0px auto 0px auto;
	width: 590px;
}

.per-form .line{
	margin-bottom: 35px;
	line-height: 35px;
}

.per-form span{
	float: left;
	width: 175px;
	font-size: 16px;
	color: #4b4b4b;
}

.per-form .photo{
	float: left;
	width: 98px;
	height: 98px;
}

.per-form .upload{
	float: left;
	margin-left: 30px;
}

.per-form .upload button{
	width: 95px;
	height: 35px;
	border-radius: 5px;
	background: #f2f2f2;
	color: #a0a0a0;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.per-form .upload button:hover{
	background: #f0161c;
	color: #fff;
}

.per-form .upload h5{
	font-weight: normal;
	line-height: 22px;
	color: #a0a0a0;
	margin-top: 15px;
	font-size: 14px;
}

.per-form p{
	float: left;
	font-size: 16px;
	margin-right: 35px;
}

.per-form .text{
	float: left;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e2e2e2;
	padding: 0px 10px;
	width: 275px;
	outline: none;
	font-size: 16px;
}

.per-form .link{
	float: left;
	margin-left: 40px;
	font-size: 18px;
	color: #999;
}

.per-form .radio{
	float: left;
	width: 12px;
	height: 12px;
	margin: 13px 8px 0px 0px;
}

.per-form select{
	float: left;
	border: 1px solid #e2e2e2;
	height: 33px;
	line-height: 33px;
	margin-right: 15px;
	padding: 0px;
	min-width: 88px;
	font-size: 16px;
	outline: none;
}

.per-form .bottom{
	margin-top: 50px;
	padding-left: 175px;
	line-height: 35px;
}

.per-form .bottom .sub{
	float: left;
	height: 35px;
	line-height: 35px;
	border: none;
	background: #f0161c;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	width: 175px;
}

.per-head{
	height: 92px;
	position: relative;
	padding-right: 85px;
}

.per-head .btn{
	position: absolute;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #f0161c;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	right: 0px;
	top: 50%;
	margin-top: -15px;
}

.per-head .btn:hover{
	color: #fff !important;
}

.per-head .photo{
	float: left;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 3px solid #dfdfdf;
}

.per-head .text{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

.per-head .text h4{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.per-head .text p{
	line-height: 20px;
	color: #999;
	margin-top: 20px;
}

.per-head .text p span{
	margin-right: 15px;
}

.per-tab{
	margin-top: 40px;
	height: 42px;
	line-height: 42px;
	border-bottom: 3px solid #e5e5e5;
}

.per-tab span{
	float: left;
	font-size: 18px;
	margin-right: 40px;
	padding: 0px 5px;
	cursor: pointer;
}

.per-tab .current{
	color: #f0161c;
	border-bottom: 3px solid #f0161c;
}

.list5 li{
	padding: 30px 110px 30px 0px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.list5 .btn{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -17px;
	border: 1px solid #e5e5e5;
	height: 32px;
	line-height: 32px;
	color: #999;
	border-radius: 5px;
	padding: 0px 10px 0px 32px;
	background: url(/static/image/del.png) no-repeat 11px center;
}

.list5 .photo img{
	float: left;
	margin-right: 25px;
	width: 135px;
	height: 100px;
}

.list5 h3{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
}

.list5 p{
	line-height: 20px;
	height: 20px;
	color: #a4a4a4;
	margin-top: 20px;
}

.list7 li{
	padding: 30px 0px 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.list7 .message p{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	color: #999;
	margin-bottom: 12px;
}

.list7 .message h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.list7 .news{
	padding: 25px;
	margin-top: 25px;
	background: #f7f7f7;
}

.list7 .news .photo img{
	float: left;
	margin-right: 25px;
	width: 135px;
	height: 100px;
}

.list7 .news h3{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
}

.list7 .news p{
	line-height: 20px;
	height: 20px;
	color: #a4a4a4;
	margin-top: 20px;
}

.list6 ul{
	margin-left: -130px;
}

.list6 li{
	float: left;
	width: 255px;
	height: 64px;
	margin: 45px 0px 0px 130px;
	position: relative;
}

.list6 .photo{
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-right: 22px;
}

.list6 .text{
	float: left;
	margin-top: 5px;
}

.list6 .text h4{
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}

.list6 .text p{
	line-height: 20px;
	height: 20px;
	color: #999;
	margin-top: 8px;
}

.list6 .btn{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -13px;
	border-radius: 13px;
	background: #f0161c url(/static/image/check.png) no-repeat center center;
	height: 26px;
	line-height: 26px;
	width: 10px;
	padding: 0px 8px;
}

.list6 .btn span{
	display: none;
	color: #fff;
}

.list6 .btn:hover{
	background: #f0161c;
	width: auto;
}

.list6 .btn:hover span{
	display: block;
}



#top2{
	border-bottom: 1px solid #ececec
}

#top2 .w1125{
	height: 64px;
	line-height: 64px;
	padding: 12px 0px;
}

#top2 .logo{
	float: left;
}

#top2 .link{
	float: right;
	margin-right: -20px;
}

#top2 .link a{
	margin: 0px 20px;
}

#account{
	padding: 70px 0px 80px 0px;
}

.acc-title{
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}

.acc-form{
	width: 440px;
	margin: 50px auto 0px auto;
}

.acc-form .line{
	margin-bottom: 20px;
	line-height: 42px;
}

.acc-form span{
	float: left;
	font-size: 18px;
	color: #666;
	width: 110px;
	text-align: right;
	margin-right: 25px;
}

.acc-form .text{
	float: left;
	padding: 0px 10px 0px 32px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	outline: none;
	background-position: 6px center;
	background-repeat: no-repeat;
}

.acc-form .icon1{ background-image: url(/static/image/acc-icon1.png); }
.acc-form .icon2{ background-image: url(/static/image/acc-icon2.png); }
.acc-form .icon3{ background-image: url(/static/image/acc-icon3.png); }
.acc-form .icon4{ background-image: url(/static/image/acc-icon4.png); }
.acc-form .icon5{ background-image: url(/static/image/acc-icon5.png); }
.acc-form .icon6{ background-image: url(/static/image/acc-icon6.png); }

.acc-form .width1{
	width: 243px;
}

.acc-form .width2{
	width: 138px;
}

.acc-form .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #cacaca;
}
.acc-form .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cacaca;
}
.acc-form .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cacaca;
}
.acc-form .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cacaca;
}

.acc-form .code{
	width: 100px;
	height: 42px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.acc-form .code img{
	width: 100%;
	height: 100%;
}

.acc-form button{
	width: 100px;
	height: 42px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	background: #f0161c;
	color: #fff;
	font-size: 14px;
}

.acc-form .sub{
	display: block;
	height: 42px;
	line-height: 42px;
	width: 285px;
	border-radius: 3px;
	background: #f0161c;
	font-size: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	margin: 50px auto 0px auto;
}
.photo_zt {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: hidden;
	border-radius: 3px;
}
.photo_zt img {
	width: 100%;
	height: auto;
	/*max-height: 100%;*/
	max-height: 400px;
	border-radius: 3px;
	transition: .5s all;
}
.photo_zt img:hover {
	transform: scale(1.03);
}
.p_zt {
	overflow: hidden;
	height: auto!important;
}
.p_zt span.span_zt {
	display: inline-block;
	color: #FBC77A;
	border: 1px solid #FBC77A;
	border-radius: 3px;
	padding: 0px 5px;
}

span.span_bigPic {
	color: #a5a4a4!important;
	border: 1px solid #EEEEEE!important;
	margin-right: 10px!important;
}

label.label_bigPic {
	float: left!important;
}