﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-11-12 09:29:44
 * @version $Id$
 */

html,
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

.text_overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}

input[type="button"],
button {
  border: none;
}

.clear {
  overflow: hidden;
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.head,
.footer,
.bg-grey,
.banner,
.know_more {
  min-width: 1024px;
}

.content {
  width: 976px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.headContent {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.head {
  width: 100%;
  height: 80px;
  /* border-bottom: 1px solid #bdbdbd; */
}

.head.fix {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 1);
}

.logo {
  width: 59px;
  height: 46px;
  float: left;
  margin-top: 22px;
}

.logo img {
  width: 100%;
  height: 100%;
}

.nav {
  margin-top: 34px;
  font-size: 16px;
  float: right;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-device-width: 1252px) {
  .nav {
    margin-top: 4px;
    font-size: 16px;
    float: right;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.nav ul li {
  text-align: center;
  float: left;
  position: relative;
}

.nav ul li a {
  display: block;
  width: 90px;
  padding: 10px 5px;
  color: #333;
}

.nav ul li a:hover {
  border-bottom: 4px solid #ee5245;
}

.nav ul li a:hover span {
  display: none;
}

.nav ul li a span.current-nav {
  border-bottom: 4px solid #ee5245;
}

.nav ul li a span {
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 100%;
  left: 0;
}

.nav .dropDownSolution,
.nav .dropDownProducts {
  border: 1px solid #d1dbe5;
}

.nav .dropDownSolution li:hover,
.nav .dropDownProducts li:hover {
  background-color: #e5e9f2;
}

.nav .dropDownProducts li a {
  width: 100px;
}

.nav .dropDownSolution li a {
  width: 150px;
}

.Phone {
  width: 188px;
  height: 55px;
  float: right;
  padding: 0;
  margin-top: 22px;
  margin-left: 40px;
}

.Phone img {
  float: left;
  width: 45px;
}

.Phone div {
  width: 130px;
  float: right;
  text-align: left;
}

.Phone div .text {
  font-size: 15px;
  font-family: 微软雅黑;
  color: rgb(230, 0, 18);
  font-weight: bold;
}

.Phone div .number {
  font-size: 20px;
  color: #e60012;
  font-family: Arial;
}

.banner {
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: auto;
}

.p-box {
  width: 100%;
  margin: 0 auto;
  padding: 56px 0;
}

.bg-grey {
  display: inline-block;
  min-height: 220px;
  background: #f5f5f5;
}

.grey {
  background: #f5f5f5;
}

.p-box h1 {
  font-size: 30px;
  margin-bottom: 16px;
}

.p-box h3 {
  color: #666;
}

.p-box ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}

.product ul li {
  width: 25%;
  margin-bottom: 0px;
}

.p-box ul li.trangle img {
  width: 50%;
  height: 50%;
}

.p-box .top_content ul li.trangle img {
  width: 194px;
  height: 141px;
}

.product .top_content ul li.trangle img {
  width: 70%;
  height: 150px;
}

.p-box ul li.trangle span,
.platform ul li.pf span {
  display: block;
  padding: 0 40px;
  color: #919191;
  line-height: 22px;
}

.p-box ul li.trangle span h2,
.platform ul li.pf h2 {
  margin-bottom: 8px;
  font-size: 18px;
  /*18px;*/
  color: #333;
}

/* .tools ul{
	width: 100%;
}
.tools ul li.pf span a{
	display: block;
	margin-top: 10px;
	color: #919191;
}
.tools ul li.pf span a:hover{
	color: #333;
} */

.btn-demo,
.btn-look,
.btn-down {
  padding-left: 30px;
}

.btn-demo {
  background: url(../images/icon-demo.png) no-repeat center left;
}

.btn-look {
  background: url(../images/icon-look.png) no-repeat center left;
}

.btn-down {
  background: url(../images/icon-down.png) no-repeat center left;
}

.p-box ul li.scen {
  height: 130px;
}

.p-box ul li.scen img {
  width: 68px;
  height: 68px;
  float: left;
}

.p-box ul li.scen span {
  margin-left: 40px;
  text-align: left;
}

.advantage {
  padding: 24px 0;
  min-height: 26px;
  line-height: 26px;
}

.advantage span {
  display: block;
  float: left;
  font-size: 18px;
}

.advantage ul {
  margin-left: 130px;
}

.advantage ul li {
  width: auto;
  margin-right: 60px;
  color: #919191;
  list-style: disc;
}

.platform h1 {
  color: #0277bd;
}

.platform ul li {
  width: 100%;
  margin-bottom: 10px;
}

.pf .pic {
  width: 30%;
  text-align: right;
  float: left;
  margin-right: 2%;
}

.platform ul li.pf span {
  margin-top: 30px;
  padding: 0;
  width: 67.9999%;
  text-align: left;
  float: left;
}

.platform ul li.pf span.left {
  text-align: right;
}

.pf .pic-right img {
  text-align: left;
  margin-left: 30px;
}

.case_list .pic,
.products_list .pic {
  height: 143px;
}

.products_list .pic {
  width: 24%;
  margin-right: 6%;
}

.case_list .pic img,
.products_list .pic img {
  height: 100%;
  width: 100%;
}

.case_list > a,
.products_list > a {
  float: left;
  margin-top: 4px;
}

.products_list {
  text-align: left;
  margin-bottom: 20px;
}

.solution_pf .pic {
  width: 46%;
  margin-right: 2%;
  height: 300px;
}

.solution_pf .pic img {
  height: 100%;
  width: 100%;
}

.platform ul li.solution_pf > span {
  width: 51.9999%;
}

.platform ul li.solution_pf span span {
  display: block;
  width: 100%;
}

.all_btn {
  display: inline-block;
  padding: 6px 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ee5245;
  border-radius: 4px;
  background-color: #ee5245;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.all_btn:hover {
  background-color: #fff;
  color: #ee5245;
}

.know_more {
  width: 1024px;
  text-align: center;
}

.know_more > div {
  font-size: 16px;
  color: #818181;
  margin-bottom: 20px;
}

.pf .pic-right {
  text-align: left;
}

.p-box ul li.aboutus {
  height: auto;
}

.p-box ul li.aboutus img {
  width: 30px;
  height: 30px;
}

.p-box ul li.aboutus span {
  margin-left: 0;
}

.contact a {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #039be5;
  color: #039be5;
}

.contact a:hover {
  background: #039be5;
  color: #fff;
}

.top_content li {
  margin-bottom: 20px;
}

.doc-panel {
  width: 207px;
  float: left;
  text-align: left;
}

.doc-panel ul li {
  text-align: left;
}

.doc-panel ul li a {
  float: none;
  line-height: 24px;
  color: #333;
}

.doc-panel ul li.scond-panel a {
  padding-left: 10px;
  color: #666;
}

.doc-content {
  margin-left: 210px;
  text-align: left;
}

.doc-panel h2,
.doc-content h2 {
  text-align: left;
  padding-bottom: 10px;
}

.doc-content h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*新闻页左侧导航栏*/

.p-box .list_title {
  width: 167px;
  margin-right: 40px;
}

.p-box .list_title h2 {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  text-align: center;
  color: #767676;
  line-height: 40px;
  padding-bottom: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.p-box .list_title h2:hover,
.p-box .list_title h2.active {
  background-color: #3da6f7;
  color: #fff;
  border-color: #3da6f7;
}

/*新闻页新闻列表*/

.p-box .help_list li,
.p-box .news_list li {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.p-box .help_list li a,
.p-box .news_list li a {
  color: #333;
}

.p-box .news_list li {
  text-align: left;
  width: 764px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.p-box .help_list li {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.p-box .news_list li > a,
.p-box .help_list li > a {
  display: block;
  padding: 10px 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.p-box .news_list li > a > div {
  float: left;
}

.p-box .news_list li > a > div.times {
  width: 103px;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 22px;
  color: #ccc;
  line-height: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.p-box .news_list li > a > div.times span {
  font-size: 14px;
}

.p-box .news_list li > a > div.news_content {
  width: 640px;
  padding: 0 10px;
}

.p-box .news_list li > a > div.news_content h5 {
  font-size: 16px;
  font-weight: bold;
  color: #767676;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.p-box .news_list li > a > div.news_content p {
  font-size: 14px;
  color: #b2b2b2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.p-box .news_list li:hover,
.p-box .help_list li:hover {
  border-color: #3da6f7;
  background-color: #3da6f7;
}

.p-box .news_list li:hover a div.times,
.p-box .news_list li:hover a div.news_content h5,
.p-box .news_list li:hover a div.news_content p,
.p-box .help_list li:hover a {
  color: #fff;
  border-color: #fff;
}

.login {
  margin: 0 auto;
  width: 300px;
}

.filter label {
  text-align: left;
  position: absolute;
  top: 29px;
  left: 30px;
  color: #919191;
}

.filter input {
  margin-top: 20px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.login .filter {
  position: relative;
}

.login .filter input {
  width: 270px;
  padding-left: 30px;
}

.username {
  background: url(../images/user.png) no-repeat 2% center;
}

.pwd {
  background: url(../images/lock.png) no-repeat 2% center;
}

.email {
  background: url(../images/email.png) no-repeat 2% center;
}

.phone {
  background: url(../images/phone.png) no-repeat 2% center;
}

.validinput {
  width: 142px;
  background: url(../images/validate.png) no-repeat 2% center;
}

.login .filter input.btn-login {
  padding: 0;
  width: 300px;
  height: 38px;
  background: #039be5;
  color: #fff;
  font-size: 18px;
  border: none;
}

.f-pwd {
  padding-top: 10px;
  float: left;
  color: #919191;
}

.f-pwd a {
  color: #333;
}

.f-pwd a:hover {
  color: #039be5;
}

@media (min-height: 768px) {
  .ct-login {
    margin: 100px auto;
  }
}

@media (min-height: 900px) {
  .ct-login {
    margin: 180px auto;
  }
}

.validate {
  display: none;
  color: #fcab2b;
  text-align: left;
}

a.telvalidate {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 5px;
  color: #333;
  background: #e6e6e6;
  border-radius: 2px;
}

.footer {
  background: #ddd;
  min-height: 80px;
}

.footer .f1 {
  width: 50%;
  float: left;
}

.footer .f2 {
  width: 48%;
  float: right;
}

.footer h3 {
  margin-bottom: 10px;
  text-align: left;
}

.footer ul li {
  font-size: 13px;
  color: #919191;
  float: none;
  width: 100%;
  text-align: left;
}

.footer .f1 ul li {
  width: 33.3333%;
  float: left;
}

.footer ul li a {
  color: #919191;
}

.footer ul li a:hover {
  color: #333;
}

.console {
  margin: 0 auto;
  min-width: 976px;
  /*max-width: 1440px;*/
  text-align: center;
}

.con-left {
  width: 266px;
  min-height: 768px;
  float: left;
}

.tab {
  width: 75px;
  float: left;
  background: #0288d1;
  min-height: 768px;
}

.tab li {
  width: 75px;
  height: 65px;
  line-height: 65px;
  float: left;
}

.tab li a {
  color: #fff;
}

.con {
  width: 190px;
  float: left;
  min-height: 768px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
}

.con .list-nav {
  padding: 28px 0 0 0;
  background: #f5f5f5;
}

.con .list-nav li {
  width: 190px;
  background: #f5f5f5;
  float: left;
}

.list-nav h3 {
  margin-bottom: 20px;
}

.nav2 {
}

.nav2 a {
  display: block;
  padding: 10px 0;
  margin-bottom: 3px;
  color: #333;
}

.nav2 a:hover {
  background: #fff;
}

.nav2 a.current {
  color: #29b6f6;
  background: #fff;
}

.con-right {
  padding: 0 24px;
  overflow: hidden;
}

.con-right h1 {
  font-size: 24px;
  margin-top: 24px;
  padding-bottom: 5px;
  margin-bottom: 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.searchbox {
  margin-bottom: 20px;
  text-align: right;
}

/*table*/

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#datalist th {
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  background: #dadada;
}

#datalist td {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ccc;
}

input.btn-edit,
input.btn-delete {
  padding-left: 15px;
  cursor: pointer;
}

input.btn-edit {
  background: url(../images/modify.png) no-repeat center left;
}

input.btn-delete {
  background: url(../images/delete.png) no-repeat center left;
}

/*banner效果图*/

#particles {
  position: relative;
  width: 100%;
  background: #ee5245;
  background: linear-gradient(left, #ee5245 0%, #d23a3a 50%, #ee5245 100%);
  background: -moz-linear-gradient(left, #ee5245 0%, #d23a3a 50%, #ee5245 100%);
  background: -ms-linear-gradient(left, #ee5245 0%, #d23a3a 50%, #ee5245 100%);
  background: -o-linear-gradient(left, #ee5245 0%, #d23a3a 50%, #ee5245 100%);
  background: -webkit-linear-gradient(
    left,
    #ee5245 0%,
    #d23a3a 50%,
    #ee5245 100%
  );
  height: 284px;
  overflow: hidden;
}

.intro {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
  height: 189px;
  padding-top: 95px;
  text-align: center;
  z-index: 9990;
}

.intro h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.intro p {
  font-size: 24px;
  color: #fff;
}

/*返回顶部*/

#rocket-to-top {
  background: url("/public/images/home/top.gif") no-repeat scroll 0 0 transparent;
  cursor: default;
  display: block;
  height: 71px;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 80%;
  width: 71px;
  z-index: 1111;
}

#rocket-to-top div {
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 71px;
}

#rocket-to-top .level-2 {
  background: url("../images/top.gif") no-repeat scroll -88px 0 transparent;
  display: none;
  height: 71px;
  opacity: 0;
  z-index: 1;
}

#rocket-to-top .level-3 {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 71px;
  z-index: 2;
}

/*新闻详情*/

.news_detail_content {
  width: 1024px;
}

.detail_title {
  padding-bottom: 20px;
}

.detail_title > h3 {
  color: #4e4e4e;
  font-size: 24px;
}

.detail_title > div {
  padding: 10px 0;
  font-size: 12px;
}

.detail_title > div > span {
  color: #989898;
  margin-right: 20px;
}

.detail_text > p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-family: "微软雅黑";
}

/*头部新闻下拉菜单*/

.nav ul li.select {
  position: relative;
}

.nav ul li.select > ul {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9991;
  background-color: #fff;
}

.nav ul li.select > ul.fix {
  background: rgba(255, 255, 255, 0.9);
}

.nav ul li.select > ul > li {
  min-height: 45px;
  float: none;
}

.productMain {
  background: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 40px;
}
.hot-product {
  width: 1200px;
  margin: 20px auto;
  position: relative;
}
.hot-product-title {
  display: flex;
  flex-direction: row;
}
.hot-product-title .li {
  width: 20%;
  text-align: center;
  position: relative;
}

.hot-product-title .li .btn {
  transition: all .3s ease-out;
  background-color: #e40213 !important;
  color: #fff !important;
  height: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  width: 172px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.hot-product-title .li .title {
  transition: all .3s ease-out;
}
.hot-product-title .li .title {
  opacity: 0;
  transition: all .3s ease-out;
}
.hot-product-title .li .btn-show {
  opacity: 0;
  transition: all .3s ease-out;
}
.hot-product-title .li .title-show {
  opacity: 1;
  transition: all .3s ease-out;
}
.hot-product-title .li:hover .btn-show {
  opacity: 1;
  transition: all .3s ease-out;
}
.hot-product-title .li:hover .title-show {
  opacity: 0;
  transition: all .3s ease-out;
}
.hot-product-title .active .btn-show {
  opacity: 1;
  transition: all .3s ease-out;
}
.hot-product-title .active .title-show {
  opacity: 0;
  transition: all .3s ease-out;
}
.hot-product-title .li h3 {
  color: #212121;
  line-height: 28px;
  margin-bottom: 10px;
  height: 28px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
}
.hot-product-title .li .between-line {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.product-content {
  width: 1200px;
  margin: 20px auto;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 520px;
  display: none;
}
.product-content-active {
  display: flex;
  transition: all linear 200ms 0ms;
}

.product-content .product-content-left {
  width: 344px;
  padding-top: 71px;
  text-align: center;
  background-image: url("../images/home/0.png");
}
.product-content .product-content-left .img {
  padding-bottom: 35px;
}
.product-content .product-content-left .lineclamp {
  padding: 20px;
  line-height: 25px;
}
.product-content .product-content-left .btn {
  border-radius: 33px;
  font-size: 18px;
  padding: 0 22px;
  margin: 100px 8px 0;
  height: 33px;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  background: transparent;
  text-align: center;
  line-height: 33px;
  white-space: nowrap;
  font-weight: 500;
  display: inline-block;
  outline: none;
  box-sizing: border-box;
  border-color: #212121;
  color: #212121;
  border-radius: 33px;
}

.product-content .product-content-left .btn a {
  color: #212121;
}
.product-content .product-content-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 914px;
}
.product-content .product-content-right .li {
  text-align: center;
  padding-top: 24px;
  background: #fff;
  padding-bottom: 40px;
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  color: #212121;
}
.product-content .product-content-right .li .title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
  height: 33px;
  overflow: hidden;
  padding: 10px 0;
}

.product-content .product-content-right .li img {
  height: 88px;
  width: 88px;
}
.product-content .product-content-right .li .text {
  font-size: 14px;
  color: #5c5c5c;
}
.product-content .product-content-right .li:nth-child(3) {
  border-top-right-radius: 10px;
}
.product-content .product-content-right .li:nth-child(6) {
  border-bottom-right-radius: 10px;
}

.productList .trangle img{
  transition: all .3s ease-out;
}

.productList .trangle img:hover{
  transform:scale(1.1);
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.service .index_1_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  position: relative;
}
.service .index_1_list .item {
  width: 310px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E5E8ED;
  border-bottom: none;
  transition: all .3s ease-out;
  text-align: left;
}

    .service .index_1_list .item .item_tit {
        height: 101px;
        background: url(/public/images/home/bg1.png) no-repeat center center;
        background-size: 310px 132px;
        padding: 26px 40px 5px 40px;
        color: #4A4B64;
    }

.service .index_1_list .item .item_tit .t_1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.service .index_1_list .item .item_tit .t_2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.index_1_list .item:first-child + .item .item_tit {
    background: url(/public/images/home/bg2.png) no-repeat center center;
    background-size: 310px 132px;
    color: #7E502A;
}

.index_1_list .item:first-child + .item + .item .item_tit {
    background: url(/public/images/home/bg3.png) no-repeat center center;
    background-size: 310px 132px;
    color: #E4C8A9;
}

.index_1_list .item_mid {
  padding: 40px 0 0 40px;
}

.index_1_list .item_mid p:first-child {
  margin-top: 0;
}

.index_1_list .item_mid p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
}

.index_1_list .item_handle {
  width: 310px;
  position: absolute;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #E5E8ED;
  border-bottom: 1px solid #E5E8ED;
  transition: all .3s ease-out;
}

.index_1_list .item_handle .btn {
  color: #F13A3B;
}

.index_1_list .item:hover {
  box-shadow: 0px 4px 20px 6px rgb(8 5 30 / 6%);
  transform: translateY(-12px);
}
.application li img {
  transition: all .3s ease-out;
}

.application li:hover img {
  transform: scale(1.1);
}

.application li {
  cursor: pointer;
}

.caseList li {
  transition: all .3s ease-out;
}

.caseList li:hover {
  transform: translateY(-12px);
}
.caseList img{
  padding: 0;
  margin: 0;
}
.caseList .case-main{
  width: 300px;
  background-color: #fff;
  text-align: left;
  
}
.caseList .case-main-img img{
  width: 300px !important;
  height: 220px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.caseList .case-main-content {
  padding: 10px 15px 40px 20px;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
}

.caseList .case-main-content .case-main-content_title {
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

.caseList .case-main-content .case-main-content_intro {
  padding-top: 10px;
  line-height: 20px;
  color: #888888;
  font-size: 12px;
}
.in-page{color:#888;margin-bottom:25px}.in-page span,.in-page a{padding:.35rem .75rem;border:1px solid #e8e8e8;color: #000;}.in-page a{margin-bottom:5px}.in-page a:hover,.in-page a.cur{color:#fff;border-color:#df0023;background:#df0023}