@charset "UTF-8";
body {
  min-width: 1180px;
}

a {
  color: #000;
}
a:hover {
  color: #798851;
}

.w1050 {
  width: 1050px;
  margin: 0 auto 0;
  position: relative;
}

.w1170 {
  width: 1170px;
  margin: 0 auto 0;
  position: relative;
}

.w1180 {
  width: 1180px;
  margin: 0 auto 0;
  position: relative;
}

.header-box{
	height: 65px;
}
header {
  height: 64px;
  background: #fff;
  /*position: relative;*/
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1180px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
}
header h1 {
  float: left;
}
header .link {
  float: right;
  width: 145px;
  background: #f2f2f2;
  padding: 22px 0 19px;
  height: 23px;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
header .link a {
  display: inline-block;
  font-size: 12px;
  width: 23px;
  height: 23px;
  margin: 0 3px;
  background: url(../img/header_ico1.png) no-repeat;
  position: relative;
}
header .link a img{
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: 40px;
	display: none;
}
header .link a:hover {
  /*background-image: url(../img/header_ico2.png);*/
  opacity: 0.8;
}
header .link a:hover img{
	display: block;
}
header .link .a1 {
  background-position: 0 0;
}
header .link .a2 {
  background-position: -29px 0;
}
header .link .a3 {
  background-position: -58px 0;
}
header .link .a4 {
  background-position: -87px 0;
}
header .nav {
  float: right;
  height: 64px;
  margin-right: 50px;
}
header.min .nav {
  margin-right: 10px;
}
header .nav ul {
  float: left;
}
header .nav li {
  float: left;
  position: relative;
}
header .nav li > a {
  float: left;
  margin: 0 25px;
  line-height: 64px;
}
header.min li > a {
  margin: 0 20px;
}
header .nav li:hover > a, header .nav li.cur > a {
  color: #798851;
  font-weight: bold;
}
header .nav li span {
  float: left;
  width: 1px;
  height: 10px;
  background: #e5e5e5;
  margin-top: 28px;
}
header .nav .slide {
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 3;
}
header .nav .slide dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
header .nav .slide dd a:hover {
  background: #798851;
  color: #fff;
}

footer .footer-top {
  background: #404040;
  padding: 25px 0 30px;
  overflow: hidden;
}
footer .footer-top dl {
  float: left;
  margin-right: 40px;
}
footer .footer-top dt {
  margin-bottom: 6px;
}
footer .footer-top dt a {
  font-size: 14px;
  color: #ededed;
  line-height: 24px;
}
footer .footer-top dt a:hover {
  color: #c6595f;
}
footer .footer-top dd a {
  font-size: 12px;
  color: #808080;
  line-height: 20px;
}
footer .footer-top dd a:hover {
  color: #c6595f;
}
footer .footer-top .box {
  margin-left: 25px;
}
footer .footer-top .box .ico {
  margin-right: 10px;
}
footer .footer-bot {
  padding: 0 25px;
  height: 58px;
  line-height: 58px;
  background: #313131;
}
footer .footer-bot p {
  text-transform: uppercase;
  font-size: 12px;
  color: #848484;
}
footer .footer-bot p a {
  color: #848484;
}

.i-banner {
  height: 517px;
  position: relative;
  background: url(../../img/loadings.gif) no-repeat center;
}
.i-banner ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.i-banner li {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  height: 517px;
  display: none;
}
.i-banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
.i-banner .btns {
  position: absolute;
  left: 50%;
  bottom: 24px;
}
.i-banner .btns span {
  width: 16px;
  height: 16px;
  background: url(../img/btns.png) no-repeat -18px 0;
  margin: 0 3px;
  cursor: pointer;
}
.i-banner .btns span.cur {
  background-position: 0 0;
}
.i-banner .mask {
  position: absolute;
  left: 50%;
  margin-left: -302px;
  top: 0;
}

.i-title {
  height: 72px;
  padding: 10px 0;
}
.i-title h2 {
  width: 521px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: url(../img/title_bg.png) no-repeat center;
  font-size: 48px;
  color: #3d3d3d;
  font-weight: normal;
  margin: 0 auto 0;
}

.i-aims {
  background: #f1f1f1;
  padding: 0 0 30px;
}
.i-aims .content ul {
  float: left;
  width: 100%;
}
.i-aims .content li {
  float: left;
  width: 237px;
  height: 239px;
  padding: 20px 20px 15px;
  background: #fff;
  position: relative;
  margin-right: 20px;
}
.i-aims .content .icon {
  display: block;
  margin: 0 auto 0;
}
.i-aims .content h3 {
  text-align: center;
  font-size: 18px;
  color: #424242;
  line-height: 28px;
  margin: 20px 0;
  font-weight: normal;
}
.i-aims .content p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.i-aims .content .btn {
  position: absolute;
  right: 34px;
  bottom: 15px;
  width: 21px;
  height: 21px;
  background: url(../img/i_ico1.png) no-repeat -21px 0;
}
.i-aims .content .li2 {
  background: #c6595f;
}
.i-aims .content .li2 h3 {
  color: #fff;
}
.i-aims .content .li2 p {
  color: #fff;
}
.i-aims .content .li2 .btn {
  background-position: 0 0;
}
.i-aims .content .li4 {
  margin-right: 0;
}

.i-party {
  background: #fff;
  padding: 10px 0 20px;
}
.i-party .content {
  padding: 30px 0 0;
  min-height: 232px;
}
.i-party .content .box {
  width: 350px;
}
.i-party .content .title {
  padding-left: 12px;
  border-left: 10px solid #e23a21;
}
.i-party .content .title h3 {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 30px;
  font-weight: normal;
}
.i-party .content .text {
  margin-left: 24px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 24px;
}
.i-party .content .more {
  float: right;
  width: 57px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #4b8204;
  font-family: 'Arial';
  background: url(../img/more.png) no-repeat center;
}
.i-party .part-img {
  position: absolute;
  left: 50%;
  margin-left: -146px;
}

.i-developing {
  background: #fff;
  padding-bottom: 10px;
}
.i-developing .content {
  height: 467px;
  padding: 34px 0;
}
.i-developing .box {
  width: 501px;
  height: 467px;
  background: #fff;
}
.i-developing .box .img {
  overflow: hidden;
}
.i-developing .box .img img {
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.i-developing .box .img .border {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 465px;
  height: 239px;
  border: 2px solid #fff;
}
.i-developing .box:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.i-developing .box .text {
  width: 403px;
  margin: 25px auto 0;
}
.i-developing .box .text h3 {
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.i-developing .box .text h3 a {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 28px;
}
.i-developing .box .text h3 a:hover {
  color: #798851;
}
.i-developing .box .text p {
  font-size: 14px;
  color: #676767;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.i-developing .btns{
  position: absolute;
  text-align: center;
  font-size: 0;
  bottom: 5px;
  left: 50%;
  right: 0;
  width: 1050px;
  margin-left: -525px;
}
.i-developing .btns span{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/btns.png) no-repeat -18px 0;
  margin: 0 3px;
  cursor: pointer;
}
.i-developing .btns span.cur{
  background-position: 0 0;
}

.i-honor {
  padding: 0 0 10px;
}
.i-honor .content {
  margin-bottom: 20px;
}
.i-honor .content ul {
  float: left;
  width: 100%;
}
.i-honor .content li {
  float: left;
  width: 275px;
  height: 184px;
  overflow: hidden;
  text-align: center;
  margin-right: 20px;
}

.more-btn {
  float: right;
  width: 57px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #4b8204;
  font-family: 'Arial';
  background: url(../img/more.png) no-repeat center;
  margin-right: 17px;
}
.more-btn:hover {
  opacity: 0.8;
}

.i-news {
  background: #f4f4f4;
  padding: 0 0 30px;
}
.i-news .list ul {
  float: left;
  width: 100%;
}
.i-news .list li {
  padding-top: 20px;
  margin-right: 28px;
  float: left;
}
.i-news .list li .box {
  display: block;
  width: 320px;
  height: 95px;
  background: #fff;
  position: relative;
  padding: 60px 25px 0;
}
.i-news .list li .date {
  position: absolute;
  left: 20px;
  top: -20px;
  background: #3a8acb;
  width: 92px;
  height: 66px;
  text-align: center;
}
.i-news .list li .date h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  line-height: 34px;
}
.i-news .list li .date p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.i-news .list li .text h3 {
  font-size: 15px;
  color: #353535;
  line-height: 25px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.i-news .list li .text h3 a {
  color: #353535;
}
.i-news .list li .text h3 a:hover {
  color: #3a8acb;
}
.i-news .list li .text p {
  font-size: 12px;
  color: #878787;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.i-news .list li .more {
  position: absolute;
  right: 23px;
  top: 15px;
  width: 29px;
  height: 29px;
  background: url(../img/more1.png) no-repeat center;
}
.i-news .list li .more:hover {
  opacity: 0.8;
}

.i-contact {
  background: #fff;
}
.i-contact .content {
  height: 330px;
  background: url(../img/i_bg1.jpg) no-repeat center;
}
.i-contact .list {
  padding-top: 25px;
}
.i-contact .list ul {
  float: left;
  width: 100%;
}
.i-contact .list li {
  float: left;
  margin-right: 15px;
}
.i-contact .list li .box {
  display: block;
  text-align: center;
  width: 340px;
  padding-top: 30px;
  height: 224px;
  background: url(../img/i_bg2.png);
}
.i-contact .list li h3 {
  font-size: 24px;
  color: #4b4b4b;
  line-height: 34px;
  font-weight: normal;
}
.i-contact .list li img {
  display: block;
  margin: 20px auto 45px;
}
.i-contact .list li p {
  font-size: 24px;
  color: #363535;
  line-height: 34px;
}

.about-ban {
  height: 328px;
}

.main {
  padding: 20px 0 70px;
}

.main-side {
  float: left;
  width: 280px;
  margin-top: -77px;
  height: auto;
}
.main-side .top-nav {
  margin-bottom: 35px;
}
.main-side .top-nav .title {
  height: 117px;
  background: #798851;
  text-align: center;
}
.main-side .top-nav .title h2 {
  font-size: 42px;
  color: #ffffff;
  font-weight: normal;
  line-height: 117px;
}
.main-side .top-nav .content {
  border: 1px solid #dcdcdc;
  padding: 20px 0;
}
.main-side .top-nav .list {
  float: left;
  width: 100%;
  border-top: 1px solid #f7f7f7;
}
.main-side .top-nav dt {
  border-bottom: 1px solid #f7f7f7;
}
.main-side .top-nav dt a {
  display: block;
  height: 52px;
  line-height: 52px;
  border-left: 5px solid transparent;
  padding-left: 78px;
  font-size: 16px;
  color: #666666;
}
.main-side .top-nav dt:hover a, .main-side .top-nav dt.cur a {
  background: #eeeeee;
  border-color: #798851;
}
.main-side .top-nav dd {
  border-bottom: 1px solid #f7f7f7;
  display: none;
}
.main-side .top-nav dd a {
  display: block;
  height: 52px;
  line-height: 52px;
  padding-left: 100px;
  font-size: 14px;
  color: #999999;
}
.main-side .top-nav dd:hover a, .main-side .top-nav dd.cur a {
  background: #798851;
  font-weight: bold;
  color: #fff;
}
.main-side .bot .title {
  background: #c6595f;
  height: 50px;
}
.main-side .bot .title h3 {
  line-height: 50px;
  padding-left: 64px;
  font-size: 18px;
  color: #ffffff;
  background: url(../img/side_ico.png) no-repeat 21px 12px;
}
.main-side .bot .content {
  border: 1px solid #dcdcdc;
  border-top: 0 none;
  padding: 25px 35px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.main-box {
  float: right;
  width: 865px;
}
.main-box img {
  max-width: 100%;
}

.main-title {
  margin-bottom: 25px;
}
.main-title .link {
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #c6595f;
}
.main-title .link a {
  color: #888888;
}
.main-title .link a:hover {
  color: #c6595f;
}
.main-title .link span {
  margin: 0 10px;
  color: #888;
}
.main-title .title {
  border-bottom: 1px solid #b5be9f;
  padding: 18px 0 13px;
}
.main-title .title h3 {
  float: left;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  font-weight: normal;
}
.main-title .title h3 span {
  margin-left: 20px;
  color: #dddcdc;
  font-family: 'Arial';
  text-transform: uppercase;
}

.about-main {
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}
.about-main h3 {
  font-size: 22px;
  color: #798851;
  line-height: 32px;
  font-weight: bold;
}
.about-main .line {
  display: block;
  height: 1px;
  background: #ededed;
  margin: 30px 0;
}
.about-main img.fr {
  margin: 0 0 0 35px;
}

.origin-main .video-list {
  padding: 0 0 72px;
  margin-top: 65px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.origin-main .video-list .btn1 {
  width: 188px;
  height: 188px;
  position: absolute;
  left: 106px;
  top: 137px;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.origin-main .video-list .btn2 {
  width: 188px;
  height: 188px;
  position: absolute;
  right: 105px;
  top: 136px;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.origin-main .video-list .btn3 {
  width: 188px;
  height: 188px;
  position: absolute;
  left: 340px;
  top: 442px;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.origin-main .read-more {
  margin-top: 72px;
}
.origin-main .read-more .more-btn {
  float: right;
  width: 132px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #cecece;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-family: '微软雅黑';
}
.origin-main .read-more .more-btn:hover {
  background: #798851;
}
.origin-main .read-more .text {
  display: none;
}

.video-block-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 9;
  display: none;
}

.video-block {
  width: 744px;
  height: 462px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -231px 0 0 -372px;
  background: #fff;
  z-index: 10;
  display: none;
}

.video-block .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -50px;
  top: -50px;
  background: url(../img/close.png) no-repeat center;
}

.history-main .show-box {
  padding: 70px 50px 80px;
  background: #fcfcfc;
  min-height: 273px;
  height: 291px;
  overflow: hidden;
}
.history-main .show-box .img {
  float: left;
}
.history-main .show-box .text {
  /*float: right;*/
  /*width: 480px;*/
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.history-main .show-box h3 {
  font-size: 60px;
  color: #333333;
  line-height: 70px;
  font-weight: normal;
  font-family: 'Arial';
}
.history-main .show-box img{
  max-width: 100%;
}
.history-main .show-box h3 span {
  font-size: 24px;
}
/*.history-main .show-box p {
  padding-left: 20px;
  background: url(../img/h_ico1.png) no-repeat 6px 15px;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  overflow: hidden;
}*/
.history-main .show-box p i {
  float: left;
  font-style: normal;
  width: 40px;
}
.history-main .show-box p em {
  float: left;
  font-style: normal;
  width: 40px;
}
.history-main .show-box p span {
  float: left;
  width: 420px;
}
.history-main .list-box {
  margin-top: 65px;
  position: relative;
}
.history-main .list-box .list {
  width: 746px;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}
.history-main .list-box .list .line {
  position: absolute;
  bottom: 10px;
  height: 2px;
  left: 0;
  background: url(../img/h_bg1.png) repeat;
  width: 100%;
  z-index: 1;
}
.history-main .list-box .list ul {
  float: left;
  width: 10000px;
}
.history-main .list-box .list li {
  float: left;
  width: 108px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.history-main .list-box .list li i {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto 0;
  background: url(../img/h_ico3.png) no-repeat 0 0;
  cursor: pointer;
}
.history-main .list-box .list li p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.history-main .list-box .list li.cur i {
  background-position: -21px 0;
}
.history-main .list-box .list li.cur p {
  font-size: 24px;
  color: #798851;
}
.history-main .list-box .prev {
  width: 27px;
  height: 27px;
  background: url(../img/h_ico2.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.history-main .list-box .prev:hover {
  background-position: 0 -27px;
}
.history-main .list-box .next {
  width: 27px;
  height: 27px;
  background: url(../img/h_ico2.png) no-repeat -27px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.history-main .list-box .next:hover {
  background-position: -27px -27px;
}

.overview-main .top {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
}
.overview-main .bot .content {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
.overview-main .img-list {
  height: 170px;
  position: relative;
  margin-top: 50px;
}
.overview-main .img-list .list {
  width: 804px;
  margin: 0 auto 0;
  height: 170px;
  overflow: hidden;
}
.overview-main .img-list .list ul {
  float: left;
  width: 10000px;
}
.overview-main .img-list .list li {
  float: left;
  width: 252px;
  height: 170px;
  overflow: hidden;
  line-height: 170px;
  vertical-align: middle;
  text-align: center;
  padding: 0 8px;
}
.overview-main .img-list .list li img {
  max-height: 100%;
  max-width: 100%;
}
.overview-main .img-list .prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 21px;
  background: url(../img/o_btn1.png) no-repeat 0 0;
  margin-top: -10px;
}
.overview-main .img-list .prev:hover {
  background-position: 0 -21px;
}
.overview-main .img-list .next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 21px;
  background: url(../img/o_btn1.png) no-repeat -12px 0;
  margin-top: -10px;
}
.overview-main .img-list .next:hover {
  background-position: -12px -21px;
}

.overview-title {
  width: 144px;
  height: 54px;
  text-align: center;
  background: url(../img/o_title.png) no-repeat center;
  margin-bottom: 25px;
}
.overview-title h3 {
  font-size: 25px;
  color: #ffffff;
  line-height: 48px;
  padding-top: 6px;
  font-weight: normal;
}

.culture-main {
  background: #faf5cb;
  padding: 40px 0 90px;
}
.culture-main .top {
  padding: 0 10px;
  border-bottom: 1px solid #e1dcb6;
  margin-bottom: 74px;
}
.culture-main .top .content {
  padding: 50px 0 65px;
}
.culture-main .bot {
  padding: 0 10px;
}
.culture-main .bot .content {
  margin-top: 40px;
  padding: 0 58px;
}
.culture-main .bot p {
  float: left;
  width: 310px;
  padding-left: 30px;
  background: url(../img/c_ico1.png) no-repeat left center;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}

.active-main .list {
  margin-bottom: 75px;
}
.active-main .list ul {
  float: left;
  width: 100%;
}
.active-main .list li {
  float: left;
  width: 275px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 20px;
}
.active-main .list li .img {
  display: block;
  width: 275px;
  height: 149px;
  overflow: hidden;
}
.active-main .list li .img img {
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.active-main .list li .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.active-main .list li .text {
  padding: 15px 0 40px;
}
.active-main .list li h3 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 7px;
}
.active-main .list li h3 a {
  color: #333;
}
.active-main .list li h3 a:hover {
  color: #798851;
}
.active-main .list li p {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.page {
  text-align: center;
  font-size: 0;
}
.page a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  border: 1px solid #d3d3d3;
  font-size: 12px;
  margin: 0 2px;
}
.page a.active, .page a:hover {
  background: #798851;
  color: #fff;
}

.develop-main h3 {
  font-size: 24px;
  color: #798851;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
.develop-main .top {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 25px;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  margin-bottom: 23px;
}
.develop-main .top .box {
  margin-top: 20px;
}
.develop-main .top .box p {
  float: left;
  min-width: 165px;
  font-size: 14px;
  color: #a3050e;
  line-height: 24px;
}
.develop-main .bot .title-box {
  padding: 40px 0 90px;
}
.develop-main .bot .title-box .img {
  float: left;
}
.develop-main .bot .title-box .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  float: left;
  margin-left: -20px;
}
.develop-main .bot .title-box .p1 {
  margin-bottom: 27px;
}
.develop-main .bot .title-box .p2 {
  margin-left: 65px;
  margin-bottom: 37px;
}
.develop-main .bot .title-box .p3 {
  margin-left: 110px;
  margin-bottom: 50px;
}
.develop-main .bot .title-box .p4 {
  margin-left: 110px;
  margin-bottom: 42px;
}
.develop-main .bot .title-box .p5 {
  margin-left: 70px;
  margin-bottom: 30px;
}
.develop-main .box-list ul {
  float: left;
  width: 100%;
}
.develop-main .box-list li {
  float: left;
  width: 237px;
  height: 328px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 4px 0 #f2f2f2;
  padding: 35px 18px 0;
  margin-right: 20px;
  margin-bottom: 25px;
  position: relative;
  overflow: auto;
}
.develop-main .box-list li:hover {
  background: #c6595f;
}
.develop-main .box-list li:hover h4 {
  color: #fff;
}
.develop-main .box-list li:hover p {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.develop-main .box-list li i {
  font-size: 70px;
  color: #000000;
  line-height: 70px;
  font-family: 'Arial';
  position: absolute;
  right: 20px;
  bottom: 10px;
  opacity: 0.02;
  filter: alpha(opacity=2);
}
.develop-main .box-list li h4 {
  font-size: 20px;
  color: #798851;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
}
.develop-main .box-list li p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.develop-main .box-list li img {
  max-width: 100%;
}

.honor-main .img-show {
  padding: 60px 0 30px;
  background: #fcfcfc;
  position: relative;
}
.honor-main .img-show .big-img {
  height: 520px;
  line-height: 518px;
  text-align: center;
  padding: 0 180px;
}
.honor-main .img-show .big-img img {
  box-shadow: 0 0 10px 0 #ccc;
  max-width: 100%;
  max-height: 100%;
}
.honor-main .img-show p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 35px;
}
.honor-main .img-show .prev {
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(../img/h_btn1.png) no-repeat 0 0;
  top: 50%;
  margin-top: -26px;
  left: 110px;
}
.honor-main .img-show .prev:hover {
  background-position: 0 -52px;
}
.honor-main .img-show .next {
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(../img/h_btn1.png) no-repeat -52px 0;
  top: 50%;
  margin-top: -26px;
  right: 110px;
}
.honor-main .img-show .next:hover {
  background-position: -52px -52px;
}
.honor-main .img-list {
  position: relative;
  height: 82px;
  margin-top: 35px;
}
.honor-main .img-list .list {
  height: 82px;
  overflow: hidden;
  width: 810px;
  margin: 0 auto 0;
  position: relative;
}
.honor-main .img-list .list ul {
  float: left;
  width: 10000px;
}
.honor-main .img-list .list li {
  float: left;
  width: 88px;
  height: 82px;
  padding: 0 1px;
  background: #fff;
  overflow: hidden;
  position: relative;
  line-height: 82px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.honor-main .img-list .list li img {
  max-width: 100%;
  max-height: 100%;
}
.honor-main .img-list .list li .mask {
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.honor-main .img-list .list li:hover, .honor-main .img-list .list li.cur {
  box-shadow: 0 0 10px 0 #d6d5d5;
  z-index: 2;
}
.honor-main .img-list .list li:hover .mask, .honor-main .img-list .list li.cur .mask {
  opacity: 0;
  filter: alpha(opacity=0);
}
.honor-main .img-list .prev {
  position: absolute;
  width: 23px;
  height: 82px;
  background: url(../img/h_btn2.png) no-repeat 0 0;
  top: 50%;
  margin-top: -41px;
  left: 0;
}
.honor-main .img-list .prev:hover {
  background-position: 0 -82px;
}
.honor-main .img-list .next {
  position: absolute;
  width: 23px;
  height: 82px;
  background: url(../img/h_btn2.png) no-repeat -23px 0;
  top: 50%;
  margin-top: -41px;
  right: 0;
}
.honor-main .img-list .next:hover {
  background-position: -23px -82px;
}

.product-box {
  height: 763px;
  position: relative;
}
.product-box .text {
  padding-top: 230px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}
.product-box .text h3 {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
  color: #f0f4f7;
  font-family: 'Arial';
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.product-box .text h4 {
  font-size: 38px;
  color: #f0f4f7;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.product-box .text p {
  font-size: 22px;
  color: #f0f4f7;
  line-height: 36px;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.product-box .text .btn {
  position: absolute;
  left: 50%;
  bottom: 53px;
  width: 55px;
  height: 55px;
  background: url(../img/more2.png) no-repeat center;
  margin-left: -28px;
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.product-box .text .btn:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pro-big-box {
  height: 2271px;
  position: relative;
}
.pro-big-box .text1 {
  padding: 157px 0 0;
}
.pro-big-box .text {
  text-align: center;
}
.pro-big-box .text img {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.pro-big-box .text h4 {
  font-size: 34px;
  color: #847461;
  line-height: 44px;
  font-weight: normal;
  margin-top: 45px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.pro-big-box .text p {
  font-size: 22px;
  color: #636363;
  line-height: 32px;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.pro-big-box .text2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 950px;
}
.pro-big-box .text2 .btn {
  position: absolute;
  left: 50%;
  margin-left: 300px;
  bottom: -50px;
  width: 108px;
  height: 133px;
  background: url(../img/p_btn1.png) no-repeat center;
  -webkit-animation: p_btn1 1.5s linear infinite alternate;
          animation: p_btn1 1.5s linear infinite alternate;
}
.pro-big-box .btn2 {
  position: absolute;
  left: 50%;
  margin-left: -502px;
  bottom: 143px;
  box-shadow: 0 5px 10px 0 #999;
}

@-webkit-keyframes p_btn1 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(10px, 10px) scale(1.05);
            transform: translate(10px, 10px) scale(1.05);
  }
}

@keyframes p_btn1 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(10px, 10px) scale(1.05);
            transform: translate(10px, 10px) scale(1.05);
  }
}
.total-main .text {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  margin-top: 45px;
  margin-bottom: 55px;
}
.total-main .list ul {
  float: left;
  width: 100%;
}
.total-main .list li {
  width: 154px;
  height: 154px;
  padding: 7px;
  float: left;
  margin: 0 60px 35px 0;
  background: url(../img/t_bg1.png) no-repeat center;
  text-align: center;
}
.total-main .list li:hover {
  background-image: url(../img/t_bg2.png);
}
.total-main .list li:hover h4 {
  color: #fff;
}
.total-main .list li:hover p {
  color: #fff;
}
.total-main .list li h4 {
  font-size: 45px;
  color: #888888;
  font-weight: normal;
  line-height: 50px;
  font-family: 'Arial';
  padding-top: 34px;
}
.total-main .list li p {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
}

.pro-info-main .img {
  border: 1px solid #e5e5e5;
}
.pro-info-main .text {
  margin-top: 45px;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.pro-info-main .text strong {
  font-size: 20px;
}
.pro-info-main .text h3 {
  font-size: 24px;
  color: #798851;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro-info-main .text i {
  float: left;
  background: url(../img/v_ico1.png) no-repeat left center;
  width: 25px;
  height: 24px;
}
.pro-info-main .img-list {
  margin-top: 40px;
}
.pro-info-main .img-list ul {
  float: left;
}
.pro-info-main .img-list li {
  float: left;
  width: 411px;
  height: 225px;
  position: relative;
  overflow: hidden;
  margin: 0 43px 48px 0;
}
.pro-info-main .img-list li .mask-bg {
  position: absolute;
  bottom: 4px;
  left: 13px;
  right: 13px;
  background: #c6595f;
  opacity: 0.7;
  filter: alpha(opacity=70);
  height: 54px;
  border-radius: 2px;
}
.pro-info-main .img-list li .mask {
  position: absolute;
  bottom: 4px;
  left: 13px;
  right: 13px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  font-size: 20px;
  color: #ffffff;
}

.four-choose {
  height: 35px;
  margin-bottom: 50px;
}
.four-choose ul {
  float: left;
  width: 100%;
}
.four-choose li {
  float: left;
  margin-right: 10px;
}
.four-choose li a {
  display: block;
  width: 102px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #888888;
  border-radius: 2px;
}
.four-choose li:hover a, .four-choose li.cur a {
  background: #c6595f;
  color: #fff;
}

.news-info .title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-info .title h2 {
  font-size: 20px;
  color: #798851;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
.news-info .title p {
  font-size: 16px;
  color: #d8d8d8;
  line-height: 26px;
}
.news-info .content {
  padding: 30px 0 60px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}
.news-info .content img {
  max-width: 100%;
}
.news-info .content table {
  max-width: 100%;
}
.news-info .bot {
  margin-top: 48px;
  position: relative;
}
.news-info .bot p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.news-info .bot p a {
  color: #999999;
}
.news-info .bot p a:hover {
  color: #798851;
}
.news-info .bot .back {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #798851;
  line-height: 24px;
}

.work-main .top {
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
  padding-bottom: 25px;
}
.work-main .bot {
  margin-top: 44px;
}
.work-main .bot ul {
  float: left;
  width: 100%;
}
.work-main .bot li {
  float: left;
  width: 424px;
  height: 236px;
  background: #fcfcfc;
  padding-top: 38px;
  margin: 0 15px 24px 0;
}
.work-main .bot li .img {
  float: left;
  margin-left: 28px;
}
.work-main .bot li .text {
  float: right;
  margin-right: 30px;
  width: 260px;
}
.work-main .bot li .text h3 {
  font-size: 20px;
  color: #798851;
  font-weight: normal;
  line-height: 30px;
}
.work-main .bot li .text p {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}
.work-main .bot .li2 .text h3 {
  color: #c6595f;
}
.work-main .bot .li3 .text h3 {
  color: #88517c;
}
.work-main .bot .li4 .text h3 {
  color: #518688;
}

.display-main .list ul {
  float: left;
  width: 100%;
}
.display-main .list li {
  float: left;
  margin: 0 20px 30px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 275px;
  padding-bottom: 5px;
}
.display-main .list li p {
  font-size: 16px;
  color: #798851;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}

.news-main .top-list {
  position: relative;
  overflow: hidden;
}
.news-main .top-list ul {
  float: left;
  width: 100000px;
}
.news-main .top-list li {
  float: left;
  width: 865px;
  height: 273px;
}
.news-main .top-list .img {
  float: left;
  width: 461px;
  height: 273px;
  overflow: hidden;
}
.news-main .top-list .img img {
  -webkit-transition: all 0.8s;
          transition: all 0.8s;
}
.news-main .top-list .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news-main .top-list .text {
  width: 377px;
  float: right;
  border-bottom: 1px solid #e5e5e5;
  height: 272px;
  position: relative;
}
.news-main .top-list .text h3 {
  font-size: 20px;
  color: #798851;
  line-height: 32px;
  font-weight: normal;
  max-height: 60px;
  overflow: hidden;
}
.news-main .top-list .text h3 a {
  color: #798851;
}
.news-main .top-list .text h3 a:hover {
  color: #333;
}
.news-main .top-list .text h4 {
  font-weight: normal;
  font-size: 16px;
  color: #d8d8d8;
  line-height: 30px;
  font-family: 'Arial';
  margin: 7px 0;
}
.news-main .top-list .text p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  height: 140px;
}
.news-main .top-list .text .more {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #c6595f;
  line-height: 28px;
  padding-left: 15px;
  background: url(../img/more_ico1.png) no-repeat left center;
}
.news-main .top-list .prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 58px;
  margin-top: -29px;
  background: url(../img/news_btn1.png) no-repeat 0 0;
}
.news-main .top-list .prev:hover {
  background-position: 0 -58px;
}
.news-main .top-list .next {
  position: absolute;
  left: 426px;
  top: 50%;
  width: 36px;
  height: 58px;
  margin-top: -29px;
  background: url(../img/news_btn1.png) no-repeat -36px 0;
}
.news-main .top-list .next:hover {
  background-position: -36px -58px;
}
.news-main .bot {
  margin-top: 30px;
}
.news-main .bot .list {
  margin-bottom: 50px;
}
.news-main .bot .list ul {
  float: left;
  width: 100%;
}
.news-main .bot .list li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-main .bot .list .a-box {
  float: left;
  width: 100%;
}
.news-main .bot .list .a-box:hover .date {
  background: #798851;
}
.news-main .bot .list .a-box:hover .date p {
  color: #fff;
}
.news-main .bot .list .a-box:hover .text h3 {
  color: #798851;
}
.news-main .bot .list .date {
  float: left;
  width: 94px;
  height: 90px;
  text-align: center;
  background: #eaeaea;
  padding-top: 4px;
}
.news-main .bot .list .date p {
  font-size: 16px;
  color: #999999;
  font-family: 'Arial';
  line-height: 26px;
}
.news-main .bot .list .date p strong {
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
}
.news-main .bot .list .text {
  float: right;
  width: 740px;
}
.news-main .bot .list .text h3 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-main .bot .list .text p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.contact-main .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-main .title h3 {
  font-size: 28px;
  color: #798851;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 5px;
}
.contact-main .title p {
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  font-family: 'Arial';
  text-transform: uppercase;
}
.contact-main .center {
  margin: 35px 0 60px;
}
.contact-main .center p {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 16px;
  padding-left: 50px;
  background: url(../img/contact_ico1.png) no-repeat left 0;
}
.contact-main .center .p1 {
  background-position: 0 3px;
}
.contact-main .center .p2 {
  background-position: 0 -40px;
}
.contact-main .center .p3 {
  background-position: 0 -84px;
}
.contact-main .center .p4 {
  background-position: 0 -133px;
}
.contact-main .center .p5 {
  background-position: 0 -172px;
}
.contact-main .map img {
  max-width: 10000px;
}

.coop-main {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.coop-main .list {
  margin: 57px 0 80px;
}
.coop-main .list ul {
  float: left;
}
.coop-main .list li {
  float: left;
  width: 287px;
  text-align: center;
  padding-top: 20px;
  height: 224px;
}
.coop-main .list li p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 15px;
}
.coop-main .list li h3 {
  font-size: 20px;
  color: #798851;
  line-height: 30px;
  font-weight: bold;
}
.coop-main .list .li1 {
  border-bottom: 1px solid #f2f2f2;
}
.coop-main .list .li2 {
  border-right: 1px solid #f2f2f2;
}

.info-main {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}

.demand-main .list ul {
  float: left;
}
.demand-main .list li {
  float: left;
  margin: 0 15px 28px 15px;
}
.demand-main .list li .box {
  float: left;
  width: 360px;
  padding: 20px 15px 20px 25px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #f3f3f3;
}
.demand-main .list li .box:hover {
  background: #c6595f;
}
.demand-main .list li .box:hover .text h3 {
  color: #fff;
}
.demand-main .list li .box:hover .text p {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.demand-main .list li img {
  float: left;
}
.demand-main .list li .text {
  float: right;
  width: 240px;
  min-height: 115px;
}
.demand-main .list li .text h3 {
  font-size: 20px;
  color: #798851;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}
.demand-main .list li .text p {
  font-size: 14px;
  color: #888888;
  line-height: 26px;
}

.unit-main .list {
  margin-bottom: 60px;
}
.unit-main .list ul {
  float: left;
}
.unit-main .list li {
  float: left;
  margin: 0 21px 33px 0;
}
.unit-main .list .box {
  display: block;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px 0 #ececec;
  width: 272px;
  overflow: hidden;
}
.unit-main .list .box .text {
  display: table;
  vertical-align: middle;
  height: 76px;
  background: #fafafa;
  width: 100%;
}
.unit-main .list .box .text p {
  display: table-cell;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  vertical-align: middle;
}
.unit-main .list .box:hover .text {
  background: #798851;
  height: 94px;
  margin-top: -18px;
  position: relative;
  z-index: 2;
}
.unit-main .list .box:hover .text p {
  color: #fff;
}

.picture-main .list {
  margin-bottom: 60px;
}
.picture-main .list ul {
  float: left;
}
.picture-main .list li {
  float: left;
  margin: 0 29px 30px 0;
}
.picture-main .list li .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 269px;
  height: 224px;
}
.picture-main .list li .box:hover .mask-bg {
  display: block;
}
.picture-main .list li .box:hover .mask {
  display: block;
}
.picture-main .list li .mask-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.picture-main .list li .mask {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  border: 6px solid #798851;
  display: none;
}
.picture-main .list li .mask .border {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}
.picture-main .list li .mask p {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */