@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both;
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
input{
	outline:none;
	font-family:"微软雅黑";
}
.container{
	width:1200px;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:78px;
	clear:both;
}
.yx {
	width:146px;
	height:58px;
}
.yx a {
	display:block;
	padding-top:10px;
}
.yx a img {
	width:100%;
	height:auto;
}
.navdaohang {
	
}
.menupc li{
	line-height: 30px;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 24px;
	margin:24px 20px 0px 20px;
}
.menupc li a{
	display:block;
	color:#656565;
	padding: 0px 10px;
	font-size:14px;
}
.menupc li:hover a{
	color:#005bac;
	border-bottom:2px solid #005bac;
}
.menupc li a:hover{
	color:#005bac;
	border-bottom:2px solid #005bac;
}
.menupc li .current{
	color:#005bac;
	border-bottom:2px solid #005bac;
}
.menupc ul {
	background-color:rgba(0,91,172,0.8) !important;
	position:absolute;
	display:none;
	left:0;
	overflow:hidden;
	z-index:999;
	width:100%;
	padding:10px 0px;
}
.menupc ul li {
	float:none;
	position:static;
	text-align:center;
	line-height:25px;
	width:100%;
	margin:0;
}
.menupc ul li a {
	display:block;
	font-size:12px;
	position:static;
	color:#fff !important;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:0 10px;
	border-bottom:none !important;
}
.menupc ul li a:hover {
	color:#3da4ea !important;
	border-bottom:none !important;
}
.menupc ul li .current {
	color:#3da4ea !important;
	border-bottom:none !important;
}
.menupc .subnav {
	display:block;
}

/*.ban{*/
	/*width:100%;*/
	/*height:auto;*/
	/*min-width:1200px;*/
/*}*/
.ban{
	width:100%;
	height:auto;
	min-width:1200px;
	height:387px;
	background-size:cover;
}

.ban img{
	width:100%;
	height:auto;
}

