@charset "UTF-8";
body{
	font-family: "微软雅黑";
	-moz-user-select:none; /* Firefox私有属性 */
	  -webkit-user-select:none; /* WebKit内核私有属性 */
	  -ms-user-select:none; /* IE私有属性(IE10及以后) */
	  -khtml-user-select:none; /* KHTML内核私有属性 */
	  -o-user-select:none; /* Opera私有属性 */
	  user-select:none; /* CSS3属性 */
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #333;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
} 

/*head*/ 
.head-hight-fix{
	display: none;
    transition: all .5s ease;
}
.head-top-hight{
	 transition: all .5s ease;
}
.head-top{
	width: 100%;
	overflow: hidden;
	padding: 34px 0 35px 0;
    transition: all .5s ease;
}
.head-top .Logo{
	float: left;
}
.head-yy{
	float: right;
	margin-top: 4px;
	overflow: hidden;
}
.head-yy a{
	display: block;
	float: left;
	font-size: 14px;
	color: #342626;
	line-height: 25px;
	padding-left: 26px;
}
.head-yy a:hover,
.head-yy a.on{
	color: #ff0000;
}
.head-yy a:nth-child(1){
	background: url(../images/flag-cn.jpg) no-repeat left center;
	margin-right: 28px;
}
.head-yy a:nth-child(2){
	background: url(../images/flag-en.jpg) no-repeat left center;
}
.head-tel{
	float: right; 
	margin-top: 4px;
	margin-right: 50px;
	font-size: 20px;
	color: #696969;
	line-height: 25px;
	font-weight: bold;
	background: url(../images/head-tel.png) no-repeat left center;
	padding-left: 24px;
}
.head-ss{
	float: right;
	margin-top: 3px;
	margin-right: 38px;
}
.head-ss input[type=text]{
	width: 240px;
	float: left;
	height: 30px;
	border: 2px solid #d6d6d6;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-indent: 12px;
	font-size: 14px;
	color: #444;
}
.head-ss input[type=button]{
	width: 40px;
	height: 30px;
	float: left;
	background: #afafaf url(../images/head-ss.png) no-repeat center center;
	border: none;
}
.menus {
	width: 100%;
	line-height: 42px;
	position: relative;
	background: url(../images/menus-back.png) no-repeat top center;
	background-size: cover; 
	z-index: 999;
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, .1);
}  
.menus.fixedbg { 
	top: 0;
    z-index: 9999; 
	background: url(../images/menus-back2.jpg) repeat-x top center;
	position: fixed !important;   
}
.menus ul{
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
}
.menus ul li{
	float: left;
	width: 14.11678934%; 
	margin: 0 1px;
	position: relative;
	text-align: center; 
} 
.menus.fixedbg ul li{
	margin: 0;
	border-left: 1px solid #fff; 
}
.menus.fixedbg ul li:last-child{
	border-right: 1px solid #fff; 
}
.menus ul li > a{
	display: block;
	font-size: 16px;
	color: #272727;
}
.menus ul li:hover > a,
.menus ul li.on > a{
	color: #ff0000;
}
.asl-sub-menus{
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden; 
    transition: all .5s ease;
}
.menus ul li:hover .asl-sub-menus{
	visibility: visible;
	opacity: 1; 
    transition: all .5s ease;
	
}
.asl-sub-menus a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #696969;
	line-height: 46px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}
.asl-sub-menus a:hover{
	color: #FF0000;
}
.asl-sub-menus a:last-child{
	border-bottom: 1px solid #D6D6D6;
}

#bannerN,
#bannerP{
	width: 28px;
	height: 51px;
}
#bannerN{
	background: url(../images/bannerN.png) no-repeat center center;
	right: 5%;
}
#bannerP{
	background: url(../images/bannerP.png) no-repeat center center;
	left: 5%;
}

/**/
.asl-proCls-fix{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 800;
	background: #fff;
	padding: 35px 0 25px 0;
	border-bottom: 1px solid #d6d6d6;
	opacity: 0;  
    visibility: hidden; 
    transition: all .5s ease;
}
.asl-proCls-fix.open{ 
	opacity: 1;  
	z-index: 999;
	visibility: visible;
    transition: all .5s ease;
}
.asl-proCls-fix .item-list{
	overflow: hidden;
	width: 100%;
}
.asl-proCls-fix .item-list:hover .Pic{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: all .5s ease;
}
.asl-proCls-fix .item-list .Pic{
	width: 100%;
	overflow: hidden;
	border: 5px solid #f6f6f6;
	border-radius: 100%;
    transition: all .5s ease; 
}
.asl-proCls-fix .item-list:hover .Pic{ 
    transition: all .5s ease; 
	background:#f0f0f0;
	opacity:1;
}
.asl-proCls-fix .item-list .Pic img{
	display: block;
	width: 100%;transform: scale(1);
    transition: all 0.5s ease;
	
}
.asl-proCls-fix .item-list:hover .Pic img{
	transform: scale(1.12);
    transition: all 0.6s ease;
	background:#f0f0f0;
	opacity:0.8;
}
.asl-proCls-fix .item-list p{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #464444;
	margin-top: 22px;
	line-height: 25px;
    transition: all .5s ease; 
}
.asl-proCls-fix .item-list:hover p{
	color: #FF0000;
    transition: all .5s ease; 
}
.asl-proCls-fix .item-list h4{
	position:absolute;
	display:none;
	color:#fff;
	top:100px;
	left:100px;
}
.asl-proCls-fix .item-list:hover h4{
    display:block;
}
.asl-proCls-fix .pdg{
	padding: 0 41.5px;
}
@media (min-width: 900px){
	.asl-proCls-fix .container{
		width: 860px;
	}
}

