@charset "UTF-8";

@import "animate.css";
@import "iconfont.css";

:root {
  --color-noticeboard-backgroud: #2b63ad;
  --color-icon-primary: #2b63ad;
  --color-text-button: #2b63ad;;
  --color-primary: #2b63ad;;
  --main-bg-color: #fff;
  --main-bg-color2: #010101;
  --text-color: #010101;
  --bg-color: #2b63ad;
  --active-color: #000;
  --font-color: #455164;
  --font-color2: #00B5F0;
  --font-color2-hover: #008FE9;
  --tit-color: #212121;
  --tit-color-hover: #008FE9;
  --btn-bg: #2b63ad;
  --btn-bg-hover: #252526;
  --btn-bg2: #00BBF1;
  --btn-bg2-hover: #3c75c2;
  --btn-bg3: #010101;
  --swiper-btn-color: #C9C9C9;
  --swiper-btn-color-hover: #16A4F3;
  --liner-bg-start-color: rgba(2, 113, 183, 0);
  --liner-bg-end-color: rgba(2, 113, 183, 0.85);
  --font-family-1: 'Arial';
}


*,
*:before,
*:after {
  box-sizing: border-box;
}



html {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-1) !important;
}

fieldset,
img,
input,
button,
hr {
  border: 0;
}

:focus {
  outline: 0;
}
button{padding:0;}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 34px;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}



:link,:visited ,
ins {
  text-decoration: none;
}



input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.8;
}



blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}



.cl {
  *zoom: 1
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}



.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.wp {
  margin: 0 auto;
  width: 1500px;
}


@media screen and (max-width:1680px) {
.wp{width:1400px;}
}

@media screen and (max-width:1550px) {
.wp{width:1300px;}
}

@media screen and (max-width:1441px) {
.wp{width:1200px;}
}

@media screen and (max-width:1367px) {
.wp{width:100%;padding-right:70px;padding-left:70px;}
}

@media screen and (max-width:1281px){
.wp{padding-right:60px;padding-left:60px;}
}


@media screen and (max-width:1171px){
.wp{padding-right:50px;padding-left:50px;}
}

@media screen and (max-width:768px) {
.wp{padding-right:30px;padding-left:30px;}
}

@media screen and (max-width:640px) {
.wp{padding-right:20px;padding-left:20px;}
}

@media screen and (max-width:480px) {
.wp{padding-right:15px;padding-left:15px;}
}






.pr {
  position: relative;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}


body {
  color: #fff;
  font-size: 16px;
  font-family: var(--font-family-1);
  background: #fff;
  overflow-x: hidden;
  margin: 0 auto;
}



a {
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: var(--active-color);
}



.inquirbox {}

.inquirbox span {
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.inquirbox .row {
  margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #666;
  box-sizing: border-box;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}



.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox .submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: #000;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.inquirbox .submit:hover {
  background: var(--btn-bg-hover);
}



/*---header---*/



.sitetop {
  display: none;
  background: #333;
  height: 50px;
}

.sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.sitetop span.mo-header-search {
  margin-right: 95px;
}

.sitetop span i {
  color: #fff;
  font-size: 24px;
}



.mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
}

.mo-search .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
}

.mo-search .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: #DD3E00;
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}



.mo-leftmenu {
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7,0,0.2,1);
  -ms-transition: all 0.4s cubic-bezier(0.7,0,0.2,1);
  transition: all 0.4s cubic-bezier(0.7,0,0.2,1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}

.mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-family-1);
}

.mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
}

.mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
}

.mo-leftmenu > ul {}

.mo-leftmenu > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}

.mo-leftmenu > ul > li > a {
  padding: 0 0 0 20px;
}

.mo-leftmenu > ul > li > i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mo-leftmenu > ul > li.active {}

.mo-leftmenu ul li a {
  color: #333;
  display: block;
}

.mo-leftmenu ul li a:hover {
  text-decoration: none;
}

.mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}

.mo-leftmenu ul li ul li {
  line-height: 35px;
}

.mo-leftmenu ul li ul li a {
  background: url("../images/d.png") no-repeat 25px center;
  padding: 0 0 0 40px;
}



.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}



/*---header---*/



.header {
  height: 130px;
  background: #F7F7F7;
  border-bottom: 1px solid #E9E9E9;
}

.header .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}



.header .logo {}

