body{
    font: 14px/1 'Microsoft YaHei',Simsun,Arial,sans-serif;
    color: #000;
    background: #fff;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
ul,li,ol{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
    color: #000;
}
h1,h2,h3,h4{
    margin: 0;
    font-weight: bold;
    line-height: 1;
}
p{ margin-bottom: 0;}

.container{
    max-width: 1030px;
}

.header{
    padding: 20px 0;
}
.logo-txt{
   margin: 16px 0 0 40px;
}
.logo-txt span{
    display: block;
    text-align-last: justify;
    font-size: 16px;
}
.header ul{
    padding-top: 20px;
}
.header li{
    float: left;
    color: #333;
    font-size: 16px;
}
.header li a{ color: #333;}
.header li:first-child{
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #333;
}
.header li b{
    color: #db251a;
}
.header li.visible-xs{
    font-size: 16px;
    font-weight: 700;
    color: #db251a;
}

.banner{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.banner img{
    width: 100%;
}
@media (max-width: 768px){
    .header{
        padding: 10px 0;
    }
    .logo-pic img{
        width: 130px;
    }
    .header ul{
        padding-top: 14px;
    }
}


h2{
    font-size: 36px;
    text-align: center;
    color: #0584c9;
    letter-spacing: 2px;
}
h2 span{
    color: #ff7d13;
}
@media (max-width: 768px){
    h2{
        font-size: 22px;
        letter-spacing: 1px;
    }
}

.daoyu{
    padding: 35px 0 25px;
    background: #f5f5f5;
}
.daoyu h2{
    margin-bottom: 13px;
}
.daoyu p{
    line-height: 36px;
}

.wenti{
    position: relative;
    padding: 75px 0 40px;
    background: url("../images/wenti-bg.jpg") no-repeat center/cover;
}
.wenti .sanjiao{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -33px;
    width: 0;
    height: 0;
    border-width: 33px 33px 0px 33px;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
}
.wenti-pic{
    width: 44%;
}
.wenti-cont{
    width: 52%;
}
.wenti-cont h2{
    text-align: left;
    margin-bottom: 30px;
}
.wenti-cont p{
    line-height: 36px;
    color: #fff;
}
@media (max-width: 992px){
    .wenti h2{
        margin-bottom: 30px;
    }
    .wenti-pic{
        width: 48%;
    }
    .wenti-cont{
        margin-top: -8px;
        width: 49%;
    }
    .wenti-cont p{
        line-height: 31px;
    }
}
@media (max-width: 768px){
    .wenti-pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .wenti-cont{
        width: 100%;
    }
}


.shebei{
    padding: 40px 0;
}
.shebei h2{
    margin-bottom: 20px;
}
.shebei p{
    line-height: 36px;
}
.shebei .des,
.youshi .des{
    position: relative;
    padding: 0 62px;
}
.shebei .des:before,
.shebei .des:after,
.youshi .des:before,
.youshi .des:after{
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    background: url("../images/yinhao1.png") no-repeat center;
}
.shebei .des:before,
.youshi .des:before{
    left: 0;
    top: 11px;
}
.shebei .des:after,
.youshi .des:after{
    right: 0;
    bottom: 17px;
    background-image: url("../images/yinhao2.png");
}
.shebei .des b{
    color: #e60012;
    font-size: 18px;
}
.shebei .button{
    text-align: center;
    margin: 10px 0 30px;
}
.shebei .button a{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background: #0584c9;
    padding: .45em 2em;
    border-radius: .15em;
    letter-spacing: .19em;
}
.shebei .item{
    margin-bottom: 13px;
}
.shebei .item-pic{
    float: left;
    width: 50%;
}
/*新增样式*/
.shebei .item-pic embed{
    display: block;
    width: 92%;
    height: 259px;
    margin: 0 auto;
}
/*新增样式*/
.shebei .item-cont{
    float: right;
    width: 47%;
}
.shebei .item-reverse .item-pic{
    float: right;
    width: 47%;
}
.shebei .item-reverse .item-cont{
    float: left;
    width: 50%;
}
.shebei h3{
    font-size: 24px;
    color: #0584c9;
    padding-left: 15px;
    line-height: 28px;
    border-left: 3px solid;
}
.shebei .item h3{
    margin-bottom: 30px;
}
.shebei .item-reverse h3{
    margin-bottom: 15px;
}

.shebei .canshu h3{
    margin-bottom: 25px;
}

.table tbody tr:hover{
    background: #0584c9;
    color: #fff;
}
.table-bordered>thead>tr>th{
    border-bottom-width: 1px;
    color: #fff;
    background: #0584c9;
}
.table [colspan="3"]{
    padding-left: 92px;
}

@media (max-width: 1200px){
    .table [colspan="3"]{
        padding-left: 87px;
    }
}
@media (max-width: 992px){
    .shebei .des,
    .youshi .des{
        padding: 0 36px;
        text-align: justify;
    }
    .shebei .des p,
    .youshi .des p{
        line-height: 30px;
    }
    .shebei .des:before,
    .shebei .des:after,
    .youshi .des:before,
    .youshi .des:after{
        top: 8px;
        width: 25px;
        height: 25px;
        background-image: url("../images/yinhao1-small.png");
    }
    .shebei .des:after,
    .youshi .des:after{
        top: auto;
        bottom: 8px;
        background-image: url("../images/yinhao2-small.png");
    }
    /*新增样式*/
    .shebei .item-pic embed{
        width: 100%;
        height: 270px;
        padding-top: 5px;
    }
    /*新增样式*/
    .shebei .item-cont{
        width: 48%;
    }
    .shebei .item-reverse .item-pic{
        width: 48%;
    }
    .shebei .item-cont p{
        line-height: 30px;
    }
    .shebei h3{
        margin-bottom: 15px;
    }
    .table{
        table-layout: fixed;
        font-size: 12px;
    }
    .table [colspan="3"]{
        padding-left: 8px;
    }
}
@media (max-width: 768px){
    /*新增样式*/
    .shebei .shipin{
        position: relative;
        width: 100%;
        padding-top: 70%;
    }
    .shebei .shipin embed{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    /*新增样式*/
    .shebei .item-pic{
        margin-bottom: 15px;
    }
    .shebei .item-pic,
    .shebei .item-cont,
    .shebei .item-reverse .item-pic,
    .shebei .item-reverse .item-cont{
        width: 100%;
    }
    .shebei h3{
        font-size: 20px;
        line-height: 24px;
    }
    .table{
        table-layout: auto;
    }
}

.youshi{
    padding: 45px 0 30px;
    background: #e1e1e1;
}
.youshi h2{
    margin-bottom: 20px;
}
.youshi .des{
    line-height: 36px;
}

.youshi li{
    float: left;
    background: #fff;
    width: 24.2%;
    height: 230px;
    margin-top: 30px;
}
.youshi li.first{
    width: 49.4%;
}
.youshi li.second{
    margin-left: 1.1%;
    margin-right: 1.1%;
}
.youshi li.last{
    width: 74.8%;
    margin-left: 1%;
}
.youshi .first .pic{
    float: left;
    width: 62.95%;
}
.youshi .first .txt{
    float: left;
    width: 37%;
    padding: 24px 2.5% 0;
}
.youshi .last .pic{
    float: right;
    width: 66%;
}
.youshi .last .txt{
    float: left;
    width: 33.95%;
    padding: 24px 4% 0 3%;
}
.youshi .txt{
    text-align: justify;
}
.youshi .second .txt,
.youshi .third .txt,
.youshi .fourth .txt{
    padding: 24px 12% 0;
}
.youshi li h3{
    font-size: 16px;
    color: #0584c9;
    margin-bottom: 20px;
}
.youshi li p{
    line-height: 24px;
}
.youshi .first p{
    letter-spacing: -0.5px;
}
@media (max-width: 1200px){
    .youshi li{
        height: 216px;
    }
    .youshi .first .txt,
    .youshi .second .txt,
    .youshi .third .txt,
    .youshi .fourth .txt,
    .youshi .last .txt{
        padding-top: 15px;
    }
    .youshi .second .txt,
    .youshi .third .txt,
    .youshi .fourth .txt{
        padding-left: 8%;
        padding-right: 8%;
    }
    .youshi li h3{
        margin-bottom: 10px;
    }
}
@media (max-width: 992px){
    .youshi li{
        width: 32%;
        height: 230px;
    }
    .youshi li.first,
    .youshi li.last{
        width: 100%;
    }
    .youshi li.last{
        height: auto;
        margin-left: 0;
    }
    .youshi li.second{
        margin-left: 0;
        margin-right: 0;
    }
    .youshi li.third{
        margin-left: 2%;
        margin-right: 2%;
    }
    .youshi .first .pic{
        width: 311px;
    }
    .youshi .first .txt{
        width: 100%;
        margin-top: -230px;
        padding-left: 360px;
        padding-right: 50px;
    }
}
@media (max-width: 768px){
    .youshi li{
        width: 100%;
        margin-top: 15px;
        height: auto;
        padding-bottom: 20px;
    }
    .youshi li.third{
        margin: 15px 0 0;
    }
    .youshi .first .pic,
    .youshi .first .txt,
    .youshi .last .pic,
    .youshi .last .txt{
        width: 100%;
        margin: 0;
    }
    .youshi .first .txt,
    .youshi .last .txt{
        background: #fff;
        padding-left: 8%;
        padding-right: 8%;
    }
    .youshi .first img{
        max-width: 400px;
        width: 100%;
    }

}

.fuwu{
    padding: 40px 0 20px;
}
.fuwu h2{
    margin-bottom: 25px;
}
.fuwu .item{
    margin-bottom: 30px;
}
.fuwu h3{
    font-size: 24px;
    color: #0584c9;
    line-height: 28px;
    padding-left: 13px;
    border-left: 3px solid;
    margin-bottom: 15px;
}
.fuwu h3 b{
    color: #000;
}
.fuwu .item p{
    line-height: 30px;
    text-align: justify;
    letter-spacing: .5px;
}
.shouhou .col-sm-6{
    float: right;
}
.shouhou .col-sm-6:first-child{
    margin-top: 35px;
}

.jiqiao h3{
    border-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
}
.jiqiao .row{
    margin-bottom: 25px;
}
.jiqiao .tit{
    position: relative;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    padding-left: 55px;
    margin-bottom: 20px;
    background: url("../images/title2.png") no-repeat left center;
}
.jiqiao .tit1{
    background-image: url("../images/title1.png");
}
.jiqiao .tit span{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 30px;
}
.jiqiao p{
    line-height: 30px;
}
.jiqiao p a{
    color: #e60012;
}
.jiqiao .pics{
    margin-top: 10px;
}
.jiqiao .pics img{
    float: right;
    width: 39.5%;
}
.jiqiao .pics img:first-child{
    float: left;
    width: 60.1%;
}
@media (max-width: 992px) {
    .fuwu h3{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .fuwu .item p{
        line-height: 26px;
    }
    .shouqian .col-sm-6:first-child{
        margin-top: 30px;
    }
}
@media (max-width: 768px){
    .fuwu h3{
        font-size: 18px;
    }
    .fuwu .item .col-sm-6:first-child{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .shouhou .col-sm-6{
        float: none;
    }
    .jiqiao .row{
        margin-bottom: 0;
    }
    .jiqiao .tit{
        margin-bottom: 15px;
    }
    .jiqiao div[class^="col-"]{
        margin-top: 15px;
    }
}

.xiangguan h3,
.lianxi h3{
    font-size: 20px;
    color: #0584c9;
    font-weight: 400;
    margin-bottom: 25px;
}
.chanpin{
    float: left;
    width: 48%;
}
.video{
    float: right;
    width: 48%;
}
.chanpin ul{
    margin: 0 -12px;
}
.chanpin li{
    float: left;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 12px;
}
.chanpin li a{
    display: block;
    position: relative;
}
.chanpin li img{
    width: 100%;
}
.chanpin li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
}
.video .box{
    position: relative;
    padding-top: 56.7%;
    background: #c5c5c5;
}
.video embed{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px){
    .chanpin ul{
        margin: 0 -5px;
    }
    .chanpin li{
        padding: 0 5px;
    }
}
@media (max-width: 768px){
    .chanpin,
    .video{
        width: 100%;
    }
    .video{
        margin: 10px 0 20px;
    }
}

.lianxi {
    padding: 30px 0 40px;
}
.biaodan{
    float: left;
    width: 63%;
}
.biaodan p{
    line-height: 30px;
    margin-bottom: 15px;
}
.biaodan p b{
    font-size: 18px;
    color: #e60012;
}
.biaodan ul{
    margin: 0 -10px;
}
.biaodan li{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 17px;
}
.biaodan label{
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 38px;
    color: #808080;
    font-weight: 400;
}
.biaodan label b{
    color: #c40000;
}
.biaodan input,.biaodan textarea{
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #b4b4b4;
    padding: 0 10px;
}
.biaodan textarea{
    resize: none;
    overflow: hidden;
}
.biaodan .reset,
.biaodan .submit{
    display: inline-block;
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #3b8ede;
    border: 0;
    border-radius: 3px;
}
.biaodan .reset{
    float: right;
    background: #808080;
}

.weixin{
    float: right;
    width: 29%;
    line-height: 30px;
}
@media (max-width: 992px) {
    .biaodan{
        width: 61%;
    }
    .biaodan ul{
        margin: 0 -5px;
    }
    .biaodan li{
        padding: 0 5px;
    }
    .weixin{
        width: 37%;
    }
}
@media (max-width: 768px){
    .biaodan{
        width: 100%;
    }
    .weixin{
        width: 100%;
    }
}
@media (max-width: 420px){
    .biaodan ul{
        margin: 0;
    }
    .biaodan li{
        width: 100%;
        padding: 0px;
    }
    .biaodan .btn{
        width: 50%;
        padding: 0 10px;
    }
    .biaodan .reset,
    .biaodan .submit{
        width: 70%;
    }
    .biaodan .submit{
        float: left;
    }
}



/*footer*/
.footer{
    /*margin-top: 30px;*/
    padding: 30px 0;
    background: #000;
    color: #fff;
}
.footer li{
    float: left;
    padding: 0 10px;
    margin-top: 15px;
}
.footer li + li{
    border-left: 1px solid #fff;
}
.footer li a{
    color: #fff;
}
.share{
    line-height: 19px;
    margin-top: 13px;
}
@media (max-width: 767px){
    .footer ul{
        text-align: center;
    }
    .footer li{
        float: none;
        display: inline-block;
        margin-top: 0;
        padding: 0 5px;
    }
    .query-tag{
        display: none;
    }
}

.go-top a{
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    background: #ff3333;
    right: 0px;
    bottom: 50px;
    transition: all 0.2s ease;
    position: fixed !important;
    z-index: 10;
}
.go-top .go1{
   	display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.go2{
    width: 40px;
	height: 40px;
	background: url(../images/top.png) no-repeat 11px;
	position: absolute;
	right: 0;
	top: 0;
}
.go-top a:hover{
    width: 80px;
	transition: all 0.2s ease;
	border-radius: 5px 0px 0px 5px;
	background: #666;
	display: block;
}
#goTop1:hover{
    width: 40px;
}
.go-top a:hover .go1 {
	display: block;
}







