﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0
}

body {
    font-family: "微软雅黑";
    /*font-size: 12px;*/
    color: #333;
    margin: 0 auto;
	min-width:1350px;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

img {
    border: none;
}

.con {
    width: 1200px;
    margin: 0 auto;
}

/*header*/
.header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

.top {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #3da00f;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 0;
    line-height: 26px
}

.top p:nth-child(1) {
    float: left;    
    overflow: hidden;
	height:34px;
	line-height:34px;
}

.top p:nth-child(2) {
    float: right;
    width: 268px;
    overflow: hidden
}

.top p a {
    color: #fff
}

.china {
    display: block;
    padding-left: 59px;
    background: url(../Images/china.jpg) left center no-repeat;
    float: left;
    width: 35px
}

.english {
    display: block;
    padding-left: 59px;
    background: url(../Images/english.jpg) left center no-repeat;
    float: right;
    width: 58px
}

.logo {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 22px 0
}

.logo_img {
    width: 517px;
    float: left;
    overflow: hidden
}

.dianhua {
    width: 176px;
    float: right;
    overflow: hidden;
    font-size: 26px;
    line-height: 38px;
    padding-left: 74px;
    background: url(../Images/dianhua.png) left center no-repeat;
    color: #3da00f;
    margin-top: 6px
}

.nav {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #3da00f;
}

.nav ul li {
    width: 171px;
    float: left;
    font-size: 20px;
}

.nav ul li a {
    color: #fff;
    display: block;
    line-height: 30px;
    padding: 15px 0;
    line-height: 30px;
    text-align: center
}

.nav .on > a {
    background-color: #f08519;
}

.nav ul li a:hover {
    background-color: #f08519
}

.xiala {
    position: absolute;
    z-index: 999;
    width: 171px;
    background-color: #fff;
    display: none
}

.xiala li {
    width: 100%;
    background: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #ccc
}

.xiala li a {
    width: 100%;
    display: block;
    color: #333 !important;
    text-align: center
}

.xiala li:hover {
    background-color: #0089e2 !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xiala li:hover a {
    color: #fff !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.nav ul li:hover .xiala {
    display: block !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*banner*/
.flexslider {
    position: relative;
    height: 550px;
    overflow: hidden; /*background:url(../Images/loading.gif) 50% no-repeat;*/
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 550px;
}

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 42px;
    height: 15px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 32px;
    height: 6px;
    margin: 1px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
    line-height: 999px;
}

.flex-control-nav .flex-active {
    background: #f08519;
    filter: alpha(opacity=100);
    opacity: 1;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 35%;
    display: none;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
    background-color: white;
}

.flex-direction-nav li a {
    display: block;
    width: 69px;
    height: 138px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px; /*background:url(../Images/banner_icon1.png) no-repeat left top;*/
}

.flex-direction-nav li a.flex-next {
    right: 40px; /*background:url(../Images/banner_icon1.png) no-repeat right top;*/
}

.flexslider:hover .flex-direction-nav {
    display: block
}

/*产品中心*/
.chanpin {
    
    margin: 65px auto 0;
   
}

.tit {
    width: 363px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}

.slideBox {
    width: 100%;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    overflow: hidden;
    margin: 66px auto 76px
}

.slideBox .hd ul {
    overflow: hidden;
    margin: 0 auto;
    width: 200px;
	text-align:center;
}

.slideBox .hd ul li {
    display:inline-block;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #0054a7;
    border-radius: 15px;
    margin: 0 5px;
}
.slideBox .hd ul li.on {
    background: #3da00f;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: -6%;
    top: 45%;
    margin-top: -10px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../Images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: -6%;
    background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.chanpin_li {
    width: 276px;
    float: left;
    overflow: hidden;
    border-top: 7px solid #3da00f;
    margin-right: 32px
}

.chanpin_li a {
    display: block;
    width: 250px;
    margin: 0 auto;
    overflow: hidden;
    border: solid 1px #dfdfdf;
    padding: 0 12px;
	text-align:center;
}

.chanpin_tit {
    width: 100%;
    font-size: 20px;
    color: #333;
    margin: 15px auto 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;s
}

.chanpin_li a img {
    max-width: 250px;
	max-height:185px;
    margin: 0 auto;
    overflow: hidden
}

.chanpin_miaoshu {
    width: 100%;
    margin: 9px auto 0;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chanpin_more {
    width: 100%;
    margin: 33px auto 15px;
    overflow: hidden;
    color: #999;
    padding-bottom: 11px;
    background: url(../Images/heng.jpg) bottom left no-repeat;
    font-size: 14px
}

.chanpin_li:hover .chanpin_more {
    color: #3da00f
}

.chanpin_li:nth-child(4) {
    margin-right: 0 !important
}

.chanpins {
    width: 100%;
    margin: 50px auto 0;
}

/*关于我们*/
.about {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../Images/about_bg.jpg) center no-repeat;
    padding-top: 53px
}

.abouts {
    width: 100%;
    margin: 43px auto 60px;
    overflow: hidden;
    background: url(../Images/about_bg2.png) center no-repeat
}

.abouts .hd {
    width: 281px;
    overflow: hidden;
    float: left;
    position: relative;
    height: 535px;
    margin-right: 262px
}

.abouts .hd ul {
    float: left;
    position: absolute;
    margin-top: 50px;
}

.abouts .hd ul li {
    width: 281px;
    overflow: hidden;
    cursor: pointer;
    background: url(../Images/about_kuang_k.png) center no-repeat;
    margin: 26px auto
}

.abouts .hd ul li p:nth-child(1) {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin: 14px auto 7px 20px
}

.abouts .hd ul li p:nth-child(2) {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    margin: 0 auto 12px 20px
}

.abouts .hd ul li.on {
    background: url(../Images/about_kuang.png) center no-repeat
}

.abouts .hd ul li:hover {
    background: url(../Images/about_kuang.png) center no-repeat
}

.abouts .bd {
    width: 420px;
    float: left;
    overflow: hidden;
}

.abouts .bd ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 46px !important;
    background: rgba(255, 255, 255, 0.9);
}

.abouts .bd li {
    width: 375px;
    margin: 0 auto;
    overflow: hidden
}

.abouts .bd li .a1_t {
    width: 100%;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 44px;
    line-height: 24px
}

.abouts .bd li .a1_m {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin: 39px auto 53px
}

.a1_img a {
    width: 145px;
    margin: 0 auto 21px;
    overflow: hidden;
    display: block;
    height: 46px
}

.a2_tuwen {
    width: 360px;
    margin: 20px auto 22px;
    overflow: hidden
}

.a2_tu {
    width: 162px;
    height: 136px;
    float: left;
    overflow: hidden
}

.a2_tu img{
    width: 100%;
    height: 100%;
}

.a2_wen {
    width: 150px;
    margin-left: 26px;
    float: left;
    overflow: hidden
}

.a2_wen p:nth-child(1) {
    font-size: 28px;
    line-height: 30px;
    margin: 11px auto 12px 0
}

.a2_wen p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
}

