.header_w {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header_w.on .header {
  height: 70px;
}

.header_w.on .header .logo {
  padding: 15px 0;
}

.header_w.on .header .logo img {
  height: 40px;
}

.header_w.on .header .tel {
  line-height: 70px;
}

.header_w.on .header .nav li {
  line-height: 70px;
}


#tel {
  font-size: 20px;
}

.header_w .header {
  height: 100px;
  transition: all 0.3s ease-out;
}

.header_w .header .logo {
  padding: 26.5px 0;
  transition: all 0.3s ease-out;
}

.header_w .header .logo img {
  height: 47px;
  transition: all 0.3s ease-out;
}

.header_w .header .tel {
  letter-spacing: 2px;
  line-height: 100px;
  font-size: 26px;
  color: #333;
  font-family: 'BOLDCOND';
  transition: all 0.3s ease-out;
}

.header_w .header .tel i {
  font-size: 22px;
  color: #333;
  padding-right: 8px;
}

.header_w .header .nav li {
  float: left;
  line-height: 100px;
  margin-right: 28px;
  transition: all 0.3s ease-out;
}

.header_w .header .nav li a {
  font-size: 16px;
  color: #333;
}

.header_w .header .nav li.current a {
  color: #4765AC;
  font-weight: bold;
}

.in_banner_w {
  height: 774px;
}

.in_banner_swiper {
  height: 774px;
}

.in_banner_w .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.in_banner_w .swiper-slide span {
  display: block;
  width: 300%;
  height: 100%;
  text-align: center;
  margin-left: -100%;
}

.in_banner_w .in_banner_pa {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 9;
  text-align: center;
}

.in_banner_w .swiper-pagination-switch {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 0px;
  margin: 6px 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 1s;
  position: relative;
  border: 1px solid transparent;
}

.in_banner_w .swiper-pagination-switch::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
  background: #fff;
}

.in_banner_w .swiper-active-switch {
  border: 1px solid #fff;
}

.in_about_w .in_about {
  text-align: center;
  padding: 80px 0;
}

.in_about_w .in_about .title1 {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  line-height: 80px;
}

.in_about_w .in_about .title2 {
  font-size: 12px;
  color: #999999;
  line-height: 10px;
  font-family: Arial;
}

.in_about_w .in_about .des {
  width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 32px;
  padding: 40px 0;
}

.in_about_w .in_about .list .li {
  float: left;
  width: 25%;
}

.in_about_w .in_about .list .li .num {
  font-size: 90px;
  color: #393939;
  line-height: 90px;
  font-family: 'COND';
}

.in_about_w .in_about .list .li .num .counter_b {
  font-size: 60px;
}

.in_about_w .in_about .list .li .text {
  font-size: 18px;
  color: #2E2E2E;
  line-height: 30px;
}

.in_about_w .in_about .list .li:hover .num {
  color: #153168;
}

.in_title {
  text-align: center;
}

.in_title .title1 {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  line-height: 80px;

}

.in_title .title2 {
  font-size: 12px;
  color: #999999;
  letter-spacing: 2PX;
  line-height: 10px;
  font-family: Arial;
}
.in_title .des {
  width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 32px;
  padding: 40px 0;
}
.in_news .in_title .des {
  padding: 0px 0;
}

.in_flow_w {
  overflow: hidden;
}

.in_flow_w .in_flow {
  padding: 70px 0 60px;
}

.in_flow_w .in_flow .list {
  padding-top: 20px;
  position: relative;
}

.in_flow_w .in_flow .list .line {
  position: absolute;
  left: 130px;
  top: 281px;
  z-index: 9;
}

.in_flow_w .in_flow .list .line span {
  display: block;
  width: 930px;
  height: 5px;
  background: #287FC1;
  transform-origin: 0% 0%;
  transform: rotate(-5.6deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.8660254, M12=0.5, M21=-0.5, M22=0.8660254);
}

.in_flow_w .in_flow .list .ul .li {
  float: left;
  width: 275px;
  margin-right: 187px;
  text-align: center;
}

.in_flow_w .in_flow .list .ul .li .top {
  height: 290px;
}

.in_flow_w .in_flow .list .ul .li .top .text {
  padding: 20px;
  height: 98px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  position: relative;
}

.in_flow_w .in_flow .list .ul .li .top .yuan {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px dashed #153168;
  background: #e4effa;
  position: relative;
  margin-left: -14px;
  margin-top: 7px;
  cursor: pointer;
}

