@charset "utf-8";
/* CSS Document */

/*case*/
.case{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 4%;
    display: table;
}
.all_title{
    width: 100%;
    height: auto;
    text-align: left;
}
.all_title p{
    font-size: 2.2vw;
    color: #333;
}
.all_title span{
    font-size: 0.8vw;
    color: #999;
    display: block;
    margin-top: 2px;
    text-transform: uppercase;
}
.case_bottom{
    width: 100%;
    height: auto;
    margin-top: 2%;
    overflow: hidden;
    display: table;
}
.caseMenu{
    margin-bottom: 3%;
    overflow: hidden;
}
.caseMenu li{
    float: left;
    text-align: center;
    width: 12.5%;
    height: auto;
    display: table;
}
.caseMenu li a img{
    width: 60%;
    margin: 0 auto;
}
.caseMenu li a{
    width: 100%;
    height: 100%;
    display: block;
}
.caseMenu li a img:nth-child(1){
    display: block;
}
.caseMenu li a img:nth-child(2){
    display: none;
}
.caseMenu li a p{
    font-size: 0.88vw;
    margin-top: 6%;
    color: #333;
    width: 100%;
}
.caseMenu .on a img:nth-child(1){
    display: none;
}
.caseMenu .on a img:nth-child(2){
    display: block;
}
.caseMenu .on a p{
    color: #b20202;
}
.caseMain{
    width: 100%;
    overflow: hidden;
}
.caseMain .caseBox{
    width: 100%;
    height: 100%;
}
.caseMain .caseBox li{
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
}
.caseMain .caseBox li:nth-child(4n){
    margin-right: 0
}
.case_img{
    width: 100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
.case_img img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.case_img a{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    transition: .6s;
}
.case_img a p{
    font-size: 0.88vw;
    color: #fff;
    width: 86%;
    margin: 0 auto;
    margin-top: 8%;
    text-align: center;
}
.caseMain .caseBox li:hover .case_img img{
    transform: scale(1.1)
}
.caseMain .caseBox li:hover .case_img a{
    display: block;
}
.all_more{
    width: 14%;
    height: 56px;
    margin: 0 auto;
    margin-top: 1%;
    background:url(/statics/images/tem/all_more_bg.png)no-repeat center;
    background-size: 100% 100%;
}
.all_more a{
    display: block;
    height: 100%;
    color: #b20202;
    padding-left: 56px;
    font-size: 0.88vw;
    line-height: 56px;
    letter-spacing: 1px;
}
.all_more:hover{background:url(/statics/images/tem/all_more_bg2.png)no-repeat center;background-size: 100% 100%;}
.all_more:hover a{color: #fff;}

/* advantage */
.advantage{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 2%;
    display: table;
}
.adv_bottom{
    width: 100%;
    height: auto;
    margin-top: 2%;
    display: table;
}
.adv_bottom li{
    float: left;
    width: 19.1%;
    margin-right: 1%;
    overflow: hidden;
    position: relative;
}
.adv_bottom li:last-child{margin-right: 0;}
.adv_bottom li img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.adv_font{
    width: 100%;
    height: 28%;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    transition: 0.6s;
}
.adv_font img{
    width: 30%!important;
    height: auto!important;
    margin: 0 auto;
    margin-top: -15%;
}
.adv_font b{
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 2%;
    font-size: 1.2vw;
    color: #333;
    font-weight: normal;
}
.adv_font p{
    width: 90%;
    margin: 0 auto;
    margin-top: 2%;
    font-size: .8vw;
    color: #999;
    text-transform: uppercase;
}
.adv_font_detail{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.adv_font_detail a{
    width: 100%;
    height: 100%;
    display: block;
}
.adv_font_detail a img{
    width: 100%;
    height: 100%;
}
.adv_bottom li:hover img{transform:scale(1.05);}

/*honor*/

.honor{
    margin-top: 4%;
}
.honor_bottom{
    width: 100%;
    height: auto;
    display: table;
    margin-top: 2%;
}
.honor_fl{
    width: 48%;
    height: 25vw;
    overflow: hidden;
    position: relative;
}
.prod_bg{
	width: 100%;
	height: 510px;
}
#prod{
	height:auto; 
	margin:0 auto;
}
#kinds_l{
	background:url("/statics/images/tem/honor_icon1.png") no-repeat;
	background-position: left center;
    width: 28px;
    height: 28px;
	cursor: pointer;
	position: absolute;
    bottom: 50%;
    left:0;
	background-size: 100% 100%;
}
#kinds_l:hover{
	background:url("/statics/images/tem/honor_icon3.png") no-repeat;
	background-size: 100% 100%;
}
#kinds_r{
	background:url("/statics/images/tem/honor_icon2.png") no-repeat;
	background-position: right center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
    bottom: 50%;
    right: 0;
	background-size: 100% 100%;
}
#kinds_r:hover{
	background:url("/statics/images/tem/honor_icon4.png") no-repeat;
	background-size: 100% 100%;
}
#kinds_d{
	width:100%; 
    height:100%;    
    margin-left: 36px;
    margin-top: 24px;
	overflow:hidden;
	float: left;
}
.kinds_list{
	width:100%;
	height: 410px;
}
.kinds_list ul{
	width:100%;
	height: 100%;
}
.kinds_list li{
	float: left;
    width: 340px;
    height: auto;
	margin-right: 32px;
	overflow: hidden;
}
.kinds_list li a{
    width: 100%;
    display: block;
}
.kinds_list li a img{
    width: 100%;
}
.honor_fr{
    width: 50%;
    height: 25vw;
    overflow: hidden;
    background-color: #f5f5f5;
}
.honor_font{
    width: 90%;
    margin: 0 auto;
    height: 70%;
    margin-top: 10%;
    background-color: #fff;
}
.honor_font p{
    width: 88%;
    padding: 10% 0 0 10%;
    font-size: 0.8vw;
    color: #666;
    line-height: 1.5vw;
}
.honor_font a{
    display: block;
    width: 30%;
    height: 56px;
    margin: 5% 0 0 10%;
    line-height: 56px;
    color: #666;
    font-size: 0.89vw;
    letter-spacing: 1px;
    background:url(/statics/images/tem/all_more_bg1.png)no-repeat center;
    background-size: 100% 100%;
}
.honor_font a span{
    display: inline-block;
    padding-left: 24%;
}
.honor_font a:hover{
    background:url(/statics/images/tem/all_more_bg.png)no-repeat center;
    background-size: 100% 100%;
    color: #b20202;
}

