﻿* {
	padding:0;
	margin:0;
	font-size:14px;
	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;
}
.w1300{ width:1340px; margin:0 auto}
@font-face {
	font-family:'bahn';
	src:url(img/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;
}

i,em{
	font-style: normal;
}
.fl{ float:left;}
.fr{ float:right;}
.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*/
#banner {position: relative;overflow: hidden;width: 100%}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width:90px;
	height:150px;
	z-index: 63;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-1%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width:87px;
	height:87px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 140px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width:28px;
	height:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #fe0000
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}

.MASK_SEARCH {
	position:fixed;
	width:100%;
	height:0;
	background:#eee;
	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: linear-gradient(to left,#0f2341,#167bae);
	border-radius:15px;
}
.MASK_SEARCH .middle {
	width:1000px;	
    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;
	background-color:#fff; padding:10px;
}
.MASK_SEARCH .searchbox .searchform .zx input[type=text] {
	width:600px; 
	height:60px;
	border:0;
	font-size:16px;
	outline:none;
}
.MASK_SEARCH .searchbox .searchform .zx .item2 {
	position:relative;
}
.MASK_SEARCH .searchbox .searchform .zx input[type=submit] {
	background:url(img/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:#8b95a4;
	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:#8b95a4;
	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;
	right: 0;
    max-width: 1920px;
	margin:auto;
}
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 { padding-top:1.7%;
	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 35px;
	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:-35px;
	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:16px;
	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(img/jt1.png);
	font-size:15px;
	width:9px;
	height:6px;
}
.header.index .lang .l::after{
	background:url(img/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 .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(img/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:16px;
	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:#282594;
}
.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-size:cover;
	display:flex;
}
.allmenu-c-2 li {
	flex:1;
	height:100%;
	box-sizing:border-box;
	background:#fff;
    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_noindex {
	    background-position: top center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 31%;
    background-size: 100% auto;

}
.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;
}


/*------------首页栏目----------*/
.sylm{margin:0 auto; width:auto; height:auto; text-align:center; padding-top:50px; padding-bottom:10px;font-family:"微软雅黑";}
.sylm h2{ font-size:36px; color:#434343; line-height:50px;}
.sylm p{ font-size:18px; color:#888; line-height:30px;}

.tit{text-align: center;font-weight:normal;font-size: 0;}
.tit span{display:block;font-size:36px;line-height:36px;color:#000;font-weight:bold; padding:18px 0 9px;}
.tit i{display:inline-block;font-size: 18px;line-height:30px;color: #888;}


/*--pic--*/
.p_more{margin:0 auto; width:140px; height:40px; text-align:center;  border:1px solid #666;border-radius:25px;}
.p_more a{font-family:"微软雅黑"; font-size:15px; color:#666; line-height:40px;}
.p_more:hover{background-color:#304c74;border:1px solid #304c74;transition: all .5s;}
.p_more:hover a{color:#fff;}


.anliroll {margin:40px auto;height:auto;width:85%;}
.anliroll li {float: left;width:18%; border:4px solid #f2f2f2;margin:0.5%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img { margin:0 auto;width:100%; height:auto;display: block;transition: all .5s; }
.anliroll li a ol {background: #efefef;color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size: 18px; line-height:20px;padding: 20px;box-sizing: border-box; }
.anliroll li a ol i {display: block;color: dimgray;font-size: 14px;margin-top: 10px; }
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anliroll li a:hover ol {background: #304c74;color: #fff; }
.anliroll li a:hover ol i {color: #fff;}

/*--fw--*/
.team {margin-top:40px;
  width: 100%;
  height:535px;
  position: relative;
  background: url(img/fwbj.jpg) no-repeat center top;
  background-attachment: fixed;
}

.team .teamt {
  position: absolute;
  left: 3%;
  top: 15%;
  z-index: 99
}



.team .k_1 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}



.team .k_1 a {
  display: block;
  width: calc((100% - 10px) / 8);
  float: left;
  border-right: 1px solid rgba(255, 255, 255, .2);
  height: 535px;
  overflow: hidden;
  position: relative;
}

.team .k_1 a .team_1 {
  position: absolute;
  left: 12%;
  width: 100%;
  bottom: 15%;
  z-index: 99;
  transition: all 0.5s;
}

.team .k_1 a:hover .team_1 {
  bottom: 22%;
}

.team .k_1 a .team_1 p {
  font-size: 22px; line-height:40px;
  color: #fff;
  font-family: "cdcbedad-c2d2-4fe9-82e7-c5079cdf9a64";
  text-transform: uppercase;
  font-weight: bold;
}

.team .k_1 a .team_1 b {
  font-size: 12px;
  color: #fff;
  font-family: "arial";
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}

.team .k_1 a .team_1 img {
  float: left;
}

.team .k_1 a .team_1 span {
  width: 90px;
  height: 1px;
  opacity: 0.3;
  background: #fff;
  display: block;
  float: left;
  margin-top: 13px;
}

.team .k_1 a>img {
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}

.team .k_1 a:hover>img {
  opacity: 1;
}

.team .k_1 a>p {
  font-size: 14px;
  color: #fff;
  font-family: "cdcbedad-c2d2-4fe9-82e7-c5079cdf9a64";
  position: absolute;
  font-weight: bold;
  bottom: 8%;
  left: 12%;
  opacity: 0;
  transition: all 0.8s;
  z-index: 99;
  text-transform: uppercase;
}

.team .k_1 a:hover>p {
  bottom: 12%;
  opacity: 1;
}



@media screen and (max-width:768px) {

  .team .k_1 a {
    display: block;
    width: calc((66% - 0px) / 2);
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    height: 150px;
    overflow: hidden;
    position: relative;
  }

  .team {
    width: 100%;
    height: 450px; margin-top:10px;
    position: relative;
    background: url(img/fwbj.jpg) no-repeat center center;
    background-attachment: fixed;
  }

  .team .teamt {
    position: absolute;
    left: 3%;
    top: 15%;
    display: none;
    z-index: 99;
  }

  .team .k_1 a>img {
    position: absolute;
    width: 100%; height:150px;
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
  }

  .team .k_1 a>p{
    display: none;
  }
  .team .k_1 a .team_1 span{display: none;}
}


 /* 定制流程 */
.dzbj{font-family:"Microsoft Yahei";clear: both;text-align: center;font-size: 20px;color: #434343;}
.dzbj h2{color:#434343;}
.dzlc{margin:0 auto; margin-top:40px;width:75%;}
.dzlc dl{float: left;width: 25%;position: relative;}
.dzlc dl:before{content: "";position: absolute;width: 1px;height: 100%;left: 0;top: 0;background: rgba(255, 255 , 255 , 0.2);}
.dzlc dl:first-child:before{width: 0;height: 0;}
.dzlc dt{display: none;}
.dzlc dd{padding:46px 0;}
.dzlc dd b{width:56px;margin: 0 auto;display: block; background-color:#eee; padding:20px;}
.dzlc dd span{line-height: 90px; font-size:30px;display: block;}
.dzlc dd em{line-height: 22px;display: block;font-size: 16px;opacity: 0.2;text-transform: uppercase;}

.dzlc dd:hover span{color:#888;}



 /* tiao */

.tiao{ margin:0 auto;height:560px;  background:url(img/tiao.png) center no-repeat;background-size:86% 86%;}

/* about */
.about{ background:#f4f4f4; width:100%; height:auto; overflow:hidden;}
.about .tit{ font-size:4.5rem; color:#1a1a1a; position:absolute; top:12%; left:10.42%; z-index:2; width:30%; text-align:left;}
.about .tit a{ color:#1a1a1a; font-size:70px;}
.about .tit em{ display:block; font-size:1.125rem; letter-spacing:2px; padding-left:4%; position:relative; margin-top:1%; font-weight:bold;}
.about .tit em:before{ content:""; position:absolute; top:0; left:0; width:0.375rem; height:1.5rem; background:#e48b44;}
.about dt{ width:50%; float:left;}
.about dt img{ display:block; width:100%; height:100%;}
.about dd{ width:37.23%; float:left; margin-left:2.4%;}
.about dd .tit{ position:relative; width:100%; margin-top:14%; left:0;}
.about dd p{ line-height:1.875rem; font-size:1rem; margin:8% 0; color:#333;}
.about dd span a{display:block; width:34%; height:2rem; border:0.1875rem solid #1b1b1b; text-align:center; font-size:0.875rem; color:#333; line-height:2rem; letter-spacing:0.1rem; }
.about span a:hover{background:#e48b44;border:0.1875rem solid #e48b44; color:#fff;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background;
-webkit-transition-property:background; 
-o-transition-property:background;}
.about ul{ width:150%; position:relative; margin:10% 0 0 -40%; height:auto; background:#304c74; z-index:2; overflow:hidden;}
.about li{ float:left; font-size:1rem; color:#fff; padding:3rem 0 3rem 5%;}
.about li span{ display:block; font-size:1.0rem; font-weight:bold;}
.about li span b{ font-size:2.3rem;  margin-right:6%;}


/* footer */
.footer{ width: 100%; background: #2a2a2a; margin-top:60px; padding-bottom:40px; height:auto; overflow:hidden;}
.footer .footer1{ width:100%; padding:50px 3.125vw; display: flex; align-items:center;}
.footer .footer1 .footerLogo{}
.footer .footer1 .footerGp{ display: flex; align-items: center; }
.footer .footer1 .footerGp .footerGp1{ width: 80px; height: 44px; background: #3e3e3e; display: flex; flex-direction: column; justify-content: center; align-items:center; font-size: 12px; line-height: 15px; color:rgba(255,255,255,.5); border-radius:3px; margin:0 10px 0 25px; }
.footer .footer1 .footerGp .footerGp2{ display: flex; flex-direction: column; }
.footer .footer1 .footerGp .footerGp2 .footerGp21{ font-size: 16px; color:rgba(255,255,255,.5); display: flex; }
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp211{ margin-right:10px; }
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp212{ display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp212 img{ opacity:0; }
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp212.up img:nth-child(1){ opacity:1; }
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp212.up img:nth-child(2){ }
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp212.down img:nth-child(1){}
.footer .footer1 .footerGp .footerGp2 .footerGp21 .footerGp212.down img:nth-child(2){ opacity:1; }
.footer .footer1 .footerGp .footerGp2 .footerGp22{ font-size: 12px; color:rgba(255,255,255,.5); line-height: 2em; }

.footer .footer2{width:auto; padding:0px 3.125vw 50px 3.125vw;justify-content: space-between; font-size: 13px; line-height: 26px; color:rgba(255,255,255,0.5);}
.footer .footer2 .lx{width:20%;}
.footer .footer2 div{width:10%; float:left;}
.footer .footer2 ul a{width:100%; height:30px; float:left; color:#888;}
.footer .footer2 ul a:hover{color:#e48b44;}

.footer .footer2 .menuDownBot{ width:30%; text-align:right; font-size:13px; line-height:2em; color:rgba(255,255,255,0.3); float:right;}
.footer .footer2 .menuDownBot p img{width:15%;}
.footer .footer2 .menuDownBot .menuDownBot1{ display:flex; align-items:center; width:fit-content; margin-bottom:10px;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11{ margin:0 10px; width:45px; height:45px; position:relative; cursor:pointer;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11 .menuDownBot111{ width:45px; height:45px; opacity:0.8;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11:hover .menuDownBot111{ opacity:1;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11 .menuDownBot112{ width:109px; height:114px; position:absolute; left:50%; transform:translateX(-50%);  padding:5px 0px 0px 0px; display:none;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11:hover .menuDownBot112{ display:block;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11 .menuDownBot112 div{ width:109px; height:109px; border-radius:9px; display:flex; justify-content:center; align-items:center; overflow:hidden;}
.footer .footer2 .menuDownBot .menuDownBot1 .menuDownBot11 .menuDownBot112 div a{ margin-left:0px; display:inline-block; padding:5px;}
.footer .footer2 .menuDownBot a{ font-size:13px; line-height:2em; color:rgba(255,255,255,0.3); margin-left:10px;}


/* 全屋  */
.n_header {
	position:fixed;
	width:100%;
	background:url(img/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(img/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(img/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(img/kqbg.jpg);
	background-size:cover;
}
.kq3 .zinfocust {
	padding:0 2.5%;
	background:#eaf9f5;
}
.kq3 .top {
	margin-top:20px;
}
.kq3 .top .tit {
	background-image:url(img/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(img/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(img/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(img/kq3-3.png);
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100px;
	background-size:100px 100px;
}
.kq4 {
	background-image:url(img/kqbg.jpg);
	background-size:cover;
}
.kq4 .zinfocust {
	background:#eaf9f5;
	position:relative;
}
.kq4 .top {
	background:url(img/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(img/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(img/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(img/kqbg.jpg);
	background-size:cover;
}
.kq6 .top {
	background-image:url(img/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:0px) and (max-width:1000px) {
	.container {
	width:100%;
	padding:0 10px;
}
.pc {
	display:none!important;
}
.mobile {
	display:block!important;
}
.header {
	height:55px;
}
.header .top{display: none;}
.header .s_top{ padding:2%}
.header .s_top img{ width:40%;}
.header .rnav {
	display:none;
}
.header .logo {
	line-height:55px;
}
.header .logo img {
	height:35px;
}

header{
	position:relative;
}
.n_proheader_nav{
	display:none;
}
.footer {
	margin-top:3rem;
	padding:0;
}
.footer .footer1{padding:20px 3.125vw;}
.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;
}



.banner_noindex {
	background-position:center;
	background-repeat:no-repeat;
	height:0;
	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; text-align:left;
	color:#2c2c2c;
	font-weight:bold;
}
.s_about .tit {
	padding:0 0 25px 0; text-align:left;
}
.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(img/szbg.jpg) no-repeat center;
	height:220px;
	margin-top:60px;
}
.xbg .item {
	flex:1;
	height:220px;
	flex-direction:column;
	display:flex;
	justify-content:center;
	border-left:1px solid #ffffff;
	box-sizing:border-box;
	padding-left:3%;
	position:relative;
}
.xbg .item::after {
	position:absolute;
	left:-3px;
	content:'';
	width:5px;
	height:25px;
	background:#e57333;
	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; text-align:left;
}
.s_fzlc .gallery-thumbs .swiper-slide {
	text-align:center;
	padding-top:40px; width:11.2% !important; float:left;
}
.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:460px;
	font-size:0; overflow:hidden;
}
.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:#304c74;
	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:#e57333;
}
.s_fzlc .gallery-thumbs .swiper-slide-thumb-active .dotout span {
	font-size:26px;
	color:#304c74;
	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{ text-align:left;}
.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 .gallery-text .textp p span{ font-weight:bold; font-size:16px;}
.cteamslide .btn {
	position:absolute;
	left:65px;
	bottom:45px;
	z-index:999;
	width:121px;
	height:50px;
}
.cteamslide .btn .prev,.cteamslide .btn .next {
	position:absolute;
	width:50%;
	height:50px;
	background:url(img/aprev.png) center center no-repeat #304c74;
	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:#282594;
	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(img/szbg.jpg) no-repeat center;
	background-size:cover;
	height:auto;
	margin-top:2rem; overflow:hidden;
}
.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; width:33%; float:left;
	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:40rem;
	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(img/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(img/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(img/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(img/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  */
.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(img/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(img/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(img/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:#000;
	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:#000;
	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:#000;
	padding:8px 0;
	display:inline-block;
	border-bottom:1px solid #94a3c1;
}
.color_show .color_name .bottomc .ctext {
	font-size:16px;
	color:#000;
	margin-top:15px;
}
.color_show .color_name .bottomc .rgbs span {
	font-size:16px;
	color:#000;
	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(img/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{
	max-width:30;
}
.color_show .color_name .topname h3 #pinyin {
	font-size:25px;
	position:relative;
	display:inline-block;
	color:#fff;
	vertical-align:top;
	top: -25px;
        right: -50px;
        transform-origin: 0 0;
}
.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:19%;
	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: #282594;
	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_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; margin:0 auto; margin-top:10px; width:1340px; overflow:hidden;
}
.index_gy .v-video-bottom .list{
	justify-content:space-between;
}
.index_gy .v-video-bottom .list .items{
	width:28%; float:left; margin:2%;
	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:'';
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	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-bottom: 2.5rem;

}
.treehome-tits {
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center;
	font-size:28px;
	font-weight:bold;
}
.treehome-culture .items{
	position:relative;
	overflow:hidden; margin-top:40px;
}
.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-color:#304c74; border-radius:20px;
	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:#fff;
	font-weight:bold;
}
.treehome-culture .items .words .txt{
	overflow-y: auto;
	margin-top: 0.8rem;
    margin-bottom: 1.75rem;
	padding-right: 15px;
	color: #ccc;
	font-size:16px;
	    max-height: 105px;
	line-height: 1.875;
}
.treehome-culture .items .words .txt p{
	font-size:16px;
	line-height: 1.875;
	color:#fff;
}
.treehome-culture .items .more a{
	font-size:16px;
	color:#fff;
	display:inline-block;
	position:relative;
	padding-right:20px;
}
.treehome-culture .items .more a:after{
	position:absolute;
	background-image:url(img/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(255, 255, 255, 0.2);
}
.treehome-culture .items .words .txt::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.treehome-culture .lists:nth-child(2) {
    margin-top: 2.25rem;
}
.psw_more{
	font-size: 16px;
    color: #fff;
    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:#fff;
	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 .img img{width:100%; height:350px;}
.i_newlist .item .info h3 {
	font-size:20px;
	color:#292929;
	margin-bottom:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.i_newlist .item .info p {
	font-size:15px;
	color:#666666;
	line-height:25px;
	height:50px;
	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:#282594;
}


/*news*/

.index_news{ margin-top:60px;}
.index_news .item {background-color:#f4f4f4;}
.index_news .item .info {padding:20px;}
.index_news .item .more {padding:20px;}
.index_news .item .info em{color:#e48b44;}
.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:0px) 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(img/jt1.png);
    font-size: 13px;
    width: 9px;
    height: 6px;
}

	.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: #282594;
    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_gy .v-video-bottom .list .items .imgs:before{
	background-size: 2.5rem 2.5rem;
}
.index_gy .v-video-bottom {
    padding: 0 0; width:auto;
}
.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; overflow:hidden;
}
.index_gy .v-video-bottom .list .items {
	width:95%; margin:0.5%; 
}
.flexbox{display: block;}
.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(img/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;
}



.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;
}
}


/*手机导航开始*/
#m_header{ display:none; height:5rem; position:fixed; top:0; width:100%; z-index:999; transition:0s 1.5s; background: rgba(255, 255, 255, 1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}
#m_logo img{ display:block; height:40px;}
/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box .m{ height: 100%; display: flex; align-items: center;}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{background: #a0a0a0;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #999;}
.ny #nav_btn .navbtn::after,
.ny #nav_btn .navbtn::before{ background: #999;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{/* flex-direction:column; *//* justify-content: flex-start; */width:100%;/* overflow: auto; */}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav .top_search{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;}
#m_nav {
    z-index: -1;
    position: fixed;
    background: rgba(255, 255, 255, .96);
    width: 100%;
    height:100vh;
    right: 0;
    top: 0; margin-top:50px;
    display:none;
    padding:50px 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    }
#m_nav::-webkit-scrollbar{ display: none;}
#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1;z-index: 99999;}
#m_nav>ul>li{width: 80%;overflow:hidden;padding: 0 1rem;margin: 0 auto;}
#m_nav>ul>li+li{border-top: 1px solid rgb(111 111 111 / 10%);}
#m_nav li .a{  }
#m_nav li .a h3{line-height:4.5rem;height:4.5rem;color: #3d3d3d;padding:0;font-size:1.6rem;float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 16px;height:4.5rem;float:right;display:inline-block;background: url(img/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1.4rem;color: #666;text-align:left;line-height:45px;height: 45px;border:0; }
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}

/* 底部固定导航 */


.go_top{display: none;background:url(img/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#e57333;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(229,115,51,0.85);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


/* 内页 */
.padding0-sm-mini{padding:0px;}
.ny-about{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nyabout.jpg) top center no-repeat;}
.ny-cooperate{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nycooperate.jpg) top center no-repeat;}
.ny-brand{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nyabout.jpg) top center no-repeat;}
.ny-agent{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nylxwm.jpg) top center no-repeat;}
.ny-case{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nycase.jpg) top center no-repeat;}
.ny-lxwm{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nylxwm.jpg) top center no-repeat;}
.ny-pic{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nypic.jpg) top center no-repeat;}
.ny-pic1{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nycase.jpg) top center no-repeat;}
.ny-pic2{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nypic2.jpg) top center no-repeat;}
.ny-pic3{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nypic3.jpg) top center no-repeat;}
.ny-pic4{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nypic4.jpg) top center no-repeat;}
.ny-pic5{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nynews.jpg) top center no-repeat;}
.ny-honor{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nyhonor.jpg) top center no-repeat;}
.ny-news{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nynews.jpg) top center no-repeat;}
.ny-color{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nycolor.jpg) top center no-repeat;}
.ny-Scheme{
  position: relative; width: 100%;height:500px; overflow: hidden;background: url(img/nyScheme.jpg) top center no-repeat;}
  
  
.jt-page{
  width: 100%;
  height: 80px;
  background-color: #f5f5f5;
  font-size: 0;
}

.ny-pagemenu{
  text-align:left;
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.ny-pagemenu li a{
  display: block;
  color: #323232;
  font-size:1rem;
  padding: 27px;
}

.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #122b88;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}

.ny-pagemenu-ov a{
   color: #323232 !important;
}

.ny-pagemenu-ov:hover a{
   color: #122b88 !important;border-bottom:2px solid #122b88;
}

.ny-loc{
  margin-top: 28px;
  font-size: 14px;
  text-align: right;
  float:right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc a {
  display: inline-block;
    color: #6a6a6a;
    font-weight: bold;
}
.ny-loc span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}
.n_title {padding: 0;position: relative; } 
.n_title .m { margin:0 auto; width:85%; position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.n_nav { position: relative; }
.n_nav li{display: block; font-size: 1rem; margin-right: 3rem; color: #323232; float: left;line-height: 4rem;z-index: 1; position: relative; }
.n_nav li a{ display: block; } 
.n_nav li:before {content: "";width: 100%;height: 3px;position: absolute;background:#2d5bc4; bottom:0; left:0; margin-left: -1px; transform: scaleX(0); transform-origin: top; transition: 0.3s ease-in-out; opacity: 0; z-index: -1;}
.n_nav li.on:before, .n_nav li:hover:before {  opacity: 1; transform: scaleX(1);}   
.n_nav li.on a, .n_nav li:hover a{ color: #2d5bc4;}
.position {left: 0;bottom: 0;font-size: 1rem;color: #5d5d5d; display: flex;align-items: center;}
.position>svg{ vertical-align: middle; margin-bottom: 3px; margin-right: 5px;}
.position span, .position a, .position i {font-size: .8125rem;color: #838486;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin:.25rem .5rem 0;font-style: normal;width: 12px;height: 12px;display: flex;align-items: center;}
.position span { color: #2d5bc4;font-style: normal;}
.position em { color: #171717;font-style: normal;}
.position a:hover {color: #2d5bc4;}
/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #304c74;}
#bnt_back { position: absolute; left: 1rem; top: 0; }
#bnt_back svg { fill: #fff; height: 50px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 1rem; top: 0; cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 50px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height: 15px; }
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #2d5bc4; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #2d5bc4; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width:40%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a { margin: 0 20px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #2d5bc4; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #2d5bc4; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #2d5bc4;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #2d5bc4; }
.nyzw{margin:0 auto; width:1340px; height:auto; font-family:"微软雅黑"; font-size:16px; color:#434343; margin-top:40px; margin-bottom:40px; line-height:30px;text-align:left;overflow:hidden;}
.nyzw h3{font-size:24px; color:#274195; font-weight:normal;}
.lx-nyzw{margin:0 auto; width:1280px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;padding-top:50px;padding-bottom:50px;overflow:hidden;}
.ny_news{margin:0 auto; width:85%; height:auto; font-family:"微软雅黑"; font-size:16px; color:#434343; margin-top:40px; margin-bottom:40px; line-height:30px;text-align:left;overflow:hidden;}
.ny_news .tit h3 {
	font-size:33px; text-align:center; margin-bottom:40px;
	color:#2c2c2c; line-height:50px;
	font-weight:bold;
}
#nav_btn_box .m{ height: 100%; display: flex; align-items: center;}

/* 联系内页 */

.contact-wrapper {
  padding:0.25vw 0.5416666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
  }
}
.contact-wrapper .big-title {
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .title-gray {
  color: #999;
  margin-bottom: 0.5208333333vw;
}
.contact-wrapper .desc {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc {
    font-size: 16px;
  }
}
.contact-wrapper .desc-small {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc-small {
    font-size: 14px;
  }
}
.contact-wrapper .desc-red {
  color: #d50505;
}
.contact-wrapper .clean-padding-top > div {
  padding-top: 0 !important;
}
.contact-wrapper .contact {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact.border-top {
  background-color:#f9f9f9; margin-bottom:0.5%; padding:1%;
}
.contact-wrapper .contact.border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.contact-wrapper .contact > div {
  flex: 0 0 27%;
  padding-left:5%;
  padding-bottom: 0.1vw;
  padding-top: 0.1vw;
}
.contact-wrapper .contact > div:nth-child(1) {
  flex: 0 0 10%;
  padding-left:5%;
  padding-bottom: 0.1vw;
  padding-top: 0.1vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact > div {
    flex: 0 0 100%;
  }
}
.contact-wrapper .contact-email {
  display: flex;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
}
.contact-wrapper .contact-email .img-wrapper {
  flex: 0 0 23.4375vw;
}
.contact-wrapper .contact-email .text-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .contact-email .text-wrapper .big-title {
  width: 100%;
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .contact-email .text-wrapper .wrapper {
  flex: 1;
}
.dt{margin:0 auto; width:1340px; margin-bottom:40px; height:400px;}
.dt img{width:100%; height:auto;}

/*nynews*/
.ny-news01{width:100%;height: auto;}
.ny-news01 li{
  width:31%; float:left;
  margin:1%; padding-bottom:30px; padding-top:30px;
  border-bottom:3px solid #f9f9f9;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 100%;
	height:340px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 100%;
	height:340px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:120px;
  height:30px;
  margin-top:5px;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:20px;
  font-size:14px;
  color: #ccc; font-weight:bold;
  text-align: left;
  line-height:20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{color: #888;}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  width:auto; padding:10px; background-color:#ededed;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height:60px; padding-top:10px;
  overflow:hidden;
  font-size:20px;
  line-height:30px;
  font-weight:normal;
  color: #434343;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r01 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height:100px;
  font-size:16px;
  color: #888;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; border:1px solid #ccc;text-align:center; }
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ccc;}
.ny-news01 li:hover .more{background-color:#666;transition: all 0.3s ease-in-out;}


.ny-news01 li .r02{
  float: left;
  width:100%;
  padding-left:20px;
  height: auto;
}
.ny-news01 li .r02 a h2{
  display: block;
  width: 100%;
  height: 60px;
  overflow:hidden;
  font-size:16px;
  line-height:26px;
  font-weight:normal;
  color: #434343;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r02 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r02 p{
  display: block;
  width: 100%;
  height:86px;
  font-size: 14px;
  color: #888;
  padding-top:10px;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}

/*------------分类---------*/
.fen{ margin:0 auto;width:95%; padding-bottom:40px;}
.fen ul{ height:auto;overflow:hidden;}
.fen ul p{ width:180px; height:45px; text-align:center;border-radius:5px;background:#304c74; margin-right:1%; margin-top:4px; float:left;}
.fen ul p a{font-size:16px; color:#fff; line-height:45px;}
.fen ul li {width:11.7%;height:45px; margin:0.4%; background-color:#e5e5e5;border-radius:5px;text-align: center;float: left; box-sizing: border-box; position: relative; }
.fen ul li a{text-decoration: none; position: relative;z-index: 3; display: block; line-height:45px; height:45px; font-size:16px; color: #666;}
.fen ul li a:hover{background:#d0001c\9;color: #fff;}
.fen ul li:after{content:'';position:absolute;height:100%;width:0;border-radius:5px;background:#304c74;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.fen ul li:hover:after,.fen ul li.cur:after{width:100%;color: #fff;}
.fen ul li.cur a { background:#c60505; color: #fff; }

/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#535353; border-bottom:1px solid #ccc; font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#efeeee;
  color: #888;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  background-color:#efeeee;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

.nysp{margin:0 auto; width:800px; height:490px;}
.pic_z{ width:auto; height:auto; border-bottom:1px solid #ddd; padding-bottom:40px; padding-top:40px; overflow:hidden;}
.pic_z .z1{width:150px; height:40px; text-align:center; background-color:#304c74; font-size:18px; line-height:40px; color:#fff; float:left; margin-left:10px;}
.pic_z .z1:hover{ background-color:#ca000a;}
.pic_z .z1 a{color:#fff;}
.pic_z .z2{width:150px; height:40px; text-align:center; background-color:#e4a21c; font-size:18px; line-height:40px; color:#fff;}
.pic_z .z3{width:150px; height:40px; text-align:center; background-color:#ca000a; font-size:18px; line-height:40px; color:#fff;}


.a_jg{ margin:0 auto;width:85%; height:500px; background:url(img/jg.jpg) top center no-repeat #f5f5f5;background-size:100% auto; padding:60px; overflow:hidden;}
.a_jg .jg_1{margin:0 auto; width:260px; height:90px; background-color:#304c74; margin-top:40px;padding:40px;text-align:center; color:#fff; font-size:30px;}
.a_jg .jg_2{margin:0 auto; width:100%; height:auto; padding-top:90px;}
.a_jg .jg_2 li{width:14%; height:80px; background-color:#304c74; padding:40px 25px 20px 25px;text-align:center; margin-left:1%; margin-right:6%; color:#fff; font-size:20px; float:left;}
.a_jg .jg_2 li a{color:#fff; font-size:20px;}
.a_jg .jg_2 li:hover{ background-color:#e57333;}
.a_jg .jg_2 li:nth-child(2){ margin-left:3%; margin-right:6%;}
.a_jg .jg_2 li:nth-child(3){ margin-left:6%;}
.a_jg .jg_2 li:nth-child(4){ margin-left:3%; margin-right:0%;}


/*企业定制*/
.cooperate{
	padding: 75px 0 0 0;
	background-image:linear-gradient(90deg,rgba(252,252,252,1),rgba(252,252,252,0));
	
}
.topnumber{
	text-align: center;
}
.topnumber .number{
	width:55px;
	height:55px;
	line-height:55px;
	text-align:center;
	display: inline-block;
	font-size: 30px;
	font-family: bahn;
	background-color: #304c74;
	color: #fff;
	position: relative;
}
.topnumber .number::before{
	content: '';
	position: absolute;
	width: 150px;
	height: 1px;
	background-color: #d2d2d2;
	left: -150px;
	top: 29px;
}
.topnumber .number::after{
	content: '';
	position: absolute;
	width: 150px;
	height: 1px;
	background-color: #d2d2d2;
	right: -150px;
	top: 29px;
}
.topnumber .jtit h3{
	font-size: 40px;
	color: #2c2c2c;
	margin: 40px 0;
	font-weight:lighter;
}
.topnumber .jtit h3 span{
	font-weight: bold;
	font-size: 40px;
	color: #2c2c2c;
}
.topnumber .det p{
	font-size: 20px;
	color: #2c2c2c;
	line-height: 2;
}
.cooperate_tt{ margin:0 auto;width:1300px; height:auto; text-align: center; font-family:"微软雅黑"; font-size:18px; color:#888; line-height:35px;	overflow:hidden;}
.cooperate_tt h4{ margin:0 auto;width:500px; height:auto; text-align:center; background-color:#304c74; color:#fff; line-height:45px; margin-top:10px;}
.cooperate_tt em{color:#304c74; font-size:18px; font-weight:bold;line-height:45px; margin-top:10px;}

.join4_list{
	background: url(img/fwbj.jpg) no-repeat top;
	padding: 50px 0 70px 0;
	margin-top:50px; 
}
.join4_list .container{
	justify-content: space-between;
}
.join4_list .item{
	
	position: relative;
}
.join4_list .item .line{
	height: 8px;
	width: 100%;
	background-color: #f2751b;
}
.join4_list .item h3{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	margin: 25px 0 15px;
}
.join4_list .item p{
	font-size: 16px; height:60px;
	color: #f9f9f9;
	line-height: 1.8;
}
.join4_list .item .img img{
	width: 100%;
}
.join4_list .item .img{
	padding-top: 40px;
}
.join4_list .item .purple{
	position: absolute;
	right: 0;
	top: 35px;
}
.join4_swiper{
	position:relative;
	cursor:pointer;
}
.join4_swiper .line2{
	height:5px;
	width: 0;
    background-color: #942586;
	position:absolute;
	bottom:-50px;
	left:0;
	transition:width .6s linear;
}
.join4_swiper:hover .line2{
	
}
.join4_swiper .swiper-button-next {
    right: -80px;
    color: #fff;
    background-color: #b3b2b2;
    width: 45px;
    height: 55px;
    transition: .2s all linear;
}
.join4_swiper .swiper-button-prev {
    left: -80px;
    color: #fff;
    background-color: #b3b2b2;
    width: 45px;
    height: 55px;
    transition: .2s all linear;
}
.join4_swiper .swiper-button-next::after {
    font-size: 25px;
    font-family: '宋体';
    content: '>';
}
.join4_swiper .swiper-button-prev::after {
    font-size: 25px;
    font-family: '宋体';
    content: '<';
}
.join4_swiper .swiper-button-next:hover,.join4_swiper .swiper-button-prev:hover{
	background:#000;
	color:#fff;
}

.anlirol2 {height:auto;width:85%;margin:0px auto; }
.anlirol2 li {float: left;width: 23%; border:1px solid #f2f2f2;background: #fff;margin: 2% 0 0 1.4%; }
.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anlirol2 li a ol {background: #f5f5f5;color: #000;width:100%;z-index: 555;transition: all .2s;text-align: center;font-size:18px; line-height:20px;padding:10px;box-sizing: border-box;}
.anlirol2 li a ol i dd{ margin:0 auto; width:90%;font-family: "微软雅黑"; border-radius:10px;color:#202d60; font-size:14px; line-height:22px; margin-top:8px;}
.anlirol2 li a:hover ol i dd{ background-color:#010d49;color:#fff;}
.anlirol2 li a ol i {display: block;color: dimgray;font-size: 15px;margin-top: 10px; }
.anlirol2 li a ol a {color: #fff;font-size: 18px; }
.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }



/*====================手机====================*/
@media only screen and (max-width: 768px){
.header.index{display: none;}
#banner aside span{height:30px;}
#banner aside span:after{ width:27px; height:27px;}
.sylm{padding-top:20px;}
.sylm h2{font-size:24px; line-height:30px;}
.sylm p{font-size:16px;}
.anliroll{width:95%; margin-top:20px;}
.anliroll li{width:46.9%;}
.anliroll li a ol{padding:15px 0 5px;}
.dzlc{ width:95%;height:auto; margin-top:0px; overflow:hidden;}
.dzlc dd{padding:26px 0;}
.dzlc dd span{font-size:16px; line-height:40px;}
.dzlc dd em{font-size:12px; line-height:16px;}
.tiao{ margin:0 auto; width:95%; height:150px;background-size:100% auto;}
.treehome-culture .lists:nth-child(2){margin-top:0px;}
.treehome-culture .items{margin-top:0px;}
.about dt{width:100%;}
.about dd{margin:0 auto; width:95%; float:none;}
.about dd .tit{margin-top:0px;}
.about .tit a{font-size:40px; }
.about .tit em:before{margin-top:10px;}
.about .tit em{ font-size:2.125rem;}
.about dd p{ font-size:1.5rem;line-height:2.5rem;margin:4% 0;}
.about ul{width:auto;margin:5% 0 0 0}
.about li{padding:3rem 0 3rem 10%;}
.index_news{display: none;}
/*news*/

.s_index_news{ margin-top:10px;}
.s_index_news .item {background-color:#f4f4f4;}
.s_index_news .item .info {padding:20px;}
.s_index_news .item .more {padding:20px;}
.s_index_news .item .info em{color:#e48b44;}
.s_index_news .checkmore {
	text-align:center;
	padding:40px 0 0 0;
}
.s_index_news .checkmore a {
	font-size:16px;
	color:#737373;
	display:inline-block;
	position: relative;
    transition: .5s all ease-in-out;
}
.s_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;
}
.s_index_news .checkmore a:hover {
	transform: translateY(-15px);
}

.i_newlist .item .img img{width:100%; height:150px;}


.footer .footer2 .lx{width:100%;}
.footer .footer2 div{width:50%;}
.footer .footer2 .menuDownBot{width:100%; text-align:left; margin-top:20px; padding-top:20px; margin-bottom:100px; border-top:1px solid #888;}
.ny-about{ height:150px;background-size:140% auto;}
.ny-lxwm{ height:150px;background-size:140% auto;}
.ny-news{ height:150px;background-size:140% auto;}
.ny-honor{ height:150px;background-size:140% auto;}
.ny-case{ height:150px;background-size:140% auto;}
.ny-pic{ height:150px;background-size:140% auto;}
.ny-pic1{ height:150px;background-size:140% auto;}
.ny-pic2{ height:150px;background-size:140% auto;}
.ny-pic3{ height:150px;background-size:140% auto;}
.ny-pic4{ height:150px;background-size:140% auto;}
.ny-pic5{ height:150px;background-size:140% auto;}
.ny-cooperate{ height:150px;background-size:140% auto;}
.ny-brand{ height:150px;background-size:140% auto;}
.ny-agent{ height:150px;background-size:140% auto;}
.ny-color{ height:150px;background-size:140% auto;}
.ny-Scheme{ height:150px;background-size:140% auto;}
.swiper-wrapper{display: inline !important;}
.s_fzlc .gallery-top{height:auto; overflow:hidden;}
.dt{margin:0 auto; width:95%; margin-bottom:40px; height:400px;}
.ny_news{ width:auto; padding:10px; margin-top:0px;}

.ny-news01{width:auto}
.ny-news01 li{width:48%; padding-top:0px;}
.ny-news01 li .tu1{width:100%; height:150px; margin-bottom:10px;}
.ny-news01 li .tu1 img{height:150px;}
	.ny-news01 li .r01{width:100%; margin-left:0px; padding-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:16px; line-height:30px; font-weight:bold;}
	.ny-news01 li .r01 p{font-size:14px; height:105px;}
	
	
	.ny-news01 li .r02{width:100%; margin-left:0px; padding-left:0px;}
	.ny-news01 li .l02{display: none;}
	.ny-news01 li .r02 a h2{font-size:14px; font-weight:bold;}

.fen ul p{ width:45%; margin:1%; margin-top:4px; margin-bottom:20px; float:none;}
.fen ul li {width:45%;margin:1%;}
.nysp{margin:0 auto; width:100%; height:298px;}

.a_jg{width:auto; height:auto; background:#f5f5f5;padding:30px; overflow:hidden;}
.a_jg .jg_1{margin:0 auto; width:70%; height:90px; background-color:#e57333; margin-top:20px;padding:40px;text-align:center; color:#fff; font-size:24px;}
.a_jg .jg_2{margin:0 auto; width:100%; height:auto; padding-top:30px;}
.a_jg .jg_2 li{width:34%; height:60px; background-color:#304c74; padding:20px;text-align:center; margin:2%; color:#fff; font-size:16px; float:left;}
.a_jg .jg_2 li a{color:#fff; font-size:16px;}
.a_jg .jg_2 li:nth-child(2){ margin:2%; background-color:#20c02f;}
.a_jg .jg_2 li:nth-child(3){margin:2%; background-color:#c7b30c;}
.a_jg .jg_2 li:nth-child(4){ margin:2%; background-color:#813cde;}
.a_jg .jg_2 li:nth-child(5){ margin:2%; background-color:#de3c79;}
.pic_tu{display: none;}
.cooperate{
		padding: 3rem 0 0 0;
	}
	
.topnumber .number {
	    width: 40px;
	    height: 40px;
	    line-height: 45px;
	    text-align: center;
	    display: inline-block;
	    font-size: 20px;
	    font-family: bahn;
	    background-color: #304c74;
	    color: #fff;
	    position: relative;
	}
	.topnumber .number::before {
	    content: '';
	    position: absolute;
	    width: 80px;
	    height: 1px;
	    background-color: #d2d2d2;
	    left: -80px;
	    top: 20px;
	}
	.topnumber .number::after {
	    content: '';
	    position: absolute;
	    width: 80px;
	    height: 1px;
	    background-color: #d2d2d2;
	    right: -80px;
	    top: 20px;
	}
	.topnumber .jtit h3 {
	    font-size: 1.8rem;
	    color: #2c2c2c;
	    margin: 1.5rem 0;
	    font-weight: lighter;
	}
	.topnumber .jtit h3 span{
		font-size: 1.8rem;
	}
	.join4_list {
	    background: url(img/fwbj.jpg) repeat top;
	    padding: 4rem 0;
	    margin-top: 3rem;
	}
	.join4_list .item h3 {
	    font-size: 2rem;
	    color: #ffffff;
	    font-weight: bold;
	    margin: 25px 0 15px;
	}
	.join4_list .item p {
	    font-size: 1.2rem;
	    color: #f9f9f9;
	    line-height: 1.8;
	}
	.join4_list .item .purple img{
		width:25px;
	}
	.join4_list .item .line {
	    height: 5px;
	    width: 100%;
	    background-color: #304c74;
	}
	.join4_list .item .img {
	    padding-top: 3rem;
	}
	.join4_swiper .swiper-button-next {display: none;}
	.join4_swiper .swiper-button-prev {display: none;}
.cooperate_tt{ width:auto; height:auto; padding:10px; font-size:16px; line-height:30px;}
.cooperate_tt h4{width:100%;}	
.cooperate_tt img{width:100%;}
.anlirol2{width:auto; height:auto; padding:10px;}
.anlirol2 li{width:48%;}

}


/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
.header.index{display: none;}
#banner aside span{height:30px;}
#banner aside span:after{ width:27px; height:27px;}
.sylm{padding-top:20px;}
.sylm h2{font-size:24px; line-height:30px;}
.sylm p{font-size:16px;}
.anliroll{width:95%; margin-top:20px;}
.anliroll li{width:46.9%;}
.anliroll li a ol{padding:15px 0 5px;}
.dzlc{ width:95%;height:auto; margin-top:0px; overflow:hidden;}
.dzlc dd{padding:26px 0;}
.dzlc dd span{font-size:16px; line-height:40px;}
.dzlc dd em{font-size:12px; line-height:16px;}
.tiao{ margin:0 auto; width:95%; height:150px;background-size:100% auto;}
.treehome-culture .lists:nth-child(2){margin-top:0px;}
.treehome-culture .items{margin-top:0px;}
.about dt{width:100%;}
.about dd{margin:0 auto; width:95%; float:none;}
.about dd .tit{margin-top:0px;}
.about .tit a{font-size:40px; }
.about .tit em:before{margin-top:10px;}
.about .tit em{ font-size:2.125rem;}
.about dd p{ font-size:1.5rem;line-height:2.5rem;margin:4% 0;}
.about ul{width:auto;margin:5% 0 0 0}
.about li{padding:3rem 0 3rem 10%;}
.index_news{display: none;}
/*news*/

.s_index_news{ margin-top:10px;}
.s_index_news .item {background-color:#f4f4f4;}
.s_index_news .item .info {padding:20px;}
.s_index_news .item .more {padding:20px;}
.s_index_news .item .info em{color:#e48b44;}
.s_index_news .checkmore {
	text-align:center;
	padding:40px 0 0 0;
}
.s_index_news .checkmore a {
	font-size:16px;
	color:#737373;
	display:inline-block;
	position: relative;
    transition: .5s all ease-in-out;
}
.s_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;
}
.s_index_news .checkmore a:hover {
	transform: translateY(-15px);
}

.i_newlist .item .img img{width:100%; height:150px;}


.footer .footer2 .lx{width:100%;}
.footer .footer2 div{width:50%;}
.footer .footer2 .menuDownBot{width:100%; text-align:left; margin-top:20px; padding-top:20px; margin-bottom:100px; border-top:1px solid #888;}
.ny-about{ height:150px;background-size:140% auto;}
.ny-lxwm{ height:150px;background-size:140% auto;}
.ny-news{ height:150px;background-size:140% auto;}
.ny-honor{ height:150px;background-size:140% auto;}
.ny-case{ height:150px;background-size:140% auto;}
.ny-pic{ height:150px;background-size:140% auto;}
.ny-pic1{ height:150px;background-size:140% auto;}
.ny-pic2{ height:150px;background-size:140% auto;}
.ny-pic3{ height:150px;background-size:140% auto;}
.ny-pic4{ height:150px;background-size:140% auto;}
.ny-pic5{ height:150px;background-size:140% auto;}
.ny-cooperate{ height:150px;background-size:140% auto;}
.ny-brand{ height:150px;background-size:140% auto;}
.ny-agent{ height:150px;background-size:140% auto;}
.ny-color{ height:150px;background-size:140% auto;}
.ny-Scheme{ height:150px;background-size:140% auto;}
.swiper-wrapper{display: inline !important;}
.s_fzlc .gallery-top{height:auto; overflow:hidden;}
.dt{margin:0 auto; width:95%; margin-bottom:40px; height:400px;}
.ny_news{ width:auto; padding:10px; margin-top:0px;}

.ny-news01{width:auto}
.ny-news01 li{width:48%; padding-top:0px;}
.ny-news01 li .tu1{width:100%; height:150px; margin-bottom:10px;}
.ny-news01 li .tu1 img{height:150px;}
	.ny-news01 li .r01{width:100%; margin-left:0px; padding-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:16px; line-height:30px; font-weight:bold;}
	.ny-news01 li .r01 p{font-size:14px; height:105px;}
	
	
	.ny-news01 li .r02{width:100%; margin-left:0px; padding-left:0px;}
	.ny-news01 li .l02{display: none;}
	.ny-news01 li .r02 a h2{font-size:14px; font-weight:bold;}

.fen ul p{ width:45%; margin:1%; margin-top:4px; margin-bottom:20px; float:none;}
.fen ul li {width:45%;margin:1%;}
.nysp{margin:0 auto; width:100%; height:298px;}

.a_jg{width:auto; height:auto; background:#f5f5f5;padding:30px; overflow:hidden;}
.a_jg .jg_1{margin:0 auto; width:70%; height:90px; background-color:#e57333; margin-top:20px;padding:40px;text-align:center; color:#fff; font-size:24px;}
.a_jg .jg_2{margin:0 auto; width:100%; height:auto; padding-top:30px;}
.a_jg .jg_2 li{width:34%; height:60px; background-color:#304c74; padding:20px;text-align:center; margin:2%; color:#fff; font-size:16px; float:left;}
.a_jg .jg_2 li a{color:#fff; font-size:16px;}
.a_jg .jg_2 li:nth-child(2){ margin:2%; background-color:#20c02f;}
.a_jg .jg_2 li:nth-child(3){margin:2%; background-color:#c7b30c;}
.a_jg .jg_2 li:nth-child(4){ margin:2%; background-color:#813cde;}
.a_jg .jg_2 li:nth-child(5){ margin:2%; background-color:#de3c79;}
.pic_tu{display: none;}
.cooperate{
		padding: 3rem 0 0 0;
	}
	
.topnumber .number {
	    width: 40px;
	    height: 40px;
	    line-height: 45px;
	    text-align: center;
	    display: inline-block;
	    font-size: 20px;
	    font-family: bahn;
	    background-color: #304c74;
	    color: #fff;
	    position: relative;
	}
	.topnumber .number::before {
	    content: '';
	    position: absolute;
	    width: 80px;
	    height: 1px;
	    background-color: #d2d2d2;
	    left: -80px;
	    top: 20px;
	}
	.topnumber .number::after {
	    content: '';
	    position: absolute;
	    width: 80px;
	    height: 1px;
	    background-color: #d2d2d2;
	    right: -80px;
	    top: 20px;
	}
	.topnumber .jtit h3 {
	    font-size: 1.8rem;
	    color: #2c2c2c;
	    margin: 1.5rem 0;
	    font-weight: lighter;
	}
	.topnumber .jtit h3 span{
		font-size: 1.8rem;
	}
	.join4_list {
	    background: url(img/fwbj.jpg) repeat top;
	    padding: 4rem 0;
	    margin-top: 3rem;
	}
	.join4_list .item h3 {
	    font-size: 2rem;
	    color: #ffffff;
	    font-weight: bold;
	    margin: 25px 0 15px;
	}
	.join4_list .item p {
	    font-size: 1.2rem;
	    color: #f9f9f9;
	    line-height: 1.8;
	}
	.join4_list .item .purple img{
		width:25px;
	}
	.join4_list .item .line {
	    height: 5px;
	    width: 100%;
	    background-color: #304c74;
	}
	.join4_list .item .img {
	    padding-top: 3rem;
	}
	.join4_swiper .swiper-button-next {display: none;}
	.join4_swiper .swiper-button-prev {display: none;}
.cooperate_tt{ width:auto; height:auto; padding:10px; font-size:16px; line-height:30px;}
.cooperate_tt h4{width:100%;}	
.cooperate_tt img{width:100%;}
.anlirol2{width:auto; height:auto; padding:10px;}
.anlirol2 li{width:48%;}

.index_gy .v-video-bottom {
    padding: 0 0; width:auto;
}


.index_gy .v-video-bottom .list .items {
	width:95%; margin:0.5%; 
}



}



/*====================PC====================*/
@media screen and (min-width: 768px) and (max-width: 1680px){
.a_jg{width:95%;}
.container{width:95%;}

.a_jg .jg_2 li{margin-right:5%;}


}

/*====================PC====================*/
@media screen and (min-width: 768px) and (max-width: 1480px){

.a_jg .jg_2 li{margin-right:4%;}


}


/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.s-menu{display: none;}
	.ph-bq{display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.m_header{display: none;}
	#nav_btn_box{display: none;}
	#m_nav{display: none;}
	.s_index_news{display: none;}
	.pic_tu{display: none;}
}


