﻿
@charset "utf-8";
* {
	font-family: "微软雅黑";
}

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
p,
embed,tab,input{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: normal;
}

.clear{
	clear: both;
}

ul li {
	list-style-type: none;
}
ul li{
	list-style: none;
}
a {
	text-decoration: none;
}
.conter{
	width: 1200px;
	margin: 0 auto;
}

/*top*/
.top{
	height: 96px;
	background: #f6f6f6;
}
.top .logo{
	float: left;
	margin-top: 20px;
}
.top .dianhua{
	float: right;
	margin-top: 20px;
}
.sousuo{
	float: right;
	line-height: 40px;
	
	height: 32px;
	position: relative;
	margin-top: 1px;
}
.sousuo input{
	width: 193px;
	height: 32px;
	border: 1px #ccc solid;
}
.sousuo img{
	position: absolute;
	top: 4px;
	left: 162px;
	border: none;
}
.guanyu .zuo figure img{
	float: left;
}

/*----------- 遮罩内容区 开始------------------------------------*/
/*----------- 从底部上升的遮罩效果 开始---------------------------*/
.content-title{
	margin-top: 15px;
    margin-bottom: 15px;
	text-align: center;
}
.content{
	width:1000px;
	height: 428px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.con img{
	width:297px;
	height: 198px;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.txt h3{
	font-weight: normal;
}
.txt p{
	font-size: 14px;
	display: block;
	line-height: 20px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
}
/*------------- 从底部上升的遮罩效果 结束 ------------------------------*/
/*------------- 直接显示遮罩效果 开始 ------------------------------*/
.content-two{
	width:1000px;
	height: 412px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con-two{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.con-two img{
	width:297px;
	height: 198px;
}
.txt-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: none;
}
.txt-two h3{
	font-weight: normal;
}
.txt-two p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 直接显示遮罩效果 结束------------------------------*/
/*------------- 从左上部显示遮罩效果  开始----------------------------*/
.content-three{
	width:1000px;
	height: 412px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con-three{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.con-three img{
	width:297px;
	height: 198px;
}
.txt-three{
	position: absolute;
	left: -297px;
	top: -198px;
	width: 100%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	filter:Alpha(opacity=80);
}
.txt-three h3{
	font-weight: normal;
}
.txt-three p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 从左上部显示遮罩效果  结束----------------------------*/
/*------------- 从左侧显示遮罩效果 开始 ------------------------------*/
.content-four{
	width:1000px;
	height: 412px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con-four{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.con-four img{
	width:297px;
	height: 198px;
}
.txt-four{
	position: absolute;
	left: -297px;
	top: 0;
	width: 100%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	/*display: none;*/
}
.txt-four h3{
	font-weight: normal;
}
.txt-four p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 从左侧显示遮罩效果 结束------------------------------*/
/*------------- 图片放大效果 开始 ------------------------------*/
.content-five{
	width:1000px;
	height: 412px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con-five{
	width: 297px;
	height: 198px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
}
.conimg{
	width: 297px;
	height: 198px;
}
.txt-five{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.txt-five h3{
	font-weight: normal;
}
/*------------- 图片放大效果 结束------------------------------*/
/*------------- 图片放大效果伴随蒙版文字出现 开始 ------------------------------*/
.content-six{
	width:1370px;
	margin:20px auto;
}
.con-six{
	width: 232px;
	height: 230px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
    text-align: center;
}
.conimg-two{
	/*width: 232px;*/
	height: 180px;
}
.txt-six{
	position: absolute;
	left: 0;
	
	width: 100%;
	
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.4);
	
}
.txt-six h3{
	font-weight: normal;
}
.txt-six p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
/*------------- 图片放大效果伴随蒙版文字出现 结束------------------------------*/
/*------------- 遮罩内容区 结束--------------------------------------*/
.cp_1{
	margin-left: 100px;
}
.txt-six h3 a{
	display: block;
	width: 232px;
	font-size: 16px;
	color: #FFFFFF;
}
.txt-six h3 a:hover{
	color: #C7000B;
}
.guanyu{
	width: 100%;
	background: #e9e9e9;
	height: 475px;
}
.guanyu .zuo{
	float: left;
	width: 341px;
}
.guanyu .zuo hgroup{
	text-align: center;
}
.guanyu .zuo hgroup h1{
	color: #C7000B;
	font-size: 22px;
	margin-top: 50px;
}
.guanyu .zuo hgroup h2{
	color: #221815;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.guanyu .zuo figure figcaption{
	color: #686868;
	margin-left: 1px;
	font-size: 15px;
	margin-top: -25px;
}
.guanyu .zuo p{
	color: #686868;
	font-size: 15px;
}
.guanyu .zuo .icon img{
	margin-left: 44px;
	margin-top: 20px;
}
.guanyu .zuo .icon .icon_img{
	margin-left: 0px;
}
.guanyu .you{
	width: 786px;
	float: right;
}
.guanyu .you hgroup{
	text-align: center;
}
.guanyu .you hgroup h1{
	color: #C7000B;
	font-size: 22px;
	margin-top: 50px;
}
.guanyu .you hgroup h2{
	color: #221815;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.guanyu .you .kuang{
	width: 164px;
	height: 270px;
	position: relative;
	display: inline-block;
	margin-left: 29px;
}

.guanyu .you .kuang img{
	width: 164px;
	height: 111px;
	position: absolute;
	top: 0;
	left: 0;
}
.guanyu .you .kuang h1{
	color: #C7000B;
	font-size: 16px;
	position: absolute;
	top: 120px;
	left: 0px;
}
.guanyu .you .kuang p{
	color: #8c8c8c;
	font-size: 14px;
	position: absolute;
	top: 140px;
}
.guanyu .you .kuang h2 a{
	display: block;
	width: 85px;
	height: 30px;
	background: #C7000B;
	color: #FFFFff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 0;
}
.guanyu .you .kuang h2 a:hover{
	background: #FFFFFF;
	color: #C7000B;
}
.lianxi{
	width: 100%;
	height: 380px;
	background: #272727;
}
.lianxi .zuo{
	float: left;
}
.lianxi .zuo h1{
	font-size: 22px;
	color: #f6f6f6;
	margin-top: 45px;
}
.lianxi .zuo ul li{
	font-size: 16px;
	color: #6b6b6b;
	margin-top: 25px;
}
.lianxi .you{
	float: right;
}
.lianxi .you h1{
	font-size: 22px;
	color: #fff;
	margin-top: 45px;
}
.lianxi .you ul li{
	font-size: 16px;
	color: #6b6b6b;
	margin-top: 30px;
}
.lianxi .you ul li input{
	background: #272727;
	border: 1px #414141 solid;
	margin-left: 10px;
	width: 351px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
}
.lianxi .you h2{
	margin-left: 70px;
	margin-top: 20px;
}
.lianxi .you h2 a{
	display: block;
	width: 260px;
	height: 25px;
	background: #272727;
	border: 1px solid #414141;
	color: #6B6B6B;
	text-align: center;
	line-height: 25px;
}
.lianxi .you h2 a:hover{
	background: #f6f6f6;
	color: #000000;
}
.footer{
	width: 100%;
	height: 172px;
	background: #1d1d1d;
}
.footer ul{
	float: left;
	margin-top: 50px;
}
.footer ul li{
	float: left;
	color: #fcc932;
	
	margin-left: 30px;
}
.footer ul li a{
	color: #FCC932;
	font-size: 16px;
}
.footer p{
	float: left;
	color: #FCC932;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 14px;
}
.footer p a{
	color: #FCC932;
	margin-left: 20px;
}
