/* 吸顶导航 */
.second_nav {
	background-color: #004098;
	/* display: none; */
	/* position: fixed; */
	/* top: 0; */
	/* width: 100%; */
	/* z-index: 1000; */
}

.second_nav .safe {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 6px 0;


}

.second_nav .left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}

.second_nav .left .logo_tit {
	margin-left: 9px;
	font-weight: bold;
	font-size: 27px;
	color: #FFFFFF;
}

.second_nav .right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	margin-bottom: 10px;
	/* flex: 1; */
}

.second_nav .nav_item {
	/* flex: 1; */
	position: relative;
	transition: all 1s;
	font-size: 20px;
	margin-right: 30px;
}

.second_nav .nav_item:last-child {
	margin-right: 0;
}

.second_nav .nav_item .down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 99;
	min-width: 140px;
	text-align: center;
	overflow: hidden;
	height: 0;
	transition: height 1s ease-in-out;
	font-size: 18px;
}

.second_nav .nav_item .box {
	background-color: #004098;
	padding: 10px 10px 20px 10px;
}

.second_nav .nav_item:hover .down {
	height: 190px;
}

.second_nav .nav_item .box div {
	cursor: pointer;
	padding-bottom: 18px;
	padding-top: 18px;
	border-bottom: 1px solid #ccc;
}

.second_nav .nav_item .box div:hover {
	background-color: #01347a;
}


.second_nav .nav_item .line1:hover {
	cursor: pointer;
}

.second_nav .nav_item .line2 {
	width: 37px;
	height: 5px;
	background: #D4AA29;
	margin: 0 auto;
	margin-top: 20px;
}

.second_nav .nav_item .line3 {
	width: 37px;
	height: 5px;
	background: transparent;
	margin: 0 auto;
	margin-top: 20px;
}

/* end */

/* banner---页面内容 */
.banner {
	width: 100%;
	height: 300px;
	/* background: url(../img/index/banner1.png) no-repeat center top;
	background-size: auto 100%;
	display: flex; */
}

.benner_t {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 90px;
}

.benner_t .tit1 {
	/* font-family: Source Han Sans CN; */
	font-weight: bold;
	font-size: 56px;
	color: #004098;
	/* line-height: 70px; */
	/* text-shadow:
			-1px -1px 0 #fff,
			1px -1px 0 #fff,
			-1px 1px 0 #fff,
			1px 1px 0 #fff; */
	text-stroke: 1px #FFFFFF;
	-webkit-text-stroke: 1px #FFFFFF;
}

.cotainer {
	position: relative;
	padding-bottom: 80px;
}

.cotainer .cons {}

.top_box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cotainer .cons .t1,
.cotainer .cons .t2 {
	flex: 1;
}

.cotainer .cons .t2 {
	background-color: #F3F3F3;
	height: 60px;
}

.cotainer .cons .top {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #F3F3F3;
}

.cotainer .cons .top .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #004098;
	margin-right: 23px;
	cursor: pointer;
}

.cotainer .cons .top .bg {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #1E1E28;

}

.cotainer .cons .top .bg .t,
.cotainer .cons .top .bg .d {
	margin-right: 6px;
	cursor: pointer;
}

.cotainer .cons .top .bg .t a {
	color: #1E1E28;
}



.cotainer .cons .desc {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 auto;
	padding-top: 30px;
	max-width: 1200px;
	/* padding-right: 340px; */

}

.cotainer .cons .desc .left {
	min-width: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
	overflow: hidden;
}

.cotainer .cons .desc .big_box {
	background-color: #004098;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	width: 100%;
	padding: 10px 20px;
}

.cotainer .cons .desc .big_box .big {
	border: 1px solid #D4AA29;
	text-align: center;
	padding: 15px 0;
}

