@charset "utf-8";

/*top*/

.nav{
	width: 100%;
	height:60px;
	font-size:15px;
	background-color: #0f6db8;
}
.navBar{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.mainnav {
	float: left;

}
.mainnav li {
	width: 130px;
	height: 60px;
	float: left;
	position: relative;
}

.mainnav li a {
	display: block;
	width: 130px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.mainnav li a:hover {
	background-color: rgba( 255, 255, 255 ,0.6);
	text-decoration: none;
	color: #333;
	line-height: 60px;
}

.mainnav li ul {
	background-color: rgba( 0, 0, 0 ,0.6);
	overflow: hidden;
	z-index: 9999;
	display: none;
	position: absolute;
	width: 130px;
}

.mainnav li ul li {
	width: 130px;
	height: 36px;
	float: left;
}
.mainnav li ul li a:hover {
	background-color: rgba( 255, 255, 255 ,0.6);
	color: #333;
	overflow: hidden;
	line-height: 36px;
}

.mainnav li ul li>a {
	color: #fff;
	width: 130px;
	line-height: 36px;
}

.mainnav li:hover ul {
	display: block;
}
.clear {
	clear: both;
}
/*logo*/
.logo{
	width: 1200px;
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -600px;
}
/*banner*/
.banner { position:relative; width:100%; margin:0; background:#FFF; overflow:hidden;}

.banner .mc { position:relative; left:50%; width:1920px;height: 550px; margin-left:-960px; text-align:center; }

.banner .mc li { height:550px; vertical-align:top; }

.banner .mt { position:absolute; bottom:25px; width:100%; z-index:1; text-align:center;}

.banner .mt ul { width:960px; height:18px; margin:0 auto; }

.banner .mt ul li { display:inline-block; *display:inline; zoom:1; width:14px; height:14px; margin:0 3px; border-radius:100%; border:2px solid #fff; line-height:999px; vertical-align:top; overflow:hidden; cursor:pointer; }

.banner .mt ul .on { background:#333; }

.banner a.prev,.banner a.next{display:block;width:36px;height:163px;position:absolute;top:50%; margin-top:-29px; z-index:1; display:none;}

.banner a.prev{ left:0; background:url(../images/foot_l.png) no-repeat;} 

.banner a.next{ right:0; background:url(../images/foot_r.png) no-repeat;}

/*product*/
.product{
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.title{
	width: 1200px;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
	margin: 0 auto;
}
.title_left{
	float: left;
	line-height: 20px;
	padding-left: 20px;
	border-left: 4px solid #0f6db8;
	margin: 10px 0;
}
.title_left h2{
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
.title_left span{
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.title a{
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin: 10px 0;
}
.product_box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 40px;
}

.product_box ul{
    width: 1200px;
	overflow: hidden;
    position: relative;
    z-index: 1;
}

.product_box ul li {
    width: 232px;
    height: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
    overflow: hidden;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
}
.product_box ul li:nth-child(5n){
	margin-right: 0
}

.product_box ul li a {
    width: 100%;
    display: block;
}

.product_box ul li .img {
    width: 232px;
    height: 170px;
}

.product_box ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.product_box ul li .hove {
    width: 232px;
    height: 170px;
    display: block;
    left: 0px;
    top:30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.product_box ul li .hove span {
    width: 100%;
	position: absolute;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.product_box ul li .hove .p_1{
	top: 50px;
	font-size: 16px;
	font-weight: bold
}

.product_box ul li .hove .p_2{
	top: 74px;
	background: url(../images/p_1.png) center bottom no-repeat;
	padding-bottom: 20px;
}


.product_box ul li:hover .hove {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*part1*/
.part1{
	width: 100%;
	overflow: hidden;
}
.part2{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*about*/
.about{
	float: left;
	width: 360px;
	margin-right: 40px;
	overflow: hidden;
}
.title1{
	width: 360px;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}
.title1 a{
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin: 10px 0;
}
.about .about_t{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
}
/*news*/
.news{
	float: left;
	width: 460px;
	margin-right: 40px;
	overflow: hidden;
}
.title2{
	width: 460px;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}
.title2 a{
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin: 10px 0;
}
.news .news_p{
	width: 460px;
	height: 110px;
	margin-top: 20px;
}
.news ul{
	width: 460px;
	margin-top: 20px;
}
.news ul li{
	width: 460px;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
	margin-bottom: 10px;
}
.news ul li a{
	float: left;
	background: url("../images/logo1.png") no-repeat;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333;

}
.news ul li span{
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
/*contact*/
.contact{
	width: 300px;
	float: left;
	overflow: hidden;
}
.title3{
	width: 300px;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}
.title3 a{
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin: 10px 0;
}
.contact h3{
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	font-weight: bold;
}
.contact .contact_t{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: 30px;
}

/*service*/
.service{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.service .service_b{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.runlist{
	width:1200px;
	margin-top: 40px;
	overflow: hidden
}
#ISL_Cont_1{
	float: left;
	width:1080px;
	overflow:hidden;
	height:240px;
	margin-left:10px
}

#ISL_Cont_1 p{
	margin:0 auto;
}
#Leftarr{
	float:left;
	width:50px;
	height:50px;
	cursor:pointer;
	display:inline;
	margin: 95px 0;
}
#Rightarr{
	float:right;
	width:50px;
	height:50px;
	cursor:pointer;
	display:inline;
	margin: 95px 0;
}

.movead {
	zoom:1;
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:11;
	overflow: hidden;
}
.movead .pl  {
	float:left;
	width:250px;
	height:240px;
	margin:0 10px;
	overflow: hidden;
	text-align: center;
	background-color: #ccc;
}
.movead .pl img {
	display: block;
	CURSOR: pointer;
	width:244px;
	height:204px;
}
.movead .picbox {
	display:block;
	width:244px;
	height:204px;
	margin:3px
}
.movead .pl .pl1{

}
.movead .pl .pl1 .a1{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	display: block
}
.movead .pl:hover{
	background-color: #87b6db;
}
/*foot*/
.foot{
	width: 100%;
	background-color: #e1e2e6;
	overflow: hidden;
	padding: 20px 0;
}
.foot_b{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.foot_b ul{
	overflow: hidden;
}
.foot_b ul li{
	float: left;
	padding: 0 37px;
	height: 16px;
	line-height: 16px;
	border-right: solid 1px #666;
}
.foot_b ul li:last-child{
	border-right: 0;
}
.foot_b ul li a{
	font-size: 14px;
	line-height: 16px;
}
.foot_b .foot_t{
	margin-top: 30px;
	text-align: center;
}
/*main*/
.main {
	width: 100%;
	padding: 50px 0;
	background-color: #fff;
	overflow: hidden;
}

.main .container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}
.main .main_left{
	float: left;
	width: 260px;
	overflow: hidden;
}
.main .main_left .main_left_t{
	text-align: center;
	color: #fff;
	background: #0f6db8;
	width: 240px;
	height: 120px;
	padding: 10px;
}
.main .main_left .main_left_t .main_left_t1{
	border: solid 1px #fff;
	width: 238px;
	height: 118px;
}
.main .main_left .main_left_t p{
	font-size: 22px;
	padding: 30px 0 30px 0;
	position: relative;
}
.main .main_left .main_left_t p i{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 10px;
	width: 160px;
	margin-left: -80px;
	display: block;
	background: url("../images/icon_k.png") no-repeat center;
}
.main .main_left .main_list{
	width: 260px;
	overflow: hidden;
	background-color: #e5e5e5;
	margin-top: 30px;
	padding: 20px 0;
}
.main .main_list ul{

}
.main .main_list ul li{
	width: 260px;
	height: 60px;
	border-bottom: solid 2px #fff;
	text-align: center;
	background:transparent;
	-webkit-transition: all 0.3s linear 0s;
}
.main .main_list ul li a{
	font-size: 14px;
	height: 60px;
	line-height: 45px;
	color: #333;
	display: block;
	position: relative;
	text-align: center;
}
.main .main_list ul li a i{
	position:absolute;
	display:block;
	left:50%;
	margin-left: -40px;
	top:35px;
	width:80px;
	height:10px;
	background:url("../images/icon_list.png") 0 0;
	-webkit-transition: all 0.3s linear 0s;
}
.main .main_list ul li:hover{
	width: 300px;
	background-color: #0f6db8;
	-webkit-transition: all 0.3s linear 0s;
}
.main .main_list ul li.active a{
	color: #fff;
	width: 300px;
	background: #0f6db8;
}
.main .main_list ul li.active a i{
	background:url("../images/icon_list.png") 0 10px;
}
.main .main_list ul li:hover a{
	color: #fff;
}
.main .main_list ul li:hover a i{
	background:url("../images/icon_list.png") 0 10px;
	-webkit-transition: all 0.3s linear 0s;
}

.main .main_left .main_list1{
	width: 258px;
	border: solid 1px #bfbfbf;
	border-top: none;
	overflow: hidden;
}
.main .main_list1 ul{
	margin-top: 20px;
	margin-bottom: 20px;
}
.main .main_list1 ul li a{
	font-size: 13px;
	line-height: 24px;
	color: #4c4c4c;
	margin-left: 30px;
}
.main .main_list1 ul li a:hover{
	color: #0f6db8;
}
.main .main_list1 ul .main_first a:hover{
	color: #fff;
}
.main .main_list1 ul .main_first{
	width: 258px;
	height: 28px;
	background-color: #0f6db8;
	margin-bottom: 10px;
	margin-top: 15px
}
.main .main_list1 ul .main_first a{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-left: 30px;
}

.main .main_left .main_tel{
	background: #0f6db8;
	color: #fff;
	width: 240px;
	height: 80px;
	padding: 10px;
	margin-top: 30px;
}
.main .main_left .main_tel .line{
	border: solid 1px #fff;
	width: 238px;
	height: 78px;
}
.main .main_left .main_tel p{
	font-size: 18px;
	position: relative;
	padding: 15px 0 10px 80px;
}
.main .main_left .main_tel i{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url("../images/icon_01.png") no-repeat center;
}
.main .main_left .main_tel span{
	display: block;
	padding-top: 4px;
}
/*right*/
.main .container .main_right {
	float: right
}

.main .container .main_right .content,.main_right .heading {
	width: 900px
}

.main .container .main_right .heading {
	height: 59px;
	border-bottom: 1px solid #ccc;
	line-height: 60px;
	color: #0f6db8;
	font-size: 15px;
}

.main .container .main_right .heading span {
	display: inline-block;
	color: #000;
}

.main .container .main_right .heading a {
	color: #5f5f5f;
	font-size: 15px;

}

.main .container .main_right .content {
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	color: #333
}

#cpzs2 {
	width: 900px;
	padding-top: 30px;
	overflow: hidden;
}

#cpzs2 ul {
	overflow: hidden
}
#cpzs2 li{
	float: left;
	width: 290px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
#cpzs2 li:nth-child(3n){
	margin-right: 0;
}
#cpzs2 li div{
	width: 288px;
	height: 248px;
	border: solid 1px #808080;
	overflow: hidden;

}
#cpzs2 li div img{
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
#cpzs2 li span{
	width: 290px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background-color: #808080;
	color: #fff;
	text-align: center;
}
#cpzs2 li:hover span{
	background-color: #0f6db8;
}
#cpzs2 li div img:hover{
	-webkit-transform: scale(1.05, 1.05);

}
#cpzs2 li:hover div{
	border: solid 1px #0f6db8;
}

.main .page {
	margin-top: 30px;
}

.main .page a {
	display: inline-block;
	margin: 0 5px;
	width: 60px;
	height: 28px;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	color: #3a3a3a;
	background-color: #d9d9d9;
}
.main .page .list-page{
	display: inline-block;
	margin: 0 5px;
	width: 30px;
	height: 28px;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	color: #3a3a3a;
	background-color: #d9d9d9;
}
.main .page a:hover{
	background-color: #0f6db8;
	color: #fff;
}
.article {
	margin-top: 30px;
	width: 900px;
	color: #333;
}

.article h1 {
	text-align: center;
	font-size: 24px;
	line-height: 2;
	border-bottom: dashed 1px #ccc;
}
.article .title{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	width: 120px;
	height: 30px;
	background-color: #333;
	text-align: center
}
.subtitle {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	color: #999;
	border-bottom: dashed 1px #ccc;
}

.subtitle span {
	margin-right: 10px;
	display: inline-block;
}

.article .content1{
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	display: block;
}

.article .content div {
	color: #333
}

.article .other-article {
	margin: 20px 0;
	color: #333;
	font-size: 14px;
	line-height: 2
}

.article .other-article span {
	display: block
}

.article .other-article span a:hover {
	text-decoration: underline
}

.article .back {
	display: block;
	margin: 0 auto;
	width: 138px;
	height: 35px;
	border-radius: 4px;
	background-color: #333;
	color: #fff;
	text-align: center;
	line-height: 35px
}

.article .prev-article {
	color: #333
}

.article .next-article {
	color: #333
}

.main_right .news2 {
	padding-top: 30px;
	width: 900px;
	overflow: hidden
}

.main_right .news2 ul li {
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
	overflow: hidden;

}

.main_right .news2 ul li a{
	float: left;
	color: #000;
	font-size: 14px;
}
.main_right .news2 ul li span{
	float: right;
	color: #666;
}
.main_right .news2 ul li:hover b{
	color: #333;
}

.xq_right{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.xq_right .xq_list{
	width: 858px;
	border: solid 1px #ccc;
	margin: 20px 0;
	height: 48px;
	padding: 0 20px;
}
.xq_right .xq_list span{
	float: left;
	display: inline-block;
	cursor: pointer;
    font-size: 18px;
    color: #232323;
    border-right: solid 1px #ebebeb;
    line-height: 20px;
    padding: 13px 40px;
}
.xq_right .xq_n{
	width: 900px;
	overflow: hidden
}
.xq_right .xq_n .xq_1{
	font-size: 16px;
	line-height: 32px;
	color: #333
}
.x{
	color: #037ee7;
	border-bottom: solid 2px #037ee7;
}
