﻿@charset "utf-8";

body > *{
	/*border:1px red solid;*/
}
a{
	text-decoration: none;
	color: #000;
    display: block;
}
a:active{
	color: #000;
}

.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 14px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.font-26{
    font-size: 26px;
}
.font-28{
    font-size: 28px;
}



.red{
    color: red;
}
.ccc{
    color: #ccc;
}
.blue{
    color: blue;
}
.green{
    color: green;
}
.white{
    color: white;
}



.text-cen{
    text-align: center;
	color:#000;
}
.text-ind{
    text-indent: 2rem;
}
.text-ind img{
	max-width: 820px;
}
.line-hgt{
    line-height: 2rem;  
}
.blod{
	font-weight: bold;
}


.menu{
    width: 30px;
    height: 30px;
    z-index: 3;
    display: none;
}
.menu span{
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
}
.Auto div img{ width: auto;}
.a-btn {
    width: 70px;
    padding: 2px;
    /* margin: auto calc(100% - 70px - 25px); */
    font-size: 14px;
    border: 1px #7b7b7b solid;
    color: #7b7b7b;
    text-align: center;
    white-space: nowrap;
}

#search::-ms-clear,
#search::-webkit-search-cancel-button{
    display:none;
}

#search:focus{
    outline: none;
    /* border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed; */
}

.fa-search {
     outline: none;
}


#search {
	border-radius: 20px;
	border:1px #727272 solid;
	padding:6px 15px;
    font-size: 12px;
	
}
.fa-search {
	background: none;
	border:none;
	width: 16px;
	height: 16px;
	position: relative;
	left: -30px;
    background: #FFF;
}





#welcome{
	background: url(../images/welcome-bg.jpg);
}
.banner .wiper-slide{
    z-index: -1 !important;
}
.swiper-slide img{ vertical-align: bottom;}
.li-child-active{
    background: #d0121c;
}
.li-child-active a{
    color: #FFF !important;
}


nav > ul > li > ul{
    display: none;
}
nav > ul > li:hover >ul{
    display: block;
}


.ewm{
    z-index: 2;
    overflow: hidden;
}
.hov-ewm{
    position: absolute;
    z-index: -1;
    left: calc((137px - 81px) / -2);
    transition: .55s all;
    opacity: 0;
}
.ewm:hover{
    overflow: initial;
}
.ewm:hover .hov-ewm{
    display: block;
    opacity: 1;
    overflow: hidden;
    z-index: 1;
}



#header nav ul li a{
	font-size: 18px;
	text-decoration: none;
}

#header nav ul li a:hover{	

	border-bottom:3px #78a9ff solid;
}


#header nav ul li ul li a{
	font-size: 14px;
	text-decoration: none;
}

#header nav ul li ul li:hover{
    background-color:#78a9ff;
}
#header nav ul li ul li a:hover{
	color:#fff;   
	border-bottom:0px #78a9ff solid;
}





.swiper-slide{
	text-align: center;
}

.swiper-container .swiper-slide{
	overflow:hidden;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    

}
.swiper-container-1 .swiper-slide{
	border: 1px #c1d2fe solid;
}

.swiper-container-4 .swiper-slide{
	border: 1px #bfbfbf solid;
	border: 1px #bfbfbf solid;
}


.swiper-container-2 .swiper-slide {
    cursor: pointer;
}


.active a{
	color: #373737 !important;
}
.about .info-text {
	margin-left: 30px;
    max-width: 56%;
}

.about .info-text > p{
	line-height: 30px;
}

.about .info-icons div{margin-right:30px;}
.about .info-icons p{
	margin: 0 0 0 5px;
}



.tab .tab-list div{
	margin: 10px;
	width: 150px;
	padding: 10px 0;
	background: #d0121c;
	color: #FFF;
	text-align: center;
    cursor: pointer;
}


.tab .tab-page > div{
	display: none;
}
.prod-tab-active{
	display: block !important;
}




.news .new-info{
	margin:0 0 0 10px;
}
.news-list > div{
    
    margin-bottom: 20px;
}
.new-info p:nth-child(1){
	color: #000;
}
.new-info p:nth-child(2){
	color: #797979;
}


