@charset "utf-8";
banner{
	display: block;
	width: 100%;
	height: 260px;
	background: url(../img/contact_banner.png) no-repeat center center;
}
/*内容*/
/*头部*/
.content{
	color: #808080;
	width: 1200px;
	padding-left: calc(50% - 600px);
	float: left;
	padding-bottom: 90px;
	
}
.content a{
	color: #808080;
}
.content h3{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    font-weight: normal;
    padding-top: 40px;
}
.content h3 .title{
	width: 240px;
	float: left;

}
.content h3 .title p:first-child{
	font-size: 20px;
	color: #333;
}
.content h3 .title p:last-child{
	font-size: 16px;
}
.content h3 ul{
	float: left;
	position: absolute;
	left: 240px;
	bottom: 15px;
}
.content h3 ul li i,.content h3 ul li a{
	float: left;
}
.content h3 ul li i{
	float: left;
    line-height: 21px;
    margin-right: 8px;
    font-size: 20px;
}
.content h3 ul i.rightJiantou{
	float: left;
    margin: 5px 18px;
    font-size: 14px;
    color: #999;
}

.content h3 ul li{
	float: left;
}
.content h3 ul li a{
	color: #999;
}
.content h3 ul li a.active{
	color: #666;
}



/*左侧*/
.left{
	width: 180px;
	float: left;
	font-size: 16px;
	padding-top: 10px;
	
}
.left ul{
	
}
.left ul li{
	width: 100%;
  	padding: 15px 0;
  	border-bottom: 1px solid #e8e9eb;
}
.left ul li a{
	width: 100%;
	padding-left: 12px;
	height: 15px;
	line-height: 16px;
	color: #808080;
	border-left:4px solid #fff;
	
}
.left ul li a.active{
	color: #366fe2;
	border-left:4px solid #366fe2;
}


/*右侧*/
.right{
	width: calc(100% - 240px);
	float: right;
	box-shadow: 0px 2px 15px 0px rgba(7,26,57,0.1);
	margin-top: 25px;
}
/*联系我们*/
.right .contactMe{
	padding: 60px 130px 120px 140px;
}
.right .top{
	width: 100%;
	display: flex;
	float: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	border-bottom: 1px solid #e6e8eb;
}
.right .top dl{
	width: 140px;
	float: left;
	cursor: pointer;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.right .top dl.active{
	border-bottom: 3px solid #366fe2;
	color: #366fe2;
}

.right .top dl dd{
	height: 56px;
	position: relative;
}

.right .top dl dd i{
    font-size: 50px;
}
.right .top dl:nth-child(2) dd i{
	position: absolute;
    left: 46px;
    top: 3px;
}
.right .top dl.active dd i{
	font-size: 50px;
	color: #366fe2;
}



.right .top dl dt{
	margin: 8px 0 25px 0;
}

.right .form{
	display: none;
	text-align: center;
}
.right .form#tzzForm{
	display: block;
}
.right .form input{
	width: calc(100% - 22px);
	height: 50px;
	color: #808080;
	padding-left: 20px;
	margin-top: 20px;
	border: 1px solid #d7d7d9;
	font-size: 14px;
}
.right .form input:focus,.right .form textarea:focus{
	border: 1px solid #366fe2;
}
.right .form input.name{
	margin-top: 50px;
}
.right .form textarea{
	color: #808080;
	width: calc(100% - 24px);
	height: 206px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	border: 1px solid #d7d7d9;
	font-size: 14px;
}
.right .form button{
	width: 180px;
	height: 30px;
	margin-top: 50px;
	background:#fff;
	background-position: 148px 9px;
	border: 1px solid #366fe2;
    color: #366fe2;
    position: relative;
}
.right .form button i{
	font-size: 14px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.right .form button.active{
	background: #366fe2;
	background-position: 148px;
	border: 1px solid #366fe2;
	color: #fff;
}
.right .form button.active i{
	font-size: 14px;
    position: absolute;
    right: 8px;
    top: 8px;
}
/*集团地址*/
.right .address{
	padding: 30px 20px 0 20px;
}

.right .address h3{
	border-left: 3px solid #366fe2;
    padding: 0!important;
    padding-left: 15px!important;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 0;
}
.right .address .map{
	width: 100%;
	margin-bottom: 35px;
	height: 415px;
}

.right .address .addressBox .addressList:nth-child(2n+1){
	float: left;
}

.right .address .addressBox .addressList:nth-child(2n){
	float: right;
}
.right .address .addressBox .addressList{
	overflow: hidden;
	margin-bottom: 40px;
}
.right .address .addressBox .addressList h4{
	border-bottom: 1px solid #e6e6e6;
	line-height: 35px;
	color: #666;
	font-size: 16px;
	position: relative;	
	cursor: pointer;
	margin: 0;
	margin-bottom: 10px;
}


/*线*/
@-moz-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@-ms-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@-webkit-keyframes animateRight{
	from{left: -380px;}
	to{left: 0px;}
}
@keyframes animateLeft{
	from{left: -380px;}
	to{left: 0px;}
}

@-moz-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@-ms-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@-webkit-keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
@keyframes animateLeft{
	from{left: 0px;}
	to{left: -380px;}
}
.right .address .addressBox .addressList h4 .activeBottom{
	width: 100%;
	height: 1px;
	background:#366fe2;
	position: absolute;
	left: -380px;
	bottom: -1px;
	
}
.right .address .addressBox .addressList p{
	line-height: 30px;
}
.animateLeft{
	-webkit-animation: animateLeft both 0.8s;
	-moz-animation: animateLeft both 0.8s;
	-o-animation: animateLeft both 0.8s;
	animation: animateLeft both 0.8s;
}
.animateRight{
	-webkit-animation: animateRight both 0.8s;
	-moz-animation: animateRight both 0.8s;
	-o-animation: animateRight both 0.8s;
	animation: animateRight both 0.8s;
}






