@font-face{
	font-family:ArialMT;
	src:url('ArialMT.ttf');
}
@font-face{
	font-family:tnrp;
	src:url('times new roman psmt.ttf');
}
@font-face{
	font-family:Arial-BoldMT;
	src:url('Arial-BoldMT.otf');
}
@font-face{
	font-family:msyh;
	src:url('msyh.ttf');
}
*{
	font-family:MicrosoftYaHei;
}
.aboutOne_bom .swiper-slide .font16,
.news_ls li a .lt .font36,
.news_ls li a .lt .font14{
	font-family:ArialMT;
}
.index .rt ul li span{
	font-family: tnrp;
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #293d5f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
header{
	background-color: rgba(255,255,255,0.99);
	width: 100%;
	top: 0;
	z-index: 999999;
	left: 0;
	position: fixed;
	padding: 0 45px 0 52px;
	line-height: 100px;
	height: 100px;
	border-bottom: #dcdcdc 1px solid;
}
header .lt{
	width: 250px;
	float: left;
}
header .rt{
	width: calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	float: left;
}
header .rt nav{
	float: right;
	text-align: right;
}
header .rt .search{
	float: right;
}
header .rt nav a{
	display: block;
}
header .rt .cn_en{
	float: right;
}
header .rt nav li{
	display: inline-block;
	/* position: relative; */
}
header .rt nav li .top a{
	padding: 0 30px;
	color: #192343;
	font-size: 16px;
	position: relative;
}
header .rt nav li .top a::after{
	content: '';
	width: 0;
	height: 2px;
	background-color: #0094cb;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all 0.6s;
}
header .rt nav li.active .top a::after{
		width: 100%;
	}

header .rt nav li .top .drop{
	display: none;
}
header .rt nav li .down{
	position: absolute;
	width: 100%;
	left: 0;
	line-height: inherit;
	line-height: initial;
	display: none;
}
header .rt nav li .Bng{
	background: url(../images/x1_02.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	padding: 35px 5% 110px;
	z-index: 22;
	position: relative;
}
header .rt nav li .down .bg{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
header .rt nav li .down .listS{
	display: inline-block;
	overflow: hidden;
}
header .rt nav li .down .list{
	float: left;
	margin: 0 40px;
	text-align: left;
}
header .rt nav li .down .list p{
	font-size: 14px;
	padding: 10px 0;
}
header .rt nav li .down .list p a{
	color: #000;
}
header .rt nav li.last{
	display: none;
}
header .rt .search{
	position: relative;
	margin: 0 45px;
	width: 306px;
	height: 100px;
}
header .rt .search input{
	width: 306px;
	height: 40px;
	background-color: #f0f0f0;
	color: #000000;
	border-radius: 20px;
	font-size: 16px;
	border: none;
	padding: 0 45px 0 20px;
	/* position: absolute;
	top: 30px;
	left: 0;
	transform: translate3d(0,-50%,0); */
}
header .rt .search img{
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
header .rt .cn_en a{
	color: #333333;
	opacity: 0.3;
	font-size: 16px;
	font-family: MicrosoftYaHei;
}
header .rt .cn_en a.active,
header .rt .cn_en a:hover{
	color: #333;
	opacity: 1;
}
header .rt .cn_en span{
	color: #e5e5e5;
	display: inline-block;
	margin: 0 12px;
}
.banner .win80{
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}
.banner .win80 .lt{
	width: 50%;
	float: left;
	padding-right: 3%;
}
.banner .win80 .rt{
	width: 50%;
	float: left;
	padding-left: 3%;
}
.banner .btn,.indexCont .btn{
	width: 60px;
	height: 60px;
	background-color: #cfd9e1;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-image: none;
}
.banner .btn i,.indexCont .btn i{
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	left: 50%;
	color: #fff;
	font-size: 24px;
}
.banner .btn:hover,.indexCont .btn:hover{
	background-color: rgba(27,172,194,0.5);
}
.banner{
	margin-top: 100px;
}
.banner .swiper-slide a{
	display: block;
}
.banner .swiper-slide a .win80{
	padding: 120px 0;
}
.banner .win80 .rt .font48{
	color: #3b476d;
	font-weight: bold;
	margin-bottom: 34px;
}
.banner .win80 .rt li{
	list-style: disc;
	color: #192343;
}
.banner .win80 .rt ul{
	padding-left: 20px;
}
.win82{
	width: 82%;
	margin: 0 auto;
}

.index{
	background-color: #fff;
}
.index .win82{
	padding: 30px 0;
}
.index .lt{
	width: 45.5%;
	float: left;
}
.index .rt{
	width: 46%;
	float: right;
}
.index .lt .font60{
	line-height: 1.3;
	margin-bottom: 50px;
	color: #333;
}
.index .rt .font36{
	color: #333;
	margin: 55px 0;
}
.index .rt .font20{
	color: #333333;
	margin-bottom: 30px;
	line-height: 1.8;
}
.index .rt ul{
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.index .rt ul li{
	width: 33.3333%;
	text-align: center;
	padding: 0 10px;
}
.index .rt ul li .font100{
	font-size: 100px;
	margin-bottom: 0px;
}
.index .rt ul li span{
	color: #333333;
}
.index .rt ul li:nth-child(2){
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.index1{
	background-color: #e5eaee;
}
.index1 .font36{
	color: #2a3e5e;
	margin-bottom: 15px;
	padding: 0 20px;
}
.gallery-top .cont{
	background-color: #fff;
	
	padding: 5% 6.5%;
}
.gallery-top{
	
}
.gallery-top .cont .lt{
	width: 50%;
	float: left;
	color: #333333;
	padding-right: 7%;
	padding-top: 3rem;
}
.gallery-top .cont .rt{
	width: 50%;
	float: left;
	text-align: right;
	padding-left: 1%;
}
.index1 .win80{
	width: 88%;
	margin: 0 auto;
	padding: 0 2%;
}
.gallery-top .swiper-slide{
	padding: 20px;
}
.gallery-top .cont{
	box-shadow: 0px 10px 13px 4px rgb(0 0 0 / 6%)
}
 .lt .font18{
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #e5e5e5;
}
.gallery-top .cont .lt p{
	line-height: 2;
	margin-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.gallery-top .cont .lt a{
	color: #333333;
}
.indexCont{
	position: relative;
	padding: 40px 0 30px;
}
.gallery-thumbs .swiper-slide{
	padding: 10px 3%;
	text-align: center;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide .imgs{
	margin-bottom: 30px;
	height: 208px;
	line-height: 208px;
}
.gallery-thumbs .swiper-slide .font16{
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:none
}
.gallery-thumbs .swiper-slide-thumb-active .font16{
    color: #00437f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.indexCont .swiper-button-next{
	right: 0;
	transform: translateX(100%);
}
.indexCont .swiper-button-prev{
	left: 0;
	transform: translateX(-100%);
}
.add a{
	display: inline-block;
	background-color: #1a5f9a;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	padding: 13px 30px;
	width: 160px;
	border: 1px solid #1a5f9a;
}
.index2{
	background: url(../images/index4_21.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.index2 .font36{
	color: #fff;
	font-weight: bold;
}
.index2 ul{
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
}
.index2 ul li{
	width: 31%;
}
.index2 ul li a{
	display: block;
	background-color: rgba(255,255,255,0.7);
	transition: all 0.6s;
	padding:10% 8%;
	height: 100%;
}
.index2 ul li a .font14{
	color: #333333;
}
.index2 ul li a .font18{
	color: #333;
	font-weight: bold;
	margin: 27px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 52px;
}
.index2 ul li a:hover{
	background-color: #fff;
}
.index3{
	padding: 6rem 0 5rem;
}
.index3 .font36{
	color: #2a3e5e;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.index3 .font18{
	color: #000000;
	text-align: center;
}
.index3 form{
	margin: 45px 0 20px;
	overflow: hidden;
}
.index3 .cont{
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.index3 .cont .form-group{
	width: 24%;
	margin-bottom: 30px;
}
.index3 .cont .form-group input{
	background-color: #eeeeee;
	border: solid 1px #e5e5e5;
	height: 60px;
	box-shadow: none;
}
.form-horizontal .form-group{
	margin: 0;
}
.index3 textarea{
	width: 100%;
	background-color: #eeeeee;
	border: solid 1px #e5e5e5;
	box-shadow: none;
}
.index3 .add input{
	background-color: #1a5f9a;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	width: 160px;
	height: 48px;
	border: 1px solid #1a5f9a;
	box-shadow: none;
	margin-top: 40px;
}
footer{
	background-color: #192343;
}
footer .foot_top ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
footer .foot_top ul li:first-child{
	text-align: left;
	width: 20%;
}
footer .foot_top ul li .cont{
	display: inline-block;
	text-align: center;
}
footer .foot_top ul li:first-child p:nth-child(1) img{
	margin-bottom: 40px;
}
footer .foot_top ul li:first-child p span{
	color: #fff;
	opacity: 0.5;
	display: inline-block;
	margin-top: 10px;
}
footer .foot_top ul li .font18{
	margin: 20px 0 35px;
}
footer .foot_top ul li .font16{
	padding: 4px 0;
}
footer .foot_top ul li .font18 a{
	color: #ffffff;
}
footer .foot_top ul li .font16 a{
	color: #ffffff;
	opacity: 0.2;
}
.foot_bom{
	color: #ffffff;
		opacity: 0.2;
		font-size: 14px;
		border-top: 1px solid rgba(255,255,255,0.2);
		padding: 17px 0 22px;
		overflow: hidden;
}
.foot_bom a{
	color: #ffffff;
}
.foot_bom p{
	float: left;
}
.foot_bom .bdsharebuttonbox{
	float: right;
}
.foot_bom .bdsharebuttonbox a{
	margin: 0;
}
.foot_bom .bdsharebuttonbox a.bds_weixin{
	background:none;
	margin-right: 15px;
}
.foot_bom .bdsharebuttonbox a.bds_sqq{
	background: none;
}
.foot_bom .bdsharebuttonbox a i{
	font-size: 21px;
	color: #fff;
	opacity: 0.2;
}
.proBanner{
	margin-top: 100px;
}
.proTab{
	background-color: #eeeeee;
	text-align: center;
	overflow: hidden;
}
.proTab li{
	display: inline-block;
	float: left;
}
.proTab ul{
	display: inline-block;
}
.proTab li{
	position: relative;
}
.proTab li a{
	color: #333333;
	width: 245px;
	padding: 22px;
}
.proTab li a::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.proTab li:last-child a::before{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.proTab li:hover::after,
.proTab li.active::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #1a5f9a;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 3;
}
.pro_cont  .Box1200{
	overflow: inherit;
	overflow: initial;
}
.pro_cont .font36{
	color: #333;
	margin-bottom: 40px;
}
.pro_cont_list ul{
	overflow: hidden;
	margin-bottom: 50px;
	border: solid 1px #dcdcdc;
}
.pro_cont_list ul li{
	width: 33.333%;
	float: left;
	text-align: center;
}
.pro_cont_list ul li a{
	display: block;
	padding: 20px;
	color: #333333;
	
}
.pro_cont_list ul li a:hover,
.pro_cont_list ul li a.active{
	background-color: #1a5f9a;
	color: #fff;
}
.pro_cont_list_c .l_c{
	

}
.pro_cont_list_c .l_c{
	padding: 3.7% 5%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
	background-color: #f4f4f4;
		margin-bottom: 40px;
}
.map{
	overflow: hidden;
}
.pro_cont_list_c .l_c:last-child{
	margin-bottom: 0;
}
.pro_cont_list_c .l_c .lt{
	width: 200px;
	position: relative;
}
.pro_cont_list_c .l_c .rt{
	width: calc(100% - 200px);
	width: -weblit-calc(100% - 200px);
}
.pro_cont_list_c .l_c .lt .imgs{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
}
.pro_cont_list_c .l_c .rt .font18{
	color: #000000;
	margin-bottom: 20px;
}
.pro_cont_list_c .l_c .rt ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.pro_cont_list_c .l_c .rt ul li{
	width: 50%;
	float: left;
	margin-bottom: 9px;
	
	padding-right: 18px;
}
.pro_cont_list_c .l_c .rt ul li a{
	display: block;
	color: #666;
}
.pro_cont_list_c_t li{
	padding: 25px 0;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.pro_cont_list_c_t li a{
	color: #000000;
	display: block;
	padding: 18px 55px 18px 0;
}
.cont_b{
	overflow: hidden;
}
.pro_cont_list_c_t li span{
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #d2d2d2;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.pro_cont_list_c_p li{
	margin-bottom: 44px;
	background-color: #f4f4f4;
	border: solid 1px #e5e5e5;
	padding: 5%;
	overflow: hidden;
}
.pro_cont_list_c_p li:last-child{
	margin-bottom: 0;
}
.pro_cont_list_c_p li .lt{
	width: 50%;
	float: left;
	padding-right: 5%;
}
.pro_cont_list_c_p li .rt{
	width: 50%;
	float: left;
	padding-top: 5%;
	padding-left: 5%;
}
.pro_cont_list_c_p li .rt .font30{
	color: #000000;
	margin-bottom: 13px;
}
.pro_cont_list_c_p li .rt a{
	color: #000000;
	background-color: #e5e5e5;
	padding: 10px 32px;
	margin-top: 80px;
}
.html100{
	margin-top: 100px;
}
.cont_t{
	overflow: hidden;
	margin-bottom: 80px;
}
.cont_t .lt{
	background-color: #eeeeee;
	padding: 5%;
	text-align: center;
	width: 50%;
	float: left;
}
.cont_t .rt{
	width: 50%;
	float: left;
	padding-left: 50px;
}
.cont_t .rt .font36{
	color: #333;
	margin-bottom: 30px;
}
.cont_t .rt li{
	margin-bottom: 20px;
}
.cont_t .rt li span{
	display: inline-block;
	color: #999999;
}
.cont_t .rt li span:first-child{
	width: 120px;
	color: #000;
}
.about .font36{
	color: #333;
	margin-bottom: 3rem;
}
.about p{
	color: #333333;
	line-height: 2.1;
	text-indent: 2em;
}
.aboutOne{
	background-color: #f0f0f0;
}
.aboutOne_top{
	margin-top: 4rem;
	position: relative;
	margin-bottom: 7rem;
}
.aboutOne_top_c{
	width: 68%;
	padding: 0 5%;
	margin: 0 auto;
	position: relative;
}
.aboutOne_top_c .font30{
	color: #333;
}
.aboutOne_top .btn{
	background-image: none;
	width: 60px;
	height: 60px;
	line-height: 46px;
	text-align: center;
	background-color: #c9c9c9;
	font-size: 26px;
	color: #fff;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
}
.aboutOne_top .btn:hover{
	background-color: #19436f;
}
.aboutOne_bom .swiper-slide{
	text-align: center;
}
.aboutOne_bom .swiper-slide .yuan{
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-bottom: 16px;
}
.aboutOne_bom .swiper-slide .yuan::after{
	content: '';
	width: 100%;
	background-color: #dcdcdc;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0,-50%,0);
	-webkit-transform: translate3d(0,-50%,0);
	z-index: 4;
}
.aboutOne_bom .swiper-slide .yuan span{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	z-index: 7;
}
.aboutOne_bom .swiper-slide.swiper-slide-thumb-active .yuan span{
	width: 30px;
	height: 30px;
}
.aboutOne_bom .swiper-slide.swiper-slide-thumb-active .yuan span::after{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #19436f;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
}
.aboutOne_bom .swiper-slide .font16{
	color: #333333;
	font-size: 16px;
}
.aboutOne_bom .swiper-slide.swiper-slide-thumb-active .font16{
	font-size: 24px;
	font-weight: bold;
}
.foot_top{
	padding: 4rem 0 3rem;
}
.aboutTwo .font36{
	color: #333;
	margin-bottom: 4rem;
}
.aboutTwo .Box1200{
	overflow: inherit;
	overflow: initial;
}
.aboutTwo ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.aboutTwo ul li{
	width: 30.333%;
	float: left;
	
	margin-left: 4.5%;
}
.aboutTwo ul li:first-child{
	margin-left: 0;
}
.aboutTwo ul li a{
	background-color: #f5f5f5;
	display: block;
	padding: 0px 35px;
	transition: all 0.4s;
	height: 100%;
}
.aboutTwo ul li a .imgs{
	height: 370px;
	line-height: 370px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.aboutTwo ul li a .imgs img{
	max-height: 300px;
}
.aboutTwo ul li a .font16{
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.aboutTwo ul li a .font16 p{
	margin: 30px 0;
}
.tab{
	margin: 4rem 0 6rem;
}
.tab ul{
	overflow: hidden;
	zoom: 1;
	border: solid 1px #e5e5e5;
}
.tab ul li{
	width: 50%;
	float: left;
	padding: 20px;
	
	color: #333333;
	text-align: center;
}
.tab ul li.active,
.tab ul li:hover{
	background-color: #1a5f9a;
	color:#fff
}
.contact{
	padding-bottom: 0;
}
.contact_c_l{
	display: none;
}
.contact_c_l.active{
	display: block;
}
.contact_c_l ul{
	overflow: hidden;
	text-align: center;
	margin-bottom: 6rem;
}
.contact_c_l ul li{
	width: 33.3333%;
	float: left;
}
.contact_c_l ul li .imgs{
	width: 95px;
	height: 95px;
	line-height: 95px;
	border: solid 1px #e5e5e5;
	border-radius: 50%;
	margin: 0 auto;
}
.contact_c_l ul li .font16{
	color: #333333;
	margin: 22px 0 20px;
}
.contact_c_l ul li .font18{
	color: #000000;
}
.index3.contact_d .cont{
	flex-wrap: wrap;
}
.index3.contact_d .cont .form-group{
	width: 49%;
	margin-bottom: 20px;
}
.index3.contact_d  form{
	margin-bottom: 0;
}
.news_ls{
	margin-top: 45px;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.news_ls li{
	overflow: hidden;
}
.news_ls li a{
	display: block;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}
.news_ls li a .lt{
	width: 140px;
	float: left;
	padding-left: 20px;
	border-right: 1px solid #e5e5e5;
}
.news_ls li a .rt{
	width: calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	float: left;
	padding-left: 6%;
}
.news_ls li a .lt .cont{
	display: inline-block;
	text-align: center;
}
.news_ls li a .lt .font36{
	color: #00437f;
}
.news_ls li a .lt span{
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #5a799d;
	margin: 20px 0 22px;
}
.news_ls li a .lt .font14{
	color: #00437f;
}
.news_ls li a .rt .font16{
	color: #333333;
	line-height: 1.9;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 81px;
}
.news_ls li a .rt .font14{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pages{
	text-align: center;
	margin-top: 4rem;
}
.pages li{
	display: inline-block;
}
.pages li a{
	display: block;
	width: 38px;
	height: 36px;
	line-height: 36px;
	background-color: #eeeeee;
	color: #333;
}
.pages li a:hover,
.pages li a.active,
.pages li.first a:hover,
.pages li.last a:hover{
	background-color: #1a5f9a;
	color: #fff;
}
.pages li.first a,
.pages li.last a{
	background: none;
}
.news_d .title {
	color: #333333;
	padding: 0 10%;
	border-bottom: 1px solid  #e5e5e5;
}
.news_d .title .font14{
	margin: 22px 0 30px;
}
.news_d  .cont{
	padding: 40px 0;
	border-bottom: 1px solid  #e5e5e5;
}
.news_d  .cont p{
	color: #333333;
	line-height: 2;
	margin-bottom: 2rem;
}
.news_d  .cont p img{
	display: block;
	margin:  0 auto;
}
.next_prev{
	margin-top: 2rem;
	position: relative;
}
.next_prev a{
	color: #333333;
	font-size: 14px;
}
.next_prev li{
	padding: 10px 0;
	max-width: 80%;
}
.next_prev li:last-child{
	position: absolute;
	right: 0;
	top: 10px;
}
.next_prev li:last-child i{
	margin-right: 3px;
}
.recruitment .font36{
	color: #333333;
	margin-bottom: 4rem;
}
.recruitment_ls li{
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-bottom: 30px;
}
.recruitment_ls li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.recruitment_ls li a .lt{
	padding: 1.5% 5% 1.5% 3%;
	width: calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
}
.recruitment_ls li a .rt{
	background-color: #eeeeee;
	border: solid 1px #e5e5e5;
	text-align: center;
	width: 130px;
}
.recruitment_ls li a .rt p{
	color: #666666;
	margin-top: 8px;
}
.recruitment_ls li a .lt .tp{
	border-bottom: 1px solid #e5e5e5;
	color: #999999;
	padding: 20px 0;
}
.recruitment_ls li a .lt .bm{
	padding: 30px 0;
	color: #333333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.recruitment_ls li a .lt .tp span{
	margin-right: 5%;
}
.recruitment_ls li a .lt .tp span:last-child{
	margin-right: 0;
}
.recruitment_ls li a .lt .tp .span1,
.recruitment_ds_tp .tp .span1{
	font-size: 18px;
	color: #1a5f9a;
	font-weight: bold;
	margin-right: 8%;
}
.recruitment_ls li a .lt .bm span{
	display: inline-block;
	width: 16%;
}
.recruitment_ds .font36{
	color: #333333;
	margin-bottom: 4rem;
}
.recruitment_ds_tp .tp{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 22px 0;
}
.recruitment_ds_tp .tp .span1{
	float: left;
	margin-right: 0;
	width: 40%;
}
.recruitment_ds_tp .tp .tp_c{
	float: right;
	width: 60%;
	text-align: right;
}
.recruitment_ds_tp .tp .tp_c span{
	color: #999999;
	font-size: 14px;
	margin-left: 5%;
}
.recruitment_ds_tp .tp .tp_c span:first-child{
	margin-left: 0;
}
.recruitment_ds_tp .bm{
	padding: 22px 0;
}
.recruitment_ds_tp .bm span{
	color: #333333;
	font-size: 14px;
	margin-right: 8%;
}
.recruitment_ds_ct .tb{
	padding: 12px 20px;
	background-color: #eeeeee;
}
.recruitment_ds_ct ul{
	padding: 30px;
}
.recruitment_ds_ct ul li{
	line-height: 2;
	color: #333333;
}
.recruitment_ds .add{
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.contact_d{
	padding: 5rem 0;
}

.map iframe{
	width: 100%;
	height: 500px
}
@media (max-width: 1600px){
	.map iframe{height: 450px}
}
@media (max-width: 1200px){
	.map iframe{height: 400px}
}
@media (max-width: 992px){
	.map iframe{height: 350px}
}
@media (max-width: 767px){
	.map iframe{height: 300px}
}
@media (max-width: 420px){
	.map iframe{height: 250px}
}












