/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
/*全局样式*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 清除浮动=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 针对IE7 */
* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
body {
  color: #c98731;
  background: #f5f0e5;
  font: 16px/24px 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #c98731;
}
a:hover {
  color: #691a1b;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
@media (min-width: 1430px) {
  /*min-width 1200 不要写其它内容*/
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
p,
h3,
h4 {
  margin: 0;
}
a:link {
  text-decoration: none;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a,
a * {
  transition: all 0.3s ease-in-out;
}
/*全局样式 start*/
.header {
  width: 100%;
  height: 100px;
  background: #8a1b20;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header .container-fluid {
  padding: 0;
}
.header .logo {
  background: #fff;
  width: 300px;
  height: 100px;
  padding: 16px 44px;
}
.header .logo a,
.header .logo img {
  display: block;
  height: 100%;
}
.header .nav {
  display: block;
  padding: 0 26px;
  width: calc(100% - 301px);
}
.header .nav ul {
  width: calc(100% - 340px);
}
.header .nav ul li {
  width: 17%;
  text-align: center;
  float: left;
  position: relative;
  padding: 22px 0 20px;
margin-left: -5px;
}
.header .nav ul li:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #ad6063;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.header .nav ul li h3 a {
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.header .nav ul li h3 em {
  display: none;
}
.header .nav ul li dl {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  max-width: initial;
  width:202px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 15px 60px -19px #000;
  box-shadow: 0 15px 60px -19px #000;
}
.header .nav ul li dl dd {
  border-bottom: 1px solid #f2f2f2;
}
.header .nav ul li dl dd a {
  font-size: 14px;
  color: #333;
  display: block;
  padding: 12px 15px;
}
.header .nav ul li:first-child:after {
  display: none;
}
.header .form {
  height: 58px;
  margin-top: 22px;
}
.header .form .image {
  padding: 17px 25px;
  height: 58px;
  background: #c98731;
}
.header .form .text {
  width: 182px;
  height: 58px;
  padding: 19px 15px;
  line-height: 20px;
  border-right: #f3f3f3 1px solid;
}
.header .form .text::placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
.header .form .submit {
  width: 76px;
  height: 58px;
  font-size: 14px;
  color: #989898;
  background: #fff;
}
.menu {
  display: none;
}
input {
  outline: none;
}
.slick-track {
  max-width: none;
}
.banner-f {
  margin-top: 100px;
  height: 800px;
  overflow: hidden;
  z-index: 1;
}
.banner {
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: #333;
  position: fixed;
}
.banner a {
  width: 100%;
  height: 800px;
  display: block;
  transition: all linear;
  background-size: cover !important;
}
.banner .slick-prev,
.banner .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 80px;
  height: 100px;
  background: url(/images/prev.png) no-repeat center;
  left: 180px;
  margin-top: -50px;
  border: none;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.banner .slick-next {
  background: url(/images/next.png) no-repeat center;
  left: auto;
  right: 180px;
}
.banner .slick-dots {
  position: absolute;
  bottom: 32px;
  width: 1400px;
  left: 50%;
  margin-left: -700px;
  text-align: right;
}
.banner .slick-dots li {
  width: 18px;
  height: 18px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-left: 25px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots .slick-active {
  background: #88171c;
}
.bg {
  background: #f5f0e5;
  position: relative;
  z-index: 2;
}
.news {
  position: relative;
  background: #88171c;
}
.news .bg-left,
.news .bg-right {
  width: 50%;
  height: 100%;
  background: #f5f0e5 url(../images/yunwen_right.jpg) no-repeat right top;
  position: absolute;
  left: 0;
  top: 0;
}
.news .bg-left:after,
.news .bg-right:after {
  content: '';
  height: 44px;
  width: 100%;
  background: url(/images/yunwen.png) repeat-x right top;
  position: absolute;
  top: -44px;
  left: 0;
}
.news .bg-left:before,
.news .bg-right:before {
  content: '';
  height: 102px;
  width: 100%;
  background: url(/images/zangwen.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .bg-right {
  left: auto;
  right: 0;
  background: #f5f0e5 url(../images/yunwen_left.jpg) no-repeat left top;
}
.news .bg-right:after {
  height: 50px;
  top: 0;
  background: #88171c url(../images/yunwen-r.png) repeat-x left bottom;
}
.news .news-box {
  width: 50%;
  height: 655px;
  padding-bottom: 122px;
  padding-top: 50px;
  padding-right: 62px;
}
.news .news-pic {
  width: 50%;
  margin-top: 130px;
}
.news .news-pic a {
  display: block;
  height: 424px;
  background-size: cover !important;
}
.news2 {
  padding-top: 50px;
}
.news2 .news-box {
  padding-right: 0;
  padding-left: 62px;
}
.title {
  height: 60px;
  line-height: 60px;
}
.title h3 {
  font-size: 36px;
  line-height: 60px;
  color: #c98731;
  display: inline-block;
  padding: 0 42px;
  position: relative;
}
.title h3:after,
.title h3:before {
  content: '';
  width: 23px;
  height: 32px;
  background: url(/images/title-left.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
}
.title h3:before {
  background: url(/images/title-right.png) no-repeat center;
  left: auto;
  right: 0;
}
.title a {
  float: right;
  font-size: 16px;
  color: #88171c;
  padding-right: 70px;
  background: url(/images/more-r.png) no-repeat right center;
}
.list-box ul {
  margin-top: 45px;
}
.list-box ul li {
  height: 48px;
  line-height: 48px;
}
.list-box ul li span {
  float: left;
  font-size: 14px;
  color: #d7a58c;
}
.list-box ul li a {
  display: block;
  margin-left: 72px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab .title {
  height: 76px;
  text-align: center;
}
.tab .title h3 {
  padding: 0;
  margin: 0 100px;
  cursor: pointer;
}
.tab .title h3:after,
.tab .title h3:before {
  background: url(/images/title-left-r.png) no-repeat center;
  display: none;
  left: -40px;
}
.tab .title h3:before {
  background: url(/images/title-right-r.png) no-repeat center;
  left: auto;
  right: -40px;
}
.tab .title h3.on {
  height: 76px;
  padding-bottom: 16px;
  background: url(/images/bb.png) repeat-x bottom center;
  color: #8a1b20;
}
.tab .title h3.on:after,
.tab .title h3.on:before {
  display: block;
  margin-top: -20px;
}
.news-tab {
  padding-top: 95px;
  padding-bottom: 55px;
}
.news-tab .item {
  margin-top: 40px;
}
.news-tab .item ul {
  background: #fff;
  padding: 40px;
  clear: both;
  overflow: hidden;
}
.news-tab .item ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.news-tab .item .more {
  display: block;
  margin: 15px auto 0;
  width: 102px;
  font-size: 16px;
  color: #88171c;
  padding-right: 70px;
  background: url(/images/more-r.png) no-repeat right center;
}
.video-box {
  background: url(/images/video-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 128px;
}
.video-box .title {
  text-align: center;
}
.video-box .clearfix {
  background: #710c10;
  padding: 66px 90px 30px;
  position: relative;
  margin-top: 20px;
}
.video-box .more {
  display: block;
  margin: 25px auto 0;
  width: 140px;
  font-size: 16px;
  color: #e5ae1a;
  padding-right: 70px;
  background: url(/images/more-y.png) no-repeat right center;
}
.video-box .video-main {
  width: 100%;
  padding-right: 280px;
}
.video-box .video-main a {
  width: 100%;
  height: 630px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.video-box .video-main a em {
  width: 105px;
  height: 105px;
  background: url(/images/video.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -52.5px;
  margin-top: -52.5px;
}
.video-box .video-main a:after {
  content: '';
  width: 100%;
  height: 85px;
  background: url(/images/mask.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.video-box .video-main a p {
  position: absolute;
  width: 94%;
  left: 3%;
  bottom: 20px;
  line-height: 30px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-box .video-main a p span {
  font-size: 14px;
  color: #fec448;
}
.video-box .dot {
  width: 252px;
  height: 630px;
  position: absolute;
  right: 90px;
  top: 66px;
}
.video-box .dot .slick-list {
  height: 100% !important;
}
.video-box .dot .slick-slide {
  border: #86271c 1px solid;
  margin-bottom: 30px;
}
.video-box .dot img {
  width: 100%;
  height: 136px;
  display: block;
}
.video-box .dot .slick-prev,
.video-box .dot .slick-next {
  position: absolute;
  top: -20px;
  width: 34px;
  height: 34px;
  z-index: 1;
  left: 50%;
  margin-left: -17px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  background: url(/images/top.png) no-repeat bottom center;
  transition: all 0.3s;
}
.video-box .dot .slick-next {
  top: auto;
  bottom: -20px;
  background: url(/images/down.png) no-repeat bottom center;
}
.waterfall-box {
  padding: 40px 0 52px;
  background: url(/images/pubu-bg.jpg) repeat top center;
}
.waterfall {
  width: 100% !important;
  margin-top: 40px;
}
.waterfall ul {
  width: 100%;
}
.waterfall ul li {
  width: 328px;
  margin-bottom: 20px;
  background: #fff;
}
.waterfall ul li .pic {
  overflow: hidden;
}
.waterfall ul li a,
.waterfall ul li img {
  width: 100%;
  display: block;
}
.waterfall ul li .text {
  padding: 25px 30px 20px;
  color: #333333;
}
.waterfall ul li .text .date {
  font-size: 14px;
  color: #4783b9;
  font-style: italic;
}
.waterfall ul li .site {
  padding: 10px 30px;
  border-top: 1px solid #efefef;
  font-size: 14px;
  color: #828282;
}



.waterfall1 {
  width: 100% !important;
  margin-top: 40px;
}
.waterfall1 ul {
  width: 100%;
}
.waterfall1 ul li {
  width: 318px;
  margin-bottom: 20px;
  background: #fff;
}
.waterfall1 ul li .pic {
  overflow: hidden;
}
.waterfall1 ul li a,
.waterfall1 ul li img {
  width: 100%;
  display: block;
}
.waterfall1 ul li .text {
  padding: 25px 30px 20px;
  color: #333333;
}
.waterfall1 ul li .text .date {
  font-size: 14px;
  color: #4783b9;
  font-style: italic;
}
.waterfall1 ul li .site {
  padding: 10px 30px;
  border-top: 1px solid #efefef;
  font-size: 14px;
  color: #828282;
}






.footer {
  background: #8a1b20;
  padding: 55px 0 60px;
  font-size: 14px;
  color: #f7f3e9;
}
.footer .f-logo {
  width: 42.8%;
  padding: 0 36px;
}
.footer dl {
  width: 28.6%;
  height: 180px;
  padding: 20px 36px 0;
  border-left: #646464 1px solid;
}
.footer dl dt {
  font-size: 16px;
  font-weight: normal;
}
.footer dl dd {
  clear: both;
  overflow: hidden;
  margin: 10px 0;
}
.footer dl dd h5 {
  margin: auto;
  display: inline;
}
.footer dl dd a {
  color: #fff;
}
.footer dl dd.tel,
.footer dl dd.address {
  padding-left: 45px;
  position: relative;
}
.footer dl dd.tel h5,
.footer dl dd.address h5 {
  position: absolute;
  left: 0;
  top: 0;
}





.nybanner{ text-align:center; margin:0 auto; }
.nybanner img{ width:100%;}

/********内页********/


.ny{ width:1400px; margin:15px auto 30px auto;}



.ny_left{ float:left; width:21%; min-height:500px; background:#fff;}

.ny_right{ float:right; min-height:500px; background:#fff; width:77%;}
.ny_right1{ width:auto; margin:0 auto; padding:20px 30px; background:#fff;}
.ny_right_con{ line-height:34px !important; padding:20px 25px; min-height:500px;}




.ny_right_top{ border-bottom:2px solid #8a1b20; padding:0 2%;}

.nytit{ line-height:30px; padding:15px 0; float:right; font-size:14px;}
.nytit a{ padding-right:7px;}

.nytit1{ height:60px; line-height:60px; overflow:hidden; float:left; color:#8a1b20; font-size:22px; font-weight:bold;}



/*次级页面二级菜单*/
.ny_left_top{ height:85px; width:100%; color:#FFF; background:#8a1b20; font-size:22px; font-weight:bold; text-align:center; line-height:85px;}

.sidenav{ overflow:hidden; display:block; width:90%; margin:0 auto;}
.accordion { width:100%; }
.accordion .nav-link {display: block;  padding-left:25px; height:53px; line-height:53px; font-size:15px; color:#fff; outline:none; -webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease; font-size:16px; }
.accordion .nav-link a{ display: block;}
.accordion .nav-link:hover{  color: #8a1b20 !important;}
.accordion .nav-link:hover a{  color: #8a1b20 !important; }
.accordion .nav-link.hover{  color: #8a1b20 !important; }
.accordion .nav-link.hover a{  color: #8a1b20 !important; }

.nav-link1{ width:40px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; font-size:16px; border-bottom:1px solid #dfdfdf; overflow:hidden;  }
.accordion li:last-child .nav-link { font-size:16px; }
.accordion li i { display:block; width:20px; height:30px; background:url(/images/xia.png) center no-repeat; position: absolute;top:12px;right: 12px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li.open .nav-link { color: #8a1b20 !important;}
.accordion li.open .nav-link a{color: #8a1b20 !important;}
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.sidemenu {display: none; font-size:14px !important; border-top:none; padding:5px 0;}
.sidemenu li { font-size:14px !important;border-bottom:none;}
.sidemenu a { display: block;font-size:14px !important;text-decoration: none; padding:8px 8px; padding-left:40px; -webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.on{color:#8a1b20; background:#f9f9f9; border-left:3px solid #8a1b20; padding-left:40px !important; } 
.sidemenu a:hover {color:#8a1b20; background:#f9f9f9; border-left:3px solid #8a1b20; }


.dpzw{}
.dpzw p{ text-indent:2em; font-size:16px; margin-bottom:20px; text-align:justify; text-justify:inter-ideograph;}
.dpzw img{text-align: center; max-width:70%; /*width:70%;*/ margin:10px auto; display: block;} 


/*信息列表开始*/


.Newslist {}
.Newslist ul li { height:55px; line-height:55px; border-bottom:1px dashed #dcdcdc; font-size:16px;overflow:hidden; width:100%; text-overflow: ellipsis; white-space: nowrap;}
.Newslist ul li span{float: right; padding-left:10px; color: #999999;}





.sjdh{ display:block; margin-bottom:10px;}
.sjdh ul li{ width:18%; height:35px; line-height:35px; display:block; float:left; text-align:center; margin:1%; background:#fff;}
.sjdh ul li a{ display:block;}
.sjdh ul li a.hover{ background:#8a1b20; color:#fff;}
.sjdh ul li a:hover{ background:#8a1b20; color:#fff;}

.fytpc{ margin-top:20px;}



.m-list3 {
	
}
.m-list3 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list3  .pic3 {
	float: left;
	overflow: hidden;
	width: 180px;
	height: 120px;
	position:relative;
}
.m-list3  .pic3 img {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 120px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;
}
.m-list3  .pic3:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.m-list3 .txt44 {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit44 {
	font-size: 16px; font-weight:bold;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list3 .txt44 p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list3 .info {
	padding: 5px 0;

	line-height: 25px;
}
.m-list3 .info .time1 {
	font-size: 12px;
	color: #999;
}



/*图片列表开始*/
.pic{ width:100%;}
.pic ul li { float:left; width:31%; margin-left:1.8%; display:block; height:auto; overflow:hidden;  margin-top:30px; border:1px solid #eee;}
.pic ul li .img3{width: 100%; min-width:100%; display: block; height: 0; padding-bottom:64%; overflow: hidden;}
.pic ul li .img3 img{ width:100%;}
.pic ul li span{ padding:0 4%; display:block;}
.pic ul li h2{ font-size:16px; line-height:50px; height:50px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pic ul li p{line-height:25px; color:#777; height:50px; overflow:hidden; display: -webkit-box; font-size:16px;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}

.pic ul li a{ display:block; margin-top:30px; color:#777; font-size:16px; margin-bottom:20px;}
.pic ul li a:hover { COLOR:#09afde;}




/*详细页*/
.content{ width:100%; margin:10px auto;}
.content-title{ width:100%; border-bottom:1px dotted #bbb; padding-bottom:10px;}
.content-title h3{ font-size:24px; font-weight:bold; line-height:38px; width:100%; text-align:center; color:#222;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; display:block; line-height:28px; padding:5px 0; font-style:normal; font-size:16px; color:#666;}
.content-con{ padding-top:10px; text-indent:2em; font-size:16px; line-height:34px !important; width:90%; margin:0 auto;}
.content-con p{ text-indent:2em; font-size:16px; text-align:justify; text-justify:inter-ideograph; color:#666;}
.content-con img{    text-align: center;
    max-width: 90% !important;
    margin: 10px auto;
    height: auto;
    display: block;}
.content-con .bj{ text-align:right;}

.content-con video{ max-width:100% !important;}

.sxt{padding:15px 0; margin-top:15px; border-top:1px dotted #bbb;}
.sxt p{display:block; width:100%; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}

.content-con video{ max-width:100% !important;}



.ssjg {}
.ssjg ul li {height:50px; line-height:50px; border-bottom:1px dashed #dcdcdc; font-size:15px; overflow:hidden; width:100%; text-overflow: ellipsis; white-space: nowrap;}
.ssjg ul li i{float: right; padding-left:10px; padding-right:5px; color: #999999;}







/****师资队伍****/

.lyys ul li { float:left; width:13.5%; padding:2%; margin:15px 1%; display:block; height:auto; overflow:hidden; cursor:pointer; background:url(/images/szbg.jpg) top center no-repeat #fff; border:1px solid #eee; box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;}
.lyys ul li .img4{width: 100%; min-width:100%; display: block; height: 0; padding-bottom:133%; overflow: hidden;}
.lyys ul li .img4 img{ width:100%;}
.lyys ul li span{ display:block; text-align:center;}
.lyys ul li h2{ font-size:16px; padding-top:15px; color:#004d8d; height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}












/*全局样式 end*/
@media (min-width: 1025px) {
  /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
  .header .nav li:hover h3 a {
    opacity: 0.8;
  }
  .header .nav li:hover dl {
    top: 100px;
    opacity: 1;
    visibility: visible;
  }
  .header .nav li:hover dl a:hover {
    color: #8a1b20;
  }
  .banner:hover .slick-prev {
    left: 214px;
    opacity: 1;
  }
  .banner:hover .slick-next {
    right: 214px;
    opacity: 1;
  }
  .banner .slick-prev:hover,
  .banner .slick-next:hover {
    opacity: 0.8;
  }
  .waterfall ul li:hover img {
    transform: scale(1.05);
  }
  .waterfall ul li:hover .text p {
    color: #8a1b20;
  }
  
  .waterfall1 ul li:hover img {
    transform: scale(1.05);
  }
  .waterfall1 ul li:hover .text p {
    color: #8a1b20;
  }
  
  
  .video-box .video-main a:hover p {
    color: #e5ae1a;
  }
  .video-box .dot .slick-prev:hover,
  .video-box .dot .slick-next:hover {
    background-position: top center;
  }
  .footer dl dd a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1700px) {
  .header .nav ul li {
    width: auto;
  }
  .header .nav ul li h3 a {
    padding: 0 10px;
    font-size: 15px;
  }
  .banner:hover .slick-prev {
    left: 15px;
  }
  .banner:hover .slick-next {
    right: 15px;
  }
}

@media (max-width: 1439px) {
  .header .nav ul li h3 a {
    padding: 0 5px;
  }
  .header .logo {
    padding: 16px 24px;
    width: 260px;
  }
  .header .nav {
    width: calc(100% - 265px);
  }
  .header .form .text {
    width: 160px;
  }
  .header .nav ul {
    width: calc(100% - 315px);
  }
  .title h3 {
    font-size: 26px;
  }
  .tab .title h3 {
    margin: 0 60px;
  }
  .waterfall ul li {
    width: calc(25% - 22px);
  }
  
  .waterfall1 ul li {
    width: calc(25% - 22px);
  }
  
  .banner .slick-dots {
    width: 100%;
    padding: 0 20px;
    margin-left: 0;
    left: 0;
    text-align: center;
    bottom: 40px;
  }
.ny{ width:auto; padding:0 2%;}
  
  
}
@media (max-width: 1325px) {
.header .nav ul li h3 a{font-size:13px;}
}
@media (max-width: 1278px) {
  .header .nav ul li h3 a {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 80px;
  }
  .header .logo {
    width: auto;
    height: 80px;
    padding: 10px 15px;
  }
  .header .form {
    margin-top: 0;
    float: left;
    width: 100%;
    height: 38px;
  }
  .header .form .text {
    height: 38px;
    padding: 9px 15px;
    width: calc(100% - 45px);
  }
  .header .form .image {
    float: right;
    padding: 10px;
    height: 38px;
  }
  .header .form .submit {
    display: none;
  }
  .banner-f {
    margin-top: 80px;
    height: 500px;
  }
  .banner-f .banner {
    height: 500px;
  }
  .banner-f .banner a {
    height: 500px;
  }
  .menu {
    display: block;
    width: 38px;
    margin-top: 30px;
    margin-right: 15px;
    transition: all 0.3s ease;
  }
  .menu span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 100px;
  }
  .menu span + span {
    margin-top: 6px;
  }
  .menu.on {
    margin-top: 35px;
  }
  .menu.on span {
    transform: rotate(45deg);
  }
  .menu.on span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .menu.on span:nth-child(3) {
    display: none;
  }
  .header .nav {
    position: absolute;
    width: 350px;
    top: 80px;
    right: 0px;
    padding: 20px 15px 50px;
    background: #8a1b20;
    display: none;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10;
    height: calc(100vh - 80px);
    overflow-y: scroll !important;
  }
  .header .nav ul {
    width: 100%;
    margin-top: 25px;
  }
  .header .nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0 5%;
    width: 100%;
  }
  .header .nav ul li:after {
    display: none;
  }
  .header .nav ul li h3 a {
    height: auto;
    line-height: 1.5;
    padding: 14px 0 14px 0px;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    text-align: left;
  }
  .header .nav ul li h3 em {
    display: block;
    width: 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.6rem;
    margin-right: 10px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
  }
  .header .nav ul li h3 .down {
    transform: rotate(-45deg);
  }
  .header .nav ul li dl {
    padding-bottom: 15px;
    display: none;
    visibility: initial;
    transition: none;
    position: relative;
    top: auto;
    width: 100%;
    opacity: 1;
    background: none;
    box-shadow: none;
  }
  .header .nav ul li dl dd {
    width: 100%;
    border-bottom: 1px solid #94474beb;
  }
  .header .nav ul li dl dd a {
    padding: 10px 0;
    font-size: 1.4rem;
    color: #fff;
    display: block;
  }
  .header .nav ul li.on {
    background: rgba(0, 0, 0, 0.1);
  }
  .video-box .dot {
    display: none;
  }
  .video-box .video-main {
    padding-right: 0;
  }
  .waterfall ul li {
    width: calc(33.3% - 20px);
  }
  
    .waterfall1 ul li {
    width: calc(33.3% - 20px);
  }
  .footer {
    font-size: 12px;
  }
  
  .ny_left{ display:none;}
   .ny_right{ float:none; width:100%;}
  
  
  
}
@media (max-width: 991px) {
  /*修改758以下、小屏平板*/
  .waterfall ul li {
    width: 345px;
  }
  
.waterfall1 ul li {
    width: 340px;
  }
  .news {
    padding-bottom: 122px;
  }
  .news .news-box {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .news .news-pic {
    width: 100%;
    margin-top: 30px;
  }
  .news .bg-left,
  .news .bg-right {
    width: 100%;
  }
  .news .bg-left:after,
  .news .bg-right:after {
    background-position: bottom;
    background-size: auto 80%;
  }
  .list-box ul {
    margin-top: 15px;
  }
  .news-tab .item ul li {
    width: 100%;
  }
  .news-tab {
    padding: 45px 0 40px;
  }
  .video-box .clearfix {
    padding: 30px;
  }
  .video-box .video-main a {
    height: 400px;
  }
  .tab .title h3 {
    margin: 0 40px;
  }
  .footer .f-logo {
    width: 100%;
    text-align: center;
  }
  .footer dl {
    width: 50%;
  }
  .footer dl.fl {
    border-left: none !important;
  }
}
@media (max-width: 750px) {
  .waterfall ul li {
    width: calc(50vw - 30px);
  }
  
    .waterfall1 ul li {
    width: calc(50vw - 30px);
  }
  
  .nytit1{ display:none;}
}
@media (max-width: 480px) {
  /*修改425以下、普通的安卓手机屏*/
  .waterfall ul li {
    width: calc(100vw - 30px);
  }
    .waterfall1 ul li {
    width: calc(100vw - 30px);
  }
  
  .banner-f {
    margin-top: 80px;
    height: 260px;
  }
  .banner-f .banner {
    height: 260px;
  }
  .banner-f .banner a {
    height: 260px;
  }
  .header .nav {
    width: 100%;
  }
  .title h3 {
    font-size: 18px;
    padding: 0 20px;
  }
  .title h3:after,
  .title h3:before,
  .tab .title h3:after,
  .tab .title h3:before {
    width: 14px;
    background-size: contain;
  }
  .tab .title {
    height: auto;
  }
  .tab .title h3:before {
    right: -24px;
  }
  .tab .title h3:after {
    left: -24px;
  }
  .tab .title h3,
  .tab .title h3.on {
    margin: 0 15px;
    height: 50px;
    line-height: 42px;
  }
  .news .news-pic a {
    height: 220px;
  }
  .news-tab .item ul {
    padding: 10px;
  }
  .video-box .video-main a {
    height: 220px;
  }
  .video-box .video-main a em {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-size: contain;
  }
  .footer dl {
    width: 100%;
    height: auto;
    border-left: none;
    text-align: center;
  }
  .footer dl .address h5 {
    position: relative !important;
  }
  .footer dl .tel {
    display: inline-block;
    text-align: left;
  }
  .banner .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .news {
    padding-bottom: 60px;
  }
  .news .news-box {
    padding-top: 30px;
  }
  .news .bg-left:before,
  .news .bg-right:before {
    height: 40px;
    background-repeat: repeat-x;
    background-size: auto 40px;
  }
  .news-tab .item .more {
    width: 110px;
  }
  .video-box .more {
    width: 150px;
  }
  body {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  /*修改425以下、iPhone5，4，等小屏手机*/
}