/*  */
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
    height: 100%;
    max-width: none;
}
.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
	max-width: none;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 30px;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 30px;
	width: 20px;
	height: 70px;
	z-index: 10;
}
/*  */

.single-blog {
    margin-bottom: 30px;
    /* box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3; */
    position: relative;
}

.single-blog:hover {
    transition: 1s;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
}

.newlist-con {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 100px 20px 30px;
    border-bottom: 2px solid #DADCDC;
}

.newlist-shu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 4px;
    height: 50px;
    background: #000;
}

.newlist-title {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.newlist-data {
    color: #666;
    font-size: 16px;
    padding-top: 10px;
}

.newlist-desc {
    color: #888;
    padding: 10px 0;
    max-height: 80px;
    /* background: red; */
}

.newlist-div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #555;
}

.newlist-div .iconfont {
    margin-left: 20px;
    line-height: 20px;
}

.single-blog:hover .newlist-con {
    background: #C00A14;
    transition: 1s;
}

.single-blog:hover .newlist-shu {
    background: #fff;
    transition: 1s;
}

.single-blog:hover .newlist-title {
    color: #fff;
    transition: 1s;
}

.single-blog:hover .newlist-data {
    color: #fff;
    transition: 1s;
}

.single-blog:hover .newlist-desc {
    color: #fff;
    transition: 1s;
}

.single-blog:hover .newlist-div {
    color: #fff;
    transition: 1s;
}

/* .pagination */
.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-li>a {
    margin-right: 10px;
}

.pagination-li>a:last-child {
    margin-right: 0;
}

.pagination-li .page-num-current {
    z-index: 3;
    color: #fff;
    background-color: #E40101;
    cursor: default;
    border-radius: 2px;
}

.mNav-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mNav-con>a {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #323436;
}

.mNav-con>a .iconfont {
    font-size: 24px;
    margin-right: 10px;
}

.mNav-con .active {
    color: #C00A14;
}

.mNav-con>a:hover {
    color: #C00A14;
}


/* info-title */
.info-title {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
}

.info-date {
    padding: 50px 0;
    font-size: 18px;
    color: #747576;
    text-align: center;
}

.info-con {
    border-top: 1px solid #C8C9CA;
    border-bottom: 1px solid #C8C9CA;
    padding: 50px 30px;
}

.info-post {
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-post>a {
    border: 1px solid #DE0100;
    width: 220px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DE0100;
    font-weight: 600;
}
.info-post>a:hover{
    background: #DE0100;
    color: #fff;
}
.info-post>a .iconfont{
    font-size: 40px;
    margin-right: 20px;
}

/* sup-con */
.sup-con{
    padding: 20px 0;
}
.sup-con p{
    margin: 0;
}
.sup-top{
    color: #B60000;
    font-weight: 600;
    font-size: 30px;
    padding: 20px 0;
}
.faq-details h4.check-title{
    background: #ECECEC;
    position: relative;
}
.faq-details h4.check-title a{
    font-size: 16px;
    color: #777777;
}
.faq-details .panel-heading h4 a.active{
    color: #777777;
}
.faq-details h4.check-title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #B60000;
}
.faq-details .panel-heading h4 a.active::before{
    color: #fff;
    content: "\e622";
    font-family: themify;
    font-size: 24px;
    left: 0px;
    line-height: 46px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a::before{
    background: none;
}
.sup-ll{
    position: relative;
}
.sup-ll::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #fff, #f9f9f9);
    z-index: -1;
}
.sup-rr-top{
    background: #B70008;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.sup-problem{
    padding: 30px 0;
    border-bottom: 1px dotted #C8C9CA;
}
.sup-problem div{
    font-size: 20px;
    padding-bottom: 6px;
    color: #000;
    padding: 0 10px 10px;
}
.sup-problem textarea{
    padding: 10px;
    width: 100%;
    height: 100px;
}

