@charset "UTF-8";
/* 
    说明，为了做图片响应式，所有图片相关都是用绝对定位改的，这块有疑问可以咨询我 我给讲下，最好别改那

*/
/* sass变量 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,
fieldset,legend,button,input,textarea,th,td {margin: 0; padding: 0;}

body,button,input,select,textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,h2,h3,h4,h5,h6 {  font-size: 100%;  font-weight: normal;}

address,caption,cite,code,dfn,em,strong,th,var,
i {
  font-style: normal;
  font-weight: normal;
}

code,kbd,pre,samp {
  font-family: courier new, courier, monospace;
}

ul,ol {  list-style: none;}

a {color: #333;  text-decoration: none;}

a:hover {color: #018ED3;}

input::-webkit-input-placeholder {font-size: 12px;color: #fff;}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;  color: #fff;
}

fieldset,img {  border: 0;  vertical-align: middle;}

q:before,q:after {  content: "";}

button,input,select,textarea {  font-size: 100%;  outline: 0;}

body {  font-size: 15px;  line-height: 1.5;  color: #333;min-width:1200px;  overflow-x: hidden; font-family: "微软雅黑";}

table { border-collapse: collapse;  border-spacing: 0;}

.wrap {max-width:1200px;margin: 0 auto; padding: 0 10px; box-sizing: border-box;}

.clearfix:after {content: "\20"; display: block; height: 0; clear: both;}

.clearfix {zoom: 1;}

.fl {float: left;}

.fr { float: right;}
/*一行：*/
.row1{white-space: nowrap; display: block; text-overflow: ellipsis;  overflow: hidden; word-break: break-all;}

