@charset "utf-8";
/* CSS Document */

.banners-pc {
	clear: both;
	height: 800px;
}
.banners-pc .frame {
	height: 800px;
	background: no-repeat center center;
	background-size: cover;
}
.banners-mb {
	display: none;
	clear: both;
	height: 700px;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
.banners-pc {
	display: none;
}
.banners-mb {
	display: block;
}
}
.about {
	margin-top: 66px;
	margin-bottom: 30px;
}
.about .ab_con {
	position: relative;
}
.about .intro {
	max-width: 705px;
}
.about .intro .p1 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.about .intro .h1 {
	padding: 34px 0 13px 0;
	font-size:16px;
}
.about .intro .list {
	margin-left: -35px;
	margin-bottom: -20px;
	margin-top: 28px;
}
.about .intro .list > li {
	float: left;
	padding-left: 35px;
	padding-bottom: 20px;
}
.about .intro .list > li .box {
	display: block;
	text-align: center;
	padding: 16px 48px;
	background: #d8d8d8;
}
.about .intro .list > li .box .ico img {
	height: 30px;
}
.about .intro .list > li .box .font {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
.about .infor {
	background: #d8d8d8;
	position: absolute;
	bottom: 0;
	right: 0;
}
.about .infor .obtain {
	padding: 30px;
	background: #D5231B;
	color: #ffffff;
}
.about .infor .obtain .ico img {
	width: 56px;
}
.about .infor .obtain .line {
	width: 2px;
	height: 26px;
	background: #333333;
	margin: 13px 20px 0 20px;
}
.about .infor .obtain .p1 {
	font-size: 12px;
	padding-top: 3px;
}
.about .infor .obtain .p1 .h1 {
	display: block;
	font-size: 18px;
	padding-bottom: 10px;
}
.about .infor .tab > li {
	padding: 0 10px;
}
/*.about .infor .tab > li .box {
	border:1px solid #e9e9e9;
}*/
.about .infor .tab > li .input_1 {
	/*border: 0;*/
	border: 1px solid #989898;
	margin-top: 20px;
	width: 85%;
	height: 34px;
	background: #FFF;
}
.about .infor .tab > li .text_a {
	border: 1px solid #989898;
	height: 82px;
	width: 100%;
	/*margin-top: 40px;*/
	background: #FFF;
}
.about .infor .tab > li .submit {
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
	padding: 20px 0;
	margin: 44px 0 37px 0;
}
 @media (max-width: 1024px) {
.about .intro {
	max-width: none;
	float: none;
	margin-bottom: 50px;
}
.about .intro .list > li {
	width: 25%;
}
.about .infor {
	position: initial;
	clear: both;
}
}
 @media (max-width: 750px) {
.about .intro .list > li {
	width: 33.33%;
}
}
 @media (max-width: 600px) {
.about .intro .list > li {
	width: 50%;
}
}
.sort {
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: 5px;
}
.sort > li {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sort > li .box {
	padding: 8px 13px;
	background: #f4f4f4;
	display: block;
}
.sort > li .box:hover {
	background: #d5231b;
	color: #ffffff;
}
.sort > li .on {
	background: #d5231b;
	color: #ffffff;
}
 @media (max-width: 1024px) {
.g_title {
	float: none;
}
.sort {
	float: none;
}
}
.case .offset {
	margin-left: -30px;
	/*margin-bottom: -30px;*/
	margin-top: 48px;
}
.case .offset .list > li {
	float: left;
	width: 33.33%;
	padding-left: 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.case .offset .list > li .box {
	display: block;
	position: relative;
}
.case .offset .list > li .box .pic img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: 285px;
}
.case .offset .list > li .box .fbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease;
	background: rgba(0,0,0,.7);
}
.case .offset .list > li .box .fbox .font {
	/*border: 1px solid #ffffff;*/
	position: absolute;
	left: 13px;
	right: 13px;
	top: 13px;
	bottom: 23px;
	text-align: center;
	color: #ffffff;
	padding-top: 20%;
}
.case .offset .list > li .box .fbox .font .p1 {
	font-size: 16px;
}
.case .offset .list > li .box .fbox .font .p2 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.case .offset .list > li .box .fbox .font .p3 {
	font-size: 24px;
}
.case .offset .list > li .box:hover .fbox {
	opacity: 1;
}
 @media (max-width: 1024px) {
.case .offset .list {
	margin: 0 10px;
}
.case .offset .list > li {
	width: 50%;
	padding-bottom: 10px;
}
.case .offset .list > li .box .pic img {
	width: 100%;
}
}
 @media (max-width: 500px) {
.case .offset .list > li {
	float: none;
	width: 100%;
}
.case .offset .list > li .box .fbox {
	/*opacity: 1;*/
}
}
.loupan .offset {
	margin-left: -30px;
	margin-bottom: -30px;
	margin-top: 48px;
}
.loupan .offset .list > li {
	float: left;
	width: 33.33%;
	padding-left: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.loupan .offset .list > li .box {
	display: block;
	position: relative;
}
.loupan .offset .list > li .box .pic img {
	max-width: 100%;
	display: block;
}
.loupan .offset .list > li .box .fbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease;
	background: rgba(213, 35, 27,.7);
}
.loupan .offset .list > li .box .fbox .font {
	border: 1px solid #ffffff;
	position: absolute;
	left: 13px;
	right: 13px;
	top: 13px;
	bottom: 13px;
	text-align: center;
	color: #ffffff;
	padding-top: 20%;
}
.loupan .offset .list > li .box .fbox .font .p1 {
	font-size: 16px;
	border: 1px solid #FFF;
	width: 50%;
	margin: 0 auto;
	padding:5px 0;
}
.loupan .offset .list > li .box .fbox .font .p2 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
.loupan .offset .list > li .box .fbox .font .p3 {
	font-size: 24px;
}
.loupan .offset .list > li .box:hover .fbox {
	opacity: 1;
}
 @media (max-width: 1024px) {
.loupan .offset .list {
	margin: 0 10px;
}
.loupan .offset .list > li {
	width: 50%;
	padding-bottom: 10px;
}
.loupan .offset .list > li .box .pic img {
	width: 100%;
}
}
 @media (max-width: 500px) {
.loupan .offset .list > li {
	float: none;
	width: 100%;
}
.loupan .offset .list > li .box .fbox {
	/*opacity: 1;*/
}
}
.see_btn {
	text-align: center;
	margin-top: 50px;
}
.see_btn .see_con {
	display: inline-block;
	padding: 11px 23px;
	border: 2px solid #666666;
	color: #333;
}
.youshi {
}
.youshi .left {
	width: 50%;
}
.youshi .left .list {
	margin-left: -2px;
	margin-bottom: -2px;
}
.youshi .left .list > li {
	float: left;
	width: 50%;
	padding-left: 2px;
	padding-bottom: 2px;
}
.youshi .left .list > li .box {
	display: block;
padding:;
	height: 299px;
	text-align: center;
	background: #f4f4f4;
	position: relative;
}
.youshi .left .list > li .box .ico {
	padding-top: 70px;
}
.youshi .left .list > li .box .ico img {
	height: 39px;
}
.youshi .left .list > li .box .ico .img2 {
	display: none;
}
.youshi .left .list > li .box .p1 {
	color: #333;
	font-weight: bold;
	padding: 13px 0 21px 0;
	font-size:16px;
}
.youshi .left .list > li .box .p2 {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 50px;
}
.youshi .left .list > li .box .line {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #ffffff;
	opacity: 0;
}
.youshi .left .list > li .box:hover {
	background: #d5231b;
}
.youshi .left .list > li .box:hover .ico .img1 {
	display: none;
}
.youshi .left .list > li .box:hover .ico .img2 {
	display: inline-block;
}
.youshi .left .list > li .box:hover .p1 {
	color: #ffffff;
}
.youshi .left .list > li .box:hover .p2 {
	color: #ffffff;
}
.youshi .left .list > li .box:hover .line {
	opacity: 1;
}
.youshi .right {
	width: 50%;
	height: 600px;
	background: url(../images/index-img1.jpg) no-repeat left center;
	background-size: cover;
}
.ycontent {
	width: 70%;
	height: 200px;
	background: rgba(0,0,0,0.6);
	margin: 200px 15%;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	line-height: 200px;
}
@media (max-width: 767px) {
.ycontent {
	font-size: 26px;
	height: 100px;
	margin: 100px 15%;
	line-height: 100px;
}
.youshi .right {
	/*float: none;*/
	width: 100%;
	height: 300px;
}
}
 @media (max-width: 1024px) {
.youshi .left {
	/*float: none;*/
	width: auto;
}
.youshi .right {
	/*float: none;*/
	width: 100%;
}
}
 @media (max-width: 600px) {
.youshi .left .list > li {
	float: none;
	width: auto;
}
}
.team .list li {
}
.team .list li .left {
	width: 573px;
	height: 573px;
	overflow: hidden;
}
.team .list li .right_t {
	float: left;
}
.team .list li .right_t .intro {
	background: #f4f4f4;
	color: #666;
	padding: 42px 69px 50px 60px;
}
.team .list li .right_t .intro .h1 {
	font-size: 20px;
	font-weight: bold;
}
.team .list li .right_t .intro .h2 {
	font-size: 16px;
	padding: 16px 0 20px 0;
}
.team .list li .right_t .intro .p1 {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
	max-width: 498px;
}
.team .list li .right_t .intro .p2 {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
	max-width: 498px;
	height: 12.5em;
	overflow: hidden;
}
.team .list li .right_t .intro .sort {
	margin-top: 32px;
}
.team .one {
}
.team .two {
	display: none;
}
.team .list ._slick1 .slick-prev {
	left: 0;
}
.team .list ._slick1 .slick-next {
	right: 0;
}
 @media (max-width: 667px) {
.team .list li .left {
	width: auto;
	height: auto;
}
}
 @media (max-width: 1024px) {
.team .one {
	display: none;
}
.team .two {
	display: block;
}
.team .two .list li {
	margin-bottom: 50px;
}
.team .two .list li .left {
	float: none;
	text-align: center;
	margin: 0 auto;
}
.team .two .list li .left img {
	dislpay: inline-block;
}
.team .two .list li .right_t {
	float: none;
	margin-top: 50px;
}
.team .two .list li .right_t .intro {
	text-align: center;
}
.team .list li .right_t .intro .p1 {
	max-width: none;
}
.team .list li .right_t .intro .p2 {
	max-width: none;
}
.team .two .list li .right_t .intro .sort > li {
	float: none;
	text-align: center;
}
.team .two .list li .right_t .intro .sort > li .box {
	display: inline-block;
}
}
.blog {
	/*background: #f4f4f4;
	padding: 50px 0;*/
	margin-bottom: 0;
}
.blog .our {
	margin-top: 20px;
}
.blog .our .list {
	padding: 15px;/*margin-left: -30px;
	margin-bottom: -30px;*/
}
.blog .our .list > div >div {
	float: left;
	width: 33.33%;
	/*padding-left: 30px;*/
	padding-bottom: 30px;
}
.blog .our .list > div>div:nth-child(3n+1) {
	clear: both;
}
.blog .our .list > div>div .box {
	display: block;
	border: 1px solid #dedede;
	font-size: 14px;
	margin-top: 5px;
}
.blog .our .list > div>div .box img {
	width: 100%;
}
.blog .our .list > div>div .box .fbox {
	padding: 20px 24px 17px 24px;
	line-height: 24px;
}
.blog .our .list > div>div .box .fbox .p1 {
	font-weight: bold;
}
.blog .our .list > div>div .box .fbox .p2 {
	color: #666666;
	padding: 10px 0;
}
.blog .our .list > div>div .box .fbox .time .left {
	color: #666;
}
.blog .our .list > div>div .box .fbox .time .right {
	color: #999;
}
.blog .our .list > div>div .box:hover {
	/*border: 3px solid #d5231b;*/
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}
.blog .our .list > div>div .box:hover .fbox .p1 {
	color: #d5231b;
}
 @media (max-width: 1024px) {
.blog .our .list > div>div {
	width: 50%;
}
.blog .our .list > div>div:nth-child(n) {
	clear: none;
}
.blog .our .list > div>div:nth-child(2n+1) {
	clear: both;
}
}
 @media (max-width: 900px) {
.blog .sort > div>div {
	width: 100%;
	text-align: center;
}
.blog .sort > div>div .box {
	display: inline-block;
}
}
 @media (max-width: 600px) {
.blog .our .list > div>div {
	width: 100%;
}
}
.contact .left .g_title {
	margin-bottom: 40px;
}
.contact .left .p1 {
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.contact .left .fenxiang {
	margin-top: 70px;
}
.lx_share .m {
	display: inline-block;
	padding-right: 20px;
	height: 18px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
.fenxiang_s {
	display: none;
}
.lx_font .lxwm {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
}
.lx_font table {
	color: #666;
}
 @media (max-width: 1024px) {
.contact .left {
	float: none;
}
.contact .right {
	float: none;
	margin-top: 50px;
	text-align: center;
}
}
.daohang {
	display: none;
}
@media (max-width:1024px) {
.daohang {
	display: block;
	padding-top: 10px;
}
}
.g_header .main .top_r .s_nav li .on {
	color: #d5231b;
}
.g_header .main .top_r .nav .navContent li .on {
	background: #d5231b;
	color: #ffffff;
}
.s_nav > li {
	line-height: 70px !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 15px;
	padding: 0 !important;
}
.s_nav > li > a {
	padding: 20px;
}
.s_nav > li:hover {
	background: #D5231B;
}
.s_nav > li:hover >a {
	color: #FFF !important;
}
.s_nav > li:hover .s_nav1 {
	display: block;
}
.s_nav1 {
	display: none;
	position: absolute;
	z-index: 1;
	background: #e9e9e9;
	text-align: center;
}
.s_nav1>li {
	line-height: 40px;
	border-top: 1px solid #FFF;
}
.s_nav1>li a {
	padding: 15px 20px;
}
.s_nav1>li:hover {
	background: #D5231B;
}
.s_nav1>li:hover >a {
	color: #FFF !important;
}
.act {
	background: #D5231B;
}
.act a {
	color: #FFF !important;
}
/*.g_header .main {
	padding: 0 100px;
}*/
.top_l {
	padding: 10px 0;
}
.bdly-title {
	color: #FFF;
	background: #D5231B;
	padding: 15px;
	font-size: 40px;
	position: absolute;
	z-index: 1;
	width: 390px;
    left: 50%;
    margin-left: -195px;
    margin-top: 217px;
}
.bdly-list {
	width: 25%;
	float: left;
	/*opacity:0.6;*/
	transition: 0.8s;
	/*cursor: pointer;*/
}
.bdly-list:hover {
	/*opacity:1;*/
	/*transform: rotateX(360deg);*/
}
@media (max-width:1024px) {
.bdly-title {
	position: inherit;
	font-size: 20px;
}
.bdly-list {
	width: 50%
}
}
@media (max-width:767px) {
.bdly-title {
	position: inherit;
	font-size: 20px;
	width:auto;
	margin:0;
}
.bdly-list {
	width: 100%
}
}
.znjj {
	background: #d8d8d8;
}
.znjj_box {
	width: 100%;
	float: left;
	margin: 30px auto;
	background: #FFF;
}
#znjj_tablist {
	width: 100%;
}
#znjj_tablist>li {
	float: left;
	color: #000;
	padding: 10px 0;
	cursor: pointer;
	transition: all ease .3s;
	width: 50%;
	/*background:#FFF;*/
	text-align: center;
	border-top: 3px solid #FFF;
}
#znjj_tablist .znjj_tabin {
	border-top: 3px solid #d5231b;
}
.znjj_content_box {
	margin: 50px 20px 20px;
	float: left;
}
.znjj_content {
	display: none;
	transition: all ease .3s;
}
.znjj_contentin {
	display: block;
}
.hzpp {
	background: url(../images/hzppbg.jpg) center no-repeat;
	background-size: cover;
	/*height: 760px;*/
	height: 860px;
}
.hzpp_content {
	width: 720px;
	/*height: 760px;*/
	height: 860px;
	background: rgba(255,255,255,0.7);
	float: right;
	margin-right: 350px;
	padding: 20px;
}
.hzpp_title {
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
	font-weight:bold;
}
.hzpp_desc {
	color: #535353;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hzpp_list>div {
	width: 20%;
	/*height: 94px;*/
	float: left;
	border: 2px solid #d9d9d9;
}
.hzpp_list>div img {
	width: 100%;
}
@media (max-width:1200px) {
.hzpp {
	display: none;
}
}
.zxgl {
	background: #d5d5d5;
	padding-top: 40px
}
.zxgl .sort>li .on {
	background: #919191;
}
.zxgl {
	/*background: #f4f4f4;
	padding: 50px 0;*/
	margin-bottom: 0;
}
.zxgl .our {
	margin-top: 20px;
}
.zxgl .our .list {
	padding: 15px;/*margin-left: -30px;
	margin-bottom: -30px;*/
}
.zxgl .our .list > div >div {
	float: left;
	width: 33.33%;
	/*padding-left: 30px;*/
	padding-bottom: 30px;
}
.zxgl .our .list > div>div:nth-child(3n+1) {
	clear: both;
}
.zxgl .our .list > div>div .box {
	display: block;
	border: 3px solid #dedede;
	font-size: 14px;
	margin-top: 5px;
}
.zxgl .our .list > div>div .box img {
	width: 100%;
}
.zxgl .our .list > div>div .box .fbox {
	padding: 20px 24px 17px 24px;
	line-height: 24px;
}
.zxgl .our .list > div>div .box .fbox .p1 {
	font-weight: bold;
	font-size:16px;
}
.zxgl .our .list > div>div .box .fbox .p2 {
	color: #666666;
	padding: 10px 0;
}
.zxgl .our .list > div>div .box .fbox .time .left {
	color: #666;
}
.zxgl .our .list > div>div .box .fbox .time .right {
	color: #999;
}
.zxgl .our .list > div>div .box:hover {
	border: 3px solid #919191;/*box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);*/
}
.zxgl .our .list > div>div .box:hover .fbox .p1 {
	color: #d5231b;
}
 @media (max-width: 1024px) {
.zxgl .our .list > div>div {
	width: 50%;
}
.zxgl .our .list > div>div:nth-child(n) {
	clear: none;
}
.zxgl .our .list > div>div:nth-child(2n+1) {
	clear: both;
}
}
 @media (max-width: 900px) {
.zxgl .sort > div>div {
	width: 100%;
	text-align: center;
}
.zxgl .sort > div>div .box {
	display: inline-block;
}
}
 @media (max-width: 600px) {
.zxgl .our .list > div>div {
	width: 100%;
}
}
.contact {
	margin-top: 80px;
}
.g_jj {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
	color: #bababa;
	font-size: 14px;
}
.g_footer .left .p1 {
	padding: 36px 0 0 0;
	font-size:16px;
}
.g_jj, .g_gsxw, .g_smgz {
	width: 30%;
	clear: none;
	margin-bottom: 30px;
}
.g_gsxw, .g_smgz {
	margin-left: 5%;
}
.g_smgz ul {
	line-height: inherit !important;
	font-size: 14px;
	color: #bababa;
}
.g_smgz ul  li{
	height:40px;
}
.g_smgz ul li>a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
#allmap {
	width: 800px;
	height: 500px;
}
.g_gsxw .p1>div {
	width: 50%;
	float: left;
	text-align: center;
	line-height:60px;
}
.g_gsxw .p1>div>img {
	height: 150px;
}
.g_gsxw .p1>div>div {
	font-size: 16px;
}
.myxx {
	width: 100%;
	height: 120px;
	padding-top: 30px;
	border-top: 1px solid #737373;
	clear: both;
}
.myxx>div {
	width: 25%;
	float: left;
	border-right: 1px solid #737373;
	height: 69px;
}
.myxx>.mx_last {
	border: 0;
}
.myxx .mx_img {
	width: 100px;
	float: left;
	text-align: right
}
.myxx .mx_img>img {
	width: 50px;
	margin-top: 10px
}
.myxx .mx_img .mx_img_f {
	margin: 0;
}
.myxx .mx_list {
	width: 170px;
	float: left;
	margin-top: 10px
}
.myxx .mx_list .mx_t1 {
	margin-left: 20px;
	font-size: 18px;
	color: #d8d8d8
}
.myxx .mx_list .mx_t2 {
	margin-left: 20px;
	font-size: 14px;
	color: #d8d8d8
}
@media (max-width:1200px) {
#allmap {
	width: 100%;
	height: 200px;
}
.g_jj {
	width: 100%;
}
.g_jj .l3, .g_gsxw .l3, .g_smgz .l3 {
	width: 85px;
}
.g_gsxw, .g_smgz {
	width: 100%;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}
