/* 吸顶导航 */
.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 a{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
.fixed_nav .item .tit a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.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/contant.png) no-repeat center top;
	background-size: auto 100%;
	display: flex; */
}



.cotainer {
	position: relative;
	padding-bottom: 80px;
}


.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;
	border-bottom: 1px solid #fff;
}
.line2_con .tite{
	padding-bottom: 30px;
}
.cotainer .cons .top {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #F3F3F3;
	border-bottom: 1px solid #fff;
}

.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 .right {
	width: 100%;
}
.cotainer .cons .desc .right .line1{
	background-color: #F3F3F3;
	padding: 40px 0;
}
.cotainer .cons .desc .right .line1 .l_con{
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
}
.cotainer .cons .desc .right  .tit{
	font-weight: 800;
	font-size: 26px;
	color: #1E1E28;
	font-family: PingFang SC;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cotainer .cons .desc .right  .red{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
}
.cotainer .cons .desc .right  .l12{
	width: 44px;
	height: 4px;
	background: #004098;
	border-radius: 2px;
}
.cotainer .cons .desc .right  .l13{
	width: 44px;
	height: 4px;
	background: #D4AA29;
	border-radius: 2px;
}
.cotainer .cons .desc .right .line1 .concats{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 30px;
}
.cotainer .cons .desc .right .line1 .concats .tel{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cotainer .cons .desc .right .line1 .concats .name{
	font-weight: 400;
	font-size: 16px;
	color: #1E1E28;
	padding: 16px 0 30px 0;
}
.cotainer .cons .desc .right .line1 .concats .answer{
	font-weight: bold;
	font-size: 18px;
	color: #1E1E28;
}
.line2_con{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 37px;
}
#container_map{
	width: 100%;
	height: 400px;
}

.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 .top,.cotainer .cons .desc .right .line1 .l_con,.line2_con
	{
		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) {
	.cotainer .cons .desc .right .line1 .concats{
		flex-wrap: wrap;
	}
	.cotainer .cons .desc .right .line1 .concats .tel{
		width: 48%;
		margin-bottom: 30px;
	}
	.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 .top,.cotainer .cons .desc .right .line1 .l_con,.line2_con {
		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 .top,.cotainer .cons .desc .right .line1 .l_con,.line2_con {
		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) {
	.cotainer .cons .desc .right .line1 .concats{
		flex-wrap: wrap;
	}
	.cotainer .cons .desc .right .line1 .concats .tel{
		width: 48%;
		margin-bottom: 30px;
	}
	.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 .top,.cotainer .cons .desc .right .line1 .l_con,.line2_con {
		max-width: 100%;
		margin: 0 20px;
	}

	/* .cons .desc {
		margin-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) {
	.banner{
		height: 200px;
	}
	.cotainer .cons .desc .right .tit{
		font-size: 18px;
	}
	.cotainer .cons .desc .right .line1 .concats .tel img{
		width: 60px !important;
		height: 60px !important;
	}
	.cotainer .cons .desc .right .line1 .concats .name{
		padding: 13px 0;
	}
	.cotainer .cons .desc .right .line1 .concats .answer{
		font-size: 16px;
	}
	.cotainer .cons .desc .right .line1{
		padding: 20px;
	}
	.cotainer .cons .desc .right .l12,.cotainer .cons .desc .right .l13{
		width: 33px;
	}
	.cotainer .cons .desc .right .line1 .concats{
		flex-wrap: wrap;
		margin-top: 30px;
		padding-bottom: 0;
	}
	.cotainer .cons .desc .right .line1 .concats .tel{
		width: 100%;
		margin-bottom: 30px;
	}
	.forms{
			width: 100%;
		}
	.benner_t .tit1 {
		font-size: 44px;
	}
	.cotainer .cons .desc .right .item{
		flex-wrap: wrap;
	}
	.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;
	}
 .line1 .l_con,.line2_con{
	max-width: 100%;
	padding: 0 20px;
}
	.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;
	} */
	.line2 .tite{
		padding-top: 30px;
	}
	.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;
}