@charset "UTF-8";

@import url(base.css);

@font-face {
	font-family: 'iconfont';  /* project id 455609 */
	src: url('../fonts/font_455609_md6xsqc4pwrk9.eot');
	src: url('../fonts/font_455609_md6xsqc4pwrk9.eot') format('embedded-opentype'),
	url('../fonts/font_455609_md6xsqc4pwrk9.woff') format('woff'),
	url('../fonts/font_455609_md6xsqc4pwrk9.ttf') format('truetype'),
	url('../fonts/font_455609_md6xsqc4pwrk9.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
}

.key_tag{
	text-decoration:underline;
}

/* 通用部分 */

/* top */
.forehead{
	background: #e6e6e6;
    height: 28px;
	overflow: hidden;
}
.welcome{
	line-height: 28px;
}
.forehead-msg{
	line-height: 28px;
}
.forehead-msg dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.forehead-msg dl dt{
	line-height: 24px;
	margin-right: 5px;
	height: 28px;
	overflow: hidden;
}
.forehead-msg dl dt img{
	max-height: 100%;
}
.forehead-msg dl dd{}
.forehead-msg dl dd a{
	color: #666;
}
.header{
	height: 125px;
	overflow: hidden;
}
.header .flexbox{
	justify-content: space-between;
}
.logo{
	line-height: 125px;
}
.logo img{
	width: 120px;
	max-height: 125px;
}
.header-msg{
	justify-content: flex-start;
}
.header-msg img{
	width: 100%;
}
.header-tel{
	margin-right: 20px;
    margin-top: 33px;
	width: 202px;
	height: 60px;
	overflow: hidden;
}
.header-qrcode{
	margin-top: 15px;
	width: 100px;
    height: 100px;
	overflow: hidden;
}
/* menu */
.menu{
    height: 60px;
}
.nav{
	
}
.navul{}
.navul li.navli{
	line-height: 60px;
    height: 60px;
    text-indent: 10px;
    text-align: center;
    width: 70px;
    float: left;
    position: relative;
    z-index: 999;
    padding-left: 22px;
    margin: 0 20px;
    position: relative;
}
.navul li.navli:nth-of-type(1){
	background: url(../../../static/images/icon-n1.png) no-repeat left center;
}
.navul li.navli:nth-of-type(2){
	background: url(../../../static/images/icon-n2.png) no-repeat left center;
}
.navul li.navli:nth-of-type(3){
	background: url(../../../static/images/icon-n3.png) no-repeat left center;
}
.navul li.navli:nth-of-type(4){
	background: url(../../../static/images/icon-n4.png) no-repeat left center;
}
.navul li.navli:nth-of-type(5){
	background: url(../../../static/images/icon-n5.png) no-repeat left center;
}
.navul li.navli:nth-of-type(6){
	background: url(../../../static/images/icon-n6.png) no-repeat left center;
}
.navul li.navli:nth-of-type(7){
	background: url(../../../static/images/icon-n7.png) no-repeat left center;
}
.navul li.navli:nth-of-type(8){
	background: url(../../../static/images/icon-n8.png) no-repeat left center;
}
/* .navul li.navli:nth-of-type(9){
	background: url(../images/icon-n9.png) no-repeat left center;
} */
.navul .navli h3{
	display: inline-block;
}
.navul .navli h3 a{
	display: block;
    line-height: 60px;
    color: #fff;
    height: 60px;
    font-size: 15px;
	font-weight: normal;
}
.navul .navli h3 a:hover::after{
	content: '';
	color:#fff;
	text-decoration:none;
	background: #fff;
	position: absolute;
	width:100px;
	height: 1px;
	bottom:15px;
	left:0;
}
.navul .navli .ulsub{
	display:none; 
	background: #c11920;
	z-index: 9999;
    position: absolute;
    top: 60px;
    left: -36px;
}
.navul .navli .ulsub li{
	width: 146px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.navul .navli .ulsub li a{
	display: block;
	color: #fff;
	border-bottom:1px solid #c11920;
}
.navul .navli .ulsub li a:hover{
	background:none;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.navul .navli .ulsub li a:hover::after{
	background: none;
}

/* banner */
.index-banner{
	position: relative;
	/* height: auto; */
    height: 600px;
}
.banner{
	width: 1920px;
	/* width: 100%; */
    position: absolute;
    height: 600px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner-bd{
	position: relative;
	z-index: 2;
}
.banner-bd ul{
	overflow:hidden; 
	zoom:1;
}
.banner-bd ul li{
	 _display:inline; 
	 overflow:hidden; 
	 text-align:center;
}
.banner-bd ul li img{
	vertical-align: middle;
	width: 100%;
	height: 600px;
	/* display:block;
	width: 100%;
	height: 100%; */
}
.banner-hd{
	z-index: 5;
	position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    text-align: center;
}
.banner-hd ul{
	
}
.banner-hd ul li{
	width: 57px;
    height: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4px;
    background: #fff;
    line-height: 6px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 2px;
	cursor: pointer;
}
.banner-hd ul li:hover,.banner-hd ul li.on{
	background-color:#c11920;
}
/* footer */
.foot{
	background: url(../../../static/images/foot.jpg) no-repeat top center;
    /* height: 266px; */
    overflow: hidden;
    margin-top: 40px;
	padding-bottom: 40px;
}
.footer{
	position: relative;
    color: #fff;
}
.footer-nav{
	line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-nav ul{
	display: flex;
	display:-webkit-flex;
	justify-content: flex-start;
	
}
.footer-nav ul li{
	padding: 0 21px;
    font-size: 16px;
	border-bottom: 1px solid #fff;
    background: url(../../../static/images/nav1.png) no-repeat right center;
}
.footer-nav ul li:nth-last-of-type(1){
	background: none;
}
.footer-nav ul li a{
	color: #fff;
	vertical-align: bottom;
}
.footer-msg{}
.footer-msg-txt{
	font-size: 14px;
	line-height: 24px;
}
.footer-msg-txt p{
	/* font-size: 14px;
	line-height: 24px; */
}
.footer-msg-txt p a{
	color: #fff;
}
.footer-msg-txt div{}
.footer-msg-txt div a{
	color: #fff;
}
.footer-msg-txt div span{}
.footer-msg-txt div span a{}
.footer-msg-qrcode{}
.footer-msg-qrcode img{
	max-width: 100px;
	max-height: 100px;
}
.footer-msg-qrcode p{}

/* 首页内容 */
.banner-btm{
	height: 70px;
}
.banner-btm .flexbox{
	align-items: baseline;
	justify-content: space-between;
}
.hot-search{
	width: 450px;
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.hot-search dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.hot-search dl dt{}
.hot-search dl dd{}
.hot-search dl dd a{
	color: #666666;
    margin: 0 10px;
}
.hot-search dl dd a:hover{
	color: #c11920;
}
.search-form{}
.search-form form{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.search-form form input{
	height: 37px;
    background: #fff;
    border: 1px solid #dddede;
    line-height: 22px;
}
.search-form form input[type="text"]{
	height: 37px;
    line-height: 37px;
    padding-left: 14px;
    color: #666;
    width: 270px;
    font-size: 16px;
}
.search-form form input[type="submit"]{
	width: 71px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #7c7c7c;
    color: #fff;
    border: none;
    cursor: pointer;
}
.search-form form input[type="submit"]:hover{
	background-color: #c11920;
}

.index-about{
	background: url(../../../static/images/index-about.jpg) no-repeat top center;
    height: 654px;
    overflow: hidden;
}
.index-about-box{
	padding-top: 60px;
}
.public-title{
	background: url(../../../static/images/t1.png) no-repeat 0 14%;
    text-align: center;
    font-size: 26px;
    color: #c11920;
    padding-bottom: 40px;
}
.index-about-title{}
.public-title span{
	color: #333;
}
.public-title p{
	font-size: 12px;
    color: #666666;
    font-weight: normal;
    text-transform: uppercase;
}
.index-about-title span{
	color: #fff;
}
.index-about-title p{
	color: #fff;
}
.index-about-content{
	background: #fff;
    padding-left: 30px;
    height: 465px;
}
.index-about-content dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.index-about-content dl dt{
	width: 647px;
	position: relative;
    padding-top: 60px;
}
.index-about-content dl dt h3{
	background: url(../../../static/images/t2.png) no-repeat top center;
    height: 22px;
	margin-bottom: 18px;
}
.index-about-content dl dt p{
	font-size: 16px;
    color: #333333;
    line-height: 1.3;
	text-indent: 2em;
    text-align: justify;
}
.index-about-content dl dt p b{
	font-size: 16px;
	color: #666;
}
.index-about-content dl dt p:nth-of-type(1){}
.index-about-content dl dt a{
	display: block;
	width: 94px;
    height: 24px;
    background: #289a43;
    border-radius: 10px;
    margin-top: 14px;
	text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}
.index-about-content dl dt a:hover{
	background: #c11920;
}
.index-about-content dl dd{
	width: 460px;
    height: 209px;
    padding-top: 72px;
}

.index-product{
	padding-top: 55px;
}
.index-product-content{}
.index-product-sort{
	width: 238px;
}
.index-product-sort ul{}
.index-product-sort ul li{
	background: #c11920;
    height: 169px;
    text-indent: 55px;
    color: #fff;
}
.index-product-sort ul li a{
	display: block;
    color: #fff;
    font-size: 20px;
    padding-top: 60px;
}
.index-product-sort ul li p{
	font-size: 12px;
    text-transform: uppercase;
}
.index-product-sort ul li span{
	width: 56px;
    height: 3px;
    background: #fff;
    display: block;
    margin-left: 55px;
    margin-top: 10px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index-product-sort ul li:hover span{
	width: 100px;
}
.index-product-list{
	width: 955px;
}
.index-product-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.index-product-list ul li{
	position: relative;
    margin-bottom: 10px;
	margin-left: 5px;
	width: 280px;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.index-product-list ul li a{}
.index-product-list ul li em{
	display: block;
}
.index-product-list ul li em img{
	position: absolute;
	width: 280px;
	height: 280px;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	
}
.index-product-list ul li:hover em img{
	transform: translate(-50%,-50%) scale(1.1);
}
.index-product-list ul li h3{
	text-align: center;
    width: 0;
    height: 0;
	overflow: hidden;
    line-height: 106px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
	left: 50%;
    /* margin-top: -53px;
	margin-left: -53px; */
	transform: translate(-50%,-50%);
    background: rgba(193,25,32,.63);
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	font-weight: normal;
    color: #fff;
    font-size: 20px;
}
.index-product-list ul li:hover h3{
	/* width: 106px;
	height: 106px; */
	width: 110px;
	height: 110px;
}

.index-advantage{
	margin-top: 55px;
}
.index-advantage-content{
	height: 364px;
	overflow: hidden;
	position: relative;
}
.index-advantage-sidetab{
	
}
.index-advantage-sidetab h3{
	font-size: 18px;
	color: #fff;
	writing-mode:vertical-rl;
	/* writing-mode:vertical-lr; */
	display: block;
	float: left;
	font-weight: normal;
	/* width: 80px; */
	padding-left: 25px;
	padding-right: 25px;
	background: #c11920;
	height: 364px;
}
.index-advantage-sidetab h3 span{
	display: inline-block;
	position: relative;
	margin-top: 72px;
	padding-top: 7px;
	padding-bottom: 7px;
	/* padding-top: 72px; */
}
.index-advantage-sidetab h3 span::before,.index-advantage-sidetab h3 span::after{
	content: "";
	display: inline-block;
	/* position: absolute; */
	width: 1px;
	height: 54px;
	background: #fff;
	margin-bottom: 8px;
}
.index-advantage-sidetab h3 span::after{
	margin-bottom: 0;
	margin-top: 8px;
}
.index-advantage-sidetab .ias-imgbox{
	width: 880px;
    height: 364px;
	float: left;
	overflow: hidden;
}
.index-advantage-sidetab .ias-imgbox img{
	width: 100%;
}

.index-shop{
	padding-top: 60px;
}
.index-shop-content{
	
}
.isc-slide{
	position: relative;
}
.isc-slide-hd{}
.isc-slide-hd a,.ipc-slide-hd a{
	position: absolute;
	top: 37%;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 42px;
}
.isc-slide-hd a.shop-prev,.ipc-slide-hd a.shop-prev{
	left: -38px;
	background: url(../images/left.png) center no-repeat;
}
.isc-slide-hd a.shop-next,.ipc-slide-hd a.shop-next{
	right: -38px;
	background: url(../images/right.png) center no-repeat;
}
.isc-slide-bd{
	width: 100%;
	overflow: hidden;
}
.isc-slide-bd ul{}
.isc-slide-bd ul li{
	float: left;
    _display: inline;
    margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0px 3px #888 ;
}
.isc-slide-bd ul li .img-box{
	width: 291px;
    height: 220px;
}
.isc-slide-bd ul li .img-box img{
	max-width: 100%;
	max-height: 100%;
}
.isc-slide-bd ul li:hover .img-box img{
	transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
}
.isc-slide-bd ul li .img-msg{
	text-align: center;
	/* background: url(../images/t3.png) no-repeat top center; */
	height: 50px;
	width: 291px;
}
.isc-slide-bd ul li:hover .img-msg{
	background-color: #c11920;
}
.isc-slide-bd ul li .img-msg p{
	font-weight: normal;
    line-height: 47px;
    font-size: 18px;
    color: #333333;
}
.isc-slide-bd ul li:hover .img-msg p{
	color: #fff;
}

.ihc-slide{
	position: relative;
}
.ihc-slide-bd{}
.ihc-slide-bd ul{}
.ihc-slide-bd ul li{
	box-shadow: none;
	border-bottom: none;
	margin: 0 16px;
}
.ihc-slide-bd ul li .img-box{
	width: 212px;
	height: 249px;
	border: 1px solid #cdcdcd;
}
.ihc-slide-bd ul li:hover .img-box{
	border: 1px solid #c11920;
}
.ihc-slide-bd ul li .img-msg{
	width: 212px;
}
.ihc-slide-bd ul li:hover .img-msg{
	background: #fff;
	
}
.ihc-slide-bd ul li:hover .img-msg p{
	color: #c11920;
}

.index-partner{
	padding-top: 60px;
}
.index-partner-content{}
.ipc-slide{
	position: relative;
}
.ipc-slide-bd{
	overflow: hidden;
}
.ipc-slide-bd .picList{}
.ipc-slide-bd .picList ul{
	overflow: hidden;
	zoom: 1;
	float: left;
	_display:inline;
	margin: 0 -10px;
}
.ipc-slide-bd .picList li{
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	width:197px;
	position: relative;
	margin: 0 22px;
	margin-bottom:25px;
	border: 1px solid #cdcdcd;
}
.ipc-slide-bd .picList li img{
	width:195px; 
	height:65px;
	border:1px solid #cdcdcd;
	display:block;
	overflow:hidden;
}
.ipc-slide-bd .picList li:hover{
	border-color: #c11920;
}

/* 首页新闻 */
.index-news{
	padding-top: 65px;
}
.index-news-content{}
.index-news-box{
	width: 368px;
}
.inb-img{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	height: 142px;
}
.inb-img img{
	/*width: 100%;*/

	height: 100%;
}
.inb-img-c img{
	width: 196px;
	height: 150px;
}
.index-news-box ul{}
.index-news-box ul li{
	line-height: 43px;
    position: relative;
    border-bottom: 1px dashed #d3d3d3;
}
.index-news-box ul li a{
	color: #333333;
    font-size: 14px;
	display: inline-block;
	width: 290px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: bottom;
	text-overflow:ellipsis;
}
.index-news-box ul li span{
	color: #666666;
    z-index: 0;
    line-height: 43px;
	display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}
.index-news-box ul li:hover a{
	color: #c11920;
}

/* 二级栏目页 */
/* 左侧栏 */
.inner-banner{
	height: 300px;
}
.sidebar{
	width: 225px;
}
.sidebox{
	margin-bottom: 10px;
}
.sort-menu{
	
}
.sidebox h3{
	line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    background: #c11920;
    font-size: 14px;
    color: #fff;
}
.sidebox ul{}
.sidebox ul li{
	position: relative;
	z-index: 99;
}
.sort-menu ul li a{
    display: block;
    line-height: 30px;
	color: #666;
	background: url(../../../static/images/dot4.png) no-repeat 5px -41px;
    border-bottom: 1px solid #dddddd;
    padding-left: 25px;
}
.side-news,.side-keywords,.side-contact{
	padding: 5px 0px;
}
.side-news ul li{
	line-height: 27px;
    position: relative;
	border-bottom: 1px solid #dddddd;
    background: url(../../../static/images/list_dot1.gif) no-repeat 0% 50%;
    padding-left: 13px;
}
.side-news ul li a{
	display: block;
	line-height: 27px;
	padding-left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
   /* color: #666; */
}
.side-keywords ul{
	overflow: hidden;
	padding-top: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.side-keywords ul li{
	width: 46%;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
}
.side-keywords ul li a{
	line-height: 27px;
}
.side-contact p{
	font-size: 14px;
}
.side-contact p:nth-of-type(2){
	text-indent: 3em;
}
/* 右侧内容 */
.content{
	width: 960px;
    padding-bottom: 10px;
}
.position{
	line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    border-bottom: 2px solid #c11920;
}
.column{
	width: 340px;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}
.crumb{
	width: 380px;
    text-align: right;
    line-height: 30px;
}
.crumb a{}
.content-box{
	padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
	font-size: 14px;
	color: #333;
}
/*.content-box img{
	max-width: 100%;
}*/
.news-detail img,.page-detail img,.product-info-content img{
	max-width: 100%;
	height: auto;
}
.page-detail td{
	border: 1px solid #999 ;
	padding: 10px;
}
/* 列表及内容页 */
.newslist{}
.newslist ul{}
.newslist ul li{
	line-height: 27px;
    position: relative;
    padding-left: 10px;
}
.newslist ul li h3{
	font-size: 14px;
}
.newslist ul li h3 a{
	line-height: 27px;
}
.newslist ul li p{
	line-height: 24px;
	overflow: hidden;  
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.newslist ul li span.newslist-info{
	position: absolute;
	font-size: 12px;
	line-height: 27px;
	color: #999;
    right: 0px;
    top: 0px;
	z-index: 0;
}
.pagelist{
	padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #505050;
    margin: 0 auto;
    border-top: 1px solid #E2E3E4;
    margin-top: 16px;
    line-height: 24px;
}
.pagelist dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	
}
.pagelist dl dt{
	margin-right: 5px;
	height: 24px;
	line-height: 22px;
	white-space: nowrap;
}
.pagelist dl dt span{
	padding-left: 4px;
    padding-right: 4px;
}
.pagelist dl dd{
	vertical-align: middle;
    line-height: 24px;
}
.pagelist dl dd a{
	background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 3px;
}
.pagelist dl dd a:hover{
	background-color:#efefef;
	color:#438ece; 
	text-decoration:none;
	border:#efefef 1px solid;
}
.pagelist dl dd a.page-num-current{
	line-height: 24px;
    background-color: #035D67;
    vertical-align: middle;
    border: 1px solid #035D67;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 3px;
}
.news-detail{}
.news-detail h1.title{
	text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.info-title{
	border-bottom: 1px solid #e1e4e6;
}
.info-title h3{
	line-height: 26px;
    text-align: center;
    font-weight: normal;
    color: #808080;
    float: left;
    height: 26px;
    overflow: hidden;
}
.info-title h3 span{
	padding-right: 10px;
}
.info-title .share{
	width: 240px;
	height: 26px;
	padding-left: 5px;
    padding-bottom: 8px;
}
.article{
	padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}
.article p{
	font-size: 14px;
	line-height: 20px;
}
.article img{
	max-width: 100%;
}
.article-btm{}
.article-btm h3.tag{
	line-height: 32px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 10px;
    color: #999;
    font-weight: normal;
}
.article-btm h3.tag a{
	color: #005a98;
}
.otherlink{
	line-height: 26px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 12px;
}
.otherlink ul li{}
.otherlink ul li a{
	color: #005a98;
}
.article-btm h3.tag a:hover,.article-btm h3.tag a:hover{
	color: #c11920;
}
.relatelist{}
.relatelist h4{
	line-height: 30px;
    border-bottom: 1px solid #c11920;
    padding-left: 5px;
}
.relatelist ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
    padding-top: 15px;
    overflow: hidden;
}
.relatelist ul li{
	width: 48%;
	line-height: 27px;
    position: relative;
    padding-left: 10px;
	padding-bottom: 15px;
}
.relatelist ul li a{
	line-height: 27px;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.relatepros{}
.relatepros ul{}
.relatepros ul li{
	width: 230px;
	padding-left: 0;
	margin-left: 26px;
	margin-right: 26px;
}
.relatepros ul li em{
	width: 230px;
	height: 230px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 1px;
    border: 1px solid #e0e1dc;
}
.relatepros ul li:hover em{
	border: 1px solid #c11920;
}
.relatepros ul li img{
	max-width: 100%;
	max-height: 100%;
}
.relatepros ul li h3{
	text-align: center;
    padding-top: 5px;
}
.relatepros ul li:hover h3{
	color: #c11920;
}

/* 产品列表与内容 */
.prudoct-info{
	border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.product-list{}
.product-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product-list ul li{
	width: 284px;
	height: 328px;
	cursor: pointer;
    margin-left: 15px;
    margin-right: 13px;
    padding-bottom: 15px;
}
.product-list ul li dl{}
.product-list ul li dl dt{
	padding: 1px;
	display: block;
	width: 280px;
	height: 280px;
	position: relative;
	overflow: hidden;
    border: 1px solid #e0e1dc;
}
.product-list ul li dl dt img{
	max-width: 100%;
    max-height: 100%;
}
.product-list ul li dl dd{
	text-align: center;
    padding-top: 5px;
	font-size: 12px;
}
.product-list ul li dl dd a{
	
}
.product-list ul li:hover dl dt{
	border-color: #c11920;
}
.product-list ul li:hover dl dt img{
	transform: translate(-50%,-50%) scale(1.1);
}
.product-list ul li:hover dl dd a{
	color: #c11920;
}
.product-detail{
	padding: 5px;
	
}
.product-detail h1.title{
	text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.product-msg{
	justify-content: flex-start;
}
.product-msg-slide{
	text-align: center;
    position: relative;
    margin-top: 5px;
	margin-bottom: 5px;
}
.product-msg-slide .pms-bd{
	width: 280px;
    height: 280px;
    padding: 2px;
	/*overflow: hidden;*/
    border: 1px solid #e0e1dc;
}
.product-msg-slide .pms-bd .tempWrap{
	overflow: visible!important;
}
.product-msg-slide .pms-bd ul{
	position: relative;
	overflow: visible!important;
	z-index: 1;
}
.product-msg-slide .pms-bd ul li{
	width: 280px;
	height: 280px;
	/*float: left;*/
	position: relative;
}
/* .product-msg-slide .pms-bd ul li a{
	display: block;
} */
.product-msg-slide .pms-bd ul li a.jqzoom{
	/*float: left;*/
	display: block
}
.product-msg-slide .pms-bd ul li img.small{
	width: 280px;
	height: 280px;
	display: block;
}
.product-msg-txt{
	width: 300px;
    margin-left: 30px;
    padding-top: 8px;
}
.product-msg-txt dl{}
.product-msg-txt dl dt,.product-msg-txt dl dd{
	height: 26px;
    font-size: 12px;
    border-bottom: 1px dashed #e0e1dc;
    padding-bottom: 5px;
    padding-top: 5px;
}
.product-msg-txt dl dt{}
.product-msg-txt dl dt a{}
.product-msg-txt dl dd{}
.product-msg-txt dl dd:nth-last-child(1){
	border-bottom: none;
	line-height: 32px;
	margin-top: 6px;
}
.product-msg-txt dl dd span{}
.product-msg-txt dl dd a.pmt-btn{
	background: url(../../../static/images/xunjia.gif) center center no-repeat;
    display: block;
    width: 112px;
    height: 32px;
    text-indent: -9999px;
}
.product-msg-txt dl dd a.pmt-btn:hover{
	background-image:url(../../../static/images/xunjia_hover.gif);
}
.product-info{}
.product-info-tab{}
.product-info-tab ul{
	border-bottom: 1px solid #ddd;
    margin-top: 15px;
	/* display: block;
    clear: both; */
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.product-info-tab ul li{
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1;
    margin-bottom: -1px;
    float: left;
}
.product-info-tab ul li.act{
	border-top: 2px solid #3480ce;
    border-bottom: 1px solid #FFF;
    color: #3480ce;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3;
}
.product-info-content{
	padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

/* 案例列表与内容 */
.case-list{}
.case-list ul{}
.case-list ul li{
	width: 300px;
	height: 273px;
	margin-left: 12px;
	margin-right: 0;
}
.case-list ul li dl dt{
	width: 300px;
	height: 225px;
}
.case-list ul li dl dt img{}
.case-msg{
	justify-content: center;
}
.case-msg-slide{
	text-align: center;
    position: relative;
    margin-top: 5px;
	margin-bottom: 5px;
}
.case-msg-slide .cms-bd{
	width: 500px;
	height: 375px;
    padding: 2px;
	overflow: hidden;
    border: 1px solid #e0e1dc;
}
.case-msg-slide .cms-bd ul li img.small{
	width: 500px;
	height: 375px;
}
.case-msg-slide .cms-bd ul{
	position: relative;
	z-index: 1;
}
.case-msg-slide .cms-bd ul li{
	width: 500px;
	height: 375px;
	display: inline-block;
}
.case-msg-slide .cms-bd ul li img{
	width: 100%;
	height: 100%;
	/* width: 500px;
	height: 375px; */
}

/* 门店地图 */
.content-full{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.search-form{
	margin:15px 0px;
	padding-left:20px;
}
.search-form span.province{
	font: normal 14px/32px "微软雅黑";
    padding: 0px 10px;
}
.search-form select{
	width: 180px;
    border: 1px solid #d9d9d9;
    line-height: 32px;
    height: 32px;
}
.search-form .button_s{
	border: none;
	cursor: pointer;
    background: #459afa;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 80px;
    margin-left: 15px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}
.search-form .button_s:hover{
	background:#fb9108;
}
.map-box{
	justify-content: center;
}
.maplist{
	width: 19.9%;
	/* width: 19.9%; */
    height: 500px;
    overflow-y: auto;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
	/* box-sizing: border-box; */
}
.maplist ul{
	height: 498px;
    /* margin: 0px; */
}
.maplist ul li{
	width: 80%;
    background: url(../../../static/images/ditulogo.png) no-repeat 18px 25px;
    padding-left: 40px;
    line-height: 26px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.maplist ul li h2{
	font-size: 15px;
}
.maplist ul li span{
	/* font-size: 12px;
    color: #666; */
}
.maplist ul li img{
	display: none;
	width: 100px;
	height: 70px;
	margin-top: 5px;
}
.allmap{
	width: 80%;
    height: 500px;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    margin: 0 auto;
	/* box-sizing: border-box; */
}

/* 标签列表 */
.taglist-info{
	border: 1px solid #e5e5e5;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.taglist-info b{
	color: #005a98;
}
.tag-category{
	justify-content: flex-start;
}
.tag-category h3{
	margin-left: 5px;
    margin-right: 10px;
    padding: 5px 0;
    line-height: 27px;
}
.tag-category ul{}
.tag-category ul li{
	display: inline-block;
	margin:  0 12px;
	padding: 5px 0;
	line-height: 27px;
}
.taglist{
	margin-top: 10px;
}
.taglist ul.taglist-product{}
.taglist ul.taglist-product li{
	/* float: left; */
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.taglist ul.taglist-product li .tag-img{
	position: relative;
	width: 283px;
    height: 375px;
	padding: 1px;
	border: 1px solid #e0e1dc;
}
.taglist ul.taglist-product li .tag-img:hover{
	border-color: #c11920;
}
.taglist ul.taglist-product li .tag-img a{}

.taglist ul.taglist-product li .tag-img img{
	max-height: 100%;
}
.taglist ul.taglist-product li .tag-info{
	margin-left: 25px;
    width: 730px;
}
.taglist ul.taglist-product li .tag-info dl{}
.taglist ul.taglist-product li .tag-info dl dt{
	text-align: left;
    padding-top: 5px;
}
.taglist ul.taglist-product li .tag-info dl dt a{
	color: #333;
    font-size: 14px;
}
.taglist ul.taglist-product li .tag-info dl dd{
	text-align: left;
	padding-top: 5px;
}
.taglist ul.taglist-product li .tag-info dl dd span{
	display: inline-block;
	width: 33%;
    float: left;
    line-height: 27px;
}
.taglist ul.taglist-product li .tag-info dl dd a.tag-btn{
	background: url(../../../static/images/xunjia.gif) center center no-repeat;
	display: block;
	width: 112px;
	height: 32px;
	text-indent: -9999px;
}
.taglist ul.taglist-product li .tag-info dl dd a.tag-btn:hover{
	background: url(../../../static/images/xunjia_hover.gif) center center no-repeat;
}
.taglist ul.taglist-product li:hover .tag-info dl dt a,.taglist ul.taglist-product li .tag-info dl dd a:hover{
	color: #c11920;
}
.taglist ul.taglist-news{} 
.taglist ul.taglist-news li{
	line-height: 27px;
    position: relative;
    padding-left: 10px;
}
.taglist ul.taglist-news li h3{
	font-size: 14px;
}
.taglist ul.taglist-news li h3 a{
	line-height: 27px;
}
.taglist ul.taglist-news li h3 a.tln-cate{}
.taglist ul.taglist-news li h3 a.tln-title{}
.taglist ul.taglist-news li p{
	line-height: 24px;
}
.taglist ul.taglist-news li span{
	color: #999;
    z-index: 0;
    line-height: 27px;
}

/* 内页留言  */
.message {
	padding-left: 30px;
	padding-top: 10px;
	z-index: 100;
	position: relative;
}
.message input {
	vertical-align: middle;
}
.message #name {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}
.message #ptitle {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}
.message #contact {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}
.message #email {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}
.message #address {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}
.message #content {
	display: block;
	width: 460px;
	height: 120px;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #dedede;
	margin-top: 6px;
}
.message .msgbtn {
	background: #fe693e;
	cursor: pointer;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 15px;
	font-family: "Microsoft YaHei";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#code {
	padding-top: 10px;
	line-height: 26px;
}
#checkcode {
	height: 32px;
	line-height: 32px;
	width: 120px;
	border: 1px solid #dedede;
}
#message_main tr {
	position: relative;
}
#message_main tr th {
	font-weight: normal;
	text-align: right;
	height: 42px;
	line-height: 42px;
	color: #666;
}
.m_label {
	position: absolute;
	width: 160px;
	text-align: left;
	line-height: 26px;
	padding-left: 8px;
	color: #ccc;
	z-index: 1;
	cursor: text;
}
.c_label {
	line-height: 18px;
	padding-top: 12px;
}
#captcha{
	vertical-align: top;
}