@charset "utf-8";
html, body, p, div, a, section, footer, header, ul, li, h1, dl, dd, dt, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:"苹方", Microsoft Yahei;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, form, input, button {
	display: block;
	margin: 0;
	padding: 0;
}
a:hover {
	cursor: pointer;
}
a {
	text-decoration: none;
}
.clearfix {
	*zoom: 1;
}
body {
	background: #FFFFFF;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.l-rbg {
	background: url(../images/leftbg_mobile.png) no-repeat left top;
}
.r-lbg {
	background: url(../images/rightbg.png) no-repeat right bottom;
	    background-size: 50%;
}
/*顶部菜单*/
.navbar-static-top{
	position:relative;
}

.logo {
	margin: 1.2rem 0 1rem 2rem;
    width:15rem;
	float:left;
}
.logo img {
	width: 100%
}

/* 菜单 */
.navbar-nav {
	border-bottom: 1px solid #ebebeb;
	text-align:left;
}
.navbar-nav .sub {
	float: left;
	color: #787777;
	padding: 0.8em 1.8em;
	text-align:left;
	font-size:1.6rem;
	line-height:3.6rem;
}
.header-container .nav .main-menu ul li dl dd a.sub {
	padding: 0.4rem 2rem;
}
.navbar-nav li {
	clear: both;
	border-top: 1px solid #ebebeb;
	text-align:left;
}
.navbar-nav dl {
	border-bottom: 1px solid #ebebeb;
	    margin-left: 0.8rem;
}
.navbar-nav a {
	color: #999;
	font-size:1.8rem;
	text-align:left;
	line-height:4rem;
}



.header-container .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.header-container .is-hidden {
    -webkit-transform: translateY(-4.375rem);
    transform: translateY(-4.375rem)
}

.menu-open .header-container .nav .button-wrap .open-menu {
    background: #fff;
}

.menu-open .header-container .nav .button-wrap .open-menu:before {
    margin-top: 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.menu-open .header-container .nav .button-wrap .open-menu:after {
    margin-top: -0.1875rem;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.menu-open .header-container .nav .main-menu {
    opacity: 0.95;
    max-height: 100vh
}

.menu-open .header-container .nav .main-menu li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.menu-open .header-container .nav .main-menu li:nth-child(1) {
    -webkit-transition-delay: 220ms;
    transition-delay: 220ms
}

.menu-open .header-container .nav .main-menu li:nth-child(2) {
    -webkit-transition-delay: 290ms;
    transition-delay: 290ms
}

.menu-open .header-container .nav .main-menu li:nth-child(3) {
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms
}

.menu-open .header-container .nav .main-menu li:nth-child(4) {
    -webkit-transition-delay: 430ms;
    transition-delay: 430ms
}

.menu-open .header-container .nav .main-menu li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms
}

.menu-open .header-container .nav .main-menu li:nth-child(6) {
    -webkit-transition-delay: 570ms;
    transition-delay: 570ms
}

.menu-open .header-container .nav .main-menu li:nth-child(7) {
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms
}

.menu-open .header-container .nav .main-menu li:nth-child(8) {
    -webkit-transition-delay: 710ms;
    transition-delay: 710ms
}

.menu-open .header-container .nav .main-menu li:nth-child(9) {
    -webkit-transition-delay: 780ms;
    transition-delay: 780ms
}

.menu-open .header-container .nav .main-menu li:nth-child(10) {
    -webkit-transition-delay: 850ms;
    transition-delay: 850ms
}





* {
    outline: none
}

body {
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    background: #ffffff;
    font-family: "Microsoft YaHei", "Source Han Sans SC", "PingFang SC", sans-serif
}

a {
    text-decoration: none
}

.header-container {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
	margin-bottom:0;
	background: rgba(255,255,255,0.9);
	top:0;
}

.header-container .nav {
    margin: 3.6rem 2rem 0 auto;
	float:right;
}

.header-container .nav .button-wrap {
    height: 2.563rem
}

.header-container .nav .button-wrap .open-menu {
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 4rem;
    height: 0.1875rem;
    border: none;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    background: #c6c6c6;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transform: scale(1)
}

.header-container .nav .button-wrap .open-menu:before {
    content: '';
    display: block;
    width: 4rem;
    height: 0.1875rem;
    border: none;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    background: #c6c6c6;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -1.2125rem
}

.header-container .nav .button-wrap .open-menu:after {
    content: '';
    display: block;
     width: 4rem;
    height: 0.1875rem;
    border: none;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    background: #c6c6c6;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: 2.2375rem
}

.header-container .nav .main-menu {
    position: absolute;
    top: 7.2rem;
    left: 0;
    z-index: 12;
    background: white;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0.6;
    -webkit-transition: max-height 0.5s ease-out, opacity 0.3s ease-in;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-in
}

.header-container .nav .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.header-container  .nav .main-menu ul li {
    line-height: 4rem;
    font-size: 1.125rem;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-0.875rem) translateX(-0.625rem);
    transform: scale(1.1) translateY(-0.875rem) translateX(-0.625rem);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.header-container  .nav .main-menu ul li a {
    color: #4d4d4d;
    padding: 0.5rem 3rem;
	line-height:5.5rem;
}
.header-container  .nav .main-menu ul li dl dd>a {
    color: #999;
}

.header-container .nav .main-menu ul .current_page_item a,
.header-container .nav .main-menu ul .current-menu-item a {
    color: white;
    background: #e60012;
    border-radius: 1.5rem
}


.no-cssvhunit.menu-open .header-container .nav nav {
    max-height: 9999px
}




/*轮播图*/

.banner img{ width:100%}
.carousel-indicators li.active{
    background: #339900;
    border: 3px solid #fff;
}
.carousel-indicators li{
	background: #fff;
}
/*什么是富勒烯*/
.content_list {
	overflow: hidden;
    padding-top: 0.6em;
    height: 25em;
}
.content_list .serviceitem a {
	text-align: center;
}
.content_list .serviceitem {
	/*width: 95%;*/
	margin: 0;
	float: left;
	height: 290px;
	margin: 10px 10px 60px 10px;
	padding-bottom: 40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.content_list .serviceitem a .service_img {
	width: 90%;
	height: 108px;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
	position: relative;
	top: 0;
	margin: 18px auto;
	margin-bottom: 30px;
}
.content_list .serviceitem a .service_img img {
	vertical-align: middle;
	padding-top: 25px;
}
.content_list .serviceitem div p {
	padding: 0 10px;
	color: #fff;
}
.content_list .serviceitem div {
	position: relative;
	margin: 0;
	transition: all 0.3s ease-out 0s;
	top: 0px;
	padding-top: 0;
}
.content_list .serviceitem:hover div {
	padding-top: 38px;
}
.content_list .serviceitem:hover {
	height: 350px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.content_list .serviceitem div:after {
	position: absolute;
	content: "";
	left: 18px;
	width: 382px;
	height: 155%;
	border: 1px solid rgba(255, 255, 255, .0);
	margin-left: 0;
	top: -13px;
	transition: all 0.3s ease-out 0s;
}
.content_list .serviceitem div p.title {
	font-size: 20px;
}
.content_list .serviceitem div p.description {
	width: auto;
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
}
.content_list .serviceitem:hover {
	margin-top: -30px;
	background: #fff;
}
.content_list .serviceitem:hover div {
	margin-top: 0px;
}
.content_list .serviceitem:hover p.title {
	color: #fff;
}
.content_list .serviceitem:hover div:after {
	border: 1px solid rgba(255, 255, 255, .1);
	width: 382px;
	left: 18px;
	height: 155%;
}
.content_list.serviceitem a.details {
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	border-radius: 0;
	border: 1px solid transparent;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.content_list.serviceitem a.details:after {
	content: '';
	width: 15px;
	height: 9px;
	background: url("") no-repeat -110px -11px;
	display: block;
	margin: 13px 0 0 11px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content_list .serviceitem:hover .details {
	margin-top: -15px;
	border-color: #b6b6b6;
	text-indent: 130px;
}
.content_list .serviceitem .details:hover {
	border: 1px solid transparent;
	text-align: inherit;
}
.content_list .serviceitem div p.title::after {
	content: '';
	position: absolute;
	width: 96px;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	left: 50%;
	margin-left: -48px;
	top: 35px;
	transition: all 0.3s ease-out 0s;
}
.content_list .serviceitem:hover div p.title::after {
	top: 72px;
}
.content_list #serviceitem_0 {
	background: #1fa1e4;
}
.content_list #serviceitem_0 .service_img {
	background: #339900;
}
.content_list #serviceitem_1 {
	background: #1199e0;
}
.content_list #serviceitem_1 .service_img {
	background: #0c8ed1;
}
.content_list #serviceitem_2 {
	background: #098acc;
}
.content_list #serviceitem_2 .service_img {
	background: #339900;
}


