﻿.list{
    max-width:1440px;
    margin:0 auto 60px;
    background:#fff;
    overflow: hidden;
}
.l_banner{
    padding-top: 20%;
    position: relative;
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
}
.l_bnr{
    width:1440px;
    margin:0 0 0 -720px;
    overflow: hidden;
    position: absolute;
    left:50%; 
    top:0;
}
.l_bnr h2{
    font-size:56px;
    font-weight: 600;
    margin-top:6%;
    color:#2daccc;
}
.l_bnr p{
    font-size:16px;
}
.dh{
    width:100%;
    height:40px;
    font-size:14px;
    line-height:40px;
    border-bottom:1px solid #dfdfdf;
}
.l_top{    width:100%; margin:30px auto; }
.l_top strong{
    font-size:36px;
    height: 60px; line-height: 60px; color:#2daccc;
    text-align: center;
    display: block;
}
.l_nav{
    width:100%;
}
.l_nav ul{
    width:100%;
    text-align: center;
    overflow: hidden;
}
.l_nav ul li{
    display: inline-block;
    margin:0 15px;
    width:180px;
}
.l_nav ul li a{
    font-size:16px;
    height:48px;
    display: block;
    overflow: hidden;
    line-height: 48px;
    border:1px solid #2daccc;
    background:#f1f1f1;

}
.l_nav ul li a:hover{
    background:#2daccc;
    color: #fff;
    letter-spacing: 0.5px;
}
.cur{
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    background: #2daccc !important;
}
.curcp{
    letter-spacing: 1px;
    color: #2daccc;
    font-weight: 600;
}
.l_gs{
    width:100%;
    margin-top:45px;
    overflow: hidden;
}
.l_gsnr{
    width: 100%;
    overflow: hidden;
}
.l_gsimg{
    width:600px;
    float: left;
    border:10px solid #f1f1f1;
}

