@charset "utf-8";
body,
h2,
ul,
h4,
h3,
p,
h5,
img,
div {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
}

h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    
}

ul,
li {
    list-style: outside none none;
}

.main {
    width: 640px;
    height: auto;
    margin: 0 auto;
    background: #fffcf7;
}

.top_logo {
    background: #fff;
    width: 100%;
    height: 119px;
}

.logo {
    margin: 30px 0 0 25px;
    height: 80px;
    display: block;
    float: left;
}

.iconfont {
    color: #a3a3a3;
}

.nav_bar {
    float: left;
    width: 70px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-top: 30px;
}

.nav_bar .icon-daohanglan {
    width: 20px;
    height: 20px;
    font-size: 22px;
    display: inline-block;
    color: #a3a3a3;
}

.nav {
    width: 300px;
    height: 547px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 119px;
    z-index: 99;
	display:none;
}

.nav .nav_logo {
    background: #51cfcb;
    width: 100%;
    height: 57px;
    display: block;
}

.nav_logo img {
    width: 191px;
    height: 43px;
    line-height: 57px;
    margin: 7px 54px;
}

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

.nav_list ul li {
    margin-top: 5px;
    border-bottom: 1px solid #e9e9e9;
    height: 43px;
    line-height: 43px;
}

.nav_title {
    width: 255px;
    margin: 0 22px;
    position: relative;
}

.nav_title a {
    display: block;
    color: #666;
    font-size: 18px;
}

.nav_title .icon {
    color: #51cfcb;
    font-size: 18px;
}

.nav_title .icon-right {
    position: absolute;
    right: 0;
}

