.content {
  padding: 70px 0;
  position: relative;
  min-height: 300px;
}
.content .wrapper,
.wrapper {
  max-width: 1420px;
}
.content img {
  max-width: 100%;
}
.sub-banner {
  height: 645px;
  margin-top: 100px;
}
.pro-sbanner {
  height: 500px;
}
.inner_cont {
  font-size: 14px;
  color: #454545;
  width: calc(100% - 320px);
  float: right;
}
.inner_cont img {
  max-width: 100%;
}
.inner_left {
  width: 270px;
  float: left;
}
.coninfo {
  font-size: 16px;
  line-height: 2.5em;
}
@media only screen and (max-width: 920px) {
  .sub-banner {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sub-banner,
  .pro-sbanner {
    height: 150px;
  }
}

.jtinnertit h3 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 920px) {
  .jtinnertit h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .innertit h3 {
    font-size: 14px;
  }
}

.breadcrumb {
  color: #73797c;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: #e5e9ec;
}
.breadcrumb a {
  color: #73797c;
}
.breadcrumb a:last-child {
}
.breadcrumb a.reture {
  float: right;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.siderbar {
  border: 1px solid #d6dae2;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.siderbar .title {
  color: #041d50;
  border-bottom: 2px solid #677289;
  height: 50px;
  padding: 0 20px;
  position: relative;
}
.siderbar .title h3 {
  font-size: 18px;
  line-height: 50px;
}
.siderbar .title .btn_jt {
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
  line-height: 40px;
  display: none;
}
.siderbar .title .inco01 {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../images/inco14.png) center no-repeat;
}
.siderbar .title .cur .inco01 {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../images/inco13.png) center no-repeat;
}

.siderbar .sunnav {
  background: #fff;
}
.siderbar .sunnav li {
  font: 300 16px/50px microsoft yahei;
  border-top: 1px solid #ebeef5;
  text-indent: 20px;
  position: relative;
}
.siderbar .sunnav li a {
  width: 100%;
  display: block;
  height: 50px;
  color: #041d50;
}
.siderbar .sunnav li a:hover {
  color: #ed1c24;
}
.siderbar .sunnav li.active a {
  color: #ed1c24;
  font-weight: bold;
}

@media only screen and (max-width: 920px) {
  .inner_left {
    float: none;
    width: 100%;
    margin-top: 0px;
    display: none;
  }
  .inner_cont {
    width: 100%;
    float: none;
  }
  .siderbar .sunnav {
    display: none;
  }
  .siderbar .title {
    padding: 0 20px;
    background: #041e53;
    color: #fff;
    border-bottom: 0;
  }
  .siderbar .title .btn_jt {
    top: 0;
    display: block;
  }
  .siderbar {
    position: relative;
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  .siderbar .title h3 {
    font-size: 14px;
  }
  .siderbar .sunnav li {
    font-size: 14px;
  }
}

.faq_search {
  border: 1px solid #d6dae2;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.faq_search #q {
  float: left;
  border: 0 none;
}
.faq_search .search-btn {
  float: right;
  border: 0 none;
}
.faq_search #q {
  width: calc(100% - 70px);
  height: 18px;
  padding: 10px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #fff;
  font: 300 12px/18px microsoft yahei;
}
.faq_search .search-btn {
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  cursor: pointer;
  background: url(../images/btn_ser02.png) no-repeat center;
}

@media only screen and (max-width: 920px) {
  .faq_search {
    display: none;
  }
}

.inner-tit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* ==========================================================================
   about
   ========================================================================== */
.aboutpart01 {
  padding: 60px 0;
}
.aboutpart01 .txtarea {
}
.aboutpart01 .txtarea .desc {
  font-size: 18px;
  margin-bottom: 30px;
}
.jn-more-a {
  text-align: center;
}
.jn-more-a a {
  width: 180px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  color: #333;
  border: 1px solid #d6d8e0;
}
.jn-more-a a:hover {
  color: #ed6d00;
}

.aboutpart02 {
  padding: 30px 0 60px 0;
  background: url(../images/aboutbg.jpg) no-repeat center;
  background-size: cover;
}
.jnyslist {
  margin-left: -30px;
}
.jnyslist li {
  width: calc(20% - 30px);
  margin-left: 30px;
  float: left;
  margin-top: 30px;
}
.jnys-row {
  height: 124px;
  overflow: hidden;
  border-bottom: 1px solid #ee6f22;
}
.jnys-row .txt01 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #ee6f22;
}
.jnys-row h3.num {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  height: 36px;
  color: #ee6f22;
}
.jnys-row h3.num span {
  font-size: 18px;
  vertical-align: bottom;
  line-height: 30px;
}
.jnys-row .txt02 {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;
}

