
body{
	margin: 0;
	padding: 0;
}

body{
	background-color: white; 
	font-family:"Microsoft YaHei";
}

.nav{
	width: 100%;
	height: 100px;
	border-bottom: 3px solid #196BA9;
}

.nav_content{
	width: 90%;
	height: 100px;
	margin: 0 auto;
}

.nav_left{
	width: 15%;
	height: 85px;
	float: left;
	padding-top: 15px;
}

.nav_mid{
	width: 50%;
	float: left;
	height: 80px;
	padding-top: 20px;
	text-align: center;
}

.nav_mid {
    text-align:center;
}
.nav_mid ul {
    display:inline-block;
}
.nav_mid li {
    float:left;
}
.nav_mid li + li {
    margin-left:20px;
}



.nav_mid li{
	float: left;
	list-style-type: none;
	width: 100px;
	text-align: center;
	line-height: 30px;
}

.nav_mid li a{
	color: #000000;
}

.nav_mid a:link{
	font-size: 1.2em;
	text-decoration: none;
	font-family: "微软雅黑";
}

.nav_mid a:visited{
	background-color: #196BA9;
}

.nav_mid a:hover, .nav_mid a:active{
	font-size: 1.2em;
	background-color: #196BA9;
	text-decoration: none;
	font-family: "微软雅黑";
	color: white; 
	border-radius:15px;
	display: block;
}


.show_4{
	font-size: 1.2em;
	background-color: #196BA9;
	text-decoration: none;
	font-family: "微软雅黑";
	color: white; 
	border-radius:15px;
	display: block;
}




.nav_right{
	//width: 25%;
	float: right;
	height: 100px;
	text-align: center;
}



.teacher{
	width: 100px;
    height: 30px;
    background: #E6433E;
    border: 2px solid #E6433E;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    vertical-align: middle;
    outline:none;
    margin-top: 38px;
    //margin-left: 60px;
    border-radius: 16px;
}

input[class="teacher"]:hover {
    background: #dc143c;
    border: 2px solid #DC143C;
}

.student{
	width: 100px;
    height: 30px;
    background: #2790CA;
    border: 2px solid #2790CA;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    vertical-align: middle;
    outline:none;
    margin-top: 38px;
    margin-left: 10px;
    border-radius: 16px;
}

input[class="student"]:hover {
    background: #00497d;
    border: 2px solid #00497d;
}

.pagein{
	width: 100px;
    height: 30px;
    background: #8ab735;
    border: 2px solid #8ab735;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    vertical-align: middle;
    outline:none;
    margin-top: 38px;
    margin-left: 10px;
    border-radius: 16px;
}

input[class="pagein"]:hover {
    background: #649606;
    border: 2px solid #649606;
}

/*nav end*/

.ad{
	width: 100%;
}

.white{
	width: 100%;
	height: 80px;
}

.white_smoke{
	width: 100%;
	height: 450px;
	background-color: whitesmoke;
	padding-top: 50px;
}

.three{
	height: 400px;
	width: 1200px;
	background-color: #AEC1CC;
	margin: 0 auto;
}


.three img{
	width: 400px;
	height: 400px;
}

.three_1{
	height: 400px;
	width: 400px;
	float: left;
	background-image: url(../image/contact2.jpg);
}

.three_1 a:hover ,.three_2 a:hover,.three_3 a:hover {
	background-image: url(../image/contact8.png);
}

.three_2{
	height: 400px;
	width: 400px;
	float: left;
}

.three_3{
	height: 400px;
	width: 400px;
	float: left;
}

.address{
	height: 400px;
	width: 100%;
	margin-top: 100px;
}

.address_title{
	height: 50px;
	width: 100%;
	text-align: center;
}

.map{
	height: 340px;
	width: 80%;
	margin: 0 auto;
}

.map_left{
	height: 220px;
	width: 50%;
	float: left;
	margin-top: 60px;
}

.map_right{
	height: 340px;
	width: 50%;
	float: right;
}

.map_right p{
	font-family: "微软雅黑";
	font-size: 1.2em;
	color: gray;
}





.shanghai{
	width: 100%;
	height: 170px;
}

.shanghai_left{
	width: 70px;
	height: 70px;
	padding-top: 70px;
	float: left;
	text-align:center;
}

.shanghai_right{
	width: 85%;
	height: 80px;
	float: left;
	font-family: "微软雅黑";
	font-size: 1.2em;
	color: gray;
	padding-top: 70px;
}


.chengdu{
	width: 100%;
	height: 160px;
	padding-top: 10px;
}

.chengdu_left{
	width: 70px;
	height: 140px;
	text-align:center;
	float: left;
}

.chengdu_right{
	width: 85%;
	height: 160px;
	float: left;
	font-family: "微软雅黑";
	font-size: 1.2em;
	color: gray;
}

.copyrights{
	height: 200px;
	width: 100%;
	background-color: #666666;
}


.copy_content{
	width: 80%;
	height: 200px;
	margin: 0 auto;
}

.copy_left{
	float: left;
	color: white;
	line-height: 15px;
	margin: 0 auto;
	height: 170px;
	width: 90%;
	padding-top: 30px;
}

.copy_right{
	float: right;
	width: 10%;
	height: 200px;
}

.link{
	font-family: "微软雅黑";
	font-size: 1.2em;
}

.link a:link, .link a:visited {
    color: white;
    text-decoration:none;
}    

.link a:hover, .link a:active {
    color:#000000;
    text-decoration:none;
}

a:focus{outline:none;}

.copy{
	font-family: "微软雅黑";
	font-size: 1.2em;
}


.copy a{
	text-decoration: none;
	color: white;
}


.phone_nav{
	display: none;
}

.pcopy{
	display: none;
}














