@charset "UTF-8";

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,
input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0
}

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

:focus {
    outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

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
}

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
}

body {
    color: #666;
    font-size: 12px;
    font-family: poppins, sans-serif;
    background: #fff;
    margin: 0 auto
}

a {
    color: inherit
}

a:hover {
    text-decoration: none;
    color: #1683C0
}

.uppercase {
    text-transform: uppercase
}

.hide {
    display: none
}

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

.wp2 {
    margin: 0 auto;
    width: 100%;
    /* padding-left: 80px;
    padding-right: 80px; */
    box-sizing: border-box
}

.pr {
    position: relative
}

.fr {
    float: right
}

.fl {
    float: left
}

.sitetop {
    background: #e8e8e8;
    /* height: 50px */
}

.sitetop .wp2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-flex;
    display: flex
}

.sitetop span {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center
}

.sitetop span i {
    font-size: 24px;
    line-height: 50px
}

.sitetop-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.sitetop ul.tnav {}

.sitetop ul.tnav li {
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #2b2b2b;
    margin-right: 45px
}

.mo-search {
    padding: 10px 15px;
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    left: 0;
    top: 46px;
    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;
    background-image: none;
    border: none;
    border-radius: 4px 0 0 4px
}

.mo-search .submit_btn {
    float: left;
    width: 15%;
    height: 34px;
    line-height: 34px;
    background: #1683C0;
    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%;
    -webkit-overflow-scrolling: touch;
    z-index: 1000 !important;
    -webkit-transition: all .4s cubic-bezier(.7, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.7, 0, .2, 1);
    transition: all .4s cubic-bezier(.7, 0, .2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .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: 700;
    font-family: times new roman
}

.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 {
    /* height: 90px; */
    box-sizing: border-box;
    background: #fff;
    margin: auto;
}
.container{
    width: 1400px;
    margin: auto;
}

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

.header h1 {
    display: none;
}

.header h1 a {
    width: 200px;
    display: block
}
#banner{
    padding-top: 138px;
}

.nav {
    width: 100%;
}
.nav>ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.nav>ul>li {
    width: 12.5%;
    float: left;
    position: relative;
    margin: 0 0px
}

/* .nav>ul>li:nth-child(1) {
    position: static
} */
.nav>ul>li:nth-child(2){
    background: url(../images/xia.png) no-repeat center right;
}
.nav>ul>li:nth-child(6){
    background: url(../images/xia.png) no-repeat center right;
}
.nav>ul>li:nth-child(6) ul{
    background: #f8f8f8;
}

.nav>ul>li>a {
    display: block;
    font-size: 22px;
    color: #2b2b2b;
    padding: 0 0px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
}

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

.nav>ul>li ul {
    position: absolute;
    width: 260px;
    height: auto;
    left: 0;
    top: 120px;
    z-index: 1000;
    padding: 3px 0 0;
    /* background: #f8f8f8; */
    /* box-shadow: rgba(0, 0, 0, .14) 0 -6px 9px 0; */
    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;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .5s, opacity .3s;
    -webkit-transition: -webkit-transform .5s, opacity .3s
}

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

.nav>ul>li ul>li {
    float: none;
    border-bottom: 1px solid #ededed;
    text-align: left;
    position: relative
}

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

.nav>ul>li ul>li>a {
    display: block;
    padding: 10px 20px;
    border: none;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize
}

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

.nav>ul>li ul>li>a:hover {
    color: #1683C0
}

.nav>ul>li>ul li ul {
    left: 260px;
    top: 0;
    box-shadow: none;
    border-radius: 0
}

.nav>ul>li:hover>a,
.nav>ul>li.active>a {
    color: #1683C0
}

.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 .dropdown {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0%;
    z-index: 1000;
    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;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .5s, opacity .3s;
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    background-color: #1683C0;
}
.dropdown-all{
    border-bottom: 1px solid #fff;
}
.dropdown-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dropdown-a a{
    width: 33%;
    display: block;
    color: #fff;
    padding: 40px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
}
.dropdown-a:last-child>a{
    border-bottom: none;
}
.dropdown-a a:hover{
    color: #000;
}
.dropdown-b a:hover{
    color: #000;
}
.dropdown-a:hover .dropdown-b{
    display: block;
}
.dropdown-b{
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    background-color: #1683c0;
}
.dropdown-b-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.dropdown-b-a p{
    width: 33%;
}
.dropdown-b-a a{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}
.nav ul li:hover .new-dropdown{
    display: block;
}
.new-dropdown{
    width: 150%;
    position: absolute;
    top: 100%;
    left: -25%;
    background-color: #1683C0;
    display: none;
}
.new-dropdown a{
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: block;
}
.new-dropdown a:hover{
    color: #000 !important;
}

