/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width:320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .top{
    height:40px;
    background-color:#000;
    font-size:12px;
}
header .top h5{
    font-size:12px;
    color:#9b9b9b;
    line-height:40px;
}
header .top ul li{
    height:40px;
    line-height:40px;
}
header .top ul li a{
    color:#9b9b9b;
    transition:all .3s;
}
header .top ul li:last-child a{
    border-left:1px solid #9b9b9b;
    padding-left:10px;
    margin-left:10px;
}
header .top ul li a:hover{
    color:#e67817;
}

.logo-box .logo{
    height:106px;
    line-height:106px;
    max-width:15.6%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .text{
    font-size:16px;
    line-height:22px;
    color:#373737;
    background:url(../images/icon1.png) no-repeat 0 center;
    padding:8px 0 8px 20px;
    position: relative;
    margin:23px 0 0 20px;
}
.logo-box .text::before{
    content:"";
    width:4px;
    height:4px;
    background:#e67817;
    position:absolute;
    top:50%;
    left:10px;
    transform:translateY(-50%);
}
.logo-box .phone{
    background:url(../images/icon2.png) no-repeat 0 center/auto 90%;
    padding-left:60px;
    margin-top:27px;
}
.logo-box .phone p{
    color:#32373c;
}
.logo-box .phone h5{
    font-size:26px;
    font-weight:bold;
    color:#e67817;
    margin-top:5px;
}

nav{
    background:#e67817;
}
/*一级导航*/
nav ul li{
    float:left;
    width:10%;
    text-align: center;
    position: relative;
    line-height:42px;
}
nav ul li a{
    display:block;
    color: #fff !important;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav ul li a.active,
nav ul li a:hover{
    background:url(../images/bg1.jpg) repeat-x;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background: #e67817;
    padding: 0;
}
nav ul li ul li a{
    padding:0 5px;
}
nav ul li:hover ul {
    display:block;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    background:#e67817;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#e67817;
}

/* 搜索 */
.sousuo{
    margin:15px 0;
}
.sousuo form input{
    width:370px;
    height:37px;
    background:#fff;
    border:1px solid #d2d2d2;
    padding:0 10px;
    border-right:none;
}
.sousuo form button{
    width:55px;
    height:37px;
    background:#e67817 url(../images/icon3.png) no-repeat center center/auto 25px;
    border:none;
    transition:all .3s;
}
.sousuo form button:hover{
    background-color:#c1620e;
}
.sousuo p{
    margin-left:450px;
}
.sousuo p a{
    font-size:14px;
    color:#333;
    line-height:37px;
    transition:all .3s;
}
.sousuo p a:hover{
    color:#e67817;
}

.title1{
    text-align:center;
    margin:30px 0;
    overflow: hidden;
}
.title1 h4{
    font-size:110px;
    font-weight:bold;
    line-height:1;
    color:rgba(235, 235, 235, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title1 h5{
    font-size:36px;
    font-weight:bold;
    line-height:1;
    color:#080808;
    margin:-40px 0 20px;
}
.title1 p{
    color:#666;
    display:inline-block;
    line-height:22px;
    position:relative;
}
.title1 p i{
    width:1000%;
    height:1px;
    background:#e5e5e5;
    position:absolute;
    top:10px;
    right:100%;
    margin-right:30px;
}
.title1 p .i-2{
    right:auto;
    left:100%;
    margin:0 0 0 30px;
}
.title1 p i::before{
    content:"";
    width:10px;
    height:10px;
    border:1px solid #e5e5e5;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:100%;
    transform:translateY(-50%);
    background:#fff;
}
.title1 p .i-2::before{
    left:auto;
    right:100%;
}
.title1-2 h4{
    color:rgba(235, 235, 235, .2);
}
.title1-2 h5,
.title1-2 p{
    color:#fff;
}
.title1-2 p i::before{
    border:1px solid #fff;
}

/* 产品展示 */
.cpzs{
    background:url(../images/bg2.jpg) repeat;
}
.cpzs .swiper-container{
    padding:1px;
}
.news1{
    display:block;
    border:1px solid #d2d2d2;
    background:#fff;
    padding:5px 5px 0;
    transform:scale(1);
}
.news1 .imgbox{
    overflow: hidden;
    position: relative;
}
.news1 .imgbox .mask{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .3);
    position:absolute;
    top:-100%;
    left:0;
    text-align:center;
    padding:0 10px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all .3s;
}
.news1 .imgbox .mask>div{
    width:100%;
}
.news1 .imgbox .mask h4{
    font-size:15px;
    color:#fff;
    line-height:25px;
}
.news1 .imgbox .mask b {
    font-size: 15px;
    width: 80px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    margin: 10px auto 0;
    font-weight: normal;
    color: #fff;
}
.news1 h5{
    line-height:40px;
    font-size:15px;
    color:#666;
    text-align:center;
}
.news1:hover{
    background:#e67817;
    border-color:#e67817;
}
.news1:hover .mask{
    top:0;
}
.news1:hover h5{
    color:#fff;
}

a.more1{
    display:block;
    width:120px;
    line-height:35px;
    background:#e67817;
    color:#fff;
    text-align:center;
    font-size:20px;
    margin:30px auto 40px;
}
a.more1:hover{
    background:#7f3f06;
}

.gywm .imgbox1{
    display:block;
    overflow: hidden;
    margin-top:-100px;
}
.gywm .imgbox1 .img{
    height:555px;
}
.gywm .imgbox1:hover .img{
    transform:scale(1.1);
}
.gywm .title-img{
    display:block;
    margin:50px 0 30px;
    max-width:100%;
    position:relative;
    z-index:10;
}
.gywm .bg{
    width:230px;
    height:576px;
    background:#0b6f38;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.gywm .bg::before{
    content:"";
    border-bottom:576px solid transparent;
    border-right:230px solid #e67817;
}
.gywm .bg img{
    position:absolute;
    z-index:1;
}
.gywm .gywm-con {
    margin-left:260px;
}
.gywm .gywm-con .con1{
    overflow: hidden;
}
.gywm .gywm-con .con1 h5{
    font-size:24px;
    font-weight:bold;
    color:#0b6f38;
    margin-top:20px;
}
.gywm .gywm-con .con1 .text{
    color:#333;
    line-height:30px;
    height:270px;
    margin:30px 0;
    overflow: hidden;
}
.gywm .gywm-con .con2 ul{
    display:flex;
    justify-content: space-between;
    padding:0 10px;
}
.gywm .gywm-con .con2 ul li a{
    display:block;
}
.gywm .gywm-con .con2 ul li a .img{
    width:51px;
    height:51px;
    border:1px solid #e67817;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    transition:all .3s;
}
.gywm .gywm-con .con2 ul li a .img::before{
    content:"";
    width:100%;
    height:100%;
    border:1px solid #e67817;
    position:absolute;
    transform:rotate(45deg);
    transition:all .3s;
}
.gywm .gywm-con .con2 ul li a h5{
    color:#e67817;
    margin-top:20px;
    text-align:center;
    transition:all .3s;
}
.gywm .gywm-con .con2 ul li a:hover .img,
.gywm .gywm-con .con2 ul li a:hover .img::before{
    border-color:#0b6f38;
}
.gywm .gywm-con .con2 ul li a:hover h5{
    color:#0b6f38;
}
.gywm .gywm-con a.more1{
    margin-top:0;
}

/* 资质荣誉 */
.zzry{
    background:url(../images/bg3.jpg) center center/cover;
    padding-bottom:40px;
    margin-top:40px;
}
.news2{
    display:block;
    overflow: hidden;
    background:#fff;
    padding:10px;
}
.news2:hover .img{
    transform:scale(.9);
}
.zzry-con{
    position: relative;
}
.zzry .but{
    width:28px;
    height:49px;
    background:url(../images/jt1.png) no-repeat;
    margin-top:-24.5px;
    left:-60px;
}
.zzry .swiper-button-next{
    transform:rotateY(180deg);
    left:auto;
    right:-60px;
}

/* 优势 */
.youshi{
    background:url(../images/bg2.jpg) repeat;
    padding-bottom:40px;
}
.youshi img.title-1{
    display:block;
    max-width:90%;
    margin:40px auto;
}
.youshi ul{
    height:611px;
    position: relative;
}
.youshi ul li{
    background:#009944;
    position:absolute;
    border-radius:50%;
    width:250px;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 30px;
    text-align:center;
}
.youshi ul li .con{
    position:relative;
}
.youshi ul li::before{
    content:"";
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    border:3px solid rgba(255, 255, 255, .3);
    border-radius:50%;
    position:absolute;
    top:10px;
    left:10px;
}
.youshi ul li i{
    font-size:36px;
    font-family:"Arial Black";
    color:#fff;
    font-weight:bold;
    position: relative;
    padding-bottom:8px;
    line-height:1;
}
.youshi ul li i::before{
    content:"";
    width:24px;
    height:4px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.youshi ul li .text{
    font-size:18px;
    line-height:28px;
    color:#fff;
    margin-top:20px;
}
.youshi ul li:nth-child(1){
    top:0;
    left:226px;
}
.youshi ul li:nth-child(1)::after{
    content:"";
    width:27px;
    height:2px;
    background:#236fe1;
    position:absolute;
    bottom:36px;
    right:5px;
    transform:rotate(42deg);
}
.youshi ul li:nth-child(2){
    width:343px;
    height:343px;
    bottom:25px;
    left:0;
    background:#e67817;
}
.youshi ul li:nth-child(2)::after{
    content: "";
    width: 115px;
    height: 2px;
    background: #236fe1;
    position: absolute;
    bottom: 178px;
    right: -112px;
    transform: rotate(-20deg);
}
.youshi ul li:nth-child(3){
    width:230px;
    height:230px;
    top:228px;
    right:0;
}
.youshi ul li:nth-child(3)::after {
    content: "";
    width: 348px;
    height: 2px;
    background: #236fe1;
    position: absolute;
    top: 120px;
    right: 229px;
    transform: rotate(2deg);
}
.youshi ul li:nth-child(4){
    width:304px;
    height:304px;
    top:5px;
    right:186px;
    background:#e67817;
}
.youshi ul li:nth-child(4)::after{
    content: "";
    width: 115px;
    height: 2px;
    background: #236fe1;
    position: absolute;
    bottom: 61px;
    right: 284px;
    transform: rotate(-24deg);
}
.youshi ul li:nth-child(5){
    width:235px;
    height:235px;
    bottom:0;
    right:186px;
    background:#e67817;
}
.youshi ul li:nth-child(5)::after{
    content: "";
    width: 187px;
    height: 2px;
    background: #236fe1;
    position: absolute;
    top: 45px;
    right: 222px;
    transform: rotate(17deg);
}
.youshi ul li:nth-child(6){
    width:287px;
    height:287px;
    top:175px;
    left:427px;
}
.youshi ul li:nth-child(6) i{
    margin:10px 0;
    display:block;
    font-size:56px;
    padding:0;
}
.youshi ul li:nth-child(6) i::before{
    display:none;
}
.youshi ul li:nth-child(6) h5{
    font-size:33px;
    font-weight:bold;
    color:#fff;
}
.youshi ul li:nth-child(6) p{
    font-size:21px;
    font-weight:bold;
    color:#fff;
}

.news3{
    display:block;
    width:430px;
    background:#e67817;
    color:#fff !important;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 .imgbox .img{
    height:314px;
}
.news3 .text-box{
    padding:15px;
}
.news3 .text-box h5{
    font-size:16px;
    font-weight:bold;
    line-height:25px;
}
.news3 .text-box .text{
    line-height:25px;
    height:50px;
    overflow: hidden;
    margin:10px 0;
}
.news3 .text-box p{
    line-height:25px;
}
.news3:hover{
    background:#c4630e;
}
.news3:hover .img{
    transform:scale(1.1);
}
.xwzx-con .right{
    margin-left:450px;
}
.xwzx-con .right ul{
    margin:0 -10px;
}
.xwzx-con .right ul li{
    width:50%;
    padding:0 10px;
}
.news4{
    display:block;
    border-bottom:1px solid #dcdcdc;
    padding-bottom:20px;
    margin-bottom:20px;
    transition:all .3s;
}
.news4 .rq{
    width:60px;
    height:80px;
    text-align:center;
    border-right:1px solid #d2d2d2;
    padding-top:5px;
    transition:all .3s;
}
.news4 .rq h5{
    font-size:30px;
    font-weight:bold;
    color:#b3b3b3;
    transition:all .3s;
}
.news4 .rq p{
    color:#9e9e9e;
    line-height:17px;
    margin-top:5px;
    transition:all .3s;
}
.news4 .text-box{
    margin-left:70px;
}
.news4 .text-box h5{
    font-size:16px;
    color:#333;
    line-height:25px;
}
.news4 .text-box .text{
    color:#999;
    line-height:25px;
    height:50px;
    overflow: hidden;
    margin-top:5px;
    transition:all .3s;
}
.news4:hover .rq h5,
.news4:hover .rq p,
.news4:hover .text-box h5,
.news4:hover .text-box .text{
    color:#e67817;
}
.news4:hover,
.news4:hover .rq{
    border-color:#e67817;
}

/* 联系我们 */
.lxwm{
    padding-bottom:20px;
}
.lxwm .title1{
    margin-top:10px;
}
.lxwm form ul{
    margin:0 -10px;
}
.lxwm form ul li{
    width:50%;
    padding:0 10px;
    margin-bottom:20px;
}
.lxwm form ul li .con{
    position: relative;
    padding-left:65px;
}
.lxwm form ul li .con span{
    width:65px;
    line-height:40px;
    font-size:16px;
    color:#666;
    text-align:right;
    position:absolute;
    top:0;
    left:0;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #e5e5e5;
}
.lxwm form textarea{
    height:200px;
    resize:none;
    padding:10px;
}
.lxwm form ul.ul-1 li.nr{
    width: 100%;
}
.lxwm form ul.ul-1 li.yzm .con{
    padding:0;
}
.lxwm form ul.ul-1 li.yzm a{
    display:block;
    width:100px;
    height:40px;
}
.lxwm form ul.ul-1 li.yzm a img{
    width:100%;
    height:100%;
}
.lxwm form ul.ul-2{
    padding-left:65px;
    margin:0 -10px;
}
.lxwm form ul.ul-2 li .con{
    padding:0;
}
.lxwm form button{
    width:100%;
    height:40px;
    background:#e67817;
    font-size:16px;
    border:none;
    color:#fff;
    transition:all .3s;
}
.lxwm form button[type="reset"]{
    background:#009944;
}
.lxwm form button:hover{
    background:#b25c0f;
}
.lxwm form button[type="reset"]:hover{
    background:#067e3c;
}

footer{
    background:#666;
    padding:30px 0;
    text-align:center;
}
footer .weixin{
    border:5px solid #fff;
    width:120px;
    height:120px;
    display:block;
    margin:0 auto;
}
footer .con1{
    padding:30px 0;
    margin:30px 0;
    position:relative;
    text-align:center;
}
footer .con1::before,
footer .con1::after{
    content:"";
    width:40px;
    height:4px;
    background:#e67817;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
footer .con1::after{
    top:auto;
    bottom:0;
}
footer .con1 ul.ul-1 li{
    display:inline-block;
    border-right:1px solid #fff;
    padding:0 10px;
    margin-bottom:10px;
}
footer .con1 ul.ul-1 li:last-child{
    border:none;
}
footer .con1 ul.ul-2 li{
    display:inline-block;
    padding:0 10px;
    position: relative;
    margin-bottom:10px;
}
footer .con1 ul.ul-2 li::before{
    content:"";
    width:1px;
    height:100%;
    background:#fff;
    position:absolute;
    top:0;
    right:0;
    transform:rotate(15deg);
}
footer .con1 ul.ul-2 li:last-child::before{
    display:none;
}
footer .text1{
    color:#fff;
    line-height:25px;
}
footer a{
    color:#fff !important;
    transition:all .3s;
}
footer a:hover{
    color:#e67817 !important;
}


.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover .img{
    transform:scale(1.1);
}
.news5:hover{
    border-color:#f08300;
}
.news5:hover h5{
    color:#f08300;
}
.news5:hover b{
    background:#f08300;
    border-color:#f08300;
    color:#fff;
}
.news5:hover b .img-1{
    display:none;
}
.news5:hover b .img-2{
    display:inline;
}

.news6{
    display:block;
    overflow: hidden;
    position: relative;
    margin:0 10px 20px;
}
.news6::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .5) url(../images/icon6.png) no-repeat center center;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    transition:all .3s;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover::before{
    opacity:.6;
}

.neiye{
    padding-bottom:50px;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}

.cp-ny .news1{
    margin:0 10px 20px;
}

.news7{
    display:block;
    border:1px solid #ccc;
    overflow: hidden;
    margin:0 10px 20px;
    transition:all .3s;
}
.news7:hover{
    border-color:#e67817;
}
.news7:hover .img{
    transform:scale(.9);
}

.zzry-con ul li{
    width:16.66%;
}
.zzry-con ul li .news2{
    border:1px solid #ccc;
    margin:0 10px 20px;
    transition:all .3s;
}
.zzry-con ul li .news2:hover{
    border-color:#e67817;
}

.xz-ny ul{
    margin-top:20px;
}
.xz-ny ul li a{
    display:block;
    font-size:16px;
    color:#000;
    padding:0 40px;
    position:relative;
    border-bottom:1px dashed #ddd;
    line-height: 50px;
}
.xz-ny ul li a::before{
    content:"";
    width:20px;
    height:20px;
    background:#e67817;
    position:absolute;
    top:50%;
    left:5px;
    transform:translateY(-50%) rotate(45deg);
}
.xz-ny ul li a::after {
    content: "";
    width: 28px;
    height: 32px;
    background:url(../images/icon7.png) no-repeat center/contain;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.xz-ny ul li a:hover{
    color:#e67817;
}
.xz-ny ul li a:hover::after{
    background:url(../images/icon7-2.png) no-repeat center/contain;
}

.lxwm-ny .map-box{
    height:400px;
}
.lxwm-ny .map-box iframe{
    width:100%;
    height:100%;
}
.lxwm-ny .text-box{
    line-height:30px;
    margin:30px 0;
}
.lxwm-ny .lxwm{
    padding-bottom:0;
}
.jmtj-ny .title{
    text-align: center;
    font-size:0;
}
.jmtj-ny .title h5{
    display:inline-block;
    color: #76c53b;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    border-left: 5px solid #91d162;
    padding-left:10px;
}
.jmtj-ny .con1 .ul-box{
    position: relative;
}
.jmtj-ny .con1 .ul-box::before,
.jmtj-ny .con1 .ul-box::after{
    content:"";
    width:100%;
    height:13px;
    background:url(../images/join2.jpg) no-repeat center center;
    position:absolute;
    bottom:100%;
    left:0;
}
.jmtj-ny .con1 .ul-box::after{
    bottom:0;
    top:100%;
}
.jmtj-ny .con1 ul{
    margin:40px 0;
    position:relative;
    padding:10px 0;
}
.jmtj-ny .con1 ul::before{
    content:"";
    width:1px;
    height:100%;
    background:#e3e3e3;
    position:absolute;
    top:0;
    left:50%;
}
.jmtj-ny .con1 ul li{
    position: relative;
}
.jmtj-ny .con1 ul li .xh{
    width:40px;
    height:44px;
    background:url(../images/join3.jpg) no-repeat;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    color:#94d166;
    font-size:20px;
    font-weight:bold;
}
.jmtj-ny .con1 ul li .list{
    width:50%;
}
.jmtj-ny .con1 ul li .list .img{
    width:140px;
    height:70px;
}
.jmtj-ny .con1 ul li .list .text-box{
    margin-left:160px;
    height:70px;
    display:flex;
    align-items:center;
}
.jmtj-ny .con1 ul li .list .text-box .text {
    max-height:60px;
    line-height: 20px;
    overflow:auto;
}
.jmtj-ny .con1 ul li:nth-child(odd) .list{
    float:right;
    padding-left:50px;
}
.jmtj-ny .con1 ul li:nth-child(even) .list{
    padding-right:50px;
}
.jmtj-ny .con1 ul li:nth-child(even) .list .img{
    float:right !important;
}
.jmtj-ny .con1 ul li:nth-child(even) .list .text-box{
    margin:0 160px 0 0;
    text-align:right;
    justify-content: flex-end;
}
.jmtj-ny .con2{
    padding-top:30px;
}
.jmtj-ny .con2 .title{
    margin-bottom:40px;
}
.jmtj-ny .con2 ul li{
    margin-bottom:40px;
}
.jmtj-ny .con2 ul li .img{
    width:300px;
    height:210px;
    box-shadow:10px -10px 0 #eee;
}
.jmtj-ny .con2 ul li .text-box{
    margin-right:320px;
}
.jmtj-ny .con2 ul li .text-box h5{
    display:inline-block;
    background:#91d162;
    border-radius:30px;
    line-height:30px;
    padding:0 20px;
    color:#fff;
}
.jmtj-ny .con2 ul li .text-box p{
    line-height:25px;
    padding-left:20px;
    margin:10px 0;
}
.jmtj-ny .con2 ul li:nth-child(even) .img{
    float:left !important;
}
.jmtj-ny .con2 ul li:nth-child(even) .text-box{
    margin:0 0 0 420px;
}
.jmtj-ny .con2 .bottom{
    line-height:30px;
    text-align:center;
    margin-top:70px;
}

.zjyh-ny .con1 .list{
    position:relative;
    margin-bottom:20px;
}
.zjyh-ny .con1 .list ul{
    margin:0 -10px;
    padding:20px 0;
    position:relative;
}
.zjyh-ny .con1 .list ul li{
    width:50%;
    padding:0 10px;
}
.zjyh-ny .con1 .list ul li .img{
    height:330px;
}
.zjyh-ny .con1 .list ul li .img-text{
    font-size:20px;
    color:#4c4c4c;
    text-align:center;
    margin-top:5px;
}
.zjyh-ny .title-1>div{
    background:#77c53d;
    color:#fff;
    display:inline-block;
    padding:30px 30px 30px 40px;
    position: relative;
}
.zjyh-ny .title-1>div i{
    width:28px;
    height:82px;
    border:6px solid #fff;
    border-right:none;
    position:absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%);
}
.zjyh-ny .title-1>div i::before,
.zjyh-ny .title-1>div i::after{
    content:"";
    width:6px;
    height:10px;
    background:#fff;
    position:absolute;
    top:0;
    right:0;
}
.zjyh-ny .title-1>div i::after{
    top:auto;
    bottom:0;
}
.zjyh-ny .title-1 h5{
    font-size:20px;
}
.zjyh-ny .title-1 p{
   font-size:14px; 
   margin-top:5px;
}
.zjyh-ny .con1 .list ul li .text-box h4{
    font-size:20px;
    margin-top:15px;
}
.zjyh-ny .con1 .list ul li .text-box .text{
    font-size:16px;
    color:#4c4c4c;
    line-height:30px;
    margin-top:15px;
    max-height:210px;
    overflow:auto;
}
.zjyh-ny .con1 .list:nth-child(even)::before{
    content:"";
    width:1000%;
    height:100%;
    background:#beecd2;
    position:absolute;
    top:0;
    left:-500%;
}
.zjyh-ny .con1 .list:nth-child(even) ul li:nth-child(1){
    float:right !important;
}
.zjyh-ny .con2 .con2-box{
    margin-right:300px;
}
.zjyh-ny .con2 .con2-box ul{
    margin:0 -20px;
}
.zjyh-ny .con2 .con2-box ul li{
    width:50%;
    padding:0 20px;
}
.zjyh-ny .con2 .con2-box ul li .text-box{
    border:1px solid #ccc;
    padding:20px;
}
.zjyh-ny .con2 .con2-box ul li .text-box h5{
    font-size:18px;
    font-weight: bold;
    color:#4c4c4c;
    line-height:30px;
}
.zjyh-ny .con2 .con2-box ul li .text-box .text{
    color:#4c4c4c;
    line-height:30px;
    margin-top:20px;
    height:90px;
    overflow:auto;
}
.zjyh-ny .con3 .title{
    text-align:center;
    margin:40px 0;
}
.zjyh-ny .con3 .title h5{
    font-size:40px;
    color:#737373;
}
.zjyh-ny .con3 .title p{
    color:#85cb52;
    font-size:20px;
    margin-top:10px;
}
.zjyh-ny .con3 .text{
    line-height:30px;
    text-align:center;
}
.zjyh-ny .con3 img{
    display:block;
    max-width:100%;
    margin:10px auto;
}


/*详情页*/
.xqy{
    padding-top:30px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 16px;
    line-height:25px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.xqy .con video{
    width:600px;
    height:auto;
    margin:10px auto;
    display:block;
}

/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}
.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}
.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}
.weixin_popup i:hover {
    color: red;
}
.weixin_popup img {
    width: 150px;
    height: 150px;
}
.weixin_popup p {
    line-height: 30px;
}


/* 右侧悬浮 */
.suspend_nav{
    background: #e67817;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child{
    border: none;
}
.suspend_nav .list:before{
    content:"";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #754108;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #e67817;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #e67817;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #e67817;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e67817;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #e67817;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #e67817;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}


/*媒体查询开始*/
@media (max-width:1410px){
    .zzry .but{
        display:none;
    }
}
@media (max-width:991px){
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #e67817;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #e67817;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #e67817;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye {
        padding-bottom:30px;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .gywm .title-img{
        display:none;
    }
    .gywm .imgbox1{
        margin-top:0;
    }
    .gywm .imgbox1 .img,
    .news3 .imgbox .img{
        height:auto;
    }
    .gywm .bg{
        display:none;
    }
    .gywm .gywm-con{
        margin:0;
    }
    .gywm .gywm-con .con1 .text{
        height:auto;
        max-height:270px;
    }
    .news3{
        float:none !important;
        width:auto;
    }
    .xwzx-con .right{
        margin:20px 0 0 0;
    }
    .news1 .imgbox .mask{
        display:none;
    }
    .zzry-con ul li{
        width:25%;
    }
    .jmtj-ny .con2 ul li:nth-child(2n) .text-box{
        margin-left:320px;
    }
    .zjyh-ny .con1 .list ul li,
    .zjyh-ny .con1 .list:nth-child(2n) ul li:nth-child(1){
        width:100%;
        float:none !important;
    }
    .zjyh-ny .con1 .list ul li .text-box{
        margin-top:20px;
    }
    .zjyh-ny .con2 .title-1{
        float:none !important;
    }
    .zjyh-ny .con2 .con2-box{
        margin:20px 0 0 0;
    }
    .zjyh-ny .con2 .con2-box ul{
        margin:0 -5px;
    }
    .zjyh-ny .con2 .con2-box ul li{
        padding:0 5px;
    }
    .zjyh-ny .con1 .list ul li .img{
        height:auto;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .news5 {
        padding:5px;
        margin-bottom:15px;
    }
    .news5 .imgbox{
        width: 120px;
        height: 90px;
    }
    .news5 .text_box {
        padding: 0 0 0 130px;
    }
    .news5 h5 {
        font-size: 16px;
    }
    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b{
        display:none;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .banner .swiper-pagination{
        bottom:3px;
    }
    .banner .swiper-pagination-bullet{
        width:7px;
        height:7px;
        margin:0 3px;
    }
    .sousuo form{
        width:100%;
    }
    .sousuo form input{
        width:calc(100% - 60px);
    }
    .sousuo form button{
        width:60px;
    }
    .title1 h4 {
        font-size: 40px;
    }
    .title1 h5 {
        font-size: 20px;
        margin: -20px 0 20px;
    }
    .news1 h5{
        line-height:35px;
    }
    a.more1{
        font-size:16px;
        margin:30px auto;
    }
    .gywm .gywm-con .con1 h5{
        font-size:18px;
    }
    .gywm .gywm-con .con1 .text{
        margin:15px 0;
        line-height:25px;
        max-height:250px;
    }
    .gywm .gywm-con a.more1{
        float:none !important;
    }
    .zzry{
        padding-bottom:30px;
        margin-top:30px;
    }
    .news3 .text-box{
        padding:15px 10px;
    }
    .xwzx-con .right ul li{
        width:100%;
    }
    .news4{
        padding-bottom:15px;
        margin-bottom:15px;
    }
    .lxwm .title1{
        margin-top:15px;
    }
    .lxwm form ul li{
        width:100%;
        margin-bottom:15px;
    }
    .lxwm form ul li .con{
        padding-left:60px;
    }
    .lxwm form ul li .con span{
        width:60px;
        font-size:14px;
    }
    .lxwm form ul.ul-1 li.yzm .con{
        padding-left:60px;
    }
    .lxwm form ul.ul-2{
        padding-left:60px;
    }
    .news6,
    .cp-ny .news1{
        margin:0 5px 10px;
    }
    .news6::before{
        background-size:30px auto;
    }
    .xqy .con video{
        width:100%;
    }
    .news7{
        margin:0 5px 10px;
    }
    .zzry-con ul li{
        width:33.33%;
    }
    .zzry-con ul li .news2{
        margin:0 5px 10px;
    }
    .xz-ny ul li a{
        font-size:14px;
        padding:0 30px 0 25px;
        line-height: 40px;
    }
    .xz-ny ul li a::before{
        width:10px;
        height:10px;
    }
    .xz-ny ul li a::after {
        width:20px;
    }
    .lxwm-ny .map-box{
        height:280px;
    }
    .lxwm-ny .text-box{
        line-height:25px;
    }
    .jmtj-ny .con1 ul li{
        margin-bottom:10px;
    }
    .jmtj-ny .con1 ul li .list{
        width:100%;
        padding:0 0 0 50px !important;
    }
    .jmtj-ny .con1 ul li:nth-child(2n) .list .img{
        float:left !important;
    }
    .jmtj-ny .con1 ul li:nth-child(2n) .list .text-box {
        margin: 0 0 0 160px;
        text-align: left;
        justify-content:flex-start;
    }
    .jmtj-ny .con1 .ul-box::before, 
    .jmtj-ny .con1 .ul-box::after {
        background: url(../images/join2.jpg) no-repeat 9px center;
    }
    .jmtj-ny .con1 ul::before{
        left:15px;
    }
    .jmtj-ny .con1 ul li .xh{
        left:15px;
    }
    .jmtj-ny .title h5{
        font-size:16px;
    }
    .jmtj-ny .con2 ul li{
        margin-bottom:20px;
    }
    .jmtj-ny .con2 ul li .img{
        float:none !important;
        width:auto;
        height:auto;
        box-shadow:none;
        margin-bottom:20px;
    }
    .jmtj-ny .con2 ul li:nth-child(2n) .img{
        float: none !important;
    }
    .jmtj-ny .con2 ul li .text-box{
        margin:10px 0 0 0 !important;
    }
    .jmtj-ny .con2 .bottom{
        margin-top:30px;
        line-height:25px;
    }
    .zjyh-ny .title-1 h5{
        font-size:18px;
    }
    .zjyh-ny .title-1 p{
        font-size:12px;
    }
    .zjyh-ny .con1 .list ul li .text-box h4{
        font-size:16px;
    }
    .zjyh-ny .con1 .list ul li .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:250px;
    }
    .zjyh-ny .con1 .list ul li .img-text{
        font-size:14px;
    }
    .zjyh-ny .title-1 > div{
        display:block;
    }
    .zjyh-ny .con2 .con2-box ul li{
        width:100%;
        margin-bottom:10px;
    }
    .zjyh-ny .con2 .con2-box ul li .text-box{
        padding:15px;
    }
    .zjyh-ny .con2 .con2-box ul li .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .zjyh-ny .con2 .con2-box ul li .text-box .text{
        font-size:14px;
        line-height:25px;
        height:auto;
        margin-top:10px;
    }
    .zjyh-ny .con3 .title{
        margin:30px 0;
    }
    .zjyh-ny .con3 .title h5{
        font-size:20px;
    }
    .zjyh-ny .con3 .title p{
        font-size:12px;
        margin-top:5px;
    }
    .zjyh-ny .con3 .text{
        line-height:25px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .zzry-con ul li{
        width:50%;
    }
    .jmtj-ny .con1 ul li .list .img{
        width:120px;
    }
    .jmtj-ny .con1 ul li .list .text-box{
        margin-left:130px !important;
    }
}