@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_d28vi6961pr.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_d28vi6961pr.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_d28vi6961pr.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_d28vi6961pr.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_d28vi6961pr.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_d28vi6961pr.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}


body{
	 overflow-x:hidden !important;  background:#fff; 
	 font: 14px/1.1  'webfont' !important;
}
body.pagebody{
	background:#f4f7fe;
}
.bodybg{
	background:#f5f6fa;
}
*{
	outline:none; box-sizing:border-box;
}

.clear{
	clear:both;
}
a:hover{
	color:#ed619f;
}
.w1700{
	width:1700px; margin:0 auto;
}
.w1500{
	width:1500px; margin:0 auto;
}
.w1200{
	width:1200px; margin:0 auto;
}
.w1000{
	width:1000px; margin:0 auto;
}
.mt120{
	margin-top:120px;
}
.mb120{
	margin-bottom:120px;
}
.fwb{
	font-weight:bold;
}


.transition04{
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
.transition0401{
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.clearboth{
	clear:both;
}

#main{
	position:relative; z-index:22;
}
.menu_body{
	display:none;
}

.header{
	width:100%; height:80px; line-height:80px; position:fixed; border-bottom:1px solid transparent;
	top:0px; left:0px; z-index:111111111;
}
.header.yanse{
	 border-bottom:1px solid #e6e6e6;
}

.header .inheader{
	width:1500px; margin:0 auto; height:80px; line-height:80px; position:relative;
}
.header .inheader .logo{
	position:relative; left:0px; top:0px; height:100%; float:left;
	display: flex;  flex-direction: column; justify-content: center;
}
.header .inheader .logo img{
	height:51px;
}
.header .inheader .logo img:first-child{
	display:none;
}
.header .inheader .logo img:last-child{
	display:block;
}



.header .inheader .menu{
	position:relative; margin:0; float:right; 
}
.header .inheader .menu > li{
	float:left;   width:auto; text-align:center; box-sizing:border-box; height:100%; margin:0;
	height:80px; line-height:80px; position:relative;
}
.header .inheader .menu > li:first-child{
	margin-left:0px;
}
.header .inheader .menu > li:nth-last-child(2){
	margin-right:0px;
}
.header .inheader .menu li > a{
	color:#000; font-size:14px;   display:block; padding:0 25px; font-weight:bold;
}

.header .inheader .menu > li.active:after,
.header .inheader .menu > li:hover:after{
	position:absolute; width:calc(100% - 50px); height:2px; background:#ed619f; bottom:22px; left:50%; margin-left:0; content:" "; bottom:0px; transform: translateX(-50%);
}

.header .inheader .menu > li.searchdiv.active:after,
.header .inheader .menu > li.searchdiv:hover:after{
	display:none !important;
}

.header .inheader .menu > li.active > a{
	color:#000;
}

.header .inheader .menu li:marker{
	display:none;
}




@media all and (min-width:769px){
	.header .menu > li:hover .subnav{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
	.header .menu > li.active1 .subnav{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
.menu li .icon_nav_item{
	display:none;
}
.header .menu > li .subnav{
	background: rgba(255,255,255,0.8);
	width: 100%;
	position: absolute;
	left: 0%;
	top: 100%;
	padding: 0 0;
	line-height: 48px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .3s;

}
.header .menu > li .subnav li{
	line-height:38px; text-align:center; width:100%; position:relative; display:block; margin:0;
}
.header .menu > li .subnav li a{
	font-size:14px; color:#000; font-weight:normal;
}
.header .menu > li .subnav li.active a{
	color:#ed619f;
}
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#ed619f; background:none;
}

.menubg {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    display: none !important;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    top: 100%;
    left: 0px;
    z-index: -2;
}

.header .headertel{
	float:right; font-size:18px; color:#008ed5; margin-left:60px;
}
.header .headertel img{
	float:left; margin-top:26px;
}
.header .headertel span{
	float:left; margin-left:12px;
}

.header.yanse{
	background:rgba(255,255,255,1);
	border-bottom:1px solid #e6e6e6;
	/*box-shadow: 0px 8px 46px 0px rgba(52, 52, 52, 0.07);*/
}
.header.yanse .inheader .logo img:first-child{
	display:block;
}
.header.yanse .inheader .logo img:last-child{
	display:none;
}
.header.yanse .inheader .menu li > a{
	color:#000;
}
.header.yanse .inheader .menu  .subnav   li.active > a{
	color:#ed619f;
}

.header.yanse .inheader .menu li li > a{
	color:#000; font-weight:normal;
}
.header.yanse .inheader .menu li li > a:hover{
	color:#ed619f;
}
.header .inheader .menu > li.shopdiv{
	margin:0 55px 0 250px;
}
.header .inheader .menu > li.shopdiv.active > a,
.header .inheader .menu > li.shopdiv:hover > a{
	color:#000; background:none;
}
.header .inheader .menu > li.searchdiv{
	cursor:pointer;  margin-left:280px; opacity:0 !important; z-index:-11;
}
.header .inheader .menu > li.searchdiv img{
	display:inline-block; transform:translateY(14px); height:35px; border-radius:500px;
}
.header .inheader .menu > li.searchdiv .subnav{
	left: auto;
	right: 0;
	width: 260px;
	background:none;
	visibility: unset;
	transform: translateY(0px);
	top:24px;
	border:0px;
}
.header .inheader .menu > li.searchdiv .subnav form {
    height: 36px;
    float: left;
    width: 100%;
}
.header .inheader .menu > li.searchdiv .subnav form input.form-control{
    width: calc(100% - 36px);
    box-sizing: border-box;
    padding: 0 15px;
    border: 0;
    line-height: 34px;
    float: left;
    border: 1px solid #999;
}
.header .inheader .menu > li.searchdiv .subnav form input.btn{
    width: 36px;
    height: 100%;
    background: url(../images/search.png) #000 center center no-repeat;
    float: right;
	border:0px; cursor:pointer;
	background-size:36px;
}


#main .flexslider{
	position:relative;  margin-top:80px; min-height:1px;
}
#main .flexslider.flexslider_index{
	margin-top:0px !important;
}
#main .flexslider .flex-control-nav{
	display:block; bottom: 0%; right:5%; height:100%; width:auto; display: flex;  flex-direction: column; justify-content: center;
}
#main .flex-control-paging li a{
	width:12px; height:12px; background:#e0e0e0; box-shadow: none; margin:6px 0;
}
#main .flex-control-paging li a.flex-active{
	background:#000; 
}
.bannertext{
	position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:22; text-align:center; display:none;
}
.bannertext .t{
	transition: All 1s ease 0s;
	-webkit-transition: All 1s ease 0s;
	-moz-transition: All 1s ease 0s;
	-o-transition: All 1s ease 0s;
}
.bannertext .b{
	transition: All 1s ease 1.2s;
	-webkit-transition: All 1s ease 1.2s;
	-moz-transition: All 1s ease 1.2s;
	-o-transition: All 1s ease 1.2s;
}
.bannertext a{
	transition: All 1s ease 2s;
	-webkit-transition: All 1s ease 2s;
	-moz-transition: All 1s ease 2s;
	-o-transition: All 1s ease 2s;
}
.bannertext .t{
	font-size:32px; color:#000000;  margin: 2% 0 0; transform:translateY(90px); opacity:0; line-height:1; font-weight:bold;
}
.bannertext .line{
	width:56px; height:10px; background:#000;  margin:15px auto; transform:translateY(90px); opacity:0;
}
.bannertext .b{
	font-size:20px; color:#000000; transform:translateY(180px); opacity:0;
}

