body {
  font-family: 'MicrosoftYaHei';
  font-size: 12px;
  margin: 0;
  padding: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #085bb2;
}

h3 {
  font-size: 1rem;
}
p {
  margin: 0;
}
img {
  width: auto;
  max-width: 100%;
}
.banner {
  height: 515px;
}
.banner .num li.num_hover {
  background-color: #085bb2;
}
.container {
  max-width: 1200px;
  padding: 0;
}
.row {
  margin: 0;
}
.col-3 {
  padding: 0;
}
header {
  text-transform: uppercase;
}
header .header-top {
  padding: 15px 0;
  align-items: center;
}
header .header-top .one .logo-info {
  padding-left: 15px;
}
header .header-top .one .logo-info h3 {
  font-family: 'FZZDHJW--GB1-0';
  font-size: 28px;
  color: #085bb2;
  font-weight: bold;
}
header .header-top .one .logo-info p {
  font-family: 'ArialMT';
  font-size: 12px;
  color: #999;
}
header .header-top .two form#formsearch .text {
  position: relative;
}
header .header-top .two form#formsearch input#keyword {
  font-size: 12px;
  padding: 10px 20px;
  border: 1px solid transparent;
  background: #F1F1F1;
  border-radius: 50px;
  outline: none;
  width: 250px;
}
header .header-top .two form#formsearch input#s_btn {
  height: 40px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../images/eleven/search.png) no-repeat center;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
}
header .header-top .two .search-right {
  padding-left: 40px;
}
header .header-top .two .search-right .codes-right {
  flex-direction: column;
  padding-left: 10px;
}
header .header-top .two .search-right .codes-right p {
  line-height: 1;
}
header .header-top .two .search-right .codes-right p:first-child {
  font-size: 14px;
  color: #333333;
}
header .header-top .two .search-right .codes-right p:last-child {
  color: #085bb2;
  font-size: 26px;
  font-family: 'Arial';
  font-weight: bold;
}
header .header-navbar .nav {
  background: #fff;
  justify-content: space-evenly;
  align-items: center;
}
header .header-navbar .nav li {
  position: relative;
  padding: 10px 30px;
}
header .header-navbar .nav li a {
  color: #333;
  font-size: 16px;
}
header .header-navbar .nav li:hover::before {
  content: url(../images/eleven/nav_li_bg.png);
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: -15px;
}
section {
  margin: 70px 0;
}
section .title h3 {
  font-size: 24px;
  font-weight: bold;
}
section .title p {
  font-size: 15px;
  color: #999;
}
section .content {
  margin-top: 40px;
}




