@charset "utf-8";
.top {
    background: #00196b;
    height: 30px;
}

.set-index {
    width: 1140px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
}

.set-index > p {
    width: 75%;
    font-size: 14px;
    color: #ffffff;
    float: left;
}

.top form {
    width: 21.052631578%;
    float: right;
    position: relative;
}

.top form p {
    background: #ffcc01;
    width: 5px;
    height: 28px;
    float: left;
    margin-top: 1px;
}

.top form input {
    height: 26px;
    border: none;
    background: #fff;
    width: 224px;
    color: #808080;
    padding-left: 9px;
    display: block;
    float: left;
    margin-top: 1px;
}

.top form input[type="submit"] {
    width: 20px;
    height: 28px;
    background: url(/system/skin/default/ch/images/search.jpg) no-repeat;
    position: absolute;
    right: 18px;
    cursor: pointer;
    top: 0px;
}

#logo,
#nav {
    width: 1140px;
    margin: 0 auto;
}

#logo {
    padding: 15px 0;
    overflow: hidden;
}

.logo-l {
    width: 37.44444444%;
}

.nav {
    background: #4d62ab;
}

#nav {
    position: relative;
}

#nav > ul > li {
    float: left;
    text-align: center;
    position: relative;
    /* width: 9.56140%; */
    width: 8.56140%;
    line-height: 44px;
    border-left: 1px solid #b8b8b8;
    position: relative;
    transition: background 0.3s;
}

#nav > ul > li >a {
    color: #fff;
    line-height: 44px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
#nav > ul > li div{
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    display: none;
    background: #4D62AB;
}
#nav > ul > li >div >a{
    
    display: block;
    line-height: 40px;
    color: #fff;
}
#nav > ul > li >div >a:hover{
    background: #fff;
    color: #00196b;
}
#nav > ul > li.curr >a{
    color:#00196b;
}
#nav > ul > li p {
    height: 4px;
    width: 0%;
    background: #c12c20;
    position: absolute;
    top: 0;
    transition: width 0.2s;
    -o-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

#nav > ul > li .p1 {
    left: 0;
}

#nav > ul > li .p2 {
    right: 0;
}

#nav > ul > li.curr {
    background: #fff;
}

#nav > ul > li:hover {
    background: #fff;
}

#nav > ul > li.curr p {
    width: 50%;
}
#nav > ul > li:hover >a{
    color:#00196b;
}
#nav > ul > li:hover p {
    width: 50%;
}

#menu {
    display: none;
    text-align: right;
    margin-top: -.5em;
}

#menu a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
    color: #fff;
    width: 50px;
    text-shadow: none;
    margin: 0 auto 0;
    display: inline-block;
    border: 0;
    text-transform: none;
    background: #0e4562 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 1% 0;
}

#menu a:hover {
    background: #000 !important;
}

.bar {
    display: block;
    width: 55%;
    height: 2px;
    margin: 10% auto;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

#close_menu {
    display: none;
}


/*
    wrap
*/

#wrap {
    background: #f0f0f0;
    padding-bottom: 30px;
    padding-top: 15px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}


/*
    banner
*/

.hiSlider-wrap {
    height: 268px;
}

#phone-banner {
    display: none;
}


/*
    rollnews
*/

#rollnews {
    height: 59px;
    margin: -14px auto 0;
    overflow: hidden;
    width: 1140px;
    position: relative;
}

#scrollDiv {
    width: 100%;
    overflow: hidden;
    height: 59px;
}

#scrollDiv ul {
    width: 82.75%;
    float: right;
    height: 44px;
    overflow: hidden;
    font-size: 15px;
    position: relative;
    top: 14px;
    max-height: 44px;
    overflow: hidden;
}

#scrollDiv ul a {
    color: #000000;
}

.rolls-l {
    float: left;
    width: 14.78571429%;
    background: url(/system/skin/default/ch/images/01.png) no-repeat;
    height: 59px;
}

.rolls-l img {
    float: left;
    margin: 17px 0 0 12px;
}

.rolls-l p {
    float: left;
    margin: 13px 0 0 10px;
    font-size: 22px;
    color: #fff;
}

