.top{
	height: 119px;
	background: url(../images/top-bg.jpg);
	border-bottom: 1px solid #D2CFCF;
}
.top .hd{
	overflow: hidden;
}
.top .hd .logo{
	float: left;
	margin-top: 27px;
	margin-left: 25px;
}
.top .hd .oem{
	margin-top: 40px;
	margin-left: 40px;
	float:left;
}
.top .hd .tel{
	float: left;
	margin-left: 110px;
	margin-top: 45px;
}

/*导航栏*/
.nav{
	height: 50px;
	background: #3a3a3a;
}
.nav .nav-list{
	/*overflow: hidden;*/
}
.nav .nav-list .list{
	float: left;
	position: relative;
	margin-left: 13px;
}
.nav .nav-list .list .nav-name{
	color: #fff;
	font-size: 16px;
	display: block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    height: 50px;
    
}
.nav .nav-list .list:nth-child(9){
	display: none;
}
.nav .nav-list .list .nav-name:hover{
	background: #000000;
}
.nav .nav-list .list .drop-down{
	min-height: 50px;
	background: #3a3a3a;
	position: absolute;
    display: none;
    z-index: 999;
}
.nav .nav-list .list:hover .drop-down{
	display: block;
	-webkit-animation:fadeInDown 1s .2s ease both;
	-moz-animation:fadeInDown 1s .2s ease both;}
	@-webkit-keyframes fadeInDown{
	0%{opacity:0;
	-webkit-transform:translateY(-20px)}
	100%{opacity:1;
	-webkit-transform:translateY(0)}
	}
	@-moz-keyframes fadeInDown{
	0%{opacity:0;
	-moz-transform:translateY(-20px)}
	100%{opacity:1;
	-moz-transform:translateY(0)}
	
}
.nav .nav-list .list .drop-down a{	
	font-size: 14px;
	color:#fff;
	white-space: nowrap;
}
.nav .nav-list .list .drop-down li:hover{
	background: #000000;
}
.nav .nav-list .list .drop-down li{
	padding: 10px 10px;
	min-width: 80px;
}

/*海报*/
.poster{
	background: url(../images/poster.jpg);
	min-height: 500px;
}

/*双色模具*/

