﻿@charset "utf-8";
/*公用样式开始*/
*{
	padding:0;
	margin:0;
}
body {
	overflow-x:hidden;
	font-size:14px;
	font-family:'Microsoft YaHei', 'Arial', '\5B8B\4F53';
	background:#fff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	
	border:0;
}
address, caption, cite, code, dfn, em, th, i, var, s {
	font-weight:normal;
	font-style:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
input, label {
	vertical-align:middle;
}
input {
	border:0;
}
h1, h2, h3, h4, h5, h6, b {
	font-weight:normal;
	font-size:100%;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
*html .clear {
	_height:1%;
}
.clear {
	zoom:1;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0
}
.hide {
	display:none
}
/*.on {
	position:fixed; top:0px; z-index:1111;
	display: inline-block;
}*/
.color-red {color:#fb4558!important; }

.content{ width:1000px; margin:0 auto;}
/*公用样式结束*/



.header {width:100%;height:auto;position:relative;height:544px;}
.headerIn {  background:url(../images/banner3.jpg) no-repeat;  height:544px; background-size:100% 100%;  width:100%; position:absolute; right:0;}
.headerIn{   animation: 10s linear 0s normal forwards infinite running box6Move1;
	-webkit-animation: 10s linear 0s normal forwards infinite running box6Move1;
	-moz-animation: 10s linear 0s normal forwards infinite running box6Move1;
	-ms-animation: 10s linear 0s normal forwards infinite running box6Move1;
	-o-animation: 10s linear 0s normal forwards infinite running box6Move1;	}

@-webkit-keyframes box6Move1{
	0%{
		transform: scale(1);
		
	}
	50%{transform: scale(1.1);
		
	}
		
	}
}
@-moz-keyframes box6Move1{
	0%{
		transform: scale(1);
		
	}
	50%{transform: scale(1.1);
		
	}
}
@-ms-keyframes box6Move1{
	0%{
		transform: scale(1);
		
	}
	50%{transform: scale(1.1);
		
	}
}
@-o-keyframes box6Move1{
	0%{
		transform: scale(1);
		
	}
	50%{transform: scale(1.1);
		
	}
}
/* 4.盒子6动画结束 */

.header_top{ height: 70px; margin: 0 auto; width: 1000px; z-index:2; position:relative;}
.header_top .logo { float: left; margin-top: 24px; }
.zszt_mba .logo img{ border: medium none; vertical-align: top; }
.header_top_r{ color: #fff; float: left; font-size: 14px; margin-top: 30px; }
.header_top_r a{ color: #fff; margin: 0 5px; }
.header_top_r a:hover{ text-decoration:underline; }

.header_top_l { margin-top:30px; }




.content1 { position:relative;}
.content2 {position:relative;padding: 185px 0 0 0;}
.header_t {

width: 870px;

left: 50%;

margin-top: 56px;

position:absolute;

-webkit-animation-name: fadeIn;

animation-name: fadeIn;

-webkit-animation-fill-mode: both;

animation-fill-mode: both;

-webkit-animation-delay: 1s;

animation-delay: 1s;

-webkit-animation-duration: 2s;

animation-duration: 2s;

transition:all 2s linear;

-moz-transition:all 2s linear;

-ms-transition:all 2s linear;

-o-transition:all 2s linear;

-webkit-transition:all 2s linear;

margin-left: -435px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header_t .img1 {width: 142px;top: 233px;    margin-left: -71px;position: absolute;left: 50%;}
.header_t .img2 { margin-left:241px;}
.header_t .img3 {margin-top: 36px;margin-left: 87px;}

.header_t .img1 {animation: ring 3s;
	-webkit-animation: ring 3s ;
	-moz-animation: ring 3s ;
	-ms-animation: ring 3s ;
	-o-animation: ring 3s ;
	 
	 }
@-webkit-keyframes ring{
    0%{-webkit-transform:scale(1);}
    10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}
    30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}
    40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}
    100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes ring{
    0%{-moz-transform:scale(1);}
    10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}
    30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}
    40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}
    100%{-moz-transform:scale(1) rotate(0);}
}
@-ms-keyframes ring{
    0%{-ms-transform:scale(1);}
    10%,20%{-ms-transform:scale(0.9) rotate(-3deg);}
    30%,50%,70%,90%{-ms-transform:scale(1.1) rotate(3deg);}
    40%,60%,80%{-ms-transform:scale(1.1) rotate(-3deg);}
    100%{-ms-transform:scale(1) rotate(0);}
}
@keyframes ring{
    0%{transform:scale(1);}
    10%,20%{transform:scale(0.9) rotate(-3deg);}
    30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}
    40%,60%,80%{transform:scale(1.1) rotate(-3deg);}
    100%{transform:scale(1) rotate(0);}
}





