.flex {
  display: flex;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.head .title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 11px;
}
.head .subtitle {
  margin-top: 0;
  color: #333333;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
}
.head .desc {
  color: #808080;
  text-align: center;
  font-size: 14px;
}

a.more {
  display: inline-block;
  width: 60px;
  height: 20px;
  background-color: #bb0012;
  color: white;
  text-align: center;
  margin-top: 21px;
  font-size: 11px;
}

.index-hr {
  width: 100%;
  height: 19px;
  background-color: #1f228d;
}

.body {
  margin-top: 50px;
}

.subcolumn_nav {
  background: #1f228d;
  height: 50px;
}
.subcolumn_nav .container {
  padding: 0;
}
.subcolumn_nav .container .crumb {
  line-height: 50px;
  float: left;
  margin-right: 15px;
  color: white;
}
.subcolumn_nav .container .crumb a {
  color: white;
}
.subcolumn_nav .container .inner-form {
  float: right;
  height: 100%;
  position: relative;
}
.subcolumn_nav .container .inner-form .search .input {
  background: #fff;
  color: white;
  border: none;
  box-shadow: none;
  height: 28px;
  width: 200px;
  padding-left: 10px;
  border-radius: 15px;
  margin-top: 11px;
}
.subcolumn_nav .container .inner-form .search .input::placeholder {
  color: white;
}
.subcolumn_nav .container .inner-form .search .button {
  position: absolute;
  background-color: transparent;
  height: 15px;
  width: 15px;
  outline: none;
  border: none;
  box-shadow: none;
  background-image: url("../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 17px;
  left: 170px;
}

.main {
  background: #ffffff;
}
.main .two {
  background: url("../images/index-prod-bg.jpg") no-repeat;
  min-height: 850px;
  background-size: cover;
}
.main .two .content {
  background: transparent;
}
.main .two .content .left {
  padding-left: 0;
}
.main .two .content .left .navtitle {
  height: 85px;
  background: #1f228d;
  padding-top: 15px;
  text-align: center;
}
.main .two .content .left .navtitle p {
  color: white;
}
.main .two .content .left .navtitle .ch {
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}
.main .two .content .left .navtitle .eng {
  font-size: 14px;
  color: #f6f6f6;
  font-weight: 400;
}
.main .two .content .left .leftnav {
  border: 2px solid #1f228d;
  background: #fff;
  padding: 0 15px;
}
.main .two .content .left .leftnav > ul > li {
  line-height: 50px;
  padding: 13px 0;
  cursor: pointer;
}
.main .two .content .left .leftnav > ul > li .title {
  color: #333333;
  font-size: 15px;
  padding-left: 50px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  background: url("../images/prod-2.png") no-repeat 15px 15px;
}
.main .two .content .left .leftnav > ul > li .dropdown {
  display: none;
  margin-left: 20px;
}
.main .two .content .left .leftnav > ul > li .dropdown > li {
  color: #333333;
  font-size: 12px;
}
.main .two .content .left .leftnav > ul > li .dropdown > li i {
  font-size: 12px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.main .two .content .left .leftnav > ul > li .dropdown > li span {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-left: 10px;
  display: inline-block;
}
.main .two .content .left .leftnav > ul > li .dropdown > li:hover span {
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  color: #1f228d;
}
.main .two .content .left .leftnav > ul > li .dropdown > li:hover i {
  margin-left: 5px;
}
.main .two .content .left .leftnav > ul > li:first-child .dropdown {
  display: block;
}
.main .two .content .left .leftnav > ul > li.active .title {
  background: url("../images/prod-1.png") no-repeat 15px 15px;
}
.main .two .content .right {
  padding-right: 0;
  padding-left: 10px;
}
.main .two .content .right .right-head {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: #1f228d 1px solid;
  padding-top: 24px;
  padding-bottom: 10px;
}
.main .two .content .right .right-head span {
  display: inline-block;
}
.main .two .content .right .right-head .ch {
  font-size: 24px;
  color: #333333;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.main .two .content .right .right-head .ch:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #1f228d;
  left: 0;
  bottom: -12px;
}
.main .two .content .right .right-head .eng {
  color: #e1e1e1;
  font-size: 14px;
}
.main .two .content .right .prod-list ul {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main .two .content .right .prod-list ul li {
  float: left;
  width: 210px;
  height: 245px;
  margin-bottom: 15px;
}
.main .two .content .right .prod-list ul li > a {
  display: block;
  position: relative;
  width: 210px;
  box-sizing: content-box;
  border: solid 1px #eeeeee;
}
.main .two .content .right .prod-list ul li > a .img {
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 200px;
}
.main .two .content .right .prod-list ul li > a .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main .two .content .right .prod-list ul li p {
  width: 100%;
  color: #333333;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.main .two .content .right .prod-list ul li:hover a {
  border: solid 1px #1f228d;
}
.main .two .content .right .prod-list ul li:hover a .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 4px #bfbfbf;
}
.main .two .content .right .prod-list ul li:hover p {
  color: #1f228d;
  font-weight: bold;
  font-size: 16px;
}
.main .four {
  min-height: 1050px;
  background: url("../images/index-honor-bg.jpg") no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.main .four .head .title {
  color: white;
}
.main .four .head .subtitle {
  color: white;
}
.main .four .honor-list {
  margin-top: 50px;
}
.main .four .honor-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main .four .honor-list ul li {
  margin-bottom: 30px;
  margin-right: 30px;
  width: 200px;
}
.main .four .honor-list ul li p {
  line-height: 34px;
  color: white;
  text-align: center;
  position: relative;
}
.main .four .honor-list ul li p:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 5px solid #fff;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 15px;
  top: 10px;
}
.main .four .honor-list ul li:first-child {
  margin-left: 11%;
}
.main .four .honor-list ul li:nth-child(4) {
  margin-right: 11%;
}
.main .four .honor-list ul li:nth-child(5) {
  margin-left: 21%;
}
.main .four .honor-list ul li:nth-child(7) {
  margin-right: 21%;
}
.main .five {
  padding: 80px 0;
}
.main .five .case {
  margin-top: 50px;
  position: relative;
}
.main .five .case .case-swiper {
  width: 970px;
}
.main .five .case .case-prev, .main .five .case .case-next {
  width: 40px;
  height: 100px;
  background-color: #434343;
  top: 35%;
}
.main .five .case .case-prev:hover, .main .five .case .case-next:hover {
  background: #1f228d;
}
.main .five .case .swiper-button-next:after, .main .five .case .swiper-button-prev:after {
  color: white;
  font-size: 30px;
  font-weight: normal;
}
.main .six {
  min-height: 900px;
  background: #f6f6f6;
  padding: 100px 0;
}
.main .six .about {
  margin-top: 50px;
  min-height: 440px;
  background: white;
}
.main .six .about > div {
  padding: 0;
}
.main .six .about .right {
  background: white;
  padding: 50px 45px;
  position: relative;
}
.main .six .about .right p {
  line-height: 10px;
  color: #666666;
}
.main .six .about .right .company-name {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.main .six .about .right .eng {
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.main .six .about .right .company-desc {
  line-height: 2;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}
.main .six .about .right a.more {
  position: absolute;
  bottom: 10px;
  right: 40px;
}
.main .six .about-nav {
  margin-top: 30px;
}
.main .six .about-nav ul {
  display: flex;
  justify-content: center;
}
.main .six .about-nav ul li {
  line-height: 45px;
  padding: 0 40px;
  position: relative;
}
.main .six .about-nav ul li a {
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
  margin-left: 5px;
}
.main .six .about-nav ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background: url("../images/s-icon.png") no-repeat;
  right: 0;
  top: 0;
}
.main .seven .body {
  margin-top: 100px;
}
.main .seven .body .left .content {
  padding-top: 40px;
}
.main .seven .body .left .content .new {
  padding-left: 60px;
}
.main .seven .body .left .content .new .txt {
  height: 80px;
  background: #f6f6f6;
  padding: 20px;
}
.main .seven .body .left .content .new .txt .name {
  color: #323335;
  font-weight: 600;
  font-size: 16px;
}
.main .seven .body .left .content .new .txt .name span {
  color: #aaaaaa;
  font-size: 14px;
  float: right;
  font-weight: normal;
}
.main .seven .body .left .content .new .txt .desc {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 5px;
}
.main .seven .body .left .content .new .more {
  margin-top: 50px;
  float: left;
}
.main .seven .body .left .content .news-list li {
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid #e1e1e1;
}
.main .seven .body .left .content .news-list li .time {
  float: left;
  width: 114px;
  text-align: center;
}
.main .seven .body .left .content .news-list li .time span {
  display: block;
}
.main .seven .body .left .content .news-list li .time .day {
  font-size: 22px;
  color: #666666;
  line-height: 35px;
}
.main .seven .body .left .content .news-list li .time .month {
  font-size: 18px;
  color: #c1c1c1;
}
.main .seven .body .left .content .news-list li .txt {
  margin-left: 114px;
  padding: 2px 0;
}
.main .seven .body .left .content .news-list li .txt .name {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
}
.main .seven .body .left .content .news-list li .txt .desc {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.main .seven .body .left .content .news-list li:first-child {
  padding-top: 0;
}
.main .seven .body .left .content .news-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.common-left {
  padding-left: 0;
}
.common-left .navtitle {
  height: 85px;
  background: #1f228d;
  padding-top: 15px;
  text-align: center;
}
.common-left .navtitle p {
  color: white;
}
.common-left .navtitle .ch {
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}
.common-left .navtitle .eng {
  font-size: 14px;
  color: #f6f6f6;
  font-weight: 400;
}
.common-left .leftnav {
  border: 2px solid #1f228d;
  background: #fff;
  padding: 0 15px;
}
.common-left .leftnav > ul > li {
  line-height: 50px;
  padding: 13px 0;
  cursor: pointer;
}
.common-left .leftnav > ul > li .title {
  color: #333333;
  font-size: 15px;
  padding-left: 50px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  background: url("../images/prod-2.png") no-repeat 15px 15px;
}
.common-left .leftnav > ul > li .title a {
  color: #333333;
}
.common-left .leftnav > ul > li .dropdown {
  display: none;
  margin-left: 20px;
}
.common-left .leftnav > ul > li .dropdown > li {
  color: #333333;
  font-size: 12px;
}
.common-left .leftnav > ul > li .dropdown > li i {
  font-size: 12px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.common-left .leftnav > ul > li .dropdown > li span {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-left: 10px;
  display: inline-block;
}
.common-left .leftnav > ul > li .dropdown > li span a {
  color: #333333;
}
.common-left .leftnav > ul > li .dropdown > li:hover span, .common-left .leftnav > ul > li .dropdown > li.active span {
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}
.common-left .leftnav > ul > li .dropdown > li:hover span a, .common-left .leftnav > ul > li .dropdown > li.active span a {
  color: #1f228d;
}
.common-left .leftnav > ul > li .dropdown > li:hover i, .common-left .leftnav > ul > li .dropdown > li.active i {
  margin-left: 5px;
}
.common-left .leftnav > ul > li.active .title {
  background: url("../images/prod-1.png") no-repeat 15px 15px;
}
.common-left .leftnav > ul > li.active .dropdown {
  display: block;
}
.common-left .new-prod {
  margin-top: 10px;
}
.common-left .inner-new-prod-list {
  background: #f8f8f8;
  padding: 0 10px;
}
.common-left .inner-new-prod-list ul li {
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.common-left .inner-new-prod-list ul li .img {
  width: 95px;
  height: 75px;
  position: relative;
  float: left;
}
.common-left .inner-new-prod-list ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.common-left .inner-new-prod-list ul li .txt {
  float: left;
  padding-left: 15px;
}
.common-left .inner-new-prod-list ul li .txt > p {
  font-size: 12px;
  color: #333333;
  margin-top: 15px;
}

.prod_list {
  padding: 80px 0;
}
.prod_list .right {
  padding-right: 0;
  padding-left: 10px;
}
.prod_list .right .prod-list-content ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod_list .right .prod-list-content ul li {
  float: left;
  width: 210px;
  height: 245px;
  margin: 0;
  margin-bottom: 15px;
}
.prod_list .right .prod-list-content ul li > a {
  display: block;
  position: relative;
  width: 210px;
  box-sizing: content-box;
  border: solid 1px #eeeeee;
}
.prod_list .right .prod-list-content ul li > a .img {
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 200px;
}
.prod_list .right .prod-list-content ul li > a .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.prod_list .right .prod-list-content ul li p {
  width: 100%;
  color: #333333;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.prod_list .right .prod-list-content ul li:hover a {
  border: solid 1px #1f228d;
}
.prod_list .right .prod-list-content ul li:hover a .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 4px #bfbfbf;
}
.prod_list .right .prod-list-content ul li:hover p {
  color: #1f228d;
  font-weight: bold;
  font-size: 16px;
}

.single_con {
  padding: 80px 0;
}

.contact_con {
  padding: 80px 0 150px 0;
}
.contact_con .left {
  height: 400px;
  padding: 50px 60px;
  background: #1f228d;
  position: relative;
  color: #ffffff;
}
.contact_con .left h2 {
  font-size: 26px;
}
.contact_con .left h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 40px;
}
.contact_con .left .contact-info > p {
  line-height: 40px;
  font-size: 14px;
}
.contact_con .left .ewm {
  position: absolute;
  top: 50px;
  right: 50px;
}
.contact_con .left .ewm .img {
  height: 105px;
  width: 105px;
  padding: 5px;
  border: 1px solid #fff;
}
.contact_con .left .ewm .img img {
  max-width: 100%;
}
.contact_con .left .ewm p {
  font-size: 10px;
  color: white;
  text-align: center;
}
.contact_con .right {
  height: 400px;
  padding: 0;
}
.contact_con .right img {
  max-width: 100%;
}

.news_list {
  padding: 80px 0;
}
.news_list .right {
  padding-left: 40px;
}
.news_list .right .news-list-content li {
  padding: 40px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news_list .right .news-list-content li .img {
  float: left;
  width: 200px;
}
.news_list .right .news-list-content li .img img {
  max-width: 100%;
}
.news_list .right .news-list-content li .txt {
  margin-left: 240px;
}
.news_list .right .news-list-content li .txt .time {
  float: left;
  height: 200px;
  width: 60px;
  color: #666666;
}
.news_list .right .news-list-content li .txt .time .month {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.news_list .right .news-list-content li .txt .time .year {
  font-size: 16px;
  font-weight: 100;
}
.news_list .right .news-list-content li .txt .news-con-detail {
  margin-left: 90px;
}
.news_list .right .news-list-content li .txt .news-con-detail .title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
}
.news_list .right .news-list-content li .txt .news-con-detail .desc {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.news_list .right .news-list-content li:first-child {
  padding-top: 0;
}

.honor_list {
  padding: 80px 0;
}
.honor_list .honor-list-content li {
  margin-bottom: 20px;
  cursor: pointer;
}
.honor_list .honor-list-content li p {
  text-align: center;
}

.pro_inner {
  padding-bottom: 30px;
}
.pro_inner .prod-main {
  margin-top: 50px;
}
.pro_inner .img {
  margin: 0 auto;
  text-align: center;
}
.pro_inner .content_tit {
  font-size: 28px;
}
.pro_inner .desc {
  padding: 20px;
  padding-left: 0;
  color: #666666;
}
.pro_inner .intro p {
  color: #666666;
}
.pro_inner .intro .p1 {
  font-size: 16px;
  font-weight: bold;
}
.pro_inner .contact {
  margin-top: 50px;
  cursor: pointer;
}
.pro_inner .contact a {
  display: inline-block;
  width: 142px;
  height: 62px;
  background-color: #0066cc;
  color: white;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  line-height: 62px;
}
.pro_inner .contact .tel {
  display: inline-block;
  margin-left: 60px;
  width: 312px;
  height: 62px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  vertical-align: top;
  text-align: center;
  padding: 12px 0;
}
.pro_inner .contact .tel .p2 {
  font-weight: bold;
}
.pro_inner .fenge {
  height: 10px;
  width: 100%;
  background: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 0;
}
.pro_inner .detail-nav {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4eaec;
  padding: 0 30%;
}
.pro_inner .detail-nav ul li {
  position: relative;
}
.pro_inner .detail-nav ul li a {
  color: #323335;
}
.pro_inner .detail-nav ul li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #1f228d;
  position: absolute;
  bottom: 0;
  left: -10%;
  transition: all 0.5s;
}
.pro_inner .detail-nav ul li:hover:after {
  width: 120%;
}
.pro_inner .detail-nav ul li:first-child:after {
  width: 120%;
}
.pro_inner .detail .title {
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  color: #323335;
  font-weight: bolder;
}
.pro_inner .detail p {
  line-height: 24px;
  font-size: 14px;
}
.pro_inner .detail-case ul li {
  margin-bottom: 15px;
  padding-left: 0;
}
.pro_inner .detail-case ul li .img {
  overflow: hidden;
  position: relative;
}
.pro_inner .detail-case ul li .img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 102, 204, 0.8);
  transition: all 0.45s ease 0s;
  display: none;
  border: 5px solid #1f228d;
  padding: 20px;
}
.pro_inner .detail-case ul li .img .cover p {
  color: #afafaf;
  font-size: 14px;
  text-align: left;
}
.pro_inner .detail-case ul li .img .cover .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.pro_inner .detail-case ul li:hover .cover {
  display: block;
}
.pro_inner .detail-case ul li:hover .img-tran {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.pro_inner .detail-feedback .title {
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  color: #323335;
  font-weight: bolder;
}
.pro_inner .detail-feedback .feedback {
  width: 70%;
  margin: 0 auto;
}
.pro_inner .detail-feedback .feedback .form-group label {
  color: #323335;
  font-size: 14px;
}
.pro_inner .detail-feedback .feedback .form-group .check-label:before {
  content: "* ";
  color: red;
}
.pro_inner .detail-feedback .feedback .form-group .check-prod input {
  margin: 0 5px 0 0;
}
.pro_inner .detail-feedback .feedback .form-group .check-prod .control-label {
  margin-right: 10px;
  color: #666666;
}
.pro_inner .detail-feedback .feedback .form-text input {
  height: 50px;
}

.case_inner .case_detail {
  padding-top: 50px;
}
.case_inner .case_detail .content_tit {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  color: #535353;
  height: 40px;
  overflow: hidden;
}
.case_inner .case_detail .content_related {
  height: 20px;
  font-size: 12px;
  color: #909090;
  line-height: 20px;
  border-bottom: 1px solid #0066cc;
}
.case_inner .case_detail .content_related span {
  margin-right: 30px;
}
.case_inner .case_detail .content_related i {
  font-style: normal;
  float: right;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #0066cc;
}
.case_inner .case_detail .content_related i a {
  color: #fff;
}
.case_inner .case_detail .content {
  padding-top: 30px;
}
.case_inner .case_detail .content p.p1 {
  text-indent: 2em;
  font-size: 16px;
  margin: 15px 0;
  line-height: 30px;
}
.case_inner .case_detail .content p.p1 span {
  font-weight: bold;
}

.news_inner {
  padding: 60px;
}
.news_inner .content_tit {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}
.news_inner .content_related {
  text-align: center;
  padding: 20px 20px 0 20px;
  margin-bottom: 15px;
}

.content_btn {
  margin-top: 30px;
}
.content_btn ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.content_btn ul li a {
  display: block;
  color: #808080;
  border: 1px solid #e4eaec;
  padding: 10px 15px;
}
.content_btn ul li a:hover {
  color: #1f228d;
}
.content_btn ul li:hover a {
  border: 1px solid #1f228d;
  color: #1f228d;
}

@media screen and (max-width: 789px) {
  .main .two .content .right {
    padding-left: 0;
  }
  .main .two .content .right .prod-list ul li {
    float: left;
    width: 45%;
    height: 245px;
    margin-bottom: 15px;
  }
  .main .two .content .right .prod-list ul li > a {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: content-box;
    border: solid 1px #eeeeee;
  }
  .main .two .content .right .prod-list ul li > a .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
  .main .two .content .right .prod-list ul li > a .img img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .main .two .content .right .prod-list ul li p {
    width: 100%;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .main .two .content .right .prod-list ul li:hover a {
    border: solid 1px #1f228d;
  }
  .main .two .content .right .prod-list ul li:hover a .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 4px #bfbfbf;
  }
  .main .two .content .right .prod-list ul li:hover p {
    color: #1f228d;
    font-weight: bold;
    font-size: 16px;
  }
  .main .four .honor-list {
    margin-top: 50px;
  }
  .main .four .honor-list ul li {
    margin-bottom: 30px;
    width: 50%;
    margin-right: 0;
    padding: 0 10px;
  }
  .main .four .honor-list ul li .img {
    width: 100%;
  }
  .main .four .honor-list ul li .img img {
    max-width: 100%;
  }
  .main .four .honor-list ul li:first-child {
    margin-left: 0;
  }
  .main .four .honor-list ul li:nth-child(4) {
    margin-right: 0;
  }
  .main .four .honor-list ul li:last-child {
    margin-left: 0;
  }
  .main .five .case .case-swiper {
    width: 100%;
  }
  .main .five .case .case-swiper .swiper-wrapper img {
    max-width: 100%;
  }
  .main .six .about-nav ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .main .six .about-nav ul li {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 15px;
  }
  .main .seven .body {
    margin-top: 100px;
  }
  .main .seven .body .left .content {
    padding-top: 40px;
  }
  .main .seven .body .left .content .new {
    padding-left: 0px;
    margin-top: 30px;
  }

  .subcolumn_nav .container .inner-form {
    display: none;
  }

  .prod_list {
    padding: 30px 0;
  }

  .common-left {
    padding-left: 15px;
  }

  .prod_list .right .prod-list-content {
    margin-top: 30px;
  }
  .prod_list .right .prod-list-content ul li {
    float: left;
    width: 45%;
    height: 245px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .prod_list .right .prod-list-content ul li > a {
    width: 100%;
  }
  .prod_list .right .prod-list-content ul li > a .img {
    width: 100%;
    height: 200px;
  }
  .prod_list .right .prod-list-content ul li > a .img img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .prod_list .right .prod-list-content ul li p {
    width: 100%;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .prod_list .right .prod-list-content ul li:hover a {
    border: solid 1px #1f228d;
  }
  .prod_list .right .prod-list-content ul li:hover a .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 4px #bfbfbf;
  }
  .prod_list .right .prod-list-content ul li:hover p {
    color: #1f228d;
    font-weight: bold;
    font-size: 16px;
  }

  .news_list .right {
    padding-left: 15px;
  }

  .news_list .right .news-list-content li .img {
    float: none;
    margin: 30px auto 15px auto;
  }

  .news_list .right .news-list-content li .txt {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
