﻿@charset "utf-8";
/* CSS Document */

/* ====================
     公共样式
==================== */
body {
	font-size: 14px;
	font-family: "Open Sans","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	line-height: 200%;
	margin: 0 auto;
	padding: 0;
	color: #333;
	overflow-x: hidden; /* 禁止水平滚动 */
    overflow-y: auto; / 允许垂直滚动 */
}
div {
	margin: 0 auto;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
.block {
	width: 1000px;
	height: auto;
	background: #fff;
	padding: 0 12px;
}
.w1140 {
	width: 1140px;
	height: auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.dis {
	display: block;
}
.inline {
	display: inline;
}
.none {
	display: none;
}
.dashed {
	background: url(../images/linebg.gif) repeat-x left top;
	color: #3f3f3f;
	padding: 2px 0 3px 12px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
/*英文强制换行*/
.word {
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
}
.clear {
	clear: both;
}
.blank30 {
	height: 30px;
	line-height: 30px;
	clear: both;
	visibility: hidden;
}
.blank20 {
	height: 20px;
	line-height: 20px;
	clear: both;
	visibility: hidden;
}
.blank16 {
	height: 16px;
	line-height: 16px;
	clear: both;
	visibility: hidden;
}
.blank15 {
    height: 16px;
    line-height: 16px;
    clear: both;
    visibility: hidden;
}
.blank10 {
	height: 10px;
	line-height: 10px;
	clear: both;
	visibility: hidden;
}
/*  证书查询  */

.search {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.searchlist {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.s_left {
	width: 23%;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-right: 2%;
	text-align: right;
}
.searchtext {
	width: 65%;
	float: left;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	text-indent: 10px;
}
.input_text {
	width: 30%;
	float: left;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	text-indent: 10px;
}
.upload {
	width: 100%;
	text-align: center;
	float: left;
}
.input_submit1, .input_submit2 {
	width: 94px;
	height: 38px;
	background: url(../images/b1.jpg) no-repeat;
	margin: 0 5px;
	cursor: pointer;
	line-height: 38px;
	border: 0;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}
.input_submit2 {
	background: url(../images/b2.jpg) no-repeat;
}
/*menu*/
.navigate {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: url(../images/menubg.jpg) repeat-x;
	border-top: 3px solid #242421;
	border-bottom: 1px solid #242421;
}
.navigate li {
	float: left;
	width: 8.3%;
	text-align: center;
	background: url(../images/nav_li.jpg) no-repeat right center;
	position: relative;
}
.navigate li a {
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	display: block;
}
.navigate li a:hover, .navigate li a.current,.cnt1 {
	color: #fff;
	background: url(../images/current.jpg) no-repeat center;
}
.navigate li a.cnt1 {
	color: #fff;
	background: url(../images/current.jpg) no-repeat center;
}
.section-nav1 li{
	float: none;
	width: 100%;
}
.section-nav1 li a{
	height: 34px;
	width: 100%;
	line-height: 34px;
	border-bottom: 1px dashed #666;
}
.nav-w{
	position: absolute;
    top: 46px;
    left: -2px;
    background: #f7f2ec;
    width: 100%;
	z-index: 999;
	height: auto;
	display: none;
}
/*end*/

/*  header */
.header {
	width: 100%;
	height: 120px;
	background: url(../images/bottombg1.gif) repeat center top;
}
.logo {
	float: left;
}
.topright {
	float: right;
	width: 350px;
}
.language {
	float: right;
}
.language ul li {
	float: left;
	height: 40px;
	color: #dedede;
}
.language ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding: 0 7px;
}
.tel {
	float: right;
	width: 276px;
	height: 80px;
	background: url(../images/tel.png) no-repeat left center;
}
.tel span {
	display: inline-block;
	text-indent: 120px;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-family: "Tahoma";
}


/*  header 结束 */

/*flash*/
#banner {
	width: 100%;
	float: left;
	float: left;
	background: url(../images/banner_bg.jpg) repeat-x left top;
}
#flash {
	width: 100%;
	height: 448px;
	padding: 0px;
}
#myFocus {
	width: 100%;
	height: 448px;
}

/*end*/

.ibox1 .pic {
	margin: 0;
}
.ibox1 .pic img {
	width: 423px;
	height: 237px;
}
.bannerimg img{
	width: 100%;
}
.ibox1_1 {
	float: left;
	width: 423px;
	height: 237px;
	border: 1px solid #242421;
}

.ibox1_2 {
	float: right;
	width: 695px;
	height: 237px;
	border: 1px solid #242421;
}
.left_top {
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: url(../images/left_top_bg.jpg) repeat-x left center;
}
.left_top h3 {
	float: left;
	width: 123px;
	height: 38px;
	line-height: 38px;
	background: url(../images/left_top.png) no-repeat left center;
	font-size: 16px;
	color: #fff;
	padding-left: 13px;
	overflow: hidden;
}
.left_top span {
	float: right;
	line-height: 38px;
	font-size: 12px;
	color: #2f94e6;
	margin-right: 10px;
}
.left_con {
	float: left;
	width: 100%;
	overflow: hidden;
}
.left_con ul {
height:78px;
}
.left_con .indent {
	text-indent:2em;
	padding: 8px;
}
.left_list {
	padding: 8px;
	padding: 8px;
}
.left_list ul li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url(../images/left_list_li.jpg) no-repeat left center;
}
.left_list ul li .time {
	font-size: 12px;
}
.left_list ul li a {
	font-size: 14px;
	color: #666;
	padding: 0 8px 0 16px;
}
.left_list li span{
	float: right;
}
.index_pic {
	width: 100%;
	height: 90px;
}
.ibox2 {
	float: left;
}
.ibox2_1, .ibox2_2 {
	float: left;
	width: 368px;
	height: 300px;
	margin-right: 13px;
	border: 1px solid #242421;
}
.ibox2_3 {
	float: left;
	width: 368px;
	height: 300px;
	border: 1px solid #242421;
}
.ibox2_3 .left_top {
	background: url(../images/left_top_bg2.jpg) repeat-x left center;
}
.ibox2_3 .left_top h3 {
	background: url(../images/left_top.png) no-repeat left center;
}
.ibox3 {	
	width: 1138px;
}
.pro_con {
	width: 1138px;
	overflow: hidden;
	border: 1px solid #333;
	margin: 0 auto;
}

