* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

ul {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}
a{
	text-decoration:none;
	color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

p {
  line-height: 2em;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 内容开始 */
.solutionMain {
  width: 100%;
}

.main {
  width: 1200px;
  margin: 0 auto;
  /* background-color: burlywood; */
}

/* 左边导航开始 */
.asideBox {
  float: left;
  width: 294px;
}


.mainBox {
  float: left;
}

.asideLogo {
  width: 294px;
  height: 156px;
}

.asideLogoBg {
  width: 100%;
  height: 100%;
  background: url(../img/ATO.png) 0 0/100% no-repeat;
}

.asideTextBox {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.icon {
  width: 76px;
  height: 76px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 76px;
  text-align: center;
}

.textBox {
  display: inline-block;
  width: 138px;
  height: 76px;
  /* padding: 6px 0; */
  vertical-align: middle;
}

.textBox span {
  font-family: Arial;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  display: block;
}

.textBox h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: Microsoft YaHei;
  margin: 0;
  padding: 0;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
}

/* 左边导航列表 */
.asideList {
  height: 60px;
  border: 1px solid #ddd;
  line-height: 60px;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  color: #555;
  font-family: Microsoft YaHei;
  cursor: pointer;
  border-top: none;
  outline: 0;
}

.listActive {
  border: 1px solid #5badf2;
  background: #5badf2;
  color: #fff;
}


.asideTelBg {
  margin: 12px 0 30px;
  background: url(../img/Product-center-phone-background.png) 0 0/100% no-repeat;
  height: 284px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.asideTelBox h2 {
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-family: Microsoft YaHei;
  text-align: center;
  font-size: 26px;
}

.asideTelBox p {
  font-size: 12px;
  color: #04699d;
  height: 20px;
  line-height: 20px;
}

.asideTelBox h3 {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: Arial;
}

.asideTelBox span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, .7);
  line-height: 28px;
}

/* 左边导航结束 */



/* 右边 */
/* 右边顶部 */
.mainBox {
  display: inline-block;
  width: 906px;
}

.mainContentBox {
  padding: 50px 0 0 34px;
}

.mainContent {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}

.navTop {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  zoom: 1;
  display: block;
}

.navTopTitle {
  display: inline-block;
  border-bottom: 6px solid #247ec5;
  height: 100%;
  padding: 0 20px 0 5px;
  position: absolute;
  z-index: 10;
}

.navTopTitle h2 {
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  color: #5badf2;
  font-weight: 700;
  text-align: left;
}

.titleBg {
  font-size: 2em;
}

.navTopRight {
  border-bottom: 6px solid #dedede;
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.navTopRightBox {
  height: 44px;
  line-height: 44px;
  text-align: right;
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}

.navTopRightBox div {
  display: inline-block;
}

.navTopRightBox a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  transition: color .3s;
}

.separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.3);
}

.lastSpan {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

/* 右边顶部结束 */
/* 右边内容 */
.huatoProListItem {
  overflow: hidden;
  margin: 40px 0 0;
  zoom: 1;
}

.huatoProListItemTitle {
  text-align: center;
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
}

.huatoProListItemTitle h1 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

.huatoProListItemTitle p {
  position: relative;
  height: 30px;
  vertical-align: bottom;
  line-height: 40px;
}

.huatoProListItemTitle a {
  position: absolute;
  right: 0;
  color: #108ee9;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color .3s ease;
}

.huatoProListItemContent {
  flex: auto;
}

.huatoProListItemContentBox {
  padding: 25px;
}

.header p {
  line-height: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  text-indent: 2em;
}

.titleStyles {
  height: 45px;
  background: #F0F0F0;
  overflow: hidden;
}

.titleSerial {
  height: 45px;
  width: 75px;
  /* display: inline-block; */
  float: left;
}

.titleSerial h1 {
  margin: 0;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #C2C2C2;
}

.SerialSmtitle {
  float: left;
  height: 45px;
}

.SerialSmtitle h2 {
  margin: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #66ACEE;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
}

.SerialSmtitle p {
  margin: 0;
  font-size: 12px;
  padding: 0 5px;
  color: #BEBEBE;
  font-family: Microsoft YaHei;
}


.hwCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  overflow: hidden;
}

