.box {
  width: auto;
}

.bg_load {
  background: #039ee3;
  background-size: 100% 100%;
  border: none;
  position: fixed;
  width: 100%;
  text-align: center;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader_animation {
  animation-name: rotatey;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotatey;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
  from {
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
  }

  to {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    transform: rotatey(360deg);
  }
}

@-moz-keyframes rotatey {
  from {
    -moz-transform: rotatey(0deg);
  }

  to {
    -moz-transform: rotatey(360deg);
  }
}

.head .logo,
body {
  background: none;
}

.head .right {
  display: none;
}

#please-click {
  display: none;
}

.fixbox {
  display: none;
}

.index_news2 li img {
  width: 100%;
  margin-bottom: 10px;
}

.foot {
  background: #000;
  color: #fff;
}

.foot p span {
  color: #fff !important;
}

.friend {
  background: transparent;
  border: 0;
}

#header_top {
  background: #000000;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

#header_top .container {
  max-width: 85%;
  margin: 0 auto;
}

.index_company {
  background: #f5f5f5;
  padding: 25px;
  border: 0;
}

.tit_2016 {
  background: none;
  padding: 0;
}

.tit_2016 span {
  font-size: 20px;
  color: #000;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 600;
}

#header_top .line,
#header_top .tel {
  width: 50px;
  height: 50px;
  margin: 10px 5px;
  display: block;
  transition: 0.5s;
}

#header_top .line:hover,
#header_top .tel:hover {
  opacity: 0.5;
}

#header_top .line {
  background-image: url("../img/icon03.png");
}

#header_top .tel {
  background-image: url("../img/icon_phone01.png");
}

.head {
  margin-top: 0;
  position: relative;
  z-index: 8;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}

.head.is-up {}

.head .inside.is-up {
  margin: 0 auto;
}

.head .inside {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}

.head .logo {
  float: none;
  position: relative;
  text-align: center;
  top: auto;

  left: auto;
  padding: 10px 0;
  margin-left: 10px;
  height: auto;
}

.head .logo img {
  height: 60px;
}

.marquee-top {
  font-size: 20px;
  color: rgb(196, 9, 9);
  font-weight: 700;
  position: relative;
}

.logo-el {
  background: #f6f7f6;
  text-align: center;
  padding: 20px 0;
}

#carousel {
  padding: 20px 0;
}

.flipster {
  overflow: hidden !important;
}

.flipster__nav {
  display: none !important;
}

.flipster__item {
  width: 60%;
}

.logo-el .logo {
  width: 300px;
  margin: 10px auto 20px;
}

.logo-el .elementor-icon-list-text {
  display: block;
  margin: 10px 0;
  font-size: 22px;
}

.logo-el .logo img {
  width: 100%;
}

.menu-x .right2 {
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 23;
}

.menu-x .right2 div {
  display: inline-block;
}

.menu-x .line,
.menu-x .tel {
  width: 50px;
  height: 50px;
  margin: 10px 5px;
  display: block;
  transition: 0.5s;
}

.menu-x .line:hover,
.menu-x .tel:hover {
  opacity: 0.5;
}

.menu-x .line {
  background-image: url("../img/icon03.png");
}

.menu-x .tel {
  background-image: url("../img/icon_phone01.png");
}

.menu-x {
  position: relative;
}

.menu-x .right2 {
  position: absolute;
  right: 0;
}

.menu {
  position: relative;
  display: block;
  float: none;
  margin: 10px auto;
  font-size: 13px;
  background: none;
}

.menu .star_,
.menu .end_ {
  background: none;
}

.menu ul {
  margin-right: 10px;
}

.menu ul i {
  background: none;
}

.menu ul li {
  float: none;
  display: inline-block;
  padding: 0 10px;
}

.menu ul li a.f1 {
  background: none;
  color: #000;
  padding-left: 0;
  font-size: 18px;
}

.menu ul li a.f1:hover {
  background-color: transparent;
  color: #039ee3;
}

.menu ul li:last-child a,
.menu ul li:last-child {
  padding-right: 0;
}

.slick-dots {
  bottom: -35px !important;
  height: 20px !important;
}

.main.box {
  width: 85%;
  margin: 0 auto;
}

.main .body_dom {
  float: none;
  width: 100%;
}

.main .index_body {
  padding: 0;
}

#banner {
  margin-top: 0;
}

