@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器 
_property:value; IE6 
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px; 
height:auto !important; 
height:500px; 
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
body {
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑';
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #00b956;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
@font-face {
  font-family: syht;
  /*字体名称*/
  src: url(../font/SourceHanSansSC-ExtraLight.otf);
  /*字体源文件*/
}
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  width: 120px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  width: 118px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  width: 110px;
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  width: 110px;
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#top {
  width: 1200px;
  height: 104px;
  margin: 0 auto;
  position: relative;
}
#top .logo {
  width: 270px;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
}
#top .logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
#top .tel {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
#top .tel .tip {
  width: 90px;
  display: inline-block;
  font-size: 17px;
  line-height: 50px;
  background-image: url(../Images/x1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#top .tel .number {
  font-size: 36px;
  color: #00b956;
  position: relative;
  top: -10px;
}
#top .ad {
  position: absolute;
  left: 350px;
  top: 0;
  height: 104px;
  width: 500px;
  background-repeat: no-repeat;
  background-position: center center;
}
#nav {
  height: 50px;
  background-color: #00b956;
}
#nav .content {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
#nav .content ul li {
  float: left;
  font-size: 18px;
  line-height: 50px;
  width: 140px;
  text-align: center;
}
#nav .content ul li a {
  color: #FFFFFF;
}
#nav .content .search {
  width: 240px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 6px;
  background-color: #009a48;
  border-radius: 4px;
}
#nav .content .search input {
  width: 200px;
  height: 38px;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #FFFFFF;
  border: none;
  background: none;
  text-indent: 12px;
}
#nav .content .search span {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url(../Images/x2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#nav .content .search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
#homeBanner {
  height: 600px;
  position: relative;
}
#homeBanner .swiper-wrapper {
  position: relative;
}
#homeBanner .swiper-wrapper .swiper-slide {
  height: 600px;
  position: relative;
}
#homeBanner .swiper-wrapper .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeBanner .pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 5px;
  text-align: center;
}
#homeBanner .pagination span {
  width: 30px;
  height: 5px;
  background-color: #cccccc;
  margin: 0 3px;
  display: inline-block;
}
#homeBanner .pagination .swiper-active-switch {
  background-color: #00b956;
}
#banner {
  height: 432px;
  position: relative;
}
#banner .swiper-wrapper {
  position: relative;
}
#banner .swiper-wrapper .swiper-slide {
  height: 432px;
  position: relative;
}
#banner .swiper-wrapper .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner .pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 5px;
  text-align: center;
}
#banner .pagination span {
  width: 30px;
  height: 5px;
  background-color: #cccccc;
  margin: 0 3px;
  display: inline-block;
}
#banner .pagination .swiper-active-switch {
  background-color: #00b956;
}
.ServiceHome {
  padding: 40px 0;
  background-color: #F7F7F7;
}
.ServiceHome #homeService {
  width: 1200px;
  height: 385px;
  margin: 0 auto;
  position: relative;
}
.ServiceHome #homeService .name {
  line-height: 80px;
  text-align: center;
  font-family: syht;
  font-size: 40px;
  background-image: url(../Images/x4.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.ServiceHome #homeService .list {
  height: 186px;
  overflow: hidden;
  margin: 50px 0;
}
.ServiceHome #homeService .list ul {
  position: relative;
  height: 186px;
}
.ServiceHome #homeService .list ul li {
  width: 186px;
  height: 186px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: 0 27px;
  float: left;
  transition: all 0.2s;
  position: relative;
}
.ServiceHome #homeService .list ul li .img {
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.ServiceHome #homeService .list ul li .title {
  height: 50px;
  line-height: 50px;
  color: #999999;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.ServiceHome #homeService .list ul li .title span {
  width: 30px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 79px;
  bottom: 0;
}
.ServiceHome #homeService .list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ServiceHome #homeService .list ul li:hover {
  background-color: #00b956;
}
.ServiceHome #homeService .list ul li:hover .title {
  color: #FFFFFF;
}
.ServiceHome #homeService .list ul li:hover .title span {
  color: #FFFFFF;
}
.ServiceHome #homeService .pagination {
  text-align: center;
}
.ServiceHome #homeService .pagination span {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-color: #d6dbde;
  display: inline-block;
  border-radius: 50%;
}
.ServiceHome #homeService .pagination .onfocus {
  background-color: #00b956;
}
.ServiceHome #homeService .btn {
  position: absolute;
  top: 200px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ServiceHome #homeService .prev {
  background-image: url(../Images/x5.png);
  left: -50px;
}
.ServiceHome #homeService .next {
  background-image: url(../Images/x6.png);
  right: -50px;
}
#homeAbout {
  padding: 60px 0;
  background-color: #00a14b;
}
#homeAbout .content {
  width: 1200px;
  height: 290px;
  position: relative;
  margin: 0 auto;
  background-image: url(../Images/x7.png);
  background-position: right top;
  background-repeat: no-repeat;
}
#homeAbout .content .data {
  width: 550px;
  position: relative;
  color: #FFFFFF;
}
#homeAbout .content .data .en {
  font-size: 40px;
  font-family: syht;
}
#homeAbout .content .data .cn {
  font-size: 24px;
  line-height: 50px;
}
#homeAbout .content .data .text {
  font-size: 14px;
  line-height: 30px;
}
#homeAbout .content .data .more {
  margin-top: 30px;
}
#homeAbout .content .data .more a {
  display: inline-block;
  width: 150px;
  line-height: 45px;
  background-color: #33b46f;
  color: #FFFFFF;
  border-radius: 20px;
  text-align: center;
}
#homeFacility {
  width: 1200px;
  margin: 40px auto;
  position: relative;
}
#homeFacility .name {
  line-height: 80px;
  text-align: center;
  font-family: syht;
  font-size: 40px;
  background-image: url(../Images/x4.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeFacility .list {
  height: 270px;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
#homeFacility .list ul {
  height: 270px;
  position: relative;
}
#homeFacility .list ul li {
  width: 294px;
  height: 270px;
  position: relative;
  margin-right: 10px;
  float: left;
}
#homeFacility .list ul li .img {
  height: 220px;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeFacility .list ul li .title {
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #666666;
  position: relative;
}
#homeFacility .list ul li .title span {
  width: 30px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 132px;
  bottom: 0;
}
#homeFacility .list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeFacility .list ul li:hover .title {
  color: #00b956;
}
#homeFacility .list ul li:hover .title span {
  background-color: #00b956;
}
#homeNews {
  width: 1200px;
  margin: 40px auto;
  position: relative;
}
#homeNews .name {
  line-height: 80px;
  text-align: center;
  font-family: syht;
  font-size: 40px;
  background-image: url(../Images/x4.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeNews .content {
  height: 360px;
  margin-top: 50px;
  position: relative;
}
#homeNews .content .left {
  width: 576px;
  height: 360px;
  float: left;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#homeNews .content .left a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeNews .content .left .title {
  font-size: 14px;
  line-height: 30px;
  width: 536px;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
#homeNews .content .right {
  width: 590px;
  height: 360px;
  float: right;
  position: relative;
}
#homeNews .content .right ul li {
  border-bottom: solid 1px #DDDDDD;
  padding: 10px 0;
  position: relative;
}
#homeNews .content .right ul li .data {
  width: 480px;
}
#homeNews .content .right ul li .data .title {
  font-size: 14px;
  line-height: 29px;
  height: 29px;
  overflow: hidden;
}
#homeNews .content .right ul li .data .jianjie {
  display: none;
}
#homeNews .content .right ul li .date {
  display: none;
}
#homeNews .content .right ul li .time {
  font-size: 12px;
  color: #888888;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 54px;
}
#homeNews .content .right ul .onfocus .data {
  width: 480px;
}
#homeNews .content .right ul .onfocus .data .title {
  line-height: 30px;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
}
#homeNews .content .right ul .onfocus .data .title a {
  color: #00b956;
}
#homeNews .content .right ul .onfocus .data .jianjie {
  display: block;
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  color: #888888;
  margin-top: 10px;
}
#homeNews .content .right ul .onfocus .date {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 76px;
  text-align: center;
  color: #00b956;
}
#homeNews .content .right ul .onfocus .date .d1 {
  font-size: 30px;
}
#homeNews .content .right ul .onfocus .date .d2 {
  font-size: 12px;
  line-height: 24px;
}
#homeNews .content .right ul .onfocus .time {
  display: none;
}
#footer {
  padding: 40px 0;
  background-image: url(../Images/x10.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #009746;
}
#footer .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#footer .content .copyright {
  width: 1000px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 35px;
}
#footer .content .copyright td {
  line-height: 35px;
}
#footer .content .ewm {
  position: absolute;
  right: 0;
  top: 10px;
}
#EjMain {
  width: 1200px;
  margin: 25px auto;
  position: relative;
}
#EjMain .rootName {
  line-height: 80px;
  text-align: center;
  font-family: syht;
  font-size: 40px;
  background-image: url(../Images/x4.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#EjMain .sortlist {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #DDDDDD;
}
#EjMain .sortlist a {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  background-color: #EFEFEF;
  font-size: 15px;
  margin: 8px;
}
#EjMain .sortlist .onfocus {
  color: #FFFFFF;
  background-color: #00b956;
  font-weight: bold;
}
#newslist {
  margin: 30px 0;
}
#newslist ul li {
  height: 245px;
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s;
}
#newslist ul li .pic {
  width: 335px;
  height: 210px;
  position: absolute;
  left: 16px;
  top: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
