.tip-box {
  height: 35px;
  background-color: #fff;
  line-height: 35px;
  color: #666;
  overflow: hidden;
}
.tip-box .subshare {
  line-height: 35px;
  font-size: 0;
}
.tip-box .subshare .line {
  color: #ccc;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}
.tip-box .subshare .number {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-family: "microsoft yahei";
  font-weight: bold;
}
.tip-box .subshare .tip-link {
  display: inline-block;
  background: none;
  line-height: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  float: none;
  font-size: 14px;
  color: #666;
}
.tip-box .subshare .tip-link .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/tip_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}
.tip-box .subshare .tip-link.bds_weixin .icon {
  background-position: 0 0;
}
.tip-box .subshare .tip-link.bds_tsina .icon {
  background-position: 0 -36px;
}
.tip-box .subshare .tip-link.tip-qq .icon {
  background-position: 0 -71px;
}
.tip-box .subshare .tip-link.tip-phone .icon {
  background-position: 0 -108px;
}
.top-box {
  background: rgb(246 156 158);
}
.top-box .logo {
  display: block;
  height: 120px;
  background-color: #fff;
  text-align: center;
}
.top-box .logo a {
  display: inline-block;
  line-height: 120px;
  font-size: 0;
}
.top-box .logo a img {
  vertical-align: middle;
}
.list-nav {
  height: 80px;
}
.list-nav .list-item {
  float: left;
  width: 150px;
}
.list-nav .list-item > a {
  display: block;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-nav .list-item > a .cn {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
.list-nav .list-item > a .toupper {
  font-size: 14px;
  color: #fff;
}
.list-nav .list-item.active {
  background-color: #f76b20;
}
.list-nav .list-item .sec-box {
  display: none;
  position: absolute;
  z-index: 9;
}
.list-nav .list-item .sec-box ul {
  white-space: nowrap;
}
.list-nav .list-item .sec-box li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 40px;
  margin-right: 15px;
  line-height: 40px;
  overflow: hidden;
}
.list-nav .list-item .sec-box a {
  color: #fff;
}
.list-nav .list-item .sec-box a:hover {
  color: #ffdd00;
}
.nav-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 8;
  background: #f76b20;
  opacity: .8;
}
/*Ã§â€žÂ¦Ã§â€šÂ¹Ã¥â€ºÂ¾*/
.banner-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-box .m-slide {
  position: relative;
  width: 100%;
  height: 780px;
}
.banner-box .m-slide .scroll-box {
  overflow: hidden;
  height: 780px;
  width: 100%;
}
.banner-box .m-slide .scroll-box li {
  width: 100%;
  height: 780px;
  text-align: center;
}
.banner-box .m-slide .scroll-box li a {
  display: block;
  height: 780px;
}
.banner-box .slider {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
}
.banner-box .slider li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin: 0 6px;
  line-height: 45px;
  overflow: hidden;
  background: #58595d;
  font-size: 0;
}
.banner-box .slider li.active {
  background: #ffdd00;
}
.m-clientForm {
  background-color: rgb(246 156 158);
  height: 180px;
}
.m-clientForm .title {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  top: 70px;
}
.m-clientForm .title em {
  color: #ffdd00;
}
.m-clientForm form {
  margin: 65px 0;
}
.m-clientForm form li {
  display: inline-block;
  width: 150px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 30px;
}
.m-clientForm form li input {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-indent: 17px;
  font-size: 18px;
  color: #999;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.m-clientForm form li.valid {
  width: auto;
  background: none;
}
.m-clientForm form li.valid .valid-box {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 6px;
  line-height: 50px;
}
.m-clientForm form li.valid .valid-box img {
  vertical-align: middle;
  width: 127px;
  height: 50px;
}
.m-clientForm form .submit {
  width: 150px;
  height: 50px;
  background-color: #ffdd00;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  color: #990000;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.m-clientForm form .submit:hover {
  background-color: #FFE506;
}
.m-title {
  text-align: center;
}
.m-title .lg-title {
  font-size: 60px;
  color: rgb(246 156 158);
  font-family: Arial Regular;
}
.m-title .lg-title em {
  display: inline-block;
  margin-left: 45px;
}
.m-title .cn {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.m-title .cn em {
  color: #ffdd00;
}
.m-title .content {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  font-family: Arial Regular;
  line-height: 24px;
}
/*Ã¤Â½Å“Ã¥â€œÂÃ¦Â¬Â£Ã¨ÂµÂ*/
.m-part01 {
  margin-bottom: 120px;
}
.m-part01 .m-title {
  padding-top: 46px;
  padding-bottom: 53px;
}
.m-part01 .pic-box {
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.lgpic-list li,
.midpic-list li,
.news-list li {
  float: left;
}
.lgpic-list li a,
.midpic-list li a,
.news-list li a {
  display: block;
  background-color: #fff;
  overflow: hidden;
}
.lgpic-list li a .img,
.midpic-list li a .img,
.news-list li a .img {
  display: block;
  overflow: hidden;
}
.lgpic-list li a .info .title,
.midpic-list li a .info .title,
.news-list li a .info .title {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lgpic-list li a .info .date,
.midpic-list li a .info .date,
.news-list li a .info .date {
  font-size: 14px;
  color: #666;
  font-family: Arial Regular;
}
.lgpic-list li a:hover,
.midpic-list li a:hover,
.news-list li a:hover {
  background-color: #fcfcfc;
}
.lgpic-list li a:hover .jqthumb,
.midpic-list li a:hover .jqthumb,
.news-list li a:hover .jqthumb {
  -webkit-filter: brightness(0.8);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lgpic-list {
  margin-top: -4px;
  margin-left: -4px;
}
.lgpic-list li {
  margin-top: 4px;
  margin-left: 4px;
}
.lgpic-list li a {
  height: 425px;
  width: 297px;
}
.lgpic-list li a .img {
  width: 297px;
  height: 345px;
}
.lgpic-list li a .info {
  padding: 18px 20px;
  text-align:center;
}
.midpic-list {
  margin-top: -7px;
  margin-left: -6px;
}
.midpic-list li {
  margin-top: 7px;
  margin-left: 6px;
}
.midpic-list li a {
  height: 350px;
  width: 396px;
}
.midpic-list li a .img {
  width: 396px;
  height: 280px;
}
.midpic-list li a .info {
  padding: 12px 20px;
  text-align:center;
}
.more {
  display: block;
  position: relative;
  z-index: 10;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #ffdd00;
  text-align: center;
  font-size: 20px;
  color: #990000;
  font-weight: bold;
  overflow: hidden;
  margin: 0 auto;
}
.more span:before,
.more span:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/cur.png");
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.more:hover {
  background-color: #f4c704;
}
/*Ã¥Â®Â¢Ã§â€°â€¡Ã¦Â¬Â£Ã¨ÂµÂ*/
.m-part02 {
  position: relative;
  min-height: 500px;
  background-color: rgb(246 156 158);
  padding-bottom: 60px;
}
.m-part02 .m-title {
  padding-top: 88px;
  color: #fff;
  padding-bottom: 53px;
}
.m-part02 .m-title .lg-title,
.m-part02 .m-title .cn {
  color: #fff;
}
.m-part02 .m-title .content {
  color: #fff;
}
.m-part02 .flower_shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 788px;
  top: -410px;
  left: 0;
  z-index: 3;
  /* background-image: url("../images/flower.png"); */
  background-position: center center;
  background-repeat: no-repeat;
}
.m-part02 .pic-box {
  margin-bottom: 60px;
}
/*Ã¥Â¤â€“Ã¦â„¢Â¯*/
.m-part03 {
  padding-bottom: 60px;
}
.m-part03 .m-title {
  padding-top: 46px;
  padding-bottom: 58px;
}
.m-part03 .pic-box {
  margin-bottom: 56px;
}
.part03-list {
  margin-top: -36px;
  margin-left: -40px;
}
.part03-list li {
  float: left;
  margin-top: 36px;
  margin-left: 40px;
}
.part03-list li a {
  display: block;
  overflow: hidden;
  width: 270px;
  height: 270px;
  position: relative;
}
.part03-list li a .radius {
  position: absolute;
  height: 270px;
  width: 270px;
  background-image: url("../images/shadow2.png");
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 10;
}
.part03-list li a .img {
  width: 270px;
  height: 270px;
  overflow: hidden;
}
.part03-list li a .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: none\0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 35%;
  overflow: hidden;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 130px;
}
.part03-list li a .shadow .title {
  font-size: 30px;
  font-weight: bold;
}
.part03-list li a .shadow .toupper {
  font-size: 18px;
  position: relative;
}
.part03-list li a .shadow .toupper:after,
.part03-list li a .shadow .toupper:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
}
.part03-list li a .shadow .toupper:after {
  margin-left: 15px;
}
.part03-list li a .shadow .toupper:before {
  margin-right: 15px;
}
.part03-list li a:hover .shadow {
  opacity: 1;
  display: block\0;
}
/*Ã¦Å“â‚¬Ã¦â€“Â°Ã¦Â´Â»Ã¥Å Â¨*/
.m-part04 {
  position: relative;
  padding-bottom: 60px;
}
.m-part04 .area {
  background-color: rgb(246 156 158);
  max-height: 705px;
  overflow: hidden;
  padding-bottom: 60px;
}
.m-part04 .red_shadow {
  position: absolute;
  height: 209px;
  width: 100%;
  top: -110px;
  /*background-image: url("../images/red_line.png");*/
  background-position: center center;
  background-repeat: no-repeat;
}
.m-part04 .m-title {
  padding-top: 50px;
  color: #fff;
  padding-bottom: 58px;
}
.m-part04 .m-title .lg-title,
.m-part04 .m-title .cn {
  color: #fff;
}
.m-part04 .m-title .content {
  color: #fff;
}
.m-part04 .more {
  margin-top: 60px;
}
.news-list {
  margin: 0 30px;
}
.news-list li {
  margin: 0 10px;
}
.news-list li a {
  height: 255px;
  width:265px;
}
.news-list li a .img {
  width: 265px;
  height: 180px;
}
.news-list li a .info {
  padding: 12px 20px;
}
/*Ã¥Âºâ€¢Ã©Æ’Â¨*/
.footer {
  background-image: url("../images/ft_bg.jpg");
  /*background:rgb(246 156 158);*/
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .logo {
  height: auto;
  text-align: center;
  padding: 58px 0 68px;
  background-color: transparent;
}
.footer .f-content {
  padding-bottom: 86px;
}
.footer .page {
  float: left;
  min-width: 170px;
}
.footer .page h4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
}
.footer .page a {
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.footer .page a:hover {
  color: #ccc;
}
.footer .tel-box {
  margin-left: -20px;
  float: left;
}
.footer .tel-box h4 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14px;
}
.footer .tel-box p {
  line-height: 36px;
  font-size: 16px;
  padding-left: 28px;
  background-image: url("../images/ft_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .tel-box .phone {
  background-position: 0 12px;
}
.footer .tel-box .email {
  background-position: 0 -24px;
}
.footer .tel-box .addr {
  background-position: 0 -59px;
}
.footer .code {
  margin-top: 8px;
}
.footer .code img {
  width: 140px;
  height: 140px;
  border-radius: 14px;
}
.footer .copyright {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
}
.footer .copyright * {
  font-size: 14px;
  color: #999;
}
.right-link {
  position: fixed;
  top: 40%;
  width: 50px;
  right: 2px;
  z-index: 99;
}
.right-link li {
  margin-bottom: 1px;
  position: relative;
}
.right-link li a {
  display: block;
  background-color: #ffdd00;
  height: 50px;
  position: relative;
}
.right-link li a:hover {
  background-color: #000;
}
.right-link li a:hover .ico {
  background-position-x: right;
}
.right-link li .ico {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-image: url("../images/right_icon.png");
  background-position: left 3px;
  background-repeat: no-repeat;
}
.right-link li.phone .ico {
  background-position-y: -48px;
}
.right-link li.qq .ico {
  background-position-y: -100px;
}
.right-link li.wechat .ico {
  background-position-y: -150px;
}
.right-link li.top .ico {
  background-position-y: -201px;
}
.right-link li .text {
  position: absolute;
  top: 0;
  left: 52px;
  padding: 0 15px 0 5px;
  white-space: nowrap;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #fff;
  line-height: 52px;
}
.right-link li .erwei {
  position: absolute;
  right: 100%;
  bottom: 0;
  display: none;
  margin: -65px 8px 0 0;
  padding: 3px;
  border: solid 2px #ffdd00;
  background: #fff;
}
.right-link li .erwei:after {
  position: absolute;
  right: -10px;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 17px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ffdd00;
  border-style: solid;
  border-width: 5px 5px;
  content: "";
}
.right-link li .erwei img {
  width: 120px;
  height: 120px;
}
/*Ã¥â€ â€¦Ã©Â¡Âµ*/
.inner .m-title {
  padding: 46px 0 52px;
}
.inner .inner-sec-box {
  font-size: 0;
  line-height: 0;
  margin: 0 -24px 55px;
}
.inner .inner-sec-box a {
  display: inline-block;
  font-size: 18px;
  color: #666;
  height: 40px;
  width: 160px;
  line-height: 40px;
  margin: 5px 23px;
  text-align: center;
  border: 1px solid #333;
}
.inner .inner-sec-box a.active,
.inner .inner-sec-box a:hover {
  background-color: #333;
  color: #fff;
}
.inner .u-content {
  margin-bottom: 60px;
}
.inner .u-content .title-box {
  text-align: center;
  padding: 15px 0;
}
.inner .u-content .title-box h2 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  color: #ccc;
}
.inner .u-content .title-box p {
  font-size: 16px;
  color: #666;
}
.inner .u-content .detail-con {
  font-size: 14px;
  color: #999;
}
.inner .u-content .detail-img {
  text-align: center;
  margin-bottom: 15px;
}
.inner .u-content .m-scene {
  margin: 20px 0 30px;
}
.inner .u-content .overflow-hidden {
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.inner .u-content .imgBox {
  position: relative;
  zoom: 1;
  border: 1px solid #1a1a1a;
  margin-bottom: 20px;
}
.inner .u-content .imgBox li {
  float: left;
  _display: inline;
  overflow: hidden;
}
.inner .u-content .imgBox li a {
  display: block;
  height: 100%;
  text-align: center;
}
.inner .u-content .imgBox li a img {
  max-width: 100%;
  max-height: 100%;
}
.inner .u-content .pageBox {
  margin: 0 auto;
  overflow: hidden;
}
.inner .u-content .pageBox li {
  float: left;
  display: inline;
  margin-right: 10px;
  width: 135px;
  height: 105px;
  overflow: hidden;
  border: 1px solid #1a1a1a;
}
.inner .u-content .pageBox li a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.inner .u-content .pageBox li img {
  max-width: 100%;
  max-height: 100%;
}
.inner .u-content .pageBox li.selected {
  border-color: #ffdd00;
}
.inner .u-content .m-imgbox .carousel-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  z-index: 100;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.inner .u-content .m-imgbox .carousel-btn:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.inner .u-content .m-imgbox .carousel-btn .btn {
  display: block;
  width: 41px;
  height: 64px;
  background: url(../images/scroll.png) no-repeat;
}
.inner .u-content .m-imgbox .j-carousel-prev {
  left: 0;
}
.inner .u-content .m-imgbox .j-carousel-prev .btn {
  background-position: 0 0;
}
.inner .u-content .m-imgbox .j-carousel-next {
  right: 0;
}
.inner .u-content .m-imgbox .j-carousel-next .btn {
  background-position: -41px 0;
}
.inner .u-content .news-list {
  margin: -20px -23px 0;
}
.inner .u-content .news-list li {
  margin: 0 23px;
  margin-top: 20px;
}
.inner .u-content .sub-news-imgtext li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}
.inner .u-content .sub-news-imgtext li .img {
  float: left;
  display: block;
  width: 280px;
  height: 305px;
  margin-right: 25px;
  overflow: hidden;
}
.inner .u-content .sub-news-imgtext li .img img {
  width: 280px;
  /*height: 105px;*/
}
.inner .u-content .sub-news-imgtext li h4 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.inner .u-content .sub-news-imgtext li h4 a {
  color: #ccc;
}
.inner .u-content .sub-news-imgtext li h4 a:hover {
  color: #ffdd00;
}
.inner .u-content .sub-news-imgtext li .content {
  color: #999;
  line-height: 20px;
  height: 60px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 10px;
}
.inner .u-content .sub-news-imgtext li .date {
  font-size: 12px;
  color: #999;
}
.inner .u-content .sub-news-imgtext li:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
/*Ã¥Å“Â¨Ã§ÂºÂ¿Ã§â€¢â„¢Ã¨Â¨â‚¬*/
.sub-message {
  padding: 50px 30px;
  font-family: "microsoft yahei";
  color: #666;
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #c00;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #333;
  background: #fff;
}
.sub-message .m-form {
  border: 1px solid #333;
}
.sub-message .m-submit .btn {
  color: #000;
  background: #ffdd00;
}
