@charset "utf-8";
/*top*/
.logo{ float: left; margin: 17px 0;}
.nav{width: 720px; float: right;}
.nav li{ float: left;width: 115px; height: 100px;  position: relative}
.nav li a{ 
	line-height: 100px;
	color: #23258c; 
	z-index: 1px; 
	display: block;
	width: 110px;
	position: absolute;
	top: 0;
	text-align: center; padding-left: 15px;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari 和 Chrome */
	-o-transition: all .5s;	/* Opera */
}
.nav li a.nav1{background: url(../images/nav1.png) no-repeat 17px center;}
.nav li a.nav2{background: url(../images/nav2.png) no-repeat 17px center;}
.nav li a.nav3{background: url(../images/nav3.png) no-repeat 16px center;}
.nav li a.nav4{background: url(../images/nav4.png) no-repeat 16px center;}
.nav li a.nav5{background: url(../images/nav5.png) no-repeat 17px center;}
.nav li a.nav6{background: url(../images/nav6.png) no-repeat 14px center; padding-left: 6px;}

.nav li span{
	
	display: block;
	width: 100%; 
	height: 0px;
	background: #23258c;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari 和 Chrome */
	-o-transition: all .5s;	/* Opera */
}
.nav li:hover span{
	height: 100px;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari 和 Chrome */
	-o-transition: all .5s;	/* Opera */
}

.nav li:hover a{
	color: #fff;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari 和 Chrome */
	-o-transition: all .5s;	/* Opera */
}
.nav li:hover a.nav1{background: url(../images/nav1-1.png) no-repeat 17px center}
.nav li:hover a.nav2{background: url(../images/nav2-1.png) no-repeat 17px center}
.nav li:hover a.nav3{background: url(../images/nav3-1.png) no-repeat 16px center}
.nav li:hover a.nav4{background: url(../images/nav4-1.png) no-repeat 16px center}
.nav li:hover a.nav5{background: url(../images/nav5-1.png) no-repeat 17px center}
.nav li:hover a.nav6{background: url(../images/nav6-1.png) no-repeat 14px center}


/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .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;
    }

