

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
}

ul,ol,li,dl,dd,dt {
    list-style-type: none;
    line-height: normal;
}

body, button, input, select, textarea {
    font-family: 'Microsoft yahei' ,Arial;
    font-size: 12px;
}

code, kbd, pre, samp {
    font-family: 'Microsoft yahei' ,Arial;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Microsoft yahei' ,Arial;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

input,table,tr,td {
    margin: 0;
    padding: 0;
    border: none;
}

button,table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei' ,Arial;
}

textarea {
    resize: none;
    outline: 0;
}

input {
    outline: 0;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block
}

i {
    font-style: normal;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.minHeight {
    min-height: 500px;
}


::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: #fff;  
}  
::-webkit-scrollbar-track  
{  
    background-color: #e5e5e5;  
}    
::-webkit-scrollbar-thumb  
{  
    background-color: #bdbdbd;  
}  
::-webkit-scrollbar-thumb:hover
{
    background: #808080;
}

/*首页 */
.top1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.top1 .logo {
    height: auto;
    margin: 20px 0 0 0;
    float: left;
}

.menu_box {
    float: left;
    margin-left: 8%;
}

.menu {
    float: left;
}

.menu .nli {
    float: left;
    position: relative;
    text-align: center;
    margin-left: 56px;
}

.menu .nli:first-child {
    margin-left: 0;
}

.menu .nli a {
    font-size: 18px;
    color: #fff;
    padding: 42.5px 0;
    display: block;
    position: relative;
}

.menu .nli a .i1 {
    display: block;
    line-height: 24px;
    font-weight: bold;
}

.menu .nli:hover a {
    color: #bb1010;
}

.menu .nli:hover a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    background-color: #bb1010;
}

.menu .nli.on a ,
.menu .nli a.current {
    color: #bb1010;
}

.menu .nli.on a::after ,
.menu .nli a.current::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    background-color: #bb1010;
}

.sub {
    position: absolute;
    top: 109px;
    left: 50%;
    width: 140px;
    background-color: rgba(12,125,245,0.6);
    text-align: center;
    z-index: 101;
    display: none;
    margin-left: -70px;
}

.sub a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sub a:hover {
    background-color: rgba(12,125,245,0.9);
}

.tPhone {
    float: right;
    margin-top: 35.5px;
}

.tPhone .ico {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #bb1010;
    float: left;
    color: #fff;
    line-height: 38px;
    text-align: center;
}


