.w1200{
    max-width :1200px;
    margin:0 auto;
}
.wellcome {
    height: 46px;
    background: #f5f5f5;
    line-height: 46px;
}

.well1 {
    max-width: 1200px;
    margin: 0 auto;
}

.k1 {
    float: right;
    font-size: 12px;
    color: #fff;
}

.k1 a {
    color: #757575;
}

.k4 {
    float: left;
    font-size: 12px;
    color: #000;
}

.head {
    height: 91px;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 28%;
    text-align: center;
    margin-top: 17px;
}

.logo img {
    max-width: 100%;
}




.search-box {
    background: #f4f4f4;
}

.search1 {
    max-width: 1270px;
    margin: 0 auto;
    height: 74px;
    background: #000;
    position: relative;
    margin-top: -37px;
    z-index: 999;
    color: #0e2f52;
}

.hotSearch {
    font-weight: normal;
    line-height: 74px;
    color: #fff;
    font-size: 14px;
    float: left;
    padding-left: 60px;
}

.hotSearch a {
    margin-right: 6px;
    color: #fff;
}

.hotSearch a:hover {
    text-decoration: underline;
}

.search {
    position: relative;
    float: right;
    width: 224px;
    height: 32px;
    margin-right: 60px;
    cursor: pointer;
    z-index: 9999;
    margin-top: 20px;
}

#formsearch {
    z-index: 20;
    width: 224px;
}




#formsearch input {
    width: 224px;
    height: 32px;
    background: none;
}

#formsearch input#keyword {
    width: 224px;
    height: 32px;
    background: #fff;
    border: none;
}

#formsearch input#s_btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background: url(../images/ss.png) no-repeat center;
}




#container {
    max-width: 1200px;
    margin: 0 auto;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}



/**/

.about-box {
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #999999;*/
}

.about-center {
    max-width: 1200px;
    margin: 0 auto;
}

.reuse1 {
    position: relative;
/*    height: 44px;
    margin-bottom: 50px;*/
}

.reuse1 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    display: none;
}

.about-left {
    width: 50%;
    float: left;
}

.about-left img {
    width: 100%;
}

.about-right {
    width: 50%;
    float: right;
}

.about-right h2 {
    text-align: center;
    font-size: 39px;
    color: #999;
    font-weight: normal;
    margin-bottom: 50px;
}

.about-right p {
    line-height: 23px;
}

.more9 {
    width: 112px;
    height: 37px;
    display: block;
    background: #000;
    color: #fff !important;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    float: right;
    margin-top: 20px;
}

.wid1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.num-list {
    text-align: justify;
}

.num-list li {
    position: relative;
    display: inline-block;
    width: 15%;
    vertical-align: top;
    text-align: center;
}

.num-list:after {
    display: inline-block !important;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.num-list li div span {
    font-size: 60px;
    color: #0e2f52;
}

.num-list li p {
    font-size: 18px;
}



.subject-box {
    padding: 50px 0px;
    background: #fff;
}

.subject-center {
    max-width: 1200px;
    margin: 0 auto;
}

.reuse2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 40px;
}

.reuse2 p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.subject-list {
    text-align: justify;
    padding-top: 25px;
}