.swiper-button-next{
	background-image:url(../images/next.svg);
}
.swiper-button-prev{
	background:url(../images/pre.svg) no-repeat;
}
.swiper-button-next, .swiper-button-prev{
	    background-size: 37px 44px;
}

@keyframes lefteaseinAnimate{
    0%{ transform: translateX(-2000px); opacity: 0;}   
    100%{ transform: translateX(0px); opacity: 1;}       
}
@-webkit-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
@-o-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
@-ms-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
@-moz-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
.swiper-slide-active .font-ani{
	width:70%;
	margin:0 auto;
	padding-top:10%;
	 animation: lefteaseinAnimate 1s ease 1;   
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    -ms-animation: lefteaseinAnimate 1s ease 1;
    -o-animation: lefteaseinAnimate 1s ease 1;
    -moz-animation: lefteaseinAnimate 1s ease 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
.swiper-slide-active .font-ani .engs{
	font-size:2rem;
	font-family:"苹方";
	color:#3c9e7a;
	font-weight:300;
	padding-left:0;
	text-align:left;
}
.swiper-slide-active .font-ani>h4{
	font-size:2rem;
	font-family:"苹方";
	line-height:3rem;
	text-align:left;
	padding-left:0;
	color:#339900;
	font-weight:500;
	    width: 45%;
	 
}
.swiper-slide-active .font-ani>p{
	display:none;
	 
}
.swiper-slide-active .font-ani .blueknow{
	display:none;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity:0.5;
	border:2px solid transparent;
}
.swiper-pagination-bullet-active{
	border:2px solid #fff;
	background: #339900;	
	 opacity:1;
}
.wrapper98{width:98%; margin:0 auto;}
.wrapper100{width:100%;}
.wrapper96{width:96%; margin:0 auto;}
.wrapper88{width:88%; margin:0 auto;}

.warpper_title{ text-align:center; line-height:150%}
.warpper_title div{ line-height:150%; color:#999;}
.warpper_title h3{ color:#666; margin:0.8rem 0;font-size:2.2rem; margin-top:3rem;}
.warpper_title h4{ color:#1586d5; margin:0.5rem 0;font-size:1.8rem;}
.warpper_title p{color:#999; font-size:1.2rem;}
.warpper_title p.ph{color:#999; font-size:1.6rem;}
#projectlist {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
#projectlist .projectitem {
	
	width:43.5%;
	margin-left:3%;
	margin-right:3%;
	float: left;
	background: none;
	margin-bottom:2rem;
}

#projectlist .projectitem a .protitle {
	font-size: 1.4rem;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	/*padding: 15px 30px 1px 0px;*/
	transition: all 0.5s;
}
#projectlist .projectitem a .project_info .subtitle {
	display:none;
}
#projectlist .projectitem:hover a .project_info .protitle, #projectlist .projectitem:hover a .project_info .subtitle {
	display:none;
}
#projectlist .projectitem:hover a .project_info .protitle {
	padding: 15px 30px 1px 20px;
	transition: all 0.5s;
}

#projectlist .projectitem a .project_img img{
	width: 100%;
	overflow: hidden;
}

