@charset "utf-8";
@import url('swiper-bundle.min.css');
@import url('bootstrap.css');
@import url('nav.css');
@import url('reset.css');
@import url('../font-awesome-4.7.0/css/font-awesome.css');

body {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.title_txt {
	position: relative;
}
.title_txt .span {
	color: #a7a7a7;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	display: block;
	text-align: center;
}
.title_txt .h2 {
	color: #1368b8;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin: 10px auto;
	position: relative;
	width: 500px;
    display: block;
}
.title_txt .h2::before {
	content: "";
	width: 160px;
    height: 4px;
    position: absolute;
    top: 15px;
    left: 0;
    right: auto;
    margin: 0 auto;
	background: #fe5722;
}
.title_txt .h2::after {
	content: "";
	width: 160px;
    height: 4px;
    position: absolute;
    top: 15px;
    left: auto;
    right: 0;
    margin: 0 auto;
	background: #fe5722;
}
.title_txt .p {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin: 0px auto;
}

/*top*/
.actGotop {
	position:fixed;
	bottom:15px;
	right:15px;
	background: #076ce0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
	margin:0 auto;
	display:none;
	transition: all .5s ease;
}
*html .actGotop {
	position:absolute;
	top:expression(eval(document.documentElement.scrollTop));
}
.actGotop:hover {
	background: rgb(7 108 224 / 52%);
}
.actGotop a {
	display:block;
}
.actGotop .fa {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	display: block;
}
/*top*/
.pagination li {
	display: inline-block;
}
.pagination li a,
.pagination .page-num {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    color: #0d6efd;
    font-size: 15px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination li a:hover,
.pagination .active a,
.pagination .active .page-link,
.pagination .page-num-current {
    z-index: 3;
    color: #fff;
    background-color: #076ce0;
    border-color: #076ce0;
}
.pagination li:first-child a {color: #333;}
.pagination li:first-child a:hover,
.pagination .active a:hover {color: #fff;}

.header {
	position: relative;
	margin: 0 auto;
}

.banner {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.banner img {
	/*width: 100%;*/
}
.banner .bg .txt {
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
@font-face {
	/*font-family:"RuiZiYunZiKuZhongChangSongTiGBK";
	src: url('../fonts/RuiZiYunZiKuZhongChangSongTiGBK-1.ttf');
	src: url('../fonts/RuiZiYunZiKuZhongChangSongTiGBK-1.ttf') format('truetype');*/
	font-family:"锐字云字库大标宋体";
	src: url('../fonts/锐字云字库大标宋体.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.banner .bg .txt span,.banner .bg .txt strong {
	color: #fff;
	font-family:"锐字云字库大标宋体";
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	display: block;
}
.banner .bg .txt p {
	color: #fff;
	font-family:"锐字云字库大标宋体";
	font-size: 20px;
	line-height: 1.3;
	margin: 20px auto;
	text-align: center;
}
.banner .leftico{
	display: block;
	width:36px;
	height:36px;
	border: 1px solid #939393;
	box-sizing: border-box;
	background-image: url(../images/feel3.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}
.banner:hover .leftico{
	background-image: url(../images/feel3.png);
	opacity: 1;
	border: 1px solid #00309f;
}
.banner .rightico{
	display: block;
	width:36px;
	height:36px;
	border: 1px solid #939393;
	box-sizing: border-box;
	background-image: url(../images/feel4.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
}
.banner:hover .rightico {
	background-image: url(../images/feel4.png);
	opacity: 1;
	border: 1px solid #00309f;
}
.banner .newspart .swiper-button-prev{
	width:36px;
	left:-50px!important
}
.banner .newspart .swiper-button-next{
	width:36px;
	right:-50px!important
}
.banner .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.yx {
	position: relative;
	margin: 30px auto;
	background: #fff;
}
.yx .span_title {
	color: #076ce0;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 20px 10px;
    border-bottom: 3px solid #576ce5;
}
.yx .hr {
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    opacity: 1;
}
.picMarquee-left{ overflow:hidden; position:relative;  /*border:1px solid #ccc;*/   }
.picMarquee-left .hd{ overflow:hidden;  /*height:30px; background:#f4f4f4; padding:0 10px;*/  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ 
	display:none;width:5px; height:9px; float:right; 
	margin-right:5px; margin-top:10px;  overflow:hidden;
	cursor:pointer; background:url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px 0;}
.picMarquee-left .bd ul{margin: 0 auto; overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li { 
	margin:0 5px; 
	float:left; _display:inline; 
	overflow:hidden; 
	text-align:center;
}
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{width: 300px; height:200px; display:block;}
.picMarquee-left .bd ul li .pic a:hover img{}
.picMarquee-left .bd ul li .title a {
	color: #333;
    font-size: 16px;
    line-height: 1.3;
    display: none;
}

.ys {
	position: relative;
	margin: 0px auto;
	padding: 30px 0;
	background: #f2f2f2;
}
.ys .list {
	background: #fff;
    padding: 10px 0;
    margin: 20px auto;
    position: relative;
}
.ys .list .figure {margin-bottom: 15px;}
.ys .list .figure:nth-last-of-type(-n+4) {margin-bottom: 0px;}
.ys .list .figure .a_img {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .5s ease;
}
.ys .list .figure .a_img img {
	display: block;
	width: 100%;
    height: 200px;
	transition: all .5s ease;
}
.ys .list .figure .a_img img:hover {
	transition: all .5s ease;
}
.ys .list .figure .figcaption {
	padding: 10px;
	text-align: center;
}
.ys .list .figure .figcaption .a_title {
	color: #333;
	font-size: 15px;
	line-height: 1.3;
	display: block;
	transition: all .5s ease;
}
.ys .list .figure .figcaption .a_title:hover {color: #076ce0;}
.ys .list .figure .figcaption .p {
	color: #333;
	font-size: 12px;
	line-height: 1.3;
	margin: 5px auto 0;
}

.fw {
	position: relative;
	margin: 30px auto;
	padding: 0px;
	background: #fff;
}
.fw .left_txt {
	position: relative;
}
.fw .left_txt .border_txt {
	border: 3px solid #ddd;
    padding: 15px;
    display: block;
}
.fw .left_txt .span {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
}
.fw .left_txt .p {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin: 10px auto;
}
.fw .left_txt .gd_a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
	background: #0f67ff;
}
.fw .right_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fw .right_txt .ico_img {
	width: 35px;
	height: 40px;
}
.fw .right_txt .a_txt {
	padding: 0 15px;
	margin-bottom: 15px;
}
.fw .right_txt .a_txt .span_border {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 3px solid #ddd;
	padding: 20px;
	height: 111px;
}
.fw .right_txt .a_txt .text {
	width: 85%;
}
.fw .right_txt .a_txt .text span {
	color: #496ee8;
	font-size: 20px;
	line-height: 1.3;
}
.fw .right_txt .a_txt .text p {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	margin: 5px auto 0;
}

.map {
	position: relative;
	margin: 30px auto;
	padding: 0;
	background: #fff;
}
.map .list {
	position: relative;
	margin: 20px auto 0;
}
.map .span_title {
	color: #076ce0;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 20px 10px;
    border-bottom: 3px solid #576ce5;
}
.map .hr {
    border-top: 1px solid #ccc;
    margin: 10px 0;
    opacity: 1;
}
.map .list .right_video .video {width: 100%;}
.map .list .right_video .span {
	color: #333;
    font-size: 25px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.index_news {
	position: relative;
	margin: 50px auto;
	padding: 0;
	background: #fff;
}
.index_news .list {
	align-items: center;
	position: relative;
	margin: 30px auto 0;
}
.index_news .list .figure img {width: 100%;}
.index_news .list .ul li {
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
.index_news .list .ul li:last-child {margin-bottom: 0;}
.index_news .list .ul li time {
	color: #666;
    font-size: 15px;
    line-height: 1;
}
.index_news .list .ul li time .newsCircleOuter {
    position: absolute;
    top: 0;
    left: 90px;
    display: block;
    width: 15px;
    height: 15px;
    background: #f4f4f4;
    border-radius: 50%;
    vertical-align: top;
    z-index: 1;
}
.index_news .list .ul li time .newsCircle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #bababa;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    z-index: 2;
}
.index_news .list .ul li .sx {
	width: 1px;
    height: 140%;
    position: absolute;
    top: -5px;
    left: 98px;
    background: #dadada;
}
.index_news .list .ul li .txt {
	margin-left: 30px;
	margin-top: -5px;
}
.index_news .list .ul li a {
	color: #666;
    font-size: 16px;
    line-height: 1.3;
    /*vertical-align: top;*/
}
.index_news .list .ul li p {
	color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px auto 0;
}

.footer {
	position: relative;
	margin: 0px auto;
	padding: 20px 0;
	background: #434343;
}
.footer .title_span {
	color: #2097f3;
	font-size: 22px;
	line-height: 1.3;
	margin: 0px auto 5px;
	display: block;
}
.footer .title_span_yw {
	color: #2097f3;
	font-size: 15px;
	font-family: "times new roman";
	text-transform: capitalize;
	line-height: 1.3;
	margin: 0px auto;
	display: block;
}
.footer .ul {
    margin: 20px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.footer .ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	padding: 0 7px;
	position: relative;
	transition: all .5s ease;
}
.footer .ul li a::after {
	content: "";
	width: 1px;
    height: 15px;
    background: #bdbdbd;
    position: absolute;
    right: 0;
    bottom: 2px;
}
.footer .ul li a:hover {color: #2097f3;}
.footer .ul li:first-child a {padding: 0 7px 0 0;}
.footer .ul li:last-child a {padding: 0 0 0 7px;}
.footer .ul li:last-child a::after {width: auto;}
.footer .p {
	color: #e2e2e2;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px auto;
}
.footer .icp {
	color: #e2e2e2;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	margin: 15px auto 0;
	transition: all .5s ease;
}
.footer .icp:hover {color: #2097f3;}
.footer .copyright {text-align: center;}

.page_banner {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.page_banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
    height: 450px;
    object-fit: cover;
}

.about {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.about_article {
    margin: 50px auto;
}
.about_article .title_txt .span {color: #ececec;}
.about_article .title_txt .h2 {color: #333;}
.about_article .title_txt .h2::before,
.about_article .title_txt .h2::after {width: 130px;background: #ececec;}
.about_article .text {
	margin: 15px auto 0;
}
.about_article .text .p {
	color: #7f7f7f;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 auto;
}

.page {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.page_txt {
	margin: 50px auto;
}
.page .aside .ul li {
	border-bottom: 1px solid #fff;
}
.page .aside .ul li a {
	color: #666;
	font-size: 18px;
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #ececec;
	transition: all .5s ease;
}
.page .aside .ul .active a
/*.page .aside .ul li a:hover*/ {
	color: #fff;
	background: #2097f3;
}
.page .page_txt .txt .span {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin: 5px auto;
}
.page_txt .txt {
	position: relative;
	overflow: hidden;
}

.news {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.news .title_txt .span {color: #ececec;}
.news .title_txt .h2 {color: #333;}
.news .title_txt .h2::before,
.news .title_txt .h2::after {width: 130px;background: #ececec;}
.news_txt {margin: 50px auto;}
.news_txt .list {margin: 20px auto;}
.news_txt .list .figure {
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.news_txt .list .figure .a_img img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.news_txt .list .figure .figcaption {
	display: flex;
}
.news_txt .list .figure .figcaption .time {
	height: 90px;
    width: 200px;
    padding: 10px;
    margin-right: 15px;
    text-align: center;
    background: #f2f2f2;
}
.news_txt .list .figure .figcaption .time span {
	display: block;
	margin-top: 5px;
	font-size: 20px;
}
.news_txt .list .figure .figcaption .time small {
	display: block;
	font-size: 15px;
}
.news_txt .list .figure .figcaption .a {
	color: #666;
	font-size: 16px;
	line-height: 1.3;
	transition: all .5s ease;
}
.news_txt .list .figure .figcaption .a:hover {color: #2097f3;}
.news_txt .list .figure .figcaption .p {
	color: #808080;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px auto 0;
}

.details {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.details .details_txt {
	margin: 50px auto;
}
.details .h2 {
	color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 15px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ddd;
}
.details .p {
	color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.details .ul {
	margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.details .ul li {
	color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.details .ul li a {
	color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    transition: all .5s ease;
}
.details .ul li a:hover {color: #2097f3;}

.contact {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.contact_article {
    margin: 0 auto;
    padding: 50px 15px;
}
.contact .title_txt .span {color: #ececec;}
.contact_article .title_txt .h2 {color: #333;}
.contact_article .title_txt .h2::before,
.contact_article .title_txt .h2::after {background: #ececec;}
.contact_article .ul li {
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.contact_article .text {margin: 20px auto 0;}
.contact_article .text .figure {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.contact_article .text .figure .figcaption {margin-left: 30px;}
.contact_article .ul li a {display: block;}
.contact_article .ul li a span {
    width: 61px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    background: url("../images/qq.gif") no-repeat;
    vertical-align: middle;
}
.contact_article .ul li .h3 {
	color: #333;
	font-size: 16px;
	font-weight:600;
	line-height: 1;
}
.contact_article .ul li .span {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}
.contact .form .btn {
	color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 1;
    cursor: pointer;
    width: 100px;
    outline: 0;
	background-color: #5ab4ff;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #076ce0;
    border-color: #076ce0;
}

.query {
	position: relative;
	margin: 0px auto;
	background: #fff;
}
.query .query_main {
	position: relative;
	margin: 30px auto;
}
.query .query_search {
	position: relative;
	margin: 0px auto;
}
.query .list {
	background: transparent;
	margin: 20px auto;
}
.ys .list .figure .figcaption {
	background: #fff;
}
.query .query_main .form-control:focus {box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);}
.query .query_main .form .btn {
	color: #fff;
	font-size: 16px;
	background-color: #076ce0;
	border: 1px solid #ddd;
}
.query .query_main .form .btn:focus {box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);}

.footer .link_ul {
    position: relative;
	margin: 10px auto;
}
.footer .link_ul li:first-child a::after {
    width: auto;
}
.footer .link_ul li:first-child a {
    padding: 0;
}

@media (max-width: 1199px) {
	.picMarquee-left .bd ul li .pic img{width: 200px; height:150px;}
}
@media (max-width: 991px) {
	.site-nav {padding: 15px 0;}
	.banner .bg .txt {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    padding-top: 50px;
	    background: #00000040;
	}
	.picMarquee-left .bd ul li .pic img{width: 150px; height:100px;}
	.ys .list .figure .a_img img {
	    height: 150px;
	}
	.fw .left_txt {
	    margin-bottom: 15px;
	}
	.fw .right_txt .a_txt {padding: 0 5px;}
	.map .right_img {margin-top: 10px;}
	.index_news .list .figure {margin-bottom: 20px;}
}
@media (max-width: 767px) {
	.picMarquee-left .bd ul li .pic img{width: 120px; height:100px;}
	.fw .right_txt .a_txt {padding: 0px;}
	.page_banner img {width: 100%;height: 30vh;object-fit: cover;}
	.contact_article .text .figure .figcaption {margin: 20px 0 0;}
	.news_txt .list .figure .a_img {margin-bottom: 20px;}
	.news_txt .list .figure .a_img img {width: 100%;}
	.page_txt .aside {margin: 0 auto 20px;}
	.page .aside .ul li a {height: 50px;line-height: 50px;}
}
@media (max-width: 575px) {
	.picMarquee-left .bd ul li .pic img{width: 100px; height:80px;}
	.title_txt .span {font-size: 25px;}
	.title_txt .h2 {font-size: 25px;width: 80%;}
	.title_txt .h2::before,.title_txt .h2::after {width: 30%;height: 2px;}
	.ys .list .figure {width: 50%;}
	.fw .right_txt .a_txt {width: 100%;}
	.about_article .title_txt .h2::before,
	.about_article .title_txt .h2::after,
	.news_txt .title_txt .h2::before,
	.news_txt .title_txt .h2::after {width: auto;}
	.contact .form .col {flex: initial;}
	.news_txt .list .figure .figcaption {
		display: flex;
		flex-wrap: wrap;
	}
	.news_txt .list .figure .figcaption .time {
	    height: auto;
	    width: 100%;
	    margin-right: 0;
	    padding: 10px;
	    margin-bottom: 15px;
	}
	.news_txt .list .figure .figcaption .time span {margin-top: 0;}
}
@media (max-width: 400px) {
	.title_txt .h2 {font-size: 25px;width: 90%;}
	.title_txt .h2::before,.title_txt .h2::after {width: 25%;height: 2px;}
	.ys .list .figure .a_img img {
	    height: 120px;
	}
}