.faq-area .quote-btn{
    background: #C00A14;
    border: none;
}
.faq-area .quote-btn:hover{
    background: #F3B007;
    border: none;
}
.sup-rr-con{
    padding: 20px 0;
}
.sup-rr-con>div{
    color: #777777;
    display: flex;
    line-height: 30px;
    margin-bottom: 10px;
    align-items: flex-start;
}
.sup-rr-con>div .tt{
    width: 80px;
}
.sup-rr-con>div .tt-r{
    width: 80%;
}
.sup-tel{
    display: flex;
    align-items: center;
    padding: 40px 0 10px;
}
.sup-tel div{
    padding: 4px 20px;
    background: #B70008;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

/* contact-top */
.contact-top{
    font-size: 48px;
    color: #E00B0A;
    font-weight: bold;
}

.faq-area .faq-content{
    margin-left:0;
    border: none;
    background: #EBECED;
    margin-top: 70px;
}
.contact-con{
    padding: 50px 0 0;
    /* background: #fefefe; */
}
.contact-con>div{
    display: flex;
    margin-bottom: 30px;
    color: #333333;
}
.contact-con>div .iconfont{
    font-size: 26px;
    width: 40px;
}
.contact-con>div .rr{
    width: 80%;
}

.faq-area .contact-form input[type="text"], .faq-area .contact-form input[type="email"]{
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #DBDBDC;
}
.faq-area .faq-content .contact-form textarea#message{
    border: none;
    background: #fff;
}
/* .mm-top */
.mm-top{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mm-top img{
    width: 100%;
    height: auto;
}
.mm-title{
    position: absolute;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.a-top{
    position: relative;
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 60px;
    /* padding-bottom: 30px; */
}
.a-top::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100px;
    border: 2px solid #DF0108;
}
.a-con{
    /* padding: 30px 0; */
}
.a-con p{
    color: #333333;
}
.a-top-ll{
    padding: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #DF000B;
    color: #fff;
    font-size: 16px;
}
.a-top-num{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}
.a-top-num span{
    font-size: 16px;
}
.a-top-rr{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.a-top-rr>div{
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}
.a-top-rr>div>div{
    width: 350px;
    color: #333333;
    font-size: 16px;
}
.a-top-rr>div img{
    width: 30px;
    margin-right: 15px;
    height: auto;
}
.a-top-rr>div>div span{
    color: #DF000B;
}

.a-bb-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.a-bb-title{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.a-bb-title::after{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 80px;
    background: #DF0108;
    height: 2px;
}
.a-bb-desc{
    color: #888;
}
.a-bb-top a{
    display: inline-block;
    border: 1px solid #D3D4D5;
    padding: 8px 20px;
    font-size: 20px;
    color: #8F9091;
}
.a-bb-top a:hover{
    background: #DF000B;
    border: 1px solid #DF000B;
    color: #fff;
}
.a-bb-top a .iconfont{
    margin-left: 10px;
}

/* a-bb-box */
.a-bb-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.a-bb-list{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.a-bb-list:nth-child(3n){
    margin-right: 0;
}
.a-bb-bg{
    width: 100%;
}
.a-bb-bg img{
    width: 100%;
    height: auto;
}
.a-bb-con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.a-bb-con .title{
    padding: 40px 16px 20px;
    /* border-bottom: 1px solid #B4B5B6; */
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.a-bb-con .desc{
    font-size: 16px;
    color: #939495;
    line-height: 24px;
    padding: 20px 16px;
}


/* mm-add */
.mm-add{
    box-shadow: 0 6px 6px #f4f4f4;
    color: #555;
}
.mm-add a{
    font-size: 16px;
    color: #555;
    margin: 0 10px;
}
.mm-add a:hover{
    color: #DE0100;
}
.mm-add .iconfont{
    color: #DE0100;
    margin-right: 10px;
    font-size: 26px;
}

/* pro-type */
.pro-type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E1E2E2;
    margin: 40px 0 20px;
}
.pro-type>a{
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 20px 0;
    color: #595A5B;
    font-size: 18px;

}
.pro-type .active{
    color: #DF000B;
    position: relative;
}
.pro-type .active::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 50%;
    left: 25%;
    border: 1px solid #DF000B;
}
.clients-text img{
    width: 100%;
    height: auto;
}
.clients-text .title{
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.clients-text a{
    width: 150px;
    padding: 5px;
    margin: auto;
    border: 1px solid #CFCFCF;
    text-align: center;
    color: #555;
}
.clients-text a .iconfont{
    margin-left: 10px;
}
.clients-text a:hover{
    background: #DF000B;
    color: #fff;
    border: 1px solid #DF000B;
    transition: 1s;
}
.pro-bg{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.pro-bg img{
    width: 100%;
    height: auto;
}
.por-bg{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.por-bg img{
    width: 100%;
    height: auto;
}

/* type */
.pro-rr .title{
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.pro-rr .desc{
    line-height: 30px;
    font-size: 16px;
    padding: 30px 0;
    color: #505050;
    min-height: 100px;
}
.pro-rr .type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #888;
}
.pro-rr .type .top{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.pro-rr .type .color{
    width: 30px;
    height: 30px;
    border-radius: 1px;
}
.bgred{
    background: red;
    border: 1px solid red;
}
.bgblock{
    background: #fff;
    border: 1px solid #f4f4f4;

}
.bgblue{
    background: blue;
    border: 1px solid blue;

}
.bgyellow{
    background: yellow;
    border: 1px solid yellow;

}
.bggreen{
    background: green;
    border: 1px solid green;

}

.pro-btn{
    margin-top: 50px;
    padding: 14px 0;
    border-top: 1px solid #D8D9DA;
    border-bottom: 1px solid #D8D9DA;
    width: 100%;
    display: flex;
    align-items: center;
}
.pro-btn a{
    color: #fff;
}
.pro-btn a:hover{
    color: #D33133;
    background: #fff;
}
.btn-ll{
    padding: 7px 20px;
    color: #fff;
    border: 1px solid #D33133;
    font-size: 16px;
    font-weight: 600;
    background: #D33133;
    border-radius: 4px;
}
.btn-rr{
    position: relative;
    background: #D33133;
    border-radius: 4px;
    padding: 6px;
    margin-left: 12px;
}
.btn-rr img{
    width: 26px;
    height: auto;
}
.btn-rr:hover .erm-box{
    opacity: 1;
}
.btn-rr .erm-box{
    opacity: 0;
    position: absolute;
    left: -50px;
    width: 150px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.btn-rr .erm-box .img{
    width: 100%;
    height: auto;
}
/* pro-nav */
.pro-nav{
    border-bottom: 1px solid #EDEEEF;
    display: flex;
    align-items: center;
}
.pro-navd{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    padding: 0 35px;
    background-color: #fff;
    z-index: 10;
    width: 1170px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pro-nav a{
    padding: 50px 5px 15px;
    /* width: 200px; */
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-right: 30px;
}
.pro-nav a:hover{
    color: red;
}
.pro-nav .active{
    border-bottom: 2px solid red;
}
.toptop{
    padding: 50px 0 10px;
    border-bottom: 1px solid #EDEEEF;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.pro-content p{
    margin: 0;
}



.height-415{
    height: 415px;
}
.ment-title{
    font-size: 36px;
    color: #E00B0A;
    font-weight: 600;
    padding: 20px 0;
}

.ment-list{
    width: 31%;
    margin-right:4%;
    background: #EFF0F1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #EFF0F1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.ment-list:hover{
    transform: translateY(-20px);
    border-bottom: 8px solid #E00B0A;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.ment-list:nth-child(3n){
    margin-right: 0%;
}
.ment-list img{
    width: 60px;
    margin: 40px 0 30px;
}
.ment-list-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.ment-list-desc{
    margin: 20px;
    color: #333435;
    text-align: center;
    min-height: 70px;
    line-height: 20px;
    font-size: 14px;
}


.abimg{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}

.abimg img{
    width: 500px;
    height: auto;
}
.abimg span{
    color: #E00B0A;
}
.a-con{
    min-height: 300px;
    line-height: 30px;
    font-size: 18px;
    color: #747576;
}
.ab-btn{
    background: #DF000B;
    color: #fff;
    padding: 10px 50px;
    margin-top: 50px;
}
.ab-btn:hover{
    background: rgb(250, 3, 15);
}


/* new */
.new-btn{
    font-weight: 600;
    color: #7e8ca0;
    background: #fff;
    display: inline-block;
    border: 1px solid #CFCFCF;
    padding: 10px 20px;
    width: 134px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
    font-size: 18px;
}
.new-btn:hover{
    background: #E00B0A;
    color: #fff;
}

/* pro-new-shu */
.pro-new-shu{
    border: 1px solid #8F9091;
    position: relative;
}
.pro-new-shu div{
    position: absolute;
    width: 20%;
    left: 40%;
    text-align: center;
    height: 40px;
    background: #fff;
    top: -20px;
    line-height: 40px;
    font-size: 18px;
    color: #323436;
    font-weight: bold;
}
.new02{
    position: absolute;
    width: 400px;
    height: auto;
    top: 0;
    left: -200px;
}
.time-banner{
    position: relative;
    max-width: 1990px;
    width: 100%;
    /* height: 600px; */
    margin:  0 auto;
}
.time-banner .m-banner{
    float: right;
    padding: 50px 120px 100px 20px; 
    width: 1560px;
    height: 100%;
    background: url(./images/img/banner-bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 1;
    background-position: 0 210px;
}
.time-banner .m-banner .swiper-container2{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.time-banner .m-banner .swiper-container2 .swiper-slide{
    width: 384px!important;
    height: 400px;
}
.time-banner .m-banner .swiper-container2 .swiper-slide .img{
    width: 290px;
    height: 120px;
}
.time-banner .m-banner .swiper-container2 .swiper-slide .time{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-top: 90px;
}
.time-banner .m-banner .swiper-container2 .swiper-slide .desc{
    margin-top: 35px;
    width: 100%;
    min-height: 120px;
    padding: 20px 20px 20px 10px;
    color: #fff;
    font-size: 16px;
    word-break: break-all;
    background-color: #B90000;
}
.time-banner .swiper-button-next,.time-banner .swiper-button-prev{
    position: absolute;
    width: 45px;
    height: 90px;
    z-index: 10;
    cursor: pointer;
    background-color: #B90000;
    background-size: 20px 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.time-banner .swiper-button-next:focus,.time-banner .swiper-button-prev:focus{
    outline: none;
}
.time-banner .swiper-button-next{
    right: 8%;
    top: 42%;
}
.time-banner .swiper-button-prev{
    left: 13%;
    top: 42%;
}
.p-banner{
    position: relative;
    max-width: 1990px;
    width: 100%;
    height: 675px;
    margin:  0 auto;
    /* border-top: 1px solid #ebebeb; */
    padding-bottom: 50px;
}
.p-banner .m-banner{
    width: 1520px;
    height: 100%;
    overflow: hidden;
}
.p-banner .m-banner .swiper-container2{
    position: relative;
    height: 100%;
 
}
.p-banner .m-banner .swiper-container2 .swiper-slide{
    width: 400px!important;
    height: 440px;
}
.p-banner .m-banner .swiper-container2 .swiper-slide .img{
    position: absolute;
    z-index: -1;
    width:400px;
    height: 440px;
}
.swiper-wrapper .swiper-slide:first-child .img{
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}
.p-banner .m-banner .swiper-container2 .swiper-slide .desc{
    position: absolute;
    bottom: -13%;
    width: 100%;
    padding: 20px 20px 20px 10px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .5);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.p-banner .m-banner .swiper-container2 .swiper-slide:hover .desc{
    bottom: 0;
}
.p-banner .m-banner .swiper-container2 .swiper-slide .desc h2{
    color: #fff;
}
.p-banner .m-banner .swiper-container2 .swiper-slide .desc p{
    color: #fff;
}
.p-banner .swiper-button-next, .p-banner .swiper-button-prev{
    width: 45px;
    height: 45px;
    top: -18%;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
    /* background-color: #E60000; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.p-banner .swiper-button-prev{
    left: 66%;
    background-image: url(./images/img/btn-prve.png);
}
.p-banner .swiper-button-next{
    right: 25%;
    background-image: url(./images/img/btn-next.png);
}
.p-banner .swiper-button-next:hover{
    background-image: url(./images/img/btn-next-sel.png);
}
.p-banner .swiper-button-prev:hover{
    background-image: url(./images/img/btn-prve-sel.png);
}

.p-banner .section-headline{
    width: 75%;
    padding: 60px 0;
}
.p-banner .b-bg{
    position:absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.p-banner .b-bg .img{
    width: 100%;
    height: auto;
}
/* three-con */
.three-con{
    display: flex;
    align-items: flex-end;
    margin-top: -50px;
}
.three-con .three-ll{
    width: 50%;
    padding: 50px 20px;
    background: #BF2325;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 228px;
}
.three-con .three-ll a:hover{
    color: #fff;
}
.three-list{
    width: 50%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
.three-list .iconfont{
    font-size: 60px;
}
aside{
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 99999;
}
aside > .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 60px; */
    color: #fff;
    background-color: #D3D3D3;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
aside > .item >.i{
    font-size: 30px;
}
aside > .item:hover{
    background-color: #E1000A;
}
aside .contact{
    padding: 10px 5px;
}
aside .mes{
    margin-top: 5px;
    padding: 15px 10px;
}

#mesmask{
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}
#pwdmask{
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99;
}
.m-inputbox{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    padding-top: 120px;
    width: 600px;
    height: 680px;
    z-index: 999;
    background: url('./images/img/inputbg.png') no-repeat center/cover;
}
.m-inputpwd{
    height: 400px;
    background: url('./images/img/inputbg2.jpg') no-repeat center/cover;

}
.m-inputbox .h5{
    font-size: 28px;
    color: #101010;
    text-align: center;
}
.m-inputbox .m-main{
    margin-top: 40px;
    padding: 0 30px;
}
.m-inputbox .f-box{
    display: flex;
    justify-content: space-between  ;
}
.m-inputbox .f-box .m-item:nth-child(2){
    margin-left: 10px;
}
.m-inputbox .m-main .m-item{
    margin-bottom:20px;
    width: 100%;
}
.m-inputbox .m-main .m-item > p{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #101010;
}
.m-inputbox .m-main .m-item > input{
    margin-top: 10px;
    width: 100%;
    background-color: #F7F7F7;
    height: 45px;
    outline: none;
    border: none;
    color: #bbb;
    text-indent: 25px;
}
.m-inputbox .m-main .m-item > textarea{
    margin-top: 10px;
    resize:none;
    background-color: #F7F7F7;
    outline: none;
    border: none;
    color: #bbb;
    width: 100%;
    text-indent: 25px;
}
.m-inputbox  .sub{
    width: 90%;
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color:#E1000A ;
    border-radius: 6px;
    border: none;
}
.m-inputbox  .sub:focus{
    outline: none;
}
.section-headline .ertitle{
    color: #838383;
    font-size: 16px;
}
.table-hover>tbody>tr td{
    color: #6e6e6e!important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    width: 50%;
}
.table-hover>tbody>tr td:nth-child(2){
    background-color: #f5f5f5!important;

}
.table-hover>tbody>tr td:nth-child(2):hover{
    background-color: #fff!important;
    color: #E40101!important ;
}
.table-hover>tbody>tr td:nth-child(1):hover{
    /* background-color: #E1000A!important; */
    /* color: #fff!important ; */
}
#two >.dw{
    margin-top: 50px;
    float: right;
    width: 265px;
    height: 235px;
    /* border: 1px solid #101010; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
#two >.dw >image{
    width: 265px;
    height: 235px;
}
.mmtab tr td{
    padding: 0 8px !important;
}
.mmtab tr td:nth-child(2n){
    text-align: center;
}


.pro-block{
    display: none !important;
}