@charset "UTF-8";
body {
  background: #fff;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, \534E\6587\7EC6\9ED1, SimHei, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #969696;
}

/*!
 * @fileOverview base stylesheet
 * @version 0.1.1
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font: 12px/1.5 'PingFang SC',tahoma,arial,'helvetica neue','hiragino sans gb','microsoft yahei',sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: ' ';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, img {
  outline: 0;
  background: none;
  border: none;
}

img {
  border: 0 none;
}

.hidden {
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
}

.hiddenText {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.none {
  display: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.icon {
  background: url("../../img/icon-1.png") no-repeat;
}

/* 居中 */
.pac {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* 行数 */
.lc {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}

/* 两边对齐 */
.taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 字数超出 */
.toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* css hover效果1 */
.mask-bg {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  /* 放大 */
  /* 透明背景 */
  /* 透明 下降 */
  /* 透明 中间 延迟 */
  /* 透明 上升 */
  /* 透明 左边移入 */
  /* 透明 右边移入 */
}

.mask-bg .effect-1 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mask-bg:hover .effect-1 {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.mask-bg .effect-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}

.mask-bg:hover .effect-2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.mask-bg .effect-3 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mask-bg .effect-4 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mask-bg:hover .effect-4 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mask-bg .effect-5 {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mask-bg .effect-6 {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mask-bg .effect-7 {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mask-bg:hover .effect-3, .mask-bg:hover .effect-4, .mask-bg:hover .effect-5, .mask-bg:hover .effect-6, .mask-bg:hover .effect-7 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}

/***** 头部 *****/
.navBar {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 84px;
  line-height: 84px;
  margin: 0 auto;
}

.navBar .logo {
  width: 142px;
  height: 84px;
  float: left;
}

.navBar .logo img {
  width: 85px;
  height: 58px;
  margin: 13px 57px 0 0;
}

.navBar .nav {
  width: 958px;
  height: 100%;
  float: left;
  line-height: 85px;
  position: relative;
  text-align: center;
}

.navBar .nav .nLi {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
  display: inline;
}

.navBar .nav .nLi h3 {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}

.navBar .nav .nLi h3 a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  color: #646464;
  cursor: pointer;
}

.navBar .nav .nLi.on {
  background: #e1e1e1;
}

.navBar .nav .sub {
  width: 100%;
  height: 0px;
  left: 0;
  overflow: hidden;
  top: 84px;
  position: absolute;
  line-height: 26px;
  -webkit-transition: height .4s, -webkit-transform .5s;
  -moz-transition: height .4s, -moz-transform .5s;
  -ms-transition: height .4s, -ms-transform .5s;
  -o-transition: height .4s, -o-transform .5s;
  transition: height .4s, transform .5s;
}

.navBar .nav .sub li {
  height: 40px;
  zoom: 1;
}

.navBar .nav .sub li a {
  font-size: 14px;
  display: block;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.navBar .nav .sub li a:hover {
  background: #ff3f3f;
  color: #fff;
}

.navBar .nav .nLi:hover {
  background: #e1e1e1;
}

.navBar .nav .nLi:hover h3 a {
  color: #000;
}

.navBar .nav .nLi:hover .sub {
  display: block;
}

.navBar .nav .nLi:hover .sub {
  height: 300px;
}

.navBar .nav .on h3 a {
  color: #000;
}

.navBar .navlang {
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #646464;
  overflow: hidden;
}

.navBar .navlang a {
  padding: 0 6px;
}

.navBar .navlang a:hover, .navBar .navlang a.on {
  color: #e60012;
}

/* 头部banner */
.banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.banner .hd {
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  transform: translate(-50%, 0);
}

.banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.banner .hd ul li {
  float: left;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.banner .hd ul li a {
  width: 15px;
  height: 15px;
  margin: 5px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}

.banner .hd ul li.on {
  border: 1px solid #ff0000;
}

.banner .hd ul li.on a {
  background: #ff0000;
}

.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.banner .bd li {
  zoom: 1;
  vertical-align: middle;
}

.banner .bd li a {
  width: 100%;
  height: 450px;
  display: block;
  position: relative;
}

.banner .bd li a img {
  width: 1920px;
  height: 450px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.banner .prev, .banner .next {
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -38px;
  display: block;
  width: 40px;
  height: 76px;
  background: url(../../img/slider-arrow.png) -137px 0px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner .next {
  left: auto;
  right: 15%;
  background-position: 0px 0px;
}

.banner .prev:hover, .banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.banner .prevStop, .banner .nextStop {
  display: none;
}

.banner2 {
  width: 100%;
  height: 302px;
  overflow: hidden;
  background: url("../../img/banner-2.jpg") no-repeat center;
}

.banner2 p {
  /* width: 600px; */
  height: 154px;
  display: block;
  margin: 74px auto;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 28px;
}

.banner2 p em {
  width: 60px;
  height: 2px;
  text-align: center;
  display: block;
  margin: 34px auto 0 auto;
  background: #fff;
}

.banner2 p span {
  font-size: 18px;
  letter-spacing: normal;
}

/***** 底部信息 *****/
.foot {
  width: 100%;
  height: 300px;
  background: #f5f5f5;
}

.foot .foot-list {
  width: 1200px;
  height: 248px;
  margin: 0 auto;
  overflow: hidden;
}

.foot .foot-list ul li {
  width: 20%;
  height: auto;
  margin-top: 30px;
  text-align: center;
  float: left;
}

.foot .foot-list ul li h3 {
  width: 60%;
  height: 60px;
  display: block;
  margin: 0 auto 18px auto;
  font-size: 16px;
  line-height: 60px;
  color: #000;
  border-bottom: 1px solid #969696;
}

.foot .foot-list ul li a {
  width: 100%;
  height: 36px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 36px;
  color: #969696;
}

.foot .foot-p {
  width: 100%;
  height: 50px;
  border-top: 1px solid #969696;
}

.foot .foot-p .foot-t {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}

.foot .foot-p .foot-t .foot-map {
  width: 210px;
  float: left;
  color: #969696;
}

.foot .foot-p .foot-t .foot-map li {
  display: inline-block;
}

.foot .foot-p .foot-t .foot-map li a {
  padding: 0 12px;
  font-size: 14px;
  line-height: 50px;
  color: #969696;
}

.foot .foot-p .foot-t .foot-text {
  width: 990px;
  height: 50px;
  float: right;
}

.foot .foot-p .foot-t .foot-text p {
  font-size: 14px;
  line-height: 50px;
  color: #969696;
  text-align: right;
}

/***** 列表分页 *****/
.mun {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin: 30px 0;
}

.mun li {
  display: inline;
  line-height: 22px;
}

.mun li a {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

.mun .thisclass {
  font-weight: bold;
  color: #C00;
}

/***** 弹出层 *****/
.popupbox {
  width: px2rem(640);
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: px2rem(-320);
  z-index: 2;
}

.popupbox .popupbox_bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.popupbox .popupbox_bg .pop-close {
  position: absolute;
  top: px2rem(-60);
  right: 0;
  width: px2rem(60);
  height: px2rem(60);
  background: url("../../img/icon-1.png") no-repeat;
  background-size: 1200px auto;
  background-position: 0 px2rem(-340);
}

.popupbox .popupbox_bg .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50%;
  margin: px2rem(-178) 0 0 px2rem(-305);
  width: px2rem(610);
  height: px2rem(357);
  background: url("../../img/popupbox_video.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.popupbox .popupbox_bg .video-box .videobox {
  width: px2rem(580);
  height: px2rem(326.2);
  margin: px2rem(15) px2rem(15);
}

.popupbox .popupbox_bg .tip-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: px2rem(-150) 0 0 px2rem(-300);
  width: px2rem(600);
  height: px2rem(300);
  background: url("../../img/popupbox_bg.png") no-repeat;
  background-size: 100% 100%;
}

.popupbox .popupbox_bg .tip-box p {
  width: px2rem(500);
  height: px2rem(260);
  margin: px2rem(20) auto;
  overflow-y: auto;
  font-size: px2rem(24);
  color: #2e5fa0;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  text-align: justify;
  text-justify: inter-ideograph;
}