.center{
	text-align: center;
	overflow: hidden;
}
.center img{
	margin-top: 85px;
}
.cenTex{
	text-align: center;
	font-size: 14px;
	color: #676767;
	margin-top: 40px;
	line-height: 2em;
}
.field{
	position: relative;
	height: 500px;

}
.field img{
	position: absolute;
	left: 50%;
	margin-left: -219px;
	bottom: 0;
}
.field .phone{
	position: absolute;
	left: 50%;
	top: 20%;
}
.field .medical{
	position: absolute;
	left: 10%;
    top: 51%;
    text-align: right;
}
.field .makeup{
	position: absolute;
	right: 10%;
    top: 53%;
    text-align: left;
}
.field .car{
	position: absolute;
    right: 3%;
    bottom: 2%;
    text-align: left;
}
.field .glasses{
	position: absolute;
    left: 3%;
    bottom: 2%;
    text-align: right;
}
.field .p1{
	font-size: 16px;
	color:#0a3672;
	font-weight:bold;
	margin-bottom: 5px;
}
.field p{
	color:#0a3672;
}
.categor{
	text-align: center;
	overflow: hidden;
}
.categor img{
	margin-top: 95px;
	margin-bottom: 75px;
}
.category ul{
	overflow: hidden;
}
.category ul li{
	width: 234px;
	height: 312px;
	float: left;
	margin-right: 15px;
	border-bottom: none;
	border:1px solid #ddd;
	position: relative;
	text-align: center;
}
.category ul li:nth-child(4){
	margin-right: 0;
}
.category ul li .content{
	width: 240px;
	height: 105px;
	background: #696969;
	position: absolute;
	bottom: 0;
	left: -1px;
}
.category ul li .content p{
	color: #fff;
}
.category ul li img{
	position: absolute;
    left: 0;
    top: 0;
    width: 238px;
    height: 206px;
}
.category ul li .content .p1{
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}
.category ul li .content .p2{
	color:#ababab;
	margin-top: 3px;
}
.category ul li .content .p3{
	display: block;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	width: 60px;
	font-size: 14px;
	color: #fff;
	padding: 3px 0;
	margin-top: 10px;
	margin-left: 90px;
}
.category ul li .border{
	width: 234px;
	height: 310px;
}
.category ul li:hover .border{
	border:2px solid #ddd;
	
}
.custo{
	text-align: center;
	overflow: hidden;
}
.custo img{
	margin-top: 110px;
	margin-bottom: 80px;
}
.custo .text{
	font-size: 24px;
	color:#0a3672;
}
.cus-list{
	overflow: hidden;
	margin-top: 35px;
}
.cus-list ul li{
	width: 238px;
	height: 150px;
	border:1px solid #ddd;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
	line-height: 200px;
}
.cus-list ul li:nth-child(4n){
	margin-right: 0;
}
.areas{
	text-align: center;
	overflow: hidden;
}
.areas img{
	margin-top: 135px;
	/*position: absolute;
	left: 50%;
	margin-left: -421.5px;*/
}
.use{
	height: 650px;
	position: relative;
}
.use .imgs{
	margin-top: 70px;
	position: absolute;
	left: 50%;
	margin-left: -306px;
}
.use .areas-use{
	min-width: 197px;
    position: absolute;
    height: 50px;
}
.use .areas-use a{
	display: block;
    height: 50px;
    word-break: break-all;
    min-width: 197px;
}
.use li img{
	max-height: 50px;
}
.use .areas-use label{
	margin-top: 20px;
    float: right;
    max-width: 150px;
    cursor: pointer;
margin-right: 5px;
}
.use li:nth-child(1){
	left: -10px;
	top:56px;
}
.use li:nth-child(2){
	left: -10px;
	top:136px;
}
.use li:nth-child(3){
	left: -10px;
	top:210px;
}
.use li:nth-child(4){
	left: -10px;
	top:279px;
}
.use li:nth-child(5){
	left: -10px;
	top:348px;
}
.use li:nth-child(6){
	left: -10px;
	bottom: 175px;
}

/*右边定位样式*/
.use li:nth-child(7){
	right: 65px;
    top: 275px;
}
.use li:nth-child(8){
	right: 65px;
    top: 346px;
}
.use li:nth-child(9){
	right: 65px;
    bottom: 186px;
}
.use li:nth-child(10){
	right: 64px;
    bottom: 122px;
}
.use li:nth-child(11){
	right: 64px;
    bottom: 54px;
}

