.top {
    padding:14px 0 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 1px 1px rgba(255,255,255,.5);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    align-items: center;
}
#target{
display:block;
height:0px;
opacity: 0;
}
#banner .swiper-button-next{
    background:url(../images/bnnright.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size:cover;
}
#banner .swiper-button-prev{
    background:url(../images/bnnleft.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size:cover;
}
.dibuleft section a{
    color:#bfbfbf
}
.contact section a{
    color:#333;
}
.nav-logo{
    width: 25px;
    display: none;
}
.logo img{
    height: 50px;
}
.yuyan img{
    height: 40px;
}
.menu i {
    display: none;
}
.menu ul li {
    display: inline-block;
    line-height: 69px;
    font-size: 16px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    position: relative;
    margin: 0 10px;
    z-index: 99;
}
.yuyan ul li.hov a{
    color:#0070b4;
}
.menu ul li a {
    display: block;
    line-height: 96px;
    color: #404040;
    font-size: 1.7rem;
    padding: 0px 5px;
    position: relative;
}
.menu ul li a:hover{
    color:#0070b5;
}
.yuyan ul{
    display: flex;
}
.yuyan ul li {
    padding:0 10px;
}
.heise{
    display: none;
}
.menu ul li>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: -2px;
    height: 10px;
    background: #f59b0d;
    transition: .5s;
}
#banner .swiper-button-next{
    background:url(../images/bnnright.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size:cover;
}
#banner .swiper-button-prev{
    background:url(../images/bnnleft.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size:cover;
}
.menu ul li.cur>a:after, .menu ul li:hover>a:after {
    left: 0;
    width: 100%;
}
.menu ul li.cur>a, .menu ul li:hover>a{
    color:#f59b0d;
}
.banner img{
    width:100%;
}
.sygy{
    padding:100px 0 85px;
    font-size:34px;
    line-height:63px;
    color:#6b4e32;
    text-align: center;
    font-weight: bold;
}
.sytj{
    padding:89px 0 24px;
    background:#f1f1f1;
}
.sytjbt{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  
}
.sytjbt h2{
    width: 100%;
    text-align: center;
    font-size:40px;
    color:#f59b0d;
    font-family: "DIN-Bold";
    margin-bottom:23px;
}
.cpwen{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.sytj ul li:hover .cptu img{
    transform:scale(1.2);
    transition: .5s;
}
.cptu{
    overflow: hidden;
}
#sysb img:hover{
    transform:scale(1.2);
    transition: .5s;
}
#sysb img{
    transition: .5s;
    width: 100%;
}
#sysb .swiper-slide{
    overflow: hidden;
}
.cptu img{
    width:100%;
    transition: .5s;
}
.cpwen img{
    height: 21px;
}
.sytj ul li{
    flex:0 0 24%;
    float:left;
    margin-bottom:50px;
}
.cpwen{
    transition: .3s;
}