.pro_con li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	overflow: hidden;
}
.pro_con li img {
	width: 95%;
	float: none;
}
.infoList li img{
	width: 96%;
	text-align: center;
	margin: 0 auto;
	display: block;
	height:150px;
}
.cate3-img{	
	float: left;
	margin-right: 8px;	
	overflow: hidden;
}
.cate3-img img{
	width: 110px;
	height: 62px;
	margin: 5px 5px 0 5px;
}
.cate3-info{
	width: 99%;
}
.cate3-info h3{
	font-size:1em;
}
.cate3-info p{
	font-size: 14px;
	margin-top: 2px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	word-break: break-all;
}
.video{
	width: 53%;
	text-align: center;
	margin: 0 auto;
}
.pro_con .link a{
	color: #333;
	margin: 0 5px;
	font-size: 0.9em;
}
#bottomimg .infoList li{
	width: 16.66%;
	height: 200px;
	margin: 0px;
}
#bottomimg .infoList li img{
	width: 90%;
	height: 150px;
	display: inline-block;
	float: none;
}
#bottomimg .infoList li a{
	font-size: 12px;
}
/* 会员风采 */
.txtMarquee-left {
	width: 100%;
	position: relative;
}


.txtMarquee-left .bd {
	overflow: hidden;
	padding: 15px;
}
.txtMarquee-left .bd .tempWrap {
	width: 1110px !important;
}