.a2_zz {
    width: 100%;
    margin: 13px auto 0;
    overflow: hidden
}

.a2_zz1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 22px;
    line-height: 42px
}

.a2_zz2 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-top: 6px;
    color: #666
}

.a2_zz3 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #666
}

.a2_img a {
    width: 145px;
    margin: 27px auto 21px;
    overflow: hidden;
    display: block;
}

.a3_tu {
    width: 288px;
    margin: 57px auto 0;
    overflow: hidden;
    border: 1px solid #dedede;
    background: #fff
}

.a3_tu img {
    display: block;
    width: 266px;
    margin: 12px auto;
    overflow: hidden
}

.a3_p {
    font-size: 20px;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
    text-align: center;
    margin-top: 14px;
    line-height: 24px
}

.a3_img a {
    width: 145px;
    margin: 43px auto 21px;
    overflow: hidden;
    display: block;
}

.a4_p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.a4_img a {
    width: 145px;
    margin: 34px auto 21px;
    overflow: hidden;
    display: block;
}

/*新闻*/
.news {
    width: 100%;
    margin: 68px auto 0;
    overflow: hidden
}

.news_main {
    width: 100%;
    margin: 60px auto 0;
    overflow: hidden
}

.news_main_img {
    width: 600px;
    float: left;
    overflow: hidden;
}
.news_main_img img{
width:100%;}
.news_main_t {
    width: 564px;
    float: right;
    overflow: hidden
}

.news_main_time {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    color: #454545
}

.news_heng {
    width: 18px;
    height: 2px;
    background-color: #29166f;
    overflow: hidden;
    margin-top: 14px
}

.news_main_tit {
    width: 100%;
    margin: 34px auto 28px;
    overflow: hidden;
    font-size: 22px;
    line-height: 26px;
}

