/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.container {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #343b40;
  background: #f5f2f2;
  font: 16px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1230px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #343b40;
}
input {
  outline: none;
}
a:hover {
  color: #c30d18;
}
input,
textarea {
  outline: none;
}
/*按钮专用 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;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.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: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.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: 40px;
}
.ml45 {
  margin-left: 45px;
}
.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;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
.header {
  height: 120px;
  background: #fff url("https://www.keyturningdates.com/images/head-bg.jpg") no-repeat center;
  background-size: cover;
}
.header .container {
  padding-top: 20px;
}
.header .container .logo a {
  display: inline-block;
  vertical-align: middle;
}
.header .container .logo a h1 {
  margin-left: 18px;
  font-size: 26px;
  color: #000000;
  height: 41px;
  line-height: 41px;
  padding-left: 16px;
  border-left: 1px solid #000;
  font-weight: normal;
}
.header .container .search-box a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #c30d18;
  margin: 0 12px;
}
.header .container .search-box form {
  display: inline-block;
  vertical-align: middle;
  height: 37px;
  width: 206px;
  border: #828282 1px solid;
  border-radius: 3px;
  position: relative;
}
.header .container .search-box form:before {
  content: '';
  width: 1px;
  height: 25px;
  background: #828282;
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -12.5px;
}
.header .container .search-box form .text {
  font-size: 14px;
  width: 138px;
  padding: 9.5px 15px;
}
.nav {
  height: 60px;
  background: url("https://www.keyturningdates.com/images/nav-bg.jpg") no-repeat center;
  background-size: cover;
}
.nav ul li {
  float: left;
  width: 10%;
  text-align: center;
  position: relative;
}
.nav ul li:after {
  content: '';
  height: 26px;
  border-left: 1px solid #b75e64;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.nav ul li h3 a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.nav ul li dl {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #b0101a;
  z-index: 10;
  display: none;
}
.nav ul li dl dd a {
  color: #fff;
  padding: 8px 2px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
}
.nav ul li dl dd:hover {
  background: #343b40;
  background: rgba(0, 0, 0, 0.4);
}
.nav ul li:first-child:after {
  display: none;
}
.banner {
  height: 480px;
  overflow: hidden;
}
.banner .left-bg {
  position: absolute;
  width: 50%;
  left: 0;
  height: 480px;

  z-index: 9;
}
.banner .bd ul li a {
  display: block;
  height: 480px;
  background-position: center !important;
  background-size: cover !important;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
  margin: 0 6px;
}
.banner .hd li.on {
  background: #d3333d;
}
.bg {
  background: url("https://www.keyturningdates.com/images/main-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 30px 0 25px;
}
.previous-box {
  height: 486px;
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}
.previous-box:after {
  content: '';
  height: 28px;
  width: 100%;
  background: url("https://www.keyturningdates.com/images/bb.png") no-repeat center;
  position: absolute;
  bottom: -28px;
  left: 0;
}
.previous-box .item-com {
  margin-right: 70px;
  height: 486px;
  overflow: hidden;
}
.previous-box .item-com .w930 {
  width: 930px;
}
.previous-box .item-com .item {
  width: 40px;
  float: left;
  transition: all 0.6s cubic-bezier(0.4, 0, 1, 1);
}
.previous-box .item-com .item .tit {
  width: 54px;
  height: 462px;
  padding: 12px 7px;
  background: url("https://www.keyturningdates.com/images/tit-bg.jpg") no-repeat center top;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.14) 0 2px 18px 0;
  float: left;
  position: relative;
  z-index: 1;
}
.previous-box .item-com .item .tit strong {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  background: url("https://www.keyturningdates.com/images/jb.png") repeat-x;
  color: #9a0000;
  font-weight: normal;
  font-family: 'CTBiaoSongSJ';
}
.previous-box .item-com .item .tit h5 {
  margin: 22px auto 0;
  width: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #9a0000;
  font-weight: normal;
}
.previous-box .item-com .item .tit h5 i {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #9a0000;
  margin: 8px auto;
  display: block;
}
.previous-box .item-com .item .section {
  width: 746px;
  height: 350px;
  background: #fff;
  float: right;
  padding: 68px 58px;
  position: relative;
}
.previous-box .item-com .item .section .info {
  width: 150px;
  float: left;
}
.previous-box .item-com .item .section .info .pic {
  height: 209px;
  margin-bottom: 14px;
}
.previous-box .item-com .item .section .info .pic a,
.previous-box .item-com .item .section .info .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.previous-box .item-com .item .section .info p {
  font-size: 14px;
  color: #343b40;
  line-height: 24px;
}
.previous-box .item-com .item .section .info a.more {
  margin-top: 22px;
  display: block;
  border: #b0101a 1px solid;
  height: 30px;
  line-height: 30px;
  color: #b0101a;
  text-align: center;
  font-size: 12px;
}
.previous-box .item-com .item .section .info a:hover {
  background: #b0101a;
  color: #fff;
}
.previous-box .item-com .item .section ul {
  width: 500px;
  float: right;
}
.previous-box .item-com .item .section ul li {
  height: 36px;
  line-height: 36px;
}
.previous-box .item-com .item .section ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.previous-box .item-com .item .section ul li a:after {
  content: '';
  width: 3px;
  height: 3px;
  background: #9a0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.previous-box .item-com .now {
  width: 930px;
}
.previous-box .item-com .now .tit {
  background: url("https://www.keyturningdates.com/images/tit-active-bg.jpg") no-repeat center top;
}
.previous-box .item-com .now .tit strong {
  background: none;
  color: #d6b577;
  background: linear-gradient(to bottom, #e8dabf, #d5b373);
  -webkit-background-clip: text;
  color: transparent;
}
.previous-box .item-com .now .tit h5 {
  color: #ffffff;
}
.previous-box .item-com .now .tit h5 i {
  background: #ebd9b9;
}
.previous-box .item-com .now .tit h5 font {
  color: #ebd9b9;
}
.previous-box .item-more {
  width: 70px;
  height: 486px;
  position: absolute;
  right: 0;
  top: 0;
  display: table;
  background: url("https://www.keyturningdates.com/images/tit-right.jpg") no-repeat center;
  box-shadow: rgba(0, 0, 0, 0.14) 0 2px 18px 0;
}
.previous-box .item-more a {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #9a0000;
  writing-mode: tb;
}
.previous-box .item-more a span {
  width: 18px;
  display: block;
  margin: 0 auto;
  line-height: 1.1;
  padding-bottom: 42px;
  background: url("https://www.keyturningdates.com/images/wq.png") no-repeat center bottom;
}
.title {
  height: 54px;
  line-height: 54px;
}
.title h3 {
  font-size: 26px;
  color: #b0101a;
  float: left;
  font-weight: normal;
}
.title a.more {
  float: right;
  font-size: 14px;
  color: #3f3f3f;
  margin-top: 18px;
  height: 35px;
  line-height: 35px;
  padding-right: 20px;
  background: url("https://www.keyturningdates.com/images/more.png") no-repeat right center;
}
.title a.more:hover {
  color: #c30d18;
}
.now-box {
  margin-bottom: 22px;
}
.now-box ul li {
  width: 25%;
  height: 70px;
  float: left;
  background: #fff url("https://www.keyturningdates.com/images/zx-bg.png") no-repeat left -30px;
  border-bottom: 5px solid #c4c2c2;
}
.now-box ul li a {
  display: block;
  padding-left: 30px;
  height: 70px;
  line-height: 70px;
}
.now-box ul li a em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.now-box ul li a span {
  display: inline-block;
  line-height: 70px;
  font-size: 18px;
  color: #343b40;
  transition: all 0.3s ease-in-out;
}
.now-box ul li:hover em,
.now-box ul li:hover span {
  transform: translateY(-5px);
}
.s-banner a,
.s-banner img {
  width: 100%;
  display: block;
}
.inform-box {
  margin-top: 22px;
}
.inform-box ul {
  margin-left: -12px;
  margin-right: -12px;
}
.inform-box ul li {
  width: 33.3%;
  height: 76px;
  float: left;
  margin-bottom: 20px;
}
.inform-box ul li a {
  margin: 0 12px;
  height: 76px;
  display: block;
  background: #fff;
  border-bottom: 5px solid #c4c2c2;
  padding: 0 20px 0 118px;
  line-height: 76px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.inform-box ul li a span {
  position: absolute;
  font-size: 14px;
  color: #b0101a;
  left: 28px;
}
.inform-box ul li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inform-box ul li:hover a {
  transform: translateY(-3px);
}
.links {
  background: #b11122;
  padding: 14px 0 18px;
}
.links .tit {
  width: 158px;
  height: 30px;
  line-height: 30px;
  border-right: #d0999c 1px solid;
  text-align: center;
  background: url("https://www.keyturningdates.com/images/link.png") no-repeat 12px center;
}
.links .tit h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.links ul {
  margin-left: 160px;
  margin-right: 65px;
}
.links ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}
.links ul li a {
  color: #d0999c;
  font-size: 12px;
  display: block;
}
.links ul li:hover a {
  color: #fff;
}
.links a.more {
  font-size: 12px;
  line-height: 30px;
  color: #d0999c;
  position: absolute;
  right: 8px;
  top: 0;
}
.links .more:hover {
  color: #fff;
}
.footer {
  background: url("https://www.keyturningdates.com/images/foot-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 20px 0;
  color: #fff;
}
.footer .info {
  width: 40%;
  padding-top: 50px;
}
.footer .info p {
  margin-top: 10px;
  font-size: 14px;
}
.footer .f-logo {
  width: 20%;
  text-align: center;
}
.footer .f-logo a img {
  width: 136px;
  display: block;
  margin: 0 auto;
}
.footer .f-logo a p {
  margin-top: 6px;
  font-size: 18px;
  color: #fff;
}
.footer .code {
  text-align: center;
  padding-top: 30px;
}
.footer .code img {
  width: 96px;
  display: block;
  margin: 0 auto 5px;
}
.footer .code p {
  font-size: 12px;
}
a {
  transition: all 0.3s ease-in-out;
}
/*全局样式 end*/
/*内页样式*/
.nybanner{ width:100%;}
.nybanner img{ width:100%;}

