.color1-1 {
  color: #ec6a17;
}

.color1-2 {
  color: #ec6a17;
}

.color2-1 {
  color: #008dc8;
}

.color2-2 {
  color: #63719e;
}

.color3-1 {
  color: #009c00;
}

.color3-2 {
  color: #5b8959;
}

.m-hidden {
  display: block;
}

.m-show {
  display: none;
}


.header {
  display: flex;
  flex-direction: column;
  height:100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #FFFFFF;
}
.header {
  overflow: inherit;
}

.hb-logo {
  width: 121px;
  height: 20px;
  position: relative;
  top: 7px;
}

.hb-logo:hover {
  border: none !important;
  display: none;
}

.header ul li i.icon-weibo,
.header ul li i.icon-weixin {
  font-size: 20px;
}

.header ul {
  height: 44px;
  margin: 0;
  padding: 0;
  line-height: 44px;
}

.header ul li {
  height: 44px;
  line-height: 44px;
}

.header ul li:not(:last-child) {
  border: none;
}

.header .active:after {
  background: #FF6600;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
}

#notice {
  margin-top: 13px;
}

.header ul li #notice a {
  color: #007AFF;
}

.header ul li.active {
  border-bottom: 1px solid #ff6600;
}

.header ul li a {
  color: #393939;
}

footer {
  font-size: 12px;
  padding: 30px 0;
  color: #8d9095;
  height: 85px;
  width: 100%;
  text-align: center;
}

.m-footer {
  display: none;
}

footer>p>span {
  margin-left: 10px;
}

footer p {
  color: #ADADAD;
}

.banner {
  width: 100%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 10;
}

.banner img {
  width: 100%;
  height: 100%;
}

.banner>div {
  width: 100%;
  position: absolute;
}

.banner .title {
  font-size: 38px;
  letter-spacing: 10px;
	line-height: 2;
}

.banner .slogan {
  color: #63719e;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 4px;
  margin: 20px 0 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.dad-margin.slogan {
  margin: 50px 0 40px;
}

.banner .slogan p {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 4px;
}


.banner .slogan .line {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 30px;
}

.banner .slogan .line:first-child {
  margin-right: 10px;
}

.banner .slogan .line:last-child {
  margin-left: 6px;
}

.banner .slogan .line>div {
  border-bottom: 1px solid #A97D8B;
  height: 1px;
  width: 100%;
}

.banner .slogan .line>div.color3-2 {
  color: #5B8959;
}

.toask {
  color: #0f81ff;
  font-size: 14px;
}

.toask a {
  border-bottom: 1px solid #0f81ff;
}

.foot.toask {
  margin-top: 80px;
  margin-bottom: 120px;
}


/*中间内容部分*/

.content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 10px;
}

.container {
  width: 100%;
  max-width: 1200px;
  text-align: center;
	padding: 0 20px;
}
.container .head {
  margin-top: 120px;
}
.container .head h3 {
  margin-top: 90px;
  margin-bottom: 20px;
  color: #414141;
  font-size: 30px;
}

.container .head h3.dad-margin {
  margin-bottom: 50px;
}

/*
 * 广告页面的案列轮播
}*/
.container .body .dad-anli h3 span {
  display: none;
}

.anli-slider {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}

.anli-slider>a {
  width: 100px;
  height: 50px;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 30px 1px;
}

