li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
    overflow-x: hidden;
}

html {
    font-family: "微软雅黑";
}
/*loding*/
.loading { position:fixed;width:100%; height:100%; background-color:#3598DB; z-index:1000000;}
.spinner {
  width: 150px;
  height:30px;
  position:absolute; left:50%; top:50%; margin-left:-75px; margin-top:-15px;

}
 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*loding*/
.container {
    width: 1200px;
}

.fl {
    float: left;
}

.w50 {
    width: 50%;
}

.ri {
    float: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inline-block {
    display: inline-block;
}




/*导航栏*/

.navbar {
    background: #fff;
    box-shadow: 0 10px 4px -10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}




.nav>li>a {
    padding: 10px 32px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.index-navtopri {
    display: block;
    float: right;
}

.index-navphone {
    width: 191px;
    height: 87px;
    line-height: 87px;
    float: left;
}

.inphone {
    margin-top: -11px;
}

.inphonein {
    margin-left: 15px;
    margin-top: 25px;
    line-height: 16px;
}

.index-navphone img {
    margin-top: 18px;
}

.index-navphone p {
    margin-bottom: 1px;
    \ line-height: 14px;
}

p.inp2 {
    font-size: 18px;
    color: #3598DB;
}

.soubox {
    height: 87px;
    width: 87px;
    float: left;
    cursor: pointer;
}


@media (min-width: 1200px) {
    .navbar-header {
        padding-left: 72px;

    }
    .index-navtop {
        padding: 0;
    }
    .index-nav-ul {
        padding: 23px 0;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
 .navbar-header {
        padding-left: 72px;
        width: 100%;

    }
    .index-nav-logo img {
        width: 200px;
    }
    .navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .index-nav-logo img {
        width: 200px;
    }
    .navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
}

@media (max-width: 1366px) {
    .index-navtopri {
        display: none;
    }
}
.navbar-default .navbar-toggle{
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: #fff;
    color:#2caa61;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #3598DB;
}
.navbar-toggle .icon-bar{
    -moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.phnavopen span:nth-of-type(1){

    transform: translateY(5px) rotate(45deg);
}
.phnavopen span:nth-of-type(2){
    display: none;
}
.phnavopen span:nth-of-type(3){

  transform: translateY(-2px) rotate(-48deg);
}

/*导航栏*/


/*banner*/

.swiper-slide img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .swiper-container .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.7;
        height: 2px;
        width: 50px;
        border-radius: 10px;
    }
    .swiper-container .swiper-pagination-bullet-active {
        height: 5px;
        opacity: 1;
    }
    .swiper-container .swiper-container-horizontal>.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 13px;
    }
}







/*banner*/


/*首页视频*/

.clearboth {
    clear: both;
}

.i_video {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.i_video img {
    11_position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

video {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    video {
        padding: 0 15px;
       
    }
    .i_video{
 margin: 15px 0;
    }
}


/*首页视频*/


/*首页新闻*/

.index-new {}

.index-new-box {
    float: left;
    width: 100%;
}

.index-new-box h2 {
    font-size: 16px;
}

.index-new-box h2 strong {
    font-size: 33px;
    color: #3598DB;
    margin-right: 20px;
}



.index-hotnews {
    float: left;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.index-newul {
    margin-top: 20px;
    line-height: 36px;
    float: left;
    width: 100%;
}

.index-newul li a {
    color: #666;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
}

.index-newul li i {
    font-size: 18px;
    color: #3598DB;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.new-boxleft {
    float: left;
    width: 100%;
}

.new-boxleft img {
    width: 100%;
    max-width: 100%;
}

.new-boxrighy {
    padding-left: 30px;
}

.new-boxrighy h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 23px;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.new-boxrighy p {
    margin: 0;
    margin-bottom: 23px;
}

.new-boxrighy p a{
    color: #333333;
}




@media (min-width: 1660px) {
    .index-new-box {
        padding: 40px 80px 0 80px;
    }
    .index-hotnews {
        padding-bottom: 20px;
    }
}

@media (min-width: 1570) and (max-width:1660px) {
     .index-new-box {
        padding: 40px 70px 0 70px;
    }
    .index-hotnews {
        padding-bottom: 20px;
    }
}

@media (min-width: 1366px) and (max-width:1570px) {
    .index-hotnews {
        padding-bottom: 20px;
    }
    .new-boxrighy {
        padding-left: 10px;
    }
    .index-new-box {
        padding: 0 10px;
    }
    .index-new-box h2 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .index-new-box h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .index-new-box p {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .index-newul {
        margin-top: 10px;
    }
    .index-newul {
        line-height: 30px;
    }
}

@media (min-width: 1200px) and (max-width:1360px) {
    .new-boxrighy {
        padding-left: 10px;
    }
    .index-new-box {
        padding: 0 10px;
    }
    .index-new-box h2 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .index-new-box h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .index-new-box p {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .index-newul {
        margin-top: 10px;
    }
    .index-newul {
        line-height: 30px;
    }
    .index-new-box{
        padding-top: 10px;
    }
    .index-hotnews{
        padding-top: 10px;
    }
}



@media (min-width: 768px) and (max-width:1200px) {
    .i_video{
        margin: 15px 0;
    }
    .index-new-box h2{
        text-align: center; 
    }
    .index-hotnews{
        padding-top: 10px;
    }
    .index-newul{
        margin-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .i_video{
        margin: 15px 0;
    }
    .index-new-box h2{
        text-align: center;
    }
    .index-newul {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .new-boxrighy{
        padding: 10px 0;
    }
    .new-boxrighy h3{
        margin-bottom: 10px;
    }
     .new-boxrighy p{
        margin-bottom: 10px;
    }
}


/*首页新闻*/


/*首页简介*/

.index-about {
    text-align: center;
    background: url(../image/aboutbk.jpg) no-repeat;
    color: #fff;
    padding-bottom: 127px;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center !important;
    margin-top: -4px;
    z-index: 9999999999;
}

@media (min-width: 1200px) {

    .index-about h1.ab {
        margin-top: 120px;
    }

    .index-about h3 {
        margin-top: 20px;
    }

    .index-about h1.zl {
        margin-top: 40px;
    }

    .index-about p {
        margin-top: 40px;
        line-height: 33px;
    }

    .index-about img {
        margin-top: 110px;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
 .index-about h1.ab {
        margin-top: 50px;
    }

    .index-about h3 {
        margin-top: 20px;
    }

    .index-about h1.zl {
        margin-top: 40px;
    }

    .index-about p {
        margin-top: 40px;
        line-height: 33px;
    }

    .index-about img {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .index-about{
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .index-about {

        padding-bottom: 30px;
    }

    .index-about h1.ab {
        margin-top: 30px;
        font-size: 25px;
    }
    .index-about h3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .index-about h1.zl {
        margin-top: 20px;
        font-size: 20px;
    }

    .index-about p {
        margin-top: 20px;
        line-height: 33px;
    }

    .index-about img {
        margin-top: 20px;
    }
}






/*首页简介*/


/*首页产品优势*/

.index-product {
    padding-top: 20px;

    margin-bottom: 20px;
}

.in-productbox {
    width: 95%;
    margin: 0 auto;
}

.index-product h1 {
    text-align: center;
    color: #3598DB;
}

.index-product h3 {
    text-align: center;
    margin-top: 0;
}

.swiper-product {
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagduct {
    margin-top: 20px;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-product .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-product .swiper-pagination-bullet-active {
    background: #3598DB;
}

.swiper-slide-pr {
    padding: 0 15px;
}

.productdeft {
    margin-top: 15px;
    line-height: 24px;
    color: #666;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
}

.productdeft i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    color: #3598DB;
}


@media (max-width: 768px) {
.swiper-product {
    margin-top: 20px;
}
.index-product h1 {
    font-size: 26px;
}

.index-product h3 {
  font-size: 20px;
}

}




/*首页产品优势*/


/*首页底部链接*/

.footer-link{
    padding: 20px 0;
}
.footer-link li{
    text-align: center;
    margin-bottom: 10px;
}

.ink-fo-b{
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #dcdcdc;
}
.ink-fo-b img{
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
.footer-link li{
    width: 20% !important;
    float: left !important;
}
}






/*首页底部链接*/


/*footer*/

.box-w95 {
    width: 95%;
    margin: 0 auto;
}

.footer {
    background: #3598DB;
    color: #fff;
    padding: 30px 0;
}

.footer h3 {
    margin-bottom: 20px;
}

.footer h3 span {
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
}

.fo-img {
    margin-right: 10px;
}

.fo-xin p {
    margin-top: 10px;
}

.fo-banquan ul li {
    display: inline-block;
}

.fo-banquan ul {
    margin-bottom: 20px;
}

@media (min-width: 965px) {
    .fo-banquan {
        text-align: right;
    }
    .fo-banquan {
        margin-top: 56px;
    }


    .fo-banquan ul li {

        margin-left: 10px;
    }
}

@media (max-width: 768px) {

    .fo-banquan {
        text-align: left;
    }
    .fo-banquan ul li {
        margin-right: 10px;
    }
    .fo-banquan {
        margin-top: 20px;
    }
}






/*footer*/


/*单页导航组件*/

.list-nav {
    height: 56px;
    background: #f4f5f5;
}

.list-nav ul {
    text-align: center;
}

.list-nav ul li {
    display: inline-block;
    line-height: 56px;
}

.list-nav ul li a {
    padding: 19px 28px;
    color: #000;
}

@media (max-width: 768px) {

    .list-nav ul li a {
        padding: 19px 10px;
        color: #000;
    }
}

.list-nav ul li.active {
    background: #3598DB;
}

.list-nav ul li.active a {
    color: #fff;
}

.list-banner img {
    max-width: 100%;
}






/*单页导航组件*/


/*单页公司简介*/


/*单页公司简介*/

@media (max-width: 768px) {

    .about-con {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.about-con h1 {
    color: #3598DB;
    font-size: 52px;
}

.about-con h5 {
    color: #3598DB;
    font-size: 25px;
}

.about-con p.abconp {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}

.about-con p.deshort {
    color: #bbbbbb;
    font-size: 12px;
}

.about-con img {
    margin-top: 50px;
    max-width: 100%;
}






/*单页公司简介*/


/*管理培训*/

.list-con ul li {
    margin-bottom: 30px;
}
.list-con ul li:hover .guanli-img img{
    transform: scale(1.05, 1.05);
        transition: 1s;

}
.guanli-img{
    overflow: hidden;
}
.guanli-img img {
    width: 100%;
    max-width: 100%;
}

.guanli-con {
    background: #f4f5f5;
    color: #000;
}

.guanli-con {
    padding: 23px 15px;
}

.guanli-con h4 {
    font-size: 16px;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.guanli-con h6 {
    color: #888888;
}

.guanli-con:hover {
    color: #fff;
    background: #3598DB;
}

.guanli-con:hover.guanli-con h6 {
    color: #fff;
}

.list-content {
    padding: 50px 0;
}

@media (max-width: 768px) {
    .guanli-con {
        padding: 15px;
    }
}






/*管理培训*/


/*分页*/

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 14px 18px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.fanye .pagination {
    margin: 0;
    margin-top: 30px;
}

.fanye .pagination>.active>a,
.fanye .pagination>.active>span,
.fanye .pagination>.active>a:hover,
.fanye .pagination>.active>span:hover,
.fanye .pagination>.active>a:focus,
.fanye .pagination>.active>span:focus {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    color: #FFF
}

.fanye .pagination>li.thisclass a,
.fanye .pagination>a:hover,
.fanye .pagination>span:hover,
.fanye .pagination>a:focus,
.fanye .pagination>span:focus {
    color: #fff;
    background-color: #c8c8c8;
    border-color: #c8c8c8
}

.fanye .pagination>a,
.fanye .pagination>span {
    color: #fff;
    border-color: #3598DB;
    background: #3598DB;
    font-size: 16px;
    margin-right: 10px;
	padding:5px 15px
}

.fanye .pagination>span {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    color: #fff;
}








/*分页*/


/*产品优势*/

.cpyslist-con ul li {
    margin-bottom: 25px;
}

.cpys-con {
    position: relative;
    width: 100%;
}

.cpys-img img {
    width: 100%;
    max-width: 100%;
}

.cpys-con i {
    color: #3598DB;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.cpys-con p {
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
}




/*产品优势*/


/*公司理念*/

.page-content {
    padding: 50px 0;
}

.gsln-con h1 {
    text-align: center;
    color: #3598DB;
    font-size: 24px;
}

.gsln-con h5 {
    color: #666666;
    text-align: center;
    font-size: 18px;
}

.gsln-con h2 {
    color: #000;
    text-align: center;
    font-size: 22px;
}

.gsln-con img {
    max-width: 100%;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .gsln-con h1 {
        font-size: 18px;
        margin-top: 10px;
    }
    .gsln-con h5 {

        font-size: 18px;
    }
    .gsln-con h2 {
        font-size: 18px;
    }
}



/*公司理念*/


/*新闻1*/

@media (min-width: 1500px) {

    .news-container {
        width: 1500px;
    }
}

.news1-img {
    width: 340px;
    height: 200px;
    overflow: hidden;
}

.news1-img img {
    width: 100%;
    height: 100%;
}

.news1-con {
    padding: 20px;
    background: #f0efef;
    position: relative;
}

.news-con {
    float: left;
}

.news1-con h4 {
    margin: 0;
    margin-bottom: 20px;
}

.news1-con p {
    text-indent: 2em;
}

.news-con ul li {
    width: 370px;
    margin-bottom: 20px;
}
.news-con ul li:hover .news1-img img{
     transform: scale(1.05, 1.05);
        transition: 1s;

}
.news-con ul li a {
    color: #999999;
}

.news-con ul li a h4 {
    color: #000;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news-con ul li:hover .news1-con {
    background: #3598DB;
}

.news-con ul li:hover .news1-con {
    color: #fff !important;
}

.news-con ul li:hover .news1-con h4 {
    color: #fff !important;
}

.denews {
    width: 40px;
    height: 28px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    text-align: center;
    color: #bfbfbf;
    font-size: 18px;
    border: 2px solid #bfbfbf;
    line-height: 20px;
    font-weight: bold;
}

.news-con ul li:hover .denews {
    color: #fff;
    border: 2px solid #fff;
}

@media (min-width: 768px) and (max-width:1026px) {

    .news-con ul li {
        width: 320px;
        margin-bottom: 20px;
    }
    .news1-img {
        width: 290px;
        height: 170px;
    }
    .denews {
        bottom: 16px;
        right: 36px;
    }
}

@media (max-width: 768px) {

    .news-con ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .news1-img {
        width: 100%;
        height: auto;
    }
    .news1-img img {
        width: 100%;
        height: auto;
    }
    .denews {
        bottom: 18px;
        right: 36px;
    }
}




/*新闻1*/


/*新闻2*/

@media (min-width: 1770px) {

    .newsdz-container {
        width: 1770px;
    }
}

.newsdz-hot {
    padding: 0 15px 30px 15px;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}


.newsdz-hot .left {
    width: 860px;
    height: 420px;
}

.newsdz-hot .left img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.newsdz-hotcon {
    padding-left: 35px;
}

.newsdz-hotcon h2 {
    font-size: 21px;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.newsdz-hotcon h3 {
    font-size: 16px;
    color: #3598DB;
    margin-top: 35px;
    margin-bottom: 0px;
}

.newsdz-hotcon h3.cishu {
    margin-top: 66px;
}

.newsdz-hotcon p {
    margin-top: 35px;
    line-height: 24px;
    color: #666666;
}

.new-grbutton {
    background: #3598DB;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 50px;
}

.new-grbutton i {
    font-size: 22px;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.new-grbutton:hover {
    color: #fff;
}
.newsdz-conbox{
    float: left;
    width: 100%;
}
.newsdz-conbox ul li {
 /*   float: left;
    width: 48%;
    margin-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;*/
/*    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;*/
}

.ne-w-cd{
    float: left;
    padding: 15px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}
.ne-w-cd img{
    width: 100%;
    max-width: 100%;
}

/*.newsdz-conbox .left{
    display: block;
    width: 315px;
    height: 200px;
}*/

.newsdz-conbox .left img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}

.newsdz-conbox {
    padding: 0;
}

.newsdz-de {
    float: left;
}



/*.newsdz-de{
    display: block;
    padding-left: 25px;
    float: left;
    width: 460px;
}*/

.newsdz-de h4 {
    color: #929292 !important;
    font-size: 16px;
}

.newsdz-de h3 {
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #000;
    font-size: 20px;
}

.newsdz-de p {
    color: #747474;
    line-height: 24px;
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width:1026px) {
    .newsdz-hot .left {
        width: 100%;
        height: auto;
    }
    .newsdz-hot .left img {
        max-width: 100%;
    }
    .newsdz-hotcon {
        padding: 0;
    }
    .newsdz-hotcon h3 {
        margin-top: 15px;
    }
    .newsdz-hotcon p {
        margin-top: 15px;
    }
    .newsdz-hotcon h3.cishu {
        margin-top: 10px;
    }
    .new-grbutton {
        margin-top: 10px;
    }
/*    .newsdz-conbox ul li {
        width: 100%;
        margin: 0;
    }*/
}

@media (max-width: 768px) {
    .newsdz-hot .left {
        width: 100%;
        height: auto;
    }
    .newsdz-hot .left img {
        max-width: 100%;
    }
    .newsdz-hotcon {
        padding: 0;
    }
    .newsdz-hotcon h3 {
        margin-top: 15px;
    }
    .newsdz-hotcon p {
        margin-top: 15px;
    }
    .newsdz-hotcon h3.cishu {
        margin-top: 10px;
    }
    .new-grbutton {
        margin-top: 10px;
    }
/*    .newsdz-conbox ul li {
        width: 100%;
        margin: 0;
    }*/
}



/*新闻2*/


/*新闻详情页*/

.new-details {
    padding-bottom: 50px;
}

.new-detailsh2 {
    font-size: 18px;
    text-align: center;
}

.new-detailsdate {
    font-size: 14px;
    text-align: center;
    color: #3598DB;
    padding: 15px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.new-detailscon {
    padding: 15px 0;
}

.new-detailscon p {
    line-height: 28px;
}

.new-detailscon img {
    max-width: 100%;
}

.mornepr {
    border-top: 1px solid #e7e6e6;
    padding: 35px 0;
}

.morde {
    float: left;
    width: 100%;
}

.morde p {
    text-align: center;
}

.morde .p1 a {
    color: #999999;
}

.morde .p2 a {
    color: #000;
}

@media (max-width: 768px) {
    .morde div {
        float: none;
    }
    .page-content {
        padding: 25px 0;
    }
    .new-details {
        padding-bottom: 10px;
    }
}



/*新闻详情页*/


/*联系我们*/

.grline {
    display: block;
    height: 3px;
    width: 65px;
    margin: 0 auto;
    background: #3598DB;
    margin-top: 20px;
}

.contactbox-title {
    text-align: center;
    font-size: 26px;
}

.contactbox-title2 {
    color: #969696;
    text-align: center;
    font-size: 20px;
}

.contact-xinxi {
    background: url(../image/contabk.jpg) no-repeat;
    padding-left: 80px;
    color: #fff;
    height: 540px;
}

.mapcon {
    height: 540px;
    padding: 0;
}

.mapcon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.contact-xinxi h3 {
    margin-top: 65px;
    margin-bottom: 30px;
}

.contact-xinxi p {
    font-size: 16px;
}

.conxinxi-img {
    margin-top: 45px;
}

.conxinxi-img img {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .mapcon {
        height: 320px;
    }
    .contact-xinxi {
        padding: 0 15px;
        text-align: center;
        height: 400px;
    }
    .contact-xinxi h3 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}




/*联系我们*/


/*关于我们*/

.about-gy1 {
    text-align: center;
    padding: 80px 0;
}

.about-gy1 h2 {
    color: #666666;
    font-size: 24px;
    margin-top: 0;
}

.about-gy1 h1 {
    color: #3598DB;
    font-size: 32px;
    font-weight: bold;
}

.shortp {
    padding: 0 80px;
    padding-top: 35px;
}

.shortp p {
    color: #666666;
    line-height: 24px;
}

.about-gymore {
    margin-top: 35px;
}

.about-gymore a {
    color: #666666;
    border: 1px solid #d2d2d2;
    padding: 8px 25px;
    border-radius: 20px;
}

.about-gy3glle {
    float: left;
    width: 50%;
}

.about-gy3glle img {
    max-width: 100%;
    height: 450px;
}

.about-gy3glri {
    float: left;
    width: 50%;
}

.gy3glri-deimg {
    width: 200px;
    height: 115px;
    overflow: hidden;
    float: left;
}

.about-gy3glri ul li {
    display: inline-block;
    margin-left: 30px;
    padding-top: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

.about-gy3glri ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.about-gy3glri ul li:last-child {
    border: none;
}

.gy3glri-deimg img {
    width: 100%;
}

.gy3glri-de {
    width: 350px;
    float: left;
    padding-left: 15px;
}

.gy3glri-de h4 {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 16px;
}

.gy3glri-de h5 {
    font-size: 12px;
    color: #888888;
}

@media (max-width: 768px) {
    .about-gy1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .shortp {
        padding: 15px 0;
    }
    .about-gy1 h1 {
        font-size: 18px;
    }
    .about-gymore {
        margin-top: 0px;
    }
    .shortp {
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .about-gy3glle {
        display: none;
    }
    .about-gy3glri {
        width: 100%;
        /*        padding: 0 15px;*/
    }
    .about-gy3glri ul li {
        width: 100%;
        padding: 0 15px;
        margin: 0;
        margin-bottom: 15px;
    }
    .gy3glri-deimg {
        width: 100%;
        height: auto;
    }
    .gy3glri-de {
        width: 100%;
        height: auto;
        padding: 0;
    }
}

.h1-pa-titile {
    font-size: 26px;
    color: #3598DB;
    text-align: center;
}

.h4-pa-titile {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #939393;
    margin-top: 20px;
    margin-bottom: 50px
}

.about-gy3 {
    padding-top: 30px;
}

.ty-gy {
    text-align: center;
    display: block;
    position: relative;
    margin-top: -50px;
}

.ty-gy img {
    position: relative;
    top: 50px;
}

.gy-wm-1 {
    width: 50%;
}

.gy-wm-2 {
    width: 50%;
}

.gy-wm-1 img {
    width: 100%;
    max-width: 100%;
}

.gy-wm-2 img {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .gy-wm-1 {
        width: 100%;
    }
    .gy-wm-2 {
        width: 100%;
    }
    .ty-gy {
        display: none;
    }
}


/*关于我们*/


/*案例赏析*/

@media (min-width: 1300px) {

    .case-container {
        width: 1300px;
    }
}

.caseboxul li {
    margin-bottom: 40px;
    height: 310px;
    overflow: hidden;
}

.caseli-img {
    width: 478px;
    height: 100%;
    float: left;
}

.caseli-img img {
    width: 100%;
    height: 100%;
}

.caseli-con {
    width: 822px;
    float: left;
}

.caseli-con {
    padding-left: 45px;
    padding-right: 30px;
    height: 100%;
    color: #fff;
    background: #3598DB;
}

.caseli-con h3 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}

.caseli-con p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
}

.about-gymore .ljmore {
    color: #fff;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #fff;

    padding: 6px 22px;
    border-radius: 20px;
    float: right;
}

.ljmore:hover {
    color: #fff;
}

@media (min-width: 1300px) {
    .caseboxul li:hover .caseli-img img {
        transform: scale(1.05, 1.05);
        transition: 1s;
    }
    
    .caseboxul li:nth-child(2n) .caseli-img {
        float: right;
    }
    .caseboxul li:nth-child(2n) .about-gymore .ljmore {
        float: left;
    }
}

@media (max-width: 900px) {
    .caseboxul li {
        padding: 0 15px;
        height: auto;
    }
    .caseli-img {
        width: 100%;
        height: auto;
    }
    .caseli-img img {
        width: 100%;
    }
    .caseli-con {
        width: 100%;
        padding: 0 15px;
        padding-bottom: 20px;
    }
    .caseli-con h3 {
        padding: 20px 0;
        margin: 0;
    }
    .caseboxul .about-gymore {
        margin-top: 15px;
    }
}

@media (min-width: 900px) and (max-width:1300px) {
    .caseboxul li {
        padding: 0 15px;
        height: 280px;
    }
    .caseli-img {
        width: 35%;
        float: left;
    }
    .caseli-con {
        float: left;
        width: 65%;
    }
    .caseboxul li:nth-child(2n) .caseli-img {
        float: right;
    }
    .caseboxul li:nth-child(2n) .about-gymore .ljmore {
        float: left;
    }
}



/*案例赏析*/

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*案例*/
.index-case{
    padding: 30px 0;
}
.case-box-ul li{
    display: inline-block;
    float: left;
    width: 100%;
}
.case-img img{
    width: 100%;
    max-width: 100%;
}

  .case-con-c{
     background: #3598DB;
     
    /* padding: 50px;*/
     color: #fff; 
    }

.case-m-d{
    padding: 0;
    overflow: hidden;
}
.case-md-co{
    overflow: hidden;
}
.case-md-co{
    line-height: 36px;
}
.case-bu-pn{
    display: block;
    margin-top: 37px;
}
.case-bu-pn a{
    position: relative;
  /*  top: -100px;
    left: 50px;*/
    margin-right: 15px;
}
.case-line{
 width: 40px;
 height: 1px;
 background: #000;
}
.case-button-prev{
    padding: 10px 0;
}
.case-con-cb{
    display: block;
    overflow: hidden;
}
@media (min-width: 1880px)  {
.case-con-c{
    padding: 80px 50px 111px 50px;
}
}
@media (min-width: 1750px) and (max-width:1880px) {
.case-con-c{
    padding: 80px 50px 100px 50px;
}
}
@media (min-width: 1650px) and (max-width:1750px) {
.case-con-c{
    padding: 63px 30px;
}
}
@media (min-width: 1550px) and (max-width:1650px) {
.case-con-c{
    padding: 45px 30px;
}
}
@media (min-width: 1450px) and (max-width:1550px) {
.case-con-c{
    padding: 33px 30px;
}
}
@media (min-width: 1366px) and (max-width:1450px) {
.case-con-c{
    padding: 28px 30px;
}
}
@media (min-width: 1200px) and (max-width:1366px) {
.case-con-c{
     padding: 10px 30px 20px 30px;
}
}
@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .case-con-c{
        padding: 10px 10px 30px 10px;
    }
    .case-con-c h1{
        font-size: 26px;
    }
     .case-con-c h2{
        font-size: 22px;
    }
    .case-bu-pn{
        margin-top: 20px;
    }

}
@media (max-width: 900px) {
    .index-case{
        padding: 10px 0 0 0;
    }
    .container {
        width: 100%;
    }
    .case-con-c{
        padding: 10px 10px 30px 10px;
    }
    .case-con-c h1{
        font-size: 24px;
    }
     .case-con-c h2{
        font-size: 20px;
    }
    .case-bu-pn{
        margin-top: 20px;
    }
}
/*案例*/

/*搜索*/
.top-serch{
    position: absolute;
    right: 0;
    top: 90px;
    background: #fff;
    z-index: 999999999999999;
    line-height: 36px;
        animation: hideIndex 1s;
        -moz-animation: hideIndex  1s; /* Firefox */
        -webkit-animation: hideIndex  1s; /* Safari and Chrome */
        -o-animation: hideIndex  1s; /* Opera */
    display: none;
}
.i_ss_input{
    border: none;
    padding: 0 10px;
}
.top-serch-i{
    float: left;
    background: #3598DB;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0 10px;
}
header11
{
	    background: url(/images/navbj.jpg) right no-repeat;
	
}
/*搜索*/