/* CSS Document */
@charset "utf-8";
/*全局控制*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	font-family: "microsoft yahei", "微软雅黑", "宋体";
	-webkit-text-size-adjust: none;
	color: #666;
	background: #fff;
	
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0c53ab;
}
.clear {
	clear: both;
}
/*顶部*/
.toubu{
	background:#fff;}
.top {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
    margin-top: 7px;
}
.top_c{width:400px; float:left;  color: #000;  font-size: 14px;}
.top_a {
	width: 620px;
	float: right;
}
.top_b {
	float: left;
}
.top_b a {
	margin-right: 10px;
	color: #000;
	font-size: 14px;
}
.liuyan {
	background: url(../images/top_liuyan.png) no-repeat 5px;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
}
.boke {
	background: url(../images/top_boke.png) no-repeat 5px;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
	padding-top: 3px;
}
.rexian {
	background: url(../images/top_400.png) no-repeat 5px;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
}
.dianhua {
	background: url(../images/top_dianhua.png) no-repeat 5px;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
}
.yingwen {
	margin-left: 10px;
}
.search {
	float: right;
	margin-top: 8px;
}
.form-control {
	width: 78px;
	height: 14px;
	border: 1px solid #cccccc;
}
.input-group-btn {
	float: left;
	padding-right: 7px;
}
.search .btn {
	background: url(../images/search.png) no-repeat;
	width: 15px;
	height: 15px;
	border: 0;
}
.header {
	width: 1200px;
	margin: 0 auto;
	height: 96px;
}
.logo {
	float: left;
	margin-top: 9px;
}
.menu {
	float: right
}
.menu ul li {
	float: left;
	padding-left: 35px;
}
.menu ul li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 96px;
	color: #000;
}
.menu ul li a:hover{
	color:#FE0000;
	
}
.menu .nav_sub{
    position: absolute;
    z-index: 1;
	border-bottom: 3px solid #d40000;
	width: 140px;	
	background: #fff;
	display: none;
	margin-left: -30px;
	background: rgba(255,255,255,0.95);
    text-align: center;
	padding-bottom: 5px;
}
.menu .nav_sub li{ 
	padding: 0;
    text-align: center;
    display: block;
    width: 140px;
	}
.menu .nav_sub li a{
	font-size: 16px;
    font-weight: normal;
	line-height: 35px;
	}
.menu ul li:nth-child(7) .nav_sub{border-bottom: 0;padding-bottom: 0px;}
.menu ul li:nth-child(8) .nav_sub{border-bottom: 0;padding-bottom: 0px;}
nav .menu-product{   
	display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 10000;
    overflow-y: hidden;
	margin-top:95px;
	padding-bottom: 20px;
	border-bottom: 3px solid #d40000;
	padding-top:15px;
	}
.container{width:1200px; margin:0 auto;}
.container li{width:170px; float:left;}
.container li p{border-bottom: 1px solid #d40000; margin-right: 50px; padding-top: 5px; padding-bottom: 5px;}
.container span{display:block;}
.container p a{font-size: 18px; font-weight: bold; color:#000;}
.container span a{font-size:14px;  line-height: 32px; color:#333;}
.container li a:hover{color:#d40000;}

/*banner*/
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.banner ul {
	list-style: none;
	width: 300%;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 490px;
}
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
/*cp_fenlei*/

.cp_fl {
	width: 1200px;
	margin: 0 auto
}
.cp_fl p {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	color: #000;
}
.cp_fl span {
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	display: block;
	color: #000;
}
.cp_fl li {
	float: left;
	width: 176px;
	height: 42px;
	background: #fc9000;
	margin: 0 12px 9px 12px;
}
.cp_fl li a {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 42px;
	font-size: 16px;
}
.cp_fl li a:hover{color: #FE0000;}
/*cp_zhanshi*/
.cp_zs {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.pinpai {
	width: 372px;
	height: 380px;
	margin: 10px;
	border: solid #ccc 4px;
	float: left;
	background: #ccc;
}
.pinpai span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #333;
}
.pinpai p {
	width: 340px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	text-align: justify;
	line-height: 32px;
	color: #333;
}
/*sy_xinwen*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.T {
	text-align: center;
	color: #000;
	display: block;
	width: 320px;
	margin: 0 auto;
	border: 1px solid #393a45;
	margin-bottom: 30px;
	height: 45px;
	margin-top: 45px;
}
.f-toe {
	font-size: 32px;
	color: #000;
	display: inline-block;
	padding: 0 35px;
	background-color: #fff;
	line-height: 61px;
}
.sy_new {
	width: 1200px;
	margin: 0 auto;
}
.sy_news {
	width: 580px;
}
.newsul {
	padding: 10px 0 0px 0px;
	height: 293px;
	overflow: hidden;
}
.newsul li {
	cursor: pointer;
	float: left;
	width: 578px;
	height: 78px;
	border-bottom: 1px solid #e7e7e7;
}
.newsimg {
	float: left;
	width: 108px;
	height: 70px;
	display: inline;
	margin: 4px 0 4px 0;
}
.newsword {
	float: left;
	width: 440px;
	padding: 0 0 0 26px;
}
.newsword p {
	float: left;
	width: 440px;
	height: 35px;
	line-height: 35px;
}
.newsword p span {
	float: left;
	width: 240px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	font-size: 16px;
	line-height: 49px;
}
.newsword p label {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	line-height: 49px;
}
.newscon {
	color: #747474;
	float: left;
	width: 435px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.newsul li:nth-child(1) {
	border-top: 1px solid #e7e7e7;
}
/*sy_about*/
.sy_about {
	width: 100%;
	height: 470px;
	background: #fc9000;
	padding-top: 53px;
	box-sizing: border-box;
}
.T2 {
	text-align: center;
	color: #fff;
	display: block;
	width: 320px;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-bottom: 35px;
	height: 45px;
}
.f-toe2 {
	font-size: 32px;
	color: #fff;
	display: inline-block;
	padding: 0 35px;
	background-color: #fc9000;
	line-height: 61px;
}
.sy_txt {
	width: 1139px;
	height: 110px;
	margin: 0 auto;
	text-align: justify;
}
.sy_txt p {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}
.sy_yuan1 {
	width: 936px;
	height: 150px;
	margin: 0 auto;
	margin-top: 35px;
}
.sy_yuan1 li {
	float: left;
}
.sy_yuan1 li div {
	display: inline-block;
	width: 117px;
	height: 117px;
	margin: 0 95px;
	border-radius: 50%;
	background: #fff;
	padding: 2px;
	line-height: 117px;
}
.sy_yuan1 li div p {
	display: block;
	height: 100%;
	background: #fc9000;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.sy_yuan1 li div p b {
	font-size: 17px;
	font-weight: normal;
}
.sy_yuan1 li span {
	display: block;

	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
}
/*sy_anli*/
.sy_anli {
	width: 1200px;
	margin: 0 auto;
	margin-top: 55px;
}
.sy_anli p {
	font-size: 32px;
	text-align: center;
	color: #000;
}
.sy_anli span {
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	display: block;
	color: #000;
}
.friend {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
}
.mr_frbox {
	height: 220px;
	position: relative;
}
.mr_frBtnL {
	cursor: pointer;
	margin: 0;
	position: absolute;
	bottom: 75px;
	float: left;
	width: 28px;
	height: 62px;
	z-index: 9
}
.mr_frUl {
	height: 179px;
	overflow: hidden;
	position: relative;
	padding: 20px 0 0;
	z-index: 5;
	width: 1122px;
	margin: 0 auto;
}
.mr_frBtnR {
	float: right;
	margin: 0;
	position: absolute;
	bottom: 75px;
	right: 0;
	cursor: pointer;
	width: 28px;
	height: 62px;
	z-index: 9
}
.mr_frUl ul li {
	display: inline;
	float: left;
	width: 270px !important;
	overflow: hidden;
	position: relative;
	margin: 0 5px 0 5px;
	background: #fff;
	cursor: pointer;
	border: 3px solid #f4f4f4;
}
.mr_frUl ul li a img {
}
.mr_frUl ul li h3 {
	font-size: 14px;
	color: #333;
}
.mr_frUl ul li a p {
	position: absolute;
	height: 44px;
	line-height: 44px;
	background: #000;
	color: #fff;
	display: block;
	margin-top: -44px;
	width: 270px;
	text-align: center;
	font-weight: normal;
	background-color: rgba(0,0,0,0.4);
	font-size: 16px;
}
/*sy_yuan*/
.sy_yuan {
	width: 1140px;
	height: 200px;
	margin: 0 auto;
	margin-top: 20px;
}
.sy_yuan li {
	margin: 0 83px 0 83px;
	float: left;
}
.sy_yuan li p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	color: #555555;
}
/*产品页面*/
/*产品页面大图产品导航*/
.datu {
	background: url(../images/ban_cp.jpg) no-repeat;
	height: 327px;
	width: 100%;
}
.cpy_txt {
	text-align: center;
	color: #fff;
}
.cpy_txt p {
	font-size: 36px;
	font-weight: bold;
	line-height: 78px;
	padding-top: 23px;
}
.cpy_txt span {
	font-size: 18px;
}
.iproType1 {
	width: 888px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}
.iproType1 ul li {
	width: 126px;
	float: left;
	position: relative;
	display: block;
}
.iproType1 ul li a {
	display: block;
	text-align: center;
	float: left;
	width: 126px;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.iproType1 ul li a:hover{color: #FE0000;}
.iproType1 li .topmenu {
	display: none;
	width: 170px;
	height: auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(253,144,1,0.9);
	z-index: 9;
	margin-left: -25px;
	z-index: 9999;
}
#wrap{
z-index: 9 !important;	
	
	
}

/*产品页面内容*/

.p-top{ width:1200px;margin:0 auto; background:#fff; padding:20px 0 30px 0; box-sizing:border-box; height:auto; overflow:hidden; }
.p-top .p-title{ border-bottom: 1px solid #d0d0d0;color:#333; font-size:30px; height:50px; line-height:50px; display:block; width:660px; overflow:hidden; margin-bottom:15px;}
.p-top .pic1{ width:500px; height:333px; float:left; border:1px solid #d0d0d0; text-align:center;}
.p-top .pic1 img{ max-width:500px; height:333px; }
.p-synopsis{ width:660px; float:right;}
.p-s-list { line-height:30px;}
.p-s-list dt{  color:#333; margin-right:5px; font-size:16px; font-weight:bold; margin-top:16px; margin-bottom:4px;}
.p-s-list dd{  font-size:15px; color:#666;}

.zoomlist{ margin-top:5px;}
.zoomlist li{float:left;margin-right:3px;border:1px solid #ddd;height:81px;}
.zoomlist li img{width:121px;height:81px;}
.cloud-zoom-lens{background:#fff;cursor:move;}
.cloud-zoom-title{font-family:Arial;position:absolute !important;background:#000;color:#fff;padding:3px;width:100%;text-align:center; font-weight:bold; font-size:10px;top:0px;}
.cloud-zoom-big{overflow:hidden;}
.cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000; display:none;}
.cloud-zoom{display:block;width:500px;height:333px;margin-bottom:10px;}
.cloud-zoom img{border:1px solid #ccc;}

.f4f4f4{ background:#f4f4f4}
.product_tab {
	width: 894px;
	overflow: hidden;
}
.product_tab ul {
	height: 60px;
}
.product_tab ul li {
	width: 33.3%;
	float: left;
	cursor: pointer;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-weight: normal;
	background: #f4f4f4;
}
.product_tab ul li a{ display:block;}
.product_tab ul li:hover, .product_tab ul li.product_action {
	background: #fc9000;
	color: #ffffff;
}
.product_tab ul li:hover a, .product_tab ul li.product_action a {
	color: #ffffff;
}
.product_tab_js {
	padding:30px 30px 10px;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 30px;
	background:#fff;	
	color:#000;
	clear: left;
}
.productnytitle{ width:100%; height:50px; line-height:50px; background:#f4f4f4; color:#333; padding-left:30px; font-size:16px; box-sizing:border-box; margin-bottom:10px;}

.producttuijian{ width:100%;}
.producttuijian ul{}
.producttuijian ul li{ float:left; width:260px; height:173px; margin-right:12px; position:relative;}
.producttuijian ul li h3{ width:254px; height:167px; border:3px #f4f4f4 solid;}
.producttuijian ul li h3 a img{width:254px; height:167px;}
.producttuijian ul li p{ position:absolute; bottom:3px; text-align:center; left:3px; height:30px; width:254px; background:rgba(0,0,0,0.6);}
.producttuijian ul li p a{ color:#fff; font-size:12px; line-height:30px;}

.btn_pro{ width:100%; padding-top:10px; border-top:1px dashed #d0d0d0; margin-bottom:20px;}
.btn_pro li{ width:100%; line-height:32px; font-size:16px; color:#666; padding-left:30px;}
.btn_pro .btn_01{ background:url(../images/btn_01.png) left center no-repeat;  color: #FE0000; font-weight: bold; font-size:20px;}
.btn_pro .btn_02{ background:url(../images/btn_02.png) left center no-repeat;}
.btn_pro .btn_03{ background:url(../images/btn_03.png) left center no-repeat;}

.p-synopsis a.ljzx{ display:block; width:160px; height:60px;margin-right:20px; float:left;}
.p-synopsis a.zxly{ display:block; width:160px; height:60px; float:left;}

.pro_mes{  box-sizing: border-box; background: #fff;}
.khtitle{}
.khtitle h3{ font-size:30px; font-weight:bold; color:#333; margin-bottom:20px;}
.khtitle p{ font-size:18px; color:#333; line-height:35px;}
.khtitle p span{ color:#e20f1f}

.yysj{ width:830px;}
.yysj h3{ font-size:20px; color:#333; margin-top:30px; margin-bottom:10px;}
.yysj table{ width:100%;}
.yysj table td{ font-size:18px; padding:10px 0; line-height:40px;}
.yysj table td p{float: left; padding-left: 30px; font-size: 16px;}
.yysj table td span{ color:#e20f1f;padding: 0 7px;}

.preNext{position:relative;background:url(../images/news_con.jpg) left top no-repeat; padding-top:10px; margin-top:10px; padding-left:30px;}
.preNext .line{height:10px;overflow:hidden;clear:both;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;float:left;}
.preNext .text{color:#999;}
.preNext .text a:hover{color:#34adfe; text-decoration:underline;}

.formtext{ width:280px; height:40px; box-sizing:border-box; border:1px #cdccd1 solid; line-height:40px; font-size:14px; color:#333; padding-left:10px;} 
.formtext1{ width:300px; box-sizing:border-box; height:40px; border:1px #cdccd1 solid; line-height:40px; font-size:14px; color:#333; float: left; margin-left: 10px;} 
.formtext2{ width:692px; height:70px; border:1px #cdccd1 solid; line-height:30px; font-size:14px; color:#333; padding:10px; float: left; margin-left: 10px;}
.bitian{ background:url(../images/bitian.png) right center no-repeat;}
.fstext{ font-size:16px; color:#666; margin-left:20px; line-height:40px;}

.ny_kj {
	width: 1200px;
	margin: 0 auto;
}
.ny_c {
	width: 894px;
	padding-top: 45px;
}
.chanpin_title {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.chanpin_title p {
	font-size: 24px;
	color: #fc9000;
	float: left;
	font-weight: bold;
	border-left: 5px #fc9000 solid;
	padding-left: 20px;
	margin-top: 5px;
}
.chanpin_title p em{
	font-style: normal;float: left;line-height: 40px;}

.chanpin_title p span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	color: #333;
	line-height:40px;
}
.chanpin_title p span a {
	max-width:100px;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display:inline-block;
	color: #333;
}
.chanpin_title b {
	float: right;
	line-height: 40px;
}
.chanpin_title b a {
	color: #fc9000;
	font-weight: normal;
	font-size: 14px;
}

.case_title {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding-bottom: 40px;
	line-height:60px;
}
.case_title p {
	font-size: 24px;
	color: #fff;
	float: left;
	font-weight: bold;
	padding-left: 25px;
	margin-top: 5px;
	background:#888;
	width:100%;box-sizing: border-box;
}
.case_title p span {
	display:block;
	 float:right;
	 width:740px;
	 height:60px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	color: #333;
	background:#f4f4f4
}

.casenav{ width:100%; margin-bottom:30px; height:100px;}
.casenav a{ float:left; width:280px; cursor:pointer; background:#888; height:100px; text-align:center; margin-right:20px;}
.casenav a:last-child{ margin-right:0}
.casenav a:hover{background:#fc9000;}
.casenav a h3{ font-size:24px; color:#fff; line-height:50px;}
.casenav a h3 a{ color:#fff;}
.casenav a p{ font-size:14px; color:#fff; line-height:20px;}

.newslist{ }
.newslist div{ width:100%; height:115px; padding:15px 0; margin:15px 0; background:#f3f2f2;}
.newslist div h4{ width:190px; height:115px; text-align:center; float:right;}
.newslist div h4 b{ display:block; font-size:40px; color:#333; line-height:85px; }
.newslist div h4 i{ font-size:18px; color:#666; font-weight:normal; font-style:normal;}
.newslist div h4.lanse{ background:#c30401}
.newslist div h4.lanse b{ color:#fff;}
.newslist div h4.lanse i{ color:#fff;}
.newslist div h3{ font-size:16px; color:#333; line-height:35px; width:510px; float:left; font-weight:normal;}
.newslist div h3 a{color:#333;}
.newslist div p{ font-size:14px; color:#666; line-height:24px; margin-bottom:10px; width:510px; float:left;}
.newslist div span{ width:151px; height:113px; float:left; display:block; margin-right:20px; margin-left:20px;}

.title{ font-size:30px; color:#333; line-height:50px; border-bottom:1px #ddd solid; text-align:center;}
.info{ text-align:center; font-size:14px; color:#666; line-height:50px; font-weight:normal; }
.info a{ color:#666;}
.textarea{ line-height:35px; color:#666; font-size:16px;}
.showimg{ float:right;max-height:300px; margin-left:30px; max-width:450px; border:1px #ddd solid; padding:5px;}

.abouttitle{ font-size:24px; font-weight:bold; color:#333; padding-bottom:10px; border-bottom:1px #ddd solid;}
.abouttitle span{ color:#333; font-size:16px; font-weight:normal; margin-left:5px;}

.hotnews{ width:877px; height:370px}
.yx-rotaion{ float:left; width:877px; height:370px;}
.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:30px;line-height:30px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:12px;z-index:2;bottom:0;left:20px; text-align:center;line-height:30px}
.yx-rotation-t:hover{ text-decoration:underline; color:#fff}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../images/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:30px;line-height:30px;right:20px;bottom:0;z-index:2;}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:10px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;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:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}
.rotaion_list img{ width:877px; height:370px;}

.nytitlenav{ text-align:center; height:50px; line-height:50px; padding-top:115px;}
.nytitlenav a{ display:inline-block; margin:0 5px; width:116px; font-size:16px; height:50px; text-align:center; color:#666; background:#f4f4f4}
.nytitlenav a.oncss,.nytitlenav a:hover{ background:#fc9000; color:#fff;}

.iproType{ text-align:center; height:50px; line-height:50px; padding-top:115px;}
.iproType li{ display:inline-block; margin:0 5px; width:116px; font-size:16px; height:50px; text-align:center; color:#666; background:#f4f4f4; }
.iproType li a{color:#666; display: block;}
.iproType li a:hover{background:#fc9000; color:#fff;}
.iproType a.oncss,.nytitlenav a:hover{ background:#fc9000; color:#fff;}

.iproType li .topmenu{display:none;height:auto; padding:0;position:relative;top:0;left:0;  z-index:9;  background: #888;   float: left; width: 116px !important; top: 0 !important;}
.iproType li .topmenu li{float:none;padding:0; height:35px; text-align:center; line-height:35px;background:none; margin:0 auto}
.iproType li .topmenu li:hover{ background:#616060;}
.iproType li .topmenu li a{float:none;padding:0;text-align:center;height:35px;line-height:35px; font-size:12px; color:#fff; border:0}
.iproType li .topmenu li a:hover{ line-height:35px; background:none;}

.tzzgxzy{ width:100%; height:55px; background:#fc9000; text-align:center; line-height:55px; font-size:16px; color:#fff; margin-bottom:20px;}
.tzzgxlist{ width:100%; }
.tzzgxlist th{ border-bottom:1px dashed #ddd; line-height:40px; height:40px; text-align:left; font-size:18px; color:#333;}
.tzzgxlist td{ border-bottom:1px dashed #ddd; line-height:40px; height:40px; text-align:left; font-size:16px; color:#666;}
.tzzgxlist td a{ color:#666;}


.ny_cc{margin-bottom: 30px;}
.demo1_right {
	width: 894px;
	float: right;
	overflow: hidden;
}
.gd1 {
	width: 894px;
}
.demo1_right dl dd {
	width: 280px;
	height: 242px;
	margin: 0 10px 50px 8px;
	float: left;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 2px 2px 7px #eee;
}
.demo1_right dl dd > a {
	display: block;
	padding-top: 3px;
	text-align: center;
}
.demo1_right dl dd p {
	height: 35px;
	color: #909090;
	line-height: 35px;
	text-align: center;
	margin: 0 auto 0;
	font-size: 16px;
	border-top: 1px dashed #eee;
	margin-top: 6px;
}
.demo1_right dl dd p a {
	font-size: 14px;
	color: #333333;
	line-height: 53px;
}
.ny_kj .ny_c:after {
	display: block;
	content: '';
	background: #0068AF;
	position: absolute;
	top: 0;
	left: auto;
	right: 100%;
	width: 894px;
	height: 100%;
}
/*内页右侧分类*/
.ny_y {
	width: 260px;
}
.yc_p {
	margin-left: 28px;
	padding-top: 48px;
}
.yc_txt {
	background: #888888;
	height: 57px;
	line-height: 57px;
	font-size: 20px;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	border-bottom: 4px solid #cccccc;
}
.yc_p ul li {
	font-size: 16px;
	line-height: 52px;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}
.yc_p ul li a {
	color: #333333;
}
.yc_a {
	margin-left: 28px;
	margin-top: 24px;
}
.yc_a li {
	padding-top: 18px;
}
.yc_x {
	margin-left: 28px;
	padding-top: 20px;
}
.yc_x ul li {
	font-size: 16px;
	line-height: 52px;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}
.yc_x ul li a {
	color: #333333;
}
.yc_l {
	margin-left: 28px;
	margin-top: 24px;
}
.yc_dianhua {
	border: 1px solid #dfdfdf;
	text-align: center;
	padding-top: 24px;
}
.yc_dianhua p {
	font-size: 16px;
	color: #333;
}
.yc_dianhua span {
	font-size: 24px;
	color: #fc9000;
	display: block;
	font-weight: bold;
	line-height: 32px;
}
.yc_dianhua b {
	width: 121px;
	height: 34px;
	background: #fc9000;
	border-radius: 10px;
	line-height: 34px;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 26px;
}
.yc_dianhua b a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
/*翻页*/
.pagination{
	text-align:center;}
.pagination li{
	display:inline;
		}
.pagination a{ 
    font-size: 14px;
	color:#515151;
	padding: 0 8px;
}
.pagination a:hover{color:#FE0000;}


/*foot*/

.foot {
	width: 100%;
	background: #444444;
}
.foot_a {
	width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
	height: 310px;
}
.db_lianjie {
	width: 120px;
	margin-right: 22px;
	float: left;
}
.db_lianjie dt {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border-bottom: 1px solid #868686;
}
.db_lianjie dt a {
	color: #fff;
}
.db_lianjie dt i {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #868686;
	margin-bottom: -2px;
}
.db_lianjie dd {
	padding-top: 5px;
}
.db_lianjie dd a {
	display: block;
	color: #a1a1a1;
	font-size: 14px;
	padding-left: 3px;
	line-height: 30px;
}
.fz {
	width: 329px;
	margin-right: 0;
}
.fz dd a{width:145px; float:left; padding-right:10px;}
.db_erwm {
	width: 110px;
	float: left;
	padding-top: 18px;
	padding-left: 28px;
}
.db_dianhua {
	width: 285px;
	float: right;
}
.db_dianhua dt {
	border-bottom: 1px solid #575757;
	margin-top: 10px;
	height: 95px;
}
.db_dianhua dt p {
	font-size: 32px;
	color: #fff;
	line-height: 43px;
}
.db_dianhua dd {
	margin-top: 15px;
	background: url(../images/tubiao.png) no-repeat;
}
.db_dianhua dd p {
	line-height: 30px;
	padding-left: 45px;
	font-size: 14px;
	color: #bababa;
}
.foot_b {
	background: #333333;
	height: 67px;
}
.foot_c {
	width: 1200px;
	margin: 0 auto;
}
.foot_c p {
	color: #a1a1a1;
	font-size: 14px;
	padding-top: 10px;
}
.foot_c p a{
	color: #a1a1a1;
}
.foot_c span {
	font-size: 14px;
	color: #555555;
}
.foot_c span a {
	color: #555555;
}


.side{position:fixed;width:72px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:72px;height:72px;float:left;position:relative;border-bottom:1px solid #FC9000;}
.side ul li .sidebox,.cml{position:absolute;width:72px;height:72px;top:0;right:0;transition:all 0.3s;background:#FC9000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:18px/72px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:72px;height:72px;line-height:72px;display:inline-block;background:#FC9000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#FCA633;opacity:0.3;filter:Alpha(opacity=80);}
.side ul li img{float:left;}

#qr{width:150px; height:150px; position:fixed; right:72px; display:none;}

.side ul li:nth-child(3):hover #qr{display:block;}
#sidebox a{ color:#FFF; line-height:72px; font-size:28px;}
#sidebox{ width:300px; height:72px; position:fixed; right:0px; background: #FC9000;display:none; z-index:99;border-radius: 12px;}
.mbx{background:#e6e6e6; width:100%;  height: 30px; line-height: 30px;}
.mianbaoxie{width:1200px; margin:0 auto;  font-size: 14px;}
.side ul li:nth-child(2):hover #sidebox{display:block; }

.chanpin_wen{
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.chanpin_wen p{
    font-size: 14px;
}
.chanpin_wen p a{
    background: #fda633;
    padding: 0 8px;
    color: #fff;
}





