* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  font: 14px Arial, 'Microsoft Yahei', "宋体", sans-serif;
  background-color: #f6fcff;
  position: relative;
}

img {
  -webkit-transform: scale(1) rotate(0) translate3d(0, 0, 0);
  transform: scale(1) rotate(0) translate3d(0, 0, 0);
}

.logobox {
  width: 1200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}

.log>p {
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  display: none;
}

.log img {
  width: 300px;
  ;
}

.menubox {
  position: relative;
  z-index: 9000;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  width: 300px;
}

.logo img {
  width: 100%;
}

.outmenu {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.widthbox {
  margin: 0px auto;
  width: 1200px;
  position: relative;
}



/* ---pc目录-- */
.header {
  height: 50px;
  padding: 0 30px;
  background0: rgba(28, 35, 39, 0.8);
}

/*右侧*/
.header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  line-height: 50px;
  display: block;
}

.header .navbar_nav li {
  float: left;
  position: relative;
  display: block;
}

.header .navbar_nav li:after {
  content: "";
  width: 0;
  height: 2px;
  background: orangered;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
  width: 100%;
}

.header .navbar_nav li a {
  text-decoration: none;
  height: 100%;
  padding: 0 15px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-size: 14px;
}

.header .navbar_nav li:hover a {
  color: orangered;
}

.header .navbar_nav li.dropdown {
  display: inherit;
  position: relative;
}

.header .navbar_nav li.dropdown .jt {
  width: 20px;
  height: 20px;
  background: url(i/top.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 170%;
  left: -35%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
  background: #f3f3f3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
  color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  color: #000;
  background: #F2F2F2;
  font-weight: bold;
}

.header.on {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.header.on .left .img1 {
  display: none;
}

.header.on .left .img2 {
  display: block;
}

.header.on .navbar_nav li a {
  color: #333;
}

.header.on .navbar_nav li:hover a {
  color: orangered;
}

.footer {
  width: 100%;
  color: #fff;
  padding-bottom: 50px;
  background: #eee;
  margin-top: 50px;
}

.footer .links {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #444
}

.footer .links span {
  color: #fff;
  display: inline-block
}

.footer .links a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding-right: 10px
}

.footer .links a:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}

.copyright {
  height: 80px;
  color: #000;
  font-size: 14px;
  background: rgb(233, 233, 233);
}

.fl,
.left {
  float: left
}

.copyright span {
  margin: 0 6px
}

.fr,
.right {
  float: right
}

.copyright a {
  color: #000;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms
}

.copyright a:hover {
  color: #fff
}

.copyright span {
  padding-left: 20px;
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.firstbox {
  margin-top: 50px;
}



.footerbox {
  background-color: #2E3034;
  min-height: 100px;
  width: 100%;
  padding: 30px 0 0 0;
  color: #FFF;
}

.footitem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
}

.rmenu {
  flex: 0 0 250px;
  padding: 20px;
  color: #FFF;
  font-size: 12px;
}

.rmenu div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p1 p {
  margin-right: 20px !important;
}

.rmenu div span {
  font-weight: bold;
  font-size: 14px;
}

.rmenu img {
  width: 100px;
}

.dh {
  font-size: 36px;
  font-family: arial;
  font-weight: bold;
}

.rmenu p {
  margin: 10px 0;
}

.lmenu {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 1px solid #000;
}

.dlitem {
  width: 250px;
}

.dlitem a {
  font-size: 12px;
  color: #fff;
  line-height: 3;
  padding-left: 0px;
}

.dlitem a:hover {
  font-weight: bold;
}

.dlitem dt:first-child {
  padding-bottom: 10px;
}

.dlitem dt:first-child a {
  font-size: 16px;
  color: #fff;
}

.pmask {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background-color: #FFF;
  box-shadow: 0 15px 27px 0 rgb(167 165 165 / 38%);
  z-index: 1000;
  display: none;
}

.menu-bg {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.clsbtn {
  height: 60px;
  padding: 10px;
}

.clsbtn img {
  height: 40px;
}

.phone p:last-child {
  font-size: 20px;
  color: #076ce0;
  font-weight: bold;
}

.cpword {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 80px;
}

.marginbox {
  margin-top: 50px;
  margin-bottom: 50px;
}





/*----------移动端-----------*/
.top {
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.top img {
  max-height: 100%;
}

.top a {
  height: 100%;
  vertical-align: middle;
}

.banerimg {
  width: 100%;
  position: relative;
}

.banerimg img {
  width: 100%;
}

.banerimg>div {
  position: absolute;
  left: 5%;
  top: 30%;
  color: #FFF;
  font-weight: bold;
}

.banerimg>div>p {
  line-height: 2;
}

.wrapbox {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.5rem;
}

.wrapbox>div {
  margin-top: 2rem;
}

.menuwrap {
  width: 100%;
  position: absolute;
  top: 4.5rem;
  bottom: 0rem;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.5rem;
  display: none;
  z-index: 100000;
}

.menumask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.2;
}

.pmenubox {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
}

.lm {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #F4F5F7;
}

.lm>p {
  padding: 1rem;
  color: #333;
}

.lm a {
  color: #000;
}

.lmactive {
  border-left: 0.2rem solid #0053D9;
  background-color: #FFF;
}

.rm {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 30%;
  width: 70%;
  height: 100%;
  background-image: url('../imgs/menubg@2x.png');
  background-repeat: no-repeat;
  background-position: -100% 130%;
}

.rm li {
  margin: 1rem;
  list-style: none;
  border-bottom: 0.1rem solid #dfdfdf;
  padding: 0.5rem;
}

.rm li a {
  color: #000;
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
}

.rm ul {
  display: none;
}

.rm ul:first-child {
  display: block;
}

.stopBodyScroll {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.cntit {
  margin: 3rem 0 1rem 0;
}

.client img {
  max-width: 300px;
}

/* @media only screen and (min-width: 1200px) {
  .top {
    display: none;
  }
  .banerimg {
    display: none;
  }
  .menuwrap {
    display: none;
  }

}


@media only screen and (max-width: 479px) {
  .widthbox {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .footerbox{
    display: none;
  }
  .menubox{
    display: none;
  }
  .top{
    display: flex;
  }
 
  .banerimg{
    display: block;
  }
  .citem{
    position: relative;
    width: 90%;
    margin: 20px auto;
    top: 0;
    left: 0;
  }
  .tl{
    width: 100%;
  }
  .tl p:first-child{
    display: none;
  }
  .tr {
    width: 100%;
    box-sizing: border-box;
  }
  .items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item{
    width: 98%;
    margin-left: 1%;
  }
  .service{
    height: auto;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

  .client-box{
    height: auto;
  }

  .parters > div {
    width: 48%;
  }
  .copyright span{
    padding-left: 0px;
    width: 100%;
    text-align: center;
  } */



/* ---about----- */
.pdiv {
  width: 100%;
  margin-top: 2rem;
}

.pdiv p {
  padding: 20px;
}

.imgdiv {
  margin: 0 auto;
  width: 90%;
  margin-left: 5%;
}

.cltbox {
  margin-bottom: 2rem;
}


/* ---certificate----- */

.cimg {
  width: 8rem;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px;
  flex-wrap: wrap;
}




}