html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details,
summary,
picture {
  display: block;
}

html,
body {
  font-family: "FuturaLT", "Open Sans", "PingFang SC", "Microsoft YaHei";
  overflow-x: hidden;
  box-sizing: border-box;
  min-width: 320px;
  color: #333;
  font-size: 14px;


}



ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

span {
  outline: none;
}

em {
  font-style: normal;
}

textarea,
input,
button,
select {
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;

}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}

.animation {
  animation-duration: 2s;
  animation-delay: 0.7s;
}

.animationduration {
  animation-duration: 2.5s;

}

.slick-slide {
  outline: none;
}

.wp {
  width: 92%;
  max-width: 1200px;
  margin: auto;
}

/*移动端导航*/
.motop {
  width: 100%;
  height: 60px;
  top: 0;
  position: fixed;
  padding: 0 4%;
  z-index: 9999;
  display: none;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .53s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

.mologo {
  margin: 0 auto;
  text-align: center;
}

.mologo a {
  line-height: 60px;
}

.mologo a span {
  font-size: 12px;
  margin-left: 6px;
}

.mologo img {
  width: 76px;
  vertical-align: middle;
}

.monav {
  margin-top: 20px;
  padding-left: 32px;
  position: relative;
  display: inline-block;
}

.monav span {
  width: 24px;
  height: 3px;
  display: block;
  background: #1e1e1e;
  position: absolute;
  transition: all .5s;
}

.monav-but {
  position: absolute;
  left: 0;
  top: 0;
}

.monav .s1 {
  top: 5px;
}

.monav .s2 {
  top: 11px;
}

.monav .s3 {
  top: 17px;
}

.monav .s1.on {
  transform: rotate(45deg);
  top: 10px;
  background: #0368fe;
}

.monav .s2.on {
  opacity: 0;
}

.monav .s3.on {
  transform: rotate(-45deg);
  top: 10px;
  background: #0368fe;
}

.monav p {
  font-size: 16px;
}

/*下拉*/
.navdown {
  width: 100%;
  background: #f9f9f9;
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  z-index: 9999;
  display: none;


}

.navdown>ul {
  overflow-y: auto;
  height: 80%;

}

.navdown>ul>li {
  line-height: 50px;
  font-size: 16px;
  color: #333;
  position: relative;

}

.navdown>ul>li>a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 25px;
  line-height: 50px;
  box-sizing: border-box;
}

.navdown .ul2 {
  display: none;
}

.navdown .ul2 li {

  position: relative;
  margin-left: 25px;

}

.navdown .ul2 li a {
  line-height: 50px;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: 1px solid #e5e5e5;

}

.navdown .ul2 li a i {
  position: absolute;
  right: 4%;


}

.navdown>ul>li>a>i {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 15px !important;
  height: 15px;
  -webkit-background-size: contain;
  background-size: contain;
  left: auto !important;
  right: 25px;
  top: 18px;


}

.navdown>ul>li>a>i.on {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navdown .language {
  text-align: center;
  color: #fff;
  display: block;

}

/*移动端导航结束*/

/*pc底部*/
.footer {
  padding-top: 60px;
  background: url('../images/ft201911_bg02.jpg') center;
  background-size: cover;
  text-align: center;
  /*overflow: hidden;*/
  color: #1e1e1e;

}

.footer .wp {
  position: relative;
}

.footer .wp .ymzc {
  position: absolute;
  right: -50px;
  top: -110px;
}

.footer a:hover {
  color: #d81e06
}

.footer .con {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;

}

.footer .con h4 {
  margin-bottom: 30px;
}

.footer .con p {
  margin-top: 10px;
  font-size: 14px;
  color: #1e1e1e;
}

.footer h4 {
  font-size: 16px;
}

.f-link p {
  font-size: 14px;
  color: #666;
  margin: 16px 0 40px 0;
}

.footer-b {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  padding: 20px 0;
  box-sizing: border-box;
  background: url('../images/ft201911_bg03.jpg') no-repeat center;
  background-size: cover;

}

.footer-b p {
  font-size: 14px;

}

/*pc底部end*/
/*banner*/
.marquee-box {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0
}

.marquee {
  width: 8000%;

}

.wave-list-box {
  float: left
}

.wave-box {
  position: relative;
  height: 60px;
  background: #fff
}

.top {
  position: relative;
}

.banner {
  height: 530px;
  background: url('../images/ft201911_banner.jpg') top center no-repeat fixed;
  background-size: cover;
  overflow: hidden;

}

.banner .wp {
  position: relative;
  z-index: 2;
}

.banner h1 {
  padding-top: 13%;
  float: left;
}

.banner h1 img {
  max-width: 290px;
}

.banner h1 img.mobile_img {
  display: none;
}

.banner p {
  padding-top: 15%;
  float: right;
}

.hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;


}