.cpwentu img:nth-child(2){
    display: none;
}
.sytj ul li:hover .cpwen img:first-child{
    display: none;
}
.sytj ul li:hover .cpwen img:nth-child(2){
    display: block;
}
.sytj ul li a{
    color:#323232;
}
.sytj ul li:hover .cpwen{
    background:#f59b0d;
    transition: .3s;
}
.sytj ul li:hover a{
    color:white;
    transition: .1s;
}
.sytj ul {
    padding-top: 83px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sytj ul:after {
    width: 24%;
    height: 0;
    content:"";
    display: block;
}
.sysb{
    padding: 77px 0;
}
#sysb{
    padding-top:60px;
}
footer{
    padding:50px 0 70px;
    background:#393939;
}
.dibbulogo{
    display: flex;
    width:35%;
}
.dibbulogo img{
    height: 60px;
}
.dibbulogo img:last-child{
    padding-left:40px;
}
.dibutop{
    display: flex;
    justify-content: space-between;
}
.dibufenxiang{
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}
.dibufenxiang ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.dibufenxiang img{
    height: 20px;
}
.diburight ul li{
    color:#bfbfbf;
    font-size:16px;
    text-align: center;
}
.dibuleft section{
    color:#bfbfbf;
    font-size:16px;
    line-height:41px;
}
.dibubottom{
    display: flex;
    justify-content: space-between;
}
.dibuleft{
    width: 45%;
}
.diburight{
    width: 40%;
}
.diburight ul{
    display: flex;
    justify-content: space-between;
}
.diburight ul li img{
    padding-bottom:16px;
}
.dibubottom{
    padding-top:54px;
}
.diburight span{
    color:#bfbfbf;
    text-align: right;
}
.diburight span a{
    color:#bfbfbf;
}
.diburight span a:hover{
    color:#f59b0d;
}
.diburight{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner{
    position: relative;
}
.ablan{
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
}
.ablan h2{
    font-size:50px;
    color:#ffffff;
    margin-bottom:35px;
}
.ablan{
    color:#fff;
    font-size:16px;
}
.ablan a{
    color:#fff;
    font-size:16px;
}
.nyabdh li a{
    height: 80px;
    display: flex;
    border:1px solid #e6e6e6;
    text-align: center;
    align-items: center;
    justify-content: center;
    color:#393939;
    transition: .5s;
}
.nyabdh li {
    width: 24%;
}
.nyabdh ul{
    display: flex;
    width: 80%;
    justify-content: space-between;
}
.nyabdh li a:hover{
    background:#f59b0d;
    color:white;
    transition: .5s;
}
.nyab1{
    padding:70px 0 83px;
}
.nyabdh li.hover a{
    background:#f59b0d;
    color:white;
}
.nyabbt{
    padding:88px 0 75px;
    font-size:34px;
    color:#292929;  
}
.nyab1js section{
    line-height:43px;
    font-size:16px;
}
.nyab1js ul{
    padding:66px 0;
    display: flex;
    justify-content: space-between;
}
.nyab2{
    padding:70px 0 83px;
}
.nyab3{
    padding:70px 0 83px;
}
.nyab2js ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nyab2js ul li{
    width: 32%;
}
.nyabtu img{
    width: 100%;
}
.nyabwen{
    padding:33px 47px;
    font-size:18px;
}
.nyab2js ul:after{
    width: 32%;
    height: 0;
    content: "";
}


.nyab3js ul li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition:.5s;
    margin-bottom:53px;
}
.nyab3tu{
    width: 30%;
}
.nyab3wen{
    width: 70%;
    padding: 71px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nyab3wen h2{
    font-size:20px;
    color:#0d0d0d;
}
.nyab3wen h3{
    font-size:16px;
    line-height: 30px;
    color:#0d0d0d;
}
.nyab3wen span{
    color:#9e9e9e;
    font-size:14px;
}
.more{
    color:#393939;
    font-size:14px;
}
.nyab3js ul li:hover .nyab3tu img{
    transform: scale(1.1);
}
.nyab3tu img{
    transition:.5s;
    width: 100%;
}
.nyab3tu{
    overflow: hidden;
}
.nyab3js ul li a:hover{
    background:#f6f6f6;
    transition:.5s;
}
.nyab3js ul li:nth-child(even) a{
    background:#f6f6f6;
}
.nycp{
    padding:115px 5% 73px;
    background:#f1f1f1;
    display: flex;
    justify-content: space-between;
}
.nycpn{
    padding:115px 5% 73px;
    background:#f1f1f1;
    display: flex;
    justify-content: space-between;
}
.nycpleft h2{
    background:#a3a3a3;
    color:white;
    padding:40px 0;
    text-align: center;
    font-size:45px;
    font-weight: bold;
}
.nycpleft{
    width:20%;

}
.nycpleft ul{
    background:#ffffff;
    padding:50px 24px;
}
.nycpleft ul li{
    font-size:16px;
    color:#484848;
    margin-bottom:30px;
    font-weight: bold;
    list-style: inside;
    cursor: pointer;
}
.nycpleft ul li>a{
    color:#484848;
    transition: .5s;
}
.nycpleft ul li.hover>a{
    color:#f59b0d;
    transition: .5s;
}
.nycpleft ul li>a:hover{
    color:#f59b0d;
    transition: .5s;
}
.nycpleft ul li dl{
    display: none;
}
.nycpleft ul li dl dd:first-child{
    padding-top:37px;
}
.nycpleft ul li dl dd{
    padding:0px 40px 0px;
}
input.sinput.go {
    background-image: url(../images/searchs.png);
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 18px;
    float: right;
    cursor: pointer;
    margin-right: 20px;
}
.nycpleft .form-control {
    float: left;
    border: none;
    width: auto;
    background: none;
    color: #4e4e4e;
    background: transparent;
    box-shadow: none;
    border-radius: 30px;
    overflow: hidden;
    width: 90%;
}
form.sousuokuang.clearfix {
    display: flex;
    justify-content: space-around;
    border: 1px solid #a3a3a3;
    margin-bottom: 20px;
    padding: 10px 0;
}
.nycpleft ul li dl dd{
    padding-bottom:19px;
    font-size:14px;
    font-weight: normal;
}
.nycpleft ul li dl dd:last-child{
    padding-bottom:10px;
}
.nycpleft ul li dl dd a{
    color:#484848;
    
}
.nycpleft ul li dl dd a:hover{
    color:#f59b0d;
}
.nycpright{
    width: 75%;
}
/* .nycpright ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */
.nycpright ul{
    overflow: hidden;
}
.nycpright ul li{
    width: 23%;
    margin: 0 1%;
    margin-bottom:40px;
    float:left
}
.nycpright ul:after{
    width: 32%;
    height: 0;
    content:"";
}
.nycpright ul li:hover .cpwen{
    background:#f59b0d;
}
.nycpright ul li a{
    color:#323232;
}
.nycpright ul li a:hover{
    color:white;
}

.nycpright ul li:hover .cpwen img:first-child{
    display: none;
}
.nycpright ul li:hover .cpwen img:nth-child(2){
    display: block;
}
.lxwm{
    padding:80px 0 55px;
}
.contact{
    width: 50%;
}
.contact h2{
    font-size:34px;
    color:#292929;
    padding-bottom:55px;
}
.contact section{
    font-size:16px;
    line-height:48px;
    padding-bottom:50px;
}
.contact ul{
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.lxdibutu img{
    width: 100%;
    margin-top:56px;
}
.lie input{
    border: 0;
    width: 70%;
}
.lie input:focus{
    outline:0;
}
.liebiaoti img{
    width:22px;
    margin: 0 11px;
    height: auto;
}
.lie{
    display: flex;
    justify-content: space-between;
    padding-bottom:25px;
    border-bottom:1px solid rgba(200,200,200,.3);
    padding-top:36px;
}
.lie:first-child{
    padding-top:0;
}
.liebiaoti{
    display: flex;
    font-size:16px;
    color:#787878;
    width: 50%;
}
.feedback{
    width: 50%;
    padding:30px 46px;
    border:1px solid #d2d2d2;
    border-radius: 15px;
}
.lxbig{
    display: flex;  
}
.biao{
    padding-bottom:30px;
}
.biao1 .liebiaoti{
    height: 22px;
}
.biao1 .form-control{
    border:none;
    box-shadow: none;
    resize:none;
}
.biao1 .form-control:focus{
    box-shadow: none;
}
.biao1 .lie{
    border-bottom: none;
    align-items: center;
}
.biao1{
    border: 1px solid rgba(200,200,200,.3);
    padding:10px 20px;
    border-radius: 15px;
    padding-left:0;
}
.shangchuan img{
    height: 22px;
    margin-left:10px;
}
.shangchuan{
    display: flex;
    font-size:16px;
    color:#787878;
    padding:22px 0;
}
.lxbig ul li{
    text-align: center;
}
.lxbig ul li img{
    margin-bottom:15px;
} 
.feedback button img{
    height: 20px;
}
.feedback button{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.nyxz .nyabdh li{
    width: 32%;
}
.nyxz{
    padding:68px 0 45px;
}
.nyxz .nyabdh{
    padding-bottom:40px;
}
.xiazaisousuo form{
    display: flex;
    border:1px solid #a7a7a7;
    border-radius: 30px;
    padding: 10px;

    width: 60%;
    margin: 0 auto;
}
.xiazaisousuo input.sinput.go {
    background-image: url(../images/searchs.png);
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 18px;
    float: right;
    cursor: pointer;
    margin-right: 20px;
}
.xiazaisousuo input:focus,.xiazaisousuo input:active{
    box-shadow: none;
}
.xiazaisousuo input{
    border:none;
    box-shadow: none;
    background:none;
}
.xiazaisousuo{
    margin: 20px 0 50px;
}
.xztu{
    display: block;
    width: 50px;
    height: 50px;
    background:url(../images/pdf.png) bottom;
    transition: .3s;
}
.xzwen{
    width: 80%;
}
.xiazailiebiao ul li a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding:40px 30px;
    color:#5b5b5b;
    font-size:16px;
    line-height: 34px;
}
.xiazailiebiao ul li{
    width: 48%;
    border:#b6b6b6 1px solid;
    margin-bottom:20px;
}
.xiazailiebiao ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xiazailiebiao ul li a:hover{
    transition: .5s;
    background:#f59b0d;
    color:#fff;
}
.xiazailiebiao ul li a:hover .xztu{
    background:url(../images/pdf.png) top;
    transition: .3s;
}
.pro-img{
    display: flex;
    justify-content: space-between;
    padding-bottom:40px;
    border-bottom:1px solid #d5d5d5;
}
.colmd7 h2{
    font-size:26px;
    color:#2b2b2b;
    padding-bottom:33px;
    border-bottom:1px solid #e6e6e6;
}
.colmd5{
    width: 42%;
}
.colmd7{
    width: 55%;
}
.colmd7 section{
    font-size:16px;
    font-weight: bold;
    padding:30px 25px 13px;
    border-bottom:1px solid #e6e6e6;
    overflow: hidden;
    line-height: 32px;
}
.colmd7 section p{
    font-weight: normal;
}

.colmd7 section ul{
    font-size:16px;
    color:#2b2b2b;
    line-height: 44px;

}
.colmd7 section ul li{
    width: 100%;
    margin: 0;
    font-weight: normal;
    list-style: inside;
    color:#2f2f2f;
}
.colmd7 section ul a{
    color:#2b2b2b;
}
.colmd7 section ul a:hover{
    color:#2b2b2b;
}
.sycpbottom{
    padding:30px 10px 0;
}
.sycpbottom h2{
    font-size:16px;
    color:#2b2b2b;
    padding-bottom:27px;
}
.sycpbottom table{
    width: 100% !important;
    border:1px solid #858585;
}
.sycpbottom tr:first-child{
    background:#dad9d9;
    font-weight: bold;
}
.sycpbottom td{
    border:1px solid #858585;
    text-align: center;
}
.head{
    position: fixed;
    width: 100%;
    background:white;
    z-index: 99;
}
.head .top {
    padding: 0;
    transition: .5s;
   
}
header{
    transition: .5s;
}
.head .menu ul li>a {
    display: block;
    line-height: 66px;
    color: #404040;
    font-size: 1.7rem;
    padding: 0px 5px;
    position: relative;
}
.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}
.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}
.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
.pictures_eyes_in img { max-height: 700px; }
.pictures_eyes_in section p{color:#fff;padding:15px 0px;}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img { height: 50px; }
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nyab2js a{
    color:#292929;
}
.nyab2js a:hover{
    color:#f59b0d;
}
.nyab2js a:hover .nyabtu img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 500ms ease-in 0ms;
}
.nyabtu img{
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.nyabtu{
    overflow: hidden;
}
.fang a:hover{
    color:#f59b0d;
}
.inewsct{
	background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    margin-top:40px;
}
.inews-tt{
	border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}
.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}
.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}
.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}
sup {
    top: -1em;
}
.inews-ct a{
    text-decoration: none;
}
.page_list a{

    display: block;

    font-size: 1.6rem;

    font-family: Avenir-Regular;

    color: #666;
    text-decoration: none;
    line-height: 38px;

    padding: 0px 15px;

    margin: 0px 4px;

    transition: .3s;
    border:1px solid #c9c9c9;
    color:#c9c9c9;

}
.page_list a:hover{

    color:white;
    background:#f59b0d;
}
.inewsct iframe{
    width:100%;
    height:600px;
}
.page_list {

    display: flex;

    justify-content: right;
    float:right;
    clear:both;

}
.page li{

	float:left;

}
.page li a{

	color:black;

}