.news_main_text {
    width: 100%;
    font-size: 18px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_main_more {
    width: 100px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    background-color: #3da00f;
    display: block;
    text-align: center;
    border-radius: 15px;
    margin-top: 30px
}

.news_list {
    width: 100%;
    margin: 54px auto 0;
    overflow: hidden
}

.news_li {
    width: 376px;
    float: left;
    overflow: hidden;
    margin-right: 36px;
    background: #eeeeee;
    padding: 31px 0 41px;
}

.news_li a {
    display: block;
    width: 338px;
    overflow: hidden;
    margin: 0 auto;
}

.news_li:nth-child(3) {
    margin-right: 0 !important
}

.news_s {
    width: 100%;
    line-height: 40px;
    font-size: 22px;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_li:hover {
    background: #3da00f
}

.news_li:hover .news_main_time {
    color: #fff;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.news_li:hover .news_heng {
    background-color: #fff;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.news_li:hover .news_s {
    color: #fff;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

/*联系我们*/
.lianxi {
    width: 100%;
    margin: 70px auto 0;
    overflow: hidden;
    background: url(../Images/lianxi.jpg) center no-repeat
}

.lianxi_left {
    float: left;
    width: 472px;
    overflow: hidden
}

.lianxi_t {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.lianxi_tit {
    width: 100%;
    margin: 73px auto 22px;
    overflow: hidden;
    font-size: 38px;
    color: #fff
}

.lianxi_heng {
    width: 100px;
    height: 2px;
    background-color: #fff
}

.lianxi_tit_e {
    width: 100%;
    margin: 20px auto 42px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    overflow: hidden
}

.biaodan {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.input2 {
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden
}

.biaodan input {
    border: none;
    background-color: #fff;
    padding: 12px 0 12px 8px;
    font-size: 16px;
}

.biaodan input::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
}

.biaodan input::-moz-placeholder {
    color: #333;
    font-size: 16px;
}

.biaodan input:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
}

.input2 .input_231 {
    width: 223px;
    float: left
}

.input_231:nth-child(1) {
    margin-right: 10px
}

.input_472 {
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden
}

.biaodan textarea {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 12px 0 12px 8px;
    height: 96px
}

.biaodan textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑"
}

.biaodan textarea::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑"
}

.biaodan textarea:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑"
}

.map2 {
    position: absolute;
    margin: 44px 0 0 66px;
}

.map{ width:651px; float:right; overflow:hidden; margin:75px 0 100px}

.tijiao {
    color: #fff;
    width: 166px;
    overflow: hidden;
    background-color:#55a72f !important;
    margin-top: 50px;
    height: 46px;
    border-radius: 25px
}

/*footer*/
.footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #323232;
    padding-top: 55px;
    text-align: center
}

.nav2_li {
   
   flex:1;
    font-size: 16px;
   
}

