@charset 'utf-8';

/* 对齐 */
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.h20 {
    height: 20px;
}
/* display */
.ds-b {
    display: block;
}
.ds-n {
    display: none;
}
.ds-inb {
    display: inline-block;
}

/* 预设 */
body{
    color: #272c29;
    background: #fffded;
    font-family: "SimSun", "宋体", serif;
    font-size: 18px;
    line-height: 36px;
}
a {
    text-decoration: none;
}
.text a {
    color: #f00;
}
.page {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page2 a {
    color: #fff;
    background: #C1071F;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.page2 span.current {
    background: #810811;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.header ,.main ,.footer {
    width: 100%;
    overflow: hidden;
}
.wrap {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.container {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
/* index.html */
.top {
    width: 640px;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 1;
}
.top .home {
    background: url(../Image/home.png) no-repeat;
    margin-top: 27px;
    margin-left: 30px;
}
.top .home a {
    display: block;
    width: 30px;
    height: 26px;

}
.top .logo {
    margin-left: 220px;
    margin-top: 9px;
    margin-bottom: 8px;
    /*background: url(../Image/logo.png);*/
    background: url(../Image/logo_01.jpg);
}
.top .logo a {
    display: block;
    width: 81px;
    height: 63px;
}
.top .menu {
    background: url(../Image/menu.png);
    margin-right: 30px;
    margin-top: 32px;
}
.top .menu a {
    display: block;
    width: 30px;
    height: 17px;
}
.top .nav2 {
    background: #177d3b;
    position: fixed;
    right: 0;
    top: 80px;
    display: none;
}
.top .nav2 li {
    padding-left: 20px;
    padding-right: 20px;
}
.top .nav2 li a {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}
.nav {
    margin-top: 80px;
}
.nav li {
    float: left;
    width: 159px;
    text-align: center;
    background: #177d3b;
}
.nav li a {
    font-size: 18px;
    line-height: 60px;
    color: #fefffe;
}
.nav div {
    width: 1px;
    height: 60px;
    background: #1D9648;
    float: left;
}
.nav .hr {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    background: #1D9648;
}
.movie {
    height: 230px;
    padding: 10px;
    background: #024f2b;
}
.indexab {
    margin-bottom: 20px;
}
.indextit {
    margin-top: 10px;
    height: 90px;
    position: relative;
}
.indextit .en {
    font-size: 30px;
    line-height: 30px;
    color: #00672a;
    padding-top: 24px;
}
.indextit .cn {
    font-size: 30px;
    color: #00873c;
    line-height: 30px;
    margin-top: 5px;
}
.indextit .flow {
    position: absolute;
    background: url(../Image/flow.png);
    width: 95px;
    height: 55px;
    top: 0;
    right: 0;
}
.indextit .more {
    position: absolute;
    text-align: right;
    background: url(../Image/more.png);
    width: 440px;
    height: 31px;
    right: 0;
    bottom: 0;
}
.indextit .more a {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    margin-right: 18px;
}
.indexab .text {
    margin-top: 20px;
}
.indexab .img {
    margin-top: 10px;
}
.slant {
    background: url(../Image/hr.png) repeat;
    height: 5px;
}
.bar {
    background: url(../Image/bar.png);
    height: 117px;
    margin-top: 20px;
}
.type {
    margin-top: 40px;
}
.type li {
    display: block;
    background: url(../Image/list2.png);
    background-size: 100% 100%;
    height: 85px;
    width: 97px;
    float: left;
    text-align: center;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 15px;
}
.type li.one {
    background: url(../Image/list1.png);
    background-size: 100% 100%;
}
.type li.first3 {
    height: 70px;
    padding-top: 30px;
}
.type li a {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    width: 150px;
}
.product .list {
    margin-top: 50px;
}
.product .list li {
    float: left;
    text-align: center;
    width: 270px;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
    height: 286px;
    margin-bottom: 20px;
}
.product .list li a {
    font-size: 20px;
    line-height: 36px;
    color: #177d3b;
}
.product .list li .img {
    width: 268px;
    height: 248px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #AECC16;
    background: #fff;
}
.product .list li .img img {
    height: 248px;
    max-width: 268px;
}
.technology .list {
    margin-top: 40px;
}
.technology .list li {
    margin-bottom: 25px;
}
.technology .list .img {
    width: 218px;
    height: 147px;
}
.technology .list .text {
    width: 320px;
    height: 147px;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    color: #2f2f2f;
}
.technology .list .text a {
    font-size: 18px;
    color: #00873c;
}
.support {
    font-size: 16px;
    color: #3f3e3e;
    line-height: 40px;
    margin-bottom: 98px;
}
.bottom {
    height: 98px;
    background: #177d3b;
    text-align: center;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 1;
}
.bottom li{
    width: 160px;
    float: left;
    height: 98px;
    overflow: hidden;
}
.bottom li .img {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    background: url(../Image/bottom.png) no-repeat;
}
.bottom li .img1 {
    background-position: -72px -5px;
}
.bottom li .img2 {
    background-position: -230px -5px;
}
.bottom li .img3 {
    background-position: -384px -6px;
}
.bottom li .img4 {
    background-position: -540px -5px;
}
.bottom li a {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.text .news li a {
    color: #272c29;
}
.text img {
    max-width: 580px;
}