@charset "utf-8";

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    touch-action: manipulation;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0；
}

main {
    background-size: cover;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    border: 1px solid black;
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: 400;
}

dl,
ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: none;
    font-family: Arial, Microsoft Yahei;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

input {
    outline: 0;
    border: none;
}

input::-webkit-input-safebox-button {
    display: none;
}

body {
    background-color: #ffffff;
    color: #000;
    font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}

body * {
    box-sizing: border-box;
    line-height: 1;
}


.pagepage{margin:40px auto 40px auto; width:100%; text-align:center;}
.pagepage a{
	display:inline-block;
	height:30px;
	line-height:30px;
	width:30px;
	border:1px solid #dcdcdc;
	margin:0 1px;
	text-decoration:none;
	color:#333;
	font-size: 12px;
}
.pagepage a:hover,.pagepage a.hover{
	color:#fff;
	background:#BE1B20;
	border:#BE1B20 1px solid;
}



.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@font-face {
    font-family: "iconfont";
    /* Project id 3276887 */
    src: url('iconfont.woff2?t=1648189469231') format('woff2'), url('iconfont.woff?t=1648189469231') format('woff'), url('iconfont.ttf?t=1648189469231') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* @font-face {
      font-family: 'SourceHanSansCN-Normal';
      src: url('../fonts/SOURCEHANSANSCN-NORMAL.OTF');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'SourceHanSansCN-Regular';
      src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'SourceHanSansCN-Medium';
      src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'SourceHanSansCN-Bold';
      src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'SourceHanSansCN-Light';
      src: url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');
      font-weight: normal;
      font-style: normal;
  } */

html {
    font-size: calc(100vw / 1920 * 100);
}

@media(max-width: 1000px) {
    html {
        font-size: calc(1000px / 1920 * 100);
    }
}

body {
    font-size: calc(16 * 100vw / 1920);
}

@media(max-width: 1584px) {
    body {
        font-size: 13.2px;
    }
}

.s12 {
    font-size: calc(12 * 100vw / 1920);
}

@media(max-width: 1920px) {
    .s12 {
        font-size: 12.0px;
    }
}

.s13 {
    font-size: calc(13 * 100vw / 1920);
}

@media(max-width: 1816px) {
    .s13 {
        font-size: 12.3px;
    }
}

.s14 {
    font-size: calc(14 * 100vw / 1920);
}

@media(max-width: 1728px) {
    .s14 {
        font-size: 12.6px;
    }
}

.s15 {
    font-size: calc(15 * 100vw / 1920);
}

@media(max-width: 1651px) {
    .s15 {
        font-size: 12.9px;
    }
}

.s16 {
    font-size: calc(16 * 100vw / 1920);
}

@media(max-width: 1584px) {
    .s16 {
        font-size: 13.2px;
    }
}

.s17 {
    font-size: calc(17 * 100vw / 1920);
}

@media(max-width: 1524px) {
    .s17 {
        font-size: 13.5px;
    }
}

.s18 {
    font-size: calc(18 * 100vw / 1920);
}

@media(max-width: 1472px) {
    .s18 {
        font-size: 13.8px;
    }
}

.s19 {
    font-size: calc(19 * 100vw / 1920);
}

@media(max-width: 1424px) {
    .s19 {
        font-size: 14.1px;
    }
}

.s20 {
    font-size: calc(20 * 100vw / 1920);
}

@media(max-width: 1382px) {
    .s20 {
        font-size: 14.4px;
    }
}

.s21 {
    font-size: calc(21 * 100vw / 1920);
}

@media(max-width: 1344px) {
    .s21 {
        font-size: 14.7px;
    }
}

.s22 {
    font-size: calc(22 * 100vw / 1920);
}

@media(max-width: 1309px) {
    .s22 {
        font-size: 15.0px;
    }
}

.s23 {
    font-size: calc(23 * 100vw / 1920);
}

@media(max-width: 1277px) {
    .s23 {
        font-size: 15.3px;
    }
}

.s24 {
    font-size: calc(24 * 100vw / 1920);
}

@media(max-width: 1248px) {
    .s24 {
        font-size: 15.6px;
    }
}

.s25 {
    font-size: calc(25 * 100vw / 1920);
}

@media(max-width: 1221px) {
    .s25 {
        font-size: 15.9px;
    }
}

.s26 {
    font-size: calc(26 * 100vw / 1920);
}

@media(max-width: 1196px) {
    .s26 {
        font-size: 16.2px;
    }
}

.s27 {
    font-size: calc(27 * 100vw / 1920);
}

@media(max-width: 1173px) {
    .s27 {
        font-size: 16.5px;
    }
}

.s28 {
    font-size: calc(28 * 100vw / 1920);
}

@media(max-width: 1152px) {
    .s28 {
        font-size: 16.8px;
    }
}

.s29 {
    font-size: calc(29 * 100vw / 1920);
}

@media(max-width: 1132px) {
    .s29 {
        font-size: 17.1px;
    }
}

.s30 {
    font-size: calc(30 * 100vw / 1920);
}

@media(max-width: 1113px) {
    .s30 {
        font-size: 17.4px;
    }
}

.s31 {
    font-size: calc(31 * 100vw / 1920);
}

@media(max-width: 1096px) {
    .s31 {
        font-size: 17.7px;
    }
}

.s32 {
    font-size: calc(32 * 100vw / 1920);
}

@media(max-width: 1080px) {
    .s32 {
        font-size: 18.0px;
    }
}

.s33 {
    font-size: calc(33 * 100vw / 1920);
}

@media(max-width: 1064px) {
    .s33 {
        font-size: 18.3px;
    }
}

.s34 {
    font-size: calc(34 * 100vw / 1920);
}

@media(max-width: 1050px) {
    .s34 {
        font-size: 18.6px;
    }
}

.s35 {
    font-size: calc(35 * 100vw / 1920);
}

@media(max-width: 1036px) {
    .s35 {
        font-size: 18.9px;
    }
}

.s36 {
    font-size: calc(36 * 100vw / 1920);
}

@media(max-width: 1024px) {
    .s36 {
        font-size: 19.2px;
    }
}

.s37 {
    font-size: calc(37 * 100vw / 1920);
}

@media(max-width: 1011px) {
    .s37 {
        font-size: 19.5px;
    }
}

.s38 {
    font-size: calc(38 * 100vw / 1920);
}

@media(max-width: 1000px) {
    .s38 {
        font-size: 19.8px;
    }
}

.s39 {
    font-size: calc(39 * 100vw / 1920);
}

@media(max-width: 989px) {
    .s39 {
        font-size: 20.1px;
    }
}

.s40 {
    font-size: calc(40 * 100vw / 1920);
}

@media(max-width: 979px) {
    .s40 {
        font-size: 20.4px;
    }
}

.s41 {
    font-size: calc(41 * 100vw / 1920);
}

@media(max-width: 969px) {
    .s41 {
        font-size: 20.7px;
    }
}

.s42 {
    font-size: calc(42 * 100vw / 1920);
}

@media(max-width: 960px) {
    .s42 {
        font-size: 21.0px;
    }
}

.s43 {
    font-size: calc(43 * 100vw / 1920);
}

@media(max-width: 951px) {
    .s43 {
        font-size: 21.3px;
    }
}

.s44 {
    font-size: calc(44 * 100vw / 1920);
}

@media(max-width: 942px) {
    .s44 {
        font-size: 21.6px;
    }
}

.s45 {
    font-size: calc(45 * 100vw / 1920);
}

@media(max-width: 934px) {
    .s45 {
        font-size: 21.9px;
    }
}

.s46 {
    font-size: calc(46 * 100vw / 1920);
}

@media(max-width: 926px) {
    .s46 {
        font-size: 22.2px;
    }
}

.s47 {
    font-size: calc(47 * 100vw / 1920);
}

@media(max-width: 919px) {
    .s47 {
        font-size: 22.5px;
    }
}

.s48 {
    font-size: calc(48 * 100vw / 1920);
}

@media(max-width: 911px) {
    .s48 {
        font-size: 22.8px;
    }
}

.s49 {
    font-size: calc(49 * 100vw / 1920);
}

@media(max-width: 905px) {
    .s49 {
        font-size: 23.1px;
    }
}

.s50 {
    font-size: calc(50 * 100vw / 1920);
}

@media(max-width: 898px) {
    .s50 {
        font-size: 23.4px;
    }
}

.s51 {
    font-size: calc(51 * 100vw / 1920);
}

@media(max-width: 892px) {
    .s51 {
        font-size: 23.7px;
    }
}

.s52 {
    font-size: calc(52 * 100vw / 1920);
}

@media(max-width: 886px) {
    .s52 {
        font-size: 24.0px;
    }
}

.s53 {
    font-size: calc(53 * 100vw / 1920);
}

@media(max-width: 880px) {
    .s53 {
        font-size: 24.3px;
    }
}

.s54 {
    font-size: calc(54 * 100vw / 1920);
}

@media(max-width: 874px) {
    .s54 {
        font-size: 24.6px;
    }
}

.s55 {
    font-size: calc(55 * 100vw / 1920);
}

@media(max-width: 869px) {
    .s55 {
        font-size: 24.9px;
    }
}

.s56 {
    font-size: calc(56 * 100vw / 1920);
}

@media(max-width: 864px) {
    .s56 {
        font-size: 25.2px;
    }
}

.s57 {
    font-size: calc(57 * 100vw / 1920);
}

@media(max-width: 858px) {
    .s57 {
        font-size: 25.5px;
    }
}

.s58 {
    font-size: calc(58 * 100vw / 1920);
}

@media(max-width: 854px) {
    .s58 {
        font-size: 25.8px;
    }
}

.s59 {
    font-size: calc(59 * 100vw / 1920);
}

@media(max-width: 849px) {
    .s59 {
        font-size: 26.1px;
    }
}

.s60 {
    font-size: calc(60 * 100vw / 1920);
}

@media(max-width: 844px) {
    .s60 {
        font-size: 26.4px;
    }
}

.s61 {
    font-size: calc(61 * 100vw / 1920);
}

@media(max-width: 840px) {
    .s60 {
        font-size: 26.7px;
    }
}

.s62 {
    font-size: calc(62 * 100vw / 1920);
}

@media(max-width: 836px) {
    .s60 {
        font-size: 27.0px;
    }
}

.s63 {
    font-size: calc(63 * 100vw / 1920);
}

@media(max-width: 832px) {
    .s60 {
        font-size: 27.3px;
    }
}

.s64 {
    font-size: calc(64 * 100vw / 1920);
}

@media(max-width: 828px) {
    .s60 {
        font-size: 27.6px;
    }
}

.s65 {
    font-size: calc(65 * 100vw / 1920);
}

@media(max-width: 824px) {
    .s60 {
        font-size: 27.9px;
    }
}

.s66 {
    font-size: calc(66 * 100vw / 1920);
}

@media(max-width: 820px) {
    .s60 {
        font-size: 28.2px;
    }
}

.s67 {
    font-size: calc(67 * 100vw / 1920);
}

@media(max-width: 816px) {
    .s67 {
        font-size: 28.5px;
    }
}

.s68 {
    font-size: calc(68 * 100vw / 1920);
}

@media(max-width: 813px) {
    .s68 {
        font-size: 28.8px;
    }
}

.s69 {
    font-size: calc(69 * 100vw / 1920);
}

@media(max-width: 809px) {
    .s69 {
        font-size: 29.1px;
    }
}

.s70 {
    font-size: calc(70 * 100vw / 1920);
}

@media(max-width: 806px) {
    .s70 {
        font-size: 29.4px;
    }
}

.s70 {
    font-size: calc(70 * 100vw / 1920);
}

@media(max-width: 803px) {
    .s70 {
        font-size: 29.7px;
    }
}

.s71 {
    font-size: calc(71 * 100vw / 1920);
}

@media(max-width: 800px) {
    .s71 {
        font-size: 30px;
    }
}

.s72 {
    font-size: calc(72 * 100vw / 1920);
}

@media(max-width: 796px) {
    .s72 {
        font-size: 30.3px;
    }
}

.s73 {
    font-size: calc(73 * 100vw / 1920);
}

@media(max-width: 793px) {
    .s73 {
        font-size: 30.6px;
    }
}

.s74 {
    font-size: calc(74 * 100vw / 1920);
}

@media(max-width: 791px) {
    .s74 {
        font-size: 30.9px;
    }
}

.s75 {
    font-size: calc(75 * 100vw / 1920);
}

@media(max-width: 788px) {
    .s75 {
        font-size: 31.2px;
    }
}

.s76 {
    font-size: calc(76 * 100vw / 1920);
}

@media(max-width: 79px) {
    .s76 {
        font-size: 31.5px;
    }
}

.s77 {
    font-size: calc(77 * 100vw / 1920);
}

@media(max-width: 785px) {
    .s77 {
        font-size: 31.8px;
    }
}

.s78 {
    font-size: calc(78 * 100vw / 1920);
}

@media(max-width: 782px) {
    .s78 {
        font-size: 32.1px;
    }
}

.s79 {
    font-size: calc(79 * 100vw / 1920);
}

@media(max-width: 780px) {
    .s79 {
        font-size: 32.4px;
    }
}

.s80 {
    font-size: calc(80 * 100vw / 1920);
}

@media(max-width: 777px) {
    .s80 {
        font-size: 32.7px;
    }
}

header {
    width: 100%;
    background-color: #fff;
    height: 1rem;
    /* position: fixed; */
    z-index: 3;
}

.h-a {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 1rem;
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.1);
    z-index: 6;
}

