/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Globals
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Template
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
body {
	overflow-x: hidden;
	position: relative;
	height: 100%;
}
#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.buttons {
	text-align: center;
}
.buttons button {
	display: inline-block;
	color: #fff;
	background-color: #333333;
	padding: 0;
}
.buttons button:hover,
.buttons button.active {
    background-color: #3184a1
}
.buttons button:focus {
    outline: none
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
	position: fixed;
	z-index: 100;
	background-color: #67b5d1;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu a {
    font-weight: 300;
    color: #fff;
}
button.close-menu {
	background-color: #67b5d1;
	color: #fff;
}
button.close-menu:focus {
    outline: none
}
/* slide menu left and right, push menu left and right */
nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
    top: 0;
    width: 300px;
    height: 100%;
}
nav.slide-menu-left li,
nav.slide-menu-right li,
nav.push-menu-left li,
nav.push-menu-right li {
    display: block;
    text-align: center;
    border-bottom: solid 1px #3184a1;
    border-top: solid 1px #b5dbe9;
}
nav.slide-menu-left li:first-child,
nav.slide-menu-right li:first-child,
nav.push-menu-left li:first-child,
nav.push-menu-right li:first-child {
    border-top: none
}
nav.slide-menu-left li:last-child,
nav.slide-menu-right li:last-child,
nav.push-menu-left li:last-child,
nav.push-menu-right li:last-child {
    border-bottom: none
}
nav.slide-menu-left a,
nav.slide-menu-right a,
nav.push-menu-left a,
nav.push-menu-right a {
    display: block;
    padding: 10px;
    font-size: 18px;
}
nav.slide-menu-left button.close-menu,
nav.slide-menu-right button.close-menu,
nav.push-menu-left button.close-menu,
nav.push-menu-right button.close-menu {
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3184a1;
    color: #fff;
}
nav.slide-menu-left,
nav.push-menu-left {
    left: -300px
}
nav.slide-menu-right,
nav.push-menu-right {
    right: -300px
}
body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
    left: 0
}
body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
    right: 0
}
body.pml-open #wrapper {
    left: 300px
}
body.pmr-open #wrapper {
    left: -300px
}
/* slide menu top and bottom */
nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
	left: 0;
	width: 100%;
	height: 300px;
}
nav.slide-menu-top ul,
nav.slide-menu-bottom ul,
nav.push-menu-top ul,
nav.push-menu-bottom ul {
    text-align: center;
    padding: 25px 0 0 0;
}
nav.slide-menu-top li,
nav.slide-menu-bottom li,
nav.push-menu-top li,
nav.push-menu-bottom li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
nav.slide-menu-top a,
nav.slide-menu-bottom a,
nav.push-menu-top a,
nav.push-menu-bottom a {
	display: block;
	line-height: 20px;
	font-size: 14px;
}
nav.slide-menu-top button.close-menu,
nav.slide-menu-bottom button.close-menu,
nav.push-menu-top button.close-menu,
nav.push-menu-bottom button.close-menu {
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 0px;
}
nav.slide-menu-top,
nav.push-menu-top {
	top: -300px
}
nav.slide-menu-bottom,
nav.push-menu-bottom {
    bottom: -100px
}
body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
    top: 0
}
body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
    bottom: 0
}
body.pmt-open #wrapper {
    top: 100px
}
body.pmb-open #wrapper {
    top: -100px
}
.eventBox{
	width:100%;
	max-width:500px;
	background-color:rgba(0,0,0,0.5);
	padding: 80px 20px 30px 20px;
	}
.eventBox img {
	width: 100%;
}

.logo_wrap{
	display:inline;
	position:absolute;
	z-index:1000;
	width: 80px;
	margin: 10px;
	left: 0px;
	}
.btn_wrap{
	display: inline-block;
	width:219px;
	margin-left: -5px;
	}
.btn_wrap_br{
	display: inline-block;
	width:172px;
	margin-left: -5px;
	}
