@charset "utf-8";

/* CSS Document */
/****首页home****/
.head-banner {
  width: 100%;
  min-width: 1200px;
  height: 1078px;
  background: url(../images/banner01.jpg) no-repeat center top;
  position: relative;
}

.head-banner.about {
  width: 100%;
  min-width: 1200px;
  height: 554px;
  background: url(../images/about_banner.png) no-repeat center top;
  position: relative;
}

.head-banner.ordering {
  width: 100%;
  min-width: 1200px;
  height: 625px;
  background: url(../images/ordering-banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.service {
  width: 100%;
  min-width: 1200px;
  height: 570px;
  background: url(../images/service-banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.after-sale {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url(../images/aftersale-banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.news {
  width: 100%;
  min-width: 1200px;
  height: 554px;
  background: url(../images/news_banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.order-intention {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url(../images/order_banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.join {
  width: 100%;
  min-width: 1200px;
  height: 604px;
  background: url(../images/join_banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.media {
  width: 100%;
  min-width: 1200px;
  height: 553px;
  background: url(../images/media-banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.contact {
  width: 100%;
  min-width: 1200px;
  height: 554px;
  background: url(../images/contact-banner.jpg) no-repeat center top;
  position: relative;
}

.head-banner.product {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: url(../images/products_banner1.jpg) no-repeat center center;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.head-banner.product2 {
  background-image: url(../images/products_banner2.jpg);
}

.head-banner.product3 {
  background-image: url(../images/products_banner3.jpg);
}

.head-banner.product4 {
  background-image: url(../images/products_banner4.jpg);
}

.news-part {
  width: 100%;
  height: 170px;
  background-color: rgba(63, 113, 225, .8);
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-part ul {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  /*background-color: #f00;*/
  overflow: hidden;
  padding-top: 18px;
}

.news-part li {
  float: left;
  margin-right: 80px;
  width: 220px;
  height: 138px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.news-part li:nth-of-type(4n) {
  margin-right: 0px;
  line-height: 134px;
  background: none;
  border: 2px solid rgba(255, 255, 255, .4);
  padding: 6px;
}

.news-part li:nth-of-type(4n) a {
  background-color: rgba(255, 255, 255, .5);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.news-part li:nth-of-type(4n) a:hover {
  color: #0a23dd;
  text-decoration: underline;
}

.news-part li>a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.news-part li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hoverbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  border-radius: 2px;
  border: 3px solid #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hoverbg a {
  font-size: 14px;
  color: #fff;
  width: 110px;
  height: 30px;
  /*background-color: rgba(255,255,255,.6);*/
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-weight: 700;
}

.news-part li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.news-part li:hover .hoverbg {
  opacity: 1;
  filter: alpha(opacity=1);
}

.main_subject {
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
  background-color: #fff;
}

.main_subject-in {
  width: 1170px;
  margin: 0 auto;
}

.subject_title {
  font-size: 32px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(0, 204, 204)), to(rgb(1, 174, 253)));
  -webkit-background-clip: text;
  /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent;
  /*text-fill-color会覆盖color所定义的字体颜色： */
  /*text-fill-color会覆盖color所定义的字体颜色： */
  font-family: "PingFang SC";
  font-weight: normal;
  margin-bottom: 30px;
}

.sub_title {
  font-size: 16px;
  color: #777;
  text-transform: uppercase;
}

.subject_title_p {
  width: 800px;
  margin: 20px auto;
  font-size: 16px;
  color: #777;
  font-family: "PingFang SC";

}

.news-list.main_subject.news.media li {
  height: 406px;
}

.main_subject.news.media .index_news_title {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-top: 24px;
  text-align: left;
}

.video-play-btn.on {
  opacity: 1;
  filter: alpha(opacity=100);
}

.video-play-btn img {
  margin-top: 0px !important;
}

.main_subject li {
  float: left;
  width: 25%;
  height: 480px;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}

.subject_img_box {
  width: 100%;
  height: 270px;
}

.subject_img_box img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.index.main_subject li a:hover .subject_img_box img{
transform: scale(1.07);
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
}
.subject_item_txt {
  width: 230px;
  margin: 0 auto;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  font-family: "PingFang SC";

}
.subject_item_txt.index.item{  height: 66px;}
.subject_item_title {
  font-size: 20px;
  color: #333;
  font-family: "SimHei";

}

.main_subject li a button,.main_subject .Boutique .hoverbg1 a{
  width: 148px;
  height: 42px;
  border: 1px solid #999999;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  margin: 40px auto 0;
  border-radius: 20px;
  cursor: pointer;
  color: #999;
  outline: none;
  background-color: #fff;
}

.main_subject li a button:hover{
  background-color: rgb(0, 202, 220);
  border-color: rgb(0, 202, 220);
  color: #fff;
  background-image: -moz-linear-gradient(56deg, rgb(0, 202, 221) 0%, rgb(0, 174, 253) 100%);
  background-image: -webkit-linear-gradient(56deg, rgb(0, 202, 221) 0%, rgb(0, 174, 253) 100%);
  background-image: -ms-linear-gradient(56deg, rgb(0, 202, 221) 0%, rgb(0, 174, 253) 100%);
}

.main_subject.news.media li a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  border-radius: 0px;
  border: none;
  padding: 0;
  line-height: inherit;
}

.main_subject.news.media li a:hover {
  background-color: #fff;
  border-color: transparent;
  color: #fff;
  background-image: none;
}

.main_subject.news.media .subject_img_box img {
  width: 100%;
}

.index_bg {
  width: 100%;
  height: 170px;
  background: url(../images/index_bg.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.index_bg_in {
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}

.index_bg li {
  float: left;
  width: 25%;
  height: 70px;
  text-align: center;
  margin-top: 50px;
}

.index_bg li p {
  color: #63fdff;
  margin-top: 6px;
}

.index_order {
  width: 100%;
  height: 330px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.098);
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.index_order_in {
  width: 1170px;
  margin: 0px auto;
  font-family: "PingFang SC";

}

.index_order_in h3 {
  font-size: 26px;
  color: #666;
  font-weight: normal;

}

.index_order_in p {
  font-size: 16px;
  color: #888;
  margin-top: 10px;
}

.index_order_in input {
  border: none;
  width: 320px;
  height: 36px;
  height: 36px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
  margin-right: 20px;
}

.order_input_box {
  margin-top: 40px;
  margin-bottom: 50px;
}

.index_order_in button {
  border-radius: 22px;
  background-image: -moz-linear-gradient(0deg, rgb(0, 202, 220) 0%, rgb(0, 173, 254) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 202, 220) 0%, rgb(0, 173, 254) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 202, 220) 0%, rgb(0, 173, 254) 100%);
  width: 600px;
  height: 44px;
  margin: 0 auto;
  border: 0;
  color: #fff;
  cursor: pointer;
  outline: none;
}

.main_subject .Boutique {
  margin-top: 60px;
  min-width: 1200px;
  overflow: hidden;
}

.main_subject .Boutique li {
  padding: 0;
  height: 350px;
  position: relative;
  margin-top: 0;
}

.main_subject .Boutique .subject_img_box {
  height: 100%;
}

.main_subject .Boutique .subject_img_box img {
  margin-top: 0;
  display: block;
}

.main_subject .Boutique .hoverbg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 63, 122, .8);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0;
  padding: 120px 10px;
}

.main_subject .Boutique .hoverbg1 a {
  font-size: 16px;
  color: #fff;
  width: 150px;
  height: 44px;
  background-color: rgba(0, 0, 0, .3);
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  position: unset;
  border: none;
}

.main_subject .Boutique li:hover .hoverbg1 {
  opacity: 1;
  filter: alpha(opacity=1);
}

.main_subject .Boutique .hoverbg1 .subject_item_txt {
  color: #fff;
  font-size: 20px;
}

.main_subject .Boutique .hoverbg1 a:hover {
  background: rgba(0, 0, 0, .2);
}

.index_partner {
  width: 1188px;
  height: 509px;
  background: url(../images/index_partner_bg.png) no-repeat center top;
  background-size: 1188px 509px;
  padding: 30px 0 46px;
}

.index_order.partner {
  height: 880px;
  padding-top: 90px;
}

.index_partner {
  margin-top: 80px;
}

.index_partner ul {
  height: 90px;
  overflow: hidden;
}

.index_partner ul.first,
.index_partner ul.fifth {
  padding-left: 170px;
}

.index_partner ul.second {
  height: 87px;
  padding-left: 82px;

}

.index_partner ul.forth {
  padding-left: 84px;
  height: 87px;

}

.index_partner ul li {
  float: left;
  width: 170px;
  text-align: center;
  height: 100%;
  line-height: 90px;
}

.index_partner ul.third li {
  width: 169px;
}

.index_partner ul li img {
  vertical-align: middle;
}

.main_subject.news li {
  width: 376px;
  height: 470px;
  padding: 0;
  margin-right: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(236, 236, 236, 0.75);
  border: 1px solid rgb(234, 234, 234);
  margin-bottom: 20px;
  margin-top: 30px;
}

.main_subject.news li:nth-of-type(3n) {
  margin-right: 0;
}

.main_subject.news .subject_img_box {
  height: 260px;
  position: relative;
}

.main_subject.news .subject_img_box img {
  margin-top: 0;
}

.main_subject.news .index_news_title {
  padding: 26px 20px;
}
.main_subject.news .index_news_title span{color:#666;}
.main_subject.news .subject_item_txt {
  width: 100%;
  padding: 0 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_subject.news li a {
  margin-top: 30px;
}

.main_subject.news .subject_item_title {
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_subject.news {
  padding-bottom: 40px;
}

/* 本例子css */
.slideBoxIndex {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  /* max-height: 100vh; */
}

.slideBoxIndex .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1;
  transform: translate(-50%);
  background: none;
  padding: 0;
}

.slideBoxIndex .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  margin-top: 0;
}

.slideBoxIndex .hd ul li {
  float: left;
  margin-right: 8px;
  width: 9px !important;
  height: 9px !important;
  line-height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  opacity: .3;
  filter: Alpha(opacity=30);
  box-sizing: border-box;
}

.slideBoxIndex .hd ul li.on {
  background: none;
  color: #fff;
  border: 2px solid #00d4e8;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.slideBoxIndex .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBoxIndex .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.slideBoxIndex .bd img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBoxIndex .prev,
.slideBoxIndex .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBoxIndex .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBoxIndex .prev:hover,
.slideBoxIndex .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBoxIndex .prevStop {
  display: none;
}

.slideBoxIndex .nextStop {
  display: none;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
}

.indexmask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: .8;
  filter: Alpha(opacity=80);
  left: 0;
  top: 0;
  display: none;
  z-index: 1000001;
}

.popSlide {
  border-radius: 10px;
  background-color: rgb(42, 44, 48);
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1070px;
  height: 780px;
  margin-left: -535px;
  margin-top: -408px;
  z-index: 1000003;
  padding: 34px 40px;
  display: none;
}

.popSlide .popslide-title {
  height: 48px;
  text-align: center;
}

.popSlide .popslide-title span {
  font-size: 20px;
  font-family: "PingFang";
  color: rgb(255, 255, 255);
  line-height: 0.977;
  text-align: center;
  display: inline-block;
  max-width: 850px;
}

.popSlide .popslide-title a {
  font-size: 13px;
  font-family: "PingFang SC";
  color: rgb(190, 190, 190);
  line-height: 1.612;
  text-align: justifyLeft;
}

.popslideBox {
  width: 100%;
  height: 604px;
  position: relative;
  border-radius: 10px;

}

.popslideBox .hd {
  width: 60px;
  height: 42px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: -64px;
  z-index: 1;
  background: none;
  padding: 0;
  position: absolute;
  margin-top: -72px;
  z-index: 999;
}

.popslideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  margin-top: 0;
}

.popslideBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 60px !important;
  height: 42px !important;
  line-height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
}

.popslideBox .hd ul li.on {
  background: none;
  color: #fff;
  border: 2px solid #00d4e8;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.popslideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.popslideBox .bd ul {
  height: 100%;
}

.popslideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.popslideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.popslideBox .prev,
.popslideBox .next {
  position: absolute;
  left: 0%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 70px;
  height: 82px;
  background: url(../images/index-popSlide-pre.png) no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.popslideBox .next {
  left: auto;
  right: 0%;
  background: url(../images/index-popslide-next.png) no-repeat;
}

.popslideBox .prev:hover,
.popslideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.popslideBox .prevStop {
  display: none;
}

.popslideBox .nextStop {
  display: none;
}

.popsec {
  width: 1005px;
  height: 42px;
  line-height: 42px;
  margin-top: 25px;
}

.popsec span {
  width: 60px;
  height: 100%;
  border-right: 1px solid #3b3f45;
}

.popsec p {
  width: 914px;
}

.popslideBox .bd li .title {
  position: absolute;
  width: 914px;
  height: 42px;
  padding-left: 20px;
  font-family: "PingFang SC";
  font-size: 13.647px;
  color: rgb(255, 255, 255);
  line-height: 1.612;
  line-height: 1.612;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  left: 62px;
  bottom: -70px;
  z-index: 1;
  background: none;
  margin-top: -62px;
  z-index: 999;
}

.popslideBox .pageState {
  font-size: 16px;
  font-family: "PingFang SC";
  color: rgb(153, 153, 153);
  line-height: 1.584;
}

.popslideBox .pageState span {
  font-size: 26px;
  min-width: 18px;
  height: 100%;
  display: inline-block;
  font-family: "PingFang";
  color: rgb(153, 153, 153);
  background-image: -webkit-linear-gradient(bottom, #00c7e1, #00b1fa);
  background-image: linear-gradient(bottom, #00c7e1, #00b1fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/****首页home end****/

/****about start****/
.container {
  width: 100%;
  height: 100%;
  float: left;
}

.about_part {
  margin-top: 60px;
}

.about_part img {
  display: block;
}

.main_subject.about {
  padding-top: 0;
}

.main_subject.about li {
  /*width: 33.33%;*/
  height: 350px;
}

.main_subject.about .subject_img_box {
  height: 160px;
}

.main_subject.about .subject_item_txt {
  margin-top: 20px;
}

.about_part.main {
  margin-top: 100px;
  width: 100%;
  height: 730px;
  background: url(../images/about_list_bg.png) no-repeat center 12px;
  position: relative;
}

.about_part.main li {
  width: 326px;
  padding: 0;
  margin-top: 10px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
}

.about_part.main li h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.about_part.main li p {
  font-size: 14px;
  font-family: "PingFang SC";
  color: rgb(115, 115, 115);
}


.about_part.main li:nth-of-type(2n+1) {
  text-align: right;
  padding-right: 10px;
  padding-left: 40px;
}

.about_part.main li:nth-of-type(2n) {
  text-align: left;
  padding-right: 40px;

}

.about_part.main li:nth-of-type(2) {
  width: 306px;
  left: auto;
  right: 0;
  top: 0;

}

.about_part.main li:nth-of-type(3),
.about_part.main li:nth-of-type(4) {
  /* margin-top: 340px; */
}

.about_part.main li:nth-of-type(3) {
  width: 260px;
  top: 420px;
}

.about_part.main li:nth-of-type(4) {
  width: 240px;
  top: 420px;
  right: 0;
  left: auto;
}

.about_part.main li:nth-of-type(5) {
  width: 304px;
  height: 106px;
  top: 620px;
  right: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

/****about end****/

/****ordering start****/
.middle-tittle.ordering {
  width: 100%;
  height: 126px;
  background: -webkit-linear-gradient(left, #aac8f9, #aac8f9, rgba(170, 200, 249, 0.5), rgba(170, 200, 249, 0.1));
  background: -o-linear-gradient(left, #aac8f9, #aac8f9, rgba(170, 200, 249, 0.5), rgba(170, 200, 249, 0.1));
  background: -moz-linear-gradient(left, #aac8f9, #aac8f9, rgba(170, 200, 249, 0.5), rgba(170, 200, 249, 0.1));
  background: -ms-linear-gradient(left, #aac8f9, #aac8f9, rgba(170, 200, 249, 0.5), rgba(170, 200, 249, 0.1));
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#aac8f9, endColorStr=transparent);
  background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#aac8f9), to(rgba(170, 200, 249, 0.1)));
}

.middle-tittlein {
  width: 1200px;
  margin: 0 auto;
}

.middle-tittlein p {
  font-size: 34px;
  color: #007eec;
  height: 126px;
  line-height: 126px;
}

.discussion-area {
  width: 100%;
  height: 295px;
  background-color: #fff;
}

.discussion-areain {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.discussion-areain h3 {
  line-height: 90px;
  font-size: 30px;
  color: #7a7c7f;
  letter-spacing: 4px;
  font-family: 'SimHei';
}

.discussion-areain .infoList ul {
  overflow: hidden;
  width: 100%;
}

.discussion-areain .discussion-areali li {
  float: left;
  width: 25%;
  height: 280px;
}

.discussion-areain .discussion-areali li img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.discussion-areain .discussion-areali li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.discussion-areain .discussion-part h3 {
  line-height: 95px;
  font-size: 24px;
  padding-left: 16px;
}

.discussion-areain .infoList li {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  float: none;
  position: relative;
  height: auto !important;
}

.discussion-areain .discussion-areali img {
  width: 100%;
  height: 100%;
}

.discussion-part {
  background-color: #fff;
}

.discussion-part li span {
  width: 54px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.discussion-part li span img {
  vertical-align: middle;
}

.discussion-part li p {
  font-size: 14px;
  color: #484747;
}

.discussion-part li i.drowup,
.discussion-part li i.drowdown {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.discussion-part li i.drowup:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #666;
}

.discussion-part li i.drowdown:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #666;
}

.discussion-part li i.drowup:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #666;
}

/*.discussion-part li i.drowdown:after {content: ''; display: inline-block; width: 8px; height: 8px; border-top: 2px solid #666; border-right: 2px solid #666; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute;right: 20px;top: 20px; }*/
.discussion-part li dl {
  width: 100%;
  display: none;
  background-color: #fff;
}

.discussion-part li dl dd {
  height: 50px;
  border-bottom: 1px solid #e2e2e2;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  font-size: 12px;
  margin: 0 16px;
  color: #666;
}

.discussion-part li dl dd:last-child {
  border-bottom: none;
}

.bottom-banner.ordering {
  height: 572px;
}

.hd {
  overflow: hidden;
  height: 30px;
  background: #fff;
  padding: 0 10px 10px;
  text-align: center;
}

.txtScroll-top .bd {
  height: 400px !important;
  overflow-y: auto !important;
}

.txtScroll-top .tempWrap {
  height: auto !important;
}

.txtScroll-top .bd::-webkit-scrollbar {
  display: none;
}

.hd .prev,
.txtScroll-top .hd .next {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  color: #0b79c8;
}

.hd .prev {
  height: 14px !important;
}

.hd ul {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  display: inline-block;
}

.hd ul li {
  float: left !important;
  width: 8px !important;
  height: 8px !important;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #b4b4b4;
  border-radius: 100%;
}

.hd ul li.on {
  background-color: #0b79c8;
}

/****ordering end****/


/****service start****/
.service-promise {
  width: 100%;
  height: 1048px;
  background: url(../images/service-midbanner.png) 0 0 no-repeat;
}

.service-promisein,
.service-featurein {
  width: 1200px;
  margin: 0 auto;
}

.service-featurein {
  padding-top: 50px;
}

.service-header {
  width: 100%;
  height: 160px;
  line-height: 160px;
  font-size: 70px;
  color: #fff;
  font-family: 'SimHei';
  margin-top: 20px;
}

.service-content {
  padding: 50px 0;
  overflow: hidden;
}

.service-content:nth-of-type(2) {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
}

.service-content h3 {
  font-size: 45px;
  color: #fff;
  color: #fff;
  font-family: 'SimHei';
  line-height: 100px;
  letter-spacing: 2px;
}

.service-content p {
  font-size: 22px;
  color: #fff;
  color: #fff;
  font-family: 'SimHei';
  margin-bottom: 20px;
  line-height: 36px;
  letter-spacing: 2px;
}

.service-feature {
  width: 100%;
  height: 670px;
  background: url(../images/service-botbanner.jpg) 0 0 no-repeat;
}

.service-item {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  overflow: hidden;
}

.service-itemin {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-family: 'SimHei';
}

.service-itemin h3 {
  font-size: 44px;
  text-align: center;
  color: #2e5ea5;
  height: 100px;
  font-family: 'SimHei';
}

.service-itemin li {
  float: left;
  width: 362px;
  height: 444px;
  margin-right: 50px;
  border: 1px solid #ddd;
  position: relative;
}

.service-itemin li:nth-of-type(3n) {
  margin: 0;
}

.service_tle {
  width: 100%;
  height: 142px;
  background-color: #00b0f0;
  padding-left: 60px;
  padding-top: 30px;
}

.service_tle img,
.service_tle span {
  float: left;
  margin-right: 20px;
  letter-spacing: 4px;
}

.service_tle span {
  font-size: 30px;
  color: #fff;
}

.service-itemin li:nth-of-type(2) .service_tle {
  background-color: #0079f7;
}

.service-itemin li:nth-of-type(3) .service_tle {
  background-color: #387dbc;
}

.after_content {
  width: 100%;
  height: 238px;
  padding: 60px 36px 0;
}

.after_content p {
  line-height: 34px;
  font-size: 18px;
  color: #736f6f;
}

.after-service-bot {
  width: 100%;
  height: 62px;
  background-color: #ededec;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ddd;
}

.after_sale_contact {
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
  background-color: #15408b;
  font-family: 'SimHei';
}

.after_sale_contact_in {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.after_sale_contact_in li {
  margin-bottom: 50px;
  float: left;
}

.after_sale_contact_in li*> {
  float: left;
}

.after_sale_contact_in li i {
  width: 74px;
  height: 76px;
  background-color: #2255a0;
  float: left;
  border-radius: 10px;
  text-align: center;
  line-height: 76px;
  margin-right: 24px;
}

.after_sale_contact_in li i img {
  vertical-align: middle;
}

.after_sale_contact_in li span {
  float: left;
  width: 340px;
  height: 76px;
}

.after_sale_contact_in li p {
  line-height: 34px;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 2px;
}

.after_sale_contact_in li:nth-child(even) {
  float: right;
}

.showDown {
  animation-name: showDown;
  -webkit-animation-name: showDown;
}

.showLeft {
  animation-name: showLeft;
  -webkit-animation-name: showLeft;
}

.showRight {
  animation-name: showRight;
  -webkit-animation-name: showRight;
}


/*contact start*/

.main_subject.contact li {
  width: 50%;
  height: 180px;
  background: url(../images/contact_icon1.png) no-repeat;
  background-size: 480px 168px;
  padding-left: 146px;
  padding-top: 46px;
  padding-right: 70px;
}

.main_subject.contact li:nth-of-type(2) {
  background-image: url(../images/contact_icon2.png);
}

.main_subject.contact li:nth-of-type(3) {
  background-image: url(../images/contact_icon3.png);
}

.main_subject.contact li:nth-of-type(4) {
  background-image: url(../images/contact_icon4.png);
}

.main_subject.contact li h3,
.main_subject.contact li p {
  text-align: left;
}

.main_subject.contact li h3 {
  font-size: 22px;
  font-family: "PingFang";
  width: 300px;
  height: 30px;
  /* background-image: -webkit-linear-gradient(to top right, #00c7e1, #00b1fa);
  background-image: linear-gradient(to top right, #00c7e1, #00b1fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #12a6d6;
  background-image: -webkit-linear-gradient(bottom left, #00c1d4, #00a7f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;

}

.main_subject.contact li p {
  font-size: 21px;
  /*font-family: "PingFang";*/
  color: #888;
}

.index_order.contact {
  height: auto;
  background-color: #fcfcfc;
}

.contact .index_order_in input {
  width: 460px;
}

.contact .index_order_in textarea {
  width: 960px;
  height: 170px;
  background: rgb(248, 248, 248);
  border: none;
  outline: none;
  padding-left: 10px;
  padding-top: 10px;
  resize: none;
}

@keyframes showDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

@-webkit-keyframes showDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes showDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

@keyframes showLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@-webkit-keyframes showLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes showLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@keyframes showRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@-webkit-keyframes showRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes showRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

/****service end****/


/****join start****/
.join-item {
  width: 100%;
  height: 720px;
  background: -webkit-linear-gradient(bottom, #50b4fd, rgba(80, 180, 253, 0.5), rgba(80, 180, 253, 0.0));
  background: -o-linear-gradient(bottom, #50b4fd, rgba(80, 180, 253, 0.5), rgba(80, 180, 253, 0.0));
  background: -moz-linear-gradient(bottom, #50b4fd, rgba(80, 180, 253, 0.5), rgba(80, 180, 253, 0.0));
  background: -ms-linear-gradient(bottom, #50b4fd, rgba(80, 180, 253, 0.5), rgba(80, 180, 253, 0.0));
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#50b4fd, endColorStr=transparent);
  background: -webkit-gradient(linear, bottom, 0% 50% 100%, from(#50b4fd), to(rgba(80, 180, 253, 0.0)));
  overflow: hidden;
}

.join-itemin {
  width: 1200px;
  height: 100%;
  margin: 140px auto 0;
}

.join-itemin li {
  float: left;
  margin: 0 24px 24px 0;
  height: 220px;
  width: 380px;
}

.join-itemin li img {
  width: 100%;
  height: 100%;
}

.join-itemin li:nth-of-type(3n) {
  margin-right: 0px;
}

.join-welfare {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.join-welfare-in {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.join-welfare-tle {
  font-family: 'SimHei';
  text-align: center;
  line-height: 38px;
  margin-top: 30px;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
}

.join-welfare {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
}

.join-welfare-tle p:first-child {
  color: #777;
  font-size: 11px;
  letter-spacing: 4px;
  font-family: 'Microsoft YaHei';
}

.join-welfare-tle h3 {
  font-size: 30px;
  color: #252424;
}

.join-welfare-tle .line {
  width: 266px;
  height: 1px;
  background-color: #ddd;
  display: inline-block;
  position: relative;
}

.join-welfare-tle .line:after {
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  background-color: #054ba1;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  top: -1px;
}

.join-welfare-tle p:last-child {
  color: #101010;
  font-size: 18px;
}

.show-li {
  padding: 0 66px;
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 340px;
  margin-top: 46px;
}

.show-li>a {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #b9b9b9;
  text-align: center;
  line-height: 40px;
  font-family: 'Microsoft YaHei';
  text-decoration: none;
}

.show-li>a.arrow-r {
  left: auto;
  right: 0;
}

.show-li>a:hover {
  text-decoration: none;
}

.show-li li {
  width: 230px;
  height: 264px;
  margin-right: 36px;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  padding: 95px 24px 0 24px;
  font-family: 'SimHei';
  position: relative;
}

.show-li li span {
  width: 92px;
  height: 92px;
  border: 1px solid #ddd;
  left: 50%;
  margin-left: -46px;
  top: -46px;
  position: absolute;
  background-color: #f8f8f8;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  line-height: 92px;
  text-align: center;
}

.show-li li span img {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: 26px;
}

.show-li li a {
  text-decoration: none;
}

.show-li h4 {
  font-size: 20px;
  height: 40px;
  color: #2a2a2a;
}

.show-li p {
  font-size: 15px;
  line-height: 24px;
  color: #2a2a2a;
}

.show-li .bd {
  width: 1040px;
  height: 340px;
  overflow: hidden;
  position: relative;
  float: left;
}

.show-li .bd ul {
  width: 101010px;
  position: absolute;
  left: 0px;
  top: 70px;
}

.job-recruitment {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  background-color: #f9f9f9;
}

.job-recruitment-in {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.job-recruitment-tle {
  width: 100%;
  height: 60px;
}

.job-recruitment-tle span,
.job-recruitment-tle .search,
.job-recruitment-tle select {
  float: left;
  font-size: 16px;
  color: #292828;
  margin-right: 12px;
  line-height: 30px;
}

.job-recruitment-tle select {
  height: 32px;
  border: 1px solid #ccc;
  padding: 0 8px;
  margin-right: 14px;
}

.job-recruitment-tle .search {
  float: left;
  width: 220px;
  height: 30px;
  margin-left: 50px;
  border: 1px solid #1c4eb4;
}

.job-recruitment-tle .search input {
  float: left;
  height: 100%;
  border: none;
  background: none;
  width: 176px;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}

.job-recruitment-tle .search button {
  border: none;
  width: 34px;
  height: 100%;
  float: right;
  background: #1c4eb4 url(../images/search.png) center center no-repeat;
  cursor: pointer;
}

.table {
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
}

.table tr {
  height: 46px;
  width: 100%;
  line-height: 46px;
}

.table tr td {
  padding: 0 8px;
  border-bottom: 1px solid #ddd;
  color: #3c3c3c;
  font-size: 15px;
}

.table tr td:first-child {
  padding-left: 50px;
}

/****join end****/

/****news start****/
.news-item {
  padding: 80px 0 20px 0;
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
}

.news-itemin {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.news-itemin li {
  width: 100%;
  height: 246px;
  background-color: #fff;
  margin-bottom: 36px;
  padding: 16px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.news-itemin li:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.news-itemin li div {
  text-align: center;
  float: left;
  width: 384px;
  height: 100%;
}

.news-itemin li div img {
  vertical-align: middle;
}

.news-itemin li .news-con {
  text-align: left;
  float: left;
  width: 754px;
  border-right: 1px solid #ccc;
  padding-right: 150px;
}

.news-itemin li .news-con h3 {
  font-size: 25px;
  color: #262627;
  height: 50px;
  letter-spacing: 2px;
}

.news-itemin li .news-con p {
  font-size: 15px;
  color: #262627;
  line-height: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-itemin li .news-con p:last-child {
  margin-top: 60px;
  font-size: 15px;
  color: #666;
}

.news-itemin li .news-con p:last-child span,
.heightline-news {
  margin-right: 20px;
}

.news-itemin li .news-con p:last-child span:nth-of-type(2) {
  color: #b9b8b8;
}

.heightline-news {
  color: #052e98;
  text-decoration: none;
}

.news-itemin li .news-more {
  float: right;
  width: 60px;
  height: 100%;
  position: relative;
}

.news-itemin li .news-more:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 2px solid #40458b;
  border-right: 2px solid #40458b;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
}

.news-detail {
  width: 1200px;
  padding: 20px 80px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 60px;
}

.news-tle {
  font-size: 36px;
  color: #666;
  height: 60px;
  margin-top: 30px;
}

.news-detail .news-date {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}

.news-detail p {
  margin-top: 36px;
  text-indent: 2em;
  line-height: 24px;
}

.news-detail p.news-img {
  margin: 40px 0 0;
  text-align: center;
}

.news-line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.news-more-detail {
  height: 40px;
  width: 100%;
  margin: 30px 0;
  font-size: 14px;
  text-align: center;
}

.news-more-detail .news-next {
  float: left;
  color: #666;
  width: 145px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ececec;
}

.news-more-detail .news-next span {
  display: inline-block;
  width: 40px;
  height: 100%;
  float: left;
  border-right: 1px solid #ececec;
  font-size: 22px;
  color: #454545;
}

.news-more-detail .news-next.right span {
  border-right: 0;
  border-left: 1px solid #ececec;
}

.news-more-detail .news-next:hover {
  color: #f00;
}

.news-more-detail .news-return {
  /*border: 1px solid #aaaaaa;*/
  height: 40px;
  width: 170px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #00cadc;
  font-size: 16px;
  display: inline-block;
}

.news-list.main_subject.news li {
  margin-top: 0;
}

.news-list.main_subject {
  padding-top: 0;
}

.news-list .subject_title {
  height: 70px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  -webkit-text-fill-color: #333;
}

.news-list .subject_title a {
  font-size: 16px;
  color: #666;
  width: 112px;
  height: 32px;
  display: inline-block;
  margin-right: 40px;
  line-height: 32px;
  margin-top: 20px;
  cursor: pointer;
}

.news-list .subject_title a.on {
  color: #fff;
  border-radius: 16px;
  background-image: -moz-linear-gradient(56deg, rgb(0, 202, 221) 0%, rgb(0, 174, 253) 100%);
  background-image: -webkit-linear-gradient(56deg, rgb(0, 202, 221) 0%, rgb(0, 174, 253) 100%);
  background-image: -ms-linear-gradient(56deg, rgb(0, 202, 221) 0%, rgb(0, 174, 253) 100%);
  -webkit-text-fill-color: #fff;
}

/****news end****/

.order-item {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background-color: #fff;
}

.order-itemin {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.order-itemin li {
  width: 370px;
  height: 534px;
  float: left;
  margin: 0 40px 70px 0;
  background-color: #e4e4e4;
  overflow: hidden;
}

.order-itemin li:nth-of-type(3n) {
  margin-right: 0px;
}

.product-detail {
  width: 100%;
  height: 458px;
}

.product-img {
  height: 370px;
  text-align: center;
  line-height: 370px;
}

.product-img img {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.order-itemin li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.order-itemin li:hover .product-title {
  color: #12a6d6;
}

.product-title {
  line-height: 80px;
  text-align: center;
  color: #828283;
  font-size: 24px;
  letter-spacing: 2px;
}

.product-ordering {
  width: 100%;
  height: 74px;
  background: url(../images/product-ordering.jpg) 0 0 repeat;
  padding-top: 24px;
}

.add-ordering {
  width: 234px;
  height: 32px;
  border: 2px solid #b1b1b1;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  line-height: 28px;
  padding: 0 20px;
  color: #b1b1b1;
  text-decoration: none;
}

.add-ordering:hover {
  text-decoration: none;
}

.add-ordering.cur,
.add-ordering.cur i {
  border-color: #03529d;
  color: #03529d;
}

.add-ordering i {
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b1b1b1;
  color: #b1b1b1;
  font-size: 16px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.ordering-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.ordering-table td {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
  color: #333;
  font-size: 15px;
}

.ordering-table td:first-child {
  width: 15%;
  text-align: right;
  letter-spacing: 3px;
}

.ordering-table td input {
  width: 310px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.color-focus {
  color: #0054a3;
  font-weight: bold;
}

input.order-submit {
  width: 100%;
  height: 66px;
  display: block;
  border-radius: 10px;
  background-color: #0054a3;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 4px;
  margin-top: 20px;
  cursor: pointer;
}

.ordering-table .product_adding {
  padding-top: 10px;
}

.add_pro_name {
  padding: 0 4px;
  height: 28px;
  background-color: #0054a3;
  border-radius: 5px;
  color: #fff;
  float: left;
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.add_pro_name i {
  float: right;
  margin-left: 4px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
}

.an-view {
  animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}

/* 布局开始 */
.section {
  position: relative;
  overflow: hidden;
  /* 修复漏出第二屏的bug */
}

.section h3 {
  font-size: 36px;
  font-family: "FZLanTingHei-EL-GBK";
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  text-align: left;
}

.section p {
  font-size: 16px;
  font-family: "FZLanTingHei-EL-GBK";
  color: rgb(255, 255, 255);
  text-align: left;
  line-height: 24px;
  letter-spacing: 1px;

}

.section .posr {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.posa {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.page1 .pagetext {
  width: 510px;
  height: 290px;
  left: 0px;
}

.page2 .pagetext {
  width: 470px;
  height: 224px;
  left: 0px;
}

.section.out .pagetext {
  left: -500px;
  opacity: 0;
}

.section.out .pageimg {
  right: -500px;
  opacity: 0;
}

.page3 .pagetext {
  width: 490px;
  height: 230px;
  left: 0px;
}

.page4 .pagetext {
  width: 374px;
  height: 200px;
  left: 0px;
}

.page1 .pagetext div {
  font-size: 28px;
  font-family: "FZLTCXHJW";
  color: rgb(255, 255, 255);
  text-align: left;
  margin-bottom: 20px;
}

.page1 .pageimg {
  width: 650px;
  height: 634px;
}

.page2 .pageimg {
  width: 690px;
  height: 534px;
}

.page3 .pageimg {
  width: 670px;
  height: 470px;
}

.page4 .pageimg {
  width: 760px;
  height: 800px;
}

.section .pageimg {
  left: auto;
  right: 0;
  text-align: right;
}

.section .pageimg img {
  max-width: 100%;
}

.page1 .pagetext h3 {
  margin-bottom: 10px;
}

.section .pagetext {
  transition: all 1.2s;
}

.section .pageimg {
  transition: all 1.5s;
  transition-delay: .1s;
  -moz-transition-delay: .1s;
  /* Firefox 4 */
  -webkit-transition-delay: .1s;
  /* Safari 和 Chrome */
  -o-transition-delay: .1s;
}

.section .return-home,
.section .products-play-btn {
  border-radius: 50%;
  background-color: rgb(255, 255, 255, .15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  position: absolute;
  width: 60px;
  height: 60px;
  left: auto;
  right: 50px;
  top: auto;
  bottom: 180px;
  position: absolute;
  background-image: url(../images/products-index_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  cursor: pointer;
}

.section .products-play-btn {
  bottom: 86px;
  background-image: url(../images/View1.png);
  -webkit-background-size: 34px;
  background-size: 34px;
}

.section .return-home:hover,
.section .products-play-btn:hover {
  background-color: rgb(255, 255, 255, .2);
  background-image: url(../images/products-index_icon1.png);
}

.section .products-play-btn:hover {
  background-image: url(../images/View.png);

}

.section .products-more-detail {
  border-radius: 60px;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 390px;
  height: 114px;
  transform: translate(-50%, -50%);
  background-image: url(../images/products-more-detail.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 265px 40px;
  background-size: 265px 40px;
  cursor: pointer;
  z-index: 2;
  display: none;
  transition: opacity 1.5s;

}

.section .pagemask {
  background-color: rgb(154, 154, 154);
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  transition: opacity 1.5s;
}

.section .pagemask.on,
.section .products-more-detail.on {
  opacity: 0.529;
  display: block;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff !important;
}

/*下一页 上一页 */
.page .next,.page .prev {
  border-radius: 2px;
  background-image: -moz-linear-gradient( 56deg, rgb(0,202,221) 0%, rgb(0,174,253) 100%);
  background-image: -webkit-linear-gradient( 56deg, rgb(0,202,221) 0%, rgb(0,174,253) 100%);
  background-image: -ms-linear-gradient( 56deg, rgb(0,202,221) 0%, rgb(0,174,253) 100%);
  width: 86px;
  height: 36px;
  font-size: 14px;
  font-family: "SourceHanSansSC";
  color: rgb(255, 255, 255);
  line-height: 36px;
  /* -moz-transform: matrix( 0.99999901556297,0,0,1.00000434631884,0,0);
  -webkit-transform: matrix( 0.99999901556297,0,0,1.00000434631884,0,0);
  -ms-transform: matrix( 0.99999901556297,0,0,1.00000434631884,0,0); */
  display: inline-block;
  text-align: center;

}
.page .prev {margin-right: 10px;}
/*不是当前页  */
.page .num{
  background-color: rgb(210, 210, 210);
  height: 36px;
  padding:0 16px;
  display: inline-block;
  line-height: 36px;
  font-size: 14px;
  font-family: "SourceHanSansSC";
  color: #333;
  line-height: 36px;
  /* -moz-transform: matrix( 0.99999901556297,0,0,1.00000434631884,0,0);
  -webkit-transform: matrix( 0.99999901556297,0,0,1.00000434631884,0,0);
  -ms-transform: matrix( 0.99999901556297,0,0,1.00000434631884,0,0); */
  background-color: rgb(210, 210, 210);
  height: 36px;
  padding:0 16px;
  margin-right: 10px;

}
/* 当前页 */
.page .current{
  border-radius: 2px;
  background-image: -moz-linear-gradient( 56deg, rgb(0,202,221) 0%, rgb(0,174,253) 100%);
  background-image: -webkit-linear-gradient( 56deg, rgb(0,202,221) 0%, rgb(0,174,253) 100%);
  background-image: -ms-linear-gradient( 56deg, rgb(0,202,221) 0%, rgb(0,174,253) 100%);
  height: 36px;
  padding:0 16px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 10px;
}


