@charset "UTF-8";
*{padding: 0; margin: 0; box-sizing: border-box; outline: none;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,pre,th,td,dl,dd,form,fieldset,legend,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
a{transition: 0.6s; background-color: transparent; text-decoration: none; color: inherit;}
table{border-collapse: collapse;}
button,input,select,textarea{font-size: 100%;}
input,button,textarea,select,optgroup,option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
textarea{resize: none;}
input{-webkit-appearance:none;}
mark{background-color: inherit;}
abbr[title]{border-bottom: 1px dotted;}
ol,dl,dt,dd,ul,li{list-style:none;}
img{max-width: 100%; border:0; vertical-align:middle;}
img[data-src]{background: url(../images/loading.gif) #dedede center no-repeat;}
/*img[data-src]{background: url(../images/loading.png) #f8f8f8 center no-repeat;}
@media only screen and (min-width: 0) and (max-width: 1024px){img[data-src]{background-size: 80%;}}
@media only screen and (min-width: 0) and (max-width: 768px){img[data-src]{background-size: 50%;}}*/
em{font-weight: normal;}
i,em{font-style: normal;}
.hidden{display: none;}
/*@font-face{font-family: 'DIN-BLACKITALIC'; src: url('../fonts/DIN-BLACKITALIC.OTF');}*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events: unset !important;}
.swiper-container{width: 100%;}
.clear::after{display: block; clear: both; content: ""; visibility: hidden;}
.clearfix::after{display: block; clear: both; content: ""; width: 0; height: 0; visibility: hidden;}
.tip_show{display: none; z-index: 999; position: fixed; left: 50%; top: 40%; margin-left: -3rem; margin-top: -.814rem; font-size: .4rem; color: #fff; min-width: 5.8594rem; height:  1.6277rem; line-height: 1.6277rem; padding: 0 .5rem; text-align: center; letter-spacing: 1px; background: rgba(0,0,0,0.5);}
.img_scale{overflow: hidden;}
.img_scale:hover img{-moz-animation:amplify 1.5s;-o-animation:amplify 1.5s;-webkit-animation:amplify 1.5s;animation:amplify 1.5s;}
.img_effect{position: relative;}
.img_effect::after{transition: 0s; position: absolute; left: -400px; top: 0; transform: skewx(-25deg); content: ""; width: 200px; height: 100%; overflow: hidden; background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));}
.img_effect:hover::after{transition: 0.6s; left: 400px; width: 200px;}
.video_ico{position: relative;}
.video_ico::before{transition: 0.6s; opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}
.video_ico::after{transition: 0.6s; opacity: 0; z-index: 2; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 100%; height: 61px; background: url(../images/video_ico.png) center no-repeat; background-size: contain;}
.video_ico:hover::before,.video_ico:hover::after{opacity: 1;}
.download_ico{position: relative;}
.download_ico::before{transition: 0.6s; opacity: 0; z-index: 1; position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}
.download_ico::after{transition: 0.6s; opacity: 0; z-index: 2; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 100%; height: 61px; background: url(../images/download.png) center no-repeat; background-size: contain;}
.download_ico:hover::before,.download_ico:hover::after{opacity: 1;}
@keyframes amplify{
  	0%{transform: scale(1.0);}
  	50%{transform: scale(1.03);}
  	100%{transform: scale(1.0);}
}
@-webkit-keyframes bounceIn{
  	0%{opacity: 0; -webkit-transform: scale(.3); transform: scale(.3);}
	80%{opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05);}
	100% {opacity: 1;-webkit-transform: scale(1); transform: scale(1);}
}
@keyframes bounceIn {
  	0%{opacity: 0; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3);}
	80%{opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
	100%{opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
}
@-webkit-keyframes tada{
	0%{-webkit-transform:scale(1);}
	10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
	100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
	0%{-moz-transform:scale(1);}
	10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
	100%{-moz-transform:scale(1) rotate(0);}
}
.login_box .bounceIn,.design_box .bounceIn,.m_search_box .bounceIn,.tip_show.bounceIn,.qrcode_box .bounceIn{-webkit-animation-name: bounceIn; animation-name: bounceIn;}
.login_box .animated,.design_box .animated,.m_search_box .animated,.tip_show.animated,.qrcode_box .animated{-webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; visibility: visible;}
#baguetteBox-overlay .full-image figcaption{font-size: 24px; height: 70px; line-height: 70px !important;}
@media only screen and (min-width: 0) and (max-width: 1024px){
  	#baguetteBox-overlay .full-image figcaption{font-size: 24px; height: 50px; line-height: 50px !important;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
  	#baguetteBox-overlay .full-image figcaption{font-size: 18px; height: 38px; line-height: 38px !important;}
}

/*==定位描点==*/
.anchor_point{position: relative;}
.anchor_point a{position: absolute; top: -120px;}
@media only screen and (min-width: 0) and (max-width: 1200px){.anchor_point a{top: -80px;}}
@media only screen and (min-width: 0) and (max-width: 768px){.anchor_point a{top: -60px;}}

body{min-width: 320px; max-width: 1920px; margin: 0 auto; font-size: 14px; font-family: "微软雅黑","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1"; background: #fff;}
.beiying_container{font-size: 14px; font-family: "微软雅黑","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1"; overflow: hidden;}
.layout{max-width: 1200px; width: 100%; margin: 0 auto;}
.layout_1700{max-width: 1700px; width: 100%; margin: 0 auto;}
@media only screen and (max-width: 1240px){.layout{padding-left: .32rem; padding-right: .32rem;}}
@media only screen and (max-width: 1740px){.layout_1700{padding-left: .32rem; padding-right: .32rem;}}

/*==分页==*/
.fenye{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 50px 0;}
.fenye ul{margin-right: 20px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.fenye ul li{transition: 0.6s; margin-right: 6px; font-size: 16px; font-family: "Arial"; color: #fff; width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 5px; background: #ccc;}
.fenye ul li:last-child{margin-right: 0;}
.fenye ul li span,.fenye ul li a{display: block; width: 100%; height: 100%;}
.fenye ul li a{transition: 0s;}
.fenye ul li:hover,.fenye ul li.active{background: #444444;}
.fenye select{font-size: 16px; font-family: "Arial"; color: #434144; width: 64px; height: 36px; padding: 0 5px; border: 1px solid #c8c8c8; border-radius: 5px; background: #fff; cursor: pointer;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.fenye{display: none; padding: 6% 0;}
	.fenye ul{margin-right: 10px;}
	.fenye ul li{display: none; margin-right: 10px; font-size: 18px; width: 40px; height: 40px; line-height: 40px;}
	.fenye ul li.fenye-p,.fenye ul li.fenye-n{display: block; background: #444444;}
	.fenye select{font-size: 18px; width: 70px; height: 40px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.fenye ul{margin-right: 8px;}
	.fenye ul li{margin-right: 8px; font-size: 16px; width: 35px; height: 35px; line-height: 35px;}
	.fenye select{font-size: 16px; width: 60px; height: 35px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.fenye ul{margin-right: 5px;}
	.fenye ul li{margin-right: 5px; font-size: 14px;}
	.fenye select{font-size: 14px;}
}

/*== 搜索 ==*/
.back_box{margin-top: 50px; position: relative;}
.back_box .back{position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: inline-block; font-size: 14px; color: #444444; line-height: 100%; padding: 8px 15px; border: 1px solid #444444; background: #fff; letter-spacing: 2px;}
.back_box .back:hover{color: #fff; background: #444444;}
.back_box h1{font-size: 20px; color: #2c2c2c; line-height: 32px; text-align: center;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.back_box{margin-top: 6%;}
	.back_box .back{font-size: 18px; text-align: center;}
	.back_box h1{font-size: 22px; line-height: 36px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.back_box .back{position: static; transform: translateY(0); font-size: 16px; padding: 8px 15px;}
	.back_box h1{font-size: 18px; line-height: 26px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.back_box .back{font-size: 14px; padding: 6px 12px;}
	.back_box h1{font-size: 16px;}
}

/*== 分享 ==*/
.bdsharebuttonbox a{transition: 0.6s; float: left; padding: 15.5px !important; margin: 0 10px 0 0 !important; font-size: 14px !important; color: #7a7a7a !important; display: flex; align-items: center; justify-content: space-between; height: 31px !important; line-height: 31px !important; border-radius: 50% !important; background-position: unset !important;}
.bdsharebuttonbox a:last-child{margin: 0 !important;}
.bdsharebuttonbox .bds_more{padding: 0 !important; margin: 0 5px 0 0 !important; border-radius: 0% !important; background: transparent !important;}
.bdsharebuttonbox .bds_weixin{background: url("../images/share_ico1.png") #3eb135 center no-repeat !important;}
.bdsharebuttonbox .bds_tsina{background: url("../images/share_ico2.png") #df4d69 center no-repeat !important;}
.bdsharebuttonbox .popup_qzone{background: url("../images/share_ico3.png") #eecf3d center no-repeat !important;}
.bdsharebuttonbox .popup_tqq{background: url("../images/share_ico4.png") #45aaf2 center no-repeat !important;}
.bdsharebuttonbox .popup_renren{background: url("../images/share_ico5.png") #1361a7 center no-repeat !important;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.bdsharebuttonbox a{font-size: 18px !important;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.bdsharebuttonbox a{font-size: 16px !important;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.bdsharebuttonbox a{font-size: 14px !important;}
}

/*== 公共头部 ==*/
.h_top{background: #fff;}
.h_fixed{z-index: 9; position: relative; background: #fff;}
.h_fixed::after{transition: 0.6s; opacity: 0; z-index: -1; position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); content: ""; max-width: 1920px; width: 100%; height: 1px; background: #ccc;}
.h_fixed.active{position: fixed; left: 0; right: 0; top: 0;}
.h_fixed.active::after{opacity: 1;}
.h_con{height: 120px; display: flex; align-items: center; justify-content: space-between;}
.h_logo{display: block; width: 293px;}
.h_logo img{height: 100%; object-fit: contain;}
.h_nav{height: 100%; display: flex; align-items: center; justify-content: flex-start;}
.h_nav li{height: 100%;}
.h_nav li>a{font-size: 16px; color: #2c2a2b; height: 100%; padding: 0 25px; display: flex; align-items: center; justify-content: center;}
.h_nav li>a span{position: relative; padding: 10px 0;}
.h_nav li>a span::after{transition: 0.6s; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); content: ""; width: 0; height: 2px; background: #ce9f4d;}
.h_nav li:hover>a,.h_nav li.active>a{color: #ce9f4d;}
.h_nav li:hover>a span::after,.h_nav li.active>a span::after{width: 100%;}
.h_second_nav{transition: 0.6s; max-height: 200px; opacity: 0; pointer-events: none; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); width: 100%; padding: 11px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
.h_second_swiper{position: relative; padding: 0 105px;}
.h_second_swiper .swiper-slide a{display: block; width: 100%; height: 100%; text-align: center;}
.h_second_swiper .swiper-slide figure{display: block; width: 100%; height: 100%; padding: 5px; border: 1px solid #ccc;}
.h_second_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 36.7022% 0; overflow: hidden;}
.h_second_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 1px solid #ccc;}
.h_second_swiper .swiper-slide p{transition: 0.6s; margin-top: 10px; font-size: 16px; color: #333333; line-height: 100%;}
.h_second_swiper .swiper-slide:hover p{color: #ce9f4d;}
.swiper_bottom .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 40px; color: #e5e5e5; width: 40px; height: 40px; left: -12px; top: 50%; margin-top: -20px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.swiper_bottom .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.swiper_bottom .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 40px; color: #e5e5e5; width: 40px; height: 40px; right: -12px; top: 50%; margin-top: -20px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.swiper_bottom .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.swiper_bottom .swiper-button-prev:hover ,.swiper_bottom .swiper-button-next:hover{color: #ce9f4d;}
.h_nav li:hover .h_second_nav{opacity: 1; pointer-events: auto;}
.h_right i{margin-right: 10px; display: inline-block; width: 11px; height: 20px; background: url("../images/phone.png") center no-repeat;}
.h_right p{font-size: 20px; color: #ce9f4d; line-height: 28px; display: flex; align-items: center; justify-content: flex-start;}
.h_right p a{letter-spacing: 2px;}

/*== 移动端导航 ==*/
.model_nav{display: none; z-index: 9999; position: fixed; left: 0; top: 0; min-width: 320px; width: 100%; background: #fff;}
.model_nav .layout{height: 80px; display: flex; align-items: center; justify-content: space-between;}
.m_logo{display: block;}
.m_logo img{height: 35px; object-fit: contain;}
.m_right{display: flex; align-items: center; justify-content: flex-start;}
.m_search_btn{transition: .3s; display: none; z-index: 9999999; position: relative; width: 38px; height: 38px; background: url("../images/m_search_btn.png") center no-repeat; background-size: contain; cursor: pointer;}
.m_search_btn_open{background-image: url(../images/m_search_btn_open.png); background-size: 90%;}
.m_meun_btn{display: none; margin-left: 30px; z-index: 9999999; position: relative; width: 44px; height: 38px; cursor: pointer; justify-content: space-between; flex-direction: column; align-items: flex-end;}
.m_meun_btn span{transition: .2s ease; display: block; width: 100%; height: 5px; border-radius: 25px; background: #434144;}
.m_meun_btn span:nth-of-type(3){ width: 60%;}
.m_meun_btn_open span{position: absolute; left: 0; top: 50%; background: #ce9f4d;}
.m_meun_btn_open span:nth-of-type(1) {transform: rotate(45deg);}
.m_meun_btn_open span:nth-of-type(2){width: 0;}
.m_meun_btn_open span:nth-of-type(3) {width: 100%; transform: rotate(-45deg);}
.mobile_menu_box{display: none; z-index: 555; position: fixed; left: 0; top: 80px; width: 100%; height: 100%; padding-bottom: 80px; background: #f5f5f5;}
.mobile_menu_nav{width: 100%; height: 100%; padding: .32rem; overflow-y: scroll;}
.mobile_menu_nav ul li .tit{transition: 0.6s; position: relative; font-size: 16px; font-weight: normal; color: #434144; height: 56px; line-height: 56px; padding: 0 .32rem; border-bottom: 1px solid #cecece; overflow: hidden; letter-spacing: 1px; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.mobile_menu_nav ul li .tit span{display: block;}
.mobile_menu_nav ul li .tit b{transition: 0.6s; display: block; position: relative; width: 18px; height: 2px; background: #707070;}
.mobile_menu_nav ul li .tit b::before{transition: 0.6s; position: absolute; left: 50%; top: 50%; margin-left: -1px; margin-top: -9px; content: ""; width: 2px; height: 18px; background: #707070;}
.mobile_menu_nav ul li .tit a{transition: 0s; display: block; width: 100%; height: 100%;}
.mobile_menu_nav ul li .tit:hover,.mobile_menu_nav ul li .tit.active{color: #fff; background: #ce9f4d; border-color: #ce9f4d;}
.mobile_menu_nav ul li .tit:hover b,.mobile_menu_nav ul li .tit.active b{background: #fff;}
.mobile_menu_nav ul li .tit:hover b::before{background: #fff;}
.mobile_menu_nav ul li .tit.active b::before{opacity: 0;}
.mobile_second_nav{display: none; border-bottom: 1px solid #cecece; padding: .32rem;}
.mobile_menu_nav ul li dl dd{transition: 0.6s; position: relative; font-size: 15px; color: #747474; height: 40px; line-height: 40px; padding-left: .30rem; letter-spacing: 1px; cursor: pointer;}
.mobile_menu_nav ul li dl dd::after{position: absolute; left: 0; top: 17px; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #ce9f4d;}
.mobile_menu_nav ul li dl dd a{display: block; width: 100%; height: 100%;}
.m_search_box{z-index: 999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: none; align-items: center; justify-content: center;}
.m_search_con{width: 100%; height: 100%; text-align: center; background: #444444; display: flex; align-items: center; justify-content: center;}
.m_search_con .layout{display: flex; justify-content: center; flex-direction: column; align-items: center;}
.m_search_con img{height: 1.1rem; object-fit: contain;}
.m_search_con h3{margin-top: 2%; font-size: 48px; font-family: "Arial"; color: #fff; line-height: 110%; text-transform: uppercase;}
.m_search_con form{margin-top: 6%; position: relative; max-width: 500px; width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.m_search_con form .text{transition: 0.6s; font-size: 24px; color: #cfcfcf; width: 100%; line-height: 60px; padding: 0 5px; border: 1px solid #505050; border-left-color: transparent; border-right-color: transparent; background: transparent;}
.m_search_con form .text::-webkit-input-placeholder{color: #cfcfcf;}
.m_search_con form .text:focus{box-shadow: 0 0 10px rgba(80,80,80,0.5);}
.m_search_con form .submit{margin-top: 10%; font-size: 24px; font-weight: bold; color: #fff; width: 100%; height: 60px; border: none; background: #ce9f4d; text-transform: uppercase; cursor: pointer;}
@media only screen and (min-width: 0) and (max-width: 1700px){
	.h_nav li>a{padding: 0 20px;}
}
@media only screen and (min-width: 0) and (max-width: 1560px){
	.h_right{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 1400px){
	.h_nav li>a{padding: 0 15px;}
	.h_logo{width: 260px;}
}
@media only screen and (min-width: 0) and (max-width: 1260px){
	.h_second_nav{max-height: 220px;}
	.h_second_swiper{padding: 0 80px;}
	.swiper_bottom .swiper-button-prev{left: 0;}
	.swiper_bottom .swiper-button-next{right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1200px){
	header{padding-top: 80px;}
	.h_top{display: none;}
	.model_nav{display: block;}
	.m_search_btn{display: block;}
	.m_meun_btn{display: flex;}
	.m_search_box{padding-top: 80px;}
	.m_search_con img{height: 1rem;}
	.m_search_con h3{font-size: 42px;}
	.m_search_con form{max-width: 450px;}
	.m_search_con form .text{font-size: 20px; line-height: 55px;}
	.m_search_con form .submit{font-size: 20px; height: 55px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	header{padding-top: 60px;}
	.model_nav .layout{height: 60px;}
	.m_logo img{height: 26px;}
	.m_search_btn{width: 30px; height: 30px;}
	.m_meun_btn{margin-left: .35rem; width: 36px; height: 30px;}
	.m_meun_btn span{height: 4px;}
	.mobile_menu_box{top: 60px; padding-bottom: 60px;}
	.m_search_box{padding-top: 60px;}
	.m_search_con img{height: .9rem;}
	.m_search_con h3{font-size: .7rem;}
	.m_search_con form{max-width: 420px;}
	.m_search_con form .text{font-size: 16px; line-height: 48px;}
	.m_search_con form .submit{font-size: 16px; height: 48px;}
}
@media only screen and (min-width: 0) and (max-width: 411px){
	.m_logo img{height: 24px;}
}
@media only screen and (min-width: 0) and (max-width: 360px){
	.m_logo img{height: 22px;}
}

@keyframes opacityAnimt {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes widthAnimt {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.ind_banner{position: relative; height: auto;}
.ind_banner .swiper-container{height: 100%;}
.ind_banner .swiper-slide{display: block; width: 100%; height: 100%;}
.ind_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover; max-height: 637px;}
.ind_banner .swiper-pagination{bottom: 30px; line-height: 100%; display: flex; align-items: center; justify-content: center;}
.ind_banner .swiper-pagination-bullet{position: relative; opacity: 1; width: 60px; height: 4px; border-radius: 0; background: #999999;}
.ind_banner .swiper-pagination-bullet.active{background: #999999;}
.ind_banner .swiper-pagination-bullet::after{position: absolute; left: 0; top: 0; content: ""; width: 0; height: 100%; background: #c69864;}
.ind_banner .swiper-pagination-bullet.active::after{animation: widthAnimt 5.2s forwards; -webkit-animation: widthAnimt 5.2s forwards;}
.ind_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 20px 0 0;}
.ind_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child{margin: 0;}
.ind_banner .swiper-pagination-bullet-active{background: #ce9f4d;}
.m_ind_banner{display: none; position: relative;}
.m_ind_banner .swiper-container{height: 100%;}
.m_ind_banner .swiper-slide{display: block; width: 100%; height: 100%;}
.m_ind_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.m_ind_banner .swiper-pagination{bottom: 20px; line-height: 100%; display: flex; align-items: center; justify-content: center;}
.m_ind_banner .swiper-pagination-bullet{opacity: 1; width: 8px; height: 8px; background: #fff;}
.m_ind_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px 0 0;}
.m_ind_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child{margin: 0;}
.m_ind_banner .swiper-pagination-bullet-active{background: #c69864;}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.ind_banner .swiper-pagination{bottom: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind_banner{display: none;}
 	.m_ind_banner{display: block;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
 	.m_ind_banner .swiper-pagination{bottom: 15px;}
 	.m_ind_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px 0 0;}
}
/*== 公共头部 ==*/


/*== 首页 ==*/
.ind_tit{color: #000000;}
.ind_tit p{font-size: 30px; font-family: "Arial"; line-height: 100%; text-transform: uppercase;}
.ind_tit h3{margin-top: 5px; font-size: 24px; font-weight: normal;}
.ind_tit hr{margin-top: 15px; font-size: 24px; width: 1.5em; height: 1px; border: none; background: #000000;}
.page_tit p{font-size: 24px;}
.page_tit h3{margin-top: 10px;}
.page_tit hr{width: 2em; height: 2px; background: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind_tit p{font-size: 30px;}
	.ind_tit h3{font-size: 24px;}
	.ind_tit hr{font-size: 24px;}
	.page_tit p{font-size: 24px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind_tit p{font-size: 26px;}
	.ind_tit h3{font-size: 22px;}
	.ind_tit hr{font-size: 22px;}
	.page_tit p{font-size: 22px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind_tit p{font-size: 24px;}
	.ind_tit h3{font-size: 20px;}
	.ind_tit hr{font-size: 20px;}
	.page_tit p{font-size: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 375px){
	.ind_tit p{font-size: 22px;}
	.ind_tit h3{font-size: 18px;}
	.ind_tit hr{font-size: 18px;}
	.page_tit p{font-size: 18px;}
}

.ind1{padding-top: 60px; padding-bottom: 100px;}
.ind1_top{display: flex; align-items: center; justify-content: space-between;}
.ind1_msg{max-width: 830px; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.ind1_words{max-width: 380px; color: #fff; padding: 15px 46px; background: #444444; box-shadow: 5px 5px 15px rgba(35,24,21,0.15);}
.ind1_words h3{font-size: 24px; font-weight: normal; line-height: 100%;}
.ind1_words ul{margin-top: 20px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.ind1_words li{margin-top: 10px; width: 50%; font-size: 16px; line-height: 100%; display: flex; align-items: center; justify-content: flex-start;}
.ind1_words li:nth-of-type(-n+2){margin-top: 0;}
.ind1_words li i{display: inline-block; width: 32px; height: 28px; background: url(../images/ind1_ico.png) center no-repeat;}
.ind1_form{max-width: 420px; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.ind1_form figure{width: 255px;}
.ind1_form figure div{margin-top: 25px; position: relative; width: 100%; height: 30px;}
.ind1_form figure div:nth-of-type(1){margin-top: 0;}
.ind1_form figure .text{transition: 0.6s; font-size: 14px; color: #666666; width: 100%; height: 100%; padding: 0 10px; border: 1px solid #cccccc;}
.ind1_form figure .text::-webkit-input-placeholder{color: #666666;}
.ind1_form figure #map{display: flex; align-items: center; justify-content: space-between;}
.ind1_form figure select.text{width: 48.5%;}
.ind1_form figure .msg_size{padding-right: 30px;}
.ind1_form figure span{position: absolute; right: 5px; top: 3px; font-size: 14px; color: #666666;}
.ind1_form figure input[type='text']:focus{border-color: #ce9f4d; box-shadow: 0 0 10px rgba(206,159,77,0.5);}
.ind1_form .form_btn{transition: 0.6s; font-size: 36px; color: #fff; width: 140px; height: 140px; line-height: 48px; padding: 20px 30px; border: none; background: #444444; cursor: pointer; box-shadow: 5px 5px 15px rgba(35,24,21,0.15);}
.ind1_form .form_btn:hover{background: #ce9f4d; box-shadow: 5px 5px 15px rgba(206,159,77,0.15);}
.ind1_list{display: flex; align-items: flex-start; justify-content: flex-start;}
.ind1_list li{margin-right: 50px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind1_list li:last-child{margin-right: 0;}
.ind1_list li .pic{display: block; width: 68px; height: 68px; border-radius: 50%;}
.ind1_list li .pic img{width: 100%; height: 100%; object-fit: contain;}
.ind1_list li p{font-size: 16px; color: #444444; line-height: 24px; text-align: center;}
.ind1_bot{margin-top: 75px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.ind1_bot li{transition: 0.6s; padding: 32px 20px; background: #f4f4f4; display: flex; align-items: flex-start; justify-content: space-between;}
.ind1_bot li .words h4{font-size: 24px; font-weight: normal; color: #000;}
.ind1_bot li .words p{margin-top: 10px; font-size: 14px; font-family: "Arial"; color: #999999; line-height: 18px; text-transform: uppercase;}
.ind1_bot li .pic{display: block; width: 65px; height: 65px;}
.ind1_bot li .pic img{width: 100%; height: 100%; object-fit: contain;}
.ind1_bot li:hover{box-shadow: 5px 5px 15px rgba(35,24,21,0.15);}
.m_ind1_form{display: none;}
@media only screen and (min-width: 0) and (max-width: 1240px){
	.ind1_list{display: none;}
	.ind1_msg{max-width: 100%;}
	.ind1_words{max-width: 100%; width: 45%; padding: 30px 50px;}
	.ind1_form{max-width: 100%; width: 50%;}
	.ind1_form figure{width: 100%;}
	.ind1_form figure div{margin-top: 28px; height: 38px;}
	.ind1_form figure select.text{width: 47%;}
	.ind1_form .form_btn{margin-left: 28px; min-width: 170px; width: 170px; height: 170px; padding: 35px 40px;}
}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.ind1_bot li{padding: 30px 15px;}
	.ind1_bot li .words h4{font-size: 22px;}
	.ind1_bot li .pic{width: 55px; height: 55px;}
}
@media only screen and (min-width: 1025px){
	.ind1_bot li{width: 23.3334%; margin-top: 2.2222%; margin-right: 2.2222%;}
	.ind1_bot li:nth-of-type(-n+4){margin-top: 0;}
	.ind1_bot li:nth-of-type(4n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind1{padding-top: 8%; padding-bottom: 8%;}
	.ind1_top{display: none;}
	.ind1_bot{margin-top: 0;}
	.ind1_bot li{padding: 4% 3%;}
	.ind1_bot li .words h4{font-size: 24px;}
	.ind1_bot li .words p{font-size: 18px; line-height: 120%;}
	.ind1_bot li .pic{width: 65px; height: 65px;}
	.m_ind1_form{margin-top: 6%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
	.m_ind1_form div{margin-top: 3%; position: relative; width: 100%; display: flex; align-items: center; justify-content: space-between;} 
	.m_ind1_form div:nth-of-type(1){margin-top: 0;}
	.m_ind1_form .text{transition: 0.6s; font-size: 18px; color: #666666; width: 100%; height: 60px; padding: 0 20px; border: 1px solid #cccccc;}
	.m_ind1_form .text::-webkit-input-placeholder{color: #666666;}
	.m_ind1_form input[type='text']:focus{border-color: #ce9f4d; box-shadow: 0 0 10px rgba(206,159,77,0.5);}
	.m_ind1_form select.text{width: 48.5%; background: url(../images/select_ico2.png) #fff 95% center no-repeat; appearance:none; -moz-appearance:none; -webkit-appearance:none; cursor: pointer;}
	.m_ind1_form .msg_size{padding-right: 30px;}
	.m_ind1_form span{position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #666666;}
	.m_ind1_form .form_btn{transition: 0.6s; font-size: 24px; color: #fff; width: 100%; height: 80px; border: none; background: #444444; cursor: pointer;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind1_bot li .words h4{font-size: 22px;}
	.ind1_bot li .words p{font-size: 16px; line-height: 140%;}
	.ind1_bot li .pic{width: 60px; height: 60px;}
	.m_ind1_form .text{font-size: 16px; height: 48px; padding: 0 10px;}
	.m_ind1_form select.text{background-position: 97% center;}
	.m_ind1_form span{font-size: 16px;}
	.m_ind1_form .form_btn{font-size: 20px; height: 58px;}
}
@media only screen and (min-width: 0) and (max-width: 560px){
	.ind1_bot li .words h4{font-size: 18px;}
	.ind1_bot li .words p{font-size: 14px;}
	.ind1_bot li .pic{width: 50px; height: 50px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.m_ind1_form .text{font-size: 14px; height: 38px;}
	.m_ind1_form span{font-size: 16px;}
	.m_ind1_form .form_btn{font-size: 16px; height: 48px;}
}
@media only screen and (min-width: 461px) and (max-width: 1024px){
	.ind1_bot li{width: 48.125%; margin-top: 3.75%; margin-right: 3.75%;}
	.ind1_bot li:nth-of-type(-n+2){margin-top: 0;}
	.ind1_bot li:nth-of-type(2n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 460px){
	.ind1_bot li{width: 100%; margin-top: 3.75%;}
	.ind1_bot li:nth-of-type(1){margin-top: 0;}
}

.ind2{padding: 100px 0; border-top: 1px solid #f1f1f1;}
.ind2_con{display: flex; align-items: stretch; justify-content: space-between;}
.ind2_left{width: 35%;}
.ind2_left>p{margin-top: 20px; font-size: 16px; line-height: 36px; color: #333333;}
.ind2_left a{margin-top: 65px; display: block; width: 123px; height: 38px; border: 1px solid #666666; background: url(../images/ind1_link.png) center no-repeat;}
.ind2_left a:hover{border-color: #ce9f4d; background-image: url(../images/ind1_link2.png);}
.ind2_left .pic{margin-top: 30px; max-width: 400px;}
.ind2_left .pic img{width: 100%; height: 100%; object-fit: contain;}
.ind2_right{width: 56.6667%; display: flex; align-items: stretch; justify-content: space-between; flex-direction: column;}
.ind2_right>.pic{max-width: 680px;}
.ind2_right>.pic img{width: 100%; height: 100%; object-fit: contain;}
.ind2_right .list{display: flex; align-items: center; justify-content: space-between;}
.ind2_right .list li a{display: block; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind2_right .list li .pic{position: relative; width: 80px; height: 80px;}
.ind2_right .list li .pic img{transition: 0.6s; width: 100%; height: 100%; object-fit: contain;}
.ind2_right .list li .pic img.hid{opacity: 0; position: absolute; left: 0; top: 0;}
.ind2_right .list li p{transition: 0.6s; margin-top: 20px; font-size: 16px; color: #111111; line-height: 100%;}
.ind2_right .list li:hover .pic img.show{opacity: 0;}
.ind2_right .list li:hover .pic img.hid{opacity: 1;}
.ind2_right .list li:hover p{color: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind2{padding: 8% 0;}
	.ind2_con{display: block;}
	.ind2_left{width: 100%;}
	.ind2_left>p{margin-top: 3%; font-size: 18px; line-height: 200%;}
	.ind2_left a{margin-top: 6%; width: 123px; height: 38px;}
	.ind2_left .pic{display: none;}
	.ind2_right{margin-top: 6%; width: 100%; display: block;}
	.ind2_right>.pic{max-width: 100%;}
	.ind2_right .list{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind2_left>p{font-size: 16px; line-height: 200%;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind2_left>p{font-size: 14px; line-height: 180%;}
}

.ind3{padding-bottom: 100px; background: url(../images/ind3_bg.jpg) center no-repeat; background-size: cover;}
.ind3 .ind_tit{padding: 50px 0; color: #cccccc; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind3 .ind_tit hr{background: #cccccc;}
.ind3_swiper{position: relative; padding: 0 8.3334%;}
.ind3_swiper .swiper-slide{padding: 0 20px; height: 570px;}
.ind3_swiper .swiper-slide a{height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind3_swiper .swiper-slide .pic{position: relative; display: none; width: 100%; padding: 50% 0; overflow: hidden;}
.ind3_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.ind3_swiper .swiper-slide .words{color: #fff; min-height: 230px; text-align: center; display: flex; align-items: center; justify-content: flex-start; flex-direction: column;}
.ind3_swiper .swiper-slide .words h4{font-size: 80px; font-weight: normal; line-height: 100%;}
.ind3_swiper .swiper-slide .words hr{margin-top: 20px; font-size: 16px; width: 2em; height: 1px; border: none; background: #fff;}
.ind3_swiper .swiper-slide .words p{margin: 20px 0; font-size: 16px; line-height: 24px; padding: 0 10px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ind3_swiper .swiper-slide .words span{font-size: 16px; font-family: "Arial"; line-height: 100%; text-transform: uppercase;}
.ind3_swiper .swiper-slide a:hover .pic{display: block;}
.ind3_swiper .swiper-slide a:hover .words{min-height: auto;}
.ind3_swiper .swiper-slide a:hover .words h4{display: none;}
.ind3_swiper .swiper-slide a:hover .words span{color: #ce9f4d;}
.ind3_swiper .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 60px; color: #fff; width: 60px; height: 60px; left: 2.6%; margin-top: -30px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.ind3_swiper .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.ind3_swiper .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 60px; color: #fff; width: 60px; height: 60px; right: 2.6%; margin-top: -30px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.ind3_swiper .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.ind3_swiper .swiper-button-prev:hover ,.ind3_swiper .swiper-button-next:hover{color: #c79b69;}
@media only screen and (min-width: 0) and (max-width: 1600px){
	.ind3_swiper .swiper-slide{height: 550px;}
}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.ind3_swiper .swiper-slide{height: auto;}
	.ind3_swiper .swiper-slide a{display: block;}
	.ind3_swiper .swiper-slide a .pic{display: block;}
	.ind3_swiper .swiper-slide a .words{min-height: auto;}
	.ind3_swiper .swiper-slide a .words h4{display: none;}
	.ind3_swiper .swiper-slide a .words span{transition: 0.6s; color: #fff;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
.ind3{padding: 8% 0;}
.ind3 .ind_tit{padding: 0 0 6%;}
.ind3_swiper{position: relative; padding: 0 50px;}
.ind3_swiper .swiper-slide{padding: 0 .32rem;}
.ind3_swiper .swiper-slide .words hr{font-size: 18px;}
.ind3_swiper .swiper-slide .words p{font-size: 18px; line-height: 180%;}
.ind3_swiper .swiper-slide .words span{font-size: 18px;}
.ind3_swiper .swiper-button-prev{font-size: 50px; width: 50px; height: 50px; left: .32rem; margin-top: -25px;}
.ind3_swiper .swiper-button-next{font-size: 50px; width: 50px; height: 50px; right: .32rem; margin-top: -25px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind3_swiper .swiper-slide a{margin: 0 auto; max-width: 450px;}
	.ind3_swiper .swiper-slide .words hr{font-size: 16px;}
	.ind3_swiper .swiper-slide .words p{font-size: 16px;}
	.ind3_swiper .swiper-slide .words span{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind3_swiper{position: relative; padding: 0 40px;}
	.ind3_swiper .swiper-slide .words hr{margin-top: 10px; font-size: 14px;}
	.ind3_swiper .swiper-slide .words p{margin: 10px 0; font-size: 14px; padding: 0 5px;}
	.ind3_swiper .swiper-slide .words span{font-size: 14px;}
	.ind3_swiper .swiper-button-prev{font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
	.ind3_swiper .swiper-button-next{font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
}

.ind4{padding: 100px 0; background: #f5f5f5;}
.ind4 .ind_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind4_hd{margin-top: 70px; position: relative; padding: 0 25px;}
.ind4_hd .swiper-slide{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind4_hd .swiper-slide .pic{position: relative; height: 60px;}
.ind4_hd .swiper-slide .pic img{transition: 0.6s; height: 100%; object-fit: contain;}
.ind4_hd .swiper-slide .pic img.hid{opacity: 0; position: absolute; left: 0; top: 0;}
.ind4_hd .swiper-slide .words{transition: 0.6s; color: #444444;}
.ind4_hd .swiper-slide .words h4{margin-top: 20px; font-size: 20px; font-weight: normal; line-height: 100%;}
.ind4_hd .swiper-slide .words p{margin-top: 10px; font-size: 14px; font-family: "Arial"; line-height: 100%; text-transform: uppercase;}
.ind4_hd .swiper-slide-active .pic img.show{opacity: 0;}
.ind4_hd .swiper-slide-active .pic img.hid{opacity: 1;}
.ind4_hd .swiper-slide-active .words{color: #ce9f4d;}
.ind4_hd .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; width: 23px; height: 30px; left: 0; margin-top: -15px; background: url(../images/btn_prev.png) center no-repeat; background-size: contain;}
.ind4_hd .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; width: 23px; height: 30px; right: 0; margin-top: -15px; background: url(../images/btn_next.png) center no-repeat; background-size: contain;}
.ind4_hd .swiper-button-prev:hover{background-image: url(../images/btn_prev_h.png);}
.ind4_hd .swiper-button-next:hover{background-image: url(../images/btn_next_h.png);}
.ind4_bd{margin-top: 90px;}
.ind4_bd .swiper-slide{background: #f5f5f5;}
.ind4_bd .swiper-slide .item{float: left; width: 44.1667%;}
.ind4_bd .swiper-slide .item:nth-of-type(1){width: 53.3334%; margin-right: 2.5%;}
.ind4_bd .swiper-slide .item:nth-of-type(2){margin-bottom: 2.5%;}
.ind4_bd .swiper-slide a{position: relative; display: block;}
.ind4_bd .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 21.2265% 0; overflow: hidden;}
.ind4_bd .swiper-slide .item:nth-of-type(1) .pic{padding: 37.5% 0;}
.ind4_bd .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; background: #fff;}
.ind4_bd .swiper-slide .words{transition: 0.6s; opacity: 0; color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 20px; background: rgba(0,0,0,0.4);}
.ind4_bd .swiper-slide .words figure{width: 100%; height: 100%; border: 2px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind4_bd .swiper-slide .words h5{font-size: 24px; font-weight: normal; line-height: 100%;}
.ind4_bd .swiper-slide .words p{margin: 20px 0; font-size: 18px; line-height: 100%; text-transform: uppercase;}
.ind4_bd .swiper-slide .words hr{font-size: 18px; width: 2em; height: 2px; border: none; background: #fff;}
.ind4_bd .swiper-slide .item:hover .words{opacity: 1;}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.ind4_bd .swiper-slide .item:nth-of-type(1){width: 48.125%; margin-right: 3.75%;}
	.ind4_bd .swiper-slide .item:nth-of-type(2){width: 48.125%; margin-bottom: 0;}
	.ind4_bd .swiper-slide .item:nth-of-type(3){display: none;}
	.ind4_bd .swiper-slide .item:nth-of-type(2) .pic{padding: 37.5% 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind4{padding: 8% 0;}
	.ind4_hd{margin-top: 6%;}
	.ind4_hd .swiper-slide .words h4{font-size: 22px;}
	.ind4_hd .swiper-slide .words p{font-size: 16px;}
	.ind4_bd{margin-top: 6%;}
	.ind4_bd .swiper-slide .words{padding: 15px;}
	.ind4_bd .swiper-slide .words h5{font-size: 24px;}
	.ind4_bd .swiper-slide .words p{margin: 20px 0; font-size: 18px;}
	.ind4_bd .swiper-slide .words hr{font-size: 18px;}
	.ind4_bd .swiper-slide .item .words{opacity: 1;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind4_hd{padding: 0 23px;}
	.ind4_hd .swiper-slide .pic{height: 50px;}
	.ind4_hd .swiper-slide .words h4{margin-top: 15px; font-size: 20px;}
	.ind4_hd .swiper-slide .words p{font-size: 14px;}
	.ind4_hd .swiper-button-prev{width: 20px; height: 26px; margin-top: -13px;}
	.ind4_hd .swiper-button-next{width: 20px; height: 26px; margin-top: -13px;}
	.ind4_bd .swiper-slide .item:nth-of-type(1){width: 100%; margin-right: 0;}
	.ind4_bd .swiper-slide .item:nth-of-type(2){display: none;}
	.ind4_bd .swiper-slide .words{padding: 20px;}
	.ind4_bd .swiper-slide .words h5{font-size: 22px;}
	.ind4_bd .swiper-slide .words p{margin: 15px 0; font-size: 16px;}
	.ind4_bd .swiper-slide .words hr{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind4_hd .swiper-slide .pic{height: 40px;}
	.ind4_hd .swiper-slide .words h4{margin-top: 10px; font-size: 18px;}
	.ind4_hd .swiper-slide .words p{display: none; margin-top: 5px; font-size: 13px;}
	.ind4_bd .swiper-slide .words{padding: 15px;}
	.ind4_bd .swiper-slide .words h5{font-size: 20px;}
	.ind4_bd .swiper-slide .words p{margin: 10px 0; font-size: 14px;}
	.ind4_bd .swiper-slide .words hr{font-size: 14px;}
}

.ind5{padding: 100px 0; background: #f1f1f1;}
.ind5_swiper{margin-top: 60px; position: relative;}
.ind5_swiper .swiper-slide a{position: relative; display: block;}
.ind5_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 66.6666% 0; overflow: hidden;}
.ind5_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.ind5_swiper .swiper-slide .words{color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 50px 45px 30px 45px; background: rgba(0,0,0,0.2); display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column;}
.ind5_swiper .swiper-slide .words h4{font-size: 36px; font-family: "Arial";}
.ind5_swiper .swiper-slide .words h5{/*margin-top: 20px;*/ margin-bottom: 35px; font-size: 20px; font-weight: normal;}
.ind5_swiper .swiper-slide .words p{opacity: 0; height: 0; font-size: 16px; line-height: 180%; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.ind5_swiper .swiper-slide .words p span{display: block; font-size: 18px; margin-bottom: 10px;}
.ind5_swiper .swiper-slide .words>span{font-size: 18px; font-family: "Arial"; font-weight: bold; line-height: 100%; text-transform: uppercase;}
.ind5_swiper .swiper-slide:hover .words{background: rgba(0,0,0,0.5); justify-content: space-between;}
.ind5_swiper .swiper-slide:hover .words p{opacity: 1; height: auto;}
.ind5_swiper .swiper_top{position: absolute; left: 50%; top: -60px; transform: translateX(-50%) translateY(-100%); display: flex; align-items: center; justify-content: flex-end;}
.ind5_swiper .swiper-button-prev{position: static; opacity: 1; width: 70px; height: 30px; margin-top: 0; background: url(../images/btn_prev2.png) #2c2a2b center center no-repeat;}
.ind5_swiper .swiper-button-next{position: static; opacity: 1; width: 70px; height: 30px; margin-top: 0; background: url(../images/btn_next2.png) #ce9f4d center center no-repeat;}
.ind5_swiper .swiper-pagination{margin-top: 50px; position: static; line-height: 100%; display: flex; align-items: center; justify-content: center;}
.ind5_swiper .swiper-pagination-bullet{margin: 0 15px; opacity: 1; position: relative; width: 16px; height: 16px; border: 2px solid #2c2a2b; background: transparent;}
.ind5_swiper .swiper-pagination-bullet-active{background: #2c2a2b;}
@media only screen and (min-width: 0) and (max-width: 1320px){
	.ind5_swiper .swiper-slide .words{padding: 35px;}
	.ind5_swiper .swiper-slide .words h4{font-size: 28px;}
	.ind5_swiper .swiper-slide .words h5{/*margin-top: 15px;*/ margin-bottom: 30px; font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.ind5_swiper{padding: 0 .32rem;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind5{padding: 8% 0;}
	.ind5 .ind_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
	.ind5_swiper{margin-top: 15%;}
	.ind5_swiper .swiper-slide .words h4{font-size: 28px;}
	.ind5_swiper .swiper-slide .words h5{font-size: 18px;}
	.ind5_swiper .swiper-slide .words p{font-size: 16px;}
	.ind5_swiper .swiper-slide .words p span{font-size: 18px;}
	.ind5_swiper .swiper-slide .words>span{font-size: 18px;}
	.ind5_swiper .swiper-slide .words{background: rgba(0,0,0,0.5); justify-content: space-between;}
	.ind5_swiper .swiper-slide .words p{opacity: 1; height: auto;}
	.ind5_swiper .swiper_top{top: -10%; justify-content: center;}
	.ind5_swiper .swiper-pagination{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind5_swiper .swiper-slide .words{padding: 40px;}
	.ind5_swiper .swiper-slide .words h4{font-size: 24px;}
	.ind5_swiper .swiper-slide .words h5{font-size: 18px;}
	.ind5_swiper .swiper-slide .words p{font-size: 16px;}
	.ind5_swiper .swiper-slide .words p span{font-size: 16px;}
	.ind5_swiper .swiper-slide .words>span{font-size: 16px;}
	.ind5_swiper .swiper_top{top: -5%;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind5_swiper{margin-top: 80px;}
	.ind5_swiper .swiper-slide .words{padding: 30px;}
	.ind5_swiper .swiper-slide .words h4{font-size: 22px;}
	.ind5_swiper .swiper-slide .words h5{font-size: 16px;}
	.ind5_swiper .swiper-slide .words p{font-size: 14px;}
	.ind5_swiper .swiper-slide .words p span{font-size: 14px;}
	.ind5_swiper .swiper-slide .words>span{font-size: 14px;}
	.ind5_swiper .swiper_top{top: -25px;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.ind5_swiper .swiper-slide .words{padding: 20px;}
}

.ind6{padding: 100px 0;}
.ind6 .ind_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind6_list{margin-top: 50px;}
.ind6_list li{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start;}
.ind6_list li:nth-of-type(1){margin-top: 0;}
.ind6_list li .ind6_pic{position: relative; width: 37.5%;}
.ind6_list li .ind6_pic .pic{position: relative; display: block; width: 100%; padding: 50% 0; height: 100%; overflow: hidden;}
.ind6_list li .ind6_pic .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.ind6_list li .ind6_pic .words{color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background: rgba(0,0,0,0.3);*/ display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind6_list li .ind6_pic .words h4{font-size: 16px; font-weight: normal;}
.ind6_list li .ind6_pic .words h5{margin-top: 10px; font-size: 16px; font-weight: normal;}
.ind6_list li .ind6_words{position: relative; width: 62.5%; padding: 4.1667%; background: #f1f1f1; display: flex; align-items: flex-start; justify-content: center; flex-direction: column;}
.ind6_list li:nth-of-type(2n) .ind6_words{order: -1;}
.ind6_list li .ind6_words::after{position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 40px; background: #fff;}
.ind6_list li .ind6_words h4{font-size: 24px; font-weight: normal; color: #000000;}
.ind6_list li .ind6_words h5{margin: 20px 0; font-size: 16px; font-weight: normal; font-family: "Arial"; color: #999999;}
.ind6_list li .ind6_words hr{font-size: 16px; width: 3.5em; height: 1px; border: none; background: #ffd200;}
.ind6_list li .ind6_words p{margin-top: 20px; font-size: 16px; color: #000000; max-width: 460px; line-height: 180%;}
.ind6_list li .ind6_words a{margin-top: 50px; font-size: 16px; color: #fff; width: 150px; height: 50px; background: #ce9f4d; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind6_list li .ind6_words a:hover{box-shadow: 0 0 15px rgba(206,159,77,0.5);}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.ind6_list li .ind6_words::after{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind6{padding: 8% 0;}
	.ind6_list{margin-top: 6%;}
	.ind6_list li{margin-top: 4%;}
	.ind6_list li .ind6_pic .words h4{font-size: 18px;}
	.ind6_list li .ind6_pic .words h5{font-size: 18px;}
	.ind6_list li .ind6_words{padding: 3%;}
	.ind6_list li .ind6_words h4{font-size: 24px;}
	.ind6_list li .ind6_words h5{margin: 20px 0; font-size: 18px;}
	.ind6_list li .ind6_words hr{font-size: 18px;}
	.ind6_list li .ind6_words p{margin-top: 20px; font-size: 18px; max-width: 100%;}
	.ind6_list li .ind6_words a{margin-top: 50px; font-size: 18px; width: 150px; height: 50px;}
}
@media only screen and (min-width: 0) and (max-width: 920px){
	.ind6_list li .ind6_pic{width: 100%;}
	.ind6_list li .ind6_words{width: 100%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind6_list li{display: block;}
	.ind6_list li .ind6_pic .words h4{font-size: 16px;}
	.ind6_list li .ind6_pic .words h5{font-size: 16px;}
	.ind6_list li .ind6_words h4{font-size: 22px;}
	.ind6_list li .ind6_words h5{margin: 15px 0; font-size: 16px;}
	.ind6_list li .ind6_words hr{font-size: 16px;}
	.ind6_list li .ind6_words p{margin-top: 15px; font-size: 16px;}
	.ind6_list li .ind6_words a{margin-top: 40px; font-size: 16px; width: 120px; height: 40px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind6_list li .ind6_words h4{font-size: 18px;}
	.ind6_list li .ind6_words h5{margin: 10px 0; font-size: 14px;}
	.ind6_list li .ind6_words hr{font-size: 14px;}
	.ind6_list li .ind6_words p{margin-top: 10px; font-size: 14px;}
	.ind6_list li .ind6_words a{margin-top: 30px; font-size: 14px;}
}

.ind7{padding: 100px 0; background: #f1f1f1;}
.ind7 .ind_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind7_swiper{margin-top: 50px; position: relative; padding: 0 87px;}
.ind7_swiper .swiper-slide a{display: block; text-align: center; padding: 1px;}
.ind7_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 64.1026% 0; overflow: hidden;}
.ind7_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; border: 1px solid #dbdbdb;}
.ind7_swiper .swiper-slide p{transition: 0.6s; margin-top: 25px; font-size: 16px; line-height: 180%; color: #000000;}
.ind7_swiper .swiper-slide:hover p{color: #ce9f4d;}
.ind7_swiper .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #444444; width: 50px; height: 50px; left: -15px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.ind7_swiper .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.ind7_swiper .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #444444; width: 50px; height: 50px; right: -15px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.ind7_swiper .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.ind7_swiper .swiper-button-prev:hover ,.ind7_swiper .swiper-button-next:hover{color: #c79b69;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind7{padding: 8% 0;}
	.ind7_swiper{margin-top: 6%; padding: 0 50px;}
	.ind7_swiper .swiper-slide p{font-size: 18px;}
	.ind7_swiper .swiper-button-prev{left: 0;}
	.ind7_swiper .swiper-button-next{right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind7_swiper .swiper-slide a{margin: 0 auto; max-width: 450px;}
	.ind7_swiper .swiper-slide p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind7_swiper{padding: 0 40px;}
	.ind7_swiper .swiper-slide p{margin-top: 20px; font-size: 14px;}
	.ind7_swiper .swiper-button-prev{font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
	.ind7_swiper .swiper-button-next{font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
}

.ind8{position: relative; padding: 100px 0; overflow: hidden; background: url(../images/ind8_bg.jpg) center center no-repeat; background-size: cover;}
.ind8::after{z-index: 1; position: absolute; left: 50%; top: 0; content: ""; transform: translateX(-50%); margin-left: 120px; width: 2px; height: 100%; background: rgba(128,128,128,0.3);}
.ind8 .ind_tit{color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind8 .ind_tit hr{background: #fff;}
.ind8_list{margin-top: 50px;}
.ind8_list li{float: left; width: 600px; display: none;}
.ind8_list li:nth-of-type(1){width: 460px; margin-right: 140px;}
.ind8_list li:nth-of-type(-n+4){display: block;}
.ind8_list li a{display: block;}
.ind8_list li .pic{position: relative; display: none; width: 100%; padding: 33.6957% 0; overflow: hidden;}
.ind8_list li:nth-of-type(1) .pic{display: block;}
.ind8_list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.ind8_list li .words{transition: 0.6s; color: #fff; display: flex; align-items: stretch; justify-content: flex-end;}
.ind8_list li:nth-of-type(1) .words{display: block;}
.ind8_list li .words time{font-size: 30px; line-height: 100%; padding: 50px 10px 50px 0; text-align: right;}
.ind8_list li:nth-of-type(1) .words time{display: none;}
.ind8_list li:nth-of-type(2) .words time{padding-top: 0;}
.ind8_list li .words time em{display: block; font-size: 16px;}
.ind8_list li .words figure{width: 480px; padding: 50px 0 50px 30px; border-bottom: 2px solid rgba(128,128,128,0.3);}
.ind8_list li:nth-of-type(1) .words figure{margin-top: 50px; width: 100%; padding: 0; border: none;}
.ind8_list li:nth-of-type(2) .words figure{padding-top: 0;}
.ind8_list li .words figure h4{font-size: 18px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ind8_list li .words figure p{margin-top: 20px; font-size: 16px; line-height: 180%; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ind8_list li .words figure span{margin-top: 75px; display: none; font-size: 18px; font-family: "Arial";}
.ind8_list li:nth-of-type(1) .words figure span{display: block;}
.ind8_list li:hover .words{color: #ce9f4d;}
.m_ind8_swiper{margin-top: 50px; display: none; position: relative; padding: 0 50px;}
.m_ind8_swiper .swiper-slide a{display: block;}
.m_ind8_swiper .swiper-slide .pic{position: relative; width: 100%; padding: 33.6957% 0; overflow: hidden;}
.m_ind8_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.m_ind8_swiper .swiper-slide .words{transition: 0.6s; margin-top: 50px; color: #fff;}
.m_ind8_swiper .swiper-slide .words h4{font-size: 18px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.m_ind8_swiper .swiper-slide .words p{margin-top: 20px; font-size: 16px; line-height: 180%; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.m_ind8_swiper .swiper-slide .words span{margin-top: 75px; display: block; font-size: 18px; font-family: "Arial";}
.m_ind8_swiper .swiper-slide:hover .words{color: #ce9f4d;}
.m_ind8_swiper .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; left: -15px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.m_ind8_swiper .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.m_ind8_swiper .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; right: -15px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.m_ind8_swiper .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.m_ind8_swiper .swiper-button-prev:hover ,.m_ind8_swiper .swiper-button-next:hover{color: #c79b69;}
@media only screen and (min-width: 0) and (max-width: 1240px){
	.ind8::after{display: none;}
	.ind8_list{display: none;}
	.m_ind8_swiper{display: block;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind8{padding: 8% 0;}
	.m_ind8_swiper{margin-top: 6%;}
	.m_ind8_swiper .swiper-slide .words{margin-top: 40px;}
	.m_ind8_swiper .swiper-slide .words h4{font-size: 22px;}
	.m_ind8_swiper .swiper-slide .words p{margin-top: 20px; font-size: 18px;}
	.m_ind8_swiper .swiper-slide .words span{margin-top: 60px; font-size: 18px;}
	.m_ind8_swiper .swiper-button-prev{left: 0;}
	.m_ind8_swiper .swiper-button-next{right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.m_ind8_swiper .swiper-slide a{margin: 0 auto; max-width: 450px;}
	.m_ind8_swiper .swiper-slide .words h4{font-size: 20px;}
	.m_ind8_swiper .swiper-slide .words p{font-size: 16px;}
	.m_ind8_swiper .swiper-slide .words span{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.m_ind8_swiper{padding: 0 40px;}
	.m_ind8_swiper .swiper-slide .words{margin-top: 30px;}
	.m_ind8_swiper .swiper-slide .words h4{font-size: 18px;}
	.m_ind8_swiper .swiper-slide .words p{margin-top: 10px; font-size: 14px;}
	.m_ind8_swiper .swiper-slide .words span{margin-top: 40px; font-size: 14px;}
	.m_ind8_swiper .swiper-button-prev{font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
	.m_ind8_swiper .swiper-button-next{font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
}

.ind9{padding: 100px 0;}
.ind9 .ind_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind9_con{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start;}
.ind9_words{color: #fff; width: 41.6667%; padding: 50px; background: #444444;}
.ind9_tit p{font-size: 24px; font-family: "Arial"; line-height: 100%; text-transform: uppercase;}
.ind9_tit h3{margin-top: 10px; font-size: 18px; font-weight: normal;}
.ind9_tit hr{margin-top: 20px; font-size: 18px; width: 4em; height: 2px; border: none; background: #ce9f4d;}
.ind9_list{margin-top: 30px;}
.ind9_list li{padding: 20px 0; border-bottom: 1px solid #ce9f4d; display: flex; align-items: center; justify-content: flex-start;}
.ind9_list li .pic{height: 30px; margin-right: 10px;}
.ind9_list li .pic img{height: 100%; object-fit: contain;}
.ind9_list li p{font-size: 16px;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind9{padding: 8% 0;}
	.ind9_con{margin-top: 6%; display: block;}
	.ind9_words{width: 100%; padding: 4%;}
	.ind9_tit p{font-size: 24px;}
	.ind9_tit h3{margin-top: 10px; font-size: 18px;}
	.ind9_tit hr{margin-top: 20px; font-size: 18px;}
	.ind9_list{margin-top: 3%;}
	.ind9_list li .pic{margin-right: 15px;}
	.ind9_list li p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.ind9_words{padding: 30px;}
	.ind9_tit p{font-size: 20px;}
	.ind9_tit h3{font-size: 16px;}
	.ind9_tit hr{font-size: 16px;}
	.ind9_list li .pic{height: 25px; margin-right: 10px;}
	.ind9_list li p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.ind9_words{padding: 25px;}
	.ind9_list li p{font-size: 14px;}
}

#bmap{width: 58.3334%; height: 470px; border: 1px solid #e1e1e1;}
#bmap img{max-width: none;}
.BMap_bubble_content{max-width: 310px;}
.BMap_bubble_content p{font-size: 14px; color: #434144; line-height: 180%;}
.BMap_bubble_content p:nth-of-type(1){font-size: 16px; font-weight: bold; color: #bf0008; margin-bottom: 5px;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	#bmap{width: 100%; height: 8rem;}
	.BMap_bubble_content p{font-size: 18px;}
	.BMap_bubble_content p:nth-of-type(1){font-size: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.BMap_bubble_content p{font-size: 16px;}
	.BMap_bubble_content p:nth-of-type(1){font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.BMap_bubble_content p{font-size: 14px;}
	.BMap_bubble_content p:nth-of-type(1){font-size: 16px;}
}

.ind10{padding: 100px 0; border-bottom: 4px solid #ce9f4d; background: #444444;}
.ind10 .ind_tit{color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ind10 .ind_tit hr{background: #fff;}
.msg_form{margin-top: 50px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.msg_form section{width: 30%; display: flex; align-items: center; justify-content: flex-start;}
.msg_form section:nth-of-type(4){width: 10%;}
.msg_form .text{transition: 0.6s; font-size: 16px; color: #999999; width: 100%; height: 60px; padding: 0 20px; border: 1px solid #cccccc; border-right: none; background: #fff;}
.msg_form section:nth-of-type(3) .text{border-right: 1px solid #cccccc;}
.msg_form .text::-webkit-input-placeholder{color: #999999;}
.msg_form .text:focus{border: 1px solid #ce9f4d; box-shadow: 0 0 10px rgba(206,159,77,0.5);}
.msg_form .form_btn{transition: 0.6s; width: 100%; height: 60px; border: none; background: url(../images/form_btn.png) #ce9f4d center no-repeat; cursor: pointer;}
.msg_form .form_btn:hover{box-shadow: 0 0 15px rgba(206,159,77,0.5);}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.ind10{padding: 8% 0 5%;}
	.msg_form{margin-top: 6%;}
	.msg_form section{margin-top: 3%; width: 100%; display: block;}
	.msg_form section:nth-of-type(1){margin-top: 0;}
	.msg_form section:nth-of-type(4){width: 100%;}
	.msg_form .text{font-size: 18px; height: 60px; padding: 0 20px; border: 1px solid #cccccc;}
	.msg_form .form_btn{height: 60px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.msg_form .text{font-size: 16px; height: 48px; padding: 0 10px;}
	.msg_form .form_btn{height: 48px; background-size: 3.5%;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.msg_form .text{font-size: 14px; height: 38px;}
	.msg_form .form_btn{height: 38px;}
}
/*== 首页 ==*/


/*== 公共尾部 ==*/
aside ul{z-index: 10; position: fixed; top: 254px; right: 10px;}
aside ul li{margin-top: 10px; position: relative; width: 70px; height: 70px;}
aside ul li:nth-of-type(1){margin-top: 0;}
aside ul li .fix_box{transition: 0.6s; width: 100%; height: 100%; border: 1px solid #cccccc; background: #fff;}
aside ul li .fix_box>a{width: 100%; height: 100%; font-size: 14px; color: #434144; display: flex; justify-content: center; flex-direction: column; align-items: center;}
aside ul li i{transition: 0.6s; display: block; width: 36px; height: 36px; margin: 0 auto 5px; overflow: hidden;}
aside ul li:nth-of-type(1) i{background: url(../images/aside_ico1.png) center no-repeat; background-size: contain;}
/* aside ul li:nth-of-type(2) i{background: url(../images/aside_ico2.png) center no-repeat; background-size: contain;} */
aside ul li:nth-of-type(2) i{background: url(../images/aside_ico3.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(3) i{background: url(../images/aside_ico4.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(4) i{background: url(../images/aside_ico5.png) center no-repeat; background-size: contain;}
aside ul li:nth-of-type(5) i{background: url(../images/aside_ico6.png) center no-repeat; background-size: contain;}
aside ul li:hover:nth-of-type(1) i{background-image: url(../images/aside_ico1_h.png);}
/* aside ul li:hover:nth-of-type(2) i{background-image: url(../images/aside_ico2_h.png);} */
aside ul li:hover:nth-of-type(2) i{background-image: url(../images/aside_ico3_h.png);}
aside ul li:hover:nth-of-type(3) i{background-image: url(../images/aside_ico4_h.png);}
aside ul li:hover:nth-of-type(4) i{background-image: url(../images/aside_ico5_h.png);}
aside ul li:hover:nth-of-type(5) i{background-image: url(../images/aside_ico6_h.png);}
aside ul li .fix_tel{transition: 0.6s; opacity: 0; pointer-events: none; position: absolute; right: 100%; top: 0; font-size: 14px; color: #2c2a2b; height: 70px; line-height: 24px; padding: 0 30px; border: 2px solid #ce9f4d; border-right: none; background: #fff; width: max-content; width: -webkit-max-content; width: -moz-max-content; width: -ms-max-content; width: -o-max-content; display: flex; justify-content: center; flex-direction: column; align-items: center;}
aside ul li .fix_erwei_box{transition: 0.6s; opacity: 0; pointer-events: none; position: absolute; right: 100%; top: 0; font-size: 16px; color: #fff; padding-right: 10px;}
aside ul li .fix_erwei_con{padding: 10px; background: #ce9f4d;}
aside ul li .fix_erwei_con figure{padding: 10px; border: 1px solid #fff;}
aside ul li .fix_erwei_con figure .pic{width: 120px; height: 120px;}
aside ul li .fix_erwei_con figure .pic img{width: 100%; height: 100%; object-fit: contain;}
aside ul li .fix_erwei_con figure p{margin-top: 15px; font-size: 16px; color: #fff; line-height: 180%;}
aside ul li:hover .fix_box{border-color: #ce9f4d; background: #ce9f4d;}
aside ul li:hover .fix_box>a{color: #fff;}
aside ul li:hover .fix_tel{opacity: 1; pointer-events: auto;}
aside ul li:hover .fix_erwei_box{opacity: 1; pointer-events: auto;}
aside ul .go_top{display: none;}
.search_box{transition: 0.6s; opacity: 0; pointer-events: none; position: absolute; right: 100%; top: 0; border-right: 20px solid transparent;}
.search_con{padding: 20px; background: #ce9f4d;}
.search_con figure{padding: 35px 20px; border: 1px solid #fff;}
.search_con h3{font-size: 24px; font-weight: normal; color: #fff; line-height: 30px; text-align: center; text-transform: uppercase;}
.search_con form{margin-top: 20px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.search_con form .text{transition: 0.6s; font-size: 16px; color: #fff; width: 225px; height: 40px; border: none; border-bottom: 1px solid #fff; background: transparent;}
.search_con form .text::-webkit-input-placeholder{color: #fff;}
.search_con form .submit{margin-top: 35px; font-size: 16px; color: #ce9f4d; width: 225px; height: 40px; border: none; background: #fff; text-transform: uppercase; cursor: pointer;}
aside ul li:hover .search_box{opacity: 1; pointer-events: auto;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	footer{padding-bottom: 1.79rem;}
	aside ul{top: 100%; right: 0; transform: translateY(-100%); width: 100%; display: flex; align-items: center; justify-content: center;}
	aside ul li{margin-top: 0; width: 33.33%; height: 1.8rem; letter-spacing: 1px;}
	aside ul li:nth-of-type(1){display:none;}
	aside ul li:nth-of-type(3){display:none;}
	aside ul li .fix_box{border: none; border-top: 1px solid #bebebe; border-right: 1px solid #bebebe;}
	aside ul li.go_top .fix_box{border-right: none;}
	aside ul li .fix_box>a{font-size: .30rem;}
	aside ul li i{width: .60rem; height: .60rem;}
	aside ul li:hover:nth-of-type(1) i{background-image: url(../images/aside_ico1.png);}
	/* aside ul li:hover:nth-of-type(2) i{background-image: url(../images/aside_ico2.png);} */
	aside ul li:hover:nth-of-type(2) i{background-image: url(../images/aside_ico3.png);}
	aside ul li:hover:nth-of-type(3) i{background-image: url(../images/aside_ico4.png);}
	aside ul li:hover:nth-of-type(4) i{background-image: url(../images/aside_ico5.png);}
	aside ul li:hover:nth-of-type(5) i{background-image: url(../images/aside_ico6.png);}
	aside ul li:hover .fix_box{border-color: #bebebe; background: #fff;}
	aside ul li:hover .fix_box>a{color: #434144;}
	aside ul li:hover .fix_tel{display: none;}
	aside ul li:hover .fix_erwei_box{opacity: 0; pointer-events: none;}
	aside ul .go_top{display: block;}
}

/*== 弹窗 ==*/
.design_box{z-index: 999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; align-items: center; justify-content: center;}
.design_con{position: fixed; background: #fff; display: flex; align-items: center; justify-content: center;}
.design_con .will_close{z-index: 99; display: block; position: absolute; left: 100%; top: 0; width: 58px; height: 58px; background: url(../images/close_ico.png) #ce9f4d center no-repeat; cursor: pointer;}
/*== 在线留言 ==*/
.design_msg_con{display: flex; align-items: stretch; justify-content: space-between;}
.design_msg_pic{width: 570px; height: 480px;}
.design_msg_pic img{width: 100%; height: 100%; object-fit: cover;}
.design_msg_words{width: 560px; height: 480px; padding: 30px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.design_msg_words h4{font-size: 24px; font-weight: normal; color: #333333;}
.design_msg_form{margin-top: 55px; width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.design_msg_form section{margin-top: 20px; width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.design_msg_form section:nth-of-type(-n+2){width: 48%; margin-top: 0;}
.design_msg_form section:nth-of-type(1){margin-right: 4%;}
.design_msg_form section:last-child{margin-top: 30px; justify-content: center;}
.design_msg_form .text{transition: 0.6s; font-size: 16px; color: #999999; width: 100%; height: 36px; padding: 0 20px; border: 1px solid #cccccc; background: #fff;}
.design_msg_form .text::-webkit-input-placeholder{color: #999999;}
.design_msg_form input[type='text']:focus,.design_msg_form textarea:focus{border-color: #ce9f4d; box-shadow: 0 0 10px rgba(206,159,77,0.5);}
.design_msg_form .msg_address{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.design_msg_form .msg_address select{width: 48%; background: url(../images/select_ico2.png) #fff 95% center no-repeat; appearance:none; -moz-appearance:none; -webkit-appearance:none; cursor: pointer;}
.design_msg_form .msg_content{height: 100px; padding: 10px 20px;}
.design_msg_form .form_btn,.design_msg_form .form_reset{transition: 0.6s; font-size: 16px; color: #fff; width: 120px; height: 36px; border: none; background: #717f87; cursor: pointer;}
.design_msg_form .form_reset{margin-left: 4%;}
.design_msg_form .form_btn:hover,.design_msg_form .form_reset:hover{background: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1300px){
	.design_msg_pic{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.design_con .will_close{transform: translateX(-100%);}
	.design_msg_words{max-width: 670px; width: 100%; height: auto; padding: 80px 40px;}
	.design_msg_words h4{font-size: 24px;}
	.design_msg_form{margin-top: 40px;}
	.design_msg_form section{margin-top: 4%;}
	.design_msg_form section:nth-of-type(-n+2){width: 48%; margin-top: 0;}
	.design_msg_form section:nth-of-type(1){margin-right: 4%;}
	.design_msg_form section:last-child{margin-top: 4%;}
	.design_msg_form .text{font-size: 18px; height: 60px;}
	.design_msg_form .msg_content{height: 2rem;}
	.design_msg_form .form_btn,.design_msg_form .form_reset{font-size: 18px; width: 150px; height: 60px;}
	.design_msg_form .form_reset{margin-left: 4%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.design_con{width: 90%;}
	.design_con .will_close{width: 48px; height: 48px; background-size: 42%;}
	.design_msg_words{padding: 8% 4%;}
	.design_msg_words h4{font-size: 22px;}
	.design_msg_form{margin-top: 4%;}
	.design_msg_form .text{font-size: 16px; height: 48px; padding: 10px;}
	.design_msg_form .msg_content{height: 2rem; padding: 10px;}
	.design_msg_form .form_btn,.design_msg_form .form_reset{font-size: 16px; width: 140px; height: 48px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.design_con .will_close{width: 38px; height: 38px; background-size: 38%;}
	.design_msg_words h4{font-size: 20px;}
	.design_msg_form .text{font-size: 14px; height: 38px;}
	.design_msg_form .msg_content{height: 2rem;}
	.design_msg_form .form_btn,.design_msg_form .form_reset{font-size: 14px; width: 120px; height: 38px;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.design_msg_words h4{font-size: 18px;}

}

footer{background: #1e1e1e;}
.f_link{font-size: 16px; color: #fff; padding: 20px 0; background: #333333;}
.f_link .layout{display: flex; align-items: flex-start; justify-content: flex-start;}
.f_link span{display: block; min-width: 5.5em;}
.f_link figure{display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;}
.f_link figure a{margin-right: 20px; display: block;}
.f_con{font-size: 16px; color: #fff; padding-top: 30px;}
.f_logo{margin: 0 auto; display: block; width: 300px;}
.f_logo img{width: 100%; object-fit: contain;}
.f_nav{padding: 50px 0; display: flex; align-items: center; justify-content: space-between;}
.f_nav li a{display: block;}
.f_words{padding: 50px 0; border-top: 2px solid #626262; display: flex; align-items: flex-start; justify-content: space-between;}
footer a:hover{color: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.f_link{display: none;}
	.f_con{font-size: 18px; line-height: 180%; padding-top: 5%;}
	.f_logo{width: 300px;}
	.f_nav{display: none;}
	.f_words{margin-top: 5%; padding: 5% 0; text-align: center; border-top-width: 1px; display: block;}
	.f_words em{display: block;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.f_con{font-size: 16px;}
	.f_logo{width: 280px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.f_con{font-size: 14px;}
	.f_logo{width: 250px;}
}
/*== 公共尾部 ==*/


/*== 内页 ==*/
.page_img{position: relative; width: 100%;}
.page_img .pic{display: block; width: 100%; height: 100%;}
.page_img .pic img{width: 100%; height: 350px; object-fit: cover;}
.page_img .words{color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.page_img .words p{font-size: 36px; font-family: "Arial"; text-transform: uppercase;}
.page_img .words h3{font-size: 30px; font-weight: normal; }
@media only screen and (min-width: 0) and (max-width: 1024px){
	.page_img{display: none;}
}

.page_pos_box{height: 80px; border-bottom: 1px solid #cccccc;}
.page_pos_box .layout{height: 100%; display: flex; align-items: center; justify-content: space-between;}
.page_pos{font-size: 16px; color: #333333; height: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.page_pos span{margin: 0 5px;}
.page_pos span:nth-of-type(1){margin: 0 5px 0 0;}
.page_pos a:hover{color: #ce9f4d;}
.page_pos_box form{width: 360px; position: relative;}
.page_pos_box form .text{transition: 0.6s; width: 100%; height: 40px; line-height: 100%; font-size: 16px; color: #999999; padding-left: 30px; padding-right: 50px; border: 1px solid #cccccc; border-radius: 20px; background: transparent;}
.page_pos_box form .text::-webkit-input-placeholder{color: #999999;}
.page_pos_box form .text:focus{border-color: #ce9f4d; box-shadow: 0 0 10px rgba(206,159,77,0.5);}
.page_pos_box form .submit{transition: 0.6s; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border: none; border-radius: 50%; background: url("../images/search_ico.png") #444444 center no-repeat; cursor: pointer;}
.page_pos_box form .submit:hover{box-shadow: 0 0 10px rgba(68,68,68,0.5);}
.m_page_nav{display: none;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.page_pos_box{display: none;}
	.m_page_nav{display: block;}
	.m_page_nav li{width: 100%;}
	.m_page_nav li dl{display: block; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
	.m_page_nav li dl dt{transition: 0.6s; padding: 1.2% .32rem; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
	.m_page_nav li dl dt span{transition: 0.6s; font-size: 18px; color: #444444; line-height: 200%;}
	.m_page_nav li dl dt i{transition: 0.6s; font-size: 36px; font-weight: bold; color: #444444;}
	.m_page_nav li dl dd{display: none; padding: 0 .32rem; border-top: 1px solid #cccccc; background: #f5f5f5;}
	.m_page_nav li dl dd a{display: block; font-size: 18px; color: #444444; line-height: 200%; padding: 1.2% 0; border-bottom: 1px solid #cecece; text-align: center;}
	.m_page_nav li dl dd a:last-child{border-color: transparent;}
	.m_page_nav li dl dd a.active{color: #ce9f4d;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.m_page_nav li dl dt{padding: 1.6% .32rem;}
	.m_page_nav li dl dt span{font-size: 16px;}
	.m_page_nav li dl dt i{font-size: 30px;}
	.m_page_nav li dl dd a{font-size: 16px; padding: 1.6% 0;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.m_page_nav li dl dt{padding: 2.2% .32rem;}
	.m_page_nav li dl dt span{font-size: 14px;}
	.m_page_nav li dl dt i{font-size: 24px;}
	.m_page_nav li dl dd a{font-size: 14px; padding: 2.2% 0;}
}

/*== 关于铂克尼 ==*/
.about1{padding: 100px 0;}
.about1 .layout{display: flex; align-items: flex-start; justify-content: space-between;}
.about1_words{width: 47.5%;}
.about1_words>p{margin-top: 30px; font-size: 16px; color: #000000; line-height: 36px;}
.about1_words>p:nth-of-type(1){margin-top: 40px;}
.about1_pic{width: 47.0834%;}
.about1_pic img{width: 100%; height: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.about1{padding: 8% 0;}
	.about1 .layout{display: block;}
	.about1_words{width: 100%;}
	.about1_words>p{margin-top: 3%; font-size: 18px; line-height: 200%;}
	.about1_words>p:nth-of-type(1){margin-top: 4%;}
	.about1_pic{margin-top: 6%; width: 100%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.about1_words>p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.about1_words>p{font-size: 14px;}
}

.about2{padding: 100px 0; background: url("../images/about2_bg.jpg") center no-repeat; background-size: cover;}
.about2 .ind_tit{color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.about2 .ind_tit hr{background: #fff;}
.about2_list{margin-top: 80px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.about2_list li{width: 50%; display: flex; align-items: stretch; justify-content: flex-start;}
.about2_list li .pic{position: relative; display: block; width: 50%; padding: 20.8334% 0; overflow: hidden;}
.about2_list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.about2_list li .words{color: #000; width: 50%; padding: 25px; background: #fff;}
.about2_list li:nth-of-type(3) .words,.about2_list li:nth-of-type(4) .words{order: -1;}
.about2_list li .words h4{font-size: 24px; font-weight: normal; text-transform: uppercase;}
.about2_list li .words h5{margin-top: 10px; font-size: 24px; font-weight: normal;}
.about2_list li .words p{margin-top: 10px; font-size: 16px; line-height: 180%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.about2{padding: 8% 0;}
	.about2_list{margin-top: 6%;}
	.about2_list li{width: 100%;}
	.about2_list li .words{padding: 3%;}
	.about2_list li:nth-of-type(2) .words{order: -1;}
	.about2_list li:nth-of-type(3) .words{order: 2;}
	.about2_list li .words{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
	.about2_list li .words h4{font-size: 24px;}
	.about2_list li .words h5{font-size: 24px;}
	.about2_list li .words p{font-size: 18px; line-height: 180%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.about2_list li .words h4{font-size: 20px;}
	.about2_list li .words h5{font-size: 20px;}
	.about2_list li .words p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.about2_list li .words h4{font-size: 18px;}
	.about2_list li .words h5{font-size: 18px;}
	.about2_list li .words p{font-size: 14px; line-height: 160%;}
}
@media only screen and (min-width: 0) and (max-width: 440px){
	.about2_list li{margin-top: 3%; display: block;}
	.about2_list li:nth-of-type(1){margin-top: 0;}
	.about2_list li .pic{width: 100%; padding: 41.6668% 0;}
	.about2_list li .words{width: 100%; padding: 6% 4%;}
}

.about3{background: #fff;}
.about3_swiper{margin-top: 50px; position: relative; padding: 0 80px;}
.about3_swiper .swiper-slide{padding: 1px;}
.about3_swiper .swiper-slide a{display: block; text-align: center;}
.about3_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 64.5834% 0; overflow: hidden;}
.about3_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; border: 1px solid #cccccc;}
.about3_swiper .swiper-slide p{transition: 0.6s; margin-top: 15px; font-size: 16px; line-height: 180%; color: #000000;}
.about3_swiper .swiper-slide:hover p{color: #ce9f4d;}
.about3_swiper .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 35px; font-weight: bold; color: #444444; width: 50px; height: 50px; left: 0; margin-top: -25px; border: 3px solid #444444; border-radius: 50%; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.about3_swiper .swiper-button-prev i{transform: translateX(-8%) translateY(-4%);}
.about3_swiper .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 35px; font-weight: bold; color: #444444; width: 50px; height: 50px; right: 0; margin-top: -25px; border: 3px solid #444444; border-radius: 50%; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.about3_swiper .swiper-button-next i{transform: translateX(8%) translateY(-4%);}
.about3_swiper .swiper-button-prev:hover ,.about3_swiper .swiper-button-next:hover{color: #c79b69; border-color: #c79b69;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.about3_swiper{margin-top: 6%; padding: 0 70px;}
	.about3_swiper .swiper-slide p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.about3_swiper .swiper-slide a{margin: 0 auto; max-width: 450px;}
	.about3_swiper .swiper-slide p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.about3_swiper{margin-top: 6%; padding: 0 50px;}
	.about3_swiper .swiper-slide p{font-size: 14px;}
	.about3_swiper .swiper-button-prev{font-size: 30px; width: 40px; height: 40px; margin-top: -20px; border-width: 2px;}
	.about3_swiper .swiper-button-next{font-size: 30px; width: 40px; height: 40px; margin-top: -20px; border-width: 2px;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.about3_swiper{margin-top: 6%; padding: 0 45px;}
	.about3_swiper .swiper-button-prev{width: 35px; height: 35px; margin-top: -17.5px; border-width: 2px;}
	.about3_swiper .swiper-button-next{width: 35px; height: 35px; margin-top: -17.5px; border-width: 2px;}
}

/*== 产品中心 ==*/
.page_nav_hd{margin-top: 70px; font-size: 16px; color: #fff; border: 1px solid #cccccc; background: #444444; display: flex; align-items: center; justify-content: space-between;}
.page_nav_hd .left{padding-left: 20px;}
.page_nav_hd .left span{position: relative; padding-left: 26px;}
.page_nav_hd .left span::before{position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ""; width: 16px; height: 16px; background: url(../images/page_nav_hd_ico.png) center no-repeat;}
.page_nav_hd .right{display: flex; align-items: center; justify-content: flex-start;}
.page_nav_hd .right li a{padding: 18.5px 20px; display: flex; align-items: center; justify-content: flex-start;}
.page_nav_hd .right li a i{margin-left: 10px;}
.page_nav_bd{background: #fff;}
.page_nav_bd li{width: 100%; padding: 11px 0 11px 26px; border: 1px solid #cccccc; border-top: none;}
.page_nav_bd li dl{display: flex; align-items: flex-start; justify-content: flex-start;}
.page_nav_bd li dl dt{padding: 0 26px 0 20px; display: flex; align-items: center; justify-content: center;}
.page_nav_bd li dl dt span{display: block; min-width: 2em; position: relative; font-size: 16px; font-weight: bold; color: #444444; line-height: 100%; padding: 11px 0;}
.page_nav_bd li dl dt i{display: none; margin-left: 1%; font-size: 20px; color: #b3b3b3;}
.page_nav_bd li dl dd{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.page_nav_bd li dl dd a{margin: 1px 10px 1px 1px; display: block; font-size: 16px; color: #444444; line-height: 100%; padding: 10px 20px; border-radius: 8px;}
.page_nav_bd li dl dd a:hover,.page_nav_bd li dl dd a.active{color: #fff; background: #444444;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.page_nav_hd{display: none;}
	.page_nav_bd{margin-top: 6%;}
	.page_nav_bd li{width: 100%; padding: 0; border: none;}
	.page_nav_bd li dl{display: block;}
	.page_nav_bd li dl dt{transition: 0.6s; padding: 2%; border: 1px solid #bdbdbd; border-bottom: none; cursor: pointer;}
	.page_nav_bd li:last-child dl dt{border-bottom: 1px solid #bdbdbd;}
	.page_nav_bd li dl dt span{transition: 0.6s; font-size: 18px; font-weight: normal; padding: 0;}
	.page_nav_bd li dl dt i{transition: 0.6s; display: block;}
	.page_nav_bd li dl dd{display: none; padding: 2% 0; border-left: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd;}
	.page_nav_bd li:last-child dl dd{border-bottom: 1px solid #bdbdbd;}
	.page_nav_bd li dl dd a{margin: 0; font-size: 18px; padding: 2%; border: none; text-align: center;}
	.page_nav_bd li.active dl dt{border-color: #444444; background: #444444;}
	.page_nav_bd li.active dl dt span,.page_nav_bd li.active dl dt i{color: #fff;}
	/*.page_nav_bd li dl dd a:nth-of-type(1){display: none;}*/
	.page_nav_bd li dl dd a:hover,.page_nav_bd li dl dd a.active{color: #444444; background: #fff;}
	.page_nav_bd li dl dd a.active{color: #ce9f4d;}
	
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.page_nav_bd li dl dt{padding: 2.3%;}
	.page_nav_bd li dl dt span{font-size: 16px;}
	.page_nav_bd li dl dd a{font-size: 16px; padding: 2.3%;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.page_nav_bd li dl dt{padding: 2.8%;}
	.page_nav_bd li dl dt span{font-size: 14px;}
	.page_nav_bd li dl dd a{font-size: 14px; padding: 2.8%;}
}

.mb{margin-bottom: 50px; font-size: 16px; font-weight: bold; color: #444444;}
.pro{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.pro li a{display: block; width: 100%; height: 100%;}
.pro li .pic{position: relative; display: block; width: 100%; padding: 37.5% 0; overflow: hidden; border: 1px solid #cccccc;}
.pro li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.pro li .words{padding: 20px; border: 1px solid #cccccc; border-top: none;}
.pro li .words h4{transition: 0.6s; font-size: 16px; color: #444444; line-height: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pro li .words p{margin-top: 10px; display: flex; align-items: center; justify-content: space-between;}
.pro li .words p span{font-size: 14px; color: #999999; line-height: 100%;}
.pro li .words p em{transition: 0.6s; font-size: 14px; font-weight: bold; color: #fff; width: 20px; height: 20px; border-radius: 50%; background: #444444; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.pro li .words p i{transform: translateX(1px) translateY(-1px);}
.pro li:hover .words h4{color: #ce9f4d;}
.pro li:hover .words p em{background: #ce9f4d;}
@media only screen and (min-width: 1025px){
	.pro li{width: 31.6667%; margin-top: 2.5%; margin-right: 2.5%;}
	.pro li:nth-of-type(-n+3){margin-top: 0}
	.pro li:nth-of-type(3n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.pro{margin-top: 6%;}
	.pro li .words h4{font-size: 20px; line-height: 110%;}
	.pro li .words p span{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.pro li .words{padding: 15px;}
	.pro li .words h4{font-size: 18px;}
	.pro li .words p span{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.pro li .words{padding: 10px;}
	.pro li .words h4{font-size: 16px;}
	.pro li .words p{margin-top: 5px;}
	.pro li .words p span{font-size: 14px;}
}
@media only screen and (min-width: 415px) and (max-width: 1024px){
	.pro li{width: 48.125%; margin-top: 3.75%; margin-right: 3.75%;}
	.pro li:nth-of-type(-n+2){margin-top: 0}
	.pro li:nth-of-type(2n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.pro li{width: 100%; margin-top: 3.75%;}
	.pro li:nth-of-type(1){margin-top: 0}
}

/*== 加载更多 ==*/
.loading_bnt{display: none;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.loading_bnt{margin: 6% 0; padding: 2.5% 0; background: #444444; display: flex; align-items: center; justify-content: center;}
	.loading_bnt i{display: block; width: 25px; height: 25px; background: url(../images/loading_ico.png); background-size: contain;}
	.loading_bnt span{margin-left: 10px; display: block; font-size: 20px; color: #fff; line-height: 100%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.loading_bnt{padding: 2.8% 0;}
	.loading_bnt i{width: 18px; height: 18px;}
	.loading_bnt span{margin-left: 5px; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.loading_bnt{padding: 3.5% 0;}
}

/*== 产品详情 ==*/
.proview1{margin: 50px 0;}
.proview1 .layout{display: flex; align-items: stretch; justify-content: space-between;}
.proview1_left{width: 53.3334%;}
.proview1_bd .swiper-slide{padding: 1px; background: #fff;}
.proview1_bd .swiper-slide a{display: block; position: relative; width: 100%; padding: 32.8125% 0; overflow: hidden;}
.proview1_bd .swiper-slide a img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; border: 1px solid #cccccc;}
.proview1_hd{margin-top: 20px; position: relative; padding: 0 45px;}
.proview1_hd .swiper-slide{padding: 1px;}
.proview1_hd .swiper-slide a{display: block; position: relative; width: 100%; padding: 37.5% 0; overflow: hidden;}
.proview1_hd .swiper-slide a img{transition: 0.6s; border: 1px solid #cccccc; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.proview1_hd .swiper-slide-active a img{border-color: #444444;}
.proview1_hd .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 35px; color: #cccccc; width: 24px; height: 100%; left: 0; top: 0; margin-top: 0; border: 1px solid #cccccc; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.proview1_hd .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.proview1_hd .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 35px; color: #cccccc; width: 24px; height: 100%; right: 0; top: 0; margin-top: 0; border: 1px solid #cccccc; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.proview1_hd .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.proview1_hd .swiper-button-prev:hover ,.proview1_hd .swiper-button-next:hover{color: #fff; background: #444444;}
.proview1_right{width: 46.6667%; padding: 30px 50px 0;}
.proview1_right h3{font-size: 24px; color: #444444;}
.proview1_word{margin-top: 15px; font-size: 16px; color: #444444; line-height: 36px;}
.proview1_bdsharebuttonbox{margin-top: 50px; padding-top: 50px; border-top: 1px solid #cccccc;}
.proview1_link{margin-top: 50px; display: flex; align-items: center; justify-content: flex-start;}
.proview1_link a{margin-right: 30px; display: inline-block; font-size: 16px; color: #444444; width: 160px; line-height: 48px; text-align: center; border: 1px solid #cccccc; background: #fff;}
.proview1_link a:last-child{margin-right: 0;}
.proview1_link a i{font-size: 25px;}
.proview1_link a i{transform: translateY(3px);}
.proview1_link a:hover{color: #fff; border-color: #444444; background: #444444;}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.proview1 .layout{display: block;}
	.proview1_left{margin: 0 auto; max-width: 800px; width: 100%;}
	.proview1_right{margin: 0 auto; max-width: 800px; width: 100%; padding: 50px 50px 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.proview1{margin: 6% 0;}
	.proview1_left{max-width: 100%;}
	.proview1_right{max-width: 100%; padding: 6% 6% 0;}
	.proview1_right h3{font-size: 22px;}
	.proview1_word{margin-top: 15px; font-size: 18px; line-height: 200%;}
	.proview1_bdsharebuttonbox{margin-top: 6%; padding-top: 6%;}
	.proview1_link{margin-top: 6%;}
	.proview1_link a{margin-right: 3%; font-size: 18px; width: 160px; line-height: 48px;}
	.proview1_link a i{font-size: 18px;}
	.proview1_link a i{transform: translateY(0);}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.proview1_hd{padding: 0 40px;}
	.proview1_hd .swiper-button-prev{font-size: 30px;}
	.proview1_hd .swiper-button-next{font-size: 30px;}
	.proview1_right h3{font-size: 20px;}
	.proview1_word{font-size: 16px;}
	.proview1_link a{font-size: 16px; width: 140px; line-height: 38px;}
	.proview1_link a i{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.proview1_hd{padding: 0 35px;}
	.proview1_right h3{font-size: 18px;}
	.proview1_word{font-size: 14px;}
	.proview1_link a{font-size: 14px; width: 120px; line-height: 34px;}
	.proview1_link a i{font-size: 14px;}
}

.proview2{padding: 50px 0 100px; background: #f1f1f1;}
.proview2 .layout{display: flex; align-items: stretch; justify-content: space-between;}
.proview2_left{width: 69.1667%; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;}
.proview2_hd{width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.proview2_hd li a{display: block; font-size: 16px; color: #fff; width: 120px; line-height: 36px; text-align: center; background: #444444;}
.proview2_hd li.active a{background: #ce9f4d;}
.proview2_bd{width: 100%; height: 100%; background: #fff;}
.proview2_bd li{opacity: 0; height: 0; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; flex-direction: column;}
.proview2_bd li .page_tit{width: 100%; color: #444444; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.proview2_bd li .page_tit p{font-size: 36px; font-weight: bold;}
.proview2_bd li .page_tit h3{margin-top: 15px;}
.proview2_con{margin-top: 50px; width: 100%;}
.proview2_bd li .newsview_back{margin-top: 55px;}
.proview2_bd li.active{opacity: 1; height: 100%; padding: 65px 20px 55px;}
.proview2_right{width: 26.6667%; padding: 100px 40px 40px; background: #fff;}
.proview2_right .page_tit{color: #444444; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.proview2_right .page_tit p{font-weight: bold;}
.proview2_right .page_tit h3{margin-top: 15px; font-size: 18px;}
.proview2_right .list{margin-top: 50px;}
.proview2_right .list li{margin-top: 20px;}
.proview2_right .list li:nth-of-type(1){margin-top: 0;}
.proview2_right .list li a{display: block; width: 100%; height: 100%; border: 1px solid #cccccc;}
.proview2_right .list li .pic{display: block; position: relative; width: 100%; padding: 37.5% 0; overflow: hidden;}
.proview2_right .list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.proview2_right .list li p{transition: 0.6s; font-size: 16px; color: #444444; padding: 15px; text-align: center; border-top: 1px solid #cccccc;}
.proview2_right .list li:hover p{color: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1200px){
	.proview2 .layout{display: block;}
	.proview2_left{width: 100%;}
	.proview2_right{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.proview2{padding: 6% 0;}
	.proview2_hd li a{font-size: 18px; width: 140px; line-height: 48px;}
	.proview2_bd li .page_tit p{font-size: 30px; font-weight: normal;}
	.proview2_bd li .page_tit h3{margin-top: 10px;}
	.proview2_con{margin-top: 6%;}
	.proview2_bd li .newsview_back{margin-top: 6%;}
	.proview2_bd li.active{padding: 6% 4%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.proview2_hd li a{font-size: 16px; width: 120px; line-height: 38px;}
	.proview2_bd li .page_tit p{font-size: 24px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.proview2_hd li a{font-size: 14px; width: 110px; line-height: 36px;}
	.proview2_bd li .page_tit p{font-size: 20px;}
	.proview2_bd li .page_tit h3{margin-top: 5px;}
}

/*== 案例 ==*/
.case{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.case li{border: 1px solid #cccccc;}
.case li a{position: relative; display: block; width: 100%; height: 100%;}
.case li .pic{position: relative; display: block; width: 100%; padding: 37.2882% 0; overflow: hidden;}
.case li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.case li .words{padding: 30px;}
.case li .words figure{width:100%;display: flex;flex-wrap: wrap;align-items: center;align-content: space-between;justify-content: space-between;}
.case li .words figure span{font-size:18px;color:#666;display:none;}
.case li .words h4{font-size: 24px; font-weight: normal; color: #444444; line-height: 120%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.case li .words p{margin-top: 10px; font-size: 16px; color: #666666; line-height: 180%; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.case li .words p.case_m_p{display:none;overflow:hidden;padding-top:10px;border-top:1px solid #ccc;font-size:16px;}
.case li .shop{transition: 0.6s;}
.case li .hid{transition: 0.6s; opacity: 0; pointer-events: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.case li .hid .pic{padding: 0; height: 100%;}
.case li .hid .words{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column;}
.case li .hid .words h4{color: #fff;}
.case li .hid .words p{color: #fff; display: block;}
.case li .shop:hover{opacity: 0;}
.case li:hover .hid{opacity: 1; pointer-events: auto;}
.joan-case li{pointer-events:none}
@media only screen and (min-width: 1025px){
	.case li{width: 49.1667%; margin-top: 1.6667%; margin-right: 1.6667%;}
	.case li:nth-of-type(-n+2){margin-top: 0}
	.case li:nth-of-type(2n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.case{margin-top: 6%;}
	.case li .words{padding: 20px;}
	.case li .words h4{font-size: 18px;text-align:center;width:100%;}
	.case li .words p{display: none;}
	.case li .hid{display: none;}
	.case li .shop:hover{opacity: 1;}
	.case li .words p.case_m_p{display:block;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.case li .words{padding: 15px;}
	.case li .words h4{font-size: 16px;width:auto;}
	.case li .words figure span{font-size:16px;display:block;}
	.case li{width:100%;margin-top: 3.75%;}
	.case li:nth-of-type(1){margin-top: 0}
	.case li .words{padding:15px 10px;}
	.case li .words h4{font-size: 14px;}
	.case li .words figure span{font-size:14px;}
	.joan_case_p{display:block;text-align:center;padding:2%;}
	.case li .words p.case_m_p{display:none;font-size:14px;}
	.joan-case li{pointer-events:auto}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	/* .case li{width: 100%; margin-top: 3.75%;}
	.case li:nth-of-type(1){margin-top: 0}
	.case li .words{padding: 10px;}
	.case li .words h4{font-size: 14px;}
	.case li .words figure span{font-size:14px;}
	.joan_case_p{display:block;text-align:center;padding:2%;} */
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.case li{width: 48.125%; margin-top: 3.75%; margin-right: 3.75%;}
	.case li:nth-of-type(-n+2){margin-top: 0}
	.case li:nth-of-type(2n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.case li .words{padding:10px 10px;}
}

/*== 新闻 ==*/
.news{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.news li a{display: block; width: 100%; height: 100%; padding: 20px; border: 1px solid #cccccc;}
.news li .pic{position: relative; display: block; width: 100%; padding: 37.5% 0; overflow: hidden; border: 1px solid #cccccc;}
.news li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.news li .words h4{transition: 0.6s; margin-top: 20px; font-size: 20px; color: #000; line-height: 110%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news li .words p{margin-top: 10px; font-size: 16px; color: #666666; line-height: 180%; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.news li .words figure{margin-top: 30px; font-size: 16px; color: #999999; display: flex; align-items: center; justify-content: space-between;}
.news li .words figure span{display: flex; align-items: center; justify-content: space-between;}
.news li .words figure em{margin-left: 10px; font-size: 14px; font-weight: bold; color: #fff; width: 20px; height: 20px; border-radius: 50%; background: #444444; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.news li .words figure i{transform: translateX(1px) translateY(-1px);}
.news li:hover .words h4{color: #ce9f4d;}
@media only screen and (min-width: 1025px){
	.news li{width: 31.6667%; margin-top: 2.5%; margin-right: 2.5%;}
	.news li:nth-of-type(-n+3){margin-top: 0}
	.news li:nth-of-type(3n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.news{margin-top: 6%;}
	.news li .words h4{font-size: 20px;}
	.news li .words p{font-size: 18px;}
	.news li .words figure{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.news li a{padding: 15px;}
	.news li .words h4{margin-top: 15px; font-size: 18px;}
	.news li .words p{font-size: 16px;}
	.news li .words figure{margin-top: 20px; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.news li a{padding: 10px;}
	.news li .words h4{margin-top: 10px; font-size: 16px;}
	.news li .words p{font-size: 14px;}
	.news li .words figure{margin-top: 15px; font-size: 14px;}
}
@media only screen and (min-width: 521px) and (max-width: 1024px){
	.news li{width: 48.125%; margin-top: 3.75%; margin-right: 3.75%;}
	.news li:nth-of-type(-n+2){margin-top: 0}
	.news li:nth-of-type(2n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.news li{width: 100%; margin-top: 3.75%;}
	.news li:nth-of-type(1){margin-top: 0}
}

/*== 新闻详情==*/
.newsview{margin-top: 50px; padding-bottom: 100px;}
.newsview_box{padding: 60px; border: 1px solid #cccccc;}
.newsview_tit h2{font-size: 24px; color: #000; line-height: 1.2em;}
.newsview_tit figure{margin-top: 15px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.newsview_tit figure span{margin-right: 20px; font-size: 16px; line-height: 1.5em; color: #999999;}
.newsview_tit figure span:last-child{margin-right: 0;}
.newsview_bdsharebuttonbox{margin-top: 10px;overflow: hidden;}
.newsview_con{margin: 30px 0; color: #999999; padding: 30px 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.newsview_con video{width: 100%; max-width: 100%; height: 10rem !important; min-height: 300px;}
.newsview_con iframe{width: 100%; max-width: 100%; height: 10rem !important; min-height: 300px;}
.newsview_bot ul li{width: 100%; display: flex; align-items: center; justify-content: flex-start;}
.newsview_bot ul li a{font-size: 16px; color: #999999; line-height: 180%; display: flex; align-items: flex-start; justify-content: flex-start;}
.newsview_bot ul li:last-child{margin-top: 10px;}
.newsview_bot ul li em{display: block; min-width: 4em;}
.newsview_bot ul li a:hover{color: #ce9f4d;}
.newsview_back{margin-top: 25px; position: relative; display: inline-block; padding-left: 36px;}
.newsview_back::after{position: absolute; left: 0; top: 0; content: ""; width: 36px; height: 100%; background: url("../images/back_ico.png") #ce9f4d center center no-repeat;}
.newsview_back a{display: inline-block; font-size: 16px; color: #fff; padding: 0 40px; line-height: 36px; background: #444444;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.newsview{margin-top: 6%; padding-bottom: 6%;}
	.newsview_box{padding: 6%;}
	.newsview_tit h2{font-size: 22px;}
	.newsview_tit figure{margin-top: 3%;}
	.newsview_tit figure span{margin-right: 18px; font-size: 18px;}
	.newsview_bdsharebuttonbox{margin-top: 3%;}
	.newsview_con{margin: 4% 0; padding: 4% 0;}
	.newsview_bot ul li a{font-size: 18px; line-height: 150%;}
	.newsview_bot ul li:last-child{margin-top: 3%;}
	.newsview_back{margin-top: 3%;}
	.newsview_back a{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.newsview_tit h2{font-size: 20px;}
	.newsview_tit figure span{margin-right: 16px; font-size: 16px;}
	.newsview_bot ul li a{font-size: 16px;}
	.newsview_back a{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.newsview_tit h2{font-size: 18px;}
	.newsview_tit figure span{margin-right: 14px; font-size: 14px;}
	.newsview_bot ul li a{font-size: 14px;}
	.newsview_back a{font-size: 14px;}
}

/*== 联系铂克尼 ==*/
.contact{margin-top: 100px; display: flex; align-items: stretch; justify-content: flex-start;}
.contact_words{width: 46.6667%; padding: 50px 50px 30px; background: #444444;}
.contact_words .page_tit{color: #fff;}
.contact_words .page_tit h3{font-size: 18px; font-weight: bold;}
.contact_words .page_tit hr{font-size: 18px; width: 4em;}
.contact_swiper{margin-top: 30px; color: #fff; position: relative; padding-bottom: 70px;}
.contact_swiper .swiper-slide{margin-top: 0 !important; padding: 20px 0; border-bottom: 1px solid #ce9f4d; display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: wrap;}
.contact_swiper .swiper-slide .pic{height: 30px; margin-right: 10px;}
.contact_swiper .swiper-slide .pic img{height: 100%; object-fit: contain;}
.contact_swiper .swiper-slide p{font-size: 16px;}
.contact_swiper .swiper-pagination{z-index: 1; position: absolute; bottom: 0; width: 100%; line-height: 100%; display: flex; align-items: center; justify-content: center;}
.contact_swiper .swiper-pagination-bullet{margin: 0 5px; opacity: 1; width: 20px; height: 2px; border-radius: 0; background: #999999;}
.contact_swiper .swiper-pagination-bullet-active{background: #ce9f4d;}
.contact_pic{width: 53.3334%;}
.contact_pic img{width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.contact{margin-top: 6%; display: block;}
	.contact_words{width: 100%; padding: 4%;}
	.contact_words .page_tit h3{font-size: 18px; font-weight: normal;}
	.contact_words .page_tit hr{font-size: 18px;}
	.contact_swiper{margin-top: 3%; padding-bottom: 0;}
	.contact_swiper .swiper-slide .pic{margin-right: 15px;}
	.contact_swiper .swiper-slide p{font-size: 18px;}
	.contact_swiper .swiper-pagination{margin-top: 5%; position: static;}
	.contact_pic{width: 100%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.contact_words{padding: 30px;}
	.contact_words .page_tit h3{font-size: 16px;}
	.contact_words .page_tit hr{font-size: 16px;}
	.contact_swiper .swiper-slide .pic{height: 25px; margin-right: 10px;}
	.contact_swiper .swiper-slide p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.contact_words{padding: 25px;}
	.contact_swiper .swiper-slide p{font-size: 14px;}
}

/*== 联系留言 ==*/
.message{padding: 100px 0;}
.message .ind_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.message .ind_tit p,.message .ind_tit h3{font-weight: bold;}
.message_form{margin-top: 50px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.message_form section{margin-top: 30px; width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.message_form section:nth-of-type(-n+3){width: 31.6667%; margin-top: 0;}
.message_form section:nth-of-type(-n+2){margin-right: 2.5%;}
.message_form section:last-child{justify-content: center;}
.message_form .text{transition: 0.6s; font-size: 16px; color: #999999; width: 100%; height: 48px; padding: 0 20px; border: 1px solid #cccccc; background: #f1f1f1;}
.message_form .text::-webkit-input-placeholder{color: #999999;}
.message_form input[type='text']:focus,.message_form input[type='email']:focus,.message_form textarea:focus{border-color: #ce9f4d; box-shadow: 0 0 10px rgba(206,159,77,0.5);}
.message_form .msg_address{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.message_form .msg_address select{width: 48.75%; background: url(../images/select_ico2.png) #f1f1f1 97.5% center no-repeat; appearance:none; -moz-appearance:none; -webkit-appearance:none; cursor: pointer;}
.message_form .msg_content{height: 150px; padding: 15px 20px;}
.message_form .form_btn,.message_form .form_reset{transition: 0.6s; font-size: 16px; color: #fff; width: 150px; height: 48px; border: none; background: #444444; cursor: pointer;}
.message_form .form_reset{margin-left: 2.5%;}
.message_form .form_btn:hover,.message_form .form_reset:hover{background: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.message{padding: 6% 0;}
	.message .ind_tit p,.message .ind_tit h3{font-weight: normal;}
	.message_form{margin-top: 6%;}
	.message_form section{margin-top: 3%;}
	.message_form section:nth-of-type(-n+3){width: 100%; margin-top: 3%;}
	.message_form section:nth-of-type(-n+2){margin-right: 0;}
	.message_form section:nth-of-type(1){margin-top: 0;}
	.message_form .text{font-size: 18px; height: 60px; padding: 0 20px;}
	.message_form .msg_address select{width: 48.5%; background-position: 95.5% center;}
	.message_form .msg_content{height: 3rem; padding: 20px;}
	.message_form .form_btn,.message_form .form_reset{font-size: 18px; width: 48.5%; height: 60px;}
	.message_form .form_reset{margin-left: 3%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.message_form .text{font-size: 16px; height: 48px; padding: 0 10px;}
	.message_form .msg_address select{background-position: 97% center;}
	.message_form .msg_content{height: 2.5rem; padding: 10px;}
	.message_form .form_btn,.message_form .form_reset{font-size: 16px; height: 48px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.message_form .text{font-size: 14px; height: 38px;}
	.message_form .msg_content{height: 2.5rem;}
	.message_form .form_btn,.message_form .form_reset{font-size: 14px; height: 38px;}
}

/*== 招商加盟 ==*/
.join_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join_tit h3{font-size: 36px; font-weight: normal; color: #000000;}
.join_tit hr{margin: 15px 0; font-size: 16px; width: 2.2em; height: 1px; border: none; background: #ce9f4d;}
.join_tit p{font-size: 16px; font-family: "Arial"; color: #999999; line-height: 100%; text-transform: uppercase;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join_tit h3{font-size: 30px;}
	.join_tit hr{font-size: 18px;}
	.join_tit p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join_tit h3{font-size: 24px;}
	.join_tit hr{font-size: 16px;}
	.join_tit p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join_tit h3{font-size: 20px;}
	.join_tit hr{margin: 10px 0; font-size: 14px;}
	.join_tit p{font-size: 14px;}
}

.join1{padding: 100px 0;}
.join1_con{margin-top: 50px; display: flex; align-items: stretch; justify-content: space-between;}
.join1_words{width: 46.6667%;}
.join1_words p{margin-top: 30px; font-size: 16px; color: #000000; line-height: 32px;}
.join1_words p:nth-of-type(1){margin-top: 0;}
.join1_pic{position: relative; width: 44%;}
.join1_pic::after{position: absolute; right: 100%; top: 50%; transform: translateY(-50%); content: ""; width: 30px; height: 83.5%; border: 3px solid #ce9f4d; border-right: none; box-sizing: border-box;}
.join1_pic img{width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join1{padding: 8% 0;}
	.join1_con{margin-top: 6%; display: block;}
	.join1_words{width: 100%;}
	.join1_words p{margin-top: 3%; font-size: 18px; line-height: 200%;}
	.join1_pic{margin-top: 4%; width: 100%;}
	.join1_pic::after{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join1_words p{font-size: 16px; line-height: 200%;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join1_words p{font-size: 14px; line-height: 180%;}
}

.join2{padding: 100px 0; background: url("../images/join2_bg.jpg") center center no-repeat; background-size: cover;}
.join2 .join_tit h3,.join2 .join_tit p{color: #fff;}
.join2 .join_tit hr{background: #fff;}
.join2_words{margin-top: 55px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap;}
.join2_words p{margin-right: 50px; position: relative; font-size: 16px; color: #fff; padding-left: 26px;}
.join2_words p:last-child{margin-right: 0;}
.join2_words p::after{position: absolute; left: 0; top: 3px; content: ""; width: 16px; height: 16px; background: #ce9f4d;}
.join2_swiper{margin-top: 70px; position: relative;}
.join2_swiper .swiper-slide a{display: block; text-align: center;}
.join2_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 33.3334% 0; overflow: hidden;}
.join2_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; padding: 20px; background: #fff;}
.join2_swiper .swiper-slide p{transition: 0.6s; margin-top: 30px; font-size: 16px; color: #fff;}
.join2_swiper .swiper-slide:hover p{color: #ce9f4d;}
.join2_swiper .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; left: -50px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join2_swiper .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.join2_swiper .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; right: -50px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join2_swiper .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.join2_swiper .swiper-button-prev:hover ,.join2_swiper .swiper-button-next:hover{color: #c79b69;}
@media only screen and (min-width: 0) and (max-width: 1320px){
	.join2_swiper{padding: 0 60px;}
	.join2_swiper .swiper-button-prev{left: 0;}
	.join2_swiper .swiper-button-next{right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join2{padding: 8% 0;}
	.join2_words{margin: 6% 60px 0; display: block;}
	.join2_words p{margin-top: 2%; margin-right: 0; font-size: 18px;}
	.join2_words p:nth-of-type(1){margin-top: 0;}
	.join2_swiper{margin-top: 6%;}
	.join2_swiper .swiper-slide p{margin-top: 20px; font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join2_words p{font-size: 16px;}
	.join2_swiper .swiper-slide .pic img{padding: 15px;}
	.join2_swiper .swiper-slide p{margin-top: 15px; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join2_words{margin: 6% 50px 0;}
	.join2_words p{font-size: 14px; padding-left: 24px;}
	.join2_words p::after{width: 14px; height: 14px;}
	.join2_swiper{padding: 0 50px;}
	.join2_swiper .swiper-slide .pic img{padding: 10px;}
	.join2_swiper .swiper-slide p{margin-top: 10px; font-size: 14px;}
	.join2_swiper .swiper-button-prev{font-size: 30px; width: 40px; height: 40px; margin-top: -20px;}
	.join2_swiper .swiper-button-next{font-size: 30px; width: 40px; height: 40px; margin-top: -20px;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.join2_words{margin: 6% 45px 0;}
	.join2_swiper{padding: 0 45px;}
	.join2_swiper .swiper-button-prev{width: 35px; height: 35px; margin-top: -17.5px;}
	.join2_swiper .swiper-button-next{width: 35px; height: 35px; margin-top: -17.5px;}
}

.join3{padding: 50px 0; border: none; background: #f1f1f1;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join3{padding: 8% 0;}
}

.join4{padding: 100px 0;}
.join4_list{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.join4_list li{width: 50%; display: flex; align-items: stretch; justify-content: flex-start;}
.join4_list li .pic{position: relative; display: block; width: 50%; padding: 16.6667% 0; overflow: hidden;}
.join4_list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.join4_list li .words{width: 50%; padding: 35px; background: #f1f1f1; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join4_list li:nth-of-type(3) .words,.join4_list li:nth-of-type(4) .words{order: -1;}
.join4_list li .words p{font-size: 16px; color: #000000; line-height: 180%; text-align: center;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join4{padding: 8% 0;}
	.join4_list{margin-top: 6%;}
	.join4_list li{display: block; background: #f1f1f1;}
    .join4_list li .pic{width: 100%; padding: 33.3334% 0;}
	.join4_list li .words{width: 100%;}
	.join4_list li .words{padding: 3%;}
	.join4_list li .words p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join4_list li .words p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join4_list li .words p{font-size: 14px; line-height: 160%;}
}
@media only screen and (min-width: 415px) and (max-width: 1024px){
	.join4_list li{width: 48.75%; margin-top: 2.5%; margin-right: 2.5%;}
    .join4_list li:nth-of-type(-n+2){margin-top: 0;}
    .join4_list li:nth-of-type(2n){margin-right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.join4_list li{width: 100%; margin-top: 3%;}
	.join4_list li:nth-of-type(1){margin-top: 0;}
}

.join5{padding: 100px 0; background: url("../images/join5_bg.jpg") center center no-repeat; background-size: cover;}
.join5 .join_tit h3,.join5 .join_tit p{color: #fff;}
.join5 .join_tit hr{background: #fff;}
.join5_list{margin-top: 100px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.join5_list li{position: relative; width: 48.75%; margin-top: 2.5%; margin-right: 2.5%; font-size: 16px; color: #fff; line-height: 180%; padding-left: 40px;}
.join5_list li:nth-of-type(-n+2){margin-top: 0;}
.join5_list li:nth-of-type(2n){margin-right: 0;}
.join5_list li::after{position: absolute; left: 0; top: 7px; transform: rotate(-45deg); content: ""; width: 14px; height: 14px; background: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join5{padding: 8% 0;}
	.join5_list{margin-top: 8%;}
	.join5_list li{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join5_list li{width: 100%; margin-right: 0; font-size: 16px; padding-left: 40px;}
	.join5_list li:nth-of-type(2){margin-top: 2.5%;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join5_list li{font-size: 14px;}
}

.join6{padding: 100px 0;}
.join6_pic{margin-top: 50px; width: 100%;}
.join6_pic img{width: 100%; height: 100%; object-fit: contain;}
.m_join6_con{display: none; align-items: center; justify-content: center; flex-direction: column;}
.m_join6_con .pic{width: 250px; height: 250px; border: 4px solid #ce9f4d; border-radius: 50%;}
.m_join6_con .pic img{width: 100%; height: 100%; object-fit: contain;}
.join6_list{margin-top: 3%; max-width: 600px; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join6_list li{margin-top: 3%;}
.join6_list li:nth-of-type(1){margin-top: 0;}
.join6_list li h4{font-size: 24px; font-weight: normal; color: #000;}
.join6_list li p{margin-top: 2%; font-size: 18px; color: #000; line-height: 180%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join6{padding: 8% 0;}
	.join6_pic{display: none;}
	.m_join6_con{margin-top: 6%; display: flex;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join6_list li h4{font-size: 20px;}
	.join6_list li p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join6_list li h4{font-size: 18px;}
	.join6_list li p{font-size: 14px; line-height: 160%;}
}

.join7{padding: 100px 0; background: url("../images/join7_bg.jpg") center center no-repeat; background-size: cover;}
.join7 .join_tit h3,.join7 .join_tit p{color: #fff;}
.join7 .join_tit hr{background: #fff;}
.join7_list{margin-top: 50px;}
.join7_list li{float: left; position: relative;}
.join7_list li .pic{position: relative; display: block; width: 100%; padding: 32.3742% 0; overflow: hidden;}
.join7_list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.join7_list li .words{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join7_list li p{font-size: 16px; color: #fff;}
@media only screen and (min-width: 1025px){
	.join7_list li{width: 23.16667%; margin-top: 2.4445%; margin-right: 2.4445%;}
	.join7_list li:nth-of-type(-n+4){margin-top: 0}
	.join7_list li:nth-of-type(4n){margin-right: 0;}
	.join7_list li:nth-of-type(2),.join7_list li:nth-of-type(4){margin-top: 2.5%;}
	.join7_list li:nth-of-type(6),.join7_list li:nth-of-type(8){margin-top: 4.9445%;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join7{padding: 8% 0;}
	.join7_list{margin-top: 6%;}
	.join7_list li p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join7_list li p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join7_list li p{font-size: 14px;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join7_list li{width: 48.125%; margin-top: 3.75%; margin-right: 3.75%;}
	.join7_list li:nth-of-type(-n+2){margin-top: 0}
	.join7_list li:nth-of-type(2n){margin-right: 0;}
}

.join8{padding: 100px 0;}
.join8_con{margin-top: 50px; position: relative;}
.join8_hd{position: absolute; left: 0; top: 0; width: 360px; height: 454px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.join8_hd li{transition: 0.6s; width: 50%; color: #fff; padding: 5px; border-top: 1px solid #fff; border-right: 1px solid #fff; background: #444444; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join8_hd li:nth-of-type(-n+2){border-top: none;}
.join8_hd li h4{font-size: 48px; font-weight: normal; line-height: 100%;}
.join8_hd li hr{margin: 20px 0; font-size: 16px; width: 1.5em; height: 1px; border: none; background: #fff;}
.join8_hd li p{font-size: 16px;}
.join8_hd li.active{background: #ce9f4d;}
.join8_bd li{opacity: 0; height: 0; overflow: hidden;}
.join8_bd li .pic{margin-left: auto; position: relative; display: block; width: 70%; padding: 18.9167% 0; overflow: hidden;}
.join8_bd li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.join8_bd li .words{min-height: 150px; padding: 20px; border: 1px solid #cccccc;}
.join8_bd li .words h4{font-size: 20px; font-weight: normal; color: #ce9f4d;}
.join8_bd li .words p{margin-top: 10px; font-size: 16px; color: #000000; line-height: 180%;}
.join8_bd li.active{opacity: 1; height: auto;}
@media only screen and (min-width: 0) and (max-width: 1240px){
	.join8_hd{position: static; width: 100%; height: auto;}
	.join8_hd li{width: 33.33%; padding: 30px;}
	.join8_hd li:nth-of-type(-n+3){border-top: none;}
	.join8_bd li .pic{width: 100%; padding: 27.0239% 0;}
}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join8{padding: 8% 0;}
	.join8_con{margin-top: 6%;}
	.join8_hd li{padding: 5% 2%;}
	.join8_hd li h4{font-size: 38px;}
	.join8_hd li hr{font-size: 18px;}
	.join8_hd li p{font-size: 18px;}
	.join8_bd li .words{min-height: 100%;}
	.join8_bd li .words h4{font-size: 22px;}
	.join8_bd li .words p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join8_hd li h4{font-size: 32px;}
	.join8_hd li hr{font-size: 16px;}
	.join8_hd li p{font-size: 16px;}
	.join8_bd li .words h4{font-size: 20px;}
	.join8_bd li .words p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 600px){
	.join8_hd li{width: 50%;}
	.join8_hd li:nth-of-type(3){border-top: 1px solid #fff;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join8_hd li h4{font-size: 24px;}
	.join8_hd li hr{margin: 15px 0; font-size: 14px;}
	.join8_hd li p{font-size: 14px;}
	.join8_bd li .words{padding: 15px;}
	.join8_bd li .words h4{font-size: 18px;}
	.join8_bd li .words p{margin-top: 5px; font-size: 14px;}
}

.join9{padding: 100px 0; background: url("../images/join9_bg.jpg") center center no-repeat; background-size: cover;}
.join9 .join_tit h3,.join9 .join_tit p{color: #fff;}
.join9 .join_tit hr{background: #fff;}
.join9_con{margin-top: 50px; display: flex; align-items: stretch; justify-content: flex-start;}
.join9_pic{width: 50%;}
.join9_pic img{width: 100%; height: 100%; object-fit: cover;}
.join9_words{width: 50%; padding: 50px 0; background: url("../images/join9_words_bg.jpg") center center no-repeat; background-size: cover;}
.join9_words h4{font-size: 24px; font-weight: normal; color: #ce9f4d; line-height: 100%; text-align: center;}
.join9_list{margin: 50px auto 0; max-width: 400px; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap;}
.join9_list li{position: relative; width: 46%; margin-top: 5%; margin-right: 8%; font-size: 16px; color: #000000; line-height: 180%; padding-left: 30px;}
.join9_list li:nth-of-type(-n+2){margin-top: 0;}
.join9_list li:nth-of-type(2n){margin-right: 0;}
.join9_list li::after{position: absolute; left: 0; top: 6px; content: ""; width: 21px; height: 16px; background: url("../images/join9_list_ioc.png") center center no-repeat;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join9{padding: 8% 0;}
	.join9_con{margin-top: 6%; display: block;}
	.join9_pic{width: 100%;}
	.join9_words{width: 100%; padding: 5%;}
	.join9_words h4{font-size: 22px;}
	.join9_list{margin: 6% auto 0; max-width: 450px;}
	.join9_list li{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join9_words h4{font-size: 20px;}
	.join9_list{max-width: 400px;}
	.join9_list li{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join9_words h4{font-size: 18px;}
	.join9_list li{font-size: 14px; line-height: 160%;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.join9_list li{width: 50%; margin-right: 0;}
}

.join10 .layout>h4{margin-top: 20px; font-size: 16px; color: #ce9f4d; line-height: 100%; text-align: center;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join10 .layout>h4{margin-top: 20px; font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join10 .layout>h4{margin-top: 15px; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join10 .layout>h4{margin-top: 10px; font-size: 14px;}
}

.join11{padding: 100px 0; background: url("../images/join11_bg.jpg") center center no-repeat; background-size: cover;}
.join11 .join_tit h3,.join11 .join_tit p{color: #fff;}
.join11 .join_tit hr{background: #fff;}
.join11_con{margin-top: 50px; display: flex; align-items: stretch; justify-content: space-between;}
.join11_list{width: 50%; background: #222222; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap;}
.join11_list li{width: 33.3334%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join11_list li .pic{width: 65px; height: 65px;}
.join11_list li .pic img{width: 100%; height: 100%; object-fit: contain;}
.join11_list li p{font-size: 16px; color: #fff; line-height: 100%; text-align: center;}
.join11_pic{width: 45.8334%;}
.join11_pic img{width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join11{padding: 8% 0;}
	.join11_con{margin-top: 6%; display: block;}
	.join11_list{width: 100%; padding: 2.5% 0;}
	.join11_list li{width: 33.3334%; padding: 5%; justify-content: flex-start;}
	.join11_list li .pic{width: 60px; height: 60px;}
	.join11_list li p{margin-top: 10px; font-size: 18px; line-height: 160%;}
	.join11_pic{width: 100%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join11_list li .pic{width: 50px; height: 50px;}
	.join11_list li p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join11_list li .pic{width: 40px; height: 40px;}
	.join11_list li p{font-size: 14px;}
}

.join12{padding: 100px 0;}
.join12_swiper{margin-top: 70px; position: relative;}
.join12_swiper .swiper-slide a{display: block; text-align: center;}
.join12_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 37.5% 0; overflow: hidden;}
.join12_swiper .swiper-slide .pic::after{position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.join12_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.join12_swiper .swiper-slide p{transition: 0.6s; margin-top: 30px; font-size: 16px; color: #000000;}
.join12_swiper .swiper-slide:hover p{color: #ce9f4d;}
.join12_swiper .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; left: -15px; margin-top: -50px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join12_swiper .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.join12_swiper .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; right: -15px; margin-top: -50px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.join12_swiper .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.join12_swiper .swiper-button-prev:hover ,.join12_swiper .swiper-button-next:hover{color: #c79b69;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join12{padding: 8% 0;}
	.join12_swiper{margin-top: 6%;}
	.join12_swiper .swiper-slide p{margin-top: 25px; font-size: 18px;}
	.join12_swiper .swiper-button-prev{left: 0;}
	.join12_swiper .swiper-button-next{right: 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join12_swiper .swiper-slide p{margin-top: 20px; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join12_swiper .swiper-slide p{margin-top: 15px; font-size: 14px;}
	.join12_swiper .swiper-button-prev{font-size: 30px; width: 40px; height: 40px; margin-top: -20px;}
	.join12_swiper .swiper-button-next{font-size: 30px; width: 40px; height: 40px; margin-top: -20px;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.join12_swiper .swiper-button-prev{width: 35px; height: 35px; margin-top: -17.5px;}
	.join12_swiper .swiper-button-next{width: 35px; height: 35px; margin-top: -17.5px;}
}

.join13{padding: 100px 0; background: #f1f1f1;}
.join13_swiper{margin-top: 50px; position: relative;}
.join13_swiper .swiper-slide a{position: relative; display: block; text-align: center;}
.join13_swiper .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 50% 0; overflow: hidden;}
.join13_swiper .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.join13_swiper .swiper-slide p{transition: 0.6s; font-size: 16px; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; line-height: 100%; padding: 10px; background: rgba(0,0,0,0.5);}
.join13_swiper .swiper-slide:hover p{background: #ce9f4d;}
.join13_swiper .swiper-pagination{z-index: 1; position: absolute; bottom: -60px; width: 100%; line-height: 100%; display: flex; align-items: center; justify-content: center;}
.join13_swiper .swiper-pagination-bullet{margin: 0 5px; opacity: 1; width: 10px; height: 10px; background: #cccccc;}
.join13_swiper .swiper-pagination-bullet-active{background: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join13{padding: 8% 0;}
	.join13_swiper{margin-top: 6%;}
	.join13_swiper .swiper-slide p{font-size: 18px; padding: 15px;}
	.join13_swiper .swiper-pagination{margin-top: 5%; position: static;}
	.join13_swiper .swiper-pagination-bullet{margin: 0 3px; width: 8px; height: 8px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join13_swiper .swiper-slide p{font-size: 16px; padding: 10px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join13_swiper .swiper-slide p{font-size: 14px;}
}

.join14{padding: 70px 0; background: url("../images/join14_bg.jpg") center center no-repeat; background-size: cover;}
.join14 .layout{color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.join14 .pic{height: 30px;}
.join14 .pic img{height: 100%; object-fit: contain;}
.join14 hr{margin: 30px 0 20px; font-size: 24px; width: 4.5em; height: 2px; border: none; background: #ce9f4d;}
.join14 p{font-size: 24px; line-height: 180%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join14{padding: 8% 0;}
	.join14 .pic{height: 25px;}
	.join14 hr{font-size: 20px;}
	.join14 p{font-size: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join14 .pic{height: 20px;}
	.join14 hr{font-size: 18px;}
	.join14 p{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join14 hr{margin: 20px 0 10px; font-size: 16px;}
	.join14 p{font-size: 16px;}
}

.join15{padding: 100px 0;}
.join15_con{margin-top: 70px; display: flex; align-items: stretch; justify-content: space-between;}
.join15_left{width: 58.3334%; padding: 50px 20px; border: 1px solid #cccccc;}
.join15_left h4{font-size: 24px; font-weight: normal; color: #000000; line-height: 100%;}
.join15_left p{margin-top: 20px; font-size: 16px; color: #666666; line-height: 100%;}
.join15_msg_form{margin-top: 60px;}
.join15_msg_form section{margin-top: 36px;}
.join15_msg_form section:nth-of-type(-n+3){width: 48.4803%; margin-top: 0;}
.join15_msg_form section:nth-of-type(-n+2){margin-right: 3.0396%;}
.join15_msg_form section:nth-of-type(2){margin-right: 0;}
.join15_msg_form section:nth-of-type(3){width: 100%; margin-top: 36px;}
.join15_msg_form section:last-child{margin-top: 50px;}
.join15_msg_form .text{height: 50px; border-color: #f1f1f1;}
.join15_msg_form .msg_address select{width: 48.4803%; background-position: 95% center;}
.join15_msg_form .msg_content{height: 150px;}
.join15_msg_form .form_btn{width: 400px; height: 50px; background: #ce9f4d;}
.join15_msg_form .form_btn:hover{box-shadow: 0 0 10px rgba(206,159,77,0.5);}
.join15_right{color: #fff; width: 41.6667%; padding: 50px 20px; background: #444444;}
.join15_right h4{margin-bottom: 40px; font-size: 24px; font-weight: normal; line-height: 100%; text-align: center;}
.join15_list{margin-top: -20px !important;}
.join15_list li{height: 57px !important; font-size: 16px; line-height: 100%; padding: 20px 0; border-bottom: 1px solid #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.join15_list li time{margin-right: 50px;}
.join15_right p{margin-top: 50px; font-size: 16px;}
.join15_right p span{color: #ce9f4d;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.join15{padding: 8% 0;}
	.join15_con{margin-top: 6%; display: block;}
	.join15_left{width: 100%; padding: 3%;}
	.join15_left h4{font-size: 22px;}
	.join15_left p{margin-top: 20px; font-size: 18px;}
	.join15_msg_form{margin-top: 6%;}
	.join15_msg_form section{margin-top: 3%;}
	.join15_msg_form section:nth-of-type(-n+3){width: 48.5%;}
	.join15_msg_form section:nth-of-type(-n+2){margin-right: 3%;}
	.join15_msg_form section:nth-of-type(2){margin-right: 0;}
	.join15_msg_form section:nth-of-type(3){width: 100%; margin-top: 3%;}
	.join15_msg_form section:last-child{margin-top: 3%;}
	.join15_msg_form .text{height: 60px;}
	.join15_msg_form .msg_address select{width: 48.5%;}
	.join15_msg_form .msg_content{height: 3rem;}
	.join15_msg_form .form_btn{width: 50%; height: 60px;}
	.join15_right{display: none;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.join15_msg_form .text{height: 48px;}
	.join15_msg_form .msg_address select{background-position: 97% center;}
	.join15_msg_form .msg_content{height: 2.5rem;}
	.join15_msg_form .form_btn{height: 48px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.join15_msg_form .text{height: 38px;}
	.join15_msg_form .msg_content{height: 2.5rem;}
	.join15_msg_form .form_btn{height: 38px;}
}

/*== 全屋定制门窗 ==*/
.customized_tit{color: #444444;}
.customized_tit p{font-size: 30px; line-height: 120%;}
.customized_tit h3{margin-top: 15px; font-size: 30px;}
.customized_tit hr{font-size: 30px; width: 2em; height: 2px; background: #444444;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized_tit p{font-size: 24px;}
	.customized_tit h3{font-size: 24px;}
	.customized_tit hr{font-size: 24px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized_tit p{font-size: 22px;}
	.customized_tit h3{margin-top: 10px; font-size: 22px;}
	.customized_tit hr{font-size: 22px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized_tit p{font-size: 20px;}
	.customized_tit h3{font-size: 20px;}
	.customized_tit hr{font-size: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 375px){
	.customized_tit p{font-size: 18px;}
	.customized_tit h3{font-size: 18px;}
	.customized_tit hr{font-size: 18px;}
}

.customized1{padding: 100px 0;}
.customized1_list li{margin-top: 20px; display: flex; align-items: stretch; justify-content: space-between;}
.customized1_list li:nth-of-type(1){margin-top: 0;}
.customized1_list li .pic{position: relative; display: block; width: 49.1667%; padding: 16.6667% 0; overflow: hidden;}
.customized1_list li .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.customized1_list li .words{width: 50%;}
.customized1_list li:nth-of-type(1) .words{padding: 4.1667%; padding-right: 0;}
.customized1_list li:nth-of-type(2) .words{order: -1; padding: 4.1667%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized1_list li .words>p{margin-top: 45px; font-size: 16px; color: #333333; line-height: 180%;}
.customized1_list li .words img{height: 52px; object-fit: contain;}
.customized1_list li .words h4{margin-top: 20px; font-size: 18px; font-weight: normal; color: #ce9f4d; line-height: 100%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized1{padding: 8% 0;}
	.customized1 .customized_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
	.customized1_list li{margin-top: 4%; display: block;}
	.customized1_list li .pic{display: none;}
	.customized1_list li .words{width: 100%;}
	.customized1_list li:nth-of-type(1) .words{padding: 0;}
	.customized1_list li:nth-of-type(2) .words{padding: 0;}
	.customized1_list li .words>p{margin-top: 6%; font-size: 18px;}
	.customized1_list li .words img{height: 45px;}
	.customized1_list li .words h4{margin-top: 3%; font-size: 20px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized1_list li .words>p{font-size: 16px;}
	.customized1_list li .words img{height: 38px;}
	.customized1_list li .words h4{font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized1_list li .words>p{font-size: 14px;}
	.customized1_list li .words img{height: 30px;}
	.customized1_list li .words h4{font-size: 16px;}
}

.customized2{background: #f1f1f1;}
.customized2 .customized_tit{padding-top: 100px; padding-bottom: 50px; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized2_bd{background: #444444;height:auto;}
.customized2_bd .swiper-slide{background: #f1f1f1; display: flex; align-items: stretch; justify-content: flex-start;}
.customized2_bd .swiper-slide .item{width: 50%;}
.customized2_bd .swiper-slide a{position: relative; display: block;}
.customized2_bd .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 30.7292% 0; overflow: hidden;}
.customized2_bd .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.customized2_bd .swiper-slide .words{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: flex; align-items: flex-end; justify-content: flex-start;}
.customized2_bd .swiper-slide .words p{font-size: 16px; color: #fff; width: 100%; line-height: 100%; padding: 17px 50px; background: rgba(0,0,0,0.5);}
.customized2_bd .swiper-slide .item:nth-of-type(2n-1) .words p{text-align: right;}
.customized2_bg{position: relative; padding-top: 25px; padding-bottom: 25px;}
.customized2_bg::after{position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); content: ""; width: 1920px; height: 100%; background: #444444;}
.customized2_hd{position: relative; padding: 0 107px;}
.customized2_hd .swiper-slide{transition: 0.6s; border: 4px solid transparent; border-radius: 5px;}
.customized2_hd .swiper-slide .pic{position: relative; display: block; width: 100%; padding: 30% 0; overflow: hidden;}
.customized2_hd .swiper-slide .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.customized2_hd .swiper-slide p{font-size: 20px; color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized2_hd .swiper-button-prev{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; left: -15px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.customized2_hd .swiper-button-prev i{transform: translateX(-10%) translateY(-5%);}
.customized2_hd .swiper-button-next{transition: 0.6s; z-index: 1; opacity: 1; font-size: 50px; color: #fff; width: 50px; height: 50px; right: -15px; margin-top: -25px; background: transparent; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.customized2_hd .swiper-button-next i{transform: translateX(10%) translateY(-5%);}
.customized2_hd .swiper-button-prev:hover ,.customized2_hd .swiper-button-next:hover{color: #c79b69;}
.customized2_hd .swiper-slide-active{border-color: #fff;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized2 .customized_tit{padding-top: 8%; padding-bottom: 6%;}
	.customized2_bd .swiper-slide .words p{font-size: 18px; padding: 10px 20px;}
	.customized2_hd{padding: 0 60px;}
	.customized2_hd .swiper-slide{border: 2px solid transparent;}
	.customized2_hd .swiper-slide p{font-size: 18px;}
	.customized2_hd .swiper-button-prev{left: 0;}
	.customized2_hd .swiper-button-next{right: 0;}
	.customized2_hd .swiper-slide-active{border-color: #fff;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized2_bd .swiper-slide .words p{font-size: 16px; padding: 10px;}
	.customized2_hd .swiper-slide p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized2_bd .swiper-slide .words p{font-size: 14px;}
	.customized2_hd{padding: 0 50px;}
	.customized2_bg{padding-top: 20px; padding-bottom: 20px;}
	.customized2_hd .swiper-slide p{font-size: 14px;}
	.customized2_hd .swiper-button-prev{font-size: 30px; width: 40px; height: 40px; margin-top: -20px;}
	.customized2_hd .swiper-button-next{font-size: 30px; width: 40px; height: 40px; margin-top: -20px;}
}
@media only screen and (min-width: 0) and (max-width: 414px){
	.customized2_hd{padding: 0 45px;}
	.customized2_hd .swiper-button-prev{width: 35px; height: 35px; margin-top: -17.5px;}
	.customized2_hd .swiper-button-next{width: 35px; height: 35px; margin-top: -17.5px;}
}

.customized3{padding: 100px 0;}
.customized3_con{border: 1px solid #cccccc; padding: 100px 50px;}
.customized3 .customized_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized3_msg_form{margin-top: 70px;}
.customized3_msg_form section{margin-top: 2.7323%;}
.customized3_msg_form section:nth-of-type(-n+3){width: 100%; margin-top: 2.7323%; margin-right: 2.7323%;}
.customized3_msg_form section:nth-of-type(-n+2){margin-top: 0; margin-right: 2.7323%;}
.customized3_msg_form section:nth-of-type(-n+4){width: 48.6339%;}
.customized3_msg_form section:nth-of-type(2){margin-right: 0;}
.customized3_msg_form section:last-child{margin-top: 4.5538%;}
.customized3_msg_form .msg_content{height: 48px; padding: 0 20px;}
.customized3_msg_form .form_btn,.customized3_msg_form .form_reset{height: 60px;}
.customized3_msg_form .form_reset{margin-left: 2.7323%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized3{padding: 8% 0;}
	.customized3_con{padding: 6% 4%;}
	.customized3_msg_form{margin-top: 6%;}
	.customized3_msg_form .msg_content{height: 60px; padding: 0 20px;}
	.customized3_msg_form .form_btn,.customized3_msg_form .form_reset{height: 60px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized3_msg_form .msg_content{height: 48px; padding: 0 10px;}
	.customized3_msg_form .form_btn,.customized3_msg_form .form_reset{height: 48px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized3_msg_form section{margin-top: 3%;}
	.customized3_msg_form section:nth-of-type(-n+3){width: 100%; margin-top: 3%; margin-right: 0;}
	.customized3_msg_form section:nth-of-type(-n+2){margin-top: 3%; margin-right: 0;}
	.customized3_msg_form section:nth-of-type(-n+4){width: 100%;}
	.customized3_msg_form section:nth-of-type(2){margin-right: 0;}
	.customized3_msg_form section:nth-of-type(1){margin-top: 0;}
	.customized3_msg_form section:last-child{margin-top: 3%;}
	.customized3_msg_form .msg_content{height: 38px;}
	.customized3_msg_form .form_btn,.customized3_msg_form .form_reset{height: 38px;}
	.customized3_msg_form .form_reset{margin-left: 3%;}
}

.customized4{padding: 80px 0; text-align: center; background: url("../images/customized4_bg.jpg") center center no-repeat; background-size: cover;}
.customized4 .customized_tit h3{margin-top: 0; color: #fff; line-height: 100%;}
.customized4 h4{margin-top: 45px; font-size: 24px; font-weight: normal; color: #fff; line-height: 100%;}
.customized4 h4 span{position: relative;}
.customized4 h4 span::before{position: absolute; right: 100%; top: 50%; content: ""; margin-right: 1.2em; width: 4em; height: 1px; background: #fff;}
.customized4 h4 span::after{position: absolute; left: 100%; top: 50%; content: ""; margin-left: 1.2em; width: 4em; height: 1px; background: #fff;}
.customized4 p{margin-top: 20px; font-size: 16px; color: #e3ae53;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized4{padding: 8% 0;}
	.customized4 h4{margin-top: 4%; font-size: 20px;}
	.customized4 p{margin-top: 2%; font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized4 h4{font-size: 18px;}
	.customized4 p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized4 h4{font-size: 16px;}
	.customized4 p{font-size: 14px;}
	.customized4 h4 span::before{width: 3em;}
	.customized4 h4 span::after{width: 3em;}
}

.customized5{background: #f1f1f1;}
.customized5_box{padding: 100px 0; margin: 0 auto; max-width: 1600px; background: #fff;}
.customized5 .customized_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized5_list li{padding: 50px 0; border-bottom: 1px solid #444444;}
.customized5_top{display: flex; align-items: center; justify-content: flex-end;}
.customized5_list li:nth-of-type(2n) .customized5_top{justify-content: flex-start;}
.customized5_top dd{margin-right: 50px;}
.customized5_top dd:last-child{margin-right: 0;}
.customized5_top dd a{display: block; font-size: 16px; color: #444444; line-height: 100%;}
.customized5_bot{margin-top: 50px;}
.customized5_bot a{display: flex; align-items: stretch; justify-content: flex-start;}
.customized5_bot .words{width: 18.5%; padding-top: 100px; display: flex; align-items: flex-start; justify-content: center;}
.customized5_bot .words h4{font-size: 24px; font-weight: normal; color: #444444; width: 1em; line-height: 1em;}
.customized5_bot .words h4 figure{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized5_bot .words h4 figure span{display: block; transform: translateX(2px) rotate(90deg);}
.customized5_bot .words h4 figure img{height: 29px; object-fit: contain;}
.customized5_bot .pic{position: relative; display: block; width: 81.5%; padding: 21.75% 0; overflow: hidden;}
.customized5_list li:nth-of-type(2n) .customized5_bot .pic{order: -1;}
.customized5_bot .pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized5_box{padding: 8% 0;}
	.customized5_list li{padding: 6% 0;}
	.customized5_top{justify-content: space-evenly !important;}
	.customized5_top dd{margin-right: 5%;}
	.customized5_top dd a{ font-size: 18px;}
	.customized5_bot{margin-top: 3%;}
	.customized5_bot a{position: relative; display: block;}
	.customized5_bot .words{z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-top: 0; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center;}
	.customized5_bot .words h4{font-size: 22px; color: #fff; width: auto;}
	.customized5_bot .words h4 figure{display: inline-block;}
	.customized5_bot .words h4 figure span{display: inline-block; transform: translateX(0) rotate(0deg);}
	.customized5_bot .words h4 figure img{height: 25px;}
	.customized5_bot .pic{width: 100%; padding: 26.6872% 0;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized5_top dd a{ font-size: 16px;}
	.customized5_bot .words h4{font-size: 20px;}
	.customized5_bot .words h4 figure img{height: 22px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	/* .customized5_top dd a{ font-size: 14px;} */
	.customized5_bot .words h4{font-size: 18px;}
	.customized5_bot .words h4 figure img{height: 20px;}
}

.customized6{padding: 100px 0; background: #1a1a1a;}
.customized6 .layout{display: flex; align-items: stretch; justify-content: space-between;}
.customized6_pic{position: relative; display: block; width: 66.6667%; padding: 20.8334% 0; overflow: hidden;}
.customized6_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.customized6_words{width: 33.3334%; padding: 100px 30px; background: #fff;}
.customized6_words .customized_tit{color: #ce9f4d;}
.customized6_words .customized_tit hr{background: #ce9f4d;}
.customized6_words>p{margin-top: 50px; font-size: 16px; color: #333333; line-height: 180%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized6{padding: 8% 0;}
	.customized6 .layout{display: block;}
	.customized6_pic{width: 100%; padding: 31.25% 0;}
	.customized6_words{width: 100%; padding: 4%;}
	.customized6_words>p{margin-top: 4%; font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized6_words>p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized6_words>p{font-size: 14px; line-height: 160%;}
}

.customized7{padding: 100px 0; background: #f8f8f8;}
.customized7 .customized_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized7 .layout>p{margin-top: 50px; font-size: 16px; color: #333333; line-height: 100%; text-align: center;}
.customized7_pic{margin-top: 50px; width: 100%;}
.customized7_pic img{width: 100%; height: 100%; object-fit: contain;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized7{padding: 8% 0;}
	.customized7 .layout>p{margin-top: 6%; font-size: 18px; line-height: 180%;}
	.customized7_pic{margin-top: 6%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized7 .layout>p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized7 .layout>p{font-size: 14px; line-height: 160%;}
}

.customized8{padding: 100px 0; background: url("../images/customized8_bg.jpg") center center no-repeat; background-size: cover;}
.customized8 .customized_tit{color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized8 .customized_tit hr{background: #fff;}
.customized8_list{margin-top: 145px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
.customized8_list li{margin-top: 55px; width: 47.9167%; display: flex; align-items: flex-start; justify-content: flex-start;}
.customized8_list li:nth-of-type(-n+2){margin-top: 0;}
.customized8_list li figure{position: relative;}
.customized8_list li figure h4{font-size: 30px; font-weight: normal; color: #ce9f4d; line-height: 48px; position: absolute; left: 0; bottom: 100%; width: 100%;}
.customized8_list li figure p{padding-top: 20px; font-size: 16px; color: #fefefe; line-height: 150%;}
.customized8_list li em{margin-right: 30px; font-size: 36px; color: #fff; min-width: 90px; width: 90px; height: 90px; border: 3px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized8_list li .words{margin-top: 10px;}
.customized8_list li .words h4{font-size: 20px; font-weight: normal; color: #ce9f4d; line-height: 100%;}
.customized8_list li .words p{margin-top: 20px; font-size: 16px; color: #fff; line-height: 130%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized8{padding: 8% 0;}
	.customized8_list{margin-top: 3%;}
	.customized8_list li{margin-top: 3%; width: 100%;}
	.customized8_list li:nth-of-type(2){margin-top: 3%;}
	.customized8_list li figure{position: relative;}
	.customized8_list li figure h4{position: static; font-size: 24px; line-height: 160%;}
	.customized8_list li figure p{padding-top: 2%; font-size: 18px; line-height: 160%;}
	.customized8_list li em{margin-right: 25px; font-size: 30px; min-width: 80px; width: 80px; height: 80px; border: 2px solid #fff;}
	.customized8_list li .words h4{font-size: 20px;}
	.customized8_list li .words p{margin-top: 15px; font-size: 18px; line-height: 160%;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized8_list li figure h4{font-size: 22px;}
	.customized8_list li figure p{font-size: 16px;}
	.customized8_list li em{margin-right: 20px; font-size: 24px; min-width: 70px; width: 70px; height: 70px;}
	.customized8_list li .words h4{font-size: 18px;}
	.customized8_list li .words p{margin-top: 10px; font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized8_list li{margin-top: 20px;}
	.customized8_list li:nth-of-type(2){margin-top: 20px;}
	.customized8_list li figure h4{font-size: 20px; line-height: 150%;}
	.customized8_list li figure p{font-size: 14px;}
	.customized8_list li em{margin-right: 15px; font-size: 20px; min-width: 65px; width: 65px; height: 65px;}
	.customized8_list li .words{margin-top: 5px;}
	.customized8_list li .words h4{font-size: 16px;}
	.customized8_list li .words p{font-size: 14px;}
}

.customized9{padding: 100px 0; background: url("../images/customized9_bg.jpg") center center no-repeat; background-size: cover;}
.customized9 .customized_tit{text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.customized9_list{margin-top: 50px; display: flex; align-items: stretch; justify-content: space-between;}
.customized9_list li{width: 18%; padding: 50px 20px 40px; border: 1px solid #cccccc; background: #fff; display: flex; align-items: center; justify-content: flex-start; flex-direction: column;}
.customized9_list li .pic{width: 80px; height: 80px;}
.customized9_list li .pic img{width: 100%; height: 100%; object-fit: contain;}
.customized9_list li .words{margin-top: 20px; text-align: center;}
.customized9_list li .words h4{font-size: 20px; font-weight: normal; color: #ce9f4d; line-height: 110%;}
.customized9_list li .words p{margin-top: 20px; font-size: 16px; color: #444444; line-height: 180%;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.customized9{padding: 8% 0;}
	.customized9_list{margin-top: 6%;}
	.customized9_list li{padding: 4% 2%;}
	.customized9_list li .pic{width: 80px; height: 80px;}
	.customized9_list li .words{margin-top: 4%;}
	.customized9_list li .words h4{font-size: 20px;}
	.customized9_list li .words p{margin-top: 4%; font-size: 18px;}
}
@media only screen and (min-width: 0) and (max-width: 768px){
	.customized9_list li .pic{width: 70px; height: 70px;}
	.customized9_list li .words h4{font-size: 18px;}
	.customized9_list li .words p{font-size: 16px;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized9_list li{padding: 6% 4%;}
	.customized9_list li .pic{width: 60px; height: 60px;}
	.customized9_list li .words h4{font-size: 16px;}
	.customized9_list li .words p{font-size: 14px; line-height: 160%;}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
	.customized9_list{justify-content: flex-start; flex-wrap: wrap;}
	.customized9_list li{width: 33.33%; border-left: none; border-top: none;}
	.customized9_list li:nth-of-type(3n-2){border-left: 1px solid #cccccc;}
	.customized9_list li:nth-of-type(-n+3){border-top: 1px solid #cccccc;}
}
@media only screen and (min-width: 521px) and (max-width: 1024px){
	.customized9_list{justify-content: flex-start; flex-wrap: wrap;}
	.customized9_list li{width: 50%; border-left: none; border-top: none;}
	.customized9_list li:nth-of-type(2n-1){border-left: 1px solid #cccccc;}
	.customized9_list li:nth-of-type(-n+2){border-top: 1px solid #cccccc;}
}
@media only screen and (min-width: 0) and (max-width: 520px){
	.customized9_list{display: block;}
	.customized9_list li{width: 100%; border-top: none;}
	.customized9_list li:nth-of-type(1){border-top: 1px solid #cccccc;}
}
/*== 内页 ==*/

/* joan */
.joan_wx .design_con{max-width:720px;margin:0 auto;padding:5%;}
.joan_wx .design_wx_con{border:1px solid #ededed;padding:20px;}
.joan_wx .design_wx_con p{font-size: 14px;text-align: center;}
.joan_wx .will_close{width:35px;height:35px;}
.design_btn2{cursor:pointer;}
.design_btn2 .fix_box{pointer-events: none;}
@media only screen and (min-width: 0) and (max-width: 1024px){
	.swiper-container{opacity:auto;}
	.customized2_bd .swiper-slide{display:block;}
	.customized2_bd .swiper-slide .pic{padding:35% 0;}
	.customized2_bd .swiper-slide .item{width:100%;}
	.customized2_bd .swiper-slide .words p{text-align:center !important;}
	.design_btn2 .fix_box{pointer-events: auto;}
}
@media only screen and (max-width: 768px) and (min-width: 0){
	.joan_wx .design_con{width:auto;padding:10%;}
}
@media only screen and (max-width: 520px) and (min-width: 0){
	.joan_wx .will_close{width:30px;height:30px;}
}

/* 2020.7.27 */
.jiameng_form section:last-child{
	justify-content: unset;
}
.jiameng_form .text{
	background-color: transparent;
}
.jiameng_form .form_btn{
	background-color: #eeeeee;
  color: #000;
}
.index2{
	margin: 40px 0 50px 0;
}
.index2 .index2-main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: unset;
	align-content: space-between;
	justify-content: space-between;
}
.index2-main .left{
	width: 50%;
}
.index2-main .right{
	width: 50%;
	display: flex;
	align-items: flex-end;
}
.index2-main .left h3{
	font-weight: unset;
	padding-left: 50px;
	position: relative;
	color: #1b1b1b;
	letter-spacing: 2px;
}
.index2-main .left h3::before{
	content: '';
	width: 40px;
	height: 1px;
	background-color: #1b1b1b;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: unset;
}
.index2-main .left span{
	display: block;
	font-size: 23px;
	color: #1b1b1b;
	margin: 18px 0;
	letter-spacing: 2px;
}
.index2-main .left p{
	width: 465px;
	line-height: 28px;
	color: #666666;
}
.index2-main .right ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.index2-main .right ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: .4s all;
}
.index2-main .right ul li a p{
	margin-top: 6px;
	transition: 0.4s all;
}
.index2-main .right ul li a figure{
	position: relative;
	width: 80px;
	height: 80px;
}
.index2-main .right ul li a figure img{
	transition: 0.4s all;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.index2-main .right ul li:nth-of-type(1) a:hover img{
	transition: 0.4s all;
	content: url("../images/ind2_ico1_h.png");
}
.index2-main .right ul li:nth-of-type(2) a:hover img{
	content: url("../images/ind2_ico2_h.png");
}
.index2-main .right ul li:nth-of-type(3) a:hover img{
	content: url("../images/ind2_ico3_h.png");
}
.index2-main .right ul li:nth-of-type(4) a:hover img{
	content: url("../images/ind2_ico4_h.png");
}
.index2-main .right ul li a:hover p{
	color: #ce9e4d;
}
.index2-main .xia-pic{
	margin-top: 25px;
	width: 100%;
}
.index2-main .xia-pic figure{
	
	position: relative;
	padding: 21% 0;
}
.index2-main .xia-pic figure img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
/* 别墅门窗的标配 */
.index4{
	margin: 44px 0;
}
.index4 .index4-main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.index4-main .text{
	text-align: center;
}
.index4-main .text h3{
	font-size: 24px;
	color: #2d2d2d;
	font-weight: unset;
	letter-spacing: 2px;
}
.index4-main .text p{
	color: #2d2d2d;
	margin: 10px 0 25px 0;
	letter-spacing: 2px;
}
.index4-main .text a{
	display: inline-block;
	width: 105px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #2d2d2d;
	transition: .4s all;
	color: #2d2d2d;
}
.index4-main .text a:hover{
	color: #ce9f4d;
	border: 1px solid #ce9f4d;
}
.index4-main .index4_swiper{
	margin-top: 56px;
}
.index4-main .index4_swiper ul li a figure{
	width: 100%;
	height: 360px;
}
.index4-main .index4_swiper ul li a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index4-main .index4_swiper ul li a .text1{
	padding: 20px 0 30px 0;
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
	color: #454545;
}
.index4-main .index4_swiper ul li a .text1 p{
	margin-bottom: 28px;
}
.index4-main .index4_swiper ul li{
	transition: .4s all;
}
.index4-main .index4_swiper ul li:hover{
	box-shadow: 0 5px 10px rgba(206, 158, 77, 0.6)
}
 /* 别墅案例效果 */
 .index5{
	 background: #6c6d6b;
	 padding: 30px 0 50px 0;
 }
 .index5 .index5-main{
	 text-align: center;
	 color: #fff;
 }
 .index5 .index5-main p{
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 2px;
 }
 .index5 .index5-main h3{
	 font-size: 24px;
	 letter-spacing: 2px;
	 position: relative;
	 padding-bottom: 15px;
	 font-weight: unset;
 }
 .index5 .index5-main h3::before{
	 content: '';
	 width: 50px;
	 height: 2px;
	 background-color: #fff;
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 transform: translateX(-50%);
 }
 .ind5_swiper .swiper-slide .words h5{
	 opacity: 0;
	 text-align: center;
 }

 .ind5_swiper .swiper-slide:hover .words h5{
	 opacity: 1;
 }
 .ind6_list li .ind6_words::after{
	 display: none;
 }
 .ind_tit p{
	 font-size: 14px;
	 letter-spacing: 2px;
 }
 .ind6 .layout .ind_tit h3{
	 position: relative;
	 padding-bottom: 15px;
 }
 .ind6 .layout .ind_tit h3::before{
	 content: '';
	 width: 50px;
	 height: 2px;
	 background-color: #000;
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 transform: translateX(-50%);
 }
 .ind6_list li+li{
	 margin-top: 10px;
 }
 /* 新闻 最新消息 */
 .index8{
	 padding: 55px 0;
 }
 .index8 .index8-main{
	 width: 1200px;
	 margin: 0 auto;
 }
 .index8-main .text8{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 3px solid #a7a8a7;
 }
 .index8-main .text8 h3{
	 font-size: 24px;
	 color: #747573;
 }
 .index8-main .text8 a{
	 font-size: 12px;
	 color: #747573;
	 position: relative;
	 padding-right: 48px;
 }
 .index8-main .text8 a:hover{
	 color: #ce9e4d;
 }
 .index8-main .text8 a::before{
	 content: url(../images/btn_next2.png);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 right: -73px;
	 top: 50%;
	 transform: translateY(-50%);
 }
 .index8-main .new8 ul{
	margin-top: 15px;
	display: flex;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
 }
 .index8-main .new8 ul li a figure{
	 position: relative;
	 padding: 23% 0;
 }
 .index8-main .new8 ul li a figure img{
	 position: absolute;
	 width:100%;
	 height: 100%;
	 left: 0;
	 top: 0;
	 object-fit: cover;
 }
 .index8-main .new8 ul li a h5{
	 text-align: center;
	 font-size: 16px;
	 color: #333;
	 overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 25px;
	transition: .4s all;
 }
 .index8-main .new8 ul li a p{
	 padding: 15px 20px 40px 20px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: .4s all;
 }
 .nil{
	 border: 1px solid #ccc;
	 position: relative;
 }
 .index8-main .new8 ul li a .nil time{
	 position: absolute;
	 top: 5px;
	 left: 20px;
	 display: inline-block;
	 font-size: 12px;
	 width: 60px;
	 height: 30px;
	 background-color: #333333;
	 color: #fff;
	 text-align: center;
	 line-height: 30px;
	 margin-top: -20px;
	 transition: .4s all;
 }
 .index8-main .new8 ul li a:hover h5{
	 color: #ce9e4d;
 }
 .index8-main .new8 ul li a:hover p{
	color: #ce9e4d;
}
.index8-main .new8 ul li a:hover time{
	color: #ce9e4d;
}
.xian .swiper-button-prev{
	background: url("../images/left-a.png");
}
.index4 .index4-main .swiper-button-prev{
	display: none;
}
.index4 .index4-main .swiper-button-next{
	display: none;
}
.index8 .new8 .swiper-button-prev{
	display: none;
}
.index8 .new8 .swiper-button-next{
	display: none;
}
.index8 .new8{
	position: relative;
}
.index9{
	background: url(../images/jiameng.png) no-repeat;
	background-size: cover;
	
}
.index9 .index9-main{
	padding: 110px 0 100px 0;
	display: flex;
	justify-content: flex-end;
}

.index9 .index9-main .vive h3{
	font-size: 24px;
	font-weight: bold;
}
.index9 .index9-main .vive{
	width: 435px;
	height: 660px;
	background-color: #fff;
	margin-right: 15%;
	padding: 46px 30px 30px 50px;
}
.index9 .index9-main .vive .pan{
	text-transform: uppercase;
	display: block;
	margin: 20px 0 15px 0;
}
.index9 .index9-main .vive p{
	font-size: 16px;
	padding-bottom: 15px;
	position: relative;
}
.index9 .index9-main .vive p a{
	transition: .4s all;
}
.index9 .index9-main .vive p a:hover{
	color: #ce9f4d;
}
.index9 .index9-main .vive p::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background-color: #ccc;
	width: 40px;
	height: 2px;
}
.jiameng_form{
	margin-top: 0 !important;
}
.index9 .index9-main .vive .jiameng_form ul li:nth-of-type(1){
	margin-top: 25px;
}
.index9 .index9-main .vive .jiameng_form ul li:nth-of-type(5) input{
	width: 90px;
}
.index9 .index9-main .vive .jiameng_form ul li:nth-of-type(6) input{
	width: 90px;
}
.index9 .index9-main .vive .jiameng_form ul li+li{
	margin-top: 14px;
}
.index9 .index9-main .vive .jiameng_form ul li span{
	display: block;
	font-size: 16px;
}
.index9 .index9-main .vive .jiameng_form ul li span i{
	color: red;
}
.index9 .index9-main .vive .jiameng_form ul li .spaa{
	font-size: 12px;
}
.index9 .index9-main .vive .jiameng_form ul li input{
	width: 215px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 5px;
}
.index9 .index9-main .vive .jiameng_form ul li select{
	width: 215px;
	height: 30px;
	border: 1px solid #ccc;
}
.index9 .index9-main .vive .jiameng_form .but-a{
	width: 65px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}
@media only screen and (max-width: 1200px) and (min-width: 0){
	.index2 .index2-main{
		width: 100%;
		padding: 0 3%;
	}
	.index4 .index4-main{
		width: 100%;
		padding: 0 3%;
	}
	.index8 .index8-main{
		width: 100%;
		padding: 0 3%;
	}

}

@media only screen and (max-width: 1024px) and (min-width: 0){
	.jiameng_form .form_btn{
		width: auto !important;
	}
	.index2-main .left{
		width: 100%;
	}
	.index2-main .right{
		width: 100%;
		margin-top: 3%;
	}
	.index2-main .left p{
		width: 100%;
	}
	.index2-main .left h3{
		display: none;
	}
	.index2{
		margin: 3% 0;
	}
	.index2-main .left span{
		margin-top: 0;
	}
	.xian{
		display: flex !important;
	}
	.index4 .index4-main{
		padding: 0 5%;
	}
	
	.index4 .index4-main .swiper-button-prev{
		display: block;
		background-image: url(../images/btn_next.png);
		transform: rotate(180deg);
	}
	.index4 .index4-main .swiper-button-prev:hover {
    background-image: url(../images/btn_next_h.png);
}
.index4 .index4-main .swiper-button-next{
	display: block;
	background-image: url(../images/btn_next.png);
	
}
.index4 .index4-main .swiper-button-next:hover {
	background-image: url(../images/btn_next_h.png);
}
.index4 .index4-main .swiper-button-next, .swiper-button-prev{
	width: 40px;
	height: 40px;
}
.index8 .new8{
	padding: 0 5%;
}
.index8 .new8 .swiper-button-prev{
	display: block;
	background-image: url(../images/btn_next.png);
	transform: rotate(180deg);
}
.index8 .new8 .swiper-button-prev:hover {
	background-image: url(../images/btn_next_h.png);
}
.index8 .new8 .swiper-button-next{
display: block;
background-image: url(../images/btn_next.png);
}
.index8 .new8 .swiper-button-next:hover {
background-image: url(../images/btn_next_h.png);
}
.index9{
	background-size: cover;
}
.index9 .index9-main{
	justify-content: center;
	padding: 5% 0;
}
.index9 .index9-main .vive{
	margin-right: 0;
}

.m-pages{
	display: none;
}


}

@media only screen and (max-width: 768px) and (min-width: 0){
	.index4 {
    margin: 3% 0;
}
.index4-main .text p{
	margin: 10px 0 3% 0;
}
	.index2-main .right ul li a figure{
		width: 60px;
		height: 60px;
	}
	.index2-main .xia-pic{
		margin-top: 0;
	}
	.index4-main .index4_swiper {
    margin-top: 3%;
}
.index8 .new8 .swiper-button-next{
	right: 0;
}
.index8 .new8 .swiper-button-prev{
	left: -5px;
}
.index4-main .text h3{
	font-size: 20px;
	font-weight: unset;
}
.index5 .index5-main h3{
	font-size: 20px;
	font-weight: unset;
}
.index8-main .text8 h3{
	font-size: 20px;
	font-weight: unset;
}
.index9 .index9-main .vive h3{
	font-size: 20px;
	font-weight: unset;
}
.index9 .index9-main .vive{
	padding: 7% 2% 7% 7%;
}
}
@media only screen and (max-width: 520px) and (min-width: 0){
	.index2-main .left span{
		font-size: 18px;
	}
	.index2-main .left p{
		line-height: 22px;
	}
	.index2-main .right ul li a figure{
		width: 50px;
		height: 50px;
	}
	
	.index2-main .xia-pic figure{
		padding: 32% 0;
	}
	.index4-main .text h3{
		font-size: 18px;
	}
	.index5 .index5-main h3{
		font-size: 18px;
	}
	.index8-main .text8 h3{
		font-size: 18px;
	}
	.index9 .index9-main .vive h3{
		font-size: 18px;
	}
	.index9 .index9-main .vive{
		width: 90%;
	}
}

/*  表单验证 */
.formError {
  width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  background-color: #f6f6f6;
  border: 1px solid #ec2c31;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: .6s all;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); }
  .formError.active {
    opacity: 1; }
  .formError i {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto; }
    .formError i.success {
      background: url("../images/success.png") no-repeat;
      background-size: contain; }
    .formError i.fail {
      background: url("../images/fail.png") no-repeat;
      background-size: contain; }
  .formError h6 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: center; }

.notice {
  width: 280px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  background-color: #f6f6f6;
  border: 1px solid #3eb135;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: .6s all;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); }
  .notice.active {
    opacity: 1; }
  .notice h6 {
    font-size: 16px;
    color: #3eb135;
    text-align: center; }

.bdshare-button-style0-24 a {
  transition: 0.6s;
  float: left;
  padding: 15.5px !important;
  margin: 0 10px 0 0 !important;
  font-size: 14px !important;
  color: #717171;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px !important;
  line-height: 31px !important;
  border-radius: 50% !important;
  background-position: unset !important; }
  .bdshare-button-style0-24 a.bds_more {
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
    border-radius: 0% !important;
    background: transparent !important; }
  .bdshare-button-style0-24 a.bds_weixin {
    background: url(../images/wxfx.png) #3eb135 center no-repeat !important; }
  .bdshare-button-style0-24 a.bds_tsina {
    background: url(../images/wb.png) #df4d69 center no-repeat !important; }
  .bdshare-button-style0-24 a.popup_qzone {
    background: url(../images/kj.png) #eecf3d center no-repeat !important; }
  .bdshare-button-style0-24 a.popup_tqq {
    background: url(../images/txwb.png) #45aaf2 center no-repeat !important; }
  .bdshare-button-style0-24 a.popup_renren {
    background: url(../images/rr.png) #1361a7 center no-repeat !important; }
/* 8.17 */
.xian .swiper-button-prev{
	background: url(../images/left-a.png) no-repeat center center;
	width: 46px;
	height: 46px;
	background-size: 80%;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}
.xian .swiper-button-next{
	background: url(../images/right-a.png) no-repeat center center;
	width: 46px;
	height: 46px;
	background-size: 80%;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}
.ind5_swiper .swiper_top{
	position: initial;
	transform: none;
}


.page-t  {
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 50px;
    /* background-color: #192028; */
}

.page-t ul {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 25px;
		vertical-align: bottom;
}

.page-t li {
    float: left;
    margin: 0 3px;
}

.page-t li a {
    display: block;
	
    width: 37px;
    
    text-align: center;
    color: #5e5e5e;
    /* background-color: #ccc; */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 3px;
    height: 35px;
    line-height: 33px;
    transition: .4s all;
    font-size: 16px;
	border: 1px solid #5e5e5e;
	
}

.page-t select {
    width: 55px;
    height: 36px;
    border: 1px solid #ccc;
    line-height: 33px;
    color: #000;
    padding-left: 10px;
    background: url(../images/qwy-i4.png) #fff center right 10px no-repeat;
        /* background-size: auto;
    background-size: 8px; */
    font-size: 16px;
	color: #5e5e5e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #5e5e5e;
	vertical-align: bottom;
	-webkit-appearance: none;

}
.page-t select option {
    width: 100%;
    height: 36px;
    font-size: 14px;
}

.page-t li a.active,
.page-t li a:hover{
	background-color: #2dadea;
	color: #fff;
	border-color: #2dadea;
	
}

.page-t li {
    font-size: 16px;
	color: #5e5e5e;
	letter-spacing: 2px;
}
.page-t li:last-child{
	margin-left: 5px;
}