@import url(../system/css/editor.css);
@charset "utf-8";
@import url(reset.css);
@import url(editor.css);
@import url(basic.css);
@import url(btn.css);
@import url(icons.css);
#frm{
	display:none;
}
/********************** header ***********************/
header {
    border-bottom: 2px solid #E40011;
    background: #FFF;
}
.header-title {
    float: left;
    padding-top: 42px;
}
.header-title .logo {
    background: url(../images/logo.png) no-repeat;
    width: 312px;
    height: 73px;
    background-size: contain;
}
.header-title .logo:hover {
    opacity: .7;
}
.header-title small {
    font-size: 12px;
    color: #9D9D9D;
    font-style: italic;
    font-weight: normal;
}
.share {
    position: absolute;
    right: 15px;
    top: 30px;
}
.btn.toggle-menu {
    display: none;
    border: 1px solid #333;
    padding: 7px;
}
.btn.toggle-menu:hover,
.menu-open .btn.toggle-menu {
    border-color: #E40011;
}
.btn.toggle-menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
}
.btn.toggle-menu:hover .icon-bar,
.menu-open .btn.toggle-menu .icon-bar {
    background: #E40011;
}
.btn.toggle-menu .icon-bar+.icon-bar {
    margin-top: 4px;
}
header nav {
    float: right;
    padding-top: 82px;
}
.menu {
    font-size: 20px;
    margin: 0 -16px;
    text-align: center;
}
.menu li {
    position: relative;
}
.menu li a {
    display: block;
}
.menu > li > a {
    font-weight: bold;
    color: #555;
    padding: 0 15px;
    margin-bottom: 10px;
}
.menu > li > a:hover,
.menu > li.active > a {
    color: #E40011;
}
.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    margin-top: -10px;
    z-index: 600;
    display: none;
}
.menu > li > ul li {
    border-bottom: 1px solid #555;
}
.menu > li > ul li a {
    color: #333;
    font-size: 15px;
    text-align: center;
    padding: 8px;
    background: #fff;
    background: rgba(255,255,255,0.85);
}
.menu > li > ul li a:hover {
    background: #fff;
    color: #000;
    font-weight: bold;
}
.menu .schedule-link {
    position: absolute;
    right: 160px;
    top: 30px;
}
.menu .schedule-link a {
    color: #555;
}
.menu .schedule-link a:hover {
    color: #E40011;
    text-decoration: underline;
}
.menu .nbtn{
    position: absolute;
    right: 260px;
    top: 30px;
    width: 170px;
}

