/*首页样式表 created by kimsumg 2018.02*/

*,body{
    font-family:"youyuan","幼圆";
}

ul{
    list-style-type:none;
}

.century{
    font-family:"Century Gothic";
}

.order{
    padding-right:1.3em;
}

.navbar-default {
    background-color: #DE003B;
    border-color: #DE003B;
    color:#fff;
}

.navbar{
    margin-bottom:0px;
    border-radius:0px;
}

.nav>li>a {
    width:120px;
    text-align: center;
}

a.navbar-brand span{
    color:#fff;
}

ul.nav li a{
    color:#fff;
}

#bs-example-navbar-collapse-1 > ul > li > a{
    color:#fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color:#BA0031;
}

a#search,a#tel400{
    color:#fff;
    text-decoration: none;
}

div.search{
    margin-top:4px;
    cursor:pointer;
}

div.header-search-slide{
    position:absolute;
    top:51px;
    left:10px;
    width:100%;
    height:180px;
    /*background-color:#DE003B;*/
    background-color:#ffffff;
    border:1px solid #eee;
    border-top:none;
    /*opacity:0.9;*/
    display:none;
    z-index: 999;
}

.history{
    color:#333;
    margin-top:10px;
    line-height:1.5em;
}

.history span{
    color:#DE003B;
    font-weight:bold;
}

.history a{
    color:#666;
    text-decoration: none;
    margin-right:10px;
    display:inline-block;
}

.history a:hover{
    text-decoration:underline;
}

#topics{
    /*padding-bottom:50px;*/
}

#topics a{
    color:#DE003B;
    font-size:36px;
    text-decoration: none;
}

#topics h3{
    text-align:center;
}

#topics .main-title{
    padding-bottom:30px;
}

#topics .main-title h2{
    text-align: center;


}

#topics .main-title .line{
    border-bottom:3px solid #DE003B;
    margin: 30px auto 26px;
    border-width: 2px;
    width: 80px;
}

.copyright{
    background: #DE003B;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #DE003B;
}

.copyright a{
    color:#fff;
    text-decoration: none;
}

/*start of shunt,storage stylesheet*/
#topics{
    /*padding-bottom:100px;*/
    margin-top:20px;
}

#topics .info_content dd{
    text-indent:0px;
}

#topics h2{
    height:160px;
    line-height: 160px;
    font-size:72px;
    margin-top:130px;
    margin-bottom:32px;
    color:#DE003B;
    font-weight:normal;
    text-align:center;
}

#topics dl{
    margin-left:90px;
}

#topics dl dd,#topics dl dt{
    font-size:32px;
    line-height:1.5em;
    font-weight:normal;
    margin-bottom:1em;
}

#topics dl dt{
    margin-bottom:0em;
    margin-top:0em;
}

#topics dl dt.red{
    color:#DE003B;
}

#topics dl dd{
    margin-bottom:1em;
    text-indent:2em;
}

#topics dl dd.inner{
    margin-bottom:0px;
}

#topics dl dd.l{
    margin-bottom:0em;
}

#topics dl dt:first-child{
    margin-top:0;
}

#line_content{
    padding-bottom:50px;
}

#line_content h2{
    height:160px;
    line-height: 160px;
    font-size:72px;
    margin-top:130px;
    margin-bottom:0px;
    color:#DE003B;
    font-weight:normal;
    text-align:center;
}

#line_content dl dd,#line_content dl dt{
    /*height:1.5em;*/
    font-size:32px;
    line-height:1.5em;
    font-weight:normal;
    margin-bottom:1em;
}

#line_content dl dt{
    margin-top:1.5em;
}

.phone_last{
    margin-bottom:0em;
}

#info_content dl dt{
    color:#DE003B;
    padding:30px 0;
    height:auto;
}

#info_content dl dt:first-child{
    padding-top:0px;
}

#info_content dl dd{
    height:auto;
    margin-bottom:1em;
}

#line_content dl dt{
    color:#00b0f0;
    margin-top:1em;
    margin-bottom:1em;
}

#line_content dl dd.center{
    text-align:center;

}

#line_content dl dd.red{
    color:#DE003B;
    margin-bottom:0em;
}

#line_content dl dd.blue{
    color:#00b0f0;
    margin-top:1em;
}

.sub_area{
    margin-bottom:1em;
}

.sub_area:last-child{
    margin-bottom:1.2em;
}

/*end of shunt,storage stylesheet*/

/*start of thumbnail stylesheet*/
.thumbnail{
    cursor:pointer;
    overflow: hidden;
    padding:5px;
    box-sizing: border-box;
}