.bd .qiyeimg{
	width:16%;
}
.ibox4 {
	float: left;
}
.ibox4_1, .ibox4_2 {
	float: left;
	width: 368px;
	height: 300px;
	margin-right: 13px;
	border: 1px solid #242421;
}
.ibox4_3 {
	float: left;
	width: 368px;
	height: 300px;
	border: 1px solid #242421;
}
.ibox5 {
	float: left;
	width: 66.4%;
	margin-right: 14px;
}
.ibox5_1, .ibox5_2 {
	float: left;
	width: 368px;
	height: 300px;
	margin-right: 15px;
	border: 1px solid #242421;
}
.ibox5_2{
	margin-right: 0;
}
.ibox5_3,.ibox5_4 {
	float: left;
	width: 368px;
	height: 300px;
	border: 1px solid #242421;
	margin-top: 15px;
}
.ibox5_4{
	margin: 15px 0 0 15px;
}
.ibox6_1, .ibox6_2 {
	float: left;
	width: 49.1%;
	height: auto;
	margin-right: 14px;
	border: 1px solid #242421;
}
.ibox6_2{
	margin-right: 0;
}
.ibox6_3{	
	height: auto;
	margin: 15px 0 0;
	border: 1px solid #242421;
	float: left;
}
.ibox6_1 .later_list ul li,.ibox6_2 .later_list ul li {
    width: 100%;
    height: 32px;
	line-height: 32px;
}
.ibox6 .left_con,.ibox6_3 .left_con{
	padding: 5px 10px;
	width: 95%;
}
.ibox7{
	width: 32.1%;
	height: auto;
	border: 1px solid #242421;
	float: right;
}
.ibox7_1 .divproject{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	padding: 0;
	border-top: 0px solid #EEEEEE;
	margin-right: -10px;
}
.ibox7_1 .divproject li{
	position: relative;
	float: left;
	width: 44%;
	padding: 1px 10px 10px;
	background-color: #fff;
	color: #777;
	border-bottom: 1px dashed #ddd;
}
.ibox7_1 .divproject li h4{
	font-size: 16px;
	font-family: inherit;
	font-weight: 550;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ibox7_1 .divproject ul li p {
    height: 30px;
    overflow: hidden;
    color: #bbb;
    margin: 0 0 5px;
}
.ibox7_1 .divproject li a.btn {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    padding: 4px 12px;
    border-color: #ddd;
    color: #666;

}
.ibox7_1 .divproject li:hover {
    background-color: #faeab2;
}
.ibox7_1 .divproject li a:hover {
    background: url(../images/current.jpg) no-repeat center;
	color: #fff;
}
.later_list_list .cate3-img{
	float: left;
	width: 112px;
	height: 76px;
	overflow: hidden;
	margin-right: 15px;
}
.later_list_list .cate3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.later_list_list ul li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.later_list_list ul li::before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background-color: #6c1e08;
    content: '';
    transition: all 1.8s;
    z-index: 0;
}
.later_list_listsx li{

}
.later_list_listsx .cate3-img{
width: 21%;
margin: 10px;
}
.later_list_listsx .cate3-img img{
width: 100%;
height: 95px;
}


