@charset "utf-8";
/* CSS Document */
html{font-size: 62.5%;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, form, button, input, textarea, /* form elements 表单元素 */
p,em,address,a,input,span,strong,img,div,label,
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font-family: "微软雅黑";
    font: 12px/1 Tahoma, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 { font-size:20px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol { list-style: none; }
/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration:none; }
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after { content: ''; }
/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
.clear{ clear:both;	}

/*字体*/
@font-face {
    /* font-family:'Helvetica';
    src: url('fonts/HelveticaNeueLTPro-ThEx.eot');
    src: url('fonts/HelveticaNeueLTPro-ThEx.eot?#iefix') format('eot'),
    url('fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'),
    url('fonts/HelveticaNeueLTPro-ThEx.ttf') format('truetype'),
    url('fonts/HelveticaNeueLTPro-ThEx.svg#webfontjKg17VrE') format('svg'); */
}

@font-face {font-family: 'iconfont';
    src: url('iconfont/iconfont.eot');
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont/iconfont.woff') format('woff'),
    url('iconfont/iconfont.ttf') format('truetype'),
    url('iconfont/iconfont.svg#iconfontyyy') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.color1{  color: #000;}
.color3{
    color: #333;
}
.color6{
    color: #666;
}
.color9{
    color: #999;
}
.colorred{
    color: #ff0037;
}
.colorwhite{
    color: #fff;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font26{
    font-size: 26px;
}
.font28{
    font-size: 28px;
}
.font30{
    font-size: 30px;
}

.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}


/*PC-top*/
.top{ width: 100%; height:90px; position: fixed; background: #fff;  top: 0px;z-index:999 }
.tops{max-width:1280px; height: auto; margin:0 auto;}
.topsz{height:auto; text-align:center; padding-top: 15px;}

.pc-yuyan{ float: right;}
.pc-yuyan li{ width: auto; float: left; padding:0px 20px; line-height: 90px; border-right: 1px solid #e6e6e6; }
.pc-yuyan li:first-child{ border-left: 1px solid #e6e6e6}
.pc-yuyan li a{ color: #45ba74;}
.pc-yuyan li a:hover{  color: #000000;
    transition-duration: 0.8s;}

#header ul#nav {
  text-align: center; float: right;
}
#header ul li.navitem {
    width:auto;
    float:left;
    margin-right: 1px;
    position:relative;
    transition:all ease .3s;
}
#header ul li.navitem:hover ul.subnav {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
#header ul li.navitem a {
    display: block;
    width:95px;
    position:relative;
    height:100px;
    line-height:90px;
    transition:all ease-out .3s;
    font-weight: bold;
    font-family:"微软雅黑";
    font-size: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color:#000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
#header ul li.navitem a i.iconfont{
    font-size: 24px;
}
#header ul li.navitem a p{
    margin-bottom: 10px;
}
#header ul li.navitem a:hover{ color: #fff;}
#header ul li.navitem a.active{
  background: #45ba74;
    color: #fff;
}
#header ul li.navitem a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #45ba74;
    color: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#header ul li.navitem a:hover:before, #header ul li.navitem a:focus:before, #header ul li.navitem a:active:before
{
    display:block;color:#fff; -webkit-transform: scaleY(1);transform: scaleY(1);
}

#header ul li.navitem ul.subnav {
    position:absolute;
    width:140px;
    top:100px;
    opacity: 0;
    background: rgba(69,186,116,0.7);
    transition: all 0.3s ease 0s;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    visibility: hidden;
}
#header ul li.navitem ul.subnav li a {
    padding:0 10px;
    width:140px;
    height:auto;
    background: none;
    line-height:34px;
    display:block;
    color:#fff;
    font-size:12px;
    transition:all ease-out .2s;

}
#header ul li.navitem ul.subnav li a:hover {
    text-indent:10px;
    background:#45ba74;
    color:#fff;

}



