.items-container {
  display: flex;
  flex-wrap: wrap;
}
.items-container .item {
  width: 380px;
  height: 200px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 0;
}
.items-container .item .image01 {
  width: 380px;
  height: 200px;
  line-height: 270px;
  background: white;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.items-container .item .image01 img {
  width: 380px;
  height: auto;
  top: 0;
  position: relative;
  left: 0;
}
.items-container .item .image01 .title {
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #666666;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  min-width: 1200px;
}
* {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #666666;
  font-family: "微软雅黑";
}
input {
  outline: none;
  border: none;
}
button {
  outline: none;
}
select {
  outline: none;
}
textarea {
  outline: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  color: #3a3434;
}
img {
  border: 0;
}
.collb_lb p {
  line-height: 25px;
  margin: 15px 10px;
  line-height: 20px;
  margin: 20px 0;
  font: 14px/25px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  margin: 15px 0;
}
.index_nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.index_nav_bg {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}
.index_nav_top {
  height: 65px;
  overflow: hidden;
  padding: 15px 45px 0 45px;
}
.index_nav_a {
  float: left;
  display: block;
}
.index_nav_b {
  float: right;
}
.index_nav_cont {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -280px;
}
.index_nav_cont a {
  height: 90px;
  line-height: 90px;
  font-size: 57px;
  display: block;
  text-align: center;
  line-height: 80px;
  color: #fff;
  height: 80px;
}
.index_nav_cont a:hover {
  background: #CA192B;
  color: #fff;
}
.about_title {
  padding-top: 30px;
}
.about_title .text.c.pb183 {
  padding-bottom: 183px;
}
.about_title .text.c {
  color: #393e48;
}
.about_title .text.c a {
  color: #393e48;
}
.about_title .text.c a:hover {
  color: #fff;
}
.about_title .img {
  text-align: center;
}
.about_title .text {
  text-align: center;
  padding: 5px 0;
}
.about_title .text p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.about_title .text span {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}
.about_title .text.a {
  color: #8c8c8c;
}
.about_title .text.a p {
  color: #1f2228;
}
.about_title .text.b {
  color: white;
}
.about_title .text.b span {
  color: white;
  margin-bottom: 10px;
}
.about_title .img_a {
  text-align: center;
  padding: 15px 0 20px 0;
  border-bottom: 1px dashed #272b31;
}
.sol_bg {
  background: #1f2229;
}
.nav {
  height: 80px;
  line-height: 80px;
  background: #1f2228;
  position: fixed;
  z-index: 99;
  width: 100%;
}
.nav .navContainer {
  width: 1200px;
  height: 80px;
  margin: auto;
  display: flex;
  line-height: 80px;
  justify-content: space-around;
}
.nav .navContainer .logo-box {
  position: relative;
}
.nav .navContainer .logo-box .logo {
  padding-right: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
}
.nav .navContainer .logo-box .logo img {
  width: auto;
  height: auto;
}
.nav .navContainer .navMenu {
  height: 100%;
  float: right;
}
.nav .navContainer .navMenu .menu_list .list a.btn {
  height: 25px;
  line-height: 25px;
  background-color: white;
  color: black;
  vertical-align: middle;
  margin-top: 28px;
  border-radius: 5px;
}
.nav .navContainer .navMenu .menu_list .list a.btn:hover {
  background-color: white;
  color: black;
}
.nav .navContainer .navMenu .menu_list .list a.res {
  margin-left: 10px;
}
.nav .navContainer .navMenu .menu_list {
  float: right;
  height: 80px;
}
.nav .navContainer .navMenu .menu_list .list {
  float: right;
  overflow: hidden;
  height: 80px;
}
.nav .navContainer .navMenu .menu_list .list a {
  display: block;
  float: left;
  height: 80px;
  line-height: 80px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
}
.nav .navContainer .navMenu .menu_list .list a:hover {
  background: #e6000f;
}
.list_top{
  margin-top:80px
}
.banner {
  padding-top: 58px;
  height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .banner-wrap {
  width: 2100px;
  margin: auto;
}
.banner .banner-wrap img {
  width: 100%;
}
.banner .banner-wrap .swiper-pagination {
  left: 43% !important;
}
.banner ul li {
  height: 700px;
  width: 100%;
  overflow: hidden;
}
.banner .main_d_c {
  position: absolute;
  left: 50%;
  top: 358px;
  margin-left: -25px;
  z-index: 999999;
}
.banner .main_d_c a {
  width: 85px;
  height: 76px;
  background: url(../images/czx1.png) no-repeat center center;
}
.sub_1_1 {
  position: absolute;
  left: 50%;
  margin-left: -391px !important;
  top: -163px;
}
.sub_1_2 {
  position: absolute;
  left: 50%;
  margin-left: -500px !important;
  bottom: -286px;
}
.sub_1_4 {
  position: absolute;
  left: 50%;
  margin-left: -410px !important;
  top: -236px;
}
.sub_1_3 {
  position: absolute;
  left: 50%;
  margin-left: 220px !important;
  bottom: -336px;
}
.sub_1_5 {
  position: absolute;
  left: 50%;
  margin-left: -43px !important;
  top: -358px;
}
.sub_2_1 {
  position: absolute;
  left: 100%;
  margin-left: -154px !important;
  top: 62px;
}
.sub_2_2 {
  position: absolute;
  left: 0;
  margin-left: -220px !important;
  top: 405px;
}
.sub_2_3 {
  position: absolute;
  top: 550px;
  left: 50%;
  margin-left: -43px !important;
}
.sub_3_1 {
  position: absolute;
  left: 50%;
  margin-left: -398px !important;
  top: -162px;
}
.sub_3_2 {
  position: absolute;
  left: 50%;
  margin-left: -239px !important;
  top: -297px;
}
.sub_3_3 {
  position: absolute;
  top: 306px;
  left: 50%;
  margin-left: -43px !important;
}
.banner_bottom {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
}
.banner_bottom ul li {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  margin: 0 5px;
  position: relative;
}
.banner_bottom ul li a {
  width: 38px;
  background: #1f2227;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #1f2227;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
}
.banner_bottom ul li a:hover {
  height: 38px;
  background: #ca192b;
  color: #fff;
}
.banner_bottom ul li a.cz_current {
  height: 38px;
  background: #ca192b;
  color: #fff;
}
.banner_bottoma {
  display: inline-block;
  height: 38px;
  *display: inline;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.link_b {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  color: #393e48;
  padding-top: 35px;
}
.link_c {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  color: #393e48;
  padding-top: 20px;
}
.link_c a {
  color: #393e48;
}
.link_c a:hover {
  color: #fff;
}
.link_d {
  width: 1000px;
  margin: 0 auto;
}
.link_a_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px #23272e solid;
  border-top: 1px #23272e solid;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.about_content {
  padding: 60px 0 100px 0;
  overflow: hidden;
    display: flex;
  justify-content: space-around;

}
.about_list {
  width: 164px;
  float: left;
  margin-left: 114px;
}
.about_list:first-child {
  margin-left: 0;
}
.about_list .text {
  color: #8c8c8c;
  font-size: 10px;
  text-align: center;
}
.about_list .text p {
  font-size: 17px;
  color: #1f2228;
  text-align: center;
  padding: 18px 0 5px 0;
}
.about_desc {
  width: 164px;
  height: 188px;
  background: url(../images/main_b.jpg) no-repeat;
  text-align: center;
}
.about_desc:hover {
  background: url(../images/czxj_a.jpg) no-repeat;
}
.about_desc.a img {
  margin-top: 45px;
}
.about_desc.b img {
  margin-top: 55px;
}
.demo_show {
  background: #ca192b;
}
.demo_show_list {
  padding-top: 50px;
}
.demo_show_list ul {
  overflow: hidden;
  height: 166px;
  margin-bottom: 16px;
}
.demo_show_list ul li {
  float: left;
  width: 238px;
  margin-left: 16px;
  height: 166px;
  overflow: hidden;
  position: relative;
}
.demo_show_list ul li:first-child {
  margin-left: 0;
}
.demo_show_list ul li a.a {
  width: 238px;
  height: 166px;
  display: block;
}
.demo_show_list ul li a.b {
  position: absolute;
  left: 0;
  top: 0;
  width: 238px;
  height: 166px;
  background: url(../images/czxj_a.png) no-repeat center;
}
.demo_show_list ul li .cc {
  position: absolute;
  left: 0;
  bottom: -166px;
  height: 166px;
  width: 238px;
}
.demo_show_list ul li b {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  display: block;
  width: 238px;
  height: 166px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.demo_show_list .more {
  padding: 40px 0 70px 0;
  text-align: center;
}
.demo_show_list .more a {
  display: inline-block;
  *display: inline;
}
.main_c {
  margin-bottom: 85px;
}
.main_c_c ul {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.main_c_c ul li {
  width: 385px;
  float: left;
  margin-left: 20px;
}
.main_c_c li:first-child {
  margin-left: 0;
}
.main_c_ct {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #6c6c6c;
  color: #1f2228;
  font-size: 18px;
}
.main_c_cc {
  padding: 15px 0 30px 0;
  position: relative;
}
.main_c_cc a {
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 16px;
}
.main_c_cc a b {
  font-size: 6px;
  color: #b5b5b5;
  display: inline-block;
  padding-right: 10px;
}
.main_c_cc .more {
  position: absolute;
  bottom: 0;
  background: url(../images/more_a.jpg) no-repeat 0 2px;
  padding-left: 10px;
  color: #666;
  font-size: 9px;
  font-family: "黑体";
  line-height: 9px;
}
.main_c_cc .more:hover {
  color: #333;
}
.case_a {
  padding-top: 80px;
  overflow: hidden;
}
.case_a_cont {
  overflow: hidden;
  margin-bottom: 16px;
}
.case_a_cont a {
  display: block;
  width: 238px;
  height: 166px;
  float: left;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
}
.case_a_cont a p {
  height: 45px;
  padding: 10px 15px;
  position: absolute;
  width: 208px;
  left: 0;
  bottom: -65px;
  color: #fff;
  z-index: 9;
}
.case_a_cont a p span {
  color: #fff;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.case_a_cont a p font {
  color: #4b4b4b;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.case_a_cont a b {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0;
  bottom: -65px;
}
.case_a_cont a:first-child {
  margin-left: 0px;
}
.case_page {
  text-align: center;
  padding-top: 55px;
}
.case_page ul {
  overflow: hidden;
  display: inline-block;
  *display: inline;
}
.case_page ul li {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  margin: 0 5px;
  text-align: center;
  line-height: 31px;
  color: #2f2f2f;
}
.case_page ul li:hover {
  color: #fff;
}
.case_page ul li:hover div.case_page_a {
  background: #e60012;
}
.case_page ul li:hover div.case_page_b {
  background: #bf000f;
}
.case_page ul li div {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
}
.case_page ul li span {
  display: block;
  height: 31px;
  width: 31px;
}
.case_page ul li span.a {
  background: url(../images/case_c.jpg) no-repeat center center;
}
.case_page ul li span.a:hover {
  background: url(../images/case_e.jpg) no-repeat center center;
}
.case_page ul li span.b {
  background: url(../images/case_d.jpg) no-repeat center center;
}
.case_page ul li span.b:hover {
  background: url(../images/case_f.jpg) no-repeat center center;
}
.showColl {
  width: 1200px !important;
}
.coll {
  width: 970px;
  margin: auto;
  padding-top: 0;
}
.coll .case_page {
  padding-top: 35px;
}
.coll .main_d_b {
  padding-top: 0;
}
.coll .main_d_b ul {
  width: 490px;
  margin-left: -260px;
}
.coll .main_d_b p {
  color: #999999;
  width: 230px;
  margin-top: 45px;
  float: right;
}
.coll .main_d_b_r.a {
  border: 1px solid #eaeaea;
}
.coll .main_d_b_r.b {
  border: 1px solid #eaeaea;
}
.coll .main_d_b_r.b .bottom {
  right: 3px;
  bottom: 5px;
}
.case_page_a {
  top: 0;
  left: 0;
  background: #eceaeb;
}
.case_page_b {
  bottom: 0;
  right: 0;
  background: #c4c3c3;
}
.case_al {
  width: 205px;
  float: left;
}
.case_ala {
  overflow: hidden;
}
.case_ala span {
  display: block;
  height: 33px;
  width: 33px;
  float: left;
  margin-right: 8px;
}
.case_ala a {
  display: block;
  height: 33px;
  width: 33px;
  float: left;
  margin-right: 8px;
}
.case_ala .span {
  background: url(../images/caseint_a.png) no-repeat;
}
.case_ala .span:hover {
  background: url(../images/caseint_a_hover.jpg) no-repeat;
}
.case_ala a.a {
  background: url(../images/caseint_b.png) no-repeat center center #929295;
}
.case_ala a.a:hover {
  background: url(../images/caseint_b.png) no-repeat center center #e60012;
}
.case_ala a.b {
  background: url(../images/caseint_c.png) no-repeat center center #929295;
}
.case_ala a.b:hover {
  background: url(../images/caseint_c.png) no-repeat center center #e60012;
}
.case_alb {
  color: #35383f;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
.case_alc ul li {
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
}
.case_ald {
  padding: 10px 0 12px 0;
}
.case_ale {
  line-height: 20px;
}
.case_ar {
  width: 742px;
  float: right;
  padding-bottom: 50px;
}
.coll_a {
  overflow: hidden;
}
.coll_al {
  width: 56px;
  height: 40px;
  overflow: hidden;
  float: left;
  margin-right: 6px;
  border-left: 4px solid #ededed;
  position: relative;
}
.coll_al:hover {
  border-left: 4px solid #e70012;
}
.coll_al img {
  position: absolute;
  left: 0;
  top: 0;
}
.coll_ar {
  float: left;
  height: 40px;
  width: 245px;
  position: relative;
}
.coll_ar input {
  height: 40px;
  width: 230px;
  border: none;
  background: #929295;
  padding-left: 15px;
  color: #fff;
  line-height: 40px;
}
.coll_ar input:hover {
  background: #ea0a2f;
}
.coll_ar a {
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
}
.coll_a_bottom {
  overflow: hidden;
  margin-top: 15px;
  display: none;
}
.coll_a_bottom a {
  display: block;
  line-height: 27px;
  height: 27px;
  padding: 0 12px;
  background: #ededed;
  float: left;
  margin-right: 5px;
}
.coll_a_bottom a:hover {
  background: #e60012;
}
.coll_b {
  overflow: hidden;
  margin-top: 20px;
}
.coll_b .aa {
  width: 488px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.coll_ba {
  height: 243px;
  float: left;
  position: relative;
  border: 1px solid #d6d6d6;
}
.coll_ba .a {
  position: absolute;
  height: 46px;
  width: 24px;
}
.coll_ba ul {
  height: 245px;
  overflow: hidden;
  position: absolute;
}
.coll_ba ul li {
  width: 490px;
  height: 245px;
  float: left;
}
.coll_ba ul li img {
  width: 490px;
  margin: 0 auto;
  display: block;
}
.coll_bb {
  float: right;
  height: 245px;
}
.coll_ba_fir {
  left: -24px;
  top: 100px;
  background: url(../images/cz_left.png) no-repeat center center #7f7f7f;
}
.coll_ba_fir:hover {
  background: url(../images/cz_left.png) no-repeat center center #e60012;
}
.coll_ba_be {
  right: -24px;
  top: 100px;
  background: url(../images/cz_right.png) no-repeat center center #7f7f7f;
}
.coll_ba_be:hover {
  background: url(../images/cz_right.png) no-repeat center center #e60012;
}
.coll_bbt {
  height: 52px;
  background: url(../images/coll_e.jpg) no-repeat 387px 8px #ffac00;
  font-size: 8px;
  color: #fff;
  padding: 15px 0 0 30px;
}
.coll_bbt p {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.coll_bbc {
  padding-top: 24px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  height: 152px;
}
.coll_bbcl {
  color: #999999;
  width: 122px;
  text-align: center;
  font-weight: bold;
  float: left;
}
.coll_bbcl p {
  color: #999999;
  font-size: 48px;
  font-family: "黑体";
  font-weight: bold;
  line-height: 48px;
}
.coll_bbcr {
  float: left;
  color: #7f7f7f;
  width: 328px;
  line-height: 18px;
}
.coll_bbcr p {
  color: #333333;
  font-size: 14px;
  padding-bottom: 15px;
}
.coll_c {
  overflow: hidden;
}
.coll_ca {
  width: 280px;
  float: left;
  margin-left: 78px;
}
.coll_ca:first-child {
  margin-left: 0;
}
.coll_ca .main_c_cc a {
  width: 280px;
}
.coll_cat {
  overflow: hidden;
  padding-top: 60px;
}
.coll_ctal {
  font-size: 16px;
  color: #333333;
  float: left;
  font-weight: bold;
  padding-left: 8px;
}
.coll_ctar {
  float: right;
  font-size: 10px;
  color: #999999;
  line-height: 10px;
  margin-top: 10px;
  font-family: "Arial";
  display: block;
}
.clla_a {
  padding: 25px 0;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
  display: block;
}
.clla_a:hover {
  background: #f2f2f2;
}
.clla_al {
  width: 118px;
  text-align: center;
  color: #999999;
  float: left;
}
.clla_al p {
  color: #35383f;
  font-size: 48px;
  font-weight: bold;
  font-family: "黑体";
  line-height: 48px;
}
.clla_ar {
  float: left;
  color: #7f7f7f;
  width: 840px;
  height: 70px;
  overflow: hidden;
  line-height: 20px;
}
.clla_ar p {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.clla_ar p font {
  font-size: 18px;
}
.collb {
  overflow: hidden;
  margin-top: 25px;
}
.collb_l {
  border: 1px solid #d8d8d8;
  width: 640px;
  padding: 45px 35px;
  background: #fff;
  float: left;
}
.collb_l h1 {
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.collb_l img {
  max-width: 650px;
}
.list_top .main {
  width: 1200px;
  margin: 0 auto;
}
.list_top .main .list_content_top {
  padding-top: 25px;
  width: 960px;
  overflow: hidden;
  margin: auto;
}
.list_top .main .list_content_top .list_content_topl {
  float: left;
  padding-top: 15px;
}
.list_top .main .list_content_top .list_content_topr {
  float: left;
  overflow: hidden;
  font-size: 16px;
}
.list_top .main .list_content_top .list_content_topr .list_content_toprt {
  text-align: right;
  color: #1f2228;
}
.list_top .main .list_content_top .list_content_topr .list_content_toprt span {
  padding-left: 10px;
  background: url(../images/about_k.jpg) no-repeat 0 5px;
}
.list_top .main .list_content_top .list_content_topr .list_content_toprb {
  overflow: hidden;
  margin-top: 25px;
}
.list_top .main .list_content_top .list_content_topr .list_content_toprb a {
  display: block;
  float: left;
  height: 28px;
  width: 92px;
  border: 1px solid #313134;
  background: #49494e;
  line-height: 28px;
  text-align: center;
  margin-left: 9px;
  color: #fff;
}
.collb {
  overflow: hidden;
  margin-top: 25px;
}
.collb .collb_l {
  border: 1px solid #d8d8d8;
  width: 800px;
  padding: 45px 35px;
  background: #fff;
  float: left;
}
.collb .collb_l h1 {
  color: #333333;
  font-size: 30px;
  text-align: center;
}
.collb .collb_l .collb_la {
  text-align: center;
  padding: 18px 0;
}
.collb .collb_l .collb_la p {
  display: inline;
}
.collb .collb_l .collb_la p span {
  color: #999999;
  font-size: 14px;
}
.collb .collb_l .collb_lb p, .collb .collb_l .collb_lb p a {
  font-size: 18px;
  color: #666666;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  line-height: 28px;
  text-indent: 2em;
}
.collb .collb_l .collb_lb img {
  display: flex;
  margin: auto;
}
.collb .collb_l .collb_ld {
  color: #a0a0a0;
  margin: 25px 0;
}
.collb .collb_l .collb_ld .collb_ldl {
  float: left;
  display: flex;
}
.collb .collb_l .collb_ld .collb_ldl b {
  background: url(../images/collb_a.png) no-repeat center center #d5d5d5;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 11px;
  margin-top: 1px;
}
.collb .collb_l .collb_ld .collb_ldl a {
  color: #a0a0a0;
  font-weight: bold;
}
.collb .collb_l .collb_ld .collb_ldr {
  float: left;
  margin-left: 45px;
  display: flex;
}
.collb .collb_l .collb_ld .collb_ldr b {
  background: url(../images/collb_b.png) no-repeat center center #d5d5d5;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 11px;
  margin-top: 1px;
}
.collb .collb_l .collb_ld .collb_ldr a {
  color: #a0a0a0;
  font-weight: bold;
}
.collb .collb_r {
  padding-top: 15px;
  padding-left: 15px;
  float: right;
  width: 280px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
}
.collb .collb_r p {
  font-size: 18px;
  font-weight: 700;
  color: black;
}
.collb .collb_r .item {
  width: 200px;
}
.collb .collb_r .main_c_cc {
  padding: 14px 0px 32px 25px;
  position: relative;
}
.collb .collb_r .main_c_cc a {
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  margin-top: 6px;
}
.collb .collb_r .main_c_cc a b {
  font-size: 6px;
  color: #b5b5b5;
  display: inline-block;
  padding-right: 10px;
}
.serve_a {
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 967px;
  height: 162px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.serve_a.notImg .serve_font {
  width: 100%;
}
.serve_a .serve_img {
  height: 138px;
  width: 260px;
}
.serve_a .serve_img img {
  width: 100%;
  height: 100%;
}
.serve_a .serve_font {
  box-sizing: border-box;
  width: 90%;
  height: 160px;
  padding: 30px;
}
.serve_a .serve_font .font_title {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.serve_a .serve_font .font_desc {
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sort-page {
  text-align: center;
}
.sort-page .page-pre-btn,
.sort-page .page-next-btn,
.sort-page a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 78px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  color: #333;
  text-align: center;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 3px;
}
.sort-page .page_yes {
  background: #616161;
  border-color: #616161;
  color: #fff;
}
#Footer {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  background: #1f2228;
  background-size: cover;
  color: white !important;
}
#Footer .content {
  width: 1300px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#Footer .content .footer_list {
  width: 33%;
}
#Footer .content .footer_list:first-child li {
  text-align: center;
  margin-bottom: 30px;
}
#Footer .content .footer_list:first-child li.ewm {
  margin-top: 15px;
  position: relative;
}
#Footer .content .footer_list:first-child li.ewm p {
  position: absolute;
  width: 1px;
  font-size: 12px;
  float: right;
  margin-right: 9px;
  top: 0;
  color: white;
  right: 0px;
}
#Footer .content .footer_list:first-child li.ljzx {
  width: 50%;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FEF9FE;
  color: #EE4D45;
}
#Footer .content .footer_list ul {
  margin-top: 70px;
  width: 55%;
  margin-left: 66px;
}
#Footer .content .footer_list ul li {
  color: white;
  text-align: left;
  margin-bottom: 15px;
  font-size: 15px;
}
#Footer .content .footer_list ul li a {
  color: white;
}
#Footer .content .footer_list ul li a:hover {
  text-decoration-line: underline;
}
#Footer .content .footer_list ul li.title {
  margin-bottom: 30px;
}
#Footer .content .footer_list ul li.title h3 {
  color: white;
  font-size: 17px;
}
