body{
	font-family: "微软雅黑";
}
*{
	font-family: "微软雅黑";
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
a{
	color: #333333;
}
a:hover{
	color: #4f3189;
}
p{
	margin-bottom: 0;
}
h2,h3,h4{
	margin: 0;
}
.main{
	margin: 0 auto;
}
.banner{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}
.ban-text{
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.ban-text h3{
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 28px;
}
.ban-text p{
	font-size: 14px;
	line-height: 2;
}
.section{
	padding: 40px 0;
}
.box-header{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.bg-section{
	background-color: #f7f3f2;
}
.box-header h4{
	font-size: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.box-header p{
	font-size: 14px;
	color: #7f7f7f;
}
.box-header:after{
	width: 42px;
	height: 4px;
	background-color: #c4161c;
	content: '　';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -21px;
}
.sv-row>div{
	padding-top: 18px;
	padding-bottom: 18px;
}
.sv-box{
	padding: 25px 0;
	text-align: center;
	background-color: #FFFFFF;
}
.sv-box .icon .iconfont{
	font-size: 44px;
}
.sv-box .hd{
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
} 
.sv-box .hd:after{
	width: 30px;
	height: 2px;
	bottom: 0;
	background-color: #c4161c;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	content: '　';
}
.sv-box .bd{
	color: #686868;
	line-height: 2;
	max-width: 326px;
	margin: 0 auto;
} 
.case-pic{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 310px;
}
.case-row>div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.case-intro{
	padding: 40px 15px;
	border: 1px solid #e1e1e1;
}
.case-intro .tit{
	font-size: 18px;
	margin-bottom: 15px;
}
.case-intro .desc{
	position: relative;
	padding-bottom: 15px;
	font-size: 14px;
	color: #c4161c;
}
.case-intro .desc:after{
	width: 30px;
	height: 2px;
	bottom: 0;
	background-color: #c4161c;
	display: block;
	position: absolute;
	left: 0;
	content: '　';
}
.case-list{
	padding: 30px 15px;
}
.case-list li:first-child{
	border-top: 1px dashed rgba(255,255,255,.16);
}
.case-list li{
	position: relative;
	color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 24px;
	border-bottom: 1px dashed rgba(255,255,255,.16);
}
.case-list li:before{
	content: '　';
	width: 4px;
	height: 4px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top:24px;
}
.footer{
	background-color: #313131;
	padding: 40px 0;
	color: #CBCBCB;
	text-align: center;
}
.contact-intro .contact-title{
	font-size: 22px;
}
.contact-intro .c-item{
	display: block;
	font-size: 14px;
	margin-top: 36px;
	color: #333333;
}
.contact-intro .c-item .iconfont{
	font-size: 20px;
	color: #C4161C;
	display: inline-block;
	vertical-align:middle;
}
.contact-row>div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.about-box{
	width: 256px;
	margin: 0 auto;
}
.about-row>div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.about-box{
	text-align: center;
}
.about-box .hd{
	position: relative;
	font-size: 24px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.about-box .bd{
	height: 90px;
	color: #686868;
	font-size: 14px;
	line-height: 1.6;
}

.about-box .hd:after{
	width: 30px;
	height: 2px;
	bottom: 0;
	background-color: #c4161c;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	content: '　';
}
.site-navbar{
	z-index: 999;
	background-color: rgba(255,255,255,.7);
	border: 0;
	margin-bottom: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,.03);
}
.navbar-logo{
	display: block;
	padding: 15px 0;
}
.navbar-nav .lan a{
	display: inline-block;
	padding: 32px 4px;
}
.navbar-nav > li > a{
	position: relative;
	color: #282828;
}
.navbar-nav > li.current > a,
.navbar-nav > li:hover > a{
	color: #C4161C;
}
.navbar-nav > li.current > a:after{
	display: block;
	height: 2px;
	background-color: #C4161C;
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 0;
	content: '　';
}.navbar-nav > li:hover > a:after{
	display: block;
	height: 2px;
	background-color: #C4161C;
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 0;
	content: '　';
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color: transparent;
}
.navbar-toggle .icon-bar{
	background-color: #c4161c;
}
.sv-box:hover{
	background-color: #c4161c;
	color: #FFFFFF;
}
.sv-box:hover .hd::after {
	background-color: #FFFFFF;

}
.sv-box:hover div{
	color: #FFFFFF;
}
.sv-box .icon-jiasu{
	display: inline-block;
	transform: rotateZ(-10deg);
}
.about-box:hover .hd{
	color: #c4161c;
}

.case-box .case-pic{
	position: relative;
}
.case-box .case-pic:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	content: '　';
	display: none;
}
.case-box .case-list{
	position: relative;
	transition: .6s all;
	visibility: hidden;
	transform: translateY(50px);
	z-index: 11;
}
.case-box:hover .case-list{
	visibility: visible;
	transform: translateY(0);
}
.case-box:hover .case-intro{
	color: #FFF;
	background-color: #c4161c;
	border-color: #c4161c;
}
.case-box:hover .case-intro .desc{
	color: #FFFFFF;
}
.case-box:hover .case-intro .desc:after {
	background-color: #FFFFFF;
}
.case-box:hover .case-pic:after{
	display: block;
}
.site-navbar *{
	transition: .2s all;
	-webkit-transition: .2s all;
}
.site-navbar {
	transition: .8s all;
	-webkit-transition: .8s all;
}
.site-navbar.fx {
	background: #FFFFFF;
}
.site-navbar.fx .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-navbar.fx .navbar-logo{
	padding: 10px 0;
}
.site-navbar.fx .navbar-logo img{
	height: 30px;
}
.site-navbar .navbar-nav > li > a{
	transition: 0 all;
	-webkit-transition: 0 all;
}
.site-navbar.xhide{
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}
#contact{
	min-height: auto!important;
}

@media only screen and (min-width: 1024px) {
	.navbar-nav > li > a{
		padding-top: 32px;
		padding-bottom: 32px;
		font-size: 15px;
	}
	.contact-intro{
		padding-top: 5px;
	}
	.sv-row>div{
		padding-left: 25px;
		padding-right: 25px;
	}
	.ban-text{
		padding: 0 10%;
	}
	.ban-text h3{
		font-size: 50px;
	}
	.ban-text p{
		font-size: 18px;
	}
	.section{
		padding: 60px 0;
	}
}
@media only screen and (min-width:1200px) {
	.contact-row{
		padding: 0 180px;
	}
	.about-row>div{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.section{
		min-height: 100vh;
		overflow: hidden;
	}
}
@media only screen and (min-width:1400px) {
	.case-pic{
		height: 410px;
	}
	.sv-box{
		padding: 40px 0;
	}
}
@media only screen and (max-width:750px) {
	.about-box{
		width: 100%;
	}
	.navbar-logo{
		padding:12px 15px;
	}
	.navbar-logo img{
		height: 27px;
	}
	.about-box .bd{
		height: 120px;
	}
	.about-row>div {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-navbar.fx .navbar-logo{
		padding: 10px 15px;
	}
	.case-box .case-list{
		visibility: visible;
		transform: translateY(0);
	}
	.case-box .case-intro{
		color: #FFF;
		background-color: #c4161c;
		border-color: #c4161c;
	}
	.case-box .case-intro .desc{
		color: #FFFFFF;
	}
	.case-box .case-intro .desc:after {
		background-color: #FFFFFF;
	}
	.case-box .case-pic:after{
		display: block;
	}
}






