.news-roll {
    max-height: 44px;
    overflow: hidden;
    float: left;
}

.roll-news li {
    line-height: 59px;
}
.t_news{ height:59px;
    width: 1140px;  color:#fff; margin:0 auto; overflow:hidden; position:relative;}
.t_news b{ line-height:59px; font-weight:bold; display:inline-block;}
.news_li,.swap{ line-height:59px; display:inline-block; position:absolute; top:0; left:200px;}
.news_li,.swap li{
    height: 59px;}
.news_li a,.swap a{ color:#fff;}
.news_li li a p,.swap li a p{color:#000; max-width: 95%;overflow: hidden;max-height: 59px;}
.swap{top:59px;}

/*
    group
*/

.group {
    width: 1155px;
}

.group >div {
    width: 46.53%;
    float: left;
    margin-right: 15px;
    max-width: 562px;
    background: #fff;
    padding: 15px 10px 15px 15px;
    transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
}

.group > div:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.group div img {
    float: left;
    margin: 0 15px 15px 0;
}

.group div.g_div .g_div_r {
    float: right;
    width: 51.7%;
}

.group div.g_div img {
    width: 45.4376163%;
}

.group div.g_div1 img {
    width: 33.13%;
    margin-bottom: 3px;
}

.common_title {
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.common_title::after {
    content: "";
    display: block;
    width: 117px;
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #6c7db4;
}

.common_title h3 {
    padding-left: 15px;
    color: #00196b;
    font-size: 18px;
    line-height: 30px;
    transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -webkit-transition: padding-left 0.3s;
}

.common_title:hover h3 {
    padding-left: 20px;
}

.common_title a {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #7e7d7d;
    font-size: 12px;
}

.g_div_r p,
.g_div1_r p {
    margin-left: 10px;
    margin-top: 17px;
}

.g_div1_r {
    width: 64%;
    float: left;
}

.group p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    text-indent: 2em;
}

.group div.g_div1 .g_div1_r img {
    width: 59px;
    position: relative;
    left: 210px;
    top: 10px;
}


/*
    group_1
*/

.group_1 {
    margin: 15px 0;
}

.group_1 >div {
    background-color: #fff;
    padding-bottom: 10px;
    height: 324px;
}

.group_1_l {
    width: 26.491228%;
    float: left;
    border: 1px solid #e4e4e4;
}

.group_1_l .common_title h3 {
    width: 116px;
    height: 30px;
    background: #c12c20;
    color: #fff;
    line-height: 30px;
    padding-left: 0;
    text-align: center;
    max-height: 30px;
}

.tese {
    margin: 12px;
}

.tese .hiSlider-wrap {
    height: 166px;
}
.tese .hiSlider3 img{
    max-width: 276px;
}
.tese .hiSlider-wrap a,
.tese .hiSlider-wrap .hiSlider-pages {
    display: none;
}

.tese_news {
    padding: 0 12px;
}
.tese_news p{
    color: #343333;
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
}
.tese_news h4 {
    font-size: 14px;
    font-weight: bold;
    color: #343333;
}

.tese_news a {
    color: #343333;
    font-size: 14px;
    line-height: 26px;
}

.tese_news li {
    max-height: 26px;
    overflow: hidden;
}

.group_1_m {
    width: 42.98%;
    float: left;
    margin: 0 8px;
    border: 1px solid #e5e5e5;
    padding: 0 10px 10px;
}

.xuexiao_news h2 {
    background: #f4f4f4;
    color: #c12c20;
    font-size: 18px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    padding-left: 12px;
    margin: 12px 0;
}

.xuexiao_news li {
    list-style: square;
    margin-left: 25px;
    color: #343333;
    position: relative;
    line-height: 26.5px;
    font-size: 12px;

}
.xuexiao_news li a{
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
.xuexiao_news li:hover a{
    color: #5f5f5f;
    left: 5px;
}
.xuexiao_news li span {
    position: absolute;
    right: 15px;
    top: 0;
    font-family: arial;
    font-size: 12px;
    color: #b8b8b8;
}

.xuexiao_news li a {
    font-size: 14px;
}

.group_1_r {
    width: 26.491228%;
    float: right;
    border: 1px solid #e4e4e4;
    background-image: url(/system/skin/default/ch/images/06.png);
    background-repeat: no-repeat;
}

.group_1_r img {
    margin: 14px 0 0 8px;
    width: 28.48%;
    float: left;
}

.group_1_r_t:hover img,.group_1_r_b:hover img  {
    animation: shake 0.8s;
    -o-animation: shake 0.8s;
    -moz-animation: shake 0.8s;
    -webkit-animation: shake 0.8s;
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    18.5% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    31.5% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    43.5% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    18.5% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    31.5% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    43.5% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    18.5% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    31.5% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    43.5% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    18.5% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    31.5% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    43.5% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.group_1_r div div{
    float: left;
    width: 60%;
    margin-left: 15px;
	margin-bottom:15px;
}

.group_1_r div div h1 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}

.group_1_r div div p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.group_1_r_b{
    margin-top: 20px;
}
.group_1_r p.p1{
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    margin-left: 7px;
    width: 90%;
}
.group_1_r p.p1 strong{
    padding-top: 10px;
    font-size: 20px;
    display: inline-block;
}
.group_1_r_b img{
    margin-right: 10px;
}
/*
    roll
*/
.rolls {
    margin: 15px auto 0;
    position: relative;
}

#roll {
    width:100%;
    overflow: hidden;
    position: relative;
    margin: 15px auto 0;
}

#rolldiv {
    width: 9999999px;
}

#rolldiv li,
#rolldiv ul {
    float: left;
}

#rolldiv li {
    position: relative;
    margin: 0 10px;
    text-align: center;
    color: #464646;
    overflow: hidden;
    float: left;
    overflow: hidden;
}

