@charset "utf-8";
/* CSS Document */

.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: move;
	margin-bottom: 12px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 6px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0 4px;
  opacity: 0.4;
  border: 1px solid #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.banner .swiper-visible-switch {
  background: #fff;
}
.banner .swiper-active-switch {
  background: #c7b779;
  opacity: 1;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide a{
	position: relative;
	display: block;
	padding-bottom: 66.67%;
}

.banner .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner a.prev_btn,
.banner a.next_btn{
	position: absolute;
	z-index: 66;
	top: 50%;
	margin-top: -40px;
	width: 44px;
	height: 81px;
	opacity:0.2;
	filter:alpha(opacity=20);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.banner a.prev_btn:hover,
.banner a.next_btn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.banner a.prev_btn{
	left: 6%;
	background: url(../img/common-img/banner-prev.png) no-repeat;
}

.banner a.next_btn{
	right: 6%;
	background: url(../img/common-img/banner-next.png) no-repeat;
}

.selected{
	padding: 36px 0;
	background: #f2f2f2;
	margin-bottom: 12px;
}

.selected .title{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 12px;
}

.selected .banner .swiper-slide a{
	width: 36%;
	margin: 0 auto;
	padding: 0;
}

.selected .banner .swiper-slide a .imgBox{
	display: block;
	position: static;
	padding-bottom: 100%;
}

.selected .banner .pagination{
	display: none;
}

.selected .btn{
	display: block;
	margin: 0 auto;
	width: 36%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	background: #919191;
}

.selected .btn:hover{
	opacity: .8;
}

.video{
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 12px;
}

.video video,
.video .video-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video .video-js .vjs-big-play-button{
	width: 2em;
	height: 2em;
	line-height: 2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.video .vjs-big-play-centered .vjs-big-play-button{
	margin-top: -1em;
	margin-left: -1em;
}

.type li{
	margin-bottom: 12px;
}

.type li a{
	display: block;
	position: relative;
}

.type .img{
	padding-bottom: 60.67%;
}

.type .list .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
}

.type .list .text .title {
    padding: 0 48px 0 22px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.type .list .text .icon {
    position: absolute;
    right: 20px;
    top: 0;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    color: #fff;
}

.product-detail{
	background: #fff;
	padding: 0;
}

.product-detail .banner{
	margin-bottom: 0;
}

.product-detail .banner .swiper-slide a{
	width: 100%;
}

.product-detail .banner .swiper-slide a .imgBox{
	padding-bottom: 72%;
}

.product-detail .msg{
	margin-bottom: 24px;
}

.product-detail .msg .desc{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: center;
	margin-bottom: 7px;
}

.product-detail .msg .title{
	margin-bottom: 8px;
}

.product-detail .msg .type{
	font-size: 14px;
	color: #a30101;
	text-align: center;
}

.product-detail .msg .price{
	font-size: 20px;
	color: #333;
	text-align: center;
	margin: 16px 0;
}

.product-detail .msg .btn{
	background: #a30101;
	width: 72%;
	margin-bottom: 16px;
}

.product-detail .msg .tel-text{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 6px;
}

.product-detail .msg .tel-num{
	color: #A30101;
	font-size: 14px;
	text-align: center;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.detail-text{
	padding: 28px 12px 20px;
	background: #f8f8f8;
	margin-bottom: 28px;
}

.detail-text .title{
	font-size: 18px;
	color: #333;
	margin-bottom: 16px;
}

.detail-text .desc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: center;
}

.tuijian .tuijian-inner{
	white-space: nowrap;
}


.tuijian .title{
	font-size: 18px;
	color: #333;
	margin-bottom: 2px;
}

.tuijian .list{
	padding: 12px;
}

.tuijian .item{
	display: inline-block;
	width: 160px;
}

.tuijian .item .img{
	display: block;
	padding-bottom: 100%;
}

.tuijian .item .text{
	width: 100%;
}

.tuijian .item .text .title{
	margin-bottom: 10px;
}

.tuijian .item .text .desc{
	width: 100%;
	overflow: hidden;
	white-space: normal;
	text-align: center;
	line-height: 16px;
	color: #666;
	margin-bottom: 12px;
}

.tuijian .item .text .price{
	font-size: 16px;
	text-align: center;
	color: #333;
}

.login-desc{
	padding: 30px 12px 24px;
	border-top: 12px solid #F2F2F2;
}

.login-desc .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 24px;
}

.login-desc .item{
	margin-bottom: 16px;
}

.login-desc .item-title{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

.login-desc .item-text{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.login-desc .submitBtn,
.login-form .submitBtn{
	display: block;
	width: 56%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #c7b779;
	color: #fff;
	margin: 0 auto;
}

.login-form{
	padding: 30px 12px 24px;
}

.login-form .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 24px;
}

.login-form .input-group{
	margin-bottom: 16px;
}

.login-form .input-group .tip{
	font-size: 14px;
	color: #333;
	margin-bottom: 6px;
}

.login-form .input-group .tip i{
	color: #f00;
}

.login-form .input-group input[type=text],
.login-form .input-group input[type=password]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
	padding: 8px;
	height: 36px;
	line-height: 36px;
	width: 100%;
	display: block;
}

.login-form .set{
	margin-bottom: 24px;
}

.login-form .set .remember{
	float: left;
	line-height: 20px;
	color: #666;
}

.login-form .set .remember input[type=text],
.login-form .set .remember input[type=password],
.login-form .set .remember span{
	display: inline-block;
	vertical-align: top;
}

.login-form .set .remember input[type=text],
.login-form .set .remember input[type=password],
.login-form .set .remember input[type=checkbox]{
	vertical-align: -2px;
}

.login-form .set .link{
	float: right;
	line-height: 20px;
	text-decoration: underline;
}

.zhuce .input-radio{
	line-height: 20px;
}

.zhuce .input-radio span,
.zhuce .input-radio i,
.zhuce .input-radio label{
	display: inline-block;
	vertical-align: top;
}

.zhuce .input-radio label{
	margin-left: 20px;
}

.zhuce .input-radio label input[type=radio]{
	vertical-align: -2px;
	margin-right: 2px;
}

.zhuce .input-group .inner .verify-input{
	float: left;
	width: 120px;
	margin-right: 12px;
}

.zhuce .input-group .inner .verify-img{
	float: left;
	width: 64px;
	height: 36px;
	margin-right: 12px;
}

.zhuce .input-group .inner .link{
	float: left;
	line-height: 36px;
}

.zhuce .input-group .inner .verify-btn{
	float: left;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #c7b779;
}



.addVideo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.addVideo .video-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 912px;
	margin-left: -456px;
	margin-top: -100%;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.addVideo .video-inner .title{
	position: relative;
	font-size: 18px;
	color: #333;
	height: 44px;
	line-height: 44px;
	padding: 0 100px 0 20px;
	border-bottom: 1px solid #f0f0f0;
}

.addVideo .close{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #666;
	cursor: pointer;
}

.addVideo .close:hover{
	opacity: .8;
}

.addVideo .video-inner .video{
	padding: 20px;
	margin: 0;
}

.addVideo .video-inner .box{
	position: relative;
	padding-bottom: 56.25%;
}

.addVideo .video-inner .video-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.addVideo-active{
	opacity: 1;
	visibility: visible;
}

.addVideo-active .video-inner{
	margin-top: -287px;
}

/*  2018.10.11  */

.zpBox{
	position: relative;
	margin-bottom: 12px;
}

.zpBox .img{
	padding-bottom: 40%;
}

.zpBox .text{
	position: absolute;
	left: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.zpBox .text .title{
	font-size: 18px;
	color: #fff;
	margin-bottom: 16px;
}

.zpBox .text .btn{
	display: inline-block;
	padding: 0 16px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	font-size: 12px;
	color: #3b3b3b;
}

.jxList li{
	position: relative;
	margin-bottom: 12px;
}

.jxList .img{
	padding-bottom: 57.73%;
}

.jxList .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	background: rgba(0,0,0,.5);
}

.jxList .text .title{
	font-size: 20px;
	margin-bottom: 16px;
	color: #fff;
}

.jxList .btn{
	display: inline-block;
	padding: 0 16px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	font-size: 12px;
	color: #3b3b3b;
}

.zbBox .box-title{
	padding: 24px 0;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.zbBox li{
	position: relative;
	margin-bottom: 12px;
}

.zbBox li .img{
	padding-bottom: 32%;
}

.zbBox li .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.zbBox li .text .inner{
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zbBox li .text .title{
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 10px;
}

.zbBox li .text .btn{
	display: inline-block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	font-size: 12px;
	color: #3b3b3b;
	text-align: center;
}

.gjzbsjs .box-title{
	padding: 24px 0;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.gjzbsjs li .img{
	padding-bottom: 32%;
}

.gjzbsjs li .text{
	padding: 20px 16px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.gjzbsjs li .text .name{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
}

.shijia .box-title{
	padding: 24px 0 0;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.shijia .text{
	padding: 20px 16px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.shijia .text img{
	margin: 10px 0;
}

.shijia .history li{
	border-top: 1px dotted #d0d0d0;
	padding: 12px 16px;
	font-size: 14px;
	color: #676767;
	line-height:26px;
}

.shijia .history li .year{
	font-size: 18px;
}

/*  2018/10/17  */

.small-title{
	padding: 24px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.user-header{
	padding: 0 16px;
}

.user-header li{
	border-top: 1px solid #d1d1d1;
}

.user-header li a{
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	overflow: hidden;
	background: url(../img/common-img/right.jpg) right center no-repeat;
	background-size: 12px;
}

.user-header .ico{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 14px;
}

.user-header .text{
	margin-left: 32px;
	font-size: 16px;
	color: #555555;
}

.user-header .contact a{
	height: auto;
	margin-bottom: 120px;
	background: none;
}

.user-header .contact .text .content{
	line-height: 26px;
}

.myYuyue .list{
	padding: 0 16px;
}

.myYuyue .list li{
	position: relative;
	border-top: 1px solid #d1d1d1;
	padding: 16px 0;
	font-size: 16px;
	color: #555555;
	padding-right: 80px;
	line-height: 1.3;
}

.myYuyue .list li .title{
	margin: 8px 0;
}

.myYuyue .list li .see{
	position: absolute;
	top: 50%;
	right: 0;
	height: 44px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-top: -22px;
}

.user-form{
	padding: 0 16px 24px;
	font-size: 14px;
	color: #565656;
}

.user-form .form .submitBtn{
	display: block;
	width: 100%;
	height: 48px;
	background: #c7b779;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 24px;
}

.user-form .form-title{
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0;
}

.user-form .tip{
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 0 20px;
}

.user-form .input-group{
	margin-bottom: 16px;
}

.user-form .input-group .title{
	margin-bottom: 6px;
}

.user-form .input-group .input{
	padding: 6px 8px;
	background: #efedee;
}

.user-form .input-group .input-select{
	padding: 0;
}

.user-form .input-group .input input{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.user-form .input-group .input select{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 8px 0 8px;
}

.user-form .input-group ul{
	margin-left: -5px;
}

.user-form .input-group ul li{
	float: left;
	width: 33.33333%;
}

.user-form .input-group ul li .inner{
	position: relative;
	margin-left: 5px;
	padding-right: 18px;
}

.user-form .input-group ul li .inner span{
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	line-height: 36px;
}

.user-form .input-group ul li .inner select{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 16px 0 8px;
	background: #efedee;
}

.good-msg {
	position: relative;
	margin: 0 16px 24px;
}

.good-msg .imgBox{
	float: left;
	width: 32%;
}

.good-msg .imgBox .img{
	padding-bottom: 100%;
	border: 1px solid #d1d1d1;
}

.good-msg .text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 32%;
	top: 50%;
	padding-left: 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.good-msg .text .title{
	font-size: 16px;
	line-height: 1.4;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}

.user-form .input-group .input-jingpin{
	padding: 0;
	background: none;
}

.user-form .input-jingpin .select select{
	display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 8px 0 8px;
    background: #efedee;
}

.user-form .input-jingpin .select1{
	float: left;
	width: 40%;
}

.user-form .input-jingpin .select2{
	margin-left: 40%;
	padding-left: 6px;
}

.user-form .input-group-verify .input{
	background: none;
	padding: 0;
}

.user-form .input-group-verify .input input{
	float: left;
	width: 34%;
	margin-right: 6px;
	background: #efedee;
	height: 36px;
	line-height: 36px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.user-form .input-group-verify .input img{
	float: left;
	width: 24%;
	height: 34px;
	border: 1px solid #d1d1d1;
}

.user-form .input-group-verify .input a{
	float: right;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}


/* 2021.1.14 */
.news{
	padding: 12px 12px 1px;
}

.news .list li{
	margin-bottom: 20px;
	box-shadow: 0 0 8px rgba(128,128,128,0.2);
}

.news .list li a{
	display: block;
}

.news .list .img{
	padding-bottom: 68.17%;
}

.news .list .text{
	padding: 16px 12px;
}

.news .list .text .title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}

.news .list .text .desc{
	font-size: 12px;
	color: #828282;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 16px;
}

.news .list .text .link span{
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

.fullscreen{
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	background: #fff;
	z-index: 999;
	padding: 36px 0;
	transition: all .6s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
}

.fullscreen.open{
	visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fullscreen .text{
	padding: 0 12px;
	text-align: center;
}

.fullscreen .text .date{
	font-size: 14px;
	color: #000;
	line-height: 36px;
}

.fullscreen .text .title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 6px;
}

.fullscreen .text .desc{
	font-size: 12px;
	color: #828282;
	line-height: 22px;
	margin-bottom: 30px;
}

.fullscreen .imgList{
	position: relative;
	padding: 0 12px;
}

.fullscreen .imgList img
{
    display: block;
    margin-bottom: 12px;
    
}

.fullscreen .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: url(../img/common-img/fullclose.jpg) no-repeat;
    background-size: contain;
}