﻿@charset "utf-8";
@font-face{font-family:'iconfont';src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot');src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}
@font-face {
    font-family: "bg";
    src: url("../fonts/bg.woff2") format("woff2"),
    url("../fonts/bg.woff") format("woff"),
    url("../fonts/bg.ttf") format("truetype"),
    url("../fonts/bg.eot") format("embedded-opentype"),
    url("../fonts/bg.svg") format("svg");
}
.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}
/*初始化开始*/
*{margin:0;padding:0;}
body{background:#fff; background-size:cover; font:12px/22px "Microsoft YaHei","SimSun"; font-size:100%;}
body,ul,ol,li,p,a,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;box-sizing: border-box;}
li,img,input,em,select{ list-style:none; font-style:normal; outline:none;}
a{ text-decoration:none !important; cursor:pointer !important;color: #333;}
a:hover{text-decoration: none !important;color: #333;}
select::-ms-expand { display: none; }
.img_none{display:none;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width: 100%; height: 100%;display: block;	margin:auto;padding: auto;}
.clear::after {
    content: '.';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;}
body {
    font-size: 14px;
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    border: 0;
    color: #333;
}

/*手机下拉导航*/
header .sjdnav{ width:120px; height:auto; position:absolute;right:10px; top:100px;z-index:9999; }
header .sjdnav ul{ padding:0; margin:0;}
header .sjdnav li{ height:35px;display:block; padding:0; background:#000000; text-align:center; margin-bottom:2px;}
header .sjdnav li a{display:block; color:white; line-height:35px; }
header .sjdnavhide{ height:0; overflow:hidden;}
/**/
/*内页下拉导航*/
.subNavBox{margin:10px 10px 0px 10px;}
.subNav{cursor:pointer;font-size:24px;color:white;background:#b39465;}
.subNav h5{font-size:18px;line-height:35px;display:inline;  margin-left: 5%;}
.subNav span{line-height:35px;margin-right:20px;font-size: 18px;}
.navContent{display:none;}
.navContent>li{background:#e3e3e3;}
.navContent>li:hover{background: #dcdbdb;}
.navContent>li:hover>a{color: white;}
.navContent>li>a{display:block;font-size:16px;line-height:30px;color:#333;margin:3px 0 0 20%;
}
.subNav h5 b{margin:0 10px;line-height: 35px;}
.subNav h5 small{line-height: 45px;text-transform: uppercase;margin-left: 5px;color: white;font-size: 12px}
/**/
/*手机底部*/
.hot{width:100%; height:58px; background:#b39465; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
footer ul li a{padding: 0 10px; height: 12px; font-size: 12px; line-height: 12px; }
/**/
.container-fluid{
    max-width: 1200px;
}
.header2{ background: #202020;}
.logo{
    padding: 0;
    line-height: 100px;
}
.logo>a>img{ transition: .3s linear all;max-width: 600px;}
.logo:hover>a>img{
    -webkit-transform: translate(50px,100px);
    -moz-transform:translate(50px,100px);
    transform: translate(10px,0px);
    transition: .3s linear all;
}
/*.header-top{
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}
.dex span a{
    display: inline-block;
    padding: 0 5px;
    color:#666666;

}
.dex span:hover .a{
    color:#ffcc00;
}
.dex span:hover .a{
    color:#ffcc00;
}
.dex>b{
    display: inline-block;
    margin-right: 2%;
}*/
.top-title{
    margin-top: 30px;
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid #666;
}
.top-title>h4{
    line-height: 30px;
}
.top-title>h4>span{
    display: inline-block;
    color: #106995;
    font-weight: bolder;
}
.top-title>h4>span:nth-child(2){
    margin-left: 20px;
}
.top-title>h4>span:nth-child(3){
    margin-left: 20px;
}
.num{
    margin: 5px 0 0 10px;
}
.num>p{
    color: #b39465;
    margin-top: 10px;
}
.num>p>span{font-size:20px;display:block;float:left;padding-top:20px;}

.num>p>b{font-size: 25px;font-weight: bold;float:right;padding-top:10px;}
.phone{margin-top: 20px;}
.phone img{
    max-width: 60px;
}
.top-num {
    font-size: 20px;
    color: #5f5d5d !important;
    font-weight: 400;
}
.top-title h3{
    font-size: 25px;
    letter-spacing:7px
}

.glyphicon { top: 0;}

.btn{outline: none;border: 1px solid #cccccc;;border-radius: 5px;color:#b0b0b0;   padding: 5px 12px; }
.form-control{outline: none;border: 1px solid #cccccc;border-radius: 5px;color:#b0b0b0;height:32px;box-shadow: none;}
.btn:focus{outline: 1px solid #cccccc;}
.form-control:focus{box-shadow: none;border: 1px solid #cccccc;}
.header2 .navbox {
    height: 50px;
    width: 100%;
    z-index: 999;
    background:#b39465;
}

.header2 .navbox nav {
    max-width: 1200px;
    margin: 0 auto;
}

.header2 .navbox  nav ul {
    width: 100%;
}

.header2 .navbox nav li {
    position: relative;
    width: 14.28%;
    transition: all 0.3s;
    background: url("../images/ss_03.png")right center no-repeat;
}

.header2 .navbox  nav li a {
    margin: 0 auto;
    display: block;
    color: white;
    height: 50px;
    font-size: 16px;
    /*background: url(../img/nav-bor_15.png) no-repeat center left;*/
    line-height: 50px;
}
/*.header2 .navbox  nav li a p{*/
/*line-height: 12px;*/
/*font-size: 12px;*/
/*}*/
.header2 .navbox  nav li a h3{
    line-height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 3;
}

.header2 .navbox  nav li:hover{background: #977a4e;}
.hover{
    background: #977a4e !important;
}
.header2 .navbox  nav li:hover a {
    color: #fff;
    text-decoration: none
}

.header2 .navbox nav li:hover ul {
    display: block;
    z-index: 8;
}

.header2 .navbox  nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background:#b39465;
}
.header2 .navbox nav li ul li {
    width: 100%;
    background: none;
    border-bottom: 1px solid white;
}

.header2 .navbox nav li ul li a {
    line-height: 50px;
    background: none;
}

.header2 .navbox nav li ul li:hover {
    background: #977a4e;
}
.header2 .navbox nav li ul li:hover>a{
    color: white;
}
/**/
.search{
    position: absolute;
    background:  rgba(51, 51, 51, 0.7);
    height: 50px;
    width: 100%;
    z-index: 999;
}
.search>div>h3{
    width: 50%;
    color: white;
    font-size: 16px;
    line-height: 50px;
}
.search>div>.ser{
    width: 50%;
    height: 50px;
    position: relative;
}
.ser>.input-group{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.icon-menu{
    position: relative;
    margin-right: 0px;
    margin-top: 25px;
    border: none;
    border-radius: 0px;
    background: none;
    padding: 6px 10px !important;
    z-index: 9999;
}
.icon-bar {
    background-color: #b39465;
    display: block ;
    width: 40px;
    height: 8px;
    border-radius:0;
    margin: 3px 0;
}
/**/
/**/
.banner{width:100%; padding: 0;position: relative;}
.swiper-banner{margin: 0 auto; position: relative;  overflow: hidden;}
.ban_img {width:100%; padding-top:26.04%; position:relative; transition-duration: 5s;}
.swiper-pagination-bullet { width:12px; height:12px; border:1px solid #e1f2fc;background:#000;border-radius:50%;box-shadow:5px 0 5px inset #aaa;}
/**/
.tittle>div>h4{font-size: 20px;line-height: 30px;}
.tittle>div>h3{font-size: 25px;color: #000000;font-weight: bold;padding-bottom: 20px;background: url("../images/t-h_03.png")left bottom no-repeat;text-transform: uppercase;}
.tittle>a{display: inline-block;padding: 5px 20px;background: #b39465;color: white;margin-top: 20px;}
.tittle{margin:50px 0;}
.item-left-s{width: 62.5%;}
.item-right-s{width: calc(37.5% - 2px);margin-left: 2px;}
.service-slide{width:100%; padding-top:85.33%; position:relative; transition-duration: 5s;}
.item-left-mes{position: relative;}
.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
   font-size: 50px;
    color: white;
   line-height: 55px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);

}
.swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    font-size: 50px;
    color: white;
    line-height: 55px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
}
.item-left-mes>div{display: none;}

.item-left-mes>.block{display: block;}

.it1-top{padding-top: 53.33%;}
.it1{position: relative;overflow: hidden;width: 100%;cursor:pointer;}
.it1-mes{position: absolute;top: 0;left:0;width: 100%;height: 100%;}
.it1-mes>div{position:relative;width: 100%;height: 100%;background: none;}
.it1-zi{width: 180px;height: 85px;position:absolute;border: 1px solid white; top: 50%;  left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);  -moz-transform: translateX(-50%) translateY(-50%);  -ms-transform: translateX(-50%) translateY(-50%);  transform: translateX(-50%) translateY(-50%);}
.it1-zi>h3{font-size: 25px;color:white;text-align: center;line-height: 50px;word-break: break-all;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  overflow: hidden;}
.it1-zi>p{font-size:15px;color: white;text-transform: uppercase;text-align: center;}
.it1{position: relative;overflow: hidden;width: calc(50% - 2px);margin-right: 2px;margin-top:2px;cursor:pointer;}
.it1-top{padding-top: 94.28%;}


.it2-top{padding-top: 93.5%;}
.it2{position: relative;overflow: hidden;width:50%;margin-top:2px;cursor:pointer;}


.it3{position: relative;overflow: hidden;width: calc(50% - 2px);margin-right: 2px;margin-top:2px;cursor:pointer;}
.it3-top{padding-top: 94.28%;}

.active>.it1-mes{background: #b39465;}

.it4-top{padding-top: 93.5%;}
.it4{position: relative;overflow: hidden;width:50%;margin-top:2px;cursor:pointer;}

.it5{position: relative;overflow: hidden;width: calc(50% - 2px);margin-right: 2px;margin-top:2px;cursor:pointer;}
.it5-top{padding-top:96.09% }

.it6{position: relative;overflow: hidden;width:50%;margin-top:2px;cursor:pointer;}
.it6-top{padding-top:94.888% }

.item-service{background: url("../images/si-bj_02.png")bottom center no-repeat;background-size: contain;}
.ser-bottom{margin-top: 35px;background: rgba(255, 255, 255, 0.71);border: 2px solid #000;padding: 10px 0;line-height: 150px;}
.ser-bottom>span:nth-child(1){font-size: 25px;font-weight: bold;color: #000000;display: inline-block;padding-left: 3%; background: url("../images/t-h_03.png")25% 70% no-repeat}
.ser-bottom>span:nth-child(3){display: inline-block }
.ser-bottom>div>b{font-size: 40px;color: #000;margin-right: 2%}
.ser-bottom>div>span{font-size: 20px;color: #000;font-weight: bold;margin: 0 1%;}
.ser-bottom>div{word-break: break-all;  display: -webkit-box;  -webkit-line-clamp: 1;  /*限制在一个块元素显示的文本的行数*/  -webkit-box-orient: vertical;  overflow: hidden;}
.item-service{padding-bottom: 40px;}
/**/
.about-right{width: 37.5%;}
.about-left{width: calc(62.5% - 30px);margin-right: 30px;}
.tittle2>div>h4{font-size: 20px;line-height: 30px;color: white;}
.tittle2>div>h3{font-size: 25px;color:white;font-weight: bold;padding-bottom: 20px;background: url("../images/h2_03.png")left bottom no-repeat;text-transform: uppercase;}
.about{background: #b39465;}
.tittle2{margin: 40px 0;}
.about-left>p{color: white;line-height: 2;word-break: break-all;  display: -webkit-box;  -webkit-line-clamp: 3;  /*限制在一个块元素显示的文本的行数*/  -webkit-box-orient: vertical;  overflow: hidden;}
/**/
.flow-list-left{width: 125px;height: 125px;position: relative;background: #b39465;}
.flow-list-left>span{display:inline-block;position: absolute;top: 50%;  left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);  -moz-transform: translateX(-50%) translateY(-50%);  -ms-transform: translateX(-50%) translateY(-50%);  transform: translateX(-50%) translateY(-50%);}
.flow-list-right{width: calc(100% - 135px);margin-left: 10px;}
.flow-list-right>h3{color: #b39465;font-weight: bold;font-size: 25px;}
.flow-list-right>p{margin-top: 10px;line-height: 1.7;word-break: break-all;  display: -webkit-box;  -webkit-line-clamp:4;  /*限制在一个块元素显示的文本的行数*/  -webkit-box-orient: vertical;  overflow: hidden;font-size: 13px;}
.flow-list{margin-bottom: 40px;}
.flow{background: url("../images/f-bj_02.png")top center no-repeat;padding-bottom: 120px;}
/**/
.case-title{margin-top:-110px;}
.case-title>div>h4{font-size: 20px;line-height: 30px;}
.case-title>div>h3{font-size: 25px;color: #000000;font-weight: bold;padding-bottom: 20px;background: url("../images/t-h_03.png")left bottom no-repeat;text-transform: uppercase;}
.case-title>a{display: inline-block;padding: 5px 20px;background: #b39465;color: white;margin-top: 20px;}
.case-mes{width: 100%;}
.case-mes>ul>li{width:calc(20% - 2px);margin: 0 1px 2px 1px;float: left;}
.case-box{position: relative;overflow: hidden;}
.case-top{padding-top:78.125%;}
.case-mes>ul>li>a{display: block;position: relative;overflow: hidden;}
.zi{width: 100%;height: 100%;position: absolute;left: 0;top:100%;background: rgba(179, 148, 101, 0.66);text-align: center;transition: all .3s linear;}
.zi>span{display: inline-block;color: white;padding: 3px 30px;border: 1px solid white;margin-top: 40%;font-size: 16px;}
.zi>p{color: white;text-align: center;text-transform: uppercase;margin-top: 10px;}
.case-mes>ul>li>a:hover .zi{top: 0;transition: all .3s linear;}
/**/
.news{margin-bottom: 40px;}
.news-left{width: 80px;height: 75px;text-align: center;}
.news-left>h2{font-size: 50px;}
.news-left>h4{font-size: 20px;}
.news-right{ width: calc(100% - 100px);margin-left: 20px;}
.news-right>p{line-height: 2;word-break: break-all;  display: -webkit-box;  -webkit-line-clamp:2;  /*限制在一个块元素显示的文本的行数*/  -webkit-box-orient: vertical;  overflow: hidden;margin-top: 10px;height:50px;}
.news-list{margin-bottom: 20px;}
.news-list>a:hover .news-left{color: #b39465;}
.news-list>a:hover .news-right{color: #b39465;}
.tittle3>div>h4{font-size: 20px;line-height: 30px;color:#000;}
.tittle3>div>h3{font-size: 25px;color:#000;;font-weight: bold;padding-bottom: 20px;background: url("../images/h2_03.png")left bottom no-repeat;text-transform: uppercase;}
.about{background: #b39465;}
.tittle3{margin: 40px 0;}
.news-right1>p>span {
    display: inline-block;
    padding: 2px 15px;
    background: #b39465;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
}
.news-right1>p{margin-bottom: 7px;line-height: 2;}
/**/
.contact{background: #282828;}
.con-left{background: #b39465;padding-top: 35px;padding-bottom: 50px;}
.con-left>h4{font-size: 25px;font-weight: bold;color: white;margin-bottom: 20px;}
.con-left form label{display: block;width: 100%;}
.con-left form label input{background: none;outline: none;border: none;border-bottom: 1px solid white;width: 100%;font-weight: 400;color: white;line-height: 55px;}
.con-left form label input::-webkit-input-placeholder { /* WebKit, Blink, Edge */  color:  white;}
.con-left form label input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color:  white; }
.con-left form label input::-moz-placeholder { /* Mozilla Firefox 19+ */  color:  white;  }
.con-left form label input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
.con-left form label textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */  color:  white;}
.con-left form label textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color:  white; }
.con-left form label textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  color:  white;  }
.con-left form label textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
.con-left form label textarea{background: none;outline: none;border: none;border-bottom: 1px solid white;width: 100%;font-weight: 400;color: white;}
.con-left form label input[type="submit"]{border: none;text-align: left;}
/**/
.con-center{padding-top: 35px;}
.con-center>h4{font-size: 25px;font-weight: bold;color: white;margin-bottom: 40px;}
.con-center>p{color: white;line-height: 1.9;}
.con-center>h5{font-size: 20px;font-weight: bold;color: white;margin-top: 20px;}
.con-right>div{padding-top: 35px;}
.con-right>div{width: 50%;}
.con-right>div>h4{font-size: 25px;font-weight: bold;color: white;margin-bottom: 40px;text-align: center;}
.con-right>div>p>a{display: block;line-height: 35px;color:#818181;text-align: center;}
.con-right>div>p>a:hover{color: white;}
/**/
footer{background: #000000;color: white;}
footer a{color: white;display: inline-block;line-height: 50px;margin: 0 2px;}
footer span{display: inline-block;line-height: 50px;color: white;}
/**/
.neiye{padding-top: 35px;}
.ny-t{height: 5px;background: #5a9dd0;}
.neiye-nav{margin: 20px 10px 50px 10px;}
.neiye-nav-title{height:105px;background: #202020;}
.neiye-nav-title h5{line-height:105px;font-size: 30px;font-weight: bold;text-align: center;color: white;}
.neiye-nav-title h5 span{font-size: 18px;display: inline-block;margin-left: 5px;text-transform: uppercase;}
#neiye-nav{background: white;padding-bottom: 30px;}
#neiye-nav2>p{line-height: 2;font-size: 14px;}
.neiye-nav2>p{line-height: 2;font-size: 14px;}
#neiye-nav2{padding: 7px 5px;}
.neiye-nav-con2>a>span{margin: 15px 20px 0 0;color:#0243cc;}
.neiye-nav-con2{cursor: pointer;border: 1px solid #c5c5c5;background: #efefef;margin: 3px 0;}
.neiye-nav-con2 h5{color:#000; line-height: 45px; font-size: 14px;;margin-left: 20%;}
.neiye-nav-con2>a{display: block;transition: all linear .3s;}
.neiye-nav-con2>a:hover{background: #b39465;/*url("../images/ny-h_03.png")left center no-repeat;box-shadow: 3px 3px 7px #333;  transform: translateY(-1px); transition: all linear .3s;*/}
.neiye-nav-con2>a:hover h5{color: white;}
.neiye-nav-con2>a:hover span{color: white;}
.add p{line-height: 2;color: #333;}
.neiye-nav-title2{background:#ffcc00;}
.neiye-nav-title2 h5{font-size: 27px;color: #000;font-weight: bold;margin-left: 20px;line-height: 50px;}
.neiye-right-title{font-size: 14px;line-height: 40px;}
.neiye-right-title>span{}
.padding2{margin-top: 10px;background: url("../images/pa_03.png")bottom center no-repeat;}
.neiye-left-title>h4{font-size: 14px;line-height: 40px;}
.ny-about{margin-top: 30px;}
.ny-about>p{font-size: 14px;line-height: 2;margin-bottom: 10px;}
/**/
.ny-case>ul>li>a>p{line-height: 35px;text-align: center;}
.ny-case>ul{margin-top: 30px;}
.ny-case>ul>li{margin-bottom: 20px;}
.ny-case>ul>li>a:hover>p{background: #b39465;color: white;}
/**/
.ny-news{margin-top: 30px;}
.ny-news-box{position: relative;overflow: hidden;}
.ny-news-top{padding-top: 71.6%;}
.ny-news-list-left{width: 236px;}
.ny-news-list-right{width: calc(100% - 250px)}
.ny-news-list-right>h4{font-size: 14px;line-height: 35px;margin-bottom: 10px;}
.ny-news-list-right>p{line-height: 2;display: -webkit-box;  -webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #666666;}
.ny-news-list-right>p>span{color: #f1bf1e;}
.ny-news-list-right>span{display: inline-block; padding: 4px 50px;border: 1px solid #9999;border-radius: 20px;margin: 20px 0;}
.ny-news-list>a{display: block; transition: all linear .3s;}
.ny-news-list>a:hover{ box-shadow: 5px 5px 15px #333;
    transform: translateY(-6px);
    transition: all linear .3s;}
.ny-news-list{margin-bottom: 25px;}
.ny-service{width: 80%;}
.ser-infor>div img{max-width: 100%;margin-bottom:10px;}
.ser-infor>div{margin-top: 30px;}
.ser-infor>div>p{line-height: 50px;}
.ny-contact{margin-top: 30px;}
/**/
/**/
.case-infor{width: 80%;margin: 30px auto;}
.js-case{margin-top: 30px;line-height: 2;}
.picTop {position:relative;}
.picTop .imgbox{ background-position: 50% 50%; background-size: cover;position: relative; }
.picBot{ position: relative; margin-top:5px; cursor:pointer;}
.picBot .imgbox{ background-position: 50% 50%; background-size: cover; }
.picPrev{ position: absolute; left: 0; top: 0; z-index:2; width: 30px; height: 100%; background:url(../images/left.png) 50% 50% no-repeat, rgba(2,2,2,0.5); cursor: pointer; }
.picNext{ position: absolute; right: 0; bottom: 0; z-index:2; width: 30px; height: 100%; background:url(../images/right.png) 50% 50% no-repeat, rgba(2,2,2,0.5); cursor: pointer; }
.img-tt{
    padding-top:75%;}
.picTop-button1 { width:19px;height:34px;background:url(../images/left1.png) left;position:absolute; left:0; top:45%; z-index:2; cursor:pointer;}
.picTop-button2 { width:19px;height:34px;background:url(../images/right1.png) right;position:absolute; right:0; top:45%; z-index:2; cursor:pointer;}

/*.picBot  .swiper-slide-active { border:10px solid #ff5300 !important;}*/
.picBot .txt {position:absolute;left:0;bottom:0;background:rgba(2,2,2,0.5);line-height:20px;text-align:center;color:#fff;text-align:center; width:100%;display:block; }
/**/
@media (max-width:991px) {
    body{padding-bottom: 60px}
    .ban_img {width:100%; padding-top:54.68%; position:relative; transition-duration: 5s;}
    .logo{line-height: 100px;}
    .item-left-s{width: 100%;}
    .item-right-s{width: 100%;margin: 0;}
    .it2-top{padding-top: 93.28%;}
    .about-left{width: 100%;margin: 0;}
    .about-right{width: 100%;text-align: center;float: none;}
    .about-right>img{max-width: 450px;}
    .flow{background-size: cover}
}
@media (max-width:767px){
    .case-mes>ul>li {
        width: calc(50% - 2px);
        margin: 0 1px 2px 1px;
        float: left;
    }
    .ny-service{width: 100%;}
}
@media (max-width:600px){
    .logo>a>img{width: 350px}

}
@media (max-width:467px){
    .logo>a>img{width: 250px}
    .it1-zi{width: 80%;overflow: hidden;height:80%;}
    .ny-news-list-left{width: 100%;}
    .ny-news-list-left img{max-width: 80%;}
    .ny-news-list-right{width: 100%;}
    .case-infor { width: 100%;margin: 0; }
}
@media (max-width:376px) {
    .logo>a>img {width:200px;
    }
    .col-xs-6 {
        padding: 0 10px !important;
    }

}

/*清除样式*/
.clear {
    clear: both;
    font-family: '微软雅黑';
}

/*分页css scott style pagination*/
div.scott {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

    div.scott a {
        border: #221616 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
        text-decoration: none;
    }

        div.scott a:hover {
            border: #221616 1px solid;
            color: white;
            background-color: #221616;
        }

        div.scott a:active {
            border: #221616 1px solid;
            color: #611985;
            background-color: #221616;
        }

    div.scott span.current {
        border: #221616 1px solid;
        padding: 2px 5px;
        font-weight: bold;
        color: #fff;
        margin: 0 2px 0 0;
        background-color: #221616;
    }

    div.scott span.disabled {
        border: #dfdfdf 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
    }

/*QQ*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../images/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.tel i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.tel p {
        width: 200px;
        height: 130px;
        line-height: 45px
    }

    .dock ul.icons li.im p {
        width: 185px;
        height: 155px;
        line-height: 30px
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 180px;
        height: 180px;
        line-height: 30px
    }

        .dock ul.icons li.wechat p img {
            border: 2px solid #000;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../images/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }