@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	line-height:1.5em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	
}
a:hover{
	text-decoration:none;
}
html{
	-webkit-text-size-adjust:none;
	
	}

body{
	font-family:"微软雅黑", "宋体";
	font-size:14px;
	background-color:#FFF;
}
 @media only screen and (max-width: 767px) {
	 .container{
		 padding-left:10px;
		 padding-right:10px;
	 }
 }


/*----------------------------------------*/
/*  2.  Header Section
/*----------------------------------------*/
.header-section {
  background-color:#eff1f2;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999999999; 
  }





/*-- Header Logo --*/
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .header-logo .logo {
    margin: auto; }



/*-- Header bottom --*/
.header-bottom {
	background-color:transparent;
	
	 }
	 
	 /*-- Header Lugange --*/
#lugange{
	padding:28px 0px;
	width:90px;
	background-color:#009944;
	position:fixed;
	right:0px;
	top:0px;
	z-index:1;
	text-align:center;
	 z-index: 10000;
	 font-size:12px;
}
#lugange i{
	color:#FFF;
	font-size:36px;
}
 @media only screen and (max-width: 991px) {
	 #lugange{
		 position:fixed;
		 right:50px;
	     top:0px;
		 padding:12px 0px;
		 width:60px;
	 }
 }
/*-- Header Bottom Logo --*/
.header-bottom-logo {
  float: left;
  z-index:10000;}
  .header-bottom-logo .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
	padding:20px;
	
	 }
    .header-bottom-logo .logo img {
      width: 100%;
      height: 100%; }

/*-- Main Menu --*/
.main-menu {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right:60px;
  margin-left:12%;
  margin-top:20px;
   }
   @media only screen and (max-width: 1100px) {
	   .main-menu {
		   margin-left:20px;
	   }
   }
  @media only screen and (max-width: 767px) {
    .main-menu {
      display: none !important; } }
  .main-menu > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-right: 44px;
    position: relative;
    /*-- Sub Menu -*/ }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-menu > ul > li {
        margin-right: 30px; } }
    .main-menu > ul > li:last-child {
      margin-right: 0; }
    .main-menu > ul > li > a {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #333;
      line-height: 30px;
      padding: 10px 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-menu > ul > li > a {
          font-size: 13px; } }
    .main-menu > ul > li:hover a, .main-menu > ul > li.active a {
      color: #009b4c;
	  font-weight:bold;
	  }
     .main-menu > ul > li .sub-menu {
      position: absolute;
      top: 100%;
      margin-top: 20px;
      left: -20px;
      text-align: left;
	  text-indent:2em;
      background-color: #ffffff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      width: 220px;
      z-index: -99;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-menu > ul > li .sub-menu li a {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #999;
        font-weight: 700;
		padding:12px 0px;
		border-bottom:#d1d1d1 solid 1px;
		 }
      .main-menu > ul > li .sub-menu li:hover a, .main-menu > ul > li .sub-menu li.active a {
        color: #333;
		background-color:#fdd000; }
    .main-menu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
      visibility: visible;
      opacity: 1; }

/*-- Mobile Menu --*/
.mean-push {
  display: none; }

.mobile-menu {
  position: relative;
   }

.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0; }
  .mean-bar .meanmenu-reveal {
    top: 15px;
    padding: 0;
    height: 30px;
    overflow: hidden;
	 color:#009b4c;
	
	}
    .mean-bar .meanmenu-reveal:hover {
		color:#333;
      }
    .mean-bar .meanmenu-reveal i {
      font-size: 36px !important;
      display: block;
      line-height: 30px;
      margin-top: -3px; }
    .mean-bar .meanmenu-reveal.meanclose i {
      font-size: 30px !important;
      margin-top: 0; }