footer{
	background: #30343e;margin-top: -18px;
}
footer *{
    color: #fff;
}
footer .copy{
	box-sizing: border-box; width:1200px; margin:0px auto; padding:0px;
}
footer .copy p{ line-height:55px;}




/*******************/

#alert-img{
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,.5);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 10;
}

#alert-img::before{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(2px);
    z-index: 2;
}
#alert-img .img-box{
    height: 90%;
    overflow: auto;
    z-index: 3;
}
#alert-img img{
    margin: 0 auto;
    vertical-align: bottom;
    z-index: 3;
}
#alert-img .close{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 3;
    cursor: pointer;
}
#alert-img .close::before{
    display: block;
    content: "关闭";
    color: #FFF;
    font-size: 1rem;
}




.contact-fixed {
        width: 250px;
        height: 160px;
        position: fixed;
        top: 35%;
        left: calc(100% - (250px - (250px - 41px)));
        display: flex;
        align-items: center;
        border-radius: 20px 0 0 20px;
        border-top: 1px #ed4646 solid;
        border-bottom: 1px #ed4646 solid;
        overflow: hidden;
        transition: .65s ease-out all;
        cursor: pointer;
        background: #FFF;
        z-index: 10;
    }

    .contact-fixed:hover {
        left: calc(100% - 250px);
    }

    .contact-box {
        height: 100%;
        display: flex;
        align-items: center;

    }

    .contact-box>* {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .contact-box .c-show {
        background: #ed4646;
        padding: 0 10px;
        height: 100%;
    }

    .c-tit {
        text-align: center;
        writing-mode: vertical-lr;
        letter-spacing: 5px;
        color: #FFF;
        font-weight: blod;
    }

    .contact-box .c-show span {
        color: #FFF;
        font-size: 20px;
    }

    .c-info {
        margin: 0 20px;
        height: 85%;
    }

    .c-info ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .c-info ul li {
        color: #f60;
        font-size: 14px;
    }

    .c-info ul li a img {
        vertical-align: bottom;
    }




h1.detailName {
    display: none;
}
.al-title {
    padding: 0 !important;
}

.ntitle {
    font-size: 18px !important;
}





			
			
			/* 产品中心  */
			*{
			margin:0;
			padding:0;
			}
			.chanpin{
	width: 269px; height: 220px; border: 1px solid #BFBFBF; text-align: center ;
	
}.chanpin img {
	max-width: 267px; height:218px;
}
			.tab_index {
				width: 1200px;
				margin: 30px auto 0px auto;
			}
			
			.tab_index:after {
				content: '';
				display: block;
				clear: both;
			}
			
			.tab_index li {float: left;
				/*width: 150px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				cursor: pointer;
				list-style: none;
				
				margin: 0 10px;
				background: #10C4F9;
		color:#fff;	*/			}
			
			.tab_index li.active {
				/*background: #10C4F9;*/
				color:#fff;
			}
			.content_index{
			margin-bottom:50px}
			.content_index:after {
				content: '';
				display: block;
				clear: both;
			}
			.content_index{
			width: 1200px;margin: 0 auto;
			}
			.content_index li {
				width: 1200px;
				margin-top: 20px;
				display: none;
			}
			.content_index li a{
				color: black;
			}
			.box_1{
				max-width: 275px;
				float: left;
				margin:18px  10px;
				height: 256px;
				/* border: 1px solid #BFBFBF; */
				overflow:hidden;
			}
			.box_1 p{
				text-align: center;
				color:#2d80fe;
				width:267px;
				height: 37px;
				line-height: 37px;
				font-size: 13px;
			}
			.box_1:hover p{
				color:#2d80fe;
			}
			.chanpin:hover{
			border:1px solid #2d80fe;
			}
			
			@media screen and (max-width: 1222px) { .none{display:none; }
			.indexmaindiv{display:none;}
			.info-icons{display:none; }
}

			@media screen and (max-width: 1222px) { .info-icons flex{display:none; }
}

#lin p{
				width: 100%;
				height: 40px;
				text-align: center;
				line-height: 40px;
			}
			
			
			

