@charset "utf-8";
/* CSS Document */


body {
    font-family: "Microsoft YaHei","微软雅黑" !important;
}

/*****header*******/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header_nav {
    width: 80%;
    margin: 0 auto;
}

.headTop {
	background: #C5181A;
	font-size: 14px;
	color: #fff;
	height: 58px;
	padding: 15px 0;
	line-height: 28px;
}

.headTop .index_box {
	position: relative;
	z-index: 99;
}

.header.active {
	height: 0;
	top: -58px;
}

.headTop .index_box>* {
	display: inline-block;
	float: right;
	color: #fff;
}

.headTop span {
	margin: 0 12px;
}

.headDown {
	width: 105px;
	border-radius: 3px;
	border: 1px solid #fff;
	text-align: center;
	/*margin-left: 26px;*/
	height: 28px;
}

.headDown>img {
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.ewmDownload {
	position: absolute;
	right: 0;
	top: 50px;
	white-space: nowrap;
	padding-top: 10px;
	display: none;
}

.ewmDownload ul {
	background: #fff;
	padding: 20px 20px 10px 10px;
	border: 1px solid #D3D3D3;
	position: relative;
}

.ewmDownload ul>img {
	position: absolute;
	bottom: 100%;
	right: 50px;
}

.ewmDownload li {
	display: inline-block;
	margin-left: 10px;
}

.ewmDownload li img {
	top: 0;
	display: block;
	margin: 0;
	width: 80px;
}

.ewmDownload li span {
	color: #333;
	text-align: center;
	margin: 0;
}

.headTop .index_box .headLogin {
	color: #C5181A;
	background: #fff;
	width: 105px;
	border-radius: 3px;
	margin-right: 16px;
	text-align: center;
}
.headBottom {
    padding: 40px 0 30px;
    border-bottom: 2px solid #C5181A;
    background: #fff;
}

.logo {
    width: 200px;
    float: left;
}

.menu {
    float: right;
    width: 1060px;
    margin-top: 50px;
}

    .menu ul li {
        float: left;
        vertical-align: middle;
        font-size: 18px;
        margin-left: 53px;
        position: relative;
        text-transform: capitalize;
    }

        .menu ul li a {
            color: #333;
            font-family: Arial, Helvetica, sans-serif;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            font-weight: 500;
        }

            .menu ul li a:hover {
                color: #C5181A;
            }




/*****header*******/
.index_box {
    width: 1260px;
    margin: 0 auto;
}

.index_title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #545454;
}
/*****banner*******/
.banBox {
    position: relative;
}

    .banBox > img {
        width: 100%;
    }

.banner {
    margin-top: 205px;
}

