/* 
* @Author: sublime text
* @Date:   2019-10-16 10:28:11
* @Last Modified by:   sublime text
* @Last Modified time: 2020-12-15 15:03:29
*/
/*搜索*/
#sousuo{width: 100%;height: 100px;background: #fff;box-shadow: 0px 13px 29px 0px rgba(204, 204, 204, 0.4);}
#sousuo .fl{font-size: 16px;color: #808080;padding-top: 40px;}
#sousuo .fl a{color: #808080;padding: 0 5px;}
#sousuo .fl a:hover{color: #d7000f;}
#sousuo .fr{margin-top: 35px;}


.title{font-size: 18px;color: #666666;text-transform: uppercase;text-align: center;letter-spacing: 1px;}
.title p{font-size: 42px;font-weight: bold;color: #333333;line-height: 70px;padding-top: 70px;}
.title p span{color: #d7000f;}
.title img{display: inline-block;padding: 0 10px;}

/*解决方案*/
#jiejue .bottom{margin-top: 50px;}
#jiejue .bottom .fl{width: 50%;}
#jiejue .bottom .fl img{width: 100%;display: block;}
#jiejue .bottom .fr{width: 50%;position: relative;}
#jiejue .bottom .fr .tu{position: absolute;z-index: -1;}
#jiejue .bottom .fr .tu img{width: 100%;display: block;}
#jiejue .bottom .fr p{font-size: 40px;color: #333333;font-weight: bold;margin-left: 20%;padding-top: 10%;}
#jiejue .bottom .fr span{display: block;width:50%;margin-left: 20%;font-size: 20px;color: #333333;font-weight: bold;margin-top: 3%;text-align: right;}
#jiejue .bottom .fr dl{margin-left: 15%;margin-top: 5%;width: 62%;}
#jiejue .bottom .fr dl dt{float: left;text-align: center;width: 33.3%}
#jiejue .bottom .fr dl dt img{display: block;margin:0 auto;margin-bottom: 10px;}


/*清单*/

#qindan{width:100%;height:780px;} 
.index_con02_switch_btn_wrap{width: 1000px;height:180px;margin:0 auto;line-height: 58px;font-size: 20px;text-align: center;background: #fff;position: relative;z-index: 11;box-shadow: 0px 0px 10px 10px rgba(204, 204, 204, 0.4);top:90px;}
.index_con02_switch_btn .tu{display: block;margin:0 auto;width: 44px;height: 44px;overflow: hidden;margin-top: 50px;}
.index_con02_switch_btn .tu img{transition:0.5s;margin-top: -44px;}
.index_con02_switch_btn a{font-size: 18px;color: #666666;width: 100px;float: left;height: 150px;display: block;padding: 0 50px;padding-bottom: 27px;}
.index_con02_switch_btn a.active{color: #d7000f;border-bottom: 3px solid #d7000f;}
.index_con02_switch_btn a.active .tu img{margin-top: 0px;}

.index_con02_switch_btn .line{position: absolute;left: 0;top:50px;}
.index_con02_switch_btn .line i{display: block;width: 1px;height: 40px;background: #d7000f;float: left;margin-left: 199px;}



.index_con02_switch_box{width: 100%;position: relative;display: none;}
.index_con02_switch_box_img_box{width: 100%;overflow: hidden;position: absolute;z-index: -1;top: 0;height:550px;}
.index_con02_switch_box_img_box img{width: 100%;display: block;}


@media screen and (min-width:1500px){
#qindan{width:100%;height:930px;} 
}