sect ion.one .new-product-wrap {
  justify-content: space-between;
}
section.one .new-product-wrap .single-product-wrap {
  max-width: 285px;
  border: 1px solid #ccc;
}
section.one .new-product-wrap .single-product-wrap .product-info {
  padding: 25px 20px;
  justify-content: space-between;
}
section.one .new-product-wrap .single-product-wrap .product-info a {
  font-size: 14px;
}
section.two {
  padding: 70px 0;
  background: #eaf1f7;
}
section.two .content .content-wrap {
  justify-content: space-between;
}
section.two .content .content-left {
  min-width: 560px;
}
section.two .content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 580px;
}
section.two .content .content-right h2 {
  font-size: 24px;
  color: #1477df;
  font-weight: bold;
}
section.two .content .content-right p {
  font-size: 16px;
}
section.two .content .content-right a {
  display: inline-block;
  color: #636363;
  font-size: 16px;
  padding: 6px 30px;
  border-radius: 10px;
  border: solid 1px #979797;
}
section.two .content .content-right a:hover {
  background: #1477df;
  color: #fff;
}
section.three .content-left {
  border: solid 2px #1477df;
  min-width: 270px;
}
section.three .content-left h3 {
  margin: 0;
  font-size: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
  background: #085bb2;
  color: #fff;
}
section.three .content-left .product-list-wrap li {
  padding: 15px 0;
  padding-left: 25px;
  margin: 0 10px;
  border-bottom: dashed 1px #d6d6d6;
}
section.three .content-left .product-list-wrap li a {
  font-size: 16px;
}
section.three .content-left .product-list-wrap li a::before {
  content: ">";
  padding-right: 5px;
}
section.three .content-right {
  padding-left: 20px;
}
section.three .content-right .product-center-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
section.three .content-right .product-center-wrap .single-center-product-wrap {
  max-width: 300px;
  text-align: center;
}
section.three .content-right .product-center-wrap .single-center-product-wrap:nth-child(1),
section.three .content-right .product-center-wrap .single-center-product-wrap:nth-child(2),
section.three .content-right .product-center-wrap .single-center-product-wrap:nth-child(3) {
  margin-bottom: 10px;
}
section.three .content-right .product-center-wrap .single-center-product-wrap a:last-child {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  display: inline-block;
}
section.four .content .content-left {
  max-width: 750px;
  min-width: 750px;
}
section.four .content .content-right {
  min-width: 360px;
  max-width: 360px;
  max-height: 480px;
  overflow: hidden;
}
section.four .content .content-right .title {
  padding: 20px 0;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  background: #085bb2;
}
section.four .content .content-right .title h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
section.four .content .content-right .title h3::before {
  content: url(../images//eleven/problem.png);
  padding-right: 10px;
  position: relative;
  top: 4px;
}
section.four .content .content-right .title a {
  color: #f3f3f3;
  font-size: 15px;
}
section.four .content .content-right .problem-wrap {
  background: #f4f4f4;
  padding: 15px;
}
section.four .content .content-right .problem-wrap ul {
  margin: 0;
}
section.four .content .content-right .problem-wrap ul li div {
  padding-bottom: 20px;
}
section.four .content .content-right .problem-wrap ul li div p {
  display: flex;
}
section.four .content .content-right .problem-wrap ul li div p:first-child {
  padding-bottom: 10px;
}
section.four .content .content-right .problem-wrap ul li div p:first-child a {
  font-size: 16px;
}
section.four .content .content-right .problem-wrap ul li div p:first-child::before {
  content: url(../images/eleven/problem_q.jpg);
  padding-right: 10px;
}
section.four .content .content-right .problem-wrap ul li div p:last-child {
  line-height: 20px;
}
section.four .content .content-right .problem-wrap ul li div p:last-child a {
  font-size: 14px;
  color: #666;
}
section.four .content .content-right .problem-wrap ul li div p:last-child::before {
  padding-right: 10px;
  content: url(../images/eleven/problem_a.jpg);
}
.friend_link {
  padding-top: 10px;
  color: #bbb;
  font-size: 14px;
}
.friend_link .links-wrap {
  align-items: flex-end;
}
.friend_link .links-wrap p {
  padding-right: 20px;
}
.friend_link .links-wrap a {
  font-size: 13px;
  color: #bbb;
}
.friend_link .links-wrap a:not(:last-child)::after {
  content: "/";
  padding: 0 15px;
}
footer {
  background: #171717;
  padding-top: 50px;
  color: #fff;
}
footer div h5 {
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
footer div h5::after {
  content: '';
  width: 11px;
  height: 2px;
  background: #fff8f7;
  position: absolute;
  left: 0;
  bottom: -15px;
}
footer div ul,
footer div a {
  color: #fff;
}
footer div ul li {
  font-size: 14px;
}
footer div.link {
  max-width: 320px;
}
footer div.link div {
  flex-wrap: wrap;
}
footer div.link div a {
  color: #bbb;
  font-size: 14px;
  padding-right: 40px;
  display: inline-block;
  padding-bottom: 13px;
}
footer div.codes .d-flex {
  text-align: center;
}
footer div.codes .d-flex div:first-child {
  padding-right: 20px;
}
footer div.codes .d-flex p {
  font-size: 14px;
  color: #bbbbbb;
}
footer .footer-top .info .a {
  padding-bottom: 15px;
}
footer .footer-top .info .a p {
  font-size: 14px;
  color: #bbbbbb;
  padding-bottom: 10px;
}
footer .footer-top .info ul li {
  padding-bottom: 13px;
}
footer .footer-top .codes1 p:last-child {
  padding-top: 10px;
}
footer .footer-top .codes2 p:last-child {
  padding-top: 10px;
}
footer .footer-bottom {
  color: #bbb;
  margin-top: 13px;
  padding: 13px 0;
  border-top: 1px solid #222;
}
footer .footer-bottom p,
footer .footer-bottom a {
  color: #bbb;
}
.slideTxtBox .hd {
  align-items: center;
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 10px;
}
.slideTxtBox .hd ul {
  position: relative;
  margin: 0;
}
.slideTxtBox .hd ul::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #ddd;
  position: absolute;
  top: 7px;
  left: 44%;
}
.slideTxtBox .hd ul li {
  font-size: 18px;
  position: relative;
  padding-right: 30px;
}
.slideTxtBox .hd ul li:first-child::before {
  content: url(../images//eleven/news1.png);
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.slideTxtBox .hd ul li.on {
  color: #024683;
}
.slideTxtBox .hd ul li:last-child::before {
  content: url(../images//eleven/news2.png);
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.slideTxtBox .hd ul li.on::after {
  content: url(../images/eleven/news_a.png);
  position: absolute;
  left: 0;
  top: 20px;
}
.slideTxtBox .hd a {
  font-size: 15px;
  color: #929292;
}
.slideTxtBox .bd .news-wrapper .news-rec {
  padding-top: 30px;
  padding-bottom: 15px;
}
.slideTxtBox .bd .news-wrapper .news-rec .rec-left {
  min-width: 234px;
}
.slideTxtBox .bd .news-wrapper .news-rec .rec-right {
  padding-left: 20px;
}
.slideTxtBox .bd .news-wrapper .news-rec .rec-right p:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slideTxtBox .bd .news-wrapper .news-rec .rec-right p:first-child a,
.slideTxtBox .bd .news-wrapper .news-rec .rec-right p:first-child span {
  font-size: 16px;
  color: #333;
}
.slideTxtBox .bd .news-wrapper .news-rec .rec-right p {
  font-size: 14px;
  color: #666;
}
.slideTxtBox .bd .news-list-wrap ul.list-content li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.slideTxtBox .bd .news-list-wrap ul.list-content li p {
  color: #c8c7c7;
}
.slideTxtBox .bd .news-list-wrap ul.list-content li a {
  padding-left: 5px;
}
.slideTxtBox .bd .news-list-wrap ul.list-content li a,
.slideTxtBox .bd .news-list-wrap ul.list-content li span {
  font-size: 14px;
  color: #666666;
}
.left .box h3,
.sitemp {
  background: #085bb2;
}
