﻿body{
	overflow-x:hidden; 
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
button{
	cursor: pointer;
}
.mod3 li{
	width:calc(33.33% - 13.33px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.mod3 li:nth-child(3n){
	margin-right: 0;
}
.mod4 li{
	width:calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.mod4 li:nth-child(4n){
	margin-right: 0;
}
.w1720{
	max-width:1720px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 100px;
	position: fixed;
	left:0;
	top:0;
	z-index:99;
	background: rgba(38,20,94,0.5);
}
.header .flex{
	height: inherit;
	-webkit-align-items: center;
	align-items: center;
}
.header_nav li a{
	font-size: 16px;
	color: #fff;
	margin:0 30px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.header_right a{
	font-size: 16px;
	color:#fff;
	display: inline-block;
	vertical-align:middle;
	text-transform: uppercase;
	margin-left: 75px;

}
.header_right a i{
	vertical-align:middle;
	text-transform: uppercase;
	color: #999999;
	font-size: 18px;
	margin-right: 10px;
}
.header_right a:first-child{
	margin-left: 0;
}
.header_nav li a:hover{
	color: #ffe500;
}
.header_nav li.active a{
	color: #ffe500;
}
.w1440{
	max-width:1440px;
	margin: 0 auto;
}
.module_about{
	padding:40px 0 80px 0;
}
.module_about figcaption{
	float: left;
	max-width:672px;
}
.module_about figcaption h3{
	position: relative;
}
.module_about figcaption h3 span{
	display: block;
	font-size: 100px;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;
	line-height:80px;
	height:80px;
	opacity:0.2;
}
.module_about figcaption h3 p{
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	color: #26145e;
	line-height:40px;
	left:0;
	top:50px;
	z-index:9;
	opacity: 1;
}
.module_about figcaption h4{
	font-size: 24px;
	color: #444444;
	line-height:36px;
	margin-top: 65px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.module_about figcaption aside.so6_enitor{
	margin-top: 50px;
}
a.more{
	display: block;
	width: 140px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #a4a4a4;
	font-size: 15px;
	color: #ffffff;
	margin: 0 auto;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
a.more:hover{
	background: #000;
}
.so6_self{
	margin-top: 60px;
}
.so6_self a.more{
	display:inline-block;
	vertical-align: bottom;
	margin-left: 60px;
}
.so6_enitor{
	font-size: 16px;
	color: #444444;
	line-height:36px;
}
.module_about figure{
	float: right;
	margin-top:50px;
}
.w1400{
	max-width:1400px;
	margin: 0 auto;
}
.index_title{
	text-align: center;
}
.index_title h3{
	position: relative;
	margin-bottom: 25px;
}
.index_title h3 span{
	display: block;
	font-size: 100px;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;
	line-height:80px;
	height:80px;
	opacity:0.2;
}
.index_title h3 p{
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	color: #26145e;
	line-height:40px;
	left:0;
	top:50px;
	z-index:9;
	opacity: 1;
	width: 100%;
}
.index_title img{
	max-width:160px; 
}
.module_product{
	padding:60px 0 80px 0;
}
.pro_nav .flex{
	-webkit-justify-content: center;
	justify-content: center;
}
.pro_nav{
	margin-top: 50px;
}
.pro_nav li{
	position: relative;
	margin-left:5px;
}
.pro_nav li::before{
	content:"/\00a0";
	color:#ccc;
	padding: 0 10px;
	font-size: 15px; 
}
.pro_nav li:first-child::before{
	display: none;
}
.pro_nav li a{
	font-size: 15px;
	cursor: #444444;
	position: relative;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_nav li a::after{
	content:'';
	position: absolute;
	right:0;
	top:25px;
	width:0;
	height: 2px;
	background: #ffe500;
	z-index:1;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_nav li a:hover{
	color: #26145e;
}
.pro_nav li a:hover::after{
	width: 100%;
	left:0;
}
.product_list  ul{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.product_list li{
	padding:0;
	border:1px solid #fff;
	position: relative;
	box-shadow:0px 0px 8px #f3f3f3;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list li::after{
	content:'';
	position: absolute;
	width:0;
	height:3px;
	left:50%;
	bottom:0;
	background: #ffe500;
	z-index:3;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list{
	margin-top:55px;
}
.product_list li figcaption{
	height:80px;
	overflow:hidden;
	padding:20px;
}
.product_list li figcaption h3{
	font-size: 26px;
	color: #666666;
	line-height:20px;
	margin-bottom:5px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list li figcaption p{
	font-size: 12px;
	color: #999999;
}
.product_list li figure{
	overflow:hidden;
}
.product_list li figure img{
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list li:hover{
	border-color:#26145e;
}
.product_list li:hover::after{
	width: 100%;
	left:0;
}
.product_list li:hover figure img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product_list li:hover figcaption h3{
	color: #26145e;
}
.news_list{
	margin-top: 50px;
}
.news_list li{
	border:1px solid #fff;
	box-shadow:0px 0px 8px #f3f3f3;
	margin-bottom: 0;
	padding:0 0 0 0;
	position: relative;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.moudle_news{
	padding:80px 0;
}
.news_list .time{
	position: absolute;
	width: 88px;
	height: 88px;
	background: #cccccc;
	text-align: center;
	left:9px;
	top:9px;
	z-index:9;
	padding-top: 10px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	display:none;
}
.news_list .time h3{
	font-size: 36px;
	color: #ffffff;
}
.news_list .time p{
	color: #fff;
	font-size: 15px;
}
.news_list li figcaption{
	padding:35px 20px 25px 20px;
}
.news_list li figcaption h3{
	font-size: 18px;
	color: #26145e;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.news_list li figcaption p{
	font-size: 15px;
	color: #666666;
	line-height:26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.news_list li:hover{
	border-color:#26145e;
}
.news_list li:hover .time{
	background: #26145e;
}
.news_list a.more{
	margin-top: 50px;
}
.module_int{
	padding:100px 0;
	background: #eeeeee;
}
.img{
	text-align: center;
}
.module_int .img{
	margin-top:100px;
}
.module_contact{
	padding:100px 0 70px 0;
	background: url(../images/index_contact.jpg) no-repeat center bottom;
}
.contact_list {
    margin-top:90px;
    float: left;
    min-width:700px; 
    max-width:750px;
}

.contact_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contact_list ul li{
	width:60%; 
}
.contact_list ul li h3 {
    font-size: 24px;
    color: #666666;
}
.contact_list ul li{
	margin-right:60px;
}
.contact_list ul li:last-child{
	margin-right:0;
}
.contact_list ul li dl {
    margin-top: 16px;
}

.contact_list ul li dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.contact_list ul li dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 50px;
    padding: 0px 0 0px 20px;
}
.message{
	float: right;
	margin-top: 90px;
	max-width:530px; 
}
.message ol {
    width: 510px;
    margin-top: 40px;
}

.message ol li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.message ol li input {
    width: 48%;
    height: 56px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #bfbfbf;
    padding-left: 20px;
}

.message ol li textarea {
    width: 100%;
    height: 136px;
    margin: 20px 0;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 10px;
}

.message ol li .yzm {
    width: 360px;
    position: relative;
}

.message ol li .yzm input {
    width: 100%;
}

.message ol li a {
    width: 136px;
    height: 54px;
    background: #26145e;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    border-radius: 10px;
}
.contact_list h3{
	font-size: 24px;
	color: #666666;
}
.message h3{
	font-size: 24px;
	color: #666666;
}
.contact_list h3 span{
	color: #26145e;
}
.footer_top {
    background: #222222;
    padding: 50px 0;
}
.footer_nav ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.footer_nav ul li:last-child p{
	text-align: center;
}
.footer_nav ul li a {
    display: block;
    font-size: 15px;
    color: #ccc;
    line-height: 20px;
    padding: 10px 0;
}
.footer_nav ul li p a{
	font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding:0;
}
.footer_nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.ewm {
    margin-top:25px;
}

.ewm img {
    width: 110px;
    height: 110px;
    border: 4px solid #d2d2d2;
}

.footer_nav ul li .ewm p {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 20px;
}

.copy {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.inside_banner{
	position: relative;
}
.inside_banner figcaption{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 9;
}
.inside_banner figcaption .flex{
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: inherit;
}
.inside_banner figcaption aside{
	text-align: center;
	margin-top: 20px;
}
.inside_banner figcaption h3{
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
}
.inside_banner figcaption a{
	font-size: 14px;
	color: #fff;
	display: block;
	padding:0 10px;
}
.inside_banner figcaption a:last-child{
	pointer-events: none;
}
.inside_banner figcaption span{
	font-size: 14px;
	color: #fff;
}
.inside_banner figcaption img{
	margin-right: 10px;
}
.inside_banner figcaption a:hover{
	text-decoration: underline;
}
.inside_nav{
	border-bottom:1px solid #eee;
}
.inside_nav ul{
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.inside_nav li{
	width:25%;
	padding:0;
	margin:0;
	border-right:1px solid #eeeeee;
}
.inside_nav li:first-child{
	border-left:1px solid #eeeeee;
}
.inside_nav li a{
	display: block;
	line-height:20px;
	padding:12.5px 0;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.inside_nav li a:hover{
	background: #26145e;
	color: #fff;
}
.inside_nav li.active a{
	background: #26145e;
	color: #fff;
}
.side_about{
	background: #f9f9f9;
	padding:90px 0;
	
}
.about-header {
	-webkit-align-items: center;
	align-items: center;
}
.about-header  h3{
	font-size: 30px;
	color: #26145e;
	margin-bottom: 5px;
}
.about-header h4{
	font-size: 28px;
	color: #444444;
	text-transform: uppercase;
}
.about-header h4 span{
	color: #26145e;
	font-weight: bold;

}
.about-header li{
	text-align: center;
}
.about-header li p{
	font-size: 13px;
	color: #888;
	text-align: center;
	padding-top: 10px;
}
.about-header li{
	margin-left: 50px;
}
.about-body{
	margin-top: 70px;
}
.about-body figure{
	float: left;
}
.about-body figcaption{
	float: right;
	max-width:790px;
	font-size: 15px;
	color: #666666;
	line-height:42px;
	height:350px;
	overflow-y: auto;
	padding-right:30px;
}
.module_about figcaption aside{
	float: right;
	max-width:810px;
	font-size: 15px;
	color: #666666;
	line-height:42px;
	margin-top: 30px;
	padding-top: 10px;
	height: 260px;
}
.module_about figcaption aside.wz{
	height:auto;
}
.about-body figcaption::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.about-body figcaption::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #999999;
}
.about-body figcaption::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}
.side_title{
	margin-bottom:40px;
}
.side_title  h3{
	font-size: 30px;
	color: #26145e;
	margin-bottom: 5px;
	text-align: center;
}
.side_title h4{
	font-size: 28px;
	color: #444444;
	text-transform: uppercase;
	text-align: center;
}
.side_title h4 span{
	color: #26145e;
	font-weight: bold;

}
.side_honor{
	padding:70px 0 90px 0;
}
.honor_swiper{
	height:600px;
	position: relative;
} 
.honor_swiper .swiper-button-next{
	right:-60px;
}
.honor_swiper .swiper-button-prev{
	left:-60px;
}
.patent_swiper .swiper-button-next{
	right:-60px;
}
.patent_swiper .swiper-button-prev{
	left:-60px;
}
.honor_swiper .swiper-container{
	height: inherit;
	padding:5px;
}
.honor_swiper .swiper-slide{
	box-shadow:0px 0px 5px #eee;
	 height: calc((100% - 20px) / 2);
}
.honor_swiper .swiper-pagination{
	bottom:-40px;
	width: 100%;
	
}
.honor_swiper .swiper-pagination-bullet{
	margin:0 5px;
	width: 11px;
	height: 11px;
	background:#999999;
	border-radius:11px;
}
.honor_swiper .swiper-pagination-bullet-active{
	background: #26145e;
}
.patent_swiper{
	height: 620px;
	position: relative;
}
.patent_swiper .swiper-container{
	height: inherit;
	padding:5px;
}
.patent_swiper .swiper-slide{
	box-shadow:0px 0px 5px #eee;
	 height: calc((100% - 20px) / 2);
	 background:#fff;
	 text-align: center;
	 padding:5px;
}
.patent_swiper .swiper-slide img{
	height: 100%;
	object-fit: cover;
}
.patent_swiper .swiper-pagination{
	bottom:-40px;
	width: 100%;
	
}
.patent_swiper .swiper-pagination-bullet{
	margin:0 5px;
	width: 11px;
	height: 11px;
	background:#999999;
	border-radius:11px;
}
.patent_swiper .swiper-pagination-bullet-active{
	background: #26145e;
}
.side_patent{
	padding:70px 0 90px 0;
	background: #eee;
}
.side_deve{
	padding:70px 0;
}
.hist_page_tab1{
	background:url("../images/line.jpg") left top 26px repeat-x;
}
.hist_page_tab1 .swiper-container{
	margin-top: 50px;
}
.hist_page_tab1 .swiper-slide{
	text-align: center;
	cursor: pointer;
	position: relative;
}
.hist_page_tab1 .swiper-slide .years{
	font-size: 20px;
	color: #666666;
	height:70px;
	padding-top: 20px;
	line-height:80px;
	background:url("../images/point.jpg") left 50% top 20px no-repeat;
}
.hist_page_tab1 .swip_choose .years{
	color: #26145e;
	background:url("../images/point2.jpg") left 50% top 20px no-repeat;
}
.hist_page_tab1 .swiper-pagination-bullet-active{
	background: #788498;
}

.years img{
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -5px;
	z-index: 999;
}
.histab2_time span{
	font-size: 32px;
	color: #788498;
}
.histab2_time i{
	font-size: 48px;
	color: #788498;
	padding-left: 10px;
}
.hist_page_tab2{
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 55px;
}
.hist_page_tab2_in{
	display: none;
}
.hist_page_tab2_in:first-child{
	display: block;
}

.hist_page_tab1 .swiper-button-next{
	width: 35px;
	height:35px;
	background:url("../images/next.png") left top no-repeat;
	top:11%;
	right:0;
	margin-top: 0;
	opacity:1!important;
}
.hist_page_tab1 .swiper-button-next:hover{
	background:url("../images/next2.jpg") left top no-repeat;
}
.hist_page_tab1 .swiper-button-next::after{
	display: none;
}
.hist_page_tab1 .swiper-button-prev{
	width: 35px;
	height:35px;
	background:url("../images/prev.png") left top no-repeat;
	top:11%;
	left:0;
	margin-top: 0;
	opacity:1!important;
}
.hist_page_tab1 .swiper-button-prev::after{
	display: none;
}
.hist_page_tab1 .swiper-button-prev:hover{
	background:url("../images/prev2.jpg") left top no-repeat;
}

.histab2_list h3{
	font-size: 30px;
	color: #26145e;
	text-align: center;
}
.histab2_list p{
	font-size: 1.7rem;
	color: #666;
	line-height:30px;
	margin-top:10px;
}
.histab2_tukuang{
	width: 65%;
	margin: 0 auto;
	/*text-align: center;*/
}
.histab2_tukuang .histab2_time{
	width: 660px;
	height: 450px;
	overflow:hidden;
}
.histab2_tukuang .histab2_time img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hist_page{
	margin-top:60px;
}
.hist_page .swiper-wrapper{
	-webkit-justify-content: center;
	justify-content: center;
}
.side_js{
	background: #eee;
}
.side_news{
	padding:50px 0 80px 0;
	background: #eee;
}
.deta-title h3{
	font-size: 30px;
	color: #666666;
	text-align: center;
}
/*.deta-title span{
	color: #999;
	font-size: 13px;
	display: block;
	text-align: center;
	padding:6px 0 10px 0;
}*/
.news_list2{
	margin-top: 40px;
}
.news_list2 li{
	width: 100%;
	background: #fff;
	padding:20px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #eee;
	margin-bottom: 20px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_list2 li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.news_list2 li figure{
	max-width:327px;
}
.news_list2 li figcaption{
	width:930px;
	margin-left: 40px;
	overflow:hidden;
}
.news_list2 li figcaption h3{
	font-size: 20px;
	color: #666666;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transform:translateX(-48px);
	-ms-transform:translateX(-48px);
	-o-transform:translateX(-48px);
	transform:translateX(-48px);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_list2 li figcaption p{
	font-size: 14px;
	color: #999999;
	line-height:30px;
	margin-top: 15px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_list2 li figcaption h6{
	font-size: 14px;
	color: #999;
	margin-top: 40px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_list2 li figcaption span.news_type{
	font-size: 14px;
	font-weight: bold;
	color: #26145e;
}
.news_list2 li figcaption span.time{
	font-size: 12px;
	color: #999;
}
.news_list2 li figcaption aside{
	margin-bottom:20px;
}
.news_list2 li:hover{
	border-color:#26145e;
}
.news_list2 li:hover figcaption h3{
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	color: #26145e;
}
.news_list2 li:hover figcaption p{
	color: #666;
}
.news_list2 li:hover figcaption h6{
	color: #333;
}
.control{
	margin-top:20px;
}
.control li{
	width: 28px;
	height: 28px;
	text-align: center;
	margin:0 3px;
}
.control ul.flex{
	-webkit-justify-content: center;
	justify-content: center;
}
.control li a{
	display: block;
	background: #e7e7e7;
	line-height:28px;
	font-size: 15px;
	color: #333;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.control li.active a{
	background: #62558b;
	color: #fff;
}
.control li a:hover{
	background: #62558b;
	color: #fff;
}
.news_htitle h3{
	font-size: 30px;
	color: #444444;
	text-align: center;
}
.news_htitle p{
	text-align: center;
	font-size: 16px;
	color: #999999;
	margin-top: 20px;
}
.side_page{
	background: #fff;
	padding:50px 0 80px 0;	
}
.so6-enitor{
	font-size: 16px;
	color: #666;
	line-height:2;
	margin-top: 40px;
	border-bottom:1px solid #eee;
	padding:0 15px 50px 15px;
}
.news_control{
	margin-top: 20px;
	-webkit-align-items: center;
	align-items: center;
}
.news_control aside a{
	font-size: 16px;
	color: #666;
	line-height:36px;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_control aside a:hover{
	color: #26145e;
}
.news_control a.news-back{
	display: block;
	width: 100px;
	height: 50px;
	border:1px solid #eee;
	border-radius:30px;
	text-align: center;
	line-height:48px;
	font-size: 16px;
	color: #999999;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;

}
.news_control a.news-back:hover{
	background: #26145e;
	color: #fff;
	border-color:#26145e;
}
.side_case{
	padding:50px 0 80px 0;
}
.case_list li{
	padding:9px;
	margin-bottom: 20px;
}
.case_list li figcaption{
	padding:15px 12px 5px 12px;
}
.case_list li figcaption h3{
	font-size: 16px;
}
.case_list li figcaption p{
	font-size: 13px;
	color: #666;
	line-height:2;
}
.case_list .time{
	background:rgba(0,0,0,0.7);
}
.case_title h3{
	color: #666;
}
.case-enitor{
	border-bottom:none;
	padding-bottom: 0;
}
.so6-recom{
	background:#eee;
	padding:40px 0 50px 0;
}
.so6-recom h3{
	font-weight: bold;
	color: #000;
	font-size: 22px;
}
.so6-recom .side_pro{
	margin-top: 30px;
}
.product_list li{
	background: #fff;
}
.side_pro li figcaption{
	height:50px;
	padding:0 10px 10px 10px;
}
.side_pro li figcaption p{
	font-size: 14px;
	color: #666666;
	line-height:40px;
	text-align: center;
}
.product_list li figcaption b{
	display: block;
	width: 45px;
	height:0px;
	border-top:2px solid #eee;
	margin: 0 auto;
}
.down_list{
	margin-top: 40px;
}
.down_list ul{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.down_list li{
	padding:20px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #eee;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.down_list li a{
	display: block;
}
.down_list li span{
	display: block;
}
.down_list li span.name{
	font-size: 18px;
	color: #666666;
	margin-top:5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.down_list li span.self{
	line-height:30px;
	font-size: 14px;
	color: #999;
	margin-top: 35px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.down_list li span.down i{
	color: #999;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.down_list li span.down{
	font-size: 14px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.down_list li b{
	display: block;
	width: 100%;
	height:0;
	border-top:1px solid #eee;
	margin-top: 35px;
}
.down_list li:hover{
	border-color:#000;
}
.down_list li:hover span.name{
	color: #26145e;
}
.down_list li:hover span.down{
	color: #26145e;
}
.down_list li:hover span.down i{
	color: #26145e;
}
.down_list li:hover span.self{
	color: #333;
}
.side_contact{
	padding:70px 0;
}
.ewm_box{
	width: 350px;
	height: 220px;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	float: right;
	background: #26145e;
	margin-top: 20px;
}
.ewm_box img{
	width: 134px;
	height: 134px;
	border:6px solid #ffe500;
	margin-right: 30px;
}
.ewm_box p{
	font-size: 14px;
	line-height:24px;
	color: #fff;
}
.w945{
	max-width: 945px;
	margin: 0 auto;
}
.liuyan{
	padding:60px 0;
}
.liuyan h3{
	font-size: 3.2rem;
	font-weight: 500;
	color: #26145e;
	text-align: center;
	margin-bottom:4%;
}
.liuyan h4{
	font-size: 2.6rem;
	font-weight: 500;
	color: #494544;
	text-align: center;
	margin-bottom: 5.2%;

}
.zx_message{
	padding: 0 0 40px 0;
}
.message2 li{
	padding-bottom: 20px;
}
.message2 input{
	height:45px;
	line-height: 45px;
	border-radius: 10px;
	border:1px solid #dadada;
	box-shadow: 0 0 10px #eee;
}
.message2 li:first-child{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message2 li:first-child input{
	width:32%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message2 li textarea{
	border:1px solid #dadada;
	width: 100%;
	height:300px;
	padding:2%;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message2 li:nth-child(3){
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message2 li:nth-child(3) input{
	width:100%;
	padding:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message2 li:nth-child(3) button{
	width: 30%;
	font-size: 16px;
	line-height:45px;
	height: 45px;
	color:#fff;
	border-radius: 10px;
	background: #26145e;
}
.yzm{
	width: 40%;
	position: relative;
}
.yzm img{
	position: absolute;
	right:10px;
	top:14px;
	z-index: 2;
}
.message2 li:nth-child(3) .yzm img{
	top:10px;
}
.sidepro_nav ul{
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sidepro_nav li{
	width:100$;
}
.second_nav{
	margin-top:20px;
}
.second_nav ul{
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.second_nav li{
	width:100%;
	margin-bottom: 0;
	padding:0;
	margin-right: 0;
	border:1px solid #eee;
	border-right:none;
}
.second_nav li:last-child{
	border-right:1px solid #eee;
}
.second_nav li a{
	line-height:43px;
	text-align: center;
	font-size: 15px;
	color: #666666;
	text-align: center;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.second_nav li a:hover{
	background: #26145e;
	color: #fff;
}
.second_nav li.active a{
	background: #26145e;
	color: #fff;
}
.side_pro{
	margin-top:30px;
}
.product-header figure{
	flex:0 0 50%;
	height:600px;
	position: relative;
	box-shadow:0px 0px 5px #eee;
}
.product-header .pro_logo{
	position: absolute;
	left:0;
	bottom:0;
	z-index:9;
} 
.product-header .pro_search{
	position: absolute;
	right:20px;
	bottom:15px;
	z-index:9;
}
.product-header .pro_search i{
	color:#999;
	font-size: 24px;
}
.product-header figcaption{
	flex:0 0 45%;
	position: relative;
}
.product-title{
	border-bottom:1px dashed #d2d2d2;
	padding:0 0 20px 0;
}
.product-title h3{
	font-size: 32px;
	color: #26145e;
	margin-bottom: 5px;
}
.product-title p{
	font-size: 14px;
	color: #999;
}
.product-title p a:last-child{
	color: #26145e;
}
.pro_con{
	font-size: 14px;
	color: #666;
	line-height:32px;
	padding-top: 10px;
}
.pro_con span.kt{
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.pro_control{
	width: 100%;
	position: absolute;
	bottom:0;
	right:0;
	z-index:1;
	border-left:1px solid #eee;
}
.pro_control li{
	padding:0;
	margin:0;
	width:33.33%;
	border:1px solid #eeeeee;
	border-left:none;
}
.pro_control li a{
	display: block;
	text-align: center;
	line-height:53px;
	font-size: 14px;
	color: #999;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro_control li a:hover{
	background:#62558b;
	color:#fff;
}
.ht{
	width: 100%;
	background: #eeeeee;
	margin-top: 30px;
}
.ht p{
	width:fit-content;
	padding:0 40px;
	line-height:60px;
	background:#26145e;
	color:#fff;
	font-size: 18px;
}
.pro_enitor{
	font-size: 16px;
	line-height:2;
	color:#666;
	padding-top: 20px;
	font-size: 14px;
    margin-top: 30px;
    color: #000;
    line-height: 35px;
    width: 100%;

}
.pro_enitor img{
	text-align: center;
}
.pro_enitor p.en-title{
	font-size: 16px;
	font-weight: bold;
	color: #26145e;
	margin:20px 0;
}
.search_box{
	position:fixed;
	width: 100%;
	height:60px;
	left:0;
	top:100px;
	z-index:10;
	display: none;
}
.search_mod{
	width: 40%;
	float: right;
	background: #fff;
	border:1px solid rgba(255,255,255,1);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.search_box button {
    width: 60px;
    height: 60px;
    background: #fff;
    cursor: pointer;
    background: rgba(255,255,255,1);
}
.search_mod i{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height:60px;
	color: #333;
	font-size:20px;
}
.search_mod input{
	width:calc(100% - 60px);
	line-height:60px;
	background: rgba(255,255,255,1);
	color: #333;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 10px;
}
.search_mod input::-webkit-input-placeholder{
	color: #333;
	font-size: 14px;
	font-weight: lighter;
}
.index_left {
    width: 190px;
    height: 475px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 50px;
    left: 0px;
    z-index: 98;
    padding-left: 12px;
    padding-top: 20px;
    padding-right: 5px;
}
.index_left .bg{
	content:'list.png';
	position: absolute;
	left:100%;
	width: 20px;
	height: 80px;
	top:calc(50% - 40px);
	background:rgba(0, 0, 0, 0.6);
	z-index:3;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.index_left .bg2{
	content:'list.png';
	position: absolute;
	left:100%;
	width: 20px;
	height: 80px;
	top:calc(50% - 40px);
	background:rgba(0, 0, 0, 0.6);
	z-index:3;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	display: none;
}
.index_left .bg a{
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.index_left .bg2 a{
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.index_left .bg img{
	max-width:16px;
}
.product_nav ul li a {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding:8px 0 8px 15px;
    position: relative;
}
.product_nav ul li a::after{
	content:'';
	position: absolute;
	width: 5px;
	height: 8px;
	background:url(../images/right2.png) no-repeat center center;
	left:0px;
	top:14px;
	z-index:9; 
}
.left_list2 ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.left_list2 ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.left_list2 {
    position: absolute;
    z-index: 3;
    left: 12px;
    bottom:30px;
}

.index_left a:hover {
    text-decoration: underline;
}
.index_left a:hover::after{
	background:url(../images/right22.png) no-repeat center center;
}
.suspension_mov{
	position: fixed;
	right:0;
	bottom:240px;
	z-index: 999;
}
.suspension_tel i{
	font-size: 2.2rem;
	color: #fff;
}
.suspension_tel{
    width: 42px;
    height: 42px;
    line-height: 42px;
    /*background: #ed1f23;*/
    background:#7a6e6e;
    /*position: fixed;
    right: 0;*/
    /*bottom:183px;*/
    /*bottom:314px;*/
    cursor: pointer;
    text-align: center;
    z-index: 999;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    margin-bottom: 1px;
}
.moveqq i{
	font-size: 2.2rem;
	color: #fff;
}
.moveqq{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background:#7a6e6e;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}
.movewm{
	background:#7a6e6e;
}
.movewm2{
	background:#7a6e6e;
}
.suspe_ot{
	position: absolute;
	left:0px;
	top:0;
	background:#26145e;
	color: #fff;
	font-size: 13px;
	padding-left:10px;
	width:73px;
	z-index: -1;
	line-height: 42px;
	text-align: left;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.supot{
	position: relative;
}
.suspension_tel:hover{
	background:#26145e;	
}
.supot_addcs{
	left:-73px;
}
.suspe_ot2{
	width: 102px;
}
.supot_addcs2{
	left:-102px;
}
.suspe_ot3{
	display: none;
	position: absolute;
	left:-130px;
	bottom:0;
	width:110px;
	z-index: -1;
	line-height: 42px;
	text-align: left;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	padding:5px;
	background: #fff;
	color:#000;
	text-align: center;
	line-height: 1.5;
}
.suspe_ot3 p{
	padding:0 10px;
	font-size: 13px;
}
.suspe_ot4 p{
	padding:0 10px;
	font-size: 13px;
}
.suspe_ot4{
	display: none;
	position: absolute;
	left:-130px;
	bottom:0;
	width:110px;
	z-index: -1;
	line-height: 42px;
	text-align: left;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	padding:5px;
	background: #fff;
	color:#000;
	text-align: center;
	line-height: 1.5;
}
.suspension_mov .supot:nth-child(3) .suspension_tel i{
	font-size:2.8rem;
}
.suspension_mov .supot:nth-child(4) .suspension_tel i{
	font-size:2.8rem;
}
.case_list ul{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.ewmmm{
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.7);
		z-index: 999;
		display: none;
	}
	.ewmmmin{
		background: #fff;
		text-align: center;
		width:220px;
		margin:30% auto 0 auto;
		padding:10px 10px 0 10px;
    	-webkit-transition: ease-in-out .3s;
    	-o-transition: ease-in-out .3s;
    	transition: ease-in-out .3s;
    	opacity: 0;
    	filter: alpha(opacity=0);
	}
.ewmmm2{
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.7);
		z-index: 999;
		display: none;
	}
	.ewmmmin2{
		background: #fff;
		text-align: center;
		width:220px;
		margin:30% auto 0 auto;
    	-webkit-transition: ease-in-out .3s;
    	-o-transition: ease-in-out .3s;
    	transition: ease-in-out .3s;
    	opacity: 0;
    	filter: alpha(opacity=0);
	}
	.transform{
    	animation:mymove 1s;
-webkit-animation:mymove 1s; 
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
	} 
	@keyframes mymove
	{
	from {margin-top:5%;opacity: 0;}
	to {margin-top:15%;opacity: 1;}
	}

	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
	from {margin-top:5%;opacity: 0;}
	to {margin-top:15%;opacity: 1;}
	}
	.ewmmmin img{
		width:220px;
	}
	.ewmmmin p{
		padding-bottom: 15px;
		font-size: 14px;
	}
	.ewmmmin2 img{
		width:220px;
	}
	.ewmmmin2 p{
		padding-bottom: 15px;
		font-size: 14px;
	}
.ph_enitor img{
	width: 100%;
	margin-bottom:30px;
}
.page {
    margin-top: 10px;
    padding: 14px 0 15px;
    text-align: center;
}

.page a {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span.current {
    background: #5280e0;
    border: 1px solid #5280e0;
    color: #FFFFFF;
    font-weight: bolder;
}
.ptbl{border:#8d8d8d 1px solid; border-bottom:0; border-right:0;}
.ptbl td{ border:#8d8d8d 1px solid; border-top:0; border-left:0; text-align:center;padding:5px 0 5px 0}
.content{
	/*font-size: 14px;
    margin-top: 30px;
    color: #000;
    line-height: 35px;
    width: 100%;*/
}
.biaoge{ width:100%;}
.biaoge th{ padding:10px 10px; text-align:center; background:#717171; color:#fff;/* border:1px solid #fff; */}
.biaoge td{ padding:5px 10px; text-align:center;}
.even{ background:#efefef;}
.odd{ background:#fff;}
/* .biaoge .odd th{background:#fff;color:#000;border:1px solid #eee;} */

.biaoge1{ width:100%;}
.biaoge1 th{ text-align:center; background:#717171; color:#fff;}
.biaoge1 td{text-align:center;}

table span{
	display:block;
	text-align:center;
}






.module_poster{
	height:650px;
}
.module_poster .swiper-container{
	height: inherit;
}
.module_poster img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.module_case li{
	width:calc(100% / 3);
	position: relative;
	overflow:hidden;
}
.module_case figcaption{
	position: absolute;
	left:0;
	top:20%;
	z-index:9;
	width: 100%;
	text-align: center;
}
.module_case figcaption h3{
	font-size: 28px;
	color: #fff;
	-webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    transition-delay: 0s;
	-webkit-transition-delay: 0s; 
    
}
.module_case figcaption b{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 0;
	border-top:2px solid #fff;
	margin-top: 20px;
	-webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    transition-delay: 0s;
	-webkit-transition-delay: 0s; 
    
}
.module_case .mask{
	position: absolute;
	width: 100%;
	height: 100%;
    bottom:100%;
    left:0;
    z-index:1;
    opacity:0;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.module_case li:hover .mask{
	bottom:0;
	opacity:1;
	-webkit-transition: ease-in .8s;
    -o-transition: ease-in .8s;
    transition: ease-in .8s;
}
.module_case li:hover figcaption h3{
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s; 
	color: #26145e;
}
.module_case li:hover figcaption b{
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s; 
	border-color:#26145e;
}
.module_poster .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 100%;
	bottom:20px;
}
.module_poster .swiper-pagination-bullet{
	width: 40px;
	height: 6px;
	border-radius:2px;
	background:#999999;
	opacity:1;
	margin:0 6px;
}
.module_poster .swiper-pagination-bullet-active{
	background: #d7251d;
}
.mb50{
	margin-bottom: 50px;
}
.search_box .w1200{
	position: relative;
}
.choose{
	position: absolute;
	right:0;
	top:0;
	height:62px;
}
.choose input{
	display: block;
	line-height:62px;
	text-align: center;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	padding:0 30px 0 20px;
	background:url(../images/down.png) no-repeat 80px center;
	min-width:102px;
}
.choose_list{
	display: none;
	position: absolute;
	top:65px;
	right:0;
	z-index:3;
	width: 100px;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	border-radius: 2px;
	padding:5px 0;
	background: #fff;
}
.choose_list li a{
	line-height:20px;
	padding:8px 0;
	text-align: center;
	font-size: 14px;
	color: #999;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.choose_list li:last-child a{
	border-bottom:none;
}
.side_pro2 li{
	width:calc(20% - 16px);
}
.side_pro2 li:nth-child(4n){
	margin-right: 20px;
}
.side_pro2 li:nth-child(5n){
	margin-right: 0;
}
.inside_nav4 ul{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.inside_nav4 ul li{
	width:20%;
}
.tac{
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* .pro_enitor td{
	padding: 5px 10px;
    text-align: center;
}

.pro_enitor tr:nth-child(2n){
	background: #fff;
}
.pro_enitor tr:nth-child(2n+1){
	background: #efefef;
}
.pro_enitor tr:first-child{
	color:#fff;
	background: #717171;
} */

.side_sercive{
	padding:60px 0 40px 0;
}
.ser_list li{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px 1px #eee;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.ser_list li:nth-child(3n){
	margin-right: 0;
}
.ser_list li h3{
	font-size: 22px;
	color: #444444;
	margin:15px 0 10px 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.ser_list li p{
	font-size: 14px;
	color: #777777;
	line-height:25px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.ser_list li aside{
	height:42px;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.ser_list li:first-child aside{
	background: url(../images/rec1.png) no-repeat center;
}
.ser_list li:nth-child(2) aside{
	background: url(../images/rec2.png) no-repeat center;
}
.ser_list li:nth-child(3) aside{
	background: url(../images/rec3.png) no-repeat center;
}
.ser_list li:nth-child(4) aside{
	background: url(../images/rec4.png) no-repeat center;
}
.ser_list li:nth-child(5) aside{
	background: url(../images/rec5.png) no-repeat center;
}
.ser_list li:nth-child(6) aside{
	background: url(../images/rec6.png) no-repeat center;
}
.ser_list li:hover{
	background: #26145e;
}
.ser_list li:hover h3{
	color: #ffe500;
}
.ser_list li:hover p{
	color: #fff;
}
.ser_list li:first-child:hover aside{
	background: url(../images/rec11.png) no-repeat center;
}
.ser_list li:nth-child(2):hover aside{
	background: url(../images/rec12.png) no-repeat center;
}
.ser_list li:nth-child(3):hover aside{
	background: url(../images/rec13.png) no-repeat center;
}
.ser_list li:nth-child(4):hover aside{
	background: url(../images/rec14.png) no-repeat center;
}
.ser_list li:nth-child(5):hover aside{
	background: url(../images/rec15.png) no-repeat center;
}
.ser_list li:nth-child(6):hover aside{
	background: url(../images/rec16.png) no-repeat center;
}