#rolldiv li .pic {
    text-align: center;
    margin: 0 auto;
}

#rolldiv li img {
    width: 100%;
    border:3px solid #e3e3e3;
    max-width: 207px;
}

#rolldiv li p {
    text-align: center;
    overflow: hidden;
    color: #0b0b0b;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
}
#rolldiv li p span{
    color: #f59000;
}
#rollimg,
#rollimg1 {
    list-style: none;
    width: auto;
    float: left;
}

#prev,
#next {
    width: 3.5%;
    cursor: pointer;
    position: absolute;
    top: 45%;
    display: none;
}

#prev {
    left: 0px;
}

#next {
    right: -15px;
    top: 45%;
}

.inpro .carousel {
    width: 100%;
    overflow: hidden;
}

.inpro .carousel .prev,
.inpro .carousel .next {
    width: 2%;
    height: 100%;
    cursor: pointer;
    display: block;
    float: left;
}

.inpro .jCarouselLite {
    width: 94%;
    overflow: hidden;
    float: left;
    margin: 0 1%;
}

.inpro .jCarouselLite li {
    width: 143px;
    text-align: center;
    margin: 0 6px;
}

.inpro .jCarouselLite li .pic {
    border: solid 1px #EAEAEA;
    text-align: center;
    width: 141px;
    height: 105px;
    overflow: hidden;
}

