@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('https://www.hongdianwangluo.com/hdimg/bas/font/iconfont.svg') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 35px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input.err, input.error, textarea.err, textarea.error, select.err, select.error {
    border: #bf6464 2px dashed!important;
    background-color: #fdfbfb!important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
label.error{
	color: #bf6464;
	padding-top: 5px;
	display: block;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #f76201!important;
    background-color: #f76201;
    color: #fff;
}
.float-right{
	float: right;
}
.font-size-16{
	font-size: 16px;
}
.font-size-20{
	font-size: 20px;
}
.color-primary{
	color: #f56202;
}
.text-primary{
	color: #f56202;
}
.text-warning{
	color: #ffa367;
}
.text-danger{
	color: #f76201;
}
.text-info{
	color: #aaa;
}
.text-success{
	color: #323232;
}
.text-default{
	color: #f5f6f8;
}
.text-bai{
	color: #fff;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #f56202!important;
    background-color: #f56202!important;
    color: #fff;
}
.line1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
.line2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
.line3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
.line4{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.clearfix{
	clear: both;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
body{
	color: #323232;
}
a{
	color: #323232;
}
.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-30{
	padding: 30px;
}
.padding-40{
	padding: 40px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-top-60{
	margin-top: 60px;
}
.margin-top-70{
	margin-top: 70px;
}
.margin-top-90{
	margin-top: 90px;
}
.margin-top-100{
	margin-top: 100px;
}
.margin-left-10{
	margin-left: 10px;
}
.margin-left-20{
	margin-left: 20px;
}
.margin-right-20{
	margin-right: 20px;
}
.margin-bottom-5{
	margin-bottom: 5px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}
.margin-bottom-90{
	margin-bottom: 90px;
}
.margin-bottom-100{
	margin-bottom: 100px;
}
.padding-top-10{
	padding-top: 10px;
}
.padding-top-20{
	padding-top: 20px;
}
.padding-top-30{
	padding-top: 30px;
}
.padding-top-40{
	padding-top: 40px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-top-60{
	padding-top: 60px;
}
.padding-top-90{
	padding-top: 90px;
}
.padding-top-100{
	padding-top: 100px;
}
.padding-top-120{
	padding-top: 120px;
}
.padding-bottom-0{
	padding-bottom: 0px;
}
.padding-bottom-10{
	padding-bottom: 10px;
}
.padding-bottom-20{
	padding-bottom: 20px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.padding-bottom-40{
	padding-bottom: 40px;
}
.padding-bottom-50{
	padding-bottom: 50px;
}
.padding-bottom-60{
	padding-bottom: 60px;
}
.padding-bottom-100{
	padding-bottom: 100px;
}
.padding-bottom-120{
	padding-bottom: 120px;
}
.padding-left-40{
	padding-left: 40px;
}
.layui-btn{
	background-color: #f76201;
}
.layui-btn-primary{
	background-color: #fff;
}
.layui-btn-warm {
    background-color: #FFB800;
}
.alert{
	padding: 10px;
	color: #fff;
	overflow: hidden;
	border-radius: 3px;
}
.alert.alert-danger{
	background: #ffa367;
}
.alert.alert-info{
	background: #aaa;
}
.alert.alert-success{
	background: #323232;
}
.alert.alert-primary{
	background: #f76201;
}
.alert .close{
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}
.strong{
	font-weight: bold;
}

/*
页面右侧在线咨询
 */
#servicebox{
	width: 40px;
	height: 130px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10000;
	margin-top: -65px;
	background: #f76201;
}
#servicebox .ico{
	background: #333;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
#servicebox .ico .layui-icon{
	font-size: 25px;
}
#servicebox .text{
	color: #fff;
	padding: 7px 13px 0;
}
#servicebox:hover #servicer{
	display: block;
}
#servicer{
	width: 140px;
	height: 622px;
	position: absolute;
	right: 40px;
	top: 50%;
	z-index: 2;
	margin-top: -310px;
	background: #fff;
	display: none;
}
#servicer .title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ce5f54;
}
#servicer .title.bg2{
	background: #1ebaa2;
}
#servicer ul{
	padding: 20px 0 20px 20px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
#servicer ul li{
	position: relative;
	margin-bottom: 20px;
}
#servicer ul li:last-child{
	margin-bottom: 0;
}
#servicer ul li .pic img{
	width: 100px;
	height: 100px;
}
#servicer ul li .hover{
	position: absolute;
	right: 138px;
	top: 50%;
	margin-top: -60px;
	z-index: 2;
	display: none;
}
#servicer ul li .hover img{
	width: 120px;
	height: 120px;
}
#servicer ul li:hover .hover{
	display: block;
}
#scrolltop{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
}
#scrolltop .layui-icon{
	font-size: 42px;
	color: #f76201;
	cursor: pointer;
}

#header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	border-bottom: 1px solid #E3E3E3;
	background: #fff;
}
#header .hInner {
	padding: 0 50px 0 50px;
}
#header .hInner h1 {
	float: left;
}
#header .hInner .rBox {
	float: right;
}
#header .searchBox {
	float: right;
	position: relative;
}
#header .searchBox .tel {
	padding: 0 30px 0 45px;
	float: left;
	color: #f56202;
	font-size: 18px;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-weight: bold;
	position: relative;
	line-height: 100px;
	margin-right: 100px;
}
#header .searchBox .tel:after {
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: #c9c9c9;
	content: "";
}
#header .searchBox .tel span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
#header .searchBox.active .tel {
	visibility: hidden;
	opacity: 0;
}
#header .searchBox .search {
	width: 40px;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	border-radius: 20px;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}
#header .searchBox.active .search {
	width: 100%;
	background: #f76201 !important;
}
#header .searchBox .search input {
	padding: 0 40px 0 20px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
}
#header .searchBox .search a {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
#header .searchBox.active .search a{
	color: #fff;
}
#header .searchBox .user{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
}

