@charset "utf-8";
@font-face {
  font-family: 'iconfont';  /* project id 2046812 */
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff2') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale; }

body { font:14px "microsoft Yahei","Arial",sans-serif; color: #333; background: #fff; word-wrap:break-word; -webkit-tap-highlight-color:rgba(0,0,0,0); overflow-x: hidden}
body,form,input,p,ol,ul,li,h1,h2,h3,h4,h5,h6,table,th,td,dl,dt,dd{padding:0;margin:0;}
img{border:0; vertical-align: middle;}
ul,li{list-style:none;}
dl,dt,dd{display: block;}
a{text-decoration:none; transition: 0.4s; -webkit-transition: 0.4s; outline: none;}
input,textarea{ box-sizing: border-box;  border: 0; background:none; font:14px "microsoft Yahei","Arial",sans-serif; width: 100%; }
input[type="button"], input[type="submit"], input[type="text"] {-webkit-appearance: none; outline: none; }
h2{font-weight:400;}
i{ font-style:normal;}
b{ font-weight:normal;}

/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999; opacity: 1}
input:-moz-placeholder, textarea:-moz-placeholder {color: #999; opacity: 1}
input::-moz-placeholder, textarea::-moz-placeholder {color: #999; opacity: 1}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999; opacity: 1}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before { content: ''; display: table }
.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after { content: ''; display: table; clear: both }
.cf, .header, .main, .footer, .wrap { *zoom: 1 }

.contact_us_con{ padding:50px; font-size:16px; line-height:2; color:#333;}

/*图片放大*/
@media screen and (max-width: 2000px) and (min-width: 1200px){
	.tr_sc{ overflow:hidden; display:block;}
	.tr_sc img{transition:0.3s all;}
	.tr_sc:hover img{transform:scale(1.1,1.1);}
}

/*其他公用*/
.img{ line-height:0;}
.img-responsive{display:block;max-width:100%;height:auto}
.img img{ width:100%;}
.in_wrap{width: 1280px; margin: 0 auto;}
.wrap{width:1280px; margin: 0 auto;}
.ty_title{ text-align:center;}
.ty_title h1{ font-size:40px; font-weight:300;}
.ty_title .zy{ font-size:16px; color:#666; padding:0 300px; padding-top:20px; display:block;}
.ty_more{ text-align:center;}
.ty_more a{ color:#fff; display: inline-block; border:1px solid #fff; border-radius:3px; padding:10px 90px;}
.ty_more a:hover{ color:#007ec3; background:#fff;}
.ty_more_hei a{ color:#333; border:1px solid #bfbfbf;}
.ty_more_hei a:hover{ color:#fff; background:#007ec3; border:1px solid #007ec3;}
.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;}

/*公用头尾*/
.header{ position:fixed; left:0; top:0; width:100%; height: 80px; z-index:1000000; /*box-shadow:0 0 4px rgba(0,0,0,0.1);*/}
.in_main{ margin-top:0px;}
.main{ margin-top:0px;}

.header-bg {background: #fff;box-shadow:0 0 4px rgba(0,0,0,0.1);}
.header-bg:after {opacity: 1}
.header-bg-top {background: #fff;box-shadow:0 0 4px rgba(0,0,0,0.1);}
.header-bg-top:after {opacity: 1}

.header .daoh{padding:0; position:relative;  width:100%; /*box-shadow:0 0 4px rgba(0,0,0,0.1); box-sizing:border-box;*/}
.header .daoh .dwrap{ width:1280px; margin:0 auto;}
.header .daoh .logo{ float:left; padding-top:18px;}
.header .daoh .logo a{ display: block; line-height:0; width:200px;}
.header .daoh .logo a img{ width:162px;}
.header .daoh .daoh_r{ float: right;}

.header .daoh .show-searchbox {float:left;margin-left:10px;position:relative; margin-top:20px;}
.header .daoh .show-searchbox a {width: 40px;height:40px;display: block;text-align: center;line-height:40px;}
.header .daoh .show-searchbox a i {font-size:16px;color:#333; font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .toggle-searchbox {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    opacity: 0;
    padding: 40px 0;
    visibility: hidden;
    background: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .toggle-searchbox.show {visibility:visible;opacity: 1;z-index: 2;top:81px;}
.header .toggle-searchbox .searchform-all {position: relative;width: 100%; display: flex;justify-content: center;}
.header .toggle-searchbox .searchform-all .sb1 {width: 500px;}
.header .toggle-searchbox .searchform-all .sb1 input{line-height:50px; width:100%; outline: none; text-indent:15px;border: 1px solid #ccc;height:50px; border-radius:10px 0 0 10px;}
.header .toggle-searchbox .searchform-all .btn {width:100px;}
.header .toggle-searchbox .searchform-all .btn a {display:block; width:100%; text-align:center; font-size:16px;color:#fff;background:#d1000f; line-height:50px; height:50px;cursor: pointer; border-radius:0 10px 10px 0;}

.header .daoh .en {float:left;margin-left:10px;position:relative; margin-top:20px;}
.header .daoh .en a{width: 40px;height: 50px;display: block;text-align:right;line-height: 50px; font-size:18px; color:#d1000f;}
.header .daoh .language {display: inline-block;margin-left: 10px;margin-top:20px;position: relative;}
.header .daoh .language .language-btn {position: relative;text-decoration: none;width: 85px;line-height: 40px;color: #333;text-align: left;-webkit-transition: .5s;transition: .5s;}
.header .daoh .language .language-btn i {margin-right: 5px;}
.header .daoh .language .language-btn i :last-child {margin-right: 0;}
.header .daoh .language .language-btn i::before {font-size: 14px;}
.header .daoh .language .language-btn:hover {color: #d1000f;}
.header .daoh .language .language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 0px;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d1000f;
}
.header .daoh .language .language-dropdown.open {visibility: visible;opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.header .daoh .language .language-dropdown li {position: relative;z-index: -1;}
.header .daoh .language .language-dropdown li a {display: block;position: relative;padding: 10px 10px;color: #333;text-decoration: none;}
.header .daoh .language .language-dropdown li a:hover {color: #d1000f;}
.header .daoh .language .language-dropdown li :last-child a {border-bottom: none;}

.header .daoh .main-menu{ float:left; margin-left: 40px;}
.header .daoh .main-menu ul li {display: inline-block;float:left; margin-right: 45px; line-height:80px;text-align: center;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header .daoh .main-menu ul li a {color: #000;font-size:16px;}
.header .daoh .main-menu ul li.has-sub.right-view ul {right:0;left: auto;}
.header .daoh .main-menu ul li:hover > a,
.header .daoh .main-menu ul li a.active{color: #d1000f; }
.header .daoh .main-menu ul li .aone{position:relative; display:block;}
.header .daoh .main-menu ul li .aone:before{content:''; position:absolute;background-color:#d1000f;width:0;height:2px;left:0;bottom:0;transition: 0.4s; -webkit-transition: 0.4s;}
.header .daoh .main-menu ul li .aone:hover:before{width:100%;}
.header .daoh .main-menu ul li:hover .aone:before{width:100%;}
.header .daoh .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top:100%;
  line-height:40px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  width:100%;
  text-align:center;
}
.header .daoh .main-menu ul li ul.sub-menu {
  position: absolute;
  width:100%;
  background: #f5f5f5; padding:20px 0;
  z-index: 2;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header .daoh .main-menu ul li:hover ul.aboutus{ text-align: left;}
.header .daoh .main-menu ul li ul.sub-menu li{width:auto;display:inline-block;vertical-align: middle; list-style:none; float:none; line-height:20px; margin-right: 0;}
.header .daoh .main-menu ul li ul.sub-menu li:before{}
.header .daoh .main-menu ul li ul.sub-menu li:hover:before{ width:0;}
.header .daoh .main-menu ul li ul.sub-menu li:last-child {border-bottom: none;}
.header .daoh .main-menu ul li ul.sub-menu li a{display:inline-block; padding:0 15px;font-size:14px; text-align:center; width:auto; border-right:1px solid #ddd;}
.header .daoh .main-menu ul li ul.sub-menu li:last-child a{border-right: none;}
.header .daoh .main-menu ul li ul.sub-menu li:hover > a {color:#d1000f;}
.header .daoh .main-menu ul li ul.sub-menu li:hover ul.sub-menu {opacity: 1;visibility: visible;}
.header .daoh .main-menu ul li ul.sub-menu li ul.sub-menu {left: 100%;top: 0;opacity: 0;visibility: hidden;}
.header .daoh .main-menu ul li ul.sub-menu li.has-sub-child > a::before {content:"\f105";position:absolute;right:10px;top:12px;transform:translateY(-12px);font-family: "FontAwesome";font-size:16px;}

.header .daoh .main-menu ul li ul.sub-menu .promenu_box{padding:30px 0; min-height:560px;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs { width: 100%; }
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla {float:left; width:20%; display: block;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla li {width:100%; line-height:40px; text-align:left;overflow: hidden; height: 42px;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla li a {font-size:14px;border: 1px solid rgba(0, 0, 0, 0); display: block; color:#333;position:relative; padding: 0 15px; text-align:left; }
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla li a i{ float: right; opacity: 0;line-height:40px; font-size: 18px;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla .active a {color:#d1000f; border: 1px solid #d1000f; font-weight: bold;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla .active a i{ opacity: 1;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .procla2 .active a {color:#d1000f; background-color: #ddd;border: 1px solid rgba(0, 0, 0, 0);}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div {float:right; width:calc(80% - 5px);}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo{ width: calc(20% - 15px); float: left; margin-left: 15px; margin-bottom: 15px;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo a{ width: 100%; display: block;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo .pimg{ width: 100%;border: 1px solid rgba(0, 0, 0, 0.2); text-align: center;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo .pimg img{ width: 80%;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo a:hover .pimg{border: 1px solid #d1000f;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo .ptitle{ width: 100%; font-size: 12px; margin-top:4px; color: #333; line-height: 20px; text-align: center; overflow: hidden; height: 40px;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo .ptitle i{ font-size: 9px;}
.header .daoh .main-menu ul li ul.sub-menu .promenu_tabs .con_div .pinfo a:hover .ptitle{ color: #d1000f; font-weight: bold; }

.header .daoh .main-menu ul li ul.sub-menu .solution_menu { width: 100%; padding:30px 0;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo{ width: calc(20% - 20px); float: left; margin-right: 20px; margin-bottom:20px;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo:last-child{ margin-right: 0;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo a{ width: 100%; display: block;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo .simg{ width: 100%; position: relative;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo .simg img{ width: 100%;opacity: 0.5;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo a:hover img{ opacity: 1;}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo .stitle{ width: 100%; font-size: 14px; color: #333; line-height:30px; text-align: center; position: absolute; left: 0; bottom: 0; background-color: rgba(255,255,255,0.5)}
.header .daoh .main-menu ul li ul.sub-menu .solution_menu .sinfo a:hover .stitle{ color: #fff; font-weight: bold; background-color: #d1000f; }

@media screen and (max-width:1400px) {
    .header .daoh { }
}
@media screen and (max-width:1200px){
	.header .daoh .main-menu ul li { margin-right: 30px;}
}

.footer{ background-color:#303036; color:#999;}
.footer .top{ margin:60px 0 40px 0;}
.footer .top .in_wrap,
.footer .top .wrap{ position:relative; min-height:240px;}
.footer .x_ionT{ position:relative; margin-bottom:15px; font-size:16px; font-weight:bold; color:#fff;}
.footer .x_ionT:before{content:""; position:absolute; left:0; bottom:0; display:inline-block; width:30px; height:2px; background:#d1000f; border-radius:2px;}
.footer .x_ion{ position:relative; margin-bottom:15px; font-size:16px; font-weight:bold; color:#fff;}
.footer .x_ion:after{content:""; position:absolute; left:0; bottom:0; display:inline-block; width:30px; height:2px; background:#d1000f;}
.footer .x_ion:before{content:""; position:absolute; left:30px; bottom:0; display:inline-block; width:calc(100% - 30px); height:2px; background:#999;}
.footer .left{ float:left; width: 220px;}
.footer .left .logo{ line-height:0; padding-bottom:16px;}
.footer .left .logo img{ height: 30px;}
.footer .left .tel{ font-size:26px; color:#fff; margin-top:20px; line-height:30px; font-family: 'Conv_COPYFONTS.COM_NETTO-OT' , 'Arial';}
.footer .left ul{ margin:30px 0 0 0;}
.footer .left li{ float:left; text-align:center; width:100px;margin-right:20px;}
.footer .left li:last-child{ margin-right:0;}
.footer .left li span{ display:block;}
.footer .left li .pic{ line-height:0; width:100px;}
.footer .left li .pic img{ width:100px;}
.footer .left li .tet{ padding-top:0px; line-height:30px;}
.footer .f-w{width:100%;position:relative;margin-top:30px;}
.footer .f-x{padding:10px;background-color:#707070;font-size:14px;color:#dcdcdc;position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;}
.footer .f-x:after{content:"\f107";position:absolute;right:10px;top:12px;font-family:"FontAwesome";font-size:16px; color:#dcdcdc;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .f-x.show:after{transform:rotate(180deg);}
.footer .f-y{display:none;width:100%;background-color:#707070;position:absolute;left:0;bottom:100%;z-index:999999999;}
.footer .f-z{display:block;padding:10px;font-size:12px;color:#dcdcdc;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.footer .f-z:hover{color: #eee; background-color:#999;}
.footer .cent{ float:right;}
.footer .cent ul li{ float:left; margin-right:30px;}
.footer .cent ul li:last-child{margin-right: 0;}
.footer .cent a{ color:#999; }
.footer .cent .x_ion a{ color:#fff; padding:10px 0 15px 0; display:inline-block;}
.footer .cent a:hover{ color:#fff;}
.footer .cent ol{width:85px;}
.footer .cent .c1{width: 110px;}
.footer .cent .c2{width: 220px;column-count: 2; /* 控制每行显示的列数为2 */column-gap: 20px; /* 列与列之间的间隔为20px */}
.footer .cent .c2p{width: 280px;column-count: 2; /* 控制每行显示的列数为2 */column-gap: 20px; /* 列与列之间的间隔为20px */}
.footer .cent ol li{ line-height:16px; padding-bottom:15px; float:left; width: 100%;font-size: 14px;}
.footer .cent .c2 li{ width: 100px;}
.footer .cent .c2p li{ width: 130px;}
.footer .bottom{ font-size:13px; line-height:14px; padding:15px 0; border-top:1px solid #3b3b40; text-align:center;}
.footer .bottom a{color:#999; padding-left:10px;}
.footer .bottom a:hover{color:#fff;}

/* 返回顶部 */
#scrollUp {
  right: 36px;
  bottom: 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  background-color: #d1000f;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
@keyframes white-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: box-shadow .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}
@-webkit-keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(209, 0, 15, 0.4);
    box-shadow: 0 0 0 0 rgba(209, 0, 15, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}
@keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(209, 0, 15, 0.4);
    box-shadow: 0 0 0 0 rgba(209, 0, 15, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}

/*首页--Banner*/
.i_banner .ipn_lunb{ display:none;}
.i_banner .li_box{ position: relative; width:100%; height:700px; background-position:center; background-size: cover; background-repeat: no-repeat; overflow:hidden;}
.i_banner .li_box a{ display:block; }
.i_banner .text .in_wrap{ position:relative;}
.i_banner .text{ position: absolute; top: 50%; margin-top:-130px; width: 100%;}
.i_banner .text span{ display: block; }
.i_banner .swiper-slide .text .title {
    color: #333;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 300;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.i_banner .swiper-slide-active .text .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.i_banner .swiper-slide .text .subtitle {
    color: #333;
    font-size: 68px;
    line-height: 84px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.i_banner .swiper-slide-active .text .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.i_banner .swiper-container{ height:700px;}
.i_banner .swiper-slide .text .en{ transition:1.3s 0.2s; transform: translateX(-30%); opacity: 0; }
.i_banner .swiper-slide-active .text .en{transform: translateX(0px); opacity: 1;}
.i_banner .swiper-slide .text .cn{ transition:1.3s 0.4s; transform: translateX(-40%); opacity: 0; }
.i_banner .swiper-slide-active .text .cn{transform: translateX(0px); opacity: 1;}
.i_banner .swiper-slide .text .pg{ transition:1.3s 0.6s; transform: translateX(-50%); opacity: 0; }
.i_banner .swiper-slide-active .text .pg{transform: translateX(0px); opacity: 1;}
.i_banner .swiper-slide .text .zy{ transition:1.3s 0.6s; transform: translateX(-50%); opacity: 0; }
.i_banner .swiper-slide-active .text .zy{transform: translateX(0px); opacity: 1;}
.i_banner .pagination{ position:absolute; bottom:30px; text-align:center; width:100%; z-index:999999;}
.i_banner .pagination span{ background-color:#fff; width:40px;height:2px; border-radius:0px; display:inline-block; margin:0 10px; cursor:pointer;}
.i_banner .pagination .swiper-pagination-bullet{background:#fff;opacity:.5}
.i_banner .pagination .swiper-pagination-bullet-active{ background:#d1000f;opacity:.65}
.i_banner .inban_video {width: 100%; position: absolute; left: 0; top: 0;}
@media screen and (min-width:1921px){
	.i_banner .swiper-container,
	.i_banner .li_box{ height: 820px;}
}

/*首页--推荐产品*/
.i_product {padding:50px 0}
.i_product .ty_title{ padding-bottom: 30px;}
.swp-class {width:100%;transform: translate(0,40px);opacity: 0;transition: all 0.5s 0.3s ease-out; margin-bottom:20px;}
.swp-class .swiper-slide{text-align:center;cursor: pointer;}
.swp-class .swiper-slide .clapic{width:calc(100% - 2px); height:0; border:1px solid #ddd; color:#333; border-radius:10px;position: relative; padding-bottom: calc(100% - 2px);}
.swp-class .swiper-slide .clapic:before {content: '';display: block;padding-top: calc(100% - 2px);}
.swp-class .swiper-slide .clapic i{ font-size:70px;position: absolute; left: 0; top:0; right: 0; bottom: 0;
    display: flex; /* 使用flex布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文字水平居中 */
}
@media(max-width: 1400px){
    .swp-class .swiper-slide .clapic i{ font-size: 60px;}
}
@media(max-width: 1200px){
    .swp-class .swiper-slide .clapic i{ font-size: 50px;}
}
@media(max-width: 1002px){
    .swp-class .swiper-slide .clapic i{ font-size: 60px;}
}
.swp-class .swiper-slide p{text-align: center;font-size:12px; color:#333; width:100%; line-height:1.2;margin-top:10px;}
.swp-class .swiper-slide:hover .clapic{background-color:#f2f2f2;}
.swp-class .swiper-slide:hover p{font-weight:bold; }
.swp-class .selected .clapic,
.swp-class .selected:hover .clapic{background-color:#fff;border:1px solid #d1000f; color: #d1000f;}
.swp-class .selected p,
.swp-class .selected:hover p{font-weight:bold;color: #d1000f;}
.i_product.in_anm .swp-class {transform: translate(0,0);opacity: 1;}
.swp-list {width: 100%;transform: translate(-100px,0);opacity: 0;transition: all 0.5s 0.3s ease-out;}
.swp-list .swiper-slide {}
.i_product.in_anm .swp-list {transform: translate(0,0);opacity: 1;}
@media(max-width: 500px){
	.i_product .swp-list .swiper-slide{}
}

.i_product .probox{width:calc(100% - 20px);margin:0 auto;display:none;transform: translate(-100px,0);opacity: 0;transition: all 0.5s 0.3s ease-out;position:relative; overflow: hidden;}
.i_product .probox.show{display: block;}
.i_product.in_anm .probox {transform: translate(0,0);opacity: 1;}
.i_product .probox ul{}
.i_product .probox ul li{ float: left; width:calc(50% - 20px); padding: 0 10px; margin-bottom: 20px;}
.i_product .probox .nr_box{ text-align:left; padding-top:60px; position:relative; height:450px; box-sizing:border-box; overflow:hidden; transition: 0.4s; -webkit-transition: 0.4s;
    background-color:#f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.i_product .probox .nr_box a{ display: block; width: 100%; height: 100%;}
.i_product .probox .pic{ line-height:0; text-align:center;}
.i_product .probox .pic img{ max-width:100%; width:250px;}
.i_product .probox .tet{ padding:60px 0 0 12%; transition: 0.4s; -webkit-transition: 0.4s;color:#000;}
.i_product .probox .tet h1{font-size:18px; transition: 0.4s; -webkit-transition: 0.4s; margin-bottom:10px; font-weight: 100;}
.i_product .probox .tet h1 i{ font-size: 14px; padding: 0 5px;}
.i_product .probox .tet h2{font-size:30px; transition: 0.4s; -webkit-transition: 0.4s; }
.i_product .probox .go_detail{padding:0 0 0 12%; position:absolute; bottom:5%; width:88%;opacity:0; transition: 0.4s; -webkit-transition: 0.4s;}
.i_product .probox .go_detail a{ font-size:14px; color:#000; width: 100px; height: 40px; line-height: 40px; text-align: center;  border: 1px solid #ccc; border-radius:20px;}
.i_product .probox .go_detail a:hover{ color:#d1000f;}
/*.i_product .probox .nr_box:hover {padding-top:30px;}*/
/*.i_product .probox .nr_box:hover .tet{ padding:20px 0 0 12%;}*/
.i_product .probox .nr_box:hover .go_detail{ bottom:25%; opacity:1;}
.i_product .probox .arrow{ width:100%;}
.i_product .probox .arrow > div{ width:40px; height:120px; cursor:pointer; position:absolute; top:50%; margin-top:-60px; z-index:10;}
.i_product .probox .arrow .arrow-left{ left:0;  background:url(../images/arrow-left.png) no-repeat center rgba(0,0,0,0); }
.i_product .probox .arrow .arrow-right{ right:0; background:url(../images/arrow-right.png) no-repeat center rgba(0,0,0,0);}
.i_product .probox .arrow > div:hover{background-color: rgba(0,0,0,0.1);}
@media screen and (min-width:1921px){
    .i_product .probox .nr_box{ height: 600px;}
}
@media(max-width: 900px){
	.i_product .clabox{ margin: 0 -5px 30px -5px;}
	.i_product .clali{width: calc(20% - 10px); padding: 0 5px;}
	.i_product .claname{ margin-bottom: 10px;}
	.i_product .probox{width: 100%;}
}
@media(max-width: 768px){
	.i_product{ padding: 20px 0;}
	.i_product .ty_title{ padding-bottom:15px;}
	.i_product .clabox{ margin: 0 -5px 10px -5px;}
	.i_product .claname{ margin-bottom: 10px;}
	.i_product .clali{width: calc(20% - 10px); padding: 0 5px;}
	.i_product .probox ul{ height:240px;}
	.i_product .probox ul li{ float: left;  width:calc(100% - 20px);}
	.i_product .probox .nr_box{ height: 240px; padding-top:10px;}
	.i_product .probox .tet{padding:50px 0 0 12%;}
    .i_product .probox .tet h1{font-size:14px;}
    .i_product .probox .tet h2{font-size:24px;}
}


/*首页--解决方案*/
.i_solution{ position:relative; padding: 20px 0 100px 0;}
.i_solution .ty_title{padding-bottom: 30px;}
.i_solution .solution_box{ width: 100%;position: relative;}
.i_solution .in_wrap{ position: relative;}
.i_solution .sublist{ height:700px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.i_solution .sublist .txt{ position: absolute; padding:180px 30px; background-color: rgba(0,0,0,0.6); left:240px; top:0px; z-index: 10; width: 200px; height:340px; font-size: 14px; color: #fff; line-height: 200%; text-align: justify;}
.i_solution .sublist .txt:after{content:"";position:absolute;left:30px;top:170px;display:inline-block;width:200px;height:2px;background-color:rgba(255,255,255,0.6);}
.i_solution .sublist .txt a{ position: absolute; right: 30px; top: 130px; color: #fff; font-size: 16px; }
.i_solution .sublist .txt a:hover{ color: #d1000f;}
.i_solution .con_box{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:1;}
.i_solution .con_box .box{ width:240px; height:700px; box-sizing:border-box;background-color: rgba(0,0,0,0.3);}
.i_solution .tabbtn{ padding:0; width: 100%;}
.i_solution .tabbtn li{ padding:0 15px; height:42px; position: relative; line-height:42px; border-bottom: 1px solid rgba(255,255,255,0.05); width:calc(100% - 30px); float:left; overflow:hidden;}
.i_solution .tabbtn li:hover{ cursor: pointer;background-color: rgba(0,0,0,0.1);}
.i_solution .tabbtn li p{ color:#bee5fb; width:58px; height:30px; line-height:30px; text-align:center; position:absolute; top:50%; z-index:6;right:0; opacity:0; display:none;}
.i_solution .tabbtn span{ display:inline-block; font-size:16px; color:#fff; font-weight:500;}
.i_solution .tabbtn span i{ font-size: 20px; width:50px; text-align: center; display: inline-block;}
.i_solution .tabbtn .active{ background:#d1000f;}
.i_solution .tabbtn .active:hover{background:#d1000f;}
.i_solution .tabbtn .active span{color: #fff;}
.i_solution .tabbtn .active p{ right:40px; opacity:1; display:block;}
.i_solution .solution-swiper {width:1px;height:1px; }
.i_solution .solution-swiper .swiper-slide {width: 100%;height: 100%;}
.i_solution .solution-swiper .swiper-slide .item {width: 100%;height: 100%; display: none;}
.i_solution .solution-swiper .swiper-slide .item img {width: 100%;height: 100%;}
.iph_i_solution{ display:none;}
@media(max-width: 1400px){
    .i_solution .sublist .txt{ left: 260px;}
}


/*首页--应用案例*/
.i_case{ padding:50px 0 50px;}
.i_case .in_wrap{ overflow:hidden;}
.i_case .ty_title{ padding-bottom: 30px;}
.i_case ul{margin:0 -10px; text-align:center;}
.i_case ul > li{ float:left; width:calc(25% - 20px); margin-bottom:20px;position:relative; padding: 0 10px;}
.i_case .nr_box{position:relative;width:100%; overflow:hidden; transition: 0.4s; -webkit-transition: 0.4s; }
.i_case .pic{overflow: hidden;}
.i_case .pic img{ width: 100%;}
.i_case .tet{ position: absolute; left:0; top:30%; width:100%; transition: 0.4s; -webkit-transition: 0.4s;font-size:16px; color:#666;}
.i_case .tet i{ width:80px; height:80px; background-color: #ffdd00; border-radius:50%; color:#000; display: block; line-height:80px; font-size:50px; margin: 0 auto;transition: 0.4s; -webkit-transition: 0.4s;}
.i_case .tet span{ display:block; font-size:20px; transition: 0.4s; -webkit-transition: 0.4s; color:#fff; margin-top:10px;}
.i_case .dis_no{text-align:justify; padding:10px 20px; position:absolute; bottom:-50px; width:100%; box-sizing:border-box; opacity:0; transition: 0.4s; -webkit-transition: 0.4s;}
.i_case .dis_no .cf{ border-top:1px solid rgba(255,255,255,0.7); padding:10px 0;}
.i_case .dis_no span{ color: rgba(255,255,255,0.9); line-height: 22px; font-size: 14px;}
.i_case .li_box:hover .tet{ top:5%;}
.i_case .li_box:hover .tet i{ width: 60px; height: 60px; line-height: 60px; font-size:36px; }
.i_case .li_box:hover .tet span{ margin-top:0px;font-size:18px;}
.i_case .li_box:hover .dis_no{ bottom:0; opacity:1;}
.i_case .pic img {
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.i_case .li_box:hover img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media(max-width: 1200px){
	/* .i_case .nr_box{ height:210px;} */
	.i_case .tet{ top: 20%;}
	.i_case .tet i{ width: 60px; height: 60px; line-height: 60px; font-size: 40px;}
	.i_case .tet span{ margin-top: 10px; font-size: 20px;}
	.i_case .dis_no{ padding:8px 15px;}
	.i_case .dis_no span{ color: rgba(255,255,255,0.9); line-height:18px; font-size:12px;}
	.i_case .li_box:hover .tet{ top:8%;}
	.i_case .li_box:hover .tet i{ width: 40px; height: 40px; line-height: 40px; font-size:24px; }
	.i_case .li_box:hover .tet span{ margin-top:0px;font-size:16px;}
}
@media(max-width:992px){
	.i_case{ padding:40px 0;}
	.i_case .ty_title{ padding-bottom:30px;}
	.i_case ul{margin:0 -10px; text-align:center;}
	.i_case ul > li{ float:left; width:calc(25% - 10px); margin-bottom:10px;position:relative; padding: 0 5px;}
	/* .i_case .nr_box{ height:180px;} */
	.i_case .tet{ top:30%;}
	.i_case .tet i{ width:60px; height:60px; line-height:60px; font-size:40px;}
	.i_case .tet span{ margin-top:10px; font-size:18px;}
	.i_case .dis_no{ padding:8px 15px; }
	.i_case .dis_no span{ color: rgba(255,255,255,0.9); line-height:18px; font-size:12px;}
	.i_case .li_box:hover .tet{ top:20%;}
	.i_case .li_box:hover .tet i{ width:60px; height:60px; line-height:60px; font-size:40px; }
	.i_case .li_box:hover .tet span{ margin-top:10px;font-size:18px;}
	.i_case .li_box:hover .dis_no{ bottom:0; opacity:0;}
}
@media(max-width:768px){
	.i_case{ padding: 20px 0;}
	.i_case .ty_title{ padding-bottom:15px;}
	.i_case ul{margin:0 -10px; text-align:center;}
	.i_case ul > li{ float:left; width:calc(25% - 10px); margin-bottom:10px;position:relative; padding: 0 5px;}
	/* .i_case .nr_box{ height:80px;} */
	.i_case .tet{ top:20%;}
	.i_case .tet i{ width: 45px; height: 45px; line-height:45px; font-size:25px;}
	.i_case .tet span{ margin-top:10px; font-size:16px;}
	.i_case .dis_no{ padding:8px 15px; display: none;}
	.i_case .dis_no span{ color: rgba(255,255,255,0.9); line-height:18px; font-size:12px;}
	.i_case .li_box:hover .tet{ top:20%;}
	.i_case .li_box:hover .tet i{ width:45px; height:45px; line-height:45px; font-size:25px; }
	.i_case .li_box:hover .tet span{ margin-top:10px;font-size:16px;}
	.i_case .li_box:hover .dis_no{ bottom:0; opacity:0;}
}


/*首页--人才招聘*/
.i_job{ position:relative;}
.i_job .in_wrap{ position: relative;}
.i_job .job_bg{ height:500px; background-repeat:no-repeat; background-position:center; background-size:cover;background-image:url(../images/main_job.jpg);}
@media(max-width: 1200px){
	.i_job .job_bg{ height:350px;}
}
@media(max-width: 768px){
	.i_job .job_bg{ height:180px;}
}


/*首页--新闻资讯*/
.i_news{ padding:60px 0 40px 0;}
.i_news .ty_title{ padding-bottom:30px;}
.i_news .inewcon{ width: 100%; overflow: hidden; }
.i_news .inewcon .inewleft{float: left; width: 48.5%;position: relative;height: 540px;overflow: hidden;}
.i_news .inewcon .inewleft .topimg{ width: 100%; height: 340px;}
.i_news .inewcon .inewleft .topimg a{ display: block;width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center;}*/
.i_news .inewcon .inewleft .line1{ width: 100%; overflow: hidden;}
.i_news .inewcon .inewleft .line1 h3{ padding:15px 0 10px 0; font-size: 20px; line-height: 1.5; border-bottom: 2px solid #d1000f;}
.i_news .inewcon .inewleft .line1 .txt{ margin: 10px 0; line-height: 1.8; font-size: 14px; color: #666;
    text-align: justify;
    height: 7.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}
.i_news .inewcon .inewleft .line1 .morediv{font-size: 14px; overflow: hidden; position: absolute; left: 0; bottom: 0; width: 100%;}
.i_news .inewcon .inewleft .line1 .morediv span{ float: left; color: #999; line-height: 30px;}
.i_news .inewcon .inewleft .line1 .morediv a{ float: right; display: block; padding: 6px 20px; background-color: #666; color: #fff;}
.i_news .inewcon .inewleft .line1 .morediv a:hover{ background-color: #d1000f;}
.i_news .inewcon .inewright{float: right; width:48.5%; height: 100%; background-color: #eee;position: relative; height: 540px;}
.i_news .inewcon .inewright .nlist{ padding: 20px 30px; overflow: hidden;}
.i_news .inewcon .inewright .nlist li{ width: 100%; line-height:1.8; padding: 10px 0; height: 3.6em; overflow: hidden; border-bottom: 1px solid #ddd; text-align: left;}
.i_news .inewcon .inewright .nlist li a{ display: block; font-size: 14px; color: #333; position: relative; height: 100%;}
.i_news .inewcon .inewright .nlist li a i{ color: #d1000f;  font-size: 9px; border: 1px solid #d1000f; border-radius:20px; text-align: center; padding: 2px 8px; margin-right:5px;}
.i_news .inewcon .inewright .nlist li a:hover{ color: #d1000f;}
.i_news .inewcon .inewright .nlist li a:hover i{ color: #fff; background-color: #d1000f;}
.i_news .inewcon .inewright .nlist li a span{ position: absolute; right: 0; bottom: 0;}
.i_news .inewcon .inewright .more{ position: absolute; height: 30px;line-height: 30px; width: 120px; bottom:30px; right: 30px;}
.i_news .inewcon .inewright .more a{ display: block; border: 1px solid #ddd; text-align: center;  color: #333}
.i_news .inewcon .inewright .more a:hover{border: 1px solid #d1000f; color: #d1000f;}

.i_news .inewcon .line2{ width:100%;height: 120px; overflow: hidden;column-count: 3; column-gap: 15px;  position: relative; margin-top:30px;}
.i_news .inewcon .line2 .lbox{ width:100%; float: left; height: 100%; background-repeat: no-repeat; background-size: auto; background-position: center right;}
.i_news .inewcon .line2 .lbox:nth-child(1){ background-color: #EFE4CE; background-image: url("../images/inews_icon1.png?v=20241205");}
.i_news .inewcon .line2 .lbox:nth-child(2){ background-color: #C3E5E1; background-image: url("../images/inews_icon2.png?v=20241205");}
.i_news .inewcon .line2 .lbox:nth-child(3){ background-color: #D8CACC; background-image: url("../images/inews_icon3.png?v=20241205");}
.i_news .inewcon .line2 .lbox a{ display: block; width: 100%; text-align: left; text-indent: 30px; line-height: 120px; color:#333; font-size: 24px; font-weight: bold;}
.i_news .inewcon .line2 .lbox a:hover{ color: #d1000f;}

@media screen and (min-width:1921px){
    /*.i_news .inewcon{ height: 500px;}*/
    /*.i_news .inewcon .line2{ height: 140px;}*/
    /*.i_news .inewcon .line2 .lbox a{ line-height: 140px;}*/
}
@media(max-width:900px){
    .i_news {padding:40px 0;}
    .i_news .ty_title{ padding-bottom:20px;}
    .i_news .inewcon{ height: auto;}
    .i_news .inewcon .inewleft{ width: 100%; margin-bottom:30px;}
    .i_news .inewcon .inewleft .topimg{ width: 100%; height: 300px;}
    .i_news .inewcon .inewright{ width: 100%;}

}
@media(max-width:768px){
    .i_news {padding:20px 0;}
    .i_news .ty_title{ padding-bottom:15px;}
    .i_news .inewcon .inewleft{ height: 480px;}
    .i_news .inewcon .inewleft .topimg{ width: 100%; height: 240px;}
    .i_news .inewcon .inewright{ width: 100%;}
    .i_news .inewcon .inewright .nlist{ padding: 20px; }
    .i_news .inewcon .inewright .nlist li a{ overflow: hidden;}
    .i_news .inewcon .line2{ height: 80px;}
    .i_news .inewcon .line2 .lbox{ background-size: cover; background-position: center center;}
    .i_news .inewcon .line2 .lbox a{ font-size: 18px; text-indent: 0; text-align: center; line-height: 80px;}

}


@keyframes q1{
	0% {-webkit-transform: scale(0.8);transform: scale(0.8); opacity: 0; }
	60% {opacity: 0.2;}
	80% {-webkit-transform: scale(1);transform: scale(1); opacity: 0; }
	100% {-webkit-transform: scale(1);transform: scale(1); opacity: 0; }
}
@keyframes q2{
	0% {-webkit-transform: scale(0.8);transform: scale(0.8);opacity: 0;}
	40% {opacity: 0.3;}
	80% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
	100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
}
@keyframes q3{
	0% {-webkit-transform: scale(0.8);transform: scale(0.8);opacity: 0;}
	20% {opacity: 0.5;}
	80% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
	100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
}
@keyframes guang{
	0% {-webkit-box-shadow:0 0 0 rgba(0,126,195,0.2);box-shadow:0 0 0 rgba(0,126,195,0.2);}
	30% {-webkit-box-shadow:0 0 10px rgba(0,126,195,0.6);box-shadow:0 0 10px rgba(0,126,195,0.6);}
	70% {-webkit-box-shadow:0 0 10px rgba(0,126,195,0.6);box-shadow:0 0 10px rgba(0,126,195,0.6);}
	100% {-webkit-box-shadow:0 0 10px rgba(0,126,195,0.2);box-shadow:0 0 10px rgba(0,126,195,0.2);}
}


/* 首页进入效果 */
.ty_title h1{transform: translate(0,100px);opacity: 0;transition: all 0.7s ease-out;}
.ty_title span{transform: translate(0,150px);opacity: 0;transition: all 0.8s ease-out;}
.in_anm .ty_title h1,
.in_anm .ty_title span{transform: translate(0,0);opacity: 1;}

.i_case ul > li:nth-child(1){transform: translate(-300px,0);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_case ul > li:nth-child(2){transform: translate(-200px,0);opacity: 0;transition: all 0.9s 0.3s ease-out;}
.i_case ul > li:nth-child(3){transform: translate(-100px,0);opacity: 0;transition: all 0.8s 0.3s ease-out; margin-right: 0;}
.i_case ul > li:nth-child(4){transform: translate(300px,0);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_case ul > li:nth-child(5){transform: translate(200px,0);opacity: 0;transition: all 0.9s 0.3s ease-out;}
.i_case ul > li:nth-child(6){transform: translate(100px,0);opacity: 0;transition: all 0.8s 0.3s ease-out;margin-right: 0;}
.i_case ul > li:nth-child(7){transform: translate(-300px,0);opacity: 0;transition: all 0.8s 0.3s ease-out;}
.i_case ul > li:nth-child(8){transform: translate(-200px,0);opacity: 0;transition: all 0.8s 0.3s ease-out;}
.i_case ul > li:nth-child(9){transform: translate(-100px,0);opacity: 0;transition: all 0.8s 0.3s ease-out;margin-right: 0;}
.i_case.in_anm  ul > li{transform: translate(0,0);opacity: 1;}

.iph_i_solution{ display:none;}

.i_solution .ty_title h1{transform: translate(0,20px);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_solution.in_anm .ty_title h1{transform: translate(0,0);opacity: 1;}
.i_solution .con_box .box{transform: translate(-100px,0);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_solution.in_anm .con_box .box{transform: translate(0,0);opacity: 1;}
.i_solution .sublist .txt{transform: translate(200px,0);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_solution.in_anm .sublist .txt{transform: translate(0,0);opacity: 1;}
.i_solution .pic_box{opacity: 0;transition: all 1s 0.1s ease-out;}
.i_solution.in_anm .pic_box{opacity: 1;}

.i_job .job_bg{transform: translate(0,100px);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_job.in_anm .job_bg{transform: translate(0,0);opacity: 1;}

.i_news .inewcon{transform: translate(0,100px);opacity: 0;transition: all 1s 0.3s ease-out;}
.i_news.in_anm .inewcon{transform: translate(0,0);opacity: 1;}


/* 栏目通用 */
.lmbg_hui{ background:#f8f8f8;}
.lm_ban{ height:500px; background-position:center; background-repeat:no-repeat; background-size:cover; box-sizing:border-box;}
.lm_ban .iph_img{ display:none;}
.lm_ban h1{ font-size:50px; line-height:500px; font-weight:bold;color:#000;}
.lm_ban h1 span{ border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:5px;}
.lm_ban h2{ font-size:14px; line-height:24px; color:rgba(255,255,255,0.9); padding-top:10px; width:40%; text-align:justify;}
.lm_ban .lm_search {font-size:14px; text-align:center; margin:0 auto; width:500px; padding-top:200px;}
.lm_ban .lm_search .sb1 {float:left; width:80%;}
.lm_ban .lm_search .sb1 input{line-height:50px; width:100%; outline: none; text-indent:15px;border:none; height:50px; background-color:#fff; border-radius:10px 0 0 10px;}
.lm_ban .lm_search .btn {float:left; width:20%;}
.lm_ban .lm_search .btn a {display:block; width:100%; text-align:center; font-size:16px;color:#fff; background:#d1000f; line-height:50px; height:50px;cursor: pointer; border-radius:0 10px 10px 0;}
@media(max-width: 758px){
	.lm_ban h2{width:92%;}
	.lm_ban .lm_search{ width:90%; padding-top: 0; margin: 0 auto;}
}

.b-back{display: inline-block;font-size:14px;color: #666;line-height:50px;position: absolute;right: 50%;top: 0;margin-right: -70px;cursor: pointer;}
.b-back:hover{color: #d1000f;}
.b-back2{color: #333;}
.b-back2:before{content: "";display: inline-block;vertical-align: middle;position: relative;top: -1px;width: 12px;height: 12px;background-image: url(../images/112.png);background-size: 100% 100%;margin-right:10px;}
@media(max-width: 900px){
    .b-back{position: relative;right: 0;margin-right: 0;padding: 0 10px;}
    .b-back2:before{top: -2px;}
}

.b-location{width:100%;height:160px; overflow: hidden; margin-top: -80px;}
.b-location .wrap{ height: 100%;}
.b-location.solution_cla{ height: 270px;margin-top: -100px;}
.b-location.solution_cla .b-inner ul{ display: block;}
.b-inner{width: 100%;position: relative;height:100%;line-height:50px;background-color: #f4f4f4;}
.b-inner.fixed{position: fixed;left:0;top:80px;z-index:1000;box-shadow: 0 0 4px rgba(0,0,0,0.1);}
.b-inner ul{ width: calc(100% - 30px); padding: 15px 15px; text-align: center;justify-content: center;  display:inline-flex;}
.b-inner ul li{ width: calc(12.5% - 30px); margin:10px 15px; }
.b-inner ul li .ibox{width:calc(100% - 2px); height:0; border:1px solid #ddd; position: relative; padding-bottom: calc(100% - 50px); background-color: #e5e5e5;}
.b-inner ul li .ibox:before {content: '';display: block;padding-top: calc(100% - 50px); }
.b-inner ul li .ibox i{ font-size:40px; color:#333; position: absolute; left: 0; top:0; right: 0; bottom: 0;
    display: flex; /* 使用flex布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文字水平居中 */
}
.b-inner ul li p{text-align: center;font-size:14px; color:#333; width:100%; line-height:1;margin-top:10px; overflow: hidden; height: 1em;}
.b-inner ul li:hover .ibox{background-color:#fff;}
.b-inner ul li:hover p{font-weight:bold; }
.b-inner ul li .selected .ibox i{color: #d1000f;}
.b-inner ul li .selected .ibox,
.b-inner ul li .selected:hover .ibox{background-color:#fff;border:1px solid #d1000f; color: #d1000f;}
.b-inner ul li .selected p,
.b-inner ul li .selected:hover p{font-weight:bold;color: #d1000f;}
@media(max-width: 1400px){
    .b-inner ul li{}
    .b-inner ul li .ibox{padding-bottom: calc(100% - 40px);}
    .b-inner ul li .ibox:before {padding-top: calc(100% - 40px); }
    .b-inner ul li .ibox i{ font-size: 40px;}
}
@media(max-width: 1200px){
    .b-inner ul{ width: calc(100% - 40px); padding: 15px 0px;}
    .b-inner ul li{width: calc(12.5% - 30px);}
    .b-inner ul li .ibox{padding-bottom: calc(100% - 30px);}
    .b-inner ul li .ibox:before {padding-top: calc(100% - 30px); }
    .b-inner ul li .ibox i{ font-size: 30px;}
}
@media screen and (max-width:1002px){
    .b-location.solution_cla{ height: 160px;margin-top: -80px;}
    .b-location.solution_cla .b-inner ul{ display: block; width: 2000px; padding: 30px 0; overflow: hidden;}
    .b-location.solution_cla .b-inner ul li{width:100px; float: left; margin: 0 20px 0 0;}
	.b-inner.fixed{ top:50px;}
    .b-inner ul li{width: calc(20% - 30px);}
    .b-inner ul li .ibox{padding-bottom: calc(100% - 30px);}
    .b-inner ul li .ibox:before {padding-top: calc(100% - 30px); }
    .b-inner ul li .ibox i{ font-size: 24px;}
}
@media(max-width: 768px){
    .b-location{width:100%;height:140px; overflow: hidden; margin-top: -70px;}
    .b-inner{ height: 140px;}
    .b-inner .wrap{padding: 0; overflow: hidden;height: 140px;}
    .b-inner ul{ display: block; width: 1200px; padding: 30px 0; overflow: hidden;}
    .b-inner ul li{width:100px; float: left; margin: 0 20px 0 0;}
    .b-inner ul li .ibox{padding-bottom: 0; height: 60px;}
    .b-inner ul li .ibox:before { display: none;}
    .b-inner ul li .ibox i{ font-size: 24px;}
}

/*详情页的当前位置*/
.p-location{width:100%;height:50px; overflow: hidden; padding-top: 80px;}
.p-inner{width: 100%;background-color: #f4f4f4;position: relative;height:50px; line-height:50px;}
.p-inner.fixed{position: fixed;left:0;top:80px;z-index:1000;box-shadow: 0 0 4px rgba(0,0,0,0.1);}
.p-inner .left{float:left;font-size:14px; color:#999;line-height:50px;}
.p-inner .left i{color:#999; font-size:16px; margin:0 10px;}
.p-inner .left i:first-child{ margin: 0 0;}
.p-inner .left a{ color:#666;}
.p-inner .left a:last-child{color: #333;}
.p-inner .right{float: right;font-size: 0;}
.p-inner .right .b-h{display: inline-block;vertical-align:top;height:48px;line-height:48px;padding:0 30px;border-top:2px solid transparent;text-align:center;font-size:14px;color:#333;cursor:pointer;}
.p-inner .right .b-h.active{color: #d1000f;border-top-color: #d1000f;background-color: #fff;}
@media screen and (max-width:1002px){
    .p-location{padding-top: 0;}
    .p-inner.fixed{ top:50px;}
}
@media(max-width: 900px){
    .p-inner .wrap{ overflow-x:scroll;}
    .p-inner .left{float: none;display: none;}
    .p-inner .right{float: none;text-align:center;}
    .p-inner .right .b-h{padding: 0 12px;}
}

.text-edit{font-size:14px;color:#444; line-height:1.8;}
.text-edit:after,.text-edit:before{content:'';display:table}
.text-edit:after{clear:both}
.text-edit *{max-width:100%}
.text-edit img{height:auto!important;max-width:100%}
.no-data{font-size:1.125rem;color:#666;text-align:center;margin:100px 0}
@media (max-width:767px){
    .no-data{margin:60px 0;font-size:1rem}
}

/* 页码 */
.page{ text-align:center; font-size:12px; margin: 20px 0; overflow: hidden; width: 100%;}
.page a{ background-color:#eee; display:inline-block; color:#666; line-height:38px; margin:0 5px 10px 5px; padding:0 16px;}
.page_radius a{ border-radius:3px;}
.page a.active,
.page a:hover{ background-color:#d1000f; color:#fff;}
.page .layui-laypage-prev{ color: #999;}
.page .layui-laypage-prev:hover{ background-color:#eee; color: #999;}


/* 产品列表 */
.products_list { padding:40px 0 0 0;}
.pro-class {width:100%;margin-bottom:20px;}
.pro-class .swiper-slide{text-align:center;cursor: pointer;}
.pro-class .swiper-slide .clapic{width:calc(100% - 2px); height:0; border:1px solid #ddd; color:#333; border-radius:10px;position: relative; padding-bottom: calc(100% - 2px);}
.pro-class .swiper-slide .clapic:before {content: '';display: block;padding-top: calc(100% - 2px);}
.pro-class .swiper-slide .clapic i{ font-size:70px;position: absolute; left: 0; top:0; right: 0; bottom: 0;
    display: flex; /* 使用flex布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文字水平居中 */
}
.pro-class .swiper-slide p{text-align: center;font-size:12px; color:#333; width:100%; line-height:1.2;margin-top:10px;}
.pro-class .swiper-slide:hover .clapic{background-color:#f2f2f2;}
.pro-class .swiper-slide:hover p{font-weight:bold; }
.pro-class .selected .clapic,
.pro-class .selected:hover .clapic{background-color:#fff;border:1px solid #d1000f; color: #d1000f;}
.pro-class .selected p,
.pro-class .selected:hover p{font-weight:bold;color: #d1000f;}
@media(max-width: 1400px){
    .pro-class .swiper-slide .clapic i{ font-size: 60px;}
}
@media(max-width: 1200px){
    .pro-class .swiper-slide .clapic i{ font-size: 50px;}
}
@media(max-width: 1002px){
    .pro-class .swiper-slide .clapic i{ font-size: 60px;}
}

.sub-class { overflow:hidden;}
.sub-class .swiper-slide {height:auto !important; background-color:#fff;}
.k-tabs{width:100%;text-align:center;font-size: 0;padding:20px 0; overflow:hidden; position: relative; display:block; height:}
.k-tab{font-size:14px;color:#000;cursor: pointer;display: inline-block;vertical-align:top;height:40px;line-height:40px;padding:0 20px;border-radius:5px;margin: 5px;background-color:#eee;}
.k-tab:hover{ background-color: #ddd;}
.k-tab.active{background-color:#d1000f; color: #fff;}
@media(max-width: 900px){
	.k-tab{height: 30px;line-height:30px;}
}

.cplb_list{ padding:40px 0 60px; width:100%;}
.cplb_list ul{ margin:0 -12px;}
.cplb_list li{ float:left; width:25%; padding:0 12px; margin-bottom:24px; box-sizing:border-box; text-align:center;}
.cplb_list li a{ background:#fff;}
.cplb_list li a,
.cplb_list li span{ display:block;}
.cplb_list .img{ width: 100%; overflow: hidden;}
.cplb_list .text{padding:0 20px 30px 20px; text-align: center; min-height: 120px;}
.cplb_list .tit{color:#333; line-height:24px; font-size:18px; padding: 5px 0; font-weight: 600; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cplb_list .tit i{font-size: 14px; padding-left: 5px;}
.cplb_list .stit{color:rgb(0,0,0,0.5); line-height:24px; font-size:16px; padding: 0px 0; margin-bottom: 20px; font-weight:normal; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display: block; height: 24px;}
.cplb_list .more{ width:100%; box-sizing:border-box; border:1px solid #ccc; color:#999;line-height:38px; border-radius:20px; /* transform: translate(0,-30px);opacity: 0;transition: all 0.2s 0.1s ease-out; */} 
.cplb_list li a:hover{ box-shadow:2px 0 24px rgba(0,0,0,0.27);}
.cplb_list li a:hover .tit{ font-weight: 700;}
.cplb_list li a:hover .more{ background:#d1000f; border-color:#d1000f; color:#fff;/* transform: translate(0,0);opacity: 1; */}
.cplb_list .page{ margin-top:40px;}
@media screen and (max-width:1002px){
    .cplb_list li{ width:33.3%;}
}
@media screen and (max-width:758px){
    .cplb_list{ padding:30px 0 40px;}
    .cplb_list ul{ margin:0 -5px;}
    .cplb_list li{ width:50%; padding:0 5px; margin-bottom:10px;}
    .cplb_list .text{ padding:0 10px 15px 10px; min-height: 105px;}
    .cplb_list .tit{ font-size:16px; line-height:24px;}
    .cplb_list .stit{ font-size:14px;}
    .cplb_list .more{ line-height:30px; font-size:12px;}
    .cplb_list .page{ margin-top:20px;}
}

/*产品详情*/
.product_view{ width: 100%;padding:50px 0;}
.product_view .info-top{background:#fff;margin:0 0 50px 0; overflow: hidden; width:100%;}
.product_view .info-top .pic-slick{width:48.5%; float: left;}
.product_view .info-top .pic-slick li{ margin:0; display: flex;justify-content: center;align-items: center;}
.product_view .info-top .pic-slick li img{ width: 65%;}
.product_view .info-top .pic-slick .slick-dots{width:100%;position:relative;text-align:center;margin:25px 0 0;padding:0}
.product_view .info-top .pic-slick .slick-dots>li{display:inline-block;vertical-align:top;margin:0 5px;padding:0}
.product_view .info-top .pic-slick .slick-dots>li>button{padding:0;display:block;border:none;background:#ccc;width:10px;height:10px;border-radius:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out; font-size:0;}
.product_view .info-top .pic-slick .slick-dots>li.slick-active>button{background:#d1000f;border:none;}
.product_view .info-top .txt-box{width:48.5%;float: right;}
.product_view .info-top .txt-box .s-ti-s{line-height:1;padding:0px 0;font-size:16px;color:rgb(0,0,0,0.5); font-weight: normal;}
.product_view .info-top .txt-box .s-ti{line-height:1.8;padding:15px 0;font-size:24px;color:#333; font-weight: bold; border-bottom: 2px solid #ddd;}
.product_view .info-top .txt-box .s-ti i{ font-size: 18px; padding-left: 5px;}
.product_view .info-top .txt-box .features-box{padding:20px 0;border-bottom: 1px solid #ddd;}
.product_view .info-top .txt-box .features-box .text-edit{font-size:14px;color:#666; line-height:1.8;}
.product_view .info-top .txt-box .features-box .ti{margin:0 0 5px;line-height:1.8;font-weight:700;font-size:1rem;color:#333}
.product_view .info-top .txt-box .operat-box{margin:25px 0 0}
.product_view .info-top .txt-box .btn-wrap{font-size:0;display:inline-block;vertical-align:middle;width:calc(100% - 170px)}
.product_view .info-top .txt-box .btn-wrap>a{display:inline-block;vertical-align:top;position:relative;line-height:45px;border-radius:45px;color:#fff;padding:0 30px;margin-right:20px;text-align:center;background-color:#666;font-size:1rem;}
.product_view .info-top .txt-box .btn-wrap>a i{font-style:normal;position:relative;z-index:2}
.product_view .info-top .txt-box .btn-wrap>a:before{content:'';position:absolute;width:100%;height:100%;border-radius:45px;background:#d1000f;left:0;top:0;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.product_view .info-top .txt-box .btn-wrap .back-btn{background:#ddd; color:#333;margin-right:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.product_view .info-top .txt-box .btn-wrap .back-btn:before{display:none}
.product_view .info-top .txt-box .btn-wrap .downcode{width:300px; height:300px;display:none; margin:40px auto;}
/*
.product_view .info-top .txt-box .operat-box .pdf-down .down-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 0px;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d1000f;
}
.product_view .info-top .txt-box .operat-box .pdf-down .dwon-dropdown.open {visibility: visible;opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
*/
.product_view .info-top .txt-box .bshare-custom{display:inline-block;vertical-align:middle;padding:0;font-size:16px;}
.product_view .info-top .txt-box .bshare-custom a{ cursor: pointer; margin-right:10px; color:#333; }
.product_view .info-top .txt-box .bshare-custom a:hover{ color:#d1000f;}
.product_view .info-top .txt-box .bshare-custom .weixincode{width:200px; height:200px; margin:90px auto; display:none;}
.product_view .info-top .txt-box .bshare-custom:before{content:'分享至：';position:relative;display:inline-block;vertical-align:middle;font-size:14px;color:#333}
@media (min-width:1025px){
    .product_view .info-top .txt-box .btn-wrap>a:hover:before{opacity:1}
    .product_view .info-top .txt-box .btn-wrap .back-btn:hover{background:#d1000f; color: #fff;}
}
@media (max-width:1200px){
    .product_view .info-top .txt-box .operat-box{margin:20px 0 0}
    .product_view .info-top .txt-box .btn-wrap{display:block;width:100%}
    .product_view .info-top .txt-box .bshare-custom{display:block;width:100%;margin:20px 0 0;text-align:right}
}
@media (max-width:900px){
    .product_view .info-top .pic-slick{width:100%;display:block}
    .product_view .info-top .txt-box{width:100%;padding:0;margin:20px 0 0}
    .product_view .info-top .txt-box .btn-wrap>a:last-child{ display: none;}
}
@media (max-width:480px){
    .product_view .info-top .txt-box .btn-wrap{text-align:center}
    .product_view .info-top .txt-box .btn-wrap>a{margin-right:10px;padding:0 25px}
    .product_view .info-top .txt-box .bshare-custom{text-align:center}
}

.product_view .info-video {width: 100%; overflow: hidden;}
.product_view .info-video .details-video {width: 100%;height:700px;}
.product_view .info-video .details-video .video-img {width: 100%;height: 100%;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.product_view .info-video .details-video .video-img .video-mask {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.product_view .info-video .details-video .video-img .video-mask .video-start {width: 80px;height: 80px;cursor: pointer;}
.product_view .info-video .details-video .video-img .video-mask .video-start img {width: 100%;height: 100%;}
.product_view .info-video .details-video .video-img .video-mask .video-title {font-size: 40px;font-weight: bold;color: rgba(255, 255, 255, 0.8);margin-bottom: 40px;}
.product_view .info-video .details-video .video-img .video-mask .video-text {font-size: 20px;color: rgba(255, 255, 255, 0.8);}
.product_view .info-video .details-video #video {width: 100%;height: 100%;outline: none;border: none;background: none;display: none;background-color: #000;}
.product_view .info-video .details-video #video source {width: 100%;height: 100%;display: block;outline: none;border: none;background: none;}
@media (max-width: 1280px) {
    .product_view .info-video .details-video{ height:720px;}
}
@media (max-width: 900px) {
    .product_view .info-video .details-video{ height:500px;}
    .product_view .info-video.details-video .video-img .video-mask {width: calc(100% - 20px);padding: 0 10px;}
}

.product_view .info-ban{padding: 0; width: 100%; overflow: hidden; margin:0 0 0px 0;}
.product_view .info-ban .oneban{ height:600px; background-position:center; background-repeat:no-repeat; background-size:cover; box-sizing:border-box;}
.product_view .info-ban .oneban h2{ font-size:50px; line-height:1.5; font-weight:bold;color:#000; padding-top:180px;}
@media screen and (min-width:1921px){
    .product_view .info-ban .oneban{height:700px;}
}

.product_view .info-view{ padding: 0 0px; width: calc(100% - 0px); overflow: hidden; margin: 0px 0;}
.product_view .info-view .gridcon {display: grid;grid-template-columns: repeat(1, 1fr); /* 默认两列 */gap: 0px; /* 列间距 */}
/*.product_view .info-view .gridcon {display: grid;grid-template-columns: repeat(2, 1fr); !* 默认两列 *!gap: 10px; !* 列间距 *!}*/
.product_view .info-view .gridcon .item {padding:80px 50px 20px 50px;text-align: center; background-color: #eee;}
/*.product_view .info-view .gridcon > .item:nth-last-child(1) {grid-column: span 2; !* 项的数量为奇数时，最后一个项占满两列 *!}*/
/*.product_view .info-view .gridcon > .item:nth-last-child(2):nth-child(odd) {grid-column: span 1; !* 倒数第二个项占一列 *!}*/
/*.product_view .info-view .gridcon > .item:nth-last-child(1):nth-child(even) {grid-column: span 1; !* 倒数第二个项占一列 *!}*/
.product_view .info-view .gridcon .item .tit{ font-size: 50px;color: #333; font-weight: bold; line-height: 1.5; margin-bottom: 20px; text-align: center;}
.product_view .info-view .gridcon .item .contxt{font-size: 20px; color:rgb(0,0,0, 0.7);text-align: left; }
.product_view .info-view .gridcon .item .contxt p{ text-align: justify; line-height: 1.5; margin-bottom: 15px;  padding: 0 100px;}
.product_view .info-view .gridcon .item .contxt img{ max-width: 100%;  margin: 20px 0;}
/*.product_view .info-view .gridcon .item .contxt p:last-child{padding: 0 0px;}*/
.product_view .info-view .gridcon .item .contxt .nopadding{padding: 0 0px;}
@media (max-width:900px){
    .product_view .info-view .gridcon {grid-template-columns: 1fr;}
    .product_view .info-view .gridcon > .item:nth-last-child(1) {grid-column: span 1;}
}
@media (max-width:758px){
    .product_view .info-view .gridcon .item {padding:50px 10px 10px 10px;}
    .product_view .info-view .gridcon .item .in_wrap{padding: 0 0px;}
    .product_view .info-view .gridcon .item .tit{ font-size: 20px;}
    .product_view .info-view .gridcon .item .contxt{font-size: 16px; }
    .product_view .info-view .gridcon .item .contxt p{ padding: 0 0px;}
}

.product_view .view-details{background:#fff;padding:0; margin-bottom: 40px; width: 100%; overflow: hidden;}
.product_view .view-details .scont{padding:0px; margin-top: 40px;}
.product_view .view-details .scont h3{ font-size:30px; color:#333; text-align:left; font-weight:bold; line-height:2; border-bottom:1px solid #ddd;}
.product_view .view-details .scont .text-edit{font-size:1rem;color:#444}
.product_view .view-details .scont .text-edit li{ list-style:none; line-height:50px; border-bottom:1px dashed #ddd;}
.product_view .view-details .scont .text-edit li a{ color:#333; text-decoration:none;}
.product_view .view-details .scont .text-edit li a:hover{ color:#d1000f;}
.product_view .view-details .scont .text-edit li span{ float:right; font-size:13px; color:#999;}
.product_view .view-details .scont .text-edit:after,.text-edit:before{content:'';display:table}
.product_view .view-details .scont .text-edit:after{clear:both}
.product_view .view-details .scont .text-edit video{max-width:1280px;}
.product_view .view-details .scont .text-edit *{max-width:100%}
.product_view .view-details .scont .text-edit img{height:auto!important;max-width:100%}
.product_view .view-details .scont .maxpic img{ width:100%;}
.product_view .view-details .scont .text-edit h4{ font-size:1.1rem; font-weight:bold;}
.product_view .view-details .scont .text-edit p{ margin-bottom:0px;}
.product_view .view-details .scont .text-edit table{ width:100%;border-collapse: collapse;}
.product_view .view-details .scont .text-edit table tr{ border-bottom: 1px solid #ddd; }
/*.product_view .view-details .scont .text-edit table tr:hover{ background-color: #f8f8f8;}*/
.product_view .view-details .scont .text-edit table tr td{ padding:10px 30px; font-size:14px; line-height: 1.5; color: #333; text-align: left;}
.product_view .view-details .scont .text-edit table tr td:first-child{ width: 20%;}
.product_view .view-details .scont .text-edit table tr td:last-child{ width: 80%;}
.product_view .view-details .scont .text-edit table tr:first-child td{ font-size: 20px;}
.product_view .view-details .scont .text-edit .colspanned{ background-color: #ddd; font-weight: bold;}
.product_view .view-details .scont .text-edit .tip{ font-size: 14px; margin: 20px 0; line-height: 1.5; overflow: hidden; width: 100%;}
.product_view .view-details .scont .pro_list{ padding:20px 0; width:100%;}
.product_view .view-details .scont .pro_list ul{ margin:0 -10px;}
.product_view .view-details .scont .pro_list li{ float:left; width:20%; padding:0 10px; margin-bottom:20px; box-sizing:border-box; text-align:center;}
.product_view .view-details .scont .pro_list li a{ background:#fff;border:1px solid #ddd;}
.product_view .view-details .scont .pro_list li a,
.product_view .view-details .scont .pro_list li span{ display:block;}
.product_view .view-details .scont .pro_list .text{padding:0 20px 20px 20px; text-align: center; }
.product_view .view-details .scont .pro_list .tit{color:#333; line-height:24px; font-size:16px; padding:10px 0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product_view .view-details .scont .pro_list .more{ width:100%; box-sizing:border-box; border:1px solid #ccc; color:#999;line-height:34px; border-radius:17px; font-size:14px;}
.product_view .view-details .scont .pro_list li a:hover{ box-shadow:2px 0 15px rgba(0,0,0,0.27);}
.product_view .view-details .scont .pro_list li a:hover .tit{ font-weight: 700;}
.product_view .view-details .scont .pro_list li a:hover .more{ background:#d1000f; border-color:#d1000f; color:#fff;}
@media screen and (max-width: 1200px){
    .product_view .view-details .scont .pro_list li{ width:50%;}
    .product_view .view-details .scont .text-edit video{max-width:100%;}
}
@media (max-width:758px){
    .product_view .view-details .scont .text-edit table tr td{ padding:10px 10px;}
    .product_view .view-details .scont .text-edit table tr:first-child td{ font-size: 18px;}
    .product_view .view-details .scont .text-edit table tr td:first-child{ width: 30%;}
    .product_view .view-details .scont .text-edit table tr td:last-child{ width: 70%;}
}


/* 解决方案列表 */
.solutions { padding:0;}
.solution_list{padding:40px 0;}
.solution_list ul{ margin:0 -15px; padding-bottom:20px;}
.solution_list li{ float:left; width:33.333333%; box-sizing:border-box; padding:0 15px; margin-bottom:30px;}
.solution_list li a{ display:block; background-color:#fff; padding:0; overflow:hidden; box-sizing:border-box; color:#999;text-align: center;}
.solution_list li span{ display:block;}
.solution_list .pic{ width:100%; display:inline-block; overflow: hidden;}
.solution_list .pic img{ width: 100%;transition: all .6s;}
.solution_list .text{ padding-top:15px;}
.solution_list .text .tit{ color:#333; font-size:16px; line-height:1.5; height: 1.5em; padding-bottom:5px; overflow: hidden;}
.solution_list .text .txt{ color:#999; font-size: 14px; line-height:25px; height:25px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; }
.solution_list li a:hover{}
.solution_list li a:hover .pic img{transform: scale(1.1);}
.solution_list li a:hover .text .tit{ color:#d1000f;}
.solution_list li a:hover .text .txt{ color:#d1000f;}
@media screen and (max-width:1002px){
	.solution_list li{ width:50%;}
}
@media screen and (max-width:758px){
	.solution_list{padding:20px 0;}
	.solution_list li{ width:100%; }
	.solution_list li a{ height:auto;}
	.solution_list .text .tit{ font-size:16px; overflow:hidden; }
}

/* 方案详情 */
.solution_view{ width: 100%;padding:50px 0;}
.solution_view .info-top{background:#fff;margin:0 0 50px 0; overflow: hidden; width:100%;}
.solution_view .info-top .pic-slick{width:48.5%; float: left;}
.solution_view .info-top .pic-slick li{ margin:0;}
.solution_view .info-top .pic-slick li img{ width: 100%;}
.solution_view .info-top .pic-slick .slick-dots{width:100%;position:relative;text-align:center;margin:25px 0 0;padding:0}
.solution_view .info-top .pic-slick .slick-dots>li{display:inline-block;vertical-align:top;margin:0 5px;padding:0}
.solution_view .info-top .pic-slick .slick-dots>li>button{padding:0;display:block;border:none;background:#ccc;width:10px;height:10px;border-radius:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out; font-size:0;}
.solution_view .info-top .pic-slick .slick-dots>li.slick-active>button{background:#d1000f;border:none;}
.solution_view .info-top .txt-box{width:48.5%;float: right;}
.solution_view .info-top .txt-box .s-ti{line-height:1.8;padding:20px 0 10px 0;font-size:24px;color:#333; font-weight: bold; border-bottom: 2px solid #ddd;}
.solution_view .info-top .txt-box .features-box{padding:20px 0;border-bottom: 1px solid #ddd;}
.solution_view .info-top .txt-box .features-box .text-edit{font-size:14px;color:#666; line-height:1.8;}
.solution_view .info-top .txt-box .features-box .ti{margin:0 0 5px;line-height:1.8;font-weight:700;font-size:1rem;color:#333}
.solution_view .info-top .txt-box .operat-box{margin:25px 0 0}
.solution_view .info-top .txt-box .btn-wrap{font-size:0;display:inline-block;vertical-align:middle;width:calc(100% - 170px)}
.solution_view .info-top .txt-box .btn-wrap>a{display:inline-block;vertical-align:top;position:relative;line-height:45px;border-radius:45px;color:#fff;padding:0 30px;margin-right:20px;text-align:center;background-color:#666;font-size:1rem;}
.solution_view .info-top .txt-box .btn-wrap>a i{font-style:normal;position:relative;z-index:2}
.solution_view .info-top .txt-box .btn-wrap>a:before{content:'';position:absolute;width:100%;height:100%;border-radius:45px;background:#d1000f;left:0;top:0;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.solution_view .info-top .txt-box .btn-wrap .back-btn{background:#ddd; color:#333;margin-right:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.solution_view .info-top .txt-box .btn-wrap .back-btn:before{display:none}
.solution_view .info-top .txt-box .bshare-custom{display:inline-block;vertical-align:middle;padding:0;font-size:16px;}
.solution_view .info-top .txt-box .bshare-custom a{ cursor: pointer; margin-right:10px; color:#333; }
.solution_view .info-top .txt-box .bshare-custom a:hover{ color:#d1000f;}
.solution_view .info-top .txt-box .bshare-custom .weixincode{width:200px; height:200px; margin:90px auto; display:none;}
.solution_view .info-top .txt-box .bshare-custom:before{content:'分享至：';position:relative;display:inline-block;vertical-align:middle;font-size:14px;color:#333}
@media (min-width:1025px){
    .solution_view .info-top .txt-box .btn-wrap>a:hover:before{opacity:1}
    .solution_view .info-top .txt-box .btn-wrap .back-btn:hover{background:#d1000f; color: #fff;}
}
@media (max-width:1200px){
    .solution_view .info-top .txt-box .operat-box{margin:20px 0 0}
    .solution_view .info-top .txt-box .btn-wrap{display:block;width:100%}
    .solution_view .info-top .txt-box .bshare-custom{display:block;width:100%;margin:20px 0 0;text-align:right}
}
@media (max-width:900px){
    .solution_view .info-top .pic-slick{width:100%;display:block}
    .solution_view .info-top .txt-box{width:100%;padding:0;margin:20px 0 0}
}
@media (max-width:480px){
    .solution_view .info-top .txt-box .btn-wrap{text-align:center}
    .solution_view .info-top .txt-box .btn-wrap>a{margin-right:10px;padding:0 25px}
    .solution_view .info-top .txt-box .bshare-custom{text-align:center}
}

.solution_view .info-view{ padding: 0 0px; width: calc(100% - 0px); overflow: hidden; margin: 0px 0;}
.solution_view .info-view .gridcon {display: grid;grid-template-columns: repeat(1, 1fr); /* 默认两列 */gap: 0px; /* 列间距 */}
.solution_view .info-view .gridcon .item {padding:80px 50px 20px 50px;text-align: center; background-color: #eee;}
/*.solution_view .info-view .gridcon > .item:nth-last-child(1) {grid-column: span 2; !* 项的数量为奇数时，最后一个项占满两列 *!}*/
/*.solution_view .info-view .gridcon > .item:nth-last-child(2):nth-child(odd) {grid-column: span 1; !* 倒数第二个项占一列 *!}*/
/*.solution_view .info-view .gridcon > .item:nth-last-child(1):nth-child(even) {grid-column: span 1; !* 倒数第二个项占一列 *!}*/
.solution_view .info-view .gridcon .item .tit{ font-size: 50px;color: #333; font-weight: bold; line-height: 1.5; margin-bottom: 20px; text-align: center;}
.solution_view .info-view .gridcon .item .contxt{font-size: 20px; color:rgb(0,0,0, 0.7);text-align: left;}
.solution_view .info-view .gridcon .item .contxt p{ text-align: justify; line-height: 1.5; margin-bottom: 15px;  padding: 0 100px;}
.solution_view .info-view .gridcon .item .contxt img{ max-width: 100%;  margin: 20px 0;}
.solution_view .info-view .gridcon .item .contxt p:last-child{padding: 0 0px;}
@media (max-width:900px){
    .solution_view .info-view .gridcon {grid-template-columns: 1fr;}
    .solution_view .info-view .gridcon > .item:nth-last-child(1) {grid-column: span 1;}
}
@media (max-width:758px){
    .solution_view .info-view .gridcon .item {padding:30px;}
    .solution_view .info-view .gridcon .item {padding:50px 10px 10px 10px;}
    .solution_view .info-view .gridcon .item .in_wrap{padding: 0 0px;}
    .solution_view .info-view .gridcon .item .tit{ font-size: 20px;}
    .solution_view .info-view .gridcon .item .contxt{font-size: 16px; }
    .solution_view .info-view .gridcon .item .contxt p{ padding: 0 0px;}
}




/* 应用案例 */
.cases { padding:20px 0 0 0;}
.cases_list{padding:40px 0;}
.cases_list ul{ margin:0 -12px; padding-top:0px;}
.cases_list ul li{float:left; width:33.333%; margin-bottom:20px;box-sizing:border-box;border:none; padding:0 10px; text-align:center;}
.cases_list ul li a,
.cases_list ul li span{ display:block;}
.cases_list ul li a{ position:relative; overflow:hidden;}
.cases_list ul li img{ width:100%; }
.cases_list ul li .txt{ line-height:24px; text-align:center; color:#fff; font-size:16px;}
.cases_list ul li .txt span{ transition: 0.4s; -webkit-transition: 0.4s; box-sizing:border-box;}
.cases_list ul li .stit{position:absolute; left:0; bottom:0; width:100%; color:#fff; font-size:16px; height:45px; line-height:45px; background: rgba(0,0,0,0.5);overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;padding:0 15px;}
.cases_list ul li a:hover .stit{ bottom:-50px;}
.cases_list ul li .stit2{ position:absolute;left:0;bottom:0;width:100%;height:0;background: rgba(0,0,0,0.5);overflow:hidden;font-size:16px; color:#fff;padding:0 15px;}
.cases_list ul li a:hover .stit2{ height:100%; padding-top:30%;}
@media screen and (max-width:1002px){
	.cases_list ul li{ width:50%;}
}
@media screen and (max-width:758px){
	.cases_list{padding:20px 0;}
	.cases_list ul li{ width:50%;}
	.cases_list ul li .stit{ font-size:12px; padding:0 10px; line-height:30px; height:30px; overflow:hidden;}
}

/* 应用案例详情/新闻详情 */
.news_view{ width: 100%; background-color: #f9f9f9; }
.list-details {background-color:#fff;padding:40px; margin-bottom:40px; overflow: hidden;}
.list-details .list-con {width:100%;margin:0 auto;font-size:0;}
.list-details .list-con .con-left {float:left;width:70%;vertical-align:top;}
.list-details .list-con .con-left .left-title {font-size:24px;font-weight:bold;line-height:2;color:#333;margin-bottom:15px;width:100%;}
.list-details .list-con .con-left .date-share {padding:15px 0;width:100%;font-size:14px;border-bottom:1px dashed #d9d9d9;}
.list-details .list-con .con-left .date-share .date-browse {display:inline-block;vertical-align:middle;}
.list-details .list-con .con-left .date-share .date-browse .browse {display:inline-block;font-size:14px;color:#666;vertical-align:middle;margin-right:15px;}
.list-details .list-con .con-left .date-share .share {display:inline-block;vertical-align:middle;margin-left:50px;}
.list-details .list-con .con-left .date-share .share span {display:inline-block;font-size:14px;color:#000000;vertical-align:middle;}
.list-details .list-con .con-left .date-share .share a{display:inline-block;vertical-align:middle;margin:0 8px;cursor:pointer; font-size:16px; color:#333;}
.list-details .list-con .con-left .date-share .share a:hover{ color:#d1000f;}
.list-details .list-con .con-left .date-share .share .weixincode{ width:200px; height:200px; margin:90px auto; display:none;}
.list-details .list-con .con-left .left-content {width:100%;font-size:16px;padding:20px 0; text-align:justify;}
.list-details .list-con .con-left .left-content p{font-size:16px;line-height:2;color:#333; margin-bottom:10px; /*text-indent: 2em;*/}
.list-details .list-con .con-left .left-content p img{ max-width:100%; /*margin-left: -30px;*/}
.list-details .list-con .con-left .left-content p video{ max-width:100%;}
.list-details .list-con .con-left .left-content p a{ color:#00F}
.list-details .list-con .con-left .left-content p a:hover{ text-decoration:underline;}

.list-details .list-con .con-left .pro_list{ padding:30px 0; width:100%;}
.list-details .list-con .con-left .pro_list .pro-title {font-size:20px;font-weight:bold;color:#333;margin-bottom:15px;width:100%; line-height:2;}
.list-details .list-con .con-left .pro_list ul{ margin:0 -10px;}
.list-details .list-con .con-left .pro_list li{ float:left; width:25%; padding:0 10px; margin-bottom:20px; box-sizing:border-box; text-align:center;}
.list-details .list-con .con-left .pro_list li a{ background:#fff;border:1px solid #ddd;}
.list-details .list-con .con-left .pro_list li a,
.list-details .list-con .con-left .pro_list li span{ display:block;}
.list-details .list-con .con-left .pro_list .text{padding:0 20px 20px 20px; text-align: center; }
.list-details .list-con .con-left .pro_list .tit{color:#333; line-height:24px; font-size:16px; padding:10px 0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list-details .list-con .con-left .pro_list .more{ width:100%; box-sizing:border-box; border:1px solid #ccc; color:#999;line-height:34px; border-radius:17px; font-size:14px;} 
.list-details .list-con .con-left .pro_list li a:hover{ box-shadow:2px 0 15px rgba(0,0,0,0.27);}
.list-details .list-con .con-left .pro_list li a:hover .tit{ font-weight: 700;}
.list-details .list-con .con-left .pro_list li a:hover .more{ background:#ffdd00; border-color:#ffdd00; color:#333;} 

.list-details .list-con .con-left .left-article-list {width:100%;font-size:0;padding-top:20px;border-top:1px solid #dee2e8;}
.list-details .list-con .con-left .left-article-list .article-box {float:left;width:70%;}
.list-details .list-con .con-left .left-article-list .article-box .article {font-size:14px;line-height:2;color:#666666;display:block;cursor:pointer;width:100%;}
.list-details .list-con .con-left .left-article-list .article-box .article:hover span {color:#e50112;}
.list-details .list-con .con-left .left-article-list .article-box .article.active span {color:#e50112;}
.list-details .list-con .con-left .left-article-list .list-box {float:right;display:block;cursor:pointer;font-size:0;width:150px;height:50px;line-height:50px;text-align:center;background-color:#d1000f;border-radius:50px;}
.list-details .list-con .con-left .left-article-list .list-box .list {display:inline-block;font-size:14px;color:#ffffff;vertical-align:middle;}

.list-details .list-con .con-right { float:right;width:25%;vertical-align:top;}
.list-details .list-con .con-right .right-title {font-size:24px;font-weight:bold;color:#333;margin-bottom:15px;width:100%; line-height:2;}
.list-details .list-con .con-right ul{ margin:0 0px;}
.list-details .list-con .con-right li{width:100%;margin-bottom:20px;}
.list-details .list-con .con-right .pic {width:100%; margin-bottom:5px; display:block; overflow:hidden;}
.list-details .list-con .con-right .pic img{ width:100%;}
.list-details .list-con .con-right .title {width:100%;font-size:16px;line-height:1.5;color:#333;}
.list-details .list-con .con-right li:hover .title {color:#d1000f;}
@media (max-width:1200px) {
	.list-details{ padding:30px;}
	.list-details .list-con .con-left .date-share .date-browse {width:100%;display:block;}
	.list-details .list-con .con-left .date-share .date-browse .browse {vertical-align:middle;}
	.list-details .list-con .con-left .date-share .share {display:block;margin-left:0; margin-top:15px;}
	.list-details .list-con .con-left .pro_list li{width:33.333%;}
}
@media (max-width:900px) {
	.list-details{ padding:20px;}
	.list-details .list-con .con-left .left-title {margin-bottom:0px; line-height:1.5;}
	.list-details .list-con .con-left {display:block;width:100%;margin-bottom:30px;float:none;}
	.list-details .list-con .con-right {display:block;width:100%;float:none;}
	.list-details .list-con .con-right ul{ margin:0 -10px;}
	.list-details .list-con .con-right li{ float:left; width:50%; padding:0 10px; box-sizing:border-box;}
	.list-details .list-con .con-left .left-article-list .article-box {width:100%;display:block;float:none;}
	.list-details .list-con .con-left .left-article-list .list-box {float:none;display:block;margin:20px auto 0 auto;}
}
@media (max-width:768px) {
	.list-details{ padding:15px;}
	.list-details .list-con .con-left .pro_list li{width:50%;}
}
@media (max-width:400px) {
	.list-details .list-con .con-left {display:block;width:100%;margin-bottom:30px;}
	.list-details .list-con .con-left .date-share .date-browse {width:100%;display:block;}
	.list-details .list-con .con-left .date-share .share {width:100%;display:inline-block;margin-left:0;}
}

.list-details .list-con .con-right .morenewlist{width:100%}
.list-details .list-con .con-right .morenewlist a{width:100%;margin-bottom:30px;text-align:left; display:block;}
.list-details .list-con .con-right .morenewlist .type { display:block; width:50px;height:24px;line-height:24px;text-align:center;background-color:#e50112;border-radius:12px;font-size: 12px;color: #fff;vertical-align: middle;}
.list-details .list-con .con-right .morenewlist .title {display:block; width:100%; font-size:16px; color:#333; font-weight:500; line-height:24px; padding:5px 0 10px 0;}
.list-details .list-con .con-right .morenewlist .time {display:block;width:100%; font-size:13px; color:#999;}
.list-details .list-con .con-right .morenewlist a:hover .title{color:#d1000f;}


/* 服务与支持-下载中心 NEW*/
.download{  padding:0;}
.download .down_con{ padding:40px 0;}
.download .down_con .tab{ border-bottom:1px solid #e1e1e1; margin-bottom: 40px;}
.download .down_con #tab_a { text-align: center; width: 100%;}
.download .down_con #tab_a a{ font-size:14px; padding: 12px 20px; background-color:#eee; color:#333; display:inline-block; margin-left: 5px;}
.download .down_con #tab_a a:first-child{ margin-left:0px;}
.download .down_con #tab_a a.selected{ background-color:#d1000f; position:relative; color: #fff; }
/*.download .down_con #tab_a a.selected:before{ content: ''; position: absolute; left:0; bottom:-2px; width:100%; height:2px; background:#fff;}*/
.download .down_con #tab_a a i{ margin-right: 10px;}
.download .down_con .searchBox {font-size:14px; margin-bottom: 40px;display: flex;justify-content: center; /* 水平居中 */align-items: center; /* 垂直居中 */}
.download .down_con .searchBox .sb1 { float:left;width:25%; margin-right:10px;}
.download .down_con .searchBox .sb1 input{line-height:43px; width:100%; outline: none; text-indent:15px;border:1px solid #ccc; height:43px;}
.download .down_con .searchBox .sb2 {float:left;width:20%; margin-right:10px;}
.download .down_con .searchBox .sb2 select{ width:100%; height:43px; outline:none;}
.download .down_con .searchBox .sb2 .chosen-container-single .chosen-single{ line-height:41px; background:none;border:1px solid #ccc; outline:none;}
.download .down_con .searchBox .sb2 .chosen-container-single .chosen-single div{ border:none;}
.download .down_con .searchBox .sb2 .chosen-container-single .chosen-single div b{ background:url(../images/fwxz_ion-1.png) no-repeat center;}
.download .down_con .searchBox .btn { float:left; width:100px;}
.download .down_con .searchBox .btn a { display:block; width:100%; text-align:center; font-size:16px;color:#fff; background: #d1000f; line-height:43px; height:43px;cursor: pointer;}
.download .down_con .item_box .item_box_head { width:100%; text-align: center; color:#666; line-height:24px; position: relative; overflow: hidden;}
.download .down_con .item_box .item_box_head div {text-align:center;line-height:40px;background:#ddd; font-weight:bold; float:left;font-size:14px;color:#333; border-right:2px solid #fff; box-sizing:border-box;}
.download .down_con .item_box .item_box_head div:nth-last-child(1){border-right:none;}
.download .down_con .item_box .item_box_head .t1 { width: 30%;}
.download .down_con .item_box .item_box_head .t2 { width: 48%;}
.download .down_con .item_box .item_box_head .t4 { width: 12%;}
.download .down_con .item_box .item_box_head .t5 { width: 10%;}
.download .down_con .item_box .item_box_body {width: 100%; text-align: center; position: relative;}
.download .down_con .item_box .item_box_body a { text-decoration: none; color: #666; padding: 10px 0;}
.download .down_con .item_box .item_box_body .item {width: 100%; border-bottom:1px solid #e5e5e5; overflow: hidden; padding:15px 0; height: auto;}
.download .down_con .item_box .item_box_body .item div { line-height:25px;float:left; vertical-align: middle;font-size:14px; color:#666;}
.download .down_con .item_box .item_box_body .item .tb1 { text-align:left; width: calc(30% - 20px); padding:0 10px;font-size:15px;font-weight:500;line-height:25px; color:#333;}
.download .down_con .item_box .item_box_body .item .hid1 {overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space:nowrap;}
.download .down_con .item_box .item_box_body .item .tb2 { text-align:left; width: calc(48% - 20px); white-space:pre-wrap; line-height:25px; padding:0 10px;cursor: pointer;}
.download .down_con .item_box .item_box_body .item .tb2 a{color:#06F; text-decoration:underline;}
.download .down_con .item_box .item_box_body .item .tb2 a:hover{color:#00C;}
.download .down_con .item_box .item_box_body .item .hid2 {overflow:hidden;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; height:25px;}
.download .down_con .item_box .item_box_body .item .tb4 { text-align:center; width:12%;}
.download .down_con .item_box .item_box_body .item .tb5 { text-align:center; width:10%;}
.download .down_con .item_box .item_box_body .item .tb5 i { font-size: 20px;}
.download .down_con .item_box .item_box_body .item .tb5 a:hover i { color: #D1000F;}
.download .page { margin:40px 0; overflow: hidden;}
@media screen and (max-width:1200px) and (min-width:759px){
	.download .down_con #tab_a { text-align: center; width: 100%;}
	.download .down_con #tab_a a:first-child{ margin-left:0px;}
	.download .down_con #tab_a a{ font-size:14px; padding:10px 20px;}
}
@media screen and (max-width:758px){
	.download .down_con{ background: #fff; padding: 20px 15px;}
	.download .down_con #tab_a { text-align: center; width: 100%;}
	.download .down_con #tab_a a:first-child{ margin-left:0px;}
	.download .down_con #tab_a a{ font-size:14px; padding:10px 0;width: 23%;}
	.download .down_con #tab_a a i{ display: none;}
	.download .down_con .searchBox {padding:20px 0;}
	.download .down_con .searchBox .sb1 { float:left;width:calc(40% - 10px); margin-right:10px; display: none;}
	.download .down_con .searchBox .sb1 input{text-indent:7px;}
	.download .down_con .searchBox .sb2 {float:left;width:calc(50% - 10px); margin:0 5px;}
	.download .down_con .searchBox .btn { float:right; width:20%; display: none;}
	.download .down_con .item_box .item_box_head div { line-height: 40px; }
	.download .down_con .item_box .item_box_head .t1 { width: 50%; }
	.download .down_con .item_box .item_box_head .t2 { display: none; }
	.download .down_con .item_box .item_box_head .t3 { display: none;}
	.download .down_con .item_box .item_box_head .t4 { width: 30%; }
	.download .down_con .item_box .item_box_head .t5 { width: 20%; }
	.download .down_con .item_box .item_box_body div { line-height: 30px; }
	.download .down_con .item_box .item_box_body .item .tb1{width: calc(50% - 20px); font-size: 13px;}
	.download .down_con .item_box .item_box_body .item .tb2{display: none !important;}
	.download .down_con .item_box .item_box_body .item .tb3{display: none;}
	.download .down_con .item_box .item_box_body .item .tb4{width: 30%; font-size: 12px;}
	.download .down_con .item_box .item_box_body .item .tb5{width: 20%;}
	.download .page a{display: inline-flex;}
}

/*下载中心-视频列表*/
.download .down_con .video_list{padding:0;}
.download .down_con .video_list ul{ margin:0 -15px;}
.download .down_con .video_list li{ float:left; width:33.333333%; box-sizing:border-box; padding:0 15px; margin-bottom:30px;}
.download .down_con .video_list li a{ display:block; background-color:#fff; padding:0; overflow:hidden; box-sizing:border-box; color:#999;text-align: center;}
.download .down_con .video_list li span{ display:block;}
.download .down_con .video_list .pic{ width:100%; display:inline-block; overflow: hidden; position: relative;}
.download .down_con .video_list .pic img{ width: 100%;transition: all .6s;}
.download .down_con .video_list .pic .play{ position: absolute; left: calc(50% - 30px); top: calc(50% - 30px); width: 60px; height: 60px; line-height: 60px; font-size:60px; color: #fff;}
.download .down_con .video_list .tit{ color:#333; font-size:14px; line-height:1.5; height: 1.5em; overflow: hidden; padding-top: 10px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; }
.download .down_con .video_list li a:hover{}
/*.download .down_con .video_list li a:hover .pic img{transform: scale(1.1);}*/
.download .down_con .video_list li a:hover .pic .play{ color: #d1000f;}
.download .down_con .video_list li a:hover .tit{ color:#d1000f;}
@media screen and (max-width:1002px){
    .download .down_con .video_list li{ width:50%;}
}
@media screen and (max-width:758px){
    .download .down_con .video_list li{ width:100%; }
    .download .down_con .video_list li a{ height:auto;}
}

/* 服务与支持-常见问题 NEW*/
.question{ background: #f9f9f9;}
.question .qt_con{ background: #fff; padding:40px;}
.question .qt_con .tab{ border-bottom:1px solid #e1e1e1;}
.question .qt_con #tab_a { text-align: center; width: 100%;}
.question .qt_con #tab_a a{ font-size:18px; padding: 15px 50px; background-color:#eee; color:#333; display:inline-block; border:1px solid #eee;}
.question .qt_con #tab_a a:first-child{ margin-left:0px;}
.question .qt_con #tab_a a.selected{ background-color:#fff; position:relative; color: #D1000F; border-bottom: 1px solid #e1e1e1 !important;}
.question .qt_con #tab_a a.selected:before{ content: ''; position: absolute; left:0; bottom:-2px; width:100%; height:2px; background:#fff;}
.question .qt_con #tab_a a i{ margin-right: 10px;}
.question .qt_con .ssfaq {padding:40px 0; font-size:14px; margin-bottom:40px;}
.question .qt_con .ssfaq .sf1 { float:left;width:40%; margin-right:10px;}
.question .qt_con .ssfaq .sf1 input{line-height:43px; width:100%; outline: none; text-indent:15px;border:1px solid #ccc; height:43px;}
.question .qt_con .ssfaq .sb2 {float:left;width:20%; margin-right:10px;}
.question .qt_con .ssfaq .btn { float:left; width:120px;}
.question .qt_con .ssfaq .btn a { display:block; width:100%; text-align:center; font-size:16px;color:#fff; background: #d1000f; line-height:43px; height:43px;cursor: pointer;}
.question .qt_con .listbox { padding-top: 0; margin-bottom: 0;}
.question .qt_con .listbox ul li{ border-bottom:1px solid #e5e5e5;}
.question .qt_con .listbox .faq_list dt {padding:15px 10px; line-height:1.8; color: #333; font-size:18px;cursor: pointer; text-align:justify;}
.question .qt_con .listbox .faq_list dt i { width: 30px; display: inline-block;}
.question .qt_con .listbox .faq_list dd { padding:0 40px 20px 40px; display:none; font-size:14px; color:#333; line-height:1.8;text-align:justify;}
.question .qt_con .listbox .faq_list .one dt { color: #D1000F;}
.question .page { margin: 40px 0; overflow: hidden; }
@media screen and (max-width:1200px) and (min-width:759px){
	.question .qt_con #tab_a { text-align: center; width: 100%;}
	.question .qt_con #tab_a a:first-child{ margin-left:0px;}
	.question .qt_con #tab_a a{ font-size:14px; padding:10px 20px;}
}
@media screen and (max-width:758px){
	.question .qt_con{ background: #fff; padding:20px 15px;}
	.question .qt_con #tab_a { text-align: center; width: 100%;}
	.question .qt_con #tab_a a:first-child{ margin-left:0px;}
	.question .qt_con #tab_a a{ font-size:14px; padding:10px 0;width: 23%;}
	.question .qt_con #tab_a a i{ display: none;}
	.question .qt_con .ssfaq {padding:20px 0;}
	.question .qt_con .ssfaq .sf1 { float:left;width:calc(80% - 10px); margin-right:10px;}
	.question .qt_con .ssfaq .sf1 input{line-height:36px;height:36px; text-indent:7px;}
	.question .qt_con .ssfaq .btn { float:right; width:20%;}
	.question .qt_con .ssfaq .btn a {font-size:14px;line-height:36px; height:36px;}
	.question .qt_con .listbox .faq_list dt {padding:10px;font-size:16px;}
	.question .qt_con .listbox .faq_list dt i { width:20px;}
	.question .qt_con .listbox .faq_list dd { padding:0 20px 20px 30px;}
	.question .page a{display: inline-flex;}
}


/*新闻中心*/
.snews{ width: 100%;}
.snews .news_con{ background: #fff; padding:40px;}
.snews .news_con .tab{ border-bottom:1px solid #e1e1e1; margin-bottom:40px;}
.snews .news_con #tab_a { text-align: center; width: 100%;}
.snews .news_con #tab_a a{ font-size:18px; padding: 15px 50px; background-color:#eee; color:#333; display:inline-block; border:1px solid #eee;}
.snews .news_con #tab_a a:first-child{ margin-left:0px;}
.snews .news_con #tab_a a.selected{ background-color:#fff; position:relative; color: #D1000F; border-bottom: 1px solid #e1e1e1 !important;}
.snews .news_con #tab_a a.selected:before{ content: ''; position: absolute; left:0; bottom:-2px; width:100%; height:2px; background:#fff;}
.snews .news_con #tab_a a i{ margin-right: 10px;}
.snews .news_con .newlist{ margin:0 -20px;}
.snews .news_con .news-details{ border:1px solid #ddd; border-top:none;}
.snews .page {margin: 40px 0; overflow: hidden; }
@media screen and (max-width:1200px) and (min-width:759px){
	.snews .news_con #tab_a { text-align: center; width: 100%;}
	.snews .news_con #tab_a a:first-child{ margin-left:0px;}
	.snews .news_con #tab_a a{ font-size:14px; padding:10px 20px;}
}
@media screen and (max-width:758px){
	.snews .news_con{ background: #fff; padding:20px 15px;}
	.snews .news_con #tab_a { text-align: center; width: 100%;}
	.snews .news_con #tab_a a:first-child{ margin-left:0px;}
	.snews .news_con #tab_a a{ font-size:14px; padding:10px 0;width: 23%;}
	.snews .news_con #tab_a a i{ display: none;}
	.snews .page a{display: inline-flex;}
}

.news_con .list{}
.news_con .list li{ border-bottom:1px solid #e0e0e0;font-size:16px; font-weight:500;}
.news_con .list a{width:100%; color:#333; line-height:24px;padding:15px 0; display:block; overflow: hidden;}
.news_con .list span{display: block; float: left;}
.news_con .list .type{width:50px;height:24px;text-align:center;background-color: #ffffff;border-radius:12px;border: solid 1px rgba(0, 0, 0, 0.5);font-size: 12px;color: #808080;vertical-align: middle;}
.news_con .list .title{ padding-left:15px; width: calc( 100% - 300px );white-space:nowrap;text-overflow: ellipsis; overflow: hidden; }
.news_con .list .time{ color:#666; font-size:13px;padding-left:20px; width:90px;}
.news_con .list .visits{ color:#666; font-size:13px;width:100px;}
.news_con .list a:hover{ color:#e50112;}
@media screen and (max-width:758px){
	.news_con .list .type{ display:none;}
	.news_con .list .title{ padding-left:0px; width: calc( 100% - 100px );}
	.news_con .list .time{ color:#666; font-size:13px;padding-left:15px; width:80px; text-align:right;}
	.news_con .list .visits{ display:none;}
}


/* 服务与支持-服务网络 */
.network{background:#f9f9f9; padding-bottom:40px;}
.network .nk_con{padding:40px; background:#fff;}
.network .fwwl_head_p{ color: #777777;font-size: 13px;font-weight: 400;margin-bottom: 20px;}
.network #provinces{ overflow: hidden;}
.network .pro-btn{ background-color:#EEEEEE;margin-bottom:16px;padding:4px 8px;font-size:14px;line-height:1.5;border-radius:3.2px;border-color:#f8f9fa;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;border:1px solid transparent;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; cursor: pointer;}
.network .pro-btn.active{ background-color: #dc3545; color: #FFFFFF;border-color: #dc3545;}
.network .pro-btn:hover{ color:initial;background-color:#BBBBBB;border-color: #dae0e5;}
.network .pro-btn.active:hover{ color:#FFFFFF;background-color:#c82333;border-color: #bd2130;}
.network .pro-btn:focus{ outline:none;box-shadow:none;}
.network #gradient { width:100%;background:url() repeat-x;position:absolute;bottom:0;left:0;}
.network #read-more { padding:5px;border-top:2px solid #ddd;background:#fff;color:#333;text-align:center;}
.network #read-more a { background:url() no-repeat 100% 50%;text-decoration:none;font-size:12px;font-weight:normal;color:#000;}
.network #read-more a:hover { text-decoration:none;color:#000;}
.network #companylist {margin: 0 -15px;box-sizing: border-box; overflow:hidden;}
.network #companylist li{float: left; width: 33.333%; padding: 0 15px;box-sizing: border-box; margin-bottom: 40px;}
.network #companylist li h2{ width:calc(100% - 30px); font-size: 20px; color: #d1000f; font-weight: bold; line-height: 50px; padding: 0 15px;border-bottom: 1px solid #ddd;}
.network #companylist li p{ width: calc(100% - 30px); font-size: 14px; color: #212529; line-height: 40px; display: block; padding: 0 15px;border-bottom: 1px solid #ddd; overflow: hidden;}
.network #companylist li p:hover{background-color: rgba(0, 0, 0, .025);}
.network #companylist li p span{float: left;display: block;}
.network #companylist li p span:nth-child(1){ width: 60px;}
.network #companylist li p span:nth-child(2){width:calc(100% - 60px); overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
@media screen and (max-width:1200px) and (min-width:759px){
    .network #provinces{ padding: 0;}
    .network #companylist li{float: left; width: 50%; padding: 0 15px;box-sizing: border-box; margin-bottom: 40px;}
}
@media screen and (max-width:758px){
    .network .nk_con{padding:20px;}
    .network #provinces{ padding: 0;}
    .network #companylist li{float: left; width: 100%; padding: 0 15px;box-sizing: border-box; margin-bottom: 40px;}
    .network #companylist li p span:nth-child(2){display: initial ; overflow: initial; white-space: initial;}
}


/* 服务与支持-其他信息*/
.otherinfo{ background: #f9f9f9;}
.otherinfo .info_con{ background: #fff; padding:40px;}
.otherinfo .info_con .tab{ border-bottom:1px solid #e1e1e1;}
.otherinfo .info_con #tab_a { text-align: center; width: 100%;}
.otherinfo .info_con #tab_a a{ font-size:18px; padding: 15px 50px; background-color:#eee; color:#333; display:inline-block; border:1px solid #eee;}
.otherinfo .info_con #tab_a a:first-child{ margin-left:0px;}
.otherinfo .info_con #tab_a a.selected{ background-color:#fff; position:relative; color: #D1000F; border-bottom: 1px solid #e1e1e1 !important;}
.otherinfo .info_con #tab_a a.selected:before{ content: ''; position: absolute; left:0; bottom:-2px; width:100%; height:2px; background:#fff;}
.otherinfo .info_con #tab_a a i{ margin-right: 10px;}
.otherinfo .info_con .searchBox {padding:40px 0; font-size:14px; margin-bottom:40px;}
.otherinfo .info_con .searchBox .sb1 { float:left;width:30%; margin-right:10px;}
.otherinfo .info_con .searchBox .sb1 input{line-height:43px; width:100%; outline: none; text-indent:15px;border:1px solid #ccc; height:43px;}
.otherinfo .info_con .searchBox .sb2 {float:left;width:20%; margin-right:10px;}
.otherinfo .info_con .searchBox .sb2 select{ width:100%; height:43px; outline:none;}
.otherinfo .info_con .searchBox .sb2 .chosen-container-single .chosen-single{ line-height:41px; background:none;border:1px solid #ccc; outline:none;}
.otherinfo .info_con .searchBox .sb2 .chosen-container-single .chosen-single div{ border:none;}
.otherinfo .info_con .searchBox .sb2 .chosen-container-single .chosen-single div b{ background:url(../images/fwxz_ion-1.png) no-repeat center;}
.otherinfo .info_con .searchBox .btn { float:left; width:120px;}
.otherinfo .info_con .searchBox .btn a { display:block; width:100%; text-align:center; font-size:16px;color:#000; background: #ffdd00; line-height:43px; height:43px;cursor: pointer;}
.otherinfo .info_con .item_box .item_box_head { width:100%; text-align: center; color:#666; line-height:24px; position: relative; overflow: hidden;}
.otherinfo .info_con .item_box .item_box_head div {text-align:center;line-height:40px;background:#eee; font-weight:bold; float:left;font-size:14px;color:#333; border-right:2px solid #fff; box-sizing:border-box;}
.otherinfo .info_con .item_box .item_box_head div:nth-last-child(1){border-right:none;}
.otherinfo .info_con .item_box .item_box_head .t1 { width: 75%;}
.otherinfo .info_con .item_box .item_box_head .t2 { width: 25%;}
.otherinfo .info_con .item_box .item_box_body {width: 100%; text-align: center; position: relative;}
.otherinfo .info_con .item_box .item_box_body .item {width: 100%; border-bottom:1px solid #e5e5e5; overflow: hidden; padding:15px 0; height: auto;}
.otherinfo .info_con .item_box .item_box_body .item div { line-height:25px;float:left; vertical-align: middle;font-size:14px; color:#666;}
.otherinfo .info_con .item_box .item_box_body .item .tb1 { text-align:left; width: calc(75% - 20px); padding:0 10px;font-size:15px;font-weight:500;line-height:25px; color:#333;}
.otherinfo .info_con .item_box .item_box_body .item .hid1 {overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space:nowrap;}
.otherinfo .info_con .item_box .item_box_body .item .tb2 { text-align: center; width: calc(25% - 20px); white-space:pre-wrap; line-height:25px; padding:0 10px;cursor: pointer;}
.otherinfo .info_con .item_box .item_box_body .item .hid2 {overflow:hidden;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; height:25px;}
.otherinfo .info_con .item_box .item_box_body .item .tb1 i { font-size:18px; margin-right:10px;}
.otherinfo .info_con .item_box .item_box_body .item a:hover .tb1{color: #D1000F;}
.otherinfo .info_con .item_box .item_box_body .item a:hover i { color: #D1000F;}
.otherinfo .page { margin:40px 0; overflow: hidden;}
@media screen and (max-width:1200px) and (min-width:759px){
	.otherinfo .info_con #tab_a { text-align: center; width: 100%;}
	.otherinfo .info_con #tab_a a:first-child{ margin-left:0px;}
	.otherinfo .info_con #tab_a a{ font-size:14px; padding:10px 20px;}
}
@media screen and (max-width:758px){
	.otherinfo .info_con{ background: #fff; padding: 20px 15px;}
	.otherinfo .info_con #tab_a { text-align: center; width: 100%;}
	.otherinfo .info_con #tab_a a:first-child{ margin-left:0px;}
	.otherinfo .info_con #tab_a a{ font-size:14px; padding:10px 0;width: 23%;}
	.otherinfo .info_con #tab_a a i{ display: none;}
	.otherinfo .info_con .searchBox {padding:20px 0;}
	.otherinfo .info_con .searchBox .sb1 { float:left;width:calc(40% - 10px); margin-right:10px;}
	.otherinfo .info_con .searchBox .sb1 input{line-height:36px;height:36px; text-indent:7px;}
	.otherinfo .info_con .searchBox .sb2 {float:left;width:calc(40% - 10px); margin-right:10px;}
	.otherinfo .info_con .searchBox .sb2 select{ width:100%; height:36px; outline:none;}
	.otherinfo .info_con .searchBox .sb2 .chosen-container-single .chosen-single{ line-height:34px; background:none;border:1px solid #ccc; outline:none;}
	.otherinfo .info_con .searchBox .sb2 .chosen-container-single .chosen-single div{ border:none;}
	.otherinfo .info_con .searchBox .sb2 .chosen-container-single .chosen-single div b{ background:url(../images/fwxz_ion-1.png) no-repeat center;}
	.otherinfo .info_con .searchBox .btn { float:right; width:20%;}
	.otherinfo .info_con .searchBox .btn a {font-size:14px;line-height:36px; height:36px;}
	.otherinfo .info_con .item_box .item_box_head div { line-height: 40px; }
	.otherinfo .info_con .item_box .item_box_head .t1 { width: 80%; }
	.otherinfo .info_con .item_box .item_box_head .t2 { width: 20%; }
	.otherinfo .info_con .item_box .item_box_body div { line-height: 30px; }
	.otherinfo .info_con .item_box .item_box_body .item .tb1{width: calc(80% - 20px); font-size: 13px;}
	.otherinfo .info_con .item_box .item_box_body .item .tb2{width: 20%;}
	.otherinfo .page a{display: inline-flex;}
}

/*搜索结果*/
.ss_ban{ background:url(../images/ban-search.jpg?v=2024) no-repeat center; background-size: cover;color:#fff; padding:50px 0 20px; height:300px; box-sizing:border-box;}
.ss_ban .sb_search {font-size:14px; text-align:center; margin:0 auto; width:500px; padding-top:100px;}
.ss_ban .sb_search .sb1 {float:left; width:80%;}
.ss_ban .sb_search .sb1 input{line-height:50px; width:100%; outline: none; text-indent:15px;border:none; height:50px; background-color:#fff; border-radius:10px 0 0 10px;}
.ss_ban .sb_search .btn {float:left; width:20%;}
.ss_ban .sb_search .btn a {display:block; width:100%; text-align:center; font-size:16px;color:#fff; background:#e50112; line-height:50px; height:50px;cursor: pointer; border-radius:0 10px 10px 0;}
.ss_cont{ padding:40px 0;}
.ss_cont .ss_box{ width: 100%;}
.ss_cont .list_box{ background:#fff;padding:0 60px 40px 60px;}
.ss_cont .box{ background:#fff;padding:40px 60px 40px 60px;}
.ss_cont .top-1{ padding: 0; font-size: 14px;}
.ss_cont .top-1 span{ font-size: 20px; margin-right: 20px; font-weight: bold;}
.ss_cont .top-1 i{ color:#d1000f;}
.ss_cont .top-2{ padding:20px 0 0 0;}
.ss_cont .top-2 li{ float:left; margin-left:-1px;display:block; padding:10px 40px; font-size:16px; color:#333; background:#f5f5f5; border:1px solid #e0e0e0; cursor: pointer;}
.ss_cont .top-2 li span{ font-size: 14px; margin-left: 5px;}
.ss_cont .top-2 .current{ background:#d1000f; color:#fff; border:1px solid #d1000f;}
.ss_cont .list li{ border-bottom:1px solid #e0e0e0; padding:15px 0; font-size:16px; font-weight:300;}
.ss_cont .list a,
.ss_cont .list span{ display: inline-block;}
.ss_cont .list a{ float:left; width:85%; color:#333;}
.ss_cont .list a:hover{ color:#d1000f;}
.ss_cont .list span{ float:right; width:15%; text-align:right;}
.ss_cont .cplb_list{ padding:0 0 40px 0; margin-top:20px;}
.ss_cont .box:nth-child(2){ padding-top:0;}
@media screen and (max-width:758px){
    .ss_ban .sb_search{ width:90%; padding-top:70px; height:240px; margin: 0 auto;}
    .ss_cont{ padding:30px 0;}
    .ss_cont .list_box{ padding:15px;}
    .ss_cont .box{ padding:15px;}
    .ss_cont .top-2{ padding:15px 0 0 0;}
    .ss_cont .top-2 li{ width:calc(25% - 2px); text-align:center; padding: 10px 0;}
    .ss_cont .list a{width:80%;}
    .ss_cont .list span{width:20%; font-size:13px;}
}


/*人才招聘*/
.jobs-con{background:#f9f9f9; padding-bottom:40px;}
.jobs-con .cont{ padding:40px; background-color:#fff;}
.jobs-con .cont p{ line-height:2;}
.jobs-con table{ border:none;cellspacing:0;cellpadding:0;border-collapse:collapse; margin-bottom:20px; width:100%;}
/*.jobs-con table tr:nth-child(even){background:#eee;}*/ /*偶数行背景*/
.jobs-con table tr:nth-child(odd){background:#eee;}  /*奇数行背景*/
.jobs-con table tr:hover{ background:#fffad8;}
.jobs-con table td{ border:1px solid #ddd; padding:5px 0; font-size:14px; line-height:1.5; color:#666; text-align:center;}
.jobs-con table .firstRow{ background:#daeef3;}
.jobs-con table .firstRow td{ padding:10px 0; color:#333; background:#daeef3;}
@media (max-width: 700px) {
    .jobs-con table td{ font-size:12px;}
	.jobs-con .cont{ padding:20px 0 0 0;background:#f9f9f9;}
}
	
.jt_checkx{ background: #fff; padding:20px 0;}
.jt_checkx .tabx{ border-bottom:1px solid #ccc;}
.jt_checkx #tab_checkx { text-align: center; width: 100%;}
.jt_checkx #tab_checkx a{ font-size:18px; padding: 15px 40px; background-color:#eee; color:#333; display:inline-block; border:1px solid #eee;}
.jt_checkx #tab_checkx a:first-child{ margin-left:0px;}
.jt_checkx #tab_checkx a.selected{ background-color:#fff; position:relative; color: #D1000F; border-bottom: 1px solid #e1e1e1 !important;border:1px solid #ccc;}
.jt_checkx #tab_checkx a.selected:before{ content: ''; position: absolute; left:0; bottom:-2px; width:100%; height:2px; background:#fff;}
.jt_checkx #tab_checkx a i{ margin-right: 10px;}
@media screen and (max-width:1200px) and (min-width:759px){
	.jt_checkx #tab_checkx { text-align: center; width: 100%;}
	.jt_checkx #tab_checkx a:first-child{ margin-left:0px;}
	.jt_checkx #tab_checkx a{ font-size:14px; padding:10px 20px;}
}
@media screen and (max-width:758px){
	.jt_checkx{ background: #fff; padding: 20px 0px;}
	.jt_checkx #tab_checkx { text-align: center; width: 100%;}
	.jt_checkx #tab_checkx a:first-child{ margin-left:0px;}
	.jt_checkx #tab_checkx a{ font-size:14px; padding:10px 9px;}
	.jt_checkx #tab_checkx a i{ display: none;}
}

.jt_checkxa{ background: #fff; padding:20px 0;}
.jt_checkxa .tabxa{text-align: center;}
.jt_checkxa #tab_checkxa { text-align: center; width: 100%;}
.jt_checkxa span{ font-size:18px; padding:0 30px; background-color:#eee; color:#333; display:inline-block; line-height:60px; margin:0 10px; border-radius:30px; cursor:pointer;}
.jt_checkxa .selected{ background-color:#ffdd00; color: #000;}
@media screen and (max-width:1200px) and (min-width:759px){
	.jt_checkxa #tab_checkxa { text-align: center; width: 100%;}
	.jt_checkxa #tab_checkxa a:first-child{ margin-left:0px;}
	.jt_checkxa #tab_checkxa a{ font-size:14px; padding:10px 20px;}
}
@media screen and (max-width:758px){
	.jt_checkxa{ background: #fff; padding: 20px 0px;}
	.jt_checkxa #tab_checkxa { text-align: center; width: 100%;}
	.jt_checkxa #tab_checkxa a:first-child{ margin-left:0px;}
	.jt_checkxa #tab_checkxa a{ font-size:14px; padding:10px 9px;}
	.jt_checkxa #tab_checkxa a i{ display: none;}
}

/* 加入我们 NEW*/
.jobsnew{ background: #fff;}
.jobsnew .ck_con{ background: #fff; padding:60px 0 20px 0; text-align:center;}
.jobsnew .ck_con li{display: inline-block; padding:0;margin:0 10px; list-style:none; height:52px; line-height:52px;overflow:hidden;}
.jobsnew .ck_con li a{font-size:18px; padding:0 30px; background-color:#eee; color:#333;border-radius:26px; cursor:pointer;height:52px; line-height:52px; display:block;}
.jobsnew .ck_con .selected{ background-color:#ffdd00; color: #000;}
.jobsnew .jobsearch {width:400px;height:52px;position:relative;}
.jobsnew .jobsearch input{line-height:50px; width:100%; outline: none; font-size:16px;text-indent:20px;height:50px;border:1px solid #FFCE00; border-radius:25px; padding:0; }
.jobsnew .jobsearch .btn { position:absolute;width:44px; height:44px;top:3px; right:3px;}
.jobsnew .jobsearch #btnPC{ display:block; width:100%; text-align:center; font-size:20px;color:#000; background:#ffdd00; line-height:44px;height:44px;cursor:pointer;border-radius:23px; padding:0;}
@media screen and (max-width:758px){
	.jobsnew .ck_con li{ margin-bottom:30px;}
	.jobsnew .ck_con li:last-child{ margin-bottom:0;}
	.jobsnew .jobsearch { width:90%; margin:0 auto;}
}

.qt_con2{ padding:40px 0; overflow:hidden;background: #fff; }
.qt_con2 ul{margin:0 -10px; text-align:center;}
.qt_con2 ul > li{ float:left; width:calc(16.66% - 20px); margin-bottom:20px;position:relative; padding: 0 10px;}
.qt_con2 .nr_box{position:relative;width:100%; overflow:hidden; margin-bottom:20px;}
.qt_con2 .tet{font-size:16px; color:#666;}
.qt_con2 .tet i{ width:110px; height:110px; border-radius:50%; color:#000; display: block; line-height:110px; font-size:60px; margin: 0 auto; border:1px solid #333;}
.qt_con2 .tet span{ display:block; font-size:20px;color:#333; margin-top:10px;}
.qt_con2 .li_box:hover .tet i{background-color:#ffdd00;border:1px solid #ffdd00;}
@media(max-width: 1200px){
	.qt_con2 .tet i{ width: 90px; height: 90px; line-height: 90px; font-size: 50px;}
}
@media(max-width:992px){
	.qt_con2 ul > li{ float:left; width:calc(33.33% - 10px); margin-bottom:10px;position:relative; padding: 0 5px;}
	.qt_con2 .tet i{ width:70px; height:70px; line-height:70px; font-size:40px;}
	.qt_con2 .tet span{ margin-top:10px; font-size:18px;}
}
@media(max-width:768px){
	.qt_con2{ padding:20px 0;}
	.qt_con2 ul > li{ float:left; width:calc(33.33% - 10px); margin-bottom:10px;position:relative; padding: 0 5px;}
	.qt_con2 .tet i{ width: 50px; height: 50px; line-height:50px; font-size:25px;}
	.qt_con2 .tet span{ margin-top:0px; font-size:14px;}
}

/*人才招聘*/
.gyzp_p2{ background:#f9f9f9; padding-bottom:40px;}
.gyzp_p2 .cont{padding:40px; background:#fff;}
.gyzp_p2 .tab{ padding-bottom:30px; width:500px; margin:0 auto;}
.gyzp_p2 .tab li{float:left;width:50%; list-style:none;}
.gyzp_p2 .tab a{ width:100px; height:130px; margin:0 auto;text-align:center;font-size:18px; font-weight:bold;color:#333;display:block; }
.gyzp_p2 .tab a i{width:100px; height:100px;border:1px solid #999; border-radius:50%;display:block; overflow:hidden; line-height:100px; text-align:center;}
.gyzp_p2 .tab a i img{ width:80px; height:80px;}
.gyzp_p2 .tab a span{ width:100px; line-height:30px; text-align:center;}
.gyzp_p2 .tab a.selected i{ background:#ffdd00; color:#000;border:1px solid #ffdd00;}
@media(max-width:768px){
	.gyzp_p2 .tab{ width:100%;padding-bottom:20px;}
	.gyzp_p2 .tab a{ width:80px; height:100px;}
	.gyzp_p2 .tab a i{width:80px; height:80px;line-height:80px; }
	.gyzp_p2 .tab a i img{ width:60px; height:60px;}
	.gyzp_p2 .tab a span{ width:80px; line-height:20px; text-align:center;}	
}
.gyzp_p2 .tit_box{font-size:14px; color:#333; font-weight:bold;position:relative; padding:10px 0; border-bottom:1px solid #ccc;}
.gyzp_p2 .tit_box span{ display:block; float:left; box-sizing:border-box; width:25%; padding:0 40px;}

.gyzp_p2 .tab_main dt{ cursor:pointer;}
.gyzp_p2 .tab_main dt .dt_box{font-size:16px;position:relative; padding:20px 0; border-bottom:1px solid #ededed;}
.gyzp_p2 .tab_main dt span{ display:block; float:left; box-sizing:border-box; width:25%; padding:0 40px;}
.gyzp_p2 .tab_main dt .more{ position:absolute;right:40px;bottom:22px;width:19px; height:20px; background:url(../images/xwzh_ion-3.png) no-repeat center; padding:0;}
.gyzp_p2 .tab_main .one dt{ background:#f5f5f5; font-weight:bold;}
.gyzp_p2 .tab_main .one dt .dt_box{ border-bottom:1px solid #ddd;}
.gyzp_p2 .tab_main .one dt .more{ background-image:url(../images/xwzh_ion-4.png);}

.gyzp_p2 .tab_main dd{ display:none; background:#f5f5f5; color:#333; padding:30px 40px;}
.gyzp_p2 .tab_main .dd_box span{ display:block;}
.gyzp_p2 .tab_main .dd_box{ margin:0 -40px;}
.gyzp_p2 .tab_main .dd_box > span{ float:left; box-sizing:border-box; width:33%; padding:0 20px 0 40px; text-align:justify; font-size:14px;}
.gyzp_p2 .tab_main .dd_box .sp1{}
.gyzp_p2 .tab_main .dd_box .sp2{position:relative;}
.gyzp_p2 .tab_main .dd_box .sp2:before{ content:''; position: absolute; left:10px; top:38px; width:1px; height:100px; background:#ccc;}
.gyzp_p2 .tab_main .dd_box .sp3{padding-top:35px; position:relative;}
.gyzp_p2 .tab_main .dd_box .sp3:before{ content:''; position: absolute; left:10px; top:38px; width:1px; height:100px; background:#ccc;}
.gyzp_p2 .tab_main .dd_box .bt{ font-size:14px; font-weight:bold;padding-bottom:10px;}
.gyzp_p2 .tab_main .dd_box p{line-height:24px;}
.gyzp_p2 .tab_main .dd_box .lx{color:#d1000f; padding:10px 15px; border:1px solid #d1000f; border-radius:10px;}


/* 进入效果 */
.iline .text{transform: translate(0,60px);opacity:0;transition: all 0.7s ease-out; }
.in_anm.iline .text{transform: translate(0,0);opacity: 1;}
.iline .imgs:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#f1f3f6;transition:.5s ease-in-out 0s; z-index:2;opacity:0.85;}
.in_anm.iline .imgs:before{left:100%; opacity:0; width:0;}


.pswp {z-index:999999999999999 !important;}
.pswp .pswp__bg {opacity: 0.5 !important;}
.pswp .pswp__button--arrow--left:before {width: 60px;height: 60px;background: none;
    background-image: url(../images/177.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.pswp .pswp__button--arrow--right:before {width: 60px;height: 60px;background: none;
    background-image: url(../images/178.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


/*通用 右侧*/
.tr_right{ position:fixed; bottom:35%; right:0; z-index:9999;}
.tr_right .open{ position:absolute; display:block; background: url(../images/ty_ion-1.jpg) no-repeat center; width:25px; height:45px; left:-26px; top:50%; margin-top:-22px; cursor:pointer;transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.tr_right_on .open{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
.tr_right ul{ max-width:0; transition:all 1s ease;}
.tr_right_on ul{ max-width:45px;}
.tr_right li{ position:relative; cursor:pointer; width:45px; height:45px; background-color:#999; background-repeat:no-repeat; background-position:center; margin-bottom:1px;}
.tr_right li:hover{ background-color:#007ec3;}
.tr_right li.li1{ background-image:url(../images/trr_ion-1.png);}
.tr_right li.li2{ background-image:url(../images/trr_ion-2.png);}
.tr_right li.li3{ background-image:url(../images/trr_ion-3.png);}
.tr_right li.li4{ background-image:url(../images/trr_ion-4.png);}
.tr_right li.li5{ background-image:url(../images/trr_ion-5.png);}
.tr_right li.li6{ background-image:url(../images/trr_ion-6.png);}
.tr_right li.li1 a{ display:block; width:100%; height:100%;}
.tr_right li.li1 i{ position:absolute; top:1px; right:1px; background:#fff; color:#007ec3; font-size:11px; line-height:12px; padding:1px 4px;}
.tr_right li .cont{ position:absolute; right:46px; top:0; background:#fff; z-index:10000; box-sizing:border-box; border:1px solid #a0a0a0; display:none;}
.tr_right li:hover .cont{ display:block;}
.tr_right li.li2 .cont{ width:227px; padding:25px 35px;}
.tr_right li.li2 .cont span{ display:block; padding:4px 0;}
.tr_right li.li2 .cont i{ font-family: 'DIN-REGULAR'; font-size:18px;}
.tr_right li.li2 .cont i.i3{ font-size:14px;}
.tr_right li.li3 .cont,
.tr_right li.li4 .cont{ width:227px; border-bottom:none; text-align:center;}
.tr_right li.li3 .cont > div,
.tr_right li.li4 .cont > div{ border-bottom:1px solid #a0a0a0; padding:10px 0;}
.tr_right li.li3 .cont span,
.tr_right li.li4 .cont span{ display:block; font-size:11px; color:#666; font-weight:bold;}
.tr_right li.li3 .cont span.img,
.tr_right li.li4 .cont span.img{ display:inline-block; width:140px; padding-bottom:3px;}
.tr_right li.li5 .cont{ border-bottom:none;}
.tr_right li.li5 .cont .bdshare-button-style2-32 a{ width:36px; height:36px; margin:0; border-bottom:1px solid #a0a0a0;}
.tr_right li.li5 .cont .bdshare-button-style2-32 .bds_weixin{ background:url(../images/trr_ion-7.png) no-repeat left top;}
.tr_right li.li5 .cont .bdshare-button-style2-32 .bds_tsina{ background:url(../images/trr_ion-9.png) no-repeat left top;}
.tr_right li.li5 .cont .bdshare-button-style2-32 .bds_sqq{ background:url(../images/trr_ion-10.png) no-repeat left top;}
.tr_right li.li5 .cont .bdshare-button-style2-32 .bds_qzone{ background:url(../images/trr_ion-11.png) no-repeat left top;}
.tr_right li.li5 .cont .bdshare-button-style2-32 a:hover{ opacity:1; background-color:#007ec3; background-position:left bottom;}


@media screen and (max-width:1400px){
	/*其他公用*/
	.in_wrap,
	.wrap{width:calc(100% - 40px); padding: 0 20px; max-width: 1240px;}

    /*公用头尾*/
    .footer .top{ margin-bottom:60px;}
    .footer .cent{ margin-right:0px;}
    .footer .cent ul > li:nth-child(5){ display: none;}
	
	/*首页*/
	.ty_title .zy{ padding:20px 200px 0;}
	.i_banner .swiper-container,
	.i_banner .li_box{ height:500px;}
    .i_banner .swiper-slide .text{ margin-top: -100px;}
    .i_banner .swiper-slide .text .title{ font-size: 30px; line-height: 40px;}
    .i_banner .swiper-slide .text .subtitle{ font-size: 50px; line-height: 60px;}
}

@media screen and (max-width:1200px){
	/*其他公用*/
	.in_wrap,
	.wrap{width: 984px;}
	.ty_title h1{ font-size:32px;}
	.ty_title .zy{ font-size:14px; padding:15px 100px 0;}
	
	/*公用头尾*/	
	.footer .top{ margin-bottom:60px;}
	.footer .cent{ margin-right:0px;}
	.footer .cent ul > li:nth-child(3),
    .footer .cent ul > li:nth-child(5){ display: none;}
	
	/*首页*/
	.i_banner .swiper-container,
	.i_banner .li_box{ height:450px;}
	.i_banner .swiper-slide .text{ margin-top:-80px;}
    .i_banner .swiper-slide .text .title{ font-size: 24px; line-height: 30px;}
    .i_banner .swiper-slide .text .subtitle{ font-size: 40px; line-height: 50px;}
}

@media screen and (max-width:1002px){	
	/*其他公用*/
	.in_main,
	.main{ margin-top:50px;}
	.in_wrap,
	.wrap{width:calc(100% - 40px); padding:0 20px; box-sizing:border-box;}
	.ty_more a{ padding:8px 80px;}
    .lm_ban h1{ font-size:36px; line-height:64px;}
    .lm_ban h2{ font-size:14px;}
	
	/*公用头尾*/	
	.footer .top{ margin:40px 0 10px;}
	.footer .left{text-align:center; width:100%;}
    .footer .left ul{ margin: 30px auto 0 auto; width: 220px;}
	.footer .top .wrap{ min-height:0;}
	.footer .x_ionT::before{ display: none;}
	.footer .cent{ display:none;}
	.footer .bottom{ text-align:center;}
	
	/*首页*/
	.i_banner .pagination span{ width:40px; height:2px;}

	/*人才招聘*/
	.gyzp_p2 .tab{ padding-bottom:20px;}
	.gyzp_p2 .tit_box span{padding:0 30px;}
	.gyzp_p2 .tab_main dt .dt_box{ margin:0; font-size:16px;}
	.gyzp_p2 .tab_main dt span{ padding:0 30px;}
	.gyzp_p2 .tab_main dd{ padding:30px;}
	.gyzp_p2 .tab_main .dd_box{ margin:0; font-size:16px;}
	.gyzp_p2 .tab_main .dd_box > span{ width:100%; float:none; margin-bottom:15px;}
	.gyzp_p2 .tab_main .dd_box .sp1,
	.gyzp_p2 .tab_main .dd_box .sp2,
	.gyzp_p2 .tab_main .dd_box .sp3{ padding:0;}
	.gyzp_p2 .tab_main .dd_box .sp2:before,
	.gyzp_p2 .tab_main .dd_box .sp3:before{ display:none;}
	.gyzp_p2 .tab_main .dd_box .lx{font-size:16px;}

	/*搜索-产品*/
	.ss_cp.ss_cont .cplb_list ul{ margin:0 -32px;}
}

@media screen and (max-width:758px){	
	/*其他公用*/
	.in_wrap,
	.wrap{ padding:0 10px !important;width:calc(100% - 10px)}
	.ty_title h1{ font-size:26px;}
	.ty_title .zy{ padding:10px 20px 0; display:none;}
	.iph_noshow{ display:none;}
    .lm_ban{ height:auto; padding-top:0; position:relative;}
    .lm_ban .iph_img{ display: block; line-height:0; height:300px; width:100%; background-repeat:no-repeat; background-position:center; background-size:cover;}
    .lm_ban .wrap{ position:absolute; left:0; top:50%; margin-top:-60px; width: 100%;}
    .lm_ban h1{ font-size:22px; line-height:30px; color:#fff;}
    .lm_ban h2{ font-size:16px; color:#fff;}
    .page a{ display:inline-block;}
    .page .pprev,
    .page .pnext,
    .page .one{ display: inline-block;}
	
	/*公用头尾*/	
	.footer .top .in_wrap,
	.footer .top .wrap{ padding:0 10px; min-height:0;}
	.footer .left .logo{ padding-bottom:8px;}
	.footer .left span{ padding-bottom:8px; font-size:12px;}
	.footer .left .tel{ font-size:22px; line-height:24px; padding:6px 0;}
	
	/*首页*/
	.i_banner .pc_lunb{ display:none;}
	.i_banner .ipn_lunb{ display: block;}
	.i_banner .swiper-container,
	.i_banner .li_box{ height:360px; width:100%;}
	.i_banner .swiper-slide{ width:100%;}
	.i_banner .text{ padding:0 10px; margin-top:-70px;}
	.i_banner .pagination{ bottom:20px;}
	.i_banner .pagination span{ margin:0 4px; width:18px;}
	
	.i_solution{ display:none;}
	
	.iph_i_solution{ display: block; margin-bottom: 50px;}
	.iph_i_solution .top{ position:relative;}
	.iph_i_solution .top span{ display:block;}
	.iph_i_solution .top .pic{ height:200px; background-repeat:no-repeat; background-position:center; background-size:cover;}
	.iph_i_solution .top .tit{ background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0; width:100%; padding:10px 20px; box-sizing:border-box;}
	.iph_i_solution .top .tit h1{ font-size:26px; font-weight:300;}
	.iph_i_solution .bot{ background:#eee;}
	.iph_i_solution .bot li{ float:left; width:50%; box-sizing:border-box; border-bottom:1px solid rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.1); font-size:16px;}
	.iph_i_solution .bot li a{ display:block; padding:15px 0 15px 15px; color:#000;}
	.iph_i_solution .bot li a i{ width: 30px; text-align:center; display: inline-block;}
	.iph_i_solution .bot .ty_more{ padding:20px;}

	/*人才招聘*/
	.gyzp_p2 .cont{ padding:15px}
	.gyzp_p2 .tab a{ font-size:16px; font-weight:400;line-height:35px;}
	.gyzp_p2 .tit_box{ display:none;}
	.gyzp_p2 .tab_main dt .dt_box{ padding:10px 0;}
	.gyzp_p2 .tab_main dt span{ float:none; padding:2px 10px; position:relative;}
	.gyzp_p2 .tab_main dt .sp1,
	.gyzp_p2 .tab_main dt .sp2,
	.gyzp_p2 .tab_main dt .sp3,
	.gyzp_p2 .tab_main dt .sp4{ width:90%;}
	.gyzp_p2 .tab_main dt .sp1{ font-size:16px;}
	.gyzp_p2 .tab_main dt .sp2,
	.gyzp_p2 .tab_main dt .sp3,
	.gyzp_p2 .tab_main dt .sp4{ font-size:14px;color:#999;}
	.gyzp_p2 .tab_main dt .sp2:before{ content:'招聘人数：'; }
	.gyzp_p2 .tab_main dt .sp3:before{ content:'工作地点：'; }
	.gyzp_p2 .tab_main dt .sp4:before{ content:'职位类型：'; }
	.gyzp_p2 .tab_main dt .more{ right:10px; top:50%; margin-top:-10px;}
	.gyzp_p2 .tab_main dd{ padding:10px;}
	.gyzp_p2 .tab_main .dd_box > span{ padding:0 10px;}

	/*搜索-产品*/
	.ss_cont .cplb_list ul{ margin:0 -15px;}
}

.right-side{width: 90px;position: fixed;right: 0;top: 50%;transform: translate(0,-50%);z-index: 1000;background-color: #fff; padding:7px; border:1px solid #f8f8f8; border-radius:5px;}
.rs-1{display: block;width: 100%;margin: 0 auto;text-align: center;}
.rs-2{width: 100%;}
.rs-a{display: block;width: 100%;margin-top:10px; border-top: 1px dashed #ccc; padding-top:10px;}
.rs-b{width: 100%;margin-bottom: .05rem;}
.rs-c{text-align: center;font-size: 12px;color: #e62129;margin-bottom: .03rem;line-height: 1.3;}
.rs-d{text-align: center;font-size: 12px;color: #e62129;line-height: 1.3;}
@media(max-width: 900px){
	.right-side{width: 50px;z-index: 3000;background-color: rgba(255,255,255,0.5);}
	.rs-d{font-size: 10px;}
	.rs-c{font-size: 10px;}
}


/*服务与支持右侧*/
.service-right{width: 60px;position:fixed;right:15px;top:50%;transform: translate(0,-50%);z-index: 1000;}
.service-right .rs-1{display: block;width:100%; height:60px;text-align:center; border-radius:5px;background:url(../images/51.png?v=2024) no-repeat center center #d1000f; margin-bottom:8px;}
/*.service-right .rs-1:hover{background:url(../images/51-1.png) no-repeat center center #d1000f;}*/
.service-right .rs-2{display: block;width:100%; height:60px;text-align:center; border-radius:5px;background:url(../images/52.png?v=2024) no-repeat center center #d1000f; margin-bottom:8px;}
/*.service-right .rs-2:hover{background:url(../images/52-1.png) no-repeat center center #d1000f;}*/
.service-right .rs-2 .mouse {top: 68px;}
.service-right .rs-2:hover .mouse {display: block;}
.service-right .rs-3{display: block;width:100%; height:60px;text-align:center; border-radius:5px;background:url(../images/53.png?v=2024) no-repeat center center #d1000f; margin-bottom:8px;}
/*.service-right .rs-3:hover{background:url(../images/53-1.png) no-repeat center center #d1000f;}*/
.service-right .rs-3 .mouse {top: 136px;}
.service-right .rs-3:hover .mouse {display: block;}
@media(max-width: 900px){
	.service-right{ display:none;}
}
.service-right .mouse {
    position: absolute;
    right: 102%;
    top: 0px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    white-space: nowrap;
    text-align: center;
    padding: 15px;
    border-top: solid 2px #d1000f;
	color:#d1000f;
}
.service-right .mouse p{line-height:58px;}
.service-right .mouse img{ margin: 0 10px;}


/*企业杂志*/
.magazine {width: 100%;padding: 50px 0;}
.magazine .container {margin:0 -20px 50px -20px; overflow: hidden;}
.magazine .container .item {float:left; width:25%; box-sizing:border-box; padding:0 20px; margin-bottom:30px;}
.magazine .container .item .item-img {width: calc(100% - 20px);border-radius: 6px;border: solid 1px rgba(0, 0, 0, .2);padding: 10px;margin-bottom: 20px;overflow: hidden;}
.magazine .container .item .item-img img {width: 100%;transition: all .6s;}
.magazine .container .item .item-text {width: 100%;font-size: 16px;line-height: 1.6;height:3.2em; overflow: hidden;color: #000000;text-align: center;}
.magazine .container .item:hover .item-img {border: solid 1px #e50112;}
.magazine .container .item:hover .item-img img {transform: scale(1.1);}
.magazine .container .item:hover .item-text {color: #e50112;}
@media (max-width: 758px) {
    .magazine .container .item{ width: 50%;}
}

/*测绘教育*/
.southedu {width: 100%;padding: 50px 0;}
.southedu .container {margin:0 -15px 50px -15px; overflow: hidden;}
.southedu .container .item {float:left; width:33.333333%; box-sizing:border-box; padding:0 15px; margin-bottom:30px;overflow: hidden;}
.southedu .container .item .item-img {width: 100%;border-radius: 6px;margin-bottom: 20px;overflow: hidden;}
.southedu .container .item .item-img img {width: 100%;transition: all .6s;}
.southedu .container .item .item-text {width: 100%;font-size: 18px;line-height: 1.5; height:3.2em; overflow: hidden; color: rgba(0, 0, 0, 0.8);}
.southedu .container .item:hover .item-img img {transform: scale(1.1);}
.southedu .container .item:hover .item-text {color: #e50112;}
@media (max-width: 1002px) {
    .southedu .container .item{ width: 50%;}
}
@media (max-width: 758px) {
    .southedu .container .item{ width: 100%;}
}

/*市场活动*/
.marketing {width: 100%;padding: 50px 0;}
.marketing .container {margin:0 -15px 50px -15px; overflow: hidden;}
.marketing .container .item {float:left; width:33.333333%; box-sizing:border-box; padding:0 15px; margin-bottom:30px;}
.marketing .container .item .item-img {width: 100%;border-radius: 6px;margin-bottom: 20px;overflow: hidden;}
.marketing .container .item .item-img img {width: 100%;transition: all .6s;}
.marketing .container .item .item-content {width: 100%;}
.marketing .container .item .item-content .content-a {width: 100%;font-size: 18px;line-height: 1.5;color: rgba(0, 0, 0, 0.8);margin-bottom: 10px;}
.marketing .container .item .item-content .content-b {width: 100%;font-size: 14px;line-height: 1.5;color: rgba(0, 0, 0, 0.5);}
.marketing .container .item:hover .item-img img {transform: scale(1.1);}
.marketing .container .item:hover .item-content .content-a {color: #e50112;}
@media (max-width: 1002px) {
    .marketing .container .item{ width: 50%;}
}
@media (max-width: 758px) {
    .marketing .container .item{ width: 100%;}
}

/*法律声明*/
.main-legal-notices {width: 100%; background-color: #f9f9f9; }
.main-legal-notices .conview {background-color:#fff;padding:40px; margin-bottom:40px; overflow: hidden;}
.main-legal-notices .container-title {width: 100%;border-bottom: 1px dashed #d9d9d9;}
.main-legal-notices .container-title .statement {width: 100%;margin-bottom: 45px;}
.main-legal-notices .container-title .statement .statement-img {display: inline-block;width: 42px;height: 35px;vertical-align: middle;}
.main-legal-notices .container-title .statement .statement-img img {width: 100%;height: 100%;}
.main-legal-notices .container-title .statement span {font-size: 30px;font-weight: bold;color: #ec1b24;display: inline-block;margin-left: 30px;vertical-align: middle;}
.main-legal-notices .container-title .title-text {width: 100%;font-size: 14px;line-height: 1.7;color: rgba(0, 0, 0, 0.8);margin-bottom: 16px;}
.main-legal-notices .content {width: 100%;padding-top: 45px;}
.main-legal-notices .content p {font-size: 16px;line-height: 2.25;color: rgba(0, 0, 0, 0.8);margin-bottom: 0px;text-align:justify;}
.main-legal-notices .content p strong {margin-top: 30px; display:block;}
.main-legal-notices .content em {font-size: 26px;color: rgba(0, 0, 0, 0.8);margin-bottom: 50px;display: block;}
@media (max-width: 1280px) {
	.main-legal-notices .container-title .statement span {font-size: 20px;margin-left: 20px;}
}
@media (max-width: 400px) {
    .main-legal-notices .container-title .statement .statement-img {display: block;margin-bottom: 20px;}
    .main .main-legal-notices .container-title .statement span {display: block;margin-left: 0;width: 100%;}
}

.n-c{display: inline-block;vertical-align: top;width:100%;height:41px;position: relative;z-index: 1;}
.n-d{width:calc(100% - 40px);height:41px;line-height:41px;padding:0 30px 0 10px;border: 1px solid #ccc;position: relative;font-size: 14px;color: #333;text-align: left;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.n-d:after{content: "";display: block;border-top: 6px solid #333;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;right: 15px;top: 50%;margin-top: -3px;}
.n-e{height:20px;position: absolute;left:32px;top: 50%;margin-top: -1px;}
.n-f{display: none;width: 100%;background-color: #f7f7f7;position: absolute;left: 0;top:42px;max-height: 300px;overflow: auto;border: 1px solid #e62129;border-top: 1px solid #fff;}
.n-g{width:calc(100% - 40px);text-align: left; font-size:14px;color: #333;padding: 10px 30px 10px 10px;cursor: pointer;cursor: pointer;transition: all .3s;}
.n-g:hover{background-color: #e62129;color: #fff;}
.n-g.active{background-color: #e62129;color: #fff;}
.n-c.show{z-index: 10;}
.n-c.show .n-d{border-color: #e62129;}
.n-c.show .n-f{display: block;}