#banner img {
  width: 100%;
}

#banner .mb {
  display: none;
}

.page_body .mb-body {
  display: none;
}

.menu.mb {
  display: none;
}

.friend2 {
  border-bottom: 1px #ddd dotted;
}

.wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.wpb_wrapper .wpb_box {
  width: 33%;
}

.wpb_wrapper .wpb_box img {
  width: 100%;
  height: auto;
}

.menu ul {
  overflow: visible;
}

.menu {
  z-index: 9;
}


.dropdown {
  position: relative;
}

.dropdown ul {
  display: none;
  position: absolute;
  z-index: 9;
  min-width: 160px;
  margin-top: 0;
  padding: 0;
  border-top: 2px solid #039ee3;
}

.dropdown ul li {
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dcdcdc;
  padding-left: 10px;
  transition: all .25s ease;
}

.dropdown ul li:hover {
  background: #039ee3;
}

.dropdown:hover ul li:hover a.f1 {
  color: #fff;
}


.fixed_icon {
  bottom: 0%;
  opacity: 1;
  transition: 0.8s;
  position: fixed;
  z-index: 20;
  width: 20px;
  right: 15px;
}

.fixed_icon ul {
  padding: 0;
  display: block;
  float: right;
}

.fixed_icon ul .line,
.fixed_icon ul .fb,
.fixed_icon ul .tel {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  display: block;
  transition: 0.5s;
}

.fixed_icon ul .line:hover,
.fixed_icon ul .tel:hover {
  opacity: 0.5;
}

.fixed_icon ul .fb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/124010.png);
  background-color: #fff;
  border-radius: 50%;
}

.fixed_icon ul .line {
  background-image: url("../img/icon03.png");
}

.fixed_icon ul .tel {
  background-image: url("../img/icon_phone01.png");
}

.main {
  float: none;
  width: auto;
}

.index_news2 {
  display: flex;
  flex-wrap: wrap;
}

.index_news2 a {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

.index_news2 a,
.index_news2 {
  color: #000;
  font-weight: 500;
}

.index_news2 .txt,
.index_news2 .note {
  color: #707070;
}

.main .pageTitle {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  border-bottom: 3px solid #039ee3;
  display: inline-block;
}

.main_top {
  background: transparent;
  border: 0;
}

.main_top h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  border-bottom: 3px solid #039ee3;
}

.main_top h2 a {
  color: #000;
  font-size: 20px;
}

.index_news2 li {
  width: 30%;
  padding: 1%;
  margin-right: 1%;
  background: #f5f5f5;
  margin-bottom: 15px;
}

.index_news2 .txt {
  min-height: 80px;
}