#newslist ul li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#newslist ul li .obj {
  width: 810px;
  height: 210px;
  position: absolute;
  right: 16px;
  top: 16px;
}
#newslist ul li .obj .title {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0;
  font-weight: bold;
}
#newslist ul li .obj .title a {
  transition: all 0.2s;
}
#newslist ul li .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #727272;
}
#newslist ul li .obj .time {
  font-size: 14px;
  line-height: 24px;
  color: #727272;
  position: absolute;
  left: 0;
  bottom: 10px;
}
#newslist ul li:hover {
  background-color: #f1f8f4;
}
#newslist ul li:hover .obj .title a {
  color: #00b956;
}
#piclist {
  margin: 30px 0;
  border-bottom: solid 1px #DDDDDD;
}
#piclist ul {
  width: 1220px;
}
#piclist ul li {
  width: 294px;
  height: 280px;
  margin: 0 10px 30px 0;
  float: left;
}
#piclist ul li .pic {
  height: 220px;
  position: relative;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
}
#piclist ul li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#piclist ul li .title {
  line-height: 30px;
  padding: 5px;
  text-align: center;
  position: relative;
  font-size: 14px;
}
#piclist ul li .title a {
  color: #666666;
}
#piclist ul li .title span {
  width: 30px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 132px;
  bottom: 0;
}
#piclist ul li:hover .title a {
  color: #00b956;
}
#piclist ul li:hover .title span {
  background-color: #00b956;
}
#page {
  font-size: 12px;
  text-align: center;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  display: inline-block;
  border: solid 1px #DDDDDD;
  padding: 3px 10px;
  margin: 0 2px;
}
#page .current {
  color: #FFFFFF;
  background-color: #00904a;
}
#show .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  font-family: syht;
}
#show .time {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-top: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  margin: 20px 0;
}
#show .content {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}
#show .content img {
  max-width: 100%;
}
#show #prevNext a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
}
#aboutContent {
  margin: 30px 0;
  font-size: 14px;
  line-height: 30px;
}
#aboutContent img {
  max-width: 100%;
}
#srarchlist {
  margin: 40px 0;
}
#srarchlist ul li {
  font-size: 14px;
  line-height: 40px;
  border-bottom: dashed 1px #DDDDDD;
}
#openContent {
  padding: 0 30px;
  margin: 30px 0;
  font-size: 14px;
  line-height: 30px;
}
#openContent img {
  max-width: 100%;
}