.pager a:hover{

	display:block;

	background:#ce440a;

	

}
.page_list .on{
    color:white;
    background:#f59b0d;
}

.page_info{
	text-align:right;
}
.liebiaow-aa{

	width: 16%;

    height: 78px;

    line-height: 78px;

    text-align: center;

    float: left;

	border-right: 1px solid #ebebeb;

}

.liebiao-bb{

    width: 21%;

    float: right;

}

.liebiaow-bb a{

	color:#919191;

}

.liebiao {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.liebiao-aa {
    width: 77%;
    line-height: 30px;
    color: #666666;
    float: left;
}
.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}
.shangy {

    height: auto;

    

    border-bottom: 1px dotted #ececec;

}
.bmtt {
    height:auto; overflow:hidden;
    margin-top:24px;
    }
    
.shangy a{

    overflow: hidden;

    line-height: 32px;

    color: #666666;

} 

.xiay a{

      overflow: hidden;

    line-height: 32px;

    color: #666666;

}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #f59b0d;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
}
.yc{
    display: none;
}
.xiay {

    height: auto;

    overflow: hidden;

    color: #666666;

    line-height: 32px;

}

.liebiaow-cc{

	width: 16%;

    height: 78px;

    line-height: 78px;

    text-align: center;

    float: right;

	border-right: 1px solid #ebebeb;

}
.liebiaow {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.shangy a:hover{
    text-decoration: none;
    color:#f59b0d;
}
.xiay a:hover{
    text-decoration: none;
    color:#f59b0d;
}
.fanhui a:hover{
    color:white;
}
.nycpleft ul li.hover dl{
    display: block;
}
.nycpleft ul li dl dd.hover a{
    color:#f59b0d;
}
.fanye{
    display: flex;
    justify-content: space-between;
    padding-top:50px;
    font-size:16px;
}
.fanye a{
    color:#080808;
}
.fanye a:hover{
    color:#f59b0d;
}
.jqzoom img{
    width: 100%;
}
.zoomdiv{float:left;
	top:0 !important;
	left:101% !important;
	border:1px solid rgba(0,0,0,.1);
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
	font-size:0;}

.bigimg{width:800px;height:800px;}

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	
.zoomdiv img{
	max-width:none;
}
.pro-img #Gbig {
    width: 100%;
}
.jqzzom {
    position: relative;
}
.jqzoom {
    position: relative;
    overflow: hidden;
    border: 0px #ddd solid;
    height: auto;
    overflow: hidden;
}
.xiaotu{
    padding: 0 50px;
}
.carousel{
    padding:20px 0;
}
.slides {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 100000;
    background:#f59b0d;
    border-radius: 15px;
    padding:22px 13px;
}
.slides ul li:first-child{
    padding-bottom:22px;
    border-bottom:1px solid white;
}
.slides ul li:last-child{
    padding-top:22px;
}
.shoujibt{
    display: none;
}
.sjbt{
    display: none;
}
.yd{
    display: block;
}
.yc{
    display: none;
}
label{
    position: relative;
}
#file{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#btn{
    margin-right: 5px;
}
#text{
    color: red;
}
.scan{
    background:url(../images/zj.png);
    width: 22px;
    height: 22px;
    background-size:100%;
    border:none;
    margin-left:20px;
    cursor: pointer;
}
.menu ul li:hover>dl{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: .5s;
}
.menu ul li dl dd:hover dl{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: .5s;
}
.menu ul li dl {
    width: 260px;
    /* padding: 15px 0; */
    border-top: 1px solid #cfcfcf;
    background-color: rgba(255, 255, 255, .96);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: scale(.8) rotateY(
30deg
);
    -ms-transform: scale(.8) rotateY(30deg);
    -o-transform: scale(.8) rotateY(30deg);
    transform: scale(.8) rotateY(
30deg
);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 5px 5px 0 rgb(0 0 0 / 15%);
    transition: .5s;

}
.menu ul li dl dd {
	color:#fff;
	line-height:30px;
	font-size:1.4rem;
	cursor:pointer;
    text-align: left;
    padding: 0 15px;
}

