<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 字体*/

/* @font-face {
    font-family: "思源黑体";
    src: url("../font/SourceHanSansSC-Bold.otf");
    src: url("../font/SourceHanSansSC-ExtraLight.otf");
    src: url("../font/SourceHanSansSC-Heavy.otf");
    src: url("../font/SourceHanSansSC-Light.otf");
    src: url("../font/SourceHanSansSC-Medium.otf");
    src: url("../font/SourceHanSansSC-Normal.otf");
    src: url("../font/SourceHanSansSC-Regular.otf");
} */
.brand {
	overflow: hidden;
}
/*reset*/
body {
	font-family:"思源黑体","微软雅黑","宋体",Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#333;
	overflow-x:hidden;
}

a {
	color:#333; 
	text-decoration:none;
}

h1,h2,h3{
	font-weight: bold;
}

ul,li{
	list-style:none; 
	padding:0px; 
	margin:0px;
}

*{
	margin:0px; 
	padding:0px; 
	border:none;
	color:#333;
	font-family:"思源黑体","微软雅黑",Arial, Helvetica, sans-serif;
}


/*tool*/

.fix::after{
	content: '';
	display: block;
	width:0px;
	height:0px;
	clear: both;
}

/* content */

header{
	width:100%;
}

header hr{
	height:2px;
	width: 100%;
	background: #ccc;
}