.menu {
	display: none;
}
#gNavi {
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#gNavi.active {
	visibility: hidden;
	opacity: 0;
}
#gNavi > li {
	margin-right: 45px;
	float: left;
}
#gNavi > li:last-child {
	margin-right: 0;
}
#gNavi > li > a {
	height: 98px;
	display: block;
	position: relative;
	color: #323232;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding: 0 5px;
	line-height: 98px;
}
#gNavi > li > a:before {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #f56202;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#gNavi > li:hover > a:before {
	width: 100%;
}
#gNavi li div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0 4px 2px rgba(197,197,195,0.1);
	border-top: 1px solid #E3E3E3;
	background-color: #fff;
}
#gNavi li ul {
	float: right;
}
#gNavi li li {
	margin-right: 45px;
	float: left;
}
#gNavi li li a {
	display: block;
	color: #999;
	font-size: 13px;
	line-height: 58px;
}
#gNavi li li a:hover {
	color: #000;
}
.menuBox,.muser {
	display: none;
}
.banner{
	width: 100%;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
.banner video{
	width: 100%;
}
.banner .video-arrow{
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 3;
	bottom: 0;
}
.banner .video-arrow .layui-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 100%;
	line-height: 40px;
}
.banner .video-text{
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	left: 0;
	top: 100px;
	z-index: 2;
	background: rgba(0,0,0,0.5);
}
.banner .video-text .layui-container{
	height: 100%;
	position: relative;
	padding: 0;
}
.banner .video-text img{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-container .swiper-slide{
	display: flex;
	justify-content:center;
	align-items: center;
}
.banner .swiper-container .swiper-slide a{
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.banner .swiper-container .swiper-slide .text1{
	font-size: 60px;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
 word-break: break-all;
}
.banner .swiper-container .swiper-slide .text1 span{
	display: inline-block;
	padding: 0 40px;
}
.banner .swiper-container .swiper-slide .text2{
	font-size: 18px;
	letter-spacing: 35px;
	margin-top: 10px;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
 word-break: break-all;
}
.banner .swiper-container .swiper-slide .more{
	display: inline-block;
	border:1px solid #fff;
	margin-top: 70px;
	height: 38px;
	line-height: 38px;
	width: 200px;
	border-radius: 19px;
	 transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.banner .swiper-container .swiper-slide a:hover .more{
	border:1px solid #f56202;
	background: #f56202;
	color: #fff;
}
#congshi{
	padding-bottom: 90px;
}
.column{
	padding: 100px 0 50px;
}
.up-column{
	padding: 25px 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.column .text1{
	font-size: 24px;
	font-weight: bold;
}
.column .text2{
	width: 510px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: #aaa;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}
.column .more{
	float: right;
	display: inline-block;
	background:url(../images/more_bg1.png) no-repeat left;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.congshi-nav{
	overflow: hidden;
}
.congshi-nav li{
	width: calc((100% - 60px) / 4);
	float: left;
	margin-right: 20px;
}
.congshi-nav li:nth-child(4){
	margin-right: 0;
}
.congshi-nav li a{
	display: block;
	border: 1px solid #f2f2f2;
	padding: 60px 50px 55px 48px;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.congshi-nav li:nth-child(1) a{
	background:url(../images/cs_bg1.png) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(2) a{
	background:url(../images/cs_bg2.png) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(3) a{
	background:url(../images/cs_bg3.png) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(4) a{
	background:url(../images/cs_bg4.png) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(1) a:hover{
	background:url(../images/cs1_h.jpg) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(2) a:hover{
	background:url(../images/cs2_h.jpg) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(3) a:hover{
	background:url(../images/cs3_h.jpg) no-repeat center;
	background-size: cover;
}
.congshi-nav li:nth-child(4) a:hover{
	background:url(../images/cs4_h.jpg) no-repeat center;
	background-size: cover;
}
.congshi-nav li a:hover .cn,.congshi-nav li a:hover .en{
	color: #fff;
}
.congshi-nav li .cn{
	font-size: 18px;
}
.congshi-nav li .en{
	font-size: 12px;
	color: #aaa;
	margin-top: 8px;
	text-transform: uppercase;
}
.congshi-nav li .desc{
	color: #aaa;
	margin-top: 18px;
	line-height: 2em;
}
#anli{
	background:url(../images/al_bg.jpg) repeat-x center top;
}
.column2 .more{
	background:url(../images/more_bg2.png) no-repeat left;
	color: #fff;
}
.column2 .text1 a{
	color: #fff;
}
#anlislide .swiper-slide .bg img{
	width: 1400px;
	height: 550px;
}
#anlislide .swiper-slide .pic{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#anlislide .swiper-slide .pic img{
	width: 900px;
	height: 550px;
}
#anlislide .swiper-slide .text{
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 3;
	width: 200px;
	height: 210px;
	background: rgba(0,0,0,0.7);
	color: rgba(255,255,255,0.5);
	padding: 55px 50px;
}
#anlislide .swiper-slide .text a{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
#anlislide .swiper-slide .text2{
	margin-top: 20px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
#anlislide .swiper-pagination{
	width: 200px;
	top: auto;
	left: auto;
	right: 100px;
	bottom: 115px;
	z-index: 100;
	color: #fff;
	text-align: left;
}
#anlislide .swiper-pagination span{
	display: inline-block;
	width: 25%;
	height: 3px;
	background: rgba(255,255,255,0.5);
	float: left;
	margin: 0;
	border-radius: 0;
	opacity: 1;
}
#anlislide .swiper-pagination .swiper-pagination-bullet-active{
	height: 3px;
	margin-top: 0;
	background: #f76201;
}
#anlislide .swiper-pagination em{
	position: absolute;
	left: 0;
	top: -35px;
	font-style: normal;
	display: none;
}
#anlislide .swiper-pagination .swiper-pagination-bullet-active em{
	display: block;
}
#anlislide .swiper-pagination em a{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}


#pingjia{
	padding-bottom: 40px;
}
#pingjia-list{
	overflow: hidden;
	padding-bottom: 60px;
}
#pingjia-list .swiper-slide a{
	display: block;
	border: 1px solid #f2f2f2;
	padding: 40px 30px;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}

#pingjia-list .swiper-slide .cn{
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
#pingjia-list .swiper-slide .desc{
	line-height: 24px;
	color: #aaa;
	margin: 30px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
