﻿@charset "utf-8";

/* CSS Document */
body {
    background: #fbfbfb;
    position: relative;
}

.banner {
    width: 100%;
    position: relative;
    height: 534px;
    overflow: hidden;
}

.banner .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 1;
    margin-left: -490px;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/li_10.png) no-repeat -24px 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: 999999px
}

.banner .hd ul li.on {
    background-position: 0 0;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 534px;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .bd li a {
    display: block;
    height: 534px;
}

.main {
    margin: 36px auto 0 auto;
    width: 980px;
    padding-bottom: 45px;
}

.main .index-title {
    font-size: 16px;
    color: #e62129;
    height: 40px;
}

.main .index-title span {
    font-size: 12px;
    color: #969696;
}
.main .project {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.main .project .index-title {
    height: 33px;
}

.project-slide {
    width: 100%;
    height: 177px;
    position: relative;
}

.project-slide .bd {
    overflow: hidden;
    width: 980px;
}

.project-slide .bd ul {
    width: 1036px;
    height: 177px;
}

.project-slide .bd ul li {
    width: 202px;
    border-right: 1px solid #e7e7e7;
    padding-right: 28px;
    margin-right: 28px;
    float: left;
}

.project-slide .bd ul li h1 {
    color: #545454;
    font-size: 13px;
    font-weight: bold;
    margin-top: 14px;
}

.project-slide .bd ul li h2 {
    color: #7a7a7a;
    margin-top: 10px;
}

.project-slide .bd ul li .pj-pic {
    width: 202px;
    height: 98px;
    overflow: hidden;
}

.project-slide .bd ul li .pj-pic img {
    width: 202px;
    height: 98px;
}

.project-slide a.prev,
.project-slide a.next {
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    top: -29px;
    background-image: url(../images/ar_14.png);
    background-repeat: no-repeat;
}

.project-slide a.prev {
    background-position: 0 0;
    right: 25px;
}

.project-slide a.prevStop {
    background-position: 0 -20px;
    right: 25px;
}

.project-slide a.next {
    background-position: -24px -20px;
    right: 1px;
}

.project-slide a.nextStop {
    background-position: -24px 0;
    right: 1px;
}

.main-link {
	height: 180px;
	margin-top: 40px;
	background: url(../images/index_main.jpg) no-repeat 0 0;
}
.main-link>a,
.main-link .contact {
	float: left;
	height: 180px;
	display: block;

}
.main-link .tit {
	font-size: 16px;
	color: #ff0000;
	padding-top: 36px;
	line-height: 1.5;
}
.main-link .about {
	padding-left: 40px;
	width: 380px;
	padding-right: 70px;
}
.main-link .txt {
	font-size: 14px;
	color: #868686;
	line-height: 22px;
	margin-top: 6px;
}
.main-link .honor {
	padding-left: 28px;
	width: 222px;
}
.main-link .contact {
	padding-left: 28px;
	width: 212px;
}
.main-link .bshare-custom {
	margin-top: 16px;
}
.main-link .bshare-custom a {
	float: left;
	width: 33px;
	height: 33px;
	background: url(../images/social.png) no-repeat 0 0;
	margin: 0 8px 0 0;
	padding: 0;
}
.main-link .bshare-custom a.bshare-sinaminiblog {
	background-position: right 0;
}
/*
html {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(“data:image/svg+xml;utf8,<svg xmlns=‘http://www.w3.org/2000/svg’><filter id=‘grayscale’><feColorMatrix type=‘matrix’ values=‘0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/>#grayscale”);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(1);
}
*/