/*@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-BoldCondensed';
  src: url(../fonts/Roboto-BoldCondensed.ttf) format('truetype'), url(../fonts/Roboto-BoldCondensed.eot) format('eot'), url(../fonts/Roboto-BoldCondensed.woff) format('woff'), url(../fonts/Roboto-BoldCondensed.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT-Light';
  src: url(../fonts/FuturaLT-Light.ttf) format('truetype'), url(../fonts/FuturaLT-Light.eot) format('eot'), url(../fonts/FuturaLT-Light.woff) format('woff'), url(../fonts/FuturaLT-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'DroidSerif';
  src: url(../fonts/DroidSerif.ttf) format('truetype'), url(../fonts/DroidSerif.eot) format('eot'), url(../fonts/DroidSerif.woff) format('woff'), url(../fonts/DroidSerif.woff2) format('woff2');
}*/

/* 新增 */
:root {
  --white: #fff;
  --black: #000;
  --primary: #8bc243;
  --basic: #ff8600;
}

.section{
  overflow: hidden;
}

.our-solution{
    background: url(../images/init-4-bg.jpg) center center fixed;
    background-size: cover;
}
.our-solution .wrap {
    color: #fff;
    padding: 80px 3vw 0;
    position: relative;
}
.our-solution .wrap .content {
    max-width: 630px;
    padding: 40px 20px 20px;
    background: rgba(0, 0, 0, 0.15);
}

.our-solution .wrap .content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.our-solution .wrap .content .s-content {
    text-align: justify;
    font-size: 18px;
    line-height: 1.666;
    margin-bottom: 5vh;
    padding-bottom: 3vh;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    letter-spacing: 1px;
}

.our-solution .wrap .content h3 {
    font-size: 24px;
    margin-bottom: 3vh;
}

.our-solution .wrap .content ul {
    font-size: 0;
}

.our-solution .wrap .content ul li {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 3vh;
}

.our-solution .wrap .content ul li:nth-child(2n) {
    margin-right: 0;
}

.our-solution .wrap .content ul li span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    max-width: calc(100% - 26px);
    vertical-align: middle;
    padding-right: 5px;
}

.our-solution .wrap .content ul li i.fa {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1c6ab4;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: 0.36s;
}

.our-solution .wrap .content ul li:hover i.fa {
    transform: translateX(5px);
}

@media (max-width: 1000px){
  .our-solution .wrap .content ul li {
    width: 50%;
  }
}
@media (max-width: 700px){
  .our-solution .wrap .content ul li {
    width: 100%;
  }
}



table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}


/* end */

.hover-language{
  margin-right: 1.5vw;
  padding-right: 1.5vw;
  position: relative;
}

.hover-language::after {
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}

.hover-language .zhuyu {
  font-size: 18px;
}

.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li{display: block;}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


ul,
dl {
  font-size: 0;
  letter-spacing: -4px;
  font-size: 12px;
}
ul li,
dl dd {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  letter-spacing: 0;
}
.aligncenter {
  margin: 0 auto;
  display: inherit;
  width: auto;
}
body {
  font-size: 14px;
  font-family: "DroidSerif";
  margin: 0 auto !important;
}
.slick-initialized {
  max-width: 1920px;
  margin: 0 auto;
}
#banner .slick-initialized {
  max-width: none;
}
#index-body .section {
  background-size: cover !important;
}
body.active {
  overflow: hidden !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1300px;
}
.pro.container {
  padding: 0 15px;
  position: relative;
  width: 1820px;
}
.adv.container {
  padding: 0 15px;
  position: relative;
  width: 1680px;
}
.tel-number {
  text-align: right;
  margin-top: 40px;
}
.tel-number ul {
  margin: 0 -17px;
}
.tel-number ul li {
  padding: 0 17px;
}
.tel-number ul li p {
  font-size: 14px;
  color: #fff;
}
.tel-number ul li img {
  vertical-align: text-bottom;
  margin-right: 7px;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: white;
}
#header .nav .pro.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .pro.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  width: 200px;
}
#header .nav .pro.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .pro.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .pro.menu .menu-box ul.menu > li:first-child{
  display: none;
}
/*#header .nav .pro.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}*/
#header .nav .pro.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #03bdac;
  display: none \9;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .pro.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .pro.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .pro.menu .p-search form {
  border: 1px solid black;
}

#header .nav .pro.menu .p-search input {
  border: none;
  height: 30px;
  width: 100px;
  padding: 0 10px;
}

#header .nav .pro.menu .p-search button {
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
}

#header .nav .pro.menu .p-search button img {
  width: 15px;
}

#header .nav .pro.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

#banner .slick-arrow:hover {
  background-color: #fdc210;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 2;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 14px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fdc210;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fdc210;
  background-color: white;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,
#cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
#cs td:first-child {
  color: #2d2d2d;
}
#cs td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fdc210;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fdc210 !important;
}

#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
      line-height: 28px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
      line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #header{
    display: none;
  }

  #mobile{
    display: block;
  }

  .inner-banner {
    margin-top: 120px;
  }
}


