﻿@charset "utf-8";
/* CSS Document */
#about{
    padding-bottom:50px;
	}
.about-title{
	margin-top:50px;
	}
.about-title h3 {
        font-size: 32px;
	margin-bottom:20px;
        font-weight: bold;
        letter-spacing: 4px;
    }
.about-title h3 span {
        color: rgb(220,55,43);
    }
.about-title h4 {
        font-size: 14px;
        color: #888;
    }
.about-title .divider{
    margin-top:40px;
	width:100%;
	height:2px;
	background-color:rgb(197,19,9);
	}
.about-add h4 {
    margin-top:100px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    padding:60px 50px;
    color: #fff;
    background:url(../img/about-add.jpg) no-repeat center/cover;
}
.about-text h3 {
    margin-top:50px;
    margin-bottom:25px;
    text-align: center;
    color: rgb(197,19,9);
    font-weight:bold;
    font-size:32px;
}
.about-text p{
    text-indent:2em;
    font-size:15px;
    line-height:32px;
    margin-bottom:50px;
}
.about-content-photo img{
	margin:auto;
	}
#about .col-md-6{
	margin-top:50px;
	margin-bottom:50px;
	}
	
.application-good{
	margin:25px 0;
	padding:15px;
	}
    .application-good h3 {
    font-size:18px;
    text-align:center;
    font-weight:bold;
    }
    .application-content {
        margin: 40px 0;
    }
/*关于我们start*/

.about_content {
    width: 60%;
    margin: 0 auto;
}

    .about_content h2, .about_content h3 {
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .about_content h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .about_content p {
        font-size: 16px;
        color: #000;
        line-height: 180%;
        margin-bottom: 20px;
        text-align: center;
    }

    .about_content.history {
        text-align: center;
        position: relative;
    }

/*大事记start*/
.event_box {
    width: 100%;
    margin: 3% auto 0;
    position: relative;
    min-height: 420px;
}

    .event_box .parHd {
        width: 100%;
        display: inline-block;
        height: 92px;
        overflow: hidden;
    }

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

    .parHd .tempWrap:after {
        content: '';
        width: 85%;
        height: 1px;
        background: #580000;
        position: absolute; /* top:33%;*/ /* right:-140%;*/
        right: 8%;
        top: 35%; /* margin-top:-0.5px;*/
        z-index: 10;
    }

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 14px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

    .parHd li:after {
        content: '';
        background: url(../img/dot_ico.png) no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        z-index: 20;
        top: -12px;
        left: 50%;
        margin-left: -12px;
    }

.parBd {
    text-align: center;
    margin-top: 30px;
}

    .parBd h4 {
        position: relative;
        font-size: 24px;
        font-weight:bold;
        margin-bottom: 3%; /*width:200px;*/
        padding: 0 60px;
        display: inline-block;
        text-align: center;
    }

        .parBd h4:after {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            left: -100px;
            bottom: 12px;
        }

        .parBd h4:before {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            right: -100px;
            bottom: 12px;
        }

    .parBd p {
        line-height: 180%;
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }

div#listBox {
    width: 100%;
}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

    .sPrev img, .sNext img {
        transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    }

.parHd li.act span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(../img/cat.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 30px;
    z-index: 21;
}

.parHd li span, .parHd li.clone span {
    display: none;
}	
        .application-content p {
            font-size: 16px;
            line-height: 32px;
            text-indent: 2em;
            margin-bottom: 50px;
        }
.application-content img{
	margin:auto;
	}
	
.process-photo{
	margin-top:50px;
	margin-bottom:50px;
	}
	
.quality{
	margin-top:50px;
	margin-bottom:50px;
	}
.quality p{
	margin-top:50px;
	margin-bottom:20px;
	}

.parameters-list {
    position: relative;
    width: 340px;
    height: 380px;
    border: 2px solid rgb(197,19,9);
    margin:40px 15px;
}
.parameters-list .parameters-list-title{
	background-color:rgb(197,19,9);
	}
    .parameters-list .parameters-list-title h3 {
        line-height: 60px;
        text-align: center;
        text-align: center;
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }
    .parameters-list .parameters-list-text {
        padding: 15px;
    }
        .parameters-list .parameters-list-text p {
            text-indent: 2em;
            line-height: 28px;
            margin: 0;
        }
.parameters-list-btn{
	position:absolute;
	bottom:10px;
	right:20px;
	display:inline-block;
	padding:10px;
	background-color:#333;
	color:#fff;
	cursor:pointer;
	}
.parameters-list-btn:hover{
	background-color:rgb(197,19,9);
	}
.parameters-content{
	display:none;
	position:fixed;
	left:10%;
	top:20%;
	z-index:1;
	padding-top:30px;
	text-align:center;
	width:80%;
	height:500px;
	background-color:#fff;
	border:5px solid #000;
	border-radius:10px;
	overflow-y:auto;
	overflow-x:hidden;
	}
.parameters-content-btn{
	position:absolute;
	top:5px;
	right:5px;
	background-color:#000;
	padding:10px;
	border-radius:50%;
	cursor:pointer;
	}
.parameters-content img{
	margin:auto;
	}
@media (max-width:767px) {
	.about-video-content{
		position:relative;
		height:360px;
		}
	}

				
