@charset "utf-8";
.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 8px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #007eca;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 40px;
}

/* 首页 */
.search-box{
	height: 75px;
	border-bottom: 1px solid #ddd;
}
.recommend{
	float: left;
	line-height: 75px;
}
.recommend span{
	float: left;
	padding-left:30px;
	background: url(../img/rm.png) no-repeat left center;
	font-size: 14px;
	color: #666;
}
.recommend div{
	float: left;
}
.recommend a{
	margin-left: 10px;
	color: #666;
}
.search form {
	overflow: hidden;
}
.search {
	float: right;
}

.search .in-text {
	width: 350px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 38px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}

.search .btn {
	width: 55px;
	height: 40px;
	float: left;
	background: url(../img/search.png) no-repeat center center;
	background-size: 40% auto;
	background-color: #1472C9;
}
.search {
	margin-top: 15px;
}

/* cont1 */
.cont1 {
	padding: 45px 0;
}
.cont1 a{
	float: left;
	width: 200px;
	background: url(../img/xian.png) no-repeat right center;
}
.cont1 a:last-child{
	background-image: none;
}
.cont1 a img{
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1 a:hover img{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.cont1 a span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 15px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1 a:hover span{
	font-weight: bold;
	color: #007eca;
}
/* cont2 */
.cont2{
	background-color: #f4f4f4;
	background: url(../img/cont2_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.title {
	margin-bottom: 60px;
}
.title p{
	text-align: center;
	font-size: 40px;
	font-family: Impact;
	color: #666;
	line-height: 42px;
	text-transform: uppercase;
}
.title p span{
	margin-left: 8px;
	color: #007ecd;
}
.title h2{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.title i{
	display: block;
	width: 50px;
	height: 2px;
	background-color: #c8c8c8;
	margin: 8px auto 0;
}
.cont2-list{
	position: relative;
}
.cont2-list .cont2-c{
	display: block;
	width: 385px;
}
.cont2-list .cont2-c i{
	display: block;
	overflow: hidden;
	position: relative;
}
.cont2-list .cont2-c img.in{
	width: 385px;
	height: 234px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont2-list .cont2-c:hover img.in{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.cont2-list .cont2-c .rx{
	position: absolute;
	top: 10px;
	right: 10px;
}
.cont2-list .cont2-c div{
	padding: 20px 15px;
	background-color: #fff;
}
.cont2-list .cont2-c div h4{
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont2-list .cont2-c div em{
	display: block;
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont2-list .cont2-c div a{
	display: block;
	width: 180px;
	line-height: 38px;
	text-align: center;
	background-color: #e80000;
	font-size: 15px;
	color: #fff;
	margin: 15px auto 0;
}
.cont2-list a:hover div{
	background-color: #e73522;
}
.cont2-list a:hover div h4,.cont2-list a:hover em{
	color: #fff;
}
.cont2-list .swiper-button-next,.cont2-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 40px auto;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.cont2-list .swiper-button-next,.cont2-list .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png);
    right: -70px;
    left: auto;
}
.cont2-list .swiper-button-prev,.cont2-list .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png);
    left: -70px;
    right: auto;
}
.cont2-list .swiper-button-next:hover,.cont2-list .swiper-button-prev:hover{
	background-position: center bottom;
}

/* cont3 */
.cont3{
	padding: 60px 0;
}
.cont3 .tab{
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
	margin-bottom: 45px;
}
.cont3 .tab a{
	display: block;
	width: 205px;
	line-height: 46px;
	background-color: #efefef;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	margin: 0 20px;
}
.cont3 .tab a.active,.cont3 .tab a:hover{
	background-color: #007eca;
	color: #fff;
}
.cont3-list a{
	float: left;
	width: 285px;
	margin-bottom: 20px;
	margin-right: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 15px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	position: relative;
}
.cont3-list a:hover{
	background-color: #007eca;
}
.cont3-list a:nth-child(4n){
	margin-right: 0;
}
.cont3-list a i{
	display: block;
	overflow: hidden;
}
.cont3-list a i img{
	width: 100%;
	height: 190px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont3-list a:hover i img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.cont3-list a div{
	padding: 20px 0 10px;
}
.cont3-list a div h4{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-list a:hover div h4{
	color: #fff;
}
.cont3-list a:hover div p{
	color: #fff;
}
.cont3-list a div p{
	font-size: 14px;
	color: #888;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-ph{
	width: 800px;
	overflow: hidden;
	border-radius: 5px;
	margin: 20px auto 0;
}
.cont3-ph a{
	float: left;
	width: 400px;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	background-color: #017fcb;
	color: #fff;
}
.cont3-ph a:last-child{
	background-color: #056dac;
}

/* cont4 */
.cont4{
	padding: 60px 0 120px;
	background: url(../img/cont4_bg.jpg) no-repeat center center;
	background-size: cover;
}
.cont4-lsit li{
	float: left;
	width: 225px;
	height: 472px;
	background: url(../img/z1.jpg) no-repeat center center;
	background-size: cover;
	margin-right: 18.75px;
	box-sizing: border-box;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont4-lsit li p{
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.cont4-lsit li:nth-child(2n+1){
	margin-top: 60px;
}
.cont4-lsit li:hover{
	margin-top: -30px;
}
.cont4-lsit li:nth-child(2n+1):hover{
	margin-top: 90px;
}
.cont4-lsit li:nth-child(2){
	background-image: url(../img/z2.jpg);
}
.cont4-lsit li:nth-child(3){
	background-image: url(../img/z3.jpg);
}
.cont4-lsit li:nth-child(4){
	background-image: url(../img/z4.jpg);
}
.cont4-lsit li:nth-child(5){
	background-image: url(../img/z5.jpg);
	margin-right: 0;
}
/* cont5 */
.cont5{
	padding: 60px 0;
}
.cont5-txt p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}
.cont5-video{
	margin-top: 40px;
}
.cont5-video li{
	float: left;
	width: 386px;
	height: 250px;
	margin-right: 21px;
}
.cont5-video li:last-child{
	margin-right: 0;
}
.cont5-video li iframe{
	display: block;
	width: 100%;
	height: 100%;
}

/* invite */
.invite-l{
	float: left;
	width: 40%;
	background-color: #f4f4f4;
	height: 226px;
	box-sizing: border-box;
	padding-right: 10%;
}
.invite-l h4{
	text-align: right;
	font-size: 30px;
	color: #228aeb;
	margin-top: 70px;
}
.invite-l span{
	display: block;
	text-align: right;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.invite-r{
	float: right;
	width: 60%;
	background-color: #228aeb;
	height: 226px;
	box-sizing: border-box;
	padding-left: 5%;
}
.invite-r span{
	font-size: 16px;
	color: #fff;
	display: block;
	margin-top: 50px;
}
.invite-r em{
	display: block;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
.invite-r a{
	width: 100px;
	text-align: center;
	display: block;
	line-height: 26px;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	opacity: 0.6;
	margin-top: 10px;
}
.invite-r div{
	float: left;
}
.invite-r img{
	margin-top: 10px;
	float: left;
	margin-left: 15%;
}

/* cont6 */
.cont6{
	padding: 50px 0;
}
.cont6-l{
	float: left;
}
.cont6-l a{
	float: left;
	width: 345px;
	box-sizing: border-box;
	background-color: #f4f4f4;
	padding: 20px 20px 30px;
}
.cont6-l a:first-child{
	margin-right: 24px;
}
.cont6-l a i{
	display: block;
	overflow: hidden;
}
.cont6-l a i img{
	width: 100%;
	height: 201px;
}
.cont6-l a h4{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 18px 0 12px;
}
.cont6-l a:hover h4{
	color: #007eca;
	text-decoration: underline;
}
.cont6-l a p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.cont6-l a div{
	margin-top: 20px;
}
.cont6-l a div span{
	float: left;
	font-size: 14px;
	color: #007eca;
}
.cont6-l a div em{
	float: right;
	font-size: 14px;
	color: #007eca;
}
.cont6-r{
	float: right;
	width: 466px;
}
.cont6-r a{
	background-color: #f4f4f4;
	display: block;
	padding: 18px;
	overflow: hidden;
	margin-bottom: 19px;
}
.cont6-r a .time{
	float: left;
	text-align: center;
	width: 70px;
	background-color: #007eca;
	padding: 18px 0;
}
.cont6-r a .time em{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	margin-bottom: 5px;
}
.cont6-r a .time span{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
}
.cont6-r a .text{
	float: right;
	width: 345px;
}
.cont6-r a .text h4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.cont6-r a:hover .text h4{
	color: #007eca;
	text-decoration: underline;
}
.cont6-r a .text p{
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

/* cont7 */
.cont7{
	padding: 60px 0;
	background: url(../img/cont7_bg.jpg) no-repeat center center;
	background-size: cover;
}
.cont7-list a{
	float: left;
	width: 300px;
	box-sizing: border-box;
	border-bottom: 1px dashed #eee;
	border-right: 1px dashed #eee;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	position: relative;
}
.cont7-list a:nth-child(4n){
	border-right: 0;
}
.cont7-list a img{
	width: 100%;
	height: 130px;
}
.cont7-list a:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
/* 关于我们 */
.banner2{
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.banner2 p{
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	line-height: 360px;
}
.crumbs{
	height:60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.crumbs a{
	color: #666;
}
.sobtitle{
	padding-left: 30px;
	background: url(../img/home.png) no-repeat left center;
}
.menu-box{
	float: left;
	width: 245px;
}
.subleft {
    width: 245px;
}
.menu-box .subleft .bor9 {
    border-bottom: 9px solid #007eca;
    border-radius: 3px;
}
.menu-box .subleft .titles {
    background: #007eca;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.menu-box .subleft .titles i {
    width: 8px;
    height: 8px;
    display: block;
    background-position:center;
    margin-right: 26px;
    float: right;
    margin-top: 24px;
}
.icon {
    background: url(../img/ic_cd.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.menu-box .subleft .titles h2 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-left: 26px;
}
.menu-box .subleft .lefta .comt {
    border: 1px solid #eeeeee;
    border-top: 0 none;
    border-bottom: 0 none;
}
.menu-box .subleft .lefta .comt ul li {
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #eeeeee;
}
.menu-box .subleft .lefta .comt ul li a.ita {
    height: 54px;
    line-height: 54px;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    color: #444;
}
.menu-box .subleft .lefta .comt ul li a.ita:hover,.menu-box .subleft .lefta .comt ul li.active a.ita{
	color: #007eca;
}
.menu-box .comt div{
	border-top: 1px solid #ddd;
	display: none;
}
.menu-box .comt div a:hover,.menu-box .comt div a.active{
	color: #007eca;
}
.menu-box .comt div a{
	display: block;
	line-height: 40px;
	padding-left: 30px;
	font-size: 14px;
	color: #999;
}

.leftnews .leftcont {
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
}
.leftnews{
	margin-top: 20px;
}
.leftnews .leftcont .dzz {
    padding: 0 24px 10px;
    color: #444;
}
.leftnews .telbox {
    border-top: 1px solid #eee;
    padding: 15px;
	padding-top: 0;
}
.leftnews .leftcont span {
    line-height: 24px;
    display: block;
    padding: 10px 0;
}
.leftnews .leftcont .tel {
    color: #007eca;
    font-size: 24px;
	font-weight: bold;
}
.content{
	float: right;
	width: 920px;
}
.about-txt p{
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 32px;
}
.about-box ul{
	margin-top: 30px;
}
.about-box li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.about-box li:nth-child(2n){
	margin-right: 0;
}
.about-box li iframe{
	display: block;
	width: 450px;
	height: 300px;
}

/* 在线留言 */
.contact-ly h2{
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}
.ly-box{
	padding: 50px;
	background-color: #ededed;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #666;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 46px;
	height: 46px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #e62129;
	margin-left: 22px;
	margin-top: 10px;
}
/* 联系我们 */
.contact-c{
	width: 1200px;
	height: 566px;
	position: relative;
}
.contact-c .map{
	width: 1200px;
	height: 566px;
}
.contact{
	height: 100%;
	width: 355px;
	background-color: #007eca;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.contact div{
	margin-bottom: 20px;
	margin-top: 20px;
}
.contact h2{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
}
.contact div span{
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
}
.contact p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.dz{
	display: block;
	margin-top: 30px;
	
}
/* 新闻中心 */
.news-list a{
	display: block;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
	top: 0;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-list a:hover{
	background-color: #f1f1f1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transform: translate3d(0,-6px,0);
	-webkit-transform: translate3d(0,-6px,0);
	-moz-transform: translate3d(0,-6px,0);
	-ms-transform: translate3d(0,-6px,0);
}
.news-list a .time{
	float: left;
	margin-top: 25px;
}
.news-list a .time em{
	font-size: 30px;
	font-weight: bold;
	color: #666;
	line-height: 28px;
	display: block;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.news-list a .time i{
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 40px;
	font-weight: lighter;
}
.news-list a .time span{
	display: block;
	width: 108px;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 40px;
}
.news-list a .news-txt{
	float: left;
	width: 50%;
	margin-left: 3%;
	margin-top: 15px;
}
.news-list a .news-txt h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list a .news-txt p{
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list a>i{
	float: right;
	width: 260px;
	height: 140px;
}
.news-list a>i img{
	width: 100%;
	height: 100%;
}

/*新闻详情*/
.news-xq-tit h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
}
.news-xq ul li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/* 案例展示 */
.produdct-case a{
	float: left;
	width: 290px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.produdct-case a:nth-child(3n){
	margin-right: 0;
}
.produdct-case a i{
	display: block;
	overflow: hidden;
}
.produdct-case a i img{
	width: 100%;
	height: 240px;
}
.produdct-case a h4{
	text-align: center;
	font-size: 14px;
	line-height: 46px;
	background-color: #f8f8f8;
	color: #333;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.produdct-case a:hover h4{
	background-color: #006DC0;
	color: #fff;
}

/* 产品中心 */
.produdct-list a{
	float: left;
	width: 295px;
	margin-bottom: 20px;
	margin-right: 17.5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 15px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.produdct-list a:hover{
	background-color: #007eca;
}
.produdct-list a:nth-child(3n){
	margin-right: 0;
}
.produdct-list a i{
	display: block;
	overflow: hidden;
}
.produdct-list a i img{
	width: 100%;
	height: 198px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.produdct-list a:hover i img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.produdct-list a div{
	padding: 20px 0 10px;
}
.produdct-list a div h4{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.produdct-list a:hover h4{
	color: #fff;
}
.produdct-list a div p{
	font-size: 14px;
	color: #888;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.produdct-list a:hover p{
	color: #fff;
}
.news-xq-c tr td{
	border: 1px solid #ccc !important;
	line-height: 40px;
}
.news-xq-c table p{
	line-height: 40px !important;
	margin-bottom: 0;
}
.news-xq-c table{
	width: 100%;
	margin-top: 10px;
}