.inpro .jCarouselLite li .pic img {
    height: 100%;
}
/*
    group_2
*/
.group_2{
    margin:15px 0 20px;
    width: 1150px;
}
.group_2 >div{
    width: 32.280701%;
    float: left;
    border:1px solid #e4e4e4;
    max-width: 368px;
    margin-right: 13px;
    padding-bottom:15px;
    background:#fff;
    min-height:211px;

}
.group_2 >div div.common_title::after{
    width: 4px;
    left: 0;
    height: 100%;
}
.group_2 div>ul {
    width: 97%;
    margin:13px 0 0 15px;
}
.group_2 div>ul >li{
    float: left;
    margin-right: 19px;
}
.group_2 div>ul >li img{
    border:1px solid #c5c5c5;
    max-width: 97px;
}
.group_2 div>ul >li p{
    font-size: 12px;
    text-align: center;
    color: #7e7d7d;
    margin-top: 10px;
}
.index_news {
    width: 91.891891891%;
    margin:10px auto 0;
}
.index_news img{
    float: left;
    width: 34%;
}
.index_news_r {
    float: left;
    width: 61%;
    margin-left: 15px;
    margin-top: 5px;
    font-size: 14px;
    color: #343333;
}
.index_news_r h3{
    font-size: 14px;
    color: #343333;
    font-weight: bold;
}
.index_news_r p{
    line-height: 23px;
	max-height:69px;
	overflow:hidden;
}
.n_l{
    padding-left: 10px;
    width: 93%;
}
.n_l li{
    list-style: square;
    font-size: 12px;
    color: #808080;
    position: relative;
    margin-bottom: 10px;
    width: 90%;
}
.n_l li a{
    font-size: 14px;
    color: #343333;
    -webkit-transition: color 0.3s,left 0.3s;
    -moz-transition: color 0.3s,left 0.3s;
    -ms-transition: color 0.3s,left 0.3s;
    -o-transition: color 0.3s,left 0.3s;
    transition: color 0.3s,left 0.3s;
    position: relative;
    left: 0;
	max-height:19px;
	overflow:hidden;
	display:block;
    max-width: 77%;
}
.n_l li:hover a{
    color:#5f5f5f;
    left: 5px;
}
.n_l li span{
    position: absolute;
    top: 3px;
    right: 5px;
    color: #b8b8b8;
    font-size: 12px;
    font-family: arial;
}  
.f_link{
    padding-top:15px;
    border-top:1px solid #d2d2d2;
}
.f_link a{
    display: inline-block;
    width: 16.3%;
}
/*
    footer
*/

#footer {
    background: #0a1434;
    padding: 20px 0 45px;
}

.footer {
    width: 1140px;
    margin: auto;
}
.footer_nav{
    text-align: center;
}
.footer_nav a{
    color:#a2b4eb;
    font-size: 14px;
    margin-right: 3%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.footer_nav a:hover{
    opacity: 0.6;
}
.footer img{
    margin:15px 20px;
}
.footer p{
    font-size: 14px;
    color: #a2b4eb;
    text-align: center
}
.cright{
    margin: 20px auto 0;
    width: 55%;
}
.cright .p{
    float: left;
}
.cright .p2{
    float: right;
}
/*
    aside
*/

iframe {
    width: 100%;
    height: 500px;
}

.main_Mapbox {
    position: absolute;
    top: 0;
}

.aside {
    margin-bottom: 25px;
}

.aside-l a,
.aside-l p {
    color: #4f4f4f;
    font-size: 15px;
}

.main_Infobox {
    position: relative;
}

.aside-l {
    width: 21.141%;
    float: left;   
}

.aside-l h2 {
    padding-left: 20px;
    font-size: 20px;
    height: 40px;
    background: #8599d5;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    line-height: 40px;
}
.aside-t{

    border: 1px solid #dfdfdf;
}
.aside-l ul li {
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    background: #fff;
}

.aside-l ul li.curr01,
.aside-l ul li:hover {
    background: #dee3f4;
}

.aside-l ul li.curr01 a,
.aside-l ul li:hover a {
    color: #00196b;
}

.aside-l ul li.curr01 img,
.aside-l ul li:hover img {
    display: block;
}
.aside-l .group_1_r{
    width: 100%;
    border-top: 15px solid #f0f0f0;
    border-bottom: 15px solid #f0f0f0;
}
.aside-l .group_1_r p{
    font-size: 13px;
}
.aside-r {
    width: 77.545%;
    float: right;
    background: #fff;

}
.aside-l{
    background:#fff;
}
.aside-l .group_1_r{
    background: none;
}
.aside-l .group_1_r .group_1_r_t{
    background: #FF7766;
}
.aside-l .group_1_r .group_1_r_b{
    background: #5F91E2;
	padding-bottom:10px;
}
.aside-r a,
.aside-r {
    color: #4f4f4f;
    font-size: 15px;
}

.aside-r .us {
    width: 88.375%;
    margin: 35px auto 0;
    padding-bottom: 30px;
    min-height: 500px;
}
.aside-r .common_title{
    margin-top: 5px;
}
.aside-r .us img {
    margin-bottom: 20px;
}

.aside-r .us p {
    line-height: 34px;
    color: #595959;
}

.aside-r p {
    text-indent: 2em;
    text-align: justify;
}

.aside-l .aside-news ul{
    font-size: 12px;
    color: #808080;
    padding-bottom: 30px;
    margin:0 auto 20px;
    width: 90%;
}
.aside-l .aside-news li{
    border-bottom: none;
}
.aside-l .aside-news li{
    
    line-height: 30px;
    max-height: 30px;
	float:left;
    overflow: hidden;
    background:url(/system/skin/default/ch/images/square.jpg) no-repeat center left;
    padding-left: 10px;
}
.aside-l .aside-news li:hover{
    background:url(/system/skin/default/ch/images/square.jpg) no-repeat center left;
}
.ld {
    width: 95%;
    margin: 35px auto;
    line-height: 36px;
    color: #6e6e6e;
}

.ld div {
    text-align: right;
}

.ld div img {
    display: inline-block;
    position: relative;
    top: 20px;
}

.ld span {
    color: #6e6e6e;
}

.news-list {
    width: 96.39423077%;
    margin: 40px auto 0;
    min-height: 500px;
}

.news-list li {
    background: #f8f8f8;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background: url(/system/skin/default/ch/images/16.jpg) no-repeat center left 10px;
    padding-left: 25px;
    border-bottom: 1px solid #e3ecfa;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.news-list li a {
    color: #6e6e6e;
    display: inline-block;
    width: 80%;
}

.news-list li p {
    position: absolute;
    right: 15px;
    top: 0;
    font-size:12px;
    color:#b1b1b1;
    font-family: Arial;
}

.news-list li:hover {
    background: url(/system/skin/default/ch/images/16.jpg) no-repeat center left 15px;
}

.page {
    text-align: center;
    margin: 40px 0;
}

.page >a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #e9e9e9;
    color: #4b4b4b;
    font-family: arial;
    font-size: 12px;
}

