@charset "utf-8";
.container{
	padding-top:65px; 
}
.banner{
	height: 500px;
	overflow: hidden;
}
/*滑块*/
.brand{
	width: 100%;
	height: auto;
	background: #fff;
	margin:50px auto; 
}
.brand-title{
	width: 140px;
	height: 320px;
	float: left;
	box-sizing: border-box;
	border: 3px solid #a6a6a6;
}
.brand-title li{
	width: 120px;
	height: 90px;
	margin: 10px 0 10px 10px;
	padding:15px 0; 
	background: #fff;
	box-sizing: border-box;
	transition: all 0.4s;
}
.brand-title-text{
	position: relative;
	width: 100%;
	height: 100%;
}
.active1{
	margin-left: 25px !important;
}
.active1 .brand-title-text{
	background: #3c7ad1;
	color: #fff;
}
.active1 .brand-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #3c7ad1;
}
.brand-title-text h1{
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.brand-title-text p{
	margin: 0;
}
.brand-box{
	width: 1040px;
	height: auto;
	min-height: 700px;
	overflow: hidden;
	margin-left:60px;
	float: left; 
}
.jianjie{
	width: 800px;
	margin: 0 auto;
}
.jianjie p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
}
.white-logo{
	margin: 0 auto 50px;
	display: block;
}
.zizhi li{
	width: 310px;
	height: 310px;
	float: left;
	margin-right:55px; 
	cursor: pointer;
}
.zizhi li:nth-child(3n){
	margin-right: 0;
}
.ry-sm p:nth-of-type(1){
    display: table-cell;
    vertical-align: middle;
	width: 310px;
	height: 225px;
	overflow: hidden;
	text-align: center;
}
.ry-sm p:nth-of-type(1) img{
	max-width: 100%;
	max-height: 100%;
}

.zizhi p{
	text-align: center;
	font-size: 16px;
}
.ry-bg{
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0%;
    left: 0%;
    background: rgba(0,0,0,0.8);
    z-index: 100;
	display: none;
	z-index: 10;
}
.bg-img{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -360px;
    margin-left: -400px;
    width: 800px;
    height: 800px;
}
.bg-img img{
	max-width: 100%;
	max-height: 100%;
}

/*联系我们*/
.contact{
	margin:50px auto;
	width: 965px;
	overflow: hidden;
}
.contact-left{
	width: 210px;
	height: auto;
	overflow: hidden;
	margin-right: 50px;
	float: left;
}
.contact-left p{
	margin-top: 0;
	width: 210px;
	height: 100px;
	background: #123ea4;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	letter-spacing: 3px;
}
.contact-right{
	width: 700px;
	float: left;
}
.contact-right h1{
	font-size: 18px;
	font-weight: bold;
	color: #123ea4;
	letter-spacing: 3px;
}
.contact-right p{
	color: #888;
}
.contact-text{
	margin-left: 100px;
}
.map{
	margin-left: 100px;
}
.zhaopin{
	margin-left:100px; 
}
.zp-title{
	font-size: 18px;
	font-weight: bold;
}

.close {
	width:50px;
	height:50px;
	background:url(../images/close.png);
	background-size:50px 50px;
	position:absolute;
	right:-50px;
	top:0px;
}
