@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1200px;
  background: #FFFFFF;
  color: #666666;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container {
    width: 1200px;
    min-width:1200px;
    margin-left: auto;
    margin-right: auto;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

/*shortcut*/
.shortcut {
  height: 40px;
  line-height: 40px;
  background: url("../images/img-08.png") no-repeat top center;
}
.s-l {
    color: #ffffff;
    font-size: 16px;
	}
.shortcut .s-r a {
  display: block;
  float: left;
  width: 126px;
  text-align: center;
  height: 20px;
  margin:10px 0;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  background:url("../images/img-10.png")no-repeat right;
  
}
.shortcut .s-r a:hover, .shortcut .s-r a.current {
  color: #F7316A;
}
.shortcut .s-r a.last {
  width: 126px;
  border-right: none;
  
  padding-left: 40px;
  text-align: left;
}
.shortcut .s-r a.last:hover,.shortcut .s-r a.active {

}

/*header*/
header {
  height: 65px;
  background: #ffffff;
  position: relative;
  z-index: 99;
}
header .logo {
  position: absolute;
  padding-top: 5px;
}
header .logo img {
  display: block;
  width:139px;
  height:80px;
}
header .tel {
  background: url("../images/tel.png") no-repeat left center;
  padding-left: 45px;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  color: #545454;
  font-style: inherit;
  font-family: "Impact";
  margin-top: 20px;
}
.s-l .h-other {
  height: 30px;
  line-height: 30px;
  margin-top: 5px ;
  margin-right: 50px;
  padding-right: 30px;
	color:#ffffff;
}
.s-l .h-other span {
  display: inline-block;
  background: url("../images/img-01.png") no-repeat left center;
  padding-left: 32px;
  margin-right: 20px;
  font-size: 14px;
  color: #ffffff;
}

/*nav*/
nav {
  height: 28px;
  background-color: #ffffff;
  position: relative;
  z-index: 98;
  
}
nav ul li {
  float: left;
  width: 122.5px;
  height:25px;
  margin-bottom:0;
  position: relative;
  background:url("../images/img-09.png") no-repeat left;
}
nav ul li:last-child, nav ul li.last {
  width: 124.5px;
  border-right: none;
}
nav ul li:first-child, nav ul li.first {
  width: 140px;
}


nav ul li:first-child > a, nav ul li.first > a {
  background: url("../images/img-44.png") no-repeat center bottom;
}
nav ul li:first-child > a:hover, nav ul li:first-child > a.current, nav ul li:first-child > a.active, nav ul li.first > a:hover, nav ul li.first > a.current, nav ul li.first > a.active {
  background-color: #ffffff;
}
nav ul li > a {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}
nav ul li > a:hover, nav ul li > a.current, nav ul li > a.active {
  color:  #F73166;
	background: url("../images/img-44.png") no-repeat center bottom;
}
nav ul li .down-menu {
  background: url("../images/img-11.jpg") repeat-y ; 
  width:150px;
  line-height: 40px;
  position: absolute;
  left:-13.75px;
  float:left;
  display: none;
  opacity: 0.9;
}

nav ul li .down-menu a {
  font-size: 14px;
  color: #545454;
  display: block;
  line-height: 40px;
  height: 40px;
  width:150px;
  padding:0;
  text-align:center;
  text-align:-moz-center;
  text-align:-webkit-center;
  text-decoration: none;
}
nav ul li .down-menu a:hover {
  text-decoration: none;
  color:#F73166;
  display: block;
}