.h-cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.h-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
}

.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    /* margin-right: .63rem; */
    display: flex;
    align-items: center;
    height: 100%;
}

.h-d {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}

.h-e {
    display: block;
    line-height: 1rem;
    color: #001629;
    margin: 0 .45rem;
    position: relative;
    font-family: 'SourceHanSansCN-Normal';
    display: flex;
    align-items: center;
    font-size: 16px;
}

.h-d:hover .h-e {
    color: #be1b20;
    font-family: 'SourceHanSansCN-Normal';
}

/*   
  .h-d:hover .h-e::after {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #e34d24;
      bottom: 0;
      display: block;
      position: absolute;
  } */

.h-d.active .h-e {
    font-family: 'SourceHanSansCN-Normal';
    color: #be1b20;
}

/* .h-d.active .h-e::after {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #e34d24;
      bottom: 0;
      display: block;
      position: absolute;
  } */

.h-opa {
    left: -100vw;
    opacity: 0;
    transition: opacity .3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 122;
}

.h-sub {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    /* left: 50%; */
    /* margin-left: -0.75rem; */
    top: 1rem;
    z-index: 1000;
    padding: 0.05rem 0;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 30%);
    border-radius: 0 0 5px 5px;
}

.h-sub>li>a {
    display: block;
    width: 100%;
    line-height: 1.71;
    padding: .1rem 0.03rem;
    /* text-align: center; */
    color: #001629;
    transition: background-color .3s;
    font-family: 'SourceHanSansCN-Normal';
    text-align: center;
    /* padding-left: .2rem; */
}

header.show-search .h-opa {
    left: 0;
    opacity: 1;
}

.h-one {
    display: block;
    width: 100%;
    line-height: p;
    color: #333;
}

header.show-lang .h-opa {
    left: 0;
    opacity: 1;
}

.lo_wrap {
    display: flex;
    align-items: center;
}

.lo_wrap .s24 {
    font-family: 'SourceHanSansCN-Medium';
    color: #333333;
}

.lo_img {
    padding-right: .2rem;
    cursor: pointer;
    position: relative;
}

.lo_img .iconfont {
    font-size: 25px;
}

.lo_img img {
    width: 19px;
    height: 19px;
}

@media(max-width: 1200px) {
    .h-e {
        font-size: 13.2px;
    }
}

@media(max-width: 1920px) {
    .h-sub {
        width: 100%;
        /* margin-left: -75px; */
        padding: 5px 0;
    }

    .h-sub>li>a {
        /* padding: 12px 3px; */
    }

    .h-s {
        width: 44px;
        height: 44px;
        background-size: 16px 17px;
    }

    .h-one {
        line-height: 35px;
        color: #333;
    }

    .h-m {
        width: 180px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .h-n {
        width: 30px;
        height: 30px;
        background-size: 16px 17px;
    }
}

@media(min-width: 1201px) {
    .h-sub>li>a:hover {
        color: #be1b20;
    }

    .h-one:hover {
        color: #194c7f;
    }
}

.h-menu {
    display: none;
}

.ph_wra {
    display: flex;
    align-items: center;
}

.ph_wra img {
    width: auto;
    height: .7rem;
    /* height: .80rem; */
    /* margin-right: 5px; */
}

.h_last {
    margin-left: 3%;
}

@media(max-width: 1000px) {
    .has-nav .h-e::after {
        content: none;
    }

    .ph_wra {
        order: 1;
    }

    .h_last {
        order: 2;
        margin-left: auto;
    }

    .h-right {
        order: 3;
        margin-left: 0;
    }

    .h-d.active .h-e::after {
        content: none;
    }

    .h-d:hover .h-e::after {
        content: none;
    }

    header {
        height: 44px;
    }

    .h-a {
        height: 44px;
    }

    .h-e {
        line-height: 44px;
    }

    .h-cont {
        width: 95%;
        margin: 0 auto;
        /* padding-left: 10px; */
    }

    .h-s {
        position: absolute;
        right: 44px;
        top: 0;
    }

    .h-menu {
        width: 25px;
        height: 60%;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        /* background-color: #f8fbff; */
    }

    .h-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333333;
        border-radius: 3px;
    }

    .h-nav {
        width: 280px;
        height: 100vh;
        overflow: auto;
        padding-right: 0;
        margin-right: 0;
        position: fixed;
        right: -280px;
        top: 0;
        background-color: #fff;
        z-index: 123;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s;
        display: inline-block;
    }

    .t_line {
        display: none;
    }

    header.show-menu .h-opa {
        left: 0;
        opacity: 1;
    }

    header.show-menu .h-nav {
        right: 0;
    }

    .h-d {
        display: block;
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .h-e {
        padding: 0 40px 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        margin: 0;
        /* text-align: center; */
        font-family: 'SourceHanSansCN-Normal';
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        top: 0;
        position: relative;
        left: 0;
        z-index: 10;
    }

    .h-sub>li>a {
        padding-left: 40px;
        text-align: left;
    }

    .h-d.has-nav:after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .h-d.has-nav.show:after {
        content: "-";
    }

    .h-d.has-nav.active:after {
        color: #fff;
    }
}

.FormBox {
    z-index: 2;
    position: absolute;
    right: 0;
    top: .8rem;
    background: #fff;
    width: 40%;
    padding: 10px 0;
    display: none;
    box-shadow: 2px 1px 21px 0px rgb(96 96 96 / 60%);
}

.FormBox .form {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
}

.FormBox .exit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(exit.png) no-repeat center / 16px auto;
    cursor: pointer;
}

