﻿@font-face {
    /* font-properties */
    font-family: fangzheng;
    src:url('../images/fangzheng.ttf');/* IE9 */
}

.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.title{
	width: 32%;
	margin: 90px auto;
}
.title img{
	width: 100%;
	display: block;
}

.mar-t140{margin-top: 140px;}
.tell{
	width: 35%;
	margin: 0 auto 50px;
	text-align: center;
}
.tell a{
	display: inline-block;
	width: 100%;
}
.tell 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: 282px;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/bg_1.jpg) no-repeat;
	background-size: 100% 100%;
}
.info-content::after{
	content: '';
	display: block;
	width: 75px;
	height: 121px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg_2.png) no-repeat;
	background-size: 100% 100%;
}
.info-content-left{
	width: 42%;
	margin-left: 62px;
	float: left;
}
.info-content-left img{
	width: 100%;
	display: block;
}
.info-content-right{
	width: 42%;
	margin-left: 85px;
	float: left;
	line-height: 1.6;
}
.info-content-right h2{
	margin-bottom: 10px;
	font-size: 36px;
	font-family: 'fangzheng';
}
.info-content-right div span{
	font-size: 26px;
	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: 26px;
	font-family: 'fangzheng';
}
.info-content-right p span{
	margin-right: 14px;
	font-size: 30px;}

/*案例*/
.box{width:100%;margin:0 auto;background:#fff;border:1px solid #d3d3d3;}

.tab_menu{overflow:hidden;}

.tab_menu li{width: 155.56px;
    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: 22px;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: 160px;
}
.sub-title{
	height: 166px;
	position: relative;
}
.sub-title h3{
	margin-top: 50px;
    margin-right: 50px;
	float: right;
	font-size: 54px;
	font-weight: bold;
	font-family: 'fangzheng';
}
.sub-title::before{
	content: '';
    display: block;
    width: 75px;
    height: 121px;
    position: absolute;
    top: 10px;
    right: 30px;
    background: url(../images/bg_2.png) no-repeat;
    background-size: 100% 100%;
}

.way-content-left{
	float: left;
	width: 35%;
	margin-left: 2%;
}
.way-content-left img{
	width: 100%;
}
.way-content-right{
	float: left;
	width: 60%;
	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: 28px;
	font-family: 'fangzheng';
}
.way-content-right p{
	font-size: 22px;
	font-family: 'fangzheng';
	line-height: 1.6;
}
.way-content-right::before{
	content: '';
	display: block;
	width: 282px;
	height: 16px;
	position: absolute;
	bottom: -32px;
	right: 0;
	background: url(../images/bg_1.jpg) no-repeat;
	background-size: 100% 100%;
}
.way-three::before{bottom: -112px;}

.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: 60%;
    margin-left: 3%;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
    box-sizing: border-box;
}
.way-item-two .way-content-right::before{
	bottom: -124px;
    left: 0;
}

@media screen and (max-width: 1680px){
	.wrapper{width: 1300px;}
	
	.info-content-right h2{font-size: 32px;}
	.info-content::after{
		width: 55px;
    	height: 88px;
	}
	.info-content-right div span {
    font-size: 22px;}
    .info-content-right p {
    font-size: 22px;}
    .info-content-right p span {
    font-size: 26px;
	}
	.info-content::before{
		width: 200px;
	}

	.tab_menu li {
		    height: 52px;
    line-height: 52px;
    width: 144.45px;}
    .tab_menu li a{font-size: 20px;}

    .sub-title h3{
    	font-size: 42px;
    }

    .sub-title::before {
	    width: 58px;
	    height: 98px;
	    top: 18px;
	}
	.way-content-right p {
    font-size: 20px;}
    .way-content-right::before{width: 220px;}

}

@media screen and (max-width: 1600px){
	.wrapper{width: 1200px;}
	
	.info-content-right h2{font-size: 28px;}
	.info-content::after{
		width: 46px;
    	height: 68px;
	}
	.info-content-right div span {
    font-size: 22px;}
    .info-content-right p {
    font-size: 22px;}
    .info-content-right p span {
    font-size: 26px;
	}
	.info-content::before{
		width: 200px;
	}

	.tab_menu li {
		height: 52px;
	    line-height: 52px;
	    width: 133.32px;}
    .tab_menu li a{font-size: 20px;}

    .sub-title h3{
    	    font-size: 38px;
    }

    .sub-title::before {
	    width: 58px;
	    height: 98px;
	    top: 18px;
	}
	.way-content-right p {
    font-size: 18px;}
    .way-content-right::before{width: 220px;}

    .way-item-two .way-content-right::before {
	    bottom: -96px;
	    left: 0;
	}
	.mar-t140 {
	    margin-top: 80px;
	}

}

@media screen and (max-width: 1440px){
	.wrapper{width: 1100px;}

	.info-content-right h2 {
	    font-size: 24px;
	}
	.info-content-right div span {
	    font-size: 18px;
	}
	.info-content-right p {
	    font-size: 18px;
	}
	.info-content-right p span {
	    font-size: 22px;
	}
	.tab_menu li {
	    height: 45px;
	    line-height: 45px;
	    width: 122.2px;
	}
	.tab_menu li a {
	    font-size: 18px;
	}
	.way-content-right p {
	    font-size: 16px;
	}

	.sub-title h3 {
	    font-size: 32px;
	}
	.sub-title::before {
	    width: 54px;
	    height: 86px;
	    top: 22px;
	}
	.way-item {
	    margin-bottom: 50px;
	}

}

@media screen and (max-width: 1400px){
	.wrapper{width: 980px;}

	.info-content-right h2 {
	    font-size: 23px;
	}
	.info-content::after {
	    width: 37px;
	    height: 49px;
	}
	.info-content-right div span {
	    font-size: 16px;
	}
	.info-content-right p {
	    font-size: 16px;
	}
	.info-content-right p span{
	    font-size: 18px;
	}

	.tab_menu li {
	    height: 45px;
	    line-height: 45px;
	    width: 108.85px;
	}

	.way-content-right p {
	    font-size: 15px;
	}
	.way-content-right::before {
	    width: 175px;
	    height: 13px;
	    bottom: -25px;
	}
	.sub-title h3 {
	    font-size: 30px;
	}
	.sub-title::before {
	    width: 50px;
	    height: 79px;
	    top: 22px;
	}
	.sub-title {
	    height: 138px;
	}

	.way-item-two .way-content-right::before {
	    bottom: -58px;
	}
	.way-three::before{bottom: -82px;}

}