@charset "utf-8";

.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #ed1d24;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 40px;
}

/* cont1 */
.cont1{
	padding: 60px 0 90px;
}
.title{
	text-align: center;
	margin-bottom: 45px;
}
.title h2{
	font-size: 40px;
	color: #3589ea;
	font-weight: bold;
	line-height: 40px;
}
.title em{
	display: block;
	font-size: 50px;
	font-weight: bold;
	color: #e4e4e4;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.cont1-text{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.cont1-list{
	display: flex;
	justify-content:space-between;
	margin-top: 80px;
}
.cont1-list li{
	width: 30%;
	background: linear-gradient(to right, #68adfc, #1c78e3);
	border-radius: 10px;
	padding: 25px;
	box-sizing: border-box;
}
.cont1-list li img{
	width: 60px;
	height: auto;
}
.cont1-list li h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
.cont1-list li p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	height: 44px;
	overflow: hidden;
}
/* cont2 */
.cont2{
	padding: 60px 0;
	background-color: #fff;
}
.cont2-menu-tab{
	display: flex;
	justify-content:center;
	margin-bottom: 50px;
}
.cont2-menu-tab a{
	display: block;
	width: 194px;
	line-height: 52px;
	text-align: center;
	font-size: 17px;
	color: #333;
	background-color: #efefef;
	margin: 0 5px;
}
.cont2-menu-tab a:hover{
	background-color: #1c78e3;
	color: #fff;
}
.cont2-list a{
	float: left;
	box-sizing: border-box;
	width: 386px;
	margin-right: 21px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #efefef;
}
.cont2-list a:nth-child(3n){
	margin-right: 0;
}
.cont2-list a i{
	display: block;
	overflow: hidden;
}
.cont2-list a img{
	width: 100%;
	height: auto;
}
.cont2-list a div{
	background-color: #efefef;
	padding: 24px 30px;
}
.cont2-list a div h4{
	text-align: center;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}