.use .text{
	width: 435px;
	font-size: 14px;
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	color:#676767;
}
.use .more{
	width: 300px;
	height: 150px;
	position: absolute;
	top: 75px;
    right: 110px;
}
.use .more a{
	display: block;
	width: 100px;
	height: 34px;
	background: red;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
/*消费品磨具*/
.consume{
	overflow: hidden;
	min-height: 825px;
	position: relative;
}
.consume .imgs{
	position: absolute;
	left: 50%;
	margin-left: -236.5px;
	margin-top: 178px;
}
.consume ul li{
	/*width: 170px;
	position: absolute;
	line-height: 50px;*/
	min-width: 197px;
    position: absolute;
    height: 50px;
}
.consume ul li img{
	max-height: 50px;
}
.consume ul li label{
	margin-top: 20px;
    float: right;
    max-width: 150px;
    cursor: pointer;
}
.consume ul li a{
	display: block;
    height: 50px;
    word-break: break-all;
    min-width: 197px;
}
.consume ul li:nth-child(1){
	top: 153px;
    left: 170px;
}
.consume ul li:nth-child(2){
	top: 251px;
    left: 121px;
}
.consume ul li:nth-child(3){
	top: 362px;
    left: 64px
}
.consume ul li:nth-child(4){
	bottom: 305px;
    left: 115px;
}
.consume ul li:nth-child(5){
	bottom: 215px;
    left: 170px;
}

.consume ul li:nth-child(6){
	top: 153px;
    right:  150px;
}
.consume ul li:nth-child(7){
	top: 251px;
    right: 105px;
}
.consume ul li:nth-child(8){
	top: 362px;
    right: 55px
}
.consume ul li:nth-child(9){
	bottom: 305px;
    right: 105px;
}
.consume ul li:nth-child(10){
	bottom: 212px;
    right: 150px;
}
.consume .text .p1{
	font-size: 48px;
	color:#0a3672;
	text-align: center;
	font-weight: 600;
}
.consume .text .p2{
	text-align: center;
	width: 620px;
	line-height: 2em;
    margin: 0 auto;
    margin-top: 10px;
}
.consume .text .p3{
	display: block;
	width: 100px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	background: red;
	color:#fff;
	margin:0 auto;
	margin-top: 10px;
}
.consume .text {
	position: absolute;
    width: 100%;
    bottom: 0;
}
.furniture{
	overflow: hidden;
    min-height: 840px;
    position: relative;
}
.furniture .imgs{
	position: absolute;
	left: 50%;
	margin-left: -209px;
	top: 170px;
}
.furniture ul li{
	min-width: 200px;
	position: absolute;
	height: 50px;
}
.furniture ul li img{
	height: 50px;
	float: right;
}
.furniture ul li a{
	display: block;
	height: 50px;
	word-break:break-all;
	min-width: 200px;
}
.furniture ul li label{
	margin-top: 20px;
    float: right;
    max-width: 150px;
    cursor:pointer
}
.furniture ul li:nth-child(1){
	left: 160px;
    top: 166px;
}
.furniture ul li:nth-child(2){
	left: 75px;
    top: 344px;
}
.furniture ul li:nth-child(3){
	left: 160px;
    bottom: 265px;
}
.furniture ul li:nth-child(4){
	right: 160px;
    top: 166px;
}
.furniture ul li:nth-child(5){
	right: 75px;
    top: 344px;
}
.furniture ul li:nth-child(6){
	right: 160px;
    bottom: 265px;
}
.furniture .content p{
	width: 620px;
	margin: 15px auto;
	line-height: 2em;
	text-align: center;
}
.furniture .content h3{
	text-align: center;
	font-size: 48px;
	color: #0a3672;
}
.furniture .content a{
	display: block;
	width: 100px;
	height: 34px;
	background: red;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	color: #fff;
}
.furniture .content{
	position: absolute;
	bottom: 0;
}

/*化妆品系列*/
.makeup .frame{
	width: 1002px;
	height: 373px;
	background: url(../images/bg-4.png);
	overflow:hidden;
	margin-top: 160px;
}
.makeup .frame .left{
	margin: 55px 40px 0 40px;
	float: left;
}
.makeup .frame .right{
	margin-top: 80px;

}
.makeup .frame .right li{
	width: 345px;
	float: left;
	margin-bottom: 20px;
}
.makeup .frame .right li a{
	display: block;
	height: 90px;
}

.makeup .frame .right li span {
    display: block;
    float: left;
    margin-top: 45px;
    width: 13px;
    height: 16px;
    background: url(../images/13-3.png);
}

.makeup .text h3{
	font-size: 48px;
	color:#0a3672;
	text-align: center;
	margin-top: 30px;
}
.makeup .text p{
	width: 625px;
	text-align: center;
	margin:15px auto;
}
.makeup .text a{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: red;
	color:#fff;
	text-align: center;
	margin: 0 auto;
}

/*医疗设备模具*/
.health{
	position: relative;
	height: 870px;
	margin-bottom: 100px;
}
.health .imgs{
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 235px;
}
.health li{
	min-width: 200px;
    position: absolute;
    height: 60px;
}
.health li a{
	display: block;
    height: 70px;
    word-break: break-all;
    min-width: 200px;
}
.health li img{
	height: 60px;
    float: right;
	margin-left:10px;
}
.health li label{
	margin-top: 20px;
    float: right;
    max-width: 150px;
    cursor: pointer;
}
.health li:nth-child(1){
	top: 158px;
    left: 175px;
}
.health li:nth-child(2){
	top: 341px;
    left: 70px;
}
.health li:nth-child(3){
	bottom: 227px;
    left: 160px;
}
.health li:nth-child(4){
	top: 158px;
    right: 160px;
}
.health li:nth-child(5){
	top: 341px;
    right: 65px;
}
.health li:nth-child(6){
	bottom: 227px;
    right: 180px;
}

.health .text h3{
	font-size: 48px;
	color:#0a3672;
	text-align: center;
	margin-top: 30px;
}
.health .text p{
	width: 625px;
	text-align: center;
	margin:15px auto;
}
.health .text a{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: red;
	color:#fff;
	text-align: center;
	margin: 0 auto;
}
.health .text{
	position: absolute;
	bottom: 0;
}

/*最新产品*/
.newp{
	height: 700px;
	overflow: hidden;
	background: #f5f3fc;
}
.newp .imgs{
	text-align: center;
}
.newp .imgs img{
	margin-top: 85px;
}
.newp .listNav{
	width: 556px;
	height: 39px;
	background: #323232;
	margin: 68px auto 0 auto;
}
.newp .listNav li{
	float: left;
	width: 139px;
	position: relative;
}
.newp .listNav li span{
	color:#fff;
	font-size: 14px;
	display: block;
	border-right: 1px solid #fff;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
}
.newp .listNav li:nth-child(4)  span{
	border:0;
}
.newp .content{
	margin-top: 35px;
}
.lis{
	background: #0a3672;
}

/*图片轮播*/


.slideGroup .parHd{ 
	overflow: hidden; 
	width: 556px;
    margin: 0 auto;
}
.slideGroup .parHd ul li{ 
	float:left; 
	cursor:pointer;
}
.slideGroup .parHd ul li.on{ 
	background:#0a3672;
}
.slideGroup .slideBox{ 
	overflow:hidden; 
	zoom:1; 
	padding:10px 0 10px 42px; 
	position:relative;   
}

.slideGroup .slideBox .more{
	display: block;
	width: 100px;
	height: 34px;
	background: #0a3672;
	text-align: center;
	line-height: 34px;
	color:#fff;
	margin:60px auto 0 auto;
}

.slideGroup .sPrev,.slideGroup .sNext{ 
	position:absolute; 
	left:5px;
	top:38%;
	margin-top: -15px;
	display:block; 
	width:30px; 
	height:31px; 
	background:url(../images/left.png) center center no-repeat #f4f4f4; 
}
.slideGroup .sNext{ 
	left:auto; 
	right:0px; 
	background:url(../images/right.png) center center no-repeat #f4f4f4;  
}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.slideGroup .parBd{
	margin-top: 35px;
}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	width: 210px;
	height: 255px;
	border:1px solid #ddd;
	background: #fff; 
	margin-right: 20px;
}
.slideGroup .parBd ul li img{
	width: 180px;
	height: 180px;
	margin-top: 17.5px;
}
.slideGroup .parBd ul li p{
	position: absolute;
	bottom: 0;
	width: 210px;
	border-top:1px solid #ddd;
	height: 45px;
	text-align: center;
	line-height: 45px;
}
.slideGroup .parBd ul li:hover{
	border:1px solid #0a3672;
}
.slideGroup .parBd ul li:hover p{
	background: #0a3672;
}
.slideGroup .parBd ul li:hover a{
	color: #fff;
}

