* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
@font-face {
  font-family: 'dinBbold';
  src: url('../fonts/DIN-BOLD.OTF');
}
.conwidth{
	max-width: 1400px;
	width: 90%;
	margin: auto;
}
.bgcolor{
	background: #f5f6f7;
}
/*header*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	margin: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: rgba(255, 255, 255, 0.25) solid 1px;
}

.header.on {
	top: -100%;
}

.header .alter,
.header.white,
.header.hover {
	background: #FFFFFF;
}
.header .alter,
.header.white {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.header .wrap{
	width:83%;
	margin: auto;
}
.header .content {}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}
.header .logo .ic1,
.header .logo .ic2{
	float: left;
}
.header .logo .ic1{
	padding-right: 22px;
}
.header .alter .logo .ic2:before,
.header.white .logo .ic2:before,
.header.hover .logo .ic2:before{
	background: #696b6b !important;
}
.header .logo .ic2{
	position: relative;
	padding-left: 22px;
}
.header .logo .ic2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 45px;
	background: #ffffff;
	opacity: 0.5;
}
.header .logo a {
	height:98px;
	line-height:98px;
}

.header .logo a img {}

.header .logo a img.logo2 {
	display: none;
}

.header .alter .logo a img.logo1,
.header.white .logo a img.logo1,
.header.hover .logo a img.logo1 {
	display: none;
}

.header .alter .logo a img.logo2,
.header.white .logo a img.logo2,
.header.hover .logo a img.logo2 {
	display: inline-block;
}
.header .head-right{
	float: right;
}
.header .nav {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.header .nav>ul>li {
	position: relative;
	float: left;
	padding: 0px 30px;
}

.header .nav>ul>li>a {
	position: relative;
	color: #FFFFFF;
	font-size:16px;
	line-height:98px;
}

.header .alter .nav>ul>li>a,
.header.white .nav>ul>li>a,
.header.hover .nav>ul>li>a {
	color: #333333;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.on a {
	color: #157d42;
}
.header:hover.show-search-btn{
	border-right: 2px solid #999;
}
.header .nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #157d42;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .nav>ul>li:hover>a::before,
.header .nav>ul>li.on>a::before {
	width: 100%;
}
.header .drop-down {
	position: absolute;
	top:98px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width:128px;
	padding:10px 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0px 0px 4px 4px;
	display: none;
}
.header .alter .drop-down{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.header .drop-down a {
	display: block;
	color: #777777;
	font-size: 14px;
	line-height:38px;
	text-align: center;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .drop-down a:hover {
	color: #157d42;
}

.header .drop-down a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.header .drop-down a .ic2 {
	display: none;
}

.header .drop-down a:hover .ic1 {
	display: none;
}

.header .drop-down a:hover .ic2 {
	display: inline-block;
}

.header .drop-down a .t1 {
	font-size: 16px;
	color: #191E4C;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px;
}

.header .drop-down a .t2 {
	margin-top: 12px;
	font-size: 14px;
	color: #687990;
	line-height: 20px;
	text-align: left;
	padding: 0px 30px;
	white-space: nowrap;
}
/*搜索*/
.searchdiv {
	float: left;
	text-align: center;
	padding-right: 30px;
}
.header .alter .show-search-btn{
	border-right:2px solid #999;
}
.header .show-search-btn {
	height:19px;
	line-height:19px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right:2px solid #fff;
	padding-right:24px;
	margin-top:38px;
}
.header .show-search-btn .ic1{
	background:url(../images/ss01.png) no-repeat center;
	width:15px;
	height:15px;
}
.header .show-search-btn .ic2{
	background:url(../images/ss02.png) no-repeat center;
	width:15px;
	height:15px;
}
.show-search-btn img {
	margin-left: 10px;
}
.show-search-btn svg{
	max-width: 24px;
	max-height: 24px;
}
.show-search-btn .ic2 {
	display: none;
}

.header .content.alter .show-search-btn .ic2,
.header.white .show-search-btn .ic2,
.header.hover .show-search-btn .ic2{
	display: inline-block;
}

.header .content.alter .show-search-btn .ic1,
.header.white .show-search-btn .ic1,
.header.hover .show-search-btn .ic1 {
	display: none;
}

.search {
	position: fixed;
	z-index: 6;
	top:98px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}

.search,
.search__overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url(../images/close.png) no-repeat center;
	background-size: 28px 28px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url(../images/searchf.png) no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}
