html, body {
    height: 100%
}
body {
    font-family:"Microsoft YaHei", "Arial";
}

.container{
  width: 1002px;
  margin: 0 auto;
}

button{
  display: inline-block;
  vertical-align: middle;
  border:none;
  outline: none;
  cursor: pointer;
}
/*header*/
.header{
  background: #fff;
}
.header img{
  width: 922px;
  height: 66px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header .container{
  position: relative;
}
.loginContent{
  display: block;
  width: 100px;height: 40px;
  line-height: 40px;
  background: #15a24f;
  color: #fff;
  text-align: center;
  position:absolute;
  right: -75px;
  top: 35px;
}

.header ul{
  background: #15a24f;
}
.header ul li{
  float: left;
}
.header ul li a{
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  margin-right:60px;
  position: relative;
}
.header ul li a.active,.header ul li a:hover{
  color:#fff;
  font-weight: bold;
}
.header ul li a.active:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #f7dd4d;
  left: 0;
  bottom: 0;
}

/*banner*/
.banner{height:360px;width:100%;margin: auto;}
.fullSlide .prev,
.fullSlide .next {width:45px;height:90px;margin:-60px 0 0;display:block !important;background:url(../img/ad_ctr.png) no-repeat 0 0;position:absolute; top:55%;z-index:10;cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.fullSlide .prev {left:100px;}
.fullSlide .next {background-position:-10px -90px;right:100px; }
.fullSlide .prev:hover,
.fullSlide .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }

.fullSlide{ width:100%;position:relative;height:360px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:360px; overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:360px;}

.fullSlide .hd{ width:100%;position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:url(../img/touming.png) repeat-x; text-align:center;
   _background:#000; _filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../img/tg_flash_p.png) -18px 0; overflow:hidden; 
  line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0; }

