/*公共样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "微软雅黑";
	-webkit-font-smoothing:antialiased

}

a{ 
	text-decoration:none; 
	color:#333; 
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}
.public_box{
	display: flex;
	align-items: flex-end;
}
.public_box p{
	font-size: 23.98px;
	color: #2b56a4;
	margin-right: 18px;
}
.public_box span{
	font-size: 15.99px;
	color: #2b56a4;
}

/*==================分割线====================*/
/*头部logo*/
.up_logo{
	width: 1200px;
	margin: 15px auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_img{
	width: 600px;
}
.up_logo img{
	width: 100%;
}

/*头部导航栏*/
.nav_box{
	min-width: 1200px;
	background-color: #3c65af;
	/*border-bottom: 1px solid #46a6e2;*/
}
.nav_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_ul{
	display: flex;
}
.nav_ul li{
	width: 145px!important;
	position: relative;
	padding: 13px 0px;
	
}
.nav_ul li:hover{
	background-color: #46a6e2!important;
}
.nav_a{
	padding: 10px 20px!important;
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
}
.nav_ul2{
	position: absolute;
	left: 0px;
	right: 0;
	background-color: #46a6e2;
	margin-top: 13px;
	display: none;
	z-index: 50;
}
.nav_ul2_{
	width: 200px;
}
.nav_ul2 a{
	font-family:'新宋体'!important;
	font-weight: bold!important;
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-bottom: 1px solid #45a1de;
	white-space:nowrap;
	letter-spacing: 2px;
}
.nav_ul2 a:hover{
	background-color: #2b56a4;
}
.search_box{
	width: 32px;
	display: flex;
	justify-content: flex-end;
}
.search_box input{
	width: 118px!important;
	background-color: #3c65af;
	color: #fff;
	padding: 5px 0;
	padding-left: 6px;
	border: 1px solid #fff;
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 16px;
	display: none;
}
.search_box input::-webkit-input-placeholder{
	color: #fff;
}
.search_box button{
	border: 0;
	background-color: #46a6e2;
	padding: 5px;
}
.search_box button img{
	width: 100%;
}

/*轮播图*/
.lunbo{
	min-width: 1200px;
	height: 450px;
	max-height: none;450px;
}
.lunbo_list img{
	width: 100%;
	height: 100%;
}

.lunbo_{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px !important;
}
.lunbo_ span{
	background-color: #fff !important;
	opacity: 1 !important;
}
.lunbo_ .swiper-pagination-bullet-active{
	background-color: rgba(0,0,0,0.2) !important;
	border: 1px solid #2b56a4 !important;
}


/*走进长地*/
.About_box{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}
.About_left{
	width: 870px;
}
.About_left_box{
	display: flex;
	margin-top: 11px;
}
.About_left_img{
	overflow: hidden;
}
.About_left_box img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.About_left_box img:hover{
	transform: scale(1.2);
}
.About_left_text{
	width: 539px;
	background-color: #eaf6fd;
}
.About_left_text p{
	font-size: 15.99px;
	color: #111;
	padding: 25px 42px 0;
	text-indent: 30px;
	line-height: 25px;
}
.About_left_text button{
	border: 0;
	font-size: 15.99px;
	color: #fff;
	padding: 12px 17px;
	background-color: #2b56a4;
	float: right;
	margin-right: 42px;
	margin-top: 12px;
}
.About_right_box{
	margin-top: 11px;
}
.About_right_box img{
	width: 100%;
}

/*服务领域*/
.serve_box{
	width: 100%;
	min-width: 1200px;
	background-image: url('../images/changdi_02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.serve_box1{
	/*background-image: url('../images/changdi_02.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
}
.serve_centent{
	width: 1300px;
	margin: 0 auto;
	padding: 35px 0;
}
.serve_title_p1{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 13px;
}
.serve_title_p2{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
.serve_serve{
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
.serve{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.serve_list div{
	overflow: hidden;
}
.serve_list1 div{
	/*width: 380px;*/
	overflow: hidden;
}
.serve_list1 img{
	width: 100%;
	display: block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	transition: all 0.6s;
}
.serve_list1 img:hover{
	transform: scale(1.2);
}
.serve_list1 p{
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	color: #2c2c2c;
	background-color: #fff;
	margin-top: -4px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.serve_list img{
	width: 100%;
	display: block;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	transition: all 0.6s;
}
.serve_list img:hover{
	transform: scale(1.2);
}
.serve_list p{
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	color: #2c2c2c;
	background-color: #fff;
	margin-top: -4px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.serve_right{
	width: 40px !important;
	height: 40px !important;
	background-image: url('../images/right.png') !important;
	background-size: 100% 100% !important;
}
.serve_left{
	width: 40px !important;
	height: 40px !important;
	background-image: url('../images/left.png') !important;
	background-size: 100% 100% !important;
}

/*最新动态*/
.Dynamic_box{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}
.Dynamic_left{
	width: 372px;
	margin-right: 35px;
}
.Dynamic{
	margin-top: 30px !important;
	box-shadow: 0 2px 10px #555;
}
.Dynamic_list{
	font-size: 16px;
	text-align: center;
}
.Dynamic_list_img{
	overflow: hidden;
}
.Dynamic_list_img img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.Dynamic_list_img img:hover{
	transform: scale(1.2);
}
.Dynamic_list_p1{
	padding-top: 20px;
	margin-bottom: 15px;
}
.Dynamic_list_p2{
	padding-bottom: 50px;
}

.Dynamic_right_up{
	display: flex;
	justify-content: space-between;
}
.Dynamic_right_up ul{
	display: flex;
}
.Dynamic_right_up ul li{
	padding: 8px 18px;
	font-size: 18px;
	background-color: #eaf6fd;
	color: #2b56a4;
	margin-right: 34px;
	border-radius: 5px;
}
.Dynamic_right_up ul li:hover{
	background-color: #2b56a4;
	color: #fff;
}
.Dynamic_right_up_li{
	background-color: #2b56a4 !important;
	color: #fff !important;
}
.Dynamic_right_up a{
	font-size: 16px;
	color: #2b56a4;
}
.Dynamic_right_box{
	display: none;
}
.Dynamic_right_list{
	padding: 17px 0;
	border-bottom: 1px solid #edeeef;
}
.Dynamic_right_list:last-child{
	border-bottom: 0;
}
.Dynamic_right_list a{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.Dynamic_right_list .right_div1{
	width: 75px;
	background-color: #eaf6fd;
	color: #2b56a4;
	border-radius: 5px;
	text-align: center;
	margin-right: 25px;
}
.right_div{
	background-color: #2b56a4 !important;
	color: #fff !important;
}
.right_div1_p1{
	font-size: 36px;
}
.right_div1_p2{
	font-size: 16px;
	padding: 0 8px 8px;
}
.right_div2_p1{
	font-size: 18px;
	color: #666;
	margin-bottom: 11px;
	font-weight: bold;
}
.right_div2_p2{
	font-size: 14px;
	color: #666766;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.Dynamic_right_box1{
	display: block;
}

/*联系方式*/
.contact_box{
	background-color: #eaf6fd;
}
.contact_centent{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contact_list{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.contact_list div{
	margin-right: 6px;
}
.contact_list img{
	width: 100%;
}
.contact_list a{
	display: block;
	padding: 10px 20px;
	background-color: #2b56a4;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	margin: 13px 0 13px 27px;
	position: relative;
}
.contact_list a div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 41px;
	border: 1px solid #ddd;
	display: none;
}

/*底部*/
.bottom_box{
	min-width: 1200px;
	background-color: #2b56a4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}
.bottom_box p{
	font-size: 13.33px;
	color: #fff;
	margin-right: 14px;
}
.bottom_href{
	display: flex;
	justify-content: center;
	position: relative;
}
.bottom_href input{
	padding: 7px 0;
	text-align: center;
	background-color: #fff;
}
.bottom_href input::-webkit-input-placeholder{
	color: #000;
}
.bottom_href button{
	border: 0;
	background-color: #4671b6;
}
.bottom_href ul{
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 31px;
	border: 1px solid #ddd;
	display: none;
}
.bottom_href ul a{
	display: block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #eee;
}
.bottom_href ul a:hover{
	background-color: skyblue;
	color: #fff;
}