#pingjia-list .swiper-pagination-bullet{
	background-color: #ddd;
	opacity: 1;
}
#pingjia-list .swiper-pagination-bullet-active{
	background-color: #f76201;
}
#kehu{
	background:#f76201;
	padding-bottom: 90px;
}
#kehu .column .text2{
	color: rgba(255,255,255,0.5);
}
.kehu-list{
	overflow: hidden;
}
.kehu-list li{
	width: calc((100% - 81px) / 4);
	float: left;
	margin-right: 27px;
	border-top: 1px solid rgba(255,255,255,0.5);
	max-height: 220px;
	overflow: hidden;
}
.kehu-list li:nth-child(9),.kehu-list li:nth-child(10),.kehu-list li:nth-child(11),.kehu-list li:nth-child(12){
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.kehu-list li:nth-child(4n+4){
	margin-right: 0;
}
.kehu-list li img{
	width: 100%;
}
.kehu-list li a{
	display: block;
	padding: 25px 0px 5px;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
    color: #fff;
    overflow: hidden;
}

.kehu-list li .cn{
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
.kehu-list li .desc{
	color: rgba(255,255,255,0.5);
	margin: 15px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}

#weisha{
	padding: 100px 0;
}
.why-hd{
	font-size: 40px;
}
.why-list{
	padding: 8px 0 0 145px;
}
.why-list li{
	margin-bottom: 40px;
}
.why-list li .text1{
	font-size: 16px;
}
.why-list li .text2{
	color: #aaa;
	margin-top: 5px;
}
.why-list li:nth-child(2){
	margin-bottom: 0;
}
#women{
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}
.info-list{
	overflow: hidden;
}
.info-list li{
	width: calc((100% - 20px) / 2);
	float: left;
	margin-right: 20px;
}
.info-list li:nth-child(2){
	margin-right: 0;
}
.info-list li .shijian{
	width: 90px;
	height: 90px;
	float: left;
	background:#323232;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items: center;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.info-list li .shijian span{
	display: block;
}
.info-list li .shijian .ri{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.info-list li .title{
	font-size: 18px;
	margin: 7px 0 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.info-list li .desc{
	color: #aaa;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 word-break: break-all;
}
.info-list li a:hover .shijian{
	background: #f76201;
}
.info-list li a:hover .title{
	color: #f76201;
}
.women-pic{
	text-align: center;
	padding-top: 90px;
}
#baojia{
	padding: 75px 0;
	background:url(../images/bg_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
#baojia a{
	display: block;
	border:1px solid #929291;
	padding: 50px 0;
	text-align: center;
	color: #fff;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
#baojia a .text1{
	font-size: 18px;
	margin-bottom: 10px;
}
#baojia a .text2{
	color: rgba(255,255,255,0.5);
	padding: 0 15px;
}
#baojia a:hover{
	background: #f76201;
	border:1px solid #f76201;
}
#baojia a:hover .text2{
	color: #fff;
}
#footer1{
	background: #f2f2f2;
	padding: 50px 0;
}
#footer1 .layui-row>div{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	height: 120px;
}
#footer1 .foot-tel{
	font-weight: bold;
	font-size: 18px;
	background: url(../images/tel.png) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	margin-bottom: 12px;
}
#footer1 .foot-nav li{
	display: inline-block;
	margin-right: 25px;
}
#footer1 .foot-nav li span.jia{
	display: none;
}
#footer1 .foot-nav li span.dian{
	font-size: 20px;
}
#footer1 .layui-row>div.layui-col-md-offset1{
	justify-content:center;
}
#footer1 .jnp a{
	display: inline-block;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	background: #323232;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
#footer1 .jnp a:hover{
	background: #f76201;
}
#footer1 .xcx,#footer1 .wx{
	width: 100%;
	text-align: right;
}
#footer1 .xcx{
	text-align: left;
}
#footer1 .xcx a,#footer1 .wx a{
	display: inline-block;
	text-align: center;
	width: 80%;
}
#footer1 .xcx img,#footer1 .wx img{
	margin-bottom: 5px;
	width: 100%;
}
#footer1 .layui-row>div.mbi-copyright{
	display: none;
}
#footer2{
	padding: 45px 0;
	background: #323232;
	color: #6f6f6f;
	line-height: 30px;
}
#footer2 a{
	color: #6f6f6f;
}
#footer2 .info-right{
	text-align: right;
}
#footer2 .info-right img{
	display: inline-block;
	opacity: 0.5;
}
.foot-logo img{
	width: 185px;
}

/*
从事索引页
 */
#up-banner{
	padding: 120px 0;
	margin-top: 100px;
	color: #fff;
}
#up-banner h2{
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
}
#up-banner h3{
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.7em;
	width: 510px;
}
#up-kaifa{
	background: url(../images/upkf_bg.jpg) no-repeat center;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
    border-bottom: 1px solid #e7e7e7;
}
#up-kaifa:hover{
	background: url(../images/upkf_bg_h.jpg) no-repeat center;
	color: #fff;
	background-size: cover;
}
#up-kaifa:hover a{
	color: #fff;
}

.up-work-list{
	padding: 100px 0;
}
.up-work-list .en{
	text-transform: uppercase;
	letter-spacing: 70px;
	font-size: 24px;
}
.up-work-list .cn{
	font-size: 18px;
	letter-spacing: 18px;
	margin-top: 5px;
}
.up-work-list .text1{
	font-size: 72px;
}
.up-work-list .text2{
	font-size: 36px;
}
.up-work-list ul{
	width: 740px;
	overflow: hidden;
}
.up-work-list ul li{
	width: 50%;
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}
#up-weihu{
	background: url(../images/upwh_bg.jpg) no-repeat center;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
    border-bottom: 1px solid #e7e7e7;
}
#up-weihu:hover{
	background: url(../images/upwh_bg_h.jpg) no-repeat center;
	color: #fff;
	background-size: cover;
}
#up-weihu:hover a{
	color: #fff;
}
#up-weihu .up-work-list{
	text-align: right;
}
#up-weihu .up-work-list .en{
	margin-right: -52px;
}
#up-weihu .up-work-list ul{
	width: 100%;
}
#up-weihu .up-work-list ul li{
	width: 100%;
}
#up-sucai{
	background: url(../images/upsc_bg.jpg) no-repeat center;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
    border-bottom: 1px solid #e7e7e7;
}
#up-sucai:hover{
	background: url(../images/upsc_bg_h.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
#up-sucai:hover a{
	color: #fff;
}
#up-peitao{
	background: url(../images/uppt_bg.jpg) no-repeat center;
	background-size: cover;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
    border-bottom: 1px solid #e7e7e7;
}
#up-peitao:hover{
	background: url(../images/uppt_bg_h.jpg) no-repeat center;
	color: #fff;
	background-size: cover;
}
#up-peitao:hover a{
	color: #fff;
}
#up-peitao .up-work-list{
	text-align: right;
	overflow: hidden;
}
#up-peitao .up-work-list .en{
	margin-right: -52px;
}
#up-peitao .up-work-list ul{
	width: 940px;
	float: right;
}