@-webkit-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.btn {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn i:after,
.btn i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn i:before {
  border-left: none;
  border-top: none;
}
.btn i:after {
  border-right: none;
  border-bottom: none;
}
.btn:hover i:after {
  -webkit-animation: wh 1s;
  -o-animation: wh 1s;
  animation: wh 1s;
  border-color: #ce5227;
}
.btn:hover i:before {
  -webkit-animation: hw 1s;
  -o-animation: hw 1s;
  animation: hw 1s;
  border-color: #ce5227;
}
#index-body .section {
  height: 100vh;
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-1:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/xt.png') center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
}
#index-body .init-1 ul,
#index-body .init-1 .slick-slider .slick-track,
#index-body .init-1 .slick-slider .slick-list {
  height: 100%;
}
#index-body .init-1 .slick-slide > div {
  height: 100%;
}
#index-body .init-1 li {
  position: relative;
  height: 100vh;
}
#index-body .init-1 li > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#index-body .init-1 .content {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
#index-body .init-1 .content .box {
  max-width: 630px;
}
#index-body .init-1 .content .box h2 {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto-BoldCondensed";
  display: inline-block;
  position: relative;
  padding-top: 20px;
}
#index-body .init-1 .content .box h2 span {
  font-size: 70px;
}
#index-body .init-1 .content .box h2 em {
  font-weight: bold;
  color: #e66131;
}
#index-body .init-1 .content .box h2::before {
  content: url(../images/banner-title-after.png);
  position: absolute;
  top: 0;
  left: 0;
}
/*#index-body .init-1 .content .box h2::after {
  content: url(../images/banner-befor.png);
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}*/
#index-body .init-1 .content .box p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto-Light";
  line-height: 34px;
  margin: 20px 0 40px;
}
#index-body .init-1 .content .box a.more {
  display: inline-block;
  font-size: 18px;
  font-family: "Roboto-BoldCondensed";
  text-transform: capitalize;
  padding: 5px 20px;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
}
#index-body .init-2 h2 {
  font-size: 28px;
  /*color: white;*/
}
#index-body .init-2 h2 span {
  font-weight: bold;
}
#index-body .init-2 h6 {
  font-size: 12px;
  font-family: "FuturaLT-Light";
  /*color: #fff;*/
}
#index-body .init-2 .hr-box {
  margin-top: 15px;
}
.hr-box span {
  display: inline-block;
  width: 45px;
  height: 3px;
  margin: 0 1px;
}
.hr-box .hr-one {
  background-image: linear-gradient(to right, #d73900, #fc9d57);
}
.hr-box .hr-two {
  background-color: #fff;
}
#index-body .init-2 ul {
  margin: 0 -40px;
}
#index-body .init-2 ul li {
  padding: 0 40px;
  position: relative;
}
#index-body .init-2 ul li:nth-child(2)::after {
  content: "";
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-2 ul li:nth-child(2)::before {
  content: "";
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-2 ul li .licheng {
  font-size: 14px;
  /*color: #fff;*/
  text-align: center;
}
#index-body .init-2 ul li .licheng span {
  font-size: 26px;
  font-weight: bold;
  font-family: auto;
}
#index-body .init-2 {
  font-size: 0;
  /*background: #e55927 url("../images/init-2-l.jpg") left center;*/
  text-align: right;
}
#index-body .init-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  padding-right: 3%;
  text-align: left;
}
#index-body .init-2 .left a.more {
  font-size: 14px;
  /*color: #fff;*/
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 18px;
  border-radius: 10px;
  margin-top: 135px;
}
#index-body .init-2 .left p {
  font-size: 16px;
  /*color: #fff;*/
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 55px;
}
#index-body .init-2 .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  background: url("../images/init-2-r.jpg") center fixed;
  background-size: cover;
  text-align: center;
  position: relative;
}
#index-body .init-2 .right .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(229, 89, 39, 0.54);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .right .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
#index-body .init-2 .right .play:after,
#index-body .init-2 .right .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(229, 89, 39, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .init-2 .right .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#index-body .init-3 {
  background: url("../images/init-3-bg.jpg") center center fixed;
  background-size: 100% 100%;
  position: relative;
}
#index-body .init-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-3-bg.jpg") center center;
  z-index: -1;
}
#index-body .init-3 .fp-tableCell {
  display: table-cell;
}
#index-body .init-3 .box {
  padding-top: 70px;
}
#index-body .init-3 .box ul {
  font-size: 0;
  margin: -20px -16px;
}
#index-body .init-3 .box ul li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 16px;
  position: relative;
}
#index-body .init-3 .box ul li .adv-box {
  padding: 28px 40px;
  text-align: center;
}
#index-body .init-3 .box ul li span {
  width: 72px;
  height: 72px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: .5s ease;
}
#index-body .init-3 .box ul li:nth-child(1) span {
  background-image: url(../images/yous-icon.png);
}
#index-body .init-3 .box ul li:nth-child(2) span {
  background-image: url(../images/yous-icon.png);
}
#index-body .init-3 .box ul li:nth-child(3) span {
  background-image: url(../images/yous-icon.png);
}
#index-body .init-3 .box ul li:nth-child(4) span {
  background-image: url(../images/yous-icon.png);
}
#index-body .init-3 .box ul li:nth-child(5) span {
  background-image: url(../images/yous-icon.png);
}
#index-body .init-3 .box ul li:nth-child(6) span {
  background-image: url(../images/yous-icon.png);
}
#index-body .init-3 .box ul li:nth-child(1) .adv-box:hover span {
  background-image: url(../images/yous-icon-c.png);
}
#index-body .init-3 .box ul li:nth-child(2) .adv-box:hover span {
  background-image: url(../images/yous-icon-c.png);
}
#index-body .init-3 .box ul li:nth-child(3) .adv-box:hover span {
  background-image: url(../images/yous-icon-c.png);
}
#index-body .init-3 .box ul li:nth-child(4) .adv-box:hover span {
  background-image: url(../images/yous-icon-c.png);
}
#index-body .init-3 .box ul li:nth-child(5) .adv-box:hover span {
  background-image: url(../images/yous-icon-c.png);
}
#index-body .init-3 .box ul li:nth-child(6) .adv-box:hover span {
  background-image: url(../images/yous-icon-c.png);
}
#index-body .init-3 .box ul li h3 {
  font-size: 23px;
  font-weight: bold;
  color: white;
  margin-top: 10px;
  transition: .5s ease;
}
#index-body .init-3 .box ul li .adv-box:hover h3 {
  color: #ce5227;
}
#index-body .init-3 .box ul li h3 small {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  font-family: "Roboto-Light";
  text-transform: none;
  margin-top: 5px;
}
#index-body .init-3 .box ul li:nth-child(4) a {
  max-width: 310px;
}
#index-body .init-3 .adv-more {
  text-align: center;
  margin-top: 70px;
}
#index-body .init-3 .adv-more a {
  display: inline-block;
  font-size: 14px;
  background-image: linear-gradient(to right, #e55a27, #f79a56);
  padding: 5px 20px;
  border-radius: 10px;
}
#index-body .init-4 {
  background: url("../images/init-4-bg.jpg") center center fixed;
  background-size: auto 100%;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-4-bg.jpg") center center;
  z-index: -1;
}
#index-body .init-4 .fp-tableCell {
  display: table-cell;
}
.ty-title {
  text-align: center;
  color: #fff;
}
.ty-title h2 {
  font-size: 40px;
  font-weight: bold;
}
.ty-title h6 {
  font-size: 16px;
}
.ty-title .hr-box {
  text-align: center;
}
#index-body .init-4 .ty-title h2 {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#index-body .init-4 .box {
  padding-top: 40px;
}
#index-body .init-4 .box ul {
  font-size: 0;
}
#index-body .init-4 .box ul li {
  width: 25%;
  display: inline-block;
}
#index-body .init-4 .box ul li a {
  display: block;
  padding: 20px;
  background: white;
  transition: .5s ease;
}
#index-body .init-4 .box ul li a:hover {
  background: #e55c26;
}
#index-body .init-4 .box ul li a span {
  overflow: hidden;
  display: block;
}
#index-body .init-4 .box ul li a span img {
  width: 100%;
}
#index-body .init-4 .box ul li a h3 {
  font-size: 24px;
  font-weight: bold;
  color: #505050;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 26px;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s ease;
}
#index-body .init-4 .box ul li a:hover h3 {
  color: #fff;
}
#index-body .init-4 .box ul li a i {
  width: 50px;
  height: 3px;
  background: #e55927;
  display: block;
  margin: 10px 0;
  line-height: normal;
  transition: .5s ease;
}
#index-body .init-4 .box ul li a:hover i {
  background: #fff;
}
#index-body .init-4 .box ul li a p {
  font-size: 19px;
  color: #7d7d7d;
  font-family: "Roboto-BoldCondensed";
  overflow: hidden;
  margin-bottom: 20px;
  transition: .5s ease;
}
#index-body .init-4 .box ul li a:hover p {
  color: #fff;
}
#index-body .init-4 .pro-jt {
  text-align: center;
  margin-top: 50px;
}
#index-body .init-4 .pro-jt .prev,
#index-body .init-4 .pro-jt .next {
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
#index-body .init-5 {
  background: url("../images/init-5-bg.jpg") center center fixed;
  background-size: auto 100%;
}
#index-body .init-5:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-5-bg.jpg") center center;
  z-index: -1;
}
#index-body .init-5 .fp-tableCell {
  display: table-cell;
}
#index-body .init-5 .box {
  padding: 0 300px;
}
#index-body .init-5 ul li .par-img-box {
  background-color: #fff;
  min-height: 105px;
  height: 105px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#index-body .init-5 ul li .par-img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-5 ul {
  margin: 0 -5px;
}
#index-body .init-5 ul li {
  padding: 0 5px;
}
#index-body .init-5 ul button {
  font-size: 14px;
  width: 26px;
  height: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: rgba(168, 66, 0, 0.8);
  color: #fff;
}
#index-body .init-5 ul button.slick-prev {
  left: -30px;
  z-index: 10;
}
#index-body .init-5 ul button.slick-next {
  right: -30px;
  z-index: 10;
}
#index-body .init-6 {
  background: url("../images/init-6-bg.jpg") center center fixed;
  background-size: auto 100%;
}
#index-body .init-6 .fp-tableCell {
  display: table-cell;
}
#index-body .init-6 .box {
  padding-top: 40px;
}
#index-body .init-6 .ty-title {
  text-align: left;
}
#index-body .init-6 .ty-title .hr-box {
  text-align: left;
}
#index-body .init-6 .box {
  font-size: 0;
}
#index-body .init-6 .news-left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding-right: 35px;
}
#index-body .init-6 .news-left .big-new-time {
  display: inline-block;
  background-image: linear-gradient(to right, #e55a27, #f79a56);
  color: #fff;
  font-family: "arial";
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
#index-body .init-6 .news-left .big-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
#index-body .init-6 .news-left .news-day {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
#index-body .init-6 .news-left .news-m {
  font-size: 17px;
  line-height: 17px;
}
#index-body .init-6 .news-left .big-new-box .new-big-img {
  overflow: hidden;
}
#index-body .init-6 .news-left .big-new-box .new-big-img img {
  width: 100%;
  transition: .5s ease;
}
#index-body .init-6 .news-left .big-new-box .new-big-img:hover img {
  transform: scale(1.1);
}
#index-body .init-6 .news-left .big-new-box .big-new-title {
  padding: 35px 0 30px;
}
#index-body .init-6 .news-left .big-new-box p {
  font-size: 18px;
  color: #828282;
}
#index-body .init-6 .news-right {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
#index-body .init-6 .news-right ul li {
  display: block;
  margin-bottom: 25px;
}
#index-body .init-6 .news-right .small-new-box {
  font-size: 0;
}
#index-body .init-6 .news-right .new-small-img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
#index-body .init-6 .news-right .new-small-img img {
  width: 100%;
  transition: .5s ease;
}
#index-body .init-6 .news-right .new-small-img:hover img {
  transform: scale(1.1);
}
#index-body .init-6 .news-right .small-new-text {
  width: 60%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .news-right .small-new-text h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#index-body .init-6 .news-right .small-new-text h6 {
  font-size: 17px;
  color: #828282;
  font-family: "arial";
}
#index-body .init-6 .news-right .small-new-text h6 img {
  margin-right: 8px;
}
#index-body .init-6 .news-right .small-new-text p {
  font-size: 17px;
  color: #828282;
  margin-top: 20px;
}
#index-body .init-6 .new-padding {
  padding: 0 100px;
}
#index-body .init-6 .adv-more {
  text-align: center;
  margin-top: 50px;
}
#index-body .init-6 .adv-more a {
  display: inline-block;
  font-size: 14px;
  background-image: linear-gradient(to right, #e55a27, #f79a56);
  padding: 5px 20px;
  border-radius: 10px;
}
#ewm {
  border: 5px solid white;
}
#footer .code{
  width: 100px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 30px;
}
#footer .code span{
  color: white;
}
#footer {
  /*background: url(../images/footer-bg.jpg) no-repeat center;*/
  background-color: #314890;
  background-size: cover!important;
}
#footer .box {
  padding: 0 100px;
}
#footer .footer-top .box {
  padding: 60px 100px 30px;
  font-size: 0;
}
#footer .footer-top .foot-logo {
  display: inline-block;
  vertical-align: bottom;
  width: 40%;
}
#footer .footer-top .foot-left {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}
#footer .footer-top .foot-right {
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
}
#footer .footer-top .foot-right ul li {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  margin-left: 35px;
}
#footer .footer-top .foot-right ul li a:hover {
  color: #0564b6;
}
/*#footer .footer-top .tel-number {
  opacity: .4;
}*/
#footer .footer-top .tel-number ul li {
  padding: 0 10px;
  vertical-align: bottom;
}
#footer .footer-bttom .top-bor {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-bttom ul li {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  margin: 0 10px;
}
#footer .footer-bttom ul li.nav-open {
  cursor: pointer;
  cursor: hand;
}
#footer .footer-bttom ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bttom ul li a:hover {
  color: white;
}
#footer .footer-bttom .left {
  float: left;
}
#footer .footer-bttom .left p {
  font-size: 16px;
  color: white;
  line-height: 39px;
}
#footer .footer-bttom .left p a{
  font-size: 0;
}
#footer .footer-bttom .left p a.footgoode {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 590px;
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-bttom .left img {
  vertical-align: sub;
  max-height: 16px;
}
#footer .footer-bttom .right {
  float: right;
}
#footer .footer-bttom .right ul li {
  margin-left: 9px;
}
#footer .footer-bttom .right ul li a {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 39px;
}
@media screen and (max-height: 900px) {
  .section {
    background-size: auto !important;
  }
  /*#index-body .init-2 .left ul {
    padding: 40px 0;
  }*/
  #index-body .init-3 .box {
    padding-top: 50px;
  }
  #index-body .init-4 .box ul li a p,
  #index-body .init-4 .box ul li a i {
    display: none;
  }

  #index-body .init-2 .left p{
    margin: 30px 0;
  }

  #index-body .init-2 .left a.more{
    margin-top: 60px;
  }
}
@media screen and (max-height: 800px) {
  #index-body .init-1 .content img {
    max-height: 100px;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 30px;
  }
  #index-body .init-1 .content .box h2:after {
    height: 10px;
    bottom: 20px;
    width: 150px;
  }
  #index-body .init-1 .content .box p {
    margin: 15px 0;
  }
  #index-body .init-1 .content .box a.more {
    font-size: 16px;
  }
  #index-body .section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #index-body .section h2 small {
    font-size: 13px;
    margin-top: 0;
  }
  #index-body .init-3 .box ul li h3 small {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-3 .box ul li h3 {
    font-size: 18px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  #footer .footer-bttom .left p a.footgoode {