.kmore {
	margin: 0 auto;
	margin-bottom: 38px;
	width:20rem;
	    height: 4.6rem;
	display: block;
	margin-top: 40px;
}
.kmore a {
	display: block;
	border: 1px solid #eeeeee;
	width:20rem;
	    height: 4.6rem;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}

.waterpart {
	position: relative;
	width: 100%;
	margin-top: 20px;
	height: 460px;
	background:#339900;
}
.water-c {
	position: relative;
}
.water-1, .water-2 {
	position: absolute;
	width: 100%;
}
.water-1 {
	height: 550px;
	background: url(../images/qiansebg.png) left bottom repeat-x;
	top: 0;
	-webkit-animation: wave-animation-1 20s infinite linear;
	animation: wave-animation-1 20s infinite linear;
}
.water-2 {
	height: 540px;
	display: block;
	top: 10px;
	background: url(../images/shensebg.png) left bottom repeat-x;
	-webkit-animation: wave-animation-2 60s infinite linear;
	animation: wave-animation-2 60s infinite linear;
}
@keyframes wave-animation-1 {
 0% {
 background-position: 0 top;
}
 100% {
 background-position: 2220px top;
}
}
 @keyframes wave-animation-2 {
 0% {
 background-position: 0 top;
}
 100% {
 background-position: 3646px top;
}
}
.bo2_inner {
	height: 580px;
	position: relative;
	top: 0;
	z-index: 55;
	/*width: 760px;*/
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.conpanytitle {
	padding-top: 48px;
	text-align: center;
	color: #fff;
}
.conpanytitle h3 {
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
}
.conpanytitle p {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}

.wySlider {
	position: relative;
	overflow: hidden;
	margin-top: 36px;
	padding-bottom: 50px;
	height: 314px;
}
.wySlider .wySliderWrapper dd {
	position: absolute;
	width: 100%;
	opacity: 0;
	height: 314px;
}
.wySlider .wySliderWrapper dd a .imgborder {
	width: 100%;
	/*height: 172px;*/
	display: block;
	overflow: hidden;
	text-align:center;
}
.wySlider .wySliderWrapper dd a .imgborder img {
	width:24em;
	margin: 0 auto;
	border: 6px solid #fff;
	transition: all 0.5s;
}
.wySlider .wySliderWrapper dd a .subtitle {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-top: 36px;
}
.wySlider .wySliderWrapper dd a .contintro {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	width: 90%;
	margin: 15px auto;
}
.wySliderPrev, .wySliderNext {
	display: none;
}
.wySliderPagination {
	z-index: 2;
	position: absolute;
	left: 45%;
	bottom: 15px;
}
.wySliderPagination li {
	float: left;
	margin: 0 8px 0 8px;
	list-style-type: none;
}
.wySliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #339900;
}
.wySliderPagination a.wyActive {
	background: #339900;
	border: 2px solid #fff;
}
.newspart {
	margin-top: 70px;
	width: 100%;
	
}
.indextitles {
	text-align: center;
}
.indextitles>h4 {
	line-height: 32px;
	color: #666;
	font-size: 24px;
	font-weight: 400;
}
.indextitles>p {
	line-height: 24px;
	color: #ccc;
	font-size: 15px;
	font-weight: normal;
}
.newsnavs {
	text-align: center;
	color: #999;
	font-size: 14px;
	margin-top: 28px;
}
.newsnavs span {
	color: #e6e6e6
}
.newsnavs a {
	color: #999;
}

.newsnavs a.curr {
	color: #339900;
}
.newscons {
	margin-top: 20px;
	margin-bottom: 60px;
}
.newscons .leftnews {
	width: 100%;
	margin-bottom:3rem;
	
}
.rightvideo {
	width:100%;
	float: left;
	display: block;
	background: #f5f5f5;

}
.rightvideo .videopart {
	width: 96%;
    margin: 2%;
    height: 27.8%;
    border: 2px solid #fff;
}
.rightvideo .videotitle {
	    color: #4e4e4e;
    font-size: 18px;
    text-align: center;
    margin: 10px;
    padding-bottom: 10px;

}
.leftnews ul li {
	margin-bottom: 20px;
}
.leftnews ul li a .leftnewimg {
	width: 35%;
	overflow: hidden;
	display: block;
	float: left;
}
.leftnews ul li a .leftnewimg img {
	transform: scale(1);
	transition: all 0.5s;
	width: 100%;
}

