@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

body {
	position: relative;
	min-width: 1280px;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/*头部开始*/
.topHide {
	position: relative;
	height: 92px;
	background: #000;
}

.top {
	height: 92px;
	background: #fff;
	position: fixed;
	z-index: 99999;
	width: 100%;
	min-width: 1280px;
}

.logo {
	height: 57px;
	padding: 19px 0 0 16px;
	margin-left: 5.2083%;
}

.logo img {
	height: 57px;
	display: block
}

.menu {
	position: relative;
	padding: 8px 0;
	margin-right: -45px;
}

.topC {
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.menu dd {
	float: left;
	display: inline;
	margin-right: 35px;
	position: relative;
}

.menu dd .yj {
	overflow: hidden;
}

.menu dd .yj a {
	overflow: hidden;
	display: block;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 0px 22px;
	position: relative;
}

.menu dd .yj a em {
	height: 20px;
	font-style: normal;
}

.menu dd .yj a em:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	top: 20px;
	left: 0;
	background: url(../images/navt.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}

.menu dd .yj a em:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	bottom: 20px;
	left: 0;
	background: url(../images/navb.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}

.menu dd .yj a span.navL {
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: -22px;
	background: url(../images/navl.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.menu dd .yj a span.navR {
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: -22px;
	background: url(../images/navr.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.menu dd .yj a:hover em {
	color: #ac7941;
}

.menu dd .yj a:hover em:before {
	top: 0px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menu dd .yj a:hover em:after {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menu dd .yj a:hover span.navL {
	left: 0px;
}

.menu dd .yj a:hover span.navR {
	right: 0px;
}

.menu dd.hover .yj a em {
	color: #522a70;
}

.menu dd.hover .yj a em:before {
	top: 0px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menu dd.hover .yj a em:after {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menu dd.hover .yj a span.navL {
	left: 0px;
}

.menu dd.hover .yj a span.navR {
	right: 0px;
}

.topRight {
	position: relative;
	z-index: 9;
}

.menu dd .ej {
	width: 3000px;
	display: none;
	overflow: hidden;
	left: 0px;
	top: 76px;
	padding-top: 8px;
	position: absolute;
}

.menu dd:hover .ej {
	display: block;
}

.navBg {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 92px;
	background: #fff;
	opacity: 0.85;
	display: none;
	z-index: 8;
}

.menu dd .ej div a {
	color: #000;
	font-size: 14px;
	float: left;
	display: block;
	padding: 0 27px;
	position: relative;
	overflow: hidden;

}

.menu dd .ej div a:before {
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	top: 50%;
	left: -22px;
	margin-top: -1px;
	background: url(../images/navl1.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.menu dd .ej div a:after {
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	top: 50%;
	right: -22px;
	margin-top: -1px;
	background: url(../images/navr1.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.menu dd .ej div a:hover {
	color: #fff;
	background: #c3965d;
}

.menu dd .ej div a.hover {
	color: #fff;
	background: #c3965d;
}

.menu dd .ej div a:hover:after {
	right: 5px;
}

.menu dd .ej div a:hover:before {
	left: 5px;
}

.menu dd .ej div a.hover:after {
	right: 5px;
}

.menu dd .ej div a.hover:before {
	left: 5px;
}

.menu dd .ej a+a em {
	display: block;
}

.menu dd .ej div {
	float: left;
	display: inline;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	margin: 15px 0;
}

.logoR {
	padding: 30px 20px;
	overflow: hidden;
}

.logoR a {
	float: left;
	display: block;
	width: 31px;
	height: 31px;
}

.logoR a.topL {
	background: url(../images/logor1.png) center center no-repeat;
	margin-right: 8px;
}

.logoR a.topR {
	background: url(../images/logor2.png) center center no-repeat;
	margin-right: 8px;
}

.searchTab {
	background: #522a70;
	width: 80px;
	height: 92px;
}

.searchTab a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/search.png) center center no-repeat;
}

.search {
	position: relative;
	border: 1px solid #ddd;
	height: 33px;
	border-radius: 35px;
	background: #fff;
	margin: 28px 45px 0 0;
	display: none;
}

.search input {
	display: block;
	height: 33px;
	width: 300px;
	padding: 0px 10px;
	line-height: 33px;
	font-size: 12px;
	color: #999;
	border: none;
	background: none;
}

.serach_a {
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	margin-right: 10px;
	background: url(../images/search1.png) no-repeat center center;
}

.search a:hover {
	opacity: .9
}

.demo2 {
	width: 90px;
	height: 33px;
	position: relative;
	background: #ac7941;
	border-radius: 33px 0px 0px 33px;
}

.demo2 .seljg {
	padding-left: 18px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.demo2 .seljg input {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
}

.demo2 i {
	display: block;
	width: 30px;
	height: 33px;
	background: url(../images/sel.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.demo2 .selTj {
	overflow: hidden;
	border: 1px solid #ac7941;
	border-top: none;
	max-height: 88px;
	overflow-y: auto;
	position: absolute;
	left: 12px;
	right: 0px;
	top: 33px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.demo2 .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #ac7941;
}

.demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #ac7941;
}

/*头部结束*/

/*menu开始*/

/*menu结束*/

/*indexBanner开始*/

.indexBanner {
	overflow: hidden;
	height: calc(100vh);
	width: 100%;
	position: relative;
	opacity: 0;
}

.indexBanner .bd .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 710px;
}

.indexBanner .bd .slick-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.indexBanner .bd .slick-dots li {
	width: 13px;
	height: 13px;
	line-height: 9999px;
	text-align: center;
	background: #797979;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 13px;
}

.indexBanner .bd .slick-dots li.slick-active {
	background: #aeaeae;
}

.indexBanner .bd .con1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -143px;
}

.img1 {
	position: absolute;
	top: 15%;
	left: 30%;
}

.bnco {
	background: url(../images/bnco.png) no-repeat center center;
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -10px;
	-webkit-animation: arrowDown 1s infinite linear;
	cursor: pointer;
}

@-webkit-keyframes arrowDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	25% {
		-webkit-transform: translate(0, 6px);
	}

	50% {
		-webkit-transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, -6px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

/*indexBanner结束*/

/*第一通栏start*/

.column1 {
	overflow: hidden;
	background: #f8f4f0;
}

.colL {
	width: 24.4791%;
	padding: 20px;
	position: relative;
}

.colL .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}

.colL .pic:before {
	display: block;
	content: '';
	padding-top: 63.7850%;
}

.colL .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.colLtitle {
	height: 70px;
	line-height: 35px;
	font-size: 22px;
	overflow: hidden;
}

.colLtitle a {
	color: #333;
}

.col1more {
	width: 40px;
	height: 40px;
	line-height: 28px;
	text-align: center;
	border-radius: 40px;
	font-size: 24px;
}

.col1more a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: url(../images/ficn1.png) no-repeat center center;
}

.colR {
	overflow: hidden;
	background: #fff url(../images/colbg.png)left top no-repeat;
	padding: 55px 80px 55px 45px;
}

.colRtitle {
	overflow: hidden;
	line-height: 75px;
	height: 75px;
	padding-left: 15px;
}

.colLt {
	height: 75px;
	line-height: 70px;
	color: #c29461;
	font-weight: bold;
	font-size: 26px;
	position: relative;
}

.colLt a {
	color: #c29461;
}

.colLt:after {
	display: block;
	content: '';
	width: 33px;
	height: 5px;
	background: #c29461;
	position: absolute;
	bottom: 0;
	left: 0;
}

.colRt a {
	padding: 8px 25px;
	border: 1px solid #ededed;
	font-size: 14px;
}

.colRt a:hover {
	border-color: #c29461;
	color: #c29461;
}

.column1Scroll {
	position: relative;
	outline: none;
}

.colC {
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	color: #777;
	font-size: 14px;
}

.column1Scroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.column1Scroll .slick-list {
	overflow: visible;
}

.column1Scroll .myslide {
	float: left;
	display: inline;
	outline: none;
}

.clo1Box {
	overflow: hidden;
	position: relative;
	margin-right: -40px;
	outline: none;
}

.clo1Box dd {
	float: left;
	width: 50%;
}

.clo1Box dd .con {
	position: relative;
	margin-right: 40px;
	overflow: hidden;
	padding: 30px 45px 50px 45px;
}

.clo1Box dd .con .col1title:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #333;
	top: 50%;
	margin-top: -5px;
	left: -30px;
}

.clo1Box dd:hover .con {
	background: #f7f7f7;
}

.clo1Box dd .con .col1title {
	height: 38px;
	line-height: 38px;
	position: relative;
 overflow: hidden;
}

.clo1Box dd .con .col1title a {
	float: left;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.clo1Box dd .con .time {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #b9b9b9;
}

.clo1Box dd .con .col1text {
	height: 52px;
	line-height: 26px;
	color: #8c8c8c;
	font-size: 14px;
	overflow: hidden;
}

.column1Scroll .prev {
	display: block;
	width: 80px;
	height: 102px;
	cursor: pointer;
	background: url(../images/right.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 35%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.column1Scroll .next {
	display: block;
	width: 80px;
	height: 102px;
	cursor: pointer;
	background: url(../images/left.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 53%;
	/* margin-top: -20px; */
	z-index: 1;
	display: none;
}

.column1Scroll .prev:hover {
	background: #c29461 url(../images/rightbai.png) no-repeat center center;
}

.column1Scroll .next:hover {
	background: #c29461 url(../images/leftbai.png) no-repeat center center;
}

/*第一通栏end*/

/*第二通栏start*/

.column2 {
	background: #f8f4f0;
	padding: 100px 0;
	position: relative;
}

.col2List {
	width: 80.7292%;
	margin: 0 auto;
}

.col2List dd {
	width: 25%;
	float: left;
	display: inline;
}

.col2List dd .con {
	margin-right: 35px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	padding: 55px 60px 50px;
	box-shadow: 0px 0px 60px rgba(194, 148, 97, 0.2);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.col2List dd .con a {
	display: block;
}

.col2List dd .con a .pic {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.col2List dd:nth-child(1) .con a .pic {
	background: url(../images/pic2.png) center center no-repeat;
}

.col2List dd:nth-child(2) .con a .pic {
	background: url(../images/pic3.png) center center no-repeat;
}

.col2List dd:nth-child(3) .con a .pic {
	background: url(../images/pic4.png) center center no-repeat;
}

.col2List dd:nth-child(4) .con a .pic {
	background: url(../images/pic5.png) center center no-repeat;
}

.col2List dd .con a .title {
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.col2List dd .con a .txtCon {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #8c8c8c;
	overflow: hidden;
}

.col2List dd .con a .more {
	color: #c29461;
	font-size: 12px;
	font-weight: bold;
	padding-top: 30px;
}

.col2List dd .con:hover {
	background: #c29461;
}

.col2List dd .con:hover a .title {
	color: #fff;
}

.col2List dd .con:hover a .txtCon {
	color: #fff;
}

.col2List dd .con:hover a .more {
	color: #fff;
}

.col2List dd:hover:nth-child(1) .con a .pic {
	background: url(../images/pic6.png) center center no-repeat;
}

.col2List dd:hover:nth-child(2) .con a .pic {
	background: url(../images/pic7.png) center center no-repeat;
}

.col2List dd:hover:nth-child(3) .con a .pic {
	background: url(../images/pic8.png) center center no-repeat;
}

.col2List dd:hover:nth-child(4) .con a .pic {
	background: url(../images/pic9.png) center center no-repeat;
}

/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/

.column3 {
	background: #fff;
	overflow: hidden;
	background-position: bottom left;
	position: relative;
}

.col3L {
	padding: 0 80px;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0px;
	height: 100%;
	background: url(../images/bg2.png) no-repeat left bottom;
	background-size: cover;
}

.col3Title {
	height: 75px;
	line-height: 70px;
	font-size: 26px;
	font-weight: bold;
	color: #c29461;
	position: relative;
}

.col3Title a {
	color: #c29461;
}

.col3Title:after {
	display: block;
	content: '';
	width: 33px;
	height: 5px;
	background: #c29461;
	position: absolute;
	bottom: 0;
	left: 0;
}

.col3Txt {
	line-height: 30px;
	height: 90px;
	font-size: 14px;
	color: #8c8c8c;
	padding-top: 50px;
	overflow: hidden;
}

.clo3List {
	overflow: hidden;
}

.clo3List dd {
	float: left;
	width: 33.333%;
	display: inline;
	text-align: center;
}

.clo3List dd .numb {
	font-size: 28px;
	font-weight: bold;
	color: #444;
	padding-top: 45px;
	line-height: 47px;
	height: 47px;
	overflow: hidden;
}
.mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}

.full_img{width:100%;height: 100%;object-fit: cover;object-position: center;position: absolute;left:0;top:0;}
.column3 .col3R .citem-img{position: relative;padding-bottom:67.7%;overflow: hidden;}
.column3 .col3R .citem-img .citem-play{position: absolute;width: 52px;height: 52px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% auto;cursor: pointer;}
.video-fixed {position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:130;top:0;left:0;cursor:pointer;display:none;}
.video-fixed .videoboxs {width:100%;position:absolute;left:0;top:50%;transform: translateY(-50%);}
.video-fixed .videoboxs .box {height: 100%;max-height:500px;max-width: 800px;margin:0 auto;background: #000;position: relative;}
.video-fixed .cha {width:36px;height:36px;background:url(../images/close-vid2.png) no-repeat center/100% auto;position:absolute;top:20px;right:20px;cursor:pointer;}

.clo3List dd .jieshao {
	width: 125px;
	margin: 0 auto;
	font-size: 14px;
	color: #8c8c8c;
	text-align: center;
	height: 40px;
	line-height: 20px;
	padding-top: 15px;
	font-size: 14px;
	color: #8c8c8c;
}

.col3R {
	overflow: hidden;
	width: 50%;
	display: inline;
	position: relative;
	background: #000;
}

 

.col3R #a1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*第三通栏end*/

/*第四通栏start*/

.cloumn4 {}

/*第四通栏end*/

/*底部开始*/

.footer {
	padding: 60px 100px;
	background: url(../images/footerbg.jpg) repeat top left;
}

.footerL {
	margin-right: 133px;
}

.footTitle {
	display: block;
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #868686;
	padding-top: 15px;
	margin-bottom: 25px;
}

.footTitle i {
	font-style: normal;
	font-size: 20px;
	color: #868686;
}

.footerL a {
	float: left;
	display: block;
	width: 31px;
	height: 31px;
	margin-right: 8px;
	position: relative;
	border-radius: 31px;
}
.footerL a .footerIcon{
	width: 31px;
	height: 31px;
	border-radius: 31px;
	overflow: hidden;
}
.footerL a.footerWX .footerIcon{
	background: url(../images/weixin.png) center center no-repeat;
}

.footerL a.footerWB .footerIcon{
	background: url(../images/weibo.png) center center no-repeat;
}
.footerL a.footerTb .footerIcon{
	background: url(../images/tianmao.png) center center no-repeat;
	background-size: cover;
}
.footerL a.footerJd .footerIcon{
	background: url(../images/jd.png) center center no-repeat;
	background-size: cover;
}
.xcxCode {
	width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 31px;
	overflow: hidden;
	padding-top: 7px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.xcxCode i {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 0px;
	width: 18px;
	height: 7px;
	background: url(../images/xcxicn.png) no-repeat center center;
}

.xcxCode div {
	overflow: hidden;
	padding: 10px 10px 0;
	background: #FFF;
	border-radius: 3px;
}

.xcxCode div img {
	overflow: hidden;
	width: 100px;
	height: 100px;
	display: block;
}

.xcxCode div span {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #333333;
}

.footerL a.footerWX:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.footerL a.footerTb:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.footerL a.footerJd:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.footerC {
	overflow: hidden;
	padding: 6px 9.375% 0;
	margin-right: -180px;
}
@media screen and (max-width: 1440px) {
 .footerC {
 padding: 6px 0% 0;
 }
}
.footerC dd {
	float: left;
	width: 25%;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
}

.footerC dd span {
	float: left;
	display: block;
}

.footerC dd span.footerLogo {
	width: 10px;
	height: 10px;
	background: url(../images/em1.png) center center no-repeat;
	margin: 32px 5px 32px 0;
}

.footerC dd a {
	overflow: hidden;
	font-size: 16px;
	color: #868686;
	text-align: right;
}

.footerC dd a:hover {
	color: #c29461;
}

.footerC dd a:hover span.footerLogo {
	background: url(../images/em.png) center center no-repeat;
}

.footerC dd a.hover {
	color: #c29461;
}

.footerC dd a.hover span.footerLogo {
	background: url(../images/em.png) center center no-repeat;
}

.footerEwm {
	overflow: hidden;
}
.footerEwmDl{
	overflow:hidden ;
}
.footerEwmDl dd{
	float: left;
	display: inline;
	margin-left: 20px;
}
.imageBox {
	border: 4px solid #000;
	width: 122px;
	height: 122px;
}

.footerEwm span {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size：14px;
	color: #868686;
}

.imageBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.support {
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #5c5b5b;
	padding: 0 100px;
	background: #090705;
}

.FAE A:hover {
	color: #fff;
}

.col2R {
	position: fixed;
	top: 50%;
	right: 10px;
	width: 68px;
	height: 140px;
	margin-top: -70px;
	font-size: 12px;
	text-align: center;
	color: #666;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.col2R .allView {
	width: 100%;
	height: 70px;
	border: 1px solid #dedede;
	background: #fff;
}

.col2R .allView em {
	display: block;
	height: 45px;
	width: 100%;
	background: url(../images/360.png) center center no-repeat;
}

.col2R .back {
	width: 100%;
	height: 70px;
	border: 1px solid #dedede;
	border-top: none;
	background: #fff;
}

.col2R .allView:hover {
	background: #522a70;
	COLOR: #FFF;
	cursor: pointer;
}

.col2R .allView:hover em {
	background: url(../images/360bai.png) center center no-repeat;
}

.col2R .back:hover {
	background: #522a70;
	color: #FFF;
	cursor: pointer;
	border-color: #522a70;
}

.col2R .back:hover em {
	background: url(../images/backbai.png) center center no-repeat;
}

.col2R .back em {
	display: block;
	height: 45px;
	width: 100%;
	background: url(../images/back.png) center center no-repeat;
}

.col2R.show {
	visibility: visible;
	opacity: 1;
}

/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/

/*内页外结构开始*/

/*内页外结构结束*/

/*当前位置开始*/
.location {
	background: #f9f9f9;
	height: 60px;
	line-height: 60px;
}

.lact {
	overflow: hidden;
	position: relative;
}

.lact dd {
	float: left;
	display: inline;
}

.lact dd a {
	display: block;
	padding: 0 25px;
	font-size: 15px;
	color: #666;
}

.lact dd.hover a {
	background: #522a70;
	color: #fff;
}

.lact dd:hover a {
	background: #522a70;
	color: #fff;
}

/*当前位置结束*/

/*页码开始*/

.page {
	padding: 30px 0 65px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 10px 16px;
	border: 1px solid #a6a6a6;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #ac7941;

	color: #fff;
}

.page a.hover {
	background: #ac7941;
	border-color: #ac7941;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/firstpage.png)
}

.page a.prevPage div {
	background-image: url(../images/prevpage.png)
}

.page a.nextPage div {
	background-image: url(../images/nextpage.png)
}

.page a.lastPage div {
	background-image: url(../images/lastpage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/firstpageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/prevpageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/nextpageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/lastpageh.png)
}

.page a.firstPage.disabled {
	background: transparent;
}

.page a.prevPage.disabled {
	background: transparent;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/firstpage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/prevpage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/nextpage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/lastpage.png)
}

/*页码结束*/
/*二级banner开始*/
.subBanner {
	width: 100%;
	/* height:400px; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.subBanner:after{
	display: block;
	content: '';
	padding-top: 20.83333%;
}
.subBannerCont {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}

.subBanner img {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1920px;
	height: 400px;
	margin-left: -960px;
}

.subBanner2 {
	width: 100%;
	height: calc(100vh - 92px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.subBanner2 a {
	width: 100%;
	height: 100%;
	display: block;
}

.subBannerS {
	position: absolute;
	left: 50%;
	margin-left: -367px;
	bottom: 20px;
	z-index: 1;
	padding: 15px 20px;
	background: rgba(0, 0, 0, 0.7)
}

.subBannerS input {
	float: left;
	display: inline;
	height: 42px;
	line-height: 42px;
	background: #FFF;
	width: 515px;
	padding: 0 10px;
	margin-right: 10px;
	border: none;
}

.subBannerS a {
	float: left;
	display: inline;
	width: 140px;
	height: 42px;
	line-height: 42px;
	background: #f0a037;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

/*内页框架结束*/

/*走进昆中药开始*/

.cultureBox {
	background: url(../images/culbg1.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

.culture1 {
	margin: 0 160px;
	text-align: center;
}

.ctTitle {
	position: relative;
	height: 108px;
	line-height: 100px;
	font-size: 26px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}

.ctTitle a {
	color: #444;
	display: block;
	height: 26px;
	font-weight: bold;
	text-align: center;

}

.ctTitle span {
	font-size: 12px;
	color: #999999;
	line-height: 95px;
}

.ctTitle:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 45px;
	top: 0px;
	left: 0;
	background: url(../images/navt1.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.ctTitle:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	bottom: 0px;
	left: 0;
	background: url(../images/navb1.png) center center no-repeat;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.ctTitle.wbai a {
	color: #FFF;
}

.ctTitle.wbai span {
	color: #FFF;
}

.cultureT {
	height: 75px;
	line-height: 75px;
	font-size: 26px;
	color: #ac7941;
	font-weight: bold;
}

.cultureTxt {
	height: 105px;
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.cultureT1 {
	line-height: 75px;
	font-size: 26px;
	color: #ac7941;
	font-weight: bold;
}

.cultureTxt1 {
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.col1more.cult {
	margin: 0 auto;
}

.col1more.cult a {
	background: url(../images/ficn1h.png) no-repeat center center;
}

.col1more.cult2 {
	padding-top: 40px;
}

.col1more.cult2 a {
	background: url(../images/ficn1h2.png) no-repeat center center;
}

.cutl3 {
	padding-bottom: 45px;
}

.nub1 span {
	color: #522a70;
	font-size: 50px;
}

/*发展历程开始*/

.cultureBox2 {
	background: url(../images/culbg2.jpg) center center no-repeat;
	background-size: cover;
	padding: 65px 0;
	height: 614px;
}

.cult2 a {
	color: #fff;
}

.hisT {
	padding: 20px 0px 100px;
}

.imgTBanner {
	padding: 0 40px;
	overflow: hidden;
}

.hisBanner {
	position: relative;
}

.hisBanner:after {
	display: none;
	content: '';
	position: absolute;
	top: 176px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e9e9e9;
	z-index: 1;
}

.hisTScroll {
	position: relative;
	top: -50px;
	z-index: 5;
}

.hisTScroll .bd {
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	z-index: 3;
}

.hisTScroll .slick-list {
	overflow: visible;
}

.hisTScroll .myslide {
	width: 33.333%;
	float: left;
	display: inline;
	padding-top: 46px;
	background: url(../images/his.png) no-repeat;
	background-position: 27px top;
	outline: none;
	position: relative;
}

.hisTScroll .myslide:before {
	display: block;
	content: '';
	position: absolute;
	top: 221px;
	left: 0;
	width: 29px;
	height: 2px;
	background: #e9e9e9;
	z-index: 1;
}

.hisTScroll .myslide:after {
	display: block;
	content: '';
	position: absolute;
	top: 221px;
	left: 46px;
	width: 354px;
	height: 2px;
	background: #e9e9e9;
	z-index: 1;
}

.hisTScroll .con span {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 18px;
	position: relative;
	z-index: 5;
	background: #455a78;
	top: -16px;
	left: 36px;
}

.hisTScroll .con span:after {
	display: block;
	content: '';
	width: 1px;
	height: 175px;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 50%;

}

.hisTScroll .hisTime {
	position: absolute;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: #fff;
	padding-top: 200px;
	text-align: left;
	position: relative;
}

.hisTScroll .hisTime:before {
	display: block;
	content: "";
	overflow: hidden;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 55px;
	margin-left: -3px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.hisTScroll .hisTime:after {
	display: block;
	content: "";
	overflow: hidden;
	height: 160px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 58%;
	bottom: 72px;
}

.hisTScroll .down .con {
	padding-top: 112px;
}

.hisTScroll .down .hisTime {
	padding-bottom: 200px;
	padding-top: 0px;
}

.hisTScroll .down .hisTime:before {
	top: 55px;
	bottom: auto;
}

.hisTScroll .down .hisTime:after {
	bottom: auto;
	top: 72px;
}

.hisTScroll .down .hisC {
	position: absolute;
	bottom: 24px;
	padding-top: 0;
	left: 70px;

}

/* .hisTScroll .down .hisC {
 padding-top: 110px;
} */
.hisTScroll .up .con span {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 18px;
	position: relative;
	z-index: 5;
	background: #455a78;
	top: 22px;
	left: 36px;
}

.hisTScroll .up .con span:after {
	display: block;
	content: '';
	width: 1px;
	height: 175px;
	background: #fff;
	position: absolute;
	top: -176px;
	left: 50%;
}


.hisTScroll .hisC {
	line-height: 27px;
	overflow: hidden;
	position: absolute;
	bottom: 100px;
	font-size: 14px;
	color: #fff;
	left: 70px;
	padding-right: 75px;
}


.cultureBox2 .hisTScroll .prev {
	display: block;
	width: 45px;
	height: 30px;
	cursor: pointer;
	border-radius: 15px;
	background: #9da7b6 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -45px;
	top: 212px;
	z-index: 1;
	display: none !important;
}

.cultureBox2 .hisTScroll .next {
	display: block;
	width: 45px;
	height: 30px;
	cursor: pointer;
	border-radius: 15px;
	background: #9da7b6 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -45px;
	top: 212px;
	z-index: 1;
	display: none !important;
}

.cultureBox2:hover .hisTScroll .prev {
	display: block !important;
}

.cultureBox2:hover .hisTScroll .next {
	display: block !important;
}

.hisTScroll .prev:hover {
	background: #ac7941 url(../images/prev.png) no-repeat center center;
}

.hisTScroll .next:hover {
	background: #ac7941 url(../images/next.png) no-repeat center center;
}

.cultureBox3 {
	background: #e4e7eb;
	height: 684px;
	position: relative;
}

.cultureBox3 .wrap {
	position: relative;
}

.cultBG3 {
	position: absolute;
	width: 100%;
	height: 684px;
	top: 0px;
	left: 0px;
	/* background-image: image(test/culBg3.jpg);
 
 background-position: bottom left;*/
	background-image: url(../images/culbg3.jpg);
	background-position: bottom left;
}

.cultureBox3Line {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -17px;
	background: url(../images/line.png) no-repeat center bottom;
}

.cult2 a {
	color: #fff;
}

.hisT {
	padding: 6px 0px 0px;
}

.cutlList {
	position: relative;
}

.imgTBanner2 {
	padding: 0 40px;
	overflow: hidden;
}

.hisBanner2 {
	position: relative;
}

.hisTScroll2 {
	position: relative;
	z-index: 5;
}

.hisTScroll2 .bd {
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	z-index: 3;
}

.hisTScroll2 .slick-list {
	overflow: visible;
}

.hisTScroll2 .myslide {
	width: 20%;
	float: left;
	display: inline;
	padding-top: 46px;
	background: url(../images/his.png) no-repeat;
	background-position: 27px top;
	outline: none;
}

.hisTScroll2 .con {
	position: relative;
	height: 300px;
}

.hisTScroll2 .myslide0 .con:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 125px;
	left: 17px;
	z-index: -1;
	background: url(../images/you.png)left bottom no-repeat;
}

.hisTScroll2 .myslide1 .con:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 90px;
	left: 5px;
	z-index: -1;
	background: url(../images/you.png)left bottom no-repeat;
}

.hisTScroll2 .myslide2 .con:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 95px;
	left: 0px;
	z-index: -1;
	background: url(../images/you.png)left bottom no-repeat;
}

.hisTScroll2 .myslide3 .con:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 135px;
	left: 45px;
	z-index: -1;
	background: url(../images/you.png)left bottom no-repeat;
}

.hisTScroll2 .myslide4 .con:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 95px;
	left: 40px;
	z-index: -1;
	background: url(../images/you.png)left bottom no-repeat;
}

.hisTScroll2 .con span {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 18px;
	position: relative;
	z-index: 5;
	background: #455a78;
	top: -16px;
	left: 36px;
}

.hisTScroll2 .hisTime {
	position: absolute;
	font-size: 32px;
	color: #fff;
	text-align: left;
	position: relative;
}

.hisTScroll2 .myslide0 .con .hisTime {
	position: absolute;
	bottom: 15px;
	left: 55px;
	width: 130px;
	height: 130px;
	line-height: 130px;
	border-radius: 130px;
	text-align: center;
	background: #522a70;
	border: 10px solid #fff;
}

.hisTScroll2 .myslide1 .con .hisTime {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 110px;
	text-align: center;
	background: #ac7941;
	border: 10px solid #fff;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.hisTScroll2 .myslide2 .con .hisTime {
	width: 95px;
	height: 95px;
	line-height: 95px;
	border-radius: 95px;
	text-align: center;
	background: #522a70;
	border: 10px solid #fff;
	position: absolute;
	bottom: 30px;
	left: 45px;
}

.hisTScroll2 .myslide3 .con .hisTime {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 110px;
	text-align: center;
	background: #ac7941;
	border: 10px solid #fff;
	position: absolute;
	bottom: 45px;
	left: 55px;
}

.hisTScroll2 .myslide4 .con .hisTime {
	width: 130px;
	height: 130px;
	line-height: 130px;
	border-radius: 130px;
	text-align: center;
	background: #522a70;
	border: 10px solid #fff;
	position: absolute;
	bottom: 0px;
	left: 60px;
}

.hisTScroll2 .myslide0 .con .hisTitle {
	width: 160px;
	height: 52px;
	padding-left: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.hisTScroll2 .myslide0 .con .hisC {
	position: absolute;
	bottom: 180px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #939393;
	padding-left: 35px;
}

.hisTScroll2 .myslide1 .con .hisTitle {
	position: absolute;
	width: 170px;
	height: 52px;
	padding-left: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	bottom: 215px;
}

.hisTScroll2 .myslide1 .con .hisC {
	position: absolute;
	bottom: 145px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #939393;
	padding-left: 35px;
}

.hisTScroll2 .myslide2 .con .hisTitle {
	position: absolute;
	width: 180px;
	height: 52px;
	padding-left: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	bottom: 225px;
}

.hisTScroll2 .myslide2 .con .hisC {
	position: absolute;
	bottom: 155px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #939393;
	padding-left: 35px;
}

.hisTScroll2 .myslide3 .con .hisTitle {
	position: absolute;
	width: 180px;
	height: 52px;
	padding-left: 70px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	bottom: 258px;
}

.hisTScroll2 .myslide3 .con .hisC {
	position: absolute;
	bottom: 190px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #939393;
	padding-left: 70px;
}

.hisTScroll2 .myslide4 .con .hisTitle {
	position: absolute;
	width: 180px;
	height: 52px;
	padding-left: 70px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	bottom: 220px;
}

.hisTScroll2 .myslide4 .con .hisC {
	position: absolute;
	bottom: 150px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #939393;
	padding-left: 70px;
}

.cultureBox3 .hisTScroll2 .prev {
	display: none !important;
	width: 45px;
	height: 30px;
	border-radius: 15px;
	cursor: pointer;
	background: #9da7b6 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -60px;
	top: 226px;
	z-index: 30;
}

.cultureBox3 .hisTScroll2 .next {
	width: 45px;
	height: 30px;
	cursor: pointer;
	border-radius: 15px;
	background: #9da7b6 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -60px;
	top: 189px;
	z-index: 30;
	display: none !important;
}

.cultureBox3:hover .hisTScroll2 .prev {
	display: block !important;
}

.cultureBox3:hover .hisTScroll2 .next {
	display: block !important;
}

.cultureBox3 .hisTScroll2 .prev:hover {
	background-color: #ac7941;
}

.cultureBox3 .hisTScroll2 .next:hover {
	background-color: #ac7941;
}

/*品牌文化开始*/

.clo3List2 {
	overflow: hidden;
	position: relative;
}

.clo3List2 dd {
	float: left;
	width: 33.333%;
	display: inline;
}

.clo3List2 dd a {
	display: block;
	width: 100%;
	height: 180px;
}

.clo3List2 dd .pic {
	position: relative;
	width: 180px;
	margin: 0 auto;
}

.clo3List2 dd .pic:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.clo3List2 dd .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 0;
}

.clo3List2 dd .pic img.imgL1 {
	display: none;
}

.clo3List2 dd:hover a {
	background: url(../images/pic7.png) center center no-repeat;
}

.clo3List2 dd.hover a {
	background: url(../images/pic7.png) center center no-repeat;
}

.clo3List2 dd.hover .pic img.imgL1 {
	display: block;
}

.clo3List2 dd.hover .pic img.imgL2 {
	display: none;
}

.clo3List2.art dd:hover a {
	background: url(../images/pic7_1.png) center center no-repeat;
}

.clo3List2.art dd.hover a {
	background: url(../images/pic7_1.png) center center no-repeat;
}

.clo3List2.art dd .pic img {
	top: -5px;
}

.cultureBox4 {
	background: url(../images/ban1.jpg) center center no-repeat;
	background-size: cover;
	height: 685px;
}

.culture2 {
	margin: 0 160px;
	text-align: center;
}

.cultureBox5 {
	background: url(../images/ban2.jpg) center center no-repeat;
	background-size: cover;
	height: 888px;
}

.cultureList {
	overflow: hidden;
}

.cultureList dd {
	float: left;
	width: 33.333%;
	display: inline;
	margin-bottom: 30px;
	text-align: center;
}

.cultureList dd .con {
	margin-right: 30px;
	padding: 50px 0;
	border: 1px solid #9f9d94;
	background: rgba(255, 255, 255, 0.15)
}

.cultureList dd .con em {
	display: block;
	width: 60px;
	height: 42px;
	margin: 0 auto;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.cultureList dd:hover .con em {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.cultureList dd:nth-child(1) .con em {
	background: url(../images/pic11.png) center center no-repeat;
}

.cultureList dd:nth-child(2) .con em {
	background: url(../images/pic12.png) center center no-repeat;
}

.cultureList dd:nth-child(3) .con em {
	background: url(../images/pic13.png) center center no-repeat;
}

.cultureList dd:nth-child(4) .con em {
	background: url(../images/pic14.png) center center no-repeat;
}

.cultureList dd:nth-child(5) .con em {
	background: url(../images/pic15.png) center center no-repeat;
}

.cultureList dd:nth-child(6) .con em {
	background: url(../images/pic16.png) center center no-repeat;
}

.cultureList dd .con .cultTitle {
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 22px;
}

.cultureList dd .con .cultText {
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
}

.cultureBox6 {
	background: url(../images/ban4.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 820px;
}

.sinopharmScroll {
	position: relative;
	padding-top: 8px;
}

.sinopharmScroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.sinopharmScroll .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.sinopharmScroll .myslide {
	width: 25%;
	float: left;
	display: inline;
}

.sinopharmScroll .con {
	padding-right: 30px;
}

.sinopharmScroll .con .pic {
	position: relative;
	overflow: hidden;
}

.sinopharmScroll .con .pic:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.sinopharmScroll .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sinopharmScroll .con .text {
	padding: 0px 25px 20px;
	background: #fff;
	box-shadow: 0px 3px 2px #eee;
}

.sinopharmScroll .con .text .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 15px;
	padding-top: 10px;
}

.sinopharmScroll .con .text .title a {
	color: #333;
}

.sinopharmScroll .con .text .txt {
	padding-top: 5px;
	line-height: 27px;
	height: 81px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.cultureBox6 .sinopharmScroll .prev {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #e7e4e2 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -80px;
	top: 63%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.cultureBox6 .sinopharmScroll .next {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #e7e4e2 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 63%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.cultureBox6 .sinopharmScroll .prev:hover {
	background-color: #522a70;
}

.cultureBox6 .sinopharmScroll .next:hover {
	background-color: #522a70;
}

.cultureBox6:hover .sinopharmScroll .prev {
	display: block !important;
}

.cultureBox6:hover .sinopharmScroll .next {
	display: block !important;
}

.cultureBox7 {
	background: url(../images/ban5.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 931px;
}

.cult7 {
	overflow: hidden;
}

.cultF {
	width: 580px;
	margin-right: 25px;
}

.cultF .pic {
	position: relative;
	overflow: hidden;
	width: 580px;
}

.cultF .pic:after {
	display: block;
	content: '';
	padding-top: 63.4315%;
}

.cultF .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.cultF .text {
	padding: 15px 20px;
	background: #fff;
}

.cultF .text .title {
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}

.cultF .text .title a {
	color: #333;
}

.cultF:hover .text .title a {
	color: #c29461;
}

.cultF .text .time {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}

.cultF .text .txt {
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	padding-top: 4px;
}

.cultrR {
	overflow: hidden;
}

.cultRlist dd {
	padding: 32px 20px 16px;
	background: #fff;
	margin-bottom: 18px;
}

.cultRlist dd .title {
	height: 31px;
	line-height: 31px;
	font-size: 18px;
}

.cultRlist dd .time {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin-bottom: 17px;
}

.cultRlist dd .title a {
	color: #333;
}

.cultRlist dd:hover .title a {
	color: #c29461;
}

.cultRlist dd .txt {
	height: 108px;
	line-height: 27px;
	font-size: 14px;
	color: #999;
	padding-bottom: 24px;
}

.cultureBox8 {
	height: 894px;
	background: #f7f7f7;
}

.cultr8 {
	height: 45px;
	line-height: 45px;
	color: 666;
	font-size: 18px;
	text-align: center;
}

.cult8 {
	overflow: hidden;
}

.cult8 dd {
	float: left;
	width: 50%;
	display: inline;
	margin-bottom: 20px;
}

.cult8 dd .con {
	margin-right: 20px;
	background: #fff;
}

.cult8 dd .con .pic {
	width: 265px;
	overflow: hidden;
	position: relative;
}

.cult8 dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 67.1698%;
}

.cult8 dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	display: block;
}

.cult8 dd .con .text {
	overflow: hidden;
	padding: 25px 23px 23px;
	30px;
}

.cult8 dd .con .text .title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}

.cult8 dd .con .text .title a {
	color: #333;
}

.cult8 dd:hover .con .text .title a {
	color: #c29461;
}

.cult8 dd .con .text .time {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #999;
}

.cult8 dd .con .text .txt {
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.taba {
	overflow: hidden;
	text-align: center;
}

.taba li {
	display: inline-block;
	width: 250px;
	height: 58px;
	line-height: 58px;
	margin: 0 10px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	background: #fff;
}

.taba li:hover {
	background: #522a70;
}

.taba li:hover a {
	color: #fff;
}

.taba li a {
	display: block;
	padding-left: 75px;
	font-size: 18px;
	color: #333;
	text-align: left;
	background: url(../images/user.png) 40px center no-repeat;
}

.taba li:nth-child(2) a {
	display: block;
	padding-left: 75px;
	text-align: left;
	background: url(../images/user2.png) 40px center no-repeat;
}

.taba li:hover:nth-child(1) a {
	background: url(../images/user1.png) 40px center no-repeat;
}

.taba li:hover:nth-child(2) a {
	background: url(../images/user3.png) 40px center no-repeat;
}

/*精品国药开始*/

.butBox1 {
	position: relative;
	background: url(../images/but3.jpg)center center no-repeat;
	height: 817px;
	overflow: hidden;
}



.butList {
	position: relative;
	margin-right: -35px;
}

.butList .myslide {
	width: 33.333%;
	display: inline;
	float: left;
}

.butList .myslide .con {
	margin-right: 35px;
	overflow: hidden;
}

.butList .myslide .con .pic {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.butList .myslide .con .pic:after {
	display: block;
	content: '';
	padding-top: 100%;

}

.butList .myslide .con .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;

}

.butList .myslide .con .text {
	padding: 20px;
	text-align: center;
}

.butList .myslide .con .text .title {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}

.butList .myslide .con .text .jianshao {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #888;
}


.butBox1 .butList .prev {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #ddd5c6 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.butBox1 .butList .next {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #ddd5c6 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.butBox1:hover .butList .prev,
.butBox1:hover .butList .next {
	display: block !important;
}

.butBox1 .butList .prev:hover,
.butBox1 .butList .next:hover {
	background-color: #522a70;
}



.butBox2 {
	background: url(../images/butbox2.png)center center no-repeat;
	height: 900px;
}

.tabList {
	overflow: hidden;
	text-align: left;
	font-size: 0px;
}

.tabList li {
	display: inline-block;
	font-size: 16px;
	margin-right: 25px;
}

.tabList li a {
	display: block;
	padding: 10px 16px;
}

.tabList li:hover a {
	background: #522a70;
	border-radius: 3px;
	color: #fff;
}

.tabList li.hover a {
	background: #522a70;
	border-radius: 3px;
	color: #fff;
}

.sinopharmScroll2 {
	position: relative;
}

.sinopharmScroll2 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.sinopharmScroll2 .bd dd {
	width: 33.333%;
	float: left;
	display: inline;
}

.sinopharmScroll2 .con {
	padding-right: 30px;
}

.sinopharmScroll2 .con .pic {
	position: relative;
	overflow: hidden;
	background: transparent;
}

.sinopharmScroll2 .con .pic:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.sinopharmScroll2 .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sinopharmScroll2 .con .text {
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
}

.sinopharmScroll2 .prev {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #ddd5c6 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
}

.sinopharmScroll2 .next {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #ddd5c6 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
}

.sinopharmScroll2 .prev:hover,
.sinopharmScroll2 .next:hover {
	background-color: #522a70;
}


.butBox3 {
	position: relative;
	background: url(../images/but4_05.jpg) center left no-repeat;
	height: 760px;
}

.sinopharmScroll3 {
	position: relative;
}

.sinopharmScroll3 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.sinopharmScroll3 .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.sinopharmScroll3 .myslide {
	width: 33.333%;
	float: left;
	display: inline;
}

.sinopharmScroll3 .con {
	padding-right: 30px;
}

.sinopharmScroll3 .con .pic {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.sinopharmScroll3 .con .pic:after {
	display: block;
	content: '';
	padding-top: 100%;
}

.sinopharmScroll3 .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sinopharmScroll3 .con .text {
	height: 78px;
	line-height: 78px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
}

.butBox3 .sinopharmScroll3 .prev {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #e7e4e2 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.butBox3 .sinopharmScroll3 .next {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #e7e4e2 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.butBox3:hover .sinopharmScroll3 .prev,
.butBox3:hover .sinopharmScroll3 .next {
	display: block !important;
}

.butBox3 .sinopharmScroll3 .prev:hover,
.butBox3 .sinopharmScroll3 .next:hover {
	background-color: #522a70;
}

.butBox4 {
	background: url(../images/butbox3.png)center center no-repeat;
	height: 832px;
}

.sinopharmScroll4 {
	position: relative;
}

.sinopharmScroll4 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.sinopharmScroll4 .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.sinopharmScroll4 .myslide {
	width: 33.333%;
	float: left;
	display: inline;
}

.sinopharmScroll4 .con {
	padding-right: 30px;
}

.sinopharmScroll4 .con .pic {
	position: relative;
	overflow: hidden;
	background: transparent;
}

.sinopharmScroll4 .con .pic:after {
	display: block;
	content: '';
	padding-top: 83.7838%;
}

.sinopharmScroll4 .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sinopharmScroll4 .con .text {
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
}

.butBox4 .sinopharmScroll4 .prev {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #ddd5c6 url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.butBox4 .sinopharmScroll4 .next {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	cursor: pointer;
	background: #ddd5c6 url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -80px;
	top: 40%;
	margin-top: -20px;
	z-index: 1;
	display: none !important;
}

.butBox4:hover .sinopharmScroll4 .prev,
.butBox4:hover .sinopharmScroll4 .next {
	display: block !important;
}

.butBox4 .sinopharmScroll4 .prev:hover,
.butBox4 .sinopharmScroll4 .next:hover {
	background-color: #522a70;
}

/*招聘综合页开始*/

.recruitViewbox {
	background: #fff;
	padding-top: 58px;
}

.recruitTitle {
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.recruitTitle a {
	color: #ac7941;
}

.recruitTxt {
	padding: 0 160px;
	height: 90px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.recruitTab {
	overflow: hidden;
}

.recruitTab li {
	display: inline;
	float: left;
	width: 50%;
	height: 86px;
	line-height: 86px;
	text-align: center;
	background: #f6f6f6;
}

.recruitTab li:hover {
	background: #522a70;
}

.recruitTab li a {
	font-size: 24px;
	color: #ac7941;
	padding-left: 50px;
}

.recruitTab li:hover a {
	background: #522a70;
	color: #fff;
}

.recruitTab li:nth-child(1) a {
	background: url(../images/ed3.png) left center no-repeat;
}

.recruitTab li:nth-child(2) a {
	background: url(../images/ed1.png) left center no-repeat;
}

.recruitTab li:hover:nth-child(1) a {
	background: url(../images/ed.png) left center no-repeat;
}

.recruitTab li:hover:nth-child(2) a {
	background: url(../images/ed4.png) left center no-repeat;
}

.recruitList {
	overflow: hidden;
}

.recruitList .title {
	height: 46px;
	border-top: 4px solid #efefef;
	line-height: 46px;
	font-size: 0;
	margin-right: -65px;
}

.recruitList .title span {
	display: inline-block;
	width: 260px;
	padding-left: 56px;
	font-size: 16px;
	color: #666;
}

.recruitList .title span:nth-child(4) {
	text-align: center;
}

.recruitList dd {
	overflow: hidden;
	margin-bottom: 5px;
}

.recruitList dd:last-child {
	margin-bottom: 28px;
}

.recruitList dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: #efefef;
	color: #656565;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
	font-size: 0px;
	overflow: hidden;
	margin-right: -65px
}

.recruitList dd .recruitT .text .textName {
	width: 252px;
	padding-left: 60px;
	display: inline-block;
	font-size: 16px;
	color: #555;
}

.recruitList dd .recruitT .btn {
	float: right;
	display: inline;
	width: 60px;
	height: 60px;
	padding: 0 30px;
	background: url(../images/jiah.png) no-repeat center center;
}

.recruitList dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 28px;
	display: none;
	background: #FFF;
	padding-top: 12px;
}

.recruitTable {
	font-size: 14px;
	color: #555555;
	padding: 0px 0px;
	border-bottom: 1px solid #ddd;
}

.recruitCon {
	margin-bottom: 42px;
}

.recruitList dd .recruitC .recruitText_title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
}

.recruitList dd .recruitC .tel {
	padding-top: 23px;
	display: block;
}

.recruitTable table {
	border: none;
}

.recruitTable table tr {
	border: none;
	height: 50px;
}

.recruitTable table tr td {
	border: none;
}

.recruitTable table b {
	margin-right: 20px;
}

.recruitText {
	overflow: hidden;
	margin: 0 55px;
	border-bottom: 1px solid #e2e2e2;
}

.recruitBtn {
	overflow: hidden;
	padding: 14px 32px;
	margin-left: 20px;
}

.recruitBtn a {
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 40px;
	background: #522a70;
	color: #FFF;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitBtn a:hover {
	opacity: 0.9
}

.recruitList dd:hover .recruitT {
	background: #b79671;
	color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
	color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
	background: url(../images/jiabai.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
	background: #b79671;
	color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
	color: #FFF;
}

.recruitList dd.active .recruitT .btn {
	background: url(../images/jian.png) no-repeat center center;
}

.recruitMap {
	position: relative;
}

.recruitMap .pic {
	position: relative;
	overflow: hidden;
}

.recruitMap .pic:after {
	content: '';
	display: block;
	padding-top: 24.0625%;
}

.recruitMap .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*媒体查询器开始*/

@media screen and (max-width: 1700px) {

	/*.col3L {
 padding: 20px 70px 0px 0;
 }*/
	.col3Txt {
		padding-top: 30px;
	}
}

@media screen and (max-width: 1600px) {

	/*.col3L {
 padding: 20px 70px 0px 0;
 }*/
	.col2List dd .con {
		padding: 40px 60px 35px;
	}
	.menu dd{
		margin-right: 27px;
	}
	.menu {
		margin-right: -27px;
	}
	.footerL {
	 margin-right: 80px;
	}
	.footerC {
	 padding: 6px 5.375% 0;
	}
}

@media screen and (max-width: 1500px) {
	.menu dd {
		margin-right: 25px;
	}

	.menu {
		margin-right: -25px;
	}

	.logo {
		margin-left: 2.2083%;
	}

	.col2List dd .con {
		padding: 30px 45px 30px;
	}
	.footerL {
	 margin-right: 30px;
	}
	.footerC {
	 padding: 6px 4.375% 0;
	}
}

@media screen and (max-width: 1400px) {
	.menu dd {
		margin-right: 20px;
	}
	
	.menu {
		margin-right: -20px;
	}
	.footerEwmDl dd{
		padding-top: 5px;
	}
	.imageBox{
		width: 110px;
		height: 110px;
	}
}

@media screen and (max-width: 1366px) {
	.menu dd {
		margin-right: 18px;
	}
	
	.menu {
		margin-right: -18px;
	}
	.colR {
		padding: 30px 100px 40px 45px;
	}

	.column1Scroll .myslide {
		margin-right: 10px;
	}

	.clo1Box {
		margin-right: -30px;
	}

	.clo1Box dd .con {
		margin-right: 30px;
		padding: 20px 45px 40px 50px;
	}

	.column1Scroll .prev {
		width: 40px;
		height: 50px;
		background: url(../images/right.png) no-repeat center center;
		right: -80px;
		top: 40%;
	}

	.column1Scroll .next {
		width: 40px;
		height: 50px;
		background: url(../images/left.png) no-repeat center center;
		right: -80px;
		top: 50%;
	}

	.col2List dd .con {
		padding: 20px 60px 25px;
	}

	.col2List dd .con a .more {
		padding-top: 10px;
	}
	.footerC {
	 padding: 6px 0.375% 0;
	}
}
@media screen and (max-width: 1200px){
	.menu dd .yj a{
		padding:0 15px;
	}
}
.menu.w1500 dd .yj a{
	padding:0 15px;
}


/* 获取密钥 start */
.secretKeyC {
	padding: 20px 30px;
}

.secretKeyC .title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.secretKeyC .formDiv {
	background: none;
}

.secretKeyC .formInp {
	font-size: 16px;
	color: #333;
}

.popClose .layui-layer-title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	background: none;
	border-bottom: none;
	padding: 0px;
	text-align: center;
}

input.formInp::-webkit-input-placeholder {
	color: #ccc;
	/* placeholder颜色 */
	font-size: 14px;
	/* placeholder字体大小 */
	text-align: left;
	/* placeholder位置 */
}

.popClose .layui-layer-setwin {
	right: 0;
	top: 0;
}

.popClose .layui-layer-setwin a {
	width: 30px;
	height: 30px;
	margin-left: 0;
}
.popClose .layui-layer-ico {
	background: url(../images/popclose.png) center center no-repeat;
}
.popClose .layui-layer-setwin .layui-layer-close1{
	background-position: center center;
}
.secretKeyTip{
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.secretKeyTip span{
	color: #c29461;
	padding: 0 5px;
	font-weight: bold;
}
.popClose .layui-layer-btn{
	padding: 0 10px 20px;
}
.popClose .layui-layer-btn a{
	height: 40px;
	line-height: 40px;
	padding: 0 55px;
	margin: 0 10px;
}
.popClose .layui-layer-btn .layui-layer-btn1 {
 border-color: #dedede;
 background-color: #f1f1f1;
	color: #666;
}
.popClose .layui-layer-btn .layui-layer-btn0 {
 border-color: #c29461;
 background-color: #c29461;
	color: #fff;
}
/* 获取密钥 end */