.flex-active-slide .bannertext .t{
	transition: All 1s ease 0s;
	-webkit-transition: All 1s ease 0s;
	-moz-transition: All 1s ease 0s;
	-o-transition: All 1s ease 0s;
}
.flex-active-slide .bannertext .line{
	transition: All 1s ease 0.4s;
	-webkit-transition: All 1s ease 0.7s;
	-moz-transition: All 1s ease 0.7s;
	-o-transition: All 1s ease 0.7s;
}
.flex-active-slide  .bannertext .b{
	transition: All 1s ease 1.4s;
	-webkit-transition: All 1s ease 1.4s;
	-moz-transition: All 1s ease 1.4s;
	-o-transition: All 1s ease 1.4s;
}
.flex-active-slide .bannertext .t{
	transform:translateY(0); opacity:1;
}
.flex-active-slide .bannertext .line{
	transform:translateY(0); opacity:1;
}
.flex-active-slide .bannertext .b{
	transform:translateY(0); opacity:1;
}

.bannertext.bannertext_page{
	display: flex;  flex-direction: column; justify-content: center;
}
.bannertext.bannertext_page .t{
	margin:0% 0 0;  font-size:40px; color:#fff;  line-height:72px; font-family:Arial;
}
.bannertext .line{
	width:60px; height:2px; background:rgba(255,255,255,0.5);  margin: 20px auto;
}
.bannertext.bannertext_page .b{
	font-size:40px; color:#fff; 
}
.bannertext_page .textbgin{
	width:55%; padding:120px 0 120px 8.5%; float:right; text-align:left; background:rgba(255,255,255,0.58);
}
.bannertext_page .textbgin .tbt{
	font-size:36px; color:#333;
}
.bannertext_page .textbgin .tbt span{
	font-size:18px; margin-left:14px;
}
.bannertext_page .textbgin .tbline{
	margin:50px 0; width:28px; height:2px; background:#0c0c0c;
}
.bannertext_page .textbgin .tbbt{
	font-size:24px; color:#333; margin-bottom:30px;
}
.bannertext_page .textbgin .tbb{
	font-size:18px; color:#333; line-height:30px; padding-right:15px; height:60px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;	
}

.bannertext_page .textbgin  a{
	font-size:12px; color:#333; border:1px solid #7b838d; padding:5px 20px; display:inline-block; margin-top:40px;
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
}
.bannertext_page .textbgin:hover  a{
	color:#e92085 !important; border:1px solid #e92085 !important;
	transition: unset;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
}
.bannertext_page .textbgin:hover .tbbt{
	color:#e92085;
}
.indextitle{
	overflow:hidden;
}
.indextitle .fl{
	float:left; overflow:hidden;
}
.indextitle .fl .t{
	font-size:26px; color:#333; float:left;
}
.indextitle .fl .b{
	font-size:16px; color:#ccc; float:left; font-weight:bold; margin-left:10px; margin-top:8px;
}
.indextitle .fr{
	float:right; overflow:hidden; display:none;
}
.indextitle .fr div,.indextitle .fr span{
	float:left;
}
.indextitle .fr div{
	font-size:16px; color:#333; cursor:pointer; font-weight:bold;
}
.indextitle .fr span{
	font-size:16px; color:#c2c2c2; margin:0 30px;
}


#index01{
	padding:60px 0; background:#eeeeee;
}
.index01{
	margin-top:30px; padding:0; padding:0 100px;
}
.index01 .swiper-slide{
	display:block; width:calc(50% - 10px); margin-right:20px; position:relative; padding:15.5% 0; overflow:hidden;
}
.index01 .swiper-slide:last-of-type{
	margin-right:0px;
}
.index01 .swiper-slide > img{
	position:absolute; height:100%; left:50%; transform:translateX(-50%); top:0px;
}
.swiper-pagination-box-index{
	margin-top:20px; text-align:center;
}
.swiper-pagination-box-index .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background:#e0e0e0; margin: 0 8px;
    opacity:1;
}
.swiper-pagination-box-index .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#000; 
}





