/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-9-5, 11:53:39
    Author     : Administrator
*/
body{
    /**min-width: 1450px;*/
}
.p0{
    padding: 0!important;
}
.m30{
    margin: 30px 0!important;
}
.bgg{
    background: #F7F7F7;
}
.w100{
    width: 100%;
    height: auto;
}
.lan-banner{
    margin-bottom: 60px;
}
.act{
    background: #3C3C3C;
    color: white!important;
}
a{
    text-decoration: none!important;
}
.g-case-list-t{
    color: red;
    margin: 10px 0 5px;
}
.g-case-list-p{
    color: gray;
}
.g-case-list{
    margin-bottom: 30px;
}
.c-b{
    padding: 10px 22px 0 50px;
}
.c-b p{
    margin: 15px 0;
}
.c-b img{
    margin-top: 3px;
    position: absolute;
    left: 10px;
}
/********************************************************************************head*/
header{
    min-height: 95px;
    position: relative;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    min-width: 1450px;
}
.navbar-nav > li > a {
    line-height: 65px;
    font-size: 16px;
    padding-left:18px;
    padding-right: 18px;
        display: inline-block;
        transition: all 0.6s;
}
.navbar-nav > li > a:hover{
    color: white!important;
    background-color: #DF422F!important;
    transition: all 0.6s;
}
.navbar-header .nav-title:hover,
.navbar-header .nav-title:focus{
    color:#000;
}
.navbar-collapse .navbar-nav li a:hover,
.navbar-collapse .navbar-nav li a:focus{
    color:#000;
}
.ser-div{
    background-color: rgb(255 255 255 / 75%);
    height: 318px;
    padding-top: 115px;
    position: fixed;
    top: 95px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    display: none;
}
.ser-div form{
    border-bottom: 1px solid #999999;
    height: 100px;
    line-height: 100px;
}
.ser-div input{
    border: none;
    width: 80%;
    float: left;
    font-size: 25px;
     outline:none; 
     padding-left: 40px;
    background: none;
}
.ser-div input:focus{
    border: none;
    background: none;
}
.sssbt{
    background: none;
    border: none;
    float: right;
}
.sssbt img{
    width: 42px;
    margin-right: 40px;
}
/********************************************************************************footer*/
footer{
    padding: 30px 0 40px;
    margin: 30px 0 0;
    background: #666666;
    color: white;
    font-size: 14px;
}
.ft{
    font-weight: bold;
}
footer a{
    color: white;
}
.cor{
    text-align: center;
    margin: 50px 0 0;
}
/********************************************************************************index*/
/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.tlogo{
    margin-left: 25px;
    margin-right: 60px;
}
.navbar-nav{
    width: 50%;
}
.navbar-nav>li {
    float: left;
    width: 14%;
    text-align: center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #DF422F;
}
.qtzy{
    display: inline-block;
    margin-right: 50px;
}
.qtzy a{
   font-size: 16px;
   color: rgb(0, 0, 0);
}
.nav-kf{
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    border:1px solid #999999;
    margin-right: 50px;
    line-height: 40px;
    transition: all 0.6s;
    position: relative;
}
.kf-img{
    position: absolute;
    bottom: -118px;
    left: -5px;
    width: 110px;
    display: none;
    transition: all 0.6s;
    z-index: 100000;
}
.nav-kf:hover .kf-img {
    display: block;
    transition: all 0.6s;
}
.nav-kf:hover{
    border:1px solid #DF422F;
    transition: all 0.6s;
    color: white!important;
    background-color: #DF422F!important;
    cursor: pointer;
}
.serbt{
    cursor: pointer;
}
.pc-banner{
    height: 600px;
}
.swiper-wrapper{
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*index-product*/
.title{
    max-width: 560px;
    margin: 30px auto;
   text-align: center;
   font-size: 24px;
}
.xian1{
    width: 33%;
    float: left;
    border-bottom: 1px gray solid;
    margin-top: 17px;
}
.xian2{
    width: 33%;
    float: right;
    border-bottom: 1px gray solid;
    margin-top: 17px;
}
.index-product-l-t{
    height: 111px;
    background: #666666;
    color: white;
    text-align: center;
    padding: 45px 0;
    font-weight: bold;
    font-size:16px;
    margin-bottom:10px; 
}
.index-goods img{
    width: 100%;
    height: auto;
}
.index-goods-list{
    margin: 7px 0;
        overflow: hidden;
}
.index-goods-list img{

    transition: all 1s;
    height: 200px;
}
.index-goods-list img:hover{
        transform: scale(1.4);
}
/*index-about*/
.index-about-r{
    padding: 0 12px 0 46px;
}
.index-ab{
   padding: 10px 0 30px;
}

/*index-case*/
.index-case-r{
    padding: 0 10px 0 46px;
}
.index-c-b img{
    width: 192px;
    height: auto;
    margin: 0 6px;
}
.index-c-t{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px gray solid;
}
.index-c-p{
    padding: 12px 30px 12px 0;
        border-bottom: 1px gray solid;
}
.index-c-p p{
    font-size: 15px;
    line-height: 30px;
    color: gray;
}
.index-c-b{
    padding: 20px 0 0 0;
}
/*index-link*/
.index-link{
    margin-top: 40px;
}
/********************************************************************************about*/
.bar a{
    color: gray;
    font-size: 14px;
}
.lan-title{
    background: url(../images/)
}
.tlist{
    padding-top: 5px;
    border-top: 3px black solid;
}
.tlist p{
    font-size: 16px;
    padding: 4px 10px 4px 28px;
    border: 1px solid gray;
    color: black;
}
.tlist p:hover{
    background: #3C3C3C;
    color: white!important;
}
.g-case{
    margin: 30px 0;
}
.g-case-t{
    color: #F3361E;
    font-size: 20px;
    padding: 8px;
    border-bottom: 1px gray solid;
}
.lan-h1{
font-size: 28px;
    padding:0 0 15px;
    border-bottom: #b30000  solid 2px;
    margin-bottom: 40px;
}
.lan-title{
    margin-top: 20px;

    background: url(../images/t.png);
    background-repeat: no-repeat;
    background-position: right;
    color: white;
    padding: 18px 30px;
    font-size: 16px;
}
.about-img{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px gray solid;
}
/********************************************************************************goods*/
.goods-img{
    background-repeat: no-repeat;
    height: 235px;
    background-position: center;
    background-size: contain;
}
.goods-name{
    margin: 10px 0;
    text-align: center;
}
.goods-d{
    margin-bottom: 30px;
}
.fenye{
    text-align: center;
}
.g-img{
    height: 700px;
    margin-bottom: 50px;
}
.g-h1{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0064B4;
    margin-bottom: 20px;
}
/********************************************************************************news*/
.news-list{
    padding: 30px 0;
    border-bottom: 1px gray dashed;
}
.new-b{
    min-height: 143px;
}
.new-t{
    color: black;
    font-size:20px;
}
.new-d{
    line-height: 25px;
    font-size: 15px;
    color: black;
}
.news-bt{
position: absolute;
bottom: 0px;
padding: 2px 6px;
border: 1px solid gray;
border-radius: 10px;
font-size: 12px;
right: 0px;
background: #F0F0F0;
}

/********************************************************************************contact*/
.con p{
    font-size: 18px;
    margin: 18px 0;
    padding-left: 40px;
}
.con img{
    margin-top: 3px;
    position: absolute;
   left: 20px;
    
}
.con{
    padding-bottom: 30px; 
    border-bottom: 1px solid gray;
}
.form-group{
    margin: 20px 0;
}
.btn-default {
    color: white;
    background-color: black;
    border-color: #ccc;
}
/********************************************************************************video*/
.vid iframe{
    width: 100%;
    height: 230px;
}
.bar{
    margin-top: 15px;
}
.active{
    color: #DA3A20!important;
}
.lan-t{
    padding: 0 30px 0 0;
}


@media (max-width: 1700px) {/*窄屏*/ 
.navbar-nav > li > a {
    line-height: 65px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    transition: all 0.6s;
}
.tlogo {
    margin-left: 15px;
    margin-right: 20px;
}
.nav-kf {
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    border: 1px solid #999999;
    margin-right: 30px;
    line-height: 40px;
    transition: all 0.6s;
    position: relative;
}
.qtzy {
    display: inline-block;
    margin-right: 30px;
}
}

@media (max-width: 1200px) {/*窄屏*/ 

}
@media (max-width: 990px) { /*ipad*/

}
@media (max-width: 767px) { /*手机尺寸*/
    body html{
       min-width: 100%;
        overflow-x:hidden;
    }
    .navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
     min-width: 100%;
}
.navbar-header{
    height: 60px;
}
.slogo{
    width: 240px;
}
.tlogo {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 20px;
}
header {
    min-height:60px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
     max-height:100%;
     height: 460px;
}
.navbar-nav {
    margin: 0px -15px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-nav > li > a {
    line-height: 25px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px #e2e2e2 solid;
    display: inherit;
}
.pc-banner{
    height: 220px;
}
.title {
    max-width: 560px;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
}
.index-product-l-t {
    height: 60px;
    background: #666666;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.spc{
    display: none;
}
.index-goods-list img {
    transition: all 1s;
    height: auto;
}
.index-about-body img{
    width: 100%;
}
.index-about-r {
   padding: 10px;  
}
.index-ab {
    padding: 10px 0 10px;
}
.m30 {
    margin: 10px 0!important;
}
.index-case-r {
    padding: 10px;
}
.index-c-b img {
    width: 100px;
    height: auto;
    margin: 0 6px;
}
.link-list div{
    margin-bottom: 10px;
}
.xian2 {
    width: 18%;
    float: right;
    border-bottom: 1px gray solid;
    margin-top: 17px;
}
.xian1 {
    width: 18%;
    float: left;
    border-bottom: 1px gray solid;
    margin-top: 17px;
}
footer {
    padding: 30px 10px 10px 10px;
    margin: 30px 0 0;
    background: #666666;
    color: white;
    font-size: 14px;
}
.cor p{
    font-size: 11px;
}
.lan-banner {
    margin-bottom: 10px;
}
.lan-title {
    margin-top: 10px;
    background: url(../images/t.png);
    background-repeat: no-repeat;
    background-position: right;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    background-size: 100%;
    display: none;
}
.bar{
    margin-bottom: 10px;
}
.lan-body img{
    width: 100%;
}
.lan-body{
padding: 0px;    
}
.lan-t{
    padding:0px!important;
}
.news-bt {
    position: static;
    bottom: 0px;
    padding: 3px 20px;
    border: 1px solid gray;
    border-radius: 10px;
    font-size: 12px;
       width: 66px;
    background: #F0F0F0;
    display: block;
}
.goods-img {
    background-repeat: no-repeat;
    height: 162px;
    background-position: center;
    background-size: contain;
}
.g-body img{
    width: 100%;
}
.g-body{
    overflow: hidden;
}
.con img{
    width: 25px;
    
}
.con p {
    font-size: 18px;
    margin: 18px 0;
    padding-left: 60px;
}
.lan-h1 {
    font-size: 24px;
    padding: 0 0 15px;
    border-bottom: #b30000 solid 2px;
    margin-bottom: 40px;
}
.navbar-nav {
    width: auto;
}
.navbar-nav>li {
    float: left;
    width: 100%;
    text-align: center;
}
.pc{
    display: none!important;
}
.nav-qita{
    width: 100%;
}
.qtzy{
        width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-right: 0px;
}
.ser-div {
    background-color: rgb(255 255 255 / 75%);
    height: auto;
    padding-top: 0px;
    position: relative;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 10000;
    display: block;
}
.ser-div form {
    border-bottom: 1px solid #999999;
    height: 90px;
    line-height: 45px;
}
.ser-div input {
    border: none;
    width: 70%;
    float: left;
    font-size: 18px;
    outline: none;
    padding-left: 33px;
    padding-left: 10px;
    background: none;
}
.sssbt img {
    width: 25px;
    margin-right: 6px;
}
}


