﻿@charset "utf-8";
/* CSS Document */
/*index.css*/



/*------------banner start------------*/
.banner { height:580px; position: relative; z-index: 1; overflow: hidden; }
.banner li { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: none; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.banner li .ablock { display: block; width: 100%; height: 100%; background: url(../images/blank.gif); }
    .banner li a { display:block;width:100%;height:100%;
    }
.banner .btn { height:7px; position: absolute; left:50%; width: 960px; margin-left: -480px; bottom: 30px; z-index: 10; text-align: center; height:5px; }
.banner .btn span { display: inline-block; width:16px; height:16px; border-radius:8px; background: #fff; cursor: pointer; margin: 0 10px; opacity: 0.5; line-height: 5px; filter:alpha(opacity=90); }
.banner .btn span.on { opacity: 1; filter:alpha(opacity=100); background: #27a9e5; }
.banner .banner-prev, .banner .banner-next { /*display: none;*/ position: absolute; top: 191px; width: 50px; height: 100px; background: url(../images/btn01.png) no-repeat 0 0; cursor: pointer; z-index: 2; opacity: 0; filter:alpha(opacity=0);/*transition:opacity 0.6s;*/ }
.banner .banner-prev { left: 58px; }
.banner .banner-next { right: 58px; background-position: 100% 0; }

/*------------banner end------------*/





/*------------enter start------------*/
.enter{
	width: 100%;
	height: 124px;
	background-color: #2f2e34;/*dark dark gray*/
}
.search-form{
	width: 520px;
	height: 124px;
	text-align: center;
}
form#search-form{
	width: 440px;
	height: 52px;
	margin-top: 36px;
	margin-left: 36px;
}
input#search-text{
	margin: 0;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border: 1px solid white;
	border-radius: 5px 0 0 5px;
	padding: 0 19px;
	/* color: #fe7701;   *//*orange*/
	font-size: 18px;
	font-family: '微软雅黑',Arial;
	outline-style:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cdcccb;  
	font-size: 18px;
	font-family: '微软雅黑';
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cdcccb;  
	font-size: 18px;
	font-family: '微软雅黑';
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #f00;color: #cdcccb;  
	font-size: 18px;
	font-family: '微软雅黑';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cdcccb;  
	font-size: 18px;
	font-family: '微软雅黑';
}
input#search-submit{
	width: 68px;
	height: 53.5px;
	line-height: 52px;
	font-size: 16px;
	font-family: '微软雅黑';
	color: #ffffff;
	border: 1px #265E79 solid;
	border-radius: 0 5px 5px 0;
	background-color: #265E79;
	outline-style:none;
}
input#search-submit:hover{
	cursor: pointer;
	background-color: #116A95;/*背景色变亮*/
}

.bl{
	border-left:1px solid #59585e; 
}
.sw{
	width: 120px;
	height: 124px;
	text-align: center;
}
.enter.last{
	border-right:1px solid #59585e; 
}
.ic{
	margin: 26px 0 0 0;
}
.sp{
	color: white;
	font-size: 14px;
	font-family: '微软雅黑';
	display: block;
}
	

/*------------enter end------------*/
/*------------product start------------*/

.rollBox { OVERFLOW: hidden; WIDTH: 1240px;margin:0 auto; padding:20px 0; HEIGHT: 212px; font-size:14px; }
.rollBox .LeftBotton { background: url(../images/pro-prev.jpg) no-repeat center; WIDTH: 40px; DISPLAY: block; HEIGHT: 212px; float: left; }
.rollBox .RightBotton { BACKGROUND: url(../images/pro-next.jpg) no-repeat center; WIDTH: 40px; DISPLAY: block; HEIGHT: 212px; TEXT-DECORATION: none; float: left; }
.rollBox .LeftBotton:hover{background: url(../images/pro-prevh.jpg) no-repeat center; cursor: pointer; }
.rollBox .RightBotton:hover{BACKGROUND: url(../images/pro-nexth.jpg) no-repeat center;  cursor: pointer; }
.rollBox .Cont { width:1160px; overflow:hidden; float:left; HEIGHT: 212px; }
.rollBox .ScrCont { width:1624px; }
.rollBox #List1, .rollBox #List2 { float:left; }



.product{
	width:100%;
	height: 386px;
}

/*----title start----*/
.title{
	width:392px;
	height: 65px;
	margin: 35px auto;
	text-align: center;
}
.title a{
	font-size: 28px;
	color: #000000;
	font-family: '微软雅黑';
}
.title hr{
	margin: 9px 0 9px 174px;
	border: none;
	width: 43px;
	height: 2px;
	background-color: #265E79;
}
.title span{
	color: #575757;
	font-size: 12px;
}
/*----title end----*/