#index02{
	padding:60px 0 ;
}
.index02{
	margin-top:30px;
}
.index02 .swiper-slide{
	display:block; width:calc(25% - 9px); margin-right:12px; overflow:hidden;
}
.index02 .swiper-slide:last-of-type{
	margin-right:0px;
}
.index02 .swiper-slide .img{
	position:relative; padding:38% 0; overflow:hidden; width:100%; display:block;
}
.index02 .swiper-slide .img > img{
	position:absolute; height:100%; left:50%; transform:translateX(-50%); top:0px;
}
.index02 .swiper-slide .t{
	overflow: hidden;  color:#333;  font-size:18px; height:22px; line-height:22px; margin:24px 0 10px; font-weight:bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index02 .swiper-slide .b{
	overflow: hidden; color:#999;  font-size:12px; height:14px; line-height:14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index02 .swiper-slide .c{
	overflow:hidden; margin-top:35px;
}
.index02 .swiper-slide .c span{
	float:left; color:#333;  font-size:18px;  margin-top:4px; display:none;
}
.index02 .swiper-slide .c a{
	float:right; color:#333;  font-size:12px;  border:1px solid #333; padding:6px 16px; margin-right:20px;
}
.index02 .swiper-slide:hover .c a,
.index02 .swiper-slide:hover .t{
	color:#e92086;  border-color:#e92086;
}

#index03{
	padding:60px 0; background:#fcfcfc;
}
.index03{
	margin-top:30px; width:1200px;  margin-left:auto; margin-right:auto;
}
.index03_fl{
	float:left; width:39%;
}
.index03_fl .img{
	position:relative; padding:24.5% 0; overflow:hidden; width:100%; display:block;
}
.index03_fl .img > img{
	position:absolute; height:100%; left:50%; transform:translateX(-50%); top:0px; min-width:100%;
}
.index03_fl .text{
	background:#fff; padding:28px 28px 14px; overflow:hidden;
}
.index03_fl .text .textfl{
	float:left;
}
.index03_fl .text .textfr{
	float:right; width: calc(100% - 66px);
}
.index03_fl .text .textfl .t{
	font-size:42px; color:#000000; font-weight:bold; margin:18px 0 14px;
}
.index03_fl .text .textfl .b{
	font-size:14px; color:#000000;
}
.index03_fl .text .textfr .t{
	font-size:18px; color:#000000; font-weight:bold; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index03_fl .text .textfr .b{
	font-size:12px; color:#999999;   line-height:24px; margin:18px 0 ;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index03_fl .text .textfr .c{
	font-size:12px; color:#999999;  text-align:right;
}
.index03_fl:hover .text .textfr .t,
.index03_fl:hover  .text .textfr .c{
	color:#e92086; 
}

.index03_fr{
	float:right; width:58%; 
}
.index03_fr_list{
	display:block; background:#fff; margin-bottom:12px; overflow:hidden; padding:24px 28px 20px 44px;
}
.index03_fr_list:last-of-type{
	margin-bottom:0px;
}
.index03_fr_list .textfl{
	float:left;
}
.index03_fr_list .textfr{
	float:left;
}
.index03_fr_list .c{
	float:right;
}
.index03_fr_list .textfl .t{
	font-size:42px; color:#000000; font-weight:bold; margin:10px 0 14px;
}
.index03_fr_list .textfl .b{
	font-size:14px; color:#000000;
}
.index03_fr_list .textfr{
	margin-left:28px; width: calc(100% - 144px);
}
.index03_fr_list .textfr .t{
	font-size:18px; color:#000000; font-weight:bold; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index03_fr_list .textfr .b{
	font-size:12px; color:#999999;   line-height:24px; margin:18px 0 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.index03_fr_list .c{
	font-size:14px; color:#999999;  text-align:right; margin-top:44px;
}
.index03_fr_list:hover .textfr .t,
.index03_fr_list:hover  .c{
	color:#e92086; 
}


#index04{
	padding:60px 0; background:#ececec;
}
.index04{
	margin-top:30px; position:relative;
}
.index04_fl{
	float:left; width:66%; background:#fff; padding:130px 90px 130px 180px; font-size:0px;
}
.index04_fr{
	width:34%; position:absolute; top:0px; right:0px; height:100%;
}
.index04_fr img{
	display:block;
}
.index04_fr #dituContent{
	display:block; width:100%; height:100%;
}
#dituContent *{
	box-sizing:content-box;
}
#dituContent .iw_poi_title{
	font-size:16px; color:#e92085;
}
#dituContent .iw_poi_content{
	font-size:14px; color:#666; margin-top:12px;
}
.index04_fl .input01 {
    line-height: 36px;
    width: 24%;
	margin-left:14%;
    font-size: 14px;
    color: #5d5d5d;
    border: 0px;
    border-bottom: 1px solid #a0a0a0;
    margin-top: 80px;
	background:none !important;
}

::-ms-clear, ::-ms-reveal {
    display: none
}
input:-webkit-autofill {
  -webkit-box-shadow:   none;
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: none !important;
  background-image: none  !important;

  /* -webkit-text-fill-color: red; //这个私有属性是有效的 */
}

.index04_fl .input01:nth-of-type(7){
	width:100%;
}
.index04_fl .input01:nth-of-type(3n+1) {
    margin-left: 0px;
}
.index04_fl .input01:nth-of-type(-n+3) {
    margin-top: 0px;
}
.index04_fl .input01.input03{
	margin-top: 80px;	
    width: 100%;
    resize: none;
    height: 40px;
}
.submit input {
    font-size: 14px;
    color: #fff;
    width: 124px;
    line-height: 40px;
    border-radius: 300px;
    margin: 36px 0 0;
    background: #000;
    display: block;
    border: 0px;
}

#footer01{
	background:#242424; padding:25px 0 50px;
}
.footer_logo{
	text-align:center; margin-bottom:80px;
}
.footer_logo img{
	height:50px; display:inline-block;
}
.footer_menu{
 margin:0 auto; display: flex;  flex-direction: row; justify-content: space-between;  overflow:hidden; position:relative;
}
.footer_menu::before{
	position:absolute; top:35px; left:0px; height:1px; background:#212121; width:100%; border-bottom:1px solid #232323; content:" "; display:none;
}
.footer_menu_list{

}
.footer_menu_list:first-of-type{
	margin-left:0px;
}
.footer_menu_list:last-of-type{
	margin-right:0px;
}
.footer_menu_list a{
	display:block;
}
.footer_menu_list a.t{
	font-size:16px; color:#a2a2a2; margin-bottom:36px;
}
.footer_menu_list a.b{
	font-size:12px; color:#4f4f4f; margin-bottom:18px;
}

