/* base css */
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w1480 {
  width: 1480px;
  margin: 0 auto;
}
a {
  color: #666;
}
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: ' ';
  display: table;
}
input::-webkit-input-placeholder {
  color: #333333;
}
input:-moz-placeholder {
  color: #333333;
}
input::-moz-placeholder {
  color: #333333;
}
input:-ms-input-placeholder {
  color: #333333;
}
textarea::-webkit-input-placeholder {
  color: #333333;
}
textarea:-moz-placeholder {
  color: #333333;
}
textarea::-moz-placeholder {
  color: #333333;
}
textarea:-ms-input-placeholder {
  color: #333333;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
}
html {
  padding: 0;
  margin: 0;
}
b {
  font-weight: normal;
}

/* 头部css */
.index-top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-top .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #00612e;
  box-shadow: 0 2px 4px #dddddd;
  overflow: hidden;
}
.index-top .title span {
  color: #ffffff;
  font-size: 14px;
}
.index-top .title a {
  font-size: 14px;
  float: right;
  color: #ffffff;
  padding: 0 16px;
  background: url('../images/topmenuline.jpg') no-repeat right center;
}
.index-top .title a:nth-child(2) {
  background: none;
}

.index-top .text .logo {
  margin: 29px 0;
  width: 320px;
}
.index-top .text .logo h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
}
.index-top .text .wen {
  border-left: 1px dashed #ccc;
  width: 526px;
  margin: 36px 0 28px 0;
  margin-left: 16px;
  padding-left: 68px;
  background: url('../images/hdwen.png') no-repeat 16px center;
}
.index-top .text .wen h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.index-top .text .wen p {
  font-size: 16px;
  line-height: 16px;
  margin-top: 7px;
  text-transform: Uppercase;
}
.index-top .text .tel {
  width: 300px;
  background: url(../images/phone.png) no-repeat;
  margin: 30px 10px 25px 0px;
}
.index-top .text .tel h3 {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding-left: 70px;
}
.index-top .text .tel span {
  font-size: 32px;
  line-height: 46px;
  color: #00612e;
  font-weight: bold;
  padding-left: 70px;
}

/* 导航css */
.index-nav {
  width: 100%;
  position: relative;
  z-index: 999;
  margin-top: 0px;
}
.nav {
  position: relative;
  margin: 0 auto;
}
.nav > li {
  position: relative;
  z-index: 1;
  float: left;
  text-align: center;
  padding: 0px 0px 0px 84px;
}
.nav .m a {
  display: block;
  text-align: center;
  color: #303030;
  font-size: 18px;
  text-align: center;
  position: relative;
  line-height: 78px;
}
.nav .m a span {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
}
.nav .m a:hover,
.nav li:hover a {
  color: #00612e;
}
.nav li i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.nav li i span {
  display: block;
  width: 0px;
  height: 2px;
  background: #00612e;
  margin: 0 auto;
}
.nav li:hover i span {
  display: block;
  width: 100%;
  height: 2px;
  background: #00612e;
}
.nav li.on i span {
  display: block;
  width: 100%;
  height: 2px;
  background: #00612e;
}

.nav .menulink7 .sub_nav,
.nav .menulink8 .sub_nav,
.nav .menulink9 .sub_nav {
  left: -364px;
}

