.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.pr {
  position: relative;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "PingFang-SC-Regular";
  overflow-x: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
input:focus {
  outline: none;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.container {
  width: 1200px;
  margin: 0 auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.menu_box .container {
  width: 1200px;
  margin: 0 auto;
}
header nav {
  width: 35px;
  height: 27px;
  display: block;
  position: absolute;
  right: 10px;
  z-index: 99;
  display: none;
  cursor: pointer;
}
header nav b {
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #000;
  border-radius: 2px;
  transition: 0.3s;
}
header nav b:nth-child(1) {
  top: 0;
}
header nav b:nth-child(2) {
  top: calc(46%);
}
header nav b:nth-child(3) {
  bottom: 0;
}
header nav.active b:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
header nav.active b:nth-child(2) {
  transform: translateX(50%);
  width: 0;
}
header nav.active b:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
header.blog_bg .banner-item .container > div.banner_txt {
  justify-content: center;
}
header {
  padding-top: 81px;
  background: linear-gradient(134deg, #2877ff 0%, #3a9fff 100%);
}
header.bg_images {
  background: url(../img/bg_images.png) no-repeat;
  background-size: cover;
}
header.bg_images .banner_txt {
  width: 100%;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  color: #ffffff;
}
header.blog_bg {
  background: url(../img/boke_bg.png) no-repeat;
  background-size: cover;
}
header.blog_bg .banner_txt {
  width: 100%;
  text-align: center;
  font-size: 46px;
  justify-content: center;
  font-weight: 400;
  color: #ffffff;
}
header .hread_box {
  height: 79px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #5ca5ff;
}
header .hread_box.topscoll {
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px #d9d9d9;
}
header .hread_box.topscoll .menu {
  display: flex;
  height: 100%;
}
header .hread_box.topscoll .menu li.active a {
  color: #b4150d;
}
header .hread_box.topscoll .menu li a {
  padding: 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #666666;
  font-weight: 200;
}
header .hread_box.topscoll .menu li a:hover {
  color: #2B7DFF;
}
header .hread_box.topscoll .menu li a:last-child:hover {
  color: #2B7DFF;
}
header .hread_box.topscoll .menu li a.menu_icon {
  padding-right: 18px;
  background: url(../img/menu_active.png) right center no-repeat;
  background-size: 14px;
}
header .hread_box.topscoll .menu li a.last_icon {
  width: 76px;
  height: 24px;
  display: inline-block;
  border-radius: 1px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  border: 1px solid #2B7DFF;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 25px;
  color: #2B7DFF;
}
header .banner {
  height: 560px;
}
header .banner-item .container > div {
  display: flex;
  align-items: center;
  height: 560px;
  justify-content: space-between;
  color: #fff;
}
header .banner-item .container > div h1 {
  font-size: 46px;
  font-weight: 400;
  color: #ffffff;
  line-height: 65px;
}
header .banner-item .container > div p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
header .banner-item .container > div .border-bottom {
  border-bottom: 1px solid #b0d3ff;
}
header .banner-item .container > div.new_center {
  justify-content: center;
}
.right_box {
  width: 60px;
  height: 150px;
  background: #2b7dff;
  box-shadow: 0px 0px 5px 0px #5496fd;
  border-radius: 30px;
  position: fixed;
  right: 10px;
  bottom: 20%;
  padding: 17px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}
.right_box img {
  margin-bottom: 10px;
}
.about_padd {
  padding: 53px 0;
}
.about_padd .col-md-4 {
  text-align: center;
}
.about_padd .col-md-4 img {
  width: 124px;
  height: 124px;
  margin-bottom: 20px;
}
.about_padd .col-md-4 h1 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.about_padd .col-md-4 p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.about_bg.ashbg {
  background: #fafafa;
}
.about_li {
  margin-top: 71px;
}
.about_li .col-md-3 {
  margin-bottom: 40px;
}
.ashbg .blog_list {
  text-align: left;
  margin-bottom: 30px;
}
.ashbg .blog_list h1 {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ashbg .blog_list img {
  width: 100%;
}
.ashbg .blog_list p {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ashbg .blog_list .blog_footer {
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.ashbg .blog_list .blog_footer a {
  color: #666666;
}
.pop {
  position: relative;
}
.blog_right_hread {
  position: relative;
  text-align: center;
}
.blog_right_hread img {
  width: 100%;
}
.blog_right_hread .flex_item {
  position: absolute;
  top: 50px;
  right: 44px;
  bottom: 0;
  left: 44px;
}
.blog_right_hread h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top: 50px;
}
.blog_right_hread a {
  width: 168px;
  height: 49px;
  background: #5195ff;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  line-height: 49px;
  color: #fff;
  margin-top: 50px;
}
.blog .col-md-7 {
  padding-right: 75px;
}
.blog .col-md-5 {
  padding-left: 75px;
}
.blog_right_li {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog_right_li h2 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  padding: 20px 0;
  border-bottom: 2px solid #e6e8ed;
}
.blog_right_li ul {
  padding-top: 15px;
}
.blog_right_li ul li {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
}
.blog_right_li ul li img {
  width: 120px;
  height: 70px;
}
.blog_right_li ul li .blog_right_txt {
  flex: 1;
  padding-left: 15px;
  text-align: left;
}
.blog_right_li ul li .blog_right_txt p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  height: 54px;
}
.blog_right_li ul li .blog_right_txt span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  height: 12px;
  line-height: 1;
  display: inline-block;
}
.blog_more {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  float: left;
  color: #2b7dff;
  background: url(../img/more.png) right center no-repeat;
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  height: 2px;
  text-align: center;
  left: 50%;
  margin-left: -81px;
}
.slick-dots li {
  margin: 0 15px;
  float: left;
}
.slick-dots button {
  width: 24px;
  height: 2px;
  background: #93c2ff;
  border-radius: 1px;
  border: 0;
  position: relative;
  color: transparent;
}
.slick-dots .slick-active button:after {
  content: " ";
  display: block;
  width: 24px;
  height: 2px;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 1px;
}
.hread_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  transition: all 1s ease;
}
.hread_box.none_bg {
  background: #ffffff;
}
.hread_box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "PingFang-SC-Semibold";
}
.hread_box .container img {
  width: 192px;
  align-items: flex-start;
}
.hread_box .container .headerLogin {
  align-items: flex-end;
  color: #fff;
}
.hread_box .container .headerLogin a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.3px;
  float: right;
}
.hread_box .container .headerLogin a.hread_right_one {
  color: #3c4349;
  margin-left: 35px;
}
.hread_box .container .headerLogin a.hread_right_three {
  padding-left: 20px;
  color: #cb9d81;
  background: url(../img/ipone_icon_03.jpg) left center no-repeat;
  background-size: 17px;
  margin-right: 180px;
}
.hread_box .container .headerLogin span {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}
.hread_box .container .menu {
  display: flex;
  height: 100%;
}
.hread_box .container .menu li.active a {
  color: #b4150d;
}
.hread_box .container .menu li a {
  padding: 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
}
.hread_box .container .menu li a:hover {
  color: #fff;
}
.hread_box .container .menu li a:last-child:hover {
  color: #fff;
}
.hread_box .container .menu li a.menu_icon {
  padding-right: 18px;
  background: url(../img/menu_icon.png) right center no-repeat;
  background-size: 14px;
}
.hread_box .container .menu li a.last_icon {
  width: 76px;
  height: 24px;
  display: inline-block;
  border-radius: 1px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  border: 1px solid #9dccff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 25px;
}
.ashbg {
  padding: 50px 0;
  background: #f5f5f5;
  text-align: center;
}
.ashbg h1 {
  height: 45px;
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  padding: 15px 0;
}
.ashbg > div > p {
  height: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.ashbg .ashlist {
  padding-top: 45px;
}
.ashbg .ashlist > div {
  display: flex;
  align-items: center;
  text-align: center;
}
.ashbg .ashlist > div > div {
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 4px 1px rgba(239, 239, 239, 0.57);
  border: 1px solid #e6e8ed;
  background: #fff;
  padding: 50px 35px;
}
.ashbg .ashlist > div > div img {
  width: 69px;
  height: 69px;
}
.ashbg .ashlist > div > div h2 {
  padding: 35px 0;
}
.ashbg .ashlist > div > div p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  min-height: 180px;
}
.flex {
  display: flex;
}
.ashbg.BgImage {
  width: 100%;
  height: 640px;
  background: url(../img/bgimages.png) center no-repeat;
  background-size: cover;
}
.pr {
  position: relative;
  width: 100%;
  height: 100%;
}
.Tabbox {
  padding: 75px 50px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 1px rgba(239, 239, 239, 0.57);
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e6e8ed;
  margin-top: 43px;
}
.Tabbox .Tableft {
  width: 165px;
  padding-left: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  border-right: 1px solid #e6e8ed;
}
.Tabbox .Tableft a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.Tabbox .Tableft a:after {
  content: " ";
  display: block;
  right: -1px;
  width: 1px;
  position: absolute;
  top: 0;
  height: 0px;
  background: #e6e8ed;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.Tabbox .Tableft a:last-child {
  margin-bottom: 0;
}
.Tabbox .Tableft a.active {
  color: #2b7dff;
  position: relative;
}
.Tabbox .Tableft a.active:after {
  content: " ";
  display: block;
  right: -1px;
  width: 1px;
  position: absolute;
  top: 0;
  height: 35px;
  background: #2b7dff;
}
.Tabbox .Tabrightbox {
  flex: 1;
}
.Tabbox .Tabright {
  flex: 1;
  padding-left: 100px;
  text-align: left;
}
.Tabbox .Tabright.dis {
  display: none;
}
.Tabbox .Tabright h2 {
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}
.Tabbox .Tabright p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  min-height: 150px;
}
.Tabbox .Tabright a {
  width: 160px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #73a9ff;
  color: #73a9ff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.Tabbox .Tabright a:hover {
  border: 1px solid #2b7dff;
  color: #2b7dff;
}
.menu_box {
  max-width: 167px;
  background: #ffffff;
  box-shadow: 0px 2px 5px 1px rgba(210, 210, 210, 0.6);
  border-radius: 2px 0px 2px 0px;
  padding: 15px 15px 15px 27px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 100%;
  display: none;
}
.menu_box.active {
  display: block;
}
.menu_box:after {
  position: absolute;
  top: -10px;
  content: " ";
  display: block;
  z-index: 10;
  left: 30px;
  width: 25px;
  height: 12px;
  background: url(../img/menuicon_03.jpg) no-repeat;
  background-size: 25px 12px;
}
.menu_box h1 {
  border-bottom: 1px solid #e6e8ed;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 7px;
  text-align: left;
  padding-bottom: 10px;
  width: 140px;
  margin-right: 0;
}
.hread_box .container .menu li .menu_box a {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  padding-left: 0;
  padding: 5px 0;
}
.hread_box .container .menu li .menu_box a:hover {
  color: #2b7dff;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.77);
}
.pop.dis {
  display: none;
}
.pop:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.77);
  z-index: 10;
}
.pop .pop_cont {
  width: 700px;
  background: #ffffff;
  border-radius: 6px;
  padding-bottom: 30px;
  margin: 50px auto;
}
.pop .pop_cont .pop_hread {
  height: 92px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-bottom: 1px solid #e6e8ed;
}
.pop .pop_cont .pop_hread span {
  color: #2b7dff;
}
.pop .pop_cont .pop_hread .close {
  width: 16px;
  height: 16px;
  background: url(../img/close.png) no-repeat;
  background-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.pop .pop_cont .pop_body {
  padding: 44px 59px 30px 59px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
.pop .pop_cont .pop_body .pop_input {
  display: flex;
  margin-bottom: 35px;
}
.pop .pop_cont .pop_body .pop_input label {
  width: 88px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.pop .pop_cont .pop_body .pop_input input {
  flex: 1;
  height: 41px;
  border-radius: 2px;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e6e8ed;
}
.pop .pop_cont .pop_body .pop_input textarea {
  flex: 1;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e6e8ed;
  border-radius: 2px;
}
.pop .pop_cont .pop_body .pop_btn {
  width: 180px;
  height: 46px;
  background: #2b7dff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
}
.pop .pop_cont .pop_body .pop_btn:hover {
  background: #83b4ff;
  border-radius: 2px;
  border: 1px solid #d6e7ff;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
.Steppadd {
  padding: 100px 0;
}
.Steppadd .col-md-3 {
  text-align: center;
  position: relative;
}
.Steppadd .col-md-3 img {
  width: 124px;
  height: 124px;
}
.Steppadd .col-md-3 h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding: 33px 0 16px 0;
}
.Steppadd .col-md-3:after {
  width: 21px;
  height: 33px;
  position: absolute;
  content: " ";
  display: block;
  right: -10px;
  top: 46px;
  background: url(../img/iconjiantou.png) no-repeat;
  background-size: 21px 33px;
}
.Steppadd .col-md-3:last-child:after {
  display: none;
}
.wirtebg {
  background: #fff;
  padding: 70px 0;
}
.popUpFrame {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: none;
}
.popUpFrame.active {
  display: block;
}
.popUpFrame .bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.popUpFrame .dailog {
  position: absolute;
  top: 15%;
  width: 350px;
  background: #f1f5f6;
  border-radius: 15px;
  left: 50%;
  margin-left: -175px;
  padding: 35px 30px;
}
.popUpFrame .dailog .dailog_label {
  line-height: 40px;
  font-size: 16px;
  color: #3c3c3c;
}
.popUpFrame .dailog .dailog_label span {
  color: #e13c3c;
}
.popUpFrame .dailog .dailog_input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  border: 0;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.popUpFrame .dailog .dailog_text {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.popUpFrame .dailog .dailog_btn {
  float: right;
  border: 1px #376a88 solid;
  color: #376a88;
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: none;
}
.popUpFrame .dailog .colse_btn {
  width: 20px;
  height: 20px;
  float: right;
  margin-right: -5px;
}
.popUpFrame .dailog .colse_btn img {
  width: 20px;
  height: 20px;
}
.wirtebg {
  text-align: center;
}
.wirtebg h1 {
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
}
.wirtebg p {
  padding: 7px 0 10px 0;
  height: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.wirtebg a {
  font-size: 16px;
  font-weight: 400;
  color: #2b7dff;
  line-height: 22px;
  padding-right: 15px;
  background: url(../img/fill_icon.png) right center no-repeat;
}
.DemoPadd {
  padding-top: 50px;
}
.flex_li {
  width: 20%;
  padding: 0 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flex_li img {
  width: 100%;
}
.SubimtBg {
  width: 100%;
  height: 400px;
  background: url(../img/footerbg.png) center no-repeat;
  background-size: cover;
}
.SubimtBg.aboutfooterbg {
  background: url(../img/about.png) center no-repeat;
  background-size: cover;
}
.SubimtBg.aboutfooterbg p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
.SubimtBg.aboutfooterbg .subime_btn {
  margin-top: 60px;
}
.SubimtBg .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.SubimtBg .container h1 {
  height: 40px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 50px;
}
.SubimtBg .container a {
  width: 180px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  background: #508de6;
  border-radius: 2px;
  border: 1px solid #d6e7ff;
  color: #d6e7ff;
}
.SubimtBg .container a:hover {
  background: #3882f2;
  border-radius: 2px;
  border: 1px solid #d6e7ff;
}
footer {
  padding: 60px 0 30px 0;
  background: #f5f5f5;
}
footer h1 {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 20px;
}
footer ul li {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 6px 0;
  cursor: pointer;
}
footer ul li:hover {
  color: #2b7dff;
}
.FooterLogo {
  margin-bottom: 30px;
}
.Iponenumber {
  padding-left: 26px;
  background: url(../img/Fill_ihonpe.png) left center no-repeat;
  background-size: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.Iponemail {
  padding-left: 26px;
  background: url(../img/email.png) left center no-repeat;
  background-size: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.Code_img {
  float: left;
  text-align: center;
}
.Code_img h1 {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: -5px;
}
.BannerIcon {
  width: 164px;
  height: 44px;
  margin-top: 70px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.ashbg > div > p.heightauto {
  height: auto;
  margin-top: 29px;
}
.ashbg > div > p.ConTxt {
  height: auto;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  margin-top: 29px;
}
.bigimg {
  margin-top: 30px;
  margin-bottom: 60px;
}
.case_li {
  background: #ffffff;
  box-shadow: 0px 4px 10px 2px rgba(159, 159, 159, 0.52);
  border-radius: 6px;
  text-align: center;
}
.case_li .case_hread {
  width: 100%;
  height: 7px;
  background: linear-gradient(270deg, #2f8deb 0%, #4b65ff 100%);
  border-radius: 6px 6px 0px 0px;
}
.case_li .case_body {
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 60px;
}
.case_li img {
  width: 270px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.case_li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.margin-bottom30 {
  margin-bottom: 36px;
}
.case_little {
  margin-bottom: 50px;
}
.CodeImg {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.help_little {
  margin-bottom: 50px;
}
.help_list {
  padding: 16px 25px 45px 25px;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  display: flex;
  border-right: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
}
.help_list.new_padd {
  border-bottom: 0;
  padding: 45px 25px 16px 25px;
}
.help_list.noborder {
  border-right: 0;
}
.help_list img {
  width: 90px;
  height: 90px;
}
.help_list .help_txt {
  flex: 1;
  padding-left: 15px;
  text-align: left;
}
.help_list .help_txt h1 {
  height: 37px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 37px;
  margin-bottom: 10px;
}
.help_list .help_txt p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  height: auto;
  padding: 0;
}
.case_list {
  background: #ffffff;
  box-shadow: 0px 4px 10px 2px rgba(159, 159, 159, 0.52);
  border-radius: 6px;
}
.case_list .case_list_hread {
  height: 263px;
  width: 100%;
  position: relative;
}
.case_list .case_list_hread img {
  width: 100%;
  height: 100%;
}
.case_list .case_list_hread .hread_txt {
  width: 150px;
  height: 40px;
  background: linear-gradient(90deg, #ff7e87 0%, #e60013 100%);
  border-radius: 2px;
  position: absolute;
  top: 28px;
  left: 23px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.case_list .case_list_body {
  padding: 20px 53px 0 53px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 250px;
}
.case_list .case_list_body img {
  width: 173px;
  margin-bottom: 35px;
  margin-top: 20px;
}
.case_list .case_list_body p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.techimg {
  width: 250px;
  height: 143px;
}
.techlittle {
  border-bottom: 1px dashed #e6e8ed;
  padding-bottom: 40px;
}
.techli {
  padding: 40px 0;
  border-bottom: 1px dashed #e6e8ed;
}
.more_padd {
  padding-top: 40px;
}
.tech_more {
  margin: 0 auto;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  padding-right: 20px;
  background: url(../img/fill_icon.png) right center no-repeat;
}
.tech_more:hover {
  color: #2b7dff;
}
.techtxt {
  padding-left: 40px;
  flex: 1;
  text-align: left;
  padding-right: 36px;
}
.techtxt h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}
.techtxt p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  height: 86px;
}
.techtxt a {
  font-size: 14px;
  font-weight: 400;
  color: #2b7dff;
}
.ihpone {
  display: none;
}
.Code_img h1 {
  width: 120px;
}
header .banner-item .container > div {
  min-height: 300px;
}
.new_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.blog_bg .banner-item .container > div.banner_txt.new_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
textarea {
  outline: none;
}
.footer_bottom {
  border-top: 2px solid #e6e8ed;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-top: 30px;
}
@media (max-width: 1500px) {
  .container {
    width: 1170px;
  }
  .popUpFrame .dailog {
    top: 5%;
  }
}
@media (max-width: 1170px) {
  .Steppadd .col-md-3:nth-child(2):after {
    display: none;
  }
  .ashbg .ashlist > div > div h2 {
    font-size: 18px;
    padding: 25px 0;
  }
  .container {
    width: 992px;
  }
  .blog .col-md-7 {
    padding-right: 0;
  }
  .blog .col-md-5 {
    padding-right: 0;
  }
  .blog_right_hread .flex_item {
    left: 30px;
    right: 30px;
    bottom: 0;
    top: 0;
  }
  .blog_right_li ul li .blog_right_txt p {
    font-size: 14px;
  }
  .ashbg .blog_list h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .Steppadd .col-md-3 {
    margin-bottom: 30px;
  }
  .ashbg .ashlist > div {
    margin-bottom: 20px;
  }
  .banner_icon {
    width: 50%;
  }
  .about_li .col-md-3 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .footer_bottom {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pop .pop_cont .pop_body {
    padding: 0px 10px 10px 10px;
  }
  .pop .pop_cont {
    width: 90%;
  }
  .pop .pop_cont .pop_hread .close {
    right: 12px;
    top: 12px;
  }
  .pop .pop_cont .pop_hread {
    font-size: 14px;
    height: 50px;
  }
  .pop .pop_cont .pop_body .pop_input {
    display: block;
  }
  .pop .pop_cont .pop_body .pop_input {
    margin-bottom: 0;
  }
  .pop .pop_cont .pop_body .pop_input label {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  .pop .pop_cont .pop_body .pop_btn {
    margin-top: 20px;
    width: 140px;
    height: 36px;
    line-height: 36px;
  }
  .pop .pop_cont .pop_body .pop_input input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
  }
  .pop .pop_cont .pop_body .pop_input textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
  }
  .Steppadd .col-md-3:after {
    display: none;
  }
  .row.about_li {
    margin-top: 30px;
  }
  .ashbg h1.techlittle {
    padding-bottom: 20px;
  }
  .techimg {
    width: 100%;
    height: auto;
  }
  .SubimtBg.aboutfooterbg {
    padding: 0 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .techtxt {
    padding-top: 15px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  header.bg_images .banner_txt {
    font-size: 24px;
  }
  .about_padd .col-md-4 {
    margin-bottom: 30px;
  }
  .about_padd .col-md-4 h1 {
    margin-bottom: 10px;
  }
  .about_padd .col-md-4 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  header .banner-item .container > div.new_center {
    padding: 50px 0;
  }
  header .banner-item .container > div p {
    height: auto;
    padding: 0 50px;
    line-height: 1.5;
  }
  .banner_icon {
    width: 70%;
    margin: 50px auto;
  }
  .hread_box .container img {
    width: 120px;
  }
  .menu li {
    position: relative;
  }
  .menu_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    padding: 10px 10px;
    background: #efefef;
  }
  .hread_box .container .menu li a.menu_icon {
    padding-right: 25px;
    background: url(../img/menu_active.png) 99% center no-repeat;
    background-size: 14px;
  }
  header .hread_box.topscoll .menu li a.menu_icon {
    padding-right: 25px;
    background: url(../img/menu_active.png) 99% center no-repeat;
    background-size: 14px;
  }
  .menu_box h1 {
    display: none;
  }
  .right_box {
    width: 46px;
    height: auto;
    padding: 17px 10px;
    text-align: center;
  }
  .hread_box .container .menu li > a {
    color: #666666;
    padding: 15px;
    border-bottom: 1px #efefef solid;
  }
  .hread_box .container .menu li > a:hover {
    color: #666 !important;
  }
  header .hread_box.topscoll .menu li a.last_icon {
    margin-right: 15px;
    margin-top: 50px;
    color: #9dccff;
    border: 1px solid #9dccff;
  }
  header .hread_box.topscoll .menu li a.last_icon:hover {
    color: #9dccff !important;
  }
  header .hread_box.topscoll .menu li a {
    color: #666666;
    padding: 15px;
    border-bottom: 1px #efefef solid;
  }
  header .hread_box.topscoll .menu li a:hover {
    color: #666 !important;
  }
  .hread_box .container .menu li a.last_icon {
    margin-right: 15px;
    margin-top: 50px;
    color: #9dccff;
    border: 1px solid #9dccff;
  }
  .hread_box .container .menu li a.last_icon:hover {
    color: #9dccff !important;
  }
  .right_box img {
    width: 15px;
  }
  .Tableft:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Tabbox .Tableft a {
    margin-bottom: 0;
    text-align: center;
  }
  .Tabbox {
    margin-top: 20px;
    padding: 30px 15px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .SubimtBg .container h1 {
    height: auto;
    font-size: 24px;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  footer {
    padding: 20px 0;
  }
  footer .col-lg-8 {
    padding: 0;
  }
  footer .col-lg-8 .col-md-3 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .SubimtBg.aboutfooterbg .subime_btn {
    margin-top: 30px;
  }
  footer h1 {
    margin-bottom: 10px;
  }
  footer ul li {
    padding: 3px 0;
  }
  .flex_li {
    width: 70%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    text-align: center;
  }
  .flex_li img {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
  }
  .flex {
    display: block;
  }
  .ashbg.BgImage {
    height: auto;
  }
  .wirtebg h1 {
    font-size: 24px;
  }
  .wirtebg p {
    height: auto;
    font-size: 18px;
  }
  .DemoPadd {
    padding-top: 20px;
  }
  .DemoPadd:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Steppadd {
    padding: 20px;
  }
  .Steppadd .col-md-3 h3 {
    padding: 15px 0;
  }
  .Steppadd .col-md-3 {
    margin-bottom: 20px;
  }
  .Tabbox .Tableft a.active:after {
    height: 1px;
    top: initial;
    bottom: 0;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .Tabbox .Tabright h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .Tabbox .Tabright p {
    margin-bottom: 20px;
  }
  .Tabbox .Tabright {
    padding-left: 0;
  }
  .Tabbox .Tableft {
    width: 100%;
    padding-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .Tabbox .Tableft a {
    width: 25%;
    float: left;
    font-size: 14px;
  }
  .ashbg h1 {
    font-size: 24px;
    height: auto;
    padding: 0 20px;
    line-height: 1.3;
  }
  .ashbg > div > p.heightauto {
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wirtebg {
    padding: 25px 0;
  }
  .help_list,
  .help_list.new_padd {
    width: 100%;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px dashed #d9d9d9;
  }
  .help_list:last-child {
    border-bottom: 0;
  }
  .ashbg > div > p.ConTxt {
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .case_li {
    margin-bottom: 30px;
  }
  .bigimg {
    width: 80%;
  }
  .help_list .help_txt h1 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .help_list .help_txt p {
    font-size: 12px;
    line-height: 1.5;
  }
  .ashbg > div > p {
    height: auto;
    font-size: 16px;
  }
  .ashbg .ashlist > div > div h2 {
    padding: 20px 0;
    font-size: 18px;
  }
  .ashbg .ashlist > div > div p {
    min-height: auto;
  }
  .ashbg .ashlist > div > div {
    margin-bottom: 20px;
  }
  header .banner-item .container > div {
    display: block;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
  }
  .blog .col-md-5 {
    padding-left: 15px;
    padding-top: 50px;
  }
  .blog_right_hread .flex_item {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px;
  }
  .blog_right_hread a {
    margin-top: 20px;
    width: 130px;
    height: auto;
  }
  .blog_right_li ul li .blog_right_txt p {
    font-size: 12px;
    line-height: 1.5;
  }
  .ashbg .blog_list h1 {
    font-size: 18px;
    line-height: 1.5;
  }
  .ashbg .blog_list p {
    padding: 0 10px;
    font-size: 12px;
  }
  .ashbg .blog_list .blog_footer {
    padding: 5px 10px;
  }
  .blog .col-md-7 {
    padding-right: 15px;
  }
  header .banner {
    height: auto;
  }
  header .banner-item .container > div h1 {
    font-size: 26px;
    line-height: 36px;
  }
  header .banner-item .container > div p {
    font-size: 14px;
  }
  .slick-slide img {
    width: 50%;
    margin: 50px auto;
  }
  .case_list {
    margin-bottom: 30px;
  }
  .case_list .case_list_hread {
    height: 170px;
  }
  .banner_txt {
    padding-top: 50px;
    text-align: center;
  }
  .logo {
    display: none;
  }
  header .hread_box {
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ihpone {
    display: block;
  }
  .container {
    width: 100%;
  }
  .hread_box .container .menu {
    transform: translateY(-470px) rotate(-3deg);
    transform-origin: left bottom 0px;
    position: fixed;
    width: 100%;
    left: 0px;
    flex-direction: column;
    top: 53px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 11;
    background: #fff;
  }
  .hread_box .container .menu.active {
    transform: translate(0px);
    opacity: 1;
    pointer-events: all;
  }
  header nav {
    display: block;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .row {
    margin: 0;
  }
}
