@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

html,body{
	width: 100%;
	height: 100%;
	background-color: #1a1d30;
	margin: 0;
	padding: 0;
	}
	.container1 {
    width: 100%;
    min-width: 1200px;
}
img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

.i-header-top {
	width: 100%;
	margin: auto;
	height: 110px;
	overflow: hidden;
	background-color: #1a1d30;
	color: #e9d0b8;

}

.i-header-top ul {
	width: 95%;
	margin: auto;
}

.i-header-top ul li {
	width: 8%;
	text-align: center;
	display: inline-block;
	line-height: 110px;
	float: left;
	/*font-family: 宋体;*/
}
.i-header-top ul li:hover{
	color: #3366cc;
}
.i-header-top ul li a{
	/*font-family: 宋体;*/
	font-size: 14px;
}
.i-header-top ul li.logo {
	width: 15%;
	height: 110px;
	overflow: hidden;
}

.i-header-top ul li.logo img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	line-height: 1 !important;
	padding-top: 30px;
}

.i-header-top ul li.search {
	background-image: url(../images/ico_07.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
.i-header-top ul li.search input{
	background: #fff;
    position: absolute;
    top: 44px;
    left: -18px;
    width: 98px;
}
.i-header-top ul li.search span {
	padding-right: 10px;
	font-size: 12px;
	color: white;
}

.i-header-top ul li.weixin {
	height: 110px;
	background-image: url(../images/ico_09.png);
	background-position: left;
	background-repeat: no-repeat;
}

.i-header-top ul li.weixin p.wei-box {
	width: 150px;
	position: absolute;
	top: 110px;
	right: 100px;
	z-index: 999;
	display: none;
}
.i-header-top ul li.weixin p.wei-box img{
	display: block;
	width: 100%;
}
.i-header-top ul li.weixin:hover p.wei-box{
	display: block;
}
/**/

.pro-main-w {
	width: 100%;
	background-image: url(../images/bg_02.png);
}

.big-tit {
	width: 100%;
	padding: 50px 0px;
	text-align: center;
	color: #e5d1be;
	font-size: 38px;
	text-transform: uppercase;
	font-family: beiwei;
	letter-spacing: 3px;
	font-weight: bold;
}

.big-tit span {
	font-size: 28px;
	display: block;
	font-family: 宋体;
	margin-top: 15px;
}


/**/

.pro-list {
	width: 1200px;
	height: 550px;
	margin: auto;
	/*overflow: hidden;*/
	position: relative;
}

.pro-list-s {
	width: 1200px;
	margin: auto;
	/*height: 550px;*/
	/*overflow: hidden;*/
	position: relative;
}

.pro-list ul {
	/*width: 2400px;
	margin: auto;
	position: absolute;*/
}

.pro-list ul li {
	width: 280px;
	height: 420px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 10px;
}

.pro-list ul li img {
	display: block;
	width: 100%;
	/*margin: auto;*/
}

.pro-list ul li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s;
}

.pro-list ul li p.title {
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-color: #1e2656;
	position: absolute;
	top: 30%;
	right: 0;
	padding: 10px 15px;
}

.pro-list ul li .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.pro-list ul li .box p {
	width: 150px;
	height: 109px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	background-image: url(../images/ico_05.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
}

.pro-list ul li .box p span {
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin: auto;
}

.pro-list ul li:hover .box {
	display: block;
}

.pro-list ul li:hover p.title {
	display: none;
}

.pro-list #pro-l {
	position: absolute;
	top: 40%;
	left: -48px;
	width: 48px;
	height: 48px;
	background-image: url(../images/prol.png);
}

.pro-list #pro-r {
	position: absolute;
	top: 40%;
	right: -48px;
	width: 48px;
	height: 48px;
	background-image: url(../images/pror.png);
}

.pro-list #pro-r,
.pro-list #pro-l:hover {
	cursor: pointer;
}


/**/

.case-w {
	width: 100%;
	background-color: #1a1d30;
}

.case {
	width: 1230px;
	margin: 0px auto 40px;
}

.case .list {
	width: 48%;
	margin: 0% 1%;
	float: left;
	padding-bottom: 25px;
	position: relative;
	box-shadow: 0px 0px 1px 1px black
}

.case .list img {
	display: block;
	width: 100%;
	height: 340px;
	margin-bottom: 30px;
}

