@charset "UTF-8";
.index {
    overflow: hidden;
    background: url(/cyhqglc/img/index-bg.jpg) no-repeat center;
    background-size: cover;
}
 

.gg-tit {
    line-height: 66px;
}

.gg-tit>h2 {
    float: left;
}

.gg-tit>h2 span {
    float: left;
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    margin-left: 25px;
    cursor: pointer;
}

.gg-tit>h2 span:first-child {
    margin-left: 0;
}

.gg-tit>h2 span img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.gg-tit>h2 span::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    height: 4px;
    background: transparent;
}
 
.gg-tit>h2 span.on{
    color: #000;
}
 

 

.gg-tit>h2 em {
    float: left;
    font-style: normal;
    margin: 0 10px;
}

.gg-more {
    float: right;
    overflow: hidden;
    background: url(/cyhqglc/img/more1.png) no-repeat left 20px;
}

.gg-more>a {
    float: left;
    display: none;
    padding-left: 35px;
    color: #333333;
    font-size: 14px;
}

.gg-more>a:first-child {
    display: block;
}

.gg-more>a:hover {
    color: #1c7fc7;
}

.gg-more:hover {
    background: url(/cyhqglc/img/more2.png) no-repeat left 20px;
}

.switch-bd {
    position: relative;
}

.switch-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

.switch-bd>div.on {
    position: static;
    opacity: 1;
    z-index: 9;
}


.section1{
    margin-top: 20px;
    
}
.section1>div{
	
}
.s1-l {
    float: left;
    width: 690px;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
}
.s1-l .gg-tit{
    padding-left: 15px;
}
.s1-l .gg-tit>h2 span.on{
color: #000;
}
.s1-l .gg-more>a{
    color: #fff;
}
.s1-r {
    overflow: hidden;
}
.s1-lt{
    background: url() no-repeat;
    background-position: center center;
    background-size: cover;
    padding-right: 23px;

}
 
.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover .s1-linfo h3 {
    color: #96242e;
}

.s1-l ul li a .pic {
    padding-top: 53%;
}

.s1-linfo {
    background: #f4f4f4;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.s1-linfo h3 {
    color: #222222;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.s1-linfo p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #fff;
    color: #666666;
    margin-top: 10px;
}

.s1-lclick2{
    margin-right: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.s2-l {
    float: left;
    width: 690px;
    margin-right: 28px;
    margin-top: 20px;
}

.s2-l ul li a {
    display: block;
    position: relative;
}

.s2-l ul li a .pic {
    padding-top: 61%;
}

.s2-l ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 100px 0 20px;
    height: 77px;
    line-height: 96px;
    font-size: 18px;
    background: url(/cyhqglc/img/jdt-bg.png) repeat-x;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-l .slick-dots {
    right: 0;
    bottom: 24px;
    font-size: 0;
    width: auto;
}

.s2-l .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin-left: 0;
    margin-right: 18px;
    position: relative;
}

.s2-l .slick-dots li:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 1px solid #1C7FC7;
	border-radius: 50%;
	background: none;
	z-index: 1;
	display: none;
}

.s2-l .slick-dots li button {
    display: none;
}

.s2-l .slick-dots li.slick-active {
    background: #1c7fc7;
}
.s2-l .slick-dots li.slick-active:after{
	display: block;
}
.s2-r {
    overflow: hidden;
}