.in_flow_w .in_flow .list .ul .li .top .yuan::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 19px;
  width: 18px;
  height: 18px;
  background: #287FC1;
  border-radius: 50%;
}

.in_flow_w .in_flow .list .ul .li .bottom {
  margin-left: -14px;
  margin-top: 20px;
  width: 289px;
  height: 153px;
}
.in_flow_w .in_flow .list .ul .li .bottom .img {
  width: 100%;
  height: 100%;
}
.in_flow_w .in_flow .list .ul .li .bottom .img img {
  position:absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  bottom:0;
}

.in_flow_w .in_flow .list .ul .li .bottom .title {
  font-size: 24px;
  color: #1885C3;
  line-height: 60px;
  padding-bottom: 6px;
}

.in_flow_w .in_flow .list .ul .li:nth-of-type(1) .top {
  height: 200px;
  padding-top: 90px;
}

.in_flow_w .in_flow .list .ul .li:nth-of-type(1) .top .text {
  background: url(../img/in_flow_text1.png);
}

.in_flow_w .in_flow .list .ul .li:nth-of-type(2) .top {
  height: 245px;
  padding-top: 45px;
}

.in_flow_w .in_flow .list .ul .li:nth-of-type(2) .top .text {
  background: url(../img/in_flow_text2.png);
}

.in_flow_w .in_flow .list .ul .li:nth-of-type(3) {
  margin-right: 0;
}

.in_flow_w .in_flow .list .ul .li:nth-of-type(3) .top .text {
  background: url(../img/in_flow_text3.png);
}

.in_service_w .in_service {
  padding: 80px 0;
}

.in_service_w .in_service .in_title {
  padding-bottom: 50px;
}

.in_service_w .in_service .box {
  width: 100%;
  height: 570px;
  position: relative;
}

.in_service_w .in_service .list {
  width: 1200px;
  height: 570px;
  overflow: hidden;
}