/*-- Mean Nav --*/
.mean-nav {
  background:transparent;
  margin-top: 0; }
  .mean-nav ul li.mean-last {
    padding-bottom: 10px; }
  .mean-nav ul li a {
    display: block;
    line-height: 24px;
    padding: 8px 0;
	background-color:#333;
	border-bottom:#009944 solid 1px;
    font-size: 12px;
	color:#fff;
     }
    .mean-nav ul li a:hover {
      color: #366e2d; }
    .mean-nav ul li a.mean-expand {
      width: 30px;
      top: 0;
      padding: 0 !important;
      border: none !important;
      right: 0;
      height: 42px;
      text-align: center;
      line-height: 42px;
      font-size: 20px !important; }
  .mean-nav ul li:hover > a{
    color: #fff;
	 }
	 .mean-nav ul li.active > a {
    color: #009944;
	 }
  .mean-nav ul li ul li a {
    padding: 8px 0;
    padding-left: 15px;
    border-top: 1px solid #fff;
	background-color:#1f286f;
    opacity: 1; }
  .mean-nav ul li ul li ul li a {
    padding-left: 30px; }

/*-- Header Search --*/
.header-search {
  float: left;
  position: relative;
  z-index: 99999;
   margin-top:20px;}

/*-- Search Toggle --*/
.search-toggle {
  padding: 10px 0;
  float: right;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
   }
   @media only screen and (max-width: 991px) {
	   	.header-section{
			height:60px;
		}
	   	 .header-bottom-logo .logo {
		   width: 160px;
		   padding:10px;
	   }
	   .header-search {
		   float: right;
  margin-right:110px;
   margin-top:15px;
	   }
    .search-toggle {
		padding:0px;
		padding-right:10px;
		
	  } }
 
  .search-toggle i {
    font-size: 20px;
    line-height: 30px; }
	 .search-toggle:hover {
    color: #d82633;
	font-size:18px;
	}

/*-- Header Search Form --*/
.header-search-form {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-search-form.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    right: 30px; }
  .header-search-form form {
    position: relative;
    padding-right: 40px; }
    .header-search-form form input {
      color: #7d7d7d;
      border: 1px solid transparent;
      height: 40px;
      line-height: 24px;
      padding: 7px 15px;
      width: 300px; }
      @media only screen and (max-width: 767px) {
        .header-search-form form input {
          width: 200px; } 
		 
		  }
    .header-search-form form button {
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      color: #7d7d7d;
      width: 40px;
      height: 40px;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .header-search-form form button:hover {
        color: #e11515; }
    .header-search-form form button i {
      font-size: 20px;
      display: block;
      line-height: 40px; }



 #arrowdown{
	 color:#a1a1a1;
	position:absolute;
	
	left:48%; 
	bottom:40px;
	z-index:1000;
	font-size:40px;
animation-name:myfirst;
animation-duration:0.8s;
animation-timing-function:linear;
animation-delay:0s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
 }
 
@keyframes myfirst
{
0%   { left:48%; bottom:40px;}
50%  { left:48%; bottom:30px;}
100%  { left:48%; bottom:20px; }
}
/*简介*/

#indexbrief{
	width:100%;
    max-width:1920px;
    margin:0 auto;
   padding-top:30px;
   padding-bottom:60px;
}

#indexbrief h1{
	font-size:36px;
	font-weight:bold;
	color:#009b4c;
	text-align:center;
	padding:40px 0;
}
#indexbrief p{
	margin:0 auto;
	max-width:860px;
	color:#515457;
	text-align:center;
}

/*------------------*/

#indexproser{
	width:100%;
    max-width:1920px;
    margin:0 auto;
   position:relative;
   padding-top:60px;
}
#indexproser h3{
	font-size:24px;
	font-weight:bold;
	color:#009b4c;
}

#indexser,#indexpro{
	 display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	 flex-wrap:wrap;
}
.indexproleft{
	flex:1;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.indexproleft a{
	display:block;
}
.indexproleft a p{
	color:#333;
}

.indexproleftsystem{
	background-image:url(../images/system-2.png);
	background-size:cover;
	background-position:center center;
}
.indexproleftsystem1{
	background-image:url(../images/system.png);
	background-size:cover;
	background-position:center center;
}
.indexproleftcon:hover{
	background-color:#bdbdbd;
	
}
.indexproleftglobe{
	background-image:url(../images/globe.jpg);
	background-size:cover;
	background-position:center center;
}
.indexproleftglobe .row{
	width:90%;
	margin:0 auto;
	
}
.indexproleftcon{	
	padding:60px 40px;
	background-color:#ececed;
	border:#FFF 1px solid;
	flex:1;
}

.indexproright{
	flex:1;
	background-color:#007438;
	color:#FFF;
	padding:100px 0;
}
#indexnews{
	flex:1;
	background-color:#fff;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.indexproright h2{
	font-weight:bold;
	font-size:36px;
	padding:10px 0;
}
.indexproright a{
	border:#FFF solid 1px;
	display:block;
	color:#fff;
	width:100px;
	padding:6px 0;
	text-align:center;
	margin-top:10px;
}

