@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

li {
    list-style-type: none;
}
b{
    font-weight: 400;
}
a {
    color: #333;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.4 arial, helvetica, clean, Microsoft YaHei, sans-serif;
    color: #333;
    min-width: 1200px;
    background: #fff;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.vam {
    vertical-align: middle;
}

.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.clearfix{
    zoom:1;
}

.clear{
    clear: both;
}

.cur {
    cursor: pointer
}

.upper {
    text-transform: uppercase;
}

/*单行文字超出隐藏显示省略号*/
.ell{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.container{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.head_top{
    line-height: 50px;
    background: #f3f3f3;
}
.head_top span{
    color: #e9210f;
}
.head{
    height: 70px;
}
.logo img{
    display: block;
    height: 58px;
    margin-top: 6px;
}
nav li{
    float: left;
    width: 120px;
    text-align: center;
    font-size: 16px;
}
nav li .nav_a{
    display: block;
    line-height: 70px;
    position: relative;
    text-align: center;
    transition: all .5s .2s;
}
nav li .nav_a em{
    display: block;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #e9210f;
    bottom: 0;
    position: absolute;
    transition: all .5s .2s;
    visibility: hidden;
}
nav li.cur .nav_a{
    color: #e9210f;
}
nav li.cur .nav_a em{
    left: 30%;
    right: 30%;
    visibility: visible;
}
nav li:hover .nav_a{
    color: #e9210f;
}
nav li:hover .nav_a em{
    left: 30%;
    right: 30%;
    visibility: visible;
}
nav li:hover .menu{
    height: 100px;
}
.menu{
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    background: #fff;
    border-top: 2px solid #ebebeb;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    transition: all .5s .2s;
}
.menu a{
    display: inline-block;
    width: 100px;
    padding: 18px 10px;
    font-size: 16px;
    line-height: 36px;
    transition: all .5s .2s;
}
.menu a img{
    display: block;
    width: 50px;
    height:40px;
    margin: 0 auto;
    transition: all .5s .2s;
}
.menu a:hover{
    color: #e9210f;
}
.menu a:hover img{
    filter: brightness(30%);
}

#banner {
    width: 100%;
    height: 700px;
    overflow: hidden;
}
#banner li {
    width: 100%;
    height: 100%;
}
#btn {
    display: inline;
    height: 18px;
    float: left;
    margin: -50px 0 0 -50px;
    left: 50%;
    position: absolute;
    z-index: 9;
}
#btn a {
    background: #fff;
    color: #36f;
    font: 700 11px "Arial";
    float: left;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    margin: 0 6px;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .5s, opacity .5s;
    -moz-transition: all .5s, opacity .5s;
    transition: all .5s, opacity .5s;
    opacity: .6;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
#btn a.activeSlide {
    color: #fff;
    background: none;
    opacity: 1;
    background: #fff;
    width: 30px;
    border-radius: 17px;
}
#btn a:hover {
    color: #fff;
}

.title{
    text-align: center;
    padding: 50px 0 40px;
}
.title p{
    line-height: 36px;
    font-size: 30px;
    letter-spacing: 2px;
}
.title img{
    display: block;
    margin: 0 auto;
}
.title em{
    display: block;
    width: 120px;
    height: 4px;
    background: #e9210f;
    margin: 20px auto;
}
.title p span{
    font-size: 36px;
    color: #e9210f;
}
.title h2{
    font-size: 48px;
    font-weight: bold;
}