.cotainer .cons .desc .small_a {
	background-color: #004098;
	color: #fff;
	font-size: 18px;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.cotainer .cons .desc .small {
	background: rgba(243, 243, 243, 1);
	font-weight: 500;
	font-size: 18px;
	color: #1E1E28;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
	cursor: pointer;
}

.cotainer .cons .desc .right {
	flex: 1;
	min-width: 0;
	/* width: 68%; */
}
.cotainer .cons .desc .right  .img{
	width: 100%;
	height: auto;
	margin-bottom: 46px;
}
.cotainer .cons .desc .right .form .title{
	font-weight: bold;
	font-size: 26px;
	color: #1E1E28;
	text-align: center;
	padding-bottom: 30px;
}
.form{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.forms{
	width: 50%;
}
input {
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-family: PingFang SC;
    border: 1px solid #B2C5E0;
    box-sizing: border-box;
}
input::placeholder,
select::placeholder,textarea::placeholder{
	color: #B2C5E0;
}
select,textarea{
	width: 100%;
	padding: 0 10px;
	font-family: PingFang SC;
	border: 1px solid #B2C5E0;
	box-sizing: border-box;
}
select{
	height: 40px;
}
textarea{
	height: 100px;
}
.form .tip{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 23px;
}
.form .tip .tip_left{
	font-weight: 500;
	font-size: 16px;
	color: #1E1E28;
}
.form .tip .tip_left .star{
	color: #D10005;
}
.form .tip .btn_submit{
	width: 188px;
	height: 40px;
	background: #004098;
	border-radius: 25px;
	border: 1px solid #B2C5E0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.mar{
	margin-bottom: 30px;
}
.progat {
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow_l {
	width: 40px;
	height: 40px;
}

.square1 {
	width: 40px;
	height: 40px;
}

.progat {
	margin-top: 40px;
}

.progat .square {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #757575;
	background-color: #F7F7F7;
	margin-right: 7px;
}

.ss {
	margin-right: 7px;
	cursor: pointer;
}

.square2 {
	background: #004098 !important;
	color: #fff !important;
}

/* 底部 */
.footer {
	background-color: rgba(0, 0, 0, 0.9);
	/* margin-top: 55px; */

}

.footer .bg {
	width: 100%;
	background: url(../img/index/fbg.png) no-repeat center top;
	background-size: 100% 403px;
	height: 403px;
}

.footer .bg .con {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 80px;
}

.footer .bg .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer .left .tit {
	font-weight: 400;
	font-size: 27px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-top: 22px;
}

.footer .center .desc {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-bottom: 30px;
}

.footer .center .desc:last-child {
	padding-bottom: 0;
}

.footer .center .l1 {
	font-weight: 400;
	font-size: 26px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-bottom: 35px;
}

.footer .right .l1 {
	font-size: 26px;
	color: #FFFFFF;
	opacity: 0.4;
	margin-bottom: 34px;
}

.footer .right .imgs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .right .img1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 36px;
}

.footer .right .img1:last-child {
	margin-right: 0;
}

.footer .right .img1 .t {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-top: 15px;
}

.footer .beian {
	background: #242424;
	text-align: center;
	margin-top: 35px;
}

.footer .beian div {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
	padding: 20px 0;
}

/* -----自适应------- */

@media screen and (max-width: 1300px) and (min-width:1200px) {
	.forms{
		width: 60%;
	}

	.second_nav .safe,
	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 1010px;
	}

	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 18px;
	}

	.second_nav .left .logo_tit {
		font-size: 23px;
	}

	.second_nav .nav_item .down {
		font-size: 16px;
	}
}

@media screen and (max-width: 1010px) and (min-width:900px) {
	.benner_t .tit1 {
		font-size: 52px;
	}
	.forms{
		width: 69%;
	}
	.cotainer .cons .desc .big_box {
		font-size: 28px;
	}

	.second_nav .safe,

	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 800px;
	}


	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 16px;
	}

	.second_nav .left img {
		width: 80px !important;
		height: 80px !important;
	}

	.second_nav .left .logo_tit {
		font-size: 20px;
	}

	.second_nav .nav_item .down {
		font-size: 15px;
	}

	.second_nav .left {
		width: 34%;
	}



	.footer .bg .con {
		flex-wrap: wrap;
	}

	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 25px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 48%;
	}

	.footer .bg {
		background-size: 100% 533px;
		height: 533px;
	}

	.footer .right .imgs {
		justify-content: flex-start;
	}

	.footer .bg .right {
		padding-left: 50px;
	}


}

@media screen and (max-width: 1200px) and (min-width:1010px) {

	.forms{
		width: 60%;
	}
	.second_nav .safe,

	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 900px;
	}

	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 18px;
	}

	.second_nav .left .logo_tit {
		font-size: 23px;
	}

	.second_nav .nav_item .down {
		font-size: 16px;
	}

	.second_nav .left {
		width: 34%;
	}



	.footer .bg .con {
		flex-wrap: wrap;
	}





	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 25px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 48%;
	}

	.footer .bg {
		background-size: cover;
		height: 533px;
	}

	.footer .right .imgs {
		justify-content: flex-start;
	}

	.footer .bg .right {
		padding-left: 50px;
	}


}