.thumbnail:hover{
    /*-webkit-box-shadow: 0px 0px 2px 0.2px #999;*/
    /*-moz-box-shadow: 0px 0px 2px 0.2px #999;*/
    /*box-shadow: 0px 0px 2px 0.2px #999;*/
}

.thumbnail img:hover{
    animation:scale_img 1s;
    animation-fill-mode: forwards;
}

@keyframes scale_img {
    0%{
        transform:scale(1);
    }
    100%{
        transform:scale(1.1);
    }

}


/*end of thumbnail stylesheet*/

/*start of slideshow stylesheet*/
#slideshow{
    position:relative;
    margin-top:50px;
}

.banner-words{
    position:absolute;
    top:0px;
    left:0px;
}
/*end of slideshow stylesheet*/

/*start of news stylesheet*/

#news{
    padding-bottom:60px;
    padding-top:30px;
}

#news h3{
    text-align:center;
}

#news .main-title{
    padding-bottom:0px;
}

#news .main-title h2{
    text-align: center;
    font-size:36px;
    color:#DE003B;
}

#news .main-title .line{
    border-bottom:3px solid #DE003B;
    margin: 30px auto 26px;
    border-width: 2px;
    width: 80px;
}

.our-news{
    background-color: #ffffff;
}
.our-news-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-news-item a:hover{
    text-decoration: none;
}
.our-news-item .media-left a{
    width: 160px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 0;
}
.our-news-item img{
    object-fit: cover;
    width: 100%;
    height: 120px;
}

.our-news-item .thumbnail:hover{
    border:1px solid #eee;
}

.our-news-item .media-body{
    padding-top: 5px;
    padding-bottom: 5px;
}

.our-news-item h4{
    color: #DE003B;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.our-news-item h4:hover{
    font-weight: bold;
}

.our-news-item .dynamic-li {
    color: #999;
    padding: 5px 0;
    font-size: 14px;
}
.our-news-item .dynamic-li b {
    float: right;
    font-weight: 400;
    width: 30px;
}
.our-news-item .dynamic-li a{
    float: right;
    display: inline-block;
    font-weight: 400;
    color: #999;
    margin-right: 10px;
}
.our-news-item .dynamic-li a:hover{
    color: #f93;
}
.our-news-item .dynamic-li .pic-glob{
    float: right;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-position: -131px -58px;
    margin: 4px 5px 0 0;
    background-image: url(../images/icons/glob-pic.png);
    background-repeat: no-repeat;
}

.our-news-item p{
    color: #919191;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 12px;
}
.our-news-more{
    text-align: center;
}

.our-news-more a{
    color:#333;
}
/*end of news stylesheet*/

/*-----浮动右侧客服-----*/
.float_qq,float_qq2{ position:fixed; bottom:80px; right:0px; width:50px; height:100px;margin-top:-101px; z-index:9999;}
float_qq2{ height:258px;margin-top:-229px; }
.float_qq li{ width:auto; height:50px; z-index:20;}
.float_qq li{ position:absolute; left:0; width:50px;}
.float_qq li.float_qq1{ top:0;}
.float_qq li.float_qq2,.float_qq li.float_qq22{ position:absolute; top:52px; left:0; width:50px;}
.float_qq li.float_qq3,.float_qq li.float_qq33{ position:absolute; top:102px; left:0; width:202px;}
.float_qq li.float_qq4,.float_qq li.float_qq44{ top:204px;left:0; width:202px;}
.float_qq li.float_qq5,.float_qq li.float_qq55{ top:51px;width:200px;}
.float_qq li.float_qq66{ top:256px;left:0; width:202px;}

/*.float_qq5{ position:absolute; top:153px; left:0;}*/
.float_qq li a{ display:block;  color:#FFF; font-size:14px; height:50px; line-height:50px; text-align:center;overflow:hidden; background-color:#DE003B; opacity:0.8; border-radius:6px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_qq li a:hover{ background-color:#c40135; opacity:1;}
.float_qq li a.active{ background-color:red; opacity:1;}
.float_shwx{ position:absolute; top:-155px; left:-200px;width:216px; height:216px; padding-bottom:9px;display:none;}
.float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px;}
.float_qq li:hover .float_shwx{display:block;}

.float_qq2{
    position:relative;
}

.telphone{
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:240px;
    height:52px;
    background-color:#fff;
    z-index: 100;
    font-size:28px;
    line-height: 52px;
    text-align: right;
    padding-left:20px;
    font-family:century;
    color:#DE003B;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border:1px solid #DE003B;
    cursor:pointer;
    padding-right:15px;
    border-right:none;

}

.route_list{
    position:absolute;
    width:472px;
    height:auto;
}