.nav2_li_p {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.nav2_li2 {
    width: 65px;
    color: #999999;
    line-height: 30px
}

.nav2_ul2 {
    margin: 15px 0;
	max-height:154px;
	overflow:hidden;
}

.ewm {
    width: 360px;
    overflow: hidden;
    float: right;
    margin-bottom: 72px
}

.erweima {
    width: 110px;
    float: left;
    overflow: hidden;
    margin-left: 70px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.erweima p {
    margin-top: 15px;
    width: 100%;
    overflow: hidden
}

.nav2_li2:hover {
    color: #fff
}

.copy {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #616161;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 34px 0;
}

.copy p a {
    color: #fff
}

/************************************************************内页 产品中心****************************************************************************/
.cp_main {
    width: 100%;
    margin: 51px auto 0;
    overflow: hidden
}

.cp_left {
    width: 225px;
    float: left;
    overflow: hidden
}

.cp_left1, .cp_left2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.cp_left1 p {
    margin: 0 auto;
    overflow: hidden;
    font-weight: bold;
}

.cp_left1 p:nth-child(1) {
    width: 210px;
    background: url(../Images/chanpin_t.png) center no-repeat;
    color: #fff;
    font-size: 22px;
    padding: 22px 0 20px 15px;
    line-height: 26px
}

.nleft_list {
    width: 208px;
    padding: 22px 0 19px 15px;
    border: 1px solid #e1e1e1;
    border-top: none !important;
    font-size: 16px;
    line-height: 20px
}

.nleft_list {
    width: 208px;
    padding: 22px 0 19px 15px;
    border: 1px solid #e1e1e1;
    border-top: none !important;
    font-size: 16px;
    line-height: 20px
}

.cp_left1 p a {
    color: #666;
}

.cp_left1 p:hover a {
    color: #f08519;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.cp_left2 p:nth-child(1) {
    width: 210px;
    background: url(../Images/chanpin_lianxi.png) center no-repeat;
    color: #fff;
    font-size: 22px;
    padding: 22px 0 20px 15px;
    line-height: 26px;
    margin-top: 44px;
    font-weight: bold;
}

.cp_left2 p:nth-child(2) {
    width: 223px;
    border: 1px solid #e1e1e1;
    color: #3da00f;
    font-size: 26px;
    text-align: center;
    padding: 43px 0 41px;
    line-height: 30px
}

.cp_right {
    width: 948px;
    float: right;
    overflow: hidden
}

.mianbaoxie {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 23px 0;
}

.mbx_tit {
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-left: 20px;
    color: #3da00f
}

.mbx {
    float: right;
    font-size: 14px;
    color: #333;
    margin-right: 14px;
    line-height: 22px;
}

.ncp {
    width: 100%;
    margin: 31px auto 0;
    overflow: hidden
}

.ncp li {
    width: 294px;
    float: left;
    overflow: hidden;
    margin: 0 11px 24px 11px
}

.ncp li .ncp_img {
    width: 266px;
    padding: 11px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
	text-align:center;
}
.ncp li .ncp_img img{
	height:185px;
	max-width:100%;
}
.ncp li p {
    font-size: 20px;
    color: #333;
    margin-top: 14px;
    line-height: 24px;
    text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}

.ncp li:hover p {
    color: #3da00f;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.fenye {
    width: 100%;
    margin: 40px auto 75px;
    overflow: hidden;
    text-align: center
}

/************************************************************内页 荣誉资质****************************************************************************/
.zzry_left1 .on a {
    color: #f08519 !important;
}

.nzzry {
    width: 100%;
    margin: 31px auto 0;
    overflow: hidden
}

.nzzry li {
    width: 294px;
    float: left;
    overflow: hidden;
    margin: 0 11px 24px 11px
}

.nzzry li .ncp_img {
    width: 266px;
    padding: 11px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.nzzry li p {
    font-size: 20px;
    color: #333;
    margin-top: 14px;
    line-height: 24px;
    text-align: center
}

.nzzry li:hover p {
    color: #3da00f;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

/************************************************************内页 业务领域****************************************************************************/
.nywly {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.nywly p {
    margin-top: 32px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.nywly_img {
    width: 100%;
    margin: 0 auto 66px;
    overflow: hidden
}

.nywly_img img {
    margin-bottom: 20px
}

.nywly_img p {
    width: 303px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    text-align: center
}

.nywly_img p:nth-child(2) {
    margin-left: 19px;
    margin-right: 19px
}

/************************************************************内页 专家展示****************************************************************************/
.nzjzs {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.nzjzs li {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.nzjzs_li1, .nzjzs_li2 {
    padding: 55px 0 41px;
    border-bottom: #e9e9e9 solid 1px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.zhuanjia_img {
    width: 356px;
    float: left;
    overflow: hidden;
}

.zhuanjia_xx1 {
    width: 570px;
    float: right;
    overflow: hidden
}

.zhuanjia_xx1 .p1 {
    font-size: 20px;
    color: #333
}

.zhuanjia_xx1 .p1 span {
    font-size: 28px;
    color: #333
}

.zhuanjia_xx1 .p2 {
    font-size: 20px;
    color: #666;
    margin: 10px auto 20px;
    line-height: 32px
}

.zhuanjia_xx1 .p3 {
    font-size: 22px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px
}

.zhuanjia_xx1 .p4 {
    font-size: 20px;
    color: #666;
    margin: 10px auto;
    line-height: 26px;
    background: url(../Images/dian.png) left center no-repeat;
    padding-left: 19px;
}

.zhuanjia_xx2 {
    width: 570px;
    float: right;
    overflow: hidden
}

.zhuanjia_xx2 .p1 {
    font-size: 20px;
    color: #333
}

.zhuanjia_xx2 .p1 span {
    font-size: 28px;
    color: #333
}

.zhuanjia_xx2 .p3 {
    font-size: 22px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px
}

.zhuanjia_xx2 .p2 {
    font-size: 20px;
    color: #666;
    margin: 8px auto 18px;
    line-height: 26px
}

.zhuanjia_xx2 .p4 {
    font-size: 20px;
    color: #666;
    margin: 8px auto 18px;
    line-height: 26px;
    background: url(../Images/dian.png) left center no-repeat;
    padding-left: 19px
}

.nzjzs_li3 {
    padding: 55px 0 10px;
    border-bottom: #e9e9e9 solid 1px;
    width: 100%;
    margin: 0 auto 48px;
    overflow: hidden
}

.zhuanjia_xx3 {
    width: 570px;
    float: right;
    overflow: hidden;
}

.zhuanjia_xx3 .p1 {
    font-size: 20px;
    color: #333
}

.zhuanjia_xx3 .p1 span {
    font-size: 28px;
    color: #333
}

.zhuanjia_xx3 .p3 {
    font-size: 22px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px
}

.zhuanjia_xx3 .p2 {
    font-size: 20px;
    color: #666;
    margin: 16px auto 0;
    line-height: 32px
}

.zhuanjia_xx3s {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden
}

.zhuanjia_xx3s .p3 {
    font-size: 22px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px
}

.zhuanjia_xx3s .p4 {
    font-size: 20px;
    color: #666;
    margin: 10px auto;
    line-height: 26px;
    background: url(../Images/dian.png) left center no-repeat;
    padding-left: 19px
}

/************************************************************内页 公司简介****************************************************************************/
.ngsjj {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.ngsjj_tit {
    width: 100%;
    margin: 54px auto 45px !important;
    overflow: hidden;
    font-size: 28px;
    text-align: center
}

.ngsjj p {
    font-size: 18px;
    line-height: 28px;
    margin: 25px auto 44px
}

/************************************************************内页 组织架构****************************************************************************/
.nzzjg {
    width: 100%;
    margin: 59px auto;
    overflow: hidden
}

.nzzjg img {
    display: block;
    margin: 0 auto;
    overflow: hidden
}

.nzzjg p {
    font-size: 18px;
    line-height: 28px;
    margin: 25px auto 44px
}

/************************************************************内页 联系我们****************************************************************************/
.nlianxiwomen {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.nlianxi_tit {
    width: 100%;
    margin: 62px auto 0;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    line-height: 32px
}

.nlianxifangshi {
    width: 100%;
    margin: 40px auto 31px;
    overflow: hidden;
    background: url(../Images/lxwm_bg.jpg) center no-repeat;
    padding: 68px
}

.nlxfs_t {
    width: 60%;
    margin: 63px auto 50px 68px;
    overflow: hidden;
    font-size: 24px;
    line-height: 26px
}

.nlxfs_x {
    width: 60%;
    margin: 6px auto 6px 68px;
    font-size: 18px;
    overflow: hidden;
    line-height: 20px
}

.nmap {
    float: left;
    position: relative;
}

.nmap img {
    margin: 17px 16px;
    width: 570px;
    overflow: hidden;
    display: block;
}

.nbiaodan {
    width: 570px;
    float: right;
    overflow: hidden;
    margin: 60px 12px
}

.ninput2 {
    width: 100%;
    margin: 0 auto 28px;
    overflow: hidden
}

.nbiaodan input {
    border: 1px solid #dad8d8;
    padding: 9px 0 9px 8px;
    font-size: 16px;
    border-radius: 7px
}

.nbiaodan input::-webkit-input-placeholder {
    color: #777;
    font-size: 16px;
}

.nbiaodan input::-moz-placeholder {
    color: #777;
    font-size: 16px;
}

.nbiaodan input:-ms-input-placeholder {
    color: #777;
    font-size: 16px;
}

.ninput2 .ninput_231 {
    width: 260px;
    float: left
}

.ninput_231:nth-child(1) {
    margin-right: 28px
}

.ninput_472 {
    width: 558px;
    margin: 0 auto 28px;
    overflow: hidden
}

.nbiaodan textarea {
    width: 558px;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 0 12px 8px;
    height: 96px;
    border: 1px solid #dad8d8;
    border-radius: 7px
}

.nbiaodan textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 16px;
    font-family: "微软雅黑"
}

.nbiaodan textarea::-moz-placeholder {
    color: #777;
    font-size: 16px;
    font-family: "微软雅黑"
}

.nbiaodan textarea:-ms-input-placeholder {
    color: #777;
    font-size: 16px;
    font-family: "微软雅黑"
}

.ntijiao {
    color: #fff;
    width: 166px;
    overflow: hidden;
    margin-top: 50px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #dad8d8;
    background-color: #3da00f
}

/************************************************************内页 行业动态****************************************************************************/
.nhydt {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.nhydt_img {
    width: 300px;
    float: left;
    overflow: hidden
}

.nhydt_t {
    width: 620px;
    float: right;
    overflow: hidden;
    margin-top: 20px
}

.nhydt_t p:nth-child(1) {
    font-size: 20px;
    color: #333;
    line-height: 24px
}

.nhydt_t p:nth-child(2) {
    font-size: 18px;
    color: #666;
    line-height: 28px;
    margin-top: 25px
}

.nhydt_t p:nth-child(3) {
    font-size: 16px;
    color: #999;
    line-height: 20px;
    margin-top: 20px
}

.nhydt li {
    padding: 50px 0 52px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf
}

.nhydt li :hover p:nth-child(1) {
    color: #3da00f;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.nhydt li :hover p:nth-child(2) {
    color: #333;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.nhydt li :hover p:nth-child(3) {
    color: #333;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

/************************************************************内页 生产管理****************************************************************************/
.nscgl {
    width: 100%;
    margin: 0 auto 64px;
    overflow: hidden
}

.nscgl .p1 {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-top: 36px
}

.nscgl .p2 {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin: 12px auto 20px
}

/************************************************************内页 质量管理****************************************************************************/
.nzlgl {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.nzlgl .p1 {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20PX;
    color: #333
}

.nzlgl_img1 {
    width: 100%;
    margin: 60px auto 34px;
    overflow: hidden;
    text-align: center
}

.nzlgl_img2 {
    width: 100%;
    margin: 5px auto 0;
    overflow: hidden
}

.nzlgl_img2 img {
    display: block;
    float: left;
    margin-right: 6px;
    width: 226px
}

.nzlgl_img2 img:nth-child(4) {
    margin-right: 0 !important
}

.nzlgl .p2 {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin-top: 5px
}

.nzlgl_img3 {
    width: 100%;
    margin: 25px auto 65px;
    overflow: hidden;
    text-align: center
}

/************************************************************内页 采购管理****************************************************************************/
.ncggl {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.ncggl p {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    margin-top: 30px
}

#allmap {
    margin-top: 30px;
    height: 470px;
    width: 651px;
    overflow: hidden;
    border: 2px solid #ccc;
}

#allmap2 {
    margin-top: 30px;
    height: 352px;
    width: 469px;
    overflow: hidden;
    border: 2px solid #ccc;
}


/*-----------------------------------*/
.xiayiye {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.digg {
    padding: 3px;
    margin: 3px;
    text-align: center
}

div.digg a {
    border: #aaaadd 1px solid;
    padding: 5px 10px;
    margin: 2px;
    color: #000;
    font-size: 18px;
    text-decoration: none
}

div.digg a:hover {
    border: #0478CF 1px solid;
    color: #000;
}

div.digg a:active {
    border: #0478CF 1px solid;
    color: #000;
}

div.digg span.current {
    float: initial;
    border: solid 1px #0478CF;
    padding: 5px 10px;
    /*font-weight: bold;*/
    margin: 2px;
    color: #fff;
    font-size: 18px;
    background-color: #0478CF;
}

div.digg span.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}
/*------------------------------------------------*/
.fenye {
    padding: 10px;
    margin: auto;

    text-align: center;

    color: #333;
}


.fenye a {
    font-size: 16px;
    color: #999;
    padding: 10px;
        padding:8px 12px;
    border:1px solid #ccc;
        margin:5px;
        display: inline-block;
}

.fenye a:hover {
    background-color: #0478CF;
    color: #fff;
        padding:8px 12px;
    border:1px solid #ccc;
}

.fenye span {
    font-size: 16px;
    color: #000!important;
    padding: 10px;
    background: none;
    display: inline;
    padding:8px 12px;
    border:1px solid #ccc;
    margin:5px;

}
.fenye .current{
  background-color: #0478CF;
    color: #fff!important;border:1px solid #0478CF;
}
.fenye span:hover {
    background-color: #0478CF;
    color: #fff!important;
    border:1px solid #0478CF;
        padding:8px 12px;
    border:1px solid #ccc;
}
