*{margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;outline:0px;}
@font-face {
  font-family: 'SourceHanSansSC-Medium'; 
  src: url('../fonts/SourceHanSansCN-Medium.eot'); 
  src: url('../fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SourceHanSansCN-Medium.woff') format('woff'), 
  url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'), 
  url('../fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg'); 
} 
@font-face {
  font-family: 'SourceHanSansSC-Regular'; 
  src: url('../fonts/SourceHanSansSC-Regular.eot'); 
  src: url('../fonts/SourceHanSansSC-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SourceHanSansSC-Regular.woff') format('woff'), 
  url('../fonts/SourceHanSansSC-Regular.ttf') format('truetype'), 
  url('../fonts/SourceHanSansSC-Regular.svg#SourceHanSansSC-Regular') format('svg'); 
} 
@font-face {
  font-family: 'SourceHanSansSC-Medium'; 
  src: url('../fonts/SourceHanSansCN-Medium.eot'); 
  src: url('../fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SourceHanSansCN-Medium.woff') format('woff'), 
  url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'), 
  url('../fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg'); 
} 
@font-face {
  font-family: 'DINEngschriftStd'; 
  src: url('../fonts/DINEngschriftStd.eot'); 
  src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINEngschriftStd.woff') format('woff'), 
  url('../fonts/DINEngschriftStd.ttf') format('truetype'), 
  url('../fonts/DINEngschriftStd.svg#DINEngschriftStd') format('svg'); 
} 
@font-face {
  font-family: 'Century-Gothic'; 
  src: url('../fonts/Century-Gothic.eot'); 
  src: url('../fonts/Century-Gothic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Century-Gothic.woff') format('woff'), 
  url('../fonts/Century-Gothic.ttf') format('truetype'), 
  url('../fonts/Century-Gothic.svg#Century-Gothic') format('svg'); 
} 
@font-face {
  font-family: 'SourceHanSansSC-Normal'; 
  src: url('../fonts/SourceHanSansCN-Normal.eot'); 
  src: url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SourceHanSansCN-Normal.woff') format('woff'), 
  url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'), 
  url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCNNormal') format('svg'); 
} 
.scale-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
   transition: all .8s ease 0s;
}
.scale-img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.clearfix:after{content: ""; display: block; clear: both;}
.mobheader_wrapper{display: none;box-shadow: 3px 3px 11px 5px rgb(0 0 0 / 9%);}
.trs{
  -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
   transition: all .8s ease 0s;
}

@-webkit-keyframes jitter{
    0%{
        transform: translateY(10px);
    }
    50%{
      transform: translateY(0px);
    }
    100%{
        transform: translateY(0px);
    }
}
@keyframes jitter{
    0%{
        transform: translateY(5px);
    }
    50%{
      transform: translateY(0px);
    }
    100%{
        transform: translateY(-5px);
    }
}
.jitter{
    animation:jitter 2.5s infinite;
}