/*shouji-yuyan*/
.yuyan{ float: right; position: absolute; right: 5px; top:5px;}
.yuyan a{font-size: 14px; color: #000}
.yuyan a:hover{ color: #45ba74}


/*banner*/
.block_home_slider {
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
}  /*底部小图标*/
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}

.block_home_slider .flex-direction-nav a {width:50px; height:140px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-image:url(../images/arrow-left.png);}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-image:url(../images/arrow-left.png);}
.block_home_slider .flex-direction-nav a.flex-next {right:6px;background-image:url(../images/arrow-right.png); }
.block_home_slider .flex-direction-nav a.flex-next:hover {background-image:url(../images/arrow-right.png);}
.block_home_slider .flex-control-paging {padding-top:15px; display:inline-block;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:12px; height:12px; display:block; background-repeat:no-repeat; background-image:url(sprite_nav_3.png); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}
.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}








/* main*/
.main{ width: 100%; height: auto; position: relative; margin-top: -45px;}
.mains{ max-width: 1280px; height: auto; margin: 0 auto;overflow: hidden}
.gonggao{ height: auto; padding:8px 15px 15px 15px; background: #45ba74}
.ggbt{ line-height:24px; font-size: 14px; color: #fff}
.ggbt h1{ line-height: 30px;}
.ggbt h1 a{ color: #fff; font-size:15px; font-weight: bold}
.ggmore{ border: solid 2px #fff; border-radius: 15px; line-height: 30px; float: right; margin:25px 15px;}
.ggmore a{ display: block; color: #fff; font-size: 14px; text-align: center;
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}
.ggmore a:hover{ transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1));	/* Safari 和 Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
  }
.abnrntp a{ display: block; overflow: hidden;}
.abnrntp a img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;}
.abnrntp a:hover img{ transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1));	/* Safari 和 Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
}

/* about-sy*/
.abnr{ margin-top: 55px;}
.abnr h1{ line-height: 30px; margin-bottom:40px; }
.abnr h1 a{ font-size: 24px; font-weight: bold; color: #45ba74; font-family: "微软雅黑", "Microsoft YaHei"}
.abnr h1 a small{ display:block; line-height: 30px;}
.abnrnwz{ font-size: 14px; line-height:24px; color: #555}


/*products-sy*/
.mainc{ width: 100%; }
.maincs{max-width:1280px; margin: 0 auto;}

.maincx{ width: 100%; background: url("../images/cpbj.jpg") center no-repeat; padding:50px 0px;}

.friend{height:210px;margin:0 auto;overflow:hidden;max-width:1280px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:20px;margin:80px 0px 0 0;width:10px;}

.mr_frBtnR{float:right;margin-top:80px;cursor:pointer;width:10px;height:20px;}
.mr_frbox{height:210px;padding:25px 0px 0px; }

.mr_frUl{float:left;height:210px;max-width:1240px; overflow:hidden; margin-right:5px; margin-left:5px; display:inline}

.mr_frUl ul li{display:inline;float:left;/*height:389px;*/height:210px;width:300px;overflow:hidden;position:relative; margin:0px 7px;}


.mr_zhe{width:300px;position:absolute;top:0;left:0;right:0;}

.mr_zhe_p{ padding-top:50%; padding-bottom: 0%; }

.mr_zhe_p h3{text-align:center;font-size:12px;font-weight:bold;color:#fff;line-height:34px;
    background:rgba(79, 190, 124, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter:Alpha(opacity=80);background:#0a0a0a;/*实现IE背景透明*/
}

.mr_zhe_p1 h3{text-align:center;font-weight:bold;line-height:24px; padding:0px 15px;}
.mr_zhe_p1 h3 a{color:#fff;font-size:12px;}
.mr_zhe_p1 h3 span{display:block;margin:0 auto;width:260px;font-size:15px;border-bottom:1px solid #f4f4f4;}

.mr_zhe_hover{bottom:-596px;height:210px;position:absolute;width:300px;
    background:rgba(79, 190, 124, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter:Alpha(opacity=80);background:#0a0a0a;/*实现IE背景透明*/}

.mr_zhe_hover h1{text-align:center;height:40px;line-height:40px;color:#fff;}
.mr_zhe_hover h1 img{margin:22px auto;}


/*new-sy----------------------*/
.newn{ margin:15px 0px;}
.newn-nrtp h2{ line-height:40px;}
.newn-nrtp a{ display: block; overflow: hidden}
.newn-nrtp a img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;}
.newn-nrtp a:hover img{ transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1));	/* Safari 和 Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
}
.newn-nrtp h2 a{ font-size: 15px; color: #414244; font-weight: bold; font-family: "微软雅黑", "Microsoft YaHei"}
.newn-nrtp h2 a:hover{ color: #45ba74; }
.newn-nrtp span{ display: block; color: #a2a3a7}
.new-wz{ line-height: 30px;}
.new-more{ width: 130px; line-height:36px;background: #45ba74; text-align: center; margin-top:35px;}
.new-more a{ color: #fff; font-family: "微软雅黑", "Microsoft YaHei"; font-size: 14px;}
.new-more:hover{ background: #134c21}


/*footer-sy-------------------------*/
.footer{ width: 100%; height: auto; border-top: 2px solid #45ba74; margin-top: 30px; background: url("../images/footbj.jpg") center no-repeat}
.footern{ max-width:1280px; padding:60px 0px 30px 0px; margin: 0 auto; overflow: hidden}
.footersn{ margin: 0px 20px;}
.footersn dl dt{ line-height: 30px; text-align: left; font-size: 15px; font-family: "微软雅黑", "Microsoft YaHei"; font-weight: bold}
.footersn dl dt a{ color: #575b5e; }.footersn dl dt a:hover{ color: #45ba74}
.footersn dl dd{ line-height: 30px; color: #696969; font-size: 14px;}
.footersn dl dd a{ color: #575b5e;}.footersn dl dd a:hover{ color: #45ba74}
.ewm-text{ text-align: center; line-height: 30px;}
.line{ height: 1px; background: #bddbe5; margin: 20px 0px;}
.footsx{ text-align: center; color: #919396}

/*sjmain-sy-------------------------*/
.sjmain{ width: 100%; overflow: hidden; margin-top:1px; }
.sjmain-nr{ background-color: #caa73e; }
.sjmain-nr1{ background: #2eb263;}
.sjmain-nr img{ margin: 0 auto}
.sjmain-nr1 img{ margin: 0 auto}
.sjfooter{ text-align: center}

/*内页-------------------------*/

/*nymian-------------------------*/

.nybn{ width: 100%; height: auto; overflow: hidden; margin-top:90px; }
.nymain{ width: 100%; height: auto; overflow: hidden}
.nymains{ max-width: 1280px; margin: 0 auto}
.nyxdhleft{ margin: 15px 0px;}
.nyxdhleft h1 a{line-height: 30px; display: block; font-size: 22px; color: #45ba74; font-weight: bold; font-family: "微软雅黑", "Microsoft YaHei"}
.nyxdhleft h1 small{ display: block; font-size: 14px; line-height: 20px;}
.mb5{ padding-left: 0px; padding-right: 0px;margin-bottom:5px;}
.mb5 li a{ color: #898989}
.mb5 li a:hover{ color: #45ba74; }
.mb5 li.active{ color: #45ba74; font-weight: bold}

.nyxdh{ border-bottom: solid 1px #e6e6e6}
.nyxdhright ul{ float: right}
.nyxdhright ul li{ width: auto; float: left; line-height:80px;}
.nyxdhright ul li a{ display: block;width: auto; padding: 0px 15px; font-size:13px; color: #333; font-family: "微软雅黑", "Microsoft YaHei"}
.nyxdhright ul li a:hover{ background: #45ba74; color: #fff;}
.nyxdhright ul li a.on{ background: #45ba74; color: #fff;}

.about-nr img{ max-width: 100%;}
.about-nr{ line-height:26px; font-size: 14px; color: #555}
.nyxnr{ padding: 20px 5px;}
.mb1{ margin-bottom:5px;}
.about-nr h3{ color: #45ba74; font-weight: bold; line-height: 40px;}

.videonr{overflow:hidden;display:block;text-align:center;margin-top:20px}
.videonr-tu{ padding-top:10px;border:1px dashed #b4b4b4;
    -webkit-box-shadow:0 0 10px #a6a6a6;
    -moz-box-shadow:0 0 10px #a6a6a6;
    box-shadow:0 0 10px #a6a6a6;
    max-width:100%;max-height:100%;vertical-align:middle
}
.videonr:hover .honor_tu{border:1px solid #1287ca}
.videonr p{font-size:14px;margin-bottom:0;margin-top:20px; color: #555}
.videonr:hover p{font-weight:bold; color: #45ba74}

.ditu{ border: 1px solid #e6e6e6; max-width: 1280px; padding: 15px; margin-top:20px;}


/*feedback-------------------------*/

.form-control {
    color: #555; background:rgba(255,255,255,0.44);  border: solid 1px #e6e6e6; margin:5px 0px; border-radius: 0px;
}
.form-controld{ width: 100%;height: 184px; background:rgba(255,255,255,0.44);
    border: solid 1px #e6e6e6;  margin-bottom:15px;}

.btn-submit{
    background: #45ba74;padding:10px 30px; border:none;
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
    color: #fff;

}
.btn-submit:hover{
  color: #fff; background: #134c21;
}
.control-row{ margin:5px 0px;}
.control-row label{ font-weight: normal}
.form-btn{ margin: 0px 12px;}

/*jion-------------------------*/
.jrkh b{color: #45ba74; display: block; line-height: 30px;}
.jrkhnrn{ margin: 15px 0px; padding:0px 5px;}
.jrkhnrn a{ display: block;}
.zptp{ overflow: hidden}
.zptp img{ width:100%;}
.jrkhnrn a img{ -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;}
.jrkhnrn a:hover img{ transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1));	/* Safari 和 Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */}
.zpwz{ background:#45ba74; line-height:60px; color: #fff;  text-align: center; font-weight: bold;
font-family: "微软雅黑", "Microsoft YaHei"; font-size: 20px;}
.zpnr:hover .zpwz{ line-height:60px; background:#134c21 }

/*khfw-------------------------*/
.xxfknrn{ margin: 15px 0px;}
.xxfknrn a{ display: block; padding: 10px;border-bottom:solid 1px #d9d9d9;
    color: #555;
}
.xxfknrn a:hover{ background: #45ba74;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;}
.xxfknrn a:hover h1{ color: #fff}
.xxfknrn a:hover .xxfknrn-nr-wz{ color: #fff}
.xxfknrn-nr h1{ line-height: 30px; font-size: 14px; color: #45ba74; font-weight: bold}
.xxfknrn-nr-wz{ color: #555; font-size: 14px; line-height: 26px;}

/*news-------------------------*/

.magzbox{
    position: relative;margin-bottom: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.magzbox:hover{
    transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    box-shadow: 3px 3px 9px rgba(154, 154, 154, 0.3);
}
.magzbox .bg{ padding:10px 13px 10px 10px;
  background:url("../images/newbj.png") top left no-repeat; background-size: 100%;
}

.img-height img{ width:100%;height:194px; overflow:hidden}

.magzbox .time{
    color: #535353;/*font-family: "Helvetica" !important*/; line-height: 50px;
}
.magzbox .time span{ float: right; padding-top:18px;}
.biaoti{ font-family: "微软雅黑", "Microsoft YaHei"; color: #414244; font-size: 14px; line-height: 24px;}
.more{ font-size: 12px; color: #535353; font-family: "微软雅黑", "Microsoft YaHei"; margin-top:15px; border-bottom: solid 1px #ddd }
.time a{ color: #535353; font-size: 12px; font-family: "微软雅黑", "Microsoft YaHei";}

.newmy-nr h2{ color: #45ba74; font-size: 15px; text-align: center;font-family: "微软雅黑", "Microsoft YaHei"; font-weight: bold; margin-top: 10px;}
.newmy-nr small{ display: block; text-align: center; margin-bottom: 15px;}
.newmy-nr img{ max-width:100%}

.wlnr img{ margin: 0 auto; display: block}

/*qyzj-------------------------*/
.zjbgn{
    position: relative;margin-bottom: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.zjbgn:hover{
    transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    box-shadow: 3px 3px 9px rgba(154, 154, 154, 0.3);
}
.zjbgn .bg{
    padding:5px;border: 1px solid #e9e9e9; box-shadow: 10px 10px 2px rgba(229, 229, 229, 1);
}
.zjwz{ text-align: center; color: #333333; font-family: "微软雅黑", "Microsoft YaHei"; font-size: 14px;}
.zjwz:hover{ color: #45ba74}
.zjbgn img{width: 100%}

/*cp-------------------------*/
.cpnrz{ width:22%; height: auto; float:left;}
.cpnry{ width:75%; height: auto; float:right;}
.cpnr{ margin-top:15px; }
.cpnrz h1{ height:97px; background: #45ba74;padding-left:40px; padding-top:15px; }
.cpnrz h1 a{ color: #fff; line-height:44px; font-size: 24px; font-weight: bold; font-family: "微软雅黑", "Microsoft YaHei"}
.cpnrz h1 small{ display: block;color: #fff; }

/*主要样式*/
.subNavBox{border:solid 1px #e5e3da; }
.subNav{border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:15px;color:#333;line-height:45px;padding-left:40px;  }
.subNav a:hover{color:#45ba74;}
.currentDd{color:#45ba74}
.subNav a{color:#333}
.navContent{display: none;border-bottom:solid 1px #e5e3da;}
.navContent li a{display:block;font-size:14px;line-height:40px;color:#333;padding-left:45px;}
.navContent li a:hover{color:#fff;background-color:#45ba74}
.subNav a.active{color:#45ba74}

/* sdmenu */
div.sdmenu{border:solid 1px #e5e3da; }
div.sdmenu div{overflow:hidden;}
div.sdmenu div:first-child{ display:block}
div.sdmenu div.collapsed{height:45px;}
div.sdmenu div span{display:block;border-top:solid 1px #e5e3da; border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:15px;color:#333;line-height:45px;padding-left:40px; overflow:hidden;}
div.sdmenu div span:hover{color:#45ba74}
div.sdmenu div span.current{background:none; color:#45ba74}
div.sdmenu div span a{display:block;border-top:none; border-bottom:none;cursor:pointer;font-weight:bold;font-size:15px;color:#333;line-height:45px;padding-left:0px; overflow:hidden;}
div.sdmenu div span a:hover{background:none; color:#45ba74}
div.sdmenu div span a.current{background:none; color:#45ba74}
div.sdmenu div.collapsed span{display:block;border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:15px;color:#333;line-height:45px;padding-left:40px; overflow:hidden;}
div.sdmenu div a{display:block;font-size:14px;line-height:45px;color:#333;padding-left:45px;border-bottom:solid 1px #e5e3da;}
div.sdmenu div a:last-child{border-bottom:none; }
div.sdmenu div a.current{background:#45ba74;color:#fff;}
div.sdmenu div a.active{background:#45ba74;color:#fff;}
div.sdmenu div a:hover{background:#45ba74 ;color:#fff;text-decoration:none;}

.cpny-nr{ border: solid 1px #e9e9e9; padding: 20px 5px 0px 5px ; margin: 20px 0px;}
.cpny-nr:nth-child(4n+1){clear:both}
.cpny-tp{ width:100%; overflow: hidden; border-bottom: solid 1px #e9e9e9; padding-bottom: 30px;}
.cpny-wz{ margin: 10px 8px; color: #fff; background: #45ba74; text-align: center; line-height:40px; font-family: "微软雅黑", "Microsoft YaHei";  font-size: 14px;}
.cpny-nr a img{ display: block; overflow: hidden;width: 100%;
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.cpny-nr a:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1));	/* Safari 和 Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
}
.cpybt{ margin-top: 24px;}
.cpbtwz{ text-align: right}
.cpbtbt{ background:url("../images/libb.jpg") left no-repeat}
.cpbtbt h1{ color: #45ba74; font-size: 18px; font-family: "微软雅黑", "Microsoft YaHei"; font-weight: bold}
.cpbtwz li a{ color: #45ba74}
/*cp-shsj-------------------------*/
.cp-shsj{ line-height:50px; margin: 0px; padding: 0px;}
.cpnryn-nr li:nth-child(even){display: block; background: #fff}
.cpnryn-nr li:nth-child(odd){display: block; background: #eaeaea}
.cpnryn-nr li a:hover{color: #fff;display: block; background: url("../images/shsjlibhg.jpg") 10px no-repeat #45ba74}
.cpnryn-nr li a{ color: #555; font-size:14px;line-height:50px; background: url("../images/shsjlib.jpg") 10px no-repeat;
    display: block;  margin: 0px; padding-left:25px;}
/*cpny-------------------------*/
.cpnrynx h2{ width:20%; background: #45ba74; line-height: 40px; text-align: center; color:#fff; margin:20px 0px;}
.cpnrynx img{ max-width:100%}
.cpnrynx h3{ width:auto; background: #45ba74; line-height: 40px; text-align: center; color:#fff; margin:20px 0px; font-size:18px; font-weight:bold}
.cpnrynx-bt{ width: 100%; height:44px; line-height: 44px; background: #45ba74}
.cpnrynx-bt li{ width:16.5%; float: left; line-height:44px;text-align: center; color: #fff; font-size: 14px; font-family: "微软雅黑", "Microsoft YaHei"}

.cpnrynx-lib{ width: 100%; height: auto; line-height:44px; }
.cpnrynx-lib li{ width:16.5%; float: left; text-align: center; line-height:44px;color: #555;
    font-size: 14px; font-family: "微软雅黑", "Microsoft YaHei"}
.cpnrynx-lib li a{color: #555;}
.cpnrynx-lib li a:hover{ display:block;color: #45ba74; font-size: 13px; overflow: hidden;}
.cpnrynx-lib li{width:16.5%;display: block; border-bottom: solid 1px #ededed; font-size: 13px;overflow: hidden;height:44px;text-overflow: ellipsis;white-space: nowrap;}
.cpnrynx-bt i{ font-style: normal}

.cpnryns{ background: url("../images/cpnybj.png")  bottom right no-repeat; padding:40px 10px 90px 0px;}
.sjcptp{   border: 1px solid #ddd;}
.sjcptp img{ width: 100%;}

.imgbox{position:relative;}
.probox{width:470px; height:285px;border:1px solid #ddd;}
.probox img{width:100%; height:100%;vertical-align:top;}
.showbox{display:none;position:absolute;left:470px;top:0;width:470px;height:285px;overflow:hidden;border:1px solid #ccc;}
.showbox img{position:absolute;height:716px;width:1181px;}
.hoverbox{display:none;position:absolute;top:0;background:#09f;border:1px solid #09f;height:75px;width:100px;cursor:move;z-index:10;}

.honor_title{ text-align:center; font-size:14px; font-family:font-family: "微软雅黑", "Microsoft YaHei"; line-height:44px;}
.honor_words img{ max-width:100%;}

.bg1{ border:solid 1px #ddd; padding:5px;}
.biaoti1{ line-height:44px; text-align:center; color:#555}
.biaoti1:hover{ color:#45ba74}

.main-right-job-ny{
	color:#000; background:#f9f9f9; text-align:right;width: 20%;
}

.zpnr1 img{ width:100%;}
.sjmainn{ border-bottom:solid 1px #fff}



    .sjnew{ padding:10px; margin-bottom:20px;}
    .huadong {width: 100%;height:45px;  position:relative;font: 12px/1.5 "Hiragino Sans GB","Microsoft YaHei",simsun;margin:0 auto;}
	.huadong .huabox {  width:100%; line-height:20px; height:45px;}

	.huadong .gg_more { width:20%;float: right;}
	.huadong .gg_more a { font-size:14px; text-decoration:none;}
	
	.huadong .notice_active {
	        width:75%;
			float: left;
			height:45px;
			overflow: hidden;
			position: relative;
	}
	.huadong .notice_active li{list-style-type:none;line-height:20px;overflow: hidden;}
	/*.huadong .notice_active li.notice_active_ch {}*/
	.huadong .notice_active li.notice_active_ch span {display: block;overflow: hidden; width:95%;float: left;}
	.huadong .notice_active li.notice_active_ch span  a{color:#45ba74;font-size:14px;}
    .huadong .notice_active li.notice_active_ch em { width:35%; display:block;text-align:right;float:right;color:#888;font-size:14px;font-style:normal;  }
	.huadong .gg_more .news_ck {
	        width:100%;
			float: left;
			color: #fff;
			line-height:36px;
			display: block;
			background:#2eb263;
			text-align: center;
			font-size: 14px;
			margin-top: 1rem;
		}





