.ibox8 {
    float: left;
}
.ibox8_1, .ibox8_2 {
    float: left;
    width: 368px;
    height: auto;
    margin-right: 15px;
    border: 1px solid #242421;
}
.ibox8_2{
	margin-right: 0;
}
.ibox8 .cate3-img{
	float: none;
}
.ibox8 .cate3-img img{
	width: 100%;
	height: 229px;
}
/* tag */
.tag{
	height: auto;
	padding: 18px 10px 19px;
	display: inline-block;
}
.tag .divTags a{
	border: 1px solid #6c1e08;
    padding: 1px 10px;
    color: #333;
    background: #faf0d8;
	margin: 2px;
	display: inline-block;
}
/* 出品*/
.context6pic{
	margin: 10px;
	display: inline-block;
	text-align: center;
}
.context6pic .picbg {
    width: 268px;
	height: 376px;
	margin: 10px 18px 16px 35px;
	border: 1px solid #cc9f7f;
}
.context6pic img {
    margin: 20px 40px;
    width: 185px;
    height: 260px;
}
.context6pic .picimg1{
	height: 1px;
	width: 35px;
	background: #cc9f7f;
	float: left;
	margin-top: 10px;
}
.context6pic .picimg2{
	height: 1px;
	width: 35px;
	background: #cc9f7f;
	float: right;
	margin-top: -35px;
}
.context6pic .picbg p {
    width: 185px;
    font-size: 16px;
    color: #777777;
    text-align: center;
	line-height: 26px;
	margin: 0 auto;
    margin-top: 0px;
	margin-top: -6px;
}
/* footer */
.footer {	
	line-height: 25px;
	padding: 15px 0 12px 0;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/bottombg.gif);
}
.footernav {
	text-align: center;
	color: #fff;
}
.footernav a {
	color: #fff;
	margin: 0 5px;
}
.footernav a:hover {
	color: red;
}
.footerall {
	text-align: center;
	color: #fff;
}
.footerall a {
	color: #fff;
}
.footerall a:hover {
	color: red;
}
.footer .code_img img{
	width: 130px;
}
.footer .colb{
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.foo_l .title_b {
    float: left;
    width: 280px;
    height: 30px;
    line-height: 30px;
    background-image: url(../images/d5.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.foo_l {
    float: left;
    width: 280px;
    padding: 20px 40px;
}

.foo_l .title_b .zh {
    float: right;
    font-size: 14px;
    color: #dcdcdc;
    text-align: center;
}
.foo_l .title_b .en {
    float: left;
    font-size: 14px;
    color: #dcdcdc;
    text-align: center;
}
.foo_l a{
	color: #fff;
}
.foo_l2{
	text-align: center;
}
.foo_l2 a{
	color: #fff;
}
.foot_a{
	display: table;
}
#toolbar {
    width: 40px;
    position: fixed;
    right: 0px;
    bottom: 15%;
    margin-top: 5px;
    z-index: 1000000;
}
#toolbar li {
    width: 40px;
    height: 40px;
    float: left;
    margin: 4px 0px;
    position: relative;
}
#toolbar li .t_item {
    width: 40px;
    height: 40px;
    background: #950005;
    text-align: center;
    line-height: 68px;
    display: block;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.t1 i {
    width: 26px;
    height: 26px;
    background: url(../images/top.png) no-repeat center center;
    display: block;
	margin: 0 auto;
    margin-top: 7px;
}

.t2 i {
    width: 26px;
    height: 26px;
    background: url(../images/home.png) no-repeat center center;
    display: block;
	margin: 0 auto;
    margin-top: 7px;
}
.t4 i {
    margin: 0 auto;
    margin-top: 7px;
	width: 26px;
    height: 26px;
    background: url(../images/down.png) no-repeat center center;
    display: block;
}

/* footer-end */

/* n内容 */

.bread{
	font-size: 12px;
	color: #6c1e08;
	border-left: 4px solid #6c1e08;
	padding: 3px 10px;
}
.left {
	width: 66.4%;
	float: left;
}


.left_title {
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
}
.single-post{
	transition: all .3s ease-out 0s;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}
.single-title{	
    border: 1px solid #6c1e08;
    background-color: #ffffff;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    margin: 0 0 15px 0;
    zoom: 1;
    padding: 15px 0 0 0;

}
.single-avatar{
	display: inline-block;
	padding: 4px;
	width: 70px;
	height: 70px;
	background: url(../images/avatar_admin.png) -1px 0 no-repeat;
}
.single-avatar img{
	overflow: hidden;
	padding: 2px;
	width: 52px;
	height: 75%;
	border: 1px solid #fafafa;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	background: #fff;
	margin-left: 4px;
	-webkit-box-shadow: inset 0 -1px 0 #ddd;
	box-shadow: inset 0 -1px 0 #ddd;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.5s ease-out;
}
.single-title h1 {
    max-width: 88%;
    float: left;
    clear: both;
    line-height: 26px;
    text-align: left;
    font-size: 22px;
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 2px;
    margin-left: 85px;
}
.single-title {
    position: relative;
    margin: 24px auto 18px auto;
}
.single-avatar {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
}
.view-date{
	float: left;
	
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	color: #666;
	margin-left: 40px;
}
#post-header .view-title{
	float: none;
}
#post-header .view-date{
	float: none;
	margin-left: 82px;
	display: inline-block;
}
.single-post .intro{
	border: 1px dashed #999;
	text-indent: 2em;
	background: #faeab2;
	padding: 5px;
}
.cnttag a{
	padding:0 5px;
}
.bottom_border {
	width: 35px;
	height: 2px;
	background: #6c1e08;
	float: left;
}
/* .leftlist {
	padding: 14px 0 24px 0;
} */
.leftlist li {	
	float: left;	
	
}
.leftlist li a {
	font-size: 14px;
	color: #666;
	background: #fff;
	padding: 3px 6px 3px 8px;
	border-radius: 4px;
}
.leftlist li a:hover{
	background: #6c1e08;
	color: #fff;
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
/* .leftlist li a#lsed, .leftlist li a:hover {
	color: #6c1e08;
} */
.leftlist2 {
	padding: 9px 0 24px 0;
}
.leftlist2 li span {
	width: 100%;
	float: left;
	padding: 18px 0 0 0;
	font-size: 12px;
	color: #999;
	height: 24px;
	overflow: hidden;
}
.leftlist2 li a {
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	height: 14px;
	overflow: hidden;
	display: block;
}
.leftlist2 li a#lsed, .leftlist2 li a:hover {
	color: #6c1e08;
}
.leftbox {
	padding: 14px 0 24px 0;
	font-size: 14px;
}
.nytitle {
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 20px;
}
.bottom_border2 {
	width: 100%;
	height: 1px;
	background: #333;
	float: left;
}
.channelbox {
	padding: 15px 5px;
}
.channelbox .content img{
	width: 55%;
	margin: 0 auto;
	display: block;
	height: auto;
}
.channelbox .content span,.channelbox .content span a{
	color: #950005;
}
#listaut{
	height: 1800px;
  overflow:scroll;
}

