/* CSS Document */
@import url('font-awesome.css');
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, form, input, select, button, textarea, table, tr, th, td, iframe {margin: 0; padding: 0;}
ul, ol {list-style: none;}
img {border-style: none; vertical-align: middle;}
body {background: #fff; color: #333; font:16px/1.5 "PingFangSC-Regular","微软雅黑","Microsoft Yahei"; }
.graybg {background:#fafafa; height:auto; overflow:hidden; clear:both;}
/* 链接 */
a {color: #333; text-decoration: none;}
a:hover {color: #224f7f;}

/* 布局 */
.container {margin:0 auto; width: 86%;}
.container-1400 {width:1400px; margin:0 auto;}
.container-full {margin: auto; padding: 0 5%;}

/* 布局flex */
.flex {display:flex; align-items: center;}
.spacebetween {justify-content:space-between;}

/* 浮动 */
.fl {float: left;}
.fr {float: right;}
.clearfix {clear: both;}

/* 对齐 */
.tl {text-align: left;}
.tc {text-align: center;}
.tr {text-align: right;}

/* 颜色 */
.gray {color: #666;}
.lightgray {color:#999;}
.bold {font-weight:bold;}

/* 上间距 */
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

/* 下间距 */
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

/* 上下间距 */
.ptb20 {padding:20px 0;}
.ptb30 {padding:30px 0;}
.ptb40 {padding:40px 0;}
.ptb50 {padding:50px 0;}
.ptb60 {padding:60px 0;}
.ptb70 {padding:70px 0;}
.ptb80 {padding:80px 0;}
.ptb100 {padding:100px 0;}

/* 内上间距 */
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt90 {padding-top:90px;}
.pt100 {padding-top:100px;}

/* 内下间距 */
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pb60 {padding-bottom:60px;}
.pb70 {padding-bottom:70px;}
.pb80 {padding-bottom:80px;}
.pb90 {padding-bottom:90px;}
.pb100 {padding-bottom:100px;}

@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1720605143938') format('woff2'),
       url('../font/iconfont.woff?t=1720605143938') format('woff'),
       url('../font/iconfont.ttf?t=1720605143938') format('truetype');
}

.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* 上下间距0 */
.pt0 {padding-top:0;}
.pb0 {padding-bottom:0;}

/* 图片放大 */
.imgzoom{width: 100%; height: 100%;transition: all .3s; overflow:hidden;}
.imgzoom:hover{transform: scale(1.1); transition: all .6s;}

/* 图片旋转 */
.rotate img {transition-delay: 0.1s; transition: all 500ms ease; display:inline-block;}
.rotate:hover img {transform: rotateY(180deg); transition-delay: 0.1s;}

/* 大标题 */
.tit { font-size:36px; color:#333; font-weight:bold;}
.tit p {font-size:24px; color:#f0f0f0; text-transform:uppercase; font-weight:normal;}
.tit span {float:right; font-size:14px; border-radius:50px; padding:10px 30px; border:#999999 1px solid; font-weight:normal;}
.tit img {width:10px; margin-left:10px;}

/*超过一行省略号*/
.onel{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*超过两行省略号*/
.twol{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*超过三行省略号*/
.threel{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 按钮 */
.btn{display:inline-block; text-align:center; line-height:50px; font-size:18px; color:#000; margin-left:-20px; margin-top:15px; transition:all .3s; position: relative;
  z-index: 99; left:40px;}
.btn:before {background:#ffc300; border-radius:50%; width:50px; height:50px; left:-20px; display:inline-block; content:""; position:absolute; z-index:-1}
.btn:hover{color:#113976;}
.btn i {margin-left:20px; font-size:14px; transition:all .3s;}

.btn6{display:inline-block; text-align:center; line-height:46px; font-size:18px; color:#000; margin-left:-20px; transition:all .3s; position: relative;
  z-index: 99;}
.btn6:before {background:#ffc300; border-radius:50%; width:50px; height:50px; left:-20px; display:inline-block; content:""; position:absolute; z-index:-1}
.btn6:hover{color:#113976;}
.btn6 i {margin-left:20px; font-size:14px; transition:all .3s;}


.btn2 { background:#ffc300; width:200px; height:60px; display:inline-block; line-height:60px; color:#fff; text-align:center;}
.btn4 { background:#333; width:200px; height:60px; display:inline-block; line-height:60px; color:#fff; text-align:center;}
.btn4:hover {color:#ffc300}
.btn3 { background:#ffc300; width:160px; height:50px; display:inline-block; line-height:50px; color:#fff; text-align:center;}
/* 面包绡导航 */
.position {background:#fff; height:80px; line-height:78px; box-sizing:border-box; border-bottom:#ebebeb 1px solid; overflow:hidden;}
.position span {float:right;}
.position span i {margin-right:8px; color:#333;}
.position span a {color:#666;}
.position h4 {float:left; border-bottom:#ffc300 2px solid; font-size:18px; color:#ffc300; font-weight:normal; box-sizing:border-box;}
.position ul {width:70%; float:left;}
.position ul li {float:left; font-size:18px; margin-right:40px;}
.position ul li a { color:#666;}
.position ul li a:hover { color:#ffc300;}
.position ul li.sel {float:left; border-bottom:#ffc300 2px solid; font-size:18px;}
.position ul li.sel a { color:#ffc300;}
.position span {display:flex; align-items:center;}
.position b { padding:0px 12px; font-family:宋体; color:#999;}
.position img {width:22px; margin-right:10px;}
/* 搜索 */
.search {float:right; width:342px; margin-top:28px; margin-left:80px; display:flex;}
.search .form-group {float:left; color:#333;}
.search .form-group input {border:#dddddd 1px solid; width:280px; outline:medium; border-radius:40px; color:#333; background:none; padding:12px;}
input::-moz-placeholder {color: #999;  opacity: 1;}
input::placeholder {color: #999; opacity: 1;}




/* ---------- header ---------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
#header:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  /* background: rgba(255,255,255,.15); */
  content: "";
}

.header-logo {
  position: absolute;
  top: 0;
  left: 46.8%;
  height: 100px;
}
.header-logo a {
  display: block;
  padding: 50px 0px 0;
}
.header-logo a img {
  width: 120px;      /* 修改logo宽度 */
  transform: translateY(-50%);
}

/* navigation */
#header-nav-wrap {text-align: center;}
#header-nav-wrap .header-main-nav {height: 100px; font-size: 15px; display: flex; justify-content: space-between;}
#header-nav-wrap .header-main-nav li {display: inline-block;}
#header-nav-wrap .header-main-nav li:nth-child(4){margin-right:150px;}
#header-nav-wrap .header-main-nav li:nth-child(5){margin-left:150px;}
#header-nav-wrap .header-main-nav li a {display: inline-block; font-size:18px; color: #fff; line-height: 100px;}
#header-nav-wrap .header-main-nav li a:hover {color: #ffc300;}
#header-nav-wrap .header-main-nav li.current a {color: #ffc300;}

#header .tel2 {line-height:19px; display:inline-block; position: absolute; right: 20px; top: 40px;}
#header .tel2 i {font-size:24px; margin-right:4px; float:left; color:#ababab;}
#header .tel2 a {color:#ababab}

.black2 li a {display: inline-block; padding: 0 4px; color: #333 !important; line-height: 98px; text-transform:uppercase;}
.black2 li a:hover {color: #ffc300;}
.black2 li.current a {border-bottom: 2px solid #ffc300; color: #ffc300;}

.header-bar {position: absolute; top: 0; right: 0; z-index: 100;}
.header-search {float: left; padding: 30px; height: 40px;}
.header-search .search-btn {display: inline-block; width: 40px; height: 40px;}
.header-tel {float: left; position: relative; padding: 30px 40px 30px 70px; height: 40px; font-size: 24px; color: #fff; line-height: 40px;}
.header-tel .tel-ico {position: absolute;top: 50%; left: 40px; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 100%;}

/* header scroll top */
#header.on {background: #fff; box-shadow: 0 0 12px rgba(0,0,0,.1);}
#header.on:after {background: rgba(0,0,0,.05);}
#header.on .black2 li a {color: #fff !important;}
#header.on #header-nav-wrap .header-main-nav li a {color: #333;}
#header.on #header-nav-wrap .header-main-nav li a:hover {color: #ffc300;}
#header.on #header-nav-wrap .header-main-nav li.current a {color: #ffc300;}
#header.on .header-search .search-btn {filter: brightness(0.6);}
#header.on .header-tel {color: #666;}

#header.on .tel2 i {color:#ababab;}
#header.on .tel2 a {color:#ababab;}


/* menu trigger */
.header-menu-toggle {
  display: none;
  position: fixed;
  top: 12px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {color: #fff;}

.header-menu-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  right: auto;
  bottom: auto;
  margin-top: -1px;
  width: 24px;
  height: 2px;
  background: #ababab;
  font: 0/0 a;
  color: transparent;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {top: -9px;}
.header-menu-toggle span::after {bottom: -9px;}
.header-menu-toggle.is-clicked span {background: rgba(255,255,255,0); transition: all 0.1s ease-in-out;}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background: #ababab;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* ---------- footer ---------- */
.footer {background: url(../images/footbg.jpg) no-repeat center; background-size:cover; height:auto; box-sizing:border-box; clear:both; padding-bottom:0;}
.footer .t {height:45px; display:flex; line-height:45px; overflow:hidden; color:#fff; font-size:36px; margin-bottom:30px;}

.footer p {line-height:42px;}
.footer p span { font-size:20px; margin-right:10px;}
.footer .left {display:block; width:650px; margin-right:100px; margin-bottom:50px; color:#fff;}
.footer .left li a {color:#fff; opacity:0.7; line-height:49px;}
.footer .left li a:hover {opacity:1;}

.footer .right {float:right; width:350px; display:flex; justify-content:space-between;}
.footer .right .t {font-size:24px;}
.footer .right a {color:#fff;line-height:36px; margin-top:45px;}
.footer .right a:hover {color:#ffc300;}
.footer .copyright {width:100%; display:block; padding:28px 0; line-height:30px; color:#fff; border-top:#4d5c6f 1px solid; height:auto; overflow:hidden;}
.footer .copyright a {color:#fff;}
.footer .copyright a:hover {color:#ccc;}


.suds-mod{position:relative;display: inline-block;font-size: 18px;margin-top: 5px; width: 66px; color:#9d9d9d;}
.suds-mod .icon{width: 50px;height: 50px; line-height:48px; font-size:22px; color:#fff; border:#4d5c71 1px solid; border-radius:50%; text-align:center; margin: 0 auto; transition: all 0.32s;-webkit-transition:all 0.32s;}

.suds-mod:hover .icon i{transition: all 0.32s; -webkit-transition:all 0.32s;transform: rotateY(180deg); transition-delay: 0.1s;}
.suds-mod .suds-pop{position:absolute;/*! opacity:0; */padding: 8px;visibility:hidden;border-radius:5px;-webkit-transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,transform;transition-property:opacity,visibility,transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s}
.suds-mod .suds-pop::before,.suds-mod .suds-pop::after{content:'';position:absolute;z-index:-1}
.suds-mod .suds-pop::before{width:12px;height:12px;background-color:#fff;border:1px solid #ddd}
.suds-mod .suds-pop::after{top:0;bottom:0;left:0;right:0;background-color:#fff;border-radius:5px}
.suds-mod .suds-pop.at-t{left:50%;bottom:100%;margin-bottom:10px;-webkit-transform:translate(-50%, 10%);transform:translate(-50%, 10%)}
.suds-mod .suds-pop.at-t::before{left:50%;top:100%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}
.suds-mod .suds-pop.at-b{left:50%;top:100%;margin-top:10px;-webkit-transform:translate(-50%, -10%);transform:translate(-50%, -10%)}
.suds-mod .suds-pop.at-b::before{left:50%;bottom:100%;-webkit-transform:translate(-50%, 50%) rotate(45deg);transform:translate(-50%, 50%) rotate(45deg)}
.suds-mod .suds-pop.at-l{right:100%;top:50%;margin-right:10px;-webkit-transform:translate(10%, -50%);transform:translate(10%, -50%)}
.suds-mod .suds-pop.at-l::before{top:50%;left:100%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}
.suds-mod .suds-pop.at-r{left:100%;top:50%;margin-left:10px;-webkit-transform:translate(-10%, -50%);transform:translate(-10%, -50%)}
.suds-mod .suds-pop.at-r::before{top:50%;right:100%;-webkit-transform:translate(50%, -50%) rotate(45deg);transform:translate(50%, -50%) rotate(45deg)}
.suds-mod .suds-pop > *{position:relative;z-index:1}
.suds-mod.x-show,.suds-mod:hover{z-index:1}
.suds-mod.x-show > .suds-pop,.suds-mod:hover > .suds-pop{opacity:1;visibility:visible}
.suds-mod.x-show > .suds-pop.at-t,.suds-mod:hover > .suds-pop.at-t{-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}
.suds-mod.x-show > .suds-pop.at-b,.suds-mod:hover > .suds-pop.at-b{-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%)}
.suds-mod.x-show > .suds-pop.at-l,.suds-mod:hover > .suds-pop.at-l{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}
.suds-mod.x-show > .suds-pop.at-r,.suds-mod:hover > .suds-pop.at-r{-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}
.suds-mod:hover > .suds-target + .suds-pop{opacity:0;visibility:hidden}
.suds-mod.x-show > .suds-target + .suds-pop{opacity:1;visibility:visible}
.suds-mod .img{width: 137px;}
.suds-mod .img img{width: 100%;}

@media only screen and (max-width: 1199px) {
.container {margin: 0 auto; width: 94%;}
#header .container {margin: 0 auto; width: 100%;}
#header .tel2 {top:22px; right:60px;}
.tit {font-size:24px;}
.btn2 {width:60%}
.btn4 {width:40%}
.position { line-height:54px; height:56px;}
.position span {display:none;}

.position ul {display:flex; width: 100%; justify-content:space-between; display:none;}
.position ul li {margin-right:0; font-size:16px;}
.position ul li.sel { font-size:16px;}
.graybg {background:#fff;}
.footer .t {font-size:24px; margin-bottom:10px; height:40px; opacity:0.9}
.footer p {line-height: 32px; font-size: 14px; opacity:0.7}
.mt30 {margin-top:0px;}
.suds-mod {margin-bottom:20px;}
.footer .copyright {text-align:center; padding:10px 0; font-size:14px; line-height:26px;opacity: 0.8;}
.footer .copyright a {display:none;}
.footer {height:auto; padding-bottom:10px !important;}
.footer .left {margin:0;width: 100%;}
.footer .right {display:none;}
}

/* responsive */
@media only screen and (max-width: 1440px) {
#header-nav-wrap {padding: 0 80px 0 0;}
#header-nav-wrap .header-main-nav li {padding: 0 12px;}
}

@media only screen and (max-width: 1024px) {
#header-nav-wrap {padding: 0 0 0 160px;}
#header-nav-wrap .header-main-nav li {padding: 0 8px;}
.header-tel {display: none;}
}

@media only screen and (max-width: 1199px) {
  #header {height: 64px;}
  .header-logo {height: 64px; position:inherit;}
  .header-logo a {padding: 32px 12px 0;}
  .header-logo a img {width: 84px;}

  #header-nav-wrap {display: none; width:100%; left: 0; right: 0; padding: 10px 0px 10px; background: #121212; box-shadow: 0 0 24px rgba(0,0,0,0.1);}
  #header-nav-wrap .header-main-nav {height: auto; display: block;}
  #header-nav-wrap .header-main-nav li {display: block; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05);}
  #header-nav-wrap .header-main-nav li:nth-child(4) {margin-right: 0;}
  #header-nav-wrap .header-main-nav li:nth-child(5) {margin-left: 0;}
  #header-nav-wrap .header-main-nav li a {display: block; padding: 16px 0; color: #fff; line-height: 20px;}
  #header-nav-wrap .black2 li a {color: #fff !important;}
  #header-nav-wrap .black2 li.current a {color: #ffc300 !important;}
  #header-nav-wrap .header-main-nav li.current a {border-bottom: none;}  
  #header.on #header-nav-wrap .header-main-nav li a {color: #fff;}
  
  .header-bar {position: static; background: #121212;}
  .header-search {float: none; padding: 20px 0; height: auto; border-left: none;}
  .header-menu-toggle {display: block;}
  .link {text-align:center;}
  .suds-mod .suds-pop {padding:2px;}
  .suds-mod .img {width:105px;}
  .padd {font-size:14px; padding:8px !important;}
}
/* ---------- go to top ---------- */
#go-top {display: none; position: fixed; bottom: 30px; right: 30px; z-index: 600;}
#go-top a,
#go-top a:visited {display: block; width: 60px; height: 60px;
  border-radius: 5px;
  background: url(../images/go-top.png) no-repeat center rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top a:hover,
#go-top a:focus {background: url(../images/go-top.png) no-repeat center rgba(0,0,0,1);}


/*整站分页*/
.pagination {display: flex; @include list-unstyled(); @include border-radius();}
.justify-content-center {-ms-flex-pack: center !important; justify-content: center !important;}
.page-num, .page-link {position: relative;display: block;padding: .7rem 1rem;margin-left: -1px;	line-height: 1.25;color: #333;background-color: #fff;border: 1px solid #efefef;}
.page-link:hover {text-decoration: none; color:#ffc300}
.page-num:hover {text-decoration: none; color:#ffc300}
.page-num-current {z-index: 1;color: #fff;background-color: #ffc300;border-color: #ffc300;}
.page-num-current:hover {color: #fff;}

@media only screen and (min-width: 912px) {.sj {display:none;}}
@media only screen and (max-width: 912px) {.pc { display:none;}}
/* responsive */
@media only screen and (max-width: 768px) {
  #go-top {bottom: 0; right: 0;}
  #go-top a,
  #go-top a:visited {width: 48px; height: 48px; border-radius: 5px 0 0 0;}
}
/* responsive */
@media only screen and (max-width: 912px) {
.ptb100 {padding: 30px 0;}
.ptb40 {padding: 20px 0;}
}
.back {display:none;}

@media only screen and (max-width: 1199px) {
.header-menu-toggle {display: block;}
}
	
	