@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
  /* -webkit-appearance:none; */
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
}

button {
  border: none;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
img {
  /*max-width: 100%;*/
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  /*取消链接高亮*/
}

body {
  font-family: Microsoft YaHei;
  color: #333333;
  background-color: #ffffff;
  font-size: 16px;
}

em,
i {
  font-style: normal;
}

/* strong {
  font-weight: normal;
} */

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  font-family: Microsoft YaHei;
}

a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: Microsoft YaHei;
}

img {
  border: none;
  vertical-align: middle;
}

body,
html {
  width: 100%;
  min-height: 700px;
  margin: 0 auto;
  font-family: Microsoft YaHei;
  position: relative;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.txt-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.txt-hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.txt-hide3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.font30 {
  font-size: 30px;
}

.font28 {
  font-size: 28px;
}

.font26 {
  font-size: 26px;
}

.font24 {
  font-size: 24px;
}

.font22 {
  font-size: 22px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin: 30px;
}

.button {
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  text-shadow: 0px 1px 0px #fcfdfd;
  font-size: 16px;
  padding: 12px 30px 12px 30px;
  text-decoration: none;
}

.button:hover {
  background: #408c99;
  text-decoration: none;
}

.red_color {
  background: #ef0012;
  background-image: -webkit-linear-gradient(top, #ef0012, #ef0000);
  background-image: -moz-linear-gradient(top, #ef0012, #ef0000);
  background-image: -ms-linear-gradient(top, #ef0012, #ef0000);
  background-image: -o-linear-gradient(top, #ef0012, #ef0000);
  background-image: linear-gradient(to bottom, #ef0012, #ef0000);
  -webkit-box-shadow: 0px 10px 14px -7px #ce2d35;
  -moz-box-shadow: 0px 10px 14px -7px #ce2d35;
  box-shadow: 0px 10px 14px -7px #ce2d35;
  color: #ffffff;
}

.red_color:hover {
  color: #ffffff;
  background: #f65908;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .mod7_5 p{
    padding-left: 120px;
  }
}

@media (max-width: 760px) {
  .mod7_5 p{
    padding-left: 0;
  }
  .container {
    max-width: 760px;
    width: 100%;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*头部*/
.head {
  height: 90px;
  padding: 10px 0 0;
  box-shadow: 0 2px 10px #eee;
}

@media (max-width: 760px) {
  .go_btn{
    float: none;
    display:block;
  }
  .head img {
    height: 2.75rem;
    display: block;
  }
  .head .eeLo img {
    height: 3.75rem;
  }
  .head {
    height: 3.75rem;
    padding: 0.5rem;
    box-sizing: initial;
  }
  #ban_box1 {
    height: auto;
    display: block;
    width: 100%;
  }
  #contact_us .i-cont7 {
    background: #ffffff;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #contact_us .i-cont7 .box {
    border: 0;
    margin: 0.25rem 0 0.75rem;
    padding: 0 0.75rem;
  }
  #contact_us .i-cont7 .m-logo {
    width: 17.5rem;
    margin-left: 10px;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
  }
  #contact_us .i-cont7 table td {
    padding: 8px 0.25rem;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
  }
  #contact_us .i-cont7 table .td-l {
    width: 50px;
    text-align: center;
  }
  #contact_us .i-cont7 table .col9 {
    color: #777;
  }
  #contact_us .i-cont7 .m-code {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: 1rem auto;
  }
  #gift_box1 .table-middle img {
    width: 100%;
  }
  #gift_box2 .bg-red {
    background: #e60012;
  }
  #gift_box2 .bgf {
    background: #fff;
    border-radius: 10px;
    padding: 40px 0 20px;
  }
  #gift_box2 .list {
    width: auto;
    margin: 0 -5px 0.75rem;
    padding: 0 0.75rem;
    border-radius: 10px;
  }
  #gift_box2 .list .col-xs-6 {
    padding: 0 0.25rem;
    margin-bottom: 0.75rem;
  }
  #gift_box2 .item {
    width: 100%;
    color: #e60012;
    font-size: 18px;
    text-align: center;
  }
  #gift_box2 .item .table-box {
    width: 8.75rem;
    height: 8.75rem;
    margin: 0 auto;
    border: 2px solid #e60012;
    border-radius: 10px;
    display: table;
    text-align: center;
  }
  #gift_box2 .item .table-box img {
    max-width: 8rem;
    max-height: 8rem;
    margin: 0 auto;
  }
  #gift_box2 .item h3 {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #gift_box2 .item p {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  #gift_box2 .tit-box {
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  #video_box1 .vide_category {
    background-size: 100% 100%;
    margin: 1rem auto 0;
    width: 100%;
    height: 50px;
  }
  #video_box1 .vide_category .vide_name {
    text-align: center;
    font-size: 20px;
    font-weight: 600px;
    color: #000000;
    padding-top: 10px;
  }
  #video_box1 .sen_vi {
    padding-top: 1rem;
    background: none;
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
  }
  #video_box1 .sen_vi video {
    width: 92%;
  }
  #video_box2 .bg_vide {
    background: #f5f5f5;
    position: relative;
    top: 0px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  #video_box2 .h4style {
    line-height: 32px;
    padding: 10px 0;
    text-align: center;
  }
  #activity-box1 .i-cont3 {
    background: #e4f1f9;
    padding: 0 1rem;
  }
  #activity-box1 .i-cont3 .step {
    margin: 30px 0 70px;
    width: 100%;
    border-radius: 10px;
    position: relative;
  }
  #activity-box1 .i-cont3 .step.bord-sty {
    border: 2px solid #999;
  }
  #activity-box1 .i-cont3 table .td-l {
    width: 0px;
    text-align: center;
  }
  #activity-box1 .i-cont3 table td {
    padding: 15px 5px;
    font-size: 16px;
  }
  #activity-box1 .i-cont3 table .STYLE1 {
    color: #ff0000;
  }
  #activity-box1 .i-cont3 .btn-sub {
    width: 172px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 12px auto;
    font-size: 18px;
  }
  #activity-box1 .i-cont3 .btn-red {
    background: #1CB5D8;
    color: #fff;
  }
  #activity-box2 {
    padding: 0 1rem;
  }
  #activity-box2 .fangs {
    border: 7px solid #00613b;
  }
  #activity-box2 .fangs ul li {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    padding: 20px 15px;
  }
  #activity-box2 .fangs ul li .STYLE4 {
    font-size: 18px;
    font-weight: bold;
  }
  #activity-box2 .fangs ul li .baomings {
    font-size: 18px;
    padding: 8px 0;
    color: #fff;
    background: #007e3a;
    border-radius: 20px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
  }
  #activity-box3 .out-side {
    background-size: 100% 100%;
    margin: 0px auto 20px;
  }
  #activity-box3 p {
    font-size: 16px;
    line-height: 30px;
  }
  #activity-box3 .intro {
    background: #E4E4E6;
  }
  #activity-box3 .intro .dh2 {
    line-height: 40px;
    color: #252526;
    font-weight: 600;
    text-align: center;
    margin: 15px 0 10px;
    font-size: 24px;
  }
  #activity-box3 .intro img {
    width: 100%;
  }
  #activity-box3 .relea_txt .my_shre {
    background-color: #3d9ce7;
    color: #fff;
    width: 200px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    display: block;
    margin: 20px auto 0;
  }
  #activity-box4 {
    padding: 0 1rem;
  }
  #activity-box4 .i-cont3 .step {
    margin: 30px 0 0px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    border: 1px solid #999;
    padding: 20px 0px 15px;
  }
  #activity-box4 .i-cont3 table .td-l {
    width: 0px;
    text-align: center;
  }
  #activity-box4 .i-cont3 table td {
    padding: 15px 10px;
    font-size: 16px;
  }
  #activity-box4 .i-cont3 .btn-sub {
    width: 150px;
    height: 40px;
    border-radius: 31px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 18px;
  }
  #activity-box4 .i-cont3 .btn-red {
    background: #e60012;
    color: #fff;
  }
  #activity-box5 {
    padding: 0 1rem;
  }
  #activity-box5 .i-cont3 .step {
    margin: 30px 0 40px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    border: 1px solid #999;
    padding: 20px 0px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #activity-box5 .i-cont3 .step h2 {
    text-align: center;
    color: #29289F;
    font-size: 25px;
    font-weight: 600;
    margin: 5px auto 15px;
  }
  #activity-box5 .i-cont3 table td {
    padding: 5px 10px;
    font-size: 16px;
  }
  #activity-box5 .i-cont3 .btn-sub {
    width: 150px;
    height: 40px;
    border-radius: 31px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 18px;
  }
  #activity-box5 .i-cont3 .btn-red {
    background: #e60012;
    color: #fff;
  }
  #lecturer-box1 .i-cont5 {
    padding: 0 1rem 15px;
    background: #f5f5f5;
    position: relative;
  }
  #lecturer-box1 .i-cont5 .photo {
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  #lecturer-box1 .i-cont5 .img-res {
    display: block;
    max-width: 6rem;
    height: auto;
    margin-left: 10px;
  }
  #lecturer-box1 .i-cont5 .name {
    font-size: 18px;
    color: #333;
    padding: 5px 0;
    margin-left: 8rem;
    border-bottom: 1px solid #8A8A8A;
  }
  #lecturer-box1 .i-cont5 .txt {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 0;
    margin-left: 8rem;
  }
  #lecturer-box1 .i-cont5 ul li {
    margin-bottom: 15px;
  }
  #lecturer-box2 .dsae_sg {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
  }
  #lecturer-box2 .blow {
    background-color: #ebebeb;
    padding-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  #lecturer-box2 .blow:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    box-shadow: 0 2px 10px #eee;
  }
  #lecturer-box2 .blow img {
    height: 130px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }
  #data-box1 .bheight {
    background-color: #eee;
  }
  #data-box1 .bheight .sh2 {
    padding: 10px;
    background: #006281;
    color: #fff;
  }
  #data-box1 .bheight .img {
    width: 100%;
    display: block;
    height: 200px;
  }
  #data-box1 .bheight .conten-txt {
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 30px;
    /* min-height: 190px; */
  }
  #data-box1 .bheight .conten-txt .down_stn {
    text-align: center;
    background-color: #1cb5d8;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    /* padding: 14px 20px 10px; */
    text-decoration: none;
    width: 120px;
    display: inline-block;
    margin: 0 15px;
  }
  #data-box2 {
    background-color: #eee;
  }
  #data-box2 .trait-bg {
    background: #73BF44;
    width: 100%;
    height: 50px;
    vertical-align: middle;
  }
  #data-box2 .trait-bg span {
    font-size: 22px;
    letter-spacing: 4px;
    display: block;
    margin: 0 auto;
    width: 140px;
    color: #fff;
    text-align: center;
    line-height: 50px;
  }
  #data-box2 .mt30 {
    margin-top: 1rem;
  }
  #data-box2 .trait-list {
    margin-left: -36px;
  }
  #data-box2 .trait-list li {
    width: 377px;
    height: auto;
    float: left;
    margin-left: 35px;
    margin-bottom: 10px;
  }
  #data-box2 .trait-list li img {
    width: 377px;
    height: 225px;
  }
  #data-box2 .trait-list li .introduce-txt {
    margin-top: -5px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
  }
  #data-box2 .trait-list li .introduce-txt h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 20px 15px 0;
    text-align: center;
  }
  #data-box2 .trait-list li .introduce-txt p {
    padding: 15px;
    color: #626262;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #data-box3 .bor-sty {
    border: 2px solid #1F5994;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #data-box3 .pic_list li {
    width: 95%;
    box-sizing: border-box;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: 20px auto;
  }
  #data-box3 .pic_list li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  #data-box3 .pic_list li img {
    width: 100%;
    border: 2px solid #28972E;
  }
  #data-box3 .pic_list li p {
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    background-color: #28972E;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  #data-box4 .soluti .plan {
    padding: 18px 0px 0px;
  }
  #data-box4 .soluti .plan .ypleft {
    width: 100%;
    padding-top: 20px;
    border: 1px solid #eee;
    background: #fff;
  }
  #data-box4 .soluti .plan .ypleft .douimg1 {
    display: block;
    margin: auto;
  }
  #data-box4 .soluti .plan .ypleft .doup1 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 25px 25px;
    text-align: center;
  }
  #data-box4 .soluti .plan .ypleft .dar-table {
    background: #F29400;
    width: 220px;
    height: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 9px;
  }
  #data-box4 .soluti .plan .ypleft table td {
    font-size: 20px;
    width: 100%;
  }
  #form-box1 {
    word-break: break-all;
  }
  #form-box1 .tabl table {
    font-size: 15px;
    line-height: 22px;
    margin: 50px auto;
    width: 100%;
  }
  #form-box1 .tabl table tr.middle td {
    padding: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background-color: #118899;
    width: 19%;
  }
  #form-box1 .tabl table tr td {
    line-height: 25px;
    padding: 5px;
    color: #333;
  }
  #form-box1 .tabl table tr td a {
    color: #118899;
    text-decoration: none;
  }
  #form-box1 .tabl table .bgf0 {
    background-color: #f0f0f0;
  }
  #breakth-box1 .callout {
    background-color: #CEE2F0;
    border-radius: 15px;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  #breakth-box1 .callout .content-one .production-item {
    padding: 0;
    width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    min-height: 8rem;
    border-radius: 0px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    top: 0;
    background-color: #fbfbfb;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  #breakth-box1 .callout .content-one .production-item .production-img {
    text-align: center;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    left: 0;
    margin: 1rem auto;
  }
  #breakth-box1 .callout .content-one .production-item .production-img img {
    width: 93%;
  }
  #breakth-box1 .callout .content-one .production-item .production-img .big-img {
    display: none;
  }
  #breakth-box1 .callout .content-one .production-item .production-img .smor-img {
    display: inline-block;
  }
  #breakth-box1 .callout .content-one .production-item .production-btn {
    width: 145px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #E60112;
    border-radius: 5px;
    border: none;
    outline: none;
    display: block;
    line-height: 36px;
    text-align: center;
    margin: 30px auto 20px;
  }
  #breakth-box1 .callout .content-one .production-item .article-list {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  #course-box1 .tabl .cw {
    margin: 30px auto;
    background: #f4f4f4;
    padding: 30px 0;
  }
  #course-box1 .tabl .cw .dianshi {
    text-align: left;
    font-size: 24px;
  }
  #course-box1 .rowsh {
    text-align: center;
    margin-bottom: 20px;
  }
  #course-box1 .rowsh h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
    padding: 0 15px;
  }
  #course-box1 .rowsh img {
    margin-bottom: 12px;
    height: 90px;
  }
  #course-box1 .rowsh p {
    font-size: 16px;
    line-height: 22.85px;
    padding: 0 15px;
  }
  #rotate-box .Button.Block {
    padding: 20px 40px;
    width: 300px;
    height: 200px;
  }
  #Picshow-box .solution {
    margin: 0;
  }
  #Picshow-box .solution .an_sty {
    background-color: #1ab3ed;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 5px auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  #Picshow-box .solution #an_sty {
    display: none;
  }
  #Picshow-box .solution .wd_ol {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0;
  }
  #Picshow-box .solution .wd_ol .sde {
    height: 100%;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: rgba(0, 121, 191, 0.6);
    height: 100%;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs {
    width: 100%;
    left: 50%;
    margin: 30px auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs p {
    font-size: 30px;
    font-weight: 900;
    margin-top: 35px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-bottom: 3px;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs .mau-crd {
    width: 95%;
    margin: 10px auto;
    position: relative;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs .mau-crd .case_bottom_text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    opacity: 1;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .erwei {
    left: 0;
    right: 0;
    width: 142px;
    margin: auto;
  }
  #make-box .vid_box {
    margin-bottom: 30px;
  }
  #make-box .vid_box ul li {
    width: 92%;
    list-style: none;
    margin: 15px auto;
  }
  #make-box .vid_box ul li p {
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
  }
}