.photo_shows video{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.photo_shows p{
	text-align: center;
	margin-top: 10px;
}
.photo_shows span{
	text-align: center;
	display: block;
}
.cnttag{
	height: auto;
	border-top: 1px solid #6c1e08;
	background-color: #fbfbfb;
	display: block;
}
.cnttag1{
	display: block;
	float: left;
	width: 10%;
}
.cnttag2{
	width: 88%;
	display: block;
	float: left;
}
.cnttag2 a{
	width: 48%;
	float: left;
}
.cnttag3{
	width: 100%;
	height: 35px;
}
/*news*/
.articleList {
	width: 100%;
}
.art_list {
	float: left;
	width: 100%;
	padding: 13px 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.art_img img {
	float: left;
	width: 190px;
	height: 125px;
	border: 1px solid #dcdcdc;
}
.art_right {
	float: right;
	width: 530px;
}
.art_title {
	float: left;
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.art_time span {
	float: left;
	width: auto;
	height: 30px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.art_des {
	float: left;
	margin-top: 10px;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
}
.art_list:hover {
	cursor: pointer;
	border-bottom: 1px solid #6c1e08;
}
.art_list:hover .art_title {
	color: #6c1e08;
}
.time {
	color: #959595;
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 2px dotted #ccc;
}
.articleauthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
}
.pageUpDown {
	padding: 10px 0 30px 0;
	text-align: left;
}
.articleList .sitemap a{
	padding-right: 27px;
	color: #777;
}
.neileftlist{
margin-bottom: 10px;
display: block;
float: left;
}
.neileftlist li{
float: left;
border: 1px solid beige;
margin: 5px;
width: 22%;
background: #faf0d8;
}
.neileftlist a{
padding: 10px;
color: #666;
text-align: center;
display: block;
}
/*end*/

/*Product*/
.boximg{
	margin-top: 15px;
}
.productList {
	width: 100%;
	overflow: hidden;
	float: left;
}
.productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.productList li {
	text-align: center;
	float: left;
	width: 20%;
	height: 246px;
	line-height: 25px;
	overflow: hidden;
	display: inline;
	position: relative;
	margin: 10px 8px;
}
.productList li img {
	width: 90%;
	height: auto;
}
.productList li span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.productList li.productList2 {
	width: 230px;
	height: 210px;
	float: left;
	display: inline;
	position: relative;
}
.productList li.productList2 img {
	width: 220px;
	height: 151px;
	border: 4px solid #faeab2;
}

.productTitle {
	line-height: 28px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}
.productImg {
	width: 250px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.productImg img {
	width: 250px;
}
.productRight {
	width: 550px;
	float: left;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDes {
	margin-top: 30px;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
	min-height: 200px;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages a {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pages a:hover {
	background: #eee;
}
.pages a.page_now {
	background: #eee;
	color: #f00;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/

/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
	background: #faeab2;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #6c1e08;
}
.pagination li.thisclass {
	background: #6c1e08;
	color: #fff;
	padding: 0 12px;
	line-height: 35px;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #6c1e08;
	color: #fff;
	cursor: default;
	
}
.page{
	border-top: 1px solid #6c1e08;
	border-bottom: 1px solid #6c1e08;
	background-color: #fbfbfb;
	overflow: hidden;
	font-size: 15px;
	color: #666;
	width: 100%;
}
.nav-w-ydong{
		display: none;
	}
.page p{
	position: relative;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	width: 100%;
	padding: 10px;
	}
.foc,.vximg1,.vximg,.vximgbg{
	display: none;
}
/*404页面*/
.cwimg{
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 20px;

}
.cwlist{
	
	width: 80%;
	border-top: 1px solid #d0d0d0;
}
.cwbox{
	width: 50%;
	float: left;
	padding: 10px 0 0 10px;
}
.cwbox h4,.cwnf h4{
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
}
.cwbox li{
	line-height: 2.5em;
	list-style-type: decimal;
}
.cwnf{
	padding: 90px 0 0 0;
}
.cwbtn{
	background: #45b6f7;
	padding: 6px 12px;
	border-radius: 4px;
	color: #fff;
}
.cwfanhui{
	background: #45b6f7;
}
.cwshouy{
	background: #d24a2b;
}
.cwbtn:hover{
	background: #333;
	color:#fff;
}

.zhaosheng img{
	margin-bottom: 15px;
	float: left;
}
.zhaosheng img.zhaosheng-yd{
	display: none;
}.taobaoimg img{width: 58%;margin: 0 auto;display: block;}
#pcbanner{
	display: none;
}

/*自适应*/
@media all and (max-width:800px) {
	.topright,.navigate,.pic,.ibox7,.ibox1_2,#flash,.ibox2_3,.ibox5_4,.ibox6_3,.footer .colb,.fte2,.blank16,.footerall,.foo_l,.foo_l .title_b,.foo_l2 .beian,#linkbox,.footernav,.tel_right,.foo_l2,#myVideo,.index_pic{
		display: none;
	}
	a{
		font-size: 14px;
	}
	body{
		max-width: 800px;
		overflow-x: hidden;
	}
	.header{
		height: 85px;
	}
	.w1140{
		max-width: 100%;
	}
	.logo img{
		width: 75%;
	}
	.blank15 {
    height: 16px;
    line-height: 16px;
    clear: both;
    visibility: hidden;
}
	.nav-w-ydong,.ibox1_1 .pic{
		display: block;
	}
	.section-nav1-ydong{
		text-align: center;
	padding-left: 2px;
	}
	.section-nav1-ydong ul{
		width: 100%;
	}
	.section-nav1-ydong li{		
		width: 24.5%;
		height: 34px;
		text-align: center;
		background-color: #8b0000;
		line-height: 30px;
		color: #fff;
		font-size: 1em;
		font-weight: 500;
		float: left;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.section-nav1-ydong li a{
		color:  #fff;
	}
	.ibox8_1, .ibox8_2{
		width: 92%;
		margin: 0 5px;
		float: left;
	}
	.ibox3{
		width: 100%;
	}
	.ibox3 .pro_con{
		width: 98%;
	}
	.ibox3 .pro_con li {  
    width: 50%;
    height: 160px;
    margin: 0;
}
.ibox3 .pro_con .bd{
	padding: 10px 5px;
}
.ibox3 .infoList li a {
    text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
}
.ibox3 .infoList li img {
    width: 94%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    float: none;
    height: 110px;
}
	.ibox1_1{
		float: none;
		width:98%;
		height: auto;
		border: 0;
	}
	.index_pic {
    width: 100%;
    height: auto;
    }
	.index_pic img{
		width: 100%
	}
	.shouyeanli{
		width: 50%;
	float: left;
	}
	.ibox8{
		
	}
	.ibox8 .cate3-img{
   text-align: center;
	}
	.ibox8 .cate3-img img {
    width: 100%;
    height: 126px;
	}
	.ibox2_1,.ibox4_1, .ibox4_2,.ibox4_3,.ibox5_1,.ibox5_2,.ibox5_3,.ibox5_4,.ibox6_1,.ibox6_2{
		width: 98%;
		margin-bottom: 15px;
		height: auto;
	}
	.ibox4_3{
		height: auto;
	}
	.ibox5 {    
    width: 100%;
}
.myVideo{
	width: 91%;
	height: 250px;
	display: block;
	margin: 0 auto;
}
.single-title {    
    margin: 0 0 15px 0;
}
.art_right {
    width: 71%;
}
.art_img img {
    width: 25%;
    height: 80px;
}
.art_title{
	font-size: 14px;
	overflow: hidden;
}
.art_des{
	font-size: 12px;
}
.left {
    width: 99%;
    float: left;
}
.single-title h1{
	font-size: 16px;
}
.linkbox .pro_con{
	display: none;
}
.ibox2_1{
	margin: 15px 3px;
}
.ibox2_2{
	margin-left: 3px;
    margin-right: 3px;
	width: 98%;
}
.ibox4_1,.ibox4_2,.ibox4_3,.ibox5_1,.ibox5_2,.ibox5_3,.ibox6_1,.ibox6_2{
	margin-left: 3px;
    margin-right: 3px;
	height: auto;
}
.ibox5_3{
	margin-top: 0;
}
.ibox1 .pic img {
    width: 99%;
    height: auto;
	border: 1px solid #333;
}
.left_top.taobaoimg img{width: 60%;margin: 0 auto;display: block;}
.foot_a{
	width: 98%;
	margin-bottom: 60px;
}
.foo_l{
	display: block;
	width: 99%;
	padding: 0;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 20px;
}

.foo_l .tel_c{
	height: 8px;
	display: block;
}
.ibox6_2{
	margin-bottom: 0;
}
#productList {
    width: 100%;
}
#productList li.productList2{
	width: 50%;
	margin: 0;
	height: 230px;
	float: left;
}
#productList li.productList2 img{
	width: 90%;
	height: 180px;
	margin: 0 5px;
}
.cnttag {
    height: auto;
    border-top: 1px solid #6c1e08;
    background-color: #fbfbfb;
    display: block;
    padding-left: 5px;
}
.cnttag1 {
    float: left;
	width: auto;
}
.cnttag2 {
    width: 75%;
    float: left;
}
.cnttag .cnttag2 a {
    width: 100%;
    float: left;
}
.cnttag3{
	height: 30px;
	padding-left: 5px;
}
.pagination-wrapper .pagination li{
	height: 21px;
}
.pagination-wrapper .pagination li a{
	height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
}
#bottomimg{
	display: block;
}
#bottomimg .infoList li {
    width: 33%;
    height: auto;
	margin: 0;
}
#bottomimg .infoList li img {
    width: 100%;
    height: 95px;
	margin: 0 10px;
}
#bottomimg .pro_con{
	width: 99%;
}
#bottomimg .next,#bottomimg .prev{
	display: none;
}
.boximg{
	margin: 0;
}
.pagination li.thisclass{
	line-height: 20px;
}
.foc {
	display: block;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    clear: both;
    background: #FFF;
}
.foc span {
    width: 49.5%;
    text-align: center;
    background: #8b0000;
    cursor: pointer;
    margin-top: 1px;
    height: 45px;
	float: left;
}
.foc .vx{
	border-right: 1px solid #fff;
}
.foc span img {
    width: 70%;
    height: auto;
    overflow: hidden;
}
.vximgbg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
	z-index: 999;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
}
.vximg_a{
	position: fixed;
	bottom: 460px;
	right: 0;
	left: 0;
	z-index: 10000;
}
.vximg,.vximg1{
	display: none;
	right: 0;
	left: 0;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	position: absolute;
}