display: none !important;
}

}
@media screen and (max-height: 700px) {
  #index-body .init-5 .box ul li {
    width: 100%;
  }
  #index-body .section {
    height: auto !important;
    padding: 60px 0;
  }
  #footer {
    padding: 8px 0 !important;
  }
  #index-body .init-6 {
    padding-bottom: 120px;
  }
  #index-body .fp-tableCell {
    height: auto !important;
  }
  #index-body .init-2 .right {
    min-height: 600px;
  }
  #index-body .section#banner {
    padding: 0;
  }

  /*#index-body .init-2 .left ul {
    padding: 20px 0;
  }*/
  #index-body .init-2 .left p {
    display: none;
  }
  #index-body .init-1 .content .ui {
    padding: 0 15px;
  }
  #index-body .init-2 .right .box {
    height: 400px;
    width: 400px;
  }
  #index-body .init-2 .right .box h3 {
    font-size: 40px;
    line-height: 46px;
  }
  #index-body .init-2 .right .box h3 em {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  #index-body .init-4 .box {
    padding-top: 10px;
  }
  #index-body .init-4 .box ul li a h3,
  #index-body .init-6 .box ul li a h3 em {
    height: 26px;
    -webkit-line-clamp: 1;
    line-height: 26px;
  }
  #index-body .init-4 h2 {
    max-width: none;
    padding-top: 15px;
  }
  #index-body .init-5 .box,
  #index-body .init-6 .box {
    padding-top: 30px;
  }
  #index-body .init-5 .box ul li p {
    font-size: 15px;
    line-height: 26px;
  }
  #index-body .init-6 .box ul li a h3 {
    margin-top: 10px;
  }
  #index-body .init-6 .box ul {
    padding: 0;
  }
  #index-body .init-6.comment .box dd {
    padding: 0 15px;
  }
  #index-body .init-6.comment .box dl {
    margin: 0 -15px;
  }
  #index-body .init-6.comment .box dl ul.slick-dots {
    margin-top: 25px;
  }
  #index-body .init-6.comment .box dd .right p {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-6.comment .box dd .right h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #index-body .init-6.comment .box dd .left {
    white-space: nowrap;
    font-size: 12px;
  }
  #index-body .init-6.comment .box dd .box3 .right em:after {
    font-size: 16px;
  }
}
@media screen and (max-height: 600px) {
  #Information-popup {
    display: none;
  }
  #index-body .init-1 .content img {
    max-height: 60px;
  }
  #index-body .init-1 .content .box p {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 24px;
  }
  #index-body .init-1 .content .box h2:after {
    bottom: 10px;
    width: 120px;
  }
}
@media screen and (max-width: 1500px) {
  #footer ul li {
    margin: 0 5px;
    font-size: 13px;
  }
  #footer .left {
    padding-left: 20px;
  }
  #index-body .init-2 .right,
  .section {
    background-size: auto !important;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav .pro.menu .p-search{
    display: none;
  }
  
  #header .nav .pro.menu .h-search{
    display: block;
  }

  .ui.container {
    width: 100%;
  }
  #index-body .section h2 {
    font-size: 38px;
  }
  #index-body .init-2 .left a.more {
    margin-top: 50px;
  }
  #index-body .init-2 .left {
    padding-left: 20px;
  }
  #index-body .init-2 .right .box h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-2 .right .box h3 em {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #index-body .init-3 .box ul li h3 small,
  #index-body .init-5 .box ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-3 .box ul li h3 {
    font-size: 20px;
    line-height: 22px;
  }
  #index-body .section h2 small {
    font-size: 14px;
  }
  #index-body .init-6 .box,
  #index-body .init-5 .box {
    padding-top: 30px;
  }
  #index-body .init-6 .box ul li a h3 em {
    font-size: 18px;
    -webkit-line-clamp: 1;
    max-height: 30px;
  }
  #index-body .init-6 .box ul li a h3 small {
    font-size: 14px;
    -webkit-line-clamp: 1;
    max-height: 30px;
    line-height: 30px;
  }
  #index-body .init-6 .box ul li a h3 {
    margin-top: 15px;
  }
  #index-body .init-6 .box ul {
    padding: 0;
  }
  #footer .right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .left p {
    font-size: 14px;
    line-height: 26px;
  }
  #index-body .init-2 ul {
    margin: 0 -30px;
  }
  #index-body .init-2 ul li {
    padding: 0 30px;
  }
  #index-body .init-2 .left a.more {
    margin-top: 30px;
  }
  #footer {
    height: auto;
  }
  #footer .left {
    float: none;
    padding-left: 0;
  }
  #Information-popup .btn div.ewm {
    display: none;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 30px;
  }
  #index-body .init-1 .content .box h2:after {
    width: 100px;
    bottom: 5px;
  }
  #index-body .init-1 .content .box p {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
  }
  #index-body .init-1 .content .box a.more {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  /*#index-body .init-2 .left ul {
    padding: 20px 0;
  }*/
  #index-body .init-2 .right .box h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #index-body .init-3 .box ul li h3 small,
  #index-body .init-5 .box ul li p {
    font-size: 12px;
    line-height: 16px;
  }
  #index-body .init-3 .box ul li h3 {
    font-size: 18px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 18px;
    -webkit-line-clamp: 1;
    height: 26px;
    margin-top: 10px;
  }
  #index-body .init-5 h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #index-body .init-6 .box ul li a h3 em {
    font-size: 16px;
    margin: 3px 0;
  }
  #index-body .init-6.comment .box dd {
    padding: 0 15px;
  }
  #index-body .init-6.comment .box dl {
    margin: 0 -15px;
  }
  #index-body .init-6.comment .box dl ul.slick-dots {
    margin-top: 25px;
  }
  #index-body .init-6.comment .box dd .right p {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-6.comment .box dd .right h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #index-body .init-6.comment .box dd .left {
    white-space: nowrap;
    font-size: 12px;
  }
  #index-body .init-6.comment .box dd .box3 .right em:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .section {
    height: auto !important;
    padding: 60px 0;
  }
  #banner .slick-arrow,
  #index-body .init-1:after {
    display: none !important;
  }
  #index-body .init-2 .left ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #index-body .init-5 .box ul li .box2 {
    max-width: 100% !important;
  }
  #index-body .init-6.comment .box dd .left {
    width: 100%;
  }
  #index-body .init-6.comment .box dd .right {
    width: 100%;
  }
  #Information-popup {
    display: none;
  }
  #index-body .fp-tableCell {
    height: auto !important;
  }
  #index-body .section#banner {
    padding: 0;
  }
  #index-body .init-2 .right {
    display: none;
  }
  #index-body .init-1 li {
    overflow: hidden;
    height: 400px;
  }
  /*#index-body .init-1 li > img {
    width: auto;
    position: relative;
    left: 100%;
    transform: translateX(-50%);
  }*/
  #index-body .init-2 .left {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .init-2 .fp-tableCell {
    display: table-cell;
  }
  /*#index-body .init-2 {
    background: url(../images/init-2-r.jpg) right center fixed;
  }*/
  /*#index-body .init-2 .left p {
    color: white;
  }*/
  #index-body .init-3 .box ul li {
    width: 50%;
  }
  #index-body .init-3 .box ul li h3 {
    font-size: 14px;
  }
  #index-body .init-3 .box ul li h3 small {
    display: none;
  }
  #index-body .init-3 .box ul li i img {
    max-width: 30px;
  }
  #index-body .init-3 .box ul li i {
    top: 22px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  #index-body .section h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #index-body .section h2 small {
    font-size: 13px;
    line-height: 18px;
  }
  #index-body .init-5 h2 {
    font-size: 18px;
    line-height: 30px;
  }
  #index-body .init-5 h2 i {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #index-body .init-5 .box ul li {
    width: 100%;
  }
  #footer {
    line-height: 24px;
    text-align: center;
    padding: 8px 0 !important;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 20px;
  }
  #index-body .init-1 .content .box h2 span {
    font-size: 50px;
  }
  #index-body .init-1 .content .box h2::before {
    display: none;
  }
  #index-body .init-1 .content .box h2::after {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #index-body .init-2 .left p {
    font-size: 13px;
    line-height: 18px;
  }
  #index-body .init-3 .box ul li span {
    top: 13px;
  }
  #index-body .init-4 .box ul {
    margin: 0 -2px;
  }
  #index-body .init-4 .box ul li {
    padding: 0 2px;
  }
  #index-body .init-6 .box ul li a h3 small {
    display: none;
  }
  #index-body .init-6 .box {
    padding: 0 15px;
    margin-top: 15px;
  }
}
@media screen and (min-height: 900px) {
  .section {
    background-size: auto 100% !important;
  }
}
@-webkit-keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.button-group .button {
  background-color: #414141 !important;
}
.ajax-loader {
  position: absolute;
  left: 100%;
  top: 5px;
  margin-left: 10px;
}
.content h4 {
  font-size: 50px;
  color: #f29504;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  margin-top: 100px;
}
.content h5 {
  font-size: 22px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  /*margin-bottom: 30px;*/
}
.tupian {
  text-align: center;
}
.mml-btn {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  min-height: 71px;
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
#banner .mml-btn {
  right: 100px;
  bottom: 80px;
}
#banner .banner-jt {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 10;
  color: #fff;
  width: 157px;
  max-width: 157px;
  font-size: 0;
  text-align: center;
}
.jt {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  transition: .5s ease;
  cursor: pointer;
}
.jt:hover {
  background-color: #e55927;
}
#banner .banner-jt .prev {
  height: 34px;
  max-height: 34px;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  background-image: url(../images/left-jt.png);
}
#banner .banner-jt .prev:hover {
  background-image: url(../images/left-jt-w.png);
}
#banner .banner-jt .next {
  height: 34px;
  max-height: 34px;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  background-image: url(../images/right-jt.png);
}
#banner .banner-jt .next:hover {
  background-image: url(../images/right-jt-w.png);
}
#banner .swiper-pagination-current {
  font-size: 20px;
}
body .swiper-pagination {
  position: static;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 63px;
  margin: 0 10px;
  font-size: 14px;
}
#banner .swiper-pagination {
  color: #fff;
}
#banner .swiper-scrollbar {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 50;
  height: 1px;
  width: 195px;
  border-radius: unset;
  background: #fff;
}
#banner .swiper-scrollbar-drag {
  height: 5px;
  top: -2px;
  border-radius: unset;
  background: #fff;
}
@media screen and (max-width: 1820px) {
  .pro.container {
    padding: 0 15px;
    position: relative;
    width: 1680px;
  }

  #header .nav .pro.menu .menu-box ul.menu > li{
    margin: 0 20px;
    font-size: 16px;
  }

  .hover-language .zhuyu{
    font-size: 16px;
  }

  #header .nav .pro.menu .logo img{
    width: 150px;
  }
}
@media screen and (max-width: 1680px) {
  .pro.container {
    width: 1300px;
  }
  .adv.container {
    width: 1300px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 20px;
  }
  #index-body .init-4 .box ul li a p {
    font-size: 15px;
  }
  #index-body .init-5 .box {
    padding: 0 50px;
  }
  #index-body .init-6 .new-padding {
    padding: 0;
  }
  #index-body .init-6 .news-left .big-title {
    font-size: 25px;
  }
  #index-body .init-6 .news-left .big-new-box .big-new-title {
    padding: 20px 0;
  }
  #index-body .init-6 .news-left .big-new-box p {
    font-size: 14px;
  }
  #index-body .init-6 .news-right .small-new-text h1 {
    font-size: 18px;
  }
  #index-body .init-6 .news-right .small-new-text {
    padding-left: 20px;
  }
  #index-body .init-6 .news-right .small-new-text p {
    font-size: 14px;
    margin-top: 10px;
  }
  #footer .footer-top .foot-right ul li {
    font-size: 16px;
    margin-left: 20px;
  }
  #footer .footer-top .tel-number ul li {
    padding: 0;
  }
  #footer .box {
    padding: 0 50px;
  }
  #footer .footer-top .box {
    padding: 60px 50px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .ui.container {
    width: 100%;
  }
  .pro.container {
    width: 100%;
  }
  .adv.container {
    width: 100%;
  }
  #footer .box {
    padding: 0 15px;
  }
  #footer .footer-top .box {
    padding: 60px 15px 30px;
  }
  #index-body .init-2 .left h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1230px) {
  #header .nav .pro.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }

  .hover-language .zhuyu{
    font-size: 14px;
  }

  #footer .footer-top .foot-right ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .mml-btn {
    right: 0;
  }
  #index-body .init-6 .news-left {
    display: none;
  }
  #index-body .init-6 .news-right {
    width: 100%;
  }
  #footer .footer-top .foot-left {
    width: 100%;
    text-align: center;
  }
  #footer .footer-top .foot-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #index-body .init-3 .box ul li .adv-box {
    padding: 10px;
  }

  #footer .footer-top .foot-right > ul{
    display: none;
  }

  .tel-number{
    text-align: center;
    margin: 0;
  }

  #footer .footer-top .tel-number ul li{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .box {
    padding-top: 0;
  }
  #index-body .init-3 .adv-more {
    margin-top: 30px;
  }
  #banner .banner-jt {
    display: none;
  }
  #banner .mml-btn {
    display: none;
  }

  #banner{
    margin-top: 120px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-6 .news-right .new-small-img {
    width: 100%;
  }
  #index-body .init-6 .news-right .small-new-text {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-6 .ty-title {
    float: none;
  }
  #index-body .init-6 .fr {
    float: none;
  }
  #index-body .init-6 .adv-more {
    margin-top: 0;
    text-align: left;
  }
  #index-body .init-2 .left h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #index-body .init-2 .left a.more {
    margin-top: 0;
  }
  #index-body .init-6 .news-right ul li {
    margin-bottom: 0;
    margin-top: 30px;
  }

  #footer .footer-top .foot-logo{
    display: block;
    margin: 30px auto;
  }
}






