@charset "utf-8";

body {background-color: #fff;overflow-x: hidden;}

input::-webkit-input-placeholder{color:#bababa}
input::-moz-placeholder{color:#bababa}
input:-moz-placeholder{color:#bababa}
input:-ms-input-placeholder{color:#bababa}

.placeholder-white::-webkit-input-placeholder{color:#fff}
.placeholder-white::-moz-placeholder{color:#fff}
.placeholder-white:-moz-placeholder{color:#fff}
.placeholder-white:-ms-input-placeholder{color:#fff}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select.png) no-repeat right 12px center / auto;
}

a {display: inline-block;}

img {display: block;
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/** 载入字体 **/
/* @font-face {
	font-family: 'RTWSYueGothicTrialExtraLight';
	src: url('../fonts/RTWSYueGothicTrialExtraLight.otf');
	font-style: normal;
} */

/** 设置清除浮动的元素 **/
.fl{float:left;}
.fr{float:right;}
ul:after,
dl:after,
ol:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.tab-nav:after,
.container-custom:after,
.menu-list>li:after,
.menu-sub:after,
.location:after,
.title-first::after {content:"\200B";display:block;height:0;clear:both; }
.clearfix {*zoom:1;}/*IE/7/6*/

/* layout */
.visible-xs,
.hidden {display: none;}
.container {margin: 0 auto;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.pt-0 {padding-top: 0!important;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}

/* color */
a {display: inline-block;color: #333;}
.bg-gray {background-color: #f2f4f8;}

/* btn */
.btn {display: inline-block;padding: 0 36px;font-size: 14px;line-height: 40px;color: #fff;background-color: #7f7f7f;border: 1px solid #7f7f7f;}
.btn-default {color: #001670;background-color: #fff;}
.btn-danger {color: #fff;background-color: #a98221;border-color: #a98221;}

/* btn-more */
.btn-more,
.btn-more:focus {padding: 0 55px;font-size: 16px;line-height: 42px;color: #535353;border: 1px solid #b6b6b6;border-radius: 42px;overflow: hidden;text-decoration: none;}

/* btn-easing */
.btn-easing {position: relative;transition: all .6s;overflow: hidden;}
.btn-easing span {position: relative;z-index: 2;display: inline-block;}
.btn-easing:hover {color: #fff!important;border-color: #a98221!important;}
.btn-easing:before{position:absolute;content:'';z-index:1;background:#a98221;top:0;left:0;width:100%;height:100%;
	-moz-transition:-moz-transform .6s cubic-bezier(.8,0,.2,1);-o-transition:-o-transform .6s cubic-bezier(.8,0,.2,1);-webkit-transition:-webkit-transform .6s cubic-bezier(.8,0,.2,1);-webkit-transition-delay:0s;transition:transform .6s cubic-bezier(.8,0,.2,1);-moz-transform:scale(0,1);-ms-transform:scale(0,1);-webkit-transform:scale(0,1);transform:scale(0,1);-moz-transform-origin:right top;-ms-transform-origin:right top;-webkit-transform-origin:right top;transform-origin:right top}
.btn-easing:hover:before{-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}
.btn-easing-normal:hover,
.btn-easing.btn-success:hover {border-color: #a98221!important;}
.btn-easing-normal.btn-easing:before,
.btn-easing.btn-success:before {background:#a98221;}

/* btn-around */
.btn-around {position: relative;}
.btn-around i {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.btn-around:before,
.btn-around:after,
.btn-around i:before,
.btn-around i:after {content: '';position: absolute;background: #fff;transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;}
.btn-around:before {left: 0;top: 0;width: 0;height: 1px;}
.btn-around:after {right: 0;bottom: 0;width: 0;height: 1px;}
.btn-around i:before {left: 0;bottom: 0;width: 1px;height: 0;}
.btn-around i:after {right: 0;top: 0;width: 1px;height: 0;}
.btn-around:hover:before,
.btn-around:hover:after {width: 100%;}
.btn-around:hover i:before,
.btn-around:hover i:after {height: 100%;}

/* 展开按钮 */
.btn-expand-toggle{position:relative;width:30px;height:40px;cursor:pointer}
.btn-expand-toggle span{display:block;position:absolute;top:50%;left:22%;width:46%;height:2px;background-color: #a98221;animation-duration:.5s;animation-fill-mode:both}
.btn-expand-toggle span:first-child{transform:translateY(6px) rotate(0)}
.btn-expand-toggle span:last-child{transform:translateY(-6px) rotate(0)}
.btn-expand-toggle.active span:nth-child(1){animation-name:activefirst}
.btn-expand-toggle.active span:nth-child(2){animation-name:activesecond}
.btn-expand-toggle.active span:nth-child(3){animation-name:activethird}
.btn-expand-toggle.cancel span:nth-child(1){animation-name:cancelfirst}
.btn-expand-toggle.cancel span:nth-child(2){animation-name:cancelsecond}
.btn-expand-toggle.cancel span:nth-child(3){animation-name:cancelthird}
@keyframes activefirst{0%{transform:translateY(6px) rotate(0)}100%{transform:translateY(0) rotate(45deg)}}
@keyframes activesecond{0%{opacity:1}100%{opacity:0}}
@keyframes activethird{0%{transform:translateY(-6px) rotate(0)}100%{transform:translateY(0) rotate(-45deg)}}
@keyframes cancelfirst{0%{transform:translateY(0) rotate(-45deg)}100%{transform:translateY(-6px) rotate(0)}}
@keyframes cancelsecond{0%{opacity:0}100%{opacity:1}}
@keyframes cancelthird{0%{transform:translateY(0) rotate(45deg)}100%{transform:translateY(6px) rotate(0)}}

/* form */
.form-title {margin-bottom: 20px;}
.form-title h3 {font-size: 20px;line-height: 30px;color: #a98221;}
.form-title .small {margin-top: 10px;font-size: 14px;line-height: 26px;color: #747474;}
.form-primary .form-group {margin-bottom: 18px;}
.form-primary .form-control {display: block;width: 100%;padding: 8px 20px;font-size: 14px;line-height: 30px;color: #646464;border: 1px solid #cdcdcd;}
.form-primary textarea.form-control {min-height: 166px;}
.form-primary .btn-group .btn {padding: 0 60px;font-size: 16px;line-height: 44px;}
.form-primary .row .col-sm-6:first-child {padding-right: 10px;}
.form-primary .row .col-sm-6:last-child {padding-left: 10px;}

/* 对齐公式(x-y)/(y-1) */
.label-3 {width: 3em;}
.label-3-2 {letter-spacing: 1em;margin-right: -1em;}

/* title */
.title-first {padding: 12px 0;border-bottom: 1px solid #d9d9d9;}
.title-first h3 {float: left;font-size: 16px;line-height: 30px;color: #404040;}
.title-first .btn-group {float: right;}
.title-first .btn-group .btn {float: left;position: static;top: auto;left: auto;bottom: auto;width: 24px;height: 24px;margin-top: 3px;margin-left: 6px;padding: 0;color: #7a7a7a;font-size: 12px;line-height: 22px;text-align: center;background: none;border: 1px solid #7a7a7a;border-radius: 50%;}
.title-first .btn-group .btn i {display: block;width: 100%;height: 100%;font-size: 12px;line-height: 24px;border-radius: 50%;}
.title-first .btn-group .btn:hover,
.title-first .btn-group .btn:hover i {color: #fff;background-color: #a98221;}
.title-first .btn-group .btn:hover {border-color: #a98221;}

/* tab */

/* 背景渐变 */
.gradient-black {
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000,endcolorstr=#737374,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000,endcolorstr=#737374,gradientType=0);/*IE8*/
    background:#737374;
    background:-moz-linear-gradient(top, #000, #737374);
    background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#737374));
    background:-o-linear-gradient(top, #000, #737374);
}

/* 文字溢出隐藏 */
.text-overflow {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-overflow2 {overflow:hidden; text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

/* 图片 */
.thumbnail {position: relative;font-size: 0;line-height: 0;overflow: hidden;cursor: pointer;background-repeat: no-repeat;background-size: cover;background-position: center;}
.thumbnail img {width: 100%;transition: all .3s;}
.thumbnail .content {width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all .3s;}
.thumbnail:hover img,
.thumbnail:hover .content {transform: scale(1.1);}
.thumbnail-play .icon-play {position: absolute;top: 50%;left: 50%;width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;font-size: 40px;line-height: 40px;color: #fff;text-align: center;}

.img-responsive {display: block;width: 100%;}

/* 背景图 */
.bg-cover {background-repeat: no-repeat;background-size: cover;background-position: center;}

/* 渐变动画 */
.article-leftover-content,
.list-aside-nav .title .iconfont {transition:all .35s;-moz-transition:all .35s;-webkit-transition:all .35s;-o-transition:all .35s}

/* 垂直居中 */
.middle-box{display: table;margin:0 auto; position:relative;}
.middle-inner{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%; text-align:center;}
.middle-inner p{position:relative; *top:-50%; *left:-50%;}

/**
 * ***** header *****
 */
.header {position: relative;z-index: 100;background-color: #fff;}
.header-top {padding: 25px 0;}
.header-top .logo {height: 54px;font-size: 0;line-height: 0;}
.header-top .logo img {width: auto;height: 100%;}
.header-tell:hover {color: #a98221;}
.header-tell {margin-top: 6px;font-size: 25px;line-height: 38px;font-weight: bolder;}
.header-tell a {color: #a98221;}
.header-tell .iconfont {float: left;width: 38px;height: 38px;margin-right: 12px;font-size: 38px;line-height: 38px;font-weight: normal;}
.header-bottom {background-color: #ae8d10;}
.header #menu>ul {display: flex;justify-content: space-between;text-align: center;}
.header #menu>ul::after {content: none;}
.header #menu>ul>li {position: relative;width: 16.66%;padding: 0 10px;}
.header #menu>ul>li::before {content: '';display: block;position: absolute;top: 19px;left: 0;width: 1px;height: 14px;background-color: #fff;}
.header #menu>ul>li:first-child {padding-left: 0;}
.header #menu>ul>li:last-child {padding-right: 0;}
.header #menu>ul>li:first-child::before {content: none;}
.header #menu>ul>li>a {display: block;font-size: 16px;line-height: 52px;color: #fff;}
.header #menu>ul>li.active>a,
.header #menu>ul>li:hover>a {background-color: #816010;}
.header #menu>ul ul {display: none;position: absolute;top: 52px;left: 0;width: 100%;padding: 0 10px;}
.header #menu>ul>li:last-child ul {padding-right: 0;}
.header #menu>ul ul li {background-color: #fff;}
.header #menu>ul ul a {display: block;padding: 7px 0;font-size: 14px;line-height: 30px;color: #929292;}
.header #menu>ul ul a:hover {color: #fff;background-color: #ae8d10;}

/**
 * ***** banner *****
 */
.banner {height: 425px;background: url(../img/banner/about.jpg) no-repeat center top / cover;}
.banner .container {height: 100%;}
.banner-text {width: 100%;height: 100%;color: #fff;}
.banner-text .middle-inner {text-align: left;}
.banner-text .content {position: relative;}
.banner-text h3 {font-size: 26px;line-height: 40px;font-weight: bolder;text-transform: uppercase;}
.banner-text h4 {font-family: arial;font-size: 16px;line-height: 30px;text-transform: uppercase;}
.banner-text .icon-down {position: absolute;bottom: 70px;left: 0;width: 42px;height: 42px;font-size: 24px;line-height: 38px;text-align: center;border: 2px solid #fff;border-radius: 50%;}

/**
 * ***** main *****
 */
.main-content {width: 68%;padding-right: 50px;}
.main-aside,
.main-aside-nav {width: 32%;padding-left: 50px;}

.main-container {padding: 50px 0;}
.main-container .main-content {padding-right: 30px;}
.main-container .main-aside {padding-left: 30px;}
.main-container .main-content.fr {padding-left: 30px;padding-right: 0;}
.main-container .main-aside-nav.fl {padding-left: 0;padding-right: 30px;}

.main-aside-panel>.title {padding: 0 18px;font-size: 16px;line-height: 52px;color: #fff;background-color: #a98221;}
.main-aside-panel>.content {padding: 18px;border: 1px solid #c5c5c5;border-top: none;}

.main-section .item {padding: 60px 0;}
.main-section .item:not(:first-child) {border-top: 1px dotted #878787;}
.main-section .item img {display: block;margin: 0 auto;}
.main-section .title {margin-bottom: 30px;font-size: 18px;line-height: 26px;color: #a98221;text-align: center;}

/* main-推荐 */
.main-recommend {margin-top: 60px;}

.list-aside-nav .title {position: relative;font-size: 14px;line-height: 40px;color: #383838;cursor: pointer;}
.list-aside-nav .title .iconfont {display: block;position: absolute;top: 10px;right: 0;width: 20px;height: 20px;font-size: 16px;line-height: 20px;text-align: center;transform: rotate(-90deg);}
.list-aside-nav .title:hover {color: #a98221;}
.list-aside-nav>.active .title .iconfont,
.list-aside-nav>.show .title .iconfont {transform: rotate(0);}
.list-aside-nav>.active .list-sub {display: block;}
.list-aside-nav .list-sub {display: none;margin-bottom: 10px;padding-left: 16px;}
.list-aside-nav .list-sub li {margin-top: 10px;}
.list-aside-nav .list-sub a {display: block;position: relative;padding-left: 10px;font-size: 14px;line-height: 24px;color: #6a6a6a;}
.list-aside-nav .list-sub a:before {content: '';display: block;position: absolute;top: 11px;left: 0;width: 5px;height: 1px;background-color: #6a6a6a;}
.list-aside-nav .list-sub a:hover,
.list-aside-nav .list-sub .active a {color: #a98221;}

/* location */
.location-content {background-color: #f3f3f3;}
.location {font-size: 14px;line-height: 64px;color: #6d6d6d;}
.location:before {content: '您当前的位置：';float: left;}
.location a {float: left;position: relative;color: #6d6d6d;}
.location a:before {content: '-';float: left;margin: 0 3px;}
.location a:first-child:before {content: none;}
.location a:hover {color: #a98221;}
.location a:last-child:hover {color: #6d6d6d;}

.main-nav-sub li {float: left;margin-left: 1px;}
.main-nav-sub li a {display: block;padding: 0 28px;font-size: 14px;line-height: 64px;color: #6d6d6d;}
.main-nav-sub li.active a,
.main-nav-sub a:hover {color: #fff;background-color: #a98221;}

/* 文章 */
.img-surround {float: left}
.img-surround-r {float: right;margin-left: 20px;margin-bottom: 20px;}
.main-article {padding: 70px 0;}
.main-article-header {padding-bottom: 30px;}
.main-article-header .main-nav {font-size: 0;}
.main-article-header .main-nav .item {position: relative;margin-right: 10px;padding: 0 35px;font-size: 14px;line-height: 40px;color: #4a4a4a;border: 1px solid #c8c8c8;}
.main-article-header .main-nav .active,
.main-article-header .main-nav a:hover {color: #fff;background-color: #a98221;border-color: #a98221;}
.main-article-header .main-nav .active:before {content: '';display: block;position: absolute;bottom: -9px;left: 50%;width: 0;height: 0;margin-left: -9px;border-left: 9px solid transparent;border-top: 9px solid #a98221;border-right: 9px solid transparent;}
.main-article-content {font-size: 14px;line-height: 36px;color: #717070;text-align: justify;}
.main-article-content p {margin-bottom: 20px;}
.text-indent p {text-indent: 2em;}
.main-article-content .content-item:not(:first-child) {display: none;}
.text-indent {text-indent: 2em;}

/* 文章隐藏更多 */
.article-leftover {position: relative;margin-bottom: 50px;padding-bottom: 80px;}
.article-leftover-content {max-height: 500px;overflow: hidden;}
.article-leftover .btn-show-leftover {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}

/* 文章-新闻 */
.article-news .content {position: relative;}
.article-news>.content:before {content: '';display: block;position: absolute;top: 0;left: 68%;width: 0;height: 100%;border-left: 1px dotted #878787;}
.article-header {position: relative;margin-bottom: 15px;padding-bottom: 20px;}
.article-header:after {content: '';position: absolute;bottom: 0;left: 0;width: 97px;height: 1px;background-color: #d0d0d0;}
.article-header .title {font-size: 20px;line-height: 26px;color: #a98221;}
.article-header .time {margin-top: 10px;font-size: 14px;line-height: 26px;color: #8c8c8c;}
.article-header .time span {display: inline-block;margin-right: 24px;}
.article-content {font-size: 14px;line-height: 36px;color: #717070;}
.article-content p {margin-bottom: 10px;text-indent: 2em;text-align: justify;}
.article-content img {display: block;margin: 20px auto;}
.article-content.img-0 img {margin: 0;}
.article-content .img-responsive {width: 100%;}
.article-attach {position: relative;margin-top: 20px;padding-top: 20px;padding-right: 100px;border-top: 1px dotted #cbcbcb;}
.article-attach .other a {display: block;position: relative;padding: 3px 0 3px 56px;font-size: 14px;line-height: 24px;color: #7c7c7c;text-decoration: none;}
.article-attach .other a:hover {color: #a98221;}
.article-attach .other .label {position: absolute;top: 3px;left: 0;display: block;padding: 0;font-size: 14px;line-height: 24px;color: #232323;font-weight: normal;}
.article-attach .btn-back {position: absolute;top: 20px;right: 0;font-size: 14px;line-height: 30px;color: #7c7c7c;}
.article-attach .btn-back .iconfont {font-size: 14px;line-height: 30px;color: #bfbfbf;}
.article-attach .btn-back:hover,
.article-attach .btn-back:hover .iconfont{color: #a98221}

/* 文章-简洁 */
.article-simple .article-header {margin-bottom: 50px;text-align: center;border-bottom: 1px dotted #878787;}
.article-simple .article-header:after {content: none;}
.article-simple .article-content {max-width: 860px;margin: 0 auto;padding: 30px;border: 1px solid #c5c5c5;}

/* 文章-极简 */
.article-minimalist .article-header {margin-bottom: 0;padding: 13px;text-align: center;}
.article-minimalist .article-header:after {content: none;}
.article-minimalist .article-content {padding: 30px;line-height: 30px;border: 1px solid #c5c5c5;}

/* 图文介绍 */
.graphic-introduction {position: relative;padding-left: 458px;font-size: 14px;line-height: 26px;color: #848484;}
.graphic-introduction .thumbnail {position: absolute;top: 0;left: 0;width: 410px;margin-right: 48px;}
.graphic-introduction .title {position: relative;margin-bottom: 15px;padding: 9px 0 23px;font-size: 16px;line-height: 24px;color: #ab861a;}
.graphic-introduction .title::before {content: '';display: block;position: absolute;bottom: 0;left: 0;width: 96px;height: 1px;background-color: #d5d5d5;}
.graphic-introduction p {margin-bottom: 20px;text-align: justify;}

/* 分页 */
.pagination {margin-top: 50px;font-size: 0;line-height: 0;text-align: center;color: #737373;}
.pagination ul {display: inline-block}
.pagination li {float: left;margin: 3px;font-size: 14px;line-height: 40px;}
.pagination a {display: block;min-width: 40px;height: 40px;font-size: 14px;line-height: 40px;overflow: hidden;cursor: pointer;color: #737373;border: 1px solid #e3e3e3;border-radius: 3px;}
.pagination .iconfont {display: block;width: 100%;height: 100%;font-size: 12px;line-height: 36px;cursor: pointer;}
.pagination .active a,
.pagination a:hover,
.pagination .iconfont:hover {color: #fff;background-color: #a98221;}
.pagination .btn-page-prev a,
.pagination .btn-page-next a {padding: 0 15px;}
.pagination-content-bottom {position: absolute;bottom: 0;left: 0;width: 100%;}

/* 分页-简约 */
.pagination-simple {font-size: 0;color: #fff;}
.pagination-simple .iconfont {float: left;margin-right: 5px;font-size: 20px;line-height: 24px;color: #fff;}
.pagination-simple .total {float: left;margin-left: 15px;font-size: 14px;line-height: 24px;}

/* 列表-文字 */
.list-text .item {padding: 5px 0;font-size: 14px;line-height: 20px;color: #8c8c8c;}
.list-text .item:hover {color: #a98221;}
.list-text .item:not(:first-child) {margin-top: 10px;}

/**
 * ***** footer *****
 */
.footer {border-top: 1px solid #dbdbdb;}
.footer.fixed {position: fixed;bottom: 0;z-index: 99;width: 100%;}
.footer-top {padding: 48px 0;}
.footer-logo {position: relative;height: 166px;font-size: 0;line-height: 0;border-right: 1px solid #dbdbdb;}
.footer-nav {padding: 10px 0;color: #232323;}
.footer-nav .item {float: left;margin-left: 86px;font-size: 14px;line-height: 27px;}
.footer-nav .item:first-child {margin-left: 0;}
.footer-nav .title {margin-bottom: 15px;font-size: 18px;line-height: 22px;}
.footer-nav .item a:hover {color: #a98221;}
.footer-bottom {padding: 18px 0;background-color: #505050;}
.copyright {font-size: 13px;line-height: 30px;color: #fff;}
/* 友情链接 */
.friend-link {position: relative;width: 207px;}
.friend-link .title {padding: 0 34px 0 13px;font-size: 12px;line-height: 28px;color: #c3c3c3;background: url(../images/icons/dropdown.png) no-repeat right 17px center / 9px 8px;cursor: pointer;border: 1px solid #8a8a8a;}
.friend-link ul {display: none;position: absolute;bottom: 30px;left: 0;width: 100%;padding: 5px 0;text-align: center;background-color: #fff;box-shadow: 0 0 5px rgba(0,0,0,.3);}
.friend-link a {display: block;font-size: 14px;line-height: 30px;}
.friend-link a:hover {color: #fff;background-color: #a98221;}

/**
 * ***** aside *****
 */

/**
 * ***** layer *****
 */
.layer-content {display: none;position: relative;}

/* 关闭 */
.layui-layer.layui-layer-close {position: fixed;}
.layui-layer-close .layui-layer-setwin {top: 0;right: 0;}
.layui-layer-close .layui-layer-setwin .layui-layer-close2 {top: 0;right: -36px;width: 36px;height: 36px;background: #626262 url(../images/icons/close_layer.png) center / 50% no-repeat;}
.layui-layer-close .layui-layer-setwin .layui-layer-close2:hover {background-position: center;}

/* 视频 */
#layerVideo {width: 100%;height: 100%;}

@media (max-width: 768px) {
	/**
	 * ***** common *****
	 */
	.visible-xs {display: block;}
	.hidden-xs {display: none;}

	/* btn */
	.btn {line-height: 34px;}
	.btn-more, .btn-more:focus {line-height: 38px;}
	
	.thumbnail-responsive {height: auto!important;}
	.thumbnail-responsive .content {height: auto;background: none;}

	/* title */

	/* tab */

	/* table */

	/* form */
	.form-title {margin-bottom: 10px;text-align: center;}
	.form-title h3 {font-size: 18px;line-height: 24px;}
	
	.form-primary .form-group {margin-bottom: 10px;}
	.form-primary .form-control {padding: 5px 10px;}
	.form-primary .btn-group {text-align: center;}
	.form-primary .btn-group .btn {font-size: 14px;line-height: 36px;}
	.form-primary .row .col-sm-6 {padding: 0!important;}

	/**
	 * ***** header *****
	 */
	.header {position: fixed;top: 0;width: 100%;}
	.header-top {padding: 5px 0;}
	.header-top .logo {height: 40px;}
	.header .btn-menu {position: absolute;top: 0;right: 0;z-index: 10;width: 50px;height: 50px;}
	.header #menu,
	.header-tell,
	.header-bottom {display: none;}
	#menu li {float: none;}
	#menu .active a,
	#menu>li>a:hover {color: #fff;background-color: #ae8d10}
	#menu>ul>li {float: none;}
	#menu>ul>li>a,
	#menu>ul>li>a h4 {font-size: 15px;line-height: 26px;color: #6e6e6e;}
	#menu ul ul {display: block;}
	.mm-ismenu {background-color: #fff}
	.mm-highest a {text-indent: 20px;}
	.mm-list a.mm-subopen {height: 46px;}
	.mm-list a img {float: left;width: 14px;height: 11px;margin-top: 7px;margin-right: 10px;}
	.mm-menu .mm-list > li:after,
	.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {border-color: rgba(0,0,0,.3)}
	.mm-menu .mm-list > li.active > a.mm-subopen:before,
	.mm-menu .mm-list > li.active > a.mm-subopen:after,
	.mm-menu .mm-list > li.active > a.mm-subclose:before {border-color: #fff;}
	.mm-list a.mm-subclose {margin-top: 0;padding-top: 10px;}
	.mm-list a.mm-subclose:before {margin-bottom: -5px;}
	
	/**
	 * ***** banner *****
	 */
	.banner {height: 240px;margin-top: 50px;}
	/* .banner-text .middle-inner {text-align: center;} */
	.banner-text h3 {font-size: 22px;line-height: 32px;}
	.banner-text h4 {margin-top: 5px;font-size: 15px;line-height: 20px;}
	.banner-text .icon-down {display: none;}
	
	.swiper-primary .swiper-button-next, .swiper-primary .swiper-button-prev {display: none;}
	
	.swiper-index {height: auto;}

	/**
	 * ***** main *****
	 */
	.main-content,
	.main-aside,
	.main-aside-nav {float: none;width: 100%;padding: 0!important;}
	.main-aside {margin-top: 20px;}
	.main-aside-nav {margin-bottom: 10px;}
	
	.main-aside-panel .title {font-size: 15px;line-height: 42px;}
	.main-aside-panel .content {padding: 15px;}
	
	.article-minimalist .article-content {padding: 15px;}
	
	.main-container,
	.main-section .item {padding: 30px 0;}
	
	.main-section .title {margin-bottom: 20px;}
	
	/* 推荐 */
	.main-recommend {margin-top: 30px;}
	
	.search-inner {width: 100%;}
	
	/* location */
	.location-content .container {padding: 0 5px;}
	.location {line-height: 40px;}
	.location:before {content: none;}
	.main-nav-sub {position: relative;z-index: 10;}
	.main-nav-sub .selected {position: relative;padding-right: 36px;padding-left: 10px;}
	.main-nav-sub .selected h4 {font-size: 15px;line-height: 40px;color: #a98221;}
	.main-nav-sub .btn-expand-toggle {position: absolute;top: 0;right: 0;}
	.main-nav-sub .btn-expand-toggle span {left: 10%;width: 80%;}
	.main-nav-sub ul {display: none;position: absolute;top: 40px;right: 0;width: 130px;text-align: center;border-top: 2px solid #816010;box-shadow: -5px 5px 5px rgba(0,0,0,.3);}
	.main-nav-sub li {float: none;margin-left: 0;background-color: #fff;border-top: 1px solid #e5e5e5;}
	.main-nav-sub li:first-child {border-top: none;}
	.main-nav-sub li:before {content: none;}
	.main-nav-sub li a {line-height: 32px;}
	.main-nav-sub a {padding: 3px 15px!important;}
	
	/* 文章 */
	.img-surround {float: none;margin: 0 0 10px;}
	.main-article {padding: 20px 0;}
	.main-article-header {padding-bottom: 10px;}
	/* .main-article-header .main-nav {text-align: center;} */
	.main-article-header .main-nav .item {margin: 3px;padding: 0 25px;font-size: 12px;line-height: 32px;}
	.main-article-header .main-nav .item:before {content: none;}
	.main-article-content {line-height: 28px;}
	.article-leftover {margin-bottom: 30px;padding-bottom: 50px;}
	
	/* 文章-新闻 */
	.article-news>.content:before {content: none;}
	.article-header {padding-bottom: 10px;text-align: center;}
	.article-header:after {left: 50%;margin-left: -58px;}
	.article-content {line-height: 28px;}
	.article-content p {margin-bottom: 5px;}
	.article-content img {width: 100%!important;}
	.article-aside {margin-top: 20px;padding-left: 0;border-left: none;}
	.article-attach {padding-right: 0;}
	
	/* 文章-简洁 */
	.article-simple .article-header {margin-bottom: 20px;}
	.article-simple .article-content {padding: 10px;}
	
	/* 文章-五彩 */
	.article-content-colorful .title1 {height: 40px;margin-bottom: 20px;padding: 3px 10px;font-size: 16px;line-height: 34px;}
	.article-content-colorful .title1 i {margin-right: 5px;border: none;}
	.article-content-colorful .title2 {margin-bottom: 20px;padding-left: 50px;font-size: 16px;line-height: 30px;}
	.article-content-colorful .title3 {margin-bottom: 15px;}
	
	/* 文章-平铺 */
	.article-full .article-header {padding-bottom: 20px;}
	.article-full .article-content {padding: 0;}
	.line {margin: 20px 0;}
	
	/* 分页 */
	.pagination {margin: 20px;}
	.pagination li {line-height: 32px;}
	.pagination a {min-width: 32px;height: 32px;font-size: 12px;line-height: 32px;}
	
	/* 列表-文字 */
	.list-text .item:not(:first-child) {margin-top: 5px;}

	/**
	 * ***** footer *****
	 */
	.footer-bottom {padding: 5px;}
	.copyright {font-size: 12px;line-height: 22px;text-align: center;}

	/**
	 * ***** layer *****
	 */
	.layui-layer.layui-layer-custom .layui-layer-content {padding: 10px}
}

/**
 * ***** bootstrap栅格系统 *****
 */
.container-custom {max-width: 1300px;margin: 0 auto;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1230px){
	.container{width: 1230px}
	.menu-list>li>a {padding: 0 28px;}
	.menu-sub .item {width: 204px;}
	
	/* 医学中心调整为6个子栏目 */
	.menu-list>li:nth-child(4) .menu-sub {width: 100%;}
	.menu-list>li:nth-child(4) .menu-sub .item {width: 15%;margin-left: 2%;}
	.menu-list>li:nth-child(4) .menu-sub .item:first-child {margin-left: 0;}
}
@media (min-width:1330px){
	.container{width:1330px}
	.menu-list>li>a {padding: 0 34px;}
}
.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{margin-right:-15px;margin-left:-15px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,
.col-sm-1-5 {position:relative;min-height:1px;padding-right:15px;padding-left:15px}

.row:after,.row:before{display:table;content:" "}
.row:after{clear:both}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}
.col-xs-pull-10{right:83.33333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}
.col-xs-pull-7{right:58.33333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}
.col-xs-pull-4{right:33.33333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}
.col-xs-pull-1{right:8.33333333%}
.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.66666667%}
.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.66666667%}
.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.66666667%}
.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.66666667%}
.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}
.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}
.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-1-5{float:left}
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.col-sm-1-5 {width: 20%;}
.col-sm-pull-12{right:100%}
.col-sm-pull-11{right:91.66666667%}
.col-sm-pull-10{right:83.33333333%}
.col-sm-pull-9{right:75%}
.col-sm-pull-8{right:66.66666667%}
.col-sm-pull-7{right:58.33333333%}
.col-sm-pull-6{right:50%}
.col-sm-pull-5{right:41.66666667%}
.col-sm-pull-4{right:33.33333333%}
.col-sm-pull-3{right:25%}
.col-sm-pull-2{right:16.66666667%}
.col-sm-pull-1{right:8.33333333%}
.col-sm-pull-0{right:auto}
.col-sm-push-12{left:100%}
.col-sm-push-11{left:91.66666667%}
.col-sm-push-10{left:83.33333333%}
.col-sm-push-9{left:75%}
.col-sm-push-8{left:66.66666667%}
.col-sm-push-7{left:58.33333333%}
.col-sm-push-6{left:50%}
.col-sm-push-5{left:41.66666667%}
.col-sm-push-4{left:33.33333333%}
.col-sm-push-3{left:25%}
.col-sm-push-2{left:16.66666667%}
.col-sm-push-1{left:8.33333333%}
.col-sm-push-0{left:auto}
.col-sm-offset-12{margin-left:100%}
.col-sm-offset-11{margin-left:91.66666667%}
.col-sm-offset-10{margin-left:83.33333333%}
.col-sm-offset-9{margin-left:75%}
.col-sm-offset-8{margin-left:66.66666667%}
.col-sm-offset-7{margin-left:58.33333333%}
.col-sm-offset-6{margin-left:50%}
.col-sm-offset-5{margin-left:41.66666667%}
.col-sm-offset-4{margin-left:33.33333333%}
.col-sm-offset-3{margin-left:25%}
.col-sm-offset-2{margin-left:16.66666667%}
.col-sm-offset-1{margin-left:8.33333333%}
.col-sm-offset-0{margin-left:0}
}
@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.col-md-pull-12{right:100%}
.col-md-pull-11{right:91.66666667%}
.col-md-pull-10{right:83.33333333%}
.col-md-pull-9{right:75%}
.col-md-pull-8{right:66.66666667%}
.col-md-pull-7{right:58.33333333%}
.col-md-pull-6{right:50%}
.col-md-pull-5{right:41.66666667%}
.col-md-pull-4{right:33.33333333%}
.col-md-pull-3{right:25%}
.col-md-pull-2{right:16.66666667%}
.col-md-pull-1{right:8.33333333%}
.col-md-pull-0{right:auto}
.col-md-push-12{left:100%}
.col-md-push-11{left:91.66666667%}
.col-md-push-10{left:83.33333333%}
.col-md-push-9{left:75%}
.col-md-push-8{left:66.66666667%}
.col-md-push-7{left:58.33333333%}
.col-md-push-6{left:50%}
.col-md-push-5{left:41.66666667%}
.col-md-push-4{left:33.33333333%}
.col-md-push-3{left:25%}
.col-md-push-2{left:16.66666667%}
.col-md-push-1{left:8.33333333%}
.col-md-push-0{left:auto}
.col-md-offset-12{margin-left:100%}
.col-md-offset-11{margin-left:91.66666667%}
.col-md-offset-10{margin-left:83.33333333%}
.col-md-offset-9{margin-left:75%}
.col-md-offset-8{margin-left:66.66666667%}
.col-md-offset-7{margin-left:58.33333333%}
.col-md-offset-6{margin-left:50%}
.col-md-offset-5{margin-left:41.66666667%}
.col-md-offset-4{margin-left:33.33333333%}
.col-md-offset-3{margin-left:25%}
.col-md-offset-2{margin-left:16.66666667%}
.col-md-offset-1{margin-left:8.33333333%}
.col-md-offset-0{margin-left:0}
}
@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-12{width:100%}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.col-lg-pull-12{right:100%}
.col-lg-pull-11{right:91.66666667%}
.col-lg-pull-10{right:83.33333333%}
.col-lg-pull-9{right:75%}
.col-lg-pull-8{right:66.66666667%}
.col-lg-pull-7{right:58.33333333%}
.col-lg-pull-6{right:50%}
.col-lg-pull-5{right:41.66666667%}
.col-lg-pull-4{right:33.33333333%}
.col-lg-pull-3{right:25%}
.col-lg-pull-2{right:16.66666667%}
.col-lg-pull-1{right:8.33333333%}
.col-lg-pull-0{right:auto}
.col-lg-push-12{left:100%}
.col-lg-push-11{left:91.66666667%}
.col-lg-push-10{left:83.33333333%}
.col-lg-push-9{left:75%}
.col-lg-push-8{left:66.66666667%}
.col-lg-push-7{left:58.33333333%}
.col-lg-push-6{left:50%}
.col-lg-push-5{left:41.66666667%}
.col-lg-push-4{left:33.33333333%}
.col-lg-push-3{left:25%}
.col-lg-push-2{left:16.66666667%}
.col-lg-push-1{left:8.33333333%}
.col-lg-push-0{left:auto}
.col-lg-offset-12{margin-left:100%}
.col-lg-offset-11{margin-left:91.66666667%}
.col-lg-offset-10{margin-left:83.33333333%}
.col-lg-offset-9{margin-left:75%}
.col-lg-offset-8{margin-left:66.66666667%}
.col-lg-offset-7{margin-left:58.33333333%}
.col-lg-offset-6{margin-left:50%}
.col-lg-offset-5{margin-left:41.66666667%}
.col-lg-offset-4{margin-left:33.33333333%}
.col-lg-offset-3{margin-left:25%}
.col-lg-offset-2{margin-left:16.66666667%}
.col-lg-offset-1{margin-left:8.33333333%}
.col-lg-offset-0{margin-left:0}
}

@media (max-width: 768px) {
	.container,
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-sm-1-5 {padding-left: 5px;padding-right: 5px;}
	.row {margin-left: -5px;margin-right: -5px;}
}