.inner-page {
	position: relative;
	background-color: #f4f4f4;
}
.inner-page .menu ul li a { color: #3c3c3c;}
.inner-page .menu > ul > li ul { background-color: rgba(60,60,60,.5);}
.inner-page .menu > ul > li ul:before { border-bottom-color: rgba(60,60,60,.5);}
.inner-page .menu > ul > li ul a { color: #fff;}
.inner-page .download { border-color: #3c3c3c;}
.inner-page .download a { background-image: url(../images/download_n.png); color: #3C3C3C;}
.inner-banner {
	height: 450px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.pro2-item1 { margin-top: 170px;}
.pro2-item1-right { width: 420px;}
.pro-item-title { margin-bottom: 20px;}
h3.pro-item-title {
	font-size: 24px;
	color: #333;
}
h4.pro-item-title {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.pro-item-list li {
	line-height: 25px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 15px;
	color: #333;
}
.solid li { background-image: url(../images/pro2_ico2.png);}
.hollow li { background-image: url(../images/pro2_ico1.png);}

.pro2-item2 {
	margin-top: 90px;
	padding: 190px 0 80px;
	background-color: #F4F4F4;
}
.pro2-item2-left { width: 420px;}

.pro2-item3 { margin-top: 190px; margin-bottom: 110px;}
.pro2-item3 .pro2-item1-right { width: 475px;}

.introduction { margin-top: 130px;}
.introduction h3 {
	position: relative;
	font-size: 30px;
	font-weight: normal;
	color: #464646;
	text-align: center;
}
.introduction h3:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eee;
	content: '';
	left: 0;
	top: 50%;
	z-index: 0;
}
.introduction h3 span {
	position: relative;
	padding: 0 20px;
	background-color: #fff;
	z-index: 1;
}
.introduction p {
	line-height: 1.5;
	
	font-size: 20px;
	color: #333;
	text-align: center;
}
.introduction p.first {margin-top: 80px;}

.pro1 .pro-item-list { padding-left: 20px;}
.pro1 .pro-item-list li { list-style-type: decimal;}
.pro1-item1 {
	margin-top: 175px;
	padding: 110px 0 60px;
	background-color: #f4f4f4;
}
.pro1-item1-right img { width: 430px; margin-top: 30px;}
.pro1-item1 .pro1-item1-left { width: 530px; margin-top: 50px;}
.pro1-item-title {
	line-height: 60px;
	border-bottom: 1px solid #959595;
	margin-bottom: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #333;
}
.pro1-item1 .pro1-item-title { background-image: url(../images/pro1_ico1.png);}
.pro1-item1 .pro1-item1-left ul li { line-height: 30px; background-position: left 8px;}
.pro1-item2 { margin-top: 100px;}
.pro1-item2-right { width: 530px;}
.pro1-item2-right .pro1-item-title { background-image: url(../images/pro1_ico2.png);}
.pro1-item2-right ul li, .pro1-item1-left ul li {
	line-height: 30px;
	padding-left: 0;
	background-image: none;
}
.pro1-item2 .pro1-item-left img { margin-top: 110px;}

.pro1-item3 { margin-top: 90px; padding: 125px 0 60px;}
.pro1-item3 .pro1-item1-left { width: 480px;}
.pro1-item3 .pro1-item-title { background-image: url(../images/pro1_ico3.png);}
.pro1-item3 ul li {
	line-height: 30px;
	padding-left: 0;
	background-image: none;
}

.pro1-item4 { margin: 120px auto 110px;}
.pro1-item4 .pro1-item-title {
	line-height: 65px;
	background-image: url(../images/pro1_ico4.png);
}
.pro1-item4 .pro1-item2-right { margin-top: 50px;}

.list { margin: 90px auto 150px;}
.list-content ul li {
	padding: 15px 0;
	border-bottom: 1px solid #d2d2d2;
}
.list-content ul li:first-child { border-top: 1px solid #d2d2d2;}
.list-content ul li .list-img { width: 160px;}
.list-content ul li .list-img img { display: block; transition: all .4s;}
.list-content ul li .list-img a:hover img { transform: scale(1.1);}
.list-content ul li .list-middle { width: 700px; margin-left: 30px;}
.list-content ul li .list-middle h4 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.list-content ul li .list-middle h4 a {
	font-size: 16px;
	font-weight: normal;
	color: #2f2f2f;
}
.list-content ul li .list-middle h4 a:hover { color: #0099ff;}
.list-content ul li .list-middle p {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}
.list-content ul li .list-date {
	width: 60px;
	height: 70px;
	line-height: 1.2;
	padding: 10px 15px;
	background-color: #eee;
	color: #00c0ff;
	text-align: center;
}
.list-content ul li .list-date span { font-size: 30px;}
.list-page { margin-top: 50px; text-align: center;}
.list-page li {
	display: inline-block;
	margin: 0 3px;
}
.list-page li a { display: block; padding: 2px 3px; color: #333;}
.list-page li.num a { padding: 2px 8px;}
.list-page li:hover a,.list-page li.selected a {
	background-color: #09f;
	color: #fff;
}

.content-title {
	margin-top: 120px;
	border-bottom: 1px solid #898989;
}
.content-title h1 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.content-title h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.content-content { line-height: 1.5; margin-bottom: 40px;}
.content-content img { max-width: 100%;}

.down-box {
	width: 200px;
	background-color: #fff;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.down-box.graybg {
    background: #f2f3f4;
}
.defaultshow { text-align: center;}
.down-box p {
    line-height: 25px;
	margin: 0 0 10px;
	color: #8a9099;
    font-size: 13px;
}
.down-box p.downtitle {
    color: #000;
    font-size: 14px;
}
.downtitle {
    color: #000;
    font-size: 14px;
}
.hovershow { display: none; text-align: center;}
.active-box .defaultshow { display: none;}
.active-box .hovershow { display: block;}
.down-box.active-box {
	position: relative;
    background-color: #0296FF;
    height: 230px;
    width: 400px;
    margin-top: -25px;
    padding: 45px 0;
}
.down-box.active-box p { color: #fff;}
.btn {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    width: 160px;
    background-color: rgba(255,255,255,0);
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-primary {
    border-color: #fff;
    color: #fff;
}
.btn-primary:hover {
    background-color: rgba(255,255,255,0.2);
    border-color: #fff;
}
.download-content { margin: 70px auto 50px;}
.erweima-box {
	display: none;
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	padding: 5px;
	transform: translate(-50%,-50%);
	background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
