@charset "utf-8";
.contents img{
	display: block;
	margin: auto;
	max-width: 100%;

}
.blue {
padding:0px;
margin:0px;
font-size: 13px;
line-height: 25px;
color:#505050;
text-align: left;
}
.blue .w100 {
width:1280px;
padding: 0px;
margin: 0px auto;
border: none;
overflow: hidden;
}

.blue .all_title{
width:100%;
margin: 20px auto;
padding: 0px;
overflow: hidden;
}
.blue .all_title h2{
margin:0px auto;
font-size: 28px;
line-height: 40px;
color: #454646;
font-weight: 500;
text-align: center;

}
.blue .all_title h3{
padding-top:10px;
font-family: "weiruanyahei";
font-size: 16px;
line-height: 20px;
color: #454646;
font-weight: 400;
text-align: center;
text-transform:uppercase;
}

.blue .index_more{
width: 330px;
height: 65px;
margin:20px auto;
font-size: 18px;
line-height: 65px;
color: #281e1e;
text-align: center;
font-weight:400;
background:#dedddd;
border-radius: 4px;
}
.blue .index_more:hover{
color: #1c4283;

}
.blue .index_more a{
	font-size: 18px;
color: #484848;
}
.blue .new_xianlu{
width: 1280px;
margin: 30px auto;
padding:0px;
border: none;
overflow:hidden;
}
.blue .new_xianlu .content{
width:100%;
height: 258px;
margin-top: 20px;
font-size:13px;
line-height: 22px;
color: #262626;
text-align: left;
font-weight:400;
border: none;
overflow:hidden;
}
.blue .new_xianlu .content ul{
width:1300px;
display:block;
}
.blue .new_xianlu li{
	width: 300px;
	height: 235px;
	float: left;
	margin-right:15px;
	overflow: hidden;
	position: relative;
}
.blue .new_xianlu li img{
	width: 300px;
	height: 235px;
}
.blue .new_xianlu li div{
	position: absolute;
	width: 100%;
	height: 100%;
	top:-100%;
	left: 0px;
	box-sizing: border-box;
	border-bottom: 2px solid #ff9600;
	background: rgba(0,0,0,0.8);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.blue .new_xianlu li:hover div{
	top:0px;
}
.blue .new_xianlu li div h1{
	width: 80%;
	margin: auto;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	padding-top: 40px;
	white-space:nowrap;/*一行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*用...代替超出部分*/
}
.blue .new_xianlu li div p{
	font-size: 14px;
	color: #fff;
	width: 80%;
	margin: auto;
	text-align: left;
}
.blue .Tab1 {
	width: 1280px;
    margin: 30px auto;
    overflow:visible;
	padding: 0;
	border: none;
}
.blue .Tab1 .Menubox {
	width: 100%;
	padding:0;
	margin:20px auto;
	text-align: center;
}
.blue .Tab1 .Menubox li {
	padding:5px 15px 5px 15px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #353535;
	text-align: center;
	border: 1px solid #b1b1b1;
	display: inline-block;
}
.blue .Tab1 .Menubox li a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	color: #353535;
	text-align: center;
}
.blue .Tab1 .Menubox li:hover, .blue .Tab1 .Menubox li.hover {
    padding:5px 15px 5px 15px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border: 1px solid #b1b1b1;
	background:#ff9600;
	display: inline-block;
	border-radius:0px;
}
.blue .Tab1 .Contentbox{
	width: 100%;
	margin-top: 20px;
	overflow:hidden;
}

