
body{
	background: url(../images/bg1-1.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #f5f5f5;
}

/*=======================头部导航  开始=======================*/


/*======================banner 开始==========================*/


.banner {
    position: relative;
    margin-top: 120px;
    z-index: 1;
}
.index_banner .swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.index_banner .swiper-slide >a{
	width: 100%;
	min-height:400px;
	height:100%;
	display: block;
}
.banner_kh{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	padding-left:2%;
	padding-right:2%;
}
.banner_kh .container{
	height:100%;
	position:relative;
}
.loginBox{
	width:240px;
	position:absolute;
	top:30px;
	left:-1px;
	background-color:#fff;
	display: none;
	z-index:999;
}
.loginBox .loginBtn{
	display:inline-block;
	width:210px;
	height:35px;
	line-height:35px;
	border-radius:2px;
	margin-top:10px;
	margin-bottom:10px;
	
}
.loginBox .loginBtn:hover{
	background-color:#e14355;
}
.loginBox .num_srk {
	width:210px;
    margin-top: 10px;
    border: 1px solid #efefef;
    position: relative;
	margin-left:auto;
	margin-right:auto;
}
.loginBox .num_srk input {
    width: 178px;
    height: 30px;
    outline: none;
    border: none;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.loginBox .num_srk span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #efefef;
}
.banner_khxq{
	text-align:right; 
	margin-right:30px;
	margin-left:30px; 
	z-index:9999999; 
	line-height:36px;
	position:absolute;
	top:48%;
	left:0%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.banner_khxq p{
	line-height: 1.3;
	letter-spacing:5px;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	-moz-transform-origin:center top;
	-ms-transform-origin:center top;
	-o-transform-origin:center top;
	font-weight: normal;
}
.banner_kh .banner_khxq a{
	width:116px; 
	height:45px; 
	text-align:center; 
	line-height:45px; 
	color:#fff; 
	background:#f0475b;
	margin-top:35px; 
	display:block; 
	float:right; 
	transform-origin:center top;
	-webkit-transform-origin:center top;
	-moz-transform-origin:center top;
	-ms-transform-origin:center top;
	-o-transform-origin:center top;
	font-weight: normal;
}
.banner_khxq a:hover{
	color:#fff; 
	background-color:#e14355;
	 
}
.pagination {
   /* position: absolute;
	left: 50%;
    top: 0;*/
    text-align: center;
	display: inline-block;
	z-index: 20;
	margin-top: 9px;
	/*transform: translateX(-50%);*/
	
}
.swiper-container,.swiper-wrapper{
	width: 100%;
	height:66.7%;
}
.swiper-slide{
	min-height:400px;
	
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,.1);
    margin: 0 12px;
    cursor: pointer;
    opacity: .9;
	border-radius: 50%;
}
.swiper-active-switch {
    background-color: #f0475b;
    width: 12px;
    height: 12px;
}

.pagination_box{
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
	
	height: 30px;
}
.pagination_box .relative{
	/*min-width: 300px;*/
	display: inline-block;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.swiper-button-prev{
	position: absolute;
	top: 0;
	left: -44px;
	color: rgba(0,0,0,0.2);
	cursor: pointer;
}
.swiper-button-next{
	position: absolute;
	top: 0;
	right: -45px;
	color: rgba(0,0,0,0.1);
	cursor: pointer;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
	color: #f0475b;
	transition: all 0.4s;
}
/*======================banner 结束==========================*/


.appointment{
	height: 300px;
}


.product{
	margin-top: 80px;
}
.productTabLst{
	
}
.productTabLst li{
	width: 160px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	color: #fff;
	background-color: #2e2e2e;
	border-bottom: 1px solid #444444;
	cursor: pointer;
	position: relative;
}

.productTabLst li:hover{
	color: #f0475b;
	transition: all 0.4s;
}
.productTabLst li.current{
	color: #fff;
	background-color: #f0475b !important;
}
.productTabLst .right_icon{
	width: 11px;
	height: 24px;
	position: absolute;
	top: 27px;
	right: -11px;
	display: none;
	background: url(../images/right_icon1-1.png) no-repeat;
}

.productTabLst li.current .right_icon{
	display: block;
}


.productTabBox .tabcont{
	width: 1010px;
	display: none;
}
.productTabBox .tabcont .leftCont{
	width: 470px;
	
	height: 480px;
	padding: 25px 24px;
	
}
.productTabBox .tabcont .imgBox{
	width: 420px;
	height: 236px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.productTabBox .tabcont .imgBox img{
    -webkit-transition:all 0.4s;
	transition:all 0.4s;
	
}
.productTabBox .tabcont .wordCont .txt{
	height: 130px;
}
.productTabBox .tabcont .wordCont h4{
	line-height: 24px;
}
.productTabBox .tabcont .imgBox:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.productTabBox .tabcont  p.word{
	line-height: 24px;
	
}
.dateBox>span{
	line-height: 31px;
}

.dateBox .yedu_btn{
	display: inline-block;
	background-color: #f0475b;
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 2px;
}
.dateBox .yedu_btn:hover{
	background-color: #e14355;	
}

.productList{
	width: 520px;
}
.productList .timeNum{
	width: 66px;
	height: 66px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.productList .timeNum span{
	display: block;
}
.productList .timeNum span:nth-of-type(1){
	margin-top: 12px;
}
.productList .timeNum span:nth-of-type(2){
	margin-top: 7px;
}

.productList li{
	margin-top: 8px;
	position:relative;
}
.productList li>a{
	display: block;
	height: 114px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 23px;
	background-color: #fff;
}
.productList li:hover{ 
	box-shadow: 0px 0px 40px 0px rgba(0, 0,0, 0.2);
	transition: all 0.4s;
	z-index: 10;
}
.productList li:hover .word>span{
	color: #f0475b;
	transition: all 0.4s;
}
.productList li:hover .timeNum{
	background-color: #f0475b;
	border-color: #f0475b;
	color: #fff;
	transition: all 0.4s;
}
.productList li .word{
	width: 390px;
}


.productList li .word>p{
	line-height: 18px;
	margin-top: 12px;
}


.company{
	padding-top: 95px;
	padding-bottom: 100px;
	background: url(../images/img1-2.jpg) no-repeat;
	background-size: 270px 100%;
	background-position:817px top ;
}
.companyInfo{
	width: 535px;
}
.companyInfo h3 span{
	display: block;
	line-height: 30px;
}

.companyInfo .jj{
	display: block;
	line-height: 30px;
	
}
.companyInfo>p{
	line-height: 24px;
}

.detailsBtn{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	background-color: #f0475b;
	border-radius: 2px;
	margin-top: 65px;
	font-size:12px;
	padding-left:12px;
	padding-right:12px;
}
.detailsBtn:hover{
	background-color: #e14355;
	transition: all 0.4s;
	color: #fff;
}

.companyImg .imgBox{
	width: 505px;
	overflow: hidden;
	
}

.companyImg .imgBox img{
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
}
.companyImg .imgBox:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}








.materialScience{
	border-top: 1px solid transparent;
	position: relative;
	top: -35px;
	z-index: 10;
	
}


.materialScience li{
	width: 266px;
	height: 300px;
	overflow: hidden;
	background: url(../images/bj_1-1.png) repeat-y;
	background-position: top left;
	background-color: #fff;
	float: left;
	cursor: pointer;
	transition: width 0.4s,text-align 0.4s;
	/*-webkit-transition: width 0.4s,text-align 0.4s;
	-moz-transition: width 0.4s,text-align 0.4s;
	-ms-transition: width 0.4s,text-align 0.4s;
	-o-transition: width 0.4s,text-align 0.4s;*/
	border-bottom: 1px solid #efefef;
	
	
}
.materialScience li:nth-of-type(1){
	background:inherit;
	background-color: #fff;
	border-left: 1px solid #efefef;
	
}
.materialScience li:nth-last-of-type(1){
	border-right: 1px solid #efefef;	
}


.materialScience .yuyueBox{
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.materialScience .current .yuyueBox{
	width: 100%;
	transition: all 0.4s;
}
.materialScience .date{
	opacity: 0;
}
.materialScience .current .date{
	opacity: 1;
	transition: all 0.4s;
}
.materialScience .yuyuebtn{
	height: 40px;
	line-height: 40px;
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 2px;
	position: absolute;
	bottom: 25px;
	opacity: 0;
}

.materialScience .yuyuebtn:hover{
	background-color:#e14355 ;
	color: #e14355;
	
	
}


.materialScience  .imgBox{
	width: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.5;
	background: url(../images/icon_shadow_140x140.png) no-repeat center;
	
}
/*
.materialScience  .imgBox img{
	opacity: 0.5;
}
.materialScience .current .imgBox img{
	opacity: 1;
	transition: opacity 0.4s;
}
*/

.materialScience .current{
	width: 400px !important;
	text-align: left !important;
	padding-left: 30px;
	padding-right: 30px;
	
	
}
.materialScience .current .yuyuebtn{
	display: inline-block;
	opacity: 1;
	float: left;
	margin-top: 75px;
	transition: opacity 0.4s;
	
}
.materialScience .current .imgBox{
	float: right;
	opacity: 1;
	transition: opacity 0.4s;
}








/*---------------------------臻财富------开始--------------------------*/

.productListBanar{
	height: 506px;
	
}


.recommendBox{
	position: relative;
	top: -226px;
	z-index: 999;
}
.recommend >h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.recommend .contetList{
	height: 250px;
	overflow: hidden;
}

.recommend .contetList li{
	width: 299px;
	float: left;
	border-right: 1px solid #efefef;
	cursor: pointer;
	transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
}
.recommend .contetList li:hover{
	transform: translateY(-72px);
	-webkit-transform: translateY(-72px);
	-moz-transform: translateY(-72px);
	-ms-transform: translateY(-72px);
	-o-transform: translateY(-72px);
}
.contetList .text_center h3{
	padding-top: 28px;
}
.contetList .text_center> p.txt{
	margin-top: 10px;
	
}
.contetList .text_center> p:nth-of-type(3){
	margin-top: 14px;
	
}
.recommend .contetList .state{
	margin-top: 22px;
}
.recommend .contetList .state .cont{
	width: 50%;
	height: 73px;
	padding-top: 18px;
}
.recommend .contetList .state .leftCont{
	border-right: 1px solid #efefef;
}
.recommend .contetList .state .cont .txt{
	padding-top: 10px;
}
.recommend .contetList .linkList{
	height: 72px;
}
.recommend .contetList .linkList{
	height: 72px;
	background-color: #fbfbfb;
}
.recommend .contetList .linkList a{
	height: 72px;
	line-height: 72px;
	width: 50%;
	float: left;
}
.recommend .contetList .linkList a.yuyuebtn:hover{
	background-color: #e14355;
	color: #fff;
}
.recommend .contetList .linkList a.xiangqingbnt:hover{
	color: #f0475b;
}


.productclasstable h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.screenBox{
	background-color: #fcfcfc !important;
}
.searchbar input{
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #efefef;
	border-radius: 2px;
}
.searchbar input:focus{
	border-color: #e8e8e0;
	transition: all 0.4s;
}
.searchbar .searchBtn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: #f0475b;
	color: #fff;
	border-radius: 2px;
	padding-left: 22px;
	padding-right: 22px;
}
.searchbar .searchBtn:hover{
	background-color: #e14355;
	color: #fff;
}


.nextBox .infoContList li{
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	border-radius: 2px;
	cursor: pointer;
}
.nextBox .infoContList li:hover{
	background-color: #f0475b;
	color: #fff;
}
.nextBox .infoContList li.current{
	background-color: #f0475b;
	color: #fff;
}
.nextBox .infoContList li.current:hover{
	background-color: #e14355;
	color: #fff;
}

/*---------------------------臻财富------结束--------------------------*/






/*zwq-7-8*/
.materialScience li h4{
	padding-top: 30px;
	/*height:54px;
	overflow:hidden;*/
}
/*
.materialScience li .dataWord{
	height:24px;
	overflow:hidden;
}
*/
.index_banner .wiper-container{
	background:url(../images/bg1-1.jpg) no-repeat;
	background-size:cover;
}















































