.clearfix {
  zoom: 1;
}
h3 {
  color: #333;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
span p {
  color: #333333;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #db4328;
}
.active {
  color: #db4429;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container-head {
  padding: 20px 0 10px 0;
}
.container-addr {
  margin-top: 40px;
  padding: 20px 0 10px 0;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* bottom */
.bottom {
  background-color: #db4429;
  width: 100%;
}
/* header */
.header,
.bottom .nav {
  width: 1200px;
  margin: 0 auto;
}
.bottom .nav {
  padding: 10px 10px;
}
.bottom .nav li {
  float: left;
  width: 147px;
  /* border-right: #ccc 1px solid; */
}
.bottom .nav li a {
  text-align: center;
  line-height: 35px;
  display: block;
  color: #fff;
  font-size: 15px;
  position: relative;
}
.logo {
  float: left;
}
.logo-r {
  float: right;
  padding-right: 10px;
  width: 500px;
  height: 70px;
}
.logo-phone {
  float: left;
  width: 260px;
  height: 65px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.logo-phone h3 {
  color: #db4328;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.logo-qr {
  width: 150px;
  height: 65px;
  float: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header {
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}
.header .logo {
  float: left;
  padding: 0 10px;
  font-size: 0;
}
.header .logo img {
  height: 30px;
  width: auto;
}
.header .logo p {
  line-height: 30px;
  font-size: 15px;
}
.header .nav-box {
  border: #ccc 1px solid;
}
.header .nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .nav li:first-child {
  border-left: #ccc 1px solid;
}
.header .nav li {
  float: left;
  width: 147px;
  border-right: #ccc 1px solid;
}
.header .nav li.dropdown {
  position: relative;
}
.header .nav li a {
  text-align: center;
  line-height: 35px;
  display: block;
  color: #333;
  font-size: 15px;
  position: relative;
}
.header .nav li a:after {
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #db4328;
  content: "";
  left: 0;
  bottom: 0;
  display: none;
}
.header .nav li a:hover:after,
.header .nav li.active a:after,
.header .nav li.open a:after {
  display: block;
}
.header .nav li .sub {
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
  background-color: #057;
  display: none;
  left: 0;
}
.header .nav li .sub a {
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
}
.header .nav li .sub a:after {
  display: none;
}
.header .nav li .sub a:hover:after {
  display: none;
}
.header .nav li.dropdown.open .sub {
  display: block;
}
.two-nav {
  width: 147px;
  position: absolute;
  display: none;
  background: #fff;
}
.nav-box .nav ul li.a1:hover .two-nav {
  display: block;
}
.header .nav-btn {
  position: absolute;
  right: 45px;
  top: 0;
  padding: 16px;
  display: none;
}
.header .nav-btn:after,
.header .nav-btn:before,
.header .nav-btn span {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 23px;
  display: block;
}
.header .nav-btn span {
  margin: 6px 0;
}
.header .search {
  float: right;
  position: relative;
  margin-left: 20px;
}
.header .search .btn {
  display: block;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
}
.header .search .form {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  width: 250px;
  padding: 10px 50px 10px 10px;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.header .search .form input {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border: 0;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .search .form button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 35px;
  width: 35px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
.search {
  margin-bottom: 20px;
  height: 80px;
  /* position: relative; */
  border-bottom: #ccc 1px solid;
}
.search .search-l {
  float: left;
  width: 700px;
  line-height: 80px;
}
.search .search-r {
  float: right;
  padding-top: 18px;
  line-height: 80px;
  width: 350px;
}
.search .btn {
  display: block;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
}
.search .form {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  width: 250px;
  padding: 10px 50px 10px 10px;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.search .form input {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border: 0;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search .form button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 35px;
  width: 35px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
.search-l i {
  font-weight: bold;
}
.search-i {
  background: #ebebeb;
  height: 44px;
  width: 350px;
  /* background: url(images/search.jpg) no-repeat ; */
  /* background-position: -20px 4px; */
}
.search-i input {
  display: block;
  float: left;
  width: 280px;
  padding-left: 10px;
}
.search-i a {
  display: block;
  float: right;
  margin-top: -3px;
}
/* binner */
.banner {
  /* margin-bottom: 35px; */
}
.banner .item {
  display: block;
  height: 900px;
  background: no-repeat center / cover;
}
/* friend link */
.flink {
  margin-top: 10px;
  background-color: #fff;
  width: 100%;
  height: 170px;
}
.flink-item {
  margin-top: 40px;
}
.flink-item a {
  margin-top: 20px;
  text-align: center;
  padding-left: 20px;
}
/* title */
.container-title {
  text-align: center;
}
.container-title-active {
  text-align: center;
}
.container-title span {
  text-align: center;
  line-height: 70px;
  font-size: 46px;
  color: #333333;
}
.container-title span i {
  border-bottom: #db4328 5px solid;
}
.container-title-active span {
  text-align: center;
  line-height: 70px;
  font-size: 46px;
  color: #fff;
}
.container-title-active span i {
  border-bottom: #fff 5px solid;
}
.container-title-b {
  text-align: center;
  line-height: 70px;
}
.container-title-b span {
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #333333;
}
.container-title-b span i {
  line-height: 70px;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: #db4328 3px solid;
}
/* news */
.news {
  padding: 30px 0 30px 0;
  background: url(../images/newsbg.jpg);
  background-size: 100%;
}
.news-panel {
  margin-top: 30px;
}
.news-panel ul {
  padding: 20px 30px;
}
.news-panel li {
  padding: 10px 0;
  border-bottom: #ccc 1px solid;
}
.news-l {
  background-color: #fff;
  float: left;
  max-width: 788px;
}
.news-r {
  /* margin-left:50px; */
  background-color: #fff;
  width: 360px;
  float: right;
}
.news .news-head {
  background: url(../images/titlebg.jpg) repeat-x;
  height: 60px;
  padding: 20px 20px;
}
.news .news-head img {
  vertical-align: middle;
}
.news-item .news-t {
  float: left;
  width: 60px;
  height: 70px;
}
.news-item .news-t h3 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #666666;
  font-weight: bold;
}
.news-item .news-t p {
  text-align: center;
  background-color: #999999;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.news-l .news-item .news-c {
  margin-left: 80px;
  height: 100px;
  overflow: hidden;
}
.news-r .news-item .news-c {
  margin-left: 0px;
  height: 100px;
  overflow: hidden;
}
.news-item .news-c h3 {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item .news-c p {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* case */
.case {
  padding: 30px 0 30px 0;
}
.case-panel {
  margin-top: 30px;
  min-height: 200px;
}
/* service */
.service {
  padding: 30px 0 30px 0;
  background: url(../images/bg2.jpg) no-repeat center;
  /* background-size: 100%; */
}
.service-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.service-item {
  width: 100px;
  height: 100px;
  border: 1px #db4328 solid;
  text-align: center;
  border-radius: 100%;
}
.service-item p {
  color: #fff;
  line-height: 100px;
}
.service-tel {
  /* background: url(images/service.png) no-repeat; */
  width: 100px;
  height: 150px;
  text-align: center;
}
.service-phone {
  margin-left: -10px;
  width: 120px;
  border-radius: 10px;
  background-color: #db4328;
}
.service-phone p {
  color: #fff;
  line-height: 30px;
}
/* company */
.company {
  padding: 30px 0 30px 0;
}
.company-panel {
  margin-top: 20px;
  background-color: #f5f5f5;
}
.company-l {
  float: left;
}
.company-r {
  float: right;
  padding: 20px;
  padding-top: 0;
}
.aboutme {
  width: 550px;
  height: 400px;
}
.aboutme > img:first-child {
  display: none;
}
.aboutme-c {
  padding: 10px;
  max-height: 425px;
  overflow: hidden;
}
.aboutme-c h3 {
  /* padding-top: 20px; */
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  /* border-top: #ddd 1px solid; */
}
.aboutme-c p {
  line-height: 30px;
  font-size: 16px;
  max-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* advantage */
.advantage {
  padding: 30px 0 30px 0;
}
.advantage-panel {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage-item {
  width: 200px;
  height: 200px;
  /* border: 1px #db4328 solid; */
  text-align: center;
}
.advantage-item p {
  line-height: 70px;
  font-size: 20px;
}
.advantage-item span {
  line-height: 30px;
  font-size: 16px;
  text-align: left;
}
/* solution */
.solution {
  padding: 30px 0 30px 0;
  background: url(../images/bg1.jpg) no-repeat center;
}
.solution-panel {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution-item {
  width: 380px;
  height: 310px;
  background-color: #fff;
  /* border: 1px #db4328 solid; */
  text-align: center;
}
.solution-panel2 {
  margin-top: 30px;
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.solution-panel2 a {
  color: #fff;
  display: block;
}
.solution-panel2 span {
  color: #fff;
  display: block;
}
.sline {
  width: 300px;
  height: 2px;
  background-color: #fff;
}
.solution-item .item1 {
  width: 390px;
  height: 315px;
  background: url(../images/solution1.jpg) no-repeat;
}
.solution-item .item2 {
  width: 380px;
  height: 315px;
  background: url(../images/solution2.jpg) no-repeat;
}
.solution-item .item3 {
  width: 390px;
  height: 315px;
  background: url(../images/solution3.jpg) no-repeat;
}
.container-title-b-list {
  display: flex;
  justify-content: space-evenly;
}
.solution-item ul {
  margin-top: 20px;
  width: 140px;
  height: 130px;
}
.solution-item ul li {
  text-align: left;
  padding: 0 5px;
  line-height: 30px;
}
/* product */
.product {
  padding: 30px 0 30px 0;
}
.product-panel {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product-item {
  width: 240px;
  height: 70px;
  border-radius: 10px;
  border: 1px #ccc solid;
  text-align: center;
  cursor: pointer;
}
.product-item a {
  line-height: 70px;
  font-size: 20px;
}
.product-item-active {
  background-color: #db4429;
}
.product-item-active a {
  color: #fff;
}
.product-panel2 {
  text-align: left;
}
.cp1 {
  width: 1160px;
  height: 640px;
  margin: 0 auto;
  background: url("../images/bgg.png") center center no-repeat;
  position: relative;
}
.cp1 ul {
  margin-top:-100px;
  position: absolute;
  left: 120px;
  top: 115px;
}
.cp1 ul li {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.cp1 > img {
  position: absolute;
  top: 20px;
  right: 180px;
}
/* address */
.address {
  background-color: #1d1d1d;
  width: 100%;
  height: 260px;
}
.gssm {
  width: 1200px;
  margin: 0 auto;
}
.address p {
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.container-addr .addr {
  margin-left: 80px;
  float: left;
}
.container-addr .phone {
  float: right;
}
/* button */
.button1 {
  padding: 5px 10px;
  border-radius: 5px;
  border: #c6c6c6 1px solid;
  color: #db4429;
}
.button2 {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #db4429;
}
/*å³äºæä»¬ç®ä»*/
.contain {
  width: 1200px;
  margin: 0 auto;
}
.blk {
  margin-bottom: 20px;
}
.p12-curmbs-1 {
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  height: 47px;
  line-height: 47px;
}
.p12-curmbs-1 b {
  border-left: 10px solid #555555;
  font-weight: normal;
  padding-left: 8px;
  line-height: 47px;
}
.tl-fdh-02 {
  height: 55px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.tl-fdh-02 li {
  width: 20%;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  float: left;
  border-right: 1px solid #d8d8d8;
  box-sizing: border-box;
  background: #f4f4f4;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tl-fdh-02 li a {
  color: #a8a8a8;
  display: block;
  width: 100%;
}
.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
  background: url(../images/p16-icon6.png) no-repeat bottom center #db4328;
  border-color: #db4328;
}
.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
  color: #fff;
}
.gsjj {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
  margin-top: 30px;
}
.gsjj-left {
  width: 600px;
  float: left;
}
.gsjj-left h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.gsjj-left p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.gsjj-right {
  width: 580px;
  float: right;
}
.gsjj-right img {
  margin-top: 50px;
}
/*èç³»ä¸ç*/
.lxsr {
  width: 1200px;
  margin: 0 auto;
}
.information {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section1 {
  width: 390px;
  margin-top: 20px;
}
.section1 h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  border-bottom: 1px solid #e1e1e6;
}
.section1 h2 img {
  float: left;
  margin-right: 15px;
}
.section1 p {
  font-size: 16px;
  line-height: 3;
}
.gszb {
  width: 440px;
  float: right;
  margin-top: 120px;
  margin-left: 100px;
}
.gszb h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.gszb p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.gszb a {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}
.gsdt {
  width: 1200px;
  height: 400px;
  text-align: center;
  margin: 20px auto;
}
/*äº§åä¸­å¿*/
.cpzx::before,
.cpzx::after {
  content: "";
  display: table;
  clear: both;
}
.cpzx-left {
  width: 240px;
  float: left;
}
.cpzx-left-title {
  background: #db4328;
  height: 90px;
}
.cpzx-left-title h3 {
  height: 85px;
  font-size: 24px;
  font-weight: normal;
  line-height: 85px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.treebox {
  width: 240px;
  margin: 0 auto;
  background-color: #db4328;
}
.menu {
  overflow: hidden;
  border-color: #ddd;
  border-style: solid;
}
/*ç¬¬ä¸å±*/
.menu li.level1 > a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.menu li.level1 a:hover {
  text-decoration: none;
  color: #fff;
}
.menu li.level1 a.current {
  background: #db4328;
}
/*ç¬¬ä¸å±*/
.menu li.level > a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.menu li.level a:hover {
  text-decoration: none;
  color: #fff;
}
.menu li.level a.current {
  background: #db4328;
}
/*============ä¿®é¥°å¾æ */
.ico {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background-repeat: no-repeat;
}
/*============å°ç®­å¤´*/
.level1 i {
  width: 20px;
  height: 10px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.level1 i.down {
  background-position: 0 -10px;
}
.level i {
  width: 20px;
  height: 10px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.level i.down {
  background-position: 0 -10px;
}
/*ç¬¬äºå±*/
.menu li ul {
  overflow: hidden;
}
.menu li ul.level2 {
  display: none;
  background: #ececec;
  position: relative;
}
.menu li ul.level2 li {
  position: relative;
}
.menu li ul.level2 li a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #666;
  text-indent: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  transition: all 1s ease 0s;
}
.menu li ul.level2 li a:hover {
  color: #db4328;
}
.menu li ul.level2 li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 31px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu li ul.level2 li:hover:after {
  border-color: #db4328;
}
.cpzx-right {
  width: 930px;
  float: right;
}
.cpzx-right h3 {
  height: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.cpzx-right h3 span {
  display: inline-block;
  height: 50px;
  border-bottom: 1px solid #555555;
}
.cpzx-right .product1 ul li {
  margin-right: 14px;
  border: 1px solid #e3e3e3;
  margin-bottom: 29px;
  margin-top: 10px;
  line-height: 0;
  float: left;
  width: 300px;
  height: 280px;
  position: relative;
}
.cpzx-right .product1 ul li:nth-child(3n) {
  margin-right: 0px;
}
.cpzx-right .product1 ul li img {
  width: 300px;
  height: 225px;
}
.cpzx-right .product1 ul li span {
  display: block;
  position: absolute;
  width: 280px;
  height: 45px;
  left: 10px;
  bottom: 6px;
  text-align: center;
  background: #f5f5f5;
  line-height: 45px;
}
.cpzx-right .product1 ul li:hover {
  border-color: #da251c;
}
.cpzx-right .product1 ul li a:hover span {
  background: #da251c;
  color: #fff;
}
.cbgg-01 {
  background: #db4328;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.cbgg-01-img img {
  width: 100%;
  display: block;
}
.cbgg-01 p {
  padding-top: 15px;
}
.cbgg-01 p img {
  vertical-align: middle;
  margin-right: 5px;
}
.cbgg-01 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 20px;
  padding-top: 10px;
}
.p12-pagination-1 {
  width: 930px;
  height: 70px;
  float: left;
}
.p12-pagination-1-main {
  margin: 10px auto;
  padding: 10px 0;
  height: 30px;
  text-align: center;
}
.p12-pagination-1 a,
.p12-pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}
.p12-pagination-1 span {
  border: 1px solid #fff;
}
.p12-pagination-1 .page_curr {
  background: #db4328;
  color: #fff;
  border-color: #db4328;
}
.p12-pagination-1 a:hover {
  color: #db4328;
}
.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
  display: none;
}
/*äº§åä¸­å¿è¯¦æé¡µ*/
.cpxq {
  width: 930px;
}
.cpxqxx {
  float: right;
  width: 480px;
}
.cpxqxx h3 {
  font-weight: 600;
}
.cpxqxx p {
  line-height: 32px;
  font-size: 16px;
}
.product2 {
  margin-top: 20px;
}
.product-title {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 20px;
  background: #db4328;
  line-height: 50px;
  font-size: 22px;
}
.product-title em {
  display: inline;
  float: right;
  margin-right: 15px;
  font-style: normal;
  border-left: 1px solid #fff;
  padding-left: 10px;
  letter-spacing: 2px;
  font-size: 18px;
}
.pc-cx-tel-1 {
  width: 480px;
  height: 56px;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 30px;
}
.pc-cx-tel-1-t1 {
  width: 114px;
  height: 44px;
  background: #db4328;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  float: right;
}
.pc-cx-tel-1-t1 a {
  display: block;
  color: #fff;
}
.pc-cx-tel-1-t2 {
  height: 56px;
  padding-left: 70px;
  background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
  font-size: 18px;
  line-height: 18px;
  color: #454545;
}
.pc-cx-tel-1-t2 p {
  line-height: 24px;
}
/*æ°é»ä¸­å¿*/
.product3 ul li {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.product3 ul li img {
  padding: 20px;
}
.news1 {
  width: 600px;
  float: right;
  margin-top: 20px;
}
.news1 h3 {
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 5px;
  border-bottom: none;
}
.news1 h3 span {
  float: right;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: none;
  color: #666;
  margin-right: 10px;
}
.news1 p {
  font-size: 16px;
  line-height: 1.5;
}
.news1 .xq {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #db4328;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
}
/*æç« é¡µæ ·å¼*/
.wenzhang {
  width: 1200px;
  margin: 0 auto;
}
.essay-con {
  width: 1200px;
  margin: 0 auto;
}
.title_xx {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 0 160px;
  font-size: 22px;
  font-weight: 600;
  padding-top: 40px;
}
.small {
  text-align: center;
}
.content {
  width: 96%;
  margin: 0 auto;
}
.content p {
  font-size: 16px;
  text-indent: 43px;
  line-height: 39px;
  text-align: justify;
}
.content p.p1 {
  text-align: center;
}
/*å¬å¸èµè´¨*/
.k12-gl-gslb-3nf1-1-01::after {
  content: "";
  display: table;
  clear: both;
}
.k12-gl-gslb-3nf1-1-01-left dl {
  width: 24%;
  float: left;
  background: #f0f0f0;
  margin: 0 1.3% 13px 0;
}
.k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
  margin-right: 0;
}
.k12-gl-gslb-3nf1-1-01-left dt {
  border: 1px solid #e5e5e5;
  padding: 10px 9px;
  background: #fff;
}
.k12-gl-gslb-3nf1-1-01-left dt img {
  display: block;
  width: 100%;
}
.k12-gl-gslb-3nf1-1-01-left dd {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f0f0;
}
.k12-gl-gslb-3nf1-1-01-left dd a {
  color: #4b4a4a;
}
/*ä¼ä¸æå*/
.qywh {
  width: 1200px;
  margin: 20px auto;
}
.qywh::after {
  content: "";
  display: table;
  clear: both;
}
.qywh-left {
  width: 590px;
  float: left;
}
.qywh-left p b {
  font-size: 18px;
}
.qywh-left p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 5px;
}
.qywh-right {
  width: 590px;
  float: right;
  margin-top: 100px;
}
/* fix */
.flink {
  height: auto;
}
.flink > .container:first-child {
  margin: 5px auto;
}
.flink > .container:first-child > .container-title:first-child {
  display: flex;
  align-items: center;
}
.flink > .container:first-child > .container-title:first-child > span {
  font-size: 1.2em;
  line-height: initial;
}
.flink > .container:first-child > .container-title:first-child > span i {
  border-bottom: none;
}
.flink > .container:first-child > .container-title:first-child > span::after {
  content: ":";
}
.flink > .container:first-child > .container-title:first-child > .flink-item {
  margin-top: 2.5px;
}
.flink > .container:first-child > .container-title:first-child > .flink-item a {
  margin-top: 0;
}
.product-title > em {
  display: none;
}
/* edit */
.mn-swiper {
  width: initial;
  max-width: 1136px;
}
.mn-swiper .swiper-slide > a {
  position: relative;
  box-shadow: 0 3px 10px 3px #ebeef0;
}
.mn-swiper .swiper-slide > a > p {
  position: absolute;
  height: 45px;
  width: 230px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 2px;
  text-align: center;
  background: #f5f5f5;
  line-height: 45px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: initial;
  padding: 2px 5px;
}
.mn-swiper .swiper-slide > a > p:hover {
  background-color: #db4429;
  color: white;
}
.news_recommend > .news_recommend_section:not(:last-of-type) {
  border-bottom: 1px dotted grey;
}
.news_recommend > .news_recommend_section:last-child {
  margin-bottom: 20px;
}
.news_recommend_section {
  display: flex;
  height: 50px;
  align-items: center;
}
.news_recommend_section > div:first-child {
  height: 30px;
  line-height: 30px;
  padding: 2px 5px;
  background: grey;
}
.news_recommend_section > div:first-child > a {
  color: white;
}
.news_recommend_section > div:nth-child(2) {
  padding-left: 10px;
  color: grey;
}
.news_recommend_section > div:last-child {
  margin-left: auto;
}
.product_panel_show {
  height: 280px;
}
.product_panel_show > .mn-wrap {
  height: 280px;
}
.product_panel_show .mn-swiper .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  height: 230px !important;
}
.product_show_content_recommend {
  position: relative;
  height: 45px;
  line-height: 45px;
  border-bottom: 2px solid #dfdfdf;
}
.product_show_content_recommend > h3 {
  display: inline-block;
  font-size: 24px;
  border-bottom: 2px solid #555555;
  height: 45px;
  padding-left: 52px;
  background: url(../images/p14-icon11.png) no-repeat 22px center;
}
.product_show_content_recommend > p {
  color: #808080a3;
  display: inline-block;
}
.product_show_content_recommend + div {
  margin-top: 0;
}
.banner .item {
  height: initial;
}
div.k12-gl-gslb-3nf1-1-01 > div.k12-gl-gslb-3nf1-1-01-left:first-of-type {
  display: grid;
  grid-template-columns: repeat(auto-fill, 288px);
  grid-column-gap: 10px;
  grid-row-gap: 13px;
  justify-items: center;
  justify-content: center;
}
div.k12-gl-gslb-3nf1-1-01 > div.k12-gl-gslb-3nf1-1-01-left:first-of-type > dl {
  width: 100%;
}
div.container-head > div.logo:first-of-type {
  width: initial;
}
div.container-addr > div.logo {
  width: initial;
}
div.container-addr > div.logo > img {
  width: initial;
  height: initial;
}
@media (max-width: 1200px) {
  body > div.bottom {
    display: none;
  }
}
@media (max-width: 470px) {
  div.search > div.search-l {
    display: none;
  }
  div.search > div.search-r {
    width: 100%;
    max-width: 350px;
  }
  div.search > div.search-r div.search-i {
    width: initial;
  }
  div.search > div.search-r div.search-i #search {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1200px) {
  div.search {
    display: flex;
    padding: 0 10px;
  }
  div.search > div.search-l {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  div.search > div.search-r {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  div.container-head {
    display: flex;
  }
}
@media (max-width: 785px) {
  div.container-head div.logo-r {
    width: initial;
  }
  div.container-head div.logo-r div.logo-phone {
    display: none;
  }
}
@media (max-width: 600px) {
  div.container-head div.logo-r {
    display: none;
  }
}
.header .nav {
  width: initial;
  max-width: 1200px;
}
ul.header_ul_list_sw {
  display: grid;
  grid-template-columns: repeat(8, 150px);
  justify-content: center;
}
@media (max-width: 1200px) {
  ul.header_ul_list_sw {
    grid-template-columns: repeat(4, 150px);
  }
}
@media (max-width: 600px) {
  .header .nav-box {
    display: none;
  }
}
.two-nav {
  z-index: 11;
}
.dropdown {
  position: relative;
  display: none;
}
@media (max-width: 600px) {
  .dropdown {
    display: block;
    margin-left: auto;
  }
}
.right_menu_list_nav_button {
  font-size: 0;
  width: 55px;
  height: 58px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: #006dc2 url(../images/menu-button-bg.png) no-repeat center center;
  background-size: auto;
  background-size: 50%;
}
#dropdown-menu-ul-id {
  left: -100px;
  background-color: #006dc2;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#dropdown-menu-ul-id > li {
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
}
#dropdown-menu-ul-id > li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: white;
  white-space: nowrap;
}
div.address {
  height: initial;
  min-height: 260px;
}
@media (max-width: 780px) {
  div.address div.container-addr.clearfix {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  div.address div.container-addr.clearfix div.addr {
    margin-left: 0;
  }
  div.address div.container-addr.clearfix div.phone {
    width: 105px;
  }
}
div.address .gssm {
  max-width: 1200px;
  width: initial;
}
@media (max-width: 620px) {
  div.address .gssm p {
    white-space: break-spaces;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contain {
  width: initial;
  max-width: 1200px;
}
.contain .lxsr {
  max-width: 1200px;
  width: initial;
}
.contain .lxsr .information {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 33%);
}
@media (max-width: 700px) {
  .contain .lxsr .information {
    grid-template-columns: repeat(2, 50%);
  }
  .contain .lxsr .information .section1 {
    width: initial;
    max-width: 390px;
  }
  .contain .lxsr .information .section1 h2 {
    font-size: 16px;
  }
  .contain .lxsr .information .section1 h2 img {
    float: none;
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .contain .lxsr .information p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .contain .tl-fdh-02 li a {
    font-size: 14px;
  }
}
@media (max-width: 585px) {
  .contain div.k12-gl-gslb-3nf1-1-01 > div.k12-gl-gslb-3nf1-1-01-left:first-of-type {
    grid-template-columns: 1fr;
  }
}
.contain .gsjj,
.contain .qywh {
  width: initial;
  max-width: 1200px;
  height: initial;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .contain .gsjj,
  .contain .qywh {
    display: flex;
    flex-direction: column;
  }
  .contain .gsjj .gsjj-left,
  .contain .qywh .gsjj-left,
  .contain .gsjj .gsjj-right,
  .contain .qywh .gsjj-right,
  .contain .gsjj .qywh-left,
  .contain .qywh .qywh-left,
  .contain .gsjj .qywh-right,
  .contain .qywh .qywh-right {
    width: 100%;
  }
  .contain .gsjj .gsjj-right img,
  .contain .qywh .gsjj-right img,
  .contain .gsjj .qywh-right img,
  .contain .qywh .qywh-right img {
    width: 100%;
    height: auto;
  }
}
.wenzhang,
.wenzhang .essay-con {
  width: initial;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .wenzhang .essay-con .title_xx {
    padding: 0;
  }
}
.wenzhang .essay-con .small {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .wenzhang .essay-con .small {
    flex-direction: column;
  }
}
.wenzhang .essay-con .small span {
  display: none;
}
.wenzhang .essay-con .small span:first-child,
.wenzhang .essay-con .small span:last-child {
  display: inline;
}
.content p {
  text-indent: initial;
}
div.product-panel.clearfix {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
div.product-panel.clearfix::after,
div.product-panel.clearfix::before {
  display: none;
}
@media screen and (max-width: 600px) {
  div.product-panel.clearfix {
    grid-template-columns: repeat(2, 50%);
  }
  div.product-panel.clearfix .product-item {
    height: 50px;
  }
  div.product-panel.clearfix .product-item a {
    line-height: 50px;
    font-size: 16px;
  }
}
div.product-panel.clearfix .product-item {
  width: 100%;
  max-width: 240px;
}
div.product-panel2.clearfix div.cp1 {
  width: 100%;
  max-width: 1160px;
}
.mn-wrap {
  width: 100%;
  max-width: 1200px;
}
div.cpzx {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  div.cpzx {
    flex-direction: column;
    align-items: center;
  }
  div.cpzx .cpzx-right,
  div.cpzx .cpzx-right .p12-pagination-1 {
    width: 100%;
    max-width: 1000px;
  }
  div.cpzx .cpzx-right div.product1 > ul:first-of-type {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    justify-content: center;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  div.cpzx .cpzx-right div.product1 > ul:first-of-type {
    grid-template-columns: 1fr;
  }
  div.cpzx .cpzx-right div.product1 > ul:first-of-type li {
    width: 100%;
    margin: 0;
    float: auto;
    height: auto;
  }
  div.cpzx .cpzx-right div.product1 > ul:first-of-type li a {
    display: block;
  }
  div.cpzx .cpzx-right div.product1 > ul:first-of-type li img {
    width: 100%;
    height: auto;
  }
  div.cpzx .cpzx-right div.product1 > ul:first-of-type li span {
    position: static;
    width: initial;
    margin: 0 10px;
    margin-bottom: 6px;
  }
}
.product3 ul > li {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .product3 ul > li {
    flex-direction: column;
  }
  .product3 ul > li div.news1 {
    width: initial;
  }
  .product3 ul > li div.news1 h3 {
    height: auto;
  }
  .product3 ul > li img {
    width: 100%;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .product3 ul > li div.news1 .xq {
    max-width: 300px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
  }
}
div.solution div.solution-panel.clearfix {
  flex-wrap: nowrap;
}
div.solution div.solution-panel.clearfix::after,
div.solution div.solution-panel.clearfix::before {
  display: none;
}
div.solution div.solution-panel.clearfix div.solution-item {
  height: auto;
}
div.solution div.solution-panel.clearfix div.solution-item div.item1,
div.solution div.solution-panel.clearfix div.solution-item div.item2,
div.solution div.solution-panel.clearfix div.solution-item div.item3 {
  width: 100%;
}
div.solution div.solution-panel.clearfix div.solution-item div.item1 .container-title-b-list,
div.solution div.solution-panel.clearfix div.solution-item div.item2 .container-title-b-list,
div.solution div.solution-panel.clearfix div.solution-item div.item3 .container-title-b-list {
  justify-content: center;
}
div.solution div.solution-panel.clearfix div.solution-item div.item1 .container-title-b-list ul,
div.solution div.solution-panel.clearfix div.solution-item div.item2 .container-title-b-list ul,
div.solution div.solution-panel.clearfix div.solution-item div.item3 .container-title-b-list ul {
  width: initial;
}
@media (max-width: 1200px) {
  div.cpzx div.cpzx-left,
  div.cpzx div.cpzx-left div.treebox {
    width: 100%;
  }
  div.cpzx div.cpzx-left div.cbgg-01 {
    margin: 0;
  }
}
div.cpzx div.cpxq {
  width: 100%;
  max-width: 930px;
}
div.cpzx div.cpxq div.cpxq_img_and_line {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  div.cpzx div.cpxq div.cpxq_img_and_line {
    flex-direction: column;
  }
  div.cpzx div.cpxq div.cpxq_img_and_line div.cpxqxx {
    width: initial;
  }
  div.cpzx div.cpxq div.cpxq_img_and_line div.cpxqxx div.pc-cx-tel-1 {
    width: initial;
  }
}
div.cpzx div.cpxq div.product2 > p:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.mn-wrap {
  width: initial;
  margin: 0 30px;
}
@media (max-width: 1148px) {
  div.news-panel {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  div.news-panel div.news-r {
    width: 100%;
    max-width: 788px;
  }
  div.news-panel div.news-l {
    width: 100%;
  }
  div.news-panel div.news-l ul {
    padding: 10px;
  }
}
@media (max-width: 1148px) and (max-width: 300px) {
  div.news-panel div.news-l div.news-head a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  div.company-panel.clearfix {
    display: flex;
    flex-flow: column nowrap;
  }
  div.company-panel.clearfix div.company-l a {
    display: inline-block;
    width: 100%;
  }
  div.company-panel.clearfix div.company-l a img {
    width: 100%;
  }
  div.company-panel.clearfix div.aboutme {
    width: initial;
    height: auto;
  }
  div.company-panel.clearfix div.aboutme div.aboutme-c {
    height: 373px;
  }
}
@media (max-width: 900px) {
  .service .container-title-active span {
    color: black;
  }
}
.service-list {
  display: grid;
  grid-template-columns: repeat(7, 100px);
}
@media (max-width: 900px) {
  .service-list {
    grid-template-columns: repeat(3, 100px);
  }
  .service-list > div:last-child {
    grid-column-start: 3;
  }
  .service-list > div:last-child div.service-phone {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .service-list div.service-item {
    width: 80px;
    height: 80px;
  }
  .service-list div.service-item p {
    line-height: 80px;
  }
  .service-list div.service-tel {
    width: 80px;
  }
}
.advantage-panel.clearfix {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
}
.advantage-panel.clearfix::after,
.advantage-panel.clearfix::before {
  display: none;
}
.advantage-panel.clearfix .advantage-item {
  height: auto;
  min-height: 200px;
}
@media (max-width: 400px) {
  .advantage-panel.clearfix {
    grid-template-columns: repeat(2, 50%);
  }
  .advantage-panel.clearfix .advantage-item {
    width: 100%;
  }
}
div.solution div.solution-panel.clearfix {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  justify-content: space-between;
}
@media (max-width: 1140px) {
  div.solution div.solution-panel.clearfix {
    justify-content: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 780px) {
  .container-title-active span {
    color: black;
  }
  div.solution div.solution-panel.clearfix {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  div.solution div.solution-panel.clearfix .solution-item {
    max-width: 380px;
    width: 100%;
  }
}
.solution {
  background-size: cover;
}
.news-item .news-c p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.cp1-fixed {
  display: grid;
  grid-template-columns: 50% 30%;
  justify-content: center;
  justify-items: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 550px) {
  div.cp1-fixed {
    grid-template-columns: 1fr;
    align-content: center;
  }
  div.cp1-fixed img {
    max-width: 80%;
  }
}
div.cp1-fixed ul {
  position: static;
  display: grid;
}
@media (max-width: 800px) {
  div.cp1-fixed ul li {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  div.cp1-fixed ul li {
    font-size: 14px;
  }
}
div.cp1-fixed > p {
  display: none;
}
div.cp1-fixed img {
  position: static;
}
ins#newBridge > ins#nb_nodeboard {
  display: block;
}