/* partner */
.partner{
    width: 100%;
    height: auto;
    margin-top: 4%;
    background-color: #f5f5f5;
}
.partner_bottom{
    width: 100%;
    height: 21vw;
    margin-top: 2%;
    overflow: hidden;
    padding-bottom: 5%;
}
.partner_fl{
    width: 27%;
    height: 100%;
    background:url(/statics/images/tem/partner_left_bg.png)no-repeat left center;
    background-size: contain;
}
.partner_fl ul{
    width: 72%;
    float: right;
    height: 90%;
    margin-top: 5%;
    overflow: hidden;
}
.partner_fl li{
    float: left;
    width: 45%;
    height: 30%;
    margin: 0 10% 6% 0;
    background-color: #d0d0d0;
}
.partner_fl li:nth-child(2n){margin-right: 0;}
.partner_fl li a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.partner_fl li a p{
    font-size: 1vw;
    color: #333;
    margin-top: 20%;
}
.partner_fl li a span{
    display: block;
    margin-top: 1%;
    font-size: 0.8vw;
    color: #666;
    text-transform: capitalize;
}
.partner_fl li:hover{background-color: #b20202;}
.partner_fl li:hover a p{color: #fff;}
.partner_fl li:hover a span{color: #fff;}
.partner_fr{
    width: 69%;
    height: 100%;
}
.partner_fr ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.partner_fr li{
    float: left;
    width: 19%;
    height: 23%;
    background-color: #fff;
    margin: 0 1.24% 1% 0;
    overflow: hidden;
}
.partner_fr li:nth-child(5n){margin-right: 0;}
.partner_fr li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.partner_fr li a img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
    max-width: 100%;
    max-height: 100%;
}
.partner_fr li:hover a img{transform: scale(1.1);}

/*news*/
.news{
	width: 100%;
	height: auto;
    margin-top: 5%;
    display: table;
}
.news_title{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
}
.newsMenu{
    width: 84%;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.newsMenu li{
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-right:5%;
}
.newsMenu li a{
    font-size: 1.2vw;
    color: #333;
    line-height: 3vw;
}
.newsMenu .on a{
    display: block;
    color: #b20202;
    border-bottom:3px solid #b20202;
}
.news_botom{
    width: 84%;
    max-width: 1600px;
    height: 23vw;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 2%;
}
.newsMain{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.newsMain .newsBox{
    width: 100%;
    height: 100%;
}
.news_fl{
    width: 48%;
    height: 100%;
    overflow: hidden;
}
.news_img{
    width: 100%;
    height: 64%;
    overflow: hidden;
}
.news_img a{
    width: 100%;
    height: 100%;
    display: block;
}
.news_img a img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.news_font{
    width: 100%;
    height: 26%;
    overflow: hidden;
}
.news_font_data{
    width: 10%;
    height: 70%;
    text-align: left;
    margin-top: 3%;
    border-right: 1px solid #e5e5e5;
}
.news_font_data p{
    font-size: 2vw;
    color: #333;
}
.news_font_data span{
    font-size: 0.8vw;
    color: #666;
    display: block;
    margin-top: 1%;
}
.news_font_detail{
    width: 86%;
    height: 100%;
}
.news_font_detail a{
    display: block;
    padding-top: 4%;
    font-size: 1vw;
    color: #333;
}
.news_font_detail p{
    font-size: 0.8vw;
    color: #666;
    margin-top: 1%;
}
.news_fl:hover .news_font_detail a{color: #b20202;}
.news_fl:hover .news_font_detail p{color: #b20202;}
.news_fl:hover .news_img a img{transform: scale(1.1);}
.news_fr{
    width: 48%;
    height: 100%;
    overflow: hidden;
}
.news_fr ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_fr li{
    width: 100%;
    height: 27%;
    overflow: hidden;
    margin-top: 2%;
    border-bottom: 1px dashed #ddd;
}
.news_fr li:first-child{margin-top: 0;}
.news_fr li:hover .news_font_detail a{color: #b20202;}
.news_fr li:hover .news_font_detail p{color: #b20202;}

/* customize_qa */
.customize_qa{
	width: 100%;
	height: auto;
    margin-top: 2%;
    display: table;
}
.customize_qa_fl{
    width: 10%;
    height: 8vw;
    text-align: center;
    color: #fff;
    background-color: #b20202;
}
.customize_qa_fl b{
    display: block;
    font-size: 1.2vw;
    padding-top: 16%;
}
.customize_qa_fl span{
    display: block;
    font-size: 1vw;
    padding-top: 1%;
}
.customize_qa_fl a{
    display: block;
    width: 60%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #b20202;
    text-align: center;
    margin-top: 12%;
}
.customize_qa_fl a:hover{color: #fff;background-color: #666;}
.customize_qa_fr{
    width: 88%;
    height: 8vw;
    color: #666;
}
.customize_qa_fr ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.customize_qa_fr li{
    float: left;
    width: 28%;
    height: 100%;
    margin-right: 8%;
}
.customize_qa_fr li:last-child{margin-right: 0;}
.customize_qa_fr li a{
    display: block;
    font-size: 1vw;
    color: #333;
}
.customize_qa_fr li a n{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 0.8vw;
}
.customize_qa_fr li p{
    margin-top: 4%;
    font-size: .8vw;
    line-height: 1.3vw;
    text-align: justify;
    height: 60%;
    overflow: hidden;
}
.customize_qa_fr li p i{
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #b20202;
    color: #fff;
    text-align: center;
    font-size: 0.8vw;
    line-height: 18px;
}
.customize_qa_fr li:hover a{color: #b20202;}
.customize_qa_fr li:hover p{color: #b20202;}
@media screen and (min-width:1700px) and (max-width:1900px){
    .kinds_list li{ width: 300px;}
}
@media screen and (min-width:1400px) and (max-width:1700px){
    .kinds_list li{ width: 250px;}
}
@media screen and (min-width:1200px) and (max-width:1400px){
    .kinds_list li{ width: 210px;}
}