﻿@charset "utf-8";
/* CSS Document */
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } 
 body{color: #444;font-size: 12px; font-family:"微软雅黑";}
  ol,ul{list-style:none; }
 a{text-decoration: none;}
  .l,.col-l,.col_l,.col-c,.col_c{float:left; } 
 .header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,.05);}
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
/*头部*/
.hd-top{
	overflow: hidden;
	background-color: #3f3f3f;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;}
.hd-top p{float: left;}
.hd-top .lang{float: right;}
.hd-top .lang li{float: left;position: relative;padding: 0 10px;}
.hd-top .lang li.xian{padding: 0;color: #ccc;}
.hd-top .lang li a{color: #ccc;}
.hd-top .lang li a:hover{color: #fff;}

.header.fixed .hd-bottom{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}
.hd-bottom{*zoom:1; }
.hd-bottom:after,.hd-bottom:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.hd-bottom .logo{
	float: left;
	height: 90px;
	line-height: 90px; text-align:center;}
.hd-bottom .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%; margin-top:25px;}

/*nav*/
.nav{
	float: right;
}
.nav li{
	float: left;
	position: relative;
}
.nav li > a{
	position: relative;
	display: block;
	font-size: 14px;
	margin-right: 5px;
	padding: 0 29px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #333;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.nav li > a:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	height: 35px;
	width: 0;
	border-radius: 0;
	opacity: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	z-index: -1;
}
.nav li.on > a:after,
.nav li:hover > a:after{
	left: 0;
	width: 100%;
	border-radius: 20px;
	opacity: 1;
	background-color: #ff7f27;
}
.nav li.on > a,
.nav li:hover > a{
	color: #fff;
}
.nav li dl{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 -37px;
	padding-top: 10px;
	z-index: 999;
}
.nav li:hover dl{
	display: block;
}
.nav li dl:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -10px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}
.nav li dl dd a{
	display: block;
	font-size: 12px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	text-indent: 0;
}
.nav dl dd:first-child a{
	border-radius: 5px 5px 0 0;
}
.nav dl dd:last-child a{
	border-radius: 0 0 5px 5px;
}
.nav li dl dd a:hover{
	text-indent: 1em;
	background-color: #f2f2f2;
	color: #000;}
	
/*BANNER样式开始*/

.banner {margin-top:100px;
	width:100%;
	height:600px;
	position:0;

	z-index:100;
	overflow:hidden;
	position:relative
}
.banner .d1 {
	width:100%;
	height:600px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
.banner .d2 {
	width:100%;
	height:20px;
	clear:both;
	position:absolute;
	z-index:100;
	right:100px;
	top:560px;
}
.banner .d2 ul {
	float:left;
	position:absolute;
	left:55%;
	top:0;
	display:inline;
}
.banner .d2 li {
	width:9px;
	height:9px;
	overflow:hidden;
	cursor:pointer;
	background:url(../img/ico.jpg) no-repeat center;
	float:left;
	margin:0 5px;
	display:inline;
}
.banner .d2 li.nuw {
	background:url(../img/ico1.jpg) no-repeat center;}
/*头部样式结束*/
.nybanner{width:100%; height:360px; background:url(../img/nybanner.jpg) no-repeat center center; margin-top:100px;}
.syte{width:100%; }
.m-txt01{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 24px 0;
}
.m-txt01 .txt{
	float: left;
}
.m-txt01 .txt .tit{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 6px;
}
.m-txt01 .txt p{
	font-size: 14px;
	color: #d4e6ff;
}
.m-txt01 .tel{
	float: right;
	padding-left: 52px;
	background: url(../img/icon16.png) left center no-repeat;
	font-size: 38px;
	font-family: arial, helvetica, sans-serif;
	-o-background-size: auto 42px;
	-ms-background-size: auto 42px;
	-moz-background-size: auto 42px;
	-webkit-background-size: auto 42px;
	background-size: auto 42px;}
	
	
.ul-txt01{
	overflow: hidden;
	border-left: 1px solid #e3e3e3;
	background-color: #fff;
}
.ul-txt01 li{
	float: left;
	width: 25%;
	position: relative;
}
.ul-txt01 li .txt{
	text-align: center;
	border-right: 1px solid #e3e3e3;
	padding: 20px 0;
}
.ul-txt01 li .txt a.tit{
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}
.ul-txt01 li .txt a.desc{
	display: block;
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.ul-txt01 li .txt1{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: #fff;
	border-bottom: 4px solid #ff7f27;
	-webkit-animation: slideInDown .6s ease forwards;
	animation: slideInDown .6s ease forwards;
}/*
.ul-txt01 li.on .txt1,
.ul-txt01 li:hover .txt1{
	height: 100%;
	opacity: 1;
	top: 0;
	display: inline-block;
}*/

/*产品*/
.row-a2{
	overflow: hidden;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.ulpr li{ float: left;
	width: 33.33%;
	margin-bottom: 36px;}
.ulpr li a{
	overflow: hidden;
	display: block;
	margin: 0 18px;
	padding-bottom: 20px;
	background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.ulpr li a  .tit{
	text-align: center;
	padding: 20px 0 10px;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;}

.ulpr li a  .more{
	display: block;
	font-size: 16px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: #ff7f27;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;}
.ulpr li:hover a{
	background-color: #ff7f27;}
.ulpr li:hover .pic{
	-webkit-transform: translateY(-7%);
	-ms-transform: translateY(-7%);
	-o-transform: translateY(-7%);
	transform: translateY(-7%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;}
.ulpr li:hover .tit{
	color: #fff;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;}
.ulpr li:hover .more{
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%);
	background-color: #fff;
	color: #ff7f27;}

/*实力*/
.row-a3{
	overflow: hidden;
}
.row-a3 .g-tit01{
	padding: 60px 0 40px;
}
.m-list01{
	overflow: hidden;
	padding: 122px 0 60px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul-imgtxt02{
	float: right;
	width: 56%;
}
.ul-imgtxt02 li{
	overflow: hidden;
	margin-bottom: 62px;
}
.ul-imgtxt02 li .pic{
	float: left;
	width: 67px;
	height: 67px;
	border-radius: 50%;
}
.ul-imgtxt02 li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02 li .txt{
	overflow: hidden;
	padding-left: 40px;
	color: #fff;
}
.ul-imgtxt02 li .txt .tit{
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}
.ul-imgtxt02 li .txt p{
	font-size: 14px;
	color: #d4e6ff;
	line-height: 1.6;
}
/*首页公用*/
.g-tit01{
	text-align: center;
}
.g-tit01 .tit{
	font-size: 36px;
	margin-bottom: 5px;
	color: #ff7f27;
	font-weight: 600;
}
.g-tit01 .tit span{
	color: #333;
}
.g-tit01 p{
	font-size: 20px;
	color: #666;}
	
/*优势*/
.m-list02{
	padding: 80px 0 40px;
	overflow: hidden;
}
.m-list02 .g-tit01{
	float: left;
	text-align: left;
	padding: 23px 0;
}
.m-list02 .g-tit01 span{
	font-weight: 400;
}
.m-list02 .btn{
	float: right;
	margin-top: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	background-color: #ff7f27;
	font-size: 14px;
	color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list02 .btn:hover{
	background-color: #e87426;
	margin-top: 0;
}
.ul-imgtxt03{
	overflow: hidden;
	margin: 0 -15px;
	padding-bottom: 50px;
}
.ul-imgtxt03 li{
	float: left;
	width: 25%;
	padding-bottom: 30px;
}
.ul-imgtxt03 li:hover{
	background: url(../img/icon18.png) 50% 100% no-repeat;
}
.ul-imgtxt03 li .con{
	background-color: #005ad2;
	border-radius: 10px;
	padding: 30px 0;
	margin: 0 15px;
}
.ul-imgtxt03 li:hover .con{
	background-color: #ff7f27;
}
.ul-imgtxt03 li .pic{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.ul-imgtxt03 li .pic img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ul-imgtxt03 li .txt{
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
}
.ul-imgtxt03 li .txt .tit{
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
}
.ul-imgtxt03 li .txt span{
	display: block;
}
.ul-imgtxt03 li .txt em{
	width: 1px;
	height: 25px;
	display: block;
	margin: 10px auto 15px;
	background-color: #fff;
}
.ul-imgtxt03 li .txt p{
	margin-bottom: 15px;
}

.m-tit01{
	padding: 12px 0;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.syab p{ font-size:14px; line-height:250%; margin-top:20px;}
.syab img{ float:right; margin:-35px 15px 15px 35px;}

/*新闻样式*/
/*新闻*/
.row-a7{ margin-top:150px; overflow:hidden;background-color: #f8f8f8;}
.synewsl{ width:30%; background:url(../img/bj5.png);margin-top:50px;float:left; }
.synewsl .g-tit03{padding: 80px 25px 0;}
.synewsl .g-tit03 .tit{ font-size:20px; font-weight: 600;color:#fff; }
.synewsl .g-tit03 span{
	display: block;
	font-size: 14px;
	color: #fff;}
.m-news01{ padding:30px;}
.m-news01 .pic{overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 67%;}
.m-news01 .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;}
.m-news01 .txt{
	margin-top: 20px;
}
.m-news01 .txt .tit{
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}
.m-news01:hover .txt .tit{
	color: #ff7f27;
}
.m-news01 .txt .time{
	display: block;
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}
.m-news01 .txt p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 31px;
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.synewsr{width: 65%; float:left; margin-left:5%;margin-top:50px;}

.m-list06{
	padding: 15px 30px;
	background-color: #fff;
	margin-bottom: 25px;}
.m-news02{
	overflow: hidden;
	padding: 36px 10px 0 10px;
}
.synewsr .g-tit03{padding:0 15px 0;}
.synewsr .g-tit03 .tit{ font-size:20px; font-weight: 600;color:#333; }
.synewsr .g-tit03 span{
	display: block;
	font-size: 14px;
	color: #333;}
	
.m-news02 .pic{
	float: right;
	width: 20%;
}
.m-news02 .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-news02 .box{
	float: left;
	width: 80%;
}
.m-news02 .box .time{
	float: left;
}
.m-news02 .box .time span{
	display: block;
	font-size: 20px;
	color: #999;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-news02 .box .time .span2{
	display: none;
}
.m-news02:hover .box .time span{
	color: #ff7f27;
}
.m-news02 .box .time em{
	display: block;
	margin-top: 15px;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/icon19.png);
}
.m-news02:hover .box .time em{
	background-image: url(../img/icon19-h.png);
}
.m-news02 .box .txt{
	padding-left: 25px;
	overflow: hidden;
}
.m-news02 .box .txt .tit{
	font-size: 18px;
	color: #333;
	margin-bottom: 14px;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.m-news02:hover .box .txt .tit{
	color: #ff7f27;
}
.m-news02 .box .txt p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 90px;}
.ul-txt02{
	height: 218px;
	overflow: hidden;
	margin-top: 25px;
}
.ul-txt02 a{ color:#666;}
.ul-txt02 li{
	overflow: hidden;
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑","Microsoft YaHei";
	color: #333;
}
.ul-txt02 li .tit{
	margin-bottom: 20px;
}
.ul-txt02 li .tit .hd{
	overflow: hidden;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	font-weight: 400;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-txt02 li:hover .tit .hd{
	color: #1e88e5;
}
.ul-txt02 li .txt p{
	height: 42px;
	line-height: 21px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-txt02 li span.letter{
	display: block;
	margin-right: 16px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: left;
	border-radius: 50%;
	background-color: #1e88e5;
	color: #fff;
	font-weight: 400;}
	
.foot{ background-color: #333; overflow:hidden; margin-top:50px; padding-bottom:30px;}
.footl{ float:left; margin-top:50px;}
.footl p{ line-height:35px; color:#FFF; font-size:16px;}

.footr{ float:right;margin-top:50px; margin-left:200px;}
.footr p{ line-height:35px; color:#FFF; font-size:14px; margin-top:70px;}

.copy{
	overflow: hidden;
	background-color: #005ad2;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}
.copy p{ line-height:35px;
}
.copy a{color: #fff;}
.copy a:hover{color: #ff7f27;}


/*内页左侧*/
.g-cur{height: 40px;line-height: 40px;background: #f3f3f3;}
.g-cur .wp{ background: url(../img/home.png) left center no-repeat;padding-left: 20px;box-sizing: border-box;}
.g-cur .wp a{ color: #2f2f2f; }
.g-cur .wp a:hover{ color: #005ad2;}
.row-b1{
    overflow: hidden;
    padding: 20px 0 56px;}
.col-l{
    width: 260px; overflow:hidden;}
 .col-r{
	float: left;
	overflow: hidden; width:800px;
    margin-left: 100px;}
.g-titIns1 span{ display:block;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #005ad2;
    font-weight: normal;}
.g-titIns1 ul li{ height:45px; line-height:45px; border-bottom: 1px solid #f2f2f2; font-size:14px;}
.g-titIns1 ul li a{ color:#333; font-size:14px;}

.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
.work_list .tit {
	line-height: 44px;
    background: url(../img/jiantou-r.png) left center no-repeat;
    text-indent: 20px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
}
.work_list .tit a {
	float: left;
	line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 15px;
    font-weight: normal
}
.work_list .tit.on a {
	color: #005ad2;
}
.work_list .tit span { float: left; }

.work_list ul {
	display: none;
	float: left;
	width: 100%;
}
.work_list li {
	background: url(../img/jiantou-r.png) 18px 15px no-repeat;
    text-indent: 26px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;
}
.work_list li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;
}

.work_list li.on a {
	color: #005ad2;
}
.ul-newslist{
	overflow: hidden;
    margin-bottom: 30px;
}
.ul-newslist li{
    font-size: 14px;
    padding: 20px 0;
    border-bottom: #dddddd 1px dotted;

}
.ul-newslist li a{
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li .tit{
    overflow: hidden;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}
.ul-newslist li .tit a{ color:#333;}
.ul-newslist li .tit .time{
    float: right;
    font-size: 14px;
    margin-left: 10px;
}
.ul-news1 li .tit .time{
	font-size: 12px;
}
.ul-newslist li .tit a{
    display: block;
    font-size: 16px;
    background: url('../img/news-r.png') left center no-repeat;
    padding-left: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-newslist li a:hover{
     color: #005ad2;
}
.ul-newslist li .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;}
.m-content .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}
.m-content .txt p{ margin-top:15px;}
.m-content .txt p img{ float:right; margin-left:10px; margin-top:20px;}

.g-titIns2{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns2::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #005ad2;
    position: absolute;
    left: 0;
    bottom: -1px;}

/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin{
	overflow: hidden;
	margin-bottom: 30px;
}
.m-chanpin .desc{
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}
.ul-imgtxt-01 {
    margin: 0 -10px;
    *zoom:1;
}
.ul-imgtxt-01:after,.ul-imgtxt-01:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.ul-imgtxt-01 li {
	width: 30%; margin:1%;
	float: left;
	margin-top: 20px;
	border: 1px solid #e4e3e3;
}

.ul-imgtxt-01 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt-01 li a .pic {
    padding-top:100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt-01 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.ul-imgtxt-01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-imgtxt-01 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}
.ul-imgtxt-01 li a:hover p {
	background-color: #005ad2;
    color: #fff;
}
.ul-imgtxt2{
	margin-top: 0;
}
.ul-imgtxt2 li .pic{
	padding: 4px;
}
.ul-imgtxt2 li a:hover{
	border: 0;
}
/*******************************
	-------[=产品详情]-------
********************************/
.m-list1{
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1{
	float: left;
	width: 380px;
}
.m-txt1{
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 .protit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	margin-right: 100px;
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #005ad2;
	color: #fff;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/btn-r.png);
}

.m-txt2{
	margin-top: 12px;
}
.m-txt2 p{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

.ul-pages1{
	overflow: hidden;
	margin: 20px 0;
}
.ul-pages1 li{
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-pages1 li:last-child{
	float: right;
}

.ul-pages1 li a{
	color: #337AB7;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-pages1 li a:hover{
	color: #005ad2;
}
.m-list3{
	padding-top: 35px;
}
.ul-link2{
	overflow: hidden;
}
.ul-link2 li{
	float: left;
	padding-top: 20px;
}
.ul-link2 li a{
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-link2 li a:hover{
	color: #005ad2;
}
/* 放大镜 */


div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../img/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.yunu-showcase {margin-bottom: 30px;}
.yunu-showcase-pic {position: relative;width: 100%;overflow: hidden;float: left;}
.yunu-showcase-pic .bd {font-size: 0;margin-top: 13px;overflow: hidden;}
.yunu-showcase-pic .bd li {height: 75px;line-height: 75px;cursor: pointer;display: inline-block;width: 99px;border: 1px solid #ddd;padding: 1px;margin: 0 5px;}
.yunu-showcase-pic .bd li.active {border-color: #c80003;}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {position: absolute;background: no-repeat 0 0;width: 14px;height: 27px;bottom: 26px;z-index: 2;}
.yunu-showcase-pic .prev {background-image: url(../img/zlztDetailsCon1Btn01.png);left: 0;}
.yunu-showcase-pic .next {background-image: url(../img/zlztDetailsCon1Btn02.png);right: 0;}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {background-position: 0 bottom;}
.yunu-showcase-pic .cover {height: 300px;line-height: 300px;border: 1px solid #ddd;padding: 1px;}
.yunu-showcase-pic .cover a{
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {float: right;width: 500px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;overflow: hidden;font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 0;color: #666;line-height: 2;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(img/VISkins-p1.png) no-repeat 0 15px;height: 42px;padding-left: 50px;line-height: 21px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #c80003;color: #fff;}
.yunu-showcase-info .tel span {display: block;color: #c80003;font-size: 18px;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomDiv img{
	max-width: none;
}
div.zoomMask{position:absolute;background:url(../img/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}


.m_pic_showpic {
    display: none;
}
.m_showpic img {
    display: block;
    max-width: 100%;
}
/*产品详情图片*/
.g-tabel{
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;}
.g-tabel span{
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;}
.g-tabel ul{overflow: hidden;}
.g-tabel li{float: left;}
.g-tabel li a{display: block;
    margin-right: 10px;
    height: 42px; color:#666;
    line-height: 42px;}
.g-tabel li a:hover{color: #005ad2;}

.g-tit3{
	padding-bottom: 10px;
	font-size: 16px;
	color: #005ad2;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;}
.g-tit3 span{
	font-weight: 400;
	color: #999;
	text-transform: uppercase;}
.m-list3{
	padding-top: 35px;}
.ul-link2{
	overflow: hidden;}
.ul-link2 li{
	float: left;
	padding-top: 20px;}
.ul-link2 li a{
	display: block;
	margin-right: 17px; color:#666;
	font-size: 14px;}
.ul-link2 li a:hover{
	color: #005ad2;}

.pc-slide {
    width: 100%;
    margin: 0 auto;}
.m-pic1 .view .swiper-slide{
	padding: 0 2px;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    line-height: 350px;
}
.view .swiper-container {
    width: 100%;
}



.clearfix {*zoom: 1;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;}
.work_list .tit {
	line-height: 44px;
    background: url(img/jiantou-r.png) left center no-repeat;
    text-indent: 20px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;}
.work_list .tit a {
	float: left;
	line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 15px;
    font-weight: normal}
.work_list .tit.on a {color: #005ad2;}
.work_list .tit span { float: left; }

.work_list ul {
	display: none;
	float: left;
	width: 100%;}
.work_list li {
	background: url(img/jiantou-r.png) 18px 15px no-repeat;
    text-indent: 26px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;}
.work_list li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;}

.work_list li.on a {color: #005ad2;}
/*******************************
	-------[=新闻列表]-------
********************************/
/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1{
	padding-top: 20px;
}
.m-news1 h1{
    height: 34px;
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.m-news1 .desc{
	text-align: center;
}
.m-news1 .desc span{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2F2F2F;
    font-size: 14px;
}

 .pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}

