@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}
/* 公共title样式 */
.t-en{
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #777;
    text-align: center;
    padding-top: 55px;
}
.t-ch{
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color:#555;
    text-align: center;
    margin-top: 15px;
}
.t-line{
    position: absolute;
    width: 423px;
    border-top: 1px solid #c8c8c8;
    left:50%;
    margin-left: -211.5px;
    top:154px;
}
.t-red{
    position: absolute;
    width:50px;
    border-top: 5px solid #1f950a;
    left:50%;
    margin-left:-25px;
    top:152.5px;
}
/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/

/* head样式 */
.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 120px;
    
}
.head-l {
    float: left;
    height:120px;
}
.head-l .logo {
    margin-top: 18px;
    margin-right: 5px;
}
.head-l .name {
    margin-bottom: 3px;
}
.nav-r {
    float: right;
}

.nav {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
}

.nav ul li {
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 10px 1px;
    margin: 0px 7px;
    position: relative;
}

.nav ul li a {
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.nav ul li a:hover {
    color: #000;
    text-decoration: none;
}

.nav ul li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 3px !important;
    background: #1f950a;
    top: 45px;
    left: 50%;
}
.topTel{
    position:absolute;
    right:10px;
    top:20px;
    height:30px;
}
.topTel .txt{
    padding:2px 10px 3px 10px;
    background: #1f950a;
    font-size: 12px;
    color: #fff;
    float: left;
    margin-top: 3.5px;
    margin-right: 5px;
}
.topTel .num{
    display: inline-block;
    font-size: 22px;
    font-family: "Arial";
    color: #1f950a;
    line-height: 30px; 
}


/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 560px;
    display: block;
}

/* 公司简介 */
.about{
    width:100%;
    background: #fff;
    height: 585px;
    position: relative;
    border-bottom: 10px solid #c6cbc5;
}
.about .title{
    font-size: 40px;
    color: #1f950a;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;
}
.about .content{
    margin-top: 60px;
    height: 385px;
    width: 100%;
}
.about .abt{
    float: left;
    width: 575px;
}
.about .abt .tit{
    font-size: 30px;
    color: #383838;
    margin: 10px 0 15px 10px;
    letter-spacing: 2px;
}
.about .abt .line{
    border-top: 2px solid #1f950a;
    width: 60px;
    margin-left: 10px;
    margin-bottom: 40px;
}
.about .abt .con{
    text-align: justify;
    line-height: 2;
    text-indent: 2em;
    font-size: 16px;
    color: #383838;
}
.about .abt a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 26px;
    background: #1f950a;
    margin-top: 30px;
}
.about .abt a:hover{
    background: #f44336;
}
.about .video{
    float: right;
    width: 560px;
    height: 385px;
}
/* 服务 */
.serve{
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(../images/serve.png) no-repeat;
    background-position-x: center;
}
.serve li{
    width: 300px;
    height: 500px;
    text-align: center;
    float: left;
}
.serve a{
    color: #fff;
}
.serve a:hover{
    color: #e8a900;
}
.serve .sName{
    font-size: 30px;   
    margin: 65px 0 35px 0;
    letter-spacing: 3px;
}
/* 产品展示 */
.pro{
    height: 720px;
    width: 100%;
    overflow: hidden;
    background: #eee;
    position: relative;
}
.pro .title{
    font-size: 40px;
    color: #1f950a;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 2px;

}
.pro .more{
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #808080;
    padding: 15px 105px;
    border: 1px solid #808080;
    margin-top: 60px;
}
.pro .more:hover{
    color: #1f950a;
}
.slideGroup{
    margin-top: 50px;
    height: 390px;
    overflow: hidden;
}
.slideGroup li{
    width: 330px;
    float: left;
    margin: 0 35px;
}
.slideGroup .pic-img{
    height: 330px;
    line-height: 330px;
    text-align: center;
}
.slideGroup .pic-img img{
    max-height: 330px;
    vertical-align: middle;
    display: inline-block;
}
.slideBox a{
    font-size:14px;
    color: #fff;
}
.slideBox a:hover{
    color: #e8a900;
}
.slideBox .pic-tit{
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    background: #1f950a;
}
/* 新闻样式 */
.news{
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 580px;
    position: relative;
}
.news .title{
    font-size: 40px;
    color: #1f950a;
    font-weight: bold;
    margin: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}