.blue .Tab1 .Contentbox ul{
width:1300px;
float:left;
display:block;
}
.blue .Tab1 .Contentbox li{
width:375px;
height: 440px;
padding:15px;
float:left;
margin:10px 30px 25px 10px;
font-size:14px;
line-height: 25px;
color: #323232;
text-align: left;
font-weight:400;
-webkit-box-shadow:3px 3px 10px #e5e5e5,-3px -3px 10px #e5e5e5;
    -moz-box-shadow:3px 3px 10px #e5e5e5,-3px -3px 10px #e5e5e5;
    -ms-box-shadow:3px 3px 10px #e5e5e5,-3px -3px 10px #e5e5e5;
	-o-box-shadow:3px 3px 10px #e5e5e5,-3px -3px 10px #e5e5e5;
	box-shadow:3px 3px 10px #e5e5e5,-3px -3px 10px #e5e5e5;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.blue .Tab1 .Contentbox li:hover{
	border: 1px solid #ff9600;
}
.blue .Tab1 .Contentbox li img{
width:340px;
height: 262px;
margin-bottom:8px;
display:block;
}
.blue .Tab1 .Contentbox li p{
font-size:14px;
line-height:30px;
color: #323232;
text-align: left;
font-weight:400;
}
.blue .Tab1 .Contentbox li .jiage1{
line-height:25px;
color: #f71b22;
text-align: left;
text-decoration:line-through;
}
.blue .Tab1 .Contentbox li .jiage2{
margin-top:6px;
font-size:18px;
color: #f10000;
text-align: left;
font-weight:600;
}
.blue .Tab1 .Contentbox li a{
font-size:18px;
line-height: 25px;
color: #212121;
text-align: left;
font-weight:400;
}
.blue .Tab1 .Contentbox li a:hover{
color: #f60;
}
.blue .yuyue{
width: 100%;
padding:10px 0px 10px 0px;
margin:40px auto 0px auto;
text-align: center;
border: none;
background:#ff9600;
overflow: hidden;
}
.blue .yuyue .content{
width:1280px;
height:162px;
padding:0px;
margin:10px auto 5px auto;
text-align: center;
border: none;
}
.blue .yuyue .content .left{
width: 700px;
height:142px;
padding-left:140px;
float:left;
font-size:17px;
line-height:40px;
color: #fff;
text-align: left;
font-weight:400;
background: url(../images/yuyue_tu.png) no-repeat center left;
}
.blue .yuyue .content .left span{
margin-top:30px;
font-size:26px;
line-height:40px;
color: #fff;
text-align: left;
font-weight:700;
display:block;
}
.blue .yuyue .content .right{
width:300px;
height:162px;
padding:0px;
float:right;
font-family: 'weiruanyahei';
font-size:32px;
line-height: 40px;
color: #fff;
text-align: left;
font-weight:700;
display:block;
}
.blue .yuyue .content .right span{
width:230px;
height:40px;
padding:40px 0px 0px 70px;
font-family: 'weiruanyahei';
font-size:30px;
line-height: 30px;
color: #fff;
text-align: left;
font-weight:700;
background: url(../images/yuyue_tell.png) no-repeat center left;
display:block;
}
.blue .yuyue .content .right a{
width:300px;
height:60px;
margin-top:8px;
display: table;
font-family: 'weiruanyahei';
font-size:32px;
line-height: 60px;
color: #ff9600;
text-align: center;
font-weight:400;
background:#fff;
border-radius: 35px;
transition: all 0.4s;
display:block;
}
.blue .yuyue .content a:hover{
	color: #fff;
	background: #0277c3;
}

.blue .news{
width: 1280px;
margin: 20px auto;

}
.blue .news .content{
width: 100%;
height: 470px;
margin:20px auto 0px auto;
}

.blue .news ul{
width: 1320px;
display:block;
}
.blue .news ul li{
width:580px;
height: 470px;
float:left;
margin-left:10px;
margin-right:20px;
font-size:16px;
line-height: 25px;
color: #4e4e4e;
text-align: left;
font-weight:400;
overflow:hidden;
}
.blue .news li img{
width: 580px;
height: 252px;
mrgin:0px auto;
display:block;
}
.blue .news ul li span{
	margin-top:8px;
display:block;
}
.blue .news ul li span a{
font-size:20px;
line-height: 30px;
color: #454545;
text-align: left;
font-weight:700;
}
.blue .news ul li a:hover{
color: #f60;
}


