/* 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: #005ca1; }
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:16px; color:#555555; line-height:1.8;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	margin: 0;
	padding: 0;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header{
	
}
.top{
	background: #f5f5f5;
	padding: 6px 0;
	font-size: 14px;
}
.welcome{
	float: left;
}
.top_ri{
	float: right;
}
.top_word{
	float: left;
}
.top_word em{
	padding-right: 20px;
	color: #005ca1;
}
.navbox{
	margin: 20px 0;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.navbox .wrap{
	overflow:initial;
}
.navbox canvas{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.navbox .wrap{
	position: initial;
	z-index: 200;
}
.lau{
	float: left;
	color: #005ca1;
	background: url(../img/m1.jpg) no-repeat right center;
	padding-right: 35px;
	cursor: pointer;
}
.lau a:first-child{
	color: #005ca1;
}
.lau_list{
	display: none;
}
.logo{
	float: left;
}
.nav{
	float: right;	
	margin-top: 20px;
	text-align: right;
}
.search{
	float:right;
	margin-top: 23px;
	cursor: pointer;
	position:relative;
}
.search2:after{
	content: "X";
    display: block;
    width: 31px;
    height: 32px;
    position: absolute;
    right: -3px;
    top: -1px;
	font-size:18px;
	background: #fff;
}
.search-form {
    padding: 46px 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 97px;
    display: none;
    background-color: #fff;
    width: 100%;
    z-index: 999;
	display:none;
}
.search-form h3:after{
	content:"X";
	display:block;
	width: 16px;
    height: 26px;
	position: absolute;   
    right: 0;
    top: -15px;
	font-size:18px;
	display:none;
}
.search-form h3 {
    margin-top: 0;
	font-size: 24px;
	position:relative;
}
.search-form .search-input {
    border: 1px #8b8b8b solid;
    width: 100%;
    height: 41px;
    border-radius: 6px;
    position: relative;
}

.search-form input.glyphicon {
    border: 0;
    display: block;
    position: absolute;
    width: 100%;
    background: none;
    height: 41px;
    line-height: 41px;
    outline: none;
}
.search-form input.glyphicon-search {
    position: absolute;
    z-index: 9999;
    right: 0;
    width: 41px;
    height: 41px;
    border: 0;
    background: url(../img/search.png) no-repeat center center;
	cursor: pointer;
	outline:none;
	font-size:0px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav ul li{
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	background: url(../img/p1.jpg) no-repeat right 9px;
	padding-bottom: 24px;
}
.nav ul li:first-child a{
	background: url(../img/home.png) no-repeat left 1px;
    padding-left: 32px;
}
.nav ul li:first-child:hover a{
	background: url(../img/home_hover.png) no-repeat left 1px;
}
.nav ul li.act:first-child a{
	background: url(../img/home_hover.png) no-repeat left 1px;
}
.nav>ul>li>a{font-size:18px;}
.nav ul li.act a{
	text-decoration: underline;
	color: #005ca1;
}
.nav ul li:nth-child(4) .nav_down table{
	text-align:left;
}
.nav ul li:nth-child(4)  .nav_down table tr td{
	padding:0 23px;
}
.nav ul li:hover a{
	text-decoration: underline;
	color: #005ca1;
}
.nav ul li:last-child{
	background: none;
}
.nav_down{
	position:absolute;
	top:69px;
	left:0px;
	z-index:20;
	z-index: 999;
    background: #f5f5f5;
    /* display: none; */
    padding: 40px 0;
	width: 100%;
	font-size:18px;
	display:none;
	text-align:left;
}
.nav_down table{
	width:100%;
	border: none;
	text-align: center;
}