.pro-container{
	position: relative;
	height: 209px;
	width: 100%;
}
.pro-list{
	height: 210px;
}
.pro-list ul li{
	float: left;
	width:212px;height:212px;margin:0 10px; overflow:hidden;
}
.pro-list ul li a{
	display: block;
	height: 163px;/*209-padding-top46*/
	width: 212px;
	padding-top: 46px;
	background-color: #f7f7f7;/*light light gray*/
	text-align: center;
}
.pro-list ul li a:hover{
	background-color: #265E79;
}
.pro-list ul li a.last{
	margin: 0;
}
.pro-list ul li a i{
	display: block;
	height: 60px;
	width: 60px;
	margin: 0 0 20px 75px;
}

/*product icon*/
    .pro-list ul li a i {
	background-image: url(../images/product-icon.png);
    }
.pro-list ul li.p1 a i{
    background-position:0 0;
}
.pro-list ul li.p1 a:hover i{
    background-position:0 -60px;
}
.pro-list ul li.p2 a i{
    background-position:-60px 0;
}
.pro-list ul li.p2 a:hover i{
    background-position:-60px -60px;
}
.pro-list ul li.p3 a i{
    background-position:-120px 0;
}
.pro-list ul li.p3 a:hover i{
    background-position:-120px -60px;
}
.pro-list ul li.p4 a i{
    background-position:-180px 0;
}
.pro-list ul li.p4 a:hover i{
    background-position:-180px -60px;
}
.pro-list ul li.p5 a i{
    background-position:-240px 0;
}
.pro-list ul li.p5 a:hover i{
    background-position:-240px -60px;
}
.pro-list ul li.p6 a i{
    background-position:-300px 0;
}
.pro-list ul li.p6 a:hover i{
    background-position:-300px -60px;
}
.pro-list ul li.p7 a i{
    background-position:-360px 0;
}
.pro-list ul li.p7 a:hover i{
    background-position:-360px -60px;
}


span.f{
	display: block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-left: 75px;
	margin-bottom: 8px;
}
span.f hr{
	border: none;/*去掉border，hr更加精致了*/
	display: inline-block;
	width: 12px;
	height: 1px;
	margin-bottom: 6px;
	background-color: #6a6a6a;
}
.pro-list ul li a:hover .f hr{
	background-color: #ffffff;
}
span.f span{
	font-size: 19px;
	font-family: '微软雅黑';
	color: #6a6a6a;
}
.pro-list ul li a:hover .f span{
	color: #ffffff;
}
.pro-list ul li span.n{
	font-size: 16px;
	font-family: '微软雅黑';
	color: #6a6a6a;
}
.pro-list ul li a:hover span.n{
	color: #ffffff;
}


span.left{
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	width: 36px;
	margin-top: 68.5px;
	background-image: url(../images/prev.html);
}
span.left:hover{
	background-image: url(../images/prev-hover.html);
	cursor: pointer;
}
span.right{
	position: absolute;
	top: 0;
	right: 0;
	height: 72px;
	width: 36px;
	margin-top: 68.5px;
	background-image: url(../images/next.html);
}
span.right:hover{
	background-image: url(../images/next-hover.html);
	cursor: pointer;
}



/*------------product end------------*/