#footer02{
	background:#242424; padding-bottom:60px;
}
.footer02{
	border-top:1px solid #363636; padding-top:40px;
}
.footer_info{
	text-align:center;  margin-bottom:30px; font-size:14px; color:#4b4b4b; overflow:hidden;
}
.footer_info a{
	color:#4b4b4b; display:inline-block; float:left;
}
.footer_info_list img,.footer_info_list span{
	display:inline-block;
}
.footer_info_list img{
	margin-right:15px; transform:translateY(2px);
}
.footer_info_list{
	margin:0 20px; display:block;
}
.footer_info_list:first-of-type{
	margin-left:0px;
}
.footer_info_list:last-of-type{
	margin-right:0px;
}
.footer_bei{
	text-align:left; padding:0 !important; font-size:12px; color:rgba(255,255,255,0.1); 
}
.footer_bei a{
	color:rgba(255,255,255,0.1);
}



#about01{
	background-size:cover !important;
}
.about01{
	padding:60px 0;
}
.about01 .about01_l{
	width:32.66%; float:left;
}
.about01 .about01_r{
	width:56%; margin:0 auto; margin-top:60px;
}
.a_l_t{
	background:rgba(0,0,0,0.35); padding:38px 20px 74px;
}
.a_l_t .t{
	font-size:40px; color:#fff;  margin-bottom:30px;
}
.a_l_t .b{
	font-size:20px; color:rgba(255,255,255,0.5); font-family:Arial;
}
.a_l_b{
	background:url(../images/about-us-top.png) center center no-repeat; background-size:cover; padding:34px 20px 22px;
}
.a_l_b .t{
	font-size:20px; color:#fff;
}
.a_l_b .line{
	background:#a2a2a3; margin:20px 0; width:27px; height:2px;
}
.a_l_b .b{
	font-size:14px; color:#999999; line-height:24px;
}
.about01_r_list{ 
	display:block; width:100%;   overflow:hidden; margin-bottom:15px; padding:22px 0 16px; border-bottom:1px solid rgba(191,191,191,0.3);
}
.about01_r_list:hover{

}
.about01_r_list:last-of-type{
	margin-bottom:0px;
}
.about01_r_list .a_r_l_l{
	float:left; width:calc(100% - 10px);
}
.about01_r_list .a_r_l_l .t{
	font-size:20px; color:#fff; margin-bottom:15px;
}
.about01_r_list .a_r_l_l .b{
	font-size:14px; color:rgba(255,255,255,1); line-height:24px; padding-left:20px; height:auto !important;
}
.about01_r_list .a_r_l_l .b li{
	list-style: disc;
}
.about01_r_list .a_r_l_r{
	float:right; font-size:14px; color:#999; margin-top:50px;
}
.about_sj{
	text-align:center; margin-top:-1px;
}
.about_sj img{
	display:inline-block; height:18px;
}

#about02{
	margin:60px 0; overflow: hidden;
}
.aboutt{
	font-size:30px; color:#333; text-align:center;
}
.aboutt span{
	font-family:Arial; font-size:14px; margin-top:20px; display:block;
}
.about02{
	padding:0 420px 0 !important; margin-top:80px; overflow:hidden; width:100%;
}
.about02 .input01:nth-of-type(8){
	width:62%;
}
.about02 .submit{
	overflow:hidden;
}
.about02 .submit input{
	float:right;
}

#about03,#online{
	background-size:cover !important; padding:60px 0px ;
}
#about03 .aboutt,#service03 .aboutt,#about01 .aboutt{
	color:#fff; 
}
#about03 .aboutt span,#service03 .aboutt span,#about01 .aboutt span{
	color:rgba(255,255,255,0.5);
}
#about03.about03_nome .aboutt{
	color:#333; 
}
#about03.about03_nome .aboutt span{
	color:rgba(51,51,51,0.5);
}
#about03.contact03_div .aboutt{
	color:#333; 
}
#about03.contact03_div .aboutt span{
	color:#333;
}
.about03{
	margin-top:60px;
}
.js_list{
	border:1px solid #e0e0e0; margin-left:20px; width:calc(25% - 15px);  border-radius: 10px;
	padding:60px 30px ; text-align:center; float:left;
}
.js_list:first-of-type{
	margin-left:0px;
}
.js_list .img img{
	display:inline-block; height:100px;
}
.js_list .t{
	font-size:24px; color:#333; margin-top:60px;
}
.js_list .b{
	font-size:12px; color:rgba(51,51,51,0.8); margin:18px 0 40px;
}
.js_list .c{
	font-size:14px; color:#666; line-height:24px;
}
.js_list a{
	display:inline-block; font-size:12px; color:#000; border:1px solid #d6d6d6; padding:8px 16px; margin-top:100px;
}
.about03 .js_list{
	border:1px solid transparent;
}
.about03 .js_list .t{
	color:#fff;
}
.about03 .js_list:hover .t{
	color:#e92086;
}
.about03 .js_list .b{
	color:#fff;
}
.js0101 .js_list:hover{
	background:#f6f6f6; border:1px solid #f6f6f6; box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}


#js01{
	margin:90px 0 120px;
}



#brands{
	margin:90px 0;
}
.brands{
	background:#fff; padding:0 250px 90px;
}
.brands_list{
	border-bottom:1px dashed #999; padding:100px 0 90px;
}
.brands_list .t{
	font-size:24px; color:#333;
}
.brands_list .line{
	width:14px; height:1px; background:#333; border-bottom:1px solid #777; margin:36px 0;
}
.brands_list .b{
	font-size:14px; color:#666; line-height:36px;
}