/*share*/
.bdsharebuttonbox {text-align: center;display: inline-block;}
.bdsharebuttonbox a { display:inline-block; margin-right:10px;}
.share { background-image: url(../images/icon_share.png)!important; width:33px!important; height:31px!important;}
.qzong_img{background-position: 0 0!important;}
.tsina_img{background-position: -40px 0!important;}
.qq_img{background-position: -80px 0!important;}
.wx_img{background-position: -120px 0!important;}
.qzong_img:hover{background-position: 0 -31px!important;}
.tsina_img:hover{background-position: -40px -31px!important;}
.qq_img:hover{background-position: -80px -31px!important;}
.wx_img:hover{background-position: -120px -31px!important;}

.blue .product .clearfix, .blue .fenlei .clearfix{
float: left;
}
#colee_left {
overflow: hidden;
width: 3150px;
height: 300px;
margin: 20px auto 0px auto;
}
#colee_left >div {
overflow: hidden;
height:300px;
width: 6300px;
}
.colee_left-all {
overflow: hidden;
height: 300px;
width: 1400px;
float: left;
position: relative;
}
.blue .product {
width:1280px;
padding: 0;
margin: 30px auto;
border: none;
overflow: hidden;
}
.blue .product .content{
width: 100%;
height: 295px;
padding: 0;
margin: 20px auto 0px auto;
border: none;
overflow: hidden;
}
.blue .product li{
width: 295px;
height: 265px;
float: left;
margin: 0px 5px 0px 15px;
display: inline;
font-size: 18px;
line-height: 30px;
color: #000;
text-align: center;
background:#b7b7b7;
overflow: hidden;
}
.blue .product li:nth-child(odd){background:#f8ab33;} 
.blue .product li img {
width: 295px;
height: 215px;
margin-bottom:6px;
display: block;
}
.blue .contact_us {
width: 100%;
border: none;
background:#f2f2f2;
margin-top:40px;
overflow:hidden;
}
.blue .contact_us .content{
width: 800px;
padding:0px;
margin: 20px 0px 0px 0px;
border: none;
font-size: 16px;
line-height: 30px;
color: #3b3b3b;
font-weight: 400;
text-align: left;
background: url(../images/ewm.jpg) no-repeat center right;
background-size:auto 100%;
overflow:hidden;
}
.blue .contact_us span{
width: 232px;
height:200px;
padding-top:30px;
float:left;
margin-right:20px;
font-family: "weiruanyahei";
font-size: 30px;
line-height: 44px;
color: #fff;
font-weight: 500;
text-align: center;
display:block;
background:#f8ab33;
}
.blue .contact_us h1{
	font-size: 20px;
	font-weight:400;
  text-transform:uppercase; 
}

/*搴曢儴*/
.blue #globalFooter{
width: 100%;
height:auto;
padding:0;
margin:0px;
background: #3c3c3c;
overflow:hidden;
}
.blue #globalFooter_copyright{
	clear:both;
width:1280px;
padding:20px 0px 10px 0px;
margin:10px auto;
font-family: "weiruanyahei";
font-size: 14px;
line-height: 30px;
color: #e5e4e4;
font-weight: 400;
text-align: center;
background: url(../images/foot_xt.jpg) repeat-x top;
}
.blue #globalFooter_copyright a{
margin:10px 16px 10px 10px;
color: #e5e4e4;
font-size: 15px;
line-height: 30px;
}
.blue #globalFooter .foot_links{
width:940px;
 min-height:200px;
_height:200px;
 overflow:visible;
padding:20px 340px 10px 0px;
margin:0px auto;
background: url(../images/foot_ewm.jpg) no-repeat right bottom;
}
.blue #globalFooter .foot_links ul{
width:135px;
float:left;
text-align: center;
display:block;

}
.blue #globalFooter .foot_links ul li{
width:100%;
height:28px;
color: #d6d6d6;
font-size: 13px;
line-height: 28px;
text-align: center;
}
.blue #globalFooter .foot_links ul span{
width:100%;
height:35px;
color: #fff;
font-size: 16px;
line-height: 35px;
text-align: center;
display:block;
}