/*banner*/
.slideBox {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd ul li {
  height: 660px;
  width: 100%;
}
.slideBox .bd ul li a {
  display: block;
  height: 660px;
  width: 100%;
}
.slideBox .hd {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 9;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../images/img-05.png") no-repeat;
}
.slideBox .hd ul li.on {
  background: url("../images/img-06.png") no-repeat;
}
.slideBox.other-banner {
  height: 580px;
}
.slideBox.other-banner .bd ul li {
  height: 580px;
}
.slideBox.other-banner .bd ul li a {
  height: 580px;
}
.slideBox.other-banner {
  height: 510px;
}
.slideBox.other-banner .bd ul li {
  height: 510px;
}
.slideBox.other-banner .bd ul li a {
  height: 510px;
}

/*footer*/
footer .f-info {
  background: #403d38;
  padding: 10px 0;
  text-align: center;
  color: #a5a5a5;
  font-size: 16px;
  line-height: 30px;
}
footer .f-info .f-title {
  font-size: 26px;
  font-weight: bold;
  color: #ce2637;
}
footer .f-info .f-erwm {
  padding-top: 20px;
}
footer .f-info .f-erwm img {
  display: inline-block;
  width: 105px;
  height: 105px;
  margin: 0 20px;
}
footer .f-copy {
  height: 50px;
  line-height: 50px;
  background: #26231f;
  text-align: center;
  font-size: 14px;
  color: #706f6c;
}
footer .f-copy a {
  color: #706f6c;
}
footer .f-copy a:hover {
  text-decoration: underline;
}

/*bread-crumbs*/
.bread-crumbs {
  background: #f2f2f2;
  padding: 18px 0;
  height: 34px;
  line-height: 34px;
}
.bread-crumbs .b-l {
  font-size: 14px;
  color: #999999;
}
.bread-crumbs .b-l a {
  color: #999999;
}
.bread-crumbs .b-search {
  position: relative;
  width: 250px;
}
.bread-crumbs .b-search .s-inp {
  width: 218px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 0 15px;
}
.bread-crumbs .b-search .s-btn {
  background: url("../images/img-24.png") no-repeat;
  width: 19px;
  height: 19px;
  border: none;
  position: absolute;
  top: 7px;
  right: 12px;
}

/*sub-menu*/
.sub-menu {
  background: url("../images/img-12.png") repeat-x left bottom;
  height: 60px;
  margin-bottom: 35px;
}
.sub-menu.menu-s {
  margin-bottom: 0;
}
.sub-menu a {
  display: block;
  float: left;
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  margin-right: 58px;
  font-size: 16px;
  color: #4c4c4c;
}
.sub-menu a:last-child {
  margin-right: 0;
}
.sub-menu a:hover, .sub-menu a.current {
  border-bottom-color: #e88f10;
  color: #e88f10;
}

/*class-nav*/
.class-nav {
  text-align: center;
  margin-bottom: 30px;
}
.class-nav a {
  display: inline-block;
  background: #e6e6e6;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  margin: 0 15px;
  color: #999999;
  font-size: 14px;
  min-width: 90px;
}
.class-nav a:hover, .class-nav a.current {
  background: #e88f10;
  color: #ffffff;
}

/*other-warp*/
.other-warp {
  padding-bottom: 80px;
}

.page {
  text-align: center;
  padding-top: 30px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #f2f2f2;
  padding: 0 14px;
  font-size: 16px;
  color: #999999;
  margin: 0 6px;
}
.page a:hover, .page a.current {
  background: #e88f10;
  color: #ffffff;
}
.page a.prev {
  margin-right: 75px;
  margin-left: 0;
}
.page a.next {
  margin-left: 75px;
  margin-right: 0;
}

.page strong {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  font-size: 16px;
  margin: 0 6px;
  background: #e88f10;
  color: #ffffff;
}

/*color*/
.col-f0bf19 {
  color: #ce2637;
}

.form-simple {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 30px;
}
.form-simple .box-title {
  height: 40px;
  line-height: 40px;
  color: #545454;
  font-size: 18px;
  font-weight: bold;
}
.form-simple .box-tip {
  color: #b2b2b2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.form-simple .inp-s {
  border: 1px solid #e88f10;
  background: #fff;
  width: 180px;
  padding: 0 5px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  color: #545454;
}
.form-simple .inp-s::-webkit-input-placeholder {
  color: #545454;
}
.form-simple .inp-s:-moz-placeholder {
  color: #545454;
}
.form-simple .inp-s::-moz-placeholder {
  color: #545454;
}
.form-simple .inp-s:-ms-input-placeholder {
  color: #545454;
}
.form-simple .btn-s {
  width: 156px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #e04622;
  color: #ffffff;
  font-size: 14px;
}
.form-simple.simple-02 .inp-s {
  width: 170px;
}
.form-simple.simple-02 .btn-s {
  width: 150px;
}

/*module*/
.mod-01 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
  font-size: 14px;
}
.mod-01 li .title {
  display: block;
  background: url("../images/img-13.png") no-repeat 0 11px;
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  margin-bottom: 3px;
  color: #b2b2b2;
}
.mod-01 li .title .s-l {
  color: #4c4c4c;
}
.mod-01 li .tag {
  padding: 0 15px;
  color: #ce2637;
}
.mod-01 li .tag a, .mod-01 li .tag span {
  display: inline-block;
}
.mod-01 li .tag a {
  color: #ce2637;
}
.mod-01 li .tag .tag-tit {
  color: #999999;
}
.mod-01 li:hover {
  border-bottom-color: #d5131a;
}
.mod-01 li:hover .title {
  color: #d5131a;
  background: url("../images/img-14.png") no-repeat 0 11px;
}
.mod-01 li:hover .title .s-l {
  color: #d5131a;
}

.mod-02 .m-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mod-02 .m-title h1 {
  font-size: 22px;
  color: #545454;
  line-height: 30px;
  margin-bottom: 10px;
}
.mod-02 .m-title .tag {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.mod-02 .m-title .tag span {
  display: inline-block;
}
.mod-02 .m-title .other a {
  display: inline-block;
  width: 98px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ce2637;
  border-radius: 15px;
  color: #ce2637;
  font-size: 14px;
}
.mod-02 .main {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.mod-03 {
  margin-left: -30px;
}
.mod-03 li {
  overflow: hidden;
  vertical-align: middle;
  width: 380px;
  float: left;
  margin-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.mod-03 li span {
  display: block;
}
.mod-03 li span.pic {
  overflow: hidden;
}
.mod-03 li span.pic img {
  display: block;
  width: 380px;
  height: 236px;
  transition: all .7s;
}
.mod-03 li span.video-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 236px;
  z-index: 9;
  background: url("../images/img-16.png") no-repeat center center;
}
.mod-03 li span.title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080;
  font-size: 14px;
}
.mod-03 li:hover .pic img {
  transform: scale(1.1);
}

#video-box {
  width: 707px;
  display: none;
}
#video-box .video img {
  display: block;
}
#video-box .video-title {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  font-size: 14px;
  color: #808080;
}

.mod-04 {
  margin: 50px 0 30px;
}
.mod-04 img {
  display: block;
}