.probiglist{
	padding:0 !important; border-bottom:15px solid #fff;
}
.probiglist:last-child{
	border-bottom:0px;
}
.probiglist .probiglist_text{
	width:46%; float:left; margin-left:8%; margin-top: 100px;
}
.probiglist .probiglist_text .t{
	font-size:32px; color:#000000; margin-bottom:15px;
}
.probiglist .probiglist_text .b{
	font-size:32px; color:#000000;
}
.probiglist .probiglist_text .line{
	width:36px; height:2px; background:#000; margin:24px 0;
}
.probiglist .probiglist_text .c{
	font-size:14px; color:#999; line-height:24px;
}
.probiglist .probiglist_text a{
	font-size:18px; color:#333; display:inline-block; padding:10px 26px; border:1px solid #666; margin-top:30px;
}
.probiglist .probiglist_img{
	width:43.33%; float:right;
}
.probiglist .probiglist_img img{
	display:block; width:100%;
}
.probiglist:nth-of-type(2n) .probiglist_text{
	float:right; margin-left:0px;
}
.probiglist:nth-of-type(2n) .probiglist_img{
	float:left; 
}
.probiglist:hover .probiglist_text a{
	color:#e92186; border:1px solid #e92186;
}

.prosmall_div{
	margin:15px 0 40px; 
}
.prosmall_list{
	display:block; float:left; width:calc(33.33% - 40px); margin-left:60px; margin-top:60px;
}
.prosmall_list:nth-of-type(3n+1){
	margin-left:0px;
}
.prosmall_list:nth-of-type(-n+3){
	margin-top:0px;
}
.prosmall_list .img{
	padding:42% 0; position:relative; overflow:hidden; background:#ededed;
}
.prosmall_list .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%);
}
.prosmall_list .text{
	padding-left:18px;
}
.prosmall_list .t{
	font-size:20px; color:#333; margin:32px 0 16px;
}
.prosmall_list .b{
	font-size:14px; color:#999; line-height:24px; margin-bottom:24px;
}
.prosmall_list .c{
	overflow:hidden;
}
.prosmall_list .c span{
	float:left;  font-size:12px; color:#333; border:1px solid #666; padding:5px 20px;
}
.prosmall_list .c p{
	float:right; font-size:14px; color:#999;
}
.prosmall_list:hover .t,.prosmall_list:hover .c p{
	color:#e92186;
}
.prosmall_list:hover .c span{
	color:#e92186; border:1px solid #e92186;
}
#pages{
	margin-top:90px; text-align:center; padding:0 110px;
}
#pages li{
	display:inline-block;
}
#pages li a{
	display:inline-block; font-size:20px; color:#636262; border:1px solid #c8c8c8; padding:10px 12px; margin:0 5px;
}
#pages li.active a{
	background:#000000; color:#fff;
}

.pro_show_top{
	background:#fff; padding:20px 0; text-align:center; color:#333;
}
.pro_show_top .t{
	font-size:32px; margin-bottom:10px;
}
.pro_show_top .b{
	font-size:16px;
}

.pro_show_02 .pro_show_02_img{
	float:left; width:42%; margin-left: 5%;
}
.pro_show_02 .pro_show_02_img img{
	display:block; width:100%;
}
.pro_show_02 .pro_show_02_text{
	float:right; width:48%; margin-right:30px;
}
.pro_show_02 .pro_show_02_text .t{
	font-size:24px; color:#333333; margin-top:160px;
}
.pro_show_02 .pro_show_02_text .line{
	margin:60px 0; width:30px; height:1px; background:#000000;
}
.pro_show_02 .pro_show_02_text .b{
	font-size:16px; color:#999; line-height:30px;
}


.pro_show_03{
	padding:0 0 60px;  background:url(../images/proshow01.jpg) no-repeat center center; background-size:cover;
}
.pro_show_03_in{
	padding:0 280px;
}
.pro_show_03_list{
	float:left; margin-top:60px; text-align:center; padding:0 30px; width:33.33%; position:relative;
}
.pro_show_03_list:before{
	position:absolute; background:#423f3d; width:1px; height:70%; top:15%; left:0px; content:" ";
}

.pro_show_03_list:nth-of-type(3n+1){
	clear:both;
}
.pro_show_03_list:nth-of-type(3n+1):before{
	display:none;
}
.pro_show_03_list .img{
	
}
.pro_show_03_list .img img{
	height:60px;
}
.pro_show_03_list .t{
	font-size:28px; color:#999; margin:20px 0 15px;
}
.pro_show_03_list .b{
	font-size:18px; color:#7c7c7c; line-height:32px;
}
.pro_show_04 img{
	display:block; width:100%;
}

.pro_show_05{
	margin-top:60px;
}
.pro_show_05 .pro_show_05_img{
	float:right; width:48%;
}
.pro_show_05 .pro_show_05_img img{
	display:block; width:100%;
}
.pro_show_05 .pro_show_05_text{
	float:left; width:40%; margin-left:10%;
}
.pro_show_05 .pro_show_05_text .t{
	font-size:30px; color:#333333; margin-top:90px; margin-bottom:60px;
}
.pro_show_05 .pro_show_05_text .blist{
	overflow:hidden; margin-top:20px;
}
.pro_show_05 .pro_show_05_text .blist .blist_l{
	float:left; font-size:14px; color:#333; width:34%;
}
.pro_show_05 .pro_show_05_text .blist .blist_r{
	float:left; font-size:14px; color:#999999; width:66%;
}