.FormBox .Key {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 15px;
}

.FormBox .form .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(icon_search_h.png) no-repeat center;
}

.SmallHeader .data-header-pc-1,
.header_n.data-header-pc-1 {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    background-color: #fff;
}

.SearchShow .FormBox {
    display: block;
}

.hs_item,
.so_details_banner {
    width: 100%;
    height: 0;
    padding-bottom: 42.55%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hs_more {
    position: absolute;
    top: 20%;
    left: 12%;
}

.hs_more .s48 {
    font-family: SourceHanSansCN-Normal;
    color: #fff;
    font-weight: bolder
}

.hs_more .s30 {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .35rem;
}

.hs_more .s30::before {
    content: '';
    display: block;
    width: .90rem;
    height: 1px;
    background-color: #333333;
    margin-right: .2rem;
}

.h_pag .swiper-pagination-bullet {
    width: 1.60rem;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 0;
}

.h_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #be1b20;
    opacity: 1;
}

.h_swiper .swiper-pagination.h_pag {
    bottom: .4rem;
}

.case_tit p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}

.case_select {
    display: flex;
    justify-content: center;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.case_select .s16 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN-Regular;
    color: #999999;
    width: 1.60rem;
    min-height: .60rem;
    border: solid 1px #eeeeee;
    margin: 2.5px;
    transition: all .3s;
}

.case_select .s16.active {
    background-color: #be1b20;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.case_select .s16:hover {
    background-color: #be1b20;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all .3s;
}

.case_swiper .swiper-slide {
    width: 4.02rem;
    margin-right: .25rem;
    
}

.case_item {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
}

.case_item:hover {
    transition: all .3s;
    background-color: #be1b20;
}

.case_item:hover .case_act p {
    color: #ffffff;
    transition: all .3s;
}

.ci_wrap {
    overflow: hidden;
}

.case_item:hover .case_img {
    transform: scale(1.1);
    transition: all .3s;
}


.case_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.case_img {
    position: relative;
    padding-bottom: 66.6666%;
    transition: all .3s;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-container.case_swiper {
    padding-bottom: .5rem;
    width: 88%;
    margin: 0 auto;
}

.case_act {
    padding: .25rem;
}

.case_act p:nth-child(1) {
    font-family: SourceHanSansSC-Light;
    color: #333333;
    margin-bottom: .15rem;
    transition: all .3s;
}

.case_act p:nth-child(2) {
    font-family: SourceHanSansSC-Light;
    color: #999999;
    transition: all .3s;
}

.case_works {
    padding-top: .4rem;
    padding-bottom: .5rem;
}

.case_con {
    position: relative;
}

.cas_btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: .60rem;
    height: .60rem;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.cas_btn img.active {
    display: none;
}

.cas_prev {
    left: 1.5%;
}

.cas_next {
    right: 1.5%;
}

.cas_btn:hover {
    background-color: #be1b20;
}

.cas_btn:hover img {
    display: none;
}

.cas_btn:hover img.active {
    display: block;
}

.more_d {
    margin: 0 auto;
    width: 2rem;
    height: .60rem;
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: .3rem; */
    box-sizing: border-box;
}

.md_img img.active {
    display: none;
}

.md_img img {
    margin-right: .2rem;
}

.more_d .s16 {
    font-family: SourceHanSansCN-Regular;
    color: #999999;
}

.more_d:hover {
    background-color: #be1b20;
}

.more_d:hover .s16 {
    color: #ffffff;
}

.more_d:hover img {
    display: none;
}

.more_d:hover img.active {
    display: block;
}

.ah_act {
    text-align: center;
}

.ah_a p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}

.ah_b {
    margin: .4rem;
    transition: all .3s;
}

.ah_b:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.ah_b p {
    font-family: SourceHanSansCN-Light;
    line-height: 1.6;
    color: #666666;
}

.about_h {
    padding: 1rem 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.int_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.int_jie p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.6;
}

.int_z p {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    line-height: 1.5;
}

.int_link {
    display: flex;
    align-items: center;
    margin-top: .3rem;
    transition: .3s;
}

.int_link:hover {
    /* transform: scale(1.1); */
    transition: .3s;
}

.int_link:hover img {
    margin-left: .2rem;
    transition: .3s;

}

.int_link .s16 {
    font-family: SourceHanSansCN-Light;
    color: #be1b20;
    margin-right: 5px;
}

.int_link img {
    width: .41rem;
    transition: .3s;
}

.int_deep {
    margin-top: .7rem;
}

.int_deep p.s24 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin-bottom: .2rem;
}

.int_name p {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
}

.int_name {
    margin-bottom: .7rem;
}

.int_line {
    margin: .25rem 0;
}

.int_left {
    width: 3.1rem;
}

.int_s1 {
    width: 7.2rem;
    /* min-height: 9.64rem; */
}

.int_s1 .swiper-wrapper {
    align-items: center;
}

.int_ss1.swiper-container {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* min-height: 9.64rem; */
}

.ints_img img {
    width: 3.5rem;
    display: block;
    margin: 0 auto;
}

.sc_swiper.swiper-container {
    max-height: 6.6rem;
    padding-right: .7rem;
}

.sc_swiper.swiper-container .swiper-slide {
    margin-bottom: .3rem;
}

.sc_swiper.swiper-container .swiper-slide img {
    width: 1.8rem;
    filter: grayscale(100%);
}

.sc_swiper.swiper-container .swiper-slide-thumb-active img {
    filter: none;
}

.int_right {
    display: flex;
    align-items: center;
}

.int_item {
    display: none;
}

.int_item:nth-child(1) {
    display: block;
}

.int_wrap {
    padding-top: .5rem;
    background-size: cover;
}

.sc_swiper .swiper-slide-thumb-active {
    border: solid 2px #be1b20;
}

.tp_img img.active {
    display: none;
}

.tp_img img {
    max-width: .5rem;
}

