.page-con {
	padding-bottom: 20px;
}
.nonothony{
	display: none;
}
/* 分类导航 */
.page-con .page-nav {
	padding: 0 0.3rem;
	overflow: hidden;
}
.page-con .page-nav li {
	min-width: 32%;
	padding-right: 6px;
	margin-bottom: 6px;
	float: left;
}
.page-con .page-nav li a {
	display: block;
	text-align: center;
	border: 1px solid #4a4947;
	color: #4a4947;
	font-size: 14px;
	line-height: 26px;
	padding: 0 10px;
}
.page-con .page-nav .cur a{
	background-color: #4a4947;
	color: #fff;
}
/* 页面名称 */
.page-con .page-typename {
	padding: 6px 6px 6px 18px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	color: #000;
	position: relative;
}
.page-con .page-typename:before{
	content: "";
    display: inline-block;
    width: 6px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 10px;
    background-color: #4a4947;
}
.page-con .page-content {
	padding: 0 0.3rem;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.page-con .page-content img {
	max-width: 100%;
    height: auto !important; 
}

/* 新闻列表 */
.news-list {
	/*padding: 0 0.2rem;*/
}
.news-list li {
	margin: 0 0.2rem 12px;
    padding: 6px 0.1rem 12px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.news-list li h6 {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li h6 a {
	color: #4a4947;
}
.news-list li .description .txt {
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}
.news-list li .description .link {
    margin-top: 6px;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.news-list li .description .link span {
	float: left;
	color: #ccc;
}
.news-list li .description .link a {
	float: right;
	padding: 0 14px;
	color: #fff;
	background-color: #4a4947;
	border-radius: 12px;
}
/* 新闻详情 */
.page-con .news-content {
	margin-top: 10px;
	padding: 0 0.2rem;
}
.news-content .news-tit {
	padding: 6px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #ddd;
}
.news-content .news-info {
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
	margin: 4px 0;
}
.news-content .content-box {
	padding: 4px 0.1rem 16px;
    background: #fff;line-height:30px;font-size: 14px;
}
.news-content .content-box img {
	max-width: 100%;
	height: auto !important;
}
/* 其他新闻 */
.other_news {
	margin-top: 10px;
}
.other_news h4 {
	font-size: 16px;
	line-height: 30px;
	background-color: #4a4947;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 10px;
}

/* 产品列表 */
.product-list {
	overflow: hidden;
	padding: 10px;
}
.product-list li {
    width: 48%;
    display: inline-block;
	outline: 1px solid #bfbfbf;
	margin-bottom: 5%;
	
}
.product-list li:nth-of-type(even){
	margin-left: 3%;
}
.product-list li a {
	display: block;
	background-color: #fff;
}
.product-list li .pic {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.product-list li .pic img {
width: 100%;
}
.product-list li .txt {
    margin: 4px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4a4947;
    height: 26px;
    line-height: 26px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    text-align: left;
    text-align: center;
}
.product-list li .txt img{
	float: right;
    padding-right: 15px;
    width: 34px;
    padding-top: 5px;
}
/* 产品介绍 */
.page-con .pro-introduce {
	margin-top: 10px;
	padding: 0 0.2rem;
}
.page-con .pro-introduce .product-type {
	padding: 4px 0 4px 18px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.page-con .pro-introduce .product-type:before{
	content: "";
    display: inline-block;
    width: 6px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 6px;
    background-color: #4a4947;
}
.page-con .pro-introduce .pro-tit {
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
}
.page-con .pro-introduce .pro-images {
	margin-top: 14px;
	text-align: center;
}
.page-con .pro-introduce .pro-images img{
	max-width: 100%;
	height: auto !important;
}

.page-con .pro-introduce .pro-show img{
	max-width: 100%;
	height: auto !important;
}
.other-product {
	margin-top: 20px;
}
.other-product h4 {
	margin: 0 0.1rem 10px;
	font-size: 16px;
	line-height: 30px;
	background-color: #4a4947;
	color: #fff;
	padding: 0 10px;
}

/* 在线留言 */
.form_box {margin-top: 20px;}
.form_box form label {display: block; color: #333;line-height: 30px;overflow: hidden;font-size: 14px;}
.form_box form label span {display: block;height: 30px;width: 70px;text-align: left;font-size: 14px;}
.form_box form label input { width: 9rem; line-height: 26px; border: 1px solid #ddd; padding: 2px 4px; border: 1px solid #4a4947; border-radius: 4px;}
.form_box form label textarea {width: 9rem; border: 1px solid #ddd; font-size: 14px;padding:4px;line-height: 20px; border: 1px solid #4a4947; border-radius: 4px;}
.form_box form .btn {margin: 0px auto 20px;text-align: center;}
.form_box form .btn input {display: inline-block;font-size: 14px; width: 3.6rem;height: 30px;border: none;border-radius: 2px;cursor: pointer;}
/*走进威特尼*/
.page-content table{
	width: 100% !important;
}
.page-content table td{
	
}
.page-con .page-content div table tbody tr  .moble{
	width: 100% !important;
	display: block;
	text-align: center;
	border: none !important;
}
.page-con .page-content div table tbody tr  .moble div{
	padding-left: 0 !important;
} 
.wtn-china{
	text-align: center;
    width: 10rem;
    margin-top: 50px;
    margin-bottom: 30px;
}
.wtn-china img{
	padding-bottom: 25px;
}
.wtn-china p{
	padding: 0 15px;
    text-align: left;
    line-height: 36px;
    font-size: 15px;
    text-indent: 30px;
    letter-spacing: 2px;
}
.wtn-time{
text-align: center;	
}
.wtn-time ul{
	
}
.wtn-time ul li{
    margin-top: 0px;
	height: 60px;
}
.wtn-time ul li .leftTime{
	width: 27%;
	float: left;
	text-align: right;
}
.wtn-time ul li .leftTime span{
	font-size: 15px;
	color: #999;
	padding-right: 25px;
}
.wtn-time ul li .leftTime i{
	width: 20px;
    height: 20px;
    border-radius: 15px;
    border: #999 1px solid;
    display: inline-block;
    float: right;
}
.wtn-time ul li .rightFont{
	width: 68%;
    float: right;
    font-size: 17px;
    text-align: left;
    color: #999;
    line-height: 16px;
}
.swiper-slide img{
	width: 100%;
}
.hero{
	text-align: center;
	margin-bottom: 50px;
}
/*系统解决方案*/
.function,.functionB,.functionC,.functionD {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.function img,.functionB img,.functionC img,.functionD img{
	width: 80%;
}
.functionB ul{
	height: 720px;
}
.functionB ul li{
	width: 50%;
    float: left;
    margin-top: 35px;
    height: 329px;
}
.functionB ul li img{
	
}
.functionB ul li h3{
	font-size: 17px;
    margin: 18px 0 0px 0;
}
.functionB ul li p{
	padding: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    text-indent: 26px;
    letter-spacing: 1px;
    color: #999;
    padding-top: 5px;
}
.function p,.functionC p,.functionD p{
    font-size: 15px;
    line-height: 30px;
    color: #aaa;
    text-align: left;
    padding: 0 15px;
    text-indent: 30px;
    letter-spacing: 2px;
}
.functionC h5{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.functionD h3{
	font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    /*text-align: left;*/
}
.functionD p{
	text-align: left;
}
.functionD{
	padding-bottom: 60px;
}
/*服务专区*/
.functionD ul{
	margin-top: 30px;
	margin-bottom: 30px;
}
.functionD ul li{
	width: 49%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background-color: #C9C9C9;
	color: #FFF;
}

.service-ico-b1{
	float: left;
    width: 156px;
    height: 156px;
    background: url(../images/service-quan.png) no-repeat;
    animation: spin1 1500ms infinite linear;
    z-index: 20;
    display: inline-block;
    margin-left: 0.8rem;
    margin-bottom: 30px;
}
@keyframes spin1 {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.service-list {
    text-align: center;
    padding-top: 30px;
    height: 610px;
    position: relative;
    margin-bottom: 30px;
}
.service-list li {
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    position: absolute;
    background-color: transparent !important;
    width: 120px !important;
    color: #000000 !important;
}
.service-list li:nth-of-type(1){
	top: 61px;
    left: 1.3rem;
}
ul.service-list li:nth-of-type(2){
	left: 15.8em;
    top: 61px;
}
ul.service-list li:nth-of-type(3){
	top: 230px;
	left: 1.3rem;
}
ul.service-list li:nth-of-type(4){
	top: 260px;
	left: 15.8em;
}
ul.service-list li:nth-of-type(5){
	left: 1.3rem;
	top: 440px;
}
ul.service-list li:nth-of-type(6){
	left: 5.8rem;
	top: 440px;
}
.ask{
	display: block;
    border: #ccc 1px solid;
    width: 93%;
    margin: 15px;
}
.aboutImg{
	width: 100%;
	display: block;
}
.aboutImg2{
	display: block;
	padding-left: 0 !important;
}
.heroImage{
	width: 10rem !important;
    display: block;
    padding-bottom: 15px;
}
.company{
	display: block;
	width: 100% !important;
	padding-left: 0 !important;
}
.culture{
	display: block;
	width: 100% !important;
	padding-left: 0 !important;
}
.scer{
	display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 10px !important;
}
.joininput{
	display: block;
    width: 100% !important;
    padding-left: 0 !important;
}
.ProductBody img{
	width: 100% !important;
	height: auto !important;
}
.product-type{
	background: #F5f5f5;
}
.conUsTitle{
    height: 70px;
    background-color: #4a4947;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}
.conUsTitle font{
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
.bjDress{
	font: 14px "Microsoft Yahei";
    color: #333;
    border-bottom: 1px dashed #4a4947;
    line-height: 35px;
    margin: 25px 0;
}
.bjDress2{
	font: 14px "Microsoft Yahei";
    color: #333;
    border-bottom: 1px dashed #4a4947;
    line-height: 35px;
    margin: 25px 0;
}    
.bjDress3{
	font: 14px "Microsoft Yahei";
    color: #333;
    border-bottom: 1px dashed #4a4947;
    line-height: 35px;
    margin: 25px 0;
} 
#aboutUsHtml{
	padding-top: 30px;
    padding-bottom: 35px;
}
.aboutUsHtml{
    padding: 50px 15px;
    background: #fff;
    -moz-box-shadow:0px 5px 5px #999; -webkit-box-shadow:0px 5px 5px #999; box-shadow:0px 5px 5px #999;
}
#aboutUsHtml h3 {
    display: block;
    color: #064b87;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    line-height: 40px;
}
#aboutUsHtml h3 font{
	float: right;
	font-size: 12px;
	color: #aaa;
}
#aboutUsHtml h6{
	padding-bottom: 15px;
    font-size: 36px;
    color: #e4e6ea;
    text-transform: capitalize;
    line-height: 40px;
    font-family: "AvantGardeITCbyBT-Medium",Arial;
}
#aboutUsHtml p{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 2.2em;
    text-indent: 36px;
}
.content-boxs{
	display: flex;
	margin-top: 50px;
}
.price-box{
	padding-top: 15px;
}
.row-price{
	flex: 1;
    background-color: #151419;
    border-right: 1px solid #aaa;	
}
.content-boxs .row-price .price-box p#totalPrice,.content-boxs .row-price .price-box p#totalOrder,.content-boxs .row-price .price-box p#monthsPrice{
    text-align: center;
    line-height: 55px;
    display: block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    text-indent: 0px;
}
.content-boxs .row-price .price-box h5{
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    padding-bottom: 35px;
}
.icoList{
    margin-top: 30px;
    background-color: #eee;
}
.icoList li{
	text-align: center;

    border: 1px solid #FFF;
    padding-top: 15px;
}
.icoList li img{
	
}
.icoList li font{
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    padding: 15px 20px 25px 20px;
    text-align: center;
}
.dingzhishengchanshebei{
	text-align: center;
    padding-top: 30px;
}
.dingzhishengchanshebei font{
	font-size:30px;
}
.dingzhishengchanshebei p{
	font-size:14px !important;
	line-height:2;
}
.dingzhishengchanshebeiImageBox{

	margin-top: 35px;
}
.dingzhishengchanshebeiImageBox li{

}
.CompanyShiLi{
	
}
.CompanyShiLi font{
    color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.CompanyShiLiList{
	
}
.CompanyShiLiList li{
	
	margin-top: 15px;
	padding: 15px;
}
.CompanyShiLiList font {
    color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.CompanyShiLiList li h4{
	text-align: center;
	color: #fa7821;
	font-size: 18px;
}
#aboutUsHtml .CompanyShiLiList li p{
	text-indent: 0 ;

	font-size: 14px;
}
.CompanyShiLiList font{
	color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.pro-show iframe{
	width: 100%;
	height:  auto;
}
.news-content .content-box p{
	line-height: 28px;
    font-size: 14px;
}
.smallproduct p{
	line-height: 35px;
}
.suoluotu{
	margin-top: 15px;
}
.suoluotu img{
	width: 100%;
}
.news li a img{
	width: 90%;
}
.news li a p{
	font-size: 12px;
    font-weight: 100;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    text-indent: 24px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
} 
.news li h6{
	font-size: 16px;
    text-align: left;
    font-weight: 100;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 15px;
}
.news li {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
}

.prott{width:96%;height:50px;margin: 0 auto; margin-top:20px; margin-bottom:0px;}
.prott span{height:50px;font-size:20px;border-bottom: 1px solid #939393;padding-bottom: 10px}
.prott a{ float:right;width:70px;height:30px;line-height:25px; text-align:center;border: 1px solid #6d6d6d;border-radius:10px; }
.prott a:hover{color:#fff;background-color: #666;}

.product_info{
	padding-top: 15px;
}
.left_list{
	background-color: #FFF;
	width: 94%;
	margin: 0 auto;
}
.left_list h6{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left_list font{
	font-size: 16px;
	color: #666666;
	font-weight: 100;
	padding-bottom: 45px;
	display: block;
}
.left_list p{
	color: #666666;
	font-weight: 100;
	line-height: 32px;
}
.left_list a{
	display: block;
	width: 185px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #666666;
	color: #666666;
	margin-top: 10px; margin-bottom:20px;
	font-size: 14px;
	border-radius: 5px;
	transition: 1s all;
}
.left_list a:hover{
	background-color: #666;
	color: #FFF;
	transition: 1s all;
}
.form_box_message{
	width: 100%;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px; padding-bottom:30px;
 
}
.form_box_message img{
	padding-bottom: 30px;
}
#massaeg{
	background-color: #F2F2F2;
	padding-top: 130px;
	padding-bottom: 0px;
}
.form_box_message label{
	width: 100%;
	display: inline-block;
	
}
.form_box_message label input{
	font-size: 14px;
	color: #999999;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 8px;
	border: none;
	padding-left: 15px;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(1) input{
	padding-left: 48px;
	background: url(/images/ico07.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(2) input{
	padding-left: 48px;
	background: url(/images/ico08.png) no-repeat 20px center;
	background-color: #f0f0f0;
	margin-left: 0px;
}
.form_box_message label:nth-of-type(3) input{
	padding-left: 48px;
	background: url(/images/ico05.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(4) input{
	padding-left: 48px;
	background: url(/images/ico05.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(4) input{
	
	margin-left: 0px;
}
.btsdan button{
	width: 100%;
	line-height: 50px;
	text-align: center;
	background-color: #333333;
	color: #FFF;
	font-size: 14px;
	border: none;
}
.btsdan{
	margin-bottom: 20px;
}
.form_box_message h5{
	font-size: 24px;
	color: #332c2b;
}
.form_box_message h5 font{
	color: #2160a6;
	
}
.form_box_message p{
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
}
.about_con{width:100%;height:auto;margin: 0 auto;padding-bottom:20px; margin-top:0px;line-height:30px; font-size:14px; font-weight:300px; text-align:center}
.about_coner{width:100%;height:auto;margin: 0 auto;padding-bottom:20px; margin-top:0px;line-height:30px; font-size:14px; font-weight:300px; }
.about_coner p {
  text-indent: 2em;
}

.wenhua_coner{width:94%;height:auto;margin: 0 auto;padding-bottom:20px; margin-top:0px;line-height:30px; font-size:14px; font-weight:300px; }
.wenhua_coner p {
  text-indent: 2em;
}
.wenhua_coner img{width:100%;}

.yinzer { height:auto; border:0px solid #dcdcdc; margin-top:40px; margin-bottom:60px;}
.yinzer li{ width: calc(50% - 0px); height:auto;line-height:40px; border-right:0px solid #dcdcdc; float:left; font:14px "Microsoft YaHei UI"; text-align:center; padding:10px 0px 10px 0px; font-weight:300px; margin-bottom:30px;}
.yinzer li:last-child{width: calc(50% - 0px); border:0;}
.yinzer li span{display:block; font:14px "Microsoft YaHei UI"; line-height:50px; }
.yinzer li em{font:30px "Microsoft YaHei UI";  }

.fzlc_lines{width:100%;height:auto;background: url(../images/n_fzlc_line0.png) repeat-x left top;}

.fzlc_lines_con{width:100%;background: url(../images/n_ding.png) no-repeat center 0px;line-height:30px; margin-bottom:40px;float: left;}
.fzlc_lines_con .Fzlcleft {  width: 100%; padding-top:40px }

.fzlc_lines_con h3 { font-size: 28px; padding-bottom: 10px; display:block; font-weight:bold; text-align:center}
.fzlc_lines_con .Fzlcleft h4{padding-bottom: 10px; display:block;text-align:center}
.fzlc_lines_con p {
  text-indent: 2em;
}

.pro_type{width:94%;height:auto; margin: 0 auto;padding-bottom:20px; padding-top:0px;}
.pro_type li{width:100%;height:300px;overflow:hidden;transition:all .5s linear;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;float:left; margin-bottom:20px;}


.pro_type .inner{height:100%;position:relative;}
.pro_type .pic{height:100%;}
.pro_type .pic img{width:100%;height:100%;display:block;object-fit:cover;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;filter: brightness(80%);}

.pro_type .pic img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.pro_type li:hover .pic img {
     transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
}
.pro_type .default{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;}
.pro_type li:hover .default{opacity:0;transition-delay:0;}
.pro_type h3{padding:0 10px;font-size:20px;font-weight:400;color:#FFFFFF;line-height:38px;position:absolute;top:80%;left:8%;right:0;transform:translateY(-50%, -50%);-webkit-transform:translateY(-50%, -50%);-moz-transform:translateY(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);text-align:left;}
.pro_type .cover{padding:0 50px 0px 8%;position:absolute;bottom:0;left:0;right:0;opacity:1;}
.pro_type li:hover .cover{opacity:1;transition-delay:0;}
.pro_type .cover h4{margin-bottom:10px;font-size:20px;font-weight:bold;color:#FFFFFF;line-height:1.0;height:1.0em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro_type .cover .desc{font-size:14px;font-weight:400;color:#FFFFFF;line-height:1.8;min-height:5.4em;display:-webkit-box;-webkit-line-clamp:6;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;}


.cont-top-1 {
    text-align: center;  padding-top:35px; padding-bottom:85px;
}

.cont-top-1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 200;
}
.service_lm{width:94%;height:auto;margin: 0 auto;line-height:30px; text-align:center; margin-top:20px; }
.service_lm li{width:100%;height:auto;box-shadow:0 0 5px #e4e4e4; padding:30px; float:left;color:#928b8d; text-align:center; font-size:14px;box-sizing:border-box; margin-bottom:20px;}
.service_lm h2{ font-size:18px;margin-top:15px;color:#333; display:compact; font-weight:500; margin-bottom:10px;}
.service_lm li:hover,.service_lm li:hover h2,.service_lm li:hover p{color:#fff;}
.service_lm li:hover{box-shadow:0 0 5px #ff0000;background-color:#ff0000;transition:all 1s ease;}
.service_lm li a{ display:inherit}
.service_lm .ov{ display:none}
.service_lm .or{ display:block;}
.service_lm li:hover .or{ display:none}
.service_lm li:hover .ov{ display:block;transition:all 1s ease;}
.service_lm li img {
display: block;  /* 璁剧疆涓哄潡绾у厓绱犱互浣垮叾姘村钩灞呬腑 */
margin: 0 auto;  /* 鎸囧畾澶栬竟璺濊鍏冪礌灞呬腑 */
text-align: center; /* 灏嗙埗鍏冪礌鐨勬枃鏈唴瀹瑰眳涓互瀵归綈瀛愬厓绱� */
}

.list_re_con{width:94%;height:auto;margin: 0 auto;}
.list_re_con li{width:100%;height:auto;box-shadow:0 0 5px #e4e4e4; padding:20px; color:#333;font-size:14px;box-sizing:border-box;line-height:30px; margin-bottom:30px;}
.list_re_con h2{ font-size:18px;color:#000; display:compact;line-height:30px; padding-bottom:15px;}
.list_re_con li span{ font-size:12px; color:#cbcbcb}
.list_re_con h3{ font-size:14px;color:#000; display:compact; margin-top:0px; font-weight:500}
.list_re_con li .more{height:32px;line-height:30px;border: 1px solid #eeeeee; padding:0px 30px 0px 20px;color:#333;background: url(../images/rea.png) no-repeat 75px center;border-radius: 10px; }
.list_re_con li .more a{ font-size:12px;}

.list_re_con li .morer{height:32px;line-height:30px;border: 1px solid #ff0000; padding:0px 30px 0px 20px;background: url(../images/reb.png)#ff0000 no-repeat 75px center;border-radius: 10px;}
.list_re_con li .morer a{ font-size:12px;color:#fff}

.video_list{

	padding-top: 0px;
	padding-bottom: 0px;
}


.video_list p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.video_list h4{
	color: #222222;line-height:30px;font-weight: 400;font-size: 18px; padding-top: 20px; padding-bottom: 0px; text-align:center ;
}

.video_list ul li{
	width: 100%; margin-bottom:30px;position:relative; border-bottom:1px #ececec solid; float:left;  padding-bottom: 30px;
}

.video_list ul li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#000;}
.video_list ul li:hover:after{
width:100%;}
.video_list .casetp{height:auto; overflow:hidden; position: relative;}
.video_list .casetp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
    
  -webkit-filter: brightness(50%); /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
  filter: brightness(50%);


    
}
.video_list ul li:hover .casetp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}


.video_an{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;display: flex;background: url(../images/videobg.png?1711) no-repeat  center center; z-index:1111}


.down_list{

	padding-top: 0px;
	padding-bottom: 0px;
}


.down_list p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.down_list h4{
	color: #222222;line-height:30px;font-weight: 400;font-size: 18px; padding-top: 20px; padding-bottom: 0px; text-align:center ;
}

.down_list ul li{
	width: 100%; margin-bottom:30px;position:relative; border-bottom:1px #ececec solid; float:left;padding-bottom: 30px;
}
.down_list ul li:nth-of-type(3n+3){

	margin-right:0%;

}
.down_list ul li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#000;}
.down_list ul li:hover:after{
width:100%;}
.down_list .casetp{height:auto; overflow:hidden; position: relative;}
.down_list .casetp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;


    
}
.down_list ul li:hover .casetp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
    
    .rsq_title{line-height:60px; text-align:center;font-size: 25px;background-color: #fff;
   
    text-transform: uppercase; padding-bottom:20px; padding-top:20px;}
.rsq_title p{width:80px;height:1px;background-color: #333; display:inherit;margin: 0 auto;}	