.hd .bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(2, 27, 121, 0.8);
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(to right, #021b79, #ffb75e);
  background-image: -moz-linear-gradient(to right, #021b79, #ffb75e);
  background-image: -ms-linear-gradient(to right, #021b79, #ffb75e);
  background-image: linear-gradient(to right, #021b79, #ffb75e);


}

.hd .wp {
  position: relative;
  z-index: 2;

}

.nav {
  float: left;
}

.nav ul li {
  float: left;
  text-align: center;

}

.nav ul li a {
  display: inline-block;
  vertical-align: top;
  margin-right: 58px;
  padding-top: 40px;
  line-height: 24px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.nav ul li span {
  display: block;
  font-size: 16px;

}

.nav ul li .s2 {
  font-size: 12px;
  padding-top: 10px;
  opacity: 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;

}

.nav ul li.on .s2 {
  padding-top: 0;
  opacity: 1;
}

.nav ul li:hover .s2 {
  padding-top: 0;
  opacity: 1;

}

.hd .r {
  padding-top: 28px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.search {
  width: 400px;
  height: 45px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 6px;


}

.search input {
  width: 304px;
  height: 45px;
  text-indent: 24px;
  border: none;
  font-family: 'SourceHanSansCN';
  font-size: 14px;
  color: #666;



}

.search button {
  position: absolute;
  right: 6px;
  top: 5px;
  border: none;
  width: 81px;
  height: 35px;
  cursor: pointer;
  background: url('../images/ft201911_search_bg.png') no-repeat center;

}

.search button:hover {
  opacity: .9;
}

input::-webkit-input-placeholder {
  color: #999;

}

.language {
  display: inline-block;
  vertical-align: top;
}

.language a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background: url('../images/ft201911_la_bg.png');
  text-align: center;
  line-height: 35px;
  margin: 6px;
  border-radius: 50%;

}

.language a.on {
  background: #fff;
  color: #0368fe;
}

.language a:hover {
  background: #fff;
  color: #0368fe;
}

.hd.on {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
}

.hd.on .bg {
  opacity: 1;
}

.hd.on .nav ul li a {
  padding-top: 30px;
}

.hd.on .r {
  padding-top: 21px;
}

.inner-hd {
  bottom: auto;
  top: 0;
  position: fixed;

}

.inner-hd .bg {
  opacity: 1;
}

/*头部end*/
.indMain {
  padding: 60px 0;
  background: #ecf7fd url('../images/ft201911_ind_bg01.png') no-repeat bottom center;


}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  border: none;
  border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #0368fe;
}

.ind-row1 .l {
  width: 51%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  position: relative;

}

.ind-row1 .l .title {
  display: none;
  margin-bottom: 0;
}

.information {
  position: relative;
}

.information .box {
  height: 340px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;



}

.information .box img {
  max-width: none;
  height: 100%;

}

.information .slick-dots {
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 1000;

}

.information .text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  height: 80px;
  width: 100%;
  line-height: 80px;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;


}

.information .text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: .8;
  z-index: 1;
  background-color: #021b79;
  background-image: -webkit-linear-gradient(to right, #ffb75e, #021b79);
  background-image: -moz-linear-gradient(to right, #ffb75e, #021b79);
  background-image: -ms-linear-gradient(to right, #ffb75e, #021b79);
  background-image: linear-gradient(to right, #ffb75e, #021b79);


}

.information .text p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 5;

}

.ind-row1 .r {
  width: 48%;


}

.ind-row1 .textCon {
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}

.ind-row1 .textCon h1 {
  font-size: 18px;
  color: #d81e06;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-height: 30px;
  height: 60px;

}

.ind-row1 .textCon h4 {
  font-size: 14px;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
  font-weight: normal;
  line-height: 25px;
  height: 50px;

}

.newsUl {
  margin-top: 34px;
}

.newsUl li {
  position: relative;
}

.newsUl li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}

.newsUl li a {
  margin: 22px 0;
  padding-left: 24px;
  display: block;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  position: relative;
  max-width: 87%;
  line-height: 25px;
  height: 24px;
  box-sizing: border-box;

}

.newsUl li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  background: url('../images/ft201911_icon02.png');
  left: 0;
  top: 8px;

}

.newsUl li a:hover {
  color: #d81e06;
}

.title {
  width: 100%;
  height: 80px;
  background: url('../images/ft201911_tit_bg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  line-height: 80px;
  padding-left: 24px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.title h1 {
  font-size: 24px;
  position: relative;
  z-index: 2;
}

.title span {
  font-size: 20px;
  opacity: .5;
  font-style: italic;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 300
}

.title p {
  font-size: 52px;
  position: absolute;
  top: 0;
  opacity: .2;
  font-style: italic;

}

.caMain {
  position: relative;
  overflow: hidden;
}

.ind-row2 {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 60px 0;
  text-align: center;



}

#Mycanvas {
  position: absolute;
  top: 0;
  left: 0;

}

.ind-row2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/ft201911_ind_pic01.jpg') center;
  background-size: cover;
  -webkit-transition: all 5s;
  -ms-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;


}

.ind-row2:hover .bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);

}

