.yanse{
	background: #eaf1f9;
}
.hertre{
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 999;
}
.hertre_cen{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 180px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.name{
	width: max-content;
	overflow: hidden;
}
.name h1{
	font-size: 26px;
	color: #f7f9fb;
	font-weight: 400;
}
.name p{
	font-size: 12px;
	color: #f7f9fb;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 5px;
}
.tel{
	font-size: 30px;
	color: #f7f9fb;
}
.form{
	width: 300px;
	height: 46px;
	position: relative;
	border-radius: 46px;
	display: flex;
	flex-wrap: wrap;
}
.form select{
	width: 80px;
	height: 46px;
	border: none;
	border-bottom-left-radius: 46px !important;
	border-top-left-radius: 46px !important;
	background: #fff;
	position: relative;
	background-image: url(../images/hajsc_12.jpg);
	background-repeat: no-repeat;
	background-size: 12px 6px;
	background-position: right 15px center;
	padding-left: 15px;
	-webkit-appearance:none;
}
.form select option{
	line-height: 30px;
}
.form select option:nth-child(1){
	display: none;
}
.seach_t{
	width: 140px;
	height: 46px;
	border: none;
	padding: 0 10px;
	font-size: 14px;
	color: #282828;
	background: #fff;
	position: relative;
}
.hertre_cen form i{
	width: 1px;
	height: 35px;
	background: #174569;
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	z-index: 9;
}
.seach_s{
	width: 80px;
	height: 46px;
	border: none;
	font-size: 15px;
	color: #fff;
	background: #174569;
	border-bottom-right-radius: 46px !important;
	border-top-right-radius: 46px !important;
	text-align: center;
	cursor: pointer;
}
.xianshi{
	width: 96%;
	margin: auto;
	margin-top: 20px;
	display: none;
}

.xianshi i{
	width: 1px;
	height: 35px;
	background: #174569;
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	z-index: 9;
}
.form_sj{
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: wrap;
}
.form_sj .seach_t{
	width: calc(100% - 100px)
}
.form_sj .seach_s{
	width: 100px;
}
.en{
	width: 30px;
	height: 36px;
	overflow: hidden;
	position: relative;
}
.en a{
	width: 18px;
	height: 18px;
	font-size: 12px;
	color: #15426a;
	text-align: center;
	line-height: 18px;
	color: #15426a;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.en a:nth-child(2){
	background: #c8d6e2;
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
}

.nav{
	width: 100%;
	height: 80px;
	background: #2772a4;
	text-align: center;

}
.nav ul{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.nav ul li{
	line-height: 80px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	margin-left: 50px;
}
.nav ul li.chan{
	width: 200px;
	background: #174569;
	background-image: url(../images/scj_22.jpg);
	background-repeat: no-repeat;
	background-size: 12px 6px;
	background-position: right 40px top 37px;
	text-align: left;
	padding-left: 40px;
	margin-left: 0px;
}
.nav_ul{
    position: absolute;
    background: #b8ddf5;
    top: 80px;
    width: 100%;
    overflow: hidden;
    left: 0;
    display: none;
    padding: 20px 0;
    z-index: 99;
}
.nav_ul a{
  width: 100%;
  display: block;
  font-size: 16px;
  color: #416f9c;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s;
}
.nav_ul a:hover{
  background: #416f9c;
  color: #fff;
}


.an{
	width: 70px;
	height: 70px;
	display: none;
	transition: all 0.5s;
	z-index: 99;
	position: absolute;
	right: 0;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 0 !important;
}
.banner .swiper-pagination-bullet{
	width: 100px;
	height: 5px;
	background: #929292;
	border-radius: 0px;
}
.banner .swiper-pagination-bullet-active{
	background: #2975a9;
}








.lianxi{
	width: 1200px;
	overflow: hidden;
	margin: 150px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.map{
	width: calc(100% - 450px);
	height: 450px;
}
#allmap{
	width: 100%;
	height: 100%;
}
.lianxi_r{
	width: 400px;
	overflow: hidden;
}
.lianxi_img{
	width: 150px;
	overflow: hidden;
}
.lianxi_img img{
	width: 100%;
	height: auto;
}
.lianxi_text{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #333333;
	line-height: 50px;
	margin-top: 20px;
}
.xiazai{
	width: 1200px;
	overflow: hidden;
	margin: 150px auto;
}
.xiazai ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xiazai ul li{
	width: calc(50% - 15px);
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 90px;
}
.xiazai ul li img{
	width: 100px;
	height: auto;
}
.xiazai_r{
	width: calc(100% - 120px);
	overflow: hidden;
}
.xiazai_r h1{
	font-size: 24px;
	color: #454545;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xiazai_r a{
	width: 120px;
	line-height: 40px;
	font-size: 16px;
	background: #2b63a1;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	display: block;
	margin-top: 20px;
}




.page{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.page .active,
.page .total{
    display: inline-block;
    font-size: 14px;
    padding: 5px 8px;
    color: #999;
    border: 1px solid #999;
    margin: 3px;
}
.page .active{
    background: #2772a4;
    border: none;
    color: #fff;
    border: 1px solid #2772a4;
    padding: 5px 15px;
}
.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child{
    color: #999;
    border: 1px solid #999;
    background: #fff;
}



.xinwen{
	width: 1200px;
	overflow: hidden;
	margin: 150px auto;
}
.xinwen_t{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xinwen_t_l{
	width: 50%;
	overflow: hidden;
	border: 1px solid #dddddd;
	padding: 15px;
}
.xinwen_t_l img{
	width: 100%;
	height: auto;
}
.xinwen_t_r{
	width: 47%;
	overflow: hidden;
}
.xinwen_t_r h1{
	font-size: 34px;
	color: #1f597a;
	font-weight: 300;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xinwen_t_r span{
	display: block;
	font-size: 14px;
	color: #9f9f9f;
	font-weight: 300;
	margin-top: 20px;
}
.xinwen_t_r p{
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #5b5b5b;
	font-weight: 300;
	margin-top: 30px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.xinwen ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}
.xinwen ul li{
	width: calc(50% - 15px);
	overflow: hidden;
	border: 1px solid #dddddd;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
.xinwen_l{
	width: 110px;
	height: 110px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
	background: #cfcfcf;
}
.xinwen_l h1{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #696969;
	line-height: 40px;
	font-weight: 500;
}
.xinwen_l p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #696969;
	font-weight: 500;
}
.xinwen_r{
	width: calc(100% - 130px);
	overflow: hidden;
}
.xinwen_r h1{
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	line-height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xinwen_r p{
	font-size: 16px;
	color: #5b5b5b;
	font-weight: 400;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xin_show{
	width: 1200px;
	overflow: hidden;
	margin: 150px auto;
}
.xin_text{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #282828;
	line-height: 30px;
	margin-top: 50px;
}
.xin_show .xinwen_t_r p{
	-webkit-line-clamp: 100 !important;
}


.zizhi{
	width: 1200px;
	overflow: hidden;
	margin: 100px auto;
}
.zizhi>h1{
	text-align: center;
	font-size: 30px;
	color: #174569;
	font-weight: 500;
	position: relative;
	line-height: 100px;
}
.zizhi>h1 p{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	text-transform: uppercase;
	color: #d2dce9;
	line-height: 100px;
	z-index: -1;
}
.zizhi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.zizhi ul li{
	width: 32%;
	overflow: hidden;
	margin-bottom: 70px;
}
.zizhi_img{
	width: 100%;
	overflow: hidden;
}
.zizhi_img img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.zizhi_img img:hover{
	transform: scale(1.2);
}
.zizhi ul li h1{
	text-align: center;
	font-size: 18px;
	color: #282828;
	font-weight: 500;
	margin-top: 20px;
}

.guanyu{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.guanyu>h1{
	text-align: center;
	font-size: 30px;
	color: #174569;
	font-weight: 500;
	position: relative;
	line-height: 100px;
}
.guanyu>h1 p{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	text-transform: uppercase;
	color: #d2dce9;
	line-height: 100px;
	z-index: -1;
}
.guanyu>h2 span{
	display: block;
	font-size: 30px;
	color: #174569;
	font-weight: 600;
	position: relative;
	line-height: 30px;
}
.guanyu>h2 p{
	font-size: 100px;
	color: #d2dce9;
	line-height: 100px;
	text-transform: uppercase;
}
.guanyu_cen{
	width: 100%;
	overflow: hidden;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;-
}
.guan_img{
	width: 500px;
	overflow: hidden;
}
.guan_img img{
	width: 100%;
	height: auto;
}
.guan_text{
	width: calc(100% - 530px);
	overflow: hidden;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}
.guanyu_text{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}
.huanjing{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	position: relative;
}
.huanjing::after{
	content: "";
	width: 100%;
	height: 50%;
	background: #dfe6ed;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.huanjing>h1{
	text-align: center;
	font-size: 30px;
	color: #174569;
	font-weight: 500;
	position: relative;
}
.huanjing ul{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.huanjing ul li{
	width: 23%;
	overflow: hidden;
	float: left;
	margin-left: 2.66%;
}
.huanjing ul li:nth-child(4n+1){
	margin-left: 0%;
}
.huanjing ul li img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.huanjing ul li h1{
	text-align: center;
	font-size: 20px;
	color: #174569;
	font-weight: 500;
	margin-top: 30px;
}

.yingyong{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	position: relative;
}
.yingyong::after{
	content: "";
	width: 100%;
	height: 80%;
	background: #dfe6ed;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.yingyong::after{
	display: none;
}
.yingyong_t{
	width: 1200px;
	position: relative;
	height: 100px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: auto;
}
.yingyong_t h1{
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	position: relative;
}
.yingyong_t h1:after{
	content: "";
	width: 100px;
	height: 3px;
	background: #000;
	position: absolute;
	left: -150px;
	top: 50%;
	transform: translateY(-50%);
}
.yingyong_t h1:before{
	content: "";
	width: 100px;
	height: 3px;
	background: #000;
	position: absolute;
	right: -150px;
	top: 50%;
	transform: translateY(-50%);
}
.yingyong_t span{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	letter-spacing: 5px;
}
.yingyong_t p{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	text-transform: uppercase;
	color: #d2dce9;
	line-height: 100px;
	z-index: -1;
}
.yingyong ul{
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: auto;
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 70px;
}

.yingyong ul li{
	width: 301px;
	overflow: hidden;
	margin-bottom: 30px;
}
.yingyong_img{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 400px;
}
.yingyong_img img{
	width: 100%;
	height: auto;
}
.yingyong_p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	transition: all 0.3s;
}
.yingyong_p p{
	width: 100%;
	overflow: hidden;
	background: rgb(0,0,0,0.5);
	font-size: 13px;
	color: #ffffff;
	line-height: 36px;
	padding: 50px 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.yingyong ul li h1{
	width: 100%;
	text-align: center;
	line-height: 70px;
	background: #2771b8;
	font-size: 26px;
	color: #fff;
	font-weight: 500;
}
.yingyong_p p::after{
	content: "";
	width:0;
	height:0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:15px solid #2771b8;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.yingyong ul li:hover .yingyong_p{
	top: 0;
}
.gong_hua,
.gong_hua ul{
	margin-top: 0px;
}
.gong_hua::after{
	height: 100%;
}
.gong_hua{
	padding-top: 100px;
}
.chanpin{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
.chanpin .yingyong_t p{
	left: 50%;
}
.chanpin ul{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chanpin ul li{
	width: 32%;
	overflow: hidden;
}
.chanpin ul li img{
	width: 100%;
	height: 300px;
	border: 2px solid #2970a8;
	border-radius: 10px;
	padding: 20px;
	object-fit: cover;
}
.chanpin ul li h1{
	text-align: center;
	font-size: 20px;
	color: #2b63a1;
	font-weight: 600;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.chanpin ul li p{
	text-align: center;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	opacity: 0;
}
.chanpin ul li:hover p{
	opacity: 1
}
.banner1{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner1>img{
	width: 100%;
	height: auto;
}
.banner1_text{
	width: 1200px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner1_text h1{
	text-align: right;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
}
.banner_ai{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.banner_l{
	width: calc(100% - 450px);
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.banner_ai img{
	width: 400px;
	height: auto;
}
.chanpo{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	position: relative;
	padding-top: 100px;
	font-size: 16px;
	color: #000;
	line-height: 36px;
	margin-bottom: 30px;
}
.chanpo::after{
	content: "";
    width:0;
	height:0;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	border-top:20px solid #1f5a85;
	position: absolute;
	top: 0;
	left: 0;
}

.yingyou{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yingyou_l{
	width: 45%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}


.yingyou_r{
	width: calc(55% - 6px);
	overflow: hidden;
}
.yingyou_r img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.yingyou_l_t{
	width: 100%;
	height: calc(50% - 3px);
	background: #2772a4;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
	padding: 20px;
}
.yingyou_l_t h1{
	font-size: 26px;
	color: #fff;
	font-weight: 500;
}
.yingyou_l_t p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	margin-top: 20px;
}
.yingyou_l_b{
	width: 100%;
	height: calc(50% - 3px);
}
.yingyou_l_b img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yin_chan{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.yin_chan ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yin_chan ul li{
	width: 30%;
	overflow: hidden;
	margin-top: 80px;
}
.yin_chan ul li h1{
	font-size: 25px;
	color: #174569;
	font-weight: 600;
}
.yin_chan ul li p{
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	margin-top: 20px;
	font-weight: 500;
}
.beirou{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}
.beirou h1{
	font-size: 25px;
	color: #174569;
	font-weight: 600;
}
.beirou_text{
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	margin-top: 20px;
	font-weight: 500;
}
.in_shou{
	margin-top: 50px;
}

.in_chanpoin{
	width: 100%;
	margin-top: 50px;
	background: #358bc3;
}
.in_chanpoin ul{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in_chanpoin ul li{
	line-height: 80px;
	font-size: 20px;
	color: #ffffff;
	padding: 0 20px;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
}
.in_chanpoin ul li a{
	position: relative;
	z-index: 2;
}
.in_chanpoin ul li.in_chanpoin_a::after{
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	top: -10px;
	left: 0;
	background: rgb(32,80,131,0.8);
	z-index: 1;
	transition: all 0.3s;

}
.in_chanpoin ul li:hover::after{
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	top: -10px;
	left: 0;
	background: rgb(32,80,131,0.8);
	z-index: 1;
}
.chan_qu_a{
	font-size: 18px;
	color: #fff;
	width: 160px;
	line-height: 40px;
	background: #2b63a1;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	transform: translateY(-50px);
}
.zisoi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.zisoi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zisoi ul li{
	width: 25%;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.zisoi ul li img{
	width: 60px;
	height: auto;
}
.zisoi ul li h1{
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-left: 20%;
}
.youshi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.youshi ul{
	width: 100%;
	overflow: hidden;
}
.youshi ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	border-radius: 10px;
	border: 1px solid #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 30px;
}
.youshi ul li:nth-child(2n+1){
	flex-direction: row-reverse;
}
.youshi_img{
	width: 55%;
	overflow: hidden;
}
.youshi_img img{
	width: 100%;
	height: auto;
}
.youshi_l{
	width: calc(45% - 30px);
	overflow: hidden;
}
.youshi_l h1{
	font-size: 50px;
	color: #2771b8;
	font-weight: 600;
}
.youshi_l h2{
	font-size: 30px;
	color: #2771b8;
	font-weight: 500;
}
.youshi_l>p{
	font-size: 13px;
	color: #1a1a1a;
	font-weight: 600;
	text-transform: uppercase;
}
.youshi_text{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 30px;
	margin-top: 30px;
	font-weight: 600;
}
.hezuo{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.hezuo ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hezuo ul li{
	width: 23%;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hezuo ul li img{
	max-width: 100%;
	max-height: 100%;
}
.in_xin{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.in_xin ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in_xin ul li{
	width: 48%;
	overflow: hidden;
	margin-top: 80px;
	
}
.in_xin ul li a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.in_xin ul li img{
	width: 50%;
	height: auto;
	object-fit: cover;
}
.in_xin_text{
	width: 50%;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 40px;
}
.in_xin_text h1{
	width: 100%;
	font-size: 15px;
	color: #0099ca;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.in_xin_text span{
	width: 100%;
	font-size: 12px;
	color: #aeaeae;
	display: block;
	margin-top: 20px;
}
.in_xin_text p{
	width: 100%;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.in_lianxi{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 50px;
}
.in_lianxi ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.in_lianxi ul li img{
	width: 50px;
	height: auto;
	margin: auto;
}
.in_lianxi ul li p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}

.di{
	width: 100%;
	overflow: hidden;
	background: #2d3845;
}
.di_cen{
	width: 1200px;
	overflow: hidden;
	margin: 60px auto;
}
.di_top{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.do_logo{
	width: 200px;
	overflow: hidden;
}
.do_logo img{
	width: 100%;
	height: auto;
}
.di_top p{
	width: calc(100% - 250px);
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	letter-spacing: 15px;
}
.di_bott{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.di_l h1{
	font-size: 16px;
	color: #83878d;
	line-height: 40px;
}
.di_l ul li{
	font-size: 16px;
	color: #83878d;
	line-height: 40px;
}

.di_r h1{
	font-size: 16px;
	color: #83878d;
	line-height: 40px;
}
.di_r ul li{
	font-size: 16px;
	color: #83878d;
	line-height: 40px;
}

.liuyan{
	width: 300px;
	overflow: hidden;
}
.liuyan h1{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 10px;
}
.liuyan form{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 10px;
}
.liuyan form input{
	width: 100%;
	height: 36px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	background: none;
	margin-top: 4px;
}
.liuyan form textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	background: none;
	resize: none;
	margin-top: 4px;
	font-family: "微软雅黑";
}
.liuyan form input.submit{
	background: #2a95f3;
	border: none;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.beian{
	width: 100%;
	overflow: hidden;
	background: #2d3845;
	border-top: 1px solid #57606a;
	font-size: 14px;
	color: #83878d;
	text-align: center;
	padding: 20px;
}

.seach_wu{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}