.news .more{
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #808080;
    padding: 15px 105px;
    border: 1px solid #808080;
    margin-top: 50px;
}
.news .more:hover{
    color: #1f950a;
}
.news li{
    float: left;
    width: 600px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.news a{
    color: #333;
}

.news .list{
    width: 575px; 
    margin-left: 15px;
    margin-right: 10px;
}
.news a:hover {
    color: #fff;
}
.news a:hover .list{
    background: #1f950a;
}

.news .spot{
    width: 5px;
    height: 5px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 33px;
}
.news a:hover .spot {
    background: #fff;
}
.news .tit{
    font-size: 16px;
    display: inline-block;
    letter-spacing: 2px;
}
.news .date{
    font-size: 14px;
    color: #333;
    font-family: "Arial";
    float: right;
    margin-right: 12px;
}
.news a:hover .date{
    color: #fff;
}
/*友情链接*/
.furl{
    width: 100%;
    overflow: hidden;
    height: 59px;
    line-height: 59px;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
.furl span{
    color: #333;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 20px;
    letter-spacing: 2px;
}
.furl a{
    font-size: 14px;
    color: #808080;
    margin-right: 20px;
}
.furl a:hover{
    color: #1f950a;
}
/* 底部样式 */
.footer{
    width:1200px;
    height:270px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    display: flex;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;	   
}
.footer a{
    color: #808080;
    line-height: 25px;
}
.footer a:hover{
    color: #1f950a;
}
.footer .fLogo{
    width: 196px;
    text-align: center;
    height: 180px;
    border-right: 1px solid #ccc;
}
.footer .fAbt{
    width: 199px;
    text-align: center;
    height: 180px;
    border-right: 1px solid #ccc;
    width: 199px;
    margin-left: -114px;
}
.footer .fPro{
    width: 199px;
    text-align: center;
    height: 180px;
    border-right: 1px solid #ccc;
    width: 199px;
    margin-left: -113px;
}
.footer .fCon{
    width: 249px;
}
.footer .tit{
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}
.footer .name{
    font-size: 14px;
    color: #808080;
}
.footer .list{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
/* 版权 */
.copyright{
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #1f950a;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #f2c001;
}

/* 侧边栏样式    b*/

.mainBody {
    font-family: "Microsoft YaHei";
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    min-height: 780px;
}

.lefter {
    width: 210px;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}

.lefter_title {
    width: 100%;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #1f950a;
}


.lefter_title .ch {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.lefter_title .en {
    font-size: 14px;
    color: #fff;
}

.lefter_list {
    width: 208px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.lef_list {
    padding: 25px 15px 15px;
}

.lef_list li {
    width: 178px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-bottom: 8px;
    background: #e3e3e3;
}

.lef_list li a {
    font-size: 14px;
    color: #000;
}

.lef_list .on {
    background: #1f950a;
    border: 1px solid #1f950a;
}

.lef_list .on a {
    color: #fff;
}

.lef_list p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

#hotline {
    line-height: 1;
    text-align: center;
}

.lefter_list #num {
    text-align: center;
    color: #1f950a;
    font-size: 22px;
}


/* 侧边栏样式    e*/


/* 子页右侧内容区  b*/

.main {
    margin-top: 40px;
    float: right;
    overflow: hidden;
    width: 950px;
    font-family: "Microsoft YaHei";
}

.main_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
}

.main_title .title {
    font-size: 16px;
    color: #1f950a;
}

.main_title .wz {
    font-size: 14px;
    color: #333;
}

.main_title .wz a {
    color: #333;
}

.main_title .wz a:hover {
    color: #1f950a;
}

.mainCon {
    padding: 20px;
    line-height: 2;
    font-size: 14px;
}

.mainCon p {
    text-align: justify;
}


/* 子页右侧内容区  e*/

/* 分页    b*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #1f950a;
    border-color: #1f950a;
    color: #fff;
}

/* 分页    e*/