.ind-row2 .text {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 50px;

}

.ind-row2 .text p {
  font-size: 14px;

}

.ind-row2 .text h4 {
  font-size: 32px;
  margin-top: 10px;
  font-family: '宋体', 'SimSun';
}

.ind-row2 .text h1 {
  font-size: 62px;
  margin-top: 18px;
  font-family: '宋体', 'SimSun';
}

.butDiv {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #ebab60 url('../images/ft201911_but_bg.png') no-repeat center;
  margin-top: 30px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  overflow: hidden;

}

.butDiv:after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #ebab60;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .5;

}

.butDiv:hover:after {
  width: 100%;
  left: 0;
}

.butDiv a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}

.ind-row3 {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}

.ind-row3 .l {
  width: 78%;
  background: #fff;
  border-radius: 6px;


}

.title-c {
  text-align: center;
}

.title-c p {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

}

.title .butDiv {
  position: absolute;
  right: 30px;
  top: -10px;

}

.butDiv2 {
  background: #fbf4ee;
  color: #1e1e1e;
}

.ind-row3 .r {
  width: 227px;
  color: #333;

}

.ind-entrance .boxDiv {
  margin-right: 10px;

}

.ind-entrance .box {
  width: 100%;
  height: 153px;
  background: url('../images/ft201911_bg04.jpg');
  background-size: cover;
  border-radius: 6px;
  margin-top: 39px;
  color: #fff;
  display: table;

  box-sizing: border-box;
  padding: 14px;
  padding-right: 0;
  margin-right: 20px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.ind-entrance a:nth-child(1) .box {
  margin-top: 0;
}

.ind-entrance .box .img {
  margin-right: 8px;
  width: 70px;
  display: inline-block;
}

.ind-entrance .box .con {
  display: table-cell;
  vertical-align: middle;

  margin: auto;
}

.ind-entrance .box .con img {
  display: inline-block;
}

.ind-entrance .box .con p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  width: 120px;
  text-align: center;

}

.ind-entrance .box:hover {
  opacity: .9;
}

.swiper-warpper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;

}

.newsDiv {
  box-sizing: border-box;
  padding: 0 40px 30px 40px;

}

.newsDiv li {
  width: 100%;
  height: 110px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

  box-sizing: border-box;
  margin-bottom: 23px;
  position: relative;

  overflow: hidden;
  padding: 10px;

}

.newsDiv li .time {
  width: 80px;
  height: 65px;
  background: #f9f9f9;
  color: #333;
  text-align: center;
  float: left;
  overflow: hidden;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;


}

.newsDiv .img {
  width: 200px;
  height: 110px;

  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;


}

.newsDiv li .time .c {
  display: table-cell;
  vertical-align: middle;

}

.newsDiv li .time h1 {
  font-size: 18px;


}

.newsDiv .con {
  float: left;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-left: 190px;
  height: 100%;
}

.newsDiv .con h1 {
  font-size: 16px;
  font-weight: 400;
}

.newsDiv .con p {
  color: #828282;
  padding-top: 10px;
  line-height: 24px;
  height: 52px;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;

}

.newsDiv .con p a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;

}

.newsDiv .more {
  float: right;
  line-height: 65px;
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 12px;
  opacity: 0;
  margin-right: 20px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: none;

}

.newsDiv li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}

.newsDiv li:hover .time {
  background: url('../images/ft201911_bg01.jpg') center;
  color: #fff;
}

.newsDiv li:hover .more {
  opacity: 1;
  margin-right: 0;
}



.ind-row4 .wp {
  margin-top: 60px;
  background: #fff;
  border-radius: 6px;

}

.ind-row4 .con {
  padding: 0 20px 0px 20px;
  box-sizing: border-box;

}

.serviceUl {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;

}

.serviceUl li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 20px;
  position: relative;

  width: 105px;
  padding-bottom: 16px;
  font-size: 18px;


}

.serviceUl li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: #0066fe;
  left: 50%;
  bottom: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
}

