﻿html{ font-size: 50px;}
@media screen and (min-width: 320px) {
  html{
    font-size: 42.67px;
  }}
@media screen and (min-width: 375px) {
  html{
    font-size: 50px;
  }}
@media screen and (min-width: 400px) {
  html{
    font-size: 53.33px;
  }}
@media screen and (min-width: 560px) {
  html{
    font-size: 74.67px;
  }}
@media screen and (min-width: 750px) {
  html{
    font-size: 100px;
  }}
[v-cloak] { display: none;}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
  font-size: 0.32rem;
  color: #333;
  min-height: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

hr {
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
  color: #333;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
 
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.bd_weixin_popup{ box-sizing: content-box;}


/*style.css*/


@import "font.css";



.container{ position: relative; z-index: 2; margin: 0 15px;}

.container-2{ position: relative; z-index: 2; padding: 0 15px;}





/* 导航 */

.navbar{ background-color: #fff; position: relative; z-index: 10;}

.navbar-header{ padding: 5px 0;}

.navbar-header .logo{ float: left; /*width: 100px; height: 36px;*/ margin-top: 8px; /*background: url(../img/logo.jpg) no-repeat 0 0; background-size: contain;*/}

.navbar-header .btn-menu{ float: right; padding: 10px; margin-top: 10px;}

.navbar-header .btn-menu span{ display: block; width: 20px; height: 2px; background-color: #12344d; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transform-origin: 20px; transform-origin: 20px; -webkit-transform-origin: 20px; margin-bottom: 5px;}

.navbar-header .btn-menu.open span:nth-child(1){ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}

.navbar-header .btn-menu.open span:nth-child(2){ width: 0; opacity: 0;}

.navbar-header .btn-menu.open span:nth-child(3){ transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);}



.navbar-collapse{ display: none; overflow-y: auto; -webkit-overflow-scrolling: touch; position: absolute; top: 68px; left: 0; right: 0; z-index: 100; margin: 0 -15px;}

.navbar-nav li{ cursor: pointer; font-size: 14px;}

.navbar-nav>li>.title{ position: relative; background-color: #c30d23; border-bottom: 1px solid #c30d23;}

.navbar-nav>li.slide>.title:after{ content: ''; border-right: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0.5; display: block; width: 8px; height: 8px; position: absolute; top: 17px; right: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform-origin: 6px 6px; -ms-transform-origin: 6px 6px; -webkit-transform-origin: 6px 6px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; display: none;}

.navbar-nav>li>.title a{ color: #fff; display: block; padding: 15px 14px;}

.navbar-nav>li.show>.title a{ background-color: #113047;}

.navbar-nav>li.show.slide>.title:after{ transform: rotate(225deg); -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg);}

.navbar-nav>li.line{ display: none;}

.navbar-nav>li>ul{ display: none;}

.navbar-nav>li>ul>li>a{ display: block; height: 44px; line-height: 44px; color: #c8cee7; background-color: #143954; border-bottom: 1px solid #0d2a3f; padding: 0 15px;}



/* banner */

.banner-container{ height: 180px; overflow: hidden;}

.banner-container a{ display: block; height: 180px; background-position: 50%; background-repeat: no-repeat; background-size: cover;}

.swiper-pagination-bullet{ width: 10px; height: 10px; background-color: #fff; opacity: 1; border-radius: 100%;}

.swiper-pagination-bullet-active{ background-color: #283890; opacity: 1;}

.icon-scroll{ width: 44px; height: 66px; position: absolute; bottom: 75px; left: 50%; z-index: 10; margin-left: -22px; background: url(../img/icon-scroll.png) no-repeat 50%; display: none; cursor: pointer;}



/* 新闻动态 */

.module-index{ padding-top: 10px; padding-bottom: 10px; position: relative;}

.module-head{ padding: 20px 0;}

.module-head .title{ float: left; width: 80px; height: 36px; background-position: 50%; background-repeat: no-repeat; background-size: contain;}

.module-head .title-news{ background-image: url(../img/title-news.png);}

.module-head .nemu{ float: right; padding-top: 10px;}

.module-head .nemu a{ float: left; width: 66px; height: 24px; text-align: center; line-height: 24px; font-size: 12px; color: #000; margin-left: 6px; background-color: #f2f2f2;}

.module-head .nemu a:hover, .module-head .nemu a.active{ color: #fff; background-color: #c30d23;}



.news-container{ display: none;}

.news-container .item{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e2e2e2;}

.news-container .item:last-child{ border-bottom: 0; margin-bottom: 0; display: none;}

.news-container a{ display: block; padding-right: 85px; font-size: 0;}

.news-container .pic{
  /*height: 195px;*/text-align: center; margin-bottom: 15px; overflow: hidden; display: none;}

.news-container .pic img{ width: 100%!important; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

.news-container .title{ font-size: 14px; color: #323232; line-height: 20px; max-height: 40px; overflow: hidden; margin-bottom: 5px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; display: inline-block; width: 100%; vertical-align: middle; padding-right: 15px; font-weight: bold;}

.news-container .intro{ font-size: 14px; color: #737b86; line-height: 24px; height: 48px; overflow: hidden; display: none;}

.news-container .btn{ width: 85px; height: 30px; line-height: 28px; border: 1px solid #3f3f3f; padding: 0 10px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; display: inline-block; margin-right: -85px; vertical-align: middle;}

.news-container .btn span{ float: left; font-size: 12px; color: #12344d; font-family: Arial, Helvetica, sans-serif;}

.news-container .btn i{ float: right; width: 14px; height: 7px; margin-top: 10px; background: url(../img/icon-arrow.png) no-repeat 50%; background-size: contain;}

.news-container .btn:hover{ padding: 0 15px;}

.news-container .item a:hover .pic img{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

.news-container .item a:hover .title{ color: #283890;}

.news-container .item a:hover .btn{ border-color: #23354c;}



.news-container .item.animated{ -webkit-animation-name: slideInUp; animation-name: slideInUp;}









/* 产品中心 */

.module-product{ padding-top: 15px; position: relative;}

.module-product .container{ position: static;}

.module-product .module-head{ display: inline-block; position: relative; z-index: 2;}

.module-head .title-product{ background-image: url(../img/title-product.png);}

.module-product .btn{ display: block; width: 70px; height: 30px; text-align: center; line-height: 28px; font-size: 14px; color: #c39b6a; border: 1px solid #c39b6a; position: relative; z-index: 2;}

.product-pic{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}

.product-pic .swiper-slide{ background-repeat: no-repeat; background-position: 40% 50%; background-size: cover;}

.product-container{ padding-top: 20px;}

.product-container .item{ float: left; width: 33.3333%; max-width: 340px; height: auto; border-radius: 0;}

.product-container .item a{ display: block; padding: 10px; border-bottom: 3px solid transparent; background-color: #13354d; background-color: rgba(19, 53, 77, 0.9); -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

.product-container .item:nth-of-type(2n) a{ background-color: rgba(40, 56, 144, 0.9);}

.product-container .item:nth-of-type(2n-1) a{ background-color: rgba(40, 56, 144, 0.8);}

.product-container .number{ font-size: 28px; color: #c39b6a; line-height: 30px; margin-bottom: 5px; font-weight: normal;}

.product-container .title{ display: inline-block; max-width: 100%; font-size: 0;}

.product-container .title span{ display: inline-block; font-size: 12px; color: #c4996c; line-height: 18px;}

.product-container .intro{ font-size: 12px; color: #c4996c; line-height: 18px; height: 36px; overflow: hidden;}

.product-container .item.active a{ background-color: #283890; border-color: #c39a6b;}





/* 热门新闻 */

.module-news-hot{ padding: 0!important; display: none;}

.module-bg{ position: absolute; top: 0; left: 0; height: 100%; width: 40%;}

.module-bg-1{ width: 100%;}

.module-bg-1, .module-news-hot .container{ background-color: #f3f3f3;}

.news-hot-title{ font-size: 18px; color: #283890; line-height: 38px;}

.news-hot-container .item{ padding: 10px 0; background-repeat: no-repeat; background-position: 50%; background-size: cover;}

.news-hot-container .item:last-child{ display: none;}

.news-hot-container a{ display: block; padding-left: 50px; border-left: 1px solid #d8d5d0;}

.news-hot-container .date{ float: left; margin-left: -50px; width: 50px; text-align: right; color: #3d3d3d; padding-right: 15px;}

.news-hot-container .date span{ display: block; font-size: 22px; line-height: 22px;}

.news-hot-container .date em{ display: block; font-size: 18px; line-height: 18px; font-style: normal;}

.news-hot-container .detail{ float: left; width: 100%;}

.news-hot-container .detail h3{ font-size: 14px; color: #505050; line-height: 20px; margin-bottom: 5px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;}

.news-hot-container .detail p{ font-size: 12px; color: #383432; line-height: 18px; height: 36px; overflow: hidden;}

.news-hot-container .item.bg a{ border-color: transparent;}

.news-hot-container .item.bg .date,

.news-hot-container .item.bg .detail h3,

.news-hot-container .item.bg .detail p{ color: #fff;}

.news-hot-container a:hover .date,

.news-hot-container a:hover .detail h3{ color: #283890;}





/* 关于我们 */

.module-about{ padding: 0 !important; max-width: 100%; overflow: hidden;}

.module-bg-2{ background-color: #f9f9f9; width: 100%;}

.about-container .wrapper{ padding: 20px 0 30px; background: #f9f9f9 url(../img/about-bg.png) no-repeat 100% 100%; background-size: 60%;}

.module-head .title-about{ background-image: url(../img/title-about.png);}

.about-container .content{ padding-bottom: 20px;}

.about-container .content p{ font-size: 12px; color: #55585e; line-height: 20px; padding-bottom: 10px; display: none;}

.about-container .content p:first-child{ display: block;}

.about-container .btn{ display: block; width: 30px; height: 30px; background: url(../img/icon-arrow-2.png) no-repeat 50%; background-size: contain;}

.about-list{ background-color: #f8f8f8;}

.about-list-img{ display: none;}

.about-list-img .item{ position: relative;}

.about-list-img .pic{ overflow: hidden; max-height: 210px;}

.about-list-img .pic img{ width: 100%!important; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

.about-list-img .text{ padding: 30px; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%;}

.about-list-img .text h2{ font-size: 18px; color: #fff; line-height: 24px; font-weight: normal;}

.about-list-img .text h3{ font-size: 12px; color: #fff; line-height: 20px; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

.about-list-img .btn{ position: absolute; left: 20px; bottom: 20px; z-index: 2; width: 30px; height: 30px; background: url(../img/icon-arrow-3.png) no-repeat 50%; background-size: contain; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.about-list-img .mask{ position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #283890; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.about-list-img .item.active .pic img{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

.about-list-img .item.active .btn{ opacity: 1;}

.about-list-img .item.active .mask{ opacity: 1;}

.about-list-text{ padding: 20px 0 30px; display: block;}

.about-list-text .item{ padding: 10px 5px; border-bottom: 1px solid #e2e2e2;}

.about-list-text h2{ font-size: 30px; line-height: 30px; color: #283890; font-weight: normal; margin-bottom: 5px;}

.about-list-text p{ font-size: 12px; line-height: 16px; color: #888;}





/* 常见问题 */

.module-problem{ background: url(../img/problem-bg.jpg) no-repeat 0 100%; background-size: contain; padding-bottom: 30px;}

.module-head .title-problem{ background-image: url(../img/title-problem.png);}

.module-head .more{ float: right; padding-top: 5px;}

.module-head .more a{ display: block; margin-top: 10px; width: 85px; height: 30px; line-height: 28px; border: 1px solid #3f3f3f; padding: 0 10px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.module-head .more a span{ float: left; font-size: 12px; color: #12344d; font-family: Arial, Helvetica, sans-serif;}

.module-head .more a i{ float: right; width: 14px; height: 7px; margin-top: 10px; background: url(../img/icon-arrow.png) no-repeat 50%; background-size: contain;}

.module-head .more a:hover{ padding: 0 15px;}





/* 底部导航 */

.footer{ background-color: #53040d; padding-top: 15px;}

.footer-wrap{}

.footer-nav{ text-align: center; font-size: 0; margin-bottom: 15px;}

.footer-nav a{ font-size: 14px; color: #fff; line-height: 24px; margin: 0 10px; white-space: nowrap;}

.footer-links{ display: none;}

.footer-wrap .title{ font-size: 16px; color: #fff; line-height: 24px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.1); font-weight: bold;}

.footer-wrap .wrapper{ padding: 10px 0; position: relative;}

.links-container{ margin: 0 20px;}

.links-next, .links-prev{ width: 14px; height: 20px; background-size: 60%; margin-top: -10px;}

.links-next{ right: 0;}

.links-prev{ left: 0;}

.links-container a{ width: auto; margin: 0 5px; font-size: 12px; color: #fff; line-height: 30px; height: auto;}

.footer-wrap .wrapper p{ font-size: 12px; color: #fff; line-height: 18px; padding: 4px 0 4px 25px; background-position: 0 6px; background-repeat: no-repeat; background-size: 20px;}
.footer-wrap .wrapper p a{color:#FFF;}
.footer-wrap .icon-1{ background-image: url(../img/icon-foot-1.png);}

.footer-wrap .icon-2{ background-image: url(../img/icon-foot-2.png);}

.footer-wrap .icon-3{ background-image: url(../img/icon-foot-3.png);}

.footer-wrap .icon-4{ background-image: url(../img/icon-foot-4.png);}

.footer-wrap .right a{ display: block; width: 60px; height: 24px; text-align: center; line-height: 24px; font-size: 12px; color: #fff; background-color: #c39a6b; margin-left: -25px; margin-top: 10px;}

.footer-wrap .qrcode{ text-align: center; padding: 5px 0 10px; display: none;}

.footer-wrap .qrcode img{ margin: 0 5px;}







/* 公司简介 */

.sub-banner{ height: 150px; background-repeat: no-repeat; background-position: 50%; background-size: cover;}



.main-container{ position: relative; padding-bottom: 50px;}

.main-top-bg{ position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 600px; background: url(../img/main-top-bg.png) no-repeat top right; background-size: 100% auto;}

.main-bottom-bg{ position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 200px; background: url(../img/problem-bg.png) no-repeat bottom; background-size: 100% auto;}



.page-menu{ padding: 20px 0; width: 100%; overflow: hidden; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; text-align: center;}

.page-menu::-webkit-scrollbar{ background-color: transparent; opacity: 0; visibility: hidden; display: none;}

.menu-list{ display: inline-block; font-size: 0; position: relative;}

.menu-list i{ display: none; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; overflow: hidden; background-color: #283890;}

.menu-list a{ display: inline-block; min-width: 90px; height: 35px; padding: 0 15px; text-align: center; line-height: 34px; font-size: 14px; color: #283890; background-color: #fff; border: 1px solid #e0e0e0; margin: 0 5px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.menu-list a:first-of-type{ margin-left: 0;}

.menu-list a:last-of-type{ margin-right: 0;}

.menu-list a:hover, .menu-list a.active{ color: #fff; background-color: #283890;}



.about-title{ border-left: 2px solid #c39a6b; padding-left: 15px; color: #3d3d3d;}

.about-title .h2, .about-title .h3{ font-size: 22px; line-height: 1em; padding-bottom: 8px; font-weight: normal;}

.about-title .h2 span{ font-weight: bold;}

.about-title .h2 span i{ display: inline-block; width: 10px; height: 10px; border: 1px solid #c39a6b; vertical-align: text-top; border-radius: 100%; margin-left: 2px;}

.about-title .h4{ font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;}



.btn-title{ display: inline-block; min-width: 100px; width: auto; height: 36px; padding: 0 10px; font-size: 18px; color: #fff; text-align: center; line-height: 36px; background: url(../img/title-bg-1.jpg) no-repeat 50%; background-size: cover; margin: 15px 0;}

.btn-title.orange{ background-image: url(../img/title-bg-2.jpg);}

.edit-container{ font-size: 14px; color: #576066; line-height: 2em; min-height: 1em; text-align: justify;padding-top:20px;}

.edit-container p img{ margin-bottom: 10px;}

.faith{ padding: 10px 0 20px; font-size: 0;}

.faith .item{ font-size: 0; padding-left: 60px; margin-bottom: 10px; min-height: 60px;}

.faith .icon{ margin-left: -60px; display: inline-block; width: 60px; vertical-align: middle;}

.faith .text{ display: inline-block; width: 100%; padding: 0 15px; vertical-align: middle;}

.faith .text p{ font-size: 14px; color: #576066; line-height: 24px;}



.history{ padding-left: 5px;}

.history .item{ position: relative; padding-left: 30px; padding-bottom: 20px;}

.history .dot{ width: 11px; height: 11px; border: 2px solid #283890; background-color: #fff; border-radius: 100%; position: absolute; left: -5px; top: 8px; z-index: 2;}

.history .line{ display: block; width: 1px; height: 100%; background-color: #9baab4; position: absolute; top: 15px; left: 0; z-index: 1;}

.history .item:first-child .line{}

.history .item:last-child .line{ display: none;}

.history .h2{ font-size: 20px; color: #1a1c1d; line-height: 24px; margin-bottom: 10px; font-weight: normal;}

.history p{ color: #6a747b; min-height: 48px;}

.edit-container .tit{ font-size: 20px; color: #183951; margin: 15px 0 10px; font-weight: normal;}



/* 领导介绍 */

.leader-info{ margin-bottom: 20px; background-color: #f9f9f9;}

.leader-info .detail{ padding: 15px;}

.leader-info .detail .title{ padding: 5px 0 5px 10px; border-left: 2px solid #c39a6b; margin-bottom: 10px;}

.leader-info .detail .title p{ font-size: 16px; color: #3d3d3d; line-height: 1em;}

.leader-info .detail .intro p{ text-indent: 2em;}

.leader-info .name{ text-align: right;}





/* 人才招聘 */

.jobs-container{ position: relative;}

.jobs-menu{ cursor: pointer; width: 100px; height: 30px; text-align: center; line-height: 28px; border: 1px solid #ccc; font-size: 14px; color: #333; margin-bottom: 15px;}

.jobs-lists{ width: 270px; border: 1px solid #a5a5a5; padding: 0 20px; background-color: #fff; position: absolute; top: 35px; left: -100%; z-index: 10; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

.jobs-lists.show{ left: 0;}

.jobs-lists .title{ display: block; height: 59px; line-height: 58px; font-size: 18px; color: #767676; padding: 0 8px; border-top: 1px solid #a5a5a5; position: relative; cursor: pointer;}

.jobs-lists>li:first-child .title{ border-top: 0;}

.jobs-lists .title:after{ display: block; content: ''; width: 10px; height: 10px; border-right: 1px solid #231815; border-bottom: 1px solid #231815; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform-origin: 7px 7px; -ms-transform-origin: 7px 7px; -webkit-transform-origin: 7px 7px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; position: absolute; top: 22px; right: 13px;}

.jobs-lists .active .title:after{ transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg);}

.jobs-lists ul{ padding: 10px; display: none; border-top: 1px solid #a5a5a5;}

.jobs-lists ul a{ display: block; padding-right: 20px; font-size: 14px; color: #939393; line-height: 30px; background: url(../img/icon-arrow-4.png) no-repeat 100% 50%;}

.jobs-lists .hover a, .jobs-lists ul a:hover{ color: #12344d; background-image: url(../img/icon-arrow-4-active.png);}



.jobs-wrapper .tit{ font-size: 20px; color: #283890; line-height: 24px; margin-bottom: 10px;}

.jobs-idea{ margin-bottom: 10px; font-size: 0;}

.jobs-idea .item{ padding-left: 60px; min-height: 60px; margin-bottom: 15px;}

.jobs-idea .pic{ display: inline-block; margin-left: -60px; width: 60px; vertical-align: middle; border-radius: 100%; border: 1px solid #a5a5a5;}

.jobs-idea .info{ display: inline-block; width: 100%; padding: 0 15px; vertical-align: middle;}

.jobs-idea .info h3{ font-size: 15px; color: #5e5e5e; line-height: 1.2em; font-weight: normal;}

.jobs-idea .info p{ font-size: 12px; color: #82888e; line-height: 16px; font-family: Arial, Helvetica, sans-serif;}



.jobs-point{ margin-bottom: 15px; font-size: 0;}

.jobs-point .item{ display: inline-block; width: 100%; padding: 25px 15px; background-color: #fafafa; text-align: center;}

.jobs-point .item:nth-of-type(2n){ background-color: #f6f6f6;}

.jobs-point .item h3{ font-size: 30px; line-height: 1em; font-weight: normal; margin-bottom: 5px;}

.jobs-point .item p{ font-size: 12px; color: #575c62; line-height: 18px; height: 18px; overflow: hidden;}



.jobs-text{ font-size: 14px; color: #949494; line-height: 27px;}



/* 人才招聘详情 */

.detail-head{ position: relative; margin-bottom: 15px;}

.detail-head .title{ margin-bottom: 10px;}

.detail-head .title h2{ font-size: 26px; color: #33383b; line-height: 30px; margin-bottom: 5px; font-weight: normal;}

.detail-head .title p{ font-size: 14px; color: #71797e; line-height: 20px;}

.detail-head .title p span{ margin-right: 20px;}

.detail-head .share{ font-size: 0;}

.detail-head .share span{ font-size: 16px; color: #5d5d5d; vertical-align: middle;}

/*.detail-head .share a{ display: inline-block; width: 34px; height: 34px; border-radius: 100%; background-color: #eeeff2; background-position: 50%; background-repeat: no-repeat; background-size: contain; vertical-align: middle; margin-left: 6px;}*/

.detail-head .share a:hover{ background-color: #dadbe0;}

.detail-head .share .weixin{ background-image: url(../img/share-1.png);}

.detail-head .share .friend{ background-image: url(../img/share-2.png);}

.detail-head .share .weibo{ background-image: url(../img/share-3.png);}

.detail-head .share .qq{ background-image: url(../img/share-4.png);}

.edit-container .tit-2{ font-size: 18px; line-height: 24px; color: #000; margin-bottom: 15px; font-weight: normal;}

.btn-join{ display: block; width: 80px; height: 30px; font-size: 16px; color: #fff; text-align: center; line-height: 30px; background-color: #ae8366; margin-top: 20px;}





/* 加入职位 */

.jobs-title{ font-size: 20px; color: #1e3e56; line-height: 34px; border-bottom: 1px solid #d2d2d2; padding-bottom: 10px; font-weight: normal;}

.jobs-content{ padding-top: 20px;}

.jobs-content .wrap{}

.jobs-content .item{ border: 1px solid #a5a5a5; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 15px; position: relative;}

.jobs-content .item label{ height: 40px; line-height: 40px; padding-left: 15px; padding-right: 5px; font-size: 14px; color: #707070;}

.jobs-content .item .inp{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 40px; border: 0; padding-right: 15px; font-size: 14px; color: #707070; background-color: transparent;}

.jobs-content .item i{ display: block; content: ''; border-right: 2px solid #333; border-bottom: 2px solid #333; opacity: 0.5; width: 8px; height: 8px; position: absolute; top: 15px; right: 20px; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 6px 6px; -ms-transform-origin: 6px 6px; transform-origin: 6px 6px;}

.select.placeholder, .inp::-webkit-input-placeholder{ color: #999!important;}

.select.placeholder, .inp::-moz-placeholder{ color: #999!important;}

.select.placeholder, .inp:-ms-input-placeholder{ color: #999!important;}

.select.placeholder, .inp::-ms-input-placeholder{ color: #999!important;}

.select.placeholder, .inp::placeholder{ color: #999!important;}

.jobs-content .item .inp-text{ height: 140px; line-height: 1.6em; padding-top: 8px; padding-bottom: 8px;}

.jobs-content .btn-submit button{ display: block; width: 100%; height: 50px; line-height: 50px; font-size: 18px; color: #d29e7a; text-align: center; border: 0; background-color: #1e3e56; cursor: pointer;}





/* 新闻列表 */

.news-wrapper{ display: block;}

.news-wrapper .item:last-child{ display: block;}

.news-wrapper .pic{ position: relative; display: none;}

.news-wrapper .pic span{ display: block; position: absolute; left: 0; bottom: 0; font-size: 12px; color: #fff; width: 90px; height: 30px; text-align: center; line-height: 30px; background-color: #283890;}



/* 分页 */

.pagination{ text-align: center; font-size: 0; padding-top: 20px; border-top: 1px solid #e5e5e5;}

.pagination a{ display: inline-block; vertical-align: middle; /*width: 30px; height: 30px;*/ text-align: center; line-height: 28px; font-size: 12px; color: #313131; background-color: #fff; border: 1px solid #d8d8d8; margin: 3px;}

.pagination a.active, .pagination a:hover{ border-color: #283890; background-color: #283890; color: #fff;}

.pagination span{ font-size: 14px; color: #313131; vertical-align: middle; margin: 3px;}

.pagination input{ width: 50px; height: 22px; text-align: center; line-height: 20px; border: 1px solid #d8d8d8; font-size: 12px; color: #313131; margin: 3px; vertical-align: middle;}

.pagination button{ width: 50px; height: 25px; text-align: center; line-height: 25px; border: 0; font-size: 12px; color: #fff; background-color: #283890; margin: 3px; vertical-align: middle; cursor: pointer;}



/* 新闻详情 */

.news-detail-wrapper{ padding-left: 0!important;}

.news-other{ padding-top: 20px; border-top: 1px solid #e5e5e5; margin-top: 50px;}

.news-other p{ font-size: 14px; color: #71797e; line-height: 20px; padding-top: 10px;}

.news-other p a{ color: #71797e;}

.news-other p a:hover{ color: #12344d;}





/* 品牌说明 */

.bg-gray{ background: -o-linear-gradient(top, #fff , #f2f2f2); background: -webkit-gradient(linear, left top, left bottom, from(#fff) , to(#f2f2f2)); background: linear-gradient(to bottom, #fff , #f2f2f2);}

.module-head .title-brand{ background-image: url(../img/title-brand.png);}

.module-head .title-brand-2{ background-image: url(../img/title-brand-2.png);}

.module-head.alignCenter .title{ float: none; margin: 0 auto;}



.brand-shaft-container{ padding-bottom: 30px;}

.brand-bar{ background: url(../img/icon-line.png) repeat-x center center; margin-bottom: 15px;}

.brand-bar .swiper-slide{ width: 80px; height: 18px; position: relative; margin: 40px 0;}

.brand-bar .swiper-slide span{ position: absolute; top: 24px; left: 0; display: block; width: 100%; font-size: 20px; color: #3c3c3c; line-height: 24px; text-align: center; cursor: pointer; -webkit-transition: font 0.3s ease; -o-transition: font 0.3s ease; transition: font 0.3s ease;}

.brand-bar .swiper-slide i{ display: block; position: absolute; bottom: -2px; left: 50%; margin-left: -3px; width: 8px; height: 8px; border-radius: 100%; overflow: hidden; background-color: #283890; opacity: 0;}

.brand-bar .swiper-slide-active span{ top: auto; bottom: 22px; font-size: 30px; color: #283890; line-height: 32px;}

.brand-bar .swiper-slide-active i{ opacity: 1;}



.brand-wrapper{}

.brand-wrapper .swiper-wrapper{ height: auto;}

.brand-wrapper .swiper-slide{ height: auto; background: #fff url(../img/about-bg.png) no-repeat right bottom; background-size: 60%;}

.brand-wrapper .pic{}

.brand-wrapper .detail{ padding: 15px;}

.brand-wrapper .year{ color: #283890;}

.brand-wrapper .year span{ font-size: 30px; line-height: 0.8em;}

.brand-wrapper .year em{ font-size: 12px; font-style: normal; vertical-align: top; margin-left: 0.2em;}

.brand-wrapper .line{ display: block; width: 1px; height: 30px; background-color: #283890; margin: 5px 0 5px 22px;}

.brand-wrapper .title{ font-size: 18px; color: #323232; line-height: 1.4em; margin-bottom: 5px;font-weight: bold;}

.brand-wrapper .intro{ font-size: 14px; color: #8a8a8a; line-height: 1.5em;}

.brand-wrapper .btns{ margin-top: 30px; font-size: 0;}

.brand-wrapper .btns span{ display: inline-block; width: 40px; height: 30px; background-repeat: no-repeat; background-position: 50%; background-size: auto 50%; cursor: pointer;}

.brand-wrapper .brand-prev{ background-image: url(../img/icon-prev.png); background-color: #283890;}

.brand-wrapper .brand-next{ background-image: url(../img/icon-next.png); background-color: #c39a6b;}



.brand-text-wrapper{ font-size: 0;}

.brand-text-wrapper .content{ font-size: 14px; line-height: 26px; color: #767676; text-align: justify;}

.brand-text-wrapper .content p{ min-height: 15px;}

.brand-text-wrapper .img{ padding-top: 15px;}

.brand-text-wrapper .img img{ -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15); box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);}





/* 销售服务 */

.content-container{padding-top:20px;}

.form-wrapper{}

.form-wrapper .wrapper{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.market-select .wrapper{ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center;}

.form-wrapper .item{ width: 100%; border: 1px solid #e0e0e0; height: 40px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding-left: 10px; margin-bottom: 15px; background-color: #fff;}

.form-wrapper .icon{ width: 20px; height: 24px; background: url(../img/icon-addr.png) no-repeat 50%; background-size: contain;}

.form-wrapper .inp{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; font-size: 14px; color: #4e4e4e; border: 0; padding: 0 10px; background-color: transparent;}

.form-wrapper .arrow{ border-right: 2px solid #333; border-bottom: 2px solid #333; opacity: 0.5; width: 8px; height: 8px; position: absolute; top: 15px; right: 20px; z-index: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 6px 6px; -ms-transform-origin: 6px 6px; transform-origin: 6px 6px;}

.map-container{ margin-bottom: 15px;}

.map-content{ height: 400px;}

.map-text{ font-size: 14px; color: #3c3c3c; line-height: 1.5em; text-align: center; padding-top: 10px;}

.map-result{}

.result-title{ font-size: 22px; color: #283890; line-height: 2em; margin-bottom: 10px; text-align: center;}

.result-container{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.result-container .item{ width: 100%; margin-bottom: 20px;}

.result-container .item .wrap{ border: 1px solid #a5a5a5; padding: 40px; background-color: #fff; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.result-container .title{ font-size: 20px; color: #33383b; line-height: 1.3em; padding-bottom: 8px; border-bottom: 1px solid #a5a5a5; margin-bottom: 10px; font-weight: normal; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.result-container .tit{ font-size: 16px; color: #33383b; line-height: 40px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.result-container p{ font-size: 14px; color: #73797c; line-height: 20px; padding: 4px 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.result-container .item:hover .wrap{ border-color: #283890; background-color: #283890;}

.result-container .item:hover .title{ color: #c39a6b; border-color: #c39a6b;}

.result-container .item:hover .tit, .result-container .item:hover p{ color: #c39a6b;}





/* 服务中心 */

.service-wrapper{ font-size: 0;}

.service-text{ display: inline-block; width: 100%; margin-bottom: 20px; vertical-align: top;}

.service-text .title{ padding: 15px 15px 15px 80px; background-color: #283890; color: #fff; margin-bottom: 10px;}

.service-text .title h2{ display: inline-block; font-size: 24px; line-height: 26px; width: 80px; padding: 0 15px; margin-left: -80px; border-right: 1px solid #2e40a3; vertical-align: middle;}

.service-text .title h3{ display: inline-block; font-size: 18px; line-height: 24px; width: 100%; padding-left: 15px; vertical-align: middle; text-transform: uppercase;}

.service-text .tit{ font-size: 16px; color: #283890; line-height: 1.5em; margin-bottom: 5px;}

.service-text .content{ font-size: 14px; color: #787878; line-height: 2em; margin-bottom: 10px; text-indent: 2em; text-align: justify;}

.service-text .weixinCode{ background-color: #283890; padding: 15px;}

.service-text .weixinCode h2{ font-size: 18px; color: #fff; line-height: 1.3em; margin-bottom: 10px; font-weight: normal; text-align: center;}

.service-text .weixinCode .qr{ text-align: center;}

.service-text .weixinCode .qr p{ display: inline-block; width: 110px; text-align: center; margin: 0 8px;}

.service-text .weixinCode p span{ display: block; font-size: 12px; color: #fff; line-height: 18px; margin-top: 8px;}



.service-img{ display: none; vertical-align: top;}



.service-hotline{ display: inline-block; width: 100%; vertical-align: top;}

.service-hotline .img{ margin-bottom: 20px; text-align: center;}

.service-hotline .text{ font-size: 16px; color: #2f2f2f; line-height: 1.75em;}

.service-hotline .text .en{ font-family: Arial, Helvetica, sans-serif; font-weight: bold;}

.service-hotline .text .line{ width: 26px; height: 3px; background-color: #2f2f2f; margin: 0 5px;}



.service-info{ margin-top: 20px; border: 1px solid #a5a5a5; font-size: 0;}

.service-info .item{ display: inline-block; width: 100%; padding: 15px 15px 15px 80px;}

.service-info .icon{ display: inline-block; width: 65px; height: 65px; margin-left: -65px; background-position: 50%; background-repeat: no-repeat; background-size: contain; vertical-align: middle; border: 1px solid #a5a5a5; border-radius: 100%;}

.service-info .detail{ display: inline-block; padding-left: 10px; vertical-align: middle; white-space: normal; word-break: break-all;}

.service-info .detail h2{ font-size: 16px; color: #2f2f2f; line-height: 1.3em; margin-bottom: 5px;}

.service-info .detail p{ font-size: 14px; color: #a5a5a5; line-height: 1.6em;}

.service-info .icon-addr{ background-image: url(../img/icon-addr-2.png);}

.service-info .icon-link{ background-image: url(../img/icon-link.png);}

.service-info .icon-time{ background-image: url(../img/icon-time.png);}





/* 内页 常见问题 */

.faq-lists .title{ border-top: 0; border-bottom: 1px solid #a5a5a5;}

.jobs-lists>li:last-child .title{ border-bottom: 0;}



.faq-lists .title:hover, .faq-lists li.active .title{ color: #283890; border-color: #283890;}

.faq-lists .active .title:after, .faq-lists .title:after{ -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}



.faq-wrapper .item{ margin-bottom: 15px; padding: 15px; border: 1px solid #a5a5a5; background-color: #fff; cursor: pointer; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.faq-wrapper .head{ position: relative; padding-right: 60px;}

.faq-wrapper .head .icon{ display: block; width: 29px; height: 29px; position: absolute; right: 12px; top: 50%; margin-top: -15px; background: url(../img/icon-plus.png) no-repeat 50%; background-size: contain; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.faq-wrapper .head h2{ font-size: 18px; color: #383838; line-height: 1.3em; padding: 0.25em 0; font-weight: normal; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.faq-wrapper .head p{ font-size: 14px; color: #868686; line-height: 1.3em; padding: 0.25em 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.faq-wrapper .head p span{ margin-right: 20px;}

.faq-wrapper .content{ margin-top: 15px; border-top: 1px solid transparent; font-size: 14px; line-height: 1.8em; padding-top: 15px; color: #666; -webkit-transition: font 0.3s ease; -o-transition: font 0.3s ease; transition: font 0.3s ease;}



.faq-wrapper .item.active{ background-color: #283890; border-color: #283890;}

.faq-wrapper .item.active .head .icon{ background-image: url(../img/icon-minus.png);}

.faq-wrapper .item.active .head h2{ color: #c39a6b;}

.faq-wrapper .item.active .head p{ color: #c39a6b;}

.faq-wrapper .item.active .content{ color: #c39a6b; border-color: #c39a6b;}





/* 产品列表 */

.product-wrapper{ position: relative; z-index: 2; background-color: #fff;}

.product-wrapper .bg-top{ position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 760px; background: url(../img/product-top.jpg) no-repeat 100% 0; background-size: contain;}

.product-wrapper .bg-bottom{ position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 710px; background: url(../img/product-bottom.jpg) no-repeat 0 100%; background-size: contain;}

.product-list{ position: relative; z-index: 2;}

.product-list .item{ float: left; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding: 20px 15px;}

.product-list .detail{ -webkit-box-flex: 1.5; -webkit-flex: 1.5; -moz-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5;}

.product-list .title{ margin-bottom: 20px;}

.product-list .guige{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.product-list .guige span{ 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; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 50px; height: 50px; border: 1px solid #afafaf; border-radius: 100%; margin-right: 10px; margin-bottom: 10px; font-size: 12px; color: #666; line-height: 1.2em;}

.product-list .guige span:nth-of-type(2n-1){ border-color: #283890;color:#283890;}

.product-list .intro{ font-size: 14px; line-height: 20px; margin-bottom: 15px;}

.product-list .btn{ display: block; width: 85px; height: 30px; line-height: 28px; border: 1px solid #283890; padding: 0 10px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

.product-list .btn span{ float: left; font-size: 12px; color: #283890; font-family: Arial, Helvetica, sans-serif;}

.product-list .btn i{ float: right; width: 14px; height: 7px; margin-top: 10px; background: url(../img/icon-arrow.png) no-repeat 50%; background-size: contain;}

.product-list .btn:hover{ padding: 0 15px;}

.product-list .item.bigImg{ padding: 0;}

.product-list .item.bigImg img{ width: 100%;}



.product-list .pic{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}



.skills-container{ background: url(../img/skills-bg.jpg) no-repeat 50%; background-size: cover; padding-bottom: 40px; position: relative; z-index: 2;}

.module-head .title-skils{ background-image: url(../img/title-skills.png);}

.skils-list{}

.skils-list .item{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}

.skils-list .title{ width: 100%; padding: 15px; 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; cursor: pointer; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.skils-list .item:nth-of-type(2n) .title{ background-color: rgba(118, 146, 255, 0.3);}

.skils-list .item:nth-of-type(2n-1) .title{ background-color: rgba(40, 56, 144, 0.75);}

.skils-list .tit{ width: 60px;}

.skils-list .tit span{ display: block; font-size: 44px; line-height: 1em; text-align: center; color: #d7aa77;}

.skils-list .tit em{ display: block; width: 16px; height: 1px; background-color: #d7aa77; overflow: hidden; margin: 5px auto;}

.skils-list .wrap{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 30px; position: relative;}

.skils-list .wrap .h2{ font-size: 16px; color: #d7aa77; line-height: 1em; padding: 0.2em 0;}

.skils-list .wrap .h3{ font-size: 10px; color: #d7aa77; line-height: 1em; padding: 0.2em 0; font-family: Arial, Helvetica, sans-serif;}

.skils-list .wrap .icon{ position: absolute; right: 0; top: 50%; margin-top: -17px; width: 24px; height: 35px; background: url(../img/icon-liquor.png) no-repeat 50%;}

.skils-list .detail{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; overflow: hidden; display: none;}

.skils-list .detail .text{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 15px; background-color: rgba(195, 154, 107, 0.85); color: #fff;}

.skils-list .detail .text .h2{ font-size: 14px; line-height: 1.5em; padding-bottom: 0.2em; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;}

.skils-list .detail .text p{ font-size: 12px; line-height: 1.5em; height: 3em; overflow: hidden;}

.skils-list .item.active .title{ background-color: rgba(35, 49, 127, 0.9);}

.skils-list .item.active .detail{ display: block;}



.identify-container{ position: relative; z-index: 2;}

.module-head .title-identify{ background-image: url(../img/title-identify.png);}

.identify-list{ font-size: 0;}

.identify-list .item{ display: inline-block; width: 100%; margin-bottom: 30px;}

.identify-list .wrap{ background-color: #fff; position: relative; padding: 15px; cursor: default; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.identify-list .img{ width: 87px; height: 87px; border: 6px solid #f8f8f8; border-radius: 100%; overflow: hidden; position: absolute; top: -26px; right: 15px;}

.identify-list .num{ font-size: 54px; color: #323232; line-height: 1em; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.identify-list h2{ font-size: 18px; color: #323232; line-height: 1.5em; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.identify-list .line{ width: 20px; height: 2px; background-color: #323232; overflow: hidden; margin: 10px 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.identify-list p{ font-size: 14px; color: #737b88; line-height: 1.5em; height: 3em; overflow: hidden; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

.identify-list .wrap:hover{ background-color: #2a3a8e;}

.identify-list .wrap:hover .num{ color: #c39a6b;}

.identify-list .wrap:hover h2{ color: #c39a6b;}

.identify-list .wrap:hover .line{ background-color: #c39a6b;}

.identify-list .wrap:hover p{ color: #c39a6b;}





/* 产品详情 */

.detail-guige{ text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}

.detail-guige span{ 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; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 12px; color: #969696; line-height: 1.4em; width: 58px; height: 58px; border: 1px solid #969696; border-radius: 100%; margin: 0 2px 10px;}













/* 375 */

@media screen and (min-width: 375px) {

  /* banner */

  .banner-container{ height: 210px;}

  .banner-container a{ height: 210px;}



  /* 公司简介 */

  .sub-banner{ height: 180px;}



}









/* 400 */

@media screen and (min-width: 400px) {

  /* banner */

  .banner-container{ height: 230px;}

  .banner-container a{ height: 230px;}



  /* 产品中心 */

  .product-container .number{ font-size: 30px; line-height: 40px; margin-bottom: 10px;}

  .product-container .title{ padding-right: 22px; background: url(../img/icon-cloud.png) no-repeat 100% 50%; background-size: 20px 11px;}

  .product-container .title span{ font-size: 14px;}

  .product-container .item a{ padding: 15px;}



  /* 公司简介 */

  .sub-banner{ height: 200px;}



}





/* 568 */

@media screen and (min-width: 568px) {

  /* banner */

  .banner-container{ height: 320px;}

  .banner-container a{ height: 320px;}



  /* 产品中心 */

  .product-container{ padding-top: 30px;}



  /* 新闻动态 */

  .module-index{ padding-bottom: 20px;}

  .module-head{ padding: 30px 0;}

  .module-head .title{ width: 120px; height: 54px;}

  .module-head .nemu a{ width: 88px; height: 35px; line-height: 35px;}

  .news-container .item{ float: left; width: 50%; border-bottom: 0;}

  .news-container .item:last-child{ display: block;}

  .news-container .item:nth-of-type(2n-1) .wrap{ padding-right: 8px;}

  .news-container .item:nth-of-type(2n) .wrap{ padding-left: 8px;}

  .news-container a{ padding-right: 0;}

  .news-container .pic{ display: block;}

  .news-container .title{ display: block; vertical-align: inherit; height: 48px; }

  .news-container .intro{ display: block;}

  .news-container .btn{ display: block; margin-top: 10px; margin-right: 0; vertical-align: inherit;}



  /* 热门新闻 */

  .news-hot-container .item{ float: left; width: 50%; padding: 20px 10px 20px 0;}

  .news-hot-container .item:last-child{ display: block;}



  /* 关于我们 */

  .about-container .content p{ font-size: 14px;}

  .about-list-img{ float: left; width: 50%;}

  .about-list-img .btn{ width: 42px; height: 42px;}

  .about-list-text{ float: right; width: 50%; padding: 40px 15px 0;}

  .about-list-text .item{ padding: 15px 0;}

  .about-list-text h2{ font-size: 50px; line-height: 60px;}

  .about-list-text p{ font-size: 14px; line-height: 18px;}



  /* 常见问题 */

  .module-problem{ padding-bottom: 40px;}



  /* 公司简介 */

  .sub-banner{ height: 260px;}

  .btn-title{ min-width: 150px; height: 45px; line-height: 45px; font-size: 22px; padding: 0 15px;}



  /* 销售服务 */

  .result-container .item{ width: 50%;}

  .result-container .item:nth-of-type(2n-1){ padding-right: 8px;}

  .result-container .item:nth-of-type(2n){ padding-left: 8px;}

  .result-container p{ height: 48px; overflow: hidden;}



  /* 产品列表 */

  .identify-list .item{ width: 50%;}

  .identify-list .item:nth-of-type(2n-1){ padding-right: 8px;}

  .identify-list .item:nth-of-type(2n){ padding-left: 8px;}



  /* 产品详情 */

  .detail-guige span{ font-size: 14px; width: 74px; height: 74px; margin: 0 10px 10px;}

}





/* 768 */

@media screen and (min-width: 768px) {

  /* banner */

  .banner-container{ height: 440px;}

  .banner-container a{ height: 440px;}



  /* 新闻动态 */

  .news-container .title{ font-size: 16px; line-height: 26px; max-height: 52px;}



  /* 产品中心 */

  .module-product .btn{ width: 86px; height: 35px; line-height: 33px;}

  .product-container{ padding-top: 40px;}

  .product-container .item a{ border-bottom-width: 7px; padding: 20px;}

  .product-container .number{ font-size: 50px; line-height: 60px; margin-bottom: 20px;}

  .product-container .title{ padding-right: 54px; background-size: 44px 25px;}

  .product-container .title span{ font-size: 20px; line-height: 34px;}

  .product-container .intro{ font-size: 14px; line-height: 24px; height: 48px;}



  /* 关于我们 */

  .about-container .content p{ display: block;}



  /* 热门新闻 */

  .news-hot-container a{ padding-left: 55px;}

  .news-hot-container .date{ width: 55px; margin-left: -55px;}

  .news-hot-container .date span{ font-size: 26px; line-height: 26px;}

  .news-hot-container .date em{ font-size: 20px; line-height: 24px;}

  .news-hot-container .detail h3{ font-size: 16px; line-height: 26px;}

  .news-hot-container .detail p{ font-size: 14px; line-height: 22px; height: 44px;}





  /* 底部导航 */

  .footer-contact{ padding-right: 300px;}

  .footer-contact .text-wrap{ float: left; width: 100%;}

  .footer-contact .qrcode{ float: right; margin-right: -300px; width: 300px; text-align: right; padding-top: 10px;}



  /* 公司简介 */

  .sub-banner{ height: 360px;}

  .main-container{ padding-bottom: 80px;}

  .page-menu{ padding: 10px 0; width: 100%; overflow: hidden; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; text-align: center;}

  .page-site{ font-size: 14px; color: #12344d; line-height: 34px; padding-top: 10px; max-width: 1240px;  margin: 0 auto;}

  .page-site a, .page-site span{ margin: 0 6px;}

  .page-site a:hover{ color: #d8ab8d;}

  .page-site span{ color: #c39a6c;}



  .menu-list i{ display: block;}

  .menu-list a{ margin: 0 5px -1px;}

  .about-title{ margin: 20px 0;}

  .about-title .h2, .about-title .h3{ font-size: 32px;}

  .about-title .h2 span i{ width: 15px; height: 15px; margin-left: 6px;}

  .about-title .h4{ font-size: 14px;}

  .faith .item{ padding-left: 90px; min-height: 90px; margin-bottom: 20px; display: inline-block; width: 50%;}

  .faith .icon{ margin-left: -90px; width: 90px;}



  /* 领导介绍 */

  .leader-info{ margin-top: 10px;}

  .leader-info .detail{ float: left; width: 50%; padding: 20px;}

  .leader-info .pic{ float: right; width: 50%;}

  .leader-info.reverse .detail{ float: right;}

  .leader-info.reverse .pic{ float: left;}

  .leader-info .detail .title p{ font-size: 20px;}



  /* 人才招聘 */

  .jobs-container{ font-size: 0; padding-left: 290px;}

  .jobs-menu{ display: none;}

  .jobs-lists{ position: inherit; left: 0; top: 0; margin-left: -300px; display: inline-block; vertical-align: top;}

  .jobs-wrapper{ display: inline-block; width: 100%; vertical-align: top; padding-left: 30px;}



  /* 品牌说明 */

  .brand-shaft-container{ padding-bottom: 50px;}

  .brand-wrapper .swiper-slide{ background-size: auto;}

  .brand-bar .swiper-slide{ width: 180px; margin: 60px 0;}

  .brand-bar .swiper-slide span{ font-size: 24px; line-height: 34px;}

  .brand-bar .swiper-slide-active span{ bottom: 22px; font-size: 50px; line-height: 60px;}

  .brand-wrapper .pic{ float: left; width: 40%;}

  .brand-wrapper .detail{ float: right; width: 60%; padding: 15px 30px;}



  .brand-text-wrapper .text-wrap{ display: inline-block; width: 65%; padding-right: 30px; vertical-align: middle;}

  .brand-text-wrapper .img{ display: inline-block; width: 35%; padding-top: 0; text-align: right; vertical-align: middle;}



  /* 销售服务 */

  .form-wrapper .item{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}

  .form-wrapper .item:first-child{ margin-right: 8px;}

  .form-wrapper .item:last-child{ margin-left: 8px;}



  /* 服务中心 */

  .service-text{ width: 65%; padding-right: 20px;}

  .service-hotline{ width: 35%;}

  .service-info .item{ width: 33.3333%;}



  /* 内页 常见问题 */

  .faq-wrapper .head h2{ font-size: 20px;}



  /* 产品列表 */

  .product-list .item{ width: 50%;}

  .skils-list{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}

  .skils-list .item{ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 148px;}

  .skils-list .title{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center;}

  .skils-list .tit{ margin-bottom: 35px;}

  .skils-list .tit em{ margin-top: 8px;}

  .skils-list .wrap{ padding-right: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}

  .skils-list .wrap .h2, .skils-list .wrap .h3{ -webkit-writing-mode:tb-rl; -ms-writing-mode:tb-rl; writing-mode:tb-rl; -webkit-writing-mode:vertical-rl; writing-mode:vertical-rl; padding: 0 0.2em; width: 22px;}

  .skils-list .wrap .icon{ position: inherit; top: auto; margin-top: 0; margin-right: 5px;}



  .skils-list .detail{ display: none;}

  .skils-list .item.active .detail{ display: none;}



  /* 产品详情 */

  .detail-guige span{ font-size: 16px; width: 86px; height: 86px; margin: 0 15px 15px;}



}



/* 1024 */

@media screen and (min-width: 1024px) {

  /* navbar */

  .navbar-header{ float: left; }

  .navbar-header .btn-menu{ display: none;}

  .navbar-header .logo{  margin-top: 0;}

  .navbar-collapse{ display: block; float: right; width: auto; overflow-y: inherit; margin: 0; position: static;}

  .navbar-nav{ float: left;}

  .navbar-nav>li{ float: left; position: relative; z-index: 1; padding: 25px 5px; height: 80px; line-height: 30px; color: #ccc;}

  .navbar-nav>li>.title{ padding: 0; border-bottom: 0; background-color: #fff; display: block; height: 30px; line-height: 30px;}

  .navbar-nav>li>.title>a{ display: block; color: #484848; padding: 0 20px;}

  .navbar-nav>li.active, .navbar-nav>li:hover{ z-index: 2;}

  .navbar-nav>li.active>.title, .navbar-nav>li:hover>.title{ border-color: #c30d23; background-color: #c30d23;}

  .navbar-nav>li.active>.title>a, .navbar-nav>li:hover>.title>a{ color: #fff;}

  .navbar-nav>li.slide>.title:after{ display: none;}

  .navbar-nav>li.show>.title{ background-color: transparent;}

  .navbar-nav>li.line{ display: block;}

  .navbar-nav>li>ul{ position: absolute; top: 55px; left: 50%; width: 200px; margin-left: -100px; text-align: center;}

  .navbar-nav>li>ul>li{ padding: 0;}

  .navbar-nav>li>ul>li>a{ padding: 0;}

  .navbar-nav>li>ul>li:last-child>a{ border: 0;}

  .navbar-nav>li>ul>li>a:hover{ color: #fff;}



  /* banner */

  .banner-container{ height: 590px;}

  .banner-container a{ height: 590px;}



  /* 新闻动态 */

  .module-index{ padding-bottom: 30px;}

  .news-container .item{ width: 25%;}

  .news-container .item:nth-of-type(1) .wrap{ padding-right: 10px;}

  .news-container .item:nth-of-type(2) .wrap{ padding-left: 5px; padding-right: 5px;}

  .news-container .item:nth-of-type(3) .wrap{ padding-left: 5px; padding-right: 5px;}

  .news-container .item:nth-of-type(4) .wrap{ padding-left: 10px;}



  /* 产品中心 */

  .module-product{ padding-top: 50px;}

  .product-pic .swiper-slide{ background-position: 50%;}

  .product-container{ padding-top: 70px;}

  .product-container .item a{ padding: 30px;}

  .product-container .number{ font-size: 70px; line-height: 86px;}



  /* 热门新闻 */

  .module-bg-1{ width: 40%;}

  .module-news-hot{ padding: 0; display: block;}

  .module-news-hot .container{ margin-right: 0;}

  .news-hot-title{ position: absolute; top: 0; left: 0; font-size: 20px; line-height: 40px;}

  .news-hot-container .item{ float: left; width: 25%; padding: 40px 10px 20px 0;}





  /* 关于我们 */

  .module-bg-2{ width: 40%;}

  .module-about .container{ margin-right: 0;}

  .about-container{ position: absolute; top: 0; left: 0; height: 100%; width: 50%; padding-right: 10px;}

  .about-container .wrapper{ height: 100%; padding-right: 30px; background-size: auto;}

  .about-container .content p{ font-size: 14px; line-height: 30px; margin-bottom: 10px;}

  .about-container .btn{ width: 60px; height: 60px; margin-top: 30px;}

  .about-list{ float: right; width: 50%;}

  .about-list-img{ float: left; width: 50%; display: block;}

  .about-list-text{ float: right; width: 100%; padding: 40px 15px 0; display: block;}

  .about-list-text .item{ padding: 15px 0;}

  .about-list-text h2{ font-size: 50px; line-height: 60px;}

  .about-list-text p{ font-size: 14px; line-height: 18px; max-height: 36px; overflow: hidden;}



  /* 常见问题 */

  .module-problem{ padding-bottom: 50px;}

  .problem-container .item{ padding-top: 0;}





  /* 底部导航 */

  .footer-nav{ margin-top: 10px;}

.footer-nav a{ font-size: 16px; margin: 0 15px;}

  .footer-links{ display: block;}

  .footer-wrap .right a{ display: inline-block; margin-left: 10px; vertical-align: top; margin-top: -3px;}

  .footer-contact .qrcode{ display: block;}





  .container-2{ max-width: 1000px; margin: 0 auto; padding: 0;}



  /* 公司简介 */

  .sub-banner{ height: 450px;}

  .main-container{ padding-bottom: 100px;}

  .page-menu{}

  .menu-list a{ font-size: 16px; min-width: 140px; padding: 0 20px; height: 45px; line-height: 44px;}

  .btn-title{ min-width: 200px; height: 60px; line-height: 60px; font-size: 30px; padding: 0 20px;}

  .about-title{ margin: 40px 0 30px;}

  .about-title .h2, .about-title .h3{ font-size: 50px;}

  .about-title .h2 span i{ width: 20px; height: 20px; margin-left: 10px;}

  .faith .item{ width: 25%;}



  /* 人才招聘 */

  .jobs-wrapper .tit{ font-size: 30px; line-height: 40px; margin-bottom: 24px;}

  .jobs-idea{ margin-bottom: 40px;}

  .jobs-idea .item{ display: inline-block; width: 50%; padding-left: 80px;}

  .jobs-idea .pic{ margin-left: -80px; width: 80px;}

  .jobs-idea .info h3{ font-size: 18px; line-height: 28px;}

  .jobs-point{ margin-bottom: 30px;}

  .jobs-point .item{ width: 33.3333%; padding-top: 40px; padding-bottom: 40px;}

  .jobs-point .item h3{ font-size: 50px;}

  .jobs-point .item p{ font-size: 14px; line-height: 20px;}



  /* 人才招聘详情 */

  .jobs-container{ padding-left: 300px; padding-top: 20px;}

  .detail-head{ padding-right: 240px;}

  .detail-head .share{ position: absolute; top: 3px; right: 0; text-align: right;}

  .detail-head .title h2{ font-size: 30px; line-height: 40px;}

  .edit-container .tit-2{ font-size: 24px; line-height: 34px;}

  .btn-join{ width: 120px; height: 45px; line-height: 45px; font-size: 18px;}



  /* 加入职位 */

  .jobs-content .wrap{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}

  .jobs-content .item{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}

  .jobs-content .item:first-child{ margin-right: 8px;}

  .jobs-content .item:last-child{ margin-left: 8px;}

  .jobs-content .wrap2 .item:first-child{ margin-right: 0;}

  .jobs-content .wrap2 .item:last-child{ margin-left: 0;}



  /* 分页 */

  .pagination{ margin-top: 20px; padding-top: 30px;}

  .pagination a{ /*width: 34px; height: 34px;*/ line-height: 34px;}



  /* 品牌说明 */

  .brand-wrapper .detail{ padding: 30px 30px 30px 60px;}

  .brand-wrapper .year span{ font-size: 60px;}

  .brand-wrapper .year em{ font-size: 16px;}

  .brand-wrapper .line{ height: 40px; margin: 10px 0 10px 50px}

  .brand-wrapper .title{ font-size: 22px; font-weight: bold;}

  .brand-wrapper .intro{ font-size: 14px;}

  .brand-wrapper .btns span{ width: 56px; height: 44px; background-size: auto;}



  /* 服务中心 */

  .service-text{ width: 30%;}

  .service-img{ display: inline-block; width: 43%; padding-right: 20px;}

  .service-hotline{ width: 27%;}

  .service-hotline .img{ margin-bottom: 60px;}



  /* 产品列表 */

  .identify-list .item{ width: 25%;}

  .identify-list .item:nth-of-type(2n-1){ padding-right: 0;}

  .identify-list .item:nth-of-type(2n){ padding-left: 0;}



  .identify-list .item:nth-of-type(4n){ padding-right: 0; padding-left: 24px;}

  .identify-list .item:nth-of-type(4n-1){ padding-left: 18px; padding-right: 12px;}

  .identify-list .item:nth-of-type(4n-2){ padding-left: 12px; padding-right: 18px;}

  .identify-list .item:nth-of-type(4n-3){ padding-left: 0; padding-right: 24px;}



  /* 产品详情 */

  .detail-guige span{ font-size: 18px; width: 95px; height: 95px;}



}









/* 1260 */

@media screen and (min-width: 1260px) {



  /* navbar */

  .navbar-header{ margin-right: 50px;}



  /* banner */

  .banner-container{ height: 740px;}

  .banner-container a{ height: 740px;}

  .icon-scroll{ display: block;}



  /* 新闻动态 */

  .module-index{ padding-bottom: 60px;}

  .module-head{ padding: 50px 0;}

  .module-head .title{ width: 200px; height: 90px;}

  .module-head .nemu{ padding-top: 30px;}

  .news-container .item:nth-of-type(4n-3) .wrap{ padding-right: 15px;}

  .news-container .item:nth-of-type(4n-2) .wrap{ padding-left: 5px; padding-right: 10px;}

  .news-container .item:nth-of-type(4n-1) .wrap{ padding-left: 10px; padding-right: 5px;}

  .news-container .item:nth-of-type(4n) .wrap{ padding-left: 15px;}



  /* 产品中心 */

  .module-product{ padding-top: 120px; padding-bottom: 120px;}

  .product-container{ padding-top: 100px;}

  .product-container .number{ font-size: 80px; line-height: 100px;}



  /* 热门新闻 */

  .module-news-hot{ padding: 0;}

  .news-hot-title{ font-size: 26px; line-height: 70px;}

  .news-hot-container .item{ padding: 70px 20px 20px 0;}

  .news-hot-container a{ padding-left: 70px; padding-bottom: 20px;}

  .news-hot-container .date{ width: 70px; margin-left: -70px; padding-right: 20px;}

  .news-hot-container .date span{ font-size: 38px; line-height: 38px;}

  .news-hot-container .date em{ font-size: 28px; line-height: 28px;}

  .news-hot-container .detail h3{ line-height: 30px;}



  /* 关于我们 */

  .about-container .btn{ margin-top: 40px;}

  .about-list-text{ padding: 20px 25px 0;}

  .about-list-text .item{ padding: 15px 0;}

  .about-list-text h2{ font-size: 70px; line-height: 80px;}



  /* 常见问题 */

  .module-problem{ padding-bottom: 100px;}

  .problem-container .item{ padding-top: 0;}







  /* 底部导航 */

  .footer-wrap .title{ font-size: 20px; line-height: 40px; font-weight: bold; font-weight: bold;}

  .footer-contact .wrapper{ padding-left: 230px;}

  .footer-contact .left{ float: left; margin-left: -230px; width: 230px;}

  .footer-contact .right{ float: left; width: 100%;}

  .footer-contact .right a{ width: 85px; height: 30px; line-height: 30px; font-size: 14px; margin-top: -7px;}





  .container-2{ max-width: 1260px;}

  /* 公司简介 */

  .main-container{ padding-bottom: 130px;}



  /* 领导介绍 */

  .leader-info .detail{ padding: 40px;}

  .leader-info .detail .title p{ font-size: 26px;}



  /* 人才招聘详情 */

  .jobs-wrapper{ padding-left: 80px; padding-top: 35px;}



  /* 加入招聘 */

  .jobs-title{ font-size: 30px; line-height: 50px;}

  .jobs-content{ padding-top: 40px;}

  .jobs-content .item{ margin-bottom: 25px;}

  .jobs-content .item i{ width: 10px; height: 10px; top: 18px;}

  .jobs-content .item label{ height: 48px; line-height: 48px; font-size: 16px;}

  .jobs-content .item .inp{ height: 48px; font-size: 16px;}

  .jobs-content .item .inp-text{ height: 180px; padding-top: 10px; padding-bottom: 10px;}

  .jobs-content .btn-submit button{ font-size: 20px; height: 60px;}



  /* 新闻列表 */

  .news-wrapper{ padding-top: 50px;}



  /* 新闻详情 */

  .news-other{ margin-top: 70px;}



  /* 品牌说明 */

  .brand-shaft-container{ padding-bottom: 90px;}

  .brand-text-wrapper .text-wrap{ width: 72%;}

  .brand-text-wrapper .img{ width: 28%;}



  /* 销售服务 */

  .form-wrapper .item{ height: 55px; padding: 0 15px;}

  .form-wrapper .item:first-child{ margin-right: 10px;}

  .form-wrapper .item:last-child{ margin-left: 10px;}

  .form-wrapper .inp{ padding: 0 15px; font-size: 16px;}

  .form-wrapper .icon{ width: 25px; height: 30px;}

  .form-wrapper .arrow{ width: 10px; height: 10px; top: 20px;}

  .result-title{ font-size: 40px;}

  .result-container .item .wrap{ padding-left: 30px; padding-right: 30px;}

  .result-container .title{ font-size: 28px; padding-bottom: 15px; margin-bottom: 20px;}



  /* 品牌说明 */

  .brand-wrapper .detail{ padding: 50px 30px 30px 60px;}

  .brand-wrapper .year span{ font-size: 70px;}

  .brand-wrapper .year em{ font-size: 18px;}

  .brand-wrapper .line{ height: 45px; margin: 10px 0 10px 50px}

  .brand-wrapper .title{ font-size: 28px; font-weight: bold;}

  .brand-wrapper .intro{ font-size: 16px;}

  .brand-wrapper .btns span{ width: 66px; height: 54px;}



  /* 服务中心 */

  .service-text{ width: 430px;}

  .service-text .title{ padding: 30px 30px 30px 160px; margin-bottom: 30px;}

  .service-text .title h2{ width: 160px; margin-left: -160px; font-size: 40px; line-height: 46px; padding: 0 35px;}

  .service-text .title h3{ font-size: 26px; line-height: 34px;}

  .service-text .tit{ font-size: 24px; margin-bottom: 15px;}

  .service-text .content{ margin-bottom: 28px;}

  .service-text .weixinCode{ padding: 30px 35px;}

  .service-text .weixinCode h2{ font-size: 24px; margin-bottom: 20px;}

  .service-img{ width: 495px;}

  .service-hotline{ width: 335px;}

  .service-hotline .img{ margin-bottom: 80px;}

  .service-info{ margin-top: 30px;}

  .service-info .item{ padding: 20px 20px 20px 85px;}



  /* 产品列表 */

  .product-list .item{ padding: 66px 60px; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start;}

  .product-list .guige span{ width: 62px; height: 62px;}

  .product-list .intro{ line-height: 26px;}

  .product-list .btn{ width: 90px; height: 35px; line-height: 33px;}

  .product-list .btn i{ margin-top: 12px;}



  /* 产品列表 */

  .skils-list{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}

  .skils-list .item{ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; max-width: inherit; -webkit-box-flex: inherit; -webkit-flex: inherit; -moz-box-flex: inherit; -ms-flex: inherit; flex: inherit;}

  .skils-list .title{ width: 148px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: inherit; -webkit-flex: inherit; -moz-box-flex: inherit; -ms-flex: inherit; flex: inherit;}

  .skils-list .tit{ margin-bottom: 35px;}

  .skils-list .tit em{ margin-top: 8px;}

  .skils-list .wrap{ padding-right: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}

  .skils-list .wrap .h2, .skils-list .wrap .h3{ -webkit-writing-mode:tb-rl; -ms-writing-mode:tb-rl; writing-mode:tb-rl; -webkit-writing-mode:vertical-rl; writing-mode:vertical-rl; padding: 0 0.2em;}

  .skils-list .wrap .icon{ position: inherit; top: auto; margin-top: 0; margin-right: 5px;}



  .skils-list .detail{ -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: block; width: 0; overflow: hidden;}

  .skils-list .detail img{ width: 372px; max-width: none;}

  .skils-list .item.active .detail{ width: 372px; display: block}













  .identify-list .item{ margin-bottom: 0;}

  .identify-list .wrap{ padding: 20px 25px 25px;}

  .identify-list h2{ font-size: 16px;}



}





/* 1400 */

@media screen and (min-width: 1400px) {

  .container{ max-width: none; margin: 0 170px;}

  /* banner */

  .banner-container{ height: 800px;}

  .banner-container a{ height: 800px;}



  /* 热门新闻 */

  .module-news-hot .container{ margin-right: 170px;}



  /* 关于我们 */

  .module-about .container{ margin-right: 170px;}

  .about-container .btn{ margin-top: 10px;}

  .about-list-text h2{ font-size: 60px; line-height: 70px;}



  /* 常见问题 */

  .module-problem{ padding-bottom: 130px;}



  /* 人才招聘 */

  .jobs-idea .item{ width: 33.3333%;}



}





/* 1600 */

@media screen and (min-width: 1600px) {



  /* banner */

  .banner-container{ height: 860px;}

  .banner-container a{ height: 860px;}



  /* 热门新闻 */

  .news-hot-container .item a{ padding-bottom: 30px;}



  /* 关于我们 */

  .about-container .wrapper{ padding-top: 50px;}

  .about-container .btn{ margin-top: 10px;}

  .about-list-text h2{ font-size: 70px; line-height: 70px; margin-bottom: 20px;}



}



@media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2) {

  .navbar-header .logo img{height:50px; }

}



#fades{display: block; position: fixed; left: 0; top: 0; z-index: 9999;width: 100%; height: 100%;opacity:.10 !important; background:#ffffff;}

.alertlogo{

    width: 200px;

    height: 150px;

    background: #000;

    text-align: center;

    padding-top: 20px;

    border-radius: 10px;

    opacity: .60 !important;

    position: fixed;

    top: 50%;

    left: 50%;

    margin-top: -75px;

    margin-left: -100px;

    z-index: 99999;

    color: #ffffff;

    font-size: 14px;

}

.alertlogo img{

  width:  60px;

  display: block;

  margin: 0 auto;

  padding: 10px;

}



.map-container img{ max-width: initial;}




/*页面修改*/

/*人才招聘*/
.jobs-submit{
  margin-top: 35px;
  padding:12px 35px;
  color: #f1e8e0;
  display: inline-block;
  font-size: 16px;
  background-color: #c39b6a;
  cursor: pointer;
}

/*首页*/
.about-container .content{
  display: flex;
}
.about-container .content .in-left{
  width: 77%;
}
.about-container .content .in-right{
  margin-left: 23px;
  box-sizing: border-box;
  padding-top: 30px;
  width: 23%;
  text-align: center;
  background: url("../img/border.png") no-repeat;
  background-size: 100% 100%;
}
.about-container .content .in-right img{
  display: block;
  margin: 0 auto;
}

.about-container .content .in-right span{
  font-size: 13px;
  color: #64676c;
}
.palaceBox{
  background-image: none;
  padding-bottom: 50px;
}
.swiper-pagination{
  bottom: -40px !important;
}

.palace{
  width: 100%;
  height: 230px;
  position: static;
  box-sizing: border-box;
  /*margin: 0 170px;*/
}
.palacetitlebox{
  position: relative;
}
.palace .swiper-button-next, .swiper-button-prev{
  top: 50%;
}
.palace .swiper-button-prev{
  left: -50px;
}
.palace .swiper-button-next{
  right: -50px;
}
.palace .swiper-slide{
  margin-right: 10px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  box-sizing: border-box;
  padding: 20px;
  width: auto !important;
  justify-content: center;
  background-image: url("../img/inlt.jpg"),
  url("../images/inrt.jpg"),
  url("../images/inlb.jpg"),
  url("../images/inrb.jpg"),
  url("../images/inv.jpg"),
  url("../images/inv.jpg"),
  url("../images/inl.jpg"),
  url("../images/inl.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top,
  right top,
  left bottom,
  right bottom,
  left 17px,
  right 17px,
  18px top,
  18px bottom;
  background-color: #fff;
  background-origin: border-box;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.palace .swiper-slide .slideList{
  width: 24%;
  height: 206px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  justify-content: center;
  background-image: url("../img/inlt.jpg"),
  url("../images/inrt.jpg"),
  url("../images/inlb.jpg"),
  url("../images/inrb.jpg"),
  url("../images/inv.jpg"),
  url("../images/inv.jpg"),
  url("../images/inl.jpg"),
  url("../images/inl.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top,
  right top,
  left bottom,
  right bottom,
  left 17px,
  right 17px,
  18px top,
  18px bottom;
  background-color: #fff;
  background-origin: border-box;
}
.palace .swiper-slide img{
  width: auto !important;
  height: 100% !important;
}
.swiper-pagination-bullet-active{
  background-color: #283890 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: rgba(148,148,148,0.5);
}
/*.palace .swiper-wrapper{*/
/*  width: calc(100% - 80px);*/
/*  margin: 0 40px;*/
/*}*/
@media all and (max-width: 760px){
  .palace .swiper-slide .slideList{
    width: 49%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 550px){
  .palaceBox{
    padding-bottom: 30px;
  }
}

/*产品中心*/
.bigImg{
  position: relative;
}
.lookmore{
  position: absolute;
  width: 120px;
  height: 48px;
  box-sizing: border-box;
  border:2px solid #fff;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 36%;
  left: 10%;
}
.lookmore span{
  margin-left: 10px;
}

.product-listbottombg{
  background-image: url("../img/bottombg.png");
}
.no-border{
  border:0;
}

.palacetitle{
  background-image: url("../img/palace.png") !important;
}
@media all and (max-width: 870px){
  .palacex{
    display: none;
  }
}
@media all and (max-width: 520px){
  .about-container .content .in-right{
    width: 30%;
    padding-bottom: 20px;
  }
  .lookmore{
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
  }
  .alert .al-title{
    font-size: 18px !important;
    height: 60px !important;
  }
}
@media all and (max-width: 440px){

  .alert .al-title{
    font-size: 15px !important;
  }
}
@media all and (max-width: 410px){
  .about-container .content .in-right{
    width: 47%;
  }
}

.loadmore{
  display: block;
  margin: 10px auto 0;
  width: 115px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 13px;
  border : 1px dashed #bababa;
}

@media all and (max-width: 600px){
  .history h2{
    font-size: 18px;
  }
  .about-container .content p{
    font-size: 13px;
  }
}

@media all and (max-width: 420px){
  .about-container .content .in-right{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}




/*job*/
.jobs-container {
  font-size: 22px;
}

.jobs-wrapper h1 {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #213586;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
.jobs-wrapper h4 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000510;
  margin: 15px 0;
}
.jobs-wrapper h4 span {
  color: #e11c1c;
}
.jobs-wrapper .jobs-box {
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.jobs-wrapper .cloum {
  display: flex;
  justify-content: space-between;
}
.jobs-wrapper .cloum h4 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000510;
}
.jobs-wrapper .cloum select {
  border: solid 1px #a5a5a5;
  height: 50px;
}
.jobs-wrapper .cloum .jobs-itemt {
  width: 49%;
}
.jobs-wrapper .cloum .jobs-items {
  width: 32.5%;
}
.jobs-wrapper .cloum .jobs-items div {
  display: flex;
  justify-content: space-between;
}
.jobs-wrapper .cloum .jobs-items div select {
  width: 48%;
}
.jobs-wrapper .jobs-list {
  flex-wrap: wrap;
}
.jobs-wrapper .jobs-item {
  display: flex;
  border: solid 1px #a5a5a5;
  height: 50px;
  align-items: center;
  box-sizing: border-box;
}
.jobs-wrapper .jobs-item span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #aaaaaa;
  flex-shrink: 0;
  padding-left: 17px;
  box-sizing: border-box;
}
.jobs-wrapper .jobs-item input {
  bottom: 0;
  outline: none;
  border: 0;
  text-align: right;
  width: 100%;
  color: #aaaaaa;
  font-size: 16px;
  padding-right: 20px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.jobs-wrapper .two {
  display: flex;
  justify-content: space-between;
}
.jobs-wrapper .two .jobs-item {
  width: 49%;
}
.jobs-wrapper .jobs-list .four {
  display: flex;
  justify-content: space-between;
}
.jobs-wrapper .jobs-list .four .jobs-item {
  width: 24%;
}
.jobs-wrapper .jobs-list .three {
  display: flex;
  justify-content: space-between;
}
.jobs-wrapper .jobs-list .three .jobs-item {
  width: 32%;
}
.jobs-wrapper .jobs-list textarea {
  width: 100%;
  height: 280px;
  outline: none;
  box-sizing: border-box;
  padding: 17px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #aaaaaa;
  resize: none;
}
.jobs-wrapper select {
  width: 100%;
  height: 100%;
  border: 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #aaaaaa;
  box-sizing: border-box;
  padding-left: 17px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/select.png) no-repeat 95% center transparent;
  background-size: 14px 8px;
}
.jobs-wrapper select option {
  color: #aaaaaa;
}
.jobs-wrapper .jobs-contents p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #515151;
  margin-bottom: 15px;
}
.jobs-wrapper .jobs-contents h5 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #283890;
  margin-bottom: 25px;
}
.jobs-wrapper .jobs-submitapply {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #213586;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
}

@media all and (max-width: 1000px) {
  .jobs-wrapper .cloum .jobs-items {
    width: 100%;
  }
}
@media all and (max-width: 950px) {
  .jobs-item {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.slideTxtBox{
  height: 230px;
}
.slideTxtBox .bd{
  width: 100%;
  display: flex;
  height: 100%;
}
.slideTxtBox ul{
  height: 100%;
}
.slideTxtBox .bd a{
  display: block;
  height: 100%;
}
.slideTxtBox .bd a img{
  width: auto;
  height: 100% !important;
}
.slideTxtBox li{
  margin-right: 20px;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  width: auto !important;
  justify-content: center;
  background-image: url("../img/inlt.jpg"),
  url("../images/inrt.jpg"),
  url("../images/inlb.jpg"),
  url("../images/inrb.jpg"),
  url("../images/inv.jpg"),
  url("../images/inv.jpg"),
  url("../images/inl.jpg"),
  url("../images/inl.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top,
  right top,
  left bottom,
  right bottom,
  left 17px,
  right 17px,
  18px top,
  18px bottom;
  background-color: #fff;
  background-origin: border-box;
}
.tempWrap{
  width: 100% !important;
}

.palace_swiper {
  width: 100%;
  height: 230px;
  margin: 0 auto;
  overflow: hidden;
}
.palace_swiper .swiper-slide a{
   width: 100%;
   height: 100%;
  background-image: url("../img/inlt.jpg"),
  url("../images/inrt.jpg"),
  url("../images/inlb.jpg"),
  url("../images/inrb.jpg"),
  url("../images/inv.jpg"),
  url("../images/inv.jpg"),
  url("../images/inl.jpg"),
  url("../images/inl.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top,
  right top,
  left bottom,
  right bottom,
  left 17px,
  right 17px,
  18px top,
  18px bottom;
  background-origin: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px;
 }

.palace_swiper .swiper-slide a img{
  /*width: 100% !important;*/
  height: 100% !important;
}

.palace_swiper .swiper-slide {

  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-right: 20px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.palace_swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}

/*place.css*/
.imgbox {
  margin: 70px auto 70px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*flex-direction: row;*/
  /*column-count: 4;*/
  /*column-gap: 0;*/
  transition: .2s ease;
  position: relative;
}

.imglist {
  width: 300px;
  cursor: pointer;
  position: absolute;
  padding: 0px 10px 20px;
  display: flex;
  /*flex-direction: column;*/
  /*width: calc(100%/4);*/
}
.imglist .border {
  background-image: url("../img/lefttops.jpg"), url("../images/righttops.jpg"), url("../images/leftbottoms.jpg"), url("../images/rightbottoms.jpg"), url("../images/vers.jpg"), url("../images/vers.jpg"), url("../images/levels.jpg"), url("../images/levels.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom, left 17px, right 17px, 18px top, 18px 98%;
  background-color: #fff;
  background-origin: border-box;
  padding: 27px;
  box-sizing: border-box;
}
.imglist .border img {
  width: 100%;
  height: 100%;
}

.item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#shadow {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.alertBox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.alertBox::-webkit-scrollbar {
  display: none;
}

.alert {
  width: 850px;
  margin: 20px auto 0;
}
.alert .al-title {
  width: 100%;
  height: 94px;
  box-sizing: border-box;
  background-image: url("../img/lefttopx.jpg"), url("../images/righttopx.jpg"), url("../images/leftbottomx.jpg"), url("../images/rightbottomx.jpg"), url("../images/xx_v.jpg"), url("../images/xx_v.jpg"), url("../images/xx_l.jpg"), url("../images/xx_l.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom, left 17px, right 17px, 18px top, 18px bottom;
  background-color: #fff;
  background-origin: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a3a8e;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.alert .al-content {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/lefttopx.jpg"), url("../images/righttopx.jpg"), url("../images/leftbottomx.jpg"), url("../images/rightbottomx.jpg"), url("../images/xx_v.jpg"), url("../images/xx_v.jpg"), url("../images/xx_l.jpg"), url("../images/xx_l.jpg");
  background-repeat: no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat,no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom, left 17px, right 17px, 18px top, 18px 99%;
  background-color: #fff;
  box-sizing: border-box;
  background-origin: border-box;
  padding: 30px 0;
}
.alert .al-content img {
  width: 94% !important;
}
.alert .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2a3a8e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 30px;
  cursor: pointer;
}

@media all and (max-width: 700px) {
  .imgbox {
    column-count: 2;
  }
}
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}

@media all and (max-width: 850px) {
  .alert {
    width: 90% !important;
  }

  .long .al-title {
    height: auto !important;
  }

  .alert .al-content {
    height: auto !important;
  }
}

/*# sourceMappingURL=place.css.map */


/*主图*/
.banner{width:100%;overflow:hidden;height:650px;position:relative}
.banList{position:absolute;left:50%;margin-left:-960px;height:650px}
.banList li{height:650px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fc8f0f;cursor:pointer}

.pages {  color: #999;overflow: auto;vertical-align:top;text-align:center;z-index: 2;position: relative; }
.pages a, .pages .cpb { text-decoration:none;display:inline-block; padding: 0 5px; border: 1px solid #ddd;background: #fff;margin:0 2px; font-size:11px; color:#000;vertical-align: top;}
.pages a:hover { background-color: #E61636; color:#fff;border:1px solid #E61636; text-decoration:none;}
.pages .cpb { font-weight: bold; color: #fff; background: #E61636; border:1px solid #E61636;}










