*{
    padding: 0;
    margin: 0;
}
body{
    min-width: 1280px;
}
a{
    color: #000;
    text-decoration: none;
}

.page-container{
    position: relative;
}
.page-head{
    background: url(/image/front/pc/top_bg.jpg) repeat-x;
    min-width:1280px;
    height:150px;
    margin-top: 1px;
    overflow: hidden;
}
.head-cont{
    background: url("/image/front/pc/top_bg2.jpg") no-repeat right top;
    width: 1004px;
    height:110px;
    margin: auto;
    overflow: hidden;

}
.logo{
    background: url("/image/front/pc/logo.gif");
    width: 296px;
    height:64px;
    float: left;
    margin-top: 20px;
}
.logo1{
    background: url("/image/front/pc/word.gif");
    width: 84px;
    height: 39px;
    float: left;
    margin-top: 40px;
    margin-left: 30px;
}
.shareText{
    background: url("/image/front/pc/blog_bg.jpg");
    float: right;
    width: 133px;
    height: 20px;
    color: #6c6c6c;
    font-size:12px;
    text-align: center;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 3px;
}
.shareText>a{
    line-height:20px;
}
.shareText>span{
    line-height:20px;
}
.nav{
    min-width:950px;
    background: url(/image/front/pc/nav_bg.jpg) repeat-x;
    height: 44px;
}
.nav-list{
    width: 735px;
    overflow: hidden;
    margin: auto;
}
.nav-list>li{
    list-style-type: none;
    display: inline-block;
    float: left;
    height:40px;
    line-height:40px;
    text-align: center;
    width: 104px;
    border-right:1px solid #DEDEDE;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-list>li:last-child{
    border-right: 0;
}
.nav-list>li>a{
    display: inline-block;
    width:104px;
    height:44px;
    color: #807F7F;
}
.nav-list>li>a:hover{
    color: #fff;
    text-decoration: none;
    background: url(/image/front/pc/hover_bg.gif) no-repeat left 2px;
}
.nav-list li.current a{
    color: #fff;
    text-decoration: none;
    background: url(/image/front/pc/hover_bg.gif) no-repeat left 2px;
}
.page-foot{
    background: url("/image/front/pc/foot_bg.gif")repeat-x;
    min-width:1280px;
    height:58px;
    position: absolute;
    left:0;
    right: 0;
    bottom:auto;
}
#banner{
    min-width:1280px;
    height:295px;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #F5DCBD;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.banner{
    height:310px;
}
.banner>embed{

    width: 1300px;
    height:298px;
}
.banner>img{
    width:1343px;
    height:298px;
}
#main{
    width:1280px;
    background: #F8F8F8;
    min-height:500px;
    background: url("/image/front/pc/bottombg.jpg") bottom repeat-x;
    overflow: hidden;
    padding-top: 10px;
    margin: auto;
}
.main-cont{
    width: 100%;
    background: url("/image/front/pc/main_bg.jpg") repeat-x;
}
.page-body{
    padding-bottom: 20px;
}
.page-foot>div{
    width: 1000px;
    text-align: center;
    margin: auto;
    font-size: 12px;
    margin-top: 28px;
    color: #6C6969;
}
.left-carousel{
    float: left;
}
.search{
    color: #999;
    float: right;
    height:100%;
    overflow: hidden;
    display: flex;

}
.search>input{
    width: 114px;
    height:18px;
    color: #999;
    border-radius: 3px;
    border: 1px solid #999;
    background: url(/image/front/pc/search.gif) no-repeat left top;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 12px;
    padding-top: 1px;
    padding-left:18px;
    outline:none;
}
.search>button{
    width: 50px;
    height:20px;
    color: #fff;
    background: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    float: left;
    margin-top: 5px;
    outline:none;
    cursor: pointer;
}
#key{
    width: 100%;
    height:30px;
    box-shadow: 0 -2px 3px #DADADA;
}
#key>div{
    width: 1000px;
    height:100%;
    margin: auto;
    overflow: hidden;
}
.left-carousel {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.left-carousel{
    float: left;
    max-width: 240px;
    font-size:12px;
}
#news>.swiper-slide{
    font-size:12px;
}
#news>.swiper-slide>a{
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news>.swiper-slide>a:hover{
    text-decoration: none;
    color: #3388D6;
}
#news>.swiper-slide>img{
    padding-top: 2px;
    width:30px;
    height:12px;
}
#left-nav-title{
    background: url("/image/front/pc/title_bg.gif");
    width:235px;
    height:34px;
}
#left-nav-cont{
    background:url("/image/front/pc/list_bg.gif") repeat-y;
    width:235px;
    height:156px;
}
#left-nav-foot{
    background: url("/image/front/pc/bottom.gif");
    width:235px;
    height:16px;
}
#left-nav{
    margin-left: 140px;
    width:260px;
    background: url(/image/front/pc/left_bg.gif) no-repeat right top;
    float: left;
    height: 450px;
}
.notice-list{
    width: 235px;
    list-style-type: none;
    margin-left: 10px;
}
.notice-list>li{
    width:210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 8px;
    font-size:12px;
}
.notice-list>li::before{
    content: '\2022';
    margin-left: 3px;
    margin-right: 3px;
}
#left-nav-title>span{
    color: #3081CB;
    font-weight: bolder;
    height:34px;
    line-height:34px;
    padding-left: 14px;
    font-size: 14px;
}
#main-center{
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
#main-center-top{
    background: url(/image/front/pc/title_bg2.gif) repeat-x;
    width:476px;
    height:28px;
    border:1px solid #DEDEDE;
}
.title1{
    overflow: hidden;

}
.more{
    float: right;
    height:29px;
    line-height:29px;
    color: #FD5401;
    font-size:12px;
    margin-right: 10px;
}
.title_name{
    color: #3081CB;
    font-weight: bolder;
    height:14px;
    line-height:14px;
    float: left;
    font-size:14px;
    margin-left: 10px;
    border-left:2px solid #9E9E9E;
    padding-left:7px;
    margin-top:7px;
}