.anli-slider .mui-slider-left {
  background-image: url(//img-cdn-qiniu.dcloud.net.cn/newpage/images/left.png);
}

.anli-slider .mui-slider-right {
  background-image: url(//img-cdn-qiniu.dcloud.net.cn/newpage/images/right.png);
}

.anli-slider>div {
  max-width: 1000px;
}

.container .head .title {
  color: #414141;
  font-size: 30px;
  margin-bottom: 50px;
}

.container .head .slogan {
  font-size: 18px;
  color: #414141;
  margin-bottom: 150px;
  position: relative;
}

.container .body h3 {
  /*margin-bottom: 90px;*/
  color: #414141;
  font-size: 30px;
}

.body .trait {
  display: flex;
  display: -webkit-flex;
  margin-top: 100px;
  margin-bottom: 50px;
}

.body .trait>div {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-flow: 0;
  -webkit-flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.trait-table {
  margin-top: 70px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  text-align: left;
}

.trait-table>div:first-child {
  margin-right: 30px;
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
}

.trait-table>div:last-child {
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
}

.trait-table .border {
  border-left: 2px solid #009944;
  padding-left: 20px;
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  max-width: 330px;
  line-height: 36px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #414141;
}
.trait-table .trait-title {
  /* padding-left: 20px; */
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  max-width: 330px;
  line-height: 36px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #414141;
}
.trait-table .sub-title {
  margin-top: 20px;
  font-size: 14px;
}

.trait-table .border p:last-child {
  margin-bottom: 0;
}

.trait-table .feedback {
  font-size: 14px;
}

.trait>div {
  text-align: left;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.trait h4,
.trait h2 {
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  color: #414141;
}

.trait h2 {
  margin: 0;
}

.trait-dad.trait h4,
.trait-dad.trait h2 {
  font-size: 24px;
  color: #414141;
  margin-bottom: 40px;
}

.body .trait>div p {
  font-size: 20px;
  color: #414141;
  line-height: 34px;
  margin-top: 40px;
}

.body .trait.trait-dad>div p {
  text-indent: 2em;
  font-size: 16px;
  color: #414141;
  line-height: 24px;
  margin: 0;
}

.body .trait.trait-dad>div img+p {
  margin-top: 8px;
  text-indent: 0;
  color: #ef6c9c;
  text-align: center;
}

.body .trait>div:first-child {
  margin-right: 20px;
}

.ul-list>p:before,
.ul-list>p span:before {
  content: "●";
  color: #BFBFBF;
  margin-right: 1em;
  font-size: 16px;
}

.ul-list>p span:before {
  opacity: 0;
}

.header li {
  position: relative;
}

.flex-column {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}

.flex-start {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flex-around {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flex-center {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}

.flex-row-img {
  flex-direction: row;
  -webkit-flex-direction: row;
}

.box-shadow-img {
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}

.flex-center img {
  margin: 0 auto;
  max-width: 100%;
}



@media only screen and (max-width: 1400px) {
  .header ul:first-child li {
    display: none;
  }

  .header ul:first-child li:first-child {
    display: inline-block;
  }
  .container .head {
    margin-top: 0;
  }
}

@media only screen and (max-width: 950px) {
  .banner .title {
    font-size: 18px;
    letter-spacing: 6px;
  }

  .banner .slogan {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .container .head {
    margin-top: 0;
  }
}

@media only screen and (max-width: 745px) {
  .header ul:first-child {
    display: none;
  }

  .header ul:last-child {
    width: 100%;
  }
  .container .head {
    margin-top: 0;
  }
}

@media only screen and (max-width: 800px) {
  .banner .slogan p {
    font-size: 14px;
    line-height: 24px;
  }
  .container .head {
    margin-top: 0;
  }
}

@media only screen and (max-width: 700px) {

  .body .trait,
  .body .trait-table {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }

  .flex-row-img img {
    margin-bottom: 10px;
    width: 150px;
    height: 250px;
  }

  .trait-table .border {
    max-width: initial;
  }

  .body .trait.col-m {
    flex-direction: column-reverse;
  }
  .container .head {
    margin-top: 0;
  }
  .container .head h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .container .head .slogan {
    line-height: 24px;
    margin-bottom: 30px;
  }

  .container .body h3,
  .container .head h3.dad-margin {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .trait h4,
  .trait-dad.trait h4,
  .trait h2,
  .trait-dad.trait h2 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .trait img {
    margin-top: 10px;
  }

  .foot.toask {
    margin-top: 0;
  }

  .img-m-200 img {
    width: 200px;
  }

  .body .trait {
    margin-top: 60px;
  }
}




 @media only screen and (max-width: 500px) {
	
  .banner {
    height: 200px;
  }

  .banner .slogan .line {
    display: none;
  }

  .banner .title {
    padding: 0 10px;
    font-size: 18px;
    letter-spacing: 4px;
  }

  .banner .slogan {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 18px 0 10px;
  }

  .banner .slogan p:nth-child(2) {
    display: none;
  }

 .toask,
  .color1-2,
  .banner .slogan p:nth-child(1) {
    font-size: 12px;
  }

  .body .trait {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body .trait>div p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .container .head {
    margin-top: 0;
  }
  .container .head h3,
  .container .head .title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }

  .container .head .title {
    font-size: 16px;
  }

  .trait-table {
    margin-top: 30px;
  }

  .trait-table .border {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 11px;
  }

 
  .toMail {
    display: block;
    margin-top: 10px;
  }

  .anli-slider>a.m-hidden {
    display: none;
  }

  .m-hidden {
    display: none;
  }

  .m-show {
    display: block;
  }
	.flex-center h2{
		width:85vw;
		font-size:23px;
	}
  .header .clearfix>ul:last-child {
    display: flex;
    display: -webkit-flex;
    /* justify-content: space-around; */
    /* -webkit-justify-content: space-around; */
  }

  /* .header .clearfix>ul:last-child li:last-child {
    display: none;
  } */

  .trait-table>div:first-child,
  .body .trait>div:first-child {
    margin-right: 0;
  }

  .trait .flex-center img {
    width: 80%;
  }

  .trait.col-m .flex-center img {
    width: 100%;
  }

  .container .head .slogan {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-indent: 2em;
  }

  .container .body h3,
  .container .head h3.dad-margin {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
  }

  .trait-dad.trait h4 {
    font-size: 16px;
  }

  .trait-dad.trait h4.no-margintop {
    margin-top: 0;
  }

  .color3-2 {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }

  .foot.toask {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .foot.toask a {
    font-size: 14px;
  }

  .body .trait.trait-dad>div p {
    font-size: 13px;
    line-height: 21px;
  }

  .body .trait>div p {
    font-size: 14px;
    margin: 5px 0;
    line-height: 24px;
  }

  .ul-list>p:before,
  .ul-list>p span:before {
    font-size: 14px;
    margin-right: 0.5em;
  }

  .trait h2 {
    font-size:23px;
    margin: 0 0 10px 0;
  }

  .banner .toask {
    display: none;
  }

  .anli-slider {
    margin-top: 10px;
  }

  .container .body .dad-anli h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .container .body .dad-anli h3 span {
    display: inline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
  }

  .container .head .slogan {
    margin-bottom: 15px;
  }

  .container .head h3 {
    margin-top: 20px;
  }

  footer {
    border-top: 1px solid #e1e5e9;
    padding: 17px 0;
    height: 60px;
    margin-top: 20px;
  }

  footer>p:first-child {
    display: none;
  } 

  .m-footer {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }

  .m-footer>span {
    display: inline-block;
  }

  .title.color2-1 {
    text-align: left;
    line-height: 24px;
  }

	.title.color2-1>span {
    display: block;
    text-align: right;
	}
	/* .m-hidden-500{
     display: none;
   }
  .m-line-dport{
	  display: inline-block;
	  width: 30px;
	  border-bottom: 1px solid #008dc8;
	  position: relative;
	  top: -5px;
	  margin-right: 10px;
   } */
}
