@charset "utf-8";
/* CSS Document */
html {
    margin: 0;
    padding: 0;}

h3 {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-weight: normal
;}

img {
    border: 0
;}

body, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-family: "微软雅黑";}

a {
    text-decoration: none;
    color: #212121;}

    a:hover {
        color: #83cd2a;}


.header {
    width: 100%;
    height: 105px;}

.main {
    width: 1200px;
    margin: 0 auto;
    height: 94px;
    position: relative;}

.header_left {
    width: 256px;
    height: 94px;
    float: left;}

.header_right {
    height: 94px;
    float: right;}

    .header_right ul {
        margin: 0;
        padding: 0;}

        .header_right ul li {
            display: block;
            height: 94px;
            line-height: 94px;
            margin-left: 30px;
            float: left;}

            .header_right ul li a {
                padding: 10px 0px;}

                .header_right ul li a:hover {
                    color: #83cd2a;
                    border-bottom: 2px #83cd2a solid;}


.main .search {
    position: absolute;
    width: 244px;
    height: 24px;
    right: 0;
    top: 81px;
    font-size: 18px;
    background: url(../images/search_unclick.png) no-repeat;
    background-size: 100%;}

    .main .search .search-content {
        display: none;
        position: absolute;
        top: 5px;
        left: 10px;
        width: 133px;
        height: 14px;
        padding-left: 5px;
        color: #000;
        background: transparent;
        font-size: 11px;}

input {
    margin: 0;
    padding: 0;
    border: 0;}

    input:focus {
        outline: none;}

.main .search .search-btn {
    position: absolute;
    width: 26px;
    height: 18px;
    top: 4px;
    left: 164px;
    color: #fff;
    background: transparent;}

.main .clicked {
    background-image: url(../images/search_clicked.png);
    border: 0px;}

.main .language {
    position: absolute;
    width: 25px;
    height: 18px;
    color: #fff;
    font-size: 14px;
    top: 4px;
    left: 211px;
    background: transparent;}

    .main .language:hover {
        text-decoration: underline;}
/*.search{
	width:1200px;
	height:26px;
	margin:0 auto;
	cursor:pointer
	}
.search span{
	background-image: url(../images/search_clicked.png);
	width:264px;
	display:block;
	height:26px;
	background-repeat:no-repeat;
	float:right;
	}
	
.search span input{
	background:none;
	height:12px;
	width:150px;
	color:#cccccc;
	padding-left:15px;
	margin-left:12px;
	margin-top:6px;
	border:0;
	}*/

/*banner*/
.bannerBox {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    position: relative;}

.bannerImg {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;}

    .bannerImg img {
        width: 100%;
        height: 380px;}

    .bannerImg .num {
        overflow: hidden;
        height: 25px;
        position: absolute;
        bottom: 12px;
        right: 10px;
        zoom: 1;
        z-index: 3
    ;}

        .bannerImg .num li {
            width: 15px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            font-weight: 400;
            font-family: "微软雅黑", Arial;
            color: #FFFFFF;
            background: #ffffff;
            margin-right: 10px;
            cursor: pointer;
            float: left;
            border-radius: 100%;}

            .bannerImg .num li.on {
                background: #ca1e2e;
                color: #ca1e2e
            ;}

.main_visual {
    height: 350px;
    position: relative;}

    .main_visual #btn_prev {
        display: none;
        width: 69px;
        height: 69px;
        position: absolute;
        top: 40%;
        left: 15%;
        background: url(../images/left.png) no-repeat;
        opacity: 0.6;
        filter: alpha(opacity=60);}

    .main_visual #btn_next {
        display: none;
        width: 69px;
        height: 69px;
        position: absolute;
        top: 40%;
        right: 15%;
        background: url(../images/right.png) no-repeat;
        opacity: 0.6;
        filter: alpha(opacity=60);}

    .main_visual:hover #btn_prev,
    .main_visual:hover #btn_next {
        display: block;}

    .main_visual #btn_prev:hover,
    .main_visual #btn_next:hover {
        opacity: 1;
        filter: alpha(opacity=100);}

.main_image {
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 0;}

    .main_image a:hover {
        text-decoration: none;}

    .main_image ul {
        width: 9999px;
        height: 350px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;}

    .main_image li {
        float: left;
        width: 100%;
        height: 435px;
        position: relative;}

        .main_image li a {
            display: block;
            width: 100%;
            height: 350px;}