.menu ul li dl dd a {
    display: block;
    line-height: 1.8em;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    color: #333;
    border-bottom: 1px solid #f6f6f6;
    text-transform: capitalize;
}
.menu ul li dl dd a:hover {
	color:#f59b0d;
}
.menu ul li dl dd dl{
    left: 102%;
	top: 0px;

}
.menu ul li>dl dd a:before, .menu ul li>dl dd:hover>a:before {
    content: '';
    display: block;
    width: 4px;
    height: 30%;
    background-color: #f59b0d;
    position: absolute;
    left: -15px;
    top: 40%;
    opacity: 0;
    transition: .5s;
    filter: alpha(opacity=0);
}
.menu ul li dl dd a:hover:before,
.menu ul li dl dd:hover>a:before
{
	top: 50%;
	margin-top: -10px;
	height: 20px;
	opacity: 1;
    transition: .5s;
	filter: alpha(opacity=100);
}
.menu ul li dl dd:hover>a{
    color:#f59b0d;
}
@media(max-width:1680px){
    .nycpleft{
        width: 22%;
    }
}
@media(max-width:1440px){
    .nycpleft ul {
        background: #ffffff;
        padding: 25px 12px;
    }
    .nycpright {
        width: 70%;
    }
    .nycpleft {
        width: 25%;
    }
    .nycpleft h2 {
        font-size: 40px;
    }
    .colmd7 section {
        font-size: 16px;
        font-weight: bold;
        padding: 30px 15px 13px;
        border-bottom: 1px solid #e6e6e6;
        height: 400px;
        overflow-y: scroll;
    }
    .colmd7 section ul {
        padding-top: 20px;
    }
}
@media(max-width:1360px){
    .liebiaoti {
        display: flex;
        font-size: 16px;
        color: #787878;
        width: 35%;
    }
    .lie input {
        border: 0;
        width: 65%;
    }
    .nycpleft h2 {
        font-size: 35px;
    }
    .colmd7 section {
        height: 360px;
    }
    .sygy{
        font-size:32px;
    }
    .colmd7 {
        width: 50%;
    }
}
@media(max-width:1200px){
    .logo img {
        height: 30px;
    }
    .menu ul li {
        float: left;
        padding: 0px 7px;
        position: relative;
    }
    .sygy {
        font-size: 26px;
        padding:80px 0 60px;
    }
    .nycp {
        padding: 80px 5% 60px;
    }
    .nycpleft {
        width: 27%;
    }
    .xiazailiebiao ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 15px;
        color: #5b5b5b;
        font-size: 16px;
        line-height: 34px;
    }
    .liebiaoti {
        display: flex;
        font-size: 16px;
        color: #787878;
        width: 55%;
    }
    .lie input {
        border: 0;
        width: 45%;
    }
    .colmd7 section {
        height: 360px;
    }
    .colmd7 section {
        height: 300px;
    }
}
@media(max-width:1100px){
    .sytj {
        padding: 60px 0 24px;
        background: #f1f1f1;
    }
    .sytj ul {
        padding-top: 40px;
    }
    .sysb {
        padding: 40px 0;
    }
    .nyabbt {
        padding: 40px 0 40px;
        font-size: 34px;
        color: #292929;
    }
    .nyab1js ul {
        padding: 33px 0;
        display: flex;
        justify-content: space-between;
    }
    .nyab1 {
        padding: 40px 0;
    }
    .nyabwen {
        padding: 33px 20px;
        font-size: 18px;
    }
    .nyab3wen {
        width: 70%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nycpleft {
        width: 30%;
    }
    .nycpright {
        width: 65%;
    }
}
@media(max-width:992px){

    .top {
        align-items: center;
        padding: 0px 15px;
    }
    .logo {
        padding: 5px 0px;
        width: auto;
    }
    .logo img {
        height: 30px;
        width: auto;
    }
    .menu {
        position: fixed;
        width: 70%;
        height: 100%;
        right: -100%;
        top: 0;
        z-index: 9999;
        background: #fff;
        transition: .3s;
    }
    .menu i {
        display: block;
        height: 42px;
        padding: 0px 15px;
        background: rgba(0,0,0,.08);
        font-weight: bold;
        line-height: 42px;
        color: #000;
    }
    .menu ul {
        flex-wrap: wrap;
    }
    .menu ul li {
        width: 100%;
        padding: 0px 0px;
    }
    .menu ul li a {
        line-height: 42px;
        font-size: 1.4rem;
        padding: 0px 15px;
        color: #333;
        border-bottom: 1px rgba(0,0,0,.15) solid;
        background: url(../images/mujt.png) right 15px center no-repeat;
        background-size: auto 15px;
    }
    .nav-logo {
        display: block;
    }
    .nav-logo i {
        display: block;
        padding: 2px 0px;
    }
    .nav-logo i:after {
        content: "";
        display: block;
        height: 2px;
        background: #000;
    }
    .menuu {
        right: 0;
    }
    .heise {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 998;
        background: rgba(0,0,0,.7) url(../images/guanbi.png) 11% center no-repeat;
        background-size: auto 40px;
    }
    .slides{
        display: none;
    }
    .sygy {
        font-size: 14px;
        padding: 20px 15px;
        line-height: 32px;
        text-align: left;
    }
    .sytjbt h2{
        font-size:28px;
    }
    .sytj {
        padding:20px 15px;
    }
    .sytj ul {
        padding-top: 20px;
    }
    .sytj ul li {
        flex: none;
        width: 49%;
        float: left;
        margin-bottom: 20px;
    }
    .cpwen p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sysb {
        padding: 20px 15px;
    }
    .dibufenxiang{
        display: none;
    }
    .dibbulogo {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        display: none;
    }
    .dibbulogo img:last-child {
        padding-left: 0px;
        margin-top:40px;
    }
    .dibubottom{
        flex-wrap: wrap;
    }
    .dibuleft {
        width: 100%;
    }
    .diburight {
        width: 100%;
    }
    footer {
        padding: 20px 15px;
    }
    .dibubottom {
        padding-top: 0px;
    }
    .dibuleft section {
        color: #bfbfbf;
        font-size: 14px;
        line-height: 37px;
    }
    .diburight ul li {
        color: #bfbfbf;
        font-size: 14px;
        text-align: center;
    }
    .head .top {
        padding: 0 15px;
        transition: .5s;
    }
    .menu ul li a:after{
        display: none;
    }
    .head .menu ul li a{
        line-height: 42px;
        font-size:1.4rem;
        padding:0px 15px;
    }
    .ablan h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .nyab1 {
        padding: 20px 15px;
    }
    .nyabdh li {
        width: 49%;
        margin-bottom:10px;
    }
    .nyabdh ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nyabdh li a {
        height: 40px;
    }
    .nyabbt {
        padding: 10px 0 ;
        font-size: 24px;
        color: #292929;
    }
    .nyab1js section {
        line-height: 32px;
        font-size: 14px;
    }
    .nyab1js ul {
        padding: 10px 0;
    }
    .nyab2 {
        padding: 20px 15px;
    }
    .nyab2js ul li {
        width: 49%;
    }
    .nyabwen {
        padding: 15px 10px;
    }
    .nyabwen h4{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pictures_eyes_indicators{
        display: none !important;
    }
    .pictures_eyes_in .prev, .pictures_eyes_in .next {
        position: absolute;
        top: 100%;
        width: 51px;
        height: 51px;
        cursor: pointer;
    }
    .pictures_eyes_in img {
        max-height: 350px;
    }
    .nyab3 {
        padding: 20px 15px;
    }
    .nyab3tu {
        width: 100%;
    }
    .nyab3wen {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nyab3wen h2 {
        font-size: 18px;
        color: #0d0d0d;
        line-height: 36px;
        padding: 10px 0;
    }
    .nyab3wen h3{
        padding:10px 0;
    }
    .nyab3wen span {
        padding:10px 0;
    }
    .ablan {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(0,-50%);
    }
    .nycp {
        padding: 20px 15px;
    }
    .nycpleft{
        display: none;
    }
    .nycpright{
        width: 100%;
    }
    .nycpright ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .sjbt{
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
    .lm-logo i:after {
        content: "";
        display: block;
        height: 3px;
        transition: .3s;
        transform-origin: 24% center;
        background: #000;
    }
    .weizhi .lm-logo {
        display: block;
        width: 27px;
    }
    .weizhi .lm-logo i {
        display: block;
        padding: 2px 0px;
    }
    .shoujibt{
        display: block;
    }
    .weizhi {
    
        width: 100%;
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 15px;
    }
    .weizhi .lm-logo {
        display: block;
        width: 27px;
    }
    .cpleft h5{
        display: none;
    }
    .lm-logo i:after {
        content: "";
        display: block;
        height: 3px;
        transition: .3s;
        transform-origin: 24% center;
        background: #000;
    }
    .weizhi .lm-logo i {
        display: block;
        padding: 2px 0px;
    }
    .lanmu {
        position: fixed;
        width: 70%;
        height: 100%;
        overflow: auto;
        background: #fff;
        z-index: 10000;
        left: -100%;
        display: block;
        bottom: 0;
    }
    
    .lanmuu {
        left: 0;
    
    }
    .lanmu ul {
        display: block;
        box-shadow: none;
        padding: 10px 0px;
    }
    .lanmu ul li {
        width: 100%;
        padding: 0px 15px;
        border-bottom: 1px rgba(0,0,0,.1) solid;
    }
    .lanmu ul li dl dd>a {
        color:#333;
        line-height: 32px;
        font-size: 1.4rem;
        border-right: 0px #fff solid;
        padding: 4px 0px 2px;
        justify-content: flex-start;
    }
    .lanmu ul li dl {
        position: static;
        box-shadow: none;
        display: block;
        border-top: 1px rgba(0,0,0,.1) dashed;
        padding: 5px 0px;
    }
    .lanmu ul li dl dd {
        padding-right: 50px;
    }
    .lanmu ul li dl dd section {
        padding-bottom: 0px;
    }
    .lanmu ul li  dl dd section a {
        line-height: 24px;
        padding: 0px 0px 0px 48px;
        font-size: 1.3rem;
        background: url(../images/yhjt.png) 36px 7px no-repeat;
        background-size: auto 9px;
        display: block;
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .heisee {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 998;
        background: rgba(0,0,0,.7) url(../images/guanbi.png) 88% center no-repeat;
        background-size: auto 40px;
    }
    .lanmu ul li{
        font-weight: bold;
    }
    .lanmu ul li dl {
        font-weight: normal;
    }
    .lanmu ul li span {
        padding: 5px 0;
        display: block;
        width: 100%;
    }
    .ablan{
        display: none;
    }
    .pro-img{
        flex-wrap: wrap;
    }
    .colmd5 {
        width: 100%;
    }
    .colmd7 {
        width: 100%;
    }
    .fanye {
        display: flex;
        justify-content: space-between;
        padding: 25px 0;
        font-size: 16px;
    }
    .colmd7 h2 {
        font-size: 18px;
        color: #2b2b2b;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
    }
    .colmd7 section {
        height: auto;
        padding: 10px 0;
    }
    .colmd7 section ul {
        padding-top: 0;
    }
    .sycpbottom table {
        width: 771.77pt !important;
        border: 1px solid #858585;
        overflow-x: scroll;
    }
    .sycpbottom {
        padding: 30px 10px 0;
        overflow-x: scroll;
    }
    .nyxz {
        padding: 20px 15px;
    }
    .nyxz .nyabdh {
        padding-bottom: 0;
    }
    .xiazaisousuo {
        margin: 10px 0;
    }
    .xiazaisousuo form {
        display: flex;
        border: 1px solid #a7a7a7;
        border-radius: 30px;
        padding: 5px;
        width: 100%;
        margin: 0 auto;
    }
    .xiazailiebiao ul li {
        width: 100%;
        border: #b6b6b6 1px solid;
        margin-bottom: 20px;
    }
    .xzwen{
        font-size:14px;
    }
    .jqzoom {
        display: none;
    }
    .xianshi {
        display: block;
    }
    .yd{
        display: none;
    }
    .yc{
        display: block;
    }
    .lxwm {
        padding: 20px 15px;
    }
    .lxbig {
        display: flex;
        flex-wrap: wrap;
    }
    .contact {
        width: 100%;
    }
    .contact p{
        font-size:14px;
        line-height: 28px;
    }
    .feedback {
        width: 100%;
        padding: 30px 46px;
        border: 1px solid #d2d2d2;
        border-radius: 15px;
    }
    .contact ul{
        width: 100%;
    }
    .contact h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .contact section {
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .feedback {
        width: 100%;
        padding: 20px 5px;
        border: 1px solid #d2d2d2;
        border-radius: 15px;
        margin-top:20px;
    }
    .liebiaoti {
        display: flex;
        font-size: 16px;
        color: #787878;
        width: 57%;
    }
    .biao1 {
        border: 1px solid rgba(200,200,200,.3);
        padding: 10px;
        border-radius: 15px;
    }
    .liebiaoti img {
       width: 22px;
        margin: 0 5px;
        height: 22px;
    }
    .liebiaoti span{
        width: 90%;
        font-size:14px;
    }
    .lxdibutu img {
        margin-top: 20px;
    }
    .b-height {
        height: 50px;
    }
    .fixed-bottom{
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 98;
        box-shadow: 0px 0px 3px #333;
    }
    .fixed-bottom dl{
        display: flex;
        display: -webkit-flex;
        font-size: 1.2rem;
        background: #f59b0d;
    }
    .fixed-bottom dl dd{
        width: 50%;
        text-align: center;
    }
    .fixed-bottom dl dd i{
        display:block;
        text-align:center;
        margin:0px 0px 3px;
    }
    .fixed-bottom dl dd i img{
        width:auto;
        height:21px;
        margin:0 auto;
    }
    .fixed-bottom dl dd:nth-child(3){
        border-right: 0;
    }
    .fixed-bottom dl dd a{
        color: #fff;
        display: block;
        line-height:18px;
        padding:7px 0px 3px;
    }
    .liebiao-aa{
        width: 100%;
    }
    .liebiao-bb{
        width: 100%;
    }
    .scan{
        margin: 0;
    }
    .shangchuan {
        display: flex;
        font-size: 14px;
        color: #787878;
        padding: 22px 0;
        flex-wrap: wrap;
    }
    label{
        width:22px;
        overflow: hidden;
    }
    .shangchuan{
        justify-content: space-between;
    }
    #file {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 22px;
    }
    .cpwen{
        padding: 10px;
    }
    .cpwen img{
        height: auto;
    }
    .cpwentu {
        display: flex;
        align-items: center;
        height: 21px;
        width: 21px;
    }
    .menu ul li dl {
        display: none;
    }
}