.subject-list li {
    position: relative;
    display: inline-block;
    width: 23%;
    height: 438px;
     transition:all 0.5s linear; 
    vertical-align: top;
}
.subject-list li:hover{
       -webkit-box-shadow: 0.521px 2.954px 10px 0 rgba(0,0,0,.16);
    box-shadow: 0.521px 2.954px 10px 0 rgba(0,0,0,.16);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
@media(max-width:720px){
    .subject-list li{
        height:480px;
    }
}

.subject-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.subject-list li .img {
    position: relative;
}

.subject-list li .img img {
    width: 100%;
}

.subject-list li .content8 {
    background: #f4f4f4;
    padding: 40px 40px;
    position: relative;
    height: 200px;
    color: #666;
}

.subject-list li .content8 h3 {
    width: 100%;
    line-height: 57px;
    /* background: rgba(0, 0, 0, 0.9); */
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -8px;
    z-index: 999;
    transition: all 0.3s;
}

.subject-list li:hover .content8 h3 {
   
}

.subject-list li .content8 span {
    display: block;
    width: 100%;
    float: left;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 20px;
    background:url(../images/quan.png) no-repeat 0px;
}

.subject-list li .content8 p {
    min-height: 26px;
    margin: 0;
}

.subject-list li .content8 a{
    color: #000;
}

.subject-list li .content8 span:nth-of-type(2n) {
    text-align: left;
}

.icon-3 .content8 p {
    line-height: 26px !important;
}

.subject-list li .more8 {
    display: block;
    width: 100%;
    line-height: 65px;
    background: #dedede;
    color: #666;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
}

.subject-list li:hover .more8 {
    background: #666;
    color: #fff;
}

.subject-list li .img .overlay-bottom {
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 96%;
    height: 1px;
    z-index: 9;
    background-color: #e5e5e5;
}

.subject-list li .img .overlay-left {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.subject-list li .img .overlay-top {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 96%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 9;
}

.subject-list li .img .overlay-right {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.subject-list li:hover .overlay-bottom {
    animation: borderslideBottom .3s linear .3s 1;
    -moz-animation: borderslideBottom .3s linear .3s 1;
    -webkit-animation: borderslideBottom .3s linear .3s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subject-list li:hover .overlay-left {
    animation: bordersildeLeft .3s linear .6s 1;
    -moz-animation: bordersildeLeft .3s linear .6s 1;
    -webkit-animation: bordersildeLeft .3s linear .6s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subject-list li:hover .overlay-top {
    animation: bordersildeTop .3s linear .9s 1;
    -moz-animation: bordersildeTop .3s linear .9s 1;
    -webkit-animation: bordersildeTop .3s linear .9s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subject-list li:hover .overlay-right {
    animation: bordersildeRight .3s linear 1.2s 1;
    -moz-animation: bordersildeRight .3s linear 1.2s 1;
    -webkit-animation: bordersildeRight .3s linear 1.2s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-moz-keyframes borderslideBottom {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-webkit-keyframes borderslideBottom {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@keyframes borderslideBottom {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeLeft {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeLeft {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@keyframes bordersildeLeft {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeTop {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-webkit-keyframes bordersildeTop {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@keyframes bordersildeTop {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeRight {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeRight {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@keyframes bordersildeRight {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

.subject-list li .img .xian {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    border: 1px solid #8e91a6;
}



.why-box {
    max-width: 100%;
    padding: 50px 0px;
    background-color: #f5f5f5;
}
.why-box1{
    max-width: 100%;
    padding: 50px 0px;
    background-color: #f5f5f5;
}
.why-center {
    position: relative;
    margin-top: 25px;
}
.why-center .hd .prev{
    width:50px;
    height:45px;
    background:url(../images/prev.png) no-repeat;
    position:absolute;
    left:0;
    top:150px;
}
.why-center .hd .next{
    width:50px;
    height:45px;
    background:url(../images/next.png) no-repeat;
    position:absolute;
    right:0;
    top:150px;
}
.why-center .bd{
    width:88%;
    height:370px;
    margin:0 auto;
    overflow:hidden;
}
.reuse3 {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
}

.reuse3 p {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.why-left {
    width: 100%;
    float: left;
}
.productlist{
    width:100%;
    overflow:hidden;
}
.productlist li{
    width:33%;
    text-align:center;
    float: left;
    margin-right:2%;
    margin-bottom: 3%;
    box-sizing:border-box;
    border:1px solid #EAEBE9;
    transition:all 0.4s linear;
    background-color: #fff;
    padding: 30px;
}
@media(max-width:720px){
    .productlist li{
    width: 48%;
    padding: 7%;
}
 .productlist li:nth-of-type(even){
     float:right;
     margin-left: 2%;
     margin-right:0;
 }
    .productlist li p{
       white-space:nowrap;
       overflow:hidden;
       text-overflow:ellipsis;
    }
}
.productlist li:nth-of-type(4n){}
.productlist li .productimg1{
    width:100%;
    padding-bottom:30px
    
}
.productlist li:hover{
    background:#E7E8ED;
}
.productlist li .productimg1 img{max-width:100%;max-height:100%;}
.productlist li p{
    font-size:14px;
    line-height:14px;
    margin-top:-80px;
    color:#000;
}
.why-list {
    text-align: justify;
}

.why-list li {
    position: relative;
    display: inline-block;
    width: 48%;
    height: 303px;
    vertical-align: top;
    background: #f4f4f4;
    cursor: pointer;
}

.why-list li:nth-of-type(3),
.why-list li:nth-of-type(4) {
    margin-top: 20px;
}

.why-list li:nth-of-type(4) {
    float: right;
}

.why-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.why-list li .content7 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    text-align: center;
}

.why-list li .content7 img {
    margin-top: 20%;
    margin-bottom: 5%;
    transition: all 0.5s;
    position: relative;
}

.why-list li .content7 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.why-list li .content7 p {
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

.why-list li:hover img {
    transform: scale(1.1);
}

.m-1 {
    background: #3fc8db;
}

.m-2 {
    background: #f5cf2f;
}

.m-3 {
    background: #e44839;
}

.m-4 {
    background: #3794dd;
}

.why-right {
    width: 49%;
    right: 0;
    position: absolute;
    height: 100%;
    background: #49c1dd;
    padding: 70px 40px;
}
@media(max-width:720px){
    .why-right{
        padding: 70px 20px;
    }
}
.why-right .xian1 {
    width: 96%;
    height: 96%;
    border: 1px solid #e5e5e5;
    left: 2%;
    top: 2%;
    position: absolute;
}

.join-list li {
    padding-left: 23%;
    padding-bottom: 10%;
}

.join-list li h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.join-list li p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin: 0;
}

.n1 {
    background: url(../images/e1.png) no-repeat 10px 7px;
}

.n2 {
    background: url(../images/e2.png) no-repeat 10px 7px;
}

.n3 {
    background: url(../images/e3.png) no-repeat 10px 7px;
}

.n4 {
    background: url(../images/e4.png) no-repeat 10px 7px;
}

.why-list li .content7 .content6 {
    height: 100%;
}

.why-list li .content7 .overlay-bottom {
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 96%;
    height: 1px;
    z-index: 9;
    background-color: #e5e5e5;
}

.why-list li .content7 .overlay-left {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.why-list li .content7 .overlay-top {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 96%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 9;
}

.why-list li .content7 .overlay-right {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.why-list li:hover .overlay-bottom {
    animation: borderslideBottom .3s linear .3s 1;
    -moz-animation: borderslideBottom .3s linear .3s 1;
    -webkit-animation: borderslideBottom .3s linear .3s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.why-list li:hover .overlay-left {
    animation: bordersildeLeft .3s linear .6s 1;
    -moz-animation: bordersildeLeft .3s linear .6s 1;
    -webkit-animation: bordersildeLeft .3s linear .6s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.why-list li:hover .overlay-top {
    animation: bordersildeTop .3s linear .9s 1;
    -moz-animation: bordersildeTop .3s linear .9s 1;
    -webkit-animation: bordersildeTop .3s linear .9s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.why-list li:hover .overlay-right {
    animation: bordersildeRight .3s linear 1.2s 1;
    -moz-animation: bordersildeRight .3s linear 1.2s 1;
    -webkit-animation: bordersildeRight .3s linear 1.2s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}


.mid-fixed {
    background: url(../images/bj3.jpg) no-repeat center fixed;
    text-align: center;
    min-height: 287px;
    background-size: cover;
}

.mid-fixed h2 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: normal;
    padding-top: 65px;
}

.mid-fixed .p1 {
    font-size: 48px;
    color: #f39300;
    font-weight: bold;
    font-family: "Arial";
    line-height: 75px;
}

.mid-fixed .p2 {
    font-size: 18px;
    color: #fff;
}

.news-box {
    background: #cacaca;
    padding: 50px 0px;
}

.news-center {
    max-width: 1200px;
    margin: 0 auto;
}

.news-list {
    text-align: justify;
}

.news-list li {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.news-list:after {
    display: inline-block !important;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.news-list li{
    background: #fff;
        margin-bottom: 2rem;
		margin-right:12px;
}
.news-list li .newleft {
    width: 44%;
    float: left;
}

.news-list li .newleft img {
    width: 100%;
}

.news-list li .newright {
    width: 56%;
    float:left;
    
   
    padding: 20px;
}

.news-list li .newright h3 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.news-list li .newright span {
    display: block;
    line-height: 40px;
    text-indent: 30px;
    background: url(../images/time.png) no-repeat 0px;
    color: #666;
}

.news-list li .newright p {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

.news-list li .newright a {
    width: 115px;
    height: 40px;
    border: 1px solid #999;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}



.foot-contact {
    background: url(../images/bj4.jpg) no-repeat center fixed;
    min-height: 595px;
    position: relative;
    background-size: cover;
}

.foot-contact h2 {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-top: 150px;
}

.foot-contact h2 p {
    font-size: 50px;
    font-family: "Impact";
    letter-spacing: 3px;
    padding-top: 20px;
}

.address {
    width: 100%;
    background: rgba(152,152,152,0.8);
    position: absolute;
    bottom: 0;
}

.address ul {
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
}

.address ul li {
    position: relative;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    border-right: 1px solid #fff;
    height: 176px;
    margin-top: 8px;
    padding: 0px 100px;
}

.address ul li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    padding-top: 0%;
}
.address ul li:first-child h3{
    padding-top:0px;
}

.address ul li p {
    font-size: 12px;
    color: #fff !important;
    opacity: 1;
    line-height: 25px;
}

.address ul li p a {
    color: #fff;
}

.address ul li:last-child {
    border-right: none;
}

.address ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}



.foot {
    padding-top: 50px;
}

#footer {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.nav_foot {
    width: 38%;
    float: left;
}

.nav1 {
    border-right: 1px solid #d3d3d3;
}

.nav1 li {
    float: left;
    padding-right: 12%;
}

.nav1 li a {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.nav1 li a:hover {
    text-decoration: underline;
}

.nav1 li .sec a {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}

.nav1 li .sec a:hover {
    text-decoration: underline;
}

.lx-right {
    position: absolute;
    right: 0;
    text-align: left;
}
.lx-right p{margin:0;}
.lx-right .p5 {
    font-size: 22px;
    font-weight: bold;
    color: #f39300;
    line-height: 40px;
}

.lx-right .p6 {
    font-size: 12px;
    color: #333;
    line-height: 40px;
}

.lx-right .p7 {
    font-size: 12px;
    line-height: 40px;
}

.lx-right .p8 {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

.foot-subject {
    float: left;
    margin-left: 4%;
}

.foot-subject h2 {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.foot-subject li {
    float: left;
    line-height: 40px;
    padding-right: 21px;
}

.guanzhu-box {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.guanzhu {
    width: 39%;
    float: left;
}

.guanzhu div {
    float: left;
    margin-right: 50px;
    text-align: center;
    line-height: 35px;
}

.guanzhu h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    text-decoration: underline;
}



.f_link {
    width: 41%;
    line-height: 25px;
    float: left;
    font-size: 12px;
    color: #999;
}

.f_link a {
    /*display: block;*/
    margin-right: 5px;
    /*float: left;*/
    font-size: 12px;
    color: #999;
}

.copyright {
    text-align: center;
    line-height: 40px;
}

.copyright a {
    color: #999999;
}

.foot-lx {
    float: left;
    background: url(../images/lxbj.png) no-repeat 0px 34px;
}

.foot-lx h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    text-decoration: underline;
}

.foot-lx p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-left: 33px;
}

.foot-lx p span {
    font-size: 16px;
    font-weight: bold;
    color: #e6cd8c;
}

.copyright1 {
    text-align: center;
    line-height: 40px;
    color: #666;
    position: relative;
    overflow: hidden;
    z-index: 9999;
    border-top: 1px solid #ddd;
}

.copyright1 a {
    color: #666;
}



.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {
    text-align: center;
    position: relative;
    z-index: 999;
    height: 400px;
    background-size: 1920px auto;
    background-repeat: no-repeat;
   /* background-attachment: fixed;*/
}

.n_banner img {
    max-width: 100%;
    height: auto;
}
@media(max-width: 720px){
    .n_banner{
        background-size:100% auto;
        background-attachment:local;
        height: 142px;
    }
    .nb-text{
        top: 4% !important;
        height: 124px !important;
        padding: 10px 8px !important;
    }
    .nb-text .p11{
        font-size: 24px!important;
        line-height: 20px!important;
        padding-top: 15px!important;
    }
    .nb-text .p22{
        line-height: 24px !important;
    }
    .nb-text .p33{
        font-size: 15px!important;
        margin: 0;
        line-height: 22px!important;
    }
}

.nb-text {position: absolute;background: rgba(0, 0, 0, 0.3);top: 31%;max-width: 584px;width: 90%;height: 176px;text-align: center;left: 0;right: 0;margin: auto;padding:10px 20px;}

.nb-text .p11 {
    font-size: 33px;
    color: #fff;
    line-height: 35px;
    padding-top: 18px;
    margin: 0;
}

.nb-text .p22 {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin: 0;
    margin-top: 8px;
}
.nb-text .p222{
    font-size: 18px;
    line-height: 30px;
}

.nb-text .p33 {
    font-size: 25px;
    color: #fff;
    line-height: 0px;
  
}

.nb-text .p44 {
    font-size: 25px;
    color: #333;
    line-height: 60px;
}

.m55 {
    max-width: 1200px;
    margin: 0 auto;
}

.left {
    width: 243px;
    float: left;
    padding-top: 36px;
}

.right {
    width: 900px;
    float: right;
    padding-top: 50px;
}
.right11 {
    width: 1200px;
    float: right;
    padding-top: 50px;
}

.left h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: #ababab;
    background-size: cover;
    
}

.left .content {
    border: 1px solid #eee;
    border-top: none;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.right .content {
   /* background-color: #fafcfb;*/
}

.sitemp {
    margin-bottom: 14px;
    height: 50px;
    line-height: 50px;
    border-bottom: 5px solid #B4B4B5;
}

.sitemp .site {
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    float: right;
}

.site a {
    font-size: 14px;
    color: #000;
}

.sitemp h2 {
    font-size: 20px;
    color: #000;
    float: left;
    text-indent: 30px;
    line-height: 50px;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: #333333;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #fff;
}

.cbp-spmenu-right li a:hover {
    background: #111111;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #f58222;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.lan1 {
    margin-top: 9px;
    padding-left: 23px;
    line-height: 30px;
    margin-right: 22px;
    background: url(../images/lan.png) no-repeat 0px;
    
    display: none;
}

.lan1 a {
    display: block;
    font-size: 15px;
    color: #000;
}

.toptou {
    display: none;
    height: 50px;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #666;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.left1 {
    width: 100%;
    float: none;
}

.right1 {
    width: 100%;
    float: none;
    padding-top: 0px;
}

.hid3 {
    display: none;
}

.neih2 {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 24px;
    padding: 40px 0;
}

.subeight {
    width: 105%;
}

.subeight li {
    width: 21.8%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 34px;
    margin-bottom: 30px;
}

.subeight li a.img {
    display: block;
    overflow: hidden;
}

.subeight li a.img img {
    transition: .5s;
    width: 100%;
}

.subeight li a.img:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.subeight li a {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #333;
    line-height: 40px;
}

.yuanjiao img {
    border-radius: 37px;
}

.product_list2 .li0 a.img {
    display: block;
    float: left;
    width: 460px;
}

.product_list2 .li0 a.img img {
    max-width: 100%;
}

.product_list2 .li0 h3 {
    width: 460px;
    float: right;
    padding: 17px 30px;
}

.product_list2 li {
    overflow: hidden;
}

.product_list2 li h3 a {
    font-size: 17px;
    font-weight: normal;
    line-height: 50px;
    display: block;
}

.product_list2 li h3 p {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    line-height: 40px;
    padding: 5px;
}

.product_list2 .li1 a.img {
    display: block;
    float: right;
    width: 460px;
}

.product_list2 .li1 h3 {
    width: 460px;
    float: left;
    padding: 17px 30px;
}

.baoming1 {
    height: 46px;
    line-height: 46px;
    background: #f5f5f5;
        float: left;
}

.baoming{
    height: 46px;
    line-height: 46px;
    background: #f5f5f5;
        float: left;
            display: none;
}

.bm-box {
    max-width: 1200px;
    margin: 0 auto;
color: #000;
}

.bm-box h2 {
    font-size: 16px;
    font-weight: normal;
    float: left;
}

.bm-box .zx {
    display: block;
    margin-right: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #df0625;
    margin-top: 10px;
    float: right;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-left: 12px;
}

.bm-box .bm {
    display: block;
    margin-right: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #000;
    background-color: #ffe100;
    margin-top: 10px;
    float: right;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.bm-box a:hover{
    background: #000;
      color: #fff;
}

.fadeIn{
    position: fixed;
    top:0;
    left:0;
    right:0;
    margin:auto;
    z-index: 9999;
}



.bm-box .tel {
    float: right;
    margin-right: 20px;
    padding-left: 25px;
    background: url(../images/call.png) no-repeat 0px;
}

.tab0 {

    margin-bottom: 20px;
    background: #fafcfb;
    border-bottom:2px solid orange;
}

.tab0 li {
    width: 150px;
    height: 45px;
    float: left;
    line-height: 45px;
    text-align: center;

    cursor: pointer;
}

.tab0 li.cur {
    background: orange;
    color: #fff;
}

.tab1 {
    display: none;
}

.news-list9 li a.img {
    display: block;
    margin: 2%;
    float: left;
    width: 36%;
}

.news-list9 li a.img img {
    width: 100%;
}

.news-list9 li h3 {
    width: 56%;
    margin: 2%;
    float: left;
    font-weight: normal;
}

.news-list9 li h3 a {
    display: block;
    font-size: 18px;
    line-height: 40px;
}

.news-list9 li h3 p {
    font-size: 15px;
    line-height: 25px;
}

.news-list9 li h3 span {
    display: block;
    padding-top: 30px;
    font-size: 14px;
    color: #999;
}

/*.xiaoshi{
    display: none;
}*/
.chuxian{
    display: block;
}
.hiddenli a:last-child{
    display: none;
}
@media(max-width:720px){
    .bm-box .zx{
        margin-left:5px;
        width:60px;
        height:25px;
        line-height:25px;
        margin-right: 5px;
}
.bm-box .bm{
        width:60px;
        height:25px;
        line-height:25px;
        margin-right: 5px;
}
.bm-box .tel {
    float: right;
    margin-right: 0px;
    padding-left: 17px;
}
}




.lbomal li{ margin-top:4%;}
.lbomal li a{ display:block;}
.lbomal li a .pic{ float:left; width:50%; overflow:hidden;}
.lbomal li:nth-child(2n) .pic{ float:right;}
.lbomal li a .pic span{ display:block; width:100%; height:318px; background-repeat:no-repeat; background-position:center center; background-size:cover; transition:all 0.5s ease;}
.lbomal li .con{ height:318px; width:50%; display:table; padding:0 70px; background:#f4f4f4;}
.lbomal li .con .p1{ color:#666; font-size:12px;}
.lbomal li .con .p2{ color:#333; font-size:26px;}
.lbomal li .con .p3{ font-size:14px; color:#333; padding:3px 0;}
.lbomal li .con .p5{ font-size:16px; color:#333; padding:3px 0; margin-bottom:20px;}

.lbomal li .con .p4{ color:#0bb5f3; font-size:12px; margin-top:12px;}
.lbomal li .con .t1{ font-size:26px; margin-bottom:20px;}
.lbomal li .con .t2{ font-size:16px; color:#666; line-height:1.8;}