.blue #globalFooter .foot_links ul li a{
color: #d6d6d6;
font-size: 13px;
line-height: 28px;
text-align: center;
}
.blue #globalFooter .foot_links ul span a{
color: #fff;
font-size: 16px;
line-height: 35px;
text-align: center;
}
.blue .W30 .title, .blue .small_title {
width:100%;
height: 40px;
margin: 0px auto;
padding: 0px;
border: none;
overflow: hidden;
}
.blue .W30 .title h2, .blue .small_title h2 {
height: 40px;
padding: 0px 0px 0px 15px;
margin: 0px;
float: left;
border: none;
font-size: 17px;
line-height: 40px;
color: #fff;
font-weight: 400;
text-align: left;
}
.blue .W30 .title span, .blue .small_title span {
min-width: 50px;
_width: 50px;
height: 30px;
padding: 5px 10px 5px 0px;
float: right;
margin: 0px;
text-align: right;
}
.blue .W70 .title, .blue .big_title {
width: 99%;
height: 50px;
padding: 0px;
margin: 0px auto;
border: none;
border-bottom:1px solid #b5b5b5;
overflow: hidden;
}
.blue .W70 .title h2, .blue .big_title h2 {
height: 30px;
padding: 10px 0px 12px 0;
float:left;
margin: 0px;
border: none;
font-family: "weiruanyahei";
font-size: 24px;
color: #f8ab33;
font-weight: 400;
line-height:30px;
text-align: center;
border-radius: 0px;

}
.blue .W70 .title h1, .blue .big_title h1 {
width: 5px;
height: 20px;
padding: 0px;
float: left;
margin: 15px 10px 0px 5px;
border: none;
background: #f8ab33;
}
.blue .W70 .title span, .blue .big_title span {
min-width: 50px;
_width: 50px;
height: 35px;
padding: 5px 10px 0px 0px;
float: right;
margin: 0px;
text-align: right;
}
.blue #inlcude_contact_p {
width: 100%;
margin: 30px 0px 0px 0px;
padding: 0px;
border: none;
}
.blue #inlcude_contact_p .content {
min-height: 190px;
_height: 190px;
overflow: visible;
padding: 10px 0px 0px 0px;
border: none;
text-align: left;
background: #fff url(../images/contact_us.gif) no-repeat 10px 10px;
}
.blue #inlcude_contact_p .content .p, .blue #contact_us .p {
font-size: 12px;
line-height: 23px;
color: #555555;
text-align: left;
}
.blue #include_article_son_txtli{
width:100%;
margin:10px 0px 10px 0px;
padding:0px;
border: none;
}
.blue #include_article_son_txtli .content{
margin:0px;
padding:15px 0px 0px 0px;
border:none;
}
.blue #include_article_son_txtli .content li{
	height:28px;
	margin:5px 7px 5px 7px;
	padding:10px 10px 10px 10px;
	border:none;
	background:#e9e9e9;
	display:inline;
}
.blue #include_article_son_txtli .content li a{
	font-size: 13px;
	line-height:28px;
	color:#333;
	text-align:left;
	}
