html {
  font-size: 16px !important;
}
.main,
.header,
.mainwrap,
.procat_list,
.top,
.home_business,
.home_procat {
  /* width: 1300px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 8rem;
}
.news_box_content h6 {
  text-indent: 2em;
}
.news_box_content p {
  text-indent: 2em;
}

.mainwrap {
  overflow: hidden;
}
.gg_img_img {
  width: 553px;
  height: 309px;
}

.newsmain {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.protocolmain {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.aboutmian {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.downmain {
  width: 1082px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.promain {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.wrap {
  width: 100%;
}

.aboutwrap {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.weizhi {
}

/*head*/

#header {
  width: 100%;
  /* height: 190px; */
  width: 100%;
  z-index: 99999999999;
  /* position: fixed; */
  top: 0px;
  background: #fff;
  /* box-shadow: 1px 1px 1px 1px #cccc; */
}

.logo {
  margin-top: 25px;
}

.default-margin-top {
  margin-top: 1rem;
}
/*nva*/

#header .navbar {
  background-color: #3b86c6;
  width: 100%;
  /* margin-top: 15px; */
  margin-bottom: 0;
}

#header .nav {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1000 !important;
}

#header .nav h3 {
  font-size: 100%;
  font-weight: normal;
}

#header .nav .m {
  position: relative;
  float: left;
  display: block;
  text-align: center;
}

#header .nav h3 a {
  height: 70px;
  /* padding-left: 20px;
	padding-right: 20px; */
  zoom: 1;
  line-height: 70px;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.5s;
}

#header .nav li:hover h3 > a,
#header .nav h3 a:hover,
#header .nav h3 .current {
  color: #97c740;
}

#header .nav .sub {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  float: left;
  line-height: 28px;
  padding-top: 19px;
  padding-bottom: 0px;
  z-index: 1000 !important;
  background: #ffffff;
  z-index: 1000 !important;
  border-radius: 1px;
}

#header .nav .sub:before {
  display: block;
  content: "";
  position: relative;
  left: 0;
  top: -18px;
  width: 100%;
  height: 6px;
}

#header .nav .sub li {
  text-align: center;
}

#header .nav .sub li a {
  display: block;
  height: 36px;
  line-height: 36px;
  display: block;
  zoom: 1;
  color: #97c740;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5px;
}

#header .nav .sub li a:hover {
  background: #97c740;
  color: #fff;
}

/*#header .language img {
	width: 30px;
	height: 30px;
	margin-top: 20px;
	float: left
	}*/

#header .language span {
  float: right;
  margin-top: 3px;
}

/*banner*/

.banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.bannerimg {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.swiper-button-prev {
  opacity: 0;
  transition: 1s;
}

.swiper-button-next {
  opacity: 0;
  transition: 1s;
}

.banner:hover .swiper-button-prev {
  opacity: 1;
}

.banner:hover .swiper-button-next {
  opacity: 1;
}

.focusBox {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.focusBox .pic {
  position: relative;
  z-index: 0;
}

.focusBox .pic a,
.focusBox .pic li {
  width: 100%;
  height: 400px;
  display: block;
}

.focusBox .hd {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.focusBox .hd li {
  margin: 0 5px;
  height: 15px;
  overflow: hidden;
  width: 15px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #fff;
}

.focusBox .hd .on {
  background: #97c740;
}

/* Cases Grid Container */
.cases-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px auto 0;
  /* padding: 0 15px; */
}

.case-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-image {
  width: 100%;
  overflow: hidden;
}

.case-image img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.case-image img:hover {
  transform: scale(1.05);
}

.case-name {
  text-align: center;
  /* margin-top: 15px; */
}

.case-name a {
  display: block;
  /* line-height: 75px; */
  /* height: 75px; */
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* opacity: 0.5; */
  transition: opacity 1s;
  color: #000;
  text-decoration: none;
}

.case-name a:hover {
  opacity: 1;
  color: #97c740;
}

/*home*/

.home_surrogate {
  padding-top: 63px;
}

.mainbox_2g {
  margin-top: 62px;
  text-align: center;
  padding-bottom: 60px;
}

.mainbox_2g dl {
  display: inline-block;
  width: 190px;
}

.mainbox_2g dl dt {
  height: 89px;
  text-align: center;
}

.mainbox_2g dl dd {
  margin-top: 14px;
  text-align: center;
  color: #b98f67;
  font-size: 14px;
}

.mainbox_2g dl dd span {
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: url(/static/img/flow_dot1.html) left top no-repeat;
}

.home_case {
}

.scrollBox {
  width: 1280px;
  margin-left: -40px;
  position: relative;
  margin-top: 30px;
}

.scrollBox .piclist {
  overflow: hidden;
  zoom: 1;
}

.scrollBox .ohbox {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scrollBox {
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.scrollBox .piclist li {
  float: left;
  display: inline;
  width: 432px;
  margin-right: 15px;
}

.scrollBox .piclist li:hover img {
  width: 432px;
  height: 288px;
}

.scrollBox .piclist li span {
  height: 55px;
  line-height: 55px;
  color: #808080;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.scrollBox .piclist li:hover span {
  color: #af7f51;
}

.scrollBox .pageBtn span {
  display: block;
  width: 24px;
  height: 47px;
  position: absolute;
  top: 140px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
}

.scrollBox .pageBtn .prev {
  left: 26px;
  background: url(/static/img/btn_left.html) left top no-repeat;
}

.scrollBox .pageBtn .next {
  right: 26px;
  background: url(/static/img/btn_right.html) left top no-repeat;
}

.home_pro {
  background: #f4f3f5;
  padding-top: 58px;
  padding-bottom: 50px;
}

.proitem {
  float: left;
  margin-right: 10px;
  display: block;
  width: 400px;
  height: 250px;
  margin-bottom: 20px;
}

.prolist {
  width: 105%;
}

.proitem dl {
  width: 400px;
  height: 250px;
  position: relative;
}

.proitem dl dt img {
  width: 400px;
  height: 250px;
}

.proitem dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.proitem dl dd h3 {
  margin-top: 110px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "微软雅黑";
}

.proitem dl:hover dd {
  display: block;
}

.proitem:nth-of-type(1) dl {
  width: 413px;
  height: 250px;
}

.proitem:nth-of-type(1) dl dt img {
  width: 412px;
  height: 250px;
}

.home_product {
  padding-bottom: 40px;
}

.productlist {
  width: 105%;
}

.productitem {
  float: left;
  margin-right: 20px;
  display: block;
  width: 413px;
  height: 250px;
  margin-bottom: 23px;
}

.productitem dl {
  width: 413px;
  height: 250px;
  position: relative;
}

.productitem dl dt img {
  width: 413px;
  height: 250px;
}

.productitem dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.productitem dl dd h3 {
  margin-top: 110px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Î¢ÈíÑÅºÚ";
}

.productitem dl:hover dd {
  display: block;
}

.productlist .productitem:nth-of-type(2) {
  width: 446px;
}

.productlist .productitem:nth-of-type(2) dl {
  width: 446px;
}

.productlist .productitem:nth-of-type(2) dt img {
  width: 446px;
}

.productlist .productitem:nth-of-type(2) dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.productlist .productitem:nth-of-type(2) dl:hover dd {
  display: block;
}

.productlist .productitem:nth-of-type(3) {
  width: 754px;
}

.productlist .productitem:nth-of-type(3) dl {
  width: 754px;
}

.productlist .productitem:nth-of-type(3) dt img {
  width: 754px;
}

.productlist .productitem:nth-of-type(4) {
  width: 600px;
}

.productlist .productitem:nth-of-type(4) dl {
  width: 600px;
}

.productlist .productitem:nth-of-type(4) dt img {
  width: 600px;
}

.productlist .productitem:nth-of-type(5) {
  width: 600px;
}

.productlist .productitem:nth-of-type(5) dl {
  width: 600px;
}

.productlist .productitem:nth-of-type(5) dt img {
  width: 600px;
}

.home_science {
  padding-bottom: 40px;
}

.sciencelist {
  width: 105%;
}

.scienceitem {
  float: left;
  margin-right: 20px;
  display: block;
  width: 396px;
  height: 300px;
  margin-bottom: 23px;
}

.scienceitem dl {
  width: 413px;
  height: 300px;
  position: relative;
}

.scienceitem dl dt img {
  width: 413px;
  height: 300px;
}

.scienceitem dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.scienceitem dl dd h3 {
  margin-top: 110px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Î¢ÈíÑÅºÚ";
}

.scienceitem dl:hover dd {
  display: block;
}

.sciencelist .scienceitem:nth-of-type(2) {
  width: 446px;
}

.sciencelist .scienceitem:nth-of-type(2) dl {
  width: 446px;
}

.sciencelist .scienceitem:nth-of-type(2) dt img {
  width: 446px;
}

.sciencelist .scienceitem:nth-of-type(2) dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sciencelist .scienceitem:nth-of-type(2) dl:hover dd {
  display: block;
}

.sciencelist .scienceitem:nth-of-type(3) {
  width: 754px;
}

.sciencelist .scienceitem:nth-of-type(3) dl {
  width: 754px;
}

.sciencelist .scienceitem:nth-of-type(3) dt img {
  width: 754px;
}

.sciencelist .scienceitem:nth-of-type(4) {
  width: 600px;
}

.sciencelist .scienceitem:nth-of-type(4) dl {
  width: 600px;
}

.sciencelist .scienceitem:nth-of-type(4) dt img {
  width: 600px;
}

.sciencelist .scienceitem:nth-of-type(5) {
  width: 600px;
}

.sciencelist .scienceitem:nth-of-type(5) dl {
  width: 600px;
}

.sciencelist .scienceitem:nth-of-type(5) dt img {
  width: 600px;
}

.home_solute {
  padding-bottom: 25px;
}

.solutelist {
  /* width: 105%; */
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.soluteitem {
  margin-right: 20px;
  display: block;
  width: 600px;
  height: 385px;
  margin-bottom: 23px;
}

.soluteitem dl {
  width: 600px;
  height: 385px;
  position: relative;
}

.soluteitem dl dt img {
  width: 600px;
  height: 385px;
}

.soluteitem dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.soluteitem dl dd h3 {
  margin-top: 110px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Î¢ÈíÑÅºÚ";
}

.soluteitem dl:hover dd {
  display: block;
}

.soluteitem1 {
  margin-right: 20px;
  display: block;
  width: 393px;
  height: 250px;
  margin-bottom: 23px;
  float: left;
  box-shadow: 2px 2px 2px 2px #cccccc;
  margin-top: 2%;
}

.soluteitem1 dl {
  width: 393px;
  height: 250px;
  position: relative;
}

.soluteitem1 dl dt img {
  width: 393px;
  height: 250px;
  transition: all 1s ease 0s;
}

.soluteitem1 dl dt {
  overflow: hidden;
}

.soluteitem1 dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.soluteitem1 dl dd h3 {
  margin-top: 110px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "微软雅黑";
}

.soluteitem1 dl dt img:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

.soluteitem2 {
  margin-top: 2%;
  margin-right: 20px;
  display: block;
  width: 393px;
  height: 252px;
  margin-bottom: 23px;
  float: left;
  box-shadow: 1px 1px 1px 1px #cccccc;
  transition: 1s;
}

.soluteitem2:hover {
  transform: translateY(-10px);
}

.soluteitem2 dl {
  width: 393px;
  height: 252px;
  position: relative;
}

.soluteitem2 dl dt img {
  width: 393px;
  height: 252px;
}

.soluteitem2 dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.soluteitem2 dl dd h3 {
  margin-top: 110px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: px;
  font-weight: bold;
  font-family: "微软雅黑";
}

.home_news {
  /* padding-bottom: 60px; */
}

.newsone {
  width: 540px;
  margin-left: 6%;
}

.newsone dl {
  position: relative;
  height: 232px;
  margin-bottom: 20px;
  position: relative;
}

.newsone dl dt {
  width: 211px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
}

.newsone dl dt img {
  width: 553px;
  height: auto;
}

.newsone dl dd {
  padding-left: 237px;
}

.newsone dl dd h3 {
  height: 55px;
  line-height: 55px;
}

.newsone dl dd .yefw_title {
  width: 100%;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #222222;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newsone dl dd .yefw_info {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  height: 64px;
  margin-top: 30px;
}

.newsone dl dd .yefw_more {
  display: block;
  margin-top: 55px;
}

.newsone dl dd .yefw_more img {
  width: 23px;
  height: 23px;
}

.newsone dl:hover dd .yefw_title {
  color: #97c740;
}

.newslist {
  width: 522px;
  margin-right: 3%;
}

.newslist dl {
  margin-bottom: 5px;
  padding: 14px;
}

.newslist dl dt {
  width: 62px;
  height: 20px;
  padding-left: 10px;
}

.newslist dl dt p {
  color: #353537;
  font-size: 27px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.newslist dl dt span {
  color: #353537;
  font-size: 19px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
}

.newslist dl dd {
  width: 395px;
  height: 25px;
  overflow: hidden;
}

.newslist dl dd a {
  display: block;
  color: #767676;
  font-size: 14px;
  line-height: 20px;
}

.newslist dl:hover {
  box-shadow: 0 2px 14px #dcdcdc;
}

.main {
  margin-top: 40px;
}

.mainbox {
  width: 918px;
}

.mart30 {
  margin-top: 30px;
}

/*--ÏêÏ¸--*/

.showabout {
  text-align: center;
}
.showabout p {
  line-height: 200%;
  letter-spacing: 2px;
  text-align: justify;
  text-indent: 2.5em;
  margin: 10px 0;
  font-weight: normal;
  font-size: 14px;
}
.showabout span {
  color: #5e5e5e;
  font-size: 14px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
}

.showabout .author {
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
}

.showabout .author:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #5e5e5e;
  position: absolute;
  left: 0;
  top: 10px;
}

.showabout .author:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #5e5e5e;
  position: absolute;
  right: 0;
  top: 10px;
}

.showabout .time2 {
  padding-left: 27px;
  padding-right: 20px;
  background: url(/static/img/dot2.png) left center no-repeat;
}

.showabout .views {
  padding-left: 35px;
  background: url(/static/img/dot4.png) 10px center no-repeat;
}

.mainbox_2 {
  padding-bottom: 60px;
  color: #5e5e5e;
  line-height: 26px;
  font-size: 14px;
  padding-top: 30px;
}

.aboutbox1 {
  width: 100%;
  margin-top: -2px;
  background: #efefef url(/static/img/aboutbg1.html) center top repeat-y;
  min-height: 725px;
}

.aboutmianbox {
}

.aboutmian {
}

.aboutbox_about {
  padding-left: 75px;
  width: 572px;
}

.aboutlogo {
  margin-top: 97px;
}

.aboutcon {
  color: #606060;
  font-size: 16px;
  line-height: 35px;
  margin-top: 105px;
  position: relative;
}

.aboutcon:before {
  content: "";
  width: 21px;
  height: 18px;
  background: url(/static/img/dot4.png) no-repeat;
  position: absolute;
  left: -21px;
  top: -40px;
}

.aboutcon:after {
  content: "";
  width: 21px;
  height: 18px;
  background: url(/static/img/dot5.html) no-repeat;
  position: absolute;
  right: -21px;
  bottom: -40px;
}

.ourcustomer {
  width: 478px;
  margin-top: 83px;
}

.aboutcustomer2 {
  margin-top: 25px;
}

.aboutcustomer2 dl {
  display: block;
  width: 33.333%;
  float: left;
  text-align: center;
}

.aboutcustomer2 dl dt {
  font-family: Impact, Arial, sans-serif;
  font-size: 50px;
  color: #ffffff;
}

.aboutcustomer2 dl dd {
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.aboutbox2 {
  width: 100%;
  background: url(/static/img/aboutbg2.html) center top no-repeat;
  height: 655px;
  padding-top: 72px;
}

.servicebox {
  width: 680px;
  height: 523px;
  background: url(/static/img/zhezhao2.html);
  margin-left: 75px;
}

.servicebox h3 {
  padding-left: 63px;
  padding-top: 100px;
  color: #333333;
  font-size: 25px;
}

.servicebox ul {
  padding-left: 63px;
  padding-top: 20px;
}

.servicebox ul li {
  margin-bottom: 30px;
  width: 440px;
  background: url(/static/img/dot6.html) left 10px no-repeat;
  padding-left: 15px;
  color: #606060;
  font-size: 16px;
  line-height: 24px;
}

.mart42 {
  margin-top: 5px;
}

.mainbox_2a {
  width: 15rem;
  margin-top: 40px;
}

.mainbox_2a dl dt {
  overflow: hidden;
}
.mainbox_2a dl {
  width: 280px;
  margin-bottom: 35px;
  margin-right: 0.1rem;
  float: left;
}

.mainbox_2a dl dt,
.mainbox_2a dl dt img {
  width: 100%;
  height: 373.3px;
  transition: all 1s ease 0s;
}

.mainbox_2a dl dt img:hover {
}

.mainbox_2a dl dd {
  text-align: center;
}

.mainbox_2a dl dd a {
  display: block;
  line-height: 75px;
  height: 75px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.5;
  transition: 1s;
  font-size: 16px;
}

.mainbox_2a:hover > dl > dd > a {
  opacity: 1;
}

.mainbox_2a dl dd a:hover {
  color: #97c740;
}

.mainbox_2e {
  width: 105%;
  margin-top: 53px;
  text-align: center;
}

.mainbox_2e dl {
  width: 535px;
  height: 357px;
  position: relative;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.mainbox_2e dl dt,
.mainbox_2e dl dt img {
  width: 535px;
  height: 357px;
}

.mainbox_2e dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  width: 535px;
  height: 357px;
  position: absolute;
  left: 0;
  top: 0;
}

.mainbox_2e dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.mainbox_2e dl dd a:hover {
  color: #af7f51;
}

.mainbox_2e dl dd h3,
.mainbox_2e dl dd .info,
.mainbox_2e dl dd .num {
  margin-left: 84px;
  margin-right: 84px;
}

.mainbox_2e dl dd h3 {
  text-align: left;
  margin-top: 44px;
  height: 46px;
  line-height: 46px;
  color: #000000;
  font-size: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mainbox_2e dl dd .info {
  text-align: left;
  margin-top: 30px;
  color: #323232;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}

.mainbox_2e dl dd .num {
  background: #b48152;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 27px;
  height: 59px;
  line-height: 59px;
  border: 1px solid #d5ab8a;
}

.solutionbox {
  margin-top: 35px;
}

.solutionon1 {
  width: 835px;
}

.solutionon1 dl {
  width: 835px;
  margin-bottom: 21px;
}

.solutionon1 dl dt,
.solutionon1 dl dt img {
  width: 835px;
  height: 572px;
}

.solutionon1 dl dd a {
  color: #000000;
  font-size: 14px;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.solutionon1 dl dd a:hover {
  color: #97c740;
}

.solutionon2 {
  width: 380px;
}

.solutionon2 dl {
  width: 380px;
  margin-bottom: 26px;
}

.solutionon2 dl dt,
.solutionon2 dl dt img {
  width: 380px;
  height: 244px;
  transition: all 1s ease 0s;
}

.solutionon2 dl dt {
  overflow: hidden;
}

.solutionon2 dl dd a {
  color: #000000;
  font-size: 14px;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.solutionon2 dl dd a:hover {
  color: #97c740;
}

.solutionon2 dl dt img:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

.mainbox_2i {
  width: 105%;
}

.mainbox_2i dl {
  width: 380px;
  margin-bottom: 26px;
  margin-right: 42px;
  float: left;
  box-shadow: 1px 1px 1px 1px #cccccc;
  margin-top: 2%;
  transition: 0.5s;
  border-radius: 5%;
}

.mainbox_2i dl:hover {
  transform: translateY(-10px);
}

.mainbox_2i dl dt {
  overflow: hidden;
}

.mainbox_2i dl dt {
  box-shadow: 2px 2px 2px 2px #cccccc;
  width: 380px;
  height: 244px;
}

.mainbox_2i dl dt img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.mainbox_2i dl dd a {
  color: #000000;
  font-size: 14px;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mainbox_2i dl dd a:hover {
  color: #97c740;
}

.search {
  margin-top: 20px;
  width: 131px;
  height: 32px;
  background: url(/static/img/search.png) left top no-repeat;
}

.search input {
  border: none;
  display: inline-block;
}

.text_box {
  padding-left: 10px;
  width: 89px;
  width: 79px;
  height: 32px;
  color: #888888;
  line-height: 32px;
  font-family: "Î¢ÈíÑÅºÚ";
  font-size: 12px;
  font-weight: normal;
  float: left;
  border: none;
  background: none;
}

.s_but {
  width: 32px;
  height: 32px;
  cursor: pointer;
  float: right;
  border: none;
  background: none;
}

.mainbox_2b {
  width: 100%;
  margin-top: 35px;
}

.mainbox_2b dl {
  position: relative;
  height: 232px;
  margin-bottom: 20px;
  animation: op 1s;
  box-shadow: 0 2px 14px #dcdcdc;
  transition: all 1s;
}

.mainbox_2b dl:hover {
  transform: translateY(-5px);
  box-shadow: 1px 1px 1px 1px #cccccc;
}

.mainbox_2b dl dt {
  width: 212px;
  height: 232px;
  position: absolute;
  left: 6px;
  top: 6px;
}
/*553 309*/
.mainbox_2b dl dt img {
  width: 364px;
  height: 220px;
}

.mainbox_2b dl dd {
  padding-left: 400px;
  padding-right: 6px;
}

.mainbox_2b dl dd h3 {
  height: 55px;
  line-height: 55px;
}

.mainbox_2b dl dd .yefw_title {
  width: 80%;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #222222;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mainbox_2b dl dd .yefw_info {
  color: #606060;
  font-size: 14px;
  line-height: 25px;
  height: 60px;
  margin-top: 30px;
}

.mainbox_2b dl dd .yefw_time {
  line-height: 55px;
  color: #606060;
  font-size: 14px;
}

.mainbox_2b dl dd .yefw_more {
  display: block;
  margin-top: 55px;
}

.mainbox_2b dl dd .yefw_more img {
  width: 23px;
  height: 23px;
}

.mainbox_2b dl:hover dd .yefw_title {
  color: #97c740;
}

.protocol_title {
  color: #606060;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}

.protocol_list {
  margin: 0;
  padding: 0;
}

.protocol_list li {
  list-style: inside decimal;
  color: #606060;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
}

.downcat {
  padding-top: 23px;
  padding-bottom: 23px;
  background: #f7f7f7;
}

.downcat a {
  display: block;
  float: left;
  color: #333333;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding-left: 62px;
  padding-right: 62px;
  background: #fff;
  margin: 0;
  transition: 0.5s;
}

.downcat a:hover,
.downcat .current {
  background: #97c740;
  color: #fff;
}

.mainbox_2h {
  margin-top: 40px;
}

.mainbox_2h ul {
  margin: 0;
  padding: 0;
}

.mainbox_2h ul li {
  display: block;
  height: 27px;
  line-height: 27px;
  margin-bottom: 30px;
}

.mainbox_2h ul li .title {
  width: 730px;
  line-height: 27px;
  height: 27px;
  padding-left: 53px;
  background: url(/static/img/dot3.png) 26px 8px no-repeat;
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mainbox_2h ul li .time {
  line-height: 27px;
  color: #333333;
  font-size: 14px;
  margin-left: 30px;
}

.mainbox_2h ul li .btn_down {
  display: block;
  width: 55px;
  height: 27px;
  background: url(/static/img/icon_download1.png) left top no-repeat;
}

.mainbox_2h ul li .btn_down:hover {
  background: url(/static/img/icon_download2.png) left top no-repeat;
}

.mainbox_2j {
  margin-top: 45px;
  margin-bottom: 80px;
}

.mainbox_2j dl {
  width: 395px;
  min-height: 437px;
  border: 1px solid #afafaf;
  float: left;
  margin-right: 15px;
}

.mainbox_2j dl dt {
  margin-top: 110px;
  margin-left: 44px;
  margin-right: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #606060;
  line-height: 65px;
}

.mainbox_2j dl dd {
  margin-top: 10px;
  margin-left: 44px;
  margin-right: 44px;
  padding-left: 40px;
  min-height: 40px;
  line-height: 20px;
  color: #606060;
  font-size: 14px;
  margin-bottom: 15px;
}

.mainbox_2j dl .icon_add1 {
  background: url(/static/img/icon_add2.png) left top no-repeat;
}

.mainbox_2j dl .icon_tel1 {
  background: url(/static/img/icon_tel2.png) left top no-repeat;
  line-height: 30px;
}

.mainbox_2j dl .icon_email1 {
  background: url(/static/img/icon_email2.png) left top no-repeat;
}

.mainbox_2j dl:hover {
  box-shadow: 0 2px 14px #dcdcdc;
  border: 1px solid #fff;
}

.formbox {
  width: 100%;
  height: auto;
  background: url(/static/img/formbg.jpg) top center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 92px;
}

.myform {
  width: 835px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 92px;
}

.message {
  margin-top: 50px;
}

.field {
  margin-bottom: 18px;
}

.control-label {
  height: 46px;
  line-height: 46px;
  float: left;
  width: 95px;
  color: #ffffff;
  font-size: 14px;
}

.form-control {
  color: #999;
  height: 46px;
  line-height: 46px;
  width: 630px;
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #bbb5cb;
  background: none;
}

.radiobox {
  width: 900px;
  line-height: 46px;
  color: #ffffff;
  font-size: 18px;
  padding-left: 95px;
}

.myradio {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.radiobox input {
}

.field2 {
  margin-bottom: 18px;
}

.btn_submit {
  background: #fff;
  margin-top: 18px;
  cursor: pointer;
  display: block;
  width: 210px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #353537;
  font-size: 14px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.btn_submit:hover {
  color: #fff;
  background: #97c740;
}

.abstractbox {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f6f6f6;
}

.abstractimg {
  width: 578px;
  height: 586px;
  transition: 1s;
  animation: op 2s;
}

.abstractimg:hover {
  box-shadow: 1px 1px 1px 1px #cccccc;
}

.abstractimg img {
  width: 100%;
  height: 100%;
}

.abstractcon {
  width: 583px;
  margin-right: 30px;
  padding-top: 25px;
  animation: op 2s;
  padding: 1% 5% 5% 5%;
}

.abstractword {
  font-size: 14px;
  line-height: 26px;
  color: #5f5f5f;
  padding-top: 40px;
  animation: op 2s;
  margin-top: 1%;
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.culturebox {
  padding-top: 81px;
  padding-bottom: 81px;
  background: #fff;
}

.culturecon {
  width: 580px;
  padding-top: 33px;
}

.cultureword {
  font-size: 14px;
  line-height: 26px;
  color: #5f5f5f;
  padding-top: 40px;
}

.cultureimg {
  width: 578px;
  height: 585px;
  transition: 0.5s;
}

.cultureimg:hover {
  box-shadow: 1px 1px 1px 1px #cccccc;
}

.cultureimg img {
  width: 100%;
  height: 100%;
}

.partnerbox {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f6f6f6;
}

.partnerlist {
  background: #fff;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.partnerlist .brandimg {
  display: inline-block;
  width: 437px;
  height: 215px;
  margin-left: 71px;
  margin-right: 71px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px 1px #cccccc;
  text-align: center;
  border-radius: 10%;
  transition: 1s;
}

.brandimg:hover {
  transform: translateY(-10px);
}

.partnerlist img {
  width: 366px;
  height: 129px;
}

.partnerlist .brandimg p {
  margin-top: 15px;
  color: #7d7d7d;
  font-size: 14px;
}

.jobbox {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
}

.jobitemlist {
  padding-top: 50px;
  width: 105%;
}

.jobitem {
  box-shadow: 0 2px 14px #dcdcdc;
  margin-bottom: 38px;
  width: 595px !important;
  min-height: 415px;
  margin-right: 30px;
  transition: 1s;
}

.jobitem:hover {
  transform: translateY(-10px);
}

.jobitem h3 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 18px;
}

.jobcon {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  line-height: 35px;
  color: #7d7d7d;
  font-size: 14px;
}

/*footer开始*/

footer {
  width: 100%;
  height: 450px;
  background: #16161c;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  position: relative;
}
footer a {
  color: white;
  font-size: 16px;
  transition: 1s;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

footer ul {
  float: left;
  margin-left: 8%;
  margin-top: 8%;
  /*    border: 1px solid #cccc;
	width: 20%;*/
}

footer li {
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin-top: 1%;
  font-size: 16px;
}

footer li:nth-child(1) {
  margin-bottom: 10%;
}

footer strong {
  color: white;
  font-size: 20px;
  font-family: "微软雅黑";
}

.footer_logo {
  width: 150px;
  /* height: 2rem; */
  position: absolute;
  left: 10%;
  top: 25%;
}

.footer_logo > img {
  width: 80%;
  height: 80%;
}

.footer_logo1 {
  width: 150px;
  /* height: 2rem; */
  position: absolute;
  left: 28%;
  top: 25%;
}

.footer_logo1 > img {
  width: 80%;
  height: 80%;
}

.end {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  margin-left: 40%;
  position: absolute;
}

.end p {
  color: white;
  position: absolute;
}

.beian {
  position: absolute;
  color: white;
  width: 100%;
  height: 15%;
  bottom: 0%;
  background: #191a21;
  box-shadow: 0 0 -1px 0 #191a21;
  overflow: hidden;
}

.ba_text {
  position: absolute;
  right: 15%;
  top: 30%;
}

#about li:nth-child(1) {
  margin-bottom: 4%;
}

/*footer结束*/

.qq_onService_panel i,
.qq_onService_panel em {
  font-style: normal;
}

.function_list li {
  position: relative;
}

.qq_onService_panel .sidebar2_Mo {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -179px;
  z-index: 10000;
}

.qq_onService_panel .sidebar2_list {
  width: 50px;
  margin-bottom: 10px;
  position: relative;
  right: 0;
}

.qq_onService_panel .sidebar2_listT,
.qq_onService_panel .sidebar2_listB {
  background-repeat: no-repeat;
  padding-left: 7px;
}

.qq_onService_panel .sidebar2_listT {
  background-position: left top;
}

.qq_onService_panel .sidebar2_listB {
  background-position: left bottom;
}

.qq_onService_panel .list_c {
  height: 7px;
}

.qq_onService_panel .ie_w {
  *width: 43px;
}

.qq_onService_panel .sidebar2_listC {
  text-align: center;
}

.qq_onService_panel .sidebar2_listC .prev_btn,
.qq_onService_panel .sidebar2_listC .next_btn {
  display: inline-block;
}

.qq_onService_panel .sidebar2_listC .prev_btn {
  margin-bottom: 10px;
}

.qq_onService_panel .function_list .list {
  text-align: center;
  height: 40px;
  width: auto;
  padding: 0;
  border: 0;
  overflow: inherit;
  margin-bottom: 10px;
  position: relative;
}

.qq_onService_panel .function_list .list a {
  display: inline-block;
}

.qq_onService_panel .list .tel_icon,
.qq_onService_panel .list .qq_icon,
.qq_onService_panel .list .wx_icon,
.qq_onService_panel .list .edit_icon,
.qq_onService_panel .list .mail_icon,
.qq_onService_panel .list .map_icon {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 7px;
  width: 100%;
  z-index: 2;
}

.qq_onService_panel .list .tel_icon {
  background-image: url("/static/img/tel_icon.png");
  width: 26px;
  height: 26px;
}

.qq_onService_panel .list:hover .tel_icon {
  background-image: url("/static/img/tel_icon_h.png");
}

.qq_onService_panel .list .qq_icon {
  background-image: url("/static/img/qq_icon.png");
  width: 25px;
  height: 25px;
}

.qq_onService_panel .list:hover .qq_icon {
  background-image: url("/static/img/qq_icon_h.png");
}

.qq_onService_panel .list .wx_icon {
  background-image: url("/static/img/wx_icon.png");
  width: 30px;
  height: 23px;
}

.qq_onService_panel .list:hover .wx_icon {
  background-image: url("/static/img/wx_icon_h.png");
}

.qq_onService_panel .list .edit_icon {
  background-image: url("/static/img/edit_icon.png");
  width: 25px;
  height: 25px;
}

.qq_onService_panel .list:hover .edit_icon {
  background-image: url("/static/img/edit_icon_h.png");
}

.qq_onService_panel .list .mail_icon {
  background-image: url("/static/img/mail_icon.png");
  width: 26px;
  height: 25px;
}

.qq_onService_panel .list:hover .mail_icon {
  background-image: url("/static/img/mail_icon_h.png");
}

.qq_onService_panel .list .map_icon {
  background-image: url("/static/img/qq_icon.png");
  width: 26px;
  height: 25px;
}

.qq_onService_panel .list:hover .map_icon {
  background-image: url("/static/img/qq_icon_h.png");
}

.qq_onService_panel .sidebar2_state {
  text-align: center;
}

.qq_onService_panel .sidebar2_state a {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.qq_onService_panel .lxwm_tel {
  width: 178px;
  position: absolute;
  right: -178px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.qq_onService_panel .lxwm_c .lxwm_tit {
  padding: 0 20px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.qq_onService_panel .lxwm_c .lxwm_list {
  padding: 20px 20px 1px;
}

.qq_onService_panel .lxwm_c .lxwm_list li {
  background: url("/static/img/tel_border.png") no-repeat;
  margin-bottom: 20px;
  width: 139px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

/* ÁªÏµ·½Ê½ */

.qq_onService_panel .lxfs_qq {
  width: 200px;
  overflow: hidden;
  position: absolute;
  right: -200px;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.qq_onService_panel .lxfs_c {
  width: 217px;
  overflow: hidden;
}

.qq_onService_panel .lxfs_list {
  padding: 20px 15px 0 0;
  min-height: 107px;
}

.qq_onService_panel .lxfs_list li {
  margin-bottom: 20px;
}

.qq_onService_panel .lxfs_list li em {
  display: block;
  float: left;
  text-align: right;
  width: 77px;
  overflow: hidden;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

.qq_onService_panel .lxfs_list li a {
  width: 102px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.qq_onService_panel .wx_scan {
  width: 200px;
  position: absolute;
  right: -200px;
  top: -80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.qq_onService_panel .wx_scan_c {
  text-align: center;
  padding-top: 15px;
}

.qq_onService_panel .wx_scan_c .pic {
  margin-bottom: 5px;
  display: block;
}

.qq_onService_panel .wx_scan_c p {
  padding-bottom: 10px;
}

.qq_onService_panel .explain_text {
  width: 106px;
  position: absolute;
  right: -106px;
  top: -2px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.qq_onService_panel .explain_c a {
  font-size: 16px;
  padding: 5px 0;
}

.qq_onService_panel .sidebar2_listT,
.qq_onService_panel .sidebar2_listB {
  background-image: url("/static/img/botder_img.png");
}

.qq_onService_panel .list_c,
.qq_onService_panel .alt_bg,
.sidebar2_listC {
  background: #c1bfc0;
}

.qq_onService_panel .sidebar2_state a {
  background-image: url("/static/img/hide_btn.png");
}

.qq_onService_panel .sidebar2_state a.cur {
  background-image: url("/static/img/show_btn.png");
}

.qq_onService_panel .lxwm_c .lxwm_tit {
  color: #eee;
  border-bottom-color: #cfcdce;
}

.qq_onService_panel .lxwm_c .lxwm_list li {
  color: #fff;
}

.qq_onService_panel .lxfs_list li {
  color: #fff;
}

.qq_onService_panel .lxfs_list li a {
  background: url("/static/img/qq_btn.png");
}

.qq_onService_panel .explain_c a {
  color: #fff;
}

.qq_onService_panel .wx_scan_c p {
  color: #fff;
}

.lan1 {
  text-align: left;
  border-bottom: 2px solid #0056a1;
}

.lan1 a {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  color: #353537;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.lan1 a.active {
  color: #0056a1;
  /* border-bottom: 2px solid #0056a1; */
  background-color: #0056a1;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
}

.lan1 a:hover {
  color: #0056a1;
}

/* 新闻筛选器样式 */
.filter-form {
  background-color: #f8f9fa;
  border-radius: 5px;
}
.filter-section {
  /* margin: 20px 0; */
  padding: 15px;
  /* background-color: #f8f9fa; */

  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-section .filter-label {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
  min-width: fit-content;
}

.filter-section .filter-items {
  flex: 1;
}

.filter-section a {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.filter-section a.active {
  background-color: #0056a1;
  color: #fff;
  border-color: #0056a1;
  font-weight: bold;
}

.filter-section a:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.filter-section a.active:hover {
	background-color: #004380;
}

/* 搜索表单样式 */
.search-form {
	display: flex;
	gap: 10px;
	align-items: center;
}

.search-form input[type="text"] {
	padding: 8px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	font-size: 14px;
	width: 250px;
	transition: all 0.3s ease;
}

.search-form input[type="text"]:focus {
	outline: none;
	border-color: #0056a1;
	box-shadow: 0 0 0 2px rgba(0, 86, 161, 0.2);
}

.search-form input[type="submit"] {
	padding: 8px 20px;
	background-color: #0056a1;
	color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.search-form input[type="submit"]:hover {
	background-color: #004380;
}

.lan1 h3 {
  color: #353537;
  font-size: 28px;
  font-weight: normal;
  padding-left: 4px;
}

.lan1 h3 span {
  color: #a8a8a8;
  font-size: 28px;
  font-weight: normal;
  margin-left: 22px;
}

.lan2 {
  text-align: center;
}

.lan2 h3 {
  height: 61px;
  line-height: 61px;
  color: #ffffff;
  font-size: 48px;
  font-weight: normal;
}

.lan2 p {
  line-height: 42px;
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
}

.nextarticle {
  color: #333333;
  font-size: 20px;
  height: 82px;
  line-height: 82px;
  border-bottom: 1px solid #ececec;
}

.mart30 {
  margin-top: 30px;
}

.paddbottom {
  padding-bottom: 50px;
}

.lan3 {
  height: 87px;
  line-height: 87px;
}

.lan3 h3 {
  color: #353537;
  font-size: 48px;
  font-weight: normal;
}

.lan3 h3 span {
  color: #a8a8a8;
  font-size: 28px;
  font-weight: normal;
  margin-left: 22px;
}

.lan3 a {
  color: #353537;
  font-size: 14px;
  background: url(/static/img/dot2.png) right center no-repeat;
  padding-right: 20px;
}

.lan4 {
  height: 63px;
  line-height: 63px;
}

.lan4 h3 {
  color: #000000;
  font-size: 26px;
  font-weight: normal;
}

.lan4 .more {
  color: #3d3e3e;
  font-size: 15px;
}

.lan4 .more:hover {
  color: #b48152;
}

.lan5 {
  width: 807px;
  padding-top: 33px;
  overflow: hidden;
}
.lan100 {
  width: 100%;
  padding-top: 33px;
  overflow: hidden;
  text-align: center;
}
.lan100 h3 {
  margin-bottom: 2%;
  font-weight: 600;
  color: #353537;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.lan100 h3 span {
  color: #a8a8a8;
  font-size: 16px;
  font-weight: normal;
  margin-left: 22px;
}

.lan100 a {
  margin-top: 1%;
  display: block;
  color: black;
  font-size: 14px;
  background: url(/static/img/dot2.png) 200px center no-repeat;
}
.lan101 {
  width: 100%;
  padding-top: 33px;
  overflow: hidden;
  text-align: center;
}
.lan101 h3 {
  margin-bottom: 2%;
  font-weight: normal;
  color: #353537;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
}

.lan101 h3 span {
  color: #a8a8a8;
  font-size: 28px;
  font-weight: normal;
  margin-left: 22px;
}

.lan101 a {
  margin-top: 1%;
  display: block;
  color: black;
  font-size: 14px;
  background: url(/static/img/dot2.png) 100px center no-repeat;
}

.lan5 h3 {
  margin-bottom: 5%;
  font-weight: normal;
  color: #353537;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
}

.lan5 h3 span {
  color: #a8a8a8;
  font-size: 28px;
  font-weight: normal;
  margin-left: 22px;
}

.lan5 a {
  margin-top: 2%;
  display: block;
  color: black;
  font-size: 14px;
  background: url(/static/img/dot2.png) 80px center no-repeat;
}

.lan6 {
  width: 100%;
  background: #f3f3f4;
  padding-top: 23px;
  padding-bottom: 23px;
}

.lan7 {
  line-height: 46px;
  margin-bottom: 2%;
}

.lan7 h3 {
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.lan8 {
  height: 81px;
  line-height: 81px;
  background: url(/static/img/xian5.png) left bottom no-repeat;
}

.lan8 h3 {
  font-size: 22px;
  color: #353537;
}

.lan8 h3 span {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: normal;
  margin-left: 13px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin-bottom: 60px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.disabled > span {
  font-size: 14px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #97c740;
  border-color: #97c740;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #97c740;
  border-color: #97c740;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.mainbox_2j {
  width: 102%;
}

.productlist .productitem2 {
  width: 446px;
}

.productlist .productitem2 dl {
  width: 446px;
}

.productlist .productitem2 dt img {
  width: 446px;
}

.productlist .productitem2 dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.productlist .productitem2 dl:hover dd {
  /* display: block; */
}

.productlist .productitem3 {
  width: 754px;
}

.productlist .productitem3 dl {
  width: 754px;
}

.productlist .productitem3 dt img {
  width: 754px;
}

.productlist .productitem4 {
  width: 600px;
}

.productlist .productitem4 dl {
  width: 600px;
}

.productlist .productitem4 dt img {
  width: 600px;
}

.productlist .productitem5 {
  width: 600px;
}

.productlist .productitem5 dl {
  width: 600px;
}

.productlist .productitem5 dt img {
  width: 600px;
}

.sciencelist .scienceitem2 {
  width: 446px;
}

.sciencelist .scienceitem2 dl {
  width: 446px;
}

.sciencelist .scienceitem2 dt img {
  width: 446px;
}

.sciencelist .scienceitem2 dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sciencelist .scienceitem2 dl:hover dd {
}

.sciencelist .scienceitem3 {
  width: 754px;
}

.sciencelist .scienceitem3 dl {
  width: 754px;
}

.sciencelist .scienceitem3 dt img {
  width: 754px;
}

.sciencelist .scienceitem4 {
  width: 600px;
}

.sciencelist .scienceitem4 dl {
  width: 600px;
}

.sciencelist .scienceitem4 dt img {
  width: 600px;
}

.sciencelist .scienceitem5 {
  width: 600px;
}

.sciencelist .scienceitem5 dl {
  width: 600px;
}

.solutelist .soluteitem2 dt {
  overflow: hidden;
}

.sciencelist .scienceitem5 dt img {
  width: 600px;
}

.solutelist .soluteitem2 {
  width: 260px;
  height: 373.3px;
  overflow: hidden;
  /* margin-left:4.6%; */
}

.solutelist .soluteitem2 dl {
  width: 280px;
  height: 373.3px;
}

.solutelist .soluteitem2 dt img {
  width: 100%;
  height: 100%;
  transition: all 1s ease 0s;
}

.solutelist .soluteitem2 dt img:hover {
}

@keyframes imghover {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.solutelist .soluteitem2 dl dd {
  display: none;
  background: url(/static/img/zhezhao.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.solutelist .soluteitem2 dl:hover dd {
  /* display: block; */
}

.solutelist .soluteitem3 {
  width: 393px;
  height: 250px;
}

.solutelist .soluteitem3 dl {
  width: 393px;
  height: 250px;
}

.solutelist .soluteitem3 dt img {
  width: 393px;
  height: 250px;
}

.solutelist .soluteitem4 {
  width: 393px;
  height: 250px;
}

.solutelist .soluteitem4 dl {
  width: 393px;
  height: 250px;
}

.solutelist .soluteitem4 dt img {
  width: 393px;
  height: 250px;
}

.solutelist .soluteitem5 {
  width: 600px;
}

.solutelist .soluteitem5 dl {
  width: 600px;
}

.solutelist .soluteitem5 dt img {
  width: 600px;
}

.solutelist .soluteitem6 {
  width: 600px;
}

.solutelist .soluteitem6 dl {
  width: 600px;
}

.solutelist .soluteitem6 dt img {
  width: 600px;
}

.newslist dl {
  border: 1px solid #fff;
}

.hover1 {
  border: 1px solid #ddd !important;
}

.hover2 {
  border: 1px solid #ddd !important;
}

.border1 {
  border: 1px solid #ccccc;
  transition: 1s;
}

.foonav ul li {
  width: 146px;
}

/*H5效果*/

.cp_title {
  position: absolute;
  border: 1px solid;
  width: 100%;
  height: 20%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑";
  transition: 1s;
}

.company_content {
  width: 90%;
  height: 85%;
  padding-left: 4%;
  padding-right: 2%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  top: 0%;
  color: white;
  text-indent: 2em;
  line-height: 25px;
  position: absolute;
  font-size: 15px;
  opacity: 0;
}

.title_title {
  transition: 0.5s all;
}

.cp_title p {
  position: relative;
  top: 30%;
  transition: 0.5s ease 1s;
}

.cp_title:hover > p {
  position: relative;
  top: 50%;
}

.cp_title2 {
  position: absolute;
  border: 1px solid;
  width: 100%;
  height: 15%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑";
  transition: 1s;
}

.cp_title2 > p {
  position: relative;
  top: 30%;
  transition: 0.5s ease 1s;
}

.cp_title2:hover > p {
  position: relative;
  top: 50%;
}

.login {
  width: 100%;
  height: 92vh;
  position: relative;
  box-sizing: border-box;
}

.login_back {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  position: absolute;
}

.pc_res_style {
  width: 75%;
  margin: 0 auto;
  height: 5vh;
  font-size: 16px;
  line-height: 5vh;
  text-align: left;
}

.pc_res_radion {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

#verify_img {
  display: inline-flex;
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.login_box_login {
  width: 25rem;
  padding: 1rem;
  position: absolute;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  color: black;
  z-index: 1;
  top: 10vh;
  background: white;
  right: 20vw;
}

.login_box_logina {
  width: 4rem;
  padding: 2% 2% 4% 2%;
  position: absolute;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  color: black;
  z-index: 1;
  top: 10vh;
  background: white;
  right: 35vw;
}

.yzm {
  width: 50%;
}

.login_input {
  width: 100%;
  height: 5vh;
  margin-top: 2%;
  text-align: center;
  position: relative;
}

.login_input_text {
  margin: 2% auto 0 auto;
  width: 70%;
  line-height: 3vh;
  height: 5vh;
  font-size: 14px;
}

.login_input_forget {
  float: left;
  margin-left: 2%;
}

.login_input_res {
  float: right;
}

.login_file {
  width: 11.3vw;
  margin: 2% auto;
  height: 1vh;
  border: 1px solid #e6e6e6;
  padding: 5%;
  font-size: 14px;
}

.phone_file {
  width: 25%;
  margin: 2% auto;
  height: 1vh;
  border: 1px solid #e6e6e6;
  padding: 5%;
  font-size: 14px;
  margin-left: 3.3vw;
}

.login_phone {
  width: 11.3vw;
  margin: 2% auto;
  height: 1vh;
  border: 1px solid #e6e6e6;
  padding: 5%;
  font-size: 14px;
}

.login_yanzheng {
  width: 25%;
  margin: 2% auto;
  height: 1vh;
  border: 1px solid #e6e6e6;
  padding: 5%;
  font-size: 14px;
  position: absolute;
  left: 3.3vw;
}

#verify_img1 {
  display: inline-flex;
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.res_pc_form {
  width: 100%;
}

.group_login {
  width: 10vw;
  float: left;
  text-align: center;
  position: relative;
  margin-top: 4%;
}

.student {
  margin-left: 3vw;
}

.group_radio {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 1.2vw;
  top: 0.1vh;
}

.group_text {
  font-size: 14px;
  line-height: 20px;
}

.submit {
  width: 30%;
  height: 80%;
  margin-top: 1%;
  border-radius: 5px;
  background: #97c740;
  color: white;
  border: 1px solid #e6e6e6;
  letter-spacing: 2px;
}

.button_b {
  margin-left: 2%;
}

.phone_button_pc {
  width: 5.5vw;
  height: 3.2vh;
  line-height: 3.2vh;
  border-radius: 5px;
  border: 0;
  position: absolute;
  top: 0;
  right: 3%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: #97c740;
  color: white;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.button_pc_text {
  width: 100%;
  margin-top: 0.5vh;
}

.m-header {
  position: relative;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  color: #2c2c2c;
  letter-spacing: 0;
  background: #fff;
}

.m-return {
  position: absolute;
  display: inline-block;
  top: 0.13rem;
  left: 0.12rem;
  width: 0.14rem;
  height: 0.22rem;
  background-image: url(http://c2.cgyouxi.com/website/mobile/img/arrow-l.png?v=20180122);
  background-size: 100% 100%;
}

.m-tab {
  position: relative;
  padding: 0.4rem 0 0;
  width: 100%;
  background: #fff;
}

.m-tab a {
  position: absolute;
  display: inline-block;
  width: 50%;
  font-size: 1rem;
  color: #2c2c2c;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
}

.m-tab a:first-child {
  top: 0;
  left: 0;
}

.m-tab a.m-coupons {
  top: 0;
  right: 0;
}

.m-tab a.active {
  border-bottom: 2px solid #97c740;
}

.m-division {
  height: 1px;
  background: #ebebeb;
}

.m-view1 {
  background: #fff;
  height: 200px;
}

.m-view2 {
  background: #fff;
  height: 200px;
}

@media screen and (min-width: 360px) {
  /* html {
		font-size: 100px!important;
	} */
}

/*资料补全*/

.form_div {
  width: 100%;
  text-align: center;
}

.form_box {
  width: 8rem;
  margin: 3% auto;
}

.form_title {
  margin-bottom: 5%;
  font-weight: bold;
}

/*增加*/

.all_box {
  /* width: 90%; */
  margin: 0 auto;
  height: auto;
}

.style_box {
  width: 1.5rem;
  height: 1.2rem;
  display: inline-block;
  margin-top: 0.4rem;
  margin-left: 0.25rem;
  background-color: rgb(242, 242, 242);
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.style_box:hover {
  background-color: rgb(47, 166, 193);
}

.style_box:hover p {
  color: white;
}

.style_box > img {
  position: absolute;
  left: 32%;
  top: 10%;
}

.style_box > p {
  position: absolute;
  font-size: 28px;
  color: rgb(142, 142, 142);
  font-weight: "微软雅黑";
  bottom: 5%;
  left: 25%;
  letter-spacing: 2px;
}

.news_guanggao {
  width: 88%;
  margin: 2% auto;
}

.news_guanggao img {
  width: 100%;
  height: auto;
}

.recruitTitleL {
  font-size: 24px;
  font-weight: bold;
  margin-left: 2rem;
}

.recruitTitleR {
  margin-right: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
  border-radius: 10px;
  font-size: 16px;
  width: 98px;
  margin-top: 8px;
}

.recruitImg {
  overflow: hidden;
  width: 66px;
  height: 66px;
  border-radius: 12px;
  background: #f2f2f2;
  margin-right: 34px;
}

.recruitImg img {
  display: block;
  /*margin: 8px auto;*/
  width: 100%;
}

.recruitList {
  overflow: hidden;
  padding-left: 10px;
  margin-top: 20px;
}

.rebox {
  overflow: hidden;
}

.recruitText {
  width: 988px;
}

.recruitText > div {
  width: 988px;
}

.w33 {
  width: 33.33%;
}

.recruitCT {
  height: 14px;
  line-height: 14px;
  margin-top: 14px;
  padding-bottom: 6px;
  font-size: 14px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

.recruitCB {
  height: 12px;
  line-height: 12px;
  margin-top: 14px;
  font-size: 12px;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.rebox {
  margin-bottom: 60px;
}

.recruitList {
  width: 90%;
  margin: 1% auto;
}

.brand_box_content {
  width: 108px;
  text-align: center;
  margin: 0 auto;
  float: left;
  height: 122px;
  font-size: 16px;
  color: #999;
}
.brand_box_contentsub {
  width: 105px;
  text-align: center;
  margin: 0px auto;
  float: left;
  height: 122px;
  font-size: 16px;
  color: #999;
}

.brand_box_text {
  margin: 0px auto;
  color: #333;
  margin-top: 20px;
  width: 80px;
}

.recruitTitle {
  /* width: 90%; */
  /* margin-top: 38px; */
  height: 50px;
  line-height: 50px;
  margin: 30px auto;
}
.recruit {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.rebox {
  width: 100%;
  margin: 0 auto;
}
.listtwo {
  margin-left: 8%;
}
/*底部合作伙伴*/
.PContent {
  overflow: hidden;
  padding: 0 0 50px 0;
  /* width: 90%; */
  margin: 0 auto;
  height: auto;
}

/* Grid布局样式 - 支持单位一行5个 */
.PContent.grid-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.PContent.grid-layout .grid-item {
  margin-left: 0 !important;
  text-align: center;
  width: 100% !important;
}

.PContent a:first-child {
  margin-left: 0px;
}
.PContent a:nth-child(4n + 1) {
  margin-left: 0px;
}
.PContent a {
  margin-left: 60px;
  text-align: center;
  display: inline-block;
  width: 220px;
}
.PCImg {
  display: inline-block;
  /* margin-left: 60px; */
  font-size: 20px;
  color: #5d5d5d;
  /* margin-top: 15px; */
}

.mR0 {
  margin-right: 0 !important;
}
.pic {
  margin-top: 35px;
  margin-bottom: 10px;
}
.aaa {
  margin-left: 45px;
}
.pic1 {
  margin-top: 33px;
  margin-bottom: 35px;
}
.bbb {
  width: 100px;
  height: 100px;
  margin-left: 0.5rem;
}
.a {
  margin-left: 0.8rem;
}
.ccc {
  font-size: 15px;
}
/*首页广告*/
.advertisement_div {
  width: 90%;
  margin: 0 auto;
  height: 4.6rem;
}
.advertisement_subdiv {
  width: 91.2%;
  height: 2rem;
  margin: 0 auto;
  padding-top: 0.5%;
  padding-bottom: 3%;
  position: relative;
}
.advertisement_subdiv_box {
  width: 24%;
  height: 83.5%;
  display: inline-block;
  position: relative;
  margin-left: 0.6%;
}
.advertisement_subdiv_box img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.url img {
  object-fit: cover;
}
.gg_more {
  width: 100px;
  height: 40px;
  border: 1px solid;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0%;
}
.mainbox_2 img {
  width: 90%;
  height: auto;
  margin: 1% auto;
}
.lin {
  height: 1px;
  width: 110px;
  color: #2fa6c1;
  border-bottom: 2px solid #2fa6c1;
  text-align: center;
  margin: 0 auto;
  margin-top: 3px;
}
.new {
  font-size: 16px;
  font-weight: 600;
  color: #2fa6c1;
  text-align: center;
}
.shang1 {
  text-align: center;
  margin-top: 20px;
}
.shang1 p {
  font-size: 21px;
  letter-spacing: 5px;
}
.contentss {
  width: 100%;
  margin: 3% auto;
}
.dian {
  height: 28px;
  line-height: 28px;
  width: 130px;
  border-radius: 5px;
  background-color: #2fa2bd;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.dian1 {
  margin-bottom: 30px;
}
.ggw {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 5px;
}
.subbanner {
  width: 100%;
  height: 500px;
  text-align: center;
  overflow: hidden;
}
.subbanner img {
  height: 100%;
  width: 100%;
  object-fit: none;
  margin: 0 auto;
  display: block;
  vertical-align: text-top;
}

@media (min-width: 1921px) {
  .subbanner img {
    width: auto;
  }

  .footer_box {
    width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .footer_logo {
    margin-top: 5%;
  }
  .footer_logo1 {
    margin-top: 5%;
  }
}
@media (max-width: 1600px) {
  .banner {
    height: 500px;
  }
  footer ul {
    margin-left: 5%;
    margin-top: 8%;
  }
  .footer_logo {
    left: 10%;
    top: 20%;
  }

  .footer_logo1 {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 25%;
    top: 20%;
  }
  .mainbox_2a {
    width: auto;
  }
  .mainbox_2a dl {
    width: 230px;
    margin-bottom: 35px;
    margin-right: 0.1rem;
    float: left;
  }

  .mainbox_2a dl dt,
  .mainbox_2a dl dt img {
    width: 100%;
    height: 323.3px;
    transition: all 1s ease 0s;
  }
}
@media (max-width: 1440px) {
  .footer_logo {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 5%;
    top: 18%;
  }
  .footer_logo1 {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 22%;
    top: 18%;
  }
}

@media (max-width: 1280px) {
  .footer_logo {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 6%;
    top: 18%;
  }
  .footer_logo1 {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 23%;
    top: 18%;
  }
  .login_box_login {
    padding: 2% 2% 5% 2%;
  }
  footer ul {
    margin-left: 3%;
    margin-top: 8%;
  }
}
@media (max-width: 1024px) {
  .protocolmain {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }

  .main,
  .header,
  .mainwrap,
  .procat_list,
  .top,
  .home_business,
  .home_procat {
    width: 1024px;
  }
  #header {
    width: 1024px;
  }
  #header .navbar {
    width: 710px;
  }
  #header .nav h3 a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .logo {
    margin-top: 25px;
    margin-left: 10px;
  }

  .newslist {
    width: 522px;
    margin-right: 0%;
  }
  .newsone {
    width: 420px;
  }
  .ggw_img {
    width: 501px;
    height: 173px;
  }
  .solutelist .soluteitem2 {
    width: 280px;
    height: 373.3px;
    overflow: hidden;
    margin-left: 2%;
  }
  .footer_logo {
    display: none;
  }
  .footer_logo1 {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 5%;
    top: 17%;
  }
  .login_box_login {
    padding: 2% 2% 5% 2%;
  }
  footer ul {
    margin-left: 3%;
    margin-top: 9%;
  }
  .end {
    width: 80%;
    margin-left: 25%;
  }
  .promain {
    width: 1024px;
  }
  .aboutwrap {
    width: 1024px;
  }
}
@media (max-width: 1200px) {
  .protocolmain {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }

  .main,
  .header,
  .mainwrap,
  .procat_list,
  .top,
  .home_business,
  .home_procat {
    width: 1200px;
  }
  #header {
    width: 1200px;
  }
  #header .navbar {
    width: 800px;
  }
}
@media (max-width: 1000px) {
  .protocolmain {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }
  .main,
  .header,
  .mainwrap,
  .procat_list,
  .top,
  .home_business,
  .home_procat {
    width: 1000px;
  }
  #header {
    width: 1000px;
  }
  #header .navbar {
    width: 700px;
  }
  .newslist {
    width: 510px;
  }
  .lan101 a {
    background: url(/static/img/dot2.png) 70px center no-repeat;
  }
  .ggw_img {
    width: 491px;
    height: 163px;
  }
  .advertisement_subdiv_box {
    height: 75%;
  }
  .lan100 a {
    background: url(/static/img/dot2.png) 150px center no-repeat;
  }
  .solutelist .soluteitem2 {
    width: 280px;
    height: 373.3px;
    overflow: hidden;
    margin-left: 1%;
  }
  .mainbox_2a {
    width: 1000px;
  }
  .mainbox_2a dl {
    width: 230px;
    margin-bottom: 35px;
    margin-left: 0.1rem;
    float: left;
  }
  .promain {
    width: 1000px;
  }
}
