@charset "UTF-8";
/**
 * 框架公共部分
 * author kis2
 * @return
 */
.minH_350{
	min-height:350px;
	height:auto !important;
	height:350px;
}
.bc_fff{
	background: #fff;
}
.jqthumb{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

/* 顶部 begin */
.indTop{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.top{
	position: relative;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(17,69,148,0.1);
	box-shadow: 0px 1px 3px rgba(17,69,148,0.1);
	transition: all 0.3s linear;
	min-width: 1350px;
}
.topL{
	margin: 17px 0px;
	margin-left: 15px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.logo{
	display: block;
	overflow: hidden;
}
.logo img{
	display: block;
	height: 55px;
}
.logoTxt{
	overflow: hidden;
	line-height: 22px;
	border-left: 1px solid #dcdcdc;
	font-size: 15px;
	color:#4e4e4e;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 15px;
}
.menu{
	position: relative;
	font-size: 0px;
	z-index: 3;
}
.menu_dl{
	position: relative;
}
.menu_dl:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.menu_dl dd{
	float: left;
	display: inline;
	position: relative;
	padding: 0px 20px;
}
.menu_a{
	display: block;
	text-align: center;
	transition: all 0.3s linear;
}
.menu_a span{
	display: block;
	height: 90px;
	line-height: 90px;
	position: relative;
	font-size: 16px;
	color:#333;
	transition: all 0.3s linear;
}
.menu_dl dd.hover .menu_a span,
.menu_dl dd.hover .menu_a i,
.menu_a:hover span,
.menu_a:hover i{
	color:#cb0013;
}
.subMenuDiv{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s linear;
}
.menu_dl dd:hover .subMenuDiv{
	visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.subMenu_ul{
    /*width: 1000px;*/
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: #0060ab;
    padding: 10px 0px;
}
.subMenu_ul li{
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.subMenu_ul li a{
	display: block;
	overflow: hidden;
	transition: all 0.3s linear;
}
.subMenu_ul li.hover a,
.subMenu_ul li a:hover{
	background: #064b80;
}
.subMenu_ul li a span{
	font-size: 14px;
	color:#dedede;
}
.topR{
	overflow: hidden;
	border-left: 1px solid #ececec;
}
.shopBt{
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 24px 25px;
	border: 1px solid #ececec;
	height: 40px;
	padding: 0px 12px;
	border-radius: 3px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s linear;
	border-color:#cb0013;
	background: #cb0013;
}
.shopBt span{
	padding-left: 20px;
	background: url(../images/shop.png) no-repeat left center;
	transition: all 0.3s linear;
	background: url(../images/shop_h.png) no-repeat left center;
	color: #FFF;
}
/* .shopBt:hover{
	border-color:#cb0013;
	background: #cb0013;
} */
/* .shopBt span{
	color:#fff;
	background: url(../images/shop_h.png) no-repeat left center;
} */
.menuBt{
	height: 90px;
	overflow: hidden;
	width: 80px;
	background: #cb0013 url(../images/menuBt.png) no-repeat center center;
}
/* 顶部 end */

.sectionCont{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.sectionCont .tableCell{
	padding-top: 90px;
}
.sectionBg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
.sectionBg .layer{
	width: 105%;
	height: 105%;
	position: absolute;
	left: -2.5%;
	top: -2.5%;
}
/*
 *banner
*/
.banner{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.banner_a{
	display: block;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.banner .swiper-scrollbar{
	width: 100%;
	left: 0px;
	right: 0px;
	background: rgba(255,255,255,0.5);
	bottom: auto;
	top: 0px;
}
.swiper-scrollbar-drag{
	background: rgba(255,255,255,1);
}
.banTxt{
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
}
.banTxt.show{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.banner .swiper-pagination{
	bottom: 40px;
}
.banner .swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: none;
}
.banner .swiper-button-next{
	right: 40px;
	background: url(../images/btNext_h2.png) no-repeat center center;
}
.banner .swiper-button-prev{
	left: 40px;
	background: url(../images/btPrev_h2.png) no-repeat center center;
}
/*
* subBanner kis2
*/
.subBanner{
	position: relative;
	z-index: 6;
	overflow: hidden;
}
.subBanner_a{
	display: block;
	height: 450px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.subBanner_a span{
	display: block;
	font-size: 36px;
	color:rgba(255,255,255,0.8);
	line-height: 60px;
}
.subBanner_a i{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.subBanner_a em{
	display: block;
	width: 70px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	animation: lineMove 1s linear forwards;
}
@keyframes lineMove{
	0%  {width: 0px;}
	100%{width: 70px;}
}
/*
* location kis2
*/
.location{
	line-height: 50px;
	overflow: hidden;
	padding-left: 12px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/location.png);
}
.location i{
	display: block;
	font-size: 14px;
	color:#666;
	padding: 0px 5px;
}
.location a{
	display: inline;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 14px;
	transition: all 0.3s linear;
}
.location a:hover{color:#b3191c;}
.location a.hover{color:#b3191c;}


/*
* 二级导航 kis2
*/
.subMenu{
	overflow: hidden;
	font-size: 0px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 3;
}
.subMenu_dl{
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	padding-right: 40px;
}
.subMenu_a2{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0px 5px;
}
.subMenu_a2 em{
	display: none;
	overflow: hidden;
	width: 100%;
	height: 2px;
	background: #b3191c;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.subMenu_dl dd.hover .subMenu_a2{
	color:#b3191c;
}
.subMenu_dl dd.hover .subMenu_a2 em{
	display: block;
}

/*
* 三级栏目 kis2
*/
.thirdMenu{
	overflow: hidden;
}
.thirdMenu_dl{
	overflow: hidden;
}
.thirdMenu_dl dd{
	float: left;
	display: inline;
	margin-right: 15px;
}
.thirdMenu_a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#999;
	padding: 0px 20px;
	border-radius: 3px;
	background: #fff;
	transition: all 0.3s linear;
}
.thirdMenu_dl dd.hover .thirdMenu_a{
	background: #b3191c;
	color:#fff;
}
/*
* 底部 kis2
*/
.footer1{
	overflow: hidden;
	padding: 20px 0px;
	background: #2e2e2e;
}
.footL{
	overflow: hidden;
	margin-left: -40px;
}
.foot_dl{
	float: left;
	margin-left: 40px;
	overflow: hidden;
}
.foot_dl dt{
	overflow: hidden;
	line-height: 32px;
	margin-bottom: 5px;
}
.foot_dl dt a{
	font-size: 16px;
	color:#fff;
}
.foot_dl dd{
	overflow: hidden;
	line-height: 32px;
}
.foot_dl dd a{
	font-size: 14px;
	color:#777;
	transition: all 0.3s linear;
}
.foot_dl dd a:hover{
	color:#fff;
}
.footR{
	overflow: hidden;
}
.footContact_ul{
	overflow: hidden;
}
.footContact_ul li{
	padding: 5px 0px 5px 30px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
}
.address{
	background: url(../images/address.png) no-repeat 2px 8px;
}
.tel-400{
	background: url(../images/tel-400.png) no-repeat left 8px;
}
.fax{
	background: url(../images/fax.png) no-repeat left 7px;
}
.email{
	background: url(../images/email.png) no-repeat left 10px;
}
.shopLink{
	overflow: hidden;
}
.shop_a{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}
.jd{
	background: url(../images/jd.png) no-repeat center center;
}
.taobao{
	background: url(../images/taobao.png) no-repeat center center;
}
.tmall{
	background: url(../images/tmall.png) no-repeat center center;
}
.sina{
	background: url(../images/sina.png) no-repeat center center;
}
.footC{
	overflow: hidden;
	padding: 10px 40px;
	text-align: center;
	font-size: 0px;
}
.footC .center{
	display: inline-block;
	overflow: hidden;
}
.footC p{
	overflow: hidden;
	float: left;
	margin: 0px 15px;
}
.footC p span{
	display: block;
	padding: 4px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
}
.footC p span img{
	display: block;
	width: 105px;
	height: 105px;
}
.footC p i{
	font-size: 14px;
	color:#858585;
	overflow: hidden;
	padding-top: 5px;
	line-height: 20px;
	text-align: center;
	display: block;
}
.footer2{
	font-size: 12px;
	color:#666;
	line-height: 30px;
	padding: 5px 0px;
	background: #1b1b1b;
}
.footer2 a{color:#666;transition: all 0.3s linear;}
.footer2 a:hover{color:#fff;}
/**
 * 首页 第一通栏
 * author kis2
 * @return
*/
/*.row{
	position: relative;
	overflow: hidden;
	padding: 0px 15px;
}*/
.section2R{
	overflow: hidden;
	width: 480px;
	margin-left: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
.section2R:after{
	display: block;
	content: "";
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 0px;
	bottom: 0px;
	background: #e4e4e4;
	z-index: 1;
}
.section2R #a1{
	position: relative;
	z-index: 3;
}
.section2L{
	overflow: hidden;
}
.section1TitEn{
	font-size: 20px;
	color:#d2d2d2;
	text-transform: uppercase;
	line-height: 25px;
}
.section1TitCh{
	font-size: 30px;
	color:#222;
	overflow: hidden;
}
.section1Intr{
	overflow: hidden;
	font-size: 14px;
	color:#828282;
	line-height: 30px;
}
a.more{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#bcbcbc;
	text-align: center;
	height: 38px;
	line-height: 38px;
	position: relative;
	width: 115px;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	transition: all 0.5s linear;
}
.more em{
	display: block;
	overflow: hidden;
	width: 110%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%) scale(0);
	background: #cb0013;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.5s;
}
.more em:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 100%;
}
.more span{
	position: relative;
	z-index: 5;
}
.more i{
	padding-left: 5px;
}
.more.hover,
.more:hover{
	color:#fff;
	border-color:#cb0013;
}
.more.hover em,
.more:hover em{
	transform: translate(-50%,-50%) scale(1);
}
.countBox{
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 3px;
}
.count_dl{
	overflow: hidden;
}
.count_dl dd{
	width: 25%;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 40px 0px;
	text-align: center;
}
.countNum{
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 0px;
}
.countNum .center{
	display: inline-block;
	position: relative;
	font-size: 35px;
	color:#666;
}
.countNum span{
	position: relative;
	transition: all 0.3s linear;
}
.countNum em{
	display: block;
	position: absolute;
	right: -15px;
	top: 0px;
	font-size: 12px;
	color:#666;
	line-height: 15px;
	transition: all 0.3s linear;
}
.countNum i{
	transition: all 0.3s linear;
}
.countTxt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s linear;
}
.count_dl dd:hover span,
.count_dl dd:hover i,
.count_dl dd:hover em,
.count_dl dd:hover .countTxt{
	color:#cb0013;
}

/*
* 第三通栏 kis2
*/
.fastTitCh{
	font-size: 30px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}
.fastTitEn{
	overflow: hidden;
	font-size: 14px;
	color:rgba(255,255,255,0.5);
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}
.fastBox{
	overflow: hidden;
	padding-top: 50px;
}
.fast_dl{
	margin: 0px -50px;
}
.fast_dl dd{
	width: 20%;
	float: left;
	display: inline;
	padding: 30px 0px;
}
.fast_dl .list_a{
	margin: 0px 50px;
}
.fast_dl span{
	display: block;
	overflow: hidden;
	position: relative;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
}
.fast_dl .list_a:hover span{
	animation: fastNav 0.5s linear forwards;
}
@keyframes fastNav{
	0%  {transform: rotate(0deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(0deg);}
	75% {transform: rotate(10deg);}
	100%{transform: rotate(0deg);}
}
.fast_dl i{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	font-style: normal;
	padding-top: 15px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fast_dl em{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:rgba(255,255,255,0.5);
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
}

/*
* 第三通栏 kis2
*/
.section4{
	background: #fafafa;
}
.bgShadow{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 54.0625%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.bgShadow:before{
	display: block;
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/shadowBg.png) no-repeat center center;
	background-size: cover;
	z-index: 9;
}
.bgShadow:after{
	display: block;
	content: "";
	padding-top: 84.6820809%;
}
.titBox{
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.titCh{
	font-size: 30px;
	color:#b3191c;
	overflow: hidden;
	font-weight: normal;
}
.titEn{
	overflow: hidden;
	font-size: 22px;
	color:rgba(0,0,0,0.1);
	font-weight: bold;
	text-transform: uppercase;
}
.productBox{
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.productL{
	width: 50%;
	overflow: hidden;
}
.proTab_dl{
	overflow: hidden;
}
.proTab_dl dd{
	float: left;
	display: inline;
	margin-right: 15px;
}
a.proTab_a{
	display: block;
	overflow: hidden;
	width: 120px;
	height: 40px;
	position: relative;
	font-size: 14px;
	color:#818181;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s linear;
}
.proTab_a:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: all 0.3s linear;
	transform: translate(-50%,-50%);
	/*background: url(../images/tabBg.png) no-repeat center center;*/
	background-size: cover;
	background: #b3191c;
	border-radius: 20px;
}
.proTab_a span{
	position: relative;
	z-index: 5;
}
.proTab_a:hover{
	color:#b3191c;
}
/*.proTab_a:hover:after{
	width: 100%;
	height: 100%;
	opacity: 1;
	border-radius: 0px;
}*/
.proTab_dl dd.hover .proTab_a{
	color:#fff;
}
.proTab_dl dd.hover .proTab_a:after{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.proTabCont{
	overflow: hidden;
	height: 355px;
	padding-right: 90px;
}
.proSlide{
	position: relative;
	overflow: hidden;
}
.proSlide .bd{
	height: 225px;
	overflow: hidden;
}
.proDetaDiv{
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	color: #5e5e5e;
}
.proTit{
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#5e5e5e;
	line-height: 40px;
}
.proDeta_ul{
	overflow: hidden;
}
.proDeta_ul li{
	overflow: hidden;
	padding: 5px 0px;
	font-size: 16px;
	color:#5e5e5e;
	line-height: 25px;
}
.proDetaName{
	overflow: hidden;
	width: 90px;
	margin-right: 10px;
	font-weight: normal;
}
.proDetaTxt{
	overflow: hidden;
}
.proSlide .hd{
	overflow: hidden;
	position: relative;
	padding: 0px 50px;
}
.pro_ul_div{
	overflow: hidden;
	position: relative;
	height: 100px;
}
.pro_ul{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10000px;
}
.pro_ul li{
	overflow: hidden;
	float: left;
	display: inline;
}
.pro_a{
	display: block;
	overflow: hidden;
	margin-right: 45px;
	padding: 10px;
	width: 78px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s linear;
}
.pro_ul li.on .pro_a{
	border-color:#b3191c;
}
.pro_a .pic{
	border-radius: 50%;
}
.pro_a .pic:after{
	padding-top: 100%;
}
.slideBt{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	border: 1px solid #ddd;
	border-radius: 50%;
	transition: all 0.3s linear;
}
.slideBt.prev{
	background: url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.slideBt.prev:hover{
	border-color:#b3191c;
	background: #b3191c url(../images/btPrev_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.slideBt.next{
	background: url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.slideBt.next:hover{
	border-color:#b3191c;
	background: #b3191c url(../images/btNext_h2.png) no-repeat center center;
	background-size: auto 15px;
}

.proSlide .bt{
	display: none;
}
.proSlide .prev{
	left: 0px;
}
.proSlide .next{
	right: 0px;
}

.productR{
	overflow: hidden;
	background: #fff;
	width: 440px;
	height: 440px;
	border-radius: 10px;
	padding: 0px;
}
.imgGroup{
	overflow: hidden;
	position: relative;
}
.imgGroup .bd{
	overflow: hidden;
}
.imgGroup_dl{
	overflow: hidden;
}
.imgGroup_dl dd{
	overflow: hidden;
}
.imgGroup_dl .autoImg:after{
	padding-top: 100%;
}
.imgGroup .hd{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 0px;
}
.imgGroup .hd ul{
	display: inline-block;
}
.imgGroup .hd ul li{
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #d6d6d6;
	text-indent: 99em;
	cursor: pointer;
	float: left;
	margin: 0px 5px;
}
.imgGroup .hd ul li.on{
	background: #b3191c;
}

/*
* 团队 kis2
*/
.teamBox{
	position: relative;
	width: 1400px;
	margin: 0px auto;
}
.teamBox .bd{
	height: 360px;
	overflow: hidden;
	border-radius: 3px;
}
.teamSlide_dl{
	overflow: hidden;
}
.teamSlide_dl dd{
	overflow: hidden;
}
.teamDiv{
	display: block;
	overflow: hidden;
	background: #fff;
}
.teamDiv .pic{
	display: block;
	width: 270px;
}
.teamDiv .pic:after{
	padding-top: 133.333333%;
}
.teamDeta{
	overflow: hidden;
	padding: 30px 45px;
	background: url(../images/teamBg.png) no-repeat right bottom;
}
.teamName{
	font-size: 30px;
	color:#3c3c3c;
	font-weight: bold;
	line-height: 40px;
	transition: all 0.3s linear;
}
.teamShortIntr{
	overflow: hidden;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 30px;
}
.teamIntr{
	overflow: hidden;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 25px;
	height: 50px;
}
.teamBox .hd{
	position: relative;
}
.teamList{
	overflow: hidden;
}
.team_ul{
	width: 10000px;
	overflow: hidden;
}
.team_ul li{
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 3px;
}
.team_ul li .pic:after{
	padding-top: 133.333333%;
}
.team_ul li .pic:before{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 5;
	transition: all 0.3s linear;
}
.team_ul .pic em{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	z-index: 6;
	transition: all 0.3s linear;
}
.team_ul li.on .pic:before,
.team_ul li.on .pic em{
	opacity: 0;
	visibility: hidden;
}
.teamBox .bt{
	top: 50%;
	margin-top: -16px;
	background-color: #fff;
}
.teamBox .prev{
	left: -42px;
}
.teamBox .next{
	right: -42px;
}

/*
* 荣誉 kis2
*/
.honnorBox{
	width: 1400px;
	margin: 0px auto;
	position: relative;
}
.honnorL{
	width: 30.2083333%;
	position: relative;
	background: url(../images/stents.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 0px 40px 50px 55px;
	margin-right: 50px;
}
.honnorImg{
	position: relative;
	display: block;
}
.honnorImg:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 66.66666667%;
}
.autoImgDiv{
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0px;
	transition: all 0.3s linear;
	perspective: 1000px;
}
.autoImgDiv span{
	display: inline-block;
	position: relative;
	transform: rotateY(15deg);
	transform-origin: 0px 100%;
	transition: all 0.3s linear;
}
.honnorImg:hover span{
	transform: rotateY(0deg);
}
.autoImgDiv img{
	display: block;
	max-width: 100%;
}
.light{
	position: absolute;
	right: 30px;
	top: 10px;
	width: 2px;
	height: 2px;
	transition: all 0.3s linear;
	transform: rotate(10deg);
	opacity: 0.7;
}
.honnorImg:hover .light{
	transform: rotate(0deg);
}
.light:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 1378px;
	height: 326px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	background: url(../images/light.png) no-repeat center center;
}
.honnorR{
	overflow: hidden;
}
.honnorSwiper{
	position: relative;
}
.honnor_a{
	overflow: hidden;
	display: block;
}
.honnorName{
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	padding-top: 10px;
}
.honnorSwiper .swiper-slide{
	width: 33.333333%;
}
.honnorSwiper{
	padding-bottom: 60px;
}
.honnorSwiper .slideBt{
	top: auto;
	bottom: 0px;
	margin-top: 0px;
	cursor: pointer;
	background-color:#fff;
}
.honnorSwiper .prev{
	right: 50%;
	margin-right:10px; 
}
.honnorSwiper .next{
	left: 50%;
	margin-left:10px; 
}

/*
* 新闻中心 kis2
*/
.newsBox{
	position: relative;
	overflow: hidden;
	width: 83.333333%;
	margin: 0px auto;
}
.newsBox .list_a{
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s linear;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.newsBox .list_a:hover{
	transform: translateY(-10px);
}
.newsBox .pic:after{
	padding-top: 60%;
}
.newsBox .swiper-slide{
	width: 25%;
	float: left;
	padding: 10px 0px;
}
.newsBox .listDeta{
	padding: 15px;
}
.newsBox .listTit{
	font-weight: normal;
}
.listType{
	font-size: 16px;
	color:#383838;
	line-height: 30px;
}
.newsTime{
	overflow: hidden;
	font-size: 16px;
	color:#b6b5b5;
	line-height: 25px;
	transition: all 0.3s linear;
	background: url(../images/arrowRight.png) no-repeat right center;
}
.newsBox .list_a:hover .newsTime{
	background: url(../images/arrowRight_h.png) no-repeat right center;
} 
.newsSwiper{
	padding-bottom: 60px;
}
.newsSwiper .slideBt{
	top: auto;
	bottom: 0px;
	margin-top: 0px;
	cursor: pointer;
	background-color:#fff;
}
.newsSwiper .prev{
	right: 50%;
	margin-right:10px; 
}
.newsSwiper .next{
	left: 50%;
	margin-left:10px; 
}

/*
* 发展历程 kis2
*/
.clumn{
	position: relative;
	overflow: hidden;
}
.clumn .wrap{
	position: relative;
	z-index: 5;
}
.course{
	overflow: hidden;
	position: relative;
}
.course .hd{
	width: 1000px;
	height: 120px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.courseLine1{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 1;
	background: #b3191c;
}
.course_ul{
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.course_ul li{
	width: 165px;
	overflow: hidden;
	float: left;
	display: inline;
}
.course_ul li span{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color:#3c3c3c;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li.on span{
	font-size: 24px;
	font-weight: bold;
	color:#b3191c;
}
.course_ul li p{
	display: block;
	width: 14px;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
}
.course_ul li p span{
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #cacaca;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	transition: all 0.3s linear;
}
.course_ul li p i{
	width: 34px;
	height: 34px;
	background: #b3191c;
	overflow: hidden;
	border: 1px solid #b3191c;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0px 0px -17px;
	z-index: 2;
	transition: all 0.5s linear;
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li p em{
	display: none;
	width: 38px;
	height: 38px;
	background: #b3191c;
	overflow: hidden;
	border: 1px solid #b3191c;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	z-index: 1;
	transition: all 0.55s linear;
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li.on p i{
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	background: #b3191c url(../images/eventIcon.png) no-repeat center center;
}
.course_ul li.on p em{
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p span{
	background: #b3191c;
	opacity: 0;
}
.courseLine{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #939292;
	position: absolute;
	left: 0px;
	top: 251px;
	z-index: 2;
}
.courseLine i{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #b3191c;
	position: absolute;
	left: 0px;
	top: 0px;
}
.course .bd{
	height: 290px;
	overflow: hidden;
	position: relative;
	background: #fff url(../images/teamBg.png) no-repeat right bottom;
	-webkit-box-shadow: 0px 2px 4px #e2e2e2;
	box-shadow: 0px 2px 4px #e2e2e2;
}
.course_dl{
	overflow: hidden;
}
.course_dl dd{
	overflow: hidden;
}
.courseCont{
	overflow: hidden;
	padding: 30px;
}
.courseL{
	width: 375px;
	overflow: hidden;
	margin-right: 30px;
}
.courseL a{
	display: block;
	padding-top: 61.333333333%;
	overflow: hidden;
}
.courseR{
	overflow: hidden;
}
.courseYear{
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#666;
}
.courseYear i{
	font-size: 30px;
	color:#b3191c;
	overflow: hidden;
	padding-right: 10px;
}
.courseDeta{
	overflow: hidden;
	height: 180px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.courseCont_ul{
	overflow: hidden;
}
.courseCont_ul li{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 28px;
	padding-bottom: 10px;
}
.aboutRow2 .wrap{
	position: relative;
	z-index: 3;
}
.aboutRow2Bg{
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.scroll{
	width: 100%;
	/*height: 180px;*/
	overflow: hidden;
	float: left;
	position: relative;
}	
.courseDeta .scroll_container {
	overflow: hidden;
	position: relative;
}
.courseDeta .scroll_absolute {
    position: absolute;
}
.courseDeta .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 1px;
    width: 3px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
}
.courseDeta .scroll_track {
	position: relative;
	background-color: #BCB794;
}
.courseDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -1px;
	width: 5px;
	cursor: pointer;
	background-color: #b3191c;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}
.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}
.courseBt{
	position: absolute;
	right: 30px;
	top: 30px;
	overflow: hidden;
}
.courseBt .bt1{
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt1.prev{
	background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.prev:hover{
	background: #b3191c url(../images/btPrev_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.next{
	background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.next:hover{
	background: #b3191c url(../images/btNext_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.course .bt2{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt2.prev{
	left: 60px;
	background: #fff url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.prev:hover{
	background: #b3191c url(../images/btPrev_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next{
	right: 60px;
	background: #fff url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next:hover{
	background: #b3191c url(../images/btNext_h2.png) no-repeat center center;
	background-size: auto 15px;
}
.bdCont{
	width: 1000px;
	margin: 0px auto;
	padding-top: 16px;
	position: relative;
	padding-bottom: 10px;
}
.bdEm{
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/courseTrangle.png) no-repeat center center;
}

/*
* 团队列表 kis2
*/
.team_dl{
	margin: 0px -10px;
}
.team_dl:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.team_dl dd{
	width: 25%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.team_dl .list_a{
	padding: 10px;
	border-radius: 3px;
	background: #fff;
	margin: 0px 10px;
	transition: all 0.3s linear;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.team_dl .list_a:hover{
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
}
.team_dl .pic:after{
	padding-top: 133.3333333%;
}
.team_dl .listTit{
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}
.teamMore{
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background: rgba(0,0,0,0.5);
	transition: all 0.3s linear;
}
.teamMore span{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 3px;
	line-height: 33px;
	font-size: 14px;
	color:#fff;
	padding: 0px 15px;
	transform: translate(-50%,-50%);
}
.team_dl .list_a:hover .teamMore{
	height: 100%;
}

/*
* 联系我们
*/
.contactBox{
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
    background: #fff;
}
.contactMap{
    overflow: hidden;
    width: 750px;
    height: 380px;
    padding: 10px;
}
.contactDeta{
    overflow: hidden;
    height: 350px;
    background: #b3191c;
    padding: 25px 40px;
}
.contactDetaTit{
    overflow: hidden;
    font-size: 35px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-top: 20px;
}
.contactDetaTit span{
	position: relative;
	z-index: 3;
}
.contactDetaTit em{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 35px;
	color:rgba(255,255,255,0.2);
	z-index: 1;
	text-transform: uppercase;
}
.tel{
	overflow: hidden;
	font-size: 35px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
.contactDeta_ul{
    overflow: hidden;
}
.contactDeta_ul li{
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    padding: 5px 0px 5px 25px;
}
.li1{
    background: url(../images/address_h.png) no-repeat left 10px;
}
.li2{
    background: url(../images/email2.png) no-repeat left 12px;
}
.li3{
    background: url(../images/fax2.png) no-repeat left 12px;
}
.li4{
    background: url(../images/tell2.png) no-repeat left 12px;
}
.contact_dl{
	margin: 0px -25px;
}
.contact_dl dd{
	width: 50%;
	float: left;
	display: inline;
}
.contact_dl .list_a{
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	margin: 0px 25px;
	-webkit-box-shadow: 0px 3px 5px rgba(255,255,255,0.1);
	box-shadow: 0px 3px 5px rgba(255,255,255,0.1);
}
.contactDiv{
	overflow: hidden;
	position: relative;
	padding: 50px 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contactDiv:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}
.contactDiv span{
	display: block;
	overflow: hidden;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: relative;
	z-index: 3;
}
.contactDiv i{
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#fff;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
	position: relative;
	z-index: 3;
}
.contactDiv em{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:rgba(255,255,255,0.5);
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
.msgIcon{
	background-image: url(../images/msgBg.jpg);
}
.recruitIcon{
	background-image: url(../images/recruitBg.jpg);
}
.msgIcon span{
	background-image: url(../images/msgIcon.png);
}
.recruitIcon span{
	background-image: url(../images/recruitIcon.png);
}

/*
* 人才招聘 kis2
*/
.recruit_dl{
    overflow: hidden;
    background: #fff;
    padding: 50px;
}
.recruit_dl dt{
    background: #d6000f;
    overflow: hidden;
}
.recruit_dl span{
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color:#666;
    padding: 0px 25px;
    width: 130px;
    float: left;
    text-align: center;
    transition: all 0.3s linear;
    font-weight: normal;
}
.recruit_dl dt span{
    /*font-weight: bold;*/
    color: #fff;
}
.recruit_dl dd{
	border-bottom: 1px solid #f0f0f0;
}
span.w_330{
    width: 330px;
    text-align: left;
}
.recruit_a{
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recruit_a:hover{
    background: #f5f5f5;
}
.recruit_a:hover span{
    color:#b3191c;
}
/**
 * 人才招聘详细页
 * @author 杨朝杰
 * @return
 */
.recruitView{
	padding: 40px 60px;
	background: #fff;
	overflow: hidden;
}
.jobInfo{
	clear:both;
	overflow:hidden;
	line-height:36px;
    font-size: 16px;
	padding:10px 0 0 0;
	}
.jobTitle{
    font-size: 17px;
    color: #333;
    border-bottom: solid 1px #E7E7E7;
    line-height: 30px;
    margin-top:30px;
    padding-bottom: 10px;
	}
.jobTitle i{
    width: 3px;
    background:#d6000f;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.jobBt{
	clear:both;
    width: 180px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF !important;
    background:#a1171d;
    display:block;
    font-size: 18px;
	margin:0 auto;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
.jobBt:hover{background:#bb1219;}
.jobField{clear:both;overflow:hidden;line-height:36px;font-size:16px;padding:15px 0 0 0;}
.jobField dd{width:33%;float:left;}
.jobName{font-weight:bold;font-size:24px;clear:both;padding:0 0 10px 0;}
.jobTime{font-size:14px;line-height:30px;padding:0 0 10px 0;color:#999;border-bottom: solid 1px #E7E7E7;}
/**
 * 人才招聘（应聘表单提交）
 * @author 杨朝杰
 * @return
 */
 .subPopBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top:0px;
    background: rgba(0, 0, 0, 0.65);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#65000000', endColorstr='#65000000')\9;
    z-index: 999999;
    display: none;
}
.subPopCont {
    width: 790px;
    height: 555px;
    /*overflow: hidden;*/
    border:10px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top:50%;
    margin-left: -395px;
    margin-top: -277px;
}
.joinForm {
    overflow: hidden;
    padding: 20px 40px;
}
.joinFormTit {
    display: block;
    font-size: 24px;
    color:#333;
    text-align: center;
    overflow: hidden;
}
.joinForm_dl {
    overflow: hidden;
}
.joinForm_dl dd {
    clear: both;
    /*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}
.joinFormName {
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color:#444;
    position: absolute;
    left: 0px;
    top:0px;
}
.joinFormName i {
    font-style:normal;
    padding-right:3px;
    color:#1168ab;
}
.joinFormInp {
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border:1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    font-family:"microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.customUpload{
	width: 100% !important;
	height: 100% !important;
}
.joinForm_dl dd label {
    margin-right: 15px;
}
.joinForm_dl dd label span {
    padding-left: 6px;
}
.joinFormInp[disabled="disabled"] {
    background: #fff;
}
.joinForm_dl dt {
    overflow: hidden;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}
.joinForm_dl dt textarea {
    width: 580px;
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    border:1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    color:#666;
    line-height: 20px;
}
.joinFile {
    display: block;
    width: 110px;
    height: 30px;
    overflow: hidden;
    background: #535353;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    text-align: center;
}
input.w_100 {
    width: 100px;
}
.joinCode {
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    margin-left: 10px;
}
.joinCode img {
    display: block;
    height: 32px;
    float: left;
}
.joinCode i {
    display: block;
    height: 32px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
    color:#666;
}
.joinCode i:hover {
    color:#d70112;
}
.closeSubPop {
    width: 30px;
    height: 28px;
    overflow: hidden;
    background:url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right:10px;
    top:10px;
}
.bbsBt {
    display: block;
    width: 90px;
    height: 40px;
    overflow: hidden;
    margin:0px auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff !important;
    background: #a1171d;
}

/*
* 留言 kis2
*/
.msgBox{
	padding: 40px 110px;
	overflow: hidden;
}
.viewCont .msgBox{
	border-top: 1px solid #ddd;
	padding: 40px 0px;
}
.msg_dl{
	margin: 0px -10px;
}
.msg_dl:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.msg_dl dd{
	width: 50%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.msg_dl dt{
	width: 100%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.msgCont{
	margin: 0px 10px;
}
.msgL{
	width: 80px;
	text-align: right;
	overflow: hidden;
	font-size: 14px;
	color:#333;
	line-height: 45px;
	padding-right: 5px;
}
.msgC{
	overflow: hidden;
}
.msgDiv{
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 0px 40px;
	position: relative;
}
.required.msgDiv{
	border-left: 2px solid #269400;
}
.msgDiv.warning{
	border-left: 2px solid #b3191c;
}
/*.formIcon{
	padding-left: 55px;
}
.formIcon:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 45px;
	top: 50%;
	margin-top: -10px;
	background: #eee;
}*/
.searchIcon{
	background: url(../images/searchIcon.png) no-repeat 15px center;
}
.safeIcon{
	background: url(../images/safeIcon.png) no-repeat 15px center;
}
/*.formInp{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 43px;
	line-height: 43px;
	border:none;
	outline: none;
	background: none;
	font-size: 14px;
	color:#666;
}*/
.msgTit{
	overflow: hidden;
	font-size: 24px;
	color:#333;
	text-align: center;
}
.radio{
	overflow: hidden;
	margin-right: 20px;
	font-size: 14px;
	color:#666;
	line-height: 45px;
}
.radio span{
	cursor: pointer;
	padding-left: 25px;
	background: url(../images/radio.png) no-repeat left center;
}
.radio.checked span{
	background: url(../images/radio_h.png) no-repeat left center;
}
.formArea{
	display: block;
	overflow: hidden;
	width: 100%;
	border:none;
	background: none;
	outline: none;
	height: 150px;
	line-height: 30px;
	font-size: 14px;
	color:#666;
}
.msgR{
	overflow: hidden;
}
.codeBt{
	display: block;
	overflow: hidden;
	margin-left: 10px;
}
.codeBt img{
	display: block;
	height: 45px;
}
a.formBt{
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin: 0px auto;
	line-height: 50px;
	background: #b3191c;
}
.formBt.full{
	width: auto;
}
.comments_dl dd{
	width: 33.333333%;
}
.formTip{
	font-size: 14px;
	color:#c4c4c4;
	line-height: 45px;
}
/*slelect.demo样式start*/
.msgDemo{height:43px; position:relative; padding-right:30px; border:1px solid #eee;}
.msgDemo .seljg{ padding-left:10px; line-height:43px; color:#666666; font-size:13px; cursor:pointer;}
.msgDemo i{ display:block; width:30px; height:100%; background:url(../images/sel.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.msgDemo .selTj{ width:100%; overflow:hidden; border:1px solid #dddddd; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:-1px; top:31px; background:#FFF; display:none;}
.msgDemo .selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.msgDemo .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.msgDemo .selTj a.hover{background:#f8f8f8; color:#ff7800;}
/*slelect.demo样式end*/

/*
* 防伪查询 kis2
*/
.queryBox{
	font-size: 0px;
	text-align: center;
	overflow: hidden;
	background: #fff url(../images/queryBg.jpg) no-repeat center center;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	padding: 40px 70px;
}
.queryBox .center{
	display: inline-block;
	overflow: hidden;
}
.queryBox .titCh{
	color:#666;
}
.queryCont{
	width: 460px;
	margin: 0px auto;
}
.queryCont .msgDiv{
	background-color: #fff;
}
.queryView{
	min-height: 255px;
	height: auto !important;
	height: 255px;
	overflow: hidden;
	padding: 15px 260px 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/queryLogo.png) no-repeat right center;
	background-size:auto 70%;
}
.query_ul{
	overflow: hidden;
}
.query_ul li{
	overflow: hidden;
	padding: 5px 0px;
	font-size: 16px;
	color:#666;
	line-height: 25px;
	text-align: left;
}
.queryName{
	overflow: hidden;
	width: 130px;
	text-align: right;
}
.queryTxt{
	overflow: hidden;
}
.queryBox .autoImg{
	width: 385px;
	margin-right: 40px;
}
.shop3{
	width: auto;
	padding-left: 25px;
	background: url(../images/shop3.png) no-repeat 0px 5px;
}
.user3{
	width: auto;
	padding-left: 25px;
	background: url(../images/user3.png) no-repeat 2px 6px;
}
.tell3{
	width: auto;
	padding-left: 25px;
	background: url(../images/tell3.png) no-repeat 2px 6px;
}
.address3{
	width: auto;
	padding-left: 25px;
	background: url(../images/address3.png) no-repeat 2px 3px;
}
.link3{
	width: auto;
	padding-left: 25px;
	background: url(../images/link3.png) no-repeat 2px 5px;
}
.code3{
	width: auto;
	padding-left: 25px;
	background: url(../images/code3.png) no-repeat left 5px;
}
.queryView .query_ul{
	padding-top: 20px;
}

/*
* 产品列表 kis2
*/
.product_dl{
	margin: 0px -10px;
}
.product_dl dd{
	width: 33.3333333%;
	float: left;
	display: inline;
	padding: 10px 0px;
	position: relative;
	z-index: 1;
}
.product_dl dd:hover{
	z-index: 3;
}
.product_dl .list_a{
	padding: 12px;
	background: #fff;
	margin: 0px 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
}
.product_dl .pic:after{
	padding-top: 100%;
}
.product_dl .listName{
	line-height: 30px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
}
.product_dl .list_a:hover{
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
}

/*
* 产品详情页 kis2
*/
.proViewBox{
	padding: 45px;
	overflow: hidden;
	background: #fff;
}
.proViewL{
	overflow: hidden;
	width: 435px;
	margin-right: 45px;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
}
.proViewSwiper .autoImg:after{
	padding-top: 100%;
}
.proViewSwiper .swiper-pagination-bullet{
	background: #ddd;
	opacity: 1;
}
.proViewSwiper .swiper-pagination-bullet-active{
	background: #b3191c;
}
.proViewR{
	overflow: hidden;
}
.proViewName{
	font-size: 20px;
	color:#333;
	line-height: 30px;
	font-weight: normal;
}
.proViewIntrBox{
	overflow: hidden;
	font-size: 14px;
	color:#929292;
	line-height: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
}
.proViewIntr{
	max-width: 60%;
	min-width: 40%;
	overflow: hidden;
}
.proViewIntr.fl{
	margin-right: 20px;
	max-width: 40%;
}
.proViewHand{
	overflow: hidden;
}
.proViewHand p{
	overflow: hidden;
	margin-right: 60px;
}
.proViewHand p span img{
	display: block;
	width: 130px;
	height: 130px;
}
.proViewHand p i{
	display: block;
	overflow: hidden;
	padding-top: 10px;
	font-size: 14px;
	color: #afafaf;
	text-align: center;
}
.proViewHandR{
	width: 255px;
}
.formBt.bc-fbbc43{
	background: #fbbc43;
}
.formBt .store{
	padding-left: 25px;
	background: url(../images/shop3_h.png) no-repeat left center;
}
.tmall2{
	padding-left: 25px;
	background: url(../images/tmall2.png) no-repeat left center;
}
.proViewTit{
	overflow: hidden;
	font-size: 20px;
	color:#333;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.proViewBox .articleBox{
	padding-top: 30px;
}

/*
* 试用产品列表 kis2
*/
.trialHead{
	overflow: hidden;
	background: #fff;
	padding: 10px 20px;
}
.trialHeadR{
	overflow: hidden;
	width: 370px;
}
.trialSearchDiv{
	overflow: hidden;
	border: 1px solid #ebebeb;
	padding: 0px 10px;
	border-radius: 3px 0px 0px 3px;
}
.searchInp{
	height: 38px;
	width: 100%;
	overflow: hidden;
	line-height: 38px;
	border-right: none;
	font-size: 12px;
	color:#666;
	outline: none;
	background: none;
	border:none;
}
a.searchBt{
	display: block;
	overflow: hidden;
	width: 40px;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 0px 3px 3px 0px;
	background: #b3191c url(../images/search.png) no-repeat center center;
}
.trialHeadL{
	overflow: hidden;
	padding: 5px 0px;
}
.trialHeadL a{
	display: block;
	overflow: hidden;
	line-height: 30px;
	background: #ddd;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	color:#666;
	border-radius: 3px;
	transition: all 0.3s linear;
	padding: 0px 15px;
}
.trialHeadL a.hover{
	color:#fff;
	background: #b3191c;
}
.trialProduct_dl{
	margin: 0px -10px;
}
.trialProduct_dl dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0px;
}
.trialProduct_dl .list_a{
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
	margin: 0px 10px;
}
.trialProduct_dl .list_a:hover{
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
}
.trialProduct_dl .pic:after{
	padding-top: 100%;
}
.trialProduct_dl .listDeta{
	background: #fff;
	padding: 15px;
	border-top: none;
	border-radius: 0px 0px 3px 3px;
}
.trialOther{
	overflow: hidden;
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-size: 14px;
	color:#333;
	line-height: 25px;
}
.trialOther i{
	padding: 0px 5px;
	font-size: 16px;
	font-weight: bold;
	color:#b3191c;
	text-decoration: underline;
}
.trialOther em{
	color:#ddd;
	padding: 0px 5px;
}
.trialOther span{
	font-size: 16px;
	padding: 0px 5px;
	text-decoration: underline;
	font-weight: bold;
}

/*
* 试用产品详情 kis2
*/
.trialTime{
	font-weight: normal;
	padding-left: 30px;
	background: url(../images/time.png) no-repeat left center;
}
.trialTime i{
	color:#b3191c;
}
.trialView{
	overflow: hidden;
}
.trialViewR{
	overflow: hidden;
	margin-left: 20px;
	padding: 20px;
	width: 250px;
	background: #fff;
}
.trialViewRCont{
	background: #fff;
	padding: 20px;
	width: 290px;
	overflow: hidden;
}
.trialViewL{
	overflow: hidden;
}
.trialViewL.bc-fff{
	padding: 20px;
	background: #fff;
}
.trialViewL .articleBox{
	padding: 0px;
}
.trialUser_dl{
	margin: 0px -10px;
}
.trialUser_dl dd{
	width: 33.333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.trialUser_dl .list_a{
	margin: 0px 10px;
}
.trialUser_dl .pic{
	border-radius: 50%;
}
.trialUser_dl .pic:after{
	padding-top: 100%;
}
.trialUserName{
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	padding-top: 10px;
	color:#333;
	text-align: center;
}

/*
* 试用评价列表 kis2
*/
.trialComment_dl:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.trialComment_dl dd{
	padding: 10px 0px;
	position: relative;
	z-index: 1;
}
.trialComment_dl dd:hover{
	z-index: 3;
}
.trialComment_dl .list_a{
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s linear;
}
.trialComment_dl .list_a:hover{
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
}
.trialComment_dl .pic{
	width: 280px;
	margin-right: 20px;
}
.trialComment_dl .pic:after{
	padding-top: 100%;
}
.trialComment_dl .listDeta{
	padding: 10px 0px;
}
.trialComment_dl .listTit{
	font-size: 22px;
	font-weight: normal;
}
.trialComment_dl .listIntr{
	height: 90px;
	line-height: 30px;
}
.trialMore{
	width: 115px;
	height: 33px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	color:#999;
	text-align: center;
	line-height: 33px;
	transition: all 0.3s linear;
}
.list_a:hover .trialMore{
	background: #b3191c;
	color:#fff;
	border-color:#b3191c;
}

/*
* 互动 kis2
*/
.interactiveSearch{
	width: 100%;
	background: #fff;
}
.interactiveSearch .searchBt{
	height: 50px;
}
.interactiveSearch .searchInp{
	height: 48px;
	line-height: 48px;
}
.interactiveMenu{
	overflow: hidden;
	padding: 10px 20px;
}
.interMenu_dl{
	overflow: hidden;
}
.interMenu_dl dd{
	float: left;
	display: inline;
	line-height: 40px;
	margin-left: 40px;
}
a.interMenuR_a{
	font-size: 14px;
	color:#666;
	transition: all 0.3s linear;
}
.interMenu_dl dd.hover .interMenuR_a,
.interMenuR_a:hover{
	color:#b3191c;
}
.interMenuL{
	font-size: 24px;
	color:#333;
	line-height: 40px;
}
.interactive_dl dd{
	padding: 5px 0px;
}
.interactiveDiv{
	padding: 10px 20px;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
}
.interHead{
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.interHeadR{
	overflow: hidden;
	font-size: 14px;
	color:#b3b3b3;
	margin-left: 20px;
}
.interHeadR span{
	padding-left: 20px;
	background: url(../images/user3.png) no-repeat left center;
}
.interHeadR i{
	padding: 0px 5px;
}
.interHeadL{
	overflow: hidden;
	font-size: 16px;
	color:#333;
}
.interHeadL span{
	overflow: hidden;
	font-size: 12px;
	color:#fff;
	background: #b3191c;
	border-radius: 3px;
	padding: 1px 5px;
	margin-right: 5px;
}
.interName{
	transition: all 0.3s linear;
}
.interBody{
	overflow: hidden;
}
.interTxt{
	font-size: 14px;
	color:#868686;
	line-height: 25px;
	max-height: 75px;
}
.inter_ul{
	margin: 0px -5px;
	padding-top: 5px;
}
.inter_ul li{
	padding: 5px 0px;
	width: 33.333333%;
	float: left;
	display: inline;
}
.interImg_a{
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 0px 5px;
	position: relative;
}
.interImg_a .icon{
	display: none;
}
#a2{
	width: 800px;
	height: 450px;
}
.video .play{
	display: block;
	background-color: rgba(0,0,0,0.3);
}
.hotPost_dl{
	overflow: hidden;
}
.hotPost_dl dd{
	line-height: 35px;
}
.hotPost_dl .listName{
	font-size: 14px;
	color:#333;
	height: 35px;
	padding-left: 30px;
}
.hotPost_dl .listName i{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #eee;
	text-align: center;
	font-size: 12px;
	color:#666;
	border-radius: 1px;
	line-height: 20px;
}
.hotPost_dl dd:nth-child(1) .listName i{
	color:#fff;
	background:#d6000f;
}
.hotPost_dl dd:nth-child(2) .listName i{
	color:#fff;
	background:#f16412;
}
.hotPost_dl dd:nth-child(3) .listName i{
	color:#fff;
	background:#efbf12;
}

/*
* 互动详情 kis2
*/
.interView_dl{
	overflow: hidden;
	background: #fff;
}
.interView_dl dd{
	border-bottom: 1px solid #efefef;
}
.interView_dl dd:last-child{
	border: none;
}
.interViewDiv{
	overflow: hidden;
}
.interViewL{
	width: 150px;
	overflow: hidden;
	padding: 20px;
}
.interUserPhoto{
	width: 110px;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 50%;
	border: 1px solid #efefef;
}
.interUserPhoto:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 100%;
}
.interUserName{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	text-align: center;
	line-height: 25px;
}
.interUserName a{
	text-decoration: underline;
}
.interactiveNum{
	overflow: hidden;
	font-size: 13px;
	color:#999;
	text-align: center;
}
.interactiveNum span{
	text-decoration: underline;
}
.interViewR{
	padding: 20px 40px;
	overflow: hidden;
	border-left: 1px solid #efefef;
	min-height: 165px;
}
.interViewName{
	overflow: hidden;
	font-size: 26px;
	color:#333;
	line-height: 35px;
}
.interViewName span{
	padding: 1px 5px;
	overflow: hidden;
	font-size: 12px;
	color:#fff;
	border-radius: 2px;
	background: #f28e1a;
	margin-left: 10px;
}
.interViewDeta{
	overflow: hidden;
	line-height: 20px;
	background: #f5f5f5;
	padding: 10px;
}
.interViewTime{
	font-size: 14px;
	color:#999;
	overflow: hidden;
}
.interFloor{
	overflow: hidden;
	line-height: 20px;
	background: #d6000f;
	font-size: 12px;
	color:#fff;
	padding: 0px 10px;
	border-radius: 2px;
}
.interViewTxt{
	overflow: hidden;
	font-size: 16px;
	color:#666;
	line-height: 40px;
}
.interViewTxt img{
	text-align: center;
	max-width: 100%;
}
.interViewOhter{
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}
.interViewOhter .center{
	display: inline-block;
	overflow: hidden;
}
.interViewHand{
	overflow: hidden;
}
a.interViewHand_a{
	overflow: hidden;
	display: block;
	float: left;
	display: inline;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color:#666;
	opacity: 0.5;
	padding: 0px 5px;
	transition: all 0.3s linear;
}
.interViewHand_a.hover{
	background: #e6edf2;
	border-radius: 3px;
	border: 1px solid #dce7ee;
	opacity: 1;
	margin: 0px 5px;
	padding: 0px 10px;
}
.collection span{
	padding-left: 20px;
	background: url(../images/fav.gif) no-repeat left center;
}
.good span{
	padding-left: 20px;
	background: url(../images/support.gif) no-repeat left center;
}
.bad span{
	padding-left: 20px;
	background: url(../images/nonsupport.gif) no-repeat left center;
}
.reply span{
	padding-left: 20px;
	background: url(../images/replay.gif) no-repeat left center;
}
.interViewHand_a i{
	padding-left: 5px;
}
.interViewHand:hover .interViewHand_a{
	opacity: 1;
}
.interViewHandBd{
	border-top: 1px solid #efefef;
	padding-top: 5px;
}
.interViewReply{
	overflow: hidden;
	border: 1px solid #efefef;
	border-radius: 3px;
	position: relative;
	padding: 5px;
	display: none;
	margin-top: 5px;
}
.interViewArea{
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	border:none;
	background: none;
	outline: none;
	resize: none;
}
.interViewTip{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 30px;
	line-height: 25px;
	padding: 5px;
	font-size: 12px;
	color:#999;
	cursor: text;
}
.interViewTip span{
	color:#666;
	padding: 0px 5px;
}
.replayBtBox{
	border-top: 1px solid #efefef;
	padding-top: 5px;
	overflow: hidden;
}
a.replayBt{
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0px 15px;
	background: #ddd;
	font-size: 12px;
	color:#666;
	border-radius: 3px;
	margin-left: 10px;
	text-align: center;
}
.replayBt.hover{
	background: #b3191c;
	color:#fff;
}
.replayBt.big{
	height: 38px;
	line-height: 38px;
	width: 105px;
	margin-left: 0px;
	text-align: center;
	font-size: 14px;
}
.replayBt.large{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 0px;
}
.interViewComment{
	overflow: hidden;
}
.interViewComment_ul{
	overflow: hidden;
}
.interViewComment_ul li{
	line-height: 25px;
	overflow: hidden;
}
.interViewCommentL{
	overflow: hidden;
	font-size: 13px;
	color:#999;
}
.interViewCommentL a{
	color:#f28e1a;
}
.interViewCommentL i{
	padding: 0px 5px;
}
.interViewCommentC{
	overflow: hidden;
}
.interViewCommentTxt{
	overflow: hidden;
	font-size: 13px;
	color:#666;
	padding: 0px 5px;
}
.interViewCommentR{
	overflow: hidden;
}
.interViewCommentR a{
	color:#f28e1a;
	float: left;
	margin: 0px 5px;
}

/*
* 发帖 kis2
*/
.postHand{
	overflow: hidden;
}
.postHand_a{
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color:#999;
	line-height: 30px;
	height: 30px;
}
.postHand_a span{
	display: inline-block;
	height: 30px;
	transition: all 0.3s linear;
}
.delete span{
	padding-left: 20px;
	background: url(../images/delete.png) no-repeat left center;
}
.delete:hover span{
	background: url(../images/delete_h.png) no-repeat left center;
}
.drafts span{
	padding-left: 25px;
	background: url(../images/file.png) no-repeat left center;
}
.drafts:hover span{
	background: url(../images/file_h.png) no-repeat left center;
}
.expression span{
	padding-left: 25px;
	background: url(../images/expression.png) no-repeat left center;
}
.expression:hover span{
	background: url(../images/expression_h.png) no-repeat left center;
}
.image span{
	padding-left: 25px;
	background: url(../images/image.png) no-repeat left center;
}
.image:hover span{
	background: url(../images/image_h.png) no-repeat left center;
}
.media span{
	padding-left: 30px;
	background: url(../images/media.png) no-repeat left center;
}
.media:hover span{
	background: url(../images/media_h.png) no-repeat left center;
}
.postTit{
	overflow: hidden;
}
.postTit span{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#575757;
	line-height: 45px;
	margin-right: 10px;
}
.postInpDiv{
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0px 10px;
}
.postInpDiv input{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color:#999;
	border:none;
	background: none;
	outline: none;
}
.postArea{
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 5px 0px 5px 10px;
	border-radius: 3px;
}
.postArea textarea{
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 250px;
	line-height: 25px;
	font-size: 14px;
	color:#666;
	border:none;
	outline: none;
	background: none;
}
.uploadBox{
	overflow: hidden;
}
.upload_dl{
	margin: 0px -5px;
}
.upload_dl dd,
.upload_dl dt{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 5px 0px;
}
.upload_dl .list_a{
	width: 115px;
	display: block;
	overflow: hidden;
	border: 1px dashed #ddd;
	border-radius: 3px;
	margin: 0px 5px;
}
.upload_dl .autoImg:after{
	padding-top: 100%;
}
.upload_dl dt .list_a:after{
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 100%;
	background: url(../images/add.png) no-repeat center center;
}
.uploadBtBox{
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}
.uploadBtBox .center{
	display: inline-block;
	overflow: hidden;
}
.uploadBtBox .replayBt.big{
	margin: 0px 10px;
}

/*
* 登录 注册 kis2
*/
.formBox{
	position: relative;
	overflow: hidden;
}
.formBox .wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -235px 0px 0px -600px;
}
.formCont{
	padding: 20px;
	overflow: hidden;
	border-radius: 5px;
}
.formHead{
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
	line-height: 30px;
}
.formHeadTxt{
	font-size: 28px;
	color:#3c3c3c;
	text-align: center;
	overflow: hidden;
}
.formHead_a{
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
	color:#666;
}
.formBody{
	width: 350px;
	margin: 0px auto;
}
.form_dl{
	overflow: hidden;
}
.form_dl dd{
	padding: 7px 0px;
}
.formRow{
	overflow: hidden;
}
.formC{
	overflow: hidden;
}
.formC.bd{
	border: 1px solid #ddd;
	border-radius: 3px;
}
.formIcon{
	width: 49px;
	overflow: hidden;
	height: 48px;
	border-right: 1px solid #ddd;
}
.user{
	background: url(../images/formUser.png) no-repeat center center;
}
.lock{
	background: url(../images/lock.png) no-repeat center center;
}
.formDiv{
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0px 10px;
}
.bd .formDiv{
	border: none;
}
.formInp{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color:#666;
	border: none;
	background: none;
	outline: none;
}
.formR{
	overflow: hidden;
	margin-left: 10px;
}
.formCode{
	overflow: hidden;
}
.imgCode img{
	display: block;
	height: 50px;
}
a.textCode{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color:#fff;
	min-width: 70px;
	padding: 0px 15px;
	background: #b3191c;
	border-radius: 3px;
	text-align: center;
}
.textCode.disabled{
	background: #eee;
	color:#666;
}
.formMore{
	overflow: hidden;
	line-height: 20px;
}
.formMore a{
	font-size: 13px;
	color:#999;
	transition: all 0.3s linear;
}
.formMore a:hover{
	color:#b3191c;
}
.moreLoginBox{
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}
.moreLoginTit{
    overflow: hidden;
}
.moreLoginTit span{
    font-size: 14px;
    color:#999;
    position: relative;
    padding: 0px 15px;
}
.moreLoginTit span:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 200px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
}
.moreLoginTit span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 200px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
}
.moreLoginBox .center{
    display: inline-block;
    overflow: hidden;
}
.moreLogin_dl{
    display: block;
    overflow: hidden;
}
.moreLogin_dl dd{
    float: left;
    display: inline;
    margin: 0px 5px;
}
.moreLogin_dl dd a{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.weixinLogin{
    background: url(../images/share/shareBt5.png) no-repeat center center;
    background-size: auto 100%;
}
.sinaLogin{
    background: url(../images/share/shareBt1.png) no-repeat center center;
    background-size: auto 100%;
}
.agreed{
    overflow: hidden;
    font-size: 12px;
    color:#999;
}
.agreed a{
    color:#bd0000;
}
.agreed_a{
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(../images/checkboxSmall.png) no-repeat center center;
}
.agreed_a.checked{
    background: url(../images/checkboxSmall_h.png) no-repeat center center;
}
.agreed p{
    margin-left: 5px;
    height: 15px;
    line-height: 15px;
}
.agreedPop{
    overflow: hidden;
    font-size: 12px;
    color:#666;
    line-height: 20px;
    padding: 20px;
}
.userStyle{
    height: 350px;
    margin-top: -200px;
}
.userStyle2{
    height: 413px;
    margin-top: -206px;
}

/*
* 杂志期刊 kis2
*/
.magazineBox{
	background: url(../images/magazineBg.png) repeat-y;
	background-position: 0px 0px;
	width: 1200px;
	padding: 0px 110px;
	margin: 0px auto;
}
.magazine_dl{
	margin: 0px -15px;
}
.magazine_dl:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.magazine_dl dd{
	width: 25%;
	float: left;
	display: inline;
	padding-bottom: 90px;
}
.magazine_dl .list_a{
	margin: 0px 15px;
	overflow: visible;
}
.magazine_dl .pic:after{
	padding-top: 133.333333%;
}
.magazine_dl .pic{
	transition: all 0.3s linear;
}
.magazine_dl .list_a:hover .pic{
	transform: scale(1.03);
	-webkit-box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px rgba(0,0,0,0.1);
}
.magazineName{
	overflow: hidden;
	font-size: 18px;
	color:#373737;
	line-height: 30px;
	text-align: center;
	height: 30px;
	padding-top: 30px;
}


/*
* 店铺 kis2
*/
.storeUp{
	overflow: hidden;
}
.storeMap{
	overflow: hidden;
}
.storeIntr{
	overflow: hidden;
	padding: 150px 0px;
}
.storeIntrName{
	overflow: hidden;
	font-size: 24px;
	color:#333;
	line-height: 30px;
}
.storeTxt{
	overflow: hidden;
	font-size: 15px;
	color:#666;
	line-height: 30px;
}
a.storeMore{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	background: #d7000f;
	border-radius: 3px;
	line-height: 35px;
	height: 35px;
	padding: 0px 20px;
}
.screenBox{
	overflow: hidden;
	background: #fff;
	padding: 0px 20px;
	border-radius: 3px;
}
.screenCont{
	overflow: hidden;
	padding: 10px 0px;
}
.city{
	border-top: 1px dashed #ddd;
}
.screenTit{
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	margin: 3px;
}
.screenDiv{
	overflow: hidden;
}
.screen_dl{
	overflow: hidden;
	margin: 0px -3px;
}
.screen_dl dt,
.screen_dl dd{
	float: left;
	display: inline;
	padding: 3px;
}
.screen_a{
	display: block;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	padding: 0px 20px;
	font-size: 14px;
	color:#666;
	transition: all 0.3s linear;
	border-radius: 3px;
}
.screen_dl dt.hover .screen_a,
.screen_dl dd.hover .screen_a{
	background: #d7000f;
	color:#fff;
}

.storeBox{
	/*overflow: hidden;*/
}
.store_dl{
	margin: 0px -10px;
}
.store_dl:after{
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.store_dl dd{
	float: left;
	display: inline;
	width: 33.3333333%;
	padding: 10px 0px;
}
.store_dl .list_a{
	margin: 0px 10px;
	transition: all 0.3s linear;
	padding-bottom: 130px;
	border-radius: 3px;
	perspective: 1000px;
	background: #fff;
	overflow: visible;
}
.store_dl .list_a:hover{
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.shortDeta{
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 3;
	height: 130px;
	text-align: center;
	transition: all 0.4s linear;
	transform-origin: 50% 100%;
	backface-visibility: hidden;
}
.store_dl .list_a:hover .shortDeta{
	visibility: hidden;
	/*opacity: 0;*/
	transform: rotateX(-90deg);
	z-index: 6;
}
.shortDeta .tableCell{
	padding: 0px 20px;
}
.storeName{
	overflow: hidden;
	font-size: 18px;
	color:#333;
	line-height: 30px;
}
.storeAddress{
	overflow: hidden;
	font-size: 14px;
	color:#999;
	line-height: 25px;
	padding: 10px 0px 5px 0px;
}
.storeTel{
	overflow: hidden;
	font-size: 14px;
	color:#999;
}
.storeDeta{
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	background: #d7000f;
	z-index: 5;
	transition: all 0.4s linear;
	transform: rotateX(90deg);
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 100%;
	backface-visibility: hidden;
}
.store_dl .list_a:hover .storeDeta{
	visibility: visible;
	opacity: 1;
	transform: rotateX(0deg);
	transition-delay: 0.3s;
}
.store_ul{
	overflow: hidden;
}
.store_ul li{
	overflow: hidden;
	line-height: 25px;
	padding: 3px 0px;
	font-size: 14px;
	color:#fff;
}
li.storeNameIcon{
	padding-left: 25px;
	background: url(../images/shop3_h.png) no-repeat left center;
}
li.storeUser{
	padding-left: 25px;
	background: url(../images/user3_h.png) no-repeat left center;
	background-size: auto 16px;
}
li.storeTell{
	padding-left: 25px;
	background: url(../images/tell2.png) no-repeat left center;
	background-size: auto 14px;
}
li.storeAdd{
	padding-left: 25px;
	background: url(../images/address_h.png) no-repeat left center;
	background-size: auto 18px;
}
li.storeLink{
	padding-left: 25px;
	background: url(../images/link3_h.png) no-repeat left center;
}


/*
* 通栏特效 kis2
*/
/*
* 各通栏初始化
*/
/*.section1 .sectionCont{
	opacity: 0.5,
	transform:scale(0.9)
}
.section2 .sectionCont{
	opacity: 0.5;
	transform:rotateX(-120deg) scale(0.9);
	transform-origin:50% 0px;
}
.section3 .sectionCont{
	opacity: 0.5;
	transform: scale(0.9) translateY(100px);
}
.section4 .sectionCont{
	opacity: 0.5;
	transform: perspective(600px) rotateX(3deg) rotateY(-3deg) scale(0.9);
	transform-origin: 100% 100%;
}
.section5 .sectionCont{
	opacity: 0.5;
	transform: scale(0.9);
}
.section6 .sectionCont{
	opacity: 0.5;
	transform: rotateY(120deg) scale(0.9);
	transform-origin: 0px 0px;
}
.section7 .sectionCont{
	opacity: 0.5;
	transform: scale(0.9);
}*/
.sectionCont{
	transition: all 0.3s linear;
	opacity: 0.8;
	transform: scale(0.9) translateY(100px);
}
.sectionCont.show{
	opacity: 1;
	transform: scale(1) translateY(0px);
}
.fp-section{
	overflow: hidden;
	background: #000;
}
.section4 .sectionCont{
	background: #fafafa;
}

/*
* 动画组 kis2
*/
.section .fadeinup{
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
}
.show .fadeinup{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible !important;
}
.section .fadeinleft{
	transform: translateX(-100%);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
}
.show .fadeinleft{
	transform: translateX(0px);
	opacity: 1;
	visibility: visible !important;
}
.section .fadeinright{
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
}
.show .fadeinright{
	transform: translateX(0px);
	opacity: 1;
	visibility: visible !important;
}
.section .zoomin{
	transform: scale(0);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
}
.show .zoomin{
	transform: scale(1);
	opacity: 1;
	visibility: visible !important;
}

/*.show .fadeInUp{
	visibility: visible !important;
	animation-name: fadeInUp !important;
}*/

/*
* 网站地图 bergin
* kis2
*/
.oh{
    overflow: hidden;
}
.webMapBt{
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    top: 14px;
    background: #fff url(../images/menu.png) no-repeat center center;
    z-index: 995;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webMapBt:hover{
    background: #d6000f url(../images/menu_h.png) no-repeat center center;
}
.webMap{
    width: 405px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 999;
}
.webMapBg{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}
.webMapCont{
    position: relative;
    overflow: hidden;
}
.webMapScroll{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 80px);
}
.webMapTop{
    background: #cb0013;
    padding: 0px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.closeMap{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../images/close_h.png) no-repeat center center;
    background-size: 25px auto;
    margin-top: 20px;
}
.webMapTit{
    font-size: 18px;
    color:#fff;
    overflow: hidden;
    line-height: 80px;
}
.webMapMenu{
    overflow: hidden;
    padding: 10px 20px 20px 20px;
}
.webMapMenuBox{
    padding: 7px 0px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.webMap_dl{
    overflow: hidden;
    padding-left: 20px;
    margin-right: -15px;
}
.webMapMenuBox:last-child{
    border-bottom: none;
}
.webMapTopMenu{
    overflow: hidden;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color:#333;
    font-weight: bold;
}
.webMapIcon1 a{
    background: url(../images/webMapIcon.png) no-repeat left 4px;
}
.webMapIcon1 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -31px;
}
.webMapIcon2 a{
    background: url(../images/webMapIcon.png) no-repeat left -65px;
}
.webMapIcon2 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -100px;
}
.webMapIcon3 a{
    background: url(../images/webMapIcon.png) no-repeat left -136px;
}
.webMapIcon3 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -171px;
}
.webMapIcon4 a{
    background: url(../images/webMapIcon.png) no-repeat left -207px;
}
.webMapIcon4 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -242px;
}
.webMapIcon5 a{
    background: url(../images/webMapIcon.png) no-repeat left -274px;
}
.webMapIcon5 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -309px;
}
.webMapIcon6 a{
    background: url(../images/webMapIcon.png) no-repeat left -336px;
}
.webMapIcon6 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -371px;
}
.webMapIcon7 a{
    background: url(../images/webMapIcon.png) no-repeat left -407px;
}
.webMapIcon7 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -442px;
}
.webMapTopMenu a{
    color:#333;
    padding-left: 20px;
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.webMap_dl dd{
    float: left;
    display: inline;
    margin-right: 15px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.webMap_dl dd a{
    font-size: 14px;
    color:#999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webMapTopMenu a:hover,
.webMap_dl dd a:hover{
    color:#d6000f;
}
.busineDiv .banShadow{opacity:0.5;}
.webMapOther{
    overflow: hidden;
    border-top: 5px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    font-size: 0px;
}
.webGroupTit{
    padding-left: 20px;
    background: url(../images/webGroup.png) no-repeat left center;
}
.webGroup{
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color:#666;
    padding-left: 20px;
    margin-right: -15px;
}
.webGroup a{
    color:#666;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webGroup a:hover{
    color:#d6000f;
}
.webMapOther .webCenter{
    display: inline-block;
    overflow: hidden;
}
.webMapOther .webMapMenuBox{
    border:none;
}


































































@media screen and (max-width: 1640px){
	.logo{margin-top: 7px;}
	.logo img{height: 45px;}
	.shopBt{margin: 30px 15px;}
	.menuBt{width: 65px;}
	.menu{margin-right: 15px;}
	.menu_dl dd{padding: 0px 10px;}
	.footC p span img{width: 90px;height: 90px;}
	.footC p i{font-size: 12px;}
	.row{width: auto;padding: 0px 20px;}
}

@media screen and (max-width: 1440px){
	.logo{margin-top: 10px;}
	.logo img{height: 40px;}
	.logoTxt{font-size: 13px;}
	.shopBt{margin: 30px 15px;}
	.menuBt{width: 65px;}
	.menu{margin-right: 15px;}
	.menu_dl dd{padding: 0px 8px;}
	.teamBox{width: 1200px;}
	.newsBox{width: 1200px;}

	/*第一通栏*/
	.section2L .h40{
		height: 20px;
	}
	.section2 .h70{
		height: 40px;
	}

	/*第三通栏*/
	.fast_dl dd{
		padding: 20px 0px;
	}
	.fastBox{
		padding-top: 20px;
	}

	/*第三通栏*/
	.proSlide .bd{
		height: 175px;
	}
	.proViewIntr{
		font-size: 14px;
		color:#666;
		line-height: 25px;
	}
	.productR{
		width: 320px;
		height: 320px;
	}
	.imgGroup .hd{
		bottom: 10px;
	}

	/*第四通栏*/
	.teamDiv .pic{
		width: 240px;
	}
	.teamBox .bd{
		height: 320px;
	}
}
/*登录浮窗*/
.loginFtBox{
	width:106px;
	height:56px;
	background:rgba(0,0,0,0.5);
	border-radius:3px;
	text-align: center;
	line-height:56px;
	color:#ffffff;
	font-size:14px;
	position:fixed;
	top:50%;
	left:5px;
	margin-top:-28px;
	z-index:99999;
	transition-duration:0.3s;
	transition-delay:0.3s;
}
.loginFtBox.hide{
	left:-111px;
	transition-delay:0s;
}
.loginFtBox a{color:#ffffff}
.loginFtBox a:hover{color:#cb0013}
.loginFtBt{
	width:24px;
	height:24px;
	cursor:pointer;
	background:url(../images/logoFtIcon1.png) no-repeat center center;
	position: absolute;
	bottom:-31px;
	left:50%;
	margin-left:-12px;
}
.loginFtBtn{
	width:40px;
	height:64px;
	cursor:pointer;
	position:fixed;
	top:50%;
	left:0;
	margin-top:-32px;
	z-index:99999;
	background:url(../images/logoFtIcon2.png) no-repeat left center;
	transition-duration:0.3s;
	transition-delay:0.3s;
}
.loginFtBtn.hide{left:-40px;transition-delay:0s;}