.aboutpart03 {
  padding: 60px 0;
}
.jnqywhlist {
  margin-left: -20px;
}
.jnqywhlist li {
  width: calc(50% - 20px);
  margin: 20px 0 20px 20px;
  float: left;
}
.culturbox {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.culturbox .pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.culturbox .bgimg {
  width: 100%;
}
.culturbox .uppic {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.culturbox .cover .warp {
  padding: 80px 40px 40px 40px;
}
.culturbox .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.culturbox .inco {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  transition: background 0.5s;
}
.culturbox:hover .inco {
  background-position: center -100px;
}
.culturbox .cover h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

.culturbox:hover .cover {
  background: rgba(238, 111, 34, 0.8);
  color: #fff;
}
.culturbox:hover .cover h3 {
  color: #fff;
}

@media only screen and (max-width: 920px) {
  .culturbox .cover h3 {
    font-size: 18px;
  }
  .culturbox .cover .warp {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .jnqywhlist {
    margin-left: 0;
  }
  .jnqywhlist li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .culturbox .inco {
    height: 60px;
    width: 60px;
    background-size: auto 120px;
  }
  .culturbox:hover .inco {
    background-position: center -60px;
  }
}

@media only screen and (max-width: 1440px) {
  .aboutpart01 .txtarea .desc {
    font-size: 14px;
  }
  .jnys-row h3.num {
    font-size: 24px;
  }
}

@media only screen and (max-width: 920px) {
  .aboutpart01 {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb a.reture {
    display: none;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .inner-tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .jnyslist {
    margin-left: -10px;
  }
  .jnyslist li {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
    margin-top: 30px;
  }
  .jnys-row .txt02 {
    font-size: 12px;
  }
  .jnys-row h3.num span {
    font-size: 14px;
  }
  .aboutpart03 {
    padding: 10px 0 0 0;
  }
}

/* ==========================================================================
   course
   ========================================================================== */

.coursebox {
  position: relative;
  padding: 50px 0;
  margin: 0 10px;
  height: 580px;
  overflow: hidden;
  background: #2f75bb;
  background-image: -webkit-linear-gradient(top, #2f75bb 0%, #9ec9ec 100%);
  background-image: -moz-linear-gradient(top, #2f75bb 0%, #9ec9ec 100%);
  background-image: linear-gradient(top, #2f75bb 0%, #9ec9ec 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#2f75bb', StartColorStr='#9ec9ec');
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.coursebox .course-row01 {
  padding-left: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  background: url(../images/inco20.png) left top repeat-y;
}
.coursebox .course-row02 {
  margin-left: 30px;
  margin-top: 50px;
  height: 50px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-indent: 10px;
}
.coursebox .course-row03 {
  font-size: 20px;
  margin: 30px;
  color: #fff;
}
.coursebox .course-row04 {
  margin: 0 30px;
}
.coursebox .course-row04 .pic {
  border: 5px solid #2c4c9e;
}
.coursebox .course-row04 .pic img {
  width: 100%;
}

#owl-course .item2 .coursebox {
  background: #cd5557;
  background-image: -webkit-linear-gradient(top, #cd5557 0%, #d99596 100%);
  background-image: -moz-linear-gradient(top, #cd5557 0%, #d99596 100%);
  background-image: linear-gradient(top, #cd5557 0%, #d99596 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#cd5557', StartColorStr='#d99596');
}

#owl-course .item3 .coursebox {
  background: #ed7127;
  background-image: -webkit-linear-gradient(top, #ed7127 0%, #f7b987 100%);
  background-image: -moz-linear-gradient(top, #ed7127 0%, #f7b987 100%);
  background-image: linear-gradient(top, #ed7127 0%, #f7b987 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ed7127', StartColorStr='#f7b987');
}
#owl-course .item4 .coursebox {
  background: #d5a63a;
  background-image: -webkit-linear-gradient(top, #d5a63a 0%, #dfc080 100%);
  background-image: -moz-linear-gradient(top, #d5a63a 0%, #dfc080 100%);
  background-image: linear-gradient(top, #d5a63a 0%, #dfc080 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#d5a63a', StartColorStr='#dfc080');
}

#owl-course .item6 .coursebox {
  background: #cd5557;
  background-image: -webkit-linear-gradient(top, #cd5557 0%, #d99596 100%);
  background-image: -moz-linear-gradient(top, #cd5557 0%, #d99596 100%);
  background-image: linear-gradient(top, #cd5557 0%, #d99596 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#cd5557', StartColorStr='#d99596');
}

#owl-course .item7 .coursebox {
  background: #ed7127;
  background-image: -webkit-linear-gradient(top, #ed7127 0%, #f7b987 100%);
  background-image: -moz-linear-gradient(top, #ed7127 0%, #f7b987 100%);
  background-image: linear-gradient(top, #ed7127 0%, #f7b987 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ed7127', StartColorStr='#f7b987');
}
#owl-course .item8 .coursebox {
  background: #d5a63a;
  background-image: -webkit-linear-gradient(top, #d5a63a 0%, #dfc080 100%);
  background-image: -moz-linear-gradient(top, #d5a63a 0%, #dfc080 100%);
  background-image: linear-gradient(top, #d5a63a 0%, #dfc080 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#d5a63a', StartColorStr='#dfc080');
}

.coursebox:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}

@media only screen and (max-width: 1440px) {
  .coursebox .course-row01 {
    font-size: 24px;
  }
  .coursebox .course-row03 {
    font-size: 16px;
  }
  .coursebox {
    height: 500px;
  }
}

@media only screen and (max-width: 920px) {
  .courselist {
    margin-left: -20px;
  }
  .courselist li {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  .coursebox .course-row01 {
    font-size: 18px;
  }
  .coursebox .course-row02 {
    font-size: 16px;
  }
  .coursebox .course-row03 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .courselist {
    margin-left: 0;
  }
  .courselist li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
  }
  .coursebox .course-row02 {
    margin-top: 20px;
  }
  .coursebox {
    height: 420px;
  }
}

/* ==========================================================================
   news
   ========================================================================== */
.newsbox02 {
  background: #f6f6f6;
  position: relative;
}
.newsbox02 .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 550px;
}
.newsbox02 .bgimg {
  width: 100%;
}
.newsbox02 .uppic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.newsbox02:hover .uppic {
  transform: scale(1.05);
}
.newsbox02 .txtarea {
  font-size: 14px;
  padding: 40px;
  width: calc(100% - 600px);
  position: absolute;
  right: 20px;
  top: 40px;
  background: #fff;
}
.newsbox02 .txtarea .tit {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
.newsbox02 .txtarea .date {
  color: #a1a1a1;
  margin: 10px 0;
}
.newsbox02 .txtarea .desc {
  margin: 20px 0;
  color: #666;
  height: 72px;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
}
.newsbox02:hover .txtarea {
  background: #0062bb;
}
.newsbox02:hover .txtarea,
.newsbox02:hover .txtarea .date,
.newsbox02:hover .txtarea .desc,
.newsbox02:hover .txtarea a {
  color: #fff;
}
.newsbox02 .txtarea .warp {
  height: 220px;
}
.newsbox02 .more a {
  border: 1px solid #dcdcdc;
  width: 180px;
  height: 32px;
  line-height: 32px;
  text-indent: 20px;
  position: relative;
  display: inline-block;
}
.newsbox02 .more a:before {
  content: "";
  display: block;
  top: 15px;
  right: 20px;
  position: absolute;
  width: 60px;
  height: 1px;
  background: #dcdcdc;
}
.newslist02 li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 920px) {
  .newsbox02 .pic {
    width: 400px;
  }
  .newsbox02 .txtarea {
    padding: 30px;
    width: calc(100% - 460px);
    right: 20px;
    top: 20px;
  }
  .newsbox02 .txtarea .tit {
    font-size: 18px;
  }
  .newsbox02 .txtarea .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    margin: 10px 0;
  }
  .newsbox02 .txtarea .warp {
    height: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .newsbox02 .pic {
    width: 100%;
  }
  .newsbox02 .txtarea {
    padding: 30px 10px;
    width: calc(100% - 20px);
    right: 0;
    top: 0;
    position: relative;
  }
  .newslist02 li {
    margin-bottom: 0;
  }
  .newsbox02 .txtarea .tit {
    font-size: 14px;
  }
  .newsbox02 .txtarea .desc {
    font-size: 12px;
  }
}

.newsdetails .left {
  width: calc(100% - 380px);
  float: left;
}
.newtitle {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 20px;
}
.newtitle h1 {
  font-size: 30px;
  font-weight: bold;
}
.newsdetails .byline {
  color: #999;
  margin-top: 10px;
}
.newsdetails .byline span {
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.newsdetails .byline .bdsharebuttonbox {
  display: inline-block;
}
.newsdetails .byline .bdshare-button-style0-16:after {
  display: inline-block;
}
.newsdetails .byline .bdshare-button-style0-16 a,
.newsdetails .byline .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #333;
  line-height: 20px;
  height: 20px;
  margin: 0;
}
.newsdetails .byline a {
  font-size: 14px;
}
.newsdetails .breadcrumb-bar {
  text-align: left;
}
.newsh_cn {
  padding: 20px 0;
}
.newsh_cn p {
  font-size: 16px;
}

.toolbar {
  border-top: 1px solid #e9eff3;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
}
.toolbar .row01 {
  width: calc(100% - 220px);
  float: left;
  color: #a0a0a0;
}
.toolbar .row01 a {
  color: #a0a0a0;
  margin-left: 10px;
}
.toolbar .row01 p:hover a {
  text-decoration: underline;
}
.fhshare {
  width: 200px;
  float: right;
  height: 45px;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
.fhshare a {
  line-height: 45px;
  color: #fff;
  background: #0a5aa9;
  display: inline-block;
  padding: 0 20px;
}
.fhshare a .fa {
  margin-right: 10px;
}

.newsdetails .right {
  width: 330px;
  float: right;
  border-left: 1px solid #dfe4eb;
}
.newsdetails .right h3.tit {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px;
  background: #eff2f5;
  height: 70px;
  line-height: 70px;
  padding-left: 40px;
}

.zxnewslist {
  position: relative;
}
.zxnewslist li {
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
}
.zxnewslist li:before {
  content: "";
  display: block;
  top: 5px;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #0072bb;
  border-bottom: 6px solid transparent;
}
.zxnewslist li p.date span {
  color: #0a3980;
  background: #eff2f5;
  padding: 2px 8px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.zxnewslist li p.tit {
  font-size: 16px;
  margin-top: 10px;
}
.zxnewslist li p.tit a {
  color: #000;
}
.zxnewslist li p.tit a:hover {
  color: #0a3980;
}

@media only screen and (max-width: 1200px) {
  .newsdetails .right {
    width: 250px;
    padding: 20px;
  }
  .newsdetails .right h3.tit {
    font-size: 18px;
  }
  .zxnewslist li p.tit {
    font-size: 14px;
  }
  .newsdetails .left {
    width: calc(100% - 300px);
  }
  .newtitle h1 {
    font-size: 24px;
  }
  .newsh_cn p {
    font-size: 14px !important;
  }
  .toolbar {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .newsdetails .left {
    width: 100%;
  }
  .newsdetails .right {
    display: none;
  }
  .newtitle h1 {
    font-size: 18px;
  }
  .newsdetails .tag {
    font-size: 14px;
  }
  .newtitle {
    margin-bottom: 10px;
  }
  .fhshare {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .newtitle h1 {
    font-size: 14px;
  }
  .newsdetails {
    padding-top: 0 !important;
  }
  .newsh_cn {
    padding: 0;
  }
  .newsh_cn p {
    font-size: 12px !important;
  }
  .toolbar .row01 {
    width: 100%;
    float: none;
    font-size: 12px;
  }
  .toolbar {
    padding: 20px 0;
  }
  .fhshare {
    float: none;
    text-align: center;
    width: 100%;
  }
  .fhshare a {
    margin-right: 0;
  }
}

/* ==========================================================================
   pro
   ========================================================================== */

.innner-proc {
  margin-top: 30px;
}

.pro-fl-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pro-fl-box .pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.pro-fl-box .bgimg {
  width: 100%;
}
.pro-fl-box .uppic {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.pro-fl-box .cover .warp {
  padding: 0 40px;
}
.pro-fl-box .cover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 280px;
  margin-top: -140px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-fl-box .inco {
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: center;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pro-fl-box .inco img {
  transition-duration: 800ms;
}
.pro-fl-box:hover .inco img {
  transform: rotateY(360deg);
}
.pro-fl-box .cover h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.pro-fl-box .cover .more {
  text-align: center;
  margin-top: 40px;
}
.pro-fl-box .cover .more a {
  width: 120px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.proclist {
}
.proclist li {
  width: calc(20% - 1px);
  float: left;
  border-left: 1px solid#fff;
}
.proclist li:nth-child(1) {
  width: 20%;
  border-left: 0;
}

@media only screen and (max-width: 1440px) {
  .pro-fl-box .cover h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 920px) {
  .pro-fl-box .cover h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .proclist li {
    width: 100%;
    border-left: 0;
  }
  .proclist li:nth-child(1) {
    width: 100%;
    border-left: 0;
  }
  .pro-fl-box .bgimg {
    width: 100%;
    height: 300px;
  }
  .pro-fl-box .uppic {
    height: auto;
  }
  .pro-fl-box .cover {
    height: 180px;
    margin-top: -90px;
  }
  .pro-fl-box .cover h3 {
    margin-top: 20px;
  }
  .pro-fl-box .cover .more {
    margin-top: 10px;
  }
  .pro-fl-box .inco {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}

.probox02 {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.probox02 .txtarea {
  width: calc(100% - 280px);
  float: left;
  padding: 30px 0 0 40px;
}
.probox02 .txtarea .tit {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.probox02 .txtarea .tit a {
  color: #333;
}
.probox02 .txtarea .desc {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  color: #333;
  margin-top: 10px;
}

.probox02 .link {
  width: 180px;
  height: 140px;
  background: #606060;
  text-align: center;
  float: right;
}
.probox02 .link a {
  color: #fff;
}
.probox02 .link img {
  margin: 30px 0 10px 0;
}
.probox02:hover .link {
  background: #ed6d00;
}
.probox02:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
}
.prolist01 li {
  margin-bottom: 30px;
}
.prolist01 li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 920px) {
  .probox02 .txtarea .tit {
    font-size: 18px;
  }
  .probox02 .txtarea .desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .probox02 .link {
    width: 80px;
    height: 80px;
  }
  .probox02 .txtarea {
    width: calc(100% - 110px);
    float: left;
    padding: 15px 0 0 15px;
  }
  .probox02 .link img {
    margin: 18px 0 5px 0;
    width: 20px;
  }
  .probox02 .txtarea .tit {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .probox02 .txtarea .desc {
    font-size: 12px;
    margin-top: 0;
  }
  .prolist01 li {
    margin-bottom: 15px;
  }
}

.inner-tool {
  margin-bottom: 50px;
}
.inner-tool em {
  float: left;
  line-height: 50px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}

.prosearch {
  width: 400px;
  float: right;
}
.prosearch .warp {
}
.prosearch #q {
  float: left;
  border: 0 none;
}
.prosearch .search-btn {
  float: right;
  border: 0 none;
}
.prosearch #q {
  width: calc(100% - 160px);
  height: 18px;
  padding: 15px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #e7e8f0;
  font: 300 12px/18px microsoft yahei;
}
.prosearch .search-btn {
  width: 115px;
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 50px;
  cursor: pointer;
  background: #666666;
  color: #fff;
}

/* ==========================================================================
   pro
   ========================================================================== */

.innerpro .left {
  width: 240px;
  float: left;
}
.innerpro .right {
  float: right;
  width: calc(100% - 280px);
  font-size: 16px;
  line-height: 2.5em;
}

.sideMenu {
}
.sideMenu a {
  color: #666;
}

.sideMenu ul {
}
.sideMenu li {
  line-height: 55px;
  padding-left: 20px;
  font-size: 16px;
  height: 55px;
  border: 1px solid #bfbfbf;
  background: #f8f8f8;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideMenu a {
  width: 100%;
  display: inline-block;
}
.sideMenu a:hover {
  color: #154375;
}
.sideMenu li.on,
.sideMenu li:hover {
  background: #ed6d00;
  border-color: #ed6d00;
  font-weight: bold;
}
.sideMenu li.on a,
.sideMenu li:hover a {
  color: #fff;
}

.bartit {
  height: 40px;
  padding: 0 0 0 20px;
  line-height: 40px;
  font-size: 16px;
  display: none;
  width: calc(100% - 20px);
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  background: #ed6d00;
  color: #fff;
}
.bartit h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.bartit .btnopen {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.protips {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .innerpro .right {
    width: 100%;
    float: none;
    overflow-x: scroll;
    display: block;
  }
  .innerpro .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .sideMenu {
    display: none;
  }
  .bartit {
    display: block;
  }
  .sideMenu li {
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
    height: 30px;
    border: 1px solid #bfbfbf;
    background: #f8f8f8;
    margin-bottom: 5px;
  }
  .protips {
    font-size: 14px;
  }
  .prosearch {
    width: 100%;
    float: none;
    display: none;
  }
  .inner-tool em {
    float: none;
    font-size: 16px;
    line-height: 24px;
  }
  .inner-tool {
    margin-bottom: 0;
  }
  .innerpro table,
  .innerpro table td,
  .innerpro table span,
  .innerpro table p {
    font-size: 12px !important;
    text-align: left !important;
  }
}

.culturelist {
  margin-left: -20px;
}
.culturelist li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}

.culturebox02 .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.culturebox02 .bgimg {
  width: 100%;
}
.culturebox02 .uppic {
  width: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
}
.culturebox02:hover .uppic {
  transform: scale(1.05);
}
.culturebox02 .tit {
  width: calc(100% - 20px);
  height: 50px;
  background: #e5e9ec;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
  .culturebox02 .tit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .culturelist li {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .culturelist li {
    width: 100%;
    margin-left: 0;
  }
  .culturelist {
    margin-left: 0;
  }
  .culturebox02 .tit {
    font-size: 12px;
  }
}

.welfarerow01 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
.welfarerow01 h3 {
  font-size: 36px;
}
.welfarerow01 .desc {
  font-size: 24px;
  color: #666;
  margin-top: 30px;
}
.welfarerow01 .desc span {
  margin: 0 50px;
}
.welfarelist {
  margin-left: -20px;
}
.welfarelist li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 50px;
  float: left;
}
.welfarebox {
}
.welfarebox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.welfarebox .bgimg {
  width: 100%;
}
.welfarebox .uppic {
  width: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.welfarebox:hover .uppic {
  transform: scale(1.05);
}
.welfarebox .tit {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -40px;
}
.welfarebox .tit p.txt01 {
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 920px) {
  .welfarelist li {
    width: calc(50% - 20px);
  }
  .welfarerow01 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .welfarerow01 h3 {
    font-size: 18px;
  }
  .welfarerow01 .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .welfarerow01 .desc span {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .welfarelist li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .welfarelist {
    margin-left: 0;
  }
  .welfarebox .tit {
    font-size: 12px;
  }
  .welfarebox .tit p.txt01 {
    font-size: 16px;
  }
  .welfarerow01 .desc {
    font-size: 12px;
  }
  .welfarerow01 .desc span {
    margin: 0 10px;
  }
}

/* ==========================================================================
   careers
   ========================================================================== */
.careerMenu {
  width: 100%;
}
.careerMenu h3 {
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  font-size: 16px;
  color: #555;
  background: #f6f7f9;
  font-weight: normal;
  margin-top: 20px;
  padding-left: 30px;
  overflow: hidden;
}
.careerMenu h3.on {
  background: #ed6d00;
  color: #fff;
}
.careerMenu h3 em {
  float: right;
  display: block;
  width: 40px;
  height: 60px;
  background: #ed6d00 url(../images/icoAdd02.png) center top no-repeat;
  cursor: pointer;
}
.careerMenu h3.on em {
  background-position: center bottom;
}
.careerMenu h3 .date {
  width: 180px;
  overflow: hidden;
  float: left;
  height: 60px;
  font-size: 14px;
}
.careerMenu h3 .tit01 {
  width: calc(100% - 600px);
  margin-right: 20px;
  height: 60px;
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.careerMenu h3 .tit02 {
  width: 150px;
  height: 60px;
  margin-right: 20px;
  float: left;
}
.careerMenu h3 .tit03 {
  width: 150px;
  height: 60px;
  margin-right: 20px;
  float: left;
}

.careerMenu .nwms {
  padding: 30px;
  border: 2px solid #ed6d00;
  border-top: 0;
}

@media only screen and (max-width: 768px) {
  .careerMenu h3 .tit01 {
    width: calc(100% - 70px);
    margin-right: 0;
  }
  .careerMenu h3 .date,
  .careerMenu h3 .tit03,
  .careerMenu h3 .tit02 {
    display: none;
  }
  .careerMenu h3 {
    margin-top: 10px;
    padding: 0 0 0 20px;
  }
  .careerMenu h3 .tit01 {
    font-size: 14px;
  }
}

.rlzyrow01 {
  text-align: center;
}
.rlzyrow01 h3 {
  color: #ed6d00;
  font-size: 30px;
}
.rlzyrow01 .desc {
  max-width: 1200px;
  margin: 20px auto 0 auto;
  font-size: 18px;
  color: #666;
  line-height: 2em;
}
.rlzylist {
  margin-left: -30px;
  margin-top: 40px;
}
.rlzylist li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  float: left;
  cursor: pointer;
  transition-duration: 800ms;
}

.rlzybox {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.rlzybox .pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.rlzybox .bgimg {
  width: 100%;
}

.rlzybox .uppic {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: absolute;
  left: 0;
  top: 0;
}
.rlzybox .cover .warp {
  padding: 130px 40px 40px 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rlzybox .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rlzybox .inco {
  height: 0;
  width: 120px;
  margin: 0 auto;
  transition: background 0.5s;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rlzybox:hover .inco {
  height: 80px;
}
.rlzybox:hover .cover .warp {
  padding-top: 100px;
}
.rlzybox h3 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rlzybox h3:before {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
}
.rlzybox:hover .cover {
  background: rgba(237, 109, 0, 0.9);
}

@media only screen and (max-width: 920px) {
  .rlzybox .cover h3 {
    font-size: 18px;
  }
  .rlzybox .cover .warp {
    padding-top: 70px;
  }
  .rlzybox:hover .cover .warp {
    padding-top: 30px;
  }
  .rlzyrow01 h3 {
    font-size: 18px;
  }
  .rlzyrow01 .desc {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 768px) {
  .rlzylist {
    margin-left: 0;
  }
  .rlzylist li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .rlzybox .inco {
    height: 70px;
    width: 60px;
  }
  .rlzybox:hover .inco {
    background-position: center -60px;
  }
}

.contactlist {
  margin-left: -50px;
}
.contactlist li {
  width: calc(33.33% - 50px);
  margin-left: 50px;
  float: left;
}
.jnlxbox {
  border: 1px solid #dadada;
  padding: 50px;
  text-align: center;
  cursor: pointer;
  height: 200px;
  font-size: 18px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e7ebee 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e7ebee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e7ebee 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#e7ebee');
}
.jnlxbox .inco {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  transition-duration: 800ms;
  text-align: center;
  line-height: 120px;
}
.jnlxbox .inco img {
  max-width: 100%;
}
.jnlxbox:hover .inco {
  transform: rotateY(360deg);
}
.jnlxbox:hover {
  border-color: #f39801;
}

.contactmap {
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .contactlist {
    margin-left: -20px;
  }
  .contactlist li {
    width: calc(33.33% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .jnlxbox .inco {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .jnlxbox {
    padding: 20px;
    height: 180px;
  }
  .contactmap {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contactlist {
    margin-left: 0;
  }
  .contactlist li {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }
  .jnlxbox {
    height: auto;
    font-size: 14px;
  }
  .jnlxbox .inco {
    width: 40px;
    height: 40px;
  }
}

/* ==========================================================================
   feedback
   ========================================================================== */

.feedbackbg {
  padding: 60px 0;
  background: url(../images/contactbg.jpg) bottom center no-repeat;
  background-size: cover;
}
.feedbackbg .inner-tit {
  color: #fff;
}
.feedbackbg p.ms {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.feedback {
  margin: 60px auto 40px auto;
}
.feedback .modtop1 {
  width: 100%;
  height: auto;
}
.feedback .modtop1 .ui-input {
  width: calc(25% - 53px);
  font-family: microsoft yahei;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 25px;
  height: 18px;
  line-height: 18px;
  padding: 12px 18px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  float: left;
  color: #999;
}
.feedback .modtop1 .ui-input:nth-child(1) {
  margin-left: 0;
}

.feedback .modtop2 {
  width: 100%;
  height: auto;
}
.feedback .ui-textarea {
  width: calc(100% - 42px);
  font-family: microsoft yahei;
  height: 90px;
  line-height: 18px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999;
}
.feedback .modtop3 {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.feedback .modtop3 .ui-btn {
  float: left;
  margin-left: 20px;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 200px;
  background: #879db2;
}
.checkcode .ui-input {
  width: 200px;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-family: microsoft yahei;
  color: #999;
}
.checkcode {
  float: left;
}
.feedback .modtop3 .ui-btn:hover {
  background: #207dc5;
}

@media only screen and (max-width: 768px) {
  .feedback .modtop1 .ui-input {
    width: calc(100% - 42px);
    float: none;
    margin-left: 0;
    font-size: 12px;
  }
  .feedback .modtop3 .ui-btn {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
  }
  .feedback .ui-textarea,
  .checkcode .ui-input {
    font-size: 12px;
  }
  .feedbacktit {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 20px 0;
  }
  .feedback {
    padding: 0;
    margin: 20px 0;
  }
  .feedbackbg {
    padding: 20px 0;
  }
  .feedbackbg p.ms {
    font-size: 14px;
  }
}

/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
#Lb_pager .pages a {
  display: inline-block;
  background: #d5d5d5;
  margin: 0 3px;
  padding: 0 15px;
  color: #333;
  cursor: pointer;
  line-height: 36px;
  height: 36px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#Lb_pager .pages .pgnext {
  padding: 0 18px;
  color: #fff;
  background-color: #ed6d00;
  border-color: #ed6d00;
}
#Lb_pager .pages .pgprev {
  padding: 0 18px;
  color: #fff;
  background-color: #ed6d00;
  border-color: #ed6d00;
}
#Lb_pager .pages .pgcurrent {
  color: #fff;
  cursor: default;
  background-color: #ed6d00;
  border-color: #ed6d00;
}
#Lb_pager .pages .pgempty {
  cursor: not-allowed;
}
#Lb_pager .pages a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ed6d00;
  border-color: #ed6d00;
}

@media only screen and (max-width: 768px) {
  #Lb_pager .pages a {
    padding: 0 10px;
    color: #333;
    cursor: pointer;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
  }
  #Lb_pager .pages .pgnext,
  #Lb_pager .pages .pgprev {
    padding: 0 13px;
  }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
  color: #fff;
  font: 300 18px/59px microsoft yahei;
  background: #006db9;
  padding-left: 18px;
}

.sidenav {
  text-align: center;
}
.sidenav li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
  margin: 0 10px;
  border: 1px solid #bfbfbf;
}
.sub_nav {
  background: #fff;
  margin-top: 40px;
}
.sidenav li.active {
  background: #ed6d00;
}
.sidenav li:hover a,
.sidenav li a:hover {
  color: #ed6d00;
}
.sidenav li.active a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.sidenav li:last-of-type a {
}

/* overview */
.ln-menu-link {
  display: block;
  font-size: 16px;
  color: #686c74;
  position: relative;
  *zoom: 1;
  line-height: 45px;
}

#ln-menustate {
  display: none;
}

@media only screen and (max-width: 920px) {
  .sidenav li {
    padding: 0 20px;
    margin: 0;
  }
  .ln-menu-link,
  .sidenav li.active a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_nav {
    margin-top: 0;
  }
  .sidenav {
    background: #fff;
  }
  .sidenav li {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding: 0;
    border: 0;
  }
  .sub_nav {
    background: #fff;
  }
  .ln-menu-link .inco {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 30px;
  }
  .ln-menu-link {
    line-height: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .overview.hidden {
    display: block;
  }
  .sidenav li.on {
    border-bottom: none;
  }
  .sub_nav li:first-child .ln-menu-link {
    border-left: none;
  }
}

.sidenav li.on a {
  color: #10924e;
}

#ln-menustate {
  display: none;
}
.localnav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.ln-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
}

/* background */
.ln-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

/*.ln-background:after { background-color: rgba(153,153,153,0.4); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; }*/
#ln-menustate:checked ~ .localnav .ln-background,
#ln-menustate:target ~ .localnav .ln-background {
  background-color: rgba(255, 255, 255, 1);
  max-height: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#ln-menustate:checked ~ .localnav .ln-background:after,
#ln-menustate:target ~ .localnav .ln-background:after {
  background-color: #d6d6d6;
}
.ln-content {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.ln-curtain {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#ln-menustate:checked ~ .localnav .ln-curtain,
#ln-menustate:target ~ .localnav .ln-curtain {
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
}
.ln-actions {
  float: left;
  display: none;
}
.ln-action {
  float: left;
  margin-left: 24px;
}

/* chevron */
.ln-menucta {
  cursor: pointer;
  display: block;
  margin-right: -11px;
  overflow: hidden;
  width: 40px;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
}
.ln-menucta-chevron {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
    -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.ln-menucta-chevron::before,
.ln-menucta-chevron::after {
  background: #333;
}
.ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  right: 50%;
}
.ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  left: 50%;
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron,
#ln-menustate:target ~ .localnav .ln-menucta-chevron {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::before,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::before {
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  -ms-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
}
#ln-menustate:checked ~ .localnav .ln-menucta-chevron::after,
#ln-menustate:target ~ .localnav .ln-menucta-chevron::after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  -ms-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
}
.ln-menucta-anchor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 10;
}
.ln-menucta-anchor:focus {
  outline-offset: -6px;
  width: 100%;
  height: 100%;
}
.ln-menucta-anchor-close {
  display: none;
}
.ln-menucta-anchor-label {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
#ln-menustate:checked ~ .ln-menucta-anchor-open,
#ln-menustate:target ~ .ln-menucta-anchor-open {
  display: none;
}
#ln-menustate:checked ~ .ln-menucta-anchor-close,
#ln-menustate:target ~ .ln-menucta-anchor-close {
  display: block;
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 767px) {
  .content {
    position: relative;
    padding: 20px 0;
  }
  .col-main {
    margin: 0;
  }
  .col-left {
    float: left;
    width: 200px;
    margin-left: -100%;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .localnav {
    height: 48px;
  }
  .overview {
    float: left;
    line-height: 48px;
    font-size: 14px;
    padding: 0;
    background: none;
    color: #333;
  }
  .sidenav {
    border-width: 0;
  }
  .ln-menu-link {
    border-bottom: 0 none;
  }
  .ln-background {
    min-height: 48px;
    -webkit-transition: background-color 0.5s ease 0.7s;
    transition: background-color 0.5s ease 0.7s;
  }
  .ln-menu {
    line-height: 48px;
    padding-top: 0;
    width: 100%;
  }
  .ln-menu-tray {
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
    transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s,
      visibility 0s linear 1s;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-tray,
  #ln-menustate:target ~ .localnav .ln-menu-tray {
    max-height: 400px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  #ln-menustate:checked ~ .localnav.ln-opening .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-opening .ln-menu-tray {
    overflow-y: hidden;
  }
  #ln-menustate:checked ~ .localnav.ln-sticking .ln-menu-tray,
  #ln-menustate:target ~ .localnav.ln-sticking .ln-menu-tray {
    max-height: -webkit-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
  }
  .ln-curtain {
    -webkit-transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
    transition: opacity 1s ease 0.2s, width 0s ease 1.2s, height 0s ease 1.2s;
  }
  #ln-menustate:checked ~ .ln-curtain,
  #ln-menustate:target ~ .ln-curtain {
    opacity: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ln-actions {
    display: block;
    margin-left: 0;
    padding: 0 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 50%;
  }
  .ln-action {
    margin-left: 16px;
  }
  .ln-action-menucta {
    margin-left: -20px;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .ln-action-button {
    float: right;
    margin-left: 27px;
  }
  .ln-content {
    padding: 0 20px;
  }
  .inner-cont {
    margin: 10px;
  }
  .sidenav {
    opacity: 1;
    padding: 17px 10px 28px 10px;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s,
      opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s,
      -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }
  .sidenav .level2 li,
  .sidenav .level2 li a {
    line-height: 20px;
  }
  #ln-menustate:checked ~ .localnav .sidenav,
  #ln-menustate:target ~ .localnav .sidenav {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s, 0.4s;
    transition-delay: 0.2s, 0.4s;
  }
  .ln-menu-item {
    display: block;
    line-height: 48px;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .ln-menu-item:first-child .ln-menu-link {
    border-top: 0;
  }
  .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }
  .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-item:nth-child(1) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(1) .ln-menu-link {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(2) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(2) .ln-menu-link {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(3) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(3) .ln-menu-link {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(4) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(4) .ln-menu-link {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(5) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(5) .ln-menu-link {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(6) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(6) .ln-menu-link {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  #ln-menustate:checked ~ .ln-menu-item:nth-child(7) .ln-menu-link,
  #ln-menustate:target ~ .ln-menu-item:nth-child(7) .ln-menu-link {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }
  .ln-menu-link {
    border-top: 1px solid rgba(214, 214, 214, 0.5);
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  #ln-menustate:checked ~ .localnav .ln-menu-link,
  #ln-menustate:target ~ .localnav .ln-menu-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .ln-menucta-anchor {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #ln-menustate:checked ~ .ln-menu-tray,
  #ln-menustate:target ~ .ln-menu-tray {
    max-height: 280px;
    max-height: -webkit-calc(100vh - 48px - 48px);
    max-height: calc(100vh - 48px - 48px);
  }
}

@media only screen and (max-width: 767px) {
  .ln-menu-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}

/* ==========================================================================
   honor
   ========================================================================== */
.honorlist {
  margin-left: -20px;
}
.honorlist li {
  width: calc(20% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
.honorbox {
  background: #ecf0f3;
  padding: 10px;
}
.honorbox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.honorbox .bgimg {
  width: 100%;
}
.honorbox .uppic {
  max-width: 90% !important;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honorbox:hover .pic {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.honorbox .tit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .honorbox .tit {
    font-size: 14px;
  }
}

@media only screen and (max-width: 920px) {
  .honorlist li {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .honorlist li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .honorlist {
    margin-left: -10px;
  }
  .honorbox .tit {
    font-size: 12px;
  }
}

.aboutpart01 .txtarea .desc p {
  margin-bottom: 1em;
}