.page span {
    background: #e9e9e9;
    display: inline-block;
    
    position: relative;
    top: 1px;
}
.page a:first-child,.page a:last-child{
    color: #4b4b4b;
    font-size: 12px;
    line-height: 25px;
    width: 50px;
    height: 25px;
}
.news-list.nd h1 {
    text-align: center;
    background: #f1f1f1;
    color: #595959;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
}

.news-list.nd h2 {
    font-size: 14px;
    color: #a8a8a8;
    text-align: center;
    margin-top: 15px;
}

.news-list.nd .nd-c {
    width: 95%;
    margin: 30px auto 0;
}

.news-list.nd p {
    line-height: 36px;
    color: #6e6e6e;
    font-size: 16px;
}

.page1 {
    text-align: center;
    margin: 40px 0;
}

.page1 a {
    display: inline-block;
    width: 72px;
    height: 33px;
    color: #fff;
    border-radius: 5px;
    background: #5373dc;
    line-height: 33px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.page1 a:hover{
    background: #768dda;
}
/*
    zc
*/
.tec-list{
    width: 88.375%;
    margin: 45px auto 0;
}
.tec-list li{
    float: left;
    width: 28.4%;
    margin-right: 4.92%;
    margin-bottom: 35px;
}
.tec-list li img{
    border:1px solid #c5c5c5;
    max-width: 220px;
    width: 100%;
    height: 157px;
}
.tec-list li p{
    text-align: center;
    text-indent: 0;
    background: #f1f1f1;
    line-height: 36px;
    height: 36px;
    font-size: 17.7px;
    color: #7e7d7d;
}
.contact {
    width: 88.375%;
    margin: 45px auto 0;
}

.contact .map {
    border: 3px solid #d5ddf7;
    height: 255px;
}
.contact div{
    float: left;
    width: 50%;
}
.contact_l{
    font-size:14px;
    line-height: 28px;
    color:#202020;
}
/*
    lx
*/

.online {
    width: 56px;
    position: fixed;
    right: 7%;
    top: 30%;
}

.online a {
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

.online div {
    border-bottom: 1px solid #fff;
    width: 56px;
    height: 56px;
    position: relative;
}

.online div .her {
    display: none;
    position: absolute;
    top: 0;
    left: -50px;
}

.online div.biger:hover .her {
    display: block;
}

@media (max-width: 1200px) {
    .homeBanner {
        margin-top: 0px;
    }
    #index {
        box-shadow: none;
        padding-bottom: 10px;
    }
    #menu {
        position: absolute;
        top: 135px;
        display: block;
        width: 20%;
        right: 10px;
    }
    #nav {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 42%;
        right: -55%;
        top: 0;
        height: 100%;
        z-index: 999;
        padding: 0;
    }
    #nav > ul {
        margin: 10% 0 0;
        padding: 0;
        width: 100%;
    }
    #nav > ul > li {
        background: #000;
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 40px;
    }
    #nav > ul > li.curr{
        background: #000;
    }
    #nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 40px;
        background: none;
    }
    #nav > ul > li > ul {
        right: -300px;
    }
    #nav ul li a:hover,
    #nav ul li a.curr {
        color: #71bd0f;
        margin: 0;
        width: 100%;
        background: none;
    }
    #close_menu {
        display: block;
        position: absolute;
        z-index: 9999999999999;
        top: 30%;
        color: #fff;
        left: -40px;
        background: #009fe9;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
    }
}

