@charset "utf-8";
/* CSS Document */
.index-about {
	width: 32%;
	height: 450px;
	background:#FAF9F8;
	float:left;
	padding: 50px 14px 0 14px;
}
.index-about-slider {
	height: 200px;
	margin:0 auto;
}
.index-about-txt h1 {
	color: #61504D;
	font-size:20px;
	line-height: 20px;
	margin-top:18px;
}
.index-about-txt span {
	display: block;
	width: 30px;
	height: 2px;
	background:#FD8204;
	margin:10px 0;
}
.index-about-txt p {
	color: #61504D;
	margin-bottom:20px;
}
.index-about-txt a {
	font-size:16px;
	color: #FD7304;
}
.index-about-txt a:hover {
    color: #5680CC;
}

.index-news {
	width: 42%;
	height: 450px;
	float:left;
	margin:0 2%;
}
/*index-news*/
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.product-content {
    padding: 56px 0 8px;
}
.product-title {
    margin-bottom: 16px;
}
.product-title h3 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    line-height: 1.1;
}
.product-box {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.product-header ul {
    position: relative;
}
.product-header ul li {
    float:left;
    margin-right:20px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #fff;
}
.product-header {
}
.product-header ul li a {
    display: block;
    padding: 0 0 10px 0;
    text-decoration: none;
}
.product-head-tag {
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 15px;
}
.product-head-tag img {
    width: 100%;
    height: 100%;
    display: block;
}
.product-head-tag .active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.product-header ul li a:hover .active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.product-head-tit {
    display: block;
    color: #61504D;
    font-size: 16px;
    font-weight: bold;
}
.product-header ul li a:hover .product-head-tit {
    color: #FD8204;
}
.product-header ul .on a:after {
    display: inline-block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #FD8204;
    z-index: 1;
    height: 2px;
    bottom: -2px;
}
.product-list-item {
    padding-left: 14px;
    background:url(../images/back-line.png) no-repeat center left;
    padding-bottom: 4px;
}
.product-list-item h3 {
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: normal;
}
.product-list-item h3 a {
    color: #877C7A;
    display: block;
}
.product-list-item h3 span {
    float:right;
}
.product-list-text {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
.product-list-text span {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-right: 5px;
}
.product-switch {
    padding: 12px 0;
    overflow: hidden;
    height: 155px;
}
.product-list-item h3 a:hover {
    color: #FD8204;
}
.on .active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.on .product-head-tit {
    color: #FD8204;
}
/*产品服务*/
.pro-ser-title {
    overflow: hidden;
}
.pro-ser-title span {
    color: #FD8204;
    font-weight: bold;
    border-bottom: 2px solid #FD8204;
    font-size:16px;
    padding-bottom: 10px;
    margin-bottom:18px;
    display: inline-block;
}
.pro-ser-ul li {
    width: 24.6%;
    padding:87px 0 40px 0;
    margin-right:0.4%;
    position: relative;
    float:left;
    text-align: center;
}
.pro-ser-ul li a {
    color: #7E716F;
}
.pro-ser-li1 {
    background: #FAF9F8 url(../images/back1.png) no-repeat center;
}
.pro-ser-li2 {
    background: #FAF9F8 url(../images/back2.png) no-repeat center;
}
.pro-ser-li3 {
    background: #FAF9F8 url(../images/back3.png) no-repeat center;
}
.pro-ser-li4 {
    background: #FAF9F8 url(../images/back4.png) no-repeat center;
}
.pro-ser-li1:hover {
    background: #FFD900 url(../images/back1-1.png) no-repeat center;
}
.pro-ser-li2:hover {
    background: #FFD900 url(../images/back2-1.png) no-repeat center;
}
.pro-ser-li3:hover {
    background: #FFD900 url(../images/back3-1.png) no-repeat center;
}
.pro-ser-li4:hover {
    background: #FFD900 url(../images/back4-1.png) no-repeat center;
}


.index-video {
    width: 22%;
    height: 450px;
    float:right;
    padding-top: 45px;
}
.index-video video {
    width: 100%;
    height: 160px;
}
.enter-img1,.enter-img2 {
    width: 100%;
    max-width: 262px;
    margin: 10px auto 0 auto;
    min-height: 107px;

}
.enter-img2{
    margin-top:15px;
}

