html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, del, em, img, q, small, strong, sub, sup,  b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr,input,  th, td {
	margin: 0;
	padding: 0;
	border: 0;
	}


a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

h1,h2,h3 {
	font-weight: 500;
}

ul,li {
	list-style: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input {
	outline: none;
	background: #fff;
}

button {
	background: none;
	border: none;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑", Arial;
	font-size: 16px;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.header {
	border-top: 4px #181a7f solid
}

.logo {
	margin-left: 215px;
	margin-top: 20px;
}

.nav .navc ul {
	display: flex;
}

.nav .navc ul li {
	line-height: 100px;
	height: 100px;
}

.nav .navc ul li a {
	color: #000;
	font-size: 20px;
	display: block;
	line-height: 100px;
	padding: 0 15px;
}

.nav .navc {
	position: relative;
	display: flex;
}

.nav .navc ul {
	display: inline-flex;
	position: relative;
	flex: 0 0 calc(100% - 165px);
	width: calc(100% - 165px);
}

.nav .navc .search {
	display: inline-flex;
	justify-content: center;
	flex: 0 0 165px;
	background: #04287e;
	height: 100px;
	position: relative;
	width: 165px;
	cursor: pointer;
}

.nav .navc .search .sh1 {
	z-index: 9;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	transition-duration: .3s;
	text-align: center;
	color: #fff;
	overflow: hidden;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.search1 {
	opacity: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	border-top: 1px #f7f7f7 solid;
	position: absolute;
	transition-property: opacity,visibility;
	transition-duration: .5s;
	.sub-hides    transition-delay: .5s;
	z-index: -1;
	display: none;
}

.search1 .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 80px;
	background: url(../img/searchf.png) no-repeat center;
	border: none;
	background-size: 28px !important;
	box-sizing: border-box;
	display: block;
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 80px;
	background: url(../img/close.png) no-repeat center;
	background-size: 28px !important;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search1.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.por {
	position: relative;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search-is-open {
	opacity: 1;
	display: block;
	visibility: visible;
	transition-delay: 0s;
	z-index: 3;
}

.container-fluid {
	width: 1200px;
	margin: auto;
	position: relative;
	padding: 100px 0;
}

.search-input {
	display: block;
	text-indent: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}

.header.mini_top {
	position: fixed;
	z-index: 100;
	background: #fff;
	width: 100%;
}

.nav .navc ul li:hover a {
	color: #0069b0;
}

.banner  .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}

.banner img {
	width: 100%;
	display: block;
}

.warp80 {
	width: 80%;
	margin: auto;
}

.maingg {
	margin: 30px 0px;
}

.gg_list {
	width: 80%;
	margin-left: 30px;
}

.gg_list .swiper-slide {
	position: relative;
}

.gg_list .swiper-slide:before {
	content: "";
	width: 4px;
	height: 5px;
	background: #f00;
	position: absolute;
	left: 0;
	top: 40%
}

.gg_list .swiper-slide a {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.gg_list .swiper-slide .fl {
	padding-left: 10px;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gg_list .swiper-slide .fl:hover {
	color: #007cc2;
}

.maingg p {
	width: 85px;
	height: 30px;
	background: #007cc2;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.ggfr .m {
	font-size: 14px;
	color: #666;
	background: url(../img/gg_more.png) top right no-repeat;
	display: block;
	padding-right: 20px;
	background-position: 58px 4px;
	transition: all 0.3s;
}

.ggfr:hover  .m {
	background: url(../img/gg_more.png) bottom right no-repeat;
	background-position: 58px -16px;
	color: #005E9A;
}
.main_con{ margin-top:50px ;}
.home_news .newslist .news_img {
	width: 45%;
}

.home_news .newslist {
	width:100%;
}

/*.home_news .news_list .news_nav {
	background: #e6e6e6;
}*/

.home_news .news_list {
	width: 53%;
	    border: 1px #e2e2e2 solid;
}
.home_news .news_list .hd{ width: 20%;}
.home_news .news_list .bd{ width: 78%;}
.home_news .news_list .bd .listn{ padding-right: 10px;}

.home_news .news_list .news_nav {
	width: 100%;
	    border-right: 1px #e2e2e2 solid;
}

.home_news .news_list .news_nav a {
    font-size: 20px;
	line-height: 105px;
	text-align: center;
	display: block;
    border-bottom: 1px #e2e2e2 solid;
}

.home_news .news_list .news_nav .on {
	background: #007cc2;
	color: #fff;
}

.home_news .news_list .news_nav a:hover {
	background: #007cc2;
	color: #fff;
}

.home_news .newslist .swiper-slide p {
	width: 100%;
	position: absolute;
	bottom: 0;
	line-height: 35px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding-left: 25px;
	font-size: 14px;
}

.home_news .newslist .swiper-slide img {
	display: block;
	width: 100%;
	height: 425px;
	object-fit: cover;
}

.home_news .newslist .swiper-pagination-bullets {
	bottom: 10px;
	right: 0;
	width: auto;
	left: auto;
}

.video {
	position: relative;
}

.video .vt {
	position: absolute;
	right: 35px;
	top: 50px;
	color: #fff;
}

.video .vt span {
	display: block;
	text-align: right;
	text-justify: auto;
	text-transform: uppercase;
}

.video  .vicon {
	position: absolute;
	top: 40%;
	left: 48%;
}

.frist_new h2 {
	font-size: 18px;
	margin: 15px 0px;
}

.frist_new .text {
	font-size: 14px;
	color: #999;
}

.frist_new {
	padding-bottom: 20px;
	border-bottom: 1px #ddd dashed;
}
.frist_new h2 a{display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.listn ul li {
	line-height: 35px;
	height: 35px;
	position: relative;
}

.listn ul li:hover a,.frist_new h2:hover a {
	color: #004A9A;
}

.listn ul li span {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #888;
}

.home_b {
	margin-top: 55px;
}

.home_ly {
	background: #eeedf2;
	height: 130px;
}

.home_b .home_bu h2 {
	color: #007cc2;
	font-size: 36px;
}

.home_b .home_bu span {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	font-family: arial;
}

.home_b .home_bu {
	margin-top: 30px;
}

.yw_nav {
	display: flex;
}

.yw_nav img {
	vertical-align: middle;
	width: 40px;
}

.yw_nav .list-btn a {
	display: block;
}

.yw_nav .list-btn {
	border-left: 1px #fff solid;
	cursor: pointer;
	padding: 0 15px;
}

.yw_nav .list-btn span {
	font-size: 20px;
	display: inline-block;
	line-height: 130px;
}

.list-btn.cur {
	border-bottom: 4px #0079c2 solid;
}

.bun .b_con .img {
	width: 55%;
}

.bun .b_con .nrb {
	width: 45%;
}

.bun .b_con .nrb .nrbcon {
	padding: 95px 105px 95px;
	background: url(../img/yw_bg.png) no-repeat center;
	background-position-y: 200px;
}

.bun .b_con {
	margin: 60px 0px;
	display: none;
}

.bun .b_con .nrb .nrbcon h2 {
	text-align: right;
	font-size: 30px;
	margin-bottom: 60px;
}

.bun .b_con .nrb .nrbcon .text {
	font-size: 18px;
	color: #666;
	line-height: 35px;
	margin-bottom: 60px;
}

.bun .b_con .nrb .nrbcon .more a {
	line-height: 35px;
	background: #f3f3f3;
	font-size: 16px;
	padding: 10px 50px;
	display: inline-block;
	position: relative;
}

.bun .b_con .nrb .nrbcon .more a:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	background: #04287e;
	transition: all 0.3s;
	left: 0;
	top: 0;
}

.bun .b_con .nrb .nrbcon .more a:hover:before {
	width: 100%;
	z-index: -1;
}

.bun .b_con .nrb .nrbcon .more a:hover {
	color: #fff;
	z-index: 10;
}

.ny_banner img {
	display: block;
}

.nynav {
	background: #f5f5f5;
	color: #333;
}

.about .nynav ul {
	display: flex;
	flex-wrap: wrap;
}

.about .nynav ul li {
	position: relative;
	flex: auto;
	text-align: center;
}

.about .nynav ul li a {
	line-height: 90px;
	display: block;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.about .nynav ul li:before {
	position: absolute;
	content: "";
	right: 0;
	width: 1px;
	height: 15px;
	background: #cccccc;
	top: 45%
}

.about .nynav ul li.cur {
	border-bottom: 3px #004a9a solid;
}

.aboutcon .text {
	line-height: 35px;
}

.aboutcon {
	margin-top: 55px;
}

.n_about .ns {
	margin: 50px 0px;
}

.n_about .ns ul {
	display: flex;
}

.n_about .ns ul li {
	flex: auto;
	text-align: center;
}

.n_about .ns ul li .num {
	color: #004a9a;
	text-align: center;
}

.n_about .ns ul li .num h3 {
	display: inline-block;
	font-size: 48px;
	font-family: arial;
	font-weight: bold;
}

.n_about .ns ul li .num p {
	color: #666;
}

.about_v {
	background: url(../img/n_about_fl02_bg.jpg) center no-repeat;
	height: 570px;
	background-attachment: fixed;
}

.video_t {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
}

.video_t .vc {
	display: table-cell;
	vertical-align: middle;
}

.video_t .vc h3 {
	font-size: 48px;
	color: #fff;
}

.video_t .vc span {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	display: block;
}

.video_t .vc img {
	margin-top: 15px;
	transition: 0.6s;
}

.video_t .vc img:hover {
	transform: rotate(180deg)
}

.team_con .teamlist {
	display: flex;
	flex-wrap: wrap;
}

.team_con .teamlist .teamit {
	display: -ms-flexbox;
	margin-bottom: 50px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(25% - 50px);
	margin-left: 50px;
	text-align: center;
	cursor: pointer;
	padding: 20px;
	background: #f3f3f3;
}

.team_con .teamlist .teamit:nth-child(4n-3) {
	margin-left: 0px;
}

.team_con {
	margin-top: 85px;
}

.d_img {
	display: table-cell;
	width: 36.785%;
}

.d_zc {
	width: 58%;
	padding: 0 30px 0 0;
}

.d_zc .text h2 {
	font-size: 36px;
	color: #004A9A;
	font-weight: bold;
	margin-bottom: 15px;
}

.d_zc .text span {
	font-size: 18px;
	color: #d2d2d2;
	font-family: Impact;
	text-transform: uppercase;
}

.d_zc .text .dc {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	margin-top: 30px;
}

.listnews .newsitem .date span {
	display: block;
}

.listnews .newsitem .date span.d {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}

.listnews .newsitem .date span.y {
	font-size: 16px;
	color: #777777;
}

.listnews .newsitem a {
	display: flex;
}

.listnews .newsitem .date {
	width: 10%;
}

.listnews .newsitem .nimg {
	width: 300px;
	height: 200px;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}

.listnews .newsitem .nimg img {
	width: 300px;
	height: 200px;
	display: block;
}

.listnews .newsitem .n_text {
	width: 90%;
	height: 200px;
	background: #f7f7f7;
	padding: 20px 50px;
	position: relative;
}

.listnews .newsitem .n_text .more {
	text-transform: uppercase;
	font-size: 14px;
	font-family: arial;
	text-align: center;
	letter-spacing: 3px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 155px;
	height: 34px;
	background-color: #404040;
	color: #fff;
	line-height: 34px;
}

.listnews .newsitem {
	height: 200px;
	margin-bottom: 30px;
	overflow: hidden;
}

.listnews .newsitem .n_text p {
	margin-top: 20px;
	color: #777;
	line-height: 30px;
}

.team_con .teamlist .teamit img {
	width: 100%;
}

.team_con .teamlist .teamit .text {
	padding: 15px 2%;
	text-align: center;
	position: relative;
}

.team_con .teamlist .teamit:hover .text {
	background: #004A9A;
	color: #fff;
}

.team_con .teamlist .teamit:hover .text  h3 {
	color: #fff;
}

.team_con .teamlist .teamit:hover  .text span {
	color: #fff;
}

.team_con .teamlist .teamit .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #333;
	font-size: 18px;
}

.team_con .teamlist .teamit .text span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #999999;
	font-size: 14px;
}

.listnews .newsitem:hover .date .d,.listnews .newsitem:hover .date .y,.listnews .newsitem:hover .n_text h2 {
	color: #004a9a;
}

.listnews .newsitem:hover .nimg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.listnews .newsitem:hover .n_text .more {
	background: #004a9a;
	color: #fff;
}

.position {
	background: #f7f7f7;
	line-height: 70px;
}

.position a {
	color: #777;
}

.newsxq .xqcon .xqac {
	color: #999;
	margin-top: 10px;
}

.newsxq .xqcon .xqac span {
	margin-right: 15px;
	font-size: 14px;
}

.newsxq .delist {
	line-height: 35px;
	margin-top: 30px;
	color: #666;
}

.xqcon .page {
	margin: 50px 0px;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	border-top: 1px #f1f1f1 solid;
	padding-top: 10px;
}

.about .nynav.pronav ul li a {
	height: 90px;
	line-height: 1px;
	display: block;
	padding: 20px 70px;
	position: relative;
	text-align: center;
}

.about .nynav.pronav ul li a h5 {
	vertical-align: top;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	font-weight: 400;
}

.about .nynav.pronav ul li a img {
	vertical-align: middle;
	width: 30px; 
	    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} 
.about .nynav.pronav ul li:hover img{
	-webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;}


  
 /*.pro_con .prox{ display: flex; flex-wrap: wrap;} */
.pro_con .prox .pro_imgf {
	width: 35%;
}

.pro_con .prox .ds .dsco {
	padding-right: 20px;
	line-height: 30px;
	color: #666;
	margin-top: 20px;
}/*.pro_con .prox .ds:before{ content: ""; position: absolute;bottom: -10px; width: 100px; height: 5px; background: #ddd; }*/.pro_con .prox .ds h2 {
	position: relative;
	font-size: 30px;
}

.listpro ul {
	display: flex;
	flex-wrap: wrap;
}

.listpro ul li {
	width: calc(25% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
}

.listpro ul li:nth-child(4n-3) {
	margin-left: 0;
}

.listpro ul li .img img {
	width: 100%;
	height: auto;
	display: block;
}

.listpro {
	background: #f1f1f1;
	margin-top: 50px;
	padding: 50px 0px;
}

.listpro  .prol h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.listpro  .prol .con {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	background: #fff;
}

.pro_contact .pyw {
	margin-top: 50px;
	margin-bottom: 50px;
}

.pro_contact .pyw h2 {
	margin-bottom: 30px;
}

.pro_contact .pyw .link a {
	color: #666;
}

.pro_contact .pyw .link a:hover {
	color: #004A9A;
}

.listpro  .prol .img img {
	width: 100%;
}

.ctext {
	line-height: 30px;
}

.ctext h1 {
	font-size: 25px;
	color: #04287e;
	text-align: center;
	margin-bottom: 30px;
}

.nycon {
	margin: 50px 0px;
}

.kjlist {
	display: flex;
	flex-wrap: wrap;
}

.kjlist .kjitem {
	flex: auto;
	width: 33.333%;
	padding: 0 10px;
	margin-top: 30px;
}

.kjlist .kjitem h1 {
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px #eee solid;
	color: #004a9a;
}

.kjlist .kjitem p {
	font-size: 15px;
	line-height: 30px;
}

.lxwmfr h6 {
	font-weight: 400;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-top: 1rem;
}

.ewm {
	width: 7.8125rem;
	height: 7.8125rem;
	border: #e9e9e9 1px solid;
}

.ewm img {
	width: 100%;
	height: 100%;
}

.lxwm_bottom {
	text-align: center;
	margin-bottom: 50px;
}

.lxwm_bottom ul li {
	display: inline-block;
	margin: 0 10px;
}

.jobsh {
	display: flex;
	flex-wrap: wrap;
}

.jobsh .list_j {
	flex: auto;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
}

.jobsh .list_j.cur {
	background: #f1f1f1;
}

.jobl {
	margin-top: 20px;
}

.jobsh_list ul li a {
	display: inline-block;
	line-height: 45px;
	font-size: 15px;
	color: #666;
}

.jobsh_list {
	padding: 0 50px;
}

.jobsh_list ul li {
	border-bottom: 1px #f1f1f1 dashed;
	line-height: 45px;
}

.jobsh_list ul li span {
	display: inline-block;
	line-height: 45px;
	font-size: 14px;
	color: #666;
}

.jobsh_list ul li a:hover {
	color: #004A9A;
}

.nynav01 {
	margin-bottom: 20px;
}

.nynav01 ul {
	border-bottom: 1px #ddd solid;
	display: flex;
}

.nynav01 ul a {
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	padding: 0 30px;
	display: block;
}

.nynav01 ul li {
	flex: auto;
}

.nav-left-a.cur1 {
	color: #004A9A;
}

.nav .navc ul li .sub-hides .sub-a {
	opacity: 0;
	transform: translateY(6px);
	border-bottom: 1px solid #07304b;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	transition-duration: .1s;
	transition-timing-function: ease;
}

.nav .navc ul li:hover .sub-a, .nav .navc ul li.cur .sub-hides .sub-a {
	opacity: 1;
	transform: translateY(0);
}

.sub-hides {
	background: #0166aa;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	width: 123px;
	position: absolute;
	z-index: 100;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
	top: 100px;
	padding-top: 20px;
	visibility: hidden;
}

.nav .navc ul li:hover .sub-hides {
	padding-top: 0px;
	opacity: 1;
	visibility: visible;
}              /*.banner .swiper-container{z-index: -1;}*/.team_con .teamlist.zzrycon .teamit .text h3 {
	font-size: 14px;
}

.gjmy .myimg {
	width: 45%;
}

.gjmy .mytext {
	width: 55%;
}

.gjmy .mytext .myft h2 {
	color: #0166a9;
}

.gjmy .mytext .nrp {
	margin-top: 10px;
	line-height: 30px;
}

.gjmy .mytext .xgweb {
	padding: 10px 50px;
	position: relative;
	padding-right: 80px;
	background: #0166aa;
	color: #fff;
	margin-top: 25px;
	display: inline-block;
}

.gjmy .mytext .xgweb:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 6px;
	background: url(../img/i16.png) no-repeat center;
	background-size: 100%;
	top: 0;
	bottom: 0;
	right: 60px;
	margin: auto;
	transition: .5s ease-in-out;
}

.gjmy:hover .mytext .xgweb:after {
	transition: .5s ease-in-out;
	right: 50px;
}

.gjmy {
	border: 1px #ddd solid;
	margin-bottom: 20px;
	cursor: pointer;
}

.gjmy .myimg img {
	display: block;
	transition: all 0.6s
}

.gjmy .mytext .myft {
	padding: 50px 50px 0px;
}

.gjmy .myimg h1 {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}

.gjmy .myimg {
	position: relative;
	overflow: hidden;
}

.gjmy:hover .myimg img {
	transform: scale(1.05);
}

.about .nynav ul.kjnav {
	width: calc(100% - 25%);
}

.jscg .gjmy:hover .myimg img {
	transform: scale(1.0);
}

.wz a {
	line-height: 90px;
	font-size: 12px;
	color: #666;
}

.ywem {
	display: flex;
	flex-wrap: wrap;
}

.ywem .ywly_c {
	flex: auto;
	width: calc(20% - 30px);
	margin-left: 30px;
	transition-duration: 0.6s;
}

.ywem .ywly_c:nth-child(1) {
	margin-left: 0px;
}

.ywtit {
	font-size: 35px;
	text-align: center;
	line-height: 100px;
}

.ywlist {
	margin-top: 30px;
}

.yw_itcon .title h4 {
	font-size: 24px;
	color: #313131;
	FONT-WEIGHT: 500;
	margin-bottom: 30px;
}

.yw_itcon .title {
	padding: 0 10px;
}

.yw_itcon .title p {
	color: #666;
	line-height: 25px;
	font-size: 14px;
}

.yw_itcon {
	padding-bottom: 20px;
	min-height: 500px;
}

.ywconb {
	padding: 0 2%;
	margin-bottom: 50px;
}

.yw_itcon .title .ym {
	font-size: 14px;
	color: #666;
	margin-top: 30px;
	border: 1px #ddd solid;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	text-align: center;
}

.ywem .ywly_c:hover {
	margin-top: -10px;
}

.ywem .ywly_c:hover h4 {
	color: #004A9A;
}

.ywem .ywly_c:hover .ym {
	background: #004A9A;
	color: #fff;
	border: none;
}

.kjcxt {
	position: relative;
}

.kjcxt .kj_tit {
	position: absolute;
	top: 45%;
	text-align: center;
	width: 100%;
	color: #fff;
}

.kjcxt .kj_tit h2 {
	font-size: 45px;
}

.ctext table {
	width: 100%;
	text-align: center;
	line-height: 45px;
}

.ctext  table tr.firstRow {
	background: #004a9a !important;
	color: #fff;
	text-align: center;
	border-spacing: 8px;
}

.ctext  table tr:nth-child(2n+1) {
	background: #eee;
}

.ctext  table tr td {
	padding: 0 10px;
}

.dj_list {
	width: 70%;
	float: left;
}

.dj_list .djimg {
	width: 50%;
}

.dj_list .djzt {
	width: 50%;
	padding-left: 10px;
}

.dj_list .djzt .djzt_list h2 {
	color: #004A9A;
}

.djztcon .tit_d {
	margin-top: 15px;
	position: relative;
}

.djztcon .tit_d h3 {
	font-size: 16px;
	position: relative;
}

.djztcon .tit_d .dj_c {
	font-size: 14px;
	color: #666;
}

.djztcon .tit_d span {
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	font-size: 12px;
}

.djztcon .tit_d .dj_c {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px #bdbdbd dotted;
}

.djul ul li {
	list-style: disc;
	margin-left: 20px;
	color: #888;
	font-size: 12px;
	position: relative;
}

.djul ul li a {
	color: #666;
	font-size: 14px;
}

.djul {
	margin-top: 10px;
}

.djul ul li .title {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	position: relative;
}

.djul ul li span {
	position: absolute;
	right: 0;
	top: 0;
}

.djul ul li:hover,.djul ul li:hover a {
	color: #004A9A;
}

.gjzt {
	width: 25%;
	float: right;
}

.gjzt img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

.gjzt .ztimg {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.gjzt .ztimg:hover img {
	transform: scale(1.05);
}

.djdt {
	margin-top: 30px;
	background: #f1f1f1;
	padding: 50px 0px;
}

.djdt_con h2 {
	color: #004A9A;
	margin-bottom: 20px;
}

.djdt_list .dj_text h3 {
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.djdt_list .dj_text p {
	line-height: 25px;
	font-size: 14px;
	color: #666;
}

.djdtlist {
	position: relative;
	margin-bottom: 50px;
}

.djdtlist .djdt_a img {
	width: 413px;
	height: 235px;
	object-fit: cover;
}

.djdt_list .dj_text {
	padding: 10px;
}

.djdt_list .dj_text span {
	background: url(../img/icon_time.png) left no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	display: block;
	color: #999;
}

.news_img .listn .swiper-pagination-bullet {
	background: #f1f1f1;
}

.news_img .listn .swiper-pagination-bullet-active {
	background: #007cc2;
}

.jscg .gjmy .mytext .myft .nrp {
	height: calc(100% - 70px);
	overflow-y: auto;
	max-height: 240px;
}

.jscg .gjmy .mytext .myft .nrp::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.jscg .gjmy .mytext .myft .nrp::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.jscg .gjmy .mytext .myft .nrp::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #EDEDED;
}

.jscg  .gjmy .myimg img {
	width: 100%;
	display: block;
}

.myimg .swiper-pagination-bullet {
	width: 20px;
	border-radius: 20px
}

.myimg   .swiper-pagination {
	text-align: right;
}

.nynav01 ul li a.on {
	background: #004A9A;
	color: #fff;
}

.jsfwcon {
	padding: 30px 50px;
	line-height: 35px;
}

.bnimg {
	width: 60%;
}

.bntext {
	width: 38%;
}

.dj_list .swiper-wrapper  .swiper-slide img {
	width: 100%;
	display: block;
	height:350px;
	object-fit: cover;
}

.dj_list .swiper-wrapper  .swiper-slide h1 {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	width: 100%;
	line-height: 35px;
	padding-left: 20px;
}

.dj_list .swiper-pagination {
	text-align: right;
}

.news_swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.dj_news  .swiper-button-next,.dj_news   .swiper-container-rtl .swiper-button-prev {
	right: -50px;
}

.dj_news .swiper-button-prev,  .dj_news .swiper-container-rtl  .swiper-button-next {
	left: -50px;
}

.djmore {
	width: 100px;
	font-size: 14px;
	border: 1px #ddd solid;
	display: block;
	margin: auto;
	text-align: center;
	padding: 10px 0px;
	color: #999;
}

.djmore:hover {
	background: #004A9A;
	color: #fff;
}

img {
	vertical-align: middle;
}

.rlzynav {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.rlzynav .rlzyn {
	width: 32.8%;
	margin-right: 0.8%;
}

.rlzynav .rlzyn:last-child {
	margin-right: 0;
}

.rlzy_a {
	display: block;
	position: relative;
	overflow: hidden;
}

.rlzy_a h2 {
	position: absolute;
	bottom: 20px;
	color: #fff;
	margin-left: 10px;
}

.rlzy_a img {
	transition: all 0.3s;
	width: 100%;
}

.rlzy_a:hover img {
	transform: scale(1.05);
}

.lxwm_con ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.lxwm_con ul li {
	flex: auto;
	text-align: center;
	position: relative;
}

.lxwm_con ul li h3 {
	line-height: 100px;
}

.lxwm_con ul li h5 {
	font-size: 16px;
	color: #6c6c6c;
	margin-bottom: 10px;
	font-weight: 400;
}

.lxwm_con ul li  p {
	font-size: 16px;
	color: #333;
}

.lxwm_con ul li:before {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 100px;
	background: #d1d1d1;
	top: 50%;
	margin-top: -10px;
}

.lxwm_con ul li:nth-child(4):before {
	display: none;
}

.lxwm_con {
	margin-bottom: 50px;
	display: flex;
}

.lxwm_con .ly_img {
	width: 35%;
}

.lxwm_con .ly_con {
	width: 65%;
}

.zl_text {
	width: 50%;
	background: #f8f8f8;
	padding: 50px;
	line-height: 35px;
	color: #666;
}

.zl_img {
	width: 50%;
}

.zl_img img {
	width: 100%;
}

.imgBox {
	background-image: url(../img/rczl.jpg);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

.zlcon {
	display: flex;
}

.rczl h1 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}

.rczl h1:after {
	content: "";
	width: 80px;
	height: 5px;
	background: #004A9A;
	position: absolute;
	bottom: 0px;
	left: 47.5%;
}

.rcjy {
	background-image: url(../img/jypx.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.jycon h1 {
	text-align: center;
	color: #fff;
}

.jyl {
	display: flex;
	flex-wrap: nowrap;
}

.jyitem {
	flex: auto;
	width: 33.33%;
	margin-left: 20px;
}

.jyitem:nth-child(1) {
	margin-left: 0;
}

.rcjy {
	margin: 50px 0px;
	padding-bottom: 80px;
}

.jycon {
	padding: 50px 0px;
}

.jyitem {
	position: relative;
	cursor: pointer;
}

.jyitem .jytx {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	background: rgba(0,94,155,0.6);
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
	transition: all .3s;
}

.jyitem .jytx h2 {
	line-height: 50px;
	text-align: center;
}

.jyitem:hover .jytx {
	height: 100%;
	padding-top: 50px;
}

.jytx p {
	padding: 0 30px;
	font-size: 14px;
	line-height: 25px;
}

.jobcon h1 {
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
}

.jobcon h1:after {
	content: "";
	width: 80px;
	height: 5px;
	background: #004A9A;
	position: absolute;
	bottom: 0px;
	left: 47.5%;
}

.jobc {
	margin-bottom: 100px;
}

.lybox {
	background-image: url(../img/m_img.jpg);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

.messlist {
	height: 50px;
	line-height: 50px;
	margin: 0 10px 16px 0;
	float: left;
	width: 360px;
	background: #fff;
	color: #626364;
	border-radius: 4px;
}

.messlist input {
	float: left;
	width: 70%;
	height: 50px;
	background: none;
	border: none;
	outline: none;
	color: #767676;
	font-size: 14px;
	padding: 0 20px;
}

.messlist1 {
	height: 50px;
	line-height: 50px;
	margin: 0 10px 16px 0;
	width: 100%;
	background: #fff;
	color: #626364;
	border-radius: 4px;
}

.messlist1 input {
	float: left;
	width: 70%;
	height: 50px;
	background: none;
	border: none;
	outline: none;
	color: #767676;
	font-size: 14px;
	padding: 0 20px;
}

.messlist02 {
	height: 150px;
	width: 100%;
	background: #fff;
	color: #767676;
	box-sizing: border-box;
	margin-bottom: 16px;
	border-radius: 4px;
}

.messsub {
	width: 190px;
}

.messsub input {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	border: none;
	background: #0166a9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transition: 0.6s;
}

.messlist02 textarea {
	float: left;
	width: 100%;
	height: 150px;
	color: #767676;
	font-size: 14px;
	border: none;
	outline: none;
	padding: 14px 20px;
	resize: none;
	box-sizing: border-box;
	background: none;
}

#myform1 {
	background: #f1f1f1;
	padding: 50px;
}

button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

.foot {
	background: #005e9a;
}

.foot .footcon a {
	color: #a1b8cf;
}

.foot .footcon {
	padding: 70px 0px;
}

.foot .footcon .footcy h3 {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px #2173a7 solid;
	padding-bottom: 20px;
	background: url(../img/cy_icon.png)  right  10px  no-repeat;
}

.foot .footcon .footcy .cycon a {
	font-size: 14px;
	display: block;
	line-height: 25px;
}

.foot .footcon .footcy .cycon {
	margin-top: 20px;
	max-height: 200px;
	overflow: hidden;
}

.foot .footcon .footnav ul li a {
	display: block;
}

.foot .footcon .footnav ul {
	display: flex;
}

.navf h2 {
	color: #fff;
	font-size: 16px;
}

.navf .f_nav {
	margin-top: 30px;
}

.navf .f_nav a {
	font-size: 14px;
	line-height: 30px;
}

.foot .footcon .footnav ul li {
	padding: 0 14px;
	border-left: 1px #2173a7 solid;
	flex: auto;
}

.foot .footcon .footnav ul li:nth-of-type(1) {
	border-left: none;
}

.foot .footcon .footcy {
	width: 15%;
}

.foot .footcon .footnav {
	width: 60%;
	margin-left: 30px;
}

.foot .footcon .footfr {
	width: 20%;
}

.ewmf {
	display: flex;
}

.ewmf span {
	display: block;
	color: #a1b8cf;
	font-size: 14px;
	text-align: center;
}

.ewmf .e {
	padding: 10px;
}

.rdf select {
	width: 80%;
	line-height: 45px;
	border: 1px #4489b5 solid;
	height: 45px;
	background: none;
	color: #fff;
}

.foot_bq {
	background: #0569a8;
	line-height: 50px;
	color: #709bc3;
	font-size: 14px;
}

.foot .footcon .footcy .cycon a:hover,.foot .footcon .footnav ul li a:hover {
	color: #fff;
}

#toTop {
	width: 50px;
	height: 50px;
	background: #e6e6e6;
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 10;
	display: none;
	text-align: center;
	cursor: pointer;
}

#toTop p {
	display: none;
}

#toTop img {
	position: relative;
	filter: opacity(0.2);
	width: 40px;
	display: block;
	margin: auto;
}

#toTop:hover p {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

#toTop:hover img {
	display: none;
}

#toTop:hover {
	background: #0079c2;
}

.video {
	flex: 0 0 398px;
	width: 398px;
	margin-left: 25px;
}

.home_news {
	display: flex;
}
.ctext .arclist{    padding: 20px;border: 1px #efeeee solid;}
.arc_item ul li{font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-indent: 16px;
    background: url(../img/li-bg.png) center left no-repeat;border-bottom: 1px #f3f3f3 dashed;}
.date1{ float: right;color: #999;
    font-size: 14px;
    padding-right: 15px;}
.arc_item ul li a{
display: block;
    width: 900px;
   text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden;}
.arc_item ul li:hover  a{ color: #04287e;}


@media screen and (max-width: 1900px) {
	.logo {
		width: 19%;
	}
}

@media screen and (max-width: 1860px) {
	.nav .navc ul {
		flex: 0 0 calc(100% - 140px);
		width: calc(100% - 140px);
	}

	.nav .navc .search {
		width: 140px;
		flex: 0 0 140px;
	}

	.foot .footcon .footnav ul li {
		padding: 0 10px;
	}

	.foot_bq p {
		text-align: center;
		line-height: 25px;
	}
}

@media screen and (max-width: 1760px) {
	.nav .navc ul li a {
		font-size: 18px;
		padding: 0 10px;
	}

	.listn ul li a {
		display: inline-block;
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	/*.home_news .newslist .swiper-slide img {
		width: auto;
		height: 400px;
		object-fit: cover;
	}*/

	/*.home_news .newslist {
		width: calc(100% - 298px);
	}*/

	.video {
		flex: 0 0 298px;
		width: 298px;
		margin-left: 25px;
	}

	.video .v {
		object-fit: cover;
		height: 400px;
	}

	.warp80 {
		width: 85%;
	}

	.foot .footcon .footnav {
		margin-left: 15px;
	}

	.foot .footcon .footnav ul li {
		padding: 0 4px;
	}

	.foot .footcon .footcy {
		width: 18%;
	}
}

@media screen and (max-width: 1530px) {
	.nav .navc ul li a {
		font-size: 16px;
		padding: 0 6px;
	}

	.bun .b_con .nrb .nrbcon {
		padding: 28px 65px 95px;
	}

	.jscg .gjmy .mytext .myft .nrp {
		max-height: 200px;
	}

	.navf h2 {
		font-size: 14px;
	}

	.rdf select {
		width: 100%;
	}

	.w1300 {
		width: 80%;
	}

	.gg_list .swiper-slide .fl {
		width: 71%
	}
	.gjmy .mytext .nrp{    line-height: 25px;font-size: 14px;}
	.gjmy .mytext .myft h2{    font-size: 20px;}
	.gjmy .mytext .myft{    padding: 30px 50px 0px;}
	.jyitem:hover .jytx{    padding-top: 20px;}
	.jytx p{    font-size: 14px;
    line-height: 20px;}
    .jyitem .jytx h2{ font-size: 18px;}
	
}

@media screen and (max-width: 1340px) {
	.nav .navc ul li a {font-size: 14px;}
.jscg .gjmy .mytext .myft .nrp{    max-height: 160px;}
.logo {margin-left: 100px;}
.bun .b_con .nrb .nrbcon h2 {margin-bottom: 30px;}
.bun .b_con .nrb .nrbcon .text {margin-bottom: 15px;}
.bun .b_con .nrb .nrbcon {padding: 14px 46px 95px;background-position-y: 70px;}
.yw_nav .list-btn span {font-size: 16px}
.gg_list .swiper-slide .fl {width: 65%}
.about .nynav ul.kjnav{    width: calc(100% - 32%);}
.yw_itcon .title h4{    font-size: 20px;    margin-bottom: 20px;}
.about .nynav.pronav ul li a{ padding: 20px 0px;;}
.gjmy .mytext .xgweb{    padding: 10px 20px;    margin-top: 10px; font-size: 12px;}
.gjmy .mytext .xgweb:after{    right:5px;}
.jytx p{    font-size: 12px;line-height: 20px;    padding: 0 10px;}
.jyitem .jyimg{    height: 315px;}
.jyitem .jyimg img{width: auto; height: 100%;object-fit: cover;}
    

}

.wap_header,.wapjy {
	display: none
}

@media screen and (max-width: 1024px) {
	.headtop{ display: none;}
.header{ border-top:none;}
.container-fluid{ width: 95%;padding: 10px 0;}
.search-input{ font-size: 14px;}
	.wap_header {
		display: block;
		width: 95%;
		margin: auto;
		position: fixed;
		top: 0;
		z-index: 1000;
		background: #fff;
		width: 100%;
		height: 50px;
		padding: 3px 0px;
	}

	.waptop {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		transition-duration: .5s;
	}

	.waptop .wlogo {
		flex: 0 0 230px;
	}

	.waptop .m-header-right {
		height: auto;
		flex: 0 0 auto;
		align-items: center;
		justify-content: flex-start;
		display: inline-flex;
	}

	.m-language {
		flex: 0 0 20px;
		display: inline-block;
		cursor: pointer;
		height: 20px;
		width: auto;
		position: relative;
		margin-right: 14px;
		font-size: 16px;
		line-height: 20px;
		color: #999;
		padding-right: 14px;
		border-right: 1px solid #ccc;
	}

	.head.mini_top {
		height: auto;
	}

	.m-nav-btn {
		position: absolute;
		right: 0;
		height: 50px;
		width: 50px;
		top: 0;
		padding: 15px;
		background: #04287e;
		display: inline-block;
		cursor: pointer;
		transition-duration: .5s;
	}

	.m-nav-btn .line {
		position: absolute;
		display: block;
		width: 22px;
		height: 2px;
		background-color: #fff;
		left: 16px;
		transition: all .5s ease;
		margin: 0;
	}

	.m-nav-btn .line1 {
		top: 15px;
		-webkit-transform-origin: left top 0;
		-ms-transform-origin: left top 0;
		transform-origin: left top 0;
	}

	.m-nav-btn .line2 {
		top: 22px;
	}

	.m-nav-btn .line3 {
		top: 30px;
		-webkit-transform-origin: left bottom 0;
		-ms-transform-origin: left bottom 0;
		transform-origin: left bottom 0;
	}

	.waptop  .show-search-btn {
		flex: 0 0 20px;
		display: inline-block;
		cursor: pointer;
		height: 20px;
		width: 20px;
		background: url(../img/searchf.png) no-repeat center;
		background-size: 20px !important;
		position: relative;
		margin-right: calc(50px + 2vw);
	}

	.m-nav-btn.cur .line1 {
		transform: rotate(45deg);
	}

	.m-nav-btn.cur .line2 {
		display: none;
	}

	.m-nav-btn.cur .line3 {
		transform: rotate(-45deg);
	}

	.m-nav-btn .line {
		position: absolute;
		display: block;
		width: 22px;
		height: 2px;
		background-color: #fff;
		left: 16px;
		transition: all .5s ease;
		margin: 0;
	}

	.m-header-menu {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 50px;
		background-color: #fff;
		z-index: 1000;
		  overflow-y: scroll;
    padding-bottom: 20px;
	}

	.m-header-menu .nav-item {
		background: #f7f7f7;
	}

	.m-header-menu .nav-item:nth-child(2n) {
		background: #fff;
	}

	.m-header-menu .header-nav .nav-item:nth-child(1) .nav-a:after {
		background: none;
	}

	.m-header-menu .nav-item.cur .nav-a:after {
		transform: rotate(-180deg);
	}

	.m-header-menu .nav-a:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		position: absolute;
		right: 6.4%;
		top: 16px;
		background: url(../img/img1.svg) no-repeat right 0 center;
		background-position: 50% 50%;
		background-size: 20px auto;
		transform: rotate(0);
		transform-origin: center center;
		transition: all .3s ease-in-out;
	}

	.m-header-menu .nav-a {
		color: #333;
		font-size: 14px;
		line-height: 45px;
		display: block;
		cursor: pointer;
		position: relative;
		padding-left: 5%;
	}

	.m-header-menu .header-subnav {
		position: static;
		display: none;
		max-height: 191px;
		overflow: scroll;
		padding: 0 5%;
	}

	.m-header-menu .subnav-a {
		line-height: 20px;
		font-size: 12px;
		color: #666;
		display: block;
		float: left;
		padding: 5px;
	}

	.m-header-menu .subnav-a:last-child {
		border-bottom: none;
	}

	.warp80 {
		width: 95%;
	}

	.ggfr .m {
		display: none;
	}

	.gg_list {
		margin-left: 10px;
	}

	.gg_list .swiper-slide .fl {
		width: 70%;
	}

	.home_news {
		display: inline;
	}

	.home_news .newslist,.home_news .newslist .news_img {
		width: 100%;
	}

	.home_news .newslist .swiper-slide img {
		width: 100%;
		height: 260px !important;
	}

	.home_news .news_list {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.video {
		width: 100%;
		margin-left: 0px;
	}

	.yw_nav {
		flex-wrap: wrap;
	}

	.yw_nav img {
		width: 20px;
	}

	.yw_nav .list-btn span {
		font-size: 14px;
	}

	.yw_nav .list-btn {
		padding: 0 10px;
	}

	.home_ly {
		height: auto
	}

	.home_b .home_bu h2 {
		font-size: 25px;
	}

	.bun .b_con .nrb .nrbcon h2 {
		text-align: left;
	}

	.banner,.ny_banner {
		margin-top: 50px;
	}

	.foot .footcon .footcy {
		width: 100%;
	}

	.foot .footcon .footnav {
		display: none;
	}

	.foot .footcon .footfr {
		width: 100%;
	}

	.position {
		margin-top: 50px;
	}
	.video .v{ width: 100%;}
	.gjmy .myimg,.gjmy .mytext {
		width: 100%;
	}

	.gjmy .mytext .myft {
		padding: 50px 20px 10px;
	}
   .arc_item ul li{text-indent: 4px;}
	.ctext .arclist{ padding: 0px; border:none}
	.date1{padding-right:0px;width: 20%;    font-size: 12px;}
	.arc_item ul li a{    width: 75%;    float: left;}
	
	
}

@media screen and (max-width: 768px) {
	.jyl{ display: none;}
	.wapjy{ display: block;}
	.yw_nav {
		flex-wrap: inherit;
		overflow-x: auto;
		flex: auto;
	}

	.yw_nav .list-btn {
		padding: 10px 15px;
		flex: 0 0 auto;
	}

	.yw_nav .list-btn span {
		line-height: 30px;
	}

	.bun .b_con .img,.bun .b_con .nrb {
		width: 100%;
	}

	.bun .b_con {
		margin: 30px 0px;
	}

	.bun .b_con .nrb .nrbcon {
		padding: 14px 20px 95px;
	}

	.kjcxt .kj_tit {
		top: 20%;
	}

	.kjcxt .kj_tit h2 {
		font-size: 18px;
	}

	.kjcxt .kj_tit h3 {
		font-size: 14px;
	}

	.w1300 {
		width: 95%;
	}

	.about .nynav ul {
		flex: auto;
		overflow-x: auto;
		flex-wrap: inherit;
	}

	.about .nynav ul li {
		flex: 0 0 auto;
		padding: 0 10px;
	}

	.about .nynav ul li a {
		line-height: 50px;
	}

	img {
		height: auto !important;
	}

	.n_about .ns ul li .num h3 {
		font-size: 18px;
	}

	.n_about .ns ul li p {
		font-size: 12px;
	}

	.about_v {
		height: 100%;
    padding: 50px 0px;
    background-size: cover;
	}
.home_news .news_list .news_nav a{ font-size: 15px;}
	.video_t .vc h3 {
		font-size: 35px;
	}

	.team_con {
		margin-top: 25px;
	}

	.team_con .teamlist .teamit {
		width: 50%;
		margin-left: 0px;
	}

	.listnews .newsitem {
		position: relative;
		height: auto;
	}

	.listnews .newsitem .date {
		position: absolute;
		width: auto;
		top: 0;
		left: 0;
		z-index: 100;
		background: #0166aa;
		padding: 10px;
	}

	.listnews .newsitem .date span.d {
		font-size: 20px;
		color: #fff;
	}

	.listnews .newsitem .date span.y {
		font-size: 14px;
		color: #fff;
	}

	.listnews .newsitem .n_text {
		width: 100%;
		height: auto;
		padding: 65px 20px 10px;
	}

	.listnews .newsitem .n_text h2 {
		font-size: 18px;
	}

	.listnews .newsitem .n_text p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	.aboutcon {
		margin-top: 25px;
	}

	.nynav.pronav .ny_navli  ul {
		flex-wrap: inherit;
	}

	.nynav.pronav .ny_navli  ul li {
		flex:auto;
		padding: 0px;
	}

	.nynav.pronav .ny_navli  ul li a {
		padding: 20px 0px;
	}

	.pro_con .prox .ds h2 {
		font-size: 20px;
	}

	
	.nycon {
		margin: 25px 0px;
	}

	.kjlist .kjitem {
		width: 100%;
	}

	.ny_navli .wz {
	    display: flex;
    flex: 0 0 auto;
    width: 30%;
    line-height: 50px;
	}
.ny_navli.w1300{    display: flex;overflow-x: auto;}
.wz a{ line-height: 50px;    flex: 0 0 auto;}
	.jscg .gjmy .mytext .myft .nrp {
		max-height: 100%;
	}

	.gjmy .mytext .myft h2 {
		font-size: 18px;
	}

	.jobsh_list {
		padding: 0 10px;
	}

	.rczl h1:after,.jobcon h1:after {
		left: 41.5%;
	}

	.rlzynav {
		margin-top: 25px;
	}

	.rlzy_a h2 {
		font-size: 18px;
	}

	.zl_text {
		width: 100%;
		padding: 10px;
	}

	.about .nynav ul.kjnav {
		width: 100%;
	}

	.lxwm_con .ly_img {
		display: none;
	}

	.lxwm_con .ly_con {
		width: 100%;
	}

	#myform1 {
		padding: 10px;
	}
	
.abouti{ display: none;}	
.ctext table{ width: 1000px;
    text-align: left;
    line-height: 35px;
    font-size: 15px;}	
.ctext{width: 100%;overflow-x: scroll;}	
.ctext table tr td{ padding: 0;}
	
.nynav01 ul{    display: flex;overflow-x: auto;}	
.nynav01 ul li{flex: 0 0 auto;}	
.jsfwcon{    padding: 30px 20px;}	
.bnimg,.bntext{    width: 100%;}	
.dj_list,.dj_list .djimg{ width: 100%;}
.dj_list .djzt{ width: 100%; padding-left: 0px; margin-top: 10px;}
.gjzt{width: 100%; display: flex;}	
.djdtlist .djdt_a img{    height: 235px !important;}	
.gjzt .ztimg{    padding: 0 3px; margin-bottom: 0px;}
.djdt{ padding: 20px 0px;}

.jobsh_list ul li a{    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; line-height: 30px;}

.jobsh_list ul li span{ line-height: 30px; font-size: 12px;}

.jytx01{ text-align: center; color: #fff; margin-top: 10px; line-height: 30px;}
.jytx01 h2{ margin-bottom: 10px;}

.maingg{margin: 15px 0px;}
.maingg p{    width: 45px;height: 25px;    line-height: 25px;    font-size: 14px;}
.gg_list .swiper-slide a span{ font-size: 12px;}
.main_con,.home_b{margin-top: 20px;}


} 
@media screen and (max-width: 640px){
	.about_v.home_video{ height: 250px;}
	
	
	}
@media screen and (max-width: 410px){
	
	.home_news .news_list .news_nav a{ font-size: 14px;}
	
	
}
   
@media (min-width:1025px) and (max-width:1320px){
.navf h2{ font-size: 12px;}
.navf .f_nav a{ font-size: 12px;}	
.foot .footcon .footnav ul li{    padding: 0 8px;}	
.foot .footcon .footnav{ width: 80%;}	
.foot .footcon .footfr{float: none;}	
.rdf select option {     line-height: 35px;    height: 35px;font-size: 14px;}
.nav .navc ul li a{ line-height: 80px;}   	
.nav .navc ul li{    line-height: 80px;height: 80px;}	
.nav .navc .search{height: 80px;}	
.home_ly{    height: 80px;}
.home_b .home_bu h2{font-size: 20px;}
.home_b .home_bu span{    font-size: 12px;}
.yw_nav img{    width: 30px;}
.yw_nav .list-btn span{    line-height: 80px;}
.bun .b_con .nrb .nrbcon .text{    font-size: 15px;line-height: 30px;}
.gjmy .myimg img{width: auto;
    height: 265px;
    object-fit: cover;}

}
@media (min-width:1025px) and (max-width:1200px){
.nav .navc ul{    flex: 0 0 calc(100% - 80px);width: calc(100% - 80px);}	
.nav .navc .search{width: 80px;flex: 0 0 80px;}	
.gjmy .mytext .nrp{line-height: 23px;font-size: 12px;}
.gjmy .mytext .myft{    padding: 20px 50px 0px;}
.gjmy .mytext .myft h2{ font-size: 16px;}
.jyitem .jytx h2{font-size: 16px;}


	
}





#video01 img{
	animation: rotate 3s linear 0s infinite ;
	-webkit-animation: rotate 3s linear 0s infinite ;
	-moz-animation:rotate 3s linear 0s infinite;
	-ms-animation: rotate 3s linear 0s infinite;
	-o-animation: rotate 3s linear 0s infinite;
	
}
@keyframes rotate{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
@-webkit-keyframes rotate{
	from{-webkit-transform: rotate(0deg);}
	to{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate{
	from{-moz-transform: rotate(0deg);}
	to{-moz-transform: rotate(360deg);}
}
@-ms-keyframes rotate{
	from{-ms-transform: rotate(0deg);}
	to{-ms-transform: rotate(360deg);}
}
@-o-keyframes rotate{
	from{-o-transform: rotate(0deg);}
	to{-o-transform: rotate(360deg);}
}



