.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

/*导航*/

.nav {
	padding-left: 500px;
	text-align: right;
	line-height: 40px;
	padding-top: 30px;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	color: #fff;
	padding: 0 6px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: none;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #f5a00a;
}

.nav>ul>li.active>a {
	/*font-weight: bold;*/
}

.nav>ul>li:hover>a {
	/*font-weight: bold;*/
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	background: rgba(45,79,160,0.8);
	background: linear-gradient(to bottom, rgba(45,79,160,1), rgba(45,79,160,0));
	border-top: 3px solid #f5a00a;
	z-index: 9999;
	line-height: normal;
	display: none;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
}

.nav>ul>li>div>ul {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 30px;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	transition: .3s;
	color: #fff;
}

.nav>ul>li>div>ul>li a:hover {
	color: #f5a00a;
}

.header2 .nav>ul>li>a {
	color: #333;
}


/*导航结束*/

.tit {
	line-height: 40px;
	padding: 20px 0;
	text-align: center;
}

.tit h3 {
	float: left;
	font-size: 30px;
	color: #000101;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.more a {
	display: block;
	font-size: 16px;
	background: url(../img/more.png) no-repeat right center;
	padding-right: 27px;
	color: #244d9e;
}

.more-gg a{
	display: block;
	width: 147px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	line-height: 38px;
	background: url(../img/more-gg1.png) no-repeat center;
	font-size: 14px;
	color: #79849c;
	position: relative;
	margin-top: 50px;
	transition: all 0.3s;
}
.more-gg a:before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5px;
	width: 8px;
	height: 8px;
	background: #3568d4;
	border-radius: 50%;
}
.more-gg a:hover{
	color: #294798;
}

.sh5-l {
	width: 64.5%;
	margin-right: 24px;
}
.sh5-l .tit{
	padding-top: 0;
}

.sh5-l ul li {
	float: left;
	width: 50%;
}

.sh5-l ul li .sh5-l-k {
	margin-left: 30px;
}

.sh5-l ul li:first-child .sh5-l-k {
	margin-left: 0;
}

.sh5-l ul li .pic1 a {
	display: block;
	width: 100%;
	height: 295px;
	overflow: hidden;
	position: relative;
}

.sh5-l ul li .pic1 a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.sh5-l ul li .pic1 a:hover img {
	transform: scale(1.1);
}

.sh5-l ul li .pic1 .sh5-l-sj {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 86px;
	height: 76px;
	background: rgba(245, 160, 10, 0.9);
	text-align: center;
	color: #fff;
}

.sh5-l ul li .pic1 .sh5-l-sj p {
	font-size: 36px;
}

.sh5-l ul li .pic1 .sh5-l-sj span {
	font-size: 14px;
}

.sh5-l ul li .sh5-l-tx {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px 35px;
}

.sh5-l ul li .sh5-l-tx h3 {
	position: relative;
}

.sh5-l ul li .sh5-l-tx h3 a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0 20px 0;
}

.sh5-l ul li .sh5-l-tx h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
	width: 37px;
	height: 1px;
	background: #30549d;
}

.sh5-l ul li .sh5-l-tx h3 a:hover {
	color: #30549d;
}

.sh5-l ul li .sh5-l-tx>p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sh5-l ul li:hover .sh5-l-tx {
	box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.12);
}

.sh5-l ul li .sh5-l-tx .jt-y {
	text-align: right;
}

.sh5-l ul li .sh5-l-tx .jt-y a {
	display: inline-block;
	width: 30px;
	text-align: center;
	font-size: 0;
	line-height: 30px;
	margin-right: -10px;
}

.sh5-l ul li .sh5-l-tx .jt-y a img {
	vertical-align: middle;
	transition: all 0.5s;
}

.sh5-l ul li .sh5-l-tx .jt-y a:hover img {
	margin-left: -5px;
}
.sh5-l-d{
	margin-top: 30px;
}
.sh5-l-d dl dd {
	float: left;
	width: 31.333%;
	margin-left: 3%;
}

.sh5-l-d dl dd:first-child {
	margin-left: 0;
}

.sh5-l-d dl dd a {
	display: block;
	background: #fff;
	border: 1px solid #fff;
	padding: 20px;
	position: relative;
}

.sh5-l-d dl dd h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.sh5-l-d dl dd p{
	font-size: 16px;
	color: #999;
	margin-top: 30px;
}

.sh5-l-d dl dd a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 142px;
	background: url(../img/s5-t1.png) no-repeat center;
}
.sh5-l-d dl dd a:hover:before{
	background: url(../img/s5-t2.png) no-repeat center;
}

.sh5-l-d dl dd a:hover{
	border-color: #294798;
	box-shadow: 0px 0px 10px 0px rgba(39, 73, 154, 0.44);
}
.sh5-l-d dl dd a:hover h3{
	color: #294597;
}

.sh5-r{
	overflow: hidden;
	
}

.s2-tit ul {
    overflow: hidden;
}

.s2-tit ul li {
    float: left;
    width: 33.333%;
}

.s2-tit ul li a {
    display: block;
    color: #333333;
 	line-height: 40px;
    font-size: 30px;
    position: relative;
}

.s2-tit ul li a:before{
	content: "";
	position: absolute;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 24px;
	background: url(../img/icon-sx.png) no-repeat center;
}