.serviceUl li.on:after {
  width: 100%;
  left: 0;

}

.serviceUl li.on p {
  color: #0066fe;
}

.serviceUl li:hover:after {
  width: 100%;
  left: 0;

}

.serviceUl li:hover p {
  color: #0066fe;
}

.serviceBox {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.serviceBox.on {
  height: auto;
  opacity: 1;
  padding-bottom: 70px;

}

.serviceBox .box {
  position: relative;
  box-sizing: border-box;
  margin: 10px 5px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.serviceBox .pic {
  padding-top: 52.6%;
  position: relative;

}

.serviceBox .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}

.serviceBox .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;




}

.serviceBox .text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/ft201911_bg05.jpg') no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.serviceBox .text .img {
  height: 75px;
  margin-bottom: 5px;
  padding-top: 12%;
  position: relative;
  z-index: 2;

}

.serviceBox .text p {
  font-size: 20px;
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: auto;
  font-family: '宋体', 'SimSun';
  font-weight: bold;
}

.serviceBox .text img {
  display: inline-block;

}

.serviceBox .box:hover .text:after {
  opacity: 1;

}

.serviceBox .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;

}

.slick-prev,
.slick-next {
  background: url('../images/ft201911_arr01.png')no-repeat center;
  background-size: cover;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  font-size: 0;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
  left: 43%;
}

.slick-next {
  left: auto;
  right: 43%;
  background: url('../images/ft201911_arr02.png')no-repeat center;

}

.serviceBox .slick-prev.slick-disabled {
  background: url('../images/ft201911_arr01_on.png')no-repeat center;

}

.serviceBox .slick-next.slick-disabled {
  background: url('../images/ft201911_arr02_on.png')no-repeat center;

}

/*首页end*/


/*一周湾区*/
.innerCon {
  padding: 60px 0 80px 0;

}

.inner-ban {
  height: 450px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  color: #fff;
}

.inner-ban .wp {
  position: relative;
  height: 100%;
}

.inner-ban .text {
  margin-bottom: 70px;
}

.inner-ban .text img {
  max-width: 330px;
}

.inner-ban .text img.mobile_img {
  display: none
}

.columnnav {
  position: absolute;
  bottom: 48px;
  width: 100%;


}

.columnnav .left {}

.columnnav .left p {
  font-size: 24px;
}

.columnnav .left h1 {
  font-size: 42px;
  position: relative;


}

.columnnav .right {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 50px;
  color: #1e1e1e;
  padding: 8px 16px 8px 0;
}

.columnnav .right a {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-left: 16px;
}

.columnnav .right a img {
  display: inline-block;
  margin-right: 6px;
}

.columnnav .right a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #a2a6a9;
  top: 3px;
  right: -10px;
}

.columnnav .right a:last-child:after {
  display: none;
}

.columnnav .right a:hover {
  opacity: 0.9;
}

.leftNav {
  width: 25%;
  float: left;
  background: #17294d;
  color: #fff;
  height: 350px;
  box-sizing: border-box;
  padding: 20px 30px 6px 30px;
  background: url('../images/ft201911_bg06.jpg') no-repeat center;
  background-size: cover;


}

.leftNav .con {
  margin: auto;
  height: 260px;
  overflow-y: auto;
  padding-right: 30px;
  box-sizing: border-box;

}

.leftNav .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/

}

.leftNav .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 50px;
  width: 3px;
  background: #fff
}

.leftNav .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  background: none;
}

.leftNav h1 {
  font-size: 32px;
  font-style: italic;
  padding: 10px 0;

}

.leftNavul li {
  padding: 14px 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  position: relative;
}


.leftNavul li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 13px;
  top: 22px;
  right: 16px;
  opacity: 0;
  background: url('../images/ft201911_icon08.png') no-repeat center;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;

}

.leftNavul li a {
  font-size: 18px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  display: block;
  width: 100%;
  height: 100%;
}

.leftNavul li.on:after {
  opacity: 1;
  right: 0;
}

.leftNavul li.on a {
  padding-left: 6px;
}

.leftNavul li:hover:after {
  opacity: 1;
  right: 0;
}

.leftNavul li:hover a {
  padding-left: 6px;
}

.activityMain {}

.activityUl {
  padding-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
}

.activityUl li {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-left: 320px;
  height: 180px;
  overflow: hidden;
  box-sizing: border-box;

}

.activityUl li .pic {
  position: absolute;
  width: 320px;
  height: 100%;
  background: #f5f5f5;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 20px;

  box-sizing: border-box;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;

}

.activityUl li .pic img {
  height: 100%;
}

