/*reset*/
@import url("//at.alicdn.com/t/c/font_2785572_i1dznr462u.css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #023F98;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.rows {
    padding: 0 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
table { border-collapse: collapse; border-spacing: 0; }
form,input,textarea{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; list-style-image: none; }

.img-response{
	max-width: 100%;
	height: auto;
	border:1px solid #dedede;
}
.img-center{
	display: block;
	margin: 0 auto;
}
body{ 
	font-size:12px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif; 
	line-height:1.5;
	color:#333;
	-webkit-text-size-adjust:none;
	max-width: 480px;
	margin: 0 auto;
}
/** head & nav **/
#container{
	margin: 0 auto;
	max-width: 100%;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 40px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 0;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
.icon-bar{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #1ea839;
	position: absolute;
	margin-top: 6px;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
}
.icon-bar.x{
	top: 3px;
}
.icon-bar.y{
	top: 9px;
}
.icon-bar.z{
	top: 15px;
}
.pushy-open-right .icon-bar{
	top: 9px !important;
}
.pushy-open-right .icon-bar.x{
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.y{
	width: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.z{
	-ms-transform: rotate(-45deg); 
   	-webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;					
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	margin:15px 0 15px 0;
}
.new-pro-top-small{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.item-half{
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-half2{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	position: relative;
	height: 1px;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	padding: 8px 0;
	font-size:14px;
	color:#333;
}
.new-pro-title2{
	text-align: center;
	padding: 8px 0;
	min-height:70px;
	font-size:14px;
	color:#333;
}
/*******************************
 * 关于我们
 ******************************/
.full-about{
    background:#ececec;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about-top{
	text-align: center;
	font-size: 24px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
}
.about-top:after{
	width: 50px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.about-brief{
	color: #666;
	margin-top: 15px;
	line-height: 2;
	font-size:14px;
}
.about-list{
	overflow: hidden;
	margin-top: 20px;
}
.about-list ul li{
	width: 50%;
	padding: 5px;
	position: relative;
	float: left;
	margin: 10px 0;
}
.about-list ul li p{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
}
.about-list ul li img{
	display: block;
	margin: 34px auto auto;
}
.about-list ul li span{
	display: block;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

/*******************************
 * 新闻资讯
 ******************************/
.news-list{
	overflow: hidden;
}
.news-list ul li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.news-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.news-list ul li a i{
	padding-right: 5px;
	color: #2b3087;
}

/*******************************
 * footer
 ******************************/
footer{
	background-color: #EEEEEE;
	margin-top: 20px;
	padding-top: 20px;
}
.accordion {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 12px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #1962b3;
}
.accordion li.open i {
	color: #127cd5;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #EEEEEE;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a:hover {
 	color: #333;
 }
 
 .foot-content{
 	padding: 15px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000000;
 }
 .copyright{
 	text-align: center;
 	margin-top: 20px;
 	color: #FFFFFF;
 	padding: 15px 0;
 	background-color: #1ea839;
 }
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #1ea839;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.sigle-content{
	margin-top: 15px;
	line-height: 2;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 45%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 55%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.news-pictitle{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news-picinfo{
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}



/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu dl dt a{
	background-color: #595959;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 35px;
}
/*---分页--*/
.pages-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#1ea839;
	border-color:#1ea839;
	color:#FFF;
	font-weight:700;
}

.ab-cate{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.ab-cate a{
	display: block;
	padding: 0 15px;
	background-color: #666;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	color:#fff;
}
.ab-cate #on{
	background:#1ea839;
	color:#fff;
}
.ab-top{
	margin-top: 10px;
}
.form-group2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-group2 input{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 2;
	background-color: #1ea839;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.sigle-content *:before,.sigle-content *:after,.foot-content *:before,.foot-content *:after,.about-brief *:before,.about-brief *:after{
	display:inline!important;
}
.foot-content a{
	padding:0!important;
}
.about-pic img,.about-brief img{
	max-width:100%;
	height:auto;
	display:block;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	font-size:0;
	text-indent:-9999em;
}

#lxxx table td img,.foot-content table td img{
	width:25px;
	height:auto;
}
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:25px;
	background:url(../ico/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan{
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:38px;
}
.itext{
	width:550px;
	height:38px;
	border:1px solid #c8c8c8;
	line-height:38px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent{
	width:550px;
	height:85px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn{
	width:100px;
	height:38px;
	text-align:center;
	line-height:38px;
	-moz-border-radius: 5px;      /* Gecko browsers */
  -webkit-border-radius: 5px;   /* Webkit browsers */
  border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
	color:#fff;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
.form-wrap{
	padding: 0 5px;
}
.form-group{
	margin: 15px 0;
}
.form-group label{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.form-group input[type=text]{
	display: block;
	width: 100%;
	padding: 6px 10px;
	color: #555;
	line-height: 1.5;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 4px #EEEEEE;
	font-size: 12px;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 6px 10px;
	color: #555555;
	line-height: 1.5;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 4px #EEEEEE;
	height: 80px;
}
.form-group input[type=submit]{
	display: inline-block;
	border: none;
	color: #FFFFFF;
	background-color: #0093D7;
	cursor: pointer;
	padding: 6px 30px;
	font-size: 14px;
}
.yuyann{
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 55px;
}
.yuyann a{
	display: block;
	line-height: 35px;
	height: 35px;
	float:left;
}
#py{background:url(../images/py.jpg) 10px center no-repeat;font-size:14px;margin-right:15px;margin-left:6px;padding-left:35px;}
#cn{background:url(../images/cn.jpg) 10px center no-repeat;font-size:14px;margin-right:15px;margin-left:6px;padding-left:35px;}
#en{background:url(../images/en_fang.png) 10px center no-repeat;font-size:14px;margin-left:6px;padding-left:35px;}

.m_service{
margin-top:10px;
padding:0 10px 0 10px;
}
.m_service dl{
background:none;
margin-bottom:20px;
padding:10px;
}
.m_service dl dt{
width:22.6%;
float:left;
margin-top:3%;
}
.m_service dl dt img{
width:100%;
height:100%;
}
.m_service dl dd{
width:76%;
float:right;
}
.m_service dl dd h3{
font-size:16px;
font-weight:bold;
line-height:35px;
}
.m_service dl dd h3 font{font-size:22px;margin-right:5px;display:block;color:#00e8dd;}
.m_service dl dd h3 span{display:block;font-size:14px;font-weight:normal;}
.m_service dl dd h4{
font-size:14px;
line-height:22px;
color:#ccc;
}
 .news-top{
 	text-align: center;
 	color: #333;
 	font-size: 20px;
 	text-transform: capitalize;
 	margin: 20px 0 20px 0;
 }
 .clear{
	width:100%;
	clear:both;
}
.tubiao{
		height: 55px;
		padding-top:5px;
	}


.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#00e8dd;
}
.sentesi5 dl:hover i::after{
	color:#37890e;
	}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 50px;
	color: #00e8dd;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e83a";
}
.tubiao.aa-2 i::after{
	content: "\e802";
}
.tubiao.aa-3 i::after{
	content: "\e837";
}
.tubiao.aa-4 i::after{
	content: "\e836";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}
.scroll{
	width:auto;
	overflow:visible;
}
.scroll .item1{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
	
}
.scroll .item12{
	overflow: hidden;
	transition: 0.6s;
	position: relative;
	float:left;
	width:100%;
	
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.scroll .owl-dots .owl-dot{
	width:12px;
	height:12px;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
}
.scroll .owl-dots .owl-dot.active{

	}
.scroll .item1 dl{text-align:left;}
.scroll .item1 dl dt{width:100%;height:auto;overflow:hidden;}
.scroll .item1 dl dd{width:100%;padding-top:10px;display:block;word-break:break-all;}
.scroll .item1 dl h4{text-align:left;font-size:18px;line-height:50px;display:block;color:#fff;word-break:break-all;font-weight:normal;}
.scroll .item1 dl h4 a{color:#fff;}
.scroll .item1 dl h4 a:hover{color:#ff0000;}
.scroll .item1 dl h5{text-align:left;font-size:14px;font-weight:normal;line-height:24px;color:#ccc;}
.scroll .item1 dl h6{width:202px;line-height:58px;font-weight:normal;display:block;border:1px solid #1962b3;color:#fff;font-size:18px;margin-top:140px;text-align:center;}
.scroll .item1 dl h6:hover{border:1px solid #0a4587;color:#0a4587;}
.scroll .item1 dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll .item1 dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scroll .item1:hover{
	border-color: #268ec7;
}
.scroll .item1 a{
	display: block;
	overflow: hidden;
}
.scroll .item1 .pic{
	display:block;
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc; 
	width:100%;
}
.scroll .item1:hover .pic{
	border: 1px solid #00a1de; 
}
.scroll .item1 .pic .zhezhao{
    width:100%;
	height: 100%;
	background: url(/web/pic/jia.png) center center no-repeat rgba(0, 0, 0, 0.3);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scroll .item1:hover .pic .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.scroll .item1 img{
	width:100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item1:hover .pic img{
	transform: scale(1.1);
}

.scroll .item1 .xia{
	overflow: hidden;
	padding: 20px;
	background:none;
	transition: 0.6s;
	color:#ffffff;
}
.scroll .item1:hover .xia{
	background:#00a1de;
	color:#ffffff;
}
.scroll .item1 h3{
	font-size: 18px;
	/* transition: 0.6s; */
	display: block;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}
.scroll .item1:hover h3{
	/* background: #DA0001; */
	color: #fff;
}
.scroll .item1 p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
	height: 50px;
}
.scroll .item1 .time{
	color: #999;
	margin-top: 10px;
	display: block;
}
.scroll .item1 .detail{
	display: block;
	margin-top: 20px;
	color: #666;
	transition: 0.6s;
}



.scroll .item12 dl{text-align:left;}
.scroll .item12 dl dt{width:100%;height:auto;overflow:hidden;}
.scroll .item12 dl dd{width:100%;padding-top:10px;display:block;word-break:break-all;}
.scroll .item12 dl h4{text-align:left;font-size:18px;line-height:50px;display:block;color:#333;word-break:break-all;font-weight:normal;}
.scroll .item12 dl h4 a{color:#333;}
.scroll .item12 dl h4 a:hover{color:#ff0000;}
.scroll .item12 dl h5{text-align:left;font-size:14px;font-weight:normal;line-height:24px;color:#ccc;}
.scroll .item12 dl h6{width:202px;line-height:58px;font-weight:normal;display:block;border:1px solid #1962b3;color:#fff;font-size:18px;margin-top:140px;text-align:center;}
.scroll .item12 dl h6:hover{border:1px solid #0a4587;color:#0a4587;}
.scroll .item12 dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll .item12 dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scroll .item12:hover{
	border-color: #268ec7;
}
.scroll .item12 a{
	display: block;
	overflow: hidden;
}
.scroll .item12 .pic{
	display:block;
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc; 
	width:100%;
}
.scroll .item12:hover .pic{
	border: 1px solid #00a1de; 
}
.scroll .item12 .pic .zhezhao{
    width:100%;
	height: 100%;
	background: url(/web/pic/jia.png) center center no-repeat rgba(0, 0, 0, 0.3);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scroll .item12:hover .pic .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.scroll .item12 img{
	width:100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.scroll .item12:hover .pic img{
	transform: scale(1.1);
}

.scroll .item12 .xia{
	overflow: hidden;
	padding: 20px;
	background:none;
	transition: 0.6s;
	color:#ffffff;
}
.scroll .item12:hover .xia{
	background:#00a1de;
	color:#ffffff;
}
.scroll .item12 h3{
	font-size: 18px;
	/* transition: 0.6s; */
	display: block;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}
.scroll .item12:hover h3{
	/* background: #DA0001; */
	color: #fff;
}
.scroll .item12 p{
	display: block;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	color: #666;
	height: 50px;
}
.scroll .item12 .time{
	color: #999;
	margin-top: 10px;
	display: block;
}
.scroll .item12 .detail{
	display: block;
	margin-top: 20px;
	color: #666;
	transition: 0.6s;
}