@charset "utf-8";
* {	margin: 0;	padding: 0;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img {	border: medium none;	margin: 0;	padding: 0; font-weight:500;}
body,button,input,select,textarea {	 font-family:"微软雅黑","宋体",tahoma,Srial,helvetica,sans-serif;	outline: none;}
body{ overflow-x:hidden;}
h1,h2,h3,h4,h5,h6 {	font-size: 100%;}
ul,ol,li {	list-style: none; }
a {	text-decoration: none;	color: #373737;    vertical-align: top;-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}
a:hover {	color: #63c3c2;}
img {	border: 0px;}
em{ font-style:normal;}
table {	border-collapse: collapse;	border-spacing: 0;}
html,body {	color: #373737;	background: #fff;	margin: 0 auto;font-size: 14px !important; line-height:24px;}
::selection { color: #fff; background-color: #f58a00;}    
::-moz-selection { color: #fff; background-color: #f58a00;} 
.hide {	display: none;}
.clear {clear: both;}
.center{ text-align:center;}
.pic100 img{width:100%;}
.justify_fix{display:inline-block;display: inline; zoom:1; width:100%; height:0; overflow:hidden; }
.f-turn{-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}
.fl{float:left;}
.fr{float:right;}
.overflow{ overflow:hidden;}
.white,.white a{ color:#fff;}
.rela{ position:relative;}
.pd70{padding-top: 70px;}

.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.container{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
	
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}
.iphone {position: relative;}
.iphone__item {width:100%;height:100%;position: absolute;bottom: -2em;color: #158f76;text-align: center;}
.iphone__power-btn {width: 2.188em;height: .188em;background: #e0e0e0;position: absolute;right: 2.5em;top: -0.188em;}
.iphone__left-btn {width: .188em;height: 1.250em;top: 3.250em;left: -0.188em;position: absolute;background: #e0e0e0;}
.iphone__left-btn:before {content: '';width: .188em;height: .875em;position: absolute;top: 3em;background: #e0e0e0;}
.iphone__left-btn:after {content: '';width: .188em;height: .875em;position: absolute;top: 5.5em;background: #e0e0e0;}
.iphone__details {width: .438em;height: .438em;border-radius: 100%;position: relative;top: 1.313em;left: 8em;background: #7c7c7c;}
.iphone__details:before {content: '';width: 2.5em;height: .25em;border-radius: .25em;position: absolute;top: 1em;left: -1em;background: #7c7c7c;}
.iphone__home-btn {width: 2.25em;height: 2.25em;border-radius: 100%;position: absolute;bottom: 1em;right: 6.75em;background: #f7f7f7;}
.iphone__home-btn:before {content: '';width: .813em;height: .813em;border: .15em solid #a8a8a8;border-radius: .2em;position: absolute;top: .6em;left: .57em;}
.iphone__screen {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.iphone__content {position: relative;background-color: #fff;width: 100%;height: 100%;}
.nav {position:fixed;z-index: 100;opacity: 0;-webkit-transition-property: all;transition-property: all;-webkit-transition-duration: 300ms; transition-duration: 300ms;}
.nav--active .nav {opacity: 1;background-color: #333; position:fixed;}
.nav__list {margin: 0;font-size: 14px;padding: 60px 30px 15px 30px;}
.nav__list li{ margin:10px 0;}
.nav__list li div{padding:10px 15px; font-size:15px; display:none;}
.nav__list li div p{ padding:8px 0;}
.nav__item {list-style-type: none;text-align: left;margin: 10px 0;}
.nav__link {font-size: 1.3em;text-transform: uppercase;text-decoration: none;color: #FFFFFF;opacity: 1;-webkit-transition: opacity 300ms ease-in-out;transition: opacity 300ms ease-in-out;}
.nav li a{ color:#fff; display:block;}
.nav li > a{ display:block;padding:5px 0; border-bottom:1px dashed #525151;}
.nav__trigger {display: none;position: absolute;width: 30px;height: 25px;right: 10px;top:17px;z-index: 200;}
.nav--active .nav__trigger {    z-index:99999999;opacity: 0.5;}
.nav__icon { display: inline-block;position: relative;width: 30px;height: 3px;background-color:#92c222;-webkit-transition-property: background-color, -webkit-transform; transition-property: background-color, -webkit-transform;transition-property: background-color, transform;transition-property: background-color, transform, -webkit-transform;-webkit-transition-duration: 300ms; transition-duration: 300ms;}
.nav__icon:before,
.nav__icon:after {content: '';display: block;width: 30px;height: 3px;position: absolute;background:#92c222;-webkit-transition-property: margin, -webkit-transform;transition-property: margin, -webkit-transform;transition-property: margin, transform;transition-property: margin, transform, -webkit-transform;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.nav__icon:before {margin-top: -8px;}
.nav__icon:after {margin-top: 8px;}
.style-1 .nav {    z-index:9999999;width: 100%;height: 100%;overflow-y: scroll;-webkit-transform: translateX(-100%);
 transform: translateX(-100%);}
.style-1 .nav__link {opacity: 0; -webkit-transition-delay: 500ms;transition-delay: 500ms;}
.style-1 .nav--active .nav__link {opacity: 1;}
.style-1 .nav--active .nav__trigger{ position:fixed;}
.style-1 .nav--active .nav {-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transform: translateX(0);transform: translateX(0);}
.style-1 .nav--active .nav__icon {background: rgba(0, 0, 0, 0);}
.style-1 .nav--active .nav__icon:before {margin-top: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.style-1 .nav--active .nav__icon:after {margin-top: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.nav--active .nav__icon:before,.nav--active .nav__icon:after{background: #fff;}
.slider {position: relative;width: 100%;height: 720px;overflow: hidden;}
.slides {height: 100%;overflow: hidden; backface-visibility:hidden; transform-style: preserve-3d;-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);}

.paging{ width:570px; margin:0 auto;}

.jg_fenye{font-family:"微软雅黑";}
.jg_fenye_le a,.jg_fenye_le span {
	width: 48px;
    height: 48px;
    margin-right: 12px;
    float: left;
    color: #fff;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border: solid 1px #e8e4e1;
    color: #969796;
    line-height: 48px
}
.jg_fenye_le a{height:48px; float:left;font-size:14px; color:#969796; line-height:48px; margin-bottom:80px;}
.jg_fenye_le span{height:48px; float:left;font-size:14px;  line-height:48px; margin-bottom:80px;color: #fff;
    background-color: #92c222;
    border: solid 1px #92c222;}
.jg_fenye_le .a1:nth-child(2){ width: 120px;
    height: 48px;
    margin-right: 12px;
    float: left;
    background-color: #fff;
    border: solid 1px #e8e4e1;
    text-align: center;
    font-size: 14px;
    color: #969796;
    line-height: 48px;}
.jg_fenye_le .a1:last-child {width: 120px;
    height: 48px;
    margin-right: 12px;
    float: left;
    background-color: #fff;
    border: solid 1px #e8e4e1;
    text-align: center;
    font-size: 14px;
    color: #969796;
    line-height: 48px;}
.jg_fenye_le a:hover{width:48px; height:48px; color:#fff; background-color:#92c222; border:solid 1px #92c222;}
.jg_fenye_le .a1:hover{color:#fff; background-color:#92c222; border:solid 1px #92c222;}


.banner2{ display:none;}
.banner .flex-control-nav {display: none !important;}

.banner .flex-direction-nav{z-index:9999999;}

.banner  .banner_box {position:relative;width:1200px;margin:auto;}

.banner .slides li:nth-child(1) .banner_txt1 h3 {position:absolute;left:300px;top:100px; font-size:60px;font-weight:bold;    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.banner .slides li:nth-child(1) .banner_txt1 p {position: absolute;
    left: 350px;
    top: 170px;
    font-size: 40px;
    font-weight: bold;
    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;}
.banner .slides li:nth-child(1) .banner_txt2 {top: 270px;
    position: absolute;
    left: 350px;
    font-weight: 600;
    font-size: 25px;
    color: #636363;
	line-height: 50px;
	}
	.banner .slides li:nth-child(1) .banner_txt2 p {
    font-weight: 600;
    font-size: 25px;
    color: #636363;
	line-height: 50px;
	}
.banner .slides li:nth-child(1) .banner_txt3 {    top: 430px;
    position: absolute;
    left: 380px;
    font-weight: bold;
    font-size: 40px;
    padding-left: 40px;
    color: #ee7700;
	}
.banner .slides li:nth-child(1) .banner_txt3 p{    
    font-weight: bold;

	}





.banner .slides li:nth-child(2) .banner_txt1 h3 {position:absolute;left:300px;top:100px; font-size:60px;font-weight:bold;    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.banner .slides li:nth-child(2) .banner_txt1 p {position: absolute;
    left: 350px;
    top: 170px;
    font-size: 40px;
    font-weight: bold;
    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;}
.banner .slides li:nth-child(2) .banner_txt2 {top: 270px;
    position: absolute;
    left: 350px;
    font-weight: 600;
    font-size: 25px;
    color: #636363;
	line-height: 50px;
	}
.banner .slides li:nth-child(2) .banner_txt3{    top: 430px;
    position: absolute;
    left: 380px;
    font-weight: bold;
    font-size: 40px;
    padding-left: 40px;
    color: #ee7700;
	}
.banner .slides li:nth-child(2) .banner_txt3 p{    
    font-weight: bold;

	}



.banner .slides li:nth-child(3) .banner_txt1 h3 {position:absolute;left:300px;top:100px; font-size:60px;font-weight:bold;    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.banner .slides li:nth-child(3) .banner_txt1 p {position: absolute;
    left: 350px;
    top: 170px;
    font-size: 40px;
    font-weight: bold;
    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;}
.banner .slides li:nth-child(3) .banner_txt2 {top: 270px;
    position: absolute;
    left: 350px;
    font-weight: 600;
    font-size: 25px;
    color: #636363;
	line-height: 50px;
	}
.banner .slides li:nth-child(3) .banner_txt3{    top: 430px;
    position: absolute;
    left: 380px;
    font-weight: bold;
    font-size: 40px;
    padding-left: 40px;
    color: #ee7700;
	}
.banner .slides li:nth-child(3) .banner_txt3 p{    
    font-weight: bold;

	}



.banner .slides li:nth-child(4) .banner_txt1 h3 {position:absolute;left:300px;top:100px; font-size:60px;font-weight:bold;    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.banner .slides li:nth-child(4) .banner_txt1 p {position: absolute;
    left: 350px;
    top: 170px;
    font-size: 40px;
    font-weight: bold;
    background-image: linear-gradient(to right, #000, #c40c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;}
.banner .slides li:nth-child(4) .banner_txt2 {top: 270px;
    position: absolute;
    left: 350px;
    font-weight: 600;
    font-size: 25px;
    color: #636363;
	line-height: 50px;
	}
.banner .slides li:nth-child(4) .banner_txt3{    top: 430px;
    position: absolute;
    left: 380px;
    font-weight: bold;
    font-size: 40px;
    padding-left: 40px;
    color: #ee7700;
	}
.banner .slides li:nth-child(4) .banner_txt3 p{    
    font-weight: bold;

	}




.header_keyword{float: left;
  width: 300px;
  height: 60px;
  margin-top: 30px;
  color: #777;
  line-height: 30px;
  padding-left: 15px;
  border-left: 1px #d5d5d5 solid;    text-align: center;
  font-size: 16px;
}

.header_keyword font{
  color: #92c222;
    font-weight: bold;
}


.header_con{ overflow:hidden;}
.logo{float:left; float:left;}
.logo img{width:100%;}
.header_tel{float:right;}
.header_tel img{ width:100%;}
.header_sousuo{width:280px; float:left; margin-left:10px;margin-top: 20px;}


.header_sousuo a{ margin-right: 10px;   color: #777; font-size: 13px; }
.header_sousuo .input_l{width:220px; float:left; height:42px; line-height:42px; border:solid 1px #e5e5e5; padding:0 10px;}
.header_sousuo .input_r{width:60px; float:left; height:42px; line-height:42px; border:none; background-color:#63c3c2; color:#fff; text-align:center;}


nav{float:right;}
nav ul{overflow:hidden;}
nav li{ float:left; font-size:16px; line-height:56px;}
nav li:hover{background-color: #2cb58e;}
nav li a{ color:#fff; padding:0 20px;}
nav li a:hover{text-decoration:underline;color:#fff; }

.header{width:100%; background-color:#eee; line-height:40px;}

.header_l{width:150px; float:left; font-size:14px; color:#8b8a8a;}
.header_r{width:56%; float:right; font-size:14px; color:#8b8a8a; text-align:right;}
.header_r a{color:#8b8a8a; margin:0 6px;}
.header_box .addr{color:#63c3c2; float: left;    position: relative;left: 25px;font-size: 16px;z-index:10;cursor: pointer;}

.header_box .addr:before{
  content: '';
  display: inline-block;
  width:20px;
  height: 20px;
  background: url(../images/weizhi.png) no-repeat;
  margin-right: 5px;
  background-size: cover;
  position: absolute;
  left: -25px;
  top:10px;
  
}
.header_box .addr_list{
  display: none;
  width: 350px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: -40px;
  border-radius: 5px;
  z-index: 9999;
  text-align: center;
  line-height: 50px;
  box-shadow: -1px -5px 20px 0px #dcdcdc;
  font-size:16px;
}
.header_box .addr:hover .addr_list{display:block;}
.header_box .addr_list a{
	margin:auto 5px;

}
.header_box .addr_list::before{
  content: "";
 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -10px;
  left: 40px;
}





.navBox{width:100%; height:56px; background-color:#63c3c2;}
.navBox .nav_kang{width:288px; background-color:#2cb58e; height:56px; line-height:56px; font-size:20px; text-align:center; color:#fff; float:left;}

.banner{height:610px; overflow:hidden;}
.banner_navBox{width:100%; position:absolute; top:0; left:0; z-index:9999;}
.banner_nav{width:288px; background:rgba(0,0,0,0.5); height:614px; padding:35px 35px; color:#fff;}
.nav_top_name{font-size:22px;}
.nav_top_line{width:46px; height:3px; background-color:#63c3c2; margin:10px 0;}
.nav_top_list{width:100%; line-height:28px;}
.nav_top_list a{color:#fff; margin-right:16px; font-size:14px;}
.nav_top_list a:hover{text-decoration:underline;}
.nav_top_height{margin-top:25px;}

.index_shujuBox{width:100%; height:170px; background-color:#63c3c2;}
.index_shuju{overflow:hidden;}
.index_shuju .demo{width:74%; float:left; overflow:hidden;}
.index_shuju .demo li{width:25%; float:left; background:url(../images/demo_line.png) no-repeat right; color:#fff; text-align:center; padding:40px 0;}
.index_shuju .demo li .shuzi{font-size:38px; font-family:"Bebas Neue"; line-height:66px;font-weight: bold;}
.index_shuju .demo li .wenzi{font-size:18px;}
.index_shuju .wangbao{width:23%; float:right; overflow:hidden; margin-top:40px;}
.index_shuju .wangbao .wangbao_l{float:left; font-size:16px; line-height:24px; color:#fff;}
.index_shuju .wangbao .wangbao_r{width:77px; height:88px; background-color:#95d306; color:#fff; font-size:24px; font-weight:bold; border-radius:10px; display:block; float:right; padding:14px 6px; text-align:center; line-height:30px; letter-spacing:2px;}

.index_01_bg{width:100%; }
.pad70{padding-top:70px; padding-bottom:100px;}
.index_01_name{width:480px; margin:0 auto;}
.index_01_name .index_01_name_big{font-size:36px; letter-spacing:5px; height:78px; overflow:hidden; position:relative;}
.index_01_name .index_01_name_big img{padding-right:16px;}
.index_01_name .index_01_name_big span{bottom:10px; position:absolute;}
.index_01_name .index_01_name_sma{font-size:16px; line-height:24px; margin-top:10px; text-align:center; color:#a9a9a9;}

#tabsholder{width:100%; background-color:#fff; margin-top:40px;}
#tabsholder ul.tabs {width:1200px;overflow:hidden;}
#tabsholder ul.tabs li {float:left; width:150px; height:144px; overflow:hidden;}
#tabsholder .tabscontent {padding:30px;width:1200px; background-color:#fff; overflow:hidden;}
#tabsholder .luxian_box{width:355px; float:left;}
#tabsholder .name_box{overflow:hidden;}
#tabsholder .name_box .name_l{float:left; font-size:18px; color:#63c3c2; line-height:20px;}
#tabsholder .name_box .name_l span{width:4px; height:20px; background-color:#63c3c2; margin-right:10px; display:block; float:left;}
#tabsholder .name_box .name_r{float:right; font-size:14px; color:#63c3c2; line-height:20px; text-align:right;}
#tabsholder .name_box .name_r a{ color:#63c3c2;}
#tabsholder .anli_box{width:372px; float:left; margin-left:30px; }
#tabsholder .anli_box .anli_top{overflow:hidden;margin-top:20px;}
#tabsholder .anli_box .anli_top .anli_top_l{width:167px; height:107px; float:left; position:relative;}
#tabsholder .anli_box .anli_top .anli_top_l img{width:100%;}
#tabsholder .anli_box .anli_top .anli_top_l .abli_top_p_t{position:absolute; top:0; left:0;}
#tabsholder .anli_box .anli_top .anli_top_r{width:186px; height:107px; float:right;}
#tabsholder .anli_box .anli_top .anli_top_r .anli_top_name{font-size:16px; line-height:30px; height:30px; overflow:hidden;}
#tabsholder .anli_box .anli_top .anli_top_r .anli_top_detail{font-size:12px; line-height:22px; height:66px; overflow:hidden; color:#8c8b8b; margin-top:4px;}

#tabsholder .anli_lie{overflow:hidden; margin-top:15px;}
#tabsholder .anli_lie li{width:100%; overflow:hidden;}
#tabsholder .anli_lie li .anli_lie_l{width:260px; float:left; line-height:26px; white-space: nowrap; /* 保证文本不换行 */overflow: hidden; /* 超出容器部分隐藏 */text-overflow: ellipsis; /* 使用省略号显示被截断的文本 */}
#tabsholder .anli_lie li .anli_lie_l span{width:6px; height:6px; background-color:#cccccc; border-radius:6px; display:block; float:left; margin-right:10px; margin-top:10px;}
#tabsholder .anli_lie li .anli_lie_r{float:right; text-align:right; line-height:26px;}

#tabsholder .zixun_box{width:355px; float:right;}
#tabsholder .liuxian_text{border:dashed 1px #63c3c2; background-color:#f6f5f5; padding:20px; margin-top:20px;}
#tabsholder .liuxian_text .liuxian_text_n{font-size:18px; color:#63c3c2;}
#tabsholder .liuxian_text .liuxian_text_t{margin-top:10px;}

.index_02_bg{background-color:#fff;}
.index_02_name{width:460px; margin:0 auto;}
.index_02_name .index_02_name_big{font-size:36px; letter-spacing:5px; height:78px; overflow:hidden; position:relative;}
.index_02_name .index_02_name_big img{padding-left:16px; position:absolute; right:0;}
.index_02_name .index_02_name_big span{bottom:20px; position:absolute; left:0;}
.index_02_name .index_02_name_sma{font-size:16px; line-height:24px; text-align:center; color:#a9a9a9;}

.index_03_bg{ background:url(../images/index_bg_03.jpg) no-repeat; background-position:bottom; margin-top:40px; padding-bottom:90px;}
.index_03_name{width:440px; margin:0 auto;}
.index_03_name .index_03_name_big{font-size:36px; letter-spacing:5px; height:78px; overflow:hidden; position:relative;}
.index_03_name .index_03_name_big img{margin-right:16px;}
.index_03_name .index_03_name_big span{bottom:20px; position:absolute; right:0;}
.index_03_name .index_03_name_sma{font-size:16px; line-height:24px; text-align:center; color:#a9a9a9;}
.index_fuwu{overflow:hidden;}
.index_fuwu li{width:191px; height:332px; float:left; padding:110px 25px; padding-bottom:0px; margin:0 4px; color:#fff;}
.index_fuwu li .fuwu_title{font-size:24px; font-weight:bold; text-align:center;}
.index_fuwu li .fuwu_detail{font-size:15px; text-align:center; line-height:24px; height:120px; overflow:hidden; margin-top:10px;}
.index_fuwu li.fuwu_01{background:url(../images/fuwu01.png) no-repeat center;}
.index_fuwu li.fuwu_02{background:url(../images/fuwu02.png) no-repeat center;}
.index_fuwu li.fuwu_03{background:url(../images/fuwu03.png) no-repeat center;}
.index_fuwu li.fuwu_04{background:url(../images/fuwu04.png) no-repeat center;}
.index_fuwu li.fuwu_05{background:url(../images/fuwu05.png) no-repeat center;}
.index_fuwu li.fuwu_06{background:url(../images/fuwu06.png) no-repeat center;}

.index_04_box{overflow:hidden; padding:100px 0;}
.index_04_box .index_04_l{width:576px; float:left;}
.chengji_box{overflow:hidden; margin-top:40px; height:36px; background-color:#5ac5a7; color:#fff; text-align:center; width:580px;}
.chengji_box li{ color:#fff; text-align:center; height:36px; line-height:36px; font-weight:bold;}
.chengji_box li:nth-child(1){width:180px; float:left; border-right:solid 1px #fff;}
.chengji_box li:nth-child(2){width:135px; float:left; border-right:solid 1px #fff;}
.chengji_box li:nth-child(3){width:124px; float:left; border-right:solid 1px #fff;}
.chengji_box li:nth-child(4){width:134px; float:left;}
.list_lh{ height:404px; overflow:hidden; background-color:#f8f6f6; width:580px;}
.list_lh li{ border-bottom:solid 1px #fff; text-align:center; height:36px; line-height:36px;overflow:hidden;}
.list_lh li .jiacheng_gun01{width:180px; float:left; border-right:solid 1px #fff;}
.list_lh li .jiacheng_gun02{width:135px; float:left; border-right:solid 1px #fff;}
.list_lh li .jiacheng_gun03{width:124px; float:left; border-right:solid 1px #fff;}
.list_lh li .jiacheng_gun04{width:134px; float:left;}
.list_lh li:nth-child(2n){background-color:#f2f2f2;}
.index_name04_name{font-size:36px; letter-spacing:5px; line-height:40px;}
.index_name04_detial{font-size:16px; line-height:24px; color:#a9a9a9; margin-top:15px;}
.index_04_box .index_04_r{width:576px; float:right;}
.index_04_box .index_04_r .jiazhang_box{width:582px; height:444px; background-color:#f8f6f6; padding:30px; margin-top:40px;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top{width:522px; overflow:hidden;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_l{width:264px; height:175px; float:left; position:absolute;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_l .jaizhang_pos{position:absolute; top:0; left:0;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r{width:235px; float:right;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r .jiazhang_title{font-size:18px; line-height:30px; height:60px; overflow:hidden;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r .jiazhang_detail{font-size:14px; line-height:24px; height:72px; overflow:hidden; margin:10px 0; color:#717070;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r .jiazhang_more{font-size:14px; margin-top:8px;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot{width:522px; overflow:hidden;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot li{width:522px; margin-top:20px;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot li .jiazhang_big{font-size:18px; line-height:30px; height:30px; overflow:hidden;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot li .jiazhang_sma{font-size:14px; line-height:24px; height:48px; overflow:hidden; color:#717070; margin-top:5px;}

.index_05_box{width:100%; background-color:#63c3c2; color:#fff; padding:100px 0;}
.index_05_box .index_05_l{width:50%; float:left;}
.index_05_box .index_05_l .tec_name{overflow:hidden;}
.index_05_box .index_05_l .tec_name .tec_name_l{width:450px; float:left;}
.index_05_box .index_05_l .tec_name .tec_name_r{float:right; text-align:right; line-height:66px;margin-right:15px;}
.index_05_box .index_05_l .tec_name .tec_name_r a{color:#e7f4f4;}
.index_05_box .index_05_l .tec_name .tec_name_r a:hover{color:#fff;}
.index_name05_name{font-size:36px; letter-spacing:5px; line-height:40px;}
.index_name05_detial{font-size:16px; line-height:39px; color:#e7f4f4; margin-top:15px;}
.index_05_box .index_05_l .tec_pro{overflow:hidden; margin-top:40px;}
.index_05_box .index_05_l .tec_pro li{width:284px; float:left; background-color:#7acccb; padding:10px; overflow:hidden; color:#fff; margin:2px;}
.index_05_box .index_05_l .tec_pro li .tec_pro_l{width:109px; float:left;}
.index_05_box .index_05_l .tec_pro li .tec_pro_l img{width:100%;}
.index_05_box .index_05_l .tec_pro li .tec_pro_r{width:140px; float:right;}
.index_05_box .index_05_l .tec_pro li .tec_pro_r .tec_pro_r_tit{font-size:18px; line-height:30px; height:30px; overflow:hidden;}
.index_05_box .index_05_l .tec_pro li .tec_pro_r .tec_pro_r_det{font-size:14px; line-height:20px; height:60px; overflow:hidden; margin:8px 0;}
.index_05_box .index_05_l .tec_pro li .tec_pro_r .tec_pro_r_mor{font-size:12px; line-height:30px; height:30px; width:80px; text-align:center; background-color:#2cb58e; margin-top:15px;}
.index_05_box .index_05_l .tec_pro li a{color:#fff;}
.index_05_box .index_05_l .tec_pro li a:hover .tec_pro_r_mor{background-color:#63c3c2;}
.index_05_box .index_05_r{width:50%; float:right;}
.index_05_box .index_05_r .jiaocai{width:50%; height:334px; margin-top:40px; background-color:#7acccb;}

.slider, .slider .slider-img { overflow: hidden;height:334px;}
.slider {width: 579px;position: relative;}
.slider:hover .slider-btn { color: #fff;text-shadow: 0 0 5px #666;}
.slider .slider-img { width: 12000px;position: relative;}
.slider .slider-img .slider-img-ul {position: absolute; left: 0; top: 0; overflow: hidden;}
.slider .slider-img .slider-img-ul li {float: left;}
.slider .slider-img .slider-img-ul li img { width:579px;height:334px;}
.slider .slider-btn {position: absolute; width: 50px; height: 100px;top: 50%;line-height: 100px; text-align: center;color: #fff;font-size: 28px;text-decoration: none;font-family: '黑体'; color: rgba(255, 255, 255, 0);}
.slider .slider-btn:hover { background: rgba(125, 125, 125, .3);}
.slider .slider-btn.slider-btn-left {left: 0;margin-top: -50px;}
.slider .slider-btn.slider-btn-right {right: 0;margin-top: -50px;}

.index_06_bg{background-color:#fff;}
.index_06_name{width:360px; margin:0 auto;}
.index_06_name .index_06_name_big{font-size:36px; letter-spacing:5px; height:78px; overflow:hidden; position:relative;}
.index_06_name .index_06_name_big img{padding-left:16px; position:absolute; right:0;}
.index_06_name .index_06_name_big span{bottom:20px; position:absolute; left:0;}
.index_06_name .index_06_name_sma{font-size:16px; line-height:24px; text-align:center; color:#a9a9a9;}

.gongsi_dongtai{width:150px; margin:0 auto;}
.dongtai_mores{display:block; width:150px; height:44px; font-size:15px; text-align:center; margin-top:40px; background-color:#63c3c2; color:#fff; line-height:44px; border-radius:50px;}
.dongtai_mores:hover{border:solid 1px #63c3c2; color:#63c3c2; background-color:#f4f4f4;}

.zzsc{ width:1200px; margin-top:40px;}
.zzsc .tab{ overflow:hidden; width:855px; margin:0 auto;}
.zzsc .tab a{ display:block; padding:10px 20px; line-height:28px; border-radius:10px; border:solid 1px #dcdcdc; float:left; text-decoration:none; color:#333; font-size:16px; margin:0 5px;}
.zzsc .tab a:hover{ background:#95d306; color:#fff; text-decoration:none;}
.zzsc .tab a.on{ background:#95d306; color:#fff; text-decoration:none;}
.zzsc .content{ overflow:hidden; margin-top:40px;}
.zzsc .content li{ display:none; overflow:hidden;}
.zzsc .content li .index_new_l{width:540px; float:left;}
.zzsc .content li .index_new_l .index_new_l_img{width:100%;height:360px;overflow:hidden;}
.zzsc .content li .index_new_l .index_new_l_img img{width:100%;}
.zzsc .content li .index_new_l .index_new_l_tit{width:100%; font-size:24px; line-height:35px; height:70px; overflow:hidden; margin-top:15px;}
.zzsc .content li .index_new_l .index_new_l_tex{width:100%; font-size:14px; line-height:24px; height:48px; overflow:hidden; margin-top:8px; color:#909090;}
.zzsc .content li .index_new_r{width:620px; padding-left:37px; border-left:solid 1px #dcdcdc; float:right;}
.zzsc .content li .index_new_r .index_new_li{width:580px; padding-bottom:20px; border-bottom:dashed 1px #dcdcdc; margin-bottom:22px;}
.zzsc .content li .index_new_r .index_new_li .index_new_name{font-size:24px; line-height:36px; height:36px; overflow:hidden;}
.zzsc .content li .index_new_r .index_new_li .index_new_name span{color:#95d306;}
.zzsc .content li .index_new_r .index_new_li .index_new_detail{font-size:14px; line-height:24px; height:48px; overflow:hidden; color:#909090; margin-top:8px;}
.zzsc .content li .index_new_r .index_new_li:nth-child(4){margin-bottom:0;}

.footer_box{width:100%; background-color:#434343; padding:100px 0 145px;}
.footer_box .footer{overflow:hidden;}
.footer_box .footer .footer_l{width:400px; float:left;}
.footer_box .footer .footer_m{width:480px; float:left;}
.footer_box .footer .footer_m .footer_m_top{font-size:18px; margin-bottom:10px; color:#63c3c2;}
.footer_box .footer .footer_m .footer_m_bot{font-size:15px; line-height:24px; color:#b6b6b6;}
.footer_box .footer .footer_r{width:280px; float:right; overflow:hidden;}
.footer_box .footer .footer_r .footer_rl{width:137px; height:109px; background:url(../images/wei.png) no-repeat center; float:left;}
.footer_box .footer .footer_r .footer_rl img{width:92px; height:92px; margin:8px;}
.footer_box .footer .footer_r .footer_rr{width:137px; height:109px; background:url(../images/weibo.png) no-repeat center; float:right;}
.footer_box .footer .footer_r .footer_rr img{width:92px; height:92px; margin:8px;}

.copyright{ padding:20px 0; line-height:24px; font-size:14px; color:#a5a4a4; text-align:center; }
.copyright a{ color:#a5a4a4; padding:0 8px;}
.copyright a:hover{ color:#63c3c2;}

.dibu{width:100%; background-color:#74cac9; position:fixed; bottom:0; z-index:9999999;}
.dibu .dibu_l{width:530px; float:left;}
.dibu .dibu_r{width:630px; float:right; overflow:hidden; margin-top:35px;}
.dibu .dibu_r .biaodan01{width:180px; height:40px; line-height:40px; border-radius:10px; color:#6d6b6b; border:none; padding:0 10px; float:left; margin-right:10px; font-size:16px;}
.dibu .dibu_r .biaodan02{width:112px; height:40px; line-height:40px; border-radius:10px; color:#6d6b6b; border:none; padding:0 10px; float:left; margin-right:10px; font-size:16px;}
.dibu .dibu_r .biaodan03{width:138px; height:40px; line-height:40px; border-radius:10px; color:#6d6b6b; border:none; padding:0 10px; float:left; margin-right:10px; font-size:16px;}
.dibu .dibu_r .biaodan04{width:164px; height:40px; line-height:40px; border-radius:10px; color:#fff; border:none; padding:0 10px; float:left; text-align:center; font-weight:bold; font-size:18px; background-color:#ffb411;}

.left{width:110px; height:265px; position:fixed; left:5px; padding:10px; background:url(../images/left.png) no-repeat center; top:30%; z-index:9999999;}
.left .left01{width:90px; height:20px; line-height:22px; padding:0 10px; font-size:12px; background:rgba(255,255,255,0.5); margin-bottom:4px; color:#746c5e; border-radius:6px; margin-top:140px;}
.left .left02{width:90px; height:20px; line-height:22px; padding:0 10px; font-size:12px; background:rgba(255,255,255,0.5); margin-bottom:4px; color:#746c5e; border-radius:6px;}
.left .left03{width:90px; height:20px; line-height:22px; padding:0 10px; font-size:12px; text-align:center; background:#fbb23f; color:#fff; border-radius:6px;}

.right{width:80px; position:fixed; top:20%; right:0px; background-color:#63c3c2; padding:10px 0; border-bottom-left-radius:10px; border-top-left-radius:10px; z-index:9999999;}
.right a{display:block; width:80px; height:70px;}
.right a:hover{background-color:#2cb58e;}

.guanyu_nav{overflow:hidden;}
.guanyu_nav li{ float:left; font-size:16px; line-height:56px;}
.guanyu_nav li a{ color:#fff; padding:0 20px;}
.guanyu_nav li a:hover{text-decoration:underline;color:#fff;}

.guanyu_bar{width:100%; height:620px;}
.guanyu_01{padding:80px 0;}
.neiye_name01{font-size:36px; letter-spacing:5px; text-align:center; line-height:48px;}
.neiye_name01 span{color:#63c3c2;}
.neiye_name02{font-size:16px; text-align:center; line-height:44px; color:#9a9999;}
.guanyu_01_box{overflow:hidden; margin-top:40px;}
.guanyu_01_box .guanyu_01_l{width:564px; float:left;}
.guanyu_01_box .guanyu_01_r{width:592px; float:right;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_name{font-size:24px; line-height:36px; color:#63c3c2;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_detail{font-size:18px; line-height:24px;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_text{font-size:15px; line-height:28px; height:228px; overflow:hidden; color:#787c7b; padding:30px 0;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_more{width:140px; line-height:36px; border-radius:30px; text-align:center; font-size:16px; background-color:#63c3c2; color:#fff; display:block; margin-top:15px;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_more:hover{ background-color:#fff; border:solid 1px #63c3c2; color:#63c3c2;}

.guanyu_02_bg{width:100%; padding:80px 0; background:url(../images/guanyu_03.png) repeat-y;}
.neiye_name03{font-size:36px; letter-spacing:5px; text-align:center; line-height:48px; color:#fff;}
.neiye_name04{font-size:16px; text-align:center; line-height:44px; color:#fff;}
.guanyu_02{overflow:hidden; margin-top:20px; margin-bottom:30px;}
.guanyu_02 li{width:585px; float:left; margin:10px 5px; border-radius:200px; border:dashed 1px #fff; overflow:hidden; padding:20px;}
.guanyu_02 li .guanyu_02_l{width:140px; height:140px; float:left; border-radius:140px;}
.guanyu_02 li .guanyu_02_l img{width:100%;}
.guanyu_02 li .guanyu_02_r{width:350px; float:right; margin-right:25px; padding:10px 0; color:#fff;}
.guanyu_02 li .guanyu_02_r .guanyu_02_r_name{font-size:24px; line-height:36px; height:36px; overflow:hidden;}
.guanyu_02 li .guanyu_02_r .guanyu_02_r_detail{font-size:15px; line-height:24px; height:72px; overflow:hidden; margin-top:7px;}
.laoshi_more{display:block; width:140px; height:36px; line-height:36px; text-align:center; color:#f9899a; font-size:16px; margin:0px auto; background-color:#fff; border-radius:30px;}
.laoshi_more:hover{border:solid 1px #fff; color:#fff; background-color:#f9899a;}

.guanyu_03_bg{width:100%; background:url(../images/guanyu_04.png) no-repeat center; padding-top:80px; padding-bottom:100px;}
.neiye_name05{font-size:36px; letter-spacing:5px; line-height:48px;}
.neiye_name05 span{color:#63c3c2;}
.neiye_name06{font-size:16px; line-height:44px; color:#9a9999;}

.guanyu_04{padding:80px 0;}
.guanyu_04_box{overflow:hidden; margin-top:40px;}
.guanyu_04_box li{width:300px; float:left;}
.guanyu_04_box li .guanyu_04_wen{padding:40px; color:#fff; text-align:center;}
.guanyu_04_box li .guanyu_04_wen .guanyu_04_name{font-size:24px;}
.guanyu_04_box li .guanyu_04_wen .guanyu_04_detail{font-size:15px; line-height:24px; height:72px; overflow:hidden; margin:15px 0;}
.guanyu_04_box li .guanyu_04_wen .guanyu_04_en{font-size:24px; font-weight:bold; text-transform:uppercase;}
.guanyu_04_box li:nth-child(1){background-color:#96d403;}
.guanyu_04_box li:nth-child(2){background-color:#9370f7;}
.guanyu_04_box li:nth-child(3){background-color:#f8b551;}
.guanyu_04_box li:nth-child(4){background-color:#63c3c2;}
.guanyu_04_box li .guanyu_04_img{width:300px;}
.guanyu_04_box li .guanyu_04_img img{width:300px;}

.guanyu_05{width:100%; background-color:#f4f4f4; padding:80px 0;}
#gallery {width: 1200px; margin-top:40px;}
#thumbs {width: 1200px;margin-top:40px;}
#thumbs .swiper-slide {opacity: 0.3;}
#thumbs .swiper-slide-thumb-active{opacity: 1;}
#gallery img,#thumbs img{width: 100%;}

.guanyu_06{padding:80px 0;}
.guanyu_06_box{overflow:hidden;}
.guanyu_06_box li{width:24%; margin:0.5%; padding:10px; border:solid 1px #dcdcdc; float:left;}
.guanyu_06_box li .lianxi_map{width:100%;}
.guanyu_06_box li .lianxi_map img{width:100%;}
.guanyu_06_box li .lianxi_name{width:100%; font-size:24px; line-height:36px; margin-top:15px;color:#63c3c2;}
.guanyu_06_box li .lianxi_detail{width:100%; font-size:14px; line-height:24px; margin-top:5px;}
.guanyu_06_box li .lianxi_detail span{color:#63c3c2;}

.guanyu_07{width:100%; background-color:#f4f4f4; padding:80px 0;}
.guanyu_07_box{overflow:hidden; margin-top:40px;}
.guanyu_07_box .guanyu_07_l{width:480px; float:left;}
.guanyu_07_box .guanyu_07_l .guanyu_07_img{width:480px;}
.guanyu_07_box .guanyu_07_l .guanyu_07_img img{width:480px;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con{width:480px; padding:25px; background-color:#fff;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con .guanyu_07_title{font-size:18px; margin-bottom:5px;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con .guanyu_07_time{font-size:14px; color:#c5c5c5;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con .guanyu_07_time span{margin-right:10px;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con .guanyu_07_detail{font-size:14px; color:#808080; line-height:24px; height:48px; overflow:hidden;}
.guanyu_07_box .guanyu_07_r{width:696px; float:right;}
.guanyu_07_box .guanyu_07_r li{width:696px; padding:23px; background-color:#fff; margin-bottom:10px;}
.guanyu_07_box .guanyu_07_r li .dongtai_title{font-size:18px; margin-bottom:5px;}
.guanyu_07_box .guanyu_07_r li .dongtai_time{font-size:14px; color:#c5c5c5;}
.guanyu_07_box .guanyu_07_r li .dongtai_time span{margin-right:10px;}
.guanyu_07_box .guanyu_07_r li .dongtai_detail{font-size:14px; color:#808080; line-height:24px; height:48px; overflow:hidden;}

.xiangqing_bar{width:100%; height:360px; }
.xiangqing_bar .xiangqing_bar_txt{width:1200px;margin-left:auto;margin-right:auto;position:relative;
}
.xiangqing_bar .p1{ position:absolute;top:155px; left:155px;font-size:40px;font-weight:bold;color:#fff;}
.xiangqing_bar .p2{ position:absolute;top:205px; left:155px;font-size:22px;font-weight:bold;color:#fff;line-height:40px;}
.position{height:60px; line-height:60px; color:#868686; border-bottom:solid 1px #e5e5e5;}
.position a{color:#868686; margin:0 5px;}
.position a:hover{color:#63c3c2;}

.laoshi_box{overflow:hidden; margin:40px 0;}
.laoshi_box li{width:585px; float:left; margin:10px 5px; border-radius:200px; border:dashed 1px #dcdcdc; overflow:hidden; padding:20px;}
.laoshi_box li .laoshi_l{width:140px; height:140px; float:left; border-radius:140px;}
.laoshi_box li .laoshi_l img{width:100%;}
.laoshi_box li .laoshi_r{width:355px; float:right; margin-right:25px;}
.laoshi_box li .laoshi_r .laoshi_name{font-size:24px; line-height:36px; height:36px; overflow:hidden; color:#63c3c2;}
.laoshi_box li .laoshi_r .laoshi_detail{font-size:14px; line-height:20px; height:60px; overflow:hidden; color:#787878;}
.laoshi_box li .laoshi_r .laoshi_view{overflow:hidden; margin-top:15px;}
.laoshi_box li .laoshi_r .laoshi_view .laoshi_more_l{display:block; width:100px; height:30px; line-height:28px; text-align:center; color:#63c3c2; border-radius:50px; border:solid 1px #63c3c2; float:left;}
.laoshi_box li .laoshi_r .laoshi_view .laoshi_more_r{display:block; width:100px; height:30px; line-height:30px; text-align:center; color:#fff; border-radius:50px; background-color:#63c3c2; float:left; margin-left:10px;}

.guanggao_box{overflow:hidden;}
.guanggao_box .guanggao_l{width:860px; float:left;}
.guanggao_box .guanggao_r{width:284px; float:right;}
.neirong{margin-top:40px; margin-bottom:80px;}
.guanggao_01{width:284px; background:url(../images/guanggao-01.jpg) no-repeat center; padding:50px 12px; margin-top:60px; margin-bottom:10px;}
.guanggao_name{font-size:36px; font-weight:bold; color:#fff; letter-spacing:5px; text-align:center; line-height:48px;}
.guanggao_detail{font-size:16px; color:#fff; text-align:center;}
.guanggao_01 .guangao_tab{overflow:hidden; margin-top:10px; width:260px;}
.guanggao_01 .guangao_tab li{width:120px; float:left; margin:5px;}
.guanggao_01 .guangao_tab li a{width:120px; height:40px; border-radius:10px; background:rgba(255,255,255,0.6); line-height:40px; text-align:center; font-size:20px; color:#fc7601; display:block; font-weight:bold;-moz-box-shadow:2px 2px 5px #fc7601; -webkit-box-shadow:2px 2px 5px #fc7601; box-shadow:2px 2px 5px #fc7601;}
.guanggao_01 .guangao_tab li a:hover{ background:rgba(255,255,255,1);}
.guanggao_01 .guangao_tab li:last-child{width:250px; margin:5px;}
.guanggao_01 .guangao_tab li:last-child a{width:250px; height:40px; border-radius:10px; background:rgba(255,255,255,0.6); line-height:40px; text-align:center; font-size:20px; color:#fc7601; display:block; font-weight:bold;-moz-box-shadow:2px 2px 5px #fc7601; -webkit-box-shadow:2px 2px 5px #fc7601; box-shadow:2px 2px 5px #fc7601;}
.guanggao_01 .guangao_tab li:last-child a:hover{ background:rgba(255,255,255,1);}

.guanggao_02{width:284px; background:url(../images/guanggao-02.jpg) no-repeat center; padding:50px 12px; margin-bottom:15px;}
.guanggao_02 .guangao_tab{overflow:hidden; margin-top:10px; width:260px;}
.guanggao_02 .guangao_tab li{width:120px; float:left; margin:5px;}
.guanggao_02 .guangao_tab li a{width:120px; height:40px; border-radius:10px; background:rgba(255,255,255,0.6); line-height:40px; text-align:center; font-size:20px; color:#6023bc; display:block; font-weight:bold;-moz-box-shadow:2px 2px 5px #6023bc; -webkit-box-shadow:2px 2px 5px #6023bc; box-shadow:2px 2px 5px #6023bc;}
.guanggao_02 .guangao_tab li a:hover{ background:rgba(255,255,255,1);}

.example {width:284px;height: 240px;font-size: 40px;text-align: center;  margin-bottom:15px;background-color: #464576;}
.carousel-item{color: #fff;font-family:  Arial Black; display: block; margin-right:0;}
.ft-carousel {position: relative;width: 100%;height: 100%;overflow: hidden;}
.ft-carousel .carousel-inner {position: absolute;left: 0;top: 0;height: 100%;}
.ft-carousel .carousel-inner .carousel-item {float: left;height: 100%;}
.ft-carousel .carousel-item img {width: 100%;}
.ft-carousel .carousel-indicators {position: absolute;bottom: 10px;width: 100%;text-align: center;font-size: 0;margin-left: 0;}
.ft-carousel .carousel-indicators span {display: inline-block;width: 12px;height: 12px;background-color: #fff;margin: 0 4px;border-radius: 50%;cursor: pointer;}
.ft-carousel .carousel-indicators span.active {background-color: #63c3c2;}



#tabsholder2{width:100%; background-color:#fff; margin-top:40px;}
#tabsholder2 ul.tabs {width:1200px;overflow:hidden;}
#tabsholder2 ul.tabs li {float:left; width:150px; height:100px; overflow:hidden; background:url(../images/shengxue05.jpg) repeat-y; padding:20px 0;}
#tabsholder2 ul.tabs li img{display:block; width:48px; height:28px; margin:0 auto;}
#tabsholder2 ul.tabs li span{display:block; font-size:18px; line-height:30px; text-align:center;}
#tabsholder2 ul.tabs li:hover span{color:#70c7c6;}
#tabsholder2 .tabscontent {width:1200px; background-color:#fff; overflow:hidden; padding-top:50px; background:url(../images/shengxue06.png) no-repeat center; height:280px; margin-top:30px;}
.liuxue_box{width:1030px; margin:0 auto;}
.liuxue_box .liuxue_l{float:left; width:301px; height:179px;}
.liuxue_box .liuxue_r{float:right; width:690px; height:179px;}
.liuxue_box .liuxue_r .liuxue_title{font-size:24px; line-height:36px; color:#70c7c6;}
.liuxue_box .liuxue_r .liuxue_detail{font-size:q4px; line-height:24px; height:72px; overflow:hidden; margin-top:10px;}
.liuxue_box .liuxue_r .liuxue_more{font-size:16px; line-height:36px; color:#fff; background-color:#70c7c6; height:36px; width:136px; display:block; border-radius:30px; text-align:center; margin-top:25px;}
.liuxue_box .liuxue_r .liuxue_more:hover{color:#70c7c6; background-color:#fff; border:solid 1px #70c7c6; line-height:34px;}

.shengxue_02{width:100%; background-color:#f4f4f4; padding:80px 0;}
.youshi{margin-top:40px; overflow:hidden;}
.youshi li{width:228px; height:389px; padding:88px 30px; margin:0 5px; float:left;}
.youshi li .youshi_img{width:100%;}
.youshi li .youshi_img img{width:100%;}	
.youshi li .youshi_title{width:100%; font-size:20px; text-align:center; color:#fff; margin-top:25px;}
.youshi li .youshi_detail{width:100%; font-size:14px; line-height:24px; height:72px; overflow:hidden; text-align:center; color:rgba(255,255,255,0.7); margin-top:10px;}
.youshi li.youshi_01{background:url(../images/shengxue07.png) no-repeat center;}
.youshi li.youshi_02{background:url(../images/shengxue08.png) no-repeat center;}
.youshi li.youshi_03{background:url(../images/shengxue09.png) no-repeat center;}
.youshi li.youshi_04{background:url(../images/shengxue10.png) no-repeat center;}
.youshi li.youshi_05{background:url(../images/shengxue11.png) no-repeat center;}

.shengxue_bar{width:100%; height:250px;}
.shengxue_bar a{display:block; width:100%; height:250px;}
.marqueeleft{height:283px;overflow:hidden;margin:40px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;padding:0 15px;display:inline;width:230px;height:283px;overflow:hidden; background:url(../images/shengxue13.png) no-repeat center;}
.marqueeleft li .tamen_img{width:230px; height:85px; margin-top:4px;}
.marqueeleft li .tamen_img img{float:right;width:85px; height:85px; border-radius:80px; margin-right:39px; float:right;}
.marqueeleft li .tamen_name{ font-size:16px; color:#06afad; margin-top:20px;}
.marqueeleft li .tamen_detail{ font-size:14px; color:#7c7b7b; line-height:24px; height:100px; overflow:hidden;}

.xuefei_box{width:100%; height:553px; background:url(../images/shengxue14.jpg) no-repeat center;}
.xuefei_box .xuefei{width:494px; margin:0 auto; padding:70px 0;}
.xuefei_box .xuefei .xuefei_name{font-size:36px; color:#fff; text-align:center; letter-spacing:5px; line-height:48px;}
.xuefei_box .xuefei .xuefei_detail{font-size:16px; color:#fff; text-align:center; line-height:44px;}
.xuefei_box .xuefei_biaodan{padding:40px; border:solid 1px #fff; margin-top:20px;}
.xuefei_box .xuefei_biaodan .biaodan_name{font-size:20px; font-weight:bold; line-height:30px; color:#fff;}
.xuefei_box .xuefei_biaodan .biaodan_name span{width:6px; height:20px; background-color:#fff; margin-right:10px; display:block; float:left; margin-top:6px;}
.xuefei_box .xuefei_biaodan .biaodan_xuanze{font-size:20px; color:#fff; font-weight:normal; margin:15px 0; margin-left:16px;}
.xuefei_box .xuefei_biaodan .biaodan_xuanze input[type=checkbox]{cursor: pointer; position: relative;width:14px; height:14px; border:solid 1px #fff; background-color:#ffb411; margin-right:10px;}
.xuefei_box .xuefei_biaodan .biaodan_xuanze input[type=checkbox]:after { position: absolute; width:14px;height:14px; top: 0;content: " "; background-color: #ffb411;color: #fff;border: 1px solid #fff;}
.xuefei_box .xuefei_biaodan .biaodan_xuanze input[type=checkbox]:checked:after {background-color: #ffb411;content: "✓";font-size: 14px; font-weight:bold; line-height:14px;}
.xuefei_box .xuefei_biaodan .biaodan_xuanze input[type=checkbox]:disabled:after {width: 14px;height: 14px;top: 0; color: #fff;background-color: #ffb411;content: "✓";font-size: 14px;}
.xuefei_box .xuefei_biaodan .biaodan_xuanze label{margin-right:25px;}
.xuefei_tijiao{width:400px; position:relative; height:44px; margin-top:20px;}
.xuefei_tijiao .tijiao_l{width:400px; line-height:44px; height:44px; padding-left:20px; padding-right:150px; position:absolute; top:0; left:0; border-radius:40px;font-size:16px;}
.xuefei_tijiao .tijiao_r{width:130px; height:44px; line-height:44px; color:#fff; text-align:center; background-color:#ff5c03; position:absolute; right:0; top:0; border-radius:40px; font-size:16px;} 

.liuxue_new{overflow:hidden; margin-top:40px;}
.liuxue_new li{width:285px; float:left; margin:0 6px;}
.liuxue_new li .new_img{width:285px; margin-bottom:10px;}
.liuxue_new li .new_box{overflow:hidden;}
.liuxue_new li .new_box .new_list{width:285px; line-height:26px; height:26px; overflow:hidden;}
.liuxue_new li .new_box .new_list span{width:8px; height:8px; float:left; border-radius:8px; border:solid 1px #63c3c2; background-color:#fff; display:block; margin-top:9px; margin-right:8px;}
.meiben01{width:1200px; overflow:hidden; margin-top:40px;}
.meiben01 .meiben01_l{width:427px; float:left; position:relative;}
.meiben01 .meiben01_l img{width:427px;}
.meiben01_name{position:absolute; top:0px; left:0px; padding:40px;}
.meiben01_name .name_t{font-size:30px; line-height:48px;}
.meiben01_name .name_b{font-size:16px; margin-top:10px;}
.meiben01 .meiben01_m{width:409px; float:left; margin-left:10px;}
.meiben01 .meiben01_m .meiben01_m1{width:409px; position:relative;}
.meiben01 .meiben01_m .meiben01_m2{width:409px; position:relative;}
.meiben02_name{position:absolute; top:0px; left:0px; padding:30px;}
.meiben02_name .name_t{font-size:24px; line-height:36px;}
.meiben02_name .name_b{font-size:14px; margin-top:6px;}
.meiben01 .meiben01_r{width:344px; float:right;}
.meiben01 .meiben01_r .meiben01_r1{width:344px; margin-bottom:3px; position:relative;}
.meiben01 .meiben01_r .meiben01_r2{width:344px; position:relative;}

.yaoqiu{width:1200px; margin-top:40px;}
.meiben_03{width:100%; background:url(../images/meiben03_bg.jpg) no-repeat center; padding:80px 0;}
.meiben_03 .meiben03_text{width:1200px; margin-top:40px;}
.youshi_tab{width:1200px; margin-top:30px; overflow:hidden;}
.youshi_tab li{width:386px; float:left; border:solid 1px #e5e5e5; height:130px; padding:25px; overflow:hidden; margin:6px;}
.youshi_tab li .tab_img{width:86px; height:74px; float:left;}
.youshi_tab li .tab_box{width:240px; float:right;}
.youshi_tab li .tab_box .tab_top{font-size:20px; line-height:30px; height:30px; overflow:hidden; font-weight:bold;}
.youshi_tab li .tab_box .tab_bot{font-size:14px; line-height:24px; height:48px; color:#818181; overflow:hidden; margin-top:5px;}

.meiben_05{width:100%; background:url(../images/meiben05bg.jpg) no-repeat center; padding:80px 0;}
.neiye_name07{font-size:36px; letter-spacing:5px; line-height:48px; color:#fff; text-align:center;}
.neiye_name08{font-size:16px; line-height:44px; color:#fff; text-align:center;}
.meiben05_ke{width:1200px; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.meiben05_ke li{width:284px; float:left; margin:0 7px; background-color:#fff;}
.meiben05_ke li .ke_img{width:284px;}
.meiben05_ke li .ke_box{width:284px; padding:10px; background-color:#fff; text-align:center; padding-bottom:15px;}
.meiben05_ke li .ke_box .ke_top{font-size:18px; line-height:26px; height:26px; overflow:hidden;}
.meiben05_ke li .ke_box .ke_bot{font-size:14px; line-height:24px; height:24px; color:#b8b8b8; overflow:hidden;}
.ke_more{display:block; width:140px; height:40px; line-height:40px; text-align:center; border:solid 1px #fff; color:#fff; margin:0 auto; border-radius:30px;}
.ke_more:hover{background-color:#fff; color:#88cfce;}
.meiguo_dong{width:1200px; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.meiguo_dong .dong_l{width:560px; float:left;}
.meiguo_dong .dong_r{width:560px; float:right;}
.dong_l_zu{overflow:hidden;}
.dong_l_zu .zu_l{width:240px; float:left;}
.dong_l_zu .zu_l img{width:100%}
.dong_l_zu .zu_r{width:290px; float:right;}
.dong_l_zu .zu_r .zu_name{font-size:18px; line-height:30px; height:30px; overflow:hidden;}
.dong_l_zu .zu_r .zu_detail{font-size:14px; line-height:24px; height:72px; overflow:hidden; color:#717171; margin:10px 0;}
.dong_l_zu .zu_r .zu_more{font-size:14px; margin-top:30px;}
.dong_l_zu .zu_r .zu_more a{color:#63c3c2;}
.dong_l_list{overflow:hidden; margin-top:20px;}
.dong_l_list li{overflow:hidden;}
.dong_l_list li .list_name{width:444px; float:left; font-size:16px; line-height:30px;}
.dong_l_list li .list_name a{margin-left:10px;}
.dong_l_list li .list_time{width:110px; float:right; font-size:16px; line-height:30px; color:#adadad; text-align:right;}

.meigao_01{overflow:hidden; margin-top:40px;}
.meigao_01 li{width:284px; height:384px; float:left; background-color:#f5f5f5; margin:0 8px; padding:30px; border-radius:20px;}
.meigao_01 li .meigao_01_img{width:144px; margin:0 auto; padding-top:20px;}
.meigao_01 li .meigao_01_title{font-size:18px; line-height:28px; text-align:center; margin-top:15px;}
.meigao_01 li .meigao_01_detial{font-size:14px; line-height:24px; text-align:center; margin-top:10px; color:#808080;}

.meigao_03{width:100%; padding:80px 0; background:url(../images/meigao03bg.jpg) no-repeat center;}
.meigao_03_box{overflow:hidden; padding-top:40px; text-align:center; color:#fff; width:900px; margin:0 auto;}
.meigao_03_box .shen_01{width:150px; float:left; background:url(../images/meigao05.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_01 .shen_name{font-size:18px; line-height:30px; margin-top:285px;}
.meigao_03_box .shen_01 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_02{width:150px; float:left; background:url(../images/meigao06.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_02 .shen_name{font-size:18px; line-height:30px; margin-top:35px;}
.meigao_03_box .shen_02 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_03{width:150px; float:left; background:url(../images/meigao07.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_03 .shen_name{font-size:18px; line-height:30px; margin-top:285px;}
.meigao_03_box .shen_03 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_04{width:150px; float:left; background:url(../images/meigao08.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_04 .shen_name{font-size:18px; line-height:30px; margin-top:35px;}
.meigao_03_box .shen_04 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_05{width:150px; float:left; background:url(../images/meigao09.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_05 .shen_name{font-size:18px; line-height:30px; margin-top:285px;}
.meigao_03_box .shen_05 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_06{width:150px; float:left; background:url(../images/meigao10.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_06 .shen_name{font-size:18px; line-height:30px; margin-top:35px;}
.meigao_03_box .shen_06 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_07{width:150px; float:left; background:url(../images/meigao11.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_07 .shen_name{font-size:18px; line-height:30px; margin-top:285px;}
.meigao_03_box .shen_07 .shen_detail{font-size:14px; line-height:24px;}
.meigao_03_box .shen_08{width:150px; float:left; background:url(../images/meigao12.png) no-repeat center; height:429px; padding:0 15px;}
.meigao_03_box .shen_08 .shen_name{font-size:18px; line-height:30px; margin-top:35px;}
.meigao_03_box .shen_08 .shen_detail{font-size:14px; line-height:24px;}
.chengong{width:1200px; margin-top:40px;}
.dongtai_more{width:140px; height:40px; line-height:40px; border-radius:40px; background-color:#63c3c2; color:#fff; margin:0 auto; display:block; font-size:16px; text-align:center;}
.dongtai_more:hover{color:#63c3c2; border:solid 1px #63c3c2; line-height:38px; background-color:#fff;}

.tuoke_box{width:1200px; overflow:hidden; margin-top:30px; margin-bottom:50px;}
.tuoke_box li{width:585px; background-color:#f7f6f6; padding:15px; overflow:hidden; float:left; margin:7px;}
.tuoke_box li .tuoke_l{width:294px; height:268px; float:left;}
.tuoke_box li .tuoke_l .tuoke_l_t {position:relative;}

.tuoke_box li .tuoke_l .tuoke_l_t h3{
    position: absolute;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    left: 10%;
    top: 40%;
}



.tuoke_box li .tuoke_l img{width:100%;}
.tuoke_box li .tuoke_r{width:230px; float:right;}
.tuoke_box li .tuoke_r .tuoke_01{font-size:24px; line-height:48px; height:48px; overflow:hidden;}
.tuoke_box li .tuoke_r .tuoke_02{font-size:14px; line-height:24px; height:124px; overflow:hidden; color:#7a7a7a; margin:10px 0;}
.tuoke_box li .tuoke_r .tuoke_03{font-size:15px; line-height:34px; height:36px; overflow:hidden; color:#767575; display:block; width:110px; text-align:center; border:solid 1px #e5e5e5; border-radius:30px; margin-top:44px;}
.tuoke_box li .tuoke_r .tuoke_03:hover{background-color:#63c3c2; border:solid 1px #63c3c2; color:#fff;}

.kelist_box{width:100%; background-color:#f7f6f6; padding:15px; overflow:hidden; margin-top:40px;}
.kelist_box .kelist_l{width:373px; height:340px; float:left;position:relative;}


.kelist_box .kelist_l img{width:373px;float:left;}
.kelist_box .kelist_l h3{
    position: absolute;
    left: 30px;
    top: 140px;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}
.kelist_box .kelist_r{width:760px; float:right;}
.kelist_box .kelist_r .kelist_01{font-size:30px; line-height:48px; margin-bottom:10px; margin-top:10px;}
.kelist_box .kelist_r .kelist_02{font-size:16px; line-height:30px; margin:10px 0;}
.kelist_box .kelist_r .kelist_03{font-size:15px; line-height:34px; height:36px; overflow:hidden; display:block; width:120px; text-align:center; border-radius:30px; margin-top:60px;background-color:#63c3c2; border:solid 1px #63c3c2; color:#fff;}
.kelist_box .kelist_r .kelist_03:hover{ border:solid 1px #63c3c2; background-color:#f7f6f6; color:#63c3c2;}
.kecheng_list{width:160px; height:60px; background-color:#f7f6f6; text-align:center; line-height:60px; font-size:24px; margin-top:20px;}
.kecheng_line{padding:35px; border:solid 1px #ececec; margin-bottom:80px; }
.kecheng_line p{
	margin:20px;
}
.kelist_con{width:1200px; overflow:hidden; margin-bottom:80px;}
.kelist_con li{width:226px; float:left; margin:0 7px;}
.kelist_con li img{display:block; width:226px;}
.kelist_con li a{display:block; width:226px; line-height:30px; font-size:16px; text-align:center; margin-top:10px; position:relative;}
.kelist_con li a h3{position: absolute;
    top: 80px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;}

.kouyu_box{overflow:hidden; margin-bottom:60px;}
.kouyu_box li{width:860px; float:left; overflow:hidden; padding:30px 0; border-bottom:dashed 1px #e5e5e5;}
.kouyu_box li .kouyu_l{width:210px; float:left; height:140px; overflow:hidden;}
.kouyu_box li .kouyu_l img{width:210px;}
.kouyu_box li .kouyu_r{width:620px; float:right;}
.kouyu_box li .kouyu_r .kouyu_title{overflow:hidden;}
.kouyu_box li .kouyu_r .kouyu_title a{display:block; width:500px; font-size:18px; color:#26b3b2; line-height:30px; float:left;}
.kouyu_box li .kouyu_r .kouyu_title span{float:right; text-align:right; color:#8e8e8e; font-size:14px; line-height:30px;}
.kouyu_box li .kouyu_r .kouyu_detail{ font-size:14px; line-height:24px; margin-top:10px; margin-bottom:20px;}
.kouyu_box li .kouyu_r .kouyu_detail a{color:#26b3b2;}
.kouyu_box li .kouyu_r .kouyu_tab{overflow:hidden;}
.kouyu_box li .kouyu_r .kouyu_tab a{display:block; float:left; line-height:28px; background-color:#eeeeee; text-align:center; font-size:14px; border-radius:25px; padding:0 15px; margin-right:10px; color:#8c8b8b;}

.tuijian{font-weight:bold; color:#31b690; line-height:50px; font-size:30px; text-align:center; width:100%}
.tuijian_box{width:100%; overflow:hidden; margin-top:20px; margin-bottom:80px;}
.tuijian_box li{width:204px; float:left; margin:0 5px;}
.tuijian_box li h3{
	    position: absolute;
    top: 80px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.tuijian_box li img{width:204px; }
.tuijian_box li a{width:204px; display:block; font-size:16px; text-align:center; margin-top:10px; line-height:30px; position:relative;}

.koulist_name{font-size:24px; text-align:center; font-weight:bold; line-height:36px; margin-top:40px;}
.koulist_detail{font-size:14px; text-align:center; line-height:30px; color:#9a9a9a;}
.koulist_detail span{margin:0 8px;}
.koulist_zhong{padding:20px; background-color:#f6f6f6; font-size:14px; line-height:24px; margin-top:20px;}
.koulist_text{width:860px; padding:20px;font-size:16px;}
.koulist_text img{
	max-width:100%;
}
.koulist_text article,.koulist_text blockquote,.koulist_text h1,.koulist_text h2,.koulist_text h3,.koulist_text h4,.koulist_text h5,.koulist_text h6,.koulist_text hr,.koulist_text ol,.koulist_text  p,.koulist_text  pre,.koulist_text ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.koulist_text h1{
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}
.koulist_text  h2{
    font-size: 18px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.koulist_text  h3{
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}
.koulist_text  h4{
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 6px;
	font-weight: 600;

}
.koulist_text ol,.koulist_text ul ,.koulist_text dl{
	padding:0 40px;
}
.koulist_text ol li{
	list-style-type:decimal !important;
}
.koulist_text li{
	  margin-top: 10px;
    margin-bottom: 10px;
}






.koulist_tab{overflow:hidden; margin:20px 0;}
.koulist_tab strong{float:left;}
.koulist_tab a{display:block; float:left; line-height:28px; background-color:#eeeeee; text-align:center; font-size:14px; border-radius:25px; padding:0 15px; margin-right:10px; color:#8c8b8b;}
.page_box{border-top:solid 1px #e5e5e5; padding:20px; width:860px; margin-top:20px;}
.page_box li{line-height:24px; height:24px; overflow:hidden;}
.tuijian_list{font-weight:bold; color:#fff; line-height:60px; font-size:30px; text-align:center; width:860px; background:url(../images/tuijian.png) no-repeat center; margin-top:40px; margin-bottom:40px;}

.wenda{width:860px; margin-top:30px; margin-bottom:40px;}
.wenda li{width:860px; overflow:hidden; margin:30px 0;}
.wenda li .wenda_name{font-size:20px; line-height:30px; width:860px; float:left; margin-bottom:10px;}
.wenda li .wenda_name img{display:block; width:36px; float:left; margin-right:10px;}
.wenda li .wenda_name span{display:block; float:left; width:814px;}
.wenda li .wenda_detail{font-size:14px; line-height:24px; color:#787878; width:860px; float:left;height:48px;overflow:hidden;font-family:"微软雅黑";}
.wenda li .wenda_detail img{display:block; width:36px; float:left; margin-right:10px;}
.wenda li .wenda_detail span{display:block; float:left; width:814px;}

.film_focus{width:1200px;height:440px;overflow:hidden;position:relative; margin-top:40px;}
.film_focus .film_focus_imgs_wrap{width:898px;height:440px;}
.film_focus ul.film_focus_imgs{width:898px;height:9999em;position:absolute;right:0;top:0;}
.film_focus ul.film_focus_imgs li{height:440px;overflow:hidden; position:relative;}
.film_focus ul.film_focus_imgs li span{position:absolute; bottom:0; left:0; display:block; background-color:rgba(0,0,0,0.7); color:#fff; font-size:14px; line-height:24px; padding:30px;}

.film_focus ul.film_focus_nav{width:300px;height:440px;position:absolute;left:0;top:0;z-index:100;}
.film_focus ul.film_focus_nav li{height:70px; margin-bottom:4px;position:relative; background-color:#63c3c2}
.film_focus ul.film_focus_nav li.cur{width:300px; background-color:#2cb58e;}
.film_focus ul.film_focus_nav li img{position:absolute;left:0px;top:0px;}
.film_focus ul.film_focus_nav li h4{color:#fff; font-weight:normal; font-size:18px; line-height:70px;position:absolute;left:65px;top:0px;}


.xuefen_02{width:100%; padding:80px 0; background:url(../images/map.png) no-repeat center;}
.meke_box{width:1200px; margin-top:40px; position:relative; height:447px; background:url(../images/shu.png) no-repeat center;}
.meke_box img{display:block; width:90px; margin:0 auto;}
.meke_box span{display:block; font-size:24px; line-height:40px; text-align:center; margin-top:10px;}
.meke_box .meike_01{position:absolute; top:260px; left:170px;}
.meke_box .meike_02{position:absolute; top:96px; left:320px;}
.meke_box .meike_03{position:absolute; top:0px; left:548px;}
.meke_box .meike_04{position:absolute; top:96px; right:320px;}
.meke_box .meike_05{position:absolute; top:260px; right:170px;}

.xufen_03{width:100%; padding:80px 0; background:url(../images/xuefen03bg.jpg) no-repeat center;}
.fenyou_box{width:1200px; overflow:hidden; margin-top:40px;}
.fenyou_box li{width:240px; float:left; overflow:hidden;}
.fenyou_box li .fenyou_img{width:240px; height:170px; overflow:hidden;}
.fenyou_box li .fenyou{width:240px; padding:30px; background:url(../images/xuefen08.png) repeat-y right; color:#fff; text-align:center;}
.fenyou_box li .fenyou .fenyou_name{font-size:18px; font-weight:bold; margin-bottom:10px;}
.fenyou_box li .fenyou .fenyou_detail{font-size:14px;}

.tiyanbox{padding-bottom:80px;}
.tiyan{width:1200px; overflow:hidden; margin-top:40px;}
.tiyan .tiyan_l{width:600px; height:438px; float:left;}
.tiyan .tiyan_r{width:600px; height:438px; float:right; background-color:#f29c9f; padding:55px;}
.tiyan .tiyan_r .tiyan_namr{font-size:36px; line-height:50px; color:#fff; font-weight:bold; text-align:center;}
.tiyan .tiyan_r .tiyan_detail{font-size:16px; line-height:30px; color:#fff; text-align:center;}
.tiyan .tiyan_r .tiyan_biao{width:300px; margin:0 auto; padding-top:20px;}
.tiyan .tiyan_r .tiyan_biao li{width:300px; height:48px; line-height:48px; margin-bottom:10px;}
.tiyan .tiyan_r .tiyan_biao li input{display:block; width:300px; line-height:48px; border-radius:10px; background-color:#fff; font-size:16px; padding:0 15px; color:#f29c9f;}
.tiyan .tiyan_r .tiyan_biao li .biaodan_tijiao{background-color:#eb6877; color:#fff;}

.tuofu_tab{width:1200px; overflow:hidden; margin-top:80px;}
.tuofu_tab li{width:285px; height:200px; float:left; padding:25px 30px; color:#fff;}
.tuofu_tab li .tab_name{font-size:30px; letter-spacing:5px; font-weight:bold; line-height:48px;}
.tuofu_tab li .tab_detail{font-size:14px; line-height:24px;overflow:hidden;    white-space: nowrap;}
.tuofu_tab li .tab_detail a{color:#ffffff;display:block;}
.tuofu_tab li .tab_more{ display:block; width:46px; height:24px; text-align:center; color:#fff; line-height:24px; border-radius:20px; margin-top:10px;float:right;}
.tuofu_tab li.tab_01{background:url(../images/tufu01.png) no-repeat center; margin-right:20px;}
.tuofu_tab li.tab_01 .tab_more{background-color:#404adf;}
.tuofu_tab li.tab_01 .tab_more:hover{background-color:#fff;color:#404adf;}
.tuofu_tab li.tab_02{background:url(../images/tufu02.png) no-repeat center; margin-right:20px;}
.tuofu_tab li.tab_02 .tab_more{background-color:#fd6466;}
.tuofu_tab li.tab_02 .tab_more:hover{background-color:#fff;color:#fd6466;}
.tuofu_tab li.tab_03{background:url(../images/tufu03.png) no-repeat center; margin-right:20px;}
.tuofu_tab li.tab_03 .tab_more{background-color:#f29a11;}
.tuofu_tab li.tab_03 .tab_more:hover{background-color:#fff;color:#f29a11;}
.tuofu_tab li.tab_04{background:url(../images/tufu04.png) no-repeat center;}
.tuofu_tab li.tab_04 .tab_more{background-color:#4bb064;}
.tuofu_tab li.tab_04 .tab_more:hover{background-color:#fff;color:#4bb064;}

.tuofu_box{width:1200px; overflow:hidden; margin-top:50px; margin-bottom:50px;}
.tuofu_box .tuofu_l{width:320px; float:left; overflow:hidden; padding-left:1px; padding-top:1px;}
.tuofu_box .tuofu_l li{width:106px; height:106px; border:solid 1px #dcdcdc; text-align:center; padding:15px; float:left; margin-left:-1px; margin-top:-1px;}
.tuofu_box .tuofu_l li img{width:43px; margin:0 auto; padding-top:5px;}
.tuofu_box .tuofu_l li span{display:block; text-align:center; font-size:14px; line-height:24px;}

.box{width:506px;height:320px;margin:0 15px;overflow: hidden;position: relative; float:left;}

.box-1 ul li{width:506px;height:320px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width:506px; height:320px;}
.box-1 ul li h2{position: absolute;left: 40px;top: 110px;height: 40px;font-size: 40px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-weight: bold;color: #fcbf01;}

.box-1 ul li h2 span{color:#fff;}

.box-1 ul li p{
	
	position: absolute;left: 56px;top: 165px;height: 40px;font-size: 22px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-weight: bold;color: #fff; background:#ed9d01;padding:0 20px;
}








.tuofu_r{width:340px; padding:46px 40px; background-color:#63c3c2; float:right;}
.tuofu_r .tuofu_r_name{font-size:24px; text-align:center; color:#fff; line-height:40px; margin-bottom:15px;}
.tuofu_r .tuofu_dan{width:250px; margin:0 auto;}
.tuofu_r .tuofu_dan li{width:250px; height:50px; margin-bottom:8px;}
.tuofu_r .tuofu_dan li input{width:250px; height:50px; border:none; border-radius:10px; background-color:#fff; padding:0 15px; line-height:50px; font-size:16px;}				
.tuofu_r .tuofu_dan li .dan_ti{background-color:#92c222; color:#fff;}

.tuoke_box2{width:1200px; overflow:hidden; margin-top:30px; margin-bottom:40px;}
.tuoke_box2 li{width:585px; background-color:#fff; padding:15px; overflow:hidden; float:left; margin:7px;}
.tuoke_box2 li .tuoke_l{width:294px; height:268px; float:left;}


.tuoke_box2 li .tuoke_l .tuoke_l_t{
	position:relative;

    
}
.tuoke_box2 li .tuoke_l .tuoke_l_t h3{
	position:absolute;

	color:#fff;
	font-size:26px;
	font-weight:bold;
	left:5%;
	top:40%;
}
.tuoke_box2 li .tuoke_l img{width:100%;}
.tuoke_box2 li .tuoke_r{width:230px; float:right;}


.tuoke_box2 li .tuoke_r .tuoke_01{font-size:24px; line-height:48px; height:48px; overflow:hidden;}
.tuoke_box2 li .tuoke_r .tuoke_02{font-size:14px; line-height:24px; height:124px; overflow:hidden; color:#7a7a7a; margin:10px 0;}
.tuoke_box2 li .tuoke_r .tuoke_03{font-size:15px; line-height:34px; height:36px; overflow:hidden; color:#767575; display:block; width:110px; text-align:center; border:solid 1px #e5e5e5; border-radius:30px; margin-top:44px;}
.tuoke_box2 li .tuoke_r .tuoke_03:hover{background-color:#63c3c2; border:solid 1px #63c3c2; color:#fff;}
.tuofuke{width:160px; height:44px; line-height:42px; text-align:center; margin:0 auto; display:block; font-size:16px; border:solid 1px #bfbfbf; border-radius:40px;}
.tuofuke:hover{background-color:#63c3c2; color:#fff;}

.tuoyou_box{width:1200px; overflow:hidden; margin-top:40px;}
.tuoyou_box li{width:285px; height:378px; float:left; position:relative; margin:0 6px;}
.tuoyou_box li .tuoyou_img{width:285px; height:378px; position:absolute; top:0; left:0;}
.tuoyou_box li .tuoyou_img img{width:285px;}
.tuoyou_text01{width:285px; height:378px; background:url(../images/tufu15.png) no-repeat center; position:absolute; top:0; left:0; color:#fff; text-align:center; padding:0 35px;}
.tuoyou_text02{width:285px; height:378px; background:url(../images/tufu16.png) no-repeat center; position:absolute; top:0; left:0; color:#fff; text-align:center; padding:0 35px;}
.tuoyou_text03{width:285px; height:378px; background:url(../images/tufu17.png) no-repeat center; position:absolute; top:0; left:0; color:#fff; text-align:center; padding:0 35px;}
.tuoyou_text04{width:285px; height:378px; background:url(../images/tufu18.png) no-repeat center; position:absolute; top:0; left:0; color:#fff; text-align:center; padding:0 35px;}
.text_top{font-size:30px; font-weight:bold; margin-top:220px;}
.text_bot{font-size:14px; line-height:24px; height:72px; overflow:hidden; margin-top:16px; color:rgba(255,255,255,0.7);}

.xuefen_04{width:100%; padding:80px 0; background:url(../images/xuefen04.jpg) no-repeat center;}
.tufu_wenda{width:1200px; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.tufu_wenda li{width:540px; float:left; margin:15px 30px; color:#fff;}
.tufu_wenda li img{width:37px; margin-right:15px; display:block; float:left;}
.tufu_wenda li .wenda_top{width:540px; line-height:36px; height:36px; overflow:hidden; font-size:24px;}
.tufu_wenda li .wenda_top a{color:#fff;}
.tufu_wenda li .wenda_bot{width:540px; line-height:24px; height:48px; overflow:hidden; font-size:14px; margin-top:10px;}
.wenda_view{display:block; width:160px; height:44px; line-height:44px; margin:0 auto; background-color:#fff; color:#32cfc6; text-align:center; border-radius:50px; font-size:16px;}
.wenda_view:hover{background-color:#70d4a7; color:#fff; border:solid 1px #fff;}

.zzsc .choose{ overflow:hidden; width:600px; margin:0 auto;}
.zzsc .choose a{ display:block; padding:10px 20px; line-height:28px; border-radius:10px; border:solid 1px #dcdcdc; float:left; text-decoration:none; color:#333; font-size:16px; margin:0 5px;}
.zzsc .choose a:hover{ background:#95d306; color:#fff; text-decoration:none;}
.zzsc .choose .on{background:#95d306; color:#fff; text-decoration:none;}
.tuozi_l{width:349px; height:437px; float:left;}
.tuozi_l a{position:relative; }
.tuozi_l a h3{
	position:absolute; 
	
	 left:160px;
	 top:80px;
	 font-size:60px;
	 color:#74cac9;
	 font-weight:bold;
	 z-index:20;
}
.tuozi_l a img{position: absolute;top:0;left:0;
    z-index: 1;}
.tuozi_l a span{	
	position:absolute; 
	 left:230px;
	 top:180px;
	 font-size:55px;
	 font-weight:bold;
	 z-index:20;
	 line-height:55px;
	 color:#6c757d;
  }
.tuozi_r{width:820px; float:right;}
.tuozi_r .tuozi_box{width:820px; overflow:hidden; border-bottom:dashed 1px #e3e3e3; line-height:60px; font-size:18px;}
.tuozi_r .tuozi_box .tuozi_tab{color:#63c3c2; float:left;}
.tuozi_r .tuozi_box .tuozi_title{width:580px; float:left;}
.tuozi_r .tuozi_box .tuozi_time{float:right; text-align:right; color:#b6b6b6;}
.tuozi_view{width:150px; height:44px; line-height:44px; border-radius:40px; background-color:#63c3c2; color:#fff; text-align:center; display:block; margin-top:30px;}

.liucheng{height:109px; margin-bottom:40px; background:url(../images/tufu20.png) no-repeat center; overflow:hidden;padding-top:24px;}
.liucheng  .liucheng01{width:146px; float:left; font-size:24px; line-height:30px; text-align:center; color:#fff;}
.liucheng  .liucheng02{width:146px; float:left; margin-left:30px;}
.liucheng  .liucheng03{width:146px; float:left; margin-left:35px;}
.liucheng  .liucheng04{width:146px; float:left; margin-left:25px;}
.liucheng  .liucheng05{width:146px; float:left; margin-left:35px;}
.liucheng  .liucheng06{width:146px; float:left; margin-left:25px;}
.liucheng  .liucheng07{width:146px; float:left; margin-left:15px;}
.liu_top{width:34px; height:34px; font-size:18px; text-align:center; line-height:34px; color:#fff; background-color:#fbb23f; border-radius:30px; margin:0 auto;}
.liu_bot{font-size:18px; text-align:center; margin-top:8px;}


.ap_box{overflow:hidden; margin-top:20px;}
.ap_box li{overflow:hidden; line-height:31px;	}
.ap_box li .ap_l{ font-size:14px; float:left;white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis; width:270px;}
.ap_box li .ap_l span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
.ap_box li .ap_r{width:90px; font-size:14px; float:right; text-align:right; color:#868686;}





.tuofu{ overflow:hidden; background-color:#fff; margin-bottom:40px;border-top: 20px  solid #63c3c2;box-shadow: 0 0 1px #000;}
.tuofu .tuofu_l{width:220px; float:left;height:435px;position: relative;}
.tuofu .tuofu_l h3{position: absolute;top: 380px;left: 50px;color: #fff;font-size: 30px;font-weight: bold;text-align: center;}
.tuofu .tuofu_l p{position: absolute;top: 420px;left: 50px;color: #fff;font-size: 22px;font-weight: bold;text-align: center;}
.tuofu  img{width: 100%; }
.tuofu .tuofu_02_m{width:670px;  float:left; margin:0 15px;}

.tuofu .m_top{overflow:hidden; padding-bottom:15px; border-bottom:solid 1px #e5e5e5; padding-top:20px;}
.tuofu .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#63c3c2;}
.tuofu .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#63c3c2; float:left; margin-right:10px;}
.tuofu .m_top .m_top_r{float:right; font-size:14px;}
.tuofu .m_top .m_top_r a{color:#a8a7a8;}
.tuofu .m_top .m_top_r a:hover{color:#63c3c2;}

.tuofu_02_r{
   
    float: left;

}

.tuofu .kecheng_lists{margin-top:10px;word-break: break-all;  line-height: 0; text-align: justify;}

.tuofu .kecheng_lists .kecheng_box_item{display: inline-block;margin: 5px auto;width:160px;box-sizing: border-box;  transition: all 0.5s !important;}
.tuofu   .kecheng_lists .kecheng_box_item img{width: 100%;}
.tuofu   .kecheng_box_item > p{line-height: 20px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
       }
    

.tuofu .kecheng_lists .kecheng_box_item:hover{ box-shadow:0px 0px 3px #185ba9; transform: scale(1.05) !important;}


.tuofu .kecheng_lists:after {
    content: '';
    display: inline-block;
    width: 100%; /* 占满剩余空间 */
 
  }
.tuofu .kecheng_news_list{
    width: 50%;
    margin-bottom: 5px;
	overflow:hidden;
    float: left;
  }
.tuofu .kecheng_news_list >a{
   line-height: 18px;
   font-size: 14px;
   font-weight: bold;
   display: block;
   margin-bottom: 5px;
}
  .tuofu .kecheng_news_list span{
    display: block;
    width: 4px;
    height: 18px;
    background-color: #63c3c2;
    float: left;
    margin-right: 10px;
}
  
  .tuofu .kecheng_news_list ul{
    list-style: none;
    padding: 0;
   
    float: left;
   

  }  
  .tuofu .kecheng_news_list ul li{
    list-style: none;
    padding: 0;
    width: 200px;
  
    margin-left: 5px;
	overflow:hidden;
	 white-space: nowrap;

  text-overflow: ellipsis;
  }
  


 .kecheng_news_list .kecheng_list_box_01{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_tingli.png) no-repeat center;
  background-size: 85%;
 }

  .kecheng_news_list .kecheng_list_box_02{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_kouyu.png) no-repeat center;
  background-size: 85%;
 }
 .kecheng_news_list .kecheng_list_box_03{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_kouyu.png) no-repeat center;
  background-size: 85%;
 }
 .kecheng_news_list .kecheng_list_box_04{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_xiezuo.png) no-repeat center;
  background-size: 85%;
 }


.kecheng_news_list .kecheng_list_box_p1{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 45px;
	margin-top: 14px;
 }
 .kecheng_news_list .kecheng_list_box_p2{
	  color: #fff;
	  font-size: 16px;
	  font-weight: bold;
	  text-align: center;
	  margin-top: 10px;
   }

  .tuofu .kecheng_news_list img{
   width: 100%;
  }
  .tuofu .kecheng_box_01{position: relative;top: 0;left: 0;}

  .tuofu .kecheng_box_02{    position: absolute;
    top: 25px;
    left: 5px;
    line-height: 20px;
    color: white;
	overflow:hidden;}
	  .tuofu .kecheng_box_item  p{
		  line-height:30px;
		  text-align:center;
		  text-align-last:auto;
	  }
	
	
    .tuofu .kecheng_box_02 span:first-child{font-size: 14px;font-weight: bold; display:block;}
    .tuofu .kecheng_box_02 span:nth-child(2){font-size: 12px;font-weight: bold;display:block;}
    .tuofu .kecheng_box_02 span:nth-child(3){font-size: 12px;display:block;}

    .tuofu .ap_box{overflow:hidden; margin-top:10px;}
    .tuofu .ap_box li{overflow:hidden; line-height:31px;}
    .tuofu .ap_box li .ap_l{ font-size:14px; float:left;}
    .tuofu .ap_box li .ap_l span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
    .tuofu .ap_box li .ap_r{ font-size:14px; float:right; text-align:right; color:#868686;}



.yasi{ overflow:hidden; background-color:#fff; margin-bottom:40px;border-top: 20px  solid #63c3c2;box-shadow: 0 0 1px #000;}
.yasi .yasi_l{width:220px; float:left;height:435px;position: relative;}
.yasi .yasi_l h3{position: absolute;top: 380px;left: 50px;color: #fff;font-size: 30px;font-weight: bold;text-align: center;}
.yasi .yasi_l p{position: absolute;top: 420px;left: 50px;color: #fff;font-size: 22px;font-weight: bold;text-align: center;}
.yasi  img{width: 100%; }
.yasi .yasi_02_m{width:670px;  float:left; margin:0 15px;}

.yasi .m_top{overflow:hidden; padding-bottom:15px; border-bottom:solid 1px #e5e5e5; padding-top:20px;}
.yasi .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#63c3c2;}
.yasi .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#63c3c2; float:left; margin-right:10px;}
.yasi .m_top .m_top_r{float:right; font-size:14px;}
.yasi .m_top .m_top_r a{color:#a8a7a8;}
.yasi .m_top .m_top_r a:hover{color:#63c3c2;}

.yasi_02_r{
    
    float: left;
}

.yasi .kecheng_lists{margin-top:10px;word-break: break-all;  line-height: 0; text-align: justify;}

.yasi .kecheng_lists .kecheng_box_item{display: inline-block;margin: 5px auto;width:160px;box-sizing: border-box;  transition: all 0.5s !important;}
.yasi   .kecheng_lists .kecheng_box_item img{width: 100%;}
.yasi   .kecheng_box_item > p{line-height: 20px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
       }
    

.yasi .kecheng_lists .kecheng_box_item:hover{ box-shadow:0px 0px 3px #185ba9; transform: scale(1.05) !important;}


.yasi .kecheng_lists:after {
    content: '';
    display: inline-block;
    width: 100%; /* 占满剩余空间 */
 
  }
.yasi .kecheng_news_list{
    width: 50%;
    margin-bottom: 5px;
	overflow:hidden;
    float: left;
  }
.yasi .kecheng_news_list >a{
   line-height: 18px;
   font-size: 14px;
   font-weight: bold;
   display: block;
   margin-bottom: 5px;
}
  .yasi .kecheng_news_list span{
    display: block;
    width: 4px;
    height: 18px;
    background-color: #63c3c2;
    float: left;
    margin-right: 10px;
}
  
  .yasi .kecheng_news_list ul{
    list-style: none;
    padding: 0;
   
    float: left;
   

  }  
  .yasi .kecheng_news_list ul li{
    list-style: none;
    padding: 0;
    width: 200px;
  
    margin-left: 5px;
	overflow:hidden;
	 white-space: nowrap;

  text-overflow: ellipsis;
  }
  


 .kecheng_news_list .kecheng_list_box_01{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_tingli.png) no-repeat center;
  background-size: 85%;
 }

  .kecheng_news_list .kecheng_list_box_02{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_kouyu.png) no-repeat center;
  background-size: 85%;
 }
 .kecheng_news_list .kecheng_list_box_03{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_kouyu.png) no-repeat center;
  background-size: 85%;
 }
 .kecheng_news_list .kecheng_list_box_04{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_xiezuo.png) no-repeat center;
  background-size: 85%;
 }


.kecheng_news_list .kecheng_list_box_p1{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 45px;
	margin-top: 14px;
 }
 .kecheng_news_list .kecheng_list_box_p2{
	  color: #fff;
	  font-size: 16px;
	  font-weight: bold;
	  text-align: center;
	  margin-top: 10px;
   }

  .yasi .kecheng_news_list img{
   width: 100%;
  }
  .yasi .kecheng_box_01{position: relative;top: 0;left: 0;}

  .yasi .kecheng_box_02{    position: absolute;
    top: 25px;
    left: 5px;
    line-height: 20px;
    color: white;
	overflow:hidden;}
	  .yasi .kecheng_box_item  p{
		  line-height:30px;
		  text-align:center;
		  text-align-last:auto;
	  }
	
	
    .yasi .kecheng_box_02 span:first-child{font-size: 14px;font-weight: bold; display:block;}
    .yasi .kecheng_box_02 span:nth-child(2){font-size: 12px;font-weight: bold;display:block;}
    .yasi .kecheng_box_02 span:nth-child(3){font-size: 12px;display:block;}

    .yasi .ap_box{overflow:hidden; margin-top:10px;}
    .yasi .ap_box li{overflow:hidden; line-height:31px;}
    .yasi .ap_box li .ap_l{ font-size:14px; float:left;}
    .yasi .ap_box li .ap_l span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
    .yasi .ap_box li .ap_r{ font-size:14px; float:right; text-align:right; color:#868686;}








.sat{ overflow:hidden; background-color:#fff; margin-bottom:40px;border-top: 20px  solid #63c3c2;box-shadow: 0 0 1px #000;}
.sat .sat_l{width:220px; float:left;height:435px;position: relative;}
.sat .sat_l h3{position: absolute;top: 380px;left: 50px;color: #fff;font-size: 30px;font-weight: bold;text-align: center;}
.sat .sat_l p{position: absolute;top: 420px;left: 50px;color: #fff;font-size: 22px;font-weight: bold;text-align: center;}
.sat  img{width: 100%; }
.sat .sat_02_m{width:670px; float:left; margin:0 15px;}

.sat .m_top{overflow:hidden; padding-bottom:15px; border-bottom:solid 1px #e5e5e5; padding-top:20px;}
.sat .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#63c3c2;}
.sat .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#63c3c2; float:left; margin-right:10px;}
.sat .m_top .m_top_r{float:right; font-size:14px;}
.sat .m_top .m_top_r a{color:#a8a7a8;}
.sat .m_top .m_top_r a:hover{color:#63c3c2;}

.sat_02_r{
    
    float: left;
}

.sat .kecheng_lists{margin-top:10px;word-break: break-all;  line-height: 0; text-align: justify;}

.sat .kecheng_lists .kecheng_box_item{display: inline-block;margin: 5px auto;width:160px;box-sizing: border-box;  transition: all 0.5s !important;}
.sat   .kecheng_lists .kecheng_box_item img{width: 100%;}
.sat   .kecheng_box_item > p{line-height: 20px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
       }
    

.sat .kecheng_lists .kecheng_box_item:hover{ box-shadow:0px 0px 3px #185ba9; transform: scale(1.05) !important;}


.sat .kecheng_lists:after {
    content: '';
    display: inline-block;
    width: 100%; /* 占满剩余空间 */
 
  }
.sat .kecheng_news_list{
    width: 50%;
    margin-bottom: 5px;
	overflow:hidden;
    float: left;
  }
.sat .kecheng_news_list >a{
   line-height: 18px;
   font-size: 14px;
   font-weight: bold;
   display: block;
   margin-bottom: 5px;
}
  .sat .kecheng_news_list span{
    display: block;
    width: 4px;
    height: 18px;
    background-color: #63c3c2;
    float: left;
    margin-right: 10px;
}
  
  .sat .kecheng_news_list ul{
    list-style: none;
    padding: 0;
   
    float: left;
   

  }  
  .sat .kecheng_news_list ul li{
    list-style: none;
    padding: 0;
    width: 200px;
  
    margin-left: 5px;
	overflow:hidden;
	 white-space: nowrap;

  text-overflow: ellipsis;
  }
  


 .kecheng_news_list .kecheng_list_box_01{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_tingli.png) no-repeat center;
  background-size: 85%;
 }

  .kecheng_news_list .kecheng_list_box_02{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_kouyu.png) no-repeat center;
  background-size: 85%;
 }
 .kecheng_news_list .kecheng_list_box_03{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_kouyu.png) no-repeat center;
  background-size: 85%;
 }
 .kecheng_news_list .kecheng_list_box_04{
  width: 120px;
  height: 100px;
  float: left;
  padding: 5px;
  background: url(../images/kecheng_xiezuo.png) no-repeat center;
  background-size: 85%;
 }


.kecheng_news_list .kecheng_list_box_p1{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 45px;
	margin-top: 14px;
 }
 .kecheng_news_list .kecheng_list_box_p2{
	  color: #fff;
	  font-size: 16px;
	  font-weight: bold;
	  text-align: center;
	  margin-top: 10px;
   }

  .sat .kecheng_news_list img{
   width: 100%;
  }
  .sat .kecheng_box_01{position: relative;top: 0;left: 0;}

  .sat .kecheng_box_02{    position: absolute;
    top: 25px;
    left: 5px;
    line-height: 20px;
    color: white;
	overflow:hidden;}
	  .sat .kecheng_box_item  p{
		  line-height:30px;
		  text-align:center;
		  text-align-last:auto;
	  }
	
	
    .sat .kecheng_box_02 span:first-child{font-size: 14px;font-weight: bold; display:block;}
    .sat .kecheng_box_02 span:nth-child(2){font-size: 12px;font-weight: bold;display:block;}
    .sat .kecheng_box_02 span:nth-child(3){font-size: 12px;display:block;}

    .sat .ap_box{overflow:hidden; margin-top:10px;}
    .sat .ap_box li{overflow:hidden; line-height:31px;}
    .sat .ap_box li .ap_l{ font-size:14px; float:left;}
    .sat .ap_box li .ap_l span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
    .sat .ap_box li .ap_r{ font-size:14px; float:right; text-align:right; color:#868686;}


      





.yubei{ overflow:hidden; background-color:#fff; margin-bottom:40px;border-top: 20px  solid #63c3c2;box-shadow: 0 0 1px #000;}
.yubei .yubei_l{width:220px; float:left;height:435px;     position: relative;}
.yubei .yubei_l img{width: 100%;}
.yubei .yubei_l h3{position: absolute;top: 360px;left: 50px;color: #fff;font-size: 30px;font-weight: bold;text-align: center;}
.yubei .yubei_l p{position: absolute;top: 400px;left: 50px;color: #fff;font-size: 22px;font-weight: bold;text-align: center;}
.yubei .yubei_02_m{width:670px;  float:left; margin:0 15px;}

.yubei .m_top{overflow:hidden; padding-bottom:15px; border-bottom:solid 1px #e5e5e5; padding-top:20px;}
.yubei .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#63c3c2;}
.yubei .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#63c3c2; float:left; margin-right:10px;}
.yubei .m_top .m_top_r{float:right; font-size:14px;}
.yubei .m_top .m_top_r a{color:#a8a7a8;}
.yubei .m_top .m_top_r a:hover{color:#63c3c2;}

.yubei_02_r{
    width: 265px;
    float: left;
}

.yubei .kecheng_lists{margin-top:25px; word-break: break-all;  line-height: 0;     text-align: justify;
 }

.yubei .kecheng_lists .kecheng_box_item{display: inline-block;margin: 5px auto;width:215px;box-sizing: border-box;  transition: all 0.5s !important;}
.yubei   .kecheng_lists .kecheng_box_item img{width: 100%;}
.yubei   .kecheng_box_item p{line-height: 30px;
        text-align: center;
		
text-align-last:auto;
       }
    

.yubei .kecheng_lists .kecheng_box_item:hover{ box-shadow:0px 0px 3px #63c3c2; transform: scale(1.05) !important;}


.yubei .kecheng_lists:after {
    content: '';
    display: inline-block;
    width: 100%; /* 占满剩余空间 */
 
  }
.yubei .kecheng_box_01{position: relative;top: 0;left: 0;}

.yubei .kecheng_box_02{    position: absolute;
    top: 30%;
    left: 5%;
    line-height: 20px;
    color: white;}
.yubei .kecheng_box_02 span:first-child{font-size: 16px;font-weight: bold;margin-bottom: 5px;display:block }
.yubei .kecheng_box_02 span:nth-child(2){font-size: 14px;font-weight: bold;display:block}
.yubei .kecheng_box_02 span:nth-child(3){font-size: 12px; }

.yubei .ap_box{overflow:hidden;width:270px; margin-top:20px;}
.yubei .ap_box li{overflow:hidden; line-height:31px;width:462px;}
.yubei .ap_box li .ap_l{width:270px; font-size:14px; float:left;}
.yubei .ap_box li .ap_l span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
.yubei .ap_box li .ap_r{width:90px; font-size:14px; float:right; text-align:right; color:#868686;}





.xueshu{overflow:hidden; background-color:#fff; margin-bottom:40px;border-top: 20px  solid #63c3c2;box-shadow: 0 0 1px #000;}
.xueshu .xueshu_l{width:220px; float:left;height:435px;     position: relative;}
.xueshu .xueshu_l h3{position: absolute;top: 360px;left: 50px;color: #fff;font-size: 30px;font-weight: bold;text-align: center;}
.xueshu .xueshu_l p{position: absolute;top: 400px;left: 20px;color: #fff;font-size: 22px;font-weight: bold;text-align: center;}
.xueshu .xueshu_l img{width: 100%;}
.xueshu .xueshu_02_m{width:670px;  float:left; margin:0 15px;}

.xueshu .m_top{overflow:hidden; padding-bottom:15px; border-bottom:solid 1px #e5e5e5; padding-top:20px;}
.xueshu .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#63c3c2;}
.xueshu .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#63c3c2; float:left; margin-right:10px;}
.xueshu .m_top .m_top_r{float:right; font-size:14px;}
.xueshu .m_top .m_top_r a{color:#a8a7a8;}
.xueshu .m_top .m_top_r a:hover{color:#63c3c2;}

.xueshu_02_r{
    width: 265px;
    float: left;
}

.xueshu .kecheng_lists{margin-top:25px; word-break: break-all;  line-height: 0;text-align: justify;}

.xueshu .kecheng_lists .kecheng_box_item{display: inline-block;margin: 5px auto;width:215px;box-sizing: border-box;  transition: all 0.5s !important;}
.xueshu   .kecheng_lists .kecheng_box_item img{width: 100%;}
.xueshu   .kecheng_box_item  p{line-height: 30px;
        text-align: center;
     text-align-last:auto;
       }
    

.xueshu .kecheng_lists .kecheng_box_item:hover{ box-shadow:0px 0px 3px #63c3c2; transform: scale(1.05) !important;}


.xueshu .kecheng_lists:after {
    content: '';
    display: inline-block;
    width: 100%; /* 占满剩余空间 */
 
  }
.xueshu .kecheng_box_01{position: relative;top: 0;left: 0;}

.xueshu .kecheng_box_02{    position: absolute;
    top: 30%;
    left: 5%;
    line-height: 20px;
    color: white;}
.xueshu .kecheng_box_02 span:first-child{font-size: 16px;font-weight: bold; margin-bottom: 5px;display:block}
.xueshu .kecheng_box_02 span:nth-child(2){font-size: 14px;font-weight: bold;display:block}
.xueshu .kecheng_box_02 span:nth-child(3){font-size: 12px; }

.xueshu .ap_box{overflow:hidden;width:270px; margin-top:20px;}
.xueshu .ap_box li{overflow:hidden; line-height:31px;width:462px;}
.xueshu .ap_box li .ap_l{width:270px; font-size:14px; float:left;}
.xueshu .ap_box li .ap_l span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
.xueshu .ap_box li .ap_r{width:90px; font-size:14px; float:right; text-align:right; color:#868686;}




.xueshu_01{overflow:hidden; margin:50px 0;}
.xueshu_01 li{width:270px; float:left; margin-right:30px; overflow:hidden;}
.xueshu_01 li .xueshu01_l{width:86px; height:86px; float:left;}
.xueshu_01 li .xueshu01_r{width:164px; float:right;}
.xueshu_01 li .xueshu01_r .xueshu01_top{font-size:18px; font-weight:bold; line-height:30px; margin-bottom:8px;}
.xueshu_01 li .xueshu01_r .xueshu01_bot{font-size:14px; line-height:24px; height:48px; overflow:hidden; color:#868686;}
.kecheng{width: 100%;
    background-color: #f4f4f4;
    padding: 80px 0;
}


.xueshu_02{width:1200px; overflow:hidden; background-color:#fff; margin-bottom:20px;}
.xueshu_02 .xueshu02_l{width:235px; height:435px; float:left;position:relative;}

.xueshu_02 .xueshu02_l h2{position:absolute;left:35px;top:360px;z-index:2;font-weight:bold;color:#fff;font-size:22px;}
.xueshu_02 .xueshu_02_m{width:432px; height:435px; float:left; margin:0 25px;}

.xueshu_02 .m_top{overflow:hidden; padding-bottom:20px; border-bottom:solid 1px #e5e5e5; padding-top:30px;}
.xueshu_02 .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#8957a1;}
.xueshu_02 .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#8957a1; float:left; margin-right:10px;}
.xueshu_02 .m_top .m_top_r{float:right; font-size:14px;}
.xueshu_02 .m_top .m_top_r a{color:#a8a7a8;}
.xueshu_02 .m_top .m_top_r a:hover{color:#8957a1;}
.xueshu_02 .xuefen_bar{width:432px; height:250px; margin-top:20px; margin-bottom:15px; background-color:#09C;}

.xueshu_02 .xuefen_an{overflow:hidden;display:block; width:432px; height:48px; line-height:48px; margin-right:10px; font-size:15px;}
.xueshu_02 .xuefen_an .an01{border:solid 1px #8957a1; color:#8957a1; text-align:center;display:block; float:left; width:210px; line-height:48px; height:48px; background-color:#fff;}
.xueshu_02 .xuefen_an .an02{border:solid 1px #8957a1; background-color:#8957a1; color:#fff; text-align:center;display:block; float:right; width:210px; line-height:48px; height:48px; }

.xueshu_02 .xueshu_02_r{width:462px; height:435px; float:left;}

  

.xueshu_03{width:1200px; overflow:hidden; background-color:#fff; margin-bottom:20px;}
.xueshu_03 .xueshu03_l{width:235px; height:435px; float:left;position:relative;}
.xueshu_03 .xueshu03_l h2{position:absolute;left:35px;top:360px;z-index:2;font-weight:bold;color:#fff;font-size:22px;}
.xueshu_03 .xueshu_03_m{width:432px; height:435px; float:left; margin:0 25px;}

.xueshu_03 .m_top{overflow:hidden; padding-bottom:20px; border-bottom:solid 1px #e5e5e5; padding-top:30px;}
.xueshu_03 .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#eb6877;}
.xueshu_03 .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#eb6877; float:left; margin-right:10px;}
.xueshu_03 .m_top .m_top_r{float:right; font-size:14px;}
.xueshu_03 .m_top .m_top_r a{color:#a8a7a8;}
.xueshu_03 .m_top .m_top_r a:hover{color:#eb6877;}
.xueshu_03 .xuefen_bar{width:432px; height:250px; margin-top:20px; margin-bottom:15px; background-color:#09C;}

.xueshu_03 .xuefen_an{overflow:hidden;display:block; width:432px; height:48px; line-height:48px; margin-right:10px; font-size:15px;}
.xueshu_03 .xuefen_an .an01{border:solid 1px #eb6877; color:#eb6877; text-align:center;display:block; float:left; width:210px; line-height:48px; height:48px; background-color:#fff;}
.xueshu_03 .xuefen_an .an02{border:solid 1px #eb6877; background-color:#eb6877; color:#fff; text-align:center;display:block; float:right; width:210px; line-height:48px; height:48px; }

.xueshu_03 .xueshu_03_r{width:462px; height:435px; float:left;}


.xueshu_04{width:1200px; overflow:hidden; background-color:#fff; margin-bottom:20px;}
.xueshu_04 .xueshu04_l{width:235px; height:435px; float:left;position:relative;}
.xueshu_04 .xueshu04_l h2{position:absolute;left:35px;top:360px;z-index:2;font-weight:bold;color:#fff;font-size:22px;}
.xueshu_04 .xueshu_04_m{width:432px; height:435px; float:left; margin:0 25px;}

.xueshu_04 .m_top{overflow:hidden; padding-bottom:20px; border-bottom:solid 1px #e5e5e5; padding-top:30px;}
.xueshu_04 .m_top .m_top_l{float:left; font-size:18px; line-height:22px; color:#80c269;}
.xueshu_04 .m_top .m_top_l span{display:block; width:4px; height:22px; background-color:#80c269; float:left; margin-right:10px;}
.xueshu_04 .m_top .m_top_r{float:right; font-size:14px;}
.xueshu_04 .m_top .m_top_r a{color:#a8a7a8;}
.xueshu_04 .m_top .m_top_r a:hover{color:#80c269;}
.xueshu_04 .xuefen_bar{width:432px; height:250px; margin-top:20px; margin-bottom:15px; background-color:#09C;}

.xueshu_04 .xuefen_an{overflow:hidden;display:block; width:432px; height:48px; line-height:48px; margin-right:10px; font-size:15px;}
.xueshu_04 .xuefen_an .an01{border:solid 1px #80c269; color:#80c269; text-align:center;display:block; float:left; width:210px; line-height:48px; height:48px; background-color:#fff;}
.xueshu_04 .xuefen_an .an02{border:solid 1px #80c269; background-color:#80c269; color:#fff; text-align:center;display:block; float:right; width:210px; line-height:48px; height:48px; }

.xueshu_04 .xueshu_04_r{width:462px; height:435px; float:left;}

.qita_box{width:1200px; background-color:#fff; padding:25px;}
.qita_box .qita_name{font-size:36px; letter-spacing:5px; line-height:54px;}
.qita_box .qita_name img{ margin-right:15px; margin-top:8px; display:block; float:left;}

.qita_line01{width:1150px; height:7px; border-bottom:solid 1px #dcdcdc; position:relative; margin-top:20px;}
.qita_line01 span{display:block; position:absolute; top:0; left:0; width:200px; height:7px; background-color:#63c3c2;}

.qita_con{width:1150px; overflow:hidden; margin-top:30px;}
.qita_con li{width:272px; float:left; margin-right:20px;}
.qita_con li .qita_01{width:272px; margin-bottom:14px;}
.qita_con li .qita_01 img{width:272px;}
.qita_con li .qita_02{width:272px; overflow:hidden;}
.qita_con li .qita_02 .qita_text{width:210px; float:left; line-height:28px; font-size:14px; height:28px; overflow:hidden;}
.qita_con li .qita_02 .qita_text span{display:block; width:6px; height:6px; background-color:#dcdcdc; border-radius:5px; float:left; margin-right:10px; margin-top:12px;}
.qita_con li .qita_02 .qita_time{width:50px; float:right; text-align:right; color:#8f8f8f;}
.qita_con li .qita_01 .qita_title{position:relative;float:left;}
.qita_con li .qita_01 .qita_title h3{position:absolute;left:12%;top:39%;font-size:24px;font-weight:bold;color:#fff;}

.qita_con li:last-child{margin-right:0;}

.flexslider_xueshu {position: relative;width:432px;zoom: 1;}
.flexslider_xueshu .slides {zoom: 1;}
.flexslider_xueshu .flex-direction-nav {height: 0; display:none;}
.flexslider_xueshu .flex-control-nav {width: 100%;position: absolute;bottom: 10px;text-align: center;}
.flexslider_xueshu .flex-control-nav li {margin: 0 5px;display: inline-block;zoom: 1;display: inline;}
.flexslider_xueshu .flex-control-paging li a {display:block;height: 16px;overflow: hidden;text-indent:-99em;width: 16px;cursor: pointer;}
.flexslider_xueshu .flex-control-paging li a.flex-active {background-position: 0 0;}
.flexslider_xueshu .slides .img a{position:relative;}
.flexslider_xueshu  .slides .img h3{position:absolute; left:10%;top:30%;color:#fff;font-size:28px;font-weight:bold;}
.flexslider_xueshu  .slides .img  .sp1{position:absolute; left:10%;top:45%;color:#fff;font-size:22px;font-weight:bold;}
.flexslider_xueshu  .slides .img  .sp2{position:absolute; left:10%;top:58%;color:#fff;font-size:18px;font-weight:bold;}


.sousuo{width:100%; padding:40px 0; background-color:#f4f4f4;}
.sousuo .sousuo_input{width:800px; margin:0 auto;}
.sousuo .sousuo_input .input_l{width:680px; float:left; height:52px; line-height:52px; border:solid 1px #e5e5e5; padding:0 15px; font-size:18px;}
.sousuo .sousuo_input .input_r{width:120px; float:left; height:52px; line-height:52px; border:none; background-color:#63c3c2; color:#fff; text-align:center; font-size:18px;}

.sousuo_jieguo{ margin-top:40px;}
.jieguo{overflow:hidden; margin-bottom:60px;}
.jieguo li{width:1200px; float:left; overflow:hidden; padding:30px 0; border-bottom:dashed 1px #e5e5e5;}
.jieguo li .jieguo_title{overflow:hidden;}
.jieguo li .jieguo_title a{display:block; width:500px; font-size:18px; color:#26b3b2; line-height:30px; float:left;}
.jieguo li .jieguo_title span{float:right; text-align:right; color:#8e8e8e; font-size:14px; line-height:30px;}
.jieguo li .jieguo_detail{ font-size:14px; line-height:24px; margin-top:10px;}
.jieguo li .jieguo_detail a{color:#26b3b2;}
.jieguo li a:hover{color:#92c222;}

.sousuo_name{font-size:36px; font-weight:bold; text-align:center; line-height:50px;}

.biaodan{padding:70px 0; overflow:hidden;}
.biaodan .biaodan_l{width:600px; background-color:#ffb411; height:600px; float:left; padding:100px;}
.biaodan .biaodan_l .biaodan_top{font-size:30px; font-weight:bold; color:#fff; text-align:center; line-height:48px;}
.biaodan .biaodan_l .biaodan_bot{font-size:18px; color:#fff; text-align:center; line-height:30px; margin-bottom:25px;}
.biaodan .biaodan_l .biaodan01{width:400px; height:50px; line-height:50px; border-radius:10px; color:#6d6b6b; border:none; padding:0 15px; margin-bottom:15px; font-size:16px;}
.biaodan .biaodan_l .biaodan02{width:400px; height:50px; line-height:50px; border-radius:10px; color:#6d6b6b; border:none; padding:0 15px; margin-bottom:15px; font-size:16px;}
.biaodan .biaodan_l .biaodan03{width:400px; height:50px; line-height:50px; border-radius:10px; color:#6d6b6b; border:none; padding:0 15px; margin-bottom:15px; font-size:16px;}
.biaodan .biaodan_l .biaodan04{width:400px; height:50px; line-height:50px; border-radius:10px; color:#fff; border:none; padding:0 15px; text-align:center; font-weight:bold; font-size:18px; background-color:#ff9211;}
.biaodan .biaodan_r{width:600px; height:600px; float:right; overflow:hidden;}
.biaodan .biaodan_r img{width:100%;}
.shouji_bot{display:none;}
.img_ph{display:none;}
.index_eight{display:none;}
.index_ke{display:none;}
.tabs_shouji{display:none;}

.m_anli_box{width:100%; overflow:hidden; margin:40px 0;}
.m_anli_box li{width:48%; float:left; margin:1%; padding:20px; background-color:#f8f6f6;}
.m_anli_box li .anli_l{width:30%; float:left;}
.m_anli_box li .anli_l img{width:100%;}
.m_anli_box li .anli_r{width:66%; float:right;}
.m_anli_box li .anli_r .an_01{font-size:18px; line-height:28px; height:28px; overflow:hidden;}
.m_anli_box li .anli_r .an_02{font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:6px 0; color:#717070;}
.m_anli_box li .anli_r .an_03{font-size:14px; line-height:24px; height:24px; overflow:hidden; color:#717070;}
.m_anli_box li .anli_r .an_03 a{color:#63c3c2;}

.yaoqiu2{display:none;}
.meiben03_text2{display:none;}
.toolbar{display:none;}

.qiehuan_title01{font-size:48px; line-height:60px; font-weight:bold; color:#2cb58e;}
.qiehuan_title02{font-size:24px; line-height:36px; color:#171717; margin-top:10px;}
.qiehuan_title03{font-size:24px; line-height:36px; color:#2cb58e; margin-top:10px;}
.qiehuan_title04{font-size:18px; line-height:50px; height:50px;  width:150px; overflow:hidden; text-align:center; margin-top:20px; display:block; color:#fff; background-color:#ffb411;}


@media(max-width:991px){

.container{
	
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
	
}
.meiben03_text{display:none;}
.meiben03_text2{display:block; width:100%; margin-top:20px;}
.meiben03_text2 img{width:100%;}

nav,.zcdl,footer{ display:none !important;}
.nav__trigger{ display:block;}
.paging {padding-bottom:0px;}
.logo img{width:85%; margin-top:6px;}


.paging{ width:90%; margin:0 auto; height:100px;}

.jpg_fenye{font-family:"微软雅黑";}
.jg_fenye_le{height:30px; float:left;font-size:12px; color:#969796; line-height:30px; margin-top:20px; margin-bottom:0px;}
.jg_fenye_le a,.jg_fenye_le span{ height:30px; margin-right:3px; float:left;  color:#fff; background-color:#fff; text-align:center;font-size:14px;border:solid 1px #e8e4e1; color:#969796; line-height:30px; margin-bottom:3px;}
.jg_fenye_le a:hover{width:30px; height:30px; color:#fff; background-color:#92c222; border:solid 1px #92c222;}
.jg_fenye_le span{width:30px; height:30px; color:#fff; background-color:#92c222; border:solid 1px #92c222;}

.jg_fenye_le .a1:last-child{width:60px; height:30px; margin-right:3px; float:left; background-color:#fff ;border:solid 1px #e8e4e1;text-align:center;font-size:12px; color:#969796; line-height:30px;  margin-bottom:3px;}
.jg_fenye_le .a1:nth-child(2){width:60px; height:30px; margin-right:3px; float:left; background-color:#fff ;border:solid 1px #e8e4e1;text-align:center;font-size:12px; color:#969796; line-height:30px;  margin-bottom:3px;}


.banner{ display:none;}
.banner2{ display:block;}

.index_eight{margin-top:20px; overflow:hidden;}
.index_eight a{display:block; width:48%; margin:1%; float:left;}
.index_eight a img{width:100%;}

.index_ke{display:block; margin-top:20px; overflow:hidden;}
.index_ke li{width:48%; margin:1%; float:left;}
.index_ke li a{display:block; width:100%; font-size:18px; font-weight:bold; text-align:center; color:#fff; line-height:30px; padding:15px 0;}
.index_ke li a p{font-size:14px; color:#fff; line-height:24px;}
.index_ke li:nth-child(1) a{background-color:#63c3c2;}
.index_ke li:nth-child(2) a{background-color:#f29c9f;}
.index_ke li:nth-child(3) a{background-color:#facd89;}
.index_ke li:nth-child(4) a{background-color:#89c997;}
.index_ke li:nth-child(5) a{background-color:#aa89bd;}
.index_ke li:nth-child(6) a{background-color:#f29b76;}
.index_ke li:nth-child(7) a{background-color:#acd598;}
.index_ke li:nth-child(8) a{background-color:#eb6877;}
.index_ke li:nth-child(9) a{background-color:#7ecef4;}
.index_ke li:nth-child(10) a{background-color:#cfa972;}

.left{display:none;}
.right{display:none;}
.dibu{display:none;}
.header{display:none;}
.header_sousuo{display:none;}
.header_tel{display:none;}
.navBox{display:none;}
.flex-control-nav{display:none;}
.index_shujuBox{display:none;}

.index_01_name{width:280px;}
.index_01_name .index_01_name_big{font-size:24px;letter-spacing:0px; height:50px;}
.index_01_name .index_01_name_big img{padding-right:8px; width:12%;}
.index_01_name .index_01_name_sma{font-size:14px;margin-top:0px;}
#tabsholder{width:100%; margin-top:25px; background:none;}
#tabsholder ul.tabs{width:100%;}
#tabsholder ul.tabs li{width:25%; height:auto;}
#tabsholder ul.tabs li img{width:100%;}

.pad70{padding-top:40px; padding-bottom:40px;}
#tabsholder .tabscontent{width:100%; padding:3%;}
#tabsholder .luxian_box{width:100%;}
#tabsholder .liuxian_text{padding:3%; margin-top:8px;}
#tabsholder .anli_box .anli_top{ margin-top:8px;}
#tabsholder .liuxian_text .liuxian_text_n{font-size:15px;}
#tabsholder .liuxian_text .liuxian_text_t{margin-top:5px; font-size:12px ; line-height:20px;}
#tabsholder .anli_box{width:100%; margin:15px 0 0 0;}
#tabsholder .name_box .name_l{font-size:16px;}
#tabsholder .name_box .name_r a{font-size:14px;}
#tabsholder .anli_box .anli_top .anli_top_l{width:45%; height:auto;}
#tabsholder .anli_box .anli_top .anli_top_l img{width:100%;}
#tabsholder .anli_box .anli_top .anli_top_r{width:52%; height:auto;}
#tabsholder .anli_box .anli_top .anli_top_r .anli_top_name{font-size:15px;}
#tabsholder .anli_lie li .anli_lie_l{width:100%;}
#tabsholder .anli_lie li .anli_lie_r{display:none;}

#tabsholder .anli_lie{margin-top:5px;}

.biaodan{padding:0;}
.biaodan .biaodan_l{width:100%; height:auto; padding:5% 3%;}
.biaodan .biaodan_l .biaodan_top{font-size:24px; line-height:36px;}
.biaodan .biaodan_l .biaodan_bot{font-size:14px; line-height:20px; margin-bottom:15px;}
.biaodan .biaodan_l .biaodan01{width:100%; line-height:40px; height:40px; margin-bottom:8px;}
.biaodan .biaodan_l .biaodan02{width:100%; line-height:40px; height:40px; margin-bottom:8px;}
.biaodan .biaodan_l .biaodan03{width:100%; line-height:40px; height:40px; margin-bottom:8px;}
.biaodan .biaodan_l .biaodan04{width:100%; line-height:40px; height:40px; margin-bottom:8px;}
.biaodan .biaodan_r{width:100%; height:auto; margin-bottom:40px;}

.copyright{display:none;}
.footer_box{padding:40px 0; margin-bottom:44px;}
.footer_box .footer .footer_l{display:none;}
.footer_box .footer .footer_m{width:100%; margin-bottom:20px;}
.footer_box .footer .footer_m .footer_m_bot{font-size:12px; line-height:20px;}
.footer_box .footer .footer_r{width:100%; float:left;}
.footer_box .footer .footer_r .footer_rr{float:left; margin-left:20px;}

.shouji_bot{display:block; position:fixed; bottom:0; z-index:9999999; overflow:hidden; width:100%;}
.shouji_bot .lingqu{width:65%; float:left; display:block; height:44px; line-height:44px; background-color:#2cb58e; color:#fff; float:left; text-align:center; font-size:15px;}
.shouji_bot .zixu{width:35%; float:right; display:block; height:44px; line-height:44px; background-color:#63c3c2; color:#fff; float:left; text-align:center; font-size:15px;}

.xiangqing_bar{width:100%; height:200px; display:none;}
.guanggao_box .guanggao_l{width:100%;}
.position{height:48px; line-height:48px; border-top: solid 1px #e5e5e5;}
.neirong{margin-top:20px; margin-bottom:40px;}
.neirong img{width:100%;}
.guanggao_box .guanggao_r{display:none;}

.guanyu_bar{ display:none;}
.guanyu_01{padding-top:20px; padding-bottom:40px;}
.neiye_name01{font-size:30px; letter-spacing:2px;}
.neiye_name02{font-size:14px; line-height:24px;}
.guanyu_01_box{margin-top:20px;}
.guanyu_01_box .guanyu_01_l{width:100%;}
.guanyu_01_box .guanyu_01_l img{width:100%;}
.guanyu_01_box .guanyu_01_r{width:100%; margin-top:20px;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_text{padding:15px 0; font-size:14px; line-height:24px; height:230px;}
.guanyu_01_box .guanyu_01_r .guanyu_01_r_more{font-size:14px; margin-top:8px;}

.guanyu_02_bg{padding:40px 0;}
.neiye_name03{font-size:30px; letter-spacing:2px;}
.neiye_name04{font-size:14px; line-height:24px;}
.guanyu_02{width:100%;}
.guanyu_02 li{width:100%; margin:5px 0; padding:5%; border-radius:80px;}
.guanyu_02 li .guanyu_02_l{width:20%; height:auto;}
.guanyu_02 li .guanyu_02_l img{width:100%;}
.guanyu_02 li .guanyu_02_r{margin:0; padding:0; width:75%}
.guanyu_02 li .guanyu_02_r .guanyu_02_r_name{font-size:20px; line-height:30px; height:30px;}
.guanyu_02 li .guanyu_02_r .guanyu_02_r_detail{font-size:14px; line-height:20px; height:40px; margin-top:0;}
.laoshi_more{font-size:14px;}

.guanyu_03_bg{width:100%; padding:40px 0;}
.neiye_name05{font-size:30px; letter-spacing:2px;}
.neiye_name06{font-size:14px; line-height:24px;}
.chengji_box{width:100%; margin-top:20px; font-size:12px;}
.chengji_box li:nth-child(1){width:28%;}
.chengji_box li:nth-child(2){width:24%;}
.chengji_box li:nth-child(3){width:24%;}
.chengji_box li:nth-child(4){width:24%;}
.list_lh{width:100%; height:300px; font-size:12px;}
.list_lh li .jiacheng_gun01{width:28%;}
.list_lh li .jiacheng_gun02{width:24%;}
.list_lh li .jiacheng_gun03{width:24%;}
.list_lh li .jiacheng_gun04{width:24%;}

.guanyu_04{padding:40px 0;}
.guanyu_04_box{margin-top:20px;}
.guanyu_04_box li .guanyu_04_img{display:none;}
.guanyu_04_box li{width:50%}
.guanyu_04_box li .guanyu_04_wen{padding:15% 5%;}
.guanyu_04_box li .guanyu_04_wen .guanyu_04_name{font-size:20px;}
.guanyu_04_box li .guanyu_04_wen .guanyu_04_detail{font-size:14px; line-height:20px; margin:8px 0; height:80px;}
.guanyu_04_box li .guanyu_04_wen .guanyu_04_en{font-size:18px;}
.guanyu_05{padding:40px 0;}

#gallery{margin-top:20px;}
#gallery{width:100%;}
#thumbs{width:100%; margin-top:20px;}

.guanyu_06{padding:40px 0;}
.guanyu_06_box{margin-top:20px;}
.guanyu_06_box li{width:100%; margin:5px 0;}
.guanyu_06_box li .lianxi_name{font-size:20px; margin-top:8px;}

.guanyu_07{padding:40px 0;}
.guanyu_07_box{margin-top:20px;}
.guanyu_07_box .guanyu_07_l{width:100%;}
.guanyu_07_box .guanyu_07_l .guanyu_07_img{width:100%;}
.guanyu_07_box .guanyu_07_l .guanyu_07_img img{width:100%;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con{width:100%; padding:3%;}
.guanyu_07_box .guanyu_07_r{width:100%; margin-top:10px;}
.guanyu_07_box .guanyu_07_r li{width:100%; padding:3%;}
.guanyu_07_box .guanyu_07_r li .dongtai_title{font-size:16px;}
.guanyu_07_box .guanyu_07_r li .dongtai_time{font-size:12px;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con .guanyu_07_title{font-size:16px;}
.guanyu_07_box .guanyu_07_l .guanyu_07_con .guanyu_07_time{font-size:12px;}

.laoshi_box{margin-top:40px; margin-bottom:0px;}
.laoshi_box li{width:100%; padding:5%; margin:5px 0;border-radius:80px;}
.laoshi_box li .laoshi_l{width:20%; height:auto;}
.laoshi_box li .laoshi_r{width:75%; margin-right:0;}
.laoshi_box li .laoshi_r .laoshi_name{font-size:20px; line-height:30px; height:30px;}
.laoshi_box li .laoshi_r .laoshi_detail{font-size:12px; height:40px;}
.laoshi_box li .laoshi_r .laoshi_view{margin-top:10px;}

.meiben01{width:100%; margin-top:20px;}
.meiben01 .meiben01_l{width:100%;margin:1% ; height:auto; overflow:hidden;position: inherit;}
.meiben01 .meiben01_l img{width:100%;}
.meiben01_name .name_t{font-size:14px; line-height:20px;text-align: center;}
.meiben01_name .name_b{font-size:12px; line-height:20px;margin-top:5px;display:none;}
.meiben01 .meiben01_m{width:100%; margin:0; overflow:hidden;}
.meiben01 .meiben01_m .meiben01_m1{width:100%; height:auto; margin:1%;position: inherit; overflow:hidden;float:left;background-color:#f4f4f4;}
.meiben02_name{position: inherit;top: inherit;left: inherit;width:100%;}
.meiben01 .meiben01_r{width:100%;}
.meiben01 .meiben01_r .meiben01_r1{width:100%;background-color:#f4f4f4;float:left;margin:1%;}
.meiben01 .meiben01_r .meiben01_r1 img{width:100%;}
.meiben01 .meiben01_r .meiben01_r2{width:100%;}
.meiben01 .meiben01_r .meiben01_r2 img{width:100%;}
.meiben01 img{display:none;}

.shengxue_02{padding:40px 0;}
.yaoqiu{width:100%; margin-top:20px;}
.yaoqiu img{width:100%;}
.meiben_03{padding:40px 0;}
.meiben_03 .meiben03_text{width:100%; margin-top:20px;}

.tuijian{display:none;}
.tuijian_box{display:none;}

.wenda{width:100%; margin-bottom:0px;}
.wenda li{width:100%;}
.wenda li .wenda_name{width:100%; overflow:hidden;}
.wenda li .wenda_name span{width:85%;}

.kouyu_box{margin-bottom:0px;}
.kouyu_box li{width:100%; padding:15px 0;}
.kouyu_box li .kouyu_l{width:32%; height:auto;}
.kouyu_box li .kouyu_l img{width:100%;}
.kouyu_box li .kouyu_r{width:65%;}
.kouyu_box li .kouyu_r .kouyu_title a{width:100%; font-size:16px; line-height:24px;}
.kouyu_box li .kouyu_r .kouyu_title span{display:none;}
.kouyu_box li .kouyu_r .kouyu_detail{font-size:12px; line-height:20px; height:60px; overflow:hidden; margin-top:5px; margin-bottom:0px;}
.kouyu_box li .kouyu_r .kouyu_tab{display:none;}
.koulist_name{font-size:20px;}
.koulist_detail{font-size:12px;}
.koulist_detail span{margin:0 4px;}
.page_box{width:100%; padding:20px 0;}
.tuijian_list{display:none;}
.koulist_text{width:100%; padding:1%;}
.koulist_text ol,.koulist_text ul ,.koulist_text dl{
	padding:0 10px;
}
.koulist_zhong{padding:3%; margin-top:10px;}

.kelist_box{padding:0; margin-top:20px;}
.kelist_box .kelist_l{width:100%; height:auto;}
.kelist_box .kelist_l img{width:100%;}
.kelist_box .kelist_r{width:100%; padding:3%}
.kelist_box .kelist_r .kelist_01{font-size:22px; line-height:36px;}
.kelist_box .kelist_r .kelist_02{font-size:14px; line-height:24px;}
.kelist_box .kelist_r .kelist_03{margin-top:20px;}
.kecheng_list{font-size:20px; height:48px; line-height:48px}
.kecheng_line{padding:3%; margin-bottom:40px;}
.kelist_con{display:none;}

.tuoke_box{width:100%; margin-bottom:0;}
.tuoke_box li{width:100%; padding:0; margin:5px 0;}
.tuoke_box li .tuoke_l{width:100%; height:auto;}

.tuoke_box li .tuoke_l img{width:100%; }
.tuoke_box li .tuoke_r{width:100%; padding:3%;}
.tuoke_box li .tuoke_r .tuoke_01{font-size:20px; line-height:30px; height:30px;}
.tuoke_box li .tuoke_r .tuoke_02{margin:10px 0;}
.tuoke_box li .tuoke_r .tuoke_03{font-size:14px; margin-top:20px;}

.jieguo{margin-bottom:0;}
.sousuo .sousuo_input{width:100%;}
.sousuo .sousuo_input .input_l{width:75%; line-height:36px; height:36px; font-size:15px; padding:0 8px;}
.sousuo .sousuo_input .input_r{width:25%; line-height:36px; height:36px; font-size:15px; padding:0 8px;}
.sousuo_name{font-size:20px; margin-top:15px;}
.jieguo li{overflow:hidden; width:100%; padding:15px 0;}
.sousuo{padding:20px;}
.jieguo li .jieguo_title span{display:none;}

.meiben_03 .meiben03_text img{width:100%;}
.youshi_tab{width:100%; margin-top:15px;}
.youshi_tab li{width:48%; height:auto; padding:3%; margin:1%;}
.youshi_tab li .tab_img{width:20%; height:auto; display:none;}
.youshi_tab li .tab_img img{width:100%;}
.youshi_tab li .tab_box{width:100%;}
.youshi_tab li .tab_box .tab_top{font-size:18px; line-height:26px; height:26px;}
.youshi_tab li .tab_box .tab_bot{font-size:12px; line-height:20px; height:40px; margin-top:2px;}

.meiben_05{padding:40px 0;}
.neiye_name07{font-size:30px; letter-spacing:2px;}
.neiye_name08{font-size:14px; line-height:24px;}
.meiben05_ke{width:100%; margin-top:20px;}
.meiben05_ke li{width:48%; margin:1%;}
.meiben05_ke li .ke_img{width:100%;}
.meiben05_ke li .ke_img img{width:100%;}
.meiben05_ke li .ke_box{width:100%; padding:3%;}
.meiben05_ke li .ke_box .ke_top{font-size:16px; line-height:24px; height:24px;}
.meiben05_ke li .ke_box .ke_bot{font-size:12px; line-height:20px; height:20px;}
.meiguo_dong{width:100%; margin:20px 0;}
.meiguo_dong .dong_l{width:100%;}
.dong_l_zu .zu_l{width:38%;}
.dong_l_zu .zu_l img{width:100%;}
.dong_l_zu .zu_r{width:59%;}
.dong_l_zu .zu_r .zu_name{font-size:16px; height:24px; height:24px;}
.dong_l_zu .zu_r .zu_detail{font-size:12px; line-height:20px; height:40px;}
.dong_l_zu .zu_r .zu_more{font-size:12px; margin-top:8px;}
.dong_l_list{margin-top:10px;}
.dong_l_list li .list_name{width:100%; font-size:14px; line-height:24px;}
.dong_l_list li .list_time{display:none;}
.meiguo_dong .dong_r{display:none;}
.dongtai_more{font-size:14px;}
.xuefei_box{height:auto;}
.xuefei_box .xuefei{width:100%; padding:40px 0;}

.xuefei_box .xuefei .xuefei_name{font-size:30px; letter-spacing:2px;}
.xuefei_box .xuefei .xuefei_detail{font-size:14px; line-height:24px;}
.xuefei_box .xuefei_biaodan{padding:5%;  width:100%;}
.xuefei_box .xuefei_biaodan .biaodan_name{font-size:18px;}
.xuefei_tijiao .tijiao_l{width:70%;}
.xuefei_tijiao{width:100%;}
.img_pc{display:none;}
.img_ph{display:block;}

.meigao_01{margin-top:20px;}
.meigao_01 li{width:48%; margin:1%; padding:3%; height:auto;}
.meigao_01 li .meigao_01_img{width:60%;display:none;}
.meigao_01 li .meigao_01_img img{width:100%;}
.meigao_01 li .meigao_01_title{font-size:14px;height:48px;overflow:hidden; line-height:24px; margin-top:0px;}
.meigao_01 li .meigao_01_detial{font-size:12px; line-height:20px;height:60px;overflow:hidden; margin-bottom:0px;margin-top:2px;}
.meigao_03{padding-top:40px;padding-bottom:0px;}
.chengong{width:100%; margin-top:20px;}
.chengong img{width:100%;}

.index_02_name .index_02_name_big{font-size:24px; letter-spacing:0px; height:50px;}
.index_02_name .index_02_name_big img{width:52%;}
.index_02_name{width:250px;}
.index_02_name .index_02_name_sma{font-size:14px;}
.index-page{ display:none;}
.index-page .solution-more-slide .bd{display:none;}
.index-page .solution-more-slide .hd{width:100%; height:auto;}
.index-page .solution-more-slide .hd li{width:49%; padding:0.5%; height:auto;}
.solution-more-slide .container{margin:0; width:100%;}

.index_03_name .index_03_name_big span{font-size:30px; letter-spacing:0; height:50px; bottom:0px;}
.index_03_name .index_03_name_big img{width:50%;}
.index_03_name .index_03_name_big{font-size:30px; letter-spacing:0; height:50px;}
.index_03_name{width:250px;}
.index_03_name .index_03_name_sma{font-size:14px;}
.index_03_bg{margin-top:20px; padding-bottom:40px;background:none;}
.index_fuwu li{width:48%; margin:1px;}
.index_fuwu li .fuwu_title{font-size:18px;}
.index_fuwu li .fuwu_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;margin-top:5px;}
.index_04_box{padding-top:0; padding-bottom:40px;}
.index_04_box .index_04_l{width:100%;}
.index_name04_name{font-size:30px; letter-spacing:0px;}
.index_name04_detial{font-size:14px; margin-top:8px;}
.index_04_box .index_04_r{width:100%; margin-top:40px;}
.index_04_box .index_04_r .jiazhang_box{width:100%; height:auto; padding:3%; margin-top:20px;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top{width:100%;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_l{width:30%; height:auto;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_l img{width:100%;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r{width:64%;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r .jiazhang_title{font-size:16px; line-height:24px; height:24px; overflow:hidden;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r .jiazhang_detail{font-size:12px; line-height:20px; height:40px; margin:5px 0;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_top .jiazhang_r .jiazhang_more{font-size:12px;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot{width:100%;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot li{width:100%;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot li .jiazhang_big{font-size:16px;}
.index_04_box .index_04_r .jiazhang_box .jiazhang_bot li .jiazhang_sma{font-size:12px; height:40px; line-height:20px;}

.index_05_box{padding:40px 0;}
.index_name05_name{font-size:30px; letter-spacing:0;}
.index_name05_detial{font-size:14px; line-height:20px; height:20px; margin-top:8px;}
.index_05_box .index_05_l .tec_pro{margin-top:20px; width:100%;}
.index_05_box .index_05_l{width:100%;}
.index_05_box .index_05_l .tec_pro li{width:100%;}
.index_05_box .index_05_l .tec_pro li .tec_pro_l{width:30%;}
.index_05_box .index_05_l .tec_pro li .tec_pro_l{width:30%;}
.index_05_box .index_05_l .tec_pro li .tec_pro_r{width:64%;}
.index_05_box .index_05_l .tec_name .tec_name_r{display:none;}
.index_05_box .index_05_r{width:100%; margin-top:40px; display:none;}
.index_05_box .index_05_r .jiaocai{width:100%; margin-top:20px;}
.slider{width:100%;}
.slider .slider-img .slider-img-ul li img{width:100%; height:auto;}
slider-img-ul{width:100% !important}
.slider, .slider .slider-img{height:auto; width:100%;}
.slider .slider-img .slider-img-ul li {float:right; width:100%;}
.index_06_name .index_06_name_big span{font-size:30px;}
.index_06_name .index_06_name_big img{width:50%;}
.index_06_name .index_06_name_big{font-size:30px; left:5px; letter-spacing:0px; height:50px;}
.index_06_name{width:230px;}
.index_06_name .index_06_name_sma{font-size:12px; line-height:20px;}
.zzsc{width:100%; margin-top:20px;}
.zzsc .tab{width:100%}
.zzsc .tab a{font-size:14px; padding:10px; line-height:20px; margin:1%;}
.zzsc .content{margin-top:20px;}
.zzsc .content li .index_new_l{width:100%;}
.zzsc .content li .index_new_l .index_new_l_tit{font-size:16px; line-height:30px; height:30px;}
.zzsc .content li .index_new_r .index_new_li .index_new_name{font-size:16px;}
.zzsc .content li .index_new_r{width:100%; padding:0; margin-top:20px;}
.zzsc .content li .index_new_r .index_new_li .index_new_detail{font-style: inherit}
.zzsc .content li .index_new_r .index_new_li .index_new_detail{ margin-top:0;}
.zzsc .content li .index_new_r .index_new_li{width:100%; margin-bottom:2%; padding-bottom:2%;}
.slider .slider-img .slider-img-ul{width:100%;}
.index_fuwu li{padding:20px 15px;height:auto;width:48%;margin:1%;color:#555;}
.index-page .solution-more-slide .hd li i{display:none;}
.index-page .solution-more-slide .hd .text{padding:3%;}
.dongtai_mores{margin-top:20px; height:36px; line-height:36px;}

.tuofu_tab{width:100%; margin-top:40px;}
.tuofu_tab li{width:48%; margin:1%; padding:3% 4%; height:auto;}
.tuofu_tab li.tab_01{ background-size:100% 100%;margin-right:0;}
.tuofu_tab li.tab_02{ background-size:100% 100%;margin-right:0;}
.tuofu_tab li.tab_03{ background-size:100% 100%;margin-right:0;}
.tuofu_tab li.tab_04{ background-size:100% 100%;margin-right:0;}
.tuofu_tab li .tab_name {font-size:18px;letter-spacing:0px;line-height:24px;}
.tuofu_tab li .tab_detail{font-size:12px;height:40px;line-height:20px;margin-top:5px;}
.tuofu_tab li .tab_more{margin-top:5px;width: 46px;font-size:12px;height: 20px;line-height: 20px;}

.tuofu_box{width:100%; margin-top:40px; margin-bottom:40px;}
.tuofu_box .tuofu_l{width:100%;}
.tuofu_box .tuofu_l li{width:33.33%;}
.box{width:100%; margin:10px 0; height:auto;display:none;}
.box-1 ul li img{width:100%; height:auto;}
.tuofu_r{width:100%;margin-top:20px;padding:5% ;}
.tuoke_box2{width:100%; margin-top:20px; margin-bottom:20px;}
.tuoke_box2 li{width:48%; padding:3%; margin:1%;}
.tuoke_box2 li .tuoke_l{width:100%; height:auto;}
.tuoke_box2 li .tuoke_r{width:100%;}
.tuoke_box2 li .tuoke_r .tuoke_01{font-size:20px; line-height:30px; height:30px;}
.tuoke_box2 li .tuoke_r .tuoke_02{font-size:12px; line-height:20px; height:100px; margin:5px 0;}
.tuoke_box2 li .tuoke_r .tuoke_03{font-size:12px; line-height:28px; height:28px; margin-top:10px;}
.tuofuke{width:140px; font-size:14px; line-height:30px; height:30px;}
.tuoyou_box{width:100%; margin-top:20px;overflow:hidden;}
.tuoyou_box li{width:48%;margin:1%; height:auto;    position: inherit;float:left;}
.tuoyou_box li .tuoyou_img{width:100%;display:none;}
.tuoyou_box li .tuoyou_img img{width:100%;}
.tuoyou_text01{width:100%;padding:5%;height:auto; background:none; background-color:#00b7ee; position: inherit;top: inherit;left:inherit;float:left;}
.tuoyou_text02{width:100%;padding:5%;height:auto; background:none; background-color:#f19149; position: inherit;top: inherit;left:inherit;float:left;}
.tuoyou_text03{width:100%;padding:5%;height:auto; background:none; background-color:#8957a1; position: inherit;top: inherit;left:inherit;float:left;}
.tuoyou_text04{width:100%;padding:5%;height:auto; background:none; background-color:#b28850; position: inherit;top: inherit;left:inherit;float:left;}
.text_top{font-size:20px; margin-top:0px;}
.text_bot{margin-top:6px; font-size:12px; line-height:20px; height:40px;}

.xuefen_04{padding:40px 0;}
.tufu_wenda{width:100%; margin:20px 0;}
.tufu_wenda li{width:100%; margin:3% 0;}
.tufu_wenda li .wenda_top{width:100%; font-size:18px; line-height:35px; height:35px;}
.tufu_wenda li .wenda_bot{width:100%;}
.wenda_view{width:140px; height:36px; line-height:36px; font-size:14px;}
.zzsc .choose{width:100%;}
.zzsc .choose a{margin:1%;}
.tuozi_l{width:100%; height:auto;display:none;}
.liucheng{display:none;}
.xueshu_02 .xueshu02_l{display:none;}
.xueshu_03 .xueshu03_l{display:none;}
.xueshu_04 .xueshu04_l{display:none;}

.tuozi_l img{width:100%;}
.tuozi_r{width:100%;}
.tuozi_r .tuozi_box{width:100%; font-size:14px; line-height:36px;}
.tuozi_r .tuozi_box .tuozi_title{width:70%;}
.tuozi_r .tuozi_box .tuozi_time{display:none;}
.tuozi_view{width:140px; height:36px; line-height:36px; font-size:14px;}
.liucheng .liucheng01{width:99%; margin:0.5%; background-color:#fbb23f; font-size:20px; padding:10px 0;}
.liucheng{height:auto; background-image:none; padding-top:0px; padding-bottom:40px;}
.liucheng .liucheng02{width:49%; padding:10px 0; margin:0.5%; background-color:#f5f5f5;}
.liucheng .liucheng03{width:49%; padding:10px 0; margin:0.5%; background-color:#f5f5f5;}
.liucheng .liucheng04{width:49%; padding:10px 0; margin:0.5%; background-color:#f5f5f5;}
.liucheng .liucheng05{width:49%; padding:10px 0; margin:0.5%; background-color:#f5f5f5;}
.liucheng .liucheng06{width:49%; padding:10px 0; margin:0.5%; background-color:#f5f5f5;}
.liucheng .liucheng07{width:49%; padding:10px 0; margin:0.5%; background-color:#f5f5f5;}
.liu_top{width:28px; height:28px; font-size:15px; line-height:28px; margin-top:4px;}
.liu_bot{font-size:14px; margin-top:4px;}

.wenda li .wenda_detail{width:100%;}
.wenda li .wenda_detail span{width:86%;}

.xueshu_01{margin:40px 0;}
.xueshu_01 li{width:23%;margin:0 1%; overflow:hidden;}
.xueshu_01 li .xueshu01_r{width:100%;text-align: center;}
.xueshu_01 li .xueshu01_r .xueshu01_top{margin-bottom:0;font-weight: normal;font-size:14px;line-height:22px;}
.xueshu_01 li .xueshu01_r .xueshu01_bot{display:none;}
.xueshu_02{width:100%;}
.xueshu_01 li .xueshu01_l{width:98%;margin:0 1%;}
.xueshu_01 li .xueshu01_l img{width:90%; margin:0 auto;}
.xueshu_02 .xueshu02_l{width:100%; height:auto;}
.xueshu_02 .xueshu02_l img{width:100%;}
.xueshu_02 .xueshu_02_m{width:100%; height:auto; margin:0; padding:0 3%;}
.xueshu_02 .xueshu_02_r{width:100%; padding:0 3% 3% 3%; height:auto;}
.xueshu_02 .xuefen_bar{width:100%; height:auto;}
.flexslider_xueshu{width:100%;}

.xueshu_02 .xuefen_an{width:100%;}
.xueshu_02 .xuefen_an .an01{width:48%; margin:0 1%;}
.xueshu_02 .m_top{padding-top:20px; padding-bottom:12px;}
.xueshu_02 .xuefen_an .an02{width:48%; margin:0 1%;}
.ap_box{width:100%; margin-top:12px;}
.xueshu_03 .xueshu03_l{width:100%; height:auto;}
.xueshu_03 .xueshu03_l img{width:100%;}
.xueshu_03{width:100%;}
.xueshu_03 .xueshu_03_m{width:100%; height:auto; margin:0; padding:0 3%;}
.xueshu_03 .xueshu_03_r{width:100%; padding:0 3% 3% 3%; height:auto;}
.xueshu_03 .xuefen_an{width:100%;}
.xueshu_03 .xuefen_an .an01{width:48%; margin:0 1%;}
.xueshu_03 .xuefen_an .an02{width:48%; margin:0 1%;}
.xueshu_04{width:100%;}
.xueshu_04 .xueshu04_l{width:100%; height:auto;}
.xueshu_04 .xueshu04_l img{width:100%;}
.xueshu_04 .xueshu_04_m{width:100%; height:auto; margin:0; padding:0 3%;}
.xueshu_04 .xueshu_04_r{width:100%; padding:0 3% 3% 3%; height:auto;}
.xueshu_04 .xuefen_an{width:100%;}
.xueshu_04 .xuefen_an .an01{width:48%; margin:0 1%;}
.xueshu_04 .xuefen_an .an02{width:48%; margin:0 1%;}

.qita_box{width:100%; padding:3%;}
.qita_box .qita_name{font-size:20px; line-height:36px; letter-spacing:0px;}
.qita_box .qita_name img{width:6%;}
.qita_line01{width:100%; margin-top:10px;}
.qita_con{width:100%; margin-top:15px;}
.qita_con li{width:100%; margin:1% 0;}
.qita_con li .qita_01{width:100%; margin-bottom:7px;}
.qita_con li .qita_01 img{width:100%;}
.qita_con li .qita_02{width:100%;}

.youshi li.youshi_05{display:none;}

.film_focus{width:100%; height:auto; margin-top:20px;}
.film_focus .film_focus_imgs_wrap{width:100%;}
.film_focus ul.film_focus_imgs{width:100%; display:none;}
.film_focus ul.film_focus_nav{ width:100%;}
.film_focus ul.film_focus_nav li.cur{width:100%;}
.xuefen_02{padding-top:10px; padding-bottom:40px;}
.meke_box{width:100%; height:auto; margin-top:20px; overflow:hidden; position:inherit; background:none;}
.meke_box .meike_01{position:inherit; top:inherit; left:inherit; float:left; width:48%; margin:1%;}
.meke_box .meike_02{position:inherit; top:inherit; left:inherit; float:left; width:48%; margin:1%;}
.meke_box .meike_03{position:inherit; top:inherit; left:inherit; float:left; width:48%; margin:1%;}
.meke_box .meike_04{position:inherit; top:inherit; left:inherit; float:left; width:48%; margin:1%;}
.meke_box .meike_05{position:inherit; top:inherit; left:inherit; float:left; width:48%; margin:1%;}
.meke_box span{font-size:20px; margin-top:0; line-height:30px;}

.xufen_03{padding:40px 0; background-image:none; background-color:#8cce6a;}
.fenyou_box{width:100%; margin-top:20px;}
.fenyou_box li{width:48%; margin:1%;}
.fenyou_box li .fenyou_img{width:100%; height:auto;}
.fenyou_box li .fenyou_img img{width:100%;}
.fenyou_box li .fenyou{width:100%; padding:3%;}
.fenyou_box li .fenyou .fenyou_name{font-size:16px; margin-bottom:4px;}
.fenyou_box li .fenyou .fenyou_detail{font-size:12px; line-height:20px;}
.tiyan{width:100%; margin-top:20px;}
.tiyan .tiyan_l{width:100%; height:auto;}
.tiyan .tiyan_l img{width:100%;}
.tiyan .tiyan_r{width:100%; padding:5%; height:auto;}
.tiyan .tiyan_r .tiyan_namr{font-size:22px; line-height:30px;}
.tiyan .tiyan_r .tiyan_detail{font-size:14px; line-height:24px;}
.tiyan .tiyan_r .tiyan_biao{width:88%; padding-top:10px;}
.tiyan .tiyan_r .tiyan_biao li{width:100%;}
.tiyan .tiyan_r .tiyan_biao li input{width:100%;}
.tiyanbox{padding-bottom:40px;} 


.tabs_shouji{width:100%;margin-top:20px; display:block; overflow:hidden;}
.tabs_shouji li{width:31.33%; height:auto; float:left; margin:1%;}
.tabs_shouji li img {display: block;width: 48px;height: 28px;margin: 0 auto;}
.tabs_shouji li span {display: block; font-size: 15px;line-height:24px;text-align: center;}
.youshi{margin-top:20px;}
.youshi li{width:48%; height:auto; padding:5% 3%; margin:1%;}
.youshi li .youshi_title{font-size:18px; margin-top:0px;}
.shengxue_bar{display:none;}
#tabsholder2{display:none;}
.liuxue_new{margin-top:20px;}
.liuxue_new li{width:100%; margin:0; margin-bottom:20px;}
.liuxue_new li .new_img{width:100%;}
.liuxue_new li .new_img img{width:100%;}
.liuxue_new li .new_box .new_list{width:100%;}

.index_fuwu li.fuwu_01{background:none;background-color:#f7f6f6;}
.index_fuwu li.fuwu_02{background:none;background-color:#f7f6f6;}
.index_fuwu li.fuwu_03{background:none;background-color:#f7f6f6;}
.index_fuwu li.fuwu_04{background:none;background-color:#f7f6f6;}
.index_fuwu li.fuwu_05{background:none;background-color:#f7f6f6;}
.index_fuwu li.fuwu_06{background:none;background-color:#f7f6f6;}

.koulist_text img{width:100%;}

.zzsc .content li .index_new_l .index_new_l_img{width:100%;height:220px;overflow:hidden;}
.wenda li{margin:8% 0;}
.youshi li .youshi_img{display:none;}
.youshi li .youshi_detail{font-size: 12px;  line-height: 20px; height:40px;margin-top:5px;}

.meigao_03_box .shen_01{width:48%; float:left; background:#ed6977; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_01 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_01 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_02{width:48%; float:left; background:#f39801; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_02 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_02 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_03{width:48%; float:left; background:#009cb5; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_03 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_03 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_04{width:48%; float:left; background:#8a57a2; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_04 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_04 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_05{width:48%; float:left; background:#ee6b41; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_05 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_05 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_06{width:48%; float:left; background:#80c26a; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_06 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_06 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_07{width:48%; float:left; background:#b28752; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_07 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_07 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box .shen_08{width:48%; float:left; background:#01b9ef; height:auto; padding:3%;margin:1%;}
.meigao_03_box .shen_08 .shen_name{font-size:16px; line-height:24px; margin-top:10px;}
.meigao_03_box .shen_08 .shen_detail{font-size:12px; line-height:20px;height:40px;overflow:hidden;}
.meigao_03_box{padding-top:20px; width:100%;}

.yaoqiu{display:none;}
.yaoqiu2{display:block; width:100%; margin-top:20px;}
.yaoqiu2 img{width:100%;}

.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:3%;bottom:30%; display:block;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-top{background-position:0 -674px;}
.meiben01 .meiben01_r .meiben01_r2{    position: inherit;float:left}
.meiben01_name{padding:1% 3%;background-color:#f4f4f4;    position: inherit;    top: inherit;    left: inherit;}
.meiben02_name{padding:1% 3%;background-color:#f4f4f4; margin:1%;float:left}
.meiben02_name .name_t{font-size:14px; line-height:20px;text-align: center;}
.meiben02_name .name_b{font-size:12px;line-height:20px;background-color:#f4f4f4;display:none;}
   

}
.popular {
    width: 100%;
   
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom:15px;
    padding: 20px;
    border: solid 1px #eee;
	
}
.popular_txt{
	display: inline-block;
    margin-right: 10px;
    margin-top: -0.5%;
    width: 5px;
    height: 17px;
    background: #0c9887;
    vertical-align: middle;
}

.popular li{
	    line-height: 26px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	
}

.popular h2{
       font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}


.popular_tag {
    width: 100%;
   
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom:15px;
    padding: 20px;
    border: solid 1px #eee;
	
}


.popular_tag li{
	    line-height: 26px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	float:left;
	width:50%;
}

.popular_tag h2{
       font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.blog-area{
	display:block;
	overflow:hidden;
	
}