.activityUl li .con {
  box-sizing: border-box;
  padding: 20px 30px;
  color: #333;

}

.activityUl li .con h1 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  height: 28px;

}

.activityUl li .con span {
  margin-bottom: 10px;
  display: block;
}

.activityUl li .con p {
  line-height: 25px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  height: 50px;
}

.activityUl li:hover {
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.1)
}

.activityUl li:hover .con h1 {
  color: #0066fe;

}

/*翻页*/
.Page {
  text-align: center;
  margin-top: 40px;
}

.Page .but {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  vertical-align: top;

}

.l-but {
  background: #eee url('../images/ft201911_works_arr.png') no-repeat 0 0;

}

.l-but:hover {
  background: #0066fe url('../images/ft201911_works_arr.png') no-repeat -52px 0;
}

.r-but {
  background: #eee url('../images/ft201911_works_arr.png') no-repeat -52px -50px;
}

.r-but:hover {
  background: #0066fe url('../images/ft201911_works_arr.png') no-repeat 0 -50px;
}

.page-con {
  display: inline-block;
  background: #f9f9f9;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  border-radius: 50px;
  margin: 0 7px;
}

.page-con a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;

}

.page-con a.on {
  background: #0066fe;
  color: #fff;

}

.page-con a:hover {
  background: #0066fe;
  color: #fff;

}

/*移动端栏目*/
.m-son-nav {
  margin-bottom: 30px;
  display: none;
}

.m-son-nav .tab {
  width: 450px;
  max-width: 100%;
  text-align: center;
  position: relative;
  margin: auto;

}

.m-son-nav .tab h1 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding: 12px 0;
  width: 100%;
  background: url('../images/ft201911_bg06.jpg') no-repeat center;
  background-size: cover;
  border-radius: 50px;


}

.m-son-nav .tab h1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  right: 50px;
  border-style: solid;
  border-top: 12px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 8px solid transparent;


}

.m-son-nav .con {
  position: absolute;
  top: 74px;
  left: 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 5;
  border-radius: 5px;
  display: none;

}

.m-son-nav .con a {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  width: 80%;
  margin: auto;


}

/*一周湾区end*/
/*新闻详情*/
.news-details .in {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.news-details .in:after,
.news-details .in:before {
  content: "";
  position: absolute;
  width: 35%;
  height: 1px;

  top: 10px;
  border-bottom: 1px dashed #dcdcdc;

}

.news-details .in:after {
  right: 0;

}

.news-details .in:before {
  left: 0;
}

.news-details .in .time {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 16px;


}

.news-details .in .time span {
  display: inline-block;
  margin-right: 16px;
}

.news-share {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  position: relative;
  z-index: 2;
  background: #fff;

}

.news-share .bdshare-button-style0-16 a {
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
  background-size: 100% !important;
}

.news-share .bdshare-button-style0-16 .bds_tsina {
  background: url('../images/ft201911_weibo2.png') no-repeat;

}

.news-share .bdshare-button-style0-16 .bds_tsina:hover {
  background: url('../images/ft201911_weibo_on.png') no-repeat;

}

.news-share .bdshare-button-style0-16 .bds_weixin {
  background: url('../images/ft201911_weixin.png') no-repeat;
}

.news-share .bdshare-button-style0-16 .bds_weixin:hover {
  background: url('../images/ft201911_weixin_on.png') no-repeat;
}

.news-share .bdshare-button-style0-16 .bds_sqq {
  background: url('../images/ft201911_qq.png') no-repeat;
}

.news-share .bdshare-button-style0-16 .bds_sqq:hover {
  background: url('../images/ft201911_qq_on.png') no-repeat;
}

.news-share span {
  font-size: 12px;
}

.news-content {
  width: 92%;
  max-width: 1000px;
  margin: auto;
  padding: 60px 0 80px 0;

}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  float: none !important;

  padding-left: 20px !important;
  margin: 6px 14px 14px 0 !important;
}

.bdshare-button-style0-16 .bds_tsina {
  background-position: 0 !important;
}

.bdshare-button-style0-16 .bds_weixin {
  background-position: 0 !important;
}

.news-details .tit {
  text-align: center;
}

.news-details .tit h1 {
  font-size: 32px;


}

.news-details .tit h4 {
  position: relative;
  font-size: 12px;

}

.news-details .tit h4 span {
  margin-left: 20px;
}

.news-details .tit h4:before {
  width: 40%;
  content: "";
  position: absolute;
  height: 1px;
  background: #e5e5e5;
  top: 10px;
  left: 0;

}