/*为什么选择鸿魁双色模具*/
.why{
	overflow: hidden;
}
.choose {
	text-align: center;
	margin-top: 100px;
}
.why .mold .one{
	zoom:1;
}
.why .mold .one:after{display:block;clear:both;content:"";visibility:hidden;}
.why .mold .one .img1{
	float: left;
}
.why .mold span{
	padding:10px 15px;
	background: #0a3672;
	text-align: center;
	font-size: 30px;
	color:#fff;
	border-radius: 10px;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}
.why .mold .text{
	float: left;
	width: 580px;
}
.mold  .text .title{
	font-size: 32.5px;
	color:#0a3672;
	font-weight:600;
	margin-top: 30px;
}
.mold .text .content{
	font-size: 16.3px;
	line-height: 2em;
	margin-top: 10px;
}
.why .mold .one .img2{
	margin-right: -50px;
	float: right;
}
.why .mold .two:after{display:block;clear:both;content:"";visibility:hidden;}
.why .mold .two{
	zoom:1;
}
.why .mold .two .right{
	float: right;
}
.why .mold .two .right .text{
	float: right;
}
.why .mold .two .right .img1{
	float: right;
}
.why .mold .two .right span{
	float: right;
}
.why .mold .two .left{
	float: left;
}
.why .mold .two .left .img2{
	margin-left: -50px;
}
.why .mold .three:after{display:block;clear:both;content:"";visibility:hidden;}
.why .mold .three .left{
	float: left;
}
.why .mold .three .left .img1{
	float: left;
}
.why .mold .three .left span{
	margin-top: 50px;
	width: 380px;
}
.why .mold .three .right{
	float: right;
}
.why .mold .three .right img{
	margin-right: -100px;
}
.one,.two,.three{
	margin-bottom: 80px;

}
.why .mold .three .left .title label{
	font-weight: 100;
	color: #195fbc;
}
.bg-color{
	background: #f5f3fc;
	min-height: 500px;
}

