@font-face {
  font-family: "kaiyuan";
  src: url('../fonts/webfont.eot'); /* IE9 */
  src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/webfont.woff2') format('woff2'),
  url('../fonts/webfont.woff') format('woff'), /* chrome銆乫irefox */
  url('../fonts/webfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
  url('../fonts/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "kaiyuan" !important;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover{
}
ul,
li,
ol {
	list-style: none;
}
.ifram{
	z-index: 9999;
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
		display: none;
}
input {
	border: none;
	outline: none !important;
}
.closetanc2{
	    position: fixed;
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	    top: 108px;
	    right: 28%;
	    z-index: 999999;
		display: none;
}
/*css涓昏閮ㄥ垎鐨勬牱寮�*/
/*瀹氫箟婊氬姩鏉″楂樺強鑳屾櫙锛屽楂樺垎鍒搴旀í绔栨粴鍔ㄦ潯鐨勫昂瀵�*/
.tanchuang::-webkit-scrollbar {
width: 4px; /*瀵瑰瀭鐩存祦鍔ㄦ潯鏈夋晥*/
height: 4px; /*瀵规按骞虫祦鍔ㄦ潯鏈夋晥*/
}
/*瀹氫箟婊氬姩鏉＄殑杞ㄩ亾棰滆壊銆佸唴闃村奖鍙婂渾瑙�*/
.tanchuang::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #9e9e9e;
border-radius: 2px;
}
/*瀹氫箟婊戝潡棰滆壊銆佸唴闃村奖鍙婂渾瑙�*/
.tanchuang::-webkit-scrollbar-thumb{
border-radius: 2px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #262626;
}
.ovefhidden {
	overflow: hidden;
}
textarea {
	border: none;
	outline: none !important;
}
.mainbody {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {
	font-size: 14px;
	font-family: "kaiyuan" !important;
	color: #333;
}
.juzhong {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.colora18675 .index3toptitle {
	color: #a18675 !important;
}
.colora18675 .index3toptitle2 {
	color: #a18675 !important;
}
.clear::after {
	content: '';
	clear: both;
}
.lunagecon {
	position: relative;
	cursor: pointer;
	display: inline;
	vertical-align: middle;
	margin-right: 20px;
}
.lunage {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.launageul {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	background-color: #fff;
}
.launageul a {
	line-height: 30px;
	text-align: center;
	width: 60px;
	color: #333;
	display: block;
}
.launageul a:hover {
	background-color: #f1f1f1;
}
.header {
	position: fixed;
	display: flex;
	width: 100%;
	padding: 0 5%;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
}
.nav li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.nav li a {
	font-size: 16px;
	color: #333;
	display: block;
	width: 90px;
	text-align: center;
	line-height: 30px;
}
.nav li::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #404040;
	transform: scaleX(0);
	transition: all 0.3s;
}
.nav li:hover::after {
	transform: scaleX(1);
}
.nav li.naactive::after {
	transform: scaleX(1);
}
.nalogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*fenye*/
.pagination-box{
	text-align: center;
}
.pagination a{
	color: #656565 !important;
}
.pagination li:hover a{
	color: #fff !important;
}
.pagination li:hover a{
	border-color: #1183ff !important;
	background-color: #1183ff !important;
}
.pagination li.current a{
	color: #fff !important;
}
.pagination li.current a{
	border-color: #1183ff !important;
	background-color: #1183ff !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #1183ff;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1183ff;
  border-color: #1183ff;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/*fenye end*/
.lunagexia {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.lunagespna {
	display: inline-block;
	vertical-align: middle;
}
.hamburger {
	display: inline-block;
	vertical-align: middle;
}
.hamburger .line {
	width: 20px;
	height: 3px;
	background-color: #333;
	display: block;
	margin: 4px auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.hamburger:hover {
	cursor: pointer
}
.hamburger.is-active .line:nth-child(2) {
	opacity: 0
}
.hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg)
}
.hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg)
}
.findinput {
	transition: all 0.3s;
	border-bottom: 1px solid #ccc;
	width: 0;
	line-height: 30px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.findicon {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.navfind {
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.navfind:hover .findinput {
	width: 200px;
	padding: 0 20px;
}
.footercenter {
	width: 90%;
	margin: 0 auto;
}
.footertopul {
	text-align: center;
}
.footertopul li {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 2px solid #ccc;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	vertical-align: middle;
}
#qrcode {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 10px;
	background-color: #666666;
	border-radius: 4px;
	display: none;
}
#qrcode::after {
    content: '打开微信，扫描二维码';
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.qrcode2 {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 10px;
	background-color: #666666;
	border-radius: 4px;
	display: none;
}
.qrcode2::after {
	content: '打开微信，扫描二维码';
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.weixincon:hover .qrcode2 {
	display: inline-block;
}
.weixincon:hover #qrcode {
	display: inline-block;
}
.footertopul li:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.xhs {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scale(0.5);
}
.footerfx {
	text-align: center;
	margin-bottom: 20px;
}
.footertop {
	padding-top: 110px;
	padding-bottom: 130px;
	border-bottom: 1px solid #ccc;
}
.footerzhongjian {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.footercentercontitle {
	font-size: 15px;
	color: #333;
	margin-bottom: 30px;
}
.footcenul li {
	color: #666;
	line-height: 30px;
}
.footcenul li span {
	font-size: 14px;
}
.footcenul li:hover {
	color: #007AFF;
}
.concatitem {
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.concatitem span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}
.concatinput {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	width: 170px;
}
.concattextarea {
	display: block;
	width: 200px;
	resize: none;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.concatsbmit {
	width: 200px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
}
.footercentercontitle2 {
	margin-top: 60px;
	font-size: 14px;
	color: #666;
}
.footercenterconlast {
	width: 300px;
}
.footerbottom {
	background-color: #404040;
	color: #fff;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	margin-top: 70px;
}
.footerbottom span {
	font-size: 20px;
}
.index_banner {
	height: 100vh;
	width: 100%;
}
.indexlunbo {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.imgcon {
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.index_bannerbutton {
	display: none;
	background: none;
	margin-top: -17px;
	text-align: center;
	line-height: 30px;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	opacity: 1 !important;
	border: 2px solid #ccc;
	color: #333;
	font-size: 16px;
	transition: all .3s;
	color: #fff;
}
.index_bannerbutton:hover {
	background-color: rgba(0, 0, 0, .3);
	border-color: snow;
}
.index_banner:hover .index_bannerbutton {
	display: block;
}
.index3 {
	display: flex;
	position: relative;
}
.index3_left {
	width: 32.4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CCCCCC;
}
.index3_right {
	width: 67.6%;
}
.gallerythumbs {
	background-color: #4d4d4d;
	padding: 0 130px;
}
.index3imgcon {
	position: relative;
	text-align: center;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}
.index3imgcon img {
	width: 80% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.index3imgcon1 img {
	width: 50% !important;
}
.index3imgcon2 img {
	width: 50% !important;
}
.index3imgcon8 img {
	width: 60% !important;
}
.index3imgcon9 img {
	width: 50% !important;
}
.swiper-slide-thumb-active .index3imgcon {
	background-color: #1a1a1a;
}
.topfoot {
	padding: 110px 0;
	background-color: #f6f6f6;
}
.topfoottitle {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #757569;
}
.topfootline {
	width: 30px;
	margin: 20px auto;
	height: 2px;
	background-color: #757569;
}
.topfoottitle2 {
	font-size: 20px;
	text-align: center;
	color: #757569;
	letter-spacing: 2px;
}
.indexheaderactive {
	background: none;
}
.indexheaderactive .lunage {
	color: #fff;
}
.indexheaderactive .hamburger .line {
	background-color: #fff;
}
.index2 {
	padding: 110px 0;
}
.index2title {
	max-width: 440px;
	margin: 0 auto;
}
.imgcon img {
	width: 100%;
	/*height: 80%;*/
}
.dian {
	margin-right: -4px;
    margin-left: -4px;
	font-weight: bold !important;
}
.indexheaderactive .navulcon {
	overflow: hidden;
	width: 0;
}
.index3top {
	padding: 40px 0;
}
.index3top22 {
	padding: 40px 0;
}
.index3toptitle {
	font-size: 40px;
	text-align: center;
}
.index3toptitle2 {
	font-size: 20px;
	margin-top: 5px;
	text-align: center;
}
.index3_left_title {
	font-size: 25px;
	margin-bottom: 10px;
}
.index3_left_entitle {
	font-size: 14px;
	line-height: 24px;
}
.index3_left_detail {
	font-size: 12px;
	margin: 25px 0;
	line-height: 20px;
}
.index3_left_detail2 {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}
.index3_left_title2 {
	margin-bottom: 30px;
	font-size: 25px;
}
.index3_left_con {
	width: 260px;
}
.indexmore {
    background-image: url(../images/jian.gif);
    background-size: 100% 100%;
	width: 30px;
	height: 30px;
	/*border-radius: 100%;*/
	/*border: 2px solid #333;*/
	line-height: 26px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	margin-bottom: 10px;
}
.indexmore>a{
    display: block !important;
width:100%;
height:100%
}
.indexmorebig{
    background-image: url(../images/jian.gif);
    background-size: 100% 100%;
    width: 38px;
	height: 38px;
	line-height: 34px;
}
.indexmore .showtanchuang{
    /*display: none;*/
}
/*.indexmore:hover {*/
/*	background-color: #333;*/
/*	color: #fff;*/
/*}*/
.gallery_bannerbutton {
	margin-top: -15px;
	height: 30px;
	opacity: 1 !important;
	outline: none;
}
.gallery_prev {
	left: 40px;
}
.gallery_next {
	right: 40px;
}
.gallery_bannerbutton.swiper-button-next:after,
.gallery_bannerbutton.swiper-button-prev:after {
	font-size: 30px;
}
.index3spancon {
	height: 100px;
	position: relative;
	cursor: pointer;
}
.index3spancon span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	white-space: nowrap;
	position: absolute;
	font-size: 12px;
}
.swiper-slide-thumb-active .index3spancon {
	background-color: #1a1a1a;
	transition: all .3s;
}
.gallerythumbs3 {
	padding: 0 300px;
}
.gallery_next3 {
	right: 130px;
}
.gallery_prev3 {
	left: 130px;
}
.index_bannerbutton::after {
	display: none;
}
.index3_left2 {
	background-color: #fff;
}
.gallerythumbscon {
	position: relative;
	background-color: #4d4d4d;
}
.indexkymp {
	font-size: 0;
	width: 100%;
}
.indexkympcon {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 0;
}
.indexkympcon>img {
	width: 100%;
}
.indexkympmincon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, .3);
	transition: all .3s;
	opacity: 0;
	top: 0;
	left: 0;
}
.indexkympcon:hover .indexkympmincon {
	opacity: 1;
}
.indexkympmincon span {
	display: block;
	text-align: center;
	color: #fff;
	width: 100%;
	line-height: 20px;
}
.indexkympcontitle {
	font-size: 20px;
}
.indexkympconentitle {
	font-size: 14px;
	margin-top: 5px;
}
.indexcneter {
	width: 90%;
	margin: 0 auto;
}
.indxqxzxtitle1 {
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.indxqxzxtitle2 {
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #9999;
}
.indxqxzxswiper {
	padding-bottom: 165px;
}
.indxqxzxspagination {
	bottom: 80px !important;
	top: auto !important;
	width: 40% !important;
	left: 30% !important;
}
.indxqxzxspagination span {
	background: #666 !important;
}
/* .indxqxzxspagination span{
	 border-radius: 0;
	 width: 12%;
	 max-width: 110px;
	 margin: 0 !important;
	 height: 4px;
 }
  .indxqxzxspagination .swiper-pagination-bullet-active{
	  background: #999;
  } */
.indexyfx {
	margin-bottom: 180px;
}
.indexdaimg {
	position: relative;
}
.indexdaimgcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.indexvideocon {
	display: none;
}
.indexvideo:hover .indexvideocon {
	display: inline-block;
}
.indexdaimgcon>div {
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
.indexddaimgtitle {
	font-size: 28px;
}
.indexddaimgentitle {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 45px;
}
.indexdaimgdetail {
	font-size: 12px;
	line-height: 24px;
}
.indexmoredt {
	border-color: #fff;
	margin: 40px auto 0 auto;
}
.indexdaimg>img {
	min-height: 200px;
}
.indexvideo video {
	width: 100%;
}
.indexvideo {
	position: relative;
}
.xxdpclick {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	line-height: 36px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.xxdpclick:hover {
	color: #fff;
	border-color: #999;
	background: rgba(0, 0, 0, .3);
}
.bofanhidden {
	display: none;
}
.xxdpclickmtitle span {
	display: block;
	text-align: center;
}
.xxdpclickmtitle1 {
	font-size: 24px;
	margin: 16px 0 6px 0;
}
.xxdpclickmtitle2 {
	font-size: 14px;
}
.indexvideochange {
	margin-top: 45px;
	margin-bottom: 45px;
	text-align: center;
}
.indexvideochangecon {
	display: inline-block;
	width: 188px;
	margin-right: 24px;
	cursor: pointer;
}
.indexvideochangecon:last-of-type {
	margin-right: 0;
}
.indexvideochangetitle {
	text-align: center;
	font-size: 16px;
	margin-top: 14px;
}
.elsebody {
	position: relative;
	margin-top: 90px;
}
.colorwhite {
	color: #fff;
}
.kysh2 {
	display: flex;
	flex-wrap: wrap;
}
.kysh2helf {
	width: 50%;
	position: relative;
}
.kysh2right {
	background: #f3f2f0;
}
.absolutecenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kysh2cen {
	width: 366px;
}
.kysh2title {
	font-size: 24px;
	line-height: 30px;
}
.marginb37 {
	margin-bottom: 37px;
}
.kysh2content {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}
.kysh2content22 {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.marginb40 {
	margin-bottom: 16px;
}
.kysh2botom {
	font-size: 12px;
	line-height: 26px;
}
.kysh3 {
	margin-top: 56px;
	position: relative;
}
.kysh3center div {
	text-align: center;
	color: #fff;
}
.kysh4center div {
	text-align: center;
	color: #727171;
}
.absoluteshangxia {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.kysh3left {
	left: 15.6%;
}
.absoluteshangxia div {
	color: #fff;
}
.kysh3title {
	font-size: 36px;
	line-height: 45px;
}
.kysh3title2 {
	font-size: 26px;
	margin-bottom: 10px;
}
.kysh3titleen {
	font-size: 14px;
	line-height: 18px;
}
.kysh3content {
	font-size: 14px;
	line-height: 32px;
}
.marginbot36 {
	margin-bottom: 36px;
}
.yshclj {
	font-size: 0;
}
.yshclj2 {
	position: fixed;
	top: 90px;
	z-index: 2;
	width: 100%;
	background: #fff;
	transition: all 0.2s;
}
.opacity5 {
	opacity: 0.5;
}
.yshclj2:hover {
	opacity: 1;
}
.mbxdh2 {
	position: fixed;
	z-index: 22;
	margin-top: 0 !important;
	top: 60px;
}
.kyshclja {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 54px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	width: 33.333%;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,.1);
	border-top: 2px solid rgba(0,0,0,.1);
	transition: background,color 0.5s;
}
.kyshcljaactive{
	border-top: 2px solid #1183ff;
	background-color: #fff;
	color:#333
}

.kyshclja2 {
	width: 25%;
}

.kyshclja:last-of-type {
	border-right: none
}
.gjppg {
	display: flex;
}
.gjppgleft {
	width: 64.6%;
}
.gjppgright {
	position: relative;
	width: 35.4%;
	background: #f3f2f0;
}
.gjppgright2 {
	background: #e7e7e5;
}
.gjppg1 {
	width: 270px;
}
.margintop20 {
	margin-top: 20px;
}
.kysh3content2 {
	font-size: 16px;
}
.kysh4 {
	padding: 0 90px;
}
.sjcqztg {
	margin-top: 60px;
	margin-bottom: 40px;
}
.kyshclja:hover {
	background-color: #fff;
	color: #333;
}
.sjcqztg2 {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 400px;
}
.kysh3leftcon {
	width: 375px;
}
.zuoyouzai {
	font-size: 14px;
	margin: 60px 0;
	display: flex;
	flex-wrap: wrap;
}
.textright {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
	padding-right: 30px;
}
.textleft {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	padding-left: 30px;
}
.zuoyouzaiitem {
	margin-bottom: 60px;
}
.imgcom img {
	width: 100%;
	font-size: 0;
}
.zuoyouzaiitem:last-of-type {
	margin-bottom: 0;
}
.zuoyouzai .imgcom {
	overflow: hidden;
	display: inline-block;
}
.zuoyouzai .imgcom img {
	transition: all 2s;
}
.zuoyouzai .imgcom:hover img {
	transform: scale(1.1);
}
.imgcom1 {
	width: 85%;
}
.imgcom2 {
	width: 40%;
}
.imgcom4 {
	width: 85%;
}
.imgcom3 {
	width: 52%;
	margin-left: 100px;
}
.zuoyouzaispan1 {
	margin-left: 100px;
	width: 332px;
}
.zuoyouzaispan2 {
	margin-left: 30%;
	width: 332px;
}
.zuoyouzaispan3 {
	width: 332px;
	margin: 0;
}
.zuoyouzaispan4 {
	width: 285px;
	margin-left: 56%;
}
.zuoyouzaispan{
 position: relative;
 text-align: left;
 padding-bottom: 20px;
}
.zuoyouzaiitemabsolute {
	position: absolute;
	width: 15%;
	left: 6%;
}
.zuoyouzaispancon {
	/*font-size:0;*/
	color: #333;
	line-height: 24px;
}
.indexmoreacsolute {
	position: absolute;
	right: 0;
	bottom: 0;
}
.zuoyouzai1>div {
	vertical-align: middle;
}
.kysh3left2 {
	right: 10.4%;
	left: auto;
}
.kysh3left3 {
	right: 10.4%;
	left: auto;
	top: 75%;
}
.kysh3left4 {
	right: 10.4%;
	left: auto;
	top: 25%;
}
.imgcom6 {
	width: 52%;
}
.indexmore3 {
	margin-top: 10px;
}
.znzm div {
	color: #333;
}
.imgcom7 {
	width: 65%;
}
.zuoyouzaispan8 {
	margin-left: 40px;
	width: 260px;
}
.imgcom9 {
	width: 20%;
}
.zuoyouzaispan10 {
	margin-left: 60%;
	width: 260px;
}
.mbxdh {
	background-color: #fff;
	padding: 0 5%;
	width: 100%;
	margin-top: 60px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.mbxdh span {
	display: inline-block;
	margin: 0 5px;
}
.mbxdh a:hover {
	color: #007AFF;
}
.kumpnav {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
}
.kumpnavle {
	width: 18%;
	display: inline-block;
	padding-left: 5%;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	z-index: 2;
}
.kumpnavbanner {

    object-fit: cover;
     width: 82%;
     display: inline-block;
     background-position: right center!important;
     /*background-attachment: fixed;*/
     background-repeat: no-repeat!important;
     background-size: 100% 100%;
     position: relative;
	/*background-size: 100% 100%!important;*/

}
.closenav {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	transition: all .3s;
	display: none;
}
.closenav img {
	position: absolute;
	top: 80px;
	left: 210px;
	background-color: #333;
	/*right: 80px;*/
	width: 40px;
	height: 40px;
	padding: 10px;
	cursor: pointer;
}
.kumpnavleul {
	margin-top: 10px;
}
.kumpnavtitle {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.kumpnavelse {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
.kumpnavelse>a {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.kumpnavelse>a::after {
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #333333;
	transform: scaleX(0);
	transition: all .3s;
	bottom: 0;
	left: 0;
	content: '';
}
.kumpnavelse>a:hover::after {
	transform: scaleX(1);
}
.kumpnavactive>a::after {
	transform: scaleX(1);
}
.kumpnavleultwo {
	position: absolute;
	width: 60%;
	left: 100%;
	background-color: #e8e7e5;
	height: 100%;
	top: 0;
	display: none;
	opacity: 0;
	transition: all .3s;
	padding-left: 15%;
	padding-top: 60px;
}
.kumpnavleultwoshow {
	display: block;
	opacity: 1;
}
.kumpnavleultwoshow li {
	margin-bottom: 5px;
}
.kumpnavleultwoshow li:hover {
	color: #007AFF;
}
.kumpnavleultwolast {
	margin-top: 30px;
}
.showkumpnavle {
	display: none;
}
.kympbody {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
	/*padding: 0 20px;*/
}
.kympbodytitle {
	position: relative;
	font-size: 14px;
}
.kympbodytitleleft {
	line-height: 50px;
}
.kympbodytitleright {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.kympbodytitleright select {
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
}
.kympbodycon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.kympbodymincon {
    margin-right: 1%;
    margin-bottom: 1%;
	width: 24%;
	border: 1px solid #fff;
	padding-bottom: 27%;
	position: relative;
	padding-top: 80px;
}
.kympbodymincon:hover .kympbodyconimg::before{
	display: inline-block;
}
.kympbodymincon:hover .kympbodyconimg::after{
	display: inline-block;
}
.kympbodyconimg::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.3);
	display: none;
	top: 0;
	left: 0;
}
.kympbodyconimg::before{
	font-family: "iconfont" !important;
	content: "\e661";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 100%;
	border: 2px solid #fff;
	height: 34px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	width: 34px;
	line-height: 34px;
	display: none;
}
.kympbodymincontwo {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: #ededed;
}
.kympbodymincontwo:hover {
	background-color: #fff;
	cursor:pointer;
}
.kympbodymincon span {
    font-size: 18px;
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
	padding: 0 10px;
	display: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kympbodyconbuy{
     font-size: 16px !important;
}
.kympbodymincontwo:hover span {
	display: block;
}
.kympbodyconimg {
	height: calc(100% - 120px);
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	
}
.imgcontwo img {
	max-height: 100%;
	/*max-width: 80%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s;
}
.kympbodymincon:hover .kympbodyconimg img {
	transform: translate(-50%, -50%) scale(1.1);
}
.kympdetailcenter img {
	width: 100%;
}
.kympdetailcenter {
	font-size: 14px;
	line-height: 30px;
}
.kympdetailcenter2 img {
	width: 100%;
}
.kympdetailcenter2 {
	/*font-size: 0px;*/
}
.kympdetail {
	width: 1300px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.kympdetailtop {
	width: 400px;
	margin: 110px auto;
}
.kympdetailtoptitle {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 24px;
	text-align: center;
}
.kympdetailbottom {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px 0;
}
.pagenext {
	display: block;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pagenext:hover {
	color: #007AFF;
}
.kympdetailtopdetial {
	margin-top: 30px;
	font-size: 13px;
	color: #333;
	line-height: 22px;
}
.kympdetailtoplogo {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.kyshcon {
	position: relative;
}
.bisozhi {
	width: 100%;
	line-height: 100px;
	text-align: center;
	letter-spacing: 24px;
	font-size: 18px;
	color: #999;
}
.kywhcon2 {
	display: flex;
	flex-wrap: wrap;
}
.kywhcon2con {
	width: 50%;
	position: relative;
	background-color: #f3f2f0;
}
.index3_left_titletop {
	font-size: 16px;
	margin-bottom: 50px;
}
.gjppg2 {
	width: 360px;
}
.index3_left_title4 {
	font-size: 25px;
}
.marginbot22 {
	margin-bottom: 22px;
}
.imgcomhover {
	overflow: hidden;
	font-size: 0;
}
.imgcomhover img {
	transition: all 1s;
}
.imgcomhover:hover img {
	transform: scale(1.1);
}
.kyshpadding20 {
	padding: 20px;
}
.kysjshuju {
	display: flex;
	width: 1200px;
	margin: 60px auto;
	justify-content: center;
}
.kysjshujubigcon {
	padding: 30px 0;
}
.kysjshujucon {
	margin: 0 40px;
}
.timer {
	display: block;
	font-size: 58px;
	margin-bottom: 24px;
	text-align: center;
}
.kysjshujucontitle {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
.shijianzhou {
	background-color: #f3f2f0;
}
.shijianzoucon {
	padding: 20px 0;
	position: relative;
	height: 640px;
	white-space: nowrap;
	/* display: flex; */
}
.shijianzouconline {
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #a3a399;
	top: 50%;
}
.shijianzmincon {
	width: 142px;
	height: 50%;
	display: flex;
	margin-bottom: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	align-content: flex-end;
	flex-wrap: wrap;
	border-bottom: 2px solid #a3a399;
	box-sizing: content-box;
}
.shijianzouconinline:nth-of-type(2n) .shijianzmincon {
	margin-top: 300px;
	margin-bottom: 0;
	flex-wrap: wrap-reverse;
	border-bottom: 0;
	border-top: 2px solid #a3a399;
}
.shijianzouconbig {
	position: relative;
	overflow-x: auto;
}
.jilu {
	display: block;
	width: 100%;
	/* overflow: hidden; */
}
.jululie {
	width: 2px;
	height: 25%;
	background-color: #a3a399;
	position: relative;
}
.jululie::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	bottom: -8px;
	left: -7px;
	border-radius: 100%;
	background-color: #fff;
	border: 2px solid #a3a399;
}
.shijianzouconinline:nth-of-type(2n) .shijianzmincon .jululie::after {
	top: -8px;
}
.shijianzhuocontnet {
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: initial;
}
.shijianzmincontitle {
	font-size: 32px;
}
.shijianzouconinline {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.shijianzouconinline:first-of-type .shijianzmincon {
	padding-left: 100px;
}
.shijianzouconinline:last-of-type .shijianzmincon {
	padding-right: 100px;
}
.kysjrongyaol {
	width: 74%;
	padding-left: 5%;
	padding-right: 60px;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.kysjrongyao {
	display: flex;
}
.kysjrongyaor {
	width: 26%;
	flex-grow: 0;
	flex-shrink: 0;
}
.kysjrongyaolimg {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.kysjrongyaolcont {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 30%;
}
.kysjrongyaolconttitle {
	font-size: 28px;
	margin-bottom: 60px;
}
.kysjrongyaolcontietm {
	font-size: 12px;
	line-height: 24px;
}
.kysjrongyaor img {
	height: 100%;
	width: 100%;
	font-size: 0;
}
.kysjguan {
	font-size: 0;
	padding-left: 5%;
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
}
.kysjguanleft {
	display: inline-block;
	vertical-align: top;
	width: 56%;
}
.kysjguanrconitem {
	font-size: 12px;
	line-height: 20px;
}
.kysjguanr {
	width: 34%;
	padding-left: 5%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.kysjguanrcon1 {
	width: 365px;
	margin: 30px 0;
}
.index3_left_title4_kysjg {
	font-size: 12px;
	line-height: 20px;
}
.shejishi {
	display: flex;
	flex-wrap: wrap;
}
.shejishileft {
	width: 41%;
	padding-left: 15.6%;
	padding-right: 10.8%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	padding-top: 20px;
}
.shejishiname {
	font-size: 28px;
	margin-top: 80px;
	margin-bottom: 30px;
	width: 100%;
}
.shejishir {
	width: 59%;
}
.shejishidetail {
	font-size: 12px;
	font-weight: bold;
	left: 19px;
	margin-bottom: 70px;
}
.shejihelf2 {
	padding: 0 15.6%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.shejishicontent {
	font-size: 12px;
	line-height: 17px;
}
.shejishidetail span {
	display: block;
}
.indexheaderactive .navfind {
	display: none;
}
.shejishien {
	margin-top: 20px;
}
.shejihelf {
	width: 50%;
}
.shejishilong {
	width: 192px;
}
.shejishi2 {
	background-color: #f3f2f0;
}
.shejishicontent2 {
	margin-bottom: 20px;
}
.shejishir img {
	width: 100%;
}
.marginbot10 {
	margin-bottom: 10px;
}
.absolutecentertop {
	top: 26%;
}
.kusjwh {
	width: 1330px;
	margin: 0 auto;
	margin-top: 56px;
}
.kusjwhtop {
	padding-bottom: 40px;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}
.kusjwhtopleft {
	width: 49.7%;
}
.paddbot54 {
	padding-bottom: 54px;
}
.kusjwhtopright {
	width: 43%;
	position: absolute;
	bottom: 40px;
	right: 0;
}
.kusjwhtopbiaozhi {
	padding-top: 50px;
	margin-bottom: 100px;
}
.kusjwhtopbiaozhi span {
	display: inline-block;
	margin-right: 50px;
	width: 50px;
	height: 95px;
}
.kusjwhtopbiaozhi span:nth-child(1) {
	background-color: #009244;
}
.kusjwhtopbiaozhi span:nth-child(2) {
	background-color: #cd2b38;
}
.kusjwhtoplefttitle {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 48px;
}
.kusjwhtopleftcontent {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
}
.kusjwhtopright img {
	width: 100%;
}
.kusjwhbot {
	margin-top: 170px;
	font-size: 0;
}
.kusjwhbotmin {
	width: calc(33.333% - 56px);
	margin-right: 84px;
	margin-bottom: 90px;
	vertical-align: top;
	display: inline-block;
}
.kusjwhbotmin:nth-child(3n) {
	margin-right: 0;
}
.buzhou {
	display: flex;
	margin-top: 32px;
}
.buzhou span {
	display: block;
}
.buzhou span:nth-child(1) {
	width: 88px;
	font-size: 56px;
	flex-grow: 0;
	flex-shrink: 0;
	line-height: 56px;
	font-weight: bold;
}
.buzhou span:nth-child(2) {
	font-size: 12px;
	line-height: 18px;
	flex-grow: 1;
	flex-shrink: 1;
}
.juzhong {
	width: 1330px;
	margin: 0 auto;
}
.kyjx1 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.kyjdmincon {
	width: calc(50% - 15px);
	margin-right: 30px;
	position: relative;
}
.kyjdmincon:nth-child(2) {
	margin: 0;
}
.margintop30 {
	margin-top: 30px;
}
.kyjxcz {
	left: 80%;
}
.kyjxcz>div {
	text-align: left;
	white-space: nowrap;
}
.margintop60 {
	margin-top: 60px;
}
.gjppg3 {
	width: 65%;
	min-width: 300px;
}
.kygytoptitle {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.kygytopnumb {
	font-size: 190px;
	text-align: center;
}
.kygytoptitle2 {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.kygytopnav {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 18px 80px;
	margin-top: 90px;
}
.kygytopnav span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 13.97%;
}
.kygybot {
	padding-bottom: 60px;
	border-bottom: 1px solid #c6c6c6;
}
.kygybottitle {
	margin: 55px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.kygybotcon {
	display: flex;
	flex-wrap: wrap;
}
.kygybotmincon {
	width: calc(50% - 30px);
	margin-right: 60px;
	position: relative;
}
.kygybotmincon:nth-child(2) {
	margin-right: 0px;
}
.kygybotcontwo {
	display: flex;
	flex-wrap: wrap;
}
.kygybotmincontwo {
	width: calc(50% - 15px);
	margin-right: 30px;
	position: relative;
}
.kygybotmincontwo:nth-child(2) {
	margin-right: 0px;
}
.kygybotwenz {
	position: absolute;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.kygybotwenz1 {
	left: 0;
	bottom: 0;
}
.kygybotwenztitle {
	font-size: 20px;
	margin-bottom: 14px;
}
.kygybotwenzcontent {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.imgh img {
	height: 100%;
}
.margintp30 {
	margin-top: 30px;
}
.kygybotcon2 {
	align-content: space-between;
	flex-wrap: wrap;
}
.wjgy {
	width: 100%;
}
.kygybotwenz2 {
	left: 0;
	top: 0;
}
.pggy {
	margin-top: 30px;
}
.kyjxcz2 {
	left: 20%;
}
.kygytd1 {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}
.kygytd2 {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.showhidden {
	display: none;
}
.hiddenshow {
	display: block;
}
.kyzhongzhi {
	background-color: #f2f2f2;
	padding: 150px 0;
}
.kyzhongzhititle {
	font-size: 36px;
	text-align: center;
	margin-bottom: 80px;
}
.kyzhongzhicon {
	text-align: center;
	font-size: 0;
}
.kyzhongzhimincon {
	display: inline-block;
	margin: 0 110px;
	text-align: center;
}
.kyzz1 {
	font-size: 26px;
	margin-bottom: 20px;
}
.kyzz2 {
	font-size: 18px;
}
.shishang {
	position: relative;
	padding: 20px 0;
	padding-left: 10.42%;
}
.shishagnimg {
	width: 43.28%;
}
.absolur {
	left: auto;
	right: 10.42%;
	transform: translateY(-50%);
}
.absolul60 {
	left: 60%;
}
.lyhzz {
	background-color: #f2f2f2;
}
.bkwhite {
	background-color: #fff;
}
.sjgw {
	display: flex;
	flex-wrap: wrap;
}
.sjgwr {
	width: 50%;
	position: relative;
}
.sjgwl {
	width: 50%;
	position: relative;
}
.sjgwlimg336 {
	display: inline-block;
	width: 336px;
}
.sjgwlimg68 {
	display: inline-block;
	width: 68%;
}
.margintop15 {
	margin-top: 15px;
}
.imgtextr {
	text-align: right;
}
.imgtextl {
	text-align: left;
}
.sjgwlimgcalc185 {
	width: calc(50% + 135px);
	display: inline-block;
}
.imgauto {
	font-size: 0;
}
.imgauto img {
	width: auto;
}
.imgnamemargn {
	margin-top: 37px;
	margin-bottom: 10px;
}
.engname {
	font-size: 12px;
	left: 16px;
}
.marginbot60 {
	margin-bottom: 60px;
}
.wanli {
	margin-top: 50px;
	margin-bottom: 10px;
}
.marginbot50 {
	margin-bottom: 50px;
}
.fwlc {
	text-align: center;
	margin: 150px 0;
}
.fwlc img {
	display: inline-block;
}
.fwlucon {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 5%;
}
.fwlchelf {
	width: 50%;
	position: relative;
}
.imgspan {
	display: block;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}
.fulctitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.fulc1 {
	position: absolute;
	width: auto !important;
	bottom: calc(100% - 18px);
	transform: translateX(-100%);
}
.width258 {
	width: 258px;
}
.fulc2 {
	bottom: 25px;
	transform: translateX(-110%);
}
.gjppg250 {
	width: 200px;
}
.padding45 {
	padding-left: 45%;
}
.margintop130 {
	margin-top: 130px;
}
.paddingr55 {
	padding-right: 55%;
}
.paddingl55 {
	padding-left: 55%;
}
.absoluteringh {
	left: auto;
	right: 0;
	transform: translateY(-50%);
	width: 80%;
	font-size: 0;
}
.absoluleft {
	display: inline-block;
	width: 50%;
	padding-right: 40px;
	vertical-align: top;
}
.absoluright {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.absoluteleftb {
	left: 0;
	top: auto;
	bottom: 0;
	transform: none;
	width: 80%;
	font-size: 0;
}
.padding160 {
	padding-bottom: 160px;
}
.absoluteleftb .absoluleft {
	padding-right: 0;
}
.absoluteleftb .absoluright {
	padding-left: 40px;
}
.fulc3 {
	bottom: calc(100% + 18px);
}
.width49 {
	width: 49%;
}
.flezhouyou {
	display: flex;
	justify-content: space-between;
}
.marginbot20 {
	margin-bottom: 20px;
}
.casecon {
	width: 100%;
	padding: 0 5%;
	font-size: 0;
}
.caseleft {
	width: 17.36%;
	display: inline-block;
	vertical-align: top;
}
.caseright {
	width: 82.64%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.casenavtitle {
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
.casenavul {
	margin: 15px 0;
	display: none;
}
.casenavul a {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.casenavtitle span {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}
.casenav a:hover {
	color: #007AFF;
}
.casenavtitleshow span {
	transform: rotate(90deg);
}
.casermincon {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	margin-bottom: 20px;
}
.casermincon:nth-child(4n) {
	margin-right: 0;
}
.casermincontitle1 {
	font-size: 14px;
	line-height: 26px;
}
.casermincontitle2 {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	display: block;
}
.xuandan2 {
	display: none;
}
.shoujishow {
	display: none;
}
.qxzxbnner {
	margin-top: 90px;
}
.indexdaimgcon2 {
	top: 30%;
}
.xwzxms {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #a08572;
	width: 530px;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}
.xwzxmstitle1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.xwzxmstitle2 {
	font-size: 16px;
	line-height: 30px;
}
.margintop140 {
	margin-top: 140px;
}
.width700 {
	width: 700px;
	margin: 0 auto;
}
.zhaopinitem:nth-child(1) {
	border-top: 1px solid #ccc;
}
.zhaopinitem {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 0;
}
.zhaopinitem>div {
	font-size: 12px;
	line-height: 20px;
	padding-right: 20px;
}
.zhaopinitem span {
	display: block;
}
.zhaopinitemtitle {
	padding: 0;
}
.zhaopinitemtitle>div {
	font-size: 14px !important;
	font-weight: bold;
	line-height: 30px !important;
}
.zhaopinitem1 {
	width: 10%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px !important;
	font-weight: bold;
}
.zhaopinitem2 {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}
.zhaopinitem3 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.zhaopinitem4 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.zhaopinitem5 {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}
.zhaopinitem6 {
	width: 10%;
	display: inline-block;
	vertical-align: middle;
}
.sheqinjiaotu {
	width: 100px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background-color: #d9d9d9;
	display: block;
}
.sheqinjiaotu:hover {
	color: #007AFF;
}
.index3toptitle3 {
	font-size: 30px;
	text-align: center;
	/*line-height: 30px;*/
}
.sendmessage {
	margin: 0 auto;
	margin-bottom: 90px;
	width: 566px;
}
.liuyanitem {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}
.concatitem2 {
	width: 48%;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.concatitem3 textarea {
	display: block;
	width: 100%;
	resize: none;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.concatitem3 span {
	line-height: 20px;
	color: #666;
}
.concatitem2 .concatinput {
	width: 100%;
	padding: 0
}
.concatsbmit2 {
	width: 120px;
	margin: 0 auto;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 50px;
}
.concatsbmit2:hover {
	color: #fff;
	background-color: #CCCCCC;
}
.yanzhenma {
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	display: inline-block;
	margin-left: 30px;
}
.yanzhenma img {
	width: 100%;
	height: 100%;
}
.concatinput2 {
	display: inline-block;
	line-height: 30px;
	width: 200px;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
}
.liuyanitem2 {
	font-size: 0;
}
.sendmessagetitle {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.margintop145 {
	margin-top: 145px;
}
.qxzxtop {
	text-align: center;
}
.qxzxtop a {
	display: inline-block;
	text-align: center;
	margin: 0 23px;
	font-weight: 100;
}
.qxzxtop a:hover {
	color: #007AFF;
}
.qxzxtopactive {
	color: #007AFF;
}
.zhixuntile1 {
	font-size: 16px;
	line-height: 24px;
	padding:10px 10px
}
.zhixuntile2 {
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.marginb30 {
	margin-bottom: 30px;
}
.tetac {
	text-align: center;
}
.qxzxtop2 {
	margin-top: 60px;
	display: block;
}
.zxcon {
	font-size: 0;
}
.zxconimg {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}
.zxconimg:nth-child(2n) {
	margin-right: 0;
}
.zxconimg2 {
	width: 22%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}
.zxconimg2:nth-child(4n) {
	margin-right: 0;
}
.concattop {
	font-size: 0;
}
.concattopleft {
	width: 60%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.concattopright {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.gongsimingc {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
.lianxixinxi {
    text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.ewm {
	width: 118px;
	margin-top: 20px;
}
.map {
	cursor: pointer;
}
.concta {
	margin-top: 56px;
}
.tanchuang {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	overflow-y: auto;
	background: #262626;
	padding: 140px 0;
	display: none;
}
.tanchuang{
	background: rgba(0,0,0,.7);
}
.kympdetailtop2 {
	width: 400px;
	padding: 110px 0 130px 0;
	margin: 0 auto;
}
.tanvhuanlogo{
	text-align: center;
}
.tanvhuanlogo img{
	width: 176px;
	display: inline-block;
	padding-top: 180px;
}
.tanchuanewm{
	text-align: center;
	padding-bottom: 160px;
}
.tanchuanewm img{
	width: 100px;
	display: inline-block;
}
.beforeetanc{
	position: absolute;
	bottom: 25px;
	left: -60px;
	cursor: pointer;
}
.nexttanc{
	position: absolute;
	bottom: 25px;
	right: -60px;
	cursor: pointer;
}
.beforeetanctb{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	color: #9e9e9e;
	background-color: #343434;
	font-size: 12px;
	transition: all .2s;
}
.fenxiangtanc{
	position: absolute;
	top: 0;
	right: -60px;
	cursor: pointer;
}
.fenxiangtanc img{
	width: 36px;
	height: 36px;
}
.closetanc{
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	top: -60px;
	right: -10%;
}
.nexttanc:hover .beforeetanctb{
	background-color: #717070;
}
.beforeetanctb:hover .beforeetanctb{
	background-color: #717070;
}
.beforeetancnum{
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 12px;
	margin-top: 5px;
	color: #9e9e9e;
}
.kympdetail3{
	width: 40%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	display: none;
	opacity: 0;
	transition: all .3s;
}
.kympdetail3show{
	display: block;
	opacity: 1;
}
.kympdetail2{
	width: 40%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	display: none;
	opacity: 0;
	transition: all .3s;
}
.kympdetail2show{
	display: block;
	opacity: 1;
}
.zcdan{
		position: fixed;
	    width: 180px;
	    /*background: #fff;*/
	    top: 50%;
	    left: 30px;
		z-index: 2222;
		padding: 20px 25px;
        height: 456px;
		/*box-shadow: 2px 2px 5px #ccc;*/
		background: url(../images/dahanzc.png) no-repeat;
		background-size: 100% auto;
		padding-top: 100px;
		    transform: translateY(-50%);
}
.zcdan2{
    height: 720px;
    background: url(../images/zcdh.png) no-repeat;
    background-size: 100% auto;
}

.zcdan a{
	display: block;
    text-align: center;
    /* line-height: 30px; */
    font-size: 12px;
    color: #333;
    background: #fff;
    cursor: pointer;
    padding: 10px 0px;
    transition: all .5s;
    margin-top: 5px;
    /*width: 150px;*/
}
.zcdanenwen{
    display: none;
    font-size: 10px;
    transform: scale(0.8);
    white-space: nowrap;
}
/*.zcdan a:hover{*/
/*	background: #404040;*/
/*	color: #fff;*/
/*}*/
/*.zcdan .zcdanaxtive{*/
/*	    background: #404040;*/
/*	    color: #fff;*/
/*}*/
/* ----------------------------骞虫澘鐢佃剳+鎵嬫満---------------------- */
@media (max-width:1200px) {
    .index_banner {
    height: 100vh;
    width: 100%;
}
	.zcdan{
		display: none;
	}
	.nexttanc {
	    position: absolute;
	    bottom: -60px;
	    right: 0;
	    cursor: pointer;
	}
	.beforeetanc {
	    position: absolute;
	    bottom: -60px;
	    left: 0;
	    cursor: pointer;
	}
	.fenxiangtanc {
	    position: absolute;
	    top: -80px;
	    left: 0;
	    cursor: pointer;
		right: auto;
	}
	.closetanc {
	    position: absolute;
	    width: 20px;
	    height: 20px;
	    cursor: pointer;
	    top: -70px;
	    right: 0;
	}
	.margintop140 {
		margin-top: 0;
	}
	.kympdetail2{
		width: 90%;
	}
	.kympdetailtop2{
		width: 100%;
		max-width: 400px;
	}
	.kympdetail3{
	width: 90%;

}
	.concta {
		margin-top: 20px;
	}
	.sendmessagetitle {
		margin-bottom: 20px;
	}
	.qxzxtop2 .marginb30 {
		margin-bottom: 10px;
	}
	.kysh3 .marginb30 {
		margin-bottom: 10px;
	}
	.zxconimg2 {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.zxconimg2:nth-child(2n) {
		margin-right: 0;
	}
	.zhixuntile1 {
		font-size: 14px;
		line-height: 18px;
	}
	.zhixuntile2 {
		line-height: 18px;
	}
	.sendmessage {
		width: 90%;
		max-width: 566px;
	}
	.liuyanitem2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.concatinput2 {
		width: 48%;
	}
	.yanzhenma {
		width: 48%;
	}
	.index3toptitle3 {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}
	.concatsbmit2 {
		margin-top: 30px;
	}
	.zhaopinitem2 {
		display: none;
	}
	.zhaopinitem3 {
		display: none;
	}
	.zhaopinitem4 {
		display: none;
	}
	.zhaopinitem1 {
		width: 30%;
		font-size: 12px !important;
	}
	.sheqinjiaotu {
		width: 80px;
		font-size: 12px;
		line-height: 26px;
	}
	.zhaopinitem5 {
		width: 40%;
	}
	.zhaopinitem6 {
		width: 30%;
	}
	.width700 {
		width: 90%;
	}
	.xwzxms {
		position: relative;
		width: 100%;
		left: 0;
		transform: none;
		padding: 20px;
	}
	.xwzxmstitle1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.xwzxmstitle2 {
		font-size: 12px;
		line-height: 18px;
	}
	.absoluleft {
		width: 100%;
		padding-right: 0px;
	}
	.yshclj2 a {
		line-height: 30px;
	}
	.shoujishow {
		display: block;
	}
	.caseright {
		width: 100%;
	}
	.xuandan2 {
		display: block;
		font-size: 14px;
		margin: 30px 0 20px 0;
	}
	.caseleft {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		padding-top: 60px;
		width: 100%;
		transition: all 0.2s;
		transform: translateX(-100%);
		z-index: 2;
	}
	.caselefttransform {
		transform: translateX(0);
	}
	.caseleftshouji {
		width: 80%;
		background: #fff;
		padding-left: 20px;
		padding-right: 20px;
		height: 100%;
		overflow-y: auto;
	}
	.casermincon {
		width: 48%;
		margin-right: 4$;
	}
	.casermincon:nth-child(2n) {
		margin-right: 0;
	}
	.marginbot20 {
		margin-bottom: 10px;
	}
	.padding160 {
		padding: 0;
	}
	.absoluright {
		width: 100%;
		padding-left: 0px;
	}
	.shishang {
		padding: 20px 5%;
	}
	.margintop130 {
		margin-top: 20px;
	}
	.width258 {
		width: 100%;
	}
	.fulc1 {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 80px !important;
	}
	.fwlchelf {
		width: 100%;
	}
	.imgspan {
		line-height: 30px;
		text-align: right !important;
	}
	.fwlc {
		margin: 30px 5%;
		width: 90%;
	}
	.fulctitle {
		margin-bottom: 10px;
	}
	.fwlc img {
		width: 100%;
	}
	.shishagnimg {
		width: 100%;
	}
	.sjgwflexs {
		flex-direction: column-reverse;
	}
	.wanli {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.marginbot50 {
		margin-bottom: 20px;
	}
	.imgnamemargn {
		margin-top: 20px;
	}
	.marginbot60 {
		margin-bottom: 20px;
	}
	.sjgwr {
		width: 100%;
	}
	.sjgwl {
		width: 100%;
	}
	.kygybot {
		padding-bottom: 20px;
	}
	.kyzhongzhi {
		padding: 20px 0;
	}
	.kyzhongzhititle {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.kyzhongzhicon {
		display: flex;
	}
	.kyzhongzhimincon {
		margin: 0 20px;
	}
	.kyzz1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.kyzz2 {
		font-size: 12px;
	}
	.pggy {
		margin-top: 0;
	}
	.kygytd1 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sjtop20 {
		margin-top: 20px;
	}
	.wjgywenz {
		padding: 20px 0;
	}
	.kygybottitle {
		margin: 20px 0;
	}
	.kygytopnav {
		margin-top: 20px;
		padding: 10px 0;
		font-size: 0;
	}
	.margintp30 {
		margin-top: 0;
	}
	.shoujihidden {
		display: none;
	}
	.kygybotwenz {
		position: relative;
		padding: 20px 0;
	}
	.kygybotmincon {
		width: 100%;
		margin-right: 0;
	}
	.kygybotmincontwo {
		width: 100%;
		margin-right: 0;
	}
	.kygytopnav span {
		width: 25%;
	}
	.shejishileft {
		width: 100%;
		padding: 20px 5%;
	}
	.kygytoptitle {
		font-size: 16px;
		font-weight: 400;
	}
	.kygytopnumb {
		font-size: 90px;
	}
	.margintop60 {
		margin-top: 20px;
	}
	.kyjdmincon {
		display: none;
	}
	.kyjdmincon2 {
		display: block;
		width: 100%;
		margin-top: 10px !important;
	}
	.kusjwhbotmin {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.buzhou span:nth-child(1) {
		font-size: 28px;
		width: 40px;
		line-height: 28px;
	}
	.kusjwhbot {
		margin-top: 20px;
	}
	.buzhou {
		margin-top: 10px;
	}
	.kusjwhtopleft {
		width: 100%;
	}
	.kusjwhtopright {
		position: relative;
		width: 100%;
	}
	.kusjwh {
		margin-top: 20px;
		padding: 5%;
		width: 100%;
	}
	.kusjwhtopbiaozhi {
		padding: 0;
		margin-bottom: 20px;
	}
	.kusjwhtoplefttitle {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.shejihelf2 {
		padding: 20px 5%;
	}
	.shejishi2 {
		flex-direction: column-reverse;
	}
	.shejihelf {
		width: 100%;
	}
	.shejishir {
		width: 100%
	}
	.kysjrongyaol {
		width: 100%;
		padding: 20px 5%;
	}
	.shejishiname {
		font-size: 20px;
		margin: 20px 0 10px 0;
	}
	.shejishidetail {
		margin-bottom: 15px;
	}
	.kysjguan {
		padding: 20px 5%;
		flex-wrap: wrap;
	}
	.kysjguanr {
		width: 100%;
		padding: 0;
	}
	.kysjguanrcon1 {
		margin: 10px 0;
	}
	.kysjguanleft {
		width: 100%;
	}
	.kysjguanrcon1 {
		width: 100%;
		max-width: 365px;
	}
	.kysjrongyaolconttitle {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.kysjrongyao {
		flex-wrap: wrap;
	}
	.kysjrongyaor {
		display: none;
	}
	.kysjrongyaolimg {
		width: 100%;
	}
	.kysjrongyaolcont {
		width: 100%;
	}
	.kysjshuju {
		width: 100%;
		padding: 0 5%;
		flex-wrap: wrap;
		margin: 0;
	}
	.shijianzoucon {
		height: 340px;
	}
	.shijianzhuocontnet {
		-webkit-line-clamp: 3;
	}
	.shijianzhuocontnet {
		font-size: 12px;
	}
	.shijianzmincontitle {
		font-size: 20px;
	}
	.shijianzmincon {
		margin-bottom: 150px;
	}
	.shijianzouconinline:nth-of-type(2n) .shijianzmincon {
		margin-top: 150px;
	}
	.kysjshujucontitle {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.kysjshujucon {
		margin: 0;
		width: 50%;
		margin-bottom: 20px;
	}
	.timer {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.index3top22 {
		padding: 20px 0;
	}
	.kympbodymincon {
		width: 50%;
	}
	.bisozhi {
		letter-spacing: 6px;
		line-height: 80px;
	}
	.kympbodytitle2 {
		height: 50px;
	}
	.kympbodytitle2 .kympbodytitleright {
		display: inline-block;
	}
	.kywhcon2con {
		width: 100%;
		;
	}
	.kywhcon2con2 {
		padding: 20px 5%;
	}
	.index3_left_titletop {
		margin-bottom: 10px;
	}
	.index3_left_title4 {
		font-size: 20px;
	}
	.marginbot22 {
		margin-bottom: 5px;
	}
	.gjppg2 {
		width: 100%;
		max-width: 360px;
		position: relative;
		margin: 0 auto;
		transform: none;
		top: 0;
		left: 0;
	}
	.gjppg3 {
		width: 100%;
		max-width: 300px;
		position: relative;
		margin: 0 auto;
		transform: none;
		top: 0;
		left: 0;
	}
	.kywhcon3 {
		flex-direction: column-reverse;
	}
	.mbxdh {
		font-size: 12px;
	}
	.kympdetail {
		width: 90%;
	}
	.kympdetailtop {
		width: 90%;
		max-width: 400px;
		margin: 30px auto;
	}
	.kympdetailtoplogo {
		width: 30%;
		max-width: 100px;
		margin-bottom: 10px;
	}
	.kympdetailtopdetial {
		font-size: 12px;
		margin: 0 auto;
		margin-top: 15px;
		width: 90%;
		max-width: 400px;
		line-height: 20px;
	}
	.kympbodymincon span {
		font-size: 14px;
		display: block;
	}
	.kympbodymincon {
		padding-bottom: 47%;
	}
	.kympbodyconimg {
		height: calc(100% - 70px);
		margin-bottom: 0;
	}
	.kympbodytitleright {
		display: none;
	}
	.kumpnavleultwo {
		display: none !important;
	}
	.kumpnavle {
		width: 80%;
		position: fixed;
		left: 0;
		top: 60px;
		padding-top: 0;
		background-color: #fff;
		height: calc(100% - 60px);
		overflow-y: auto;
		transform: translateX(-100%);
		transition: all 0.2s;
		z-index: 3;
	}
	.kumpnavlelose {
		position: fixed;
		content: '';
		width: 20%;
		right: 0;
		top: 0px;
		height: 100%;
		background: rgba(0, 0, 0, .3);
		background-image: url(../images/closenav.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: 50% 10px;
	}
	.kumpnavlelose2 {
		background-position: 50% 80px;
	}
	.closenav {
		display: none !important;
	}
	.kumpnavletransf .kumpnavlelose {
		transition: all 0s 0.2s;
		top: 60px;
	}
	.kumpnavletransf {
		transform: none;
	}
	.showkumpnavle {
		display: block;
		top: 50%;
		width: 20px;
		height: 50px;
		background-color: #595d59;
		position: fixed;
		left: 0;
		text-align: center;
		line-height: 50px;
		color: #F1F1F1;
		z-index: 2;
	}
	.kumpnavbanner {
		width: 100%;
		padding-bottom: 60%;
		background-size: auto 100%;
		background-position: center center;
		background-attachment: scroll;
	}
	.kysh3 {
		margin-top: 30px;
	}
	.zuoyouzaiitem,
	.textleft,
	.textright {
		display: none;
	}
	.zuoyouzaiitemshow {
		display: block;
		display: block;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px
	}
	.imgcom {
		width: 100% !important;
	}
	.imgcon {
	color: #000;
	text-align: center;
	line-height: 20px;
}

.kympbodyconbuy {
    font-size: 12px;
}
	.zuoyouzaispan {
		width: 100%;
		margin: 0;
	}
	.zuoyouzai {
		margin: 20px 0;
	}
	.kysh3left {
		position: relative;
		background-color: #f3f2f0;
		left: 0;
		top: 0;
		transform: none;
	}
	.absoluteshangxia div {
		color: #333;
	}
	.kysh3leftcon {
		padding: 20px;
		margin: 0 auto;
		width: 100%;
		max-width: 375px;
	}
	.kyshclja {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 5px;
	}
	.kysh2title {
		font-size: 20px;
	}
	.marginb37 {
		margin-bottom: 16px;
	}
	.kysh4 {
		padding: 0;
	}
	.sjcqztg {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.gjppg {
		flex-wrap: wrap;
	}
	.kysh3content2 {
		font-size: 14px;
	}
	.margintop20 {
		margin-top: 10px;
	}
	.gjppgleft {
		width: 100%;
	}
	.gjppgright {
		width: 100%;
	}
	.gjppg1 {
		position: relative;
		margin: 0 auto;
		padding: 20px 0;
		left: 0;
		top: 0;
		transform: none;
	}
	.kysh2helf {
		width: 100%;
		padding: 30px 5%;
	}
	.kysh3center {
		position: relative;
		padding: 20px 5%;
		background-color: #f3f2f0;
		left: 0;
		top: 0;
		transform: none;
	}
	.kysh3center div {
		color: #333;
	}
	.kysh3title {
		font-size: 20px;
		line-height: 30px;
	}
	.kysh3title2 {
		font-size: 16px;
	}
	.marginbot36 {
		margin-bottom: 16px;
	}
	.kysh3titleen {
		font-size: 12px;
	}
	.kysh2cen {
		width: 100%;
		position: relative;
	}
	.indexvideochangetitle {
		font-size: 12px;
	}
	.indexvideochangecon {
		width: 23%;
		margin: 0 1%;
	}
	.indexvideochange {
		font-size: 0;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.xxdpclick {
		width: 30px;
		height: 30px;
		line-height: 26px;
	}
	.xxdpclickmtitle1 {
		font-size: 18px;
		margin: 10px 0 5px 0;
	}
	.xxdpclickmtitle2 {
		font-size: 12px;
	}
	.indexddaimgtitle {
		font-size: 18px;
	}
	.indexdaimgdetail {
		line-height: 16px;
	}
	.indexddaimgentitle {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.indexmoredt {
		margin-top: 10px;
	}
	.indxqxzxswiper {
		padding-bottom: 80px;
	}
	.indexyfx {
		margin-bottom: 50px;
	}
	.indxqxzxspagination {
		bottom: 40px !important;
		width: 80% !important;
		left: 10% !important;
	}
	.topfoottitle2 {
		font-size: 18px;
	}
	.topfoottitle {
		font-size: 20px;
		padding: 0 20px;
	}
	.topfoot {
		padding: 50px 0;
	}
	.juzhong {
		width: 100%;
		padding: 0 20px;
	}
	.navfind {
		display: none;
	}
	.navulcon {
		display: none;
		position: fixed;
		width: 100%;
		height: calc(100% - 60px);
		top: 60px;
		left: 0;
	}
	.navulconshow {
		display: block;
	}
	.nav {
		display: inline-block;
		width: 50%;
		min-width: 300px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.navulconshow {}
	.navulcon::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .3);
	}
	.nav li {
		display: block;
	}
	.nav li a {
		display: block;
		width: 100%;
		font-size: 14px;
		color: #333;
		display: block;
		text-align: center;
		line-height: 40px;
	}
	.nalogo {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 50%;
		max-width: 155px;
	}
	.footerzhongjian {
		flex-wrap: wrap;
		padding: 0 5%;
	}
	.footercentercon {
		width: 100%;
	}
	.footercentercontitle {
		position: relative;
		border-bottom: 1px solid #ccc;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.footcenul {
		display: none;
	}
	.footercentercontitle::after {
		font-family: "iconfont" !important;
		content: '\e725';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.footercenterconzxlx .concatus {
		display: block !important;
	}
	.footercenterconzxlx .footercentercontitle {
		border-bottom: none;
	}
	.footercenterconzxlx .footercentercontitle::after {
		content: '';
	}
	.footercenterconlast .footcenul {
		display: block !important;
	}
	.footercenterconlast .footercentercontitle {
		border-bottom: none;
	}
	.footercenterconlast .footercentercontitle::after {
		content: '';
	}
	.footercenterconlast {
		margin-top: 20px;
	}
	.footercentercontitle2 {
		margin: 0;
	}
	.footertop {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footerbottom {
		line-height: 50px;
		margin-top: 30px;
	}
	.footerbottom span {
		font-size: 18px;
	}
	.index2 {
		padding: 60px 0;
	}
	.index2title {
		width: 50%;
	}
	.index3top {
		padding: 30px 0;
	}
	.index3toptitle {
		font-size: 20px;
	}
	.index3toptitle2 {
		font-size: 14px;
	}
	.index3_right {
		width: 100%;
	}
	.index3_left {
		width: 100%;
		padding: 30px 0;
	}
	.index3 {
		flex-wrap: wrap;
	}
	.index3_left_title {
		font-size: 18px;
	}
	.index3_left_title2 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.index3_left_detail2 {
		margin-bottom: 0;
	}
	.index3_left_entitle {
		font-size: 12px;
		line-height: 16px;
	}
	.index3_left_detail {
		margin: 10px 0;
		line-height: 16px;
	}
	.gallerythumbs {
		padding: 0;
		width: 60%;
		margin: 0 auto;
	}
	.gallery_next {
		width: 20%;
		right: 0;
	}
	.gallery_prev {
		width: 20%;
		left: 0;
	}
	.index3imgcon {
		height: 80px;
	}
	.index3spancon {
		height: 80px;
	}
	.kyjx1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.gjppg2 {
		width: 100%;
		/*padding-left: 120px;*/
	}
	.concattopleft {
		width: 100%;
		margin-bottom: 20px;
	}
	.concattopright {
		width: 100%;
	}
	.indexheaderactive .navulcon {
		overflow: auto;
		width: 100%;
	}
/*	.index_banner{*/
/* height:auto !important;*/
/*}*/
}
/* ----------------------------骞虫澘鐢佃剳---------------------- */
@media screen and (min-width:768px) and (max-width:1200px) {}
/* ----------------------------------------------------------------------- */