h1,h2,h3,h4,h5,p{margin: 0;padding: 0;}

/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}




/* 公共标题样式 */
.bt{text-align: center;margin-bottom: 50px;}
.bt h3 {font-size: 30px;line-height: 1;font-weight: bold;color: #000;letter-spacing: 2px;}
.bt h3 a{color: #000;}
.bt h5 {font-size: 16px;line-height: 1;color: #aaa; margin-top: 10px;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {
  
  .bt {margin-bottom: 30px;}
  .bt h3{font-size: 24px;}
  .bt h5{font-size: 14px;margin-top: 6px;}
  
  
}

@media (max-width: 767px) {
  

  
}




/* 关于我们 */

.gywm{padding: 50px 0 100px;background: #fbfbfb;}

.gywm-cont{position: relative;}

.gy-img{position: absolute;left: 0;top: 30px;width: 40%;z-index: 3;overflow: hidden;box-shadow: 6px -6px 1px rgb(0 130 191 / 50%);}
.gy-img .carousel {position: relative;height: 360px;}
.gy-img .carousel-inner>.item>a>img, .gy-img.carousel-inner>.item>img, .img-responsive, .gy-img .thumbnail a>img, .gy-img .thumbnail>img{min-height: 100%;width: 100%;}
.gy-img .carousel-inner>.item a{display: block;height: 360px;position: relative;}
.gy-img .carousel-inner>.item a h4 { position: absolute; bottom: 0; left: 0; width: 100%;  background: rgb(0 0 0 / 50%); color: #fff;font-size: 17px; line-height: 50px;padding: 0 15px;font-weight: normal;letter-spacing: 1px;}

.gy-nr{float: right;width: 65%;padding: 20px 20px 20px 80px;border: 6px solid #eee;background: #fff;}
.gy-nr h3 { font-size: 26px;line-height: 1;font-weight: bold;color: #0195db; font-family: cursive;margin-bottom: 15px;display: inline-block;border-bottom: 3px double rgb(1 149 219 / 30%);padding-bottom: 3px;}

.gy-nr .gy-txt{height: 230px;overflow: hidden; overflow-y: auto;padding-right: 10px; }
.gy-nr .gy-txt p {font-size: 15px;line-height: 1.7;color: #555;}
.gy-nr .gy-txt::-webkit-scrollbar {width: 3px;background: #ddd;border-radius: 10px;}
.gy-nr .gy-txt::-webkit-scrollbar-thumb { background-color: #0195db;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}



.gy-nr a { display: inline-block; margin-top: 20px; font-size: 15px; line-height: 1;border: 1px solid #ddd;padding: 12px 24px; color: #666;}
.gy-nr a:hover{color: #fff;background: #0195db;border-color: #0195db;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-img .carousel ,.gy-img .carousel-inner>.item a{height: 300px;}
  .gy-nr .gy-txt{height: 220px;}
  .gy-nr .gy-txt p {font-size: 14px;line-height: 1.6;color: #555;}
  
}

@media (max-width: 992px) {

  .gywm{padding: 30px 0;}
  .gy-img .carousel ,.gy-img .carousel-inner>.item a{height: 220px;}
  .gy-nr .gy-txt{height: 150px;}
  .gy-nr .gy-txt p {font-size: 13px;line-height: 1.6;color: #555;}
  .gy-img .carousel-inner>.item a h4{font-size: 14px;line-height: 36px;}
  .gy-nr{padding: 15px 10px 10px 50px;}
  .gy-nr h3{font-size: 22px;margin-bottom: 10px;}
  .gy-nr a {margin-top: 10px;font-size: 13px;padding: 10px 24px;}

}

@media (max-width: 767px) {
  
  .gywm-cont {padding: 0 15px;}
  
  .gy-img{width: 100%;position: static;}
  .gy-nr {float: none;width: 100%;padding: 10px;border: 4px solid #eee;border-top: none;}
  .gy-nr h3 {font-size: 18px;margin-bottom: 10px;}
  
  .gy-nr .gy-txt p {font-size: 12px;line-height: 1.5;color: #555;}
  .gy-nr .gy-txt {height: 200px;}
  
}


.anli{padding: 50px 0;}


.al-cont{}
.al-cont ul{overflow: hidden;}
.al-cont ul li{float: left;width: 25%;padding: 0 8px;margin-bottom: 15px;}
.al-cont ul li a{display: block;}
.al-cont ul li a .al-img{height: 200px;overflow: hidden;}
.al-cont ul li a .al-img img{width: 100%;min-height: 100%;transition: all .5s;}
.al-cont ul li a p {text-align: center; font-size: 15px;line-height: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;margin-top: 8px;font-weight:bold;}
.al-cont ul li a:hover .al-img img{transform: scale(1.2);}
.al-cont ul li a:hover p{color: #0097d8;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .al-cont ul li a .al-img {height: 170px;}
  
  
}

@media (max-width: 992px) {

  .anli {padding: 30px 0;}
  .al-cont ul li{padding: 0 5px;margin-bottom: 10px;}
  .al-cont ul li a .al-img {height: 130px;}
  .al-cont ul li a p{margin-top: 5px;font-size: 13px;}
  
}

@media (max-width: 767px) {
  
  .al-cont{padding: 0 10px;}
  .al-cont ul li{width: 50%;padding: 0 5px;}
  
}




.youshi{padding: 80px 0;background: url(../images/bg6.jpg)no-repeat center ;}

.ys-cont{}
.ys-box{float: left;width: 25%;padding: 0 15px;text-align: center;}
.ys-img{border-radius: 50%;width: 240px;height: 240px;overflow: hidden;margin: 0 auto 20px;box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);padding: 20px;transform: rotateY(0deg);transition: all .6s;}
.ys-img.img1{background: url(../images/ys-img1.jpg)no-repeat center;background-size: 100%;}
.ys-img.img2{background: url(../images/ys-img2.jpg)no-repeat center;background-size: 100%;}
.ys-img.img3{background: url(../images/ys-img3.jpg)no-repeat center;background-size: 100%;}
.ys-img.img4{background: url(../images/ys-img4.jpg)no-repeat center;background-size: 100%;}
.ys-img a{display: block;}
.ys-img img{width: 100%;}

.ys-txt{}
.ys-txt h3 { font-size: 22px; line-height: 1; color: #000;}
.ys-txt hr {margin: 10px auto;border-top: 2px solid #0097d8;width: 30px;}
.ys-txt p {font-size: 14px; line-height: 1.3; color: #777;padding: 0 15px;}
.ys-box:hover .ys-img{transform: rotateY(180deg);}

@media (min-width: 992px) and (max-width: 1200px){
  .ys-img{width: 200px;height: 200px;}
}

@media (max-width: 992px) {

  .youshi{padding: 30px 0;}
  .ys-img{width: 150px;height: 150px;padding: 15px;}
  .ys-txt p{font-size: 12px;padding: 0;}
  .ys-txt h3{font-size: 18px;}
  .ys-txt hr{margin: 6px auto;}
  
}

@media (max-width: 767px) {
  
  
  .ys-box{width: 50%;padding: 0 5px;margin-bottom: 10px;}

  
}




.zhengshu{padding: 50px 0;}

.walking{margin: 0 !important;height: 240px !important;}
.str_wrap{background: none;}

.walking .ar_1{height: 240px;width: 300px;}
.walking .ar_1 .item{height: 200px;}
.walking .ar_1 .item img{transition: all .5s;height: 100%;}
.walking .ar_1 p {height: 40px;line-height: 40px;background: #f8f8f8;color: #222;padding: 0 5px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover p{color: #0097d8}
.walking .ar_1:hover .item img{transform: scale(1.1);}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .zhengshu {padding: 30px 0;}
  .walking {height: 170px !important;}
  .walking .ar_1 {height: 170px;width: 200px;}
  .walking .ar_1 .item {height: 130px;}
  .walking .ar_1 p{font-size: 13px;}
}

@media (max-width: 767px) {
  

  
}


.hezuo{background: url(../images/bg7.jpg)no-repeat center fixed;padding: 50px 0;}

.hz-bt h3{color: #fff;}
.hz-bt h5{color: #eee;}

.hz-cont{}
.hz-cont ul{overflow: hidden;}
.hz-cont ul li{float: left;width: 25%;padding: 0 5px;margin: 5px 0;}
.hz-cont ul li img{width: 100%;}





@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .hezuo{padding: 30px 0;}
  
}

@media (max-width: 767px) {
  
  .hz-cont {padding: 0 10px;}
  .hz-cont ul li{width: 50%;padding: 0 5px;}
}








.xinw{padding: 50px 0;}

.xw-left{float: left;width: 58%;}
.xw-right{float: right;width: 40%;}

.xw-bt { position: relative; margin-bottom: 15px; border-bottom: 2px solid #0195db;padding-bottom: 5px;}
.xw-bt h3 {font-size: 20px;line-height: 1;font-weight: bold;color: #000;letter-spacing: 1px;}
.xw-bt a{position: absolute;right: 0;bottom: 0;}

.xw-top{overflow: hidden;margin-bottom: 15px;}
.xw-top_img{float: left;width: 30%;overflow: hidden;height: 150px;}
.xw-top_img img{width: 100%;min-height: 100%}
.xw-info{float: left;width: 70%;padding-left: 15px;}
.xw-info h3 { font-size: 18px; line-height: 1;color: #222;}
.xw-info h5 {margin: 15px 0; font-size: 12px;line-height: 1;color: #888;}
.xw-info p { font-size: 13px;line-height: 1.5;color: #666;}

.xw-list{}
.xw-list ul{}
.xw-list ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.xw-list ul li a{display: block;overflow: hidden;}
.xw-list ul li a h3 {float: left;width: 80%;font-size: 14px;line-height: 1;color: #444;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.xw-list ul li a h3 .fa{margin-right: 3px;}
.xw-list ul li a h5 { float: right;width: 20%; text-align: right;font-size: 12px;line-height: 1;color: #888;}
.xw-list ul li a:hover h3{color: #0195db}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-top_img{height: 110px;}
  .xw-info h5{margin: 10px 0;}
  .xw-info p {font-size: 13px;line-height: 1.5;color: #666;height: 60px;overflow: hidden;}
  .xw-top{margin-bottom: 10px;}
  .xw-list ul li{padding: 7px 0;}
  
  
}

@media (max-width: 992px) {

  .xinw {padding: 30px 0;}
  .xw-right{display: none;}
  
  .xw-left{float: none;width: 100%;}
  
  
}

@media (max-width: 767px) {
  
  .xw-left{padding: 0 15px;}
  .xw-top_img{width: 40%;height: 96px;}
  .xw-info {float: left;width: 60%;padding-left: 8px;}
  .xw-info h3{font-size: 15px;}
  .xw-info h5{margin: 8px 0;}
  .xw-info p { font-size: 12px; line-height: 1.3;color: #666;height: 48px;overflow: hidden;}
  
}


.links{margin: 0 0 30px;text-align: center;}
.links a {margin: 0 10px 5px 0;font-size: 13px;line-height: 1;display: inline-block;}
.links h3 { font-size: 15px;line-height: 1;font-weight: bold;color: #000;letter-spacing: 1px;text-align: center;margin-bottom: 10px;}

.links a:hover{color: #0195db}

@media (max-width: 992px) {
  .links{margin: 0 0 50px;}
}




.footers{}

.f_one{background: #3a3a3a;padding: 20px 0 30px;}

.f-logo {float: left; text-align: center;width: 15%;padding: 0 30px;}
.f-logo img{width: 100%;}

.f-lx {float: left;width: 45%; color: #eee; border-left: 1px solid #888;padding-left: 30px;}
.f-lx h4 {font-size: 36px;line-height: 1;margin-bottom: 15px;}
.f-lx h4 span {display: block;font-weight: normal;font-size: 16px;margin-bottom: 5px;}

.f-lx h3{color: #fff;}
.f-lx p {font-size: 14px;line-height: 1.5;}
.f-lx p span {display: inline-block;width: 70px;text-align: justify;text-align-last: justify;}

.f-nav{float: left;width: 20%;}
.f-nav ul{overflow: hidden;}
.f-nav ul li{float:left;width: 50%;text-align: center;margin: 10px 0;}
.f-nav ul li a { font-size: 15px;line-height: 1; display: inline-block;color: #fff;}


.f-ewm{float: right;width:15%;}
.f-ewm .ewm-box{padding: 0 20px;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p {color: #eee;text-align: center;font-size: 13px;line-height: 1;margin-top: 5px;}


.f_two{background: #272727;}
.f_two p {  font-size: 14px;line-height: 1.5;text-align: center;color: #eee;padding: 10px 0;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .footers{display: none;}
  
}

@media (max-width: 767px) {
  
  
  
  
  
}



/* 内页 */

.page-body {margin: 20px auto 50px;}


/* 左侧 */
.left_menu{float: left;width: 24%;padding: 0 20px 0 0;}
.page-body .col-md-9{float: right;width: 76%;padding: 0;}


.page-body .sec-tit {background: #0097d8;color: #fff;height: 50px;line-height: 50px;font-size: 22px;font-weight: bold;letter-spacing: 2px;padding: 0 10px;}
.page-l-clist {border: none;border-top: none;background: #f5f5f5;}
.page-l-clist ul {padding: 0;}
.page-l-clist li { height: auto !important; line-height: 1 !important;text-align: left; font-size: 15px; border-bottom: 1px solid #e6e6e6;}
.page-l-clist li a {display: block;font-size: 14px; line-height: 1;padding: 15px 20px;color: #555;margin-left: -10px;transition: all .5s;}
.page-l-clist li a .fa {width: 10px;font-size: 12px;opacity: 0;transition: all .5s;}
.page-l-clist li a:hover {width: 100%;height: auto; color: #0097d8;background: none;font-weight: bold;margin: 0;}
.page-l-clist li a:hover .fa{opacity: 1;}


/* 右侧 */
.crumbs-item { overflow: hidden; margin-bottom: 10px; font-size: 14px;line-height: 1;color: #222;padding-bottom: 8px;border-bottom: 1px solid #ddd;}
.crumbs-item .fa {font-size: 16px;line-height: 14px;vertical-align: bottom;margin-right: 3px;color: #000;}
.crumbs-item a:hover{color: #0097d8;}

/* 图片列表 */
.img-inner {height: 210px;width: 300px;overflow: hidden;padding: 0;border: none;}
.img-inner img {height: auto;}
.img-inner:hover {border: none;}
.img-inner img:hover{transform: scale(1.2);}
.page-alist .col-md-4 { padding: 0 10px;margin-bottom: 5px;}
.page-alist .col-md-4 a{display: block;}
.page-alist .col-md-4 a h5 { overflow: hidden; text-align: center;float: none;font-size: 16px;line-height: 1;  padding: 10px 0; height: auto;color: #333;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .page-atit a:hover, .page-alist .col-md-4 h5:hover {color: #0097d8;}
.page-alist .col-md-4 a:hover h5{color: #0097d8;}



/* 文字列表 */



/* .page-alist li { clear: both; overflow: hidden; padding-bottom: 15px;  padding-top: 0; border-bottom: 1px dotted #ddd; margin-bottom: 15px;} */
.page-alist .page-adate { width: 70px;height: 66px;background: #0097d8;}
.page-alist .page-adate h3 {font-size: 24px;line-height:1;margin-top: 10px;}
.page-alist .page-adate p {margin-bottom: 0; font-size: 14px; line-height: 1; margin-top: 6px;}
.media-heading {margin-top: 5px;margin-bottom: 0; font-size: 17px;line-height: 1;font-weight: normal;color: #000;}
.page-alist .page-atit p { color: #666; font-size: 14px;line-height: 1.2; margin-top: 10px;}

.page-alist li { clear: both; overflow: hidden; padding: 10px 0; border-bottom: 1px dotted #ddd;}
.page-alist li a{display: block;overflow: hidden;}
.page-alist li a h3 {float: left; width: 90%;font-size: 15px;line-height: 1; color: #222;overflow: hidden;text-overflow:ellipsis ;white-space: nowrap;}
.page-alist li a h3 .fa{margin-right: 3px;}
.page-alist li a h5 { float: right; width: 10%;text-align: right; font-size: 13px;line-height: 1;color: #555;}
.page-alist li a:hover h3{color: #0097d8;}


.page-content {font-size: 15px;line-height: 1.6;padding: 0 15px;}






@media (min-width: 992px) and (max-width: 1200px){
  
  .img-inner{height: 170px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  
  
}


@media (max-width: 992px){

  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4{float: left;width: 33.333333%;padding: 0 8px;}
  .img-inner{height: 170px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  
  .page-alist li a h5{font-size:12px;}
  
}



@media (max-width: 767px) {
 
  .page-body { margin: 10px auto 30px;}
  
  .page-body .col-md-9{padding: 0 10px;}
  .crumbs-item{font-size: 13px;}
  
  
  .page-alist .col-md-4{float: left;width: 50%;padding: 0 5px;}
  .img-inner { height: 130px;}
  
  .page-alist .col-md-4 a h5 {font-size: 13px;padding: 8px 0;}
  
  .page-alist li a h3{width: 80%;font-size: 13px;}
  .page-alist li a h5{width: 20%;}

  
}