.leftImgs {
  float: left;
  width: 350px;
  height: auto;
  text-align: center;
}

.leftImgs p {
  text-align: center;
  font-size: 14px;
}

.rightTxtList {
  float: left;
  max-width: 500px;
}

.rightTxtList li {
  font-size: 14px;
  font-family: Microsoft YaHei;
}

.imgListBox {
  padding: 25px;
}

.imgListBox p {
  text-align: center;
}

/* 表格开始 */
/* .imgListBox table{
  border-collapse: collapse;
  width: 100%;
  border: none;
} */

.x172 {
  height: 43.5pt;
  width: 100%;
  text-align: center;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  vertical-align: middle;
  white-space: nowrap;
}

.x172 span {
  font-size: 12pt;
  font-weight: 700;
  color: black;
  font-style: normal;
  text-decoration: none;
  font-family: 宋体;
}

tbody>tr>td:last-child {
  border-right: 1px solid #ccc !important;
}

tbody>tr>td {
  border: 1px solid #ccc !important;
}

tr>td {
  color: #676767 !important;
}

td span {
  font-style: normal;
  text-decoration: none;
  font-family: 宋体;
}

.Tdtitle span {
  font-size: 12pt;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-family: 宋体;
  color: black;
}

td {
  background: white;
  height: 43.5pt;
  border-top: none;
  text-align: center;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  vertical-align: middle;
  white-space: nowrap;
}

.x168 {
  background: white;
  width: 55px;
  height: 43.5pt;
  border-top: none;
  text-align: center;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  vertical-align: middle;
  white-space: nowrap;
}

.x168 span {
  font-size: 12pt;
  font-weight: 700;
  color: red;
  font-style: normal;
  text-decoration: none;
  font-family: 宋体;
}

.x169 {
  background: white;
  width: 96px;
  height: 43.5pt;
  border-top: none;
  text-align: center;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  vertical-align: middle;
  white-space: nowrap;
}

.x169 span {
  font-size: 12pt;
  font-weight: 700;
  color: red;
  font-style: normal;
  text-decoration: none;
  font-family: 宋体;
}

/*
.imgListBox table td{
   height: 43.5pt;
    width: 100%;
    text-align: center;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    vertical-align: middle;
    white-space: nowrap;
}
.imgListBox table td span{
  font-size: 12pt;
  font-weight: 700;
  color: black;
  font-style: normal;
  text-decoration: none;
  font-family: 宋体;
}
.x172{
  width: 771px!important;
} */
/* tr .x169{
  border: 0.5pt solid black;
    background: white;
    width: 12%;
    height: 43.5pt;
    border-top: none;
    text-align: center;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    vertical-align: middle;
    white-space: nowrap;
}
tr .x168{
  border: 0.5pt solid black;
  background: white;
  width: 12%;
  border-top: none;
  border-left: none;
  border-image: initial;
  text-align: center;
  white-space: normal;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  vertical-align: middle;
} */
/* 表格结束 */






/* 右边内容结束 */


/* 右边结束 */
.NotshowContent {
  display: none;
}

.imgsSR P {
  line-height: 2rem;
}



.GSMbox {
  display: flex;
  margin-bottom: 30px;
}

.GSMbox img {
  width: 250px;
  height: 250px;
}

.GSMbox div {
  width: 250px;
  height: 250px;
  text-align: center;
}

.tdbf {
  width: 180px !important;
}

.S500box {
  display: flex;
  margin-bottom: 30px;
}

.S500box img {
  width: 200px;
  height: 200px;
}
.solutionHoverA:hover{
  color: #49a9ee;
}

	
.asideList a{
	display: block;
}
#massageTextarea{
	width: 279px!important;
}