.nav>ul>li .dropdown .wp {
    background: #f8f8f8;
    padding: 15px 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, .14) 0 -6px 9px 0;
    position: relative
}

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

.nav>ul>li .dropdown dl {
    padding: 10px 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dashed #ccc;
    -webkit-align-items: center;
    align-items: center
}

.nav>ul>li .dropdown dl:last-child {
    border-bottom: none
}

.nav>ul>li .dropdown dl dt {
    font-size: 20px;
    color: #000;
    width: 260px;
    border-right: 2px solid #000
}

.nav>ul>li .dropdown dl dt a:hover {
    color: #1683C0
}

.nav>ul>li .dropdown dl dd {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 25px;
    color: #333;
    text-align: left
}

.nav>ul>li .dropdown dl dd a {
    margin-right: 20px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize
}

.nav>ul>li .dropdown dl dd a:hover {
    color: #1683C0
}

.nav>ul>li:hover>.dropdown {
    -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)
}

.header_right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

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

.header-lang .box {
    height: 36px;
    width: 88px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #999
}

.header-lang .box img {
    float: left;
    margin: 8px 0 0 8px
}

.header-lang .box em {
    float: left;
    margin: 8px 5px 0 8px;
    line-height: 18px;
    font-size: 13px;
    color: #666;
    text-transform: uppercase
}

.header-lang .box i {
    float: left;
    margin: 8px 0 0;
    width: 15px;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    color: #666
}

.header-lang ul {
    display: none;
    overflow: hidden;
    width: 88px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 200;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
    box-sizing: border-box
}

.header-lang ul li {
    line-height: 32px;
    border-bottom: 1px solid rgba(51, 51, 51, .2)
}

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

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

.header-lang ul li a:hover {
    color: #0669b2
}

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

.header-lang:hover ul {
    display: block
}

.search {
    width: 260px;
    position: relative;
    z-index: 20;
    transition: all .5s ease 0s
}

.search .submit_text {
    background: #e8e8e8;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 15px;
    color: #000;
    padding: 0 50px 0 10px;
    box-sizing: border-box
}

.search .submit_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    background: 0 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    cursor: pointer;
    box-sizing: border-box
}

.search .submit_btn i {
    color: #333;
    font-size: 23px
}

#banner img {
    width: 100%
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px
}

#banner .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: 0 0;
    border: 2px solid #1683C0;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box
}

#banner .swiper-pagination-bullet-active {
    background: #1683C0
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    margin-top: -25px;
    text-align: center
}

#banner .swiper-button-prev i,
#banner .swiper-button-next i {
    font-size: 18px;
    line-height: 50px;
    color: #f8f6f5
}

#banner .swiper-button-prev,
#banner .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
    background: rgba(210, 37, 28, .8)
}

#banner .swiper-button-prev:hover i,
#banner .swiper-button-next:hover i {
    color: #fff
}
.foot{
    background: #1683C0;
    padding-top: 90px;
}
#footer {
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

.foot-top {
    height: 190px;
    border-bottom: 1px solid #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.foot-logo{}
.foot-logo a{
    /* width: 300px; */
    width: 120px;
    display: block;
}
.foot-logo a img{
    width: 100%;
    display: block;
}

.foot-form {}
.foot-form ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 80%;
}
.foot-form ul li:first-child{
    padding-left: 0;
}
.foot-form ul li{
    padding-left: 60px;
}
.foot-form ul li:nth-child(2){
    padding-left: 80px;
}
.foot-form ul li:last-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: -15px;
}
.foot-form ul li a:first-child{
    font-size: 20px;
    color: #ffffff;
    margin-top: 0;
}
.foot-form ul li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
    transition: .3s ease-in;
}
.foot-form ul li a:hover{
    color: #000;
    transform: translateX(10px);
}
.foot-form ul li a:hover i{
}
.foot-form ul li a i{
    margin-right: 10px;
}
#footer .box p{
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.foot-form p {
    font-size: 24px;
    color: #000
}

.foot-form .search-foot {
    width: 380px;
    margin: 0 0 0 35px;
    position: relative
}

.foot-form .search-foot .post-text {
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #111;
    padding: 0 105px 0 10px;
    font-size: 16px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box
}

