﻿/*首页 index*/


.about .section-con .left {
    width: 55%;
    line-height: 30px;
}
.about .section-con .con-1 {
    font-weight: 600;
    font-size: 20px;
}
.about .section-con .con-2 {
    padding-bottom: 15px;
}
.about .section-con .con-3 {
   border-top: 3px solid red;
   width: 94px;
   height: 20px;
   margin-top: 5px;
}
.about .section-con hr {
   border-top: 1px solid #adadad;
}
.about .section-con li {
    margin-bottom: 6px;
}
.about .section-con li .num{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #333;
}
.about .section-con .right {
    width: 30%;
}
.about .section-con .right img{
    width: 100%;
}

.qualifications-box {
    background: #323e54;
}

.qualifications-box > div {
    margin: 0 auto 80px;
    /*height: 320px;*/
    overflow: hidden;
}

.slide-box {
	height: 300px;
	width: 100%;
	position: relative;
    margin: 0 auto;
}
.slide-content {
    width: 100%;
    height: 100%;
}
.slide-box .JQ-slide-content {
	position: absolute;
    width: 100%;
    height: 100%;
}
.slide-box .wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.slide-box ul {
	width: 10000px;
}
.slide-box li {
	width: 380px;
	float: left;
    position: relative;
}
.slide-box li img {
	width: 100%;
    padding: 0 10px;
}
.slide-box .JQ-slide-nav a {
	display: block;
    width: 50px;
    height: 100%;
	z-index: 99;
	position: absolute;
	top: 0;
}
.slide-box .JQ-slide-nav a.prev {
	left: -60px;
    background: url('/content/img/icon/icon-index-left.png') no-repeat center center;
	background-size: 40%;
}
.slide-box .JQ-slide-nav a.next {
	right: -60px;
    background: url('/content/img/icon/icon-index-right.png') no-repeat center center;
	background-size: 40%;
}
.slide-box .slide-explain {
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 35px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s  ease-in-out;
	-webkit-transition: all .3s  ease-in-out;
	-o-transition: all .3s  ease-in-out;
}
.slide-box .slide-explain.two {
    line-height: 30px;
    bottom: 20px;
}
.slide-box .slide-remark {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 10px;
    right: 10px;
    top: 1000px;
    bottom: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s  ease-in-out;
	-webkit-transition: all .5s  ease-in-out;
	-o-transition: all .5s  ease-in-out;
}
.slide-box .slide-remark-title {
    cursor: default;
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: -25px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: -2000px;
    cursor: pointer;
    letter-spacing: 4px;
    text-indent: 4px;
    transition: all .5s  ease-in-out;
    -moz-transition: all .5s  ease-in-out;
	-webkit-transition: all .5s  ease-in-out;
	-o-transition: all .5s  ease-in-out;
}
.slide-box .slide-remark-title.two {
    margin-top: -40px;
}
.slide-box .slide-remark-detail {
    color: #fff;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    width: 100px;
    font-size: 16px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    bottom: 20px;
}
.slide-box li:hover .slide-remark {
    top: 0;
} 
.slide-box li:hover .slide-remark-title {
    top: 50%;
}
.slide-box li:hover .slide-explain {
    bottom: -1000px;
} 

.section-footer {
    height: 70px;
    padding-top: 40px;
}
.section-footer a {
    font-size: 24px;
    width: 180px;
    padding-right: 30px;
    line-height: 50px;
    background: url('/content/img/icon/icon-more.png') no-repeat right center;
    display: block;
    margin: 0 auto;
    background-size: 22px;
}


.roll .wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.roll ul {
    position: absolute;
    top: 0;
    left: 0;
}
.roll li {
    float: left;
    list-style: none;
    /*width: 285px;*/
    height: 100%;
}
.roll li img {
    display: block;
    height: 100%;
} 


.slide-box .slide-content2 li {
    width: 285px;
    float: left;
    position: relative;
}