﻿@charset 'UTF-8';
/* CSS Document */
/*切图：gz*/
/*网站：阿萨娜*/
*{ padding:0; margin:0;}
html{ overflow-x:hidden; overflow-y:auto; height:100%;}
ul, ol,li{ list-style-type:none; line-height:normal;}
body{ min-height:100%; overflow-x:hidden;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code, kbd, pre, samp {font-family:'Microsoft yahei' ,Arial;}
a{ text-decoration:none; color:#333;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
/*清除IOS系统点击默认事件*/
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;}
a:hover{color:#333; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size: 32px;}
h2{font-size: 24px;}
h3{font-size: 22px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none;}
textarea,input{ outline:0;}


@font-face {
     font-family:"Noto Serif CJK SC";
    src: url('font/Noto Serif CJK SC.eot');
    src: url('font/Noto Serif CJK SC.eot?#iefix') format('embedded-opentype'),
         url('font/Noto Serif CJK SC.woff') format('woff'),
         url('font/Noto Serif CJK SC.ttf') format('truetype'),
         url('font/Noto Serif CJK SC.svg#Open Sans Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:"Open Sans";
    src: url('font/Open Sans.eot');
    src: url('font/Open Sans.eot?#iefix') format('embedded-opentype'),
         url('font/Open Sans.woff') format('woff'),
         url('font/Open Sans.ttf') format('truetype'),
         url('font/Open Sans.svg#Open Sans Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 

.pz_top{ float:left; width:100%;}
.pz_banner{ float:left; width:100%; overflow:hidden; position:relative;}
.pz_main{ float:left; width:100%; }
.pz_down{ float:left; width:100%; overflow-y:hidden; }

::-webkit-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100);}
:-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
::-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
:-ms-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100); }

.g_index-img{ display: block; float: left;  position: relative; overflow: hidden;}
.g_index-img img{ width: 100%; height: 100%; 
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: width all 0.4s linear;}

.xx:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

{
	/*圆角*/
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	
	/*阴影*/
	box-shadow:0 3px 3px #fff;
	-moz-box-shadow:0 3px 3px #fff;
	-ms-box-shadow:0 3px 3px #fff;
	-webkit-box-shadow:0 3px 3px #fff;
	
	/*旋转*/
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
	
	-webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
	
	}

.w_0100{ float:left; width:100%;}
.w_1170{ width:1170px; margin:0 auto;}
@media  screen and (max-width:1169px){
.w_1170{ width:auto; padding:0 2%;}	
	}

/*pc版头部*/
.top1{ float:left; width:100%; z-index:9999; position:relative;
box-shadow:0 0px 20px rgba(0,0,0,0.1);
-moz-box-shadow:0 0px 20px rgba(0,0,0,0.1);
-ms-box-shadow:0 0px 20px rgba(0,0,0,0.1);
-webkit-box-shadow:0 0px 20px rgba(0,0,0,0.1);
}

.c_0100_1{ width:1170px; margin:0 auto;}
@media  screen and (max-width:1169px){
.c_0100_1{ width:auto; margin:0 auto;}
	}
/*top*/
.logo{ float:left; padding:15px 0 15px 0;}


/*导航下拉菜单*/
.r_menu{ float:right;}
#header{ float:left; height:144px; margin-right:-30px;}
.nav{
	float:left;	
}
.nav .span1{ float:left; display:inline-block; *display:inline; *zoom:1; width:41px; height:144px; background:url(images/menu_bg1.png) center 44% no-repeat;}
.nav li{
	position: relative;
	float: left;
	text-align:center;
}
.nav li a{
	float:left;
	height:144px;
	line-height:144px;
	color:#454545;
	font-size:16px;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;

	}
.nav li .a2{ padding:0 px; background:top center no-repeat;}	


.nav li .a2 span{ float:left; width:100%;}

.nav li .a2 .span2{ margin-top:51px; height:24px; line-height:24px; font-size:16px; color:#9c9c99;}
.nav li .a2 .span3{ height:19px; line-height:19px; font-size:12px; color:#9c9c99; font-family:"Arial";}


.nav li:hover .a2,
.nav li.on .a2 { background:url(images/menu_bg.png) top center no-repeat;}

.nav li:hover .a2 .span2,
.nav li.on .a2 .span2{ color:#e93198;}


.nav > li > a{ padding:0;}
.nav > li > a:hover{ background:none;}
.nav li .nav-w {
	z-index:21;
	position:absolute;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	width:100%;
	top:100%;
	left:-15px;
}

.nav li .section-nav1{ float:left; width:100%; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	background:#f2f2f2;
	float:left;
	position:static;
	margin:0px;
	width:100%;
	overflow:hidden;
}

.nav li .section-nav1 ul li {
	float:left;
	position:static;
	padding:0px;
	width:100%;
	background:none;
	float:left;
	margin:0;
}
.nav li .section-nav1 ul li:first-child{ margin-top:0px;}
.nav li .section-nav1 ul li:last-child{ margin-bottom:0px;}
.nav li .section-nav1 ul li a {
	text-align:center;
	padding:0px;
	line-height:40px;
	width:100%;
	display:block;
	background:none;
	float:left;
	height:auto;
	color:#5e5e5e;
	font-size:14px;
	overflow:hidden;
	cursor:pointer;
	font-weight:normal;
}
.nav li .section-nav1 ul li a:hover {
	background:#e93198;
	color: #fff;
}









/*phone版头部*/
.top2{ float:left; width:100%; height:100px; position:relative; background:rgba(255,255,255,1); z-index:1030;
box-shadow:0 0px 20px rgba(0,0,0,0.1);
-moz-box-shadow:0 0px 20px rgba(0,0,0,0.1);
-ms-box-shadow:0 0px 20px rgba(0,0,0,0.1);
-webkit-box-shadow:0 0px 20px rgba(0,0,0,0.1);
}
.top2 .logo{ padding:10px 0 10px 20px; height:100px;}
.top2 .logo p{height:100%;}
.top2 .logo img{ height:100%; width:auto;}
@media  screen and (max-width:767px){
.top2 .logo{ padding:11px 0 11px 20px;}	
	}


@media  screen and (max-width:1199px){
	
/*手机按钮*/
.menuph{ float:right; margin-top:30px; margin-right:20px; cursor: pointer;  width: 40px;  height: 40px;  background-color: #e4007f;  text-align: center;  }
.menuph .point {  display: inline-block;  width: 24px;  height: 22px;  margin-top: 10px;  position: relative;  }
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {  width: 24px;  }
.menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 18px;  height: 1px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  }
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 24px;  height: 1px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #fff;  }
.menuph .navbtn::after {  top: -11px;  }
.menuph .navbtn::before {  top: 10px;  }
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

/*手机导航*/
/*手机下拉*/
.xialaph{  position: absolute;  top: 100px;  left: 0;  width: 100%;  background-color: #fff;  padding-bottom: 200px;  display: none;  z-index: 99999;  background: #fff;  }
.xialaph .ul2,
.xialaph .ul3{  display: none;  }
.xialaph h4 a{  color: #333;  font-size: 16px;  font-weight: bold;  line-height: 62px;  }
.xialaph h4{  position: relative;  }
.xialaph li:last-child h4::before{  content: '';  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 1px;  background-color: #e5e5e5; /*opacity: 0.1;*/  }
.xialaph h4::after{  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 1px;  background-color: #e5e5e5; /*opacity: 0.1;*/  }
.xialaph h5 a{  color: #333;  font-size: 16px;  font-family: "微软雅黑";  line-height: 57px;  }
.xialaph h5{  position: relative;  }
.xialaph h5::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background-color: #e5e5e5; /*opacity: 0.05;*/  }
.xialaph li:last-child h5::after{  display: none;  }
.xialaph h4 img{  width: 15px;  height: 8px;  float: right;  margin-top: 29px;  cursor: pointer;  }
.xialaph h5 img{  width: 11px;  height: 6px;  float: right;  margin-top: 26px;  margin-right: 18px;  cursor: pointer;  }
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{  display: none;  }
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{  display: block;  }
.xialaph .ul3{  padding-top: 12px;  padding-bottom: 18px;  padding-left: 15px;  position: relative;  }
.xialaph .ul3::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background-color: #e5e5e5;  }
.xialaph li:last-child .ul3::after{  display: none;  }
.xialaph .ul3 li a{  color: #666;  font-size: 14px;  line-height: 35px;  display: block;  }
.xialaph .ul3 li{  padding-top: 5px;  }
.xialaph .ul3 li:first-child{  padding-top: 0;  }
.xialaph .phsou{  position: relative;  margin-top: 34px;}
.xialaph .phsou input{  width: 100%;  height: 56px;  background-color: #fff; color: #aaa;  font-size: 14px;  padding-left: 20px;  border: 1px solid #e5e5e5;}
.xialaph .phsou img{  cursor: pointer;  width: 21px;  height: 22px;  position: absolute;  top: 17px; right: 29px;  }
.xialaph .login_ph{display:block; text-align: center;font-size:16px;color:#c6c6c6;margin-top:10px;}
.xialaph .login_ph a{color:#333333;}
.xialaph .login_ph a:hover{color:#188dce;}
.phonemeng{  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: #000;  opacity: .6;  z-index: 196;  display: none;  }
.phonemeng.active{  display: block;  }
.img_d, .disno{  display: none;  }
.container.ph_nav{padding: 0;}
}



/*banner*/
.slide_banner{ float:left; width:100%; margin:0; overflow:hidden; outline:none;}
.slide_banner a{ outline:none;}

.slide_banner .slick-slide{ width:100%; padding:0; outline:none;}
.slide_banner img{ width:100%; outline:none;}
.slide_banner .slick-prev{ width:121px; height:31px; padding-left:72px; background:#fff url(images/l1.png) 45px center no-repeat; left:0%; top:50%; color:#5d5d5d; font-size:12px;
-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slide_banner .slick-prev:hover{ color:#fff; background:#e4007f url(images/l1_1.png) 45px center no-repeat;}
.slide_banner .slick-next{ width:121px; height:31px; padding-right:72px; background:#fff url(images/r1.png) 61px center no-repeat; right:0%; top:50%; color:#5d5d5d; font-size:12px;
-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slide_banner .slick-next:hover{ color:#fff; background:#e4007f url(images/r1_1.png) 61px center no-repeat;}

.slide_banner .slick-dots{ bottom:21px; width:100%; text-align:center; z-index:2;}
.slide_banner .slick-dots li{ display:inline-block; *display:inline; *zoom:1; width:10px; height:10px; margin:0 7px; vertical-align:bottom; background:#fff; text-indent:-9999px; overflow:hidden; content:" ";
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.slide_banner .slick-dots li.slick-active{ background:#e4007f;}

@media  screen and (max-width:1199px){
.slide_banner .slick-prev{ display:none; width:0; padding:0; margin:0; font-size:0;}	
.slide_banner .slick-next{ display:none; width:0; padding:0; margin:0; font-size:0;}
	}

@media  screen and (max-width:991px){
	
.slide_banner .slick-dots{ bottom:30px; width:100%; margin:0; margin:0 auto; text-align:center;}
.slide_banner .slick-dots li{ float:none;}
	}

@media  screen and (max-width:767px){
.slide_banner{ margin-top:0px;}
.slide_banner .slick-dots{ bottom:15px; }
.slide_banner .slick-dots li{ width:10px; height:10px;}
	}
	
/*手机版底部菜单*/
.kuai{ float:left; width:100%; height:50px;}
.pf_down{ width:100%; float:left; position:fixed; left:0; bottom:0; background:#f5f5f5; border-top:solid 1px #ddd; height:50px; z-index:999999;}
.pf_down li{ width:33.3333%; float:left; text-align:center; padding:5px 0 0 0;}
.pf_down li .ico7{ width:100%; float:left; height:20px;}
.pf_down li .name{ width:100%; float:left; font-size:14px; color:#666; line-height:20px; font-family:"Arial";}
.pf_down li.l1 .ico7{ background:url(images/btn15.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l2 .ico7{ background:url(images/btn16.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l3 .ico7{ background:url(images/bnt17.png) no-repeat center; background-size:20px 20px;}
.pf_down li.on .name{ color:#e4007f;}
.pf_down .l1.on .ico7{ background:url(images/btn15_1.png) no-repeat center; background-size:20px 20px;}
.pf_down .l2.on .ico7{ background:url(images/btn16_1.png) no-repeat center; background-size:20px 20px;}
.pf_down .l3.on .ico7{ background:url(images/bnt17_1.png) no-repeat center; background-size:20px 20px;}

/*pz_top*/

/*pz_mian*/
/*走进*/
.bg1{ background:#f8f8f8 url(images/bg3.jpg) center bottom no-repeat;}
.c_0100_2{ float:left; width:100%; padding:80px 0 184px 0;}
.title1{ float:left; width:100%; text-align:center;}
.title1 .h1_1{ float:left; width:100%; height:35px; line-height:35px; font-size:24px; color:#e4007f;}
.title1 .h2_1{ float:left; width:100%; height:22px; line-height:22px; font-size:14px; color:#666; font-family:"Arial";}
.title1 .img_1{ float:left; width:100%; height:25px; padding-top:5px;}
@media  screen and (max-width:767px){
.title1 .h1_1{ height:24px; line-height:24px; font-size:18px;}
.title1 .h2_1{ height:18px; line-height:18px; font-size:12px;}
.title1 .img_1{ height:15px; padding:0; margin-top:5px;}
	}


.c_0100_2 .i_news{ float:left; width:100%; margin-top:51px;}
.l_50{ float:left; width:50%;}
.l_25{ float:left; width:25%;}

.c_0100_2 .i_news .pic1{ float:left; width:100%;}
.c_0100_2 .i_news .pic1 a{ width:100%;}
.c_0100_2 .i_news .pic1 img{ width:100%;}
.c_0100_2 .i_news .text1{ float:left; width:100%; text-align:center; background:#fff; padding:45px 5% 49px 5%; position:relative;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.c_0100_2 .i_news .text1 .p1{ float:left; width:100%; height:44px; line-height:34px; font-size:18px; color:#666; background:url(images/bg1.png) bottom center no-repeat; overflow:hidden;}
.c_0100_2 .i_news .text1 .p2{ float:left; width:100%; height:52px; line-height:26px; margin-top:12px; font-size:14px; color:#9c9c99; letter-spacing:1px; overflow:hidden;}
.c_0100_2 .i_news .text1 .link1{ float:left; width:100%; height:13px; margin-top:23px;}
.c_0100_2 .i_news .text1 .link1 a{ display:block; margin:0 auto; width:14px; height:14px; background:none;}
.c_0100_2 .i_news .text1 .pf1{ position:absolute; top:-15px; left:0; width:100%; height:15px; background:url(images/jt_t.png) center no-repeat; z-index:1;}

.c_0100_2 .i_news .text1 .pf1.pf2{ background:url(images/jt_d1.png) center no-repeat; top:inherit; bottom:-15px; z-index:1;}

.c_0100_2 .i_news .l_50:hover .text1{ background:#e4007f;}
.c_0100_2 .i_news .l_50:hover .text1 .pf1{ background:url(images/jt_t1.png) center no-repeat;}
.c_0100_2 .i_news .l_50:hover .text1 .link1 a{ background:url(images/bg2.png) no-repeat;}
.c_0100_2 .i_news .l_50:hover .text1 .p1{ color:#fff;}
.c_0100_2 .i_news .l_50:hover .text1 .p2{ color:#fff;}

.c_0100_2 .i_news .l_25:hover .text1{ background:#e4007f;}
.c_0100_2 .i_news .l_25:hover .text1 .pf1{ background:url(images/jt_t1.png) center no-repeat;}
.c_0100_2 .i_news .l_25:hover .text1 .link1 a{ background:url(images/bg2.png) no-repeat;}
.c_0100_2 .i_news .l_25:hover .text1 .p1{ color:#fff;}
.c_0100_2 .i_news .l_25:hover .text1 .p2{ color:#fff;}

.c_0100_2 .i_news .l_25:hover .text1 .pf1.pf2{ background:url(images/jt_d.png) center no-repeat;}

.c_0100_2 .i_news .l_25:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.c_0100_2 .i_news .l_50:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.none0{ display:block;}	
.none1{ display:none;}

@media  screen and (max-width:991px){
.l_50{ width:100%;}
.l_25{ width:50%;}
	}
@media  screen and (max-width:767px){
.bg1{ background:#f8f8f8;}	
.l_25{ width:50%; margin-top:15px;}	
.l_50{ margin-top:15px;}	
.none0{ display:none;}	
.none1{ display:block;}
.c_0100_2{ padding:20px 0 20px 0;}
.c_0100_2 .i_news{ margin-top:20px;}
.c_0100_2 .i_news .text1{ padding:20px 3% 20px 3%; }
.c_0100_2 .i_news .text1 .p1{ height:34px; line-height:28px; font-size:14px;}
.c_0100_2 .i_news .text1 .p2{  height:66px; line-height:22px; margin-top:8px; font-size:12px; letter-spacing:0;}
.c_0100_2 .i_news .text1 .link1{ margin-top:15px;}

.c_0100_2 .i_news .text1 .pf1.pf2{ background:url(images/jt_t.png) center no-repeat; top:-15px;}
.c_0100_2 .i_news .l_25:hover .text1 .pf1.pf2{ background:url(images/jt_t1.png) center no-repeat;}
	}

/*产业*/
.bg2{ background:url(images/bg4.jpg) bottom center no-repeat;}
.c_0100_3{ float:left; width:100%; padding:87px 0 93px 0; position:relative;}
.title_bg1{ background:url(images/bg5.png) center center no-repeat; padding:14px 0 59px 0;}

.c_0100_3 .c_logo1{ float:left; width:100%; margin-top:19px; text-align:center;}
.c_0100_3 .c_logo1 .span4{ display:block; width:875px; height:877px; margin:0 auto; position:relative;}
.c_0100_3 .c_logo1 .span4 .pf2{ position:absolute; left:0; top:0; width:100%; height:100%;}
.c_0100_3 .c_logo1 .span4 .pf2 .c_img1{ float:left; width:100%; height:100%; position:relative;}
.pf_img1{ position:absolute; top:13.5%; left:30%;}
.pf_img2{ position:absolute; top:13.5%; left:56.8%;}

.pf_img3{ position:absolute; top: 29.7%; left: 11.2%;}
.pf_img4{ position:absolute; top:34.7%; left:73.1%;}

.pf_img5{ position:absolute; top:60.8%; left:13%;}
.pf_img6{ position:absolute; top:60.8%; left: 75.6%;}

.pf_img7{ position:absolute; top:74.5%; left:30.8%;}
.pf_img8{ position:absolute; top:75.5%; left:56.9%;}


.pf_img9{ position:absolute; right:0; bottom:164px;}

@media  screen and (max-width:1199px){
.pz_pf_1{ width:80%;}	
.pf_img9{ bottom:0;}
.pf_img1{ left:30%;}
.title_bg1{ background-size:100% auto;}

	}

@media  screen and (max-width:991px){
.c_0100_3 .c_logo1 .span4{ display:block; width:100%; height:auto; margin:0 auto; position:relative;}
.c_0100_3 .c_logo1 .span4 img{ width:100%;}
.title_bg1{ padding:50px 0 50px 0;}
	}
@media  screen and (max-width:767px){
.c_0100_3{ padding:0px 0 40px 0;}
.c_0100_3 .c_logo1{ margin-top:0px;}
.bg2{ background:none;}

.pf_img9{ width:40%;}

.pf_img1{ top:11%; left: 27%; width: 19%;}
.pf_img2{ top:11%; left: 53%;
    width: 22.2%;}

.pf_img3{ top: 28%;  left: 10%; width: 16%;}
.pf_img4{ top:34%; left:71%; width:24%;}

.pf_img5{ top:58%; left:8%; width:20.6%;}
.pf_img6{ top:58%; left: 71%; width: 22%;}

.pf_img7{ top:72%; left:27%; width:18%;}
.pf_img8{ top: 75%;
    left: 54.5%;
    width: 19%;}




}
.pz_pf_on{ display:none; float:left; width:100%; height:100%; background:rgba(0,0,0,0.3) left top repeat; position:fixed; top:0; left:0; z-index:9999999;}
.pz_pf_1{ position:absolute; top:50%; left:50%; width:35.9%; background:#f9f4f1; padding:56px 0 61px 0;
-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.tent_out{ position:absolute; right:15px; top:15px;}
.text2{ float:left; width:100%; padding:0 7.8%;}
.text2 .title2{ float:left; width:100%; height:31px; line-height:31px; font-size:24px; color:#e4007f; text-align:center; overflow:hidden;}
.text2 .p3{ float:left; width:100%; line-height:26px; font-size:14px; color:#666; margin-top:28px;}
.text2 .link2{ float:left; width:100%; margin-top:66px;}
.text2 .link2 a{ display:block; margin:0 auto; width:180px; height:50px; line-height:48px; text-align:center; border:1px solid #e4007f; color:#e4007f; font-size:16px;}
.text2 .link2 a:hover{ background:#e4007f; color:#fff;}


@media  screen and (max-width:991px){
.pz_pf_1{ width:80%;}	
	}
@media  screen and (max-width:767px){
.pz_pf_1{ width:92%; padding:50px 0 40px 0;}	
.tent_out img{ width:15px; height:15px;}
.text2{ float:left; width:100%; padding:0 4%;}
.text2 .title2{ height:24px; line-height:24px; font-size:18px;}
.text2 .p3{ line-height:26px; margin-top:20px;}
.text2 .link2{ margin-top:30px;}
.text2 .link2 a{ width:40%; height:42px; line-height:42px; font-size:14px;}
	}
	

.c_0100_4{ float:left; width:100%; padding-top:85px; padding-bottom:101px;}
.c_0100_4 .c_news_1{ float:left; width:100%; margin-top:46px;}
.l_new1{ float:left; width:31.4%; height:533px; margin-right:2.9%; position:relative; overflow:hidden;}
.l_new1:last-child{ margin-right:0;}
.l_new1 .pf_a1{ position:absolute; right:5.4%; top:39.9%; width:71px; height:71px; background:url(images/bg7.png) no-repeat;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.l_new1:hover .pf_a1{ position:absolute; right:5.4%; top:213px; width:71px; height:71px; background:url(images/bg8.png) no-repeat;}
.l_new1 .pic2{ float:left; width:100%; height:248px; overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.l_new1 .pic2 a{ display:block; float:left; width:100%; height:100%;}
.l_new1 .text3{ float:left; width:100%; padding:49px 4% 0 8%;}
.l_new1 .text3 .time1{ float:left; width:100%; height:23px; line-height:23px; font-size:12px; color:#e4007f; font-weight:bold; position:relative; z-index:2;}
.l_new1 .text3 .time1 .pf_pic1{ position:absolute; left:-12px; bottom:9px;}
.l_new1 .text3 .p4{ float:left; width:100%; height:62px; line-height:31px; font-size:18px; color:#1f1f1f; margin-top:21px; overflow:hidden;}
.l_new1 .text3 .p4 a{ color:#666;}
.l_new1 .text3 .p5{ float:left; width:100%; height:52px; line-height:26px; margin-top:33px; font-size:14px; color:#9c9c99; overflow:hidden;}
.l_new1 .text3 .link3{ float:left; width:100%; height:12px; line-height:12px; margin-top:33px; font-size:12px; color:#e4007f; font-family:"Arial";}
.l_new1 .text3 .link3 a{ color:#e4007f;}

.l_new1:hover .pic2{ height:293px;}
.l_new1:hover .pf_a1{ top:47.9%;}
.l_new1:hover .text3 .time1 .pf_pic1{ display:none;}
.l_new1:hover .text3 .p4 a{ color:#1f1f1f;}

.slick-slide img{ width:100%; height:auto;}

@media  screen and (max-width:991px){
.l_new1{ width:100%; margin-right:0; height:auto;}
.l_new1 .pic2{ height:auto;}
.l_new1 .pf_a1{ top:63%;}
.l_new1:hover .pf_a1{ top:63%;}
.l_new1:hover .pic2{ height:auto;}
.l_new1:hover .text3 .time1 .pf_pic1{ display:block;}
.l_new1.slick-slide { outline:none;}
.slick-prev{ left:2%; top:80%; width:15px; height:30px; background-size:100% 100%;}
.slick-next{ right:2%; top:80%; width:15px; height:30px; background-size:100% 100%;}
	}

@media  screen and (max-width:767px){	
.c_0100_4{ padding-top:30px; padding-bottom:20px;}	
.c_0100_4 .c_news_1{ margin-top:25px;}
.l_new1 .pf_a1{ top:51%;}
.l_new1:hover .pf_a1{ top:51%;}
.l_new1 .text3{ padding:40px 2% 0 4%;}
.l_new1 .text3 .time1 .pf_pic1{ display:none;}
.l_new1:hover .text3 .time1 .pf_pic1{ display:none;}
.l_new1 .text3 .p4{ height:48px; line-height:24px; font-size:16px; margin-top:10px;}
.l_new1 .text3 .p5{ height:48px; line-height:24px; margin-top:20px;}

.slick-prev{ left:0%;}
.slick-next{ right:0%;}
.c_news_1{ padding-bottom:20px;} 
.c_news_1 .slick-dots{ position:absolute; bottom:0px; left:0; width:100%; height:5px;}
.c_news_1 .slick-dots li{ display:inline-block; width:30px; height:5px; background:#eee;}
.c_news_1 .slick-dots li.slick-active{ background:#e4007f;}

}
@media  screen and (max-width:375px){
.l_new1 .pf_a1{ top:48%;}
.l_new1:hover .pf_a1{ top:48%;}
	}
@media  screen and (max-width:370px){
.l_new1 .pf_a1{ top:43.5%;}
.l_new1:hover .pf_a1{ top:43.5%;}
	}

/*pz_dowm*/
.bo_1{ border-top:1px solid #e5e5e5;}
.c_0100_5{ float:left; width:100%; padding:44px 0 40px 0;}
.c_17{ float:left; width:17%;}
.c_17 img{width:36%;}
.link4{ float:left; width:83%;}
.link4 .l_link{ float:left; width:21%; padding-left:4.2%; background:url(images/bg10.jpg) left 6px no-repeat;}
.link4 .l_link:last-child{ width:16%;}
.link4 .l_link .title3{ float:left; width:100%; height:16px; line-height:16px; margin-top:-2px; overflow:hidden; white-space:nowra; text-overflow:ellipsis;}
.link4 .l_link .a3{ float:left; width:100%;}
.link4 .l_link .d_link1{ float:left; width:100%; margin-top:15px;}
.link4 .l_link .d_link1 a{ display:block; float:left; width:100%; height:26px; line-height:26px; font-size:12px; color:#9c9c99;}
.link4 .l_link .d_link1 a:hover{ color:#e93198;}

.c_0100_6{ float:left; width:100%; padding:14px 0 15px 0;}
.l_bq{ float:left; width:67%; line-height:27px; font-size:12px; color:#5e5e5e;}
.l_bq .add_ph{ float:left; width:100%; color:#5e5e5e;}
.l_bq .bq{ float:left; width:100%; color:#5e5e5e;}
.r_link1{ float:left; width:33%; padding-top:7px;}
.sel1{
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
float:left; width:62%; height:41px; padding:0 4%; border:0; background:url(images/bg11.jpg) no-repeat; background-size:100% 100%; outline:none;}
.a4{ float:right; width:40px; height:40px; border:1px solid #ebebeb; background:url(images/ico3.png) center no-repeat; margin-left:2%;}
.a4:hover{ background:url(images/ico3_1.png) center no-repeat;}
.a5{ float:right; width:40px; height:40px; border:1px solid #ebebeb; background:url(images/ico2.png) center no-repeat; margin-left:2%;}
.a5:hover{ background:url(images/ico2_1.png) center no-repeat;}
.a6{ float:right; width:40px; height:40px; border:1px solid #ebebeb; background:url(images/ico1.png) center no-repeat; margin-left:2%; position:relative;}
.a6:hover{ background:url(images/ico1_1.png) center no-repeat;}
.a6:hover .pf_ewm{ display:block;}
.pf_ewm{ position:absolute; right:0; bottom:43px; width:100px; height:100px; display:none;
box-shadow:0 0 8px #ccc;
}

@media  screen and (max-width:1199px){
.sel1{ width:55%;}	
	}

@media  screen and (max-width:991px){
.c_17{ float:left; width:12%;}
.link4{ float:left; width:88%;}
.r_link1{ padding-top:10px;}	
.sel1{ width:50%; height:35px; background:url(images/bg11.jpg) no-repeat; background-size:100% 100%;}	
.a4{ width:35px; height:35px; margin-left:1%;}
.a5{ width:35px; height:35px; margin-left:1%;}
.a6{ width:35px; height:35px; margin-left:1%;}
.link4 .l_link{ background-size:15px 1px; padding-left:3%;}
	}
@media  screen and (max-width:767px){
.bo_4{ display:none;}	
.c_0100_5{ padding:20px 0 20px 0;}	
.c_17{ width:100%; text-align:center;}	
.link4{ width:100%; margin-top:0px; padding:0 5%;}
.link4 .l_link{ width:100%; margin-top:20px; padding-left:7%;}
.link4 .l_link:last-child{ width:100%;}
.link4 .l_link .d_link1{ display:none;}

.l_bq{ width:100%; text-align:center;}
.r_link1{ width:100%;}
.l_bq .add_ph i{ display:block; width:100%; height:1px;}
.l_bq .add_ph{ text-align:center;}
.r_link1{ padding-top:15px;}
	}

/*关于我们*/


/*侧导航*/
.pz_SideLayer{ float:left; width:100%; height:51px; border:1px solid #ebebeb; text-align:center; margin-top:-23px; text-align:center; background:#fff; position:relative; z-index:10;}
.pz_SideLayer .l1{ display:inline-block; *display:inline; *zoom:1; height:49px; line-height:49px; padding:0 1.5%; vertical-align:top; background:center no-repeat;}
.pz_SideLayer .l1 .a7{ color:#838383; font-size:14px; cursor:pointer;}
.pz_SideLayer .l1:hover{ background:url(images/about_7.png) right center no-repeat; color:#e50a84;}
.pz_SideLayer .l1:hover .a7{ color:#e50a84;}

.span5{ display:inline-block; *display:inline; *zoom:1; width:6.3%; height:49px; background:url(images/about_6.png) center no-repeat;}

.pz_SideLayer .slick-prev{ background-size:100% 100%; width:10px; height:20px; left:2%;}
.pz_SideLayer .slick-next{ background-size:100% 100%; width:10px; height:20px; right:2%;}

.none_767{ display:none;}
.none_1170{ display:block;}


.pf_link1{ position:absolute; top:100%; left:0; margin-top:-1px; background:#f9f3f2; width:100%; height:51px; text-align:center; display:none;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.pf_link1 a{ display:inline-block; *display:inline; *zoom:1; vertical-align:top; height:50px; line-height:48px; padding:0 3px; margin:0 2%; margin-top:1px; font-size:14px; color:#666; border-bottom:2px solid rgba(249,243,242,0);}
.pf_link1 a:hover{ border-bottom:2px solid #e71c8d; color:#e71c8d;}

.pz_SideLayer .l1:hover .pf_link1{ display:block;}


.c_0100_7{ float:left; width:100%; margin-top:71px;}
.c_0100_7 .l_57{ float:left; width:57.2%; position:relative; padding-top:98px; padding-right:4%;}
.c_0100_7 .l_57 .title4{ float:left; width:100%; text-align:center; padding-bottom:26px; background:url(images/about_8.jpg) center bottom no-repeat;}
.c_0100_7 .l_57 .title4 .h1_2{ float:left; width:100%; height:54px; line-height:54px; font-size:36px; color:#e4007f; letter-spacing:5px; overflow:hidden; font-family:"Noto Serif CJK SC";}
.c_0100_7 .l_57 .title4 .h1_3{ float:left; width:100%; height:54px; line-height:54px; font-size:48px; color:#e4007f; letter-spacing:8px; overflow:hidden; font-family:"Open Sans Light";}

.c_0100_7 .l_57 .p6{ float:left; width:100%; margin-top:22px; line-height:35px; font-size:14px; color:#666; text-align:center; padding-bottom:63px; background:url(images/about_9.jpg) center bottom no-repeat;}
.c_0100_7 .l_57 .p6 em{ display:block; width:100%; height:1px;}
.c_0100_7 .l_57 .p7{ float:left; width:100%; height:23px; line-height:23px; background:url(images/about_10.jpg) center repeat-x; margin-top:83px;}
.c_0100_7 .l_57 .p7 span{ padding-right:24px; background:#fff; font-size:12px; color:#666; font-family:"Arial";}

.c_0100_7 .r_43{ float:left; width:42.8%;}
.c_0100_7 .r_43 img{ width:100%;}


@media  screen and (max-width:1169px){
.c_0100_7 .l_57{ padding-top:9.2%;}	
.c_0100_7 .l_57 .p6{ margin-top:2%;}
.c_0100_7 .l_57 .p7{ margin-top:7.8%;}
	}
@media  screen and (max-width:991px){
.c_0100_7{ margin-top:50px;}	
.pf_link1 a{ margin:0 1%;}	
	
.c_0100_7 .l_57{ width:100%; padding-top:30px; padding-right:0%;}
.c_0100_7 .l_57 .title4{ padding-bottom:15px;}
.c_0100_7 .l_57 .title4 .h1_2{ height:42px; line-height:42px; font-size:24px; letter-spacing:3px;}
.c_0100_7 .l_57 .title4 .h1_3{ height:42px; line-height:42px; font-size:36px; letter-spacing:5px;}

.c_0100_7 .l_57 .p6{ margin-top:15px; line-height:28px; padding-bottom:50px;}
.c_0100_7 .l_57 .p7{ margin-top:35px; text-align:center;}
.c_0100_7 .l_57 .p7 span{ padding-right:24px; padding-left:24px;}

.c_0100_7 .r_43{ width:100%; margin-top:30px;}	
	}

@media  screen and (max-width:767px){
.pz_SideLayer{ border:0; border-bottom:1px solid #ebebeb; margin-top:0;}	
.pz_SideLayer a{ outline:none; border:0;}	
.pz_SideLayer .slick-slide{ outline:none;}	
.pz_SideLayer .span5{ display:none; width:0; height:0;}
.pz_SideLayer .slick-list{ overflow:inherit;}
.pz_SideLayer .l1{ background:none; position:relative; padding:0;}
.pz_SideLayer .l1:hover{ background:none;}

.pz_SideLayer .l1 .pf_link1 a:hover{ border-bottom:1px solid #e50a84;}

.none_767{ display:block; overflow:hidden;}
.none_1170{ display:none;}


.pf_link1{ height:auto; width:100%; float:left; position:absolute; top:100%;}
.pf_link1 a{ display:block; float:left; width:100%;}
.pf_link1 a:hover{ border:0;}

.pz_SideLayer .slick-prev{ top:50%;}
.pz_SideLayer .slick-next{ top:50%;}

.w_1170.pa0{ padding:0;}

.c_0100_7{ margin-top:20px;}
.c_0100_7 .l_57{ padding-top:0px;}
.c_0100_7 .l_57 .title4{ padding-bottom:10px;}
.c_0100_7 .l_57 .title4 .h1_2{ height:28px; line-height:28px; font-size:18px; letter-spacing:1px;}
.c_0100_7 .l_57 .title4 .h1_3{ height:28px; line-height:28px; font-size:22px; letter-spacing:2px;}
.c_0100_7 .l_57 .p6{ margin-top:10px; line-height:26px; background-size:1px 30px; padding:0 3%; padding-bottom:40px;}
.c_0100_7 .l_57 .p6 em{ display:none;}
.c_0100_7 .l_57 .p7{ margin-top:28px;}
}


.c_0100_8{ float:left; width:100%; margin-top:70px; border:1px solid #ebebeb; padding:70px 0 45px 0;}
.c_0100_8 .l_25_1{ float:left; width:25%; text-align:center; background:url(images/about_11.jpg) right 6px no-repeat;}
.c_0100_8 .l_25_1:last-child{ background:none;}
.c_0100_8 .l_25_1 .num1{ float:left; width:100%; height:51px; line-height:51px; font-size:48px; color:#373737; overflow:hidden; font-family:"Open Sans Light";}
.c_0100_8 .l_25_1 .num1 sup{ font-size:14px; color:#a0a0a0; vertical-align:top; top:.5em; left:.5em;}
.c_0100_8 .l_25_1 .d_p1{ float:left; width:100%; height:29px; line-height:29px; font-size:14px; color:#a0a0a0; font-family:"Arial"; overflow:hidden;}
.c_0100_8 .l_25_1:hover .num1{ color:#e4007f;}
.c_0100_8 .l_25_1:hover .num1 sup{ color:#e4007f;}
.c_0100_8 .l_25_1:hover .d_p1{ color:#e4007f;}

@media  screen and (max-width:991px){
.c_0100_8 .l_25_1 .num1{ font-size:32px;}
.c_0100_8 .l_25_1 .num1 sup{ top:1em;}
	}
@media  screen and (max-width:767px){
.c_0100_8{ margin-top:20px; padding:0px 0 20px 0;}	
.c_0100_8 .l_25_1{ width:50%; margin-top:20px;}	
.c_0100_8 .l_25_1:nth-child(2n){ background:none;}
.c_0100_8 .l_25_1 .num1{ font-size:20px; height:42px; line-height:42px;}
.c_0100_8 .l_25_1 .num1 sup{ font-size:12px;}
.c_0100_8 .l_25_1 .d_p1{ height:24px; line-height:24px; }
	}

.bg_f9f3f2{ background:#f9f3f2; margin-top:157px;}
.c_0100_9{ float:left; width:100%; padding:107px 0 160px 51.5%; line-height:26px; font-size:14px; color:#666; position:relative;}
.pic3{ position:absolute; top:-86px; left:0;}
.text4{ float:left; width:100%; letter-spacing:0.8px;}

@media  screen and (max-width:1169px){
.c_0100_9{ padding-left:55%;}	
	}
@media  screen and (max-width:991px){
.bg_f9f3f2{ margin-top:60px;}	
.pic3{ position:inherit; top:0; float:left; width:100%; text-align:center;}
.c_0100_9{ padding:60px 2%;}
.text4{ margin-top:30px;}
	}

@media  screen and (max-width:767px){
.bg_f9f3f2{ margin-top:20px;}	
.c_0100_9{ padding:20px 2%;}
	}

.c_0100_10{ float:left; width:100%; padding:28px 0 71px 0;}
.title5{ float:left; width:100%; font-size:36px; color:#e4007f; line-height:121px; font-family:"Noto Serif CJK SC";}
.p8{ float:left; width:100%; line-height:26px;}

.pic4{ float:left; width:100%; padding-top:112px; position:relative; margin-top:36px;}
.img2{ float:left; width:100%; padding-left:24.7%;}
.img2 img{ padding:3%; border:2px solid #e4007f;}
.img3{ position:absolute; left:0; top:169px; z-index:-1;}
.img4{ position:absolute; right:0; top:0; z-index:-1;}

.pic5{ float:left; width:100%; height:592px; text-align:center; margin-top:36px; position:relative;}
.pic5 .img5{ position:absolute; top:18.9%; left:24.7%; padding:30px; border:2px solid #eb44a1; z-index:2;}
.pic5 .img6{ position:absolute; left:0; top:28.5%; z-index:1;}
.pic5 .img7{ position:absolute; right:0; top:0; z-index:1;}


.g_index-img1{ display: block; float: left;}
.g_index-img1 img{ width: 100%; height: 100%; 
transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-webkit-transition: all 0.4s ease-out 0s;
-o-transition: width all 0.4s ease-out 0s;}

.pic5 .img6:hover .g_index-img1 img{transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);	
-webkit-transform: scale(1.2,1.2);
-o-transform: scale(1.2,1.2);	
-moz-transform: scale(1.2,1.2);}	

.pic5 .img7:hover .g_index-img1 img{transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);	
-webkit-transform: scale(1.2,1.2);
-o-transform: scale(1.2,1.2);	
-moz-transform: scale(1.2,1.2);}	

.pic5 .img6:hover{ z-index:4;}
.pic5 .img7:hover{ z-index:4;}

@media  screen and (max-width:991px){
.pic5 .img5{ left:10%; width:80%;}
.pic5 .img6{ width:30%; top:28.5%;}
.pic5 .img7{ width:30%;}	
	}

@media  screen and (max-width:767px){
.c_0100_10{ padding:15px 0 20px 0;}	
.title5{ font-size:18px; line-height:60px;}
.pic5{ margin-top:25px; height:250px;}

.pic5 .img5{ left:15%; width:70%; padding:10px;}
.pic5 .img6{ width:35%; top:32%;}
.pic5 .img7{ width:35%;}	

	}





/*十年发展史*/
.c_0100_11{ float:left; width:100%;}

.slick_big{ margin:69px 0 0 0;}
.slick_big .bigtop{ padding:0 0px; margin:0; background:url(images/de_3.jpg) left center repeat-x;}
.slick_big .bigtop .slick-slide{ padding:0; outline:0;}
.slick_big .bigtop .bigtime{ height:121px;}
.slick_big .bigtop .bigtime .cricle{ margin:56px auto 0 auto; width:10px; height:10px;}
.slick_big .bigtop .bigtime .cricle .criclepoint{ width:10px; height:10px; background:#fff; border:1px solid #e4007f; position:relative;
        border-radius:50%;
-webkit-border-radius:50%;
   -moz-border-radius:50%;
     -o-border-radius:50%;
}
.slick_big .bigtop  .bigtime .cricle .cricle2017{ display:none;}
.slick_big .bigtop .slick-current .bigtime .cricle .cricle2017{ display:block; position:absolute; left:50%; top:50%; display:block; width:103px; height:103px; background:#fff; border:#e4007f solid 1px; margin:-51.5px 0 0 -51.5px;
border-radius:100%;		
-moz-border-radius:100%;		
-ms-border-radius:100%;		
-webkit-border-radius:100%;		
}

.slick_big .bigtop  .bigtime .cricle .criclecount{ display:none; overflow:hidden;  position:absolute; width:103px; height:103px; left:50%; top:50%; color:#e4007f; font-size:32px; line-height:103px; text-align:center; overflow:hidden; margin:-51.5px 0 0 -51.5px;}
.slick_big .bigtop .slick-current .bigtime .cricle .criclecount{ display:block;
}
.slick_big .bigtop  .bigtime .cricle .showcount{ position:absolute; width:97px; height:32px; left:50%; bottom:32px; color:#e4007f; line-height:32px; font-size:26px; margin:-0px 0 0 -48px; text-align:center;}
.slick_big .bigtop .slick-current  .bigtime .cricle .showcount{ display:none;}
.slick_big .bigtop .slick-prev{ position:absolute; width:26px; height:26px; left:0; top:50%; background:url(images/de_1.png) no-repeat;}
.slick_big .bigtop .slick-next{ position:absolute; width:26px; height:26px; right:0; top:50%; background:url(images/de_2.png) no-repeat;}
.slick_big .bigtop .slick-prev:hover{ background:url(images/de_1_1.png) no-repeat;}
.slick_big .bigtop .slick-next:hover{ background:url(images/de_2_1.png) no-repeat;}



.bigdown .slick-prev{ display:none; width:0; height:0;}
.bigdown .slick-next{ display:none; width:0; height:0;}

.slick_big .bigdown{ width:100%; margin:41px 0 0 0;}
.slick_big .bigdown .slick-slide{ outline:0; padding:0;}
.slick_big .bigdown .slick-slide img{ outline:0;}
.bigdown .list1{ float:left; width:100%; padding-bottom:52px; border-bottom:1px solid #ebebeb;}
.bigdown .list1 .ul01{ float:left; width:100%; background:url(images/de_3.jpg) 12px top repeat-y;}
.bigdown .list1 .ul01 .li_0100{ float:left; width:100%; height:84px; line-height:84px; margin-top:10px; padding-left:3.6%; position:relative; background:url(images/de_5.png) 2px center no-repeat;}
.bigdown .list1 .ul01 .li_0100:first-child{ margin-top:0;}
.bigdown .list1 .ul01 .li_0100 .li01{ float:left; width:100%; height:84px; line-height:84px; padding-left:26px; background:#f8f8f8; color:#666;}
.bigdown .list1 .ul01 .li_0100 .span6{ float:left; width:4%; font-size:24px; color:#b7b7b7; background:left center no-repeat;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.bigdown .list1 .ul01 .li_0100 .i1{ float:left; width:96%; height:84px; font-size:14px; color:#666; font-style:normal; overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}

.bigdown .list2{ float:left; width:100%; padding:27px 0 54px 0;}
.bigdown .list2 .ul02{ float:left; width:100%;}
.bigdown .list2 .ul02 li{ float:left; width:23%; margin-top:24px; margin-right:2.5%;}
.bigdown .list2 .ul02 li:nth-child(4n){ margin-right:0;}

.pic6{ float:left; display:block; width:100%; position:relative;}
.d_text1{ float:left; width:100%; height:45px;}
.d_text1 .l4{ float:left; width:72.9%; height:45px; line-height:45px; font-size:14px; color:#fff; font-family:"Arial"; text-align:left; overflow:hidden;}
.d_text1 .r4{ float:left; width:27.1%; height:45px; line-height:45px; font-size:18px; color:#bbb; font-family:"Arial"; text-align:right; overflow:hidden; background:url(images/de_7.jpg) left center no-repeat;}

.bigdown .list2 .ul02 li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.pf_text1{ position:absolute; left:0; bottom:-100%; width:100%; padding:14px 4.5% 7px 4.5%; background:rgba(0,0,0,0.5);
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
     -o-transition: all 0.3s ease-out 0s; 
        transition: all 0.3s ease-out 0s;
}
.pf_text1 .p9{ float:left; width:100%; height:38px; line-height:19px; font-size:12px; color:#fff; overflow:hidden;}
.bigdown .list1 .ul01 .li_0100:hover{ background:url(images/de_5_1.png) 2px center no-repeat;}
.bigdown .list1 .ul01 .li_0100:hover .span6{ color:#e4007f; width:6.8%; padding-left:3.2%; background:url(images/de_6.jpg) left center no-repeat;}
.bigdown .list1 .ul01 .li_0100:hover .i1{ color:#e4007f; width:93.2%;}
.bigdown .list2 .ul02 li:hover .d_text1 .l4{ color:#d2d2d2;}
.bigdown .list2 .ul02 li:hover .d_text1 .r4{ color:#e4007f;}
.bigdown .list2 .ul02 li:hover .pf_text1{ bottom:0;}

@media  screen and (max-width:1169px){
.bigdown .list1 .ul01 .li_0100 .span6{ width:8%;}	
.bigdown .list1 .ul01 .li_0100 .i1{ width:92%;}
.bigdown .list1 .ul01 .li_0100:hover .span6{ width:11%; padding-left:5%;}
.bigdown .list1 .ul01 .li_0100:hover .i1{ width:89%;}
.bigdown .list2 .ul02 li{width:49%; margin-right:2%;}
.bigdown .list2 .ul02 li:nth-child(4n){ margin-right:3.5%;}
.bigdown .list2 .ul02 li:nth-child(2n){ margin-right:0;}
	}
@media  screen and (max-width:767px){
	
.slick_big{ margin:20px 0 0 0;}	
.slick_big .bigdown{ margin:20px 0 0 0;}

.bigdown .list1{ padding-bottom:30px;}
.bigdown .list1 .ul01 .li_0100{ padding-left:7%; height:60px; line-height:60px;}	
.bigdown .list1 .ul01 .li_0100 .li01{ padding-left:10px; height:60px; line-height:60px;}
.bigdown .list1 .ul01 .li_0100 .span6{ width:10%; font-size:18px;}	
.bigdown .list1 .ul01 .li_0100 .i1{ width:90%; font-size:12px; height:60px; line-height:60px; overflow:auto;}

.bigdown .list1 .ul01 .li_0100:hover .span6{ width:16%; padding-left:6%;}
.bigdown .list1 .ul01 .li_0100:hover .i1{ width:84%; }

.bigdown .list2{ padding:10px 0 10px 0;}
.bigdown .list2 .ul02 li .d_text1 .l4{ font-size:12px;}
.d_text1 .r4{ background-size:20px 1px;}
.pf_text1{ padding:10px 2% 5px 2%; }
	}

/*3瑜伽明星教师*/
.c_0100_12{ float:left; width:100%; padding:76px 0 60px 0;}
.title6{ float:left; width:100%; background:url(images/te_1.png) center 14px no-repeat; text-align:center;}
.title6 .h1_4{ float:left; width:100%; height:34px; line-height:34px; font-size:24px; color:#e4007f; overflow:hidden;}
.title6 .h2_2{ float:left; width:100%; height:22px; line-height:22px; font-size:14px; color:#666; overflow:hidden; font-family:"Arial";}

.p10{ float:left; width:100%; margin-top:19px; line-height:25px; font-size:14px; color:#666; text-align:center;}
.p10 i{ display:block; width:100%; height:1px;}



/* 本例子css */
.slideTxtBox2{ float:left; width:100%; position:relative; margin-top:75px; padding-bottom:3px;}
.slideTxtBox2 .hd1{ position:absolute; top:-30px; right:0%; z-index:8; width:68.4%;}
.slideTxtBox2 .hd1 ul{ float:left; width:100%;}
.slideTxtBox2 .hd1 ul li{ float:left; width:21.25%; height:196px; margin-left:3.75%; margin-top:30px; cursor:pointer; position:relative;}
.slideTxtBox2 .hd1 ul li .bo_2{ position:absolute; width:106%; height:106%; left:-3%; top:-3%; border:2px solid #e4007f; display:none;}
.slideTxtBox2 .hd1 ul li.on .bo_2{ display:block;}

.slideTxtBox2 .bd1{ float:left; width:100%;}
.slideTxtBox2 .bd1 ul{ float:left; width:100%; position:relative;  zoom:1; }
.pic22{ float:left; width:100%;}
.pic22 img{ width:31.6%;}

.text14{ float:left; width:100%; position:relative; background:#f8f8f8; margin-top:45px; padding:27px 2% 65px 2%;}
.text14 .jt_1{ position:absolute; top:-28px; left:37px; width:62px; height:28px; background:url(images/te_14.png) no-repeat; background-size:100% 100%;}

.text14 .p29{ float:left; width:100%; height:33px; line-height:33px; font-size:24px; color:#1e1e1e; overflow:hidden;}
.text14 .p30{ float:left; width:100%; line-height:20px; padding:3px 0; margin-top:2px; font-size:16px; color:#3e3e3e; overflow:hidden;}
.text14 .p31{ float:left; width:100%; margin-top:19px; line-height:23px; font-size:14px; color:#666;}

.slideTxtBox2 .sPrev{ position:absolute; left:0; top:172px; width:46px; height:82px; background:url(images/te_10.png) no-repeat; background-size:100% 100%; z-index:999;}
.slideTxtBox2 .sPrev:hover{ background:url(images/te_11.png) no-repeat; background-size:100% 100%;}
.slideTxtBox2 .sNext{ position:absolute; right:0; top:172px; width:46px; height:82px; background:url(images/te_12.png) no-repeat; background-size:100% 100%; z-index:999;}
.slideTxtBox2 .sNext:hover{ background:url(images/te_13.png) no-repeat; background-size:100% 100%;}


@media  screen and (max-width:1169px){
.slideTxtBox2 .hd1{ top:-22px;}
.slideTxtBox2 .hd1 ul li{ height:auto; margin-top:22px;}	
	}
@media  screen and (max-width:767px){
.c_0100_12{ float:left; width:100%; padding:30px 0 30px 0;}	
.title6 .h1_4{ font-size:20px;}	
.pic22 img{ width:100%;}	
.slideTxtBox2{ position:relative; margin-top:30px;}
.slideTxtBox2 .bd1{ position:relative;}
.slideTxtBox2 .hd1{ position:relative; float:left; width:100%; margin-top:0px; top:inherit;}
.text14{ margin-top:26px; padding:15px 2% 30px 2%;}
.text14 .jt_1{ top:-20px; left:25px; width:44px; height:20px;}
.slideTxtBox2 .hd1 ul li{ width:23.5%; margin-right:2%; margin-top:15px; margin-left:0; }
.slideTxtBox2 .hd1 ul li:nth-child(4n){ margin-right:0;}
.slideTxtBox2 .sPrev{ width:30px; height:60px; top:200px;}
.slideTxtBox2 .sNext{ width:30px; height:60px; top:200px;}
	}

.bg3{ background:url(images/jtcy.jpg) bottom center no-repeat;}
.c_0100_3.c_0100_13{ padding:87px 0 215px 0;}
@media  screen and (max-width:767px){
.bg3{ background:none;}	
.c_0100_3.c_0100_13{ padding:30px 0 50px 0; margin-bottom:20px;}
	}

/*集团产业详情*/
.c_0100_14{ float:left; width:100%;}
.c_0100_14 .link5{ float:left; width:100%; padding-top:67px; text-align:center;}
.c_0100_14 .link5 a{ display:inline-block; *display:inline; *zoom:1; width:130px; height:38px; line-height:38px; background:#f5f5f5; color:#666; text-align:center; margin:0 4px; font-size:14px;}
.c_0100_14 .link5 a:hover,
.c_0100_14 .link5 a.hover{ background:#e4007f; color:#fff;}

.c_0100_14 .p11{ float:left; width:100%; position:relative; padding:39px 2% 38px 2%; line-height:38px; font-size:24px; color:#e4007f; margin-top:47px; background:#f9f3f2; text-align:center;}
.c_0100_14 .pf_pic2{ position:absolute; top:-16px; left:0; width:100%; text-align:center;}
.title7{ float:left; width:100%; margin-top:75px; text-align:center; background:url(images/de_xq_2.jpg) center no-repeat;}
.title7 .h1_5{ float:left; width:100%; height:27px; line-height:27px; font-size:18px; color:#e4007f;}
.title7 .h2_3{ float:left; width:100%; height:21px; line-height:21px; font-size:14px; color:#ec73ab;}

.c_0100_14 .p12{ float:left; width:100%; margin-top:18px; line-height:26px; font-size:14px; color:#666; }

/* 本例子css */
.slideBox{ float:left; width:100%; margin-top:44px; position:relative; overflow:hidden;}
.slideBox .slick-dots{ width:100%; height:10px; overflow:hidden; position:absolute; left:0px; bottom:12px; z-index:1; text-align:center;  }
.slideBox .slick-dots li{ display:inline-block; *display:inline; *zoom:1; margin:0 6px;  width:10px; height:10px; line-height:10px; text-align:center; background:rgba(255,255,255,0.7); cursor:pointer; text-indent:100%;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.slideBox .slick-dots li.slick-active{ background:#e4007f;}
.slideBox .slick-slide{ zoom:1; vertical-align:middle; float:left; width:100%; }
.slideBox .slick-slide img{ width:100%; display:block;}

.c_0100_15{ float:left; width:100%; margin-top:47px; overflow:hidden;}
.c_0100_15 ul{  margin:0 -15px; }
.c_0100_15 ul li{ float:left; width:25%; padding:0 15px;  outline:none;}

.c_0100_15 ul li .pic7{ display:block; float:left; width:100%; outline:none;}
.c_0100_15 ul li .pic7 img{ width:100%;}
.c_0100_15 ul li .title8{ float:left; width:100%; margin-top:10px; text-align:center;}
.c_0100_15 ul li .title8 .h1_6{ float:left; width:100%; height:26px; line-height:26px; font-size:16px; color:#252424; overflow:hidden;}
.c_0100_15 ul li .title8 .h2_4{ float:left; width:100%; height:24px; line-height:24px; font-size:14px; color:#666; overflow:hidden;}


.c_0100_15 ul li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	


.c_0100_15 .slick-prev{ width:30px; height:50px; left:15px; top:29%; background:url(images/de_xq_8.png) no-repeat; background-size:100% 100%;
transform:translate(0, 0%);
-moz-transform:translate(0, 0%);
-ms-transform:translate(0, 0%);
-webkit-transform:translate(0, 0%);
}
.c_0100_15 .slick-prev:hover{ background:url(images/de_xq_9.png) no-repeat; background-size:100% 100%;}
.c_0100_15 .slick-next{ width:30px; height:50px; right:15px; top:29%; background:url(images/de_xq_10.png) no-repeat; background-size:100% 100%;
transform:translate(0, 0%);
-moz-transform:translate(0, 0%);
-ms-transform:translate(0, 0%);
-webkit-transform:translate(0, 0%);
}
.c_0100_15 .slick-next:hover{ background:url(images/de_xq_11.png) no-repeat; background-size:100% 100%;}

.c_0100_16{ float:left; width:100%; margin-top:47px; overflow:hidden;}
.c_0100_16 ul{ margin:0 -15px; }
.c_0100_16 ul li{ float:left; width:33.33%; padding:0 15px;}

.c_0100_16 ul li .pic8{ display:block; float:left; width:100%;}
.c_0100_16 ul li .pic8 img{ float:left; width:100%;}

.c_0100_16 ul li .p13{ float:left; width:100%; height:62px; line-height:62px; font-size:14px; color:#666; text-align:center;}

.c_0100_16 ul li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	


.c_0100_16 .slick-prev{ width:30px; height:50px; left:15px; top:35%; background:url(images/de_xq_8.png) no-repeat; background-size:100% 100%;
transform:translate(0, 0%);
-moz-transform:translate(0, 0%);
-ms-transform:translate(0, 0%);
-webkit-transform:translate(0, 0%);
}
.c_0100_16 .slick-prev:hover{ background:url(images/de_xq_9.png) no-repeat;}
.c_0100_16 .slick-next{ width:30px; height:50px; right:15px; top:35%; background:url(images/de_xq_10.png) no-repeat; background-size:100% 100%;
transform:translate(0, 0%);
-moz-transform:translate(0, 0%);
-ms-transform:translate(0, 0%);
-webkit-transform:translate(0, 0%);
}
.c_0100_16 .slick-next:hover{ background:url(images/de_xq_11.png) no-repeat;}

.link6{ float:left; width:100%; padding:40px 0px 60px 0px; text-align:center;}
.link6 a{ display:inline-block; *display:inline; *zoom:1; width:270px; height:65px; line-height:65px; background:#e4007f; font-size:18px; color:#fff; text-align:center; letter-spacing:1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}
.link6 a:hover{ background:#ff008e;}

.link6.t_68{ margin-top:68px;}
@media  screen and (max-width:767px){
.c_0100_14 .link5{ padding-top:15px; text-align:left;}	
.c_0100_14 .link5 a{ width:31.33%; height:32px; line-height:32px; margin:5px 1% 0 1%; font-size:12px; overflow:hidden;}
.c_0100_14 .p11{ padding:20px 2% 20px 2%; line-height:36px; font-size:18px; margin-top:25px;}
.c_0100_14 .pf_pic2{ top:-18px;}
.title7{ margin-top:20px;}
.c_0100_14 .p12{ margin-top:10px;}
.slideBox{ margin-top:20px;}
.c_0100_15{ margin-top:20px;}
.c_0100_15 ul{ width:100%;  margin:0;}
.c_0100_15 ul li{ margin-right:0; padding:0;}
.c_0100_15 .slick-next{ right:0%; top:30%;}
.c_0100_15 .slick-prev{ left:0;  top:30%;}
.c_0100_16 ul{ width:100%; margin:0;}
.c_0100_16 ul li{ width:100%; padding:0;}
.c_0100_16 .slick-next{ right:0%;}
.link6{ padding:20px 0px 20px 0px;}
.link6 a{ width:40%; height:40px; line-height:40px; font-size:16px; }
.link6.t_68{ margin-top:10px;}

.c_0100_16 .slick-prev{left:0;}
.c_0100_16 .slick-next{right:0;}

	}
	
/*6产品详情*/
.title9{ float:left; width:100%; padding:56px 0px 14px 0px; border-bottom:1px solid #e3e3e3;}
.h1_7{ float:left; width:100%; height:43px; line-height:43px; font-size:24px; color:#212121; overflow:hidden;}
.h2_5{ float:left; width:100%; height:32px; line-height:32px; font-size:14px; color:#e71c8d; overflow:hidden;}

.pr_de1{ float:left; width:100%; padding-top:30px;}
.pr_de1 .pic9{ float:left; width:40.1%;}
.pr_de1 .pic9 img{ width:100%;}
.pr_de1 .text5{ float:left; width:59.9%; padding-left:2.5%; margin-top:-19px;}

.pr_de1.down{padding-bottom:50px;}


.t_p1{ float:left; width:100%; padding:12px 0 11px 0; border-bottom:1px solid #e7e7e7;}


.t_p1 .p14{ float:left; width:12.8%; font-size:16px; color:#212121;}
.t_p1 .p15{ float:left; width:87.2%; font-size:14px; color:#666; line-height:26px;}

.p_link1{ float:left; width:100%; padding-left:13%; height:45px; line-height:45px; margin-top:23px;}

.p_link1 p{ float:left; width:70%; font-size:14px; color:#666;}
.p_link1 a{ display:block; float:right; width:150px; height:45px; background:#e71c8d; line-height:45px; text-align:center; font-size:16px; color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}

.p_link1 a:hover{ background:#ff008e;}

.c_0100_17{ float:left; width:100%; padding:36px 0 44px 0;}
.c_0100_17 ul{ float:left; width:100%;}
.c_0100_17 ul li{ float:left; width:23%; margin-right:2.5%;}
.c_0100_17 ul li:last-child{ margin-right:0;}
.c_0100_17 .pic11{ float:left; display:block; width:100%;}
.c_0100_17 .pic11 img{ width:100%;}
.c_0100_17 .p16{ float:left; width:100%; text-align:center; height:46px; line-height:46px; font-size:14px; color:#666; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.c_0100_17 ul li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	


@media  screen and (max-width:1169px){
.pr_de1 .pic9{ width:38%;}
.pr_de1 .text5{ width:62%; padding-left:2%; margin-top:-7px;}	

.t_p1{ padding:5px 0 5px 0;}

.t_p1 .p14{ font-size:15px;}

.t_p1 .p15{ line-height:20px;}

.p_link1{ padding-left:13%; height:36px; line-height:36px; margin-top:4px;}

.p_link1 a{  width:120px; height:36px; line-height:36px;}

	}
@media  screen and (max-width:991px){
.pr_de1 .pic9{ width:100%;}
.pr_de1 .text5{ width:100%; padding-left:0%; margin-top:0px;}

.title9{ padding:20px 0px 10px 0px; text-align:center;}
.h1_7{ height:28px; line-height:28px; font-size:18px;}
.h2_5{ height:18px; line-height:18px; font-size:12px;}
.pr_de1{ padding-top:10px;}	
.pr_de1.down{padding-bottom:30px;}
.t_p1{ padding:15px 0 15px 0;}
.t_p1 .p14{ line-height:26px;}
.t_p1 .p15{ line-height:26px;}
.p_link1{ margin-top:20px;}


.c_0100_17 ul li{ width:48%; margin-right:4%;}
.c_0100_17 ul li:nth-child(2n){ margin-right:0;}
	}
@media  screen and (max-width:767px){
.t_p1 .p14{ width:20%;}
.t_p1 .p15{ width:80%;}	
.p_link1 a{  width:90px; height:28px; line-height:28px;}
.p_link1{ height:28px; line-height:28px;}
.c_0100_17{ padding:20px 0 20px 0;}
.pr_de1 .text5{ padding-bottom:20px;}
.c_0100_17 .p16{ font-size:12px;}
	}
@media  screen and (max-width:320px){
.p_link1 p{ width:68%;}	
.t_p1 .p14{ width:25%;}
.t_p1 .p15{ width:75%;}
.p_link1{ padding-left:2%;}	
	}

/*7集团动态*/
.c_0100_18{ float:left; width:100%; height:60px; padding:20px 0; z-index:1; position:relative;}
.c_0100_18 .sel2{
	float:left; width:70px; height:20px; line-height:20px; font-size:12px; background:url(images/news.jpg) no-repeat;
appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline:none;
  border:0;	
	}
.c_0100_18 .span7{ float:left; padding:0 26px; height:20px; line-height:20px; font-size:12px; color:#cdcdcd;}

.c_0100_19{ float:left; width:100%;}
.c_0100_19 .list3{ float:left; width:100%; margin-top:40px;}
.c_0100_19 .list3 ul{ float:left; width:100%; }
.c_0100_19 .list3 ul:first-child{margin-top:-118px;}
.c_0100_19 .list3 ul li{ float:left; width:100%; margin-top:101px; padding-bottom:17px;}
.c_0100_19 .list3 ul li .l_57{ float:left; width:57.2%; margin-right:5.4%; background:url(images/news_11.jpg) left top no-repeat; padding:18px 0 0 3.8%;}
.c_0100_19 .list3 ul li .r_37{ float:left; width:37.4%; position:relative;}
.c_0100_19 .list3 ul li .r_37 .pf3{ position:absolute; bottom:-17px; right:0; width:139px; height:104px; background:#f9f3f2; z-index:-1;}
.c_0100_19 .list3 ul li .l_57 .a8{ float:left; width:100%; height:60px; line-height:30px; font-size:18px; color:#e4007f; overflow:hidden;}
.c_0100_19 .list3 ul li .l_57 .a8 i{ display:block; width:100%; height:1px;}
.c_0100_19 .list3 ul li .l_57 .time2{ float:left; width:100%; height:55px; line-height:55px; overflow:hidden;}
.c_0100_19 .list3 ul li .l_57 .p17{ float:left; width:100%; margin-top:8px; line-height:26px; height:104px; font-size:14px; color:#666; overflow:hidden;}
.c_0100_19 .list3 ul li .l_57 .p17 i{ display:block; width:100%; height:1px;}

.c_0100_19 .list3 ul li .l_57 .link7{ float:left; width:100%; height:57px; line-height:57px;}
.c_0100_19 .list3 ul li .l_57 .link7 a{ color:#e71c8d; font-size:12px; font-family:"Arial";}

.c_0100_19 .list3 ul li .l_57.fr{ float:right; margin-left:5.4%; margin-right:0;}
.c_0100_19 .list3 ul li .r_37.fl{ float:left; text-align:right;}
.c_0100_19 .list3 ul li .r_37.fl .pf3{ left:0;}
.c_0100_19 .list3 ul li .r_37.fl a{ float:right;}

.c_0100_19 .list3 ul li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.c_0100_19 .list3 ul li:hover .l_57 .a8{ color:#ff0490;}
.c_0100_19 .list3 ul li:hover .l_57 .link7 a{ color:#ff0490;}

.link8{ float:left; width:100%; text-align:center; padding:96px 0 79px 0; font-size:14px;}
.link8 img{ margin-left:13px; vertical-align:middle; padding-bottom:2px;}

.link8 a{ color:#8a8a8a;}
.link8 a:hover{ color:#e71c8d;}

@media  screen and (max-width:1169px){
.c_0100_19 .list3 ul li .r_37 .pf3{ right:-17px;}	
.c_0100_19 .list3 ul li .r_37.fl .pf3{ left:-17px;}
	}
@media  screen and (max-width:991px){
.c_0100_19 .list3{ margin-top:20px;}
.c_0100_19 .list3 ul:first-child{ margin-top:-20px;}
.c_0100_19 .list3 ul li{ margin-top:50px; padding-bottom:17px;}

.c_0100_19 .list3 ul li .l_57{ width:56%; margin-right:3%; padding:10px 0 0 3%;}	
.c_0100_19 .list3 ul li .l_57.fr{ margin-left:3%;}
.c_0100_19 .list3 ul li .l_57 .time2{ height:28px; line-height:28px;}

.c_0100_19 .list3 ul li .r_37{ width:41%;}	
.c_0100_19 .list3 ul li .l_57 .a8{ font-size:14px; height:52px; line-height:26px;}	
.c_0100_19 .list3 ul li .l_57 .a8 i{ display:none;}	
.c_0100_19 .list3 ul li .l_57 .p17{ font-size:12px; margin-top:3px; line-height:24px; height:96px;}
.c_0100_19 .list3 ul li .l_57 .p17 i{ display:none;}
.c_0100_19 .list3 ul li .l_57 .link7{ height:30px; line-height:30px;}
.link8{ padding:50px 0 50px 0;}

	}
@media  screen and (max-width:767px){
.c_0100_19 .list3 ul li .l_57.fr{ float:left;}
.c_0100_19 .list3 ul li .r_37.fl{ float:left;}
.c_0100_19 .list3 ul li .l_57{ width:100%; margin-right:0; padding-right:3%;}
.c_0100_19 .list3 ul li .r_37{ width:100%;}

.c_0100_19 .list3{ margin-top:0px;}
.c_0100_19 .list3 ul:first-child{ margin-top:-20px;}
.c_0100_19 .list3 ul li{ margin-top:35px; padding-bottom:0px;}
.c_0100_19 .list3 ul li .r_37{ margin-top:15px;}
.c_0100_19 .list3 ul li .r_37 .pf3{ display:none;}
.c_0100_19 .list3 ul li .l_57 .p17{ height:auto;}
.c_0100_19 .list3 ul li .l_57 .link7{ margin-top:10px;}

.link8{ padding:30px 0 30px 0;}
	}

/*8集团动态详情*/

.text8{ float:left; width:100%;}
.text8 .h1_4{ float:left; width:100%; height:85px; line-height:85px; margin-top:19px; text-align:center; font-size:24px; border-bottom:1px solid #d7d8d8; color:#333;  font-weight:bold; letter-spacing:1px; overflow:hidden;}
.text8 .h2_4{ float:left; width:100%; height:54px; line-height:53px; border-bottom:1px solid #d7d8d8; font-size:14px; color:#777;}
.text8 .h2_4 a{ float:right; color:#777;}
.text8 .h2_4 a img{ vertical-align:middle; margin-left:11px; padding-bottom:4px;}
.text8 .h2_4 a:hover{ color:#e50a84;}
.text8 .text9{ float:left; width:100%; padding:36px 0 32px 0; border-bottom:1px solid #d7d8d8; line-height:30px; font-size:14px; color:#333;}
.text8 .link9{ float:left; width:100%; height:90px; padding:27px 0; text-align:center;}
.text8 .link9 a{ margin:0 7px; position:relative;}

.text8 .bshare-custom{ width:100%; float:left; text-align:center;}
.text8 .bshare-custom a{display:inline-block;*display:inline; *zoom:1; width:36px; height:36px; margin:0 8px; padding:0; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}
.text8 .bshare-custom a.a1{ background:url(images/news1_3.jpg) no-repeat center;}
.text8 .bshare-custom a.a2{ background:url(images/news1_4.jpg) no-repeat center;}
.text8 .bshare-custom a.a3{ background:url(images/news1_5.jpg) no-repeat center;}


/*.text8 .pf2{ position:absolute; left:-50%; top:-110px; margin-left:-12px; width:90px; height:90px; display:none; box-shadow:0 0 3px #bbb;}
.text8 .pf2 img{ width:100%; height:100%;}
.text8 .link9 .a9:hover .pf2{ display:block;}*/


.btn_1:hover img{
/* Firefox: */
-moz-animation: myfirst 0.5s linear 0s infinite alternate;
/* Safari 和 Chrome: */
-webkit-animation: myfirst 0.5s linear 0s infinite alternate;
/* Opera: */
-o-animation: myfirst 0.5s linear 0s infinite alternate;
     
    }
@keyframes myfirst
{
from {transform: translate(0,-5px)}
to {transform: translate(0,5px)}
}

@-moz-keyframes myfirst /* Firefox */
{
from {transform: translate(0,-5px)}
to {transform: translate(0,5px)}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {transform: translate(0,-5px)}
to {transform: translate(0,5px)}
}

@-o-keyframes myfirst /* Opera */
{
from {transform: translate(0,-5px)}
to {transform: translate(0,5px)}
}   





.text8 .news1{ float:left; width:100%; padding-bottom:60px;}
.text8 .news1 .title8{ float:left; width:100%; height:69px; line-height:69px; font-size:18px; color:#e50a84;}
.text8 .news1 .ul06{ float:left; width:100%;}
.text8 .news1 .ul06 li{ float:left; width:48.5%; height:39px; line-height:36px; border-bottom:1px solid #d7d8d8; padding-bottom:2px; margin-right:3%;}
.text8 .news1 .ul06 li:nth-child(2n){ margin-right:0;}
.text8 .news1 .ul06 li a{ display:block; float:left; width:80%; font-size:14px; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.text8 .news1 .ul06 li span{ display:block; float:right; font-size:14px; color:#777; text-align:right; width:20%; overflow:hidden;}
.text8 .news1 .ul06 li a:hover{ color:#e50a84;}

@media  screen and (max-width:767px){
.text8 .h1_4{ height:auto; line-height:28px; margin-top:10px; padding:10px 0; font-size:18px;}
.text8 .h2_4{ height:auto; line-height:24px; padding:8px 0; text-align:center;}
.text8 .h2_4 a{ display:none;}
.text8 .h2_4 i{ display:block; height:1px;}
.text8 .text9{ padding:15px 0 15px 0; line-height:28px;}
.text8 .link9{ height:60px; padding:15px 0;}

.text8 .news1{ padding-bottom:30px;}
.text8 .news1 .title8{ height:42px; line-height:42px; font-size:16px;}
.text8 .news1 .ul06 li{ width:100%; margin-right:0;}
.text8 .news1 .ul06 li a{ width:70%;}
.text8 .news1 .ul06 li span{ width:30%;}
	}

/*9企业文化*/
.text_pic1{ float:left; width:100%; margin-top:109px; padding:0 28% 52px 5.7%;  border:1px solid #e71c8d; position:relative;}
.text_pic1 .title10{ float:left; width:100%;}
.text_pic1 .title10 .h1_8{ float:left; width:100%; height:50px; line-height:50px; margin-top:-28px; font-size:48px; color:#e71c8d;}
.text_pic1 .title10 .h1_8 span{ background:#fff; padding:0 4%; margin-left:-4%;}
.text_pic1 .title10 .h2_6{ float:left; width:100%; height:33px; line-height:33px; font-size:18px; color:#e71c8d;}
.text_pic1 .title10 .h3_1{ float:left; width:100%; height:65px; line-height:65px; font-size:18px; color:#e71c8d; font-weight:bold;}
.text_pic1 .title10 .p18{ float:left; width:100%; line-height:25px; font-size:14px; color:#666;}
.text_pic1 .title10 .p18 em{ display:block; width:100%; height:1px;}

.text_pic1 .pic10{ position:absolute; top:-50px; right:4%;}

@media  screen and (max-width:992px){
.text_pic1{ padding:0 45% 52px 5%;}	
.text_pic1 .pic10{ top:-30px; right:2%;}	
	}
@media  screen and (max-width:767px){
.text_pic1{ padding:0 8% 30px 10%; margin-top:60px;}	
.text_pic1 .pic10{ position:inherit; float:left; width:100%; top:auto;}	
.text_pic1 .title10 .h3_1{ height:auto; line-height:28px; font-size:16px; padding:10px 0;}
.text_pic1 .title10 .h1_8{ font-size:36px;}
.text_pic1 .pic10{ right:auto; margin-top:15px;}
	}


.c_0100_20{ float:left; width:100%; margin-top:35px; padding-bottom:85px;}
.c_0100_20 ul{margin: 0 -15px;}
.c_0100_20 ul li{ float:left; outline:none; width:25%;  padding:0 15px; }

.c_0100_20 ul li .pic12{ outline:none; padding:9px; border:1px solid #e71c8d; display:block; width:100%;}
.c_0100_20 ul li .pic12 img{ width:100%;}

.c_0100_20 .slick-prev{ width:44px; height:44px; left:-39px; top:50%; background:url(images/cu_2_1.png) no-repeat; background-size:100% 100%;
transform:translate(0, -50%);
-moz-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.c_0100_20 .slick-prev:hover{ background:url(images/cu_2_2.png) no-repeat; background-size:100% 100%;}
.c_0100_20 .slick-next{ width:44px; height:44px; right:-39px; top:50%; background:url(images/cu_2_3.png) no-repeat; background-size:100% 100%;
transform:translate(0, -50%);
-moz-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
-webkit-transform:translate(0, -50%);
}
.c_0100_20 .slick-next:hover{ background:url(images/cu_2_4.png) no-repeat; background-size:100% 100%;}

@media  screen and (max-width:1299px){
.c_0100_20 .slick-prev{ left:-46px;}
.c_0100_20 .slick-next{ right:-21px;}
	}
@media  screen and (max-width:1280px){
.c_0100_20 .slick-prev{ left:1px;}
.c_0100_20 .slick-next{ right:25px;}
	}
@media  screen and (max-width:991px){
.c_0100_20 ul li{}
.c_0100_20 .slick-next{ right:16px;}	
	}
@media  screen and (max-width:767px){
.c_0100_20 ul{ width:100%; margin:0;}	
.c_0100_20{ margin-top:20px; padding-bottom:20px;}	
.c_0100_20 ul li{ margin:0; padding:0;}	
.c_0100_20 .slick-next{ right:1px;}

	}
	
.bg4{ background:#f9f3f2 url(images/cu_10.jpg) center bottom no-repeat;}
.c_0100_21{ float:left; width:100%; padding:59px 0;}
.c_0100_21 .title11{ float:left; width:100%; padding-bottom:51px; border-bottom:1px solid #ffffff; background:url(images/cu_12.jpg) center bottom no-repeat;}
.c_0100_21 .title11 .span8{ float:left; width:100%; line-height:31px; font-size:24px; color:#e71c8d; text-align:center;}


/* 本例子css */
.slideTxtBox3{ float:left; width:100%; position:relative; margin-top:59px;}
.slideTxtBox3 .hd3{ position:absolute; top:0px; right:0%; z-index:8;}
.slideTxtBox3 .hd3 ul{ float:left; width:100%;}
.slideTxtBox3 .hd3 ul li{ float:left; width:70px; height:93px; margin-left:30px; cursor:pointer; position:relative;}
.slideTxtBox3 .hd3 ul li img{ width:70px; height:70px;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.slideTxtBox3 .hd3 ul li .bo_3{ position:absolute; width:18px; height:15px; left:50%; bottom:0; display:none; background:url(images/cu_11.png) no-repeat; background-size:100% 100%;
-webkit-transform: translate(-50% ,0);
	-ms-transform: translate(-50% ,0);
	transform: translate(-50% ,0);
}
.slideTxtBox3 .hd3 ul li.on .bo_3{ display:block;}

.slideTxtBox3 .bd3{ float:left; width:100%;}
.slideTxtBox3 .bd3 ul{ float:left; width:100%; position:relative;  zoom:1; }

.l_43{ float:left; width:43.5%; padding-bottom:18px; border:10px solid #fff; text-align:center;}
.l_43 .p19{ float:left; width:100%; height:83px; line-height:83px; font-size:38px; color:#f3c1d3;}
.l_43 .pic13{ float:left; width:100%; margin-top:4px;}
.l_43 .pic13 img{max-width:316px; width:100%;}
.l_43 .p20{ float:left; width:100%; height:28px; line-height:28px; margin-top:14px; font-size:18px; color:#e71c8d;}
.l_43 .p21{ float:left; width:100%; height:26px; line-height:26px; font-size:16px; color:#262626;}

.r_56{ float:left; width:56.5%; padding-left:7.7%; padding-top:114px; position:relative;}
.title12{ float:left; width:100%; line-height:25px; font-size:18px; color:#e71c8d;}
.p22{ float:left; width:100%; margin-top:18px; line-height:26px; text-indent:2em; font-size:14px; color:#666; height:260px; overflow:hidden;}

.d_title_1{ float:left; width:100%; text-align:right; font-size:16px; color:#262626;}

@media  screen and (max-width:1169px){
.slideTxtBox3 .hd3 ul li{ margin-left:20px; width:60px; height:83px;}
.slideTxtBox3 .hd3 ul li img{ width:60px; height:60px;}
	}
@media  screen and (max-width:991px){
.r_56{ padding-top:90px;}	
.slideTxtBox3 .hd3 ul li{ margin-left:12px; width:50px; height:73px;}
.slideTxtBox3 .hd3 ul li img{ width:50px; height:50px;}
	}

@media  screen and (max-width:767px){
.c_0100_21{ padding:15px 0;}
.c_0100_21 .title11{ padding-bottom:20px;}
.c_0100_21 .title11 .span8{ line-height:24px; font-size:18px;}
.slideTxtBox3{ margin-top:30px;}	
.slideTxtBox3 .bd3 ul{ padding-top:80px; position:inherit;}
.l_43{ width:100%; position:relative;}
.r_56{ width:100%; padding-left:0%; padding-top:20px; position:relative;}
.title12{ line-height:22px; font-size:16px; text-align:center; padding:0 2%;}
.slideTxtBox3 .hd3{ width:100%;}
.slideTxtBox3 .hd3 ul{ text-align:center; width:100%;}
.slideTxtBox3 .hd3 ul li{ display:inline-block; *display:inline; *zoom:1; float:none; margin:0 3px; height:70px;}
.slideTxtBox3 .hd3 ul li .bo_3{ width:14px; height:11px;}
.p22{ margin-top:10px; line-height:24px; height:auto; padding:0 2%; padding-bottom:20px; }
.d_title_1{ padding:0 2%;}

.slideTxtBox3 .hd3 ul li{ width:40px; height:63px; }
.slideTxtBox3 .hd3 ul li img{ width:40px; height:40px;}

	}
@media  screen and (max-width:320px){
.slideTxtBox3 .hd3 ul li{ width:40px; height:63px; margin:0;}
.slideTxtBox3 .hd3 ul li img{ width:40px; height:40px;}

	}

/*10联系我们*/
.list4{ float:left; width:100%; position:relative; padding-bottom:60px;}
.list4 .title13{ float:left; width:100%; height:71px; margin-top:41px; font-size:22px; color:#e4007f;}
.list4 .title13 span{ font-size:36px; color:#e4007f; font-family:"Arial";}
.list4 .ul03{ float:left; width:100%; margin-top:-30px;}
.list4 .ul03 li{ float:left; width:48.5%; margin-right:3%; margin-top:30px; background:#f9f9f9; padding:15px 2.5% 24px 2.5%; display:none;}
.list4 .ul03 li.z_li{display:block;}
.list4 .ul03 li:hover{ box-shadow:0 3px 12px #eee;}
.list4 .ul03 li:nth-child(2n){ margin-right:0;}
.list4 .ul03 li .h1_9{ float:left; width:100%; height:49px; line-height:49px; font-size:18px; color:#272727; overflow:hidden;}
.list4 .ul03 li .h2_7{ float:left; width:100%; height:26px; line-height:26px; font-size:14px; color:#666; overflow:hidden;}
.link10{ float:left; width:100%; padding:31px 0 0px 0; text-align:center; display:none;}
.link10.z_btn{display:block;}
.link10 a img{ vertical-align:middle; padding-bottom:3px;}
.link10 a:hover{ color:#e4007f;}
/*.a10{ position:absolute; right:-95px; top:112px; width:75px; height:94px; background:#e20080; text-align:center; padding:1px;}*/

.a10{ position:fixed; right:50%; margin-right:-680px; bottom:124px; width:75px; height:94px; background:#e20080; text-align:center; padding:1px;}

.pic14{ float:left; width:73px;}
.p23{ float:left; width:73px; height:25px; line-height:25px; font-size:14px; color:#fff;}

.bg5{ background:#f9f3f2;}
.c_0100_22{ float:left; width:100%; padding:50px 0 61px 0;}
.c_0100_22 .li02{ float:left; width:31.5%; margin-right:2.5%; margin-top:30px; padding:23px 0 22px 1.7%; background:#f9f9f9;}
.c_0100_22 .li02:nth-child(3n){ margin-right:0;}
.c_0100_22 .li02 .ewm_text{ float:left; width:100%; position:relative; padding-left:85px;}
.c_0100_22 .li02 .ewm_text .pf4{ position:absolute; top:0; left:0; width:85px; height:85px;}
.c_0100_22 .li02 .ewm_text .text10{ float:left; width:100%; padding-left:5.4%; padding-top:23px; padding-bottom:24px; line-height:19px; font-size:14px; color:#666;}

.contact_con{float:left; width:100%; line-height: 26px; font-size: 14px; color: #666; padding:40px 0;}



@media  screen and (max-width:991px){

.contact_con{ padding:25px 0;}


.list4 .ul03 li .h1_9{ font-size:16px;}	
.list4 .ul03 li .h2_7{ font-size:12px;}	
	}
@media  screen and (max-width:767px){
.list4{ padding-bottom:20px;}	
.list4 .title13{ height:40px; margin-top:15px; font-size:16px; }
.list4 .title13 span{ font-size:22px;}
.list4 .ul03{ margin-top:-15px;}
.list4 .ul03 li{ width:100%; margin-right:0%; margin-top:15px; padding:10px 2.5% 20px 2.5%;}
.list4 .ul03 li .h1_9{ height:auto; line-height:34px;}
.list4 .ul03 li .h2_7{ font-size:14px; height:auto;}	
.link10{ padding:20px 0 0px 0;}

.c_0100_22{ float:left; width:100%; padding:0px 0 20px 0; text-align:center;}
.c_0100_22 .li02{ float:none; width:45%; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; margin:15px 1.5% 0px 1.5%; padding:10px 0 10px 0%; text-align:center;}
.c_0100_22 .li02:nth-child(3n){ margin-right:0;}
.c_0100_22 .li02 .ewm_text{ padding-left:0px;}
.c_0100_22 .li02 .ewm_text .pf4{ position:inherit; top:0; left:0; width:100%; height:auto;}
.c_0100_22 .li02 .ewm_text .text10{ padding-left:0%; padding-top:10px; padding-bottom:10px;}

	}

/*11在线招聘*/
.c_0100_23{ float:left; width:100%; padding-top:71px;}
.bg7{ background:url(images/re_1.jpg) no-repeat; background-size:100% 100%;}
.bg8{ background:url(images/re_2.jpg) no-repeat; background-size:100% 100%;}

.list5{ float:left; width:100%; margin-top:35px;}
.list5 .li03{ float:left; width:48.5%; margin-right:3%; padding:45px 3.8% 16px 3.8%;}
.list5 .li03.mr_0{ margin-right:0; float:right;}
.list5 .li03 .pic15{ float:left; width:100%; padding:9px; border:1px solid #e4007f;}
.list5 .li03 .text11{ float:left; width:100%; padding-right:5%;}
.list5 .li03 .h1_10{ float:left; width:100%; height:25px; line-height:25px; font-size:18px; color:#e4007f; overflow:hidden;}
.list5 .li03 .h1_10.mt_27{ margin-top:27px;}
.list5 .li03.pd_43{ padding-bottom:43px;}
.list5 .li03 .h2_8{ float:left; width:100%; height:16px; line-height:16px; font-size:14px; color:#fa82c5; overflow:hidden; font-family:"Arial";}
.list5 .li03 .p24{ float:left; width:100%; height:182px; line-height:26px; font-size:14px; color:#666; margin-top:13px; overflow:hidden;}

.title14{ float:left; width:100%; margin-top:67px; background:url(images/re_8.jpg) center no-repeat; text-align:center;}
.title14 .h1_11{ float:left; width:100%; height:27px; line-height:27px; font-size:18px; color:#e4007f;}
.title14 .h1_11 span{ padding: 0 7.5%; background:#fff;}
.title14 .h2_9{ float:left; width:100%; height:21px; line-height:21px; font-size:14px; color:#ec73ab;}

@media  screen and (max-width:991px){
.list5 .li03 .p24{ height:234px;}
}
@media  screen and (max-width:767px){
.c_0100_23{ padding-top:15px;}	
.list5{ margin-top:10px;}
.list5 .li03{ width:100%; margin-right:0%; padding:15px 3.8% 0px 3.8%; margin-top:15px;}
.list5 .li03 .p24{ height:auto; padding-bottom:20px;}
.list5 .li03.pd_43{ padding-bottom:20px;}

.title14{ margin-top:20px;}
.title14 .h1_11{  height:24px; line-height:24px; font-size:16px;}
.title14 .h1_11 span{ padding: 0 5%;}
.title14 .h2_9{ height:18px; line-height:18px;}

	}

.c_0100_24{ float:left; width:100%; padding-top:35px;}
.c_0100_24 .title6{ float:left; width:100%; height:60px; line-height:60px; font-size:16px; color:#fff; padding-left:20px; background:#e4007f; font-weight:bold;}
.c_0100_24 .l_257{ float:left; width:23%; height:60px; text-align:left; overflow:hidden;}
.c_0100_24 .l_217{ float:left; width:18.5%; height:60px; text-align:center; overflow:hidden;}
.c_0100_24 .l_182{ float:left; width:15.5%; height:60px; text-align:center; overflow:hidden;}
.c_0100_24 .l_218{ float:left; width:18.5%; height:60px; text-align:center; overflow:hidden;}
.c_0100_24 .l_184{ float:left; width:15.5%; height:60px; text-align:center; overflow:hidden;}

.sideMenu{ float:left; width:100%;}
.sideMenu h3{ float:left; width:100%; height:60px; line-height:60px; padding-left:20px; font-weight:normal; background:#f5f5f5; margin-top:12px; font-size:16px; color:#333;}
.sideMenu h3 em{ display:block; float:right; width:9%; height:60px; background:url(images/re_6.png) center center no-repeat; cursor:pointer; border-left:1px solid #fff;}
.sideMenu h3.on{ color:#e4007f;}
.sideMenu h3.on em{ background:url(images/re_7.png) center center no-repeat;}

.sideMenu .ul01{display:none; float:left; background:#fbfbfb; width:100%; padding-left:100px; padding-bottom:50px; position:relative;}
.sideMenu .ul01 .l_611{ float:left; width:56%; padding-top:42px; line-height:27px; font-size:12px; color:#666; padding-right:4%;}
.sideMenu .ul01 .l_611 .t_27{ float:left; font-size:16px; color:#333;}
.span1{ float:left; width:100%; font-size:14px;}
.span1.mt_83{ margin-top:83px;}
.sideMenu .ul01 .r_458{ float:left; width:44%; line-height:28px; background:url(images/re_9.jpg) left top no-repeat; padding-left:4%; padding-right:3%; margin-top:42px; color:#666; overflow:hidden;}
.sideMenu .ul01 .r_458 .t_29{ float:left; width:100%; height:29px; line-height:29px; font-size:16px; color:#333;}
.pfee{ display:block; float:left; margin-top:68px; width:133px; height:35px; line-height:35px; text-align:center; color:#fff; font-size:14px; clear:both; background:url(images/re_5.png) no-repeat; background-size:100% 100%;}
.pfee:hover{ color:#eee;}
.link11{ float:left; width:100%; padding:49px 0 91px 0; text-align:center;}
.link11 a{ font-size:14px; color:#8a8a8a;}
.link11 a img{ vertical-align:middle; padding-bottom:3px; margin-left:12px;}
.link11 a:hover{ color:#e4007f;}

@media  screen and (max-width:991px){
.sideMenu h3{ font-size:14px;}	
.c_0100_24 .title6{ font-size:14px;}
	}
@media  screen and (max-width:767px){
.c_0100_24{ padding-top:20px;}	
.c_0100_24 .title6{ padding-left:5px; font-size:12px; height:40px; line-height:40px;}	
.sideMenu h3{ padding-left:5px; font-size:12px; height:auto; padding-top:8px;}	
.sideMenu h3 em{ background-size:15px 15px; border:0; height:42px;}
.sideMenu h3.on em{ background-size:15px 15px;}
.sideMenu .ul01{ padding-left:0; padding-bottom:10px;}
.sideMenu .ul01 .l_611{ width:100%; padding-left:4%; padding-right:3%; padding-top:15px; padding-bottom:10px;}
.sideMenu .ul01 .r_458{ width:100%; background:none; margin-top:10px; padding-bottom:10px;}

.span1.mt_83{ margin-top:20px;}

.c_0100_24 .l_257{ width:30%; height:auto; line-height:20px; padding:10px 0; overflow:auto;}
.c_0100_24 .l_217{ width:18.5%; height:auto; line-height:20px; padding:10px 0; overflow:auto; display:none}
.c_0100_24 .l_182{ width:30%; height:auto; line-height:20px; padding:10px 0; overflow:auto;}
.c_0100_24 .l_218{ width:18.5%; height:auto; line-height:20px; padding:10px 0; overflow:auto; display:none}
.c_0100_24 .l_184{ width:30%; height:auto; line-height:20px; padding:10px 0; overflow:auto;}
.pfee{ margin-top:20px; width:85px; height:30px; line-height:30px; font-size:12px;}
.link11{ padding:20px 0 20px 0;}
	}

/*12我要加盟*/
.bg9{ background:url(images/jo.jpg) center top no-repeat;}
.c_0100_25{ float:left; width:100%; padding:61px 0 91px 0;}
.c_0100_25 .c_1{ float:left; width:100%; background:rgba(255,255,255,0.6); padding:47px 0 69px 12.8%;}
.c_0100_25 .c_1 .form1{ float:left; width:100%;}
.t_input1{ float:left; width:85.2%; margin-top:47px; padding-left:15px; height:50px; line-height:50px; font-size:14px; color:#434343; border:1px solid #ebebeb; background:#fff;}

.sel3{
	border:0; padding-right:20px;  margin-left:15px; outline:none; font-size:14px; color:#434343; height:48px; line-height:48px;
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:url(images/jo1.jpg) right center no-repeat;	
	}

.sel3 option{padding:5px 0; }
.sel3.c_84{}	
.t_input2{ float:left; width:26.3%; height:50px; line-height:50px; margin-right:3%; padding-left:15px; margin-top:30px; border:1px solid #ebebeb; background:#fff;}
.t_input2 span{ float:left; font-size:14px; color:#434343;}
.t_input2 span i{ color:#e71c8d; font-style:normal;}
.input1{ float:left; width:80%; height:48px; line-height:48px; padding-left:3%; font-size:14px;}


.t_input3{ float:left; width:55.6%; height:50px; line-height:50px; padding-left:15px; margin-top:30px; border:1px solid #ebebeb; background:#fff;}
.t_input3 span{ float:left; font-size:14px; color:#434343;}

.input2{ float:left; width:85.2%; height:153px; border:1px solid #ebebeb; margin-top:30px; line-height:48px; font-size:14px; color:#434343; padding-left:15px;}
.input2::-webkit-input-placeholder { color:#434343 !important; opacity:1;filter:alpha(opacity=100);}
.input2:-moz-placeholder {  color:#434343 !important; opacity:1;filter:alpha(opacity=100);}
.input2::-moz-placeholder {  color:#434343 !important; opacity:1;filter:alpha(opacity=100);}
.input2:-ms-input-placeholder { color:#434343 !important; opacity:1;filter:alpha(opacity=100); }



.a11{ float:left; margin-left:32%; margin-top:40px; width:215px; height:50px; line-height:50px; text-align:center; background:#e4007f; font-size:18px; color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
}
.a11:hover{ background:#ff008a; color:#fff;}

@media  screen and (max-width:1169px){
.input1{ width:75%;}
	}
@media  screen and (max-width:991px){
.c_0100_25 .c_1{ padding:47px 0 69px 0%;}
.t_input1{ width:96%; margin-left:2%;}
.t_input2{ width:31%; margin-left:1.7%; margin-right:0;}
.t_input2:nth-child(4n){ margin-right:0;}
.t_input3{ width:63%; margin-left:2%;}
.input2{ width:96%; margin-left:2%;}
	}
@media  screen and (max-width:767px){
.t_input2{ width:96%; margin-left:2%;}	
.t_input3{ width:96%;}
.c_0100_25{  padding:15px 0 15px 0;}
.c_0100_25 .c_1{ padding:0px 0 15px 0%;}
.t_input1{ margin-top:15px;}
.t_input2{ margin-top:15px;}
.t_input3{ margin-top:15px;}
.input2{ margin-top:15px;}
.a11{ margin:0; width:40%; margin-left:30%; height:40px; line-height:40px; margin-top:15px; font-size:16px;}
	}



.z_page{float:left; width:100%; line-height: 30px;font-size: 14px;color: #333; padding: 36px 0 32px 0;}
@media  screen and (max-width:767px){
    .z_page{ line-height: 28px; padding: 15px 0 15px 0;}
}



/*3瑜伽明星教师修改*/
.outBox{ float:left; width:100%; position:relative;}
.outBox .hd .next{ position:absolute; left:0; top:247px; width:46px; height:82px; background:url(images/te_10.png) no-repeat; background-size:100% 100%; z-index:999;}
.outBox .hd .next:hover{ background:url(images/te_11.png) no-repeat; background-size:100% 100%;}
.outBox .hd .prev{ position:absolute; right:0; top:247px; width:46px; height:82px; background:url(images/te_12.png) no-repeat; background-size:100% 100%; z-index:999;}
.outBox .hd .prev:hover{ background:url(images/te_13.png) no-repeat; background-size:100% 100%;}
.slideTxtBox2 .hd1 ul li{ margin-left:3.6%;}

@media  screen and (max-width:991px){
.outBox .hd .next{ top:29%; width:30px; height:60px;}
.outBox .hd .prev{ top:29%; width:30px; height:60px;}	
	}
@media  screen and (max-width:767px){
.outBox .hd .next{ top:45.8%; width:46px; height:82px;}
.outBox .hd .prev{ top:45.8%; width:46px; height:82px;}	
.slideTxtBox2{ padding-top:258px;}
.slideTxtBox2 .hd1{ position:absolute; top:0; left:0;}
.slideTxtBox2 .hd1 ul{ padding-bottom:3px;}
.slideTxtBox2 .hd1 ul li{ margin-left:1.3%; margin-right:0;}

	}



@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}









.gg_p1{ display:block;}
.gg_p2{ display:none;}
@media screen and (max-width: 767px){
	.gg_p1{ display:none;}
	.gg_p2{ width:100%; display:block;}
	.gg_p2 .div{ width:100%; margin-top:5px;}
	}


.bsBox,.bsBox *{-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}



/*修改1.25*/
.outBox1{ float:left; width:100%; position:relative;}
.outBox1 .hd{ position:absolute; right:0; top:70px; width:50%; z-index:999; height:0;}
.outBox1 .hd .next{ float:left; margin-left:-5%; width:28px;}
.outBox1 .hd .prev{ float:right; margin-right:-8%; width:28px;}
@media  screen and (max-width:1199px){
.outBox1 .hd .next{ margin-left:-2%; width:15px;}
.outBox1 .hd .prev{ margin-right:-4%; width:15px;}	
	}
@media  screen and (max-width:767px){
.outBox1 .hd{ width:100%; top:37px;}
.outBox1 .hd .next{ margin-left:-1%; width:20px; z-index:999;}
.outBox1 .hd .prev{ margin-right:-1%; width:20px; z-index:999;}
.slideTxtBox3 .hd3 ul li{ margin:0 1px;}	
	
	}
@media  screen and (max-width:375px){
.slideTxtBox3 .hd3 ul li{ margin:0;}	
}	
	
		
/*修改1.25*/

.slideTxtBox3 .hd3{ width:600px;}

@media  screen and (max-width:1199px){
.slideTxtBox3 .hd3{ width:480px;}
	}
@media  screen and (max-width:992px){
.slideTxtBox3 .hd3{ width:372px;}
	}
@media  screen and (max-width:767px){
.slideTxtBox3 .hd3{ width:100%;}
	}