/*新闻中心*/
.title{ width: 100%; font-size: 26px; color: #23258c; font-weight: bold; margin-top: 25px; margin-bottom: 40px;}
.new_l{float: left; width: 800px;}
.new_l li{
	float: left;
	width: 330px; 
	height: 158px;
	margin: 0 20px 20px 0;
	padding: 20px;
	border: 1px solid #b3b3b3;
	border-radius: 2px;
}
.new_l li h2{font-size: 26px; color: #b2b2b2; margin-bottom: 15px; line-height: 26px;}
.new_l li h3{font-size: 16px; color: #222; font-weight: bold; margin-bottom: 15px; line-height: 16px;}
.new_l li p{font-size: 14px; color: #b9b9b9; margin-bottom: 20px; line-height: 18px;}
.new_l li span{ 
	display: block; 
	background: url(../images/n4.png) no-repeat left center; 
	padding-left: 23px;
	color: #b2b2b2;
	line-height: 14px;
}

.new_l li:hover{ background: #23258c}
.new_l li:hover h2,.new_l li:hover h3,.new_l li:hover p,.new_l li:hover span{
	color: #fff;
}
.new_r{ width: 380px; float: right; height: 260px;}
.new_c span{ position: absolute; display: block; bottom: 0; left: 0; line-height: 30px; 
	background: rgba(35,37,140,.5);
	padding-left: 10px;
	color: #fff;
	width: 370px;
	text-align: left;
	letter-spacing: 5px;
	font-size: 16px;
}

.next1{ background: url(../images/next1.png); width: 30px; height: 30px;}
.prev1{ background: url(../images/prve1.png); width: 30px; height: 30px;}

.nav_t{ width: 380px; margin-top: 20px; float: right;}
.nav_t .nl{ 
	float: left; 
	background: url(../images/n2.png) no-repeat left top;
	position: relative;
	width: 180px; 
	height: 140px;
}
.nav_t .nl h1,.nav_t .nr h1{ 
	font: 18px; 
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	letter-spacing: 3px;
}
.nav_t .nl span,.nav_t .nr span{
	display: block;
	background: url(../images/more.png) no-repeat center left;
	padding-left: 23px;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.nav_t .nr{ 
	float: right;
	background: url(../images/n3.png) no-repeat right top;
	position: relative;
	width: 180px;
	height: 140px;
}


.nav_t .nl:hover span,.nav_t .nr:hover span{
	background: url(../images/more.png) no-repeat center right ;
	padding-left: 0;
	padding-right: 23px;
}

/*公司介绍*/

.about_box{ width: 100%; background: url(../images/bj1.png) no-repeat left top; margin-top: 50px;
	padding-bottom: 80px;
}
.about{
	width: 100%;
	padding:  60px 0 50px 0
}
.about img{
	float: left;
	margin-right: 30px;
}
.about .about_1{ float: right; width: 607px; padding: 30px; background: #fff; border-radius: 6px; height: 340px;}
.about div h2{ font-size: 26px; color: #23258c; font-weight: bold; line-height: 26px; margin-bottom: 20px;}
.about .about_1 p{ line-height: 20px; font-size: 15px; text-align: justify}
.case{ width: 100%; position: relative }
.case h3{ font-size: 26px; font-weight: bold; float: left; color:#23258c; margin-bottom: 30px; }
.case .case_tu{ height: 200px}
.case .case_tu span{ 
	display: block;
	position: absolute;
	bottom: 0; left:0; 
	background: rgba(35,37,140,0.7); 
	width: 100%;
	line-height: 30px; 
	color: #fff; 
}
.case .case_tu:hover span{ background:rgba(35,37,140,1) }
.next2{ background: url(../images/next2.png) no-repeat center; width: 30px; height: 30px; top: 26px; right: 0}
.prev2{ background: url(../images/prve2.png) no-repeat center; width: 30px; height: 30px; top: 26px; right: 40px; left: auto}



/*联系我们*/
.lianxi{ background: #fff; width: 100%; padding: 60px 0}
.lianxi1,.lianxi2,.lianxi3{float: left; margin: 0 80px;  }
.lianxi1 h4,.lianxi2 h4,.lianxi3 h4{  width: 240px; text-align: center; font-size: 20px; padding-top: 42px; }
.lianxi1 p,.lianxi2 p,.lianxi3 p{width: 240px;text-align: center; margin-top: 20px; font-size: 16px;}
.lianxi1 h4{ background: url(../images/ico1.png) no-repeat top center;}
.lianxi2 h4{ background: url(../images/ico2.png) no-repeat top center;}
.lianxi3 h4{ background: url(../images/ico3.png) no-repeat top center;}

/*footer*/
footer{ width: 100%; background: #2b3555; padding-top: 40px; padding-bottom: 50px;}
footer dl{ float: left; width: 115px; margin-right: 60px;}
footer dl dt,footer dl dd,footer dl dd a{ color: #fff; text-align: center; width: 100%;}
footer dl dt{ font-size: 20px; margin-bottom: 20px;}
footer dl dd{ margin-bottom: 15px;}
footer dl dd a{ font-size: 16px; }

.footer_r{float: right; width: 387px;}
.tel{ display: block; margin-bottom: 20px;}
.logo1{ display: block; margin-bottom: 35px;}
.footer_r ul li{ color: #fff;}
.footer_r ul li a{ color: #fff; text-decoration: underline}

/*content*/
.banner{ width: 100%;}
.nei_nav{ margin-top: 20px; margin-bottom: 20px;border-bottom: 1px dashed #999; padding-bottom: 20px;}
.mian {width: 300px; height: 40px; line-height: 40px; background: url(../images/icon04.png) no-repeat left center;
	padding-left: 26px; float: left; font-size: 16px; }
.nei_nav ul{ float: right; width: 800px; height: 40px;}
.nei_nav ul li{ float: right; height: 40px; background:#2b3555; padding: 0 10px; line-height: 40px; margin: 0 10px;
width: 100px; text-align: center;}
.nei_nav ul li a{ color: #fff;}
.nei_nav ul li:hover{ border: 1px dashed #999; background: #fff; width: 98px; line-height: 38px; height: 38px;}
.nei_nav ul li:hover a{ color:#2b3555 }

.content{ width: 1200px; margin: 0 auto}
.bt{ width: 100%; text-align: center; font-size: 26px; }
.shijian{ width: 100%; text-align: center; line-height: 50px;}
.con_wenzi{ margin-bottom: 80px;}

/*photo_list*/

.photo_list{ width: 1200px; margin-bottom: 50px;}
.photo_list ul li{float: left; margin: 10px 15px 20px 15px;; width: 270px;height: 225px; padding-top: 10px;}
.photo_list ul li a{ width: 100%; height: 100%;}
.photo_list ul li h1{ width: 100%; line-height: 30px; text-align: center; border-bottom: 1px #999 dashed}
.photo_list ul li:hover{ background: #2b3555;}
.photo_list ul li:hover img{ padding: 0px 0 0 10px;; width: 100%;}
.photo_list ul li:hover h1{ color: #fff;}

/*news_list*/
.news_list{ width: 1200px; margin-bottom: 50px;}
.news_list .news{ margin-bottom: 20px; border-bottom: 1px dashed #999; padding: 15px;position: relative}
.news_list .news img{ float: left; width: 240px; margin-right: 20px;}
.news_list .news_r { float: left; width: 705px; }
.news_r h1{ font-size: 20px; margin-bottom: 10px; font-weight: bold; margin-top: 10px;}
.news_r span{ display: block; margin-bottom: 10px;font-size: 14px; color: #999}
.news_r p{ font-size: 16px;}
.more{ float: right; background:#2b3555; width: 100px; line-height: 30px; text-align: center; color: #fff;
position: absolute; top: 50%; margin-top: -15px; right: 5px; display: block;}
.news:hover {background: #2b3555}
.news:hover .more{background: #fff; right: 40px; color:#2b3555 }
.news:hover .news_r h1,.news:hover .news_r span,.news:hover .news_r p{ color: #fff;}


/*feedback*/
.liuyan{ margin-bottom: 50px;}
.liuyan table{ width:840px; margin:0 auto;}
.liuyan td{ font-size:16px;}
.liuyan td.one_{ text-align: right;}
.liuyan input{ width:520px; border-radius: 4px;   border:solid 1px #ccc;color:#585858;}
.liuyan textarea{border-radius: 4px;   border:solid 1px #ccc; width:520px;}
.liuyan textarea:hover,.centent_text input:hover{ border-color:#0054a6;}
.liuyan td{ padding:10px 5px;}
.liuyan td input{ height:40px;}
.liuyan .bian{ background-color:#FFFFFF; color:#0054a6; border:1px solid #0054a6; width:200px;height:40px;}
.liuyan .bian:hover{background-color:#0054a6;color:#FFFFFF;}
.liuyan input.yanzheng { width:350px; float: left;}
.liuyan img.yanzheng{ max-height:40px; float:left; margin-right:50px; width: 100px; margin-left: 20px;}