/*
案例索引页
 */
#up-pingjia{
	padding-bottom: 90px;
}
#up-pingjia #pingjia-list .swiper-slide a{
	border: none;
	text-align: center;
	padding-bottom: 20px;
}
#up-pingjia #pingjia-list .swiper-slide .cn{
	font-weight: bold;
}
#up-pingjia #pingjia-list .swiper-slide .desc{
	margin: 15px 0 0;
	padding: 0 160px;
}

.up-kehu .column{
	padding-bottom: 10px;
}
.up-kehu .layui-tab-card{
	border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}
.up-kehu .layui-tab{
	margin: 10px 0 0;
}
.up-kehu .layui-tab-title {
    position: relative;
    height: 30px;
    border-bottom-width: 0px;
    background: none;
}
.up-kehu .layui-tab-title li{
	line-height: 30px;
	color: #fff;
	padding: 0;
}
.up-kehu .layui-tab-title li span{
	display: inline-block;
	padding: 0 10px;
}
.up-kehu .layui-tab-title li:last-child span{
	display: none;
}
.up-kehu .layui-tab-title li a{
	display: inline-block;
	color: #fff;
	padding: 0 15px;
}
.up-kehu .layui-tab-title li.layui-this{
	background: none;
}
.up-kehu .layui-tab-title li.layui-this a{
	background: #fff;
	color: #f76201;
	border-radius: 3px;
}
.up-kehu .layui-tab-title li.layui-this:after{
	display: none;
}
.up-kehu .layui-tab-card>.layui-tab-title .layui-tab-bar{
	height: 30px;
	line-height: 30px;
}
.up-kehu .layui-tab-content{
	padding: 50px 0 0;
}
.padding-bottom-90{
	padding-bottom: 90px;
}
#up-chengguo .column{
	padding-bottom: 10px;
}
#up-chengguo .layui-tab-card{
	border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}
#up-chengguo .layui-tab{
	margin: 10px 0 0;
}
#up-chengguo .layui-tab-title {
    position: relative;
    height: 30px;
    border-bottom-width: 0px;
    background: none;
}
#up-chengguo .layui-tab-title li{
	line-height: 30px;
	color: #aaa;
	padding: 0;
}
#up-chengguo .layui-tab-title li span{
	display: inline-block;
	padding: 0 10px;
}
#up-chengguo .layui-tab-title li:last-child span{
	display: none;
}
#up-chengguo .layui-tab-title li a{
	display: inline-block;
	color: #aaa;
	padding: 0 15px;
}
#up-chengguo .layui-tab-title li.layui-this{
	background: none;
}
#up-chengguo .layui-tab-title li.layui-this a{
	background: #f76201;
	color: #fff;
	border-radius: 3px;
}
#up-chengguo .layui-tab-title li.layui-this:after{
	display: none;
}
#up-chengguo .layui-tab-card>.layui-tab-title .layui-tab-bar{
	height: 30px;
	line-height: 30px;
}
#up-chengguo .layui-tab-content{
	padding: 50px 0 0;
}
.chengguo-list .layui-col-md4 img{
	width: 100%;
}
.chengguo-list .layui-col-md4 .title{
	background: url(../images/arrow.png) no-repeat 95% 70%;
	padding: 20px 0 0;
	padding-right: 5%;
}
.chengguo-list .layui-col-md4 .title .cn{
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 margin-bottom: 10px;
}
.chengguo-list .layui-col-md4 .title .desc{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 color: #aaa;
}
/*
服务索引页
 */
#up-search form{
	border: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