@media (min-width:768px) and (max-width: 1200px) {
    .hiSlider-wrap {
        height: 135px;
    }
    .set-index,
    #logo {
        width: 100%;
    }
    .set-index {
        padding: 0;
    }
    .logo-l {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .wrap {
        padding: 5px;
        width: 97%;
    }
    #scrollDiv {
        width: 55%;
        float: left;
    }
    #scrollDiv > img {
        width: 149px;
    }
    #scrollDiv ul {
        width: 60%;
        float: left;
    }
    .group,
    .b-n-l,
    .b-n-r,
    .footer {
        width: 100%;
        float: none;
        font-size: 14px;
    }
    #rollnews {
        height: auto;
        padding-bottom: 0px;
    }
    .group div {
        width: 31%;
        float: left;
        margin: 0 1%;
    }
    #footer {
        padding: 25px 0;
    }
    .group div div {
        width: 100%;
        padding: 0;
    }
    .logo-l {
        width: 40%;
        float: left;
    }
    #menu {
        top: 65px;
    }

    .aside-c {
        display: none;
    }
    .aside-r {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .top form{
        width: 34%;
    }
    .online {
        display: none;
    }
    #banner {
        display: block;
    }
    #logo {
        width: 100%;
    }
    .set-index ,#rollnews{
        padding: 0;
        width: 98%;
    }
    .set-index > p{
        width: 60%;
    }
    .logo-l {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .wrap {
        width: 98%;
        margin:0 auto;
    }
    #scrollDiv,
    .group,
    .footer,
    .group_2 {
        width: 100%;
        float: none;
        font-size: 14px;
    }
    #rollnews {
        height: auto;
        padding-bottom: 10px;
        margin-top: 0;
    }
    #scrollDiv .rolls-l{
        width: 29%;
    }
    .group div {
        margin: 10px 0 0;
        width: 48%;
        float: left;
        padding:5px 5px 20px 5px;
    }
    .group div.g_div{
        height: 230px;
    }
    .group div.g_div1{
        float: right;
    }
    .group div.g_div1_r{
        width: 62%;
    }
    .group div.g_div1 .g_div1_r img{
        left:155px;
    }
    .group div.g_div img{
        display: none;
    }
    .group div.g_div .g_div_r{
        width: 100%;
    }
    .group_1_m{
        width: 40.88%;
    }
    .group_1 > div{
        padding-bottom:0;
    }
    .xuexiao_news li{
        line-height: 30px;
    }
    .tese_news ul{
        line-height: 35.2px;
    }
    .tese_news li{
        line-height: 37px;
    }
    .group_1_r div div{
        width: 65%;
        margin-left: 5px;
    }
    .group_1_r p.p1{
        font-size: 13px;
        width: 96%;
    }
    .group_1_r div div p{
        font-size: 13px;
    }
    .group_2 > div{
        width: 31.4%;
    }
    .group_2 > div:first-child{
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .group_2 > div{
        margin:0;
        width: 49.4%;
        max-width: 100%;
    }
    .group_2 > div:nth-of-type(3){
        float: right;
    }
    .f_link a{
        width: 15.3%;
    }
    .footer_nav a{
        margin-right: 1%;
    }
    .footer img{
        width: 90%;
        margin: 15px auto;
    }
    #footer {
        padding: 25px 0;
    }

    .aside-c {
        display: none;
    }
    .aside-l {
        padding-bottom: 15px;
        width: 29%;
    }
    .aside-l ul li {
        float: left;
        text-align: center;
        width: 100%;
    }
    .aside-l h2 {
        margin-top: 5px;
    }
    .aside-r {
        margin-left: 0;
    }

    .aside-r .us {
        margin: 15px auto;
        width: 95%;
    }
    .aside-r .us img {
        margin-bottom: 15px;
    }
    .news-list li img {
        display: none;
    }
    .news-list li a {
        width: 70%;
    }

    #rollnews form {
        display: none;
    }
    #scrollDiv {
        height: 60px;
    }
    #rollnews {
        padding-bottom: 0px;
    }
    .t_news{
        width: 100%;
    }
}