.header h1 a {
  display: inline-block;
  width: 225px;
  height: 76px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 225px 76px;
}



.nav {}

.nav > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.nav > ul > li {
  position: relative;
  margin-left: 60px;
}

.nav > ul > li:nth-child(2) {
  position: static;
}

.nav > ul > li > a {
  display: block;
  font-family: var(--font-family-1);
  font-size: 20px;
  color: #181717;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 20;
}

.nav > ul > li > a > i {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}



.nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: -30px;
  text-align: left;
  top: 58px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.14) 0 -6px 9px 0;
}

.nav > ul > li > ul::before {
  content: '';
  position: absolute;
  left: 60px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.nav > ul > li > ul li {
  border-bottom: 1px solid #EDEDED;
  position: relative;
}

.nav > ul > li > ul li:last-child {
  border: none;
}

.nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 10px 8px;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

.nav > ul > li > ul > li > a {
  padding-right: 20px;
}

.nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

.nav > ul > li > ul li:hover > a {
  background: var(--active-color);
  color: #fff;
}



.nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
}



.nav > ul > li:hover > a,
.nav > ul > li.active > a {
  color: var(--active-color);
}

.nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}



.nav > ul li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
}



.nav > ul > li .drop-down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 130px;
  z-index: 100;
  padding: 50px 0;
  box-sizing: border-box;
  background: #F1F1F1;
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
}

.nav > ul > li .drop-down .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav > ul > li .drop-down .tab {
  width: 340px;
  margin-top: 10px;
  border-right: 1px solid #CCCBCB;
  padding-right: 40px;
}

.nav > ul > li .drop-down .tab span {
  display: block;
  font-size: 21px;
  color: #0e0e0e;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.nav > ul > li .drop-down .tab span + span {
  margin-top: 20px;
}

.nav > ul > li .drop-down .tab span.active {
  color: var(--active-color);
}



.nav > ul > li .drop-down .tab-list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
}



/*

.nav > ul > li .drop-down dl{margin-right:-10px;margin-left:-10px;display:none;}

.nav > ul > li .drop-down dl.active{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}

.nav > ul > li .drop-down dl dd{width:20%;padding:10px;text-align:center;position:relative;}

.nav > ul > li .drop-down dl dd a{display:block;overflow:hidden;}

.nav > ul > li .drop-down dl dd img{width:100%;transition:all 0.3s ease 0s;}

.nav > ul > li .drop-down dl dd p{margin-top:15px;font-size:16px;display:block;color:#4b4b4b;font-weight:300;}

.nav > ul > li .drop-down dl dd:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}

*/



.nav > ul > li .drop-down .list {
  margin-right: -10px;
  margin-left: -10px;
  display: none;
}

.nav > ul > li .drop-down .list.active {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav > ul > li .drop-down .list dl {
  width: 25%;
  padding: 10px;
  position: relative;
}

.nav > ul > li .drop-down .list dl dt {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 15px;
}

.nav > ul > li .drop-down .list dl dd {
  font-size: 16px;
  display: block;
  color: #4b4b4b;
  font-weight: 300;
}

.nav > ul > li .drop-down .list dl dd + dd {
  margin-top: 6px;
}



.nav > ul > li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}



.header-right {
  background: #fff;
  border: 1px solid #E9E9E9;
  height: 57px;
  padding: 0 20px;
  border-radius: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}



.header-lang {
  position: relative;
  z-index: 200;
}

.header-lang .box {
  height: 34px;
  width: 90px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.header-lang .box img {}

.header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
}

.header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

.header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

.header-lang ul li:last-child {
  border: none;
}

.header-lang ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}

.header-lang ul li a:hover {
  color: #015198;
}

.header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}



.header-right .line {
  width: 1px;
  height: 17px;
  background: #B0B0B0;
  overflow: hidden;
  margin: 0 20px;
}



.header-right span.mo-header-menu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.header-right span.mo-header-menu i {
  color: #333;
  font-size: 24px;
}



.search {
  position: relative;
}

.search em {
  cursor: pointer;
  display: block;
}

.search em i {
  color: #000;
  font-size: 24px;
}

.search:hover em {
  transform: scale(1.11);
}



.search-box {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 130px;
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0;
}

.search-box .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px;
}

.search-box .close i {
  font-size: 21px;
  color: #fff;
}

.search-box .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
}