.blue #include_article_son_txtli .content li a:hover{
	font-size: 13px;
	line-height:28px;
	color:#f60;
}
/*
.blue #include_article_son_txtli .content li{
display: flex;
justify-center: center;
align-items:center;
}

.blue #include_article_son_txtli .content li.two_fl{
padding:8px 10px 8px 10px;
margin:0px 6px 0px 6px;
font-family: "weiruanyahei";
font-size: 14px;
line-height: 45px;
font-weight:100;
color: #fff;
text-align:center;
border-collapse:collapse; 
display:inline;
background:#1c4283;
border: 2px solid #fbca18;
border-radius: 4px;

}
.blue #include_article_son_txtli .content li.two_fl a{
font-family: "weiruanyahei";
font-size: 14px;
line-height: 45px;
font-weight:100;
color: #fff;
text-align:center;
}
.blue #include_article_son_txtli .content li.tree_fl{
float:left;
padding:8px 10px 8px 10px;
margin:0px 6px 0px 6px;
text-align:center;
font-family: "weiruanyahei";
font-size: 13px;
line-height: 45px;
font-weight:100;
color: #333;
text-align:center;
border: 1px solid #1c4283;
border-radius: 6px;
}
.blue #include_article_son_txtli .content li.two_fl:hover{
padding:8px 10px 8px 10px;
margin:0px 6px 0px 6px;
font-size: 14px;
line-height: 45px;
color: #fff;
font-weight:100;
text-align:center;
background:#fbca18;
border-radius: 4px;
}
.blue #include_article_son_txtli .content li.two_fl:hover a{
font-size: 14px;
line-height: 45px;
color: #fff;
font-weight:100;
text-align:center;
}*/
.blue .news_box {
margin: 0px;
padding: 0px;
border: none;
}
.blue .news_box .content {
margin: 0px;
padding: 0px;
border: none;
}
.blue .news_box .content ul {
width: 100%;
margin: 10px auto;
}
.blue .news_box .content li {
width: 100%;
height: 35px;
margin: 0px auto;
text-align: left;
}
.blue .news_box .content li:nth-child(odd) {
background: #f3f3f3;
}
.blue .news_box .content li a {
float: left;
font-size: 13px;
line-height: 35px;
color: #555555;
text-align: left;
text-indent: 24px;
background: url(../images/xd.jpg) no-repeat 15px center;
}
.blue .news_box .content li a:hover {
line-height: 35px;
color: #f60;
}
.blue .xiangmus, .blue .news_box_two{
width: 100%;
padding: 0px;
margin: 0px auto;
border: none;
}
.blue .xiangmus .content, .blue .news_box_two .content{
padding: 0px;
margin: 0px;
border: none;
}
.blue .xiangmus ul {
padding: 0px;
margin: 0px;
border: none;
}
.blue .xiangmus li {
width: 100%;
height: 115px;
padding: 0px 0px 4px 0px;
margin: 10px auto 6px auto;
font-size: 15px;
line-height: 20px;
color: #666666;
text-align: left;
background: #f4f4f4 url(images/ziye3_11.jpg) repeat-x bottom;
overflow: hidden;
}
.blue .xiangmus li img {
height: 110px;
padding: 3px 16px 0px 3px;
float:left;
margin: 0px;
}
.blue .xiangmus li p {
padding: 0px 0px 0px 10px;
margin: 0px;
font-size: 12px;
line-height: 20px;
color: #666666;
text-align: left;
}
.blue .xiangmus li span a{
font-size: 17px;
line-height: 22px;
color: #383838;
text-align: left;
font-weight: 400;
display: block;
}
.blue .xiangmus li a{
padding: 0px 0px 0px 10px;
margin: 0px;
font-size: 12px;
line-height: 20px;
color: #f60;
text-align: left;
}
.blue .xiangmus li span a:link, .blue .xiangmus li span a:visited {
font-size: 17px;
line-height: 30px;
color: #383838;
text-align: left;
text-decoration: none;
}
.blue .xiangmus li span a:hover {
color: #f60;
}
.blue .xiangmus li .more {
width: 96%;
height: 25px;
padding: 6px 0px 0px 0px;
margin: 0px auto;
text-align: left;
}
.blue .xiangmus li .more img {
width: 35px;
height: 12px;
float: left;
}