.page_hole {
	padding-top: 105px;
	width: 100%;
	background: #f5f6f7;
	height: 335px;
	margin-top:-20px;
}

.page_hole ul {
	width: 1200px;
	margin: 0 auto;
}

.page_hole ul li {
	width: 20%;
	float: left;
	position: relative;
}

.page_hole ul li#contain_1{
    background:url(../skin/images/img/cd1.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_1:hover{
    background:url(../skin/images/img/cd1-1.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_2{
    background:url(../skin/images/img/19yw.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_2:hover{
    background:url(../skin/images/img/19yw-1.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_3{
    background:url(../skin/images/img/duixiang.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_3:hover{
    background:url(../skin/images/img/duixiang-1.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_4{
    background:url(../skin/images/img/xfjc.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_4:hover{
    background:url(../skin/images/img/xfjc-1.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_5{
    background:url(../skin/images/img/fhdoor.png) no-repeat 25px 0px;
	}
.page_hole ul li#contain_5:hover{
    background:url(../skin/images/img/fhdoor-1.png) no-repeat 25px 0px;
	}



.page_hole ul li .img_text {
    width:100%;
    height:100%;
    margin:70px 0px 0px 0px;
	height: 50px;
	text-align:center;
	line-height:20px;
}
.page_hole ul li:hover {
	color:#fff;
}

.page_hole ul li .img_text p{
	display:block;
	width:100%;
	height:100%;
	color:#333;
	text-align:center;
	line-height:20px;
}

.page_hole ul li .img_text p:hover{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}



.page_hole a {
	margin-right: 0px;
	margin-top: 20px;
    text-align: center;
}	
		
.page_hole ul li#contain_2 .img_text,.page_hole ul li#contain_5 .img_text{
     margin:80px 0px 0px 0px;
	}
	
	
.product_box {
	margin-top: 85px;
	text-align: center;
}
.product_box1 {
	padding-top: 106px;
	text-align: center;
}

.tab_index li.active span{
	display: inline-block;
	padding: 10px 0;
	width: 140px;
	background: #1049c7;
	border-radius: 25px;
	margin: 0 25px;
	text-align:center;
}
.tab_index ul li span {
	display: inline-block;
	padding: 10px 0;
	width: 140px;
	background: #2d80fe;
	border-radius: 25px;
	margin: 0 25px;
	text-align:center;
}
.tab_index ul li{color: white;}
.product_box img{ text-align:center; margin:10px auto;}
.product_box1 img{ text-align:center; margin:10px auto;}

.hole_page3 {
	width: 100%;
	background: #f5f6f7;
	height:705px;
	margin-top: 40px;
	padding-top: 10px;
}
.page_hole4 {
	width: 100%;
	background: #2d80fe;
	height: 623px;
}
.about{ width:1200px; margin:0 auto; padding:0px; padding-top:80px;}


.page_hole5 {
	height: 620px;
	width: 100%;
	background: #ffffff;
}

.pro_box ul {
	margin: 0 auto;
	width: 1200px;
}

.pro_box ul li {
	height: 460px;
	width: 360px;
	margin-right: 58px;
	float: left;
}

.pro_box ul li:last-child {
	margin-right: 0;
}
.page_hole6 {
	height: 723px;
	width: 100%;
	background: url(../skin/images/img/bcg.png) center top;
	margin-bottom: -20px;
}

.page_hole6 ul {
	width: 1200px;
	margin: 0 auto;
	padding:0px;
	margin-top:55px;
}

.page_hole6 ul li {
	height: 120px;
	margin-bottom: 35px;
	position: relative;
}

.page_hole6 ul li img {
	height: 120px;
	width: 210px;
}

.news_left {
	float: left;
}

.news_right {
	float: right;
	width: 945px;
}

.page_hole6 .under_line {
	width: 777px;
	height: 1px;
	background: darkgray;
	position: absolute;
	bottom: 0;
}

.page_hole6 .news_right p {
	line-height: 30px;
}

.page_hole6 .button {
	width: 80px;
	height: 25px;
	background: #2d80fe;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
}
.button a{ color:#fff;}
.button a:hover{ color:#fff;}