.vximg1 img:first-child,.vximg img:first-child{
	width: 100%;
	height: auto;
}
.btnimg{
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.cwnf {
    padding: 15px 0 20px 0;
    float: left;
}
.photo_shows video{
	width: 80%;
}
.bqblock{
	display: block;
	width: 100%;
	margin-top: 15px;
}
.bqblock .bqnone{
	display:none;
}
.zhaosheng{
	margin-bottom: 0px;
	height: auto;
	display: inline-block;
}
.zhaosheng img.zhaosheng1{
	display: none;
}
.w1140 .zhaosheng img.zhaosheng-yd{
	width: 96%;
	margin: 8px;
	display: block;
}
.box_floor .same_list .long_u li {
 
  margin: 0px 15px 0px 0;
 
}
.box_floor .same_list .list_u li {

  margin: 0px 15px 0px 0px;
}
.box_floor .same_list .list_u {
  margin-top: 1px;
}

.pro_con .bd .qiyeimg{	
	width:33%;
height: 110px;
}
.ibox1_1 #pcbanner{
	display: block;
	width: 99%;
height: auto;
border: 1px solid #333;
margin-bottom: 2px;
}
}
@media all and (max-width:650px){
	#productList li.productList2 img {
    width: 90%;
	height: 160px;
	margin: 0 5px;
}
#productList li.productList2 {
    width: 50%;
	margin: 0;
	height: 230px;
	float: left;
}
#linkbox,#myVideo{
		display: none;
	}