.blue .products {
padding: 0px;
margin: 0px;
border: none;
}
.blue .products .content {
width: 100%;
padding: 0px;
margin: 0px auto;
border: none;
text-align: center;
}
.blue .products .content li {
width: 280px;
height:220px;
padding: 5px 0px 10px 0px;
margin: 10px 15px 5px 15px;
font-size: 14px;
line-height: 30px;
color: #333;
text-align: center;
display: inline-block;
overflow: hidden;
}
.blue .products .content li p {
height: 30px;
margin: 0px;
font-size: 15px;
line-height: 30px;
color: #333;
text-align: center;
display: block;
overflow: hidden;
}
.blue .products .content li a {
font-size: 15px;
line-height: 45px;
color: #333;
text-align: center;
}
.blue .products li img {
max-width: 280px;
height: 200px;
margin: 0 auto;
display: block;
}
.blue .main_box{width:100%}
.blue .main{max-width:1280px;width:100%; margin:0px auto;}
.blue .W30 {
width: 280px;
padding: 0px;
float: left;
margin: 0px;
background: none;
}
.blue .W70 {
width: 960px;
padding: 0px;
float: right;
margin: 0px;
border: none;
}
.blue a {
color: #555555;
font-size: 13px;
text-decoration: none;
}
.blue a:hover {
color: #f60;
}
.blue span a {
color: #555;
font-size: 13px;
text-decoration: none;
}
.blue span a:hover {
color: #f60;
font-size: 13px;
text-decoration: none;
}
.blue .skins .pubdate {
width: 90%;
height: 25px;
padding: 0px;
margin: 5px auto 5px auto;
border: none;
font-size: 12px;
line-height: 25px;
color: #828282;
text-align: center;
display: block;
}
.blue .blocks {
padding: 0px;
margin: 0px;
border: none;
}
.blue .skins {
padding: 0px;
margin: 0px;
}
.blue .skins .titles {
width: 100%;
margin: 15px 0px 10px 0px;
padding: 0px;
border: none;
}
.blue .skins .titles h1 {
width: 100%;
margin: 0px;
padding: 0px;
border: none;
font-size: 18px;
line-height: 30px;
font-weight: bold;
text-align: center;
}
.blue .skins .titles h3 {
min-width: 50px;
_width: 50px;
height: 31px;
float: right;
}
.blue .skins .titles span {
}
.blue .skins .contents {
width: 96%;
padding: 0px;
margin: 0px auto;
background: none;
border: none;
}
.blue .skins .contents img{
height:auto !important;
margin: 10px auto 20px;
display:block;
}
.blue #sidebar {
border: none;
}
.blue .btn_order {
padding: 10px;
display: block;
font-size: 16px;
font-weight: bold;
letter-spacing: 1em;
text-align: center;
text-decoration: none;
color: #202020;
}
.blue #ArticleContent_body, .blue . imgtxt {
width:96%;
margin:10px auto;
font-size:13px;
line-height: 25px;
color: #202020;
text-align: left;
text-indent:22px;
font-weight:normal;
}
.blue .crumbNav {
width: 99%;
line-height: 20px;
padding: 10px 0px 0;
margin: 0px auto;
border: none;
}
.blue .table, .blue .table .bg2, .blue .pages, .blue table td, .blue table th {
background: none;
color: #555;
}
.blue .table .wenzi {
width: 120px;
}

/*在线留言*/
.blue .productContent {
	max-width: 50rem;
	width: 96%;
	margin: 0px auto 10px auto;
}
.blue .guestbook #truename {
	height: 34px;
	width: 96%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.blue .guestbook #telephone {
	height: 34px;
	width: 96%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.blue .guestbook #email {
	height: 34px;
	width: 96%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.blue .guestbook .neirong {
	height: 100px;
	width: 96%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.blue .guestbook .bm_xiangmu{
	height: 34;
	line-height: 34px;
	width: 96%;
	margin: 0px auto 10px auto;
	border: 1px solid #ddd;
	color: #777;
	font-size: 14px;
	text-indent: 10px;
}
.blue .guestbook #captcha {
	width: 60%;
	height: 34px;
	padding-left: 10px;
	line-height: 34px;
	color: #777;
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0px auto 14px auto;
	float: left;
}
.blue .guestbook .anniu {
	height: 34px;
	width: 96%;
	background: #aaa;
	border: 1px solid #aaa;
	font-size: 16px;
	color: #fff;
}
.blue .guestbook .anniu:hover {
	background: #e1b154;
	border: 1px solid #e1b154;
}


/*--------分页---------*/
.blue .pages {
text-align: center;
font-size: small;
margin-top:20px;
}

