/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { color:#000; text-decoration:none; }
a:hover { color: #273a73; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:""; }

/* css base */
body { font-family:"微软雅黑"; font-size:12px; color:#000; line-height:1.8;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
body::-webkit-scrollbar {
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

/*滚动条里面的滚动的块样式*/
body::-webkit-scrollbar-thumb {
  background-color: #1b4398;
 
}

/*滚动条里面轨道*/
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #61574f;
}
*{
	margin: 0;
	padding: 0;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
/*header*/
.header{

}
.header .top{}
.header .top .logo{
	float: left;
}
.header .top  .top_ri{
	float: left;
	width: 1047px;
	margin-left: 50px;
}
.top_word{
    width: 502px;
    margin-left: auto;
    margin-right: 0px;
}
.top_word .zx{
	display: inline-block;
	float: left;
}
.top_word .zx h4{
	font-size: 13px;
	color: #828282;
}
.top_word .zx h4 em{
	font-size: 18px;
	font-weight: bold;
}
.top_word .search{
	display: inline-block;
	float: left;
	margin: 0 15px;
	padding: 0 10px;
	
	position: relative;
	cursor: pointer;
}
.search_de{
	border: 1px solid #ddd;
	position: absolute;
	width: 200px;
	height: 25px;
	top: 32px;
	left: -100px;
	z-index: 20;
	display: none;
}
.search_de input{
	box-sizing: border-box;
	border: none;
	outline: none;
	appearance: none;
	background: none;
	
}
.search_de input.inp_1{
	width: 100%;
	height: 100%;
	padding-left: 5px;
	padding-right: 40px;
	box-sizing: border-box;
}
.search_de input.inp_2{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 30;
	height: 25px;
	line-height: 25px;
	background: #e2c782;
	padding: 0 5px;
	color: #FFFFFF;
	cursor: pointer;
}
.top_word .wechat{
	display: inline-block;
	float: left;
}
.top_word .wechat h4{
	display: inline-block;
	float: left;
	margin: 0 5px;
	position: relative;
}
.top_word .wechat em{
	float: left;
	display: block;
    font-size: 13px;
    color: #828282;
	margin: 4px 10px 0;
}
.top_word .wechat h4:hover span{
	transform: scale(1);
}
.top_word .wechat span{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	transform: scale(0);
	transition: all ease-in-out .5s;
}
.top_t{
	background: #e7e9e9;
	height: 33px;
	line-height: 33px;
}
.top_t span{
	float: left;
}
.top_t .top_t_ri{
	float: right;
}
.top_t .top_t_ri a{
	padding: 0 5px;
}
.top_t .top_t_ri a:last-child{
	background: none;
}
.top_cen{
	padding: 12px 0;
}
.logo{
	float: left;
}
.tell{
	float: right;
	margin-top: 20px;
	min-height: 48px;
	position: relative;
}
.tell i{
	display: inline-block;
	position: absolute;
	left: -60px;
	top: 4px;
	z-index: 20;
}
.tell span.spa_1{
	font-size: 14px;
	color: #414141;
	display: block;
	margin-bottom: 5px;
}
.tell span{
	display: block;	
	font-weight: bold;
	font-size: 36px;
	color: #edc35d;
	text-align: left;
	line-height: 26px;
}
.nav_box{
	
}
.nav_box .wrap{
	overflow:inherit;
}
.logo{
	float: left;
	padding: 8px 0;
}
.logo img{
	display: block;
}
.nav{
	float: right;
}
.nav ul li{
	float: left;
	width: 111px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 14px;
	position:relative;
}
.nav ul li .nav_down{
	position:absolute;
	top:100px;
	left:-55px;
	z-index:2000;
	background:#fff;
	border-top:5px solid #b8bab7;
	display:none;
}
.nav ul li:hover .nav_down{
	display:block;
}
.nav ul li .nav_down span{
	display:block;
	width:230px;
	height:48px;
	line-height:48px;
	border-bottom:1px solid #ebebeb;
}
.nav ul li .nav_down span a:after{
	display:none;
}
.nav ul li .nav_down span a{
	color:#000;
}
.nav ul li .nav_down span:hover{
	border-bottom:1px solid #1b4599;
}
.nav ul li .nav_down span:hover a{
	color:#1b4599;
}
.nav ul li a{
	display: block;
}
.nav ul li a:after,.nav ul li.act a:after{
	display: block;
	content: "";
	width: 23px;
	height: 2px;
	background: #FFFFFF;
	position: relative;
	top: -30px;
	margin: 0 auto;
}
.nav ul li.act{
	background: #273A73;
}
.nav ul li.act a{
	color: #FFFFFF;
}
.nav ul li:hover{
	background: #273A73;
}
.nav ul li:hover a{
	color: #FFFFFF;
}
.banner img{
	display: block;
	max-width: 100%;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 0px;
	background: #e3e3e3;
	margin: 0 10px !important;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #1c4594;
	color: #FFFFFF;
}
.product{
	background: #f7f7f7;
	padding-bottom: 65px;
}
.pub_title{
	margin: 45px 0;
	
}
.pub_title h4{
	font-size: 21px;
	font-weight: bold;
}
.pub_title h4 em{
	font-size: 12px;
	font-weight: bold;
	color: #b1b1b1;
	text-transform: uppercase;
}
.main{
	margin-bottom:35px;
}
.main_left{
	float: left;
	width: 330px;
}
.main_title{
	background: #273a73;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}
.main_title h3{
	font-size: 18px;
}
.m_list{
	background: #FFFFFF;
	text-align: center;
	padding-bottom: 40px;
}
.m_list ul li{
	height: 62px;
	line-height: 62px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 8px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
}
.m_list ul li a{
	display: block;
}
.m_contact{
	background: url(../img/m_contact.png) no-repeat center center;
	height: 205px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.m_contact dl{
	margin-top: 40px;
}
.m_contact dl dt{
	font-size: 14px;
	background: url(../img/tel.png) no-repeat 100px center;
	margin-bottom: 15px;
	text-indent: 44px;
}
.m_contact dl dd{
	font-size: 24px;
	font-weight: bold;
}
.m_c_us{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 16px;
	background: rgba(162,176,223,0.6);
}
.main_right{
	width: 790px;
	min-height: 473px;
	padding-top: 37px;
	padding-bottom: 10px;
	box-sizing: border-box;
	float: right;
	background: #FFFFFF;
	
}

.main_right .swiper-button-prev, .main_right .swiper-button-next{
	background: url(../img/prev.png) no-repeat center center;
	width: 40px;
	height: 60px;
	opacity: 1;
	left: 0px;
	
}
.main_right .swiper-pagination{
	bottom: 49px;
}
.main_right .swiper-button-next{
	left: auto;
	right: 0px;
	background: url(../img/next.png) no-repeat center center;
}
.main_right .swiper-pagination-bullet-active{
	background: #1B4398;
}
.m_pro_title{
	font-size: 24px;
	font-weight: bold;
	margin: 40px 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.m_pro_word{
	padding: 0 20px;
}
.m_pro_pho{
	width:100%;
	height:340px;
}
.m_pro_pho img{
	display:block;
	max-height:240px;
	margin:0 auto;
}
.m_pro_word ul li{
	margin-top: 8px;
	float: left;
}
.m_pro_word ul li:nth-child(odd){
	width: 440px;
}
/*关于我们*/
.about{
	background: url(../img/about_bg.jpg) no-repeat center center;
	height: 810px;
	overflow: hidden;
}
.about_word{
	width: 600px;
}
.a_title{
	font-size: 24px;
	margin: 40px 0;
	margin-top: 130px;
}
.a_word{
	line-height: 34px;
	font-size: 14px;
}
.a_more a{
	display: block;
	background: url(../img/a_more.png) no-repeat center center;
	width: 176px;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
.num{
	margin-top: 60px;
}
.num dl{
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.num dl dt{
	font-size: 36px;
	font-weight: bold;
}
.num dl dt em{
	font-size: 12px;
}
.num  .plus{
	position: absolute;
	top: 6px;
    right: 31px;
	z-index: 20;
}
/*选择*/
.chose{
	padding-bottom: 50px;
}
.chose_list{
	
}
.chose_team{
	text-align: center;
	width: 280px;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0 12px 1px #f6f6f6;
	margin-right: 20px;
	margin-bottom: 10px;
}
.c_pho{
	margin-top: 15px;
}
.chose_team dl{
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.chose_team dl dt{
	font-size: 24px;
}
.chose_team dl dd{
	color: #737373;
	font-size:14px;
}
.chose_team span{
	display: block;
	font-size: 18px;
}
.chose_team em a{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	margin: 12px auto 0;
}
.chose_team:hover em a{
	background: #1C4594;
	color: #FFFFFF;
}
.case{
	background: url(../img/case_bg.png) no-repeat center center;
	height: 729px;
}
.case_list img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.case_list .case_word{
	width: 229px;
	height: 87px;
  padding-top: 18px;   
  box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 0px;
	font-size: 16px;
	left: 0px;
	background: #1b4599;
	color: #FFFFFF;
}
.case_list .swiper-pagination{
	bottom: 16px;
}
.case_list .swiper-pagination-bullet{
	background: #d8d8d8;
	width: 14px;
	height: 14px;
	margin: 0 5px !important;
	opacity: 1;

}
.case_list .swiper-pagination-bullet-active{
	background: #1b4599;
}
/*新闻*/
.news{
	
}
.news_list{
	
}
.news_le{
	width: 580px;
	float: left;
	box-sizing: border-box;
	background: #fafafa;
	padding: 20px;
	color: #000000;
}
.news_le em{
	display: block;
	margin: 15px 0;
}
.news_le h4{
	font-size: 18px;
	
}
.news_le p{
	font-size: 14px;
	color: #9b9b9b;
	margin: 15px 0;
}
.news_le img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.news_ri{
	width: 600px;
	float: right;
}
.news_ri ul li{
	border-bottom: 1px solid #e1e1e1;
	padding: 13px;
	color: #898989;
	margin: 15px;
	margin-bottom: 23px;
}
.news_ri ul li:hover{
	box-shadow: 0 0 10px 2px #f9f9f9;
	border-bottom: 1px solid #FFFFFF;
}
.news_ri ul li:hover h4 span{
	color: #1B4398;
}
.news_ri ul li:hover i{
	background: url(../img/horn_act.png) no-repeat center center;
}
.news_ri ul li h4{
	margin-bottom: 8px;
}
.news_ri ul li h4 span{
	font-size: 18px;
	color: #000000;
	float: left;
	background: url(../img/radius.png) no-repeat left center;
	padding-left: 15px;
}

.news_ri ul li h4 em{
	float: right;
	color: #898989;
}
.news_ri ul li p{
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #898989;
}
.news_ri ul li i{
	display: block;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 5px;
	text-align: right;
	background: url(../img/horn.png) no-repeat center center;
	width: 39px;
	height: 18px;
}
.pub_more a{
	background: url(../img/a_more.png) no-repeat center center;
	width: 174px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 45px auto;
	display: block;
}


/*footer*/
.footer{
	color: #fbfbfb;
}
.footer:a{
	text-decoration: underline;
}
.f_nav{
	background: #000000;
	text-align: center;
	border-bottom: 1px solid #1b1a1a;
}
.f_nav .wrap{
	
}
.f_nav ul li{
  display: inline-block;
	height: 77px;
	line-height: 77px;
	font-size: 14px;
  margin: 0 50px;
}
.f_nav ul li a{
	color: #fbfbfb;
}
.f_cen{
	background: #000000;
}
.cen_le{
	padding: 40px 0;
	float: left;
	padding-right: 115px;
}
.cen_le{
	float: left;
}
.f_logo{
	float: left;
	margin-top: 10px;
}
.f_logo>img{height:100px;}
.cen_le dl{
	float: left;
	background: url(../img/foot_bg.jpg) no-repeat left center;
	padding-left: 50px;
	margin-left: 10px;
	margin-right: 20px;
}
.cen_le dl dt{
	font-size: 14px;
	color: #535353;
}
.cen_le dl dd{
	font-size: 24px;
}
.cen_le dl span{
	font-size: 14px;
	color: #535353;
}
.cen_cen{
	float: left;
	padding: 40px 70px;
	border-left: 1px solid #1b1a1a;
	border-right: 1px solid #1b1a1a;
	font-size: 14px;
	line-height: 32px;

	box-sizing: border-box;
}
.cen_ri{
	text-align: center;
	padding: 40px 0px 0;
	float: right;
}
.cen_ri dl{
  display: block;
  margin-left: auto;
	margin-right: 0px;
	font-size: 14px;
}

.foot{
	background: #1e1e1e;
	line-height: 90px;
	color: #FFFFFF;
	font-size: 14px;
}
.foot a{
	color: #FFFFFF;
}
.foot_link{
	float: left;
}
.foot_word{
	float: right;
}

/*main*/
.mainde{
	
}
.location{
	margin: 33px 0;
	color: #7c7c7c;
	background: url(../img/home.png) no-repeat left center;
	padding-left: 25px;
}
.location a{
	color: #7c7c7c;
}
.mainde .main_left{
	width: 300px;
	border:1px solid #e1e1e1;
}
.mainde .main_left .m_list ul li:hover{
	border-bottom: 1px solid #1b4599;
}
.mainde .main_left .m_list ul li.act{
	border-bottom: 1px solid #1b4599;
}
.mainde .main_left .m_list ul li.act a{
	color: #1b4599;
}
.mainde .main_right{
	width: 850px;
	padding-top: 0px;
}
.pro_de_list{
	
}
.pro_de_list dl{
	width: 260px;
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 35px;
}
.pro_de_list dl:hover{

}
.pro_de_list dl:hover dd{

}
.pro_de_list dl:nth-child(3n+3){
	margin-right: 0px;
}
.pro_de_list dl dt{
	height: 250px;
	display: block;
	box-shadow: 0 0 15px #ccc;
}

.pro_de_list dl dt img{
    width: 100%;
    height: 100%;
}
.pro_de_list dl dd{
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	padding-top: 8px;
}
.pro_de_list dl span{
	padding-bottom: 8px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  color: #dddddd;
  font-size: 14px;
}
/*分页*/
.padding{
	text-align: center;
	margin: 38px 0;
}
.padding ul{
	display: inline-block;
}
.padding ul li{
	display: inline-block;
	font-size: 14px;
}
.padding ul li.active span{
	background: #1b4599;
	color: #FFFFFF;
}
.padding ul li span{
	border: 1px solid #ebebeb;
	padding: 4px 8px;
}
.padding ul li:hover a{
	background: #1b4599;
	color: #FFFFFF;
}
.padding ul li a{
	border: 1px solid #ebebeb;
	padding: 4px 8px;
}
/*分页*/

.pro_de_list2  dl{
	width: 413px;
	margin-right: 14px;
	border-bottom: none;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 8px 1px #ececec;
	margin-bottom: 20px;
}
.pro_de_list2  dl:hover{
	background: none;
}
.pro_de_list2 dl:nth-child(3n+3){
		margin-right: 14px;
}
.pro_de_list2 dl:nth-child(2n+2){
	margin-right: 0;
}
.pro_de_word{
	border-top:1px solid #e0e0e0;
	padding: 0px 0 10px;
}
.pro_de_word h4{
	font-size: 18px;
	margin: 12px 0;
}
.pro_de_word h4:after{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #253c72;
	margin: 0 auto;
}
.pro_de_word a{
	display: block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #b7b7b7;
	margin: 0 auto;
	border: 1px solid #b7b7b7;
}
.pro_de_list2  dl .pro_de_word a:hover {
	background: #1B4398;
	color: #FFFFFF;
}


.tj_con{
	margin: 30px 0;
}
.tj_con_le{
	width: 450px;
	float: left;
}
.tj_con_le h4{
	font-size: 24px;
}
.tj_con_le h4 em{
	font-weight: bold;
	color: #f75e1b;
}
.tj_con_le ul li{
	margin-bottom: 10px;
}
.tj_con_le ul li h3{
	font-size: 16px;
}
.tj_con_le ul li p{
	color: #878787;
	font-size: 14px;
}
.tj_con_le .con_ew {
	width: 450px;
	text-align: left;
}
.tj_con_le .con_ew dl{
	margin-top: 25px;
}
.tj_con_le .con_ew dl dt{
   font-size: 18px;
   color: #727272;
   padding-left: 38px;
   margin-bottom: 8px;
}
.tj_con_le .con_ew dl dd{
	font-size: 14px;
}
.tj_con_ri{
	width: 600px;
	float: left;
	margin-left: 95px;
}
.tj_con_ri h4{
	font-size: 24px;
	margin-bottom: 12px;
}
.tj_inp{
	margin-bottom: 14px;
}
.tj_inp span{
	color: #a8a8a8;
	font-size: 14px;
}
.tj_inp input{
	height: 46px;
	line-height: 46px;
	background: #fff;
	border: 1px solid #eaeaea;
	display: block;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	outline:none;
	-webkit-appearance: none;
}
.tj_inp textarea{
	height: 127px;
	background: #fff;
	border: 1px solid #eaeaea;
	display: block;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	outline:none;
	-webkit-appearance: none;
}
.tj_inp input.tj_inp_sub{
	background: #1b4599;
	color: #FFFFFF;
	margin-top: 15px;
	-webkit-appearance: none;
}
.map{
	margin-bottom: 40px;
}
.newsde{}
.newsde .news_ri{
	width: 100%;
	float: none;
}
.news_ri ul li .news_word{
	width: 500px;
	float: left;
}
.news_ri ul li .news_word a{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #ebebeb;
	color: #b7b7b7;
	margin-top: 15px;
}
.news_ri ul li .news_word a:hover{
	background: #1B4398;
	color: #FFFFFF;
}
.news_ri ul li .news_pho{
	width: 240px;
	height: 155px;
	float: right;
}
.newsde .news_ri ul li h4 span{
	background: none;
	padding-left: 0;
}
.newsde .news_ri ul li{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ht_inp input,.ht_inp img{
	display: block;
	width: 180px;
	height: 35px;
	margin: 5px 0;
}





/*网站模板  pc*/

/*详情页 begin*/
.ypl_de{
	margin:35px 0 ;
}
.ypl_center{
	text-align: center;
}
.ypl_center h4{
	font-size:24px;
	margin: 15px auto 5px;
	font-weight: bold;
}
.ypl_pho{
	margin: 25px 0;
}
.ypl_word{
	text-align: left;
	margin-bottom: 30px;
}
.ypl_pag{
	font-size: 14px;
}
/*详情页 end*/

/*网站地图 begin*/
.ypl_map{
	margin: 30px 0 ;
}
.ypl_map ul li{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.ypl_map  ul li h3{
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}
.map_de a{
	padding: 10px;
	font-size: 14px;
}
/*网站地图 end*/

/*留言 begin*/
.ypl_mes{
	margin: 35px 0;
}
.ypl_mes h3{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}
.ypl_mes h4{
	font-size: 16px;
	text-align: center;
}
.ypl_mes_list{
	padding: 0 2%;
	margin-top: 25px;
}
.ypl_mes_list input{
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;
	border: 1px solid #e0dcdc;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 8px;
	border-radius: 6px;
	-webkit-appearance: none;
}
::-webkit-input-placeholder{
	color: #bbbbbb;
}
.ypl_mes_list textarea{
	height: 180px;
	width: 100%;
	border: 1px solid #e0dcdc;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 8px;
	border-radius: 6px;
	-webkit-appearance: none;
}
.ypl_sub{
	margin: 50px 0;
}
.ypl_mes_list .ypl_sub input{
	background: #e84c3d;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
	width: 20%;
	height: 55px;
	line-height: 55px;
	margin:  0 auto;
	cursor: pointer;
}

.ypl_yz{
	margin: 15px 0;
}
.ypl_yz input,.ypl_yz img{
	width: 25%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e0dcdc;
	box-sizing: border-box;
	border-radius: 6px;
	float: left;
}
.ypl_yz img{
	margin-left: 10px;
}
/*留言 begin*/

/*分页 begin*/
.ypl_padding{
	text-align: center;
	margin: 50px 0;
}
.ypl_padding ul{
	display: inline-block;
}
.ypl_padding ul li{
	width: 27px;
	line-height: 27px;
	text-align: center;
	display: inline;	
}
.ypl_padding ul li.active span{
	background: #3a3e7a;
	color: #fff;
}
.ypl_padding ul li:first-child a{
	padding: 5px 20px;
}
.ypl_padding ul li:last-child a{
	padding: 5px 20px;
}
.ypl_padding ul li a{
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
.ypl_padding ul li span{
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
.ypl_padding ul li a:hover{
	background: #3a3e7a;
	color: #FFFFFF;
}
/*分页 end*/
.about_box{
    display: flex;
    justify-content: space-between;
}
/*联系我们*/
.ypl_contact{
	margin: 30px 0;
}
.ypl_c_word {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.ypl_c_word ul li{
	margin-bottom: 20px;
}
.ypl_c_word ul li h4{
	font-size: 24px;
	margin-bottom: 10px;
}
.ypl_map iframe{
	border: none;
}
.index_link{

    padding-bottom: 50px;
    background: url(../img/bg12.png)no-repeat center;
}
.index_link .list{

}
.index_link .list .swiper-container{
    height: 420px;
}
.index_link .list .swiper-container .swiper-slide{
    height: 210px;
}
.index_link .list .swiper-container .swiper-slide .img{
    height: 145px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
}
.index_link .list .swiper-container .swiper-slide .img img{
    height: 100%;
    width: 100%;
}
.index_link .list .swiper-container .swiper-slide .img img{
    width: 100%;
}
.index_link .list .swiper-container .swiper-slide h3{
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 55px;
}
.index_link .list .but{
  position: relative;
  height: 30px;
  padding-top: 30px;
}
.index_link .list .but .swiper-pagination{
    position: static;
}
.index_link .list .but .swiper-pagination span{
    width: 15px;
    height: 15px;
}
.video_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video_list dl{
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}
.video_list dl a{
    display: block;
    border-bottom: 5px solid #273a73;
}
.video_list dl a dt{
    
}
.video_list dl a dt img{
    width: 100%;
}
.video_list dl a dd{
    text-align: center;
    font-size: 14px;
    color: #273a73;
    padding: 15px 0px;
}
.video_list dl a:hover{
    background: #273a73;
}
.video_list dl a:hover dd{
    color: #fff;
}
.video_box{
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,.7);
    display: none;
    justify-content: center;
    align-items: center;
}
.video_box .box{
    position: relative;
    width: 1200px;
    height: 640px;
    background: #fff;
    padding: 60px 210px;
    box-sizing: border-box;
}
.video_box .box i{
    position: absolute;
    top: 30px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    right: 30px;
    color: #fff;
    font-size: 34px;
    background: #7d89ac;
    font-style: unset;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.video_box .box .show video{
    width: 100%;
    height: 460px;
}
.video_box .box .title{
    text-align: center;
    line-height: 3em;
    font-size: 14px;
    
}