/*手机头*/
.top2 {
    width: 100%;
    height: 60px;
    display: none ;
    position: absolute;
    z-index: 2000;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.top2.active {
    border-bottom: 1px solid #f2f2f2;
}

.top2 .logo {
    height: auto;
    float: left;
    margin-top: 10px;
}


/*下拉*/
.menuph {
    float: right;
    margin: 10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

.menuph .point {
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}

.menuph .point:hover .navbtn, .menuph .point:hover .navbtn::after, .menuph .point:hover .navbtn::before {
    width: 28px;
}

.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

.menuph .navbtn::after, .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

.menuph .navbtn::after {
    top: -11px;
}

.menuph .navbtn::before {
    top: 10px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

.menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

/*手机下拉*/
.xialaph {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1029;
    background-color: rgba(0,0,0,0.8);
}

.xialaph .img_d {
    display: none;
}

.xialaph .ul2, .xialaph .ul3 {
    display: none;
}

.xialaph h4 a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    position: relative;
    text-align: center;
}

.xialaph h4 {
    position: relative;
}

.xialaph h4 .ico {
    width: 22px;
    line-height: 0;
    display: inline-block ;
    vertical-align: middle;
    margin-right: 5px;
}

.xialaph li:last-child h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    display: none
}

.xialaph li:first-child h4::after {
    display: none;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    /*opacity: 0.1;*/
}

.xialaph h4 em {
    font-size: 12px;
    margin-left: 5px;
    text-transform: uppercase;
}

.xialaph h5 a {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 42px;
    padding: 0 27px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    /*opacity: 0.05;*/
}

.xialaph li:last-child h5::after {
    display: none;
}

.xialaph h4 b {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.xialaph h4.active b {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-top: -7px;
}

/*.xialaph .ul2{ padding-left: 30px;  }*/
.xialaph .ul3 {
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}

.xialaph .ul3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

.xialaph li:last-child .ul3::after {
    display: none;
}

.xialaph .ul3 li a {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block;
}

.xialaph .ul3 li {
    padding-top: 5px;
}

.xialaph .ul3 li:first-child {
    padding-top: 0;
}

.xialaph h5 b {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #999 solid 1px;
    border-right: #999 solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.xialaph h5.active b {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-top: -7px;
}

.phonemeng {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 1000;
    display: none;
}

.phonemeng.active {
    display: block;
}

/*banner*/
.pz_banner {
    clear: both;
}

.c_banner {
    position: relative;
    overflow: hidden;
}

.slide1 .slick-dots {
    width: 100%;
    left: 0;
    bottom: 40px;
    line-height: 0;
}

.slide1 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slide1 .slick-dots li.slick-active {
    width: 47px;
}

.slide1 .slick-dots li button:before, .slide1 .slick-dots li button {
    display: none;
}

.index1 {
    padding: 90px 0 110px 0;
}

.index1 .H3 {
    font-size: 36px;
    color: #bb1010;
    font-weight: bold;
    text-align: center;
}

.index1 .H5 {
    font-size: 18px;
    color: #5f5f5f;
    text-align: center;
    margin-top: 16px;
}

.index1List .list {
    width: 30.39%;
    margin: 0 4.415% 0 0;
    float: left;
    border: 1px solid #ebebeb;
    padding: 56px 1.64% 0 1.64%;
    text-align: center;
    height: 218px;
    position: relative;
    overflow: hidden;
}

.index1List .list:nth-child(3n) {
    margin-right: 0;
}

.index1List .list .H4 {
    font-size: 36px;
    color: #bb1010;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.index1List .list .H4 .span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #bb1010;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    margin: -4px 0 0 14px;
    font-weight: normal;
}

.index1List .list .p {
    font-size: 16px;
    color: #666666;
    margin-top: 22px;
    position: relative;
    z-index: 1;
    line-height: 1.625;
}

.index1List .list .num {
    font-size: 64px;
    color: #ebebeb;
    font-family: Arial;
    font-style: italic;
    position: absolute;
    bottom: -15px;
    right: 22px;
    font-weight: bold;
    line-height: 40px;
}

.yuyue {
    width: 302px;
    height: 45px;
    padding: 14px 0;
    text-align: center;
    background-color: #bb1010;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    margin: 55px auto auto auto;
    line-height: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.yuyue .ico {
    width: 18px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    line-height: 0;
}

.yuyue:hover {
    background-color: #bb1010;
}

.index1List .list:hover {
    background-color: #bb1010;
}

.index1List .list:hover .H4, .index1List .list:hover .p {
    color: #fff;
}


.index2 {
}

.title {
    text-align: center;
}

.title .H4 {
    font-size: 38px;
    color: #161616;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.title .H4 .color {
    color: #313131;
}

.title .H5 {
    line-height: 1;
    font-size: 180px;
    color: #f5f5f5;
    font-family: arial;
    font-weight: bold;
    margin-left: 19px;
    margin-top: -96px;
    text-transform: uppercase;
}
.index6 .title .H5 {
    color: #f0f0f0;
}

.more {
    width: 125px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    float: right;
    position: relative;
    border: 1px solid #8c8c8c;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}

.more::after {
    width: 12px;
    height: 1px;
    background-color: #8c8c8c;
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
}

.more::before {
    width: 12px;
    height: 1px;
    background-color: #8c8c8c;
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
}

.more:hover {
    color: #bb1010;
    border-color: #bb1010;
}

.more:hover::after, .more:hover::before {
    background-color: #bb1010;
}

.index2Tab {
    margin-top: 20px;
}

.index2Nav {
    width: 12.5%;
    float: left;
    text-align: center;
}

.index2Nav .list {
    height: 60px;
    line-height: 60px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

.index2Nav .slick-slide:first-child .list {
    border-top: 1px solid #e1e1e1;
}

.index2Nav .list .H5 {
    display: inline-block;
    font-size: 16px;
    color: #262626;
    position: relative;
}

.index2Nav .list .H5::after {
    width: 18px;
    height: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    opacity: 0;
}

.index2Nav .list .H5::before {
    width: 18px;
    height: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    opacity: 0;
}

@media screen and (min-width: 992px) {
    .index2Nav .list:hover {
        background-color:#fff;
    }

    .index2Nav .list:hover .H5 {
        color: #bb1010;
    }

    .index2Nav .list:hover .H5::after, .index2Nav .list:hover .H5::before {
        opacity: 1;
    }
}

.index2Nav .list.on {
    background-color: #bb1010;
}

.index2Nav .list.on .H5 {
    color: #fff;
}

.index2Nav .list.on .H5::after, .index2Nav .list.on .H5::before {
    opacity: 1;
}

.index2R {
    width: 87.5%;
    float: right;
}

.index2RList {
    overflow: hidden;
}

.index2RList .pic {
    width: 62.67%;
    float: left;
}

.index2RList .text {
    width: 37.33%;
    float: left;
    background: url(../image/pro_bg.png) #211f1f right bottom no-repeat;
    text-align: left;
    padding: 160px 4.16% 0 4.16%;
}

.index2RList .text .H4 a {
    font-size: 30px;
    color: #fff;
}

.index2RList .text .H4 {
    margin-bottom: 20px
}

.index2RList .text p span{
    color: #666;
    font-size: 14px;
}
.index2RList .text p span:after{
    content: " | ";
}
.index2RList .text p span:last-child:after{
    content: "";
}

.index2RList .text .H5 {
    font-size: 24px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    margin: 25px 0 35px 0
}

.index2RList .text .p {
    font-size: 16px;
    color: #fff;
    line-height: 1.725;
    opacity: 0.6;
    padding-top: 10px;
}

.index2RList .text a.more3 {
    display: block;
    width: 160px;
    margin-top: 30px;
    height: 38px;
    line-height: 38px;
    background-color: #bb1010;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #bb1010;
}

.index2RList .text a.more3:hover {
    background-color: #fff;
    border-color: #fff;
    color: #bb1010;
}

.index2RList .slick-dots {
    bottom: 10%;
    width: 37.32%;
    right: 0;
    text-align: center;
    line-height: 0;
}

.index2RList .slick-dots li {
    width: 11px;
    height: 11px;
    background-color: #444444;
    border-radius: 50%;
    margin: 0 6px;
}

.index2RList .slick-dots li.slick-active {
    background-color: #bb1010;
}

.index2Nav .slick-prev, .index2Nav .slick-next {
    width: 20px;
    height: 20px;
    left: 0;
    background: url(../image/p11.png) center no-repeat;
    background-size: 100%;
}

.index2Nav .slick-next {
    left: auto;
    right: 0;
    background-image: url(../image/p12.png)
}


.index3 {
    padding: 100px 0 0 0;
}

.index3 .img {
    float: left;
    line-height: 0;
    width: 16.66%;
    position: relative;
    overflow: hidden;
}

.index3 .img img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index3 .img2 {
    width: 33.3%;
}

.index3 .img3 {
    width: 16.7%;
}

.index3 .designMore {
    width: 166px;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index3 .img4 {
    width: 16.65%;
}

.index3 .img5 {
    width: 33.4%;
}

.index3 .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index3Ph {
    display: none;
    padding: 30px 0 0 0;
}

.index3Ph .slick-dots {
    bottom: -20px;
    width: 100%;
    right: 0;
    text-align: center;
    line-height: 0;
    z-index: 99;
}

.index3Ph .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #444444;
    border-radius: 50%;
    margin: 0 4px;
}

.index3Ph .slick-dots li.slick-active {
    background-color: #bb1010;
}

.index4 {
    padding: 100px 0;
    position: relative;
    background: url(../image/j18.jpg) left center no-repeat;
    background-size: cover;
}

.index4 .text {
    width: 48%;
    float: left;
    padding: 25px 0 35px 0;
}

.index4 .text .bold {
    font-weight: bolder;
}

.index4 .text .thin {
    font-weight: normal;
}

.index4 .text .H5 {
    font-size: 38px;
    color: #313131;
    padding: 25px 0 20px 0;
    position: relative;
}

.index4 .text .p {
    font-size: 16px;
    color: #707070;
    line-height: 34px;
    height: 170px;
    margin: 30px 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.more2 {
    display: block;
    width: 163px;
    height: 38px;
    line-height: 36px;
    background-color: #bb1010;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #bb1010;
}

.more2:hover {
    background-color: transparent;
    color: #bb1010;
}

.index4Num {
    margin-top: 55px;
    padding-top: 45px;
    border-top: 1px solid #e4e4e4;
}

.index4Num .list {
    font-weight: bolder;
    float: left;
    margin-right: 50px;
}
.index4Num .list:last-child{
    margin-right: 0;
}

.index4Num .big {
    font-size: 60px;
    color: #bb1010;
    font-family: Arial;
    font-weight: bolder;
    line-height: 1;
    display: inline-block;
}

.index4Num .small {
    font-weight: normal;
    display: inline-block;
    font-size: 22px;
    color: #bb1010;
    font-family: Arial;
    line-height: 1;
    margin: 0 0 0 3px;
    vertical-align: baseline;
}

.index4Num .p2 {
    display: block;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: normal;
}

.videoR {
    position: absolute;
    top: 100px;
    right: 0;
    width: 47.34%;
    padding: 0 0 52px 7.81%;
    background: url(../image/p13.png) left bottom no-repeat;
    background-size: 93% 91.58% ;
}

.videoR .pic {
    height: 542px;
}

.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.videoBox2 {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videoBox2 .aboutVideo {
    display: block;
    width: 100%;
    min-height: 10px;
    background: #000;
}

.videoBox2 .close3 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    right: -15px;
}


.index5 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.title2 {
    width: 100%;
    text-align: center;
    float: none;
}

.title2 .H4, .title2 .H5 {
    width: 100%;
    margin: 0;
}

.index5List {
    padding: 0 5.57%;
    position: relative;
    z-index: 1;
}
.index5List.pro_three_list2 {
    padding: 0 10px;
}
.case.pro.pro_inner h3{
    margin: 20px 0;
    padding: 0 0 0 22px;
    font-size: 22px;
    background: url(../image/arrow1.png) no-repeat 0 center;
}
.case.pro.pro_inner h3.currentDd2{
    background-image: url(../image/arrow.png);
}
.case.pro.pro_inner h2{
    background: url(../image/icon_expand.png) #f2f2f2 no-repeat calc(100% - 20px) center;
    padding: 10px 20px;
    margin-top: 10px;
}
.case.pro.pro_inner h2.currentDd{
    background-image: url(../image/icon_shrink.png);
}
.index5List.pro_three_list {
    padding: 0;
}

.index5List.pro_three_list:only-child{
    margin-top: 20px;
}
.index5List.pro_three_list > div{
    width: 15.5%;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 20px;
}
.index5List.pro_three_list > div:nth-child(6n){
    margin-right: 0;
}
.index5List.pro_three_list > div li{
    margin: 0;
}

.index5List.index5List2 {
    margin-top: 20px;
}
.index5List li{
    margin: 10px;
}
.index5List .listBox {
    width: 100%;
    height: 0;
    padding-top: 75%;
    border: 1px solid #e4e4e4;
    position: relative;
}
.index5List.pro_three_list .listBox,
.index5List.pro_three_list2 .listBox {
    padding-top: 66.5%;
}
.case.pro.pro_inner{
    padding: 60px 0;
}
.case.pro.pro_inner .p{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}
.case.pro.pro_inner h1{
    position: relative;
    line-height: 1;
}
.case.pro.pro_inner h1 span{
    background-color: #fff;
    padding: 0 12px 0 20px;
}
.case.pro.pro_inner2 h1:nth-child(1){
    margin: 0 0 20px 0;
}
.case.pro.pro_inner2 h1{
    margin: 40px 0 20px;
}
.case.pro.pro_inner h1:after{
    content: "";
    position: absolute;
    display: block;
    background-color: #bb1010;
    top: 1px;
    width: 8px;
    height: 1em;
    left: 0;

}
.index5List li .listBox:before{
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: url(../image/check.png) rgba(0, 0, 0, 0.4) no-repeat center;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all ease 0.4s;
    opacity: 0;
}
.index5List li:hover .listBox:before{
    opacity: 1;
}
.index5List li .listBox:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all ease 0.4s;
    opacity: 0;
}
.index5List li:hover .listBox:after {
    opacity: 1;
}

.index5List .listBox .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index5List .H6 {
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding: 20px 10px;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-top: none;
    background-color: #fff;
    height: calc(24px + 3em);
    white-space: break-spaces;
    line-height: 1.5;
}
.index5List.pro_three_list .H6,
.index5List.pro_three_list2 .H6 {
    font-size: 13px;
    padding: 12px 10px;
}
.index5List.pro_three_list .H6 span,
.index5List.pro_three_list2 .H6 span{
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
    line-height: 1.5;
    word-break: break-word;
}

.index5 .more2{
    margin: 40px auto 0;
}

@media screen and (min-width: 992px) {
    .index5List .list:hover .H6 {
        color: #bb1010;
    }
}

.index5List .slick-prev, .index5List .slick-next {
    width: 41px;
    height: 41px;
    left: 0;
    background: url(../image/p33.png) center no-repeat #fff;
    background-size: cover;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.index5List.pro_three_list2 .slick-prev {
    left: -10px;
}
.index5List.pro_three_list2 .slick-next {
    right: -10px;
}

.index5List .slick-next {
    right: 0;
    left: auto;
    background-image: url(http://jyqns.com.cn/template/qinengshi/static/image/p32.png);
}

.index5List .slick-prev:hover {
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p30.png) center no-repeat #bb1010;
    border-color: transparent;
    background-size: cover;
}

.index5List .slick-next:hover {
    background: url(../image/p31.png) center no-repeat #bb1010;
    border-color: transparent;
    background-size: cover;
}


.index5List.pro_three_list2 .slick-disabled {
    opacity: 0.6;
    cursor: default;
}
.index5List .slick-disabled:hover {
    background: url(../image/p33.png) center no-repeat #fff;
    border: 1px solid #d5d5d5;
}
.index5List .slick-next.slick-disabled:hover {
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p32.png) center no-repeat #fff;
}

.index5 .line {
    width: 1743px;
    position: absolute;
    bottom: 186px;
    left: 50%;
    line-height: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%,0);
}

.index6 {
    padding: 80px 0;
    background-color: #f8f7f7;
}

.index6Tab .hd {
    text-align: right;
    font-size: 0;
}

.index6Tab .hd li {
    display: inline-block;
    font-size: 16px;
    color: #262626;
    line-height: 32px;
    margin-left: 40px;
    width: 110px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

.index6Tab .hd li:first-child {
    margin: 0;
}

.index6Tab .hd li.on {
    background-color: #bb1010;
    color: #fff;
}

.index6Tab .bdList .list {
    width: 49.34%;
    margin: 24px 1.32% 0 0;
    background-color: #fff;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 20px 30px 20px 20px;
    position: relative;
    transition: all ease 0.4s;
}
.index6Tab .bdList .list:nth-child(1),
.index6Tab .bdList .list:nth-child(2){
    margin-top: 0;
}

.index6Tab .bdList .list:nth-child(2n) {
    margin-right: 0;
}

.index6Tab .bdList .list .pic {
    width: 200px;
    height: 134px;
    float: left;
    overflow: hidden;
}

.index6Tab .bdList .list .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index6Tab .bdList .list .text {
    margin-left: 235px;
}

.index6Tab .bdList .list .text .H4 {
    font-size: 18px;
    color: #333333;
    padding: 18px 0 13px 0;
}

.index6Tab .bdList .list .text .p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    opacity: 0.66;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index6Tab .bdList .list .text .time {
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
    text-align: right;
    margin-top: 8px;
}

.index6Tab .bdList .list .ico {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    opacity: 0;
    line-height: 0;
}

.index6 .more2{
    margin: 40px auto 0;
}

@media screen and (min-width: 992px) {
    .index6Tab .bdList .list:hover {
        background-color:#bb1010;
    }

    .index6Tab .bdList .list:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .index6Tab .bdList .list:hover .H4 {
        color: #fff;
    }

    .index6Tab .bdList .list:hover .p {
        color: #fff;
    }

    .index6Tab .bdList .list:hover .time {
        color: #fff;
        opacity: 1;
        text-align: left;
    }

    .index6Tab .bdList .list:hover .ico {
        opacity: 1;
    }
}

.bottom {
    padding: 30px 0 40px 0;
    background: #211f1f;
    background-size: cover;
}

.bTitle .H4 {
    font-size: 30px;
    color: #fff;
    display: inline-block;
}

.bTitle .H5 {
    font-size: 18px;
    color: #9b9b9b;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
}
.bottom .nav_bottom{
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.bottom .nav_bottom a{
    position: relative;
}
.bottom .nav_bottom a:after{
    content: "/";
    position: absolute;
    left: calc(100% + 3em);
    opacity: 0.1;
}
.bottom .nav_bottom a:last-child:after{
    display: none;
}
.bCon {
    width: 100%;
}

.bCon .p {
    font-size: 22px;
    color: #fff;
}

.bEwm2 {
    float: right;
    text-align: center;
}

.bEwm2 .pic {
    display: block;
}
.bEwm2 .pic img{
    width: 130px;
}

.bEwm2 .H6 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px;
}

.bAddress {
    width: 76%;
    float: left;
}

.bAddress .list:last-child {
    margin: 0;
}

.bAddress .ico {
    width: 18px;
    height: auto;
    float: left;
    line-height: 0;
    margin: 3px 0 0 0;
}

.bAddress .p2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
}
.bAddress .p2.big{
    color: #fff;
    font-family: arial;
    font-weight: bold;
    font-size: 40px;
}

.bottom2 {
    background-color: #191818;
    padding: 20px 0;
}

.bShare {
    float: right;
    font-size: 0;
}

.bShare .list {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 17px;
    background-color: #414141;
    position: relative;
    display: inline-block;
}

.bShare .list:first-child {
    margin: 0;
}

.bEwm {
    width: 100px;
    position: absolute;
    bottom: 34px;
    left: 50%;
    margin-left: -50px;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bEwm .img {
    width: 90px;
    height: 90px;
    margin: 5px;
    display: block;
}

/*hover*/
@media screen and (min-width: 992px) {
    .bShare .list:hover {
        background-color:#bb1010;
    }

    .bShare .list:hover .bEwm {
        height: 100px;
    }
}

.bottom2 .bLeft {
    float: left;
}

.bLink {
/*    display: none;*/
}

.bLink .list {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
}

.bLink .scrollBox, .bLink .scroll {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bLink .i1 {
    margin: 0 10px;
}

.bLink .i1:last-child {
    display: none
}

.bLink .top .ico {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bLink .a:hover {
    color: #fff;
}

.cr .p {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1199px) {
    .bottom {
        padding:40px 0;
    }

    .bTitle .H4 {
        font-size: 20px;
    }

    .bMessage .formList .list .input {
        width: 60%;
    }

    .bLink .list {
        font-size: 12px;
    }

    .bSearch {
        width: 200px;
        margin-top: 70px;
    }

    .bLink .i1 {
        margin: 0 5px;
    }
}

@media screen and (max-width: 991px) {
    .bLink {
        text-align:center;
    }

    .bMessage .textarea {
        width: 75%;
    }

    .bShare {
        width: 100%;
        text-align: center;
    }

    .bShare .list {
        margin: 0 5px 10px 5px !important;
    }

    .bottom2 .bLeft {
        width: 100%;
    }

    .cr {
        text-align: center;
    }

    .bMessage .formList .list .input {
        width: 55%;
    }

    .bShare .list.active {
        background-color: #bb1010;
    }

    .bShare .list.active .bEwm {
        height: 100px;
    }

    .bLink {
        width: 180px;
        height: 34px;
        background-color: #3d3d3d;
        position: relative;
        margin: auto;
    }

    .bLink .top {
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding: 0 40px 0 10px;
        position: relative;
        text-align: left;
    }

    .bLink .top .ico {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        right: 10px;
        display: block;
        line-height: 0;
    }

    .bLink .scrollBox {
        width: 100%;
        height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        bottom: 35px;
        left: 0;
        background-color: #3d3d3d;
    }

    .bLink .scrollBox .scrol {
        margin: 10px;
    }

    .bLink .i1 {
        display: none;
    }

    .bLink .scrollBox .scrol .a {
        display: block;
        line-height: 30px;
        text-align: left;
    }

    .bLink.active .scrollBox {
        height: 140px;
    }

    .bLink .top.active .ico {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 767px) {
    .bCon {
        display:none;
    }

    .bottom {
/*        padding: 20px 0;*/
        display: none;
    }

    .bTitle .H4 {
        font-size: 16px;
    }

    .bTitle .H5 {
        font-size: 13px;
        margin-left: 5px;
    }

    .bottom2 {
        padding: 10px 0 75px 0;
    }

    .cr {
        margin-top: 10px;
    }

    .cr .p {
        width: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        margin: 0
    }
}

/*底部漂浮*/
.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 50px;
    z-index: 99;
}

.pf_down li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 0 5px 0;
    position: relative;
}

.pf_down li .ico {
    width: 100%;
    float: left;
    height: 30px;
}

.pf_down li .ico img {
    height: 36px;
}

.pf_down li .name {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-size: 12px;
    color: #929292;
    line-height: 14px;
}

.pf_down li.l1 a {
    display: inline-block;
    *zoom:1; *display: inline;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.8);
    border: solid 2px #bb1010;
    margin-top: -20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

/*右漂浮*/
.f_r_box {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 99;
}

.f_r {
    padding: 10px 0;
    border-radius: 12px 0 0 12px;
    background-color: rgba(48,48,48,0.8);
    width: 55px;
}

.fEwm {
    width: 0;
    height: 84px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    right: 57px;
    background-color: rgba(12,125,245,0.8);
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.fEwm .span {
    width: 87px;
    height: 84px;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}

.f_r li {
    cursor: pointer;
    position: relative;
}

.frNum {
    position: absolute;
    top: 0;
    right: -250px;
    height: 100%;
    background-color: rgba(187,16,16,0.8);
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 90px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.frNum.tel{
    width: 210px;
}

.frNum .frNumIco {
    float: left;
    width: 55px;
}

.frNum .p {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.frNum .p.p2 {
    margin-top: 6px;
    line-height: 19px;
}

.frNum2 .p {
    line-height: 55px;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .f_r li:hover .frNum {
        right:0
    }

    .f_r li:hover {
        background-color: #bb1010;
    }

    .f_r li:hover .fEwm {
        width: 87px;
    }

    .f_r li:hover .imgNone {
        opacity: 0;
    }

    .f_r_box .c_close {
        display: none;
    }
}

.f_r_box .c_close {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -13px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .f_r li .frNum {
        display:none;
    }

    .f_r_box {
        display: none;
    }

    .f_r li.hover {
        background-color: rgba(187,16,16,0.8)
    }

    .fEwm {
        right: 40px;
    }

    .f_r li.hover .fEwm {
        width: 87px;
    }

    .f_r {
        width: 40px;
        padding: 10px 0;
    }

    .f_r_box .c_close {
        bottom: -30px;
    }

    .frNum .frNumIco {
        width: 40px;
    }

    .frNum .p {
        font-size: 12px;
        margin-top: 3px;
    }
}

/*关于我们*/
.pageBox {
    background-color: #f6f6f6;
}

.pageNav {
    float: left;
    line-height: 60px;
}

.pageNav a {
    font-size: 16px;
    color: #333333;
    margin: 0 10px 0 0;
    float: left;
    padding: 0 30px;
    position: relative;
    text-align: center;
}

.pageNav a:last-child {
    margin: 0;
}

.pageNav a:hover,
.pageNav a.current {
    background-color: #bb1010;
    color: #fff;
}

.pageNav a:hover::after,
.pageNav a.current::after {
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p50.png) center no-repeat;
    background-size: 100%;
}

.pageNav a.on {
    background-color: #bb1010;
    color: #fff;
}

.pageNav a.on::after {
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p50.png) center no-repeat;
    background-size: 100%;
}

.local {
    float: right;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 60px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.local a {
    color: #6b6b6b;
}

.local a:hover {
    color: #bb1010;
}

.local .ico {
    width: 16px;
    height: 16px;
    float: left;
    margin: 22px 0 0 0;
    line-height: 0;
    margin-right: 10px;
}

@media screen and (max-width: 1549px) {
    .pageNav,.local {
        margin:0;
    }
}

@media screen and (max-width: 1549px) {
    .pageNav a {
        font-size:14px;
    }
}

@media screen and (max-width: 991px) {
    .pageBox {
        display:none;
    }
}

/*内页下拉*/
.babyserBox {
    position: relative;
    height: 41px;
    width: 100%;
    display: none;
    background-color: #f6f6f6;
}

.babyser {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

.babyser h2 {
    float: left;
    width: 100%;
    border-bottom: #e1e1e1 solid 1px;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.babyser h2 .imgr {
    float: right;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 991px) {
    .babyser h2 .imgr {
        float:right;
        margin: 12px 0 0 0;
        transition: all 0.2s linear;
    }

    .babyser h2.active .imgr {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.pz_SideLayerph {
    display: none;
    background-color: #f6f6f6;
    box-shadow: 0px 4px 4px rgba(0,0,0,.1);
}

.pz_SideLayerph .l1 {
}

.pz_SideLayerph .l1 h3 {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: #e1e1e1 dashed 1px;
    position: relative;
}
.pz_SideLayerph .l1:last-child h3{
    border: 0;
}

.pz_SideLayerph .l1 h3 a {
    display: block;
    color: #333;
    padding-left: 15px;
}

.pz_SideLayerph .l1 h3.active a {
    color: #337ab7;
}

.pz_SideLayerph .l1 h3 img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px 0 0;
}

.pz_SideLayerph .l1 h3 img.img3 {
    display: block;
}

.pz_SideLayerph .l1 h3 img.img3h {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3 {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3h {
    display: block;
}

.pz_SideLayerph .l1 .l1ul {
    display: none;
}

.pz_SideLayerph .l1 .l1ul li {
    border-bottom: #e1e1e1 solid 1px;
    padding: 10px 10px 10px 29px;
    font-size: 14px;
    line-height: 22px;
}

.pz_SideLayerph .l1 .l1ul li:last-child {
    border: 0;
}

.pz_SideLayerph .l1 .l1ul li a {
    color: #999999;
}

@media screen and (max-width: 991px) {
    .babyserBox {
        display:block;
    }
}

.about1 {
    padding: 100px 0 40px 0;
}

.pTitle {
    text-align: center;
    font-weight: bolder;
}

.pTitle .H4 {
    font-size: 36px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bolder;
    color: #333333;
}

.pTitle .H5 {
    font-size: 26px;
    color: #555555;
    margin-top: 14px;
}

.about1 .p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
}

@media screen and (max-width: 1199px) {
    .about1 {
        padding:60px 0;
    }

    .pTitle .H4 {
        font-size: 30px;
    }

    .pTitle .H5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .about1 {
        padding:30px 0;
    }

    .pTitle .H4 {
        font-size: 20px;
    }

    .pTitle .H5 {
        font-size: 16px;
        margin-top: 10px;
    }

    .about1 .p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        text-align: justify;
        white-space: break-spaces;
    }

    .about1 .p br {
        display: none;
    }
}

.abou2 {
    padding: 110px 0;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/j27.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.abou2 .line {
    width: 2px;
    height: 80px;
    background-color: #bb1010;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -1px;
}

.pTitle2 .H4, .pTitle2 .H5 {
    color: #fff;
}

.abou2Mar {
    margin: 0 -20px;
}

.plan_scroll {
    margin-top: 85px;
}

.plan_scroll .p {
    height: 137px;
    width: 77%;
    margin: auto;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 24px;
    padding: 16px 0 16px 0;
    box-sizing: border-box;
    overflow-y: hidden;
}

.plan_m {
    width: 100%;
    height: auto;
}

.plan_date_box {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0);
    margin: 59px auto auto auto;
}

.plan_date {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #bb1010;
    margin: 2px 0 0 2px;
    text-align: center;
    position: relative;
}

.plan_date h3 {
    font-size: 22px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    padding-top: 18px;
}

.plan_date h4 {
    font-size: 16px;
    color: #fff;
    font-family: Arial;
}

.plan_date::after {
    height: 60px;
    width: 2px;
    background-color: #bb1010;
    content: " ";
    position: absolute;
    top: -62px;
    left: 50%;
    margin-left: -1px;
}

.plan_date::before {
    height: 10px;
    width: 10px;
    background-color: #27282c;
    content: " ";
    position: absolute;
    top: -77px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
}

.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::after {
    bottom: -62px;
    top: auto;
}

.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before {
    bottom: -77px;
    top: auto;
}

.plan_scroll .slick-slide:nth-child(2n) > li .plan_date_box {
    margin: auto auto 59px auto;
}

.plan_scroll .slick-slide:nth-child(2n) > li .p {
    padding: 30px 0 10px 0;
}

.plan_scroll li:hover .plan_date_box {
    border: 1px solid #bb1010;
}

.plan_scroll .slick-prev {
    width: 38px;
    height: 66px;
    background: url(../image/p53.png);
    background-size: cover;
    left: -80px;
}

.plan_scroll .slick-next {
    width: 38px;
    height: 66px;
    background: url(../image/p54.png);
    background-size: cover;
    right: -80px;
}

/* .plan_scroll .slick-prev:hover{background-image:url(../images/p56.png);}
.plan_scroll .slick-next:hover{background-image:url(../images/p55.png);} */
@media screen and (max-width: 1600px) {
    .plan_scroll .slick-prev {
        left:0;
        z-index: 200;
    }

    .plan_scroll .slick-next {
        right: 0;
        z-index: 200;
    }
}

@media screen and (max-width: 1199px) {
    .plan_scroll .p {
        width:100%;
    }

    .abou2 {
        padding: 60px 0;
    }

    .plan_date::before {
        top: -80px;
    }

    .plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before {
        bottom: -80px;
    }

    .abou2Mar {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .plan_date::before {
        top:-77px;
    }

    .plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before {
        bottom: -77px;
    }

    .plan {
        margin-top: 40px;
        padding: 40px 0;
    }

    .plan_scroll {
        margin-top: 50px;
    }

    .plan_scroll .p {
        font-size: 13px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .abou2 {
        padding:30px 0;
    }

    .plan_scroll {
        margin-top: 25px;
    }

    .plan_date_box {
        width: 60px;
        height: 60px;
        border: 1px solid #bb1010;
        margin: 40px auto auto auto;
    }

    .plan_date {
        width: 54px;
        height: 54px;
    }

    .plan_date h3 {
        font-size: 16px;
        padding-top: 14px;
    }

    .plan_date h4 {
        font-size: 13px;
    }

    .plan_date::after {
        height: 40px;
        top: -42px;
    }

    .plan_date::before {
        width: 6px;
        height: 6px;
        top: -56px;
        margin-left: -3px;
    }

    .plan_scroll .p {
        height: 96px;
        margin-bottom: 5px;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
    }

    .plan_scroll .slick-slide:nth-child(2n) > li .plan_date::after {
        bottom: -42px;
        top: auto;
    }

    .plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before {
        bottom: -56px;
        top: auto;
    }

    .plan_scroll .slick-slide:nth-child(2n) > li .plan_date_box {
        margin: auto auto 40px auto;
    }

    .plan_scroll .slick-slide:nth-child(2n) > li .p {
        margin: 10px 0 0 0;
        height: 90px;
        padding: 0;
    }

    .plan_scroll .slick-prev {
        width: 20px;
        height: 35px;
        left: -15px;
    }

    .plan_scroll .slick-next {
        width: 20px;
        height: 35px;
        right: -15px;
    }

    .abou2 .line {
        width: 1px;
        height: 40px;
        top: -20px;
        margin: 0;
    }
}

.abou3 {
    padding: 100px 0 90px 0;
    position: relative;
    overflow: hidden;
}

.abou3D {
    margin-top: 60px;
}

.abou3D .pic {
    width: 71.71%;
    float: left;
    height: 860px;
    position: relative;
}

.abou3D .pic::after {
    width: 171px;
    height: 4px;
    background-color: #bb1010;
    content: "";
    position: absolute;
    bottom: 112px;
    left: -100px;
}

.abou3D .text {
    position: absolute;
    bottom: 163px;
    right: 0;
    background-color: #f6f5f1;
    width: 50%;
    padding: 60px 10.41% 50px 3.4%;
    min-height: 487px;
    z-index: 1;
}

.abou3D .text .ab3Ti {
    font-weight: bolder;
}

.abou3D .text .H4 {
    font-size: 36px;
    font-weight: bolder;
    font-family: Arial;
    text-transform: uppercase;
}

.abou3D .text .H4 .coloe {
    color: #fff;
}

.abou3D .text .H5 {
    font-weight: normal;
    font-size: 24px;
    color: #3f3f3d;
    position: relative;
    margin: 23px 0 28px 0;
}

.abou3D .text .p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

@media screen and (max-width: 1549px) {
    .abou3D .text .H4 {
        margin-left:-168px;
    }

    .abou3D .text {
        width: 40%;
    }
}

@media screen and (max-width: 1199px) {
    .abou3 {
        padding:60px 0;
    }

    .abou3D .text .H4 {
        margin-left: -134px;
        font-size: 35px;
    }

    .abou3D .text {
        bottom: 130px;
    }
}

@media screen and (max-width: 991px) {
    .abou3D .text .H4 {
        margin-left:-128px;
    }
}

@media screen and (max-width: 767px) {
    .abou3 {
        padding:30px 0;
    }

    .abou3D .text {
        width: 100%;
        position: static;
        min-height: inherit;
        padding: 30px 20px;
    }

    .abou3D {
        margin-top: 0;
    }

    .abou3D .text .H4 {
        font-size: 20px;
        margin: 0;
    }

    .abou3D .text .H4 .coloe {
        color: #bb1010;
    }

    .abou3D .text .H5 {
        font-size: 18px;
        margin: 15px 0;
    }

    .abou3D .text .p {
        font-size: 13px;
        line-height: 22px;
    }

    .abou3D .pic {
        width: 100%;
        height: auto;
        background: none !important;
    }

    .abou3D .pic::after {
        bottom: 20px;
        height: 2px;
    }
}

.abou4 {
    padding: 40px 0 20px 0;
    background-size: cover;
}

.abou4Mar {
    margin: 0 -30px;
}

.abou4List {
    margin-top: 55px;
    width: 74.49%;
    float: left;
}

.abou4List .list {
    width: 32.71%;
    margin: 0 0.93% 10px 0;
    position: relative;
    background-color: #000;
    float: left;
}

.abou4List .list:nth-child(3n) {
    margin-right: 0;
}

.abou4List .list img {
    opacity: 0.4;
}

.abou4List .list .textOn {
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.abou4List .list .textOn .H5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.abou4List .list .textOn .H6 {
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    opacity: 0.6;
    margin-top: 10px;
}

.abou4List .list:hover img {
    opacity: 0.3;
}

.abou4List .list:hover {
    background-color: #bb1010;
}

@media screen and (min-width: 992px) {
    .abou4List .list:hover .H5 {
        font-size:22px;
    }
}

.abou4R {
    width: 24.36%;
    float: right;
    background-color: #000;
    margin-top: 55px;
    position: relative;
}

.abou4R img {
    opacity: 0.3;
}

.abou4R .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10.38%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.abou4R:hover img {
    opacity: 0.3;
}

.abou4R:hover {
    background-color: #bb1010;
}

@media screen and (max-width: 1549px) {
    .abou4R .text {
        line-height:24px;
    }
}

@media screen and (max-width: 1199px) {
    .abou4R .text {
        font-size:14px;
        padding: 0 10px;
    }

    .abou4List .list .textOn .H5 {
        font-size: 16px;
    }

    .abou4 {
        padding: 60px 0 50px 0;
    }

    .abou4Mar {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .abou4 {
        padding:30px 0;
    }

    .abou4List {
        width: 100%;
        margin-top: 25px;
    }

    .abou4List .list {
        width: 49%;
        margin: 0 2% 10px 0;
    }

    .abou4List .list:nth-child(3n) {
        margin-right: 2%;
    }

    .abou4List .list:nth-child(2n) {
        margin-right: 0%;
    }

    .abou4List .list .textOn .H5 {
        font-size: 12px;
    }

    .abou4List .list .textOn .H6 {
        display: none;
    }

    .abou4R {
        width: 100%;
        margin-top: 0;
    }
}

/*合作伙伴*/
.par .pageNav a {
    margin: 0;
}

.partner {
    padding: 100px 0 70px 0;
}

.pagePadding {
    padding: 0 3.94%;
}

.partnerList {
    margin-bottom: 70px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.partnerList .list {
    width: 25%;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    position: relative;
    float: left;
}

.partnerList .list .pic {
    padding-bottom: 60.23%;
    position: relative;
}

.partnerList .list .pic img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.partnerList .list .textOn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(12,125,245,0.95);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.partnerList .list .textOnBox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.partnerList .list .textOnBox .H5 {
    font-size: 20px;
    color: #fff;
}

.partnerList .list .textOnBox .H6 {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .partnerList .list:hover .textOn {
        transform: scale(1);
    }
}

.paging {
    text-align: center;
    font-size: 0;
}

.paging a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #272727;
    margin: 0 8px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    background-color: #fff;
}

.paging .pageup {
    width: 100px;
    background: url(../image/p60.png) center no-repeat #fff;
    background-size: 100%;
}

.paging .pagedown {
    width: 100px;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p59.png) center no-repeat #fff;
    background-size: 100%;
}

.paging .pageup:hover {
    background-image: url(http://jyqns.com.cn/template/qinengshi/static/image/p57.png);
}

.paging .pagedown:hover {
    background-image: url(../image/p58.png);
}

.paging .pagedown.hover {
    background-image: url(../image/p58.png);
}

.paging .pageup.hover {
    background-image: url(http://jyqns.com.cn/template/qinengshi/static/image/p57.png);
}

.paging a.hover {
    background-color: #bb1010;
    color: #fff;
    border-color: #bb1010;
}

.paging .aPh {
    font-size: 12px;
    color: #333;
    margin: 0 5px;
    display: none;
    vertical-align: middle;
}

@media screen and (min-width: 992px) {
    .paging a:hover {
        background-color:#bb1010;
        color: #fff;
        border-color: #bb1010;
    }
}

@media screen and (max-width: 767px) {
    .paging .a {
        display:none;
    }

    .paging .aPh {
        display: inline-block;
    }
}

@media screen and (max-width: 1549px) {
    .pagePadding {
        padding:0;
    }
}

@media screen and (max-width: 1199px) {
    .partner {
        padding:60px 0;
    }
}

@media screen and (max-width: 767px) {
    .partner {
        padding:30px 0;
    }

    .partnerList {
        margin-bottom: 30px;
    }

    .partnerList .list {
        width: 50%
    }
}

/*联系我们*/
.contact {
    padding: 100px 0 80px 0;
    overflow: hidden;
}

.contactLeft {
    background-color: #ebebeb;
    width: 58%;
    float: left;
}

.contactLeft .name {
    padding: 57px 8.88% 40px 8.88%;
}

.contactLeft .name .H3 {
    font-size: 30px;
    color: #151515;
    line-height: 46px
}

.contactLeft .name .H4 {
    font-size: 16px;
    color: #9c9c9c;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 46px;
}

.map_right{
    width: 40%;
    float: right;
    border: 2px solid #ededed;
}
.map_right iframe{
    width: 100%;
    border: 0;
    height: 100%;
    display: block;
    height: 715px;
}

.infor .list {
    padding: 20px 6.11%;
}

.infor .list {
    background-color: #f6f6f6;
}

.infor .list:nth-child(2n) {
    background-color: #ebebeb;
}

.infor .list .div {
    width: 100%;
    float: left;
    margin: 0;
}

.infor .list .div .span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #bb1010;
    line-height: 0;
    margin: 6px 0 0 0;
    float: left;
}

.infor .list .div .p {
    margin-left: 4% ;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    width: 62%;
    float: left;
}

.infor .list .div .pEwm {
    width: 79px;
    height: 79px;
    border: 2px solid #bb1010;
    padding: 3px;
    float: right;
}

.infor .list:last-child .div .pEwm {
    display: none;
}

.contactR {
    border: 2px solid #ededed;
    padding: 40px 2.14% 40px 2.14%;
}

.contactR .H3 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.conForm .formList {
    margin-top: 8px;
}

.conForm .H4 {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.conForm .inputBox {
    background-color: #f7f7f7;
    border-radius: 2px;
}

.conForm .input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    color: #666666!important;
    background-color: #f7f7f7;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
}

.conForm .textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #f7f7f7;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    color: #666666!important;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    resize: vertical;
}

.formList2 .input {
    width: 66.77%;
    float: left;
}

.formList2 .yzm {
    width: 95px;
    height: 40px;
    float: right;
    margin: 2px 2px 0 0;
    overflow: hidden;
}

.conForm .submit {
    width: 229px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #bb1010;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 30px auto auto auto;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.conForm .submit:hover {
    background-color: #bb1010;
}

@media screen and (max-width: 1549px) {
    .infor .list, .contactLeft .name {
        padding:25px 2%;
    }

    .infor .list .div .pEwm {
        width: 70px;
        height: 70px;
    }

    .contactR {
        height: 585px;
    }
}

@media screen and (max-width: 1199px) {
    .contact {
        padding:60px 0;
    }

    .contactLeft .name .H3 {
        font-size: 24px;
    }

    .infor .list .div .p {
        float: none;
        margin: 3px 0 0 50px;
        width: auto;
    }

    .infor .list .div .pEwm {
        float: left;
        margin: 10px 0 0 50px;
    }

    .contactR {
        padding: 40px 2% 20px 2%
    }

    .formList2 .input {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .contactLeft {
        width:100%;
    }

    .contactR,.map_right {
        width: 100%;
        margin-top: 20px;
    }
    .map_right iframe{
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .contact {
        padding:30px 0;
    }

    .infor .list, .contactLeft .name {
        padding: 10px 16px;
    }

    .contactLeft .name .H3 {
        font-size: 18px;
        line-height: 24px;
    }

    .contactLeft .name .H4 {
        font-size: 13px;
        line-height: 22px;
    }

    .infor .list .div {
        width: 100%;
        margin: 6px 0!important;
    }

    .infor .list .div .span {
        margin: 0 0 0 0;
    }

    .infor .list .div .p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0;
    }

    .contactR {
        padding: 20px 10px;
        height: auto;
    }

    .contactR .H3 {
        font-size: 18px;
        padding: 0;
    }

    .conForm .input {
        height: 34px;
    }

    .formList2 .yzm {
        margin: 0;
    }

    .conForm .submit {
        width: 100px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}

.contact2 {
    margin: 60px 0;
    position: relative;
}

.contact2 .textOn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
    .contact2 .textOn {
        font-size:16px;
    }
}

@media screen and (max-width: 767px) {
    .contact2 {
        margin:20px 0;
    }

    .contact2 .textOn {
        font-size: 10px;
        line-height: 18px;
    }
}

.contact3 {
    margin-top: 65px;
}

.conTi {
    text-align: center;
}

.conTi .H2 {
    font-size: 110px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #f6f6f6;
    line-height: 80px;
}

.conTi .H4 {
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    margin: -70px 0 40px 0;
    position: relative;
    z-index: 1;
}

.conTi .p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.joinList {
    margin: 25px 0 60px 0;
}

.joinList .list {
    width: 32.21%;
    margin: 35px 1.68% 0 0;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    padding: 34px;
    float: left;
    border-radius: 12px;
    position: relative;
}

.joinList .list:nth-child(3n) {
    margin-right: 0;
}

.joinList .list .listTop .H4 {
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-bottom: 18px;
}

.joinList .list .listTop .H4::after {
    width: 29px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #b2b2b2;
}

.joinList .list .H3 {
    font-size: 37px;
    color: #f0f0f0;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    right: 22px;
}

.joinList .scrollBox {
    height: 224px;
    margin-top: 15px;
}

.joinList .scroll {
    padding: 0 10px 0 0;
    height: 100%;
}

.nicescroll-rails {
    width: 2px !important;
    height: 100%;
    background-color: #dddddd;
}

.joinList .scrollBox .p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.joinList .scrollBox .p .H6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}

@media screen and (min-width: 992px) {
    .joinList .list:hover {
        background-color:#bb1010;
    }

    .joinList .list:hover .listTop .H4, .joinList .list:hover .p {
        color: #fff;
    }

    .joinList .list:hover .listTop .H4::after {
        background-color: #fff;
        opacity: 0.5;
    }

    .joinList .list:hover .H3 {
        color: #fff;
    }
}

#ascrail2000 div {
    margin-right: -1px;
}

.contact3 .text1 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.contact3 .text1 .bold {
    font-size: 18px;
    font-weight: bold;
}

.contact3 .text1 .color {
    color: #bb1010;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    .joinList .list {
        padding:20px ;
    }

    .joinList .list .H3 {
        top: 15px;
    }

    .conTi .H2 {
        font-size: 80px;
        line-height: 60px;
    }

    .conTi .H4 {
        font-size: 28px;
        margin: -50px 0 20px 0
    }
}

@media screen and (max-width: 991px) {
    .join {
        padding:50px 0;
    }

    .joinList .list .listTop .H6 {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .contact3 {
        margin-top:20px;
    }

    .conTi .H2 {
        font-size: 40px;
        line-height: 40px;
    }

    .conTi .H4 {
        font-size: 20px;
        line-height: 40px;
        margin: -40px 0 10px 0;
    }

    .conTi .p {
        font-size: 12px;
        line-height: 22px;
        text-align: justify;
    }

    .conTi .p br {
        display: none;
    }

    .joinList .list {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 15px;
    }

    .joinList .scrollBox .p, .joinList .scrollBox .p .H6 {
        font-size: 13px;
        line-height: 24px;
    }

    .joinList .scrollBox {
        height: 192px;
    }

    .joinList {
        margin: 0 0 20px 0;
    }

    .contact3 .text1 {
        font-size: 14px;
    }
}

/*设计案例*/
@media screen and (max-width: 1199px) {
    .par .pageNav a {
        width:auto;
        padding: 0 10px;
    }
}

.case {
    padding: 100px 0 70px 0;
}

.case.pro {
    padding-top: 20px;
}

.case.pro.pro_inner2 h1:before{
    content: "";
    height: 18px;
    display: block;
    background: url(../image/line1.jpg) repeat;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.caseList {
    padding-bottom: 24px;
}

.caseList .list {
    width: 31.14%;
    margin: 0 3.29% 45px 0;
    float: left;
    box-shadow: 0 0 27px rgba(0,0,0,0.1);
    padding: 20px;
}
.caseList.prolist .list {
    width: 23%;
    margin: 0 2.66% 35px 0;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
}

.caseList .list:nth-child(3n) {
    margin-right: 0;
}

.caseList.prolist .list:nth-child(3n) {
    margin-right: 2.66%;
}

.caseList.prolist .list:nth-child(4n) {
    margin-right: 0;
}
.prolist_out{
    background: url(../image/prolist_bg.jpg) no-repeat center 40px;
}

.caseList .list .pic {
    padding-bottom: 70.12%;
    position: relative;
    overflow: hidden;
}
.caseList.prolist .list .pic {
    padding-bottom: 63%;
}

.caseList .list .pic img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.caseList .list .text {
    padding: 30px 10px 15px 10px;
    text-align: center;
}

.caseList .list .text .H4 {
    font-size: 20px;
    color: #363636;
}

.caseList .list .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    margin: 20px 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseList .list .text .more3 {
    width: 106px;
    height: 38px;
    line-height: 38px;
    display: block;
    margin: auto;
    border-radius: 4px;
    background-color: #e1e1e1;
    font-size: 14px;
    color: #bb1010;
}

.caseList .list:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.caseList .list:hover .H4 {
    color: #bb1010;
}

.caseList .list:hover .more3 {
    background-color: #bb1010;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .case {
        padding:60px 0;
    }
}

@media screen and (max-width: 767px) {
    .case {
        padding:30px 0;
    }

    .caseList .list,
    .caseList.prolist .list {
        width: 48%;
        margin: 0 4% 20px 0;
        padding: 10px ;
    }

    .case2 .caseList.prolist .list .text p{
        display: none;
    }
    .caseList .list:nth-child(3n) ,
    .caseList.prolist .list:nth-child(3n) {
        margin-right: 4%;
    }

    .caseList .list:nth-child(2n) ,
    .caseList.prolist .list:nth-child(2n) {
        margin-right: 0;
    }

    .caseList .list .pic::after {
        width: 20px;
        height: 9px;
        margin-left: -10px;
    }

    .caseList .list .text {
        padding: 15px 0 0 0;
    }

    .caseList .list .text .H4 {
        font-size: 16px;
    }

    .caseList .list .text .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px ;
        margin: 10px 0;
    }

    .caseList {
        padding-bottom: 10px;
    }

    .caseList .list .text .more3 {
        height: 30px;
        line-height: 30px;
    }
}

/*案例详细*/
.caseDe {
    padding: 100px 0 65px 0;
}

.caseDe1List {
    width: 63.92%;
    float: left;
}

.caseDe1List .homedown {
    margin-top: 20px;
    padding: 0 35px;
}

.caseDe1List .homedown .list {
    width: 92.3%;
    margin: auto;
    border: 1px solid rgba(255,255,255,0);
}

.caseDe1List .homedown .slick-current .list {
    border: 1px solid #bb1010;
}

.caseDe1List .homedown .slick-prev, .caseDe1List .homedown .slick-next {
    width: 30px;
    height: 30px;
    left: 0;
    background: url(../image/p70.png) center no-repeat;
    background-size: 100%;
}

.caseDe1List .homedown .slick-next {
    background-image: url(../image/p69.png);
    left: auto;
    right: 0;
}

.caseDe1List .homedown .slick-prev:hover {
    background-image: url(../image/p67.png);
}

.caseDe1List .homedown .slick-next:hover {
    background-image: url(../image/p68.png);
}

.caseDe1R {
    width: 30%;
    float: right;
}

.caseDe1R .H3 {
    font-size: 32px;
    color: #333333;
    margin: 35px 0 25px 0;
}

.caseDe1R .p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.caseDe1R .p2 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 15px 0 20px 0;
    margin: 27px 0 17px 0;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
}

.caseDe1R .p3 {
    font-size: 14px;
    color: #666666;
}

.btnBox .pageBtn {
    width: 185px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 4px;
    background-color: #bb1010;
    margin: 28px 20px 0 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.btnBox .pageBtn:nth-child(2) {
    margin-right: 0;
}

.btnBox .pageBtn:hover {
    background-color: #bb1010;
}

.caseDe2Con {
    width: 76.42%;
    float: left;
    margin-top: 70px;
}

.conH3 {
    width: 100%;
    text-align: center;
    line-height: 63px;
    background-color: #bb1010;
    font-size: 20px;
    color: #fff;
}

.caseDe2Con .p {
    padding: 30px 0 85px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.caseDe2Con .p .p2 {
    padding: 0 2.8%;
}

.caseDe2Con .p .img {
    text-align: center;
}

.zan {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    margin: auto;
    cursor: pointer;
}

.zan .ico {
    width: 37px;
    height: 25px;
    display: block;
    margin: 20px auto 5px auto;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p73.png) center no-repeat;
    background-size: 100%;
}

.zan .H5 {
    font-size: 12px;
    color: #8f9499;
    text-align: center;
}

.zan.on .ico {
    background-image: url(http://jyqns.com.cn/template/qinengshi/static/image/p74.png);
}

.zan.on .H5 {
    color: #bb1010;
}

.zan.on {
    border-color: #bb1010;
}

.pageShare {
    padding: 27px 0 51px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    line-height: 0;
}

.pageShare .H6 {
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    vertical-align: top;
}

.pageA {
    position: relative;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}
.pageA > p{
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}
.pageA a {
    color: inherit;
/*    font-size: 12px;*/
/*    line-height: 20px;*/
}

.pageA a:hover {
    color: #bb1010;
}

.pageUp {
    float: left;
    width: 40%
}

.pageDown {
    float: right;
    width: 40%;
    text-align: right;
}

.pageA .backUp {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%, 0);
}

.backUp .span {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/p80.png) center no-repeat;
    background-size: 100%;
}

.backUp:hover .span {
    background-image: url(http://jyqns.com.cn/template/qinengshi/static/image/p81.png);
}

@media screen and (max-width: 767px) {
    .pageA {
/*        padding-top:40px;*/
    }

    .pageA a {
        width: 100%;
        text-align: center;
    }

    .pageA .backUp {
        width: auto;
        top: 10px;
        bottom: auto;
    }
}

.tuijian {
    width: 21%;
    float: right;
    margin-top: 70px;
}

.tjList .list {
    margin-top: 37px;
}

.tjList .list .pic {
    width: 100%;
    overflow: hidden;
}

.tjList .list .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tjList .list .text {
    padding: 18px 66px 0 18px;
    position: relative;
}

.tjList .list .text .H5 {
    font-size: 16px;
    color: #333333;
}

.tjList .list .text .H6 {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.tjList .list .text .ico {
    width: 38px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 24px;
    background: url(../image/p71.png) center no-repeat;
    background-size: 100%;
}

.tjList .list:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.tjList .list:hover .H5 {
    color: #bb1010;
}

.tjList .list:hover .ico {
    background-image: url(../image/p72.png);
}

@media screen and (max-width: 1199px) {
    .caseDe {
        padding:60px 0;
    }

    .caseDe1List {
        width: 50%;
    }

    .caseDe1R {
        width: 47%;
    }

    .caseDe1R .H3 {
        font-size: 26px;
        margin: 20px 0;
    }
}

@media screen and (max-width: 991px) {
    .caseDe1List {
        margin:auto;
        float: none;
        width: 70%;
    }

    .caseDe1R {
        width: 100%;
        float: none;
    }

    .caseDe2Con {
        width: 62%;
    }

    .tuijian {
        width: 34%;
    }

    .pageShare {
        margin: 30px 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .caseDe {
        padding:30px 0;
    }

    .caseDe1List {
        width: 100%;
    }

    .caseDe1R .H3 {
        font-size: 20px;
        margin: 20px 0 10px 0;
    }

    .caseDe1R .p {
        font-size: 13px;
        line-height: 22px;
    }

    .caseDe1R .p2 {
        font-size: 13px;
        line-height: 22px;
        margin: 15px 0;
        padding: 10px 0;
    }

    .btnBox .pageBtn {
        width: 48%;
        margin: 15px 4% 0 0;
        fotn-size: 13px;
        line-height: 34px;
        height: 34px;
    }

    .caseDe2Con {
        width: 100%;
        margin-top: 20px;
    }

    .conH3 {
        font-size: 16px;
        line-height: 34px;
    }

    .caseDe2Con .p {
        padding: 30px 0;
        font-size: 13px;
        line-height: 22px;
    }

    .pageShare {
        margin: 10px 0;
    }

    .tuijian {
        width: 100%;
        margin-top: 20px;
    }

    .tjList .list {
        width: 48%;
        float: left;
        margin: 15px 4% 0 0;
    }

    .tjList .list:nth-child(2n) {
        margin-right: 0;
    }

    .tjList .list .text .ico {
        display: none;
    }

    .tjList .list .text {
        padding: 10px 0 0 0;
    }
}

/*设计团队*/
.par3 .pageNav a {
    width: 159px;
}

.design {
    padding: 100px 0 70px 0;
}

.designList .list {
    width: 30.64%;
    margin: 0 4% 60px 0;
    float: left;
}

.designList .list:nth-child(3n) {
    margin-right: 0;
}

.designList .list .pic {
    width: 229px;
    height: 229px;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
}

.designList .list .text {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 120px 40px 70px 40px;
    margin-top: -90px;
    border: 1px solid #eeeeee;
}

.designList .list .text .H4 {
    font-size: 21px;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}

.designList .list .text .H4::after {
    width: 180px;
    height: 1px;
    background-color: #dcdcdc;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    position: absolute;
}

.designList .list .text .H4::before {
    width: 20px;
    height: 3px;
    background-color: #bb1010;
    content: "";
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

.designList .list .text .p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 24px;
    height: 84px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.designList .list .text .p .H5 {
    display: block;
    font-size: 16px;
}

.designList .list .ico {
    width: 50px;
    height: 50px;
    background-color: #bb1010;
    border-radius: 50%;
    margin: -25px auto auto auto;
    display: block;
    box-shadow: 0 5px 9px rgba(215,0,15,0.1);
}

.designList .list:hover .pic, .designList .list:hover .text {
    background-color: #bb1010;
    border-color: #bb1010;
}

.designList .list:hover .ico {
    background-color: #bb1010;
}

.designList .list:hover .H4, .designList .list:hover .p {
    color: #fff;
}

.designList .list:hover .H4::before {
    background-color: #fff;
}

.designList .list:hover .H4::after {
    background-color: #bb1010;
}

@media screen and (max-width: 1199px) {
    .design {
        padding:60px 0;
    }

    .designList .list .pic {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .design {
        padding:30px 0;
    }

    .designList .list {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .designList .list .pic {
        width: 100px;
        height: 100px;
        padding: 5px;
    }

    .designList .list .text {
        padding: 60px 10px 20px 10px;
        margin-top: -50px;
    }

    .designList .list .text .H4 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .designList .list .text .p {
        font-size: 13px;
        line-height: 22px;
        height: 66px;
        margin-top: 15px;
    }

    .designList .list .text .p .H5 {
        font-size: 13px;
        line-height: 22px;
    }

    .designList .list .ico {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

/*设计详情*/
.designDe {
    padding: 100px 0 35px 0;
}

.designDe1 .pic {
    /*width:46.78%;*/
    float: left;
}

.designDe1 .text {
    width: 48.21%;
    float: right;
}

.deName .H4 {
    display: inline-block;
    font-size: 36px;
    color: #bb1010;
    line-height: 36px;
}

.deName .H5 {
    display: inline-block;
    font-size: 18px;
    color: #bb1010;
    padding: 0 20px;
    border-radius: 20px;
    line-height: 32px;
    vertical-align: bottom;
    background-color: #f0f0f0;
    margin-left: 20px;
}

.designDe1 .p {
    font-size: 18px;
    line-height: 30px;
    padding: 33px 0 24px 0 ;
    color: #444444;
    border-bottom: 5px solid #f3f3f3;
}

.designDe1 .p2 {
    font-size: 16px;
    line-height: 32px;
    height: 448px;
    overflow-y: auto;
    color: #444444;
    margin-top: 25px;
}

.designDe1 .p2 .H6 {
    font-size: 18px;
    line-height: 40px;
    display: block;
}

.pageA2 {
    margin-top: 58px;
    padding: 15px 0 48px 0;
    border-top: 1px solid #e9e9e9;
    text-align: center;
}

.pageA2 a {
    display: inline-block;
    font-size: 16px;
    color: #5a4e4a;
    margin: 0 10px;
}

.pageA2 .ico {
    width: 16px;
    height: 11px;
    display: inline-block;
    line-height: 0;
    background: url(../image/p87.png) center no-repeat;
    background-size: 100%;
}

.pageA2 .pU .ico {
    margin-left: 35px;
}

.pageA2 .pD .ico {
    margin-right: 35px;
    background-image: url(../image/p88.png);
}

.pageA2 a:hover {
    color: #bb1010;
}

.pageA2 a.pU:hover .ico {
    background-image: url(../image/p90.png);
}

.pageA2 a.pD:hover .ico {
    background-image: url(../image/p89.png);
}

.zuopin .H4 {
    font-size: 21px;
    color: #bb1010;
}

.zuopin .caseList {
    margin-top: 45px;
}

@media screen and (max-width: 1549px) {
    .designDe1 .p2 {
        height:360px;
    }
}

@media screen and (max-width: 1199px) {
    .designDe {
        padding:60px 0 15px 0;
    }

    .designDe1 .p2 {
        height: 260px;
    }

    .deName .H4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .designDe1 .p2 {
        height:140px;
    }
}

@media screen and (max-width: 767px) {
    .designDe {
        padding:30px 0 10px 0;
    }

    .designDe1 .pic {
        width: 100%;
        padding: 0 20%;
    }

    .designDe1 .text {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .deName .H4 {
        font-size: 20px;
        line-height: 22px;
    }

    .deName .H5 {
        margin: 10px 0 0 5px;
        font-size: 12px;
        padding: 0 5px;
        line-height: 24px;
    }

    .designDe1 .p {
        font-size: 13px;
        line-height: 22px;
        padding: 15px 0;
    }

    .designDe1 .p2 {
        height: auto;
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
    }

    .pageA2 {
        margin-top: 20px;
        padding: 15px 0 25px 0;
    }

    .pageA2 a {
        font-size: 13px;
    }

    .pageA2 .pU .ico {
        margin-left: 10px;
    }

    .pageA2 .pD .ico {
        margin-right: 10px;
    }

    .zuopin .H4 {
        font-size: 18px;
    }

    .zuopin .caseList {
        margin-top: 20px;
    }
}

/*新闻中心*/
.news {
    padding: 80px 0 70px 0;
}

.newList {
    width: 73.14%;
    float: left;
    padding-bottom: 47px;
}

.newList .list {
    transition: all ease 0.4s;
    padding: 25px 0;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.newList .time {
    width: 180px;
    text-align: center;
    float: left;
    padding-top: 24.5px;
}

.newList .time .H5 {
    font-size: 72px;
    color: #c2c2c2;
    font-family: Arial;
    font-weight: bold;
}

.newList .time .H6 {
    font-size: 20px;
    color: #4c4c4c;
    font-family: Arial;
}

.newList .pic {
    width: 240px;
    height: 160px;
    float: left;
    overflow: hidden;
    margin-left: 25px
}

.newList .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.newList .text {
    margin-left: 270px;
    padding: 16px 25px 0px 20px
}

.newList .text .H4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.newList .list .mnone{
    font-size: 14px;
    color: #333;
    opacity: 0.8;
}

.newList .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    margin-top: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0.8;
}

.newList .list:hover {
    background-color: #bb1010;
}

.newList .list:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newList .list:hover .H4, .newList .list:hover .H5, .newList .list:hover .H6,.newList .list:hover .mnone {
    color: #fff;
}

.newList .list:hover .p {
    color: #fff;
}

.newsL {
    width: 23.57%;
    float: right;
    background-color: #f7f7f7
}

.download{
    padding: 80px 0;
}
.download .download_item{
    transition: all ease 0.4s;
    padding: 25px 40px 25px 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
.download .download_item p{
    float: left;
    width: 80%;
}
.download .download_item p a{
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.download .download_item p a:hover{
    color: #bb1010;
}
.download .download_item p span{
    display: block;
    font-size: 14px;
    color: #666;
}
.download .download_item > a{
    display: block;
    float: right;
    line-height: 38px;
    width: 130px;
    background-color: #bb1010;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.nlTi {
    width: 100%;
    padding: 55px 0 30px 0;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.nlTi .H5 {
    display: inline-block;
    font-size: 34px;
    color: #bb1010;
    font-weight: bold;
    position: relative;
}

.nlTi .H5::after {
    width: 60px;
    height: 1px;
    background: url(../image/p91.png) center no-repeat;
    background-image: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: -85px;
}

.nlTi .H5::before {
    width: 60px;
    height: 1px;
    background: url(../image/p92.png) center no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 50%;
    right: -85px;
}

.newsList2 {
/*    margin-top: 30px;*/
}

.newsList2 .list {
    padding: 0 25px;
}

.newsList2 .list a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.newsList2 .list:last-child a{
    border: 0
}

.newsList2 .list .pic {
    width: 95px;
    height: 64px;
    float: right;
    overflow: hidden;
}

.newsList2 .list .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.newsList2 .list .text {
    margin-right: 110px;
}

.newsList2 .list .text .H4 {
    font-size: 14px;
    line-height: 1.8;
    margin: 6px 0;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList2 .list .text .time {
    font-size: 12px;
    color: #666666;
}

.newsList2 .list:hover {
    background-color: #bb1010;
}

.newsList2 .list:hover a {
    border-color: #bb1010;
}

.newsList2 .list:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsList2 .list:hover .text .H4, .newsList2 .list:hover .text .time {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .news {
        padding:60px 0;
    }

    .newList .time {
        width: 120px;
    }

    .newList .time .H5 {
        font-size: 50px;
    }

    .newList .time .H6 {
        font-size: 16px;
    }

    .newList .pic {
        width: 200px;
    }

    .newList .text {
        margin-left: 320px;
        padding: 10px 20px 0 20px;
    }

    .newsList2 .list {
        padding: 0 14px;
    }

    .nlTi .H5 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .newList {
        width:100%
    }

    .newsL {
        width: 100%;
        margin: 30px 0 20px 0
    }

    .newsList2 {
        margin: 0;
    }

    .newsList2 .list {
        width: 48%;
        margin-right: 4%;
        float: left;
    }

    .newsList2 .list:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .news {
        padding:30px 0;
    }

    .newList .list {
        padding: 10px 0;
        position: relative;
    }

    .newList .pic {
        width: 130px;
        height: 86px;
        margin-left: 10px
    }

    .newList .text {
        margin-left: 130px;
        padding: 10px 10px 0 20px;
    }

    .mnone {
        display: none
    }

    .newList .text .H4 {
        font-size: 16px;
    }

    .newList .text .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin: 0 0 0 0;
        -webkit-line-clamp: 2;
    }

    .newList .time {
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding: 0;
        width: 100px
    }

    .newList .time .H5 {
        float: left;
        font-size: 20px;
        line-height: 20px;
        margin-right: 10px;
    }

    .newList .time .H6 {
        float: left;
        font-size: 14px;
        line-height: 20px;
    }

    .newList .list {
        margin-bottom: 15px;
    }

    .newList {
        padding: 0;
    }

    .nlTi {
        padding: 20px 0 10px 0;
    }

    .nlTi .H5 {
        font-size: 20px;
    }

    .newsList2 .list {
        width: 100%;
    }

    .newsList2 .list a {
        padding: 10px 0;
    }

    .newsList2 .list:last-child a {
        border: none;
    }
    .download{
        padding: 30px 0;
    }
    .download .download_item{
        margin-bottom: 10px;
        padding: 14px 18px;
    }
    .download .download_item p{
        width: 100%;
    }
    .download .download_item p a{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .download .download_item p span{
        font-size: 13px;
    }
    .download .download_item > a{
        margin-top: 10px;
        float: left;
        width: 110px;
        line-height: 28px;
    }
}

/*新闻详细*/
.newDeR {
    width: 72.85%;
    float: left;
}

.newDeR .H2 {
    font-size: 30px;
    color: #333333;
}

.newDeR .deInfor {
    padding: 22px 0 17px 0;
    border-bottom: 1px solid #e2e2e2;
}

.newDeR .deInfor .H6 {
    display: inline-block;
    font-size: 14px;
    color: #777777;
    margin-right: 0.98%;
}

.newDeR .deInfor .H6:last-child {
    margin-right: 0;
}

.newDeR .p {
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.newDeR .img {
    width: 48.23%;
    margin-right: 3.54%;
    float: left;
}

.newDeR .img:nth-child(2n) {
    margin: 0;
}

.pageA3 a {
    font-size: 14px;
    color: inherit;
}

.pageA3 a .newTitle {
    display: block;
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

.pageA3 a:hover .newTitle {
    color: #bb1010;
}

.pageA3 .backUp {
    bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .newDeR .H2 {
        font-size:22px;
        text-align: center;
    }

    .newDeR .deInfor {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .newDeR {
        width:100%;
    }
}

@media screen and (max-width: 767px) {
    .newDeR .H2 {
        font-size:18px;
    }

    .newDeR .deInfor {
        padding: 15px 0;
    }

    .newDeR .deInfor .H6 {
        font-size: 12px;
    }

    .newDeR .p {
        padding: 20px 0;
    }

    .newDeR .p {
        font-size: 13px;
        line-height: 22px;
    }

    .pageA3 .backUp {
        bottom: auto;
    }

    .newsDe .newsL {
        margin-bottom: 0;
    }
}

.width2 .pageNav {
    margin-left: 0;
}

.width2 .local {
    margin-right: 0;
}

.case2 {
/*    padding: 0 5px;*/
}

.case2 .caseList .list .text {
    padding: 50px 20px 30px 20px;
}
.case2 .caseList.prolist .list .text {
    padding: 0;
    padding-top: 20px;
    text-align: left;
    height: 90px;    
}
.case2 .caseList.prolist .list .text p{
    margin-top: 8px;
    font-size: 14px;
    color: #888;
}
.case2 .caseList.prolist .list .text p span:after{
    content: " | ";

}
.case2 .caseList.prolist .list .text p span:last-child:after{
    content: "";
    
}

@media screen and (max-width: 767px) {
    .case2 .caseList .list .text {
        padding:20px 0;
    }
    .case2 .caseList.prolist .list .text{
        height: 60px;
    }


    .ddqt_ly {
        display: none
    }
}

.ddqt_ly {
    padding: 32px 10px 32px 120px;
    border: 1px #f78485 dotted;
    text-indent: 0;
    background: url(http://jyqns.com.cn/template/qinengshi/static/image/say.jpg) no-repeat 0 50%;
    margin-top: 10px;
}

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

#maximg img {
    max-width: 100%;
    height: auto !important
}


@media screen and (max-width: 1700px) {
    .index2RList .slick-dots {
        bottom:20%;
    }
}

@media screen and (max-width: 1549px) {
    .menu .nli {
        margin-left:40px;
    }

    .menu_box {
        margin-left: 8%;
    }
    .index5List.pro_three_list > div,
    .index5List.pro_three_list > div:nth-child(6n) {
        width: 23.5%;
        margin-right: 2%;
    }
    .index5List.pro_three_list > div:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1440px){
    .title .H5{
        font-size: 170px;
    }
    .menu .nli a{
        font-size: 16px;
        padding: 34px 0;
    }
    .top1 .logo{
        margin-top: 12px;
    }
    .tPhone{
        margin-top: 27px;
    }
    .index2Nav .list{
        height: 52px;
        line-height: 52px;
    }
    .index2RList .text{
        padding-top: 140px;
    }
    .index4Num .list{
        margin-right: 34px;
    }
    .index4Num .big{
        font-size: 50px;
    }

}

@media screen and (max-width: 1280px){
    .title .H5{
        font-size: 160px;
        margin-top: -86px;
    }
    .title .H4{
        font-size: 32px;
    }
    .index4 .text .H5{
        font-size: 32px;
    }
    .index1List .list .H4{
        font-size: 32px;
    }
    .index2Nav .list{
        height: 46px;
        line-height: 46px;
    }
    .index2RList .text{
        padding-top: 100px;
    }
    .index4{
        padding: 80px 0;
    }
    .index4Num{
        margin-top: 50px;
        padding-top: 40px;
    }
    .index4 .text .p{
        margin: 20px 0;
    }
    .videoR{
        padding: 0 0 40px 7%;
    }

}

@media screen and (max-width: 1199px) {
    .menu .nli {
        margin-left: 30px;
    }

    .menu_box {
        margin-left: 6%;
    }

    .menu .nli a {
        font-size: 16px;
        padding: 30px 0;
    }

    .tPhone {
        margin-top: 23px;
    }
    .index1 {
        padding:60px 0;
    }

    .index1 .H3, .index1List .list .H4 {
        font-size: 28px;
    }
    .index2Nav .list {
        height:40px;
        line-height: 40px;
    }

    .index2RList .text {
        padding: 60px 4% 0 4%;
    }

    .index2RList .text .H4 {
        font-size: 22px;
    }

    .index2RList .text .H5 {
        font-size: 18px;
    }

    .index2RList .slick-dots {
        bottom: 20px;
    }
    .index3 {
        padding:60px 0 0 0;
    }
    .index4 {
        padding:60px 0;
    }
    .index5 {
        padding:60px 0;
    }

    .index5 .line {
        bottom: 130px;
    }
    .index4Num .big {
        font-size: 36px;
    }

    .index4Num .p2 {
        display: block;
    }

    .videoR {
        padding: 0 0 30px 30px;
    }

    .videoR .playBtn {
        width: 60px;
        height: 60px;
        left: 0px;
    }

    .index4Num {
        margin-top: 30px;
        padding-top: 30px;
    }

    .index4 .text .H4 {
        font-size: 28px;
    }

    .index4 .text .H5 {
        font-size: 22px;
    }

    .videoBox2 {
        width: 90%;
    }
    .index6Tab .hd li {
        margin-left:0;
        font-size: 14px;
    }

    .index6Tab .bdList .list {
        padding: 10px;
    }

    .index6Tab .bdList .list .text {
        margin-left: 210px;
    }
}


@media screen and (max-width: 991px) {
    .top2 {
        display:block;
    }

    .top1 {
        display: none;
    }
    .index2Nav {
        width:100%;
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
    }

    .index2Nav .list {
        border: none !important;
        line-height: 40px;
        height: 40px;
    }

    .index2Nav .list .H5 {
        font-size: 14px;
    }

    .index2R {
        width: 100%;
        margin-top: 20px;
    }

    .index2RList .text, .index2RList .pic {
        height: 340px;
    }
}

@media screen and (max-width: 767px) {
    .slide1 .slick-dots {
        bottom:10px;
    }

    .slide1 .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .index1 {
        padding:30px 0;
    }

    .index1 .H3 {
        font-size: 18px;
        line-height: 24px;
    }

    .index1 .H5 {
        font-size: 13px;
        margin-top: 5px;
    }

    .index1List {
        margin-top: 15px;
    }

    .index1List .list {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 10px 0 0 0;
    }

    .index1List .list .H4 {
        font-size: 18px;
    }

    .index1List .list .H4 .span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        margin-left: 5px;
    }

    .index1List .list .p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
    }

    .yuyue {
        width: 240px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        padding: 0;
        margin-top: 20px;
    }
    .title .H4 {
        font-size:24px;
        width: 100%;
    }

    .title .H5 {
        display: none;
    }

    .index2{
        padding-top: 30px;
    }

    .index2Tab {
        margin-top: 25px;
    }

    .index2Nav {
        padding: 0 20px;
    }

    .index2Nav .list {
        background-color: transparent;
    }

    .index2Nav .list.on .H5::after, .index2Nav .list.on .H5::before {
        display: none;
    }

    .more {
        font-size: 12px;
        margin: 10px 0 0 0;
        width: 100px;
    }

    .index2RList .pic {
        width: 100%;
        height: auto;
        background: none !important;
    }

    .index2RList .text {
        width: 100%;
        height: auto;
        padding: 20px 15px 40px 15px;
    }

    .index2RList .text .H4 {
        font-size: 18px;
    }

    .index2RList .text .H5 {
        font-size: 14px;
        margin: 15px 0;
    }

    .index2RList .text .p {
        font-size: 13px;
        line-height: 22px;
    }

    .index2RList .slick-dots {
        width: 100%;
        bottom: 10px;
    }

    .index2RList .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .index3 {
        display:none;
    }

    .index3Ph {
        display: block;
    }

    .index3Ph .list {
        width: 96%;
        margin: auto;
    }
    .index4 {
        padding:40px 0 30px 0;
        background: #fff;
    }

    .index4 .text {
        padding: 0;
        width: 100%;
    }

    .videoR {
        position: relative;
    }

    .index4 .text .H4 {
        font-size: 20px;
    }

    .index4 .text .H5 {
        font-size: 24px;
        padding: 10px 0;
    }

    .index4 .text .p {
        font-size: 13px;
        line-height: 22px;
        height: 110px;
        margin: 15px 0;
    }

    .more2 {
        width: 160px;
        font-size: 14px;
    }

    .index4Num {
        margin-top: 20px;
        padding-top: 20px;
    }

    .index4Num .big {
        font-size: 28px;
        line-height: 1;
    }

    .index4Num .small{
        margin: 0;
        font-size: 18px;
    }

    .index4Num .list{
        margin-right: 20px;
    }

    .index4Num .p2 {
        font-size: 13px;
        margin-top: 5px;
    }

    .videoR {
        width: 100%;
        top: auto;
        margin-top: 20px;
        padding: 0 15px;
        background: none;
    }

    .videoR .pic {
        background: none !important;
        height: auto;
    }

    .videoR .playBtn {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
        left: 5px;
    }
    .index5 {
        padding:30px 0 50px 0;
    }

    .index5List {
        padding: 0;
    }

    .index5List .listBox {
    }

    .index5List .H6 {
        font-size: 13px;
    }

    .index5List .slick-prev, .index5List .slick-next {
        width: 30px;
        height: 30px;
        left: -10px;
    }

    .index5List .slick-next {
        right: -10px;
        left: auto;
    }

    .index5 .line {
        bottom: 75px;
    }
    .index5 .more2{
        margin-top: 20px;
    }
    .index6 {
        padding:40px 0;
    }

    .index6Tab {
        clear: both;
        padding-top: 25px;
    }

    .index6Tab .hd {
        text-align: center;
    }

    .index6Tab .hd li {
        width: 25%;
        border-radius: 4px;
    }

    .index6Tab .bd {
        padding-top: 10px;
    }

    .index6Tab .bdList .list {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .index6Tab .bdList .list:nth-child(2){
        margin-top: 10px;
    }
    .index6Tab .bdList .list .pic {
        width: 130px;
    }

    .index6Tab .bdList .list .text {
        margin-left: 140px;
    }

    .index6Tab .bdList .list .text .H4 {
        font-size: 16px;
        margin: 0 0 5px 0;
    }

    .index6Tab .bdList .list .text .time {
        font-size: 12px;
        margin: 4px 0 0 0;
        text-align: left;
    }
    .index6 .more2{
        margin-top: 30px;
    }
    .bLink{
        display: none;
    }
    .index5List.pro_three_list > div,
    .index5List.pro_three_list > div:nth-child(6n){
        width: 48%;
        margin-right: 4%;
    }
    .index5List.pro_three_list > div:nth-child(2n){
        margin-right: 0;
    }
    .case.pro.pro_inner2 h1 {
        font-size: 30px;
    }
    .case.pro.pro_inner h2{
        font-size: 20px;
    }
    .case.pro.pro_inner h3{
        font-size: 18px;
    }
}



input::-webkit-input-placeholder{ color:#999; }
input::-moz-placeholder{   color:#999;/* Mozilla Firefox 19+ */ }
input:-moz-placeholder{    color:#999;/* Mozilla Firefox 4 to 18 */}
input:-ms-input-placeholder{  color:#999;/* Internet Explorer 10-11 */  }
textarea::-webkit-input-placeholder{ color:#999; }
textarea::-moz-placeholder{   color:#999;/* Mozilla Firefox 19+ */ }
textarea:-moz-placeholder{    color:#999;/* Mozilla Firefox 4 to 18 */}
textarea:-ms-input-placeholder{  color:#999;/* Internet Explorer 10-11 */  }

/*翻页-简易样式*/
.pagelist{
    width: 100%;
    text-align: center;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #bb1010;
    color: #fff;
}





.subNav,
.subNav2 {
    cursor: pointer;
}

.currentDt,
.currentDt2 {
    background-image: url(http://jyqns.com.cn/template/qinengshi/static/css/static/image/jiantou.jpg);
}

.navContent,
.navContent2 {
    display: none;
}
