.top {
	background-color: #0c0c0c;
}
.top * {
	color: #fff;
}
.top h3 {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
}
.top .tel h3 {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 35px;
}
.top .icon {
	margin-top: 14px;
}
.top .icon a {
	display: inline-block;
	width: 24px;
	margin-left: 10px;
}
.top .icon a img {
	display: block;
	width: 100%;
}
.header {
	
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	height: 75px;
}
@media only screen and (max-width: 1024px){
	.header{background-color: rgba(0, 0, 0, .6);}
}
.header_position{background-color: rgba(0, 0, 0, .6);position: fixed;top: 0;left: 0;width: 100%;}
#menu {
	display: none;
}
.logo * {
	display: block;
	
	height: 75px;
}
.banner {
	position: relative;
	height: 772px;
}
.banner .swiper-slide, .banner .swiper-container {
	height: 100%;
}
.banner a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .swiper-pagination-bullet {
	width: 36px;
	height: 6px;
	background-color: #dfdde0;
	opacity: 1;
	border-radius: 0;
	margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
	background-color: #25282d;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 40px;
}
.sideBar {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 9999;
	background-color: #333333;
}
.sideBar li {
	padding: 12px 0;
	width: 80px;
	position: relative;
}
.sideBar li>a>img {
	display: block;
	width:38px;
	margin: 0 auto 10px;
}
.sideBar li>a>span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sideBar li:hover {
	background-color:#2f2f93;
}
.sideBarBox {
	width: 160px;
	position: absolute;
	right: 100%;
	bottom: 0;
	background-color: #2f2f93;
	padding-bottom: 10px;
	display: none;
}
.sideBarBox .imgBox {
	padding: 8px;
}
.sideBarBox .imgBox img {
	display: block;
	width: 100%;
}
.sideBarBox .text p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
}
.sideBar li:hover .sideBarBox {
	display: block;
}
.title {
	padding-bottom: 40px;
}
.title * {
	text-align: center;
}
.title h3 {
	font-size: 30px;
	color: #1f1f1f;
}
.title h3::after {
content: "";
display: block;
width: 60px;
height: 3px;
margin: 10px auto 20px;
background-color: #2f2f93;
}
.title p {
	font-size: 20px;
	color: #666;
}
.index01 .imgBox {
	width: 50%;
}
.index01 .imgBox img {
	display: block;
}
.index01 .text {
	width: 50%;
	padding-left: 45px;
	box-sizing: border-box;
}
.index01 .text h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0;
}
.index01 .text h3:after {
	content: "";
	display: block;
	width: 200px;
	height: 2px;
	border: 1px solid #fff;
	margin-top: 10px;
}
.index01 .text .content {
	height: 210px;
	overflow: hidden;
}
.index01 .text .content p {
	font-size: 16px;
	color: #666;
	line-height: 2em;
	margin-bottom: 20px;
}
.more {
	font-size: 16px;
	color: #666;
	border: 1px solid #666666;
	display: block;
	width: 160px;
	height: 40px;
	line-height:40px;
	text-align: center;
	border-radius: 20px;
	margin-top: 30px;
}
.index02 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px
}
.caseNav {
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}
.caseNav a {
	display: inline-block;
	font-size: 20px;
	height: 48px;
	line-height: 46px;
	padding: 0 30px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #999999;
	border-right: none;
}
.caseNav a:last-child {
	border-right: 1px solid #999;
}
.caseNav a.on {
	color: #fff;
	background-color: #2f2f93;
	border-color: #2f2f93
}
.index02-ul {
	overflow: hidden;
}
.index02-ul li {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.index02-ul li:nth-child(3n) {
margin-right: 0;
}
.index02-ul li img {
	display: block;
	width: 100%;
}
.index02-ul li .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s all;
	box-sizing: border-box;
	overflow: hidden;
}
.index02-ul li .mask * {
	color: #fff;
	text-align: center;
}
.index02-ul li .mask h3 {
	line-height: 45px;
	font-size: 18px;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s all;
}
.index02-ul li .mask p {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	transition: 0.3s all;
	opacity: 0;
	filter:alpha(opacity=0);
}
.index02-ul li .mask p span {
	display: block;
	font-size: 16px;
	line-height: 1.8em;
}
.index02-ul li .sea {
	width: 30px;
	position: absolute;
	bottom: 17%;
	left: 50%;
	margin-left: -20px;
	opacity: 0;
	filter:alpha(opacity=0);
}
.index02-ul li:hover .mask {
	background-color: rgba(47, 47, 147, .6);
	height: 100%
}
.index02-ul li:hover .mask h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: transparent;
	bottom: 55%;
	transition: 0.3s all;
}
.index02-ul li:hover .mask p {
	bottom:35%;
	opacity: 1;
	filter:alpha(opacity=100);
}
.index02-ul li:hover .sea {
	opacity: 1;
	filter:alpha(opacity=100);
}
.switchBox>div {
	display: none;
}
.switchBox>div:first-child {
	display: block;
}
.index03-ul {
}
.index03-ul li {
	border: 1px solid #dddddd;
	float: left;
	width: 20%;
	box-sizing: border-box;
	background-color: #fdfdfd;
	transition: 0.3s all;
	padding: 40px 20px;
}
.index03-ul li .imgBox img {
	display: block;
	width: auto;
	margin: 0 auto 30px;
}
.index03-ul li .imgBox img.hide, .index03-ul li .imgBox img.hide1 {
	display: none;
}
.index03-ul li .text h3 {
	display: none;
}
.index03-ul li .text p {
	font-size: 14px;
	line-height: 2em;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	color: #666;
}
.index03-ul li span {
	display: block;
	width: 35px;
	margin-top: 15px;
}
.index03-ul li:hover {
	transform: scale(1.05);
	background-color: #a3a29f;
	box-shadow: 0 0 8px 2px #dbdbdb;
}
.index03-ul li:hover .text p {
	color: #fff;
}
.index03-ul li:hover .imgBox img.hide {
	display: block;
}
.index03-ul li:hover .imgBox img.show {
	display: none;
}
.index04 img {
	display: block;
	width: 100%;
}
.index04 img.hide {
	display: none;
}
.index05 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index05-banner {
	margin-bottom: 40px;
	position: relative;
}
.index05-banner * {
	color: #fff;
}
.index05-banner .swiper-wrapper,.index05-banner .swiper-slide{height: auto;}
.btn {
	width: 30px;
	height: 60px;
	margin-top: -30px;
	background-size: 100% 100%;
	/*opacity: 0 !important;*/
}
.btn:hover {
	opacity: 1 !important;
}
.index05 .container {
	width: 1380px;
}
.index06Box{border: 1px solid #d2d2d2;}
.index05-banner img {
	display: block;
	width: 100%;
}
.index05-banner .swiper-container {
	margin: 0 90px;
}
.index05-banner .swiper-button-prev {
	left: 0;
}
.index05-banner .swiper-button-next {
	right: 0;
}
.newsNav {
	box-sizing: border-box;
	padding: 16px 24px;
}
.newsNav-ul li a {
	display: block;
	border-bottom: 1px dashed #666;
	padding: 5px 0;
}
.newsNav-ul li a * {
	line-height: 1.7em;
	transition: 0.3s all;
}
.newsNav-ul li a p {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsNav-ul li a span {
	font-size: 14px;
}
.newsNav-ul li:hover a * {
	color: #2f2f93;
}
.newsNav a.more1 {
	display: block;
	border-bottom: none;
	font-size: 16px;
	width: 100%;
	text-align: right;
	line-height: 2em;
	margin-top: 5px;
}
.newsSwitch {
	overflow: hidden;
	width: 33.33%;
	float: left;
}
.newsSwitch>div {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	height: 260px;
}
.newsSwitch>div img {
	display: block;
}
.newsBox>div a, .newsBox>div a img {
	display: block;
	width: 100%;
	height: 100%;
}
.newsBox>div {
	display: none;
	height: 100%;
}
.newsBox>div:first-child {
	display: block;
}
.header1 {
	background-color: #1a1a1a;
	position: static;
}
.bannerAima {
	overflow: hidden;
}
.bannerAima img {
	display: block;
	width: 100%;
	transition: 0.3s all;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-iteration-count:1;/*动画只执行一次*/
	-moz-animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	animation-fill-mode: forwards; /*让动画停留在最后一帧 */
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
.bannerAima img.hide {
	display: none;
}
@keyframes mymove {
from {
transform: scale(1);
}
to {
	transform: scale(1.2);
}
}
/*Safari and Chrome*/
@-webkit-keyframes mymove {
from {
transform: scale(1);
}
to {
	transform: scale(1.2);
}
}
.publicBox {
	margin: 40px 0 94px;
}
.title2 * {
	text-align: center;
	line-height: 1.2em;
}
.title2 h3 {
	font-size: 24px;
	font-weight: bold;
}
.title2 p {
	font-size: 18px;
	margin-top: 7px;
}
.publicNav .title2 p{
	font-size: 16px;
}
.publicNav {
	width: 16.6%;
	box-sizing: border-box;
}
.publicNav .title2 {
	background-color: #2f2f93;
	padding: 35px 0;
}
.publicNav .title2 * {
	color: #fff;
}
.nav2 li a {
	font-size: 18px;
	display: block;
	height: 75px;
	line-height: 75px;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px dashed #dbdbdb;
	border-left: 3px solid transparent;
}
.nav2 li.on a {
	border-left: 3px solid #2f2f93;
}
.publicContent {
	width: 83.4%;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}
.publicContent .title2 {
	padding: 20px 0 13px;
	border-bottom: 1px solid #dbdbdb;
}
.publicContent .title2 * {
	text-align: left;
}
.publicContent .title2 p{color: #999;}
.company1 {
	margin: 0 50px;
}
.company1 .section {
	padding-bottom: 40px;
}
.company1 .section img {
	display: block;
	width: auto;
	margin: 35px auto;
}
.company2 .section p {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 20px;
}
.core01 img {
	display: block;
}
.core01 img.hide {
	display: none;
}
.titleCore h3::after {
display: none;
}
.titleCore p {
	margin-top: 15px;
}
.core02-ul {
	/*overflow: hidden;*/
}
.core02-ul:after{content:"";
	display: block;
	clear: both;}
.core02-ul li {
	float: left;
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-left: none;
	background-color: #fff;
	vertical-align: baseline;
	position: relative;
	top: 20px;
}
.core02-ul li:nth-child(3n) {
border-right: 1px solid #cccccc;;
}
.core02-ul li h3 {
	font-size: 18px;
	transition: 0.3s all;
	height: 60px;
	line-height: 60px;
	padding-left: 35px;
	background-color: #ebecec;
}
.core02-ul li p {
	height: 60px;
	transition: 0.3s all;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	padding: 0 35px;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}
.core02-ul li .pBox p:nth-child(2n) {
background-color: #f9f9f9;
}
.core02-ul li.active {
	width: 40%;
	position: static;
	top: 0;
	box-shadow: 2px 0 16px #dedede;
	position: relative;
	z-index: 3;
	border: none;
}
.core02-ul li.active a {
	box-shadow: 0 0 5px 2px #e8e8e8;
}
.core02-ul li.active h3 {
	font-size: 30px;
	background-color: #323232;
	color: #fff;
	height: 80px;
	line-height: 80px;
}
.core02-ul li.active p {
	font-size: 16px;
	color: #333
}
.free {
	text-align: center;
}
.free a {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-top: 40px;
}
.core03 * {
	color: #fff !important;
}
.core03-ul {
	overflow: hidden;
}
.core03-ul li {
	float: left;
	width: 20%;
	background-color: #4c4b49;
	padding: 60px 0;
	box-sizing: border-box;
	border: 1px solid #333333;
	transition: 0.3s all;
}
.core03-ul li .imgBox {
	width: 70px;
	margin: 0 auto;
}
.core03-ul li .text {
	padding: 30px 0;
}
.core03-ul li * {
	text-align: center;
}
.core03-ul li h3 {
	padding: 0 0 20px
}
.core03-ul li span {
	font-size: 12px;
	display: block;
	line-height: 2em;
}
.core03-ul li:hover {
	background-color: #2f2f93;
}
.core04-ul {
	overflow: hidden;
}
.core04-ul li {
	float: left;
	width: 16.66%;
	position: relative;
	padding-bottom: 50px;
}
.core04-ul li .text1 {
	padding-top: 30px;
	border-bottom: 3px solid #EAEAEA;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 28px;
	padding-bottom: 25px;
}
.core04-ul li .text1 img {
	width: 39px;
	display: block;
	margin: 0 auto 26px;
}
.core04-ul li .text1 p {
	text-align: center;
	font-size: 18px;
	color: #333;
}
.core04-ul li .text1 i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: -12px;
	border: 2px solid #EAEAEA;
	box-sizing: border-box;
}
.core04-ul li a>p {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
.core04-ul li .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bgco.png) no-repeat center;
	background-size: cover;
	z-index: 99;
	display: none;
}
.core04-ul li .mask i {
	display:block;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 47, 147, .8);
	padding-top: 50px;
	box-sizing: border-box;
}
.core04-ul li:hover .mask {
	display: block;
}
.core04-ul li .mask img {
	margin: 0 auto 16px;
	display: block;
	width: 39px;
}
.core04-ul li .mask h4 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	margin: 0;
	font-style: normal;
}
.core04-ul li .mask p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-style: normal;
}
.contact {
	padding: 40px 0 90px;
	box-sizing: border-box;
}
.contact .container {
	padding: 15px;
	background-color: #fff
}
.contact_address {
	padding: 40px;
}
.contact_address .til * {
	line-height: 1.6em;
}
.contact_address .til h3 {
	font-size: 24px;
}
.contact_address .til p {
	font-size: 28px;
color:#999
}
.contact_address .til p::after {
 content: "";
 display: block;
 width: 65px;
 height: 2px;
 background-color: #333;
 margin-top: 10px;
}
.contact_address .section h3 {
	font-size: 20px;
	margin: 40px 0;
}
.contact_address .section p {
	font-size: 18px;
	color: #808080;
	padding-left: 35px;
	line-height: 2em;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
}
.map {
	height: 540px;
}
.contact_address .r img {
	display: block;
	width: 100%;
}
.contact_address .r p {
	font-size: 16px;
	color: #666;
	text-align: center;
}
.title3 {
	display: none;
}
.company3 {
	margin: 0 40px;
}
.company3 .section {
	position: relative;
	padding: 40px 0;
}
.company3 .section .imgBox {
	width: 500px;
	position: relative;
	z-index: -1;
}
.company3 .section .imgBox img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.company3 .section .text {
	width: 580px;
	box-sizing: border-box;
	padding: 30px;
	float: right;
	margin-top: -320px;
	margin-right: 20px;
	background-color: #fff;
}
.company3 .section .text p {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 16px;
}
.company3 .section .text p:last-child {
	margin-bottom: 0;
}
.company4-banner {
	position: relative;
	margin: 70px 0;
}
.company4-banner .swiper-container {
	padding: 30px 0;
	margin: 0 30px;
}
.company4-banner img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}
.company4-banner img:hover {
	transform: scale(1.15);
	cursor: pointer;
	z-index: 99;
}
.btn1 {
	width: 18px;
	height: 36px;
	background-size: 100%;
}
.btnp {
	left: 0;
}
.btnn {
	right: 0;
}
.news {
	padding: 35px 0;
}
.news .head .title2 * {
	text-align: left;
}
.news .head .title2 p {
	color: #999;
}
.address p {
	margin-top: 15px;
}
.address p a, .address p {
	font-size: 14px;
	color: #666;
}
.newsNav1 {
	font-size: 0;
	text-align: center;
	padding: 15px 0 40px
}
.newsNav1 a {
	display: inline-block;
	font-size: 20px;
	border: 1px solid #1f1f1f;
	width: 160px;
	height: 50px;
	line-height: 50px;
}
.newsNav1 a:hover {
	background-color: #2f2f93;
	border-color: #2f2f93;
	color: #fff;
}
.newsNav1 a.on {
	background-color: #2f2f93;
	border-color: #2f2f93;
	color: #fff;
}
.news-ul li {
	padding: 20px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	margin-top: -1px;
}
.news-ul li .imgBox {
	width: 360px;
	height: 260px;
}
.news-ul li .imgBox img {
	display: block;
	width: 100%;
	height: 100%;
}
.news-ul li::after, .news-ul li::before {
content: "";
display: block;
width: 360px;
height: 1px;
background-color: #2f2f93;
position: absolute;
left: 0;
display: none;
}
.news-ul li::after {
bottom: -1px;
}
.news-ul li::before {
top: -1px;
}
.news-ul li:hover::before {
display: block;
}
.news-ul li:hover::after {
display: block;
}
.news-ul li .text {
	width: 805px;
}
.news-ul li .text h3 {
	font-size: 20px;
	line-height: 1.8em;
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	margin-top: 15px;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-ul li .text p {
	margin: 25px 0;
}
.news-ul li .text p span {
	font-size: 14px;
	color: #808080;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.news-ul li .text span.more {
	border-radius: 0;
	border-color: #dbdbdb;
	width: 120px;
	height: 34px;
	line-height: 34px;
}
.news-ul li:hover h3 {
	color: #2f2f93;
}
.news-ul li:hover {
	position: relative;
	z-index: 9;
}
.selectCase {
	margin: 30px 0;
	border: 1px solid #999999;
	box-sizing: border-box;
	width: 100%
}
.case-ul li {
	background-color: #f2f2f2;
}
.case-ul li div.type {
	width: 125px;
	box-sizing: border-box;
}
.case-ul li div.type span {
	display: block;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
}
.case-ul li div.type2 {
	border-bottom: none;
	border-top: 1px solid #cccccc;
	margin-top: -1px;
}
.caseChild1 {
	border-bottom: 1px solid #cccccc;
}
.caseChild {
	width: 1073px;
	box-sizing: border-box;
	font-size: 0;
	padding: 0 18px 12px;
	background-color: #fff;
	
}
.caseChild.right{border-bottom: 1px solid #cccccc;}
.caseChild a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 18px;
	color: #666666;
	margin-top: 10px;
}
.caseChild a.on {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	background-color: #333;
	border-radius: 15px;

}
.caseD .section h3 {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
.caseD .section img {
	display: block;
    width: 100% !important;
    margin: 15px auto;
    height: auto !important;
}
.caseD .section .text {
	font-size: 0;
}
.caseD .section .text span {
	display: inline-block;
	width: 48%;
	font-size: 16px;
	padding-left: 20px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #cecece;
}
.caseD .section .text span:nth-child(2), .caseD .section .text span:nth-child(1) {
width: 26%;
}
.caseD .section .text p {
	font-size: 16px;
	line-height: 2em;
	padding-left: 20px;
}
.caseD .section .aBox {
	font-size: 0;
}
.caseD .section .aBox * {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.caseD .section .aBox a {
	width: 30%;
}
.caseD .section .aBox span {
	width: 20%;
	text-align: right;
}
.sec .section .leftBox {
	width: 890px;
	padding-bottom: 40px;
}
.sec .section .leftBox p {
	font-size: 14px;
	line-height: 2em;
	text-indent: 2em;
}
.sec .section .leftBox img {
	display: block;
	width: auto;
	margin: 10px auto;
}
.sec .section .leftBox .text h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}
.sec .section .leftBox .text * {
	text-align: center;
}
.sec .section .rightBox {
	width: 300px;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	padding: 20px;
}
.sec .section .til {
	font-size: 0;
	text-align: center;
	padding: 10px 0 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	margin-top: 20px;
}
.sec .section .til h3 {
	font-size: 24px;
	line-height: 2em;
}
.sec .section .til span {
	font-size: 12px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 2em;
}
.sec .section .aBox {
	padding: 40px 0;
	border-top: 1px solid #e0e0e0;
}
.sec .section .aBox a {
	width: 100%;
}
.sec .section .rightBox h3 {
	font-size: 18px;
	color: #666;
}
.shabi-ul li {
	padding: 20px 0;
	border-bottom: 1px dashed #dbdbdb;
}
.shabi-ul li p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
/*后加的*/
#formBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	display: none;
}
#formBox .close222 {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 999;
	cursor: pointer;
}
#formBox .close {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.form2 {
	position: absolute;
	width: 900px;
	height: 500px;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -250px;
	background-color: #fff;
	padding: 80px;
	box-sizing: border-box;
}
.form2 h3 {
	font-size: 30px;
	font-style: italic;
	color: #2f2f93;
	text-align: center;
}
.form2 p {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin-top: 25px;
}
.form2 span {
	color: #e61717;
}
.form2 form {
	overflow: hidden;
	margin: 50px 0;
}
.form2 .form-group {
	font-size: 0;
	width: 48%;
	float: left;
	margin: 10px 0;
}
.form2 .form-group:nth-child(2n) {
float: right;
}
.form2 .form-group * {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	vertical-align: top;
}
.form2 .form-group label {
	font-size: 18px;
	width: 30%;
}
.form2 .form-group input {
	font-size: 16px;
	background-color: #f5f5f5;
	height: 40px;
	border: none;
	width: 70%;
	box-sizing: border-box;
	padding: 0 10px;
}
.form2 .btn2 {
	width: 100%;
}
.form2 .btn2 input {
	display: block;
	width: 320px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	background-color: #2f2f93;
	color: #fff;
	margin: 30px auto 0;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
}
.ewm222 {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 999999;
	width: 100px;
	display: none;
}
.top .icon a {
	position: relative;
}
.top .icon a:hover .ewm222 {
	display: block;
}