.flicking_con {
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 99;}

    .flicking_con .flicking_inner {
        position: absolute;
        top: 280px;
        left: 0;
        width: 300px;
        height: 21px;
        text-align: center;}

    .flicking_con a {
        width: 14px;
        height: 14px;
        margin-left: 8px;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        display: inline-block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        opacity: 0.6;
        filter: alpha(opacity=60);}

        .flicking_con a.on {
            background: url(../images/sed.png) no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 1;
            filter: alpha(opacity=100);}

.articlelist {
    width: 1200px;
    height: 420px;
    margin: 0 auto;}

.box_left {
    width: 850px;
    height: 420px;
    float: left;}

.title {
    width: 800px;
    height: 25px;
    line-height: 25px;
    padding: 15px 0px;
    border-bottom: 1px #eeeeee solid;}

    .title span {
        float: left;
        color: #83cd2a;
        font-size: 24px;
        font-weight: bold;
        height: 34px;}

    .title .en {
        float: left;
        color: #ccc;
        font-size: 14px;
        height: 24px;
        vertical-align: bottom;
        margin-top: 5px;
        margin-left: 10px;
        font-family: Arial;}

.tetle {
    width: 565px;
    height: 25px;
    line-height: 25px;
    padding: 15px 0px;
    border-bottom: 1px #eeeeee solid;}

    .tetle span {
        float: left;
        color: #83cd2a;
        font-size: 24px;
        font-weight: bold;
        height: 34px;}

    .tetle .en {
        float: left;
        color: #ccc;
        font-size: 14px;
        height: 24px;
        vertical-align: bottom;
        margin-top: 5px;
        margin-left: 10px;
        font-family: Arial;}

    .tetle a {
        float: right;}

.tatle {
    width: 1200px;
    height: 25px;
    line-height: 25px;
    padding: 15px 0px;
    border-bottom: 1px #cccccc solid;}

    .tatle span {
        float: left;
        color: #83cd2a;
        font-size: 24px;
        font-weight: bold;
        height: 34px;}

    .tatle .en {
        float: left;
        color: #ccc;
        font-size: 14px;
        height: 24px;
        vertical-align: bottom;
        margin-top: 5px;
        margin-left: 10px;
        font-family: Arial;}

    .tatle a {
        float: right;}

.title span {
    float: left;}

.title a {
    float: right;}

.matter {
    width: 850px;
    margin: 30px 0px;}

.picture {
    display: block;
    width: 281px;
    height: 264px;
    float: left;}

.art_list {
    width: 538px;
    height: 300px;
    float: right;}

    .art_list li {
        height: 37px;
        line-height: 37px;}

#text {
    font-weight: bold;}

.art_list li a {
    display: block;
    float: left;
    width: 460px;
    height: 37px;
    line-height: 37px;}

.art_list li span {
    display: block;
    float: left;
    width: 78px;
    height: 37px;
    line-height: 37px;}

.insert {
    font-size: 12px;
    margin: 8px 0px;
    width: 460px;}

    .insert a {
        color: #999999;}

.box_right {
    width: 350px;
    height: 420px;
    float: left;}

.box_right {
    width: 350px;
    height: 420px;
    float: left;
    padding-top: 18px;}

.contact {
    width: 276px;
    height: 350px;
    background-repeat: no-repeat;
    background: url(../images/4.png);
    margin-left: 74px;}

.con_list {
    margin-left: 80px;
    padding-top: 38px;
    height: 95px;}

    .con_list p a {
        line-height: 12px;
        color: #83cd2a;}

    .con_list span {
        font-size: 16px;}

.consult {
    width: 476px;
    height: 30px;
    margin-top: 40px;
    margin-left: 20px;}

.yuyue {
    width: 450px;
    height: 30px;
    background: #ca1e2e;
    color: #FFF;
    font-size: 20px;
    border: 0;
    margin-left: 24px;
    margin-top: 50px;
    font-family: "微软雅黑";
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    text-align: center;}

.button {
    width: 235px;
    height: 30px;
    background: #83cd2a;
    color: #FFF;
    font-size: 20px;
    border: 0;
    font-family: "微软雅黑";
    text-align: center;}

    .button a {
        color: #FFF;
        font-size: 20px;
        font-family: "微软雅黑";
        text-align: center;}

.case {
    width: 100%;
    height: 270px;
    background: #eeeeee;}

.product {
    width: 1200px;
    height: 270px;
    margin: 0 auto;}


.subject_list {
    width: 1200px;
    height: 300px;}

    .subject_list ul {
        padding: 0;
        margin: 0;}

    .subject_list li {
        width: 200px;
        display: block;
        float: left;
        margin-top: 56px;
        text-align: center;}

        .subject_list li a {
            text-decoration: none;
            color: #212121;}

            .subject_list li a img:hover {
                border: 2px #83cd2a solid;
                border-radius: 100%;}


.news {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    padding: 60px 0px;}

.new_left {
    width: 560px;
    float: left;}

.news_list {
    width: 560px;}

    .news_list ul {
        margin-top: 15px;}

    .news_list li {
        height: 36px;
        width: 550px;
        clear: both;
        line-height: 36px;}

        .news_list li span {
            background: #ca1e2e;
            border-radius: 16px;
            padding: 2px 10px;
            color: #FFF;
            width: 100px;}

    .news_list a {
        width: 420px;
        padding-left: 15px;}

.new_right {
    width: 560px;
    float: right;}

.video {
    width: 100%;
    height: 420px;
    padding: 60px 0px;
    background: #eeeeee;}

.vid_list {
    width: 1200px;
    height: 420px;
    margin: 0 auto;}

.concent {
    width: 1200px;
    margin-top: 50px;
    margin-left: 30px;}

    .concent li {
        width: 400px;
        display: block;
        float: left;}

        .concent li span {
            width: 100px;
            display: block;
            float: left;}

.rq {
    width: 320px;
    height: 50px;
    line-height: 50px;}

.move {
    margin-left: 120px;}

.footer {
    width: 100%;
    background: #83cd2a;
    height: 200px;}

.foot_main {
    width: 1200px;
    height: 200px;
    margin: 0 auto;}

.foot_left {
    width: 960px;
    float: left;
    padding-top: 10px;}

.foot_right {
    width: 240px;
    float: right;
    padding-top: 40px;}

    .foot_right p {
        color: #FFF;
        line-height: 15px;}

.foot_left p {
    color: #FFF;
    line-height: 15px;}

.foot_right img {
    padding-right: 30px;
    display: block;
    float: left;}



/*///////////////////////////////////////////////////////////////*/



.clear:after, .clear:before {
    content: " ";
    display: table
;}

.clear:after {
    clear: both
;}

.wrap {
    width: 1100px;
    margin: auto;}

.banner {
    background: url(../images/banner_con.jpg) no-repeat center;}

    .banner .banner_con { /*width:1200px;*/
        height: 284px;
        background: url(../images/banner_con.jpg) no-repeat center;}

.main_left {
    float: left;
    width: 208px;}

.main_right {
    float: right;
    width: 860px;}

.menu {
    background: #f6f6f6;
    width: 208px;
    margin-top: -50px;
    position: relative;}

    .menu h3 {
        background: #83cd2a;
        height: 50px;
        font-size: 22px;
        line-height: 50px;
        color: #fff;
        text-align: center;}

.submenu {
    height: 44px;
    text-indent: 20px;
    position: relative;
    line-height: 44px;
    font-size: 16px;
    cursor: pointer;
    background: #eee;
    border-bottom: #ddd 1px solid
;}

.submenu_cur {
    color: #83cd2a;}

.navcon {
    overflow: hidden;
    display: none;
    padding: 10px 0;}

    .navcon li {
        width: 188px;
        padding-left: 28px;
        line-height: 30px;
        background: url(../images/ico.png) no-repeat 10px center
    ;}

        .navcon li a {
            font-size: 14px;}

.cur {
    color: #83cd2a;}

.current {
    text-align: right;
    color: #83cd2a;
    border-bottom: #83cd2a 1px solid;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 20px;}

    .current a {
        color: #83cd2a;}

    .current h3 {
        font-size: 24px;
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        border-bottom: #83cd2a 4px solid;
        color: #83cd2a;}

.content {
    padding-left: 20px;
    overflow: hidden;
    margin-top: 20px;
    min-height: 450px;}

    .content dl {
        position: relative;
        padding: 20px 0 20px 186px;
        min-height: 100px;
        margin-top: -1px;
        border-top: #c9c9c9 1px solid
    ;}

        .content dl dt {
            position: absolute;
            left: 0;
            top: 20px;
            width: 166px;
            height: 100px;}

            .content dl dt img {
                width: 166px;
                height: 100px;}

        .content dl dd {
            position: relative;
            line-height: 24px;}

            .content dl dd h4 {
                font-weight: bold;
                padding-right: 50px;
                margin-bottom: 20px;}

            .content dl dd em {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 12px;
                color: #6a6a6a;}

            .content dl dd p {
                text-indent: 30px;}


.newslist li {
    background: url(../images/dot.png) no-repeat left;
    margin: 14px 0;
    padding-left: 20px;}

.newslist a {
    font-size: 14px;
    color: #404040;}

.newslist .time {
    float: right;
    color: #696969;
    font-size: 14px;
    *margin-top: -20px;}


/*////////////////////////////////////////zhouwei////////////////////////////////////////////////////////////*/
.article {
    width: 840px;
    min-height: 500px;}

    .article h3 {
        height: 40px;
        line-height: 40px;
        font-weight: 800;
        text-align: center;
        font-size: 18px;
        color: #83cd2a;
        text-indent: 20px;}

    .article .art_con {
        width: 840px;
        padding: 30px 0;
        font-size: 13px;
        overflow: hidden;
        line-height: 24px;
        text-align: justify;
        text-justify: inter-ideograph
    ;}

        .article .art_con p {
            padding: 8px 0;}

    .article h1 {
        width: 840px;
        padding: 5px 0;
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #83cd2a;
        font-weight: 600;}

    .article .hr {
        width: 840px;
        padding: 5px 0;
        border-bottom: #83cd2a 1px dotted;
        color: #666;
        text-align: center
    ;}

    .article .source {
        width: 840px;
        padding: 10px 0;
        border-bottom: #83cd2a 1px dotted;
        color: #666;
        text-align: center;}


    .article .imglist {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 10px;}

        .article .imglist li {
            margin: 12px;
            float: left;
            height: 150px;}

            .article .imglist li img {
                background: url(../images/xinlivideo.jpg) no-repeat center;}

            .article .imglist li .discription {
                display: block;
                font-size: 12px;
                padding: 6px 0;
                text-align: center;}

.conlistComm {
    width: 840px;
    margin-top: 24px;
    font-size: 14px;
    height: auto;
    min-height: 450px;}

    .conlistComm dl {
        width: 840px;
        padding: 12px 0;
        border-bottom: #83cd2a 1px dotted;}

        .conlistComm dl dt {
            line-height: 22px;}

            .conlistComm dl dt span {
                display: inline-block; /*width:70px;*/
                height: 22px;
                margin-right: 10px;
                text-align: center;
                padding: 0 5px;
                background: #83cd2a;}

                .conlistComm dl dt span a {
                    color: #fff;}

            .conlistComm dl dt a {
                color: #212121;}

                .conlistComm dl dt a:hover {
                    color: #8c1515;}

        .conlistComm dl dd {
            color: #b9aeae;
            padding-top: 10px;}


/*teacher*/
.teacher_list ul {
    width: 860px;
    font-size: 13px;
    color: #000000;
    text-align: left;
    vertical-align: top;
    list-style-type: none;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;}

    .teacher_list ul li {
        width: 85px;
        /*padding-left: 5px;*/
        margin-left: 5px;
        margin-top: 10px;
        padding-bottom: 10px;
        float: left;
        line-height: 25px;
        /*list-style-type:circle;*/
        font-size: 14px;}


.teacher {
    font-size: 14px;
    color: #000;
    line-height: 40px;
    padding: 22px;
    float: left;
    height: auto;
    overflow: hidden;}

.teacherPic {
    width: 139px;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    float: left;
    height: auto;
    overflow: hidden;}


.teacherPic {
    height: auto;
    overflow: hidden;
    width: 180px;
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    float: left;}

.teacherddm {
    font-size: 13px;
    color: #000;
    text-align: left;
    height: auto;
    overflow: hidden;
    width: auto;
    padding-top: 10px;
    line-height: 35px;
    float: left;}

.teacherText {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-align: left;
    height: 30px;
    width: auto;
    padding-top: 0px;
    padding-left: 80px;
    float: left;}




.xinliorderlist table {
    margin: 0px auto;
    font: Georgia 11px;
    color: #333333;
    text-align: center;
    border-collapse: collapse;
    background-color: #eee;}

.xinliorderlist li {
    padding-top: 5px;}

.xinliorderlist table th {
    border: 1px solid #ccc;}

.xinliorderlist table td {
    border: 1px solid #ccc;
    /*min-height: 60px;*/
    height: 45px;}

    .xinliorderlist table td p {
        text-indent: 0em;}

.xinliorderlist .trOdd {
    background-color: #fff;}

.xinliorderlisttr table th {
    border: 1px solid #ccc;}

.xinliorderlisttr table td {
    border: 1px solid #ccc;
    height: 45px;}

    .xinliorderlisttr table td p {
        text-indent: 0em;}

.xinliorderlisttrOdd table th {
    border: 1px solid #ccc;
    background-color: #fff;}

.xinliorderlisttrOdd table td {
    border: 1px solid #ccc;
    height: 45px;
    background-color: #fff;}

    .xinliorderlisttrOdd table td p {
        text-indent: 0em;
        background-color: #fff;}