@media (max-width: 360px) {
    #banner{
        display: none;
    }
    .top{
        height: auto;
        padding-bottom: 10px;
    }
    .set-index > p{
        width: 98%;
        font-size: 12px;
    }
    .top form{
        width: 75%;
        float: left;
    }
    #menu{
        top: 40px;
    }
    .top form input{
        width: 90%;
    }
    #scrollDiv .rolls-l{
        background: #C12C20;
        line-height: 40px;
        height: 40px;
    }
    #scrollDiv .rolls-l img{
        display: none;
    }
    #scrollDiv .rolls-l p{
        font-size: 15px;
        line-height: 40px;
        margin: 0;
        float: none;
        text-align: center;
    }
    #scrollDiv > img {
        width: 35%;
    }
    #scrollDiv ul {
        height: 35px;
        margin-top: 4px;
    }
    .roll-news li {
        line-height: 35px;
    }

    #scrollDiv ul {
        width: 60%;
    }
    .aside-l,.aside-r{
        width: 100%;
    }
    .aside-l ul li{
        width: 33%;
    }
    .aside-l .group_1_r,.aside-news{
        display: none;
    }
    .tec-list li {
        width: 45.4%;
        margin: 0 2% 20px;
    }
    .tec-list li img{
        width: 98%;
        height: auto;
    }
}

@media (max-width: 360px) {
    #phone-banner {
        display: block;
        height: 160px;
        position: relative;
    }
    .hiSlider-wrap {
        height: auto;
    }
    .hiSlider3 {
        position: relative;
        height: 160px;
    }
    #scrollDiv{
        height: 43px;
    }
    #rollnews{
        margin-top: 21px;
    }
    #scrollDiv ul {
        width: 69%;
        top: 0;
    }
    .group div{
        width: 98%;
        margin-top: 0px;
        margin: 0 0 10px 0;
        height: auto;
    }
    .group div.g_div{
        height: auto;
    }
    .group div.g_div1 img{
        display: none;
    }
    .group div.g_div1_r{
        width:97%;
    }
    .group_1 > div{
        width: 100%;
        float: none;
        margin-bottom: 15px;
        margin:0 0 10px 0;
        padding:0;
        height: auto;
    }
    .tese_news{
        padding:12px;
    }
    .group_1 > div.group_1_r{
        background-color:#FF7766;
        background-image: none;
    }
    .group_2 div > ul{
        width: 100%;
        margin:10px 0;
    }
    .group_2 > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .group_2 div > ul li{
        margin:0 9px;
    }
    .footer_nav{
        display: none;
    }
    .cright{
        width: 85%;
    }
    .contact div{
        width: 100%;
    }
    .news_li, .swap{
        left: 75px;
    }
}

@media (max-width: 320px) {
    .set-index > p{
        font-size: 10px;
    }
    #scrollDiv ul {
        margin-top: 2px;
    }
    .group_2 div > ul li{
        margin:0 2px;
    }
    .index_news_r{
        width: 60%;
    }
    .n_l{
        padding-left: 15px;
    }
}