.hotline {
    border-radius: 10px;
    background: linear-gradient(to top, #fd9c05, #ff7c0f);
    width: 267px;
    height: 47px;
    margin: 0 auto;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 19px;
}

.hotline span {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 23px;
}

.header_info {
    background: #51cfcb;
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #fff;
    position: relative;
    font-size: 22px;
    z-index: 1;
}

.header_info span {
    margin-left: 15px;
    float: left;
}

.header_info .tel_phone {
    float: left;
    margin-right: 10px;
}

.tel_phone img {
   
    height: 30px;
    margin: 13px 10px;
    float: left;
}

.tel_phone p {
    display: inline;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
}

.title {
    width: 100%;
    height: 84px;
    background-image: url(../img/title_bg.jpg);
    margin: 30px auto 10px auto;
    text-align: center;
}

.title h2 {
    color: #585858;
    font-size: 40px;
}

.title span {
    color: #989797;
    font-size: 16px;
}

.route {
    width: 602px;
    height: auto;
    background: #fff;
    margin: 30px auto;
    text-align: justify;
}

.route .route_ink {
    padding: 35px 40px;
}

.route h2 {
    font-size: 20px;
    font-weight: 550;
    color: #585858;
    text-align: center;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px;
}

.route small {
    font-weight: normal;
    font-size: 16px;
    line-height: 80px;
    display: block;
    color: #808080;
}

.route_ink p {
    
    font-size: 16px;
    color: #585858;
    line-height: 40px;
}

.route .route_btn {
    margin-top: 30px;
    display: block;
    text-align: center;
}

.route .route_btn a {
    width: 210px;
    height: 55px;
    background: #48c6c2;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    line-height: 55px;
    font-size: 25px;
    margin: 0 15px;
}

.route .route_btn .route_btn_right {
    background: #a1a1a1;
}

.route .travel_mode {
    width: 565px;
    height: 65px;
    padding-top: 30px;
    margin-left: 20px;
}

.route .iconfont {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #51cfcb;
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    float: left;
}

.route .mode_name {
    width: 180px;
    border: 1px dashed #51cfcb;
    border-radius: 2px;
    font-size: 25px;
    font-weight: bold;
    color: #51cfcb;
    display: block;
    line-height: 38px;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-left: -10px;
}

.route .route_details {
    color: #666564;
    font-size: 20px;
    width: 565px;
    margin-left: 20px;
    margin-top: 10px;
}

.route .route_details p {
    margin-top: 10px;
}

.route .route_details span {
    color: #51cfcb;
}

.route .dividing_line {
    width: 565px;
    border: 1px dashed #939393;
    margin: 20px auto;
}

.route .bus_details {
    width: 565px;
    margin: 10px auto;
    color: #666564;
}

.route .bus_details span {
    font-size: 22px;
    font-weight: 550;
    float: left;
    height: 90px;
}

.route .bus_details p {
    font-size: 19px;
    padding-top: 3px;
}

.route .bus_details_info {
    margin-top: 15px;
}

.route .other_route {
    width: 565px;
    margin: 10px auto;
    font-size: 21px;
}

.route .other_route span {
    color: #51cfcb;
}

.route .route_campus .campus_tle {
    color: #666564;
    margin: 10px auto;
    font-weight: 550;
}

.route_campus li {
    margin: 15px auto;
}

.route_campus li p {
    color: #666564;
    font-size: 19px;
    margin-top: 10px;
    line-height: 30px;
}

.dynamics {
    width: 602px;
    height: 117px;
    background: #fff;
    border-radius: 10px;
    margin: 20px auto;
    line-height: 117px;
    position: relative;
}

.dynamics .dynamics_news {
    width: 165px;
    height: 65px;
    border-right: 1px dashed #ccc;
    margin: 26px 10px;
    position: absolute;
}

.dynamics_news img {
    width: 142px;
    height: 54px;
    line-height: 65px;
    padding: 5px 5px;
}

.dynamics .dy_service ul {
    margin-left: 200px;
    width: 370px;
    height: 65px;
    padding-top: 30px;
}

.dynamics .dy_service li a {
    width: px;
    height: 65px;
    display: block;
    float: left;
    line-height: 65px;
}

.dynamics .dy_service .iconfont {
    background: #4bc9c5;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    color: #fff;
    border: none;
    display: block;
    float: left;
}

.dynamics .dy_service span {
    color: #66afac;
    float: left;
    font-size: 26px;
    display: block;
    margin-left: 17px;
}

.reservation {
    width: 602px;
    height: 695px;
    background: #fff;
    margin: 15px auto;
    text-align: center;
}

.reservation h2 {
    color: #51cfcb;
    width: 550px;
    height: 90px;
    margin: 40px 26px;
    line-height: 90px;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    font-size: 45px;
    font-weight: 550;
}

.reservation ul {
    width: 535px;
    height: 430px;
    margin: 10px auto;
}

.reservation li {
    width: 100%;
    height: 73px;
    line-height: 73px;
    margin-top: 15px;
    position: relative;
}

.reservation li span {
    font-size: 25px;
    color: #666;
}

.reservation li .text {
    width: 390px;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #f9fbfb;
    font-size: 20px;
    margin-left: 10px;
    padding-left: 10px;
    color: #b8baba;
}

.reservation li .yytime {
    background: url(../img/date_icon.png) no-repeat 350px -5px;
}

.reservation li input:placeholder-shown {
    color: #b8baba;
    font-size: 20px;
    opacity: 0.5;
    padding-left: 10px;
}

.reservation .icon-down-fill {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 20px;
}

.reservation .res_project {
    width: 402px;
    height: 58px;
    border-radius: 10px;
    border: 0.5px solid #ccc;
    background: url(../img/arrow.png) no-repeat 355px -5px;
    background-color: #f9fbfb;
    font-size: 20px;
    margin-left: 10px;
    -webkit-appearance: none;
    color: #b8baba;
    padding-left: 10px;
}

.sub_button {
    width: 475px;
    height: 75px;
    margin: 10px auto;
    line-height: 75px;
}

.sub_button .sub_button_list {
    width: 210px;
    height: 57px;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
    border: none;
    text-align: center;
}

.sub_button .submit {
    background: #4ccac6;
}

.sub_button .reset {
    background: #a3a3a3;
}

.media_report {
    width: 602px;
    height: 572px;
    background: #fff;
    margin: 0 auto;
}

.media_report .column {
    width: 552px;
    height: 67px;
    border-bottom: 1px solid #a3a3a3;
    margin: 0 auto;
    padding-top: 15px;
}

.media_report .column li {
    width: 180px;
    float: left;
    font-size: 30px;
    line-height: 67px;
    text-align: center;
}

.media_report .column .active {
    color: #51cfcb;
    font-weight: bold;
    border-bottom: 2px solid #51cfcb;
}

.media_report .content {
    width: 552px;
    height: 448px;
    margin: 20px auto;
    display: none;
}

.media_report .show {
    display: block;
}

.media_report .content li {
    width: 100%;
    height: 140px;
    margin: 25px auto;
}

.media_report .content li a {
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.media_report .content li a img {
    width: 176px;
    height: 125px;
    float: left;
    margin-top: 2.5px;
    margin-left: 5px;
}

.media_report .content li a span {
    width: 270px;
    height: 125px;
    color: #666;
    float: left;
    margin-left: 20px;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    margin-top: 36px;
    font-size: 25px;
}

.media_report .content .icon-pinglun {
    font-size: 30px;
    margin-top: 100px;
    float: left;
    margin-left: 20px;
}

.line {
    width: 552px;
    height: 1px;
    background: #666;
    margin-top: 10px;
    position: relative;
}

.image_show {
    width: 602px;
    height: 258px;
    margin: 25px auto;
}

.image_show li {
    width: 301px;
    height: 129px;
    display: block;
    float: left;
    line-height: 129px;
    text-align: center;
    font-size: 30px;
}

.image_show .iconfont {
    font-size: 30px;
    color: #fff;
}

.image_show li:nth-child(1) {
    background: url(../img/image1.jpg);
}

.image_show li:nth-child(2) {
    background: url(../img/image2.jpg);
}

.image_show li:nth-child(3) {
    background: url(../img/image3.jpg);
}

.image_show li:nth-child(4) {
    background: url(../img/image4.jpg);
}

.footer {
    width: 602px;
    height: 150px;
    margin: 20px auto;
    color: #bf7457eb;
}

.footer p {
    font-size: 21px;
    text-align: center;
    margin: 7px auto;
}

.foot_nav {
    width: 100%;
    height: 130px;
    background: #fff;
    margin: 20px auto;
}

.foot_nav ul {
    width: 100%;
    height: 110px;
}

.foot_nav ul li a {
    width: 105px;
    height: 105px;
    float: left;
    margin-left: 18px;
    line-height: 100px;
    text-align: center;
    display: block;
}

.foot_nav a .iconfont {
    font-size: 40px;
    color: #159c98;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 30px;
}

.foot_nav a p {
    font-size: 22px;
    float: left;
    width: 90px;
    height: 30px;
    margin-left: 5px;
    color: #666564;
}