/*轮播*/

/*banner开始*/

.banner{

	width: 100%;

	height: 545px;

	min-width: 1200px;

	position: relative;

}

.banner .bd li,.banner .bd li a{

	display: block;

	height: 545px;

}

.bantil{display: block; width: 300px;position: absolute;bottom:10px;left: 50%;margin-left: -85px;}

.bantil li{width:32px;height: 12px;background:#333;float: left;margin: 0 0 0 11px; cursor:pointer;}

.bantil li.cur{background:#df4400; }

.banner .prev,.banner .next{width: 38px;height: 68px;display: none;overflow: hidden;position: absolute;top: 246px;right: 0;background:url(../images/next3.png) no-repeat 0 0;cursor:pointer;}

.banner .prev{left: 0;background:url(../images/prev3.png) no-repeat 0 0;cursor:pointer;}



/*banner结束*/



/*------------走进隽临实业--------------*/

.enter{

	width: 100%;

	min-width: 1200px;

}

.enter .enterTop{

	width: 100%;

	min-width: 1200px;

	height: 507px;

	background: url(../images/enterBackImg01.jpg) no-repeat center center;

	background-size: cover;

}

.enter .title{

	padding-top: 54px;

}

.enter .title h2{

	color: #282828;

	font-family: "微软雅黑";

	font-size: 36px;

	font-weight: bold;

	text-align: center;

	line-height: 36px;

}

.enter .title h2 em{

	color: #df4400

}

.enter .title span{

	display: block;

	text-align: center;

	color: #7a7a7a;

	font-family: "华文中宋";

	font-size: 16px;

	padding-top: 12px;

}

.enter .enterTop .imgInt{

	padding-top: 33px;

}

.enter .enterTop .enterImghow{

	width: 544px;

	height: 300px;

}

.enter .enterTop .enterImghow img{

	width: 100%;

	height: 100%;

}

.enter .enterTop .introduce{

	width: 620px;

}

.enter .enterTop .introduce h3{

	color: #282828;

	font-family: "微软雅黑";

	font-size: 24px;

	font-weight: bold;

	line-height: 24px;

	padding-top: 14px;	

}

.enter .enterTop .introduce p{

	color: #333333;

	font-family: "微软雅黑";

	font-size: 18px;

	line-height: 26px;

	margin-top: 24px;

	height: 210px;

	overflow: hidden;

}

.enter .enterTop .introduce .enterBtns{

	

}

.enter .enterTop .introduce .enterBtns .btn{

	width: 90px;

	height: 40px;

	border-radius: 4px;

	background: #282828;

	text-align: center;

	line-height: 40px;

	margin-left: 18px;

	cursor: pointer;

}

.enter .enterTop .introduce .enterBtns .btn:nth-of-type(2){

	background: #eaeaea;

}

.enter .enterTop .introduce .enterBtns .btn:nth-of-type(2) span{

	color: #000000;

}

.enter .enterTop .introduce .enterBtns .btn span{

	color: #FFFFFF;

	font-size: 14px;

}



.enter .enterBottom{

	width: 100%;

	min-width: 1200px;

	height: 175px;

	background: url(../images/enterBackImg02.jpg) no-repeat center bottom;

	/*background-size: cover;*/

}

.enter .enterBottom .fiveDots{

	width: 702px;

	height: 484px;

	background: url(../images/enterFIveDots.png) no-repeat center center;

	background-size: cover;

	margin: 0 auto;

	display: none;

}



/*------------产品展示--------------*/

.product{

	width: 100%;

	min-width: 1200px;

	background: url(../images/productBackImg.jpg) no-repeat center center;

	background-size: cover;

	height: 800px;

}

.product .title{

	margin-top: -46px;

}

.product .title h2{

	font-family: "微软雅黑";

	font-size: 42px;

	font-weight: bold;

	text-align: center;

	line-height: 42px;

	color: #FFFFFF;

}

.product .title span{

	display: block;

	text-align: center;

	color: #FFFFFF;

	font-family: "华文中宋";

	font-size: 16px;

	padding-top: 12px;

}

.product .productBox{

	padding-top: 52px;

}

.product .productShow{

	display: none;

}

.product .productShow.now{

	display: block;

}

.product .productShow ul li{

	width: 33.3%;

	height: 252px;

	float: left;

}

.product .productShow ul li .box{

	width: 396px;

	height: 248px;

	margin: 0 auto;

	margin-top: 2px;

	position: relative;

}

.product .productShow ul li:first-child .box{

	width: 396px;

	height: 248px;

	background: url(../images/proFirstBackImg.jpg) no-repeat;

	background-size: cover;

	margin: 0 auto;

	margin-top: 2px;

}

.product .productShow ul li:first-child h3{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 24px;

	font-weight: bold;

	padding-left: 20px;

	padding-top: 32px;

}

.product .productShow ul li:first-child span{

	color: #FFFFFF;

	font-family: "Arial";

	font-size: 18px;

	font-weight: bold;

	padding-left: 20px;

	padding-top: 6px;

	display: block;

}

.product .productShow ul li:first-child i{

	color: #7f83ff;

	font-family: "微软雅黑";

	font-size: 14px;

	display: block;

	padding-top: 96px;

	padding-left: 20px;

}

.product .productShow ul li .proImg{

	width: 100%;

	height: 100%;

	overflow: hidden;

}

.product .productShow ul li .proImg img{

	width: 100%;

	height: 100%;

}

.product .productShow ul li:hover .proImg img{

	animation: proImgScale 1s both linear;

}

@keyframes proImgScale{

	0%{

		transform: scale(1);

	}

	100%{

		transform: scale(1.2);

	}

}



.product .productShow ul li .box .proMask{

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.52);

	position: absolute;

	z-index: 9;

	top: 0;

	cursor: pointer;

	display: none;

	

}

.product .productShow ul li:hover .box .proMask{

	display: block;

	

}

.product .productShow ul li .box .proMask span{

	display: block;

	text-align: center;

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 20px;

	font-weight: bold;

	padding-top: 96px;

}

.product .productShow ul li .proMask .proSearchIcon{

	width: 22px;

	height: 21px;

	margin: 0 auto;

	margin-top: 10px;

}

.product .productShow ul li .proMask .proSearchIcon img{

	width: 100%;

	height: 100%;

}

.product .proTab ul{

	margin-left: 0px;

	margin-top: 50px;

}

.product .proTab ul li{

	float: left;

	width: 138px;

	height: 40px;

	border-radius: 2px;

	border: 1px solid #FFFFFF;

	margin: 0 15px;

	cursor: pointer;

	position:relative; 

	text-align:center;

	margin-top: 16px;

}

.product .proTab ul li.active{

	background: #ff8100;

	border: 1px solid transparent;

}

.product .proTab ul li span{

	width: 138px;

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 16px;

	display: block;

	text-align: center;

	line-height: 40px;

}

.product .proTab .sub{

	display:none; /*默认隐藏*/ 

	width:138px; 

	position:absolute; 

	float:left; 

	line-height:30px; 

	z-index: 99;

}

.product .proTab .sub dd{

	text-align: center;

	margin-top: 2px;

}

.product .proTab .sub dd span{

	display:block; 

	color:#FFFFFF;   

	font-size: 14px;

	background:#ff8100;

}

.product .proTab .sub dd span:hover{

	background:#ff5a00;  

	transition: all 0.2s;

	-moz-transition: all 0.2s;

	-ms-transition: all 0.2s;

	-webkit-transition: all 0.2s;

}



/*------------隽临产品优势--------------*/

.advantage{

	width: 100%;

	min-width: 1200px;

	background: url(../images/advBackImg.jpg) no-repeat center center;

	background-size: cover;

	height: 530px;

}

.advantage .title{

	padding-top: 48px;

}

.advantage .title h2{

	font-family: "微软雅黑";

	font-size: 36px;

	font-weight: bold;

	text-align: center;

	line-height: 36px;

	color: #282828;

}

.advantage .title h2 em{

	color: #df4400

}

.advantage .title span{

	display: block;

	text-align: center;

	color: #555555;

	font-family: "华文中宋";

	font-size: 16px;

	padding-top: 12px;

}

.advantage .advLeftImg{

	width: 375px;

	height: 567px;

	margin-top: 56px;

	margin-left: 14px;

}

.advantage .advLeftImg img{

	width: 100%;

	height: 100%;

}

.advantage .advDetail{

	width: 640px;

}

.advantage .advDetail ul li{

	float: left;

	margin-top: 50px;

}

.advantage .advDetail ul li .advPoint{

	width: 320px;

	position: relative;

}

.advantage .advDetail ul li .advLine:after{

	content: "";

	display: block;

	position: absolute;

	right: 0;

	margin-right: 50px;

	width: 1px;

	height: 80px;

	background: #c5c7c8;

}

.advantage .advDetail ul li span.advIcon{

	width: 76px;

	height: 76px;

	display: block;

	float: left;

}

.advantage .advDetail ul li:nth-of-type(1) span.advIcon{

	background: url(../images/advIcon01.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(1):hover span.advIcon{

	background: url(../images/advIconFoc01.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(2) span.advIcon{

	background: url(../images/advIcon02.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(2):hover span.advIcon{

	background: url(../images/advIconFoc02.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(3) span.advIcon{

	background: url(../images/advIcon03.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(3):hover span.advIcon{

	background: url(../images/advIconFoc03.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(4) span.advIcon{

	background: url(../images/advIcon04.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(4):hover span.advIcon{

	background: url(../images/advIconFoc04.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(5) span.advIcon{

	background: url(../images/advIcon05.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(5):hover span.advIcon{

	background: url(../images/advIconFoc05.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(6) span.advIcon{

	background: url(../images/advIcon06.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li:nth-of-type(6):hover span.advIcon{

	background: url(../images/advIconFoc06.png) no-repeat;

	background-size: 100% 100%;

}

.advantage .advDetail ul li em{

	float: left;

	color: #00a6f1;

	font-family: "微软雅黑";

	font-size: 30px;

	font-weight: bold;

	line-height: 76px;

	padding-left: 7px;

}

.advantage .advDetail ul li:hover em{

	color: #df4400

	transition: all 0.3s;

	-moz-transition: all 0.3s;

	-ms-transition: all 0.3s;

	-webkit-transition: all 0.3s;

}

.advantage .advFont{

	width: 638px;

	height: 34px;

	margin-top: 182px;

}

.advantage .advFont img{

	width: 100%;

	height: 100%;

}

.advantage .advBtns{

	margin-top: 440px;

}

.advantage .advBtns .btn{

	width: 188px;

	height: 52px;

	border-radius: 26px;

	background: #000;

	float: left;

	text-align: center;

	line-height: 52px;

	margin-left: 20px;

	cursor: pointer;

}

.advantage .advBtns .btn a{ color:#fff; line-height: 52px;padding: 0;}

.advantage .advBtns .btn span{

	color: #fff;

	font-family: "微软雅黑";

	font-size: 20px;

}

.advantage .advBtns .btn:nth-of-type(2){

	background: #df4400;

}

.advantage .advBtns .btn:nth-of-type(2) span{

	color: #FFFFFF;

}



/*-----------------秉承高质量的客户服务------------*/

.service{

	width: 100%;

	min-width: 1200px;

	background: url(../images/serviceBackImg.jpg) no-repeat center center;

	background-size: cover;

	padding-bottom: 115px;

}

.service .title{

	padding-top: 70px;

}

.service .title p{

	color: #5a5a5a;

	font-family: "微软雅黑";

	font-size: 18px;

	font-weight: bold;

	text-align: center;

	line-height: 18px;

}

.service .title h2{

	color: #000000;

	font-family: "微软雅黑";

	font-size: 36px;

	font-weight: bold;

	text-align: center;

	line-height: 36px;

	padding-top: 30px;

}

.service .title h2 em{

	color: #df4400

}

.service .title span{

	color: #555555;

	font-family: "华文中宋";

	font-size: 16px;

	text-align: center;

	display: block;

	padding-top: 14px;

}

.service .serTab{

	width: 830px;

	margin: 0 auto;

	margin-top: 44px;

}

.service .serTab ul li{

	width: 24.5%;

	height: 60px;

	line-height: 60px;

	float: left;

	border: 1px solid #df4400;

	cursor: pointer;

}

.service .serTab ul li.serActive{

	background: #df4400

}

.service .serTab ul li.serActive span{

	color: #FFFFFF;

}

.service .serTab ul li span{

	color: #df4400;

	font-family: "微软雅黑";

	font-size: 18px;

	text-align: center;

	display: block;

}



.service .serBox{

	padding-top: 100px;

}

.service .serDetail .serContent{

	width: 50%;

	float: left;

}

.service .serContent .serTitle{

	color: #282828;

	font-family: "微软雅黑";

	font-size: 22px;

	text-align: center;

}

.service .serContent ul li{

	padding-top: 34px;

}

.service .serContent ul li em{

	width: 12px;

	height: 12px;

	display: inline-block;

	background: url(../images/serPointIcon.jpg) no-repeat;

	background-size: 100% 100%;

	float: left;

	margin-top: 12px;

	margin-left: 17px;

}

.service .serContent ul li p{

	display: inline-block;

	float: left;

	line-height: 34px;

	color: #525252;

	font-family: "微软雅黑";

	font-weight: bold;

	font-size: 20px;

	width: 540px;

	padding-left: 6px;

}



.service .serviceDetail .serBox{

	display: none;

}

.service .serviceDetail .serBox.serNow{

	display: block;

}



.service .serBox .gloryShow{

	padding-top: 20px;

}

.service .serBox .gloryShow .gBanner .img{

	width: 100%;

	height: 173px;

}

.service .serBox .gloryShow .gBanner .img img{

	width: 96%;

	height: 100%;

	margin: 0 auto;

}

.service .gloryShow .gBanner .swiper-container{

	margin-left: 30px;

	margin-right: 30px;

}

.service .gloryShow .gBanner .swiper-slide{

}

.service .gloryShow .gBanner .swiper-button-prev{

	left: 0;

}

.service .gloryShow .gBanner .swiper-button-next,

.service .gloryShow .gBanner .swiper-button-prev{

	width: 34px !important;

	height: 37px !important;

	outline: none !important;

	

}

.service .gloryShow .gBanner .swiper-button-next{

	right: 10px;

}

.service .gloryShow .gBanner .swiper-slide span{

	color: #555555;

	font-family: "微软雅黑";

	font-size: 16px;

	display: block;

	text-align: center;

	line-height: 16px;

	padding-top: 12px;

}

.service .serImg{

	width: 50%;

	float: right;

}

.service .serImg .img{

	width: 535px;

	height: 428px;

	margin-left: 42px;

}

.service .serImg .img img{

	width: 100%;

	height: 100%;

}



.serviceMesg{

	width: 100%;

	min-width: 1200px;

	background: url(../images/serviceBackImg02.jpg) no-repeat center center;

	background-size: cover;

	padding-bottom: 45px;

}

.serviceMesg .number{

	padding-left: 370px;

}

.serviceMesg .number .fontImg{

	width: 388px;

	height: 49px;

	margin-top: 94px;

}

.serviceMesg .number .fontImg img{

	height: 100%;

	width: 100%;

}

.serviceMesg .number span{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 28px;

	display: block;

	padding-top: 10px;

	padding-left: 18px;

}



.serviceMesg .message{

	margin-top: 30px;

}

.serviceMesg .message .iptGroup{

	height: 36px;

	margin-top: 16px;

}

.serviceMesg .message .iptGroup label{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 18px;

	line-height: 36px;

}

.serviceMesg .message .iptGroup input{

	width: 252px;

	height: 36px;

	border-radius: 2px;

	background: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 18px;

	padding-left: 6px;

	margin-left: 10px;

}

.serviceMesg .message button{

	width: 188px;

	height: 36px;

	border-radius: 2px;

	background: #0085dc;

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 18px;

	text-align: center;

	line-height: 36px;

	float: right;

	margin-top: 18px;

	cursor: pointer;

}



/*---------------缘起高品质，惠予全世界-------------*/

.partner{

	width: 100%;

	min-width: 1200px;

}

.partner .title{

	padding-top: 80px;	

}

.partner .title p{

	color: #5A5A5A;

	font-family: "微软雅黑";

	font-size: 18px;

	font-weight: bold;

	text-align: center;

	line-height: 18px;

}

.partner .title h2{

	color: #000000;

	font-family: "微软雅黑";

	font-size: 36px;

	font-weight: bold;

	text-align: center;

	line-height: 36px;

	padding-top: 16px;

}

.partner .title h2 em{

	color: #df4400

}

.partner .title span{

	color: #555555;

	font-family: "华文中宋";

	font-size: 16px;

	display: block;

	text-align: center;

	padding-top: 22px;

	line-height: 16px;

}

.partner .partList{

	padding-bottom: 68px;

}

.partner .partList ul li{

	float: left;

	width: 25%;

	padding-top: 46px;

}

.partner .partList ul li .partBox{

	width: 228px;

	margin: 0 auto;

}

.partner .partList ul li .partBox .img{

	width: 100%;

	height: 125px;

}

.partner .partList ul li .partBox .img img{

	width: 100%;

	height: 100%;

}

.partner .partList ul li .partBox span{

	color: #5A5A5A;

	font-family: "微软雅黑";

	font-size: 16px;

	font-weight: bold;

	display: block;

	text-align: center;

	line-height: 16px;

	padding-top: 14px;

}



.fiveSteps{

	width: 100%;

	min-width: 1200px;

	background: #df4400

	padding-top: 52px;

	padding-bottom: 40px;

}

.fiveSteps .fiveStepImg{

	width: 1167px;

	height: 113px;

	background: url(../images/fiveStepImg.png) no-repeat center center;

	background-size: 100% 100%;

/*	margin-top: 52px;*/

}



/*----------------隽临客户案例展示-----------------*/

.case{

	width: 100%;

	min-width: 1200px;

	background: url(../images/caseBackImg.jpg) no-repeat center center;

	background-size: cover;

	padding-bottom: 52px;

}	

.case ul li {width: 25%; float: left;margin-top: 30px;}
.case ul li a {display: block;width: 240px;height: 150px; margin: 0 auto;position: relative;}
.case ul li a img {width: 240px;height: 150px;}
.case ul li a span {position: absolute;left: 0;top: 0;background: rgba(227, 114, 46, 0);width: 100%;height: 100%;transition: all 0.3s linear;}
.case ul li a span b {display: none; position: absolute;width: 100%;padding: 0 20px;box-sizing: border-box; text-align: center;font-size: 14px;color: #fff;bottom: 30px;left: 0;line-height: 30px;}
.case ul li:hover a span {background: rgba(227, 114, 46, 0.9);}
.case ul li:hover a span b {display: block;font-weight: normal;font-size: 14px;}
.case ul:after {display: block;content: "";clear: both;}

.case .title{

	padding-top: 60px;

}

.case .title h2{

	color: #282828;

	font-family: "微软雅黑";

	font-size: 36px;

	font-weight: bold;

	text-align: center;

	line-height: 36px;

}

.case .title h2 em{

	color: #df4400

}

.case .title span{

	color: #555555;

	font-family: "华文中宋";

	font-size: 16px;

	display: block;

	text-align: center;

	padding-top: 14px;

}

.case .caseTab{

	padding-top: 72px;

}

.case .caseTab ul{

	margin-left: 58px;

}

.case .caseTab ul li{

	width: 153px;

	float: left;

	height: 46px;

	border: 1px solid #df4400

	cursor: pointer;

}

.case .caseTab ul li.cActive{

	background: #df4400

}

.case .caseTab ul li.cActive span{

	color: #FFFFFF;

}

.case .caseTab ul li span{

	color: #df4400

	font-family: "微软雅黑";

	font-size: 16px;

	font-weight: bold;

	display: block;

	text-align: center;

	line-height: 46px;

}

.case .caseBox{

	width: 100%;

	border: 1px solid #dfdfdf;

	margin-top: 38px;

	display: none;

	background: #FFFFFF;

	height:527px;

}

.case .caseBox.cNow{

	display: block;

}

.case .caseBox .caseLeft{

	width: 732px;

}

.case .caseBox .caseLeft .img{

	width: 721px;

	height: 379px;

	margin-left: 10px;

	margin-top: 10px;

}

.case .caseBox .caseLeft .img img{

	width: 100%;

	height: 100%;

}

.case .caseBox .caseLeft .caseInt{

	margin-left: 10px;

}

.case .caseBox .caseLeft .caseInt .cTitle{

	color: #333333;

	font-family: "微软雅黑";

	font-size: 16px;

	font-weight: bold;

	padding-top: 20px;

}

.case .caseBox .caseLeft .caseInt .customer{

	width: 400px;

	padding-top: 10px;

}

.case .caseBox .caseLeft .caseInt .customer p{

	color: #606060;

	font-family: "微软雅黑";

	font-size: 14px;

	padding-top: 2px;

	height:40px;

	line-height:20px;

	overflow:hidden;

}

.case .caseBox .caseLeft .caseInt .caseBtns .btn{

	width: 149px;

	height: 65px;

	background: url(../images/btnShadow01.png) no-repeat;

	background-size: 100% 100%;

	float: left;

}

.case .caseBox .caseLeft .caseInt .caseBtns .btn:nth-of-type(2){

	background: url(../images/btnShadow02.png) no-repeat;

	background-size: 100% 100%;

}

.case .caseBox .caseLeft .caseBtns .btn span{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 14px;

	display: block;

	text-align: center;

	line-height: 65px;

} 

.case .caseBox .caseLeft .caseInt .caseBtns .btn:nth-of-type(2) span{

	color: #0091dc;

}

.case .caseBox .caseRight{

	width: 455px;

}

.case .caseBox .caseRight .caseImg{

	border-left: 1px solid #dfdfdf;

	border-bottom: 1px solid #dfdfdf;

}

.case .caseBox .caseRight .caseImg .img{

	width: 431px;

	height: 213px;

	margin: 0 auto;

	padding-top: 10px;

}

.case .caseBox .caseRight .caseImg .img img{

	width: 100%;

	height: 100%;

}

.case .caseBox .caseRight .caseImg span{

	color: #333333;

	font-family: "微软雅黑";

	font-size: 16px;

	font-weight: bold;

	display: block;

	text-align: center;

	height: 40px;

	line-height: 40px;

}



.case .voice{

	margin-top: 24px;

}

.case .voice .vTitle{

	width: 100%;

	height: 66px;

	border: 1px solid #dfdfdf;

}

.case .voice .vTitle .lTitle em{

	width: 24px;

	height: 21px;

	display: inline-block;

	background: url(../images/voiceIcon.png) no-repeat;

	background-size: 100% 100%;

	vertical-align: sub;

	margin-left: 16px;

}

.case .voice .vTitle .lTitle span{

	color: #df4400

	font-family: "微软雅黑";

	font-size: 26px;

	font-weight: bold;

	line-height: 66px;

	padding-left: 6px;

}

.case .voice .vTitle .vMore span{

	color: #333333;

	font-family: "微软雅黑";

	font-size: 14px;

	line-height: 66px;

	padding-right: 18px;

} 

.case .voiceDetail{

	border-left: 1px solid #dfdfdf;

	border-right: 1px solid #dfdfdf;

	border-bottom: 1px solid #dfdfdf;

}

.case .voiceDetail ul li{

	float: left;

	width: 50%;

	padding-top: 40px;

	padding-bottom: 32px;

}

.case .voiceDetail ul li .vContent{

	position: relative;

}

.case .voiceDetail ul li .vContent .vImg{

	position: absolute;

	top: 20px;

	left: 18px;

	z-index: 1;

}

.case .voiceDetail ul li .vContent .vDetail{

	width: 334px;

	height: 270px;

	background: url(../images/voiceBackImg01.jpg) no-repeat;

	background-size: 100% 100%;

	float: right;

	margin-right: 18px;

}

.case .voiceDetail ul li .vContent .vDetail h3{

	color: #0085DC;

	font-family: "微软雅黑";

	font-weight: bold;

	font-size: 18px;

	padding-left: 30px;

	line-height: 18px;

	padding-top: 48px;

}

.case .voiceDetail ul li .vContent .vDetail span{

	color: #636363;

	font-family: "微软雅黑";

	font-size: 16px;

	display: block;

	text-align: right;

	padding-right: 12px;

	padding-top: 20px;

}

.case .voiceDetail ul li .vContent .vDetail p{

	width: 286px;

	padding-left: 30px;

	margin-top: 22px;

	line-height: 24px;

	color: #636363;

	font-size: 14px;

	height: 96px;

	overflow: hidden;

}



/*--------------------荣誉资质------------------*/

.glory{

	width: 100%;

	min-width: 1200px;

	background: url(../images/gloryBackImg.jpg) no-repeat;

	background-size: cover;

	height: 512px;

}

.glory .title{

	padding-top: 66px;

	color: #FFFFFF;

}

.glory .title h2{

	font-family: "微软雅黑";

	font-size: 36px;

	font-weight: bold;

	text-align: center;

	line-height: 36px;

}

.glory .title span{

	font-family: "华文中宋";

	display: block;

	text-align: center;

	padding-top: 12px;

}

.glory .gloryImgShow{

	padding-top: 80px; 

}

.glory .gloryImgShow ul li{

	float: left;

	position: relative;

	margin-right: 5px;

}

.glory .gloryImgShow ul li .gloryImg{

	width: 282px;

	height: 200px;

}

.glory .gloryImgShow ul li .gloryImg img{

	width: 100%;

	height: 100%;

}

.glory .gloryImgShow ul li .gloryMask{

	width: 100%;

	height: 100%;

	position: absolute;

	background: rgba(0,0,0,.69);

	top: 0;

	display: none;

}

.glory .gloryImgShow ul li:hover .gloryMask{

	display: block;

}

.glory .gloryImgShow ul li .gloryMask span{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 18px;

	display: block;

	text-align: center;

	line-height: 200px;

}

.glory .gloryImgShow ul li.gloryMore{

	width: 40px;

	height: 200px;

	background: #FFFFFF;

	float: left;

}

.glory .gloryImgShow  ul li.gloryMore a{

	display: block;

	width: 100%;

	height: 100%;

}

.glory  .gloryImgShow  ul li.gloryMore span{

	width: 20px;

	color: #373737;

	font-size: 16px;

	font-family: "微软雅黑";

	display: block;

	text-align: center;

	margin: 0 auto;

	line-height: 16px;

	padding-top: 66px;

}



/*-----隽临动态   行业咨询-----*/

.others{

	width: 100%;

	min-width: 1200px;

	background: #f3f3f3;

	padding-top: 42px;

	padding-bottom: 70px;

}

.others .dynamicZixun{

	width: 50%;

	float: left;

}

.others .dynamicZixun .oTitle{

	

}

.others .dynamicZixun .oTitle ul li{

	float: left;

	position: relative;

	cursor: pointer;

}

.others .dynamicZixun .oTitle ul li.oLine:after{

	width: 2px;

	height: 22px;

	background: #1d4ca4;

	content: "";

	display: block;

	position: absolute;

	top: 0;

	right: 0;

}

.others .dynamicZixun .oTitle ul li:nth-of-type(1){

	padding-right: 12px;

}

.others .dynamicZixun .oTitle ul li:nth-of-type(2){

	padding-left: 12px;

}

.others .dynamicZixun .oTitle ul li span{

	color: #1d4ca4;

	font-family: "微软雅黑";

	font-size: 20px;

	line-height: 20px;

}

.others .dynamicZixun .oTitle ul li.oActive span{

	font-weight: bold;

}

.others .dynamicZixun .oTitle .oMore span{

	color: #7b7b7b;

	font-family: "微软雅黑";

	font-size: 14px;

	padding-right: 28px;

	display: block;

	padding-top: 5px;

}

.others .dynamicZixun .oDetail{

	padding-top: 24px;

}

.others .dynamicZixun .oDetail .imgBox{

	width: 317px;

	height: 221px;

	float: left;

}

.others .dynamicZixun .oDetail .imgBox img{

	width: 100%;

	height: 100%;

}

.others .dynamicZixun .oDetail .brief{

	width: 242px;

	float: left;

	margin-left: 14px;

}

.others .dynamicZixun .oDetail .brief span{

	color: #282828;

	font-family: "微软雅黑";

	font-size: 16px;

	font-weight: bold;

	display: block;

	line-height: 28px;

}

.others .dynamicZixun .oDetail .brief em{

	color: #4d6bb0;

	font-family: "微软雅黑";

	font-size: 12px;

	padding-top: 6px;

	display: block;

}

.others .dynamicZixun .oDetail .brief p{

	color: #838383;

	font-family: "微软雅黑";

	font-size: 14px;

	line-height: 24px;

	margin-top: 20px;

	height: 72px;

	overflow: hidden;

}

.others .dynamicZixun .oDetail .brief .more i{

	color: #4D6BB0;

	font-family: "微软雅黑";

	font-size: 14px;

	padding-top: 30px;

	display: block;

}

.others .dynamicZixun .passage{

	margin-top: 16px;

}

.others .dynamicZixun .passage ul li{

	padding: 10px 0;

}

.others .dynamicZixun .passage ul li p,

.others .dynamicZixun .passage ul li em{

	color: #333333;

	font-family: "微软雅黑";

	font-size: 14px;

}

.others .dynamicZixun .passage ul li p{

	float: left;

	width: 476px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.others .dynamicZixun .passage ul li:hover p{

	color: #0085DC;

	transition: all 0.6s; 

	-moz-transition: all 0.6s;

	-ms-transition:  all 0.6s;

	-webkit-transition:  all 0.6s;

}

.others .dynamicZixun .passage ul li em{

	float: right;

	padding-right: 28px;

}

.others .dynamicZixun .passage ul li:hover em{

	color: #4d6bb0;

	transition: all 0.6s; 

	-moz-transition: all 0.6s;

	-ms-transition:  all 0.6s;

	-webkit-transition:  all 0.6s;

}

.others .dynamicZixun .dyZixun{

	display: none;

}

.others .dynamicZixun .dyZixun.dyNow{

	display: block;

}



.others .question{

	width: 50%;

	float: right;

}

.others .question .qTitle{

	float: left;

	color: #1D4CA4;

	font-family: "微软雅黑";

	font-size: 20px;

	font-weight: bold;

}

.others .question .qMore{

	float: right;

}

.others .question .qMore span{

	color: #7B7B7B;

	font-family: "微软雅黑";

	font-size: 14px;

	padding-top: 4px;

	display: block;

}

.others .question .qDetail{

	padding-top: 10px;

}

.others .question .qDetail ul li .qImg{

	float: left;

	width: 211px;

	height: 104px;

	border: 4px solid #f3f3f3;	

}

.others .question .qDetail ul li:hover .qImg{

	border: 4px solid #0085DC;	

	transition: all 0.6s; 

	-moz-transition: all 0.6s;

	-ms-transition:  all 0.6s;

	-webkit-transition:  all 0.6s;

}

.others .question .qDetail ul li .qImg img{

	width: 100%;

	height: 100%;

}

.others .question .qDetail ul li .qContent{

	float: right;

}

.others .qDetail ul li{

	margin-top: 14px;

}

.others .qDetail ul li .qContent{

	width: 370px;

}

.others .qDetail ul li .qContent .ask{

}

.others .qDetail ul li .qContent .ask em.askIcon{

	width: 18px;

	height: 18px;

	display: inline-block;

	background: url(../images/askIcon.jpg) no-repeat;

	background-size: 100% 100%;

	float: left;

}

.others .qDetail ul li .qContent .ask p{

	color: #282828;

	font-family: "微软雅黑";

	font-size: 14px;

	font-weight: bold;

	line-height: 16px;

	padding-left: 6px;

	float: left;

	display: block;

}

.others .qDetail ul li:hover .qContent .ask p{

	color: #1D4CA4;

	transition: all 0.6s; 

	-moz-transition: all 0.6s;

	-ms-transition:  all 0.6s;

	-webkit-transition:  all 0.6s;

}

.others .qDetail ul li .qContent .answer{

	margin-top: 18px;

}

.others .qDetail ul li .qContent .answer em.ansIcon{

	width: 18px;

	height: 18px;

	display: inline-block;

	background: url(../images/ansIcon.jpg) no-repeat;

	background-size: 100% 100%;

	float: left;

}

.others .qDetail ul li .qContent .answer p{

	width: 344px;

	color: #5e5e5e;

	font-family: "微软雅黑";

	font-size: 14px;

	line-height: 20px;

	padding-left: 6px;

	float: left;

	height: 60px;

	overflow: hidden;

}

.others .qDetail ul li:hover .qContent .answer p{

	font-weight: bold;

	transition: all 0.4s; 

	-moz-transition: all 0.4s;

	-ms-transition:  all 0.4s;

	-webkit-transition:  all 0.4s;

}


.sy_tit {padding: 70px 0 60px;text-align: center;}
.sy_service ul {font-size: 0;padding-bottom: 70px;}
.sy_service ul li {float: left;width: 25%;text-align: center;margin-bottom: 10px;}
.sy_service ul li a {display: inline-block;width: 172px;height: 72px; border: 1px solid #eaeaea;}
.sy_service ul li a img {width: 170px;height: 70px;}

.fix:after { display: block; content: "$"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