.leftnews ul li a .newsview {
	width: 58%;
    float: right;
    transition: all 0.8s;
}
.leftnews ul li a:hover .newsview {
	margin-left: 30px;
	transition: all 0.8s;
}
.leftnews ul li a .newsview h5 {
	font-size: 1.4rem;
    color: #666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 5%;
}
.leftnews ul li a:hover .newsview h5 {
	color: #1fa1e4;
	transition: all 0.5s;
}
.leftnews ul li a .newsview .indexnewtime {
	display:none;
}
.leftnews ul li a .newsview>p {
	display:none;
}
.copart {
	margin-top: 100px;
}
.friend {
	height: 82px;
	margin: 0 auto;
	overflow: hidden;
	width: 1227px;
	margin-top: 50px;
}
.mr_frBtnL {
	cursor: pointer;
	display: inline;
	float: left;
	height: 11px;
	margin: 30px 5px 0 0;
	width: 6px;
}
.mr_frUl {
	float: left;
	height: 202px;
	width: 1188px;
	margin-left: 10px;
}
.mr_frBtnR {
	float: right;
	margin-top: 30px;
	cursor: pointer;
	width: 6px;
	height: 11px;
}
.mr_frUl ul li {
	display: inline;
	float: left;
	width: 178px;
	overflow: hidden;
	position: relative;
	height: 81px;
	margin-left: 10px;
	margin-right: 10px;
}
.mr_frUl ul li img {
	border: 1px solid #e6e6e6;
	width: 176px;
}
.mr_frUl ul li a:hover img {
	border: 1px solid #1fa1e4;
	width: 176px;
	transition: all 1s;
}
footer {
	margin-top: 60px;
}
.footerbg {
	background: #339900;
	height: 475px;
	width: 100%;
	display: block;
	padding:0 0 0 25px
}
.leftinfo {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.bottomtit {
	font-size: 23px;
	color: #fff;
}
.botline {
	height: 1px;
	background: #48a31a;
	margin-top: 20px;
	margin-bottom: 20px;
}
.botleftcon {
	float: left;
	width: 270px;
}
.botleftcon a{
	color:#fff;
}
.botleftcon p a{
	color:#fff;
}
.botrightcon {
	float: right;
	width: 210px;
}
.botleftcon p, .botrightcon p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.rightpro {
	margin-top: 80px;
	width: 530px;
	float: right;
}
.rightpro ul li {
	width: 190px;
	list-style-type: none;
	display: inline-block;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.rightpro ul li a {
	text-decoration: none;
	color: #666;
}
.rightpro ul li a:hover {
	color: #5881c2;
	text-decoration: underline;
}
.rightpro ul li:nth-child(3n) {
	width: 100px;
	line-height: 24px;
	display: inline-block;
	text-align: right;
}
.bottomlist {
	margin-top: 40px;
}
.bottomlist .icons {
	background: #fff url(../images/weixin.png) no-repeat;
	border: 1px solid #ccc;
	width: 46px;
	height: 46px;
	margin-right: 20px;
	float: left;
	border-radius: 23px;
	transition: all 1s;
}
.bottomlist .weixinicon {
	background-position: 9px 10px;
}
.bottomlist .qqicon {
	background-position: -57px 10px;
}
.bottomlist .weiboicon {
	background-position: -123px 10px;
}
.bottomlist .icons:hover {
	background: #5881c2 url(../images/weixin.png) no-repeat;
	border: 1px solid #5881c2;
	transition: all 0.5s;
}
.bottomlist .weixinicon:hover {
	background-position: 9px -68px;
	transition: all 0.3s;
}
.bottomlist .qqicon:hover {
	background-position: -57px -68px;
	transition: all 0.5s;
}
.bottomlist .weiboicon:hover {
	background-position: -123px -68px;
	transition: all 0.5s;
}
.modal {
	position: fixed;
	left: -100%;
	right: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 0;
	z-index: 9999;
	display: none;
}
.modal:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.content {
	display: inline-block;
*display: inline;
*zoom:1;
	vertical-align: middle;
	position: relative;
	right: -100%;
}
.content_mark {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 555;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
	transition: all 0.5s;
}
.copyright {
	height: 60px;
	width: 100%;
	background: #2b8000;
}
.fleftcopy {
	float: left;
    line-height: 180%;
    font-size: 14px;
    color: #fff;
    padding: 5px 0 0 25px;
}
.rightbotnav {
	width: 500px;
	float: right;
	text-align: left;
	line-height: 55px;
	color: #baf6ff;
	font-size: 14px;
}
.rightbotnav a {
	color: #baf6ff;
	font-size: 14px;
	text-decoration: none;
}
.rightbotnav a:hover {
	text-decoration: underline;
	color: #fff;
}
.bottom-tel {
	/*width: 205px;*/
	background: url(../images/telwhite.png) no-repeat left center;
	padding-left: 40px;
	margin-bottom: 20px;
}
.bottom-tel .telno {
	font-size: 28px;
	color: #fff;
	font-family: "苹方";
	font-weight: 400;
	line-height: 28px;
}
.bottom-tel .telintro {
	font-size: 16px;
	color: #fff;
}
.zhuangzihao {
	width: 386px;
	float: left;
}
.zhuangzihao dt {
	color: #e0fdff;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 5px;
}
.zhuangzihao dd {
	width: 190px;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
}
.zhuangzihao dd a {
	color: #baf6ff;
	font-size: 14px;
	line-height: 24px;
}
.zhuangzihao dd a:hover {
	color: #fff;
	text-decoration: underline;
}
.xiezihao {
	float: right;
	width: 120px;
}
.leftcode {
	float: left;
	margin-left: 20px;
}
.leftcode img {
	border-radius: 8px;
}
.leftcode p {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.inpagebg {
	width: 100%;
	margin-top:3rem;

}
.inpagebg .inpagegtitle {
	text-align: center;
	margin-left: 68px;
	margin-top:50%;
	color: #666666;
}
.inpagebg .inpagegtitle h5 {
	font-size: 44px;
	font-family: "苹方";
	font-weight: 400;
	line-height: 60px;
	color: #339900;
}
.inpagebg .inpagegtitle p {
	font-size: 22px;
	font-family: "苹方";
	line-height: 36px;
}
.about {
	background: url(../images/about-1.png) no-repeat top center;width:100%;background-size:100%;
}
.news {
	background: url(../images/news.png) no-repeat top center;width:100%;background-size:100%;
}
.videonews {
	background: url(../images/videonews.png) no-repeat top center;width:100%;background-size:100%;
}
.what {
	background: url(../images/what.png) no-repeat top center; width:100%;background-size:100%;
}
.aboutjincheng {
	background: url(../images/aboutjincheng.png) no-repeat top center;width:100%;background-size:100%;
}
.factory {
	background: url(../images/factory.png) no-repeat top center;width:100%;background-size:100%;
}
.pro-1 {
	background: url(../images/pro-1.png) no-repeat top center;width:100%;background-size:100%;
}
.pro-2 {
	background: url(../images/pro-2.png) no-repeat top center;width:100%;background-size:100%;
}
.pro-3 {
	background: url(../images/pro-3.png) no-repeat top center;width:100%;background-size:100%;
}
.pro-4 {
	background: url(../images/pro-4.png) no-repeat top center;width:100%;background-size:100%;
}
.pro-5 {
	background: url(../images/pro-5.png) no-repeat top center;width:100%;background-size:100%;
}
.pro-6 {
	background: url(../images/pro-6.png) no-repeat top center;width:100%;background-size:100%;
}
.jobs {
	background: url(../images/jobs.png) no-repeat top center;width:100%;background-size:100%;
}
.contact {
	background: url(../images/contact.png) no-repeat top center;width:100%;background-size:100%;
}
.inpage-ani {
	width: 1180px;
	margin: 0 auto;
	animation: lefteaseinAnimate 1s ease 1;
	-webkit-animation: lefteaseinAnimate 1s ease 1;
	-ms-animation: lefteaseinAnimate 1s ease 1;
	-o-animation: lefteaseinAnimate 1s ease 1;
	-moz-animation: lefteaseinAnimate 1s ease 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.inpage-ani p {
	width: 1180px;
	margin: 0 auto;
	animation: lefteaseinAnimate 2s ease 1;
	-webkit-animation: lefteaseinAnimate 3s ease 1;
	-ms-animation: lefteaseinAnimate 2s ease 1;
	-o-animation: lefteaseinAnimate 2s ease 1;
	-moz-animation: lefteaseinAnimate 2s ease 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.inpage-ani p {
	width: 1180px;
	margin: 0 auto;
	animation: lefteaseinAnimate 2s ease 1;
	-webkit-animation: lefteaseinAnimate 3s ease 1;
	-ms-animation: lefteaseinAnimate 2s ease 1;
	-o-animation: lefteaseinAnimate 2s ease 1;
	-moz-animation: lefteaseinAnimate 2s ease 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}
.rightdh {
	padding-top: 30px;
	text-align: right;
	color: #bbbbbb;
	font-size: 12px;
}
.rightdh .weizhi {
	background: url(../images/home.png) no-repeat left center;
	padding-left: 16px;
}
.rightdh span a {
	color: #bbb;
	text-decoration: none;
}
.rightdh span a:hover {
	color: #5881c2;
}
.rightdh .curdh {
	color: #2199d6;
}
.allinpagebg {
	background: #fff url(../images/allinpagebg.png) repeat-x top center;
}
.allinpagebg2 {
	background: #fff url(../images/allinpagebg2.png) repeat-x top center;
}
.inpageleftbg {
	width: 100%;
	background: url(../images/inpageleftbg.png) no-repeat left top;
}
.inpagerightbg {
	width: 100%;
	background: url(../images/inpagerightbg.png) no-repeat right bottom;
}
.inpage {
	width: 1260px;
	margin: 0 auto;
}
.inleftmenu {
	width: 222px;
	float: left;
}
.left-contacts>h5 {
	font-size: 20px;
	color: #707070;
	line-height: 24px;
}
.inleftmenu dl {
	width: 219px;
	margin-top: -10px;
	border: 1px solid #ececec;
	padding-bottom: 70px;
	position: relative;
}
.inleftmenu dl dt {
	display: block;
	width: 198px;
	height: 97px;
	background: #339900;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
	margin-bottom: 23px;
}
.inleftmenu dl dt h4 {
	line-height: 36px;
	font-size: 30px;
	color: #fbfbfb;
	font-weight: 400;
	padding-top: 20px;
}
.inleftmenu dl dt p {
	font-size: 18px;
	font-family: "苹方";
	font-weight: 200;
	color: #fefefe;
}
.inleftmenu dl dd {
	width: 198px;
	margin: 0 auto;
	margin-bottom: 16px;
	height: 47px;
	line-height: 47px;
	display: block;
	text-align: center;
}
.inleftmenu dl dd a {
	color: #666666;
	display: block;
	padding-right: 20px;
	transition: all 0.6s;
	background: 170px -7px;
}
.inleftmenu dl dd:hover {
	background: #f2f2f2;
	transition: all 0.6s;
}
.inleftmenu dl dd:hover a {
	background: url(../images/menujt.png) no-repeat 170px 19px;
	transition: all 0.6s;
}
.inleftmenu dl dd.curleftmenu, .inleftmenu dl dd.curleftmenu:hover {
	background: #eaf7fd;
}
.inleftmenu dl dd.curleftmenu a, .inleftmenu dl dd.curleftmenu:hover {
	color: #339900;
	background: #eaf7fd url(../images/menujt.png) no-repeat 170px -38px;
}
.bottomredbg {
	position: absolute;
	bottom: 0px;
	height: 4px;
	width: 221px;
	background: url(../images/leftmenubg.png) no-repeat;
	display: block;
	left: -1px;
}
.inrightbox {
	width: 950px;
	float: right;
}
.indetailtitle {
	color: #2199d6;
	font-size: 24px;
	line-height: 80px;
	border-bottom: 1px solid #ececec;
}
.indetailtitle h3 {
	font-weight: normal;
}
.boxcontent {
	padding-top: 60px;
	padding-bottom: 130px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.boxcontent p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.imgps {
	position: relative;
}
.pscontent {
	width: 616px;
	height: 160px;
	display: block;
	position: absolute;
	left: 335px;
	top: 70px;
	z-index: 10;
	background: rgba(236,244,249,0.9)
}
.pscontent>p {
	padding: 33px 30px;
}
.boxcontent .bluefont {
	font-size: 24px;
	color: #339900;
	line-height: 30px;
	text-transform: uppercase;
}
.boxcontent .blackfont {
	font-size: 24px;
	color: #333;
	line-height: 48px;
	margin-bottom: 5px;
}
.rightnewslists {
	width: 950px;
}
.rightnewslists ul li {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px dotted #e9e9e9;
}
.rightnewslists ul li .leftcnts, .rightnewslists ul li .leftcntstime {
	margin-top: 22px;
}

.rightnewslists ul li a .boxhidden {
	width: 271px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 48px;
}
.rightnewslists ul li a:hover .leftnewimg {
	transform: scale(1.1);
	transition: ease-out all 0.5s;
	opacity: 0.9;
}
.rightnewslists .newsdetailtitle {
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #e9e9e9;
}
.rightnewslists .newsdetailtitle>h3 {
	font-size: 20px;
	font-family: "苹方";
	display: block;
	color: #333;
	line-height: 40px;
	font-weight: 400;
}
.rightnewslists .newsdetailtitle .newsauthor {
	width: 138px;
	float: right;
	font-size: 12px;
	color: #bbb;
	text-align: right;
	line-height: 20px;
}
.newsdetailcontent, .newsdetailcontent p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.indexrightnews {
	width: 950px;
	float: right;
	overflow: hidden;
}
.indexrightnews dt {
	margin-bottom: 46px;
}
.indexrightnews .leftcnts {
	width: 550px;
	float: left;
	transition: all 0.6s;
}
.indexrightnews .leftcnts .leftcntstit {
	font-size: 20px;
	font-family: "苹方";
	margin-bottom: 20px;
	color: #333;
}
.indexrightnews a:hover .leftcnts .leftcntstit {
	color: #2199d6;
}
.indexrightnews a:hover .leftcnts {
	margin-left: 10px;
	transition: all 0.6s cubic-bezier(.065, .82, .165, 1);
}
.indexrightnews a .leftcnts .leftcntsview {
	color: #999;
}
.indexrightnews a:hover .leftcnts .leftcntsview {
	color: #6a6a6a;
}
.indexrightnews .tline {
	height: 1px;
	background: #f7f7f7;
	width: 100%;
	display: block;
	position: relative;
}
.indexrightnews .tline span {
	position: absolute;
	width: 290px;
	height: 1px;
	background: #f7f7f7;
}
.indexrightnews a:hover .tline span:after {
	width: 100%;
	opacity: 1;
}
.indexrightnews .tline span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #5881c2;
	top: 0;
	transform: translateX(0%);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
	left: 0%;
	opacity: 0;
}
.indexrightnews .leftcnts .leftcntsview {
	margin-top: 15px;
	color: #8a8a8a;
	font-size: 14px;
	line-height: 24px;
}
.leftcntstime {
	width: 56px;
	float: right;
}
.leftcntstime .sindexday {
	display: block;
	font-size: 36px;
	color: #cccccc;
	font-family: "苹方";
	font-weight: 400;
	transition: ease-out all 0.3s;
}
.leftcntstime .sindexyear {
	font-size: 14px;
	color: #cccccc;
	display: block;
	width: 56px;
	transition: ease-out all 0.3s;
}
.indexrightnews a:hover .leftcntstime .sindexyear, .indexrightnews a:hover .leftcntstime .sindexday {
	color: #999999;
	transition: ease-out all 0.3s;
}
.leftcntstime .jtt {
	display: block;
	margin-top: 30px;
	width: 22px;
	height: 13px;
	margin-left: 10px;
	background: url(../images/jtt2.png) no-repeat top right;
	transition: ease-out all 0.3s;
}
.indexrightnews a:hover .leftcntstime .jtt {
	display: block;
	margin-top: 30px;
	width: 22px;
	height: 13px;
	margin-left: 10px;
	background: url(../images/jtt2.png) no-repeat top left;
	transition: ease-out all 0.3s;
}
.indexrightnews dd {
	height: 53px;
}
.indexrightnews a .leftcntslist {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 50px;
	width: 573px;
	overflow: hidden;
	float: left;
}
.indexrightnews a:hover .leftcntslist {
	color: #5781c2;
}
.indexrightnews a .dtime {
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	line-height: 50px;
	float: right;
}
.newsdetailtitle {
	padding-bottom: 12px;
	padding-top:0px;
	border-bottom: 1px dotted #e9e9e9;
}
.newsdetailtitle>h3 {
	font-size:20px;
	font-family: "苹方";
	margin-bottom: 0.5rem;
	width:100%;
	display: block;
	color: #333;
	line-height: 30px;
	font-weight: 400;
}
.newsdetailtitle .newsauthor {
    margin-top:1rem;
	font-size: 12px;
	color: #bbb;
	text-align: right;
	line-height: 20px;
}
.newsdetailcontent, .newsdetailcontent p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.videolist li {
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
	position: relative;
}
.videolist li a img {
	width: 300px;
	height: 217px;
}
.videolist li:nth-child(3n+3) {
	margin-right: 0;
}
.videolist li a p {
	text-align: center;
	color: #999;
	font-size: 16px;
	width: 300px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.videolist li:hover a p {
	color: #449ce7;
}
.videolist li .videomask {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 217px;
	display: block;
	transition: all 0.5s;
	text-align: center;
	vertical-align: middle;
	line-height: 217px;
}
.videolist li .videomask i {
	width: 72px;
	height: 72px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 217px;
	margin: 0 auto;
}
.videolist li .videomask i img {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 217px;
	margin: 0 auto;
	transition: all 0.5s;
}
.videolist li:hover .videomask {
	width: 300px;
	height: 217px;
	display: block;
	background: rgba(127,209,217,0.6);
	transition: all 0.5s;
}
.videolist li:hover .videomask i img {
	transform: scale(1.2);
	transition: all 0.5s;
}
.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
	position: relative;
	width: 1128px;
	margin: 200px auto;
	height: 480px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 15px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-popup-close {
	position: absolute;
	right: 37px;
	top: 27px;
	z-index: 10;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -999999px;
	background: url(../images/close.png) no-repeat;
}
.is-visible .cd-popup-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.cd-videdo {
	width: 780px;
	float: left;
}
.cd-video-font {
	width: 320px;
	padding-top: 200px;
	float: left;
	margin-left: 15px;
}
.cd-video-font>h6 {
	font-size: 16px;
	color: #2e2e2e;
	font-weight: normal;
	line-height: 30px;
}
.cd-video-font>p {
	font-size: 14px;
	color: #7d7d7d;
}
.videonextbutton {
	position: absolute;
	bottom: 15px;
}
.videonextbutton a {
	width: 170px;
	height: 54px;
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/videojt.png) no-repeat -160px -50px;
	transition: all 0.5s;
}
.videonextbutton a:hover {
	background: #339900 url(../images/videojt.png) no-repeat -160px 20px;
	transition: all 0.5s;
}
.videonextbutton a.videocur {
	background: url(../images/videojt.png) no-repeat 80px -50px;
	transition: all 0.5s;
}
.videonextbutton a:hover.videocur {
	background: #339900 url(../images/videojt.png) no-repeat 80px 20px;
	transition: all 0.5s;
}
.contactlogo img {
	margin-left: -45px;
	margin-top: -25px;
}
.contactlists {
	margin-top: 80px;
	margin-left: 50px;
}
.contactlists li {
	width: 307px;
	margin-left: 110px;
	margin-right: 110px;
	float: left;
	overflow: hidden;
	margin-bottom: 80px;
}
.contactlists li>p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.contact-page {
	padding-top:2rem;
	width:100%;
	    background: url(../images/leftbg_mobile.png) no-repeat left top;
}
.contact-page .leftcontacts {
	margin:0 auto;
	padding-top: 2rem;
	width:88%;
}
.leftcontacts>h5 {
	color: #707070;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
}
.leftcontacts>p {
	color: #999;
	font-size: 14px;
	line-height: 24px;
	    padding-top: 1rem;
}
.leftcontacts>h4 {
	margin-top: 36px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #0099cc;
}
.rightcontactcode {
	display:none;
}
.rightcontactcode .weicode {
	margin-left: 88px;
	float: left;
}
.rightcontactcode .weicode p {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.contacttitle {
	display:none;
}
.mobilebox{
	width:88%;
	margin:0 auto;
	margin-top:2rem;
}
.mobilebox p{
	 word-break: break-all;
	 color: #666;
    font-size: 16px;
    line-height: 24px;
}
.mobilebox h2{
	font-size:24px;
}

.mobilebox img{
	width:100%;
}
.jtmenu {
	height: 127px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	text-align: center;
}
.jtnavs dd {
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
	line-height: 128px;
}
.jtnavs dd a {
	line-height: 127px;
	display: block;
	position: relative;
	font-size: 16px;
}
.jtnavs dd a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 5px;
	background: #339900;
	bottom: 0;
	transform: translateX(-50%);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
	left: 50%;
	opacity: 0;
}
.jtnavs dd:hover a:after {
	width: 100%;
	opacity: 1;
}
.jtnavs dd a {
	color: #666666;
}
.jtnavs dd#jtcur a {
	background: url(../images/bluejt.png) no-repeat bottom center;
	font-weight: 600;
	color: #339900;
}
.jtnavs dd#jtcur a:after {
	opacity: 1;
	width: 100%;
}
.jtnavs dd:hover a {
	color: #339900;
}
.middletitle {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}
.middletitle>h5 {
	font-size: 24px;
	color: #666666;
	line-height: 48px;
	font-weight: 400;
}
.middletitle>p {
	font-size: 14px;
	color: #ccc;
}
.ingreyfont, .ingreyfont p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
#btnTop {
	z-index: 99;
	transition: all 0.5s;
	position: fixed;
	right: 10px;
	transition: bottom ease 1s;
	top: 50%;
	z-index: 3;
}
#btnTop button {
	border: none;
	outline: none;
	background: #c5c5c5 url(../images/backtop.png) no-repeat center center;
	color: white;
	cursor: pointer;
	width: 58px;
	height: 58px;
}
#btnTop:hover button {
	background-color: #5881c2;
	transition: all 0.5s;
}

