﻿@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-09-28 11:04:00
 * @version $Id$
 */
section.banner{
	animation: myfirst 2s;
	-webkit-animation: myfirst 2s; /* Safari and Chrome */
	height: 600px;
	margin-top: 98px;
	background:url(../images/banner_contact.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
}
@keyframes myfirst
{
from {width: 0;}
to {width: 100%;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {width: 0;}
to {width: 100%;}
}
section.banner .title{
	margin-top: 167px;
	overflow: hidden;
	width: 100%;
}
section.banner .title img{
	display: block;
	margin: 0 auto;
}
section.contact{
	margin-top: -164px;
	position: relative;
	z-index: 2;
}
section.contact .cont{
	background-color:#fff;
}
section.contact .cont .left{
	width: 689px;
	height: 370px;
	overflow: hidden;
	margin-top: 48px;
	margin-left: 40px;
	margin-bottom: 43px;
	position: relative;
}
section.contact .cont .left img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	transition:all 1s;
}
section.contact .cont .left img:hover{
	width: 110%;
	height: 110%;
}
section.contact .cont .right{
	margin-top: 78px;
	margin-left: 67px;
}
section.contact .cont .right h1{
	font-size:30px;
	color: #333333;
	margin-bottom: 10px;
	font-weight:400;
}
section.contact .cont .right>span{
	display: block;
	font-size:14px;
	color: #999999;
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 30px;
}
section.contact .cont .right>span:after{
	content:'';
	width: 24px;
	height: 1px;
	background-color:#c7ad8c;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
section.contact .cont .right p{
	font-size:15px;
	line-height: 28px;
	color: #666666;
}
section.contact .cont .right .address{
	margin-top: 35px;
	font-size:15px;
}
section.contact .cont .right .address i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../images/address.png) no-repeat center;
	vertical-align: middle;
}
section.contact .cont .right .address span{
	vertical-align: middle;
	margin-left: 5px;
}
section.contact .cont .right .address:nth-of-type(2) i{
	background:url(../images/tel.png) no-repeat center;
}
section.contact .cont .right a{
	font-size:15px;
	color: #c7ad8c;
	margin-right: 38px;
	display: inline-block;
	margin-top: 30px;
}
.layui-layer-hui .layui-layer-content{
	color: #fff;
}
section.contact .cont #map{
	width: 916px;
	height: 564px;
	margin-top: 48px;
	margin-left: 40px;
	margin-bottom: 73px;
}
 .BMap_cpyCtrl {
            display: none;
        }

        .anchorBL {
            display: none;
       }
section.contact .cont .rights{
	margin-right: 40px;
	margin-top: 48px;
}
section.contact .cont .rights .pic{
	width: 360px;
	height: 193px;
}
section.contact .cont .rights h1{
	font-weight:400;
	font-size:30px;
	margin-top: 30px;
}
section.contact .cont .rights>span{
	display: block;
	font-size:14px;
	color: #999999;
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 30px;
	margin-top: 10px;
}
section.contact .cont .rights>span:after{
	content:'';
	width: 24px;
	height: 1px;
	background-color:#c7ad8c;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
section.contact .cont .rights .address{
	margin-top: 35px;
	font-size:15px;
}
section.contact .cont .rights .address i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../images/tel.png) no-repeat center;
	vertical-align: middle;
}
section.contact .cont .rights .address span{
	vertical-align: middle;
	margin-left: 5px;
}
section.contact .cont .rights .address:nth-of-type(2) i{
	background:url(../images/address.png) no-repeat center;
}
section.contact .cont .rights a{
	display: block;
	width: 190px;
	height: 54px;
	background-color:#404671;
	text-align: center;
	line-height: 54px;
	color: #404671;
	font-size:20px;
	color: #fff;
	margin-top: 30px;
}