body {
  font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
  min-width: 1200px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}

i {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

html {
	background: #fff;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif;
	color: #333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif;
	color: #333;
	font-size: 14px;
	outline: none;
}

.header {
	background: #fff;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	right: 0;
	height: 154px;
}

.header .in {
	width: 1200px;
	margin: 0 auto;
	height: 154px;
}

.header .in .up {
	height: 92px;
	border-bottom: #e5e5e5 1px solid;
}

.header .in .up .logo {
	float: left;
	margin-top: 23px;
	height: 64px;
}

.header .in .up .right {
	float: right;
	display: flex;
	align-items: center;
	height: 92px;
}
.header .in .up .right a{
	font-size:16px;
	color:#000;
}
.header .in .up .right img {
	margin-left: 40px;
	margin-right: 5px;
	margin-top: 3px;
}

.header .in .down {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
}

.header .in .down a {
	width: 200px;
	text-align: center;
	color:#000;
	font-size: 18px;
}

.header .in .down a.active {
	color: #0A20A2;
	font-weight: 500;
}



.footer {
	background: #1E1E1E;
	height: 60px;
	font-size: 13px;
}

.footer p {
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	opacity: 0.65;
	font-size:16px;
}

.footer p a {
	text-decoration: underline;
	font-size:16px;
}

.img-top {
	margin-top: 154px;
	background: url(../new/images/bannertop.jpg) no-repeat center center;
	background-size: cover;
	height: 180px;
}

.img-top .in {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

.img-top .in p {
	font-size: 30px;
	padding-top: 40px;
}
.img-top .in span{
	font-size: 26px;
}
.page-body {
	width: 1200px;
	margin: 40px auto 40px auto;
}

.tab {
	display: flex;
	justify-content: center;
	
}
.tablaiyuan{
    display: flex;
	justify-content: center;
	height: 30px;
	line-height: 48px;
}
.tablaiyuan span{
    font-size: 14px;
}
.tab a {
	height: 32px;
	line-height: 32px;
	/*border-left:2px solid #0A20A2;*/
	color: #0A20A2;
	padding: 0 14px;
	font-size: 24px;
	font-weight: bolder;
}

.tab a.active {
	background: #0A20A2;
	color: #fff;
}

.list {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.art-detail-box {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 400px;
}
.art-detail-box p{
	line-height: 25px;
	font-size: 16px;
	line-height: 25px;
	width:100%;
}
.article p{
	text-align: left;
}
.art-detail-box p img{
	width:80%;
	margin:0 auto;
	display: block;
}

.list li {
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: #e5e5e5 1px solid;
}

.list li a {
	flex: 1;
	font-size: 16px;
	color: #000;
}

.list li a:hover {
	color: #0A20A2;
	text-decoration: none;
}

.contact {
	background: #1E1E1E url(../new/images/index_map.png) center 60px no-repeat;
	background-size: 1238px auto;
}

.contact .in {
	width: 1200px;
	margin: 0 auto;
	height: 370px;
	border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}

.contact .in .left {
	float: left;
	padding-left: 60px;
}

.contact .in .left .public-title {
	margin-bottom: 20px;
	padding: 60px 0 30px 0;
}

.contact .in .left .public-title p {
	text-align: left;
	color: #fff;
}

.contact .in .left .public-title span {
	text-align: left;
	color: #fff;
}


.contact .in .left ul li {
	margin-bottom: 20px;
}

.contact .in .left ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.contact .in .left ul li span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}


.contact .in .right {
	margin-top: 60px;
	float: right;
	width: 200px;
	text-align: center;
	margin-right: 0px;
}

.contact .in .right p {
	color: #fff;
	padding-top: 10px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	height: 510px;
}

.swiper-button-next:after, .swiper-button-prev:after{
	color: #fff;
}

.banner {
	height: 510px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.banner .in {
	width: 1200px;
	margin: 0 auto;
	padding-top: 148px;
}

.banner .in .info {
	padding-top: 40px;
	margin-left: 40px;
	width: 662px;
	height: 215px;
	background: rgba(10, 32, 162, 0.77);
	color: #fff;
	box-sizing: border-box;
	padding-left: 40px;
}

.banner .in .info p {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}

.banner .in .info span {
	font-size: 20px;
}

.public-title {
	padding: 70px 0 30px 0;
}

.public-title p {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

.public-title span {
	display: block;
	text-align: center;
	color: #888;
	font-weight: 300;
}

.title-box {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: 50px 0 50px 0;
}

.title-box:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 90px;
	width: 40px;
	height: 2px;
	background: #B2B2B2;
	margin-left: -20px;
}

.ser {
	margin-bottom: 50px;
}

.ser ul {
	width: 1200px;
	margin: 0 auto;
}

.ser ul li {
	float: left;
	width: 382px;
	margin-right: 21px;
	height: 300px;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
}

.ser ul li:last-child {
	margin-right: 0px;
}

.ser ul li .face {
	width: 222px;
	height: 210px;
	position: relative;
}

.ser ul li .face .pic {
	width: 222px;
	height: 210px;
	display: block;
}

.ser ul li .face .icon {
	position: absolute;
	left: 65%;
	top: 30%;
	width:70%;
	margin: -40px 0 0 -40px;
}

.ser ul li p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 15px;
	color:#000;
}

.ser ul li span {
	display: block;
	padding: 0 20px;
}

.about {
	background: url(../new/images/index_pic.png) no-repeat center center;
	background-size: cover;
	height: 410px;
	color: #fff;
}

.about .in {
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
	text-align: center;
}

.about .in .left {
	float: left;
	width: 386px;
	height: 307px;
	background: rgba(10, 32, 162, 0.79);
}

.about .in .left p {
	padding-top: 80px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 35px;
}

.about .in .left span {
	font-size: 16px;
	display: block;
	margin-bottom: 35px;
}

.about .in .right {
	float: right;
	width: 789px;
	height: 307px;
	background: rgba(0, 0, 0, 0.64);
}

.about .in .right p {
	font-size: 30px;
	margin-bottom: 15px;
	padding-top: 70px;
}

.about .in .right span {
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
	margin: 0 auto;
	width: 590px;
	margin-bottom: 30px;
	font-size: 16px;
}

.about .in a {
    font-size: 16px;
	display: inline-block;
	width: 142px;
	height: 44px;
	border-radius: 22px;
	border: 1px solid #FFFFFF;
	line-height: 44px;
	color:#fff;
}

.about .in a:hover {
	background: #fff;
	color: #0A20A2;
}

.news {
	padding-bottom: 50px;
}

.news ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.news .more {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 44px;
	background: #0A20A2;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}

.news .more:hover {
	background: #1531D1;
}

.news ul li {
	width: 386px;
	height: 268px;
	float: left;
	margin-right: 21px;
	position: relative;
	cursor: pointer;
}

.news ul li:last-child {
	margin-right: 0;
}

.news ul li img {
	width: 386px;
	height: 268px;
	display: block;
}

.news ul li p {
	width: 386px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.bg2 {background: url(../new/images/in_contactx.jpg) no-repeat center / cover fixed;color: #fff;height:180px;margin-bottom:40px;}

.container{width:1200px;padding-top:2%;margin:0 auto;}
.in-ff {text-align: center;}
.in-ff h4 {margin: 0;color: #fff;font-size: 35px;}
.in-ff p {margin: 30px 0 0;text-align: center;font-size: 0;width:50%;float: left;}
.in-ff span {display: inline-block;vertical-align: middle;margin: 0 15px;}
.in-ff span img {display: inline-block;vertical-align: middle;width: 18px;margin-right: 10px;}
.in-ff span i {display: inline-block;vertical-align: middle;font-size: 18px;font-style: normal;}
.intita{height: auto;overflow: hidden;text-align: center;}
.intita strong{display: block;font-size: 48px;color: #f1f1f1;text-transform: uppercase;}
.intita span{display: block;font-size: 36px;font-weight: bold;margin-top: -40px;}
.intita span b{font-size: 40px;color: #1666B2}
.intita p{line-height: 30px;color: #777;font-size: 19px;}
.wh a{width: 25%;background: #fff;border: 1px solid #fff; border-radius: 50px;line-height: 40px;text-align: center;transition:.4s;font-size: 16px;
    display: block;margin:0 auto;}
.wh a:hover{background: none;color: #fff;font-size: 16px;
    display: block;}
.container .contact_btn a{width: 25%;background: #fff;border: 1px solid #fff; border-radius: 50px;line-height: 40px;text-align: center;transition:.4s;font-size: 16px;
    display: block;margin:0 auto;}
.container .contact_btn a:hover{background: none;color: #fff;font-size: 16px;
    display: block;}
.news-list{width:1200px;margin:0 auto;margin-bottom:40px;}
.news-list-left {float: left;width: 470px;}
.news-list-left a {display: block;position: relative;overflow: hidden;}
.news-list-left .img-cover {padding-top: 60%;}
.news-list-left .text {margin: 20px 0 0;}
.news-list-left .text h4 {margin: 0;font-size: 18px;font-weight: normal;color:#000;}
.news-list-left .text span {color: #999;display: block;margin-top: 10px;}
.news-list-left .text p {margin: 10px 0 0;color: #666;}
.news-list-left a:hover .img-cover span {-webkit-transform: scale(1.1);transform: scale(1.1);}
.news-list-right {float: right;width: 690px;margin: -20px 0;}
.news-list-right li {border-bottom: 1px solid #eee;padding: 20px 0;}
.news-list-right li:last-child {border-bottom: 0;}
.news-list-right li a {display: block;overflow: hidden;}
.news-list-right li .time {float: left;text-align: center;width: 80px;padding: 12px 0;background-color: #e4f2eb;font-size: 12px;color: #88888a;}
.news-list-right li .time strong {display: block;font-size: 35px;color: #777;line-height: 1;}
.news-list-right li .text {margin-left: 100px;}
.news-list-right li .text h4 {margin: 0;font-size: 16px;font-weight: normal;color:#000;}
.news-list-right li .text p {margin: 10px 0 0;color: #8b8b8d;line-height: 1.6;}
.news-list-right li a:hover .time strong {color: #076aae;}
.img-cover {overflow: hidden;position: relative;}
.img-cover span {display: block;width: 100%;background: no-repeat center / cover;-webkit-transition: all 0.5s;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;}
.aboutus_left{width:50%;float:left;}
.aboutus_right{width: 50%;
    float: right;
    text-align: center;}
.aboutus_jj{margin-top:20px;height: 210px;}
/**/
.box2{background: url(//cdn.myxypt.com/2a101a59/21/08/93e9d1bc71dda6cf4b56fd12f927a9818cd3025a.jpg) no-repeat center;padding:3.8% 0;background-size: cover;margin-top: -80px;}
.wh{max-width: 1200px;margin:0 auto;padding: 0 15px;}
.box2 .title .p1 span,.box2 .title .p1{color: #fff;}
.box2 .title .p2{color: rgba(255,255,255,.5);margin: 20px;
    line-height: 30px;}
.title .p1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
.title .p1 span {
  font-size: 34px;
  color: #132b83;
  font-weight: 700;
  font-family: Arial;
  text-transform: uppercase;
}
.title .p2 {
  text-align: center;
  font-size: 18px;
  color:#666666;
}
.yul{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;margin: 5% 0;}
.yul li{width: 25%;text-align: center; background: url(//cdn.myxypt.com/2a101a59/21/08/d2b521191672eea744f0a940cef2b8b307dce0fe.png) no-repeat right center;}
.yul li .img2{display: none;}
.yul li:hover .img1{display: none;}
.yul li:hover .img2{display: inline-block;}
.yul li h3{color: #ffffff;font-size: 18px;margin: 36px 0 20px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.yul li p{color: #ffffff;opacity: 0.5;font-size: 14px;line-height: 24px;padding: 0 15%;}
.yul li:last-child{background: none;}
.dh{width: 424px;height: 76px;line-height: 76px;margin: 0 auto; padding-left: 58px; background: url(//cdn.myxypt.com/2a101a59/21/08/e3dbc768310e493e42effa85f291b47d2d234e25.png) no-repeat center;color: #ffffff;font-size: 18px;font-weight: bold;}
.ystel{font-size: 28px;margin-left: 48px;font-weight: normal;}
/**/
.art-detail-box .about_jj_bottom{background: rgba(10, 32, 162, 0.79);height:100px;width:100%;text-align:center;}
.art-detail-box .about_jj_bottom img{width:16px;display:inline-block;}
.art-detail-box .about_jj_bottom i{color:#fff;margin-right:10px;margin-left: 5px;}
.art-detail-box .about_jj_bottom .btitle{color:#fff;font-size:20px;display:block;font-weight:bolder;padding-top: 20px;}
.clear{clear:both;}

.ind_titn{ text-align: center; color: #222; font-size: 32px; position: relative;width: 71%; display:inline-block; margin-left:14%;}
.ind_titn a{width:30%;display:inline-block;}
.ind_titn span{ display: block; font-weight: normal; font-size: 18px; color: #666;padding-top:10px;  }
.ind_titn:before{content:"——————";display:block;position:absolute;left:240px;top:10px; font-size: 12px; color: #ddd}
.ind_titn:after{content:"——————";display:block;position:absolute;right:240px;top:10px; font-size: 12px; color: #ddd}
.itemn{ margin-right: 38px; height: 55px; line-height: 55px; background: url(../new/images/news_icon.png) no-repeat left center; padding-left: 32px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;  font-size: 17px;color:#555; border-bottom: 1px #dadada dashed;width:47%;float: left;}
.itemn span{ float: right; font-family: arial }
.itemn:hover a{color:#00379e;}
.itemn a span{ float: right; color:#888; font-size: 16px; font-family: Arial }
.questionlist a{width:95%;display:inline-block;text-align:left;color: #000;padding-left:1%;}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	
}
.contacta .row{padding-left: 15px;padding-right: 15px;}
.contacta li{position: relative;height: auto;overflow: hidden;border-left: 1px solid #e9e9e9;padding-left:2%; width:47.5%;}
.contacta li span{ display: block;line-height:40px;font-size: 16px; }
.contacta li:before{position: absolute;content: ""; height: 40px;width: 2px;background: #444;left:0;top:0;}
.contacta li i{font-size: 28px;color: #d21227;}
.contacta li p{line-height:30px;color:#777; font-size: 16px;}
.contact_address{font-size:16px;margin:20px;text-align:center;}
.aboutus_left h1{padding-left: 10px;border-left: 5px solid #0A20A2;}