/********************** floating ***********************/
.gotop {
    display: block;
    text-align: center;
    padding: 22px 0;
}
.gotop .icon {
    background-image: url(../images/gotop.png);
    width: 42px;
    height: 42px;
}
.gotop:hover .icon {
    background-position: 0 100%;
}
/********************** footer ***********************/
footer {
    background: #222;
    color: #999;
    padding: 54px 0 40px;
    font-size: 13px;
}
footer a:hover {
    color: #eee;
    text-decoration: underline;
}
footer .container {
    background: url(../images/footer_logo.png) no-repeat 15px 0;
    padding-top: 88px;
}
footer .row {
    margin: 0 -15px;
}
footer .col {
    float: left;
    border-right: 1px dotted #555;
    min-height: 254px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
footer .site-info {
    width: 26%;
}
footer .site-map {
    width: 25%;
    text-align: center;
}
footer .site-map ul {
    max-width: 50%;
    list-style-image: url(../images/list.png);
    list-style-position: inside;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
footer .site-map ul li {
    text-indent: -15px;
    padding-left: 15px;
}
footer .others {
    border-right: 0;
    width: 49%;
}
footer .links {
    float: left;
    width: 50%;
    text-align: right;
}
footer .links a {
    margin-bottom: 20px;
    display: inline-block;
}
footer .links a + a {
    margin-left: 20px;
}
footer .other-info {
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
footer .newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}
footer .newsletter .input-wrap {
    margin-bottom: 10px;
}
footer .newsletter .form-control {
    border: 0;
    width: 100%;
    line-height: 20px;
    padding: 7px;
    color: #666;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
footer .newsletter .btn {
    background: rgb(228,0,17); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(228,0,17,1) 0%, rgba(157,2,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,0,17,1)), color-stop(100%,rgba(157,2,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(228,0,17,1) 0%,rgba(157,2,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(228,0,17,1) 0%,rgba(157,2,14,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(228,0,17,1) 0%,rgba(157,2,14,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(228,0,17,1) 0%,rgba(157,2,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40011', endColorstr='#9d020e',GradientType=0 ); /* IE6-9 */
    width: 68px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
footer .newsletter .btn:hover {
    background: rgb(166,130,91); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(166,130,91,1) 0%, rgba(138,108,74,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,130,91,1)), color-stop(100%,rgba(138,108,74,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(166,130,91,1) 0%,rgba(138,108,74,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(166,130,91,1) 0%,rgba(138,108,74,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(166,130,91,1) 0%,rgba(138,108,74,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(166,130,91,1) 0%,rgba(138,108,74,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6825b', endColorstr='#8a6c4a',GradientType=0 ); /* IE6-9 */
}
footer .copyright {
    color: #545454;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0;
}
footer .copyright a {
    color: #545454;
}
footer .copyright a:hover {
    color: #aaa;
}

/********************** main ***********************/
.main-title {
    background: url(../images/banner.jpg) no-repeat 28% 0;
    border-bottom: 1px solid #bfbfbf;
}
.main-title h1 {
    font-size: 40px;
    color: #fff;
    height: 190px;
    padding-top: 70px;
    line-height: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.main-title h1 small {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
    line-height: 26px;
    border-left: 1px solid #fff;
    margin: 0 0 8px 15px;
}
.main-title h2 {
    text-align: center;
    color: #C09769;
    font-size: 22px;
    line-height: 82px;
}
.breadcrumb {
    position: absolute;
    right: 15px;
    top: 190px;
    background: url(../images/breadcrumb_bg.png) no-repeat;
    width: 120px;
    height: 61px;
    margin-top: -61px;
    padding: 30px 0 0;
    text-align: center;
    font-size: 13px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.breadcrumb li {
    color: #555;
}
.breadcrumb li+li:before {
    content: "|";
    margin: 0 4px;
}

.content {
    padding: 48px 0 65px;
    border-bottom: 1px solid #bfbfbf;
}

.btn-box {
    padding-top: 66px;
}

/********************** pagination ***********************/
.pagination {
    text-align: center;
    font-size: 15px;
}
.pagination li {
    display: inline-block;
    margin: 0 8px;
}
.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    color: #B0000D;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #B0000D;
}
.pagination li .controls:hover {
    background-color: transparent;
}
.pagination li .icon {
    text-indent: -9999px;
    background: url(../images/pager_arrow.png) no-repeat;
    width:  15px;
    height: 15px;
}
.pagination li .icon.prev { background-position:    0 100%; }
.pagination li .icon.next { background-position: 100% 100%; }

.fixed-line-btn{
    position: fixed;
    bottom: 25%;
    right: 25px;
    z-index: 99;
    width: 65px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
}
.fixed-line-btn:hover{
    opacity: 0.9;
}
@media screen and (max-width: 1500px) {
    footer .col {
        width: 30%;
    }
    footer .others,
    footer .links {
        width: 40%;
    }
    footer .other-info {
        width: 60%;
    }
	
    footer .links .qr{
		clear:both;
		padding:0;
		margin-bottom:20px;
		width: 43%;

    }
	
	
	
}
@media screen and (max-width: 1300px) {
    header nav {
        float: none;
        padding-top: 15px;
    }
    .header-title {
        float: none;
    }
    .share,
    .menu .schedule-link {
        top: 86px;
    }
	
	
}


@media screen and (max-width: 1200px) {
	    footer .col,
    footer .links,
    footer .other-info {
        width: 50%;
    }
    footer .others {
        float: none;
        width: auto;
        clear: both;
        padding-top: 30px;
    }
    footer .links,
    footer .site-map {
        text-align: left;
    }
    footer .other-info {
        border-left: 1px dotted #555;
    }
    footer .newsletter .btn {
        width: 120px;
    }
	
	    footer .links .qr{
		padding:0;
		margin-bottom:20px;
		width:auto;

    }
	
	   footer .links .fb{
		   width:420px;
		   margin:0 auto;
		}
	
	
	
}


@media screen and (max-width: 960px) {
    footer .col,
    footer .links,
    footer .other-info {
        width: 50%;
    }
    footer .others {
        float: none;
        width: auto;
        clear: both;
        padding-top: 30px;
    }
    footer .links,
    footer .site-map {
        text-align: left;
    }
    footer .other-info {
        border-left: 1px dotted #555;
    }
    footer .newsletter .btn {
        width: 120px;
    }

}
@media screen and (max-width: 767px) {
    .header-title {
        padding-top: 16px;
    }
    .header-title .logo {
        background-size: 100% auto;
        width: 210px;
        height: 91px;
    }
    .share {
        top: 70px;
        right: 80px;
    }
    .menu .schedule-link {
        top: 30px;
        right: 18px;
    }
    .btn.toggle-menu {
        display: block;
        position: absolute;
        right: 18px;
        top: 70px;
    }
    header nav {
        margin: 0 -15px;
    }
    .menu {
        display: none;
        margin: 0;
        border-top: 1px solid #666;
        clear: both;
    }
    .menu li {
        display: block;
        text-align: center;
        width: auto;
        margin: 0;
    }
    .menu > li > a {
        font-weight: bold;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .menu > li > a:hover,
    .menu > li.active > a {
        color: #fff;
        background: #222;
    }
    .menu > li > ul {
        position: static;
        width: auto;
        margin-left: 0;
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .menu .schedule-link {
        position: static;
    }
    .fixed-line-btn {
        bottom: 20px;
        right: 20px;
        width: 50px;
    }
}
@media screen and (max-width: 639px) {
    footer .col,
    footer .links,
    footer .other-info {
        width: auto;
        float: none;
        border: 0;
        min-height: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    footer .others {
        padding-top: 0;
    }
    footer .other-info {
        padding: 0;
    }
    footer .container {
        background-position: 50% 0;
        text-align: center;
    }
    footer .newsletter .input-wrap {
        max-width: 350px;
        margin: 0 auto 10px;
    }
    .main-title h1 {
        font-size: 30px;
    }
    .main-title h1 small {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    header nav {
        clear: both;
    }
    .header-title {
        text-align: center;
        padding-bottom: 10px;
    }
    .header-title .logo {
        height: 54px;
    }
    .share {
        position: static;
        float: left;
    }
    .btn.toggle-menu {
        position: static;
        float: right;
    }
	
		footer .links .fb{
		   width:auto;
		}
	
	footer .links a + a {
    margin-left: 0;
}
	
}