﻿@charset "utf-8";

*{ margin:0; padding:0; list-style:none;}
html,body{height:100%; width:100%; overflow:auto; margin:0;
padding:0;}
img{ border:none;}
a{ text-decoration:none;}
.none { display:none;}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ol,ul{list-style:none;margin:0px;padding:0px;}
.clear{clear:both;}/* clear float */
img {
	border:0px;
}


.top {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

.top .logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 359px;
	height: 80px;
	background-position: right;
	float: left;
}
.top .right {
	float: right;
	height: 80px;
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
}
.nav{
	float:right;
	width:600px;
}
.nav ul .one{
	width:100px;
}
.nav ul li{
	width:100px;
	position:relative;
	float:left;
	display:block;
	z-index:1;
}
.nav ul li a{
	color:#333333;
	display:block;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 80px;
	text-align: center;
}
.nav ul li a:hover{
	color:#DB1516;
	background-image: url(../images/nav_over.jpg);
	background-repeat: no-repeat;
	width: 100px;
}

.nav li ul{
	display:none;
	position: absolute;
	left: 0px;
	top:80px;
	z-index:1;
	width: 100px;
}
.nav li ul li{
	border-TOP: none;
	width:100px;
	display:block;
	float:left;
	background-color: #f5f5f5;
}
.nav li ul li a{
	width:100px;
	display:block;
	float:left;
	color:#7E8E9E;
	background-image: none;
	line-height: 30px;
}
.nav li ul li a:hover{
	width:100px;
	display:block;
	float:left;
	color:#7E8E9E;
	background-image: none;
	line-height: 30px;
}
.nav ul li:hover ul,.nav ul li.over ul{
	display:block;
	color:#667788;
	line-height: 30px;
}
.nav li ul li a:hover{
	color:#44515B;
	line-height: 30px;
}
.banner {
	background-color: #0066CC;
	height: 500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    text-align:center;
}
@media screen and (max-width: 1440px) {
    .banner {
        background-color: #0066CC;
        height: 400px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}
/* 设置了浏览器宽度不大于1440px时 显示400px宽度 */

.row{margin-bottom: 10px;}
.row-pv{
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
    overflow:hidden;
}
.row-pv .title{margin-bottom: 5px;text-align: center;}
.row-pv .title h2{
	font-size: 32px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.title h2 span {
    color: #da1618;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
}

.row-pv .title h3{
	line-height: 38px;
	font-size: 24px;
	color: #333333;
	font-family: "微软雅黑";
	font-weight: normal;
}
.row-pv .title h6{
	font-size: 14px;
	color: #999999;
	font-family: "微软雅黑";
	font-weight: normal;
}
 .ac-about {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    }
 .w1400 {
        width: 1400px;
        margin: 0 auto;

    }

    .ac-about li {
        width: 22.8%;
        margin-left: 2.8%;
        float: left;
        text-align: left
    }

    .ac-about li:first-child {
        margin-left: 0
    }

    .ac-about li a {
        display: block;
        width: 100%
    }

    .ac-about li .pic {
	width: 319px;
	overflow: hidden;
	height: 219px;
    }

    .ac-about li img {
        width: 100%;
        transition: transform .3s
    }

    .ac-about li h3 {
	font-size: 20px;
	color: #333;
	line-height: 24px;
	margin-top: 14px;
        transition: color .3s
; 	font-family: "微软雅黑";
	font-weight: normal;
    }

    .ac-about li .font {
	position: relative;
	font-size: 14px;
	color: #555;
	line-height: 24px;
	margin-top: 8px;
	height: 50px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-weight: normal;
	text-align: left;
	display: block;
    }

    .ac-about li .more {
	font-size: 16px;
	color: #d9271b;
	line-height: 60px;
	font-family: "微软雅黑";
	font-weight: normal;
	height: 60px;
    }

    .ac-about li:hover img {
        transform: scale(1.1)
    }

    .ac-about li:hover h3 {
        color: #d9271b
    }
.product{
	background-color: #f6f6f6;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-top: 10px;
}



.scrollNav{
	width: 240px;
	height: 40px;
	margin: 10px auto;
	background-position: -160px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.scrollNav-prev,.scrollNav-next{width: 50px;height: 40px;cursor: pointer;  }
.scrollNav-prev{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	width: 48px;
}
.scrollNav-next{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(../images/next.jpg);
	width: 48px;
}
.scrollNav-prev:hover {
	background-image: url(../images/prev_over.jpg);
	height: 40px;
	width: 48px;
}
.scrollNav-next:hover {
	background-image: url(../images/next_over.jpg);
	width: 48px;
}

.projects{
	width: 2800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.list_pro{
	padding:0px;
	line-height:140%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_pro li{
	list-style:none;
	width:320px;
	float:left;
	text-align:center;
}
.font{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.fany {
	font-size: 12px;
	color: #333333;
	line-height: 40px;
	font-family: "微软雅黑";
	font-weight: normal;
	height: 40px;
	text-align: center;
	float: left;
	width: 142px;
}
.success {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
	background-image: url(../images/cp.jpg);
	background-repeat: no-repeat;
	height: 480px;
}
 .success  .con {
	display: block;
	position: absolute;
	width: 600px;
	height: 220px;
	text-align: left;
	float: left;
	background-color: #0f70ca;
    opacity: 0.8;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 100px;
	padding-left: 30px;
    }

    .success  .con h3 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height: 60px;
	font-family: "微软雅黑";
    }

    .success  .con h2 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	font-family: "微软雅黑";
	font-weight: normal;
    }

    .success .con .more {
	display: block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	color: #003366;
	border-radius: 25px;
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
    }

  .success  .ytj {
	background-image: url(../images/ytj.png);
	background-repeat: no-repeat;
	float: right;
}
.news {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
}
.news_1400 {
	background-color: #FFFFFF;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}
.news_list {
	width: 1340px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 150px;
}


.news_img {
	position: relative;
	float: left;
	width:240px;
	height: 145px;
	overflow: hidden;
}
.news_title {
	font-size:18px;
	color:#333;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	float: right;
}
.news_title:hover {
    font-size: 18px;
    color: #040b8e;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "微软雅黑";
    float: right;
}
.news_text {
	position: relative;
	width:100%;
	padding-top:15px;
	color:#666666;
	line-height: 24px;
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
}
.news_time {
	position: relative;
	color:#666;
	float: left;
	width: 180px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.news_more {
	position: relative;
	bottom:0px;
	right:0px;
	color:#666666;
	float: right;
	width: 120px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.news_textBlock {
	position: relative;
	float: left;
	width:1050px;
	margin-left: 25px;
}

.news_moreButton {
	position: relative;
	width:140px;
	height: 36px;
	line-height: 36px;
	color:#fff;
	display: block;
	margin-top:15px;
	text-align:center;
	background-color: #e70014;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

 .footer {
	width: 100%;
	background-color: #333333;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
    }

    .footer-top {
	padding-bottom: 5px;
	border-bottom: 1px solid #3c3c42;
	height: 155px;
    }

    .footer-bot {
	background-color: #333333;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 30px;
	height: 30px;
    }

    .footer-bot-left {
	float: left;
    }

    .footer-bot-left p {
        font-size: 13px;
        color: #fff;
        line-height: 40px;
    }

    .footer-bot-left p a{
        font-size: 13px;
        color: #fff;
        line-height: 40px;
        text-decoration:none;
    }

    .footer-top-center {
	float: left;
	width: 80%;
    }

    .footer-top h2 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 7px;
	font-family: "微软雅黑";
    }

    .footer-top-center li {
        width: 10%;
        float: left
    }

    .footer-top-center li p {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	font-family: "微软雅黑";
    }

    .footer-top-center li a {
        color: #fff;
        transition: color .3s
    }

    .footer-top-center li a:hover {
        color: #dd231f
    }
.ny_banner {
    height: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.ny_banner img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
@media screen and (max-width: 1440px) {
.ny_banner {
    height: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ny_banner img {
    width: 1920px; /*图片宽度*/
    position: absolute;
    left: 50%;
    margin-left: -960px; /*图片宽度的一半*/
}
}
/* 设置了浏览器宽度不大于1440px时 显示400px宽度 */

.tabNavs{

	height: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tabNavs .wrapper{
	position: relative;left: 50%; height: 42px;float: left;
}
.tabNavs .tabNavs-ul{
	position: relative;left: -50%;float: left;
}
.tabNavs .tabNav{
	display: inline-block;
	width: 124px;
	height: 40px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	font-family: "微软雅黑";
	color: #333333;
	margin-left: -9px;
}
.tabNavs .tabNavs:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.tabNavs .tabNav.on{border-color: #da1618;background-color: #da1618;color: #ffffff;}
.tabNavs .tabNav:first-child{border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.tabNavs .tabNav:last-child{border-top-right-radius: 4px;border-bottom-right-radius: 4px;}

.ac-number {
	width: 100%;
	background: #fff;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	height: 80px;
    }

    .ac-number li {
        float: left;
        width: 25%;
        text-align: center
    }

    .ac-number li h2 {
	font-size: 48px;
	color: #dc231f;
	font-weight: bold;
	line-height: 50px;
	font-family: "微软雅黑";
    }

    .ac-number li p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	font-family: "微软雅黑";
    }
.tabNavs .news {
	position: relative;
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	width: 380px;
	background-color: #FFFFFF;
}
.ny_news_textBlock {
	position: relative;
	float: left;
	width:1340px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.ny_news_list {
	width: 1340px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
.news-page {
        width: 100%;
        height: 40px;
        text-align: center
    }

    .news-page a {
        font-size: 14px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        display: inline-block;
        background: #f7f7f7;
        color: #686868;
        transition: background .3s, color .3s
    }

    .news-page.new a {
        background: #fff
    }

    .news-page a.active,
    .product-list .news-page a.active,
    .news-page.on a.active,
    .news-page.new a.active {
        color: #fff;
        background: #de241b
    }

    .news-page a.btns {
        font-family: '宋体'
    }

    .product-list .news-page a {
        background: #fff
    }

    .news-info-box {
        width: 100%;
        background: #fff;
        padding: 102px 0 125px
    }
	 .news-page .go {
        font-size: 14px;
        line-height: 40px;
        width: 80px;
        height: 40px;
        border: none;
        display: inline-block;
        background: #f7f7f7;
        color: #686868;
        transition: background .3s, color .3s;
    }
	#pageNum {
        border: 1px solid #eee;
        background: none;
        padding: 0 5px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        font-size: 14px;
        color: #686868;
        background: #fff;
    }
.CorporateCulture {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.CorporateCulture .Idea  {
	margin-bottom: 20px;
	background: #f7f7f7;
	height: 50px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
}
.CorporateCulture .Idea .Icon {
	float: left;
	margin-top: 5px;
}

 .CorporateCulture .Idea .h4tit {
	display: block;
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	float: left;
	width: 100px;
	height: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
}

.CorporateCulture .Idea p{

	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	float: left;
	line-height: 50px;
	text-indent: 10px;
	height: 50px;
}
.display {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
.display_list_pro {

	padding:0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.display_list_pro li {
	list-style:none;
	float:left;
	text-align:center;
	border: 1px solid #e9e9e9;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.hei20 {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 60px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
}
.hei14 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
.people {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.news_1400 .people h6 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 40px;
	color: #333333;
}
.news_1400 .people p {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.news_1400 .people_wz {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	width: 600px;
}
.news_1400 .people_wz .Icon {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.list_img {
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1400px;
	height: 253px;
}
.list_img li {
	list-style:none;
	float:left;
	text-align:center;
	background-color: #FFFFFF;
}

 .wrap {
	overflow: hidden;
	height: 260px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
    }

 .wrap p {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.wrap_tit .l-fonez {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #da1618;
}
.wrap_tit {
	overflow: hidden;
	padding: 15px 30px;
	background-color: #f7f7f7;
}
.wrap_tit p {

	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.w_680 {
	float: left;
	width: 680px;
}
.tab{padding:20px 0;}
.tab table tr{height:48px;}
.tab table th{
	color:#fff;
	background-color: #da1618;
	font-family: "微软雅黑";
	font-size: 16px;
	font-style: normal;
	line-height: 48px;
	font-weight: normal;
	font-variant: normal;
}
.tab table tr{
	background:#f7f7f7;
	color:#333333;
	font-family: "微软雅黑";
	font-size: 14px;
	font-style: normal;
	line-height: 48px;
	font-weight: normal;
	font-variant: normal;
}
.hei14_left {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 15px;
	padding-top: 15px;
}
.tit16 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	height: 60px;
	padding-top: 10px;
}
.hzgs_list {

	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 150px;
}
.hzgs_img {

	position: relative;
	float: left;
	width:486px;
	height: 172px;
	overflow: hidden;
}
.hzgs_title {
	font-size:18px;
	color:#333;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	float: right;
	line-height: 40px;
}
.hzgs_title:hover {

	font-size:18px;
	color:#FF0000;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	float: right;
}
.hzgs_text {

	position: relative;
	width:98%;
	padding-top:0px;
	color:#666666;
	line-height: 24px;
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
}
.hzgs_textBlock {
	position: relative;
	float: left;
	width:890px;
	padding-left: 10px;
	background-color: #f6f6f6;
	height: 172px;
}
.hzgs_more {
	position: relative;
	color:#FFFFFF;
	float: left;
	width: 120px;
	height: 30px;
	background-color: #d7262e;
	text-align: center;
}
.hzgs_more a{
	position: relative;
	color:#FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	height: 30px;

}

.case-box {
    width: 1000px;
    margin: 0 auto;
}

.case-box h1 {
    font-size: 30px;
    color: #333333;
    line-height: 54px;
    padding: 19px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: normal;
}

.case-box p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    word-wrap: break-word font-family: "微软雅黑";
    font-family: "微软雅黑";
}

.case-box span {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;
}