.md1{
    padding-bottom: 20px;
}
.md1 ul{
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 0;
    height: 260px;
}
.md1 li{
    width: 240px;
    height: 260px;
    transition: all .5s .2s;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
}
.md1_fl{
    border: 1px solid #cccccc;
    width: 238px;
    height: 258px;
    line-height: 1;
    transition: all .5s .2s;
}
.md1_fl p:nth-of-type(1){
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 10px;
}
.md1_fl img{
    width: 100px;
    height: 90px;
    display: block;
    margin: 25px auto 20px;
    transition: all .5s .2s;
}
.md1_fl p:nth-of-type(3){
    line-height: 52px;
    background: url("../image/md1_line.png") no-repeat top center;
    height: 51px;
}
.md1 li.cur{
    width: 480px;
}
.md1 li.cur .md1_fl{
    background: #e9210f;
    color: #fff;
}
.md1 li.cur .md1_fl img{
    filter: brightness(300%);
}
.md1 li.cur .md1_fr{
    width: 240px;
}
.md1 li .md1_fr{
    position: relative;
}
.md1 li .md1_fr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.md1 li .md1_fr .txt{
    position: absolute;
    top: 0;
    color: #fff;
}
.md1 .md1_fr{
    width: 0;
    height: 260px;
    overflow: hidden;
    transition: all .5s .2s;
    text-align: left;
}
.md1_fr .txt p{
    line-height: 30px;
    padding: 49px 15px 0;
    height: 108px;
}
.md1_fr .num{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 51px;
    padding: 0 15px;
}
@keyframes fadeLeftZ {
    0% {
        background: url("../image/md1_a.png") no-repeat 150px center;
    }
    50% {
        background: url("../image/md1_a.png") no-repeat 165px center;
    }
    100% {
        background: url("../image/md1_a.png") no-repeat 150px center;
    }
}
.md1_fr a{
    color: #fff;
    line-height: 51px;
    display: block;
    text-indent: 15px;
    -webkit-animation: fadeLeftZ 0.8s 0.1s ease both infinite;
    animation: fadeLeftZ 0.8s 0.1s ease both infinite;
}

