html, body {
    font-family: "Microsoft YaHei",Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";
    font-size: 12px;
    
}
p{ margin:0; padding:0;}
ul,li{ 
	list-style: none; 
}
a:hover, a:link, a:active, a:visited{
	text-decoration: none;
}
a:focus{outline:none;}

.header{
	padding: 42px 0 36px 0;
	background-color: #FFF;
	box-shadow: 2px 2px 2px #DDD;
}
.logo{ 
	background: url("../images/logo.png") no-repeat 50% 0;	
	height: 55px;
}
.nav{
	height: 54px;
	padding:0;
}
.nav > li{
	height: 54px;
	width: 16.5%;
	padding: 0;
	float: left;
}
.nav > li > a{
	color: #747373;
	height: 54px;
	width: 100%;
	padding: 0;
	line-height: 54px;
	text-align: center;
	background: url(../images/nav.jpg) no-repeat 100% 0;
}
.nav > li > a:hover{
	color: red;
	background: #FFF;
	background: url(../images/navhover.jpg) no-repeat 100% 0;
}
.nav > li.active > a{
	color: red;
	background: url(../images/navhover.jpg) no-repeat 100% 0;
}
.banner{
	width: 100%;
	overflow: hidden;
	margin-top: 133px;
}
.set-fixed{
	position: fixed;
	left: 0;
	z-index: -99;
}
.conbox{
	border-bottom: 1px solid #949494;
	text-align: center;
	padding: 58px 0 40px;
	margin: 0;
	background-color: #FFF;
}
.mainTitle{
	font-family: "MyriadPro-LightCond";
	color: #434343;
	font-size: 50px;
	line-height: 50px;
	font-stretch: "ultra-condensed";
	font-weight: 100;
	letter-spacing: 0.18em;
}
.mainSub{
	height: 2px;
    margin: 20px auto;
    width: 80px;
    background: #e60012;
}
.mainInfo{
	font-family: "Noto Sans S Chinese Light","NotoSansHans-Light","微软雅黑";
	font-size: 20px;
    padding: 8px 0;
    border-bottom: 1px solid #bfbfbf;
    color: #434343;
    text-align: center;
}
.content{
	margin: 52px auto;
	text-align: center;
	width: 66.8%
}
.content > a {
	padding:0;
}
.box{	
	border: 1px solid #595858;
	width: 192px;
	height: 192px;
	border-radius: 100px;
	background-color: #FFF;
	margin: 0 auto;
}
.boxSub{
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	width: 180px;
	height: 180px;
	margin: 5px;
	text-align: center;
	line-height: 180px;
	border-radius: 100px;
	background-color: #ff0000;

	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.boxSub:hover{
	color: white;
	background-color: #CC6699;
}

.plus{
	color: gray;
    font-size: 25px;
    font-weight: 900;
}
.txt{
	color:red;
	font-weight: bold;
}

.child {
    float: left;
    position: relative;
    width: 100%;
}

.child:hover .childHide{
	opacity: 1;
}

.child .childImg {
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.child .childHide {
    background: #df1020 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;

    transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */

}
.child .childTag {
    color: #fff;
    font-family: "MyriadPro-LightCond";
    font-size: 11px;
    font-stretch: condensed;
    font-weight: 100;
    left: 0;
    letter-spacing: 0.1em;
    padding: 6%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 88%;
}
.child .childTag .childSub {
	background-color: #fff;
    height: 1px;
    margin: 6px 0;
    width: 13px;
}
.child .childContent {
    height: 33px;
    margin-top: -30px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.child .childPointer {
    bottom: 10px;
    right: 13px;
    width: 44px;
    position: absolute;
}
.child .childContent .title,.child .childContent .info{
	color:#FFF;
	font-size: 13px;
}
.linkBtn {
	background: url("../images/rightIcon.png") no-repeat 131px center;
	background-size: 18px auto;
    border: 1px solid #e60012;
    margin: 50px auto 0;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 160px;
    color: #e60012;
    font-size: 14px;
    text-align: left;
    transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.linkBtn span {
    margin-left: 16px;
}
.linkBtn:hover{
	background: url("../images/rightIconOn.png") no-repeat 131px center;
	background-size: 18px auto;
	background-color: #e60012;
	color: #FFF;
}
.footer{
	min-height: 256px;
	background-color: #595858;
	color: #FFF;
	margin: 0;
	padding-top: 30px;
}
.f-title{
	border-bottom: 1px solid #FFF;
	line-height: 45px;
	font-size: 14px;
}
.f-content{
    margin-top: 10px;
    font-size: 10px;
}
.f-content a{
	color: #FFF;
}
/*about*/
.about-ico{
	background: url(../images/icondown.png) no-repeat 50% 0;
	height: 36px;
}
.about-txt{	
	padding: 10px 0;
}
.about-txt span{
	font-size: 30px;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.about-con{
	padding: 20px 0 60px 0;
}
.about-con p{
	text-align: left;
	text-indent: 2em;
	color: gray;
	font-size: 14px;
	line-height: 25px;
}
.service{
	margin-bottom: 60px;
}
.sen,.szn{
	display: inline-block;
	width: 185px;
	height: 45px;
	border: 1px solid red;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.sen{
	color: red;
}
.szn{
	color: #FFF;
	background-color: red;
}
.process{
	background: url("../images/process.jpg") no-repeat 50% 0;
	height: 358px;
}
.black{
	padding: 100px 0;
	background-color: black;
}
.adword{
	font-size: 40px;
	text-align: center;
	color: #FFF;
}
.line{
	background: #e60012 none repeat scroll 0 0;
    height: 2px;
    margin: 20px auto;
    width: 125px;
}
.linian{
	font-size: 30px;
	text-align: center;
	color: #FFF;
	margin-bottom: 25px;
	margin-top: -15px;
}
.blackicon{
	background: url("../images/blackicon.jpg") no-repeat 50% 0;
	height: 36px;
	padding-bottom: 55px;
}
.bold{
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	color: #FFF;
}
.taocan p.desc{
	padding: 0 0 30px 0;
}
.taocan p.price{
	color: red;
    font-size: 18px;
    font-weight: bold;
    margin: 55px 0 20px 0;
}
.taocan p{
	font-size: 15px;
	color: gray;
	line-height: 25px;
}
.nav-link{
	width: 100%;
	padding: 50px 0;
}
.nav-link li{
	float: left;
	width: 18%;
	border: 1px solid gray;	
	margin: 1%;
	height: 53px;
}
.nav-link li.active a{
	background-color: red;
	color: #FFF;
}
.nav-link li a{
	display: block;
	text-align: center;
	height: 53px;
	line-height: 53px;
	font-size: 14px;
	color: gray;
}
.nav-link li a:hover{
	background-color: red;
	color: #FFF;
}
.clearmp{
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
.pb-40{
	padding-bottom: 40px;
}
.toolbar{
	position: fixed;
	bottom: 256px;
	right: 16.5%;
	width: 40px;
	display: none;
}
.toolbar li.go-top a{
	background-color: gray;
}
.toolbar li.go-top a:before{
	content: "";
	width: 0;
	height: 0;
	border-left:10px solid transparent; 
    border-right:10px solid transparent;
    border-bottom:10px solid gray;
    position: absolute;
    top: -8px;
    left: 50px;
}
.toolbar ul li a{
	display: block;
	width: 40px;
	height: 40px;
	background: red;
	text-align: center;
	line-height: 40px;
	margin-top:2px;
	color: #FFF;
}