.tp_a {
    width: 1.80rem;
    height: 1.80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(c_bg.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.tp_a::after {
    content: '';
    width: 10px;
    height: 15px;
    display: block;
    background-image: url(case_br.png);
    position: absolute;
    right: -.45rem;
}

.tp_item {
    display: block;
}

.tp_item:hover .tp_a {
    background-image: url(ch_bg.png);
}

.tp_item:hover .tp_img {
    background-color: #be1b20;
}

.tp_item:hover .tp_img img {
    display: none;
}

.tp_item:hover .tp_img img.active {
    display: block;
}

.tp_item:hover .tp_num {
    background-color: #be1b20;
    color: #ffffff;
}

/* 选择 */

.swiper-slide.s_active .tp_item .tp_a {
    background-image: url(ch_bg.png);
}

.swiper-slide.s_active .tp_item .tp_img {
    background-color: #be1b20;
}

.swiper-slide.s_active .tp_item .tp_img img {
    display: none;
}

.swiper-slide.s_active .tp_item .tp_img img.active {
    display: block;
}

.swiper-slide.s_active .tp_item .tp_num {
    background-color: #be1b20;
    color: #ffffff;
}

.tp_img {
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_swiper {
    width: 90%;
    margin: 0 auto;
}

.sp_swrap {
    padding: .7rem 0;
    position: relative;
}

.tp_num {
    position: absolute;
    width: .3rem;
    height: .3rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    right: 0%;
    top: 8%;
}

.sp_swiper .swiper-slide {
    width: 1.8rem;
    margin-right: .7rem;
}

.sp_swiper .swiper-slide:last-child .tp_a::after {
    content: none;
}

.sp_swiper .swiper-slide:last-child {
    margin-right: 0;
}

.tp_top {
    margin-bottom: .25rem;
}

.tp_act .s24 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    text-align: center;
    margin-bottom: .15rem;
}

.tp_act .s16 {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    text-align: center;
    line-height: 1.5;
}

.sp_next,
.sp_prev {
    top: 40%;
}

.sp_next {
    right: 1.5%;
}

.sp_prev {
    left: 1.5%;
}

.sp_wrap {
    padding: 1rem 0;
    background-size: cover;
}

.hn_wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hnl_item {
    display: block;
    width: 4rem;
    padding: 1rem .2rem;
    margin-right: .2rem;
}

.hnl_item:hover {
    background-color: #f5f5f5;
    transition: all .3s;
}

.hnl_item:hover .hnl_act p {
    color: #be1b20;
    transition: all .3s;
}

.hnl_item:hover .hnl_j {
    background-color: #be1b20;
    text-align: center;
    transition: all .3s;
}

.hnl_item:hover .hnl_j img {
    display: none;
}

.hnl_item:hover .hnl_j img.active {
    display: inline-block;
    transition: all .3s;
}

.hn_list {
    display: flex;
}

.hnl_img::before {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background-color: #be1b20;
    margin-bottom: .2rem;
}

.hnl_img {
    overflow: hidden;
}

.hnl_img img {
    width: 100%;
    transition: all .3s;
}

.hnl_img img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.hnl_act {
    margin-top: .35rem;
}

.hnl_act .s16 {
    color: #999999;
    margin-bottom: .2rem;
    transition: all .3s;
}

.hnl_act .s22 {
    font-family: SourceHanSansCN-Regular;
    text-align: justify;
    color: #333333;
    line-height: 1.6;
}

.hnl_j {
    padding: 10px 0;
    position: relative;
    margin-top: .4rem;
    transition: all .3s;
    border-bottom: 1px solid #ccc;
}

.hnr_tit p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
}

.hnra_a {
    margin-bottom: .25rem;
}

.hnra_a::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #cccccc;
    margin-bottom: 15px;
}

.hnra_a p {
    font-family: SourceHanSansCN-Light;
    color: #333333;
    line-height: 1.4;
}

.hnra_b p {
    font-family: Poppins-Light;
    color: #999999;
    line-height: 1.4;
}

.hnr_act {
    margin: .7rem 0;
}

.h_news {
    padding: .7rem 0;
}

.ob_right form {
    display: flex;
    align-items: center;
}

.ob_right form input {
    width: 3.60rem;
    height: .60rem;
    background-color: #ffffff;
    margin-right: 5px;
    padding-left: 15px;
}

.ob_right form button {
    width: 1.20rem;
    height: .60rem;
    background-color: #be1b20;
    border: none;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    margin-left: 5px;
    transition: all .3s;
}

.ob_right form button:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.ob_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ob_left{width:90%;margin:0 auto;}
.ob_left p {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    line-height: 1.5;
    text-align:center;
}

.ob_wrap {
    padding: .4rem 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fcl_item {
    display: flex;
    margin-bottom: .2rem;
    align-items: center;
}

.fcl_item i {
    color: #999999;
    margin-right: .15rem;
}

.fcl_item span:nth-child(2) {
    display: inline-block;
    width: 66px;
    text-align-last: justify;
    font-family: SourceHanSansCN-Light;
    color: #999999;
    margin-right: .1rem;
}

.fcl_item span:nth-child(3) {
    font-family: SourceHanSansCN-Light;
    color: #333333;
}

.fc_wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.icon_list {
    display: flex;
}

.fcl_tit {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    margin-bottom: .25rem;
}

.icon_wrap {
    width: .7rem;
    height: .70rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 5px;
}

.icon_wrap .iconfont {
    color: #ccc;
    font-size: .40rem;
}

.f_con {
    background-color: #f5f5f5;
    padding-top: .5rem;
}

.icon_wrap:hover {
    background-color: #be1b20;
}

.icon_wrap:hover .iconfont {
    color: #ffffff;
}

.icon_pop {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%) scaleY(0);
    padding: 15px;
    transform-origin: center bottom;
    transition: all .3s;
}

.weichat:hover .icon_pop {
    transform: translateY(0%) translateX(-50%) scaleY(1);
    transition: all .3s;
}

.ip_img {
    width: 1.50rem;
    position: relative;
}

.ip_img::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.fc_right {
    text-align: right;
}

.fc_right .s16 {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    margin-bottom: .3rem;
}

.fc_right img {
    width: 1.5rem;
}

.fc_l {
    width: 90%;
    margin: 0 auto;
    margin-top: .5rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fc_l a {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    margin-right: .4rem;
}

.fc_l a:hover {
    color: #be1b20;
}

.fc_deep {
    width: 90%;
    margin: 0 auto;
    padding: .25rem 0;
}

.fc_deep a {
    font-family: SourceHanSansCN-Regular;
    color: #999999;
    line-height: 1.5;
}

aside {
    position: fixed;
    top: 23%;
    right: .2rem;
    z-index: 5;
    height: auto !important;
}

.as_list a {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 3px;
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
}

.as_item {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    transition: all .3s;

}

.as_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;

}

.as_img .iconfont {
    font-size: 28px;
}

.as_item p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    background-color: #be1b20;
    line-height: 1.1;
    color: #fff;

}

.as_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}



.as_list a:hover .as_item {
    transition: all .3s;
    top: -100%;
}



.we_as,
.ph_sa {
    position: relative;
}

.toolbar-layer {
    position: absolute;

    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%) scaleX(0) scaleY(0);
    transition: all .5s;
    transform-origin: right bottom;
    padding: 20px;
    border: 1px #ccc solid;
    background: rgba(255, 255, 255, 0.86);
}

.ph_sa:hover .toolbar-layer {
    transition: all .5s;
    transform: translateX(-100%) translateY(-50%) scaleX(1) scaleY(1);
}

.toolbar-layer {
    color: #000;
}

.toolbar-layer .s18 {
    margin: 5px 0;
    padding: 5px 0;
    font-weight: bold;
    color: #555;
    margin-top: 10px;
}


.as_ma {
    width: 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%) scaleX(0) scaleY(0);
    transition: all .5s;
    transform-origin: right bottom;
    padding-right: 10px;

}

.we_as:hover .as_ma {
    transition: all .5s;
    transform: translateX(-100%) translateY(-50%) scaleX(1) scaleY(1);
}

.n_act {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
}

.n_act img {
    width: .27rem;
    height: .27rem;
    margin: 0 .2rem;
}

.n_act .s48 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.h_news .ah_a {
    display: none;
}


@media(max-width:850px) {
    .as_img .iconfont {
        font-size: 22px;
    }

    .dq_wrap .cas_btn {
        top: 71%;
    }

    /* .bcs_wrap .cas_prev,
      .bcs_wrap .cas_next {
          display: none;
      } */

    .hn_wrap {
        flex-wrap: wrap;
    }
}

@media(max-width:800px) {



    .hnl_item:nth-last-child(1) {
        display: none;
    }

    aside {
        top: 40%;
        /* bottom: 0; */
    }

    .sp_swrap .cas_btn {
        display: none;
    }

    .hnl_item {
        padding: .5rem .2rem;
        margin-right: 0;
    }

    .sp_wrap {
        margin-top: .5rem;

    }

    .as_list a {
        width: 40px;
        height: 40px;
    }

    .fc_wrap {
        flex-wrap: wrap;
    }

    .ob_right form button {
        margin-left: 0;
    }

    .ob_right form input,
    .fc_left,
    .fc_center,
    .icon_list {
        width: 100%;
        margin-bottom: .25rem;
    }

    .ob_left {
        margin-bottom: .25rem;

    }

    .hn_list,
    .ob_container,
    .ob_right form {
        flex-wrap: wrap;
    }

    .hn_list {
        justify-content: space-between;
    }

    .hn_right {
        width: 100%;

    }

    .hnl_item {
        width: 50%;
    }

    .hnr_tit,
    .hnr_act {
        display: none;
    }

    .h_news .ah_a {
        display: block;
    }



    .tp_num {
        font-size: 12px;
    }

    .int_container {
        flex-wrap: wrap;
    }

    .int_left {
        width: 100%;
        margin-top: .4rem;
        order: 3;
    }

    .int_s1 {
        width: 70%;
        order: 1;
    }

    .int_right {
        width: 25%;
        order: 2;
    }

    .case_swiper .swiper-slide {
        width: 100%;
    }

    .FormBox {
        width: 100%;
        top: 50px;
    }

    .hs_item,
    .so_details_banner {
        padding-bottom: 59.55%;
    }

    .hs_more {
        left: 6%;
    }

    .sc_swiper.swiper-container {
        max-height: 4rem;
    }

    .sp_swiper .swiper-slide {
        width: 1.4rem;
    }

    .tp_a {
        width: 1.4rem;
        height: 1.4rem;
    }

    .tp_img {
        width: 1rem;
        height: 1rem;
    }

    .tp_num {
        width: 0.6rem;
        height: 0.6rem;
    }

    .tp_img img {
        max-width: .5rem;
    }
}