.head_txt{
	margin:0 auto;
	width: 400px;
	height: 30px;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
	
.callbtn{
	border:none;
	background-color:transparent;
	padding:0;
	height: 42px;
	width:96px;
	background:url(../images/201507fat/t_counselBtn.png) 0 0 no-repeat;
}	
.input{
		max-width:100%;
		margin:0 auto;
	}
.username, .userhp1,.userhp2, .userhp3{
	padding: 5px;
	}
.username{
	width:80px;
	height: 24px;
}
.userhp1{
	width: 35px;
	height: 24px;

	}
.userhp2, .userhp3{
	width: 45px;
	height: 24px;

}



.header .left{
float:left;
}
.close_btn{
	position:absolute;
	right:5px;
	top: 0px;

}
.mapBox{
	width:350px;
	height:600px;
	float:left
}
.mapBox2{
width:450px;
float:left;
}
.form{
	width:585px;
	height: 142px;
	text-align:right;
	position: relative;
	color: #FFFFFF;
	display: inline-block;
	margin: 5px 0 0 0;	
}
.form_br{
	width:670px;
	height: 142px;
	text-align:right;
	position: relative;
	color: #FFFFFF;
	display: inline-block;
	margin: 5px 0 0 0;	
}
.form ul li,.form_br ul li{
	float:left;
	padding: 0 0 0 10px;
	display: inline-block;
	position: relative;
}
.form ul li.writeline, .form_br ul li.writeline{
	border-bottom:2px solid #6d70df;
}
.form ul li input,.form_br ul li input{
	border:none;
	background-color:rgba(0,0,0,0);
	color:white;
	font-size:16px;
	font-weight:bold;
}

.form ul li input[type=button], .form_br ul li input[type=button]{
	border:none;
	border-radius:50px;
	background-color:none;
	cursor: pointer;
	font-weight:bold;
	color:transparent;
	font-size:0px;
}
@media all and (max-width:750px) { 
.btn_wrap{
display:none;
}
.form ul li{
	float:none;
	
	display: block;
	
	width:100%;
}
.form ul li:first-child{
float:left;
s
}
.form{
	width:100%;
	
	
	color: #FFFFFF;
}
}
/*Ãß°¡Å¬·¡½º*/
.headerW{ width:1000px; margin:0 auto; height:142px; overflow:hidden; line-height:0;}
.logoW{display:inline-block; float:left; width:348px;}
.logoW_br{display:inline-block; float:left; width:299px;}
.urologo{ float: left; width:124px;display:inline-block;}
.sendbox{ margin:12px 0 0 10px;}
.sendbox_br{ margin:12px 0 0 0;}
.personinfo{ clear:both;  margin: -5px 0 0 0;}
.personinfo input,.personinfo img{vertical-align:middle;}
#fp-nav.right{  right: 50px;}
#fp-nav {  top: 40%;}

.intro,.part2,.part3,.part4,.part5,.part6,.part7,.part8,.part9,.part10,.part2_br,.part4_br{height: 1160px; padding-top:202px;}

.intro{ background:url(../images/201507fat/section1_bg.png) 50% 0 no-repeat;}
.part2{ background:url(../images/201507fat/section2_bg.png) 50% 0 no-repeat;}
.part3{ background:url(../images/201507fat/section3_bg.png) 50% 0 no-repeat;}
.part4{ background:url(../images/201507fat/section4_bg.png) 50% 0 no-repeat;}
.part5{ background:url(../images/201507fat/section5_bg.png) 50% 0 no-repeat;}
.part6{ background:url(../images/201507fat/section6_bg.png) 50% 0 no-repeat;}
.part7{ background:url(../images/201507fat/section7_bg.png) 50% 0 no-repeat;}
.part8{ background:url(../images/201507fat/section8_bg.png) 50% 0 no-repeat;}
.part9{ background:url(../images/201507fat/section8_bg.png) 50% 0 no-repeat;}
.part10{ background:url(../images/201507fat/section9_bg.png) 50% 0 no-repeat;}

.part2_br{ background:url(../images/201507fat/section2_bg_br.png) 50% 0 no-repeat;}
.part4_br{ background:url(../images/201507fat/section4_bg_br.png) 50% 0 no-repeat;}

.form_br ul li select{
	border:none;
	background-color:#3d40ab;
	color:white;
	font-size:16px;
	font-weight:bold;
}

.branch{
	border:none;
	width:80px;
	height:24px;
}