.zhaosheng img{
	width:100%;
}
.left_con .later_list_listsx .cate3-img{
	width: 19%

}
.box_floor .same_list .long_u li {
width: 42%;
}
.same_list .d_left{
	width: 100%;
}
.box_floor .same_list .long_u li {
 
  margin: 0px 15px 0px 0;
 
}
.box_floor .same_list .list_u li {

  margin: 0px 15px 0px 0px;
}
.box_floor .same_list .list_u {
  margin-top: 1px;
}
.fr .w180{
	display: none;
}
.fr .base_ad_300_250 {
width: 66%;
}
.box_floor .same_list .fr{
	margin-top: 2px;
}
.left_con .later_list_listsx .cate3-img img {

  height: auto;
}
.ibox1_1 #pcbanner{
	display: block;
}
}
@media all and (max-width:460px){
	#productList li.productList2 img {
    width: 90%;
    height: 110px;
}
#productList li.productList2 {
    width: 50%;
    margin: 0;
    height: 195px;
    float: left;
}
#linkbox{
		display: none;
	}
.zhaosheng img{
	width:100%;
}
.same_list .d_left{
	width: 100%;
}
.sxys2021 .sxys2021-title span {
  font-size: 16px;
}
.ibox1_1 #pcbanner{
	display: block;
}
}
@media all and (max-width:320px){
	#productList li.productList2 img {
    width: 90%;
    height: 100px;
}
#linkbox{
		display: none;
	}
.ibox1_1 #pcbanner{
	display: block;
}
}

.firstRow{
	background-color: rgb(255, 153, 0);
	text-align: center;	
}
table.table_border_L_T tr td{
	background-color: rgb(173, 10, 5);
	color: #fff;
	padding: 10px;
}
.sanyaoshu-title {
  float: left;
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
}
