* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "微软雅黑"
}

body,
html {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #adaba8;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  cursor: pointer;
  outline: none;
}



a,
a:hover {
  text-decoration: none;
}

em,
i,
strong {
  font-style: normal;
}

img {
  display: inline-block;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.header {
  height: 115px;
  position: relative;
  width: 100%;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
  overflow: inherit;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.w1270 {
  width: 1270px;
  margin: 0 auto;
  overflow: hidden;
}

.header .logo {
  float: left;
  margin-top: 15px;
}

.header_right {
  width: 1110px;
  float: right;
  height: 115px;
}

.header_RT {
  width: 100%;
  float: right;
  margin-top: 10px;
}

.header_RT p,
.header_RT div {
  float: right;
}

.header_RT div {
  margin-left: 5px;
  position: relative;
}

.header_RT div input {
  width: 188px;
  height: 28px;
  border: 1px solid #dadada;
  padding: 0px 10px;
  border-radius: 15px;
  font-size: 14px;
  outline: none;
}

.header_RT div i {
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(../images/inico4.png) no-repeat center;
  top: 8px;
}

.header_RT p {
  color: #666;
  margin-top: 5px;
}

.header_RT p a.cur,
.header_RT p a:hover {
  color: #cf000d;
}

.header_RT p a {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-family: arial;
  color: #999;
  font-weight: bold;
  line-height: 16px;
  margin-top: 4px;
}

.header_RB {
  width: 100%;
  float: left;
}

.header_RB ul {
  float: right;
}

.header_RB ul li {
  float: left;
  margin-right: 48px;
  height: 115px;
}

.header_RB ul li>a {
  color: #323232;
  display: block;
  line-height: 76px;
  font-size: 16px;
}

.header_RB ul li:hover>a,
.header_RB ul li.cur>a {
  color: #cf000d;
  font-weight: bold;
}

.menu-handler {
  display: none;
  width: 58px;
  height: 58px;
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 49;
  margin-top: 30px;
}

.menu-handler .burger {
  width: 24px;
  height: 2px;
  background: #666;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 50%;
  margin: 0px 0px 0px -12px;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
}

.menu-handler .burger-2 {
  top: 27px;
}

.menu-handler .burger-3 {
  top: 35px;
}

.menu-handler.active .burger-1 {
  top: 27px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-handler.active .burger-2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
  top: 27px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trans {
  -webkit-transition: all 277ms ease-in-out;
  -moz-transition: all 277ms ease-in-out;
  -o-transition: all 277ms ease-in-out;
  transition: all 277ms ease-in-out;
  -ms-transition: all 277ms ease-in-out;
}

.trans-fast {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}

.trans-s {
  -webkit-transition: all 477ms ease-in-out;
  -moz-transition: all 477ms ease-in-out;
  -o-transition: all 477ms ease-in-out;
  transition: all 477ms ease-in-out;
  -ms-transition: all 477ms ease-in-out;
}

.menuBox {
  position: fixed;
  right: -100%;
  top: 115px;
  width: 100%;
  height: 96%;
  overflow: scroll;
  z-index: 30;
  background: #000;
  display: none;
}

.menuBox.show {
  right: 0px;
}

.navMobile {
  width: 100%;
  float: left;
}

.navMobile li {
  border-bottom: 1px solid #2b2b2e;
  position: relative;
  line-height: 36px;
  width: 100%;
  float: left;
}

.navMobile li h5 {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}

.navMobile li.cur h5 {
  background: #1b1b1b;
}

.navMobile li.cur h5>a {
  color: #b60005;
}

.navMobile li h5>a,
.navMobile li .listDown .list2_one h3 a,
.navMobile li .listDown .list2_one .list2_two div h4 a {
  float: left !important;
  width: auto;
  margin-left: 20px;
  width: 80%;
}

.navMobile li a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

.navMobile li h5 i,
.navMobile li .listDown div h3 i,
.navMobile li .listDown .list2_one .list2_two div h4 i {
  border: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}

.navMobile li h5 .i_class,
.navMobile li .listDown div h3 .i_class,
.navMobile li .listDown .list2_one .list2_two div h4 .i_class {
  transform: rotate(135deg) !important;
  top: 15px;
}

.navMobile li .listDown {
  display: none;
  width: 100%;
  float: left;
}

.navMobile li .listDown .list2_one {
  color: #fff;
  font-size: 14px;
  background-color: #16171a;
}

.navMobile li .listDown .list2_one h3 {
  border-top: 1px solid #2B2B2E;
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
}

.navMobile li .listDown .list2_one .list2_two {
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
}

.navMobile li .listDown .list2_one .list2_two div {
  width: 100%;
  float: left;
}

.navMobile li .listDown .list2_one .list2_two div h4 {
  position: relative;
  padding: 0px 20px;
  display: block;
  overflow: hidden;
}

.ul_list {
  position: absolute;
  top: 115px;
  left: 0px;
  right: 0px;
  background: #6d6d6d;
  padding-bottom: 70px;
  z-index: 3;
  display: none;
}

.header_RB ul li:hover .ul_list {
  display: block;
}

.ul_top {
  width: 100%;
  float: left;
  border-bottom: 1px solid #828282;
  padding: 25px 0px;
}

.ul_list p {
  font-size: 12px;
  color: #fff;
}

.ul_list a {
  color: #fff;
}

.ul_list p a {
  margin-right: 28px;
}

.ul_bo dl {
  float: left;
  margin-right: 50px;
}

.ul_bo dl dt {
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 15px;
  font-size: 14px;
}

.ul_bo dl dd a {
  display: block;
  font-size: 12px;
  line-height: 30px;
}

.ul_bo dl dd a:hover {
  opacity: 0.8;
}

/* banner */
.banner {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}

.banner .swiper-container {
  padding: 0px;
}

.swiper-container,
.swiper-slide,
.swiper-wrapper {
  height: auto !important;
  cursor: inherit !important;
}

.banner img {
  width: 100%;
  float: left;
  height: 100%;
  max-height: 500px;
  object-fit: fill;
}

.banner .pagination {
  bottom: 38px;
  left: 0px;
  right: 0px;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.banner .swiper-pagination-bullet {
  width: 33px;
  height: 4px;
  margin: 0px 5px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: inherit;
}

.banner .swiper-pagination-bullet-active {
  background: #08a0ea !important;
}

/* banner end*/
/* 主要内容inA */
.inA {
  width: 100%;
  float: left;
  background: url(../images/inbg.jpg) no-repeat center top;
  padding-bottom: 60px;
}

.in_tit {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-top: 50px;
}

.inA_con {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.inA_con a {
  width: 343px;
  float: left;
  margin-right: 22px;
  position: relative;
  margin-top: 22px;
  overflow: hidden;
  height: 300px;
}

.inA_con a img {
  display: block;
  width: 100%;
  float: left;
  object-fit: cover;
}

.inA_con a span {
  position: absolute;
  bottom: 35px;
  left: 0px;
  right: 0px;
  font-size: 28px;
  color: #fff;
  padding: 0px 20px;
}

.images img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 1s;
}

.images:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.inA_con a:first-child {
  /* width: 709px; */
}

.inA_con a:nth-child(4),
.inA_con a:nth-child(8) {
  margin-right: 0px;
}

/* 主要内容inA */

/* 主要内容inB */
.inB {
  width: 100%;
  float: left;
  background: url(../images/inbg1.jpg) no-repeat center;
  min-height: 618px;
  background-size: cover;
}

.inB_L {
  width: 646px;
  float: left;
  margin-top: 50px;
  position: relative;
}

.inB_L .arrow-left,
.inB_L .arrow-right {
  width: 34px;
  top: 45%;
  z-index: 2;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-family: 宋体;
  position: absolute;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.inB_L .arrow-right {
  left: auto;
  right: 0px;
}

.inB_L .swiper-slide a,
.inB_L .swiper-slide a img {
  width: 100%;
  float: left;
  height: 358px;
  object-fit: cover;
}

.inB_L .swiper-slide p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.inB_L .swiper-slide p strong {
  display: block;
  font-size: 16px;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inB_L .swiper-slide p i {
  font-size: 12px;
  color: #a2a1a4;
  display: block;
  margin-top: 10px;
}

.inB_R {
  float: right;
  width: 738px;
  margin-top: 50px;
}

.inB_R dl {
  width: 100%;
  float: left;
  border-top: 1px solid #dee0e3;
  border-bottom: 1px solid #dee0e3;
  padding: 18px 0px;
}

.inB_R dl dt {
  font-size: 18px;
}

.inB_R dl dt a {
  color: #666666;
  width: 78%;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.inB_R dl dt i {
  float: right;
  font-size: 12px;
  color: #888888;
}

.inB_R dl dd {
  color: #888888;
  line-height: 24px;
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
  width: 100%;
  float: left;
}

.inB_R div {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.inB_R div a {
  display: block;
  padding: 0px 96px 0px 20px;
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.inB_R div a:before {
  content: url(../images/inico6.png);
  position: absolute;
  left: 0px;
  line-height: normal;
  top: 8px;
}

.inB_R div a:hover,
.inB_R dl dt a:hover {
  color: #08a0ea;
}

.inB_R div a i {
  position: absolute;
  right: 0px;
  color: #888888;
  font-size: 12px;
}

/* 主要内容inB end*/
/* 主要内容inC */
.inC {
  width: 100%;
  float: left;
  background: url(../images/inbg2.jpg) no-repeat center;
  min-height: 478px;
  background-size: cover;
  text-align: center;
}

.inC dl {
  width: 100%;
  float: left;
  margin-top: 70px;
  text-align: center;
}

.inC dl dt {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.inC dl dd {
  font-size: 15px;
  color: #fff;
}

.inC dl dd p {
  line-height: 28px;
}

.inC ul {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 60px;
}

.inC ul li {
  display: inline-block;
  color: #c2c2c7;
  margin: 0px 80px;
}

.inC ul li p strong {
  font-size: 45px;
  font-family: Arial;
  color: #fff;
  margin-right: 6px;
}

.inC .w1440>p {
  width: 100%;
  float: left;
}

.inC .w1440>p a {
  color: #fff;
  margin-top: 75px;
  display: inline-block;
}

.inC .w1440>p a:after {
  content: url(../images/inico7.png);
  margin-left: 8px;
}

/* 主要内容inC end*/

/* footer */
.footer {
  width: 100%;
  float: left;
  background: #303030;
  padding-top: 60px;
}

.footer .footop {
  width: 100%;
  float: left;
  padding-bottom: 46px;
  border-bottom: 1px solid #3e3e3e;
}

.footer dl {
  float: left;
  width: 180px;
}

.footer dl dt {
  font-weight: bold;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.footer dl dd a {
  display: block;
  color: #999999;
  line-height: 28px;
}

.footer dl dd a:hover {
  color: #fff;
}

.footer .footop p {
  float: right;
  width: 147px;
  text-align: center;
  color: #fff;
}

.footer .footop p img {
  width: 100%;
  margin-bottom: 15px;
}

.footen {
  width: 100%;
  float: left;
  padding: 30px 0px;
}

.footen p {
  float: left;
  color: #adadad;
}

.footen p a {
  color: #adadad;
}

.footen div {
  float: right
}

.footen div a {
  color: #adadad;
  float: left;
}

.footen div a:after {
  content: '|';
  padding: 0px 14px;
}

.footen div a:last-child:after {
  content: '';
}

/* footer end*/
/* 关于蜂陶 */
.S_banner,
.M_banner {
  width: 100%;
  float: left;
  height: 390px;
}

.S_banner {
  background: url(../images/aboutbg.jpg) no-repeat center;
}

.S_con {
  width: 100%;
  height: 100%;
  float: left;
  display: table;
}

.S_con dl {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.S_con dl dt {
  font-size: 40px;
  font-weight: bold;
}

.S_con dl dd {
  font-family: Arial;
  font-size: 20px;
  margin-top: 18px;
}

.S_menu {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ececec;
  margin-top: 26px
}

.S_menu p {
  float: left;
}

.S_menu p a {
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
  color: #666666;
  margin-right: 50px;
  float: left;
}

.S_menu p a:hover,
.S_menu p a.cur {
  border-bottom: 3px solid #cf000d;
}

.menu_right,
.S_menu .w1280>div {
  float: right;
  font-size: 12px;
  color: #a5a5a5;
}

.S_menu .w1280>div:before,
.menu_right:before {
  content: url(../images/ico.png);
  float: left;
  margin-right: 5px;
}

.menu_right a:after,
.S_menu .w1280>div a:after {
  content: '>';
  padding: 0px 5px;
  color: #a5a5a5;
}

.S_menu .w1280>div a:last-child:after {
  content: '';
}

.menu_right a:hover,
.S_menu .w1280 div a.cur,
.S_menu .w1280>div a:hover,
.S_menu .w1280>div a.cur {
  color: #CF000D;
}

.aboutA {
  padding: 56px 0;
}

.aboutA_L {
  float: left;
}

.aboutA_L h1 {
  font-size: 30px;
  color: #000000;
  position: relative;
  padding-bottom: 22px;
}

.aboutA_L h1:after {
  content: '';
  width: 65px;
  height: 5px;
  background: #9b9b9b;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.aboutA_L i,
.aboutA_L em {
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  display: block
}

.aboutA_R {
  float: right;
  width: 816px;
}

.aboutA p {
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.aboutB,
.aboutB img {
  width: 100%;
  float: left;
}

.aboutC {
  padding-bottom: 130px;
  width: 100%;
  float: left;
}

.aboutC .w1280 {
  overflow: inherit;
}

.aboutC span {
  float: left;
  font-size: 30px;
  color: #000000;
  margin-top: 90px;
  padding-left: 26px;
  position: relative;
}

.aboutC span:before {
  content: '';
  height: 344px;
  width: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 0px;
  top: -192px;
}

.aboutC span em {
  display: block;
  font-size: 16px;
  color: #666;
}

.aboutC p {
  float: right;
  width: 772px;
  font-size: 16px;
  line-height: 40px;
  color: #414141;
  margin-top: 80px;
  position: relative;
  margin-right: 106px;
}

.aboutC p:before {
  content: url(../images/abico1.png);
  position: absolute;
  left: -130px;
  top: -28px;
}

.aboutC p:after {
  content: url(../images/abico2.png);
  position: absolute;
  right: -106px;
  bottom: -82px;
}

.about1_con {
  padding: 58px 0px 78px 0px;
}

.about1_con>h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #000000;
  margin-bottom: 25px;
}

.about1_con>p {
  color: #666666;
  line-height: 30px;
}

.about1_en {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.history {
  width: 100%;
  float: left;
}

.history span {
  font-size: 18px;
  color: #cf000d;
  font-weight: bold;
  float: left;
  margin-top: 24px;
}

.history div {
  width: 1116px;
  float: right;
  padding-left: 28px;
  border-left: 1px solid #d6d7d6;
  padding-top: 28px;
  padding-bottom: 46px;
  position: relative;
}

.history div:before {
  content: url(../images/abico3.png);
  position: absolute;
  left: -10px;
}

.history div p {
  width: 100%;
  float: left;
  color: #666666;
  margin-bottom: 10px
}

.about2_con {
  padding: 58px 0px 62px 0px;
  border-bottom: 1px dashed #dcdcdc;
}

.about2_con dl {
  float: left;
  width: 300px
}

.about2_con dl dt {
  font-size: 30px;
  color: #000000;
  margin-bottom: 36px;
}

.about2_con dl dd p {
  display: block;
  padding-left: 20px;
  position: relative;
  color: #666666;
  margin-top: 15px;
}

.about2_con dl dd p:before {
  content: url(../images/abico4.png);
  left: 0px;
  position: absolute;
  top: -2px;
}

.about2_R {
  float: right;
  width: 950px;
}

.about2_R img {
  width: 210px;
  margin-right: 20px;
  float: left;
  border: 1px solid #e5e5e5;
  margin-top: 30px;
}
.softWork{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.softWork img{
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.about2_R img:nth-child(4n) {
  margin-right: 0px;
}

.contact_top {
  padding: 58px 0px;
}

.contact_top dl {
  width: 576px;
  float: left;
}

.contact_top dl dt {
  font-size: 30px;
  color: #000000;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 25px;
}

.contact_top dl dt:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 65px;
  height: 2px;
  background: #9b9b9b;
}

.contact_top dl dd p {
  color: #666666;
  line-height: 35px;
}

.contact_top>p {
  float: right;
  width: 608px;
  overflow: hidden;
}


/* 关于蜂陶 end*/
/* 新闻中心 */
.S_con_new {
  background: url(../images/newbg.jpg) no-repeat center;
}

.news_top {
  padding: 58px 0;
}

.news_top a {
  width: 390px;
  float: left;
  border: 1px solid #cccccc;
  margin-right: 50px;
}
.news_top a:nth-last-child(1){
	margin-right: 0px;
}
.news_top a i {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: block;
}
.news_top a i img{
	object-fit: cover;
}
.news_top a div {
  padding: 16px 0px;
  width: 100%;
  float: left;
}

.news_top a div p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding: 0px 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 56px;
  overflow: hidden;
}

.news_top a div em {
  color: #999999;
  display: block;
  margin-top: 10px;
  padding: 0px 16px;
}

.news_bottom li {
  border-bottom: 1px solid #e5e5e5;
}

.news_bottom li,
.news_bottom li a {
  width: 100%;
  float: left;
}

.news_bottom li a {
  padding: 40px 0px;
}

.news_bottom li strong {
  font-size: 40px;
  font-family: Arial;
  color: #b0b0b0;
  float: left;
}

.news_bottom li strong i {
  display: block;
  font-weight: normal;
  color: #888888;
  font-size: 14px;
}

.news_bottom li div {
  float: right;
  width: 1004px;
  padding-right: 118px;
  position: relative;
  margin-top: 6px;
}

.news_bottom li div span {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_bottom li div p {
  color: #888888;
  margin-top: 14px;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_bottom li div em {
  position: absolute;
  right: 0px;
  font-family: Arial;
  font-size: 12px;
  top: 4px;
  color: #555555;
  padding-bottom: 15px;
  background: url(../images/more.png) no-repeat center bottom;
}

.news_bottom li:hover span {
  color: #cf000d;
}

.news_bottom li:hover em {
  color: #cf000d;
  background: url(../images/more1.png) no-repeat center bottom;
}
.news_top a:hover {
    border-color: #cf000d;
}
.news_top a:hover p {
    color: #cf000d;
    font-weight: bold;
}
/* 新闻中心 end*/

/* 网站地图 */
.map {
  padding-bottom: 60px;
}

.map_con {
  width: 99.8%;
  float: left;
  margin-top: 60px;
}

.map_con span {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  background: #fff;
  float: left;
  margin-left: 30px;
}

.map_con span a {
  color: #666666;
}

.map_con div {
  width: 100%;
  float: left;
  padding: 40px 0px;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}

.map_con div p {
  padding: 0px 34px;
}

.map_con div p a {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.map_con div p a:after {
  content: '|';
  color: #d4d4d4;
  padding: 0px 10px;
}

.map_con div p a:last-child:after {
  content: '';
}

.map_con span a:hover {
  color: #cf000d;
}

.map_con div p a:hover {
  color: #cf000d;
}

/* 网站地图 end*/

/* 产品解决方案 */
.M_banner {
  position: relative;
  background: url(../images/solutionbg.jpg) no-repeat center;
  width: 100%;
  float: left;
  height: 390px;
}

.M_banner_top {
  width: 725px;
  float: left;
}

.M_banner_top strong {
  font-size: 40px;
  color: #fff;
  margin-top: 94px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.M_banner_top p {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
}

.M_banner_en {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  top: auto;
}

.M_banner_a {
  float: left;
}

.M_banner_a a:hover,
.M_banner_a a.cur {
  color: #cf000d;
}

.M_banner_a a {
  line-height: 50px;
  margin-right: 70px;
  float: left;
  color: #fff;
}

.M_banner_en .menu_right {
  margin-top: 18px;
}

.M_banner_en .menu_right a:last-child:after {
  content: '';
}

.methodA {
  padding: 58px 0px;
  width: 100%;
  float: left;
}

.met_tit {
  width: 100%;
  float: left;
}

.met_tit span {
  float: left;
  font-size: 24px;
  color: #000000;
  display: block;
}

.met_tit span:before {
  content: '';
  width: 2px;
  height: 24px;
  background: #cf000d;
  float: left;
  margin-top: 5px;
  margin-right: 12px;
}

.methodA_con {
  border: 1px solid #efefef;
  width: 99%;
  padding: 20px 0px;
  margin-top: 30px;
  float: left;
}

.methodA_con div {
  width: 636px;
  float: left;
  margin-left: 40px;
  margin-top: 18px;
}

.methodA_con div p {
  color: #666666;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.methodA_con div span {
  font-size: 28px;
  color: #000000;
  display: block;
  margin-bottom: 40px;
  line-height: 35px;
}

.methodA_con div p {
  color: #666666;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.methodA_con>img {
  float: right;
  margin-right: 15px;
}

.fkis {
  position: fixed !important;
  top: 0px !important;
  left: 0px;
  width: 100%;
  z-index: 500;
  bottom: auto !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.method1A {
  width: 100%;
  float: left;
  padding-bottom: 58px;
}

.method1A .w1270 {
  overflow: inherit;
}

.met1xq {
  width: 100%;
  float: left;
  margin-top: 28px;
  position: relative;
}

.met1_con {
  width: 100%;
  float: left;
}

.met1_con .met1_top {
  width: 310px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.met1_con .met1_top>img {
  width: 100%;
  float: left;
}

.met1_con .met1_top div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0px 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.met1_con .met1_top div img {
  margin-top: 52px;
}

.met1_con .met1_top div p {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.met1_con .met1_top:hover div {
  background-color: rgba(32, 163, 221, 0.9);
}

.met1_ETop {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  height: auto;
  padding-bottom: 20px;
  border: 1px solid #efefef;
  background: #fff;
  display: none;
}

.met1_ETop>img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  cursor: pointer;
}

.met1_EL {
  float: left;
  width: 546px;
  margin-left: 70px;
  padding-right: 20px;
  margin-top: 40px;
  height: 260px;
  overflow-y: scroll;
}

.met1_EL span {
  font-size: 16px;
  color: #373D41;
  margin: 20px 0px;
  width: 100%;
  float: left;
}

.met1_EL p {
  font-size: 12px;
  line-height: 24px;
  color: #777f84;
}

.met1_ER {
  float: right;
  width: 546px;
  border-left: 1px solid #efefef;
}

.met1_ER img {
  width: 100%;
  float: left;
  max-height: 340px;
  object-fit: contain;
}

.met1_EBot {
  text-align: center;
  padding-top: 25px;
  width: 100%;
  float: left;
  border-top: 1px solid #efefef;
}

.met1_EBot a {
  display: inline-block;
  padding: 14px 20px;
  background: #00B7D3;
  color: #fff;
}

.selected {
  display: block;
}

.method1B {
  width: 100%;
  float: left;
  padding: 58px 0px;
  background: #f8f8f8;
}

.met1_BC {
  width: 100%;
  float: left;
  margin-top: 35px;
}

.met1_BC li {
  width: 390px;
  height: 472px;
  background: #fff;
  float: left;
  margin-right: 50px;
}

.met1_BC li dl dt {
  font-size: 20px;
  padding: 26px;
  background: #08a0e9;
  color: #fff;
  text-align: center;
}

.met1_BC li dl dd {
  margin: 0px 20px;
  color: #666666;
  line-height: 25px;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0px 10px 0px;
  height: 76px;
}

.met1_BC li div {
  display: block;
  padding: 0px 20px;
  margin-top: 20px;
  overflow: hidden;
}

.met1_BC li div p {
  width: 100%;
  float: left;
  color: #333333;
  line-height: 26px;
}

.met1_BC li div p strong {
  float: left;
  margin-right: 10px;
}

.met1_BC li div p span {
  width: 235px;
  float: left;
}

.met1_BC li div p:before {
  content: url(../images/met1ico1.png);
  float: left;
  margin-right: 10px;
}

.met1_BC li:nth-child(3n) {
  margin-right: 0px;
}

.methodE {
  padding: 58px 0px;
}

.methodE,
.methodE ul {
  width: 100%;
  float: left;
}

.methodE ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.methodE ul li {
  width: 298px;
  height: 278px;
  border: 1px solid #e7e7e7;
  margin-top: 23px;
  float: left;
  margin-right: 23px;
}
.methodE ul li:nth-child(4n){
	margin-right: 0;
}
.methodE ul li a {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  height: 100%;
}

.methodE ul li h4 {
  background: #f8f9f9;
  color: #08a0e9;
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}

.methodE ul li h4 strong {
  display: block;
  padding: 29px 15px;
}

.methodE ul li h4 strong img {
  float: left;
  margin-right: 12px;
}

.methodE ul li p {
  color: #666666;
  line-height: 25px;
  padding: 0px 20px;
}

.methodD {
  width: 100%;
  float: left;
  padding: 58px 0px;
}

.methodD .met_tit {
  margin-bottom: 20px;
}

.methodD .w1270>p {
  color: #666666;
  line-height: 30px;
  width: 100%;
  float: left;
}

.met1D_bo {
  width: 100%;
  float: left;
  margin-top: 5px;
}

.met1D_bo p {
  width: 238px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 19px;
  margin-top: 19px;
  height: 317px;
}

.met1D_bo p span {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 18px;
  color: #fff;
  background-color: rgba(6, 31, 80, 0.8);
}
.met1D_bo p img{
	object-fit: cover;
}
.met1D_bo p:nth-child(5n) {
  margin-right: 0px;
}

/* 产品解决方案 end*/
/* 产品简介 */
.M_banner_product {
  background: url(../images/mbanner_text.jpg) no-repeat center;
}

.M_banner_top1 {
  width: 100%;
  text-align: center;
}

.M_banner_top1 strong {
  background: url(../images/xian.jpg) no-repeat center bottom;
}

.M_banner_top span {
  color: #fff;
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
}

.M_menu {
  width: 100%;
  float: left;
  padding: 24px 0px;
  border-bottom: 1px solid #ececec;
}

.M_menu a {
  line-height: 32px;
  color: #666666;
  padding: 0px 26px;
  float: left;
  margin: 2px 0px;
}

.M_menu a:hover,
.M_menu a.cur {
  color: #fff;
  background: #cf000d;
}

.xqA {
  width: 100%;
  float: left;
  padding-bottom: 52px;
}

.xqA:nth-child(2n) {
  background: #fff !important;
}

.in_tit {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-top: 50px;
}

.xqA h4 {
  font-size: 30px;
}

.xqA_left {
  width: 620px;
  float: left;
  margin-top: 56px;
}

.xqA_left span {
  font-size: 20px;
  color: #333333;
}

.xqA_left span img {
  float: left;
  margin-right: 10px;
}

.xqA_left p {
  color: #666666;
  line-height: 30px;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.xqA .w1270>p {
  width: 575px;
  float: right;
  overflow: hidden;
  margin-top: 56px;
}

.xqA:nth-child(2n+1) {
  background: #f7f8fa !important;
}

.metxqA ul {
  width: 100%;
  float: left;
}

.metxqA ul li {
  width: 358px;
  float: left;
  border: 1px solid #e6e6e6;
  height: 180px;
  padding: 0px 20px;
  margin-top: 35px;
  margin-right: 35px;
}

.metxqA ul li p {
  display: block;
  padding-left: 44px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  position: relative;
  margin-top: 30px;
}

.metxqA ul li p img {
  position: absolute;
  left: 0px;
  top: 5px;
}

.metxqA ul li:nth-child(3n) {
  margin-right: 0px;
}

.xqD_con {
  width: 100%;
  float: left;
}

.xqD_con div {
  width: 400px;
  height: 330px;
  float: left;
  border: 1px solid #e8e8ea;
  background: #fff;
  margin-right: 32px;
  margin-top: 32px;
}

.xqD_con div i {
  text-align: center;
  display: block;
  margin-top: 25px;
}

.xqD_con div span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin: 25px 0px;
}

.xqD_con div p {
  color: #666666;
  line-height: 30px;
  padding: 0px 28px;
}

.xqD_con div:nth-child(3n) {
  margin-right: 0px;
}

.metxqL h4 {
  margin-bottom: 45px;
}

.metxqL .w1270>img {
  float: left;
  width: 561px;
}

.metxqL .metxqC_right {
  width: 668px;
  float: right;
}

.metxqC_right p {
  padding-left: 12px;
  color: #666666;
  line-height: 26px;
  position: relative;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}

.metxqC_right p:before {
  content: url(../images/xq1ico8.png);
  left: 0px;
  position: absolute;
}

.metxqC_right p strong {
  color: #1a72cb;
  float: left;
}

.metxqI {
  padding-bottom: 0px;
}

.metxqI_top {
  width: 100%;
  float: left;
  padding: 30px 0px;
  background: #f5f5f5;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 26px;
}

/* 产品简介 end*/
/* 加入蜂陶 */
.S_banner_join {
  background: url(../images/joinbg.jpg) no-repeat center;
}

.joinA {
  padding: 56px 0px;
}

.joinA a {
  float: left;
  width: 600px;
  overflow: hidden;
  position: relative;
}

.joinA a:last-child {
  float: right;
}

.joinA a div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.joinA a div p {
  width: 100%;
  height: 100%;
  display: table;
}

.joinA a div p span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-bottom: 48px;
}

.joinA a div p span i {
  background: url(../images/add.png) no-repeat center;
  float: left;
  width: 100%;
  height: 25px;
  margin-top: 20px;
}

.joinB {
  width: 100%;
  float: left;
  background: #f6f6f6;
  padding: 45px 0px 60px 0px;
}

.join_tit span {
  font-size: 30px;
  color: #000000;
  display: block;
}

.join_tit i {
  color: #cf000d;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
  display: block;
}

.join_tit i:before,
.join_tit i:after {
  content: '';
  width: 23px;
  height: 1px;
  background: #cf000d;
  position: absolute;
  top: 12px;
}

.join_tit i:before {
  margin-left: -38px;
}

.join_tit i:after {
  margin-left: 14px;
}

.container {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.containerA {
  width: 100%;
  float: left;
  display: none;
}

.containerA div {
  width: 49%;
  float: left;
  margin-top: 15px;
}

.containerA div strong {
  margin-top: 10px;
  display: block;
}

.containerA div:nth-child(2n) {
  float: right;
}

#joinSwiper .swiper-slide {
  width: 688px;
  height: 384px !important;
}

.slide {
  max-width: 1048px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 384px !important;
}

.btn_pre,
.btn_next {
  outline: none;
  cursor: pointer;
  border: none;
  left: 0px;
  width: 66px;
  top: 159px;
  height: 66px;
  background: #d8d8d8;
  text-align: center;
  line-height: 66px;
  color: #6c6c6c;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "宋体";
  border-radius: 100%;
  position: absolute;
}

.btn_next {
  right: 0px;
  left: auto;
}

.join_tit {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

.join_tit span {
  font-size: 30px;
  color: #000000;
  display: block;
}

.join_tit i {
  color: #cf000d;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
  display: block;
}

.join_tit i:before,
.join_tit i:after {
  content: '';
  width: 23px;
  height: 1px;
  background: #cf000d;
  position: absolute;
  top: 12px;
}

.join_tit i:before {
  margin-left: -38px;
}

.join_tit i:after {
  margin-left: 14px;
}

.join_tit p {
  color: #666666;
  line-height: 24px;
  margin-top: 14px;
}

.joinB_con,
.joinB_bo {
  width: 100%;
  float: left;
}

.joinB_con p {
  width: 237px;
  height: 162px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.joinB_con p em {
  height: 30px;
  margin-top: 42px;
  display: inline-block;
}

.joinB_con p strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-top: 16px;
}

.joinB_con p:nth-child(1) {
  background: #1b9ca1;
}

.joinB_bo p {
  width: 315px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  overflow: hidden;
}

.joinB_bo {
  position: relative;
  margin-top: 42px;
}

.joinB_bo p:nth-child(4) {
  margin-right: 0px;
  position: absolute;
  right: 0px;
}

.joinB_bo p:nth-child(5) {
  position: absolute;
  left: 0px;
  top: 190px;
}

.joinB_con p:nth-child(2) {
  background: #1795df;
}

.joinB_con p:nth-child(3) {
  background: #e17e80;
}

.joinB_con p:nth-child(4) {
  background: #d1a534;
}

.joinB_con p:nth-child(5) {
  background: #1ea9d1;
  margin-right: 0px;
}

.join_C {
  padding: 52px 0px;
}

.join_C ul {
  width: 100%;
  float: left;
}

.join_C ul li {
  width: 300px;
  float: left;
  position: relative;
  margin-right: 22px;
}

.join_C ul li>img {
  width: 100%;
  float: left;
}

.join_C ul li div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 28px;
  color: #fff;
}

.join_C ul li div i {
  height: 42px;
  margin-top: 10px;
  display: block;
}

.join_C ul li div strong {
  font-size: 18px;
  display: block;
  margin-top: 20px;
}

.join_C ul li div p {
  line-height: 28px;
  margin-top: 20px;
}

.join_C ul li:last-child {
  margin-right: 0px;
}

/* 加入蜂陶end */

@media screen and (max-width:1440px) {
  .w1440 {
    width: 1200px;
  }

  .header_right {
    width: 1040px;
  }

  .menuBox {
    display: none;
  }

  .inA_con a {
    width: 286px;
    margin-right: 18px;
  }

  .inA_con a:first-child {
    /* width: 591px; */
  }

  .inB_L {
    width: 48%;
  }

  .inB_R {
    width: 50%;
  }

  .inB_R div a {
    line-height: 34px;
    height: 34px;
  }

  .inB_R dl dt {
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .news_top a {
    width: 362px;
  }

  .news_bottom li div {
    width: 954px;
  }

  .w1280,
  .w1270 {
    width: 1200px;
  }

  .met1_con .met1_top {
    width: 292px;
  }

  .met1_con .met1_top div img {
    margin-top: 24px;
  }

  .met1_BC li {
    margin-right: 12px;
  }

  .methodE ul li {
    width: 280px;
  }

  .met1D_bo p {
    width: 224px;
	height: 280px;
  }

  .xqA_left {
    width: 580px;
  }

  .metxqA ul li {
    width: 333px;
  }

  .xqD_con div {
    width: 375px;
  }

  .metxqL .metxqC_right {
    width: 609px;
  }

  .joinA a {
    width: 48%;
  }

  .joinB_con p {
    width: 224px;
  }

  .join_C ul li {
    width: 283px;
  }

  .join_C ul li div {
    padding: 16px;
  }
}

@media screen and (max-width:1025px) {
  .header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
    background: #fff;
  }

  .w1440,
  .w1280,
  .w1270 {
    width: 96%;
  }

  .header_right {
    width: auto;
    float: right;
  }

  .header_RT {
    margin-top: 43px;
  }

  .header_RB {
    display: none;
  }

  .menu-handler {
    display: block;
  }

  .menuBox {
    display: block;
  }

  .banner {
    margin-top: 115px;
  }

  /* .inA_con a:first-child, */
  .aboutA_R,
  .aboutC p {
    width: 100%;
  }
.inA_con a{
	height: 200px;
}
  .inA_con a:nth-child(2n+1) {
    float: right;
  }

  .inA_con a {
    width: 49%;
    margin-right: auto;
  }

  .inB_L {
    width: 70%;
    margin-left: 15%;
  }

  .inB_R,
  .conn_left,
  .con_right {
    width: 100%;
  }

  .inB {
    min-height: inherit;
    padding-bottom: 40px;
  }

  .inC ul li {
    margin: 0px 45px;
  }

  .footer dl {
    width: 16.66%;
  }

  .footer .footop p,
  .S_menu {
    display: none;
  }

  .S_banner {
    margin-top: 115px;
  }

  .aboutA_R {
    width: 100%;
  }

  .aboutC {
    padding-bottom: 46px;
  }

  .aboutC span {
    padding-left: 0px;
    margin-top: 38px;
  }

  .aboutC span:before {
    height: 0px;
  }

  .aboutC p {
    margin-right: 0px;
    margin-top: 36px;
  }

  .aboutC p:before {
    content: '';
  }

  .aboutC p:after {
    content: '';
  }

  .history span {
    width: 12%;
    text-align: right;
  }

  .history div {
    width: 80%;
  }

  .about2_R {
    width: 60%;
  }

  .about2_con dl {
    width: 36%;
  }

  .about2_R img {
    border: none;
    width: 32%;
    margin-right: 2%;
  }

  .contact_top dl {
    width: 48%;
  }

  .contact_top>p {
    width: 50%;
  }

  .news_top a {
    width: 31.6%;
    margin-right: 2%;
  }

  .news_bottom li strong {
    float: inherit;
  }

  .news_bottom li div {
    float: inherit;
    width: 80%;
    padding-right: 20%;
  }

  .M_banner_en {
    display: none;
  }

  .met1_con .met1_top,
  .met1_con .met1_top:nth-child(4n) {
    width: 32%;
    margin-right: 2%;
  }

  .met1_con .met1_top:nth-child(3n) {
    margin-right: 0px;
  }

  .met1_con .met1_top div img {
    margin-top: 35px;
  }

  .met1_con .met1_top div p {
    font-size: 12px;
    height: 52px;
    overflow: hidden;
  }

  .methodA_con {
    border: none;
  }

  .methodA_con div {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .methodA_con>img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .met1_BC li {
    width: 100%;
    margin-right: 0px;
    border: none;
    min-height: inherit;
    height: auto;
    background: none;
    margin-top: 20px;
  }

  .met1_BC li dl dd {
    height: auto;
  }

  .methodE ul li {
    width: 100%;
    margin-right: 0px;
    border: none;
    min-height: inherit;
    height: auto;
    background: none;
  }

  .met1D_bo p {
    width: 23.5%;
    margin-right: 1.8%;
	height: 200px;
  }

  .met1D_bo p:nth-child(4n) {
    margin-right: 0px;
  }

  .M_menu {
    display: none;
  }

  .M_banner {
    margin-top: 115px;
  }

  .M_banner_top {
    width: 100%;
  }

  .M_banner_top strong {
    margin-top: 70px;
  }

  .M_banner_top1 strong {
    background: none;
    margin-top: 70px;
  }

  .xqA_left {
    margin-bottom: 20px;
    width: 100%;
  }

  .metxqA ul li {
    width: 45%;
    margin-right: auto;
    padding: 0px 2%;
  }

  .metxqA ul li:nth-child(2n) {
    float: right;
  }

  .metxqA ul li:nth-child(3n) {
    margin-right: 0px;
  }

  .xqD_con div {
    width: 48%;
    margin-right: auto;
  }

  .xqD_con div:nth-child(2n) {
    float: right;
  }

  .xqD_con div:nth-child(3n) {
    margin-right: 0px;
  }

  .xqD_con div p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .metxqL .w1270>img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .metxqL .metxqC_right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .joinA a {
    width: 48%;
  }

  .container {
    display: none;
  }

  .containerA {
    display: block;
  }

  .joinB_con p {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .joinB_con p:nth-child(3n) {
    margin-right: 0px;
  }

  .joinB_bo p {
    width: 25%;
    margin-right: 0px;
  }

  .joinB_bo p:nth-child(5) {
    bottom: 0px;
    top: auto;
  }

  .joinB_bo p:last-child {
    position: absolute;
    left: 50%;
    bottom: 0px;
  }

  .join_C ul li {
    width: 49%;
    margin-right: auto;
    margin-top: 15px;
  }

  .join_C ul li:nth-child(2n) {
    float: right;
  }
}

@media screen and (max-width:768px) {
  .inC {
    padding-bottom: 40px;
  }

  .inC ul li {
    width: 25%;
    margin: 0px;
    float: left;
  }
  .softWork a{
  	width: 48%;
  	margin-right: 2%;
  }
  .softWork img{
  	width: 100%;
  	margin-right: 2%;
  	margin-bottom:10px;
  }
}

@media screen and (max-width:414px) {
  .header {
    height: 64px;
  }

  .header .logo {
    width: 80px;
    margin-top: 10px;
  }

  .header_RT {
    margin-top: 16px;
  }

  .header_RT div {
    display: none;
  }

  .menu-handler {
    margin-top: 4px;
  }

  .menuBox {
    top: 64px;
  }

  .banner {
    margin-top: 64px;
  }

  .banner .pagination {
    bottom: 10px;
  }

  .banner .swiper-pagination-bullet {
    width: 18px;
    height: 2px;
  }

  .inA_con a span {
    font-size: 16px;
    bottom: 16px;
  }

  .in_tit,
  .inC dl dt {
    font-size: 24px;
    margin-top: 26px;
  }

  .inB_R dl dd {
    height: auto;
    overflow: inherit;
  }

  .inB_L {
    width: 100%;
    margin-left: 0px;
    margin-top: 26px;
  }

  .inA_con,
  .inC dl {
    margin-top: 0px;
  }

  .inB_R div a,
  .inC dl dd,
  .aboutC p {
    font-size: 14px;
    line-height: 26px;
  }

  .inC ul,
  .about1_en,
  .joinB_bo {
    margin-top: 0px;
  }

  .inC ul li {
    width: 50%;
    margin-top: 28px;
  }

  .inC ul li p strong,
  .about1_con>h2 {
    font-size: 28px;
  }

  .footer .footop,
  .history div:before {
    display: none;
  }

  .footen p,
  .footen div {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }

  .footen div a {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }

  .footer {
    padding-top: 0px;
    text-align: center;
  }

  .S_banner {
    margin-top: 64px;
    height: 220px;
  }

  .S_con dl dt {
    font-size: 24px;
  }

  .S_con dl dd {
    font-size: 14px;
  }

  .aboutA {
    padding: 30px 0px 0px 0px;
  }

  .aboutA_L h1 {
    font-size: 24px;
  }

  .aboutA_R {
    margin-top: 26px;
  }

  .aboutC span {
    font-size: 24px;
  }

  .aboutC p {
    font-size: 14px;
    line-height: 26px;
  }

  .about1_en {
    margin-top: 0px;
  }

  .about1_con {
    padding: 30px 0px;
  }

  .history span {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }

  .history div {
    padding: 0px;
    border-left: none;
    margin-top: 15px;
    width: 100%;
  }

  .about2_con {
    padding: 30px 0px;
  }

  .about2_con dl {
    width: 100%;
  }

  .about2_con dl dt {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .about2_R {
    width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .about2_R a{
    width: 48%;
	display: block;
  }
	.about2_R img{
		width: 100%;
	}
  .contact_top {
    padding: 30px 0px;
  }

  .contact_top dl {
    width: 100%;
  }

  .contact_top>p {
    margin-top: 15px;
    width: 100%;
  }

  .news_top a {
    width: 100%;
    border: none;
    margin-right: 0px;
  }

  .news_bottom li strong {
    font-size: 24px;
  }

  .news_bottom li div {
    width: 80%;
    float: left;
    padding-right: 20%;
  }

  .news_bottom li div span {
    font-size: 14px;
  }

  .map_con {
    border: none;
    margin-top: 20px;
  }

  .map_con span {
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
  }

  .map_con div {
    border: none;
    padding: 10px 0;
  }

  .map_con div p {
    padding: 0px;
  }

  .met1_con .met1_top {
    width: 49%;
    margin-right: auto;
  }

  .met1_con .met1_top:nth-child(2n) {
    float: right;
  }

  .met1_con .met1_top:nth-child(3n) {
    margin-right: 0px;
  }

  .met1_con .met1_top:nth-child(4n) {
    width: 49%;
    margin-right: auto;
  }

  .met1_con .met1_top div img,
  .met1_con .met1_top div p {
    display: none;
  }

  .met1D_bo p {
    width: 49%;
    margin-right: auto;
	height: 200px;
  }

  .met1D_bo p:nth-child(2n) {
    float: right;
  }

  .met1D_bo p:nth-child(4n) {
    margin-right: 0px;
  }

  .M_banner {
    margin-top: 64px;
    height: 220px;
  }

  .M_banner_top strong {
    padding-bottom: 0px;
    font-size: 18px;
    margin-top: 20px;
  }

  .M_banner_top p {
    font-size: 12px;
    line-height: 20px;
  }

  .M_banner_top strong {
    padding-bottom: 0px;
    font-size: 18px;
    margin-top: 20px;
  }

  .M_banner_top span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .xqA_left {
    margin-top: 30px;
  }

  .xqA .w1270>p {
    width: 100%;
    float: left;
    margin: 0px;
    border: none;
  }

  .xqA h4 {
    font-size: 24px;
  }

  .metxqA ul li {
    width: 100%;
    border: none;
    padding: 0px !important;
    height: auto;
    margin-top: 0px;
  }

  .xqD_con div {
    width: 100%;
    border: none;
    padding: 0px !important;
    height: auto;
    margin-top: 0px;
  }

  .joinA {
    padding: 30px 0;
  }

  .joinA a {
    width: 100%;
    margin-bottom: 15px;
  }

  .joinB_con p {
    width: 49%;
    margin-right: auto !important;
  }

  .joinB_con p:nth-child(2n) {
    float: right;
  }

  .joinB_con p strong {
    font-size: 16px;
  }
  .join_C ul li{
    width: 100%;
  }
}
.work_list{
	/* background-color: #FFFFFF; */
	padding: 20px;
}
.work_list li{
	padding:20px;
	background-color: #FFFFFF;
	/* border-bottom: 1px solid #efefef; */
	margin-bottom: 20px;
	
}
.work_list li:nth-child(1){
	padding-top:10px;
}
.work_list li:nth-last-child(1){
	
	border-bottom: none;
}
.work_list li .title{
	font-size: 18px;
	color: #08A0E9;
}
.work_list li .subtitle{
	font-size: 16px;
	margin: 10px 0;
	color: #5a5a5a;
}
.work_list li .subtitle span{
	margin-right: 20px;
}
.work_list li .label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.work_list li .label span{
	font-size: 12px;
	border: 1px solid #e2e2e2;
	padding:2px 5px;
	color: #656565;
	margin-right: 10px;
}

.work_c{
	background-color: #fff;
	padding: 20px;
}
.work_c p{
	font-size: 16px;
	margin-bottom: 10px;
	text-indent: 2em;
}
.work_c h2{
	margin-bottom: 20px;
	font-weight: bold;
}
.work_c h3{
	margin-bottom: 20px;
	font-weight: bold;
	text-indent: 2em;
}
.work_c .model{
	margin-bottom: 30px;
}
.hr{
	font-size: 16px;
	color: #007AFF;
}
.work_c .model1 p{
	text-indent: 4em;
}
.detailsTitel{
	width: 100%;
	border-bottom: 1px solid #dadadf;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 50px;
}
.detailsTitel h2{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.detailsTitel>div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.detailsTitel>div p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.detailsTitel>div p:nth-child(1){
	margin-right: 40px;
}
.detailsTitel>div p img{
	display: block;
	margin-right: 8px;
	/* margin-top: 2px; */
}
.detailsC{
	margin-top: 20px;
	margin-bottom: 70px;
}
.detailsC p{
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	margin-top: 15px;
	text-indent: 2em;
}
.page_left{
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 200px;
	background: #08A0E9;
	height: 300px;
	z-index: 999;
}
.product_box{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px ;
}
.product_c_class{
	background-color: #F5F5F5;
}
.product_c_class .w1270{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F5F5F5;
	padding: 50px 0;
}
.product_c_class_item{
	width:100%;
	margin-right: 50px;
}
.product_c_class_item:nth-last-child(1){
	margin-right: 0;
}
.product_c_class_item_title{
	background-color: #6cc7da;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 15px;
	box-sizing: border-box;

}
.product_c_class_item_title span{
	font-size: 27px;
	font-weight: bold;
	color: #FFF;
	margin-left: -1px;
}
.product_c_class_item_c{
	width: 100%;
	line-height: 160%;
	text-align: left;
	padding: 15px 14px;
	font-size: 15px;
	color: #747474;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	height: 150px;
}
.btn{
	background-color: #52b9cc;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	color: #FFF;
	display: block;
	width: 68px;
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
}
.p_btn{
	display: flex;
	justify-content: flex-end;
}
.btn1{
	background-color: #52b9cc;
}
.product_c_class_item2 .product_c_class_item_title{
	background-color: #f5bd65;
}
.btn2{
	background-color: #EF9339;
}
.product_c_class_item3 .product_c_class_item_title{
	background-color: #80cfa7;
}
.btn2{
	background-color: #57B284;
}
.product_c_li{
	margin: 50px auto 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.product_c_li_item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product_c_li_item img{
	height: 167px;
	width: 200px;
	display:block;
}
.product_c_li_item_right h3{
	color: #1577bb;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 15px;
}
.product_c_li_item_right h3 b{  
	font-size: 18px;
}
.product_c_li_item_right p{
	color: #999999;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
.product_c_function h3{
	font-size: 24px;
	color: #00a3f6;
	line-height: 30px;
	margin: 40px auto 30px;
}
.product_c_function_ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 50px;
}
.product_c_function_li{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 40px;
	height: 130px;
}
.product_c_function_li i{
	height: 53px;
	width: 63px;
	display: block;
}
.product_c_function_li i.img1{
	background: url(../images/function.gif) no-repeat -65px 0px;
}
.product_c_function_li i.img2{
	background: url(../images/function.gif) no-repeat -70px -334px;
}
.product_c_function_li i.img3{
	background: url(../images/function.gif) no-repeat -77px -73px;
}
.product_c_function_li i.img4{
	background: url(../images/function.gif) no-repeat -77px -200px;
}
.product_c_function_li i.img5{
	background: url(../images/function.gif) no-repeat 0px -240px;
}
.product_c_function_li .product_c_function_li_r{
	width: 269px;
	margin: -5px 0 0 15px;
	color: #666666;
}
.product_c_function_li .product_c_function_li_r span{
	color: #0595cd;
    font-size: 20px;
}
.product_c_function_li .product_c_function_li_r p{
	line-height: 25px;
	margin-top: 5px;
}
.layui-table td,.layui-table th{text-align: center;}
.layui-table .layui-icon-ok{color: #007AFF;}
.layui-table .layui-icon-close{color: red;}
.moduleComparison{
	background: #F5F5F5;
	padding-bottom: 50px;
}
#appointment{
	width: 400px;
	padding: 20px 0 0;
	/* display: none; */
}
@media screen and (max-width:768px) {
  .product_c_class .w1270{
	  flex-wrap: wrap;
  }
  .product_c_class_item{
	margin-right: 0;
	margin-bottom: 20px;
  }
  .product_c_li_item{
	margin-bottom: 20px;
  }
  .product_c_li_item img{
	display: none;
  }
  .product_c_li_item_right h3{
    line-height: 20px;
    height:auto
  }
  .product_c_function h3{
	 margin: 20px auto 10px;
  }
  .product_c_function_ul{
	    padding: 0 20px;  
  }
  .product_c_function_li{
	  width: 100%;
	  height: auto;
  }
  .product_c_function_li i{
	height: 43px;
	width: 53px;  
  }
  .product_c_function_li .product_c_function_li_r span{
	 font-size: 16px; 
  }
  .product_c_function_li .product_c_function_li_r p{
	 font-size: 14px;
	 line-height: 20px;
  }
  #appointment{
	  width: 300px;
	  
  }
	.p_btn{
		justify-content: center;
	}
	.btn{
		margin-top: 5px;
	}
	
}
.animation{
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.animation_left{
	height: 300px;
	width: 600px;
	/* border-bottom: 1px solid #ccc; */
	position: relative;
}
.animation_left::after{
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 49px;
	left:0px;
	background-color: #ccc;
}
.box1{
	height: 80px;
	width: 80px;
	/* border: 1px solid #fff; */
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 8;
	background: #f9dede;
	background-image: url(../images/s12.png);
	background-size: 100% 100%;
}
.box2{
	height: 160px;
	width: 200px;
	border: 1px solid #e4e1e1;
	position: absolute;
	left:200px;
	bottom: 50px;
	background: #e4e1e1;
	z-index: 9;
}
.animation_right{
	/* height: 300px;
	width: 300px; */
	border: none;
	/* position: relative; */
	margin-left:20px;
	overflow: hidden;
}
.animation_right::after{
	content: 0;
	height: 0;
}
.box3{
	height: 80px;
	width: 80px;
	border: 1px solid #c0dbf9;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 11;
	/* background: #c0dbf9; */
	background-image: url(../images/s11.png);
	background-size: 100% 100%;
}
.box4{
	width: 200px;
	height: 300px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 23;
}
.box5{
	width: 198px;
	height: 300px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom:50px;
	z-index: 23;
}
.animation .title{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.animation_list{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	/* border: 1px solid #ccc; */
	padding: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
	align-content: center;
	box-sizing: border-box;
	min-height: 150px;
	
}
.animation_list_item{
	width:120px;
	height: 120px;
	background-color: #c0dbf9;
	margin-right: 30px;
	/* margin-bottom: 10px; */
	background-image: url(../images/s11.png);
	background-size: 100% 100%;
}
.animation_picture p{
	font-size: 20px;
	margin-top: 30px;
}
.box6{
	background: #fff;
}
.agent_banner{
	background: url(../images/agent_banner.jpg) no-repeat center;
}
.agent_c{
	/* margin-bottom: 50px; */
	background-color: #f4f4f4;
	padding-bottom: 120px;
}
.agent_c_module1{
	margin-top: 120px;
}
.agent_c_module1 h3{
	font-size: 35px;
	color: #333;
	line-height: 1;
	text-align: center;
}
.agent_c_module_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0;
	
}
.agent_c_module_nav_item{
	cursor: pointer;
	width: 163px;
}
.agent_c_module_nav_item p{
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 18px;
	text-transform: uppercase;
	text-align: center;
}
.agent_c_module_nav .img{
	width: 60px;
	height: 60px;
	padding: 11px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 50%;
	margin: auto;
}
.agent_c_module_nav .img .img2{
	display: none;
}
.agent_c_module_nav_item.on .img1{
	display: none;
}
.agent_c_module_nav_item.on .img2{
	display: block;
}
.agent_c_module_nav_item.on .img{
	background-color: #3776ff;
	border-color: #3776ff;
	transition: all 0.3s ease-in-out;
}
.agent_c_module_box_item{
	/* display: flex; */
	justify-content: space-around;
	display: none;
	height: 400px;
}
.agent_c_module_box_item h3{
	font-weight: bold;
	font-size: 25px;
	color: #333;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: left;
}
.agent_c_module_box_item h3 span{
	font-size: 40px;
	color: #999;
	margin-right: 20px;
}
.agent_c_module_box_item p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.agent_c_module_box_item .agent_c_module_box_item_left{
	width: 57%;
	padding: 9.5%;
	box-sizing: border-box;
}
.agent_c_module_box_item .agent_c_module_box_item_right{
	width: 43%;
}
.agent_c_module_box_item.on{
	display: flex;
}
.agent_bth{
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	border: 1px solid #3185ff;
	border-radius: 40px;
	display: block;
	font-size: 22px;
	color: #3185ff;
	cursor: pointer;
}
.animationNo{
	display: none;
}
@media screen and (max-width:768px) {
	.agent_c_module_nav{
		display: none;
	}
	.agent_c_module1{
		    margin-top: 50px;
	}
	.agent_c_module1 h3{
		font-size: 24px;
		color: #333;
	}
	.agent_c_module_box_item h3{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.agent_c_module_box_item h3 span{
		font-size: 20px;
		margin-right:5px;
	}
	.agent_c_module_box_item .agent_c_module_box_item_left{
		padding:20px;
	}
	.agent_c_module_box_item p{
		font-size: 14px;
		line-height: 20px;
	}
	.agent_c_module_box_item{
		height: auto;
		margin-top: 30px;
		display: flex;
		align-items: center;
	}
	.agent_bth{
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin-top: 30px;
	}
	.animation{
		flex-wrap: wrap;
	}
	.animation .animation_left{
		width: 100%;
		height: 220px;
		/* display: none; */
	}
	.animation_right{
		 margin-left: 0;
	}
	.animation_picture{
		/* display: none; */
	}
	.box5{
		width: calc((100% - 197px) / 2);
	}
	.box4{
		width: calc((100% - 202px) / 2);
	}
	.box7{
		left: calc(((100% - 160px) / 2) -  140px - (100% - 200px ));
		
	}
	.box6{
		left: calc((100% - 202px) / 2);
		box-sizing: border-box;
	}
	.animationNo{
		/* display: block; */
	}
	.met1_EL{
		padding: 10px;
		box-sizing: border-box;
		margin-left: 0;
		width: 100%;
	}
	.met1_ER{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}
.footen-links{
	width: 100%;
	margin-top: 10px;
}
.footen-links a{
	margin-left: 10px;
}
.detailsC p img{
  /* max-width: 80%; */
  /* width: auto; */
  height: auto;
}
