@charset "utf-8";
@font-face {
    font-family: 'PFDinR';
    src: url('PFDinTextCompPro-Regular-2.eot');
    src: url('PFDinTextCompPro-Regular-2.eot?#iefix') format('embedded-opentype'),
        url('PFDinTextCompPro-Regular-2.woff2') format('woff2'),
        url('PFDinTextCompPro-Regular-2.woff') format('woff'),
        url('PFDinTextCompPro-Regular-2.ttf') format('truetype'),
        url('PFDinTextCompPro-Regular-2.svg#PFDinTextCompPro-Regular-2') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'BY';
    src: url('BY-Sugar-ubes-2.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinC';
    src: url('PFDINTEXTCONDPRO-REGULAR.eot');
    src: url('PFDINTEXTCONDPRO-REGULAR.eot?#iefix') format('embedded-opentype'),
        url('PFDINTEXTCONDPRO-REGULAR.woff2') format('woff2'),
        url('PFDINTEXTCONDPRO-REGULAR.woff') format('woff'),
        url('PFDINTEXTCONDPRO-REGULAR.ttf') format('truetype'),
        url('PFDINTEXTCONDPRO-REGULAR.svg#PFDINTEXTCONDPRO-REGULAR') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1589525085482'); /* IE9 */
  src: url('iconfont.eot?t=1589525085482#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff2') format('woff2'),
  url('iconfont.woff?t=1589525085482') format('woff'),
  url('iconfont.ttf?t=1589525085482') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1589525085482#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
table, caption, tbody, tfoot, thead, tr, th, td,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px; }

html { font-size: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

html::-webkit-scrollbar {width:8px;background:none;}
html::-webkit-scrollbar-thumb {width:8px;background:#FFC100;}
html::-webkit-scrollbar-corner {background:none;}
html::-webkit-scrollbar:horizontal{height:9px;}
body {
  font: 14px/1.8 "Microsoft Yahei","微软雅黑","微软正黑体","Microsoft JhengHei","SimHei","黑体",Arial,Helvetica,sans-serif;
  margin: 0 auto;
  background-color: #fff;
  font-size: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
strong { font-weight: bold; }
img { border: 0;display: block; }
input { outline: none;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; border-radius: 0; outline: none;}
::-moz-selection { background: #B82024; color: #fff; text-shadow: none; }
::selection { background: #B82024; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;}
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.img-hover {
    cursor: pointer;
    transition: 0.6s;
}
.img-hover:hover{
    transform:scale(1.1);
}
.oh{
    overflow: hidden;
}
.pc-show{
  display: block;
}
.phone-show{
  display: none;
}
.line_one{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line_two{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line_three{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line_four{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dly{
    display: flex;
}
.hide{
    display: none;
}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fc { text-align: center; }
.fr { text-align: right; }
.l { float: left; display: inline-block; }
.r { float: right; display: inline-block; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.black{
  color: #000;
}
.inner{ width: 1100px; margin: 0px auto;}
/*.top a:link, .top a:visited { color: #fff;}*/
.top a:active, .top a:hover { color: #fff;}
.top{ width: 100%; height: 90px; z-index: 1000; transition: .3s;}
.ptop{ box-shadow: 0 0 3px rgba(0,0,0,0.1);background: #fff;}
.ptop .logo img.img2 { display: block;}
.ptop .search-box .curicon{ color: #fff;}
.ptop .nav a:link, .ptop .nav a:visited { color: #000;}
.ptop .nav a:active, .ptop .nav a:hover { color: #B82024;}
.logo{ position: absolute; left: 6%; top: 30px; z-index: 100;}
.logo a{ position: relative; display: block; max-height: 58px;}
.logo img{ width: 100%;}
.logo img.img2{ position: absolute; left: 0; top: 0;}
.logo img.img1{ display: block;}
.logo img.img2{ display: none;}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.search-box{ position: absolute; top: 25px; right: 100px; color: #fff;background: width: 40px;height: 65px;width: 100px;}
.search-box .curicon{ display: block; width: 40px; height: 40px;margin: 0 auto; display: block; line-height: 40px; text-align: center; font-size: 18px; cursor: pointer;background: #FFC100;border-radius: 50%;}
.search-box:hover .search-box-c{ display: block;z-index: 9999;}
.search-box-c{ position: absolute; top: 100%; right: 0; width: 200px; padding:10px 52px 10px 20px; height: 32px; background: url(../images/black_50.png) repeat; background:rgba(0,0,0,0.56); display: none; -webkit-animation-name: tab;animation-name: tab;-webkit-animation-direction: normal;animation-direction: normal;-webkit-animation-duration: 0.3s;animation-duration: 0.3s;-webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;-webkit-animation-iteration-count: 1; animation-iteration-count: 1;}
.search-box-c .stxt{ border: 0px none; width: 100%; height: 32px; line-height: 32px; background-color: transparent; color: #999;}
#SearchGo{color: #999;}
.search-box-c .stxt::-webkit-input-placeholder {color: #999;}
.search-box-c .stxt::-moz-input-placeholder {color: #999;}
.search-box-c .stxt::-ms-input-placeholder {color: #999;}
.search-box-c .sbtn{ position: absolute; right: 0; top: 0; bottom: 0; width: 52px; text-align: center; line-height: 52px; font-size: 22px;}
.nav{ text-align: center;}
.nav li{ position: relative; display: inline-block; *display: inline;  *zoom: 1; margin: 0px 22px;}
.nav a{ position: relative; display: block; height: 90px; line-height: 90px; font-size: 16px; z-index: 1;}
.nav a.active,.nav a:hover{ color: #FFC100!important;}
.menu-handler{ position: absolute; right: 0; top: 0; width:130px; height: 90px;cursor: pointer; z-index: 99999;}
.menu-handler p{ position: relative; display: block; width: 30px; height: 20px; margin: 35px auto;}
.menu-handler span{ position:absolute;width:100%; right:0px; top:0px; height:2px; background-color:#000; transition:opacity .2s ease}
.menu-handler span.item2{ top:9px; -webkit-transition:-webkit-transform .4s ease; transition:transform .4s ease;}
.menu-handler span.item3{ top:9px; -webkit-transition:-webkit-transform .4s ease; transition:transform .4s ease;}
.menu-handler span.item4{ top: auto; bottom: 0px;}
.menu-handler.active span.item1,.menu-handler.active span.item4{ opacity:0; }
.menu-handler.active span.item2{ -webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;}
.menu-handler.active span.item3{ -webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg); -webkit-transition:-webkit-transform .6s ease;transition:transform .6s ease;}
.menubarM{ position: fixed; left: 0; top: 0; width: 0%; height: 100%; height: 100vh; overflow: hidden; color: #FF9F9F; z-index:9999; background-color: #fff; -webkit-transform-origin: left top; transform-origin: left top;-webkit-transform: skewX(-10deg);transform: skewX(-10deg);-webkit-transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;  transition: width ease-in-out 0.8s, transform ease-in-out 0.8s; transition: width ease-in-out 0.8s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;}
.menubarM-box a:link, .menubarM-box a:visited { color: #333333;}
.menubarM-box a:active, .menubarM-box a:hover { color: #FFC100;}
.menubarM-box{ position: absolute; right: 0; left: 0; top: 0; bottom: 0; max-height: 100%; max-height: 100vh; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.menubarM-list{ width: 70%; margin: 9% auto 20px;}
.menubarM-list li:first-child{ border-top: 1px solid #D5D5D5;}
.menubarM-list li{ border-bottom: 1px solid #D5D5D5; padding: 18px 0; opacity: 0;-webkit-transform: translateX(-20px); transform: translateX(-20px); -webkit-transition: all .3s; transition: all .3s;}
.menubarM-list>li>a{ font-size: 16px; font-weight: bold; float: left; display: inline-block; line-height: 1.2;}
.menubarM-list .subnav { padding-left: 200px; padding-top: 2px;}
.menubarM-list .subnav a{ font-size: 16px; margin-right: 7%;}
.menubarM-hide .menubarM-list li{  transition-delay: 0s !important;}
.menuOpen .menubarM{  width: 100%; -webkit-transform: skewX(0deg); transform: skewX(0deg);}
.menuOpen .menubarM-list li{opacity: 1;-webkit-transform: translateX(0px);transform: translateX(0px);}
.menuOpen .logo img.img1{ visibility: hidden;}
.menuOpen .logo img.img2{ display: block;}
.pusher-black { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 1005; background-color: rgba(0,0,0,0.4); visibility:hidden; filter:alpha(Opacity=0);opacity:0;-webkit-transition:all .2s cubic-bezier(.02,.01,.47,1) 0s; -moz-transition:all .2s cubic-bezier(.02,.01,.47,1) 0s; -ms-transition:all .2s cubic-bezier(.02,.01,.47,1) 0s; -o-transition:all .2s cubic-bezier(.02,.01,.47,1) 0s; transition:all .2s cubic-bezier(.02,.01,.47,1) 0s;}
.menuOpen .pusher-black { visibility:visible;filter:alpha(enabled=false); opacity:1;}
.menuOpen .menubarM { -moz-transform:translateX(0); -ms-transform:translateX(0); -webkit-transform:translateX(0);  transform:translateX(0);}
/*轮播图*/
.w-100 {
    width: 100%!important;
}
.position-absolute {
    position: absolute!important;
    top: 45%;
    width: 100%;
    color: #fff;
}
.lb_nr{
  text-align: center;
}
.white{
    color: #fff;
}
.tit2{
  font-weight: 200;
  color: rgba(255,255,255,0.8);
  font-size:25px;
}
.bf{
  width: 120px;
  height: 120px;
  border:1px dashed #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  z-index: 999;
  left: 6%;
}
.bf .bf_an{
  width: 80%;
    height: 100%;
    margin: 0 auto;
    margin-top: 10%;
}


.bf .bf_an .xz{
    width: 100%;
}


.bf .bf_an .an{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
    left: 45%;
}
.fa{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}



.fa-spin{
  -webkit-animation:fa-spin 6s infinite linear;
  animation:fa-spin 6s infinite linear
}

@-webkit-keyframes fa-spin{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  100%{
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }

}

@keyframes fa-spin{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  100%{
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }

}

.fa-rotate-90{
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg)
}

.fa-rotate-180{
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg)
}

.fa-rotate-270{
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg)
}
.tb{
  width: 47px;
    margin: 0 auto;
}
.mouse-box{ position: absolute;z-index: 999; left: 0; right: 0; width: 100px; margin: 0 auto; bottom: 0%; font-size: 12px;text-align: center; color: #fff;}
.mouse-box .sx{height: 50px;width: 1px; background: #fff;margin: 0 auto; margin-top: 5px;}
.mouse-box i{ position: relative; display: block; width: 20px; height: 36px; border: 2px solid #fff; border-radius: 12px; margin: 0px auto;}
.mouse-box i:before{ content: ""; position: absolute; left: 9px; top: 5px; width: 2px; height: 7px; border-radius: 3px; display: block; background-color: #fff;  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;}
.mouse-box .txt { padding-bottom: 15px;-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;line-height: 1.5; padding-top: 15px;text-transform: uppercase;font-size: 14px;}

@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(10px); -webkit-transform: translateY(10px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(10px); -webkit-transform: translateY(10px); opacity: 0; }
}

.move-img{ -webkit-animation: zoom_animation 11s linear infinite; animation: zoom_animation 11s linear infinite;}
.index-lb .swiper-slide{
  overflow: hidden;
}
@-webkit-keyframes zoom_animation {
  0% {-webkit-transform: scale(1);transform: scale(1)}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1)}
}
@keyframes zoom_animation {
  0% {-webkit-transform: scale(1);transform: scale(1)}
  100% {-webkit-transform: scale(1.2);transform: scale(1.2)}

}

.index-lb{
  max-height: 91vh;
}
/*关于盈信*/
.second{
  width: 94%;
  padding:5% 3% 0% 3%;
  background: url('../images/two_bg.png') no-repeat;
  background-position: 0% 100%;
  min-height: 85vh;
  background-size: 20%;
}
.second .title{
  display: flex;
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: 500;
}

.second .title img{
  width: 40px;
    height: 30px;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 10px;
}

.second .nr{
  margin-top: 20px;
  display: flex;
}

.second .nr .left_wz{
  width: 60%;
  border-top:2px solid #000;

}

.second .nr .left_wz .cont{
  padding-left: 40%;
  text-align: left;
}

.second .nr .left_wz .cont:hover .tit1{
  color: #FFC100;
}

/*.second .nr .left_wz .cont:hover .tit2{
  border-top: 2px solid #FFC100;
}*/
.second .nr .left_wz .cont .tit1{
    width: 540px;
    height: 85px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    padding: 55px 0 45px 0;
}

.second .nr .left_wz .cont .tit2{
  font-size: 17px;
  color: #000000;
  padding: 25px 0;
  text-align: justify;
  border-top: 2px solid #434343;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.second .nr .left_wz .cont .tit2:before {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  top: -2px;
  height: 4px;
  background: #FFC100;
}
.second .nr .left_wz .cont:hover {
  cursor: pointer;
}

.second .nr .left_wz .cont:hover .tit2{
  border-top: none;
}
.second .nr .left_wz .cont:hover .tit2:before {
  width: 100%;
  left: 0;
}

.second .nr .right_tp{
  width: 30%;
  padding: 0 5%;
  position: relative;
}

.second .nr .right_tp .tp{
  width: 80%;
}

.second .nr .right_tp .tp img{
  width: 100%;
}

.second .nr .right_tp .ljgd{
  background: url('../images/jt.png')  no-repeat;
  background-position: 0 100%;
  text-align: center;
  width: 180px;
  margin: 0 auto;
  margin-top: 50px;
  color: #000;
}

.second .nr .right_tp .ljgd:hover{
  color: #FFC100;
  background: url('../images/jt1.png')  no-repeat;
  background-position: 0 100%;
}

.second .nr .right_tp .ab_sx{
    writing-mode: tb-rl;
    position: absolute;
    top: 10%;
    text-transform: uppercase;
    right: 0;
    font-weight: 600;
}

.second .sx{
  height: 260px;
    width: 1px;
    background: #000;
    position: absolute;
    top: 23%;
    right: 14px;
}


/*托管项目*/
.three{
  width: 100%;
  padding: 0% 0% 0% 0%;
  position: relative;
}
.three .title{
    display: flex;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    position: absolute;
    top: 40px;
    z-index: 999;
    left: 3%;
    color: #fff;
}

.three .title img{
  width: 40px;
    height: 30px;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 10px;
}


.grid {
  position: relative;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /*   min-width: 320px;
    max-width: 480px;
    max-height: 360px;*/
    width: 24.9%;
    background: #fff;
    text-align: center;
    cursor: pointer;
    height: auto;
    border-right: 1px solid #999;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 0;
  height: 100%;
  background: #ffc100;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.three .effect-zoe .bt{
  background: #fff;
  padding: 70px;
}

.three .effect-zoe .bt:before{
  content:"|";
  color:#000;
  font-weight:bold;
}

.three .effect-zoe .bt:after{
  content:"|";
  color:#000;
  font-weight:bold;
}


.three .effect-zoe .bt .t1{
  font-size: 35px;
  font-weight: bold;
}

.three .effect-zoe .bt .t2{
  font-size: 24px;
  color: #919191;
}

.three .t_pic{
    position: absolute;
    top: 0;
    height: 45%;
    width: 100%;
}

.three .t_pic img{
    width: 100%;
    height: 100%;
}

.three .h_nr{
   position: absolute;
    top: 45%;
    color: #fff;
    padding: 0 10%;
    margin-top: 20%;
    text-align: center;
    width: 80%;
}

.three .h_nr .num{
    font-size: 35px;

}

.three .h_nr .tit{
    font-size: 26px;

}

.three .h_nr .description{
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
}

.three .h_nr .mr{
    font-size: 50px;
    margin-top: 20px;
    color: #fff;
}


/*案例*/
.four{
    background: url('../images/four_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 5%;
}

.four .bt{
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.four .bt img{
    width: 46px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.four .case_l{
    width: 95%;
     background: url('../images/four_bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    min-height: 60vh;
    background-position: 0 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.four .case_l .tp{
    float: right;
    width: 60%;
}
.four .case_l .tp img{
    max-height: 443px;
    width: 100%;
}
.four .case_l .tp .num{
    font-family: 'BY';
    color: #fff;
    font-size: 60px;
    bottom: -54px;
    position: absolute;
    display: block;
    /* right: 191px; */
    left: 84%;
}
.four .swiper-slide a{
    padding: 0 10%;
}
.four .swiper-button-next, .four .swiper-button-prev{
    border:2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 25%;
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.four .swiper-button-next{
    background-image:unset;
    background-size: 25%;
    font-family: SimSun;
    font-weight: 400;
}

.four .swiper-button-prev{
    background-image:unset;
    background-size: 25%;
    font-family: SimSun;
    font-weight: 400;
}

.four .swiper-button-next:hover{
    background:#ffc100;
    border:1px solid #ffc100;
}

.four .swiper-button-prev:hover{
    background:#ffc100;
    border:1px solid #ffc100;
}

.four .case_l .position-absolute{
    top: 10%;
    width: 30%;
}
.four .case_l .position-absolute .fs-sm-36{
    font-size: 20px;
}
.four .case_l .position-absolute .fs-sm-28{
    font-size: 15px;
}

.four .case_l .container{
    width: 40%
}

.hx{
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 15%;
    margin-top: 0%;
    position: absolute;
}
.four .case_l .swiper-pagination{
   position: absolute;
   top: -4px;
    left: 45%;
}


.four .case_l  .swiper-pagination-bullet-active{
   position: relative;

}

.four .case_l  .swiper-pagination-bullet-active .yq{
  display: block;

}

.four .case_l  .swiper-pagination-bullet{
    margin: 0 15px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.four .case_l  .swiper-pagination-bullet p{
   color: #fff;
   margin-top: 14px;
   margin-right: 3px;
   font-size: 15px;
}

.yq{
    display: none;
    position: absolute;
    height: 15px;
    width: 15px;
    border:1px solid #fff;
    border-radius: 50%;
    top: -4px;
    left: -4px;
}
/*项目洽谈*/
.five{
    background: #fff;
    padding: 4% 5%;
}

.five .left{
    width: 45%;
    float: left;
    margin-right: 5%;
}

.five .left .bt{
    margin-bottom: 60px;
    /*width: 670px;*/
    height: 113px;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 45px;
}
.five .right .left .bt{
   font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 10px;
}


.five .left .blod{
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.five .left .xm1{
  padding-left: 15%;
  position: relative;
}

.five .left .xhx{
  background: #FFC100;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 27px;
}

.five .left .xm1 .tit1{
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

.five .left .xm1 .tit1:hover a{
  color: #FFC100;
}

.five .left .xm1 .tit2{
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.five .left .xm1 .dec{
    font-size: 15px;
    color: #6f6f6f;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 30px;
}


.five .left .xm1 .ljxq{
    border:1px solid #FFC100;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    background-color: #FFC100;
    width: 150px;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 60px;
}

.five .left .xm1 .lxnr .tel{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.five .left .xm1 .lxnr .phone{
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    color: #8d8d94;
}

.five .left .xm1 .lxnr .phone img{
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 12px;
}

.five .left .xm1 .lxnr .adr{
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    color: #8d8d94;
}

.five .left .xm1 .lxnr .adr img{
    width: 16px;
    height: 21px;
    margin-top: 3px;
    margin-right: 12px;
}

.five .right{
    width: 50%;
    float: right;
}

.five .right .left{
   float: left;
   width: 40%;
   margin: 0;
}

.five .right .left .xmbt{
    height: 60px;
    color: #fff;
    padding: 20px;
    border-bottom: 2px solid #cccccc;
    cursor: pointer;
}

.five .right .left .cur{
    background: #FFC100;
    border-bottom: 2px solid #FFC100;
}

/*.five .right .left .xmbt:hover{
    background: #FFC100;
    border-bottom: 2px solid #FFC100;
}

.five .right .left .xmbt:hover .time,.five .right .left .xmbt:hover .bt{
   color: #fff;
}*/

.five .right .left .xmbt .time{
    font-size: 14px;
    color: #c6c6c6;

}

.five .right .left .xmbt .bt{
    font-size: 18px;
    color: #c6c6c6;
    font-weight: 200;
}

.five .right .left .cur .time{
    color: #fff;
}

.five .right .left .cur .bt{
    color: #fff;
}


.five .right .right{
   float: right;
   width: 60%;
}

.five .right .right img{
   width: 100%;
}


/*新闻资讯*/
.six{
  width: 94%;
  padding:5% 3% 0% 3%;
  background: url('../images/six_bg.png') no-repeat;
  background-position:100%;
  min-height: 70vh;
  background-size: cover;
}
.six .title{
  display: flex;
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  width: 300px;
  float: left;
}

.six .title img{
    width: 40px;
    height: 30px;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 10px;
}

.six a{
    color: #000;
    display: block;
}

.six .more{
    color: #0F0F0F;
    float: right;
    width: 100px;
    margin-top: 20px;
}


.six .more:hover{
    color: #FFC100;
}

.six .list{
    margin-top: 30px;
    margin-bottom: 50px;
}

.six .list .left{
    float: left;
    width: 44%;
    margin-right: 6%;
}

.six .list .left .pic{
    position: relative;
}

.six .list .left .pic img{
    width: 100%;
}

.six .list .left .pic .date{
    background: #FFC100;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 75px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.six .list .left .nr{
    background: rgba(231,223,198,0.5);
    padding: 40px 30px;
}


.six .list .left .nr .tit{
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 15px;
}


.six .list .right{
    width: 50%;
}

.six .list .right img{
    width: 100%;
}
.six .list .right .one .left{
    width: 48%;
    margin-right: 2%;
}

.six .list  .right .one .right{
    width: 48%;
    margin-left: 2%;
}

.six .list .right .one .nr {
    background: rgba(255,255,255,0);
    padding: 10px 0px;
}
.six .list .right .one .pic{
   position: relative;
}

.six .list .right .one .pic .date {
    background: #FFC100;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 75px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.six .list .right  .nr .tit {
    font-size: 14px;
    font-weight: 600;
}

.six .list .right .two{
    margin-top: 70px;
}

.six .list .right .two ul li{
   border-top:1px solid #434343;
   height: 70px;
   line-height: 70px;
   padding: 0 5px;
}

.six .list .right .two ul li a{
  color: #000;
}

.six .list .right .two ul li .tit{
    font-size: 15px;
    width: 90%;
    text-align: left;
}

.six a:hover .tit{
    color: #FFC100;
}

.six .two a:hover .date{
    color: #FFC100;
}



/*内页顶图*/
.top_pic .bf{
    width: 70px;
    height: 70px;
    border: 2px dashed #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 5%;
    z-index: 999;
    left: 6%;
}
.top_pic .top_tp{
    /*height: 65vh;*/
}
.top_pic img{
    width: 100%;
}
.top_pic{
    position: relative;
}
.top_pic .bf .bf_an {
    width: 70%;
    height: 50%;
    margin: 0 auto;
    margin-top: 25%;
}


.top_pic .bt{
    position: absolute;
    bottom: 18%;
    left: 6%;
}

.top_pic .bt .tit1{
    font-size: 38px;
    color: #fff;
}

.top_pic .bt .tit2{
    font-size: 30px;
    color: #fff;
}

/*关于我们*/
.about{
    padding: 0% 6%;
}

.about .nav_tit{
    margin: 3% 0;
}


.about .nav_tit h3{
    font-weight: bold;
    color: rgb(165, 165, 165);
}

.about .cont {
    margin-bottom: 40px;
    margin-top: 20px;
}


.about .cont h1{
    margin-bottom: 20px;
}

.about .dec{

}

.about .dec .left{
   color: rgb(165, 165, 165);
    float: left;
    width: 65%;
    margin-right: 5%;
    line-height: 32px;
}

.about .dec .right{
    float: right;
    width: 20%;
    line-height: 32px;
    padding: 0 0 0 5%;
}

.about .dec .right img{
    width: 100%;
}

.about .num_set{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 60px;
}
.about .num_set .gssj_list {
    display: flex;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about .num_set .gssj_list .gssj_item {
    width: 25%;
    text-align: left;

}

.about .num_set .gssj_list .gssj_item:last-child{
    width: 9%;
}

.about .num_set .gssj_list .w_30{
  width: 28%;
  padding-left: 5%;
}


.about .num_set .gssj_list .gssj_item .dl{
    display: flex;
    justify-content: left;
}

.about .num_set .gssj_list .gssj_item .gssj_item_zs{
    font-size: 50px;
    color: #ffc100;
}

.about .num_set .gssj_list .gssj_item .dw{
    font-size: 15px;
    color: #000;
    margin-top: 48px;
    margin-left: 8px;
}


.about .num_set .gssj_list .gssj_item .gssj_item_ly{
    font-size: 18px;
}

.about .ppjs {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
}

.about .ppjs .fl{
    width: 45%;
    margin-right: 5%;
}

.about .ppjs .fl img{
    width: 100%;
}

.about .ppjs .fr{
    width: 45%;
    margin-left: 5%;
    text-align: left;
}

.about .ppjs .fr .bt .hx{
    width: 20px;
    height: 3px;
    background: #ffc100;
}

.about .sjg {
    margin-bottom: 70px;
}

.about .sjg .s_list{
    width: 20%;
    float: left;
}

.about .sjg .s_list h2{
    margin-bottom: 33px;
    font-size: 24px;

font-weight: 500;
  color: #0D0D0D;
}

.about .sjg .s_list .ico{
    margin-bottom: 35px;
    width: 98px;
    height: 98px;
}

.about .sjg .s_list h4{
    font-size: 16px;
    font-weight: 500;
    color: #0D0D0D;
    line-height: 24px;
    opacity: 0.64;
}

/*合作洽谈*/
.hzqt {
    padding: 0% 0%;
    background: url('../images/xmbg.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 20%;
}

.hzqt .nav_top{
    position: relative;
    display: flex;
    top: 32px;
    left: 6%;
    width: 200px;
}

.hzqt .nav_top img{
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.hzqt .nav_top a{
   margin: 0 10px;
}

.hzqt .bt_list{
    height: 40px;
    float: right;
    margin-bottom: 30px;
    margin-right: 6%;
}

.hzqt .bt_list .xmt{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #000;
    padding: 0 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}


.hzqt .bt_list .cur{
   background: #ffc100;
}

.hzqt .bt_list .cur a{
   color: #fff;
}

.hzqt .bt_list .xmt:hover{
   background: #ffc100;
}

.hzqt .bt_list .xmt:hover a{
   color: #fff;
}

.hzqt .hzqt-lb{

}
.hzqt .hzqt-lb .wid_50{
   width: 45%;
   margin-right:5%;
   height: 70vh;
}

.hzqt .hzqt-lb .wid_50 img{
   height: 100%;
}

.hzqt .hzqt-lb .lb_nr{
   width: 45%;
   margin-left:5%;
   position: relative;
}

.hzqt .hzqt-lb .lb_nr .lxnr{
  text-align: left;
  color: #a8a8a8;
  font-size: 15px;
  margin-top: 30px;
}

.hzqt .hzqt-lb .lb_nr .lxnr .phone,.hzqt .hzqt-lb .lb_nr .lxnr .adr{
  display:flex;
}


.hzqt .hzqt-lb .lb_nr .lxnr .phone img{
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-right: 8px;
}

.hzqt .hzqt-lb .lb_nr .lxnr .adr img{
    width: 12px;
    height: 15px;
    margin-top: 6px;
    margin-right: 8px;
}

.hzqt .hzqt-lb  .lb_page{
    position: absolute;
    top: 0;
    left: 55%;
    text-align: left;
    font-size: 18px;
}

.hzqt .hzqt-lb  .lb_page .swiper-pagination-current{
    color: #ffac00;
    font-size: 30px;
}

.hzqt .hzqt-lb .top-50{
    margin-top: 50px;
    text-align: left;
    margin-top: 70px;
}

.hzqt .hzqt-lb .top-50 .tit2{
   color: #a8a8a8;
   font-size: 15px;
   margin-top: 30px;
}


.hzqt .hzqt-lb .xm_prve{
    top: 80%;
    border: 1px solid #999;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 30px;
    border-radius: 50%;
   /* background: #ffc100;
    border: 1px solid #ffc100;*/
    background-image: url('../images/ltj_b.png');
    color: #fff;
    background-size: 45%;
    background-position: 60% 50%;
    left: 55%;
}

.hzqt .hzqt-lb .xm_prve:hover{
    background: #ffc100;
    border: 1px solid #ffc100;
    background-image: url('../images/ltj_w.png');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 60% 50%;
}


.hzqt .hzqt-lb .xm_next:hover{
    background: #ffc100;
    border: 1px solid #ffc100;
    background-image: url('../images/rtj_w.png');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 34% 50%;
}

.hzqt .hzqt-lb .xm_next{
    top: 80%;
    right: 35%;
    border: 1px solid #999;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 30px;
    border-radius: 50%;
   /* background: #ffc100;
    border: 1px solid #ffc100;*/
    background-image: url('../images/rtj_b.png');
    color: #fff;
    background-size: 45%;
    background-position: 34% 50%;
}




/*托管项目*/
.tgxm {
    padding: 0% 6%;
}

.tgxm .nav_top{
    position: relative;
    display: flex;
    top: 32px;
    left: 0px;
    width: 200px;
}

.tgxm .nav_top img{
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.tgxm .nav_top a{
   margin: 0 10px;
}

.tgxm .bt_list{
    height: 40px;
    float: right;
    margin-bottom: 30px;
}

.tgxm .bt_list .xmt{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #000;
    padding: 0 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}


.tgxm .bt_list .cur{
   background: #ffc100;
}

.tgxm .bt_list .cur a{
   color: #fff;
}

.tgxm .bt_list .xmt:hover{
   background: #ffc100;
}

.tgxm .bt_list .xmt:hover a{
   color: #fff;
}

.tgxm .xm_list{
    border-top: 1px solid #999;
    padding-top: 50px;
}

.tgxm .xm_list .t_left .fl{
    width: 45%;
    margin-right: 5%;

}

.tgxm .xm_list .t_left .fl img{
    width: 100%;
}

.tgxm .xm_list .t_left .fr{
    width: 45%;
    margin-left: 5%;
    text-align: left;
    padding-top: 15px;
}

.tgxm .xm_list .t_left .fr .hx{
    width: 20px;
    height: 3px;
    background: #ffc100;
    position: unset;
}

.tgxm .xm_list .t_left .fr .dec{
    text-align: justify;
    font-size: 15px;
    color: #c6c6c6;
    margin-top:20px;
}

.tgxm .xm_list .t_left .fr .lx .lxr{
    display: flex;
    font-size: 15px;
    color: #000;
    width: 42%;
    float: left;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    padding: 20px 4%;
    text-align: center;
}

.tgxm .xm_list .t_left .fr .lx .tel{
    display: flex;
    font-size: 15px;
    color: #000;
    width: 41.5%;
    float: left;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 20px 4%;
    text-align: center;
}

.tgxm .xm_list .t_left .fr .lx{
    margin-top: 7%;
}
.tgxm .xm_list .t_left .fr:hover .bt{
   color: #ffc100;
}

.tgxm .xm_list .t_left .fr:hover .dec{
   color: #ffc100;
}

.tgxm .xm_list .t_left .fr .lx .lxr img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.tgxm .xm_list .t_left .fr .lx .tel img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.tgxm .xm_list .t_right,.t_left{
    margin-bottom: 60px;
}

.tgxm .xm_list .t_right .fl{
    width: 45%;
    padding-top: 15px;
    margin-right: 5%;

}

.tgxm .xm_list .t_right .fl:hover .bt{
   color: #ffc100;
}

.tgxm .xm_list .t_right .fl:hover .dec{
   color: #ffc100;
}

.tgxm .xm_list .t_left .fr .hx {
    width: 20px;
    height: 3px;
    background: #ffc100;
}
.tgxm .xm_list .t_right .fr img{
    width: 100%;
}

.tgxm .xm_list .t_right .fr{
    width: 45%;
    margin-left: 5%;
    text-align: left;
}

.tgxm .xm_list .t_right .fl .hx{
    width: 20px;
    height: 3px;
    background: #ffc100;
    position: unset;
}

.tgxm .xm_list .t_right .fl .dec{
    text-align: justify;
    font-size: 15px;
    color: #c6c6c6;
    margin-top:20px;
}

.tgxm .xm_list .t_right .fl .lx .lxr{
    display: flex;
    font-size: 15px;
    color: #000;
    width: 42%;
    float: left;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    padding: 20px 4%;
    text-align: center;
}

.tgxm .xm_list .t_right .fl .lx .tel{
    display: flex;
    font-size: 15px;
    color: #000;
    width: 41.5%;
    float: left;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 20px 4%;
    text-align: center;
}

.tgxm .xm_list .t_right .fl .lx{
    margin-top: 7%;
}

.tgxm .xm_list .t_right .fl .lx .lxr img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

.tgxm .xm_list .t_right .fl .lx .tel img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}

/*新闻资讯*/
.news {

}

.news .nav_top{
    position: relative;
    display: flex;
    top: 32px;
    left: 6%;
    width: 200px;
}

.news .nav_top img{
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.news .nav_top a{
   margin: 0 10px;
}

.news .bt_list{
    padding: 0 6%;
    height: 40px;
    float: right;
    margin-bottom: 30px;
}

.news .bt_list .xmt{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #000;
    padding: 0 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.news .fh{
  font-size: 15px;
    color: #919191;
    margin-top: 10px;
}

.news .fh:hover{
    color: #ffc100;
}

.news .bt_list .cur{
   background: #ffc100;
}

.news .bt_list .cur a{
   color: #fff;
}


.news .bt_list .xmt:hover{
   background: #ffc100;
}

.news .bt_list .xmt:hover a{
   color: #fff;
}

.news .xm_list{
    border-top: 1px solid #999;
    padding-top: 50px;
}


.news .new_one{
    background: #f1f1f1;
    padding: 2% 6%;
}

.news .new_one .fl{
    width: 45%;
    margin-right: 5%;
}

.news .new_one .fr{
    width: 45%;
    margin-right: 5%;
    text-align: left;
    margin-top: 4%;
    position: relative;
}

.news .new_one .fr:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  height: 2px;
  background: #FFC100;
  margin-top: 10px;
}
.news .new_one .fr:hover {
  cursor: pointer;
}


.news .new_one .fr:hover:after {
  width: 100%;
  left: 0;
}


.news .new_one .fr .dec{
    font-size: 15px;
    color: #888;
    line-height: 25px;
    margin-top: 20px;
}

.news .new_one .fr .detial{
    margin-top: 30px;
    font-size: 15px;
}

.news .new_one .fr:hover .tit{
    color: #ffc100;
}


.news .new_one .fr:hover .detial{
    color: #ffc100;
}


.news .new_list{
    padding: 2% 6%;
    margin-bottom: 50px;
}


.news .new_list .bt{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.news .new_list .nl ul li{
    width: 31.3%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 2%;
    margin-top: 2%;
     border-bottom: 1px solid #999;
}

.news .new_list .nl ul li:hover{
    border-bottom: 1px solid #ffc100;
}

.news .new_list .nl ul li:hover h3{
    color: #ffc100;
}

.news .new_list .nl ul li img{
    width: 100%;
    height: 25vh;
}

.news .new_list .nl ul li:nth-child(3n+1){
    margin-right: 2%;
}

.news .new_list .nl ul li:nth-child(3n+2){
    margin-left:1%;
    margin-right: 1%;
}

.news .new_list .nl ul li:nth-child(3n+3){
     margin-left: 2%;
}


.news .new_list .nl ul li h3{
    margin: 10px 0;
}

.news .new_list .nl ul li .time{
    color: #a5a5a5;
}

.news .new_list .nl ul li .detial{
    color: #ffc100;
}

.news .detail_nr{
  background: #f1f1f1;
  padding: 5% 6%;
}

.news .detail_nr img{
 max-width: 100%!important;
}

.news .c_f{
  background: #fff;
}


.news .detail_nr .b_t{
  border-bottom: none!important;
}


.news .detail_nr .tit{
    text-align: center;
    color: #a37a53;
    font-size: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}

.news .detail_nr .info{
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news .detail_nr .info .time{
  color: #929292;
  font-size: 14px;
  margin-right: 40px;

}

.news .detail_nr .info .time img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 3px;
}

.news .detail_nr .info .source{
  color: #929292;
  font-size: 14px;
  margin-right: 40px;
}

.news .detail_nr .cont{
  text-align: justify;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.news .detail_nr .text-secondary .fl{
  width: 50%;
  float: left;
  overflow: hidden;
}


.news .detail_nr .text-secondary .fl:hover a{
  color: #ffc100;
}

/*联系我们*/
.contact {

}

.contact .nav_top{
    position: relative;
    display: flex;
    top: 32px;
    left: 6%;
    width: 200px;
}

.contact .nav_top img{
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.contact .nav_top a{
   margin: 0 10px;
}

.contact .bt_list{
    padding: 0 6%;
    height: 40px;
    float: right;
    margin-bottom: 30px;
}

.contact .bt_list .xmt{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #000;
    padding: 0 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}


.contact .bt_list .cur{
   background: #ffc100;
   color: #fff;
}

.contact .bt_list .cur a{
   color: #fff;
}

.contact .bt_list .xmt:hover{
   background: #ffc100;
   color: #fff;
}

.contact .bt_list .xmt:hover a{
   color: #fff;
}

.contact .gsxx{
    width: 70%;
    margin:0 auto;
    padding: 40px 0;
}

.contact .gsxx ul li{
    width: 33.3%;
    float: left;
    text-align: center;

}

.contact .gsxx ul li .ico{
    width: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.contact .gsxx ul li .name{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.contact .gsxx ul li .hx{
   width: 20px;
    height: 3px;
    background: #ffc100;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: unset;
}

.contact .gsxx ul li .cont{
    color: #8a8a8a;
}

.contact .gsxx ul li .cont a{
    color: #8a8a8a;
}

.contact .map img{
    width: 100%;
}


.contact .join{
    padding: 3% 6%;
    background: url('../images/contact_bg.png');
    background-repeat: no-repeat;
    min-height: 50vh;
}

.contact .join .ms{
    margin-bottom: 50px;
}
.contact .join .ms .bt{
    font-size: 34px;
    font-weight: 600;
    width: 30%;
}

.contact .join .ms .dec{
    font-size: 15px;
    width: 70%;
    text-align: justify;
    color: #838282;
}

.contact .join .zw .cur{
    background: #ffc100;
    padding: 5px 25px;
}

.contact .join .zw ul li{
    /*height: 40px;*/
    line-height: 40px;
}

.contact .join .zw ul li:first-child{
     border:1px solid #ffc100;
    border-radius: 12px 12px 0 0;
}

.contact .join .zw ul li:last-child{
    border:1px solid #fff;
    background: #fff;
    border-radius:0 0 12px 12px;
    height: 40px;
}

.contact .join .zw .cur nav{
    color: #fff;
}

.contact .join .zw .zw_tit{
    display: flex;
    cursor: pointer;
}


.contact .join .zw .zw_tit .n1{
    width: 20%;
}

.contact .join .zw .zw_tit .n2{
    width: 15%;
}

.contact .join .zw .zw_tit .n3{
    width: 15%;
}

.contact .join .zw .zw_tit .n4{
    width: 35%;
}

.contact .join .zw .zw_tit .n5{
    width: 15%;
}

.contact .join .zw_l{
    background: #fff;
    padding: 5px 25px;
    border-bottom: 1px solid #999;
}

.contact .join .zw .zw_nr {
    background: #fff;
    padding: 20px 0px;
    display: none;
}














/*底部*/
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    text-align: center;
    display: none;
}

.modal .sp{
   width: 55%;
    margin-top: 15%;
}

.footer{
  /*background: url('../images/foot_bg.png');*/
 /* background-size: cover;
  background-repeat: no-repeat;*/
  background: #000;
  position: relative;
}

.footer .fimg_1{
  position: absolute;
    bottom: 0;
    left: 0;
}

.footer .fimg_2{
  position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}


.footer .fimg_2 img{
    height: 100%;
}
.footer .fx{
  height: 40px;
  text-align: center;
  padding: 80px 0;
  border-bottom: 1px solid #fff;
}

.social-share .icon-weibo {
    color: #fff!important;
    border-color: #fff!important;
    margin-right: 20px;
}

.social-share .icon-qq {
    color: #fff!important;
    border-color: #fff!important;
    margin-right: 20px;
}

.social-share .icon-wechat {
    color: #fff!important;
    border-color: #fff!important;
    margin-right: 20px;
}

.flb{
  padding: 1.5% 6%;
  /*display: flex;*/
  border-bottom: 1px solid #fff;
  height: 60px;
    line-height: 60px;
}

.flb .cdl{
    width: 60%;
    margin: 0 2%;
}

.flb  .f_logo img{
  margin-top: 15px;
}
.cdl ul li{
 width: 18%;
    margin: 0 1%;
    color: #fff;
    float: left;
    text-align: center;
}

.cdl ul li a{
  color: #fff;
  font-size: 16px;
}

.lxdh{
  display: flex;
  color: #fff;
  font-size: 15px;
}

.lxdh img{
  width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-right: 12px;
}

.other{
  padding: 1% 6%;
  display: flex;
}


.other .le{
 width: 50%;
 text-align: left;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}

.other .ri{
  width: 50%;
 text-align: right;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}

.other .ri a{
  float: right;
  margin:0 10px;
}


.social-share .social-share-icon {
    width: 49px;
    height: 49px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 49px;
}