/* list_about_brief */
.bannerinside{position: relative;}
.bannerimg{display: block;max-width:100%;margin-left: auto;margin-right: auto;}
.bannerinside h5{font-family: 'CenturyGothic';font-size: 54px;line-height: 54px;position: relative;padding-bottom: 30px;top: 356px;}
.bannerinside i{display: block;width: 46px;height: 4px;background:#fff;position: absolute;top:425px;left:50%;margin-left:-23px;}
.bannerinside > p{font-family: 'SourceHanSansSC-Medium';font-size: 46px;line-height: 46px;top: 448px; }
.bannerinside h5,.bannerinside > p{color: #ffffff;position: absolute;width:100%;text-align: center;z-index: 99;}
.bannerjt{display: block;position: absolute;bottom:62px;width: 23px;left:50%;margin-left: -11.5px;height: auto;transition: all 0.3s ease-out 0s;cursor: pointer;     }

.breadcrumbs{height: 100px;line-height: 100px;border-bottom: solid 3px #000000;}
.breadcrumbs .w-1600{position: relative;}
.breadcrumbs a,.breadcrumbs  label{font-size: 16px;color:#666666;font-weight: normal;  font-family: 'SourceHanSansSC-Regular';}
.breadcrumbs .left a{padding-right: 43px;position: relative;}
.breadcrumbs .left a:last-of-type{padding-right:0px;}
.breadcrumbs .left a:after{content:"";display: block;position: absolute;right: 17px;top:50%;margin-top: -6px;
width: 0;
    height: 0;
    border-left: 6px solid #666666;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
 }
.breadcrumbs .left a:last-of-type:after{display: none;}
.inside-nav{position: absolute;right:0px;top:0px;line-height: 100px;}
.inside-nav a{padding-left: 35px;}
.inside-nav a.hover{color: #f1711b; font-family: 'SourceHanSansSC-Medium'; }
.section_qf_intro{margin-top: 70px;margin-bottom: 76px;overflow: hidden;}
.qf_intro_content{background: #f8f8f8;padding:90px 78px 0px 90px;position: relative;}
.qf_intro_content,.about_company_img{width: 50%;height: 516px;float: left;}
.about_company_img{display:block;}
.qf_intro_content label{font-family: 'DINEngschriftStd'; font-size: 70px;color:#ececec;text-transform: uppercase;line-height: 70px;}
.qf_intro_content h3{font-size: 40px;color:#010101;font-family: 'SourceHanSansSC-Medium';margin-top: -57px;line-height: 40px;padding-bottom: 38px;position: relative;}
.qf_intro_content h3:after{content:"";display:block;width: 47px;height: 4px;background:#333333;position: absolute;bottom:0px;left:0px;}
.qf_intro_txt{margin-top:33px;font-size: 18px;color:#010101;line-height: 36px;font-family: 'SourceHanSansSC-Regular';}

.qf_half_con{width:50%;float: left;position: relative;}
.qf_half_con .qf_half_img{display:block;width:100%;height:auto;}
.qf_half_con1:after{content:"";display:block;width:100%;height: 100%;background:rgb(0 0 0 / 55%);position: absolute;top:0px;left:0px;}
.section_qf_bottom{overflow: hidden;position: relative;}
.section_qf_bottom .w-1600{position: absolute;left:50%;margin-left: -800px;top:0px;height:100%;z-index: 99;
padding-top: 80px;
}
.section_qf_bottom .w-1600 .about_bot_logo{position: absolute;left:507px;top: 80px;display: block;width: auto;height:55px;}
.section_qf_bottom .w-1600 label{font-size:20px;color:#ffffff;font-family: 'SourceHanSansSC-Regular';font-weight: normal;margin-bottom: 16px;display: block;}
.section_qf_bottom .w-1600 h3{font-size: 36px;color:#fff;font-family: 'SourceHanSansSC-Regular';padding-bottom: 19px;position: relative;}
.section_qf_bottom .w-1600 h3:after{content:"";display: block;width: 42px;height: 4px;background:#ffffff;position: absolute;bottom:0px;left:0px;}
.section_qf_bottom .w-1600 p{max-width: 706px;font-family: 'SourceHanSansSC-Regular';font-size: 18px;line-height: 36px;color:#fff;margin-top: 73px;}
.qf_bottom_more{border: solid 1px #fff;border-radius:30px;font-size: 16px;font-family: 'SourceHanSansSC-Regular';width: 158px;height: 48px;line-height: 48px;display: block;padding-left: 28px;color:#fff;background: url(../img/jt_bot.png) no-repeat 109px center;
position: absolute;bottom: 110px;left:0px;
}

#qf_half_con_txt2{width:50%;max-width: 706px;float: right;}
#qf_half_con_txt2 .about_bot_logo{left: initial;right:0px;}
#qf_half_con_txt2  .qf_bottom_more{left: initial;right: 550px;}
.qf_half_con.show  .logoshowimg,.qf_half_con_txt1{display: none;}
.qf_half_con .logoshowimg,.qf_half_con_txt1.show{display: block;}
.qf_half_con:after{content:"";display: block;width: 100%;height:100%;position: absolute;top: 0px;left: 0px;}
.qf_half_con.show:after{background:rgb(0 0 0 / 55%);}
.qf_half_con.hide:after{background:rgb(0 0 0 / 10%);}
.about_bot_img2_logo,.about_bot_img1_logo{position: absolute;width: auto;height: 73px;top:50%;margin-top: -36.5px;left:50%;z-index: 99;transform:translateX(-50%);}
.about_bot_img1_logo{width: auto;height: 73px;margin-top: -36.5px;transform:translateX(-50%);}

/* list_about_culture */
.tit_en_com,.history_en_tit,.brand_en_tit{font-family: 'DINEngschriftStd';font-size: 80px;color:#ececec;line-height: 80px;text-transform: uppercase;}
.tit_cn_com,.history_cn_tit,.brand_cn_tit{font-family: 'SourceHanSansSC-Medium';font-size: 44px;line-height: 44px;color:#010101;margin-top: -53px;}
.tit_en_com,.tit_cn_com{text-align: center;width:100%;}
.section_qf_culture{padding-top: 70px;}
.culture_content{overflow: hidden;margin-top: 60px;}
.culture_mission,.culture_vision{width:48.5%;position: relative;}
.culture_mission{float: left;}
.culture_vision{float: right;}
.culture_cat{height: 63px;line-height: 63px;width: 286px;background: #fff;border-radius: 30px;}
.culture_cat{position: absolute;left: 56px;top: 123px;padding-left: 24px;font-size: 38px;font-weight: normal;color:#010101;}
.culture_cat label{font-family: 'SourceHanSansSC-Medium';font-weight: normal;}
.culture_cat span{ font-family: 'Century-Gothic'; text-transform: uppercase;padding-left: 13px;}
.culture_mid{font-size: 22px;color:#ffffff;line-height: 46px;font-family: 'SourceHanSansSC-Regular';position: absolute;left: 74px;}
.culture_mid{top: 219px;}
.partition{margin-top: 34px;}
.section_qf_concept{padding-top: 63px;padding-bottom: 92px;}
.concept_content{margin-top: 60px;position: relative;}
.concept_content h5{font-size: 50px;color:#ffffff;line-height: 50px;position: absolute;font-family: 'SourceHanSansSC-Medium';width:100%;text-align: center;top: 82px;}
.concept_content ul{position: absolute;display: flex;padding:0px 160px;top: 213px;position: absolute;width:100%;justify-content: space-between;align-items: center;}
.concept_content ul img{display: block;margin-left: auto;margin-right: auto;}
.concept_content p{font-size: 26px;color:#ffffff;line-height: 46px;margin-top: 23px;}
.concept_content span{display: block;text-align: center;}
/* list_about_honor */
.section_qf_glory{padding-top: 73px;}
.glory_ul ul{overflow: hidden;padding-top: 43px;}
.glory_ul li{width: 379px;position: relative;margin-right: 28px;margin-top: 24px;float: left;}
.glory_ul li:nth-of-type(4n){margin-right:0px;}
.glory_ul li:hover p{color:#f1711b;}
.glory_ul li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.glory_ul p{font-size: 18px;color:#666666;text-align: center;line-height:68px;
	text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;  
}

.list-page-wrap{display: flex;justify-content: center;align-items: center;margin-bottom: 79px;margin-top: 55px;}
.list-page-wrap a,.list-page-wrap span{
    height: 40px;
    width: 40px;
    border-radius:50%;
    margin-right: 20px;
   text-align: center;
    text-align: center;
    color: #595959;
    display: block;
    float: left;
    line-height:40px;
    font-size:16px;
  font-family: "Century-Gothic";

}
.list-page-wrap span{line-height:35px;}
.list-page-wrap .active,.list-page-wrap a:hover {
    background: #f1711b;
    color:#fff;
}

.list-page-wrap .prev, .list-page-wrap .next {
    color: #f1711b;
    background: none;
    text-align: center;
}
.list-page-wrap .prev:hover, .list-page-wrap .next:hover {
    color: #f1711b;
}

/* list_about_speech */
.section_qf_speech{padding-top: 75px;margin-bottom: 94px;overflow: hidden;}
.speech_img{display: block;width: 554px;float: left;margin-left: 109px;}
.speech_content{float: left;width: 937px;padding:62px 104px 0px 106px;}
.speech_en_tit{font-family: 'DINEngschriftStd';font-size: 70px;color:#ececec;line-height: 70px;text-transform: uppercase;}
.speech_cn_tit{font-family: 'SourceHanSansSC-Medium';font-size: 44px;line-height: 44px;color:#010101;margin-top: -53px;position: relative;padding-bottom: 37px;}
.speech_cn_tit:after{content:"";display: block;width: 47px;height: 4px;background: #333333;position: absolute;bottom:0px;left:0px;}
.speech_txt{font-size: 18px;color:#010101;font-family: 'SourceHanSansSC-Regular';line-height: 36px;margin-top: 33px;}
.speech_txt p{margin-bottom: 25px;}
.speech_txt p:last-of-type{margin-bottom:0px;}

/* list_about_history */
.breadcrumbs_history{position: absolute;top: 140px;width:100%;}
.breadcrumbs_history .w-1600{background:rgb(255 255 255 / 18%);height: 66px;line-height: 66px;padding-left: 23px;position: relative;}
.breadcrumbs_history .w-1600 a,.breadcrumbs_history .w-1600 label{font-size: 16px;color:#fff;font-family: 'SourceHanSansSC-Regular'; }
.breadcrumbs_history .w-1600 label{font-weight: normal;}
.breadcrumbs_history .left a{padding-right: 43px;position: relative;}
.breadcrumbs_history .left a:last-of-type{padding-right:0px;}
.breadcrumbs_history .left a:after{content:"";display: block;position: absolute;right: 17px;top:50%;margin-top: -6px;
width: 0;
    height: 0;
    border-left: 6px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
 }
.breadcrumbs_history .left a:last-of-type:after{display: none;}
.inside-nav-history{position: absolute;right:30px;top:0px;line-height: 66px;}
.inside-nav-history a{padding-left: 35px;}
.inside-nav-history a.hover{color: #f1711b; }
.history_en_tit{color:rgb(236 236 236 / 30%);}
.history_cn_tit{color: #ffffff;}
.history_tit{position: absolute;top: 290px;text-align: center;width:100%;}

.i-his-con{
	position: absolute;
	top: 510px;
	left: 0;
	width: 1600px;
	left:50%;margin-left: -800px;
}
.i-his-con .title,
.i-his-con .i-his-slick{
	color: #fff;
}
.i-his-con .i-his-slick{
	margin-top: 0px;
	padding: 0 50px;
	position: relative;
	float: left;
	width: 100%;
}
.i-his-con .i-his-slick::after{
	position: absolute;
	top: 76px;
	left: 8%;
	width: 84%;
	border-bottom: 1px dashed #fff;
	content: "";
}
.i-his-con .i-his-slick .slick-slide{
	padding: 0 30px;
}
.i-his-year{
	font-size: 20px;
	position: relative;
}
.i-his-year span{
	font-size: 48px;
	margin-right: 10px;
	font-family: 'DINEngschriftStd';
}
.i-his-year::after{
	top: 58px;
	left: 30px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px dashed #fff;
	position: absolute;
	/* -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%); */
	content: "";
}
.i-his-year::before{
	top: 68px;
	left: 39px;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	/* -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%); */
	content: "";
}
.i-his-p{
	font-size: 20px;
	line-height: 32px;
	margin-top: 60px;
}
.i-his-con .i-his-slick .slick-arrow{
	top: 48px;
	width: 50px;
	height: 50px;
	border: 7px solid #fff;
	border-radius: 100%;
	background-repeat: no-repeat;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	background-position: center;
}
.i-his-con .i-his-slick .slick-arrow.slick-prev{
	left: 0;
	background-image: url(../images/l2.png);
}
.i-his-con .i-his-slick .slick-arrow.slick-next{
	right: 0;
	background-image: url(../images/r2.png);
}


/* list_cooperation_web */
.section_hz_web{padding-top: 75px;}
.network_content{margin-top: 94px;margin-bottom: 109px;overflow: hidden;}
.map_web{display: block;width: 850px;float: left;}
.network_txt{width: 730px;float: left;padding-left: 119px;padding-top: 273px;}
.network_txt span{font-size: 66px;line-height: 66px;color:#010101;display: block;font-family: 'SourceHanSansSC-Medium';margin-bottom: 18px;}
.network_txt em{font-style: normal;font-size: 34px;line-height: 34px;color:#f1711b;font-family: 'SourceHanSansSC-Medium';margin-bottom: 30px;display: block;}
.network_txt label{display: block;font-size: 26px;color:#010101;line-height: 26px;font-family: 'SourceHanSansSC-Medium';font-weight: normal;margin-bottom:14px;}
.network_txt p{font-size: 18px;color:#333333;line-height: 36px;font-family: 'SourceHanSansSC-Regular';width: 495px;}
.network_txt span,.network_txt p,.network_txt label{padding-left: 20px;}

/* list_cooperation_contact */
.section_hz_contact{padding-top: 73px;}
#hz_contact_wrapper{background: #f8f8f8;margin-top: 55px;overflow: hidden;}
.contact_left{width: 615px;height: 648px;float: left;padding:55px 0px 0px 67px;}
.contact_right{width: 983px;height: 648px;float: left;}
.contact_right img{width:100%;height:100%;}
.contact_left h3{font-size: 34px;line-height: 34px;font-weight: normal;font-family: 'SourceHanSansSC-Medium';color:#010101;}
.contact_left span{font-family: 'Century-Gothic';font-size:20px;color:#999999;display: block;margin-top: 7px;margin-bottom: 27px;}
.contact_left p{font-size: 18px;color:#333333;font-family: 'SourceHanSansSC-Medium';padding-left: 53px;height: 28px;line-height: 28px;margin-bottom: 27px;}
.contact_left p:nth-of-type(1){background: url(../img/contact_ico1.png) no-repeat left center;}
.contact_left p:nth-of-type(2){background: url(../img/contact_ico2.png) no-repeat left center;}
.contact_left p:nth-of-type(3){background: url(../img/contact_ico3.png) no-repeat left center;margin-bottom:0px;}

.contact_share{width: 195px;height: 62px;background: #000000;border-radius:50px;margin-top: 70px;display: flex;justify-content: space-between;align-items: center;padding:0px 29px 0px 37px;margin-bottom: 34px;}
.contact_share a{position: relative;display: inline-block;float: left;}
.contact_share a:after{content:"";display: block;width: 8px;height: 8px;border-radius:50%;background:#fff;position: absolute;top:50%;margin-top: -4px;right: -36px;}
.contact_share a:last-of-type:after{display: none;}
.contact_wx{width: 116px;}
.contact_wx img{border: solid 1px #dbdbdb;width: 116px;height: 116px;display: block;}
.contact_wx span{font-size: 16px;color:#333333;font-family: 'SourceHanSansSC-Regular';text-align: center;display: block;line-height: 43px;}

.section_hz_leave{margin-top: 80px;background:url(../img/leavebg.png) no-repeat right bottom;}
.contact_form{margin-top: 77px;}
.contact_form li{width: 777px;float: left;height:68px;border-bottom: solid 1px #dcdcdc;position: relative;margin-top: 22px;}
.contact_form li:nth-of-type(even){float: right;}
.contact_form li label{font-size: 16px;color:#666666;font-family: 'SourceHanSansSC-Regular';position: absolute;left: 20px;top: 26px;font-weight: normal;margin-bottom:0px;}
.contact_form li input{background: none;width:100%;height:68px;line-height: 68px;outline: 0px;padding-left: 80px;color:#000;font-size:16px;}
.contact_form li textarea{width:100%;height: 100%;background:none;outline: 0px;border: 0px;padding:68px 25px 23px 25px;color:#000;font-size:16px;}
.contact_form  textarea::-webkit-input-placeholder { 
   font-size: 16px;
    color: #666666;
    font-family: 'SourceHanSansSC-Regular';
} 
.contact_form  textarea:-moz-placeholder { 
   font-size: 16px;
    color: #666666;
    font-family: 'SourceHanSansSC-Regular';
} 
.contact_form  textarea::-moz-placeholder { 
 font-size: 16px;
    color: #666666;
    font-family: 'SourceHanSansSC-Regular';
} 
.contact_form  textarea:-ms-input-placeholder { 
   font-size: 16px;
    color: #666666;
    font-family: 'SourceHanSansSC-Regular';
}

.contact_form li.li2{width: 100%;margin-top:0px;height:170px;}
.contact_form .ajax_submit{width: 237px;height: 58px;line-height: 58px;background: #f1711b;text-align: center;border-radius: 8px;margin:60px auto 75px;clear: both;
font-size:26px;color:#fff;font-family: 'SourceHanSansSC-Regular';cursor: pointer;
}
.contact_form .ajax_submit:hover{background:#e7650f;}

/* list_cooperation_jm */
.section_hz_franchise{overflow: hidden;padding-top: 65px;}
.franchise_img,.franchise_txt{display: block;width:50%;height: 557px;float: left;}
.franchise_content{margin-top:55px;}
.franchise_txt{background: #f8f8f8;padding:84px 60px 0px 68px;}
.franchise_txt h3{font-size: 32px;color:#fff;height:55px;line-height: 55px;padding:0px 25px;background:#010101;font-family: 'SourceHanSansSC-Medium';display: inline-block;border-radius:8px;margin-bottom: 32px; }
.franchise_txt p{position: relative;font-size:20px;color:#333333; font-family: 'SourceHanSansSC-Normal';line-height:42px;padding-left: 30px;margin-bottom: 10px;}
.franchise_txt p:before{content:"";display: block;width: 10px;height: 10px;background: #f4b489;border-radius:50%;position: absolute;left:3px;top: 17px;}
.franchise_txt p:last-of-type{margin-bottom:0px;}
.section_hz_condition{padding-top: 72px;overflow: hidden;}
.section_hz_condition h3,.section_hz_apply h3{font-family: 'SourceHanSansSC-Medium';font-size:36px;line-height:36px;color:#010101;font-weight: normal;text-align: center;}
.section_hz_condition ul{display: flex;padding:0px 42px;justify-content: space-between;align-items: flex-start;margin-top: 43px;margin-bottom: 77px;}
.section_hz_condition ul img{display: block;margin:0 auto;width: 100px;height: 100px;}
.section_hz_condition ul span{font-size: 26px;line-height:26px;font-family: 'SourceHanSansSC-Medium';display: block;margin:22px auto 0px;text-align: center;}
.section_hz_condition ul i{display: block;width: 32px;height: 1px;background: #010101;margin:20px auto 0px;}
.section_hz_condition ul p{font-size: 16px;color:#666666;line-height: 32px;font-family: 'SourceHanSansSC-Normal';text-align: center;margin-top: 13px;}
.section_hz_support .support_bg{max-width:100%;width:100%;height: auto;}
.section_hz_support .w-1600{position: absolute;left:50%;margin-left: -800px;top:0px;height:100%;padding-left: 107px;padding-top: 196px;}
.section_hz_support .w-1600 h3{font-size: 36px;line-height: 36px;font-family: 'SourceHanSansSC-Medium';color:#fff;margin-bottom: 32px;}
.section_hz_support{position: relative;overflow: hidden;}
.section_hz_support ul{width: 627px;display: flex;justify-content: space-between;align-items: center;}
.section_hz_support li{height: 140px;width: 140px;border-radius:8px;background:rgb(241 113 27 / 90%);padding:30px 0px 0px 0px;}
.section_hz_support li:nth-of-type(2),.section_hz_support li:nth-of-type(4){background:rgb(248 248 248 / 90%);}
.section_hz_support li img{display: block;margin: 0 auto;}
.section_hz_support li span{font-size:20px;color:#ffffff;font-family: 'SourceHanSansSC-Regular';display: block;text-align: center;margin-top: 19px;}
.section_hz_support li:nth-of-type(2) span,.section_hz_support li:nth-of-type(4) span{color:#010101;}

.section_hz_apply{padding-top: 64px;margin-bottom: 70px;}
.section_hz_apply  .w-1600{margin-top: 46px;overflow: hidden;}
.apply_form,.apply_img{width: 50%;height:557px;float: left;display: block;}
.apply_form{background:#f8f8f8;padding:84px 130px 0px 112px;}

.apply_form li label{font-size: 18px;color:#000000;font-family: 'SourceHanSansSC-Medium';font-weight: normal;display: block;margin-bottom: 23px;margin-top: 40px;}
.apply_form li input{width:100%;height: 37px;line-height: 37px;border-bottom: solid 1px #e5e5e5; background:none; }
.apply_form li:nth-of-type(1) label{margin-top: 0px;}
.apply_form li input::input-placeholder{
	font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
}
.apply_form li input::-webkit-input-placeholder{	
	font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
}
.apply_form li input::-moz-placeholder{			
	font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
}
.apply_form li input::-moz-placeholder{			
	font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
}
.apply_form li input::-ms-input-placeholder{		
	font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
}
.selectwrap{overflow: hidden;clear: both;}
select.selectdiy_filter {
  outline:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/select_sj.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    border: solid 1px #e5e5e5;
    border-top:0px;
    border-left:0px;
    border-right:0px;
font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
    height: 37px;
    padding: 0px 24px 0px 4px;
    width:176px;display: inline-block;float: left;
    margin-right:14px;
}
select.selectdiy_filter:last-of-type{margin-right:0px;}
.ajax_submit_apply{width: 152px;height: 48px;line-height: 48px;background:#010101;color:#fefefe;font-size: 24px;text-align: center;font-family: 'SourceHanSansSC-Regular';border-radius: 8px;margin:33px auto 0px;}
/* list_news */
.section_news{padding-top: 72px;overflow: hidden;}
.news_list_wrap{margin-top: 56px;overflow: hidden;}
.news_list_wrap dl{width: 500px;height: 820px;float: left;margin-right: 50px;position: relative;margin-bottom: 68px;}
.news_list_wrap dl:nth-of-type(3n){margin-right:0px;}
.news_list_wrap dl dt{position: relative;width:100%;}
.news_list_wrap dl dt img{width:100%;height:641px;}
.news_list_wrap .extra{position: absolute;bottom: 42px;left:37px;}
.news_list_wrap .extra .time_day,.news_list_wrap .extra .time_date{font-family:"Century-Gothic","Microsoft YaHei";color:#fff;display: block;text-align: center;font-weight: bold;font-style: normal;}
.news_list_wrap .extra .time_day{font-size: 73px;font-weight: bold;padding-bottom:7px;line-height: 73px;position: relative;}
.news_list_wrap .extra .time_day:after{content:"";display: block;width: 68px;height: 1px;background: #fff;position: absolute;bottom:0px;left:50%;margin-left: -34px;}
.news_list_wrap .extra .time_date{font-size: 18px;padding-top:6px;}
.news_list_wrap dd{padding:39px 0px 0px;}
.news_list_wrap dd span,.news_list_wrap dd p{
  text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;  
}
.news_list_wrap dd span{-webkit-line-clamp:1;}
.news_list_wrap dd p{-webkit-line-clamp: 2;}
.news_list_wrap dd span{
   font-family: 'SourceHanSansSC-Regular';font-size: 26px;color:#010101;
   
}
.news_list_wrap dd p{
font-size: 16px;color:#666666;line-height: 30px;margin-top: 12px;font-family: 'SourceHanSansSC-Normal'; 
}
.news_list_wrap dl .newsjt{right:0px;bottom:0px;position: absolute;background: url(../img/newsjt.png) no-repeat center;width: 28px;height: 10px;display: block;}
.news_list_wrap dl:hover .newsjt{background: url(../img/newsjth.png) no-repeat center;}
.news_list_wrap dl:hover span{color:#f1711b;}
#list-page-wrap-news{margin-bottom: 96px;margin-top: 8px;}
#list-page-wrap-news .active,#list-page-wrap-news a:hover{background:#191919;}

/* show_news */

.news_article{overflow: hidden;}
.news-show-l{float: left;width:1244px;padding-top: 45px;}
.news-show-r{float: right;width: 295px;padding-top: 89px;}
.news-show-tit h5{font-size: 32px;color:#010101;font-family: 'SourceHanSansSC-Medium';line-height: 46px;font-weight: normal;}
.news-show-tit .pubDate{background: #191919;width:90px;border-radius:30px;font-size: 14px;color:#ffffff;font-family:"黑体","Microsoft YaHei";display: block;height: 32px;line-height: 32px;text-align: center;margin-top: 11px;}
.news-show-body,.news-show-body p,.style-show-body,.style-show-body p{font-size: 16px;font-family: 'SourceHanSansSC-Normal'; line-height: 32px;color:#333;}
.news-show-body img, .news-show-body p img,.style-show-body img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.news-show-body{padding-top: 40px;border-bottom: solid 1px #e6e6e6;padding-bottom: 63px;}
.getPre{padding-top: 20px;padding-bottom: 100px;overflow: hidden;}
.getPre p{width:48%;float: left;text-align: left;color:#191919;font-size: 16px;
	text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
}
.getPre p:last-of-type{float: right;text-align: right;}
.getPre p a{font-size: 16px;color:#333333;font-family: 'SourceHanSansSC-Normal';}
.getPre p:hover,.getPre p:hover a{color:#f1711b;}
#side_news_list_wrap dl{width:100%;height: auto;margin-bottom: 50px;}
#side_news_list_wrap dl:last-of-type{margin-bottom:0px;}
#side_news_list_wrap dl dt img{height:378px; }
#side_news_list_wrap .extra .time_day{font-size: 42px;line-height: 42px;}
#side_news_list_wrap .extra .time_date{font-size: 12px;}
#side_news_list_wrap .extra .time_day:after{width: 42px;height: 1px;margin-left: -21px;}
#side_news_list_wrap .extra{left: 24px;bottom: 30px;}
#side_news_list_wrap dd{padding:0px 0px 0px;}
#side_news_list_wrap dd p{font-size: 18px;color:#333333;line-height: 28px;font-family: 'SourceHanSansSC-Regular';margin-top: 15px;}
#side_news_list_wrap .newsjt{position: static;margin-top: 12px;}


.product-show-l,.product-show-r{ padding-top: 58px;}
.product-show-l{float: left;width: 1233px;overflow: hidden;}
.product-show-r{float: right;width:331px;overflow: hidden;}
.swiper-caseshow{position: relative;}
.product-show-l  .swiper-pagination{bottom:35px;padding-right: 45px;text-align: right;}
.product-show-l .swiper-pagination-bullet{margin:0px 7.5px!important;opacity: 1!important;width: 10px!important;height: 10px!important;}
.product-show-l .swiper-pagination-bullet-active{background:#f1711b!important;}
.pro-show-body{padding-top: 26px;padding-left: 26px;padding-right: 26px;padding-bottom: 137px;}
.product-show-l .pro-article-tit{font-size: 26px;color: #000000;margin-bottom: 23px;}
.product-show-l .detailpro{font-size: 16px;color:#333333;line-height: 32px;}
.product-show-r .pro_show_item{width:100%;margin-bottom: 34px;}
.product-show-r .pro_show_item:last-of-type{margin-bottom:76px;}
.product-show-r .pro_show_item span{font-size: 22px;}
.product-show-r  .pro_show_item p{font-size: 14px;}


/* list_social */
.section_social{padding-top: 64px;}
.social_list_wrap{padding-top: 4px;overflow: hidden;}
.social_list_wrap li{background: #f8f8f8;position: relative;overflow:hidden;margin-top: 48px;}
.social_list_wrap li .scale-img,.social_list_wrap li  .social_txt{width:800px;height: 430px;float: left; }
.social_list_wrap li  .social_txt{padding:103px 100px 0px 125px;position: absolute;right:0px;top:0px;}
.social_list_wrap li:hover .social_txt{transform: translateY(3px);}
.social_txt span{font-size:32px;line-height: 32px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-family: 'SourceHanSansSC-Medium';display: block;color: #010101;text-align: center;}
.social_txt p{font-size: 18px;color:#666666;line-height:36px;font-family: 'SourceHanSansSC-Regular';text-align: center;margin-top: 20px;
text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}
.social_txt .newsjt{display:block;width:28px;height:10px;background: url(../img/newsjt.png) no-repeat center;margin: 48px auto 0px;}
.social_list_wrap li:hover .newsjt{background: url(../img/newsjth.png) no-repeat center;}
#list-page-wrap-social{margin:90px 0px;}
#list-page-wrap-social .active,#list-page-wrap-social a:hover{background:#191919;}

/* list_style */
.section_style{padding-top: 70px;}
.style_ul ul{overflow: hidden;padding-top: 30px;padding-bottom: 65px;}
.style_ul li{width: 500px;position: relative;margin-right: 50px;margin-top: 23px;float: left;}
.style_ul li:hover p{color:#f1711b;}
.style_ul li:nth-of-type(3n){margin-right:0px;}
.style_ul p{font-size: 20px;color:#010101;text-align: center;line-height:68px;
	text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;  
}
/* show_style */
.style_article{padding-top: 64px;}
#style-show-tit h5{font-size: 40px;color:#010101;line-height: 50px;}
.pubDate2{color: #f1711b;font-size:20px; font-family: 'Century-Gothic';margin-top: 14px;display: block;}
.style-show-body,.style-show-body p{font-size: 18px;color:#333333;line-height: 36px;}
.style-show-body{padding-top:27px;border-bottom: solid 1px #e6e6e6;padding-bottom: 66px;}
#getPre_style{padding-top: 25px;padding-bottom: 69px;}

/* list_brand_bks */
.section_bex{padding-top: 63px;}
.bex_content{position: relative;padding-left: 227px;font-size: 16px;color:#000000;line-height: 30px;}
.bex_content .bex_logo{/*width: 301px;height: 110px;*/display: block;position: absolute;left: 0px;top: 7px;}
.bex_content p{margin-bottom: 16px;}
.bex_content p:last-of-type{margin-bottom:0px;}
.bex_td{position: relative;margin-top: 49px;}
.bex_bg{width:100%;height: auto;}
.bex_td h3{font-size: 45px;color:#ffffff;line-height: 60px;font-family: 'SourceHanSansSC-Regular';position: absolute;width:100%;text-align: center;z-index: 99;
top: 39%;font-weight: bold;
}
.bex_td p{font-size:30px;font-family: 'SourceHanSansSC-Regular';position: absolute;width:100%;text-align: center;z-index: 99;
bottom: 40.8%;color:#fff;}
#newh3{top:50%;margin-top: -60px;}
.bex_td ul{position: absolute;left:0px;top:237px;padding:0px 90px;display: flex;justify-content: space-between;align-items: flex-start;}
.bex_td li img{display: block;margin:0px auto;position: absolute;left:50%;transform: translateX(-50%);top:0px;}
.bex_td li span{font-family: 'SourceHanSansSC-Medium';font-size: 28px;color:#fffefe;display: block;position: relative;padding-bottom: 17px;text-align: center;}
.bex_td li span:after{content:"";display: block;width: 33px;height:3px;background:#ffffff;position: absolute;bottom:0px;left:50%;margin-left:-16.5px;}
.bex_td li p{font-family: 'SourceHanSansSC-Regular';font-size: 18px;color:#ffffff;line-height: 38px;text-align: center;margin-top: 13px;}
.bex_td li{margin-right: 90px;padding-top: 66px;position: relative;}
.bex_td li:last-of-type{margin-right:0px;}
.bex_td li:nth-of-type(1){min-width: 253px;}
.section_bex_proshow{text-align: center;padding-top: 60px;}
.tab_pro_show{background: #f8f8f8;height: 66px;line-height: 66px;display: inline-block;margin-left: auto;margin-right: auto;}
.tab_pro_show a{width: 242px;height: 66px;line-height:66px;color: #040000;font-size: 20px;font-family: 'SourceHanSansSC-Regular';display: inline-block;float: left;text-align: center;}
.tab_pro_show a.hover{background: #000000;color:#ffffff;}
.tab_pro_show a:hover{font-weight: bold;}
.pro_show_des{margin-top: 32px;font-size: 18px;color:#666666;text-align: center;font-family: 'SourceHanSansSC-Regular';margin-bottom: 52px;}
.pro_show_content{padding-top: 64px;padding-bottom: 83px;position: relative;margin-bottom: 60px;}
.pro_show_content .swiper-container-proshow{display: none;}
.pro_show_content .swiper-container-proshow:nth-of-type(1){display: block;}
.pro_show_item:nth-of-type(4n){margin-right: 0px;}
.pro_show_item{width: 378px;/* height: 471px; */float: left;background:#f8f8f8;/* margin-right: 29px; */}
.pro_show_item:hover span{color:#f1711b;}
.pro_show_item .bex_img{width:100%;height: 300px;position: relative;display:flex;display: flex;align-items: center;justify-content: center; align-content: center;}
.pro_show_item .bex_img img{display: block;margin: 0 auto;max-width:85%;}
.pro_show_item span{font-size: 26px;color:#000000;font-family: 'SourceHanSansSC-Regular';display: block;}
.pro_show_item p{font-size: 16px;color:#666666;line-height: 28px;height: 54px;margin-top: 22px;margin-bottom: 34px;
text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;  
   text-align: left;
}
.pro_show_item em{display: block;width: 26px;height: 10px;background: url(../img/newsjt.png) no-repeat center;margin-left: 36px;margin-bottom: 33px;}
.pro_show_item p,.pro_show_item span{padding-left: 26px;padding-right: 26px;text-align: left;}
.swiper-container-proshow{overflow:hidden;}
.swiper-container-proshow .swiper-pagination-bullet{background: #b7b7b6;width: 12px;height: 12px;opacity:1;margin: 0 11.5px!important;}
.swiper-container-proshow .swiper-pagination-bullet-active{background: #191919!important;}
.swiper-container-proshow .swiper-pagination-pro{position: absolute;}
/* list_brand_jmfq */
.section_jmfq{padding-top: 74px;}
.section_jmfq .jmfq_logo{max-width:100%;width: 94px;height: auto;display: block;margin:0 auto 24px;}
.jmfq_content{font-family: 'SourceHanSansSC-Regular';font-size: 16px;color:#000000;line-height: 30px;text-align: center;}
.jmfq_content p{margin-bottom: 10px;}
.jmfq_content p:last-of-type{margin-bottom:0px;}
.jmfq_td{position: relative;margin-top: 44px;}
.jmfq_td h3{font-family: 'SourceHanSansSC-Medium';font-size: 54px;font-weight: normal;line-height: 54px;color:#fff;position: absolute;
width:100%;text-align: center;top: 230px;
}
.jmfq_td p{font-size: 26px;color:#ffffff;line-height: 30px;text-align: center;width:100%;position: absolute;top: 318px;font-family: 'SourceHanSansSC-Regular';}
.brand_cn_tit{color: #010101;}

/* list_customizedcase */
.section_customized{padding-top: 72px;}
.section_customized ul{overflow: hidden;padding-top: 20px;}
.section_customized li{width: 516px;margin-right: 25px;float: left;margin-top: 30px;}
.section_customized li .scale-img{width:100%;height: 319px;}
.section_customized li:nth-of-type(3n){margin-right:0px;}
.section_customized li p{line-height: 66px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 20px;color:#333333;font-family: 'SourceHanSansSC-Regular';text-align: center;}
#list-page-wrap-customized{margin-bottom: 90px;margin-top: 54px;}
#list-page-wrap-customized .active,#list-page-wrap-customized a:hover,#list-page-wrap-customized3d .active,#list-page-wrap-customized3d a:hover{background:#191919;}
/* list_customized3d */
#section_customized3d{padding-top: 44px;}
.section_customized ul.cjul{padding-top: 0px;}
.cjul li{position: relative;cursor: pointer;}
.cjul li:hover .scale-img img,.social_list_wrap li:hover .scale-img img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cjul .scale-img,.section_customized .3d li{height: 319px;}
.cjul li:after{content:"";display: block;width:100%;height:100%;position: absolute;top: 0px;left:0px;background:rgb(0 0 0 / 40%);}
.cjul li span{font-size: 26px;color:#ffffff;font-family: 'SourceHanSansSC-Regular';display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
position: absolute;top: 119px;width:100%;text-align: center;z-index: 99;padding:0px 25px;
}
.cjul li label{width: 110px;height: 38px;border: solid 1px #ffffff;display: block;font-size: 16px;color:#ffffff;font-family: 'SourceHanSansSC-Normal';
position: absolute;bottom: 113px;z-index: 99;text-align: center;left:50%;margin-left: -55px;line-height: 38px;
}
.cjul li:hover span{transform: translateY(3px);}
.cjul li:hover label{transform: translateY(-3px);}
.cjul li:hover:after{background:rgb(0 0 0 / 60%);}
#list-page-wrap-customized3d{margin-bottom: 96px;margin-top: 85px;}



.casedialog_bg{position: absolute;top:0px;left:0px;width:100%;height:100%;background:rgb(0 0 0 / 40%);display:none;}
.casedialog{width: 1390px;height: 727px;background:#fff;position: fixed;top:50%;margin-top:-363.5px;left:50%;margin-left:-695px;
padding:40px;z-index: 9999;display: none;box-shadow: 3px 3px 11px 5px rgb(0 0 0 / 15%);
  }
.casedialog_bg.active,.casedialog.active{display: block;}
.dialog_caseimg{display: block;width:940px;height: 575px;float: left; }
.casedialog_con{width: 340px;float: right;height: 575px;position: relative;}
.casedialog_con h3{font-size: 26px;color:#010101;font-family: 'SourceHanSansSC-Medium';font-weight: normal;line-height: 26px;
padding-bottom: 17px;border-bottom: solid 1px #dfdfdf;
}
.casedialog_con span{display: inline-block;padding:0px 21px;background: #000000;border-radius:30px;height: 36px;line-height: 36px;
font-size: 18px;color:#ffffff;font-family: 'SourceHanSansSC-Regular';margin-top: 20px;
}
.case_dia_txt{font-size: 16px;color:#333333;line-height: 32px;font-family: 'SourceHanSansSC-Regular';margin-top: 22px;}
.case_dia_txt p{margin-bottom: 10px;}
.case_dia_txt p:last-of-type{margin-bottom:0px;}
.case_btn_prev,.case_btn_next{width: 29px;height: 28px;cursor: pointer;position: absolute;bottom:0px;}
.case_btn_prev{background: url(../img/case_left.png) no-repeat center;left:0px;}
.case_btn_prev:hover{background: url(../img/case_lefth.png) no-repeat center;}
.case_btn_next{background: url(../img/case_right.png) no-repeat center;left: 47px;}
.case_btn_next:hover{background: url(../img/case_righth.png) no-repeat center;}
.dialog_prev,.dialog_next{width: 90px;height: 40px;line-height: 40px;font-size: 16px;color:#333333;font-family: 'SourceHanSansSC-Regular';
border:dashed 1px #b7b7b6;cursor: pointer;position: absolute;bottom: 37px;text-align: center;
}
.dialog_prev:hover,.dialog_next:hover{background: #333333;border: solid 1px #333;color:#fff;}
.dialog_prev{left: 40px;}
.dialog_next{left: 886px;}
.dialog_zx{position: absolute;font-size: 20px;color:#010101;font-family: 'SourceHanSansSC-Medium';padding-left: 38px;
background: url(../img/gt.png) no-repeat left center;bottom:37px;right: 44px;
}
.dialog_case_close{position: absolute;right: 10px;top: 8px;cursor: pointer;}



/* list_customizedonline */
.section_customizedonline{padding-top: 63px;padding-bottom: 84px;}
.section_customizedonline .w-1600{background: url(../img/online_bg.png) no-repeat right bottom;}
.online_form{width: 722px;margin-left: 76px;margin-top: 65px;}
.online_form .online_msg{font-size: 18px;color:#f1711b;font-family: 'SourceHanSansSC-Medium';margin-bottom: 28px;}
.online_form li{width: 100%;height: 49px;border: solid 1px #d9d9d9;line-height: 49px;margin-bottom: 12px;position: relative;overflow: hidden;}
.online_form li label{display: block;font-weight: normal;font-size: 14px;color:#666666;font-family: 'SourceHanSansSC-Normal';
position: absolute;left:15px;
}
.online_form li input{background: none;width:100%;height:49px;padding-left: 75px;}
.online_form li.lihafl{width:353px; }
.online_form li.lidh,.online_form li.lisf,.online_form li.liqx{float: left;}
.online_form li.lihx,.online_form li.lics{float: right;}
.online_form li.licontent{height: 197px;}
.online_form li textarea{width:100%;height:100%;padding:20px;}
.online_form  textarea::-webkit-input-placeholder { 
   font-size: 14px;
    color: #666666;
 font-family: 'SourceHanSansSC-Normal';
} 
.online_form  textarea:-moz-placeholder { 
   font-size: 14px;
    color: #666666;
     font-family: 'SourceHanSansSC-Normal';
} 
.online_form  textarea::-moz-placeholder { 
 font-size: 14px;
    color: #666666;
    font-family: 'SourceHanSansSC-Normal';
} 
.online_form  textarea:-ms-input-placeholder { 
   font-size: 14px;
    color: #666666;
    font-family: 'SourceHanSansSC-Normal';
}

.lidz{overflow: hidden;clear: both;}
.online_form li.lisf,.online_form li.liqx,.online_form li.lics{background: #f6f5f5;}
.online_form li select{width:100%;height: 49px;display: block;border:0px;
outline:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/select_sj2.png);
    background-position: right 16px center;
    background-repeat: no-repeat;
   font-size: 14px;color:#666;font-family: 'SourceHanSansSC-Normal';
    padding: 0px 16px 0px 15px;
 
}
.ajax_submit_online{width: 182px;height: 52px;line-height: 52px;background:#010101;color:#ffffff;font-size: 20px;text-align: center;font-family: 'SourceHanSansSC-Regular';border-radius: 8px;margin:25px 0px 92px;}
/* list_job */
.section_job{padding-top: 75px;text-align: center;}
.job_desc{font-family: 'SourceHanSansSC-Medium';font-size:30px;height: 54px;text-align: center;padding:0px 39px;background: #000000;display:inline-block;line-height:54px;color:#fff;border-radius:30px;margin-top: 45px;}
.job_txt{font-family: 'SourceHanSansSC-Regular';font-size:20px;color:#010101;text-align: center;line-height:44px;margin-top: 34px;}
.job_bg{width:100%;height: auto;margin-top: 66px;}
.section_opportunities{padding-top: 72px;}
.zhaopin-con{ overflow: hidden;padding-bottom: 70px;padding-top: 135px; }
.zhaopin-con-list-top{ height: 70px; background:#333333; }
.zhaopin-con-list-top span{ display: block;text-align: center; line-height: 70px; color: #ffffff; float: left; font-size: 20px;font-family: 'SourceHanSansSC-Medium';}
.zhaopin-con-list-top span:nth-of-type(1),.zhaopin-con-list-con dt > span:nth-of-type(1){width: 14.1875%;}
.zhaopin-con-list-top span:nth-of-type(2),.zhaopin-con-list-con dt > span:nth-of-type(2){width: 22.625%;}
.zhaopin-con-list-top span:nth-of-type(3),.zhaopin-con-list-con dt > span:nth-of-type(3){width: 12%;}
.zhaopin-con-list-top span:nth-of-type(4),.zhaopin-con-list-con dt > span:nth-of-type(4){width: 22.625%;}
.zhaopin-con-list-top span:nth-of-type(5),.zhaopin-con-list-con dt > span:nth-of-type(5){width: 14.75%;}
.zhaopin-con-list-top span:nth-of-type(6),.zhaopin-con-list-con dt > span:nth-of-type(6){width: 13.8125%;}
.zhaopin-con-list-con{ }
.zhaopin-con-list-con li{ border-top:1px solid #dcdcdc;  }
.zhaopin-con-list-con li:nth-of-type(1){border-top:0px;}
.zhaopin-con-list-con li:nth-of-type(even){background: #f8f8f8;}
.zhaopin-con-list-con dt { width: 100%; height: 70px; font-size: 16px;  color: #666;  cursor: pointer;  position: relative;}
.zhaopin-con-list-con dt span:last-child:after{
    content: "";
    position: absolute;
    width: 21px;
    height: 22px;
    background: url(../img/add.png) no-repeat;
    top: 50%;
    margin-top: -11px;
    right: 37px;
}

.zhaopin-con-list-con li.lion{ border-bottom: 0;background: #f1711b; }
.zhaopin-con-list-con dt > span {font-family: 'SourceHanSansSC-Regular'; display: block; position: relative;float: left; text-align: center; line-height: 70px;height: 70px; font-weight: normal; color: #333333;  font-size: 16px;}
.zhaopin-con-list-con li.lion dt > span{color:#fff;}
.zhaopin-con-list-con li.lion dt span:last-child:after{ background: url(../img/plus.png) no-repeat;}
.ddnew{ display: none;  background: #ebebeb; padding:28px 82px 54px;}
.ddnew p { text-align: left;  margin-left: 0;  line-height: 32px;  font-size: 16px; color: #333333;font-family: 'SourceHanSansSC-Regular';}
.ddnew .spanlabel{ font-size: 16px; color:#333333;display: block;font-family: 'SourceHanSansSC-Medium';margin-bottom:16px;margin-top: 22px; }
.ddnew span:first-child{ margin-top: 0; }
.apply_btn{ width: 145px;height: 50px;line-height: 50px;text-align: center;background: #f1711b;color:#fff;border-radius:8px;margin:30px 0px 0px;font-size: 20px;font-family: 'SourceHanSansSC-Medium';}
.zhaopin-con-list-con li.lion .ddnew{ display: block; }
.dialog_jobbg{width:100%;height:100%;background:rgb(0 0 0 / 70%);position: absolute;top:0px;left:0px;display: none;}
.dialog_job{width:1403px;height: 800px;position: fixed;top:50%;margin-top: -400px;left:50%;margin-left:-701.5px;background:#fff;
padding:34px 190px 0px;display: none;    z-index: 99999;box-shadow: 3px 3px 11px 5px rgb(0 0 0 / 15%);

 }
 .dialog_job.active,.dialog_jobbg.active{display: block;}
.dialog_job_tit{height: 80px;line-height: 80px;border-bottom: solid 1px #d2d2d2;text-align: center;font-size: 20px;color:#333333;font-family: 'SourceHanSansSC-Regular';}
.dialog_job_con{margin:0 auto;overflow: hidden;padding:5px 150px 0px 64px;}
.dialog_job_con li{height: 37px;position: relative;margin-top: 22px;
display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}
.dialog_job_con li label{font-size: 18px;color:#333333;height: 37px;line-height: 37px;font-family: 'SourceHanSansSC-Regular';text-align: right;margin-right: 24px;width: 100px;display: block;}
.dialog_job_con li input.input,.dialog_job_con li textarea,.dialog_job_con li select{width: 247px;display: block;border: solid 1px #cccccc;float: left;height: 37px;line-height: 37px;padding:0px 20px;}
.dialog_job_con li textarea,.dialog_job_con li.liauto{height: 91px;}
.dialog_job_con li input.input,.dialog_job_con li select{border-radius:8px;}
.dialog_job_con li:nth-of-type(odd){width:368px;float: left;}
.dialog_job_con li:nth-of-type(even){width:349px;float: right;}
.dialog_job_con li .sexcon{width: 247px;height: 37px;line-height: 37px;}
.dialog_job_con li .sexcon em{font-size: 18px;color:#333333;font-style: normal;font-family: 'SourceHanSansSC-Regular';}
.dialog_job_con li .sexcon em:nth-of-type(1){padding-right: 56px;padding-left: 12px;}
.selectdiy_dialog{
	outline:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/select_sj3.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
   font-size: 16px;color:#999999;font-family: 'SourceHanSansSC-Regular';
}
.dialog_btns{width: 357px;clear: both;margin:0px auto 0px;padding-top: 49px;}
.dialog_btns a{display: block;width: 124px;height: 40px;line-height: 40px;text-align: center;display: block;font-family: 'SourceHanSansSC-Regular';font-size: 20px;border-radius: 3px;}
.dialog_btns a.cancel{background: #e5e5e5;color:#333;float: left;}
.dialog_btns a.agree{background: #f1711b;color:#fff;float: right;}
.dialog_close{position: absolute;width: 43px;height: 43px;right:-14px;top: -19px;z-index: 999;}
@media screen and (max-width:1700px) {

  /* list_about_brief */
.w-1600{width:1200px;padding:0px;}
.section_hz_support .w-1600{margin-left:-600px;width:1200px;padding-top:120px;}
.header .w-1600,.footer .w-1600{width: 100%;padding: 0 3%;}
.inside-nav{line-height: 85px;}
.bannerinside h5{font-size: 43px;line-height: 43px;top:284px;}
.bannerinside i{height:3px;top: 340px;}
.bannerinside > p{font-size: 36px;line-height: 36px;top: 358px;}
.bannerjt{bottom:48px;}
.breadcrumbs a, .breadcrumbs label{font-size: 15px;}
.inside-nav a{padding-left:28px; }
.breadcrumbs{height: 85px;line-height: 85px;}
.qf_intro_content, .about_company_img{height: 387px;}
.qf_intro_content label{font-size: 56px;line-height: 56px;}
.qf_intro_content h3{font-size: 32px;line-height:32px;padding-bottom: 27px;margin-top: -33px;}
.qf_intro_content{padding:50px 30px 0px 50px;}
.qf_intro_txt{font-size: 16px;margin-top: 15px;line-height:32px;}
.section_qf_intro{margin-top: 56px;margin-bottom: 62px;}
.section_qf_bottom .w-1600{margin-left: -600px;padding-top: 64px;}
.section_qf_bottom .w-1600 label{font-size: 18px;}
.section_qf_bottom .w-1600 h3{font-size:29px;padding-bottom: 15px;}
.section_qf_bottom .w-1600 h3:after{height:3px;}
.section_qf_bottom .w-1600 .about_bot_logo{left:initial;top: 0px;right: 10%;}
.qf_half_con_txt1{position: relative;width:50%;}
#qf_half_con_txt2{max-width:540px;}
#qf_half_con_txt2 .qf_bottom_more{right:406px;}
.section_qf_bottom .w-1600 p{max-width:90%;font-size: 16px;line-height:30px;margin-top: 26px;}
.qf_bottom_more{bottom: -90px;font-size: 15px;width: 137px;height: 45px;line-height: 45px;padding-left: 19px;background: url(../img/jt_bot.png) no-repeat 90px center;}
/* list_about_culture */
.tit_cn_com, .history_cn_tit, .brand_cn_tit{font-size: 35px;line-height: 35px;margin-top: -49px;}
.tit_en_com, .history_en_tit, .brand_en_tit{font-size: 64px;line-height: 64px;}
.culture_cat{font-size: 30px;width: 244px;height: 50px;line-height: 50px;top: 100px;}
.culture_mid{top: 176px;font-size: 18px;line-height: 36px;}
.partition{margin-top: 17px;}
.concept_content h5{font-size: 40px;line-height: 40px;top: 72px;}
.concept_content p{font-size:21px;line-height: 36px;}
.concept_content ul img{width:92px;}
.concept_content ul{top: 158px;}
/* list_about_honor */
.section_qf_glory{padding-top: 56px;}
.glory_ul li{margin-right: 22px;width: 283px;}
.glory_ul p{font-size: 16px;line-height: 56px;}
/* list_about_speech */
.speech_img{width: 450px;}
.speech_content{width: 640px;padding:30px 50px 0px 50px;}
.speech_en_tit{font-size: 56px;line-height: 56px;}
.speech_cn_tit{font-size: 35px;line-height: 35px;margin-top: -44px;padding-bottom:27px;}
.speech_txt{font-size: 16px;line-height:32px;}
.speech_txt p{margin-bottom: 16px;}

/* list_brand_bks */
.bex_content .bex_logo{}
.bex_content{padding-left: 195px;font-size: 15px;}
.bex_td h3{font-size: 29px;line-height:47px;}
#newh3{margin-top: -47px;}
.bex_td li span{font-size:22px;}
.bex_td li p{font-size: 15px;line-height:26px;}
.bex_td ul{top: 185px;}
.bex_td li:nth-of-type(1){min-width:initial;}
.bex_td li{margin-right: 26px;}
.tab_pro_show a{width: 200px;height: 52px;line-height: 52px;font-size: 18px;}
.tab_pro_show{height: 52px;line-height: 52px;}
.pro_show_item{width:100%;}
.pro_show_item .bex_img{height: 275px;}
.pro_show_item span{font-size:21px!important;}
.product-show-l .pro-article-tit{font-size:23px;}
/* list_brand_jmfq */
.section_jmfq .jmfq_logo{}
.jmfq_td h3{font-size: 43px;line-height: 43px;top:200px;}
.jmfq_td p{font-size:21px;top: 265px;}

/* list_customizedcase */
.section_customized li{width: 383px;margin-top: 24px;}
.section_customized li .scale-img{height: 236px;}
.section_customized li p{font-size: 18px;line-height: 53px;}
.casedialog{width:1040px;height: 566px;margin-top: -283px;margin-left: -520px;padding:30px;}
.dialog_caseimg{width:693px; height:424px;}
.casedialog_con{width: 257px;height: 424px;}
.case_dia_txt{font-size: 15px;line-height: 22px;margin-top: 13px;}
.casedialog_con span{font-size: 17px;margin-top: 16px;height: 33px;line-height:33px;}
.dialog_next{left: 633px;}
.dialog_zx{font-size: 18px;}


/* list_customized3d */
.cjul li span{font-size:21px;top: 149px;}
/* list_customizedonline */
.section_customizedonline .w-1600{background-size: 60%;}
.online_form .online_msg{font-size: 17px;}
.online_form{width: 645px;}
.online_form li.lihafl{width: 317px;}
.ajax_submit_online{height: 42px;line-height: 42px;font-size: 18px;}

/* list_news */
.news_list_wrap dl{margin-right: 30px;width: 380px;height: 630px;margin-bottom: 45px;}
.news_list_wrap dl dt img{height: 487px;}
.news_list_wrap .extra .time_day{font-size: 58px;line-height: 58px;}
.news_list_wrap .extra .time_date{font-size: 17px;}
.news_list_wrap dd span{font-size:21px;}
.news_list_wrap dd{padding:27px 0px 0px;}
.news_list_wrap dd p{font-size: 15px;line-height: 28px;}

/* list_social */
.social_list_wrap li .scale-img, .social_list_wrap li .social_txt{width: 600px;height: 323px;}
.social_txt span{font-size: 26px;}
.social_txt p{font-size: 16px;line-height: 30px;}
.social_list_wrap li .social_txt{padding:77px 100px 0px 100px;}
.social_txt .newsjt{margin:28px auto 0px;}
/* list_style */
.style_ul li{margin-right: 30px;width: 380px;margin-top: 18px;}
.style_ul p{font-size: 18px;line-height: 55px;}
/* list_job */
.job_desc{font-size: 24px;padding:0px 32px;height: 48px;line-height: 48px;}
.job_txt{font-size: 18px;line-height: 36px;margin-top: 25px;}
.job_bg{margin-top: 48px;}
.section_opportunities{padding-top: 56px;}
.zhaopin-con{padding-top: 108px;    padding-bottom:56px;}
.zhaopin-con-list-top span{font-size: 20px;line-height: 60px;}
.zhaopin-con-list-top,.zhaopin-con-list-con dt,.zhaopin-con-list-con dt > span{height: 60px;line-height: 60px;}

.dialog_job{width: 980px;height: 600px;margin-top: -300px;margin-left: -490px;padding: 28px 35px 0px;}
.dialog_job_con{padding:5px 64px 0px 64px;}
.dialog_job_con li{height: 30px;margin-top: 17px;}
.dialog_job_tit{font-size: 18px;line-height: 40px;height: 40px;}
.dialog_job_con li label,.dialog_job_con li .sexcon em{font-size: 16px;}
.dialog_job_con li input.input, .dialog_job_con li textarea, .dialog_job_con li select{height: 30px;line-height: 30px;}
.dialog_job_con li textarea, .dialog_job_con li.liauto{height: 70px;}
.dialog_btns{padding-top: 30px;}
.dialog_btns a{font-size: 18px;height: 36px;line-height: 36px;}
/* list_cooperation_web */
.network_content{margin-top: 75px;margin-bottom: 87px}
.map_web{width: 680px;}
.network_txt{width: 520px;padding-top: 144px;padding-left: 28px;}
.network_txt span{font-size:53px;line-height: 53px; }
.network_txt em{font-size: 27px;line-height: 27px;}
.network_txt label{font-size:21px;}
.network_txt p{font-size: 16px;}
/* list_cooperation_jm */
.franchise_content{margin-top: 45px;}
.franchise_img, .franchise_txt{height: 418px;}
.franchise_txt h3{font-size: 26px;height: 45px;line-height: 45px;margin-bottom: 15px;}
.franchise_txt p{font-size: 18px;line-height: 28px;}
.franchise_txt{padding:50px 20px 0px 20px;}
.franchise_txt p:before{width: 8px;height: 8px;top: 10px;}
.section_hz_condition h3, .section_hz_apply h3{font-size: 29px;}
.section_hz_condition,.section_hz_franchise{padding-top: 58px;}
.section_hz_condition ul img{width: 80px;height: 80px;}
.section_hz_condition ul span{font-size:21px;}
.section_hz_condition ul i{margin:15px auto 0px;}
.section_hz_condition ul p{font-size: 15px;line-height: 28px;}
.section_hz_support .w-1600 h3{font-size: 29px;    margin-bottom: 26px;}
.section_hz_support li{width: 112px;height: 112px;padding:22px 0px 0px 0px;}
.section_hz_support li span{font-size: 18px;margin-top: 13px;}
.section_hz_support ul{width: 560px;}
.apply_form, .apply_img{height: 418px;}
.apply_form{padding:56px 104px 0px 89px;}
select.selectdiy_filter{width: 125px;}
.apply_form li label{margin-bottom: 10px;font-size: 16px;margin-top: 27px;}
.ajax_submit_apply{height: 40px;line-height: 40px;font-size: 19px;}
/* list_cooperation_contact */
.contact_right{width: 738px;height: 486px;}
.contact_left{height: 486px;width: 462px;padding:40px 0px 0px 50px;}
.contact_left h3{font-size: 27px;}
.contact_left span{font-size: 18px;}
.contact_left p{font-size: 16px;margin-bottom: 15px;}
.contact_share{height: 50px;margin-top: 17px;margin-bottom: 17px;}
.contact_wx img{width: 90px;height: 90px;}
.contact_wx{width: 90px;}
.contact_wx span{font-size: 15px;line-height: 26px;margin-bottom: 0px;}
.section_hz_leave{margin-top: 64px;}
.contact_form li{width: 578px;height: 55px;}
.contact_form li input{height: 55px;line-height: 55px;}
.contact_form li.li2{height: 136px;}
.contact_form .ajax_submit{height: 48px;line-height: 48px;width: 207px;font-size: 21px;}
/* show_news */
.news-show-tit h5{font-size: 26px;line-height: 42px;}
.news-show-l,.product-show-l{width: 880px;}
.news-show-r,.product-show-r{width: 300px;}
#side_news_list_wrap dl dt img{height: 283px;}
#side_news_list_wrap .extra .time_day{font-size: 34px;line-height: 34px;}
#side_news_list_wrap dd p{font-size: 17px;}
.getPre{padding-bottom: 80px;}
/* show_style */
#style-show-tit h5{font-size:32px;line-height: 42px;}
.pubDate2{font-size: 18px;}
.style-show-body, .style-show-body p{font-size: 17px;}


}
@media screen and (max-width:1080px) {

.w-1600,.header .w-1600,.footer .w-1600{width:96%!important;padding:0px;}
/* list_about_brief */
.bannerinside h5{top:30%;font-size:22px;}
.bannerinside i{display: none;}
.bannerinside p{bottom:30%;font-size:19px;top: initial;}
.bannerjt{bottom: 10px;width: 15px;margin-left: -7.5px;}
.breadcrumbs{display:block;}
.breadcrumbs .left{display: none;}
.inside-nav{position: static;line-height: 60px;
display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;

}
.inside-nav a{padding-left:0px;}
.breadcrumbs{height: 60px;line-height: 60px;}
#breadcrumbs_1{height: auto;overflow: hidden;padding:15px 0px;}
#breadcrumbs_1  .inside-nav{display: block;line-height: 33px;}
#breadcrumbs_1  .inside-nav a{padding-left: 0px;width: 33.3%;display: block;float: left;text-align: center;}
.section_qf_intro{margin-top: 30px;margin-bottom: 15px;}
.qf_intro_content, .about_company_img{width:100%;float: none;height: auto;}
.qf_intro_content{padding:30px;}
.qf_intro_content label{font-size:34px;line-height:34px;}
.qf_intro_content h3{font-size:20px;line-height: 20px;padding-bottom: 18px;margin-top: -27px;}
.qf_intro_txt{line-height:30px;}
.qf_half_con{width:96%;margin-left:2%;margin-right:2%;}
.qf_half_con1{margin-bottom: 15px;}
.qf_half_con_txt1{width:100%;padding-left: 35px;}
.section_qf_bottom .w-1600{margin-left: 2%;left:0px;padding-top:0px;}
.section_qf_bottom .w-1600 p{display: none;}
.section_qf_bottom .w-1600 .about_bot_logo{height: 36px;position: static;margin-bottom: 20px;}
.section_qf_bottom .w-1600 label{font-size: 16px;}
.section_qf_bottom .w-1600 h3{font-size: 19px;}
.section_qf_bottom .w-1600 h3:after{height: 2px;width: 30px;}
.qf_bottom_more{height: 38px;line-height: 38px;position: static;bottom:initial;margin-top: 35px;}
.section_qf_bottom{margin-bottom: 15px;}
.logoshowimg{display:none!important;}
.qf_half_con:last-of-type{margin-top:15px;}
.qf_half_con_txt1:after{content:"";display:block;width:100%;height:100%;top:0px;left:0px;position:absolute;z-index:-1;}
.qf_half_con:after,.qf_half_con_txt1:after{
    background: rgb(0 0 0 / 55%);
}
.qf_half_con{display:none!important;}
.section_qf_bottom .w-1600{position:static;}
#qf_half_con_txt1,#qf_half_con_txt2{padding-top:35px;padding-bottom:35px;}
#qf_half_con_txt1:before, #qf_half_con_txt2:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 55%);
}
.section_qf_bottom .w-1600 .about_bot_logo,.section_qf_bottom .w-1600 label,.qf_bottom_more{position:relative;}
.section_qf_bottom .w-1600 .about_bot_logo{right:initial;}
#qf_half_con_txt2 .qf_bottom_more{right:initial;}
#qf_half_con_txt1{background:url('/public/images/about_bot_img1.jpg') no-repeat center;background-size:cover;}
#qf_half_con_txt2{display:block;margin-top: 15px;background:url('/public/images/about_bot_img2new.jpg') no-repeat center;background-size:cover;}
#qf_half_con_txt2{width:100%;max-width:100%;float:none;}
/* list_about_culture */
.tit_cn_com, .history_cn_tit, .brand_cn_tit,.speech_cn_tit{font-size:20px;line-height: 20px;margin-top: -30px;}
.tit_en_com, .history_en_tit, .brand_en_tit,.speech_en_tit{font-size:35px;line-height: 35px;}
.section_qf_culture{padding-top: 30px;}
.culture_content{margin-top: 30px;}
.culture_mission, .culture_vision{width:100%;float: none;}
.culture_cat{font-size: 19px;width: 174px;height: 38px;line-height: 38px;top:30px;left:30px;}
.culture_mid{top: 81px;font-size: 16px;line-height: 28px;left: 30px;}
.partition{margin-top: 11px;}
.culture_mission{margin-bottom: 15px;}
.section_qf_concept{padding-top: 30px;padding-bottom: 30px;}
.concept_content{margin-top: 30px;padding-top: 30px;}
.concept_content h5{font-size:20px;line-height:20px;position: static;}
.concept_content ul{position: static;padding:30px 15px;}
.conceptbg{width:100%;height:100%;position: absolute;top:0px;left:0px;z-index: -1;}
.concept_content p{font-size: 14px;line-height: 26px;}
.concept_content ul img{width: 50px;}
/* list_about_honor*/
.section_qf_glory{padding-top: 30px;}
.glory_ul ul{padding-top: 6px;}
.glory_ul li{width:100%;margin-right:0px;}
.list-page-wrap,#list-page-wrap-customized,#list-page-wrap-customized3d,#list-page-wrap-news,#list-page-wrap-social{margin-bottom: 20px;margin-top: 20px;}
/* list_about_speech */
.speech_img{width:100%;margin-left:0px;float: none;}
.section_qf_speech{padding-top: 30px;margin-bottom: 45px;}
.speech_cn_tit:after{height: 2px;width: 38px;}
.speech_cn_tit{padding-bottom: 20px;}
.speech_content{width:100%;padding:30px 0px 0px;}
/* list_brand_bks */
.section_bex,.section_jmfq{padding-top: 30px;}
.bex_content{padding-left:0px;}
.bex_content .bex_logo{position: static;width:74px;height: auto;display: block;margin:0 auto 30px;}
.bex_content p{margin-bottom: 12px;}
.bex_td h3{font-size:18px;line-height:30px;padding:0px 20px;top:44px;}
.bex_td p{display:none;}
#newh3{margin-top: -30px;}
.bex_td{margin-top:30px;}
.bex_td ul{display: none;}
.tab_pro_show a{width: auto;padding:0px 20px;height: 38px;line-height: 38px;}
.tab_pro_show{height: 38px;line-height: 38px;}
.section_bex_proshow,.pro_show_content{padding-top:30px;}
.pro_show_des{font-size: 16px;line-height: 27px;margin-top: 30px;margin-bottom: 30px;}
.pro_show_content{padding-top: 30px;
padding-bottom: 60px;
    position: relative;
    margin-bottom: 28px;
}
.swiper-container-proshow .swiper-pagination-bullet{width:8px;height:8px;margin:0 6.5px!important;}
.pro_show_item span{font-size: 18px!important;}
/* list_brand_jmfq */
.section_jmfq .jmfq_logo{width:auto;height:54px;}
.jmfq_td h3{top:30%;font-size:20px;}
.jmfq_td p{display: none;}

/* list_customizedcase */
.section_customized li{width:100%;margin-right:0px;}
.section_customized{padding-top: 30px;}
.section_customized ul{padding-top: 6px;}
.casedialog{width:96%;left:0px;margin-left:2%;margin-right:2%;}
.dialog_caseimg{width:100%;height:auto;}
.casedialog_con{width:100%;padding-top: 20px;height: auto;}
.case_dia_txt{padding-bottom: 10px;}
.casedialog_con h3{font-size: 19px;line-height:19px;}
.casedialog{height: 440px;margin-top: -220px;overflow: scroll;}
/* list_customized3d*/
.cjul li span{font-size: 18px;top:57%;}
.cjul li label{bottom:53%;}
/* list_customizedonline */
.online_form{width:100%;margin-left:0px;margin-top: 30px;}
.online_form li.lihafl{width:100%;}
.section_customizedonline .w-1600{background: none;}
.section_customizedonline{padding-top: 30px;padding-bottom: 0px;}
.ajax_submit_online{margin: 25px 0px 60px;}
.news_list_wrap dl{margin-right:0px;height: auto;}
.news_list_wrap dl,#side_news_list_wrap dl{width:48.5%;margin-right:0px;}
.news_list_wrap dl:nth-of-type(even),#side_news_list_wrap dl:nth-of-type(even){float:right;}
.news_list_wrap dl .newsjt{background-size:19px;}
.news_list_wrap dd p{display:none;}
.section_news{padding-top:30px;}
.news_list_wrap dl{margin-bottom:30px;}
.news_list_wrap dl dt img{height: auto;}
.news_list_wrap dd{padding: 20px 0px 20px;}
.news_list_wrap dd span{font-size: 18px;line-height:22px;}
.news_list_wrap .extra .time_day{font-size: 35px;line-height:35px;}
.news_list_wrap .extra .time_date{font-size: 15px;}
.news_list_wrap .extra .time_day:after{width:50px;margin-left: -25px;}
.news_list_wrap .extra{left:20px;bottom:30px;}

/* list_social */
.section_social{padding-top: 30px;}
.social_list_wrap li{margin-top: 26px;}
.social_list_wrap li .scale-img, .social_list_wrap li .social_txt{width:100%;height: auto;}
.social_list_wrap li .social_txt{position: static;padding:30px;}
.social_txt span{font-size: 19px;}
.social_txt p{margin-top: 15px;}
/* list_style */
.section_style{padding-top: 30px;}
.style_ul li{width:100%;margin-right:0px;}
.style_ul p{font-size: 16px;line-height: 35px;}
.style_ul ul{padding-top: 12px;padding-bottom:0px;}

/* show_style */
#style-show-tit h5{font-size:21px;}
.style_article{padding-top: 30px;}
.style-show-body, .style-show-body p{font-size: 16px;}
.style-show-body{padding-bottom: 45px;}
.getPre p{width:100%;line-height:35px;}
.getPre p:last-of-type{float: none;text-align: left;}
#getPre_style{padding-bottom: 30px;}
/* show_news */
.product-show-l .pro-article-tit{font-size: 18px;}
.pro-show-body{padding-left: 0px;padding-right: 0px;}
.news-show-l,.product-show-l{width:100%;padding-top: 30px;}
.news-show-l h5{font-size:21px;line-height:30px;}
.news-show-body{padding-top: 30px;padding-bottom: 45px;}
.news-show-r, .product-show-r{width:100%;padding-top: 0px;}
.getPre{padding-bottom:0px;}
.news_list_wrap{margin-top: 20px;}
#side_news_list_wrap dl dt img{height: auto;}
#side_news_list_wrap dd p{font-size: 16px;display:block;white-space: nowrap;}
#side_news_list_wrap dl,#side_news_list_wrap{margin-bottom: 20px;}
.contact_share a img{max-height:20px;}
.pro-show-body{padding-bottom: 20px;}
/* list_job */
.section_job{padding-top: 30px;}
.job_desc{margin-top: 30px;font-size: 18px;height: 38px;line-height:38px;}
.job_txt{font-size: 16px;text-align: left;line-height:30px;}
.job_txt p{text-indent: 2em;}
.job_bg{margin-top:20px;}
.section_opportunities{padding-top: 30px;}
.zhaopin-con{padding-top: 30px;}
.zhaopin-con-list-top span:nth-of-type(2), .zhaopin-con-list-con dt > span:nth-of-type(2){display: none;}
.zhaopin-con-list-top span:nth-of-type(3), .zhaopin-con-list-con dt > span:nth-of-type(3){display: none;}
.zhaopin-con-list-top span:nth-of-type(4), .zhaopin-con-list-con dt > span:nth-of-type(4){display: none;}
.zhaopin-con-list-top span:nth-of-type(1), .zhaopin-con-list-con dt > span:nth-of-type(1){width: 40%;}
.zhaopin-con-list-top span:nth-of-type(5), .zhaopin-con-list-con dt > span:nth-of-type(5){width: 40%;}
.zhaopin-con-list-top span:nth-of-type(6), .zhaopin-con-list-con dt > span:nth-of-type(6){width: 20%;}
.zhaopin-con-list-top span{font-size: 18px;}
.ddnew{padding:20px;}
.apply_btn{margin-top: 15px;height: 38px;line-height:38px;font-size: 17px;width: 120px;}
.dialog_job{width:90%;height: 80vh;margin-top: 0px;margin-left: 5%;top: 10vh;left: 0px;overflow: scroll;padding-bottom: 30px;}
.dialog_job_con{padding:0px;}
.dialog_job_con li:nth-of-type(odd),.dialog_job_con li:nth-of-type(even){width:100%;float: none;}
.dialog_job_con li input.input, .dialog_job_con li textarea, .dialog_job_con li select,.dialog_job_con li label{width:100%;}
.dialog_job_con li{display: block;height: auto;overflow: hidden;margin-top:0px;}
.dialog_job_con li label{text-align: left;}
.dialog_job_con li .sexcon em:nth-of-type(1){padding-right:20px;}
.dialog_close{width:30px;height:30px;right:0px;top: 0px;}
.dialog_job_con li.liauto{height: auto;}
.dialog_btns{width:200px;}
.dialog_btns a{font-size: 16px;width: 90px;}
/* list_cooperation_web */
.section_hz_web{padding-top: 30px;}
.network_content{margin-top: 50px;margin-bottom: 40px;}
.map_web{width:80%;float: none;margin-left:auto;margin-right: auto;}
.network_txt{width:100%;padding-top:35px;padding-left:0px;}
.network_txt span{font-size:22px;line-height:20px;}
.network_txt em{font-size: 18px;line-height: 18px;margin-bottom: 17px;}
.network_txt label{font-size: 16px;}
.network_txt span, .network_txt p, .network_txt label{padding-left: 12px;}
.network_txt p{width:100%;padding-left: 12px;padding-right: 12px;}

/* list_cooperation_jm */
.section_hz_franchise{padding-top: 30px;}
.franchise_img, .franchise_txt{width:100%;height: auto;}
.franchise_content{margin-top:30px;}
.franchise_txt{padding:30px 20px;}
.franchise_txt h3{font-size:20px;line-height: 38px;height: 38px;}
.franchise_txt p{font-size: 16px;}
.section_hz_condition{padding-top: 30px;}
.section_hz_condition ul img{display: none;}
.section_hz_condition ul{display: block;margin-top: 20px;margin-bottom: 36px;}
.section_hz_condition h3, .section_hz_apply h3{font-size:20px;}
.section_hz_condition ul span{font-size: 18px;}
.section_hz_support .w-1600{left:0px;margin-left:2%;padding-left: 0px;padding-top: 30px;}
.section_hz_support .w-1600 h3{font-size:20px;margin-bottom: 20px;line-height:20px;}
.section_hz_support li{width: 80px;height: 80px;padding:15px 0px 0px 0px;}
.section_hz_support ul{width: 100%;}
.section_hz_support li img{height:30px;}
.section_hz_support .support_bg{min-height: 180px;}
.section_hz_support li span{font-size: 15px;}
.section_hz_apply{padding-top: 30px;}
.section_hz_apply .w-1600{margin-top: 30px;}
.apply_form, .apply_img{width:100%;height:auto;}
.apply_img{display: none;}
.apply_form{padding:30px 20px 30px 20px;}
.selectwrap{display: flex;}
.ajax_submit_apply{font-size: 17px;height: 38px;line-height: 38px;width: 125px;}
/* list_cooperation_contact */
.section_hz_contact{padding-top: 30px;}
#hz_contact_wrapper{margin-top: 30px;}
.contact_left h3{font-size: 19px;}
.contact_left span{font-size: 17px;}
.contact_left{width:100%;height: auto;float: none;padding:30px;}
.contact_left p{margin-bottom: 10px;min-height: 28px;height: auto;}
.contact_share{height: 40px;margin-top: 10px;width:160px;padding: 0px 25px;}
.contact_wx img{width: 80px;height: 80px;}
.contact_wx{width: 80px;}
.contact_left span{font-size: 15px;}
.contact_right,.contact_right img{width:100%;height: auto;}
.section_hz_leave,.contact_form{margin-top: 30px;}
.contact_form li{width:100%;height: 40px;}
.contact_form li input{height: 40px;line-height: 40px;}
.contact_form li label{top: 11px;}
.contact_form li.li2{height: 110px;}
.contact_form li textarea{padding:15px;}
.contact_form .ajax_submit{font-size: 17px;height: 40px;line-height: 40px;width: 140px;margin:40px auto;}

.dialog_case_close{top:4px;}
.casedialog{padding:40px 20px;}
.dialog_prev, .dialog_next,.dialog_zx,.case_btn_prev, .case_btn_next{display: none;}




}