#up-search .up-sch-input{
	width: calc(100% - 60px);
	padding-left: 10px;
	float: left;
	border: none;
	height: 30px;
	line-height: 30px;
}
#up-search .up-sch-button{
	width: 50px;
	float: left;
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	cursor: pointer;
}
#up-search .up-sch-kwords{
	position: absolute;
	right: 55px;
	z-index: 2;
	line-height: 30px;
}
#up-search .up-sch-kwords a{
	display: inline-block;
	padding: 0 30px;
	background: #f2f2f2;
	margin-left: 10px;
	color: #323232;
	border-radius: 3px;
}
#up-search .up-sch-kwords a:hover{
	background: #f76201;
	color: #fff;
}
.up-wenda{
	background: #fbfbfb;
}
.wenda-list .title{
	position: relative;
	padding-left: 15px;
}
.wenda-list .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #323232;
	border-radius: 2px;
}
.wenda-list .title a{
	display: block;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
 word-break: break-all;
}
.up-chaxun-list a{
	display: block;
	border: 1px solid #f2f2f2;
	padding: 40px 0;
	text-align: center;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
    position: relative;
}
.up-chaxun-list a .ico{
	width: 90px;
	height: 50px;
	display: inline-block;
}
.up-chaxun-list a .cn{
	font-size: 18px;
}
.up-chaxun-list a .en{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}
.up-chaxun-list .layui-col-md4 a:hover{
	background: #f76201;
	color: #fff;
}
.up-chaxun-list a .hover{
	width: 100%;
	height: 100%;
	background: #f76201;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	display: none;
}
.up-chaxun-list a:hover .hover{
	display: flex;
	justify-content:center;
	align-items: center;
}
.up-chaxun-list .layui-col-md4:nth-child(1) .ico{
	background: url(../images/cx_ico1.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(2) .ico{
	background: url(../images/cx_ico2.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(3) .ico{
	background: url(../images/cx_ico3.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(4) .ico{
	background: url(../images/cx_ico4.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(5) .ico{
	background: url(../images/cx_ico5.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(6) .ico{
	background: url(../images/cx_ico6.png) no-repeat center;
}

.up-chaxun-list .layui-col-md4:nth-child(1):hover .ico{
	background: url(../images/cx_ico1_h.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(2):hover .ico{
	background: url(../images/cx_ico2_h.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(3):hover .ico{
	background: url(../images/cx_ico3_h.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(4):hover .ico{
	background: url(../images/cx_ico4_h.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(5):hover .ico{
	background: url(../images/cx_ico5_h.png) no-repeat center;
}
.up-chaxun-list .layui-col-md4:nth-child(6):hover .ico{
	background: url(../images/cx_ico6_h.png) no-repeat center;
}
#up-kefu-list{
	padding-bottom: 60px;
}
#up-kefu-list .swiper-slide a{
	display: block;
	background: #fbfbfb;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
#up-kefu-list .swiper-slide a:hover{
	background:#1ebaa2;
	background-size: cover;
	color: #fff;
}
#up-kefu-list .swiper-slide a:hover .layui-col-xs5 .text2{
	color: rgba(255,255,255,0.5);
}
#up-kefu-list .swiper-slide .layui-col-xs7 img{
	width: 100%;
}
#up-kefu-list .swiper-slide .layui-col-xs7 .hover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition:All 0.4s ease-in;
    -webkit-transition:All 0.4s ease-in;
    -moz-transition:All 0.4s ease-in;
    -o-transition:All 0.4s ease-in;
}
#up-kefu-list .swiper-slide a:hover .layui-col-xs7 .hover{
	opacity: 1;
}
#up-kefu-list .swiper-slide .layui-col-xs5{
	padding: 50px 0 0;
	text-align: center;
}
#up-kefu-list .swiper-slide .layui-col-xs5 .text1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 font-size: 18px;
	 margin-bottom: 5px;
}
#up-kefu-list .swiper-slide .layui-col-xs5 .text2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 font-size: 12px;
	 color: #aaa;
	 text-transform: uppercase;
}
#up-kefu-list .swiper-slide .layui-col-xs5 .ico{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/kf_ico.png) no-repeat center;
}
#up-kefu-list .swiper-slide a:hover .layui-col-xs5 .ico{
	background: url(../images/kf_ico_h.png) no-repeat center;
}
#up-kefu-list .swiper-pagination-bullet{
	background-color: #ddd;
	opacity: 1;
}
#up-kefu-list .swiper-pagination-bullet-active{
	background-color: #f76201;
}

/*
宏说索引页
 */
.up-hongshuo-list{
	
}
.up-hongshuo-list li{
	border-bottom: 1px solid #f2f2f2;
}
.up-hongshuo-list li .shuxing{
	color: #aaa;
	overflow: hidden;
	margin-top: 10px;
}
.up-hongshuo-list li .shuxing .line{
	padding: 0 10px;
}
.up-hongshuo-list li .shuxing .pinglun,.up-hongshuo-list li .shuxing .liulan{
	float: right;
	margin-left: 35px;
}
.up-hongshuo-list li .pic{
	max-height: 330px;
	overflow: hidden;
}
.up-hongshuo-list li .title a{
	font-size: 24px;
	display: block;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
 word-break: break-all;
}
.up-hongshuo-list li .pic img{
	width: 100%;
}
.up-hongshuo-list li .desc{
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
 word-break: break-all;
 color: #6d6d6d;
 line-height: 2em;
}
.up-hongshuo-sch form{
	overflow: hidden;
	padding: 10px;
	background: #f2f2f2;
}
.up-hongshuo-sch .up-sch-input{
	width: calc(100% - 60px);
	padding-left: 10px;
	float: left;
	border: none;
	height: 50px;
	line-height: 50px;
}
.up-hongshuo-sch .up-sch-button{
	width: 50px;
	float: left;
	border: none;
	background: #fff;
	height: 50px;
	line-height: 50px;
	color: #323232;
}

.up-redian-list li{
	border-bottom: 1px solid #f2f2f2;
}
.up-redian-list li .title{
	position: relative;
	padding-left: 15px;
}
.up-redian-list li .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #323232;
	border-radius: 2px;
}
.up-redian-list li .title a{
	display: block;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
 word-break: break-all;
 padding: 3px 0;
}
.up-redian-list li .biaoqian{
	display: inline-block;
	float: right;
	background: #f76201;
	padding: 3px 10px;
	color: #fff;
	border-radius: 3px;
}
.up-biaoqian a{
	display: inline-block;
	color: #fff;
	background: #aaa;
	padding: 3px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.up-biaoqian a:hover{
	background: #f76201;
}

/*
我们索引页
 */
#up-wenhua{
	
}
#up-wenhua .layui-fluid{
	padding: 0;
}
.up-wh-column{
	text-align: center;
}
.up-wh-column .text1{
	font-size: 36px;
	font-weight: bold;
}
.up-wh-column .text2{
	font-size: 18px;
}
.up-wenhua-list li{
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.up-wenhua-list li .text1{
	font-size: 18px;
	margin-bottom: 5px;
}
.up-wenhua-list li .text2{
	color: #aaa;
}
.up-wenhua-list li:hover{
	background: #fa6301;
	color: #fff;
}
.up-wenhua-list li:hover .text2{
	color: #fff;
}
#up-jianjie{
	background: url(../images/up_jj_bg.jpg) no-repeat center;
	background-size: cover;
}
.up-jianjie{
	text-align: center;
}
.up-jianjie h3{
	font-size: 18px;
	font-weight: bold;
}
.up-jianjie p{
	color: #aaa;
}
#up-women-pic .layui-fluid{
	padding: 0;
}
#up-women-pic img{
	width: 100%;
}
/*
职位索引页
 */
#up-zhiwei .up-column1{
	text-align: center;
	border-bottom: none;
	background: url(../images/zw_bg.png) no-repeat center bottom;
}
#up-zhiwei .up-column1 .text1{
	font-size: 36px;
	font-weight: bold;
}
#up-zhiwei .up-column1 .text2{
	width: 570px;
	margin: 0 auto;
	color: #aaa;
	font-size: 16px;
	line-height: 1.7em;
}
.zhiwei-list li{
	background: #fbfbfb;
	margin-bottom: 20px;
	overflow: hidden;
}
.zhiwei-list li .text{
	padding-left: 50px;
	width: 600px;
	float: left;
}
.zhiwei-list li .text .text1{
	font-size: 18px;
}
.zhiwei-list li .text .text2{
	line-height: 2em;
	color: #a0a0a0;
}
.zhiwei-list li .text .more{}
.zhiwei-list li .text .more a{
	display: block;
	background: #323232;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	transition:All 0.4s ease-in-out;
	    -webkit-transition:All 0.4s ease-in-out;
	    -moz-transition:All 0.4s ease-in-out;
	    -o-transition:All 0.4s ease-in-out;
}
.zhiwei-list li:hover .text .more a{
	background: #f56202;
}
.zhiwei-list li .pic{
	width: 650px;
	float: right;
}
.zhiwei-list li .pic img{
	width: 100%;
}
.zhiwei-list li:nth-child(2n) .text{
	float: right;
	padding-left: 0;
	padding-right: 50px;
}
.zhiwei-list li:nth-child(2n) .pic{
	float: left;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #f76201;
}
.layui-laydate .layui-this {
    background-color: #f76201!important;
    color: #fff!important;
}
.layui-form-select dl dd.layui-this {
    background-color: #f76201;
    color: #fff;
}
/*
内容搜索页
 */
