@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #666;
	list-style:none ;
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #fff;
}

A:hover{
	color: #1e50ae;
}

.bai a{
	color:#FFFFFF;
	}
 img{ 
 	border:0; 
 	display: block;
 	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
/*top*/

.head{
	width: 100%;
	background:#fff;
}
.zxgg{
	width:100%;
	border-bottom:1px solid #ddd;
	height:36px;
	}
.zxgg ul{
	width:1200px;
	margin:auto;
	}
.zxgg ul .left{
	width:900px;
	font-size:13px;
	line-height:35px;
	}
.zxgg ul .right{
	width:300px;
	text-align:right;
	line-height:35px;
	font-size:12px;
	}
.zxgg ul .right a{
	font-size:13px;
	}

.logo{
	width:1200px;
	margin:auto;
	height:120px;
	}
.logoimg{
	padding-top:25px;
	float:left;
	}
.tel{
	width:210px;
	float:right;
	margin-top:35px;
	}
.tel img{
	float:left;
	margin-top:5px;
	}
.tel ul{
	width:150px;
	float:right;
	color:#999999;
	}
.tel ul b{
	font-size:30px;
	font-weight:normal;
	color:#e2a83e;
	font-family:ywzt;
	}
/**/
.nav{
	width:100%;
	background:#05768e;
	height:60px;
}
.nav ul{
	width:1200px;
	margin:auto;
	}
.nav ul li{ 
	width:170px; 
	float:left;
	text-align:center; 
	height: 60px;
	float: left;
	position: relative;
	}
.nav ul li a{
	display: block;
	width: 170px;
	line-height: 60px;
	color: #FFF;
	font-size:15px;
	text-align: center;
}
.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#e2a83e; 
}
.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:60px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(226,168,62,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8e2a83e,endColorstr=#C8e2a83e);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
	color:#fff;
	border-top:1px solid rgba(188,135,38,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#05768e  !important;
	color:#fff;
	}
/*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;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#057289;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#057289;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-45px;
	}
#swiper2 .swiper-slide p{
	position:absolute;
	bottom:0px;
	width:100%;
	height:55px;
	font-size:18px;
	color:#fff;
	line-height:55px;
	padding-left:30px;
	background-color: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
#swiper2 .swiper-pagination {
	text-align:right;
	padding-right:20px;
	bottom:15px;
	}
#swiper3 .swiper-slide{
	display:block;
	}
#swiper3 .swiper-slide img{
	border:1px solid #ddd;
	}		
#swiper3 .swiper-slide p{
	display:block;
	width:100%;
	height:40px;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-align:center;
	background-color: rgba(98,199,253,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C862c7fd,endColorstr=#C862c7fd);
	}	
/**/

.bt{
	width:1200px;
	margin:auto;
	padding:50px 0  35px 0;
	}
.bt h3{
	height:80px;
	position:relative;
	text-align:center;
	font-size:80px;
	font-family:Times New Roman;
	font-weight:normal;
	color:#e3e3e3;
	text-transform:uppercase;
	line-height:80px;
	font-weight:bold;
	}	
.bt h2{
	display:block;
	width:1200px;
	text-align:center;
	height:80px;
	position:absolute;
	border-bottom:0px;
	line-height:80px;
	font-size:36px;
	font-weight:bold;
	color:#05768e;
	z-index:2;
	}
.bt h2 span b{
	color:#a41018;
	}
.bt p{
	text-align:center;
	color:#666;
	font-size:16px;
	line-height:30px;
	}
/**/
.product{
	width:1200px;
	margin:65px auto 0;
	}
.product_right{
	width:900px;
	float:right;
	overflow:hidden;
	}
.product_right ul{
	width:1000px;
	}
.product_right ul li{
	width:220px;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	}
.product_right ul li img{
	width:220px;
	height:320px;
	}
.product_right ul li p{
	line-height:35px;
	transition:all 0.6s ease;
	text-align:center;
	background:#ececec;
	}
.product_right ul li:hover p{
	background:#05768e;
	color:#fff;
	}
/**/
.shuoshu{
	width:100%;
	background:url(shuoshu_bj.jpg) center top;
	height:900px;
	padding-top:60px;
	margin-top:70px;
	}
.shuoshu_bt h2{
	text-align:center;
	color:#fff;
	font-size:30px;
	}
.shuoshu_bt p{
	text-align:center;
	color:#fff;
	line-height:50px;
	}
.shuoshu_bt img{
	margin:0 auto 20px;
	}
.shuoshu ul{
	background:url(shuoshu_bj1.png) no-repeat;
	height:600px;
	margin:auto;
	width:1200px;
	}
.shuoshu_left{
	width:390px;
	float:left;
	padding:80px 0 0 40px;
	}
.shuoshu_left h2{
	color:#fff;
	font-size:29px;
	}
.shuoshu_left h3{
	color:#fff;
	font-size:36px;
	}
.shuoshu_left h4{
	border:2px solid #fff;
	line-height:44px;
	width:315px;
	margin:30px 0;
	text-align:center;
	color:#fff;
	font-size:17px;
	}
.shuoshu_left P{
	display:block;
	height:150px;
	}
.shuoshu_left span{
	display:block;
	width:92px;
	float:left;
	margin-right:20px;
	text-align:center;
	color:#fff;
	line-height:40px;
	}
.shuoshu_left h6{
	color:#fff;
	font-size:18px;
	font-weight:normal;
	}
.shuoshu_left h6 b{
	font-size:30px;
	color:#e2a83e;
	font-family:ywzt;
	font-weight:normal;
	}
.shuoshu_right{
	width:790px;
	float:right;
	padding-top:80px;
	}
.shuoshu_right h2{
	width:330px;
	margin:15px 32px;
	float:left; 
	}
.shuoshu_right h2 b{
	font-family:ywzt;
	display:block;
	font-size:60px;
	color:#05768e;
	}
.shuoshu_right h2 span{
	font-size:24px;
	color:#333;
	font-weight:normal;
	}
.shuoshu_right h2 img{
	margin:15px 0;
	}
.shuoshu_right h2 p{
	font-weight:normal;
	line-height:26px;
	}
/**/
.about{
	width:1200px;
	margin:auto;
	}
.about ul{
	background:#f6f6f6;
	height:420px;
	overflow:hidden;
	border-left:10px solid #05768e;
	}
.about ul img{
	float:right;
	width:560px;
	height:420px;
	}
.about ul li{
	width:630px;
	float:left;
	padding:40px;
	line-height:26px;
	}
.about li a{
	display:block;
	width:140px;
	height:45px;
	float:left;
	text-align:center;
	line-height:45px;
	background:#05768e;
	margin-right:10px;
	color:#fff;
	margin-top:20px;
	}
/**/
.news_w{
	width:100%;
	padding-bottom:50px;
	background:#f4f4f4;
	margin-top:80px;
	}	
.news{
	width:1200px;
	margin:auto;
	}
.news ul li p{
	color:#888;
	line-height:24px;
	}
.news_left{
	width:382px;
	float:left;
	}
.news_left h2{
	width:382px;
	height:288px;
	position:relative;
	}
.news_left h2 img{
	width:382px;
	height:288px;
	}
.news_left h2 p{
	display:block;
	width:100px;
	height:100px;
	color:#fff;
	background:#057289;
	position:absolute;
	top:0px;
	text-align:center;
	}
.news_left h2 p b{
	font-size:48px;
	color:#fff;
	font-family:ywzt;
	font-weight:normal;
	padding-top:10px;
	display:block;
	}
.news_left li b{
	padding-top:10px;
	font-size:16px;
	display:block;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	}
.news_left li span{
	display:block;
	width:125px;
	height:32px;
	border:1px solid #ccc;
	margin-top:10px;
	color:#888;
	text-align:center;
	line-height:30px;
	}
.news_left li:hover span{
	color:#fff;
	background:#057289;
	}
.news_right{
	width:780px;
	float:right;	
	}
.news_right ul li{
	border-bottom:1px  dotted #ddd;
	height:130px;
	margin-bottom:28px;
	}

.news_right ul li h2{
	width:100px;
	border:1px solid #ddd;
	height:100px;
	font-weight:normal;
	float:left;
	text-align:center;
	margin-right:25px;
	}
.news_right ul li h2 b{
	font-size:48px;
	color:#666666;
	font-family:ywzt;
	font-weight:normal;
	padding-top:10px;
	display:block;
	}
.news_right ul li p b{
	display:block;
	padding-top:10px;
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	}
.news_right ul li:hover p b{
	color:#057289;
	}	
.news_right ul li:hover h2{
	background:#057289;
	color:#fff;
	}
.news_right ul li:hover h2 b{
	color:#fff;
	}
/**/
.bfke{
	width:1200px;
	margin:auto;
	overflow:hidden;
	}
.bfke ul{
	width:1300px;
	}
.bfke ul li{
	width:165px;
	height:57px;
	border:1px solid #ddd;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	}
.bfke ul li img{
	width:163px;
	height:54px;
	
	}
/**/
.foot{	
    width: 100%;
	background:#1f1f1f;
	padding:40px 0 60px 0;
	margin-top:100px;
}
.yqlj{
	width:1200px;
	margin:auto;
	padding-bottom:25px;
	border-bottom:1px  solid #909090;
	}

.yqlj  b , .yqlj  a{
	color:#fff;
	font-weight:normal;
	}
.foot ul{
	width:1200px;
	margin:30px auto 0;
	}
.foot ul li{
	float:left;
	}

.foot ul li h2{
	font-size:18px;
	margin-bottom:10px;
	color:#909090;
	font-weight:normal;
	}
.foot ul li a{
	line-height:28px;
	color:#909090;
	display:block;
	float:left;
	width:175px;
	padding-left:10px;
	background:url(foot_jt.png) no-repeat left;
	}
.foot ul li p{
	line-height:28px;
	color:#909090;
	}
.foot ul .foot_contact{
	width:440px;
	}
.foot ul .foot_nav1{
	width:150px;
	}
.foot ul .foot_nav2{
	width:530px;
	}
.foot ul .foot_nav3{
	width:80px;
	}


.bqsy{
	height:60px;
	background:#151515;
	}
.bqsy ul{
	line-height:60px;
	width:1200px;
	margin:auto;
	color:#909090;
	}
.bqsy ul span{
	float:right;
	color:#909090;
	}
.bqsy ul a{
	color:#909090;
	}
/**/
.pagination{
	text-align: center;
	padding-top: 20px;
	border-top:1px solid #e4e4e4;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #05768e;
}
.page-num-current{
	background: #05768e;
	color: #fff;
}
/**/
.mian{
	width: 1200px;
	position: relative;
	margin: 60px auto 60px;
}
.mian_left{
	width:270px;
	float:left;
	}
.mian_right{
	width:910px;
	float:right;
	padding: 30px 20px;
	overflow:hidden;
	border: 1px solid #e4e4e4;
	}
.mian_left_bt{
	background:url(pr_nav.png) no-repeat 220px 25px #05768e;
	width:100%;
	height:80px;
	line-height:80px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	} 
.product_nav  ul{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.product_nav  ul li{
	border-bottom:1px solid #ddd;
	}
.product_nav  ul li a{
	font-size:16px;
	display:block;
	width:100%;
	line-height:52px;
	font-size:16px;
	padding:0 25px;
	height:52px;
	background:url(xjt.png) no-repeat 230px 18px;
	}	
.product_nav  ul li a:hover{
	background:url(xjt.png) no-repeat 230px 18px #05768e;
	color:#fff;
	}
.product_nav  ul .sy a{
	background:url(xjt.png) no-repeat 230px 18px #05768e;
	color:#fff;
	}	
.left_contact{
	border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 0 19px 20px;
    margin-top: 20px;
	}
.left_contact h2{
	font-size: 18px;
    color: #05768e;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
	}
.left_contact p{
	line-height:28px;
	}
.left_contactqq{
	display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
	color:#fff;
	line-height:50px;
	 background: url(leftqqb.png) no-repeat 140px 18px  #05768e;
	}
.left_contactqq span{
	display: block;
    width: 50px;
    height: 50px;
	margin-right:20px;
    float: left;
    border-right: 1px solid #fff;
    background: url(leftqq.png) no-repeat center;
	}
/**/
.n_nav h2{
	font-size: 20px;
    color: #05768e;
	text-align:center;
	}
.n_nav img{
	margin:20px 0;
	}
.n_nav h4{
	text-align:center;
	margin-bottom:20px;
	color:#999;
	font-weight:normal;
	}
.pagenr{
	line-height:30px;
	}
.pagenr img{
	max-width:870px;
	}
/**/

.productlist{
	width:870px;
	overflow:hidden;
	}
.productlist ul{
	width:950px;
	}
.productlist ul li{
	width:280px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.productlist ul li span{
	width:280px;
	height:406px;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:280px;
	height:406px;
	transition:all 0.6s;
	}
.productlist ul li:hover span img{
	transform: scale(1.1);	
	}
.productlist ul li p{
	text-align:center;
	line-height:50px;
	background:#f1f1f1;
	}
/**/
.productshow{
	padding:0px;
	}
.productshowtop{
	border-bottom:1px solid #ddd;
	position:relative;
	min-height:300px
	}
.productshowtop .productshowimg{
	width:460px;
	float:left;
	}
.productshowtop ul{
	width:448px;
	float:right;
	padding:30px;
	}
.productshowtop ul h2{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 50px;
	border-bottom:1px solid #ddd;
    overflow: hidden;
	}
.productshowtop ul h3{
	position:absolute;
	bottom:50px;
	font-weight:normal;
	}

.productshowtop ul h3 b{
	font-size:20px;
	color:#e2a83e;
	}
.productshowtop ul h3 img{
	float:left;
	}
.productshowtop ul p{
	line-height:28px;
	margin-top:20px;
	}
.productshowbot{
	padding: 20px 19px 0;
	}
.productshowbt{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.productshowbt h2{
	width:150px;
	height:54px;
	background: #05768e;
	line-height:54px;
	text-align:center;
    color: #fff;
	}
/**/
.newslist {
	width:870px;
	border-top:none;
	}
	
.newslist ul li{
	border-top:1px solid #f4f4f4;
	margin-bottom:15px;
	padding-top:15px;
	}	

.newslist ul li p{
	display:block;
	width:100%;
	color:#888;
	line-height:24px;
	}	
	
.newslist ul li p b{
	display:block;
	color:#333;
	font-size:18px;
	margin-bottom:10px;
	}	
	
.newslist ul li p	span{
	display:block;
	width:110px;
	height:35px;
	margin-top:15px;
	background:#ff8046;
	color:#fff;
	text-align:center;
	line-height:35px;
	}
/**/
.caselist{
	width: 870px;
	overflow: hidden;
	margin: 30px auto 0;
}
.caselist ul{
	width: 930px;
}
.caselist ul li{
	width: 285px;
	float: left;
	height: 250px;
	margin:0 7px 10px 0;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.caselist ul li img{
	width: 275px;
	height: 200px;
}
.caselist ul li p{
	text-align:center;
	line-height:42px;
	}
/**/
.logolist ul li{
	width:168px;
	height:63px
	}
.logolist ul li img{
	width:158px;
	height:51px;
	}
/**/
.about_list{
	width:350px;
	float:left;
	margin-left:50px;
	padding:0 0 30px 0;
	border:1px solid #ddd;
	}
.about_list h2{
	text-align:center;
	line-height:55px;
	color:#fff;
	font-size:20px;
	margin-bottom:20px;
	background:#05768e;
	}
.about_list p{
	text-align:center;
	line-height:28px;
	}
/**/
.downlist ul{
	margin-bottom:20px;
	}
.downlist ul li{
	border-bottom:1px dashed #ddd;
	margin-top:10px;
	padding-bottom:10px;
	line-height:20px;
	}
.downlist ul li img{
	float:right;
	height:20px;
	}

/**/
#floatDivBoxs img{
	display:inline
	}
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:100px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:6px 14px;}
#floatDivBoxs .floatDtel{
    font-size: 25px;
    font-weight: normal;
    color: #e2a83e;
    font-family: ywzt;
	padding:0 0 20px 15px;
}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(online_arrow.jpg) no-repeat;position:fixed;top:100px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}