.case .list:hover .s-box {
	display: block;
	transition: all 0.5s;
}

.case .list .s-box {
	width: 90%;
	display: block;
	margin: auto;
	height: 300px;
	/*border: 1px solid white;*/
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
}

.case .list .s-box p.title {
	font-size: 40px;
	margin-top: 15%;
	margin-bottom: 40px;
	color: #e6d2bf;
	text-align: center;
	text-transform: uppercase;
}

.case .list .s-box p.more {
	width: 70%;
	padding: 8px 0px;
	margin: auto;
	/*border: 1px solid white;*/
	text-align: center;
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
	background-color: rgba(26,29,48,0.6);
	/*background-image: url(../images/bg_02.png)*/
	/*text-shadow: 1px 1px 1px 1px white;*/
}

.case .list .s-box p.more:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.5s;
}

.case .list .des p.tit {
	width: 60%;
	margin: 0px auto 20px;
	text-align: center;
	color: #e5d1be;
	padding: 8px 0px;
	font-size: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.case .list .des p.des-c {
	color: white;
	text-align: center;
	line-height: 2;
	font-size: 14px;
}


/**/

.about-m {
	width: 1200px;
	margin: 0px auto 40px;
	background-image: url(../images/bg_02.png);
	background-size: 100%;
	box-shadow: 0px 0px 1px 1px black;
}

.about-m .left {
	width: 48%;
	float: left;
}

.about-m .left img {
	display: block;
	width: 100%;
}

.about-m .right {
	width: 48%;
	padding-top: 40px;
	float: right;
}

.about-m .right p.one {
	font-size: 40px;
	color: #e5d1be;
	margin-bottom: 10px;
	font-family: beiwei;
	letter-spacing: 3px;
	font-weight: bold;
}

.about-m .right p.two {
	font-size: 24px;
	color: #e5d1be;
	margin-bottom: 30px;
	font-family: 宋体;
}

.about-m .right p.con {
	width: 85%;
	font-size: 14px;
	line-height: 2;
	color: #cbcbcb;
	margin-bottom: 20px;
}

.about-m .right p.more {
	width: 120px;
	text-align: center;
	padding: 6px 0px;
	border: 1px solid #e5d1be;
	color: #e5d1be;
}


/**/

.news {
	width: 100%;
	height: 340px;
	overflow: hidden;
	margin: auto;
	background-image: url(../images/bg_02.png);
}

.news .one {
	width: 40%;
	float: left;
}

.news .one img {
	display: block;
	width: 100%;
	height: 100%;
}

.news .two {
	width: 30%;
	float: left;
	box-shadow: 0px 0px 1px 1px #2a2a2a;
}

.news .two ul li {
	height: 45px;
	line-height: 45px;
	color: #dddddd;
	border-bottom: 1px solid #2a2a2a;
}

.news .two ul li span.time {
	/*padding: 10px;*/
	padding: 0px 15px;
	border-right: 1px solid #2a2a2a;
}

.news .two ul li span.conn {
	font-size: 14px;
}

.news .three {
	width: 30%;
	float: right;
}

.news .three img {
	display: block;
	width: 100%;
	height: 100%;
}


/**/

.huoban {
	width: 1200px;
	margin: 0px auto 40px;
}

.huoban ul li {
	width: 20%;
	float: left;
	margin-bottom: 20px;
}

.huoban ul li img {
	display: block;
	margin: auto;
}

.huoban ul li:hover img{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}
/**/

.footer-w {
	padding: 30px 0px;
	width: 100%;
	border-top: 10px solid #c19f5f;
	background-color: #0e101b;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer .left {
	width: 15%;
	float: left;
}

.footer .right {
	width: 80%;
	float: right;
}

.footer .right span.top p.nav {
	color: #707070;
	font-size: 12px;
	float: left;
	padding-top: 10px;
}

.footer .right span.top p.weixin {
	float: right;
	position: relative;
}
.footer .right span.top p.weixin .wei-b{
	width: 150px;
	position: absolute;
	bottom: 120%;
	right: 0;
	display: none;
	
}
.footer .right span.top p.weixin:hover .wei-b{
	display: block;
}
.footer .right span.top p.weixin .wei-b img{
	display: block;
	width: 100%;
}
.footer .right span.bottom p.wenzi {
	color: #dddddd;
	float: left;
	font-size: 12px;
	line-height: 2;
	margin-right: 30px;
}