.gg{
    width: 100%;
    height: 285px;
    background: url("../image/gg_img.jpg") no-repeat center;
    padding-top: 15px;
}
.gg_fl{
    width: 800px;
    text-align: center;
    color: #fff;
}
.gg_fl p:nth-of-type(1){
    font-size: 46px;
}
.gg_fl p:nth-of-type(2){
    font-size: 60px;
    font-weight: bold;
}
.gg_fl p:nth-last-of-type(1){
    font-size: 36px;
    font-weight: bold;
}
.gg_fl_a{
    margin: 15px 0;
}
.gg_fl_a span{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #e9210f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 15px;
}
.gg_fr{
    width: 300px;
    text-align: center;
}
.gg_fr p{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.md2{
    padding-bottom: 40px;
}
.md2_menu{
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}
.md2_menu a{
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: 1px solid #e9210f;
    border-radius: 25px;
    margin: 0 15px;
    transition: all .5s .1s;
}
.md2_menu a.cur{
    color: #fff;
    background: #e9210f;
}
.md2 ul{
    display: none;
}
.md2 ul:nth-of-type(1){
    display: block;
}
.md2 li{
    width: 380px;
    height: 350px;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
    background: #eeeeee;
    position: relative;
}
.md2 li:nth-of-type(3n+1){
    margin-left: 0;
}
.md2 li .pic{
    display: block;
    width: 380px;
    height: 300px;
    overflow: hidden;
    transition: all .5s .1s;
}
.md2 li img{
    width: 100%;
    display: block;
    object-fit: cover;
    box-shadow: 0 0 20px #ccc;
    transition: all .5s .1s;
}
.md2 li p{
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    bottom: 0;
    position: absolute;
    z-index: 10;
}
.md2 li em{
    display: block;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #e9210f;
    bottom: 0;
    position: absolute;
    transition: all .5s .1s;
    visibility: hidden;
    z-index: 9;
}
.md2 li:hover em{
    left: 0;
    right: 0;
    visibility: visible;
}
.md2 li:hover .pic{
    box-shadow: 0 0 20px #888;
}
.md2 li:hover .pic img{
    transform:scale(1.1);
}
.md2_more{
    display: block;
    width: 260px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid #333333;
    text-align: center;
    margin: 10px auto;
    transition: all .5s .1s;
}
.md2_more:hover{
    background: #e9210f;
    color: #fff;
    border: 1px solid #e9210f;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.active.md2 li:nth-of-type(2n+1){
    -webkit-animation: fadeInUp 0.5s 0.2s ease both;
    animation: fadeInUp 0.5s 0.2s ease both;
}
.active.md2 li:nth-of-type(2n){
    -webkit-animation: fadeInUp 0.5s 0.5s ease both;
    animation: fadeInUp 0.5s 0.5s ease both;
}


.md3{
    width: 100%;
    height: 700px;
    background: url('../image/md3_bg.jpg') no-repeat center;

}
.md3_fl{
    width: 360px;
    color: #fff;
    padding-top: 140px;
}
.md3_title{
    width: 360px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 15px;
    height: 186px;
    background: url("../image/md3_fl_bg.png") no-repeat right center;
    line-height: 1.2;
    padding-top: 44px;
}
.md3_title span{
    display: block;
    color: #e9210f;
}
.md3_fl p{
    line-height: 36px;
    text-indent: 2em;
    margin: 40px 0;
}
.md3_fl em{
    width: 150px;
    height: 1px;
    background: #e9210f;
    display: block;
}
.md3_fr{
    width: 800px;
    height: 550px;
    background: rgba(255,255,255,.9);
    margin-top: 50px;
    padding-top: 50px;
}
.md3_fr li{
    float: left;
    width: 300px;
    height: 275px;
    margin: 0 50px;
}
.md3_fr li img{
    display: block;
    height: 65px;
    margin-left: 230px;
    transition: all 1s .5s;
}
.active .md3_fr li img{
    margin-left: 0;
    transform:rotate(360deg);
}
.md3_fr li b{
    display: block;
    line-height: 70px;
    color: #111111;
    font-size: 30px;
    transition: all .8s .2s;
    text-indent: 85px;
}
.active .md3_fr li b{
    text-indent: 0
}
.md3_fr li p{
    line-height: 30px;
    text-indent: 2em;
}

.md4_fl{
    width: 720px;
}
.md4_fl_txt{
    width: 560px;
    padding-left: 50px;
    padding-top: 40px;
    background: url("../image/md4_ico1.png") no-repeat left top;
    font-size: 16px;
}
.md4_fl_txt p:nth-of-type(1){
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 2px;
}
.md4_fl_txt p:nth-of-type(2){
    line-height: 2;
    margin-top: 10px;
    letter-spacing: 2px;
    height: 128px;
    overflow: hidden;
}
.md4_fl_txt a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    display: block;
    padding-right: 30px;
    text-align: center;
    background: url("../image/md4_ico2.png") no-repeat right center #333333;
    color: #fff;
    float: right;
    margin-top: 10px;
}
.md4_fl ul{
    margin-top: 32px;
}
.md4_fl li{
    float: left;
    width: 240px;
    height: 250px;
    position: relative;
}
.md4_fl li img{
    width: 240px;
    height: 240px;
    object-fit: cover;
}
.md4_fl li p{
    position: absolute;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.6);
    bottom: 0;
    left: 20px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    transition: all .5s .1s;
}
.md4_fl li:hover p{
    width: 240px;
    height: 240px;
    line-height: 240px;
    bottom: 10px;
    left: 0;
}

.md4_fr{
    width: 480px;
    height: 460px;
    background: url("../image/md4_fr_bg.png") no-repeat center;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    padding-top: 150px;
    transition: all .8s .2s;
}
.md4_fr .p1{
    font-size: 36px;
    font-weight: bold;
}
.md4_fr .p2{
    font-size: 18px;
}
.md4_fr .p3{
    width: 200px;
    height: 60px;
    border: 2px solid #fff;
    margin: 20px auto 14px;
    transition: all .8s .2s;
}
.active .md4_fr{
    height: 530px;
    padding-top: 80px;
}
.active .md4_fr .p3{
    width: 70px;
    height: 200px;
}

