﻿@charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {
	COLOR: #000; TEXT-DECORATION: none !important;
}
A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; 
}
LI {
	LIST-STYLE-TYPE: none
}
body,td,th {
	font-family: 微软雅黑; 
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,span,em,i,button{margin:0;padding:0;color:inherit;line-height: inherit;font-family: "microsoft yahei","PingFangSC-Regular", sans-serif;}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

i,em{
	font-style: normal;
}
input,button{padding:0;border:none;background:none;outline:none;font-family:"微软雅黑",Arial,Helvetica;}

.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}
.w1300{ width:1340px; margin:0 auto}
.auto{margin:0 auto;max-width:1340px;width: 96%;}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;}

.clear {
	clear: both;
}


/*头部*/
.topbj{width: 100%;height:131px; position: absolute;z-index: 9999;}
.topbj .t_en{ margin:0 auto; width:80%; height:auto; padding-top:8px; overflow:hidden;}
.topbj .t_en .yuyan{width:150px; height:auto;color:#fff; font-size:15px; font-family:"微软雅黑"; line-height:26px;float: right;}
.topbj .t_en .yuyan span{font-size:13px; color:#888;}
.topbj .t_en .yuyan a{color:#fff;}
.c_top .search{float: right; text-align: center; line-height:30px;}
.c_top-right .search{font-size:0;}
.c_top-right .search .inp{ width:180px;display:inline-block;height:30px;color:#ccc;line-height:30px;vertical-align:middle;}
.c_top-right .search .sub{width:30px;height:30px;background: url(img/icon-search.png) no-repeat center;border-radius:180px; vertical-align:middle;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.c_top-right .search .sub:hover{cursor:pointer;background-color:#dd0e18;border-radius:180px;}


.nav{ width:auto;height:0px; border-top:1px solid #b3b3b3;position: relative;}
.nav .t_logo{width:26%; height:81px;margin-left:6%; }
.nav .t_logo .imgCircle {

 animation: circle 5s linear infinite;
  }
@keyframes circle {
 0% {
  transform: rotateY(0deg);
 }
 20% {
  transform: rotateY(360deg) ;
 }
 80% {
  transform: rotateY(360deg) ;
 }
 100% {
  transform: rotateY(360deg);
 }
  }


          .nav ul{ width:55%; padding-top:20px; float:right;}
          .nav li { float: left;font-size:1rem;width:10%; }
          .nav li a { text-decoration: none; height: 60px;line-height: 60px;padding:0 15px;  display: block; position: relative;z-index: 2; color: #fff; font-weight:bold;box-sizing: border-box; text-align: center;}
          .nav li:before{content:'';position:absolute;height:16px;width:9px;background-size:100%; top:25px;right:0;}
           .nav li:hover:before,.nav li.cur:before{width:0;color: #fff;z-index: 1;} 
          .nav li:hover a, .nav .cur a {background-size: 100%; text-decoration: none;  color: #fff; }
          .nav li.home{padding-left:0;}
          .nav li.nones{padding-right: 0;}
          .nav li.nones:before{background: none;}
          
          
          .nav li .submenu{overflow: hidden; display: none;position: absolute;width: 100%;top:75px;z-index: 99;background:#f4f4f4;padding: 14px 0; left: 0;line-height: 0;font-size: 0; text-align: center; padding-bottom:80px;}
          .nav li .submenu dl{width: 1400px;margin: 0 auto;padding: 70px 0 50px;}
          .nav li .submenu dt{float: right;width: 450px;height: 260px;overflow: hidden;margin-left: 30px;}
          .nav li .submenu dt a{background:none;}
          .nav li .submenu dt img{width: 450px;height: 260px;display: block;}
          .nav li .submenu dd{float: left;width: 670px;margin-left:50px;}
          .nav li .submenu p a{display: block;float: left;width:47%;height: 48px;line-height: 48px;background: #fff;border: 1px solid #d9d9d9;padding-left: 42px;font-size: 16px;color: #333333;margin: 0 20px 20px 0;position: relative; text-align: left;}
          .nav li .submenu p a:before{content: "";position: absolute;width: 6px;height: 6px;border: 1px solid #a4a4a4;border-radius: 50%;left:21px;top:21px;}
          .nav li:hover .submenu p a{font-weight: normal;}
          .nav li:hover .submenu p a:hover{border-color: #26a46e;background:#26a46e;
          background-image:-webkit-gradient(linear, left top, right bottom, from(#26a46e), to(#26a46e)); 
          background-image: -webkit-linear-gradient(left, #26a46e, #26a46e); 
          background-image: -moz-linear-gradient(left, #26a46e, #26a46e); 
          background-image: -o-linear-gradient(left, #26a46e, #26a46e); 
          background-image: -ms-linear-gradient(left, #26a46e, #26a46e); 
          background-image: linear-gradient(left, #26a46e, #26a46e);color: #fff;}
          .nav li .submenu span a{display: block;width: 198px;height: 48px;line-height: 48px;border: 1px solid #06beff;padding-left: 42px;font-size: 18px;color: #fff;margin: 0 20px 20px 0;position: relative; text-align: left;font-weight: normal; float: left;background:#089df5;
          background-image:-webkit-gradient(linear, left top, right bottom, from(#26a46e), to(#26a46e)); 
          background-image: -webkit-linear-gradient(left, #26a46e, #26a46e); 
          background-image: -moz-linear-gradient(left, #26a46e, #26a46e); 
          background-image: -o-linear-gradient(left, #26a46e, #26a46e); 
          background-image: -ms-linear-gradient(left, #26a46e, #26a46e); 
          background-image: linear-gradient(left, #26a46e, #26a46e); }
          .nav li .submenu span a:before,.nav li .submenu p a:hover:before{content: "";position: absolute;width: 6px;height: 6px;border: 1px solid #fff;border-radius: 50%;left:21px;top:21px;}		 
		  
		  
          @media screen  and (max-width:1440px) {
            .topWrap .header,.nav li .submenu dl{width:1200px;}
            .nav ul{ width: 1200px;margin:0 auto;}
            .nav li {font-size: 16px;}
            .nav li .submenu p a{font-size: 16px;}
			
          }



.swiper-slide {
	z-index: 100;
}

.layer {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.sylm{width:auto; height:auto; text-align:center; padding-top:70px; padding-bottom:20px;}
.sylm h3{font-family:"微软雅黑"; font-size:40px; color:#343434; font-weight:bold; line-height:50px;}
.sylm h3 span{color:#0c7ed9}
.sylm p{font-family:"微软雅黑"; font-size:20px; color:#666;line-height:30px;}


/*about*/
.about{padding-bottom:50px;}
.about dd{width:740px; text-align:left; float:right;}
.about dd strong{ font-family:"微软雅黑";font-size:32px;color: #434343;line-height:40px;}
.about dd i{font-size:18px; font-family:'Montserrat', sans-serif;line-height:30px;color:#A9A9A9; font-weight:bold;}
.about dd .a_line{border-top:4px solid #26a46e; margin-top:10px; width:200px;}
.about dd p {line-height:30px; font-size:17px; color:#666 ; padding-top:25px;}
.about dd .a_more{width:160px; height:40px; background-color:#26a46e; text-align:center; font-size:16px; line-height:40px; margin-top:40px;}
.about dd .a_more a{color:#fff;}
.about dt{position:relative;width:540px;height:435px;}


.m_zz{width:100%; background-color:#f9f9f9; position: relative;height:auto; padding-bottom:10px; margin-bottom:15px; overflow:hidden;}
.m_zz li{ width:20.142%; height:90px;padding-left:15px; box-sizing: border-box; border-right:1px solid #ddd; float: left; text-align: left; position: relative;cursor: pointer;}
.m_zz li:nth-child(5){border-right:0px; }
.m_zz li::before{content: "";position: absolute;width:141px;height:83px;left:6px;bottom:6px;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s;}
.m_zz li em{margin-left:0px;display: block; position: relative;z-index: 1;}
.m_zz li em b{ margin-left:0px;font-size:22px; color: #535353; font-family: "Century Gothic","Arial"; font-weight: bold;line-height: 38px;}
.m_zz li em i{ font-size: 14px;  color: #fff;text-align: center; font-weight: normal;line-height: 22px;width:22px; height: 22px;display: block;font-family: "Arial";position: absolute;bottom:5px; right:0px;background:url(img/sp_1.png) no-repeat; }
.m_zz li h3{font-size:16px; color: #333333; text-align: left; font-weight: normal; line-height: 42px;z-index: 1;position: relative;}

.m_zz li:nth-child(1) em{width:100px;}
.m_zz li:nth-child(2) em{width:70px;}
.m_zz li:nth-child(2) em b{font-size: 22px;font-weight: bold;}
.m_zz li:nth-child(3) em{width:70px;}
.m_zz li:nth-child(4) em{width:70px;}
.m_zz li:nth-child(5){width: 15.432%;}
.m_zz li:nth-child(5) em{width:98px;}

@media screen and (max-width:1440px) {
  .yy,.m_zz{width: 1200px;}

}



.nf_sc{ margin:0 auto; width:1340px; border-top:1px solid #888; border-bottom:1px solid #888; padding-top:30px; padding-bottom:30px; height:auto; overflow:hidden;}
.nf_sc li{ width:16%; height:150px; text-align:left; border-right:1px solid #888; padding-right:1%; padding-left:2%; float:left;}
.nf_sc li h3{font-size:20px; line-height:30px; color:#333; font-weight:600;}
.nf_sc li p{font-size:15px; line-height:26px; color:#333; margin-top:20px;}
.nf_sc li:nth-child(5){ width:16%; border-right:0px solid #888;}




/*产品中心*/
.pic{background: #f9f9f9; margin-top:90px;}
.pic_con .pic_l{float: left;width:25%;position: relative; }
.pic_con .pic_l li{width:100%;}
.pic_con dt img{display: block;width: 100%;}
.pic_con dd p{ position: absolute;left:36px;top:36px; }
.pic_con dd p b{  font-size: 28px;font-family: Microsoft JhengHei;font-weight: bold;text-align: center;display: block;line-height: 28px;position: relative;position: relative;}
.pic_con dd p em{ display: block;font-size: 14px;color: #333333;line-height: 14px;padding-top: 6px; }
.pic_con dd p i img{ display: block;width: 38px;height: 13px;margin-top: 20px; }

.pic_con ul li .pic_z{ position: absolute;left:0;bottom:0;background: rgba(34,67,60,0.95);width: 100%;height: 100%; padding-left: 36px;padding-top: 36px;box-sizing: border-box;display:none;transition: .5s;}
.pic_con ul li:hover .pic_z{display:block;}
.pic_con ul li .pic_z>p b{  font-size: 28px;font-family: Microsoft JhengHei;font-weight: bold;display: block;line-height: 28px;position: relative;position: relative;color: #fff;}
.pic_con ul li .pic_z>p em{ display: block;font-size: 14px;color: #fff;line-height: 14px;padding-top: 6px; }
.pic_con ul li .pic_z>p b img{ display: inline-block;width: 38px;height: 13px;margin-left: 14px;vertical-align: middle; }
.pic_con ul li .pic_z>span{ margin-top:48px;display: block; }
.pic_con ul li .pic_z>span a{display: block; width:93%;font-size:15px;line-height:35px;color: #fff;}
.pic_con ul li .pic_z .pic_more{width:140px;text-align:center; border:1px solid #fff;border-radius:20px;  margin-top:30px; float:right; margin-right:5%;}
.pic_con ul li .pic_z .pic_more a{font-family:"微软雅黑"; color:#fff; }

.pic_con ul li img{display: block;width: 100%;}
.pic_con ul li:nth-child(3n){ margin-right: 0; }
.pic_con ul li a>p{ position: absolute;left:36px;top:36px; }
.pic_con ul li a>p b{  font-size: 28px;font-family: Microsoft JhengHei;font-weight: bold;display: block;line-height: 28px;position: relative;position: relative;}
.pic_con ul li a>p em{ display: block;font-size: 14px;color: #333333;line-height: 14px;padding-top: 6px; }
.pic_con ul li a>p i img{ display: block;width: 38px;height: 13px;margin-top: 20px; }

@media screen and (max-width:1440px) {
      .pic_con ul li .pic_z>span a{display: block;font-size: 14px;line-height: 24px;color: #fff;padding-left: 18px;background: url(img/pic_3.png.png) no-repeat 0 10px;}
}
@media screen and (min-width:1441px) and (max-width:1660px) {
 .pic_con ul li .pic_z>span a{display: block;font-size: 16px;line-height: 26px;color: #fff;padding-left: 18px;background: url(img/pic_3.png.png) no-repeat 0 10px;}
        } 
.anlirol2 {height:auto;width:85%;margin:0px auto; }
.anlirol2 li {float: left;width: 23%; border:1px solid #f2f2f2; background: #fff;margin: 2% 0 0 1.4%; }
.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img { margin:0 auto;width:100%; height:260px;display: block;transition: all .5s; }
.anlirol2 li a ol {background: #efefef;color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:20px; line-height:20px;padding:15px;box-sizing: border-box;}
.anlirol2 li a ol i dd{ margin:0 auto; width:90%;font-family: "微软雅黑"; border-radius:10px; background:#26a46e;color:#fff; font-size:16px; line-height:26px; margin-top:8px;}
.anlirol2 li a ol i {display: block;color: dimgray;font-size: 15px;margin-top: 10px; }
.anlirol2 li a ol a {color: #fff;font-size: 18px; }
.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anlirol2 li a:hover ol {background: #26a46e;color: #fff;}
.anlirol2 li a:hover ol i {color: #dc0817;}
.anlirol2 li a:hover ol i dd{background:#175ac7;}

/*ys*/

.ys{}
.ys_con{width: 100%;height: 740px;margin-top: 50px;padding-bottom:30px;overflow: hidden;}
.ys_con ul{width: 100%;height: 740px;}
.ys_con li{width:16%;float: left;position: relative;cursor:pointer;height: 740px;box-sizing:border-box;border-left: solid 10px #fff;z-index: 50;}

.ys_con li:first-child{border: 0;}
.ys_con li:before{content: "";position: absolute;width:100%;height:100%;background:rgba(0, 0,0, 0.45);bottom:0;left:0;}
.ys_con li .ys_by{width: 100%;height:68%;left:42px;position: absolute;top:80px;}
.ys_con li .ys_by h3{position: relative;}
.ys_con li .ys_by h3:before{content: "";position: absolute;width:3px;height:296px;background:#fff;top:145px;left:8px;}
.ys_con li .ys_by h3 span{ display: block;font-size: 30px;color: #ffffff;font-weight: bold;line-height: 30px;margin-bottom: 8px;font-family: Microsoft JhengHei; }
.ys_con li .ys_by h3 i{ display: block;font-size: 14px;color: #ffffff;line-height: 14px;text-transform: uppercase; font-weight: normal;}

.ys_con li .ys_by em img{ display: block;width:73px;height: 73px;margin-top: 460px; }

.ys_con li .bock{display: none;width:100%;position: absolute;bottom:0;left:0;background:#fff;box-sizing:border-box;height:222px;transition:all 0.3s;}
.ys_con li .bock h3{float: left;width: 200px;height: 222px;font-weight: normal;background: #26a46e;padding-top: 32px;padding-left: 28px;box-sizing: border-box;}
.ys_con li .bock h3 b{ display: block;font-size: 36px;color: #ffffff;font-weight: bold;line-height: 36px;margin-bottom: 8px;font-family: Microsoft JhengHei; }
.ys_con li .bock h3 i{ display: block;font-size: 22px;color: #ffffff;line-height: 22px;font-family: Microsoft JhengHei; }
.ys_con li .bock h3 img{ display: block;width: 73px;height: 73px;margin-top: 18px; }
.ys_con li .bock p{ float: left;font-size: 16px;line-height: 30px;color: #333;width: 774px; padding: 36px 40px 0;box-sizing: border-box;}
.ys_con li .bock p span{ display: block;font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 12px; }
.ys_con li.cur{width:52%;box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.15); }
.ys_con li.cur:before{width: 0;height: 0;}
.ys_con li.cur .bock{display: block;}
.ys_con li.cur .shu2{ display: none;}

@media screen and (max-width:1366px) {   
   .ys_con li .bock p{ width: 410px; padding: 15px 20px 0;box-sizing: border-box;}
   .ys_con li .bock p span{ display: block;font-size: 14px;color: #666666;line-height: 24px;margin-bottom: 10px; }
    
}
@media screen and (min-width:1367px) and (max-width:1440px) {
        .ys_con li .bock p{ width: 410px; padding: 20px 20px 0;box-sizing: border-box;}
   .ys_con li .bock p span{ display: block;font-size: 14px;color: #666666;line-height: 24px;margin-bottom: 12px; }
}
@media screen and (min-width:1441px) and (max-width:1660px) {
         
 .ys_con li .bock p{ width: 530px; padding: 36px 24px 0;box-sizing: border-box;}
   .ys_con li .bock p span{ display: block;font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 12px; }
        }   
@media screen and (min-width:1661px) and (max-width:1920px) {
         
 .ys_con li .bock p{ width:760px; padding: 36px 24px 0;box-sizing: border-box;}
   .ys_con li .bock p span{ display: block;font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 12px; }
        }   

.ys_t{ height:128px; border-bottom:1px solid #efefef; }
.ys_t li{ float: left;height: 68px;font-size: 54px;font-family: Arial; color: #cda975;line-height: 40px;transition: all 0.5s;padding: 0 73px;border-right: 1px solid #eeeeee;}
.ys_t li em{ display: block;height: 54px; text-align: center;}
.ys_t li em b{color: #cda975; display: inline-block;font-size: 54px;line-height: 40px;font-family: Arial;}
.ys_t li em i{ display: inline-block;text-align: center;line-height: 16px;vertical-align: bottom;margin-left: 6px;height: 22px;font-size: 16px;color: #c49c61;width: 39px;border:1px solid #c49c61;box-sizing: border-box;border-radius: 2px;line-height: 20px;font-weight: normal;}
.ys_t li h3{font-size: 16px; color: #666666; line-height: 16px; font-weight: normal;text-align: center;}
.ys_t li:first-child{ padding-left: 0; }
.ys_t li:last-child{ padding-right: 0;border-right: 0; }
.ys_t li:last-child em i{ width: 22px; }
.ys_t li:hover{ transform: translateY(-5px); }

/*news*/
.h-news-w{ margin:0 auto; width:85%;
  overflow: hidden;
}
.h-news1{
  margin-top: 40px;
  padding: 2%;
  width: 100%;
  background: #f9f9f9;
  box-sizing: border-box;
  overflow: hidden;
}
.h-news1 .news_img{
  float: left;
  width: 30%;
}
.h-news1 .news_img img{
  width: 100%;
}
.h-news1 .news_txt {
  float: right;
    width: 67%;
  box-sizing: border-box;
}
.h-news1 .news_txt h3{
  display: block;
  margin: 18px 0;
  font-size:24px;
  color: #333;
  line-height:60px;
  transition: color 0.4s;
}

.h-news1 .news_txt p{
  font-size: 18px;
  color: #555;
  line-height: 36px;
  height:auto;
  overflow: hidden;
}
.h-news1 .news_txt span{
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #555;
}
.h-news2{
  padding:20px 0px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.h-news2 li{
  width: 32%;
  border: 1px solid #26a46e;
  background-color: #f9f9f9;
  padding: 2% 2%;
  box-sizing: border-box;
  overflow: hidden;
}
.h-news2 li h3{
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 60px;
  color: #333;
  transition: border 0.5s;
}
.h-news2 li h3:after{
  position: absolute;
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease-in-out;
  background-color: #26a46e;
}
.h-news2 li p{
  display: block;
  color: #888;
  font-size: 16px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}
.h-news2 li .news_time{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  min-width: auto;
  height: 60px;
  line-height: 60px;
  color: #333;
  background: #fff;
}
.h-news2 li .news_time span{
  font-size: 14px;
}
.h-news2 li:hover h3:after {
        width: 100%;
    }
.h-news2 li:hover .news_time {
  color: #fff;
  background: #26a46e;
}
.h-news2 li:hover .news_time span{
  color: #fff;
}



/* fgs */
.sx_hg {width:100%; height:auto; padding-bottom:40px; margin-top:60px; padding-top:60px; overflow:hidden; background:#f9f9f9;}
.sx_hg .til01{text-align: center;color: #000;font-size:40px;line-height:62px;font-family: "Microsoft Yahei";padding: 0 0 28px;font-weight: normal;}
.sx_hg .til01 p{display: block;font-size:16px;line-height: 34px;opacity: 0.8;}
.sx_hg .til01 a{color: #26a46e;}
.sx_hg .til02,.til02 a{color: #343434;}

#photo-list {width:100%; height:340px;overflow:hidden; margin-top:40px;}
#photo-list ul {list-style:none;}
#photo-list li {float:left; padding-right:20px; text-align:center;}
#photo-list li img {width:398px; height:302px;transition: all 0.5s;}
#photo-list li:hover img{transform:scale(1.05);}
#photo-list li h5{font-size:16px; color:#26a46e; margin-top:10px; height:25px; line-height:25px;}


/*------------foot----------*/
.footer{background:url(img/footerbj.jpg) bottom center no-repeat; padding-top:40px;overflow:hidden;}
.footer .left {width:250px;height:auto;padding: 20px 0 0;}
.footer .left dl{display:inline-block; vertical-align:top; margin:0 26px; text-align:left;}
.footer .left dl dt{font-size:18px;margin-bottom:24px;}
.footer .left dl dt a{color:#fff; transition:0.36s}
.footer .left dl dt a:hover{color: #07a007;}
.footer .left dl dd{width:100%; font-size: 14px;color:#ccc;line-height:26px; position:relative; float:left;}
.footer .left dl dd:before{content:"";position:absolute;left:-15px;width:3px;height:0;background:#07a007;transition: 0.6s;top: 50%;margin-top: -6px;}
.footer .left dl dd a{color: #fff;}
.footer .left dl dd a:hover{color: #07a007;}
.footer .left dl dd:hover:before{ height:13px}

.footer .center{text-align:center;width:360px;font-size:0;padding: 20px 0 0;}
.footer .center dl{ width:160px; display:inline-block; vertical-align:top; margin:0 26px; text-align:left}
.footer .center dl dt{font-size:18px;margin-bottom: 24px;}
.footer .center dl dt a{color: #fff; transition:0.36s}
.footer .center dl dt a:hover{color: #07a007;}
.footer .center dl dd{ width:50%;font-size: 14px;color: #868787;line-height: 30px; position:relative; float:left;}
.footer .center dl dd:before{content:"";position:absolute;left:-15px;width:3px;height:0;background:#07a007;transition: 0.6s;top: 50%;margin-top: -6px;}
.footer .center dl dd a{color: #fff;}
.footer .center dl dd a:hover{color: #07a007;}
.footer .center dl dd:hover:before{ height:13px}

.footer  .footerfl{ display:inline-block; vertical-align:top; margin-top:40px;text-align:left; width:360px;}
.footer  .footerfl li{background:rgba(7,160,7,0.3); width:155px; height:128px; margin-bottom:13px; float:left}
.footer  .footerfl li em{ width:20px; height:117px; padding:20px 6px 0px; font-size:14px; line-height:15px; color: #fff; float:left;}
.footer  .footerfl li i{ width:89px; height:89px; float:left; margin-top:9px; background-color:#fff; padding:10px;}
.footer  .footerfl li i img{width:89px; height:89px;}

.footer .right{width:288px;height:auto;border-left:#65716e 1px solid;padding: 20px 0 0 44px;}
.footer .right h5{ font-size:16px; color:#ffffff}
.footer .right h3{font-size:30px; line-height:50px;color:#fff;font-weight:bold;margin:10px 0 5px;font-family: DINOT;}
.footer .right p{font-size:14px;line-height:20px;color:#61656d; color:rgba(255,255,255,.5); font-family:arial; font-weight:bold; margin-bottom: 32px;}
.footer .right a{display:inline-block;width:100px;height:32px;line-height:32px;font-size:14px;color:#fff;background:#07a007;border-radius:25px;text-align:center;position:relative;overflow: hidden;}
.footer .right a:before{content:"";position:absolute;width:100px;height:100px;top:50%;margin-top:-50px;left:50%;margin-left:-50px;background: rgba(0,0,0,.1);transform:scale(0);transition:0.6s;border-radius: 50%; opacity:0}
.footer .right a span{ position:relative}
.footer .right a:hover{ color:#fff;overflow: hidden !important;}
.footer .right a:hover:before{transform:scale(1); opacity:1;  border-radius: 50%;}

footer .bot{padding:15px 0; border-top:1px solid #65716e; margin-top:20px;}
footer .bot .tt{float:left;color: #fff;line-height:35px;height:35px;margin-right:3px;}
footer .bot .tt img{ margin-right:10px;}
.copyright{float:right;font-size:13px;color: #7d7d7f;line-height:35px;}
.copyright *{display: inline-block;font-size:12px;color: #fff;}
.copyright a{color: #fff;font-size:13px;}
.copyright a:hover{ color:#07a007; }
footer .bot { font-size:13px; color:#837a74; }

.s_foot_link{float:left;width: 178px;height: 35px;cursor:pointer;position: relative;text-align:left;}
.s_foot_link .tanchu:before{content:"";display:block;border:10px solid transparent;border-top:10px solid #ebf8fa;width:0px;height:0px;position:absolute;bottom: -7px;left:50%;margin-left:-10px;}
.s_foot_link .tanchu>div{background: #ebf8fa;border: 1px solid #e2e2e2;padding:10px 13px;overflow:auto;box-shadow: 0px 6px 12px 0px rgba(225, 59, 58,0.25);}
.s_foot_link .tanchu>div::-webkit-scrollbar {display:none}
.s_foot_link .tanchu a {color: #333; line-height: 27px; display:block; font-size: 12px;}
.s_foot_link .tanchu a:hover{ font-weight:bold;}
.s_foot_link #bnt_link1.a {padding-left:12px;color: #ababab;text-align:left;line-height: 35px;width: 230px;position:absolute;z-index:1;font-size: 14px;}
.s_foot_link #bnt_link1.a i{display:inline-block;font-style:normal;width: 175px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;color:#919397;}
.s_foot_link .a span{ display:inline-block; float:right; color:#919397; line-height:28px;}


.layer {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}




/* 底部固定导航 */


.go_top{display: none;background:url(img/f_top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#fcad03;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(38,164,110,0.95);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


.ph-bq{
  margin-bottom:43px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
  background-color: #434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}

 /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom:10px;
  width: 100%;
  background-color: #5e5d5d;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top:15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}



/* 内页 */
.padding0-sm-mini{padding:0px;}
.ny-about{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyabout.jpg) top center no-repeat;}
.ny-culture {
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyculture.jpg) top center no-repeat;}
.ny-course {
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nycourse.jpg) top center no-repeat;}
.ny-Partners{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyPartners.jpg) top center no-repeat;}
.ny-pic{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nypic.jpg) top center no-repeat;}
.ny-group {
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nygroup.jpg) top center no-repeat;}
.ny-equipment{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyequipment.jpg) top center no-repeat;}
.ny-honor{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyhonor.jpg) top center no-repeat;}
.ny-news{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nynews.jpg) top center no-repeat;}
.ny-video{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyvideo.jpg) top center no-repeat;}
.ny-lxwm{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nylxwm.jpg) top center no-repeat;}  
  
.ny_lc{width:auto; height:auto; text-align:center; overflow:hidden;}
.ny_lc img{ width:80%;}

.ny_ry{ margin:0 auto;width:1340px; height:auto; text-align:center; overflow:hidden;}
.ny_ry img{ width:100%;}

.jt-page{
  width: 100%;
  height: 80px;
  background-color: #f5f5f5;
  font-size: 0;
}
.ny-top{
	width: 100%;
	height: auto;
}

.jt-ny-tit{
  position: relative;
  height: 400px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width:200px;
  height: 50px;
  background-color: #3985ff;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}


.ny-pagemenu{
  text-align:left;
}
.ny-pagemenu li{
  margin-right:10px;
  padding:0px;
  background-color:#26a46e;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.ny-pagemenu li a{
  display: block;
  color: #434343;
  font-size:20px;
  padding: 27px;
}

.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #3985ff;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #fff !important;
   font-weight: bold;
}







.ny-pagemenu2{
  width:50%; padding-top:17px;
}
.ny-pagemenu2 li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block; 
  padding: 0 10px;
}
.ny-pagemenu2 li a{
  display: block;
  color: #434343;
  font-size:16px;
  padding:7px;
}
.ny-pagemenu2 li:hover:after{
  border-bottom:2px solid #274195;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;
}




/*------------分类---------*/
.fen{ margin:0 auto;width:1400px;margin-top:30px;}
.fen ul{ height:auto; text-align:center; overflow:hidden;}
.fen ul li {width:14%;height:55px; margin:0.1%; margin-bottom:8px; border:2px solid #dfdfdf;border-radius:1.875rem;text-align: center;float: left; box-sizing: border-box; position: relative; }
.fen ul li a{text-decoration: none; position: relative;z-index: 3; display: block; line-height:55px; height:55px; font-size:15px; color: #2d2d2d; font-weight:normal;}
.fen ul li a:hover{background:#d0001c\9;color: #fff;}
.fen ul li:after{content:'';position:absolute;height:100%;width:0;border-radius:1.875rem;background:#5cb531;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.fen ul li:hover:after,.fen ul li.cur:after{width:100%;color: #fff;}
.fen ul li.cur a { background:#5cb531; color: #fff; }



.ny-loc{
  margin-top: 28px;
  font-size: 14px;
  text-align: right;
  float:right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc a {
  display: inline-block;
    color: #6a6a6a;
    font-weight: bold;
}
.ny-loc span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}




.ny-loc1{ margin:0 auto; width:1400px;
  margin-top: 28px;
  font-size: 14px;
  text-align: left;
}
.ny-loc1 i{
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.ny-loc1 em{
  display: inline-block;
  background: url(img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc1 a {
  display: inline-block;
    color: #6a6a6a;
    font-weight: bold;
}
.ny-loc1 span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc1 p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}





.ny-pagemenu1{
  text-align:left;
}
.ny-pagemenu1 li{
  position: relative;
  display: inline-block;
  padding: 0 5px; 
}
.ny-pagemenu1 li a{
  display: block;
  color: #fff;
  background-color:#26a46e;
  font-size:20px;
  padding: 27px;
}

.ny-pagemenu1 li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu1 li:hover a{
  color: #fff;
}
.ny-pagemenu1-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu1-ov a{
   color: #fff !important;
   font-weight: bold;
}




/*--首页栏目--*/
.nyzw{margin:0 auto; width:1340px; height:auto; font-family:"微软雅黑"; font-size:16px; color:#434343; margin-top:70px;padding-bottom:50px; line-height:30px;text-align:left;overflow:hidden;}
.nyzw h3{font-size:24px; color:#274195; font-weight:normal;}
.nycpfl{ margin:0 auto; width:1280px; height:auto; margin-top:30px; overflow:hidden;}
.lx-nyzw{margin:0 auto; width:1280px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;padding-top:50px;padding-bottom:50px;overflow:hidden;}
.n-plan{height:auto;font-family:"Microsoft Yahei";font-size: 16px;line-height: 24px;text-align: center;color: #666;}


/*nyjls*/
.a_jlsbj{width:100%; height:auto; padding-top:40px;overflow: hidden;}
.a_jlsbj ul{margin:0 auto; width:1400px; height:auto; overflow:hidden;}
.a_jlsbj ul .j-left{width:529px; height:456px; padding-top:70px; float:left;}
.a_jlsbj ul .j-right{width:790px; height:auto; padding-left:50px; text-align:left; overflow:hidden; float:right;}
.a_jlsbj ul .j-right h3{font-family:"微软雅黑"; font-size:28px; color:#434343; font-weight:bold; line-height:40px;}
.a_jlsbj ul .j-right h3 span{color:#ec4b05;}
.a_jlsbj ul .j-right em{font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#888;line-height:30px; text-transform:uppercase;}
.a_jlsbj ul .j-right p{font-family:"微软雅黑"; font-size:16px; color:#888;line-height:30px; overflow:hidden;}

/*wh*/
.wh_js{width:46%; height:610px;padding-left:40px; padding-top:60px;  text-align:left; color:#434343; background:url(img/wh_js.jpg) left center no-repeat;background-size: 100%;background-position:50% 50%;transition: all .5s; float:left;}
.wh_js:hover{background-size:105%;}
.wh_js h3{font-size:26px; line-height:50px;}
.wh_js p{font-size:18px; line-height:30px;}
.wh_l{width:49%; height:670px; float:right;}
.wh_l li{width:auto; height:265px; padding-left:40px; padding-top:60px; text-align:left; color:#fff; background:url(img/wh_zz.jpg) center no-repeat;background-size: 100%;background-position:50% 50%;transition: all .5s; margin-bottom:20px;}
.wh_l li:hover{background-size:105%;}
.wh_l li h3{font-size:26px; line-height:50px;}
.wh_l li p{font-size:18px; line-height:30px;}
.wh_l li:nth-child(2){background:url(img/wh_zz1.jpg) center no-repeat;background-size: 100%;background-position:50% 50%;transition: all .5s; }
.wh_l li:nth-child(2):hover{background-size:105%;}
.wh_z{width:auto; height:335px;}
.wh_z li{width:46%; height:335px; text-align:left;padding-left:40px; padding-top:60px; color:#fff;background:url(img/wh_ln.jpg) center no-repeat;background-size: 100%;background-position:50% 50%;transition: all .5s; float:left;}
.wh_z li:nth-child(2){background:url(img/wh_ln1.jpg) center no-repeat;background-size: 100%;background-position:50% 50%;transition: all .5s;  float:right;}
.wh_z li:hover{background-size:105%;}
.wh_z li:nth-child(2):hover{background-size:105%;}
.wh_z li h3{font-size:26px; line-height:50px;}
.wh_z li p{font-size:18px; line-height:30px;}


.ny-news01{width:100%;height: auto;}
.ny-news01 li{
  width:100%;
  margin:1%; padding-bottom:30px; padding-top:30px;
  border-bottom:3px solid #f9f9f9;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 240px;
	height: 155px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 240px;
	height: 155px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:120px;
  height:30px;
  margin-top:5px;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:20px;
  font-size:14px;
  color: #ccc; font-weight:bold;
  text-align: left;
  line-height:20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{color: #888;}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  width:75%;
  padding-left:80px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 60px;
  overflow:hidden;
  font-size:18px;
  line-height:30px;
  font-weight:normal;
  color: #434343;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r01 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height:auto;
  font-size:16px;
  color: #888;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; border:1px solid #ccc;text-align:center; }
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ccc;}
.ny-news01 li:hover .more{background-color:#666;transition: all 0.3s ease-in-out;}


.ny-news01 li .r02{
  float: left;
  width:100%;
  padding-left:20px;
  height: auto;
}
.ny-news01 li .r02 a h2{
  display: block;
  width: 100%;
  height: 60px;
  overflow:hidden;
  font-size:16px;
  line-height:26px;
  font-weight:normal;
  color: #434343;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r02 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r02 p{
  display: block;
  width: 100%;
  height:86px;
  font-size: 14px;
  color: #888;
  padding-top:10px;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}



/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#535353; border-bottom:1px solid #ccc; font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#efeeee;
  color: #888;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  background-color:#efeeee;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


.ny-l01 {
    float: left;
    width: 250px;
}
.ny-r01 {
    float: right;
    width: 956px;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #043d77;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #facd00 !important;
  color: #525252 !important;
}

.pic-jj{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  font-size:16px;
  text-align:left;
  line-height:26px;
  background-color:#efeeee;
  overflow: hidden;
}
.pic-jj p{
  display: block;
  height: auto;
  font-size:18px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}

/* 联系内页 */

.contact-wrapper {
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding:0px;
  }
}
.contact-wrapper .big-title {
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .title-gray {
  color: #666;
  margin-bottom: 0.5208333333vw;
}
.contact-wrapper .desc {
  font-size: 1;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc {
    font-size: 16px;
  }
}
.contact-wrapper .desc-small {
  font-size: 15px; line-height:20px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc-small {
    font-size: 14px;
  }
}
.contact-wrapper .desc-red {
  color: #e60012;
}
.contact-wrapper .clean-padding-top > div {
  padding-top: 0 !important;
}
.contact-wrapper .contact {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact.border-top {
  background-color:#f9f9f9; margin:0.5%; padding:1%; width:22%;  float:left;
}
.contact-wrapper .contact.border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.contact-wrapper .contact > div {
  width:100%; height:190px;
  padding: 1.125vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact > div {
    flex: 0 0 100%;
  }
}
.contact-wrapper .contact-email {
  display: flex;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
}
.contact-wrapper .contact-email .img-wrapper {
  flex: 0 0 23.4375vw;
}
.contact-wrapper .contact-email .text-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .contact-email .text-wrapper .big-title {
  width: 100%;
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .contact-email .text-wrapper .wrapper {
  flex: 1;
}


.h-proc2{
    margin:0 auto;
	width:auto;
	height: auto;
	margin-bottom:30px;
	text-align: center !important;
}
.h-proc2 a{
	display: inline-block;
	margin:2px;
	height:45px;
	width:13.8%;
	margin:0.2%;
	background-color:#434343;
	font-size:15px;
	color: #ccc;
	text-align: center;
	line-height:45px;
	border-spacing:5px;
}
.h-proc2 a:hover{
	background-color: #f08226;
	color: #fff;}
.x_sylm{width:auto; height:auto; background-color:#f9f9f9; padding:10px; text-align:left; margin-bottom:30px;}
.x_sylm h2{font-size:18px;}
.n_pro{height:auto;position: relative;width:auto; margin-bottom:50px; overflow: hidden;}
.n_pro li{float:left;width:32%;margin:10px 0.5% 0; height:450px;}
.n_pro li dl{width:100%;height:410px;  position: relative;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.n_pro li dl a{text-decoration: none; }
.n_pro dt{width: 100%;}
.n_pro dt img{width: 100%; height:300px;display: block;}
.n_pro dd{height: auto;padding-top: 10px; background-color:#f5f5f5;box-sizing: border-box; text-align: center; color: #333333;}
.n_pro dd h3 {height: 40px; line-height: 40px;  color: #333333; font-size:22px; display: block; text-align: center;}
.n_pro dd em{ color:#e31b1d;}
.n_pro dd  p{padding:0 10px; height:auto; text-align: center; margin-bottom:10px; line-height: 24px; font-size: 14px; color: #888888;}
.n_pro dd .m-more{width: 154px; height:40px; line-height:40px; display: block;margin:0 auto; color: #fff; background: #e31b1d; text-align: center; }
.n_pro dd .s-more{ margin:0 auto;width:80%; height:25px; line-height:25px; border-radius:10px;display: block;margin:0 auto; background: #e31b1d; text-align: center; }
.n_pro dd .s-more a{color:#fff; font-size:12px;}
.n_pro li:hover dd{background-color:#e31b1d;}
.n_pro li:hover .m-more{background-color:#434343}
.n_pro li:hover dd em{ color:#fff;}
.n_pro li:hover dd p{ color:#fff;}
.n_pro li:hover dd h3{ color:#fff;}
.n_pro li dl:hover{margin-top: 8px; }
.n_pro li dl:hover img{box-shadow: 0 0 10px #ccc;}
.n_pro li dl:hover span{display: block;}

.dt{margin:0 auto; width:1340px; height:360px; margin-top:40px; margin-bottom:40px;}
.bookbj{width:auto; height:auto; padding-top:40px; padding-bottom:40px; background: url(img/bookbj.jpg) center no-repeat; }
.bookbj .lx{ margin:0 auto; width:600px; float:right;}
.bookbj .lx h1.title3{background:#26a46e; color:#fff;}
.bookbj .lx h1.title3 a{color:#fff;}
.bookbj .lx ul.fs{border:0;}
.bookbj .lx ul.fs li{background:rgba(0,0,0,0.5);}
.bookbj .lx ul.fs li dl{color:#fff;}
.bookbj .lx ul.fs li dt label span{ border:0px;}


/*fd*/
.y-kefu-box { position: fixed; right: 0; top:40%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(images/right-icon.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #fff; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #f74f2e; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #5bb531; border-top: solid 1px #fff;position: relative; text-align: center;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #5bb531; border-color: #5bb531; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }


.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .back-top p{color: #fff; text-align: center;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #fb8f04;}
.y-kefu-box01 .hver:hover>p { color: #fff; text-align: center;}
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 23px; background-position: -5px -150px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -150px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#666; }
.y-kefu-box01 .mobile-infos p { color: #f80303; font-size: 18px; }
.y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
.y-kefu-box .right-arrow1,
.y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
.y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
.y-kefu-box .right-arrow2 {border-left: 6px white solid;}

.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #f74f2e; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }

/*--旗下公司--*/
.qx_h{width:auto; height:auto; padding-top:50px; padding-bottom:50px; background-color:#f5f5f5; overflow:hidden;}
.qx_h .h_left{width:600px; height:auto; text-align:left; padding-top:40px; color:#434343; float:left;}
.qx_h .h_left strong{font-size:38px; line-height:50px; font-weight:normal;}
.qx_h .h_left p{font-size:16px; line-height:30px; padding-top:20px;}
.qx_h .h_left .more{width:130px; height:45px; border:1px solid #888; text-align:center;border-radius:20px; margin-top:30px;}
.qx_h .h_left .more a{color:#888; font-size:14px; line-height:45px;}
.qx_h .h_left .more:hover{background-color:#26a46e;}
.qx_h .h_left .more:hover a{color:#fff;}
.qx_h .h_right{width:660px; height:auto; float:right;}


.qx_l{width:auto; height:auto; padding-top:50px; padding-bottom:50px; background-color:#26a46e; overflow:hidden;}
.qx_l .l_right{width:600px; height:auto; text-align:left; padding-top:40px; color:#fff; float:right;}
.qx_l .l_right strong{font-size:38px; line-height:50px; font-weight:normal;}
.qx_l .l_right p{font-size:16px; line-height:30px; padding-top:20px;}
.qx_l .l_right .more{width:130px; height:45px; border:1px solid #fff; text-align:center;border-radius:20px; margin-top:30px;}
.qx_l .l_right .more a{color:#fff; font-size:14px; line-height:45px;}
.qx_l .l_right .more:hover{background-color:#fff;}
.qx_l .l_right .more:hover a{color:#26a46e;}
.qx_l .l_left{width:660px; height:auto; float:left;}


/*====================1550====================*/
@media screen and (min-width: 768px) and (max-width: 1680px){

.nav .t_logo{width:20%; height:auto;margin-left:3%;}
.nav ul{ width:75%; padding-top:10px; float:right;}
.index_main .section1 .index_banner .item{height:80vh !important;}

}

/*=========浮动导航========*/
.sp_header{height:auto;overflow:hidden;position:fixed;z-index:90000;width:100%;}
.sp_nav{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px; margin-right:10px;}
.sp_nav span{display:block;background-color:#26a46e;width:20px;height:3px;position:absolute;left:15px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:5px}
.sp_nav span:nth-of-type(3){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background-color:rgba(245,245,245,.95); padding-top:30px;width:100%;font-size:16px; right:0;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:0px; padding-top:80px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ccc solid;margin-left:10px;position:relative;line-height:50px;font-size:16px;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ccc solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#222;width:90%}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#26a46e;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#26a46e}
.sjj_nav ul li ul li>ul{margin-left:10px}





/*手机banner轮播*/
.sj-banner{width:100%; position:relative;}
.sj-banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;bottom:5px;text-align:center;width:97%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#26a46e;  position:relative;}







/*====================手机====================*/
@media only screen and (max-width: 768px){
	.topbj{display: none;}
	.s_top{width:auto; height:90px; overflow:hidden; padding:10px; position:absolute; z-index:30000}
	.swiper-slide{display: none;}
	.w1300{width:auto;}
	.sylm{padding-top:20px; padding-bottom:0px;}
	.sylm h3{font-size:24px;}
	.sylm p{font-size:16px;}
	
	.about dt{width:94.6%; height:260px; padding:10px;}
	.about dd{width:auto; height:auto; padding:10px;}
	.yy, .m_zz{width:auto;}
	.m_zz li{width:48%; margin-bottom:10px;}
	.m_zz li:nth-child(5){width:48%;}
	.about dd strong{font-size:24px;}
	.about dd p{font-size:16px;}
	.about dd .a_more{margin-top:20px;}
	
	.nf_sc{width:auto; border-top:0px;}
	.nf_sc li{width:99%; height:auto; padding-bottom:10px; padding-top:10px;border-right:0px; border-top:1px dotted #888;}
	.nf_sc li:nth-child(4){width:99%;}
	.pic{margin-top:30px;}
	.pic_con .pic_l{width:50%;}
	.pic_con ul li a>p{top:26px;}
	.pic_con ul li a>p b{font-size:22px;}
	.pic_con ul li a>p em{font-size:12px;}
	.pic_con ul li a>p i img{width:20px; height:10px; margin-top:10px;}
	.anlirol2{width:95%;}
	.anlirol2 li{width:48%;}
	.anlirol2 li a img{height:150px;}
	.anlirol2 li a ol{line-height:20px; font-size:16px; padding:10px;}
	.ys{display: none;}
	
	/*sjys*/
	.sjys{width:auto; height:auto; background-color:#f9f9f9; }
	.sjys li{width:auto; height:auto; }
	.sjys li img{width:100%;}
	.sjys li ol{width:auto; height:auto;text-align:left; padding:10px; padding-top:20px; padding-bottom:30px;}
	.sjys li ol em{font-family:Arial, Helvetica, sans-serif; font-size:40px;line-height:70px; color:#fff; border-bottom:2px solid #434343; padding:10px;background-color:#26a46e;font-style:oblique; float:left; margin-right:10px;}
	.sjys li ol h3{font-family:"微软雅黑"; font-size:24px; color:#26a46e; line-height:40px; padding-top:10px; font-weight:bold;}
	.sjys li ol h3 span{font-family:"微软雅黑"; font-size:16px; color:#434343; font-weight: bold;line-height:30px;}
	.sjys li ol p{font-family:"微软雅黑"; font-size:15px; color:#666; line-height:26px; padding-top:10px;}
	
	.h-news1{ margin-top:0px;}
	.h-news-w{width:100%;}
	.h-news1 .news_img{width:auto;}
	.h-news1 .news_txt{width:100%;}
	.h-news1 .news_txt h3{font-size:18px; line-height:26px;}
	.h-news1 .news_txt p{font-size:15px; line-height:26px; height:80px;}
	.h-news2{display: block;}
	.h-news2 li{ margin:0 auto;width:95%; border:0px;}
	.h-news2 li h3{font-size:17px;}
	.h-news2 li p{font-size:14px; line-height:24px; height:75px;}
	.h-news2 li .news_time{height:40px; line-height:40px;}
	.sx_hg{margin-top:0px; padding-top:20px;}
	.sx_hg .til01{font-size:24px; line-height:45px;}
	.sx_hg .til01 p{font-size:14px;}
	#photo-list{margin-top:0px; height:335px;}
	
	.footer{padding-top:20px; background:url(img/footerbj.jpg) top center repeat;}
	.footer .center{width:50%;}
	.footer .left{width:50%}
	.footer .left dl{margin:0 6px;}
	.footer .footerfl{width:auto; padding:10px; margin-top:0px;}
	.footer .footerfl li{float:left;}
	.footer .right{width:auto; float:none; padding:10px;}
	.footer .right p{margin-bottom:10px;}
	.footer .bot{width:auto; padding:10px; padding-bottom:90px;}
	 

	 

	 
    .ny-about{ height:160px;background-size:210% auto;}
	.ny-culture{ height:160px;background-size:210% auto;}
	.ny-course{ height:160px;background-size:210% auto;}
	.ny-Partners{ height:160px;background-size:210% auto;}
	.ny-pic{height:160px;background-size:210% auto; }
	.ny-group{height:160px;background-size:210% auto; }
	.ny-news{height:160px;background-size:210% auto; }
	.ny-honor{height:160px;background-size:210% auto; }
    .ny-equipment{height:160px;background-size:210% auto; }
	.ny-video{height:160px;background-size:210% auto; }
    .ny-lxwm{height:160px;background-size:210% auto; }
	
    .ny_lc img{ width:100%;}
	
	
	.ny-pagemenu li{margin-top:10px;}
    .jt-page{ width: 100%; height: auto; margin-bottom:20px; font-size: 0; border-bottom: 1px solid #eaeaea; overflow:hidden;}
	.ny-pagemenu li a{padding:5px 5px; font-size:16px;}
	
	
	.ny-pagemenu2 li a{
	  display: block; width:100%;
	  color: #fff;
	  font-size:15px; background-color:#274195; margin:1%;
	  padding:5px;
	}
	
	

    .ny-top{width: 100%;height: auto;}
	.jt-ny-tit{position: relative; height:156px;}
	.jt-ny-tit h2{width:140px; height:35px; font-size:20px; line-height:35px;}
	.ny-loc{display: none;}
	.tr_wh{width:auto; padding-top:0px;}
	
	
	.a_jlsbj{padding-top:0px;}
	.a_jlsbj ul{width:auto;}
	.a_jlsbj ul .j-left{width:100%; height:auto; padding-top:0px; float:left;}
	.a_jlsbj ul .j-left img{width:100%;}
	.a_jlsbj ul .j-right{width:auto; height:auto; padding-left:0px; float:left;text-align:left; overflow:hidden;}
	
	
	.wh_js{width:auto; height:300px; padding-top:40px;background-size:100%;background-position:50% 50%;transition: all .5s; margin-bottom:20px;float:none;}
	.wh_l{width:100%; height:auto; float: none;}
	.wh_l li{width:auto; height:120px;padding-top:40px;margin-bottom:20px;}
	.wh_z{width:100%; height:auto;}
	.wh_z li{width:auto; height:120px;padding-top:40px;float:none;margin-bottom:20px;}
	
	
	.qx_h{ padding:20px;}
	.qx_h .h_left{width:auto;padding-top:0px;}
	.qx_h .h_left strong{font-size:22px;}
	.qx_h .h_left .more{width:110px; height:35px;margin-top:20px; margin-bottom:20px;}
	.qx_h .h_left .more a{line-height:35px;}
	.qx_h .h_right{width:auto; height:auto; float:right;}


	.qx_l{padding:20px;}
	.qx_l .l_right{width:auto;padding-top:0px;}
	.qx_l .l_right strong{font-size:22px;}
	.qx_l .l_right .more{width:110px; height:35px;margin-top:20px;margin-bottom:20px;}
	.qx_l .l_right .more a{line-height:35px;}
	.qx_l .l_left{width:auto; height:auto; float:left;}
	
	
	.nyzw{width:auto;padding:10px; margin-top:0px;}
	.nyzw h3{font-size:18px; color:#274195; font-weight:normal;}

	.sf{display: none;}
	.showleft{display: none;}
	
	.ny-news01{width:auto}
	.ny-news01 li{width:auto;}
	.ny-news01 li .tu1{width:100%; margin-bottom:10px;}
	.ny-news01 li .r01{width:100%; margin-left:0px; padding-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:16px; line-height:30px; font-weight:bold;}
	.ny-news01 li .r01 p{font-size:14px;}
	
	
	.ny-news01 li .r02{width:100%; margin-left:0px; padding-left:0px;}
	.ny-news01 li .l02{display: none;}
	.ny-news01 li .r02 a h2{font-size:14px; font-weight:bold;}
	
	
	.new-xq-l{display: none;}
	.new-xq-r{display: none;}
	.new-xq-r p{
	  width:100%;
	}
   .lx-nyzw{width:auto;padding-top:10px;}
   
   
   .n_pro{margin-top:10px; width:auto;}
	.n_pro li{width:48%; height:auto;}
	.n_pro dt img{height:160px;}
	.n_pro dd h3{font-size:18px;}
	.n_pro li dl{height:auto;}
	.n_pro dd p{display: none;}
	.n_pro dd .m-more{display: none;}

	.ny-loc1{width:auto;}
	.fen{width:auto; padding:10px;margin-top:0px;}
	.fen ul{ width:auto; height:auto; text-align:center; overflow:hidden;}
	.fen ul li {width:48%;height:45px; margin:0.5%; }
	.fen ul li a{line-height:45px; height:45px;}


.ny-pagemenu1 li{
  margin-bottom:10px; margin-top:10px;
}

	.ny-pagemenu1 li a{padding:8px; font-size:16px; font-weight:bold; font-family:"微软雅黑";}
	.n_li{padding-top:0px; padding-bottom:10px;}
	.ny-loc1{margin-top:0px;}
	
	.dt{width:auto; height:500px; margin-top:40px; margin-bottom:40px;}
	.bookbj{width:auto; height:auto; padding-top:40px; padding-bottom:40px; background: url(img/bookbj.jpg) center no-repeat; }
	.bookbj .lx{ margin:0 auto; width:90%; float:none;}
	
	.contact-wrapper .contact.border-top{width:98%;}
	.contact-wrapper .contact > div{ height:80px;}

	/*系统原样式修改*/
	.min_box_content{display: none;}
	.showpics{margin:3% !important;}
	.page_list span{display: none!important;}
	.showlist li .t{line-height:25px!important;}
	.showlist li img{height:130px !important;}

}


/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
	
		.topbj{display: none;}
	.s_top{width:auto; height:90px; overflow:hidden; padding:10px; position:absolute; z-index:30000}
	.swiper-slide{display: none;}
	.w1300{width:auto;}
	.sylm{padding-top:30px; padding-bottom:0px;}
	.sylm h3{font-size:30px;}
	.sylm p{font-size:18px;}
	
	.about dt{width:97.5%; height:auto; padding:10px;}
	.about dd{width:auto; height:auto; padding:10px;}
	.yy, .m_zz{width:auto;}
	.m_zz li{width:32%; margin-bottom:10px;}
	.m_zz li:nth-child(5){width:32%;}
	.about dd strong{font-size:24px;}
	.about dd p{font-size:16px;}
	.about dd .a_more{margin-top:20px;}
	
	.nf_sc{width:auto; border-top:0px;}
	.nf_sc li{width:46%; height:auto; padding-bottom:10px; padding-top:10px;border-right:0px; border-top:1px dotted #888;}
	.nf_sc li:nth-child(4){width:46%;}
	.pic{margin-top:30px;}
	.pic_con .pic_l{width:50%;}
	.anlirol2{width:95%;}
	.anlirol2 li{width:48%;}
	.anlirol2 li a img{height:240px;}
	.anlirol2 li a ol{line-height:20px; font-size:16px; padding:10px;}
	.ys{display: none;}
	
	/*sjys*/
	.sjys{width:auto; height:auto; background-color:#f9f9f9; }
	.sjys li{width:auto; height:auto; }
	.sjys li img{width:100%;}
	.sjys li ol{width:auto; height:auto;text-align:left; padding:10px; padding-top:20px; padding-bottom:30px;}
	.sjys li ol em{font-family:Arial, Helvetica, sans-serif; font-size:40px;line-height:70px; color:#fff; border-bottom:2px solid #434343; padding:10px;background-color:#26a46e;font-style:oblique; float:left; margin-right:10px;}
	.sjys li ol h3{font-family:"微软雅黑"; font-size:24px; color:#26a46e; line-height:40px; padding-top:10px; font-weight:bold;}
	.sjys li ol h3 span{font-family:"微软雅黑"; font-size:16px; color:#434343; font-weight: bold;line-height:30px;}
	.sjys li ol p{font-family:"微软雅黑"; font-size:15px; color:#666; line-height:26px; padding-top:10px;}
	
	.h-news1{ margin-top:0px;}
	.h-news-w{width:100%;}
	.h-news1 .news_img{width:auto;}
	.h-news1 .news_txt{width:100%;}
	.h-news1 .news_txt h3{font-size:18px; line-height:26px;}
	.h-news1 .news_txt p{font-size:15px; line-height:26px; height:80px;}
	.h-news2{display: block;}
	.h-news2 li{ margin:0 auto;width:95%; border:0px;}
	.h-news2 li h3{font-size:17px;}
	.h-news2 li p{font-size:14px; line-height:24px; height:75px;}
	.h-news2 li .news_time{height:40px; line-height:40px;}
	.sx_hg{margin-top:0px; padding-top:20px;}
	.sx_hg .til01{font-size:24px; line-height:45px;}
	.sx_hg .til01 p{font-size:14px;}
	#photo-list{margin-top:0px; height:335px;}
	
	.footer{padding-top:20px; background:url(img/footerbj.jpg) top center repeat;}
	.footer .center{width:30%;}
	.footer .left{width:25%}
	.footer .left dl{margin:0 6px;}
	.footer .footerfl{width:auto; padding:10px; margin-top:0px;}
	.footer .footerfl li{float:left;}
	.footer .right{width:50%; float:none; padding-left:30px; margin-top:30px;}
	.footer .right h5{ text-align:left;}
	.footer .right p{margin-bottom:10px;}
	.footer .bot{width:auto; padding:10px; padding-bottom:90px;}
	 
	 
	 
	
	.ny-about{ height:180px;background-size:125% auto;}
	.ny-culture{ height:180px;background-size:125% auto;}
	.ny-course{ height:180px;background-size:125% auto;}
	.ny-Partners{ height:180px;background-size:125% auto;}
	.ny-pic{height:180px;background-size:125% auto;}
	.ny-group{height:180px;background-size:125% auto;}
	.ny-news{height:180px;background-size:125% auto;}
	.ny-honor{height:180px;background-size:125% auto; }
    .ny-equipment{height:180px;background-size:125% auto;}
	.ny-video{height:180px;background-size:125% auto;}
    .ny-lxwm{height:180px;background-size:125% auto;}
	
	
	.fen{width:auto; padding:10px;margin-top:0px;}
	.fen ul{ width:auto; height:auto; text-align:center; overflow:hidden;}
	.fen ul li {width:24%;height:45px; margin:0.5%; }
	.fen ul li a{line-height:45px; height:45px;}

    .wh_js{width:auto; height:300px; padding-top:40px;background-size:100%;background-position:50% 50%;transition: all .5s; margin-bottom:20px;float:none;}
	.wh_l{width:100%; height:auto; float: none;}
	.wh_l li{width:44%; height:120px;padding-top:40px;margin-bottom:20px; float:left;}
	.wh_l li:nth-child(2){ float:right;}
	.wh_z{width:100%; height:auto;}
	.wh_z li{width:44%; height:120px;padding-top:40px;float:left;margin-bottom:20px;}
	
	
	.ny-pagemenu1 li a{padding:5px; font-size:16px;}
	
	.ny-pagemenu2 li a{
	  display: block; width:100%;
	  color: #fff;
	  font-size:15px; background-color:#274195; margin:1%;
	  padding:5px;
	}
	
	.dt{width:auto; height:500px; margin-top:40px; margin-bottom:40px;}
	.bookbj{width:auto; height:auto; padding-top:40px; padding-bottom:40px; background: url(img/bookbj.jpg) center no-repeat; }
	.bookbj .lx{ margin:0 auto; width:90%; float:none;}
	
	
}



/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.sp_header{display: none;}
	.sjj_nav{display: none;}
	.s_top{display: none;}
	.sj-banner{display: none;}
	.ph-bq{display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.xn_c_index_326{display: none;}
	.case_con1{display: none;}
	.sjys{display: none;}
	
}