.ba_wrap {
    width: 90%;
    margin: 0 auto;
}

.ba_tit .s36 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.6;

}

.ba_tit {
    padding: .35rem 0;
    margin-top: .3rem;
    border-bottom: 1px solid #dddddd;
}

.ba_container {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;

}

.bac_left {
    width: 20.17%;
}

.bac_center {
    width: 35.41%;
}
.bac_center p{
    margin-bottom:10px;
}

.bac_right {
    width: 29.166%;
}

.bac_item {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.bac_item img {
    margin-right: .25rem;
}

.bac_act .s60 {
    font-weight: bold;
    color: #333333;
    margin-bottom: .1rem;
}

.bac_act .s18 {
    font-family: SourceHanSansCN-Regular;
    color: #999999;
    line-height: 1.6;
}

.bac_center p {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    line-height: 1.8;
}

.bb_container {
    background-color: #f5f5f5;
    padding-top: .5rem;
}

.dq_wrap {
    width: 12.8rem;
    margin: 0 auto;
    position: relative;
    margin-top: .35rem;
}

.dq_swiper .swiper-wrapper {
    align-items: flex-end;
}


.dq_swiper .swiper-slide {
    /* width: 100%; */
    height: 100%;
}

.dq_swiper .swiper-slide .dq_img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.dq_img img {
    max-width: 5.7rem;
}

.desk {
    width: 12.8rem;
    margin: 0 auto;
}

.bcs_img {
    min-height: 3.92rem;
    display: flex;
    align-items: center;
}

.bcs_wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: .4rem;
    padding-bottom: .5rem;
    position: relative;
}

.bc_swiper.swiper-container .swiper-slide {
    width: 4rem;
    margin-left: .25rem;


}

.bc_container {
    padding-top: .65rem;
    padding-bottom: .65rem;
    background:#f5f5f5;
}

.bcs_img img {
    display: block;
    margin: 0 auto;
    max-height: 3.92rem;
    transition: all .3s;
}

.bc_swiper.swiper-container .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all .3s;
}



.bcs_act {
    text-align: center;
    margin-top: .3rem;
}

.bcs_act .s16 {
    font-family: SourceHanSansCN-Regular;
    color: #999999;
    display:none
}

.bcs_act .s30 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin-top: .2rem;
    display:none;
}

.ha_next {
    right: -4%;
}

.ha_prev {
    left: -4%;
}

.works_item {
    width: 4.02rem;
    margin-right: .25rem;
    margin-bottom: .55rem;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
}

.works_item:nth-child(4n) {
    margin-right: 0;

}

.works_wrap {
    width: 90%;
    margin: 0 auto;
    padding: .5rem 0;
}

.works_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .25rem;
}


.page_wrap {
    margin: .3rem 0;
}

.page_wrap ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_wrap ul li {
    margin: 0 .1rem;
}