.news-details .tit h4:after {
  width: 40%;
  content: "";
  position: absolute;
  height: 1px;
  background: #e5e5e5;
  top: 10px;
  right: 0;

}

.share span {
  font-size: 12px;
}

.news-details .main img {
  display: block;
  margin: auto;
}

.news-details .main p {
  font-size: 14px;
  margin-top: 30px;
  line-height: 26px;

}

.news-page {
  box-sizing: border-box;
  padding: 30px 40px 60px 40px;
  margin-top: 40px;
  background: url('../images/ft201911_bg07.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.1);

}

.news-page h1 {
  font-size: 30px;
  position: relative;

}

.news-page h1 a:hover {
  text-decoration: underline;
}

.news-page a {
  color: #fff;
}

.news-page .pag {
  margin-top: 15px;
}

.news-page .pag p {
  font-size: 14px;
  margin-top: 10px;

}

.news-page .pag p a:hover {
  text-decoration: underline;
}

.re-reading {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;


}

.title4 {
  text-align: center;
  margin-bottom: 20px;
}

.title4 h1 {
  font-size: 24px;
  color: #333;
  position: relative;

}

.title4 h1:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #000;
  margin: 6px auto;

}

.reUl {
  margin-right: -2%
}

.reUl li {
  width: 31.3%;
  float: left;
  margin-right: 2%;
  background: #f9f9f9;

}

.reUl li .pic {
  position: relative;
  padding-top: 56.2%;
  width: 100%;
  overflow: hidden;


}

.reUl li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 2.5s;
  -ms-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;

}

.reUl li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.reUl li .text {
  padding: 20px 10px;

}

.reUl li .text p {
  color: #333;
}

.reUl li .text h1 {
  font-size: 18px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}

.reUl li:hover .text h1 {
  color: #0066fe
}

/*新闻详情end*/

/*新闻动态*/
.rightCon {
  width: 70%;
  float: right;


}

.newslistUl {
  padding-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;

}

.newslistUl li {
  width: 100%;
  height: 80px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  box-sizing: border-box;

}

.newslistUl li .time {
  width: 80px;
  height: 100%;
  background: #f9f9f9;
  color: #333;
  text-align: center;
  float: left;
  overflow: hidden;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newslistUl li .time .c {
  display: table-cell;
  vertical-align: middle;
}

.newslistUl li .time h1 {
  font-size: 18px;
}

.newslistUl li {
  width: 100%;
}

.newslistUl li .text {
  box-sizing: border-box;
  padding: 26px 10px 0 30px;
  position: relative;
  padding-right: 180px;
  padding: 0;
  display: flex;
  align-items: center;
  height: 80px;

}

.newslistUl li .text p {
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  height: 28px;
  flex: 1;
  padding: 0 20px 0 20px;
  -webkit-line-clamp: 2;
  overflow: visible;
  height: auto;
}

.newslistUl li .text .more {
  position: absolute;
  top: 32px;
  right: 30px;
  opacity: 0;
  color: #0066ee;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  position: relative;
  top: 0;
  right: 0;
  display: none;
}

.newslistUl li .text .more i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url('../images/ft201911_icon09.png');

}

.newslistUl li:hover {
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.1);
}

.newslistUl li:hover .time {
  background: #0066ee;
  color: #fff;
}

.newslistUl li:hover .text .more {
  opacity: 1;
  right: 20px;
}

/*新闻动态end*/

/*政务服务*/
.serviceCon {}

.serviceCon .box {
  margin-bottom: 30px;
}

.serviceCon .box:last-child {
  margin-bottom: 0;
}

.title3 {
  background: url('../images/ft201911_tit_bg2.jpg') no-repeat center;
  background-size: cover;

}

.seUl {
  margin-right: -2.5%;
}

.seUl li {
  width: 30.8%;
  height: 200px;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  background: #eee;
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.seUl li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/ft201911_bg05.jpg') no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.seUl li .con {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  box-sizing: border-box;
}

