@charset "UTF-8";
.main{ max-width:1200px; padding:0 10px 0 10px; margin:auto; position:relative;}

.fd_top{position:fixed; width:100%; top:0; left:0; z-index:9999999999;}

.top_kong{ padding:38px 0 16px 0; height:64px;}
.top{ border-top:8px solid #B2000C; height:64px; padding:30px 0 16px 0; background-color: rgba(255,255,255,0.9);}
.top .logo{ float:left;}
.top .logo img{height:64px;}
/*主导航开始*/
.top .nav{ float:right;}
.top .nav li{float:left; position:relative;}
.top .nav li > a{ position:relative; display:block; height:64px; line-height:64px; font-size:16px; color:#353535; padding:0 17px 0 17px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.top .nav li .a_be{color:#B2000C;}
.top .nav li p{position:absolute; left:0; top:64px; width:140%; left:-20%; display:none; z-index:666666; background-color: rgba(178,0,12,0.9);
	border-radius:6px; -moz-border-radius:6px;  -webkit-border-radius:6px; border-top:3px solid #9F000C; border-bottom:3px solid #9F000C;
}
.top .nav li p a{position:relative; display:block; text-align:center; line-height:40px; height:40px; overflow:hidden; font-size:14px; padding:0 12px 0 12px; color:#ffffff; border-bottom:1px solid #8C000B;}
.top .nav li p a:last-child{border-bottom:0;}
.top .nav li p a:hover{ color:#B2000C; background-color:#FFFFFF;}
.top .nav li:hover > a{ color:#B2000C;}
.top .nav li:hover p{
	display:block;
	animation: xiala 0.4s;
	-moz-animation: xiala  0.4s;
	-webkit-animation: xiala  0.4s;
	-o-animation: xiala  0.4s; 
}
.top .nav li:last-child > a{color:#D2D1D1; font-size:14px; font-family:Arial, Helvetica, sans-serif;}



/*手机点开*/
.nav_x{ float:right; display:none; margin-top:6px;}
.nav_x2{ line-height: 50px; display: inline-block; vertical-align: middle;}
.nav_x2 a{ font-size:30px; color:#222222;}

/*手机导航*/
.x_nav{ width: 100%; height: 100%; background-color: rgba(255,255,255,0.9); position: fixed; top: 0; right: -101%; z-index: 999999999999; border-left:1px solid #eeeeee;}
.x_nav_t{ width: calc(100% - 15px); width: -moz-calc(100% - 15px); width: -webkit-calc(100% - 15px); height: 60px; line-height: 60px; text-align: right; padding-right: 16px;}
.x_nav_t a{ color: #000000; font-size: 16px; font-weight:normal; vertical-align:middle;}
.x_nav_t i{font-size:24px; vertical-align:middle;}

.x_nav2{ width: 100%; height: 100%; overflow:auto; padding-bottom:75px;}
.x_nav2 ul li{ height: auto;}
.x_nav2 ul li a{ height: 40px; line-height: 40px; display: block; font-size: 14px; color: #333333;  padding-left: 18px;  background-color: rgba(238,238,238,0.5); border-bottom: 1px solid #dddddd;}
.x_nav2 ul li span{ width: 64px; height: 40px; display: inline-block; line-height: 40px; text-align: center; float: right; margin-right: 0px; background: url(../images/jia.png) no-repeat center center;}
.x_nav2 ul li span.xjian{ background: url(../images/jian.png) no-repeat center center;}
.xnav_xl { display: none;}
.xnav_xl dd .a_bj{ background-color:#FFFFFF; padding-left:30px; font-size:12px;}
.xnav_xl dd .a_bj1{ font-weight:bold; color:#184D72; background-color:#f9f9f9;}
.xnav_xl dd .a_bj2{ background-image:url(../images/shu_h.png); background-repeat:no-repeat; background-position:32px center; padding-left:48px;}
.xnav_xl dd .a_bj3{ padding-left:48px; font-weight:bold;}
.xnav_xl dd .a_bj4{ padding-left:60px;}




/*banner大图*/
.banner{position:relative; width:100%; margin:auto;}
.banner .arrow{
	position:absolute;
	top:45%;
	top: calc(50% - 30px); top: -moz-calc(50% - 30px); top: -webkit-calc(50% - 30px);
	z-index:999;
	background-repeat: no-repeat;
	background-position: center center;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:40px;
	color:#FFFFFF;
	font-family:"宋体";
	text-align:center;
	background-color: rgba(0,0,0,0.4);
	border-radius:6px; -moz-border-radius:6px;  -webkit-border-radius:6px;
}
.banner .arrow.pre {background-image: url();left:0px;}
.banner .arrow.next {background-image: url(); right:0px;}
.banner .arrow:hover{}

.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1000;
	bottom:0;
}
.banner .slick-dots li {
	display: inline-block;
	width: auto;
	float: none;
	vertical-align: middle;
}
.banner .slick-dots li button {
	border:0;
	background-color:#ffffff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
	margin: 0 6px 35px 6px;
	outline: medium none;
	padding: 0;
	width: 70px;
	
	filter:alpha(opacity=60); /* IE */
	-moz-opacity:0.6; /* 老版Mozilla */
	-khtml-opacity:0.6; /* 老版Safari */
	opacity: 0.6; /* 支持opacity的浏览器*/
}
.banner .slick-dots li.slick-active button {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
	background-color:#184D72;
}
/*上半部分是固定的 下边是网站的css样式*/
.banner .dataitem{float:left; width:100%;}
.banner .dataitem .mimg{}
.banner .dataitem .mimg img{ width:100%; display:block;}
/*左右滚动结束*/



.index1{ position:relative;}
.index1 .mleft{float:left; margin:30px 0 0 0; width:655px; width: calc(100% - 545px); width: -moz-calc(100% - 545px); width: -webkit-calc(100% - 545px);}
.index1 .layer1{position:absolute; left:0; bottom:0; width:155px; height:345px;  z-index:1;}
.index1 .mright{ float:right; width:545px; border-radius:30px; -moz-border-radius:30px;  -webkit-border-radius:30px;}
.index1 .mright img{width:100%;}
.index1 .layer2{ position:absolute; left:4px; top:100px; width:64%; z-index:22;
}
.index1 .layer2 .text_box{ padding:20px 0 0 0; background-color: rgba(240,240,240,0);}
.index1 .layer2 .text_box .text{ line-height:36px; text-align:justify; font-size:16px;}
.index1 .layer2 .text_box .more{ text-align:left; padding:10px 0 10px 0;}
.index1 .layer2 .text_box .more a{ display:inline-block; padding:0 36px 0 36px; border:1px solid #B3131B; height:30px; line-height:30px; border-radius:15px; -moz-border-radius:15px;  -webkit-border-radius:15px; color:#B3131B; font-size:12px;}
.index1 .layer2 .text_box .more a:hover{background-color:#B3131B; color:#FFFFFF;}
.index1 .layer2:hover .text_box .more a{background-color:#B3131B; color:#FFFFFF;}



.hei6{height:6px; line-height:6px;}
.hei8{height:8px; line-height:8px;}
.hei12{height:12px; line-height:12px;}
.hei20{height:20px;}
.hei30{height:30px;}
.hei40{height:40px;}
.hei50{height:50px;}
.hei60{height:60px;}
.hei80{height:80px;}
.hei100{ height:4vw;}

.hui-bj{ background-image:url(../images/news_bj.png); background-repeat:no-repeat; background-position:center center; background-size:100%;}


.bk_title{ background-image:url(../images/bk_huidian.jpg); background-repeat:repeat-x; background-position:center bottom;}
.bk_title p{ float:left; height:28px; line-height:28px; color:#000000; background-color:#ffffff; font-size:28px; padding:0 10px 0 0;}
.bk_title .p2{ padding:0 10px 0 10px; background-color:#B2000C; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.bk_title .p3{ float:left; height:28px; line-height:28px; color:#000000; background-color:#ffffff; font-size:24px; padding:0 10px 0 0;}
.bk_title div{float:right; color:#aaaaaa; font-size:14px;}
.bk_title div a{color:#aaaaaa;}
.bk_title div a:hover{ color:#B1000B;}

.pc_show{}
.tel_show{display:none;}

.bk_title2{ padding:0 0 28px 0; height:32px; background-image:url(../images/bk_bj1.png); background-repeat:no-repeat; background-position:center bottom; text-align:center;}
.bk_title2 a{ display:inline-block; padding:0 10px 0 0px; height:28px; line-height:28px; font-size:28px; color:#000000; vertical-align:middle;}
.bk_title2 .a2{padding:0 10px 0 10px; background-color:#B2000C; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; vertical-align:middle; font-size:12px;}


/*首页新闻*/
.i_news{}
.i_news .title{ text-align:center; padding:16px 0 35px 0;}
.i_news .title span{display:inline-block; height:38px; line-height:38px; text-align:center; width:30px; font-size:14px; color:#dddddd;}
.i_news .title a{display:inline-block; height:36px; line-height:36px; padding:0 22px 0 22px; font-size:14px; color:#555555; background-color:#FFFFFF; border:1px solid #eeeeee;}
.i_news .title a:hover,
.i_news .title .a_be{ color:#FFFFFF; background-color:#B2000C; border:1px solid #B2000C;}
.i_news .news_box{ display:none;}
.i_news .news_show{display:block;}
.i_news .news_box .news_first{ padding:15px; background-color:#FFFFFF;}
.i_news .news_box .news_first .mimg{float:left; width:324px; overflow:hidden;}
.i_news .news_box .news_first .mimg img{ width:100%; overflow:hidden;}
.i_news .news_box .news_first .mright{float:right; margin-right:10px; width:65%; width: calc(100% - 364px); width: -moz-calc(100% - 364px); width: -webkit-calc(100% - 364px);}
.i_news .news_box .news_first .mright .mtitle{padding:18px 0 18px 0; line-height:30px; position:relative; display:block; font-size:18px;}
.i_news .news_box .news_first .mright .mjianjie{ line-height:26px; font-size:14px; color:#7e7e7e; text-align:justify;}
.i_news .news_box .news_first .mright .mmore{ padding:16px 0 0 0;}
.i_news .news_box .news_first .mright .mmore .mdate{ float:left; height:20px; line-height:20px; background-image:url(../images/mydate.jpg); background-repeat:no-repeat; background-position:left center; padding:0 0 0 22px; font-size:12px; color:#B4B4B4;}
.i_news .news_box .news_first .mright .mmore a{ float:right; display:inline-block; padding:0 20px 0 20px; height:24px; line-height:24px; background-color:#ffffff; border:1px solid #B30010; color:#B30010; font-size:12px;}
.i_news .news_box .news_first .mright .mmore a:hover{background-color:#B30010; color:#FFFFFF;}
.i_news .news_box .news_l{}
.i_news .news_box .news_l li{ float:left; background-color:#FFFFFF; margin:22px 22px 0 0; width:45%; width: calc((100% - 22px)/2); width: -moz-calc((100% - 22px)/2); width: -webkit-calc((100% - 22px)/2); padding:14px 0 18px 0;}
.i_news .news_box .news_l li:nth-child(2n+2){margin-right:0;} 
.i_news .news_box .news_l li .mdate{float:left; width:68px; text-align:center; margin:10px 0 0 10px; line-height:24px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#999999;}
.i_news .news_box .news_l li .mright{float:right; margin-right:18px; width:80%; width: calc(100% - 110px); width: -moz-calc(100% - 110px); width: -webkit-calc(100% - 110px);}
.i_news .news_box .news_l li .mright .mtitle{line-height:34px; height:34px; overflow:hidden; position:relative; display:block; font-size:15px;}
.i_news .news_box .news_l li .mright .mjianjie{ line-height:24px; height:48px; overflow:hidden; font-size:12px; color:#8F8F8F; text-align:justify; padding:6px 0 0 0;}
.i_news .news_box .news_l li:hover{
	-webkit-box-shadow: 1px 1px 2px #bbbbbb;  
	-moz-box-shadow: 1px 1px 2px #bbbbbb;
	box-shadow: 1px 1px 2px #bbbbbb;
	border-collapse:separate !important;
}


.img_ul{ padding:12px 0 0 0;}
.img_ul li{ float:left; width:15%; width: calc((100% - 60px)/6); width: -moz-calc((100% - 60px)/6); width: -webkit-calc((100% - 60px)/6); margin:12px 12px 0 0; position:relative;}
.img_ul li:nth-child(6n+6){margin-right:0;}
.img_ul li .mimg{border:1px solid #dedede; overflow:hidden;}  
.img_ul li .mimg img{ width:100%; display:block;}


/*底部信息*/
.footer_box{background-color:#B2000C;}
.footer_box .f_logo{ float:left; margin:6px 60px 0 40px;}
.footer_box .f_logo img{ max-width:126px;}
.footer_box .f_weixin{float:right; margin:6px 30px 0 0; line-height:30px;  text-align:center; }
.footer_box .f_weixin a{ font-size:14px; color:#f0f0f0;}
.footer_box .f_weixin img{ max-width:116px;}
.footer_box .f_copy{ float:left; border-left:1px solid #C46C62; width:550px; width: calc(100% - 500px); width: -moz-calc(100% - 500px); width: -webkit-calc(100% - 500px); font-size:16px; color:#ffffff; text-align:left; padding:0 0 6px 60px;}
.footer_box .f_copy .f_nav{ line-height:34px;}
.footer_box .f_copy .f_nav a{color:#ffffff; font-size:16px;}
.footer_box .f_copy .f_nav a:hover{color:#FFFF00;}
.footer_box .f_copy span{color:#FFEFAC;}
.footer_box .f_copy .p1{ padding:10px 0 0 0; line-height:34px;}
.footer_box .f_copy .copy{padding:10px 0 0 0; line-height:24px; font-size:14px; color:#f9f9f9;}
.footer_box .f_copy .copy a{color:#f9f9f9; font-size:14px;}







/*二级页面*/



/*投资理念*/
.invest{ padding:16px 0 0 0;}
.invest li{ float:left; width:31%; width: calc((100% - 28px)/3); width: -moz-calc((100% - 28px)/3); width: -webkit-calc((100% - 28px)/3); margin:14px 14px 0 0; position:relative;}
.invest li:nth-child(3n+3){margin-right:0;} 
.invest li .con_box{ border:1px solid #eeeeee; background-color:#f6f6f6; padding:65px 40px 65px 40px;}
.invest li .con_box .mimg{text-align:center; overflow:hidden; position:relative;}
.invest li .con_box .mimg img{ max-width:70px;}
.invest li .con_box .mtitle{ position:relative; display:block; text-align:center; background-image:url(../images/hongxian.jpg); background-repeat:no-repeat; background-position:center bottom; overflow:hidden; height:38px; line-height:38px; padding:18px 12px 0 12px; font-size:16px;}
.invest li .con_box .mjianjie{ padding:18px 0 0 0; height:48px; line-height:24px; overflow:hidden; font-size:14px; color:#999999; text-align:center;}
.invest li .layer{ display:none; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#B1000B; z-index:333;}
.invest li .layer .mtitle{ position:relative; display:block; padding:30px 30px 0 30px; line-height:30px; font-size:18px; color:#FFFFFF; font-weight:bold; text-align:center;}
.invest li .layer .mjianjie{padding:14px 30px 30px 30px; max-height:192px; overflow:hidden; text-align:justify;}
.invest li .layer .mjianjie a{font-size:14px; line-height:24px; font-size:14px; color:#FDFDFF;  position:relative; display:block;}
.invest li:hover .layer{
	display:block;
	animation: xiala 0.4s;
	-moz-animation: xiala  0.4s;
	-webkit-animation: xiala  0.4s;
	-o-animation: xiala  0.4s; 
}


/*产品净值*/
.pro_ul{}
.pro_ul li{ float:left; width:48%; width: calc((100% - 20px)/2); width: -moz-calc((100% - 20px)/2); width: -webkit-calc((100% - 20px)/2); margin:30px 20px 0 0; position:relative;}
.pro_ul li:nth-child(2n+2){margin-right:0;} 
.pro_ul li .con_box{ padding:14px; border:1px solid #EDEDED;}
.pro_ul li .con_box .mtitle{ border-bottom:1px solid #F1EDEC; height:43px;}
.pro_ul li .con_box .mtitle a{ position:relative; display:block; float:left; font-size:16px; color:#ffffff; font-weight:bold; background-color:#B1000B; padding:0 25px 0 25px; height:44px; line-height:43px;}
.pro_ul li .con_box .p_l{ padding:10px 10px 0px 10px;}
.pro_ul li .con_box .p_l a{ position:relative; display:block; overflow:hidden; height:35px; line-height:35px; font-size:14px; background-image:url(../images/hongsanjiao.jpg); background-repeat:no-repeat; background-position:left center; padding:0 0 0 15px;}





.er_banner{ background-repeat:no-repeat; background-position:center center; background-size:100% auto;}
.er_banner .t-box{ width:100%; height:276px; position:relative; filter:alpha(opacity=80); -moz-opacity:0.8;   -khtml-opacity:0.8;   opacity: 0.8;}
.er_banner .t-box .t_title{ position:absolute; left:20px; line-height:1.2em; text-align:left; top:45%; font-size:26px; color:#ffffff; font-weight:bold;}
.er_banner .t-box .t_title p{font-size:20px; color:#A67961;}





.er_box{}
/*左边*/
.er_box .er_left{float:left; width:210px; background-color:#f9f9f9; border-radius:5px; -moz-border-radius:5px;  -webkit-border-radius:5px;}
.er_box .er_left .title{ line-height:48px; text-align:center; background-color:#B1000B; color:#FFFFFF; font-size:16px; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0;  -webkit-border-radius:5px 5px 0 0;}
.er_box .er_left .er_nav{padding:10px 12px 10px 12px;}
.er_box .er_left .er_nav li{ padding:3px 0 3px 0; border-bottom:1px solid #f0f0f0;}
.er_box .er_left .er_nav li a{position:relative; display:block; height:38px; line-height:37px; text-align:center; font-size:14px;}
.er_box .er_left .er_nav li a:hover,
.er_box .er_left .er_nav li .a_be{background-color:#eeeeee; color:#000000;}
.er_box .er_left .er_img{ padding:10px 18px 20px 18px;}
.er_box .er_left .er_img img{ width:100%;}
.er_box .er_left .content{ text-align:left; line-height:24px; padding:0 15px 25px 15px;}
.er_box .er_left .content img{max-width:180px;}
/*右边*/
.er_box .er_right{float:right; width:calc(100% - 260px); width: -moz-calc(100% - 260px); width: -webkit-calc(100% - 260px); padding:15px 17px 18px 17px;}



.about_c{padding:10px 0 0 0; text-align:justify;}




/*新闻*/
.news-list{ padding:20px 4px 10px 4px;}
.news-list li{border-bottom:1px dashed #dddddd; height:38px; line-height:38px; font-size:12px; color:#999999;}
.news-list li span{float:right;}
.news-list li a{position:relative; display:block; float:left; height:38px; line-height:38px; overflow:hidden; width:80%; width: calc(100% - 90px); width: -moz-calc(100% - 90px); width: -webkit-calc(100% - 90px); text-align:left; font-size:14px; background-image:url(../images/hongsanjiao.jpg); background-repeat:no-repeat; background-position:left center; padding:0 0 0 16px;}
.news-list li a:hover{}

/*留言板*/
.message-box{ padding:20px 0 0 0;}
.message-box .mtitle{line-height:38px; font-size:16px; border:1px solid #efefef; background-color:#f8f8f8; padding:0 0 0 20px;}

.message{ padding:0 12px 12px 12px;}
.message li{ float:left; width:calc(50% - 20px); width:-moz-calc(50% - 20px); width:-webkit-calc(50% - 20px); margin:14px 10px 0 10px; line-height:42px; font-size:14px; height:50px;}
.message li p{float:left; width:80px; color:#666666; text-align:left;}
.message li div{float:left; width:calc(100% - 80px); width: -moz-calc(100% - 80px); width: -webkit-calc(100% - 80px); font-size:14px;}
.message li div .minput{ height:42px; line-height:42px; border:1px solid #ededed; width:calc(100% - 50px); width: -moz-calc(100% - 50px); width: -webkit-calc(100% - 50px); padding:0 14px 0 14px; border-radius:3px; font-size:14px; color:#666666;}
.message li div .minput2{ width:60px;}
.message li div span{float:left;}
.mfk_sub{text-align:center;}
.mfk_sub .inputsub{ height:38px; line-height:36px; border:1px solid #B1000B; width:150px; background-color:#B1000B; border-radius:2px; font-size:18px; color:#ffffff;}
.mfk_sub .inputsub:hover{ background-color:#1B1B1B; border:1px solid #947350;}



/*弹出层 留言板*/
.tanchu_box{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:4444; background-color: rgba(140,140,140,0.96);}
.tanchu_box .layer{ position:relative; width:600px; height:100%; margin:auto;}
.tanchu_box .layer .input_box{ position:absolute; background-color: rgba(255,255,255,0.9); width:100%; height:300px; top:30%; top:calc(50% - 150px); top: -moz-calc(50% - 150px); top: -webkit-calc(50% - 150px); left:0; text-align:center;
	-webkit-box-shadow: 1px 1px 2px #666666;  
	-moz-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	border-collapse:separate !important;
	border-radius:10px; -moz-border-radius:10px;  -webkit-border-radius:10px;
}
.tanchu_box .layer .input_box .mtitle{ padding:50px 40px 30px 40px; font-size:24px; font-weight:bold; text-align:center; color:#B1000B;}
.tanchu_box .layer .input_box .p1{ text-align:center; padding:0 50px 20px 40px;}
.tanchu_box .layer .input_box .p1 .myinput{height:42px; line-height:42px; border:1px solid #dddddd; width:calc(100% - 30px); width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); padding:0 14px 0 14px; border-radius:3px; font-size:14px; color:#666666; background-color:#FFFFFF; text-align:center;}
.tanchu_box .layer .input_box .mysub{ width:140px; text-align:center; height:38px; line-height:38px; background-color:#B1000B; color:#FFFFFF; font-size:16px;
	border-radius:10px; -moz-border-radius:10px;  -webkit-border-radius:10px;
}



/*图片列表*/
.photo_ul{}
.photo_ul li{ float:left; width:24%; width: calc((100% - 60px)/4); width: -moz-calc((100% - 60px)/4); width: -webkit-calc((100% - 60px)/4); margin:0 20px 20px 0; position:relative;}
.photo_ul li:nth-child(4n+4){margin-right:0;} 
.photo_ul li .con_box{ border:6px solid #284361;}
.photo_ul li .con_box .mimg{text-align:center; overflow:hidden; position:relative;}
.photo_ul li .con_box .mimg img{ width:100%; display:block;}
.photo_ul li .con_box .a1{position:absolute; display:none; width:100%; height:100%; left:0; top:0; background-image:url(../images/play3.png); background-repeat:no-repeat; background-position:center 40%;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.photo_ul li .con_box:hover .a1{ display:block;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.photo_ul li .con_box .mtitle{text-align:center; background-color:#f5f5f5; overflow:hidden; height:36px; line-height:36px; padding:0 12px 0 12px;}
.photo_ul li .con_box .mtitle a{font-size:12px; color:#555555;}
.photo_ul li .con_box:hover .mtitle a{ color:#001534;}







/*右边客服*/
.kefu_right{position:fixed; right:0; top:30%; z-index:9876;}
.kefu_right li{ border-bottom:1px solid #FFFFFF; position:relative; background-color:#CC0001; width:60px; padding-top:6px; text-align:center;
	border-radius:6px 0 6px 0; -moz-border-radius:6px 0 6px 0;  -webkit-border-radius:6px 0 6px 0;
}
.kefu_right li > a{position:relative; display:block; width:100%; text-align:center; padding:10px 0 10px 0; text-align:center; line-height:20px; font-size:12px; color:#555555;}
.kefu_right li > a img{ max-width:100%; 
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* 老版Mozilla */
	-khtml-opacity:1; /* 老版Safari */
	opacity: 1; /* 支持opacity的浏览器*/
}
.kefu_right li p{position:absolute; display:none; right:-250px; top:0; white-space:nowrap; background-color:#CC0001; padding:15px; color:#FFFFFF;
	transition: all 2s;
	-moz-transition: all 2s; /* Firefox 4 */
	-webkit-transition: all 2s; /* Safari 和 Chrome */
	-o-transition: all 2s; /* Opera */
}
.kefu_right li:hover > a img{
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* 老版Mozilla */
	-khtml-opacity:1; /* 老版Safari */
	opacity: 1; /* 支持opacity的浏览器*/
}
.kefu_right li:hover p{display:block;
	right:60px;	
}
.kefu_right li:first-child p{line-height:66px; font-size:18px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; padding:0 10px 0 20px;}
.kefu_right li:nth-child(2) p{line-height:46px; top:-43px; font-size:16px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; padding:0 10px 20px 20px;}
.kefu_right li:nth-child(2) p img{display:block;}
/**
.kefu_right li:nth-child(3) p{line-height:66px; font-size:18px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; padding:0 10px 0 20px;}
**/
.kefu_right li:last-child{border-bottom:0;}


/*详细*/
.xx_title{ padding:20px 0 16px 0; color:#222222; font-size:20px; text-align:center; line-height:2em; font-weight:bold; }
.xx_author{ text-align:center; background-color:#f9f9f9; line-height:3em; font-size:12px; color:#999999; border:1px solid #f1f1f1;}
.xx_video{ padding:10px 0 10px 0; text-align:center; width:60%; margin:auto;}
.xx_video video{ width:100%;}
.xx_img{padding:15px 0 0 0; text-align:center;}
.xx_img img{max-width:100%;}
.xx_content{font-size:14px; text-align:justify; line-height:32px; padding:15px 0 0 0;}
.xx_content img{max-width:100%;}



.fanhui{ height:60px; padding:15px 0 0 0;}
.fanhui .d_left{ float:left; margin:10px 0 0 0;}
.fanhui .d_left a{display:inline-block; background-image:url(../images/fanhui.jpg); background-repeat:no-repeat; background-position:right center; padding:0 20px 0 0;}
.fanhui .d_left a:hover{color:#185ABD;}
.fanhui .d_right{float:right; margin:2px 0 0 0;}

.pre_next{ padding:15px 0 0 0;}
.pre_next p{padding:2px 0 2px 0; float:left; width:100%; line-height:24px; height:24px; overflow:hidden;}
.pre_next p a{position:relative; display:block; font-size:14px; text-align:left; color:#aaaaaa;}
.pre_next p a:hover{ color:#B1000B;}

/***********************************其它页面结束*/





/*分页开始*/
.mypage{ height:30px; padding:20px 0 0 0;}
.mypage div{ text-align:center;}
.mypage div a{display: inline-block; height:26px; line-height:26px; padding:0 10px 0 10px; color:#333333; font-size:14px; background-color:#eeeeee; border-radius:2px; -moz-border-radius:2px;  -webkit-border-radius:2px; }
.mypage div a:hover,
.mypage div .a_be{ background-color:#B1000B; color:#FFFFFF;}
/*分页结束*/




#back_to_top { color: #cdcdcd; display:none; height: auto; position: fixed; bottom:10px; right: -70px;z-index: 10000;
-webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
     -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;}
#back_to_top span { display: inline-block; text-align: center; font-size: 30px; width: 40px;height: 40px; line-height: 35px; color: white;background-color: rgba(0,0,0,0.4);
-webkit-border-radius: 2px;
-webkit-transition: all .2s ease 0s;
   -moz-transition: all .2s ease 0s;
     -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
border-radius: 2px;
}
#back_to_top.on {opacity: 1;filter: alpha(opacity=100);right: 10px;}
#back_to_top:hover span{ background-color: #000;}