@media screen and (max-width: 900px) and (min-width:768px) {
	.forms{
			width: 80%;
		}
	.cotainer .cons .desc {
		align-items: center;
		justify-content: center;
	}

	.benner_t .tit1 {
		font-size: 47px;
	}

	.phone_box {
		width: 100%;
		display: inline-block !important;
		background-color: #004098;
	}


	.second_nav {
		display: none !important;
	}

	.cotainer .cons .desc .left {
		display: none;
	}
	
	.second_nav .safe,
	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 100%;
		padding: 0 20px;
	}

	.cons .desc {
		padding-top: 30px !important;
	}

	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 15px;
	}

	.second_nav .left img {
		width: 70px !important;
		height: 70px !important;
	}

	.second_nav .left .logo_tit {
		font-size: 16px;
	}

	.second_nav .nav_item .down {
		font-size: 15px;
	}

	.second_nav .left {
		width: 28%;
	}

	.footer .bg .con {
		flex-wrap: wrap;
	}

	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 23px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .bg {
		background-size: cover;
		height: 683px;
	}

	.footer .right .imgs {
		justify-content: center;
	}

	.footer .bg .right {
		padding-left: 50px;
		margin-bottom: 0;
	}


	.footer .bg .con {
		padding-top: 30px;
		align-items: center;
		justify-content: center;
	}


	.second_nav .nav_item .line2 {
		width: 31px;
	}

	.second_nav .nav_item .down {
		min-width: 97px;
	}


}

@media screen and (max-width: 768px) {
	.form .tip .btn_submit{
		width: 160px;
	}
	.banner{
		height: 200px;
	}
	.forms{
			width: 100%;
		}
	.benner_t .tit1 {
		font-size: 44px;
	}
	.cotainer .cons .desc .right .item{
		flex-wrap: wrap;
	}
	.cotainer .cons .desc .right .title{
		padding-bottom: 20px !important;
	}
	.cotainer .cons .desc .right .left_img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cotainer .cons .desc .right .basic{
		flex: auto;
	}
	.cotainer .cons .desc {
		align-items: center;
		justify-content: center;
	}

	.benner_t {
		max-width: 100%;
		padding: 0 20px;
		padding-top: 60px;
	}

	.cotainer .cons .top {
		margin: 0 0 0 20px;
	}

	.cotainer .cons .desc .left {
		display: none;
	}

	.phone_box {
		width: 100%;
		display: inline-block !important;
		background-color: #004098;
	}

	.cotainer .cons .desc .right {
		padding: 0 20px;
	}

	.phone_box .fl {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 20px;
	}

	.phone_box .left_logo {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #fff;
	}

	.phone_box .left_logo .logo_tit {
		padding-left: 10px;
		font-size: 23px;
		font-weight: bold;
	}

	.phone_box .right_menu {
		cursor: pointer;
	}


	.second_nav .safe,

	.footer .bg .con {
		max-width: 100%;
		padding: 0 20px;
	}


	.second_nav .nav_item .down {
		font-size: 15px;
	}

	.second_nav .left {
		width: 28%;
	}

	.footer .bg .con {
		flex-wrap: wrap;
	}

	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 23px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .bg {
		background-size: cover;
		height: 683px;
	}

	.footer .right .imgs {
		justify-content: center;
	}

	.footer .bg .right {
		padding-left: 50px;
		margin-bottom: 0;
	}


	.footer .bg .con {
		padding-top: 30px;
		align-items: center;
		justify-content: center;
	}



	.second_nav .nav_item .line2 {
		width: 31px;
	}

	.second_nav .nav_item .down {
		min-width: 97px;
	}

	/* 不显示吸顶的导航了 */
	.second_nav {
		display: none !important;

	}

}

.phone_box .fl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 20px;
}

.phone_box .left_logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}

.phone_box .left_logo .logo_tit {
	padding-left: 10px;
	font-size: 23px;
	font-weight: bold;
}

.phone_box .right_menu {
	cursor: pointer;
}

.phone_box {
	display: none;
}

.fixed_nav {
        width: 40%;
        /* width: 0; */
        position: fixed;
        right: -40%;
        top: 0;
        height: 100%;
        z-index: 999;
        background-color: #004098;
        color: #fff;

        overflow: hidden;
        overflow-y: auto;
        transition: right 0.5s ease-in-out;
}

.fixed_box {
	padding: 20px;
}

.fixed_nav .item {
	margin-bottom: 20px;
	cursor: pointer;

}

#close {
	margin-bottom: 20px;
	text-align: right;
	cursor: pointer;
}

.fixed_nav .item:last-child {
	margin-bottom: 0;
}

.fixed_nav .item .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fixed_nav .item .tit span {
	color: #fff;
}

.fixed_nav .item .down {
	/* margin-top: 10px; */
	padding: 10px 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.fixed_nav .item .down .box div {
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(266, 255, 255, 0.2);
}

/* .fixed_nav .item .down .box div:last-child{
	padding-bottom: 0;
} */
a {
	color: #fff;
}
.second_nav .left a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
}

.fixed_nav .item .tit a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
}