.pro_show_06{
	margin:60px 0; 
}
.pro_show_06 .bt{
	font-size:24px; color:#000; margin-bottom:40px;
}
.pro_show_06 .bt span{
	color:#333; font-size:16px; margin-left:12px; transform: translateY(-2px);
	display: inline-block;
}
.pro_show_06 .bt a{
	color:#333; font-size:16px; float:right; line-height:30px; display:none;
}
.pro_show_06 .bb{
	position:relative;
}
.swiper-container-pro_show_06{
	width:100%;
}
.swiper-container-pro_show_06 .swiper-slide{
	width:calc(25% - 9px); margin-right:12px; text-align:center;
}
.swiper-container-pro_show_06 .swiper-slide:last-of-type{
	margin-right:0px;
}
.swiper-container-pro_show_06 .swiper-slide .img{
	padding:48% 0; position:relative; overflow:hidden; background:#ededed;
}
.swiper-container-pro_show_06 .swiper-slide .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%);
}
.swiper-container-pro_show_06 .swiper-slide .t {
    font-size: 18px;
    color: #333;
    margin: 15px 0 5px;
}
.swiper-container-pro_show_06 .swiper-slide .b{
	font-size:12px; color:#999;
}
.pro_show_06 .swiper-button-next::after,.pro_show_06 .swiper-button-prev::after{
	color: #000; font-size: 18px; font-weight: bold;
}
.swiper-button-prev.swiper-btn-prev-pro_show_06{
	left:-30px; 
}
.swiper-button-next.swiper-btn-next-pro_show_06{
	right:-30px; 
}



.showdiv{
	margin:80px 0 60px;
}
.showdiv_in{
	padding:0 120px;
}
.showdiv_in .showt{
	font-size:30px; color:#333; text-align:center;
}
.showdiv_in .showdate{
	font-size:14px; color:#666; text-align:center; margin-top:15px;
}
.showdiv_in .showline{
	width:10px; height:2px; background:#333; margin:30px auto;
}
.showdiv_in .showb{
	font-size:14px; color:#666; line-height:36px;
}
.showdiv_in .showb img{
	max-width:100% !important; height:auto !important;  
}

.newsbig_div{
	margin:30px auto 90px;
}
.newsbig_list{
	width:calc(33.33% - 34px); margin-top:51px; margin-left:51px; float:left;
}
.newsbig_list:nth-of-type(3n+1){
	margin-left:0px;
}
.newsbig_list:nth-of-type(-n+3){
	margin-top:0px;
}
.newsbig_list .img{
	padding:26.5% 0; position:relative; overflow:hidden; background:#ededed;
}
.newsbig_list .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%);
}
.newsbig_list .text{
	background:#fff; padding:20px 25px 50px;
}
.newsbig_list .text .date{
	font-size:14px; color:#999;
}
.newsbig_list .text .date span{
	display:inline-block; font-size:12px; color:#666; background:#d8d8d8; padding:4px 10px; margin-left:12px;
}
.newsbig_list .text .t{
	font-size:20px; color:#333; margin:30px 0 15px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.newsbig_list .text .b{
	font-size:14px; color:#999; line-height:24px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.newsbig_list .text .c{
	font-size:12px; color:#999999; border:1px solid #bfbfbf; padding:5px 20px; margin-top:25px; display:inline-block;
}
.newsbig_list:hover .text .t,
.newsbig_list:hover .text .c{
	color:#e92085; border-color:#e92085;
}


.newsreal_div{
	margin:90px 0; margin-top:0px !important;
}
.newsreal_list{
	padding:35px 30px; margin-top:15px; overflow:hidden; display:block;
}
.newsreal_list:first-of-type{
	margin-top:0px;
}
.newsreal_list:hover{
	box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.11);
}
.newsreal_list .img{
	padding:9.1% 0; position:relative; overflow:hidden;  float:left;	 width:32.5%;
}
.newsreal_list .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%);
}
.newsreal_list .text{
	float:right; width:65%;
}
.newsreal_list .text .t{
	overflow:hidden; margin-top:25px;
}
.newsreal_list .text .t div{
	font-size:18px; color:#333; float:left;  width:calc(100% - 170px);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.newsreal_list .text .t span{
	font-size:14px; color:#999999; float:right; 
}
.newsreal_list .text .b {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	font-size:14px; color:#999; line-height:24px; width:80%; margin:25px 0 80px;
}
.newsreal_list .text .c{
	font-size:12px; color:#999999; border:1px solid #bfbfbf; padding:5px 20px; display:inline-block;
}
.newsreal_list:hover .text .t div{
	color:#e92085;
}
.newsreal_list:hover .text .c{
	color:#e92085; border:1px solid #e92085; 
}