.myxx>div {
	width: 50%;
}
.myxx>.mx_last {
	border-right: 1px solid #737373;
}
}
@media (max-width:767px) {
.myxx>div {
	width: 100%;
}
.myxx>.mx_last {
	border-right: 1px solid #737373;
}
}
.navContent>li:hover >.navContent1 {
	display: block;
}
.navContent1 {
	display: none;
	color: #939393;
}
.navContent1>li {
	border-bottom: 1px solid #d9d9d9;
}
.navContent1>li>a {
	padding-left: 150px;
}
.ellipsis-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.ellipsis-7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.ellipsis-8 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.ellipsis-18 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 18;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}
.des {
}
.des .lt {
	margin-left: -30px;
}
.des .lt .list {
}
.des .lt .list li {
	margin-bottom: 30px;
	padding-left: 30px;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}
.des .lt .list li:nth-child(3n+1) {
	clear: both;
}
.des .lt .list li .box {
	position: relative;
}
.des .lt .list li .box .pic_h {
	border: 4px solid transparent;
	transition: ease .3s;
}
.des .lt .list li .box .dts {
	opacity: 0;
	transition: ease .3s;
}
.des .lt .list li .box .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	transition: .3s ease;
	background: rgba(0,0,0,.6);
}
.des .lt .list li .box .dts .fbox {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	left:0;
	bottom:0;
	color: #ffffff;
	background:rgba(213, 35, 27, 0.6);;
	padding:20px;
}
.des .lt .list li .box .dts .fbox .p1 {
	font-size: 24px;
}
.des .lt .list li .box .dts .fbox .p2 {
	padding: 16px 0 28px 0;
}
.des .lt .list li .box .dts .fbox .line {
	width: 1px;
	height: 60px;
	background: #ffffff;
}
.des .lt .list li .box .dts .add {
	padding: 8px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	bottom: 36px;
	right: 36px;
}
.des .lt .list li .box .dts .add img {
	width: 20px;
}
.des .lt .list > li .box {
	display: block;
}
.des .lt .list > li .box img {
	display: block;
}
.des .lt .list li .box:hover .pic_h {
	border: 4px solid #d5231b;
}
.des .lt .list li .box:hover .dts {
	opacity: 1;
}
 @media (max-width: 1024px) {
.des .lt .list li .box .pic_h {
	border: 4px solid #d5231b;
}
.des .lt .list li .box .dts {
	opacity: 1;
}
.des .lt {
	margin-left: -10px;
}
.des .lt .list li {
	margin-bottom: 10px;
	padding-left: 10px;
}
}
 @media (max-width: 667px) {
.des .lt {
	margin-left: -10px;
}
.des .lt .list li {
	margin-bottom: 10px;
	padding-left: 10px;
	width: 50%;
}
.des .lt .list li:nth-child(2n+1) {
	clear: both;
}
.des .lt .list li:nth-child(3n+1) {
	clear: none;
}
}
 @media (max-width: 400px) {
.des .lt {
	margin-left: -10px;
}
.des .lt .list li {
	margin-bottom: 10px;
	padding-left: 10px;
	width: 100%;
}
.des .lt .list li:nth-child(2n+1) {
	clear: none;
}
.des .lt .list li:nth-child(3n+1) {
	clear: none;
}
}
.des_intro {
	width: 100%;
	height: 418px;
	background: #f8f8f8;
	margin-top: 300px;
}
.des_intro .pic {
	margin: -220px 0 0 70px;
	width: 473px;
	height: 570px;
	overflow: hidden;
}
.des_intro .wz {
	float: left;
	position: relative;
}
.des_intro .wz .bt {
	position: absolute;
	left: -34px;
	top: -165px;
}
.des_intro .wz .bt .h1 {
	font-size: 40px;
	color: #333;
	padding-bottom: 20px;
}
.des_intro .wz .bt .p1 {
	font-size: 20px;
	color: #d5231b;
}
.des_intro .wz .bt .line {
	width: 70px;
	height: 2px;
	background: #d5231b;
	margin: 37px 33px 0 0;
}
.des_intro .wz .font {
	padding: 70px 0 0 70px;
}
.des_intro .wz .font .p1 {
	font-size: 16px;
	color: #333;
	padding-bottom: 28px;
}
.des_intro .wz .font .p2 {
	max-width: 564px;
	color: #666;
	line-height: 30px;
}
.des_intro .wz .font .p3 {
	max-width: 564px;
	color: #666;
	line-height: 30px;
	height: 4em;
	overflow: hidden;
}
.work .work_bt {
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 22px;
	margin-bottom: 30px;
}
.work .work_bt .h1 {
	font-size: 24px;
	color: #000;
}
.work .work_bt .h1 .line {
	width: 6px;
	height: 24px;
	background: #d5231b;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.work .work_bt .p1 .more {
	display: block;
	padding: 11px 23px;
	border: 2px solid #666;
}
.work .work_con .list {
	margin-left: -30px;
}
.work .work_con .list > li {
	float: left;
	width: 33.33%;
	padding-left: 30px;
}
 @media (max-width: 1024px) {
.des_intro {
	margin-top: 3px;
	height: auto;
	padding: 20px 0;
}
.des_intro .pic {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.des_intro .wz {
	float: none;
}
.des_intro .wz .bt {
	position: initial;
	max-width: 314px;
	margin: 30px auto;
}
.des_intro .wz .font {
	padding: 0;
}
.des_intro .wz .font .p1 {
	text-align: center;
}
.des_intro .wz .font .p2 {
	margin: 0 auto;
}
.des_intro .wz .font .p3 {
	margin: 0 auto;
}
.work .work_con .list > li {
	width: 100%;
}
}
 @media (max-width: 500px) {
.des_intro .pic {
	width: auto;
	height: auto;
}
}
.diary {
}
.diary .list {
	/*margin-bottom: -58px;*/
}
.diary .list > li {
	float: left;
	width: 100%;
	background:#FFF;
	margin-bottom: 28px;
	padding:20px;
}
.diary .list > li:hover{
	box-shadow: 0 5px 8px rgba(0, 0, 0, .16)
}
.diary .list > li .box {
	display: block;
	font-size: 14px;
}
.diary .list > li .box .pic {
	padding-right: 20px;
	width: 400px;
	height: 250px;
	line-height: 180px;
	text-align: center;
}
.diary .list > li .box .pic img {
	vertical-align: middle;
}
.diary .list > li .box .font {
	max-width: 750px;
}
.diary .list > li .box .font .p1 {
	color: #999;
	line-height: 20px;
}
.diary .list > li .box .font .h1 {
	color: #333;
	font-weight: bold;
	/*line-height: 40px;
	margin: 5px 0 10px 0;*/
	max-height: 3em;
	font-size:18px;
	overflow: hidden;
}
.diary .list > li .box .font .p2 {
	color: #666;
	height: 3em;
	overflow: hidden;
	margin-top:50px;
	line-height:38px;
	font-size:15px;
}
.diary .list > li .box .font .time {
	color: #666;
	line-height: 24px;
	padding: 30px 0 0 0;
}
.diary .list > li .box .font .more {
	color: #333;
	text-decoration: underline;
}
.diary .list > li .box:hover .font .more {
	color: #d5231b;
}
 @media (max-width: 1024px) {
.diary .list {
	/*margin-left: -50px;*/
}
.diary .list > li {
	/*padding-left: 50px;*/
}
.diary .list > li .box .font {
	margin-top: 15px;
	float: none;
	/*text-align: center;*/
	max-width: none;
}
.diary .list > li .box .pic {
	float: none;
	text-align: center;
	padding: 0;
	width: auto;
	height: auto;
}
.diary .list > li .box .pic img {
	display: inline-block;
}
}
 @media (max-width: 600px) {
.diary .list > li {
	width: 100%;
}
.diary .list > li .box .font {
	max-width: none;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}
.diary .list > li .box .pic {
	float: none;
	padding: 0;
	text-align: center;
}
.diary .list > li .box .pic img {
	display: inline-block;
}
.diary .list > li .box .font .p1 {
	text-align: center;
}
}
.pages {
	margin: 60px 0;
	text-align: center;
	clear: both;
	width: 100%;
}
.pages ul {
	display: inline-block;
}
.pages ul li {
	display: inline-block;
}
.pages ul li a {
	margin: 0px 10px;
	padding: 5px 10px;
}
.pages ul li a:hover {
	background: #d5231b;
	color: #fff;
}
.pages ul li .on {
	background: #d5231b;
	color: #fff;
}
.case {
	margin-bottom: 60px;
	overflow: hidden;
}
.case .case_nav .list > li .box .on {
	background: #d5231b;
	color: #fff;
}
.case .case_nav .list > li .box .on .wz:before {
	background: #fff;
}
.case .tuwen {
	width: 100%;
	margin-top: 70px;
}
.case .tuwen .list {
	margin-left: -20px;
}
.case .tuwen .list > li {
	float: left;
	width: 33.33%;
	padding-left: 20px;
	margin-bottom: 60px;
}
.case .tuwen .list > li .box {
	display: block;
	position: relative;
	width: 100%;
}
.case .tuwen .list > li .box .pic {
	position: relative;
}
.case .tuwen .list > li .box .pic img {
	display: block;
	width: 100%;
}
.case .tuwen .list > li .box .pic .add {
	position: absolute;
	left: 45%;
	top: 45%;
	display: block;
	opacity: 0;
}
.case .tuwen .list > li .box .pic .add img {
	width: 30px;
}
.case .tuwen .list > li .box .pic:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 8px;
	bottom: 8px;
	opacity: 0;
	transition: .3s ease;
	border: 1px solid #fff;
}
.case .tuwen .list > li .box .pic:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease;
	background: rgba(0,0,0,.7);
}
.case .tuwen .list > li .box:hover .pic .add, .case .tuwen .list > li .box:hover .pic:after, .case .tuwen .list > li .box:hover .pic:before {
	opacity: 1;
}
.case .tuwen .list > li .box .font {
	position: absolute;
	font-size: 14px;
	color: #666;
	width: 100%;
	padding-left: 14px;
}
.case .tuwen .list > li .box .font .p1 {
	padding: 14px 0 12px 0;
}
.case .tuwen .list > li .box .font .p2 {
	display: none;
}
.case .tuwen .list > li .box:hover .font {
	background: #fff;
	margin-top: -50px;
	transition: ease .3s;
}
.case .tuwen .list > li .box:hover .font .p2 {
	display: block;
}
 @media (max-width: 1024px) {
.case .case_nav {
	float: none;
}
.case .tuwen {
	float: none;
	max-width: none;
	width: 100%;
	margin-top: 30px;
}
.case .tuwen .list {
	margin-left: -20px;
}
.case .tuwen .list > li {
	float: left;
	width: 33.33%;
	padding-left: 20px;
	margin-bottom: 60px;
}
.case .tuwen .list > li .box .pic .add {
	/*opacity: 1;*/
}
.case .tuwen .list > li .box .pic:after {
	/*opacity: 1;*/
}
.case .tuwen .list > li .box .pic:before {
	/*opacity: 1;*/
}
.case .tuwen .list > li .box .font {
	/*margin-top: -50px;
	background: #fff;*/
}
.case .tuwen .list > li .box .font .p2 {
	/*display: block;*/
}
}
 @media (max-width: 900px) {
.case .tuwen .list > li {
	width: 50%;
}
}
 @media (max-width: 667px) {
.case .tuwen .list > li {
	width: 100%;
	float: none;
}
}
.pages {
	margin: 60px 0;
	text-align: center;
	clear: both;
	width: 100%;
}
.pages ul {
	display: inline-block;
}
.pages ul li {
	display: inline-block;
}
.pages ul li a {
	margin: 0px 10px;
	padding: 5px 10px;
}
.pages ul li a:hover {
	background: #d5231b;
	color: #fff;
}
.pages ul li .on {
	background: #d5231b;
	color: #fff;
}
.al_detail {
}
.al_detail .left .pic {
	width: 700px;
	height: 500px;
	line-height: 500px;
	overflow: hidden;
	text-align: center;
}
.al_detail .left .pic img {
	display: inline-block;
	vertical-align: middle;
}
.al_detail .left .btn_con {
	margin-top: 32px;
}
.al_detail .left .btn_con .order {
	padding: 13px 30px;
	display: block;
	background: #d5231b;
	color: #fff;
	font-weight: bold;
}
.al_detail .left .btn_con .p1 {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding-left: 30px;
}
.al_detail .left .btn_con .p1 .zx {
	color: #d5231b;
}
.al_detail .right {
}
.al_detail .right .font {
	padding: 50px 66px 77px 66px;
	background: #f4f4f4;
}
.al_detail .right .font .p1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
	height: 1.5em;
	overflow: hidden;
}
.al_detail .right .font .p2 {
	color: #666;
	font-weight: bold;
}
.al_detail .right .font .p3 {
	max-width: 368px;
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.al_detail .right .font .p3 .b1 {
	color: #666;
	font-weight: bold;
}
.al_detail .right .font .p4 {
	max-width: 368px;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	height: 12em;
}
.al_detail .one {
}
.al_detail .two {
	display: none;
}
 @media (max-width: 1024px) {
.al_detail .left {
	float: none;
	text-align: center;
}
.al_detail .left .pic {
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 0;
}
.al_detail .left .pic img {
	display: inline;
}
.al_detail .left .btn_con {
	margin-top: 0;
}
.al_detail .left .btn_con .p1 {
	margin: 20px 0;
}
.al_detail .right {
	float: none;
}
.al_detail .right .font .p3 {
	/*display: inline;*/
}
.al_detail .one {
	/*display: none;*/
}
.al_detail .two {
	/*display: block;*/
}
}
 @media (max-width: 667px) {
.al_detail .right .font {
	padding: 50px 30px;
}
}
.swiper-button-next, .swiper-button-prev{
	width:auto;
	height:auto;
	color:#000;
	padding:20px 10px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:16px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background:rgba(0,0,0,0.4);
	color:#FFF;
}

#ClCache{
	display:none;
}