/* 内页样式 */
.inner-banner {
    padding: 40px 0 30px;
    color: #fff;
    background: url("../images/inner-banner.jpg") center center no-repeat;
    background-size: cover
}

.inner-banner .box {
    padding-left: 0%
}

.inner-banner .box h2 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 2;
}

.inner-banner .box .mbx {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 2;
}

.inner-banner .box .mbx a:hover {
    text-decoration: underline
}

.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 30px;
    color: #333;
    font-size: 16px;
}
.inner-page .text {
  color: #828893;
}
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #314890;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-family: "POPPINS-SEMIBOLD";
}
.inner-page h3.title.line{
  padding-bottom: 15px;
}
.inner-page h3.title.line:after {
  position: absolute;
  height: 4px;
  width: 72px;
  background: #314890 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.inner-page h3.title.line:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 80px;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}

.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #314890;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  display: block;
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #314890 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #314890 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #314890;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #314890 none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #314890;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #314890;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 66%;
  padding-left: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #314890 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(222, 123, 34, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  font-family: "POPPINS-MEDIUM";
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #314890 none repeat scroll 0 0;
  border: 2px solid #314890;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "POPPINS-MEDIUM";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #314890 none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #314890;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #314890;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #314890;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #314890;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #314890;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #314890;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #314890;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #314890;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
  display: block;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #314890;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 50px;
  top: -35px;
  background: #314890 none repeat scroll 0 0;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "POPPINS-MEDIUM";
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 56px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #314890;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #314890;
  border-left: 1px solid #314890;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h1.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #314890 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #314890;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #314890;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #314890;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #314890 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}

.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #314890 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #314890;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #314890;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #314890;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #314890;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #314890;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 60%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 40%;
}
.prodet-page .product-box .prodet-1 .right h1.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #314890;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  color: #314890;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #314890;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #314890;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}

