﻿  .page-top-search .loading{  
    display: inline-block;
    width:20px;
    height: 20px;
    border: 2px solid  !important;
    
    border-color: #20ad65 #20ad65 transparent !important;
    border-radius: 50%;
    box-sizing: border-box;
    animation: loading 1s linear infinite;
    -o-animation: loading 1s linear infinite;
    -ms-animation: loading 1s linear infinite;
    -moz-animation: loading 1s linear infinite;
    -webkit-animation: loading 1s linear infinite;
    position: relative;
    top: 5px;
    left:39px;
    z-index: 100;
}
*{
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    list-style: none;
    outline: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.wrap{
    width: 1260px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
}


.page-header{
    width: 100%;
    height: 60px;

    
    
      background: -moz-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    
    background: -webkit-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -o-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -ms-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: radial-gradient(ellipse at bottom,#012f15 0%,#012f15 52%,#161d19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abe8a',endColorstr='#20ad65',GradientType=0 );
}
.page-header .logo img{
    height: 24px; 
    width: auto;
    margin-top: 18px;
    
    
}
.header-btns p{
    float: left;
    display: inline-flex;
    border-radius: 2px;
    line-height: 18px;
    font-size: 12px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #161d19;
    color: #d0d2d1;
    margin-top: 0;
    width: auto;
    padding: 16px;
    cursor: pointer;
    margin: 6px;
    margin-top: 12px;
    padding: 9px 13px;
    text-transform: uppercase;
    
    border: solid 1px #d0d2d1;
}
.header-btns p:hover{
    background-color: #20ad65;
    color: #fff;
      border: solid 1px #20ad65;
}
.header-btns span{
    display: block;
    float: left;
    border: #fff 1px solid;
    background: transparent;
    padding: 0 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-top: 20px;
    margin-left: 3px;
    cursor: pointer;
}
.header-btns span:hover{
    text-decoration: underline;
}
.page-top-left{
    color: rgba(20, 35, 110, 1); 
    font-weight: 300;
    font-size: 13px;
    margin: 31px 0;
}
.page-top-left a{
    display: inline-block;
    margin: 0 2px;
    
    color: #4b4b4b;
    font-size: 15px;
}
.page-top-search{
    margin-top: 16px;
}
.page-top-search input{
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #999;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    width: 100%;
    box-shadow: 0 6px 20px 0 rgba(60,63,64,0.07);
    transition: box-shadow 0.2s ease-in-out;
    width: 300px;
    font-size: 14px;
}
.page-top-search input:focus{
	    box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
    border: 1px solid #20ad65;

}
.page-top-search i{
    color: #555;
    position: relative;
    left: 37px;
}
.page-main{
    background-color: white;
    padding: 24px;
    border-radius: 2px;
    box-shadow: 0 6px 20px 0 rgba(60,63,64,0.07);
}
.page-main-left{
    width: 220px;
}
.page-main-left h1{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.page-main-left ul  a{
text-decoration: none;

}
.page-main-left li{
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    color: rgba(55, 71, 79, 1);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
    
    
}
.page-main-left li a{
	
	
    font-size: 14px;
   color: rgba(55, 71, 79, 1);
   text-decoration: none;
  
}
.page-main-left .more{
    display: none;
}
.page-main-left li.sel{
    background: #20ad65;
    color: #fff;
}
.page-main-left li:hover{
    background: #20ad65;
    color: #fff;
}
.page-main-right{
    margin-left: 220px;
    box-sizing: border-box;
    padding: 0 30px;
}
.page-main-right-title{
    font-size: 26px;
    color: #333;
}
.page-main-desc{
    height: auto;
    margin-top: 10px;
    
}
.page-main-footer-row01{
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    
    margin-top: 100px;
    
    
}
.page-main-footer-row01 h2{
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}
.page-main-footer-row01 span{
    display: inline-block;
    border: 1px solid #20ad65;
    border-radius: 4px;
    color: #20ad65;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 25px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    
    width: 90;
    transition:all .12s ease-in-out;
}

.page-main-footer-row01 span.click{
    width: 140px;
    border-color: #fdb130;
    color: #fdb130;
    pointer-events: none;
    cursor: default;
}
.page-main-footer-row01 span i{
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.page-main-footer-row01 span:hover{
    background: #20ad65;
    color: #fff;
}
.page-main-footer-row01 p{
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}
.page-main-footer-row01 h3{
    margin-top: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.page-main-footer-row01 h3 a{
    color: #20ad65;
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
}
.page-main-footer-row01 h3 a:hover{
    text-decoration: underline;
}
.page-main-footer-row02 ul{
    width: 50%;
    float: left;
    padding: 30px 0;
    
    margin-bottom: 40px;
}
.page-main-footer-row02 ul h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}
.page-main-footer-row02 ul li{
    margin-bottom: 10px;
    
}
.page-main-footer-row02 ul li i{
margin-right: 6px;
}
.page-main-footer-row02 ul li a{
    color: #20ad65;
    cursor: pointer;
    line-height: 22px;
    font-size: 15px;
     text-decoration: none !important;
     
      -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.page-main-footer-row02 ul li a:hover{

    color: #004823;
    
}

.page-main-footer{
margin-top: 15px !important;
}
.contact_us{
    color: #20ad65;
    cursor: pointer;
    line-height: 22px;
    font-size: 15px;
     text-decoration: none !important;
     
      -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.contact_us:hover{

    color: #f7883a;
    
}





.index-header{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
}
.index-logo img{
    height: 30px;
    width: auto;
    margin-top: 17px;
}
.index-nav{
    margin-left: 50px;
}
.index-nav a{
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 15px;
    height: 38px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
    
  
    
    margin-top: 20px;
    
    
}
.index-nav a:hover{
    color: #20ad65;
    border-bottom: 3px solid #20ad65;
}
.index-header-btns a{
    display: inline-block;
    text-decoration: none;
    color: white;
    opacity: .8;
    font-size: 14px;
    line-height: 60px;
    padding: 0 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index-header-btns a:hover{
    color: #20ad65;
}
.index-header-btns span{
  display: inline-flex;
    border-radius: 2px;
    line-height: 18px;
    font-size: 12px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #161d19;
    color: #d0d2d1;
    margin-top: 0;
    width: auto;
    padding: 16px;
    cursor: pointer;
    margin: 6px;
    margin-top: 17px;
    padding: 9px 13px;
    text-transform: uppercase;
    
    border: solid 1px #d0d2d1;
    
    position: relative;
    top: -5px;
    
    padding-left: 30px;padding-right: 30px;
}
.index-header-btns span:hover{
    background: #20ad65;
    opacity: 1;
    border: 1px solid #20ad65;
    color: white;
}

.index-banner{
    width: 100%;
    padding-bottom: 60px; 
    padding-top: 120px;
    background: #161d19;
    background-size: 100% 100%;
    
    
      background: -moz-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    
    background: -webkit-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -o-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -ms-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: radial-gradient(ellipse at right,#012f15 0%,#012f15 52%,#161d19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abe8a',endColorstr='#20ad65',GradientType=0 );
}
.index-banner h1{
    font-size: 36px;
    color: #FFF;
    line-height: 64px;
    margin: 0px 0 0 50px;
    float: left;
    font-weight: normal;
    
    margin-top: 15px;
}
.index-banner-main{
    margin-left: 330px;
    width: 742px;
}
.index-banner-search-input{
    margin-right: 152px;
}

.index-banner-search-input input:focus{
	    box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
    border: 1px solid #20ad65;

}

.focus_s{
	    box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
    border: 1px solid #20ad65;

}
.focus_s2{
	    box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
   

}
.focus_s2F{
color: #20ad65 !important;


}
.FDF_J{


   -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.FDF_J2{
font-size:18px;
position:relative;
top:1px;
         
   -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.index-banner-search-input i{
    color: #666;
    position: relative;
    left: 30px;
}
.index-banner-search input{
    width: 570px;
    height: 50px;
    padding: 12px 18px;
    padding-left: 35px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin-top: 0px;
}
.index-banner-search span{
    width: 152px;
    height: 50px;
    display: block;
    background: #20ad65;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
    position: relative;
    top: -50px;
    left: -1px;
}
.index-banner-search span:hover{
    background: #0a8545;
}
.index-banner-recommend{
    margin-top: -41px;
    color: #d0d2d1;
    font-size: 14px;
}
.index-banner-recommend a{
	color: #20ad65;
	margin-right: 10px;
	}

.index-banner-recommend h2{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 26px;
    font-weight: normal;
    position: relative;
    left: 0px;
}
.index-banner-recommend li{
    float: left;
}
.index-banner-recommend li a{
    display: inline-block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 26px;
    padding: 0 2px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index-banner-recommend li i{
    display: inline-block;
    height: 14px;
    width: 1px;
    background: rgba(255,255,255,0.4);
    position: relative;
    top: 2px;
}
.index-banner-recommend li a:hover{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.index-tab-btn{
    width: 100%;
    height: 70px;
    background: #f5f5f5;
}
.index-tab-btn li{
    width: 50%;
    float: left;
    text-align: center;
    line-height: 70px;
    color: #999;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index-tab-btn li.active{
    color: #333;
    background: #FFF;
}
.index-tab-btn li img{
    width: 32px;
    height: 32px;
    margin-right: 14px;
    position: relative;
    top: 10px;
}
.index-tab-main{
    margin-top: 80px;
    position: relative;
    height: auto;
    padding-bottom: 80px;
}
.index-tab-content{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    visibility: hidden;
}
.index-tab-content.active{
    position: static;
    opacity: 1;
    visibility: visible;
    transition: all .3s .2s;
    -o-transition: all .3s .2s;
    -ms-transition: all .3s .2s;
    -moz-transition: all .3s .2s;
    -webkit-transition: all .3s .2s;
}
.index-tab-content01-top{
    text-align: center;
}
.index-tab-content01-top h1{
    font-size: 26px;
    color: #333;
    font-weight: normal;
}
.index-tab-content01-top p{
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 40px;
}
.index-tab-content01 ul{
    margin-right: -20px;
}
.index-tab-content01 li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 384.66666666666666666666px;
    height: 180px;
    
}
.index-tab-content01 li .li-main{
    width: 324.66666666666666666666px;
    height: 120px;
    background: #FFF;
    border: 1px solid #EBEBEB;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding:30px;
    position: relative;
}
.index-tab-content01 li:hover .li-main{
    background: #fff;
    border: 1px solid #20ad65;
    box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
    margin-top: -10px;
    box-sizing: content-box;
    width: 324.666666666666666666666666px;
    height: 120px;
    padding: 40px 30px;
}
.index-tab-content01 li:hover h2{
    color: #20ad65;
}
.index-tab-content01 li:hover p{
    line-height: 22px;
}
.index-tab-content01 li:hover a{
    opacity: 1;
}
.index-tab-content01 li h2{
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-tab-content01 li p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-tab-content01 li a{
    opacity: 0;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 22px;
    font-size: 14px;
    color: #373d41;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-tab-content01 li a img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.exotwo{ 
margin-top: 40px;
}
.index-tab-content02 .index-tab-content02-col{
    float: left;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 110px;
    
    margin-bottom: 30px;
}
.index-tab-content02 .index-tab-content02-col h2{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}
.index-tab-content02 .index-tab-content02-col ul{
    height: 200px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-tab-content02 .index-tab-content02-col li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    
       -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.index-tab-content02 .index-tab-content02-col li a{
    text-decoration: none;
    color: #5d5c5c;
    font-size: 14px;
    
    
     -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.index-tab-content02 .index-tab-content02-col li a:hover{
    text-decoration: underline;
}


.index-tab-content02 .index-tab-content02-col li:active{ 
    border-bottom: 1px solid #20ad65 !important; 
}
.index-tab-content02 .index-tab-content02-col li:active a{
    color: #20ad65  !important;
}

.index-tab-content02 .index-tab-content02-col li:hover{ 
    border-bottom: 2px solid #20ad65 !important; 
    
     -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}


.index-tab-content02 .index-tab-content02-col li:hover a{
    color: #20ad65  !important;
   text-decoration: none;
   
   
   
}



.index-tab-content02-col .more{
    margin-top: 10px;
    color: #20ad65;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-tab-content02-col .more.hide{
    color: #20ad65;
}
.index-tab-content02-col .more:hover{
    color: #36ce80;
}

.index-tab-content02-col .more i{
    font-size: 20px;
    position: relative;
    top: 1px;
    left: 5px;
}
.index-item-footer{
    width: 100%;
    padding: 80px 0;
    background: #f5f5f5;
}
.index-item-footer-title{
    text-align: center;
}
.index-item-footer-title h1{
    opacity: .85;
    filter: alpha(opacity=85);
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 52px;
    font-weight: normal;
}
.index-item-footer-title p{
    opacity: .4;
    filter: alpha(opacity=40);
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 26px;
    margin: 10px 0 40px 0;
}
.index-item-footer ul{
    margin-right: -20px;
}
.index-item-footer li:hover{   
    box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
    border: 1px solid #20ad65;
}
.index-item-footer li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 590px;
    height: 190px;
    background: #FFF;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding:30px;
}
.index-item-footer li h2{
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
}
.index-item-footer li p{
    font-size: 15px;
    color: #999;
    line-height: 24px;
    margin: 10px 0 0 0;
    height: 52px;
}
.index-item-footer li a{
    font-size: 14px;
    color: #20ad65;
    line-height: 26px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 0 0 0;
}
.index-item-footer li a i{
    display: inline-block;
    font-style: normal;
    padding-left: 5px;   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-item-footer li a:hover i{
    padding-left: 12px;
}






.footer{
    width: 100%;
    padding-top: 50px;
    background: #161d19;
    padding-bottom: 20px;
}
.footer-top{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 30px;
}
.footer-top li{
    width: 20%;
    float: left;
}
.footer-top li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
}
.footer-top li p{
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.footer-middle{
    
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer-middle li{
    width: 20%;
    float: left;
}
.footer-middle li h2{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 10px;
}
.footer-middle li p a,.footer-middle li p{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
}
.footer-middle .li-last-btn{
    width: 100%;
    text-align: center;
    background: #014422;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-middle .li-last-btn:hover{
    background: #20ad65;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}



 .zcsoft_erm_ui_update_an_rock_PX{



transform:rotate(380deg);
-ms-transform:rotate(380deg); 
-moz-transform:rotate(380deg); 	
-webkit-transform:rotate(380deg);
-o-transform:rotate(380deg);


 
transition: all 3s ease;
-ms-transition: all 3s ease;
-moz-transition: all 3s ease;
-webkit-transition: all 3s ease;
-o-transition: all 3s ease;





} 


.index-tab-content02 .index-tab-content02-col:nth-child(5){
    clear: left;
}


.index-banner-search span i{
    font-style: normal;
}

.index-banner-search span:hover{
    background: #0a8545;
}
.index-banner-search span .loading{
    display: none;
}
.index-banner-search span.show .loading{
    display: inline-block;
}
.index-banner-search span.show i{
    display: none;
}
.index-banner-search span .loading{
    width: 28px;
    height: 28px;
    margin-top: 11px;
    border: 2px solid;
    
    border-color:  #fff #fff transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: loading 1s linear infinite;
    -o-animation: loading 1s linear infinite;
    -ms-animation: loading 1s linear infinite;
    -moz-animation: loading 1s linear infinite;
    -webkit-animation: loading 1s linear infinite;
    position: relative;
    z-index: 100;
    transition: all .5s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3 s;
}
@keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-o-keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-ms-keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-moz-keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loading{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
    
    
  

}

		.page-main-pic-wrap{
    margin-top: 20px;
}
.page-main-pic-wrap img{
    width: 277px;
    height: auto;
}

	.step_app2{
				background: black;color: white;line-height: 40px;text-align: center;
				background: rgba(152,0,0,.8);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0 , 0.04);
    border-radius: 3px;
    display: inline-block;
  
    
    padding: 6px  !important;
    padding-left: 20px  !important;
    padding-right: 20px  !important;
     margin-left: 52px !important;
     color: white !important;
				}
				.step_app{
				background: black;color: white;height: 40px;width: 40px;font-family: Impact;line-height: 40px;text-align: center;
				background: rgba(0,0,0,.8);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0 , 0.04);
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
				}
				.img_h2 {
    margin-top: 15px;
    width: 80%;
    max-width: 400px;
    margin-left: 52px;
    border: solid 1px #eeeeee;
    padding: 0px;
    margin-bottom: 10px;
    box-shadow: 0 0 6px 1px rgba(32, 173, 101 , 0.3);
    border: 1px solid #20ad65;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.step_appc-crm{
display: inline-block;
}
