/* 初始化 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
	color: #333;
}
body,html {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none!important;
}

input {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

/* 公用 */


.flex {
  flex: 1
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
  line-height: 17px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz36 {
  font-size: 36px;
}

.fz50 {
  font-size: 50px;
}

.fw700 {
  font-weight: 700;
}

.cblue {
  color: #0070FF;
}

.cblue2 {
  color: #409eff;
}

.cred {
  color: #E21B1C;
}

.cred2 {
  color: #E83E37;
}

.corange {
  color: #EF8B2A;
}

.cfff {
  color: #fff;
}

.c333 {
  color: #333;
}

.c45 {
  color: #454545;
}

.c555 {
  color: #555;
}

.c666 {
  color: #666;
}

.c777 {
  color: #777;
}

.c888 {
  color: #888;
}

.c999 {
  color: #999;
}

.cbbb {
  color: #bbb;
}

.cccc {
  color: #ccc;
}

.border-top {
  border-top: 1px solid #F3F3F3;
  padding-top: 20px;
}

.border-right {
  border-right: 1px solid #e5e5e5;
  padding-right: 120px;
}

.textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
}

.columnCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.columnjCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.columnCenterStart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.row {
  display: flex;
  flex-direction: row;
}

.rowWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rowCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rowCC {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rowCCC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rowStart {
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.flexspaceBetween {
  display: flex;
  justify-content: space-between;
}

.spaceBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.centerWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wrapBetween {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spaceAround {
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr150 {
  margin-right: 150px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mlb30 {
  margin: 0 30px;
}

.mbl30 {
  margin: 30px 0;
}

.mbl10 {
  margin: 0 10px;
}

.ml10 {
  margin-left: 10px;
}

.ml30 {
  margin-left: 30px;
}

.ml60 {
  margin-left: 60px;
}

.pd50 {
  box-sizing: border-box;
  padding: 50px 100px 50px 100px;
}

.text-line-through {
  text-decoration: line-through;
}

.lh20 {
  line-height: 20px;
}

.lh24 {
  line-height: 24px;
}

.lh30 {
  line-height: 30px;
}

.lh34 {
  line-height: 34px;
}

.lh47 {
  line-height: 47px;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.show {
  display: block !important;
}
.hide {
  display: none !important;
}

.cur {
  cursor: pointer;
}


/* 弹窗 */
.tipMask {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 250px;
  height: 30px;
  opacity: 0.5;
  background: #000000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 0 5px;
}

.tipImg {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.tipText {
  color: #fff;
  font-size: 14px;
}

/* 对话框 */
.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask .dialog {
  width: 200px;
  height: 150px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1000;
  font-size: 14px;
}

.mask .dialog .dialogText {
  height: 100%;
}

.mask .dialog .dialogBtn {
  height: 50px;
  border-top: 1px solid #f2f2f2;
}

.mask .dialog .dialogBtn div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.mask .dialog .dialogBtn div:first-child {
  border-right: 1px solid #f2f2f2;
}

.Line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Line2 {
	overflow: hidden;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	word-break: break-all;
}

.Line3 {
	overflow: hidden;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	word-break: break-all;
}

/* 公用顶部 */

.syh5_header {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

.banner_img {
  width: 100%;
}

.syh5_banner_img {
  height: 200px;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 20px;
}

.syh5_banner_img .syh5_conbtn {
  width: 90px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 12px;
  color: #fff;
  background:none;
}

/* 公用底部 */

.syh5_bottom_item {
  height: 140px;
  width: 100%;
  background: url('../images/tu5.png') center center no-repeat;
  background-size: cover;
}

.syh5_bottom_item .syh5_bottom_btn {
  font-size: 12px;
  color: #fff;
  width: 90px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #ffffff;
  background: none;
}

.syh5_footer {
  background-color: #0e1522;
  padding-top: 32px;
}

.syh5_footer .syh5_block  {
  padding: 0 12px;
  margin-bottom: 30px;
}

.syh5_footer .syh5_block p {
  color: #fff;
}

.syh5_footer .syh5_box {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.syh5_footer .syh5_box a {
  font-size: 13px;
  color: #999;
}

/* 公用导航 */
.syh5_mask_nav {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-in;
  display: none;
}

.syh5_right_nav {
  box-sizing: border-box;
  position: fixed;
  top: 50px;
  right: 0;
  width: 160px;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in;
  padding-top: 32px;

}

.right_nav_sp {
  text-align: right;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

.right_nav_single {
  display: block;
  text-align: right;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

.case_two_nav {
  display: none;
}

.right_two_single {
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  width: 100%;
  display: block;
  text-align: right;
  background: #f9f9f9;
  box-sizing: border-box;
}

.bbeee {
  border-bottom: 1px solid #eee;
}

.show-nav {
  transform: translateX(0);
}

.hide-nav {
  transform: translateX(160px);
}

/* 首页 */

.syh5_company {
  padding: 30px 12px 18px 12px;
}

.syh5_company .company_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.syh5_company .company_info {
  padding-top: 22px;
  line-height: 24px;
  font-size: 13px;
}

.syh5_company .company_info p {
  margin-bottom: 20px;
}

.company_img {
  width: 65%;
}

.company_imgs {
  width: 100%;
}

.syh5_product {
  box-sizing: border-box;
  padding: 32px 12px 0 12px;
  width: 100%;
  background-size: 100% 50%;
  background-image: url('../images/tu3.png');
  background-color: #F2F6FA;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.syh5_product .product_item {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
}

.syh5_product .product_switch {
  height: 55px;
  width: 100%;
}

.syh5_product .product_switch .product_tab {
  height: 100%;
  position: relative;
  font-size: 15px;
  color: #999;
}

.syh5_product .product_switch .syh5_active {
  color: #0070ff;
}

.syh5_product .product_switch .syh5_active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 32px;
  content: '';
  background-color: #0070ff;
}

.syh5_product .inline {
  width: 1px;
  height: 18px;
  background: #f2f2f2;
}

.syh5_product .product_soft {
  display: none;
}

.syh5_product .product_soft .product_soft_top {
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  width: 100%;
  background: url('../images/tu2.png');
  background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.syh5_product img {
  width: 15px;
}

.syh5_product .product_soft .product_soft_bottom {
  padding: 25px 15px;
  box-sizing: border-box;
}

.syh5_product .product_soft .product_soft_bottom .flex {
  height: 180px;
}

.syh5_product .little_title {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}

.syh5_product .service_block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 10px;
}

.syh5_product .single_service {
  width: 50%;
  height: 50%;
  margin-bottom: 25px;
}

.syh5_system .system_title {
  padding: 35px 12px;
}

.syh5_system .system_main {
  padding: 0 12px 30px 12px;
}

.syh5_authen {
  background-color: #fafafa;
}

.syh5_authen .authen_box {
  padding: 0 12px;
}

.syh5_authen .authen_title {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}


.syh5_authen .authen_single {
  width: 25%;
  margin-bottom: 30px ;
}

.syh5_authen .authen_single .sy_imgbox {
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.syh5_authen .authen_single .sy_imgbox img {
  width: 50%;
}

.syh5_authen .authen_single p {
  height: 25px;
  font-size: 11px;
}

.syh5_map {
  background-color: #060D1C;
  padding: 0 12px;
}

.syh5_map .syh5_block {
  padding: 32px 0;
  background: no-repeat center center url('../images/tu6.png');
}

.syh5_team {
  padding: 32px 12px;
  border-bottom: 1px solid #f2f2f2;
}

.syh5_team .single_team {
  width: 50%;
  text-align: center;
}

.syh5_news {
  padding: 0 12px;
}

.syh5_news .news_title {
  padding-top: 32px;
  padding-bottom: 20px;
}

.syh5_news .news_single {
  border-top: 1px solid #f2f2f2;
  padding: 30px 0;
}

.syh5_news .news_single .news_time {
  font-size: 20px;
  font-weight: 700;
  color: #999;
  padding-bottom: 70px;
}

.inline {
  background-color: #f2f2f2;
  width: 1px;
  height: 142px;
  margin: 0 15px;
}

.product_inline:not(:last-child){
  width: 1px;
  height: 54px;
  background-color: #eee;
  margin: 0 15px;
}

/* 解决方案 */
.syh5_case_soft {
  padding-top: 32px;
}

.syh5_case_soft h2{
  padding-left: 12px;
}

.syh5_case_soft .soft_single_one {
  padding: 35px 12px;
}

.syh5_case_soft .soft_single_two {
  padding: 35px 12px;
  background-color: #f2f6fa;
}

.syh5_case_soft .soft_img {
  margin-bottom: 30px;
}

.syh5_case_soft .rowCenter img{
  width: 16px;
  margin-right: 10px;
}

.syh5_case_soft .syh5_ltitle{
  font-size: 14px;
  margin-bottom: 10px;
  color: #0070FF;
}

.syh5_case_soft .syh5_text{
  line-height: 22px;
  font-size: 13px;
}


.sy_switch_hard {
  height: 50px;
  padding-top: 15px;
}

.sy_switch_hard .sy_tab {
  font-size: 15px;
  flex: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #999;
  border-bottom: 1px solid #eeeeee;
}

.sy_switch_hard .sy_active {
  color: #0070FF;
}

.sy_switch_hard .sy_active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 32px;
  content: '';
  background-color: #0070FF;
}

.syh5_case_hard .hard_block {
  padding: 32px 12px;
  display: none;
}

.syh5_case_hard .hard_block .hard_single {
  width: 45%;
  height: 230px;
  background: #f9f9f9;
  margin-bottom: 21px;
}

.syh5_case_hard .hard_block .hard_single:nth-child(2n+1) {
  margin-right: 10%;
}

.syh5_case_hard .hard_block .hard_single .hard_img {
  height: 165px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}


/* 关于我们 */

.syh5_partner {
  padding: 30px 12px 0 12px;
  background: #f9f9f9;
}

.syh5_partner .centerWrap {
  padding-top: 35px;
}

.syh5_partner .single_partner {
  width: 50%;
  text-align: center;
  margin-bottom: 35px;
}

.syh5_contactus {
  padding: 30px 12px 0 12px;
}

.syh5_contactus .centerWrap {
  padding-top: 35px;
}

.syh5_contactus .single_contact {
  width: 50%;
  margin-bottom: 30px;
}

.syh5_contactus .single_contact img {
  width: 28px;
  margin-bottom: 22px;
}


/* 服务与支持 */

.syh5_service_center {
  padding: 32px 12px 20px 12px;
}

.interval {
  height: 10px;
  background-color: #f9f9f9;
}

.center_block {
  padding: 32px 12px 0 12px;
}

.center_block .top_img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.center_block .bottom_img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.center_block .right_img {
  width: 6px;
}

.center_block .single_top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #f2f2f2;
}

.center_block .single_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
}

.center_block .service_single {
  width: 50%;
  margin-bottom: 32px;
}


/* 书页蒙层、表单 */

.syh5_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.syh5_mask_main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.syh5_contact_phone {
  width: 90%;
  height: 190px;
  background-color: #fff;
  border-radius: 8px;
}

.syh5_qrcode {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 5px;
}

.syh5_qrcode .qrcode_bg1 {
  margin-bottom: -47px;
}

.syh5_qrcode .qrcode_bg2 {
  margin-top: -20px;
}

.syh5_qrcode .qrcode_btn {
  width: 110px;
  height: 36px;
  background: #0084ff;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  border: none;
}

.syh5_form {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 10px 5px 10px;
}

.syh5_form .qrcode_bg1 {
  margin-bottom: -52px;
}

.syh5_form .qrcode_bg2 {
  margin-top: -40px;
}

.syh5_form form {
  padding: 0 10px;
  box-sizing: border-box;
}

.syh5_form .syh5_input {
  width: 100%;
  border: 1px solid #E2E2E2;
  height: 40px;
  line-height: 40px;
  display: flex;
  background-color: #F7FAFC;
}

.syh5_form .syh5_input .syh5_label {
  width: 25%;
  height: 100%;
  font-size: 13px;
  color: #666;
  text-align: center;
}

.syh5_form .syh5_input input {
  width: 75%;
  height: 100%;
  font-size: 13px;
  color: #666;
  background-color: #F7FAFC;
}

.syh5_form .syh5_textarea {
  width: 100%;
  border: 1px solid #E2E2E2;
  height: 125px;
  background-color: #F7FAFC;
  margin-bottom: 25px;
}

.syh5_form .syh5_textarea textarea {
  width: 95%;
  height: 70%;
  margin-left: 7px;
  background: none;
  border: none;
  resize: none;
  outline: none;
}

.syh5_form .syh5_labelsp {
  width: 25%;
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

.sy_form textarea {
  width: 100%;
  height: 108px;
  border: 1px solid #dddddd;
  resize: none;
  padding: 8px 0 0 10px;
  font-size: 14px;
  color: #666;
  outline: none;
}

.syh5_btn {
    width: 110px;
    height: 36px;
    background: #0084ff;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.sy_button {
  width: 128px;
  height: 44px;
  background: #0070ff;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}


.syh5_hard_detail {
  width: 90%;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 5px 5px 5px;
}

.syh5_hard_detail .hard_detail_img {
  padding: 35px 0;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.syh5_hard_detail .hard_detail_text {
  padding: 15px;
}

.syh5_hard_detail .hard_detail_text .hard_detail_title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #f2f2f2;
  margin-bottom: 15px;
}

.syh5_hard_detail .qrcode_bg1 {
  margin-bottom: -53px;
  margin-left: 5px;
}

.syh5_hard_detail .qrcode_bg2 {
  margin-top: -40px;
  margin-right: 5px;
}

.longvertical {
  width: 1px;
  height: 18px;
  background-color: #fff;
}



/* 公告列表 */

.syh5_notice_list {
  padding: 30px 12px 14px 12px;
}

.syh5_notice_list .news_single {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 18px;
}

.syh5_notice_list .news_little_title {
  margin-bottom: 10px;
  height: 20px;
}

.syh5_notice_list .news_single .right_img {
  width: 6px;
}

.syh5_notice_list .news_single .down_img {
  width: 12px;
}

.syh5_notice_list .news_detail {
  background-color: #f9f9f9;
  padding: 18px 12px;
}

.syh5_notice_list .news_single .develop_detail {
  border-top: 1px solid #f2f2f2;
  padding: 18px 0;
  display: none;
}

.syh5_notice_list .news_single .develop_detail .news_content {
  background: #f9f9f9;
  padding: 20px 18px;
  line-height: 30px;
}



/* 帮助中心 */

#TouchNav {
  width: 100%;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #f8f8f8;
}

#TouchNav .swiper-slide {
  width: auto;
  padding: 0 6px;
  letter-spacing: 2px;
  text-align: center;
}

#TouchNav .swiper-slide span {
  color: #999;
  font-size: 14px;
  transition: all .1s ease;
  display: block;
}

#TouchNav .active span {
  color: #0070FF;
  font-size: 15px;
}

#TouchNav .active {
  position: relative;
}

#TouchNav .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 32px;
  content: '';
  background-color: #0070FF;
}

.syh5_help_list {
  padding: 30px  0;
}

.syh5_help_list h3 {
  padding-left: 12px;
}

.help_main {
  display: none;
}

.syh5_help_list .single_help {
  padding: 18px 12px;
  border-bottom: 1px solid #f8f8f8;
}

.syh5_help_list .single_help img {
  width: 6px;
}

/* 保修政策 */

.syh5_repair_list {
  padding: 30px 12px;
}

.syh5_repair_list h2 {
  padding-bottom: 22px;
  margin-bottom: 22px;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
}

.syh5_repair_list h3 {
  margin-bottom: 25px;
  font-size: 15px;
}

.syh5_repair_list p {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 13px;
  color: #454545;
  text-align: justify;
}

/* 新闻资讯 */

.syh5_news_list {
  padding-left: 15px;
  padding-bottom: 22px;
  border-top: 1px solid #f2f2f2;
}

.syh5_news_single {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  padding: 18px 15px 18px 0;
}

.syh5_news_single img {
  width: 140px;
  height: 80px;
  margin-right: 10px;
}

.syh5_news_single h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 12px;
  color: #333;
}

.syh5_news_single .syh5_news_time {
  font-size: 12px;
  color: #999;
  text-align: right;
}

.syh5_news_single .syh5_news_text {
  font-size: 13px;
  color: #666;
  line-height: 19px;
}

.syh5_news img,
.syh5_news_list img{
  object-fit: cover;
}

/* 新闻详情 */
.syh5_news_article .syh5_news_top{
  border-bottom: 1px solid #f2f2f2;
  padding: 0 15px 15px 15px;
}

.syh5_news_article .syh5_news_top h4{
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
}

.syh5_news_article .syh5_news_top .syh5_news_time {
  font-size: 12px;
  color: #666;
}

.syh5_news_article .syh5_news_main {
  padding: 15px;
}