.probanner{
	width:100%;
	background-size: 100%!important;
margin-top: 30px;
	
}
.probanner .font-ani{
	width:88%;
	position:relative;
	margin:0 auto;
	text-align:right;
	 animation: lefteaseinAnimate 1s ease 1;   
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    -ms-animation: lefteaseinAnimate 1s ease 1;
    -o-animation: lefteaseinAnimate 1s ease 1;
    -moz-animation: lefteaseinAnimate 1s ease 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
.probanner .font-ani .ani-img{
	    margin-right: 1rem;
    padding-top: 2.6rem;
    margin-bottom: 1rem;
    width: 40%;
    margin-left: 0;
    text-align: center;
}
.probanner .font-ani .ani-img img{
	width:60%;
}
.probanner .font-ani .engs{
	font-size:14px;
	font-family:"Times New Roman", Times ;
	color:#666;
	font-weight:300;
	text-align:center;
	 width: 40%;
	 display:none;

}
.probanner .font-ani .h4fonts{
	font-size:16px;
	font-family:"苹方";
	color:#339900;
	font-weight:300;
	text-align:center;
	 width: 40%;    
	 padding-bottom: 3rem;
}
.probanner .font-ani .blueborder{
	    font-size: 14px;
    font-family: "苹方";
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    color: #0591d8;
    font-weight: 500;
    padding: 0px 10px;
    border: 1px solid #069bd2;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
	 
}
.ke-zeroborder{
	background:#cccccc;
	    width: 100%;
}
.ke-zeroborder tr td{
	background:#fff;
	color:#666;
	font-family:Microsoft Yahei;
	font-size:16px;
	line-height:45px;
	text-align:center;
	border: 1px solid #cccccc;
}
.ke-zeroborder tr th{
	background:#eaeaea;
	color:#666;
	font-family:Microsoft Yahei;
	font-size:16px;
	line-height:45px;
	text-align:center;
	border: 1px solid #cccccc;
}
.probox{
	padding-top:3rem;
	font-family: "苹方";
	margin-bottom:5rem;
}
.probox h5.bigtitle{
	text-align:center;
	color:#666;
	font-size:20px;
	line-height:60px;
	margin-bottom:1rem;
	font-weight:400;
	font-family: "苹方";
}
.probox .proshowsbox{
	width:100%;
}
.probox .proshowsbox .leftwid550{
	width: 88%;
    text-align: center;
    margin: 0 auto;
}
.probox .proshowsbox .leftwid550>h4{
	color:#339900;
	font-size:24px;
	font-weight:400;
	font-family: "苹方";
}

.probox .proshowsbox .leftwid550 p{
	color:#333;
	font-family: "苹方";
	font-size:20px;
	line-height:36px;
	margin-bottom: 3rem;
}
.probox .proshowsbox .leftwid550 p.pdetail{

	    font-size: 16px;
    font-family: "苹方";
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
	
}
.probox .proshowsbox .leftwid550 .bluebg{
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-family: "苹方";
    font-weight: 400;
    background: #339900;
    margin-top: 20px;
}
.probox .proshowsbox .right620{
	width: 88%;
    text-align: center;
    margin: 0 auto;
	margin-top: 5rem;
}
.probox .proshowsbox .right620>img{
	width:100%;
}
.probox .prointro{
	margin-top:3rem;
}
.probox .prointro .prolinetitle{
	line-height: 8rem;
	font-family: "苹方";
	font-size:26px;
	color:#333;
	width:88%;
	margin:0 auto;
	font-weight:400;
	border-bottom:1px solid #cccccc;
}
.probox .prointro .detaillist{
	margin:0 auto;
	width:95%;
}
.probox .prointro .detaillist>h5{
	margin-top: 1rem;
    line-height: 8rem;
    font-size: 18px;
    font-family: "苹方";
    color: #333;
    font-weight: 400;
}
.probox .prointro .detaillist>h5 span{
    color: #666;
    font-weight: 400;
    font-size: 20px;
}
.probox .prointro .detaillist .wid810{
	width:100%;
}
.probox .prointro .detaillist .wid440{
	width:100%;
	text-align:left;
	    margin-top: 15px;
}
.probox .prointro .detaillist .wid810 .fleftimgd{
	float:left;
}
.probox .prointro .detaillist .wid810 .fleft>img{
	margin-right:10px;
}
.probox .prointro .detaillist .wid810 .fleft>p, .probox .prointro .detaillist .wid440 p{
	    color: #999;
    font-size: 16px;
    font-family: "苹方";
    line-height: 28px;
    margin-bottom: 12px;
}

.probox .prointro .detaillist .wid810 .fleft>p strong, .probox .prointro .detaillist .wid440 p strong{
	color:#666666;
	font-family: "苹方";
}
.wrapper1260{
	width:100%;
	margin:0 auto;
}
.wrapper1260 img{
	width:100%;
}

.mwater-1{
	height: 260px;
}
 .mwater-2, .mwater-c{
	height: 250px;
}

.wtimgss{
	    width: 90%;
    margin: 0 auto;
    z-index: 100;
    position: absolute;
    top: 8rem;
    left: 5%;
	}
.wtimgss img{
	width:100%;
}
.mobileh3{
	font-size:20px;
	color:#339900;
	line-height:48px;
	text-align:center;
	margin-top:10px;
}
.mobilebox .bluefont {
    font-size:16px;
    color: #339900;
    line-height: 30px;
    text-transform: uppercase;
	    margin-top: 2rem;

}
.mobilebox .blackfont {
    font-size:18px;
    color: #333;
    line-height:28px;
    margin-bottom: 5px;
}
.mobilebox .bgk100{
	background-size:100%!important;
}
.mobilebox .w450p{
	    padding-top: 380px;
    margin-top: 20px;
}
.companylogos dd .menulogo img{
	width:70%;
}

.companylogos dd>a h6{
	 font-size: 20px;
    color: #333;
    line-height: 48px;
    font-weight: normal;
    margin-bottom: 15px;
}
.companylogos dd{
	margin-bottom:50px;
}
.menucompanys img{
	width:40%;
}
.menucompanys p{
	word-break: break-all;
    color: #666;
    font-size: 18px;
    line-height: 28px;
}
.menucompanys p{
	margin-bottom:10px;
}