@CHARSET "UTF-8";
/**content可加背景图片**/
.content3{width:100%;background-color: white;padding-top: 30px;background-size:100%;height:600px;}
.content3 .center{width:80%;height:100%;margin: 0 auto;}
.content3 .center .left{width:60%;;float: left;height:100%;}
.content3 .center .left .title{line-height: 30px;height:30px;font-weight: bolder;padding-left: 10px;}
.content3 .center .left .title span{color:red;margin-left: 10px;line-height: 30px;}
.content3 .center .left .cont_input{width:50%;height:30px;outline: none;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content3 .center .left .cont_input:FOCUS{
	border: 1px solid #12a70e;
}
.content3 .center .left .ccontent{width:100%;height:130px;}
.content3 .center .left .submit{width:100px;height:32px;margin-top: 10px;margin-left: 10px;background-color: #F88E8B;color:white;line-height: 32px;text-align: center;cursor: pointer;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content3 .center .left .submit:HOVER{
	width:120px;height:35px;line-height: 35px;background-color: red;
}
.content3 .center .right{width:40%;float: right;height:100%;}
.content3 .center .right .c_info{border-left: 1px solid #e8e8e8;width:100%;height:200px;padding: 40px;line-height:30px;}
.content3 .center .right .c_info .name{font-size: 22px;font-weight: bold;}
.content3 .center .right .map{
	width:100%;height:300px;background-color: #ececec;line-height: 300px;text-align: center;margin-left: 5px;
}
.content3 .center .right .show{width:100%;background-color: white;padding:20px;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content3 .center .right .active{margin-top: 0px;}