.foot-form .search-foot .post-btn {
    position: absolute;
    right: 10px;
    top: 9px;
    background: #1683C0;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 36px;
    display: block;
    cursor: pointer
}

#footer .box {
    padding: 25px 0;
}

#footer h5 {
    font-size: 24px;
    color: #010101;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px
}

.foot-nav {}

.foot-nav ul li {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    margin-bottom: 10px
}

.foot-nav ul li a:hover {
    color: #eb1821
}

#footer h5 {
    font-size: 24px;
    color: #010101;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}

.foot-contact p {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 35px;
}

.foot-contact p.p1 {
    background: url(../images/c1.png) no-repeat left 6px;
}

.foot-contact p.p2 {
    background: url(../images/c2.png) no-repeat left 6px;
}

.foot-contact p.p3 {
    background: url(../images/c3.png) no-repeat left 6px;
}

.foot-contact p.p4 {
    background: url(../images/c4.png) no-repeat left 6px;
}


.copyright {
    text-align: center
}

.copyright p {
    font-size: 16px;
    color: #434343;
    padding: 30px 0
}

.copyright p a {
    margin: 0 10px
}

.copyright .list {
    border-top: 1px solid #b8b8b8;
    padding: 40px 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.copyright .list dl {
    text-align: left
}

.copyright .list dl:last-child {
    margin-left: 100px
}

.copyright .list dt {
    font-size: 16px;
    color: #434343;
    display: block
}

.copyright .list dd {
    margin: 18px 0 0
}

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

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

#gotop:hover {
    background: #353535
}

.onlineservice {
    position: fixed;
    right: 0px;
    top: 60%;
    z-index: 999
}

.onlineservice ul {
    background-color: #000000;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.onlineservice ul:hover{
    background-color: #1683C0;
    border: 1px solid #1683C0;
}
.onlineservice ul:hover a span{
    color: #ffffff;
}
/* .onlineservice ul a{
    display: block;
    animation: dong 5s infinite linear;
    padding: 10px;
    background-color: #ffffff;
} */
.onlineservice ul a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@keyframes dong {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0);
    }
}
.onlineservice ul a img{
    width: 30px;
    height: 30px;
    display: block;
    /* border-radius: 50%; */
    margin: auto;
}
.onlineservice ul a span{
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}
.onlineservice ul li {
    height: 54px;
    width: 54px;
    background-color: #a0a2ad;
    position: relative;
    border-radius: 5px
}

.onlineservice ul li~li {
    margin-top: 5px
}

.onlineservice ul li a {
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.onlineservice ul li em {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center
}

.onlineservice ul li i {
    font-size: 25px;
    vertical-align: middle
}

.onlineservice ul li span {
    display: none;
    font-size: 16px
}

.onlineservice ul li a:hover {
    width: 190px;
    padding-left: 15px;
    background: #1683C0
}

.onlineservice ul li a:hover span {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex
}

#inquiry-box {
    width: 800px;
    height: 450px;
    box-sizing: border-box
}

#inquiry-box iframe {
    height: 100% !important
}

.layui-layer-title {
    font-weight: 700
}

.live-form {
    padding: 20px 20px 0
}

.live-form .inquirbox .row {
    margin-bottom: 10px
}

.live-form .inquirbox input.submit {
    margin: 0 auto
}

#footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 80;
    background: #1683C0;
    border-top: 1px solid rgba(255, 255, 255, .8);
    transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s
}

#footBar ul {
    display: -webkit-flex;
    display: flex
}

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

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

#footBar ul li a {
    display: block;
    height: 100%;
    text-transform: uppercase
}

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

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

.inquirbox {}

.inquirbox h5 {
    background: #f0b323
}

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

.inquirbox input[type=text],
.inquirbox textarea {
    padding: 10px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #d2d2cf;
    width: 100%;
    line-height: 22px;
    text-align: left;
    color: #111;
    box-sizing: border-box
}

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

.inquirbox input[type=text]:focus,
.inquirbox textarea:focus {
    box-shadow: 0 0 5px #999;
    background: #fafafa;
    border-color: #999;
    outline: 0
}

.inquirbox .red {
    color: red;
    font-weight: 700
}

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

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

.inquirbox input.submit {
    margin: 0 auto;
    width: 160px;
    line-height: 40px;
    background: #1683C0;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer
}

.inquirbox input.submit:hover {
    background: #000
}

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

.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%
    }
}