@charset "utf-8";
.header{
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header.fu{
	background: rgba(255, 255, 255, 1);
}
.header .centerBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.header .logo img{
	width: 124px;
}
.header .menu .nav li{
	float: left;
	font-size: 16px;
	margin-right: 60px;
	position: relative;
	line-height: 80px;
}
.header .menu .nav li:hover .erji{
	display: block;
}
.header .menu .nav li .erji{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 50px;
	box-sizing: border-box;
	background: #ffffff;
	border-top: 5px solid #d1232a;
	font-size: 16px;
	line-height: 30px;
	display: none;
}
.header .menu .nav li .erji a{
	display: block;
	white-space: nowrap;
	text-align: center;
}
.header .menu .nav li .erji a:hover{
	color: #d1232a;
	text-decoration: underline;
}
.header .menu .nav li:last-child{
	margin-right: 0;
}
.header .menu .nav li .en,.header .menu .nav li:hover .cn,.header .menu .nav li.on .cn{
	display: none;
}
.header .menu .nav li:hover .en,.header .menu .nav li.on .en{
	display: block;
	color: #d1232a;
}
.swiper-slide img{
	width: 100%;
}
.footer .up{
	padding: 60px 0 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #777777;
}
.footer{
	background: url(../images/a15_02.jpg)center no-repeat;
	background-size: cover;
}
.footer .up  .centerBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .up .xinxi{
	font-size: 18px;
	line-height: 28px;
	padding: 8px 34px;
	box-sizing: border-box;
	border: 1px solid #f7f7f7;
	box-sizing: border-box;
	border-radius: 10px;
	color: #f2f2f2;
}
.footer .up .logo{
	margin-right: 50px;
}
.footer .up .logo img{
	width: 153px;
}
.footer .down{
	padding: 40px 0 66px;
	box-sizing: border-box;
}
.footer .down .centerBox{
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.footer .down .center .bt{
	font-size: 24px;
	color: #ffffff;
}
.footer .down .center .cn{
	font-size: 20px;
	color: #f0f0f0;
	margin-top: 10px;
}
.footer .down .center .en{
	font-size: 14px;
	color: #f0f0f0;
}
.footer .down .center .desc{
	font-size: 16px;
	line-height: 30px;
	color: #cccccc;
}
.footer .down .you .ma{
	float: left;
	margin-right: 15px;
}
.footer .down .you .ma p{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #dddddd;
}
.footer .down .you .ma:last-child{
	margin-right: 0;
}
.footer .down .center{
	width: 450px;
	padding: 0 20px;
	box-sizing: border-box;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
.footer .down .you{
	padding-top: 34px;
}
.footer .down .you .ma img{
	width: 80px;
}
.footer .copy{
	padding: 10px 0;
	box-sizing: border-box;
	background: #111111;
	font-size: 14px;
	text-align: center;
	color: #999999;
}
.banner img{
	width: 100%;
}
.lop{
	font-size: 14px;
	color: #999999;
}
.dao{
	margin-top: 20px;
	font-size: 0;
	display: block;
	text-align: center;
}
.dao a{
	margin-top: 20px;
	min-width: 180px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #999999;
	font-size: 20px;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 13px 0;
	display: inline-block;
	white-space: nowrap;
    padding: 0 10px;
}
.dao a:hover,.dao a.on{
	background: #d1232a;
	color: #ffffff;
	border: 1px solid #d1232a;
}
.list .ul{
	margin-top: 30px;
	padding-bottom: 50px;
}
.ul{
	font-size: 0;
}
.ul li{
	display: inline-block;
	margin-top: 40px;
	width: 23.35%;
	margin-right: 2.2%;
}
.ul li img{
	width: 100%;
}
.ul li:nth-child(4n){
	margin-right: 0;
}
.ul li .he .bt{
	margin-top: 16px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul li .he .zy{
	font-size: 16px;
	color: #666666;
	margin-top: 4px;
}
.ul li:hover .he .bt{
	color: #d1232a;
}
.ul li:hover .tu{
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.19);
}
/* 分页样式*/
#pages {font-family:宋体 ;text-align: -webkit-center; font-size:14px;}
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:#d1232a; border:1px solid #d1232a; color:#fff; text-align:center;padding:0 10px}
.show .content .title{
	padding: 60px 44px;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-size: 30px;
}
.show .content .cont{
	margin-top: 40px;
	font-size: 20px;
	line-height: 36px;
}
.show .content .cont video{
	width: 100%;
}
.show .content .cont img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.show .tuijian{
	margin-top: 76px;
}
.tong{
	font-size: 24px;
}
.tong span{
	color: #999999;
	margin-left: 10px;
}
.tong:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 30px;
	margin-right: 15px;
	background: #d1232a;
	vertical-align: top;
}
.page .zuo{
	float: left;
	width: 49%;
}
.page .you {
	float: right;
	width: 48%;
}
.page .you .bt{
	font-size: 24px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.page .you .xinxi .cn{
	font-size: 20px;
}
.page .you .xinxi .en{
	font-size: 14px;
}
.page .you .xinxi .desc{
	font-size: 16px;
}
.page .content{
	margin-top: 40px;
}
.page .content .xinxi{
	margin-top: 28px;
	line-height: 36px;
}
.news ul{
	font-size: 0;
	margin-top: 10px;
	padding-bottom: 60px;
}
.news ul li{
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	background: #f7f7f7;
}
.news ul li:nth-child(3n){
	margin-right: 0;
}
.news ul li img{
	width: 100%;
}
.news ul li .tu img{
	width: 100%;
}
.news ul li .he{
	padding: 20px 30px 40px;
	box-sizing: border-box;
}
.news ul li .he .bt{
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news ul li .he .zy{
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news ul li .he .sj{
	font-size: 14px;
	color: #666666;
	margin-top: 14px;
}
.news ul li:hover{
	background: #ffffff;
	box-shadow: 3px 6px 10px rgba(0,0,0,0.17);
}
.news ul li:hover .bt{
	color: #d1232a;
}
.about .one{
	margin-top: 45px;
}
.about .one .cont{
	margin-top: 20px;
	font-size: 16px;
	line-height: 36px;
}
.about .one .cont img{
	max-width: 100%;
	margin: auto;
	height: auto;
	display: block;
}
.shuju{
	padding: 35px 0;
	margin-top: 45px;
}
.shuju .centerBox .growth_ratio{
	display: flex;
	justify-content: space-between;
}
.shuju dl{
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
}
.shuju dl dt{
	display: inline-block;
}
.shuju dl .he{
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	color: #d1232a;
	position: relative;
}
.shuju dl .he:after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #d28286;
	position: absolute;
	bottom: 0;
}
.shuju dl dd{
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.shuju dl i{
	display: inline-block;
}
.about .two{
	padding: 100px 0 85px;
	background: #f6f6f6;
	margin-top: 0;
}
.about .three{
	padding: 94px 0 100px;
	box-sizing: border-box;
}
.list,.show,.page,.news,.about,.download_box,.proposal_box{
	padding: 20px 0 100px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
.three .zong .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.three .zong .swiper-slide .tu{
	float: left;
	width: 54%;
}
.three .zong .swiper-slide .tu img{
	width: 100%;
}
.three .zong{
	position: relative;
	margin-top: 20px;
	display: none;
}
.three .zong .swiper-container{
	width: 94%;
	margin: auto;
}
.three .zong .swiper-slide .he{
	float: right;
	width: 43%;
	font-size: 16px;
	line-height: 36px;
}
.three .zong .swiper-button-prev{
	left: 0;
}
.three .zong .swiper-button-next{
	right: 0;
}
.three .qie{
	font-size: 0;
	display: block;
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
}
.three .qie li.on{
	border-top: 2px solid #333333;
}
.three .qie li{
	display: inline-block;
	font-size: 20px;
	color: #666666;
	margin: 0 5%;
	cursor: pointer;
	padding-top: 20px;
}
.three .qie{
	margin-top: 45px;
	border-top: 1px solid #cccccc;
}
.four{
	padding: 100px 0;
	box-sizing: border-box;
	background: #f6f6f6;
}
.team .zong{
	position: relative;
}
.team ul{
	padding-bottom: 48px;
	font-size: 0;
}
.team ul li{
	display: inline-block;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 20px;
	border-radius: 10px;
	position: relative;
}
.team ul li:nth-child(3n){
	margin-right: 0;
}
.team ul li img{
	width: 100%;
	border-radius: 10px;
}
.team ul li .he{
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	border-radius: 0 0 10px 10px;
}
.team ul li .he .bt{
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.team ul li .he .zy{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.team ul li .he .cont{
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	color: #ffffff;
	display: none;
}
.team ul li:hover .he .cont{
	display:-webkit-box;
	margin-top: 5px;
}
.team ul li:hover .he{
	background: rgba(218, 37, 28, 0.8);
}
.team ul li:hover .he .zy{
	display: none;
}
.team ul li:hover .he .bt{
	color: #ffffff;
}
.team .swiper-button-prev{
	left: -40px;
}
.team .swiper-button-next{
	right: -40px;
}
.five{
	padding: 100px 0 20px;
	box-sizing: border-box;
}
.five ul{
	font-size: 0;
	padding-bottom: 10px;
	margin-top: 20px;
}
.five ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
	display: inline-block;
}
.five ul li img{
	width: 100%;
}
.five ul li:nth-child(even){
	margin-right: 0;
}
.more{
	display: block;
	width: 180px;
	line-height: 60px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	border: 1px solid #999999;
}
.more img{
	margin-left: 6px;
}
.index .six{
	padding: 25px 0;
	box-sizing: border-box;
	background: #e8e8e8;
}
.index .six ul{
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.index .six ul li{
	display: inline-block;
	vertical-align: top;
}
.index .six ul li .tu{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #716f70;
	box-sizing: border-box;
	border-radius: 100%;
}
.index .six ul li img{
	max-width: 48px;
	max-height: 37px;
}
.index .six ul li:hover .tu{
	border: 1px solid #d1232a;
}
.index .six ul li:hover p{
	color: #d1232a;
}
.index .six ul li p{
	text-align: center;
	font-size: 16px;
	margin-top: 4px;
}
.index .tonga{
	padding: 100px 0 50px;
	box-sizing: border-box;
	text-align: center;
}
.index .tonga .en{
	font-size: 36px;
}
.index .tonga .bt{
	font-size: 24px;
	margin-top: 16px;
}
.index .tonga .zy{
	font-size: 16px;
	line-height: 30px;
}
.index .tonga .big{
	font-size: 44px;
	color: #d1232a;
	margin-top: 20px;
}
.index .tonga .big:after,.index .xt .bt:after,.index .xiang .title:after{
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background: #d28286;
	border-radius: 30px;
	margin: 24px auto 30px;
}
.index .nl{
	display: block;
	width: 220px;
	line-height: 60px;
	border: 1px solid #999999;
	font-size: 20px;
	text-align: center;
	margin: auto;
}
.shipin{
	margin-top: 60px;
}
.shipin video{
	width: 100%;
	object-fit: cover;
}
.index .title .en{
	font-size: 36px;
}
.index .title .cn{
	font-size: 24px;
}
.index .title{
	line-height: 48px;
	text-align: center;
}
.index .kehu{
	padding: 70px 0 90px;
}
.index .kehu ul{
	font-size: 0;
	margin-top: 30px;
}
.index .kehu ul li{
	display: inline-block;
	width: 16.667%;
}
.index .kehu ul li img{
	width: 100%;
}
.index .kehu .zhu{
	font-size: 14px;
	text-align: center;
	color: #999999;
	margin-top: 20px;
}
.index .xiang .title:after{
	margin-bottom: 0;
}
.index .xiang{
	padding: 100px 0;
}
.index .morea{
	position: absolute;
	right: 0;
	margin-top: 36px;
	font-size: 14px;
	color: #d1232a;
}
.index .xiang .centerBox{
	position: relative;
}
.index .xiang .ul{
	margin-top: 30px;
}
.liucheng .bt:after{

}
.liucheng .desc{
	overflow-x: auto;
	width: 100%;
}
.liucheng .desc img{
	margin: auto;
	display: block;
}
.youshi{
	padding: 100px 0 90px;
	box-sizing: border-box;
	background: #f8f8f8;
}
.youshi .xt .bt:after{
	margin-bottom: 0;
}
.youshi ul{
	font-size: 0;
}
.youshi ul li{
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	vertical-align: top;
}
.youshi ul li:nth-child(3n){
	margin-right: 0;
}
.youshi ul li img{
	width: 100%;
}
.youshi ul li .he .bt{
	font-size: 24px;
	margin-top: 20px;
}
.youshi ul li .he .zy{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
.youshi ul li:hover .tu{
	box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
}
.youshi ul li:hover .bt{
	color: #d1232a;
}
.heng{
	padding: 260px 0 280px;
	box-sizing: border-box;
}
.heng .nl{
	color: #dddddd;
	border: 1px solid #aaaaaa;
	margin-top: 36px;
}
.heng p{
	text-align: center;
	font-size: 48px;
	color: #ffffff;
}
.lanmu ul{
	font-size: 0;
}
.lanmu ul li{
	display: inline-block;
	width: 33.33%;
	padding: 50px 20px 45px;
	box-sizing: border-box;
	vertical-align: top;
}
.lanmu ul li .tu{
	width: 100px;
	height: 100px;
	margin: auto;
	border: 1px solid #716f70;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lanmu ul li .tu img{
	max-width: 68px;
	max-height: 68px;
}
.lanmu ul li p{
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
}
.lanmu ul li div{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}
.lanmu ul li:hover{
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.19);
}
.lanmu ul li:hover .tu{
	border: 1px solid #d1232a;
}
.lanmu ul li:hover .he p{
	color: #d1232a;
}
.lanmu{
	padding-bottom: 60px;
}
.header .search{
	position: relative;
}
.header .search:hover form{
	display: flex;
}
.header .search form{
	position: absolute;
	font-size: 0;
	right: 0;
	display: none;
	padding-top: 20px;
}
.header .search .key{
	height: 36px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding-left: 10px;
}
.header .search .submit{
	width: 60px;
	height: 36px;
	border: none;
	background: #d1232a;
	color: #ffffff;
}
.fixed{
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
}
.fixed ul{
	width: 100%;
	border-radius: 10px 0 0 10px;
}
.fixed ul li:first-child{
	margin-top: 0;
}
.fixed ul li img{
	margin: auto;
	display: block;
}
.fixed ul li{
	margin-top: 1px;
	position: relative;
	width: 68px;
	height: 68px;
	background: rgba(209, 35, 42, 0.7);
}
.fixed ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.fixed ul li .fu{
	position: absolute;
	min-height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	background: #d1232a;
	box-sizing: border-box;
	right: 100%;
	top: 0;
	display: none;
	white-space: nowrap;
	color: #ffffff;
	line-height: 68px;
	font-size: 20px;
	text-align: center;
}
.fixed ul li:nth-child(2) .fu{
	padding: 10px;
	min-height: auto;
}
.fixed ul li:hover{
	background: #d1232a;
}
.fixed ul li:hover .fu{
	display: block;
}
.fixed ul li .fu img{
	width: 79px;
}
.fixed ul li p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
/**/
.download{
	padding-top: 40px;
	text-align: center;
}
.download h2{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 25px;
}
.download img{
	width: 100%;
}
.download .content{
	font-size: 16px;
	color: #333;
}
.download .content p{
	padding: 15px 0;
}
.download a{
	display: block;
	font-size: 14px;
	color: #fff;
	margin: auto;
	background: #d1232a url(../images/down.png) no-repeat left center;
	padding: 18px 0;
	margin-bottom: 10px;
	width: 160px;
	border-radius: 5px;
	background-position-x: 24px;
	padding-left: 24px;
}
.download .text{
	font-size: 14px;
	color: #999;
}
.download button{
	line-height: 36px;
    padding: 0 20px;
    margin-top: 20px;
    background: #d1232a;
    border: none;
    border-radius: 6px;
    color: #ffffff;
}
.proposal{
	padding-top: 40px;
}
.proposal h2{
	font-size: 30px;
	color: #333;
	padding-bottom: 25px;
	text-align: center;
	padding-bottom: 40px;
}
.proposal label{
	font-size: 16px;
	color: #333;
	display: inline-block;
}
.proposal input[type="text"]{
	font-size: 14px;
	color: #999999;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	height: 60px;
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
	background: 0;
}
.proposal{
	max-width: 840px !important;
	margin: auto;
    width: 100%;
}
.proposal label:first-child{
	width: 45.23%;
	margin-right: 8.9%;
	margin-bottom: 25px;
}
.proposal label:nth-child(2){
	width: 45.23%;
	margin-bottom: 25px;
}
.proposal label:nth-child(3){
	width: 100%
}
.proposal textarea{
	font-size: 14px;
	color: #999999;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	width: 100%;
	margin-top: 15px;
	height: 192px;
	padding: 22px 20px;
	margin-bottom: 35px;
	background: 0;
	resize: none;
}
.proposal input[type="submit"]{
	width: 45.23%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #d17779;
	border: 0;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	padding: 16px 0;
}
.lsever{
	padding-top: 40px;
}
.lsever h2{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 30px;
	text-align: center;
}
.lsever ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.lsever li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 46.66%;
	margin-bottom: 40px;
	box-shadow: 0 0 3px 3px #f6f6f6;
}
.lsever_left{
	width: 33%;
	border-radius: 20px 0 0 20px;
}
.lsever_left img{
	width: 100%;
	border-radius: 20px 0 0 20px;
}
.lsever_right{
	width: 67%;
	padding: 20px 16px 20px;
	box-sizing: border-box;
}
.lsever_right h3{
	font-weight: normal;
	font-size: 24px;
	color: #333;
	line-height: 36px;
	padding-bottom: 5px;
}
.lsever_right .he{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lsever_right p.bt{
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding-bottom: 20px;
	text-align: justify;
}
.lsever_right div.zy{
	font-weight: normal;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	float: left;
	width: 63%;
}
.lsever_right div.zy img{
	width: 100%;
}
.lsever_right a{
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	background: #d1232a;
	float: right;
	width: 110px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
}
.website{
	padding-top: 40px;
}
.website .websitelist{
	margin-bottom: 80px;
}
.website .websitelist:last-child{
	margin-bottom: 40px;
}
.websitelist h2{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 25px;
	text-align: center;
}
.websitelist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 3.3%;
	box-shadow: 0 0 3px 3px #f1f1f1;
}
.websitelist ul li{
	width: 33%;
	padding: 15px 1%;
}
.websitelist ul li a{
	display: flex;
	justify-content: space-between;
}
.websitelist ul li p{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.websitelist ul li .zy{
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.site_icon{
	width: 26px;
}
.site_icon img{
	width: 100%;
}
.site_des{
	width: 91%;
}
.websitelist ul li:hover{
	box-shadow: 0 0 4px 4px #f1f1f1;
}
.jobl{
	padding-top: 44px;
}

.jobl{
	width: 100%;
}
.jobl ul li{
	width: 100%;
	margin-bottom: 40px;

}
.audience_title{
	padding: 10.5px 1.69%;
	background: #fff;
	font-size: 20px;
	color: #333333;
	border: 1px solid #aaaaaa;
}
.audience_title p{
	padding-right: 15%;
	background: url(../images/jia_03.jpg) no-repeat right center;
}
.audience_contet{
	padding: 10.5px 2.5%;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	display: none;
	padding-bottom: 60px;
	border: 1px solid #dddddd;
	border-top: 0;
}
.jobl .on .audience_title{
	background: #d1777a;
}
.jobl .on .audience_title p{
	color: #fff;
}
.jobl .on .audience_title p{
	background: url(../images/jian_03.jpg) no-repeat right center;
}
.jobl .on .audience_contet{
	display: block;
}
.tipsa{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.mailto{
	width: 140px;
	display: block;
	background: #d1232a;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-top: 18px;
	border-radius: 20px;
}
.jobl .more{
	border: 1px solid #d1232a;
	color: #d1232a;
	margin: 0;
	width: 140px;
	line-height: 50px;
	font-size: 16px;
}
.sucai .more{
	border: 1px solid #d1232a;
	color: #d1232a;
}