@media (min-width: 761px) {
  .go_btn{
    float: right;
    display: inline-block;
  }
  #ban_box1 .ban-box {
    background: #777777;
    overflow: hidden;
    max-height: 450px;
  }
  #ban_box1 .ban-box .cent_img {
    max-width: 1920px;
    /*! height: 450px; */
    /* position: absolute;
    left: 50%;
    margin-left: -960px; */
  }
  #ban_box1 .ban-box .cent_img img {
    width: 100%;
    /*! //height: 450px; */
  }
  #ban_box2 .show_banner {
    width: 100%;
  }
  #ban_box2 .show_banner .show_bannerImg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  #naviga_box1 {
    background-color: #F3F3F3;
  }
  #naviga_box1 #menu2 {
    background-color: #F3F3F3;
    background-repeat: repeat;
  }
  #naviga_box1 .menu_bg {
    height: 60px;
    display: block;
    padding: 0;
    width: 1200px;
    margin: 40px auto 0;
  }
  #naviga_box1 .menu_bg ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #naviga_box1 .menu_bg ul li {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 60px;
    text-align: center;
  }
  #naviga_box1 .menu_bg ul li a {
    position: relative;
    display: block;
    width: 111px;
    height: 60px;
    font-family: 微软雅黑;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    line-height: 60px;
    color: #333;
  }
  #naviga_box1 .menu_bg ul li a:hover, #naviga_box1 .menu_bg ul li a.cur {
    outline: 0;
    background-color: #63A6DF;
  }
  #naviga_box1 .menu_bg .cls {
    clear: both;
  }
  #naviga_box2 .topo {
    width: 1200px;
    margin-left: -600px;
    z-index: 1000;
    left: 50%;
    bottom: 0;
    position: fixed;
  }
  #naviga_box2 .topo .fosl {
    left: -82px;
    position: absolute;
    bottom: 30px;
  }
  #naviga_box2 .topo .fosl ul li {
    background: #fff;
    border: 1px solid #858585;
    padding: 9px;
  }
  #naviga_box2 .topo .fosl ul li a {
    display: block;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  #naviga_box2 .topo .fosl ul li.atc {
    background: #007e3a;
    border: 1px solid #007e3a;
  }
  #naviga_box2 .topo .fosl ul li.atc a {
    color: #fff;
  }
  #naviga_box2 .topo .fosl .totop {
    width: 45px;
    height: 45px;
    border: 1px solid #007e3a;
    border-radius: 50%;
    background: url("../images/joup.png") no-repeat center center;
    display: block;
    margin: 50px 7px 0;
  }
  #contact_us .i-cont7 {
    padding: 10px 0 15px;
  }
  #contact_us .i-cont7 .box {
    position: relative;
    margin: 10px 0 30px;
    border: 2px solid #777;
    border-radius: 10px;
    padding: 20px 30px;
  }
  #contact_us .i-cont7 table td {
    padding: 12px 10px;
    font-size: 16px;
  }
  #contact_us .i-cont7 table .td-l {
    width: 50px;
    text-align: center;
  }
  #contact_us .i-cont7 .erwei_pic {
    position: absolute;
    right: 25px;
    top: 20px;
  }
  #contact_us .i-cont7 .erwei_pic img {
    width: 180px;
  }
  #gift_box1 .table-middle img {
    width: 100%;
  }
  #gift_box2 .list {
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 35px;
  }
  #gift_box2 .bg-red {
    background: #e60012;
  }
  #gift_box2 .tit-box {
    height: 80px;
    line-height: 85px;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  #gift_box2 .bgf {
    border-radius: 10px;
    padding: 40px 0 20px;
    background: #fff;
  }
  #gift_box2 .list .col-xs-6 {
    margin-bottom: 20px;
  }
  #gift_box2 .item {
    width: 220px;
    margin: 0 auto;
    color: #e60012;
    font-size: 18px;
    text-align: center;
  }
  #gift_box2 .item .table-box {
    width: 220px;
    height: 220px;
    border: 2px solid #00458f;
    border-radius: 10px;
    display: table;
    text-align: center;
  }
  #gift_box2 .item h3 {
    padding: 15px 0 5px;
    font-size: 18px;
    font-weight: normal;
  }
  #gift_box2 .item img {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
  }
  #gift_box2 .item .h-img {
    transition: all 0.6s;
  }
  #gift_box2 .item .img-res {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #gift_box2 .list-tip {
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  #video_box1 .vide_category {
    background-size: 100% 100%;
    margin: 40px auto 0;
    width: 1200px;
    height: 50px;
  }
  #video_box1 .vide_category .vide_name {
    text-align: center;
    font-size: 40px;
    font-weight: 600px;
    color: #000000;
    padding-top: 10px;
  }
  #video_box1 .sen_vi {
    padding-top: 50px;
    background: none;
    width: 1200px;
    margin: auto;
    height: 600px;
    text-align: center;
  }
  #video_box1 .sen_vi video {
    width: 942px;
  }
  #video_box2 .bg_vide {
    background: #f5f5f5;
    position: relative;
    top: 0px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  #video_box2 .h4style {
    line-height: 32px;
    padding: 10px 0;
    text-align: center;
  }
  #activity-box1 .i-cont3 {
    background: #fff;
    padding: 10px 0 5px;
  }
  #activity-box1 .i-cont3 .step {
    margin: 30px 0 0px;
    /* width: 100%; */
    border-radius: 10px;
    position: relative;
    /* padding: 45px 30px 25px; */
  }
  /* #activity-box1 .i-cont3 .step.bord-sty {
    border: 2px solid #999;
  } */
  #activity-box1 .i-cont3 table .td-l {
    width: 50px;
    text-align: center;
  }
  #activity-box1 .i-cont3 table td {
    padding: 15px 10px;
    font-size: 16px;
  }
  #activity-box1 .i-cont3 table .STYLE1 {
    color: #ff0000;
  }
  #activity-box1 .i-cont3 .btn-sub {
    width: 200px;
    height:50px;
    border-radius:25px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin:5px auto;
    font-size: 25px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
  #activity-box1 .i-cont3 .btn-red {
    background: #1CB5D8;
    color: #fff;
  }
  #activity-box2 .titles h4 {
    font-size: 32px;
    line-height: 41px;
    margin: 20px 0;
    text-align: center;
  }
  #activity-box2 .fangs {
    border: 7px solid #00613b;
  }
  #activity-box2 .fangs ul li {
    width: 43%;
    margin: 50px 30px;
    float: left;
    padding: 0px 20px 10px 30px;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 360px;
  }
  #activity-box2 .fangs ul li .STYLE4 {
    font-size: 24px;
    font-weight: bold;
  }
  #activity-box2 .fangs ul li.rig-vdty {
    margin-left: 20px;
    border-left: 3px solid #00613b;
    padding-left: 60px;
  }
  #activity-box2 .fangs ul li .baomings {
    font-size: 24px;
    padding: 12px 0;
    color: #fff;
    background: #007e3a;
    border-radius: 39px;
    margin: 50px auto 0;
    width: 180px;
    display: block;
    text-align: center;
  }
  #activity-box3 .out-side {
    background-size: 100% 100%;
    margin: 40px auto 40px;
    /* height: 470px; */
  }
  #activity-box3 p {
    font-size: 16px;
    line-height: 30px;
  }
  #activity-box3 .intro {
    background: #E4E4E6;
    /* margin: 20px auto; */
  }
  #activity-box3 .intro img {
    width: 500px;
  }
  #activity-box3 .intro .dh2 {
    line-height: 60px;
    color: #252526;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 30px;
    font-size: 32px;
  }
  #activity-box3 .relea_txt .my_shre {
    background-color: #3d9ce7;
    color: #fff;
    width: 200px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    display: block;
    margin: 35px auto;
  }
  #activity-box4 .i-cont3 .step {
    margin: 30px 0 0px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    /* border: 1px solid #999; */
    /* padding: 45px 30px 25px; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #activity-box4 .i-cont3 table .td-l {
    width: 25px;
    text-align: center;
  }
  #activity-box4 .i-cont3 table td {
    padding: 15px 10px;
    font-size: 16px;
  }
  #activity-box4 .i-cont3 .btn-sub {
    width: 150px;
    height: 40px;
    border-radius: 31px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 18px;
  }
  #activity-box4 .i-cont3 .btn-red {
    background: #e60012;
    color: #fff;
  }
  #activity-box5 .i-cont3 .step {
    margin: 30px 0 40px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    border: 1px solid #999;
    padding: 20px 30px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #activity-box5 .i-cont3 .step h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 99;
    font-size: 30px;
  }
  #activity-box5 .i-cont3 table td {
    padding: 5px 10px;
    font-size: 16px;
  }
  #activity-box5 .i-cont3 .btn-sub {
    width: 150px;
    height: 40px;
    border-radius: 31px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 15px auto;
    font-size: 18px;
  }
  #activity-box5 .i-cont3 .btn-red {
    background: #e60012;
    color: #fff;
  }
  #lecturer-box1 .i-cont5 {
    background: #f5f5f5;
    position: relative;
    padding-bottom: 15px;
  }
  #lecturer-box1 .i-cont5 .photo {
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  #lecturer-box1 .i-cont5 .img-res {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 40px;
    height: 200px;
    width: 200px;
  }
  #lecturer-box1 .i-cont5 .name {
    font-size: 18px;
    color: #333;
    padding: 5px 0;
    margin-left: 280px;
    border-bottom: 1px solid #8A8A8A;
  }
  #lecturer-box1 .i-cont5 .txt {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 0;
    margin-left: 280px;
  }
  #lecturer-box1 .i-cont5 ul li {
    margin-bottom: 35px;
  }
  #lecturer-box2 .dsae_sg {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
  }
  #lecturer-box2 .blow {
    background-color: #ebebeb;
    height: 350px;
    padding-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  #lecturer-box2 .blow:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    box-shadow: 0 2px 10px #eee;
  }
  #lecturer-box2 .blow img {
    height: 130px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    max-width: 110px;
  }
  #data-box1 .bheight {
    background-color: #eee;
  }
  #data-box1 .bheight .sh2 {
    padding: 10px;
    background: #006281;
    color: #fff;
  }
  #data-box1 .bheight .img {
    width: 100%;
    display: block;
    height: 200px;
  }
  #data-box1 .bheight .conten-txt {
    padding: 0 10px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    min-height: 100px;
  }
  #data-box1 .bheight .conten-txt .down_stn {
    text-align: center;
    background-color: #1CB5D8;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    margin: 0 15px;
  }
  #data-box2 {
    background-color: #eee;
  }
  #data-box2 .trait-bg {
    background: url(../images/bg1.png) no-repeat;
    width: 1200px;
    height: 84px;
    vertical-align: middle;
  }
  #data-box2 .trait-bg span {
    font-size: 31px;
    letter-spacing: 4px;
    display: block;
    margin: 0 auto;
    width: 140px;
    padding-top: 15px;
    color: #fff;
  }
  #data-box2 .mt30 {
    margin-top: 30px;
  }
  #data-box2 .trait-list {
    margin-left: -36px;
  }
  #data-box2 .trait-list li {
    width: 377px;
    height: 450px;
    float: left;
    margin-left: 35px;
    margin-bottom: 30px;
  }
  #data-box2 .trait-list li img {
    width: 377px;
    height: 225px;
  }
  #data-box2 .trait-list li .introduce-txt {
    margin-top: -5px;
    background-color: #fff;
    height: 225px;
    overflow: hidden;
  }
  #data-box2 .trait-list li .introduce-txt h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 20px 15px 0;
    text-align: center;
  }
  #data-box2 .trait-list li .introduce-txt p {
    padding: 15px;
    color: #626262;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #data-box3 .bor-sty {
    border: 2px solid #1F5994;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #data-box3 .pic_list {
    margin-left: -15px;
  }
  #data-box3 .pic_list li {
    width: 264px;
    float: left;
    min-height: 224px;
    box-sizing: border-box;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-left: 34px;
    margin-bottom: 20px;
  }
  #data-box3 .pic_list li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  #data-box3 .pic_list li img {
    width: 100%;
    border: 2px solid #28972E;
  }
  #data-box3 .pic_list li p {
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    background-color: #28972E;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  #data-box4 .soluti .plan {
    padding: 18px 0px 0px;
  }
  #data-box4 .soluti .plan .ypleft {
    padding: 20px 25px 0;
    width: 1200px;
    float: left;
    border: 1px solid #eee;
    background: #fff;
  }
  #data-box4 .soluti .plan .ypleft .douimg1 {
    display: block;
    margin: auto;
  }
  #data-box4 .soluti .plan .ypleft .doup1 {
    font-size: 16px;
    line-height: 25px;
    padding: 25px;
    text-align: center;
  }
  #data-box4 .soluti .plan .ypleft .dar-table {
    background: #F29400;
    width: 220px;
    height: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 9px;
  }
  #data-box4 .soluti .plan .ypleft table td {
    font-size: 20px;
    width: 33.3%;
  }
  #form-box1 .tabl table {
    font-size: 15px;
    line-height: 22px;
    margin: 50px auto;
    width: 100%;
  }
  #form-box1 .tabl table tr.middle td {
    padding: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background-color: #118899;
  }
  #form-box1 .tabl table tr td {
    line-height: 25px;
    padding: 5px;
    color: #333;
  }
  #form-box1 .tabl table tr td a {
    color: #118899;
    text-decoration: none;
  }
  #form-box1 .tabl table .bgf0 {
    background-color: #f0f0f0;
  }
  #breakth-box1 .callout {
    background-color: #CEE2F0;
    border-radius: 30px;
    padding: 35px;
    margin-top: 50px;
  }
  #breakth-box1 .callout .content-one {
    margin-left: -8px;
  }
  #breakth-box1 .callout .content-one .production-item {
    min-height: 300px;
    float: left;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    margin-right: 28px;
    padding: 145px 20px 20px 20px;
    background-color: #fbfbfb;
    border-radius: 4px;
    margin-right: 3px;
    width: 380px;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }
  #breakth-box1 .callout .content-one .production-item .production-img {
    text-align: center;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    width: 338px;
    margin: 45px auto;
  }
  #breakth-box1 .callout .content-one .production-item .production-img ._production-img {
    height: 140px;
  }
  #breakth-box1 .callout .content-one .production-item .production-img .big-img {
    display: inline-block;
  }
  #breakth-box1 .callout .content-one .production-item .production-img .smor-img {
    display: none;
  }
  #breakth-box1 .callout .content-one .production-item .production-btn {
    width: 145px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #E60112;
    border-radius: 5px;
    border: none;
    outline: none;
    display: block;
    line-height: 36px;
    text-align: center;
    margin: 70px auto 0;
  }
  #breakth-box1 .callout .content-one .production-item .article-list {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  #course-box1 .tabl .cw {
    margin: 30px auto;
    background: #f4f4f4;
    padding: 30px 0;
  }
  #course-box1 .tabl .cw .dianshi {
    text-align: left;
    font-size: 24px;
  }
  #course-box1 .rowsh {
    text-align: center;
  }
  #course-box1 .rowsh h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
    padding: 0 15px;
  }
  #course-box1 .rowsh img {
    margin-bottom: 12px;
    height: 90px;
  }
  #course-box1 .rowsh p {
    font-size: 16px;
    line-height: 22.85px;
    padding: 0 15px;
  }
  #rotate-box .Button.Block {
    padding: 20px 40px;
    width: 420px;
    height: 240px;
  }
  #Picshow-box .solution .an_sty {
    background-color: #1ab3ed;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 5px auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  #Picshow-box .solution .wd_ol {
    height: 305px;
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0;
  }
  #Picshow-box .solution .wd_ol .sde {
    height: 100%;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de:hover {
    background-color: rgba(0, 121, 191, 0.6);
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de:hover .case_boxs {
    top: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de:hover .case_text, #Picshow-box .solution .wd_ol .sde .zhid_de:hover .case_boxs .mau-crd .case_bottom_text {
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs {
    width: 420px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs p {
    font-size: 30px;
    font-weight: 900;
    margin-top: 35px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-bottom: 3px;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs .mau-crd {
    width: 424px;
    margin: 10px auto;
    position: relative;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .case_boxs .mau-crd .case_bottom_text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    opacity: 0;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
  }
  #Picshow-box .solution .wd_ol .sde .zhid_de .erwei {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    width: 142px;
    margin: auto;
    display: none;
  }
  #dataList-box .nav {
    width: 1180px;
    margin: 0 auto;
  }
  #make-box .vid_box {
    margin-bottom: 30px;
  }
  #make-box .vid_box ul {
    margin-left: -1%;
  }
  #make-box .vid_box ul li {
    float: left;
    width: 24%;
    list-style: none;
    margin-left: 1%;
  }
  #make-box .vid_box ul li p {
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
  }
}

.m-index-tit {
  margin: 1rem 0.5rem 1rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #1CB5D8;
  color: #fff;
  border-radius: 5px;
}

.index-tit {
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
  background: url("../image/banner3.png") no-repeat center center;
  /* background-size: auto 60px; */
  /* height: 60px; */
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.foot-bg {
  width: 100%;
  height: 30px;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: 1920px 30px;
  margin: 20px 0 20px;
}

.foot {
  padding-top: 30px;
}

.foot .txt {
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
}

.foot .tip {
  padding: 20px 0 35px;
  text-align: center;
}

.foot .tip h3 {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
}

.foot .tip h3 i {
  width: 75px;
  height: 1px;
  background: #858585;
  vertical-align: middle;
  margin: 0 8px;
  display: inline-block;
}

.foot .tip a {
  font-size: 24px;
  color: #333;
  padding: 8px 0;
}

.foot .copyright {
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 2;
  padding: 45px 0;
}

.bg_vbox{
  width: 100%;
  height: 63%;
  color: #1CB5D8;
  padding: 0 20px;
  font-size: 15px;
  text-align: left;
  height: 84px;
}

.go_btn{
  /* float: right; */
  width: 100px;

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  background-color: #1CB5D8;
  text-align: center;
  /* margin-right: 25px; */
}
.go_btn:hover{
  color: #fff;
}
.btn-red{
    text-align: center;
    background-color: #1CB5D8;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    margin: 0 15px;
}
.btn-red:hover{
  color: #fff;
}