.cont2-list a div p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-align: center;
	padding: 18px 0;
}
.cont2-list a div span{
	display: block;
	width: 150px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	font-size: 16px;
	color: #666;
	border: 1px solid #b3b3b3;
	margin: 0 auto;
}
/* cont3 */
.cont3{
	padding: 70px 0 80px;
	background-color: #f7f7f7;
}
.cont3-box{
	position: relative;
}
.cont3-box a{
	display: block;
	position: relative;
}
.cont3-box a img{
	width: 100%;
	height: auto;
}
.cont3-box a div{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, #000);
	box-sizing: border-box;
	padding: 50px 60px;
	color: #fff;
}
.cont3-box a div h4{
	font-size: 29px;
	font-weight: bold;
}
.cont3-box a div p{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.cont3-box .swiper-button-next,.cont3-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 87px;
    margin-top: -44px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.cont3-box .swiper-button-prev,.cont3-box .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png);
    left: -50px;
    right: auto;
}
.cont3-box .swiper-button-next,.cont3-box .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png);
    right: -50px;
    left: auto;
}
.cont3-contact{
	margin-top: 50px;
	display: flex;
	justify-content: space-between
}
.cont3-contact li:nth-child(1){
	padding-left: 101px;
	background: url(../img/007.png) no-repeat left center;
	background-size: 82px auto;
}
.cont3-contact li:nth-child(1) em{
	display: block;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #333;
	padding-top: 6px;
}
.cont3-contact li:nth-child(1) p{
	font-size: 16px;
	color: #666;
	line-height: 18px;
	margin-top: 10px;
}
.cont3-contact li:nth-child(2){
	line-height: 66px;
	font-size: 32px;
	font-family: Impact;
	color: #333;
	padding-left: 67px;
	background: url(../img/contact.png) no-repeat left center;
}
.cont3-contact li:nth-child(3){
	line-height: 66px;
	font-size: 32px;
	font-family: Impact;
	color: #333;
	padding-left: 70px;
	background: url(../img/email.png) no-repeat left center;
}
/*  */
.cont4{
	padding: 70px 0 100px;
	background: url(../img/ys_bg.jpg) no-repeat center 380px;
	background-color: #f7f7f7;
}
.cont4-list li{
	display: flex;
	align-items:center;
	 justify-content: space-between;
	 margin-bottom: 90px;
}
.cont4-list li img,.cont4-list li:nth-child(2n) .cont4-list-text{
	float: right;
}
.cont4-list li .cont4-list-text,.cont4-list li:nth-child(2n) img{
	float: left;
}
.cont4-list li .cont4-list-title{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.cont4-list li .cont4-list-title i{
	display: block;
	width: 68px;
	line-height: 60px;
	text-align: center;
	background: url(../img/ys_icon.png) no-repeat center center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.cont4-list li .cont4-list-title h4{
	font-size: 40px;
	color: #000;
	line-height: 40px;
	margin-bottom: 10px;
}
.cont4-list li .cont4-list-title span{
	display: block;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.cont4-list li .cont4-list-text{
	width: 540px;
}
.cont4-list-text p{
	font-size: 20px;
	color: #333;
	line-height: 34px;
	padding-left: 30px;
	background: url(../img/ys_icon2.png) no-repeat left 10px;
}
/* cont5 */
.cont5{
	padding: 80px 0 30px;
}
.cont5-list a{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.cont5-list a:last-child{
	margin-right: 0;
}
.cont5-list a i{
	display: block;
	overflow: hidden;
}
.cont5-list a img{
	width: 100%;
	height: 262px;
	object-fit: cover;
}
.cont5-list a div{
	background-color: #fff;
	border-bottom: 3px solid #ddd;
	width: 88%;
	margin: -36px auto 0;
	z-index: 3;
	position: relative;
	box-sizing: border-box;
	padding: 18px;
}
.cont5-list a div span{
	display: block;
	width: 82px;
	height: 23px;
	background-color: #c60910;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
}
.cont5-list a div h4{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont5-list a div p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
	text-align: justify;
	overflow: hidden;
}
.cont5-list a div em{
	width: 80px;
	display: block;
	font-size: 12px;
	line-height: 30px;
	border-radius: 50px;
	border: 1px solid #ddd;
	text-align: center;
	color: #c60910;
	margin-top: 10px;
}
/* 联系我们 */
.contact-c{
	width: 1200px;
	height: 530px;
	position: relative;
}
.contact-c .map{
	width: 1200px;
	height: 530px;
}
.contact{
	height: 100%;
	width: 355px;
	background-color: #c60910;
	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;
}
.contact img{
	width: 160px;
	height: auto;
	margin-top: 20px;
}
.contact em{
	font-size: 14px;
	color: #fff;
	display: block;
	width: 60%;
	margin-top: 10px;
}
.dz{
	display: block;
	margin-top: 30px;
	
}
.mains{
	min-height: 500px;
}
/* 在线留言 */
.contact-ly{
	margin-top: 60px;
}
.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: #c60910;
	margin-left: 22px;
	margin-top: 10px;
}
/*新闻列表*/
.news-box{
	margin: 0 auto;
	min-width: 1200px;
}
.news-list li {
    padding: 25px 60px 20px 20px;
    background: #fafafa;
    margin-bottom: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .imga {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 26%;
	height: 205px
}
.news-list li .imga img {
	width: 100%;
	height: 100%;
}
.news-list li .imga .cate {
	position: absolute;
	top: 35px;
	left: 0;
	padding-right: 20px;
	background: #ff6700;
	line-height: 32px;
	color: #FFF
}
.news-list li .imga .cate i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 1px 8px 1px 0;
	background: url(../images/public.png) -180px -30px no-repeat
}
.news-list li .info {
	overflow: hidden;
    width: 70%;
    float: right;
}
.news-list li .info .line {
	border-left: 52px solid #ff6700;
	background: #D8D8D8;
	margin-bottom: 35px;
	position: relative;
	height: 1px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .info .tit {
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 6px
}
.news-list li .info .tit a{
	color: #333;
}
.news-list li .info .tit a em{
	font-weight: normal;
	color: #ff6700;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.news-list li .info .note {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 25px;
	line-height: 24px;
	color: #6A6969
}
.news-list li:hover {
	box-shadow: 0 0 10px #666;
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.news-list li:hover .info .line {
	border-left-width: 900px;
}
/*新闻详情*/
.news-xq-tit h2{
	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: #999999;
	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: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.news-xq ul li a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
}
/*.news-xq ul li:first-child a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	color: #b5b5b5;
	padding-left: 20px;
	background: url(../img/news/fh.png) no-repeat 30px center;
}*/
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/* 关于我们 */
.about1{
	padding: 100px 0 110px;
}
.about1-l{
	float: left;
	width: 700px;
}
.about1-r{
	float: right;
	width: 390px;
}
.about1-r img{
	width: 100%;
	height: 460px;
}
.about1-l h4{
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.about1-l em{
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}
.about1-l p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.about2{
	padding: 80px 0;
	background: url(../img/about_bg.jpg) no-repeat center center;
	background-size: cover;
}
.about2 ul{
	display: flex;
	justify-content:space-between;
}
.about2 img{
	width: 48px;
	height: auto;
	margin: 0 auto;
}
.gongs h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}
.gongs-text{
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.gongs-text table{
	display: block;
	width: 100%;
}
.gongs-text table tr td{
	border: 1px solid #eee;
	padding: 10px;
}
.gongs-text table tr td img{
	width: 100%;
	height: auto;
}
.gongs-text table tr td p{
	text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-bottom: 10px;
}
.about2 p{
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}
.about3{
	padding: 100px 0;
	background-color: #f8f8f8;
}
.about3-text{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 32px;
}
.about-title{
	margin-bottom: 50px;
	text-align: center;
}
.about-title h4{
	font-size: 28px;
    font-weight: bold;
    color: #333;
}
.about-title p{
	display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.about3-list a{
	width: 230px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-right: 12.5px;
	margin-bottom: 15px;
	padding: 10px 20px;
}
.about3-list a:nth-child(5n){
	margin-right: 0;
}
.about3-list a img{
	width: 100%;
	height: auto;
}
.about4{
	padding: 80px 0;
}
.about4-list ul{
	display: flex;
	justify-content:space-between;
}
.about4-list ul li{
	width: 280px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	background-color: #9a0005
}
.about4-list ul li:nth-child(2){
	background-color: #bd0006;
}
.about4-list ul li:nth-child(3){
	background-color: #ed1d24;
}
.about4-list ul li:nth-child(4){
	background-color: #ff545a;
}
.about4-list ul li h5{
	font-size: 20px;
	margin-bottom: 20px;
}
.about4-list ul li h5 em{
	font-size: 32px;
	font-weight: bold;
}
.about4-list ul li p{
	line-height: 24px;
}
/* 行业应用 */
.service-txt{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 20px;
}
.service-list a{
	float: left;
	width: 380px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-list a img{
	width: 100%;
	height: auto;
}
.service-list a:nth-child(3n){
	margin-right: 0;
}
.service-list a div{
	background-color: #fff;
	padding: 25px;
}
.service-list a div h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.service-list a div p{
	font-size: 13px;
	color: #999;
	margin-top: 5px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

/* product1 */
.product1 h4{
	font-size: 36px;
    line-height: 1.3;
    color: #353D42;
	margin-bottom: 36px;
}
.product1-txt{
	font-size: 18px;
	line-height: 1.75;
	color: #353D42;
}
.product1-tab{
	margin-top: 20px;
}
.product1-tab a{
	float: left;
	width:100px;
	line-height: 30px;
	text-align: center;
	background-color: #ed1d24;
	color: #fff;
	border-radius: 5px;
	margin-right: 15px;
}
.product2{
	margin-top: 90px;
	padding: 90px 0;
	background-color: #f4f4f4;
}
.product2 h4{
	font-size: 36px;
	line-height: 1.3;
	color: #353D42;
	margin-bottom: 36px;
}
.product3{
	padding: 50px 0;
}
.prodcut-title h4{
	font-size: 36px;
	line-height: 1.3;
	color: #353D42;
	margin-bottom: 36px;
}
.product2-list a{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	background-color: #fff;
}
.product2-list a i{
	display: block;
	overflow: hidden;
}
.product2-list a:last-child{
	margin-right: 0;
}
.product2-list a i img{
	width: 100%;
	height: auto;
}
.product2-list a div{
	padding: 30px 20px;
}
.product2-list a div h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product2-list a div p{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}
/*menu*/
.menu{
	width: 230px;
	float: left;
}
.menu h2{
	height: 90px;
	color: #fff;
	background-color: #ed1d24;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	padding-left: 35px;
	padding-top: 15px;
	position: relative;
}
.menu h2 i{
	display: block;
	width: 17px;
	height: 7px;
	background: url(../img/menu_b.png) no-repeat center center;
	position: absolute;
	right: 30px;
	top: 30px;
}
.menu .menu-list{
	margin-top: 15px;
	background-color: #f5f5f5;
}
.menu .menu-list li>a{
	display: block;
	font-size: 16px;
	height: 48px;
	border-bottom: 1px solid #e6e5e5;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	overflow: hidden;
}
.menu .menu-list li>a span{
	display: block;
	height: 20px;
	margin-top: 14px;
	width: 178px;
	border-right: 2px solid #cecece;
}
.menu .menu-list li>a.active span,.menu .menu-list li>a:hover span{
	border-color: #ed1d24;
	color: #ed1d24;
}
.menu .menu-list div{
	border-bottom: 1px solid #ddd;
	display: none;
}
.menu .menu-list div a:hover,.menu .menu-list div a.active{
	color: #ed1d24;
}
.menu .menu-list div a{
	display: block;
	line-height: 40px;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
}
/*产品中心*/
.content-r {
    width: 940px;
    float: right;
}
.product a{
	float: left;
	position: relative;
	width: 296px;
	height: 296px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.product a img{
	width: 100%;
	height: 100%;
}
.product a:nth-child(3n){
	margin-right: 0;
}
.product a h4{
	line-height: 50px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product a:hover h4{
	background-color: rgba(227,0,0,0.6);
}
.product-top-l{
	float: left;
	width:420px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.product-top-l img{
	width: 100%;
	height: auto;
}
.product-top-r{
	float: right;
	width: 480px;
}
.product-xq-c{
	margin-top:40px;
}
.product-top-r h4{
	margin: 0px;
	padding-top: 5px;
	display: block;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.product-top-r p{
	line-height: 45px;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	color: #666;
}
.product-top-r p i{
	font-style: normal;
	font-size: 22px;
	color: #ed1d24;
	font-family: impact;
}
.product-top-r a{
	width: 145px;
	height: 40px;
	background: #ed1d24;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	border-radius: 5px;
}
.product-xq-c .product-tab {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
}
.product-xq-c h3 span {
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #ed1d24;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-tab{
	margin-bottom: 30px;
}
.product-tab span{
	float: left;
	width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333;
	cursor: pointer;
	margin-right: 20px;
    background: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-tab span.active{
	background-color: #ed1d24;
	color: #fff;
}
.news-xq-box div{
	min-height: 300px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.news-xq-box div img{
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.news-xq-box div tr td,.news-xq-box div tr th{
	border: 1px solid #ddd;
	border-top: 1px solid #ddd !important;
}
.product3-list{
	
}
.product3-list a{
	float: left;
	width: 285px;
	margin-right: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}
.product3-list a:nth-child(4n){
	margin-right: 0;
}
.product3-list a img{
	width: 100%;
	height: auto;
}
.product3-list a div{
	padding: 10px;
}

.product3-list a div h4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.product3-list a div p{
	font-size: 13px;
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
@media only screen and (max-width: 1630px) {
    .cont2-menu-phone>p{
		font-size: 12px;
	}
	.cont2-menu-phone>p span{
		font-size: 18px;
	}
}
/* 应用案例 */
.cast-list a{
	float: left;
	width: 290px;
	margin-right: 13.33px;
	margin-bottom: 20px;
}
.cast-list a i{
	display: block;
	overflow: hidden;
}
.cast-list a:nth-child(4n){
	margin-right: 0;
}
.cast-list a img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.cast-list a h4{
	line-height: 50px;
    background-color: #f4f4f4;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    padding: 0 10px;
}
/* 服务支持 */
.fw{
	font-size: 16px;
	color: #333;
	line-height: 34px;
}