.allnews_list{
	width:calc(33.33% - 12px); margin-left:18px; float:left;
}
.allnews_list:nth-of-type(3n+1){
	margin-left:0px;
}
.allnews_list .img{
	padding:26.5% 0; position:relative; overflow:hidden; background:#ededed; display:block;
}
.allnews_list .img img{
	position:absolute; height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%;
}
.allnews_list .text{
	background:#fff; padding:20px 25px 45px;
}
.allnews_list .text .t{
	font-size:20px; color:#333; 
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.allnews_list .text .b{
	font-size:12px; color:#666666; line-height:24px; margin:25px 0 30px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
}
.allnews_list .text >a{
	display:block; font-size:12px; color:#333;overflow:hidden; line-height:24px;
}
.allnews_list .text >a div{
	border-radius:100px; height:24px; width:24px; background:#000; margin-right:8px; text-align:center; display:inline-block;
	display: flex;  flex-direction: column; justify-content: center; float:left;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.allnews_list .text > a div img {
    max-width: 60%;
    display: inline-block;
}

.allnews_list:hover .text .t{
	color:#e92086; 
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.allnews_list:hover .text >a div{
	background:#e92086;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.mored{
	text-align:center;
}
.mored a{
	display:inline-block; font-size:16px; color:#fff; border:1px solid rgba(255,255,255,0.6);
	padding:12px 40px; margin-top:60px;
}
.mored a:hover{
	color:#e92186; border:1px solid #e92186;
}

.service{
	padding-bottom:60px;
}
.mediadiv{
	padding-bottom:120px;
}
.service .aboutt span{
	display:block; margin-top:14px;
}

.asanw_div{
	padding:0 40px;
}
.asanw{
	 cursor:pointer; padding:0 60px; margin-bottom:10px;
}
.asanw.show {
	padding:15px 60px;
}
.asanw:last-of-type{
	margin-bottom:0px;
}
.asanw .t{
	font-size:16px; color:#fff; line-height:24px; margin-bottom:10px;
}
.asanw .t span img{
	width:18px; margin-right:10px;
}
.asanw .t span img:first-of-type{
	display:inline-block;
}
.asanw .t span img:last-of-type{
	display:none;
}
.asanw .b{
	font-size:14px; color:#fff; line-height:24px; display:none; padding-left: 30px;
}
.asanw.show{
	background:#000000;
}
.asanw.show .t span img:first-of-type{
	display:none;
}
.asanw.show .t span img:last-of-type{
	display:inline-block;
}


#service02{
	background:#f6f6f6;
}
.service02{
	padding:60px 0;
}

.down_div{
	width:940px; margin-left:auto; margin-right:auto; cursor:pointer;
}
.down_list{
	padding-bottom:8px;
}
.down_list:last-of-type{
	padding-bottom:0px !important;
}
.down_list .t{
	font-size:16px; color:#333; line-height:24px; margin-bottom:8px;
}
.down_list .t span img{
	width:20px; margin-right:10px; transform:translateY(6px);
}
.down_list .t span img:first-of-type{
	display:inline-block;
}
.down_list .t span img:last-of-type{
	display:none;
}
.down_list.show .t span img:first-of-type{
	display:none;
}
.down_list.show .t span img:last-of-type{
	display:inline-block;
}
.down_list .b{
	width:100%; background:#fff; padding:20px 120px; overflow:hidden; display:none;
}
.down_list .b .bli{
	float:left; width:80px; height:80px; margin-right:30px; position:relative; display:block; text-align:center;
	display:flex; flex-direction: column; justify-content: center; font-size:12px; color:#666;
}
.down_list .b .bli div.text{
	margin-top:12px;
}
.down_list .b .bli img{
	display:inline-block; max-height:32px;
}
.down_list .b .bli .blackdiv{
	 position:absolute; opacity:0; width:100%; height:100%; top:0px; left:0px; display:flex; flex-direction: column; justify-content: center;
}
.down_list .b .bli .blackdiv div.text{
	color:#e92085; font-weight:bold;
}
.down_list .b .bli  > span,.down_list .b .bli  > .text{
	opacity:1;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;	
}

.down_list .b .bli:hover .blackdiv{
	opacity:1;
}
.down_list .b .bli:hover > span,
.down_list .b .bli:hover  > .text{
	opacity:0;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
}
.service02 .mored a{
	color:#333; border:1px solid #333;
}
.service02 .mored a:hover{
	color:#e92186; border:1px solid #e92186;
}

#service03{
	background:#1f1e26;
}
#service03 .down_list .t{
	color:#999;
}
#service03 .down_list .b{
	background:#2a2931;
}
.service03 .mored a{
	color:#fff; border:1px solid #fff;
}

#downalllist{
	margin:90px 0;
}
#downalllist .down_list .b{
	background:#f5f5f5;
}


#downalllist .asanw.show {
    background: #fff;
}
#downalllist .asanw .t {
    color: #333;
}
#downalllist .asanw .b {
    color: #666;
}


.recruit_page{
	width:100%; bottom:15%; position:absolute;
}
.recruit_page_tab{
	text-align:center; font-size:0px; margin-bottom:60px;
}
.recruit_page_tab a{
	font-size:20px; color:rgba(255,255,255,0.4); margin:0 25px; display:inline-block;
}
.recruit_page_tab a.on{
	color:#fff;
}
.recruit_page_search{
	width:25%; margin:0 auto; height:50px; overflow:hidden;
}
.recruit_page_search input.form-control{
    width: calc(100% - 50px); font-size:18px; color:#999; background:rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 0 15px;
    border: 0;
    line-height: 50px;
    float: left;
}
.recruit_page_search input.btn{
    width: 50px;
    height: 100%;
    background: url(../images/recruit_search.png) center center no-repeat; background-size:100% 100%;
    float: right;
	border:0px; cursor:pointer;
}
.recruit{
	margin:90px 0;
}
.recruit_div{
	border:1px solid #a0a0a0;
}
.recruit_list_top,.recruit_list_li{
	line-height:60px; overflow:hidden; text-align:left; color:#333; font-size:20px; 
}
.recruit_list_li{
	font-size:18px; 
}
.recruit_list_top{
	color:#333; background:#f6f6f6;
}
.recruit_01{
	width:50%; float:left; padding-left:80px;
}
.recruit_02{
	width:33.34%; float:left; padding-left:60px;
}
.recruit_03{
	width:16.66%; float:left; padding-left:30px;
}
.recruit_list_li{
	color:#666;  display:block;
}
.recruit_list_li:nth-of-type(2n+1){
	background:#fafafa;
}
.recruit_list_li:hover{
	color:#e92085;
}
.recruit #pages {
    margin-bottom:45px;
}

.recruit_show_big{
	margin:80px 0 60px;
}
.recruit_show{

}
.recruit_show_in{
	 border-bottom:1px solid #ccc;
}
.recruit_show .recruit_show_t{
	font-size:28px; color:#333;
}
.recruit_show .recruit_show_b{
	overflow:hidden; margin:20px 0;
}
.recruit_show .recruit_show_b .recruit_show_b_list{
	font-size:16px; color:#666;  margin-left:90px; float:left;
}
.recruit_show .recruit_show_b .recruit_show_b_list:first-of-type{
	margin-left:0px;
}

.recruit_show_mid{

}
.recruit_show_mid .recruit_show_t{
	 font-size:18px; color:#666;  margin:20px 0 15px;
}
.recruit_show_mid .recruit_show_b{
	 font-size:16px; color:#666;  line-height:2; 
}

.recruit_show_end{

}
.recruit_show_end a{
	display:inline-block; padding:15px 20px; font-size:18px; color:#999;  border-radius: 10px;
}
.recruit_show_end a:first-of-type{
	background:#3b3e40; border:1px solid #3b3e40; 
}
.recruit_show_end a:last-of-type{
	border:1px solid #b5b5b5; margin-left:20px;
}