.in_service_w .in_service .list li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 700px;
  height: 570px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.in_service_w .in_service .list li .top {
  height: 106px;
  line-height: 106px;
  padding: 0 30px;
  background: -webkit-linear-gradient(to right, #153168, #646bb9);
  background: -o-linear-gradient(to right, #153168, #646bb9);
  background: -moz-linear-gradient(to right, #153168, #646bb9);
  background: linear-gradient(to right, #153168, #646bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1386c4, endColorstr=#905fb7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#1386c4, endColorstr=#905fb7)";
}

.in_service_w .in_service .list li .top .icon {
  padding-right: 20px;
}

.in_service_w .in_service .list li .top .icon img {
  margin-top: 25px;
}

.in_service_w .in_service .list li .top .title {
  font-size: 24px;
  color: #fff;
}

.in_service_w .in_service .list li .top .num {
  font-size: 33px;
  color: #fff;
}

.in_service_w .in_service .list li .top .num span {
  font-size: 24px;
}

.in_service_w .in_service .list li .menu {
  padding-left: 65px;
}

.in_service_w .in_service .list li .menu .li {
  float: left;
  width: 50%;
  padding-top: 40px;
}

.in_service_w .in_service .list li .menu .li .t1 {
  font-size: 16px;
  color: #153168;
  line-height: 36px;
}

.in_service_w .in_service .list li .menu .li .t2 {
  font-size: 14px;
  color: #747474;
  line-height: 30px;
}

.in_service_w .in_service .list li .button {
  text-align: center;
  padding: 40px 0 30px;
}

.in_service_w .in_service .list li .button a {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #333;
  border-radius: 5px;
}

.in_service_w .in_service .list li .button a:hover {
  background: #153168;
  border: 1px solid #153168;
  color: #fff;
}

.in_service_w .in_service .list .p1 {
  -webkit-transform: translate3d(-250px, 0, 0) scale(0.81);
  -moz-transform: translate3d(-250px, 0, 0) scale(0.81);
  -ms-transform: translate3d(-250px, 0, 0) scale(0.81);
  -o-transform: translate3d(-250px, 0, 0) scale(0.81);
  transform: translate3d(-250px, 0, 0) scale(0.81);
}

.in_service_w .in_service .list .p2 {
  -webkit-transform: translate3d(0px, 0, 0) scale(0.81);
  -moz-transform: translate3d(0px, 0, 0) scale(0.81);
  -ms-transform: translate3d(0px, 0, 0) scale(0.81);
  -o-transform: translate3d(0px, 0, 0) scale(0.81);
  transform: translate3d(0px, 0, 0) scale(0.81);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  opacity: 0.8;
  z-index: 2;
}

.in_service_w .in_service .list .p3 {
  -webkit-transform: translate3d(250px, 0, 0) scale(0.81);
  -moz-transform: translate3d(250px, 0, 0) scale(0.81);
  -ms-transform: translate3d(250px, 0, 0) scale(0.81);
  -o-transform: translate3d(250px, 0, 0) scale(0.81);
  transform: translate3d(250px, 0, 0) scale(1);
  z-index: 3;
  opacity: 1;
}

.in_service_w .in_service .list .p4 {
  -webkit-transform: translate3d(500px, 0, 0) scale(0.81);
  -moz-transform: translate3d(500px, 0, 0) scale(0.81);
  -ms-transform: translate3d(500px, 0, 0) scale(0.81);
  -o-transform: translate3d(500px, 0, 0) scale(0.81);
  transform: translate3d(500px, 0, 0) scale(0.81);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  opacity: 0.8;
  z-index: 2;
}

.in_service_w .in_service .bottom {
  width: 100%;
  text-align: center;
}

.in_service_w .in_service .bottom .bottom_c {
  display: inline-block;
  padding-top: 50px;
}

.in_service_w .in_service .bottom .bottom_c .btn {
  padding: 0 40px;
  float: left;
  height: 50px;
  line-height: 50px;

}

.in_service_w .in_service .bottom .bottom_c .btn i {
  width: 50px;
  font-size: 40px;
  text-decoration: none;
  text-align: center;
  color: #0989c5;
}

.in_service_w .in_service .bottom .bottom_c .buttons {
  float: left;
  display: inline-block;
  text-align: center;
  padding-top: 18px;
}

.in_service_w .in_service .bottom .bottom_c .buttons a {
  display: inline-block;
  margin: 0 10px;
}

.in_service_w .in_service .bottom .bottom_c .buttons a span {
  display: block;
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.in_service_w .in_service .bottom .bottom_c .buttons a .on {
  width: 34px;
  background: -webkit-linear-gradient(to right, #1386c4, #905fb7);
  background: -o-linear-gradient(to right, #1386c4, #905fb7);
  background: -moz-linear-gradient(to right, #1386c4, #905fb7);
  background: linear-gradient(to right, #1386c4, #905fb7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1386c4, endColorstr=#905fb7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#1386c4, endColorstr=#905fb7)";
  border-radius: 10px;
}

.in_solution_w .in_solution {
  padding-top: 100px;
}

.in_solution_w .in_solution .in_title {
  padding-bottom: 50px;
}

.in_solution_w .in_solution .container {
  background: #f6f8ff;
}

.in_solution_w .in_solution .container .top {
  display: none;
  min-width: 1200px;
  height: 475px;
}

.in_solution_w .in_solution .container .top.on {
  display: block;
}

.in_solution_w .in_solution .container .top .top_c {
  padding-top: 110px;
  padding-left: 30px;
}

.in_solution_w .in_solution .container .top .top_c .title {
  font-size: 26px;
  color: #fff;
  line-height: 70px;
}

.in_solution_w .in_solution .container .top .top_c .des {
  width: 555px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.in_solution_w .in_solution .container .top .top_c .btn {
  padding-top: 45px;
}

.in_solution_w .in_solution .container .top .top_c .btn a {
  display: block;
  padding: 0 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 5px;
}

.in_solution_w .in_solution .container .top .top_c .btn .btn1 {
  color: #0989C5;
  background: #fff;
}

.in_solution_w .in_solution .container .top .top_c .btn .btn2 {
  color: #fff;
  background: #0989C5;
  margin-left: 25px;
}

.in_solution_w .in_solution .container .menu {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.in_solution_w .in_solution .container .menu li {
  float: left;
  width: 12.5%;
  text-align: center;
}

.in_solution_w .in_solution .container .menu li .li_c {
  cursor: pointer;
  display: inline-block;
}

.in_solution_w .in_solution .container .menu li .li_c .text {
  font-size: 16px;
  color: #0989C5;
  line-height: 50px;
}

.in_case_w {
  border-bottom: 1px solid #f2f2f2;
}

.in_case_w .in_case {
  padding-top: 80px;
}

.in_case_w .in_case .menu {
  padding: 60px 0 0;
  text-align: center;
}

.in_case_w .in_case .menu ul {
  display: inline-block;
}

.in_case_w .in_case .menu ul li {
  float: left;
  padding: 0 25px;
}

.in_case_w .in_case .menu ul li a {
  font-size: 18px;
  color: #989898;
  line-height: 20px;
}

.in_case_w .in_case .list ul li {
  float: left;
  width: 24%;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-right: 1.33%;
  margin-top: 25px;
}

.in_case_w .in_case .list ul li img {
  width: 100%;
}

.in_case_w .in_case .list ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  display: none;
}

.in_case_w .in_case .list ul li .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.in_case_w .in_case .list ul li .des {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.in_case_w .in_case .list ul li:nth-of-type(4n) {
  margin-right: 0;
}

.in_case_w .in_case .bottom {
  text-align: center;
  padding: 65px 0;
}

.in_case_w .in_case .bottom a {
  display: inline-block;
  width: 256px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 5px;
  margin: 0 15px;
}

.in_case_w .in_case .bottom .btn1 {
  border: 1px solid #C3C3C3;
  color: #2E80E2;
}

.in_case_w .in_case .bottom .btn2 {
  background: #2E80E2;
  border: 1px solid #2E80E2;
  color: #fff;
}

.in_news_w .in_news {
  padding-top: 80px;
}

.in_news_w .in_news .list {
  padding-top: 50px;
}

.in_news_w .in_news .list li {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  background: #F7F7F7;
  overflow: hidden;
}

.in_news_w .in_news .list li:last-child {
  margin-right: 0;
}

.in_news_w .in_news .list li:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  background: #fff;
  margin-top: -10px;
}

.in_news_w .in_news .list li:hover .li_c .date {
  color: rgba(21, 49, 104, 0.05);
}

.in_news_w .in_news .list li:hover .li_c .title {
  color: #153168;
}

.in_news_w .in_news .list li:hover .li_c .text {
  color: black;
  border: 1px solid #153168;
}

.in_news_w .in_news .list li .li_c {
  padding: 30px 30px 50px;
  position: relative;
}

.in_news_w .in_news .list li .li_c .date {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 0;
  width: 100%;
  text-align: center;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.05);
  font-family: Arial;
  line-height: 90px;
  font-weight: bold;
}
.news_img{
  width: 100%;
}
.news_img img{
  width: 100%;
}

.in_news_w .in_news .list li .li_c .title {
  font-size: 20px;
  color: #001d7b;
  font-weight: bold;
  line-height: 46px;
  padding-top: 0px;
}

.in_news_w .in_news .list li .li_c .des {
  font-size: 15px;
  color: #848484;
  line-height: 30px;
}

.in_news_w .in_news .list li .li_c .text {
  width: 147px;
  height: 44px;
  border: 1px solid #001d7b;
  border-left: none;
  border-radius: 0 44px 44px 0;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #001d7b;
  margin-left: -38px;
  margin-top: 30px;
  font-weight: bold;
}

.in_news_w .in_news .btn {
  text-align: center;
  padding: 60px 0 100px;


}

.in_news_w .in_news .btn a {
  display: inline-block;
  width: 370px;
  height: 90px;
  font-size: 32px;
  line-height: 90px;
 /* background: #001d7b;
*/  border: 1px solid #001d7b;
  color: #001d7b;
  letter-spacing: 1px;
  border-radius: 50px;
}

.in_client_w {
  background: #f6f8ff;
}

.in_client_w .in_client {
  padding-top: 60px;
}

.in_client_w .in_client img{
  width: 180px;
  height: 90px;
}

.in_client_w .in_client .list {
  padding: 30px 0 80px;
}

.in_client_w .in_client .list li {
  float: left;
  width: 20%;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.in_client_w .in_client .list li:hover {
  box-shadow: 0px 0px 20px #dfdfdf;
  -webkit-box-shadow: 0px 0px 30px #dfdfdf;
}

.footer_w .footer_top_w {
  background: #242424;
}

.footer_w .footer_top_w .footer_top {
  padding: 50px 0 30px;
}
.bottom_logo{
  margin-top:20px;
}

.footer_w .footer_top_w .footer_top .left .title {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}

.footer_w .footer_top_w .footer_top .left .text {
  font-size: 22px;
  color: #fff;
  line-height: 70px;
}

.footer_w .footer_top_w .footer_top  .tips {
  font-size: 13px;
  color: lightgray;
  line-height: 30px;
}


.footer_w .footer_top_w .footer_top .left .btn a {
  display: inline-block;
  width: 256px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background: #4565ab;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

.footer_w .footer_top_w .footer_top .middle{
    float: right;
    margin-right: 30px;
    margin-top: -12px;
   
}
.fm div{
  text-align: right;
}
.phone{
  display: block;
  float: right;
  font-size: 26px;
}

.about{
  margin-top: 20px;
}
.company,a{
  color: #888888;
}

.footer_w .footer_top_w .footer_top .right{
  margin-top: -12px;
}
.fr div{
  text-align: center;
  letter-spacing: 3px;
}


.footer_w .footer_top_w .footer_top .right .img {
  background: #fff;
  border-radius: 4px;
  padding: 2px;
}

.footer_w .footer_top_w .footer_top .right .img img {
  width: 100px;
}

.footer_w .footer_top_w .footer_top .right .text {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  padding-top: 24px;
}

.footer_w .footer_bottom_w {
  text-align: center;
  background: #1f212c;
  font-size: 16px;
  color: #D9D9D9;
  line-height: 84px;
}

.footer_w .footer_bottom_w a {
  color: #D9D9D9;
}

.about_banner_w {
  background: url(../img/about_banner.jpg) no-repeat left bottom;
  background-size: cover;
  background-attachment: fixed;
  height: 658px;
  margin-top: 100px;
}

.about_banner_w .about_banner {
  text-align: center;
}

.about_banner_w .about_banner .title1 {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  padding-top: 110px;
}

.about_banner_w .about_banner .title2 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding-bottom: 60px;
}

.about_banner_w .about_banner .list .li {
  float: left;
  width: 22%;
  margin-right: 3%;
}

.about_banner_w .about_banner .list .li:last-child {
  margin-right: 0;
}

.about_banner_w .about_banner .list .li .num {
  font-size: 96px;
  color: #fff;
  line-height: 160px;
  font-family: 'COND';
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about_banner_w .about_banner .list .li .text {
  font-size: 20px;
  color: #fff;
  line-height: 90px;
}

.about_bangju_w .about_bangju {
  padding: 100px 0 75px;
  border-bottom: 1px dashed #d4d4d4;
}

.about_bangju_w .about_bangju .left {
  width: 40%;
}

.about_bangju_w .about_bangju .left img {
  width: 100%;
}

.about_bangju_w .about_bangju .right {
  width: 52%;
}

.about_bangju_w .about_bangju .right .title {
  padding-top: 10px;
  font-size: 48px;
  color: #000;
  line-height: 70px;
}

.about_bangju_w .about_bangju .right .text {
  font-size: 22px;
  color: #666;
  line-height: 60px;
}

.about_bangju_w .about_bangju .right .des {
  padding-top: 35px;
  font-size: 16px;
  color: #505050;
  line-height: 28px;
}

.about_weCan_w .about_weCan {
  padding: 20px 0 75px;
  text-align: center;
}

.about_weCan_w .about_weCan .about_weCan_title {
  font-size: 40px;
  color: #505050;
  line-height: 120px;
}

.about_weCan_w .about_weCan .list .li {
  float: left;
  text-align: center;
  width: 32%;
  margin-right: 2%;
  padding: 45px 0 35px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.about_weCan_w .about_weCan .list .li:last-child {
  margin-right: 0;
}

.about_weCan_w .about_weCan .list .li .title {
  font-size: 24px;
  color: #505050;
  line-height: 40px;
  padding-top: 15px;
}

.about_weCan_w .about_weCan .list .li .text {
  font-size: 16px;
  color: #818181;
  line-height: 30px;
}

.about_weCan_w .about_weCan .list .li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.about_weCan_w .about_weCan .list .li:hover .title {
  color: #00A4FF;
}

.about_case_w .about_case {
  height: 480px;
  background: url(../img/about_case.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.about_case_w .about_case .title {
  font-size: 36px;
  color: #fff;
  line-height: 150px;
  font-weight: bold;
  padding-top: 110px;
}

.about_case_w .about_case .icon {
  line-height: 50px;
}

.about_case_w .about_case .icon i {
  font-size: 50px;
  color: #fff;
}

.about_idea_w .about_idea {
  padding: 65px 0;
}

.about_idea_w .about_idea .li {
  width: 25%;
  text-align: center;
  height: 230px;
  padding: 60px 0;
  float: left;
}

.about_idea_w .about_idea .li .num .num_c {
  display: inline-block;
  position: relative;
  font-size: 110px;
  color: #333;
  font-family: 'COND';
}

.about_idea_w .about_idea .li .num .num_c span {
  font-size: 20px;
  position: absolute;
  right: -75px;
  bottom: 15px;
  display: inline-block;
  line-height: 40px;
  background: #fff;
  width: 86px;
  text-align: left;
  padding: 0 15px;
}

.about_idea_w .about_idea .li .des {
  font-size: 15px;
  color: #4A4A4A;
  line-height: 24px;
  padding: 30px 14% 0;
}

.about_idea_w .about_idea .li_gray {
  background: #EEEEEE;
}

.about_idea_w .about_idea .li_gray .num .num_c span {
  background: #EEEEEE;
}

.about_idea_w .about_idea .li_black {
  background: #333;
}

.about_idea_w .about_idea .li_black .num .num_c {
  color: #fff;
}

.about_idea_w .about_idea .li_black .num .num_c span {
  background: #333;
}

.about_idea_w .about_idea .li_black .des {
  color: #fff;
}

.about_idea_w .about_idea .img {
  float: left;
  width: 50%;
  height: 350px;
  background-size: cover;
}

.about_news_w .about_news {
  padding-bottom: 100px;
}

.about_news_w .about_news .about_news_title {
  text-align: center;
  font-size: 40px;
  color: #505050;
  line-height: 110px;
}

.about_news_w .about_news .more {
  text-align: center;
}

.about_news_w .about_news .more a {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00A4FF;
  border-radius: 45px;
  font-size: 16px;
  color: #00A4FF;
}

.about_news_w .about_news .more a:hover {
  background: #00A4FF;
  color: #fff;
}

.global_newsList li {
  float: left;
  width: 30%;
  margin-right: 5%;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  margin-bottom: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.global_newsList li:hover .title span {
  color: #00A4FF;
  border-bottom: 1px solid #00A4FF;
}

.global_newsList li .img img {
  width: 100%;
}

.global_newsList li .bottom {
  padding: 20px 25px;
}

.global_newsList li .bottom .date {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

.global_newsList li .bottom .title {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.global_newsList li .bottom .des {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 15px;
  height: 48px;
}

.global_newsList li:nth-of-type(3n) {
  margin-right: 0;
}

.global_newsList .more {
  padding-bottom: 80px;
}

.global_newsList .more a {
  display: block;
  width: 100%;
  line-height: 64px;
  font-size: 16px;
  color: #333;
  background: #f2f1f6;
  text-align: center;
}

.global_banner {
  padding-top: 100px;
  position: relative;
}

.global_banner .img {
  width: 300%;
  margin-left: -100%;
  text-align: center;
}

.global_banner .mask {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 290px;
  text-align: center;
}

.global_banner .mask .p1 {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  padding-top: 110px;
}

.global_banner .mask .p2 {
  font-size: 18px;
  color: #666;
  line-height: 40px;
}

.global_menu_w .global_menu {
  text-align: center;
  padding: 10px 0 100px;
}

.global_menu_w .global_menu ul {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.global_menu_w .global_menu ul li {
  float: left;
  padding: 0 10px;
}

.global_menu_w .global_menu ul li a {
  display: block;
  width: 130px;
  line-height: 58px;
  font-size: 16px;
  color: #464646;
  border-bottom: 2px solid #fff;
}

.global_menu_w .global_menu ul li.current a {
  color: #26ABFF;
  border-bottom: 2px solid #26ABFF;
}

.news_detail_w .news_detail .top {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  padding-bottom: 20px;
}

.news_detail_w .news_detail .top .title {
  font-size: 36px;
  color: #333;
  line-height: 60px;
}

.news_detail_w .news_detail .top .info {
  font-size: 16px;
  color: #B0B0B0;
  line-height: 50px;
}

.news_detail_w .news_detail .content {
  padding: 30px 0;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.news_detail_w .news_detail .bottom {
  line-height: 80px;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
  padding-bottom: 50px;
}

.news_detail_w .news_detail .bottom a {
  font-size: 14px;
}

.contact_way_w .contact_way {
  text-align: center;
  padding: 90px 0 0;
}

.contact_way_w .contact_way .contact_way_title {
  font-size: 24px;
  color: #000;
  line-height: 40px;
}

.contact_way_w .contact_way .contact_way_text {
  font-size: 16px;
  color: #5C5C5C;
  line-height: 30px;
}

.contact_way_w .contact_way .list {
  padding: 50px 0;
}

.contact_way_w .contact_way .list .li {
  width: 28%;
  border-right: 1px solid #eaeaea;
  text-align: center;
  float: left;
  box-sizing: border-box;
}

.contact_way_w .contact_way .list .li .icon i {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #00A4FF;
  line-height: 72px;
  font-size: 24px;
  color: #fff;
}

.contact_way_w .contact_way .list .li .title {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  padding-top: 20px;
}

.contact_way_w .contact_way .list .li .text {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 30px;
  padding: 0 15%;
  height: 60px;
}

.contact_way_w .contact_way .list .img {
  padding-top: 10px;
}

.contact_way_w .contact_way .list .img img {
  width: 120px;
}

.contact_way_w .contact_way .list .img .text {
  font-size: 16px;
  color: #000;
  line-height: 40px;
}

.contact_message_w .contact_message {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  position: relative;
  z-index: 99;
  background: #fff;
}

.contact_message_w .contact_message .contact_message_title {
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-align: center;
}

.contact_message_w .contact_message .contact_message_text {
  font-size: 16px;
  color: #5C5C5C;
  line-height: 30px;
  text-align: center;
}

.contact_message_w .contact_message .contact_message_text a {
  color: #00A4FF;
}

.contact_message_w .contact_message .form {
  padding: 0 15%;
}

.contact_message_w .contact_message .form .input_w {
  padding-top: 50px;
}

.contact_message_w .contact_message .form .input_w .input {
  width: 48%;
  position: relative;
}

.contact_message_w .contact_message .form .input_w .input input {
  width: 92%;
  height: 54px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 0 4%;
  font-size: 16px;
  color: #333;
}

.contact_message_w .contact_message .form .input_w .input label.error {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 56px;
  font-size: 14px;
  color: #ff0000;
}

.contact_message_w .contact_message .form .textarea {
  padding-top: 30px;
}

.contact_message_w .contact_message .form .textarea textarea {
  width: 96%;
  height: 184px;
  padding: 15px 2%;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  resize: none;
}

.contact_message_w .contact_message .form .button {
  padding-top: 20px;
}

.contact_message_w .contact_message .form .button button {
  width: 100%;
  height: 48px;
  border: none;
  background: #00A4FF;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.contact_map_w {
  margin-top: -150px;
}

.global_caseList li {
  float: left;
  width: 30%;
  margin-right: 5%;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.global_caseList li:hover .title span {
  color: #00A4FF;
  border-bottom: 1px solid #00A4FF;
}

.global_caseList li .img {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.global_caseList li .img img {
  width: 100%;
}

.global_caseList li .bottom {
  padding: 20px 25px;
  text-align: center;
}

.global_caseList li .bottom .title {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.global_caseList li .bottom .des {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.global_caseList li:nth-of-type(3n) {
  margin-right: 0;
}

.global_caseList .more {
  padding-bottom: 80px;
}

.global_caseList .more a {
  display: block;
  width: 100%;
  line-height: 64px;
  font-size: 16px;
  color: #333;
  background: #f2f1f6;
  text-align: center;
}

.case_detail_w .case_detail {
  padding-top: 160px;
}

.case_detail_w .case_detail .case_detail_top {
  padding-bottom: 60px;
}

.case_detail_w .case_detail .case_detail_top .left {
  width: 75%;
}

.case_detail_w .case_detail .case_detail_top .left .title {
  font-size: 30px;
  color: #2d2d2d;
  line-height: 60px;
}

.case_detail_w .case_detail .case_detail_top .left .des {
  font-size: 14px;
  color: #656565;
  line-height: 24px;
}

.case_detail_w .case_detail .case_detail_top .left .bottom {
  padding-top: 60px;
}

.case_detail_w .case_detail .case_detail_top .right {
  width: 18%;
  border-left: 1px dashed #eaeaea;
  text-align: center;
}

.case_detail_w .case_detail .case_detail_top .right .img img {
  width: 160px;
}

.case_detail_w .case_detail .case_detail_top .right .btn {
  padding-top: 20px;
}

.case_detail_w .case_detail .case_detail_top .right .btn a {
  display: inline-block;
  width: 180px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  border: 1px solid #D0D0D0;
  text-align: left;
  text-indent: 20px;
  font-size: 14px;
  color: #656565;
}

.case_detail_w .case_detail .case_detail_top .right .btn a i {
  font-size: 16px;
  color: #656565;
  padding-right: 5px;
}

.case_detail_w .case_detail .case_detail_content {
  text-align: center;
  width: 300%;
  margin-left: -100%;
}

.case_detail_w .case_detail .case_detail_content img {
  display: inline-block;
}

.case_detail_w .case_detail .case_detail_bottom {
  padding: 20px 0 100px;
}

.case_detail_w .case_detail .case_detail_bottom .title1 {
  text-align: center;
  font-size: 30px;
  color: #505050;
  line-height: 110px;
}

.case_detail_w .case_detail .case_detail_bottom .more {
  text-align: center;
}

.case_detail_w .case_detail .case_detail_bottom .more a {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00A4FF;
  border-radius: 45px;
  font-size: 16px;
  color: #00A4FF;
}

.case_detail_w .case_detail .case_detail_bottom .more a:hover {
  background: #00A4FF;
  color: #fff;
}

.global_tryList li {
  float: left;
  width: 20%;
  margin-right: 6.6666%;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.global_tryList li:hover .title span {
  color: #00A4FF;
  border-bottom: 1px solid #00A4FF;
}

.global_tryList li .img {
  padding: 10px;
  position: relative;
}

.global_tryList li .img img {
  width: 100%;
}

.global_tryList li .img .imgg {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 84%;
}

.global_tryList li .img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2faff;
  text-align: center;
}

.global_tryList li .img .mask .code {
  padding-top: 20%;
}

.global_tryList li .img .mask .code img {
  width: 150px;
}

.global_tryList li .img .mask .text {
  font-size: 14px;
  color: #000;
  line-height: 60px;
}

.global_tryList li .img .mask .btn {
  padding-top: 35%;
}

.global_tryList li .img .mask .btn span {
  display: inline-block;
  width: 190px;
  height: 36px;
  line-height: 36px;
  background: #00A4FF;
  border-radius: 36px;
  font-size: 14px;
  color: #fff;
}

.global_tryList li .bottom {
  padding: 20px 25px;
  text-align: center;
}

.global_tryList li .bottom .title {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.global_tryList li .bottom .des {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.global_tryList li:nth-of-type(4n) {
  margin-right: 0;
}

.global_tryList .more {
  padding-bottom: 80px;
}

.global_tryList .more a {
  display: block;
  width: 100%;
  line-height: 64px;
  font-size: 16px;
  color: #333;
  background: #f2f1f6;
  text-align: center;
}

.try_detail_w .try_detail .tab .li {
  width: 48%;
  margin-right: 4%;
  background: #e8f4ff;
  text-align: center;
  position: relative;
  float: left;
  padding: 20px 0;
  border-radius: 5px;
  cursor: pointer;
}

.try_detail_w .try_detail .tab .li:last-child {
  margin-right: 0;
}

.try_detail_w .try_detail .tab .li .title {
  font-size: 28px;
  color: #00A4FF;
  line-height: 50px;
}

.try_detail_w .try_detail .tab .li .text {
  font-size: 16px;
  color: #3E3E3E;
  line-height: 40px;
}

.try_detail_w .try_detail .tab .li .dui {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: none;
}

.try_detail_w .try_detail .tab .li .dui i {
  font-size: 38px;
  line-height: 40px;
  color: #fff;
}

.try_detail_w .try_detail .tab .li.current {
  background: #00A4FF;
}

.try_detail_w .try_detail .tab .li.current .title {
  color: #fff;
}

.try_detail_w .try_detail .tab .li.current .text {
  color: #fff;
}

.try_detail_w .try_detail .tab .li.current .dui {
  display: block;
}

.try_detail_w .try_detail .form {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 110px;
}

.try_detail_w .try_detail .form .input {
  padding-top: 35px;
  position: relative;
}

.try_detail_w .try_detail .form .input input {
  width: 670px;
  height: 55px;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  font-size: 16px;
  color: #696969;
  padding: 0 15px;
  margin-left: 10px;
}

.try_detail_w .try_detail .form .input span {
  font-size: 20px;
  color: #FF0000;
  line-height: 55px;
  padding-left: 6px;
}

.try_detail_w .try_detail .form .input label.error {
  position: absolute;
  top: 35px;
  left: 968px;
  line-height: 56px;
  color: #ff0000;
  font-size: 14px;
}

.try_detail_w .try_detail .form .tips {
  width: 700px;
  display: inline-block;
  background: url(../img/dot.png) repeat-x center center;
}

.try_detail_w .try_detail .form .tips span {
  font-size: 18px;
  color: #828282;
  line-height: 76px;
  background: #fff;
  padding: 0 15px;
}

.try_detail_w .try_detail .form .button button {
  width: 700px;
  height: 56px;
  background: #00A4FF;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.footer_link {
  background-color: #212330;
}

.footer_link a {
  background-color: #212330
}