.home-part1{
	width:100%;
	margin:36px auto;
	overflow: hidden;
}
.part1_fl{
	width:790px;
	border-right:1px solid #e2e2e2;
}
.part1_fl li{
	float:left;
	width:215px;
	margin-right:55px;
}
.part1_fl li:last-child{
	margin-right:30px;
}
.part1_fl li img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.part1_fl li:hover img{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.part1_fl li p{
	color:#9e9e9e;
	font-size:14px;
	text-align:center;
	margin-bottom:15px;
}
.part1_fl li h3{
	text-align:center;
	font-size:24px;
	color:#343434;
	font-weight:normal;
}

.part1_fr{
	width:375px;
}
.part1_fr_title{
	margin-bottom:10px;
	overflow:hidden;
	font-size:16px;
	color:#454545;
	background:url(../images/title.jpg) no-repeat left center;
	padding-left:33px;
}
.part1_fr_con li{
	line-height:30px;
}
.part1_fr_con li a{
	display:block;
	color:#9e9e9e;
}
.part1_fr_con li a p{
	float:left;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:url(../images/li.jpg) no-repeat 36px center;
	padding-left:49px;
}
.part1_fr_con li a span{
	float:right;
}
.part1_fr_con li a:hover{
	color:#005bac;
}
.part1_fr_con li a:hover p{
	background:url(../images/li_h.jpg) no-repeat 36px center;
}

.home-part2{
	width:100%;
	margin:0 auto;
	background-color:#f9f9f9;
	padding:45px 0px;
	overflow:hidden;
}
.part2{
	
}
.part2 li{
	float:left;
	width:280px;
	margin-right:26px;
}
.part2 li:last-child{
	margin-right:0;
}
.part2 li a{
	display:block;
}
.part2s{
	height:80px;
	color:#fff;
	text-align:center;
}
.part2s h3{
	font-size:20px;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:15px;
}
.part2s span{
	text-transform:capitalize;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.txt1_1{
	background-color:#005bac;
}
.txt2_1{
	background-color:#3290c6;
}
.txt3_1{
	background-color:#e78c55;
}
.txt4_1{
	background-color:#a6c85c;
}
.part2ss{
	border:1px solid #e0e0e0;
	padding:18px 16px;
	overflow:hidden;
	text-align:center;
}
.part2ss p{
	font-size:14px;
	color:#9e9e9e;
	line-height:25px;
	margin-bottom:10px;
}
.part2ss span{
	display:block;
	width:124px;
	margin:0 auto;
	line-height:36px;
	background-color:#e0e0e0;
	color:#7a7a7a;
	font-size:14px;
}
.part2 li a:hover{
	box-shadow:0px 0px 10px #ccc;
}
.part2 li a:hover .part2ss{
	box-shadow:inset 0px 3px 10px #dbdbdb;
}
.part2 li a:hover .part2ss span{
	color:#fff;
}
.part2 li a:hover .txt1_2{
	border:1px solid #005bac;
}
.part2 li a:hover .txt1_2 span{
	background-color:#005bac;
}
.part2 li a:hover .txt2_2{
	border:1px solid #3290c6;
}
.part2 li a:hover .txt2_2 span{
	background-color:#3290c6;
}
.part2 li a:hover .txt3_2{
	border:1px solid #e78c55;
}
.part2 li a:hover .txt3_2 span{
	background-color:#e78c55;
}
.part2 li a:hover .txt4_2{
	border:1px solid #a6c85c;
}
.part2 li a:hover .txt4_2 span{
	background-color:#a6c85c;
}

footer{
	width:100%;
	margin:0 auto;
	background-color:#f0f0f0;
	overflow:hidden;
	padding:22px 0px; 
}
.footer1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:22px 0px;
	overflow:hidden;
}
.footer1 ul{
	text-align:center;
}
.footer1 li{
	line-height:30px;
	text-align:center;
	margin:0px 10px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
	padding-left:30px;
	color:#6a6a6a;
}
.footer1 li.email{
	background:url(../images/email.png) no-repeat left center;
}
.footer1 li.address{
	background:url(../images/address.png) no-repeat left center;
}
.footer2{
	padding-top: 22px;
	overflow:hidden;
}
.footer2 p{
	text-align:center;
	line-height:30px;
	color:#6b6b6b;
}
.footer2 p a{
	color:#6b6b6b;
}
.footer2 p a:hover{
	color:#005bac;
}


/*关于我们*/
.inner-main{
	width:100%;
	margin:18px auto;
	overflow:hidden;
}
.inner_fl{
	width:220px;
	margin-bottom:50px;
	overflow:hidden;
}
.inner_fl_title{
	background-color:#114a97;
	height:89px;
	color:#fff;
	text-align:center;
}
.inner_fl_title h3{
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:18px;
}
.inner_fl_title span{
	text-transform:capitalize;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.inner_fl_con{
	padding:20px;
	overflow:hidden;
	background-color:#f0f0f0;
}
.inner_fl_con li{
	margin-bottom:7px;
	overflow:hidden;
}
.inner_fl_con li a{
	display:block;
	background-color:#fff;
	border-left:5px solid #e0e0e0;
	color:#535353;
	line-height:30px;
	padding:10px 0px;
	overflow:hidden;
	padding-left:30px;
}
.inner_fl_con li a:hover{
	background-color:#0077c3;
	border-left:5px solid #114a97;
	color:#fff;
}
.inner_fl_con li .current{
	background-color:#0077c3;
	border-left:5px solid #114a97;
	color:#fff;
}
.inner_fr{
	width:950px;
	margin-bottom:50px;
	overflow:hidden;
}
.inner_fr_title{
	border-bottom:1px solid #dadada;
	overflow:hidden;
	line-height:30px;
}
.inner_fr_title p{
	float:left;
	font-size:20px;
	color:#114a97;
	font-weight:bold;
	border-bottom:1px solid #114a97;
	padding-bottom:10px;
}
.inner_fr_title span{
	float:right;
	color:#929292;
	font-size:12px;
	background:url(../images/home.jpg) no-repeat left center;
	padding-left:23px;
}
.inner_fr_title span a{
	color:#929292;
	font-size:12px;
}
.inner_fr_title span em{
	color:#114a97;
	font-style:normal;
}
.inner_fr_about{
	margin:30px 0px;
	overflow:hidden;
	line-height:30px;
	color:#616161;
}

/*联系我们*/
.inner_fr_contact{
	margin:30px 0px;
	overflow:hidden;
	line-height:30px;
	color:#616161;
}
.lianxi1{
	background:url(../images/home.png) no-repeat left center;
	padding-left:30px;
}
.lianxi2{
	background:url(../images/email.png) no-repeat left center;
	padding-left:30px;
}
.lianxi3{
	background:url(../images/address.png) no-repeat left center;
	padding-left:30px;
}


/*产品服务*/
.inner_fr_pro{
	margin:30px 0px;
	overflow:hidden;
}
.pros{
	margin-bottom:25px;
	overflow:hidden;
}
.pros h3{
	font-size:16px;
	color:#fff;
	background-color:#114a97;
	text-align:center;
	line-height:35px;
	width:94px;
	font-weight:normal;
}
.pros p{
	color:#616161;
	line-height:30px;
}

/*企业文化*/
.inner_fr_culture{
	margin:30px 0px;
	overflow:hidden;
	color:#616161;
	padding:0px 10px;
}
.cultures{
	margin-bottom:45px;
	overflow:hidden;
}
.culture_fl{
	width:450px;
}
.culture_fr{
	width:440px;
}
.inner_fr_culture h3{
	font-size:16px;
	color:#114a97;
	font-weight:bold;
}
.inner_fr_culture p{
	line-height:30px;
	color:#616161;
}
.inner_fr_culture img{
	width:440px;
	height:276px;
}

/*资讯中心*/
.inner_fr_news{
	margin:30px 0px;
	overflow:hidden;
}
.inner_fr_news li{
	overflow:hidden;
}
.inner_fr_news li a{
	display:block;
	line-height:30px;
	padding:10px 16px;
	color:#616161;
	overflow:hidden;
}
.inner_fr_news li a p{
	float:left;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:url(../images/li1.jpg) no-repeat left center;
	padding-left:14px;
}
.inner_fr_news li a span{
	float:right;
}
.inner_fr_news li a:hover{
	color:#114a97;
}
.inner_fr_news li a:hover p{
	background:url(../images/li1_h.jpg) no-repeat left center;
}
.even{
	background-color:#f8f8f8;
	overflow:hidden;
}
.odd{
	background-color:#fff;
	overflow:hidden;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#114a97;
	border:1px solid #114a97;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#114a97;
	border:1px solid #114a97;
}


/*资讯详情*/
.inner_fr_newsshow{
	margin:30px 0px;
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #114a97;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}
.show_content{
	line-height:30px;
	color:#7a7a7a;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	float: left;
    width: 80%;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#7a7a7a;
}
.show_back_fl li a:hover{
	color:#0074b7;
}
.show_back_fr{
	float:right;
	width:15%;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #114a97 url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}

/*招聘信息*/
.inner_fr_job{
	margin:30px 0px;
	overflow:hidden;
}
.services-list {
	
}
.services-list li {
	list-style: none;
	margin-bottom: 10px;
}
.service-title{
	cursor: pointer;
	outline:none;
}
.service-title a{
	padding:0px 25px;
	background-color:#e9e9e9;
	color:#5d5d5d;
	display:block;
	min-height: 50px;
    line-height: 50px;
}
.service-title a:hover{
	background-color:#114a97;
	color:#fff;
}
.service-title a.active { 
	background-color:#114a97;
	color:#fff; 
}
.service-title p{
	float:left;
	font-size:16px;
	text-transform:uppercase;
}
.service-title .fr{
	float:right;
	background:url(../images/fr.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a:hover .fr{
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a.active .fr{ 
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-content {
	background: #fff;
	color: #7b7b7b;
	overflow: hidden;
	width:100%;
	border: 1px solid #e9e9e9;
	padding:0px 30px;
}
.service-info-image {
	padding:20px 0px;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.service-info-image p{
	font-size:14px;
	color:#151515;
	line-height:30px;
}
.service-info-image span{
	font-size:14px;
	color:#7b7b7b;
}
.service-info-xq{
	float:left;
	width:50%;
}
.service-info-text {
	margin:20px 0px 30px 0px;
}
.service-info-text h3{
	font-size:14px;
	color:#151515;
	font-weight:normal;
	padding-left:15px;
	margin-bottom:10px;
}
.service-info-text p{
	font-size:14px;
	color:#7b7b7b;
	padding:0px 15px;
	line-height:30px;
}



/*文体园地*/
.inner_fr_employee{
	margin:30px 0px;
	overflow:hidden;
}
.inner_fr_employee li{
	overflow:hidden;
	float:left;
	margin:0px 13px 30px 13px;
}
.inner_fr_employee li a{
	display:block;
}
.employee_img{
	overflow:hidden;
	border:1px solid #ccc;
	width:290px;
	height:204px;
}
.employee_img img{
	width:288px;
	height:202px;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_fr_employee li a:hover .employee_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.employee_txt{
	background-color:#ccc;
	text-align:center;
	overflow:hidden;
	width:290px;
}
.employee_txt p{
	padding:5px 0px;
	line-height:25px;
	overflow:hidden;
	color:#666;
}
.inner_fr_employee li a:hover .employee_txt{
	background-color:#114a97;
}
.inner_fr_employee li a:hover .employee_txt p{
	color:#fff;
}


/*文体园地详情*/
.inner_fr_employeeshow{
	margin:30px 0px;
	overflow:hidden;
}






















