* {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:"å¾®è½¯é›…é»‘";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
a {
	color:#000;
	text-decoration:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight:normal;
	font-style:normal;
}
ol,ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size:100%;
}
q:before,q:after {
	content:"";
}
ol,ul {
	list-style:none;
}
@font-face {
	font-family:'bahn';
	src:url(../font/bahnschrift.ttf);
}
img {
	vertical-align:middle;
}
.noscroll {
	overflow:hidden;
}
.pc {
	display:block!important;
}
.mobile {
	display:none!important;
}

.pcslide {
	display:flex!important;
}
.mobileslide {
	display:none!important;
}
.container {
	width:85%;
	margin:0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clearfix:after {
	content:'';
	overflow:hidden;
	clear:both;
	visibility:hidden;
	display:block;
}
.flexbox {
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
}
.banner {
	position:relative;
}
.banner .swiper-slide {
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	overflow:hidden;
}
.MASK_SEARCH {
	position:fixed;
	width:100%;
	height:0;
	background:#f0ebe7;
	z-index:999;
	top:0;
	left:0;
	overflow:hidden;
	transition:.4s all ease-in-out;
}
.MASK_SEARCH .searchbox {
	height:90%;
	width:95%;
	position:absolute;
	left:2.5%;
	top:5%;
	margin:auto;
	background:#fff;
	border-radius:15px;
}
.MASK_SEARCH .middle {
	width:1000px;
	/* margin:auto;
	*/
    position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.MASK_SEARCH .searchbox .searchform {
	padding:60px 0;
}
.MASK_SEARCH .searchbox .searchform .zx {
	display:flex;
	display:-webkit-flex;
	display:-ms-inline-flexbox;
	display:-ms-flexbox;
	justify-content:space-between;
	border-bottom:1px solid #bdbdc1;
}
.MASK_SEARCH .searchbox .searchform .zx input[type=text] {
	width:600px;
	height:60px;
	border:0;
	font-size:15px;
	outline:none;
}
.MASK_SEARCH .searchbox .searchform .zx .item2 {
	position:relative;
}
.MASK_SEARCH .searchbox .searchform .zx input[type=submit] {
	background:url(../images/fdj.png) no-repeat center;
	height:28px;
	width:28px;
	background-size:100%;
	border:0;
	position:relative;
	top:15px;
	margin-right:10px;
}
.MASK_SEARCH .searchbox .searchform .zx .close {
	display:inline-block;
	width:30px;
	height:4px;
	background:#595757;
	transform:rotate(45deg);
	cursor:pointer;
	transition:.3s all linear;
	position:relative;
	top:4px;
}
.MASK_SEARCH .searchbox .searchform .zx .close::after {
	content:'';
	display:block;
	width:30px;
	height:4px;
	background:#595757;
	transform:rotate(-90deg);
}
.index_color .col_list {
	justify-content:space-between;
	display:flex;
}
header{
	position: fixed;
    width: 100%;
    z-index: 999;
	left: 0;
    top: 0;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header.header-up {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.header {
	height:90px;
	margin:0 auto;
	background:#fff;
}
.header.index {
	
	width:100%;
	left:0;
	top:0;
	z-index:999;
	background:none;
	border-bottom:1px solid rgba(255,255,255,.16);
}
.header .logo {
	line-height:90px;
}
.header .top {
	justify-content:space-between;
	align-items:center;
	position:relative;
}
.header .rnav {
	display:flex;
	align-items:center;
}
.header .h-nav {
	padding-right:20px;
	line-height:90px;
}
.header .h-nav>ul>li {
	display:inline-block;
	padding:0 22px;
	position:relative;
}
.header .h-nav>ul>li>a {
	font-size:18px;
	color:#333333;
	outline:none;
}
.header.index .h-nav>ul>li>a{
	color:#fff;
}
.header .h-nav>ul>li>a:hover {
	font-weight:bold;
}
.header .h-nav>ul>li>a.on {
	font-weight:bold;
}
.header .h-nav>ul>li .ali {
	position:absolute;
	background:#fff;
	border-bottom:0;
	 border-radius:5px;

	    left:-45px;
	z-index:9999;
	opacity:1;
	top:70px;
	display:none;
	transform:translate3d(0,10px,0);
	box-shadow:0 3px 7px 0 rgb(0 0 0 / 10%);
	border-color:rgba(236,236,236,.73);
}
.header .h-nav>ul>li .ali a {
	display:block;
	color:#333;
	white-space:nowrap;
	border-radius:0;
	border-bottom:1px solid #f3f3f3;
	font-size:14px;
	height:50px;
	line-height:50px;
}
.header .h-nav>ul>li .ali a:last-child{
	border-bottom:0;
}
.header .h-nav>ul>li .ali li {
	position:relative;
	display:block;
	text-align:center;
	margin:0;
	min-width:200px;
	
}

.header .h-nav>ul>li .ali a:hover {
	background-color:#f5f5f5;
}
.header .h_search {
	padding-right:15px;
	cursor:pointer;
}
.header .lang {
	padding:0 15px;
}
.header .lang .l {
	font-size:20px;
	color:#333333;
	position:relative;
	padding-right:15px;
}
.header .lang .l a{
	font-size:16px;
	color:#333333;
	position:relative;
}
.header.index .lang .l a{
	color:#fff;
}
.header .lang .l::after {
	position:absolute;
	content:'';
	bottom:5px;
	right:0;
	background:url(../images/jt1.png);
	font-size:15px;
	width:9px;
	height:6px;
}
.header.index .lang .l::after{
	background:url(../images/jt1_fff.png);
}
.header .a-ul a {
	display:inline-block;
	padding:0 5px;
}
.header .icon-header {
    padding-left: 5px;
    display: flex;
}
.header .icon-header ul li {
    display: inline-block;
    padding: 0 2px;
    position: relative;
	vertical-align:middle;
}
.header .icon-header ul li img {
    width: 24px;
	display:block;
}
.header .icon-header ul li img.icon1 {
    display: none;
}
/* .header .icon-header ul li:hover .icon0{ */
	/* display:none; */
/* } */
/* .header .icon-header ul li:hover .icon1{ */
	/* display:block; */
/* } */
.header .icon-header .header-hover {
    width: 120px;
    position: absolute;
    bottom: -130px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.header .icon-header ul li:hover .header-hover{
	display:block;
}

.header .show-menu {
	margin-left:10px;
	cursor:pointer;
}
.header .m_lang{
	float:left;
	position: absolute;
    right: 50px;
}
.header .m_lang .l {
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-right: 12px;
}
.header .m_lang .l a {
    font-size: 16px;
    color: #333333;
    position: relative;
}
.header .m_lang .l::after {
    position: absolute;
    content: '';
    bottom: 5px;
    right: 0;
    background: url(../images/jt1.png);
    font-size: 13px;
    width: 9px;
    height: 6px;
}

.n_proheader_nav{
	
	width:100%;
	left:0;
	top:90px;
	z-index:999;
	border-bottom: 1px solid rgba(255,255,255,.16);
	background: rgba(255,255,255,.2);
}
.n_proheader_nav .pheader_nav{
	justify-content:space-between;
}
.n_proheader_nav .pheader_nav .lipro{
	position:relative;
}
.n_proheader_nav .pheader_nav .lipro>a{
	display:flex;
	align-items:center;
	font-size:14px;
	color:#fff;
	height:50px;
}
.pheader_nav .lipro .pro-item {
    position: absolute;
    width: 150px;
    background: #fff;
    top: 50px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    border-radius: 3px;
    z-index: 9;
    display: none;
}
.pheader_nav .lipro .pro-item a {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    color: #555;
    transition: color .3s;
}
.pheader_nav .lipro .pro-item a:hover{
	color:#942586;
}
.pheader_nav .lipro .pro-item:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.n_proheader_nav .pheader_nav .lipro>a .icon{
	margin-right: 0.2rem;
}
.n_proheader_nav .pheader_nav .lipro>a .icon img{
	height:18px; 
}
.n_proheader_nav .pheader_nav .lipro>a p{
	font-size:16px;
	color:#fff;
}

.allmenu {
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background:pink;
	left:0;
	top:0;
	background:rgba(0,0,0,0.4);
	background-size:cover;
	display:none;
}
.allmenu-c {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	position:relative;
}
.allmenu-c-1 {
	position:absolute;
	left:0;
	top:40px;
	z-index:2;
	width:100%;
}
.container-menu {
	width:85%;
	margin:0 auto;
}
.allmenu-c-1-l {
	float:left;
}
.allmenu-c-1-r {
	float:right;
}
.allmenu-c-1-r span {
	margin-top:10px;
	display:inline-block;
	border:1px solid #000;
	font-size:28px;
	padding:2px 20px 4px 20px;
	color:#000;
	font-family:unset;
	letter-spacing:1px;
	border-radius:5px;
	cursor:pointer;
}
.allmenu-c-2 {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	background:url(../images/banposter.jpg) center no-repeat;
	background-size:cover;
	display:flex;
}
.allmenu-c-2 li {
	flex:1;
	height:100%;
	box-sizing:border-box;
	background:#fff;
	/* float:left;
	*/
    transition:0.5s;
	-webkit-transition:0.5s;
}
.allmenu-c-2 li .m-top {
	margin-top:55%;
}
.allmenu-c-2 li .line {
	width:1px;
	height:50px;
	background:#fff;
	margin:0 auto;
	opacity:0;
	transition:0.5s;
	-webkit-transition:0.5s;
}
.allmenu-c-2 li .big-t {
	text-align:center;
	color:#333;
	font-size:24px;
	padding-bottom:7%;
	transition:0.5s;
	-webkit-transition:0.5s;
	font-weight:bold;
}
.allmenu-c-2 li dl {
	transition:0.5s;
	-webkit-transition:0.5s;
	text-align:center;
}
.allmenu-c-2 li dl dt a {
	display:inline-block;
	text-align:center;
	padding:2.5% 0;
	color:#333;
	font-size:18px;
	position:relative;
}
.allmenu-c-2 li:hover {
	background:rgba(0,0,0,0.3);
}
.allmenu-c-2 li:hover {
	background:rgba(0,0,0,0.3);
}
.allmenu-c-2 li:hover .big-t {
	transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	color:#eee;
}
.allmenu-c-2 li:hover dl {
	transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
}
.allmenu-c-2 li:hover dl a {
	color:#fff;
}
.allmenu-c-2 .dls {
	display:none;
	padding:8px 0;
}
.allmenu-c-2 li:hover .dls {
	background:rgba(0,0,0,.4);
}
.allmenu-c-2 .dls a {
	font-size:15px;
	color:#999;
	display:block;
}
.allmenu-c-2 li dl dt a.hav::after {
	content:'+';
	position:absolute;
	right:-25px;
	top:10px;
	font-family:å®‹ä½“;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
}
.allmenu-c-2 li dl dt a.hav.open::after {
	content:'-';
}
.banner .swiper-slide {
	position:relative;
}
.banner .swiper-slide .play {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:65px;
	height:65px;
	cursor:pointer;
}
.banner video {
	width:100%;
	object-fit:contain;
}
.banner img{
	width:100%;
}
.footer {
	background:#1b1b1b;
	padding:65px 0;
	margin-top:140px;
}
.footer.nomargin {
	margin-top:0;
}
.footer .top {
	border-top:1px solid #4b4b4b;
	display:flex;
	justify-content: space-between;
	padding:50px 0;
}
.footer .f-nav {
	width:61%;
	float:left;
}
.footer .f-nav ul {
	display:flex;
	justify-content:space-between;
}
.footer .f-nav ul>li>a {
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
	display:block;
}
.footer .f-nav .s-nav a {
	display:block;
	color:#5c5c5c;
	font-size:14px;
	padding:7px 0;
	transition:.3s all ease;
}
.footer .f-nav .s-nav a:hover {
	color:#fff;
}
.footer .line {
	height:240px;
	width:2px;
	background-color:#4b4b4b;
	float:left;
	
}
.footer .rig_contact {
	float:right;
}
.footer .rig_contact .tops p {
	font-size:16px;
	color:#ffffff;
	margin-bottom:5px;
}
.footer .rig_contact .tops h3 {
	font-size:45px;
	color:#ffffff;
	font-family:bahn;
}
.footer .rig_contact .tops h3 a{
	font-size:40px;
	color:#ffffff;
	font-family:bahn;
}
.footer .rig_contact .tops span {
	font-size:14px;
	color:#5c5c5c;
	font-family:bahn;
}
.footer .rig_contact .wxcodes {
	padding:25px 0;
}
.footer .rig_contact .wxcodes .item {
	display:inline-block;
	padding:0 5px;
	text-align:center;
}
.footer .rig_contact .wxcodes .item img{
	width:100px;
}
.footer .rig_contact .wxcodes .item p{
	color: #fff;
    font-size: 14px;
	margin-top:10px;
}
.footer .link{
	padding:0 0 15px 0;
}
.footer .link span{
	font-size:15px;
	color:#5c5c5c;
}
.footer .link a{
	font-size:15px;
	color:#5c5c5c;
}
.footer .link a:hover{
	color:#fff;
}
.footer .bot {
	display:flex;
	justify-content:space-between;
	padding:25px 0 0 0;
	border-top:1px solid #4b4b4b;
}
.footer .bot span,.footer .bot a {
	font-size:14px;
	color:#5c5c5c;
}
.banner_noindex {
	background-position:center;
	background-repeat:no-repeat;
	height:600px;
}
.l_nav {
	border-bottom:1px solid #eeeeee;
	background-color:#fff;
}
.l_nav .l_navs {
	justify-content:space-between;
	align-items:center;
}
.l_nav .l_navs ul li {
	display:inline-block;
}
.l_nav .l_navs ul li a {
	font-size:16px;
	color:#333333;
	display:block;
	padding:35px 0;
	margin-right:40px;
	position:relative;
}
.l_nav .l_navs ul li a::after {
	content:'';
	position:absolute;
	width:95%;
	bottom:0px;
	height:3px;
	background:#942586;
	left:2.5%;
	opacity:0;
	transition:.3s all ease;
}
.l_nav .l_navs ul li a:hover::after {
	opacity:1;
}
.l_nav .l_navs ul li a.on::after {
	opacity:1;
}
.l_nav .l_navs .img {
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}
.l_nav .l_navs .img img {
	width:18px;
}
.l_nav .l_navs .location {
	display:inline-block;
	vertical-align:middle;
}
.l_nav .location {
	font-size:16px;
	color:#333333;
}
.l_nav .location a {
	font-size:16px;
	color:#333333;
}
.l_nav .pagehome {
	display:flex;
	align-items:center;
}
.l_nav.fixs {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:999;
}
.page {
	text-align:center;
	font-size:16px;
	color:#898989;
	padding:40px 0px 0 0px;
}
.page span {
	border:1px solid #e5e5e5;
	padding:8px 15px;
	display:inline-block;
	font-size:16px;
	background:#fff;
}
.page a {
	border:1px solid #d2d2d2;
	padding:8px 15px;
	display:inline-block;
	font-size:16px;
	background:#fff;
}
.page .on {
	background:#942586;
	color:#fff;
}
.page p {
	display:inline-block;
	font-size:16px;
	color:#898989;
	margin-left:15px;
}
.newlist {
	padding:80px 0 0 0;
}
.mobile_nav {
	display:none;
}
/* å…¨å±‹æŠ—é†›  */
.n_header {
	position:fixed;
	width:100%;
	background:url(../images/n_headerbg.jpg) no-repeat top;
	height:100px;
	z-index:99;
}
.n_header .ns {
	justify-content:space-between;
}
.n_header .logo {
	line-height:100px;
}
.n_header .uls ul li {
	float:left;
	padding-left:50px;
}
.n_header .uls ul li a {
	line-height:100px;
	font-size:16px;
	color:#ffffff;
	display:block;
	position:relative;
}
.n_header .uls ul li a::after {
	position:absolute;
	width:85%;
	content:'';
	height:3px;
	background:#942586;
	left:0;
	bottom:1px;
	right:0;
	margin:auto;
	display:none;
}
.n_header .uls ul li a:hover::after {
	display:block;
}
.n_header .uls ul li a.on::after {
	display:block;
}
.kq1 .img1 {
	height:100%;
}
.kq1 .img1 img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.kq2 {
	background-image:url(../images/kqbg.jpg);
	background-size:cover;
}
.zinfocust {
	width:75%;
	height:75%;
	margin:auto;
	border:8px solid #0d442a;
	border-radius:20px;
	background-color:#fff;
	overflow:hidden;
}
.kq2 .zinfo .top {
	background-image:url(../images/kqtop1.png);
	background-repeat:no-repeat;
	background-size:95% auto;
	background-position:center;
	justify-content:center;
	padding:20px 0;
	align-items:center;
	margin-top:15px;
}
.kq2 .zinfo .top .lef {
	padding:10px 10px;
}
.kq2 .zinfo .top .lef h3 {
	font-size:36px;
	color:#ffbc09;
	font-weight:bold;
}
.kq2 .zinfo .top .lef p {
	font-size:30px;
	color:#ffffff;
	line-height:2;
}
.kq2 .zinfo .top .rig .text {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:13px;
	line-height:20px;
}
.kq2 .zinfo .bottom {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:15px 2.5% 0 2.5%;
}
.kq2 .zinfo .bottom .riginfo {
	padding:7%;
}
.kq2 .zinfo .bottom .info1 {
	margin-bottom:40px;
}
.kq2 .zinfo .bottom .info1 h3 {
	font-size:25px;
	color:#1b5b49;
	font-weight:bold;
	margin-bottom:20px;
}
.kq2 .zinfo .bottom .info1 p {
	font-size:16px;
	color:#57635c;
	line-height:2;
}
.kq2 .zinfo .bottom .info1 p span {
	background:#ffbc09;
	font-size:16px;
	font-weight:bold;
}
.kq3 {
	background-image:url(../images/kqbg.jpg);
	background-size:cover;
}
.kq3 .zinfocust {
	padding:0 2.5%;
	background:#eaf9f5;
}
.kq3 .top {
	margin-top:20px;
}
.kq3 .top .tit {
	background-image:url(../images/kqtop2.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	width:75%;
	margin-top:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:25px 0 25px 10%;
}
.kq3 .top .tit h3 {
	font-size:36px;
	color:#ffbc09;
	font-weight:bold;
}
.kq3 .bottom {
	justify-content:space-between;
	padding:0 2.5%;
}
.kq3 .bottom .img img {
	position:relative;
	bottom:60px;
}
.kq3 .bottom .wk .if {
	position:relative;
	height:100px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:10px 0;
}
.kq3 .bottom .wk .if h3 {
	font-size:20px;
	color:#4e7a6e;
	font-weight:bold;
	margin-bottom:5px;
}
.kq3 .bottom .wk .if p {
	font-size:15px;
	color:#333333;
	line-height:1.5;
}
.kq3 .bottom .wk .if1 {
	border-radius:50px 0 0 50px;
	padding-left:130px;
	background-image:linear-gradient(to right,rgba(215,239,233,1),rgba(215,239,233,0));
}
.kq3 .bottom .wk .if1::after {
	content:'';
	background:url(../images/kq3-1.png);
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100px;
	background-size:100px 100px;
}
.kq3 .bottom .wk .if2 {
	border-radius:0 50px 50px 0;
	padding-right:130px;
	background-image:linear-gradient(to right,rgba(215,239,233,0),rgba(215,239,233,1));
	text-align:right;
}
.kq3 .bottom .wk .if2::after {
	content:'';
	background:url(../images/kq3-2.png);
	position:absolute;
	right:0;
	top:0;
	width:100px;
	height:100px;
	background-size:100px 100px;
}
.kq3 .bottom .wk .if3 {
	border-radius:50px 0 0 50px;
	padding-left:130px;
	background-image:linear-gradient(to right,rgba(215,239,233,1),rgba(215,239,233,0));
}
.kq3 .bottom .wk .if3::after {
	content:'';
	background:url(../images/kq3-3.png);
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100px;
	background-size:100px 100px;
}
.kq4 {
	background-image:url(../images/kqbg.jpg);
	background-size:cover;
}
.kq4 .zinfocust {
	background:#eaf9f5;
	position:relative;
}
.kq4 .top {
	background:url(../images/kqtop3.png) no-repeat center;
	height:20%;
	background-size:95% auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.kq4 .top h3 {
	font-size:36px;
	color:#ffbc09;
	font-weight:bold;
}
.kq4 .bottom {
	height:78%;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	text-align:center;
}
.kq4 .bottom .midimg {
	height:100%;
	text-align:center;
	display:inline-block;
	position:relative;
}
.kq4 .bottom .midimg img {
	height:100%;
}
.kq4 .bottom .midimg .tifo {
	position:absolute;
	background-color:#4e7a6e;
	text-align:left;
	height:100px;
	padding:0 55px 0 25px;
	border-radius:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.kq4 .bottom .midimg .tifo::after {
	position:absolute;
	width:95%;
	height:90%;
	content:'';
	border:1px dashed #fff;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border-radius:10px;
}
.kq4 .bottom .midimg .tifo h3 {
	font-size:20px;
	color:#fff;
	margin-bottom:8px;
}
.kq4 .bottom .midimg .tifo p {
	font-size:14px;
	color:#c7e3db;
	line-height:20px;
}
.kq4 .bottom .midimg .tifo .add {
	position:absolute;
	right:10px;
	width:20px;
	height:20px;
	background-color:#fff;
	color:#4e7a6e;
	text-align:center;
	line-height:15px;
	font-size:15px;
	font-weight:bold;
	border-radius:50%;
}
.kq4 .bottom .midimg .tifo1 {
	left:0;
	top:0;
}
.kq4 .bottom .midimg .tifo2 {
	left:-100px;
	top:30%;
}
.kq4 .bottom .midimg .tifo3 {
	left:-80px;
	top:60%;
}
.kq4 .bottom .midimg .tifo4 {
	top:0;
	right:-60px;
}
.kq4 .bottom .midimg .tifo5 {
	top:30%;
	right:-100px;
}
.kq4 .bottom .midimg .tifo6 {
	top:60%;
	right:-80px;
}
.kq5 .top {
	background:url(../images/kqtop3.png) no-repeat center;
	height:20%;
	background-size:95% auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.kq5 .top h3 {
	font-size:36px;
	color:#ffbc09;
	font-weight:bold;
}
.kq5 {
	background-image:url(../images/kqbg.jpg);
	background-size:cover;
}
.kq5 .zinfocust {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background-color:#eaf9f5;
}
.kq5 .bottom {
	padding:0 0 0 5%;
}
.kq5 .bottom .bleft {
	width:60%;
	float:left;
}
.kq5 .bottom .bleft .word p {
	font-size:16px;
	color:#333333;
	line-height:2;
}
.kq5 .bottom .bleft .line {
	width:100%;
	height:3px;
	background-color:#4e7a6e;
	margin-top:20px;
}
.kq5 .bottom .bleft .img {
	padding:20px 0;
}
.kq5 .bottom .rimg {
	width:40%;
	float:right;
}
.kq5 .bottom .rimg img {
	width:100%;
}
.kq6 {
	background-image:url(../images/kqbg.jpg);
	background-size:cover;
}
.kq6 .top {
	background-image:url(../images/kqtop4.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	height:15%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding-left:10%;
}
.kq6 .top h3 {
	font-size:36px;
	color:#ffbc09;
	font-weight:bold;
}
.kq6 .zinfocust {
	background-color:#eaf9f5;
	padding:0 2.5%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.kq6 .bottom .limg {
	float:left;
	width:55%;
}
.kq6 .bottom {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 2%;
}
.kq6 .bottom .limg img {
	max-width:100%;
}
.kq6 .bottom .rinfo .item {
	display:flex;
	padding:20px 0;
	align-items:center;
}
.kq6 .bottom .rinfo .item .word h3 {
	font-size:25px;
	color:#4e7a6e;
	font-weight:bold;
	margin-bottom:5px;
}
.kq6 .bottom .rinfo .item .word p {
	font-size:16px;
	color:#333333;
	line-height:1.5;
}
.kq6 .bottom .rinfo .item .icon {
	}.kq6 .bottom .rinfo .item:nth-child(2) .word {
	text-align:right;
}
.kq6 .bottom .rinfo .item:nth-child(1) .icon,.kq6 .bottom .rinfo .item:nth-child(3) .icon {
	padding-right:20px;
}
.kq6 .bottom .rinfo .item:nth-child(2) .icon {
	padding-left:20px;
}
.kq6 .bottom .rinfo {
	width:43%;
	float:right;
}
#fp-nav2 {
	position:fixed;
	right:40px;
	z-index:99;
	top:40%;
}
#fp-nav2 ul li a {
	font-size:17px;
	color:#a0b9ac;
	display:block;
	margin:30px 0;
}
#fp-nav2 ul li a:hover {
	color:#fff;
}
#fp-nav2 ul li a.active {
	color:#fff;
}
#fp-nav2 .up,#fp-nav2 .down {
	text-align:center;
	cursor:pointer;
}
/* å…¨å±‹æŠ—é†›end */
@media screen and (min-width:1200px) and (max-width:1400px) {
	.kq2 .zinfo {
	width:85%;
	height:70%;
}
.kq2 .zinfo .top .lef h3 {
	font-size:30px;
}
.kq2 .zinfo .top .lef p {
	font-size:26px;
}
.n_header .logo {
	line-height:80px;
}
.n_header .uls ul li a {
	line-height:80px;
}
.n_header {
	height:80px;
}
.kq2 .zinfo .bottom .riginfo {
	padding:4%;
}
.kq2 .zinfo .bottom .info1 h3 {
	font-size:21px;
	color:#1b5b49;
	font-weight:bold;
	margin-bottom:15px;
}
.kq2 .zinfo .bottom .info1 p {
	font-size:14px;
	color:#57635c;
	line-height:2;
}
.kq2 .zinfo .bottom .info1 {
	margin-bottom:25px;
}
.kq3 .bottom .wk .if p {
	font-size:14px;
	color:#333333;
	line-height:1.5;
}
.kq3 .bottom .wk .if h3 {
	font-size:18px;
	color:#4e7a6e;
	font-weight:bold;
	margin-bottom:5px;
}
.kq3 .bottom .wk .if1 {
	padding-left:100px;
}
.kq3 .bottom .wk .if2 {
	padding-right:100px;
}
.kq3 .bottom .wk .if3 {
	padding-left:100px;
}
.kq3 .bottom .wk .if p {
	font-size:13px;
}
.kq3 .bottom .wk .if2::after {
	width:80px;
	height:80px;
	background-size:cover;
}
.kq3 .bottom .wk .if1::after {
	width:80px;
	height:80px;
	background-size:cover;
}
.kq3 .bottom .wk .if3::after {
	width:80px;
	height:80px;
	background-size:cover;
}
.kq3 .bottom .img {
	width:60%;
}
.kq3 .bottom .img img {
	width:100%;
}
.kq3 .zinfocust {
	height:90%;
}
.kq3 .top .tit {
	padding:15px 0 25px 10%;
}
.kq4 .top h3 {
	font-size:30px;
}
.kq5 .bottom .bleft .word p {
	font-size:13px;
	color:#333333;
	line-height:2;
}
.kq5 .bottom .bleft .img {
	max-width:100%;
}
.kq5 .zinfocust {
	height:80%;
}
.kq5 .top h3 {
	font-size:30px;
}
.kq6 .zinfocust {
	height:80%;
}
.kq6 .top {
	padding-left:10%;
}
.kq6 .top h3 {
	font-size:30px;
}
#fp-nav2 ul li a {
	font-size:15px;
	color:#a0b9ac;
	display:block;
	margin:20px 0;
}
#fp-nav2 .up img,#fp-nav2 .down img {
	width:30px;
	height:30px;
}
}@media screen and (min-width:300px) and (max-width:1000px) {
	.container {
	width:100%;
	padding:0 10px;
}
.pc {
	display:none!important;
}
.mobile {
	display:block!important;
}
.header {
	height:55px;
}
.header .rnav {
	display:none;
}
.header .logo {
	line-height:55px;
}
.header .logo img {
	height:35px;
}
.banner img{
	width:100%;
}
header{
	position:relative;
}
.n_proheader_nav{
	display:none;
}
.footer {
	margin-top:3rem;
	padding:3rem 0;
}
.footer .f-nav {
	display:none;
}
.footer .line {
	display:none;
}
.footer .rig_contact {
	width:100%;
}
.footer .top {
	padding:3rem 0;
}
.footer .bot span,.footer .bot a {
	font-size:12px;
	color:#5c5c5c;
	line-height:1.8;
}
.footer .bot {
	flex-wrap:wrap;
}
.footer .rig_contact .wxcodes {
	padding:25px 0 0 0;
}
.footer .rig_contact .wxcodes .item img {
    width: 80px;
}
.mobilemenu {
	width:50px;
	height:50px;
	position:relative;
	top:0;
	z-index:9;
	float:right;
}
.mobilemenu span {
	top:25px;
}
.mobilemenu span:first-child {
	content:"";
	top:15px;
	left:0;
}
.mobilemenu span,.mobilemenu span:first-child,.mobilemenu span:last-child {
	left:14px;
	position:absolute;
	background:#000;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	width:27px;
	height:2px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.mobilemenu span:last-child {
	content:"";
	top:35px;
}
.mobilemenu.open span:first-child {
	transform:rotate(45deg);
	top:25px;
}
.mobilemenu.open span:last-child {
	transform:rotate(-45deg);
	top:25px;
}
.mobilemenu.open span:nth-child(2) {
	opacity:0;
}
.mobilemenu.white span,.mobilemenu.white span:first-child,.mobilemenu.white span:last-child {
	background:#fff;
}
.mobile_nav {
	position:fixed;
	width:100%;
	top:55px;
	z-index:99;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:rgba(255,255,255,.95);
	overflow-y:scroll;
	height:100%;
	display:none;
}
.mobile_nav>ul {
	padding:30px 0 30px 0;
	text-align:center;
}
.mobile_nav>ul>li>a {
	font-size:1.7rem;
	padding:1rem 0;
	display:inline-block;
	color:#333;
	position:relative;
}
.mobile_nav>ul>li>a::after {
	position:absolute;
	right:-2rem;
	background:url(../images/down2.png) no-repeat;
	content:'';
	top:1.8rem;
	width:1rem;
	height:1rem;
	background-size:cover;
}
.mobile_nav .s_hnav {
	display:none;
}
.mobile_nav .s_hnav>ul>li>a {
	font-size:1.4rem;
	color:#666;
	display:block;
	padding:.7rem 20px;
}
.mobile_nav .f_hnav {
	display:none;
}
.mobile_nav .f_hnav>a {
	font-size:1.4rem;
	color:#666;
	display:block;
	color:#000;
	padding:7px 0;
}
.banner_noindex {
	background-position:center;
	background-repeat:no-repeat;
	height:32vw;
	background-size:100% auto;
}
.l_nav .pagehome {
	display:flex;
	align-items:center;
	height:5rem;
}
.l_nav .location a {
	font-size:1.2rem;
	color:#333333;
}
.l_nav .uls {
	display:none;
}
.l_nav .menus img {
	width:25px;
}
.l_nav .menus .mnav a {
	display:block;
	font-size:1.3rem;
	padding:0.7rem 20px;
	color:#666;
}
.l_nav .menus .mnav {
	position:absolute;
	width:15rem;
	right:-10px;
	text-align:center;
	background:#fff;
	z-index:99;
	top:5rem;
	border:1px solid #eaeaea;
	display:none;
}
.l_nav .l_navs {
	justify-content:space-between;
	align-items:center;
	position:relative;
}
.page {
	text-align:center;
	font-size:1.3rem;
	color:#898989;
	padding:3rem 0px 0 0px;
}
.page span {
	border:1px solid #e5e5e5;
	padding:6px 11px;
	display:inline-block;
	font-size:1.2rem;
	background:#fff;
}
.page a {
	border:1px solid #e5e5e5;
	padding:6px 11px;
	display:inline-block;
	font-size:1.2rem;
	background:#fff;
}
.page p {
	display:inline-block;
	font-size:1.2rem;
	color:#898989;
	margin-left:15px;
}
.newlist {
	padding:3rem 0;
}



}@media screen and (min-width:769px) and (max-width:1200px) {
	.container {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 10px;
}
}/* å…³äºŽç¾Žæ¶‚å£«css */

.s_about {
	padding:80px 0 0 0;
}
.s_about .tit h3 {
	font-size:36px;
	color:#2c2c2c;
	font-weight:bold;
}
.s_about .tit {
	padding:0 0 25px 0;
}
.s_about .content {
	font-size:16px;
	color:#2c2c2c;
	line-height:2.5;
}
.s_about .content p,.s_about .content span {
	font-size:16px;
	color:#2c2c2c;
	line-height:2.5;
}
.s_about .content img {
	max-width:100%;
}
.xbg {
	background:url(../images/szbg.jpg) no-repeat center;
	height:220px;
	margin-top:60px;
}
.xbg .item {
	flex:1;
	height:220px;
	flex-direction:column;
	display:flex;
	justify-content:center;
	/* align-items:center;
	*/
	border-left:1px solid #ffffff;
	box-sizing:border-box;
	padding-left:6%;
	position:relative;
}
.xbg .item::after {
	position:absolute;
	left:-3px;
	content:'';
	width:5px;
	height:25px;
	background:#942586;
	top:45px;
	z-index:99;
}
.xbg .item:last-child {
	border-right:1px solid #ffffff;
}
.xbg .item:last-child::before {
	position:absolute;
	right:-3px;
	content:'';
	width:5px;
	height:25px;
	background:#942586;
	top:45px;
	z-index:99;
}
.xbg .item h3 {
	font-size:50px;
	font-family:bahn;
	color:#fff;
}
.xbg .item p {
	font-size:16px;
	color:#bfbfbf;
}
.s_fzlc {
	padding:80px 0 0 0;
	position:relative;
}
.s_fzlc .tit h3 {
	font-size:36px;
	color:#2c2c2c;
	font-weight:bold;
}
.s_fzlc .tit {
	padding:0 0 50px 0;
}
.s_fzlc .gallery-thumbs .swiper-slide {
	text-align:center;
	padding-top:40px;
}
.s_fzlc .gallery-thumbs .dotout {
	position:relative;
	display:inline-block;
	width:10px;
	height:10px;
	padding:6px;
	border-radius:50%;
	cursor:pointer;
}
.s_fzlc .fzlist {
	position:relative;
}
.s_fzlc .gallery-thumbs .dotin {
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#c3c3c3;
}
.s_fzlc .gallery-thumbs .dotout span {
	left:-15px;
	top:-35px;
	position:absolute;
	font-size:16px;
	color:#949494;
	white-space:nowrap;
}
.s_fzlc .gallery-top {
	height:500px;
}
.s_fzlc .gallery-top .itlist {
	height:100%;
	font-size:0;
}
.s_fzlc .gallery-top .itlist .img {
	background-repeat:no-repeat;
	background-size:cover;
	width:50%;
	display:inline-block;
	height:100%;
	vertical-align:top;
	background-position:center;
}
.s_fzlc .gallery-top .itlist .info {
	width:50%;
	display:inline-block;
	height:100%;
	vertical-align:top;
	background:#f6f6f6;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:80px 60px 0 60px;
}
.s_fzlc .gallery-top .itlist .info h3 {
	color:#942586;
	font-size:36px;
	font-weight:bold;
}
.s_fzlc .gallery-top .itlist .info .line {
	width:100%;
	height:2px;
	background-color:#dcdcdc;
	margin:25px 0 30px;
}
.s_fzlc .gallery-top .itlist .info p {
	font-size:16px;
	color:#333333;
}
.s_fzlc .gallery-thumbs {
	padding:50px 0 35px 0;
}
.s_fzlc .gallery-thumbs .swiper-slide {
	position:relative;
}
.s_fzlc .gallery-thumbs .swiper-slide::after {
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	bottom:12px;
	left:0;
	background-color:#dcdcdc;
	z-index:-1;
}
.s_fzlc .gallery-thumbs .swiper-slide-thumb-active .dotin {
	background-color:#942586;
}
.s_fzlc .gallery-thumbs .swiper-slide-thumb-active .dotout span {
	font-size:26px;
	color:#942586;
	left:-28px;
	top:-48px;
}
.s_fzlc .swiper-button-next:after,.s_fzlc .swiper-button-prev:after {
	font-size:30px;
}
.s_fzlc .swiper-button-next,.s_fzlc .swiper-button-prev {
	width:20px;
	height:20px;
	bottom:37px;
	top:auto;
	color:#c3c3c3;
}
.s_fzlc .swiper-button-next {
	right:-1px;
}
.s_fzlc .swiper-button-prev {
	left:-1px;
}
.s_team {
	padding:60px 0 0 0;
}
.s_team .tit h3 {
	font-size:40px;
	font-weight:bold;
	color:#2c2c2c;
	margin-bottom:20px;
}
.s_team .tit p {
	font-size:16px;
	color:#2c2c2c;
	line-height:2;
}
.cteamslide {
	width:100%;
	height:500px;
	margin-top:40px;
}
.cteamslide .gallery-text {
	width:50%;
	float:left;
	height:100%;
	background:#f5f5f5;
}
.cteamslide .gallery-text .swiper-slide {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:60px 60px;
}
.cteamslide .gallery-text .text h4 {
	font-size:30px;
	color:#2c2c2c;
}
.cteamslide .gallery-text .text .en {
	font-size:16px;
	color:#b6b6b6;
	font-family:arial;
	margin:10px 0 35px;
}
.cteamslide .gallery-text .textp p {
	font-size:16px;
	color:#333333;
	line-height:2;
}
.cteamslide .btn {
	position:absolute;
	left:65px;
	bottom:75px;
	z-index:999;
	width:121px;
	height:50px;
}
.cteamslide .btn .prev,.cteamslide .btn .next {
	position:absolute;
	width:50%;
	height:50px;
	background:url(../images/aprev.png) center center no-repeat;
	background-size:auto 14px;
	cursor:pointer;
}
.cteamslide .btn .next {
	right:0;
	transform:rotate(180deg);
}
.cteamslide .btn .line {
	position:absolute;
	left:50%;
	width:1px;
	height:100%;
	background-color:#dcdcdc;
}
.cteamslide .btn .swiper-button-disabled {
	opacity:.3;
	cursor:default;
}
.cteamslide .gallery-img {
	width:50%;
	float:right;
	height:100%;
}
.cteamslide .gallery-img .img {
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.s_hor .tit {
	text-align:center;
}
.s_hor .tit h3 {
	font-size:36px;
	color:#2c2c2c;
	font-weight:bold;
	margin-bottom:30px;
}
.s_hor .tit p {
	font-size:16px;
	color:#2c2c2c;
	line-height:2;
	letter-spacing:.5px;
}
.s_hor {
	padding:70px 0 0 0;
}
.s_hor .shorbg {
	text-align:center;
	padding:40px 0;
}
.s_hor .shorbg img {
	width:95%;
}
.s_hor .teclist {
	text-align:center;
	padding:60px 0;
}
.s_hor .teclist .centerimg {
	width:770px;
	margin:auto;
	position:relative;
}
.s_hor .teclist .centerimg img {
	width:100%;
}
.s_hor .teclist .centerimg .point {
	width:26px;
	height:26px;
	background:#efefef;
	position:absolute;
	border-radius:50%;
}
.s_hor .teclist .centerimg .point div {
	width:12px;
	height:12px;
	border-radius:50%;
	background:#434343;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.s_hor .teclist .centerimg .point1 {
	top:50%;
	transform:translateY(-50%);
	left:-12.5px;
}
.s_hor .teclist .centerimg .point2 {
	left:18%;
	top:9%;
}
.s_hor .teclist .centerimg .point3 {
	left:18%;
	bottom:9%;
}
.s_hor .teclist .centerimg .point4 {
	top:50%;
	transform:translateY(-50%);
	right:-12.5px;
}
.s_hor .teclist .centerimg .point5 {
	right:18%;
	top:9%;
}
.s_hor .teclist .centerimg .point6 {
	right:18%;
	bottom:9%;
}
.s_hor .teclist .centerimg .wz {
	position:absolute;
	text-align:right;
}
.s_hor .teclist .centerimg .wz h3 {
	font-size:24px;
	color:#2c2c2c;
	line-height:1.5;
}
.s_hor .teclist .centerimg .wz p {
	font-size:16px;
	color:#777777;
}
.s_hor .teclist .centerimg .wz1 {
	top:50%;
	transform:translateY(-50%);
	left:-150px;
}
.s_hor .teclist .centerimg .wz2 {
	top:8%;
}
.s_hor .teclist .centerimg .wz3 {
	bottom:6%;
	left:-175px;
}
.s_hor .teclist .centerimg .wz4 {
	top:50%;
	transform:translateY(-50%);
	right:-250px;
	text-align:left;
}
.s_hor .teclist .centerimg .wz5 {
	top:8%;
	right:0;
	text-align:left;
}
.s_hor .teclist .centerimg .wz6 {
	bottom:6%;
	right:-60px;
	text-align:left;
}
.s_hor .infos {
	height:700px;
	overflow-y:auto;
	padding-right:15px;
	position:relative;
}
.s_hor .infos .mask {
	position:absolute;
	width:100%;
	height:50px;
	background-color:rgba(255,253,253,.5);
	bottom:0;
	left:0;
	filter:blur(2px);
	z-index:99;
}
.s_hor .infos p {
	font-size:16px;
	color:#666;
	line-height:2;
	padding-left:20px;
	position:relative;
	margin-bottom:30px;
}
.s_hor .infos p::before {
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	background-color:#666;
	left:0;
	top:12px;
	border-radius:50%;
}
.s_hor .infos::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width:6px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height:1px;
}
.s_hor .infos::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius:10px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background:#707070;
}
.s_hor .infos::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	border-radius:10px;
	background:#ededed;
}
.cjd {
	padding:80px 0 0 0;
}
.cjd .tit {
	text-align:center;
}
.cjd .tit h3 {
	font-size:36px;
	color:#2c2c2c;
	font-weight:bold;
	margin-bottom:24px;
}
.cjd .tit p {
	font-size:16px;
	color:#333333;
	line-height:2;
}
.cjdlist {
	justify-content:space-between;
	padding:40px 0 0 0;
}
.cjdlist .item {
	width:24%;
	text-align:center;
	cursor:pointer;
}
.cjdlist .item .img {
	overflow:hidden;
}
.cjdlist .item img {
	width:100%;
	transition:.3s all linear;
}
.cjdlist .item img:hover {
	transform:scale(1.1);
}
.cjdlist .item h3 {
	font-size:20px;
	color:#333333;
	margin:15px 0 10px;
}
.cjdlist .item p {
	font-size:15px;
	color:#777777;
}
/* ä¼ä¸šè£èª‰ */
  .qyhoror {
	padding:70px 0 0 0;
}
.qyhoror .tit {
	text-align:center;
}
.qyhoror .tit h3 {
	font-size:36px;
	color:#2c2c2c;
	font-weight:bold;
	margin-bottom:30px;
}
.qyhoror .tit p {
	font-size:16px;
	color:#2c2c2c;
	line-height:2;
	letter-spacing:.5px;
}
.qyhoror .qy-nav {
	text-align:center;
	padding:45px 0 65px;
}
.qyhoror .qy-nav ul li {
	display:inline-block;
	margin:0 5px;
}
.qyhoror .qy-nav ul li a {
	display:block;
	font-size:16px;
	color:#333333;
	padding:15px 26px;
	border:1px solid #eeeeee;
}
.qyhoror .qy-nav ul li a:hover {
	background-color:#942586;
	color:#fff;
}
.qyhoror .qy-nav ul li a.on {
	background-color:#942586;
	color:#fff;
}
.qyhoror .horor-list ul li {
	width:19%;
	margin-right:1.25%;
	float:left;
	margin-bottom:40px;
}
.qyhoror .horor-list ul li:nth-child(5n) {
	margin-right:0;
}
.qyhoror .horor-list ul li .img {
	border:1px solid #e5e5e5;
	text-align:center;
	padding:25px 10px;
	height:280px;
	display:flex;
	justify-content:center;
	align-items: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.qyhoror .horor-list ul li .img img {
	max-width:100%;
	max-height:100%;
}
.qyhoror .horor-list ul li .info {
	text-align:center;
	padding:25px 0;
}
.qyhoror .horor-list ul li .info h3 {
	font-size:16px;
	color:#333333;
	line-height:20px;
	height:40px;
}
/* å·¥ç¨‹æ¡ˆä¾‹ */
  .case_nav {
	padding:60px 0;
}
.case_nav ul {
	padding-bottom:10px;
	flex-wrap:wrap;
}
.case_nav ul li {
	margin-right:10px;
	margin-bottom:5px;
}
.case_nav ul li a {
	font-size:14px;
	color:#666666;
	display:block;
	background:#f5f5f5;
	padding:8px 18px;
}
.case_nav ul li a:hover {
	background-color:#942586!important;
	color:#fff;
}
.case_nav ul li a.on {
	background-color:#942586;
	color:#fff;
}
.caselist .nn>li {
	float:left;
	width:32%;
	margin-right:2%;
	cursor:pointer;
	margin-bottom:2%;
	position:relative;
	transition:.3s all ease;
}
.caselist .nn>li:nth-child(3n) {
	margin-right:0;
}
.caselist .nn>li .img {
	overflow:hidden;
	height:255px;
}
.caselist .nn>li .img img {
	width:100%;
	transition:.3s all linear;
}
.caselist .nn>li .info {
	justify-content:space-between;
	padding:25px 10px;
	border-bottom:1px solid #efefef;
}
.caselist .nn>li .info h3 {
	font-size:16px;
	color:#333333;
}
.caselist .nn>li .info .jt {
	display:flex;
	align-items:center;
}
.caselist .nn>li:hover {
	transform:translateY(-15px);
}
.caselist .nn>li:hover .img img {
	/* transform:scale(1.05);
	*/
}
/* æˆ˜ç•¥åˆä½œä¼™ä¼´ */
  
  .partner-list ul li {
	width:16%;
	margin-right:0.8%;
	float:left;
	margin-bottom:0.8%;
}
.partner-list ul li:nth-child(6n) {
	margin-right:0;
}
.partner-list ul li .img {
	border:1px solid #e5e5e5;
	height:145px;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
}
.partner-list ul li .img img {
	max-width:100%;
	max-height:100%;
}
@media screen and (min-width:300px) and (max-width:1000px) {
	.s_about {
	padding:3rem 0 0 0;
}
.s_about .tit h3 {
	font-size:2rem;
}
.s_about .content {
	font-size:1.3rem;
	color:#2c2c2c;
	line-height:2;
}
.s_about .tit {
	padding:0 0 2rem 0;
}
.s_about .content p,.s_about .content span {
	font-size:1.2rem;
	color:#2c2c2c;
	line-height:2;
}
.s_fzlc {
	padding:3rem 0 0 0;
	position:relative;
}
.s_fzlc .tit h3 {
	font-size:2rem;
	color:#2c2c2c;
	font-weight:bold;
}
.s_fzlc .tit {
	padding:0 0 3rem 0;
}
.s_fzlc .gallery-top .itlist .img {
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display:inline-block;
	height:40%;
	vertical-align:top;
}
.s_fzlc .gallery-top .itlist .img {
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display:inline-block;
	height:40%;
	vertical-align:top;
}
.s_fzlc .gallery-top .itlist .info {
	padding:3rem 2rem 1rem 2rem;
	height:58%;
	width:100%;
	overflow:auto;
}
.s_fzlc .gallery-top .itlist .info h3 {
	font-size:1.8rem;
}
.s_fzlc .gallery-top .itlist .info .line {
	width:100%;
	height:2px;
	background-color:#dcdcdc;
	margin:1.5rem 0 1.5rem;
}
.s_fzlc .gallery-top .itlist .info p {
	font-size:1.2rem;
	color:#333333;
	line-height:1.8;
}
.s_team {
	padding:3rem 0 0 0;
}
.s_team .tit h3 {
	font-size:2rem;
	font-weight:bold;
	color:#2c2c2c;
	margin-bottom:1.5rem;
}
.s_team .tit p {
	font-size:1.2rem;
	color:#2c2c2c;
	line-height:2;
}
.s_fzlc .gallery-thumbs .dotout span {
	left:-15px;
	top:-25px;
	position:absolute;
	font-size:14px;
	color:#949494;
	white-space:nowrap;
}
.s_fzlc .gallery-thumbs .swiper-slide-thumb-active .dotout span {
	font-size:20px;
	color:#942586;
	left:-20px;
	top:-35px;
}
.s_fzlc .swiper-button-next:after,.s_fzlc .swiper-button-prev:after {
	font-size:20px;
}
.s_fzlc .swiper-button-next {
	right:-5px;
}
.s_fzlc .swiper-button-prev {
	left:-5px;
}
.s_fzlc .gallery-thumbs {
	padding:4rem 0 2rem 0;
	display:none;
}
.cteamslide {
	width:100%;
	height:500px;
	margin-top:40px;
}
.cteamslide .gallery-text {
	width:100%;
}
.cteamslide .gallery-text .swiper-slide {
	padding:3rem 3rem;
}
.cteamslide .gallery-text .text h4 {
	font-size:2rem;
	color:#2c2c2c;
}
.cteamslide .gallery-text .text .en {
	font-size:1.4rem;
	color:#b6b6b6;
	font-family:arial;
	margin:1rem 0 2rem;
}
.cteamslide .gallery-text .textp p {
	font-size:1.3rem;
	color:#333333;
	line-height:2;
}
.xbgslide {
	background:url(../images/szbg.jpg) no-repeat center;
	background-size:cover;
	height:10rem;
	margin-top:2rem;
}
.xbgslide .item {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:2.5rem 2rem 0 2rem;
	text-align:center;
	border-left:0.01rem solid #676767;
	height:10rem;
	position:relative;
}
.xbgslide .item::before {
	position:absolute;
	content:'';
	left:-1px;
	top:25px;
	width:2px;
	height:20px;
	background-color:#e12138;
}
.xbgslide .swiper-slide:nth-child(1) .item::before {
	display:none;
}
.xbgslide .item h3 {
	font-size:2.2rem;
	font-family:bahn;
	color:#fff;
}
.xbgslide .item p {
	font-size:1.2rem;
	color:#fff;
}
.s_fzlc .swiper-button-next,.s_fzlc .swiper-button-prev {
	width:30px;
	height:30px;
	bottom:75%;
	top:auto;
	color:#c3c3c3;
	background:rgba(0,0,0,.8);
}
.s_fzlc .swiper-button-next {
	right:5px;
}
.s_fzlc .swiper-button-prev {
	left:5px;
}
.s_fzlc .swiper-button-next:after,.s_fzlc .swiper-button-prev:after {
	font-size:14px;
}
.s_hor .tit h3 {
	font-size:2rem;
	color:#2c2c2c;
	font-weight:bold;
	margin-bottom:2rem;
}
.s_hor {
	padding:3rem 0 0 0;
}
.s_hor .tit p {
	font-size:1.2rem;
	color:#2c2c2c;
	line-height:2;
	letter-spacing:inherit;
}
.s_hor .infos p {
	font-size:1.3rem;
	color:#666;
	line-height:2;
	padding-left:15px;
	position:relative;
	margin-bottom:30px;
}
.s_hor .infos p::before {
	content:'';
	position:absolute;
	width:7px;
	height:7px;
	background-color:#666;
	left:0;
	top:9px;
	border-radius:50%;
}
.cjd {
	padding:3rem 0 0 0;
}
.cjd .tit h3 {
	font-size:2rem;
	color:#2c2c2c;
	font-weight:bold;
	margin-bottom:1.5rem;
}
.cjd .tit p {
	font-size:1.4rem;
	color:#333333;
	line-height:2;
}
.cjdlist {
	justify-content:space-between;
	padding:3rem 0 0 0;
	flex-wrap:wrap;
}
.cjdlist .item {
	width:49%;
	text-align:center;
	cursor:pointer;
	margin-bottom:2%;
}
.cjdlist .item h3 {
	font-size:1.5rem;
	color:#333333;
	margin:1rem 0 0.5rem;
}
.cjdlist .item p {
	font-size:1.2rem;
	color:#777777;
}
.qyhoror {
	padding:3rem 0 0 0;
}
.qyhoror .tit h3 {
	font-size:2rem;
	color:#2c2c2c;
	font-weight:bold;
	margin-bottom:2rem;
}
.qyhoror .tit p {
	font-size:1.2rem;
	color:#2c2c2c;
	line-height:2;
	letter-spacing:inherit;
}
.qyhoror .qy-nav ul li a {
	display:block;
	font-size:1.2rem;
	color:#333333;
	padding:8px 14px;
	border:1px solid #eeeeee;
	white-space:nowrap;
}
.qyhoror .qy-nav ul li {
	display:inline-block;
	margin:5px 5px;
	width:45%;
}
.qyhoror .qy-nav {
	text-align:center;
	padding:3rem 0 3rem;
}
.qyhoror .horor-list ul li .img {
	border:1px solid #e5e5e5;
	text-align:center;
	padding:0 30px;
	height:50vw;
	line-height:50vw;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.qyhoror .horor-list ul li {
	width:49%;
	margin-right:2%!important;
	float:left;
	margin-bottom:0;
}
.qyhoror .horor-list ul li:nth-child(2n) {
	margin-right:0!important;
}
.qyhoror .horor-list ul li .info h3 {
	font-size:1.2rem;
	color:#333333;
	line-height:1.4rem;
	height:2.8rem;
}
.qyhoror .horor-list ul li .info {
	text-align:center;
	padding:1.5rem 0;
}
.case_nav ul {
	flex-wrap:wrap;
}
.case_nav ul li {
	margin:1.5% 10px 1.5% 0;
}
.case_nav ul li a {
	font-size:1.2rem;
	padding:6px 11px;
}
.case_nav {
	padding:3rem 0 2rem;
}
.caselist .nn>li {
	float:left;
	width:48%;
	margin-right:2%!important;
	cursor:pointer;
	margin-bottom:5%;
	position:relative;
	transition:.3s all ease;
}
.caselist .nn>li:nth-child(2n) {
	margin-right:0!important;
}
.caselist .nn>li .img {
	overflow:hidden;
	height:30vw;
}
.caselist .nn>li .info h3 {
	font-size:1.4rem;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.caselist .nn>li .info .lf {
	width:80%;
}
.caselist .nn>li .info {
	padding:1.5rem .5rem;
}
.caselist .nn>li .info .jt img {
	width:20px;
}
.partner-list ul li {
	width:32%;
	margin-right:2%!important;
	float:left;
	margin-bottom:2%;
}
.partner-list ul li:nth-child(3n) {
	margin-right:0!important;
}
.partner-list ul li .img {
	height:20vw;
}
.cteamslide2 {
	margin-top:2rem;
}
.cteamslide2 .item {
	width:100%;
}
.cteamslide2 .img {
	width:100%;
	height:25rem;
}
.cteamslide2 .img img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.cteamslide2 .text {
	padding:3rem 2rem;
	height:20rem;
	box-sizing:border-box;
	background-color:#f5f5f5;
	overflow:auto;
}
.cteamslide2 h4 {
	font-size:1.8rem;
}
.cteamslide2 .en {
	margin:.3rem 0 1.7rem;
	font-size:1.2rem;
	color:#999;
}
.cteamslide2 .textp {
	font-size:1.2rem;
	color:#333;
	line-height:2;
}
.cteamslide2 .swiper-button-next,.cteamslide2 .swiper-button-prev {
	width:4rem;
	height:4rem;
	top:23rem;
	color:#c3c3c3;
	background:rgba(0,0,0,.8);
}
.cteamslide2 .swiper-button-next::after,.cteamslide2 .swiper-button-prev::after {
	font-size:1.2rem;
}
.cteamslide2 .swiper-button-next {
	right:0;
}
.cteamslide2 .swiper-button-prev {
	right:4rem;
	left:auto;
}
}/* å…³äºŽç¾Žæ¶‚å£«end */
  
  
  /* äº§å“ä¸­å¿ƒ */
  
  .product_main {
	background-color:#f5f5f5;
	padding:0 0 140px 0;
}
.product_main .case_nav ul li a {
	background:#e9e9e9;
}
.product_main .case_nav ul li a.on {
	background:#942586;
}
.plist ul li {
	float:left;
	width:24%;
	margin-right:1.33%;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:30px 10px;
	margin-bottom:60px;
}
.plist ul li:nth-child(4n) {
	margin-right:0;
}
.plist ul li .img{
	height:350px;
	overflow:hidden;
}
.plist ul li .img img {
	width:100%;
}
.plist ul li .title {
	border-top:2px solid #e5e5e5;
	padding-top:30px;
	margin-top:20px;
}
.plist ul li .title h3 {
	font-size:15px;
	color:#333333;
	text-align:center;
	line-height:20px;
	height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pshow .top {
	justify-content:space-between;
	padding:80px 0 30px;
}
.pshow .top .tit {
	font-size:14px;
	color:#666666;
	background:#fff;
	border-radius:20px;
	padding:10px 25px;
}
.pshow .top .tit a {
	font-size:14px;
	color:#666666;
}
.pshow .top .nav {
	display:flex;
	align-items:center;
}
.pshow .top .nav a {
	font-size:14px;
	color:#666666;
	display:inline-block;
	background:#fff;
	padding:10px 30px;
	border-radius:30px;
	margin-left:8px;
}
.pshow .top .nav a img {
	display:inline-block;
	vertical-align:middle;
}
.pshow .top .nav a span {
	font-size:14px;
	color:#666666;
	display:inline-block;
	vertical-align:middle;
}
.pshowmain .proleft {
	width:49%;
	background:#fff;
	position:relative;
}
.pshowmain {
	justify-content:space-between;
}
.pshowmain .proleft .img {
	text-align:center;
}
.pshowmain .proleft .img {
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.pshowmain .proleft .img img {
	width:70%;
}
.pshowmain .proright {
	width:49%;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:80px;
}
.pshowmain .proright .name {
	font-size:30px;
	color:#333333;
	border-bottom:1px solid #eeeeee;
	padding-bottom:30px;
}
.pshowmain .proright .guige {
	border-bottom:1px solid #eeeeee;
}
.pshowmain .proright .guige p {
	font-size:16px;
	color:#666666;
	line-height:3;
}
.pshowmain .proright .guige p .b{
	font-weight:bold;
	color:#8b137c;
	font-size:16px;
	line-height:3;
}
.pshowmain .proright .desc p {
	font-size:16px;
	color:#666666;
	line-height:1.5;
}
.pshowmain .proright .desc {
	padding:20px 0;
	border-bottom:1px solid #eeeeee;
}
.pshowmain .proright .call {
	padding:30px 0 30px;
}
.pshowmain .proright .call span {
	color:#666666;
	font-size:16px;
}
.pshowmain .proright .call h3 {
	font-size:30px;
	color:#8b137c;
}
.pshowmain .proright .rzicon{
	padding:0 0 20px 0;
	flex-wrap:wrap;
}
.pshowmain .proright .rzicon .ls{
	width:25%;
	text-align:center;
}
.pshowmain .proright .rzicon .ls img{
	width:95%;
}
.pshowmain .proright .onmessage .govr {
	background-color:#942586;
	color:#fff;
	font-size:16px;
	padding:10px 15px;
	display:inline-block;
	border-radius:5px;
}
.pshowmain .proright .onmessage .govr span {
	vertical-align:middle;
	font-size:16px;
	margin-left:10px;
}
.pshowmain .proright .onmessage .govr img {
	vertical-align:middle;
	width:25px;
}
.pshowmain .proright .onmessage .onMess {
	font-size:16px;
	color:#888888;
	background-color:#eeeeee;
	padding:10px 15px;
	border-radius:5px;
	margin-left:5px;
	display:inline-block;
}
.pshowmain .proleft .swiper-button-next {
	position:absolute;
	bottom:0;
	right:0;
	width:80px;
	height:60px;
	background:#e5e5e5;
	top:auto;
}
.pshowmain .proleft .swiper-button-prev {
	position:absolute;
	bottom:0;
	right:90px;
	width:80px;
	height:60px;
	background:#e5e5e5;
	top:auto;
	left:auto;
}
.pshowmain .proleft .swiper-button-next::after {
	font-size:25px;
	color:#343434;
}
.pshowmain .proleft .swiper-button-prev::after {
	font-size:25px;
	color:#343434;
}
.pshowmain .proleft .swiper-container {
	height:100%;
}
.prodesc {
	background-color:#fff;
	padding:40px 70px;
	margin-top:30px;
}
.prodesc .desc-item .tit {
	font-size:16px;
	color:#ffffff;
	background-color:#942586;
	display:inline-block;
	padding:10px 30px;
}
.prodesc .desc-item .info {
	font-size:16px;
	color:#333333;
	padding:20px 0 35px;
	line-height:2;
	border-bottom:1px solid #eeeeee;
}
.prodesc .desc-item .info span,.prodesc .desc-item .info p{
	font-size:16px;
	color:#333333;
	line-height:2;
}
.prodesc .desc-item .info img{
	max-width:100%;
}
.prodesc .desc-item {
	padding-bottom:80px;
}
.fenggelist .top {
	justify-content:space-between;
}
.fenggelist .abjj {
	width:27%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background:#eeefef;
}
.fenggelist .bigPic {
	width:70%;
}
.fenggelist .bigPic img {
	width:100%;
}
.fenggelist .abjj .wz {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:40px 40px;
}
.fenggelist .abjj .wz h3 {
	font-size:36px;
	color:#333333;
	margin-bottom:20px;
}
.fenggelist .abjj .wz p {
	font-size:16px;
	color:#333333;
	line-height:2.2;
}
.fenggelist .abjj .tp img {
	width:100%;
}
.fenggelist .bottom {
	padding:60px 0 0 0;
}
.fenggelist .bottom .f-item {
	float:left;
	width:45%;
	margin-right:10%;
	margin-bottom:60px;
}
.fenggelist .bottom .f-item:nth-child(2n) {
	margin-right:0;
}
.fenggelist .bottom .f-item .atit {
	color:#fff;
	font-weight:bold;
	background-color:#85878b;
	font-size:20px;
	padding:5px 0;
	text-align:center;
}
.fenggelist .bottom .f-item .fimg {
	padding:20px 0 0 0;
}
.fenggelist .bottom .f-item .fimg img {
	width:100%;
}
.fenggelist .fg-item {
	padding:115px 0 55px;
	border-bottom:20px solid #d2d2d2;
}
.fenggelist .fg-item:nth-child(2n) .top {
	flex-direction:row-reverse;
}
.fenggelist .fg-item:nth-child(2) .bottom .f-item .atit {
	background-color:#857363;
}
.fenggelist .fg-item:nth-child(3) .bottom .f-item .atit {
	background-color:#7fa5b4;
}
.fenggelist .fg-item:nth-child(4) .bottom .f-item .atit {
	background-color:#9f8062;
}
.fenggelist .fg-item:nth-child(5) .bottom .f-item .atit {
	background-color:#d4965d;
}
.hnrz_h {
	background:#fff;
	position:relative;
}
.hnrz_h .uls ul li a {
	color:#000;
}
.hb_banner {
	background-position:center;
	background-repeat:no-repeat;
	height:905px;
}
.hbrz1 {
	background:url(../images/hb1bg.jpg) no-repeat center;
	height:1116px;
}
.hbrz1 .tit {
	text-align:center;
	padding:115px 0;
}
.hbrz1 .tit img {
	width:80%;
}
.hbrz1 .mains .leftp {
	width:42%;
}
.hbrz1 .mains .rico {
	width:38%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 60px;
}
.hbrz1 .mains {
	display:flex;
	justify-content:center;
}
.hbrz1 .mains .leftp .word p {
	font-size:16px;
	color:#fff;
	line-height:2;
}
.hbrz1 .mains .leftp .word {
	padding:20px 0 0 0;
}
.hbrz1 .mains .leftp .line {
	width:100%;
	background-color:#86be96;
	height:2px;
	margin:60px 0;
}
.hbrz1 .mains .rico img {
	width:125%;
}
.hbrz2 {
	background:url(../images/hb2bg.jpg) no-repeat center;
	height:1178px;
}
.hbrz2 .tit {
	text-align:center;
	padding:115px 0;
}
.hbrz2 .tit img {
	width:80%;
}
.hbrz2 .mains {
	display:flex;
	justify-content:space-between;
}
.hbrz2 .lword {
	width:40%;
}
.hbrz2 .rimg {
	width:35%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.hbrz2 .lword h3 {
	font-size:25px;
	color:#fff;
	font-weight:bold;
	margin-bottom:25px;
}
.hbrz2 .lword p {
	font-size:16px;
	color:#fff;
	line-height:2;
}
.hbrz2 .rimg img {
	width:100%;
}
.hbrz2 .bot {
	background-color:#fff;
	padding:15px 0;
	margin-top:150px;
}
.hbrz2 .bot .item {
	width:33.3%;
	display:flex;
	justify-content:center;
}
.hbrz2 .bot .item .info {
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding-left:10px;
}
.hbrz2 .bot .item .info h3 {
	font-size:25px;
	color:#333333;
	font-weight:bold;
	margin-bottom:8px;
}
.hbrz2 .bot .item .info p {
	font-size:13px;
	color:#666666;
	line-height:1.5;
}
.hbrz3 {
	background:url(../images/hb3bg.jpg) no-repeat center;
	height:1890px;
}
.hbrz3 .mains .top .item {
	display:inline-block;
	padding:0 30px;
}
.hbrz3 .mains .top .item:nth-child(2) {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.hbrz3 .mains .top .item h3 {
	font-size:42px;
	color:#fcff00;
	font-weight:100;
}
.hbrz3 .mains .top .item p {
	font-size:24px;
	color:#fff;
}
.hbrz3 .tit {
	text-align:center;
	padding:100px 0 50px;
}
.hbrz3 .tit img {
	width:80%;
}
.hbrz3 .mains .top {
	text-align:center;
}
.hbrz3 .mains .middle .tit1 {
	text-align:center;
	margin:60px 0;
}
.hbrz3 .mains .middle .tit1 h3 {
	font-size:36px;
	color:#179951;
	background-color:#fff;
	display:inline-block;
	padding:3px 5px 3px 20px;
	border-radius:30px;
}
.hbrz3 .mains .middle .list {
	display:flex;
	justify-content:center;
}
.hbrz3 .mains .middle .list .item {
	width:45%;
	padding:2%;
}
.hbrz3 .mains .middle .list .item img {
	width:100%;
}
.hbrz3 .mains .bottom .tit1 {
	text-align:center;
	margin:50px 0;
}
.hbrz3 .mains .bottom .tit1 h3 {
	font-size:36px;
	color:#179951;
	background-color:#fff;
	display:inline-block;
	padding:5px 5px 5px 20px;
	border-radius:30px;
}
.hbrz3 .mains .bottom .list {
	display:flex;
	justify-content:center;
}
.hbrz3 .mains .bottom .list .item {
	width:45%;
	padding:2%;
}
.hbrz3 .mains .bottom .list .item img {
	width:100%;
	border-right:4px solid #f78805;
	border-bottom:4px solid #f78805;
	box-shadow:2px 2px 2px #000;
}
.hbrz3 .mains .more {
	text-align:center;
	margin-top:50px;
}
.hbrz3 .mains .more a {
	background:url(../images/redmore.png) no-repeat center;
	display:inline-block;
	padding:15px 250px;
	font-size:18px;
	color:#ffffff;
}
@media screen and (min-width:200px) and (max-width:1000px) {
	.plist ul li {
	width:49%;
	margin-right:2%!important;
	padding:15px 8px;
	margin-bottom:1rem;
}
.plist ul li:nth-child(2n) {
	margin-right:0!important;
}
	.plist ul li .img{
		height:45vw;
	}
.plist ul li .title h3 {
	font-size:1.2rem;
	line-height: inherit;
    height: auto;
}
.plist ul li .title {
	border-top:2px solid #e5e5e5;
	padding-top:15px;
	margin-top:15px;
}
.product_main {
	padding:0 0 4rem 0;
}
.hbrz1 .tit {
	padding:3rem 0;
}
.hbrz1 .tit img {
	width:100%;
}
.hb_banner {
	background-position:center;
	background-repeat:no-repeat;
	height:0;
	padding-bottom:47%;
	background-size:100% auto;
}
.hbrz1 .mains {
	flex-wrap:wrap;
}
.hbrz1 .mains .leftp {
	width:100%;
}
.hbrz1 .mains .leftp .img img {
	max-width:60%;
}
.hbrz1 .mains .rico {
	width:100%;
}
.hbrz1 .mains .leftp .word p {
	font-size:1.2rem;
}
.hbrz1 .mains .leftp .line {
	margin:3rem 0;
}
.hbrz1 .mains .rico img {
	width:100%;
}
.hbrz1 .mains .rico {
	padding:20px 0;
}
.hbrz1 {
	height:auto;
}
.hbrz2 .tit {
	padding:3rem 0;
}
.hbrz2 .tit img {
	width:100%;
}
.hbrz2 .lword {
	width:100%;
}
.hbrz2 .mains {
	flex-wrap:wrap;
}
.hbrz2 .rimg {
	width:100%;
	padding:15px 0;
}
.hbrz2 .lword h3 {
	font-size:1.7rem;
	margin-bottom:15px;
}
.hbrz2 .lword p {
	font-size:1.2rem;
}
.hbrz2 .bot {
	margin-top:3rem;
}
.hbrz2 .bot .item {
	width:100%;
}
.hbrz2 .bot .item .info h3 {
	font-size:1.7rem;
}
.hbrz2 .bot .item .info p {
	font-size:1.2rem;
}
.hbrz2 .bot .item .img img {
	height:70px;
}
.hbrz2 {
	height:auto;
	padding:0 0 3rem 0;
}
.hbrz3 .tit {
	padding:3rem 0;
}
.hbrz3 .tit img {
	width:100%;
}
.hbrz3 .mains .top .item:nth-child(2) {
	border-left:0;
	border-right:0;
}
.hbrz3 .mains .top .item {
	text-align:center;
	width:100%;
	padding:0;
}
.hbrz3 .mains .middle .tit1 h3 {
	font-size:1.8rem;
}
.hbrz3 .mains .middle .tit1 {
	margin:2rem 0;
}
.hbrz3 .mains .bottom .tit1 h3 {
	font-size:1.8rem;
}
.hbrz3 .mains .more a {
	padding:10px 70px;
	font-size:1.2rem;
	color:#ffffff;
	background-size:140% 100%;
}
.hbrz3 .mains .more {
    text-align: center;
    margin-top: 3rem;
}
.hbrz3 {
	height:auto;
	padding:0 0 3rem 0;
}
.hbrz3 .mains .top .item h3 {
    font-size: 3rem;
    color: #fcff00;
    font-weight: 100;
}
.hbrz3 .mains .top .item p {
    font-size: 1.8rem;
    color: #fff;
	line-height:2;
}
.hbrz3 .mains .bottom .tit1 {
    text-align: center;
    margin: 2rem 0;
}
.n_header .uls {
	display:none;
}
.n_header {
	height:60px;
}
.n_header .logo {
	line-height:60px;
}
.n_header .logo img {
	height:40px;
}
}/* äº§å“ä¸­å¿ƒend */
  
  
  
  /* è§£å†³æ–¹æ¡ˆ */
  
  .solution .top {
	justify-content:space-between;
	align-items:center;
	padding:100px 0 40px;
}
.solution .top .tit {
	font-size:36px;
	color:#333333;
}
.solution .top .nav ul li {
	display:inline-block;
}
.solution .top .nav ul li a {
	font-size:16px;
	color:#999999;
	background-color:#eeeeee;
	display:inline-block;
	padding:8px 20px;
}
.solution .top .nav ul li a.on {
	color:#fff;
	background-color:#942586;
}
.solution .top .nav ul li a:hover {
	color:#fff;
	background-color:#942586;
}
.solution .tab-box {
	background-color:#eeeeee;
}
.solution .tab-box .li {
	flex:1;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	padding:30px 0;
}
.solution .tab-box .li .name {
	font-size:18px;
	color:#333333;
	margin-left:20px;
}
.solution .tab-box .li:hover {
	background-color:#942586;
}
.solution .tab-box .li:hover .name {
	color:#fff;
}
.solution .tab-box .li .hover {
	display:none;
}
.solution .tab-box .li:hover .hover {
	display:block;
}
.solution .tab-box .li:hover .yuan {
	display:none;
}
.solution .tab-box .li.on {
	background-color:#942586;
}
.solution .tab-box .li.on .name {
	color:#fff;
}
.solution .tab-box .li.on .hover {
	display:block;
}
.solution .tab-box .li.on .yuan {
	display:none;
}
.solution  .tab-item {
	padding:40px 60px 60px 60px;
}
.solution  .tab-item .swiper-slide img {
	width:100%;
}
.solution  .tab-item .swiper-slide p {
	font-size:20px;
	color:#fff;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.solution .portext {
	padding:0 60px;
}
.solution .portext .porttext-list {
	justify-content:space-between;
	align-items:center;
	transition:.3s all linear;
	display:none;
}
.solution .portext .porttext-list.open {
	display:flex;
}
.solution .portext .imgbox {
	width:56%;
}
.solution .portext .imgbox img {
	width:100%;
}
.solution .portext .text {
	width:41%;
	position:relative;
	max-height:350px;
	overflow-y:scroll;
}
.solution .portext .text::-webkit-scrollbar {
	width:6px;
	height:1px;
}
.solution .portext .text::-webkit-scrollbar-thumb {
	border-radius:10px;
	box-shadow:inset 0 0 5px rgb(0 0 0 / 20%);
	background:#707070;
}
.solution .portext .text .tit4 {
	font-size:30px;
	color:#333333;
	margin-bottom:10px;
}
.solution .portext .text .tit5 {
	font-size:16px;
	color:#fff;
	background-color:#942586;
	border-radius:5px;
	padding:0 8px;
	display:inline-block;
	line-height:30px;
}
.solution .portext .text .content {
	font-size:16px;
	color:#333333;
	line-height:2;
	margin-top:0.5rem;
	position:relative;
}
.solution .portext .text.stop {
	opacity:0;
	top:80px;
}
.solution .portext .text .content p {
	font-size:16px;
	color:#333333;
	line-height:2;
}
.solution .room-list {
	display:none;
	position:relative;
}
.solution .room-list:first-child {
	display:block;
}
.solution .main .topbox {
	background-color:#fff;
}
.solution .main .topbox .text1 {
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:80px 70px;
}
.solution .main .topbox .imgbox {
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 100px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.solution .main .topbox .imgbox img {
	width:100%;
}
.solution .main .topbox .text1 h3 {
	font-size:30px;
	color:#333333;
	margin-bottom:30px;
}
.solution .main .topbox .text1 p {
	font-size:16px;
	color:#333333;
	line-height:38px;
}
.solution .main .topbox .text1 a {
	font-size:16px;
	color:#fff;
	background-color:#942586;
	display:inline-block;
	padding:7px 25px;
	border-radius:5px;
	margin-top:45px;
}
.solution .main .colorbox {
	background-color:#fff;
	padding:60px 80px;
	margin-top:10px;
}
.solution .main .colorbox .tit {
	font-size:30px;
	color:#333333;
	padding:0 0 40px;
}
.solution .main .colorbox .list .item {
	width:15%;
	margin-right:2%;
	text-align:center;
	float:left;
	margin-bottom:20px;
}
.solution .main .colorbox .list .item:nth-child(6n) {
	margin-right:0;
}
.solution .main .colorbox .list .item img {
	width:100%;
}
.solution .main .colorbox .list .item p {
	font-size:14px;
	color:#333333;
	margin-top:10px;
}
.solution .main .so_effect {
	background-color:#fff;
	padding:60px 80px;
	margin-top:10px;
}
.solution .main .so_effect .tit {
	font-size:30px;
	color:#333333;
	padding:0 0 40px;
}
.solution .main .so_effect .effect_list .img img {
	width:100%;
}
.solution .main .so_effect .swiper-button-prev {
	color:#fff;
	background-color:rgba(0,0,0,.5);
	width:45px;
	height:55px;
	transition:.2s all linear;
	opacity:1;
	left:50px;
}
.solution .main .so_effect .swiper-button-prev::after {
	font-size:25px;
	font-family:å®‹ä½“;
	content:"<";
}
.solution .main .so_effect .swiper-button-next {
	color:#fff;
	background-color:rgba(0,0,0,.5);
	width:45px;
	height:55px;
	transition:.2s all linear;
	opacity:1;
	right:50px;
}
.solution .main .so_effect .swiper-button-next::after {
	font-size:25px;
	font-family:å®‹ä½“;
	content:">";
}
/* .solution .main .so_effect .swiper-button-next.swiper-button-disabled,.solution .main .so_effect .swiper-button-prev.swiper-button-disabled {
	opacity:0.5;
}
*/
	 .solution .main .so_effect .swiper-button-next:hover {
	opacity:1;
}
.solution .main .so_effect .swiper-button-prev:hover {
	opacity:1;
}
.solution .main .videobox {
	margin-top:50px;
}
.solution .main .videobox video {
	width:100%;
}
@media screen and (min-width:200px) and (max-width:1000px) {
	.solution .top {
	padding:3rem 0 2rem;
	flex-wrap:wrap;
}
.solution .top .tit {
	font-size:2.5rem;
	width:100%;
	margin-bottom:15px;
}
.solution .nav {
	width:100%;
}
.solution .top .nav ul li a {
	padding:6px 15px;
	font-size:12px;
}
.solution .tab-box .li {
	flex:0 0 50%;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	padding:15px 0;
}
.solution .tab-box .li .name {
	margin-left:10px;
	font-size:12px;
}
.solution .tab-box .li .icon img {
	height:20px;
}
.solution .tab-box {
	flex-wrap:wrap;
}
.solution .tab-item {
	padding:15px 20px 20px 20px;
}
.solution .tab-item .swiper-slide p {
	font-size:16px;
}
.solution .portext .imgbox {
	width:100%;
}
.solution .portext .text {
	width:100%;
	margin-top:10px;
}
.solution .portext {
	padding:0 20px;
}
.solution .portext .porttext-list {
	flex-wrap:wrap;
}
.solution .portext .text .tit4 {
	font-size:2rem;
}
.solution .portext .text .tit5 {
	font-size:1.4rem;
}
.solution .portext .text .content p {
	font-size:1.2rem;
}
}/* è§£å†³æ–¹æ¡ˆend */
  
  /* å“ç‰Œæ•…äº‹ */
  
  .brand_story .top {
	background-color:#fff;
	padding:60px 70px;
	justify-content:space-between;
	margin:100px 0 65px;
}
.brand_story .top .text {
	width:70%;
}
.brand_story .top .text h3 {
	font-size:36px;
	color:#333333;
	font-weight:bold;
	margin-bottom:20px;
}
.brand_story .top .text p {
	font-size:16px;
	color:#333333;
	line-height:36px;
}
.brand_story .top .imgbox {
	width:19%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.brand_story .top .imgbox img {
	width:100%;
}
.brand_story .slidebox{
	width:100%;
	overflow:auto;
}
.brand_story .slidebox .slide-item {
	flex:1;
	height:700px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 5px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
}
.brand_story .slidebox .slide-item.on {
	flex:3;
	transition:.4s all ease;
}
.brand_story .slidebox .slide-item .info {
	background:rgba(0,0,0,.5);
	display:inline-block;
	padding:50px 50px;
	text-align:center;
	opacity:0;
	transition:.3s all ease;
}
.brand_story .slidebox .slide-item.on .info {
	opacity:1;
}
.brand_story .slidebox .info h3 {
	font-size:25px;
	color:#ffffff;
}
.brand_story .slidebox .info span {
	font-size:25px;
	color:#fff;
	display:inline-block;
}
.open_brand {
	width:100%;
	position:fixed;
	overflow:auto;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
	z-index:999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:150px 0;
	display:none;
}
.open_brand .top {
	position:relative;
}
.open_brand .close {
	position:absolute;
	top:-100px;
	right:0;
	display:inline-block;
	border:1px solid #000;
	font-size:24px;
	padding:2px 20px 4px 20px;
	color:#000;
	font-family:unset;
	letter-spacing:1px;
	border-radius:5px;
	cursor:pointer;
}
.open_brand .top .tong {
	position:absolute;
	bottom:0;
	right:0;
	text-align:center;
}
.open_brand .top .tong span {
	font-size:40px;
	font-family:'å®‹ä½“';
	display:inline-block;
	transform:rotate(90deg);
}
.open_brand .c_title{
	padding-right:60px;
}
.open_brand .c_title h3 {
	font-size:36px;
	color:#333333;
	margin-bottom:15px;
}
.open_brand .c_title p {
	font-size:16px;
	color:#666666;
	line-height:2;
}
.open_brand .tags {
	padding:20px 0 0 0;
}
.open_brand .tags span {
	border:1px solid #b3b3b3;
	font-size:14px;
	padding:3px 15px;
	display:inline-block;
	color:#b3b3b3;
	border-radius:10px;
	margin-right:15px;
}
.open_brand .brand_img {
	padding:60px 0;
}
.open_brand .brand_img img {
	width:100%;
}
.open_brand .effect_img {
	margin-top:35px;
}
.open_brand .effect_img .swiper-slide {
	width:85%;
}
.open_brand .effect_img .swiper-slide img {
	width:100%;
}
.open_brand .effect_img .swiper-button-prev {
	left:10%;
	color:#fff;
}
.open_brand .effect_img .swiper-button-prev::after {
	font-size:30px;
}
.open_brand .effect_img .swiper-button-next {
	right:10%;
	color:#fff;
}
.open_brand .effect_img .swiper-button-next::after {
	font-size:30px;
}
.open_brand .sgvideo {
	padding:115px 0 100px;
}
.open_brand .sgvideo video {
	width:100%;
}
.open_brand .standard .item {
	background-color:#f6f6f6;
	width:50%;
	float:left;
	text-align:center;
	padding:40px 0;
}
.open_brand .standard .item h3 {
	font-size:24px;
	color:#333333;
	font-weight:bold;
	margin-bottom:15px;
}
.open_brand .standard .item p {
	font-size:16px;
	color:#333333;
}

/* ç¾Žæ¶‚å£«å¤§å­¦ */
.xy1{
	margin-bottom: -90px;
}
.xy1 .xy1img{
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
}

.xy1 .lwz{
	width: 55%;
	padding: 30px 20px 0 0;
	display: inline-block;
}
.xy1 .lwz h3{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.xy1 .lwz p{
	font-size: 16px;
	line-height: 2;
}
.xy1 .img{
	display: inline-block;
	transform: translateY(-180px);
}

.xy_orientation .top{
	text-align: center;
}
.xy_orientation .top h3{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
.xy_orientation .top p{
	font-size: 16px;
	color: #2c2c2c;
	line-height: 1.5;
}
.xy_orientation .list{
	justify-content: space-between;
}
.xy_orientation .list .item{
	width: 23%;
	box-shadow: 5px 5px 10px #c1bfbf;
	position: relative;
	border: 1px solid #eaeaea;
}
.xy_orientation .list .item .img img{
	width: 100%;
}
.xy_orientation .list .item .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 5px 0 20px;
}
.xy_orientation .list .item .mask .topt{
	font-size: 16px;
	color: #010101;
	margin: 10px 0;
}
.xy_orientation .list .item .mask .info p{
	font-size: 14px;
	color: #2b2b2b;
	line-height: 1.5;
}
.xy_orientation .list{
	padding: 35px 0;
}
.milepost{
	padding: 25px 0 60px;
}
.milepost .top{
	text-align: center;
}
.milepost .top h3{
	font-size: 36px;
	font-weight: bold;
}
.milepost .mpswiper{
	margin-top: 45px;
}
.milepost .mpswiper .swiper-slide{
	position: relative;
}
.milepost .mpswiper .swiper-slide .img img{
	width: 100%;
}
.milepost .mpswiper .swiper-slide .if{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	padding: 10px 0;
}
.milepost .mpswiper .swiper-slide .if p{
	font-size: 48px;
	color: #fff;
}

.milepost .mpswiper .swiper-button-next,.milepost .mpswiper .swiper-button-prev{
	bottom: 25px;
	top: auto;
	
}
.milepost .mpswiper .swiper-button-next{
	background:url(../images/right_ic.png) no-repeat center;
	width: 62px;
	height: 30px;
	background-size: cover;
	right: 40%;
}
.milepost .mpswiper .swiper-button-next::after{
	content: '';
}
.milepost .mpswiper .swiper-button-prev{
	background:url(../images/left_ic.png) no-repeat center;
	width: 62px;
	height: 30px;
	background-size: cover;
	left: 40%;
}
.milepost .mpswiper .swiper-button-prev::after{
	content: '';
}

.milepost .sj{
	padding: 70px 0 0 0;
}
.milepost .sj ul{
	    display: flex;
	    display: -webkit-flex;
	    display: -ms-flexbox;
		flex-wrap: wrap;
}
.milepost .sj ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
	margin-bottom: 30px;
}
.milepost .sj ul li:nth-child(3n){
	margin-right: 0;
}

.milepost .sj ul li .top{
	align-items: center;
	border-bottom: 3px solid #000;
	padding: 0 0 20px 0;
}

.milepost .sj ul li .top span{
	font-size: 30px;
	font-weight: bold;
	margin-left: 15px;
}

.milepost .sj ul li .info{
	font-size: 15px;
	line-height: 2;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 200px;
	overflow: hidden;
}

.xy_project .tit{
	text-align: center;
}
.xy_project .tit h3{
	font-size: 36px;
	font-weight: bold;
}
.xy_project .xypj_nav {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
.xy_project .xypj_nav a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    padding: 26px 15px 20px 15px;
    margin: 0 20px;
    position: relative;
}
.xy_project .xypj_nav a::after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #535353;
    left: 0;
    bottom: -1px;
    content: '';
    display: none;
}
.xy_project .xypj_nav a:hover::after{
	display: block;
}
.xy_project .xypj_nav a.on::after {
    display: block;
}
.xy_project .xypj_list{
	
}
.xy_project .xypj_list ul li{
	border: 1px solid #eaeaea;
	width: 49%;
	margin-right: 2%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	margin-top: 50px;
}
.xy_project .xypj_list ul li:nth-child(2n){
	margin-right: 0;
}

.xy_project .xypj_list ul li .img{
	width: 50%;
}
.xy_project .xypj_list ul li .img img{
	width: 100%;
}
.xy_project .xypj_list ul li .info{
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 40px 0 40px;
}

.xy_project .xypj_list ul li .info .tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.xy_project .xypj_list ul li .info{
	font-size: 14px;
	color: #2b2b2b;
	line-height: 1.5;
}


/* ç¾Žæ¶‚å£«å¤§å­¦end */



@media screen and (min-width:200px) and (max-width:1000px) {
	.brand_story .top {
	padding:2rem 1rem;
	justify-content:space-between;
	margin:4rem 0 3rem;
	flex-wrap:wrap;
}
.brand_story .top .text {
	width:100%;
}
.brand_story .top .text h3 {
	font-size:2.2rem;
}
.brand_story .top .text p {
	font-size:1.2rem;
	line-height:2;
}
.brand_story .top .imgbox {
	width:100%;
}
.brand_story .slidebox-mob .img {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 5px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	height:300px;
}
.brand_story .slidebox-mob .info {
	background:rgba(0,0,0,.5);
	padding:3rem 3rem;
	text-align:center;
	transition:.3s all ease;
}
.brand_story .slidebox-mob .info h3 {
	font-size:1.7rem;
	color:#ffffff;
}
.brand_story .slidebox-mob .info span {
	font-size:2rem;
	color:#fff;
	display:inline-block;
}
.open_brand {
	padding:6rem 0;
}
.open_brand .c_title {
    padding-right: 0;
}
.open_brand .c_title h3 {
	font-size:2.2rem;
}
.open_brand .c_title p {
	font-size:1.3rem;
}
.open_brand .top .tong {
	display:none;
}
.open_brand .tags span {
	font-size:12px;
	margin:0 10px 10px 0;
}
.open_brand .brand_img {
	padding:3rem 0;
}
.open_brand .sgvideo {
	padding:3rem 0;
}
.open_brand .standard .item {
	padding:2.5rem 0;
	width:100%;
}
.open_brand .standard .item h3 {
	font-size:2rem;
	margin-bottom:10px;
}
.open_brand .standard .item p {
	font-size:1.4rem;
}
.open_brand .close {
	position:absolute;
	top:-50px;
	right:0;
	display:inline-block;
	border:1px solid #666;
	font-size:1.5rem;
	padding:2px 10px 4px 10px;
	color:#666;
	font-family:unset;
	letter-spacing:1px;
	border-radius:5px;
	cursor:pointer;
}
.solution .main .topbox {
	flex-wrap:wrap;
}
.solution .main .topbox .text1 {
	width:100%;
	padding:20px 15px;
}
.solution .main .topbox .text1 h3 {
	font-size:2.2rem;
	margin-bottom:15px;
}
.solution .main .topbox .text1 p {
	font-size:1.2rem;
	line-height:2;
}
.solution .main .topbox .text1 a {
	font-size:1.2rem;
	color:#fff;
	background-color:#942586;
	display:inline-block;
	padding:7px 25px;
	border-radius:5px;
	margin-top:2rem;
}
.solution .main .topbox .imgbox {
	width:100%;
	padding:15px;
}
.solution .main .colorbox {
	padding:15px 15px;
}
.solution .main .colorbox .list .item {
	width:32%;
	margin-right:2%!important;
}
.solution .main .colorbox .list .item:nth-child(3n) {
	margin-right:0!important;
}
.solution .main .colorbox .list .item p {
	font-size:1.2rem;
}
.solution .main .colorbox .tit {
	font-size:2rem;
	color:#333333;
	padding:0 0 15px;
}
.solution .main .so_effect {
	padding:15px 15px;
}
.solution .main .so_effect .tit {
	font-size:2rem;
	color:#333333;
	padding:0 0 15px;
}
.solution .main .so_effect .swiper-button-next {
	color:#fff;
	background-color:rgba(0,0,0,.5);
	width:35px;
	height:45px;
	transition:.2s all linear;
	opacity:1;
	right:10px;
}
.solution .main .so_effect .swiper-button-prev {
	color:#fff;
	background-color:rgba(0,0,0,.5);
	width:35px;
	height:45px;
	transition:.2s all linear;
	opacity:1;
	left:10px;
}
.solution .main .so_effect .swiper-button-next::after {
	font-size:20px;
	font-family:å®‹ä½“;
	content:">";
}
.solution .main .so_effect .swiper-button-prev::after {
	font-size:20px;
	font-family:å®‹ä½“;
	content:"<";
}
.solution .main .videobox {
	margin-top:2rem;
}
.fenggelist .fg-item {
	padding:3rem 0;
	border-bottom:15px solid #d2d2d2;
}
.fenggelist .bottom {
	padding:3rem 0 0 0;
}
.fenggelist .abjj {
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background:#eeefef;
}
.fenggelist .bigPic {
	width:100%;
	padding-top:1.5rem;
}
.fenggelist .top {
	flex-wrap:wrap;
}
.fenggelist .abjj .wz {
	padding:2rem;
}
.fenggelist .abjj .wz h3 {
	font-size:2.1rem;
	color:#333333;
	margin-bottom:1.5rem;
}
.fenggelist .abjj .wz p {
	font-size:1.2rem;
	color:#333333;
	line-height:2;
}
.fenggelist .bottom .f-item {
	float:left;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.fenggelist .bottom .f-item .atit {
	color:#fff;
	font-weight:bold;
	background-color:#85878b;
	font-size:1.3rem;
	padding:5px 0;
	text-align:center;
}
}/* å“ç‰Œæ•…äº‹end */
  
  /* è‰²å½©ä¸­å¿ƒ */
  
  .color_plate .title {
	text-align:center;
	padding:90px 0 40px;
}
.color_plate .title h3 {
	font-size:36px;
	color:#333333;
	font-weight:bold;
}
.color_plate .title .wh_col {
	padding:40px 0 0 0;
	border-bottom:1px solid #dcdcdc;
}
.color_plate .title ul li {
	display:inline-block;
	margin:0 15px;
}
.color_plate .title ul li a {
	font-size:16px;
	color:#333333;
	padding:0 0 20px 0;
	display:block;
}
.color_plate .title ul li a:hover {
	border-bottom:3px solid #535353;
}
.color_plate .title ul li.on a {
	border-bottom:3px solid #535353;
}
.color_plate .clistnav ul {
	justify-content:space-between;
}
.color_plate .clistnav ul li {
	width:15.5%;
	position:relative;
	overflow:hidden;
}
.color_plate .clistnav ul li .img {
	position:relative;
}
.color_plate .clistnav ul li .img img {
	width:100%;
	transition:.3s all ease;
}
.color_plate .clistnav ul li:hover .img img {
	transform:scale(1.1);
}
.color_plate .clistnav ul li .kuang {
	position:absolute;
	width:85%;
	height:85%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border:1px solid #fff;
	transition:.3s all ease;
	transform:scale(1.5);
}
.color_plate .clistnav ul li:hover .kuang {
	transform:scale(1);
}
.color_plate .clistnav ul li.on .kuang {
	transform:scale(1);
}
.color_plate .clistnav ul li.on .img img {
	transform:scale(1.1);
}
.color_plate .clistnav ul li p {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	transform:.3s all ease;
}
.color_plate .bigPic {
	padding:35px 0;
}
.color_plate .bigPic .img img {
	width:100%;
}
.jj_plate .title {
	text-align:center;
	padding:90px 0 40px;
}
.jj_plate .title h3 {
	font-size:36px;
	color:#333333;
	font-weight:bold;
}
.jj_plate .title .wh_col {
	padding:40px 0 0 0;
	border-bottom:1px solid #dcdcdc;
}
.jj_plate .title ul li {
	display:inline-block;
	margin:0 15px;
}
.jj_plate .title ul li a {
	font-size:16px;
	color:#333333;
	padding:0 0 20px 0;
	display:block;
}
.jj_plate .title ul li a:hover {
	border-bottom:3px solid #535353;
}
.jj_plate .title ul li.on a {
	border-bottom:3px solid #535353;
}
.jj_plate .j_plateitem {
	position:relative;
}
.jj_plate .j_plateitem .j_mainimg img {
	width:100%;
}
.jj_plate .j_plateitem .jfix_nav {
	position:absolute;
	bottom:0;
	z-index:9;
	left:0;
	width:100%;
}
.jj_plate .j_plateitem .jfix_nav ul {
	justify-content:center;
}
.jj_plate .j_plateitem .jfix_nav ul li a {
	font-size:16px;
	color:#666666;
	display:inline-block;
	background:rgba(255,255,255,.3);
	padding:10px 50px;
	margin:0 2px;
}
.jj_plate .j_plateitem .jfix_nav ul li a:hover {
	background:rgba(255,255,255,.8);
}
.jj_plate .j_plateitem .jfix_nav ul li.on a {
	background:rgba(255,255,255,.8);
}
.col-list {
	padding:105px 0 0 0;
}
.col-list .title h3 {
	font-size:36px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.col-list .search_z{
	display:flex;
}
.col-list .search_z form {
	display:flex;
}
.col-list .search_z input[type=text] {
	border:1px solid #d2d2d2;
	background:#eeeeee;
	font-size:16px;
	color:#999999;
	width:450px;
	height:50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:15px;
	display:inline-block;
	vertical-align:middle;
	border-right:0;
	outline:none;
}
.col-list .search_z input[type=submit] {
	background-image:url(../images/fdj2.png);
	background-position:center;
	background-repeat:no-repeat;
	width:60px;
	height:50px;
	background-color:#eeeeee;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #d2d2d2;
	border-left:0;
	outline:none;
	cursor:pointer;
}
.col-list .search_sub {
	justify-content:space-between;
	padding:40px 0;
}
.col-list .search_sub .colduibi {
	width:60%;
	align-items:center;
	
}
.col-list .search_sub .colduibi span {
	color:#333;
	font-size:16px;
}
.col-list .search_sub .colduibi .colful{
	width:80%;
	overflow:auto;
}
.col-list .search_sub .colduibi .colful::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width:6px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height:1px;
}
.col-list .search_sub .colduibi .colful::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius:10px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background:#707070;
}
.col-list .search_sub .colduibi .colful::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	border-radius:10px;
	background:#ededed;
}
.col-list .search_sub .colduibi .itlist {
	width:120px;
	height:40px;
	background:#667ba6;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 0 0 10px;
	position:relative;
	margin:0 10px 0 0;
	flex:0 0 15%;
}
.col-list .search_sub .colduibi .itlist p {
	font-size:14px;
	color:#fff;
	line-height:40px;
}
.col-list .search_sub .colduibi .itlist .cheng {
	position:absolute;
	right:10px;
	font-size:14px;
	color:#fff;
	top:10px;
	cursor:pointer;
}
.color_show {
	padding:70px 0;
	transition:all .5s ease;
}
.color_show .color_name .topname h3 #name {
	font-size:70px;
	width:80px;
	color:#fff;
	display:inline-block;
}
.color_show .color_name .topname h3 #pinyin {
	font-size:30px;
	position:relative;
	transform:rotate(90deg) translate(50%,50%);
	display:inline-block;
	color:#fff;
	vertical-align:top;
	top:0;
	right:0;
}
.color_show .color_name {
	flex-direction:column;
	justify-content:space-between;
}
.color_show .color_name .bottomc .rgbs h3 {
	font-size:30px;
	color:#fff;
	padding:8px 0;
	display:inline-block;
	border-bottom:1px solid #94a3c1;
}
.color_show .color_name .bottomc .ctext {
	font-size:16px;
	color:#fff;
	margin-top:15px;
}
.color_show .color_name .bottomc .rgbs span {
	font-size:16px;
	color:#fff;
	position:relative;
	bottom:20px;
}
.color_show .container {
	justify-content:space-between;
}
.color_show .allcolor {
	width:68%;
	overflow:auto;
}
.color_show .allcolor::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width:6px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height:1px;
}
.color_show .allcolor::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius:10px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background:#707070;
}
.color_show .allcolor::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	border-radius:10px;
	background:#ededed;
}
.color_show .allcolor .clis {
	width:5%;
	height:130px;
	text-align:center;
	box-sizing:border-box;
	padding:5px 0 0 0;
	margin:4px 2px;
	display:inline-block;
	position:relative;
	cursor:pointer;
	vertical-align:top;
}
.color_show .allcolor .clis span {
	display:inline-block;
	font-size:17px;
	width:17px;
	color:#fff;
}
.color_show .allcolor .clis .add {
	font-size:20px;
	color:#fff;
	position:absolute;
	bottom:5px;
	width:100%;
	text-align:center;
}
@media screen and (min-width:200px) and (max-width:1000px) {
	.color_plate .title h3 {
	font-size:2.2rem;
	color:#333333;
	font-weight:bold;
}
.color_plate .title .wh_col {
	padding:3rem 0 0 0;
	border-bottom:1px solid #dcdcdc;
}
.color_plate .title {
	text-align:center;
	padding:3rem 0 3rem;
}
.color_plate .title ul li a {
	font-size:1.3rem;
	color:#333333;
	padding:0 0 10px 0;
	display:block;
}
.color_plate .clistnav ul li {
	flex:0 0 50%;
	position:relative;
	overflow:hidden;
}
.color_plate .clistnav ul {
	justify-content:space-between;
	width:100%;
	overflow:auto;
}
.color_plate .clistnav ul li p {
	font-size:1.5rem;
}
.jj_plate .title {
	padding:3rem 0 3rem;
}
.jj_plate .title h3 {
	font-size:2.2rem;
	color:#333333;
	font-weight:bold;
}
.jj_plate .title .wh_col ul {
	display:flex;
	justify-content:center;
}
.jj_plate .title ul li a {
	font-size:1.5rem;
	color:#333333;
	padding:0 0 15px 0;
	display:block;
}
.jj_plate .j_plateitem .jfix_nav ul li a {
	font-size:1.3rem;
	color:#000;
	display:inline-block;
	background:rgba(255,255,255,.3);
	padding:8px 20px;
	margin:0 2px;
}
.col-list {
	padding:3rem 0 0 0;
}
.col-list .title h3 {
	font-size:2.2rem;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.col-list .search_z input[type=text] {
	border:1px solid #d2d2d2;
	background:#eeeeee;
	font-size:14px;
	color:#999999;
	width:85%;
	height:40px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:15px;
	display:inline-block;
	vertical-align:middle;
	border-right:0;
	outline:none;
}
.col-list .search_z input[type=submit] {
	background-image:url(../images/fdj2.png);
	background-position:center;
	background-repeat:no-repeat;
	width:15%;
	height:40px;
	background-color:#eeeeee;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #d2d2d2;
	border-left:0;
	background-size:20px 20px;
}
.col-list .search_sub {
	justify-content:space-between;
	padding:40px 0;
	flex-wrap:wrap;
}
.col-list .search_sub .search_z {
	width:100%;
}
.col-list .search_sub .colduibi {
	display:none;
}
.color_show .color_name .topname h3 #name {
	font-size:40px;
	width:40px;
	color:#fff;
	display:inline-block;
}
.color_show .color_name .topname h3 #pinyin {
	font-size:25px;
	position:relative;
	display:inline-block;
	color:#fff;
	vertical-align:top;
	top:0;
	right:0;
	display:none;
}
.color_show .allcolor .clis {
	width:15%;
	height:100px;
	text-align:center;
	box-sizing:border-box;
	padding:10px 0 0 0;
	margin:4px 2px;
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.color_show .color_name .bottomc .rgbs h3 {
	font-size:25px;
	color:#fff;
	padding:8px 0;
	display:inline-block;
	border-bottom:1px solid #94a3c1;
}
.color_show .color_name .bottomc .rgbs span {
	font-size:12px;
	color:#fff;
	position:relative;
	bottom:20px;
}
.color_show .color_name .bottomc .ctext {
	font-size:12px;
	color:#fff;
	margin-top:15px;
}
.color_show .allcolor .clis span{
	font-size: 12px;
}
#fp-nav2 {
	display:none;
}
.pshow .top {
	justify-content:space-between;
	padding:3rem 0 3rem;
	flex-wrap:wrap;
}
.pshow .top .tit {
	width:100%;
	font-size:1.4rem;
}
.pshow .top .nav a {
	font-size:12px;
	padding:6px 20px;
	margin-left:0;
	margin-right:5px;
}
.pshow .top .nav {
	padding:10px 0;
}
.pshowmain {
	justify-content:space-between;
	flex-wrap:wrap;
}
.pshowmain .proleft {
	width:100%;
	background:#fff;
	position:relative;
}
.pshowmain .proright {
	width:100%;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
}
.pshowmain .proright .name {
	font-size:2.2rem;
	color:#333333;
	border-bottom:1px solid #eeeeee;
	padding-bottom:20px;
}
.pshowmain .proright .guige p {
	font-size:1.4rem;
	color:#666666;
	line-height:3;
}
.pshowmain .proright .guige p .b{
	font-size:1.4rem;
}
.pshowmain .proright .desc p {
	font-size:1.4rem;
	color:#666666;
	line-height:1.5;
}
.pshowmain .proright .call {
	padding:3rem 0 2rem;
}
.pshowmain .proright .call span {
	color:#666666;
	font-size:1.3rem;
}
.pshowmain .proright .call h3 {
	font-size:2.2rem;
	color:#8b137c;
}
.pshowmain .proright .onmessage .govr {
	background-color:#942586;
	color:#fff;
	font-size:1.4rem;
	padding:10px 15px;
	display:inline-block;
	border-radius:5px;
}
.pshowmain .proright .onmessage .govr span {
	vertical-align:middle;
	font-size:1.4rem;
	margin-left:10px;
}
.pshowmain .proright .onmessage .onMess {
	font-size:1.4rem;
	color:#888888;
	background-color:#eeeeee;
	padding:10px 15px;
	border-radius:5px;
	margin-left:5px;
}
.prodesc {
	background-color:#fff;
	padding:30px 20px;
	margin-top:2rem;
}
.prodesc .desc-item {
	padding-bottom:4rem;
}
.prodesc .desc-item .tit {
	font-size:1.4rem;
	color:#ffffff;
	background-color:#942586;
	display:inline-block;
	padding:8px 25px;
}
.prodesc .desc-item .info iframe{
	width:100%!important;
	height:100vw;
}
.pshowmain .proleft .swiper-button-next {
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
	height:40px;
	background:#e5e5e5;
	top:auto;
}
.pshowmain .proleft .swiper-button-prev {
	position:absolute;
	bottom:0;
	right:50px;
	width:50px;
	height:40px;
	background:#e5e5e5;
	top:auto;
	left:auto;
}
.pshowmain .proleft .swiper-button-next::after {
	font-size:15px;
	color:#343434;
}
.pshowmain .proleft .swiper-button-prev::after {
	font-size:15px;
	color:#343434;
}
}/* è‰²å½©ä¸­å¿ƒend */
  
  /* ç¤¾ä¼šè´£ä»» */
  
  /* ç¤¾ä¼šè´£ä»»end */
  
  /* é¦–é¡µcss */
.cust_title {
	text-align:center;
	padding:60px 0 55px;
}
.cust_title h3 {
	font-size:40px;
	color:#2c2c2c;
	font-weight:bold;
}
.cust_title h1 {
	font-size:40px;
	color:#2c2c2c;
	font-weight:bold;
}
.cust_title p {
	font-size:28px;
	color:#2c2c2c;
	margin:20px  0 35px 0;
	font-weight:lighter;
}
.cust_title a {
	font-size:16px;
	color:#737373;
	display:inline-block;
	position:relative;
	transition:.5s all ease-in-out;
}
.cust_title a .txt {
    position: absolute;
    font-size: 16px;
    left: 0;
    right: 0;
    top: 13px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #fff;
}
.cust_title a img{
	width:96px;
}
.cust_title a:hover {
	transform: translateY(-15px);
}
.cust_title2 p {
	margin:15px 0 0 0;
}
.index_product{
	padding:0 0 100px 0;
	box-shadow: 3px 6px 46px #e7e7e7;

}
.index_product .pro_swip {
	position:relative;
	justify-content:space-between;
}
.index_product .pro_swip .item{
	width:24%;
	text-align:center;
}
.index_product .pro_swip .img {
	overflow:hidden;
}
.index_product .pro_swip .tmore {
	display: block;
    line-height: 1;
    position: relative;
	font-size:15px;
}
.index_product .pro_swip .tmore span {
    transition: .5s ease-in-out;
}
.index_product .pro_swip .tmore span:hover{
	transform: translateY(-10px);
}
.index_product .pro_swip .tmore span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    position: relative;
    color: #942586;
	font-size:15px;
}
.index_product .pro_swip .tmore span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #942586;
}
.index_product .pro_swip img {
	width:100%;
	transition:.3s all linear;
}
.index_product .pro_swip .img img:hover {
	transform:scale(1.1);
}
.index_product .pro_swip .swiper-button-prev,.index_product .pro_swip .swiper-button-next {
	width:70px;
	height:75px;
	background:rgba(0,0,0,.1);
	color:#fff;
	transition:.3s all ease;
}
.index_product .pro_swip .swiper-button-prev:hover,.index_product .pro_swip .swiper-button-next:hover {
	background:#000;
}
.index_product .pro_swip .swiper-button-prev::after {
	font-size:35px;
	font-family:å®‹ä½“;
	content:'<';
}
.index_product .pro_swip .swiper-button-next::after {
	font-size:35px;
	font-family:å®‹ä½“;
	content:'>';
}
.index_product .pro_swip .swiper-button-prev {
	left:-100px;
}
.index_product .pro_swip .swiper-button-next {
	right:-100px;
}
.index_about{
	padding:0 0 60px 0;
	box-shadow: 3px 6px 26px #e7e7e7;
}
.index_about .i_about img {
	width:100%;
}

.index_server .images img{
	width:100%;
}
.index_server .servercenter{
	font-size:0;
	padding: 0 3rem;
}
.index_server .servercenter .items{
	display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    padding-top: 3.25rem;
    padding-bottom: 2rem;
    color: #999999;
}
.index_server .servercenter .items .imgs{
	display: inline-block;
    border-radius: 50%;
	box-shadow: 0 0 15px 5px rgb(148 37 134 / 20%);
	transition: .5s ease-in-out;
	background: #942586;
}
.index_server .servercenter .items .imgs:hover{
	transform:scale(1.05);
}
.index_server .servercenter .items .tit{
	font-size:16px;
	color:#666;
	font-weight:bold;
	margin-top: 0.5rem;
	line-height: 1.6;
}
.index_server .servercenter .items .txt{
	font-size:16px;
	color:#999999;
	font-weight:bold;
	line-height: 1.6;
	margin-top: 0.25rem;
}
.index_server .serverbottom{
	padding: 0 3rem;
}
.index_server .serverbottom .images img{
	width:100%;
}
.index_server{
	padding:0 0 60px 0;
	box-shadow: 3px 6px 26px #e7e7e7;
}
.index_gy .v-about-top .images img{
	width:100%;
}
.index_gy .v-about-top{
	margin-bottom: 3.25rem;
}
.index_gy .v-video-bottom{
	padding:0 2rem;
}
.index_gy .v-video-bottom .list{
	justify-content:space-between;
}
.index_gy .v-video-bottom .list .items{
	width:28%;
	cursor:pointer;
	transition: .5s ease-in-out;
}

.index_gy .v-video-bottom .list .items .imgs{
	margin-bottom: 0.65rem;
	transition: .5s ease-in-out;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.index_gy .v-video-bottom .list .items .imgs:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background-image:url(../images/play3.png);
	background-repeat:no-repeat;
	background-size:50px 50px;
	background-color:rgba(0,0,0,.5);
	background-position:center;
}
.index_gy .v-video-bottom .list .items:hover .imgs{
	transform:scale(1.05);
}

.index_gy .v-video-bottom .list .items .imgs img{
	width:100%;
}
.index_gy .v-video-bottom .list .items .span{
	font-size:16px;
	color:#555555;
	text-align:center;
	font-weight:bold;
}
.index_gy{
	padding:0 0 60px 0;
	box-shadow: 3px 6px 26px #e7e7e7;
}
.treehome-culture{
	padding-top: 2.4rem;
    padding-bottom: 2.5rem;
	box-shadow: 0 10px 20px 10px rgb(0 0 0 / 5%) inset;

}
.treehome-tits {
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center;
	font-size:28px;
	font-weight:bold;
}
.treehome-culture .items{
	position:relative;
	overflow:hidden;
}
.treehome-culture .items .images{
	width:82%;
}
.treehome-culture .lists:nth-child(2) .items .images{
	float:right;
}
.treehome-culture .items .images img{
	width:100%;
}
.treehome-culture .items .words{
	position:absolute;
	right:0;
	width:636px;
	background-image:url(../images/ii1.png);
	background-repeat:no-repeat;
	top:50%;
	    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	height: 307px;
	background-size:100% auto;
	padding: 2rem 2rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.treehome-culture .lists:nth-child(2) .items .words{
	right:auto;
	left:0;
}
.treehome-culture .items .words .tit{
	font-size:28px;
	color:#333333;
	font-weight:bold;
}
.treehome-culture .items .words .txt{
	overflow-y: auto;
	margin-top: 0.8rem;
    margin-bottom: 1.75rem;
	padding-right: 15px;
	color: #777777;
	font-size:16px;
	    max-height: 105px;
	line-height: 1.875;
}
.treehome-culture .items .words .txt p{
	font-size:16px;
	line-height: 1.875;
	color:#333;
}
.treehome-culture .items .more a{
	font-size:16px;
	color:#333333;
	display:inline-block;
	position:relative;
	padding-right:20px;
}
.treehome-culture .items .more a:after{
	position:absolute;
	background-image:url(../images/go1.png);
	background-repeat:no-repeat;
	right:0;
	content:'';
	height:18px;
	width:14px;
	top:0;
	bottom:0;
	margin:auto;
}
.treehome-culture .items .words .txt::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.treehome-culture .items .words .txt::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.treehome-culture .items .words .txt::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
}
.treehome-culture .lists:nth-child(2) {
    margin-top: 2.25rem;
}
.psw_more{
	font-size: 16px;
    color: #737373;
    display: inline-block;
    position: relative;
    transition: .5s all ease-in-out;
	    margin: 0 auto;
    margin-bottom: 0.7rem;
    margin-top: 1.7rem;
	text-align:center;
}
.psw_more:hover{
	transform: translateY(-10px);
}
.psw_more img {
    width: 96px!important;
}
.psw_more .txt {
    position: absolute;
    font-size: 16px;
    left: 0;
    right: 0;
    top: 13px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #fff;
}

.index_color .col_list .item {
	width:32.5%;
	overflow:hidden;
	border-radius:15px;
}
.index_color .col_list .item img {
	width:100%;
	transition:all .3s ease-in-out;
	cursor:pointer;
}
.index_color .col_list .item img:hover {
	transform:scale(1.1);
}
.index_color .tips {
	font-size:18px;
	color:#333333;
	letter-spacing:40px;
	text-align:center;
	margin:50px 0 0 0;
}
.index_vr .showvr iframe {
	height:800px;
}
.index_hb .hbg img {
	width:100%;
}
.i_newlist {
	}.i_newlist .item {
	float:left;
	width:31.5%;
	margin-right:2.75%;
	transition:.3s all ease;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.newlist .i_newlist .item {
	margin-bottom:50px;
}
.i_newlist .item:hover {
	transform:translateY(-20px);
}
.i_newlist .item:nth-child(3n) {
	margin-right:0;
}
.i_newlist .item .img {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:350px;
}
.i_newlist .item .info h3 {
	font-size:20px;
	color:#292929;
	margin-bottom:25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.i_newlist .item .info p {
	font-size:16px;
	color:#666666;
	line-height:35px;
	height:70px;
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
}
.i_newlist .item .info {
	padding:25px 0;
	border-bottom:1px solid #e5e5e5;
}
.i_newlist .item .more {
	justify-content:space-between;
	padding:15px 0;
}
.i_newlist .item .more .more1 {
	font-size:16px;
	color:#999999;
}
.i_newlist .item:hover .info h3 {
	color:#942586;
}
.index_news .checkmore {
	text-align:center;
	padding:40px 0 0 0;
}
.index_news .checkmore a {
	font-size:16px;
	color:#737373;
	display:inline-block;
	position: relative;
    transition: .5s all ease-in-out;
}
.index_news .checkmore a .txt {
    position: absolute;
    font-size: 16px;
    left: 0;
    right: 0;
    top: 13px;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #fff;
}
.index_news .checkmore a:hover {
	transform: translateY(-15px);
}
.newshow .title {
	text-align:center;
	padding:35px 0 25px 0;
}
.newshow .title h3 {
	font-size:24px;
	color:#4c4c4c;
}
.newshow .title p {
	font-size:14px;
	color:#4c4c4c;
	padding-top:20px;
}
.newshow .title p a{
	font-size:14px;
	color:#4c4c4c;
}
.newshow .content {
	font-size:16px;
	line-height:2;
	width:80%;
	margin:auto;
}
.newshow .content * {
	font-size:16px;
	line-height:2;
}
.newshow .content img{
	max-width:100%;
}
.page_next {
	text-align:center;
	padding:30px 0;
}
.page_next a {
	border:1px solid #848484;
	display:inline-block;
	padding:5px 25px;
	font-size:14px;
	color:#4c4c4c;
	margin:0 15px;
}
.video .main_video .top {
	justify-content:space-between;
	align-items:center;
	padding:100px 0 40px;
}
.video .main_video .top .slideq {
	}.video .main_video .top .slideq .next {
	margin-right:10px;
	cursor:pointer;
}
.video .main_video .top .slideq .prev {
	cursor:pointer;
}
.video .main_video .tit {
	font-size:36px;
	color:#333333;
}
.video .main_video .videolist .videoplay {
	width:83%;
	float:left;
	position:relative;
}
.video .main_video .videolist .videoplay video {
	width:100%;
	height:700px;
	
}
.video .main_video .videolist .vlist {
	width:16%;
	float:right;
	height:700px;
	overflow:hidden;
	position:relative;
}
.video .main_video .videolist .vlist .img {
	cursor:pointer;
}
.video .main_video .videolist .vlist .img img {
	width:100%;
}
.video .main_video .videolist .vlist .img p {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	color:#fff;
}
.video .main_video .videolist .videoplay .play {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:65px;
	height:65px;
	cursor:pointer;
	background: #000;
    border-radius: 50%;
}
/* ç™»å½• */

.loginbox {
	padding:115px 0 0 0;
}
.loginbox .title {
	text-align:center;
}
.loginbox .title h3 {
	font-size:36px;
	color:#333333;
	font-weight:bold;
}
.loginbox .title p {
	font-size:16px;
	color:#666666;
	margin:20px 0 38px;
}
.loginbox .formbox .form_item {
	border:1px solid #d2d2d2;
	background:#fff;
	display:inline-block;
	margin:10px 0;
}
.loginbox .formbox .form_item input {
	height:50px;
	width:450px;
	border:0;
	font-size:14px;
	color:#888888;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:10px;
	outline:none;
}
.loginbox .formbox .form_item input:-webkit-autofill {
			-webkit-box-shadow: 0 0 0px 1000px #fff inset;
			-webkit-text-fill-color: #000;
		}
.loginbox .formbox {
	text-align:center;
	width:500px;
	margin:auto;
}
.loginbox .formbox .form_item {
	width:100%;
}
.loginbox .formbox .tips p {
	font-size:14px;
	color:#d0d0d0;
	text-align:right;
}
.loginbox .formbox .submit {
	padding:35px 0 0 0;
}
.loginbox .formbox .submit input {
	width:100%;
	height:50px;
	background:#333333;
	color:#fff;
	font-size:16px;
	border:0;
}
.searchlist ul li .img{
	height:300px;
	overflow:hidden;
}
.zblist ul{
	padding:50px 0 40px;
}
.zblist .news-item{
	overflow:hidden;
	position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 10px 0;
	width:49%;
	float:left;
	margin-right:2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #ccc;
}
.zblist .news-item .hover{
	position:absolute;
	width:0;
	height:100%;
	z-index:-1;
	left:0;
	top:0;
	background:#942586;
	transition:.4s all ease;
}
.zblist .news-item:hover .hover{
	width:100%;
}
.zblist .news-item:nth-child(2n){
	margin-right:0;
}
.zblist .news-item .news-span1 {
    width: 16.66666667%;
    min-width: 125px;
	float:left;
}
.zblist .news-item .news-time {
    border-right: 1px solid #ccc;
	text-align:center;
}
.zblist .news-item .news-time-date {
    color: #666;
	font-size: 20px;
}
.zblist .news-item .news-time-date span{
    color: #666;
	font-size: 20px;
}
.zblist .news-item .news-time-year {
    font-size: 14px;
	color:#666;
}
.zblist .news-item .news-span2 {
    max-width: calc(100% - 125px);
    width: calc(100% - 16.7%);
	float:left;
}

.zblist .news-item .news-action {
    padding: 12px 12px 12px 40px;
    box-sizing: border-box;
}

.zblist .news-item .news-action p{
	height: 24px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	color: #666;
	    font-size: 16px;
    line-height: 16pt;
}

.zblist .news-item:hover .news-time-date {
    color: #fff;
}
.zblist .news-item:hover .news-time-date span{
	color: #fff;
}
.zblist .news-item:hover .news-time-year {
	color: #fff;
}
.zblist .news-item:hover .news-action p{
	color: #fff;
}

.main-lianzheng{
	padding:60px 0 0 0;
}
.main-lianzheng .content *{
	font-size: 16px;
    color: #2c2c2c;
    line-height: 2;
}
.main-lianzheng .content p,.main-lianzheng .content span{
	font-size: 16px;
    color: #2c2c2c;
    line-height: 2;
}

.zplist {
    padding: 60px 0 0 0;
}

.zplist .top {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    display: -ms-inline-flexbox;
}

.zplist .top .item {
    flex: 1;
    text-align: center;
    background: #b2abaa;
    padding: 25px 0;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #fff;
}
.zplist .nr {
    
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.zplist .item-list {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    display: -ms-inline-flexbox;
    margin: 10px 0;
}
.zplist .item-list:nth-child(2n+1) {
    background: #fff;
}
.zplist .item-list:nth-child(2n) {
    background: #e5dcd7;
}
.zplist .item-list .item {
    flex: 1;
    text-align: center;
    padding: 20px 5px;
    border-right: 1px solid #eae9ec;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zplist .item-list .item a{
	font-size: 16px;
    color: #000;
}

.zpb .zpbr {
    width: 100%;
    background: #fff;
}
.zpb .zpbr .zplrt {
    height: 63px;
    line-height: 63px;
    padding: 0 7.6%;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.zpb .zpbr .zplrt {
    height: 63px;
    line-height: 63px;
    padding: 0 7.6%;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.zpb .zpbr .zplrd {
    padding: 0 7.6% 42px;
    background: #fff;
}
.zpb .zpbr .zplrt1 {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}
.zpb .zpbr .zplrd .zplrc {
    margin: 30px 0 20px;
}
.zpb .zpbr .zplrd .zplrc span {
    display: inline-block;
    width: 23%;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.zpb .zpbr .zplrd .zplrc span.last {
    width: 46%;
}
.zpb .zpbr .zplrd .zplry h4 {
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.zpb .zpbr .zplrd .zplry p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 10px 0;
}
.zpb .zpbr .zplrd .zplry span {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 10px 0;
}
.zpb .zpbr .zplrd .zplry * {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 10px 0;
}
.zpb .zpbr .zplrd .zplry{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 10px 0;
}
.zpb .zpbr .zplrd .zplry .ztj {
    margin-top: 40px;
}
.zpb .title{
	text-align:center;
	padding:30px 0;
}
.zpb .title h3{
	font-size:25px;
}

.media-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.media-alert.on {
    background: rgba(0, 0, 0, .9);
}
.media-alert .content {
    position: absolute;
    max-width: 900px;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.warpvideo {
    overflow: hidden;
}
.por {
    position: relative;
}
.warpvideo #videobox {
    position: relative;
    z-index: 2;
}
.media-alert .content .video {
    width: 100%;
}
.media-alert.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.media-alert.active .content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ex-close {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    cursor: pointer;
    z-index: 99;
}
.ex-close .icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    vertical-align: middle;
}
.ex-close .icon .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.ex-close .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.ex-close .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.ex-close .icon:hover .line.line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ex-close .icon:hover .line.line2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





@media screen and (min-width:300px) and (max-width:1000px) {
	.media-alert .content{
		width:85%;
	}
	
	.banner video {
    width: 100%;
    object-fit: cover;
    height: 100vw;
}
.mobile{
	display:block!important;
}
.pc{
	display:none!important;
}
.pcslide {
	display:none!important;
}
.mobileslide {
	display:flex!important;
}
.header .header-right{
	align-items: center;
} 
.header .header-right .a-ulmobile a{
	margin:0 0.8rem;
}
.header .header-right .l{
	position:relative;
	padding-right: 12px;
}
.header .header-right .l a {
    font-size: 16px;
    color: #333333;
    position: relative;
}
.header .header-right .l::after {
    position: absolute;
    content: '';
    bottom: 5px;
    right: 0;
    background: url(../images/jt1.png);
    font-size: 13px;
    width: 9px;
    height: 6px;
}
.banner .img{
	margin-top:60px;
}
.banner .img img{
	width:100%;
}
	.cust_title {
	text-align:center;
	padding:2rem 0 2rem;
}
.m_lang{
	display:none!important;
}
.cust_title p {
	font-size:1.4rem;
	color:#2c2c2c;
	margin:1rem 0 1.5rem 0;
	font-weight:lighter;
	line-height:1.6;
}
.cust_title h3 {
	font-size:1.7rem;
	color:#2c2c2c;
	font-weight:bold;
}
.cust_title a {
	font-size:1.2rem;
	color:#737373;
	display:inline-block;
	transition:.3s all ease;
}
.cust_title a .txt {
    position: absolute;
    font-size: 1.2rem;
    left: 0;
    right: 0;
    top: 0.8rem;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #fff;
}
.cust_title a img {
    width: 7rem;
}
.index_news .checkmore {
    text-align: center;
    padding: 3rem 0 0 0;
}
.index_product .pro_swip .swiper-button-prev,.index_product .pro_swip .swiper-button-next {
	width:40px;
	height:40px;
	background:rgba(0,0,0,.5);
	color:#fff;
	transition:.3s all ease;
}
.index_product .pro_swip .swiper-button-next {
	right:5px;
}
.index_product .pro_swip .swiper-button-prev {
	left:5px;
}
.index_product .pro_swip .swiper-button-next::after {
	font-size:20px;
}
.index_product .pro_swip .swiper-button-prev::after {
	font-size:20px;
}

.index_product .pro_swip .item{
	width:49%;
	margin-bottom:2rem;
	box-shadow: 6px 5px 18px #eaeaea;
    padding-bottom: 0;
    background: #fff;
}
.index_product .pro_swip{
	flex-wrap:wrap;
}
.psw_more img {
    width: 70px!important;
}
.psw_more .txt{
	font-size: 12px;
	top: 9px;
}
.index_product .text {
    padding: 1.3rem 0 !important;
}
.index_product .text .bot {
    position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.index_product .text .bot .detail-btn, .index_product .text .bot .buy-btn {
    width: 50%;
    color: #942586;
    cursor: pointer;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size:1.2rem;
}
.index_product .text .bot img {
    margin-right: 0.7rem;
    width: 1.6rem;
}
.index_product .text .bot .line {
    width: 1px;
    height: 15px;
    position: absolute;
    left: 50%;
    border-right: 1px dashed #e2e2e2;
}

.index_product .pro_swip .tmore span{
	font-size:12px;
}
.index_product {
    padding: 0 0 3rem 0;
    box-shadow: 3px 6px 46px #e7e7e7;
    background: #eaeaea;
}
.index_about{
	padding: 0 0 3rem 0;
}
.index_server .servercenter{
	padding: 0 0;
}
.index_server .servercenter .items .imgs img{
	width:4.6rem;
}
.index_server .servercenter .items .tit {
	font-size: 1.2rem;
}
.index_server .servercenter .items .txt{
	display:none;
}
.index_server .serverbottom {
    padding: 0 0;
}
.index_server {
    padding: 0 0 3rem 0;
    box-shadow: 3px 6px 26px #e7e7e7;
}
.index_server .mobile_images{
	position:relative;
}
.index_server .mobile_images img{
	width:100%;
}
.index_server .mobile_images .text{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	border-radius:10px;
	overflow:hidden;
	padding:1.8rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.index_server .mobile_images .text h3{
	font-size:2rem;
	line-height:1.6;
	color:#fff;
	font-weight:bold;
}
.index_server .mobile_images .text p{
	font-size:1.4rem;
	color:#fff;
	margin-bottom:1.3rem;
}
.index_server .mobile_images .text .btn a{
	border:1px solid #fff;
	color:#fff;
	font-size:1.2rem;
	padding:5px 20px;
	border-radius:30px;
	display:inline-block;
}
.index_gy .v-video-bottom .list .items .imgs:before{
	background-size: 2.5rem 2.5rem;
}
.index_gy .v-video-bottom {
    padding: 0 0;
}
.index_gy .v-video-bottom .list .items .span {
	font-size: 1.2rem;
}
.index_gy {
    padding: 0 0 3rem 0;
    box-shadow: 3px 6px 26px #e7e7e7;
}
.index_gy .v-video-bottom .list .items {
	width: 30%;
}
.index_gy .mobile_images{
	position:relative;
}
.index_gy .mobile_images img{
	width:100%;
}
.index_gy .mobile_images .text{
	position:absolute;
	width:100%;
	height:90%;
	top:0;
	left:0;
	
	border-radius:10px;
	overflow:hidden;
	padding:1.8rem;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.index_gy .mobile_images .text h3{
	font-size:1.7rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1.6;
	margin-bottom:0.6rem;
}
.index_gy .mobile_images .text .p{
	margin-bottom:1rem;
}
.index_gy .mobile_images .text .p p{
	font-size:1.4rem;
	color:#fff;
	line-height:2;
}
.index_gy .mobile_images .text .btn{
	text-align:center;
}
.index_gy .mobile_images .text a{
	display:inline-block;
	background:#fff;
	color:#000;
	padding:5px 20px;
	font-size:1.2rem;
	border-radius:30px;
}

.treehome-tits {
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.7rem;
}
.treehome-culture .items{
	border-radius:10px;
	overflow:hidden;
}
.treehome-culture .items .images {
    width: 100%;
    position: absolute;
}
.treehome-culture .items .words {
    position: relative;
    right: 0;
    width: 100%;
     background-image: none;
    background-repeat: no-repeat;
    top: 0;
     transform: translateY(0); 
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
     -webkit-transform: translateY(0); 
    -o-transform: translateY(0);
    height: auto;
    padding: 2rem 2rem;
    background-color: rgb(0 0 0 / 50%);
    text-align: center;
}
.treehome-culture .items .words .tit {
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}
.treehome-culture .items .words .ftit{
	font-size:1.6rem;
	margin-bottom:1rem;
	color: #fff;
}
.treehome-culture .items .more a {
	font-size: 1.4rem;
	color: #fff;
}
.treehome-culture .items .words .txt{
	display:none;
}
.treehome-culture .items .more a:after{
	background-image: url(../images/go2.png);
	height: 14px;
    width: 12px;
	background-size: cover;
}


.col_list2 img {
	width:100%;
}
.col_list2 .swiper-button-prev,.col_list2 .swiper-button-next {
	width:40px;
	height:40px;
	background:rgba(0,0,0,.5);
	color:#fff;
	transition:.3s all ease;
}
.col_list2 .swiper-button-next::after {
	font-size:20px;
	font-family:å®‹ä½“;
	content:'>';
}
.col_list2 .swiper-button-prev::after {
	font-size:20px;
	font-family:å®‹ä½“;
	content:'<';
}
.index_color .tips {
	font-size:13px;
	color:#333333;
	letter-spacing:10px;
	text-align:center;
	margin:3rem 0 0 0;
}
.index_vr .showvr iframe {
	height:300px;
}
.i_newlist .item .img {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:30vw;
}
.i_newlist .item .info {
    padding: 12px;
    background:#f3f3f3;
}
.i_newlist .item .info h3 {
	font-size:1.5rem;
	margin-bottom:10px;
	overflow:hidden;
}
.i_newlist .item .more{
	display:none;
}
.i_newlist .item .info p {
	font-size:1.2rem;
	color:#666666;
	line-height:2.5rem;
	height:5rem;
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
}
.i_newlist .item .more .more1 {
	font-size:1.2rem;
}
.i_newlist .item {
	width:49%;
	margin-right:2%!important;
	margin-bottom:15px;
	border-radius:8px;
	overflow:hidden;
}
.i_newlist .item:nth-child(2n) {
	margin-right:0%!important;
}
.index_news .checkmore a {
	font-size:12px;
	color:#737373;
	display:inline-block;
}
.index_news .checkmore img{
	width:7rem;
	
}
.index_news .checkmore a .txt{
	position: absolute;
    font-size: 1.2rem;
    left: 0;
    right: 0;
    top: 0.8rem;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #fff;
}
.newlist .i_newlist .item {
	margin-bottom:2rem;
}
.newshow .title h3 {
	font-size:2rem;
}
.newshow .title p {
	font-size:1.3rem;
	padding-top:15px;
}
.newshow .content {
	font-size:1.3rem;
	line-height:2;
	width:100%;
}
.newshow .content * {
	font-size:1.3rem;
	line-height:2;
}
.video .main_video .top {
	padding:4rem 0 3rem;
}
.video .main_video .tit {
	font-size:2.2rem;
}
.video .main_video .videolist .videoplay video {
	width:100%;
	height:200px;
	object-fit:cover;
}
.video .main_video .videolist .videoplay .play {
	width:45px;
	height:45px;
}
.video .main_video .videolist .videoplay .play img {
	width:100%;
}
.video .main_video .videolist .videoplay {
	width:100%;
	float:left;
	position:relative;
}
.video .main_video .videolist .vlist {
	width:100%;
	height:auto;
}
.video .main_video .videolist .vlist .img p {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.4rem;
	color:#fff;
}
.video .main_video .top .slideq {
	display:none;
}
.loginbox .formbox {
	text-align:center;
	width:100%;
	margin:auto;
}
.loginbox .formbox .form_item {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.loginbox .formbox .form_item input {
	height:40px;
	width:90%;
	border:0;
	font-size:12px;
	color:#888888;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:10px;
	outline:none;
}
.loginbox {
	padding:3rem 0 0 0;
}
.loginbox .title p {
	font-size:1.3rem;
	color:#666666;
	margin:10px 0 20px;
}
.loginbox .title h3 {
	font-size:2.2rem;
	color:#333333;
	font-weight:bold;
}
.loginbox .formbox .submit input {
	width:100%;
	height:40px;
	background:#333333;
	color:#fff;
	font-size:14px;
	border:0;
}
.loginbox .formbox .submit {
	padding:3rem 0 0 0;
}
.searchlist ul li .img{
	height:50vw;
	overflow:hidden;
}

.footer .rig_contact .tops h3 {
    font-size: 3rem;
}
.footer .rig_contact .tops h3 a{
    font-size: 3rem;
}
.footer .rig_contact .tops p {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 0;
}

.banner .swiper-slide .play{
	width:3rem;
	height:3rem;
	display:none;
}
.banner .play img{
	width:100%;
}

.zblist .news-item{
	width:100%;
}
.zblist .news-item .news-span1{
	width: 25%;
    min-width: 10%;
}
.zblist .news-item .news-action {
    padding: 12px 12px 12px 20px;
    box-sizing: border-box;
}
.zblist .news-item .news-action p{
	font-size:14px;
}
.zblist .news-item .news-span2 {
    max-width: calc(100% - 10%);
    width: calc(100% - 25%);
    float: left;
}
.zblist .news-item .news-time-date span {
    color: #666;
    font-size: 17px;
}
.zblist .news-item .news-time-year {
    font-size: 12px;
    color: #666;
}
.zblist ul {
    padding: 3rem 0 1rem;
}
.main-lianzheng{
	padding:3rem 0 0 0;
}
.zplist .item-list .item{
	font-size: 12px;
	padding: 10px 5px;
}
.zplist .item-list .item a {
    font-size: 12px;
}
.zplist .top .item{
	padding: 15px 0;
	font-size: 12px;
}
.zplist {
    padding: 3rem 0 0 0;
}
.zpb .zpbr .zplrd .zplrc span {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    margin-bottom: 20px;
}
.zpb .zpbr .zplrd {
    padding: 0 0 15px;
    background: #fff;
}
.zpb .title {
    text-align: center;
    padding: 3rem 0 0 0;
}
.zpb .title h3 {
    font-size: 1.8rem;
}
.mobile_footer {
    background: #363636;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 3px 0;
    z-index: 999;
    display: block;
}
.mobile_footer ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.mobile_footer ul li img {
    width: 20px;
    padding: 5px 0;
}
.mobile_footer ul li p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

/* ç¾Žæ¶‚å£«å¤§å­¦ */

.xy1 .lwz h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.xy1 .lwz p {
    font-size: 1.2rem;
    line-height: 2;
}
.xy_orientation .top h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.xy_orientation .top p {
    font-size: 1.2rem;
    color: #2c2c2c;
    line-height: 2;
}
.xy1 {
    margin-bottom: 0;
}
.xy1 .lwz {
    width: 100%;
    padding: 30px 0 30px 0;
    display: inline-block;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.xy1 .img{
	display: none;
}
.xy_orientation .list{
	flex-wrap: wrap;
}
.xy_orientation .list .item {
    width: 100%;
    box-shadow: 5px 5px 10px #c1bfbf;
    position: relative;
    border: 1px solid #eaeaea;
}
.milepost .top h3 {
    font-size: 2.2rem;
    font-weight: bold;
}
.milepost .mpswiper {
    margin-top: 25px;
}
.milepost .mpswiper .swiper-slide .if p {
    font-size: 1.6rem;
    color: #fff;
}
.milepost .mpswiper .swiper-button-next, .milepost .mpswiper .swiper-button-prev {
    bottom: 15px;
    top: auto;
}
.milepost .mpswiper .swiper-button-next {
    width: 30px;
    height: 10px;
    right: 33%;
}
.milepost .mpswiper .swiper-button-prev {
    width: 30px;
    height: 10px;
    left: 33%;
}
.milepost .sj {
    padding: 30px 0 15px 0;
}

.milepost .sj ul li {
    width: 49%;
    margin-right: 2%!important;
    padding: 15px;
	margin-bottom: 15px;
}
.milepost .sj ul li:nth-child(2n){
	margin-right: 0!important;
}
.milepost .sj ul li .top {
    padding: 0 0 15px 0;
}
.milepost .sj ul li .top span {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 10px;
}
.milepost .sj ul li .top .icon img{
	width:20px;
}
.milepost .sj ul li .info{
	font-size: 1.2rem;
	height: auto;
}
.milepost {
    padding: 5px 0 0px;
}
.xy_project .tit h3 {
    font-size: 2.2rem;
    font-weight: bold;
}
.xy_project .xypj_nav a {
    display: inline-block;
    font-size: 1.4rem;
    color: #333333;
    padding: 16px 10px 10px 10px;
    margin: 0 0px;
    position: relative;
}
.xy_project .xypj_list ul li {
    border: 1px solid #eaeaea;
    width: 100%;
    margin-right: 0;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.xy_project .xypj_list ul li .img {
    width: 100%;
}
.xy_project .xypj_list ul li .info {
    font-size: 1.2rem;
    color: #2b2b2b;
    line-height: 1.5;
	width: 100%;
	padding: 20px 15px 20px 15px
}

.xy1 .xy1img{
	height: 40vw;
	background-size: cover;
}

/* ç¾Žæ¶‚å£«å¤§å­¦end */


}@media screen and (min-width:1000px) and (max-width:1400px) {
	.container {
	width:90%;
}
.header .h-nav>ul>li {
	display:inline-block;
	padding:0 15px;
	position:relative;
}
.header .h-nav>ul>li>a {
    font-size: 16px;
    color: #333333;
    outline: none;
}
.index_product .pro_swip .swiper-button-prev, .index_product .pro_swip .swiper-button-next {
		width: 45px;
		height: 45px;
		background: rgba(0,0,0,.1);
		color: #fff;
		transition: .3s all ease;
	}
	.index_product .pro_swip .swiper-button-next {
		right: -55px;
	}
	.index_product .pro_swip .swiper-button-prev {
		left: -55px;
	}
	.index_product .pro_swip .swiper-button-next::after{
		font-size: 25px;
	}
	.index_product .pro_swip .swiper-button-prev::after{
		font-size: 25px;
	}
	.qyhoror .horor-list ul li .info h3{
		font-size: 14px;
		color: #333333;
	}
	.plist ul li .img{
	height:300px;
	overflow:hidden;
}


}
@media screen and (min-width:1000px) and (max-width:1200px) {
	.container {
	width:92%;
}
	.header .h-nav>ul>li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.header .h-nav>ul>li>a {
    font-size: 13px;
    color: #333333;
    outline: none;
}
.header .lang .l a {
    font-size: 16px;
    color: #333333;
    position: relative;
}
.n_proheader_nav .pheader_nav .lipro>a p {
    font-size: 12px;
    color: #fff;
}
.index_product .pro_swip .swiper-button-prev, .index_product .pro_swip .swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.1);
    color: #fff;
    transition: .3s all ease;
}
.index_product .pro_swip .swiper-button-next {
    right: -45px;
}
.index_product .pro_swip .swiper-button-prev {
    left: -45px;
}
.cust_title {
    text-align: center;
    padding: 80px 0 50px;
}
.cust_title h3 {
    font-size: 35px;
    color: #2c2c2c;
    font-weight: bold;
}
.cust_title p {
    font-size: 25px;
    color: #2c2c2c;
    margin: 20px 0 30px 0;
    font-weight: lighter;
}
}