.headlines{
    overflow: hidden;
    background: #FFFFFF;
    padding-bottom: 20px;
}
.headlines>div:first-child{
    background: url("/image/front/pc/news_border.gif");
    background-size: contain;
    width:100px;
    height:70px;
    float: left;
    margin-left: 25px;
    margin-top:10px;

}
.headlines>div:first-child>img{
    width:96px;
    height:66px;
    padding:2px;
}
.first-li{
    float: left;
    width: 200px;
    margin-left:20px;
    font-size:12px;
    overflow: hidden;
    margin-top: 30px;
}
#main-center-cont{
    background: url("/image/front/pc/list_bg2.gif") repeat-x left bottom;
    border:1px solid #DDDDDD;
    margin-top: 2px;
}

.first-li>a:first-child{
    color: #3081CB;
    font-weight: bolder;
    width:100%;
    display: inline-block;
    float: left;
}
.first-li>a:nth-child(2){
    width:140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
}
.first-li>a:last-child{
    color: #3081CB;
    display: inline-block;
    float: left;
}
.list3{
    background: url(/image/front/pc/list_bg3.gif) no-repeat center top;
    font-size:12px;
    margin: auto;
    width:460px;
    height:150px;
}
.list3>li{
    list-style-type:none;
    width:460px;
    overflow: hidden;
    border-bottom:1px dashed #B7B6B6;
    height:26px;
    line-height:26px;
}
.list3>li::before{
    content: '\2022';
    float: left;
    margin-left:2px;
    margin-right: 3px;
}
.list3>li>a{
    max-width:300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    color:#5B5A5A;
}
.list3>li>img{
    float: left;
    padding-top:7px;
}
.list3>li>span{
    float: right;
}
#download-cont{
    float: left;
    border: 1px solid #DDD;
    padding:5px;
    background: #fff;
    margin-top: 160px;
    margin-left: 20px;
    margin-bottom: 60px;
}
#download-cont>a{
    display: inline-block;
}
#download-cont>a>img{
    width: 203px;
    height:49px;
}
#kid{
    background: url("/image/front/pc/kid.gif");
    width:172px;
    height:308px;
    float: left;


}
.online{
    padding-top: 130px;
    margin-left:95px;
    display: inline-block;
}
.online>img{
    width: 87px;
    height:60px;
}
.award-carousel{
    width: 720px;
    overflow:hidden;
}
.award-carousel>.swiper-wrapper>.swiper-slide{
    width: 170px;
    height:130px;
    border: 1px solid #DDD9DC
}
.award-carousel>.swiper-wrapper>.swiper-slide>img{
    width:160px;
    padding: 5px;
}
.award-carousel-cont{
    float: left;
    width: 720px;
    margin-left:10px;
    margin-top: 20px;
    height:132px;
}
#kindergarten{
    float: left;
    background: url(/image/front/pc/nav_bg2.jpg) no-repeat left bottom;
    width:894px;
    height:100px;
    margin-top: 40px;
    margin-left: -150px;
}
#kindergarten-head{
    background: url(/image/front/pc/title_bg3.gif) no-repeat;
    height: 28px;
    width:93px;
    margin-top: -28px;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    line-height:28px;
    font-weight: bolder;
    font-size:14px;
}
.kindergarten-list{
    overflow: hidden;
    width: 860px;
    margin-left: 15px;
    margin-top: 5px;
}
.kindergarten-list>li{
    list-style-type: none;
    display: inline-block;
    float: left;
    font-size:12px;
    color: #474646;
    height: 22px;
    line-height:22px;
}
.kindergarten-list>li>a{
    padding-left:5px;
    padding-right: 5px;
}
.kindergarten-list>li:not(:last-child)>a{
    border-right:1px solid #474646;
}
#link-cont{
    background: url("/image/front/pc/link_bg.gif");
    width: 100%;
    height:37px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp{
    width:1080px;
    height:37px;
    margin:auto;
    overflow: hidden;
}
.link-title{
    background: url("/image/front/pc/link.gif");
    width:67px;
    height:23px;
    color: #fff;
    font-weight: bolder;
    font-size:12px;
    text-align: center;
    line-height:23px;
    margin-top: 7px;
    float: left;
    margin-left: 60px;
}
.list4{
    float: left;
    overflow: hidden;
    border-left:1px dashed #777777;
    margin-top: 10px;
    margin-left: 40px;
}
.list4>li{
    list-style-type: none;
    display: inline-block;
    float: left;
    line-height: 17px;
    height: 17px;
}
.list4>li>a{
    color: #777777;
    font-size: 12px;
    padding-left: 10px;
    padding-right:10px;
}
.bulletin{
    width: 235px;

    margin-left: 30px;
}
.bulletin-title{
    background: url("/image/front/pc/head_bg.gif");
    width:235px;
    height:45px;
    overflow: hidden;
}
.bulletin-title>div{
    background: url("/image/front/pc/title_bg4.gif");
    width:235px;
    height:31px;
    text-align: center;
    line-height:31px;
    font-weight: bolder;
    color: #fff;
    margin-top:10px;
}
.bulletin-cont{
    background: url("/image/front/pc/list_bg.gif") repeat-y;
    width:235px;

}
.bulletin-foot{
    background: url("/image/front/pc/bottom.gif");
    width:235px;
    height:16px;
}
.list1{
    width: 210px;
    margin-left: 10px;
    padding-top: 10px;
    overflow: hidden;

}
.list1>li{
    list-style-type: none;

}
.list1>li>a{
    background: url("/image/front/pc/change1.gif") no-repeat left top;
    width: 210px;
    height:32px;
    display: inline-block;
    text-align: center;
    line-height:32px;
    font-weight: bolder;
    color: #767575;
    font-size: 14px;
}
.list1>li.current>a{
    color: #C62D0F;
    line-height: 32px;
    width: 210px;
    background: url("/image/front/pc/change2.gif") no-repeat left top;
}
.login{
    margin-left: 35px;
    margin-top: 30px;
    width: 177px;
    height:138px;
}
.login-title{
    background: url("/image/front/pc/menu_member.jpg");
    width:177px;
    height:36px;
}
.login-cont{
    background-image: url("/image/front/pc/memberbg.jpg");
    width:177px;
    height:101px;
}
.login-body{
    width: 175px;
    height:67px;
    overflow: hidden;
    border:1px solid #e6e6e6;
    border-bottom: 0;
}
.login-bottom{
    width:177px;
    height:33px;
    border:1px solid #e6e6e6;
    box-sizing: border-box;
}
.login-body>div{
    width:125px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.login-body>div>label{
    float: left;
    margin-bottom: 5px;
    height:19px;
    line-height:19px;
    font-size: 12px;
    padding-right:2px;
    padding-left: 5px;
}
.login-body>div>input{
    float: left;
    margin-bottom: 7px;
    width: 80px;
    height:16px;
}
.login-body>button{
    background: url("/image/front/pc/lognok.jpg");
    width: 38px;
    height:45px;
    float: left;
    outline:none;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
}

.login-bottom>img{
    width: 11px;
    height:11px;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    margin-right: 3px;
}
.login-bottom>img:first-child{
    margin-left: 25px;
}
.login-bottom>a{
    font-size: 12px;
    height:34px;
    line-height:34px;
    margin-right: 10px;
}
.others{
    width: 180px;
    margin-left: 30px;
    margin-top: 60px;
}
.others>a{
    display: inline-block;
    width: 180px;
    height:45px;
    margin-bottom: 10px;
}
.others>a>img{
    width: 180px;
    height:45px;
}
#main-left{
    overflow: hidden;
    width: 290px;
    background: url("/image/front/pc/left_bg.gif") no-repeat right top;
    float: left;
    margin-left: 120px;
    height:400px;
}
#main-center{

    float: left;
}
.title2{
    background: url("/image/front/pc/title_bg2.gif") repeat-x;
    width: 734px;
    height:28px;
    border: 1px solid #DEDEDE;
}
.cont2{
    width: 734px;
    border: 1px solid #DEDEDE;
    min-height:450px;
    background:#FFFFFF;
    margin-top: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 100px;
    position:relative;
}
.cont2 p{
	width:95%;
	margin:auto;
}
.crumb{
    height: 28px;
    line-height: 28px;
    float: right;
    font-size: 12px;
    margin-right: 20px;
    color: #969292;
}
.crumb>a{
    color: #FD5401;
}
#harmony-nav{
    height:147px;
}
#harmony-nav>.bulletin-cont{
    height:86px;
}
.list2_title{
    width:712px;
    border-bottom: 1px solid #C5C4C4;
    overflow: hidden;
    margin: auto;
}
.title2_name{
    background: url("/image/front/pc/news_title.gif");
    width:98px;
    text-align: center;
    height:26px;
    line-height:26px;
    color: #fff;
    font-weight: bolder;
    float: left;
    margin-left: 15px;
    font-size: 13px;
}
.title2_more{
    font-size:12px;
    float: right;
    margin-right: 10px;
}
.title2_more>a{
    color: #949393;
    height:26px;
    line-height:26px;
}
.thumbnail{
    width: 55px;
    height:55px;
    overflow: hidden;
    float: left;
    margin-top: 5px;
}
.thumbnail>a{
    display: inline-block;
    width: 55px;
    height:55px;
}
.thumbnail>a>img{
    width:55px;
    height:55px;
}
.title_block{
    float: left;
	
}
.title_block>span:first-child{
    color: #970001;
    font-size: 12px;
    float: left;
 }
