.page-con {
	padding-bottom: 20px;
}
/* 分类导航 */
.page-con .page-nav {
	padding: 0 0.3rem;
	overflow: hidden;
}
.page-con .page-nav li {
	min-width: 33.33%;
	padding-right: 6px;
	margin-bottom: 6px;
	float: left;
}
.page-con .page-nav li a {
	display: block;
	text-align: center;
	border: 1px solid #614225;
	color: #614225;
	font-size: 14px;
	line-height: 26px;
	padding: 0 10px;
}
.page-con .page-nav li a.cur {
	background-color: #614225;
	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: #614225;
}
.page-con .page-content {
	padding: 0 0.3rem;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.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: #614225;
}
.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: #614225;
	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;
}
.news-content .content-box img {
	max-width: 100%;
	height: auto !important; margin-top:10px; margin-bottom:10px;
}
/* 其他新闻 */
.other_news {
	margin-top: 10px;
}
.other_news h4 {
	font-size: 16px;
	line-height: 30px;
	background-color: #614225;
	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: #614225;
    height: 26px;
    line-height: 26px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    text-align: left;
    padding-left: 15px;
    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: #614225;
}
.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{ line-height:30px;}
.page-con .pro-introduce .pro-show img{
	max-width: 100%;
	height: auto !important; margin-top:10px; margin-bottom:10px;
}
.other-product {
	margin-top: 20px;
}
.other-product h4 {
	margin: 0 0.1rem 10px;
	font-size: 16px;
	line-height: 30px;
	background-color: #614225;
	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 #614225; 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 #614225; 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-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;
}
.tac.juhong{
	font-size: 20px !important;
}
.blockBox td{
	display: block;
	padding-left: 0 !important;
}
.gongsiwenhua td{
	display: block;
	width: 100% !important;
}
.font16px{
	font-size: 16px !important;
}
.displayBlock{
	display: block !important;
}

.displayBlock p{
	margin-bottom: 15px;
}


.prolisttit h2 {display: block;padding-top:35px;height: auto;text-align:center;font-size:28px;font-weight: bold;color:#6d4a2e; margin-bottom:30px}
.prolisttit h2 em{display: block;font-weight: normal;font-size: 20px;color:#333333;padding-top: 5px; }
.about_C {
        position: relative;
    }
    
    .about_C span {
        display: block;
    }
    
    .about_C span img {
        width: 100%;
        height: auto;
    }
    
    .about_C dl {
        width: 100%;
        height: auto;
     
    }
    
    .about_C dl dt {
       
    }
    .about_C dl dt img {
     width:100%; background: rgba(189, 154, 124, 0.88);
    }
    .about_C dl dd {
        
        width: 100%;
        height: auto;
      
        background: rgba(189, 154, 124, 0.88); padding-bottom:30px;
       
    }
    
    .about_C dl dd h4 {
        display: block;
        padding-left: 70px;
        font-size: 28px;
        text-align: left;
        line-height: 28px;
        font-weight: bold;
        color: #FFF;
        font-style: unset;
        padding-bottom: 15px;
    }
    
    .about_C dl dd i b {
        display: block;
        font-size: 22px;
        margin-top: 10px;
        line-height: 28px;
        color: #FFF;
        font-weight: normal;
    }
    
    .about_C dl dd p {
        font-size: 16px;
        color: #FFF;
        line-height: 36px;
        text-align: justify;
        width: 85%;
        margin: 25px auto;
    }
	.about_D {
        overflow: hidden;
        clear: both;
        margin-top: 0px;
    }
    
    .about_D dl {
        overflow: hidden;
        clear: both;
    }
    
    .about_D dl dt {
      
        width: 100%;
        box-sizing: border-box;
    }
    .about_D dl dt img{width: 100%;}
    .about_D dl dd {
      
        width: 100%;
        
        box-sizing: border-box;
        padding: 54px 40px;
        background: #f7f7f7;
    }
    
    .about_D dl dd h4 {
        font-size: 32px;
        font-weight: normal;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    
    .about_D dl dd h4:before {
        position: absolute;
        content: '';
        width: 80px;
        height: 2px;
        background: #bd9a7c;
        bottom: 0;
        left: 0;
    }
    
    .about_D dl dd p {
        font-size: 16px;
        line-height: 36px;
    }
	
	.aboutbg{height: auto;padding-top: 10px;background: url(../images/aboutbg.jpg)#f1f1f1 no-repeat center bottom; padding-bottom:20px}
.about{width:96%;height: auto; margin-bottom:50px; margin-left:2%; margin-right:2%;}
.ppleft{width:90%;padding-top: 0px;margin: 0 auto;}
.about h2{height: auto;}
.about h2 img{width:100%;}
.about h3{line-height: 48px;font-weight: normal;font-size:28px;font-weight: normal;color:#333333;}
.about p{font-size: 16px;line-height: 36px;color:#333333;}
.video{}
.video img{width:100%;height: auto;transition:all ease .5s;}
.video:hover img {transform:scale(1.05);}

.szcon{width:100%;box-shadow: 0px 5px 5px #888888;background: #fff; padding:10px;border-radius:10px; }
.m_zz{height: auto;overflow: hidden;}
.m_zz ul{ }
.m_zz li{width:50%;position: relative;float: left; text-align:center; margin-bottom:20px;}

.m_zz li em{display: block;height:60px;line-height:60px;overflow: hidden;}
.m_zz li em b{font-size: 30px; font-weight: bold;}
.m_zz li em i{font-size: 20px;font-weight: normal; color: #333333;font-style:normal;}
.m_zz li h4{font-size: 16px;   font-weight: normal; }
.m_zz li h4 span{display: block;}
.procs {
        margin-bottom: 0px; margin-top: 10px;
    }
    
    .procs tr td {
        font-size: 12px;
        text-align: center;
        padding: 10px 10px;
		height:40px;
    }
     .procs tr td:nth-child(2n-1) {
        font-size: 12px;
        color: #fff;
        background:url(/images/navhover.jpg) no-repeat center 7%;
        background-size: 100%;
        text-align: center;
    }
   