
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	background: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

body {
	word-break: break-all;
	font: 12px/1.5 '思源黑体';
}

button,
img,
em {
	border: 0;
}

img {
	vertical-align: middle;
}

li,
ul {
	list-style: none;
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #000;
}

a:hover {
	text-decoration: none;
}

input,
textarea {
	outline: none;
}

em,
i {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
	display: block;
}

input {
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #4d4d4d;
	font-size: 12px;
	background: none;
}


/*------------ class -----------------*/
.clearfix {
	display: inline-table
}
.container{
	max-width: 1400px;
	display: block;
	margin: 0 auto;
}
.clearfix {
	display: block
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.auto-0 {
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.ell {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cursor {
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.allWidth {

	margin: 0px auto;
}



/***************************head***************************/



.search form {
	height: 30px;
	line-height: 30px;
	border: 1px solid #565656;
	margin-top: 2px;
	display: none;
}

.search input {
	float: left;
	width: 160px;
	padding-left: 6px;
	height: 28px;
	color: #666;
}

.search button {
	float: left;
	height: 28px;
	padding: 0 12px;
	background: none;
}


/*------------ header -----------------*/
.logoBox {
	

	background: #fff;
	text-align: center
}
.logo {
	margin-right: 1.5rem;
}
.logo img{
	max-height: 75px;
}

.honor {
	display: inline-block;
	float: none;
	margin: 33px 0px;
}

.honor ul li {
	font-size: 20px;
	color: #fff;
	line-height: 35px;
}

.bgImg {
	margin-top: 15px;
}



/* ====================== index_nav =========================*/
.nav {
	/*height: 80px;*/
	line-height: 70px;
}

.navbar_ul li {
	width: auto;
	float: left;
	font-size: 16px;
	position: relative;
}

.navbar_ul li:last-child {
	border-bottom: none !important;
}

.navbar_ul li a {
	display: block;
	padding: 1rem 0.5rem;
	
}
.navbar_ul>li{
	margin: 0 0.5rem;

}
.navbar_ul>li>a {
	color: #4d4d4d;
		padding: 0 1rem;
}

.navbar_ul>li a.action {
	color: #fff;
	background: #1f3e98;
}

.navbar_ul>li:hover {
	background: #1f3e98;
}

.navbar_ul>li:hover a {
	color: #fff;
	background: #1f3e98;
}

.navbar_ul>li a.action>.arrow_em {
	width: 13px;
	height: 7px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 0;
}

.navbar_ul li:hover .menu {
	display: block;
}

.navbar_ul li .menu {
	background: #fff;
	z-index: 9;
	width: 100%;
	display: none;
	position: absolute;
	top: 68px;
	transition: 0.5s;
	left: 0;
	padding: 0;
}
img{
    max-height: 100%;
    max-width: 100%;
}
.navbar_ul li .menu>li {
	margin: 0;
	background: #fff;
	line-height: 28px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.navbar_ul li .menu>li a {
	font-size: 15px;
	color: #333;
	background: #fff;
	padding: 10px 0;
}

.navbar_ul li .menu>li:hover>a {
	color: #fff;	
	background: #1f3e98;
	transition: 0.5s
}

.navbar_ul li .menu>li>.menu-three>li {
	line-height: 45px;
}

.navbar_ul li .menu>li>.menu-three>li:hover>a {
	color: #1f3e98;
	transition: 0.5s
}

.navbar_ul>li .menu>li>.menu-three {
	position: absolute;
	top: 0;
	left: 120px;
	display: none;
	background: rgba(255, 255, 255, .8);
}


/*------------ banner -----------------*/
.swiper {
	width: 100%;
	max-height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.swiper-slide a {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	max-height: 60vh;
}


.index_about{
	display: flex;
	padding: 4% 0;
}
.index_about_left{
	flex: 1;
	padding: 0 10%;
}
.index_about_right{
	flex: 1;
}

.index_about_left .d1{
	font-size: 2rem;
	color: #333;
}
.index_about_left .d2{
	font-size: 1rem;
	color: #555;
	text-indent: 2em;
	margin: 1rem 0;
		line-height: 200%;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.index_about_left .d3 a{
	display: inline-block;
	padding: 0.7rem 2rem;
	color: #fff;
	background: #1f3e98;
}
.index_about_left .d3 a:hover{
	opacity: 0.8;
}
.index_about_left .dul{
	display: flex;
	margin-top: 3rem;
}
.index_about_left .dul_li{
	flex: 1;
	text-align: center;
}
.index_about_left .dul_li img{
	width: 2rem;
	height: 2rem;
	display: block;
	margin: 0 auto;
}
.index_about_left .dul_li .li_2{
	text-align: center;
	color: #1f3e98;
	font-weight: bold;
	font-size: 2.3rem;
	padding: 0.2rem 0;

}
.index_about_left .dul_li .li_2 span{
	font-size: 1rem;
}
.index_about_left .dul_li .li_3{
	font-size: 1rem;
	color: #555;
}

.index_gywm{
	background: url('../images/img (13).png') no-repeat;
	background-size: cover;
	padding: 7% 0;
	display: flex;
	
}

.index_gywm_left{
	flex: 1;
	color: #fff;
	padding-left: 10%;
}
.index_gywm_right{
	width: 20%;
	color: #fff;
	font-size: 1rem;
}

.index_gywm_tab_li img{
	width: 2rem;
	height: auto;
	margin: 0 1rem 0 2rem;
}
.index_gywm_tab .index_gywm_tab_li{
	width: 100%;
	padding:1.2rem 0;
	cursor: pointer;
}
.index_gywm_tab .index_gywm_tab_li.on{
	background: #1f3e98;
}


.index_gywm_con_li .d1{
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	padding-bottom: 1rem;
}
.index_gywm_con_li .d2{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0.5rem;
}
.index_gywm_con_li .d3{
	font-size: 1.1rem;
	color: #eee;
}
.index_gywm_con_li .d4{
	font-size: 1rem;
	color: #eee;
	padding: 2rem 2rem 2rem  0;
}
.index_gywm_con_li .d5 span{
	display: inline-block;
	background: #1f3e98;
	padding: 0.8rem 2rem;
	font-size: 1rem;
	color: #eee;
}


.index_porduct{
	padding: 5% 0;
}
.index_title_text{
	padding-top: 1rem;
	font-size: 1rem;
	color: #555;
}
.index_por_ul{
	background: url('../images/img (20).png') no-repeat;
	background-size: cover;
	display: flex;
	width:100%;
	margin-top: 5%;
}
.index_pro_li .dd .d1{
	height: 5rem;
	
}
.index_pro_li{
	background:rgba(0, 0, 0,0.1);
	flex: 1;
	text-align: center;
	padding: 7% 0;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.index_pro_li .dd .d2{
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.index_pro_li .dd_on{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
}
.index_pro_li:hover .dd{
	display: none;
	transition: 0.5s;
	cursor: pointer;
}
.index_pro_li:hover .dd_on{
	background:rgba(31, 62, 152,0.7);
	position: absolute;
	top: 0;
	transition: 0.5s;
	cursor: pointer;

}
.index_pro_li .dd_on .d1 {
	margin: 2rem 0;
}
.index_pro_li .dd_on .d1 span{
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #eee;
	padding: 1rem 2rem;
}
.index_pro_li .dd_on .d2 span a{
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #eee;
	line-height: 150%;
	padding: 0.2rem 0;
}
.index_pro_li .dd_on .d2 span a:hover{
	padding-left: 0.5rem;
	transition: 0.5s;
}

.index_pro_li .dd_on .d3{
	margin-top: 1rem;
	top: 0;
	position: relative;
}

.index_pro_li .ddon{
	display: block!important;
}
.index_pro_li .dd .d3:hover a{
	padding-left: 1rem;
	position: relative;
	transition: 0.5s;
}
.index_pro_li .dd_on .d3:hover a{
	padding-left: 1rem;
	position: relative;
	transition: 0.5s;
}
.index_ryzz_ul{
	position: relative;
	padding: 2% 5%;
}
.index_ryzz_swiper{
	height: 15vw;
	padding: 3% 0;
	overflow: hidden;
}
.index_ryzz_swiper_li{
	height: 15vw;
	background: none;
}
.index_ryzz_swiper_li img{
	height: 15vw;
	width: auto;
	display: block;
	border-radius: 2px;
}

.index_title_center{
	text-align: center;
}
.index_ryzz{
	padding: 3% 0;
}

.index_hzhb_ul{
	position: relative;
	padding: 0;
}
.index_hzhb_swiper{
    margin: 5% 0;
	height: 6rem;
	/*padding: 3% 0;*/
	overflow: hidden;
}
.index_hzhb_swiper_li{
	height: 6rem;
	background: none;
}
.index_hzhb_swiper_li img{
	height: auto;
	width: auto;
	display: block;
	max-height: 5rem;
	border-radius: 2px;
}
.index_news_ul{
	display: flex;
	padding-top: 5%;
}
.index_news_li{
    width: 33%;
}
.index_news_li .dd{
	background: #fff;
	margin: 1rem;
}
.index_news_li .dd .d1 img{
	height: 15rem;
	width: 100%;
	display: block;
}
.index_news_li .dd .d2{
	font-size: 0.9rem;
	color: #888;
	padding: 0.5rem 1rem;
}
.index_news_li .dd .d3{
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	padding: 0 1rem;
	height: 3rem;
	overflow: hidden;
}
.index_news_li .dd .d4 a{
	font-size: 0.9rem;
	color: #fff;
	margin: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 2rem;
	display: inline-block;
	background: #1f3e98;
}

.index_news{
	background: url('../images/img (32).png') no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.index_news_li .dd .d4 a:hover{
	margin-left: 2rem;
	transition: 0.5s;
}

.footer{
	background: #000;
	padding: 2% 0;
}

.footer_top{
	display: flex;
	justify-content: space-between;
}
.footer_top_1 img{
	height: 4rem;
	width: auto;
	margin-bottom: 1rem;
}
.footer_top_2 img{
	height: 1.5rem;
	width: auto;
	margin-right: 5px;
}
.footer_top_2{
	font-size: 1.5rem;
	font-weight: bold;
	color: #2093ff;
}
.footer_lis{
	display: flex;
	margin: 3% 0;
}
.footer_li{
	flex: 1;
}

.footer_lis .dt{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.footer_lis .dt::after{
	position: absolute;
	bottom: -.3rem;
	left: 0;
	content: '';
	background: #1f3e98;
	height: 0.3rem;
	width: 3rem;
}
.footer_lis .dli a{
	display: block;
	font-size: 0.9rem;
	color: #949597;
	padding: 0.3rem 0;
	
}
.footer_lis .dli a:hover{
	color: #fff;
}
.footer_li .dli{
	margin-top: 1rem;
}
.footer_li .dli .d1{
	font-size: 0.9rem;
	color: #ccc;
}
.footer_li .dimg img{
	max-width: 8rem;
	display: block;
	margin: 0 auto;
}


.footer_border{
	border-top: 1px solid #ccc;
	padding-top: 1rem;
	margin-top: 1rem;
	text-align: center;
	font-size: 0.9rem;
	color: #ccc;
}
.footer_border a{
	color: #ccc;
}

.tab_en a{
	color: #666;
	font-size: 0.9rem;
}

/*.tab_en.on a.en{*/
/*	display: none;*/
/*}*/

/*.tab_en a.cn{*/
/*	display: none;*/
/*}*/
/*.tab_en.on a.cn{*/
/*	display: block;*/
/*}*/



.heads{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tab_en a img{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}



.content_con {
	margin-top: 40px;
}

.left-menu {
	width: 17rem;
	margin-bottom: 20px;
}

.left-menu .title {
	line-height: 60px;
	height: 60px;
	background: #274472;
	font-size: 28px;
	text-align: center;
	color: #fff;
}

.left-menu .list {
	padding-bottom: 7px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border: 1px solid #eee;
}


.left-menu .list li a {
	color: #555;
	display: block;
	font-size: 0.95rem;
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}
.f_title{
	font-size: 0.9rem;
	color: #888;
	padding-bottom: 1rem;
	
}
.f_title a{
	color: #888;
}
.f_title a:hover{
	color: #1f3e98;
}
.left-menu .list li a.normal,
.left-menu .list li a:hover {
	color: #1f3e98;
}

.right_page {
	flex: 1;
	min-height: 600px;
	background: #fff;
	padding: 0 30px
}
.fu_title{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #1f3e98;
	padding: 1rem;
}


.page_list {
	margin-top: 15px
}

.page_list li {
	height: 56px;
	line-height: 56px;
	color: #333;
	font-size: 15px;
	padding: 0 15px;
	border-bottom: 1px dashed #e1e1e1;
	overflow: hidden
}

.page_list li a {
	color: #333;
	
}

.page_list li:hover {
	background: #fbfbfb;
}

.page_list li:hover a,
.page_list li:hover i {
	color: #274472;
}


.about_flex{
	display: flex;
}
.fbanner img{
	display: block;
	width: 100%;
	max-height: 30rem;
}

.left-menu .lx_title{
	margin-top: 2rem;
}
.left-menu .list.lx li{
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 0 1rem;
	font-size: 0.8rem;
}

.product_rul{
	clear: both;
	overflow: hidden;
}
.product_rul .product_rli{
	width: 33.3%;
	display: inline-block;
	float: left;
}

.product_rul .product_rli a{
	
	display: block;
	margin: 1rem;
	overflow: hidden;
	border: 1px solid #eee;
}
.product_rul .product_rli a p{
	padding: 0 1rem;
	margin: 0;
}
.product_rul .product_rli a img{
	height: 12rem;
	width: auto;
	display: block;
	margin: 0 auto;
}
.product_rul .product_rli a span{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 1rem;
	color: #333;
	padding: 1rem 0;
}

.product_rul .product_rli a:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.product_rul .product_rli a:hover span{
	color: #1f3e98;
}




.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  text-align: left;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
  overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;

  
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #292e39;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #1f3e98;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }

  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
}

.index_more {
	text-align: center;
	padding-top: 1rem;
}
.index_more a{
	font-size: 0.9rem;
	color: #999;
	padding: 0.5rem 2rem;
	display: inline-block;
	border: 1px solid #999;
	border-radius: 2rem;
	background: #fff;
}

.index_more a:hover{
	border: 1px solid #2093ff;
	
	color: #2093ff;
}


.index_hzhb_ul .swiper-container {
	margin-top: 5%;
}
.index_hzhb_ul .swiper-container .index_hzhb_swiper_li{
	border: 1px solid #eee;
}
.contact_ul .p{
	font-size: 1.3rem;
	color: #333;
	margin: 8px 0;
	padding: 0;
}
.contact_ul .p1{
	font-size: 1rem;
	color: #333;
	margin: 8px 0;
	padding: 0;
}
.contact_ul p img{
	display: block;
	width: auto;
	
}
.search{
	padding: 0 1rem;
}
.search img{
	width: 1.5rem;
	height: auto;
	cursor: pointer;
}

.nav{
	flex: 1;
}

.search_tc{
	position: absolute;
	top: 5rem;
	right: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 9;
	padding: 1rem;
}
.heads{
	position: relative;
}
.search_tc input{
	border: 1px solid #ccc;
	height: 2rem;
	width: 10rem;
	padding-left: 0.5rem;
}
.search_tc button{
	border: 1px solid #1f3e98;
	background: #1f3e98;
	color: #fff;
	height: 2.2rem;
	width: 5rem;
	text-align: center;
	cursor: pointer;
}
.search_tc button:hover{
	opacity: 0.8;
}
.search_tc.on{
	display: block;
	transition: 0.5s;
}
.search_tc{
	display: none;
}


.sj{
	display: none;
}
.result{
	font-size: 0.9rem;
	color: #999;
	border: 1px solid #ccc;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
}
.result a{
	color: #333;
	margin-right: 1rem;
	display: inline-block;
	padding: 0 2px;
}
.result a.on{
	color: #1f3e98;
}
.det_title{
	text-align: center;
	font-size: 1.5rem;
	color: #000;
	margin: 0.5rem 0;
}
.det_title_time{
	font-size: 0.9rem;
	color: #999;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
	text-align: center;
	
}

.det_content{
	padding: 1rem;
	font-size: 0.9rem;
	color: #434343;
}
.con_text{
	font-size: 1rem;
}
.message_ul .m_form1{
	max-width: 600px;
}
.message_ul .m_form1 .item{
	display: flex;
	margin-bottom:1rem
}
.message_ul .m_form1 .sp1{
	font-size: 0.9rem;
	color: #333;
	font-weight: bold;
	width: 7rem;
	text-align: right;
	margin-right: 1rem;
}
.message_ul .m_form1 .sp1 span{
	color: #f00;
}
.message_ul .m_form1 input{
	width: 100%;
	border: 1px solid #ccc;
	height: 2rem;
	padding-left: 1rem;
	border-radius: 2px;
}
.message_ul .m_form1 .textarea{
	width:99%;
	height:5rem;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.message_ul .m_form1 .lx_button {
	text-align: right;
}
.message_ul .m_form1 .lx_button .sub_btn{
	background: #1f3e98;
	display: inline-block;
	cursor: pointer;
	padding: 0.7rem 2rem;
	color: #fff;
	height: auto;
	width: auto;
	border: 0;
	border-radius: 3px;
	font-size: 0.9rem;
}
.message_ul .m_form1 .lx_button .sub_btn:hover{
	opacity: 0.8;
}

.pro_down li .pli{
	border-bottom: 1px solid #eee;
}
.pro_down li .pli .r{
	cursor: pointer;
	padding-right: 1rem;
}
.pro_down li .pli a{
	display: flex;
	justify-content: space-between;
}
.pro_down li .pli a.normal span{
	color: #1f3e98;
}
.pro_down li .pli a span{
	color: #333;
}
.pro_down li .dd{
	display: none;
	transition: 0.5s;
}

.pro_down li.on .dd{
	display: block;
	transition: 0.5s;
}
.pro_down li .dd a{
	height: 35px;
	border-bottom: 1px solid #eee;
	line-height: 35px;
	font-size: 0.8rem;
}

.page{
    text-align: center;
    padding: 3% 2% 5% 2%;
}
.page a{
    display: inline-block;
    border:1px solid #eee;
    padding: 2px 8px;
    color: #555;
    font-size: 13px;
    margin: 0 3px;
}
.page .current{
      display: inline-block;
    border:1px solid #eee;
    padding: 2px 8px;
    color: #fff;
    background: #1f3e98;
    font-size: 13px;
    margin: 0 3px;
}