/*语言切换*/
.head-nation{
	float: left;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header.white .head-nation, .header.alter .head-nation{
	background: url(../images/lang.png) center left no-repeat;
}
.head-nation .current{
	margin-top:22px;
}
.head-nation .current .name {
    font-size: 16px;
   	color: #666666;
    padding-top:8px;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    text-align: center;
    float:left;
}
.nav-phone-t{
    margin-left:12px;
    display: inline-block;
}
.header:hover .nav-phone-t a{
	color:#157d42;
}
.header:hover .nav-phone-t p{
	color:#999999;
}
.head-nation .nav-phone-t a {
    font-size:26px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'dinBbold';
}
.header .alter .nav-phone-t a{
	color:#157d42;
}
.header .alter .nav-phone-t p{
	color:#999999;
}
.head-nation .nav-phone-t p{
    color: #eee;
    font-size:14px;
    text-align:left;
    line-height:14px;
}
.header.white .head-nation .current .name, .header.alter .head-nation .current .name{
	color: #666666;
}
.head-nation .current .name .ic2{
	display: none;
}
.header .content.alter .head-nation .current .name .ic2,
.header.white .head-nation .current .name .ic2,
.header.hover .head-nation .current .name .ic2{
	display: inline-block;
}
.header:hover .show-search-btn{
	border-right: 2px solid #999999;
}
.header .content.alter .head-nation .current .name .ic1,
.header.white .head-nation .current .name .ic1,
.header.hover .head-nation .current .name .ic1{
	display: none;
}
/*.head-nation .current .name.on{
	background: url(../images/img1.png) right center no-repeat;
}*/
.head-nation ul{
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 10px 0px;
	text-align: left;
}
.head-nation ul li a{
	display: block;
	font-weight: bold; 
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    text-align: center;
    padding: 0px 20px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: #19aeae;
	background-color: #f9f9f9;
}
/**/
.menubtn {
	display: none;
	float: right;
	width: 60px;
	height: 60px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	cursor: pointer;
}

.header.white .menubtn,
.header .content.alter .menubtn,
.header.hover .menubtn {
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.header.white .menubtn.on,
.header .content.alter .menubtn.on,
.header.hover .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.m-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}

.m-nav .nav-list {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.m-nav .nav-list>li{
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.m-nav .nav-list .one-level{
	position: relative;
	padding-right: 40px;
}
.m-nav .nav-list .one-level i{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(../images/img99.png) center no-repeat;
	background-size: 15px 18px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level{
	font-family: "syn";
	font-size: 18px;
	color: #666666;
	display: block;
	height: 50px;
	line-height: 50px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #3d9e3d;
}
.m-nav .nav-list .lang{
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
	padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
	display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
	margin: 0 30px;
}
.m-nav .nav-list .one-level:hover span{
	color: #666666;
}
.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #3d9e3d;
}

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.m-nav ul li .m-subnav>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-family: "syn";
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover {
	color: #19aeae;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}


/*footer*/
.footer{
	padding-top: 60px;
	background-color: #ffffff;
	border-top: #eeeeee solid 1px;
}
.footer .box{
	padding-bottom: 30px;
	border-bottom: #eeeeee solid 1px;
}
.footer .foot-nav{
	float: left;
	overflow: hidden;
}
.footer .foot-nav .foot-navli{
	float: left;
	min-width: 120px;
	margin-right: 45px;
}
.footer .foot-nav .foot-navli .tit a{
	color: #444444;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .foot-nav .foot-navli .tit a:hover{
	color: #19AEAE;
}
.footer .foot-nav .foot-navli ul{
	margin-top: 20px;
}
.footer .foot-nav .foot-navli ul li{
	margin-bottom: 10px;
}
.footer .foot-nav .foot-navli ul li a{
	color: #999999;
	font-size: 14px;
	line-height: 1.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .foot-nav .foot-navli ul li a:hover{
	color: #19AEAE;
}
.footer .foot-code{
	float: right;
	padding-right: 3.2%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.footer .foot-code .img{
	padding: 4px;
	background: #ffffff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.footer .foot-code .img img{
	width: 90px;
	/*height: 90px;*/
}
.footer .foot-code .txt{
	color: #444444;
	font-size: 14px;
	margin-top: 10px;
}
.footer .copyright{
	padding: 30px 0px;
	overflow: hidden;
}
.footer .copyright .text{
	float: left;
	color: #999999;
	font-size: 14px;
}
.footer .copyright .text a{
	color: #999999;
}
.footer .copyright .foot-share{
	float: right;
}
.footer .copyright .foot-share ul li{
	float: left;
	margin-right: 40px;
}
.footer .copyright .foot-share ul li .ic2{
	display: none;
}
.footer .copyright .foot-share ul li:hover .ic2{
	display: inline-block;
}
.footer .copyright .foot-share ul li:hover .ic1{
	display: none;
}


/*侧边栏*/
.sidebar{
	position: fixed;
	bottom: 20%;
    right: 0;
    z-index: 99;
    box-shadow: 0px 8px 29px rgba(6,63,55,0.2);
}
.sidebar>ul{
}
.sidebar>ul>li{
	position: relative;
	text-align: center;
	cursor: pointer;
	border-bottom: #f5f5f5 solid 1px;
}
.sidebar ul li:first-child a{
	border-radius: 10px 10px 0px 0px;
}
.sidebar ul li:last-child{
	border-bottom: none;
}
.sidebar ul li:last-child a{
	border-bottom: none;
	border-radius: 0px 0px 10px 10px;
}
.sidebar ul li a{
	display: block;
	position: relative;
	width: 75px;
	height: 70px;
	text-align: center;
	overflow: hidden;
	background: #ffffff;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sidebar ul li.on a, .sidebar ul li:hover a{
	background-color: #ffffff;
	text-decoration:none;
}
.sidebar ul li a img{
	display: block;
	margin: auto;
	max-width: 100%;
	padding-top: 10px;
}

.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 85px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0px 8px 29px rgba(6,63,55,0.2);
	border-radius: 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
	width: 0;
    height: 0;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ffffff;
}
.sidebar ul li .imgbox{
	padding: 20px;
	overflow: hidden;
}
.sidebar ul li .codeimg{
	text-align: center;
	width: 110px;
}
.sidebar ul li .codeimg img{
	display: block;
	width: 100%;
}
.sidebar ul li .txt{
	text-align: center;
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
}



/*轮播图*/

.banner{ overflow: hidden; background:#eee}
	.banner-box{ min-width:1100px; height:940px; position:relative; margin:0 auto; }
	.banner-box .bd{ width:100% !important; }
	.banner-box .bd li{ width:100% !important; height:650px; background-position: center; background-repeat: no-repeat; }
	.banner-box .bd li a{ display:block; background-size:auto; }
	.banner-btn{ width: 100%; position: absolute; top: 0; left: 0; margin-left: 0; height:940px; overflow: hidden; }
	.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:50%; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
	.banner-btn a.prev{ left:-50px; background:url(../images/qh.png) no-repeat 0 0; } 
	.banner-btn a.next{ right:-50px; background:url(../images/qh.png) no-repeat -49px 0; }
	.banner-box .hd { position:absolute; bottom:30px; width: 100%; display: block;z-index:0;}
	.banner-box .hd ul { width: 1200px; margin: 0 auto; text-align: center; }
	.banner-box .hd ul li{ width:20px; height:20px; border-radius:50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
	.banner-box .hd ul li.on{ background: #fad200; width:64px;height:20px;border-radius:48px;}
	.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
	.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
	.banner-box .banner-btn a.prev:hover,.banner-box .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

.cz-index-product {position: relative;background:url(../images/inx_cp.jpg) no-repeat top center;}
.cz-index-product .cz-content {width:83%;position: absolute;left:8.5%;top:80px;z-index: 10;}
.cz-index-product-left {width:32%;left: 0;bottom: 0;float:left;}
.cz-title .title-1{font-size:46px;line-height: 50px; color: #333333;padding-left:30px;position: relative;text-transform: uppercase;font-family: 'dinBbold';}
.cz-title .title-1 i{display: block;width: 25px;height: 17px;position: absolute;left: 0;top:10px; background: url('../images/it1.png') no-repeat;}
.cz-title .title-2 {font-size: 30px;color: #666666;padding:5px 0 0 30px;}
.cz-index-product-nav {margin-top:66px;position: relative;overflow: hidden;width: 100%;width:calc(100% - 0px);}
.cz-index-product-nav::after {width: 1px;height: 100%;left:50%;top: 0;}
.cz-index-product-nav a{display: block;overflow: hidden;background:#ffffff;position: relative;float: left;width:46%;box-sizing: border-box;padding:7.2%;margin-right:10px;margin-bottom:10px;}
.cz-index-product-nav a i{display: block;position: relative;width: 50px;height: 50px;margin-bottom: 20px;overflow: hidden;}
.cz-index-product-nav a span{display: block;font-size: 14px;padding-bottom: 5px;color: #a1a7b2;}
.cz-index-product-nav a strong{display: block;font-size:16px;color: #3d9e3d;text-align:center;font-weight:normal;}
.cz-index-product-nav a.cur {background:#3d9e3d url('../images/ibg.jpg') right bottom no-repeat;background-size: cover;}
.cz-index-product-nav a.cur span{color: #fff;opacity: .6;}
.cz-index-product-nav a.cur strong{color: #fff;font-weight:bold;}
.cz-index-product-nav a.cur svg *{fill: #fff;}
#cz-indexbg {width: 100%;position: relative;overflow: hidden;}
.viewmore-3 a, .viewmore-3 div {
    display: block;
    color: #fff;
    text-align: center;
    padding: 17px 0 17px 0;
    overflow: hidden;
    font-size: 0;
    border: 1px solid rgba(255,255,255,.2);
}

.cz-index-product-right {float: right;width:68%;}
.cz-index-product-swiper {position: relative;width: 100%;}
.cz-index-product-item {position: relative;}
.cz-index-product-item a {display: block;overflow: hidden;color: #fff;}
.cz-index-product-item .text{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:4;color: #fff;}
.cz-index-product-item .text .top{width: 84%;margin: auto;position: absolute;left:8%;top:8%;}
.cz-index-product-item .text .top .title-1{font-size: 20px;}
.cz-index-product-item .text .top .title-2{font-size: 36px;padding: 10px 0;font-weight: bold;}
.cz-index-product-item .text .bottom{width: 84%;margin: auto;position: absolute;left:8%;bottom:8%;}
.cz-index-product-item .text .bottom .text-3{font-size: 14px;line-height: 24px;padding-bottom: 30px;}
.cz-index-product-item .text .bottom .view-4{overflow: hidden;padding-top: 30px;border-top: 2px solid rgba(255,255,255,.3);opacity: .6;}
.cz-index-product-item .text .bottom .view-4 strong{display: block;font-size: 14px;font-weight: normal;letter-spacing: 2px;float: left;}
.cz-index-product-item .text .bottom .view-4 i{display: block;background: url('../images/jt-r1.png') center no-repeat;width: 22px;height: 8px;float: right;}
.cz-index-product-item .img .mark{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url('../upload/mark1.png');z-index:3;}
.cz-index-product-item a:hover .view-4{opacity: 1;}
.cz-index-product-item a:hover .img img.img-center{opacity: .7;transform:scale(1.03);}

.m-list2{padding:0;overflow:hidden}
.m-list2 li{width:33.33%;float:left;margin-bottom:20px}
.m-list2 .con{margin:0 11px;position:relative;overflow:hidden}
.m-list2 .con .xinp{position:absolute;right:0px;top:0px;z-index:1;}
.m-list2 .pic{width:371px;height:325px;position:relative;overflow:hidden}
.m-list2 .pic img{position:absolute;top:0;left:0;width:100%;display:block}
.m-list2 .txt{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:7px 43px 28px 48px;opacity:0;background-color:rgba(61,158,61,.9);-o-background-size:100% auto;-ms-background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;background-size:100% auto;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s}
.m-list2 .txt:before{content:'';position:absolute;left:0;right:0;top:-33px;width:371px;   height:33px;background:url(../images/i-bg1.png) center no-repeat;-o-background-size:100% 100%;-ms-background-size:100% 100%;-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}
.m-list2 .tit{overflow:hidden;margin-bottom:15px}
.m-list2 .tit strong{font-size:20px;float:left;line-height:32px}
.m-list2 .ico{float:right;width:32px}
.m-list2 .ico img{width:100%;display:block}
.m-list2 .desc{font-size:14px;line-height:1.75;max-height:7em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.m-list2 .con:hover .txt{opacity:1}
.row-a4{overflow:hidden;position:relative}
.row-a4 .col-l{width:360px}
.row-a4 .col-r{float:none;margin-left:388px;height:950px;background:url(../images/p9.png) left center no-repeat;-o-background-size:1061px auto;-ms-background-size:1061px auto;-moz-background-size:1061px auto;-webkit-background-size:1061px auto;background-size:1061px auto}
.row-a4 .g-t1{margin-bottom:80px;margin-top:100px}
.m-item{width:250px}
.m-item .item{padding:13px 0}
.m-item span{display:block;height:88px;line-height:88px;font-size:20px;color:#333;padding-left:70px;background-color:#f5f5f5;position:relative;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.m-item span:before{content:'';position:absolute;top:50%;width:17px;height:8px;left:27px;background:url(../images/i-09.png) center no-repeat;-o-background-size:100% auto;-ms-background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;background-size:100% auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.m-item span:after{content:'';position:absolute;top:50%;width:26px;height:16px;right:37px;opacity:0;background:url(../images/i-10.png) center no-repeat;-o-background-size:100% auto;-ms-background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;background-size:100% auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.m-item .item.slick-current span,.m-item .item:hover span{color:#fff;padding-left:95px;background-color:#d0111a}
.m-item .item.slick-current span:after,.m-item .item:hover span:after{opacity:1}
.m-item .item.slick-current span:before,.m-item .item:hover span:before{background-image:url(../images/i-08-on.png)}
.m-item .slider{padding:38px 0;position:relative}
.m-item .slick-arrow{position:absolute;left:0;width:250px;height:38px;display:block;border:0;font-size:0;padding:0;text-indent:9999px;cursor:pointer;background-color:transparent;background-repeat:no-repeat;-o-background-size:21px auto;-ms-background-size:21px auto;-moz-background-size:21px auto;-webkit-background-size:21px auto;background-size:21px auto}
.m-item .slick-prev{top:0;background-image:url(../images/i-11.png);background-position:center top}
.m-item .slick-next{bottom:0;background-image:url(../images/i-12.png);background-position:center center}
.m-item .slick-prev:hover{background-image:url(../images/i-11-on.png)}
.m-item .slick-next:hover{background-image:url(../images/i-12-on.png)}
.m-coop{position:absolute;right:0;top:50%;width:1143px;height:426px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.m-coop .slider{height:100%;background:url(../images/p10.png) center no-repeat;-o-background-size:100% auto;-ms-background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;background-size:100% auto}
.m-coop .left{width:251px;height:252px;float:left;margin-right:42px;text-align:center;position:relative;margin-left:90px;margin-top:84px;background:url(../images/i-13.png) center no-repeat;-o-background-size:100% auto;-ms-background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;background-size:100% auto}
.m-coop .provivce{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.m-coop .provivce span{font-size:36px;color:#c41e21;font-weight:700;display:block}
.m-coop .provivce em{font-size:16px;color:#999}
.m-coop .right{overflow:hidden;width:555px;padding-top:105px}
.m-coop .tit{font-size:36px;font-weight:700;color:#efd07a;border-bottom:1px solid #f7f7f7;position:relative;padding-bottom:28px;margin-bottom:33px}
.m-coop .tit:after{content:'';position:absolute;left:0;bottom:-1px;height:2px;width:59px;background-color:#efd07a}
.m-coop .desc{overflow:hidden;line-height:64px}
.m-coop .desc span{font-size:20px;color:#fff;padding-left:26px;position:relative;margin-right:25px;display:inline-block}
.m-coop .desc span:before{content:'';position:absolute;left:0;top:50%;width:9px;height:9px;margin-top:-4px;border-radius:50%;background-color:#f0ce7a}

.cz-index-introduction {position: relative;overflow: hidden;}
.cz-index-introduction .cz-content{width:83%;margin:80px auto;overflow: hidden;}
.cz-index-introduction-left {width:49%;float:left;}
.cz-index-introduction-left .text-3 {font-size: 15px;line-height: 30px;color: #666e80;padding:30px 0;width:94%;text-align: justify;}
.cz-index-introduction-left .viewmore-3 {padding:30px 0;overflow: hidden;}
.cz-index-introduction-left .viewmore-3 a{border: 1px solid #3d9e3d;background: #3d9e3d;}
.cz-index-introduction-left .viewmore-3 a span{font-size: 14px;display: inline-block;vertical-align: middle;margin-right: 40px;letter-spacing: 2px;color:#fff;}
.cz-index-introduction-left .viewmore-3 a:hover{border: 1px solid #2f7f2f;background: #2f7f2f;}
.cz-index-introduction-left .viewmore-3 a:hover span{letter-spacing: 1px;}
.cz-index-introduction-left .item-4 {background: #fff;margin:30px 0;overflow: hidden;}
.cz-index-introduction-left .item-4 li {list-style: none;margin: 0;padding:2% 5%;float: left;width:20%;position: relative;background:#f5f5f5;margin-right:20px;}
.cz-index-introduction-left .item-4 li:last-child::after {display: none;}
.cz-index-introduction-left .item-4 li h2{display: block;margin: 0;padding: 0;font-size:48px;font-family: 'dinBbold';}
.cz-index-introduction-left .item-4 li h2 em{padding:12px 0 0 8px;font-style:normal;font-size:14px;color:#3a3a3a;background: url(../images/nimg7_1.png) 8px top no-repeat;}
.cz-index-introduction-left .item-4 li h2 strong{display: inline-block;font-size: 44px;color: #26334d;font-weight: normal;}
.cz-index-introduction-left .item-4 li h2 sup {font-size:30px;font-weight: normal;}
.cz-index-introduction-left .item-4 li p{display: block;font-size:15px;color:#939393;margin: 10px 0;padding: 0;}
.cz-index-introduction-left .item-4 li i{display: block;width: 40px;height: 40px;position: absolute;right:10%;top: 25%;}
.cz-index-introduction-right{float:right;;}
.viewmore-3 {
    width: 215px;
    display: block;
    margin: 0;
}

.viewmore-3 i {
    display: inline-block;
    vertical-align: middle;
    width:40px;
    height:9px;
    background: url(../images/jt-r1.png) center no-repeat;
}
/*新闻中心*/
.syxinwen{
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}
.syxwbt{
	width: 100%;
	overflow: hidden;
}
.syxwbtleft{
	float: left;
}
.syxwbtright{
	float: right;
	padding-top:30px;
}
.syxwbtright a{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #999999;
	font-size:14px;
}
.syxwbtright a:hover{
	color:#3d9e3d;
}
.syxwbtright a i{
	display: inline-block;
	width: 29px;
	height: 70px;
	margin-right: 25px;
}
.syxwbtright a i img{
	width: 29px;
	height: 27px;
}
.syxwdiv{
	width: 100%;
	overflow: hidden;
	margin: 50px auto 0px;
}
.syxwdiv ul{
	
}
.syxwdiv ul li{
	float: left;
	width: 31.4%;
	overflow: hidden;
	margin-right: 2.9%;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.syxwdiv ul li:last-child{
	margin-right: 0;
}
.syxwdiv ul li:hover{
	background-color: #3d9e3d;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.syxwtu{
	position: relative;
	width: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.syxwtu img{
	width: 100%;
	height:296px;
}
.syxwdiv ul li:hover .syxwtu{
	border: #3d9e3d solid 14px;
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}
.syxwdiv ul li:hover .syxwtu img{
	height: 264px
}
.syxwtu span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 106px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background-color: #3d9e3d;
	font-size: 14px;
	color: #FFFFFF;
}
.syxwdiv ul li a h6{
	padding: 0px 25px 0px 22px;
	border-left: #3d9e3d solid 3px;
	color: #000002;
	font-size: 18px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 20px;
	height: 24px;
	line-height: 24px;/*新增*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.syxwdiv ul li:hover a h6{
	border-left: #FFFFFF solid 3px;
	margin-left: 25px;
	padding-left: 17px;
}
.syxwdiv ul li a p{
	padding: 0px 25px;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.syxwdiv ul li:hover a p, .syxwdiv ul li:hover a h6{
	color: #FFFFFF;
}
.syxwdiv ul li a i{
	padding: 0px 25px;
	display: inline-block;
	width: 100%;
	height: 16px;
	background: url(../images/huijiantou.png) left center no-repeat;
	background-size: 23px 16px;
}
.syxwdiv ul li:hover a i{
	background: url(../images/banjiantou.png) left 25px center no-repeat;
	background-size: 23px 16px;
}
.conwid{
	width:83%;
	margin:0 auto;
}
.section{
	position: relative;
	overflow: hidden;
}
.section .pagebg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.i-product{
}
.i-product .box{
	position: relative;
}
.i-product .box:before{
	content: '';
	position: absolute;
	right: -48px;
	bottom: -48px;
	z-index: -1;
	width: 9.28%;
	height: 19%;
	border-radius: 0px 0px 40px 0px;
	background: #19aeae;
}
.i-product .bgbox{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.i-product .bgbox ul li{
	width: 100%;
	height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.i-product .bgbox ul li.on{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.i-product .content{
	
}
.i-product .content ul li{
	position: relative;
	float: left;
	width: 16.6666%;
	max-height: 600px;
	height: 70vh;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.3);
}
.i-product .content ul li:last-child {
    border-right: none;
}
.i-product .content ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.i-product .content ul li:hover:before, .i-product .content ul li.on:before{
	background: rgba(25,174,174,0.9);
}
.i-product .content ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.i-product .serial{
	position: relative;
	z-index: 10;
	padding-top: 30%;
	padding-left: 18%;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-product .content ul li.on .serial{
	font-size: 30px;
}
.i-product .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.i-product .content ul li.on .text{
	bottom: 90px;
}
.i-product .text .txt{
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
}
.i-product .text .t1{
	font-family: "syn"; 
	color: #ffffff;
	/*margin-top: 18px;
	margin: 20px auto;*/
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}
.i-product .content ul li.on .text .t1{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.i-product .text .t2{
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	/*margin-top: 18px;
	margin-bottom: 50px;*/
	opacity: 0;
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-product .content ul li.on .text .t2{
	position: relative;
	opacity: 1;
	
	/*transform: scale(1.2);*/
}
.i-product .text .arrowicon{
	text-align: left;
	opacity: 0;
}
.i-product .content ul li.on .text .arrowicon{
	opacity: 1;
}
.m-content{
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}
/**/
.i-product .m-content{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
	display: none;
}
.i-product .m-content .mlibox{
	position: relative;
	/*padding: 15% 8%;*/
	padding-bottom: 50.7%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-product .m-content .mlibox:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}
.i-product .m-content .mlibox a{
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
}
.i-product .m-content .mlibox .cont{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
}

.section .videobox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: rgba(0,0,0,0.15);
}
.section .videobox video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.section .videobg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.numbers{
	position: relative;
}
.numbers ul{
	border-radius: 15px;
	background: rgba(0,0,0,0.3);
	font-size: 0;
}
.numbers ul li{
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	padding: 2.5%;
	box-sizing: border-box;
}
.numbers ul li i{
	position: absolute;
	right: -9px;
	top: -9px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.numbers ul li i:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00ffff;
}
.numbers ul li:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 90%;
	height: 1px;
	border-top: #c9ffff40 solid 1px;
}
.numbers ul li:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 90%;
	border-right: #c9ffff40 solid 1px;
}
.numbers ul li:nth-child(1) i,
.numbers ul li:nth-child(2) i,
.numbers ul li:nth-child(3) i,
.numbers ul li:nth-child(4n) i{
	display: none;
}
.numbers ul li:nth-child(1):before,
.numbers ul li:nth-child(2):before,
.numbers ul li:nth-child(3):before,
.numbers ul li:nth-child(4):before{
	display: none;
}
.numbers ul li:nth-child(4n):after{
	display: none;
}
.numbers ul li .wrap{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0px;
	border-radius: 10px;
	overflow: hidden;
	/*-webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;*/
}
.numbers ul li .wrap:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 50%;
	height: 50%;
	background: #19AEAE;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
}
.numbers ul li .wrap:hover:before{
	width: 100%;
	height: 100%;
	opacity: 1;
}
/*.numbers ul li .wrap:hover{
	background-color: #19aeae;
}*/
/*.numbers ul li .wrap:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.numbers ul li .wrap:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}*/
.numbers ul li .wrap .t1{
	display: block;
	width: 100%;
	font-family: "itc"; 
	color: #ffffff;
}
.numbers ul li .wrap .t1 .timer{
	display: inline-block;
	font-size: 60px;
}
.numbers ul li .wrap .t1 .plus{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
}
.numbers ul li .wrap .t2{
	display: block;
	width: 100%;
	font-family: "syr"; 
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
}

.i-new{
}
.i-title{
	text-align: center;
}
.i-title .t1{
	font-family: "sym"; 
	color: #000000;
	font-size: 30px;
}
.i-new .box{
	margin-top: 75px;
}
.i-new .leftbox{
	float: left;
	width: 34.8%;
}
.i-new .rightbox{
	float: right;
	width: 57.8%;
}
.i-new .index_main_new{
	background: #FFFFFF;
	box-shadow: 0px 8px 29px rgba(6,63,55,0.03);
}
.i-new .index_main_new a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 11%;
}
.i-new .index_main_new .img{
	width: 100%;
	overflow: hidden;
}
.i-new .index_main_new .img img{
	width: 100%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.i-new .index_main_new:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i-new .index_main_new .txt{
	margin-top: 35px;
}
.i-new .index_main_new .txt .t1{
	font-family: "syr"; 
	color: #000000;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i-new .index_main_new:hover .txt .t1{
	color: #19AEAE;
}
.i-new .index_main_new .txt .t2{
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-new .index_main_new .txt .t3{
	position: relative;
	margin-top: 30px;
}
.i-new .index_main_new .txt .t3:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	border-top: #bae7e7 solid 1px;
}
.i-new .index_main_new .txt .t3 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	color: #19aeae;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-right: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.i-new .index_new_list li{
	position: relative;
	border-bottom: #eeeeee solid 1px;
}
.i-new .index_new_list li:last-child{
	border-bottom: none;
}
.i-new .index_new_list li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	border-bottom: #19aeae solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i-new .index_new_list li:hover:before{
	width: 100%;
}
.i-new .index_new_list li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 27px 0px;
}
.i-new .index_new_list li .date{
	float: left;
	width: 13.5%;
	font-family: "itc"; 
	color: #d8dfe5;
	font-size: 16px;
}
.i-new .index_new_list li .date span{
	color: #19aeae;
	font-size: 24px;
}
.i-new .index_new_list li .txt{
	float: left;
	width: 73%;
	color: #000000;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i-new .index_new_list li:hover .txt{
	color: #19aeae;
}
.i-new .index_new_list li .arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 13.5%;
	height: 100%;
	background: url(../images/img26.png) left center no-repeat;
	background-size: 19px 12px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.i-new .index_new_list li:hover .arrow{
	opacity: 1;
	background: url(../images/img26.png) center no-repeat;
	background-size: 19px 12px;
}
.advert{
	position: relative;
}
.advert a{
	display: block;
	width: 100%;
	height: calc(100vh - 297px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.advert a .box{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: right;
}
.advert a .box img{
	max-width: 50%;
}
/**/
/**/
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.obanner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/img112.png) top center no-repeat;
	background-size: 100% auto;
}
.obanner>img{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
}
.obanner .m_banner{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact{
	position: relative;
	z-index: 2;
	padding-top: 90px;
	padding-bottom: 8.3%;
	/*overflow: hidden;*/
}
.contact .box{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.contact .way ul{
	margin-top: 35px;
}
.contact .way ul li{
	position: relative;
	float: left;
	width: 33.33%;
	overflow: hidden;
	padding-left: 50px;
	box-sizing: border-box;
}
.contact .way ul li .ic{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 100%;
	overflow: hidden;
}
.contact .way ul li .ic img{
	max-width: 100%;
}
.contact .way ul li .t1{
	color: #666666;
	font-size: 14px;
	word-break: break-word;
}
.contact .way ul li .t2{
	font-family: arial;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	word-break: break-word;
}
.contact .follow{
	margin-top: 80px;
}
.contact .follow>ul{
	margin-top: 35px;
}
.contact .follow>ul>li{
	float: left;
	width: 33.33%;
	/*overflow: hidden;*/
}
.contact .follow>ul>li .cont{
	display: inline-block;
	min-width: 180px;
}
.contact .follow>ul>li .tit{
	color: #444444;
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: #eeeeee solid 1px;
	margin-bottom: 18px;
}
.contact .follow>ul>li .img{
	width: 100%;
	overflow: hidden;
}
.contact .follow>ul>li .img img{
	max-width: 100%;
}
.contact .follow>ul>li .share li{
	float: left;
	margin-right: 18px;
	background: #FFFFFF;
	border-radius: 50%;
	/*overflow: hidden;*/
} 
.contact .follow>ul>li .share li:last-child{
	margin-right: 0;
}
.contact .follow>ul>li .share li a{
	display: block;
	width: 100%;
}
.contact .follow>ul>li .share li .ic2{
	display: none;
}
.contact .follow>ul>li .share li:hover .ic1{
	display: none;
}
.contact .follow>ul>li .share li:hover .ic2{
	display: inline-block;
}
.contact .follow>ul>li .txt a, .contact .txt .winbtn{
	display: block;
	width: 100%;
	background: #19aeae;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
.contact .wrap{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	text-align: right;
	overflow: hidden;
}
.contact .wrap img{
}
.o-title{
}
.o-title .t1{
	font-family: 'syr';
	color: #222222;
	font-size: 30px;
}
.contact .follow .o-title .t1, .latest .wrap .o-title .t1{
	font-family: 'syl';
}
.workplace .o-title{
}
.workplace .o-title .t1{
	float: left;
	margin-right: 60px;
	font-family: 'sym';
	cursor: pointer;
}
.workplace .o-title .t1.on{
	color: #19aeae;
}
.o-title .t2{
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
.o-title .t3{
	color: #222222;
	font-size: 30px;
}
.o-title .t4{
	font-family: arial;
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.m_banner{
    display:none;
}

.tech_list_wraperr {
    width: 100%;
    overflow: hidden;
}

.tech_list .t1 {
    font-size: 16px;
    font-family: Avenir, Arial;
    font-weight: bold;
    color: #FFffff;
}

.tech_list .t2 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}

.tech_list .t3 {
    display: none;
    font-size: 16px;
    line-height: 1.8;
    font-weight: lighter;
    margin: 20px 0 35px;
}

.tech_list .t4 {
    width: 35px;
    display: none;
}

.tech_list li.on .t4, .tech_list li.on .t3 {
    display: block;
}

.home1_banner {
    position: relative;
}

.slick-arrow {
    background: url("../images/z22.png") center center no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
    top: calc(50% - 12px);
    position: absolute;
    cursor: pointer;
}

.slick-arrow.prev {
    left: -30px;
}

.slick-arrow.next {
    right: -30px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.slick-dots {
    text-align: center;
}
.slick-dots li.slick-active {
    background: #0062ff;
}

.slick-dots button {
    display: none;
}

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

    .tech_list .t1 {
        font-size: 14px;
    }

    .tech_list .t2 {
        font-size: 26px;
    }

    .tech_list .t3 {
        font-size: 14px;
        margin: 10px 0 25px;
    }

    .home3_pro .nav_list a {
        font-size: 14px;
        margin: 0 40px;
    }

    .slick-arrow {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }

    .slick-arrow.prev {
        left: -30px;
    }

    .slick-arrow.next {
        right: -30px;
    }

    .home_news {
        padding: 20px 0 70px;
    }

    .home_news .news_list .l2 {
        margin: 15px 0;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .home_news .news_list .l1 {
        height: 30px;
        font-size: 22px;
    }

    .home_news li {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .home_news .news_list {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .banner1_home .swiper-button-next, .banner1_home .swiper-button-prev {
        width: 55px;
        height: 55px;
    }

    .banner1_home .swiper-slide {

        height: 90vh;
    }

    .home_bottom_list .img {
        width: 85px;
    }

    .home_bottom_list .t1 {
        font-size: 22px;
    }

    .home_bottom_list, .home_bottom_list a, .home1_banner .swiper-container .filter {
        height: 120px;
    }

    .home_bottom_list a {
        padding: 22px 4% 0;
    }

    .home1_banner .fiter-wrapper {
        height: 127px;
    }

    .home_bottom_list .t2 {
        font-size: 16px;
        margin-top: 5px;
    }

    .home_bottom_list .lans {
        width: calc(100% - 85px);
        float: left;
        color: #FFffff;
        margin-top: 10px;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .pro_index_list li {
        padding: 40px 0;
        width: 85%;
    }
}

.tech_list {
    height: 85vh;
    width: 100%;
    overflow: hidden;
}

.tech_list li {
    overflow: hidden;
    width: 16%;
    /* float: left; */
    display: inline-block;
    height: 85vh;
    background: url(.) center center no-repeat;
    position: relative;
    background-size: cover;
    transition: width .55s;
    -webkit-transition: width .55s;
    margin-left: -4px;
}

.tech_list li:after {
    content: '';
    background: #000000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tech_list li.on:after {
    opacity: 1;
    transition: all .5s .2s;
    -webkit-transition: all .5s .2s;
    background: linear-gradient(to bottom, transparent, transparent, #3d9e3d);

}

.tech_list {
    white-space: nowrap;
    width: calc(100% + 6px);
}

.tech_list li a {
    display: block;
    width: 42vw;
    cursor: default;
    position: absolute;
    bottom: 5%;
    left:15%;
    z-index: 5;
    color: #ffffff;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.tech_list li.on {
    white-space: normal;
}

.tech_list.on li:nth-child(4), .tech_list li.on {
    width: 52%;
}
.iphonemedia{
   display:none;
}
.bg-parallax{ width:100%; height:880px; background-image:url(../images/img3.jpg);margin-top:80px;}
.zyfwt li{ float:left; width:23%;}
.zyfw1{ padding:75px 0 0;}
.zyfw1 h1{ line-height:45px; font-size:36px; color:#fff;}
.zyfw1 p{ line-height:40px; color:#fff; text-transform:uppercase; font-size:22px; font-family:Arial;}
.zyfw2pc{ background:#fff; padding:80px 30px 0; height:265px; text-align:center; color:#666; font-size:14px; line-height:24px; transition:all 0.3s ease 0s}
.zyfw2pc:hover{background:#3d9e3d;cursor:pointer;}
.zyfw2pc:hover h1,.zyfw2pc:hover p{color:#fff;}
.zyfw2pc h1{ line-height:40px; padding-top:55px; color:#333; font-size:24px; margin-bottom:35px;}
.bg-parallax {background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.zyfw2now{ background:#1e7845; color:#fff;}
.zyfw2now h1{ color:#fff;}
.icon6{ background:url(../images/icon6a.png) no-repeat center top}
.zyfw2pc:hover .icon6{background:url(../images/icon6b.png) no-repeat center top;}
.icon7{ background:url(../images/icon7a.png) no-repeat center top}
.zyfw2pc:hover .icon7{background:url(../images/icon7b.png) no-repeat center top;}
.icon8{ background:url(../images/icon8a.png) no-repeat center top;}
.zyfw2now .icon8{background:url(../images/icon8b.png) no-repeat center top;}
.icon9{ background:url(../images/icon9a.png) no-repeat center top}
.zyfw2pc:hover .icon9{background:url(../images/icon9b.png) no-repeat center top;}
.icon10{ background:url(../images/icon10a.png) no-repeat center top;}
.zyfw2pc:hover .icon10{background:url(../images/icon10b.png) no-repeat center top;}
.zyfwline{ width:1px; height:100%; position:absolute; top:0; background:#fff; opacity:0.4; display:block;}
.zxzw{ background:url(../images/img4.png) no-repeat center center; width:100%; height:825px;}
.zxzwm{ padding:85px 0 0; width:1155px; margin:0 auto;}
.title{ float:left;text-align:left; width:200px;}
.title h1{ line-height:40px; margin-bottom:10px; color:#333; font-size:36px;}
.title p{ font-size:22px; font-family:Arial; color:#666; line-height:30px; text-transform:uppercase;}
.title span{ display:inline-block; width:40px; height:3px; background:#1e7845;}
.zwlb,.zwlbbox{ width:1155px;}
.zwlbbox .bx-wrapper{ position:relative}
.zwlbbox .bx-controls{ position:absolute; right:0; top:-118px; text-align:right}
.zwlbbox .bx-pager-link { display:inline-block; width:32px; margin-bottom:4px; height:5px; background:#23334a; border-radius:2px 0 0 2px; font-size:0}
.zwlbbox .active{ background:#1e7845; width:40px}
.zwlb ul{ width:1185px;}
.zwlb li{ float:left; width:305px; margin:0 30px 30px 0; background:url(../images/icon13a.png) no-repeat right bottom #f9f9f9; padding:30px 30px 0; height:200px; position:relative; text-align:left; font-size:14px; line-height:25px; color:#666;transition:all 0.3s ease 0s}
.zxzwm .zwlb li{background:url(../images/icon13a.png) no-repeat right bottom #fff !important;}
.zwlb li a{ background:url(../images/icon12a.png) no-repeat right center; padding-right:18px; display:inline-block; position:absolute; left:30px; bottom:7px; height:40px; line-height:40px; text-align:left;transition:all 0.3s ease 0s}
.zwlb li a span{ color:#fff; font-size:12px; visibility:hidden; padding:0; display:inline-block; line-height:40px; width:0;transition:all 0.3s ease 0s}
.zwlb li a.icon13link{ display:inline-block; width:50px!important; height:46px!important; position:absolute; right:0!important; bottom:0!important; background:none!important; padding:0!important; left:inherit !important} 
.zwlb li b{ position:absolute; font-family:Arial; position:absolute; left:30px; top:0; font-size:110px; line-height:100px; opacity:0; color:#fff;transition:all 0.3s ease 0s}
.zwlb li.now{background:url(../images/icon13b.png) no-repeat right bottom #23334a !important; color:#fff}
.zwlb li.now h1 a{ color:#fff;}
.zwlb li h1 a{ display:block; position:relative; left:0; bottom:0; padding:0; background:none !important; line-height:40px; margin-bottom:25px; color:#333; font-size:24px;transition:all 0.3s ease 0s}
.zwlb li.now p{ opacity:0.6}
.zwlb li.now a{background:url(../images/icon12b.png) no-repeat right center;}
.zwlb li.now a span{ width:auto; padding-right:10px; visibility:visible}
.zwlb li.now b{opacity:0.05;}
.fw00{position:absolute;left:8.5%;top:8%;}
.fw01{position:absolute;left:8.5%;top:39.2%;}
.fw02{position:absolute;left:31.50%;top:39.2%;}
.fw03{position:absolute;left:54.50%;top:39.2%;}
.fw04{position:absolute;left:77.50%;top:0%;}
.m_fuwu,.zyfw2{display:none;}
.mapm{z-index:1;width:83%; background:#fff; position:absolute; left:8.5%; bottom:55px;box-shadow:0 0 5px rgba(0,0,0,0.15); padding:25px 35px 30px; box-sizing:border-box;}
.mapm h1{ color:#333; font-size:24px; line-height:30px; margin-bottom:10px;}
.mapm p{ line-height:22px; color:#999; font-size:14px; margin-bottom:5px;}
.map_input{ float:left; margin:10px 50px 0 0; border:none; border-bottom:1px solid #333; height:40px; line-height:40px; width:25%; color:#333; font-size:14px;}
.map_btn{ border:3px solid #39485c; height:50px; box-sizing:border-box; background:url(../images/icon15.png) no-repeat 5px center #fff; border-radius:25px; padding: 0 65px 0 90px; cursor:pointer; color:#241f53; font-size:16px;font-family:"\5FAE\8F6F\96C5\9ED1"; display:inline-block; float:right}
.mapline{ width:5px; height:50px; position:absolute; left:0; top:30px; background:#3d9e3d; display:inline-block}
.lxwm{position:relative;padding-top:68px;}
.lxwm .icon14c{
    padding:32px 20px 0 46px;
    height:78px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 200px;
    margin-right: 25px;
    position:absolute;
    left:8.5%;
    z-index:1;
    background:#3d9e3d url(../images/dz.png) no-repeat 20px 32px;
}

.footer_container {
	background:#181818;
}
.footer_container .banner_pc {
	}.footer_container .top {
	padding:30px 0 20px;
	border-bottom:1px solid #2f2f2f;
}
.footer_container .t_left {
	float:left;
}
.footer_container .t_right {
	float:right;
	font-size:16px;
	color:#939393;
    width:180px;
	height:55px;
	line-height:55px;
	border-radius:10px;
	background:#2f2f2f;
	text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.footer_container .t_right:hover {
	margin-top:-5px;
	margin-bottom:5px;
	box-sizing:border-box;
}
.footer_container .t_right img {
	margin:0 10px;
	width:30px;
	height:28px;
}
.footer_container .center {
	padding-top:68px;
}
.footer_container .f_list {
	float:left;
}
.footer_container .f_list li {
	margin-left:160px;
	float:left;
	height:296px;
}
.footer_container .f_list li:first-child {
	margin-left:0;
}
.footer_container .f_list h4 {
	font-size:18px;
	line-height:2;
	color:#939393;
	margin-bottom:10px;
	font-weight:bold;
}
.footer_container .f_list a {
	font-size:14px;
	line-height:36px;
	display:block;
	color:#939393;
	font-weight:lighter;
}
.footer_container .f_list a:hover {
	font-weight:normal;
	color:#ffffff;
}
.footer_container .c_right {
	text-align:right;
}
.c_right .c1 {
	font-size:38px;
	color:#939393;
	font-weight:bold;
	font-family: 'dinBbold';
}
.c_right .c2 {
	font-size:14px;
	line-height:20px;
	color:#939393;
	margin:5px 0 20px 0;
}
.c_right .c3 {
	color:#939393;
	font-size:14px;
	line-height:2.5;
}
.c_right .c3 li {
	margin-left:38px;
	width:100px;
	display:inline-block;
	text-align:center;
}
.footer_container .bottom {
	border-top:1px solid #2f2f2f;
	padding:30px 0 24px 0;
}
.footer_container .b_left {
	font-size:14px;
	line-height:30px;
	float:left;
	color:#939393;
}
.footer_container .b_right {
	float:right;
	margin-top:10px;
}
.footer_container .b_right a {
	overflow:hidden;
}
.footer_container .b_right a img{
	float:left;
	display:block;
	width:35px;
	height:35px;
	margin:0 4px;
}
.footer_container .b_left .t1 {
	margin-left:-15px;
}
.footer_container .b_left .t1 a {
	color:#939393;
	display:inline-block;
	padding:0 15px;
}
.footer_container .b_left .t2 {
	font-size:14px;
	line-height:30px;
	color:#939393;
	margin-top:8px;
}
.footer_container .b_left .t2 a {
	color:#939393;
	padding:0 15px;
}
.footer_container .w-link{
	width:150px;
	line-height:30px;
	height:30px;
	box-sizing:border-box;
	padding:0 15px;
	color:#939393;
	outline:none;
	/*去掉默认的下拉三角*/

    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*添加下拉三角图标*/

    background:url("../images/ico_arrow.png") no-repeat calc(100% - 15px) center #2f2f2f;
	cursor:pointer;
	font-size:12px;
	border:0;
}
.foot_box{
    width:83%;
    margin: auto;
}
.wsc-foot,.wsc-bottom,.wsc-botfix,.botfix-lxway{
    display:none;
}

.index-product-activities {padding:0 0 80px 8.5%;overflow: hidden;}
.index-activities {position: relative;overflow: hidden;}
.product-activities-swiper {position: absolute;}
.product-activities-swiper .item{width:766px;margin-right:0px;position:relative;}
.product-activities-swiper .item i{background:url(../images/sp_bf.png) no-repeat center;width:66px;height:66px;display:block;position:absolute;left:50%;top:50%;}
.product-activities-swiper .item a{display: block;overflow: hidden;position: relative;}
.product-activities-swiper .item a .text{float: left;width: 48%;}
.product-activities-swiper .item a .text h5{margin: 0;font-weight: normal;color: #999;font-size: 14px;line-height: 28px;}
.product-activities-swiper .item a .text h2{margin: 0;font-weight: normal;color: #1a1a1a;font-size: 24px;line-height: 38px;padding-bottom: 30px;}
.product-activities-swiper .item a .text h4{margin: 0;font-weight: normal;color: #999;font-size: 15px;line-height: 28px;}
.product-activities-swiper .item a .text i{display: block;width: 60px;height: 60px;position: absolute;left: 0;bottom: 0;border-radius: 100%;background: url("../upload/r2.png") center no-repeat #ccc;opacity: .5;}
.product-activities-swiper .item a .img{float: right;width:766px;position: relative;}
.product-activities-swiper .item a .img img{opacity: 0;display: block;width: 100%;height: auto;}
.product-activities-swiper .item a:hover img{opacity: 0.2;}
.product-activities-swiper .item a:hover .text h2{color: #e60012;}
.swiper-bnext,.swiper-bprev{position: absolute; top:520px;bottom:auto;left:auto;width:42px;height: 42px; border:1px solid rgba(0,0,0,.4);border-radius:100%;margin-top:auto;background: none;z-index: 99;outline: none; opacity:0.6;overflow: visible;cursor: pointer;}
.swiper-bprev { background:url(../images/right_h.png) center no-repeat;left:11.5%; }
.swiper-bnext { background:url(../images/left_h.png) center no-repeat;left:8.5%;}
.swiper-bprev:hover .contain .path,.swiper-bnext:hover .contain .path{animation: dash2 2000ms 1;}
.index-activities .sp_left{float:left;margin-top:116px;}
.index-activities .sp_left h2{color:#333333;font-size:30px;font-weight:bold;}
.index-activities .sp_left h2 i{background:url(../images/vivo_tb.png) no-repeat left center;width:50px;height:30px;display:block;padding-right:14px;float:left;}
.index-activities .sp_left h5{font-size:30px;background-image:-webkit-linear-gradient(bottom,#3d9e3d,#55ca55); -webkit-background-clip:text; -webkit-text-fill-color:transparent;margin-top:60px;}
.index-activities .sp_left h6{font-size:15px;background-image:-webkit-linear-gradient(bottom,#3d9e3d,#55ca55); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.index-activities .sp_left p{font-size:12px;color:#d6d5d5;line-height:18px;text-transform:Uppercase;width:74%;margin-top:30px;}
.section{background:url(../images/sp_bj.png) no-repeat left 168px;}
.sp_tit{overflow:hidden;}
/*侧边栏*/

.side-bar {
	position:fixed;
	bottom:150px;
	right:0;
	z-index:10;
}
.side-bar li {
	width:60px;
	height:60px;
	background-color:#969696;
	position:relative;
}
.side-bar li:hover {
	background-color:#157d42;
}
.side-bar li a {
	display:inline-block;
	width:60px;
	height:60px;
}
.sbewm-dark {
	position:absolute;
	width:140px;
	top:-150px;
	right:60px;
	background-color:#157d42;
	text-align:center;
	padding-bottom:16px;
	opacity:0;
	transition:all .6s ease-in-out;
}
.sbewm-dark img {
	margin-top:16px;
	width:50%;
}
.sbewm-dark p {
	color:#ffffff;
	margin-top:5px;
	font-size:14px;
}
li:hover .sbewm-dark {
	opacity:1;
}
.goTop {
	position:absolute;
	height:60px;
	line-height:60px;
	top:0;
	right:60px;
	width:90px;
	text-align:center;
	color:white;
	background-color:#157d42;
	opacity:0;
	font-size:14px;
	transition:all .6s ease-in-out;
}
li:hover .goTop {
	opacity:1;
}
.sb-phone-num {
	position:absolute;
	height:40px;
	line-height:40px;
	top:0;
	right:60px;
	width:130px;
	text-align:center;
	color:white;
	background-color:#157d42;
	font-size:14px;
	opacity:0;
	transition:all .6s ease-in-out;
}
li:hover .sb-phone-num {
	opacity:1;
}
.sb-qq-num {
	position:absolute;
	height:40px;
	line-height:40px;
	top:0;
	right:60px;
	width:130px;
	text-align:center;
	color:white;
	background-color:#157d42;
	font-size:14px;
	display:none;
}
li:hover .sb-qq-num {
	display:block;
}
.bg-icon {
	position:absolute;
	top:18px;
	left:18px;
	color:#fff;
}
.icons {
	background-repeat:no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
}
.icon-flowqq {
	background-image:url(../images/ib1.png);
}
.icon-flowphone {
	background-image:url(../images/ib2.png);
}
.icon-flowewm {
	background-image:url(../images/ib3.png);
}
/*侧边栏*/

/*内页*/
.neiye_banner {
	position:relative;
	height:644px;
	background:url() center left no-repeat;
	background-size:cover;
}
.neiye_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/img112.png) top center no-repeat;
    background-size: 100% auto;
}
.neiye_banner .banners_pc{
    display:block;
}
.neiye_banner .banners_sj{
    display:none;
}
.neiye_banner .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.neiye_banner .box {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:2;
}
.neiye_banner .t1 {
	font-size:40px;
	color:#ffffff;
	font-weight:bold;
}
.neiye_banner .t2 {
	font-size:20px;
	color:#ffffff;
	line-height:1.5;
	margin-top:10px;
}
.neiye_nav {
	line-height:70px;
	height:70px;
	background:rgba(21,125,66,0.84);
	margin-top:-70px;
	position:relative;
	z-index:3;
}
.neiye_nav .left {
	width:calc(100% - 240px);
}
.neiye_nav .left a {
	text-align:center;
	font-size:16px;
	font-weight:lighter;
	position:relative;
	z-index:4;
	color:#ffffff;
	width:auto !important;
	padding:0 20px 0 15px;
	float:left;
}
.neiye_nav .left a:after {
	content:'';
	width:100%;
	height:0;
	position:absolute;
	background:#ffffff;
	bottom:0;
	left:0;
	z-index:2;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.neiye_nav .left .t1 {
	position:relative;
	z-index:5;
	display:inline-block;
}
.neiye_nav .left a:hover:after,.neiye_nav .left a.slick-current:after {
	height:100%;
}
.neiye_nav .left a:before {
	content:url("../images/ico_radius.png");
	margin-right:10px;
	opacity:0;
	position:relative;
	z-index:5;
	display:inline-block;
}
.neiye_nav a.slick-current,.neiye_nav a:hover {
	/*background:#ffffff;
	*/

    color:#333333;
}
.neiye_nav .left a:hover:before,.neiye_nav .left a.slick-current:before {
	opacity:1;
}
.neiye_nav .right {
	width:300px;
	float:right;
	text-align:right;
	font-size:14px;
	color:#e1e1e1;
}
.neiye_nav .right a {
	color:#e1e1e1;
}
.neiye_nav .right img {
	margin-right:5px;
}
.about1 {
    padding:60px 0 68px 0;
}
/*about1.html*/
.about1 .left {
	width:49%;
	float:left;
	margin-top:1.5%;
}
.about1 .left .name {
    font-size:28px;
    line-height:24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 0.1rem;
}
.about1 .left .year {
    font-size:40px;
    color: #157d42;
    text-transform: uppercase;
    font-family:'dinBbold';
}
.about1 .l1 h2{
	font-size:40px;
	color:#333333;
	font-weight:bold;
}
.about1 .l2 {
	color:#666666;
	font-size:15px;
	line-height:24px;
	margin:50px 0;
	width:95%;
}
.about1 .l2 p{
	margin-bottom:30px;
}
.about1 .l3 {
	width:110%;
}
.about1 .l3 li {
	width:25%;
	float:left;
}
.about1 .l3_1 {
	font-size:16px;
	color:#222222;
}
.about1 .l3_2 {
	margin:10px 0;
}
.about1 .l3_3 {
	}.about1 .l3_3 span {
	font-weight:bold;
	font-size:40px;
	color:#00b0a5;
	margin-right:5px;
}
.about1 .l3_3 span i {
	font-style:normal;
}
.about1 .right {
	float:right;
}
.about2_list {
	}
.about2_list li {
	width:30%;
	float:left;
	height:250px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	padding:40px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.about2_list li:hover {
	border:0px solid #eeeeee;
	box-shadow:6px 0 20px 0 rgba(0,0,0,.06);
	margin-top:-20px;
	margin-bottom:20px;
}
.wh_b{
	overflow:hidden;
	padding-top:4%;
}
.about2_list li:nth-child(2) {
	margin-left:5%;
	margin-right:5%;
}
.about2_list .ico {
	float:left;
}
.about2_list .number {
	float:right;
	color:#d9d9d9;
	font-size:28px;
	margin-top:18px;
}
.about2_list li:hover .number {
	color:#157d42;
}
.about2_list .number:after {
	display:block;
	content:'';
	width:15px;
	height:1px;
	background:#d9d9d9;
	margin-top:2px;
	transition:width .5s;
	-webkit-transition:width .5s;
}
.about2_list li:hover .number:after {
	background:#157d42;
	width:20px;
}
.about2 .wh_b li {
	width:30%;
	float:left;
	height:250px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	padding:40px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.about2 .wh_b li:hover {
	border:0px solid #eeeeee;
	box-shadow:6px 0 20px 0 rgba(0,0,0,.06);
	margin-top:-20px;
	margin-bottom:20px;
}

.about2 .ico {
	float:left;
}
.about2 .number {
	float:right;
	color:#d9d9d9;
	font-size:28px;
	margin-top:18px;
}
.about2 .wh_b li:hover .number {
	color:#157d42;
}
.about2 .number:after {
	display:block;
	content:'';
	width:15px;
	height:1px;
	background:#d9d9d9;
	margin-top:2px;
	transition:width .5s;
	-webkit-transition:width .5s;
}
.about2 .wh_b li:hover .number:after {
	background:#3d9e3d;
	width:20px;
}
.about2 .wh_b li .l2 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(34, 34, 34);
    margin:14px 0px 10px;
}
.about2 .wh_b li .l3 {
	font-size:16px;
	line-height:24px;
	color:#666666;
}
.about2_list .l2 {
	font-size:24px;
	font-weight:bold;
	color:#222;
	margin:14px 0 10px 0;
}
.about2_list .l3 {
	font-size:16px;
	line-height:24px;
	color:#666666;
}
.about3 {
	padding:100px 0 80px 0;
}
.about3 .top {
	position:relative;
}
.about3 .left {
	width:8%;
	float:left;
	background:url('../images/ico_a4.jpg') left top no-repeat #00b0a5;
	height:600px;
	position:relative;
}
.about3 .left .l1 {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	font-size:40px;
	color:#ffffff;
	font-weight:bold;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.about3 .right {
	width:92%;
	float:left;
}
.about3 .right .swiper-slide {
	height:600px;
	background:#f3f3f3;
	padding:110px 35px;
	box-sizing:border-box;
	position:relative;
	transition:all ease .3s;
}
.about3 .right .swiper-slide:hover {
	padding-top:100px
}
.about3 .right .swiper-slide:after {
	content:'';
	background:url('../images/ico_a6.png');
	width:44px;
	height:44px;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	opacity:0;
}
.about3 .right .swiper-slide-active:after {
	opacity:1;
}
.about3 .right .swiper-slide:nth-child(even) {
	background:#f9f9f9;
}
.about3 .year {
	font-size:40px;
	font-weight:bold;
	color:#19b1a4;
	font-family:'arial';
}
.about3 .ico {
	margin:20px 0;
	width:20px;
	height:20px;
}
.about3 .lans {
	font-size:16px;
	line-height:30px;
	color:#666666;
}
.about3 .bottom {
	line-height:95px;
	text-align:center;
	box-sizing:border-box;
	background:url('../images/x1.png') center 15px repeat-x;
	margin-top:20px;
}
.about3 .bottom .swiper-container {
	max-width:1300px;
	font-size:20px;
	color:#999999;
}
.about3 .bottom .swiper-slide {
	padding-top:20px;
}
.about3 .bottom .swiper-slide.on {
	color:#333333;
	position:relative;
}
.about3 .bottom .swiper-slide.on:after {
	content:'';
	background:url('../images/on.png');
	width:20px;
	height:30px;
	position:absolute;
	left:calc(50% - 10px);
	top:5px;
}
.about3 .swiper-button-next,.about3 .swiper-button-prev {
	background-image:url('../images/ico_50_on1.png');
	width:50px;
	height:50px;
}
.about3 .swiper-button-next:hover,.about3 .swiper-button-prev:hover {
	background-image:url('../images/ico_50_on.png');
}
.about3 .swiper-button-prev {
	left:-50px;
}
.about3 .swiper-button-next {
	right:-50px;
}

.about4 a {
	line-height:70px;
	font-size:16px;
	color:#333333;
	border-bottom:1px solid #dddddd;
}
.about4 .swiper-pagination {
	bottom:0;
}
.about5 {
	}.about5 .top {
	max-width:1200px;
	margin:auto;
	position:relative;
}
.about5 .top:after {
	content:'';
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left:0;
}
.about5 .top a {
	text-align:center;
	font-size:20px;
	font-family:'arial';
	color:#999999;
	line-height:60px;
	padding-top:60px;
	position:relative;
}
.about5 .top a:after {
	content:'';
	position:absolute;
	top:calc(50% - 5px);
	left:calc(50% - 5px);
	width:10px;
	height:10px;
	background:url('../images/r1.png');
}
.about5 .top a.on:after {
	background:url('../images/r1_on.png');
}
.about5 .top a.on {
	color:#00b0a5;
}
.about5 .bottom {
	margin:50px 0 100px 0;
}
.picScroll-left .hd .prev{
    display:block;  
    float:left; 
    width:54px;
    height:54px;
    background:#d2d2d2 url(../images/prev.png) no-repeat center center;
    border-radius:50px;
    margin-left:5px; 
    margin-top:50px;  
    overflow:hidden;
    cursor:pointer; 
}
.picScroll-left .hd .prev:hover{
    background:#157d42 url(../images/prevon.png) no-repeat center center;
}
.picScroll-left .hd .next{ 
    display:block;  
    float:right; 
    width:54px;
    height:54px;
    background:#d2d2d2 url(../images/next.png) no-repeat center center;
    border-radius:50px;
    margin-right:5px; 
    margin-top:50px;  
    overflow:hidden;
    cursor:pointer; 
}  
.picScroll-left .hd .next:hover{
    background:#157d42 url(../images/nexton.png) no-repeat center center;
} 
.about5 .bottom li {
	display:none;
}
.about5 .bottom li.on {
	display:block;
}
.about5 .bottom .lans {
	padding:25px;
	box-sizing:border-box;
}
.about5 .bottom .l1 {
	font-size:24px;
	color:#222222;
	margin-bottom:20px;
}
.about5 .bottom .l2 {

	font-size:14px;
	line-height:24px;
	color:#222222;
	height:72px;
	margin-bottom:20px;
	-webkit-line-clamp:3;
}
.about5 .bottom a:after {
	content:'';
	position:absolute;
	bottom:0;
	width:0;
	left:50%;
	background:#00b0a5;
	height:3px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.about5 .bottom a:hover:after {
	left:0;
	width:100%;
}
.about5 .bottom a:hover .l1 {
	color:#00b0a5;
}
.about5 .swiper-button-next:hover,.about5 .swiper-button-prev:hover {
	background-image:url('../images/button1.png');
}
.about5 .bottom swiper-button-prev,.about5 .bottom swiper-button-next {
	opacity:0;
}
.about6_nav {
	text-align:center;
	margin-bottom:70px;
}
.about6_nav a {
	width:250px;
	line-height:60px;
	height:60px;
	background:#f5f5f5;
	color:#333;
	text-align:center;
	font-size:16px;
	margin:0 20px;
	display: inline-block;
}
.about6_nav a img {
	margin:0 5px;
}
.about6_nav a img:last-child {
	display:none;
}
.about6_nav a.on {
	background:#00b0a5;
	color:#ffffff;
}
.about6_nav a.on img:first-child {
	display:none;
}
.about6_nav a.on img:last-child {
	display:inline-block;
}
.about6_container li {
	position:relative;
	padding-bottom:50px;
	margin-bottom:100px;
	display:none;
}
.about6_container a {
	color:#ffffff;
	display:block;
	position:relative;
}
.about6_container .swiper-pagination {
	text-align:center;
	width:100%;
	bottom:0;
}
.about6_container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	margin:0 10px;
	display:inline-block;
}
.about6_container .lans {
	position:absolute;
	bottom:40px;
	left:20px;
	font-size:20px;
}
.about6_container .swiper-button-next {
	right:20px;
}
.about6_container .swiper-button-prev {
	left:20px;
}
.banner_sj2 {
    display: none!important;
}
.tjbj{
	background:#f5f5f5;
	padding:68px 0 80px 0;
}
.n_box{
    width:83%;
    margin:0 auto;
}
.about2_sum {
    background: #f8fafd;
    padding:60px 0 68px 0;
}

.about2_sum .boxs {
    position: relative;
}

.about2_sum a {
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.about2_sum .about_lans {
    text-align: center;
    padding-bottom: 40px;
}

.about2_sum .lans {
    text-align: center;
    color: #222222;
    padding: 25px 25px 30px 25px;
}

.about2_sum .lans .l1 {
    font-size: 24px;
    padding-bottom: 5px;
}

.about2_sum .lans .l2 {
    font-size: 16px;
}

.about2_sum .lans .l3 {
    display: none;
}

.about2_sum a:hover .l1 {
    color: #0062ff;
}

.about2_sum .swiper-button-prev {
    left: -100px;
}

.about2_sum .swiper-button-next {
    right: -100px;
}

.about5_sum .swiper-button-prev,
.about5_sum .swiper-button-next {
    top: 60%;
   
}

.about2_sum .swiper-button-next:hover,
.about2_sum .swiper-button-prev:hover,
.about2_win .swiper-button-next:hover,
.about2_win .swiper-button-prev:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.about2_win {
    display: none;
}

.about2_win .close {
    width: 25px;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 10;
    cursor: pointer;
}

.about2_win .close:hover {
    /*     animation: rotate 1s infinite linear */
}

.about2_win .bg {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: .5;
}

.about2_win .container {
    max-width: 1400px;
    box-sizing: border-box;
    padding: 55px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.about2_win .swiper_sum {

}

.about2_win a {
    cursor: default;
    display: block;
}

.about2_win .picture {
    width: 435px;
    float: left;
}

.about2_win .lans {
    width: calc(100% - 540px);
    float: right;
}

.about2_win .lans .l1 {
    font-size: 30px;
    color: #222222;
}

.about2_win .lans .l2 {
    font-size: 20px;
    padding: 20px 0;
    color: #222222;
    border-bottom: 1px solid #eeeeee;
}

.about2_win .lans .l3 {
    font-size: 16px;
    line-height: 2.2;
    color: #444444;
    margin: 20px 0;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    max-height: 250px;
    overflow: auto;
}

.about2_win .lans .l3::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.about2_win .lans .l3::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #126dff;

}

.about2_win .lans .l3::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #dddddd;
    border-radius: 10px;
    background: #FFFFFF;

}

.about2_win .lans .l3 li {
    background: url("../images/quan.jpg") left 15px no-repeat;
    padding-left: 20px;
}

.about2_win a {
    display: block;
    background: #FFFFFF;
    box-sizing: border-box;
}

.swiper_sum {
    position: absolute;
    bottom: 60px;
    left: 590px;
    width: 120px;
}
.right_map_show.on .map_list li:nth-child(7) {
    left: 81%;
    top: 45%;
}


.right_map_show.on .map_list li:nth-child(7) .line1 {
    animation: line6 3s forwards;
    -webkit-animation: line6 3s forwards;
    width: 140px;
    left: 100%;
    top: -7px;
    background: #0062ff;
    height: 1px;
    position: relative;
}


.right_map_show.on .map_list li:nth-child(7) .line2 {
    animation: line61 2s 3s forwards;
    -webkit-animation: line61 2s 3s forwards;
    height: 0;
    left: 154px;
    bottom: 6px;
}

.right_map_show.on .map_list li:nth-child(7) .lans {
    bottom: 140px;
    left: calc(140px + 50%);
    top: auto;
}

.about4_sum {
    text-align: center;
    padding:68px 0 60px 0;
    background:#ffffff;
}

.about4_sum .swiper-container {
    margin-top: 40px;
}

.about4_sum a {
    position: relative;
    color: #222222;
    box-sizing: border-box;
    padding:34px 24px 0 24px;
    margin-bottom: 80px;
    background:#f5f5f5;
}

.about4_sum a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 4px;
    background: #157d42;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about4_sum a:hover:after {
    left: 0;
    width: 100%;
}

.about4_sum .lans {
    margin-top:14px;
}

.about4_sum .lans .l1 {
    font-size:18px;
    width: calc(100% - 25px);
    float: left;
    text-align: center;
}

.about4_sum .lans .icon {
    float: right;
    background: url("../images/g20.png");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-top: 4px;
}

.about4_sum a:hover .icon {
    background: url("../images/g21.png");
    background-size: 100% 100%;
}

.about4_sum a:hover {
    color: #157d42;
}
.about3 .memorabilia-container{height:430px;overflow:hidden}
.about3 .item{width:240px;height:430px;float:left;position:relative}
.about3 .item:nth-child(5n-4) .content{height:186px}
.about3 .item:nth-child(5n-3) .content{height:279px}
.about3 .item:nth-child(5n-2) .content{height:124px}
.about3 .item:nth-child(5n-1) .content{height:254px}
.about3 .item:nth-child(5n) .content{height:214px}
.about3 .swiper-slide-visible .content{opacity:1;bottom:0}
.about3 .content{width:158px;position:absolute;bottom:-430px;left:0;padding-left:60px;padding-bottom:60px;opacity:0;transition:all 0.8s;-webkit-transition:all 0.8s}
.about3 .time{line-height:36px;color:#a97c5a;font-family:'dincond-medium-webfont';font-size:38px;margin-bottom:14px}
.about3 .text{min-height:60px;line-height:22px;text-align:justify;font-size:15px}
.about3 .part1{width:36px;height:36px;background:url('../images/icon08-1.png') no-repeat;position:absolute;left:0;top:0;z-index:2}
.about3 .memorabilia-container .part2{height:100%;width:2px;background:url('../images/icon08-2.png') no-repeat center bottom;position:absolute;left:17px;top:0}
.change-btn-type1{width:58px;height:39px;background:#a97c5a no-repeat center;cursor:pointer;transition:background 0.3s;-webkit-transition:background 0.3s}
.change-btn-type1:hover{background-color:#cd283a}
.change-btn-type1.prev{background-image:url('../images/left1.png')}
.change-btn-type1.next{background-image:url('../images/right1.png')}
.about_lans .l1 {
    font-size:40px;
    font-weight: bold;
    color: #333333;
    padding-bottom:8px;
}
.about_lans .l2 {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    text-align:center;
}
.boxs {
    width:83%;
    margin: auto;
}


.about2_sum .swiper-button-prev {
    left: -64px;
}

.about2_sum .swiper-button-next {
    right: -64px;
}
.his-block2 {
  padding-top:60px;
  box-sizing: border-box;
  background: url(../images/ryzz_n.jpg) no-repeat center;
  margin-top:68px;
}
.his-block2 .pTit{
  color: #fff;
  font-size: 40px;
  font-weight:bold;
  text-align:center;
  padding-bottom: 8px;
}
.his-block2 .g .l2{
	font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
}
.about2_list{
    padding-top:50px;
} 
.about2 .n_box .pTit {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
}
.hisb2-main {
  width:74%;
  margin:48px auto 0;
  position: relative;
}
.hisb2-main .swiper-container {
  width: 100%;
  height:300px;
}
.his-page {
  width: 1360px;
  padding-right: 5px;
  margin: 100px auto 0;
}
.hisb2-main .item-img {
  float: left;
  width:448px;
  height:300px;
  overflow: hidden;
}
.hisb2-main .item-info {
  font-size: 0;
  width:960px;
  height:300px;
  background:rgba(255,255,255,1);
  box-sizing: border-box;
  padding: 0 60px ;
  float: left;
}
.hisb2-main .info {
  display: inline-block;
  vertical-align: middle;
}
.hisb2-main .tit-line {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  margin-top: 8px;
  height: 3px;
  background: url(../images/hisb2-titline.png) no-repeat center center;
}
.midline {
  display: inline-block;
  width: 1px;
  margin-left: -1px;
  height: 100%;
  vertical-align: middle;
}
 
.hisb2-main .his-item .tit span{
  font-size: 30px;
  line-height: 32px;
  color: #333;
  font-family: neutraface2display-titling-webfont_woff2_0;
}
.hisb2-main .text {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-top: 15px;
}
.hisb2-main .swiper-prev {
  position: absolute;
  bottom: 62px;
 left: -80px;
  width: 48px;
  height: 48px;
  border: solid 1px #eaeaea;
  background: url(../images/hisb2-prev.png) no-repeat center center;
  transition: 0.36s;
  border-radius: 50%;
  cursor: pointer;
}
.hisb2-main .swiper-next {
  position: absolute;
   bottom:62px;
  right: -80px;
  width: 48px;
  height: 48px;
  border: solid 1px #eaeaea;
  background: url(../images/hisb2-next.png) no-repeat center center;
  transition: 0.36s;
  border-radius: 50%;
  cursor: pointer;
}
.pagination-his {
  background: url(../images/hisb2-line.png) repeat-x 0 6px;
  font-size: 0;
  text-align: center;
}
.pagination-his .swiper-pagination-switch {
  display: inline-block;
  vertical-align: top;
  width:90px;
  cursor: pointer;
  height: 71px;
  font-size:16px;
  color: #fff;
  font-family:Arial;
  font-weight:400;
  line-height: 24px;
  margin-top: 3px;
  padding-top: 20px;
  text-align: center;
  background: url(../images/hisb2-dot.png) no-repeat top center;
}
.pagination-his .swiper-active-switch{
  font-size:18px;
  line-height:24px;
  padding-top: 28px;
  margin-top: -5px;
  background: url(../images/his-dot.png) no-repeat top center;
}
.about5_sum .swiper-button-prev,
.about5_sum .swiper-button-next {
    top: 60%;
   
}
.swiper-pagination .swiper-pagination-bullet{
    width:14px !important;
    height:14px !important;
    margin: 5px 10px !important;
    background:#dfdfdf;
    border: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:46px !important;
    height:14px !important;
    background:#157d42;
    background-size: 100%;
}
.about5{
	background:#f5f5f5;
}
.about5 .boxs .picScroll-left .bd li{
	background: #ffffff;
    width: 212px;
    height:138px;
    margin-right:20px;
}
.about5 .swiper-button-prev{
	background:url(../images/zuo.png) no-repeat center center;
	width:55px;
	height:55px;
}
.about5 .swiper-button-prev:hover{
	background:url(../images/zuo_on.png) no-repeat center center;
	width:55px;
	height:55px;
}
.about5 .swiper-button-next{
	background:url(../images/you.png) no-repeat center center;
	width:55px;
	height:55px;
}
.about5 .swiper-button-next:hover{
	background:url(../images/you_on.png) no-repeat center center;
	width:55px;
	height:55px;
}

.about1 .item-4 {background: #fff;overflow: hidden;}
.about1 .item-4 li {list-style: none;margin: 0;padding:2% 5%;float: left;width:20%;position: relative;background:#f5f5f5;margin-right:20px;}
.about1 .item-4 li:last-child::after {display: none;}
.about1 .item-4 li h2{display: block;margin: 0;padding: 0;font-size:48px;font-family: 'dinBbold';}
.about1 .item-4 li h2 em{padding:12px 0 0 8px;font-style:normal;font-size:14px;color:#3a3a3a;background: url(../images/nimg7_1.png) 8px top no-repeat;}
.about1 .item-4 li h2 strong{display: inline-block;font-size: 44px;color: #26334d;font-weight: normal;}
.about1 .item-4 li h2 sup {font-size:30px;font-weight: normal;}
.about1 .item-4 li p{display: block;font-size:15px;color:#939393;margin: 10px 0;padding: 0;}
.about1 .item-4 li i{display: block;width: 40px;height: 40px;position: absolute;right:10%;top: 25%;}

.pro_list {
}
.pro_list li {
	width:23%;
	display:inline-block;
	margin-right:calc(2.4% - 4px);
	margin-bottom:35px;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	vertical-align:top;
	margin-top:15px;
}
.pro_list li .picture img{
	width:100%;
}
.pro_list li:hover {
	box-shadow:0 5px 20px 0 rgba(0,0,0,.2);
	margin-top:0px
}
.pro_list li:nth-child(4n) {
	margin-right:0;
}
.pro_list a {
	display:block;
}
.pro_list .lans {
	box-sizing:border-box;
	line-height:60px;
	height:60px;
	background:#e5e5e5;
	border-top:0;
	font-size:16px;
}
.pro_list a:hover .lans .t1{
	background:#157d42;
	border:0;
	color:#fff;
}
.pro_list .t1 {
	color:#333333;
	text-align:center;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.pro_list a :hover .t1{
	color:#ffffff;
}
.pro_list a:hover .t1{
	color:#ffffff;
}
.pro_list .t2 {
	color:#002222;
	border-top:1px solid #c4c4c4;
}
.pro_list a:hover .t2 {
	border-top:1px solid rgba(255,255,255,.3);
}
.pro_list a:hover .t2_1 {
	color:#ffffff;
}
.pro_list .t2_1 {
	color:#999999;
	font-size:14px;
	float:left;
	width:calc(100% - 35px);
}
.pro_list .t2_2 {
	float:right;
	background:url('../images/ico_6_on.png') right center no-repeat;
	width:25px;
	line-height:45px;
	opacity:.15;
	height:45px;
}
.pro_list a:hover .t2_2 {
	background:url('../images/ico_6.png') right center no-repeat;
	opacity:1;
}
.pagetion {
	text-align:center;
	font-size:18px;
	color:#222222;
	padding:20px 0 80px 0;
}
.pagetion a {
	color:#333333;
	margin:0 15px;
}
.pagetion a.prev,.pagetion a.next {
	margin:0 25px;
}
.pagetion a:hover,.pagetion a.on {
	color:#3d9e3d;
}
.project_bj{
    background:#f5f5f5;
    padding:60px 0;
}
.wsc-form{float:left;}
.fm-row{margin-top: 8px;}
.fm-row:first-child{margin-top: 0;}
label{font-size: 14px;line-height: 24px;color: #333;position: relative;}
sup{color: #da2121;}
.fm-item{position: relative;width:308px;float:left;background:#ffffff;margin-left:10px;}
input::placeholder,.wsc-form textarea::placeholder{color: #B4B4B4;}
.fm-sel{position: relative;width: 100%;}
.sel-head .tit{padding-left:24px; float: left;color:#ffffff;font-weight: lighter;max-width: 280px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sel-head .tit:before {
    content: url(../images/ico_radiuson.png);
    margin-right: 10px;
    position: relative;
    z-index: 5;
    display: inline-block;
}
.sel-head .sel-arr{padding-right:30px; float: right;width:20px;height:10px;background: url(../images/sel-arr.png) no-repeat center center;transition: 0.36s;margin-top:30px;}
.rotate180{transform: rotateZ(180deg);}
.sel-list{ position: absolute;left: 0;top:70px;width: 100%;height: 200px;overflow-y: scroll;box-sizing: border-box;padding:15px;background-color: #f5f5f5;display: none;z-index: 10;}
.sel-list a{display:block;}
.sel-list li{line-height:38px;border-top: 1px solid #eaeaea;cursor: pointer;color: #555555;padding-left:20px;font-size:15px;}
.sel-list li:first-child{border-top: 0;}
.sel-list li:hover{color:#157d42;}
.sel-list li a{font-size:14px;color:#484848;}
.sel-list li a:hover{color:#157d42;}
.arrow_down {
    position: absolute;
    width: 20px;
    height: 30px;
    left: 50%;
    bottom: 40px;
    margin-left: -10px;
}
.arrow_down span {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 30px;
    background: url(../images/c.png) 0 0 no-repeat;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.project_bj .project_tab{
	overflow:hidden;
	width:83%;
	margin:0 auto;
}
.project_bj .project_tab ul a{
	float:left;
	width:24%;
	background:#ffffff;
	padding:2% 0;
	margin:0 0.5% 1% 0.5%;
	text-align:center;
	display: block;
}
.project_bj .project_tab ul .on,.project_bj .project_tab ul a:hover{
	background: #3d9e3d url(../images/ibg.jpg) right bottom no-repeat;
    background-size: cover;
    color:#fff;
}
.pageNum {
    text-align: center;
    margin-top:58px;
    z-index: 100;
}
.pageNum ul{
	margin: 0 auto;
	display: inline-block;
}
.pageNum li{
	float: left;
}
.pageNum a,.pageNum span {
    margin: 0 4px;
    display: inline-block;
    color: #353535;
    height:50px;
    line-height:50px;
    background: #eee;
    padding: 0 24px;
    font-size: 14px;
}
.pageNum a:hover, .pageNum .aNow {
	background:#157d42;
	color:#ffffff;
}
.pageNum a em{
	font-style:normal;
}
.pageNum .active  span{
    background:#157d42;
    color:#ffffff;
}
/*商品放大css*/



.preview {
	width:750px;
	height:600px;
	margin-right:50px;
	position:relative;
}
.smallImg {
	position:relative;
	height:585px;
	margin-top:1px;
	padding:15px 5px;
	width:130px;
	overflow:hidden;
	float:left;
}
.scrollbutton {
	width:25px;
	height:130px;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:pointer;
	margin-left:50px;
	margin-top:-80px;
	margin-bottom:-42px;
}
.scrollbutton.smallImgUp,.scrollbutton.smallImgUp.disabled {
	background:url(../images/ico_43.png) no-repeat center center;
	transform:rotate(-90deg);
}
.scrollbutton.smallImgDown,.scrollbutton.smallImgDown.disabled {
	background:url(../images/ico_43.png) no-repeat left center;
	/* margin-left:0;
	*/

    margin-top:-42px;
	transform:rotate(90deg);
}
.scrollbutton.smallImgDown:hover,.scrollbutton.smallImgDown.disabled:hover {
	background:url(../images/ico_43_on.png) no-repeat left center;
}
.scrollbutton.smallImgUp:hover,.scrollbutton.smallImgUp.disabled:hover {
	background:url(../images/ico_43_on.png) no-repeat left center;
}
#imageMenu {
	height:540px;
	width:100%;
	overflow:hidden;
	margin-left:0;
	float:none;
}
#imageMenu ul {
	/* margin-left:-15px;
	*/
}
#imageMenu li {
	height:125px;
	width:125px;
    overflow:hidden;
	float:left;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #ddd;
}
#imageMenu li img {
	width:125px;
	height:125px;
	cursor:pointer;
}
#imageMenu li#onlickImg img,#imageMenu li:hover img {
	width:125px;
	height:125px;
	border:2px solid #157d42;
	box-sizing:border-box;
}
/* bigImg */



.bigImg {
	position:relative;
	float:right;
	width:600px;
	height:600px;
	overflow:hidden;
	 border:1px solid #ddd;
	
}
/*.bigImg #midimg {
	width:585px;
	height:585px;
}*/
.bigImg #midimg img {
	width:100%;
}
.bigImg #winSelector {
	width:235px;
	height:210px;
}
#winSelector {
	position:absolute;
	cursor:crosshair;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
	background-color:#000;
	border:1px solid #fff;
}
/* bigView */



#bigView {
	position:absolute;
	border:1px solid #ddd;
	overflow:hidden;
	z-index:999;
	background-color:#fff;
	left:750px;
}
#bigView img {
	position:absolute;
	max-width:300%
}
.pro_d1 {
	padding-top:50px;
}
.pro_d1 .right {
	width:calc(100% - 800px);
	max-width:720px;
	float:right;
}
.pro_d1 .titles {
	font-size:30px;
	color:#222222;
	border-bottom:1px solid #e7e7e7;
	padding:20px 0;
}
.pro_d1 .left {
	width:750px;
	display:block;
	float:left;
}
.pro_d1 table {
	width:100%;
}
.pro_d1 .table {
	padding:30px 0;
	border-bottom:1px solid #e7e7e7;
}
.pro_d1 td {
	color:#222222;
	font-size:16px;
	line-height:26px;
	padding:10px 0;
	position:relative;
}
.pro_d1 td span {
	color:#999999;
}
.pro_d1 td span.t1 {
	position:absolute;
	top:10px;
	left:0;
}
.pro_d1 td.t1_w1 {
	padding-left:120px;
}
.pro_d1 .message {
	width:200px;
	height:60px;
	line-height:60px;
	font-size:16px;
	background:url('../images/ico_49.png') 30px center no-repeat #157d42;
	color:#ffffff;
	text-align:center;
	padding-left:30px;
	box-sizing:border-box;
	margin-top:40px;
	display: inline-block;
}
.pro_d1 .message:hover {
	background-color:#2e872e;
}
.banner_sj li img {
	width:100% !important;
	height:auto !important;
}
.banner_sj {
	display:none;
	max-width:500px;
	margin:0 auto 10px auto;
}
.banner_sj .slick-dots {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
}
.banner_sj .slick-dots li {
	width:14px;
	height:14px;
	background:#000;
	opacity:.5;
	display:inline-block;
	border-radius:50%;
	margin:0 4px;
}
.banner_sj .slick-dots button {
	display:none;
}
.banner_sj .slick-dots li.slick-active {
	background:#fad200;
	width:46px;
	height:14px;
	border-radius:48px;
}
.pro_d2 {
	margin-top:60px;
	border-top:1px solid #e7e7e7;
}
.pro_d2_nav {
	position:relative;
	/* height:70px;
	*/
}
.pro_d2_nav:before {
	content:'';
	width:200px;
	left:0;
	top:0;
	position:absolute;
	background:#157d42;
	height:3px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.pro_d2_nav.two:before {
	left:200px;
}
.pro_d2_nav a {
	text-align:center;
	width:200px;
	float:left;
	font-size:16px;
	color:#999999;
	padding:25px 0;
	line-height:20px;
	position:relative;
	/* border:1px solid #eeeeee;
	*/

    box-sizing:border-box;
}
.pro_d2_nav a:after {
	content:'';
	position:absolute;
	right:0;
	width:1px;
	height:20px;
	top:20px;
	background:#e7e7e7;
}
.pro_d2_nav a.on {
	color:#222222;
}
.pro_d2_thing {
	padding-bottom:100px;
	width:86%;
	margin:0 auto;
}
.pro_d2_thing dd {
	display:none;
}
.pro_d2_thing dd p{
	color:#666666;
	line-height:24px;
	margin-top:24px;
}
.pro_d2_thing dd p strong{
	font-size:18px;
	font-weight:bold;
	color:#333333;
}
.pro_d3 .titles {
	line-height:1;
	font-size:30px;
	margin-bottom:45px;
	color:#222;
}
.pro_d3_list {
	position:relative;
	padding:0;
}
.swiper-button-next,.swiper-button-prev {
	background:url('../images/ico_50.png');
	background-size:100% 100%;
	width:50px;
	height:50px;
}
.swiper-button-next:hover,.swiper-button-prev:hover {
	background:url('../images/ico_50_on.png');
	background-size:100% 100%;
}
.swiper-button-prev {
	left:-70px;
}

.pro_d3_list .t2 {
	font-size:14px;
	color:#999999;
}
.pro_d3_list a:hover .t2 {
	color:#fff;
}
@media screen and (max-width:1600px) {
	.bigImg #midimg,.bigImg {
	width:480px;
	height:480px;
}
.preview,.pro_d1 .left {
	width:600px;
}
#imageMenu li,#imageMenu li#onlickImg img,#imageMenu li:hover img {
	width:90px;
	height:90px;
}
.scrollbutton {
	height:90px;
	margin-top:-60px;
	margin-left:30px;
	margin-bottom:-20px;
}
.smallImg {
	width:90px;
}
#imageMenu {
	height:425px
}
.scrollbutton.smallImgDown,.scrollbutton.smallImgDown.disabled {
	margin-top:-10px
}
.pro_d1 .right {
	width:calc(100% - 650px);
}
.pro_d1 .titles {
	font-size:24px;
	padding:15px 0;
}
.pro_d1 td {
	color:#222222;
	font-size:14px;
	line-height:24px;
	padding:8px 0;
	position:relative;
}
.pro_d1 .table {
	padding:20px 0
}
.pro_d1 .message {
	width:180px;
	height:55px;
	line-height:55px;
	font-size:15px;
	text-align:center;
	padding-left:25px;
	box-sizing:border-box;
	margin-top:23px;
}
#bigView {
	left:600px
}
}

.map2 {
	background:#157d42;
	color:#ffffff;
	padding:30px 0;
}
.map2 .lans_en {
	font-size:18px;
	width:18px;
	float:left;
	writing-mode:vertical-lr;
	position:relative;
	padding-bottom:50px;
}
.map2 .lans_en:after {
	width:1px;
	height:40px;
	background:#ffffff;
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:8px;
}
.contact_left {
	width:68%;
	float:left;
	margin-left:40px;
}
.contact_left li {
	width:31%;
	float:left;
	padding-left:112px;
	position:relative;
	font-size:16px;
	line-height:24px;
	font-weight:lighter;
	box-sizing:border-box;
	padding-right:5px;
	margin-bottom:20px;
}
.contact_left li img {
	margin-right:3px;
}
.contact_left .title {
	font-size:26px;
	margin-bottom:20px;
	float:none;
}
.contact_left .ico {
	position:absolute;
	top:-1px;
	font-style:normal;
	left:0;
}
.contact_left li:nth-child(2) {
	padding-left:105px;
}
.contact_left li:nth-child(3){
	width:34%;
}
.contact_left li:nth-child(6){
	width:34%;
}
.contact_right {
	float:right;
	margin-right:25px;
	margin-top:28px;
}
.contact_right li {
	font-size:14px;
	line-height:24px;
	margin-right:25px;
	float:left;
	text-align:center;
}
.contact_right li img {
	display:block;
	margin-bottom:5px;
}
.contact_sum1 {
	/* margin-bottom:0;
	*/
}
.contact_list_sum .title_h2 {
	text-align:left;
	padding:80px 0 0 0;
	margin-bottom:10px;
}
.contact_list_sum .title_h4 {
	color:#666666;
	text-align:left;
}
.contact_list {
	margin:40px 0 80px 0;
}
.contact_list li {
	background:#fafafa;
	position:relative;
	margin-bottom:20px;
	cursor:pointer;
}
.contact_list li.on {
	background:#00b0a5;
}
.contact_list li .left:after {
	content:'';
	background:url('../images/ico_8_on.png') center center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:50px;
	right:50px;
}
.contact_list li.on .left:after {
	background:url('../images/ico_8.png') center center no-repeat;
}
.contact_list .left {
	width:25%;
	float:left;
	color:#000;
	box-sizing:border-box;
	padding:55px;
}
.contact_list li.on .left {
	color:#ffffff;
}
.contact_list .l1 {
	font-size:20px;
	font-weight:bold;
}
.contact_list .l2 {
	}.contact_list .right {
	width:75%;
	float:right;
	color:#666;
	font-size:14px;
	line-height:24px;
	box-sizing:border-box;
	padding:55px;
}
.contact_list li.on .right {
	color:#ffffff;
}
.contact_list .r1 {
	}.contact_list .r2.on {
	height:24px;
	overflow:hidden;
}
.contact_list .r2.on1 {
	display:none;
}
.contact_list li .r2 {
	/* height:auto;
	*/
}
.contact_list .r3 {
	background:#46c0b5;
	color:#ffffff;
	padding:10px 40px;
	line-height:20px;
	font-size:16px;
	text-align:center;
	margin-top:20px;
	width:350px;
	display:none;
	max-width:100%;
	box-sizing:border-box;
}
.contact_list li.on .r3 {
	display:block;
}
@media screen and (max-width:1550px) {
	.contact_left li {
	width:50%;
	margin-bottom:20px;
}
.map {
	height:500px
}
.contact_list .left,.contact_list .right {
	padding:40px;
	padding-right:10%;
}
}
.job_search .ipt_box {
    width: 520px;
}
.job_search .flol {
    margin-right: 20px;
}
.job_search .sameh {
    width: 320px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 72px;
    font-size: 16px;
    color: #adb0b2;
    line-height: 70px;
    padding-left: 20px;
}
.job_key_in {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #adb0b2;
}
.job_search .job_search_btn {
    padding-left: 0;
}
.job_search .sameh {
    width:246px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 72px;
    font-size: 16px;
    color: #adb0b2;
    line-height: 70px;
    padding-left: 20px;
    float:left;
}
.job_search_btn {
    border: 1px solid #0084ce!important;
    background: #0084ce;
    text-align: center;
    color: #fff!important;
    cursor: pointer;
}
.job_search_btn img {
    display: inline-block;
    vertical-align: middle;
}
.job_list li {
    margin: 20px 0;
}
.job_list li.on .job_title {
    background: url(../images/talk.png) no-repeat 98% center #f8f8f8;
}
.job_title {
    background: url(../images/talk_grey.png) no-repeat 98% center #f8f8f8;
    height:98px;
    line-height:98px;
    padding: 0 24px;
    cursor: pointer;
}
.job_title h1 {
    font-size:20px;
    font-weight:bold;
    color:#157d42;
    margin-right: 20px;
    display:inline-block;
}
.job_title span {
    color: #9a9a9a;
}
.job_con {
    padding: 20px;
    display: none;
}
.job_con h2 {
    font-size: 16px;
    color: #6e6e6e;
    margin-bottom: 20px;
}
.job_con p {
    font-size: 14px;
    color: #898989;
    margin-bottom: 16px;
    line-height: 1.8;
}
.join_zp{
    margin-top:80px;
    margin-bottom:80px;
}
.job_list{
    width:83%;
    margin:68px auto;
}
.job_list .title_h2 {
    text-align: left;
    margin-bottom: 10px;
    color:#333333;
    font-size: 40px;
    font-weight: bold;
}
.job_list .title_h4 {
    text-align: left;
    font-size:16px;
    color:#666666;
    margin-bottom:46px;
}
.jm11_sum {
	background:url(.) center center no-repeat;
	padding-bottom:100px;
	padding-top:1px;
	margin-top:-1px;
}
.jm11_sum .title_h2 {
	color:#ffffff;
	margin-bottom:0;
}
.jm11_sum .title_h4 {
	font-size:16px;
	color:#ffffff;
	margin-bottom:50px;
	text-align:center;
}
.jm11_sum .jm11_form {
	max-width:1000px;
	margin:auto;
	font-size:16px;
}
.jm11_form li {
	position:relative;
	width:calc(50% - 10px);
	float:left;
	margin-bottom:20px;
}
.jm11_form .ico {
	position:absolute;
	top:15px;
	left:15px;
}
.jm11_form li:nth-child(2) {
	margin-left:20px;
}
.jm11_form .text {
	width:100%;
	height:60px;
	line-height:30px;
	padding:15px 55px;
	box-sizing:border-box;
	border:0;
	font-size:16px;
	font-weight:lighter;
}
.jm11_sum .jm11_form .t2 {
	position:relative;
	margin-bottom:20px;
}
.jm11_sum .jm11_form .t3 {
	position:relative;
	text-align:center;
	margin-bottom:20px;
	margin-top:30px;
}
.jm11_form .textarea {
	width:100%;
	resize:none;
	height:150px;
	padding:15px 50px;
	box-sizing:border-box;
	font-size:16px;
	font-weight:lighter;
}
.jm11_form .sub {
	width:160px;
	height:60px;
	line-height:60px;
	border:0;
	color:#ffffff;
	margin:0 20px;
	font-size:18px;
	transition:all .5s;
	background:transparent;
	border:1px solid rgba(255,255,255,.4);
}
.jm11_form .sub:hover {
	margin-top:-5px;
	margin-bottom:5px;
}
.jm11_form .sub1 {
	background:#157d42;
	border:0;
}
.jm11_form .sub2:hover {
	color:#157d42;
}
.jm6_sum .right {
	width:100%
}
.jm6_sum .right a,.jm6_sum .right a:nth-child(2) {
	width:48%;
	margin:10px 0;
}
.jm6_sum .right a:nth-child(2) {
	margin-right:4%;
}
.jm6_sum .right a:nth-child(1) {
	margin-left:52%
}
.jm6_sum1 .left {
	width:48%;
	top:25%
}
.jm6_sum .left .t1 {
	font-size:24px
}
.jm11_sum .title_h2 {
	padding-top:20px;
	padding-bottom:10px;
}
.jm6_sum .left .t2 {
	font-size:14px;
	line-height:20px;
	height:180px
}
.jm6_sum .left .t3 {
	width:100px;
	height:40px;
	line-height:40px;
}
.jm6_sum .right .lans {
	padding:30px 25px 0 25px;
	height:100px;
}
.jm6_sum .right .r1 {
	font-size:18px;
}
.jm6_sum1 {
	margin-top:30px
}
/*.box{
    width:90%;
    margin:0 auto;
}*/
.jm11_sum .jm11_form .t2,.jm11_form li{
	margin-bottom:10px;
}
.jm11_form .sub {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    font-size: 14px;
}
.jm11_form .t4 .sub1 {
	width:100%;
	margin:0;
}
.jm11_form .tips {
	font-size:14px;
	color:#ffffff;
	text-align:center;
}
.jm11_sum .title_h2 {
    color: #ffffff;
    margin-bottom: 0;
    padding:68px 0 20px 0;
    font-size: 40px;
    font-weight: bold;
    text-align:center;
}
.cz-news .cz-content{
	width: 83%;
    margin: auto;
}
.content_list .item_block .item_img {
    float: left;
    width:300px;
    height:176px;
    overflow:hidden;
}
.content_list .item_block .item_img img{
	width:100%;
}
.content_list .item_block .item_wrapper {
    transition: all .36s ease;
    float: left;
    margin-left:38px;
}
.content_list .item_block .details {
    position: absolute;
    width: 56px;
    top: 135px;
    right: 27px;
    height: 26px;
    border-left: 1px solid #e5e5e5;
    color: transparent;
}
.content_list .item_block .item_wrapper .date_wrap {
    position: absolute;
    top: 50px;
    right: 27px;
    font-size:24px;
    color:#999;
}
.content_list .item_block .details i {
    background:url(../images/nt.png) no-repeat;
    position: absolute;
    width: 20px;
    top: 6px;
    right: 24px;
    height:12px;
    display:block;
}
.content_list .item_block {
    transition: all .36s ease;
    position: relative;
    padding: 36px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.content_list .item_block:hover{
	background:#f5f5f5;
	box-shadow: rgba(0,0,0,0.2) 0px 5px 20px;
    transition: all linear 0.5s;
}
.content_list .item_block:hover .item_img,.content_list .item_block:hover .item_info,.content_list .item_block:hover .fa-angle-right{
	transition: all linear 0.5s;
	transform: translate3d(20px,0,0);
}
.content_list .item_block:hover .item_info h1{
	color:#157d42;
}
.container_content .content_wrapper .more {
    display: none;
}
.news .more {
    display: none;
}
.item_wrapper .item_info{
	width:960px;
    padding-top:32px;
}
.item_wrapper .item_info h1{
	font-size:18px;
	color:#333333;
	font-weight:bold;
	padding-bottom:28px;
}
.item_wrapper .item_info p{
	font-size:14px;
	color:#999999;
	line-height:24px;
}
.fy {
    padding-top: 54px;
    text-align: center;
    overflow: hidden;
    height: 24px;
}
.fy a {
    display: block;
    padding: 3px 10px;
    color: #666666;
    border: 1px solid #e5e5e5;
    margin-left: 4px;
    display: inline;
    font-size:13px;
}
.fy a:hover, .fy a.syy {
    border: 1px solid #f59a00;
    background: #f59a00;
    color: #ffffff;
}
.anli_photo {
    width: 289px;
    height: 208px;
    overflow: hidden;
}
.anli_text {
    width: 100%;
    height: 74px;
}
.cz-news{padding:48px 0 68px 0;}
.cz-news .cz-content {width:83%;margin:0 auto;}
.cz-news-top {padding:80px 0;overflow: hidden;}
.cz-news-top-item {background: #fff;overflow: hidden;position: relative;}
.cz-news-top-item a{display: block;overflow: hidden;}
.cz-news-top-item .img{float: left;width: 57%;overflow: hidden;}
.cz-news-top-item a:hover .img img.img-center {transform:scale(1.03);}
.cz-news-top-item a:hover .text .more-4 {background: url('../images/jt-r1.png') center no-repeat #2e872e;}
.cz-news-top-item .text{width: 43%;height: 100%;position: absolute;right: 0;top: 0;overflow: hidden;padding:4.5%;box-sizing: border-box;background: url('../upload/news1.png') 160px 220px no-repeat;}
.cz-news-top-item .text .title-1{font-size: 22px;line-height: 34px;color: #26334c;position: relative;}
.cz-news-top-item .text .title-1::after{content: ""; display:block; height:4px; width:50px; margin:30px 0;background:#157d42; }
.cz-news-top-item .text .text-2{font-size: 14px;line-height:28px;color: #666e80;}
.cz-news-top-item .text .data-3{position: absolute;left: 12%;bottom:13%;z-index: 1;}
.cz-news-top-item .text .data-3 strong{font-weight: normal;color: #a1a7b2;font-size: 50px;display: block;margin: 0;padding:0;font-family: 'dinBbold';}
.cz-news-top-item .text .data-3 span{display: block;color: #a1a7b2;font-size: 14px;}
.cz-news-top-item .text .more-4 {width: 60px;height: 60px;background: url('../images/jt-r1.png') center no-repeat #157d42;position: absolute;right: 12%;bottom:13%;z-index: 10;}
.cz-news-list {padding:68px 0 0 0;overflow: hidden;}
.cz-news-list .cz-index-news-item {width: 24%;margin-bottom: 2%;}
.cz-news-list .cz-index-news-item .text .title-2 {font-size: 16px;}
.cz-news-list .cz-index-news-item a:hover .img img.img-center {transform:scale(1.03);}
.cz-news-list .cz-index-news-item:nth-child(4),.cz-news-list .cz-index-news-item:nth-child(8) {margin-right: 0;}
.cz-page-trun {clear: both;padding: 10px 0px 100px 0px;text-align: center;}
.cz-page-trun a {margin: 0 20px;font-size: 18px;color: #a1a7b2;}
.cz-page-trun a span{color: #a1a7b2;margin: 0 10px;}
.cz-page-trun a span:first-child {color: #157d42;}
.cz-page-trun a.prev,.cz-page-trun a.next{border: 1px solid #666;width:58px;height:58px;display: inline-block;vertical-align: middle;opacity: .2;}
.cz-page-trun a.prev:hover,.cz-page-trun a.next:hover {opacity: 1;}
.cz-page-trun a.prev {background: url('../images/jt-l2.png') center no-repeat;}
.cz-page-trun a.next {background: url('../images/jt-r2.png') center no-repeat;}
.cz-news-detail {margin-top: 100px;}
.cz-news-detail .cz-content {width: 90%;}
.cz-news-detail-path {font-size: 14px;color: #a1a7b2;padding: 30px 0;overflow: hidden;}
.cz-news-detail-path a{font-size: 14px;color: #a1a7b2;}
.cz-news-detail-content {padding:5% 0;width:70%;margin: auto;}
.cz-news-detail-content .title-1{font-size: 40px;color: #26334c;}
.cz-news-detail-content .time-2{font-size: 16px;color: #a1a7b2;border-bottom: 2px solid #e6e8ed;padding: 30px 0;}
.cz-news-detail-content .detail-3{padding: 30px 0;font-size: 16px;line-height: 30px; color: #666e80;overflow: hidden;}
.cz-news-detail-content .return-4 {background: #f2f4f7;margin: 50px 0;overflow: hidden;position: relative;}
.cz-news-detail-content .return-4 a{padding: 30px 5%;display: block;overflow: hidden;width:40%;position: relative;float: left;}
.cz-news-detail-content .return-4 a span {position: relative;z-index: 10;}
.cz-news-detail-content .return-4 a:hover span{color: #fff;}
.cz-news-detail-content .return-4 a.next::after,
.cz-news-detail-content .return-4 a.prev::after {content: '';position: absolute;height: 100%;top: 0;z-index: 1;transition:all .8s ease;opacity:0;}
.cz-news-detail-content .return-4 a.next {text-align: right;}
.cz-news-detail-content .return-4 a.prev {text-align: left;}
.cz-news-detail-content .return-4 a.prev::after{width: 0;right:0;background-image: linear-gradient(-90deg, transparent 0%,#6262ea 100%);}
.cz-news-detail-content .return-4 a.prev:hover::after {width: 100%;left: 0;opacity: 1;}
.cz-news-detail-content .return-4 a.next::after{width: 0;right:0;background-image: linear-gradient(90deg, transparent 0%,#6262ea 100%);}
.cz-news-detail-content .return-4 a.next:hover::after {width: 100%;left: 0;opacity: 1;}
.cz-news-detail-content .return-4 a.return{width: 50px;height: 100%;padding:0;background: url('../images/rtu.png') center no-repeat;position: absolute;left: 50%;top: 0;margin-left: -25px;z-index: 10;}
.img-block {
    display: block;
    width: 100%;
    height: auto;
}
.cz-service-video {clear: both;overflow: hidden;padding:48px 0 68px 0;}
.cz-service-video .cz-content{width:83%;margin:0 auto;}
.cz-service-video-nav {margin: 30px;overflow: hidden;position: relative;}
.cz-service-video-nav::after {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #e6e8ed;}
.cz-service-video-nav a{display: block;float: left;color: #a1a7b2;font-size: 24px;padding-bottom: 20px;margin-right: 50px;overflow: hidden;position: relative;}
.cz-service-video-nav a::after {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #6060ea;z-index: 10; display: none;}
.cz-service-video-nav a.cur{color: #26334c;}
.cz-service-video-nav a.cur::after {display: block;}
.cz-service-video-nav a:hover {color: #26334c;}
.cz-service-video-list{overflow: hidden;}
.cz-service-video-list .cz-service-video-item:nth-child(3),
.cz-service-video-list .cz-service-video-item:nth-child(6),
.cz-service-video-list .cz-service-video-item:nth-child(9) {margin:2% 0 0  0;}
.cz-service-video-item {float: left;width:32%;margin:2% 2% 0 0;}
.cz-service-video-item a{display: block;overflow: hidden;}
.cz-service-video-item .img {position: relative;overflow: hidden;background: #000;}
.cz-service-video-item .img::before {content: '';width: 50px;height: 50px;border:4px solid #fff;position: absolute;left: 50%;top: 50%;background: url('../images/play.png') center no-repeat;z-index:2;margin: -25px 0 0 -25px;border-radius:50%;}
.cz-service-video-item .text{text-align: center;padding-top:30px;font-size:16px;color: #333333;}
.cz-service-video-item a:hover .img img.img-center {transform:scale(1.03);opacity: .8;}
.cz-popup-window-content.cz-video {background: #000;padding:0;width: 60%;margin-top: 5%;}
.cz-popup-window-content.cz-video .cz-popup-close {background: url("../images/xx1.png") center no-repeat;background-size: 40%;}
.cz-popup-window-content.cz-video video {width: 100%;height: 100%;display: block;}
.cz-popup-window {position: fixed;top: -100%;right:0;z-index: 9999;width: 100%;height:100%;display: block;overflow: hidden;transition: all .4s;}
.cz-popup-window.cur {top:0;background: rgba(21,33,66,.5);}
.cz-popup-window-content {background: #fff;width:600px;padding:3%;overflow: hidden;margin: auto;margin-top:10%;position: relative;z-index: 10;}
.cz-popup-close {z-index:1;width: 30px; height:30px;background: url("../images/xx.png") center no-repeat;background-size: 40%;text-align:center; padding:10px; position:absolute;right:1%; display:block; top:25px;cursor: pointer;transition: all .4s;}
.cz-popup-close:hover {transform:rotate(180deg);}
.cz-popup-window-mark {position: absolute;right: 0;top: 0;width:100%;height: 100%;z-index: 1;}	
.cz-culture-nav a,.cz-top-nav-item strong,.characteristic-3 .item-4 .text-1,.cz-honor-list-swiper .honor .text,.cz-footer-content-top-left ul li a {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.cz-news-top-item .text .text-2{display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;overflow: hidden;}
.cz-index-news {padding: 150px 0 70px 0;overflow: hidden;}
.cz-index-news .cz-content{width: 90%;}
.cz-index-news-top {position: relative;}
.cz-index-news-nav {position: absolute;right: 30px;bottom:3%;font-size: 0;}
.cz-index-news-nav::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: #3d9e3d;}
.cz-index-news-nav a{display: inline-block;vertical-align: middle;font-size: 16px;color: #a1a7b2;position: relative;padding:0 5px 20px 5px;margin-left: 50px;}
.cz-index-news-nav a::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;z-index: 10;}
.cz-index-news-nav a.cur{color: #26334d;}
.cz-index-news-nav a.cur::after {background: #3d9e3d;}
.cz-index-news-nav a:first-child {margin-left:0px;}
.cz-index-news-bottom {position: relative;overflow: hidden;padding-top: 50px;margin-left: 30px;}
.cz-index-news-item {float: left;width: 32%;margin-right: 1.3%;}
.cz-index-news-item:last-child {margin-right: 0;}
.cz-index-news-item a{display: block;overflow: hidden;background: #f5f5f5;}
.cz-index-news-item .img {position: relative;background: #000;}
.cz-index-news-item .text {padding:7%;overflow: hidden;}
.cz-index-news-item .text .date-1{font-size: 14px;color: #666666;}
.cz-index-news-item .text .title-2{font-size: 18px;line-height: 30px; color: #26334c;min-height:86px;overflow: hidden;padding: 10px 0;} 
.cz-index-news-item .text .view-3{font-size: 14px;color: #999999;}
.cz-index-news-item .text .view-3 i {display:inline-block;vertical-align:middle;width:15px;height:5px;background:url('../images/jt-r3.png') no-repeat;margin-left: 10px;}
.cz-index-news-item a:hover {background: #157d42;}
.cz-index-news-item a:hover .date-1,.cz-index-news-item a:hover .title-2,.cz-index-news-item a:hover .view-3{color: #fff;}
.cz-index-news-more {text-align: center;margin:30px 30px;}
.cz-index-news-more a {width: 100%;display:block;border: 1px solid #3d9e3d;color: #3d9e3d;font-size: 14px;padding: 25px 0;overflow: hidden;}
.cz-index-news-more a i{display: inline-block;vertical-align: middle;background: url('../images/imore.png') no-repeat;width: 10px;height: 10px;margin-left:10px; }
.cz-index-news-more a:hover {border: 1px solid #3d9e3d;color: #3d9e3d;}
.cz-index-news-item a:hover .view-3 i {background:url('../images/jt-r4.png') no-repeat;}
.cz-index-news-item a:hover i {background: url('../images/imore1.png') no-repeat;}
.news_details {
	position:relative;
	margin:60px auto 68px auto;
	z-index:2;
}
.news_details .left {
	width:calc(100% - 450px);
	float:left;
	background:#ffffff;
	box-sizing:border-box;
}
.news_details .left .title {
	font-size:30px;
	line-height:1.7;
	float:none;
	width:100%;
	font-weight:bold;
	text-align:center;
	color:#222222;
}
.news_details .right {
	width:400px;
	float:right;
	background:#ffffff;
	padding:0 1.6%;
	box-sizing:border-box;
}
.news_details .right .title {
	font-size:24px;
	line-height:2;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	float:none;
}
.news_details .mess {
	font-size:14px;
	color:#999999;
	margin:20px auto;
	line-height:2;
	width:460px;
}
.news_details .mess li {
	margin-right:75px;
	float:left;
}
.news_details .editors {
	font-size:16px;
	line-height:30px;
	color:#333333;
	width:100%;
	border-top:1px solid rgba(0,0,0,.1);
	padding-top:60px;
}
.news_details .editors p {
	text-indent:2em;
	margin-bottom:28px;
	color:#333333;
}
.news_details .editors p strong{
	font-size:18px;
	font-weight:bold;
}
.right_list a {
	display:none;
	padding:20px 0;
	width:100%;
	border-bottom:1px dashed #eeeeee;
}
.right_list a:first-child {
	}.right_list .picture {
	width:135px;
	float:left;
}
.right_list a:nth-child(1),.right_list a:nth-child(2),.right_list a:nth-child(3) {
	display:block;
}
.right_list .lans {
	width:200px;
	float:right;
}
.each-item:hover .lans .t1{
	color:#157d42;
}
.right_list .t1 {
	font-size:16px;
	line-height:24px;
	color:#333333;
	margin:2px 0 10px 0;
}
.right_list .t2 {
	font-size:13px;
	color:#999999;
	font-weight:lighter;
}
.right .more {
	color:#666666;
	line-height:2;
	cursor:pointer;
	text-align:center;
	padding-top:20px;
	font-size:15px;
}
.right .more img {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-bottom:-18px;
}
.i_ico {
	display:inline-block;
}
.i_ico a {
	margin:0 3px;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
	display:none;
	transition:0.5s;
}
.i_ico.on a {
	display:inline-block;
}
.i_ico a:nth-child(1),.i_ico a:nth-child(2),.i_ico a:nth-child(3),.i_ico a:last-child {
	display:inline-block;
}
.i_ico a:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:;
}
.new_pagetion {
	border-top:1px solid #eeeeee;
	margin-top:60px;
	padding-top:30px;
	font-weight:lighter;
}
.new_pagetion .left1 {
	width:calc(100% - 250px);
	float:left;
}
.new_pagetion .left1 a {
	font-size:16px;
	line-height:30px;
	color:#222222;
	display:block;
}
.new_pagetion .left1 a:hover {
	color:#157d42;
}
.new_pagetion .list {
	width:160px;
	height:50px;
	line-height:50px;
	background:#eeeeee;
	color:#333333;
	text-align:center;
	font-size:16px;
	display: inline-block;
}
.containerc .wal{
	width:83%;
	margin:80px auto;
}
@media screen and (max-width:1600px) {
	.news_details .right {
	width:320px;
}
.right_list .picture {
	width:120px;
}
.right_list .lans {
	width:150px;
	float:right;
}
.right_list .t1 {
	font-size:15px;
	line-height:22px;
}
.news_details .left {
	width:calc(100% - 360px);
}
.news_details .left .title {
	font-size:28px;
}
.news_details .mess {
	font-size:13px;
	margin:20px 0 15px 0;
	padding-bottom:20px;
}
.news_details .editors {
	font-size:15px;
	line-height:28px;
}
.picture{
	position:relative;
	overflow:hidden;
}
.picture img {
	transition:all .7s;
	-moz-transition:all .7s;
	-webkit-transition:all .7s;
}
.each-item:hover .picture img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
}