.sch-form{
	display: block;
	background: #fff;
	position: relative;
}
.sch-form .sch-input{
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}
.sch-form .sch-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}
.sch-form .sch-btn .layui-icon{
	font-size: 18px;
}
.tabclick{
	font-size: 24px;
	font-weight: bold;
}
.sch-list .item .textbox{
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}
/*
在线支付页
 */
.box-static{
	background: #fff;
}
/*
授权书页
 */
.apititle{
	font-size: 24px;
	font-weight: bold;
}
.apibox{
	border: 1px solid #eaeaea;
	border-radius: 8px;
}
.apibox .apiid{
	font-size: 36px;
	color: #f76201;
}
.apiinfolist li span{}
/*
优惠券查询
 */
.couponbox{
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
}
.couponbox .left{
	display: flex;
	justify-content:center;
	align-items: center;
	height: 250px;
	background: #f76201;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 1.8em;
}
.couponbox .mid{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 250px;
}
.couponbox .clientname{
	font-size: 20px;
}
.couponbox .couponfee{
	font-size: 30px;
	color: #f76201;
}
.couponbox .right{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	text-align: center;
}
.couponbox .right .text-primary{
	font-size: 36px;
}
.shuoming li{
	list-style: disc;
}
/*
通用内页
 */
#colbox{
	background: #f2f2f2;
}
.colinfo-list{
	overflow: hidden;
}
.colinfo-list a{
	display: block;
	background: #fff;
	overflow: hidden;
}
.colinfo-list a .shijian{
	width: 90px;
	height: 90px;
	float: left;
	background:#323232;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items: center;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.colinfo-list a .shijian span{
	display: block;
}
.colinfo-list a .shijian .ri{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.colinfo-list a .title{
	font-size: 18px;
	margin: 14px 0 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.colinfo-list a .desc{
	color: #aaa;
	line-height: 20px;
}
.colinfo-list a:hover .shijian{
	background: #f76201;
}
.colinfo-list a:hover .title{
	color: #f76201;
}

.colinfo-list .textbox a{
	display: inline-block;
}
.colinfo-list .textbox .shijian{
	width: 90px;
	height: 90px;
	float: left;
	background:#323232;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items: center;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.colinfo-list .textbox .shijian span{
	display: block;
}
.colinfo-list .textbox .shijian .ri{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.colinfo-list .textbox .title{
	font-size: 18px;
	margin: 14px 0 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.colinfo-list .textbox .desc{
	color: #aaa;
	line-height: 20px;
}
.colinfo-list .textbox:hover .shijian{
	background: #f76201;
}
.colinfo-list .textbox:hover .title{
	color: #f76201;
}

.pagination li{
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}
.pagination li a{
	display: inline-block;
	background: #aaa;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition:All 0.8s ease-in;
    -webkit-transition:All 0.8s ease-in;
    -moz-transition:All 0.8s ease-in;
    -o-transition:All 0.8s ease-in;
}
.pagination li a:hover,.pagination li.active a{
	background: #f56202;
}

.page_detail{
	line-height: 2.2em;
	background: #fff;
	padding: 40px;
}
.detail-box{
	background: #fff;
	padding: 40px;
}
.col-att{
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 15px;
	background: #f9f9f9;
	overflow: hidden;
	color: #aaa;
}
.col-att a{
	color: #aaa;
}
.col-att .line{
	padding: 0 10px;
}
.col-att .visit{
	margin-right: 50px;
}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{
	margin-top: 13px !important;
}
.detail-box .col-title{
	font-size: 24px;
	font-weight: bold;
}
.dtl_detail{
	line-height: 2em;
	font-size: 16px;
}
.dtl_detail p{
	margin-bottom: 10px;
}
.pager{
	overflow: hidden;
}
.pager li{
	width: 50%;
	float: left;
}
.pager li a{
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 color: #c9c9c9;
}
.pager li:last-child a{
	text-align: right;
}
.img-responsive{
	width: 100%;
}
.albums{
	width:800px;
	margin: 0 auto 30px;
}

.piclist h2{
	font-size: 14px;
	color: #aaa;
	position: relative;
}
.piclist h2 .title{
	font-size: 16px;
	color: #323232;
}
.piclist h2 .subname{
	color: #aaa;
}
.piclist h2 .layui-icon{
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 14px;
	margin-top: -7px;
	color: #aaa;
}
.piclist h2 a{
	color: #aaa;
}
.listkehu{
	background: #f76201;
}
.listkehu img{
	
}
#colbox .layui-tab-card{
	border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}
#colbox .layui-tab{
	margin: 0;
}
#colbox .layui-tab-title {
    position: relative;
    height: 30px;
    border-bottom-width: 0px;
    background: none;
}
#colbox .layui-tab-title li{
	line-height: 30px;
	color: #aaa;
	padding: 0;
}
#colbox .layui-tab-title li span{
	display: inline-block;
	padding: 0 10px;
}
#colbox .layui-tab-title li:last-child span{
	display: none;
}
#colbox .layui-tab-title li a{
	display: inline-block;
	color: #aaa;
	padding: 0 15px;
}
#colbox .layui-tab-title li.layui-this{
	background: none;
}
#colbox .layui-tab-title li.layui-this a{
	background: #f76201;
	color: #fff;
	border-radius: 3px;
}
#colbox .layui-tab-title li.layui-this:after{
	display: none;
}
#colbox .layui-tab-card>.layui-tab-title .layui-tab-bar{
	height: 30px;
	line-height: 30px;
}