.contact01{
	overflow:hidden; position:relative;
}
.contact01_fl{
	float:left; width:60%; background:#191919; padding:120px 160px 45px 180px; font-size:0px;
}
.contact01_fr{
	width:40%; position:absolute; top:0px; right:0px; height:100%; overflow:hidden;
}
.contact01_fr > img{
	display:block; left:50%; transform:translateX(-50%); height:77.5%; top:0px; position:absolute; min-width:100%;
}
.contact01_fr > #dituContent{
	display:block; left:50%; transform:translateX(-50%); height:77.5%; top:0px; position:absolute; min-width:100%;
}
.contact01_fr_text{
	background:#efefef; width:100%; overflow:hidden; height:22.5%; bottom:0px; position:absolute;
}
.contact01_fr_text_list{
	width:33.33%; float:left; text-align:center; display:flex; flex-direction: column; justify-content: center; font-weight:bold; height: 100%;  color:#666;
}
.contact01_fr_text_list .t{
	font-size:13px; margin:15px 0; display:none;
}
.contact01_fr_text_list .b{
	font-size:14px;
    line-height: 1.2;
    padding: 0 5px;
	margin-top:15px;
}
.contact01_fl .input01 {
    line-height: 36px;
    width: calc(50% - 60px);
    font-size: 14px;
    color: #999;
    border: 0px;
    border-bottom: 1px solid #7c7c7c;
    margin-top: 80px;
	background:none;
	float:left;
}
.contact01_fl .input01:nth-of-type(2n){
	float:right;
}
.contact01_fl .input01:nth-of-type(2n+1) {
    margin-left: 0px;
}
.contact01_fl .input01:nth-of-type(-n+2) {
    margin-top: 0px;
}
.contact01_fl .input01.input03{
	margin-top: 80px;	
    width: 100%;
    resize: none;
    height: 40px;
	margin-bottom:36px;
}
.contact01_fl .submit input {
    font-size: 14px;
    color: #333;
    width: 124px;
    line-height: 40px;
    border-radius: 300px;
    background: #fff;
    display: block;
    border: 0px;
	cursor:pointer;
}
.contact01_fl .submit input:hover{
	color: #e92085;
}
.contact02{
	text-align:center;
}
.contact02 img{
	display:inline-block;
}

.contact03_mored.mored a {
    color: #333;
    border: 1px solid #666;
}
.contact03_mored.mored a:hover{
	color: #e92085; border: 1px solid #e92085;
}
#cooperation{
	margin:90px 0;
}
#cooperation .contact01_fl {
    background: #fff;
}
#cooperation .contact01_fl .input01 {
    color: #5d5d5d;
    border-bottom: 1px solid #a0a0a0;
}
#cooperation .contact01_fl .submit input {
    color: #fff;
    background: #e92085;
}


.contact03{
	padding:0 100px;
}
a.contact03_list{
	width:100%; padding-left:18px; position:relative; margin-top:0 !important; display:block;
}
a.contact03_list .yuan{
	display:block; width:13px; position:absolute; top:30px; left:0px;
}
a.contact03_list:first-of-type{
	margin-top:0px;
}
.c03_l_con{
	width:100%; overflow:hidden; padding:20px 30px;
}
.c03_l_con .date{
	float:left;
}
.c03_l_con .date .datet{
	font-size:18px; color:#333; margin-bottom:15px;
}
.c03_l_con .date .dateb{
	font-size:12px; color:#999;
}
.c03_l_con .text{
	float:left; margin-left:30px; width: calc(100% - 160px);
}
.c03_l_con .text .textt{
	font-size:18px; color:#333; margin-bottom:20px;
}
.c03_l_con .text .textb{
	font-size:14px; color:#666; line-height:24px; overflow:hidden;
}
.c03_l_con .text .textb span{
	display:inline-block; margin-left:50px;
}
.c03_l_con .text .textb span:first-of-type{
	margin-left:0px;
}
.c03_l_con .to{
	font-size:16px; color:#999; float:right; margin-top:50px;
}
a.contact03_list:hover .c03_l_con{
	
}
a.contact03_list:hover .c03_l_con .text .textt,
a.contact03_list:hover .c03_l_con .to{
	color:#e92085;
}



.right-pendant {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999999999999999999;
	border-radius: 4px;
}
.right-pendant::after{
	height:94%; top:3%; right:0px; width:40px; background:#1d1d1d;  z-index:1; position:absolute; content:" ";
}
.right-pendant li{
	width:120px; height:40px; line-height:40px;  background:#1d1d1d; position:relative; right:-80px; z-index:2;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
	border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.right-pendant li > img{
	position:absolute;  width:120px; top:0px; right:100%;  display:none;
}
.right-pendant li  .tel{
	position:absolute;  width:auto; font-size:14px; color:#fff; padding:0 20px; background:#1d1d1d;  display:none;
	height:40px; line-height:40px;
	top:0px; right:calc(100% + 5px); border-radius: 4px;
}
.right-pendant li a{
	overflow:hidden; cursor:pointer;  display:block; widows:100%; height:40px; border-radius: 4px;
}
.right-pendant li a span{
	float:left; width:40px; height:40px; text-align:center;
}
.right-pendant li a span img{
	height:24px; display:inline-block; margin-top:8px;
}
.right-pendant li a .text{
	font-size:14px; color:#fff; margin-left:15px;
}

.right-pendant li:hover{
	right:0px; background:#333;
	transition: All 0.4s;
	-webkit-transition: All 0.4s;
	-moz-transition: All 0.4s;
	-o-transition: All 0.4s;
	
}
.right-pendant li:hover > img{
	display:block;
}
.right-pendant li:hover  .tel{
	display:block; white-space: nowrap;
}

.footer02_left{
	float:left;
}
.footer02_right{
	float:right; width:8.5%;
}
.footer02_right img{
	display:block; width:100%;
}

.mbx{
	margin-bottom:30px;
	height: 18px;
	line-height: 18px;
}
.right-pendant li:nth-child(3){
	display:none;
}