/*关于我们*/
.abauto{
	overflow: hidden;
}
.abauto .left{
	float: left;
	width: 480px;
	margin-top: 65px;
}
.abauto .left .title h5{
	font-size: 18px;
	margin-bottom: 5px;
}
.abauto .left .title p{
	color: #959595;
}
.abauto .left .content{
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 25px;
	color:#414141;
}
.abauto .left a{
	display: block;
	width: 47px;
	height: 49px;
	background: #000;
	font-size: 40px;
	color:#fff;
	text-align: center;
	line-height: 49px;
	margin-top: 25px;
}
.abauto .left a:hover{
	background: #0a3672;
}
.abauto .right{
	float: right;
	margin-top: 65px;
}
.news .tp{
	overflow: hidden;
	text-align:center;

}
.news .tp img{
	margin-top: 90px;
}
.news .content:after{display:block;clear:both;content:"";visibility:hidden;}
	
.news .content .left{
	float: left;
	width: 425px;
	height: 265px;
	background: #e9e9e9;
	padding: 10px 10px 0 10px;
	margin-top: 60px;
}
.news .content .left .title{
	margin-top: 10px;
	display: block;
}

.news .content .right{
	float: right;
	width: 495px;
	height: 265px;
	margin-top: 60px;

}
.news .content .right li{
	margin-bottom: 25px;
}
.news .content .right label{
	float: right;
}
.news .content .right a{
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
}
.news .content .right li a:hover{
	/*color: #0a3672;*/
	background: #0a3672;
	color:#fff;
}
.news .content {
	margin-bottom: 80px;
}
.bg-ck{
	overflow: hidden;
	background: #f5f3fc;
	min-height: 580px;
}
.team{
	overflow: hidden;
}
.team .shows{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
}
.team ul{
	margin-top: 25px;
	overflow: hidden;
}
.team li{
	float: left;
	width: 227px;
	height: 169px;
	background: red;
	margin-right: 32px;
	margin-bottom: 35px;
}
.team li img{
	width: 227px;
	height: 169px;
}
.team .more{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	background: #0a3672;
	margin: 30px auto 0 auto;
	margin-bottom: 50px;
}
.team li:nth-child(4n){
	margin-right: 0;
}