/*------------advan start------------*/
.advan{
	height: 711px;
	width: 100%;
}
.advan-contain{
	width: 100%;
	height: 532px;
}
.col-1,.col-2,.col-3,.col-4{
	height: 532px;
	width: 284.75px;
}
.c, .t{
	height: 266px;
	width: 284.75px;
}
.c{
	background-color: #f7f7f7;
}
.c .a{
	height: 50px;
	width: auto;
}
.c .p{
	display: block;
	height: 161px;
	width: 224px;
	margin: 0 auto;
	text-align: justify;
	color: #333333;
	font-family: '微软雅黑';
	font-size: 13.6px;
	position: relative; 
	line-height: 23px; 
	max-height: 161px;
	overflow: hidden;
}   
.c .p::after{
	content: "...";
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding-left: 40px;   
	background: -webkit-linear-gradient(left, transparent, #f7f7f7 55%);   
	background: -o-linear-gradient(rightright, transparent, #f7f7f7 55%);   
	background: -moz-linear-gradient(rightright, transparent, #f7f7f7 55%);   
	background: linear-gradient(to rightright, transparent, #f7f7f7 55%);   
}
.t{
	position: relative;
	
	color: #ffffff;
	font-family: '微软雅黑';
	font-size: 20.5px;
	text-align: center;
	line-height: 23px;
}
.col-1 .t, .col-4 .t{
	background-color: #f3923d;
}
.col-2 .t{
	background-color: #f4c73b;
}
.col-3 .t{
	background-color: #ee5823;
}
.t .a{
	height: 38px;
	width: 100%;
}
.t hr{
	margin: 25px 0 25px 67px;
	border: none;
	background-color: #ffffff;
	height: 3px;
	width: 150.75px;
}
.t span{
	display: block;
	height: 27px;
	width: auto;
}
.t img{
	height: 94px;
	width: 94px;
}
.t i{
	height: 23px;
	width: 34px;
	position: absolute;
}
.col-1 a .t i, .col-3 a .t i{
	top: -23px;
	left: 51px;
}
.col-2 a .t i, .col-4 a .t i{
	bottom: -23px;
	left: 51px;
}
.col-1 a .t i{
	background-image: url(../images/advan-1.png);
}
.col-2 a .t i{
	background-image: url(../images/advan-2.png);
}
.col-3 a .t i{
	background-image: url(../images/advan-3.png);
}
.col-4 a .t i{
	background-image: url(../images/advan-4.png);
}

.col-1 a:hover .t, .col-4 a:hover .t{
	background-color: #ffaf69;
}
.col-2 a:hover .t{
	background-color: #fdd557;
}
.col-3 a:hover .t{
	background-color: #fc6834;
}

.col-1 a:hover .t i, .col-4 a:hover .t i{
	background-image: url(../images/advan-1-hover.png);
}
.col-2 a:hover .t i{
	background-image: url(../images/advan-2-hover.png);
}
.col-3 a:hover .t i{
	background-image: url(../images/advan-3-hover.png);
}
.col-4 a:hover .t i{
	background-image: url(../images/advan-4-hover.png);
}

/*------------advan end------------*/


/*------------about start------------*/

.about{
	/* height: 450px; */
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px;
}
.about-contain{
	position: relative;
	height: 278px;
	width: 100%;
	background-color: #f7f7f7;
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.about-contain .a{
	width: 100%;
	height: 60px;
}
.about-contain img{
	 display: block;
	 height:150px;
	 width:229px;
	 margin: 0 0 0 44px;
	 border: #dbdbdb solid 5px;
	 -webkit-box-shadow:8px 8px 8px rgba(8,1,3,.3) ;
	 -moz-box-shadow:8px 8px 8px rgba(8,1,3,.3) ;
	 box-shadow:8px 8px 8px rgba(8,1,3,.3) ;
}
.about-contain .ii{
	position: absolute;
	top: 60px;
	left: 310px;
	width: 470px;
	height: 170px;
}
.ii i{
	display: inline-block;
	height: 17px;
	width: 6px;
	background-image: url(../images/intro-icon.jpg);
}
.ii span{
	display: inline-block;
	height: 17px;
	width: 100px;
	text-align: center;
	color: #575757;
	font-size: 13.67px;
	font-family: '微软雅黑';
	line-height: 17px;
}
.ii p{
	display: block;
	height: 100px;
	width: 470px;
	margin: 10px auto;
	text-align: justify;
	color: #575757;
	font-family: '微软雅黑';
	font-size: 13.6px;
	position: relative; 
	line-height: 20px; 
	max-height: 161px;
	overflow: hidden;
}   
.ii p::after{
	content: "...";
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding-left: 40px;   
	background: -webkit-linear-gradient(left, transparent, #f7f7f7 55%);   
	background: -o-linear-gradient(rightright, transparent, #f7f7f7 55%);   
	background: -moz-linear-gradient(rightright, transparent, #f7f7f7 55%);   
	background: linear-gradient(to rightright, transparent, #f7f7f7 55%);   
}
.ii a{
	display: block;
	height: 20px;
	width: 88px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 2px solid #265E79;
	font-size: 12.53px;
	line-height: 20px;
	text-align: center;
	color: #265E79;
}
.ii a:hover{
	color: #126ea2;
	border: 2px solid #e99745; 
}
	



/*------------about end------------*/





/*------------news start------------*/
.news{
	width: 100%;
	height: 486px;
	background-color: #f8f8f8;
	padding-top: 20px;
}
.news-contain{
	height: 300px;
	width:100%;
}
.block{
	position: relative;
	
	width: 368px;
	height: 300px;
	border-bottom: 6px solid #ebebeb;
	margin-right: 11.6px;
	background-color: #ffffff;
}
.news-contain .last{
	margin: 0;
}
.block img{
	width: 100%;
	height: 173px;
	
}
span.news-title{
	position: absolute;
	left: 97px;
	top: 173px;
	display: block;
	height: 28px;
	width: 251px;
	line-height: 28px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
span.news-title a{
	color: #333;
	font-size: 14px;
	font-family: '微软雅黑';
}
span.news-title:hover a{
	color: #265e79;
}
.block i{
	position: absolute;
	left: 97px;
	top: 201px;
	display: block;
	height: 10px;
	width: 251px;
	background-image: url(../images/news-title-decorate.jpg);
}
.block p{
	position: absolute;
	left: 0;
	top: 40px;
	display: block;
	height: 46px;
	width: 320px;
	margin: 10px auto;
	text-align: justify;
	color: #575757;
	font-family: '微软雅黑';
	font-size: 12px;
	position: relative; 
	line-height: 23px; 
	max-height: 46px;
	overflow: hidden;
}   
.block p::after{
	content: "...";
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding-left: 40px;   
	background: -webkit-linear-gradient(left, transparent, #ffffff 55%);   
	background: -o-linear-gradient(rightright, transparent, #ffffff 55%);   
	background: -moz-linear-gradient(rightright, transparent, #ffffff 55%);   
	background: linear-gradient(to rightright, transparent, #ffffff 55%);   
}
.date{
	height: 77px;
	width: 63px;
	position: absolute;
	left: 10px;
	top: 128px;
	background-color: #ffffff;
	-webkit-box-shadow:2px 2px 2px rgba(8,1,3,.5) ;
	 -moz-box-shadow:2px 2px 2px rgba(8,1,3,.5) ;
	 box-shadow:2px 2px 2px rgba(8,1,3,.5) ;
}
.day{
	display: block;
	height: 44px;
	width: 61px;
	line-height: 44px;
	font-size: 23px;
	font-family: Arial;
	text-align: center;
	border: 1px #efefef solid;
}
.ym{
	display: block;
	height:29px;
	width: 61px;
	line-height: 29px;
	font-size:11px;
	font-family: Arial;
	text-align: center;
	border: 1px #dedede solid;
}
.block a.more{
	display: block;
	height: 12px;
	width: 43px;
	position: absolute;
	right: 21px;
	bottom: 11px;
	text-align: center;
	line-height: 12px;
	background-color: #265E79;
	border: 1px solid #265E79;
	font-size: 10px;
	font-family: Arial;
	color: #ffffff;
}
.block a.more:hover{
	background-color: #265E79;
}



/*------------news end------------*/





/*------------partner start------------*/
.partner{
	width: 100%;
	height: 394px;
}
.partner-title{
	width: 100%;
	height: 44px;
	line-height: 22px;
	text-align: left;
	padding: 38px 0 11px 0;
	
}
.partner-title span{
	font-size: 18px;
	font-family: '微软雅黑';
	color: #151515;
}
.partner-title span.crip{
	font-size: 14px;
	font-family: '微软雅黑';
	color: #9c9c9c;
}

.partner-contain{
	position: relative;
	height: 279px;
	width: 100%;
}
.partner-list{
	border-top: 1px #f0f0f0 solid;
	width: 728px;
	height: 279px;
}
.partner-list ul li{
	float: left;
	overflow: hidden;
	MARGIN-RIGHT: 5PX;
}
.partner-list ul li a{
	height: 93px;
	width: 182px;
}
.partner-list ul li a img{
	height: auto;
	width: 182px;
}

.partner-list .btn{
	width: 58px;
	height: 26px;
	position: absolute;
	top: -35px;
	left: 670px;
}
.partner-list .prev, .partner-list .next{
	float: left;
	height: 18.5px;
	width: 16.5px;
	background-color: #959595;
	border-radius: 1px #959595;
	
	padding-left: 11.5px;
	padding-top: 7.5px;
}
.partner-list div.next{
	margin-left: 2px;
}
.partner-list div.prev i{
	display: block;
	height: 11px;
	width: 5px;
	background-image: url(../images/partner-list-prev.png);
}
.partner-list div.next i{
	display: block;
	height: 11px;
	width: 5px;
	background-image: url(../images/partner-list-next.png);
}
.partner-list .prev:hover, .partner-list .next:hover{
	background-color: #fd7801;
	cursor: pointer;
}

.video{
	height: 330px;
	width: 392px;
	position: absolute;
	top: -51px;
	right: 0;
}
.video img{
	height: 330px;
	width: 392px;
	overflow: hidden;
	z-index: -2;
}
.video a{
	display: block;
	height: 330px;
	width: 392px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/video-btn.png);
}
.video a:hover{
	background-image: url(../images/video-btn-hover.png);  
}




/*------------partner end------------*/

/*覆盖掉index.css的样式*/
.advan{
	height: auto;
}
.advan-contain{
	height: auto;
}

/*advan.css*/
.new-advan i.center,
.fba-con i.line,
.fba-con .fba-b i{
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
}
/*.new-advan*/
.new-advan{
	position: relative;
	height: 348px;
	margin-bottom: 30px;
}
.new-advan i.center{
	display: block;
	height: 284px;
	width: 492px;
	position: absolute;
	top: 0;
	left: 348px;
	
	background-position: 0 0;
}
.new-advan .nad-b{
	width: 256px;
	height: 124px;
	position: absolute;
}
.new-advan .nad-b span{
	display: block;
	height: 44px;
	position: absolute;
	top: 0;
}
.new-advan .nad-b span a{
	line-height: 44px;
	font-size: 20px;
	color: #265E79;/*橙色~~~~~~~~~*/
}
.new-advan .nad-b span a:hover{
	color: #f79a34;/*亮橙色~~~~~~~~~~*/
}
.new-advan .nad-b .ad-txt1{
	position:absolute;
	bottom: 0;
	padding-top: 8px;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #999;
}
.new-advan .ad-left-top1 span,
.new-advan .ad-left-bottom span{
	right: 0;
}
.new-advan .ad-right-top span,
.new-advan .ad-right-bottom span{
	left: 0;
}	
.new-advan .ad-left-top1{
	top: 0;
	left: 86px;
}
.new-advan .ad-left-bottom{
	top: 221px;
	left: 155px;
}	
.new-advan .ad-right-top1{
	top: 19px;
	left: 846px;
}
.new-advan .ad-right-bottom{
	top: 167px;
	left: 757px;
}
/*advan-img*/
.advan-img{
	width: 100%;
	height:311px;
	text-align: center;
	overflow: hidden;
}
.advan-img img{
	width: 100%;
}
/*fba*/
.fba{
	
	text-align: center;
	margin-top: 30px;
}
.fba .fba-title{
	margin-bottom: 20px;
}
.fba .fba-title a{
	color: #666;
	font-size: 26px;
}
.fba .fba-title a:hover{
	color: #777;
}
.fba-con{
	height: 268px;
	position: relative;
}
.fba-con .fba-b{/*.fba-block*/
	position: absolute;
	height: 150px;
}
.fba-con .fba-b i{
	display: block;
	height: 120px;
	width: 120px;
}
.fba-con .fba-b1{
	bottom: 0;
}
.fba-con .fba-b2{
	top: 0;
	left: 262px;
}
.fba-con .fba-b3{
	bottom: 0;
	left: 510px;
}
.fba-con .fba-b4{
	top: 0;
	left: 758px;
}
.fba-con .fba-b5{
	bottom: 0;
	left: 1020px;
}
.fba-con .fba-b1 i{
	background-position: 0 -284px;
}
.fba-con .fba-b2 i{
	background-position: -120px -284px;
}
.fba-con .fba-b3 i{
	background-position: -240px -284px;
}
.fba-con .fba-b4 i{
	background-position: -360px -284px;
}
.fba-con .fba-b5 i{
	background-position: -480px -284px;
}
.fba-b span{
	color: #999;
	font-size: 18px;
}
.fba-b:hover span{
	color: #265E79;
}
.fba-con .fba-b1 a:hover i{ background-position: 0 -404px;}
.fba-con .fba-b2 a:hover i{ background-position: -120px -404px;}
.fba-con .fba-b3 a:hover i{ background-position: -240px -404px;}
.fba-con .fba-b4 a:hover i{ background-position: -360px -404px;}
.fba-con .fba-b5 a:hover i{ background-position: -480px -404px;}
.fba-con i.line{
	display: block;
	height: 268px;
	position: absolute;
}
.fba .line1,
.fba-con .line4{
	width: 142px;
}
.fba .line2,
.fba-con .line3{
	width: 128px;
}
.fba .line1{
	left: 120px;
	background-position: 0 -524px;
}
.fba .line2{
	left: 382px;
	background-position: -140px -524px;
}
.fba .line3{
	left: 630px;
	background-position: -250px -524px;
}
.fba .line4{
	left: 878px;
	background-position: -400px -524px;
}