@font-face {
    font-family: "Rounded";
    src: url("../font/Rounded.woff2") format('opentype');
    font-weight: normal;
    font-style: normal
}
@font-face {
  font-family: "fz";
  src: url("../font/fz.woff2") format("woff2"),
       url("../font/fz.woff") format("woff"),
       url("../font/fz.ttf") format("truetype"),
       url("../font/fz.eot") format("embedded-opentype"),
       url("../font/fz.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body{font-family:"Microsoft Yahei",Tahoma, Arial, Helvetica, STHeiti;height: 100%;position: relative;}
input[type="text"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#AB8146;}
::-moz-selection {color:#fff;background:#AB8146;}
::selection {color:#fff;background:#AB8146;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase,.initialism {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
a {color:#6E6E6E;text-decoration:none}
a:focus,a:hover {color:#AB8146;transition:none}
a.text-gray:hover{color:#6E6E6E}
a.blocklink{display: block;border:1px solid #0000ff;}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.fixed {z-index:9999;}
.bg-gray{background:#FBF8F5}

@keyframes fadein{from{opacity:0}to{opacity:1}}
.bg-sub{background:#43B3D9}
.bottom-bar{display:none;z-index:999;}
.ph{transform:scale(1);-webkit-transition:.3s;transition:.3s;padding-bottom:64%;display:block;width:100%;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative}

/* 英文字体begin */
.Rounded{ font-family: "Rounded";font-weight: 600;}
.fz{ font-family: "fz";font-weight: 600;}
/* 英文字体end */

/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:90px;line-height:90px;clear:both;font-size:0}
/* 行距 end*/

.sidebar-l {margin-right:30px}
.sidebar-r {margin-left:0px;}
.container-layout{max-width:1360px;}
.line-big{margin-left:-15px;margin-right:-15px}
.line-big .x1,.line-big .x10,.line-big .x11,.line-big .x12,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .xb1,.line-big .xb10,.line-big .xb11,.line-big .xb12,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xl1,.line-big .xl10,.line-big .xl11,.line-big .xl12,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xm1,.line-big .xm10,.line-big .xm11,.line-big .xm12,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xs1,.line-big .xs10,.line-big .xs11,.line-big .xs12,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}

.line-large {margin-left:-20px;margin-right:-20px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:20px;padding-left:20px}

/* owl-carousel滚动插件*/
/* 默认圆点 */
.owl-carousel .owl-dots {position:absolute;top:50%;padding:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.owl-carousel .owl-dots .owl-dot {display:inline-block;position:relative;vertical-align:middle;}
.owl-carousel .owl-dots .owl-dot span {width:6px;height:6px;margin:0 5px;border-radius:50%;display:inline-block;text-align:center;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;}
.owl-carousel .owl-dots .owl-dot.active span {width:12px;border-radius:10px;}
/* 默认箭头 */
.owl-carousel .owl-nav i{font-size:18px;}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {background:#FFF;opacity:0;width:36px;height:36px;line-height:40px;top:50%;-webkit-transition:all ease 500ms;-o-transition:all ease 500ms;transition:all ease 500ms;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;text-align:center;border-radius:50%;}
.owl-carousel .owl-nav .owl-prev {left:20px;right:auto;}
.owl-carousel .owl-nav .owl-next {right:20px;}
/* owl-carousel滚动插件 end */

/* 首页轮播 */
.slides .media-img{position:relative;overflow:hidden}
.slides .media-img .post-link{background:rgba(0,0,0,0);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:.3s}
.slides .media-img .zoom-banner-pc{transition:.3s;padding-bottom:38%;display:block;width:100%;height:0;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:relative}
.slides .media-img .padding-pc{padding:150px 20px 0 20px}
.slides .media-img h2{font-size:42px;margin-bottom:30px;font-weight:700;text-shadow:1px 1px 5px rgba(57,48,216,.6);letter-spacing:2px}
.slides .media-img h3{font-size:36px;margin-bottom:25px;font-weight:700;text-shadow:1px 1px 5px rgba(57,48,216,.6);letter-spacing:2px}
.slides .media-img a.button{padding:12px 50px}
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.6}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

/* 服务  */
.service{overflow: hidden; padding:40px;box-shadow: 0px 10px 30px 0px rgba(211, 211, 211, 0.3);background-color: none;background-size: cover;background-position: center;background-repeat: no-repeat;height: 100%;position: relative;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;z-index: 1}
.service::before{border-bottom: 0 solid #AB8146;content: "";position: absolute;background: #FFF;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s}
.service::after{content: "";position: absolute;background: #AB8146;opacity: 0;width: 100%;height: 3px;left: 0;top: auto;bottom: 0;right: 0;z-index: -1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s}
.service .s_content .dec{height:100px;overflow: hidden;}
.service .s_content strong{margin-top:30px;font-size:18px;height: 50px;display: block;color:#AB8146;}
.service .s_content a.button{border:1px solid #AB8146;color: #AB8146;padding:8px 25px;}
.service .s_content .button i{font-size:14px;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s}
.service .s_content a.button:hover{color: #fff;background: linear-gradient(45deg, #D90F11, #FFF310);border:1px solid #FFC310}

.service .icon .block-one{width: 70px;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;display: inline-block}
.service .icon .block-two{width: 70px;opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;display: inline-block;display: none}

.service:hover{transform: translateY(-10px);}
.service:hover::before{height: 0;top: 0;bottom: auto;border-bottom: 0}
.service:hover::after{opacity: 0.8;height: 100%;top: auto;bottom: 0;}
.service:hover .icon .block-one{opacity: 0;visibility: hidden;display: none;}
.service:hover .icon .block-two{opacity: 1;visibility: visible;display: inline-block}
.service:hover .s_content strong,.service:hover .s_content .dec{color: #FFF}
.service:hover .s_content .button{color: #AB8146;border:1px solid #fff;background: #fff}

.carousel-service .owl-nav .owl-prev,.carousel-service .owl-nav .owl-next {background:#AB8146;opacity:0;color:#fff;}
.carousel-service:hover .owl-nav .owl-prev,.carousel-service:hover .owl-nav .owl-next {background:#AB8146;opacity:1;}
.carousel-service .owl-nav .owl-prev {left:-40px;}
.carousel-service .owl-nav .owl-next {right:-40px;}

/* 首页关于我们 */
/* .home-about{background-repeat:no-repeat;background-position:center 50%;background-size:cover;position:relative;} */
/* .home-about:before {content:'';display:block;position:absolute;background:#6059BB;opacity:.6;width:100%;height:100%;bottom:0px;left:0;right:0;right:0} */
.home-about{margin-bottom:-80px;background-color:#fff;background-image:url(../images/home_sectionbg.png);background-size:auto 500px;background-repeat:no-repeat;background-position:center bottom;box-shadow: 0px 5px 15px rgba(0,0,0,.03);}
.home-about .padding-large{padding:50px}
.home-about h2{position:relative;font-size:28px;font-weight:600;margin-bottom:10px;word-break:break-all}
.home-about .post p{line-height:32px;font-size:16px}
.home-about a.button{padding:12px 30px;background: linear-gradient(45deg, #D90F11, #FFF310)}
.home-about a.button:hover{background: linear-gradient(135deg, #D90F11, #FFF310)}
/* 首页关于我们 */

/*合作伙伴 logo*/
.partners{margin:-10px 10px -10px -10px;}
.partners .item{width:25%;float:left;display: block;}
.partners .item .list-li{margin:10px;position:relative;top:0;-webkit-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);padding:10px;overflow:hidden;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.partners .item .list-li:hover {position:relative;top:-5px;-webkit-box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.06);box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.06);z-index:2;position:relative;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.partners .item .list-li img {margin:0 auto;}
/*-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);*/
.partners .item .list-li img:hover {opacity:1;-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);}
/*合作伙伴 logo end*/

/*单页*/
.single_pic{position:relative;overflow: hidden;border-radius: 0 12px 12px 0}
.single_pic img{max-width: 100%;}
.single_pic .pic-1{position:absolute;width:90%;top:50px;right: 30px}
.single_pic .pic-2{position:absolute;z-index:2;width:50%;right:0px;top:0px}
.single_pic .pic-3{position:absolute;z-index:3;width:40%;left:0px;top:380px}
.single_pic .pic-4{position:absolute;z-index:4;width:78%;left:50px;top:200px}

.single_content{padding:40px;position:relative;z-index: 3;}
.single_content h2{font-size:24px;font-weight: 600;display: block;margin-bottom: 10px}

.single_content p{font-size:16px;margin-bottom: 10px;line-height: 32px}
.single_content ul.list-paddingleft-2 {padding:0}
.single_content ul li {padding:0 0 5px 20px;position:relative;font-size:16px;}
.single_content ul li p {line-height:24px;margin-bottom:5px}
.single_content ul li:before {content:'';position:absolute;top:9px;left:0px;background:#AB8146;width:7px;height:7px;border-radius:50%;}
/*单页*/

/* 时间拆分的新闻 */
.list-post-time .date{border-right:1px solid #ebebeb;}
.list-post-time .media{padding:30px 20px 20px 0px;margin-bottom: 20px;-webkit-transition:.3s;transition:.3s;}
.list-post-time .media:last-child{margin-bottom: 0;}
.list-post-time .media:hover{box-shadow: 0px 15px 40px 0px rgba(211, 211, 211, 0.3);-webkit-transition:.3s;transition:.3s;}
.list-post-time .date-home{width:60px;padding-right:10px;margin-right:20px}
.list-post-time .date-list{padding:0 20px;margin-right:30px}
.list-post-time .media .date .f-month{font-size:14px;color:#FFF}
.list-post-time .media .date .f-day{font-size:36px;color:#666;}
.list-post-time .media .date .f-day-list{font-size:48px;color:#AB8146;}
.list-post-time .media .date .f-year{font-size:16px;color:#999;}
.list-post-time .media .date hr{width:20px;height:2px;margin:15px auto 15px auto;background:#AB8146}
.list-post-time .media .media-body strong{padding-bottom:10px;}
.list-post-time .media .media-body strong a{color:#AB8146;font-size:16px;font-weight:400;transition: all 0.3s;}
.list-post-time .media .media-body p{line-height:26px;margin-top:0;color:#999;font-size:14}
.list-post-time .media:hover .media-body strong a{color:#AB8146;transition: all 0.3s;}

/* 下载列表 */
.list-download ol{padding-left:0;}
.list-download ol li {display:block;line-height:32px;background:#FFF;margin-bottom:10px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.list-download ol li a {font-size:16px;color:#997546;}
.list-download ol li a:hover{color:#997546;text-decoration: underline;}

/* 文字列表 */
.normal-list li{position:relative;display:block;padding:0 0 0 20px;line-height:40px;height:40px;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li a{font-size:16px;color:#333;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li span{color:#999;}
.normal-list li:hover a{color:#AB8146;transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
.normal-list li:hover span{color:#666}
.normal-list li:hover:before {background:#AB8146;}
.normal-list li:before {content:'';position:absolute;top:16px;left:0px;background:#ccc;width:6px;height:6px;border-radius:50%}

/* 首页新闻 */
.home-news-h .media-img {position:relative;overflow:hidden}
.home-news-h .media-img:hover .ph{transform:scale(1.02);-webkit-transition:.3s;transition:.3s;}
.home-news-h .media-img img{-webkit-transition:.3s;transition:.3s}
.home-news-h .media-img .post-title{background:rgba(0,0,0,0.5);bottom:0px;left:0px;width:100%;padding:10px 20px;position:absolute;color:#333;transition:0.3s;}
.home-news-h .media-img .post-title h3 a {color:#fff;font-size:16px;font-weight:300;line-height:24px;display:block;-webkit-transition:.3s;transition:.3s}
.home-news-h .media-img:hover .post-title h3 a {color:#FFF;-webkit-transition:.3s;transition:.3s}
.home-news-h .media-img:hover img{transform:scale(1.03);-webkit-transition:.3s;transition:.3s}
.home-news-h:hover .owl-nav .owl-next,.home-news-h:hover .owl-nav .owl-prev{opacity:.6;color:#fff;}
.home-news-h.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页新闻 end */

/* 横向分类 */
.nav-x-line{position:relative;height:70px;line-height: 70px;background: #fff}
.nav-x-line .nav{padding:0; margin:0;font-size:0;-webkit-text-size-adjust:none;}
.nav-x-line .nav li{display:inline-block;position:relative}
.nav-x-line .nav li:before {content:'';position:absolute;height:16px;top:27px;right:0;background:#ccc;width:1px;}
.nav-x-line .nav li a{margin:0 30px;position:relative;color: #666;text-align:center;display:block;font-size: 16px;}
.nav-x-line .nav li:last-child:before{width:0}
.nav-x-line .nav li a:hover,.nav-x-line .nav li.active a{color:#AB8146;font-weight: 400}
.nav-x-line .nav li .line {position: absolute;bottom:0;left:30px;right:30px;overflow: hidden;}
.nav-x-line .nav li .line span {float:right;width:0;height:2px;background: #fff;transition: .5s ease-in-out;}
.nav-x-line .nav li.active span{background: #AB8146;width:100%;}
.nav-x-line .nav li:hover .line span {background: #AB8146;width:100%;transition: .5s ease-in-out;}

.nav-x-bread {font-size:0;height:70px;line-height: 70px;}
.nav-x-bread i{font-size:16px;}
.nav-x-bread a{color:#999;font-size:14px;display:inline-block;}
.nav-x-bread a:hover{color:#AB8146}
.nav-x-bread a:after {content:"";padding:0 8px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-x-bread a:last-child:after {content:"";background:none;}
/* 横向分类 */

/*分页 begin*/
.pagination li {display:inline-block;border-radius:5px;}
.pagination li i{font-weight:600;} 
.pagination li a,.pagination li span{border-radius:5px;color:#98A6AD;background:#fff;padding:9px 14px;display:block;margin:4px;}
.pagination li a:hover,.pagination li.active a,.pagination li .current{background:#AB8146;color:#fff;}
/*分页 end*/

/* 标题样式-居中 */
.title-c{position:relative;margin:0}
.title-c h3{position:relative;font-size:32px;margin-bottom:20px;font-weight:600}

.hasLine {position: relative;height: 4px;width:50px;margin:0 auto;}
.hasLine::before {position: absolute;content: '';height: 4px;background: #DA0708;bottom: 0;width: 50%;right: 0;}
.hasLine::after {position: absolute;content: '';height: 4px;background: #F3BE00;bottom: 0;width: 50%;left: 0;}

.hasLine2 {position: relative;height: 4px;width:40px;}
.hasLine2::before {position: absolute;content: '';height: 4px;background: #DA0708;bottom: 0;width: 50%;right: 0;}
.hasLine2::after {position: absolute;content: '';height: 4px;background: #F3BE00;bottom: 0;width: 50%;left: 0;}

.excerpt-dang dl{margin-bottom:30px}
.excerpt-dang dl dt{display:block;width:50%;font-weight:normal;position:relative;}
.excerpt-dang dl dt i{position:absolute;top:20px;left:30px;font-size:96px;color:#FCFAFA}
.excerpt-dang dl dt h2{font-size:30px;font-weight:600;margin-bottom:20px}
.excerpt-dang dl dt p{line-height:32px}
.excerpt-dang dl dd {display:block;width:50%;}
.excerpt-dang dl:nth-child(2n+0) dt {float:right;}
.excerpt-dang dl:nth-child(2n+0) dt .padding{padding:50px 80px;}
.excerpt-dang dl:nth-child(2n+1) dt {float:left}
.excerpt-dang dl:nth-child(2n+1) dt .padding{padding:50px 80px}
.excerpt-dang dl:nth-child(2n+0) dd {float:left}
.excerpt-dang dl:nth-child(2n+0) dd img{border-radius: 12px 0 0 12px}
.excerpt-dang dl:nth-child(2n+1) dd {float:right}
.excerpt-dang dl:nth-child(2n+1) dd img{border-radius: 0 12px 12px 0}
/* 下载列表 */

/*弹出层*/
.dialog {width:100%;border:0;margin:0 auto;box-shadow:0 5px 15px rgba(99,107,151,0.1);position:relative;border-radius:10px;overflow:hidden}
.dialog .dialog-head{padding:20px 30px 0 30px;border-bottom: 0 solid #ebebeb;background-color: #FFF;border-radius:10px 10px 0 0;}
.dialog .dialog-head strong{font-size:16px;font-weight: 400;}

.dialog .close{position:absolute;font-size:32px;right:25px;top:15px;color:#999;z-index:9}
.dialog .close:hover{color:#136fd5}
.dialog .dialog-body{padding:25px 30px 20px 30px;}
.dialog .dialog-body ul{margin:0 -10px;}
.dialog .dialog-body ul li {position:relative;display: block;width:33.33333%;float:left;}
.dialog .dialog-body ul li .item{margin:10px;}
.dialog .dialog-body .content strong{font-size:18px;display: block;margin: 15px 0 5px 0;color:#333;}
.dialog .dialog-body .content p{line-height: 28px;font-size: 16px;font-weight: 400;margin-bottom: 10px}
.dialog .dialog-title{padding:30px;}
.dialog .dialog-title ol li {position:relative;display: block;width:25%;float:left;}
.dialog .dialog-title ol li .item{margin:10px;}

.joblink img{margin-right: 20px;height:30px;overflow: hidden}

.job-list{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list:hover{box-shadow:0 10px 35px -10px rgba(0,0,0,0.1);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list dt{font-weight:normal}

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative}
.list-post-text li.dot:hover a:before {background:#AB8146;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 模板特点 */
.pic-y .media {display:block;padding-top:20px;-webkit-box-shadow: 0px 15px 35px 25px rgb(0 0 0 / 3%);box-shadow: 0px 15px 35px 25px rgb(0 0 0 / 3%);-webkit-transition:.3s;transition:.3s;margin-bottom:20px}
.pic-y .media:hover {-webkit-box-shadow: 0px 15px 35px 25px rgb(0 0 0 / 6%);box-shadow: 0px 15px 35px 25px rgb(0 0 0 / 6%);-webkit-transition:.3s;transition:.3s;}
.pic-y .media.media-y img{width:64px;height: 64px}
.pic-y .media-body {padding:10px}
.pic-y .media-body strong {position:relative;display:block;height:60px;font-weight: 400}
.pic-y .media-body strong a{color:#997546}
/*.pic-y .media-body strong:before {content:'';display:block;position:absolute;width:20px;height:2px;bottom:-10px;left:50%;margin-left:-10px;background:#ddd;}*/
.pic-y .media:hover .media-body strong a{color:#997546}
/* 模板特点 end*/

/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:24px;font-weight:600;line-height:36px;color:#333}
.article .post h2{font-size:22px;font-weight:600;margin:10px 0}
.article .post h3{font-size:18px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px;background: #EBEBEB}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;margin:0 auto;}
.article .post a{text-decoration:none;border-bottom:1px solid #0053c4;color:#0053c4}
.article .post a:hover{color:#e7161a;border-bottom:0 solid #e7161a}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;line-height:28px;position:relative;font-size:16px}
.article .post ul li p{line-height:28px}
.article .post ul li:before{content:'';position:absolute;top:12px;left:0;background:#AB8146;width:6px;height:6px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#999}
/* 内容 end */

.channel-banner {height:500px;position:relative;background-repeat:no-repeat;background-position:center top;background-size:cover;margin:0;padding:0;}
.channel-banner:before {content:'';display:block;position:absolute;background:#000;opacity:.1;width:100%;height:100%;bottom:0px;left:0;right:0;right:0}
.channel-banner .banner-info {margin-top:180px;overflow: hidden;}
.channel-banner .banner-info h1{font-size:48px;font-weight:600;position:relative;margin-bottom: 30px;text-align: center}
.channel-banner .banner-info h1:before {left:50%;bottom:-10px;width:40px;margin-left:-20px;height:5px;border-radius: 4px; background:#fff;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:18px;}

/* 底部地图版权 begin*/
/*footer{padding:80px 0 0 0;background-color:#9E1E2B;background-image:url(../images/bg_footer.png);background-size:auto 600px;background-repeat:no-repeat;background-position:right 0;}*/

footer{padding:80px 0 0 0;background-color:#997546;background-image:url(../images/bg_footer.png);background-size:auto 600px;background-repeat:no-repeat;background-position:right 0;}
footer h3{font-size:16px;color:#fff;margin-bottom:20px;font-weight:600}
footer ul li.block{float:left}
footer ul li.block-0{width:44%;}
footer ul li.block-0 .padding-right{padding-right:20px;;}
footer ul li.block-1{width:23%}
footer ul li.block-2{width:23%}
footer ul li.block-3{width:10%}
/*footer ul li.block-4{width:9%;}*/

footer ul li ul li a{line-height:32px;color:#fff}
footer ul li ul li.row a{line-height:32px;height:32px;width:40%;float:left;}
footer ul li ul li a:hover{color:#fff}

footer .contact{padding-right:50px;}
footer .contact .media {margin:0 0 20px 0;}
footer .contact .media span{height:24px;}
footer .contact .media i{line-height:24px;font-size:16px;}
footer .contact .media .media-body a,footer .contact .media .media-body{padding:0;color:#fff;line-height:24px;}
footer .contact .media .media-body .text-large{font-size:18px;}
footer .about{padding:30px 150px 0 0;line-height:24px;color:#fff}
footer .copyright{margin:50px 0 0 0 ;line-height:80px;color:#ccc;border-top:1px solid #A8814D;}
footer .copyright a{color:#ccc}
footer .design{position:relative}
footer .qrimg{display: block;}

footer .foot-link{line-height:32px}
footer .foot-link a{display:block;float:left;margin-left:30px;font-size:14px;color:#fff}
footer .foot-channel{line-height:32px}
footer .foot-channel a{display:block;float:left;margin:0 30px;font-size:14px}
footer .foot-channel a:hover,footer .foot-link a:hover{color:#fff;transition:all .3s}

#friend{position:relative;z-index:999;float:right;margin-left:20px;}
#friend a{display:block;color:#fff}
#friend a:hover{color:#E7D15F}
#friend ul{padding:10px;min-width:160px;border:1px solid #A8814D;background:#AB8146;bottom:50px;display:none;right:0;overflow:hidden;position:absolute}
#friend ul li a{display:block;line-height:26px}

.social-button a{display:inline-block;background:#FD9E14;color:#fff;width:42px;height:42px;line-height:42px;margin-right:10px}
.social-button a.weixin{position:relative}
.social-button a.weixin .wx{display:none}
.social-button a.weixin:hover .wx{position:absolute;display:block;top:-112px;left:-28px;width:102px;height:102px;background:#fff;padding:2px}
.social-button a.weixin .wx:after{position:absolute;bottom:-8px;left:40px;display:inline-block;border-right:8px solid transparent;border-top:8px solid #fff;border-left:8px solid transparent;content:''}
/* 底部地图版权 end*/

#m-b-bar{display:none;}
/* 移动端开始 */
@media screen and (max-width:768px){

.blank-small,.blank-middle{height:10px;line-height:10px}
.blank-big{height:20px;line-height:20px}
.blank-large{height:30px;line-height:30px}

.padding-large{padding:20px}
.container-layout{max-width:100%;}
.line-big{margin-left:-10px;margin-right:-10px}
.line-big .x1,.line-big .x10,.line-big .x11,.line-big .x12,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .xb1,.line-big .xb10,.line-big .xb11,.line-big .xb12,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xl1,.line-big .xl10,.line-big .xl11,.line-big .xl12,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xm1,.line-big .xm10,.line-big .xm11,.line-big .xm12,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xs1,.line-big .xs10,.line-big .xs11,.line-big .xs12,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9{position:relative;min-height:1px;padding-right:10px;padding-left:10px}

.line-large {margin-left:-10px;margin-right:-10px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:10px;padding-left:10px}

/* 首页轮播 */
.slides h2{padding-bottom:50%;}
.slides-arrow.dot-center .owl-dots{top:-20px;}
.slides .media-img .zoom-banner-pc{transition:.3s;padding-bottom:66%;}
.sidebar-l {margin-right:0px}
.sidebar-r {margin-left:0px;}

.excerpt-dang dl{margin-bottom:20px}
.excerpt-dang dl dt{width:100%;}
.excerpt-dang dl dt h2{font-size:24px;}
.excerpt-dang dl dt p{line-height:28px}
.excerpt-dang dl dd {width:100%;}
.excerpt-dang dl:nth-child(2n+0) dt {float:none;}
.excerpt-dang dl:nth-child(2n+0) dt .padding{padding:20px;}
.excerpt-dang dl:nth-child(2n+1) dt {float:none}
.excerpt-dang dl:nth-child(2n+1) dt .padding{padding:20px}
.excerpt-dang dl:nth-child(2n+0) dd {float:none}
.excerpt-dang dl:nth-child(2n+1) dd {float:none}

.article .padding-large{padding:20px}
.article .post h1{font-size:24px;}
.article .post h2{font-size:20px;}
.article .post h3{font-size:18px;}

/* 首页关于 */
.home-about {margin:0 0 30px 0;}
.home-about .padding-large{padding:20px}
.home-about h2{font-size:24px;}
.home-date{margin-top:100px;}
.home-date .suzi{font-size:48px;}
/* 首页新闻 */

.partners ul {margin:-10px;}
.partners ul li .list-li{margin:10px;}

.home-news-c .news-title h2 a{font-size:16px;}

.single_content{padding: 20px;margin-right:0;margin-top:0;}
.single_pic{position:relative;overflow: hidden;border-radius:4px}

/* 标题样式 */
.title-c h3{font-size:22px;}
.title-c h4{font-size:32px;margin-bottom: 20px}

.nav-x-line{background: none}
.nav-x-line .nav li{display:block;}
.nav-x-line .nav li:before{width:0;}
.nav-x-line .nav{position:relative;border-radius:5px;box-shadow:0 15px 36px -12px rgba(0,0,0,.3);padding:10px 0;margin:10px 0;background: #fff}
.nav-x-line .nav:after{position: absolute;top:-8px;left:35px;display:inline-block;border-right:10px solid transparent;border-bottom:10px solid #FFF;border-left:10px solid transparent;content: ''; }
.nav-x-line .nav li a{margin:0 20px;text-align:left;height:56px;line-height:56px;}
.nav-x-line .nav li a:hover{color:#AB8146;}
.nav-x-line .nav li.active a{color:#AB8146;}

.nav-x-line .nav li ul{border-top-left-radius:0px;border-top-right-radius:0px;transition: 0.3s;min-width:100%;}
.nav-x-line .nav li .line span{display: none}
.nav-x-line .button{padding:0 20px;height:56px;line-height:56px;border-radius:5px;margin-top:20px; background:#fff;border:0;position: relative;color:#666; font-size:16px; text-align:center;box-shadow: 0px 2px 5px 0 rgba(0,0,0, 0.1);}
.nav-x-line .button.bg-white:focus,.nav-x-button .button.bg-white:hover,.nav-x-button .button.border-white:focus,.nav-x-button .button.border-white:hover{color:#666;border-color:#fff;background-color:#fff}

/* 时间拆分的新闻 */
.list-post-time .media{padding:5px 20px 8px 0px;margin:10px 0 0 0}
.list-post-time .date-list{padding:10px;margin-right:20px}
.list-post-time .media .date .f-day{font-size:36px;}
.list-post-time .media .date .f-day-list{font-size:36px;}
.list-post-time .media .date .f-year{font-size:16px;}
.list-post-time .media .date hr{width:20px;height:2px;margin-top:20px;background:#AB8146}
.list-post-time .media .media-body{margin-top:20px;}
.list-post-time .media .media-body strong a{font-size:16px;line-height:28px;}
/* .list-post-time .media a {color:#666} */

.channel-banner {height:250px;}
.channel-banner .banner-info {margin-top:70px;}
.channel-banner .banner-info h1{font-size:24px;margin-bottom: 20px}
.channel-banner .banner-info p{font-size:16px;}

footer{padding:0;background:#fff url(../images/bg_footer.png) no-repeat 0 0;}
footer ul{padding-left:10px}
footer ul li.block{float:none}
footer ul li.block-1,footer ul li.block-2,footer ul li.block-3,footer ul li.block-4,footer ul li.block-5,footer ul li.block-6{width:100%}
footer .copyright{margin:0 -10px;line-height:24px;border-top:0px solid #AB8146;text-align: center;padding:20px 0;background: #997546}

/* 默认箭头 */
.owl-carousel .owl-nav i{font-size:16px;}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {width:30px;height:30px;line-height:32px;}
.owl-carousel .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-nav .owl-next {right:10px;}
/* owl-carousel滚动插件 end */

.service{padding:20px;margin:10px 0;}
.service .s_content strong{margin-bottom:0;margin-top:20px;font-size:18px;font-weight:500}
.carousel-service .owl-nav .owl-prev {left:0px;}
.carousel-service .owl-nav .owl-next {right:0px;}

/*移动底部导航 begin*/
.blank-bottom{height:50px;line-height:50px;clear:both; font-size:0;}
.bottom-bar{box-sizing:border-box; -webkit-box-sizing:border-box;display:block;}
.bottom-menu{height:50px; line-height:50px; border-right:1px solid #EB2C2F; box-sizing:border-box; -webkit-box-sizing:border-box;}
.bottom-menu:last-child{border-right:none;}
.bar-name a{display:block;padding:8px 0 0 0;line-height:20px;font-size:14px;}
.bar-name a i{font-size:16px;display:block;}
.bottom-menu-sub .arrow{width:0px;height:0px;position:absolute;left:50%;margin-left:-10px;bottom:-9px;border-top:10px solid #EEEEEE;border-left:10px solid transparent;border-right:10px solid transparent;z-index:10;}
.bottom-menu-sub .downward{width:0px;height:0px;position:absolute;left:50%;margin-left:-9px;bottom:-8px;border-top:9px solid #FFF;border-left:9px solid transparent;border-right:9px solid transparent;z-index:11;}
/*移动底部导航 end*/
}