@media (min-width: 768px) {
  .dropdown:hover ul {
    display: block;
  }

  .dropdown:hover ul li {
    padding: 0;
    float: none;
    display: block;
  }

  .dropdown:hover ul li a.f1 {
    padding: 0;
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .body_dom img {
    max-width: 100%;
  }

  .view_ .body_ p {
    text-indent: 0 !important;
  }

  .news-list-page h2 {
    text-align: left !important;
  }

  .head {
    height: 75px;
    z-index: 9999;
    background: transparent;
  }

  .menu-x {
    display: none;
  }

  .flipster__item {
    width: 85%;
  }

  #header_top {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent;
    color: #000;
    text-align: left;
    padding: 10px 0px;
  }

  #header_top .container {
    text-align: center;
  }

  .head .inside {
    width: 100%;
  }

  .head .inside {
    display: block;
  }

  .menu ul li {
    display: block;
  }

  .main .index_body h2 {
    text-align: center;
  }

  .index_news2 {
    display: block;
    flex-wrap: wrap;
  }

  .index_news2 li {
    width: 100%;
    padding: 15px;
    margin-right: 0;
    background: #E5E5E5;
    margin-bottom: 15px;
    box-sizing: border-box;
  }

  #please-click {
    display: block;
    padding-top: 35px;
    text-align: center;
  }

  .head {
    position: relative;
  }

  .head .inside {
    position: relative;
  }

  .head .inside.is-up {
    width: 100%;
  }

  .dropdown {
    position: relative;
  }

  .dropdown ul {
    display: block;
    position: relative;
    box-shadow: none;
  }

  .dropdown ul li {
    border-top: 1px solid #e6ebea;
    border-bottom: 0;
    padding-left: 45px;
  }

  .wpb_wrapper .wpb_box {
    width: 50%;
  }

  .main .left_dom {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
  }

  .tool {
    display: none;
  }

  .menu.mb {
    display: block;
  }

  .menu.pc {
    display: none;
  }

  #cami_patrol_tool {
    display: none !important;
  }

  .logo_dom {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
  }

  .head .logo {
    margin: 0;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 0px;
    position: relative;
    border-bottom: 0;
  }

  .head .logo a {
    display: flex;
    height: 70px;
    align-items: center;
  }

  .head .logo img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #banner .pc {
    display: none;
  }

  #banner .mb {
    display: block;
  }

  .box {
    width: auto;
  }

  .menu {
    margin-top: 0;
  }

  .menu .star_,
  .menu .end_,
  .head .end_,
  .head .star_,
  .menu ul {
    background: none;
    height: 0;
    width: 0;
  }

  .menu_icon_panel {
    position: absolute;
    top: 5px;
    right: 0;
    width: 44px;
    height: 44px;
  }

  .mobile_menu001_icon .header_nav_btnToggle .line {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 34px;
  }

  .mobile_menu001_icon .header_nav_btnToggle .line_01 {
    left: 5px;
    top: 10px;
  }

  .mobile_menu001_icon .header_nav_btnToggle .line_02 {
    left: 5px;
    top: 20px;
  }

  .mobile_menu001_icon .header_nav_btnToggle .line_03 {
    left: 5px;
    top: 30px;
  }

  .mobile_menu001_icon .header_nav_btnToggle.is-opened .line_01 {
    top: 20px;
    transform: rotate(45deg);
    transform-origin: 50% 50% 0;
  }

  .mobile_menu001_icon .header_nav_btnToggle.is-opened .line_02 {
    opacity: 0;
  }

  .mobile_menu001_icon .header_nav_btnToggle.is-opened .line_03 {
    top: 20px;
    transform: rotate(135deg);
    transform-origin: 50% 50% 0;
  }

  .right {
    float: none;
  }

  .menu {
    width: 100%;
    display: none;
    background: #ffffff;
  }

  .menu ul {
    height: auto !important;
    overflow: visible;
    display: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  .menu ul i {
    display: none;
  }

  .menu ul li {
    border-bottom: 1px solid #e6ebea;
    float: none;
  }

  .menu ul li a,
  .menu ul li a.f1 {
    display: block;
    text-align: left;
    font-size: 17px;
    color: #000;
    line-height: 21px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 8.5% !important;
  }

  .menu ul li ul li {
    padding-left: 10px;
  }

  .menu .fx {
    display: none;
  }

  .main {
    width: 100%;
  }

  .banner,
  .main .body_dom {
    width: 100%;
  }

  .banner .img_ li {
    background: none !important;
  }

  .banner .img_ li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .foot {
    display: none;
  }

  .index_body,
  .page_body {
    padding: 0 10px;
  }

  .index_body blockquote,
  .page_body blockquote {
    margin: 0 !important;
  }

  .index_body img,
  .page_body img {
    width: 100%;
  }

  .main .right_dom {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .index_news {
    margin: 10px 10px 0;
  }

  .index_news ul li {
    width: 90%;
  }

  .left_dom {
    width: auto;
    margin: 0 10px;
  }

  .page_body .mb-body {
    display: block;
  }

  .page_body .pc-body {
    display: none;
  }

  .roll_news {
    display: none;
  }

  .right_dom,
  .body_dom {
    float: none !important;
  }

  .fixbox {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99;
    font-size: 14px;
  }

  .fixbox ul {
    display: flex;
  }

  .fixbox ul li {
    flex: 1;
  }

  .fixbox ul li a {
    color: #fff;
    display: block;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .lineico2,
  .lineico3,
  .telico2 {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../img/telico2.png) no-repeat 0 0;
    background-size: 18px auto;
    margin-top: 5px;
    margin-right: 5px;
    vertical-align: -2px;
  }

  .lineico2 {
    background: url(../img/telico2.png) no-repeat 0px -23px;
    background-size: 18px auto;
  }

  .lineico3 {
    background: url(../img/124010.png) no-repeat 0px;
    background-size: 18px auto;
    background-color: #fff;
  }

  .fixed_icon {
    display: none;
  }
}