.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #314890;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #314890;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 30px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-list h1 {
    font-size: 20px;
    padding-bottom: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #314890;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #314890;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #314890;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #314890;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }

  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-height{
    display: none;
  }

  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }

  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box{
    padding-left: 0;
  }
  .inner-banner {
    text-align:center;
  }

  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {

  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }

}





.init-history {
    padding: 80px 0;
    background: url(../images/his-bg.jpg) no-repeat top center;
}
.aw-history {
    padding: 20px 0 0;
    /*background: url(../images/aa04.jpg) no-repeat center;*/
    background-size: cover;
    width: 100%;
}
.pc-history {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns {
    width: 107px;
    height: 107px;
    position: absolute;
    top: 42%;
    margin-top: 3px;
    transition: background .3s;
    z-index: 2;
}
.pc-history .btns.prev {
    background: url(../images/aa06.png) no-repeat center;
    left: 0;
}
.pc-history .btns.next {
    background: url(../images/aa07.png) no-repeat center;
    right: 0;
}
.pc-history .box {
    width: 1065px;
    margin: 0 auto;
    height: 100%;
}
.pc-history .box ul {
    position: relative;
    float: left;
}
.pc-history .box li {
    width: 300px;
    float: left;
    position: relative;
    margin-left: -50px;
}
.pc-history .box li:first-child {
    margin-left: 0;
}
.pc-history .box li.even {
    margin-bottom: 30px;
    padding-bottom: 90px;
    background: url(../images/aa05.png) no-repeat center bottom;
}
.pc-history .box h2 {
    font-size: 20px;
    color: #404040;
    font-weight: 500;
    line-height: 34px;
}
.pc-history .box p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 -12%;
}
.pc-history .box li.odd {
    margin-top: 175px;
    padding-top: 90px;
    background: url(../images/aa05.png) no-repeat center top;
}