.banCon {
    text-align: right;
    position: absolute;
    right: 60px;
}

    .banCon > * {
        transition: all 2s;
        -moz-transition: all 2s;
        -ms-transition: all 2s;
        -o-transition: all 2s;
        -webkit-transition: all 2s;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.banImg {
    position: relative;
    top: -300px;
}

    .banImg img {
        width: 300px;
    }

.ban_box {
    width: 1260px;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    margin: auto;
}

.banCon h3 {
    font-size: 60px;
    color: #565656;
    margin: 40px 0 45px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

.banCon.active .banImg, .banCon.active h5 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 0;
}

.banCon.active h3 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banCon h5 {
    font-size: 16px;
    color: #B3B3B3;
    text-transform: capitalize;
    position: relative;
    top: 300px;
}

.pagination1 {
    width: 1260px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .pagination1 .swiper-pagination-switch {
        display: inline-block;
        height: 3px;
        border-radius: 10px;
        background: transparent;
        margin: 0;
        cursor: pointer;
        float: left;
        position: relative;
    }

    .pagination1 .swiper-active-switch {
        background: transparent;
    }

    .pagination1 .swiper-pagination-switch:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        right: 0;
        left: inherit;
        bottom: 0;
        background: #C5181A;
        transition: all 5s;
        -moz-transition: all 5s;
        -ms-transition: all 5s;
        -o-transition: all 5s;
        -webkit-transition: all 5s;
    }

    .pagination1 .swiper-active-switch:after {
        right: inherit;
        left: 0;
        width: 100%;
    }
/*****banner*******/



.index_sec {
    margin-top: 80px;
}
/*****sec1*******/
.index_sec1 {
    overflow: hidden;
}

.inSec1Box {
    margin-top: 50px;
    overflow: hidden;
}

.index_title + .inSec1Box {
    margin-top: 0;
}

.inSec1Img {
    float: left;
    width: 45%;
    overflow: hidden;
    position: relative;
    display: block;
    left: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .inSec1Img img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .inSec1Img:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

.inSec1Right {
    width: 55%;
    float: left;
    padding: 30px 90px;
    border-top: 1px solid #E08D93;
    border-bottom: 1px solid #E08D93;
    position: relative;
    left: 300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.inSec1Din {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    vertical-align: middle;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.inSec1Img:hover .inSec1Din {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.inSec1Kong {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.inSecTxt {
    display: inline-block;
    width: 99%;
    vertical-align: middle;
    text-align: center;
}

    .inSecTxt h3 {
        color: #fff;
        font-size: 80px;
        text-transform: uppercase;
        margin-top: 0;
    }

    .inSecTxt h5 {
        font-size: 30px;
        color: #fff;
    }

.inSec1T h3 {
    font-size: 24px;
    color: #616161;
    margin: 0px 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
    height: 68px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.inSec1T:hover h3 {
    color: #C5181A;
}

.inSec1T {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    height: 180px;
}

    .inSec1T h5 {
        font-size: 16px;
        color: #616161;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
        margin-top: 0;
        height: 130px;
    }

        .inSec1T h5.h5 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 26px;
            height: 52px;
        }

.inSec1Btn {
    text-align: right;
    font-size: 16px;
    color: #C5181A;
}

    .inSec1Btn:after {
        content: '';
        border: 5px solid #C5181A;
        display: inline-block;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        margin-left: 15px;
    }

.inSec1B {
    overflow: hidden;
    position: relative;
}

.inSec1Con {
    width: 50%;
    float: left;
    padding: 0 30px;
}

    .inSec1Con h3 {
        font-size: 18px;
        color: #C5181A;
        font-weight: 400;
        position: relative;
    }

        .inSec1Con h3:after {
            background: #C5181A;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            display: block;
            content: '';
            position: absolute;
            top: -3px;
            left: -30px;
            margin-top: 10px;
        }

    .inSec1Con h5 {
        font-size: 14px;
        color: #8D8D8D;
        line-height: 20px;
    }

    .inSec1Con a {
        color: #fff;
        background: #C5181A;
        font-size: 16px;
        width: 133px;
        height: 34px;
        display: block;
        text-align: center;
        line-height: 34px;
        border-radius: 17px;
        margin-top: 25px;
    }

.inSecText {
    color: #888888;
    font-size: 14px;
    line-height: 26px;
    padding: 21px;
    position: absolute;
    z-index: 0;
    width: 55%;
    border: 1px solid #E7E7E7;
    top: 20px;
    right: 0;
    border-radius: 4px;
}

    .inSecText img {
        position: absolute;
        left: -9px;
        top: -1px;
    }
/*****sec1*******/
/*****sec2*******/
.index_sec2 {
    background: #F8FAFC;
    padding-top: 80px;
    padding-bottom: 50px;
}

.inSec2Box {
    width: 1156px;
    margin: 0 auto;
    overflow: hidden;
}

.inSec2-col4 {
    width: 33.333333%;
    float: left;
    padding: 0 18px;
    margin-bottom: 38px;
}

.inSec2Con {
    border: 1px solid #EDEDED;
    transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    position: relative;
    top: 300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #fff;
}

    .inSec2Con:hover {
        border-color: #D03942;
    }

.inSec2Top {
    height: 136px;
    background: #969696;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.inSec2Con:hover .inSec2Top {
    background: #C0C0C0;
}

.inSec2Top h3 {
    font-size: 26px;
    margin: 0 0 15px;
    color: #fff;
}

.inSec2Top h5 {
    font-size: 16px;
    color: #fff;
}

.inSec2Top div {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .inSec2Top div:first-child {
        width: 0;
        height: 100%;
    }

.inSec2Title {
    width: 98%;
    margin: 0 auto;
}

.inSec2Bottom {
    padding: 20px 20px 0;
}

.inSec2Txt {
    color: #717070;
    height: 96px;
    margin-bottom: 30px;
}

    .inSec2Txt h5 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 72px;
        margin: 0;
        line-height: 24px;
        font-size: 13px;
    }

    .inSec2Txt a {
        text-align: right;
        display: block;
        font-size: 13px;
        color: #C5181A;
        margin-top: 6px;
    }

        .inSec2Txt a:after {
            content: '';
            border: 5px solid #C5181A;
            display: inline-block;
            border-bottom-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            margin-left: 15px;
        }

.inSec2_con {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

    .inSec2_con h3 {
        font-weight: 400;
        font-size: 16px;
        color: #3E3A39;
        margin: 0;
        padding-left: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .inSec2_con:hover h3 {
        color: #C5181A;
    }

    .inSec2_con h5 {
        text-align: right;
        margin-top: 18px;
    }

        .inSec2_con h5 span {
            display: inline-block;
            font-size: 14px;
            width: 86px;
            height: 26px;
            text-align: center;
            line-height: 24px;
            color: #C5181A;
            border: 1px solid #C5181A;
            border-radius: 13px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

    .inSec2_con:hover h5 span {
        color: #fff;
        background: #C5181A;
    }

.inSec2L {
    width: 36%;
    float: left;
    overflow: hidden;
}

    .inSec2L img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.inSec2_con:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.inSec2R {
    width: 64%;
    float: left;
}

.inSec2Btn {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

    .inSec2Btn span {
        display: block;
        color: #8C8C8C;
        font-size: 14px;
    }

.index_sec .index_title {
    position: relative;
    top: 300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index_sec .index_box {
    overflow: hidden;
}
/*****sec2*******/





/***footer***/
.footer {
    margin-top: 0px;
}

.footerTop {
    background: #C5181A;
    padding: 35px 0;
    overflow: hidden;
}

.footer_box {
    width: 1120px;
    margin: 0 auto;
}

.footerL {
    width: 70%;
    float: left;
}

.footerR {
    width: 200px;
    float: right;
    margin-top: -35px;
}

.footerL ul {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
}

    .footerL ul:first-child {
        margin-top: 0;
    }

.footerBottom {
    background: #B21617;
    font-size: 16px;
    color: #fff;
    height: 72px;
    line-height: 72px;
    text-align: center;
}

    .footerBottom a {
        color: #fff;
    }

.footerR ul {
    background: #D13F47;
    border-bottom: 2px solid #fff;
    padding-top: 1px;
}

    .footerR ul li {
        margin: 30px 0;
        text-align: center;
        font-size: 18px;
    }

        .footerR ul li a {
            color: #fff;
        }

        .footerR ul li img {
            margin-right: 15px;
        }

.footerDown {
    margin-top: 30px;
    text-align: center;
}

    .footerDown a {
        height: 34px;
        width: 126px;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        line-height: 32px;
        border-radius: 3px;
    }

        .footerDown a img {
            margin-right: 11px;
            position: relative;
            top: -2px;
        }
/***footer***/