.list2_block{
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
    min-height: 76px;
    width:90%;
    margin: auto;
}
.list2_block:first-child{
    margin-top: 20px;
}
.title_block{
    margin-left: 10px;
    width:90%;
}
.title_block>a{
    color: #777777;
    font-size:12px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 420px;
    float: left;
}
.times{
    font-size: 12px;
    float: left;
    color:#999999;
}
.title_block>img{
    margin-left: 10px;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.content{
    float: left;
    font-size:12px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.times>span{
    color: #ff0000;
}
.list2_block{
    margin-top: 5px;
}
.list2{
    margin-top: 20px;
    padding-bottom: 40px;
    min-height:300px;
    position:relative;
}
.carousel{
    width:248px;
    height:204px;
    margin-left:25px;
    margin-top:30px;
    overflow: hidden;
    float: left;
}
.carousel>img{
    width:248px;
    height:204px;

}
#myCarousel>div>a>img{
    width: 248px;
    height:204px;
}

.carousel>.swiper-pagination>.swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    color:#86a2b8;
    opacity: 1;
    background: #F5F8F9;
    border-radius: 3px;
    margin: 1px;
}
.carousel>.swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color:#fff;
    background: #98DA62;
}
.carousel>.swiper-pagination{
    width: 100px;
    margin-left:140px;
    margin-bottom: -4px;
}
.list5{
    padding-top: 20px;
    width: 398px;
}
.list5>li,.list6>li{
    list-style-type: none;
    border-bottom: 1px dashed #B7B6B6;
    background: url("/image/front/pc/box.gif") no-repeat 8px center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    overflow: hidden;
}
.list6>li{
    background: url("/image/front/pc/box2.gif") no-repeat 4px center;
}
.first_news{
    color: #5B5A5A;
    font-size:12px;
}
.first_news>a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:400px;
}
.first_news>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list5>li>a,.list6>li>a{
    color: #5B5A5A;

    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list5>li>a{
    max-width:300px;
}
.list6{
    width: 350px;
}
.list6>li>a{
    max-width: 230px;
}
.list5>li>span,.list6>li>span{
    float: right;
    color: #5B5A5A;
    padding-right:10px;
}
.news-right{
    width: 414px;
    padding-left: 300px;
    padding-top: 30px;
}
.first_news>a{
    color: #3086D4;
}
.first_news>a:first-child{
    width: 414px;
    display: inline-block;
}
.list5-cont{
    background: url("/image/front/pc/list_bg3.gif") no-repeat center top;
    margin-top: 18px;
}
.news_title{
    width:340px;
    border-bottom: 1px solid #C5C4C4;
    overflow: hidden;
}
.news-list2{
    padding-top: 20px;
    overflow: hidden;
}
.news1{
    float: left;
    box-shadow: 7px 0px 3px #EEEEEE;
    margin-top: 30px;
    margin-left: 10px;

}
.list6{
    padding-top: 10px;
}
.pic2>.swiper-wrapper>.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pic2>.swiper-wrapper>.swiper-slide{
    width: 185px !important;
    height:170px;
}
.img-cont{
    background: url(/image/front/pc/img_bg1.gif);
    width: 185px;
    height: 139px;
}
.img-cont>img{
    width:160px;
    height:115px;
    text-align: center;
    margin-top:10px;
}
.pic2{
    margin-left:30px;
    padding-top: 10px;
    width:660px;
    height: 180px;
    overflow: hidden;
    
}
.word-cont{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -10px;
    z-index: 999;
}
.word-cont>a{
    color: #000;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width:160px;
}
.word-cont>a:hover{
    text-decoration: underline;
}
.line-cont{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -16px;
}
.pic2>.swiper-wrapper>.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pic2>.swiper-wrapper>.swiper-slide{
    width: 185px !important;
    height:170px;
}
.img-cont{
    background: url(/image/front/pc/img_bg1.gif);
    width: 185px;
    height: 139px;
}
.img-cont>img{
    width:160px;
    text-align: center;
    margin-top:10px;
}
.pic2{
    margin-left:30px;
    padding-top: 10px;
    width:660px;
    height: 180px;
    overflow: hidden;
}
.word-cont{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -10px;
    z-index: 999;
}
.word-cont>a{
    color: #000;
    text-decoration: none;
}
.word-cont>a:hover{
    text-decoration: underline;
}
.line-cont{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -16px;
}
.left-dir{
    background: url(/image/front/pc/ico_product_left.gif);
    width: 9px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: 5px;
    cursor: pointer;
}
.right-dir{
    background: url(/image/front/pc/ico_product_right.gif);
    width: 9px;
    height: 36px;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: 5px;
    cursor: pointer;
}
.leader{
    position: relative;
    width: 712px;
    height:230px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leader>.list2_title{
    padding-top: 10px;
    margin-left: 20px;
}
.kg-list{
    margin-top: -20px;
}
.kg-list>li{
    list-style-type: none;
    border-bottom: 1px dashed #B7B6B6;
    background: url("/image/front/pc/box2.gif") no-repeat 8px center;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    font-size:12px;
}
.kg-list>li>a{
    color: #5B5A5A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width:340px;
}
.kg-list>li>a:first-child{
    font-weight: bolder;
}
.kg-list>li>a:last-child{
    float: right;
}
.contact-block{
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    width: 700px;
    margin: auto;
}
.contact-name{
    float: left;
    margin-left: 40px;
}
.contact-detail{
    float: left;
}
.contact-list>li{
    list-style-type: none;
    color: #777777;
    font-size:12px;
    height:24px;
    line-height: 24px;
}
.contact-detail>li>span{
    color: #777777;
}
.contact-detail>li>span+a{
    color: #777777;
}
.webEmail,.webHome{
    color: #777777;
}
.contact-name{
    margin-top: 30px;
    margin-right: 20px;
}
.contact-detail{
    margin-top: 20px;

    padding-bottom: 10px;
}
.contact-detail>span{
    font-weight:bolder;
    color: #777777;
    font-size:12px;
}
.contact-block2{
    width:700px;
    margin:auto;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
}
.contact-name2{
    background: url("/image/front/pc/c3.gif");
    width:223px;
    height:84px;
    float: left;
    margin-top: 20px;
    margin-right: 9px;
    margin-left: 20px;
}
.contact-name2>span{
    padding-top: 20px;
    display: inline-block;
    font-size: 12px;
    color: #777777;
    width: 180px;
    text-align: center;
}
#allmap{
    width: 670px;
    height:670px;
    margin: auto;
    margin-top: 20px;
}
.login-box{
    width:706px;
    height:236px;
    border: 1px solid #e4e4e4;
    margin: auto;
    margin-top: 100px;
}
.login-box>div{
    border: #f7f7f7 3px solid;
    width:700px;
    height:230px;
}
.login-logo{
    float: left;
}
.login-container{
    float: right;
    width: 450px;
    height:100%;
    margin-top: 40px;
}
.myBtn{
    width: 80px;
    height:24px;
    background: url("/image/front/pc/btnjobself.gif") no-repeat;
    border: 0;
    color: #777777;
}
.login-row>div>label{
    color: #777777;
    font-size:12px;
}
.login-row>div>input{
    width: 322px;
    height:22px;
    border: #e8e8e8 1px solid;
}
.login-row>div:nth-child(2)>input{
    margin-left: 1px;
}
.login-row{
    border-bottom: 1px solid #EFEEEF;
    width:400px;
    margin: auto;
    padding-bottom: 15px;
}
.login-row>div{
    height:40px;
}
.login-row>button{
    margin-left: 47px;
}
.sign-row{
    color: #777777;
    font-size:12px;
    width:400px;
    margin: auto;
    margin-top: 15px;
}
.login-tip{
    width:600px;
    color: #777777;
    font-size: 12px;
    margin-left: 20px;
}
.login-tip>p{
    display: inline-block;
    width: 400px;
    height: 20px;
    line-height:20px;
}
.login-block>div>input{
    width: 120px;
    height:20px;
    border: #e8e8e8 1px solid;
}
.login-block{
    width: 300px;
    margin: auto;
    margin-top: 60px;
}
.login-block>div{
    width:200px;
    margin:auto;
    margin-top: 3px;
}
.login-block>div>label{
    font-size: 12px;
}
.login-block>div>button{
    width:40px;
    height:24px;
    color: #777777;
    border: 0;
    margin-right: 3px;
    margin-top: 5px;
    cursor: pointer;
}
.login-block>div:nth-child(3)>label{
    margin-right: 2px;
}
.login-block>div>a{
    color: rgb(69, 141, 149);
    font-size: 12px;
    margin-right: 10px;
}
.login-block>span{
    font-size: 12px;
    color: #777777;
}
.login-block>span>a{
    color: red;
}
.login-block>div:last-child{
    width: 300px;
    font-weight:bolder;
    color: #777777;
    font-size: 12px;
    margin-top: 20px;
}
.login-block>div:last-child>p{
    font-weight: normal;
    height: 30px;
    line-height:30px;
}
.leaveWord{
    border-collapse: collapse;
    width: 560px;
    margin: auto;
    margin-top: 20px;
}
.leaveWord-tbody>tr>td{
    border: 1px solid #EEEEEE;
    font-size: 12px;
    color: #777777;
    height:40px;
}
.leaveWord-tbody>tr>td>input[type=text]{
    border:#e8e8e8 1px solid;
    width: 180px;
    height:23px;
    margin-left: 30px;
}
.leaveWord-tbody>tr:first-child>td>input[type=text]{
    width: 250px;
}
.leaveWord-tbody>tr>td:first-child{
    width: 135px;
}
.leaveWord-tbody>tr>td:first-child>label{
    float: right;
    margin-right: 10px;
}
.leaveWord-tbody>tr>td:last-child>textarea{
    width: 375px;
    height:110px;
    border: 1px solid #EEEEEE;
    margin-left: 30px;
    margin-top: 5px;
}
.tip-must{
    color: red;
    margin-left: 10px;
}
.leaveWord-tbody>tr:last-child>td:last-child>input[type=button],.leaveWord-tbody>tr:last-child>td:last-child>input[type=reset]{
    color: #777777;
    border: 0;
    cursor: pointer;
    height:24px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 30px;
}
.leaveWord-tbody>tr:last-child>td:last-child>input[type=reset]{
    margin-left: 5px;
}
.leaveWord-list{
    width:650px;
    border-collapse: collapse;
    margin: auto;
    margin-top: 20px;
}
.lw-thead>tr>th{
    background: #D7E8E2;
    border: 1px solid #FFFFFF;
    height:34px;
}
.lw-tbody>tr>td{
    background: #F1F7F5;
    border: 1px solid #FFFFFF;
    height:38px;
    text-align: center;
    font-size:12px;
    color: #777777;
}
.lw-tbody>tr:last-child>td{
    color: black !important;
    font-weight: bolder;
    background: #EEEEEE;
}
.tip2{
    width:560px;
    margin: auto;
    font-size:12px;
    line-height: 25px;
    margin-top: 20px;
    color: #777777;
}
.content_top{
    width: 700px;
    height:69px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content_top>img{
    width: 700px;
    height:69px;
}
.content_line{
    background: url(/image/front/pc/content_line.jpg) no-repeat;
    height:11px;
    width:620px;
    margin: auto;
    margin-top: 15px;
    margin-bottom:20px;
}
.input-row>label:first-child{
    width:150px;
    text-align: right;
    display: inline-block;
    font-size: 12px;
    color: #777777;

}
.input-row>input[type=text]{
    width: 243px;
    height:23px;
    border:#e8e8e8 1px solid;
}
.input-row>select{
    width: 245px;
    height:25px;
    border:#e8e8e8 1px solid;
   margin-left: -4px;
}
.input-row{
    color: #777777;
    font-size: 12px;
    margin-bottom: 5px;
}
.input-row>input[type=radio]{
    width: 12px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: -20%;
    margin-right: 5px;
}
.input-row>textarea{
    width:375px;
    height:93px;
    border:#e8e8e8 1px solid;
}
.input-row:nth-child(14)>label{
    vertical-align: top;
}
.input-row:nth-child(13)>label{
    vertical-align: top;
}
.input_cont{
    width: 540px;
    margin: auto;
    margin-top: 30px;
}
.input-row:last-child>button{
    height:25px;
    border: #e8e8e8 1px solid;
    color: #777777;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}
.input-row:last-child>button:first-child{
    margin-left: 150px;
}
.garten-list{
    border-collapse: collapse;
    font-size: 12px;
    color: #777777;
    font-family: Tahoma, Arial, Verdana;
    width:600px;
    margin-top: 38px;
    margin-left: 38px;
}
.garten-list tr td{
    border:1px solid #cccccc !important;
    height:30px;
    font-size: 12px;
    padding: 2.5px;
    padding-left: 15px;
}
.garten-list tr:first-child>td{
    text-align: center;
    font-weight: bolder;
    padding-left: 0px;
}
.garten-list tr:nth-child(2)>td:first-child{
    text-align: center;
    padding-left: 0px;
}
.garten-list tr:nth-child(3)>td{
    text-align: center;
    font-weight: bolder;
    padding-left: 0px;
}

.reg-box{
    width:670px;
    border: 1px solid #e4e4e4;
    margin: auto;
    margin-top: 20px;
}
.reg-box>div{
    border: #f7f7f7 3px solid;
    width:668px;
}
.reg-row{
    overflow: hidden;
}
.reg-row>span{
    display: inline-block;
    float: left;
    color: #999999;
    font-size:12px;
    height:30px;
    line-height:30px;
    padding-left: 3px;
}
.reg-row>span>c{
    color: red;
    padding-right: 15px;
}
.reg-row input[type=text],.reg-row input[type=password],.reg-row input[type=url],.reg-row input[type=email]{
    width: 180px;
    height:20px;
    border:#e8e8e8 1px solid;
    float: left;
    margin-top: 3px;
    color: #999999;
}
.reg-row label:first-child{
    width: 130px;
    text-align: left;
    display: block;
    float: left;
    color: #999999;
    font-size:12px;
    height:30px;
    line-height:30px;
    margin-left: 5px;
}
.reg-row>button{
    width: 80px;
    height:24px;
    BACKGROUND: url("/image/front/pc/btnjobself.gif") no-repeat;
    border: 0;
    color: #999999;
    margin-top: 40px;
    margin-bottom: 40px;
}
.reg-box button:first-child{
    margin-left:280px;
    margin-right:5px;
}
.reg-top{
    font-size: 12px;
    color: #777777;
    font-family: Tahoma, Arial, Verdana;
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
}

.reg-top>img{
    float: left;
}
.reg-top>span{
    display: inline-block;
    float: left;
    padding-top: 20px;
}
.reg-title{
    font-weight: bolder;
    font-size: 12px;
    color: #777777;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.reg-row label:not(:first-child){
    color: #999999;
    font-size:12px;
    height:30px;
    line-height:30px;
}
.reg-row input[type=radio]{
    margin-right: 5px;
    width: 12px;
}

.reg-tip{
    width:600px;
    color: #777777;
    font-size: 12px;
    margin-left: 40px;
    margin-top: 20px;
}
.reg-tip>p{
    display: inline-block;
    width: 400px;
    height: 20px;
    line-height:20px;
}
.kg-thumbnail>a img{
    width:158px;
    height:112px;
    padding-left: 3.5px;
    padding-top: 2px;
}
.kg-thumbnail{
    width:166px;
    height:126px;
    background: url("/image/front/pc/news_border.gif") no-repeat;
}
.kg-des{
    float: left;
    color: rgb(153, 153, 153);
    font-size: 12px;
}
.kg-thumbnail{
    float: left;


    margin-right: 20px;
}
.rec{
    color: rgb(151, 0, 1);
    font-weight: bolder;
    display: inline-block;
}

.kg-des>a{
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    vertical-align: bottom;
}

.kg-des p{
    width:480px;
    line-height: 24px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.kg-block{
    height: 165px;
    border-bottom: 1px solid #EEE7C9;
    width:680px;
    margin: auto;
    padding-top: 12px;
}
.img-cont2{
    width:736px;
}
.img-cont2>img{
    width:736px;
}
.download-cont{
    width:630px;
    margin: auto;
    font-size: 12px;
    color: #777777;
}
.download-title{
    border-bottom:1px dashed green;
    overflow: hidden;
    height:28px;
    line-height:28px;
    margin-top: 10px;
}
.download-title>span:first-child{
    float: left;
}
.download-title>span:last-child{
    float: right;
}
.download-block{
    width:630px;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
}

.download-block>img{
    float: left;
    width: 120px;
    height:120px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 15px;
}
.download-block>div{
    float: left;
    font-size: 14px;

}
.download-block>div>div{
    margin-bottom: 6px;
}
.download-block span:first-child{
    display: inline-block;
    margin-right: 15px;
}
.update-cont{
    width:320px;
    margin: auto;
    margin-top: 90px;
}
.update-title{
    with:100%;
    text-align: center;
    color: #FF6600;
    font-size: 12px;
    font-weight:bolder;
}
.update-row>label{
    color: #777777;
    font-size: 12px;
    font-weight:bolder;
    display: inline-block;
    width: 60px;
    text-align: right;
    margin-right: 40px;
}
.update-row>span{
    color: #777777;
    font-size: 12px;
}
.update-row>input{
    width:209px;
    height:20px;
    border:#e8e8e8 1px solid;
}
.update-row{
    margin-top: 15px;
}
.update-row>button{
    margin: auto;
    background: #DDDDDD;
    border: 0;
    width:44px;
    height:23px;
    display: inline-block;
    margin-left: 100px;
    color: #777777;
}

.info-title{
    with:100%;
    text-align: center;
    color: #FF6600;
    font-size: 12px;
    font-weight:bolder;
    margin-bottom: 10px;
}
.info-row{
    margin-top: 3px;
}
.info-row>label:first-child{
    color: #777777;
    font-size: 12px;
    font-weight:bolder;
    display: inline-block;
    width: 70px;
    text-align: right;
    margin-right: 5px;
}
.info-row>label:not(:first-child){
    margin-right: 10px;
    margin-left: 3px;
    font-size: 12px;
}
.info-row>input[type=radio]{
    width:12px;
    vertical-align: middle;
}
.info-row>input[type=text],.info-row>input[type=number],.info-row>input[type=email]{
    width:209px;
    height:20px;
    border:#e8e8e8 1px solid;
}
.info-row>button{
    margin: auto;
    background: #DDDDDD;
    border: 0;
    width:90px;
    height:23px;
    display: inline-block;
    margin-left: 100px;
    color: #777777;
    margin-top: 10px;
}
.info-cont{
    width:320px;
    margin-left: 80px;
    margin-top: 50px;
}
.article_title{
    width:700px;
    margin:auto;
    text-align: center;
    FONT-SIZE: 16px;
    COLOR: #31ada9;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article_info{
    width:700px;
    margin:auto;
    text-align: center;
    FONT-SIZE: 12px;
    COLOR: #777777;
    FONT-FAMILY: Tahoma, Arial, Verdana;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article{
    width:700px;
    margin:auto;
    COLOR: #31ada9;
}
.article *{
    COLOR: #31ada9;
}
.article img{
    max-width:700px;
}
.kg-top{
    width:700px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
}
.kg-top>*{
    font-size: 12px;
}
.kg-top span{
    color: #31ada9;
    float: left;
    font-size: 14px;
    font-weight:bolder;
}
.kg-top a{
    float: right;
}
.page-bg{
	min-width:450px !important;
	margin:auto;
	width:90% !important;
}
.page-bg.flash{
	position:absolute !important;
	bottom:0 !important;
	left:5%;
	margin-bottom:50px;
}
.page-bg.new{
	position:absolute !important;
	bottom:0 !important;
	left:5%;
}
input[name=pageMark]{
	display:none;
}
.contact_bg{
	background:url(/image/front/pc/c3.gif) no-repeat;
	width:223px;
	height:84px;
}
.contact_bg span{
	display:inline-block;
	width:180px;
	margin-left:5px;
	margin-top:18px;
	color:#777777;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.toTop{
	background:url(/image/front/pc/top00000.gif) no-repeat;
	width:46px;
	height:12px;
	position:absolute;
	right:27px;
	bottom:75px;
}
.toTop a{
	display:inline-block;
	width:46px;
	height:12px;
}
.toTop.edu{
	bottom:-25px;
}
.toTop.flash{
	bottom:25px;
}