/*常见问题*/
.queVi{
	overflow: hidden;
	margin-bottom: 100px;
}
.queVi .left,.queVi .right{
	float: left;
	width: 460px;
	min-height: 360px;
	margin-top: 50px;
}
.queVi .left .bd,.queVi .right .bd{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
}
.queVi .left .bd span,.queVi .right .bd span{
	font-size: 16px;
	color:#0a3672;
}
.queVi .left .bd label,.queVi .right .bd label{
	font-size: 12px;
	color:#ddd;
}
.queVi .left .bd a,.queVi .right .bd a{
	float: right;
	color: #ddd;
	font-size: 14px;
}
.queVi .left .title {
	margin-top: 34px;
	margin-bottom: 15px;
}
.queVi .left .title img{
	float: left;
	margin-right: 15px;
}
.queVi .left .title a{
	line-height: 20px;
	display: block;
	font-weight: 600;
}
.queVi .left .content img{
	float: left;
	margin-right: 15px;
}
.queVi .left .content .conDiv{
	display:-webkit-box;
	margin-bottom: 34px;
	line-height: 2em;
	color:#3c3c3c;
}
.queVi .left .que{
	border-bottom: 1px solid #ddd;
}
.queVi .right{
	float: right;
}
/*友情链接*/
.blogroll{
	min-height: 70px;
	background: #f5f3fc;
	line-height: 70px;

}
.blogroll .link{
	overflow: hidden;
}
.blogroll .link label{
	font-size: 18px;
	color:#575757;
}
.blogroll .link li,.blogroll .link label{
	float: left;
}
.blogroll .link li a{
	padding:0 10px;
	border-right: 1px solid #ddd;
	color:#888888;
	font-size: 14px;
}
/*联系方式*/
.contact{
	overflow: hidden;
	min-height: 130px;
	background: #0a3672;

}
.contact li{
	float: left;
	margin-top: 30px;
	padding: 20px 30px 20px 10px;
	border-right: 1px solid #fff;
	width: 210px;
}
.contact li em{
	float: left;
	font-size: 30px;
	color:#fff;
}
.contact li div label{
	font-size: 14px;
	color:#fff;
}
.contact li:nth-child(4){
	border-right: none;
}
.bt{
	height: 40px;
	text-align: center;
	background: #282828;
	line-height: 40px;
	color:#b7b7b7;
}

/*客户见证轮播*/
.picMarquee-left{ 
	width:1005px; 	
	position:relative;  
	border:1px solid #ccc; 
	margin: 30px auto 0 auto;
}
.picMarquee-left .hd .next{
    position: absolute;
    right: -40px;
    width: 30px;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    border:1px solid #ddd;
    font-size: 20px;
    line-height: 130px;
    text-align: right;
}
.picMarquee-left .hd .prev{
 	position: absolute;
    left: -40px;
    width: 30px;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    border:1px solid #ddd;
    font-size: 20px;
    line-height: 130px;
	text-align: left;
}
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px; overflow: hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; }
.picMarquee-left .bd ul li .pic{ text-align:center; width: 240px; height: 150px; text-align: center; line-height: 200px; }
.picMarquee-left .bd ul li .pic img{
	transform: scale(1);
    transition: all .7s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all .7s ease 0s;}
.picMarquee-left .bd ul li .pic a:hover img{
	transform: scale(1.1);
    transition: all .7s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all .7s ease 0s;
}
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.head-tot{height: 119px;background: url(../images/top-bg.jpg);border-bottom: 1px solid #D2CFCF;}
.head-tot .h-top{padding-top: 27px;float: left;width: 100%;}
.head-tot .h-top .logo,.head-tot .h-top .logo a{float: left;margin-right: 20px;}
.head-tot .h-top .logo .font{float: left;text-align: center;margin-top: 5px;}
.head-tot .h-top .logo h3{color: #153870;font-size: 30px;}
.head-tot .h-top .logo p{color: #153870;font-size: 16px;}
.head-tot .h-top .box-2{float: left;margin-left: 40px;text-align: center;margin-top: 10px;}
.head-tot .h-top .box-2 h3{color: #ea0d16;font-size: 24px;}
.head-tot .h-top .box-2 p{color: #ea0d16;font-size: 16px;}
.head-tot .h-top .tel-top{float: right;background: url(../images/tel-top.png) no-repeat center left;padding-left: 35px;margin-top: 10px;}
.head-tot .h-top .tel-top p{color: #ea0d16;font-size: 14px;font-weight: bold;}
.head-tot .head-en{float: right;margin-top: -20px;}