.nav {bottom: 0!important;z-index: 10000;height: 62px;line-height: 60px;background:rgba(34,34,34,0.9);width:100%;position:absolute;}
.navIn {width: 1000px;margin:0 auto; overflow:hidden;}
.navIn ul li { float:left; cursor:pointer;  }
.navIn ul li a {color: #e4eadf;font-size: 18px;margin: 0 20px;}
.navIn ul li.current { background:#cedfc1; color:#2a5714;}
.navIn ul li.current a {color:#2a5714; }
.navIn ul li:hover { background:#cedfc1; color:#2a5714;}
.navIn ul li:hover a {color:#2a5714; }
.nav.on { position:fixed!important; top:0;}
.navIn .img0{    position: absolute;
    /* margin: -11px 0 0 0; */
    display: inline-block;
    top: -11px;}


.sec_1 {position: relative;width:100%;overflow: auto;min-height: 705px;}
.sec_1 .content3 {left: 50%;position: absolute;background:#fff;margin-top: 48px;overflow: auto;width: 1000px;margin-left: -500px;top: 60px;overflow:hidden;}
.content3_l {width: 592px;text-align:right;padding: 50px 40px;height:500px;box-sizing:border-box;background:url(../images/2.jpg) no-repeat; overflow:hidden;  }
.content3_l:hover { }
.content3_l p { font-size:18px; color:#e4eadf; line-height:38px; text-align:left; }


.content3_r {width: 408px;box-sizing:border-box; border-bottom:5px solid #0ca0e3; height:500px; overflow:hidden;}
.content3_r p { font-size:14px; color:#ee8f4b; font-weight:normal; line-height:30px;     margin-top: 53px; }
.content3_r img { transition:all 1s ease 0s; }
.content3_r img:hover { transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1); }
.sec_2 { background:url(../images/33.jpg) no-repeat; }
.ul_05 {border-bottom:3px solid #4f8237;/* padding-bottom:10px; */overflow:hidden;}
.ul_05 li { float:left; border-radius:5px; background:#94bc3d; height:56px; line-height:56px; width:184px; text-align:center; color:#fff; margin-right:10px; font-size:30px;}
.ul_05 li.current {background:url(../images/111.png) no-repeat;height: 67px;}
.ul_05 li a { color:#fff;}


.table1 { border:1px solid #e2e2e2;}
.table1 .td1 { width:205px; height:72px; line-height:72px; font-size:24px; color:#4f8237; text-align:center;}
.table1 .td2 { height:230px; padding:10px 10px; box-sizing:border-box; }
.table1 .td2 p { line-height:24px;}
.table1 .td2 i { width:11px; height:11px; display:inline-block; background:#a4ba8e; border-radius:50%; margin-right:10px;}
.table1 .td3 { height:96px; text-align:center;  font-size:24px; color:#4f8237; }
.box5_t { background:url(../images/26.png) no-repeat; height:61px;}
.box5_t a {font-size: 24px;width: 195px;color:#fff;display: inline-block;text-align: center;height: 61px;line-height: 61px;}

.div10 {margin-left: 42px;font-size:24px;color:#f5f5f5;margin-top: 16px;/* padding-top: 13px; */float:left;}


.box7 { margin-top:20px;background:url(../images/72.png) no-repeat;height:61px;}
.box8 { margin-top:20px;background:url(../images/71.png) no-repeat;height:61px;}
.box7 span {/* margin-left: 88px; */color: #fff;font-size: 14px;float:left;}



.box6 { margin-top:50px;}
.box6_04 { background:url(../images/32.jpg) no-repeat; height:1489px;}

/*大赛案例开始*/
.focusin_box {  width:900px;     margin: 40px auto; position:relative; }
.focus{ width:900px;     margin: 0px auto; position:relative;overflow:hidden; }
.focusin{ width:1000%;height:415px;}
.focus ul{ width:100%;}
.focus ul li{float:left; margin-right:10px;width: 224px;position:relative;height: 415px;}
.focus ul li span{ text-align:center; display:block; padding-top:5px;}
.arr-l,.arr-r{ position:absolute; width:26px; height:54px;background: url(../images/left.png) no-repeat; top:83px;}
.arr-l{  position: absolute;
    left: -60px;
    top: 96px;
    background:url(../images/left.png) 0px 0px;
    width: 15px;
    height: 224px;
    cursor: pointer;
    z-index: 100;
}
.arr-r{     position: absolute;
    right: -47px;
    top: 96px;
    background: url(../images/right.png) 0px 0px;
    width: 15px;
    height: 224px;
    cursor: pointer;}

.focus .bg {  box-sizing:border-box; height:145px; padding:10px 20px;     width:224px; background:rgba(0,0,0,0.6); color:#fff; }
.focus .bg h3 {font-size:18px;margin-bottom: 5px;font-weight: normal;}
.focus .bg p {line-height: 25px;font-size:16px;}
.focus .bgcolor1 { background:#4e7e39;}
.focus .bgcolor2 { background:#d1dac9;}
.focus .bgcolor3 { background:#b5d9e6;}
.focus .bgcolor4 { background:#0ca0e3;}
.focus .bgcolor2 h3 { color:#4c4d4d; }
.focus .bgcolor2 p { color:#4c4d4d;}
.focus .bgcolor3 h3 { color:#4c4d4d; }
.focus .bgcolor3 p { color:#4c4d4d;}





.focusin_box2 {  width:900px;     margin: 40px auto; position:relative; }
.focus2{ width:900px;     margin: 0px auto; position:relative;overflow:hidden; }
.focusin2{ width:1000%;height:415px;}
.focus2 ul{ width:100%;}
.focus2 ul li{float:left; margin-right:10px;width: 224px;position:relative;height: 415px;}
.focus2 ul li span{ text-align:center; display:block; padding-top:5px;}
.arr-l,.arr-r{ position:absolute; width:26px; height:54px;background: url(../images/left.png) no-repeat; top:83px;}
.arr-l{  position: absolute;
    left: -60px;
    top: 96px;
    background:url(../images/left.png) 0px 0px;
    width: 15px;
    height: 224px;
    cursor: pointer;
    z-index: 100;
}
.arr-r{     position: absolute;
    right: -47px;
    top: 96px;
    background: url(../images/right.png) 0px 0px;
    width: 15px;
    height: 224px;
    cursor: pointer;}

.focus2 .bg {  box-sizing:border-box; height:145px; padding:10px 20px;     width:224px; background:rgba(0,0,0,0.6); color:#fff; }
.focus2 .bg h3 {font-size:18px;margin-bottom: 5px;font-weight: normal;}
.focus2 .bg p {line-height: 25px;font-size:16px;}
.focus2 .bgcolor1 { background:#4e7e39;}
.focus2 .bgcolor2 { background:#d1dac9;}
.focus2 .bgcolor3 { background:#b5d9e6;}
.focus2 .bgcolor4 { background:#0ca0e3;}
.focus2 .bgcolor2 h3 { color:#4c4d4d; }
.focus2 .bgcolor2 p { color:#4c4d4d;}
.focus2 .bgcolor3 h3 { color:#4c4d4d; }
.focus2 .bgcolor3 p { color:#4c4d4d;}

.sec_2 .box6.current { display:block;}


.box10 { clear:both; padding:40px 0;}

.focusin_box3 {  width:366px;    margin: 0px 0 0 26px; position:relative; }
.focus3{width: 298px;margin: 0px 0 0 17px;position:relative;overflow:hidden;}
.focusin3{ width:1000%;height:262px;}
.focus3 ul{ width:100%;}
.focus3 ul li{float:left;  margin-right:10px;width: 140px;position:relative;height: 200px; padding-left:0;}
.focus3 ul li span{ text-align:center; display:block; padding-top:5px;}
.sec_4_l .arr-l,.sec_4_l .arr-r{ position:absolute; width:26px; height:54px;background: url(../images/left.png) no-repeat; top:83px;}
.sec_4_l .arr-l{  position: absolute;
    left: -25px;
    top: -1px;
    background:url(../images/left.png) 0px 0px;
    width: 15px;
    height: 224px;
    cursor: pointer;
    z-index: 100;
}
.sec_4_l .arr-r{     position: absolute;
    right: 30px;
    top: -1px;
    background: url(../images/right.png) 0px 0px;
    width: 15px;
    height: 224px;
    cursor: pointer;}

.focus3 h3 { border-bottom:0; color:#5d5d5d!important; height:40px!important; line-height:40px!important;  width:140px!important; font-size:14px!important; text-align:center; }
.focus3 h3 a { color:#5d5d5d!important; text-decoration:none!important;}


.sec_3 { overflow:hidden; padding:90px 0;}
.sec_3_l {/* overflow: hidden; */width:460px;}
.sec_3_l h3 {overflow: hidden;border-bottom:2px solid #568b3a;height:73px;line-height:73px;width: 355px;color:#181818;font-size:30px;}
.sec_3_l h3 i { width:10px; height:73px; background:#558a39; display:inline-block; float:left; margin-right:20px; }
.sec_3_l h3 b { color:#497a31;}
.sec_3_l ul.ul_01 li { font-size:16px; color:#5d5d5d; line-height:30px; }
.sec_3_r { width:430px;}
.sec_3_l ul.ul_01  {float: left;overflow: hidden;padding-top:40px; padding-bottom:40px;}
.sec_3_l ul li i { width:11px; height:11px; display:inline-block; background:#a4ba8e; border-radius:50%; margin-right:10px;}
.sec_3_l ul li a { color:#5e963e; text-decoration:underline;}
.sec_3_r .play {position:absolute;left:50%;margin: -138px 0 0 -35px;top:50%;}
.sec_3_r a { position:relative;}
.sec_3_r a h3 { font-size:16px; color:#5d5d5d; margin-top:10px; }
.sec_3 .box1 { width:auto; overflow:hidden; padding-bottom:20px;}
.sec_3 .box2 { width:1000px; margin:0 auto;}


.sec_3 .box2 h3 {overflow: hidden;border-bottom:2px solid #568b3a;height:73px;line-height:73px;width: 355px;color:#181818;font-size:30px;margin-bottom:40px;}
.sec_3 .box2 h3 i { width:10px; height:73px; background:#558a39; display:inline-block; float:left; margin-right:20px; }
.sec_3 .box2 ul.ul02 {     clear: both;}
.sec_3 .box2 ul.ul02 li { width:180px; float:left; margin-right:5px;}
.sec_3 .box2 ul.ul02 li i { height:52px; line-height:52px; width:180px; display:block;  border-radius:20px 0 0px 0px; font-size:22px; color:#fff; text-align:center;} 
.sec_3 .box2 ul.ul02 li .i1 { background:#4f8237;}
.sec_3 .box2 ul.ul02 li .i2 { background:#94bc3d;}
.sec_3 .box2 ul.ul02 li .i3 { background:#0ca0e3;}
.sec_3 .box2 ul.ul02 li .div1 {padding-top: 12px;height:108px;text-align:center;color:#fff;font-size:18px;box-sizing: border-box;}
.sec_3 .box2 ul.ul02 li .div1.color1 { background:#baccac;}
.sec_3 .box2 ul.ul02 li .div1.color2 { background:#e0e6da;}
.sec_3 .box2 ul.ul02 li .div1.color3 { background:#b5d9e6;}
.sec_3 .box2 ul.ul02 li .div1.color4 { background:#baccac;}
.sec_3 .box2 ul.ul02 li .div1.color5 { background:#b5d9e6;}




/*板块三样式*/
.section3 .inner{ width: 1200px; margin: 0 auto;}
.section3 .inner-pic{ width: 1200px; height: 460px;}
.sec_3 .box2 ul.ul02{ position: relative; width: 1000px; height:180px; padding: 0px 0; margin: 0 auto;}
.sec_3 .box2 ul.ul02 li{ position: absolute;}
.sec_3 .box2 ul.ul02 li.pic-tuo{left: 0; top: 40px;}
.sec_3 .box2 ul.ul02 li.pic-shi{left: 247.5px;top: 40px;}
.sec_3 .box2 ul.ul02 li.pic-hui{left: 495px;top: 40px;}
.sec_3 .box2 ul.ul02 li.pic-wu{left: 742.5px;top: 40px;}
.sec_3 .box2 ul.ul02 li:nth-of-type(1){
	left: 0; top: 20px;
}
.sec_3 .box2 ul.ul02 li:nth-of-type(2){
	left: 200px; top: 20px;
}
.sec_3 .box2 ul.ul02 li:nth-of-type(3){
	left: 400px; top: 20px;
}
.sec_3 .box2 ul.ul02 li:nth-of-type(4){
	left: 600px; top: 20px;
}
.sec_3 .box2 ul.ul02 li:nth-of-type(5){
	left: 800px; top: 20px;
}
.section3 .inner ul img{ display: block; border: 2px solid #ccc;}

.sec_3 .box2 ul.ul02 li:nth-of-type(5){ 
	animation: pic05 1s ease 0s ;
	-moz-animation:pic05 1s ease 0s;/* Firefox: */
	-webkit-animation:pic05 1s ease 0s;/* Safari and Chrome: */
	-o-animation:pic05 1s ease 0s;/* Opera: */
	}
@keyframes pic05
{
	0%   { left:-800px; opacity: 0;}
	100% { left: 800px; opacity: 1;}
}

@-moz-keyframes pic05 /* Firefox */
{
	0%   { left:-800px; opacity: 0;}
	100% { left: 800px; opacity: 1;}
}

@-webkit-keyframes pic05 /* Safari and Chrome */
{
	0%   { left:-800px; opacity: 0;}
	100% { left: 800px; opacity: 1;}
}

@-o-keyframes pic05 /* Opera */
{
	0%   { left:-800px; opacity: 0;}
	100% { left: 800px; opacity: 1;}
}

.sec_3 .box2 ul.ul02 li:nth-of-type(4){ 
	animation: pic04 1s ease 0s ;
	-moz-animation:pic04 1s ease 0s;/* Firefox: */
	-webkit-animation:pic04 1s ease 0s;/* Safari and Chrome: */
	-o-animation:pic04 1s ease 0s;/* Opera: */
	}
@keyframes pic04
{
	0%   { left:-600px; opacity: 0;}
	100% { left: 600px; opacity: 1;}
}

@-moz-keyframes pic04 /* Firefox */
{
	0%   { left:-600px; opacity: 0;}
	100% { left: 600px; opacity: 1;}
}

@-webkit-keyframes pic04 /* Safari and Chrome */
{
	0%   { left:-600px; opacity: 0;}
	100% { left: 600px; opacity: 1;}
}

@-o-keyframes pic04 /* Opera */
{
	0%   { left:-600px; opacity: 0;}
	100% { left: 600px; opacity: 1;}
}
.sec_3 .box2 ul.ul02 li:nth-of-type(3){ 
	animation: pic03 2s ease 0s ;
	-moz-animation:pic03 2s ease 0s;/* Firefox: */
	-webkit-animation:pic03 2s ease 0s;/* Safari and Chrome: */
	-o-animation:pic03 2s ease 0s;/* Opera: */
	}
@keyframes pic03
{
	0%   { left:-400px; opacity: 0;}
	100% { left: 400px; opacity: 1;}
}

@-moz-keyframes pic03 /* Firefox */
{
	0%   { left:-400px; opacity: 0;}
	100% { left: 400px; opacity: 1;}
}

@-webkit-keyframes pic03 /* Safari and Chrome */
{
	0%   { left:-400px; opacity: 0;}
	100% { left: 400px; opacity: 1;}
}

@-o-keyframes pic03 /* Opera */
{
	0%   { left:-400px; opacity: 0;}
	100% { left: 400px; opacity: 1;}
}
.sec_3 .box2 ul.ul02 li:nth-of-type(2){ 
	animation: pic02 3s ease 0s ;
	-moz-animation:pic02 3s ease 0s;/* Firefox: */
	-webkit-animation:pic02 3s ease 0s;/* Safari and Chrome: */
	-o-animation:pic02 3s ease 0s;/* Opera: */
	}
@keyframes pic02
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 200px; opacity: 1;}
}

@-moz-keyframes pic02 /* Firefox */
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 200px; opacity: 1;}
}

@-webkit-keyframes pic02 /* Safari and Chrome */
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 200px; opacity: 1;}
}

@-o-keyframes pic02 /* Opera */
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 200px; opacity: 1;}
}
.sec_3 .box2 ul.ul02 li:nth-of-type(1){ 
	animation: pic01 4s ease 0s ;
	-moz-animation:pic01 4s ease 0s;/* Firefox: */
	-webkit-animation:pic01 4s ease 0s;/* Safari and Chrome: */
	-o-animation:pic01 4s ease 0s;/* Opera: */
	}
@keyframes pic01
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 0px; opacity: 1;}
}

@-moz-keyframes pic01 /* Firefox */
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 0px; opacity: 1;}
}

@-webkit-keyframes pic01 /* Safari and Chrome */
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 0px; opacity: 1;}
}

@-o-keyframes pic01 /* Opera */
{
	0%   { left:-200px; opacity: 0;}
	100% { left: 0px; opacity: 1;}
}


.sec_4 { background:url(../images/0.jpg) no-repeat;     height: 523px;}
.sec_3_l1 {overflow: hidden;width:1000px;padding: 72px 0 50px;}
.sec_3_l2 .ul_03 { clear:both; }
.sec_3_l1 li {position: relative;height:78px;line-height:78px;width:1000px;padding-left:220px;box-sizing:border-box;font-size:18px;color:#181818;margin-bottom:10px;padding-right: 10px;}

.sec_3_l1 li.color_li01 { background:#d1dec6;}
.sec_3_l1 li.color_li02 { background:#b5d9e6;}
.sec_3_l1 li span { margin-top:15px; line-height:24px; display:inline-block;}
.sec_3_l1 .div0 {color: #fff;text-align: center;top: -20px;position: absolute;width: 182px;height: 116px;left: 19px;}
.sec_3_l1 .div2 {background: url(../images/11.png)  0px 0;z-index: 10;}
.sec_3_l1 .div2_new {top: -31px;height: 169px;background: url(../images/13.png)  0px 0;z-index: 10;}
.sec_3_l1 .div3 {top: -34px;width: 186px;background: url(../images/12.png) no-repeat 0px 0;height: 156px;z-index: 9;}
.sec_3_l1 .div4 {z-index: 8;}
.sec_3_l1 .div5 {z-index: 7;}
.sec_3_l1 .div6 {z-index: 6;}

.sec_3_l1 .div0 p {margin-top: 10px;}
.sec_3_l1 .div0 .p1 {    margin-top: 34px;}


.sec_4 .box1 { overflow:hidden;}
.sec_4_l { width:366px; height:224px;}
.sec_4_r { width:585px; height:224px; overflow:hidden;}
.sec_4_r img { transition:all 1s ease 0s; }
.sec_4_r img:hover { transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1); }
.sec_5 {width: 100%;overflow: hidden;}
.sec_5 .p2 { padding:40px 0; width:1000px; clear:both; font-size:16px; color:#5d5d5d; line-height:32px;}

.box3 {width:880px;/* margin: 0 0 0 74px; */}
.ul_04 li {padding: 30px 0;width:164px;height:150px;float:left;border-radius:20px 0px 20px 0px;color:#e8ecd4;font-size:26px;box-sizing: border-box;text-align: center; margin-right:10px; margin-bottom:10px; }
.ul_04 li:hover {  }
.a-bounce,.a-flip,.a-flash,.a-shake,.a-swing,.a-wobble,.a-ring{-webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease;animation:1s ease;}


.ul_04 .color_li11 { background:#0ca0e3; }
.ul_04 .color_li12 { background:#b7d509;}
.ul_04 .color_li13 {  background:#4f8237; }
.ul_04 .color_li14 {  background:#e8ecd4; }
.ul_04 .color_li15 {  background:#7eab59; }
.ul_04 .color_li16 {  background:#0ca0e3; }
.ul_04 .color_li17 {  background:#d6e6ec; }
.ul_04 li.li03 {text-align: left;width:511px;margin-right:0;padding: 10px 0;}

.ul_04 li.li03 span.span2{padding: 33px 38px;}
.ul_04 li.li03 span.span1 {line-height: 26px;font-size:16px;color:#e4eadf;border-left:1px solid #e4eadf;padding-left: 43px;}
.box4 { background:url(../images/15.jpg) no-repeat right top;  height:343px;}
.ul_04  {width: 880px;margin-left: 83px;overflow:hidden;padding-bottom:40px;}
.div7 {margin-left: 83px;background:#f0f6eb;border:1px solid #d3ddcc;width:320px;height:46px;line-height:46px;border-radius:5px;text-align:center;font-size:24px;}
.div7 a { color:#9cb589; }
.div7_2{ margin-top:30px; }

.box5 {background: #fff;width:1000px;padding: 10px 40px;box-sizing:border-box;position:absolute;top:0;}
.box5 p { font-size:16px; color:#5d5d5d; line-height:30px;}
.box5 p strong { font-size:24px; color:#4f8237;}


.sec_6 { background:url(../images/16.jpg) right top; height:840px; position:relative;  }

.back{
	width:30px;
	height: 28px; 
	background:url("../images/back.png") no-repeat;
	background-size:30px 28px;
	position: fixed;
	right:20px;
	bottom: 65px;
	display:none;
}



.sec_7 {background:url(../images/17.jpg) no-repeat right top;height:761px;/* padding-top:80px; */}
.sec_7_l {margin-top: 80px;width:480px;}
.sec_7_r {margin-top: 80px;width:520px;background:#eaefe7;height:680px;padding:20px;box-sizing:border-box;}
.sec_7_l ul { width:480px; overflow:hidden; }
.sec_7_l ul li {  width:480px; margin-bottom:30px; float:left;}
.sec_7_l ul li span { border-radius:50%; width:70px; height:70px; display:inline-block; background:#9cb589;}
.sec_7_l ul li span  img { text-align:center; margin: 15px; display:inline-block;}
.div8 {margin-top: 6px;font-size:18px;color:#5d5d5d;line-height:30px;margin-left: 20px;}



.div_jbxx2 {  /*overflow:hidden;*/ padding-bottom: 30px;}
.div_jbxx2 .span1 { width:150px; display:inline-block; color:#888; text-align:right;     height: 50px; line-height: 50px; margin-right:10px;}
.div_jbxx2 .span1 i  { color:#ba0013; margin:5px;}
.div_jbxx2 .input4 {height: 48px;box-sizing: border-box;width: 137px;font-size:14px;color:#d4d4d4;line-height: 48px;}
.div_jbxx2 h3 {padding-bottom: 19px;font-weight:normal;}
.div_jbxx2_new { margin-bottom:15px;     width: 100%;}
.div_jbxx2_new .div9 { width:140px; margin-bottom:10px;}
.has-error {
  border-color: #da93b1;
  -webkit-box-shadow: inset 0 0px 0px #da93b1,0 0 3px #da93b1;
          box-shadow: inset 0 0px 0px #da93b1,0 0 3px #da93b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4dfe8;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4dfe8;
}

input {
	border-radius:5px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  line-height: 16px;
  height: 12px;
  padding: 16px 20px;
  width: 281px;
  display: block;
  float: left;
  font-size: 14px;
  color: #555;
  background-color: #f7f9f5;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input input:-moz-placeholder {
  color: #d4d4d4!important;
}
input ::-webkit-input-placeholder {
  color: #d4d4d4!important;
}
input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
input[type="checkbox"] {
  width: 14px;
  height: auto;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
input[type="radio"]:hover,
input[type="radio"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
.radio {
  float: left;
}
.radio input {
  display: inline-block;
  float: none;
  line-height: 36px;
  height: 36px;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 8px;
}
.checkbox {
  float: left;
  padding-top: 8px;
  *zoom: 1;
}
.checkbox:before,
.checkbox:after {
  display: table;
  content: "";
  line-height: 0;
}
.checkbox:after {
  clear: both;
}
.checkbox span {
  display: block;
  height: 36px;
  font-size: 14px;
  color: #666;
}
input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error {
  border-color: #da93b1;
  -webkit-box-shadow: inset 0 0px 0px #da93b1,0 0 3px #da93b1;
          box-shadow: inset 0 0px 0px #da93b1,0 0 3px #da93b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4dfe8;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4dfe8;
}
.star {
  color: #ba0013;
  margin-right: 10px;
  vertical-align: middle;
}
label {
	color:#5d5d5d;
	line-height: 50px;
	height: 50px;
	width: 111px;
	margin-right: 28px;
	display: block;
	float: left;
	font-size: 16px;
	text-align: right;
	white-space: nowrap;
}


.btn_2 {margin-top: 13px;}
.btn_3 { background:#4f8237; width:350px; height:46px; font-size:16px; line-height:46px; text-align:center; color:#fff; display:block; }



.sec_6 .box_1 {position:relative;padding-top: 209px;}


.mbafoot .footer_cont{width:940px;margin:50px auto 0 auto;text-align:center;line-height:20px;color:#666;padding-top:6px;_padding-top:0;position:relative;zoom:1;}


.mbafoot .footer_cont p a:hover{text-decoration:none;color:#1295D8;}
/* ==================================================== */
 
 .slider-wrap .swiper {
     width: 390px;
     padding-left: 140px;
     position: relative;
 }
 
 .slider-wrap .item {
	 background:#000;
     height: 576px;
     position: absolute;
	
     text-align: center;
     /* font-size: 60px; */
     width: 140px;
     transition: all .3s;
     /* line-height: 500px; */
     overflow: hidden;
 }
 
 .slider-wrap .item img {
	  opacity:0.5;
     width: 390px;
     height: 100%;
     position: absolute;
     left: 50%;
     margin-left: -195px;
 }
 
 .slider-wrap {
     overflow: hidden;
     left: -57px;
     width: 1230px;
     height: 576px;
     margin: 0 auto;
     position: relative;
 }
 
 .slider-wrap .current {
     width: 390px;
     z-index: 10;
	
 }
 
 .slider-wrap .current img {
	  opacity:1;
     left: 0;
     margin-left: 0;
 }
 
 .slider-wrap .prev1 {
     transform: translateX(-100px);
     z-index: 10;
 }
 
.slider-wrap .next1 {
     transform: translateX(390px);
     z-index: 10;
 }
 
 .slider-wrap .next2 {
     transform: translateX(490px);
     z-index: 10;
 }
 
 .slider-wrap .next3 {
     transform: translateX(590px);
     z-index: 10;
 }
 
 .slider-wrap .next4 {
     transform: translateX(690px);
     z-index: 10;
 }
 
 .slider-wrap .next5 {
/*	 background:rgba(0,0,0,0.5);
*/     transform: translateX(790px);


     z-index: 10;
 }
 
 .slider-wrap .btn {
     width: 43px;
     height: 75px;
     background: #fff;
     color: #000;
     text-align: center;
     line-height: 50px;
     font-size: 30px;
     position: absolute;
     background-color: #fff;
     top: 400px;
     cursor: pointer;
     z-index: 999;
 }
 
 .slider-wrap .prev {
     left: 140px;
     background: url(../images/left1.jpg);
 }
 
 .slider-wrap .next {
     left: 488px;
     background: url(../images/right1.jpg);
 }
 
 .slider-wrap img {
     display: block;
     width: 100%;
 }
 
 .slider-wrap .list_bg {
     display: none;
     color: #fff;
     width: 390px;
     height: 120px;
     background: rgba(0, 0, 0, 0.5);
     padding: 20px 15px;
     position: absolute;
     bottom: 0;
     box-sizing: border-box;
 }
 
 .slider-wrap .current .list_bg {
     display: block;
 }
 
 .slider-wrap .list_bg h3 {
	     height: 38px;
	 width: 100%;
	 text-align: left;
	 overflow:hidden;
	 font-size: 18px;
	}
 
 .slider-wrap .list_bg p {
	 overflow:hidden;
	 clear:both;
	 font-size: 16px;
	 text-align: left;
	}
 
  .slider-wrap .list_bg img {
     left: 90px;
     width: auto;
     height: auto;
     top: 22px;
 }
 .slider-wrap .prev1 .list_bg .img22 {
     left: 60px;
     width: auto;
     height: auto;
     top: 22px;
 }
 .slider-wrap .list_bg span{ display:none; font-size:12px; color:#7eab59; margin-left:40px; border:1px solid #7eab59; padding:5px 10px;  }






