@charset "UTF-8";
@import "//at.alicdn.com/t/font_2430454_gps1cfmi7h8.css";
html {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  background-color: #F8F8F8;
}
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
i,
em,
select,
p,
img {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
i,
em {
  font-style: normal;
}
/*滚动条优化*/
::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
input,
img,
select {
  border: 0;
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 去掉iphone输入框、按钮、选择框等自带样式 */
/*全局placeholder颜色*/
::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
/* WebKit browsers */
:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
/* Internet Explorer 10+ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 32px;
  font-weight: 600;
}
h2 {
  font-size: 28px;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
input[type="checkbox"] {
  vertical-align: middle;
}
textarea {
  overflow-y: auto;
  padding: 3px;
}
a {
  color: #428bca;
  text-decoration: none;
  outline: 0;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a:hover,
a:active {
  /*color: #2a6496;*/
  text-decoration: none;
}
a:focus {
  outline: 0;
}
hr {
  border-top: solid 1px #e2e0e0;
  border-bottom: none;
  margin: 15px auto;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
.fz28 {
  font-size: 28px;
}
.fz32 {
  font-size: 32px;
}
.grayc {
  color: #ccc;
}
.gray01 {
  color: #1f2228;
}
.gray02 {
  color: #a3a3a3;
}
.gray3 {
  color: #333;
}
.gray6 {
  color: #666;
}
.gray9,
.gray9:hover {
  color: #999;
}
.emstyle {
  font-style: italic;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *height: 1%;
}
.none {
  display: none;
}
.minheight500 {
  min-height: 500px;
  height: auto !important;
  height: 500px;
  overflow: visible;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #eae9e9;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
/**
 * Grid
 * --------------------------------------------------
 * Using flexbox for the grid, inspired by Philip Walton:
 * http://philipwalton.github.io/solved-by-flexbox/demos/grids/
 * By default each .z-col within a .z-row will evenly take up
 * available width, and the height of each .z-col with take
 * up the height of the tallest .z-col in the same .z-row.
 */
.z-row.z-col,
.z-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.z-row-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.z-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  width: 100%;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
}
/* Vertically Align.z-columns */
/* .z-row-* vertically aligns every .z-col in the .z-row */
.z-row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.z-row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.z-row-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.z-row-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.z-row-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.z-row-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* .z-col-* vertically aligns an individual .z-col */
.z-col-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.z-col-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.z-col-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/*.z-column Offsets */
.z-col-offset-10 {
  margin-left: 10%;
}
.z-col-offset-20 {
  margin-left: 20%;
}
.z-col-offset-25 {
  margin-left: 25%;
}
.z-col-offset-33,
.z-col-offset-34 {
  margin-left: 33.3333%;
}
.z-col-offset-50 {
  margin-left: 50%;
}
.z-col-offset-66,
.z-col-offset-67 {
  margin-left: 66.6666%;
}
.z-col-offset-75 {
  margin-left: 75%;
}
.z-col-offset-80 {
  margin-left: 80%;
}
.z-col-offset-90 {
  margin-left: 90%;
}
/* Explicit.z-column Percent Sizes */
/* By default each grid.z-column will evenly distribute */
/* across the grid. However, you can specify individual */
/*.z-columns to take up a certain size of the available area */
.z-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.z-col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.z-col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.z-col-33,
.z-col-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.z-col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.z-col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.z-col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.z-col-66,
.z-col-67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.z-col-75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.z-col-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.z-col-90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.breadcrumb {
  height: 50px;
  line-height: 50px;
}
.breadcrumb .breadcrumb-link {
  color: #000000;
  font-size: 14px;
}
.breadcrumb .breadcrumb-link a {
  color: #4D4D4D;
  display: inline;
}
.Breadcrumb_navigation {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #666666;
  border: solid 1px #DCE5ED;
  background: #FFFFFF;
  padding: 0 20px;
  margin-bottom: 10px;
}
.Breadcrumb_navigation a {
  color: #2F69FC;
}
.Breadcrumb_navigation.noborder {
  border: none;
}
.page .page-inner {
  width: 450px;
  margin: 20px auto;
}
.page .page-inner strong,
.page .page-inner a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin: 0 3px;
}
.page .page-inner strong {
  border: solid 1px #0069bb;
  background: #0069bb;
  color: #ffffff;
}
.page .page-inner a {
  border: solid 1px #e6e6e6;
  background: #ffffff;
  color: #999999;
}
.z-model .z-model-box {
  position: fixed;
  z-index: 20;
  width: 85%;
  top: 50%;
  left: 50%;
  max-height: 60%;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.z-model .z-model-bg {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
body {
  background: #F8F8F8;
}
.w1250 {
  width: 1250px;
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.header .logo {
  width: 165px;
  height: 100px;
  margin-right: 50px;
  background-image: url("/images_new/logo3.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 40px;
}
.header .header_nav > ul > li {
  float: left;
  font-size: 16px;
  position: relative;
}
.header .header_nav > ul > li a {
  display: block;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  padding: 0 20px;
}
.header .header_nav > ul > li ul {
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 70px;
  display: none;
  overflow: hidden;
}
.header .header_nav > ul > li ul li a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000000;
}
.header .header_nav > ul > li ul li:hover {
  background: #F7F9FA;
}
.header .header_nav > ul > li ul li:hover a {
  color: #2f69fc;
}
.header .header_nav > ul > li:hover ul {
  display: block;
}
.header .header_nav #menubtn {
  display: none;
}
.header .header_nav .menu_bg {
  display: none;
}
.header .icophone {
  background: url("/images_new/phone.png") no-repeat center center;
  background-size: 100%;
  width: 178px;
  height: 50px;
}
.header_white {
  background: #ffffff;
  color: #333333;
  box-shadow: 0px 10px 20px rgba(204, 204, 204, 0.16);
}
.header_white .logo {
  background-image: url("/images_new/logo.png");
}
.header_white .header_nav ul li a {
  color: #333333;
}
.header_white .icophone {
  background-image: url("/images_new/phone2.png");
}
.header_nofixed {
  background: #ffffff;
  color: #333333;
}
.header_nofixed .logo {
  background-image: url("/images_new/logo.png");
}
.header_nofixed .header_nav ul li a {
  color: #333333;
}
.header_nofixed .icophone {
  background: url("/images_new/phone2.png") no-repeat center center;
  background-size: 100%;
}
.header_box {
  display: none;
}
.header_nofixed + .header_box {
  display: block;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .swiper-slide .textbox {
  position: absolute;
  top: 30vh;
  width: 890px;
}
.banner .swiper-slide .textbox .title {
  font-size: 40px;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.banner .swiper-slide .textbox .content {
  font-size: 20px;
  line-height: 2;
  color: #FFFFFF;
  margin-bottom: 80px;
}
.banner .swiper-slide .textbox .morebtn {
  width: 250px;
  height: 65px;
  line-height: 65px;
  background: #FFFFFF;
  border-radius: 33px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 0 30px;
}
.banner .banner-navigation {
  width: 1250px;
  position: absolute;
  left: 50%;
  bottom: 160px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
.banner .banner-navigation .box {
  width: 150px;
  position: relative;
}
.banner .banner-navigation .swiper-button-prev {
  background: none;
}
.banner .banner-navigation .swiper-button-next {
  background: none;
  float: right;
}
.banner .banner-navigation .swiper-button-prev:after,
.banner .banner-navigation .swiper-button-next:after {
  display: none;
}
#nav2 {
  position: relative;
  top: -72px;
  z-index: 5;
}
#nav2 .item + .item:before {
  display: block;
  content: '';
  height: 78px;
  border-left: dashed 1px #DCE5ED;
  position: absolute;
  left: 0;
}
#nav2 .item {
  background: #ffffff;
  padding: 36px 28px 36px 40px;
  cursor: pointer;
  position: relative;
  height: 175px;
}
#nav2 .item .text .title {
  font-size: 24px;
  color: #314759;
}
#nav2 .item .text .title:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #314759;
  margin: 15px 0;
}
#nav2 .item .text .suptitle {
  font-size: 14px;
  color: #aaaaaa;
}
#nav2 .item .ico {
  display: none;
}
#nav2 .item:hover,
#nav2 .item.select {
  background: #3A5DED;
  color: #FFFFFF;
}
#nav2 .item:hover + .item:before,
#nav2 .item.select + .item:before,
#nav2 .item:hover:before,
#nav2 .item.select:before {
  display: none;
}
#nav2 .item:hover .text .title,
#nav2 .item.select .text .title {
  color: #FFFFFF;
}
#nav2 .item:hover .text .title:after,
#nav2 .item.select .text .title:after {
  background: #FFFFFF;
}
#nav2 .item:hover .text .suptitle,
#nav2 .item.select .text .suptitle {
  color: #FFFFFF;
}
#banner_pagination {
  bottom: 111px;
  text-align: center;
  position: absolute;
  z-index: 10;
}
#banner_pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.5;
}
#banner_pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
.index_title {
  text-align: center;
  line-height: 2;
  position: relative;
  width: 1250px;
  margin: 0 auto 40px;
}
.index_title .titlebg {
  position: absolute;
  left: 0;
  top: 0;
}
.index_title .titlebox {
  float: left;
  text-align: left;
}
.index_title .titlebox h2 {
  font-size: 30px;
  color: #333333;
  line-height: 70px;
  margin-bottom: 15px;
  font-weight: bold;
}
.index_title .titlebox .subtitle {
  font-size: 16px;
  color: #2F4254;
  text-align: left;
}
.index_title .pagebox {
  float: right;
}
.index_title .pagebox .more {
  font-size: 18px;
  color: #333333;
  display: block;
  text-transform: Uppercase;
  line-height: 70px;
}
.index_title .pagebox .more img {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.index_title .pagebox .navigation .index-next,
.index_title .pagebox .navigation .index-prev {
  width: 59px;
  height: 52px;
  float: right;
  outline: none;
}
.index_title .pagebox .navigation .index-prev {
  background: url("/images_new/prev2@2x.png") no-repeat center center;
  background-size: 100% auto;
}
.index_title .pagebox .navigation .index-next {
  background: url("/images_new/next2@2x.png") no-repeat center center;
  background-size: 100% auto;
  margin-left: 20px;
}
.index_title .pagebox .navigation .index-prev.swiper-button-disabled {
  background-image: url("/images_new/prev@2x.png");
}
.index_title .pagebox .navigation .index-next.swiper-button-disabled {
  background-image: url("/images_new/next@2x.png");
}
.titlebg {
  position: absolute;
  left: 0;
  top: 0;
}
.titlebg img {
  width: 200px;
}
.index_product {
  background: #F7F9FA;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.index_product .titlebg {
  top: 100px;
}
.index_productlist .item {
  background: #FFFFFF;
  padding: 60px 25px;
  text-align: center;
  height: 400px;
  cursor: pointer;
}
.index_productlist .item .imgbox {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-position: top center;
}
.index_productlist .item .title {
  font-size: 18px;
  color: #10385B;
  margin-bottom: 20px;
}
.index_productlist .item .mobile_title {
  font-size: 18px;
  color: #10385B;
  margin-bottom: 20px;
  display: none;
}
.index_productlist .item p {
  font-size: 14px;
  color: #58748C;
  opacity: 0.7;
  line-height: 1.6;
  text-align: left;
}
.index_productlist .item .more {
  display: none;
  font-size: 16px;
}
.index_productlist .item .more img {
  margin-left: 10px;
  margin-top: 1px;
}
.index_productlist .item:hover,
.index_productlist .item.active {
  background: #0A41CF;
}
.index_productlist .item:hover .imgbox,
.index_productlist .item.active .imgbox {
  background-position: bottom center;
}
.index_productlist .item:hover p,
.index_productlist .item.active p,
.index_productlist .item:hover .more,
.index_productlist .item.active .more,
.index_productlist .item:hover .mobile_title,
.index_productlist .item.active .mobile_title,
.index_productlist .item:hover .title,
.index_productlist .item.active .title {
  color: #FFFFFF;
}
.index_productlist .item:hover .more,
.index_productlist .item.active .more {
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
}
.index_productlist .item:hover .more img,
.index_productlist .item.active .more img {
  width: 18px;
}
.index_productlist .item + .item {
  margin-left: 30px;
}
#index_productlist_pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#index_productlist_pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.index_programme {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #FFFFFF;
}
.index_programmelist .item {
  position: relative;
  height: 370px;
  max-width: 33.3333%;
}
.index_programmelist .item img {
  width: 100%;
}
.index_programmelist .item .textbox {
  text-align: left;
  color: #000000;
  padding: 10px;
}
.index_programmelist .item .textbox .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.index_programmelist .item .textbox p {
  font-size: 14px;
  opacity: 0.8;
  color: #333333;
}
.index_programmelist .item + .item {
  margin-left: 25px;
}
.index_case {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #FFFFFF;
}
.index_caselist {
  width: 1250px;
  margin: 0 auto;
}
.index_caselist .item {
  position: relative;
  display: block;
  width: 400px;
  height: 230px;
  float: left;
  margin-bottom: 20px;
}
.index_caselist .item .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.index_caselist .item > img {
  width: 100%;
  height: 100%;
  display: block;
}
.index_caselist .item .title {
  display: none;
  position: absolute;
  font-size: 18px;
  color: #FFFFFF;
  bottom: 20px;
  left: 10px;
  right: 10px;
  text-align: center;
}
.index_caselist .item:nth-child(3n-1),
.index_caselist .item:nth-child(3n) {
  margin-left: 25px;
}
.index_news {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F7F9FA;
}
.index_hezuo {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
}
.newsbox .newsbox_l {
  position: relative;
}
.newsbox .newsbox_l > img {
  width: 100%;
  height: 100%;
  display: block;
}
.newsbox .newsbox_l .textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(47, 105, 247, 0) 0%, #0F263E 100%);
}
.newsbox .newsbox_l .textbox .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
.newsbox .newsbox_l .textbox .title {
  font-size: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.newsbox .newsbox_l .textbox .subtitle {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.newsbox .newsbox_l .textbox time {
  font-size: 16px;
}
.newsbox .newsbox_r {
  margin-left: 35px;
}
.index_newslist .item .img {
  width: 240px;
  height: 140px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.index_newslist .item .textbox .title {
  font-size: 18px;
  color: #10385B;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: bold;
}
.index_newslist .item .textbox .subtitle {
  color: #58748C;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.index_newslist .item .textbox time {
  color: #58748C;
}
.index_newslist .item + .item {
  margin-top: 25px;
}
.lookmore {
  font-size: 14px;
  color: #333333;
  height: 40px;
  line-height: 38px;
  width: 110px;
  text-align: center;
  border: solid 1px #333333;
  margin: 20px auto 80px;
  border-radius: 3px;
  display: block;
}
.index_zixun {
  background: #0B42D0;
  padding-top: 50px;
  padding-bottom: 100px;
}
.index_zixun .index_title .titlebox h2 {
  color: #FFFFFF;
}
.index_zixun .kefu_form {
  padding: 0;
}
.index_zixun .kefu_form .item label {
  color: #FFFFFF;
}
.index_zixun .kefu_form .item input,
.index_zixun .kefu_form .item textarea {
  background: transparent;
  border: 1px solid #7BA0FF;
  color: #FFFFFF;
}
.index_zixun .kefu_form .item input::placeholder,
.index_zixun .kefu_form .item textarea::placeholder {
  color: #FFFFFF;
}
.index_zixun .kefu_form .submitbtn {
  background: #FFFFFF;
  color: #0B42D0;
}
.index_zixun .kefu_form .submitbtn .iconfont {
  font-size: 20px;
}
.ggbox {
  position: relative;
}
.ggbox img {
  width: 100%;
  display: block;
}
.ggbox .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  line-height: 2;
}
.ggbox .textbox .title {
  font-size: 40px;
}
.ggbox .textbox .subtitle {
  font-size: 36px;
}
.index_footer {
  background: #17193F;
  color: #17193F;
  line-height: 2;
}
.index_footer .footer1 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.index_footer .footer1 .footer_zixun {
  float: left;
  font-size: 14px;
  color: #FFFFFF;
}
.index_footer .footer1 .footer_zixun p {
  opacity: 0.7;
}
.index_footer .footer1 .footer_zixun .number {
  font-size: 40px;
  opacity: 1;
}
.index_footer .footer1 .footer_navbox {
  float: right;
}
.index_footer .footer1 .footer_navbox .footer_nav {
  float: left;
  margin-right: 120px;
  color: #FFFFFF;
}
.index_footer .footer1 .footer_navbox .footer_nav li {
  font-size: 14px;
  margin-bottom: 10px;
}
.index_footer .footer1 .footer_navbox .footer_nav li a {
  color: #FFFFFF;
  opacity: 0.8;
}
.index_footer .footer1 .footer_navbox .footer_nav li.toptitle {
  margin-bottom: 15px;
  font-size: 18px;
}
.index_footer .footer1 .footer_navbox .footer_nav li.toptitle a {
  color: #ffffff;
  opacity: 1;
}
.index_footer .footer1 .footer_code {
  text-align: left;
  margin-top: 30px;
}
.index_footer .footer1 .footer_code .footer_codelist {
  text-align: center;
}
.index_footer .footer1 .footer_code .footer_codelist .code {
  float: left;
  margin-right: 20px;
  width: 120px;
}
.index_footer .footer1 .footer_code .footer_codelist .code img {
  width: 100%;
}
.index_footer .footer1 .footer_code .footer_codelist .code .title {
  color: #ffffff;
  font-size: 14px;
}
.index_footer .footer2 {
  background: #1E1F4C;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.51);
}
.index_footer .footer2 a {
  color: rgba(255, 255, 255, 0.51);
}
.floaticon {
  position: fixed;
  right: 20px;
  top: 200px;
  z-index: 10;
}
.floaticon .iconbox {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 6px 14px #D1D5FF;
  position: relative;
}
.floaticon .iconbox .iconfont {
  color: #2f69fc;
  font-size: 30px;
  line-height: 52px;
}
.floaticon .iconbox:hover {
  background: #2f69fc;
}
.floaticon .iconbox:hover .iconfont {
  color: #FFFFFF;
}
.floatbox {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px #E0E3FF;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  right: 60px;
  top: -160px;
  padding: 25px;
}
.floatbox .title {
  font-size: 20px;
  color: #292929;
  height: auto;
  line-height: 1.6;
}
.floatbox .subtitle {
  font-size: 14px;
  color: #9D9D9D;
  height: auto;
  line-height: 1.6;
}
.floatbox .postbtn {
  width: 277px;
  height: 60px;
  line-height: 60px;
  background: #2F69FC;
  opacity: 1;
  border-radius: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 auto;
}
.floatbox .postbtn .iconfont {
  color: #FFFFFF;
  font-size: 16px;
}
.wxcodebox {
  margin-top: 50px;
}
.wxcodebox .z-col + .z-col {
  margin-left: 35px;
}
.wxcodebox p {
  font-size: 16px;
  color: #333333;
}
.wxcodebox img {
  width: 169px;
  height: 169px;
  box-shadow: 0px 0px 20px rgba(168, 168, 168, 0.16);
}
.phonebox {
  margin-top: 20px;
}
.phonebox .z-col + .z-col {
  margin-left: 20px;
}
.phonebox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.phonebox .t2 {
  font-size: 20px;
}
.formlist {
  text-align: left;
}
.formlist .z-col + .z-col {
  margin-left: 25px;
}
.formlist .item .item-label {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.formlist .item input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CDDCEA;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.formlist .item textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CDDCEA;
  padding: 10px;
  min-height: 7em;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
}
#app_footer {
  display: none;
}
.hezuolist .swiper-slide {
  height: 200px;
  padding: 20px;
  background: #FFFFFF;
  border: solid 1px #DCE5ED;
}
.hezuolist .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.detailsman {
  padding: 15px 0;
}
.detailsman .detailsman_left {
  width: 330px;
}
.detailsman .detailsman_left .kefu_menu {
  width: 100%;
  margin-bottom: 20px;
}
.detailsman .detailsman_left .fangan_menu {
  margin-bottom: 20px;
}
.detailsman .detailsman_left .tuijian_right_img {
  width: 100%;
  margin: 0 auto 20px;
}
.detailsman .detailsman_left .tuijian_right_img img {
  width: 100%;
}
.detailsman .dianxing_list {
  padding: 15px;
}
.detailsman .dianxing_list .item {
  text-align: center;
  width: 100%;
  height: 138px;
  border: solid 1px #F0F0F0;
  margin-bottom: 15px;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
.detailsman .tuijian_right {
  display: none;
}
.detailsman .tuijian_right .tuijian_right_img {
  margin: 20px auto;
}
.detailsman .tuijian_right .tuijian_right_img img {
  width: 100%;
  display: block;
}
.photoshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 50;
  display: none;
}
.photoshow .iconfont {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  color: #FFFFFF;
  z-index: 80;
}
.photoshow .photoswpier {
  height: 100%;
}
.photoshow .photoswpier .swiper-slide img {
  width: 100%;
}
.mobile_more {
  display: none;
}
.header_box {
  height: 100px;
}
.NwesBanner {
  position: relative;
}
.NwesBanner img {
  width: 100%;
  display: block;
}
.NwesBanner .text {
  position: absolute;
  width: 1250px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
.NwesBanner .text .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.NwesBanner .text .title a {
  color: #FFFFFF;
}
.NwesBanner .text .subtitle {
  font-size: 16px;
}
.Newsmain {
  margin-bottom: 80px;
}
.Newsmain .newsnav {
  margin-bottom: 50px;
}
.Newsmain .newsnav ul li {
  float: left;
  margin-right: 60px;
}
.Newsmain .newsnav ul li a {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #12142D;
}
.Newsmain .newsnav ul li.active {
  position: relative;
}
.Newsmain .newsnav ul li.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 10%;
  height: 2px;
  background: #2F69FC;
}
.Newsmain .newsnav ul li.active a {
  color: #2F69FC;
}
.Newsmain .kefu_card .cardheader {
  background: #FFFFFF;
}
.Newsmain .kefu_card .cardmain {
  padding: 20px;
}
.newscontent .newslist .item {
  background: #FFFFFF;
  margin-bottom: 15px;
}
.newscontent .newslist .item .img {
  width: 200px;
  height: 135px;
  overflow: hidden;
}
.newscontent .newslist .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.newscontent .newslist .item .textbox {
  padding: 0;
  font-size: 14px;
  color: #58748C;
  height: 165px;
  margin-left: 15px;
}
.newscontent .newslist .item .textbox .title {
  font-size: 18px;
  color: #10385B;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newscontent .newslist .item .textbox .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 10px;
}
.newscontent .newslist .item:hover .img {
  overflow: hidden;
}
.newscontent .newslist .item:hover .img img {
  transform: scale(1.2);
  transition: all 0.4s ease-out;
}
.Details_zhaiyao {
  padding: 10px;
  background: #fcffd7;
  border: solid 1px #d2db9a;
  margin-bottom: 15px;
}
.NewsDetails {
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.NewsDetails .tuijian_right {
  width: 330px;
  margin-left: 20px;
}
.NewsDetails .NewsLeft {
  width: 895px;
  float: left;
}
.NewsDetails .NewsDetails_content {
  font-size: 16px;
  color: #313131;
  line-height: 1.6;
  background: #FFFFFF;
  padding: 15px 50px;
}
.NewsDetails .NewsDetails_content > p {
  text-indent: 2em;
}
.NewsDetails .NewsDetails_content > h2 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.NewsDetails .NewsDetails_content > h2:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  margin-right: 10px;
  background: #2F69FC;
}
.NewsDetails .title {
  text-align: left;
  font-size: 32px;
  color: #12142D;
  font-weight: normal;
  margin-bottom: 25px;
}
.NewsDetails .subtitle {
  font-size: 14px;
  color: #999999;
  margin-bottom: 50px;
}
.NewsDetails .subtitle > span {
  margin-left: 20px;
}
.NewsDetails h3 {
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.NewsDetails h4 {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.NewsDetails h5 {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.NewsDetails p {
  margin-bottom: 15px;
}
.NewsDetails img {
  max-width: 100%;
  margin: 20px 0;
  display: block;
}
.news_tuijian {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.news_tuijian .news_tuijian_title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.news_tuijian .news_tuijian_list .item {
  padding: 15px;
}
.news_tuijian .news_tuijian_list .item .img {
  width: 80px;
  height: 54px;
}
.news_tuijian .news_tuijian_list .item .img img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.news_tuijian .news_tuijian_list .item .text {
  color: #4D4D4D;
  margin-left: 10px;
}
.news_tuijian .news_tuijian_list .item .text p {
  margin: 0;
}
.news_tuijian .news_tuijian_list .item .text .time {
  font-size: 12px;
  margin-top: 10px;
  color: #4D4D4D;
}
.news_tuijian .news_tuijian_list .item + .item {
  border-top: solid 1px #F5F5F5;
}
.newslinkbox {
  background: #FFFFFF;
  margin-top: 20px;
  font-size: 14px;
  padding: 30px;
}
.newslinkbox .t1 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
.newslinkbox .text {
  color: #4D4D4D;
}
.newslinkbox .linkprev {
  float: left;
}
.newslinkbox .linknext {
  float: right;
  text-align: right;
}
.projectlink {
  background: #FFFFFF;
  padding: 25px 30px;
  margin-top: 20px;
}
.projectlink .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.projectlinklist .item {
  float: left;
  background: #FFFFFF;
  width: 400px;
  margin-bottom: 30px;
  border: solid 1px #DCE5ED;
  height: 54px;
  line-height: 54px;
  padding: 10px;
  font-size: 16px;
  color: #2F4254;
}
.projectlinklist .item .how {
  color: #F02D63;
  font-size: 12px;
}
.projectlinklist .item:nth-child(2n) {
  margin-left: 35px;
}
.jianjie {
  padding-top: 40px;
  padding-bottom: 50px;
}
.jianjie .index_title {
  margin-bottom: 30px;
}
.jianjie .index_title h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.aboutcontent {
  font-size: 16px;
  color: #2F4152;
  line-height: 2;
}
.aboutcontent img {
  max-width: 100%;
}
.qiyewenhua {
  background: #0B44D8 url("/images_new/about_qiyewenhua@2x.png") no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}
.qiyewenhua .index_title {
  color: #FFFFFF;
}
.qiyewenhua .index_title .pagebox .more,
.qiyewenhua .index_title .subtitle,
.qiyewenhua .index_title h2 {
  color: #FFFFFF;
}
.qiyewenhua_main .leftbox .qywhbox {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
}
.qiyewenhua_main .leftbox .qywhbox .line {
  margin-left: 22px;
}
.qiyewenhua_main .leftbox .qywhbox .qywhboxitem .text {
  margin-left: 40px;
  color: #FFFFFF;
  font-size: 14px;
}
.qiyewenhua_main .leftbox .qywhbox .qywhboxitem .text .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.qiyewenhua_main .rightbox {
  width: 600px;
  margin-left: 80px;
  overflow: hidden;
}
.qiyewenhua_main .rightbox img {
  width: 100%;
}
.qiyewenhuaimglist {
  position: relative;
}
.qiyewenhuaimglist .swiper-slide {
  position: relative;
}
.qiyewenhuaimglist .swiper-slide .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qiyewenhuaimglist .swiper-slide .box .textbox {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
}
.qiyewenhuaimglist .swiper-slide .box .mengban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 10;
  background: linear-gradient(180deg, rgba(110, 110, 110, 0) 0%, #0646EB 100%);
}
.qiyewenhuaimglist #qiyewenhua_pagination {
  position: absolute;
  z-index: 99;
  text-align: center;
}
.zuzhijiagou {
  background: #F7F9FA;
  padding-top: 90px;
  padding-bottom: 120px;
}
.zuzhijiagou .zuzhiimg {
  text-align: center;
}
.zuzhijiagou .zuzhiimg img {
  width: 90%;
}
.fazhanlicheng {
  padding: 100px 0;
  background: #FFFFFF;
  position: relative;
}
.time_lookmore {
  width: 185px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #2F69FC;
  text-align: center;
  font-size: 14px;
  color: #2F69FC;
  margin: 20px auto 0;
  border-radius: 50px;
  cursor: pointer;
}
.gongsihuanjing {
  background: #F7F9FA;
  padding: 100px 0;
}
.gongsihuanjing .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.gongsihuanjing .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.huanjingswiper .swiper-slide {
  position: relative;
}
.huanjingswiper .swiper-slide > img {
  width: 100%;
}
.huanjingswiper .swiper-slide .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(126, 135, 144, 0.43) 44%, rgba(16, 32, 49, 0.8) 100%);
  z-index: 10;
}
.huanjingswiper .swiper-slide .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  z-index: 15;
}
.xiangguanxinxi {
  background: #0B44D8;
  padding: 100px 0;
}
.xiangguanxinxi .index_title h2,
.xiangguanxinxi .index_title .subtitle {
  color: #FFFFFF;
}
.xiangguanxinxi .xiangguanlist .item {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.xiangguanxinxi .xiangguanlist .item .box {
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 15px 20px 53px;
  color: #FFFFFF;
  font-size: 16px;
}
.xiangguanxinxi .xiangguanlist .item .box .title {
  font-size: 22px;
  line-height: 2;
}
.xiangguanxinxi .item:nth-child(2n-1) {
  padding-right: 10px;
}
.xiangguanxinxi .item:nth-child(2n) {
  padding-left: 10px;
}
.rongyuzhengshu {
  padding: 100px 0;
  background: url("/images_new/rongyubg.png") no-repeat left top;
}
.rongyuzhengshu .rongyuswiper .swiper-slide .imgbox {
  border: solid 1px #B9CDE0;
  padding: 20px;
  background: #FFFFFF;
}
.rongyuzhengshu .rongyuswiper .swiper-slide .imgbox .img {
  display: block;
  height: 330px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.rongyuzhengshu .rongyuswiper .swiper-slide .text {
  font-size: 16px;
  line-height: 1.4;
  padding: 30px 20px;
}
.Contactusbox {
  position: relative;
  background: #ffffff url("/images_new/contantusbg.png") no-repeat left top;
  padding: 100px 0;
}
.Contactusbox .contact_left {
  width: 530px;
  float: left;
  color: #2F4254;
  font-size: 16px;
  line-height: 2;
}
.Contactusbox .contact_left .index_title {
  margin-bottom: 30px;
}
.Contactusbox .contact_left .index_title .titlebox h2 {
  height: auto;
  line-height: 1.2;
  margin: 0;
}
.Contactusbox .contact_right {
  width: 500px;
  float: right;
}
.liuyanbox .liuyantitle {
  font-size: 24px;
  color: #040404;
  margin-bottom: 40px;
}
.liuyanbox > .z-row .z-col + .z-col {
  margin-left: 20px;
}
.liuyanbox .liuyanitem {
  margin-bottom: 35px;
}
.liuyanbox .liuyanitem .title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.liuyanbox .liuyanitem .input {
  border: solid 1px #CDDCEA;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}
.liuyanbox .liuyanitem .textarea {
  border: solid 1px #CDDCEA;
  padding: 15px;
  width: 100%;
  border-radius: 4px;
  height: 152px;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
}
.liuyanbox .liuyanitem .yanzhengma .yanzhengmaimg {
  width: 100px;
  height: 50px;
  margin-left: 15px;
}
.liuyanbox .btn {
  width: 277px;
  height: 60px;
  line-height: 60px;
  background: #2F69FC;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
}
.joinmain {
  padding: 100px 0;
  background: #FFFFFF;
}
.joinmain .index_title {
  text-align: center;
  font-size: 34px;
}
.joinlist .joinitem {
  border-bottom: solid 1px #CDDCEA;
}
.joinlist .joinitem .showbox {
  height: 90px;
  line-height: 90px;
}
.joinlist .joinitem .showbox .title {
  font-size: 20px;
  color: #292A2C;
}
.joinlist .joinitem .showbox .ico {
  width: 20px;
  height: 20px;
  display: block;
  background: url("/images_new/open.png") no-repeat;
}
.joinlist .joinitem .hidebox {
  display: none;
  padding-bottom: 40px;
}
.joinlist .joinitem .hidebox .jointextbox {
  width: 50%;
  float: left;
  margin-bottom: 50px;
}
.joinlist .joinitem .hidebox .jointextbox .title {
  font-size: 18px;
  color: #292A2C;
  margin-bottom: 15px;
}
.joinlist .joinitem .hidebox .jointextbox p {
  font-size: 14px;
  color: #292A2C;
  line-height: 2;
}
.joinlist .joinitem .hidebox .btn {
  display: block;
  width: 360px;
  height: 50px;
  background: #2F69FC;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: #FFFFFF;
  padding: 0 30px;
}
.joinlist .joinitem.select .showbox .ico {
  background-image: url("/images_new/close.png");
}
.joinlist .joinitem.select .hidebox {
  display: block;
}
.joinmore {
  text-align: center;
  font-size: 18px;
  color: #292A2C;
  margin-top: 30px;
}
.joinmore .iconfont {
  margin-right: 10px;
}
.jishupingtaimain {
  padding: 100px 0;
}
.jishupingtaibox {
  width: 1250px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.jishupingtaibox .img {
  width: 50%;
  float: left;
}
.jishupingtaibox .img img {
  width: 100%;
  display: block;
}
.jishupingtaibox .textbox {
  width: 50%;
  float: left;
  padding-right: 50px;
}
.jishupingtaibox .textbox .titlebox {
  margin-bottom: 90px;
}
.jishupingtaibox .textbox .titlebox .t1 {
  font-size: 40px;
  color: #333333;
  margin-bottom: 15px;
  font-weight: bold;
}
.jishupingtaibox .textbox .titlebox .t2 {
  font-size: 24px;
  color: #2f4254;
  margin-bottom: 30px;
}
.jishupingtaibox .textbox .titlebox:after {
  content: '';
  display: block;
  width: 50px;
  height: 8px;
  background: #2F69FC;
  opacity: 1;
}
.jishupingtaibox .textbox .jspt_list {
  font-size: 16px;
  color: #2f4254;
  line-height: 2;
}
.jishupingtaibox .textbox .jspt_list .item {
  position: relative;
  padding-left: 25px;
}
.jishupingtaibox .textbox .jspt_list .item:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #0B44D5;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.jishupingtaibox .img + .textbox {
  padding-right: 0;
  padding-left: 50px;
}
.timelist_select {
  display: block;
  border: solid 1px #2F69FC;
  width: 185px;
  margin: 0 auto 50px;
  text-align: center;
  border-radius: 50px;
  height: 40px;
  line-height: 38px;
  color: #2F69FC;
  font-size: 14px;
}
.timelist_select .iconfont {
  font-size: 20px;
}
.timelist {
  position: relative;
  padding: 50px 0;
}
.timelist:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #EAEAEA;
}
.timelist .timeitem {
  padding: 20px;
}
.timelist .timeitem .box {
  position: relative;
  width: 50%;
}
.timelist .timeitem .box .textbox {
  font-size: 16px;
  color: #808080;
}
.timelist .timeitem .box .textbox .title {
  font-size: 24px;
  color: #192C40;
  margin-bottom: 15px;
}
.timelist .timeitem:nth-child(2n-1) .box {
  text-align: right;
}
.timelist .timeitem:nth-child(2n-1) .box .textbox {
  margin-right: 20px;
}
.timelist .timeitem:nth-child(2n-1) .box:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border: solid 2px #666666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  z-index: 10;
  background: #FFFFFF;
}
.timelist .timeitem:nth-child(2n) .box {
  margin-left: 50%;
}
.timelist .timeitem:nth-child(2n) .box .textbox {
  margin-left: 20px;
}
.timelist .timeitem:nth-child(2n) .box:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border: solid 2px #666666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  z-index: 10;
  background: #FFFFFF;
}
.rongyulist {
  padding: 50px 0;
}
.rongyulist .rongyuitem {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.rongyulist .rongyuitem .box {
  padding-left: 15px;
}
.rongyulist .rongyuitem .box .rongyuimg {
  height: 207px;
  border: solid 1px #B9CDE0;
  padding: 10px;
  background: #FFFFFF;
}
.rongyulist .rongyuitem .box .rongyuimg img {
  max-width: 100%;
  max-height: 100%;
}
.rongyulist .rongyuitem .box .rongyutext {
  font-size: 14px;
  color: #0F0F0F;
  height: 50px;
  line-height: 1.2;
  padding: 10px 0;
}
.rongyulist .rongyuitem:nth-child(4n-3) .box {
  padding-left: 0;
}
.rongyumain {
  background: #FFFFFF;
}
.anlimain {
  padding-top: 20px;
  padding-bottom: 40px;
}
.anlilist .item {
  float: left;
  width: 33.3333%;
  margin-bottom: 20px;
}
.anlilist .item .box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  height: 170px;
}
.anlilist .item .box .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.anlilist .item .box > img {
  width: 100%;
  height: 100%;
  display: block;
}
.anlilist .item .box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.anlilist .item:nth-child(3n-2) {
  padding-right: 10px;
}
.anlilist .item:nth-child(3n-1) {
  padding-right: 5px;
  padding-left: 5px;
}
.anlilist .item:nth-child(3n) {
  padding-left: 10px;
}
.fangandetailsmain {
  padding: 20px;
  background: #FFFFFF;
}
.fangandetailsmain > .title {
  text-align: left;
  font-size: 32px;
  color: #12142D;
  font-weight: normal;
  margin-bottom: 25px;
}
.fangandetailsmain > .subtitle {
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.fangandetailsmain > .subtitle > span {
  margin-left: 20px;
}
.fangandetailsmain > h2 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.fangandetailsmain > h2:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  margin-right: 10px;
  background: #2F69FC;
}
.fangandetailsmain img {
  margin: 20px auto;
  max-width: 100%;
}
.fangandetailsmain > p {
  text-indent: 2em;
}
.fangandetailsmain p {
  font-size: 14px;
  color: #2F4152;
  line-height: 1.8;
}
.fangandetailsmain p img {
  margin: 0;
  max-width: 100%;
  margin-left: -2em;
}
.laiyuan {
  margin-top: 20px;
  color: #9f9f9f;
}
.text-center {
  text-align: center;
}
.fanganlist .item {
  position: relative;
  display: block;
  float: left;
  width: 33.3333%;
  margin-bottom: 20px;
}
.fanganlist .item .itembox {
  width: 100%;
  position: relative;
}
.fanganlist .item .itembox > img {
  width: 100%;
  height: 170px;
  display: block;
}
.fanganlist .item .itembox .box {
  background: #FFFFFF;
}
.fanganlist .item .itembox .box .textbox {
  bottom: 0;
  padding: 20px;
  height: 145px;
}
.fanganlist .item .itembox .box .textbox .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.fanganlist .item .itembox .box .textbox .subtitle {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #58748C;
}
.fanganlist .item .itembox .box .textbox .more {
  display: none;
  text-transform: uppercase;
}
.fanganlist .item .itembox .box .textbox .more img {
  width: 22px;
}
.fanganlist .item:nth-child(3n-2) {
  padding-right: 10px;
}
.fanganlist .item:nth-child(3n-1) {
  padding-left: 5px;
  padding-right: 5px;
}
.fanganlist .item:nth-child(3n) {
  padding-left: 10px;
}
.detailscard {
  margin-bottom: 40px;
}
.detailscard .cardheader {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.detailscard .cardheader .title {
  display: flex;
  align-items: center;
}
.detailscard .cardheader .title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  margin-right: 10px;
  background: #2F69FC;
}
.detailscard .cardmain h2 {
  font-size: 14px;
  color: #2F4152;
  font-weight: bold;
  margin-bottom: 10px;
}
.detailscard .cardmain p {
  font-size: 14px;
  color: #2F4152;
  line-height: 1.8;
  text-indent: 2em;
}
.detailscard .cardmain table {
  width: 100%;
}
.detailscard .cardmain table th,
.detailscard .cardmain table td {
  text-align: center;
  font-size: 12px;
  color: #2F4152;
  border: solid 1px #E7EAEF;
  padding: 15px;
}
.detailscard .cardmain table thead th {
  background: #2F69FC;
  color: #FFFFFF;
  font-size: 24px;
}
.detailscard .cardmain table tbody tr:nth-child(even) {
  background: #F7FAFD;
}
.detailscard .cardmain .yongyong {
  border: none;
}
.detailscard .cardmain .yongyong th,
.detailscard .cardmain .yongyong td {
  border: none;
  font-size: 14px;
  padding: 0;
  text-align: left;
  height: 35px;
}
.detailscard .cardmain .yongyong tbody tr:nth-child(even) {
  background: transparent;
}
.detailscard .cardmain .yongyong .null {
  background: #FFFFFF;
  border: none;
}
.fangan_menu {
  width: 330px;
  background: #FFFFFF;
}
.fangan_menu .nav {
  font-size: 16px;
  padding: 15px 25px 15px 30px;
}
.fangan_menu .nav .iconfont {
  font-size: 30px;
  color: #728CA3;
}
.fangan_menu .nav + .nav {
  border-top: solid 1px #F5F5F5;
}
.fangan_menu .nav.active {
  background: #2F69FC;
  color: #ffffff;
}
.fangan_menu .nav.active .iconfont {
  color: #ffffff;
}
.productmain {
  position: relative;
}
.productlist {
  flex-flow: wrap;
}
.productlist .box {
  margin-bottom: 20px;
}
.productlist .item {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(227, 227, 227, 0.5);
  padding: 55px 20px;
  height: 100%;
}
.productlist .item .imgbox {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-position: top center;
}
.productlist .item img {
  display: block;
  width: 90px;
  margin: 0 auto 30px;
}
.productlist .item .title {
  font-size: 18px;
  color: #10385B;
  margin-bottom: 30px;
  text-align: center;
}
.productlist .item .subtitle {
  font-size: 14px;
  color: #58748C;
}
.productlist .item:hover {
  background: #0A41CF;
}
.productlist .item:hover .imgbox {
  background-position: bottom center;
}
.productlist .item:hover .subtitle,
.productlist .item:hover .textbox,
.productlist .item:hover .title {
  color: #FFFFFF;
}
.productlist .box:nth-child(3n-2) {
  padding-right: 10px;
}
.productlist .box:nth-child(3n-1) {
  padding-left: 5px;
  padding-right: 5px;
}
.productlist .box:nth-child(3n) {
  padding-left: 10px;
}
.kefu_main {
  padding-bottom: 50px;
}
.kefu_menu {
  width: 220px;
  background: #FFFFFF;
}
.kefu_menu .nav {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 25px;
}
.kefu_menu .nav .iconfont {
  font-size: 30px;
  color: #728CA3;
}
.kefu_menu .nav + .nav {
  border-top: solid 1px #F5F5F5;
}
.kefu_menu .nav.active {
  background: #2F69FC;
  color: #ffffff;
}
.kefu_menu .nav.active .iconfont {
  color: #ffffff;
}
.kefu_rightbox {
  margin-left: 20px;
}
.kefu_card {
  padding: 0 25px;
  background: #FFFFFF;
}
.kefu_card .cardheader {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #2F69FC;
  border-bottom: solid 1px #F5F5F5;
}
.kefu_card .cardheader .title {
  background: url("/images_new/cardtip2.png") no-repeat left center;
  padding-left: 40px;
  font-weight: bold;
}
.kefu_card .cardmain {
  padding: 20px 0;
}
.kefu_card .cardmain .kefuhezuo_title {
  font-size: 16px;
  color: #2F69FC;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}
.kefu_card .cardmain .kefuhezuo_title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  background: #2F69FC;
  position: absolute;
  left: 0;
  top: 3px;
}
.kefu_card .cardmain img {
  max-width: 100%;
}
.kefu_card .cardmain h2 {
  font-size: 16px;
  color: #2F4152;
  margin-bottom: 10px;
  font-weight: bold;
}
.kefu_card .cardmain p {
  font-size: 16px;
  color: #2F4152;
}
.kefu_jindubox {
  background: #F7F9FF;
  padding: 40px;
  border: dashed 1px #2F69FC;
  position: relative;
}
.kefu_jindubox:before {
  content: '';
  display: block;
  position: absolute;
  top: 130px;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  border-top: dashed 2px #2F69FC;
}
.kefu_jindubox .box {
  text-align: center;
}
.kefu_jindubox .box .img {
  width: 60px;
  margin: 0 auto 60px;
}
.kefu_jindubox .box .img img {
  width: 100%;
  display: block;
}
.kefu_jindubox .box .title {
  font-size: 16px;
}
.kefu_form {
  padding: 20px;
}
.kefu_form .item {
  margin-bottom: 30px;
}
.kefu_form .item label {
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.kefu_form .item label .red {
  color: red;
}
.kefu_form .item .input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #CDDCEA;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
}
.kefu_form .item textarea {
  width: 100%;
  border: 1px solid #CDDCEA;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px;
}
.kefu_form .item .yzmbtn {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #0A41CF;
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 20px;
  text-align: center;
  width: 150px;
  cursor: pointer;
  border: none;
}
.kefu_form .item .yzmbtn:hover {
  background: #1a52f3;
}
.kefu_form .item .yanzhengma .yanzhengmaimg {
  width: 150px;
  height: 50px;
  margin-left: 15px;
}
.kefu_form .submitbtn {
  width: 400px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #2F69FC;
  border-radius: 20px;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 auto;
}
.kefu_jishuzhichi {
  margin-top: 50px;
}
.kefu_jishuzhichi .kefu_jishuzhichi_title {
  font-size: 16px;
  color: #192C40;
  font-weight: 500;
  margin-bottom: 25px;
}
.kefu_jishuzhichi_list .kefu_jishuzhichi_item {
  width: 33.3333%;
  float: left;
  margin-bottom: 40px;
}
.kefu_jishuzhichi_list .kefu_jishuzhichi_item img {
  width: 40px;
  margin-right: 15px;
}
.zixunlist .item {
  margin-bottom: 40px;
}
.zixunlist .item img {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}
.zixunlist .item .text .title {
  font-size: 18px;
  color: #192C40;
}
.zixunlist .item .text p {
  line-height: 1.8;
}
.hezuo_zixun {
  border: solid 1px #CDDCEA;
}
.hezuo_zixun .hezuo_zixun_header {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: rgba(247, 249, 255, 0.3);
  font-size: 20px;
  color: #6E7FAC;
  padding: 0 30px;
  border-bottom: solid 1px #CDDCEA;
}
.hezuo_zixun .main {
  padding: 30px;
  font-size: 20px;
  color: #2F69FC;
}
.xmhz_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.xmhz_title:after,
.xmhz_title:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images_new/cardtip2.png) no-repeat left center;
}
.xmhz_title:before {
  margin-right: 10px;
}
.xmhz_title:after {
  margin-left: 10px;
}
.xmhz_list {
  margin-top: 15px;
}
.xmhz_list .box {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.xmhz_list .box .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(172, 172, 172, 0.16);
  padding: 20px;
  min-height: 200px;
}
.xmhz_list .box .item .headerbox {
  margin-bottom: 18px;
}
.xmhz_list .box .item .headerbox .name {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 25px;
  color: #000000;
  margin-left: 15px;
}
.xmhz_list .box .item .headerbox2 .title {
  font-size: 18px;
  color: #000000;
}
.xmhz_list .box .item .headerbox2:after {
  display: block;
  content: '';
  width: 26px;
  height: 4px;
  background: #2F69FC;
  margin: 15px 0;
}
.xmhz_list .box .item p {
  font-size: 14px;
  color: #2F4152;
  line-height: 1.6;
}
.xmhz_list .box:nth-child(2n-1) {
  padding-right: 10px;
}
.xmhz_list .box:nth-child(2n) {
  padding-left: 10px;
}
.ismobile {
  display: none;
}
@media screen and (max-width: 1250px) {
  .ismobile {
    display: block;
  }
  .w1250 {
    width: auto;
  }
  .header {
    position: fixed;
    background: #ffffff;
    padding: 0 15px;
    height: 50px;
  }
  .header .logo {
    background-image: url("/images_new/logo.png");
    height: 50px;
    width: 150px;
  }
  .header .header_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
    text-align: right;
  }
  .header .header_nav #menubtn {
    display: block;
  }
  .header .header_nav .menu_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .header .header_nav > ul {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 200px;
    background: #313131;
    z-index: 20;
  }
  .header .header_nav > ul > li {
    display: block;
    float: none;
    text-align: center;
  }
  .header .header_nav > ul > li a {
    height: 40px;
    line-height: 40px;
  }
  .header .header_nav > ul > li:hover .navbox {
    display: none;
  }
  .header .header_nav > ul > li ul {
    display: block;
    position: inherit;
    top: auto;
    border-radius: 0;
    background: #242424;
  }
  .header .header_nav > ul > li ul li a {
    color: #FFFFFF;
  }
  .header .header_nav > ul > li + li {
    border-top: solid 1px #242424;
  }
  .header .icophone {
    display: none;
  }
  .header_white .header_nav ul li a {
    color: #FFFFFF !important;
  }
  .header_nofixed .header_nav ul li a {
    color: #FFFFFF;
  }
  .header_box {
    display: block;
    height: 50px;
  }
  .banner {
    height: auto;
  }
  #banner_pagination {
    bottom: 10px;
  }
  .NwesBanner {
    margin-bottom: 0;
  }
  .NwesBanner .text {
    width: auto;
  }
  .NwesBanner .text .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .NwesBanner .text .subtitle {
    font-size: 16px;
    display: none;
  }
  #nav2 {
    top: 0;
    margin-top: 10px;
  }
  #nav2 .w1250 {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  #nav2 .w1250 .item {
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 15px;
    height: auto;
  }
  #nav2 .w1250 .item + .item {
    margin-left: 0;
  }
  .index_title {
    width: auto;
    margin: 10px auto 15px;
    padding: 0 10px;
  }
  .index_title .titlebox h2 {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .index_product {
    padding-bottom: 0;
  }
  .index_productlist {
    display: block;
  }
  .index_productlist .item {
    width: auto;
    display: flex;
    height: auto;
    margin: 10px;
    padding: 15px;
  }
  .index_productlist .item .imgbox {
    margin: 0;
  }
  .index_productlist .item .textbox {
    text-align: left;
    padding-left: 15px;
  }
  .index_productlist .item .title {
    text-align: left;
    margin-bottom: 0;
  }
  .index_productlist .item .mobile_title {
    display: block;
  }
  .index_productlist .item + .item {
    margin-left: 10px;
  }
  .index_programme {
    padding: 10px;
    background: transparent;
  }
  .index_programmelist {
    display: block;
    padding: 0;
  }
  .index_programmelist .item:nth-child(3n-1),
  .index_programmelist .item:nth-child(3n) {
    margin-left: 0;
  }
  .index_programmelist .item {
    width: auto;
    margin-bottom: 10px;
    padding: 10px;
    background: #FFFFFF;
    max-width: 100%;
    height: auto;
  }
  .index_programmelist .item .box {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .index_programmelist .item .box img {
    display: block;
  }
  .index_case {
    padding: 10px;
  }
  .index_caselist {
    width: auto;
    padding: 10px;
  }
  .index_caselist .item:nth-child(3n-1),
  .index_caselist .item:nth-child(3n) {
    margin-left: 0px;
  }
  .index_caselist .item {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
  }
  .index_caselist .item .title {
    display: none;
  }
  .index_title .pagebox .more {
    margin-bottom: 0;
    line-height: 45px;
    font-size: 12px;
  }
  .index_title .pagebox .more img {
    width: 13px;
    position: relative;
    top: -1px;
  }
  .index_news {
    padding: 10px;
  }
  .newsbox {
    display: block;
  }
  .newsbox .newsbox_l {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .newsbox .newsbox_l .textbox {
    position: initial;
    padding: 0;
    background: #FFFFFF;
  }
  .newsbox .newsbox_l .textbox .box {
    position: initial;
    padding: 10px;
  }
  .newsbox .newsbox_l .textbox .box .title {
    font-size: 18px;
    color: #10385B;
  }
  .newsbox .newsbox_l .textbox .box .subtitle {
    font-size: 14px;
    color: #58748C;
  }
  .newsbox .newsbox_l .textbox .box time {
    color: #58748C;
  }
  .newsbox .newsbox_r {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .index_newslist {
    margin-top: 10px;
    padding: 0;
  }
  .index_newslist .item:nth-child(2n -1) {
    padding-right: 0;
  }
  .index_newslist .item:nth-child(2n) {
    padding-left: 0;
  }
  .index_newslist .item {
    width: auto;
    margin-bottom: 20px;
    display: block;
  }
  .index_newslist .item .img {
    width: 100%;
    height: 16rem;
  }
  .index_newslist .item .textbox {
    padding: 10px;
    background: #FFFFFF;
  }
  .index_footer .footer1 {
    padding: 15px;
  }
  .index_footer .footer1 .footer_zixun {
    float: none;
  }
  .index_footer .footer1 .footer_zixun img {
    width: 140px;
  }
  .index_footer .footer1 .footer_navbox {
    float: none;
  }
  .index_footer .footer1 .footer_navbox .footer_nav {
    float: none;
    margin-right: 0;
  }
  .index_footer .footer1 .footer_navbox .footer_nav li {
    display: none;
  }
  .index_footer .footer1 .footer_navbox .footer_nav li.toptitle {
    display: block;
    position: relative;
    font-size: 16px;
  }
  .index_footer .footer1 .footer_navbox .footer_nav li.toptitle:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    transform: rotate(-135deg);
    position: absolute;
    right: 0;
    top: 11px;
  }
  .index_footer .footer1 .footer_navbox .footer_nav li.toptitle.select:after {
    transform: rotate(45deg);
  }
  .index_footer .footer1 .footer_code {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .index_footer .footer1 .footer_code .footer_codelist {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .index_footer .footer1 .footer_code .footer_codelist .code {
    float: none;
  }
  .index_footer .footer1 .footer_code .footer_codelist .code + .code {
    margin-left: 20px;
  }
  .index_footer .footer2 {
    text-align: center;
    height: auto;
    line-height: 1.6;
    padding: 15px;
  }
  .index_footer .footer2 img {
    display: none;
  }
  .index_footer .footer2 .fr {
    display: block;
    float: none;
  }
  .index_zixun {
    padding: 15px;
  }
  .kefu_form {
    padding: 0;
  }
  .kefu_form > .z-row {
    display: block;
  }
  .kefu_form > .z-row .item {
    margin-left: 0!important;
  }
  .kefu_form .item {
    margin-bottom: 10px;
  }
  .kefu_form .submitbtn {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .appfooter_box {
    height: 45px;
  }
  #app_footer {
    display: none;
    position: fixed;
    bottom: 0;
    height: 45px;
    width: 100%;
    left: 0;
    background: #ffffff;
    text-align: center;
    border-top: solid 1px #efefef;
  }
  #app_footer p {
    font-size: 12px;
    color: #333333;
  }
  #app_footer img {
    width: 16px;
  }
  .appfooter_box {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .Newsmain .newsrow {
    flex-direction: column;
  }
  .Newsmain .newsrow .newsnav {
    width: 100%;
  }
  .Newsmain .newsrow .newsnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .Newsmain .newsrow .newsnav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  }
  .Newsmain .newsrow .newsnav ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .newscontent {
    width: 100%;
  }
  .newscontent .newslist .item {
    display: block;
  }
  .newscontent .newslist .item .img {
    width: 100%;
    height: auto;
  }
  .newscontent .newslist .item .textbox {
    padding: 0;
    margin-top: 10px;
  }
  .newscontent .newslist ul li a .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fangan_menu {
    width: auto;
  }
  .detailsman {
    padding: 10px;
  }
  .detailsman > .z-row {
    display: block;
  }
  .detailsman .detailsman_left {
    width: 100%;
  }
  .detailsman .detailsman_left > div {
    width: 100%;
  }
  .detailsman .detailsman_left > div nav {
    float: none;
  }
  .detailsman .detailsman_left .tuijian_right_img {
    display: none;
  }
  .detailsman .detailsman_left .news_tuijian {
    display: none;
  }
  .detailsman .detailsman_left .detailsmenu .nav,
  .detailsman .detailsman_left .fangan_menu .nav {
    display: none;
  }
  .detailsman .detailsman_left .detailsmenu .nav.active,
  .detailsman .detailsman_left .fangan_menu .nav.active {
    display: flex;
    padding: 15px;
    height: auto;
    line-height: 1.6;
  }
  .detailsman .detailsman_left .detailsmenu .nav.active .iconfont,
  .detailsman .detailsman_left .fangan_menu .nav.active .iconfont {
    height: 30px;
    line-height: 30px;
  }
  .detailsman .kefu_rightbox {
    margin-left: 0;
  }
  .detailsman .kefu_rightbox .tuijian_right {
    display: block;
  }
  .detailsman .kefu_rightbox .Breadcrumb_navigation {
    display: none;
  }
  .detailsman .kefu_rightbox .kefu_card {
    padding: 0;
    background: transparent;
  }
  .detailsman .kefu_rightbox .kefu_card .cardheader {
    display: none;
  }
  .detailsman .kefu_rightbox .kefu_card .cardmain {
    padding: 0;
    background: transparent!important;
  }
  .detailsman .kefu_rightbox .kefu_card .cardmain .newscontent .newslist .item {
    padding: 15px;
    background: #FFFFFF;
  }
  .detailsman .kefu_rightbox .kefu_card .cardmain .newscontent .newslist .item .textbox {
    height: auto;
    margin-left: 0;
    padding: 0;
  }
  .detailsman .kefu_rightbox > .z-row {
    display: block;
  }
  .detailsman .kefu_rightbox > .z-row .fangandetailsmain {
    margin-top: 20px;
  }
  .detailsman .kefu_rightbox > .z-row .tuijian_right {
    margin-left: 0;
  }
  .detailsman .kefu_rightbox > .z-row .tuijian_right .news_tuijian {
    width: 100%;
    margin: 10px auto;
  }
  .detailsman .kefu_rightbox > .z-row .tuijian_right .tuijian_right_img {
    display: none;
  }
  .detailsmenu {
    width: auto;
  }
  #mobile_menu .detailsmenu .nav {
    height: auto;
    line-height: 1.6;
    padding: 10px;
  }
  .news_keywords {
    display: none;
  }
  .NewsDetails {
    padding: 10px;
  }
  .NewsDetails > div {
    display: block;
  }
  .NewsDetails .NewsDetails_content {
    width: 100%;
    padding: 15px;
  }
  .NewsDetails .hr {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .NewsDetails .title {
    margin: 0 auto 15px;
    font-size: 20px;
  }
  .NewsDetails .NewsLeft {
    width: auto;
    float: none;
  }
  .NewsDetails .tuijian_right {
    width: auto;
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
  .NewsDetails .newslinkbox {
    padding: 15px;
  }
  .NewsDetails .newslinkbox .linknext,
  .NewsDetails .newslinkbox .linkprev {
    float: none;
    text-align: left;
  }
  .projectlink {
    padding: 15px;
  }
  .projectlinklist .item {
    width: auto;
    float: none;
    height: auto;
    line-height: 1.6;
  }
  .projectlinklist .item:nth-child(2n) {
    margin-left: 0;
  }
  .anlimain {
    padding: 0;
  }
  .anlilist {
    width: auto;
    padding: 10px;
  }
  .anlilist .item {
    width: 100%;
    padding: 0!important;
    margin-bottom: 10px;
  }
  .anlilist .item .box {
    padding: 15px;
    height: auto;
  }
  .anlilist .item .box .img {
    min-height: 150px;
  }
  .anlilist .item .box .title {
    display: none;
  }
  .qiyewenhua_main {
    width: auto;
    display: block;
  }
  .qiyewenhua_main .leftbox {
    margin: 0;
  }
  .qiyewenhua_main .leftbox .qywhbox {
    padding: 20px;
    margin-bottom: 20px;
  }
  .qiyewenhua_main .rightbox {
    width: auto;
    margin-left: 0;
  }
  .Contactusbox {
    padding: 15px;
  }
  .Contactusbox .contact_left {
    width: auto;
    float: none;
    padding: 0 15px;
  }
  .Contactusbox .contact_right {
    width: auto;
    float: none;
    padding: 0 15px;
    margin-top: 20px;
  }
  .joinmain {
    padding: 0 15px;
  }
  .joinmain .index_title {
    margin-top: 0;
  }
  .joinlist .joinitem .hidebox .jointextbox {
    width: auto;
  }
  .jianjie {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .jianjie .index_title {
    margin-bottom: 15px;
  }
  .qiyewenhua {
    padding: 15px;
  }
  .qiyewenhua .index_title .pagebox {
    display: none;
  }
  .zuzhijiagou {
    padding: 15px;
  }
  .fazhanlicheng {
    padding: 15px;
  }
  .gongsihuanjing {
    padding: 0 15px;
  }
  .xiangguanxinxi {
    padding: 15px;
  }
  .xiangguanxinxi .xiangguanlist .item {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .xiangguanxinxi .xiangguanlist .item:nth-child(2n-1) {
    padding-right: 0;
  }
  .xiangguanxinxi .xiangguanlist .item:nth-child(2n) {
    padding-left: 0;
  }
  .floaticon {
    top: auto;
    bottom: 80px;
    display: block;
  }
  .floaticon > .iconbox {
    display: none;
  }
  .floaticon > #phoneico,
  .floaticon > #totop {
    display: block;
  }
  #phonebox.floatbox {
    position: fixed;
    width: 100% !important;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
  }
  #phonebox.floatbox .title {
    display: none;
  }
  #phonebox.floatbox .subtitle {
    display: none;
  }
  #phonebox.floatbox .phonebox {
    display: block;
    margin-top: 0!important;
    padding: 0;
  }
  #phonebox.floatbox .phonebox .z-col {
    margin-left: 0;
    padding: 10px;
  }
  .rongyulist {
    padding: 15px;
  }
  .rongyulist .rongyuitem {
    width: 50%;
  }
  .rongyulist .rongyuitem:nth-child(2n-1) .box {
    padding-left: 0;
  }
  .rongyuzhengshu {
    padding: 0 15px;
  }
  .rongyuzhengshu .index_title .pagebox {
    display: none;
  }
  .rongyuswiper .img {
    margin: 0 auto;
  }
  .rongyuswiper .text {
    text-align: center;
  }
  .jishupingtaimain {
    padding: 15px;
  }
  .jishupingtaimain .jishupingtaibox {
    width: auto;
    margin: 0 auto 20px;
  }
  .jishupingtaimain .jishupingtaibox .textbox {
    width: auto;
    padding: 0;
    float: none;
  }
  .jishupingtaimain .jishupingtaibox .textbox .titlebox {
    margin-bottom: 10px;
  }
  .jishupingtaimain .jishupingtaibox .textbox .titlebox .t1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .jishupingtaimain .jishupingtaibox .textbox .titlebox .t2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .jishupingtaimain .jishupingtaibox .img {
    width: auto;
    float: none;
    margin: 15px 0;
  }
  .jishupingtaimain .jishupingtaibox .img img {
    width: 100%;
  }
  .kefu_jishuzhichi {
    margin-top: 20px;
  }
  .kefu_jishuzhichi_list .kefu_jishuzhichi_item {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .hezuo_zixun .hezuo_zixun_header {
    height: auto;
    line-height: 1.2;
    padding: 15px;
  }
  .hezuo_zixun .main {
    padding: 15px;
  }
  .kefu_jindubox {
    display: none;
  }
  .kefu_jindubox + .kefu_form {
    margin-top: 20px;
  }
  .liuyanbox > .z-row {
    display: block;
  }
  .liuyanbox > .z-row .z-col + .z-col {
    margin-left: 0;
  }
  .fanganlist .item {
    width: 100%;
  }
  .fanganlist .item .itembox > img {
    height: auto;
  }
  .fanganlist .item .itembox .box .textbox {
    height: auto;
  }
  .fanganlist .item:nth-child(3n-2) {
    padding: 0;
  }
  .fanganlist .item:nth-child(3n-1) {
    padding: 0;
  }
  .fanganlist .item:nth-child(3n) {
    padding: 0;
  }
  .productlist {
    display: block;
  }
  .productlist .box {
    max-width: 100%;
  }
  .productlist .box .item {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .productlist .box .item .textbox {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  }
  .productlist .box .item .textbox .title {
    text-align: left;
    margin-bottom: 0;
  }
  .productlist .box:nth-child(3n-2) {
    padding: 0;
  }
  .productlist .box:nth-child(3n-1) {
    padding: 0;
  }
  .productlist .box:nth-child(3n) {
    padding: 0;
  }
  .fangandetailsmain .title {
    font-size: 20px;
  }
  .mobile_more {
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    background: #FFFFFF;
    border: solid 1px #0A41CF;
    color: #0A41CF;
    text-align: center;
    margin: 15px 10px;
    border-radius: 5px;
  }
}