.page_kefulist .layui-col-xs7 .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}
.page_kefulist .layui-col-xs5 {
    padding: 50px 0 0;
    text-align: center;
}
.page_kefulist .layui-col-xs5 .text1{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 font-size: 18px;
	 margin-bottom: 5px;
}
.page_kefulist .layui-col-xs5 .text2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 word-break: break-all;
	 font-size: 12px;
	 color: #aaa;
	 text-transform: uppercase;
}
.page_kefulist .layui-col-xs5 .ico{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/kf_ico.png) no-repeat center;
}
.page_kefulist a{
	display: block;
}
.page_kefulist a:hover .layui-col-xs5 .ico{
	background: url(../images/kf_ico_h.png) no-repeat center;
}
.page_kefulist a:hover{
	background:#1ebaa2;
	background-size: cover;
	color: #fff;
}
.page_kefulist a:hover .layui-col-xs7 .hover{
	opacity: 1;
}
.page_kefulist a:hover .layui-col-xs5 .text2{
	color: rgba(255,255,255,0.5);
}
.leftmenu li{
	display: inline-block;
	margin-right: 10px;
}
.leftmenu li a{
	display: block;
	padding: 0 15px;
	line-height: 30px;
	background: #333;
	color: #fff;
	border-radius: 3px;
}
.leftmenu li.layui-this a{
	background: #f76201;
}
#hdmanform{
	padding: 10px 18px 10px 0;
}
#hdmanform .layui-form-label{
	width: 60px;
}
#hdmanform .layui-input-block{
	margin-left: 90px
}
.bshare-custom{
	margin-top: 13px;
}



/*
落地页
 */
.search-list .item{
	text-align: center;
	position: relative;
}
.search-list .item img{
	width: 90px;
}
.search-list .item .text1{
	font-size: 18px;
}
.search-list .item .text2{
	color: #aaaa;
	padding-top: 5px;
}
.search-list .item:after{
	width: 1px;
	height: 40px;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	background: #c9c9c9;
}
.search-list .item:last-child:after{
	display: none;
}
#liuyan .layui-btn{
	background: #323232;
	width: 100%;
	padding: 20px 0;
	height: auto;
	line-height: normal;
}
#liuyan .layui-input{
	background: #fafafa;
	border: none;
	height: auto;
	padding: 15px 20px;
}
#liuyan .layui-textarea{
	background: #fafafa;
	border: none;
	height: auto;
	padding: 15px 20px;
}
#liuyan .layui-btn:hover{
	background: #f76201;
}

/*
商城首页
 */
.mal-sch form{
	display: block;
	position: relative;
	height: 68px;
}
.mal-sch .sch_kw{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 120px);
	height: 68px;
	line-height: 68px;
	border: 1px solid #ededed;
	padding: 0 100px 0 20px;
	border-radius: 10px;
}
.mal-sch .sch_bt{
	width: 68px;
	height: 68px;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	z-index: 2;
	cursor: pointer;
}
#malslide .swiper-pagination-bullet{
	background: #dbdcde;
	opacity: .8;
}
#malslide .swiper-pagination-bullet-active{
	background: #f56202;
}
.mal-column{
	font-size: 14px;
	color: #aaa;
	line-height: 24px;
	overflow: hidden;
}
.mal-column a{
	color: #aaa;
}
.mal-column a.title{
	font-size: 24px;
	color: #323232;
	font-weight: bold;
	float: left;
}
.mal-column span{
	padding: 0 15px;
}
.shop-item-summary h3{
	margin-bottom: 5px;
}
/*
商城详细页
 */
.mal-top i{
	font-style: normal;
}
.mal-disp-top{
	border-bottom: 1px solid #ededed;
}
#malpicslide{
	height: auto;
}
#malpicslide .swiper-wrapper,#malpicslide .swiper-slide{
	height: auto;
}
#malpicslide .swiper-button-next, #malpicslide .swiper-button-prev{
	color: #323232;
}
#malpicslide .swiper-button-next:after, #malpicslide .swiper-button-prev:after{
	font-size: 20px;
}
#malpicslide .swiper-button-next:hover, #malpicslide .swiper-button-prev:hover{
	color: #fff;
	background: #7a7a7b;
}
.mal-pdc-title{
	font-size: 24px;
	margin-top: 30px;
}
.mal-pdc-desc{
	font-size: 14px;
	color: #aaa;
	line-height: 21px;
}
.mal-pdc-price{
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}
.mal-pdc-price .pull-left{
	font-size: 24px;
}
.mal-pdc-price small{
	color: #aaa;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
	font-size: 14px;
}
.mal-att-name{
	color: #898989;
}
.mal-num-box{
	border-top: 1px solid #ededed;
	overflow: hidden;
}
.mal-num-box .input-group-addon{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #323232;
	border: 1px solid #ededed;
	float: left;
}
.mal-num-box .mal-num-input{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #323232;
	border: 1px solid #ededed;
	text-align: center;
}
#buy_goods_form .layui-btn-primary{
	border: 1px solid #eee;
}
.mal-disp-main .layui-tab{
	margin: 0;
}
.mal-disp-main .layui-tab .mal-cart-add{
	position: absolute;
	right: 0;
	top: 0;
}
.mal-disp-main .layui-tab .mal-cart-add .layui-btn-lg{
	height: 80px;
	line-height: 80px;
	border-radius: 0;
	padding: 0 40px;
}
.mal-disp-main .layui-tab .layui-tab-title{
	height: 80px;
	line-height: 80px;
	border: none;
}
.mal-disp-main .layui-tab-title li{
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	min-width: auto;
	padding: 0;
	padding-right: 60px;
	margin-right: 60px;
	position: relative;
}
.mal-disp-main .layui-tab-title li:after,.mal-disp-main .layui-tab-title .layui-this:after{
	content: '';
	width: 1px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: auto;
	right: 0;
	background: #ededed;
	border-radius: 0;
	border: none;
	top: 50%;
	margin-top: -10px;
}
.mal-disp-main .layui-tab-title li:last-child:after{
	display: none;
}
.mal-disp-main .layui-tab-title .layui-this{
	color: #f76201;
}
.mal-disp-main .layui-tab-content{
	padding-left: 0;
	padding-right: 0;
	line-height: 2.2em;
}
.mal-disp-main .layui-tab-content p{
	margin-bottom: 10px;
}
.comment-item{
	border-bottom: 1px solid #ededed;
	padding: 0 0 30px;
	margin-bottom: 30px;
}
.comment-item .picname{
	display: flex;
}
.comment-item .picname .name{
	line-height: 20px;
}
.comment-item .picname .name .text{
	font-size: 16px;
}
.comment-item .picname .name .shijian{
	font-size: 12px;
	color: #aaa;
}
.comment-item .picname .pic{
	margin-right: 20px;
}
.comment-item .comment{
	padding-left: 60px;
	font-size: 18px;
	padding-top: 15px;
}
#ord_add .guige .layui-btn{
	background-color: #fff;
	border: 1px solid #C9C9C9;
	color: #555;
}
#ord_add .guige .layui-btn-primary {
	background-color: #f76201;
	border: 1px solid #f76201;
	color: #fff;
}
/*
商城搜索页
 */