.s2-tit ul li:first-child a:before{
	display: none;
}
.s2-tit ul li.on a{
	color: #1a6bc0;
}
.s2-bd{
	margin-top: 25px;
	padding-bottom: 78px;
}
.s2-bd>ul{
    display: none;
    background: #fff;
    padding-bottom: 2px;
    position: relative;
}
.s2-bd>ul:first-child{
    display: block;
}
.s2-bd>ul li a{
	display: block;
	border-top: 1px dotted #ced4df;
	padding: 21px 20px;
	overflow: hidden;
}
.s2-bd>ul li:first-child a{
	border-top: 0;
}

.s2-bd>ul li .s2-bdsj{
	float: left;
	width: 64px;
	height: 60px;
	background: #f1f5fc;
	border: 1px solid #cbd7ec;
	text-align: center;
	margin-right: 15px;
}
.s2-bd>ul li .s2-bdsj p{
	font-size: 28px;
	color: #3d5064;
}
.s2-bd>ul li .s2-bdsj span{
	display: block;
	font-size: 12px;
	color: #9dadbf;
}
.s2-bd>ul li h3{
	overflow: hidden;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-size: 16px;
}
.s2-bd>ul li a:hover{
	background: url(../img/li-x.jpg) repeat-y center;
}
.s2-bd>ul li a:hover h3{
	color: #fff;
}
.s2-bd>ul li a:hover .s2-bdsj p{
	color: #1a6bc0;
}

.s2-bd>ul .more-gg a{
	position: absolute;
	bottom: -78px;
	left: 50%;
	transform: translateX(-50%);
}
.ihome1 {
	position: relative;
	z-index: 1;
}

.ihome1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 22%;
	background: url(../img/ihome1.jpg) no-repeat center;
	background-size: cover;
	z-index: -1;
}

.ihome1-con {
	margin-left: 12%;
}

.ihome1-tit {
	font-size: 30px;
	color: #fff;
}

.ihome1 .ihome1-con-k {
	float: left;
	margin-top: 120px;
	padding-bottom: 9%;
	position: relative;
        width: 25%;
}

.ihome1 .slider-nav {
	margin-top: 70px;
	padding-bottom: 100px;
}

.slider-nav>div {
	float: none;
	width: 100% !important;
	line-height: 68px;
	font-size: 18px;
	color: #fff;

}

.slider-nav .slick-list {
	overflow: visible;
}

.slider-nav>div {
	background: url(../img/icon-y1.png) no-repeat left center;
	padding-left: 46px;
	position: relative;
}

.slider-nav div div:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -15px;
	height: 28px;
	border-left: 1px dashed #fff;
}

.slider-nav div div:first-child:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -14px;
	height: 28px;
	border-left: 1px dashed #fff;
}

.slider-nav div.on {
	background: url(../img/icon-y2.png) no-repeat left center;

}

.slider-nav div div h3 {
	line-height: 68px;
        width: 95%;
       display: block;
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;
}

.ihome1-btn {
	position: absolute;
	bottom: 95px;
	left: 0;

}

.ihome1-btn span {
	display: inline-block;
	width: 59px;
	height: 44px;
	font-size: 0;
}

.ihome1-btn span img {
	vertical-align: middle;
	transition: all 0.3s;
}

.ihome1-btn span.next {
	margin-left: 20px;
}

.ihome1-btn span.prev:hover img{
	margin-left: -5px;
}

.ihome1-btn span.next:hover img{
	margin-left: 5px;
}

.slider-for {
	float: right;
	width: 75%;
	margin-top: 45px;
	position: relative;
}

.slider-for .slick-slide>div {
	padding-top: 56%;
	position: relative;
	overflow: hidden;
}

.slider-for video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 1s;
}

.video-box {
	padding-top: 57%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 9;
	transition: all 0.5s;
}

.video-box.on {
	position: relative;
	opacity: 1;
	z-index: 99;
}



.ihome2{
	background: url(../img/ihome2.jpg) no-repeat center;
	margin-top: -180px;
	padding-top: 180px;
}
.ihome2 .tit .more-gg{
	transition: all 0.5s;
}
.ihome2 .tit .more-gg a{
	float: right;
	margin-top: 4px;
	line-height: 32px;
	width: 145px;
	color: #79849c;
	background: url(../img/more-gg2.png) no-repeat center;
	transition: all 0.3s;
}
.ihome2 .tit .more-gg a:before{
	left: -8px;
	transform: rotateX(0);
	top: 50%;
	transform: translateY(-50%);
}
.ihome2 .tit .more-gg:hover{
	margin-right: 5px;
}
.ihome2 .tit .more-gg:hover a{
	color: #294798;
}
.s3-c {
    position: relative;
}

.s3-c>div {
    overflow: hidden;
    padding: 30px 0;
}

.s3-c ul {
    margin-left: -20px;
    margin-right: -20px;
}

.s3-c ul li a {
    display: block;
    margin: 0 20px;
}

.s3-c ul li a .pic {
    padding-top: 57%;
    border-radius: 12px;
}

.s3-c ul li a h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    margin-top: 10px;
    color: #333;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.s3-c ul li a h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: -webkit-linear-gradient(to right, #005482, #1e8fcc);
	background: -o-linear-gradient(to right, #005482, #1e8fcc);
	background: -moz-linear-gradient(to right, #005482, #1e8fcc);
	background: linear-gradient(to right, #005482, #1e8fcc);
	transition: all 0.3s; 
}
.s3-c ul li a:hover h3:after{
	width: 100%;
}

.s3-c .slick-prev,
.s3-c .slick-next {
    display: none !important;
}

.s3-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-105%);
    z-index: 9;
    cursor: pointer;
    padding: 0 !important;
}

.s3-prev {
    left: -25px;
    background: url(../img/left1.png) no-repeat;
}

.s3-next {
    right: -25px;
    background: url(../img/right1.png) no-repeat;
}



