.page_wrap ul li a {
    width: .6rem;
    height: .6rem;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.page_wrap ul li a {
    color: #666666;
    transition: all .3s;
}

.page_wrap ul li a.active {
    background-color: #be1b20;
    color: #ffffff;
    transition: all .3s;
}

.page_wrap ul li a img.active {
    display: none;
}

.page_wrap ul li a:hover {
    background-color: #be1b20;
    color: #ffffff;
    transition: all .3s;
}

.page_wrap ul li a:hover img {
    display: none;
}

.page_wrap ul li a:hover img.active {
    display: block;
    transition: all .3s;
}

.page_next {
    background-color: rgba(0, 0, 0, 0.2);
}

.wd_list {
    margin-top: .2rem;
}

.wd_list .s16 {
    font-family: SourceHanSansSC-Regular;

    color: #999999;
    margin-right: .25rem;
}

.wd_a .s36 {
    font-family: SourceHanSansSC-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.wd_wrap {
    display: flex;
}

.wd_left {
    width: 66.6666666%;
}

.wd_right {
    flex: 1;
}

.wd_b {
    font-family: SourceHanSansSC-Regular;

    color: #999999;
}

.wdl_top,
.wdr_top {
    display: flex;
    align-items: center;
    padding-left: 7%;
    padding-right: 5%;
    height: 1.5rem;

}

.wdlt_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.wdls_img {
    width: 100%;

    /* padding-bottom: 66.71%; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wdls_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdls_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdl_s1 {
    position: relative;

}

.wdl_s1 .wdl_prev,
.wdl_s1 .wdl_next {
    top: 35%;
}

.wdl_s2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 2;
    padding: .2rem 0;
}

.wdls2_wrap {
    width: 72.5%;
    margin: 0 auto;
    position: relative;
}

.wdl_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.wda_prev {
    left: 0;
}

.wda_next {
    right: 0;
}

.wdl_btn img.active {
    display: none;
}

.wdl_btn:hover img {
    display: none;

}

.wdl_btn:hover img.active {
    display: block;

}

.wdl_s2_item.swiper-container {
    width: 90%;
    margin: 0 auto;
}

.wdl_s2_item.swiper-container .swiper-slide {
    width: 1.5rem;
    margin: 0 .09rem;
    cursor: pointer;
}

.wdl_s2_item .swiper-slide-thumb-active {
    border: solid 2px #ffffff;
}


.wdr_top {
    background-color: #f5f5f5;
}

.wdr_top img {
    width: .90rem;
    height: .90rem;
    margin-right: .15rem;
    transition: all .3s;
}

.wdr_top img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.wdr_top .s30 {
    font-family: SourceHanSansCN-Medium;

    color: #333333;
}

.wdr_down {
    background-color: #fff;
    height: 8.47rem;

    overflow-y: auto;
}

.wdr_down {
    padding: .45rem;
}

.wdr_act p {
    font-family: SourceHanSansSC-Light;
    line-height: 2;
    color: #000;
    /* opacity: 0.5; */
}

.wdl_s1_item.swiper-container {
    width: 100%;
}

.wdl_s1_item.swiper-container .swiper-slide {
    width: 100% !important;
}

.wdl_link {
    margin-top: .5rem;
    display: flex;
    width: 1.80rem;
    height: .60rem;
    border: solid 1px #ffffff;
    font-family: SourceHanSansCN-Regular;
    /* opacity: .5; */
    justify-content: center;
    align-items: center;
    color: #999999;
    background-color: #fff;

}

.wdl_link:hover {
    background-color: #be1b20;
    color: #fff;
}

.team_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team_per {
    display: flex;
    width: 48.8%;
    margin-bottom: .6rem;
}

.tp_right {
    background-color: #fff;
    padding: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team_wrap {
    background-color: #f5f5f5;
}

.tpr_up .s36 {
    font-family: SourceHanSansCN-Medium;

    color: #333333;
}

.tpr_up .s20 {
    font-family: SourceHanSansCN-Regular;

    color: #333333;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.tpr_up .s16 {
    font-family: SourceHanSansCN-Light;
    line-height: 1.6;
    color: #999999;
}

.tpl_img img.active {
    display: none;

}

.tp_link {
    display: flex;
    align-items: center;
}

.tp_link .s16 {
    font-family: SourceHanSansCN-Light;
    color: #333333;
    margin-right: .1rem;
}

.tp_lfet,
.tp_right {
    width: 50%;
}

.team_per:hover .tp_link .s16 {
    color: #be1b20;

}

.tpl_img img {
    width: .41rem;
}

.team_per:hover .tp_link img {
    display: none;
}

.team_per:hover .tp_link img.active {
    display: block;
}

.so_details_banner {
    position: relative;
}

.sob_act {
    position: absolute;
    left: 10%;
    bottom: 8%;
}

.sob_act .s72 {
    font-family: SourceHanSansCN-Bold;
    color: #ffffff;
    margin-bottom: .15rem;
}

.sob_act .s24 {
    font-family: SourceHanSansCN-Light;
    color: #ffffff;
}

.so_wrap {
    width: 80%;
    margin: 0 auto;
    padding: .7rem 0;
}

.so_line {
    flex: 1;
    height: 1px;
    background-color: #eeeeee;
}

.so_tit {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.so_tit .s24 {
    font-family: SourceHanSansCN-Bold;

    color: #333333;
}

.so_tit .s18 {
    font-family: Poppins-Light;
    color: #cccccc;
    margin: 0 5px;
    align-self: flex-end;
}

.so_container p {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    line-height: 1.6;
}

.so_item {
    margin-bottom: .75rem;
}

.so_j_list {
    display: flex;
    align-items: center;
}

.soj_item {
    width: 25%;
    text-align: center;

}

.soj_img {
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .15rem;
}

.soj_img img {
    max-height: 100%;
    max-width: 80%;
    transition: all .3s;
}

.soj_item:hover .soj_img img {
    transform: scale(1.1);
    transition: all .3s;

}

.soj_act .s16 {
    font-family: SourceHanSansCN-Regular;

    color: #999999;
    margin-bottom: .15rem;
}

.soj_act .s24 {
    font-family: SourceHanSansCN-Regular;

    color: #333333;
}

.so_item .works_list .works_item {
    width: 32%;
    margin-right: .25rem;
}

.so_item .works_list .works_item:nth-child(3n) {
    margin-right: 0;
}

.so_item .more_d {
    margin: .35rem auto;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
}

.service_item {
    display: block;
    width: 30.5%;
    margin-right: .7rem;
    margin-bottom: .6rem;
    overflow: hidden;
}

.service_item:hover .si_act .s30 {
    color: #BE1B20;
}

.service_item:hover .si_img img {
    transform: scale(1.1);
    transition: all .3s;
}

.service_item:nth-child(3n) {
    margin-right: 0;
}

.service_item {
    background-color: #f5f5f5;
}

.si_img img {
    width: 100%;
    transition: all .3s;
}

.si_img {
    position: relative;
}

.se_num {
    width: 1rem;
    height: 1rem;

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    right: 10%;
    transform: translateY(50%);
}

.si_act {
    padding: .35rem;
}

.si_act .s30 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin-bottom: .35rem;
}

.si_act .s16 {
    font-family: SourceHanSansCN-Light;
    line-height: 1.6;
    color: #666666;
}

.ds_wrap {
    display: flex;
}

.dy_right {
    padding: 1rem;
    background-color: #f5f5f5;
}

.dy_right {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.dy_act {
    margin-bottom: .35rem;
}

.dy_act p {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    line-height: 1.6;
}

.dy_dt {
    margin-bottom: .2rem;
}

.dy_dt .s16 {
    font-family: D-DIN;
    color: #999999;
}

.dy_dt .s30 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin-top: .15rem;
}

.dy_swiper .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #000000;
    opacity: 0.3;
    border-radius: 0;
}

.dy_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #be1b20;
    opacity: 1;
}

.dy_swiper .swiper-pagination.dy_pg {
    bottom: 1rem;
    text-align: right;
    padding-right: 1rem;
}


.dy_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds_wrap:hover .tp_link .s16 {
    color: #be1b20;
}

.ds_wrap:hover .tpl_img img {
    display: none;
}

.ds_wrap:hover .tpl_img img.active {
    display: block;
}

.dynamic_s {
    padding: 0 0 .5rem;
}


.dyl_act {
    margin-top: .25rem;
}

.dyl_act p {
    font-family: SourceHanSansSC-Light;
    color: #999999;
    line-height: 1.6;
}

.dynamic_s .hnl_act .s16 {
    margin-bottom: .1rem;
}

.dynamic_s .hn_list {
    flex-wrap: wrap;
    margin-top: .45rem;
}

.dynamic_s .hnl_item {
    width: 31%;
    margin-right: .55rem;
}

.dynamic_s .hnl_item:nth-child(3n) {
    margin-right: 0;
}

.dy_de {
    display: flex;
}

.dy_de .dyde_left {
    width: 27.08%;
    background-color: #f5f5f5;
    padding: 1rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dy_de .dyde_right {
    flex: 1;
    padding: 1rem 5%;
}

.dyde_link {
    display: block;
    margin-bottom: .5rem;
}

.dyde_link:hover .dye_act .s24 {
    color: #BE1B20;
}

.dye_d img.active {
    display: none;
}

.dye_d {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

.dye_act {
    margin: .4rem 0;
}

.dye_act .s16 {
    font-family: D-DIN;

    color: #999999;
}

.dye_act .s24 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.4;
    margin-top: .15rem;
}

.dyde_link:hover .dye_d {
    border-color: #BE1B20;
}

.dyde_link:hover .dye_d img {
    display: none;
}

.dyde_link:hover .dye_d img.active {
    display: block;
}

.dyr_down {
    display: flex;
    justify-content: space-between;
}

.dyrl_right {
    display: flex;
    align-items: center;
    padding: .1rem .2rem;

}

.dyrl_right:hover {
    background-color: #BE1B20;

}

.dyrl_right:hover .s18 {
    color: #fff;
}

.dyrl_right:hover img.active {
    display: block;
}

.dyrl_right:hover img {
    display: none;
}


.dyrl_right img.active {
    display: none;
}



.dyr_up .s36 {
    font-family: SourceHanSansSC-Bold;
    color: #333333;
    margin-bottom: .4rem;
}

.dyr_up {
    padding-bottom: 10px;
    border-bottom: dotted 1px #cccccc;
}

.dyrd_left .s18 {
    margin-right: .5rem;
    font-family: SourceHanSansSC-Regular;
    color: #999999;
}

.dyrl_right .s18 {
    font-family: SourceHanSansSC-Regular;
    color: #999999;
    margin-right: 5px;
}
.dyr_con {
        font-family: SourceHanSansSC-Light;
    color: #666666;
    line-height: 1.6;
}
.dyr_con p {
    font-family: SourceHanSansSC-Light;
    color: #666666;
    line-height: 1.6;
}

.dyr_con img {
    display: block;
    margin: 0 auto;
}

.dyr_con {
    padding: .3rem 0;
}

.contact_a {
    display: flex;
    /* width: 90%; */
    margin: 0 auto;
    padding: 1rem 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.ca_item {
    margin-top: .3rem;
}

.ca_item .s18 {
    font-family: SourceHanSansSC-Regular;
    color: #999999;
}

.ca_item .s20 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    margin-top: .1rem;
    line-height: 1.4;
}

.ca_left {
    width: 50%;
}

.ca_right {
    padding-left: 5%;
}

.ca_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cantact_line {
    width: 2rem;
    height: .60rem;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cantact_line:hover {
    background-color: #BE1B20;
}

.cantact_line .s16 {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    margin-right: 10px;
}

.contact_b {
    background-color: #f5f5f5;
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
}

.cb_tit p {
    font-family: SourceHanSansCN-Regular;

    color: #333333;
    margin-bottom: .1rem;
}

.cb_n1 {
    display: flex;
    margin-bottom: .4rem;
}

.cb_iwrap .s16 {
    font-family: SourceHanSansCN-Regular;

    color: #999999;
    line-height: 1.8;
    margin-bottom: .2rem;
}

.cb_iwrap {
    width: 3.61rem;
    border-bottom: 1px solid #999999;
    margin-right: .3rem;

}

.cb_iwrap:last-child {
    margin-right: 0;
}

.cb_iwrap input {
    background-color: transparent;
    width: 100%;
    color: 16px;
    height: .6rem;
}

.cb_iwrap.cb_l_inp {
    width: 7.61rem;
}

.cb_iwrap.cb_last {
    width: 100%;
}

.cb_right form button {
    width: 2rem;
    height: .60rem;
    background-color: #BE1B20;
    border: none;
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    transition: all .3s;
    cursor: pointer;
}

.cb_right form button:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.cb_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact_c {
    margin: 0 auto;
    padding: 1rem 5%;
}

.contact_c .case_select {
    justify-content: flex-start;
}

.cc_wrap {
    display: flex;
    align-items: flex-end;
    display: none;

}

.cc_wrap:nth-child(1) {
    display: flex;
}

.ccw_right {
    width: 6rem;
}

.ccw_left {
    flex: 1;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #f5f5f5;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ccwl_up {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: .4rem;
    border-bottom: 1px solid #cccccc;
    flex-wrap: wrap;
}

.ccwl_up .s36 {
    font-family: SourceHanSansCN-Medium;

    color: #333333;
}

.ccwl_left {
    display: flex;
    flex-wrap: wrap;
}

.ccwl_left p {
    font-family: SourceHanSansCN-Regular;

    color: #333333;
}

.ccwl_left span {
    width: 1px;
    height: 14px;
    background-color: #333333;
    margin: 0 .5rem;
}

.ccwl_down {
    padding-top: .35rem;
}

.ccwl_down p {
    font-family: SourceHanSansSC-Light;
    line-height: 1.8;
    color: #333333;
}

.case_select .cc_select {
    min-width: 1.6rem;
    width: auto;
}

.contact_c .case_select {
    flex-wrap: wrap;
}

@media(max-width:1000px) {
    .hs_more .s48 {
        font-size: 18px;
    }

    .hs_more .s30 {
        font-size: 16px;
    }

    .ccwl_left p,
    .ccwl_left span {
        margin: .25rem 0;
    }

    .ccwl_left span {
        margin: .25rem .5rem;
    }

    .dynamic_s .hnl_item {
        margin-right: .45rem;
    }

    .service_item {
        margin-right: .5rem;
    }

    .works_item {
        width: 23.5%;
    }

    .wd_wrap {
        flex-wrap: wrap;
    }

    .wd_left,
    .wd_right {
        width: 100%;
    }

    .wdls2_wrap {
        width: 90%;
    }
}

@media(max-width:850px) {
    .ba_container {
        flex-wrap: wrap;
    }

    .bac_left {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bac_item {
        width: 23%;
    }

    .bac_left,
    .bac_center,
    .bac_right {
        width: 100%;
    }

    .bac_center {
        margin: .3rem 0;
    }
}



.h_s {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 3px;
    display: none;
}

.h_s:hover {
    background-color: #be1b20;
}

.as_list {
    /* transform: scaleY(0); */
    transform-origin: left top;
    transition: all .3s;
}

.as_list.active {
    transform: scaleY(1);
    transition: all .3s;
}

@media(max-width:800px) {
    .h_s {
        width: 40px;
        height: 40px;
    }

    .wdr_down {
        height: auto;
    }

    .dynamic_s .hnl_item {
        width: 100%;
        margin-right: 0;
    }

    .ds_wrap,
    .contact_b,
    .cb_n1,
    .cc_wrap {
        flex-wrap: wrap;
    }

    .dy_left,
    .dy_right,
    .cb_left,
    .cb_right,
    .cb_iwrap,
    .ccw_left,
    .ccw_right {
        width: 100%;
    }

    .cb_iwrap {
        margin-bottom: .35rem;
    }

    .cb_right {
        margin-top: .5rem;
    }

    .dy_act {
        margin: .4rem 0;
    }

    .works_item {
        width: 100%;
        margin-right: 0;
    }

    .so_item .works_list .works_item {
        width: 100%;
        margin-right: 0;
    }
}

@media(max-width:700px) {
    .layui-layer.layer-show {
        width: 95% !important;
        /* z-index: 99999999999999; */
    }

    .dyr_down,
    .contact_a {
        flex-wrap: wrap;
    }

    .dyrd_left {
        margin-bottom: .35rem;
    }

    .dy_de {
        flex-direction: column-reverse;
    }

    .ca_left {
        margin-bottom: .45rem;
    }

    .ca_item {
        margin-bottom: .2rem;
    }

    .service_item,
    .ca_left,
    .ca_right {
        width: 100%;
        margin-right: 0;
    }

    .ca_left {
        /* height: 8rem; */
    }

    .so_j_list {
        flex-wrap: wrap;
    }

    .soj_item,
    .dy_de .dyde_left,
    .dyde_right {
        width: 100%;
        margin-bottom: .5rem;
    }

    .team_per {
        width: 100%;
    }

    .bc_swiper.swiper-container .swiper-slide {
        width: 100%;
        margin: 0;
    }

    .dq_wrap {
        width: 90%;
    }

    .bac_item {
        width: 48%;
    }

    .dq_img img {
        max-width: 3rem;
    }

    .desk {
        width: 90%;
    }
}




/*===留言↓==*/
.comments .title {
    float: left;
    width: 100%;
    text-align: left;
    margin: 50px 0 35px;
    color: #666;
    font-size: 30px;
}



.comments .title b {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

.comments .title span {
    display: block;
    border: 2px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: .4em auto 0em;
    position: relative;
}



.comments .contact-form input {
    float: left;
    width: 48%;
    margin-right: 3%
}

.comments .contact-form input:nth-child(even) {
    float: right;
    width: 48%;
}

.comments .contact-form input {
    outline: none;
    border-bottom: 1px solid #999;
    background: none;
    margin: 20px 0 0 0;
    color: #777;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.comments .contact-form textarea {
    outline: none;
    float: left;
    margin: 20px 0 0 0;
    background: none;
    height: 110px;
    width: 100%;
    border-bottom: 1px solid #999;
    color: #777;
    font-size: 15px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.comments .contact-form button {
    float: left;
    display: block;
    cursor: pointer;
    background: #666;
    font-size: 17px;
    border: none;
    margin: 14px auto;
    color: #fff;
    padding: 7px 30px;
}

.comments .contact-form button:hover {
    background: #9a6834
}

.comments .title {
    float: left;
    width: 100%;
    text-align: left;
    margin: 50px 0 35px;
    color: #666;
    font-size: 30px;
    /* font-family: 'Gabriela', serif;*/
}

.comments .contact-form .yzm {
    display: none;
    width: 205px;
    margin-right: 20px;
}

.comments .contact-form .yzm input.input-verifycode {
    width: 120px;
    float: right;
    margin: 10px 0px 0px 0px;
}

.comments .contact-form .yzm img {
    float: left;
    margin: 20px 0 0 0;
}

#layui-layer1 .service_layer {
    display: block;
}

.service_layer {
    display: none;
}

.service_layer .comments {
    padding: 0 50px;
}

.top_btn {
    display: none;
}

#ip-left,
#ip-right {
    display: none !important;
}


.case_m_list {
    width: 88%;
    margin: 0 auto;
    padding: .35rem 0;
    display: none;
}


@media(max-width:800px) {
    .case_con {
        display: none;
    }


    .case_m_list {
        display: block;
    }


    .case_m_list .case_item {
        margin-bottom: .25rem;
    }
}

.hanv_h_m {
    display: none;
}

@media(max-width:1000px) {
    .hanv_h_m {
        display: block;
        margin-top: 20px;
    }

    .nh_item {
        padding-left: 20px;
        display: flex;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .nh_img {
        width: 16px;
    }

    .hn_act {
        margin-left: 5px;
    }

    .hn_act .s24 {
        color: #666;
        font-size: 13px;
        margin-bottom: 3px;
    }

    .hn_act .s16 {

        color: #999;
        font-size: 14px;
    }
}


.list_container {
    display: none;
}

.list_container:nth-child(1) {
    display: block;
}

.wdls_img {
    height: 8.4rem;

}

.wdls_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdls_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wdl_s2_item.swiper-container .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width:800px) {
    .wdl_top {
        height: auto;
        padding: .25rem .25rem;
    }

    .wdls_img {
        height: 5.8rem;

    }
}



/* ========== */
/* = SEIKO = */
/* ========== */
/* .seiko-point{ padding-bottom: 50px; background-image:url(../images/technology_bg.jpg); background-size: cover;} */
.b-shadow{
	-o-box-shadow:0 0 25px rgba(0,0,0,.08); 
	-ms-box-shadow:0 0 25px rgba(0,0,0,.08);
	-moz-box-shadow:0 0 25px rgba(0,0,0,.08);
	-webkit-box-shadow:0 0 25px rgba(0,0,0,.08);
	box-shadow:0 0 25px rgba(0,0,0,.08);
}

.seiko-point ul{ margin: 0 -15px;}
.seiko-point li{  margin-top: 50px; float: left; width: 33.333333333%; padding: 0 15px;}
.seiko-point li .item{ background: #FFFFFF; padding: 40px 5px 40px 15px; position: relative;}
.seiko-point li .item:before{ content: ""; position: absolute; top:0; left:0; width:0; height: 2px; background: #BE1B20; -webkit-transition: all ease .4s; -moz-transition: all ease .4s;  -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s;}
.seiko-point li .item:after{ content: ""; position: absolute; bottom:0; left:0; width:100%; height: 2px; background: #dbdbdb;  -webkit-transition: all ease .4s; -moz-transition: all ease .4s;  -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s;}
.seiko-point li .item .img{ float: left; position: relative; display: inline-block;width: 50px;height: 50px;margin-left: 22px;}
.seiko-point li .item .img .default{ position: absolute; top:0; left:0;}
.seiko-point li .item .img .hover{ transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg);opacity: 0; }
.seiko-point li .item .text{ margin-left:102px;}
.seiko-point li .item .text span{ display: block; font-size: 20px; color: #333333;}
.seiko-point li .item .text p{ margin-top: 12px; color: #bbbbbb; font-size: 12px; text-transform: uppercase;}
.seiko-point li:hover .item .img .default{ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); opacity: 0;}
.seiko-point li:hover .item .img .hover{ transform: rotateY(0deg); -webkit-transform: rotateY(0deg);  opacity: 1;}
.seiko-point li:hover .item:before{ width: 100%;}
.seiko-point li:hover .item:after{ width: 0;}

.seiko-quality{ padding:44px 0;}
.seiko-quality ul{ margin-top: 35px; border-top:1px solid #EEEEEE; border-left: 1px solid #EEEEEE;}
.seiko-quality li{ float: left; width: 25%; text-align: center; border: 1px solid #eeeeee; height: 210px; border-top: none; border-left: none; padding: 35px 5px 25px;}
.seiko-quality li span{ display: inline-block; border-radius: 50%; background: #d7d7d7;}
.seiko-quality li h2{ margin-top: 25px; font-size: 18px; color: #333333;}
.seiko-quality li p{ margin-top: 10px; font-size: 12px; color: #bbbbbb; text-transform: uppercase;}
.seiko-quality li:hover{ -o-box-shadow:0 0 35px rgba(0,0,0,.08); -ms-box-shadow:0 0 35px rgba(0,0,0,.08);-moz-box-shadow:0 0 35px rgba(0,0,0,.08);-webkit-box-shadow:0 0 35px rgba(0,0,0,.08);box-shadow:0 0 35px rgba(0,0,0,.08);}
.seiko-quality li:hover span{ background: #BE1B20;}
.seiko-quality li:hover h2{ color: #BE1B20;}


.seiko-technology-tit{ text-align: center;}
.seiko-technology-tit{ padding-bottom: 25px; position: relative;}
.seiko-technology-tit:after{ content: ""; position:absolute; bottom:0; left:50%; margin-left: -170px; width: 340px; height: 1px; background: #EEEEEE;}
.seiko-technology-tit span{position: relative; display:inline-block; vertical-align: middle; font-size: 30px; color: #333333; letter-spacing:4px;} 
.seiko-technology-tit p{ margin-top: 15px; letter-spacing: 2px;}

 
/* .seiko-patent{ padding: 110px 0 100px; background-image: url(../images/whole_house_bg.jpg); background-size:cover;} */
/* .seiko-patent .seiko-technology-tit span{ background: url(../images/patent_ico.png) no-repeat left; padding-left: 45px;} */
.seiko-patent .ny-more2{ margin-top:85px; background: #0a2444;}
.seiko-patent .content{ margin-top: 65px;}
.seiko-patent .left{ float: left; width: 30.5%;}
.seiko-patent .left .item{ height: 154px; padding-top:15px; }
.seiko-patent .left .item div{ padding-bottom:15px; font-size: 16px; line-height: 30px; color: #bb9570; font-weight: bold; text-transform: uppercase; position: relative;}
.seiko-patent .left .item div:after{ content: ""; position: absolute; bottom:0; left:0; width: 12px; height: 2px; background: #0a2444;}
.seiko-patent .left .item p{ margin-top: 20px; color: #999999; letter-spacing: 3px;}
.seiko-patent .center{ float: left; padding: 0 10px; width: 51%;}
.seiko-patent .right{ float: right; width: 18.5%; position: relative;}
.seiko-patent .right img{ float:right;}
.seiko-patent .right a{ position: absolute; bottom:-60px; left:-100px; background: #2b3a56; display: inline-block; width: 185px; height: 80px; line-height: 80px; text-transform: uppercase; color: #FFFFFF; text-decoration: underline !important; text-align: center;}
/* .seiko-patent .right a span{ display: inline-block; background: url(../images/ico_jt.png) no-repeat right; padding-right: 40px;} */


.seiko-technology{ padding: 11px 0 25px; }
.seiko-technology  .des{ margin-top: 20px; text-align: center; line-height: 30px;}
.seiko-technology  .tab li{ margin-top: 45px; float: left; width:20%; padding:10px 5px 20px; text-align: center; position: relative; cursor:pointer; border-bottom: 2px solid #FFFFFF;}
.seiko-technology  .tab li:after{ content: ""; position: absolute; top:0; right:0; width: 1px; height: 100%; background: #e5e5e5;}
.seiko-technology  .tab li:last-child:after{ display: none;}
.seiko-technology  .tab li:before{ display: none;  content: ""; position: absolute; bottom:-15px; left:50%; margin-left: -5px; border-style:solid dashed dashed dashed;  border-color:#BE1B20 transparent transparent  transparent;  border-width: 7px;}
.seiko-technology  .tab li .img { position: relative; display: inline-block;}
.seiko-technology  .tab li .img .default{ position: absolute; top:0; left:0;}
.seiko-technology  .tab li .img .hover{ transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg);opacity: 0; }
.seiko-technology  .tab li p{ margin-top:10px; letter-spacing:2px;}
.seiko-technology  .tab li.active{ border-bottom: 2px solid #BE1B20; -o-box-shadow:0 0 25px rgba(0,0,0,.08); -ms-box-shadow:0 0 25px rgba(0,0,0,.08); -moz-box-shadow:0 0 25px rgba(0,0,0,.08); -webkit-box-shadow:0 0 25px rgba(0,0,0,.08); box-shadow:0 0 25px rgba(0,0,0,.08);}
.seiko-technology  .tab li:hover .img .default,
.seiko-technology  .tab li.active .img .default{ transform: rotateY(180deg); -webkit-transform: rotateY(180deg);opacity: 0;}
.seiko-technology  .tab li:hover .img .hover,
.seiko-technology  .tab li.active .img .hover{ transform: rotateY(0deg); -webkit-transform: rotateY(0deg);opacity: 1;}
.seiko-technology  .tab li.active:before{ display: block;}
.seiko-technology  .tab li:hover p,
.seiko-technology  .tab li.active p{ color: #BE1B20; }

.seiko-technology  .js-tab-box{ margin-top:45px;  padding: 1px 20px 2px; background-image: url(technology_bg.jpg); background-size: cover;}
.seiko-technology  .js-tab-con{ height:0; overflow: hidden;}
.seiko-technology  .js-tab-con.active{ height: auto;}
.seiko-technology  .js-tab-con .tit{ text-align: center; }8
.seiko-technology  .js-tab-con .tit span{ display: block; font-size: 24px; color: #333333; letter-spacing:3px;}
.seiko-technology  .js-tab-con .tit p{ margin-top: 15px; font-size: 12px; color: #bbbbbb; text-transform: uppercase;}
.seiko-technology .slick{ padding:0 45px;}
.seiko-technology .slick-prev{ left:0;}
.seiko-technology .slick-next{ right:0;}
.seiko-technology .slick-slide{ padding:9px 8px;}
.seiko-technology .slick-slide .item{ background:#FFFFFF; -o-box-shadow:0 0 15px rgba(0,0,0,.08); -ms-box-shadow:0 0 15px rgba(0,0,0,.08);-moz-box-shadow:0 0 15px rgba(0,0,0,.08);-webkit-box-shadow:0 0 15px rgba(0,0,0,.08);box-shadow:0 0 15px rgba(0,0,0,.08);}
.seiko-technology .slick-slide .item img{ width: 100%;}
.seiko-technology .slick-slide .text{ padding: 20px 20px 1px;}
.seiko-technology .slick-slide .text span{     display: block;
    padding-left: 20px;
    text-align: center;
    position: relative;
    color: #333333;
    font-size: 16px;
    /* line-height: 9px; */
    min-height: 31px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.seiko-technology .slick-slide .text span:before{ content:""; }

.ny-tit{ position: relative; font-size: 24px; letter-spacing: 3px; padding-bottom: 20px; color: #333333; text-align: center;margin-top: 50px;}
.ny-tit:after{ content: ""; position: absolute; bottom:0; left:50%; width: 40px; height: 2px; margin-left: -20px; background: #BE1B20;}
.clear{clear:both;}

@media (max-width:999px) {
	
	/* ========== */
	/* = SEIKO = */
	/* ========== */
	.seiko-point{ padding-bottom:40px;}
	.seiko-point li{ margin-top:40px; width:100%;}
	.seiko-point li .item .img{  width: 40px;}
	.seiko-point li .item .text{ margin-left:50px;}
	.seiko-point li .item .text span{ font-size:16px;}
	.seiko-point li .item .text p{ margin-top:5px;}
	
	.seiko-patent .seiko-technology-tit span{ font-size: 20px;}

	.seiko-quality{ padding:40px 0;}
	.seiko-quality li{ width:50%; height:170px; padding-top: 25px;}
	.seiko-quality li span{ width: 40px;}
	.seiko-quality li h2{ margin-top:15px; font-size: 13px;}
	.seiko-quality li p{ font-size: 10px;}
	 
	.seiko-patent{ padding: 40px 0;}
	.seiko-patent .seiko-technology-tit span{ padding-left: 0; background: none;}
	.seiko-patent .ny-more2{ margin-top:85px; background: #0a2444;}
	.seiko-patent .content{ margin-top:40px;}
	.seiko-patent .content img{ width: 100%;}
	.seiko-patent .left{ width: 100%; }
	.seiko-patent .center{ margin-top: 20px; width: 100%; padding: 0;}
	.seiko-patent .right{ margin-top: 20px; width: 100%;}
	.seiko-patent .right div{ width: 50%; float: left;}
	.seiko-patent .right .tit img{ float: left; max-width:35%; padding-top: 10px;}
	.seiko-patent .right a{ bottom:0; left:0; height: 50px; line-height: 50px;}

	.seiko-technology{ padding:40px 0 25px;}
	.seiko-technology .tab li{ margin-top: 30px; padding: 10px 0;}
	.seiko-technology .tab li .img { width:40px;}
	.seiko-technology .tab li p{  display: none;}
	
	.seiko-technology .js-tab-box{ margin-top:40px; padding: 20px 10px 30px;}
	.seiko-technology .slick{ padding: 0;}
	.seiko-technology .slick-dots{ bottom:0;}
	.seiko-technology .slick-slide{ padding:30px 8px 50px;}
	.seiko-technology .slick-slide .text{ padding:15px 10px;}
	.seiko-technology .slick-slide .text span{ font-size: 13px; line-height:22px;}
	.seiko-technology .slick-slide .text span:before{ display:none;}
	.seiko-technology .slick-slide .text p{ font-size: 11px; line-height: 18px;}
	
	


}
