@charset "utf-8";
/* ====================== reset ================= */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,img{border:medium none;margin:0;padding:0; list-style:none}
*{margin: 0;padding: 0;}
html,body{ height:100%; font-family: "Microsoft yahei",Arial,Helvetica,sans-serif;}
body{background-color:#fff;}
em{font-style:normal;font-weight: bold;}
ul,ol{list-style:none;}
a{color:#333;outline:none;text-decoration: none;cursor:pointer;}
a:hover{text-decoration: none;cursor:pointer;}
a:active{text-decoration: none;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
img{border:0px;vertical-align:middle;}
a img{ border:0px;}
.clearfloat{zoom:1}
.ctn{text-align:center;}
.left{float:left;}
.right{float:right;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.wrap{width:100%;}
.wrapper{width:1400px;margin:0 auto;}
/*PC导航*/
.heard_nav{top: 0;}
.logo_pc{display:table-cell;vertical-align:middle;}
.logo_pc img{vertical-align:middle;width:auto;display:inline-block;max-height:80px;}

.menu li{
	margin:0px 10px;
    margin-bottom:5px;
}
.menu_a{
	padding:8px;
	line-height: 80px;
}
.menu li:hover{
	border-bottom: #a01212 solid 2px;
}
.menu li:hover .menu_a{
	color:#a01212;
}
.cur{
	border-bottom: #a01212 solid 2px;
	}
.cur .menu_a{
	color:#a01212;
}
/*手机导航*/
.menu-btn{
        display: none;
        position: absolute;
        top: 0;
        right: 12px;
        width: 44px;
        height: 44px;
        padding: 17px 0 0 8px;
        color: #c8b497;
    }
    .menu-btn .line{
        display: block;
        position: relative;
        width:30px;
        height: 2px;
        background-color: darkred;
    }
    .menu-btn .line:before,
    .menu-btn .line:after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: darkred;
    }
    .menu-btn .line:before{
        top: 12px;
    }
    .menu-btn .line:after{
        top: 24px;
    }
    .open-wrap{
        height: 100%;
        overflow: hidden;
    }
    .nav-pc{
        display: none;
    }
    .nav-m{
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        padding: 15px 0 15px 15px;
        box-sizing: border-box;
        background-color: #3d0303;
        transform: translate3d(-100%,0,0);
    }
    .nav-m .logo{
        margin-bottom: 11px;
        padding: 7px 0;

	}
	.logo_m{
		width:266px;
		line-height: 80px;
	}
    .nav-m li{
        height: 56px;
        line-height: 56px;
        border-bottom: 1px solid #666;
    }

    .nav-m a{
        display: block;
        padding-left: 10px;
        font-size: 16px;
        color:#fff;
    }
    .nav-m li.on{
        background-color: #c8b497;
    }
    .nav-m li.on a{
        color: red;
    }
    #menu_btn_close{
        display: none;
        position: absolute;
        top:25px;
        right: 0;
        z-index: 1;
        margin-right: 20px;
        width:20px;
    }
     #menu_btn_close img{
     	width:100%;
     }
    .nav-m-open{
        transform: translate3d(0,0,0);
    }
    /*屏幕向下滚动导航栏固定*/
.fixed{
	position: fixed;
     top: 0;
     width:920px !important;
     right:0;
     margin:auto !important;
     z-index: 10000;
     float:none !important;

     }
.full{ position: fixed;
 	   top: 0;z-index: 10000;
 	   width:100%;
 	   background-color:white;
 	   float:left;height:90px;
 	   border-bottom:1px #999 solid;
 	   }


/*banner轮播图*/
.banner li {
    overflow: hidden;
    text-align: center;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
}

.banner .bx-wrapper .bx-pager {
    z-index: 1000;
    bottom: 60px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    display: inline-block;
    width: 80px;
    height: 3px;
    margin: 0 10px;
    border-radius: 0;
    background: rgba(255,255,255,.5);
    vertical-align: bottom;
    cursor: pointer;
    transition: height 2s;
    -moz-transition: height .2s;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color:red;
}

@media screen and (max-width:480px){
.banner .bx-wrapper .bx-pager{bottom:10px;}
.banner .bx-wrapper .bx-pager.bx-default-pager a{width:30px;}
}
/*index-fuwu*/
.biaoti{
	margin:10px 5px;
}
.biaoti p{
	font-size:24px;
	font-weight:bold;
}
.biaoti p span:nth-child(1){
	color:red;
}
.biaoti p span:nth-child(2){
	font-size:14px;
	font-weight: bold;
	color:#d9d9d9;
	margin-left:15px;

}
.span{
        margin-top: 10px;
	display:block;
}
.biaoti .more_r{
	font-size:18px;
	font-weight: bold;
	color:#999;
}
.more_r:hover{color:red;}

.fuwu_icon li{
	width:calc(100% / 4 - 10px);
	width:-moz-calc(100% / 4 - 10px);
	width:-webkit-calc(100% / 4 - 10px);
	margin:5px;
	float:left;

}
.icon_img{
	height:110px;
	width:auto;
	overflow:hidden;
	margin-top:10px;
}

.icon_img img{
	width:168px;
	margin-left:calc(50% - 84px);


}

.fuwu_icon h3{
	font-size:20px;
	margin:15px 0px;
	text-align:center;
}
.fuwu_icon p{
	font-size:14px;
	line-height:25px;
	color:#999;
}
.fuwu_icon li:hover .icon_img img{
	margin-top:-130px;
	transition: .6s;
}

/*关于我们*/
.ziye_bj{
	background-color:#fff;
	padding:0 50px;
	padding-bottom:30px;
	box-sizing: border-box;
}
.about_bj{
	background-color:#f3f4f4;
	padding:20px 0px;
	margin:20px 0px;
	margin-bottom:0px;
}
.about_img{
	width:39%;
	height:auto;
	margin-left:1%;
}
.about_img img{
	width:100%;
}
.about{max-width:59%;}
.duanluo p{
	max-width:98%;
	margin:0 1%;
	font-size:16px;
	text-align: justify;
	line-height: 32px;
	text-indent: 40px;
        color: #666;
}
.more{
        float:right;
	width:80px;
   	border:2px solid red;
	display:block;
	border-radius: 30px;
	text-align: center;
	margin-top:100px;
	transition: .6s;

}
.more p{

	color:red;
	padding:5px;
	font-weight: bold;
	transition: .6s;
}
.more:hover{
	background-color:red;
}
.more:hover p{
	color:#fff;
}
/*广告图*/
.guanggao{
	max-width:100%;
	margin:20px 0px;
        margin-top:0px;
}
.guanggao img{
	width:100%;
}


/*我们的案例*/

.case li{
	width:calc(100% / 4 - 10px);
	margin:10px 5px;

}
.case_img{
	display:block;
	overflow: hidden;
}
.case_img img{
	width:100%;
	transition: .6s;
}
.case h2{
text-align:center;
	font-size:16px;
	margin:10px 0px;
}
.case p {
	color:#999;
        line-height:25px;
        font-size:14px;
       text-overflow :ellipsis;
}
.case i{
	display:block;
	width:100%;
	height:1px;

	margin-top:10px;
}
.case_img:hover img{
	transform: scale(1.3);
}
.case li:hover p a{
	color:red;
}
/*资讯*/
.new_body{
	width:685px;
}
.title{
	margin-left: 0;
	font-size:18px;
    line-height: 36px;
    padding:10px 0px;
    overflow: inherit;
    white-space: inherit;
    font-family: 微软雅黑;
    transition: .6s;
    }
.data{
	display: block;
    padding-right:16px;
    border-right: 1px solid #e8e8e8;
}
.year{
	font-weight: 800;
    font-family: HELVETICANEUELTPRO-THEX;
    color: #444;
    display: block;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 22px;
    padding-bottom: 5px;
}
.md{
	color: #999;

    font-size: 16px;
    text-align: right;
    font-family: HELVETICANEUELTPRO-THEX;
}
.jianjie{
	margin-left:16px;
    color: #979797;
    width: 81%;
    font-size: 13px;
    font-family: 微软雅黑;
    line-height: 26px;
}
.sy_news{
	overflow:hidden;
}
.sy_news img{
	width:100%;
	transition: .6s;
}
.news li .title:hover{
	color:#51d0fa;
}
.news li:hover .sy_news img{
	transform: scale(1.3);
}
.news li:nth-child(2){display:none;}
.news li:nth-last-child(1) .new_w{border-bottom: 1px solid #eee;}

.new_w{
	width:690px;
	margin-left:25px;
	padding:28px 0px;
	border-top:1px solid #eee;
	}
.title_l{
	font-size:16px;
	margin-left:90px;
	line-height: 32px;
	padding: 0;
        overflow:hidden;
        text-overflow :ellipsis;

}
.jianjie_l{
	font-size:14px;
	margin-left:90px;
	color: #979797;
        line-height:25px;
        overflow:hidden;
        text-overflow :ellipsis;
}
.new_bottom{
	border-bottom:1px solid #eee;
}

/*合作伙伴*/
.hezuo{
	margin:20px 0;
}
.hezuo li{
	width:calc(100% / 4 - 10px);
	margin:10px 5px;
	height: 80px;
}
.hezuo li img{
	margin:0 10PX;
	max-width: 100%;
	max-height: 80px;
}
/*右侧导航*/

#leftsead{width:180px;height:150px;position:fixed;bottom:180px;right:0px;z-index: 1000;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:180px;height:60px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:180px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-180px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:190px;top:2px;}

.banner {
	width: 100%;
	height: 450px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.banner_img {
	width: 100%;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
}

.banner_img li {
	width: 100%;
	height: 450px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	list-style: none;
}

.banner_list {
	height: 50px;
	top: 400px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.banner_list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #555;
	float: left;
	margin: 0 5px;
}

.banner_list .spcss {
	border: 3px solid yellowgreen;
}

.banner_left {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 50%;
	left: -60px;
	background-color: rgba(73,72,62, 0.6);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2;
}

.banner_left:hover {
	background-color: rgba(73,72,62, 0.9);
}

.banner_right {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 50%;
	right: -60px;
	background-color: rgba(73,72,62, 0.6);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2;
}

.banner_right:hover {
	background-color: rgba(73,72,62, 0.9);
}

.banner_left img {
	margin-top: 22px;
}

.banner_right img {
	margin-top: 22px;
}

/*底部*/
.dibu_bj{
	background-color:#111;
	text-align:center;
}
.dibu_bj h1{
	font-size:24px;
	color:#d1a01a;
	padding:20px 0;
}
.dibu_bj p{
	font-size:16px;
	color:#666;
	padding:10px 0;
}
.dibu_bj a{
	color:#666
}
.dibu_bj a:hover {color:#fff}
.zixun{
	font-size:18px;
	font-weight:bold;
	color:#666;
}
/*------------------子页面-----------------*/


.server_img{
	max-width:1920px;
	overflow: hidden;
}
.server_img img{width:100%;transition: .6s;}
.server_img:hover img{opacity: .8;}
.server_title{
	font-size:24px;
	font-weight: bold;
	text-align:center;
	padding:30px 0px;
}
.server_ul li{
	width:calc(100% / 2 - 20px);
	margin:10px;
	border:1px solid #eee;
	padding:20px;
	box-sizing: border-box;
}
.s_icon_img{
	width:172px;
	overflow: hidden;
}
.s_icon_img img{
	width:auto;
	transition:.6s;
}
.s_icon_img:hover img{
	transform: scale(1.1);
}
.server{
	width:65%;
	padding-left:20px;

	}
.server h2{
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	transition:.6s;
}
.server p{
	font-size:16px;
	color:#979797;
	margin-top:20px;

}
.server:hover h2{
	color:#007AFF;
}
/*售后服务*/
.shouhou_bj{
	background-image:url(/img/bj_01.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.shouhou{
	width:100%;
	padding-top:50px;
	text-align:center;
	border:1px solid #eee;
	margin-bottom:10px;
	box-sizing: border-box;
}
.shouhou img{
	max-width: 120px;
}
.shouhou_img{
	margin-bottom:20px;
}
.shouhou_img img{
	margin:0 auto;
	transition:.6s;

}
.shouhou h2{
	font-size:20px;
	font-weight: bold;

}
.shouhou p{
	font-size:16px;
	color:#979797;
	margin:10px 0px 20px 0;
}
.shouhou_ul{
	margin-top:50px;

	}
.shouhou_ul li{
	width:calc(100% / 6 - 10px);
	margin:5px;
	text-align:center;
}
.shouhou_ul li img{
	transition:.6s;
}
.shouhou_ul p{
	font-size:16px;

}
.shouhou img:hover{
	transform: rotate(180deg);
}
/*产品 案例*/
.zizhi_bj{
	background-image:url(/img/bj_02.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.pro_title{
	width:200px;
	margin:0 auto;
}
.pro_title li{
	text-align:center;
	margin:10px 10px;
	padding:10px 5px;
}
.pro_title li:hover{
	border-bottom: 2px solid red;
}
.pro_title li:hover p{
	color:red;
}
.pro_title p{
	font-size:18px;
	font-weight: 600;
}
.pro_cur p{
	color:red;
}
.pro_cur{
	border-bottom: 2px solid red;
}
.pro{
	margin-top:30px;
}
.pro li{
	width:calc(100% / 6 - 10px);
	margin:5px;
	position: relative;
}
.pro li a{
	background-color:#666;
	border-radius: 25px;
}
.pro a,.pro span{
	display:block;
}
.pro li a img{
	width:100%;
	transition: .6s;
	border-radius: 25px;
}
.pro li a p{
	font-size:18px;
	font-weight: bold;
	color:#fff;
	display:none;
}
/* .pro li p span{
	font-size:16px;
	font-weight: normal;
	padding-top:10px;
	text-align: center;
} */
.pro li a:hover img{
	opacity:0.3;
}
.pro li:hover p{
	display:block;
	position:absolute;
	top:35%;
	font-size:14px;
	width: 225px;
	text-align:center;
}
.pro h6{
	font-size:16px;
	font-weight: normal;
	margin:10px;
	text-align:center;
}
/*新闻动态*/
.new_dt{
	width:300px;
}
.news_img{
	overflow: hidden;

}
.news_img img{	
	max-height: 222px;
	width:100%;
	transition: .6s;
}
.related-img{position:relative;height:130px;border-radius: 3px;overflow: hidden;}
.related-img img{height:100%;}
.qy_news{
	margin-top:30px;
}
.qy_news li{
	width:calc(100% / 4 - 10px);
	margin:5px;
	border-bottom:1px solid #eee;
	float:left;
}
.qy_news li h3{
	font-size:16px;
	text-align:center;
	margin:10px 0px;
	transition: .6s;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.qy_news li p{
	text-align:justify;
	font-size:13px;
	line-height:20px;
	padding-bottom:20px;
	color:#979797;
}
.qy_news li:hover img{
	transform: scale(1.1);
}
.qy_news li h3:hover{
	color:#007AFF;
}
/*关于我们*/
.about_title h2{
	font-size:16px;
	margin:20px 0;
}
.about_title p{
	width:100%;
	font-size:13px;
	line-height:26px;
	color:#666;
	text-align: justify;
}
/*联系我们*/
.bj{
	background-color:#eee;
	padding:5px 0;
}
.contact{
	max-width:450px;
	margin:0 auto;
}
.contact h3{
	text-align: center;
	margin:30px 0px;
	color:#041947;
}
.contact p{
	font-weight: bold;
	text-align:left;
	line-height: 30px;
}
.contact p span{
	font-weight: normal;
}
/*新闻资讯--内容页*/
.zixun_list{
	text-align:center;
}
.zixun_list h3{
	padding:20px 0;
}
.zixun_l {
	width:450px;
	margin:0 auto;
}
.zixun_l p{
	padding:10px;
}
.zixun_l a:hover{color:darkred}
.hx{
	border: 1px darkred solid;
	margin:10px;
	}
.new_list p{
	line-height: 30px;
	text-align:justify;
}
.new_list img{
	width:700px;
	height:auto;
	margin:20px 0;
	margin-left:calc(50% - 350px);
}
/*轮播图*/
.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "å®‹ä½“";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: 15px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}

/*栏目页*/
.crumbs a,.crumbs {padding:20px 0;color:#999;}
.crumbs {line-height:36px;}
.crumbs a:hover {color:darkred;}
.container1 .cl ul .title{border-left: 5px solid #a6a8b0;line-height:40px; padding-left:10px; background:#fff; border-bottom:1px solid #EBEBEB; font-size:16px;}
.container1 .cl .title h2{ font-size:15px; display:inline-block; text-indent:0; font-weight: normal; padding-right:5px;}
.container1 .cl .news .title a{ color:#333}
.container1 .cl .news .title a:hover{text-decoration:underline}
.container1 .cl .news .time{font-size:15px; color:#666; text-align:center; margin:0 20px 20px 20px; padding:10px 0; border-bottom:1px solid #eee; line-height:25px; height:25px;}
.container1 .cl .c2{text-align:center;}
.container1 .cl .faq {margin: 5px 15px 25px 15px;}
.container1 .cl .faq span{ margin:20px 0 5px 0;font-weight:bold; font-size:16px;}
.container1 .cl .faq p{ margin:6px;font-size:15px; line-height:30px; text-indent:17px;}
.container1 .cl .case p{ margin:15px 18px 18px 18px;font-size:15px; line-height:30px; text-indent:17px;}
.container1 .cl .case .img{ display:inline-block;padding:10px 0 25px 0}
.container1 .cl .case .img img{float:left; margin:0 15px;height:auto}
.guides{background:#fffbe5;border:1px solid #fbd800;padding:5px;display:block;color:#666;text-shadow:1px 1px 1px #fff;margin:20px 0 0; line-height: 24px;}
.css1 {
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	max-width: 25em;/*不允许出现半汉字截断*/
	/*color:#6699ff;border:0px #ff8000 dashed;*/
	}
.css2 {
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	max-width: 20em;/*不允许出现半汉字截断*/
	line-height:35px;
	background-color: #f1f1f1;
	/*color:#6699ff;border:0px #ff8000 dashed;*/
	}
.css3 {
	-webkit-box-orient: vertical;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;	
}
.css1 .css2 .css3 a:hover {background-color:#5882ce;color:#fff}

/*标签*/
.art-tag {margin-bottom:20px;}
.art-tag a {display:inline-block;padding:0 15px;background-color:#f1f1f1;color:#888;margin-left:10px;line-height:30px;}
.art-tag a:hover {background-color:#5882ce;color:#fff}
.art-tag h2 {float:left;max-width:120%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

/*分页*/
.listpage {
    margin: 40px auto 20px;
    text-align: center;
}
.listpage a {
    display: inline-block;
    color: #333;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
}
.listpage a:hover {
    color: #ea4a19;
    border: 1px solid #c8b497;
}
.listpage .now {
    display: inline-block;
    padding: 0 12px;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    background-color: #c8b497;
    border: 1px solid #c8b497;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.listpage b{
    line-height: 34px;
    display: inline-block;
}
.listpage .num-total{
    border: 0;
}
.listpage .num-total:hover{
    color: #000;
}
/*上一页，下一页*/
.other{
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.other li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.other span{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 20px;
    border: 1px solid #e4eaec;
}
.other li:hover a{
    color: #b11616;
}
.other li:hover span{
    color: #b11616;
    border: 1px solid #720606;
}
.qy_news li:hover a{
    color: #b11616;
}
.qy_news li:hover span{
    color: #b11616;
    border: 1px solid #720606;
}
/*友情链接*/
.friend-link ul li span {margin-right:16px;color: #666;}
.friend-link ul li{float:left;}
.friend-link ul li a {font-size:12px;line-height:18px;margin-right:16px;margin-bottom:10px;display:inline-block;color:#666}
.friend-link ul li a:hover {color:#fff}
.clearfix:before,.clearfix:after {display:table;content:" "}
.clearfix:after {clear:both}