@charset "utf-8";
img {
    max-width: 100%;
}
.g_page {
	padding-bottom: 20px;
}
.xiaocms-page {
    font-family: "微软雅黑";
    padding: 5px;
    text-align: center;
    margin: auto;
}
.xiaocms-page a {
    border-right: #ddd 1px solid;
    padding-right: 10px;
    border-top: #ddd 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #ddd 1px solid;
    color: #5781cd;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}
.xiaocms-page a:hover {
    border-right: #5781cd 1px solid;
    padding-right: 10px;
    border-top: #5781cd 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #5781cd 1px solid;
    color: #fff;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #5781cd 1px solid;
    background-color: #5781cd;
}
.xiaocms-page a:active {
    color: #000;
}
.xiaocms-page span {
    border-right: #5781cd 1px solid;
    padding-right: 10px;
    border-top: #5781cd 1px solid;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #5781cd 1px solid;
    color: #fff;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #5781cd 1px solid;
    background-color: #5781cd;
}
.xiaocms-page span.disabled {
    border-right: #5781cd 1px solid;
    padding-right: 10px;
    border-top: #5781cd 1px solid;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: #5781cd 1px solid;
    color: #5781cd;
    margin-right: 5px;
    padding-top: 5px;
    border-bottom: #5781cd 1px solid;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.head{
	height: 80px;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 52px;
}
.nav span{
	position: relative;
	margin-left: 60px;
}
.nava{
	display: block;
	line-height: 80px;
	font-size: 18px;
}
.nav span.active .nava,.nav span:hover .nava{
	color: #5781CD;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 150px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 6px;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.navhide a:hover{
	background: #5781cd;
	color: #fff;
}
.textcolor{
	color: #5781cd;
}
.bgcolor{
	background: #5781cd;
	color: #fff;
}
.swiper-button-next-bn,.swiper-button-prev-bn{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: rgba(255,255,255,.1);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: 100%;
}
.bntxt{
	width: 45%;
}
.bntxt h1{
	font-size: 60px;
}
.bntxt p{
	opacity: .6;
	margin: 20px 0;
}
.bntxt span{
	display: inline-block;
	width: 120px;
	height: 40px;
	background: url(../images/bnjt_03.png) no-repeat center #5781CD;
	border-radius: 40px;
}
.md{
	padding: 65px 0;
}
.i1tline{
	width: 50px;
	height: 4px;
	border-radius: 2px;
	background: #5781CD;
}
.i1tr{
	margin-left: 5%;
}
.i1tr ul{
	justify-content: flex-end;
}
.i1tr li{
	display: inline-block;
	line-height: 40px;
	border-radius: 40px;
	padding: 0 20px;
	transition: .25s;
	cursor: pointer;
	color: #474747;
	margin-left: 10px;
}
.i1tr li.active{
	background: #5781CD;
	color: #fff;
}
.i1w{
	width: 102%;
}
.i1a{
	width: 31.33%;
	margin-right: 2%;
}
.i1atxt{
	width: 100%;
	height: 100%;
	background: rgba(87,129,205,.8);
	color: #fff;
	padding: 15px 30px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
}
.i1a:hover .i1atxt{
	opacity: 1;
}
.i1atxt p{
	line-height: 24px;
	text-align: left;
}
.i1atxt span{
	display: inline-block;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 30px;
	border: 1px solid #fff;
}
.i2{
	background: #f1f4fb;
}
.i2a{
	width: 32%;
	background: #fff;
}
.i2atxt{
	padding: 15px 20px;
}
.i2atxt p{
	line-height: 24px;
	margin: 12px 0 20px 0;
}
.i2atxt span{
	display: inline-block;
	line-height: 32px;
	border-radius: 32px;
	padding: 0 25px;
	transition: .25s;
	cursor: pointer;
	background: #fff;
	color: #474747;
	border: 1px solid #E6E6E6;
	transition: .25s;
}
.i2a:hover{
	color: #5781CD;
	box-shadow: 0 5px 15px rgba(0,28,80,.1);
}
.i2a:hover .i2atxt span{
	background: #5781CD;
	color: #fff;
	border: 1px solid #5781CD;
}
.swiper-container-i3 .swiper-slide{
	padding: 10px;
}
.i3a{
	height: 120px;
}
.i3a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.i3a img{
	filter: grayscale(100%);filter: gray;
	transition: .25s;
	max-width: 80%;
	max-height: 80%;
}
.i3a:hover img{
	filter: inherit;
}
.swiper-button-next-i3,.swiper-button-prev-i3{
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	font-size: 32px;
	color: #999;
}
.swiper-button-prev-i3{
	left: -40px;
}
.swiper-button-next-i3{
	right: -40px;
}
.foot{
	background: #5781cd;
	color: #fff;
}
.foot a{
	color: #fff;
}
.ft{
	padding: 45px 0;
}
.ftatitle{
	margin-bottom: 10px;
}
.fta p,.fta p a{
	line-height: 30px;
	font-size: 16px;
}
.ftaw{
	width: 220px;
}
.ftaw p{
	width: 50%;
}
.fta1{
	width: 35%;
}
.ftrw a{
	display: inline-block;
	line-height: 30px;
	width: 30px;
	border-radius: 100%;
	background: rgba(255,255,255,.2);
	color: #fff;
	margin-top: 10px;
	margin-right: 15px;
	text-align: center;
}
.fb{
	border-top: 1px solid rgba(255,255,255,.2);
	line-height: 25px;
	padding: 15px 0;
	color: rgba(255,255,255,.5);
}
.fb a{
	color: rgba(255,255,255,.5);
}
.sada {
    overflow: hidden;
}
.list_pro_left {
    width: 220px;
    float: left;
}
.list_pro_left div {
    width: 100%;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    border-radius: 6px;
    background-color: #5781cd;
    text-align: center;
}
.list_pro_left ul {
    display: block;
}
.list_pro_left ul a {
    display: block;
    padding-top: 22px;
    padding-bottom: 9px;
    padding-left: 17px;
    padding-right: 17px;
    border-bottom: 1px solid #e2e2e2;
    color: #333333;
    background-position: right 24px;
    background-repeat: no-repeat;
    position: relative;
}
.list_pro_left ul a:hover {
    color: #5781cd;
    background-image: url("../images/right.png");
}
.list-active {
    color: #5781cd!important;
    background-image: url("../images/right.png")!important;
}
.list_pro_right {
    width: calc(100% - 270px);
    float: right;
}
.list_pro_right .i1t {
    border-bottom: 1px solid #5781cd;
    padding: 15px 0;
    overflow: hidden;
}
.list_pro_right .titleh2 {
    font-size: 22px;
}
.list_pro_right .i1tl {
    float: left;
}
.list_pro_right .i1tr {
    float: right;
    color: #919191;
}
.list_pro_right .i1tr a {
    font-size: 14px;
    color: #919191;
}
.list-zhus {
    padding: 12px 0;
    line-height: 1.76;
    font-size: 16px;
    color: #333333;
    text-align: justify;
}
.g_page {
    padding: 37px 0 2px;
}
.g_list_yy {
    overflow: hidden;
}
.g_list_yy a {
    overflow: hidden;
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 2;
    margin-bottom: 17px;
}
.g_list_yy a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    background-color: #ababab;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.g_list_yy a span {
    display: block;
    width: calc(100% - 167px);
    float: left;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.g_list_yy a i {
    display: block;
    font-style: normal;
    float: right;
    width: 137px;
    font-size: 18px;
    color: #919191;
    text-align: right;
}
.g_list_yy a:hover span {
    color: #5781cd;
}
.g_list_yy a:hover i {
    color: #5781cd;
}
.g_list_yy a:hover:after {
    background-color: #5781cd!important;
}
.g_contact {
    overflow: hidden;
    line-height: 1.76;
}
.g_contact b {
    font-size: 20px;
    color: #333333;
    display: block;
    margin-top: 37px;
}
.g_contact i {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #5781cd;
    margin-top: 9px;
    margin-bottom: 9px;
}
.g_contact p {
    font-size: 16px;
    color: #333333;
}
.g_contact p img {
    display: inline-block;
    margin-right: 15px;
}
.list-banner {
    height: 300px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.swiper-container-bn .bnimg{
		height: 500px;
	}
	.bntxt h1{
		font-size: 45px;
	}
	.bntxt span{
		width: 100px;
		height: 32px;
		background-size: 25px;
	}
	.fta p, .fta p a,.fb{
		font-size: 13px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
}
@media only screen and (max-width:768px) {
    .list-banner {
        height: 276px;
    }
    .list_pro_left {
        width: 100%;
        float: none;
    }
    .list_pro_left ul a {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
    .list_pro_left ul a:nth-child(2n) {
        margin-right: 0;
    }
    .list_pro_right {
        width: 100%;
        float: none;
    }
    .list-zhus {
        padding: 12px 0;
        line-height: 1.5;
        font-size: 13px;
        text-align: justify;
    }
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.bntxt h1{
		font-size: 24px;
	}
	.bntxt p{
		line-height: 24px;
		margin: 10px 0;
	}
	.bntxt span{
		width: 80px;
		height: 32px;
		background-size: 25px;
	}
	.md{
		padding: 25px 0;
	}
	.i1tr{
		margin-left: 0;
	}
	.i1tr ul{
		justify-content: space-between;
	}
	.i1tr li{
		line-height: 32px;
		font-size: 13px;
		padding: 0 12px;
		text-align: center;
		width: 31%;
		margin: 0;
		margin-top: 12px;
	}
	.i1w{
		width: 100%;
	}
	.i1a{
		margin-right: 0;
		margin-top: 20px;
		width: 100%;
	}
	.i1atxt{
		opacity: 1;
	}
	.i2a{
		width: 100%;
		margin-top: 20px;
	}
	.i2a:first-child{
		margin-top: 0;
	}
	.i3a{
		height: 100px;
	}
	.swiper-button-next-i3, .swiper-button-prev-i3{
		display: none;
	}
	.fta{
		display: none;
	}
	.fta1{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.ft{
		padding: 20px 0;
	}
	.fta p, .fta p a{
		line-height: 25px;
		font-size: 12px;
	}
	.ftrw a{
		margin-right: 10px;
		margin-top: 0;
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.fb{
		font-size: 12px;
		padding: 10px 0;
	}
}