/*banner*/
 
/*indexProduct*/
.indexProduct{
	width: 100%;
	overflow: hidden;
	padding: 45px 0;
}
@media (min-width: 1160px){
	.indexProduct .col-md-3{
		width: 16.6%;
	}
}
.indexProduct .row{
	margin-top: 58px;
}
.indexProduct .item-list{
	overflow: hidden;
	width: 100%;
}
.indexProduct .item-list .Pic{
	border: 5px solid #f6f6f6;
	overflow: hidden;
	border-radius: 100%;
    transition: all .5s ease; 
}
.indexProduct .item-list:hover .Pic{ 
    transition: all .5s ease; 
}
.indexProduct .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .99s ease;
}
.indexProduct .item-list:hover .Pic img{
	transform: scale(1.12);
    transition: all 1.5s ease;
}
.indexProduct .item-list p{
	font-weight: bold;
	font-size: 14px;
	color: #464444;
	text-align: center;
	margin-top: 20px;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexProduct .item-list:hover p{
	color: #ff0000; 
    transition: all .5s ease; 
}
.indexProduct .pdg{
	padding: 0 25px;
}

/*indexBox*/
.indexBox{
	width: 100%;
	overflow: hidden;
	padding: 42px 0 0 0;
	background: #f6f6f6;
}
.indexBox .container{
	background: #f6f6f6 url(../images/sy-btm-hr.jpg) repeat-x bottom center;
	padding-bottom: 50px;
}
.index-left-box{
	width: 77.966101694%;
	float: left;
	overflow: hidden;
	background: #fff;
	border: 1px solid #f3f0f0;
	padding: 12px 0;
}
.index-left-box .hd{
	width: 20.479302832%;
	float: left;
	border-right: 1px solid #f3f0f0;
	padding: 8px 0;
}
.index-left-box .hd ul{
	
}
.index-left-box .hd ul li{
	line-height: 48px;
	color: #454343;
/*	cursor: pointer;*/
	text-indent: 38px;
	padding-left: 45px;
	margin-bottom: 16px;
    transition: all .5s ease; 
}
#ishdPc{
	
}
#ishdMb{
	display: none;
}
.index-left-box .hd ul li a{
	color: #454343;
	display: block;
    transition: all .5s ease; 
}
.index-left-box .hd ul li:last-child{
	margin-bottom: 0;
}
.index-left-box .hd ul li.on{
	color: #fff;
    transition: all .5s ease; 
}
.index-left-box .hd ul li.on a{
	color: #fff;
    transition: all .5s ease; 
}
.index-left-box .hd ul li:nth-child(1){
	background: url(../images/sy-hd-ico1.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li.on:nth-child(1){
	background: #afafaf url(../images/sy-hd-ico1_on.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li:nth-child(2){
	background: url(../images/sy-hd-ico2.png) no-repeat left 40px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li.on:nth-child(2){
	background: #afafaf url(../images/sy-hd-ico2_on.png) no-repeat left 40px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li:nth-child(3){
	background: url(../images/sy-hd-ico3.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li.on:nth-child(3){
	background: #afafaf url(../images/sy-hd-ico3_on.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li:nth-child(4){
	background: url(../images/sy-hd-ico4.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li.on:nth-child(4){
	background: #afafaf url(../images/sy-hd-ico4_on.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li:nth-child(5){
	background: url(../images/sy-hd-ico5.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .hd ul li.on:nth-child(5){
	background: #afafaf url(../images/sy-hd-ico5_on.png) no-repeat left 39px center;
    transition: all .5s ease; 
}
.index-left-box .bd{
	width: 71.895424836%;
	float: right;
	overflow: hidden;
	margin-right: 3.05%;
}
.index-left-box .bd ul{
	
}
.index-left-box .bd ul li{
	
}
.sy-honor-warp img{
	border: 5px solid #292e4b;
	background: url(../images/honor-back.png) no-repeat center center;
    padding: 5px;
    background-size: cover;
}
.index-left-box .bd .top-Link{
	overflow: hidden;
	margin-top: 16px;
}
.index-left-box .bd .top-Link a{
	display: block;
	float: left;
	width: 88px;
	line-height: 28px;
	border: 1px solid #c1c1c1;
	text-align: center;
	font-size: 12px;
	color: #464444;
	margin-right: 12px;
}
.index-left-box .bd .top-Link a:hover{
	background: #ff3636;
	color: #fff;
	border: 1px solid #ff3636;
}
.index-left-box .bd .top-Link a:last-child{
	margin-right: 0;
}
.index-left-box .bd .SubInfo{
	overflow: hidden;
	margin-top: 22px;
}
.index-left-box .bd .SubInfo .Pic{
	width: 53.787878%;
	float: left;
	overflow: hidden;
}
.index-left-box .bd .SubInfo .Pic img{
	display: block;
	width: 100%;
}
.index-left-box .bd .SubInfo .info{
	width: 41.666667%;
	float: right;
	overflow: hidden;
}
.index-left-box .bd .SubInfo .info .sub{
	font-size: 14px;
	color: #3c3c3c;
	line-height: 28px;
	min-height: 140px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}
.index-left-box .bd .SubInfo .info .more{
	font-size: 12px;
	color: #5f5e5e;
	margin-top: 34px;
}
.sy-honor-warp{
	cursor: all-scroll;
	padding-top: 11px;
}
.sy-news-list{
	padding-top: 22px;
}
.sy-news-list .list{
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	border-bottom: dashed 1px #e1e1e1;
}
.sy-news-list .list .tit{
	width: 75%;
	float: left;
	min-height: 40px;
	font-size: 14px;
	color: #3f3f3f;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .list:hover .tit{
	color: #FF0000;
}
.sy-news-list .list .time{
	float: right;
	font-size: 14px;
	color: #858484;
}
/*index-right-box*/
.index-right-box{
	width: 21.186440677%;
	float: right; 
}
.sy-video-box{
	width: 100%;
	overflow: hidden;
	border: 1px solid #f3f0f0;
}
.index-right-box .row{
	margin: 0 -3px;
}
.index-right-box .item-list{
	text-align: center;
	cursor: pointer;
	border-radius: 5px; 
	padding: 14px 0;
	margin-top: 5px;
}
.index-right-box video{
	position: relative; 
}
.index-right-box .item-list img{
	transition: all .5s ease;
}
.index-right-box .item-list:hover img{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: all .5s ease;
}
.index-right-box .item-list p{
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}
.index-right-box .p8{
	padding: 0 4px;
}
.index-right-box .row .p8:nth-child(1) .item-list{
	background: #f4b371;
}
.index-right-box .row .p8:nth-child(2) .item-list{
	background: #77b8d8;
}
.index-right-box .row .p8:nth-child(3) .item-list{
	background: #85dbb6;
}
.index-right-box .row .p8:nth-child(4) .item-list{
	background: #fba2b8;
}

/*about*/
.about{
	width: 100%;
	overflow: hidden;
	padding: 68px 0;
}
.abt-logo{
	margin-bottom: 30px;
}
.abt-cont{
	width: 53.593223%;
	float: left;
	overflow: hidden;
	font-size: 16px;
	color: #656565;
	text-align:justify;
	line-height: 30px;
}
.abt-pic{
	float: right;
	width: 40.254237288%;
}

/*企业文化*/ 
.culture{
	overflow: hidden;
	padding: 58px 0;
}
@media (min-width: 1160px){
	.culture .container{
		width: 1120px;
	}
} 
.item-qywh{
	
}
.item-qywh .Pic img{
	transform: scale(1);
    transition: all 1.5s ease;
}
.item-qywh:hover .Pic img{
	transform: scale(1.3);
    transition: all 6.5s ease;
}
.item-qywh .info-box{
	width: 50%;
	float: left;
}
.item-qywh .info-list{
	width: 50%;
	float: left;
	cursor: pointer;
}
.item-qywh .info-list h5{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #696969;
	text-align: center;
	line-height: 25px;
}
.item-qywh .info-list.ys3 h5,
.item-qywh .info-list.ys3 p{
	color: #fff;
}
.item-qywh .info-list p{
	font-size: 14px;
	color: #696969;
	line-height: 25px;
	margin-top: 40px;
	padding: 0 35px;
}
.item-qywh .info-list.ys1{
	background: #f6f6f6;
}
.item-qywh .info-list.ys1 > img{
	display: block;
	margin: 42px auto 24px;
}
.item-qywh .info-list.ys2 > img{
	display: block;
	margin: 41px auto 24px;
}
.item-qywh .info-list.ys3 > img{
	display: block;
	margin: 34px auto 25px;
}
.item-qywh .info-list.ys4 > img{
	display: block;
	margin: 37px auto 28px;
}
.item-qywh .info-list.ys3{
	background: #696969;
}
.item-qywh .Pic{
	width: 50%;
	float: left;
	overflow: hidden;
}

/*honor*/
.honor{
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
}
.honor .pdg{
	padding: 0 17px;
}
.honor .row > div{
	cursor: pointer;
	margin-bottom: 35px;
}
.honor .row > div img{
	display: block;
	width: 100%;
	background: url(../images/honor-back.png) no-repeat center center;
	padding: 7px 6px;
	border: 8px solid #292e4b;
}
.honor .row > div p{
	text-align: center;
	color: #464444;
	margin-top: 20px;
	height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.honor_big_img img{
	display: none;
	padding: 10px;
	background: #fff;
}
.layui-layer-nobg{
	width: 32% !important;
}

/*partner*/
.partner{
	width: 100%;
	overflow: hidden;
	padding: 55px 0;
}
.partner .pdg{
	padding: 0 10px;
}
.partner .row > div{
	margin-bottom: 16px;
}
.partner .row > div img{
	display: block;
	width: 100%;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
    transition: all .5s ease; 
}
.partner .row > div:hover img{
	border: 1px solid #ff0000;
    transition: all .5s ease; 
}

/*asl-jgqx*/
.asl-jgqx{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 52px 0;
}
@media (min-width: 1100px){
	.asl-jgqx .container {
	    width: 1060px;
	}
}
.jgqx-warp{
	margin-top: 28px;
}
.jgqx-warp .Pic{
	width: 44.339622641%;
	float: left;
}
.jgqx-warp .SubInfo{
	width: 46.226415094%;
	float: right;
	margin-top: 32px;
	color: #565656;
	line-height: 32px;
}
.asl-ys{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: #f6f6f6;
}
.asl-ys img{
	display: block;
	margin: 75px auto 25px;
}

/*Nybanner*/
.Nybanner{
	overflow: hidden;
	width: 100%;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.asl-ny-lm{
	overflow: hidden;
	text-align: center;
	padding-top: 36px;	
}
.asl-ny-lm a{
	display: inline-block; 
	width: 15.3%;
	color: #464444;
	margin: 0 -3px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	border-left: none;
	font-size: 16px;
}
.asl-ny-lm a:hover,
.asl-ny-lm a.on{
	color: #ff0000;
}
.asl-ny-lm a:first-child{
	border-left: 1px solid #d6d6d6;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 58px 0;
}
.news ul{
	
}
.news ul li{
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 19px;
	margin-bottom: 20px;
	transition: all .5s ease;
}
.news ul li:hover{
	border-bottom: 1px solid #ff0000;
	transition: all .5s ease;
}
.news ul li .Pic{
	overflow: hidden;
	width: 30.508474576%;
	float: left;
}
.news ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all 1s ease;
}
.news ul li:hover .Pic img{
	transform: scale(1.18);
    transition: all 1.2s ease;
}
.news ul li .SubInfo{
	width: 66.101694915%;
	float: right;
	overflow: hidden;
}
.news ul li .SubInfo .time{
	font-family: arial;
	font-size: 12px;
	color: #858484;
	margin-top: 4px;
}
.news ul li .SubInfo .tit{
	font-size: 20px;
	line-height: 25px;
	min-height: 25px;
	font-weight: bold;
	color: #3f3f3f;
	margin-top: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	background: url(../images/news-hx.jpg) no-repeat left center;
	background-size: 0 2px;
	transition: all .5s ease;
}
.news ul li:hover .SubInfo .tit{
	background: url(../images/news-hx.jpg) no-repeat left center;
	padding-left: 118px;
	background-size: 100px 2px;
}
.news ul li .SubInfo .sub{
	color: #7e7e7e;
	margin-top: 16px;
	line-height: 30px;
	min-height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;	
}
.news ul li .SubInfo .more{
	display: inline-block;
	width: 130px;
	margin-top: 36px;
	text-align: center;
	line-height: 40px;
	background: #f4f4f4;
	font-family: arial;
	font-size: 12px;
	color: #676767;
	transition: all .5s ease;
}
.news ul li:hover .SubInfo .more{
	background: #919191;
	color: #fff;
	transition: all .5s ease;
}

/*SOLUTION*/
.solution{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.solution .row{
	margin-right: 0;
	margin-left: 0;
	margin-top: 55px;
}
.solution .pdg{
	padding: 0 0;
}
.solution .item-list{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ececec;
	border-left: none;
	border-top: none;
}
.solution .row .pdg:nth-of-type(3n+1) .item-list{
	border-left: 1px solid #ececec;
}
.solution .row .pdg:nth-child(1) .item-list,
.solution .row .pdg:nth-child(2) .item-list,
.solution .row .pdg:nth-child(3) .item-list{
	border-top: 1px solid #ececec;
}
.solution .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.solution .item-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .8s ease;
}
.solution .item-list:hover .Pic img{
	transform: scale(1.12);
    transition: all 1s ease;
}
.solution .item-list .SubInfo{  
	padding: 20px 24px;
	position: relative;
}
.solution .item-list .SubInfo::after{
	content: "";
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 14px;
	background: url(../images/jjfa-sjxs.png) no-repeat top center;
	background-size: 100% 100%;
	top: -14px;
	left: 0;
}
.solution .item-list .SubInfo .tit{
	font-weight: bold;
	font-size: 20px;
	color: #010101;
	transition: all .5s ease;
}
.solution .item-list:hover .SubInfo .tit{
	color: #ff0000;
	transition: all .5s ease;
}
.solution .item-list .SubInfo .sub{
	font-size: 14px;
	color: #727272;
	line-height: 25px;
	min-height: 75px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
}
.solution .item-list .SubInfo .jt{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/jjfa-jt.png) no-repeat center center;
	margin-top: 16px;
}

/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
}
.asl-lxwm-warp{
	margin-top: 64px;
}
.asl-lx-left{
	width: 38.983050847%;
	float: left;
}
.asl-lx-left .list{
	width: 100%;
	overflow: hidden;
	padding-left: 52px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 16px;
	font-size: 16px;
	color: #919191;
	line-height: 36px;
	margin-bottom: 20px;
}
.asl-lx-left .list:nth-child(1){
	background: url(../images/c-kf.png) no-repeat top 11px left;
}
.asl-lx-left .list:nth-child(2){
	background: url(../images/c-dz.png) no-repeat top 11px left;
}
.asl-lx-left .list:nth-child(3){
	background: url(../images/c-yx.png) no-repeat top 11px left;
}
.asl-lx-left .list a,
.asl-lx-left .list span{
	font-size: 18px;
	color: #696969;
}
.asl-lx-left .list a:hover{
	color: #ff0000;
}
.asl-lx-left .c-ewm{
	padding-left: 52px;
}
.asl-lx-left .c-ewm img{
	float: left;
}
.asl-lx-left .c-ewm p{
	float: left;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 25px;
	margin-left: 35px;
	padding-top: 12.5%;
}
form#msg{
	width: 42.372881355%;
	float: right;
}
form#msg h3{
	font-size: 24px;
	color: #696969;
	margin-bottom: 20px;
}
form#msg h6{
	font-size: 14px;
	color: #9d9d9d;
	margin-bottom: 32px;
}
form#msg input[type=text]{
	width: 100%;
	height: 40px;
	border: 2px solid #e0e0e0;
	line-height: 40px;
	text-indent: 12px;
	font-size: 16px;
	color: #919191;
	margin-bottom: 19px;
}
form#msg input[type=text]:nth-child(4){
	width:50%;
}
form#msg input[type=text]:nth-child(5){
	width:49%;
}
form#msg input[type=text]:focus{
	border: 2px solid #f54336;
}
form#msg input[type=text]::-webkit-input-placeholder{
	font-size: 16px;
	color: #919191;
}
form#msg textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 140px;
	max-height: 140px;
	border: 2px solid #e0e0e0;
	text-indent: 18px;
	padding-top: 8px;
	font-size: 16px;
	color: #919191;
	line-height: 25px;
}
form#msg textarea::-webkit-input-placeholder{
	font-size: 16px;
	color: #919191;
}
form#msg textarea:focus{
	background: none;
	border: 2px solid #f54336;
}
form#msg input[type=button]{
	width: 240px;
	height: 40px;
	background: #afafaf;
	font-size: 18px;
	color: #fff;
	border: none;
	margin-top: 28px;
}
.Maps{
	overflow: hidden;
	margin-top: 80px;
}