.nav_down table tr th{
	 border-right: 1px #c9c9c9 solid;
}
.nav ul li:hover .nav_down table a{
	text-decoration: initial;
	color: #000;
}
.nav_down table tr td{
	border: none;
	border-right: 1px #c9c9c9 solid;
	vertical-align: top;
	padding:0 10px;
	margin-bottom:10px;
	line-height: 34px;
	text-align: center;
}
.nav_down table tr td:frist-child{
	font-size:18px;
}
.nav ul li:hover .nav_down{
	display:block;
}
.nav_team{
	float:left;
	width:33.333%;
	text-align:center;
	font-size:18px;
	vertical-align: top;
    border-right: 1px #c9c9c9 solid;
	box-sizing: border-box;
	margin-bottom:25px;
}
.nav_team a{
	color:#
}
.nav ul li:hover .nav_team a{
	text-decoration: initial;
	color: #000;
}
.nav_down table tr td a:hover{
	text-decoration: underline;
	color: #005ca1;
}
.three_down a{
	display:block;
	font-size:14px;
	text-align:left;
}
/*banner*/
.banner .nav_li{
	min-width: 278px;
	height: 38px;
	bottom: -1px;
	padding: 11px 0;
	box-sizing: border-box;
}
.banner .nav_li span{
	width: 16px;
	height: 16px;
	transform: scale(1);
}
.banner .nav_li span.swiper-pagination-bullet-active{
	background: #005ca1;
}
.banner img{
	display: block;
	max-width: 100%;
}
.banner_de img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.erji{
	border-bottom: 1px solid #ededed;
	background: #f9f9f9;
}
.erji ul li{
	width: 20%;
	float: left;
	text-align: center;
	line-height: 50px;
	background: url(../img/pp1.png) no-repeat 25px center;
	font-size: 16px;
	border-right: 1px solid #ededed;
	box-sizing: border-box;
	padding: 10px 0;
}
.erji ul li.li1{
	background: url(../img/pp1.png) no-repeat 25px center;
}
.erji ul li.li2{
	background: url(../img/pp2.png) no-repeat 25px center;
}
.erji ul li.li3{
	background: url(../img/pp3.png) no-repeat 25px center;
}
.erji ul li.li4{
	background: url(../img/pp4.png) no-repeat 25px center;
}
.erji ul li.li5{
	background: url(../img/pp5.png) no-repeat 25px center;
}
.about{
	background: url(../img/p3.jpg) no-repeat center top;
	height: 647px;
	padding-top: 100px;
	box-sizing: border-box;
}
.about-zi5-right{
	font-family:'微软雅黑';
}
.about_word{
	width: 478px;
	float: left;
	padding: 33px;
	box-sizing: border-box;
}
.about_word h3{
	font-size: 27px;
	color: #eeeded;
	line-height: 20px;
	
}
.about_word h4{
	font-size: 27px;
	position: relative;
	top: -22px;
	margin-bottom: 10px;
}
.about_word p{
	line-height: 40px;
}
.about_word a{
	display: block;
	width: 145px;
	height: 46px;
	line-height: 46px;
	background: #323232;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}
.about_img{
	float: right;
	width: 665px;
}
.about_img img{
	display:block;
	max-width:100%;
}	
/*新闻中心*/
.news{
	margin-bottom: 100px;
}
.pub_title{
	text-align: center;
	font-size: 27px;
	margin: 70px 0;
}
.news_img{
	width: 600px;
	float: left;
	overflow: hidden;
}
.news_img .swiper-slide a{
	display:block;
	width:600px;
	height:416px;
}
.news_img img{
	display: block;
}

/* 新闻 */
.slideTxtBox{ text-align:left;}
.slideTxtBox .hd{ height:45px; line-height:45px;  position:relative; margin-bottom: 15px;background: #eeeeee;}		
.slideTxtBox .hd ul{   position:relative; left:0px; top:-1px; height:32px;   }
.slideTxtBox .hd a{
	float: right;
    width: 122px;
    height: 22px;
    line-height: 22px;
    background: #4d4d4d;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.slideTxtBox .hd ul li{ float:left; width: 124px;height: 45px;line-height: 45px;text-align: center; cursor:pointer; font-size: 14px;margin-bottom: 0px;border-bottom: none;
    padding-bottom: 0px;}
.slideTxtBox .hd ul a{font-size: 14px;padding-left: 35px;}
.slideTxtBox .hd ul li.on{ color: #FFFFFF; background: #005ca1;}
.slideTxtBox .bd ul{   zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.news_de .hd:before{
	display: none;
}
.news_de img{
	max-width: 100%;
	display: block;
}
.news_de .hd .news_bot_de{
	float: right;
	position: relative;
}
.news_de .hd .news_bot_de{
	display: inline-block;
	float: none;
	padding: 0 26px;
}
.news_de .hd .news_bot_de:first-child{
	background: url(../img/t_7.jpg) no-repeat right center;
}
.news_de .news_list_bot{
	margin-top: 20px;
}
.news_de .news_list_bot .news_bot_de{	
	border-bottom: 1px dashed #dfdfdf;
	font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.news_de .news_list_bot .news_bot_de:first-child{
	border-bottom: 1px solid #dfdfdf;
}
.news_de  .news_list_bot .news_bot_de span{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}
.news_de  .news_list_bot .news_bot_de p{
	font-size: 14px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-indent: 25px;
}
.news_de  .news_list_bot .news_bot_de em{
	color: #8a8989;
	font-weight: bold;
	font-size: 14px;
   
    display: block;
}
.news_de  .case_more{
	text-align: left;

}
.news_de  .case_more a{
	background: #000000;
	
}
.news_word{
	width: 600px;
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
}
.news_de  .news_word_p{
	width: 30%;
	float: left;
}
.news_de  .news_word_p2{
	width: 60%;
}
.news_de .news_list_bot .news_bot_de  .news_word_p2 span{
	display: block;
}
.news_de .news_word_ri{
	width: 60%;
	margin-left: 5%;
	float: left;
	overflow: hidden;
}
.news_de .news_word_ri2{
	width: 20%;
	float: right;
	text-align: right;
}
.news_de .news_word_ri2 i{
	font-style: inherit;
}
.news_de .news_word_ri h4{
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 16px;
}
/*footer*/
.footer{
	background: #383838;
	color: #FFFFFF;
	padding-top: 40px;
}
.footer a:hover{
	text-decoration: underline;
}
.foot_top{
	
}
.foot_word{
	padding-right: 25px;
	font-size: 14px;
	float: left;
	width:261px;
}
.foot_word img{
	border-bottom: 1px solid #555555;
	padding: 25px 0;
}
.foot_word ul{
	margin-top: 20px;
}
.foot_word ul li{
	color: #a9a9a9;
	margin-bottom: 8px;
}
.foot_word ul li em{
	color: #FFFFFF;
}
.foot_nav{
	float: right;
	width:914px;
}
.foot_team{
	float: left;
	padding: 0 22px;
	border-left: 1px solid #555555;
	min-height: 306px;
	font-size: 14px;
	max-width: 193px;
}
.foot_team h4{
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.foot_team h4 a{
	color: #fff;
}
.foot_team ul li{
	background: url(../img/p7.jpg) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	max-width: 192px;
}
.foot_team ul li a{
	color: #FFFFFF;
}
.foot_team dl{
	text-align: center;
}
.link{
	color: #FFFFFF;
	margin-top: 30px;
	padding: 15px 0;	
}
.link .wrap{
	border-bottom: 1px solid #484848;
	padding-bottom: 15px;
}
.link a{
	color: #a8a8a8;
	margin: 0 15px;
}
.copyright{
	padding: 27px 0;
}

/*位置*/
.location{
	padding: 15px 0;
}
/*二级栏目*/
.second{
	margin: 40px 0;
	text-align: center;
	margin-bottom: 87px;
	
}
.second .wrap{
	overflow: inherit;
}
.second ul li{
	width: 123px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: #747474;
	display: inline-block;
	margin-right: 1px;
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
}
.second ul li:hover{
	background: #005ca1;
}
.second ul li.act{
	background: #005ca1;
}
.second ul li a{
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.second ul li .second_down a{
	color: #c6c6c6;
	display: block;
}
.second_down{
	position: absolute;
	width: 100%;
	left: 0;
	top: 68px;
	z-index: 20;
	background: #f8f8f8;
	
}
.second ul li:hover .second_down{
	display: block;
}
.s_a_bg{
	background: #f8f8f8;
	
}
.s_a{
	display:inline-block;
	background: url(../img/p9.jpg) no-repeat left center;
	padding-left: 10px;
	margin: 0 20px;
}
.second_down .s_a{
	float: left;
	background: url(../img/p9.jpg) no-repeat left center;
	padding-left: 10px;
	margin: 0 20px;
}

/*产品列表*/
.pro_list{
	
}
.pro_list dl{
	width: 369px;
	max-height: 424px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.pro_list dl:nth-child(3n+3){
	margin-right: 0px;
}
.pro_list dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 369px;
	height: 370px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	position: relative;
}
.pro_list dl:hover dt{
	border: 1px solid #005ca1;
}
.pro_list dl dt:after{
	display: block;
	content: "";
	background: url(../img/pp7.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 147px;
	z-index: 50;
	width: 58px;
	height: 58px;
	margin-left: -29px;
	display: none;
}
.pro_list dl:hover dt:after{
	display: block;
}
.pro_list dl dt img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	max-height: 100%;
}
.pro_list dl dd{
	font-size: 16px;
}
.pro_list dl span{
	color: #616161;
}
.about_de{
	
}
.about_title h4{
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	 padding: 15px 0; 
	margin: 15px 0;
	padding-left: 15px;
	position: relative;
}
.about_title h4:before{
	content: "";
	width: 2px;
	height: 24px;
	background: #005ca1;
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 20;
}
.about_contact{
	line-height: 40px;
	margin-bottom: 30px;
}
.map{
	margin: 80px 0;
}
.xiazai_list{
	margin: 80px 0;
}
.xiazai_list ul li{
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
	background: url(../img/pp8.png) no-repeat left center;
	padding-left: 65px;
	font-size: 14px;
}
.xiazai_list ul li em{
	float: right;
}
.xiazai_list ul li a:hover{
	text-decoration: underline;
}
.xiazai_list2{
	margin: 10px 0 25px;
}
.xiazai_list2 ul li{
	float:left;
	background: url(../img/zlicon.png) no-repeat left center;
	padding: 20px 0;
	padding-left: 45px;
	width: 25%;
	border-bottom: none;
	margin-bottom:15px;
}
.xiazai_list2 a{font-size:20px;}


/*新闻详情页*/
.news_de{
	padding: 0 8%;
	margin: 25px 0;
}
.news_de ul li{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_de ul li:hover .news_img_de{

}
.news_de ul li:hover .news_time_de{

}
.news_de ul li:hover .news_word_de dl dt{
      color: #007AFF;
      text-decoration: underline;
}
.news_de ul li .news_img_de{
	width: 20%;
	height:152px;
	transition: all ease-in-out .5s;
	float: left;
}
.news_de ul li .news_img_de img{
	display: block;
}
.news_de ul li .news_word_de{
	width: 70%;
	float: left;
	margin: 0px 2% 0;
}
.news_de ul li .news_word_de dl dt{
	font-size: 18px;
	font-weight: bold;
}
.news_de ul li .news_word_de dl dd{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
}
.news_de ul li .news_word_de dl a{

	margin-top: 8px;
	display: block;
}
.news_time{
   text-align: left;
	font-size: 16px;
	color: #979797;
	font-weight: bold;
	margin-top: 10px;
	

}
/*分页*/
.padding{
	text-align: center;
	margin: 55px 0;
}
.padding ul li{
	width: 27px;
	text-align: center;
	display: inline;
    margin: 0 1px; 	        
}
/*.padding ul li:first-child a{
	padding: 5px 20px;
}*/
/*.padding ul li:last-child a{
	padding: 5px 20px;
}*/
.padding ul  span{	
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	display: inline-block;
	
}
.padding ul .active span{
	background: #1f70ac;
	color: #fff;
}
.padding ul li a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
.padding ul li a:hover{
	background: #1f70ac;
	color: #FFFFFF;
}

/*详情页 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_pho_list .ypl_pho{
	float:left;
	margin-right:137px;
}
.ypl_cen_box {
	margin:40px 0;
}
.ypl_cen_ri .ypl_pho_list .ypl_pho{
	margin-right:auto;
}
.ypl_cen_ri .ypl_pho_list .ypl_pho{
	float:none;
}
.ypl_pho_list .ypl_pho img{
	border:1px solid #ddd;
}
.ypl_cen_ri .ypl_pho_list .ypl_pho img{
	display:block;
	margin:0 auto;
}
.ypl_pro_title{
	font-size:46px;
	font-size: 45px;
    color: #005ca1;
}
.ypl_pho_list .ypl_word_de{
	float:left;
	
	text-align:center;
	margin-top:112px;
}
.ypl_pho_list {
	padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}
.ypl_cen_ri .ypl_pho_list{
	border-bottom:none;
}
.ypl_pho_list .ypl_word_de h4{
	font-size:18px;
	text-align:left;
}
.ypl_pho_list .ypl_word_de h5{
	font-size:45px;
	color:#005ca1;
	text-align:left;
}
.ypl_word{
	text-align: left;
	margin-bottom: 30px;
}
.ypl_cen_le {
	width:60%;
    float:left;
}
.ypl_cen_le  img{
	
	max-width:100%;
}
.ypl_cen_ri{
	width:40%;
    float:left;
}
.ypl_pag{
	font-size: 14px;
}
/*详情页 end*/

/*网站地图 begin*/
.yop_map ul li{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.yop_map ul li h3{
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}
.map_de a{
	padding: 10px;
	font-size: 14px;
}
/*网站地图 end*/

/*位置*/
.locotions{
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	color: #787878;
}
.locotions_box:before{
	content: "";
	display: block;
	width: 18px;
	height: 25px;
	background: url(../img/t_25.jpg) no-repeat center center;
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 16px;
	
}
.locotions a{
	color: #787878;
}
.case_list{
	margin-bottom: 80px;
}
.case_list dl{
	width: 196px;
	height: 119px;
	float: left;
	background: #f0f0f0;
	text-align: center;
	font-size: 14px;
	margin-right: 4px;
}
.case_list_ke dl{
	width:149px;
	height:84px;
	line-height:84px;
	background: #747474;
	color:#fff;
}
.case_list dl dt{
	margin-top: 21px;
	display: block;
}
.case_list dl dd{
	padding-top: 15px;
}
.case_list_ke dl dd{
	padding-top: 0px;
}
.case_list_ke a{
	color:#fff;
}
.comWidth {
    width: 1200px;
    margin: 0 auto 50px;
}
.soluIntroBox {
    margin: 0 auto;
}
.magnifyImg {
    overflow: hidden;
}
.soluImg {
    float: left;
   
}
.soluIntro {
    padding-top: 50px;
}
.soluTit {
    font-size: 20px;
    color: #333;
    line-height: 60px;
}
.soluIntroCont {
    color: #999;
    text-indent: 28px;
    line-height: 32px;
}
.platMore {
    display: inline-block;
    margin-top: 20px;
    color: #333;
    width: 120px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #333;
}
.advantageDetWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantageItem {
    width: 320px;
    margin-top: 20px;
    padding: 30px 30px;
    box-shadow: 1px 8px 16px 0 rgba(0,0,0,0.1);
}
.advantageItem .detImg {
    display: block;
}
.advantageItem img {
    max-height: 100%;
    vertical-align: middle;
    cursor: pointer;
    /* transition: all 0.6s; */
}
.advantageItem .detTit {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.advantageItem .detDet {
    color: #999;
    line-height: 24px;
    text-indent: 2em;
}
.softCatTit {
    text-align: center;
    font-size: 22px;
    line-height: 48px;
}
.softDetWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.softDetItem {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.softDetItem .detImg{
	min-height: 300px;
	display: block;
	display: table-cell;
	vertical-align: middle;
}
.softDetItem .detImg img {
    max-width: 100%;
    max-height: 300px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detTit a {
    line-height: 60px;
    /* color: #222; */
    font-size: 20px;
}
.platMores {
    text-align: center;
    margin-top: 20px;
}
.platMores a {
    display: inline-block;
    border-radius: 5px;
    color: #666;
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.softDetItem {
    width: 380px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.softDetItem .detDet {
    color: #999;
    text-align: left;
}
.about_contact2{
	margin-top: 120px;
}
.map_box{
	height: 500px;
}
.header .fixnavv {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	z-index:2000;
	margin: 0;
	background: rgba(255,255,255,1);	
}
.xiazai h4{
	font-size:20px;
	position:relative;
	padding-left:15px;
}
.xiazai h4:before{
	/* width: 4px; */
    /* height: 19px; */
    /* background: #005ca1; */
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 10px; */
    /* z-index: 20; */
}
.honor{
	margin:30px 0;
}
.honor ul li{
	float:left;
	font-size: 16px;
    background: url(../img/ry_px.png) no-repeat 0 center;
	padding-left: 15px;
    padding-right: 30px;
    margin: 7px 0;
	width: 50%;
	box-sizing: border-box;
}
.course{
	margin:0px 0px 80px;
}
.history{
	background: #84c2f1;
}
.history ul {
    max-height: 700px;
}
.history ul {
    background: url(../img/Timeline001915-ul.jpg) repeat-y center top;
    padding: 54px 0;
    max-height: 550px;
    overflow-y: auto;
}
.history li {
    padding-left: 50%;
    background: url(../img/Timeline001915-li.png) no-repeat center top;
    padding-top: 10px;
    padding-bottom: 10px;
}
.history li div {
    padding-left: 36px;
}
.history li time {
    display: block;
    color: #005ca1;
    font-size: 18px;
    border-top: 1px solid #e1e1e4;
}
.history li time:before {
    display: block;
    margin: -3px 0 10px 0;
    content: '';
    background-color: #005ca1;
    width: 20px;
    height: 5px;
}
.history li div p {
    line-height: 24px;
}
.history ul li:nth-child(2n) {
    text-align: right;
    padding-left: 0;
    padding-right: 50%;
}
.history ul li:nth-child(2n) div {
    padding-left: 0;
    padding-right: 36px;
}
.history ul li:nth-child(2n) time:before {
    float: right;
}
.history ul li:nth-child(2n) time span {
    clear: both;
    display: block;
}



 .pos_list {
    width: 100%;
    margin: 50px 0;
}
.pos_list thead {
    border-bottom: 1px solid #9fa1a7;
    line-height: 40px;
    font-size: 16px;
}
 .pos_list thead {
    border-bottom: 1px solid #9fa1a7;
    line-height: 40px;
    font-size: 16px;
}
.pos_list thead {
    border-bottom: 1px solid #9fa1a7;
    line-height: 40px;
    font-size: 16px;
}
.pos_list tr th, .pos_list tr td {
    text-align: left !important;
}
 .pos_list tbody tr td {
    text-align: center;
    border-bottom: 1px solid #ececed;
    line-height: 50px;
    font-size: 14px;
}
.pos_list tbody tr td .btn_apply {
    width: 65px;
    line-height: 30px;
    color: red;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: none;
}
.spanEle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/*留言 begin*/
.ypl_mes{
	margin-top: 35px;
	margin-bottom: 50px;
}
.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 10%;
	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_mes_list .ypl_sub input{
	background: #f1bc54;
	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;
}
/*留言 begin*/




.wrap1200{width:1200px;margin:30px auto; }
a{color:#333333;text-decoration: none;}
.clear{clear: both;}
.Lleft{float:left}
.Rright{float:right}
ul,li{list-style: none;}

/**************************/



.location{
    color:#333333;
    font-size:14px;
}
.location a:hover{
    color:#B6201B;
}
.title-nav{
    display:flex;
    justify-content: space-between;
}
.title-nav a{
    display:block;
    width:298px;
    text-align: center;
    padding:20px 0;
    color:white;
    background: #454545;
    opacity:0.7;
    transition: all .5s;
}
.title-nav a:hover{
    opacity:1;
}
.pro-book-title{
    font-size:26px;
    /* font-weight: bold; */
    border-left:5px solid #E60000;
    padding-left:15px;
    margin-bottom:30px;
}
.pro-book-ul{
    padding:0;
}
.pro-book ul li{
    border-bottom:1px solid #CCCCCC;
    margin:10px 0;
}
.pro-book-ul img{
    display: block;
    margin-top:20px;
}
.pro-book-ul-text{
    margin-left:10px;
    transition: all .3s;
}
.pro-book-ul-text span{
    color:#666;
    font-size:14px;
}
.pro-book-ul-text p:last-child{
    margin-top:-17px;
}
.pro-book-ul>li>a:hover .pro-book-ul-text{
    transform: translateX(5px);
}
.pro-book-ul>li>a:hover .pro-book-ul-text>p:first-child{
    color:#E11A13;
}
.pro-btn{
    margin-left:350px;
    margin-top:50px;
}
.news_more a{
	display: block;
    width: 145px;
    height: 46px;
    line-height: 46px;
    background: #323232;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
	margin: 20px auto;
}