.l_gsimg img{
    width: 100%;
    height: 100%;
}
.l_gstxt{
    width:calc(100% - 650px);
    float: right;
    font-size: 16px;
    line-height:42px;
}
.l_gscf{
    width:100%;
    margin-top:30px;
    margin-bottom:60px;
}
.l_gscf ul{
    width:calc(100% + 30px);
    overflow: hidden;
}
.l_gscf ul li{
    width:calc((100% / 3 ) - 30px);
    float: left;
    margin-right:30px;
}
.l_gscf ul li p{
    width:calc(100% - 10px);
    border:5px solid #f1f1f1;
    padding-top:66%;
    position: relative;
}
.l_gscf span{
    font-size:16px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.l_gscf ul li p img{
    display: block;
    left: 0;
    top:0;
    position: absolute;
    width:100%;
    height:100%;
}
/*---------zlzl-----------*/
.zlzl{
    max-width: 1440px;
    margin: 0 auto;
}
.zlzl ul{
    width:calc(100% + 20px);
    overflow: hidden;
}
.zlzl ul li{
    width:calc((100% / 4) - 20px);
    margin-right:20px;
    margin-top:20px;
    float: left;
}
.zlzl ul li a{
    width:calc(100% - 10px);
    border:5px solid #dfdfdf;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top:137%;
    color: #fff;
}
.zlzl ul li a p{
    width:100%;
    position: absolute; 
    top:0;
}
.zlzl ul li a p img{ width:100%; transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;}
.zlzl ul li a span{
    position: absolute;
    display: block;
    background: rgb(0, 0, 0, 0.7);
    bottom:0;
    width:100%;
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size:14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}
.zlzl ul li a:hover{
    border:5px solid #2daccc;
}
.zlzl ul li a:hover img{
    transform: scale(1.1);
}
.zlzl ul li a:hover span{
    background:rgb(45, 172, 204, 0.9);
}
/*-----------图片主大-------------*/
.ryzs_nr{ width: 100%; overflow: hidden; padding-top:10px;}
.ryzs_nr ul{width:calc(100% + 20px); overflow: hidden;}
.ryzs_nr ul li {float: left; margin-right:20px; width:calc((100% / 4) - 22px); border:1px solid #dfdfdf; overflow: hidden;transition: all 0.3s ease; margin-top:20px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
.ryzs_nr ul li a{ display: block; width:calc(100% - 10px); background-size: cover !important; background-position: 50% 50% !important; overflow: hidden; border:5px solid #fff; }
.ryzs_nr ul li a p{ display: block; padding-top:56%; width: 100%; position: relative;overflow:hidden;}
.ryzs_nr ul li a p img{ width:100%; position: absolute; top:0; left:0; }
.ryzs_nr ul li a span{ width:100%; height: 40px;z-index:1; line-height: 40px; background: rgba(0, 0, 0, .7); display: block; color: #fff; text-align: center;transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}
.ryzs_nr ul li:hover{ border:1px solid #2daccc;}
.ryzs_nr ul li a:hover span{ background: #2daccc;}
/*---------gszp-----------*/
.gszp{
    max-width: 1440px;
    margin: 0 auto;
}
.gszp ul{
    width:calc(100% + 20px);
    overflow: hidden;
}
.gszp ul li{
    width:calc((100% / 4) - 20px);
    margin-right:20px;
    margin-top:20px;
    float: left;
}
.gszp ul li a{
    width:calc(100% - 10px);
    border:5px solid #dfdfdf;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top:66.6666%;
    color: #fff;
}
.gszp ul li a p{
    width:100%;
    height:100%;
    position: absolute; 
    top:0;
}
.gszp ul li a p img{ width:100%; height:100%;transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;}
.gszp ul li a span{
    position: absolute;
    display: block;
    background: rgb(0, 0, 0, 0.7);
    bottom:0;
    width:100%;
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size:14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}
.gszp ul li a:hover{
    border:5px solid #2daccc;
}
.gszp ul li a:hover img{
    transform: scale(1.1);
}
.gszp ul li a:hover span{
    background:rgb(45, 172, 204, 0.9);
}
/*--------cp----------*/
.l_ctop{ display: none;}
.cpnr{
    width:100%;
    overflow: hidden;
}
.cpl{
    margin-top:30px;
    width:270px;
    float: left;
}
.cpl p{
    border-bottom:2px solid #000;
    height: 60px;
    line-height:60px;
    font-weight: 600;
    font-size:24px;
}
.cpl ul{
    width:100%;
}
/*----------nav_left------------*/
.cpgb{
    display: none;
}
.nav_left li{
    width:100%;
    overflow: hidden;
}
.nav_left li h3{
    width:100%;
    border-bottom:1px solid #000;
    overflow: hidden;
}
.nav_left li h3 a{
    width:calc(100% - 50px);
    float: left;
    display: block;
    line-height:50px;
    font-size:16px;
}
.nav_left li h3 a .ysi{
    margin-right:5px;
}
.ysii{
    width:50px;
    float: right;
    line-height:50px !important;
    font-size:16px !important;
    display: block;
    list-style: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}
.nav_left li ul{
    height:0;
    width:100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav_left li .ysnav{
    height:auto;
    opacity: 1;
}
.nav_left li>ul li{
    border-bottom:1px solid #000;
    width:calc(100% - 20px);
    padding-left:20px;
}
.nav_left li>ul li a{
    display: block;
    line-height:36px;
    font-size:14px;
}
.nav_left li>ul li a i{
    margin-right:10px;
}
.nav_left h3 i.active {
    transform: rotate(90deg); /* 使图标旋转 */
  }
/*----------nav_left end------------*/
.cpl ul li a:hover{
    letter-spacing: 1px;
}
.cpr{
    width: calc(100% - 300px);
    float: right;
    overflow: hidden;
}
.cpr ul{
    width:calc(100% + 30px);
    overflow: hidden;
}
.cpr ul li {
    width:calc((100% / 3) - 30px);
    margin-right:30px;
    float: left;
    margin-top:30px;
}
.cpr ul li a{
    width:calc(100% - 4px);
    border: 2px solid #f1f1f1;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.cpr ul li a p{
    position: relative;
    width:100%;
    padding-top:100%;
}
.cpr ul li a p img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.cpr ul li a span{
    display: block;
    width:100%;
    text-align: center;
    font-size:13px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    background: #f1f1f1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.cpr ul li a:hover{
    border:2px solid #2daccc;
    color: #fff;
    background: #2daccc;
}
.cpr ul li a:hover span{
    background: #2daccc;
    color:#fff;
}

/*-------------新闻列表页---------------*/
.news_nr{ width: 100%;}
.news_nr ul { width: 100%; overflow: hidden;}
.news_nr ul li { padding: 30px 0; border-bottom:1px solid #dfdfdf; overflow: hidden;}
.time{ width: 120px; float: left; padding:0 30px 30px 0; overflow: hidden; }
.time p{ width: 100%; background: #2daccc; padding:15px; }
.time p strong,.time p span{ display: block; color: #fff;}
.time p strong{ font-size:30px; height: 60px; line-height: 60px; border-bottom:1px solid #fff;}
.time p span{ font-size:20px; height: 30px; line-height:30px;}
.nezs{ width: calc(100% - 180px); float: right; overflow: hidden;}
.neimg{ width:225px; height: 150px; overflow: hidden; float: left;}
.neimg a{ width: 225px; height: 150px;  overflow: hidden; display: block;}
.neimg a img{ width: 225px; height: 150px; transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}
.neimg a:hover img{ transform: scale(1.2);}
.netxt{ width:100%; float: right;}
.netxt a{ font-size:24px; height: 60px; line-height: 60px; display: block; overflow: hidden; border-bottom:1px solid #2daccc;}
.netxt a i{ margin-right:10px;}
.netxt span{ display: block; line-height: 30px; font-size:14px; height:90px; overflow: hidden;}
/*-联系我们-*/
.lxwm_nr{ width: 100%; overflow: hidden; margin-top:30px;}
.lxwm_nr .dt{ width: 600px; height: 400px; float: left; border:5px solid #dfdfdf;}
.lxwm_nr .dt iframe{ width: 100%; height: 100%;}
.lxnr{ width: calc(50% - 40px); float: right;}
/*-搜索页面-*/
#ssjg{ width: 90%; margin:0 auto;}
#ssjg h2{ font-size:42px; line-height: 120px; border-bottom:2px solid #2daccc;}
#ssjg ul{ width:100%; overflow: hidden;}

/*---------留言页面--------*/
.ly_nr{ margin:30px auto 30px; overflow: hidden; }
.lyimg{ float: left; width:600px; height:400px; margin-top:20px; overflow: hidden;}
.lyy{ width:calc(100% - 630px); float: right; }
.form-group{ width:100%; overflow: hidden;}
.form-group label{ font-size:16px; height:30px; line-height: 30px; padding-left:20px; margin-top:20px; display: block;}
.form-group input{ width:80%; height:42px; line-height:42px; border:1px solid #dfdfdf;  padding:0 20px; font-size:14px;}
.form-group textarea{ width:80%; height:80px; line-height:42px; border:1px solid #dfdfdf; padding:20px; font-size:14px;font-family: "微软雅黑";}
.col-6{ margin-top:15px; }
.formw{ width:180px !important;}
.codeyzm{ padding-left:15px;}
.form-group{ width: 100%;}
.form-group button{
    width:80%; 
    height:42px; border:1px solid #dfdfdf; margin-top:15px;
    cursor: pointer;
}

/*--------lxwm--------*/
.l_lximg{
    width:600px;
    height:400px;
    float: left;
    border:10px solid #f1f1f1;
}

.l_lximg img{
    width: 100%;
    height: 100%;
}
.l_lxtxt{
    width:calc(100% - 660px);
    float: right;
    font-size: 16px;
    line-height:42px;
}




/*-----------page-------------*/
#page{ width: 100%; margin-top:30px; text-align: center;}
#page span,#page a{ display: inline-block; margin:0 5px; padding:6px 12px; border:1px solid #dfdfdf; }
#page a:hover,.page-num-current{ background: #2daccc; border:1px solid #2daccc !important; color: #fff;}

@media screen and (max-width:1460px){
    .list{ width: 1360px;}
    .l_bnr{ width: 1360px; margin:0 0 0 -680px;}
    
}
@media screen and (max-width:1360px){
    .list{ width: 1200px;}
    .l_bnr{ width: 1200px; margin:0 0 0 -600px;}
    .netxt a{ font-size:20px; height:48px; line-height: 48px;}   
    .netxt span{ height: 90px; overflow: hidden; font-size:14px;}
    
}
@media screen and (max-width:1200px){
    .list{ width: 95%;}
    .l_banner{ padding-top:30%;}
    .l_bnr{ width: 80%; margin:0 0 0 -40%;}
    .zlzl ul li{ width: calc((100% / 3) - 20px);}
    .gszp ul li{ width: calc((100% / 3) - 20px);}
    /*-----cp------*/
    .l_ctop{  display: block;  width:100%; margin:30px auto 0;  }
    .l_ctop strong{
    font-size:32px;
    height: 60px; line-height: 60px; color:#2daccc;
    text-align: center;
    display: block;
}
    .cpl{float:none; width: 100%;}
    .cpl p{
        width:95%;
        line-height:50px;
        background:#f1f1f1;
        text-align: center;
        border: none;
        height:50px;
        margin:0 auto;
        font-size:16px;
        cursor: pointer;
    }
    .cpgb{
        display:block;
        text-align:center;
        font-size:16px;
        line-height:50px;
    }
    .cpl .nav_left{
        position: fixed;
        background: #333;
        width:80%;
        left:-100%;
        top:0;
        bottom:0;
        overflow: hidden;
        z-index: 999;
        transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }
    .cpl .navl{
        left:0;
    }
    .cpgb{
        color:#eee;
        font-weight: 600;
        border-bottom:2px solid #eee;
        cursor: pointer;
    }
    .ysii{
        color:#eee;
    }
    .cpl ul li { width: 100%; }
    .cpl ul li a{ width:calc(100% - 80px); padding:0 0 0 30px; font-size:16px; color:#eee;}
    .cpr{ width: 100%;}
    /*------新闻------*/
    .time{ display: none;}
    .nezs{ width:100%; float:none;}
    /*------留言------*/
    .lyimg{width:45%;}
    .lyy{ width:53%;}
        .ryzs_nr ul li {
        width: calc((100% / 3) - 22px);
    }
}
@media screen and (max-width:800px){
    .ryzs_nr ul li{width: calc((100% / 2) - 22px);}
    .l_bnr h2{
        font-size:36px;
    }
    .l_bnr p{
        font-size:14px;
    }
    .zlzl ul li{ width: calc((100% / 2) - 20px);}
    .gszp ul li{ width: calc((100% / 2) - 20px);}
    .l_gsimg{ display: none;}
    .l_gstxt{ width: 100%;}
    .l_gscf ul{ width:calc(100% + 15px);}
    .l_gscf ul li{ width: calc((100% / 2) - 15px); margin-right:15px;}
    .l_nav ul li{ width:25%; margin:0 2.5%;}
    .cpr ul li a span{ font-size:14px;}
    .cpr ul {
        width:calc(100% + 15px);
    }
    .cpr ul li{ width: calc((100% / 2 ) - 15px); margin-right:15px; margin-top:15px;}
    .l_nav ul{
        width:calc(100% + 15px);
    }
    .l_nav ul li{
        width:calc((100% / 3) - 15px);
        margin:15px 15px 0 0;
        display: block;
        float: left;
    }
      /*------留言------*/
      .lyimg{display:none;}
      .lyy{ width:100%;float: none; }
      .form-group input{ width:calc(100% - 42px);}
      .form-group textarea{width:calc(100% - 42px);}
      .form-group button{width:calc(100% - 2px);}
      /*------联系-----*/
      .l_lximg{float: none; margin:0 auto;}
      .l_lxtxt{ width:80%; margin-top:20px;}
    
}
@media screen and (max-width:580px){
    .l_banner{ padding-top:40%;}
    .l_bnr h2{margin-top:10%;}
    .l_nav ul li a{ font-size:14px;}
    .netxt span{ display: none;}
    .netxt a{ height: auto;;}
    .l_lximg{
        width:calc(100% - 20px);
        height: auto;
    }
    .l_lxtxt{ width:100%; }
    .l_bnr h2{ font-size:28px}
    .l_bnr p{ font-size:14px;}
    .neimg{ width: 180px; height: 120px;}
    .neimg a{width:180px; height: 120px;}
    .neimg a img{
        width:180px;
        height:120px;
    }
    .news_nr ul li{ padding:15px 0;}
    .netxt a{ font-size:16px; line-height: 36px;  font-weight: bold; overflow: hidden; border-bottom: none;}
    .news_nr{ margin-top:20px;}
}