.hide-tab{
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
}
.tabshow{overflow: hidden;}
.index_banner .item{
    background-size: cover;
    -webkit-background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.index_banner .item a{
    display: block;
/*    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
.index_banner .item img{width: 100%; display: block;}
.index_banner .slick-dots{
    bottom: 30px;
}
.index_banner .slick-dots li button:before{
    background: #fff;
    border-radius: 100%;
    content: "";
    width:14px;
    height: 14px;
    opacity: 1;
}
.index_banner .slick-dots li.slick-active button:before,.index_banner .slick-dots li:hover button:before{
    background: #d6000f;
}
.com_pad{
    padding:4% 0;
}
.com_title{
    display: table;
    margin: 0 auto;
    position: relative;
}
.com_title:after{
    width: 50px;
    height: 2px;
    background: #d6000f;
    display: block;
    content: "";
    position: absolute;
    left: -66px;
    top:18px;
}
.com_title h1{
    font-family: "Times New Roman";
    font-size: 20px;
    color: #444;
    line-height: 24px;
    text-transform: uppercase;
}
.com_title span{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #444;
    display: inline-block;
}
.com_title2 h1,.com_title2 span{
    color: #fff;
}
.section1 .items{
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    background-image: url(../images/index_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section1 .items img{
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.section1 .items:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.section1 .items .txt{
    position: absolute;
    top: 0; 
    left: 0;
    height: 100%;
    width: 28%;
    padding:0 3%;
    font-size: 0;
    float: left;
    overflow: hidden;
}
.section1 .items .txt:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.section1 .items .txt p{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.section1 .items .txt1{
    background: #444444 url(../images/index_img1.png) no-repeat left bottom;
}
.section1 .items .txt1 p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.section1 .items .txt2{
    background: rgba(214,0,15,0.8);
    left: 28%;
}
.section1 .items .txt2 p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.section2{
    background-image: url(../images/index_bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section2 .items{
    padding-top: 45px;
}
.section2 .items ul{
    text-align: center;
}
.section2 .items ul li{
    display: inline-block;
    vertical-align: middle;
    width: 16.4%;
    padding:0 10px;
}
.section2 .items ul li a{
    display: block;
    background: rgba(255,255,255,0.7);
    position: relative;
    padding:55px 15px 60px 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    border-bottom: 6px solid #d6000f;
}
.section2 .items ul li .pic{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border:2px dotted #d6000f;
    margin:0 auto 25px auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.section2 .items ul li i{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.section2 .items ul li .txt h1{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section2 .items ul li .txt em{
    display: block;
    width: 26px;
    height: 2px;
    background: #d6000f;
    margin: 12px auto 15px auto;
}
.section2 .items ul li .txt p{
    font-size: 12px;
    color: #444;
    line-height: 16px;
    text-align: center;
    height: 96px;
    overflow: hidden;
}
.section2 .items ul li:hover a{
    background: rgba(214,0,15,0.7);
}
.section2 .items ul li:hover .txt h1,.section2 .items ul li:hover .txt p{
    color: #fff;
}
.section2 .items ul li:hover .txt em{
    background: #fff;
}
.section2 .items ul li:hover .pic{
    border-color: #fff;
}
.more{
    width: 130px;
    line-height:32px;
    border-radius: 30px;
    border:1px solid #fff;
    display: block;
    margin:5% auto 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.more:after{
    display: inline-block;
    content: "";
    background: url(../images/index_ico13.png) no-repeat center;
    width: 7px;
    height: 12px;
    margin-left: 10px;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
}
.more:hover{
    background: #d6000f;
    border-color: #d6000f;
}
.more2{
    border:1px solid #d6000f;
    color: #d6000f;
}
.more2:after{
    background: url(../images/index_ico16.png) no-repeat center;
}
.more2:hover{
    color: #fff;
}
.more2:hover:after{
    background: url(../images/index_ico13.png) no-repeat center;
}
.section3{
    background-color: #f5f5f5;
    background-image: url(../images/index_bg1.png);
    background-repeat: no-repeat;
    background-position: 80% center;
}
.section3 .items{
    padding-top: 40px;
}
.section3 .items ul{
    margin-bottom: 40px;
    text-align: center;
}
.section3 .items ul li{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.section3 .items ul li a{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding:0 30px;
    display: block;
    border-radius: 20px;
}
.section3 .items ul li.on a{
    background: #d6000f;
    color: #fff;
}
.section3 .items .tab_con .child {
    position: relative;
    overflow: hidden;
    display: none;
}
.section3 .items .tab_con .child img{
    display: block;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.section3 .items .tab_con .child:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.section3 .items .tab_con .child .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:25px 30px;
    background: rgba(0,0,0,0.5);
}
.section3 .items .tab_con .child .txt:before{
    width: 4px;
    height: 50px;
    background: #d6000f;
    display: inline-block;
    content: "";
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.section3 .items .tab_con .child .txt h1{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.section3 .items .tab_con .child .txt h1 a{
    width: 30px;
    height: 30px;
    background-color: rgba(214,0,15,0.8);
    background-image: url(../images/index_ico14.png);
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    border-radius: 50%;
}
.section3 .items .tab_con .child .txt h1 a:hover{
    background-color: rgba(214,0,15,1);
}
.section3 .items .tab_con .child .txt p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section4 .items{
    margin:0 -14px;
    padding-top: 60px;
}
.section4 .items .item{
    float: left;
    width: 25%;
}
.section4 .items .item .inner{
    margin:0 14px;
    box-shadow: 0 5px 30px 5px rgba(4,0,0,0.1);
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
}
.section4 .items .item .inner img{
    display: block;
    width: 100%;
}
.section4 .items .item:hover .inner{
    transform: translateY(-10px);
}
.section5{
    border-top:1px solid #e0e0e0;
    margin-bottom: 70px;
    padding-bottom: 0;
    overflow: hidden;
}
.section5 .m-tab1 ul{
    text-align: center;
    padding-top: 50px;
}
.section5 .m-tab1 ul li{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding:0 30px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin:0 5px 5px 5px;
}
.section5 .m-tab1 ul li a{display: block; color: #666;}
.section5 .m-tab1 ul li:hover a,.section5 .m-tab1 ul li.on a{
    color: #fff;
}
.section5 .m-tab1 ul li:hover,.section5 .m-tab1 ul li.on{
    background: #d6000f;
    color: #fff;
}
.section5 .news_items{
    margin:0 -20px;
    padding-top: 35px;
}
.section5 .news_items .item .inner{
    margin:0 40px;
    padding:15px 0;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
}
.section5 .news_items .item:hover .inner{
    transform: translateY(-10px);
}
.section5 .news_items .item span{
    font-size: 33px;
    color: #777;
    line-height: 40px;
}
.section5 .news_items .item em{
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-bottom: 20px;
}
.section5 .news_items .item h1{
    font-size: 18px;
    color: #555;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}
.section5 .news_items .item h1 a{
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section5 .news_items .item p{
    font-size: 16px;
    color: #777;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.section5 .news_items .item a.mor{
    color: #777;
    font-size: 14px;
    border-radius: 26px;
    border:1px solid #ccc;
    display:inline-block;
    line-height: 34px;
    padding:0 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.section5 .news_items .item a.mor:after{
    display: inline-block;
    content: "";
    background: url(../images/index_ico15.png) no-repeat center;
    width: 7px;
    height: 12px;
    margin-left: 10px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.section5 .news_items .item:hover a.mor {
    background-color: #d6000f;
    color: #fff;
    border-color: #d6000f;
}
.section5 .news_items .item:hover a:after{
    background-image: url(../images/index_ico13.png);
}
.section5 .news_items .item:hover h1 a,.section5 .news_items .item:hover p,.section5 .news_items .item:hover span,.section5 .news_items .item:hover em{
    color: #d6000f;
}
.section5 .news_items .slick-dots li{
    margin: 0;
}
.section5 .news_items .slick-dots li button:before{
    width: 12px;
    height: 12px;
    content: "";
    background:transparent;
    border:2px solid #d6000f;
    border-radius: 50%;
    opacity: 1;
}
.section5 .news_items .slick-dots li.slick-active button:before{
    background: #d6000f;
    color: #d6000f;
}
.section5 .news_items .slick-arrow{
    font-size: 0;
    width: 46px;
    height: 46px;
    box-shadow: 0 4px 16px 3px rgba(204,204,204,0.5);
    border:none;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:50%;
    margin-top: -23px;
    cursor: pointer;
}
.section5 .news_items .slick-arrow:hover{
    background-color: #d6000f;
    box-shadow: 0 4px 16px 3px rgba(214,0,15,0.5);
}
.section5 .news_items .slick-prev.slick-disabled{
    background-image: url(../images/news_prve1.png);
    left: -60px;
    box-shadow: 0 4px 16px 3px rgba(204,204,204,0.5);
    background-color: #fff;
    cursor: auto;
}
.section5 .news_items .slick-prev{
    background-image: url(../images/news_prve2.png);
    left: -60px;
    background-color: #d6000f;
    box-shadow: 0 4px 16px 3px rgba(214,0,15,0.5);
}
.section5 .news_items .slick-next.slick-disabled{
    background-image: url(../images/news_next1.png);
    right: -60px;
    box-shadow: 0 4px 16px 3px rgba(204,204,204,0.5);
    background-color: #fff;
     cursor: auto;
}
.section5 .news_items .slick-next{
    background-image: url(../images/news_next2.png);
    right: -60px;
    background-color: #d6000f;
    box-shadow: 0 4px 16px 3px rgba(214,0,15,0.5)
}
@media only screen and (max-width: 1600px) {
    .section2 .items ul li a{
        padding: 42px 10px 42px 10px;
    }
}
@media only screen and (max-width: 1500px) {
    .section2 .items ul li{
        width: 16%;
    }
    .section1 .items .txt1 p{
        font-size: 12px;
        line-height: 20px;
    }
    .section1 .items .txt2 p{
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1440px) {
    .com_title h1{
        font-size: 26px;
    }
    .com_title span{
        font-size: 18px;
    }
    .section1 .items{
        margin-top:60px;
    }
    .section2 .container{
        width:94%;
    }
    .section5 .news_items .item span{
        font-size: 28px;
    }
}
@media only screen and (max-width: 1366px) {
    .com_title h1{
        font-size: 22px;
        margin-bottom: 0;
    }
    .section1 .items{
        margin-top: 45px;
    }
    .section2 .items ul li{
        padding:0 6px;
    }
    .section2 .items ul li .pic{
        width: 75px;
        height: 75px;
    }
    .section2 .items ul li .pic{
        margin:0 auto 14px auto;
    }
    .section2 .items ul li .txt em {
        margin: 5px auto 12px auto;
    }
    .section2 .items ul li a{
       border-bottom: 4px solid #d6000f;
    }
    .section3 .items .tab_con .child .txt h1{
        font-size: 18px;
    }
    .section3 .items .tab_con .child .txt p{
        font-size: 14px;
    }
    .section3 .items .tab_con .child .txt{
        padding:20px 30px;
    }
    .section5 .news_items .item span{
        font-size: 24px;
    }
    .section5 .news_items .item em{
        font-size: 14px;
    }
    .section5 .news_items .item h1 {
        font-size: 16px;
        color: #555;
        line-height: 24px;
    }
    .section5 .news_items .item p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1300px){
    .section1 .items .txt1 p{line-height: 16px;}
    .section1 .items .txt2 p{line-height: 16px;}
}
@media only screen and (max-width: 1199px) {
   .com_title h1{
        font-size: 18px;
    }
    .com_title span{
        font-size: 16px;
    }
    .com_title:after{
        left:-62px;
        top:14px;
    }
    .section1 .items .txt{
        width: 30%;
    }
    .section1 .items .txt2{
        left: 30%;
    }
}
@media only screen and (max-width: 1100px){
    .section1 .items .txt {
        width: 38%;
    }
    .section1 .items .txt2{
        left: 38%;
    }
    .section2 .container{
        width:100%;
    }
}
@media only screen and (max-width: 992px) {
    .com_pad {
        padding: 5% 0;
    }
    .index_banner .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .index_banner .slick-dots li{
        margin:0;
    }
    .index_banner .slick-dots {
        bottom: 12px;
    }
    .com_title h1{
        font-size: 12px;
        line-height: 20px;
    }
    .com_title:after{
        left:-60px;
        top:9px;
    }
    .section1 .items img{
        display: none;
    }
    .section1 .items .txt1 p{
        font-size: 14px;
        line-height: 26px;
    }
    .section1 .items .txt2 p{
        font-size: 14px;
        line-height: 26px;
    }
    .section1 .items{
        background-image: url(../images/index_img1.jpg);
    }
    .section1 .items .txt{
        width: 50%;
        padding: 10% 4%;
        position: static;
    }
    .section1 .items .txt2{
        left: 50%;
    }
    .section1 .items{
        margin-top: 15px;
    }
    .section2 .items ul li {
        width: 28%;
        margin-bottom: 20px;
    }
    .more{
        margin: 30px auto 0 auto;
        font-size: 14px;
    }
    .section2 .items {
        padding-top: 30px;
    }
    .section3 .items {
        padding-top: 30px;
    }
    .section3 .items ul{
        margin-bottom: 25px;
    }
    .section3 .items ul li a{
        font-size: 12px;
        padding: 0 3px;
    }
    .section3 .items .tab_con .child .txt h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .section3 .items .tab_con .child .txt {
        padding: 10px 15px;
    }
    .section3 .items .tab_con .child .txt:before{
        height: 38px;
    }
    .section4 .items {
        padding-top: 41px;
        margin: 0;
    }
    .more2 {
        margin: 45px auto 0 auto;
    }
    .section4 .items .item {
        width: 50%;
        margin-bottom: 25px;
    }
    .section4 .items .item .inner{
        margin: 0 10px;
    }
    .section5 .more{
       display: block;
    }
    .section5 .news_items{
        margin: 0;
        padding-top:20px;
        margin-bottom: 40px;
    }
    .fo-bot {
        text-align: center;
    }
    .section5 .news_items .item .inner{
        margin: 0 auto;
        padding:0;
    }
    .section5 .news_items .item h1{
        border-bottom:1px dashed #ddd;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
        padding:10px 0 10px 16px;
        position: relative;
    }
    .section5 .news_items .item h1:after{
        content: '';
        position: absolute;
        left: 5px;
        border-top: 4px solid transparent;
        border-left: 4px solid #d6000f;
        border-bottom: 4px solid transparent;
        top: 50%;
        margin-top: -4px;
    }
    .section5 .news_items .item span {
        font-size: 18px;
        line-height: 30px;
        display: none;
        display: none;
    }
    .section5 .news_items .item em{
        margin-bottom: 10px;
        display: none;
    }
    .section5 .news_items .item p{
        display: none;
    }
    .section5 .news_items .item a.mor{
        display: none;
    }
    .section5 {
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .section5 .news_items .item:hover .inner{
        transform: none;
    }
    .section5 .m-tab1 ul li{
        font-size: 12px;
    }
    .section5 .m-tab1 ul li a{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px) {
   .section1 .items .txt{
        width: 100%;
    }
    .section1 .items .txt{
        height: auto;
    }
    .section2 .items ul li{
        width: 40%;
    }
    .section2 .container{
        padding:0;
    }
    .section3 .items ul li{
        width: 48%;
    }
}
@media only screen and (max-width: 640px) {
    .com_title span{
        text-align: center;
        display: block;
        line-height: 24px;
        margin-bottom: 0;
    }
    .com_title:after{
        display: none;
    }
    .section2 .items ul li {
        width: 48%;
    }
    .section2 .items ul li a {
        padding: 30px 22px 30px 22px;
    }
    .section2 .items ul li .pic {
        width: 65px;
        height: 65px;
    }
    .more {
        margin: 15px auto 20px auto;
    }
    .section3 .items .tab_con .child .txt{
        padding:5px 10px;
        position: static;
    }
    .section3 .items .tab_con .child .txt p{
        white-space: normal;
        width: 100%;
        line-height: 18px;
        margin-top: 5px;
        font-size: 12px;
    }
    .section3 .items .tab_con .child .txt:before{
        height: 24px;
    }
    .section3 .items .tab_con .child .txt h1{
        line-height: 30px;
    }
    .section5 .m-tab1 ul li{
        width: 30%;
        padding:0;
        margin:0;
    }
    .section5{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 414px) {
    .footer .fo-top .fo_fix{
        width: 98%;
        margin: 0 auto;
    }
    .footer .fo-top .fo_fixed{  width: 98%;}
}
@media only screen and (max-width: 360px) {
}