#Advantage ul{
  margin: -15px;
}
#Advantage ul li{
  padding: 15px;
}
#Advantage ul li:nth-child(even) {
  padding-left: 20px;
  position: relative;
}
#Advantage ul li:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #8e9696;
}
#Advantage .mml-text {
  padding-left: 70px;
  position: relative;
}
#Advantage .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
#Advantage .mml-text .text h3 {
  line-height: 1;
  color: #1a2855;
}


@media screen and (max-width: 1300px) {
  #Advantage {
    padding: 60px 0;
  }
  #Advantage .mml-text i {
    height: 60px;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }
  #Advantage .mml-text {
    padding: 0;
    text-align: center;
  }
  #Advantage ul li + li {
    padding: 0;
  }
  #Advantage ul li + li::before {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #Advantage ul {
    display: block;
    margin: -10px !important;
  }
  #Advantage ul li {
    width: 50%!important;
    padding: 10px!important;
  }
}

@media screen and (max-width: 500px) {
  #Advantage .mml-text i {
    margin-bottom: 10px;
  }
}






.recruit-page .recruit-1 {
  padding: 90px 0;
}
.recruit-page .recruit-1 h2.title{
  color: var(--primary);
}
/*.recruit-page .recruit-1 h2.title i {
  top: 0;
  left: -6px;
}*/
.recruit-page .recruit-1 .titles {
  background-color: #314890;
  color: #fff;
  padding: 20px 59px;
}
.recruit-page .recruit-1 .titles ul li {
  font-size: 22px;
}
.recruit-page .recruit-1 .content {
  margin-top: 10px;
}
.recruit-page .recruit-1 .content ul li{
  display: block;
}
.recruit-page .recruit-1 .content ul li .info {
  padding: 0 59px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.recruit-page .recruit-1 .content ul li .info dd {
  font-size: 20px;
  padding: 32px 0 17px;
}
.recruit-page .recruit-1 .content ul li .info i {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 18px;
}
.recruit-page .recruit-1 .content ul li .info.active {
  background-color: #314890;
  color: #fff;
}
.recruit-page .recruit-1 .content ul li .con {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
  padding: 34px 105px 44px 59px;
  color: #383838;
  display: none;
}
.recruit-page .recruit-1 .content ul li .con .right {
  padding-left: 40px;
}
.recruit-page .recruit-1 .content ul li .con h3 {
  font-size: 20px;
  font-weight: bold;
}
.recruit-page .recruit-1 .content ul li .con .list p::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  margin-right: 5px;
}
.recruit-page .recruit-1 .content ul li .con .upload {
  text-align: center;
  position: relative;
  margin-top: 46px;
}
.recruit-page .recruit-1 .content ul li .con .upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
}
.recruit-page .recruit-1 .content ul li .con .upload span {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media screen and (max-width: 1000px) {
  .recruit-page .recruit-1 .titles ul li {
    font-size: 20px;
  }
  .recruit-page .recruit-1 .titles {
    padding: 28px 39px;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 39px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 18px;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .recruit-page .recruit-1 .titles {
    padding: 28px 10px;
  }
  .recruit-page .recruit-1 .titles ul {
    overflow: auto;
  }
  .recruit-page .recruit-1 .titles ul li {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 10px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .con .left {
    width: 100%;
  }
  .recruit-page .recruit-1 .content ul li .con .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .recruit-page .recruit-1 .content ul li .con .upload span {
    left: 35%;
  }
  .recruit-page .recruit-1 .content ul li .con h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-page .recruit-1 .content ul li .info i {
    top: 100px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    word-break: break-all;
  }
}


.recruit-page .recruit-1 .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}



.gray-bg{
  background-color: #f9f9f9;
}

.model-list .box{
  margin: -15px;
}

.model-list .box > div{
  padding: 15px;
}

.model-list .box a.download{
  color: #314890;
  border: 1px solid currentColor;
  padding: 5px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: .5s ease;
}

.model-list .box a.download:hover{
  color: #fff;
  background-color: #314890;
  border-color: #314890;
}

.model-list .box strong{
  font-weight: bold;
}

.model-list ul{
  margin: -25px;
}

.model-list ul li{
  padding: 25px;
}

.model-list ul li .mml-text{
  box-shadow: 0 0 15px #ccc;
  background-color: #ffffff;
}


.inner-page3{
  padding-bottom: 160px;
}

.model-tag ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.model-tag ul li span{
  height: 80px;
  line-height: 80px;
  padding: 0 50px;
  box-shadow: 0 5px 10px #ccc;
  border-radius: 50px;
}

.model-tag ul li.active span{
  background-color: #314890;
  color: #ffffff;
}

.about-map .ab-img {
    padding: 20px 0;
    margin-bottom: 60px;
}


@media screen and (max-width: 1200px) {
  .model-tag ul li span{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
}


#banner2{
  display:block;
}
#banner2 .fp-tableCell{
  display:block;
}
.swiper-container{
  width: 100%;
      height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

#banner2 .content{
  width:100%;
  left:0;
  top:30%;
}
#banner2 .left{
  padding: 0 5%;
}
#banner2 .right{
  padding: 0 5%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  top: 0;
  z-index: 1;
    background-image: linear-gradient(to left, #304790 80%, rgba(48,71,144,0));
}