/*ÎÄ×Ö ÁÐ±í */

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 48px;
    padding: 0 60px 0 0;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 14px;
}
.i-list li em {
    color: #222;
    font-size: 16px;
    padding-right: 10px;
}
.i-list li:hover a,.i-list li:hover em,.i-list li:hover span{color: #1C7FC7;}

.section5 {
    padding: 30px 0 0px 0;
    /*background: url() no-repeat;*/
    background-size: cover;
    background-position: center bottom;
}

.s5-l {
    float: left;
    width: 690px;
}

.s5-r {
    float: right;
    width: 582px;
}



.s5-l ul li a {
    display: block;
    overflow: hidden;
    padding: 12px 0;
    transition: all 0.3s;
}

.s5-l ul li a:hover {
	padding-left: 5px;
}

.s5-l ul li a:hover div {
	background: #1C7FC7;
    color: #fff;
}

.s5-l ul li a:hover div span {
    color: #fff;
}
.s5-l ul li a:hover h3 em{
    color: #1C7FC7;
}

.s5-l ul li a div {
    text-align: center;
    width: 66px;
    height: 60px;
    float: left;
    margin-right: 20px;
    background: #F4F4F4;
    color: #1c7fc7;
}

.s5-l ul li a div p {
    font-size: 22px;
    padding-top: 4px;
    font-weight: bold;
}

.s5-l ul li a div span {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.s5-l ul li a>h3 {
    font-size: 16px;
    line-height: 60px;
    overflow: hidden;
    color: #000000;
}
.s5-l ul li a>h3 em {
	display: inline-block;
	vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #000000;
}

/*****.s5-r ul li {
    margin-top: 33px;
    height: 110px;
}
****/
.s5-r ul li:first-child {
    margin-top: 12px;
}

.s5-r ul li a {
    display: block;
}


.s5-r ul li a h3 {
    color: #333333;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.s5-r ul li a p {
    overflow: hidden;
    line-height: 20px;
}

.s5-r ul li a p span {
    float: left;
    padding-left: 20px;
    background: url() no-repeat;
    background-position: left center;
    color: #00488b;
    font-size: 15px;
    margin-right: 15px;
}

.s5-r ul li a:hover h3 {
    color: #00488b;
}

.s5-r ul li .xs-l{
	float: left;
	width: 90px;
	height: 110px;
	overflow: hidden;
	margin-right: 20px;
}
.s5-r ul li .xs-l img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.s5-r ul li .xs-r{
	overflow: hidden;
}
.s5-r ul li .xs-r p{
	line-height: 28px;
	color: #999;
	font-size: 14px;
	background: url(/cyhqglc/img/s5-r1.png) no-repeat left center;
	padding-left: 20px;
}
.s5-r ul li .xs-r p.time{
	background: url(/cyhqglc/img/s5-r2.png) no-repeat left center;
}
.s5-r ul li .xs-r p.dz{
	background: url(/cyhqglc/img/s5-r3.png) no-repeat left center;
}
.s5-r ul li:hover .xs-l img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.section3{
    /*background: url() no-repeat;*/
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
}
.section3::after{
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: -126px;
    bottom: 0;
    margin-left: 365px;
    /*background: url() no-repeat;*/
    background-position: center center;
    background-size: cover;
    z-index: 8;

}
.s3-c{
    position: relative;
    z-index: 9;
}
.s3-tit{
    position: absolute;
    right: 0;
    top: -126px;
    text-align: right;
}
.s3-tit h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;

}
.s3-tit a {
    color: #fff;
    font-size: 14px;
}
.s3-c>ul{
	margin-left: -17px;
	margin-right: -17px;
}
.s3-c>ul li a {
    display: block;
    margin: 17px;
}
.s3-c>ul li a .pic  {
 padding-top: 62%;
}
.s3-c>ul li a span{
	font-size: 14px;
	color: #333;
	padding-left: 3px;
	display: block;
	margin-top: 20px;
}
.s3-c>ul li a h3{
	font-size: 18px;
	color: #333;
	line-height: 18px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 3px solid #6699cc;
    padding-left: 13px;
    margin-top: 10px;
}
.s3-c>ul li a p{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    background: url(/cyhqglc/img/pic-xsj.png) no-repeat top left;
    padding: 10px 10px 0 0;
    margin-top: 15px;
}
.s3-c>ul li a:hover h3{
    color: #1C7FC7;
}

.s3-btn{
    width: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%)  ;
    
}
.s3-btn div {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    position: relative;
    margin-left: 5px;
    text-align: left;
    transition: all 0.3s;
    cursor: pointer;
}
.s3-btn div.s3-next{
	position: absolute;
	right: -5px;
	
}
.s3-btn div img{
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}

.s3-c .slick-prev, .s3-c  .slick-next{
    display: none;
}