* {
  margin: 0;
  padding: 0;
}

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,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
input,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

button {
  background: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
  display: inline-block;
}

a {
  display: inline-block;
}

html {
  line-height: 32px;
  font-size: 16px;
  color: #555;
}

.more {
  margin: auto 0;
}

.more-img {
  width: 6px;
  height: 10px;
}

.tab-link {
  width: 100%;
}

.tab-link :hover {
  color: #0099ff;
}

.index-tabbar {
  width: 100%;
  height: 35px;
  border-radius: 0px;
  background: #333333;
}

.index-tabbar-content {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.index-tabbar-content-tiile {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
}

.index-tabbar-content-lable {
  width: 410px;
  height: 100%;
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.index-tabbar-content-lable-item {
  display: block;
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
}

.index-tabbar-content-lable-item:hover {
  color: #0099ff;
}

.index-tabbar-content-lable-line {
  margin: 0 10px;
}

.index-content-container {
  width: 100%;
  background: linear-gradient(180deg, #dff2ff 0%, #ffffff 60%);
}

.index-content-containerA {
  width: 100%;
  background: linear-gradient(180deg, #dff2ff 0%, #f5f5f5 60%);
}

.index-content-container-top {
  width: 1200px;
  margin: 0 auto;
  padding: 38px 0 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-content-logo {
  display: flex;
}

.index-content-logo-box {
  width: 207px;
  height: 65px;
}

.index-content-logo-img {
  width: 100%;
  height: 100%;
}

.index-content-search {
  display: flex;
  height: 45px;
  align-items: center;
}

.index-content-search-input {
  width: 347px;
  height: 45px;
  line-height: 45px;
  color: #999999;
  font-size: 16px;
  padding-left: 17px;
  border: 1px solid #dddddd;
}
.index-content-search-btn {
  width: 95px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #dddddd;
  background: #0099ff;
  color: #ffffff;
}

.index-content-tel {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.index-content-tel-title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: right;
}

.index-content-number {
  font-size: 28px;
  font-weight: bold;
  color: #fe6100;
  font-style: italic;
}

.index-content-container-bar {
  height: 36px;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 2px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}
.index-content-container-bar a:hover div{
  color: #fe6100;
  font-weight: bold;
  border-bottom: 2px solid #fe6100;
}
.index-content-container-item {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  height: 36px;
}

.index-content-container-item.selected {
  font-weight: bold;
  color: #fe6100;
  border-bottom: 2px solid #fe6100;
}

.banner-container {
  width: 1200px;
  margin: 24px auto 0;
  height: 163px;
}

.banner-container-img {
  width: 100%;
  height: 100%;
}

.container-process {
  width: 1200px;
  margin: 0 auto;
  height: 140px;
  margin-top: 46px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-process-item {
  width: 175px;
  height: 100%;
  background: #F1F6FB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-process-item-img-box {
  width: 40px;
  height: 40px;
}

.container-process-item-img {
  width: 40px;
  height: 40px;
}

.container-process-item-title {
  font-size: 16px;
  color: #333333;
  margin: 14px 0 2px;
}

.container-process-item-text {
  font-size: 12px;
  color: #999999;
}

.container-process-interval {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-process-interval-img {
  width: 6px;
  height: 11px;
}

.hot-service-container-second {
  width: 1200px;
  margin: 0 auto 33px;
  display: flex;
  justify-content: space-between;
}

.hot-service-container-second-left {
  width: 786px;
}

.hot-service-container-second-left-content {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}

.second-left-content-left {
  width: 48%;
  height: 317px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.second-left-content-left-item {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px 0px 15px;
  color: #333;
  text-overflow: ellipsis;
}
.overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.second-left-content-right {
  width: 48%;
  height: 317px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.second-left-content-right-itemA {
  width: 135px;
}

.second-left-content-right-item {
  width: 48%;
  height: 150px;
}

.second-left-content-right-item-img-box {
  width: 100%;
  height: 123px;
}

.second-left-content-right-item-img-boxA {
  width: 100%;
  height: 90px;
}

.second-left-content-right-item-img {
  width: 100%;
  height: 100%;
}

.second-left-content-right-item-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
  color: #000;
}

.hot-service-container-second-right {
  width: 383px;
}

.hot-service-container-second-right-content {
  margin-top: 21px;
  width: 100%;
  height: 317px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.second-right-content-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 12px;
}

.second-right-content-item :hover {
  color: #0099ff;
}

.hot-content-item-square-sencond {
  width: 8px;
  height: 8px;
  background: #e7e7e7;
  border-radius: 50%;
}

.hot-content-item-text-sencond {
  width: 95%;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-container-box {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-text {
  font-size: 18px;
  color: #333333;
  position: relative;
  /* border-bottom: 2px solid #0099ff; */
}

.title-text::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 100px;
  border-bottom: 2px solid #0099FF;
}

.hot-service-container-third {
  width: 1200px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: space-between;
}

.hot-service-container-third-left {
  width: 383px;
  height: 450px;
  overflow: hidden;
}

.hot-service-container-graphic {
  width: 100%;
  height: 71px;
  margin: 26px 0 0px;
  display: flex;
  justify-content: space-between;
}

.hot-service-container-graphic-img-box {
  width: 109px;
  height: 100%;
}

.hot-service-container-graphic-img-box img {
  width: 109px;
  height: 100%;
}

.hot-service-container-graphic-info {
  width: 68%;
}

.hot-service-container-graphic-info-title {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-service-container-graphic-info-text {
  font-size: 12px;
  margin-top: 2px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  line-height: 20px;
}

.hot-service-container-third-conter {
  width: 383px;
  height: 450px;
  overflow: hidden;
}

.hot-service-container-third-right {
  width: 383px;
  height: 450px;
  overflow: hidden;
}

.container-third-right-lable {
  width: 100%;
  display: flex;
  height: 317px;
  overflow: hidden;
  margin-top: 22px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.container-third-right-lable-box {
  width: 100%;
  display: flex;
  height: 185px;
  overflow: hidden;
  margin-top: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-third-right-lable-box .container-third-right-lable-item:nth-last-child(1),
.container-third-right-lable-box .container-third-right-lable-item:nth-last-child(2){
  margin-bottom: 0;
}

.lable-text {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-third-right-lable-item {
  width: 185px;
  height: 35px;
  padding: 0 10px;
  background: #f1f6fb;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 10px;
}

.container-third-right-lable-item :hover {
  color: #0099ff;
}

.friend-link-container {
  width: 1200px;
  margin: 0 auto;
}

.friend-link-container-title {
  font-size: 16px;
  color: #333333;
  margin: 26px 0 6px;
}

.friend-link-container-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.friend-link-container-item a{
  margin-right: 7px;
  font-size: 16px;
  color: #999999;
}

.friend-link-container-item a:hover {
  color: #0099ff;
}

.hot-city-container {
  width: 1200px;
  margin: 35px auto;
}

.hot-city-container-content {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hot-city-container-item {
  margin-right: 5px;
  font-size: 14px;
  color: #999999;
}

.hot-city-container-item :hover {
  color: #0099ff;
}

.foot-container {
  width: 100%;
  height: 246px;
}

.foot-container-top {
  width: 100%;
  height: 195px;
  background: #363333;
}

.foot-container-top-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0 28px;
}

.foot-container-top-content-logo {
  width: 207px;
  height: 65px;
}

.foot-container-top-content-logo img {
  width: 100%;
  height: 100%;
}

.foot-container-top-content-lable {
  width: 81px;
  height: 129px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foot-container-top-content-lable-item {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
}

.foot-container-top-content-lable-item :hover {
  color: #f60;
}

.foot-container-top-content-hotline {
  width: 285px;
  height: 129px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}

.hotline-top {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.8;
}

.hotline-bottom p {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
}

.content-code-box {
  width: 93px;
  height: 93px;
}

.code-img {
  width: 100%;
  height: 100%;
}

.content-code-title {
  font-size: 16px;
  text-align: center;
  margin-top: 9px;
  color: #FFFFFF;
  opacity: 0.8;
}

.foot-container-bottom {
  width: 100%;
  height: 48px;
  background: #2A2A2A;
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 48px;
}

.foot-container-bottom a{
 
  background: #2A2A2A;
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 48px;
}

.hot-lable-container {
  width: 1200px;
  height: 134px;
  margin: 0 auto 32px;
}

.hot-lable-container-content {
  width: 100%;
  height: 81px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-around;
}

.problem-item {
  width: 386px;
  height: 158px;
  background: #F1F6FB;
  margin-top: 20px;
}
.problem-item :hover{
    color: #0099FF;
}
.problem-itemA {
  width: 283px;
  height: 158px;
  background: #F1F6FB;
  margin-top: 20px;
}
.problem-itemA :hover{
  color: #0099FF;
}

.problem-itemB {
  width: 404px;
  height: 158px;
  background: #F1F6FB;
  margin-top: 20px;
}
.problem-itemB :hover{
  color: #0099FF;
}
.problem-item-top {
  max-width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dashed #D9E4EF;
  padding: 0px 11px;
}

.problem-item-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.problem-item-title-img-box {
  min-width: 17px;
  height: 17px;
}

.problem-item-title-img {
  width: 100%;
  height: 100%;
}

.problem-item-title-text {
  margin-left: 5px;
  font-size: 16px;
  color: #333333;
}

.problem-item-answer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}

.problem-item-answer-text {
  font-size: 12px;
  width: 346px;
  margin-left: 5px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.problem-item-foot {
  max-width: 100%;
  height: 48px;
  padding: 0 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problem-item-foot-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.problem-item-foot-avt-box {
  width: 21px;
  height: 21px;
}

.problem-item-foot-avt {
  width: 100%;
  height: 100%;
}

.problem-item-foot-name {
  color: #333333;
  font-size: 14px;
  margin-left: 7px;
}

.problem-item-foot-day {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}

.problem-item-foot-time {
  font-size: 12px;
  color: #999999;
  margin-left: 4px;
}

.problem-item-foot-right {
  font-size: 12px;
  color: #333333;
}

.advertising-container {
  width: 814px;
  height: 327px;
  background: linear-gradient(180deg, #263747 0%, #30495A 100%);
  opacity: 1;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 23px 14px 0;
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: space-around;
}

.advertising-containerA {
  width: 814px;
  height: 327px;
  background: #FFF0E5;
  opacity: 1;
  color: #000;
  margin-top: 20px;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 23px 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.advertising-container-top {
  height: 149px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top-img-box {
  width: 109px;
  height: 100%;

}

.top-img-box img {
  width: 100%;
  height: 100%;
}

.top-center {
  width: 513px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-center-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top-center-title-text {
  font-size: 18px;
  /* color: #ffffff; */
  font-weight: bold;
}

.top-center-title-good {
  font-size: 14px;
  color: #FF6600;
}

.top-center-content-item {
  margin: 4px 0;
}

.top-center-content-item-title {
  font-size: 14px;
  color: #7D8D97;
}

.top-center-content-item-text {
  font-size: 14px;
  /* color: #ffffff; */
}

.top-center-content-item-phone {
  font-size: 18px;
  font-weight: bold;
  color: #FFE100;
}
.top-center-content-item-phoneA{
  font-size: 18px;
  font-weight: bold;
  color: #FF6600
}
.top-right {
  width: 126px;
  height: 149px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.top-right-itemA {
  width: 126px;
  height: 45px;
  background: #FFE100;
  border-radius: 3px;
  color: #394551;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.top-right-itemA :hover {
  opacity: 0.8;
  border-radius: 3px;
}

.top-right-itemB :hover {
  opacity: 0.8;
  border-radius: 3px;
}

.top-right-itemB {
  width: 126px;
  height: 45px;
  background: #E65800;
  border-radius: 3px;
  color: #FFFBF8;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.advertising-container-bottom {
  width: 100%;
  height: 94px;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.advertising-container-bottom-item {
  max-width: 94px;
  height: 94px;
  position: relative;
}

.bottom-item-img-box {
  width: 100%;
  height: 100%;
}

.bottom-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.knowledge-container-right-img-box {
  width: 100%;
  height: 169px;
  position: relative;
}
.knowledge-container-right-img-title:hover{
  color: #0099FF;
}
.knowledge-container-right-img-boxA {
  width: 276px;
  height: 182px;
  position: relative;
  margin: 17px auto;
}

.knowledge-container-right-img {
  width: 100%;
  height: 100%;
}

.knowledge-container-right-img-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: #000000;
  opacity: 0.63;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 44px;
}

.knowledge-container-right-bottom {
  width: 100%;
  height: 339px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  justify-content: space-between;
}
.knowledge-container-right-bottomA{
  width: 100%;
  height: 339px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-left: 20px;
} 
.details-mainA {
    background-color: #fff;
    padding: 17px 0px 0 0px;
}
.knowledge-container-right-bottom-item {
  width: 190px;
  height: 156px;
}
.knowledge-container-right-bottom-itemA{
   width: 190px;
  height: 156px;
  margin-right: 18px;
}
.knowledge-container-right-bottom-item a{
  width: 100%;
}
.knowledge-container-right-bottom-itemA a{
  width: 100%;
}
.right-bottom-item-img-box {
  width: 100%;
  height: 126px;
  margin: 0;
}

.right-bottom-item-img {
  width: 100%;
  height: 100%;
}

.right-bottom-item-title {
  width: 100%;
  height: 30px;
  background-color: #EBEBEB;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-bottom-item-title:hover{
  color: #0099ff;
}
.statistical-figure-container {
  width: 1200px;
  height: 186px;
  opacity: 1;
  background: #F1F6FB;
  margin: 20px auto;
  display: flex;
}

.statistical-figure-container-left {
  width: 891px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.statistical-figure-container-left-item {
  width: 25%;
  height: 100%;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.statistical-figure-title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.statistical-figure-text {
  width: 100%;
  font-size: 14px;
  color: #999999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.statistical-figure-container-right{
  width: 309px;
  height: 100%;
  background: #0099FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.statistical-figure-container-right::after{
  position: absolute;
  top: 50%;
  left: -10px;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #0099FF;
  transform: rotateZ(45deg)
}
.statistical-figure-container-right-top{
  height: 60px;
  width: 60px;
}
.statistical-figure-container-right-top img{
  width: 100%;
  height: 100%;
}
.statistical-figure-container-right-text{
  width: 100%;
  font-size: 27px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}
.statistical-figure-container-right-phone{
  display: flex;
  align-items: center;
}
.right-phone-img-box{
  width: 20px;
  height: 26px;
  margin-right: 5px;
}
.right-phone-img-box img{
  width: 100%;
  height: 100%;
}
.right-phone-text{
  font-size: 27px;
  color: #FFFFFF;
  text-align: center;
}
.hotline-top{
  display: flex;
  align-items: center;
}
.details-mainA .article-list-left-title{
  padding-left: 16px;
}
.details-mainA .article-list-left-title::after{
  left: 16px;
}
.footer-box{
  display: flex;
  flex: 1;
  margin-left: 130px;
}
.footer-item{
  width: 25%;
}
.footer-item:last-child{
  width: 50%;
}
.footer-item-text{
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.intro_1-xg a{
  font-size: 16px;
  color: #666
}