.os-suit-btn {
  padding: 10px 40px;
  display: inline-block;
  background-color: #0ca6f2;
  color: #ffffff;
  border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border: 1px solid #0ca6f2;
  margin: 0 0 20px;
}
.os-suit-btn:hover {
  color: #ffffff;
  background-color: #0ca6f2;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.row {
  margin: 0;
}
* {
  font-family: "Microsoft Yahei" !important;
}
a,
a:hover {
  text-decoration: none !important;
  color: #333333;
}
a:focus {
  color: #ffffff;
}
ul,
ol {
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}
p,
h1 {
  margin: 0;
}
.com-p {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.box {
  padding: 50px 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.friend {
  margin: 10px;
  display: inline-block;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 180px;
}
.n-friend {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.n-friend:hover {
  border: 1px solid #0ca6f2;
  color: #0ca6f2;
}
.n-friend i {
  margin-right: 10px;
}
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.header .active {
  color: #1abc9c !important;
}
.header .activee {
  background: #f1f1f1;
}
.header .main-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header .main-nav .menu > li {
  float: left;
}
.header .main-nav .menu > li > a {
  padding: 0 15px;
  color: #333333;
  display: block;
  line-height: 50px;
  font-size: 16px;
}
.header .main-nav .menu > li > a:hover {
  color: #1abc9c;
}
.header .main-nav .menu .dp-tag {
  position: relative;
}
.header .main-nav .menu .dp-tag:hover > a,
.header .main-nav .menu .dp-tag:hover i {
  color: #1abc9c;
}
.header .main-nav .menu .dp-tag:hover .dp-menu {
  display: block;
}
.header .main-nav .menu .dp-tag i {
  font-size: 18px;
}
.header .main-nav .menu .dp-tag .dp-menu {
  position: absolute;
  min-width: 145px;
  width: 145px;
  padding: 5px 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-10px);
  transition: opacity .2s ease 0s,transform .2s ease 0s;
  -webkit-transition: opacity .2s ease 0s,transform .2s ease 0s;
}
.header .main-nav .menu .dp-tag .dp-menu:before {
  height: 8px;
  background-color: #fff;
  content: '';
  position: absolute;
  width: 8px;
  transform: rotate(45deg);
  top: -4px;
  left: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.header .main-nav .menu .dp-tag .dp-menu:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 8px;
  background-color: #fff;
  content: '';
}
.header .main-nav .menu .dp-tag .dp-menu li {
  line-height: 40px;
}
.header .main-nav .menu .dp-tag .dp-menu a {
  font-size: 15px;
  color: #666;
}
.header .main-nav .menu .dp-tag .dp-menu a:hover {
  color: #1abc9c;
}
.header .main-nav .menu .dp-tag .in {
  opacity: 1;
  transform: translateY(0);
}
.pro {
  background: #f9f9f9;
}
.pro .propro {
  padding: 0px 15%!important;
  display: flex;
  flex-wrap: wrap;
  color: #333 ;
}
.pro .propro a {
  text-align: center;
  flex-grow: 1;
  padding: 20px 40px;
  float: left;
}
.pro .propro a li i {
  font-size: 25px;
}
.pro .propro a li .red {
  color: red;
}
.pro .propro a li .gree {
  color: #4fc1ae;
}
.pro .propro a li .green {
  color: #03a952;
}
.pro .propro a li .blue {
  color: #1296db;
}
.pro .propro a li span {
  color: #333;
  padding-left: 10px;
  font-size: 18px;
}
.pro .propro a:hover {
  background: #f1f1f1;
}
.activee {
  background: #f1f1f1;
}
.footer {
  padding: 40px 0 0;
  background: #fbfbfb;
}
.footer .list {
  text-align: left;
  margin-bottom: 20px!important;
}
.footer .list .item {
  margin-top: 15px;
}
.footer .list .item a {
  color: #666;
}
.footer .list .item a:hover {
  color: #1abc9c;
}
.footer .list .item i {
  margin-right: 7px;
}
.footer .last-list {
  border-right: 1px solid #d8d8d8;
}
.d-footer {
  padding: 20px 0;
  background: #000;
  position: relative;
}
.d-footer .rights {
  color: #5a5959;
  font-size: 14px;
  line-height: 25px;
  min-width: 540px;
  text-align: center;
}
.d-footer .rights a {
  color: #5a5959;
}
.d-footer .cnzz {
  position: absolute;
  left: 0;
  z-index: 9999;
  bottom: 0;
}
.b-bottom {
  border-bottom: 3px solid #1abd9d;
}
.fixedBox {
  width: 165px;
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  top: 25%;
  right: 0;
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
}
.fixedBox .rList {
  border: 7px solid #1abc9c;
  width: 125px;
  background-color: #ffffff;
  padding: 8px;
  float: right;
}
.fixedBox .rList .listLi {
  background: #c9c9c9;
  margin: 5px auto 0;
  padding: 8px;
  width: 98px;
  text-align: center;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease ;
}
.fixedBox .rList .listLi:last-child {
  margin-bottom: 8px;
}
.fixedBox .rList .listLi:hover {
  background-color: #f1f1f1;
}
.fixedBox .rList .listLi .iconfont {
  font-size: 38px;
}
.fixedBox .rList .listLi .liText {
  margin-top: 3px;
}
.fixedBox .rList .listLi a,
.fixedBox .rList .listLi a:focus {
  color: #000;
}
.fixedBox .rList .Service {
  z-index: 999;
}
.fixedBox .rList .Service .hideQQ {
  position: absolute;
  top: 0;
  left: -159px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 997;
  display: none;
}
.fixedBox .rList .Service .hideQQ img {
  width: 32px;
  height: 32px;
  margin-top: 5px;
}

.fixedBox .rList .Service .hideQQ .leftLi {
  margin-left: 10px;
  text-align: left;
}
.fixedBox .rList .Service:hover {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.fixedBox .rList .Service:hover .hideQQ {
  display: block;
}
.fixedBox .rightSlide {
  width: 40px;
  height: 120px;
  background: #1abc9c;
  float: right;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.moveRight {
  transform: translateX(125px);
  -webkit-transform: translateX(125px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.video-box {
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -400px;
  height: 283px;
  display: none;
  z-index: 10;
}
.video-box .close {
  width: 40px;
  color: #999;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  opacity: 1;
  display: none;
}
.menban {
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.d-box {
  z-index: 999999999;
  position: absolute;
}
.d-box img {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -360px;
}
.c-close {
  position: absolute;
  right: 615px;
  top: 210px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.smallOs {
  height: 4179px;
  width: 1920px;
  position: relative;
}
.joinOs {
  position: absolute;
  bottom: 550px;
  width: 235px;
  height: 65px;
  left: 605px;
  display: inline-block;
}
.flexTwo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.flexOne {
  flex: 1;
}
.flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.right-fix .consultation {
  padding: 30px 0 0 16px!important;
}
.banner {
  margin-top: 10px;
  position: relative;
}
.banner .images {
  height: 800px;
  padding-top: 150px;
  background: url("../img/price/dingzhi.png") no-repeat center #caf0f8;
}
.banner .banBootom {
  background-color: #0ca6f2;
}
.banner .banBootom ul {
  display: flex;
  justify-content: center;
}
.banner .banBootom ul li {
  color: #fff;
  padding: 45px 0;
  flex-grow: 1;
}
.banner .banBootom ul li:hover {
  background-color: #fff;
}
.banner .banBootom ul li:hover a {
  color: #0ca6f2;
}
.banner .banBootom ul li a {
  color: #fff;
}
.banner .banBootom ul li a i {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.banner .banBootom ul li a p {
  font-size: 18px;
  text-align: center;
}
.sub {
  margin-top: 50px;
}
.sub .container .wenziTop {
  text-align: center;
}
.sub .container .wenziTop p {
  font-size: 25px;
  position: relative;
  font-weight: 800;
  color: #333;
  color: #0ca6f2;
}
.sub .container .wenziTop span {
  display: inline-block;
  margin-top: 45px;
  font-size: 16px;
  padding: 0px 10%;
  color: #999;
}
.sub .container .wenziTop i {
  margin-top: 5px;
  height: 1px;
  width: 5%;
  position: absolute;
  display: block;
  background-color: #dbdbdb;
  left: 50%;
}
.sub .container .wenziTop .two {
  width: 10%;
  margin-top: 15px;
  margin-left: -20px;
}
.sub .container dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub .container dl dd {
  flex-grow: 1;
  text-align: center;
}
.sub .container dl dd a i {
  display: block;
  color: #555555;
  font-size: 80px;
}
.sub .container dl dd a img {
  width: 80px;
}
.sub .container dl dd a p {
  margin-top: 10px;
  font-size: 20px;
}
.sub .anliTwo dd {
  width: 360px;
  height: 480px;
  margin-right: 20px;
  margin-top: 60px;
}
.sub .anliTwo dd a {
  display: block;
  text-align: left;
}
.sub .anliTwo dd a span {
  font-size: 18px;
  padding: 8px 15px;
  display: inline-block;
  background: #0ca6f2;
  color: #fff;
}
.sub .anliTwo dd .box {
  margin-top: 20px ;
  padding: 15px;
  background: #fff;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
  height: 450px;
  overflow: hidden;
}
.sub .anliTwo dd .box .kefu a {
  text-align: center;
  line-height: 400px;
  font-size: 20px;
  color: #666;
  font-weight: 800;
}
.sub .anliTwo dd .box img {
  transition: all 2.5s ease;
}
.sub .anliTwo dd .box img:hover {
  margin-top: -500px;
  height: 1000px;
}
.sub .fuwuOne {
  margin-top: 80px;
}
.sub .fuwuTwo dd {
  border: 1px solid #eaeaea;
  height: 200px;
  padding: 20px;
  position: relative;
}
.sub .fuwuTwo dd a .leng {
  position: absolute;
  left: 35%;
  top: -20%;
  padding: 20px;
  transform: rotate(45deg);
  background: #0ca6f2;
}
.sub .fuwuTwo dd a .leng img {
  transform: rotate(-45deg);
}
.sub .fuwuTwo dd p {
  display: block;
  font-size: 18px;
  margin-top: 70px;
  color: #999;
  font-weight: 600;
}
.sub .fuwuTwo dd span {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #999;
}
.boot {
  margin-top: 30px;
}
.boot .container .about dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boot .container .about dl dd {
  margin-top: 20px;
  width: 500px;
  flex-grow: 1;
  padding: 0px 20px;
}
.boot .container .about dl dd h3 {
  color: #666;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}
.boot .container .about dl dd span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  font-weight: 400;
}
.boot .container .about dl dd .aboutimg {
  margin-top: 30px;
}
.boot .container .about dl dd .aboutimg img {
  width: 32%;
}
.boot .container .about dl dd ul {
  font-size: 18px;
}
.boot .container .about dl dd ul li {
  font-weight: 800;
  padding: 10px 0px;
}
.boot .container .about dl dd ul li i {
  font-size: 30px;
  margin-left: -18px;
  display: inline-block;
}
.boot .container .about dl dd ul li h4 {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.boot .container .about dl dd ul li p {
  margin-left: 20px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}

.bg .container .topimg {
  width: 300px;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.bg .container .topimg li {
  width: 100px;
  height: 100px;
  float: left;
  padding-left: 10px;
  vertical-align: middle;
}
.bg .container .topimg li img {
  vertical-align: middle;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.bg .container .topimg li .imgbig {
  margin-top: -10px;
  width: 100px;
  height: 100px;
}
.bg .container .flash {
  position: relative;
  width: 800px;
  height: 460px;
  overflow: hidden;
  z-index: 4;
  margin: 0px auto;
}
.bg .container .flash .flash_img {
  width: 80%;
  height: 100%;
  z-index: 55;
  top: 0px;
  left: 50%;
  margin-left: -450px;
}
.bg .container .flash .flash_img li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 66;
}
.bg .container .flash .flash_img li dl {
  padding: 100px 100px;
  position: absolute;
  left: 0;
  right: 0;
}
.bg .container .flash .flash_img li dl dt {
  text-align: center;
}
.bg .container .flash .flash_img li dl dd {
  text-align: left;
}
.bg .container .flash .flash_btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 555;
  width: 100%;
  height: 32px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
  *padding-top: 5px;
}
.bg .container .flash .flash_btn span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3f3f3f;
  overflow: hidden;
  line-height: 50px;
}
.bg .container .flash .flash_btn .current {
  background: #006dc7;
}
.bg .container .flash .flash_left,

.bg .container .flash .flash_left:before {
  transition: all 1s;
  transform-origin: 0% 100%;
  transform: rotate(30deg);
  content: " ";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #fff;
  left: 13px;
  top: 5px;
}
.bg .container .flash .flash_left:after {
  transition: all 1s;
  transform-origin: 0% 0%;
  transform: rotate(-30deg);
  content: " ";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #fff;
  left: 13px;
  top: 25px;
}
.bg .container .flash .flash_right:before {
  transition: all 1s;
  transform-origin: 100% 100%;
  transform: rotate(-30deg);
  content: " ";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #fff;
  right: 13px;
  top: 5px;
}
.bg .container .flash .flash_right:after {
  transition: all 1s;
  transform-origin: 100% 0%;
  transform: rotate(30deg);
  content: " ";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #fff;
  right: 13px;
  top: 25px;
}
.bg .container .flash .flash_left {
  background-position: -10px -10px;
  left: 15px;
}
.bg .container .flash .flash_right {
  background-position: -160px -10px;
  right: 15px;
}
.bg .container .flash .flash_left:hover {
  background-position: -110px -10px;
  background: #fff;
}
.bg .container .flash .flash_right:hover {
  background-position: -60px -10px;
  background: #fff;
}
.bg .container .flash .flash_left:hover:before {
  transform: rotate(45deg);
  background: #690a0a;
}
.bg .container .flash .flash_left:hover:after {
  transform: rotate(-45deg);
  background: #690a0a;
}
.bg .container .flash .flash_right:hover:before {
  transform: rotate(-45deg);
  background: #690a0a;
}
.bg .container .flash .flash_right:hover:after {
  transform: rotate(45deg);
  background: #690a0a;
}
.activee {
  background-color: #00a30c;
}
p,
span {
  cursor: default;
}