/*newsDe*/
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 52px 0;
}
.de-top-tit{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
}
.de-info{
	text-align: center;
	font-size: 14px;
	color: #696969;
	margin-top: 20px;
}
.de-info a{ 
	width: 25px !important;
	height: 23px !important;
	background: url(../images/de-fx.jpg) !important;
}
.de-info .bshare-weixin{
	background-position: 0 0;
}
.de-info .bshare-sinaminiblog{
	background-position: -32px 0 !important;
}
.de-info .bshare-qzone{
	background-position: -63px 0 !important;
}
.bsBox{
	width: auto !important;
	height: auto !important;
}
.newsDe .content{
	font-size: 16px;
	color: #5c5c5c;
	line-height: 32px;
	margin-top: 28px;
}
.newsDe .content video{
	background: #000 !important;
}
.de-pg{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	padding-top: 45px;
	margin-top: 45px;
}
.de-pg .sxp{
	width: 75%;
	float: left;
}
.de-pg .sxp a{
	color: #5c5c5c;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.de-pg .sxp a:hover{
	color: #ff0000;
}
.de-pg .return{
	display: block;
	float: right;
	width: 130px; 
	text-align: center;
	line-height: 40px;
	background: #afafaf;
	color: #fff;
	margin-top: 10px;
}
.de-pg .return:hover{
	background: #ff0000;
}

