/*浜у搧鍒楄〃 start*/
.imgList1 {
	margin-right: -30px;
	padding-top: 60px;
	overflow: hidden;
}

.imgList1 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	min-height: 516px;
}

.imgList1 dd a {
	display: block;
	margin: 0 30px 30px 0;
	background: #f3f3f3;
	border-radius: 5px;
	overflow: hidden;
}

.imgList1 dd:nth-last-child(1) a {
	margin-bottom: 0;
}

.imgList1 dd:nth-last-child(2) a {
	margin-bottom: 0;
}

.imgList1 dd:nth-last-child(3) a {
	margin-bottom: 0;
}

.imgList1 dd a .pic img {
	object-fit: cover;
	object-position: center center;
}

.imgList1 dd a .pic:before {
	padding-top: 75%;
}

.imgList1 dd a .text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgList1 dd a:hover .text {
	color: #c9a36f;
}

/*浜у搧鍒楄〃 end*/

/* 浜у搧涓績 start */
.productcDl{
	overflow: hidden;
}
.productcDl dd{
	overflow: hidden;
	height: 733px;
}
.productcDl dd.dd1{
	background: url(../image/pcenter1Bg.jpg) no-repeat center center;
	background-size: cover;
}
.productcDl dd.dd2{
	background: url(../image/pcenter2Bg.jpg) no-repeat center center;
	background-size: cover;
}
.productcDl dd.dd3{
	background: url(../image/pcenter3Bg.jpg) no-repeat center center;
	background-size: cover;
}
.productcDl dd.dd4{
	background: url(../image/pcenter4Bg.jpg) no-repeat center center;
	background-size: cover;
}
.productcDl dd .con{
	padding: 120px 0;
	overflow: hidden;
	position: relative;
}
.productcDl dd .con .pic{
	float: left;
	display: inline;
	width: 648px;
	border-radius: 5px;
	overflow: hidden;
}
.productcDl dd .con .pic:before{
	padding-top: 75.1543%;
}
.productcDl dd .con .text{
	overflow: hidden;
	height: 1px;
}
.productcDl dd.dd2 .pic{
	float: right;
}
.productcDl dd.dd2 .con .textC{
	left: 0;
}
.productcDl dd.dd4 .pic{
	float: right;
}
.productcDl dd.dd4 .con .textC{
	left: 0;
}
.productcDl dd .con .textC{
	position: absolute;
	top: 0;
	left: 768px;
	height: 100%;
	width: 912px;
}
.productcDl dd .con .title{
	display: inline-block;
	position: relative;
	margin-bottom: 35px;
	padding: 26px 0 8px;
}
.productcDl dd .con .title:before{
	 height: 126px;
	width: 61px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -30px;
	display: block;
	content: '';
	background: url(../image/pcTicn.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.productcDl dd .con .title1{
	line-height: 56px;
	height: 56px;
	overflow: hidden;
}
.productcDl dd .con .title1 a{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productcDl dd.dd2 .con .title1 a{
	color: #fff;
}
.productcDl dd.dd4 .con .title1 a{
	color: #fff;
}
.productcDl dd .con .title1 a:hover{
	color: #c8a16c;
}
.productcDl dd .con .title2{
	font-size: 14px;
	font-family: traColor;
	color: #c9a36f;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	/* text-transform: uppercase; */
}
.productcDl dd .con .info{
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 32px;
}
/* 浜у搧涓績 end */

/* 浜у搧璇︽儏 start */
.productViewCon1{
	padding: 120px 0;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.productViewCon1Bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/pview1Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.productViewBox{
	padding: 0 170px;
	overflow: hidden;
}
.proViewSlide{
	width: 550px;
	overflow: hidden;
	position: relative;
	padding-bottom: 76px;
}
.proViewSlide .slick-dots{ 
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	text-align: center;
	z-index: 3;
}
.proViewSlide .slick-dots li{ 
	width: 8px; 
	height: 8px;
	border-radius: 100%;
	line-height: 9999px; 
	text-align: center; 
	background: transparent; 
	display: inline-block; 
	margin: 0 11px; 
	cursor: pointer;
	border: 1px solid #c9a36f;
}
.proViewSlide .slick-dots li.slick-active{
	background: #c9a36f;
}
.proViewSlide .picBox{
	width: 550px;
	height: 330px;
	position: relative;
}
.proViewSlide .picBox img{
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.proViewR .tableCont{
	height: 400px;
	width: 630px;
}
.proViewR .tableCont .title1{
	line-height: 60px;
	font-size: 30px;
	color: #333333;
}
.proViewR .tableCont .title2{
	line-height: 32px;
	font-size: 14px;
	color: #c9a36f;
	margin-bottom: 14px;
}
.proViewR .tableCont .info{
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}
.proViewCont{
	overflow: hidden;
}
.proViewCont .center{
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.productNews{
	padding-bottom: 120px;
	padding-top: 122px;
	overflow: hidden;
	position: relative;
}
.productNewsBg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/pview2Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.productNews .titleBox{
	padding: 0 20px;
	margin-bottom: 48px;
}
.productNews .titleBox .title1{
	height: 60px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.productNews .titleBox .title2{
	font-size: 20px;
	color: #c9a36f;
	text-align: center;
	line-height: 80px;
}
.productNewsCon{
	overflow: hidden;
	margin-left: 340px;
}
.productNews .pic{
	width: 450px;
	margin-right: 160px;
	margin-top: 40px;
}
.productNews .pic::before {
    padding-top: 60%;
}
.productNews .pic img{
	object-fit: contain;
}
.productNewsT{
	overflow: hidden;
}
.productNewsDl dd{
	margin-bottom: 10px;
}
.productNewsDl dd .con{
	overflow: hidden;
}
.productNewsDl dd .title{
	float: left;
	padding: 0 10px;
	display: block;
	width: 110px;
	margin-right: 30px;
	background: #c9a36f;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
}
.productNewsDl dd .info{
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	height: 32px;
	line-height: 32px;
}

/* 浜у搧璇︽儏 end */

/* 鍏充簬鍒欓亾 start */
.aboutColumn1{
	position: relative;
	overflow: hidden;
	height: 900px;
	padding-top: 80px;
}
.aboutColumn1Bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/about1Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.aboutUs1Dl{
	text-align: center;
	font-size: 0;
	padding-top: 44px;
	margin-bottom: 56px;
}
.aboutUs1Dl dd{
	display: inline-block;
	width: 145px;
	height: 145px;
	background: url(../image/aboutUsIcn1.png) no-repeat center center;
	background-size: cover;
	border-radius: 50%;
	margin: 0 70px;
	text-align: center;
}
.aboutUs1Dl dd .divC{
	padding-top: 35px;
}
.aboutUs1Dl dd .divT2{
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	height: 34px;
}
.aboutUs1Dl dd .divT span{
	font-size: 24px;
	color: #c9a36f;
}
.aboutUs1Dl dd .divT em{
	font-size: 24px;
	color: #c9a36f;
	font-style: unset;
}
.aboutUs1Dl dd .divT i{
	font-size: 14px;
	color: #c9a36f;
	font-style: unset;
	margin-left: 10px;
}
.aboutUs1Info{
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 54px;
}
.aboutColumn2{
	overflow: hidden;
}
.aboutColumn2Con{
	width: 50%;
	float: left;
	display: inline;
}
.aboutColumn2Con a{
	display: block;
	position: relative;
}
.aboutColumn2Con .pic:before{
	padding-top: 56.25%;
}
.aboutColumn2Con .text{
	position: absolute;
	width: 254px;
	height: 226px;
	line-height: 226px;
	top: 50%;
	left: 50%;
	margin-left: -127px;
	margin-top: -113px;
	background: url(../image/aboutUsIcn2.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	font-size: 34px;
	color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.aboutColumn2Con a:hover .text{
	background: url(../image/aboutUsIcn2h.png) no-repeat center center;
	background-size: cover;
	color: #c8a16c;
}
.aboutColumn3{
	position: relative;
	overflow: hidden;
	height: 815px;
	padding-top: 80px;
}
.aboutColumn3 .subPageTitle{
	margin-bottom: 40px;
}
.aboutColumn3Bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/about3Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.abo-honor {
  position: relative;
  height: 440px;
}
.abo-honor h2 {
  color: #333;
}
.abo-honor .list {
  /* width: 1188px; */
}
.abo-honor .list .btn {
  width: 40px;
  height: 40px;
  margin-top: 114px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.abo-honor .list .btn.prev {
	left: 0;
  background:url(../image/aPrev.png) no-repeat center center;
}
.abo-honor .list .btn.next {
	right: 0;
  background:url(../image/aNext.png) no-repeat center center;
}
.abo-honor .list .btn:hover {
  background:url(../image/aPrevh.png) no-repeat center center;
}
.abo-honor .list .btn.next:hover {
  background:url(../image/aNexth.png) no-repeat center center;
}
.abo-honor .list .scroll {
  position: relative;
  width: 1036px;
  height: 440px;
  margin: 0 330px 60px;
}
.abo-honor .list dl{
	height: 100%;
}
.abo-honor .list .scroll a{
	display: block;
	padding: 20px;
	background: url(../image/abhPicBg.png) no-repeat center center;
	background-size: cover;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.abo-honor .list .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 316px;
  width: 893px;
  height: 24px;
  /*background: url(../img/bg_shadow01.png) no-repeat center;*/
  margin-left: -447px;
  opacity: .6;
}

.abo-honor .list .scroll dd {
    position: absolute;
    left: 200px;
    top: 0;
    width: 588px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
	box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 8px 10px 2px rgba(0,0,0,0.1);
}


.abo-honor .list .scroll dd:nth-child(1){
    -webkit-transform: rotateY(10deg) !important;
    transform: rotateY(10deg) !important;
    }
.abo-honor .list .scroll dd:nth-child(2) {
  -webkit-filter: none;
          filter: none;
}
.abo-honor .list .scroll dd:nth-child(3){
  -webkit-transform: rotateY(-10deg) !important;
          transform: rotateY(-10deg) !important;
}
.abo-honor .list .scroll dd img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutColumn3 .indexMore1{
	position: relative;
}
/* 鍏充簬鍒欓亾 end */

/* 浼佷笟鏂囧寲 start */
.cultureDl{
	padding-top: 60px;
	margin-right: -30px;
	overflow: hidden;
}
.cultureDl dd{
	width: 50%;
	float: left;
	display: inline;
}
.cultureDl dd .con{
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.cultureDl dd .con .conL{
	width: 50%;
	float: left;
	display: inline;
}
.cultureDl dd .con .pic:before{
	padding-top: 56.3106%;
}
.cultureDl dd .con .conR{
	width: 50%;
	float: right;
	display: inline;
	position: relative;
	z-index: 2;
}
.cultureDl dd .con .conR:after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 26px;
	z-index: 1;
	border: 30px solid;
	left: -48px;
}
.cultureDl dd.dd1 .con .conR:after{
	border-color:transparent #c4a06c transparent transparent; 
}
.cultureDl dd.dd2 .con .conR:after{
	border-color:transparent #987c55 transparent transparent; 
}
.cultureDl dd.dd3 .con .conR:after{
	right: -48px;
	left: unset;
	border-color:transparent transparent transparent #9b7c52; 
}
.cultureDl dd.dd4 .con .conR:after{
	right: -48px;
	left: unset;
	border-color:transparent transparent transparent #c8a16c; 
}
.cultureDl dd.dd5 .con .conR:after{
	border-color:transparent #c9a36f transparent transparent; 
}
.cultureDl dd.dd6 .con .conR:after{
	border-color:transparent #997d55 transparent transparent; 
}
.cultureDl dd.dd3 .con .conL{
	float: right;
}
.cultureDl dd.dd4 .con .conL{
	float: right;
}
.cultureDl dd.dd3 .con .conR{
	float: left;
}
.cultureDl dd.dd4 .con .conR{
	float: left;
}
.cultureDl dd .con .conR:before{
	display: block;
	content: '';
	padding-top: 56.3106%;
}
.cultureDl dd.dd1 .con .conR{
	background: url(../image/cuBg1.png) no-repeat center center;
	background-size: cover;
}
.cultureDl dd.dd2 .con .conR{
	background: url(../image/cuBg2.png) no-repeat center center;
	background-size: cover;
}
.cultureDl dd.dd3 .con .conR{
	background: url(../image/cuBg3.png) no-repeat center center;
	background-size: cover;
}
.cultureDl dd.dd4 .con .conR{
	background: url(../image/cuBg4.png) no-repeat center center;
	background-size: cover;
}
.cultureDl dd.dd5 .con .conR{
	background: url(../image/cuBg5.png) no-repeat center center;
	background-size: cover;
}
.cultureDl dd.dd6 .con .conR{
	background: url(../image/cuBg6.png) no-repeat center center;
	background-size: cover;
}
.cultureDl dd .con .text{
	padding: 25px 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cultureDl dd .con .title{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.cultureDl dd .con .info{
	font-size: 16px;
	color: #f6f6f6;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
}
/* 浼佷笟鏂囧寲 end */

/* 鎷涘晢鍔犵洘 start */
.subPageTitle {
	text-align: center;
}

.subPageTitle .con {
	display: inline-block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 12px;
}

.subPageTitle .con:before {
	display: block;
	content: '';
	position: absolute;
	width: 61px;
	height: 126px;
	background: url(../image/subTitle.png) no-repeat center center;
	background-size: cover;
	left: 50%;
	top: 0;
	margin-left: -30px;
}

.subPageTitle .title1 {
	font-size: 34px;
	height: 54px;
	line-height: 54px;
	color: #333333;
}

.subPageTitle .title2 {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	font-family: traColor;
	color: #c9a36f;
	/* color: #333333;
	text-transform: uppercase; */
}

.leagueColumn1 {
	padding-top: 80px;
	height: 890px;
	position: relative;
	overflow: hidden;
}

.leagueColumn1Bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/lgcolumn1Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.league-scroll {
	padding-top: 60px;
}

.league-scroll .bd {
	overflow: hidden;
	position: relative;
	padding-bottom: 68px;
}

.league-scroll .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.league-scroll .con {
	margin-right: 30px;
}

.league-scroll .con a {
	display: block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
	background: #c9a36f;
}

.league-scroll .con a .pic:before {
	padding-top: 56.2963%;
}

.league-scroll .con a .text {
	background: #c9a36f;
	padding: 20px 30px;
}

.league-scroll .con a .title {
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
}

.league-scroll .con a .info {
	font-size: 16px;
	color: #ffffff;
	height: 128px;
	line-height: 32px;
	overflow: hidden;
}

.league-scroll .slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.league-scroll .slick-dots li {
	width: 28px;
	height: 6px;
	border: 1px solid #c9a36f;
	border-radius: 6px;
	line-height: 9999px;
	text-align: center;
	background: transparent;
	display: inline-block;
	margin: 0 9px;
	cursor: pointer;
}

.league-scroll .slick-dots li.slick-active {
	background: #c9a36f;
}

.leagueColumn2 {
	padding-top: 80px;
	height: 785px;
	position: relative;
	overflow: hidden;
}

.leagueColumn2Bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/lgcolumn2Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.leagueColumn2 .subPageTitle {
	margin-bottom: 50px;
}

.leagueCon2 {
	width: 1245px;
	height: 566px;
	margin: 0 auto;
	background: url(../image/laCol2Bg.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.leagueLeaf1 {
	position: absolute;
	width: 88px;
	height: 48px;
	top: 48px;
	left: 76px;
	background: url(../image/leafIcn1.png) no-repeat center center;
	background-size: cover;
}

.leagueLeaf2 {
	position: absolute;
	width: 150px;
	height: 90px;
	top: -95px;
	right: 66px;
	background: url(../image/leafIcn2.png) no-repeat center center;
	background-size: cover;
}

.leagueLeaf3 {
	position: absolute;
	width: 215px;
	height: 100px;
	bottom: 10px;
	left: -146px;
	background: url(../image/leafIcn3.png) no-repeat center center;
	background-size: cover;
}

.leagueLeaf4 {
	position: absolute;
	width: 122px;
	height: 81px;
	bottom: 78px;
	right: 94px;
	background: url(../image/leafIcn4.png) no-repeat center center;
	background-size: cover;
}

.leagueCon2 .con {
	padding: 98px 128px 70px;

}

.leagueCon2 .con .text {
	font-size: 18px;
	color: #666666;
	line-height: 35px;
	height: 315px;
	overflow-y: auto;
	overflow-x: hidden;
}

.leagueColumn3 {
	padding-top: 80px;
	height: 828px;
	position: relative;
	overflow: hidden;
}

.leagueColumn3Bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/lgcolumn3Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.leagueColumn3 .subPageTitle {
	margin-bottom: 40px;
}

.leagueDl3 {
	position: relative;
}

.leagueDl3 dd {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
}

.leagueDl3 dd .con {
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.leagueDl3 dd .text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	padding: 0 10px;
}

.leagueDl3 dd .icn {
	height: 37px;
	width: 37px;
	margin: 0 auto 6px;
}

.leagueDl3 dd.dd1 {
	width: 110px;
	height: 110px;
	background-color: rgba(235, 160, 74, 0.5);
	left: 0;
	top: 42px;
}

.leagueDl3 dd.dd1 .con {
	background-color: rgba(235, 160, 74, 1);
}

.leagueDl3 dd.dd1 .icn {
	background: url(../image/lac4Icn1.png) no-repeat center center;
	background-size: contain;
}

.leagueDl3 dd.dd2 {
	width: 150px;
	height: 150px;
	background: rgba(46, 142, 229, 0.5);
	left: 325px;
	top: 185px;
}

.leagueDl3 dd.dd2 .con {
	background: rgba(46, 142, 229, 1);
}

.leagueDl3 dd.dd2 .icn {
	background: url(../image/lac4Icn2.png) no-repeat center center;
	background-size: contain;
}

.leagueDl3 dd.dd3 {
	width: 130px;
	height: 130px;
	background: rgba(73, 182, 134, 0.5);
	left: 748px;
	top: 90px;
}

.leagueDl3 dd.dd3 .con {
	background: rgba(73, 182, 134, 1);
}

.leagueDl3 dd.dd3 .icn {
	background: url(../image/lac4Icn3.png) no-repeat center center;
	background-size: contain;
}

.leagueDl3 dd.dd4 {
	width: 150px;
	height: 150px;
	background: rgba(90, 155, 211, 0.5);
	right: 305px;
	top: 0;
}

.leagueDl3 dd.dd4 .con {
	background: rgba(90, 155, 211, 1);
}

.leagueDl3 dd.dd4 .icn {
	background: url(../image/lac4Icn4.png) no-repeat center center;
	background-size: contain;
}

.leagueDl3 dd.dd5 {
	width: 110px;
	height: 110px;
	background: rgba(73, 173, 125, 0.5);
	right: 0;
	top: 202px;
}

.leagueDl3 dd.dd5 .con {
	background: rgba(73, 173, 125, 1);
}

.leagueDl3 dd.dd5 .icn {
	background: url(../image/lac4Icn5.png) no-repeat center center;
	background-size: contain;
}

.leagueDl3 dd.dd6 {
	width: 150px;
	height: 150px;
	background: rgba(235, 125, 74, 0.5);
	right: 318px;
	top: 378px;
}

.leagueDl3 dd.dd6 .con {
	background: rgba(235, 125, 74, 1);
}

.leagueDl3 dd.dd6 .icn {
	background: url(../image/lac4Icn6.png) no-repeat center center;
	background-size: contain;
}

.leagueDl3 dd.dd7 {
	width: 150px;
	height: 150px;
	background: rgba(90, 101, 214, 0.5);
	right: 670px;
	top: 354px;
}

.leagueDl3 dd.dd7 .con {
	background: rgba(90, 101, 214, 1);
}

.leagueDl3 dd.dd7 .icn {
	background: url(../image/lac4Icn7.png) no-repeat center center;
	background-size: contain;
}

.leagueColumn4 {
	height: 712px;
	overflow: hidden;
	position: relative;
	padding-top: 80px;
}

.leagueColumn4Bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/lgcolumn4Bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.leagueColumn4 .subPageTitle {
	margin-bottom: 60px;
}
.leagueColumn4 .subPageTitle .title1{
	color: #fff;
}
.leagueColumn4 .subPageTitle .con:before {
    background: url(../image/pcTicn1.png) no-repeat center center;
}
.league-formBox {
	padding: 60px;
	background: rgba(255, 255, 255, 0.2);
}

.league-form {
	overflow: hidden;
	margin-right: -36px;
}

.league-form .form-form-formBox {
	margin-left: 0;
	margin-right: 36px;
}

.league-form .form-form-input {
	background: #fff;
	border-color: #e6e6e6;
	border-radius: 5px;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}

.league-form .form-form-formBox textarea {
	width: 100%;
	height: 164px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 16px 18px;
	font-size: 16px;
	color: #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.league-form .form-form-item {
	margin-bottom: 30px;
	padding: 0;
}

.league-form .form-form-item input::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.league-form .form-form-item textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
}

.league-form .episImg {
	margin-left: 10px;
	cursor: pointer;
}

.league-form .episImg img {
	width: 100px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
}

.league-form .form-form-yzm .form-formC {
	width: 320px;
	overflow: hidden;
}

.league-form .form-form-yzm .form-form-formBox {
	overflow: hidden;
}

.leagueBtn a {
	padding: 0 74px;
	height: 50px;
	line-height: 50px;
	background: #c9a36f;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.leagueBtn a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

/* 鎷涘晢鍔犵洘 end */

/* 鍒欓亾绠�浠� start */
.brief {
	padding-top: 60px;
}

.briefCon {
	overflow: hidden;
	background: #f5f5f5;
	padding: 30px;
}

.brief .con {
	width: 50%;
	float: left;
	display: inline;
}

.brief .con .title {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #c8a16c;
	padding-right: 30px;
	margin-bottom: 24px;
}

.brief .con .info {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-right: 30px;
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
}

.brief-scroll .bd {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.brief-scroll .pic:before {
	padding-top: 56.2963%;
}

.brief-scroll .prev {
	display: block;
	border: 1px solid #c5a06d;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	background: transparent url(../image/brPrev.png) no-repeat center center;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.brief-scroll .next {
	display: block;
	border: 1px solid #c5a06d;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	background: transparent url(../image/brNext.png) no-repeat center center;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.brief-scroll .prev:hover {
	background: #c9a36f url(../image/brPrevh.png) no-repeat center center;
}

.brief-scroll .next:hover {
	background: #c9a36f url(../image/brNexth.png) no-repeat center center;
}

/* 鍒欓亾绠�浠� end */

/*鍦ㄧ嚎鐣欒█ start*/
.message {
	padding-top: 60px;
	padding-bottom: 60px;
}

.message-formBox {
	background: #f5f5f5;
	padding: 60px;
}

.message-form {
	overflow: hidden;
	margin-right: -32px;
}

.message-form .form-form-item .form-formC {
	margin-right: 32px;
}

.message-form .form-form-label {
	width: 98px;
	font-size: 16px;
	padding: 0;
	line-height: 60px;
	height: 60px;
}

.message-form .form-form-formBox {
	margin-left: 98px;
	min-height: 45px;
}

.message-form .form-form-input {
	background: #e0e0e0;
	border-radius: 5px;
	height: 60px;
	line-height: 60px;
	border: none;
	font-size: 16px;
}

.message-form .form-form-formBox textarea {
	width: 100%;
	height: 268px;
	border-radius: 5px;
	padding: 16px 10px;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #e0e0e0;
}

.message-form .form-form-item {
	margin-bottom: 30px;
	padding: 0;
}

.message-form .form-form-item input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
}

.message-form .form-form-item textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
}

.yzmformBox {
	width: 270px;
	margin-left: 98px;
}

.yzmformBox .form-form-formBox {
	overflow: hidden;
	margin-left: 0;
}

.yzmformBox .episImg {
	margin-left: 10px;
}

.yzmformBox .episImg img {
	width: 100px;
	height: 60px;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}

.messageBtn {
	margin-left: 98px;
	font-size: 0;
}

.messageBtn a {
	display: inline-block;
	width: 180px;
	line-height: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
	font-size: 18px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	text-align: center;
}

.messageBtn a.btn1 {
	background: #c9a36f;
	color: #fff;
}

.messageBtn a.btn2 {
	background: #e0e0e0;
	color: #666666;
}

.messageBtn a:hover {
	opacity: 0.8;
}

/*鍦ㄧ嚎鐣欒█ end*/

/*淇℃伅鍏紑 start*/
.textList {
	overflow: hidden;
	margin: 0 -15px;
	padding-top: 60px;
}

.textList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.textList dd a {
	display: block;
	margin: 0 15px;
	background: #f5f5f5;
	padding: 25px 30px 28px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .title {
	font-size: 18px;
	color: #333333;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .info {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	height: 84px;
	overflow: hidden;
	margin-bottom: 12px;
}

.textList dd .time {
	line-height: 38px;
	height: 38px;
	font-size: 16px;
	color: #999999;
}

.textList dd a:hover {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
}

.textList dd a:hover .title {
	color: #c8a16c;
}

.textList dd:nth-last-child(1) {
	margin-bottom: 0;
}

.textList dd:nth-last-child(2) {
	margin-bottom: 0;
}

.textList dd:nth-last-child(3) {
	margin-bottom: 0;
}

/*淇℃伅鍏紑 end*/

/*琛屼笟鏂伴椈 start*/
.imgText{
	padding-top: 60px;
}
.imgText dd {
	background: #f5f5f5;
	padding: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .pic {
	width: 295px;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.imgText dd .pic img{
	overflow: hidden;
	border-radius: 5px;
}
.imgText dd .text .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText dd .text .title a {
	font-size: 18px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .text .time {
	font-size: 14px;
	color: #999999;
	height: 20px;
	line-height: 20px;
	margin-bottom: 12px;
}

.imgText dd .text .info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.imgText dd:hover{
	box-shadow: 0 4px 5px 2px rgba(0,0,0,0.08);
}
.imgText dd:hover .text .title a {
	color: #c8a16c;
}
/*琛屼笟鏂伴椈 end*/

/*鎷涜仒鍒楄〃 start*/
.recruitList {
	overflow: hidden;
	margin-bottom: 20px;
}

.recruitList dt {
	overflow: hidden;
	margin-bottom: 20px;
	background: #f5f5f5;
	line-height: 50px;
	height: 50px;
}

.recruitList dt .text {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	display: inline;
	width: 16.6666%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.recruitList dd {
	overflow: hidden;
	margin-bottom: 30px;
}

.recruitList dd:last-child {
	margin-bottom: 0;
}

.recruitList dd .recruitT {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 5px;
}

.recruitList dd .recruitT .text {
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 16.6666%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}


.recruitList dd .recruitT .btn {
	float: right;
	display: inline;
	width: 50px;
	height: 50px;
	background: url(../image/zpShowh.png) no-repeat center center;
	margin-right: 110px;
}

.recruitList dd .recruitC {
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	display: none;
	padding: 22px 30px 28px;
	background: #FFF;
}

.recruitText {
	overflow: hidden;
	margin-bottom: 22px;
}

.recruitBtn {
	overflow: hidden;
}

.recruitBtn a {
	overflow: hidden;
	display: block;
	height: 52px;
	line-height: 52px;
	float: left;
	display: inline;
	padding: 0 68px;
	background: #c9a36f;
	font-size: 16px;
	color: #FFF;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 5px;
}

.recruitBtn a:hover {
	opacity: 0.9
}



.recruitList dd:hover .recruitT .btn {
	background: url(../image/zpShowb.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
	background: #c9a36f;
}

.recruitList dd.active .recruitT .btn {
	background: url(../image/zpHide.png) no-repeat center center;
}

.recruitList dd.active .recruitT .text {
	color: #fff;
}

.recruitList dd:hover .recruitT {
	background: #c9a36f;
	color: #FFF;
}

.recruitList dd:hover .recruitT .text {
	color: #fff;
}

/*z鎷涜仒鍒楄〃 end*/

/* 鎷涜仒寮圭獥 start */
.recruitFormPopBox {
	width: 536px;
	height: 756px;
	padding: 0 30px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -298px;
	margin-top: -378px;
	z-index: 10000;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recruitFormPopBox.show {
	visibility: visible;
	opacity: 1;
}

.recruitFormPopBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recruitFormPopBg.show {
	visibility: visible;
	opacity: 1;
}

.recruitFormPop {
	padding-top: 25px;
	position: relative;
}

.recruitFormPop .formColse {
	position: absolute;
	top: 40px;
	right: -5px;
}

.recruitFormPop .formColse a {
	padding: 10px;
	background: url(../image/popClose.png) no-repeat center center;
}

.popFormTitleBox {
	margin-bottom: 14px;
}

.popFormTitleBox .title {
	font-size: 20px;
	color: #c9a36f;
	height: 50px;
	line-height: 50px;
}

.popFormBtn {
	text-align: center;
	font-size: 0;
	padding-top: 10px;
}

.popFormBtn a {
	display: inline-block;
	padding: 0 70px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.popFormBtn a.submit {
	background: #c9a36f;
	color: #fff;
}

.popFormBtn a.reset {
	background: #f5f5f5;
	color: #666666;
}

.popFormBtn a:hover {
	opacity: 0.9;
}

.popbdAll {
	background: #f5f5f5;
	border-radius: 5px;
}

.must {
	font-size: 14px;
	color: #ff0000;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
}

.popFormCon {
	width: 100%;
	height: 60px;
	margin-bottom: 18px;
}

.popFormCon1 {
	margin-bottom: 0;
}

.popFormCon2 {
	margin-bottom: 0;
}


.popFormCon.bz {
	height: 120px;
}

.popFormCon .popFormDiv {
	width: 96%;
	height: 100%;
}

.popFormDiv .inputTitle {
	width: 85px;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	font-size: 16px;
	color: #999999;
}

.popFormDiv .inputWidth {
	width: 80%;
	height: 100%;
}

.popFormDiv .inputWidth .formInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	font-size: 16px;
	color: #c9a36f;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f5f5f5;
}
.popFormCon.bz .formInput {
	padding-top: 20px;
}

.radioBox {
	line-height: 60px;
	font-size: 0
}

.radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
}

.radioCon label {
	line-height: 60px;
	height: 60px;
	display: block;
	position: relative;
	padding-left: 30px;
	color: #333;
}

.radioCon label:first-child {
	padding-left: 0;
}

.radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #999999;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.radioCon input[type="radio"]:checked+label span {
	background-color: #c9a36f;
	border-color: #c9a36f;
	background-clip: content-box;
	padding: 3px;
}

.radioCon.hover input[type="radio"]:checked+label span {
	background-color: #999999;
	border-color: #999999;
}

.popFormDiv.yzm .inputWidth {
	padding-left: 10px;
	width: 30%;
	border-radius: 5px;
}

.popFormDiv input::-webkit-input-placeholder,
.popFormDiv textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
	text-align: left;
}

.popFormDiv.yzm .picBox {
	width: 100px;
	height: 60px;
	border-radius: 5px;
	margin: 0 10px;
	cursor: pointer;
}

.popFormDiv.yzm .picBox img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: contain;
}

.popFormDiv.yzm .text {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #c8c8c8;
	cursor: pointer;
}

.formUploadBox {
	margin-bottom: 12px;
	min-height: 60px;
	line-height: 60px;
	position: relative;
}

.formUploadBox a {
	display: inline-block;
	height: 60px;
	width: 124px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.formUploadBox a.down {
	color: #fff;
	background: #c9a36f;
}

.formUploadBox a.up {
	color: #666666;
	background: #f5f5f5;
	margin-right: 10px;
}

.formUploadBox span {
    display: inline-block;
    height: 60px;
    font-size: 16px;
    color: #c8c8c8;
    position: absolute;
    right: 140px;
    top: 0;
}

.formUploadBox a:hover {
	opacity: 0.9;
}
.recruitFormPopBox  .webuploader-pick {
	display: block !important;
	background: none !important;
	padding: 0 !important;
	color: unset !important;
}
.recruitFormPopBox  .uploader-file-list dd {
	width: 220px !important;
	position: absolute !important;
	right: 45px !important;
	top: -4px;
	z-index: 2;
}
.recruitFormPopBox .uploader-file-list dd div.file-panel {
    z-index: 20!important;
}
/* 鎷涜仒寮圭獥 end */

/*鎴愮哗鏌ヨ start*/
.grade {
	padding: 40px 20px;
}

.geadeDl {
	overflow: hidden;
	margin-right: -26px;
	margin-bottom: 40px;
}

.geadeDl dd {
	overflow: hidden;
	width: 33.3333%;
	float: left;
	display: inline;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
}

.geadeDl dd .inputBox {
	margin-right: 26px;
}

.geadeDl dd .inputBox .text {
	float: left;
	display: inline;
	font-size: 16px;
	color: #333333;
}

.geadeDl dd .inputBox .yzmPic {
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-left: 12px;
}

.geadeDl dd .inputBox .yzmPic img {
	width: 100px;
	height: 40px;
}

.geadeDl dd .input {
	overflow: hidden;
	line-height: 38px;
	height: 38px;
	border: 1px solid #dddddd;
}

.geadeDl dd .input input {
	border: none;
	outline: none;
	width: 100%;
	line-height: 38px;
	height: 38px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	color: #333333;
}

.gradeBtn {
	width: 250px;
	text-align: center;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	margin-bottom: 40px;
}

.gradeBtn a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: #ff443d;
	border-radius: 6px;
}

.gradeDl1 {
	margin-right: -28px;
}

.gradeDl1 dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.gradeDl1 dd .con {
	margin-right: 28px;
}

.grformSel {
	height: 40px;
	position: relative;
	padding-right: 38px;
	background: #f1f1f1;
}

.grformSel .seljg {
	padding-left: 10px;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}

.grformSel i {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/subsiteSrc/cnPc/images/formSel1.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.grformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 40px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.grformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.grformSel .selTj a:hover {
	background: #1a83e0;
	color: #FFF;
}

.grformSel .selTj a.hover {
	background: #1a83e0;
	color: #FFF;
}

.gradeDl2 {
	overflow: hidden;
}

.gradeDl2 dd {
	float: left;
	display: inline;
	margin-right: 45px;
	line-height: 55px;
	height: 55px;
	font-size: 16px;
	color: #333333;
}

.gradeDl2 dd span {
	font-weight: bold;
}

.gradeTable table {
	text-align: center;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

.gradeTable table tr {
	height: 38px;
	line-height: 38px;
}

.gradeTable table tr td {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	font-size: 16px;
	color: #333333;
}

.gradeTable table .trHead {
	background: #f1f1f1;
}

.gradeTable table .trHead td {
	color: #555555;
}

.gradeTable table .trSum td {
	color: #e6232a;
	font-weight: bold;
}

/*鎴愮哗鏌ヨ end*/

/*瑙嗛鍒楄〃寮�濮媠tart*/
.videoList {
	overflow: hidden;
	margin-right: -30px;
}

.videoList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.videoList dd a {
	display: block;
	margin-right: 30px;
	background: #fff;
}

.videoList dd a .pic span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3) url(/subsiteSrc/cnPc/images/videoIco.png) no-repeat center center;
	z-index: 1;
	opacity: 0.8;
}

.videoList dd a .text {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.videoList dd a:hover .text {
	color: #ff443d;
}

.videoList dd a:hover .pic span {
	opacity: 1;
}

/*瑙嗛鍒楄〃寮�濮� end*/

/* 鑱旂郴鎴戜滑 strat */
.contact {
	padding-top: 60px;
}

.contactDl {
	overflow: hidden;
	margin-right: -94px;
	margin-bottom: 52px;
}

.contactDl dd {
	float: left;
	display: inline;
	width: 50%;
}

.contactDl dd .con {
	margin-right: 94px;
	text-align: center;
}

.contactDl dd .ddCon {
	display: inline-block;
}

.contactDl dd .icn {
	width: 136px;
	height: 136px;
	margin: 0 auto 32px;
}

.contactDl dd.dd1 .icn {
	background: url(../image/ctelIcn.png) no-repeat center center;
	background-size: cover;
}

.contactDl dd.dd2 .icn {
	background: url(../image/caddressIcn.png) no-repeat center center;
	background-size: cover;
}

.contactDl dd .title {
	font-size: 24px;
	color: #333333;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
}

.contactDl dd .info {
	font-size: 16px;
	color: #999999;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
}

.contactMap {
	width: 100%;
	height: 602px;
}

/* 鑱旂郴鎴戜滑 end */

/*
* 鐎戝竷娴� kis2
*/
.gridBox {
	padding-top: 60px;
	transition: .2s ease;
	margin-right: -30px;
}

.gridDl {
	position: relative;
	width: 100%;
}

.gridDl dd {
	width: 33.3333%;
	position: absolute;
	top: 0;
	left: 0;
}

.gridDl dd a {
	display: block;
	margin-right: 30px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-bottom: 30px;
}

.gridDl dd a:hover {
	-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}

.gridDl dd a .text {
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	color: #333333;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #f5f5f5;
	border: 1px solid #f2f2f2;
	border-top: none;
}

.gridDl dd a:hover .text {
	background: #c9a36f;
	color: #fff;
	border-color: #c9a36f;
}

.gridDl dd a .grPic {
	padding: 36px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.gridDl dd a .grPic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.grid-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	border-radius: 3px;
	transition: .3s ease-in-out;
}

.viewer-number i {
	font-style: unset;
}

/* 鏂伴椈璇︾粏椤� strat */
.newsView {
	background: #f5f5f5;
	padding: 44px 60px 30px;
}

.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.articleTime {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #999999;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}

.articleTime span {
	margin: 0 5px;
	cursor: pointer;
}

.articleTime .fontColor {
	display: inline;
	color: #ffa200;
	font-weight: bold;
	margin-left: -5px;
}

.articleTime span.hover {
	color: #101887;
}

.newsReturn a {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	display: block;
	background: #b7b9db;
	padding: 5px 56px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 36px;
}

.newsReturn a:hover {
	background: #101887;
}

.pageUpText {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	height: 64px;
	line-height: 32px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
}

.pageUpText a {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUpText a:hover {
	color: #c9a36f;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #c9a36f;
}

.articlePage a.hover {
	color: #fff;
	background: #c9a36f;
}

/**
 * 鏂囩珷闃呰椤�-鍐呭涓婇儴澶у浘
 */
#play {
	width: 780px;
	height: 500px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none;
}

#play .prev_a span {
	background: url(../image/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../image/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 780px;
	height: 500px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 780px;
	height: 500px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../image/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../image/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../image/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../image/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../image/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../image/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../image/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.syShare1{
	display: inline-block;
	line-height: 40px !important;
	position: relative;
	top: 5px;
	overflow: hidden;
}
.syShare1 span{
	font-size: 14px;
	float: left;
	display: block;
	line-height: 20px;
	margin-left: 15px;
}
.syShare1 .bshare-custom {
    overflow: hidden;
	line-height: 18px !important;
}
.syShare1 .bshare-custom a{
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	padding-left: 0 !important;
	font-size: 16px;
	color: #6e6e6e;
	margin: 0 6px !important;
	width: 16px;
}

.syShare1 .bshare-qqim{
	background: url(../image/qqicn.png) center center no-repeat !important;
}
.syShare1 .bshare-qqim:hover{
	background: url(../image/qqicnh.png) center center no-repeat !important;
}
.syShare1 .bshare-weixin{
	background: url(../image/wxicn.png) center center no-repeat !important;
}
.syShare1 .bshare-weixin:hover{
	background: url(../image/wxicnh.png) center center no-repeat !important;
}
.syShare1 .bshare-renren{
	background: url(../image/rrw.png) center center no-repeat !important;
}
.syShare1 .bshare-renren:hover{
	background: url(../image/rrwh.png) center center no-repeat !important;
}
.syShare1 .bshare-sinaminiblog{
	background: url(../image/wbicn.png) center center no-repeat !important;
}
.syShare1 .bshare-sinaminiblog:hover{
	background: url(../image/wbicnh.png) center center no-repeat !important;
}
.syShare1 .bshare-custom .bshare-more.more-style-addthis {
    background: url(/subsiteSrc/cnPc/images/viewmore.png) center center no-repeat !important;
}
.syShare1 .bshare-custom .bshare-more.more-style-addthis:hover {
    background: url(/subsiteSrc/cnPc/images/viewmoreh.png) center center no-repeat !important;
}
/*鏂伴椈璇︾粏椤� end*/


.bigImg img {
	object-fit: contain;
	object-position: center center;
	width: 100%;
	display: block;
	overflow: hidden;
}

.bigImgConBox .myPrev {
	background: rgba(0, 0, 0, 0.5) url(../image/brPrevh.png) center center no-repeat;
	background-size: auto 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bigImgConBox .myNext {
	background: rgba(0, 0, 0, 0.5) url(../image/brNexth.png) center center no-repeat;
	background-size: auto 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bigImgConBox .myPrev:hover {
	background: rgba(0, 0, 0, 0.5) url(../image/brPrev.png) center center no-repeat;
	background-size: auto 16px;
}

.bigImgConBox .myNext:hover {
	background: rgba(0, 0, 0, 0.5) url(../image/brNext.png) center center no-repeat;
	background-size: auto 16px;
}
.bigImgSlide{
	border-radius: 5px;
	overflow: hidden;
}
.bigImgSlideBox .bigMySlide .con {
	padding: 4px;
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

.bigImgSlideBox .bigMySlide.active .con {
	border: 1px solid #c9a36f;
	background: #c9a36f;
}

.bigImgSlideBox .mySlidePrev {
	background: url(../image/brPrev.png) center center no-repeat;
	background-size: auto 20px;
}

.bigImgSlideBox .mySlideNext {
	background: url(../image/brNext.png) center center no-repeat;
	background-size: auto 20px;
}


/* 闊抽 start */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}


.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../image/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../image/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../image/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../image/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* 闊抽 end */


/*分页*/
.pagination{
}
.pagination li{
    display: inline-block;
}
.pagination li a{
    background: #e3e3e3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    border-radius: 50%;
    margin: 0 3px;
    border: 1px solid #c8a16c;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #c8a16c;
    position: unset;
    padding: 0;
}
.pagination > .disabled{
    display: inline-block;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
    display: inline-block;
    overflow: hidden;
    color: #666666;
    border-radius: 50%;
    margin: 0 3px;
    border: 1px solid #e3e3e3;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e3e3e3;
    position: unset;
    padding: 0;
}

.product_title{
    background-color: #c9a36f;
    color: #fff;
    font-weight: bold;
    float: left;
    height: 53px;
    width: 100%;
    line-height: 53px;
    font-size: 20px;
    text-align: center;
    background: #c9a36f;
    margin-bottom: 20px;
}

.product_con{
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px 0 10px;
}

.btn-news{
    color: #fff;
    background-color: #7f0019;
    border-color: #7f0019;
    width: 120px;
    font-size: 14px;
    border-radius: 10px;
    background-clip: padding-box;
    padding: 10px 16px;
    border: 1px solid transparent;
}


.menuDl {
    right: 200px;
}