@font-face {
    /* font-properties */
    font-family: fangzheng;
    src:url('../img/fangzheng.ttf');/* IE9 */
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
ul,ol{list-style:none}
.clearfix:after{
content:"";
display:block;
visibility:hidden;
clear:both;
height:0;
}
.clearfix{ /* 为了照顾ie6浏览器*/
zoom:1;
}

.wrapper{
	width: 1007px;
	margin: 0 auto;
}

.title{
	width: 32%;
	margin: 60px auto 50px;
}
.title img{
	width: 100%;
	display: block;
}

.mar-t140{margin-top: 110px;}
.phone{
	width: 45%;
	margin: 0 auto 50px;
	text-align: center;
}
.phone a{
	display: inline-block;
	width: 100%;
}
.phone img{
	width: 100%;
	display: block;
}

/*banner*/
.j-banner{
	width: 100%;
}
.j-banner img{
	width: 100%;
	display: block;
}

/*info*/
.info-content{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	overflow:hidden;
}
.info-content::before{
	content: '';
	display: block;
	width: 112px;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bg_1.jpg) no-repeat;
	background-size: 100% 100%;
}
.info-content::after{
	content: '';
	display: block;
	width: 56px;
    height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg_2.png) no-repeat;
	background-size: 100% 100%;
}
.info-content-left{
	width: 48%;
	float: left;
}
.info-content-left img{
	width: 100%;
	display: block;
}
.info-content-right{
	width: 42%;
	margin-left: 50px;
	float: left;
	line-height: 1.6;
}
.info-content-right h2{
	margin-bottom: 10px;
	font-size: 23px;
	font-family: 'fangzheng';
}
.info-content-right div span{
	font-size: 20px;
	font-family: 'fangzheng';
}
.info-content-right div span:first-child{margin-right: 42px;}
.info-content-right div:nth-child(3){
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #000;}
.info-content-right p{
	font-size: 20px;
	font-family: 'fangzheng';
}
.info-content-right p span{
	margin-right: 14px;
	font-size: 24px;}

/*案例*/
.box{width:100%;margin:0 auto;background:#fff;border:1px solid #d3d3d3;}

.tab_menu{overflow:hidden;}

.tab_menu li{width: 111.89px;
    float: left;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #ed0000;
    text-align: center;
    cursor: pointer;}

.tab_menu li.current{color:#333;background:#fff;}

.tab_menu li a{color:#fff;text-decoration:none;font-size: 18px;font-family: 'fangzheng';}

.tab_menu li.current a{color:#333;}

.tab_box{padding:30px 20px;}

.tab_box li{height:auto;overflow:hidden;}

.tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}

.tab_box .hide{display:none;}
.tab_box img{
	width: 100%;
	display: block;
}

/*way-item*/
.way-item{
	margin-bottom: 90px;
}
.sub-title{
	height: 140px;
	position: relative;
}
.sub-title h3{
	margin-top: 50px;
    margin-right: 16px;
	float: right;
	font-size: 36px;
	font-weight: bold;
	font-family: 'fangzheng';
}
.sub-title::before{
	content: '';
    display: block;
    width: 56px;
    height: 80px;
    position: absolute;
    top: 26px;
    right: 0px;
    background: url(../img/bg_2.png) no-repeat;
    background-size: 100% 100%;
}

.way-content-left{
	float: left;
	width: 44%;
}
.way-content-left img{
	width: 100%;
}
.way-content-right{
	float: left;
	width: 53%;
	margin-left: 3%;
	position: relative;
}
.way-content-right h4{
	margin-bottom: 14px;
	padding-bottom: 8px;
	display: inline-block;
	border-bottom: 1px solid #000;
	font-size: 26px;
	font-family: 'fangzheng';
}
.way-content-right p{
	font-size: 16px;
	font-family: 'fangzheng';
	line-height: 1.6;
}
.way-content-right::before{
	content: '';
	display: block;
	width: 112px;
	height: 16px;
	position: absolute;
	bottom: -44px;
	right: 0;
	background: url(../img/bg_1.jpg) no-repeat;
	background-size: 100% 100%;
}
.way-three::before{bottom: -101px;}

.way-item-two .sub-title h3{
	float: left;
}
.way-item-two .sub-title::before{display: none;}
.way-item-two .way-content-right{
	float: left;
    width: 50%;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
    box-sizing: border-box;
}
.way-item-two .way-content-right::before{
	bottom: -96px;
    left: 0;
}

