.container {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

.header {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 216px;
  display: block;
}

.header .logo img {
  width: 100%;
}

.header .logo .img01 {
  display: block;
}

.header .logo .img02 {
  display: none;
}

.header .h-right {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .h-right .navs {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .h-right .navs .items {
  height: 100%;
  position: relative;
  padding: 0 28px;
}

.header .h-right .navs .items .item {
  font-size: 18px;
  height: 100%;
  line-height: 100px;
  color: #fff;
}

.header .h-right .navs .items .item span {
  display: inline-block;
  position: relative;
}

.header .h-right .navs .items .item span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 25px;
  transition: all 0.3s;
}

.header .h-right .navs .items .down {
  width: 140px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 100px;
  left: calc(50% - 70px);
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}

.header .h-right .navs .items .down > a {
  font-size: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  padding: 0 10px 0 15px;
}

.header .h-right .navs .items .down > a.active, .header .h-right .navs .items .down > a:hover {
  background-color: #dd3640;
}

.header .h-right .navs .items:hover .item span:before {
  width: 100%;
  transition: all 0.3s;
}

.header .h-right .navs .items:hover .down {
  max-height: 400px;
  transition: max-height 0.3s;
}

.header .h-right .navs .items.active .item {
  color: #dd3640;
}

.header .h-right .navs .items.active .item span:before {
  width: 100%;
}

.header .h-right .search {
  padding-left: 45px;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.header .h-right .search:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  left: 0;
  top: calc(50% - 7px);
}

.header .h-right .search .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../img/58.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.header.header-fix {
  background-color: #fff;
  transition: all 0.3s;
}

.header.header-fix .logo .img01 {
  display: none;
}

.header.header-fix .logo .img02 {
  display: block;
}

.header.header-fix .h-right .navs .items .item {
  color: #333;
}

.header.header-fix .h-right .navs .items .down {
  background-color: #fff;
}

.header.header-fix .h-right .navs .items .down > a {
  color: #333;
}

.header.header-fix .h-right .navs .items .down > a:hover {
  color: #fff;
}

.header.header-fix .h-right .navs .items.active .item {
  color: #dd3640;
}

.header.header-fix .h-right .navs .items.active .item span:before {
  width: 100%;
  background-color: #333;
}

.header.header-fix .h-right .search:before {
  background-color: #333;
}

.header.header-fix .h-right .search .icon {
  background-image: url("../img/102.png");
}

.footer .msg-box {
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/13.png");
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .msg-box .txt {
  font-size: 40px;
  color: #fff;
}

.footer .msg-box .msg-btn {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #dd3640;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 80px;
}

.footer .msg-box .msg-btn img {
  width: 21px;
  margin-right: 8px;
}

.footer .msg-box.recruit {
  background-image: url("../img/103.png");
}

.footer .footer-main {
  background-color: #1F2024;
  padding: 40px 0 60px;
  position: relative;
  z-index: 10;
}

.footer .footer-main .navs {
  display: flex;
  justify-content: space-between;
}

.footer .footer-main .navs .left {
  width: 455px;
  flex-shrink: 0;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}

.footer .footer-main .navs .left .desc .line {
  font-size: 18px;
  line-height: 36px;
  display: flex;
  color: #fff;
}

.footer .footer-main .navs .left .code-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.footer .footer-main .navs .left .code-box .code {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  position: relative;
  margin-right: 26px;
  cursor: pointer;
  transition: all 0.3s;
}

.footer .footer-main .navs .left .code-box .code i {
  font-size: 24px;
}

.footer .footer-main .navs .left .code-box .code .down {
  width: 100px;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
  top: 60px;
  left: calc(50% - 50px);
  display: none;
}

.footer .footer-main .navs .left .code-box .code .down:before {
  content: '';
  position: absolute;
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent transparent #fff;
  width: 0;
  height: 0;
  top: -14px;
  left: calc(50% - 14px);
}

.footer .footer-main .navs .left .code-box .code .down img {
  width: 100%;
}

.footer .footer-main .navs .left .code-box .code:hover .down {
  display: block;
}

.footer .footer-main .navs .left .code-box .code.weibo {
  transition: all 0.3s;
}

.footer .footer-main .navs .left .code-box .code.weibo:hover {
  background-color: #DD3640;
  color: #fff;
  border: 1px solid #DD3640;
}

.footer .footer-main .navs .left .code-box .code.weixin {
  transition: all 0.3s;
}

.footer .footer-main .navs .left .code-box .code.weixin:hover {
  background-color: #0ECA1B;
  color: #fff;
  border: 1px solid #0ECA1B;
}

.footer .footer-main .navs .right {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 100px;
  flex: 1;
}

.footer .footer-main .navs .right .items-box .tt {
  font-size: 16px;
  color: #fff;
}

.footer .footer-main .navs .right .items-box .line {
  width: 16px;
  height: 2px;
  margin: 15px 0 10px;
  background-color: #dd3640;
}

.footer .footer-main .navs .right .items-box .items > a {
  font-size: 14px;
  line-height: 28px;
  color: #aaaaaa;
  display: block;
}

.footer .foot-bottoms {
  background-color: #18191c;
}

.footer .foot-bottoms .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer .foot-bottoms .container a {
  color: rgba(255, 255, 255, 0.6);
}

.com-title {
  padding: 80px 0 55px;
}

.com-title .title {
  position: relative;
}

.com-title .title .en {
  font-size: 60px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #ddd;
  font-weight: bold;
  z-index: 10;
  margin-top: -76px;
  font-family: 'Dinb';
}

.com-title .title .cn {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 11;
}

.com-title .line {
  margin-top: 16px;
}

.com-title .line span {
  display: inline-block;
  height: 3px;
  background-color: #dd3640;
}

.com-title .line .long {
  width: 40px;
}

.com-title .line .short {
  width: 20px;
  margin-left: 10px;
}

.com-more {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #dd3640;
  color: #fff;
  border-radius: 24px;
  display: block;
  cursor: pointer;
}

.com-more.recruit {
  width: 160px;
  margin: 70px auto 0;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list .item {
  width: calc((100% - 70px)/3);
  margin-right: 35px;
  display: block;
}

.news-list .item .pic {
  width: 100%;
  overflow: hidden;
}

.news-list .item .pic img {
  width: 100%;
  object-fit: cover;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

.news-list .item .info {
  padding: 30px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  transition: all 0.3s;
}

.news-list .item .info .tops .title {
  font-size: 20px;
  color: #444;
}

.news-list .item .info .tops .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 16px 0;
}

.news-list .item .info .bottoms {
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}

.news-list .item:nth-child(3n) {
  margin-right: 0;
}

.news-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.news-list .item:hover .info {
  background-color: #dd3640;
  transition: all 0.3s;
}

.news-list .item:hover .info .tops .title {
  color: #fff;
}

.news-list .item:hover .info .tops .desc {
  color: #fff;
}

.news-list .item:hover .info .bottoms {
  color: #fff;
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}

.inner-banner {
  position: relative;
}

.inner-banner > img {
  width: 100%;
}

.inner-banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner-banner .mask .title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.inner-banner .mask .title .cn {
  font-size: 50px;
  line-height: 50px;
}

.inner-banner .mask .title .en {
  font-size: 26px;
  line-height: 26px;
  margin-top: 20px;
}

.inner-banner .mask .search-box {
  width: 600px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner-banner .mask .search-box input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

.inner-banner .mask .search-box i {
  display: inline-block;
  font-size: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.second-nav {
  height: 64px;
  background-color: #eee;
}

.second-nav .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.second-nav .item {
  width: 100%;
  font-size: 20px;
  height: 100%;
  line-height: 64px;
  border-right: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}

.second-nav .item:last-child {
  border-right: none;
}

.second-nav .item.active {
  background-color: #dd3640;
  color: #fff;
}

.nums-box {
  display: flex;
  justify-content: space-between;
}

.nums-box .item {
  padding: 0 0 0 12px;
  color: #333;
  font-size: 16px;
  border-left: 2px solid #dd3640;
}

.nums-box .item .nums span {
  font-size: 60px;
  line-height: 60px;
  font-family: 'Dinb';
  color: #dd3640;
  margin-right: 6px;
}

.nums-box .item .txt {
  margin-top: 10px;
}

.team-container {
  display: flex;
  align-content: center;
  padding-bottom: 120px;
}

.team-container .left-box {
  width: 100%;
}

.team-container .left-box .pic {
  width: 100%;
  overflow: hidden;
}

.team-container .left-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-container .left-box .infos {
  padding: 20px 10px 20px 34px;
  background-color: #fff;
}

.team-container .left-box .infos .tt {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.team-container .left-box .infos .info {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.team-container .right {
  width: 530px;
  flex-shrink: 0;
  height: 100%;
  overflow-y: auto;
  padding: 0 30px 0 0;
  height: 830px;
  margin-left: 40px;
}

.team-container .right::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #dddddd;
}

.team-container .right::-webkit-scrollbar-track {
  background-color: #dddddd;
}

.team-container .right::-webkit-scrollbar-thumb {
  background-color: #dd3640;
}

.team-container .right .item {
  display: flex;
  background-color: #fff;
  margin-bottom: 40px;
}

.team-container .right .item .img {
  width: 200px;
  flex-shrink: 0;
}

.team-container .right .item .img img {
  width: 100%;
}

.team-container .right .item .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 0;
}

.team-container .right .item .desc .top .title .t1 {
  font-size: 24px;
  font-weight: bold;
}

.team-container .right .item .desc .top .title .t2 {
  font-size: 18px;
  margin-top: 6px;
}

.team-container .right .item .desc .top .cont {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin: 15px 0 0;
}

.team-container .right .item .desc .more {
  color: #dd3640;
  border-top: 1px solid #ececec;
  padding: 15px 0;
}

.model-case {
  display: flex;
  flex-wrap: wrap;
}

.model-case .items {
  width: calc((100% - 70px)/3);
  margin-right: 35px;
  display: block;
  margin-bottom: 30px;
}

.model-case .items:nth-child(3n) {
  margin-right: 0;
}

.model-case .items .pic {
  width: 100%;
  overflow: hidden;
}

.model-case .items .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

.model-case .items .info {
  padding: 20px;
  background-color: #fff;
}

.model-case .items .info .t1 {
  font-size: 20px;
  line-height: 28px;
}

.model-case .items .info .t2 {
  font-size: 16px;
  line-height: 28px;
  color: #999;
}

.model-case .items:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.model-case .items:hover .info .t1 {
  color: #dd3640;
}

.pages-bottoms {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pages-bottoms .page {
  color: #555;
}

.pages-bottoms .page .label {
  color: #dd3640;
}

.pages-bottoms .back {
  width: 142px;
  height: 40px;
  line-height: 40px;
  background-color: #999999;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
}

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.pages-box .item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 8px;
  border-radius: 4px;
}

.pages-box .item:hover, .pages-box .item.active {
  background-color: #dd3640;
  border: 1px solid #dd3640;
  color: #fff;
}

.pages-box .item.long {
  width: 66px;
}

.cul-build {
  padding-bottom: 120px;
}

.cul-build .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cul-build .tabs .item {
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #1e528c;
  color: #1e528c;
  margin-right: 20px;
}

.cul-build .tabs .item.active {
  background-color: #dd3640;
  color: #fff;
  border: 1px solid #dd3640;
}

.cul-build .swiper-build {
  margin-top: 70px;
  height: 330px;
}

.cul-build .swiper-build .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items {
  width: 500px !important;
  transition: all 0.3s;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 24px 30px 24px 0;
  background-color: #f4f4f4;
  margin-right: 50px;
  cursor: pointer;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items:hover {
  background-color: #dd3640;
  transition: all 0.3s;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items:hover .date {
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items:hover .date .day {
  color: #fff;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items:hover .date .year {
  color: #fff;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items:hover .info {
  color: #fff;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .items:nth-child(3n) {
  margin-right: 0;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  font-family: 'Dinb';
  border-right: 1px solid #ddd;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .date .day {
  font-size: 60px;
  line-height: 60px;
  color: #999;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .date .year {
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  color: #333;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .info {
  flex: 1;
  padding: 0 0 0 24px;
  color: #333;
  width: calc(100% - 114px);
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .info .title {
  font-size: 18px;
  font-weight: bold;
}

.cul-build .swiper-build .swiper-wrapper .swiper-slide .info .desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}

.cul-build .pagination-page {
  padding: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cul-build .pagination-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 20px;
  position: relative;
  background-color: #1e528c;
  opacity: 1;
}

.cul-build .pagination-page .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid transparent;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
}

.cul-build .pagination-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd3640;
}

.cul-build .pagination-page .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid #dd3640;
}

.detail-bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.detail-bottoms .left .page {
  color: #555;
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.detail-bottoms .left .page .label {
  color: #dd3640;
}

.detail-bottoms .back {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #999;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}

.map-info {
  width: 320px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: -6px 6px 17px 1px rgba(193, 193, 193, 0.3);
  border-radius: 4px;
  padding: 20px 24px 16px;
  position: relative;
}

.map-info:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 28px 20px 0 0px;
  bottom: -28px;
  left: 10px;
}

.map-info .t1 {
  font-size: 18px;
  color: #333;
}

.map-info .t2 {
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}

.BMapLabel {
  display: block;
  border: none !important;
}

.video-layer {
  background-color: #000 !important;
}

.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}

.video-layer video {
  width: 100% !important;
  height: 100% !important;
}

.m-header {
  display: none;
}

.m-cover {
  display: none;
}

.m-cover-dark {
  display: none;
}

.checkitem {
  display: inline-block;
  height: 20px;
}

.checkitem .checkbox {
  display: none;
}

.checkitem .checklabel span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  float: left;
  margin-left: 14px;
  user-select: none;
}

.checkitem .checklabel::before {
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  background-image: url(../img/31.png);
  background-size: 100% 100%;
  float: left;
  cursor: pointer;
}

.checkitem .checkbox:checked + .checklabel::before {
  background-image: url(../img/30.png);
}

.query-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.query-mask .query-box {
  width: 1000px;
  height: 565px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 16px 16px 0px 0px;
  padding: 30px 50px 0 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.query-mask .query-box .left {
  width: 300px;
}

.query-mask .query-box .left .lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  height: 68px;
}

.query-mask .query-box .left .lines .label img {
  height: 20px;
}

.query-mask .query-box .left .lines .label span {
  display: inline-block;
  margin-left: 14px;
}

.query-mask .query-box .form-box {
  width: 530px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.query-mask .query-box .form-box .input {
  width: calc((100% - 30px)/2);
  margin-bottom: 24px;
}

.query-mask .query-box .form-box .input .label {
  font-size: 16px;
  margin-bottom: 10px;
}

.query-mask .query-box .form-box .input .label .red {
  color: #ff0000;
}

.query-mask .query-box .form-box .input input {
  height: 50px;
  background-color: #eee;
  padding-left: 16px;
  border: none;
  width: 100%;
}

.query-mask .query-box .form-box .input textarea {
  width: 100%;
  padding: 15px;
  background-color: #eee;
  resize: none;
  height: 120px;
  border: none;
}

.query-mask .query-box .form-box .input.long {
  width: 100%;
}

.query-mask .query-box .submit-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  margin-top: 32px;
  background-color: #dd3640;
}

.query-mask .query-box .close-btn {
  width: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 24px;
}

@-webkit-keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  50%, 100% {
    -webkit-transform: rotate(45deg);
  }
}

@-webkit-keyframes circle_left {
  0%, 50% {
    -webkit-transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