.search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: #248506;
  text-align: center;
  display: block;
  cursor: pointer;
}

.search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff;
}



/*---footer---*/



.footer {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #F3F3F3;
}

.footer .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer h5 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}



.foot-nav {}

.foot-nav ul {
  margin: 0;
  overflow: hidden;
}

.foot-nav ul li {
  color: #505050;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.foot-nav ul li + li {
  margin-top: 8px;
}

.foot-nav ul li a:hover {
  color: #268609;
  text-decoration: underline;
}



.foot-list {}

.foot-list ul {
  margin: 0;
  overflow: hidden;
}

.foot-list ul li {
  color: #505050;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.foot-list ul li + li {
  margin-top: 8px;
}

.foot-list ul li a:hover {
  color: var(--active-color);
  text-decoration: underline;
}



.foot-contact {
  width: 500px;
}

.foot-contact p {
  color: #505050;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.foot-contact p + p {
  margin-top: 8px;
}

.foot-contact p a:hover {
  color: #268609;
}



.copyright {
  padding: 30px 0;
  background: #F3F3F3;
}

.copyright .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  color: #141414;
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
}

.copyright .share {
  font-size: 0;
}

.copyright .share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  background: rgba(36, 133, 6, 0.7);
  text-align: center;
}

.copyright .share a + a {
  margin-left: 10px;
}

.copyright .share a i {
  font-size: 20px;
}

.copyright .share a:hover {
  background: #000;
}



#gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #E60012;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

#gotop i {
  color: #fff;
  font-size: 18px;
}

#gotop:hover {
  background: #353535;
}



#footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: none;
  z-index: 999;
  background: #07689F;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

#footBar li {
  width: 25%;
  height: 45px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 6px 0 0;
  box-sizing: border-box;
}

#footBar li:first-child {
  border-left: none;
}

#footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase;
}

#footBar li i {
  color: #fff;
  font-size: 20px;
}

#footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}



/*----grid12----*/



.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}



@media(max-width:766px) {

  .visible-xs {
    display: block !important
  }

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

  .visible-xs-inline-block {
    display: inline-block !important
  }

}



@media(min-width:767px) and (max-width:1279px) {

  .visible-sm {
    display: block !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }

}



@media(min-width:1280px) and (max-width:1279px) {

  .visible-md {
    display: block !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }

}



@media(min-width:1280px) {

  .visible-lg {
    display: block !important
  }

  .visible-lg-block {
    display: block !important
  }

  .visible-lg-inline {
    display: inline !important
  }

  .visible-lg-inline-block {
    display: inline-block !important
  }

}



@media(max-width:766px) {

  .hidden-xs {
    display: none !important
  }

}



@media(min-width:767px) and (max-width:1279px) {

  .hidden-sm {
    display: none !important
  }

}



@media(min-width:1280px) and (max-width:1279px) {

  .hidden-md {
    display: none !important
  }

}



@media(min-width:1280px) {

  .hidden-lg {
    display: none !important
  }

}



.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}



.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-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}



@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }

}



@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

}



@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }

}



.web-live-l {
  position: fixed;
  bottom: 100px;
  left: 10px;
  width: 100px;
  z-index: 999;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .4);
}
.web-live-l::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 2px;
  background: url('../images/live.gif');
  width: 40px;
  height: 15px;
  border-radius: 3px;
}
.web-live-l img {
  width: 100px;
  height: 96px;
  display: block;
}
#wls_box {
  display: none;
}

.pcontents table {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 20px;
  border: 1px solid #BDBDBD;
  color: #4b4b4b;
}
.pcontents table tr > th,
.pro_view_inner table tr.firstRow > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #BDBDBD;
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  background: #EEF4F9;
  text-align: center;
}
.pcontents table tr > td {
  padding: 8px 10px;
  vertical-align: middle;
  border: 1px solid #BDBDBD;
}


.privacy{padding:80px 0;}
.privacy h3{font-size:36px;line-height:1;color:#000;text-align:center;font-weight:700;}
.privacy .pcontent{margin:40px 0 0;color:#666;font-size:17px;line-height:28px;}
.privacy .pcontent p ~ p{margin-top:10px;}
.privacy .pcontent strong{color:#000;}




a {
    color: black;
}
                          
                          #bobo-footer a{
                         
    color: #fff;

                          
                          
                          }