#banner2 .right .text{
  font-size:48px;
  color:white;
}

#banner2 .right a.moreBtn{
  display: inline-block;
  font-size: 36px;
  padding: 0.5em 3em;
  color: white;
  background-color: #03bdac;
  box-shadow: -5px 5px 5px 0px rgba(0,0,0,.5) inset;
  border-radius: 3em;
}

#banner2 .name{
  font-size:45px;
  line-height:1.2;
  color:white;
}

#banner2 .name strong{
  font-size:89px;
}
#next{
  left:5%;
  bottom:15%;
  font-size: 40px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #03bdac;
  z-index: 1;
  font-family: 'FontAwesome';
}


@media screen and (max-width: 1600px) {
  #banner2 .name{
    font-size: 50px;
  }
  #banner2 .name strong {
    font-size: 70px;
  }
  #banner2 .right .text{
    font-size: 30px;
  }
  #banner2 .right a.moreBtn{
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  #banner2 .name{
    font-size: 30px;
  }
  #banner2 .name strong {
    font-size: 40px;
  }
  #banner2 .right .text{
    font-size: 20px;
  }
  #banner2 .right a.moreBtn{
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  #banner2 .right{
    display: none;
  }
}

@media screen and (max-height: 700px) {
  #index-body #banner2{
    padding: 0;
    margin-top: 120px;
    height: calc(85vh - 120px)!important;
  }
  #index-body #banner2 .fp-tableCell{
    height: 100%!important;
  }

  #banner2 .content{
    display: none;
  }

  #banner2 .right{
    width: 100%;
    left: 0;
    background-image: none;
  }
  #next{
    display: none;
  }

  #banner2 .right{
    display: none;
  }
}

@media screen and (max-width: 700px) {
  #index-body #banner2{
    padding: 0;
    margin-top: 120px;
    height: calc(85vh - 120px)!important;
  }
  #index-body #banner2 .fp-tableCell{
    height: 100%!important;
  }

  #banner2 .content{
    display: none;
  }

  #banner2 .right{
    width: 100%;
    left: 0;
    background-image: none;
  }
  #next{
    display: none;
  }
}



.downloadBtn{
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 30px;
  border-radius: 30px;
  transition: .3s ease;
}

.downloadBtn:hover{
  color: #fff;
  background-color: #314890;
}