.nav li .sub_nav {
  position: absolute;
  top: 78px;
  left: 84px;
  height: 204px;
  z-index: 22;
  width: 480px;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 0px auto;
}
.navimgul {
  text-align: left;
  border-right: 1px solid #d7d9e0;
  padding-right: 30px;
}
.nav ul .navimgul li {
  padding: 0px;
  line-height: 34px;
  float: none;
  height: 34px;
  text-align: left;
  border: none;
  padding-left: 15px;
  width: auto;
}
.nav .navimgul li a {
  color: #3f3f3f;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  width: auto;
  background: none;
  text-align: left;
  padding: 0px;
}
.nav .navimgul li a:hover {
  color: #00612e;
  background: none;
}
.css3 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* 焦点图css */
.index-banner {
  margin: 0;
  padding: 0;
  position: relative;
  height: 580px;
}
.index-banner img {
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 底部css */
.bottom_main {
  background: #34373a;
  width: 100%;
}
.bottom_main .bott_nav {
  border-bottom: 1px solid #5d5f61;
  line-height: 70px;
}
.bottom_main .bott_nav span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
}
.bottom_main .bott_nav span i.icon {
  width: 4px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
  background: url(../images/jianicon.png) no-repeat center top transparent;
}
.bottom_main .bott_nav a {
  color: #fff;
  padding-left: 72px;
}
.bottom_main .tel {
  padding-bottom: 36px;
}
.bottom_main .tel .left {
  padding-top: 42px;
  padding-left: 25px;
}
.bottom_main .tel .left ul {
  width: 360px;
  float: left;
}
.bottom_main .tel .left li {
  color: #9a9b9d;
  line-height: 30px;
}
.bottom_main .tel .left li:first-child {
  color: #fff;
  font-size: 18px;
  padding-bottom: 19px;
}
.bottom_main .tel .left dl {
  float: left;
  width: 380px;
  line-height: 30px;
  margin-left: 80px;
}
.bottom_main .tel .left dl dt {
  color: #fff;
  font-size: 18px;
  padding-bottom: 19px;
}
.bottom_main .tel .left dl a {
  color: #ccc;
}
.bottom_main .tel .left dl dd {
  width: 100%;
  float: left;
}
.bottom_main .tel .left dl a:hover {
  color: #fff;
}
.bottom_main .tel .right {
  width: 640px;
}
.bottom_main .tel .right .fl {
  text-align: right;
  width: 280px;
  margin-top: 13px;
}
.bottom_main .tel .right .fl span {
  background: #1f6eb1;
  color: #fff;
  border-radius: 15px;
  width: 102px;
  height: 29px;
  text-align: center;
  display: block;
  line-height: 29px;
  margin-bottom: 20px;
  cursor: pointer;
}
.bottom_main .tel .right .fl span i {
  width: 15px;
  height: 15px;
  background-position: -246px 0;
  margin-right: 5px;
}
.bottom_main .tel .right .fl p {
  color: #fff;
}
.bottom_main .tel .right .fl h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: arial;
  letter-spacing: 2px;
}
.bottom_main .tel .right .fr {
  padding-right: 6px;
  margin-top: 39px;
}
.bottom_main .tel .right .fr li {
  float: left;
  text-align: center;
  line-height: 40px;
  margin-left: 12px;
}
.bottom_main .tel .right .fr h3 {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}
.bottom_main .tel .right .fr img {
  display: block;
  width: 103px;
  height: 103px;
  border: 1px solid #5d5f61;
  padding: 3px;
}
.bottom_copy {
  border-top: 1px solid #5d5f61;
  line-height: 50px;
  background: #34373a;
  font-size: 12px;
  color: #ccc;
}
.bottom_copy a {
  color: #ccc;
}
.bottom_copy a:hover {
  color: #fff;
}

/* 内页面包屑 */
.clear {
  zoom: 1;
}
.clear:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

#page {
  width: 100%;
  background: url('../images/4694166901_1350497472.jpg') repeat-x left top;
}
#page .boxContent {
  width: 1480px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#page .nav_bar .on {
  color: #ec0120;
  background: url('../images/4691833786_1350497472.jpg') no-repeat bottom center;
}
.nav_bar {
  height: 54px;
  float: left;
}
.nav_bar ul li {
  float: left;
  margin: 0 11px;
  position: relative;
}
.nav_bar ul li:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 3px;
  width: 0;
  bottom: 0;
  background: #00612e;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav_bar ul li:hover:after {
  width: 100%;
  margin-left: -50%;
}
.nav_bar ul li a {
  display: inline-block;
  height: 54px;
  padding: 0 7px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
}

/*****分页样式*****/
.pager {
  text-align: center;
  padding: 0px 0px 0px;
  color: #666;
  font-size: 18px;
  line-height: 36px;
}
.pager span {
  margin: 0px 5px;
  border: 1px solid #ccc;
  padding: 4px 8px;
}
.pager span.thisclass {
  color: #fff;
  font-weight: bold;
  background-color: #00612e;
  border: 1px solid #00612e;
}
.pager a {
  color: #666;
  text-decoration: none;
  margin: 0px 5px;
  padding: 4px 8px;
  border: 1px solid #ccc;
}

.urlhere {
  float: right;
  font-size: 14px;
}
.urlhere a {
  color: #7d7d7d;
}
.urlhere span {
  height: 54px;
  line-height: 54px;
  padding: 0 8px;
  font-size: 14px;
  color: #7d7d7d;
}
.urlhere .urlhome {
  padding-left: 20px;
  background: url('../images/4694178172_1350497472.jpg') no-repeat left center;
}
.group {
  width: 1480px;
  margin: 60px auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
}
.group .title {
  background: url(../images/nytitlebg.jpg) no-repeat center center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #266837;
  font-weight: bold;
}
.group .english {
  font-size: 24px;
  color: #303030;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
}
.resultbar {
  height: 50px;
  line-height: 50px;
  text-indent: 12px;
  color: #428c5b;
  font-size: 20px;
}
.result_content {
  overflow: hidden;
  zoom: 1;
}
.resultlist {
  overflow: hidden;
}
.resultlist ul {
  padding: 20px 0 0 20px;
}
.resultlist ul li {
  padding-top: 15px;
}
.resultlist ul li h3 {
  line-height: 30px;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.resultlist ul li h3 a {
  text-decoration: underline;
}
.resultlist ul li p {
  line-height: 22px;
  color: #333;
  font-size: 16px;
  width: 850px;
}
.resultlist ul li span small {
  line-height: 32px;
  font-size: 14px;
  margin-left: 5px;
  color: #999;
}
.resultlist ul li span a {
  color: #008400;
}

.dede_pages .pagelist {
  margin: 20px auto 40px;
  font-size: 18px;
}
