*{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: PingFangSC-Medium;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.content{
    width: 1200px;
    margin: 0 auto;
}
img{
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: #323232;
}
ul li{
    list-style: none;
}
/* 头部 */
.header{
    position: relative;
    height: 70px;
    line-height: 70px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ededed;
    z-index: 99;
}
.header >div{
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
}
.header .logo img{
  height: 44px;
  cursor: pointer;
  vertical-align: middle;
}
.header_right{
    float: right;
}
.header_right ul li{
    float: left;
    padding-right: 45px;
}
.header_right ul li a{
    display: inline-block;
}
.header_right ul li:last-of-type{
    padding-right: 0;
}
.header_right ul li:hover >a{
    color: #E82D1E;
    border-bottom: 2px solid #E82D1E;
}
.header_right .active >a{
    color: #E82D1E;
    border-bottom: 2px solid #E82D1E;
}
.header_right li a{
	position: relative;
}
.header_right .dl_zc a{
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #F63C3C;
    color: #F63C3C;
    font-size: 14px;
    border-radius: 50px;
}
.header_right .dl_zc a:last-of-type{
    background: #F63C3C;
    color: #fff;
    margin-left: 10px;
}
.header_right li:nth-of-type(2):hover .moreserver {
    transform: rotate3d(0, 0, 0, 0deg);
    transform-origin: 50% 0%;
    max-height: 1000px;
}
.header_right li:nth-of-type(2):hover .no_lower {
   display: none;
}
.header_right li:nth-of-type(2):hover .lower {
   display: block;
   position: absolute;
   top: 44%;
   right: -18px;
}
.lower{
	display: none;
}
.moreserver{
    position: absolute;
    left: 0;
	border-top: 0.5px solid #e5e5e5;
    border-bottom: 0.5px solid #e5e5e5;
    transform: rotate3d(1, 0, 0, -90deg);    
    z-index: 100;
    max-height: 0px;
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}
.moreserver .son_content{
    margin-left: 20px;
}
.moreserver .son_content:first-of-type{
    margin-left: 0;
}
.moreserver .pro_title{
    display: flex;
    align-items: center;
}
.moreserver .pro_title img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.moreserver .knowle_top{
    padding-bottom: 40px;
}
.moreserver .knowle_top >div{
    overflow: hidden;
    float: left;
    width: 25%;
    height: 50px;
    line-height: 22px;
    margin-top: 40px;
}
.moreserver .knowle_top >div:first-of-type,
.moreserver .knowle_top >div:nth-of-type(2),
.moreserver .knowle_top >div:nth-of-type(3),
.moreserver .knowle_top >div:nth-of-type(4){
    margin-top: 0;
}
.moreserver .knowle_top >div .mainimg{
    float: left;
}
.moreserver .knowle_top a >img{
    width: 48px;
}
.moreserver .knowle_top >div div{
    float: left;
    height: 100%;   
    margin-left: 20px;
}
.moreserver .knowle_top >div:first-of-type{
    margin-left: 0;
}
.knowle_top >div:hover h2{
   color: #F63C3C;
}
.son_content{
    float: left;
	position: relative;
	overflow: hidden;
}
.son_content .son-left{
	float: left;
}
.son_content .son-left:nth-of-type(2){
    margin-left: 20px;
}
.son_content .son-left >div{
    width: 220px;
    margin-bottom: 10px;
}
.son_content .son-left .sonhp{
   display: block;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 15px 20px;
    line-height: 24px;
    box-sizing: border-box;
}
.son_content .son-left >div:hover h2,
.son_content .son-left >div:hover p{
    color: #E82D1E;
}
.son_content .son-left h2{
	line-height: 1em;
	font-weight: 400;
	font-size: 16px;
	margin: 2px 0 4px;
}
.son_content .son-left h2 img{
	width: 36px;
	height: 16px;
	position: relative;
	top: 1px;
	margin-left: 4px;
}
.moreserver h2{
    font-weight: 400;
    font-size: 16px;
    margin: 2px 0 4px;
}
.moreserver h2 img{
    width: 50px;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.moreserver a p{
    font-size: 14px;
    color: #999;
}
.son_content .son-left p{
	font-size: 12px;
	color: #999;
	margin-top: 14px;
}
/* 轮播 */
.banner {
    position: relative;
}
.banner_container{
    height: 420px;
    width: 100%;
}
.banner_container .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%  100%;
    background-position: 50%;
    min-width: 1055px;
}
.index-slide{
    position: relative;
    height: 520px;
}
.banner .bd {
    position: absolute;
    width: 100%;
    height: 520px;
}
.banner .bd ul{
    width: 100%;
}

.banner .bd li {
    width: 100%;
    height: 520px;
}

.banner .hd {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .hd li {
    width: 35px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: -140px;
}

.banner .hd li:before,
.banner .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -1px;
}

.banner .hd li:before {
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.banner .hd li:after {
    z-index: 2;
    background: #fff;
    width: 0;
}

.banner .hd li.on:after {
    width: 100%;
    transition: width 3s ease-in-out;
}
.imgtop{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
/* 内容 */
.wrapper{
    background: #F8F8F8;
    padding-bottom: 60px;
}
.section-title{
    text-align: center;
}
.section-title h1{
    font-size: 34px;
    padding-top: 60px;
}
.section-title p{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.main_container .section{
    padding-bottom: 60px;
}
.desc{
    font-size: 14px;
    color: #999;
}
/* 数字 */
.g-tac{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.g-tac .s-fs26{
    font-size: 46px;
    margin-bottom: 10px;
}
/* 适用场景 */
.scene{
    margin-top: 30px;
}
.scene li{
    overflow: hidden;
    position: relative;
    float: left;
    width: 277px;
    height: 200px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 30px;
}
.scene li:nth-of-type(4n-3){
    margin-left: 0;
}
.scene li >img{
    width: 100%;
    height: 100%;
}
.scene li .scene_top{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.scene li .scene_top img{
    margin: 50px 0 20px;
}
.scene li .scene_top p{
    font-size: 20px;
}
.scene li:hover .scene_top{
    background: linear-gradient(to top,#FE6D03,#FE8103);
}
/* 内容底部 */
.speciallast{
    width: 100%;
    height: 400px;
    background: url("../images/pcwx/493.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}
.speciallast >div{
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
}
.specialright{
    text-align: left;
    padding-top: 50px;
}
.specialright h2{
    font-size: 26px;
}
.specialright >p{
    font-size: 14px;
    margin: 34px 0 63px;
}
.specialright .formbot p{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.specialright .formbot input{
    width: 216px;
    height: 40px;
    text-indent: 10px;
    outline: none;
    border: none;
}
.specialright .formbot button{
    position: relative;
    top: 1px;
    width: 105px;
    height: 42px;
    background: linear-gradient(0deg, #FE6D03 0%, #FE8103 100%);
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
}
/* 尾部 */
.footer{
    width: 100%;
    background: #1C1A1A;
    color: #FFF;
}
.footer_top{
    border-bottom: 1px solid #969799;
    padding: 50px 0 37px;
}
.footer_top div{
    width: 25%;
    float: left;
}
.footer_top div:first-of-type{
    margin-left: 0;
}
.footer_top div img{
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 6px;
}
.footer_about{
    padding-top: 40px;
}
.footer_contact{
    width: 25%;
    float: left;
}
.footer_contact:last-of-type{
    margin-right: 0;
}
.footer_contact h3{
    line-height: 24px;
    margin-bottom: 14px;
}
.footer_contact p{
    font-size: 14px;
    line-height: 20px;
}
.footer_contact p:hover a{
    color: #fff;
}
.footer_contact p a{
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
    color: #969799;
    letter-spacing: 0.58px;
    white-space: nowrap;
}
.footer_contact .open_shop{
    width: 175px;
    display: flex;
    margin-top: 10px;
    margin-right: 4px;
    padding: 5px 0 2px;
    background: #F63C3C;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}
.footer_contact .open_shop img{
    width: 36px;
    height: 36px;
    margin: 0 10px;
    animation: mylogo 1000ms infinite alternate-reverse linear;
}
.footer_contact .open_shop em{
    font-size: 14px;
    font-style: normal;
}
.footer .common_copy{
    font-size: 12px;
    margin: 32px auto 0;
    border-top: 1px solid #969799;
    padding: 32px 0;
    color: #969799;
}
.footer .common_copy span{
    margin-right: 24px;
}
.footer .common_copy span:nth-of-type(3) img{
    width: 14px;
    margin-right: 4px;
}
/* 右边固定小图标 */
.position{
    position: fixed;
    right: 0;
    bottom: 50px;
    background: linear-gradient(180deg, #F63C3C 0%, #FF5A4E 100%);
    padding: 3px 0;
    z-index: 999;
}
.position a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.position >div{
    width: 60px;
    height: 54px;
    padding: 5px 0 7px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.position >div:nth-of-type(2){
    padding: 10px 0;
}
.position >div:last-of-type{
    padding-top: 10px;
    margin-bottom: 10px;
}
.position div p{
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    font-weight: 300;
}
.fixed-btn-item-split{
    height: 1px;
    width: 48px;
    background: rgba(0, 0, 0, 0.3);
    margin: 10px auto 0px;
}
.qrcode_popover{
    overflow: hidden;
    display: none;
    position: absolute;
    bottom: 0;
    border-radius: 2px;
    left: -150px;
    padding: 10px 10px 8px !important;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
}
.qrcode_popover img{
    width: 100px;
    height: 100px;
}
.qrcode_popover p{
    font-size: 12px;
    line-height: 17px;
    color: #666;
    margin-top: 8px;
}
.position div:last-of-type:hover .qrcode_popover::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    bottom: 21px;
    box-shadow: 5px -5px 5px 0 rgba(0,0,0,.02);
    background-color: #fff;
}
.position div:last-of-type:hover .qrcode_popover{
    display: block;
}
.bigtitleimg{
    position: relative;
    top: -24px;
    width: 10px;
    transform: rotate(90deg);
    margin-left: 10px;
}