.top-box{
	    background-image: linear-gradient(to right ,#000, #3c3b3b);
}

.top-head{
	width:1200px;
	height: 38px;
	margin:0 auto;
}

.top-head span{
	line-height:38px;
	color:#fff;
}

.top-head a{
	float: right;
	line-height: 38px;
	float: right;
	padding:0 15px;
	color:#fff;
}

.head-logo{
	width:1200px;
	height:80px;
	margin:0 auto;
}
.head-logo .logo_sp{
    border-left: 2px solid #cacaca;
    font-size: 18px;
    /* font-weight: bold; */
    color: #676767;
    width: 125px;
    display: block;
    float: right;
    text-align: right;
    margin: 16px 0 0 0;
}
.head-logo .logo_sp i{
  color: #333;
font-style: normal;
}
.head-logo a{
	float: left;
	margin:10px 0;
}

.head-logo a img{
	margin-left: -3px;
        width: 410px;
}
.head-logo a img.lg1{
     width: 50%;
    margin-bottom: 18px;
    margin-left: 15px;
}
.head-logo&gt;h2{
	color:#333;
	line-height:80px;
	font-size: 28px;
	float:left;
}

.head-logo div{
	float: right;
	/*width:300px;
	margin-top:25px;*/
}

.head-logo div img{
	float: left;
	width:78px;
	margin-right:5px;
}

.head-logo div h2{
    font-size: 28px;
    color: #333;
    line-height: 42px;
    padding-top: 10px;
}

.head-logo div h3{
	font-size: 30px;
	color:red;
	line-height: 30px;
	font-weight: bolder;
    background-image: linear-gradient(to right ,#c7000a, #fb0612);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

hr{
	margin-bottom:-2px;
	background: #ccc;
	width:100%;
}

.nav{
	width:1200px;
	height:58px;
	margin:0 auto;
}

.nav li{
	padding: 0 53px;
	height:58px;
	float: left;	
	line-height: 58px;
	position: relative;
}

.nav  li:hover{
	    background-image: linear-gradient(to right ,#333, #4c4747);
}
.nav  li:hover&gt;a{
	color:#fff;
}

.nav  li a{
	display: block;
	color: #333;
	font-size: 16px;
	height:58px;
}

.nav &gt; li.nav-active{
	    background-image: linear-gradient(to right ,#333, #4c4747);
}

.nav .nav-active&gt;a{
	color:#fff;
}
/*导航下拉菜单*/
.nav .bg{
    padding:0px; 
    display:block;
}
.nav li .nav-w {
    z-index: 21;
    position: absolute;
    display: none;
    float: left;
    clear: both;
    overflow: hidden;
    top: 58px;
    background: #fff;
    left: -4px;
}
.nav li:hover a{ 
    color:#fff;
}
.nav li .section-nav1{ 
    padding:10px; 
    height:auto;
    overflow: hidden;
}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:160px;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
    position: static;
    padding: 0px;
    margin-bottom: -15px;
    width: 100%;
    background: none;
    float: left;
}
.nav li .section-nav1 ul li a {
    border: #f0f0f0 1px solid;
    text-align: left;
    padding: 5px;
    line-height: 22px;
    width: auto;
    padding-left: 3px;
    display: block;
    background: none;
    float: none;
    height: auto;
    color: #92040c;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.nav li .section-nav1 ul li a:hover {
    border: #c7000a 1px solid;
    background: #c7000a;
    color: #ffffff;
}
/*导航下拉菜单*/

.sec-1{
	width:100%;
	border-bottom:1px solid #ddd;
	/*height:690px;*/
}

.banner{
	width:100%;
	height:100%;
	position: relative;
	overflow: hidden;
}

.n_banner{
	width:100%;
	height:340px;
	position: relative;
	overflow: hidden;
}

.n_banner img{
	position: absolute;
	left:50%;
	top:0;
	transform: translate(-50%,0);
}

.carousel{
    position: absolute;
    left:0;
    width:100%;
}

.carousel-item{
    width:100%;
    position: absolute;
    left:0;
}

.banner img{
    width:100%;
    display: block;
} 

.dot{
    width:200px;
    margin:0px auto 0;
    text-align: center;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform: transform:translateX(-50%); 
	-ms-transform: transform:translateX(-50%);
	-o-transform: transform:translateX(-50%);
	-moz-transform: transform:translateX(-50%);
    top:90%;
    z-index: 10;
    height:50px;
}

.dot-item{
    display: inline-block;
    width:16px;
    height:16px;
    border-radius:8px;
    margin:0px 8px;
    background:rgba(000,000,000,.4);
}

.active{
      background: #333;
    color: #Fff;
}

.sec-2{
	width:1200px;
	margin:50px auto 0px;
}

.sidebar{
	float: left;
	width:340px;
	border:1px solid #ccc;
}

.sidebar div {    position: relative;}

.sidebar div img{
	display: block;
    width: 100%;
}

.sidebar div h1{
    display: block;
    width: 100%;
    position: absolute;
    top: 32px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 50px;
}

.sidebar .sidebar_contact{
	padding:10px 0;
	border-top:1px solid #ccc;
}

.sidebar .sidebar_contact p{
	border-top:1px dashed #ccc;
	height:36px;
	line-height: 36px;
	text-indent: 20px;
	width:90%;
	margin:0 auto;
}
.sidebar .sidebar_contact p:first-of-type{
	border-top:none;
}

.side-nav{
	width:100%;
}

.side-nav h2{
    text-indent: 140px;
    line-height: 50px;
    text-align: center;
    border-top: solid 1px #ccc;
    height: 53px;
    font-size: 18px;
}
.side-nav h2 img{
	margin:7px 40px;
	vertical-align: middle;
}

.side-nav ul{
	padding:5px 0;
	border-top:1px solid #ccc;
}

.side-nav ul li{
	float: left;
	width:50%;
	text-align: center;
	height: 36px;
	line-height: 36px;

}

.prod-box{
	float: left;
	width:calc(100% - 342px);
}

.pro-list li{
    float: left;
    width:calc((100% - 51px) /3);
    margin: 0 0 10px 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.pro-list li .tro{
position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
    height: calc(100% - 32px);
    background: rgba(255, 255, 255, 0.48);
opacity:0;
padding:8px;
}
.pro-list li:hover .tro{
opacity:0.9;
}
.pro-list li h2{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:32px;
	line-height: 32px;
	background: rgba(000,000,000,.3);
	color:#fff;
	text-align: center;
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
	font-weight: normal;
	font-size: 16px;
}
.pro-list li:hover h2{
    background: #333;
}
.pro-list li img{
	display: block;
	width:100%;
	transition: all ease-in .8s;
	position: relative;
	z-index: -1;
}

.pro-list li:hover img{
	transform: scale(1.2,1.2);
}


.hr{
	width:1200px;
	margin: 20px auto 30px;
	position: relative;
	overflow: hidden;
}

.hr h2{
	text-align: center;
	font-size: 40px;
	height:70px;
	line-height: 70px;
}

.hr p{
	text-align: center;
	padding:0 20px;
	line-height: 40px;
}

.hr p .hr_text{
	padding:0 15px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	height:24px;
	color: #000;
	font-size: 18px;
}

.hr p .hr_text::after,.hr p .hr_text::before{
	content: "";
	width:90px;
	height:4px;
	border-radius: 3px;
	background-image:linear-gradient(to right ,#000, #3c3b3b);
	position: absolute;
	top:50%;
	z-index: 100;
}
.hr p .hr_text::after{
	right:100%;
}
.hr p .hr_text::before{
	left:100%;
}

.hr p .hr_left,.hr p .hr_right{
	width:600px;
	height:1px;
	border-radius: 3px;
	background:#ccc;
	position: absolute;
	top:50%;
}

.hr p .hr_left{
	right:100%;
}
.hr p .hr_right{
	left:100%;
}



.worries{
	position: relative;
	margin-bottom:60px;
}

.worries ul{
	width:30%;
	float: left;
}
.worries ul li{
	width:400px;
	height:300px;
	margin-top: 40px;
	position: relative;
}

.worries ul li img{
	position: absolute;
	left:50%;
	transform: translate(-50%,0);
	top:0;
    width: 60%;
}

.worries ul li:hover .zIndex{
	z-index: -1;
}

.worries ul li h3{
	text-align: center;
	height:50px;
	font-size: 30px;
	color:#444;
	line-height: 50px;
	padding-top:150px;
}
.worries ul li p{
	width:55%;
	text-align: justify;
	margin:0 auto;
	font-size: 18px;
	line-height: 24px;
}
.worries ul:nth-child(2){
	float: right;
}
.worries&gt;a&gt;img{
	position: absolute;
	transform: translate(-50%,-50%);
	left:50%;
	top:50%;
}

.sec-3{
	width:100%;
	position: relative;
	margin:20px 0 20px;
}
.bg1{
	width:100%;
	height:800px;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.bg1 img{
	display: block;
	height:100%;
}
.sec3-box{
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

.ys-nav {
	width:1200px;
	margin:60px auto;
}
.ys-nav li{
	width:285px;
	height:50px;
	float: left;
	margin-right: 20px;
	text-align: center;
	border-radius: 25px;
	color:#fff;
	font-size: 22px;
	line-height: 50px;
	cursor: pointer;
	background:url(../images/ys-png.png) no-repeat top left/285px 50px;
}


.ys-nav li:last-child{
	margin-right: 0px;
}

.ys-nav .ys-active{
	background:linear-gradient(to right ,#03A9F4, #4c88c4);
}

.ys-detail{
	display: none;
	width:1200px;
	margin:0 auto;
}
.ys-detail img{
	display: block;
}

.ys-detail li{
	float: left;
	margin:0 15px 25px 0;
}
.ys-detail li:last-child{
	margin-right: 0px;
}

.ys-show{
	display: block;
}

.ys-detail .item-text{
	width:400px;
	height:411px;
	margin:0 20px 20px;
}
.item-text h3{
	font-size: 30px;
	line-height: 40px;
	padding-top:45px;
padding-bottom: 40px;
	color:#fff;
	text-align: center;
}
.item-text h4{
	font-size: 24px;
	line-height: 30px;
	padding-bottom:15px;
	color:#fff;
	text-align: center;
}
.item-text p{
	text-align: justify;
	color:#fff;
	font-size: 16px;
	line-height: 30px;
}



.custom{
	width:1200px;
	margin:0 auto;
}
.custom li{
	float: left;
	margin:20px;
	padding-top:45px;
}
.custom li img{
	display: block;
	margin:0 auto;
}
.custom li p{
	text-align: center;
	font-size: 28px;
	padding-top: 166px;
}
.custom li:hover .c-index{
	z-index: -1;
}
.custom .step{
	width:240px;
	margin:20px 0px;
	padding-top:0px;
	position: relative;
}
.custom .step img{
	position: absolute;
	top:0;
	transform: translate(-50%,0);
	left:50%;
}

.sec-3&gt;a{
	display: block;
	width:270px;
	height:84px;
	border-radius: 42px;
	background: linear-gradient(to right ,#000, #3c3b3b);
	color:#fff;
	line-height: 84px;
	text-align: center;
	font-size: 28px;
	margin:50px auto;
}

.bg2{
	width:100%;
	overflow: hidden;
	position: relative;
	height:150px;
	background: red;
}
.bg2 img{
	display: block;
	position: absolute;
	left:50%;
	top:0;
	transform:translate(-50%,0);
}

.sec-4{
	width:1200px;
	margin:0 auto;
}
.case-nav {
	width:1200px;
	margin:60px auto;
}
.case-nav li{
	width:285px;
	height:50px;
	float: left;
	margin-right: 20px;
	text-align: center;
	border-radius: 25px;
	color:#333;
	font-size: 22px;
	line-height: 50px;
	cursor: pointer;
	background:url(../images/ys-png.png) no-repeat top left/285px 50px;
}

.case-nav li:last-child{
	margin-right: 0px;
}

.case-nav .case-active{
	color:#fff;
	background:linear-gradient(to right ,#000, #4c88c4);
}
.case{
	display: none;
}
.case li{
	float: left;
	margin:0 20px 20px 0;
}
.case .case_list img{
                width: 285px;
    height: 174px;
}
.case-show{
	display: block;
	margin:50px 0;
}

.brand{
	width:285px;
	height:380px;
	background: url(../images/case0.png) no-repeat top left/285px 380px;
}

.brand img{
	margin:10px auto;
	display: block;
}
.brand p{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	width:90%;
	margin:0 auto;
}

.brand a{
	display: block;
	width:120px;
	height:30px;
	background: linear-gradient(to right ,#000, #3c3b3b);
	line-height: 30px;
	font-size: 14px;
	margin:10px auto;
	color:#fff;
	text-align: center;
}

.case&gt;li:nth-child(4),.case&gt;li:nth-child(7){
	margin:0 0px 20px 0;
}
.witness {
	padding-top: 30px;
}

.witness li{
	width:50%;
	height:230px;
	float: left;
	margin-bottom:20px;
}

.witness li div{
	float: left;
	width:39%;
	height:228px;
	border:1px solid #ccc;
}

.witness li h3{
	width:60%;
	float: left;
	font-size: 24px;
	line-height: 40px;
	text-indent: 30px;
}

.witness li p{
	float: left;
	width:60%;
	height:144px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	padding:20px 30px 0;
	box-sizing:border-box;
	text-indent:30px;
	overflow: hidden;
    color: #b3b3b3;
}

.witness li a{
	float: right;
	margin-right: 30px;
	background-image:linear-gradient(to right ,#000, #3c3b3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-5{
	width:100%;
	position: relative;
}

.bg3{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	overflow: hidden;
}
.about{
	width:1200px;
	height:340px;
	margin:15px auto 0px;
}
.about .ctrl{
	float: left;
	line-height: 56px;
	font-size: 48px;
	background: rgba(255,255,255,.4);
	color:#fff;
	width:50px;
	text-align: center;
	height:60px;
	position: relative;
	top:50%;
	transform:translateY(-50%);
	cursor: pointer;
}
.about .window{
	width:1080px;
	height:100%;
	float: left;
	margin:0 10px 0 3px;
	overflow: hidden;
}

.about ul{
	width:2190px;
	height:320px;
	position: relative;
	float: left;
}

.about ul li{
	width:200px;
	height:337px;
	margin:0 36.5px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	position: relative;
	padding:10px;
}
.about ul li img{
	margin-left: -10px;
	width:200px;
	display: block;
}

.about ul li p{
	text-align: center;
	font-size: 23px;
}

.sec-5&gt;h2{
	text-align: center;
	padding:5px;
	font-size: 30px;
	color:#fff;
}

.sec-5&gt;p{
	width:1140px;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	margin:10px auto;
}

.sec-5&gt;a{
	display: block;
	width:280px;
	height:60px;
	margin: 15px auto 10px;
	box-sizing: border-box;
	border:2px solid #FFF;
	line-height: 60px;
	text-align: center;
	color:#fff;  
}

.sec-6{
	width:1200px;
	margin:30px auto;
}

.news{
	width:754px;
	height:389px;
	float: left;
	margin-right:18px;
	box-sizing: border-box;
}

.news-nav{
	width:100%;
	height:57px;
}

.news-nav li{
	width:50%;
	float: left;
	text-indent: 30px;
	color: #fff;
	line-height: 57px;
	font-size: 24px;
	background: #d1d1d1;
	cursor:pointer;
}

.news-nav .news-active{
	background: linear-gradient(to right ,#000, #3c3b3b);
}

.news-class{
	display: none;
	padding: 20px;
	border:1px solid #ccc;
	border-top: none;
	box-sizing: border-box;
}

.news-show{
	display: block;
}
.news-class li{
	width:50%;
	height:38px;
	line-height: 38px;
	float: left;
	/* text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap; */
}
.news-class li a{
 text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
    display: block;
    width: 90%;
}


.news-class .news-item{
	width:100%;
	height:98px;
	line-height: 30px;
	margin-bottom:20px;
}

.news-class .news-item img{
	float: left;
	margin-right: 20px;
        width: 20%;
}

.news-class .news-item&gt;a{
	float: left;
	line-height:32px;
	text-align: center;
	border:1px solid #333;
	width:95px;
	height:32px;
	margin-top: 15px;
}
.news-class .news-item h3{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news-class .news-item p{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.question {
	width:428px;
	float: left;
}

.question&gt;div{
	width:100%;
	height:57px;
	background: linear-gradient(to right ,#000, #3c3b3b);
	text-indent: 30px;
	color: #fff;
	line-height: 57px;
	font-size: 24px;
}
.question ul{
	width:100%;
	height:354px;
	border:1px solid #d1d1d1;
	border-top: none;
	box-sizing: border-box;
	overflow: hidden;
}
.question ul li{
	height:50%;
	width:100%;
}

.question ul li h4{
	width:90%;
	margin:0 auto;
	height:42px;
	line-height: 42px;
}
.question ul li h4 span{
	background: #333;
}
.question ul li span{
	width:5.5%;
	height:22px;
	margin:10px 0;
	float: left;
	border-radius:10px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	background: #d1d1d1;
	margin-right: 3.5%;
	color:#fff;
}
.question ul li div{
	width:91%;
	margin:0 auto;
}
.question ul li div p{
	width:90%;
	float: right;
	text-align: justify;
	line-height: 24px;
	font-size:14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

footer{
	width:100%;
	background: #333;
}
.foot-box{
	width:1200px;
	margin:0px auto;
	padding:20px 0;
}
.foot-nav li h3 a{
	color:#fff;
}

.foot-nav {
	width:200px;
	float: left;
}
.foot-nav li{
	height:24px;
	line-height: 24px;
}
.foot-nav li a{
	color:#bbb;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    display: block;
}

.foot-contact{
	width:370px;	
	float: left;
}
.foot-contact li{
	height:24px;
	line-height: 24px;
	color:#bbb;
}

.foot-contact li a{
	color:#bbb;
}

.foot-box img{
	width:90px;
    margin: 0 10px;
    float: left;
}
.foot-box .erweima p{
    color: #fff;
    text-align: center;
}
.copy-right{
	width:100%;
	height:41px;
	border-top:1px solid #ccc;
	color:#bbb;
	text-align: center;
	font-size: 14px;
	line-height: 41px;
}

.copy-right a font{
	color:#bbb;
}

/*产品中心*/

.prou_name{
	width:100%;
	height:46px;
	float: right;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

.prou_name h2{
	float: left;
}

.Route{
	float: right;
}


/* 单页 */

.right-main{
	width:100%;
	float: left;
}

/*pro_view*/

.pro-imgs{
	width: 430px;
	float: left;
	padding-left:30px;
}
.bigimg{
	width:430px;
	height:100%;
}
.pro-imgs ul{
	width:430px;
}
.pro-imgs ul li{
	border:1px solid #fff;
	display: inline-block;
	width:20%;
	margin:1%;
}
.pro-imgs ul li img{
	display: block;
	width:100%;
	height:100%;
}

.pro-imgs .img-active{
	border-color: #333;
}

.promor{
	width:370px; 
	float:right;
}

.promor li{ 
	height:40px; 
	line-height:38px; 
	border-bottom:1px dashed #ccc; 
	margin-top:10px; 
	font-size:16px;
}

.promor h3{ 
	text-align:center; 
	font-size:18px; 
	font-weight:bolder;
}

.promor li span{ 
	font-weight:bolder; 
	margin:0px 5px; 
	font-size:18px;
}

.pro_intro{ 
    clear: both;
    padding-left: 30px;
    padding-top: 40px;
    margin-bottom: 30px;
}
.pro_intro h4{
	border-bottom:1px solid #ccc;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	color:#333;
	text-indent:40px;
}
.pro_intro p{
	padding:5px;
	font-size: 14px;
	color:#666;
	text-indent: 40px;
}
.n_more{ 
	width:100%; 
	height:40px;
	text-align: center; 
	font-size:16px; 
	line-height:40px; 
	margin:0 auto;
	border-top:1px solid #CCC !important;
}
.n_more a{ 
	margin:0px 5px;
    padding: 0 5px;
}
.n_more .Previous{ 
	float:left;
}
.n_more .Next{ 
	float:right;
}

/*************** news-list **************/

.news-list{
	width:100%;
}
.news-list li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	margin:0 0 20px 00px;
	overflow: hidden;
}
.news-list li:hover{
	box-shadow: 0 0 10px 4px #eee;
}
.news-list li img{
	margin: 15px;
	float: left;
	width:20%;

}
.news-list li div{
	width:75%;
	float: right;
}
.news-list li div h2{
	height:40px;
	line-height: 40px;
}
.news-list li div h2 span{
	float: right;
	color:#666;
	font-size: 12px;
	font-weight: normal;
	padding-right:40px;
}
.news-list li div p{
	line-height: 30px;
	padding:0 15px;
	font-weight: normal;
	font-size: 14px;
	color:#666;
}

.news-view{
	margin:0px 30px 70px;
}

.news-view h2{
	width:100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	background: rgba(000,000,000,.05);
}

.news-view ul{
	text-align: center;
	width:80%;
	border-bottom: 1px dashed #ccc;
	margin:20px auto;
}

.news-view ul li{
	display: inline-block;
	height:50px;
	line-height: 50px;
	padding:0 10px;
}

.news-view p{
	padding:20px 20px 30px;
	text-indent:30px;
	font-size: 14px;
	line-height: 28px;
}
/* .contact_us  */
.contact_us{
    clear: both;
    margin-left: 22px;
    margin-bottom: 30px;
}
.contact_us .contact_cont{
    width: 100%;
    margin: 0 auto;
    background: #f9f8f8;
    text-indent: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 0px 30px 0px;
}
.contact_us .contact_cont li{
         width:100%;
         float: left;
}
.contact_us ul{
    float: left;
    width: 50%;
}
.contact_us ul li{
	height:40px;
	line-height: 50px;
	font-size: 14px;
}
.contact_us .contact_cont .erem{
    float: right;
    width: 50%;
}
.contact_us .contact_cont .erem img{
    width: 33%;
}
/* .about_us  */

.about_us{
	padding:10px 40px 40px;
	line-height: 32px;
}

/* 公司相册 */

.album{
	width:100%;
}

.album li{
	width:80%;
	margin:30px auto ;
}

.album li img{
	width:100%;
}

.album h2{
	line-height: 40px;
	text-align: center;
}
/**/

  .df-flink{
          width: 1200px;
          margin: 0 auto;
          border-top: 1px solid #999;
          height: 100px;
     }
     .df-flink&gt;li+li {
          margin-right: 25px;
     }
     .df-flink&gt;li&gt;a {
         text-decoration: none;
         color: #333;
     }
     .df-flink&gt;li {
         color: #333;
         float: left;
         list-style: none;
         line-height: 50px;
     }
/*
.side-nav ul li {
    height: 30px !important;
    line-height: 30px !important;
}*/
.side-nav ul li a{
	display:block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
     width: 85%;
    margin: 0 auto;
}
.mess{
    width: 100%;
     margin: 40px auto;
    float: right;
}
.mess h4 {
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.mess .row {
	margin-left: -13.5px;
	margin-right: -13.5px;
	margin-top: 54px;
}
.mess .col-xs-12 {
	margin-top: 21px;
	float: left;
}
.mess .col-sm-6 {
	padding-right: 13.5px;
	padding-left: 13.5px;
	width: 47%;
	float: left;
}
.mess .col-xs-12 {
	margin-top: 21px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-sm-12 {
	width: 97%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.mess .col-xs-12 input {
	width: 100%;
	height: 51px;
	border: 1px solid #d5d5d5;
	background-color: transparent;
	padding-left: 15px;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.yan {
    margin: 22px 0;
	text-align: center;
}
.yan .input2 {
	width: 200px;
	height: 41px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 5px;
	background-color: #333;
	margin: 0 21px;
	margin-top: 8px;
	border: 0;
}
.yan .input3 {
	width: 200px;
	height: 41px;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 5px;
	background-color: #044b72;
	margin: 0 21px;
	margin-top: 8px;
	border: 0;
}
.col-xs-12 textarea {
	width: 100%;
	height: 123px;
	border: 1px solid #d5d5d5;
	background-color: transparent;
	padding-left: 15px;
	padding-top: 15px;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
.contact {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
}
.contact .contact_txt {
	margin:5px 20px;
}
.contact .contact_txt h3 {
	font-size: large;
	font-weight:bold;
	color: #99cc00;
}

.map{width: 100%; 	height: 320px; 	margin: 0 0 30px 0;}


.mess h1 {
	color: #333;
	font-size: 30px;
	font-family: "微软雅黑";
	text-align: center;
}


#ss{
	cursor: pointer;
	float: right;
	    margin: 10px 0 0 0;
}
#sbox{ 
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}
#sbox form{
    width: 500px;
    margin: 15% auto;
    padding: 20px;
}
#sbox form #keywords{
    text-indent: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
}
#sbox form li{
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #33373a;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    transition: all 0.3s;
}
#sbox form li:hover{
    background:#336cab; 
}
#sbox form #gb{
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: right;
    background: #33373a;
    margin-bottom: 10px;
    transition: all 0.3s;
}
#sbox form #gb:hover{
    background:#336cab; 
}

/*二维码*/
.erweima{
    display: block;
    float: left;
}


/*头部*/
.nav_pro{
    width: 90%;
    margin: 100px auto 45px;
}
.nav_ab{
    width: 504px;
}
.nav_pro a{
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px;
    margin: 15px;
}
.nav_pro a.new_a{
    display: block;
    width: 23%;
    text-align: center;
    float: left;
    font-size: 16px;
    background: #ece8e8;
}
.nav_pro a:hover{
    background: #333;
    color: #fff;
}
.nav_pro a.new_col{
    background: #333;
    color: #fff;
}
#jobs_iframeH{
   clear:both;
}
#jobs_iframeH .jobs{
  margin-bottom: 50px;
}
.jobs li {
    border-bottom: 1px dashed #ddd;
    height: 60px;
    line-height: 60px;
    clear: both;
}
.jobs li a {
    font-size: 14px;
}
.jobs li .Ntitle {
    float: left;
}
.jobs li b {
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}
.jobs li .time {
    float: right;
    font-size: 14px;
    color: #b3b3b3;
}

.nav_pro a.on{
    background: #333;
    color: #fff;
}



















































































































































</pre></body></html>