/* header */
.header_top {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

.header_top>a {
  flex: 3;
}
.trans{
	display:flex;
	justify-content:flex-end;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:10px 0;
}
.trans>div>img{
	width:25px;
	height:25px;
}
.trans>div>a{
	display:inline-block;
	border:1px solid gray;
	border-radius: 2px;
}
.trans>div>a:hover{
	box-shadow:0 0 10px 1px red;	
}
.header_top>a>img {
  width: 391px;
  height: 83px;
}

.header_top_mid {
  border-left: 1px solid gray;
  flex: 5;
  text-align: left;
  padding-left: 20px;
}

.header_top_mid>div>span:first-child {
  font-family: 微软雅黑;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  color: rgb(212, 158, 24);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

.header_top_mid>div>span:last-child {
  font-family: 微软雅黑;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

.header_top_mid>div:last-child {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

.header_top_right {
  flex: 2;
}

.header_top_right>div:first-child {
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

.header_top_right>div>div {
  font-family: 微软雅黑;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  color: rgb(182, 10, 10);
  background-color: transparent;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
}

.header_nav {
  background-color: rgb(182, 10, 10);
}

.header_nav_list {
  display: flex;

  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.header_nav_list>li {
  width: 12%;
  cursor: pointer;
}

.header_nav_list>li>a {
  line-height: 45px;
  font-family: 微软雅黑;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}

.header_nav_list>li:hover {
  background-color: white;
}

.header_nav_list>li:hover>a {
  color: #d49e18;
}



/* footer */
.footer {
  background-image: url("../images/bj1.jpg");
  padding-top: 40px;
  background-repeat: no-repeat 100%;
  background-size: auto;
  margin-top: 20px;
}

.footer_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.footer_left {
  width: 55%;
}

.footer_left>div:first-child {
  display: flex;
  justify-content: space-around;
}

.footer_left>div:first-child>div>img {
  width: 180px;
}

.footer_list>li:first-child,
.footer_right_title {
  padding-bottom: 25px;
}

.footer_list {
  text-align: left;
}

.footer_list>li:first-child>a {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.footer_list>li>a {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.footer_left_low {
  padding-top: 40px;
}

.footer_left_low>div {
  font-family: 微软雅黑;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
}

.footer_right {
  width: 45%;
}

.footer_right_title {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.footer_right_con>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(153, 153, 153);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  margin: 5px 0;
}

.footer_list2 {
  display: flex;
  margin-top: 30px;
}

.footer_list2>li {
  margin-right: 20px;
}

.footer_list2>li>a {
  font-family: 微软雅黑;
  font-size: 8px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.footer_right_p2 {
  text-align: left;
}

.footer_right_p2>img {
  width: 45px;
}

.footer_right_p2>span {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.display {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 36px;
}

.display_left {
  width: 20%;
}

.display_left_p1 {
  background-color: rgb(182, 10, 10);
  padding: 12px;
}

.display_left_p1>div:first-child {
  font-family: 华文仿宋;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  color: rgba(212, 158, 24, 0.67);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.display_left_p1>div:last-child {
  font-family: 华文仿宋;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.display_left_p2 {
  background-color: #eeeeee;
  padding: 10px;
}

.display_list1>li {
  border: 1px solid rgba(182, 10, 10, 0.16);
  margin: 0 0 10px;
  padding-left: 5px;
}

.display_list1>li:hover {
  box-shadow: 0 0 5px 1px red;
}

.display_list1>li>a>img {
  float: left;
  width: 18px;
  margin-top: 8px;
}

.display_list1>li>a>div {
  text-align: center;
  vertical-align: middle;
  color: rgb(182, 10, 10);
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 33px;
}

.display_left_p3 {
  width: 100%;
  background-image: url("../images/bj2.jpg");
  padding: 30px 0 180px;
  background-size: 100% 100%;
}

.display_rexian {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.display_rexian>img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.display_rexian>div>div:first-child {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.display_rexian>div>div:last-child {
  font-family: 微软雅黑;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  color: rgb(182, 10, 10);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.display_right {
  width: 76%;
  margin-left: 4%;
}

.display_right.display_contact {
  width: 100%;
  margin-left: 0%;
}

.display_search {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.display_search.display_about {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  align-items: flex-end;
}

.display_search>a {
  width: 15%;
  background-color: rgba(212, 158, 24, 0.81);
  border: 1px solid rgba(196, 0, 1, 0.14);
  text-align: center;
  display: block;
}

.display_search>a>div {
  vertical-align: middle;
  font-family: 微软雅黑;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}

.search_form {
  width: 60%;
  display: flex;
  border: 1px solid #edd7a0;
}

.search_form>input {
  border: none;
  width: 100%;
  padding-left: 10px;
}

.search_form>div>a {
  line-height: 32px;
}

.search_form>div img {
  width: 16px;
}

.display_search_right {
  width: 10%;
  display: flex;
  justify-content: space-around;
}

.display_search_right>a {
  display: inline-block;
  border: 1px solid #edd7a0;
  width: 32px;
  height: 32px;
}

.display_search_right img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.display_list2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.display_list2>li {
  width: 21%;
  margin: 2%;
}

.pic_a {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_a::before {
  content: "";
  display: block;
  padding-top: 100.2%;
}

.d1_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d1_img:hover {
  transform: scale(1.1);
}

.d1_text {
  /* background-color: #126dc0; */
  width: 100%;
  line-height: 40px;
  /* color: white; */
  color: black;
  font-family: 微软雅黑;
  font-size: 14px;
}

/* bg_red */
.bg_red {
  background-image: url("../images/bj5.jpg");
  padding: 40px 0;
}

.bg_red_con {
  background-image: url("../images/bj5.jpg");
  padding: 25px 0;
}

.bg_red_con>div {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.bg_left_p1 {
  font-family: 微软雅黑;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 32px;
  text-decoration: none;
  text-align: left;
}

.bg_left_p2 {
  font-family: 微软雅黑;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: rgba(212, 158, 24, 0.44);
  background-color: transparent;
  line-height: 14px;
  text-decoration: none;
  text-align: left;
  padding-top: 10px;
}

.bg_right {
  background-image: url("../images/bj1.png");
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.bg_right img {
  width: 40px;
  transition: all 0.5s;
}

.bg_right img:hover {
  transform: scale(1.2);
}

.bg_right_p1>div:first-child {
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.bg_right_p1>div:last-child {
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  padding-top: 10px;
}

.bg_right_p2>div {
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.bg_right_p2 {
  padding-left: 10px;
  margin-right: 20px;
}

/* reasons */
.reasons {
  width: 100%;
}

.reasons_title {
  width: 35%;
  margin: 20px auto;
  overflow: hidden;
  transition: all 2s;
}

.reasons_text_p1,
.reasons_text_p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.reasons_title>img {
  width: 100%;
}

.reasons_title>img:hover {
  transform: scale(1.1);
}

.reasons_list>li:first-child,
.reasons_list>li:nth-child(3) {
  background-color: #f0f0f0;
}

.reasons_list>li {
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
  height: 268px;
  align-items: center;
}

.reasons_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;

}

.line_yellow {
  width: 100%;
  height: 1px;
  background-color: rgb(212, 158, 24) !important;
  margin-bottom: 20px;
}

.reasons_con_d1_left>span {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(212, 158, 24);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.reasons_con_d1_left>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

/* center */
.center {
  background-image: url("../images/bj4.jpg");
  padding: 50px 0;
}

.center_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.center_list {
  display: flex;
  flex-wrap: wrap;
}

.center_list>li {
  width: 21%;
  margin: 2%;
}

.pic_b {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_b::before {
  content: "";
  display: block;
  padding-top: 100.2%;
}

.d2_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d2_img:hover {
  transform: scale(1.1);
}

.d2_text {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
}

.border {
  background-image: url("../images/border1.png");
  background-size: 100% 100%;
  font-family: 微软雅黑;
  font-size: 6px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  display: inline-block;
  line-height: 26px;
  padding: 5px 20px;
  margin: 20px 0;
}

.center_list>li {
  background-color: white;
  border: 3px solid #b44f50;
  padding: 3px;
}

.center>img {
  width: 24px;
}

.line1 {
  width: 200px;
  height: 1px;
  background-color: #c87e14;
}

.center_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_title>div {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.center_title_p1 {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

/* us */
.us {
  padding: 40px 0;
}

.us>img,
.center>img {
  width: 24px;
  margin: 30px 0;
}

.line2 {
  width: 200px;
  height: 1px;
  background-color: #b60a0a;
}

.us_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.us_title>div {
  font-size: 24px;
  color: rgba(255, 0, 0, 0.3);
}

.us_title_p1 {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(212, 158, 24);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.us_con {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.pic_c {
  position: relative;
  width: 48%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_c::before {
  content: "";
  display: block;
  padding-top: 72%;
}

.d3_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d3_img:hover {
  transform: scale(1.1);
}

.us_con_right {
  width: 48%;
  margin-left: 2%;
}

.us_con_right_p1 {
  font-family: 微软雅黑;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.us_con_right_p2 {
  font-family: 微软雅黑;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: rgb(204, 204, 204);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.us_con_right_p3>div {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 28px;
  text-decoration: none;
  text-align: left;
  text-indent: 2em;
}

.btn1 {
  display: block;
  width: 108px;
  margin: 0 auto;
  border: 1px solid #e9d298;
  font-family: 微软雅黑;
  font-size: 16px;
  line-height: 40px;
}

.btn1:hover {
  box-shadow: 0 0 15px 1px gray;
}

.btn1>div {
  vertical-align: middle;
  color: rgb(102, 102, 102);
}

/* sample */
.sample {
  border: 1px solid #f3d8d8;
  padding: 20px;
  margin-bottom: 10px;
}

.sample_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sample_title_p1 {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(212, 158, 24);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  padding-left: 20px;
  padding-right: 30px;
}

.sample_title_p2 {
  font-family: 微软雅黑;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  color: rgb(182, 10, 10);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.sample {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: 10px auto;
}

.sample_left {
  width: 48%;
}

.pic_d {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #f3d8d8;
  border: 3px solid #ededed;
  /* margin: 0 1.5%; */
}

.pic_d::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.d4_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d4_img:hover {
  transform: scale(1.1);
}

.sample_right {
  width: 48%;
  margin-left: 4%;
}

.sample_right_text>div {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

/* about */
.display_bread>span,
.display_bread>a {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(173, 173, 173);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.about_text {
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  text-indent: 2em;
  padding-top: 10px;
}

/* partner */
.partner_text {
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  text-indent: 2em;
  padding-top: 10px;
}

/* case */
.pic_e {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_e::before {
  content: "";
  display: block;
  padding-top: 76%;
}

.d5_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d5_img:hover {
  transform: scale(1.1);
}

.d5_text {
  /* background-color: #126dc0; */
  width: 100%;
  line-height: 120px;
  /* color: white; */
  color: black;
  font-family: 微软雅黑;
  font-size: 14px;
}

.case_list {
  display: flex;
  flex-wrap: wrap;
}

.case_list>li {
  width: 21%;
  margin: 2%;
}

.case_list>li>a {
  border: 1px solid #eee;
  display: block;
  padding: 5px;
  box-shadow: 0 0 15px 1px gray;
}

.op {
  opacity: 0.4;
}

.contact_con {
  font-family: 微软雅黑;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  color: rgb(51, 51, 51);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  padding: 30px 0;
}

/* example */
.pic_f {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  /* margin: 0 1.5%; */
}

.pic_f::before {
  content: "";
  display: block;
  padding-top: 104%;
}

.d6_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d6_img:hover {
  transform: scale(1.1);
}

.d6_text {
  /* background-color: #126dc0; */
  width: 100%;
  line-height: 40px;
  /* color: white; */
  color: black;
  font-family: 微软雅黑;
  font-size: 16px;
}

.example_list {
  display: flex;
  flex-wrap: wrap;
}

.example_list>li {
  width: 21%;
  margin: 2%;
}






/* details */
.details {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.details_con {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
}

.details_left {
  width: 70%;
  padding-top: 20px;
}

.details_left>div:first-child {
  font-size: 24px;
  color: #121212;
  font-weight: normal;
  font-weight: 600;
}

.details_left_img {
  margin: 30px 0 120px;
}

.details_left_img>img {
  width: 100%;
  margin-top: 30px;
}

.details_low {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.details_low_left>div>span>a {
  color: black;
}

.details_low_left>div {
  text-align: left;
}

.details_right {
  width: 15%;
  margin-left: 10%;
}

.right_p1 {
  margin: 10px 0;
}

.details_right>img {
  width: 165px;
  max-width: 165px;
}

.gray_line {
  width: 30px;
  height: 2px;
  background-color: #d9d9d9;
}

.list2>li {
  margin-top: 10px;
}

.list2>li>a {
  border: 1px solid #d9d9d9;
  display: block;
}

.list2>li>a>div:last-child {
  margin: 10px 0;
  color: #000000;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pic_m {
  position: relative;
  width: 100%;
  overflow: hidden;

}

.pic_m::before {
  content: "";
  display: block;
  padding-top: 78%;
}

.d13_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

/*  */
/* news_details */
.newsdel_left>div:first-child {
  font-size: 26px;
  color: #2F2F2F;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.date {
  color: #999;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.newsdel_text>div {
  font-family: 微软雅黑;
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.5;
  padding: 20px 0;
  text-align: left;
}

/*  */
@media (max-width: 768px) {

  /*  */
  .tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .icon-menu span {
    width: 30px;
    height: 3px;
    background: #666;
    border-radius: 5px;
    display: block;
  }

  .icon-menu .span02 {
    margin: 5px 0;
  }

  .icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .sjnav {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;
  }

  .sjnav>ul {
    padding: 0;
    margin: 0;
  }

  .sjnav>ul>li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .sjnav>ul>li>a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 30px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
  }

  .sjnav>ul>li a:hover,
  .sjnav>ul>li.active a {
    /* background: #0a51c6; */
    color: #fff;
  }

  /*  */
  /*  */

  .icon-menu2 {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .icon-menu2 span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 5px;
    display: block;
  }

  .icon-menu2 .span02 {
    margin: 5px 0;
  }

  .icon-menu2.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .icon-menu2.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .icon-menu2.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .sjnav2 {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;
  }

  .sjnav2>ul {
    padding: 0;
    margin: 0;
  }

  .sjnav2>ul>li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .sjnav2>ul>li>a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 30px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
  }

  .sjnav2>ul>li a:hover,
  .sjnav2>ul>li.active a {
    /* background: #0a51c6; */
    color: #fff;
  }

  /*  */
  .mobile_header {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu {
    display: flex;
    width: 20%;
    margin-top: 10px;
  }

  .mobile_header>img {
    width: 80%;
    padding: 10px;
  }

  .sjnav2,
  .sjnav1 {
    display: none;
  }

  .rou {
    transform: rotate(90deg);
  }

  .icon-menu2-d1,
  .icon-menu1-d1 {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu2-d1>img,
  .icon-menu1-d1>img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }

  .sjnav2>li>a,
  .sjnav1>li>a {
    display: block;
    line-height: 44px;
    color: #fff;
    padding: 0 40px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    line-height: 38px;
  }

  /*  */
  .footer_mobile {
    background-color: white;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-top: 40px;
    z-index: 100;
  }

  .foot_list {
    display: flex;
    margin: 0;
  }

  .foot_list>li {
    width: 20%;
    margin: 0px 2.5%;
  }

  .foot_list img {
    width: 32px;
  }

  .foot_list li div {
    color: #b60a0a;
  }

  .footer_low {
    margin-bottom: 50px;
  }

  /*  */
  .footer_con {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .footer_left {
    width: 100%;
  }

  .footer {
    background-image: url("../images/bj1.jpg");
    padding-top: 0px;
    background-repeat: no-repeat 100%;
    background-size: auto;
    margin: 10px 0;
  }

  .footer_left_low {
    padding-top: 0px;
  }

  .display_list2>li {
    width: 44%;
    margin: 3%;
  }

  .display {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding-top: 36px;
  }

  .display_right {
    width: 100%;
    margin-left: 0%;
  }

  .mobile_display {
    display: none;
    background-color: #d36d6d;
  }

  .mobile_display>li {
    padding: 0 20px;
    border-bottom: 1px solid rgb(153, 153, 153);
  }

  .mobile_display>li>a {
    text-align: left;
  }

  .mobile_display>li>a>div {
    color: white;
    font-size: 16px;
    line-height: 30px;
  }

  .mobile_open {
    /* display: flex; */
    width: 100%;
    background-color: #d36d6d;
  }

  .mobile_open>div {
    width: 90%;
    margin: 0 auto;
    line-height: 32px;
    color: white;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile_open>img {
    width: 32px;
    float: right;
  }

  .mobile_display a img {
    width: 16px;
    float: left;
  }

  .rou2 {
    transform: rotateX(180deg);
  }

  .reasons_title {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    transition: all 2s;
  }

  .reasons_list>li {
    display: block;
    padding: 0 0px;
    justify-content: space-between;
    height: 200px;
    align-items: center;
  }

  .reasons_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

  }

  .reasons_con_d1_left {
    width: 100%;
  }

  .reasons_con_d1_title {
    border-bottom: 1px solid rgb(212, 158, 24);
  }

  .center_list>li {
    width: 46%;
    margin: 2%;
  }

  .line1 {
    width: 50px;
    height: 1px;
    background-color: #c87e14;
  }

  .center {
    background-image: url("../images/bj4.jpg");
    padding: 20px 0;
  }

  .us>img,
  .center>img {
    width: 24px;
    margin: 10px 0;
  }

  .center_con {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .d2_text {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
  }

  .border {
    background-image: url("../images/border1.png");
    background-size: 100% 100%;
    font-family: 微软雅黑;
    font-size: 6px;
    font-weight: normal;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    display: inline-block;
    line-height: 26px;
    padding: 5px 20px;
    margin: 5px 0;
  }

  .us_con {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }

  .pic_c {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 0 0 0 1px #ccc; */
    /* border: 3px solid #fff; */
    /* margin: 0 1.5%; */
  }

  .us_con_right {
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
  }

  .sample {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sample_left {
    width: 100%;
  }

  .sample_right {
    width: 100%;
  }

  .sample_right>.sample_title {
    padding-top: 20px;
  }

  .footer_con {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
  }

  .reasons_con_d1_left>img {
    width: 64px;
  }

  .reasons_con_d1_left>div {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-left: 20px;
  }

  .reasons_con_d1_title {
    border-bottom: none;
    text-align: left;
  }

  .reasons_con_moblie_p1 {
    display: flex;
  }

  .reasons_con_moblie_p1>img {
    width: 64px;
    height: 64px;
  }

  .reasons_mobile_d1_title {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(212, 158, 24);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
  }

  .mobile_p1 {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 5px 0;
  }

  .reasons_con_moblie {
    padding-top: 20px;
  }

  .mobile_product_nav {
    display: flex;
    justify-content: space-between;
    background-color: rgb(182, 10, 10);
    align-items: center;
    padding: 0 20px;
  }

  .mobile_product_nav>div {
    color: white;
    font-size: 20px;
    font-weight: 900;
  }

  .product>.display {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding-top: 36px;
  }

  .case_list>li {
    width: 44%;
    margin: 3%;
  }

  .details_left {
    width: 100%;
    padding-top: 00px;
  }

  .news>.display {
    width: 100%;
  }

  .d1_text {
    /* background-color: #126dc0; */
    width: 100%;
    line-height: 20px;
    /* color: white; */
    color: black;
    font-family: 微软雅黑;
    font-size: 12px;
  }

  .example_list>li {
    width: 44%;
    margin: 3%;
  }
  .d5_text {
    /* background-color: #126dc0; */
    width: 100%;
    line-height: 80px;
    /* color: white; */
    color: black;
    font-family: 微软雅黑;
    font-size: 14px;
  }
  .trans{
	display:flex;
	justify-content:center;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:10px 0;
}
}