.mod-05 .m-title {
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  color: #545454;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.mod-05 .form-box {
  width: 860px;
}
.mod-05 .form-box .form-simple {
  margin-top: 10px;
}
.mod-05 .form-box-01 .tip {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}
.mod-05 .form-box-01 .tip span {
  color: #e88f10;
}
.mod-05 .form-box-01 .ques-box {
  border-bottom: 1px dashed #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod-05 .form-box-01 .ques-box:last-child {
  border-bottom: none;
}
.mod-05 .form-box-01 .ques-box .ques-title {
  background: url("../images/img-21.png") no-repeat left center;
  height: 42px;
  line-height: 42px;
  padding-left: 25px;
  font-size: 18px;
  color: #808080;
  margin-bottom: 5px;
}
.mod-05 .form-box-01 .ques-box .ques-cont {
  padding: 0 25px;
}
.mod-05 .form-box-01 .ques-box .ques-cont span {
  display: inline-block;
  margin-right: 150px;
  font-size: 14px;
  color: #808080;
}
.mod-05 .form-box-01 .ques-box .ques-cont span input[type='radio'] {
  vertical-align: middle;
  margin-right: 10px;
}
.mod-05 .form-box-01 .ques-box .ques-cont span.active {
  color: #e88f10;
}
.mod-05 .form-box-02 .ques-box {
  border-bottom: 1px dashed #e6e6e6;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 30px;
}
.mod-05 .form-box-02 .ques-box:last-child {
  border-bottom: none;
}
.mod-05 .form-box-02 .ques-box .ques-title {
  width: 685px;
  font-size: 18px;
  color: #808080;
}
.mod-05 .form-box-02 .ques-box .ques-cont {
  width: 685px;
}
.mod-05 .form-box-02 .ques-box .ques-cont span {
  display: inline-block;
  width: 685px;
  font-size: 14px;
  color: #808080;
}
.mod-05 .form-box-02 .ques-box .ques-cont span input[type='radio'] {
  vertical-align: middle;
  margin-right: 10px;
}
.mod-05 .form-box-02 .ques-box .ques-cont span.active {
  color: #e88f10;
}
.mod-05 .form-list {
  width: 245px;
}
.mod-05 .form-list a {
  display: block;
  margin-bottom: 1px;
  text-align: center;
  color: #ffffff;
}
.mod-05 .form-list a span {
  display: inline-block;
  margin-left: 10px;
}
.mod-05 .form-list a span.icon img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-05 .form-list a:hover span {
  text-decoration: underline;
}
.mod-05 .form-list .title a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  background: #989898;
}
.mod-05 .form-list .title a:hover {
  background: #e88f10;
}
.mod-05 .form-list .title-c a {
  height: 34px;
  line-height: 34px;
  background: #adadad;
  font-size: 14px;
}
.mod-05 .form-list .title-c a:hover {
  background: #eda540;
}

/*select*/
.sel-s .select-wrapper {
  border-color: #cccccc;
  height: 40px;
  border-radius: 0;
}
.sel-s .select-wrapper .select-down {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../images/img-22.png") no-repeat;
  top: 0 !important;
  right: 0 !important;
}
.sel-s .select-wrapper .select-button {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.sel-s .select-wrapper.focus {
  border-color: #ce2637;
}
.sel-s .select-wrapper.focus .select-down {
  background: url("../images/img-23.png") no-repeat;
}
.sel-s .select-wrapper.focus .select-button {
  color: #e88f10;
}
.sel-s .select-list ul li.selected, .sel-s .select-list ul li:hover {
  background: #ce2637;
}

.mod-06 .left-main {
  width: 730px;
}
.mod-06 .right-main {
  width: 393px;
}
.mod-06 .r-box-01 {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 20px 30px;
}
.mod-06 .r-box-01 .title {
  font-size: 18px;
  color: #ce2637;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-06 .r-box-01 .inp-s {
  width: 288px;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #999999;
  font-size: 14px;
}
.mod-06 .r-box-01 .btn-s {
  border: none;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background: #ce2637;
  color: #ffffff;
  font-size: 14px;
}
.mod-06 .r-box-02 {
  background: #f7f7f7;
}
.mod-06 .r-box-02 .title {
  background: #f2f2f2;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #545454;
  font-size: 22px;
}
.mod-06 .r-box-02 ul {
  margin-left: 1px;
}
.mod-06 .r-box-02 ul li {
  float: left;
  width: 50%;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
}
.mod-06 .r-box-02 ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #999999;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  text-align: center;
}
.mod-06 .r-box-02 ul li a:hover {
  color: #e88f10;
}
.mod-06 .r-box-03 .title {
  height: 38px;
  line-height: 32px;
  border-bottom: 1px solid #e6e6e6;
}
.mod-06 .r-box-03 .title .t-l {
  color: #545454;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
}
.mod-06 .r-box-03 .title .t-more {
  background: url("../images/img-25.png") no-repeat right center;
  padding-right: 20px;
  color: #999999;
  font-size: 14px;
}
.mod-06 .r-box-03 ul {
  overflow: hidden;
  vertical-align: bottom;
}
.mod-06 .r-box-03 ul a {
  display: block;
  border-bottom: 1px dashed #e6e6e6;
  height: 38px;
  line-height: 38px;
  background: url("../images/img-13.png") no-repeat 10px center;
  padding-left: 23px;
  color: #4c4c4c;
  font-size: 14px;
}
.mod-06 .r-box-03 ul a:hover {
  background: url("../images/img-14.png") no-repeat 10px center;
  color: #d5131a;
  border-bottom-color: #d5131a;
}

/**/
.mod-07 {
  background: url("../images/img-26.png") no-repeat bottom center #ffffff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.mod-07 .m-title {
  font-size: 46px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 30px;
}
.mod-07 .m-title span {
  display: block;
  color: #666666;
  font-size: 22px;
}
.mod-07 .txt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.mod-07 .title {
  color: #f01919;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mod-07 .img-group {
  padding-top: 20px;
}
.mod-07 .img-group img {
  display: inline-block;
  width: 223px;
  height: 161px;
  margin: 0 15px;
}

.mod-08 {
  height: 576px;
}
.mod-08 .cont {
  width: 670px;
}
.mod-08 .cont .m-title {
  color: #e88f10;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 60px;
  margin-top: 100px;
}
.mod-08 .cont .m-title span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.mod-08 .cont .txt {
  background: url("../images/img-28.png") no-repeat left top;
  padding-top: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}