/*内页样式*/
/*  -----------------二级页面开始---------------------- */
.nybanner{ width:100%;}
.nybanner img{ width:100%;}

/*内页样式*/
.ny{width:1200px; margin:20px auto 0 auto; padding-bottom:30px;}
.ny_left{ float:left; width:250px;}
.ny_left_top{ height:70px; width:250px; border-bottom:1px solid #ddd; padding-top:5px; background:#b11122; font-size:18px; text-align:center; line-height:65px; color:#fff; font-weight:bold;}
.ny_right{ float:right; width:920px; min-height:600px; }
.ny_right_con{ line-height:34px !important; padding-top:15px; font-size:15px;}

.ny_right1{width:1100px; margin:0 auto;}

.nycolumn1{ height: 45px; line-height:35px; border-bottom:2px solid #b11122; margin: 0px auto;}
.nycolumn1_l{ color: #b11122; font-size:24px; float: left;}
.nycolumn1_r{ padding-right: 10px; font-size:14px; color: #888888; line-height:30px; float: right;}
.nycolumn1_r a{color: #888888;}
.nycolumn1_r a.hover{color: #b11122;}



/*次级页面二级菜单*/

.sidenav{ overflow:hidden; display:block; width:250px; }
.accordion { width:100%; }
.accordion .nav-link {display: block;  padding-left:25px; height:53px; line-height:53px; font-size:16px; outline:none; border-left:3px solid #f7f8fa;  }
.accordion .nav-link a{ display: block; }
.accordion .nav-link:hover{  color: #b11122 !important; font-weight:bold; border-left:3px solid #b11122; background:#f3f3f3; font-size:16px; }
.accordion .nav-link:hover a{  color: #b11122 !important;  font-weight:bold; font-size:16px; }
.accordion .nav-link.hover{  color: #b11122 !important;  font-weight:bold; border-left:3px solid #b11122;  background:#f3f3f3; font-size:16px; }
.accordion .nav-link.hover a{  color: #b11122 !important;  font-weight:bold; font-size:16px; }
.currentnav{ background:#f7f8fa !important; color: #fff !important; }

.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; font-size:16px; border-bottom:2px solid #fff; background:#f7f8fa;overflow:hidden;  }
.accordion li:last-child .nav-link { font-size:16px; }
.accordion li i { display:block; width:30px; height:30px; background:url("https://www.keyturningdates.com/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: #b11122 !important; border-left:3px solid #b11122;  background:#f3f3f3; font-size:16px;  }
.accordion li.open .nav-link a{color: #b11122 !important; font-size:16px; }
.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; background:#f6f6f6; border-top:none; padding:10px 0;}
.sidemenu li { background:#f6f6f6; 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:#b11122; background:#fff; padding-left:40px !important; } 
.sidemenu a:hover {color:#b11122; background:#fff; padding-left:40px !important; }



.dpzw{ padding-top:10px; font-size:16px; line-height:34px;}
.dpzw p{ text-indent:2em; margin-bottom:10px; }
.dpzw img{text-align: center; max-width:800px; margin:0 auto; display: block;} 

.dpzw table {font-size:14px; width:90%; margin:0 auto; border-collapse: collapse;}
.dpzw table td{text-align: center; padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.dpzw table td p{ text-indent:0em !important; margin-bottom:0px;}



.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 .txt4 {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list3 .txt4 p {
	height: 48px;
	font-size: 14px;
	line-height:24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: 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 {
	padding-left: 5px;
	color: #6589cb;
}





/*信息列表开始*/
.Newslist {}
.Newslist ul li {height:55px; line-height:55px; background:url() left center no-repeat; padding-left:20px; border-bottom:1px dashed #dcdcdc; font-size:16px;}
.Newslist ul li span{float: right; color: #999999;}



/*详细页*/
.content{ padding:0 10px}
.content-title{ width:100%; border-bottom:1px dashed #ccc; padding-bottom:10px;}
.content-title h3{ font-size:24px; font-weight:bold; line-height:50px; width:100%; text-align:center; padding-bottom:5px;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; BACKGROUND: #f6f6f6; HEIGHT:40px; display:block; line-height:40px; font-style:normal;}
.content-con{font-size:16px; line-height:35px; padding:10px 0;}
.content-con p{ text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-bottom:20px;}
.content-con img{text-align: center; max-width:800px; margin:15px auto; display: block;}

.sxt{padding:15px 0; 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;}


/*搜索结果*/
.ssjg { padding:10px;}
.ssjg ul li {height:50px; line-height:50px;border-bottom:1px dashed #dcdcdc; font-size:16px;}
.ssjg ul li i{float: right; color: #999999; margin-right: 2px;}






/*图片列表开始*/


.pro_list {float:left; width:256px; margin:10px 25px;}
.pro_img {
	overflow: hidden;
	width: 256px;
	height: 175px;
	position:relative;
}

.pro_img img {
	display: block;
	overflow: hidden;
width: 256px;
	height: 175px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;
}
.pro_title {
	width: 100%;
	height: 35px;
	line-height:35px; text-align:center;
	overflow: hidden;
}

.pro_img:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}



.m-list4 {
	
}
.m-list4 li { background:#f5f5f5; padding:15px; margin-top:20px;
	overflow: hidden; display:block;
}
.m-list4  .pic4 {
	float: left;
	overflow: hidden;
    width: 330px;
}
.m-list4  .pic4 img {
	display: block;
	overflow: hidden;
    width: 330px;
}
.m-list4 .txt4 { float:right; width:535px;}
.m-list4 .tit4 {
    width: 100%;
    display: block; margin-bottom:10px;
    font-size: 20px;
    color: #333;
    line-height:30px;
}

.m-list4 .txt4 p {
    color: #666;
    font-size:14px;
    line-height:26px;
}


.linkPageList{ margin:20px 0;}
.linkPageList h2{font-size: 18px; font-weight: normal; color:#b11122;margin-bottom:15px; padding-left:10px;}
.linkPageList h2 span{border-left: 3px solid #b11122; padding-left: 15px; font-weight:bold;}
.linkPageList ul li{ float:left; margin:0 16px;}
.linkPageList ul li a{width:242px; overflow:hidden; height:30px; line-height:30px; float: left;color:#666666;background: #f6f6f6;padding: 10px 15px;border-bottom: 2px solid #DDDDDD;border-right: 2px solid #DDDDDD; margin-top:10px; margin-bottom:10px;  overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.linkPageList ul li a:hover{color:#fff;background: #b11122;border-bottom: 2px solid #0571c6; border-right: 2px solid #0571c6;}