/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 56px 0;
}
.product .pdg{
	padding: 0 10px;
}
.product .row{
	margin-top: 45px;
}
.product .item-list{
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}
.product .item-list h4{
	display:none;
}
.product .item-list .Pic{
	width: 100%;
	overflow: hidden;
	position:relative;
	background: #f6f6f6;
}
.product .item-list .Pic span{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	text-align: center;
	padding-top: 31%;
	background:rgba(0,0,0,0.4);
	opacity:0;
	transition: all .5s ease;
}
.product .item-list:hover .Pic span{
	opacity:1;
	transition: all .5s ease;
    color:#fff;
}
.product .item-list .Pic span b{
    top:120px;
	left:165px;
	position:absolute;
}
.product .item-list .Pic img{
	display: block;
	width: 100%;
}
.product .item-list p{
	font-weight: bold;
	font-size: 18px;
	color: #202020;
	text-align: center;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 28px;
	transition: all .5s ease;
}
.product .item-list:hover p{
	color: #FF0000;
	transition: all .5s ease;
}
.product .item-list:hover h4{
	color:#fff;
	display:block;
	position:absolute;
	top:120px;
	left:170px;
}

/*productDe*/
.asl-prode-top{
	width: 100%;
	overflow: hidden;
	padding: 85px 0 55px 0;
	background: url(../images/pde-top-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
@media (min-width: 1360px){
	.asl-prode-top .container {
	    width: 1340px;
	}
}
.prode-imgShow{
	width: 44.776119402%;
	float: left;
	cursor: all-scroll;
}
#prodeImg {
	padding-bottom: 60px;
}
#prodeImg .swiper-pagination-bullet-active{
	background: #696969;
}
.prode-top-bt{
	float: left;
	text-align: center;
	padding-top: 8%;
	padding-left: 12%;
}
.prode-top-bt .tit1{
	line-height: 30px;
	padding: 0 30px;
	border-radius: 30px;
	background: #afafaf;
	font-family: arial;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}