.seUl li .icon {
  height: 70px;
  width: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.seUl li .icon img {
  position: absolute;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.seUl li .icon .img1 {
  left: 0;
  top: 0;


}

.seUl li .icon .img2 {
  left: 0;
  top: -78px;


}

.seUl li .icon img {
  display: block;
}

.seUl li .text {
  font-size: 20px;
  font-family: '宋体', 'SimSun';

}

.seUl li .text p {
  font-weight: bold;
}

.seUl li:hover:after {
  opacity: 1;
}

.seUl li:hover .icon .img1 {
  top: 78px;
}

.seUl li:hover .icon .img2 {
  top: 0;
}

.seUl li:hover p {
  color: #fff;
}

/*政务服务end*/



@media screen and (max-width: 1280px) {
  .nav ul li a {
    margin-right: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .search {
    width: 250px;
  }

  .search input {
    width: 62%;
  }

  .ind-row3 .l {
    width: 74%;
  }

  .serviceBox .text p {
    font-size: 16px;
  }

  .serviceBox .slick-prev {
    left: 42%
  }

  .serviceBox .slick-next {
    left: auto;
    right: 42%;
  }

  .activityUl li .con h1 {
    font-size: 16px;
  }

  .reUl li .text h1 {
    font-size: 16px;
  }

  .newslistUl li .text {
    padding-right: 130px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .nav ul li a {
    margin-right: 26px;
  }

  .ind-row3 .l {
    width: 73%;
  }

  .serviceBox .slick-prev {
    left: 40%
  }

  .serviceBox .slick-next {
    left: auto;
    right: 40%;
  }

  .ind-row1 .textCon h1,
  .ind-row1 .textCon h4,
  .activityUl li .con p,
  .activityUl li .con h1 {
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  .hd {
    display: none;
  }

  .motop {
    display: block;
  }

  body {
    padding-top: 60px;
  }

  .banner {
    background-attachment: scroll;
    text-align: center;
  }

  .banner .wp {
    width: 60%;
  }

  .banner h1,
  .banner p {
    float: none;
  }

  .banner p {
    padding-top: 33px;
  }

  .inner-ban {
    margin-top: 0;
  }

  .newsDiv {
    padding: 0 10px 30px 10px;
  }

  .ind-row3 .l {
    width: 66%;
  }

  .newsDiv .con {
    padding: 0 10px;
  }

  .newsDiv .more {
    opacity: 1;
    margin-right: 0;
  }

  .title .butDiv {
    width: 100px;
  }

  .ind-entrance .boxDiv {
    margin-right: 0;
  }

  .leftNav {
    display: none;
  }

  .m-son-nav {
    display: block;
  }

  .columnnav .right {
    display: none;
  }

  .news-details .tit h1 {
    font-size: 24px;
  }

  .rightCon {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .ind-row1 .l {
    width: 100%;
    float: none;
  }

  .ind-row1 .l .title {
    display: block;
  }

  .information .box {
    height: auto;
    padding-top: 55.6%;
    position: relative;
    border-radius: 0;
  }

  .information .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .ind-row1 .r {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .ind-row1 .r .title {
    display: none;
  }

  .title .butDiv {
    right: 10px;
  }

  .banner h1 img,
  .inner-ban .text img {
    max-width: 100%;
  }

  .banner h1 img.pc_img,
  .inner-ban .text img.pc_img {
    display: none;
  }

  .banner h1 img.mobile_img,
  .inner-ban .text img.mobile_img {
    display: block
  }

  .newsDiv .con p {
    font-size: 14px;
  }

  .newsDiv .more {
    display: none;
  }

  .newsDiv .con {
    max-width: 100%;
  }

  .newsDiv li {
    padding: 8px;
  }

  .ind-row3 {
    margin-top: 30px;
  }

  .ind-row4 .wp {
    margin-top: 20px;
  }

  .newsDiv .img {
    width: 180px;
  }

  .newsDiv .img img {
    height: 100%;
    object-fit: cover;
  }

  .newsDiv .con {
    margin-left: 176px;
  }

  .footer {
    margin-top: 30px
  }

  .footer .wp .ymzc {
    position: absolute;
    right: 0;
    top: -110px;
    left: 50%;
    margin-left: -65px;
    text-align: left;
  }

}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
  }

  .banner h1 {
    padding-top: 100px;
  }

  .indMain {
    padding: 30px 0 60px 0;
  }

  .information .text p {
    font-size: 14px;
  }

  .information .text {
    height: 40px;
    line-height: 40px;
  }

  .information .slick-dots {
    bottom: 50px;
  }

  .title {
    height: 60px;
    line-height: 60px;
  }

  .title h1 {
    font-size: 20px;
  }

  .title p {
    font-size: 36px;
  }

  .title span {
    font-size: 14px;
  }

  .title .butDiv {
    top: -18px;
    width: 90px;
    height: 36px;
    line-height: 36px;
  }

  .newsUl li a {
    max-width: 80%;
    -webkit-line-clamp: 2;
    height: auto;
    margin: 12px 0;
    font-size: 14px;
  }

  .ind-row1 .textCon h1 {
    font-size: 16px;
  }

  .ind-row2 {
    height: 290px;
  }

  .ind-row2 {
    margin: 10px 0 30px 0;
  }

  .ind-row2 .text {
    margin-top: 40px;
  }

  .ind-row2 .text h4 {
    font-size: 24px;
  }

  .ind-row2 .text h1 {
    font-size: 42px;
  }

  .ind-row3 .l {
    width: 100%;
    float: none;
  }

  .ind-row3 .title-c {
    text-align: left;
  }

  .ind-row3 .title-c p {
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .newsDiv .con {
    box-sizing: border-box;
    padding-top: 5px;
  }

  .newsDiv .more {
    display: none;
  }

  .ind-row3 .r {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .ind-row4 .wp {
    margin-top: 30px;
  }

  .newsDiv .con p a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    line-height: 25px;
  }

  .ind-entrance .box {
    margin-top: 20px;
    padding: 20px;
    height: 100px;
  }

  .ind-entrance .box .img {
    margin-right: 16px;
  }

  .ind-entrance .box .con p {
    max-width: 60%;
    width: 60%;
  }

  .serviceBox .slick-prev,
  .serviceBox .slick-next {
    display: none !important;
  }

  .serviceUl li {
    margin: 0 10px;
  }

  .footer h4 {
    font-size: 14px;
  }

  .footer-b p {
    width: 90%;
    margin: auto;
  }

  #Mycanvas {
    display: none;
  }

  .wave-list-box img {
    max-height: 100px
  }

  .ind-row3 .r {
    margin-top: 20px;
  }

  .ind-row4 .wp {
    margin-top: 20px;
  }

  .newsDiv {
    padding: 0 10px 30px 10px;
  }

  .newsDiv .img {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding-top: 57%;
  }

  .newsDiv .img img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }

  .newsDiv li {
    height: auto;
    padding: 0;
  }

  .newsDiv .con {
    margin-left: 0;
    padding: 10px;
    float: none;
    margin-top: 10px;
  }

  .newsDiv .con p {
    height: auto;
  }

  .innerCon {
    padding: 40px 0;
  }

  .news-content {
    padding: 40px 0;
  }

  .news-details .in .time {
    padding-right: 16px;
  }

  .news-share {
    display: none;
  }

  .news-details .tit h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .news-details .main p {
    font-size: 16px;
    line-height: 28px;
  }

  .reUl {
    margin-right: 0;
  }

  .reUl li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .title4 h1 {
    font-size: 20px;
  }

  .news-page {
    padding: 30px 14px;
  }

  .news-page h1 {
    font-size: 20px;
  }

  .seUl li {
    height: 190px;
  }

  .seUl li .text {
    font-size: 16px;
  }

  .activityUl li .con h1 {
    font-size: 18px;
  }

  .newslistUl li {
    width: 100%;
  }

  .newslistUl li .text {
    padding: 16px;
    padding: 0 0 0 10px;
  }

  .newslistUl li .text .more {
    display: none;
  }

  .newslistUl li .text p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .banner {
    height: 250px;
  }

  .marquee-box {
    display: none;
  }

  .banner .wp {
    width: 47%;
  }

  .banner h1 {
    padding-top: 50px;
  }

  .inner-ban {
    height: 250px;
  }

  .inner-ban .text {
    max-width: 60%;
    margin: auto;
    margin-bottom: 20px;
  }

  .columnnav {
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .columnnav .left h1 {
    font-size: 24px;
  }

  .columnnav .left p {
    font-size: 16px;
  }

  .activityUl li .pic {
    position: relative;
    padding-top: 56.2%;
    width: 100%;
  }

  .activityUl li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .activityUl li {
    padding-left: 0;
    height: auto;
  }

  .activityUl li .con {
    padding: 20px;
  }

  .page-con {
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
  }

  .page-con a {
    height: 40px;
    width: 40px;
  }

  .Page .but {
    width: 40px;
    height: 40px;
  }

  .l-but {
    background: #eee url('../images/ft201911_arr04.png') no-repeat;
    background-size: 100%;
  }

  .l-but:hover {
    background: #eee url('../images/ft201911_arr04.png') no-repeat;
    background-size: 100%;
  }

  .r-but {
    background: #eee url('../images/ft201911_arr05.png') no-repeat;
    background-size: 100%;
  }

  .r-but:hover {
    background: #eee url('../images/ft201911_arr05.png') no-repeat;
    background-size: 100%;
  }

  .seUl {
    margin-right: -2%;
  }

  .seUl li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: none;
  }
}

@media screen and (max-width: 320px) {
  .serviceBox .text .img {
    padding-top: 7%
  }

  .Page {
    font-size: 0
  }
}

/* 波浪效果 */

.waves {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 200px;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .marquee-box {
    display: none;
  }

  .waves {
    height: 40px;
    min-height: 40px;
    display: none;
  }
}