@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: #FFFFFF;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.w_100 {
	width: 100%;
	margin: 0 auto;
}

.w_80 {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.kongs,
.kongs:hover,
.kongs:hover:after{
	height: 0 !important;
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
/**/
header{
	width: 100%;
}
.header-top-w{
	background-color: #1c2a73;
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top p{
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	height: 44px;
	line-height: 44px;
}
.header{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	display: block;
	height: 60px;
}
.header .nav{
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .nav p{
	display: block;
	position: relative;
}
.header .nav p a{
	display: block;
	line-height: 80px;
	padding: 0 10px;
	font-weight: bold;
	color: #111111;
	font-size: 16px;
}
.header .nav p span{
	display: none;
	width: 120px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background-color: #FFFFFF;
}
.header .nav p span a{
	line-height: 36px;
	font-size: 14px;
}
.header .nav p:hover span{
	display: block;
}
.header .nav p a:hover{
	background-color: #1c2a73;
	color: #FFFFFF;
}

.index-about{
	background-color: #eceffc;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.index-about .pic{
	width: 50%;
}
.index-about .con-w{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.index-about .con{
	width: 47%;
}
.index-about .con .t1{
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 15px;
	color: #111111;
}
.index-about .con .t2{
	color: #111111;
	font-size: 16px;
	line-height: 2;
}
.index-about .con .t3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index-about .con .t3 a{
	display: block;
	margin-top: 40px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	margin-right: 20px;
	background-color: #1c2a73;
	color: #FFFFFF;
	    box-shadow: 1px 1px 4px 0px rgba(28, 42, 115, 1);
	transition: 0.3s all;
}
.index-about .con .t3 a.a2{
	background-color: #000000;
}
.index-about .con .t3 a:hover{
	transform: translateY(-5px);
	transition: 0.3s all;
}
.index-about-pic{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.index-about-pic .li{
	width: 33%;
	margin-bottom: 10px;
}

.index-full-01{
	position: relative;
	overflow: hidden;
	margin: 60px auto;
}
.index-full-01 .con{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index-full-01 .con .t1{
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
	letter-spacing: 2px;
}
.index-full-01 .con .t2{
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.index-full-01 .con .t2 span{
	display: block;
	margin: 0 40px;
	letter-spacing: 2px;
}

.index-title p.t1{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.index-title .t2{
	display: block;
	margin: auto;
	width: 80%;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	color: #111111;
}
.index-zhengshu-w{
	position: relative;
	padding-bottom: 40px;
}
.index-zhengshu-w:after{
	content: "";
	display: block;
	height: 75%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #eceffc;
	z-index: -1;
}
.index-zhengshu{
	margin: 30px auto 60px;
}
.index-zhengshu .down{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.index-zhengshu .list-2{
	width: 30%;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 20px 0px;
}
.index-zhengshu .up{
	display: flex;
	justify-content: space-around;
}
.index-zhengshu .up .list{
	width: 30%;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 20px 0px;
}
.index-pro-w{
	position: relative;
	padding-top: 30px;
	margin-bottom: 50px;
}
.index-pro-w:after{
	content: "";
	display: block;
	height: 40%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #eceffc;
	z-index: -1;
}
.index-pro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.index-pro .list{
	width: 24%;
	margin-bottom: 25px;
	border: 1px solid transparent;
}
.index-pro .list p.t1{
	display: block;
	overflow: hidden;
}
.index-pro .list p.t2{
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	padding: 10px 0;
}
.index-pro .list:hover{
	border: 1px solid #1c2a73;
	transition: 0.3s all;
}
.index-pro .list:hover img{
	transform: scale(1.1,1.1);
	transition: 0.3s all;
}
.index-pro .list:hover p.t2{
	background-color: #1c2a73;
	color: #FFFFFF;
	transition: 0.3s all;
}

.index-hangye{
	margin: 25px auto 80px; 
	display: flex;
	justify-content: space-between;
}
.index-hangye .list{
	width: 32%;
}
.index-hangye .list p.t2{
	display: block;
	text-align: center;
	line-height: 40px;
	background-color: #1c2a73;
	color: #ffffff;
}

.index-news{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 80px;
}
.index-news .list{
	width: 33%;
	padding: 12px;
	border: 1px solid transparent;
	transition: 0.3s all;
}
.index-news .list p.t1{
	display: block;
	overflow: hidden;
}
.index-news .list p.t2{
	font-size: 13px;
	color: #d6121e;
	margin-bottom: 15px;
}
.index-news .list p.t3{
	font-weight: bold;
	font-size: 18px;
	margin: 15px auto;
}
.index-news .list p.t4{
	color: #111111;
	font-size: 14px;
	line-height: 1.8;
}
.index-news .list p.t5{
	width: 120px;
	line-height: 36px;
	text-align: center;
	background-color: #1c2a73;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}
.index-news .list:hover{
	border: 1px solid #1c2a73;
	transition: 0.3s all;
}
.index-news .list:hover img{
	transform: scale(1.1,1.1);
	transition: 0.3s all;
}

.index-message-w{
	background-image: url(../image/contact-beii.jpg);
	background-size: 100%;
	padding: 80px 0 50px;
}
.index-message{
	display: flex;
	justify-content: space-between;
}
.index-message .left{
	width: 48%;
}
.index-message .left p.t1{
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 20px;
}
.index-message .left p.t2{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.index-message .left p.t3{
	line-height: 30px;
}
.index-message form{
	display: block;
	width: 48%;
}
.index-message .right{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.index-message .right .list{
	width: 48%;
	margin-bottom: 20px;
}
.index-message .right .list p.t1{
	margin-bottom: 5px;
	font-size: 15px;
}
.index-message .right .list p.t2 input{
	display: block;
	width: 100%;
	height: 38px;
	padding: 0 8px;
	border: 1px solid #b3b3b3;
    background-color: #ffffff;
	border-radius: 4px;
}
.index-message .right .list-2{
	width: 100%;
}
.index-message .right .list p.t2 textarea{
	display: block;
	width: 100%;
	height: 120px;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid #b3b3b3;
    background-color: #ffffff;
}
.index-message .right .list-2 button{
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background-color: #1c2a73;
	color: #ffffff;
	cursor: pointer;
	margin-top: 10px;
}

.index-message .right .list p.t3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.index-message .right .list p.t3 input{
	width: 200px;
}
.index-message .right .list p.t3 img{
	height: 38px;
	margin-left: 15px;
}

footer{
	width: 100%;
	padding: 60px 0 0;
	background-color: #000000;
}
.footer{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer .list p.t1{
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px;
}
.footer .list p.t2 a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.footer a:hover{
	color: #1c2a73;
}
.footer .list p.t3{
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.footer .list p.t4 img{
	display: block;
	width: 150px;
}
.footer .copy{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	margin-top: 50px;
	padding-bottom: 20px;
}
.footer .copy a{
	margin-left: 15px;
}
/**/
.index-title-about{
	text-align: center;
	margin: 45px 0px;
}
.index-title-about p.t1{
	color: #2f2f2f;
	font-size: 26px;
	font-weight: bold;
}
.index-title-about p.t2{
	color: #a9a9a9;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 10px 0px;
}
.index-title-about p.t3{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #00a2e9;
	margin: auto;
}
.index-main05{
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.index-main05 .left{
	width: 52%;
	position: relative;
}
.index-main05 .left img{
	display: block;
	width: 100%;
	padding: 0px 0px 25px 25px;
	position: relative;
	z-index: 9;
}
.index-main05 .left:before{
	content: "";
	display: block;
	width: 94%;
	height: 94%;
	background-color: #023793;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index-main05 .right{
	width: 45%;
	padding-top: 40px;
}
.index-main05 .right p.t1{
	color: #2f2f2f;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.index-main05 .right p.t2{
	width: 60px;
	height: 1px;
	background-color: #00a2e9;
	margin-bottom: 25px;
}
.index-main05 .right p.t3{
	color: #565656;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 40px;
}
.index-main05 .right p.t4 a{
	display: block;
	width: 120px;
	line-height: 36px;
	background-color: #00a2e9;
	color: white;
	text-align: center;
	font-size: 12px;
	border-radius: 18px;
}
.index-main05 .right p.t4 a:hover{
	opacity: .7;
}
.abouit-main01{
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abouit-main01 .pic{
	width: 50%;
}
.abouit-main01 .pic img{
	display: block;
	width: 100%;
}
.abouit-main01 .text{
	width: 46%;
	/*padding: 60px 30px 0px 0px;*/
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.abouit-main01 .text p.t1{
	color: #494949;
	font-weight: bold;
	font-size: 18px;
}
.abouit-main01 .text p.t2{
	background-color: #00a2e9;
	width: 60px;
	height: 1px;
	margin: 10px 0px 20px;
}
.abouit-main01 .text p.t3{
	color: #494949;
}
.abouit-main02,
.abouit-main03{
	margin: auto;
}
.abouit-main02 img{
	display: block;
	width: 100%;
}
.abouit-main03 video{
	display: block;
	width: 100%;
}
.abouit-main03{margin-bottom: 60px;}
/**/
.index-pro-w.pro{margin-top: 50px;}
.index-pro-w.pro:after{display: none;}
/**/
.showpro-main-w{margin: 60px auto 80px;}
.showpro-main01{
	display: flex;
	justify-content: space-between;
}
.showpro-main01 .left{
	width: 50%;
}
.showpro-main01 .swiper-button-hide{display: none !important;}
.showpro-main01 .right{
	width: 50%;
	background-color: #f2f2f2;
	padding: 40px;
	position: relative;
}
.showpro-main01 .right h1{
	display: block;
	font-weight: bold;
	color: #000000;
	font-size: 26px;
}
.showpro-main01 .right .text{
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
	margin-top: 30px;
}
.showpro-main01 .right .btn{
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 30px;
}
.showpro-main01 .right .btn a:first-child{
	width: 70%;
}
.showpro-main01 .right .btn a:last-child{
	width: 28%;
}
.showpro-main01 .right .btn a{
	display: block;
	text-align: center;
	line-height: 50px;
	background-color: #1c2a73;
	color: #FFFFFF;
	border: 1px solid #1c2a73;
}
.showpro-main01 .right .btn a:hover{
	border: 1px solid #1c2a73;
	background-color: transparent;
	color: #555555;
	transition: 0.3s all;
}
.showpro-main02{
	background-color: #F2F2F2;
	margin: 40px auto 0;
}
.showpro-main02 span{
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	background-color: #1c2a73;
	color: #FFFFFF;
	font-weight: bold;
}
.showpro-main03{
	margin-top: 40px;
	margin-bottom: 60px;
}
.showpro-main03 img{
	display: block;
	width: 100%;
}
/**/
.qywh{margin: 50px auto;}
.qywh dt {width: 50%;overflow: hidden;}
.qywh dt img {width: 100%;display: block;}
.qywh dd {width: 50%;padding: 5%;display: flex;flex-direction: column;justify-content: center;}
.qywh dd h4 {margin: 0 0 20px;font-size: 36px;}
.qywh dd h4 small {display: block;color: #999;font-weight: normal;font-size: 18px;}
.qywh dd h4:after {display: block;content: '';width: 38px;height: 3px;margin: 10px 0 0;background-color: #023793;}
.qywh dd p {margin: 0;text-align: justify;color: #666;line-height: 1.8;font-size: 18px;}

.qywh .clearfix{
	display: flex;
	justify-content: space-between;
	background-color: #f2f2f2;width: 100%;
	margin-bottom: 15px;
}

.newslist_main{
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newslist_main .list{
	width: 32%;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}
.newslist_main .list:after{
	content: "";
	display: block;
	margin: auto;
	width: 0%;
	height: 4px;
	background-color: #1c2a73;
	transition: 0.3s all;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.newslist_main .list .pic{
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
}
.newslist_main .list .pic img{
	/*height: 100%;*/
}
.newslist_main .list p.t1{
	height: 42px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
.newslist_main .list p.t2{
	font-size: 13px;
	line-height: 1.6;
	color: #666666;
}
.newslist_main .list p.t3{
	font-size: 13px;
	color: #666666;
	margin-bottom: 10px;
}
.newslist_main .list:hover:after{
	transition: 0.3s all;
	width: 100%;
}

.newslist_main .list:hover img{
	transition: 0.3s all;
	transform: scale(1.1);
}

/**/
.shownews-main-w{
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.shownews-main-l{
	width: 100%;
}
.shownews-main-l h1.title{
	font-weight: bold;
	font-size: 28px;
	color: #000000;
}
.shownews-main-l .times{
	font-size: 13px;
	color: #7e7e7e;
	margin: 15px auto 20px;
}
.shownews-main-l .content{
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}
.shownews-main-l .content p{
	line-height: 1.8;
	margin-bottom: 10px;
}
.shownews-main-l .content img{
	display: block;
	max-width: 100%;
	margin: auto;
}

.shownews-main-l .updown{
	font-size: 15px;
	color: #555555;
	background-color: #F2F2F2;
	padding: 15px 20px;
	margin-top: 45px;
}
.shownews-main-l .updown a{
	display: block;
	line-height: 30px;
}
.shownews-main-l .updown a:hover{
	color: #1c2a73;
	text-decoration: underline;
}
/**/
.contact_main{
	margin: 50px auto;
}
.contact_main .img-center{
	display: block;
	width: 100%;
}
.contact_main .img-center img{
	display: block;
	width: 100%;
}
.contact_main .contact {margin: 0;background-color: #f2f2f2;display: flex;justify-content: space-between;}
.contact_main .contact dt {width: 40%;}
.contact_main .contact dd {padding: 60px;width: 60%;}
.contact_main .contact dd h4 {margin: 0 0 20px;font-size: 24px;}
.contact_main .contact dd h4 small {display: block;font-weight: normal;font-size: 14px;color: #a5a5a5;}
.contact_main .contact dd p {margin: 15px 0 0;font-size: 16px;}

/**/
/**/
.proindex-title{
	text-align: center;
	margin: 50px auto;
}
.proindex-title p.t1{
	font-weight: bold;
	color: #053968;
	font-size: 46px;
	margin-bottom: 15px;
}
.proindex-title p.t2{
	width: 100px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.proindex-title p.t2 img{
	display: block;
	width: 100%;
}
.proindex-title p.t3{
	color: #053968;
	font-size: 18px;
	margin-bottom: 15px;
}
.proindex-title p.t4{
	color: #cfcfcf;
	font-size: 16px;
	margin-bottom: 15px;
}
.proindex-title p.t5{
	color: #053968;
	font-weight: bold;
	font-size: 32px;
}
.proindex-mainlist{
	margin: 80px auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proindex-mainlist .list-w{
	width: 46%;
	margin-bottom: 60px;
}
.proindex-mainlist .list{
	background-color: #f2f2f2;
	border-radius: 15px;
}
.proindex-mainlist .list .top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 50% 0 30px;
}
.proindex-mainlist .list .top p.n1{
	color: #043b64;
	font-weight: bold;
	font-size: 80px;
	margin-right: 10px;
}
.proindex-mainlist .list .top p.n2 span{display: block;}
.proindex-mainlist .list .top p.n2 .s1{
	color: #575757;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 3px;
}
.proindex-mainlist .list .top p.n2 .s2{
	color: #043b64;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
}
.proindex-mainlist .list .img{
	display: block;
	width: 100%;
	padding: 25px 0;
}
.proindex-mainlist .list .img img{
	display: block;
	width: 100%;
}
.proindex-mainlist .list-tit{
	text-align: center;
	margin-top: 10px;
	color: #727272;
	line-height: 1.6;
}
.proindex-logo{
	margin: 60px auto 120px;
}
.proindex-logo img{
	display: block;
	width: 75%;
	margin: auto;
}
/**/
.contact-main02{
	margin: 0 auto 50px;
}
.contact-main02 img{
	display: block;
	width: 100%;
}

.contact-main03{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 45px auto 80px;
}
.contact-main03 .list{
	width: 24%;
}
.contact-main03 .list p.t1{
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 100%;
	background-color: #043b64;
	position: relative;
}
.contact-main03 .list p.t1 img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 55%;
	margin: auto;
}
.contact-main03 .list p.t2{
	display: block;
	width: 30px;
	margin: 15px auto;
	height: 3px;
	background-color: #f3b23c;
}
.contact-main03 .list p.t3{
	text-align: center;
	line-height: 1.7;
	font-size: 16px;
}
.contact-main04{
	margin: 25px auto 80px;
}
.contact-main04 img{
	display: block;
	width: 100%;
}