.banner-line{
  height: 20px;
  width: 100%;
  background: #f7f14d;
}
/*main*/
.main .card{
  padding: 60px 0;
}
.main .card-border{
  border-bottom: 1px solid #c9c9c9;
}
.main .card .card-header{
  margin: 0 auto;
  width: 260px;
  height: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.main .card .card-header h1{
  color: #049e4f;
  font-size: 19.32px;
  margin-bottom: 10px;
}
.main .card .card-header p{
  color: #f7dd4d;
  font-size: 16.86px;
}
.main .card .card-header .line{
  width: 30px;
  height: 3px;
  background: #f7dd4d;
  margin-top: 15px;
}
/*part1*/
.part1{
  height: 305px;
}

.main .part1 .left{
  width: 480px;
  float: left;
}
.main .part1 .left img{
  width: 480px;
  height: 304px;
}
.main .part1 .right{
  float: right;
  padding-left:20px; 
  width: 400px;
}
.main .part1 .right *{
  text-align: left;
}
.main .part1 .right .card-header{
  margin-bottom: 10px;
  height: auto;
  width: auto;
}
.main .part1 .right .right-center p{
  height: 180px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height:24px;
}

.main .part1 .right  .right-bottom button{
  width: 89px;
  height: 23px;
  background: url('../img/btn-1.png');
  float: right;
}
.main .part1 .right  .right-bottom .people{
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.main .part1 .right  .right-bottom .people img{
  width: 29px;
  height: 29px;
}
.main .part1 .right  .right-bottom .people span{
  color: #ababab;
  font-size: 14px;
}


/*part2*/
.main .part2 {
  background: url(../img/partbg-1.png) no-repeat;
  background-size: cover;
  height: 329px;
  padding: 40px 0;
}
.main .part2 .card-header h1{
  color: #fff;
}
.main .part2  .top .card-header{
  width: 50%;
  float: left;
}
.main .part2 .top .card-header *{
  text-align: left;
}
.main  .part2 .top  .serch{
  width: 264px;
  height: 32px;
  background: #fff;
  float:right;
  border:1px solid #d3d3d3;
}
.main .top  .serch input{
  width: 200px;
  height: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 0 6px;
}
.main .top  .serch .icon-serch::before{
  content: '';
  width: 2px;
  height: 26px;
  background: #ddd;
  position: absolute;
  left: -12px;
  top: -3px;
}
.main .top  .serch .icon-serch{
  width: 20px;
  height: 20px;
  background: url(../img/serch.png) no-repeat;
  position: relative;
  float: right;
  margin: 5px 10px;
  cursor: pointer;
}
.main .bottom .itemGroup .item{
  float: left;
  width: 463px;
  height: 106px;
  position: relative;
  margin-right:50px;
}
.main .bottom .itemGroup .item:nth-child(2n){
  margin-right: 0;
}
.main .bottom .itemGroup .item .des{
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height:76px;
  padding-top: 30px;
  background:rgba(247, 241, 77, 0.78);
}
.main .bottom .itemGroup .item .des::before{
  content: '';
  position: absolute;
  border-left: 20px solid #f5f1f0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: 0px;
  top: 50%;
  margin-top: -20px;
}
.main .bottom .itemGroup .item .des h1{
  font-size: 18px;
  color: #029e4f;
  text-align: center;
  margin-bottom: 6px;
}
.main .bottom .itemGroup .item .des p{
  font-size: 12px;
  color: #029e4f;
  text-align: center;
}


/*part3*/
.main .part3{
  padding-top: 0;
}
.main .part3 .bg{
  background: url('../img/partbg-2.png') top center no-repeat;
  background-size:contain;
  height: 54px;
  width: 100%;
  margin-top: -1px;
}
.main .part3 .card-header .line{
  display: inline-block;
}

.main .part3 .itemGroup .item{
  float: left;
  width: 180px;
  margin-left: 15px;
  text-align: center;
  cursor: pointer;
}

.main .part3 .itemGroup .item i{
  display: inline-block;
  vertical-align: middle;
  width: 167px;
  height: 164px;
  margin-bottom: 40px;
}
.main .part3 .itemGroup .item i.icon-1{
  background: url('../img/icon1.png')
}
.main .part3 .itemGroup .item i.icon-2{
  background: url('../img/icon2.png')
}
.main .part3 .itemGroup .item i.icon-3{
  background: url('../img/icon3.png')
}
.main .part3 .itemGroup .item i.icon-4{
  background: url('../img/icon4.png')
}
.main .part3 .itemGroup .item i.icon-5{
  background: url('../img/icon5.png')
}
.main .part3 .itemGroup .item:hover i{
  background-position:  0 161px;
}
.main .part3 .itemGroup .item:hover p{
  color:#f7dd4d;
}

/*第四部分*/
.main .part4{
  padding-top: 0;
}
.main .part4 .card-header .line{
  display: inline-block;
}
.main .part4 .card-header h1{
  color: #fff;
}
.main .part4 .top{
  background: url('../img/partbg-1.png') no-repeat;
  background-size: cover;
  height: 292px;
  padding: 30px 0;
}
.main .part4 .top .login{
  background: #15804a;
  padding: 20px 45px;
}
.main .part4 .top .login .form-group .form-item{
  float: left;
  width: 350px;
  height: 38px;
  background: #fff;
  margin-right: 15px;
  border-radius: 5px;
  padding: 0 20px;
}
.main .part4 .top .login .form-group .form-item span{
  font: 18px;
  color: #595757;
  line-height: 38px;
  float: left;
}
.main .part4 .top .login .form-group .form-item input{
  width: 300px;
  height: 100%;
  margin-left: 15px;
  border:none;
  outline: none;
}
.main .part4 .top .login .form-group button{
  width: 70px;
  float: right;
  height: 38px;
  background: #f7dd4d;
  color:#36ac4f;
  border-radius: 5px;
  font-size: 18px;
}
.main .part4 .top .login .login-bottom{
  float: right;
  margin-right: 125px;
  margin-top: 15px;
  color: #fff;
}
.main .part4 .top .login .login-bottom a{
  color: #fff;
}
.main .part4 .item-group {
  padding-top: 40px;
}
.main .part4 .item-group .item{
  width: 106px;
  height: 155px;
  display: inline-block;
  margin:12px;
  text-align: center;
  padding: 30px 50px;
  cursor: pointer;
  border: 5px solid #27a365;
}
.main .part4 .item-group .item i{
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 84px;
  margin-bottom: 30px;
}
.main .part4 .item-group .item i.icons-1{
  background: url('../img/icons1.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-2{
  background: url('../img/icons2.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-3{
  background: url('../img/icons3.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-4{
  background: url('../img/icons4.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-5{
  background: url('../img/icons5.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-6{
  background: url('../img/icons6.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-7{
  background: url('../img/icons7.png') 0 -93px no-repeat;
}
.main .part4 .item-group .item i.icons-8{
  background: url('../img/icons8.png') 0 -93px no-repeat;
}

.main .part4 .item-group .item span{
  display: inline-block;
  padding: 6px 20px;
  color: #27a365;
  font-size: 16px;
  border: 1px solid #27a365;
}
.main .part4 .item-group .item:hover i{
  background-position:0 0;
}
.main .part4 .item-group .item:hover span{
  color: #fff;
  border: 1px solid #f7dd4d;
}
.main .part4 .item-group .item:hover{
  background:#27a365;
}

/*footer*/
.footer{
  background: #0ea14f;
  padding: 40px 0;
}
.footer p{
  color: #fff;
}
.footer .left,.footer .right{
  float: left;
}
.footer .left img{
  width: 289px;
  height: 63px;
  margin-bottom: 30px;
}
.footer .left p{
  font-size: 12px;
  padding: 5px 0;
}

.footer .right {
  width: 112px;
  text-align: center;
  float: right;
}
.footer .right img{
  width: 122px;
  height: 119px;
  margin-bottom: 17px;
}


/*超出隐藏*/
.ellipsis{
  overflow:hidden;
  text-overflow:ellipsis; 
  white-space:nowrap
}
/*footer部分结束*/

/*二级页面*/
.container {width:980px; margin:0 auto;}
.content2 {padding-top:20px;padding-bottom:20px;}
.aside {width:220px;overflow: hidden;}
.aside h2 {height:55px;line-height:55px; color: #fff; font-size:18px;font-family:"Microsoft YaHei";background:#15a24f;text-align: center;margin-bottom:10px;}
.aside ul li {background: #f0f0f0;margin-top: 1px;}
.aside ul li a {display:block; height:40px; line-height:40px; color: #333; font-size:16px; font-family:"Microsoft YaHei"; font-weight: normal; text-decoration: none; padding-left:68px; background: #eeeeee;}
.aside ul li a:hover {color:#ffffff; background: url(../img/bg-btn2.png) #15a24f top center no-repeat;}
.level3 {display: block !important;}
.level3 > li > a {font-size: 14px !important;padding-left: 75px !important;}
.level4 {display: none;}
.level4 > li > a {padding-left:10px;background: #E36776;}
.level2 > li > .arrow:hover,.level3 > li > .arrow:hover,.level4 > li > .arrow:hover,.level2 > li > .current,.level3 > li > .current,.level4 > li > .current {color:#DDDBDB;background: url(../img/bg-btn2.png) top center no-repeat;}

.level3 li a:hover{background: url(../img/bg-btn3.png) #eee no-repeat !important; color: #333 !important;}
.arroww{background:#15a24f !important;color: #fff !important;}


.contentLi {width:740px; margin-left: 10px;}
.breadcrumb {height:47px;border-bottom:3px solid #eee;overflow: hidden;}
.breadcrumb span{line-height: 47px;font-family:"Microsoft YaHei";font-size: 28px;color:#fff;display: block;padding: 0 20px;float: left;background: #15a24f;}
.breadcrumb ul {float: right;}
.breadcrumb ul li a, .breadcrumb ul li {color:#666; font-size:12px; line-height:55px;font-family: serif;}
.breadcrumb ul li a:hover {text-decoration: none; color:#15a24f;}
.breadcrumb b{    float: left;
  padding:0 15px;
  height:47px;
  line-height:55px;
  font-size: 18px;
  color: #15a24f;
  border-bottom: 2px #15a24f solid;
  font-weight: normal;}
.title_info {
  font-family: serif;
  width: 100%;
  float: left;
  color: #666;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  margin-bottom:20px;
  border-bottom: 1px #ccc dashed;}

.articleLi {margin-top:5px;min-height:450px;}
.articleLi ul {margin: 10px; min-height:400px;}
.articleLi ul li {height:35px;background: url(../img/b1.png) left center no-repeat;padding-left:15px;}
.articleLi ul li a {height:35px; line-height: 35px; font-size:14px;color:#666;text-decoration: none;cursor: pointer;}
.articleLi ul li a h3 {font-size: 14px;font-weight: normal;}
.articleLi ul li a:hover {color:#15a24f;}

.page {text-align: center;margin-top: 20px;margin-bottom: 20px;font-size:14px;color: #666666;}
.page a {border: 1px solid #ccc;color: #727272;padding:5px;background: #f1f1f1;cursor: pointer;}
.page a:hover {color: #15a24f;text-decoration: none;}

/*三级页面*/
.content3 {padding-top:20px;padding-bottom:20px;}
.contentArt {width:740px; margin-left: 10px;}
.articlePage {margin-top: 30px;min-height:450px;}
.articlePage h2 {    text-align: center;
  font-size: 27px;
  color: #15a24f;
  font-weight: normal;}
.articlePage > p img {display: block;margin: 10px auto;}
.articlePage > p {font-family:"Microsoft YaHei";line-height:25px;    padding-top: 10px;
  text-align: justify;
  color: #666;
  text-indent: 2em;
  font-size: 14px;}
.articlePage table {margin:0 auto;}
.articlePage table td {text-align: left;font-size:14px; color:#666;padding: 10px;line-height: 22px;}
.articlePage table td p{text-indent: 0;font-size: 14px;text-align:left;font-family: "Microsoft YaHei";color: #666;line-height:25px;}
.articlePage object{margin-left: -2em;}