/*两行：*/
.row2{ text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

/*三行：*/
.row3{ text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;}

/*四行：*/
.row4{ text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 6;line-clamp: 6;-webkit-box-orient: vertical;}

.main-tit { margin-bottom: 22px; line-height: 32px; height: 32px; padding: 10px 0;  border-bottom: 1px solid #018ED3;}

.main-tit h6 { font-size: 18px; color: #018ED3; font-weight:bold;}

.main-tit img { margin-right:15px;}

.main-tit .more {font-size: 14px; color: #666; float: right;}

.main-list li {line-height: 38px;border-bottom: 1px dashed #e5e5e5;}

.atwos{height: 30px; line-height: 30px;}

.main-list li .date {margin-left: 15px; float: right; color: #999; font-size: 14px;}
.header {
  background:#018ED3 url(../images/header.jpg.png) top center no-repeat;
  position: relative;
  color: #fff;
  padding: 25px 0px 0 0px;
  height:110px;
}

.header a {
  color: #fff;
}

.header .logo {
  float: left;
  max-width: 35%;
}

.header .logo img {
  width: 100%;
}

.header .right-con {
  float: right;
  width:65%;
}

.header .right-con .links {
  text-align: right;
  margin: 0 0 28px 0;
}

.header .right-con .links span {
  margin: 0 10px;
}

.header .right-con .links .search-box {
  position: relative;
  width: 258px;
}

.header .right-con .links .search-box .text {
  background: none;
  line-height: 20px;
  padding: 5px 40px 5px 7px;
  border: 1px solid #fff;
  color: #fff;
  width: 258px;
  box-sizing: border-box;
  border-radius: 5px;
}

.header .right-con .search-box .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header .navbar {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url(/kygcx/images/menu-on.png) no-repeat center center;
  background-size: 100%;
}
.navbar {  display: none;   width: 100%; height: 40px;
  background: #000;  background-size: 100%; 
}
.navbar img{width: 30px; margin-top: 5px;margin-right: 10px; float: right;}

.main-nav {position: relative; transition: all ease 0.3s;}

.main-nav li { position: relative; z-index: 10;  float: left;  width: 10%;
  font-size: 17px; line-height: 50px; text-align: center;}

.main-nav li a { display: block; color: #fff;}
.main-nav li a:hover { display: block; color: #FFF;}

.main-nav li .dropdown { position: relative; display: none;
  position: absolute; overflow: hidden; left: 0; top: 98%;
  /*border-top: 4px solid #e2b7a3;*/
  min-width: 150%; background: #018ED3;}


.main-nav li .dropdown ul { position: relative; padding: 10px 0; margin: 0;}

.main-nav li .dropdown li { float: none; width: 100%; padding: 0;
  line-height: 40px; overflow: hidden; font-size: 14px;  position: relative;
}

.main-nav li .dropdown li .text {white-space: nowrap; padding: 0 20px;}

.main-nav li .dropdown li:hover {background: #E8740F;}

.main-nav li:hover {z-index: 11; background: #E8740F; color:#FFF;}

.header.opacity {background: white;}

.header.opacity .main-box a {color: #333;}

.header.opacity .logo a:nth-child(1) {display: none;}

.header.opacity .logo a:nth-child(2) {display: block;}

.nav-cover {display: none; position: fixed; width: 100%; height: 100%;
  z-index: 98; top: 0; left: 0; background: rgba(0, 0, 0, 0.8);}

.showNav { overflow: hidden; height: 100%;}

.showNav body {overflow: hidden; height: 100%;}

.showNav .main-nav { display: block; transform: translateX(0);}

.showNav .main-nav .wrap { padding: 0;}

.showNav .main-nav li {float: none; width: 100%; line-height: 50px;  font-size: 16px;
}

.showNav .main-nav li .dropdown { background: #e2b7a3;
  border: none; position: static; display: block;
}

.showNav .main-nav li .dropdown li {
  line-height: 30px;
}

.showNav .nav-cover {
  display: block;
}

.search-cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.search-cover .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.search-cover .search-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  max-width: 100%;
  transform: translate(-50%, 0);
}

.search-cover .search-box .text {
  float: left;
  width: calc(100% - 100px);
  height: 45px;
  padding: 10px;
  background: #fff;
  border: none;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
}

.search-cover .search-box .btn {
  float: left;
  height: 45px;
  font-size: 18px;
  width: 100px;
  border: none;
  background: #018ED3;
  color: #fff;
  text-align: center;
}

.banner {
/*  position: relative;
  overflow: hidden;*/
}

.banner .item img {
  width: 100%;
}

.index-row1,.index-row2 {
  margin: 0 auto;
}

.index-row1 .c1 {
  float: left;
  width: 49%;
}

.index-row1 .c1 .item {
  position: relative;
  float: left;
  width: 400px;
}

.index-row1 .c1 .item .pic {
  height: 300px;
}

.index-row1 .c1 .item .pic img {
  height: 100%;
  width: 100%;
}

.index-row1 .c1 .item .text {
  padding: 10px 10px;
  background: #000;
  opacity: 0.8;
  color: #fff;
  line-height: 30px; margin-top: -50px;
}


.index-row1 .c1 .main-list {
  margin-left: 0px;
}

.index-row1 .c2 {
  float: right;
  width: 49%;
}

.index-row1 .c2 .main-list li {padding-left: 0;border-bottom: 1px solid transparent;  height: 34px; line-height:33px; border-bottom:1px dashed #e5e5e5; }
.index-row1 .c2 .main-list li .dleft{float: left!important; margin-left: 0!important; margin-right: 10px;}
.index-row1 .c2 .main-list li .dleft .s1{background: #970101; color: #fff; padding: 5px;}
.index-row1 .c2 .main-list li .dleft .s2{color: #970101; border: 1px solid #970101; box-sizing: border-box; padding: 4px;}
.index-row2 .imgList a img{margin-left: 20px; width:291px;}
.index-row2 .imgList a img:nth-child(1){margin-left: 0px;}
.index-row3 {
  max-width: 100%;
  overflow: hidden;
}

.index-row3 .main-box {
  margin: 0 -20px;
}

.index-row3 .headline {
  margin-bottom: 15px;
}

.index-row3 .headline .pic {
  float: left;
  width: 104px;
  height: 74px;
}

.index-row3 .headline .text {
  margin-left: 120px;
}

.index-row3 .headline .text h6 {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}

.index-row3 .headline .text .date {
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.index-row3 .c {
  float: left;
  width: 33.33%;
}

.index-row3 .c .inner {
  margin: 15px 20px;
}

.index-row3 .c1 .main-list li {
  line-height: 40px;
}

.index-row3 .c2 .main-list li {
  line-height: 40px;
  border-bottom: none;
}

.index-row3 .c3 .main-list li {
  line-height: 33px;
  height:33px;
  border-bottom:1px dashed #e5e5e5;
}

.index-row3 {
  margin:;
   background: url(/kygcx/images/bjt.png) center no-repeat;
  background-size:cover;
}

.index-row3 .slide .item a {
  padding: 12px;
  display: block;
}

.index-row3 .slide .item img {
  width: 100%;
  box-shadow: 3.009px 3.993px 4.05px 0.95px rgba(65, 63, 63, 0.33);
}
.index-row3.index-row4{background: #fff;}
.index-row3.index-row4 .c2 .imgCon img{width: 120px; height: 85px; float: left;}
.index-row3.index-row4 .c2 .imgCon .con{width: 425px; margin-left: 10px;}
.index-row3.index-row4 .c2 .imgCon .time{background: #d8ac98; color: #fff; margin-top: 11px; float: right; padding: 1px 6px;}


.index-row5 {
  width:100$;
}

.index-row5 img{
  width:1180px;
}

.footer {
  background: #018ED3;
  color: #FFF;
  padding: 10px 0;
  text-align:center;
  line-height:30px;
  font-size:15px
}

.footer a {
  color: #e2b7a3;
}

.footer .c1 {
  float: left;
  line-height: 38px;
  width: 29%;
  text-align: center;
  border-right: 1px solid #b13333;
}

.footer .c2 {
  float: right;
  width: 65%;
  text-align: left;
  padding-left: 20px;
}

.footer .c2 p:nth-child(1){font-size: 20px;font-weight: 800;}
.footer .c2 p:nth-child(2){margin-top: 15px;}
.footer .c2 p:nth-child(3){margin-top: 10px;}
.footer .c2 a{margin-left: 20px;}
.footer .c2 a:first-child{margin-left: 0px;}

.footer-wrap {
	background: #018ED3; width: 100%; color: rgb(255, 255, 255); line-height: 30px; font-size: 16px; min-width: 1200px; padding:30px 0;
}
.footer_l {
	width: 400px; color: rgb(255, 255, 255); font-size: 14px; float: left; border-right:1px solid #FFF; height:90px; line-height:90px; padding-right:40px;
}
.footer_l img{
	width: 400px; 
}
.footer_r {
	width: 620px; color: rgb(255, 255, 255); float: left; padding-left:40px;
}

.footer_r a{
	width: 120px; color:#FFFFFF; padding-right:40px;
}

.footer_r a:hover{
	width: 220px; color:#FFFFFF;
}

.inner-banner {
  position: relative;
}

.inner-banner .text {
  position: absolute;
  left: 14%;
  bottom: 50px;
  width: 320px;
  line-height: 76px;
  color: #fff;
  padding-left: 80px;
  box-sizing: border-box;
  font-size: 24px;
  z-index: 10;
  background-image: linear-gradient(90deg, rgba(159, 0, 16, 0.8), transparent);
filter: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#018ED3, endColorstr=#00000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#018ED3, endColorstr=#00000000)";
}

.inner-banner img {
  width: 100%;
}

.inner-page {
  margin: 38px 0;
}

.inner-page .bread {
  line-height: 40px;
  color: #018ED3;
  margin-bottom: 10px;
}

.inner-page .bread a {
  color: #018ED3;
}

.inner-page .bread span {
  margin: 0 5px;
}

.inner-page .leftbar {
  float: left;
  width: 280px;
  background: #018ED3;
  color: #fff;
  position:relative;
  top:-108px;
}

.inner-page .leftbar .list {
  padding: 10px 10px;
}

.inner-page .leftbar .item {
  background:#018ED3; height:60px; width:280px; line-height:60px; text-align:center; font-size:22px; font-weight:600
}

.inner-page .leftbar a {
  color: #fff;
}

.inner-page .leftbar a:hover {
  color: #ba970c;
}

.inner-page .leftbar dl {
  margin-bottom: 8px;
}
.inner-page .leftbar dl:last-child {
  margin-bottom: 0;
}

.inner-page .leftbar dl .icon {
  margin-left: 34px;
  width: 18px;
  height: 18px;
}

.inner-page .leftbar dl dt {
  background: rgba(255, 255, 255, 0.3);
  line-height: 60px;
}

.inner-page .leftbar dl dt a {
  display: block;
  padding-left: 40px;
  font-size: 20px;
}

.inner-page .leftbar dl dt span {
  float:right;
  margin-right:40px;
}

.inner-page .leftbar dl dd {
  display: none;
}

.inner-page .leftbar dl dd > ul {
  padding: 10px 25px;
}

.inner-page .leftbar dl dd > ul > li {
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e2b7a3;
}

.inner-page .leftbar dl dd > ul > li .icon {
  display: inline-block;
  margin-left: 10px;
}

.inner-page .leftbar dl dd > ul > li.on > a {
  color: #ba970c;
}

.inner-page .leftbar dl dd > ul > li.on ul {
  display: block;
}

.inner-page .leftbar dl dd > ul > li a {
  display: block;
}

.inner-page .leftbar dl dd > ul > li ul {
  border-top: 1px solid #e2b7a3;
  padding: 10px 0;
  display: none;
}

.inner-page .leftbar dl dd > ul > li ul li {
  font-size: 14px;
  line-height: 30px;
}

.inner-page .leftbar dl dd > ul > li:hover ul {
  display: block;
}

.inner-page .leftbar dl.on dt, .inner-page .leftbar dl:hover dt {
  background: white;
}

.inner-page .leftbar dl.on dt a, .inner-page .leftbar dl:hover dt a {
  color: #018ED3;
}

.inner-page .leftbar dl.on dt i, .inner-page .leftbar dl:hover dt i {
  display: inline-block;
}

.inner-page .leftbar dl.on dd, .inner-page .leftbar dl:hover dd {
  display: block;
}

.inner-page .right-con {
  float: right;
  width: calc(100% - 310px);
}

.inner-page .right-con .text-list li {

  padding-left: 5px;
  line-height: 50px;
  border-bottom: 1px dashed #d8d8d8;
  font-size: 16px;
}

.inner-page .right-con .text-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .text-list li span {
  float: right; padding-right: 10px;
}

.inner-page .pic-list ul {
  margin: 0 -10px;
}

.inner-page .pic-list li {
  float: left;
  width: 33%;
  position: relative;
  box-sizing: border-box;
}

.inner-page .pic-list li a {
  display: block;
  position: relative;
  margin: 10px;
}

.inner-page .pic-list li .pic img {
  width: 100%;
}

.inner-page .pic-list li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  width: 100%;
  background: rgba(55, 128, 24, 0.88);
  box-sizing: border-box;
  color: #fff;
}

.inner-page .pic-list li .text img {
  transition: all ease 0.2s;
  float: right;
}

.inner-page .pic-list li:hover .text img {
  transform: translateX(10px);
}

.inner-page .detail .detail-tit {
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-page .detail .detail-info {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #999;
  border-bottom:1px solid #EFEFEF;
  margin-bottom:15px;
}

.inner-page .detail .detail-info span {
  margin: 0 10px;
}

.inner-page .detail .detail-main {
  line-height: 34px;
  font-size: 15px;
  padding:0 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;box-sizing: border-box;

}

.inner-page .detail .detail-main img {
margin: 10px auto;
    max-width: 100%;
    display: block;
}
}

.inner-page .detail .detail-main p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}

.newbanner {
	width: 588px; height: 225px; overflow: hidden; position: relative;
}
.newbanner .bd {
	height: 588px; position: relative; z-index: 0;
}
.newbanner .bd li {
	background: rgb(255, 255, 255); width: 588px; vertical-align: middle; position: relative; -ms-zoom: 1;
}
.newbanner .bd li .news_img {
	float:left; width:280px; height:210px; margin-right:15px;
}
.newbanner .bd li img {
	width: 280px; height: 210px;
}
.newbanner .bd li .news_con {
	float:right; width:290px; height:210px;
}
.newbanner .bd li .news_con h1 {
	color: rgb(9, 61, 128); height:35px; line-height: 35px; font-size: 18px; width:285px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom:5px;
}
.newbanner .bd li .news_con p {
	color: rgb(51, 51, 51); line-height: 29px; font-size: 15px;
}
.newsb_t_tit {
	line-height: 24px; font-size: 15px;
}
.newbanner .hd {
	height: 15px; right: 20px; bottom: 88px; overflow: hidden; position: absolute; z-index: 1;
}
.newbanner .hd ul {
	overflow: hidden; -ms-zoom: 1;
}
.newbanner .hd ul li {
	background: rgb(213, 213, 213); border-radius: 50%; width: 8px; height: 8px; text-align: center; margin-right: 12px; float: left; cursor: pointer;
}
.newbanner .hd ul li.on {
	background: rgb(255, 150, 0);
}
.newbanner .bd li .news_date {
	background: rgba(151, 1, 1, 0.8); padding: 0px 8px; border-radius: 0px 0px 5px 5px; left: 16px; top: 0px; width: 60px; height: 68px; text-align: center; color: rgb(255, 255, 255); line-height: 34px; font-size: 30px; position: absolute;
}
.newbanner .bd li .news_date p {
	text-align: center; line-height: 30px; font-size: 14px; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid;
}