.prode-top-bt .tit2{
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	color: #202020;
	margin-top: 18px;
}

.prode-jscs{
	padding: 48px 0 70px 0;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.prode-jscs .row{
	margin-top: 70px
}
.prode-jscs .content{
	margin-top: 30px;
}
.prode-jscs td{
	text-indent: 20px;
}
@media (min-width: 1200px){
	.prode-jscs .row {
	    width: 76%;
	    margin: 70px auto 0;
	}
}
.prode-jscs .row > div{
	font-size: 16px;
	color: #202020;
	line-height: 40px;
}
.prode-cpxq{
	padding: 48px 0;
	border-bottom: 1px solid #e1e1e1;
}
.prode-cpxq .content{
	overflow: auto;
	margin-top: 42px;
	font-size: 16px;
	color: #202020;
	line-height: 34px;
}
.prode-cpxq .content table td{
	white-space:nowrap !important;
}
.prode-cpxq .content table{text-indent:10px;}
.cases{
	padding: 45px 0;
	overflow: hidden;
}
.cases .row{
	margin-top: 50px;
}
.cases .item-list{
	overflow: hidden;
	margin-bottom: 20px;
}
.cases .item-list .Pic{
	overflow: hidden;
	position:relative;
	width:100%;
	
}
.cases .item-list .Pic span{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 31%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all .5s ease;
}
.cases .item-list:hover .Pic span{
    opacity: 1;
    transition: all .5s ease;
    color: #fff;
}
.cases .item-list .Pic img{
	display: block;
	width: 100%;
}
.cases .item-list p{
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	color: #010101;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cases .item-list:hover p{
	color: #ff0000;
}
.cases .pdg{
	padding: 0 10px;
}

/*download*/
.download{
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
}
.download ul{
	
}
.download ul li{
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	padding: 20px 0;
}
.download ul li:last-child{
	border-bottom: 1px solid #e1e1e1;
}
.download .tit-info{
	width: 75%;
	float: left;
	background: url(../images/down-ico.jpg) no-repeat left center;
	padding-left: 58px;
	margin-left: 10px;
}
.download .tit-info .tit{
	font-size: 16px;
	color: #565656;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.download .tit-info .info{
	font-size: 14px;
	color: #8b8a8a;
	margin-top: 8px;
}
.download ul li:hover .tit-info .tit{
	color: #ff0000;
	transition: all .5s ease;
}
.download .a-down{
	float: right;
	width: 130px;
	line-height: 40px;
	background: #afafaf url(../images/down-ico2.png) no-repeat left 30px center;
	font-size: 14px;
	color: #fff;
	padding-left: 64px;
	margin-top: 7px
}
.download .a-down:hover{
	background: #FF0000 url(../images/down-ico2.png) no-repeat left 30px center;
}

/*service*/
.service{
	width: 100%;
	overflow: hidden;
	background: url(../images/service-back.jpg) no-repeat top center;
	margin-top: 34px;
	height: 745px;
	padding: 82px 0 0 0;
}
@media (min-width: 1440px){
	.service .container {
	    width: 1425px; 
	}
}
.service .left-info{
	float: left;
	text-align: center;
	color: #fff;
}
.service .left-info h4{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-top: 34px;
}
.service .left-info p{
	font-family: arial;
	font-size: 18px;
	margin-top: 12px;
}
.service .left-info h3{
	font-family: "Gotham Pro";
	font-size: 36px;
	line-height: 45px;
	margin-top: 72px;
}
.service .left-info .s-jt{
	display: block;
	margin: 40px auto 0;
}
.right-serBox{
	width: 68.070175438%;
	float: right;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	padding: 58px 82px 48px 82px;
}
.right-serBox  .pdg{
	padding: 0 36px;
}
.right-serBox .row > div{
	
}
.right-serBox .row > div:nth-child(1),
.right-serBox .row > div:nth-child(2){
	margin-bottom: 45px;
}
.right-serBox .row > div img{
	
}
.right-serBox .row > div .tit{
	font-weight: bold;
	font-size: 18px;
	color: #565656;
	line-height: 25px;
	margin-top: 40px;
}
.right-serBox .row > div .sub{
	font-size: 14px;
	color: #565656;
	line-height: 25px;
	min-height: 50px;
	margin-top: 36px;
}

/*预约打样*/
.appointment{
	width: 100%;
	overflow: hidden;
	padding: 64px 0;
}
.layui-form{
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
}
.layui-form-item{
	margin-bottom: 30px !important;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #FF0000 !important;
}
.layui-laydate .layui-this{
	background-color: #FF0000!important;
}
.layui-form input[type=text]{
	width: 100%;
	height: 40px;
	border: 2px solid #e0e0e0;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	text-indent: 10px;
}
.yy-label{
	padding: 0;
	color: #565656;
	line-height: 40px;
	float: left;
	min-width: 115px;
	text-align: right;
	font-size: 16px;
}
.layui-input-block{
	margin-left: 135px !important;
}
.layui-input-block.is-yzm{
	width: 20% !important; 
	float: left;
	margin-left: 20px !important;
}
.yy-label span{
	color: #ff0000;
}
.layui-form textarea{
	min-height: 175px;
	border: 2px solid #e0e0e0;
	max-height: 200px;
	font-size: 16px;
	color: #666;
	line-height: 25px; 
}
.layui-form textarea:focus{
	background: none;
}
.code{
	float: left;
	line-height: 40px;
	margin-left: 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.code #canvas{
	float: left;
}
.code span{
	line-height: 40px;
	display: inline-block;
	float: left;
	margin-left: 15px;
	color: #919191;
	cursor: pointer;
}
.layui-form input[type=button]{
	width: 40%;
	height: 40px;
	background: #afafaf;
	color: #fff;
	font-size: 18px;
	border: none;
	margin-top: 50px;
}
.layui-form input[type=button]:hover{
	background: #FF0000;
}
/*problem*/
.problem{
	width: 100%;
	overflow: hidden;
	padding: 64px 0;
}
@media (min-width: 1000px){
	.problem .container {
	    width: 900px; 
	}
}
.problem h3{
	cursor: pointer;
	line-height: 57px;
	font-size: 14px;
	color: #3a3a3a;
	background: url(../images/wtsjx-1.jpg) no-repeat right center; 
	border-bottom: 1px solid #ececec;
}
.problem h3.on{
	background: url(../images/wtsjx-2.jpg) no-repeat right center; 
}
.problem .item-list{
	width: 100%;
	overflow: hidden;
}
.problem ul{
	overflow: hidden;
	display: none;
	border-bottom: 1px solid #ececec;
}
.problem ul li{
	padding: 22px 15px 34px 15px;
	overflow: hidden;
}
.problem .item-list:nth-child(1) h3{
	border-top: 1px solid #ececec;
}
.problem ul li .cont{
	font-size: 12px;
	color: #8b8b8b;
	line-height: 25px;
}
.problem ul li .zxzx{
	display: block;
	width: 130px;
	line-height: 40px;
	background: #afafaf;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 29px;
}
.problem ul li .zxzx:hover{
	background: #FF0000;
}

/*footer*/
footer{
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	padding: 26px 0 34px 0;
}
footer#isnyfoot{
	background: #f6f6f6 url(../images/sy-btm-hr.jpg) repeat-x top center;
}
.foot-info{
	overflow: hidden;
}
.foot-info .item-lm{
	float: left;
	margin-left: 62px;
	overflow: hidden;
}
.foot-info .item-lm:first-child{
	margin-left: 0;
}
.foot-info .item-lm h4{
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 20px;
}
.foot-info .item-lm a{
	display: block;
	font-size: 12px;
	color: #6b6b6b;
	line-height: 30px;
}
.foot-info .item-lm:nth-child(3){
	width: 115px;
}
.foot-info .item-lm:nth-child(3) a{
	float: left;
}
.foot-info .item-lm:nth-child(3) a:nth-of-type(2n+2){
	float: right;
}
.foot-info .item-lm a:hover{
	color: #ff3636;
}
.foot-info .item-lm p{
	font-size: 12px;
	color: #6b6b6b;
	line-height: 30px;
	padding-left: 24px;
}
.foot-info .item-lm #fkf{
	background: url(../images/f-tel.png) no-repeat left 9px;
}
.foot-info .item-lm #fdz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-info .item-lm #fyx{
	background: url(../images/f-email.png) no-repeat left top 10px;
}
.foot-info .item-lm #fyx a,
.foot-info .item-lm #fkf a{
	display: inline-block !important;
}
.f-ewm{
	float: right;
	margin-top: 16px;
}
.f-ewm img{
	width: 90px;
}
.f-ewm p{
	text-align: center;
	font-size: 12px;
	color: #6b6b6b;
	margin-top: 12px;
}
.foot-copy{
	font-size: 12px;
	color: #9e9e9e;
	margin-top: 32px;
}
.foot-copy a{
	color: #9E9E9E;
}
.foot-copy a:hover{
	color: #ff3636;
}
/*右侧-浮动*/
.web-float{
	position: fixed;
	right: -180px;
	top: 42%;
	z-index: 1;    
}
.web-float:hover{
	z-index: 999;
}
.web-float-list{
	position: relative;
	margin-bottom: 1px;
	cursor: pointer;
/*
	transform: translateX(182px);*/
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}
.web-float-list a:hover{
	color: #333;
}
.web-float-list:hover{
	transform: translateX(-180px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} 
.wx:hover{
	transform: translateX(0px);
}
.wx:hover .fd-ewm-info{
	display:block;
}
.fd-tel{
	background: #919191 url(../images/fd-tel.png)  no-repeat center center;
	width: 50px;
	height: 50px;
	float: left;
	border-right: 1px solid #d6d6d6;
}
.fd-phone-info{
	height: 50px;
	width: 180px;
	line-height: 50px; 
	font-size: 20px;
	float: left;
	color: #fff;
	text-align: center; 
	background: #919191;
}
.fd-qq{
	background: #919191 url(../images/fd-qq.png)  no-repeat center center;
	width: 50px;
	height: 50px;
	float: left;
	border-right: 1px solid #d6d6d6;
}
.fd-wx{
	background: #919191 url(../images/fd-wx.png)  no-repeat center center;
	width: 50px;
	height: 50px;
	float: left;
	border-right: 1px solid #d6d6d6;
}
.fd-ewm-info{
	position:absolute;
	height:100px;
	left:-110px;
	display:none;
	text-align:center;
}
.fd-ewm-info img{
	width:100px;
}
.fd-ewm-info p{
	z-index:999;
}
.fd-gotop{
	background: #919191 url(../images/gotop.png)  no-repeat center center;
	width: 50px;
	height: 50px;
	float: left;
	border-right: 1px solid #d6d6d6;
}

/*web-bt*/
.asl-h3{
	text-align: center;
	font-family: "Myriad Pro";
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	color: #696969; 
	line-height: 35px;
}
.asl-h3.cn{
	font-size: 32px;
	font-style: normal;
	font-weight: 100;
	line-height: 52px;
}
.asl-h3 span{
	display: inline-block;
	line-height: 52px;
	position: relative;
} 
.asl-h3 span::after,
.asl-h3 span::before{
	content: "";
	position: absolute;
	width: 24px;
	height: 25px;
	background: url(../images/web-bt-back.png) no-repeat center center;
	top: 45%;
	margin-top: -12.5px;
}
.asl-h3 span::after{
	right: -38%;
}
.asl-h3 span::before{
	left: -38%;
}

/*Page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}
.disabled{ border:1px solid #d8d8d8; padding: 4px 4px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #ff0000;
}
.Page a{ border:1px solid #c9c9c9; padding: 3px 8px; font-size:12px; color:#ababab;  }
.Page a.sy{color:#707072 !important;}
.current{ background:#919191; padding:3px 8px; color:#fff; border:1px solid #919191;font-size:12px;}
 
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 5px;
	height: 16px;
	background-color: #fff; 
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(175,175,175,.5); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(175,175,175,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(175,175,175,1); 
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/ 