.md5{
    background: #f7f7f7;
    margin-top: 30px;
    padding-bottom: 40px;
}
.md5_menu{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 30px;
    margin-bottom: 40px;
}
.md5_menu li{
    float: left;
    width: 25%;
    text-align: center;
}
.md5_menu li a{
    font-size: 24px;
    height: 55px;
    line-height: 58px;
    display: inline-block;
    transition: .5s all;
}
.md5_menu li.cur a{
    border-bottom: 3px solid #e9210f;
}
.md5_cont{
    display: none;
}
.md5_fl img{
    width: 680px;
    height: 380px;
    object-fit: cover;
    display: block;
}
.md5_txt{
    width: 630px;
    padding: 20px 24px 0;
    height: 129px;
    border: 1px solid #19b3f4;
    border-top: none;
    line-height: 2;
}
.md5_txt p{
    font-size: 16px;
}
.md5_txt a .ell{
    font-size: 18px;
    width: 460px;
    transition: all .5s .2s;
}
.md5_txt a:hover .ell{
    color: #e9210f;
    font-size: 22px;
}
.md5_txt a span:nth-of-type(2){
    font-size: 16px;
    color: #e9210f;
}
.md5_fr{
    width: 480px;
}
.md5_fr li{
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}
.md5_fr li a{
    display: block;
    width: 400px;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    float: left;
    background: #ffffff;
    font-size: 16px;
    transition: all .5s .2s;
}
.md5_fr li a .ell{
    width: 280px;
}
.md5_fr li em{
    float: right;
    width: 60px;
    height: 50px;
    background: #fff;
    transition: all .5s .1s;
}
.md5_fr li em img{
    width: 14px;
    height: 16px;
    display: block;
    margin: 16px auto 0;
    transition:  all .5s .1s;
    transform:rotate(45deg);
}
.md5_fr li:hover a{
    background: #e9210f;
    color: #fff;
}
.md5_fr li:hover em{
    background: #e9210f;
    width: 35px;
    height: 35px;
    transform:rotate(45deg);
    margin: 8px 8px 0 0;
}
.md5_fr li:hover em img{
    filter: brightness(800%);
    margin: 9px auto 0;
}
.md5_more{
    text-align: center;
    margin: 20px 0 0;
}
.md5_more a{
    display: inline-block;
    width: 178px;
    height: 38px;
    line-height: 38px;
    margin: 0 20px;
    border: 1px solid #333333;
    font-size: 16px;
}
.md5_more a:nth-last-of-type(1){
    background: url("../image/md5_ico2.png") no-repeat 40px center #e9210f;
    border-color: #e9210f;
    color: #fff;
    text-align: left;
    text-indent: 70px;
}

.active .md5_cont{
    -webkit-animation: fadeInUp 1s 0.2s ease both;
    animation: fadeInUp 1s 0.2s ease both;
}

.md6{
    width: 100%;
    height: 175px;
    background: #e9210f;
    padding-top: 35px;
}
.md6 li{
    float: left;
    height: 140px;
    width: 300px;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 16px;
}
.md6 li:nth-of-type(1){
    border-left: none;
}
.md6 li b{
    display: block;
    padding: 14px 0;
    font-size: 24px;
}
.md6 li img{
    height: 70px;
    transition: all 1.5s .2s;
}
.active.md6 li img{
    transform: rotateY(720deg);
}

.f_link{
    padding-bottom: 24px;
}
.f_link p{
    line-height: 70px;
    font-size: 18px;
}
.f_link a{
    line-height: 1;
    margin-bottom: 12px;
    font-size: 16px;
	display:inline-block;
}

.foot{
    width: 100%;
    padding: 50px 0;
    background: #eeeeee;
    margin-bottom: 5px;
}
.foot_fl{
    width: 250px;
    line-height: 30px;
}
.foot_fl b{
    display: block;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 16px;
}
.foot_fl a{
    display: block;
    width: 120px;
}
.foot_fl:nth-of-type(2){
    width: 300px;
}
.foot_fl:nth-of-type(2) a{
    float: left;
}
.foot_fr{
    margin-top: 10px;
}
.copyright{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e9210f;
    color: #f6bab7;
    text-align: center;
    font-size: 15px;
}
.copyright a{
    color: #f6bab7;
}





