
body{
    font-size: 14px;
    background: #fff;
}

.header-top{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #dc1e32
}
.header-top .time{
    float: left;
    font-size: 12px
}
.headr{
    float: right;
}
.headr li{
    float: left;
    margin-left: 13px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.headr li a{
    color: #fff
}
.headr li.dl{
    background-image: url(/assets/tmpl19/images/y_03.jpg)
}
.headr li.kf{
    background-image: url(/assets/tmpl19/images/y_05.jpg)
}
.headr li a:hover{
    text-decoration: underline
}

.header-bot{
    height: 103px;
    background: #fff
}
.logo{
    display: block;
    float: left;
    margin-top: 18px
}
.nav{
    float: right;
    margin-top: 43px;
}
.nav li{
    float: left;
    margin: 0px 15px;
}
.nav li>a{
    font-size: 15px;
    color: #333333
}
.nav li.hy>a{
    padding: 7px 13px;
    border-radius: 3px;
    background: #dc1e32;
    color: #fff
}
.nav li.sfz{
    margin-right: 0px
}
.nav li.sfz>a{
    padding: 7px 13px 7px 49px;
    border-radius: 3px;
    background: #dc1e32 url(/assets/tmpl19/images/y_13.jpg) no-repeat 11px center;
    color: #fff;
}
.tmpl1.header {
    background: #ff8127;
    color: #fff;
}
.left {
    float: left;
}
.tmpl1.header .curr-time {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.tmpl1.header .curr-time .local-time-desc {
    margin-left: 20px;
}

.tmpl1.header .right ul {
    margin-top: 8px;
}


.tmpl1.header .right ul li a {
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    display: block;
    background: #EA7C00;
    font-size: 16px;
}

.tmpl1.header .right ul li a.qq {
    padding-left: 20px;
    padding-right: 10px;
    background: #4371a3 url("/assets/tmpl1/img/qq.png") no-repeat 7px center;
}


/* banner */


.banner .swiper-container{
	width: 100%;
}
.banner a{
	display: block
}
.banner .swiper-container img{
	display: block;
	width: 100%
}

.swiper-pagination-bullet{
	background: #fff;
	width: 11px;
	height: 11px;
	opacity: 1;
	margin: 0px 8px!important
}
.swiper-pagination-bullet-active{
	background: #dc1e32
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
}
.banner{
    position: relative;
}
.banner .container{
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -600px;
    height: 100%;
}
.search{
    width: 563px;
    position: absolute;
    left: 0px;
    bottom: 55px;
    padding: 18px 20px;
    background: #fff;
    z-index: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
}
.search-wrap{
    border: solid 1px #e1e1e0;
    border-radius: 2px;    
}
.search-wrap .text{
    display: block;
    width: 480px;
    height: 40px;
    float: left;
    border:none;
    outline: none;
    padding-left: 15px;
    border-right: solid 1px #e1e1e0
}
.search-wrap .btn{
    display: block;
    width: 36px;
    height: 40px;
    background: url(/assets/tmpl19/images/sr_03.jpg) no-repeat center;
    cursor: pointer;
    outline: none;
    border:none;
}
.search-start{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    background: #dc1e32;
    font-size: 16px;
    transition: all .4s;
    border-radius: 2px;
    border:none;
    outline: none;
    cursor: pointer;
}
.search-start:hover{
    background: #bc0c1e
}





.characteristic{
    padding: 35px 0px 45px;
    color: #333333;    
}
.stitle{
    text-align: center;
}
.stitle h3{
    font-size: 30px;
    position: relative;
}
.stitle h3:before{
    content:'';
    width: 44px;
    height: 7px;
    background: #dc1e32;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 49px;
}
.stitle p{
    margin-top: 33px;
}
.characteristic .lists{
    margin-top: 30px;
}
.characteristic li{
    width: 385px;
    float: left;
    margin-right: 21px;
}
.characteristic li img{
    display: block;
    width: 100%
}
.characteristic li:last-child{
    float: right;
    margin-right: 0px;
}
.characteristic .text{
    padding: 15px 20px 0px;
    height: 90px;
    background: #f6f6f6
}
.characteristic .text h4{
    color: #dc1e32;
    font-size: 18px;
}
.characteristic .text p{
    color: #333333;
    line-height: 2;
    margin-top: 10px;
}

.join{
    width: 100%;
    height: 266px;
    background: url(/assets/tmpl19/images/y_29.jpg) no-repeat center;
}
.join .text{
    color: #fff;
    padding: 60px 0px 0px 590px;
}
.join .text h3{
    font-size: 45px;
    color: #fff
}
.join .text a{
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #dc1e32;
    margin-top: 25px;
    transition: all .4s
}
.join .text a:hover{
    background: #b00d1e;
}
.menu-btn{
    display: none
}
.new{
    padding: 47px 0px 55px;
}
.new-title h3{
    float: left;
    font-size: 30px;
    color: #222222;
    position: relative;
}
.new-title h3:before {
    content: '';
    width: 44px;
    height: 4px;
    background: #dc1e32;
    position: absolute;
    left: 0px;
    top: 55px;
}
.new-title a{
    float: right;
    display: block;
    width: 76px;
    height: 23px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #666666;
    border:solid 1px #666666;
    margin-top: 25px;
}

.new-main{
    margin-top: 45px;
}
.new-banner{
    width: 546px;
    height: 309px;
    float: left;
}
.new-lists{
    width: 626px;
    float: right;
}
.new-lists li{
    margin-bottom: 20px;
    padding-left: 14px;
    background: url(/assets/tmpl19/images/d_03.jpg) no-repeat left center;
}
.new-lists li a{
    display: block;
    width: 480px;
    float: left;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-lists li span{
    float: right;
    color: #333333
}
.new-lists li:hover a{
    color: #dc1e32
}


.new-lists .first{
    display: block;
    margin-bottom: 25px;
}
.new-lists .first:hover h3{
    color: #dc1e32
}
.new-lists .date{
    width: 95px;
    height: 95px;
    text-align: center;
    padding-top: 4px;
    float: left;
    background: #f6f6f6
}
.new-lists .date h3{
    font-size: 45px;
    color: #dc1e32
}
.new-lists .date p{
    margin-top: 3px;
    color: #666666
}
.new-lists .text{
    margin-left: 111px;
}
.new-lists .text h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333
}
.new-lists .text p{
    color: #666666;
    margin-top: 10px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.new-banner a{
    display: block
}
.new-banner img{
    display: block;
    width: 100%;
}
.new-banner .swiper-container{
    width: 100%
}
.new-banner a p{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    padding: 0px 90px 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5)
}
.new-banner .swiper-pagination{
    right: 0px;
    left: auto;
    width: 90px;
}

.new-banner .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #FFF
}
.new-banner .swiper-pagination-bullet-active{
    background: #dc1e32
}

/* footer */

.footer{
    padding: 50px 0px 30px;
    background: #f3f3f3
}
.footer li{
    float: left;
    margin-right: 110px
}
.footer li h3{
    color: #000000;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}
.footer li h3:before {
    content: '';
    width: 27px;
    height: 2px;
    background: #dc1e32;
    position: absolute;
    left: 0px;
    top: 35px;
}
.footer li p{
    color: #666666;
    margin-bottom: 10px;
}
.footer li a{
    color: #666666
}
.footer li a:hover{
    color: #b00d1e
}
.footer .lists{
    float: left;
}

.footer .last{
    float: right;
}
.footer .last h3{
    color: #000000;
    font-size: 20px;
}
.footer .last h4{
    font-size: 24px;
    color: #dc1e32;
    margin: 10px 0px 14px;
}
.footer .last p{
    color: #666666;
    margin-bottom: 10px;
}
.footer .last .icon{
    vertical-align: -6px;
}
.footer .last .t2{
    margin-top: 25px;
    margin-bottom: 13px;
}
.footer .gx a{
    display: block;
    float: left;
    margin-right: 10px;
}

.copyright{
    width: 100%;
    padding: 25px;
    background: #dc1e32;
    color: #fff;
    text-align: center;
}

@media(min-width:1200px) {
    .navli a:hover{
        color: #dc1e32
    }

}

@media(max-width:1200px) {

    
    body{
        padding-top: 148px
    }
    .header {
        background:#fff;
        height: 100px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        border-bottom: solid 1px #e8e7e7
    }
    .container{
        width: 100%!important;
        padding: 0px 10px;
    }
    .time{
        display: none
    }

    .nav {
        width: 100%;
        margin: 0px;
        position: absolute;
        left: 0px;
        top: 148px;
        background: #dc1e32;
        padding-bottom: 15px;
        padding-left: 0px;
        border-top: solid 1px #504b4b;
        display: none
    }
    .nav li {
        width: 100%;
        margin: 0px;
        height: auto;
        padding: 0px;
        line-height: initial;
    }
    .nav li a{
        display: block;
        width: 100%;
        color: #fff;
        padding: 7px 15px;
    }
    .menu-btn{
        display: block;
        float: right;
        width: 50px;
        margin-top: 29px;
        margin-right: 20px;
    }
    .banner .container{
        margin-left: 0px;
        left: auto
    }
    .search {
        width: 352px;
        left: 35px;
        bottom: 32px;
    }
    .search-wrap .text{
        width: 270px
    }
    .characteristic li{
        width: 320px;
    }
    .characteristic .text{
        height: 100px;
    }
    .join .text {
        padding: 60px 0px 0px 55px;
    }
    .new-banner{
        float: none;
        margin-bottom: 40px
    }
    .new-lists{
        float: none;
    }
    .footer li{
        margin-right: 40px
    }
}

@media(max-width:1000px) {

    .characteristic li{
        float: none!important;
        margin: 0px auto 20px!important
    }
    .footer .last{
        float: left;
        margin-top: 30px
    }
   
}


@media(max-width:605px) {

    body{
        padding-top: 117px
    }
    .logo{
        width: 160px
    }
    .nav{
        top: 117px
    }
    .menu-btn {
        width: 39px;
        margin-top: 16px;
        margin-right: 1px;
    }
    .header-bot {
        height: 72px;
    }
    .banner .container{
        position: relative;
        left: auto;
        top: auto
    }
    .search{
        position: relative;
        left: auto;
        bottom: auto;
        padding: 10px;
        margin-top: 4px
    }
    .stitle h3,.join .text h3 {
        font-size: 26px;
    }
    .join{
        height: 160px;
    }
    .join .text {
        padding: 34px 0px 0px 34px;
    }
    .join .text a{
        margin-top: 20px
    }
    .new-banner{
        width: 100%;
        height: auto;
    }
    .new-lists{
        width: 100%
    }
    .new-lists li{
        margin-bottom: 13px
    }
    .new-lists li a{
        width: 260px
    }
    .new {
        padding: 27px 0px 25px;
    }
    .footer li{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media(max-width:440px) {











}






@media(max-width:340px) {


    .search-wrap .text {
        width: 216px;
    }
    .search{
        width: 280px
    }
    .characteristic li {
        width: 100%;
    }
    .new-banner a p{
        font-size: 13px
    }
    .new-lists li a {
        width: 196px;
    }
    .footer .last{
        margin-top: 16px
    }
    .footer .gx img{
        width: 30px
    }
    .copyright{
        padding: 14px
    }

	
}











