.mod-09 {
  padding: 80px 0;
}
.mod-09 .m-title {
  text-align: center;
  font-size: 46px;
  color: #333333;
  margin-bottom: 60px;
}
.mod-09 .main {
  height: 550px;
  background: url("../images/img-30.png") no-repeat top center;
  position: relative;
}
.mod-09 .main .box {
  position: absolute;
  padding-top: 10px;
}
.mod-09 .main .box.box-01 {
  background: url("../images/img-31.png") no-repeat right top;
  width: 220px;
  left: 80px;
  top: 60px;
}
.mod-09 .main .box.box-02 {
  background: url("../images/img-32.png") no-repeat left top;
  left: 265px;
  top: 115px;
  padding-left: 110px;
}
.mod-09 .main .box.box-03 {
  background: url("../images/img-33.png") no-repeat left top;
  left: 223px;
  top: 157px;
  padding-top: 190px;
  padding-left: 50px;
}
.mod-09 .main .box.box-04 {
  background: url("../images/img-34.png") no-repeat left top;
  left: 620px;
  top: 60px;
  padding-left: 90px;
}
.mod-09 .main .box.box-05 {
  background: url("../images/img-35.png") no-repeat left top;
  left: 853px;
  top: 113px;
  padding-left: 150px;
}
.mod-09 .main .box.box-06 {
  width: 270px;
  background: url("../images/img-36.png") no-repeat right top;
  left: 745px;
  top: 350px;
}
.mod-09 .main .box .title {
  font-size: 22px;
  color: #007eff;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-09 .main .box a {
  display: block;
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  height: 30px;
}
.mod-09 .main .box a:hover {
  color: #ce2637;
  text-decoration: underline;
}

.mod-10 {
  background: #fffbf3;
  padding: 80px 0;
}
.mod-10 .m-title {
  background: url("../images/img-37.png") no-repeat bottom center;
  font-size: 46px;
  color: #333333;
  text-align: center;
  height: 90px;
  line-height: 86px;
  margin-bottom: 30px;
}
.mod-10 .box-warp {
  background: url("../images/img-117.png") no-repeat top center;
}
.mod-10 ul {
  margin-left: -40px;
  width: 1260px;
}
.mod-10 ul li {
  float: left;
  width: 339px;
  height: 240px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  padding-top: 40px;
}
.mod-10 ul li:nth-child(3n), .mod-10 ul li.th-s {
  border-right: none;
  width: 340px;
}
.mod-10 ul li .title {
  background: url("../images/img-38.png") no-repeat bottom center;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  color: #666666;
  margin-bottom: 20px;
}

.public-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-top: 35px;
  padding-bottom: 5px;
  font-size:60px;
}
.public-title .ch {
  color: #fff;
  font-size: 50px;
  vertical-align: top;
}
.public-title .en{
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  margin:20px 0;
}

