﻿body {
    padding-top: 50px;
}
table{

    line-height:30px;
}
marquee{
font-size:18px;
}
.online {
    width: 244px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #c1d62e;
    border-radius: 7px;
    color: #000;
    font-family: LatoBold;
    font-size: 22px;
    margin: 0px auto 15px auto;
}

header {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
}
.header_top {
    /*padding: 10px 0px;*/
    line-height: 32px;
    color: #FBF8F8;
    border-bottom: none;
   /* border-top: 1px solid #545454;*/
}

.header_top_left {
    float: none;
    text-align: center;
    padding-bottom: 10px;
}

.header_top_right {
    float: none;
    text-align: center;
}
.header_top_left span {
    margin: 0px;
    display: block;
}
    .header_top_left span a {
        color: #FBF8F8;
    }
    .lb-box {
    width: 100%;
    height: 0;
    padding-bottom: 46.87%;
    background-color: #ddd;
}
.carousel-control {
    width: 10%;
}
.carousel-indicators {
    bottom: 10px;
}
.lb-img {
    width: 100%;
}
.carousel-indicators li {
    margin-left: 5px;
}
.carousel-indicators li:nth-child(1) {
    margin-left: 1px !important;
}
.carousel-indicators li.active {
    margin-left: 5px;
}

.about-box {
    width: 100%;
    padding: 30px 0 0 0;
}
.about-img {
    width: 100%;
    margin: 17px 0px;
}
.about-box h3 {
    font-family: Pacifico;
    font-size: 26px;
}
.about-box h2 {
    font-size: 30px;
    font-weight: bold;
}
.about-box p {
    font-weight: bold;
    color: #666;
}
.about-box button {
    margin-top: 30px;
}

.special-box {
    width: 100%;
    padding: 30px 0;
}
.special-img {
    width: 100%;
    height: 0;
    padding-bottom: 82.08%;
    background: url('/images/home/special1.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.special-img .special-img-box {
    width: 90%;
    height: 99%;
    position: absolute;
    top: 5%;
    left: -85%;
    padding: 20px 40px;
    background-color: #eee;
}
.special-img-box h3 {
    font-family: Pacifico;
    font-size: 26px;
}
.special-img-box h2 {
    font-size: 26px;
    font-weight: bold;
}
.special-img-box p {
    /*font-weight: bold;*/
    color: rgb(253, 249, 249); 
    font-size:17px;
}

.contact-box {
    width: 100%;
    background-color: #000;
    overflow: hidden;
}
.contact-box h3 {
    text-align: center;
    font-family: Pacifico;
    font-size: 26px;
    color:#fff;
}
.contact-box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#fff;
}
.map {
    width: 100%;
    height: 350px;
    background-color: #bbb;
}

.time-box {
    width: 100%;
    background-color: #000;
    position: relative;
    padding: 20px 0 30px 0;
}
.time-img {
    width: 150px;
    height: 95px;
    position: absolute;
    bottom: 50px;
    left: 30px;
}
.time-box h3 {
    text-align: center;
    font-family: Pacifico;
    font-size: 26px;
    color: #fff;
    margin-bottom: 50px;
}
.time-box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
     margin-left: 5px;
}
.time-box h5 {
    color: #fff;
    /*text-align: center;*/
    font-size: 15px;
    margin-left: 5px;
}
.second-bar {
    margin-top: 15px;
}

.send-message h3 {
    text-align: left;
}
.send-message input {
    background-color: #323232;
    border: none;
    margin-bottom: 15px;
    color: #fff;
}
.send-message textarea {
    height: 80px;
    color: #fff;
    background-color: #323232;
    border: none;
    margin-bottom: 15px;
    resize: none;
}
.send-message button {
    padding: 6px 20px;
    background-color: #c1d62e;
    border-color: #c1d62e;
    color: #000;
}

.openBottom-img {
    width: 325px;
    height: 70px;
    display: block;
    margin: auto;
}

/* PC端 */
@media (min-width: 768px) {
    .about-box {
        /*background: url('/images/home/about_bg.jpg') no-repeat;*/
        background-size: 100% 100%;
    }

    .special-box {
        background: url('/images/home/special_bg.jpg') no-repeat;
        background-size: 100% 100%;
    }

    .float_right {
        float: right;
        margin-right: 30px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }

    .about-box {
        background-color: #000;
        color: darkgray;
    }
    .about-box h3 {
        text-align: center;
    }
    .about-box h2 {
        text-align: center;
    }

    .special-box {
        /*background-color: #ddd;*/
        padding-top: 0px;
    }
    .special-img-box {
        width: 100%;
        padding: 20px 0;
        color:#fff;
    }
    .special-img-box h3 {
        text-align: center;
    }
    .special-img-box h2 {
        text-align: center;
    }

    .time-box h3 {
        margin-bottom: 30px;
    }
    .send-message h3 {
        text-align: center;
    }
    .time-box .one-bar {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .send-message button {
        width: 100%;
    }
}
 a {
            text-decoration: none;
            color: white;
        }

            a:hover {
                color: hotpink;
            }

            a:active {
                color: orangered;
            }
			.header_top_right .at-icon-wrapper
			{
			line-height: 33px !important;
            height: 30px !important;
            width: 30px !important;
			text-align: center !important;
			margin-top: 7px;
			    margin-left: 10px;
				}
			.at-icon {
 			width:22px !important;
 			height:33px !important;
	
			}