@charset "utf-8";
html,body{padding:0px; text-decoration:none;margin:0 auto;min-width:1220px;font-family:"微软雅黑";max-width:1440px;}
div,h1,h2,h3,h4,p,ul,ol,dl,dt,dd,input,button,textarea,form,ul,li,img{margin:0; padding:0; border:0; font-weight:normal; text-decoration:none}
input,textarea,select{color:#333;font-family:arial;outline:none ;}
a{text-decoration:none; color:#444;}
@charset "utf-8";
body {padding:0px; text-decoration:none;font-family:'微软雅黑';margin: 0 auto; }
ul,img,form,p,li,dl,dt,div{ margin:0; padding:0; /*border:0; font-weight:normal;*/}
li{list-style:none;}
img{border:0;}
.cl{ clear:both;}
a{text-decoration: none;}
.w1440{margin:0 auto; max-width:1440px;}
.w1200{margin:0 auto; width:1200px;}
.w100{margin:0 auto; width:100%;}
.w90{margin:0 auto; width:90%;}
.w93{margin:0 auto; width:93%;}
.fl{float:left;}
.fr{float:right;}
.px1{width:100%;height:0.1px;}
/*@font-face{
	font-family:'FZDBSK';
	src:url('FZDBSK.TTF');
}*/
.hide_diamshw_op{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 51;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

/************分页************/
.fenye{ text-align:center;padding:20px; }
.fenyelist{ display:inline-block; font-size:16px; padding:5px 10px; margin:10px 5px; }
.fenye a .fenyelist:hover{ background:#7048dc;color:#fff; cursor:pointer; }
.yes{background:#7048dc;color:#fff; }
.no{color:#aaa;}

.xian{height:12px;width:100%;background-color:#026732;}

/*******头部*********/
.head_l{
	float: left;
    margin: 20px 0;
}
.head_l img{
	width: 74px;
    float: left;
}
.head_l_w{
	float: left;
    margin: 0 10px;
	margin-top:6px;
}
.head_l_w1{
	font-size: 30px;
	font-weight:bold;
}
.head_l_w2{
	font-size: 18px;
}

.head_r{
	float: right;
    margin: 26px 0;
}
.head_r1{
	font-size: 14px;
}
.head_r1 span{
	font-size: 12px;
    color: #989898;
    margin: 0 6px;
}
.head_r2{
	margin-top: 8px;
}
.head_r2 input{
	width: 154px;
    height: 15px;
    border: 1px solid #eeeeee;
    padding: 2px;
    float: left;
}
.head_r2 img{
	float:right;
}
.dh{
	background-image: linear-gradient(to right, #b423c8, #246df0);
    text-align: center;
}
.dh1{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 16px 50px;
}
.dh1:hover{cursor:pointer}
.dh11{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.dh_xuan{
	background-color:#b98ee7;
}
.dh2{
	display: block;
    color: white;
    font-weight: bold;
	width:180px;
    padding: 20px 0px;
    background-image: linear-gradient(to right, #b423c8, #246df0);
}
.dh3{
	position: absolute;
    z-index: 1000;
    top: 52px;
    left: 0;
	overflow:hidden;
	height:0;
	transition: 0.5s;
}
.dh1:hover{
	background-color:#b98ee7;
}
.dh2:hover{
	background-color:#b98ee7;
	background-image:unset;
}
.dh3:hover{
	background-color:#b98ee7;
}
/*********底部*********/
.footer{
	width:100%;
	height:300px;
	background-size:100%;
}
.footer_dh{font-size: 16px;
    display: inline-block;
    color: #fff;
    margin: 0 30px;
}

.footer_dh1{color:#fff;text-align:center;margin:40px 0;}
.footer_xx{float: left;}
.footer_xx1{font-size: 22px;
    font-weight: bold;
    color: #fff;
	margin-bottom:22px;}
.footer_xx2{float: left;margin-right:140px;}
.footer_xx3{font-size: 14px;
    color: #fff;
	margin:10px 0;}
.footer_ewm{display: block;
    margin: 0 auto;}
.footer_ewm_w{    font-size: 14px;
    color: #fff;
    margin-top: 10px;}

.footer2{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:40px;
	background-color:#545454;
}
.footer2 a{
	color:#fff;
}
.footer2 span{
	color:#fff;
}

/****动画效果*********/
.war{
	width: 100%;
	height: 380px;
	overflow: hidden;
}
.war li{
	list-style: none;
	transition: width 0.5s;
	display:inline-block;
	width: 120px;
	height: 380px;
}
.ts_tu:hover{
	cursor:pointer;
	background-color:#fff;
	opacity:0.7;
}
.ts_tu1{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.ts_title{
	position: absolute;
    color: #fff;
    writing-mode: tb;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    left: 36px;
    top: 40px;
    font-size: 20px;
	letter-spacing: 10px;
}
.ts_cont{
	background: #f2f2f2;
    padding: 50px 0;
}
.onTs{
	width:580px !important;
}
.text-hover:hover{
        text-shadow: 1px 1px 1px #ccc;
}
.box-hover:hover{
        box-shadow:5px 5px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
		cursor:pointer;
}
.big-hover:hover{
        transform: scale(1.1);
		cursor:pointer;
}
.text-hover,.box-hover,.big-hover{
        transition: all 0.6s ease-in-out;  
        -webkit-transition: all 0.6s ease-in-out;  
        -moz-transition: all 0.6s ease-in-out;  
        -o-transition: all 0.6s ease-in-out;
}
/******发展历程******/
.lc1{
    float: left;
}
.lc{
	height: 8px;
    background: #c6c6c6;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
.lctime{
	font-size: 18px;
    margin-left: 6px;
	font-weight:bold;
}
.lc1_xuan{
	color:#fdd802;
}
.lc_xuan{
	background-color:#fdd802
}
.lc_l{
	width: 608px;
    height: 406px;
    background-color: #cbcacc;
    float: left;
}
.lc_l img{
	width: 596px;
    height: 394px;
    object-fit: cover;
    margin: 6px auto;
    display: block;
}
.lc_r{
	float: right;
    width: 540px;
}
.lc_nian{
	font-weight: bold;
    font-size: 36px;
}
.lc_li{
	margin: 18px 0px;
}
.lc_litime{
	font-weight: bold;
    font-size: 20px;
}
.lc_lititle{
	font-size: 14px;
    margin: 10px 0;
}
/*荣誉资质*/
.fz_time{
	float: left;
    font-size: 48px;
    color: #7048dc;
    line-height: 34px;
    margin: 25px 0;
    padding-right: 54px;
    width: 400px;
    text-align: right;
    border-right: 3px solid #7048dc;
    font-weight: bold;
    letter-spacing: -2px;
}
.fz_xx{
	float: right;
    text-align: left;
    width: 700px;
    padding: 25px 0;
    padding-left: 40px;
    border-bottom: 2px dashed #ececec;
}

.fz_xx p{
	color: #73706e;
    line-height: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    text-align: justify;
}
.fz:hover{
	 background: #ebebeb;
}
/*********首页***********/
.title{padding: 50px 0;}
.title_w1{
	font-size: 48px;
    text-align: center;
}
.title_w2{
    font-size: 24px;
    text-align: center;
}
.title_xian{
	width: 220px;
    height: 3px;
    background-color: #7048dc;
    margin: 15px auto;
}
.index_xmlist img{
	width:380px;
	height:220px;
	object-fit: cover;
}

.index_xmlist{
	width: 380px;
    height: 360px;
    background-color: #f6f6f6;
    float: left;
	margin: 0 10px;
}

.index_xmlist5 img{
	width:380px;
	height:220px;
	object-fit: cover;
}

.index_xmlist5{
	width: 380px;
    height: 360px;
    background-color: #f6f6f6;
    float: left;
	margin: 14px 10px;
}

.index_xmlist_w1{
	font-size: 20px;
    font-weight: bold;
    margin-left: 24px;
    margin-top: 24px;
}
.index_xmlist_w2{
    width: 84%;
    margin-left: 25px;
    margin-top: 14px;
    font-size: 14px;
	overflow: hidden;white-space:nowrap;text-overflow:ellipsis; 
}
.index_xmlist_w23{
    width: 84%;
    margin-left: 25px;
    margin-top: 14px;
    font-size: 14px;
	overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.index_xmlist_w3{
	font-size: 14px;
    margin: 6px 0;
    margin-left: 24px;
}
.index_xmlist_w3 span{
	color: #7048dc;
}

.title_w12{
	font-size: 48px;
    text-align: center;
	color:#fff;
}
.title_w22{
    font-size: 24px;
    text-align: center;
	color:#fff;
}
.title_xian2{
	width: 220px;
    height: 3px;
    background-color: #fff;
    margin: 15px auto;
}

.index_dt{
	background-image: linear-gradient(45deg, #6c9bf5, #cc6ada); 
	padding-bottom:36px;
	opacity: 0;
    transition: 2s;
	/*height:664px;
	position:relative;
	overflow: hidden;*/
}
/*.donghua1{
	position:absolute;
	left: 50%;
	top:700px;
    transform: translate(-50%, 0%); 
	animation: run 2.5s linear;
}
@keyframes run {
	0%{
		top:700px;
	}
	100%{
		top:0px;
	}
}
.donghua2{
	position:absolute;
	left:8%;
	top:700px;
	animation: run2 2s linear;
	animation-delay:1s;
}
@keyframes run2 {
	0%{
		top:700px;
	}
	100%{
		top:228px;
	}
}
.donghua3{
	position:absolute;
	right: 6%;
	top:700px;
	animation: run3 2s linear;
	animation-delay:1.2s;
}
@keyframes run3 {
	0%{
		top:700px;
	}
	100%{
		top:228px;
	}
}
.donghua4{
	position:absolute;
	left: 8%;
	bottom:-120px;
	animation: run4 3s linear;
	animation-delay:2s;
}
@keyframes run4 {
	0%{
		bottom:-600px;
	}
	100%{
		bottom:36px;
	}
}*/
.index_dt1 img{
	width: 460px;
    height: 280px;
    object-fit: cover;
    float: left;
}
.index_dt1_r{
	width: 680px;
    float: right;
}
.index_dt1_rt{
	font-size: 24px;
    color: #fff;
    font-weight: bold;
	margin-top:15px;
	overflow: hidden;white-space:nowrap;text-overflow:ellipsis; 
}
.index_dt1_rw{
	font-size: 14px;
    color: #fff;
	margin-top:34px;
	overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	line-height:30px;
}
.index_dt1_rbtn{
	width: 112px;
    height: 42px;
    background-color: #fff;
    float: right;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #7048dc;
	margin-top:100px;
}

.index_dt2{
	width: 242px;
    height: 80px;
    background-color: #fff;
    padding: 19px;
    float: left;
	margin:0 10px;
    margin-top: 36px;
}
.index_dt2t{
	font-size: 15px;
    line-height: 22px;
	overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.index_dt2time{
	font-size: 15px;
    color: #989898;	
    margin-top: 24px;
}

.index_new{
	width: 370px;
    float: left;
	margin: 0 15px;
}
.index_new img{
	width: 370px;
    height: 240px;
	object-fit:cover;
}
.index_new_time{
	font-size: 14px;
    margin: 16px 24px;
}
.index_new_title{
	font-size: 17px;
    width: 88%;
    margin: 0 auto;
    height: 52px;
    font-weight: bold;
    margin-top: 20px;
}
.index_new_title:hover{
	color:red;
}
.index_new_title1{
	font-size: 17px;
    width: 88%;
    margin: 0 auto;
    height: 52px;
    font-weight: bold;
    margin-top: 20px;
}
.index_new_title1:hover{
	color:red;
}
.index_new_w{
	font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 18px 20px;
	line-height:2em;
	text-indent: 2em;
}
.index_new_btn{
	font-size: 14px;
    color: #888;
    margin-left: 20px;
}
.new_cont3{width:95%;margin:20px auto;background-color:#f5f5f5;box-shadow: 2px 2px 20px #f5f5f5;}
/**********走进紫泉**********/
.enter_dh{
	border-bottom:1px solid #eeeeee;
}
.enter_dh1{
	float: left;
    margin: 20px 0;
}
.enter_dh1 img{
	width: 16px;
    height: 16px;
    float: left;
}
.enter_dh1_w{
	float: left;
    margin-left: 10px;
    font-size: 16px;
	font-weight:bold;
}
.enter_dh2{
	float:right;
}
.enter_dh21{
	font-size: 16px;
    display: inline-block;
    margin: 20px;
	font-weight:bold;
}
.enter_dh21:hover{
	cursor:pointer;
}
.enter_dh21_xuan{
	font-size: 16px;
    display: inline-block;
    margin: 20px;
	color:#7048dc;
	font-weight:bold;
}

.about1{
	margin-top: 56px;
    margin-bottom: 8px;
}
.about_t{
	font-size: 32px;
    color: #7048dc;
}
.about_t1{
	font-size: 18px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.about_san{
	width: 0;
    height: 0;
    border: 10px solid;
    border-color: #7048dc #fff #fff #7048dc;
}
.ab_cont{
	font-size:16px;
}
/*.ab_cont p{
	line-height:2em;
}
.ab_cont span{
	line-height:2em;
}*/

.art_xq{
	width:100%;
	line-height:1.8;
}
.art_xq img{
	max-width:60%;
	/*object-fit:cover;*/
}
.honor{
	margin:60px 0;
}

.honor_list{
	border-left: 3px solid #7048dc;
    position: relative;
}
.yuan{
	width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #7048dc;
    background-color: #fff;
    position: absolute;
    left: -13px;
}

.honor_time{
	font-size: 24px;
    color: #7048dc;
    float: left;
    margin-left: 20px;
}
.honor_cont{
	margin-left:104px;
	margin-top:10px;
}
.honor_tu{
	display:inline-block;
	margin: 0 14px;
}
.honor_tu img{
	width: 260px;
    height: 180px;
    object-fit: contain;
}
.honor_tu_w{
    text-align: center;
    margin-top: 16px;
	font-size:14px;
	font-weight:bold;
}

.topnum{
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    text-align: center;
    color: #2a2a2a;
    background: url(images/his_line01.png) no-repeat center center;
    margin-bottom: 15px;
    visibility: hidden;
}


/********联系我们*********/
.cu_l{width: 358px;
    height: 480px;
    float: left;
    background-color: #f8f4f9;}
.cu_title{font-size: 22px;
    font-weight: bold;
    color: #7048dc;
    margin: 46px 0;
    margin-left: 22px;
}
.cu_t3{float: left;
    margin-left: 22px;
	font-size: 14px;
}
.cu_t{float: left;
    letter-spacing: 12px;
    margin-right: -12px;
	font-size:14px;
	margin-left: 22px;}
.cu_t4{float: left;
	margin-left: 22px;}
.cu_t1{float:left;}
.cu_t2{line-height: 24px;
    margin-top: -4px;
	margin-left:74px;
	}
.cu_t2 div{
	font-size:14px;
}	
.cu_c{margin:10px 0;}
.cu_map{float:left;width:762px;height:480px;}
.cu_dh{
	padding: 4px 10px;
    background-color: #7048dc;
    color: #fff;
    border-radius: 40px;
    margin-left: 20px;
    display: inline-block;
}

/********留言********/
.fb{
	display: inline-block;
    margin: 0 12px;
}
.fb_input{
	width: 298px;
    border: 1px solid #eeeeee;
    height: 26px;
    padding: 10px;
}
.fb_t{
	float: left;
    margin-top: 16px;
    font-size: 16px;
}

.fb_text{
	border: 1px solid #eeeeee;
    width: 1094px;
    height: 138px;
    padding: 10px;
    resize: none;
}

.fb_text1{
	margin:30px 0;
	margin-left:13px;
}

.fb_btn{
	width: 180px;
    height: 48px;
    background-color: #7048dc;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    border-radius: 10px;
}

.fb_btn1{
	text-align: center;
    margin-bottom: 136px;
}

.news_list{
	height: 120px;
    width: 100%;
}
.news_list:hover{
	color:red;
}
.news_list_time{
	font-size:17px;
	margin-top:30px;
	margin-left:20px;
}
.news_list_title{
	font-size: 20px;
    margin-left: 18px;
    margin-top: 20px;
}

.cul_list{
	margin:21px 0;
}
.cul_tu{
	width: 750px;
    height: 400px;
    object-fit: cover;
}
.cul_cont{
	width: 450px;
    height: 400px;
    background-color: #f4f1fc;
	float:left;
}

.cul_et{
	font-size: 18px;
    width: 184px;
	overflow: hidden;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.cul_t{
	font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin: 12px 0;
}
.cul_xian{
	width: 340px;
    height: 2px;
    background-color: #626065;
}
.cul_xt{
	font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 12px;
    margin-bottom: 6px;
}
.cul_cont1{
	width: 340px;
    margin-left: 38px;
    margin-top: 50px;
}
.cul_cont2{
	font-size: 18px;
    line-height: 22px;
}

.zm_dh{
	width: 100%;
    height: 52px;
    background-color: #a991ea;
	margin-top:42px;
}
.zm_dh1{
	    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 52px;
    margin-left: 96px;
}
.zm_dh2{
	font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 160px;
}
.zm_dh3{
	font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 250px;
}
.zm_dh4{
	font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 96px;
}
.zm_dh5{
	font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 98px;
}
.zm_dh6{
	font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 98px;
}

.zm_list{
	height: 68px;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.zm_list_w1{
	display: inline-block;
    font-size: 16px;
    line-height: 68px;
    color: #7048dc;
    text-align: center;
    width: 21%;
}
.zm_list_w2{
	display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 21%;
}
.zm_list_w3{
	display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 21%;
}
.zm_list_w4{
	display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 5%;
}
.zm_list_w5{
	display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 19%;
}
.zm_list_tu{
	width: 22px;
    margin-top: 21px;
    float: right;
    margin-right: 88px;
}

.zm_cont{
	width:88%;
	margin:36px auto;
}
.zm_cont1{
	line-height:2em !important;
}
.zm_cont1 p{
	line-height:2em !important;
}
.zm_cont1 span{
	line-height:2em !important;
}
.zm_cont_btn{
	width:140px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-size:16px;
	color:#fff;
	border-radius:10px;
	background-color:#7048dc;
	margin-top:28px;
}

/********紫泉项目**********/
.xq_classtu{
	font-size: 26px;
    color: #fff;
    margin: 10px 0;
}
.wdatu{
	position: fixed;
    z-index: 100;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
	right:0;
	margin: 0 auto;
	text-align:center;
	transition: 1.5s;
	opacity:0;
	z-index:-1;
}
.wdatu img{
	width: 100%;
	height: 100%;
    object-fit: contain;
	opacity:1;
	transition: 1.5s;
}
.pro_cxian{
	float: left;
    height: 2px;
    background-color: #7048dc;
    margin-top: 20px;
    width: 500px;
}
.pro_ctitle{
	font-size: 26px;
    float: left;
    margin: 0 20px;
	width: 110px;
    text-align: center;
	color:#777070;
}
.pro_cCont{
	font-size: 18px;
    color: #888;
    width: 80%;
    text-indent: 2em;
    line-height: 2em;
    margin: 0 auto;
}
.xx_title{
	font-size: 36px;
    line-height: 36px;
    display: inline-block;
    background: #fff;
    padding-right: 30px;
    float: left;
}
.xx_xian{
	height: 2px;
    background-color: #7048dc;
    float: left;
    width: 190px;
    margin-top: 16px;
}
.xx_entitle{
	font-size: 46px;
    line-height: 46px;
    opacity: 0.15;
    text-transform: uppercase;
}
.xx_cont{
	line-height: 2em;
    font-size: 15px;
    width: 404px;
    margin: 20px 0;
    text-indent: 2em;
}
.xx_tu{
	width: 600px;
    height: 350px;
    float: right;
    object-fit: contain;
    margin-top: 32px;
}
.xx_tu:hover{
	cursor:pointer;
}
.pxq_cont1{
	float: left;
    width: 436px;
    border: 1px solid #eeeeee;
    height: 478px;
}
.pxq_cont1_title{
	font-size: 30px;
    font-weight: bold;
    margin: 32px 0;
}
.pxq_cont1_p span{
	color: #e10000;
    font-size: 24px;
}
.pxq_cont1_tu{
	width: 762px;
    height: 480px;
    object-fit: cover;
}
.pxq_cont1_mian{
	float:left;
    margin: 16px 0;
}
.pxq_cont1_hit{
	float:right;
    margin: 16px 0;
}
.pxq_cont1_tips{
	color: #989898;
    line-height: 20px;
}
.pxq_cont1_bq{margin: 20px 0;}
.pxq_cont1_bq div{
	width: 88px;
    height: 30px;
    background-color: #ebe5fa;
    text-align: center;
    line-height: 30px;
    display: inline-block;
	margin:6px 2px;
}
.pxq_cont1_phone{
	font-size: 18px;
    color: #989898;
}
.pxq_cont1_phone span{
	font-size: 24px;
    color: #e10000;
}
.pxq_cont1_btn{
	width: 360px;
    height: 52px;
    font-size: 18px;
    color: #fff;
    background-color: #7048dc;
    display: block;
    text-align: center;
    line-height: 52px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 25px;
}

.pxq_cont2{
	width: 438px;
    height: 320px;
    float: left;
    background-color: #ebe5fa;
}
.pxq-cont2 span{
	line-height:2em !important;
}
.pxq_cont2_title{
	    font-size: 24px;
    font-weight: bold;
    margin: 40px 0;
}
.pxq_cont2_xx{
	color: #585858;
    line-height: 36px;
	font-size:16px;
}
.pxq_cont2_dh{
	padding: 4px 10px;
    background-color: #7048dc;
    color: #fff;
    border-radius: 40px;
    margin-top: 12px;
    display: inline-block;
}
.pxq_cont3{
	float: left;
    width: 760px;
    height: 318px;
    border: 1px solid #eeeeee;
	background-color:#fff;
}

.xq2_dh{
	display: inline-block;
    padding: 12px 10px;
	font-size:16px;
    color: #fff;
    margin: 0 6px;
}
.xq2_dh:hover{
	cursor:pointer;
}
.xq2_xuan{
	border-bottom:3px solid #fff;
}
.xq_tu21{
	width: 380px;
    height: 220px;
    /* object-fit: contain; */
    background: #fff;
    margin: 10px 6px;
    display: inline-block;
}
.xq_tu21 img{
	border: 0;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.xq_title2{
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-left: 34px;
    float: left
}
.xq_cont5{
	background-color:#caaed6;
	padding:60px 0;
	opacity: 0;
    transition: 2s;
}

.xq6_title{
	    font-size: 24px;
    font-weight: bold;
    margin-left: 40px;
	margin-top:60px;
}

.xq6_list{
	width: 398px;
    height: 100px;
    border: 1px solid #eeeeee;
	float:left;
}
.xq6_list:hover{
	cursor:pointer;
}
.xq6_tu{
	width: 40px;
    height: 40px;
    float: left;
	margin-top:30px;
	margin-left:40px;
}
.xq6_r{
	float: left;
    margin-top: 30px;
    margin-left: 20px;
    width: 272px;
}
.xq6_w1{
	color: #615b4f;
    font-size: 16px;
}
.xq6_w2{
	color: #a09ea4;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 272px;
	position:absolute;
	background-color:#fff;
}
.xq6_tu2{
	width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/arrow-down.png) no-repeat;
	background-size:100%;
}

/*********紫泉历程*******/
.h_list{
	width: 800px;
    height: 306px;
    background-color: #efefef;
    margin: 0 auto;
}
.h_tu{
	width: 220px;
    height: 152px;
    object-fit: cover;
    float: left;
    margin-top: 70px !important;
    margin-left: 28px !important;
}
.h_li{
	float: left;
    width: 330px;
    margin-left: 34px;
    margin-top: 64px;
}
.h_li1{
	opacity: 1 !important;
    width: 430px !important;
    height: unset !important;
    list-style-type: disc !important;
    margin: 4px 0 !important;
}
.h_li1 a{
	font-weight:bold;
	font-size:16px;
}
.h_li1 div{
	margin:5px 0;
	overflow: hidden;display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
	font-size:13px;
	line-height:2em;
}
/*******预约********/
.yy_cont{
	width: 400px;
    height: 400px;
    position: fixed;
    top: 50%;
    background-color: #fff;
    z-index: 60;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yy_title{
	    font-size: 24px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 16px;
}
.yy_tips{
	text-align: center;
    margin-bottom: 20px;
}
.yy_xx{
	    width: 312px;
    height: 44px;
    margin: 10px auto;
    border: 1px solid #eeeeee;
    background-color: #f6f6f6;
}
.yy_xx div{
	    color: #888888;
    float: left;
    margin-top: 16px;
    margin-left: 16px;
}
.yy_xx input{
	    width: 70%;
    padding: 10px;
    background-color: #f6f6f6;
    margin-top: 4px;
    margin-top: 4px;
}
.yy_btn{
	    width: 312px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 6px;
    background-color: #7048dc;
    font-size: 16px;
    text-align: center;
    margin: 40px;
}

/********新闻内页**********/
.new_cont{width:812px;border:1px solid #ededed;float:left;}
.new_cont1{border-bottom:1px solid #e8e8e8;text-align:center;
    width: 1260px;
    margin: 0 auto;}
.new_cont2{color:#a0a0a0;margin:33px;display: inline-block;}
.new_cont_title{font-size:26px;font-weight:bold;text-align:center;margin:30px 0;}
.xq_cont_tu{
	float: right;
    width: 380px;
    height: 380px;
    object-fit: contain;
    margin: 16px;
}