.mal-left-nav h2{
	font-size: 24px;
	font-weight: bold;
}
.mal-left-nav .layui-nav-tree{
	width: 100%;
	background-color: #fff;
	color: #323232;
}
.mal-left-nav .layui-nav-tree .layui-nav-item{
	border-bottom: 1px solid #ededed;
}
.mal-left-nav .layui-nav-tree .layui-nav-item a{
	color: #323232;
	padding: 0;
}
.mal-left-nav .layui-nav .layui-nav-more{
	border-color: #323232 transparent transparent;
}
.mal-left-nav .layui-nav-tree .layui-nav-item a:hover{
	color: #fff;
	padding-left: 15px;
}
.mal-left-nav .layui-nav-tree .layui-nav-item a:hover .layui-nav-more{
	border-color: #fff transparent transparent;
}
.layui-nav-tree .layui-nav-bar{
	background-color: #f56202;
}
.layui-nav-tree .layui-nav-itemed>a{
	color: #323232 !important;
	padding-left: 15px !important;
}
.layui-nav-tree .layui-nav-itemed>a:hover{
	color: #fff !important;
}
.layui-nav-tree .layui-nav-child dd{
	padding-left: 25px;
	border-bottom: 1px solid #ededed;
}
.layui-nav-tree .layui-nav-child dd:last-child{
	border-bottom: none;
}
.layui-nav-tree .layui-nav-child dd a{
	color: #aaa !important;
}
.layui-nav-tree .layui-nav-itemed>.layui-nav-child{
	background: #fff !important;
}
.mal-item-summary h3{
	height: 40px;
	line-height: 40px;
}
/*
购物车
 */
/* SHOP CART */
.cartContent {
	padding:0;
}
.cartContent .item {
	position:relative;
	background: none;
}

.cartContent .item {
	margin-top:-1px;
	border-bottom: #ededed 1px solid;
	line-height: 80px;
}
.cartContent .sky-form.boxed {
	border-bottom: #ededed 1px solid;
}

.cartContent .item.head {
	border-top: #ededed 1px solid;
	height: 60px;
	line-height: 60px;
}
#cartContent .item .checkbox{
    width: 7%;
    float: left;
    margin: 0 0 0 8px;
}
.cartContent .cart_img{
	margin-right: 20px;
}
.cartContent .product_name {
	float:left;
	width:35%;
	text-decoration:none;
}
.cartContent .product_name:hover>span {
	text-decoration:underline;
}
.cartContent .product_name >small {
	display:block;
	font-size:12px;
	line-height:12px;
	color:rgba(0,0,0,0.5);
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
.cartContent .qty {
	float:right;
	width:140px;
	font-size:15px;
	padding: 0 10px;
	text-align:center;
}
.cartContent .qty input {
	padding:3px; margin:0;
	border:#ccc 1px solid;
	width:50px; margin-right:3px;
	text-align:center;
}
.cartContent .total_price {
	float:right;
	width:150px;
	font-size:15px;
	padding: 0 10px;
	text-align:center;
}
.cartContent .remove_item {
	float:right;
	margin-right:8px;
	font-weight: bold;
	padding-top: 3px;
	width: 16px;
}
.cartContent .btn_update {
	margin-top:20px;
}

.error-404{
	font-size: 250px;
	color: #ddd;
}

.cartContent input[type="checkbox"] {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    margin-right: 10px;
    margin-top: -5px;
    position: relative;
}
.cartContent input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.cartContent input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #ff6700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #ff6700;
    border-radius:4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.radio_type{
    width: 16px;
    height: 16px;
    appearance: none;
    position: relative;
    background: #fff;
    margin-right: 10px;
    border:none;
    background: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.radio_type:before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background: #ededed;
}
.radio_type:checked:before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after{
    content: '';
    width: 8px;
    height:8px;
    background: #f76201;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -4px;
    margin-top: -3px;
    vertical-align: middle;
    /*transform: rotate(-45deg);*/
    border-radius: 50%;
}
.address_name{
	font-size: 18px;
	margin-right: 20px;
	display: inline-block;
	color: #323232;
}
.radio{
	color: #707070;
	cursor: pointer;
}

.cart3box{
	text-align: center;
}
.cart3box .ddxq{
	display: inline-block;
	border: 1px solid #f56202;
	padding: 5px 10px;
	border-radius: 3px;
}
.cart3box .icon span{
	display: inline-block;
	position: relative;
	width: 260px;
	height: 260px;
}
.cart3box .icon span::before{
	content: "\2713";
	background-color: #ff6700;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	color: #fff;
	font-size: 150px;
	font-weight: bold;
	line-height: 260px;
}
.cart3box .icon.fail span::before{
	content: "\2717";
}
.cart3box h2{
	font-size: 48px;
	line-height: normal;
}
.cart3box .desc{
	font-size: 18px;
	color: #8b8b8b;
}

/*
客户评价
*/
#pjinfo h3{
	font-size: 24px;
	font-weight: bold;
}
#pjinfo h4{
	font-size: 18px;
}
#pjinfo h4 span{
	font-size: 14px;
	color: #aaa;
	margin-left: 10px;
}
#pjlist{
	padding: 40px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
#pjlist .qhd{
	font-size: 24px;
	color: #f76201;
	font-weight: bold;
}
#pjlist h5{
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
#pjlist ul{
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
#pjlist ul li{
	display: inline-block;
	margin-right: 50px;
}
#pjlist textarea{
	width: 100%;
	height: 190px;
	border: 1px solid #eaeaea;
	padding: 10px;
	box-sizing: border-box;
}
#pjlist input.ch {
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 10px;
	box-sizing: border-box;
}
#pjlist input.tj{
	width: 100%;
	background: #f76201;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	border-radius: 10px;
	cursor: pointer;
}
#pjnote .pjsm{
	line-height: 2em;
	color: #aaa;
}



