/*public*/
* {
  font-family: "Microsoft YaHei,Arial";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  font-size: 12px;
  color: #333;
}
ol,
ul,
li,
dl,
dd {
  list-style: none;
}
img {
  border: none;
}
a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  transition: .5s all ease;
}
/*head*/
.head {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 1.5%;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px #eee;
  transition: .5s all ease;
  z-index: 11;
}
.head .logo {
  overflow: hidden;
  float: left;
  margin: 10px auto;
}
.head .logo img {
  display: block;
  width: 100%;
  transition: .5s all ease;
}
.head .menu {
  overflow: hidden;
  float: left;
  margin: 23px 0 0 100px;
}
.head .menu #menu {
  overflow: hidden;
  line-height: 35px;
}
.head .menu #menu li {
  overflow: hidden;
  float: left;
  padding: 5px;
  margin: 0 10px;
}
.head .menu #menu li a {
  display: block;
  font-size: 15px;
  padding: 0 20px;
  border-radius: 35px;
}
.head .menu #menu li a:hover {
  color: #fff;
  background: #154e9f;
  box-shadow: 0 0 5px #154e9f;
}
.head .menu #menu li.active a {
  color: #fff;
  background: #154e9f;
  box-shadow: 0 0 5px #154e9f;
}
.head .operation {
  overflow: hidden;
  float: right;
  margin-top: 23px;
}
.head .operation .lang {
  overflow: hidden;
  float: left;
  font-size: 14px;
  line-height: 45px;
  margin-right: 15px;
}
.head .operation .lang a {
  display: block;
  float: left;
  font-size: 14px;
  margin-top: 1px;
}
.head .operation .lang a:hover {
  color: #154e9f;
}
.head .operation .lang span {
  display: block;
  float: left;
  margin: 0 5px;
}
.head .operation .search {
  overflow: hidden;
  position: relative;
  float: left;
  padding: 5px;
}
.head .operation .search input {
  display: block;
  font-size: 14px;
  min-width: 250px;
  line-height: 35px;
  border-radius: 35px;
  background: #f5f5f5;
  padding: 0 40px 0 20px;
  border: none;
  transition: .5s all ease;
}
.head .operation .search input:focus {
  box-shadow: 0 0 5px #ccc;
}
.head .operation .search button {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  background: url(../images/img/search_btn.png) center center no-repeat;
  cursor: pointer;
  border: none;
}
/*mobile compatible*/
.head .nav_xl_a {
  display: none;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  width: 60px;
  height: 50px;
  cursor: pointer;
}
.head .nav_xl_a:before,
.head .nav_xl_a:after {
  position: absolute;
  content: '';
  left: 51%;
  top: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #154e9f;
  transition: .5s all ease;
}
.head.cur .nav_xl_a:before,
.head.cur .nav_xl_a:after {
  background: #154e9f;
}
.head .nav_xl_a:before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.head .nav_xl_a:after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.head .nav_xl_a span {
  position: absolute;
  opacity: 1;
  left: 51%;
  top: 50%;
  margin-left: -14.5px;
  width: 23px;
  height: 2px;
  background: #154e9f;
  transition: .5s all ease;
}
.head.cur .nav_xl_a span {
  background: #154e9f;
}
.head .a1:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.head .a1:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.head .a1 span {
  opacity: 0;
}
.head .nav_xl {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: .5s all ease;
}
.head .nav_xl ul {
  overflow: hidden;
  padding: 4% 4% 0;
}
.head .nav_xl ul li {
  overflow: hidden;
  line-height: 45px;
  background: rgba(21, 78, 159, 0.7);
  margin-left: 100px;
  margin-bottom: 2.5%;
  transition: .5s all ease;
}
.head .nav_xl ul li:nth-child(2n) {
  margin-left: 0;
  margin-right: 100px;
}
.head .nav_xl ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.head .nav_xl ul li:hover {
  background: #154e9f;
}
.head .nav_xl ul li.cur {
  background: #154e9f;
}
.head .nav_xl .l1 li {
  margin-left: 0;
}
.head .nav_xl .l1 li:nth-child(2n) {
  margin-right: 0;
}
.head .nav_xl .ceng {
  width: 100%;
  height: 100%;
}
.banner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.m_banner {
  display: none;
  position: relative;
}
.banner .swiper-slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
  transition: .5s all ease;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  width: 24px;
  background: #154e9f;
}
#index1 .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px !important;
}
/*page_banner*/
.page_banner {
  overflow: hidden;
  position: relative;
  margin-top: 90px;
}
.page_banner img {
  display: block;
  width: 100%;
}
.page_banner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
}
.page_banner .title span {
  position: relative;
  font-size: 40px;
  color: #fff;
  padding-bottom: 25px;
}
.page_banner .title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 49%;
  height: 4px;
  background: #fff;
}
.page_banner .title p {
  font-size: 21px;
  color: #fff;
  margin-top: 45px;
}
.main {
  overflow: hidden;
}
.framecenter {
  overflow: hidden;
  margin: 0 auto 3%;
}
.title_view {
  overflow: hidden;
  text-align: center;
  margin-bottom: 2%;
}
.title_view div {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 0;
  line-height: initial;
}
.title_view div span {
  display: block;
  font-size: 40px;
  color: #154e9f;
}
.title_view div p {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #00a54f;
  padding-top: 13px;
  margin-top: 10px;
}
.title_view div p::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: #154e9f;
}
.con_view {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 27px;
}
.con_view img {
  display: block;
  max-width: 100%;
}
.con_view.cur {
  margin: 40px auto 0;
}
.idx_about {
  overflow: hidden;
}
.idx_about .title {
  overflow: hidden;
  flex: 1;
  margin-right: 5%;
}
.idx_about .con {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.idx_about .con .pic {
  overflow: hidden;
  position: relative;
  float: right;
  width: 720px;
  height: 540px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  transform-style: preserve-3d;
}
.idx_about .con .pic div {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #fff;
  text-align: center;
  opacity: 0;
  transform: rotateY(-90deg);
  background-position: center center;
  background-repeat: no-repeat;
}
.idx_about .con .pic div a {
  display: block;
  width: 100%;
  height: 100%;
}
.idx_about .con .pic div p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10%;
  font-size: 27px;
  color: #fff;
}
.idx_about .con .pic .d1 {
  left: 180px;
  top: 0;
  transform-origin: 0 100%;
  background-image: url(../images/img/idx_about_t1.jpg);
}
.idx_about .con .pic .d2 {
  left: 0;
  top: 180px;
  transform-origin: 0 100%;
  background-image: url(../images/img/idx_about_t2.jpg);
}
.idx_about .con .pic .d3 {
  left: 180px;
  top: 180px;
  background: #93d154;
  transform-origin: 0 100%;
}
.idx_about .con .pic .d4 {
  right: 180px;
  top: 180px;
  transform-origin: 100% 0;
  background-image: url(../images/img/idx_about_t3.jpg);
}
.idx_about .con .pic .d5 {
  right: 0;
  top: 180px;
  background: #07b1ee;
  transform-origin: 100% 0;
}
.idx_about .con .pic .d6 {
  right: 180px;
  bottom: 0;
  background: #0171c5;
  color: #fff;
  transform-origin: 100% 0;
  transform: rotatex(-90deg);
}
.idx_about .con .pic .d7 {
  right: 180px;
  top: 0;
  background: #03ad55;
  color: #fff;
  transform-origin: 100% 0;
  transform: rotatex(-90deg);
}
.section.active .idx_about .pic div {
  opacity: 1;
  transform: rotateY(0deg);
}
.section.active .idx_about .pic .d1 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 280ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 280ms;
}
.section.active .idx_about .pic .d2 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 560ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 560ms;
}
.section.active .idx_about .pic .d3 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 840ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 840ms;
}
.section.active .idx_about .pic .d4 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1680ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1680ms;
}
.section.active .idx_about .pic .d5 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1400ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1400ms;
}
.section.active .idx_about .pic .d6 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1120ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1120ms;
  transform: rotateX(0);
}
.section.active .idx_about .pic .d7 {
  transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1120ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 1120ms;
  transform: rotateX(0);
}
.idx_pro {
  overflow: hidden;
}
.idx_pro .list {
  overflow: hidden;
}
.idx_pro .list ul {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.idx_pro .list ul li {
  overflow: hidden;
  flex: 1;
  background: #333;
}
.idx_pro .list ul li div {
  overflow: hidden;
}
.idx_pro .list ul li div img {
  display: block;
  width: 100%;
  transition: .5s all ease;
}
.idx_pro .list ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #fff;
  padding: 0 5%;
  line-height: 50px;
  text-align: center;
}
.idx_pro .list ul li:hover div img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}
.idx_news {
  overflow: hidden;
  position: relative;
  padding: 0 5px 60px;
}
.idx_news .news_banner {
  overflow: hidden;
  box-shadow: 0 0 5px #ddd;
}
.idx_news .news_banner .swiper-slide a {
  overflow: hidden;
  display: flex;
  background: #fff;
}
.idx_news .news_banner .swiper-slide a .pic {
  overflow: hidden;
  flex: .8;
}
.idx_news .news_banner .swiper-slide a .title {
  overflow: hidden;
  flex: 1;
  padding: 4% 3% 3% 3%;
}
.idx_news .news_banner .swiper-slide a .title p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 4;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 4;
}
.idx_news .news_banner .swiper-slide a .title p:nth-child(1) {
  font-size: 24px;
  color: #333;
  margin-bottom: 1%;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  -ms-line-clamp: 1;
}
.idx_news .news_banner .swiper-slide a .title span {
  display: block;
  margin: 1% auto;
  font-size: 14px;
  color: #999;
}
.idx_news .news_banner .swiper-slide a .more {
  position: absolute;
  right: 3%;
  bottom: 40px;
  padding: 0 20px;
  line-height: 35px;
  font-size: 14px;
  color: #00a54f;
  border-radius: 35px;
  border: 1px solid #00a54f;
}
.idx_news .news_banner .swiper-slide a .more:hover {
  color: #fff;
  background: #00a54f;
  box-shadow: 0 0 5px #00a54f;
}
.idx_contact {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.idx_contact .title_view {
  margin-bottom: 10%;
}
.idx_contact .con {
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0171c5;
  border-radius: 40px 0 40px 0;
}
.idx_contact .con .title {
  overflow: hidden;
  flex: 1;
}
.idx_contact .con .title div {
  overflow: hidden;
  margin: 0 6% 0 12%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 8;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 8;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 8;
}
.idx_contact .con .title div p {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
}
.idx_contact .con .title div a {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  text-decoration: underline;
}
.idx_contact .con img {
  overflow: hidden;
  flex: 1;
}
/*footer*/
.footer {
  width: 100%;
  padding: 15px 15px 61px;
  line-height: 23px;
}
.footer .copyright {
  float: left;
  color: #323232;
}
.footer .copyright a {
  margin-left: 15px;
}
.footer .copyright a:hover {
  color: #154e9f;
}
.footer .media {
  float: right;
}
.footer .media a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid #787878;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .media a:hover {
  background-color: #154e9f;
  border-color: #154e9f;
  box-shadow: 0 0 5px #154e9f;
}
.footer .media a:nth-last-child(1) {
  margin-right: 0;
}
.footer .media .wb {
  background-image: url(../images/img/footer_t1.png);
}
.footer .media .wb:hover {
  background-image: url(../images/img/footer_t1_hover.png);
}
.footer .media .wx {
  position: relative;
  background-image: url(../images/img/footer_t2.png);
  cursor: pointer;
}
.footer .media .wx .code {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.footer .media .wx .code img {
  display: block;
  max-width: 100%;
}
.footer .media .wx:hover {
  background-image: url(../images/img/footer_t2_hover.png);
}
.footer .media .qq {
  background-image: url(../images/img/footer_t3.png);
}
.footer .media .qq:hover {
  background-image: url(../images/img/footer_t3_hover.png);
}
.footer.cur {
  position: fixed;
  bottom: 0;
  padding: 15px;
}
/*page*/
.page_menu {
  overflow: hidden;
  width: 1400px;
  margin: 2% auto 3%;
}
.page_menu .page_nav {
  overflow: hidden;
  float: left;
  line-height: 35px;
}
.page_menu .page_nav li {
  overflow: hidden;
  float: left;
  padding: 5px;
  margin: 0 10px 5px 0;
}
.page_menu .page_nav li a {
  display: block;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 35px;
  background: #eee;
}
.page_menu .page_nav li a:hover {
  color: #fff;
  background: #154e9f;
  box-shadow: 0 0 5px #154e9f;
}
.page_menu .page_nav li:nth-last-child(1) {
  margin-right: 0;
}
.location {
  overflow: hidden;
  font-size: 15px;
  color: #666;
  background: #f5f5f5;
}
.location .con_view {
  line-height: 40px;
}
.location .con_view a {
  font-size: 14px;
  color: #666;
}
.location .con_view a:hover {
  color: #21b8ce;
}
.page_con {
  overflow: hidden;
}
/*page_view*/
.page_view {
  overflow: hidden;
}
/*about_view*/
.about_view {
  overflow: hidden;
}
.about_view .about_title {
  font-size: 32px;
  line-height: initial;
  text-align: center;
  margin-bottom: 2%;
}
.about_view .about_con1,
.about_view .about_con2,
.about_view .about_con3,
.about_view .about_con4,
.about_view .about_con5,
.about_view .about_con6 {
  overflow: hidden;
  padding-top: 90px !important;
}
.about_view .about_con1 {
  overflow: hidden;
  margin-bottom: 4%;
}
.about_view .about_con2 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 4%;
}
.about_view .about_con3 {
  overflow: hidden;
  padding: 4% 0 0;
  background: linear-gradient(to right, #154e9f 0%, #00a44f 100%);
  margin-bottom: 4%;
}
.about_view .about_con3 .about_title {
  color: #fff;
}
.about_view .about_con3 .con {
  overflow: hidden;
  display: flex;
  text-align: center;
}
.about_view .about_con3 .con div {
  overflow: hidden;
  flex: 1;
  margin-bottom: 4%;
}
.about_view .about_con3 .con div span {
  display: block;
  position: relative;
  margin: 0 auto 3%;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 180px;
  background: rgba(255, 255, 255, 0.2);
}
.about_view .about_con3 .con div span p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  line-height: 165px;
  border-radius: 165px;
  font-size: 34px;
  background: #fff;
}
.about_view .about_con3 .con div p {
  font-size: 17px;
  color: #fff;
  line-height: 30px;
}
.about_view .about_con3 .con div.d1 span p {
  color: #0071c5;
}
.about_view .about_con3 .con div.d2 span p {
  color: #06b1ee;
}
.about_view .about_con3 .con div.d3 span p {
  color: #03ad55;
}
.about_view .about_con3 .con div.d4 span p {
  color: #93d154;
}
.about_view .about_con4 {
  overflow: hidden;
  margin-bottom: 4%;
}
.about_view .about_con4 .con {
  overflow: hidden;
}
.about_view .about_con4 .con .title {
  overflow: hidden;
  float: left;
  width: 40%;
}
.about_view .about_con4 .con .title ul {
  overflow: hidden;
}
.about_view .about_con4 .con .title ul li {
  overflow: hidden;
  list-style: inside;
  font-size: 19px;
  line-height: 40px;
}
.about_view .about_con4 .con .pic {
  overflow: hidden;
  float: right;
  width: 55%;
}
.about_view .about_con4 .con .pic img {
  display: block;
  width: 100%;
}
.about_view .about_con5 {
  overflow: hidden;
  margin-bottom: 4%;
}
.about_view .about_con5 .con {
  overflow: hidden;
}
.about_view .about_con5 .con dl {
  overflow: hidden;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 7% 0;
}
.about_view .about_con5 .con dl dd {
  overflow: hidden;
  position: relative;
  margin-bottom: 7%;
}
.about_view .about_con5 .con dl dd .date {
  overflow: hidden;
  float: left;
  width: 42%;
  font-size: 26px;
  color: #154e9f;
  text-align: right;
  margin: 0 4%;
}
.about_view .about_con5 .con dl dd .title {
  overflow: hidden;
  float: right;
  width: 42%;
  font-size: 16px;
  margin: 0 4%;
}
.about_view .about_con5 .con dl dd i {
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}
.about_view .about_con5 .con dl dd i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #333;
}
.about_view .about_con5 .con dl dd:nth-last-child(1) {
  margin-bottom: 0;
}
.about_view .about_con5 .con dl dd:nth-child(2n) .date {
  float: right;
  text-align: left;
}
.about_view .about_con5 .con dl dd:nth-child(2n) .title {
  float: left;
}
.about_view .about_con5 .con dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  border: 1px solid #ddd;
  border-radius: 21px;
}
.about_view .about_con5 .con dl::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #ddd;
}
.about_view .about_con6 {
  overflow: hidden;
  margin-bottom: 4%;
}
.about_view .about_con6 .con {
  overflow: hidden;
}
.about_view .about_con6 .con .title {
  overflow: hidden;
  padding: 0 10%;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2%;
}
.about_view .about_con6 .con .join_list {
  overflow: hidden;
}
.about_view .about_con6 .con .join_list .join_list_title {
  font-size: 16px;
  color: #fff;
  padding: 0 3%;
  line-height: 55px;
  background: #154e9f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about_view .about_con6 .con .join_list .join_list_con {
  overflow: hidden;
}
.about_view .about_con6 .con .join_list .join_list_con .button {
  display: block;
  font-size: 16px;
  padding: 0 3%;
  line-height: 55px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.about_view .about_con6 .con .join_list .join_list_con .con {
  overflow: hidden;
  font-size: 15px;
  padding: 2% 3%;
  line-height: 35px;
  background: #eee;
}
.about_view .about_con6 .con .join_list .join_list_con .con span {
  color: #000;
  font-weight: bold;
}
.about_view .about_con6 .con .join_list .join_list_con .con b {
  color: #154e9f;
}
/*news_list*/
.news_list {
  overflow: hidden;
  min-height: 460px;
}
.news_list ul {
  overflow: hidden;
  padding: 5px;
}
.news_list ul li {
  overflow: hidden;
  margin-bottom: 2%;
  transition: .5s all ease;
}
.news_list ul li a {
  overflow: hidden;
  display: flex;
}
.news_list ul li a .pic {
  overflow: hidden;
  flex: 1;
}
.news_list ul li a .pic img {
  display: block;
  width: 100%;
  transition: .5s all ease;
}
.news_list ul li a .title {
  overflow: hidden;
  flex: 3.5;
  margin: 0 4%;
  line-height: 27px;
  border-bottom: 1px solid #eee;
}
.news_list ul li a .title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list ul li a .title p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  display: -ms-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
}
.news_list ul li a .title p:nth-child(2) {
  color: #999;
  margin-bottom: 1.5%;
}
.news_list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.news_list ul li:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}
/*pro_list*/
.pro_list {
  overflow: hidden;
  min-height: 460px;
}
.pro_list ul {
  overflow: hidden;
  padding: 5px;
}
.pro_list ul li {
  overflow: hidden;
  position: relative;
  top: 0;
  float: left;
  width: 30%;
  margin: 0 5% 3% 0;
  background: #fff;
  border: 1px solid #eee;
  transition: .5s all ease;
}
.pro_list ul li div {
  overflow: hidden;
}
.pro_list ul li div img {
  display: block;
  width: 100%;
  transition: .5s all ease;
}
.pro_list ul li p {
  font-size: 16px;
  color: #666;
  padding: 0 5%;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_list ul li:nth-child(3n) {
  margin: 0 0 3% 0;
}
.pro_list ul li:hover {
  box-shadow: 0 0 5px #ccc;
  top: -5px;
}
.pro_list ul li:hover div img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}
/*pro_view*/
.pro_view {
  overflow: hidden;
}
.pro_view .introduction {
  overflow: hidden;
  position: relative;
  display: flex;
  margin-bottom: 4%;
}
.pro_view .introduction .back {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0 30px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ddd;
  background: rgba(21, 78, 159, 0.7);
  z-index: 10;
}
.pro_view .introduction .back:hover {
  background: #154e9f;
  border-color: #154e9f;
}
.pro_view .introduction .pic {
  overflow: hidden;
  position: relative;
  flex: .8;
  margin-right: 5%;
}
.pro_view .introduction .pic img {
  display: block;
  width: 100%;
}
.pro_view .introduction .pic .pro_banner {
  overflow: hidden;
  margin-bottom: 20px;
}
.pro_view .introduction .pic .pro_banner .swiper-button-prev {
  top: initial;
  left: 0;
  bottom: 4.5%;
}
.pro_view .introduction .pic .pro_banner .swiper-button-prev::after {
  font-size: 27px;
}
.pro_view .introduction .pic .pro_banner .swiper-button-next {
  top: initial;
  right: 0;
  bottom: 4.5%;
}
.pro_view .introduction .pic .pro_banner .swiper-button-next::after {
  font-size: 27px;
}
.pro_view .introduction .pic .pro_banner_menu {
  width: 86%;
  margin: 0 auto;
}
.pro_view .introduction .pic .pro_banner_menu .swiper-slide {
  width: 25%;
  border: 3px solid #fff;
  opacity: 0.7;
  cursor: pointer;
  transition: .5s all ease;
}
.pro_view .introduction .pic .pro_banner_menu .swiper-slide-thumb-active {
  border-color: #154e9f;
  opacity: 1;
}
.pro_view .introduction .title {
  overflow: hidden;
  flex: 1;
}
.pro_view .introduction .title .bt {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 2%;
}
.pro_view .introduction .title .text {
  overflow: hidden;
  font-size: 15px;
  color: #666;
  line-height: 33px;
}
.pro_view .details {
  overflow: hidden;
}
.pro_view .details .details_con {
  overflow: hidden;
  margin-bottom: 2%;
}
.pro_view .details .details_con .title {
  font-size: 20px;
  line-height: initial;
  margin-bottom: 1.5%;
}
.pro_view .details .details_con .con {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 27px;
}
.pro_view .details .details_con .con img {
  display: block;
  max-width: 100%;
}
.pro_view .details .details_con .con table {
  width: 100%;
  line-height: 48px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.pro_view .details .details_con .con table tr:nth-child(1) {
  background: #eee;
}
.pro_view .details .details_con:nth-last-child(1) {
  margin-bottom: 0;
}
/*mobile compatible*/
.page_nav_xl {
  display: none;
  position: relative;
  font-size: 15px;
  line-height: 46px;
  text-indent: 3%;
  color: #fff;
  background: #154e9f;
  cursor: pointer;
  transition: .5s all linear;
}
.page_nav_xl img {
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -3.5px;
  transition: .5s all ease;
}
.page_nav_xl ul {
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  margin: 0 auto;
  width: 100%;
  background: #eee;
  z-index: 10;
}
.page_nav_xl ul li {
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  text-indent: 4%;
  border-bottom: 1px solid #ccc;
}
.page_nav_xl ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_nav_xl ul li a:hover {
  color: #154e9f;
}
.page_nav_xl ul li.cur a {
  color: #154e9f;
}
.page_nav_hover img {
  transform: rotate(-180deg);
}
.page_nav_ceng {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
/*pages*/
.pages {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.pages a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding: 0 17px;
  line-height: 41px;
  margin: 0 5px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.pages a:hover {
  color: #fff;
  border-color: #154e9f;
  background: #154e9f;
}
.pages a.cur {
  color: #fff;
  border-color: #154e9f;
  background: #154e9f;
}
@media screen and (max-width: 1460px) {
  /*public*/
  .head .menu {
    margin: 23px 0 0 50px;
  }
  .head .menu #menu li {
    margin: 0 5px;
  }
  .con_view {
    width: 96%;
  }
  .page_menu {
    width: 96%;
  }
  /*page*/
  .page_banner .title {
    width: 92%;
  }
}
@media screen and (max-width: 1260px) {
  /*public*/
  /*page*/
  .head .menu {
    margin: 23px 0 0 25px;
  }
  .head .menu #menu li {
    margin: 0 2px;
  }
  .head .menu #menu li a {
    font-size: 14px;
    padding: 0 15px;
  }
  .head .operation .lang {
    margin-right: 10px;
  }
  .head .operation .search input {
    min-width: 80px;
  }
}
@media screen and (max-width: 1160px) {
  /*public*/
  .head .menu {
    float: right;
  }
  .head .operation {
    display: none;
  }
  /*index*/
  .title_view div span {
    font-size: 36px;
  }
  .title_view div p {
    font-size: 26px;
  }
  .idx_about .con .pic {
    width: 540px;
    height: auto;
  }
  .idx_about .con .pic div {
    position: relative;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    float: left;
  }
  .idx_pro .list ul li p {
    font-size: 15px;
  }
  .idx_news .news_banner .swiper-slide a .title {
    padding: 2.5% 3% 3% 3%;
  }
  .idx_news .news_banner .swiper-slide a .title p {
    font-size: 15px;
    line-height: 27px;
  }
  .idx_news .news_banner .swiper-slide a .title p:nth-child(1) {
    font-size: 22px;
    margin-bottom: 1.5%;
  }
  /*page*/
  .news_list ul li a .pic {
    flex: 1.2;
  }
  .news_list ul li a .title {
    line-height: 25px;
    margin: 0 3%;
  }
  .news_list ul li a .title span {
    font-size: 17px;
    margin-bottom: 1%;
  }
  .news_list ul li a .title p {
    font-size: 15px;
  }
  .news_list ul li a .title p:nth-child(2) {
    margin-bottom: 1%;
  }
  .pro_view .introduction .pic .pro_banner .swiper-button-prev {
    bottom: 3%;
  }
  .pro_view .introduction .pic .pro_banner .swiper-button-next {
    bottom: 3%;
  }
  .pro_view .introduction .pic .pro_banner_menu {
    width: 80%;
  }
}
@media screen and (max-width: 1060px) {
  /*public*/
  /*index*/
  .idx_about .pic {
    width: 480px;
  }
  .idx_about .pic div {
    width: 160px;
    height: 160px;
  }
  .idx_about .pic div p {
    font-size: 22px;
  }
  .idx_news .news_banner .swiper-slide a .more {
    right: 2%;
    bottom: 20px;
  }
  .idx_contact {
    width: auto;
  }
  /*page*/
  .page_banner .title span {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .page_banner .title span::before {
    height: 3px;
  }
  .page_banner .title p {
    font-size: 15px;
    margin-top: 27px;
  }
  .page_menu .nav li a {
    font-size: 14px;
  }
  .page_menu .location {
    font-size: 14px;
  }
  .page_menu .location a {
    font-size: 14px;
  }
  .pro_view .introduction .pic .pro_banner .swiper-button-prev {
    bottom: 2%;
  }
  .pro_view .introduction .pic .pro_banner .swiper-button-next {
    bottom: 2%;
  }
  .pro_view .introduction .title .bt {
    font-size: 21px;
  }
  .pro_view .introduction .title .text {
    font-size: 14px;
    line-height: 27px;
  }
  .join_view .title {
    font-size: 15px;
    line-height: 30px;
  }
  .join_view .join_list .join_list_title {
    font-size: 15px;
    line-height: 45px;
  }
  .join_view .join_list .join_list_con .button {
    font-size: 15px;
    line-height: 45px;
  }
  .join_view .join_list .join_list_con .con {
    font-size: 14px;
    padding: 1% 2%;
    line-height: 30px;
  }
  .contact_view .list {
    line-height: 25px;
  }
  .contact_view .list dt {
    font-size: 17px;
  }
  .contact_view .list dd {
    font-size: 15px;
  }
  /*index*/
  .idx_pro .list ul li .title {
    font-size: 16px;
  }
  .idx_pro .list ul li .title span {
    font-size: 26px;
    margin-bottom: 0;
  }
  .idx_introduce ul li a p {
    font-size: 17px;
    padding: 0 20px;
    line-height: 45px;
  }
  .idx_news ul li .title span {
    font-size: 15px;
  }
  .idx_news ul li .title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  /*index*/
  .idx_news .news_banner .swiper-slide a .title p {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -ms-line-clamp: 3;
  }
}
@media screen and (max-width: 860px) {
  /*public*/
  body {
    overflow: initial !important;
  }
  .head {
    border-bottom: none;
  }
  .head .logo img {
    width: auto;
    height: 55px;
  }
  .head #menu {
    display: none;
  }
  .head .nav_xl_a {
    display: block;
  }
  .footer.cur {
    position: initial;
    padding: 15px;
  }
  /*index*/
  .banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .title_view div span {
    font-size: 30px;
  }
  .title_view div p {
    font-size: 22px;
  }
  .con_view.cur {
    margin: 0 auto;
    padding: 4% 0;
  }
  #dowebok {
    margin: 75px auto 1%;
  }
  #dowebok .section {
    background-size: auto 100% !important;
  }
  .idx_about .con {
    display: initial;
    align-items: initial;
  }
  .idx_about .con .title {
    margin: 0 0 3% 0;
  }
  .idx_about .con .pic {
    float: initial;
    margin: 0 auto;
  }
  .idx_about .con .pic div {
    opacity: 1;
    transform: rotateY(0deg) !important;
  }
  .idx_pro .list ul li p {
    font-size: 14px;
    line-height: 40px;
  }
  .idx_news .news_banner .swiper-slide a .pic {
    flex: 1;
  }
  .idx_news .news_banner .swiper-slide a .title p {
    font-size: 14px;
  }
  .idx_news .news_banner .swiper-slide a .title p:nth-child(1) {
    font-size: 17px;
    margin-bottom: 0;
  }
  .idx_news .news_banner .swiper-slide a .title span {
    margin: 0 auto;
  }
  .idx_news .news_banner .swiper-slide a .more {
    font-size: 13px;
    padding: 0 15px;
    line-height: 30px;
  }
  .idx_contact .title_view {
    margin-bottom: 2%;
  }
  .idx_contact .con .title div {
    margin: 0 8%;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -o-line-clamp: 7;
    -ms-line-clamp: 7;
  }
  .idx_contact .con .title div p {
    font-size: 13px;
    line-height: 25px;
  }
  .idx_contact .con .title div a {
    font-size: 13px;
    line-height: 25px;
  }
  /*page*/
  .page_banner {
    margin-top: 75px;
  }
  .page_con {
    margin: 3% auto 0;
  }
  .about_view .about_title {
    font-size: 28px;
  }
  .about_view .about_con3 .con div span {
    width: 135px;
    height: 135px;
    border-radius: 135px;
  }
  .about_view .about_con3 .con div span p {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    line-height: 120px;
    font-size: 28px;
  }
  .about_view .about_con3 .con div p {
    font-size: 15px;
    line-height: 25px;
  }
  .pro_list ul li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .pro_list ul li:nth-child(4n) {
    margin: 0 2% 2% 0;
  }
  .pro_list ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .pro_list ul li p {
    font-size: 14px;
    line-height: 40px;
  }
  .pro_view .introduction .pic {
    flex: 1.3;
    margin-right: 3%;
  }
  .pro_view .introduction .title .bt {
    font-size: 18px;
  }
  .pro_view .introduction .title .text {
    font-size: 13px;
    line-height: 25px;
  }
  .photo_list ul li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .photo_list ul li:nth-child(4n) {
    margin: 0 2% 2% 0;
  }
  .photo_list ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .news_list ul li a .pic {
    flex: 1.5;
  }
  .news_list ul li a .title {
    line-height: 23px;
    margin: 1.5% 3% 0 3%;
  }
  .news_list ul li a .title span {
    font-size: 16px;
  }
  .news_list ul li a .title p {
    font-size: 14px;
  }
  .pages a {
    font-size: 13px;
    padding: 0 12px;
    line-height: 31px;
  }
}
@media screen and (max-width: 760px) {
  /*public*/
  .footer {
    padding: 15px;
  }
  .footer .copyright {
    float: none;
  }
  .footer .media {
    display: none;
  }
  /*index*/
  .idx_about .con .title {
    flex: initial;
  }
  .idx_pro .list ul {
    display: block;
    font-size: 0;
    text-align: center;
  }
  .idx_pro .list ul li {
    flex: initial;
    display: inline-block;
    width: 33.33%;
  }
  .idx_news .news_banner .swiper-slide a {
    display: block;
  }
  .idx_news .news_banner .swiper-slide a .pic {
    flex: initial;
    width: 100%;
  }
  .idx_news .news_banner .swiper-slide a .title {
    flex: initial;
    width: 100%;
  }
  .idx_news .news_banner .swiper-slide a .more {
    display: none;
  }
  .idx_contact .con {
    display: block;
    border-radius: 40px;
  }
  .idx_contact .con .title {
    flex: initial;
  }
  .idx_contact .con .title div {
    margin: 8%;
  }
  .idx_contact .con img {
    flex: initial;
    width: 100%;
  }
  /*page*/
  .page_banner .title span {
    padding-bottom: 0;
  }
  .page_banner .title span::before {
    display: none;
  }
  .page_banner .title p {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  /*public*/
  .head .logo img {
    width: auto;
    height: 40px;
  }
  .head .nav_xl {
    top: 60px;
  }
  .head .nav_xl ul li a {
    font-size: 16px;
  }
  /*index*/
  .title_view div span {
    font-size: 26px;
  }
  .title_view div p {
    font-size: 20px;
    padding-top: 10px;
    margin-top: 6px;
  }
  #dowebok {
    margin: 60px auto 1%;
  }
  #index1 .swiper-pagination-bullets,
  #index1 .swiper-pagination-custom,
  #index1 .swiper-pagination-fraction {
    bottom: 15px !important;
  }
  .idx_about .con .pic {
    width: auto;
  }
  .idx_about .con .pic div {
    width: 33.334%;
    height: 150px;
  }
  /*page*/
  .page_banner {
    margin-top: 60px;
  }
  .page_banner .title span {
    font-size: 23px;
  }
  .page_banner .title p {
    font-size: 14px;
    margin-top: 1%;
  }
  .location {
    display: none;
  }
  .page_menu {
    overflow: initial;
    width: auto;
    margin: 0 auto 3%;
  }
  .page_menu .page_nav {
    display: none;
  }
  .page_nav_xl {
    display: block;
  }
  .about_view .about_title {
    font-size: 24px;
  }
  .about_view .about_con3 .con {
    flex-wrap: wrap;
  }
  .about_view .about_con3 .con div {
    flex: 0 0 50%;
  }
  .about_view .about_con4 .con .title {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  .about_view .about_con4 .con .title ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .about_view .about_con4 .con .pic {
    float: none;
    width: 100%;
  }
  .about_view .about_con5 .con dl dd .title {
    font-size: 15px;
  }
  .about_view .about_con6 .con .title {
    font-size: 15px;
    line-height: 30px;
  }
  .about_view .about_con6 .con .join_list .join_list_title {
    font-size: 15px;
    line-height: 50px;
  }
  .about_view .about_con6 .con .join_list .join_list_con .button {
    font-size: 15px;
    line-height: 50px;
  }
  .about_view .about_con6 .con .join_list .join_list_con .con {
    font-size: 14px;
    padding: 1% 3%;
    line-height: 30px;
  }
  .pro_list ul li {
    width: 48%;
    margin: 0 0 3% 0 !important;
  }
  .pro_list ul li:nth-child(2n) {
    float: right;
  }
  .pro_view .introduction {
    display: block;
  }
  .pro_view .introduction .back {
    display: block;
  }
  .pro_view .introduction .pic {
    flex: initial;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .pro_view .introduction .pic .pro_banner {
    margin-bottom: 10px;
  }
  .pro_view .introduction .pic .pro_banner .swiper-button-prev {
    display: none;
  }
  .pro_view .introduction .pic .pro_banner .swiper-button-next {
    display: none;
  }
  .pro_view .introduction .pic .pro_banner_menu {
    width: auto;
  }
  .pro_view .introduction .title {
    flex: initial;
  }
  .pro_view .details .details_con {
    margin-bottom: 3%;
  }
  .pro_view .details .details_con .title {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .news_list ul li a .pic {
    flex: 2;
  }
  .news_list ul li a .title span {
    font-size: 15px;
  }
  .news_list ul li a .title p {
    font-size: 13px;
  }
  .join_view .title {
    font-size: 14px;
    line-height: 27px;
  }
  .join_view .join_list .join_list_title {
    font-size: 14px;
    line-height: 40px;
  }
  .join_view .join_list .join_list_con .button {
    font-size: 14px;
    line-height: 40px;
  }
  .join_view .join_list .join_list_con .con {
    font-size: 13px;
    line-height: 27px;
  }
}
@media screen and (max-width: 540px) {
  /*page*/
  .news_list ul li {
    margin-bottom: 4%;
  }
  .news_list ul li a {
    display: block;
  }
  .news_list ul li a .pic {
    flex: initial;
  }
  .news_list ul li a .title {
    flex: initial;
    margin: 2% 0 0 0;
    border-bottom: none;
  }
  .news_list ul li a .title span {
    font-size: 15px;
  }
  .news_list ul li a .title p {
    font-size: 13px;
  }
  .news_list ul li:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 460px) {
  /*public*/
  .head .nav_xl ul li {
    line-height: 40px;
  }
  .head .nav_xl ul li a {
    font-size: 15px;
  }
  .title_view div span {
    font-size: 22px;
  }
  .title_view div p {
    font-size: 19px;
  }
}