.mod-11 {
  background: url("../images/img-40.png") repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mod-12 {
  background: url("../images/img-45.png") no-repeat top center;
  height: 1550px;
}
.mod-12 .top-s .img-s {
  margin-top: 100px;
  margin-bottom: 30px;
}
.mod-12 .top-s .img-s img {
  display: block;
  margin: 0 auto;
}
.mod-12 .top-s .txt-s {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.mod-12 .ul-s {
  margin-top: 670px;
  margin-left: -90px;
}
.mod-12 .ul-s li {
  float: left;
  width: 340px;
  text-align: center;
  margin-left: 90px;
}
.mod-12 .ul-s li .pic {
  margin-bottom: 30px;
}
.mod-12 .ul-s li .pic img {
  display: block;
  border: 4px solid #cccccc;
  border-radius: 130px;
  margin: 0 auto;
}
.mod-12 .ul-s li .title {
  color: #ff4200;
  font-size: 30px;
  font-family: "宋体", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.mod-12 .ul-s li .txt-s {
  font-size: 16px;
  color: #808080;
  line-height: 26px;
}

.mod-13 {
  height: 486px;
  margin-bottom: 160px;
}
.mod-13 .box-w {
  background: rgba(213, 19, 26, 0.81);
  border-radius: 5px;
  position: absolute;
  top: 200px;
  right: 40px;
  padding: 20px;
}
.mod-13 .box-w .box {
  border: 1px solid #ffb244;
  padding: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  height: 300px;
  width: 280px;
}

.mod-14 {
  height: 486px;
}
.mod-14 .box-w {
  background: rgba(213, 19, 26, 0.81);
  border-radius: 5px;
  position: absolute;
  top: -95px;
  left: 40px;
  padding: 20px;
}
.mod-14 .box-w .box {
  border: 1px solid #ff7a4c;
  padding: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  height: 300px;
  width: 280px;
}

.mod-15 {
  background: url("../images/img-50.png") no-repeat top center;
  min-height: 741px;
  overflow: hidden;
}
.mod-15 .main {
  margin-top: 290px;
}
.mod-15 .tabs-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.mod-15 .tabs-title a {
  display: inline-block;
  margin: 0 15px;
  width: 106px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background: #e5e5e5;
  color: #808080;
  font-size: 14px;
}
.mod-15 .tabs-title a:hover, .mod-15 .tabs-title a.current {
  background: #e88f10;
  color: #ffffff;
}
.mod-15 .tabs-cont {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.mod-15 .tabs-cont .box {
  width: 550px;
  padding-right: 50px;
}
.mod-15 .tabs-cont > div {
  display: none;
}

.mod-16 {
  padding: 50px 0;
}
.mod-16 ul {
  margin-left: -50px;
  padding-top: 20px;
}
.mod-16 ul li {
  float: left;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-left: 50px;
}
.mod-16 ul li .icon {
  margin-bottom: 20px;
}
.mod-16 ul li .icon img {
  display: block;
  margin: 0 auto;
}

.public-box ul {
  margin-left: -20px;
}
.public-box ul li {
  float: left;
  width: 386px;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 20px;
}
.public-box .box .box-pic {
  position: relative;
  overflow: hidden;
}
.public-box .box .box-pic .title {
  width: 186px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-image: linear-gradient(rgba(83,13,116,0.8) ,rgba(247,49,102,0.8));
  border-radius: 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 83px;
  left: 50%;
  margin-left: -93px;
}
.public-box .box .box-pic img {
  display: block;
  width: 386px;
  height: 213px;
  transition: all .7s;
}
.public-box .box .box-main {
  border: 1px solid #e3e3e3;
  background: #ffffff;
  height: 166px;
}
.public-box .box .box-cont {
  height: 107px;
  padding: 15px 15px 0;
  color: #808080;
  font-size: 14px;
  line-height: 22px;
}
.public-box .box .box-txt {
  height: 44px;
  overflow: hidden;
}
.public-box .box .box-more {
  font-size: 14px;
  color: #ce2637;
  font-weight: bold;
  text-transform: uppercase;
}
.public-box .box .a-s {
  height: 44px;
  line-height: 44px;
  float: left;
  font-size: 16px;
  color: #666666;
}
.public-box .box .a-s.a-l {
  padding-left: 82px;
  width: 110px;
  background: url("../images/img-59.png") no-repeat 50px 9px #f0f0f0;
}
.public-box .box .a-s.a-r {
  padding-left: 72px;
  width: 120px;
  background: url("../images/img-60.png") no-repeat 40px 9px #f7f7f7;
}
.public-box .box .a-s:hover {
  color: #ffffff;
}
.public-box .box .a-s:hover.a-l {
  background: url("../images/img-61.png") no-repeat 50px 9px #530d74;
}
.public-box .box .a-s:hover.a-r {
  background: url("../images/img-62.png") no-repeat 40px 9px #f73166;
}
.public-box .box:hover .box-pic img {
  transform: scale(1.1);
}

.box-bg {
  background:linear-gradient(90deg,#860A56,#F92E63);
}

.mod-17 {
  padding: 40px 0 70px;
}

.mod-18 {
  padding: 55px 0;
}
.mod-18 ul {
  margin-left: -10px;
}
.mod-18 ul li {
  float: left;
  width: 232px;
  vertical-align: bottom;
  margin-bottom: 10px;
  margin-left: 10px;
}
.mod-18 ul li .pic {
  overflow: hidden;
}
.mod-18 ul li .pic img {
  display: block;
  width: 232px;
  height: 141px;
  transition: all .7s;
}
.mod-18 ul li .title {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.mod-18 ul li:hover .pic img {
  transform: scale(1.1);
}
.mod-18 ul li:hover .title {
  color: #e88f10;
}

.public-box-02.pub-box-bg .left-video, .public-box-02.pub-box-bg .right-form {
  background: #f7f7f7;
}
.public-box-02 .left-video {
  width: 700px;
  height: 533px;
  background: #ffffff;
}
.public-box-02 .left-video img {
  display: block;
}
.public-box-02 .left-video .txt {
  padding: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
}
.public-box-02 .right-form {
  width: 410px;
  background: #ffffff;
  height: 513px;
  padding: 20px 35px 0;
}
.public-box-02 .right-form .en {
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
}
.public-box-02 .right-form .title {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #ce2637;
}
.public-box-02 .r-box .inp-s {
  width: 288px;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #999999;
  font-size: 14px;
}
.public-box-02 .r-box .btn-s {
  border: none;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(-30deg,#530d74,#F73166);
  color: #ffffff;
  font-size: 14px;
}

.mod-19 {
  padding: 70px 0;
}

.mod-20 {
  padding: 75px 0 55px;
}
.mod-20 .box {
  width: 578px;
  border-radius: 5px;
  overflow: hidden;
}
.mod-20 .box .box-title {
  height: 40px;
  line-height: 40px;
  background: #545454;
  padding: 0 12px;
}
.mod-20 .box .box-title .t-l {
  background: url("../images/img-65.png") no-repeat left center;
  padding-left: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.mod-20 .box .box-title .t-more {
  background: url("../images/img-66.png") no-repeat right center;
  padding-right: 20px;
  font-size: 14px;
  color: #ffffff;
}
.mod-20 .box .box-cont {
  background: #fafafa;
  padding: 20px 18px;
  border: 1px solid #e6e6e6;
}
.mod-20 .box .box-cont ul li {
  border-bottom: 1px solid #e6e6e6;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #b2b2b2;
}
.mod-20 .box .box-cont ul li a {
  display: block;
  background: url("../images/img-67.png") no-repeat left center;
  padding-left: 15px;
  font-size: 14px;
  color: #4c4c4c;
}

.mod-21 {
  padding-top: 55px;
  padding-bottom: 75px;
}

.mod-22 {
  padding-top: 55px;
  padding-bottom: 75px;
}

.links {
  padding-top: 25px;
  padding-bottom: 25px;
  display:none;
}
.links .main {
  padding-left: 80px;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.links .main .title {
  position: absolute;
  margin-left: -80px;
}
.links .main a {
  color: #999999;
  margin-right: 40px;
}

.mod-23 {
  padding: 55px 0;
}
.mod-23 ul {
  border-top: 1px solid #eaeef1;
}
.mod-23 ul li {
  vertical-align: bottom;
  border-bottom: 1px solid #eaeef1;
  padding: 20px 0 20px 330px;
  position: relative;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.mod-23 ul li .title {
  background: url("../images/img-68.png") no-repeat right center;
  width: 280px;
  text-align: center;
  color: #ce2637;
  font-weight: bold;
  font-size: 26px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.mod-24 {
  background: url("../images/img-69.png") no-repeat top center;
  height: 1222px;
  overflow: hidden;
}
.mod-24 .m-title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
}
.mod-24 .m-title .t-tit {
  font-size: 46px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mod-24 .m-title .t-txt {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.pic-group {
  width: 774px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.pic-group .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.pic-group .bd li {
  zoom: 1;
  vertical-align: middle;
}
.pic-group .bd li img {
  width: 774px;
  height: 404px;
  display: block;
}
.pic-group .bd li .title {
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  font-size: 16px;
}
.pic-group .prev, .pic-group .next {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  display: block;
  width: 72px;
  height: 72px;
}
.pic-group .prev {
  left: 0;
  background: url("../images/img-112.png") no-repeat;
}
.pic-group .next {
  right: 0;
  background: url("../images/img-113.png") no-repeat;
}

.gallery-top {
  margin-bottom: 40px;
}

.gallery-thumbs {
  background: url("../images/img-114.png") repeat-x left 40px;
}
.gallery-thumbs .swiper-slide {
  background: url("../images/img-116.png") no-repeat top center;
  padding-top: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide .txt-s {
  padding: 0 30px;
}
.gallery-thumbs .swiper-slide.swiper-slide-active {
  background: url("../images/img-115.png") no-repeat top center;
  color: #fff32b;
}
.gallery-thumbs .swiper-slide.swiper-slide-active .date {
  font-size: 22px;
  font-weight: bold;
}

/*index*/
.index-box {
  padding-top: 55px;
  padding-bottom: 60px;
}

.index-box-01 .ul-01 {
  margin-bottom: 38px;
  margin-left: -15px;
}
.index-box-01 .ul-01 > li {
  float: left;
  width: 390px;
  margin-left: 15px;
}
.index-box-01 .box .box-title {
  background-image: linear-gradient(rgba(83,13,116,0.8) ,rgba(247,49,102,0.8));
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 5px 5px 0 0;
}
.index-box-01 .box .box-title .t-l {
  background: url("../images/img-65.png") no-repeat left 12px;
  padding-left: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.index-box-01 .box .box-title .t-more {
  background: url("../images/img-66.png") no-repeat right center;
  padding-right: 20px;
  font-size: 14px;
  color: #ffffff;
}
.index-box-01 .box .box-pic {
  position: relative;
  height: 112px;
}
.index-box-01 .box .box-pic img {
  display: block;
  width: 390px;
  height: 112px;
}
.index-box-01 .box .box-pic .pic-mc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 10px 0;
}
.index-box-01 .box .box-pic .pic-mc .a-s {
  display: block;
  width: 98px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  background: #e88f10;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
}
.index-box-01 .box .box-cont {
  background: #fafafa;
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.index-box-01 .box .box-cont ul li {
  vertical-align: bottom;
  overflow: hidden;
}
.index-box-01 .box .box-cont ul li a {
  display: block;
  background: url("../images/img-67.png") no-repeat left center;
  border-bottom: 1px dashed #e6e6e6;
  padding-left: 15px;
  font-size: 14px;
  color: #4c4c4c;
  height: 38px;
  line-height: 38px;
}
.index-box-01 .box .box-cont ul li a:hover {
  background: url("../images/img-67-h.png") no-repeat left center;
  border-bottom-color: #d5131a;
  color: #d5131a;
}
.index-box-01 .ul-02 {
  background: url("../images/img-87.png") no-repeat center center;
}
.index-box-01 .ul-02 li {
  float: left;
  width: 400px;
}
.index-box-01 .ul-02 li img {
  display: block;
  margin: 0 auto;
  transition: all .7s;
}
.index-box-01 .ul-02 li img:hover {
  transform: scale(1.1);
}

.index-box-02 .main {
  height: 512px;
  position: relative;
}
.index-box-02 .box {
  position: absolute;
}
.index-box-02 .box .box-pic {
  position: relative;
  overflow: hidden;
}
.index-box-02 .box .box-pic img {
  display: block;
  transition: all .7s;
}
.index-box-02 .box .box-pic .tip {
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: linear-gradient(150deg,rgba(247,49,102,0.8),rgba(83,13,116,0.8) );
  height: 34px;
  line-height: 34px;
  width: 78px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.index-box-02 .box .box-pic .box-country {
  position: absolute;
  right: 10px;
  top: 10px;
}
.index-box-02 .box .box-pic .box-country img {
  display: block;
}
.index-box-02 .box .box-pic .box-mc {
  background: url("../images/img-88.png") repeat;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  padding: 25px 20px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  z-index: 9;
  display: none;
}
.index-box-02 .box .box-pic .box-mc .a-more {
  background: url("../images/img-89.png") no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
}
.index-box-02 .box .box-pic .box-mc .a-more:hover {
  background: url("../images/img-90.png") no-repeat;
}
.index-box-02 .box .box-btm {
  height: 38px;
  line-height: 38px;
  border: 1px solid #eaeef1;
  padding: 0 20px;
}
.index-box-02 .box .box-btm a {
  display: block;
  float: left;
  color: linear-gradient(rgba(83,13,116,0.8) ,rgba(247,49,102,0.8));
  font-size: 16px;
  width: 140px;
}
.index-box-02 .box .box-btm a span {
  display: inline-block;
  margin-right: 10px;
}
.index-box-02 .box .box-btm a span img {
  vertical-align: middle;
  margin-top: -3px;
}
.index-box-02 .box .txt {
  overflow: hidden;
}
.index-box-02 .box.box-01 .txt, .index-box-02 .box.box-02 .txt, .index-box-02 .box.box-03 .txt, .index-box-02 .box.box-04 .txt {
  height: 104px;
}
.index-box-02 .box.box-01 {
  left: 0;
  top: 0;
}
.index-box-02 .box.box-02 {
  right: 0;
  top: 0;
}
.index-box-02 .box.box-03 {
  left: 0;
  top: 284px;
}
.index-box-02 .box.box-04 {
  right: 0;
  top: 284px;
}
.index-box-02 .box.box-05 {
  top: 0;
  left: 410px;
}
.index-box-02 .box.box-05 .txt {
  height: 130px;
}
.index-box-02 .box:hover .box-pic {
  position: relative;
  overflow: hidden;
}
.index-box-02 .box:hover .box-pic img {
  transform: scale(1.1);
}

.index-box-04 {
  background-color: #545454; 

}
.index-box-04 .public-title {
  color: #a6a6a6;
}
.index-box-04 .public-title .ch {
  color: #ffffff;
}
.index-box-04 .box {
  text-align: center;
  padding-top: 20px;
  transition: all .7s;
}
.index-box-04 .box .pic img {
  display: block;
  height: 148px;
  width: 148px;
  border-radius: 80px;
	border:4px solid #ffffff;
  margin: 0 auto;
  transition: all .7s;
}
.index-box-04 .box .name {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #ffffff;
}
.index-box-04 .box .a-more {
  display: block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}
.index-box-04 .txt-group {
  color: #f2f2f2;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.index-box-04 .txt-group > div {
  display: none;
}
.index-box-04 .txt-group .tel-s {
  font-size: 40px;
  color: #EFB057;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-box-04 .txt-group .txt-s {
  padding: 0 130px;
}
.index-box-04 .slider {
  margin-bottom: 40px;
  height: 310px;
}
.index-box-04 .center .slick-arrow {
  width: 35px;
  height: 35px;
  top: 105px;
  font-size: 0;
}
.index-box-04 .center .slick-arrow:before {
  content: '';
  font-size: 0;
}
.index-box-04 .center .slick-arrow.slick-prev {
  background: url("../images/img-109.png") no-repeat;
}
.index-box-04 .center .slick-arrow.slick-prev:hover {
  background: url("../images/img-109-h.png") no-repeat;
}
.index-box-04 .center .slick-arrow.slick-next {
  background: url("../images/img-110.png") no-repeat;
}
.index-box-04 .center .slick-arrow.slick-next:hover {
  background: url("../images/img-110-h.png") no-repeat;
}
.index-box-04 .center .slick-center .box {
  text-align: center;
  padding-top: 0;
}
.index-box-04 .center .slick-center .box .pic {
  margin-bottom: 10px;
}
.index-box-04 .center .slick-center .box .pic img {
  height: 190px;
  width: 190px;
  border-radius: 101px;
	border:4px solid #ffffff;
}
.index-box-04 .center .slick-center .box .name {
  color: #f0bf19;
  font-weight: bold;
}
.index-box-04 .center .slick-center .box .a-more {
  background: linear-gradient(#530d74,#f73166);
  border-color: linear-gradient(#530d74,#f73166);
}

.index-box-05 ul {
  margin-left: -20px;
}
.index-box-05 ul li {
  float: left;
  width: 386px;
  margin-top: 60px;
  vertical-align: bottom;
  margin-bottom: 30px;
  margin-left: 20px;
}
.index-box-05 ul li .box {
  height: 220px;
  padding: 0 30px;
  border: 1px solid #eaeef1;
  background: #ffffff;
  text-align: center;
}
.index-box-05 ul li .box .icon {
  margin-top: -57px;
}
.index-box-05 ul li .box .icon img {
  display: block;
  margin: 0 auto;
}
.index-box-05 ul li .box .title {
  height: 52px;
  line-height: 52px;
  color: #545454;
  font-size: 22px;
  font-weight: bold;
}
.index-box-05 ul li .box .txt {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  height: 88pc;
  overflow: hidden;
}

/*pic-scroll*/
.pic-scroll {
  overflow: hidden;
  position: relative;
}
.pic-scroll .hd .prev, .pic-scroll .hd .next {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 36px;
  height: 81px;
  position: absolute;
  top: 75px;
}
.pic-scroll .hd .prev {
  left: 15px;
  background: url("../img/prev.png") no-repeat;
}
.pic-scroll .hd .prev:hover {
  background: url("../img/img-97.png") no-repeat;
}
.pic-scroll .hd .next {
  right: 15px;
  background: url("../img/next.png") no-repeat;
}
.pic-scroll .hd .next:hover {
  background: url("../img/img-96.png") no-repeat;
}
.pic-scroll .bd {
  width: 1058px;
  overflow: hidden;
  margin-left: 71px;
}
.pic-scroll .bd ul {
  overflow: hidden;
}
.pic-scroll .bd ul li {
  margin-right: 10px;
  width: 257px;
  float: left;
  _display: inline;
  overflow: hidden;
}
.pic-scroll .bd ul li .box {
  position: relative;
  display: block;
}
.pic-scroll .bd ul li .box img {
  display: block;
  width:257px;
  height:190px;
}
.pic-scroll .bd ul li .box .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/img-41.png") repeat-y;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #ffffff;
}

.pic-scroll .bd ul li .box .title2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img-41.png") repeat-y;
  min-height: 35px;
  line-height: 26px;
  padding: 0 20px;
  color: #ffffff;
}

/*弹窗*/
.fancybox-title-over-wrap {
  right: 0;
}

.fancybox-close {
  background: url("../images/img-93.png") no-repeat top center !important;
  width: 44px !important;
  height: 44px !important;
  right: -22px !important;
  top: -22px !important;
}

.float-box {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}
#zx label{
  position:absolute;
  display:block;
  width:18px;
  height:18px;
  text-align:center;
  line-height:18px;
  top:0;
  left:10px;
  color:transparent;
  font-size:14px;
  font-family:"宋体";
  font-weight:bold;
  font-style:normal;
  animation: mymove .5s infinite;
  -webkit-animation: mymove .5s infinite alternate;
  border-radius:50%;
  background:transparent;
}
@keyframes mymove {
  from {
    color:#fff; background:red;border-color:red;} }
@-webkit-keyframes mymove {
  from {
    left: #fff; background:red;border-color:red;} }
.float-box a {
  display: block;
  width: 62px;
  height: 62px;
  border-bottom: 1px solid #7A7A7A;
  text-align: center;
  color: #ffffff;
  background: #595656;
  position: relative;
}
.float-box a span {
  display: block;
}
.float-box a span.icon {
  padding: 6px 0;
}
.float-box a span.icon img {
  display: block;
  margin: 0 auto;
}
.float-box a:hover {
  background: #ce2637;
}
.float-box a.go-top {
  background: #d5131a;
}
.float-box a .float-c {
  position: absolute;
  right: 62px;
  top: 0;
  display: none;
  background: #595656;
}
.float-box a .erwm-box {
  padding: 15px 25px;
  width: 190px;
}
.float-box a .erwm-box img {
  display: block;
}
.float-box a .tel-box {
  width: 180px;
  padding: 15px 10px;
  text-align: left;
}
.float-box a .tel-box .inp-s {
  border: 1px solid #ffffff;
  width: 158px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  background: transparent;
}
.float-box a .tel-box .btn-s {
  width: 66px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: none;
  background: #D5131A;
}

.float-btm-box {
  display:none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px 0 1px 0px;
  z-index: 998;
  background: rgba(0,0,0,.5);

}
.float-btm-box .close {
  position: absolute;
  left: 0;
  top: 0;
	height:40px;
}/*
.float-btm-box .m-title {

}
.float-btm-box .m-title img{
  width: 800px;
  height: 88px;
  float:left;
}

.float-btm-box .m-title span {
  text-transform: uppercase;
  color: #cec2b5;
  font-weight: normal;
  display: block;
  font-size: 12px;
}*/
.float-btm-box .inp-s1 {
  position:absolute;
  top: 6%;
  left: 10%;
  border: none;
  width: 155px;
  height: 29px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  background: url("../images/img-105.png") repeat;
  margin-right: 2px;
}
.float-btm-box .inp-s {
  position:absolute;
  top: 6%;
  left: 25%;
  border: none;
  width: 155px;
  height: 29px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  background: url("../images/img-105.png") repeat;
  margin-right: 2px;
}
.float-btm-box .btn-s {
  top: 0;
  left: 40%;
  position:absolute;
  width: 100px;
  height: 40px;
  border: none;
  background: url("../images/img-107.png") no-repeat;
  background-size: 100% 100%;
}
.new-s {
  border: none;
  width: 138px;
  height: 40px;
  line-height: 40px;
  background: #e88f10;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
    font-size: 16px;
  border-radius: 10px;
}



.box-warp {
    background: url("../images/img-118.png") repeat-y;
    padding-bottom: 30px;
    overflow: hidden;
	}

/*天下怡家*/
.new-box-01 {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 541px;
}
.new-box-01 .box-info {
  width: 416px;
  height: 413px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 120px;
  top: 35px;
  padding: 60px 35px 0 35px;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  overflow: hidden;
}
.new-box-01 .box-info .box-title {
  background: url("../images/new-02.png") no-repeat left bottom;
  font-size: 22px;
  color: #e88f10;
  height: 65px;
  line-height: 55px;
  margin-bottom: 30px;
}
.new-box-01 .box-img {
  width: 548px;
  height: 541px;
  margin-right: 120px;
}
.new-box-01 .box-img img {
  display: block;
  width: 548px;
  height: 541px;
}

.new-box-02 {
  height: 425px;
  background-position: top center;
  background-repeat: no-repeat;
}
.new-box-02 .box-info {
  width: 565px;
  padding-top: 35px;
}
.new-box-02 .box-info .box-title {
  background: url("../images/new-07.png") no-repeat left center;
  height: 44px;
  line-height: 44px;
  padding-left: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #545454;
}
.new-box-02 .box-info .box-s {
  color: #808080;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.new-box-02 .box-info .box-s .icon {
  line-height: 50px;
  margin-right: 10px;
}
.new-box-02 .box-info .box-s .icon img {
  vertical-align: middle;
}

.new-box-03 {
  padding-top: 70px;
  padding-bottom: 50px;
}
.new-box-03 .m-title {
  background: url("../images/new-15.png") no-repeat center center;
  text-align: center;
  color: #808080;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.new-box-03 .m-title span {
  display: block;
  color: #545454;
  font-size: 22px;
  font-weight: bold;
}
.new-box-03 ul {
  margin-left: -30px;
}
.new-box-03 ul li {
  float: left;
  width: 380px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 398px;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 30px;
  vertical-align: bottom;
}
.new-box-03 ul li .box-img {
  margin-bottom: 15px;
}
.new-box-03 ul li .box-img img {
  display: block;
  width: 380px;
  height: 208px;
}
.new-box-03 ul li .box-title {
  height: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.new-box-03 ul li .box-txt {
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 10px;
}
.new-box-03 ul li .a-more {
  display: block;
  border: 1px solid #f59d00;
  color: #f59d00;
  text-align: center;
  width: 124px;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  border-radius: 18px;
  margin: 15px auto 0 auto;
}
.new-box-03 ul li .a-more:hover {
  background: #f59d00;
  color: #ffffff;
}

.new-box-04 {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.new-box-04 .m-title {
  text-align: center;
  line-height: 1.2;
  font-size: 22px;
  color: #545454;
  font-weight: bold;
  margin-bottom: 40px;
}
.new-box-04 ul li {
  float: left;
  width: 400px;
}
.new-box-04 ul li .box-icon {
  width: 120px;
}
.new-box-04 ul li .box-icon img {
  display: block;
}
.new-box-04 ul li .box-txt {
  width: 280px;
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  padding-top: 6px;
}

.new-box-05 {
  background: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.new-box-05 .m-title {
  text-align: center;
  line-height: 1.2;
  font-size: 22px;
  color: #545454;
  font-weight: bold;
  margin-bottom: 40px;
}
.new-box-05 .inp-s {
  border: 1px solid #e88f10;
  background: #efb057;
  width: 192px;
  padding: 0 10px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
}
.new-box-05 .inp-s.w-02 {
  width: 252px;
}
.new-box-05 .inp-s::-webkit-input-placeholder {
  color: #ffffff;
}
.new-box-05 .inp-s:-moz-placeholder {
  color: #ffffff;
}
.new-box-05 .inp-s::-moz-placeholder {
  color: #ffffff;
}
.new-box-05 .inp-s:-ms-input-placeholder {
  color: #ffffff;
}
.new-box-05 .btn-s {
  width: 138px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #e04622;
  color: #ffffff;
  font-size: 14px;
}

.new-float-box {
  background: url("../images/new-04.png") no-repeat;
  width: 123px;
  height: 132px;
  padding-top: 60px;
  position: fixed;
  right: 50px;
  top: 300px;
}
.new-float-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



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