.blue .pages a {
background-color: #f3f3f5;
display: inline-block;
padding: 2px 6px;
color: #333
}

.blue .pages a:hover {
border: 1px solid #666;
padding: 1px 5px;
text-decoration: none
}

.blue .pages strong {
font-weight: bold;
background-color: #f3f3f5;
display: inline-block;
padding: 2px 6px;
}

.blue .pages .current {
background-color: #ffaf47;
display: inline-block;
padding: 2px 6px;
color: #fff
}

/*left fenlei*/
.leftsidebar_box {
width:100%;
height: auto !important;
overflow: visible !important;
height: 100% !important;
background-color: #ffffff;
}
.line {
height: 2px;
width: 100%;
}
.leftsidebar_box .til-cons {
	padding:5px 15px 5px 15px;
	margin:0px 10px 0px 10px;
text-align: center;
position: relative;
}
.blue .zx-til{
	padding:5px 15px 5px 15px;
	margin:0px 10px 0px 10px;
height: 60px;
font-size: 24px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 60px;
background-color: #ca0000;
}

.leftsidebar_box .til-cons h1 {
position: relative;
color: #fff;
font-weight: 500;
font-size: 16pxx;
position: relative;
line-height: 40px;
cursor: pointer;
background:#454646 url(../images/xd.png) no-repeat 40px center;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.leftsidebar_box .til-cons h1 a{
color: #fff;
font-weight: 500;
font-size:16px;
line-height: 40px;
}
.leftsidebar_box .til-cons .h1-hover, .leftsidebar_box .til-cons .h1-click {
background: #f8ab33;
color: #fff;
}
.leftsidebar_box .til-cons .h1-hover a, .leftsidebar_box .til-cons .h1-click a{
color: #fff;
}
.leftsidebar_box .til-details {
width: 150px;
position: absolute;
right: -150px;
top: 0;
background-color: #ff9600;
line-height:40px;
z-index: 100;
display: none;
}
.leftsidebar_box .til-details li {
cursor: pointer;
border-top: 2px solid #fff;
font-size: 15px;
color:#fff;
}
.leftsidebar_box .til-details li a{

font-size: 15px;
color:#fff;
}
.leftsidebar_box .til-cons:hover h1:after {
z-index: 101;
position: absolute;
top: 0;
right: -15px;
content: "";
display: block;
width: 16px;
height: 40px;
color:#fff;
background: url(../images/iconlist.png) no-repeat -5px -561px;
}
.leftsidebar_box .til-details .li-hover, .leftsidebar_box .til-details li:hover {
color: #fff;
background: #f8ab33;
}

.blue .side_nav {
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	z-index: 999
}
.blue .side_nav ul li {
	position: relative;
	width: 60px;
	height: 60px;
	float: right;
	margin-bottom: 1px;/* border-bottom: 1px solid #fff; */
}
.blue .side_nav ul li a {
	display: inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.blue .current_side_n {
	width: 140px!important;
}
.blue .current_side_n a {
	width: 140px!important;
}
.blue .side_nav ul li span {
	float: left;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	margin-left: 60px;
	cursor: pointer;
}
.blue .side_nav_3 a {
	width: 60px;
}
.blue .side_nav_3 a span {
	height: 128px;
	position: absolute;
	right: 60px;
	bottom: 0px;
	margin-left: 0!important;
	display: none;
}
.blue .tel a {
	background: #ff9600 url(../images/0013920_47.png) no-repeat 15px 15px;
	border-radius: 8px;
}
.blue .QQ a {
	background: #ff9600 url(../images/0013920_47.png) no-repeat 15px -96px;
	border-radius: 8px;
}
.blue .sub_QR a {
	background: #ff9600 url(../images/0013920_47.png) no-repeat 15px -207px;
	border-radius: 8px;
}
.blue .back_top a {
	background: #ff9600 url(../images/0013920_47.png) no-repeat 15px -317px;
	border-radius: 8px;
}

.blue .chosecolor{
background:#ff9600;
}
.blue .end_color{
background:#3c3c3c;
}