*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.clearfix, .c {
    zoom: 1;
    clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
    display: table;
    content: "";
}
.clearfix:after, .c:after {
    clear: both;
}
/* Write your styles */
/*banner*/
.head{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.head .am-sticky-placeholder .am-sticky{
    height: 80px;
    z-index: 9999;
    background-color: #015198;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.head .am-sticky-placeholder .am-sticky .head_nav_logo img{
    display: none;
}
.head .am-sticky-placeholder .am-sticky .head_nav_logo img.small{
    display: block;
    margin-top: -3px;
}
.head .am-sticky .head_nav_div{
    vertical-align: middle;
}
.head .am-sticky .head_nav_box{
    margin: 0 auto;
    height: 100%;
    line-height: 80px;
    /* margin: 12px auto 0 auto; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.head .head_nav_logo img.small{
    display: none;
}
.head .am-sticky .head_nav_logo img{
    width: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.banner_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.banner_bg .rslides li{
    width: 100%;
}
.banner_bg .rslides li div{
    background-attachment: fixed !important;
}
.vd-box{/*float: right; */line-height:0;position: relative; overflow: hidden; width: 100%;  text-align: center; color: #fff; font-size: 20px; background-color: #000;}
.vd-box .pic,
/*.vd-box .video*/
.vd-box .play
{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.vd-box .pic{background-color: #eee !important;/* opacity: .80; filter: alpha(opacity=80);*/ *zoom: 1; -webkit-transition: all 220ms ease 0s; transition: all 220ms ease 0s;}
.vd-box .pic img{width:100%;}
.vd-box .imgLoaded + .play{-webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 1; filter: alpha(opacity=100); visibility: visible;}
.vd-box .play{z-index: 2; background-image: url(img/ico-play.png); background-size: auto; background-position: 50% 45%; background-repeat: no-repeat; -webkit-transition: all 250ms ease 0ms; transition: all 250ms ease 0ms; opacity: 0; filter: alpha(opacity=0); *zoom: 1; visibility: hidden; *visibility: visible;}
.vd-box .video{/*display: none;*/ width: 100%;z-index: 6; background-color: #000;}
.vd-box:hover .pic{opacity: 1; filter: alpha(opacity=100);}
.myicon-scroll-down{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -31.5px;
    display: inline-block;
    width: 63px;
    height: 60px;
    background: url(img/scroll-down.png) no-repeat left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    animation: 1.7s ease-in-out infinite fadebottom;
    -webkit-animation: 1.7s ease-in-out infinite fadebottom;}

/*animate-custom*/
@keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    45% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-webkit-keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    45% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/*.rslides {*/
    /*position: relative;*/
    /*list-style: none;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*.rslides li {*/
    /*-webkit-backface-visibility: hidden;*/
    /*position: absolute;*/
    /*display: none;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
/*}*/
.slide_container {
    position: relative;
    float: left;
    width: 100%;
}
.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.slide img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}
.slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../static/img/themes.gif") no-repeat left top;
    margin-top: -45px;
}
.slide_nav:active {
    opacity: 1.0;
}
.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.slide_tabs{
    position: absolute;
    bottom: 19px;
    z-index: 5;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.slide_tabs li{
    display: inline-block;
    width: 40px;
    height: 4px;
    opacity: .4;
    background: white;
    margin-left: 10px;
    overflow: hidden;
}
.slide_tabs li a{
    display: block;
    font-size: 10px;
    text-align: center;
    opacity: 0;
}
.slide_tabs li.slide_here{
    opacity: 1;
}
/*banner*/
/*nav*/
.head_nav_box{
    text-align: center;
    width: 1200px;
    margin: 40px auto 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.head_nav{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
}
.head_nav_logo{
    text-align: center;
    margin: 0 50px;
}

.head_nav_div{
    display: inline-block;
}
.head_nav_div li{
    display: inline-block;
    margin-right: 40px;
    width: 72px;
}
.head_nav_div li.head_nav_div_li3{
    margin-right: 0;
}
.head_nav_div li a{
    color: #ffffff;
    font-size: 16px;
    padding: 0 4px;
    display: block;
    line-height: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(255,255,255,0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.head_nav_div li a:hover{
    border-bottom: 3px solid rgba(255,255,255,1);
}
.head_zi{
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
    top: 42%;
}
.head_zi img{
    display: inline-block;
    position: relative;
    width: auto;
    /* z-index: 1;
    height: auto;
    width: 100%;
    border: 0 */
}
.head_zi_b{
    margin-top: 20px;
}
/*nav*/
/* .head_new{
    position: absolute;
    bottom: 0;
    height: 58px;
    width: 100%;
    z-index: 4;
    background: rgba(0,0,0,0.5);
}
.head_new_box{
    width: 1200px;
    margin: 0 auto;
    line-height: 58px;
}
.head_new_icon{
    float: left;
}
.head_new_con{
    float: left;
}
#scrollDiv {
    overflow: auto;
}
.scrollText {
    width: 450px;
    height: 58px;
    line-height: 58px;
    float: left;
    overflow: hidden;
}
.scrollText li {
    height: 58px;
    padding-left: 20px;
}
.scrollText li a{
    color: #ffffff;
    font-size: 14px;
} */
.main_wearewho_icon span{
    display: inline-block;
    width: 166px;
    height: 1px;
    background-color: #d5d4d9;
}
.main_wearewho_title{
    text-align: center;
}
.main_wearewho_enname{
    font-size: 22px;
    color: #000000;
    line-height: 22px;
    margin-top: 55px;
}
.main_wearewho_name{
    font-size: 36px;
    color: #303030;
    line-height: 22px;
    margin: 55px 0 20px;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, STHeiti, 'Microsoft YaHei', Arial, Verdana, sans-serif !important;
}
.main_wearewho_icon{
    margin-top: 12px;
    display: none;
}
.main_wearewho_icon img{
    margin: 0 14px;
}
.main_wearewho_con{
    width: 1200px;
    margin: 50px auto 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    position: relative;
}
.main_wearewho_con p{
    text-indent: 2em;
}
.main_wearewho_con_img{
    position: absolute;
    right: 150px;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_wearewho_con:hover .main_wearewho_con_img{
    right: 360px;
    opacity: 1;
}

.main_wecando .main_wecando_con_touch{
    display: none;
    
    font-size: 0
}
.main_wecando .main_wecando_con_touch li{
    width: 50%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    background: #fff;
}
.main_wecando .main_wecando_con_touch li .intro1{
    background: url(static/img/pic6.jpg) center center no-repeat;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0px;
    z-index: 99;
    opacity: 1;
}
.main_wecando_con li{
    width: 296px;
    /*height: 202px;*/
    text-align: center;
    float: left;
    margin-right: 5px;
}
.main_wecando_con li.main_wecando_li4{
    margin-right: 0;
}
.main_wecando_con{
    width: 1200px;
    margin: 45px auto 0 auto;
}
.wecando_li{
    position: relative;
    height: 100%;
}
.wecando_li_icon{
    position: absolute;
    width: 72px;
    height: 72px;
    top: 36px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_wecando_con .wecando_li_icon .wecando_li_icon_img{
    -webkit-filter:invert(0.8);
    -moz-filter:invert(0.8);
    -ms-filter:invert(0.8);
    -o-filter:invert(0.8);
    -ms-filter:invert(0.8);
    filter:invert(0.8);
    width: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_wecando_con .am-slides li:hover .wecando_li_icon_img{
    -webkit-filter:invert(0);
    -moz-filter:invert(0);
    -ms-filter:invert(0);
    -o-filter:invert(0);
    -ms-filter:invert(0);
    filter:invert(0);
}

/*.wecando_li_icon1{*/
    /*background: url(../static/img/wecando_img2-2.png) no-repeat center;*/
/*}*/
/*.main_wecando_con li:hover .wecando_li_icon1{*/
    /*background: url(../static/img/wecando_img2.png) no-repeat center;*/
/*}*/
/*.wecando_li_icon2{*/
    /*background: url(../static/img/wecando_img3-3.png) no-repeat center;*/
/*}*/
/*.main_wecando_con li:hover .wecando_li_icon2{*/
    /*background: url(../static/img/wecando_img3.png) no-repeat center;*/
/*}*/
/*.wecando_li_icon3{*/
    /*background: url(../static/img/wecando_img4-4.png) no-repeat center;*/
/*}*/
/*.main_wecando_con li:hover .wecando_li_icon3{*/
    /*background: url(../static/img/wecando_img4.png) no-repeat center;*/
/*}*/
/*.wecando_li_icon4{*/
    /*background: url(../static/img/wecando_img1-1.png) no-repeat center;*/
/*}*/
/*.main_wecando_con li:hover .wecando_li_icon4{*/
    /*background: url(../static/img/wecando_img1.png) no-repeat center;*/
/*}*/





.wecando_li_name{
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    font-size: 18px;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.wecando_li_enname{
    z-index: 100;
    font-size: 12px;
    color: #666666;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.example1{
    width: 296px;
    height: 202px;
}
.intro1_1{
    background: url(../static/img/wecando_img.png) no-repeat center;
}
.intro1_2{
    background: url(../static/img/wecando_img2-11.jpg) no-repeat center;
}
.intro1_3{
    background: url(../static/img/wecando_img3-11.jpg) no-repeat center;
}
.intro1_4{
    background: url(../static/img/wecando_img4-11.jpg) no-repeat center;
}
.main_wecando_con li:hover .wecando_li_name{
    color: #ffffff;
}
.main_wecando_con li:hover .wecando_li_enname{
    color: #ffffff;
}
/*我们的案例*/
.main_wecase{
    background-color: #f1f1f1;
}
#marquee1 {
    width: 100%;
    height: 576px;
    overflow: hidden;
}
#marquee1 ul li {
    float: left;
    width: 360px;
    height: 192px;
}
.marquee_li_div{
    position: relative;
    cursor: pointer;
}
.marquee_li_zhe{
    width: 100%;
    height: 100%;
    line-height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}
.marquee_li_div:hover .marquee_li_zhe{
    background: rgba(0,0,0,0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#marquee1 ul li img {
    display: block;
    width: 360px;
    height: 192px;
}
.main_wecase_con{
    margin-top: 45px;
    position: relative;
}
.marquee_div{
    width: 840px;
    height: 576px;
    position: absolute;
    top: 0;
    left: 16%;
    right: 0;
    z-index: 2;
}
.marquee_div_box{
    width: 840px;
    height: 576px;
    overflow: hidden;
    position: relative;
    /*background-color: #cccccc;*/
}
.marquee_div_img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.marquee_div_con{
    position: absolute;
    bottom: 25px;
    width: 415px;
    height: 168px;
    z-index: 99;
    left: 30px;
    padding: 0 33px;
    background: rgba(1, 81, 152, 0.8);
}
.marquee_div_con_js{
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}
.marquee_div_con_name{
    font-size: 30px;
    color: #ffffff;
    margin-top: 34px;
    padding-bottom: 20px;
    border-bottom: 1px solid #80A4C4;
}
.marquee_li_div_img{
    width: 360px;
    height: 192px;
    overflow: hidden;
}
/*我们的案例*/
.main_team{
    background-color: #f1f1f1;
}
.main_team_con{
    width: 1200px;
    margin: 45px auto 0 auto;
    padding-bottom: 55px;
}
.main_team_con .am-slider-default .am-control-nav{
    display: none;
}
.main_team_con .am-slider .am-slides>li .main_team_con_li_img {
	padding-bottom: 130%;
    position: relative;
    overflow: hidden;
}
.main_team_con .am-slider .am-slides>li .main_team_con_li_img  img{
	position: absolute;
	top: 0;
}
.main_team_con .am-slider .am-slides>li{
    margin-right: 45px
}
.main_team_con_li_name{
    float: left;
    line-height: 20px;
    padding: 18px 0 18px 28px;
}
.main_team_con_li_more{
    float: right;
    width: 58px;
    font-size: 30px;
    font-family: SimSun;
    text-align: center;
    line-height: 76px;
    border-left: 1px solid #E4E4E4;
    color: #dddddd;
}
.main_team_con_li_con{
    border: 1px solid #E4E4E4;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_team_con_li_name1{
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_team_con_li_name2{
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main_team_con_ul li:hover .main_team_con_li_con{
    background-color: #015198;
    border: 1px solid #015198;
}
.main_team_con_ul li:hover .main_team_con_li_name1{
    color: #ffffff;
}
.main_team_con_ul li:hover .main_team_con_li_name2{
    color: #ffffff;
}
.main_news{
    width: 50%;
    float: left;
}
.main_news_box{
    float: right;
    margin-right: 30px;
}
.main_download{
    width: 50%;
    float: left;
    height: 698px;
    background: url(img/main_down_bg.png) no-repeat;
}
.main_bottom_title{
    border-left: 4px solid #8D8D8D;
    padding-left: 25px;
    margin-top: 64px;
}
.main_bottom_name{
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}
.main_bottom_enname{
    font-size: 44px;
    color: #8d8d8d;
    font-family: Arial;
    font-weight: 100;
    line-height: 34px;
}
.main_news_con li{
    width: 570px;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 30px;
}
.main_news_con li:hover .main_news_li_name{
    color: #015198;
}
.main_news_con li:hover .main_news_li_js{
    color: #015198;
}
.main_news_con li:hover .main_news_li_b{
    margin: 2px 0 2px 5px;
    color: #015198;
}
.main_news_li_name{
    font-size: 16px;
    color: #000000;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_news_li_b{
    font-size: 14px;
    color: #a5a5a5;
    margin: 2px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_news_li_b img{
    vertical-align: middle;
    margin-right: 10px;
    height: 14px;
}
.main_news_li_b span{
    vertical-align: middle;
    margin-right: 10px;
}
.main_news_li_js{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main_news_con{
    margin-top: 30px;
}
.main_news_con_more{
    width: 170px;
    height: 48px;
    margin-top: 25px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #CECECE;
    font-size: 16px;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_news_con_more:hover{
    background-color: #015198;
    color: #ffffff;
    border: 1px solid #015198;
}
.main_bottom{
    height: 698px;
}
.main_download_box .main_bottom_name{
    color: #ffffff;
}
.main_download_box .main_bottom_enname{
    color: #ffffff;
}
.main_download_box .main_bottom_title{
    border-left: 4px solid #FFFFFF;
    margin-left: 33px;
}
.main_download_con_li_name{
    font-size: 16px;
    color: #ffffff;
    float: left;
    width: 60%;
    padding-left: 33px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_download_con_li_icon{
    float: left;
    width: 40%;
    padding-left: 33px;
    border-left: 1px solid #60656E;
    color: #fff;
}
.main_download_con_li_icon span{
    font-size: 20px;
}
.main_download_con_ul li{
    width: 100%;

    border-top: 1px solid #60656E;
}
.main_download_con_ul li .main_download_con_li{
    line-height: 90px;
    height: 90px;
}
.main_download_con_ul li:hover .main_download_con_li_name,.main_download_con_ul li:hover .main_download_con_li_icon{
    color: #6cb6f7;
}
.main_download_con_ul{
    border-bottom: 1px solid #60656E;
}
.main_download_con{
    margin-top: 30px;
}
.main_download_more{
    margin-top: 30px;
}
.main_download_more_left{
    width: 60%;
    float: left;
    height: 1px;
}
.main_download_more_right{
    width: 40%;
    float: left;
    padding-left: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_download_more:hover .main_download_more_right{
    padding-left: 55px;
}
.main_download_more_right a{
    font-size: 60px;
    color: #ffffff;
    font-family: SimSun;
}

#backtop{
    width: 100%;
    height: 185px;
    background-color: #3f3f3f;
}
.backtop_box{
    width: 1200px;
    margin: 0 auto;
}
.backtop_logo{
    float: left;
}
.backtop_logo img{
    opacity: .7;
    margin-top: 38px;
}
.backtop_top{
    float: right;
}
.backtop_top_anniu{
    width: 145px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    color: #3f3f3f;
    cursor: pointer;
    margin-top: 68px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.backtop_top_anniu:hover{
    background-color: #015198;
    color: #ffffff;
}
#main_lx{
    height: 172px;
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
    background-color: #ffffff;
}
.main_lx_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
}
.main_lx_box ul{
    height: 76px;
    display: flex;
    justify-content: space-between;
}
.main_lx_box li{
    border-right: 1px solid #E5E5E5;
    text-align: center;
    position: relative;
    flex: 1;
}
.main_lx_li_icon{
    float: left;
}
.main_lx_li_con{
    float: left;
    line-height: 16px;
    margin-left: 18px;
}
.main_lx_li_name{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.main_lx_li_js{
    font-size: 14px;
    color: #666666;
}
.main_lx_li{
    padding: 20px 0;
    text-align: left;
    display: inline-block;
    flex: 1;
}
.main_lx_weixin .main_lx_li2{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_lx_weixin:hover .main_lx_li2{
    left: 0;
    opacity: 0;
}
.main_lx_addr{
 
    /* padding-right: 30px; */
}
.main_lx_email{
    /* width: 267px;
    padding-left: 40px; */
}
.main_lx_phone{
    /* width: 272px;
    padding-left: 50px; */
}
.main_lx_box li.main_lx_weixin{
    /*padding-left: 50px;*/
    border-right: none;
    position: relative;
    /* width: 282px; */
    cursor: pointer;
}
.main_lx_wxicon_img{
    position: absolute;
    right: 50px;
    top: 0;
    opacity: 0;
}
.main_lx_wxicon_img img{
    height: 76px;
}
.main_lx_weixin:hover .main_lx_wxicon_img{
    opacity: 1;
    right: 30px;
    -webkit-transition: all 0.5s 0.3s;
    -moz-transition: all 0.5s 0.3s;
    -ms-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}
#foot{
    width: 100%;
    height: 70px;
    background-color: #dfdfdf;
}
.foot_box{
    text-align: center;
    line-height: 70px;
    color: #878787;
    font-size: 14px;
}
.foot_box a{
    color: #878787;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.foot_box a:hover{
    color: #015198;
}
/*anli*/
#n_head{
    height: 500px;
    width: 100%;
}
.n_head_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.n_head_img{
    text-align: center;
    margin-top: 170px;
}
.n_head_name{
    margin-top: 4px;
}
.n_head_more{
    width: 148px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    border: 3px solid #FFFFFF;
    cursor: pointer;
    margin: 24px auto 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_head_more:hover{
    background-color: #015198;
    border: 3px solid #015198;
}
.n_head_xia{
    margin-top: 28px;
}
.n_head_nav_anniu{
    position: fixed;
    top: 76px;
    right: 10%;
    padding: 14px 12px;
    border: 1px solid #4D4D4D;
    cursor: pointer;
    z-index: 999;
}
.n_head_nav_anniu_a{
    width: 32px;
    height: 3px;
    background-color: #ffffff;
}
.n_head_nav_anniu_a2{
    margin: 7px 0;
}
#n_nav{
    width: 100%;
    height: 122px;
    background-color: #ffffff;
}
.n_nav_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.n_nav_div_left{
    float: left;
}
.n_nav_div_label{
    min-width: 224px;
    padding: 0 10px;
    height: 175px;
    border: 1px solid #DADADA;
    text-align: center;
    font-weight: 100;
    position: absolute;
    bottom: 30px;
}
.n_nav_div_label_xian{
    width: 27px;
    height: 1px;
    background-color: #ffffff;
    margin: 22px auto 0 auto;
}
.n_nav_div_label_enname{
    margin-top: 11px;
    font-size: 28px;
    color: #ffffff;
}
.n_nav_div_label_name{
    font-size: 38px;
    color: #666666;
    margin-top: 26px;
}
.n_nav_div_dh{
    position: absolute;
    bottom: 30px;
    left: 260px;
}
.n_nav_div_dh li{
    float: left;
    font-size: 16px;
    width: 172px;
    height: 45px;
    text-align: center;
    line-height: 44px;
    margin-right: 5px;
}
.n_nav_div_dh li a{
    display: block;
    border: 1px solid #ffffff;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_nav_div_dh li a.n_nav_div_dh_select_a{
    border: 1px solid #DADADA;
}
.n_nav_div_dh li a:hover{
    border: 1px solid #DADADA;
}
#n_main{
    width: 100%;
    background-color: #f1f1f1;
    padding: 40px 0;
}
.n_anli_box{
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    padding: 25px 30px 0 30px;
    background-color: #ffffff;
}
.n_anli_left{
    width: 560px;
    border-right: 1px dashed #BFBFBF;
    padding-bottom: 12px;
    float: left;
}
.n_anli_left_title{
    font-size: 16px;
    color: #000000;
}
.n_anli_left_con{
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 17px;
}
.n_anli_right{
    float: left;
    padding-left: 30px;
}
.n_anli_right_con{
    margin-top: 42px;
}
.n_anli_right_con li{
    float: left;
    font-size: 14px;
    margin-right: 35px;
}
.n_anli_right_con li.n_anli_right_select_4{
    margin-right: 0;
}
.n_anli_right_con li a{
    color: #9b9b9b;
    padding-bottom: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_anli_right_con li a:hover{
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}
.n_anli_right_con li a.n_anli_right_con_nowli{
    color: #000000;
    border-bottom: 1px solid #000000;
}
.n_anli_con_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    background-color: #ffffff;
    padding: 34px;
}
.n_anli_con_select{
    margin-bottom: 45px;
}
.n_anli_con_select_name{
    width: 265px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #B9B9B9;
    padding-left: 24px;
    font-size: 14px;
    color: #000000;
    /*background: url(../static/img/xiala.png) no-repeat 230px center;*/
    cursor: pointer;
    position: relative;
}
.n_anli_con_select_name img{
    position: absolute;
    right: 22px;
    top: 19px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_anli_con_select_name img.n_anli_select_img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.n_anli_con_select_ul{
    border: 1px solid #B9B9B9;
    width: 265px;
    border-top: none;
    position: absolute;
    z-index: 999;
    display: none;
    background-color: #ffffff;
}
.n_anli_con_select_ul li{
    height: 42px;
    line-height: 42px;
    padding-left: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_anli_con_select_ul li:hover{
    background-color: #F2F2F2;
}
.n_anli_con_select_ul li a{
    display: block;
    color: #000000;
    font-size: 14px;
}
.n_anli_con_select_ul li em{
    display: block;
    color: #2183E0;
    font-size: 14px;
    font-style: normal;
}
.n_anli_con_li_name{
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 225px;
    z-index: 99;
    font-size: 16px;
    color: #000000;
    padding-left: 5px;
    max-height: 21px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.n_anli_con_li_name span{*/
    /*position: relative;*/
    /*right: 0;*/
/*}*/

.n_anli_con_li_time{
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #d8d8d8;
    padding-left: 5px;
    margin-top: 5px;
    -webkit-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    -ms-transition: all 0.5s 0.2s;
    -o-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
}
.n_anli_con_li_xian{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #d8d8d8;
    margin-top: 8px;
}
.n_anli_con_list li{
    float: left;
    width: 262px;
    cursor: pointer;
    margin-right: 28px;
    margin-bottom: 25px;
}
.n_anli_con_list li.n_anli_con_list_selectli_4{
    margin-right: 0;
}
.n_anli_con_li{
    position: relative;
    height: 280px;
}
.n_anli_con_li_position{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 4px;
    background-color: #D8D8D8;
}
.n_anli_con_list li:hover .n_anli_con_li_position{
    width: 100%;
    background-color: #015198;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.n_anli_con_list li:hover .n_anli_con_li_name{
    color: #015198;
    max-height: 63px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_anli_con_list li:hover .n_anli_con_li_time{
    color: #015198;
    margin-left: 10px;
}
/*内页导航*/
.n_head_nav_zhe{
    width: 100%;
    height: 100%;
    background: url(img/nav-bg.png) repeat-y right;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.n_head_box .zhe_open{
    z-index: 102;
    opacity: 1;
}
#touch_head .zhe_open{
    z-index: 1000;
    opacity: 1;
}
.n_head_n_nav{
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 180px;
}
.n_head_box .n_nav_open{
    z-index: 1001;
}
#touch_head .n_nav_open{
    z-index: 1001;
}
.n_head_n_nav_ul li{
    position: relative;
    right: -80px;
    opacity: 0;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.n_head_n_nav_ul li a{
    color: #ffffff;
}
.n_head_n_nav_box{
    padding: 0 200px;
}
.n_nav_open li.n_head_nav_li1{
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.n_nav_open li.n_head_nav_li2{
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s 0.2s ease-out;
    -moz-transition: all 0.4s 0.2s ease-out;
    -ms-transition: all 0.4s 0.2s ease-out;
    -o-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
}
.n_nav_open li.n_head_nav_li3{
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s 0.3s ease-out;
    -moz-transition: all 0.4s 0.3s ease-out;
    -ms-transition: all 0.4s 0.3s ease-out;
    -o-transition: all 0.4s 0.3s ease-out;
    transition: all 0.4s 0.3s ease-out;
}
.n_nav_open li.n_head_nav_li4{
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s 0.4s ease-out;
    -moz-transition: all 0.4s 0.4s ease-out;
    -ms-transition: all 0.4s 0.4s ease-out;
    -o-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
}
.n_nav_open li.n_head_nav_li5{
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s 0.5s ease-out;
    -moz-transition: all 0.4s 0.5s ease-out;
    -ms-transition: all 0.4s 0.5s ease-out;
    -o-transition: all 0.4s 0.5s ease-out;
    transition: all 0.4s 0.5s ease-out;
}
.n_nav_open li.n_head_nav_li6{
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease-out;
    -moz-transition: all 0.4s 0.6s ease-out;
    -ms-transition: all 0.4s 0.6s ease-out;
    -o-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
}
/*内页导航*/
/*anli*/
/*服务*/
.fuwu{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.fuwu_li_img{
    border-right: 1px solid #F1F1F1;
    width: 601px;
}
.fuwu li{
    background-color: #ffffff;
    margin-top: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fuwu li:hover{
    box-shadow: 0 0 14px #e3e3e3;
}
.fuwu_li_con{
    width: 599px;
    padding: 70px 50px 0 58px;
}
.fuwu_li_more{
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ACACAC;
    margin-top: 30px;
    font-size: 12px;
    color: #666666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.jzwz_li:hover .fuwu_li_more{
    border: 1px solid #015198;
    background-color: #015198;
    color: #ffffff;
}
.fuwu_li_name{
    font-size: 22px;
    color: #4d4d4d;
}
.fuwu_li_js{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 18px;
    margin-top: 25px;
}
/*服务*/




/*about*/
.n_about_us{
    width: 1200px;
    margin: 0 auto;
}
.n_about_us_name{
    font-size: 26px;
    color: #222;
    text-align: center;
}
.n_about_us_xian{
    width: 33px;
    margin: 22px auto 0 auto;
    height: 1px;
    background-color: #666666;
}
.n_about_us_con{
    margin-top: 30px;
    padding-bottom: 63px;
}
.n_about_us_con p{
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    margin-bottom: 6px;
    text-indent: 2em;
}
.n_about_album{
    background: url(img/about_album_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    /*height: 636px;*/
    border-top: 1px solid #F0F0F0;
    /*border-bottom: 1px solid #F0F0F0;*/
}
.n_about_album_box{
    width: 1200px;
    margin: 0 auto;
}
.n_about_video{
	padding-bottom: 63px;
}
.n_about_video_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.n_about_video_box .videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.n_about_video_box .video {
    height: 100%;
}
.n_about_video_box .playIcon {
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(img/ico-play.png) no-repeat center;
    background-size: cover;
    z-index: 4;
}


.n_about_album_li{
    border: 1px solid #EEEEEE;
}
.n_about_album_name{
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px dashed #B2B2B2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_about_album_con{
    height: 140px;
    background-color: #ffffff;
    padding-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.am-figure-default figcaption{
    margin-bottom: 0;
}
.n_about_album_js{
    width: 310px;
    margin: 10px auto 18px auto;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.n_about_album_more{
    width: 110px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #C1C1C1;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_about_us_title{
    margin-top: 20px;
}
.n_about_album_box .n_about_us_title{
    margin-top: 50px;
}
.n_about_album_photo{
    margin-top: 30px;
}
.n_about_album_box .am-control-nav{
    display: none;
}
.n_about_album_photo li:hover .n_about_album_con{
    background-color: #015198;
}
.n_about_album_photo li:hover .n_about_album_name{
    color: #ffffff;
    border-bottom: 1px dashed #FFFFFF;
}
.n_about_album_photo li:hover .n_about_album_js{
    color: #ffffff;
}
.n_about_album_photo li:hover .n_about_album_more{
    color: #ffffff;
}
.n_about_course_box{
    width: 1200px;
    margin: 0 auto 10px;

}
.n_about_course_title{
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: 100;
    margin-top: 95px;
}
.n_about_course_title span{
    font-size: 30px;
}
.n_about_course .n_about_us_title{
    margin-top: 30px;
}
.frame2{
    width: 1200px;
    height: 100%;
    background: url(img/bg_line01.png) no-repeat center;
    position: relative;
}
.n_about_course .n_about_course_time {
    position: relative;
    height: 352px;
    margin-top: 30px;
}
.n_about_course .line{
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #3f3f3f;
    margin-top: -1px;
    position: absolute;
    z-index: 1;
}
.frame2 ul{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
    /*height: 100%;*/
}
.frame2 li{
    /*float: left;*/
    /*!*background: url(img/xian_lc.png) no-repeat center 88px;*!*/
    position: absolute;
    bottom: 50%;
    width: 300px;
    min-height: 176px;
    padding-top: 20px;
    padding-left: 32px;
    background: url(img/bg_line02.png) no-repeat left top;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.frame2_li{
    height: 100%;
    cursor: pointer;
}
.frame2_li_time{
    /*position: absolute;*/
    /*bottom: 0;*/
	/*left: 34px; */
    font-size: 36px;
    line-height: 50px;
    color: #222;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.frame2_li .frame2_li_time2{
    /*font-size: 24px;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.frame2_li_dingwei{
    position: absolute;
    left: 98px;
    top: 30px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.frame2 li:nth-child(2n){
    align-self: flex-end;
    /*bottom: auto;*/
    top: 50%;
    /*padding-top: 92px;*/
    background: url(img/bg_line03.png) no-repeat left -79px;
}
.frame2_li .frame2_li_dingwei2{
    display: none;
    top: 70px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.frame2_li_con{
    /*display: none;*/
}
/*about*/
/*down*/
.n_down{
    width: 1200px;
    margin: 0 auto;
}
.n_down li{
    float: left;
    margin-bottom: 28px;
}
.n_down li.n_down_li2{
    margin-left: 32px;
}
.n_down_li{
    width: 584px;
    height: 137px;
    overflow: hidden;
    background: #eeeeee;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_down li:hover .n_down_li{
    background: none;
}
.n_down_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_down li:hover .n_down_bg{
    opacity: 1;
}
.n_down_xian{
    width: 45px;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_down_con{
    position: relative;
    z-index: 9;
    margin-top: 37px;
    margin-left: 38px;
}
.n_down_name{
    font-size: 18px;
    color: #000000;
    margin-top: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_down li:hover .n_down_name{
    color: #ffffff;
}
.n_down li:hover .n_down_xian{
    background-color: #ffffff;
}
.n_down_icon{
    position: absolute;
    top: 0;
    right: -70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_down li:hover .n_down_icon{
    right: 30px;
}
/*down*/
/*show*/
.n_show{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
}
.n_show_box{
    width: 1020px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.n_show_title{
    width: 905px;
    margin: 50px auto 0 auto;
    text-align: center;
    font-size: 28px;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}
.n_show_time{
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin: 20px 0 50px 0;
}
.n_show_time img {
    vertical-align: middle;
    margin-right: 8px;
}
.n_show_time span {
    font-size: 14px;
    color: #aeaeae;
    vertical-align: middle;
    margin-right: 8px;
}
.n_show_con{
    text-align: center;
}
.n_show_con h1{
    font-size: 18px;
    color: #ff000f;
    /*display: inline;*/
    text-align: center;
    padding: 0 32px;
    margin-bottom: 20px;
    /*background: url(../static/img/xingxing.png) no-repeat left center,url(../static/img/xingxing.png) no-repeat right center;*/
}
.n_show_con h2{
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 8px;
}
.shownew_bottom{
    margin-top: 30px;
    font-size: 14px;
}
.shownew_bottom p{
    line-height: 24px;
}
.about_con_fanye{
    margin: 15px 0;
}
.n_show_con p{
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 24px;
    color: #333333;
    text-indent: 2em;
}
.n_show_con_page{
    font-size: 14px;
    color: #333333;
    margin-top: 50px;
}
.n_show_con_page div{
    margin-top: 8px;
}
.n_show_con_page a{
    color: #333333;
}
.n_show_con_page a:hover{
    color: #015198;
}
.n_show_con p img{
    max-width: 100%;
}
/*show*/
/*new*/
.n_new_position{
    width: 1200px;
    height: 290px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 34px 45px 0 25px;
    box-shadow: 0 0 10px #EBEBEB;
}
.n_new_position_img{
    width: 400px;
    height: 223px;
    position: relative;
    overflow: hidden;
    float: left;
}
.n_new_position_img img{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position:hover .n_new_position_img img{
    left: -20px;
}
.n_new_position_con{
    float: left;
    width: 660px;
    margin-left: 65px;
}
.n_new_position_name{
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.n_new_position_js{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 28px;
    margin-top: 18px;
}
.n_new_position_more{
    width: 126px;
    height: 36px;
    border: 1px solid #DADADA;
    margin-top: 30px;
    line-height: 36px;
    font-size: 12px;
    color: #838383;
    background: url(../static/img/new_position_more.png) no-repeat 78px center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_position_more span{
    padding-left: 18px;
}
.n_new_position:hover .n_new_position_more{
    left: -20px;
    border: 1px solid #015198;
    color: #ffffff;
    background: #015198 url(../static/img/new_position_more2.png) no-repeat 78px center;
}
.n_new_list{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.n_new_list li{
    float: left;
    background-color: #ffffff;
    margin-top: 29px;
    margin-right: 33px;
}
.n_new_list li.n_new_list_li2{
    margin-right: 0;
}
.n_new_li{
    width: 378px;
    height: 355px;
    padding: 0 30px;
    box-shadow: 0 0 10px #EBEBEB;
}
.n_new_li_img{
    width: 317px;
    height: 95px;
    overflow: hidden;
    position: relative;
    margin-top: 22px;
}
.n_new_li_name{
    font-size: 16px;
    color: #000;
    margin-top: 30px;
}
.n_new_li_img img{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_list li:hover .n_new_li_img img{
    left: -20px;
}
.n_new_li_time{
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_li_js{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 28px;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_new_list li:hover .n_new_li_time{
    color: #015198;
}
.n_new_list li:hover .n_new_li_js{
    color: #015198;
}
/*new*/
/*team*/
.n_team_top{
    width: 1200px;
    /*height: 445px;*/
    margin: 0 auto;
}
.n_team_top_li{
    width: 340px;
    /*margin-top: 20px;*/
    margin: 20px auto 0 auto;
}
.n_team_top_li:hover .n_team_middle_con{
    background-color: #015198;
    border: 1px solid #015198;
}
.n_team_top_li:hover .n_team_middle_enname{
    color: #ffffff;
}
.n_team_top_li:hover .n_team_middle_name{
    color: #ffffff;
}
.n_team_top_img{
    float: left;
    width: 340px;
    overflow: hidden;
    height: 445px;
}
.n_team_top_img img{
    width: 100%;
}
.n_team_top_con{
    float: left;
    width: 860px;
    height: 445px;
    background-color: #ededed;
}
.n_team_top_con_left{
    float: left;
    padding-top: 15px;
    padding-left: 28px;
}
.n_team_top_con_right{
    float: left;
    font-size: 28px;
    color: #dddddd;
    font-family: SimSun;
    text-align: center;
    line-height: 70px;
}
.n_team_top_enname{
    font-size: 16px;
    color: #dddddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_team_top_name{
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.n_team_top_con_right{
    width: 58px;
    height: 100%;
    float: right;
    border-left: 1px solid #E4E4E4;
}


.n_team_top_li:hover .n_team_top_enname{
    color: #ffffff;
}
.n_team_top_li:hover .n_team_top_name{
    color: #ffffff;
}
.n_team_middle{
    width: 1200px;
    margin: 0 auto;
}
.n_team_middle_con{
    width: 340px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_team_middle li{
    float: left;
    margin-right: 90px;
    width: 340px;
    margin-bottom: 30px;
}
.n_team_middle li:nth-child(3n){
    margin-right: 0;
}
.n_team_middle_enname{
    font-size: 16px;
    color: #000;
    margin-top: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_team_middle_name{
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.n_team_middle_con_left{
    padding-left: 28px;
    float: left;
}
.n_team_middle_con_right{
    width: 52px;
    height: 100%;
    border-left: 1px solid #E4E4E4;
    float: right;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #e4e4e4;
    font-family: SimSun;
}
.n_team_middle_zxzr_title{
    font-size: 20px;
    color: #000000;
    margin: 40px 0;
    text-align: center;
}
.n_team_middle_zxzr_span{
    width: 53px;
    height: 1px;
    background-color: #000000;
    display: block;
    margin: 15px auto 0 auto;
}
.n_team_middle li:hover .n_team_middle_con{
    background-color: #015198;
    border: 1px solid #015198;
}
.n_team_middle li:hover .n_team_middle_enname{
    color: #ffffff;
}
.n_team_middle li:hover .n_team_middle_name{
    color: #ffffff;
}
.n_team_middle_img{
    height: 445px;
    overflow: hidden;
}
.n_team_middle_img img{
    width: 100%;
}
.n_team_bottom{
    width: 1200px;
    margin: 0 auto;
}
.n_team_bottom_li{
    width: 275px;
    height: 362px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
}
.n_team_bottom_li_img{
    height: 301px;
    overflow: hidden;
}
.n_team_bottom_li_img img{
    width: 100%;
}
.n_team_bottom_li_con{
    font-size: 16px;
    color: #000000;
    line-height: 59px;
    padding-left: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.n_team_bottom_con li{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.n_team_bottom_con li:nth-child(4n){
    margin-right: 0;
}
.n_team_bottom_con li:hover .n_team_bottom_li_con{
    background-color: #015198;
    color: #ffffff;
}
/*team*/
/*page*/
.n_page_page{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.n_page_page_title{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #333333;
    margin-bottom: 30px;
}
.n_page_page_con{
    font-size: 14px;
    line-height: 26px;
}
.n_page_page_con p{
    margin-bottom: 15px;
    text-indent: 2em;
}
/*page*/
/*页码*/
#yema {
    height: 25px;
    clear: both;
    text-align: center;
    margin-top: 50px;
}
#yema .pages a {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #C6C6C6; /* background-color: #c6c6c6; */
    color: #333;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#yema .pages span {
    vertical-align: middle;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #015198;
    display: inline-block;
    font-size: 14px;
}
#yema .pages a.pages_btn{
    font-family: SimSun;
}
/*页码*/


#touch_head{
    display: none;
}
.main_wecase_touch_con{
    display: none;
}
.head_touch_nav{
    display: none;
}
.main_team_con_touch{
    display: none;
}
.n_about_album_box .n_about_album_photo .am-slides li{
    height: 412px;
    overflow: hidden;
}
.n_about_album_img{
    height: 209px;
    overflow: hidden;
}
.n_about_album_img img{
    width: 100%;
}
.shownew_bottom_fx{
    float: right;
}
.am-pureview-direction .am-pureview-prev a{
    background: url(img/prev_icon.png) no-repeat center;
    width: 60px;
}
.am-pureview-direction .am-pureview-next a{
    background: url(img/next_icon.png) no-repeat center;
    width: 60px;
}

/*联系我们*/
.n_lx_map{
    width: 1200px;
    margin: 0 auto;
}
.n_map{
    float: left;
    width: 762px;
}
.n_lx{
    float: left;
    margin-left: 40px;
    width: 390px;
}
.n_lx_enname{
    font-size: 16px;
    color: #393943;
    font-family: Arial;
    margin-top: 20px;
}
.n_lx_name{
    font-size: 16px;
    color: #393943;
    margin-top: 20px;
}
.n_lx_weixin_icon1{
    float: left;
}
.n_lx_weixin_icon1 img{
    width: 140px;
}
.n_lx_weixin_icon1 span{
    display: block;
    text-align: center;
}
.n_lx_weixin_icon{
    margin-top: 60px;
    margin-bottom: 55px;
}
.n_lx_weixin_div{
    font-size: 14px;
    color: #605f5f;
    margin-top: 15px;
}
.n_lx_weixin_div span{
    font-size: 16px;
    color: #024f9a;
}
/*联系我们*/

.main_wecando_con .am-control-nav{
    display: none;
}
.head_xiala_img{
    position: absolute;
    bottom: 15%;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main_team_con .am-direction-nav a:before{
    color: #ffffff;
}
.n_about_album_box .am-direction-nav a{
    opacity: 1 !important;
}
.n_about_album_box .am-direction-nav a:before{
    color: #1C79CE;
}
.n_about_album_box .am-slides{
    font-size: 0;
    padding-bottom: 25px;
}
.n_about_album_box .am-slides>li{
    width: 364px;
    margin-right: 50px;
    display: inline-block;
}
.n_about_album_box .am-slides>li:nth-child(3n){
    margin-right: 0;
}
.n_about_album_photo_li{
    width: 364px;
    height: 413px;
    overflow: hidden;
}
.n_about_album_photo_figure{
    float: left;
}

/* 
.head_xiala_img img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation:gogogo1 2.5s infinite linear;
    animation:gogogo1 2.5s infinite linear;
    -moz-animation:gogogo1 2.5s infinite linear;
    -o-animation:gogogo1 2.5s infinite linear;
}
@-webkit-keyframes gogogo1 {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 5px;
    }
}
@-moz-keyframes gogogo1 {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 5px;
    }
}
@-o-keyframes gogogo1 {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 5px;
    }
}
@keyframes gogogo1 {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 5px;
    }
} */

.am-slider-default .am-direction-nav .am-prev{
    background: url(img/fangxiang2.png) no-repeat center;
}
.am-slider-default .am-direction-nav .am-next{
    background: url(img/fangxiang1.png) no-repeat center;
}
.main_team_con .am-slider-default .am-direction-nav a{
    margin: -60px 0 0;
}
.head .am-sticky-placeholder{
    width: 100%;

}
.main_wearewho{
    background: url(img/bg_03.jpg) no-repeat center #f4f4f4;
    padding-bottom: 55px
}
.main_wecando {
    background: #fff;
    padding-bottom: 55px
}
.main_wecase{
    background: #f4f4f4
}
.main_team{
    background: #fff
}
.main_bottom {
    background: #f4f4f4
}
.main_news2 {
    background: #f4f4f4;
    padding: 55px 0 
}
.main_honor2 {
    background: #f4f4f4;
    padding: 55px 0 
}

@media screen and (max-width: 640px){
    .n_about_course_box .n_about_us_name{
        color: #fff;
    }
    .head_touch_nav{
        display: block;
    }
    #head{
        display: none;
    }
    #touch_head{
        display: block;
        position: relative;
    }
    .main_wearewho_enname{
        font-size: 18px;
        margin-top: 15px;
    }
    .main_wearewho_name{
        font-size: 24px;
        margin-top: 0px;
        padding: 0 42px;
        line-height: 34px;
    }
    .main_wearewho_icon span{
        width: 26%;
    }
    .main_wearewho_con{
        width: 94%;
        margin: 10px auto 0 auto;
        font-size: 14px;
        line-height: 24px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
	.main_wecando .main_wecando_con{
		
		display: none;
	}
    .main_wecando_con{
        width: 100%;
		padding: 0 15px;
		margin: 0;
        /* width: 94%;
        margin: 15px auto 0 auto; */
    }
    .main_wecando .main_wecando_con_touch .intro1{
        display: block;
        height: 100%;
        background-size: cover;
    }
    .main_wecando .main_wecando_con_touch{
        display: block;
        padding: 15px 15px 0;
    }
    .intro1{
        display: none;
    }
    /* .main_wecando_con li{
        margin-right: 0;
        width: 49%;
        height: auto;
        margin-bottom: 10px;
    } */
    .example1{
        width: 100%;
        height: 100%;
    }
    .wecando_li{
        padding: 15px;
        height: 110px;
    }
    .wecando_li_icon{
        position: relative;
        width: 100%;
        top: 15px;
        height: auto;
        margin-bottom: 10px
    }
    .main_wecando .main_wecando_con_touch li .intro1{
        height: 110px;
    }
    .wecando_li_icon img{
        height: 35px;
    }
    .wecando_li_name{
        position: relative;
        font-size: 16px;
        margin-top: 10px;
        bottom: 0;
        padding: 0 5px;
    }
    .wecando_li_enname{
        position: relative;
        font-size: 14px;
        margin-top: 5px;
        bottom: 0;
        padding: 0 15px;
    }
    .main_wecando .main_wecando_con_touch li{
        margin-bottom: 15px;
        padding-bottom: 10px
    }
    .main_wecando .main_wecando_con_touch li:nth-last-of-type(1),.main_wecando .main_wecando_con_touch li:nth-last-of-type(2){
        margin-bottom: 0
    }
    .main_wecando_con li:hover .wecando_li_icon1{
        background: url(../static/img/wecando_img2-2.png) no-repeat center;
    }

    .main_wecando_con li:hover .wecando_li_name{
        color: #666666;
    }
    .main_wecando_con li:hover .wecando_li_enname{
        color: #666666;
    }
    .main_wecando_con li:hover .wecando_li_icon2{
        background: url(../static/img/wecando_img3-3.png) no-repeat center;
    }
    .main_wecando_con li:hover .wecando_li_icon3 {
        background: url(../static/img/wecando_img4-4.png) no-repeat center;
    }
    .main_wecando_con li:hover .wecando_li_icon4 {
        background: url(../static/img/wecando_img1-1.png) no-repeat center;
    }
    .main_wecando{
        padding-bottom: 0;
        /* margin-top: 15px; */
        background: #f9f9f9;
    }
    .main_wecase_con{
        display: none;
    }
    .main_wecase_touch_con{
        display: block;
        margin-top: 15px;
    }
    .main_wecase_touch_con ul{
        padding: 0 7.5px;
        font-size: 0
    }
    .main_wecase_touch_con ul li{
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
    .main_wecase_touch_con ul li:nth-last-of-type(1),.main_wecase_touch_con ul li:nth-last-of-type(2){
        margin-bottom: 0
    }
    .main_wecase_touch_con ul li img{
        width: 100%;
    }
    .main_wecase_touch_con .am-slider-default .am-control-nav{
        display: none;
    }
    .main_wecase_touch_title{
        /* position: absolute;
        bottom: 0;
        left: 0;
        right: 0; */
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #666;
        padding: 0 15px;
        /* margin-bottom: 15px; */
        font-size: 14px;
        background: #fff;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }
    .main_team_con{
        width: 94%;
        margin: 15px auto 0 auto;
        padding-bottom: 20px;
    }
    .main_news{
        width: 94%;
        float: none;
        margin: 0 auto;
    }
    .main_news_box{
        float: none;
        margin-right: 0;
    }
    .main_bottom_title{
        margin-top: 35px;
    }
    .main_news_con{
        margin-top: 20px;
    }
    .main_news_con li{
        width: 100%;
        padding-bottom: 15px;
    }
    .main_news_li_name{
        margin-top: 15px;
        font-size: 16px;
    }
    .main_news_li_b{
        margin: 8px 0;
    }
    .main_news_con_more{
        width: 80%;
        margin: 0 auto;
    }
    .main_download{
        float: none;
        margin-top: 35px;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }
    .main_bottom{
        height: auto;
    }
    .main_bottom_enname{
        font-size: 34px;
    }
    .main_download_con{
        margin-top: 20px;
    }
    .main_download_box .main_bottom_title{
        margin-left: 0;
    }
    .main_download_box{
        width: 94%;
        margin: 0 auto;
    }
    .main_download_con_ul li{
        height: auto;
        line-height: 40px;
    }
    .main_download_con_li_name{
        font-size: 14px;
        padding-left: 0;
        width: 80%;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .main_download_con_li_icon{
        padding-left: 0;
        width: 20%;
        text-align: center;

    }
    .main_team_con_touch .am-slider .am-slides>li{
        margin-right: 5px;
    }
    /* .main_wearewho{
        background: #f9f9f9
    }
    .main_wecando {
        background: #fff
    }
    .main_wecase{
        background: #f9f9f9
    }
    .main_team{
        background: #fff
    }
    .main_bottom {
        background: #f9f9f9
    } */

    .main_wearewho,.main_wecando ,.main_wecase ,.main_team{
        padding: 35px 0;
    }

    .main_download_con_li_icon img{
        width: 42%;
    }
/*anli*/
    #n_head{
        height: 210px;
        background-size: auto 210px;
    }
    .n_head_box{
        width: 100%;
    }
    .n_head_img{
        margin-top: 75px;
    }
    .n_head_enname img{
        width: 70%;
    }
    .n_head_name{
        margin-top: 10px;
        width: 100%;
    }
    .n_head_name img{
        width: 50%;
    }
    .n_head_more{
        margin: 16px auto 0 auto;
    }
    .n_head_xia{
        display: none;
    }
    .n_nav_box{
        width: 100%;
        position: static;
    }
    .n_nav_div_label{
        display: none;
    }
    .n_nav_div_left{
        float: none;
        width: 100%;
    }
    .n_nav_div_dh{
        position: static;
        width: 95%;
        margin: 0 auto;
    }
    .n_nav_div_dh li{
        width: 31%;
        margin-right: 2%;
        margin-top: 10px;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
    .n_nav_div_dh li.n_nav_div_dh_touch_li3{
        margin-right: 0;
    }
    #n_nav{
        height: auto;
        padding-bottom: 15px;
    }
    #n_main{
        padding-top: 15px;
        padding-bottom: 0;
    }
    .n_anli_box{
        width: 100%;
        padding: 3%;
        height: auto;
    }
    .n_anli_left{
        width: 100%;
        float: none;
        border-right: none;
    }
    .n_anli_right{
        float: none;
        padding-left: 0;
    }
    .n_anli_right_con{
        margin-top: 8px;
    }
    .n_anli_right_con li{
        margin-right: 8px;
        line-height: 28px;
    }
    .n_nav_div_right{
        display: none;
    }
    .n_anli_right_con li.n_anli_right_select_4{
        margin-right: 8px;
    }
    .n_anli_con_box{
        width: 100%;
        padding: 3%;
    }
    .n_anli_con_select{
        margin-bottom: 15px;
    }
    .n_anli_con_list li{
        width: 49%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .n_anli_con_list li.n_anli_con_list_touchli2{
        margin-left: 2%;
    }
    .n_anli_con_li_img img{
        width: 100%;
    }
    .n_anli_con_li{
        height: auto;
    }
    .n_anli_con_li_name{
        position: static;
    }
    .n_anli_con_li_time{
        position: static;
    }
    .n_anli_con_li_xian{
        position: static;
    }
    .backtop_box{
        width: 100%;
    }
    .backtop_logo{
        float: none;
        text-align: center;
    }
    .backtop_logo img{
        margin-top: 15px;
    }
    .backtop_top{
        display: none;
    }
    #backtop{
        display: none;
        height: 155px;
    }
    .main_lx_box{
        width: 100%;
        padding-top: 15px;
    }
    #main_lx{
        height: auto;
        display: none;
    }
    #foot{
        height: auto;
        padding: 12px 0;
    }
    .foot_box{
        line-height: 20px;
        padding: 0 5px;
        word-wrap: break-word;
    }
    #foot.special{
        padding: 12px 0 64px;
    }
    .n_head_n_nav_box{
        padding: 0;
    }
    .n_head_n_nav{
        padding-top: 26%;
    }
/*anli*/
    /*fuwu*/
    .fuwu li{
        width: 49%;
        float: left;
        margin-top: 0;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .fuwu li.fuwu_li_touch{
        margin-right: 2%;
    }
    .fuwu_li_img{
        width: 100%;
        border-right: none;
    }
    .fuwu_li_img img{
        width: 100%;
    }
    .fuwu_li_con{
        width: 100%;
        padding: 8px 10px 0 10px;
    }
    .fuwu_li_name{
        text-align: center;
        font-size: 16px;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .fuwu_li_js{
        font-size: 12px;
        margin-top: 10px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .fuwu_li_more{
        margin-top: 16px;
        height: 32px;
        line-height: 32px;
    }
    .fuwu{
        width: 96%;
        padding-bottom: 15px;
    }
    /*fuwu*/
    /*内页导航*/
    .n_head_nav_anniu_a2{
        margin: 5px 0;
    }
    .n_head_nav_anniu{
        width: 38px;
        height: 34px;
        padding: 0;
        background-color: #ffffff;
        box-shadow: 0 0 7px rgba(0,0,0,0.2);
        border: none;
        top: 30px;
        right: 30px;
    }
    .n_head_nav_anniu_a{
        width: 22px;
        height: 2px;
        margin: 0 auto 6px auto;
        background-color: #000000;
    }
    .n_head_nav_anniu_a1{
        margin-top: 8px;
    }
    /*内页导航*/
    #page_tag_load{
        height: 40px !important;
        width: 100% !important;
        overflow: hidden;
        font-size: 14px !important;
        margin: 0 auto !important;
        line-height: 40px !important;
    }


    /*补充*/
    .main_team_con_li_name1{
        font-size: 16px;
        /* color: #666; */
    }
    .touch_head_banner .am-slides li{
        background-size: auto 100% !important;
        width: 100%;
    }
    /* .touch_head_banner .logo{ */

    .head_zi_b{
        margin-top: 0px;
        color: #fff;
        font-size: 20px
    }
    .head_zi_a {
        color: #fff;
        font-size: 20px
    }
    .head_zi{
        top: 48%;
    }
    .head_zi_a img{
        width: 235px;
    }
    .head_zi_b img{
        width: 305px;
    }
    /* .head_zi img{
        width: 70%;
    } */
    .n_head_n_nav_ul li{
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .n_head_n_nav_ul{
        padding: 50px;
        padding-top: 0;
    }
    .main_wecase_touch_con .am-slider-a1 .am-control-nav{
        display: none;
    }
    .main_team_con{
        display: none;
    }
    .main_team_con_touch{
        display: block;
        margin-top: 15px;
        /* margin-bottom: 20px; */
    }
    .main_team_con_touch .am-slider-default .am-control-nav{
        display: none;
    }
    .main_team_con_touch .am-direction-nav{
        display: none;
    }
    .main_team_con_li_more{
        display: none;
    }
    .main_team_con_li_name{
        text-align: center;
        float: none;
        padding:18px 0;
    }
    .main_wecase_touch_con .am-slides li{
        position: relative;
    }
   
    .main_download_more{
        display: none;
    }
    .main_news_li_js{
        font-size: 14px
    }
    .main_news_con li:hover .main_news_li_name{
        color: #000;
    }
    .main_news_con li:hover .main_news_li_js{
        color: #666666;
    }
    .main_news_con li:hover .main_news_li_b{
        margin: 8px 0;
        color: #a5a5a5;
    }
    .main_download_con_ul li:hover .main_download_con_li_name, .main_download_con_ul li:hover .main_download_con_li_icon{
        color: #fff
    }
    /*补充*/






    /*about*/
    .n_about_us{
        width: 94%;
    }
    .n_about_us_con p{
        font-size: 14px;
        line-height: 24px;
    }
    .n_about_us_title{
        margin-top: 0;
    }
    .n_about_us_xian{
        margin: 15px auto 0 auto;
    }
    .n_about_us_con{
        margin-top: 15px;
        padding-bottom: 30px;
    }
    .n_about_album_box{
        width: 94%;
    }
    .n_about_album_js{
        width: 94%;
    }
    .n_about_album_box .n_about_us_title{
        margin-top: 15px;
    }
    .n_about_course .n_about_us_title{
        margin-top: 0;
    }
    .n_about_album_photo{
        margin-top: 15px;
    }
    .n_about_album{
        background: #f5f5f5;
        height: auto;
        padding-bottom: 30px;
    }
    .n_about_course_box{
        width: 94%;
        height: auto;
        /*padding-bottom: 30px;*/
    }
	.index.n_about_course{
		display: none;
	}
    .n_about_course{
        background: #035cac;
        padding: 30px 0;
    }
    .n_about_album_box .n_about_album_photo .am-slides li{
        height: auto;
        margin-bottom: 15px;
    }
    .n_about_album_box .n_about_album_photo .am-slides li:nth-last-child(1){
        margin-bottom: 0;
    }

    .frame2{
        width: 100%;
    }
    .n_about_course_title{
        margin-top: 15px;
        font-size: 16px;
    }
    .n_about_course_title span{
        font-size: 14px;
    }
    .frame2 li{
        height: 110px;
        background: url(img/xian_lc.png) no-repeat center 45px;
    }
    .frame2_li_time{
        font-size: 14px;
        left: 102px;
    }
    .frame2_li .frame2_li_time2{
        font-size: 16px;
    }
    .frame2_li_dingwei{
        top: 0;
        left: 99px;
        text-align: center;
    }
    .frame2_li .frame2_li_dingwei2{
        top: 35px;
    }
    .frame2_li_dingwei img{
        width: 70%;
    }
    /*about*/
    /*show*/
    .n_show{
        width: 100%;
    }
    .n_show_box{
        width: 94%;
    }
    .n_show_title{
        width: 100%;
        margin: 20px auto 0 auto;
        font-size: 18px;
    }
    .n_show_time{
        margin: 15px 0;
    }
    /*show*/
    /*down*/
    .n_down{
        width: 100%;
    }
    .n_down li{
        float: none;
        width: 94%;
        margin: 0 auto 10px auto;
    }
    .n_down li.n_down_li2{
        margin: 0 auto 10px auto;
    }
    .n_down_li{
        width: 100%;
        height: 80px;
    }
    .n_down_con{
        margin-top: 20px;
    }
    .n_down_name{
        margin-top: 15px;
    }
    /*down*/
    /*new*/
    .n_new_position{
        width: 100%;
        padding: 0;
        height: auto;
        padding-bottom: 20px;
    }
    .n_new_position_img{
        width: 100%;
        height: auto;
        float: none;
    }
    .n_new_position_img img{
        position: static;
        width: 100%;
    }
    .n_new_position_con{
        margin-left: 0;
        padding: 0 10px;
        float: none;
        width: 100%;
    }
    .n_new_position_js{
        margin-top: 10px;
        line-height: 22px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .n_new_position_more{
        margin-top: 15px;
        float: right;
    }
    .n_new_list{
        width: 95%;
        padding-bottom: 20px;
    }
    .n_new_list li{
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .n_new_li{
        float: none;
        width: 100%;
        padding: 0 10px 20px 10px;
        height: auto;
    }
    .n_new_li_name{
        margin-top: 15px;
        text-align: center;
    }
    .n_new_li_img{
        width: 100%;
        margin-top: 15px;
    }
    .n_new_li_time{
        margin-top: 10px;
    }
    .n_new_li_js{
        line-height: 22px;
        margin-top: 10px;
    }
    /*new*/
    /*team*/
    .n_team_top{
        width: 94%;
        height: auto;
    }
    .n_team_top_img{
        float: none;
        width: 100%;
        height: auto;
    }
    .n_team_top_img img{
        width: 100%;
    }
    .n_team_top_con{
        float: none;
        width: 100%;
        height: 60px;
    }
    .n_team_middle{
        width: 94%;
    }
    .n_team_middle_zxzr_title{
        margin: 15px 0;
    }
    .n_team_middle li{
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .n_team_middle li.n_team_middle_li2_touch{
        margin-left: 2%;
    }
    .n_team_middle_img img{
        width: 100%;
    }
    .n_team_middle_con{
        width: 100%;
        height: auto;
        padding: 18px 0;
    }
    .n_team_middle_con_right{
        display: none;
    }
    .n_team_middle_con_left{
        padding-left: 0;
        float: none;
        text-align: center;
    }
    .n_team_middle_enname{
        font-size: 16px;
        margin-top: 0px;
    }
    .n_team_middle_name{
        font-size: 14px;
    }
    .n_team_bottom{
        width: 94%;
        margin: 0 auto;
    }
    .n_team_bottom_con li{
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .n_team_bottom_con li.n_team_bottom_li2_touch{
        margin-left: 2%;
    }
    .n_team_bottom_li{
        width: 100%;
        height: auto;
    }
    .n_team_bottom_li_img img{
        width: 100%;
    }
    .n_team_bottom_li_img{
        height: auto;
    }
    .n_team_bottom_li_con{
        padding-left: 0;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
    }
    /*team*/
    /*page*/
    .n_page_page{
        width: 92%;
    }
    .n_page_page_title{
        margin: 15px 0;
    }
    /*page*/
    .main_team_con_li_name2{
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px
    }
    .n_page_page_con img{
        width: 100%;
    }
    .n_team_top_li{
        width: 100%;
    }
    .n_team_middle_img{
        height: auto;
    }
    /*联系*/
    .n_lx_map{
        width: 94%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .n_map{
        float: none;
        width: 100%;
    }
    #map{
        width: 100% !important;
        height: 200px !important;
    }
    .n_lx{
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .n_lx_enname{
        margin-top: 10px;
        font-size: 14px;
    }
    .n_lx_name{
        margin-top: 10px;
        font-size: 14px;
    }
    .n_lx_weixin_icon1{
        margin-right: 0 !important;
    }
    .n_lx_weixin_icon{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /*联系*/
    .n_show_con p img{
        width: 100%;
    }
    .main_wecando_con .wecando_li_icon .wecando_li_icon_img{
        display: inline;
    }
    .main_wecando_con .am-slides li:hover .wecando_li_icon_img{
        -webkit-filter: invert(0.5);
        -moz-filter: invert(0.5);
        -ms-filter: invert(0.5);
        -o-filter: invert(0.5);
        -ms-filter: invert(0.5);
        filter: invert(0.5);
    }
    #page_tag_load{
        position: static;
    }
    .main_wearewho_con_img{
        display: none;
    }
    .n_about_video_box{
		width: 100%;
	}
}