.indexproright a:hover{
	border:#ccc solid 1px;
	color:#CCC;
}
 @media only screen and (max-width: 991px) {
	
	 #indexpro{
		 flex-direction:column-reverse;
		 flex-wrap:wrap-reverse;
	 }
	 #indexser{
		 flex-direction:column;
	 }
	 .indexproright h2{
		 font-size:24px;
	 }
	 .indexproleftglobe .row{
		 width:96%;
	 }
	  .indexproright{
		  padding:40px 0;
	 }
 }

/*首页新闻*/

.indexnewscon{
	position:relative;
	padding:20px 20px 60px 20px;
	color:#727272;
}
.indexnewscon a{
	color:#727272;
}
.indexnewscon:hover a{
	color:#009b4c;
}
.indexnewscon:hover .newsdate{
	color:#009b4c;
}
.indexnewsmore{
	position:absolute;
	left:30px;
	bottom:30px;
	font-size:16px;
	font-weight:bold;
}
.newsdate{
	color:#727272;
	font-size:16px;
}
#indexnews h2{
	
	font-size:24px;
	font-weight:bold;
	padding:20px 0;
}
#indexnews p{
	font-size:16px;
	line-height:30px;
	
}
  @media only screen and (max-width: 768px) {
	  .indexnewsmore{
		  left:20px;
	  }
	  #indexnews{
		  flex-direction: column;
	  }
  }
/*------------------*/
/*底部*/
#bottoma{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	 flex-wrap:wrap;
	 
}
#bottomaleft{
	background-color:#009b4c;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items:center;
	flex:1;
	padding:30px 0;
}

.bottomaleftline{
	border-bottom:#80cda6 solid 1px;
}
.bottomalefttext{
	font-size:20px;
}
.bottomaleft{
	flex:1;
	color:#fff;
	width:80%;
	padding:30px 0;
}

.bottomaleft h3{
	color:#fff;
	font-weight:bold;
	font-size:22px;
	line-height:20px;

}
.bottomaleft h3 small{
	color:#fff;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
.bottomaleft h2{
	color:#fff;
	font-weight:bold;
	font-size:36px;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
}

.bottomaleft h2 small{
	color:#fff;
	font-size:16px;
	}

#bottomaright{
	flex:1;
	flex-grow:3;
	background-color:#f8f8f8;
	background-image:url(../images/bg.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:40px;
	position:relative;
}


#bottomarighttop{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	max-width:1000px;
	margin:0 auto;
}
.bottomarightcon{
	padding:20px;
	flex:1;
}
.bottomarightcon1{
	flex:1;
	flex-grow:1.5;
}
.bottomarightcon1 h3{
	font-size:18px;
	color:#555657;
	margin-top:30px;
	margin-bottom:15px;
}
.bottomarightcon1 h3 strong{
	font-weight:bold;
}
.bottomarightcon a{
	display:block;
	color:#666;
	padding:5px 0;
}
.bottomarightcon a:hover{
	color:#009b4c;
}
.bottomarightcon h3{
	font-size:18px;
	font-weight:bold;
	color:#555657;
	margin-bottom:30px;
}
#bottomarightbottom{
	position:absolute;
	right:80px;
	bottom:0;
	color:#808080;
	font-size:12px;
	line-height:12px;
	padding:10px 0;
}

#bottomarightbottom li{
	vertical-align:text-bottom;
}

@media (min-width: 768px) and (max-width: 1024px) {

	#bottomaleft{
		flex-direction: row;
	}
	.bottomaleftline{
	border-bottom:#009b4c solid 1px;
}
}
 @media only screen and (max-width:1024px) {
	 #bottoma{
		 flex-direction: column;
	 }
	 #bottomaright{
		 padding-top:30x;
		 padding-bottom:30px;
	 }
	 	#bottomarighttop{
		display:none;
	}
 }

#pagetop{
	background-color:#009b4c;
	width:70px;
	font-size:36px;
	text-align:center;
	color:#FFF;
	padding:15px 0;
	position:fixed;
	right:0px;
	bottom:0px;
	display:none;
	cursor:pointer;
}
#pagetop a{
	display:block;
	color:#FFF;
	
}
.input-group input{
	background-color:#838689;
	border-radius:0px;
	color:#e1e1e1 !important;
}
.input-group .btn-default{
	border-left:#555657 solid 1px;
	border-radius:0px;
	background-color:#555657;
	color:#838689;
}
.dropdown-menu{
	top:95%;
	border-radius:0px;
	background-color:#009b4c;
	min-width:80px;
}