@charset 'utf-8';
/*公共部分*/

body, div,section,header,footer, p, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, form, input, textarea {
    margin: 0px;
    padding: 0px;
}
input, textarea, select {
    outline: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: '微软雅黑';
    background: #fff;
}
img {
    border: none;
    display: block;
    max-width: 100%;
}
ol, ul {
    list-style: none;
}
a {
    color: inherit;
    font: inherit;
    outline: none;
}
a:hover {
    color: inherit;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.pf {
    position: fixed;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.cl {
    zoom: 1;
}
.box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
h3 {
    text-align: center;
    padding: 20px;
}
h3 span {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}
.more {
    display: block;
    margin: 20px auto;
    width: 65px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: solid 1px #c9c9c9;
    border-radius: 5px;
    text-align: center;
    transition: background .5s, border .5s;
    -webkit-transition: background .5s, border .5s;
}
.more:hover {
    color: #fff;
    border-color: #a32b2c;
    background-color: #a32b2c;
}
.wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
/*主体部分*/
header{
    width: 100%;
    min-width: 1200px;
    height: 80px;
    text-align: center;
    background-color: #333333;
}
header .nav li{
    float: left;
    width: 80px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding-top: 22.5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
header .nav li:hover,header .nav li.active{
    color: #dab96b;
}
header .nav li.logo {
    padding-top: 0;
    position: relative;
    margin-left: 77px;
    margin-right: 77px;
    width: 246px;
    height: 80px;
}
header .nav li.hot,header .nav li.king{
    position: relative;
    width: 120px;
    text-align: left;
}
header .nav .hot:after{
    content: '';
    position: absolute;
    right: 25px;
    top: 31px;
    display: block;
    width: 21px;
    height: 12px;
    background: url('../images/hot.png') no-repeat center;
}
header .nav .king:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 52px;
    display: block;
    width: 35px;
    height: 8px;
    background: url('../images/king.png') no-repeat center;
}
.logo img{
    top: 0;
    left: 0;
    position: absolute;
}
.slideBox {
    width: 100%;
    min-width: 1200px;
    text-align: center;

}
.slideBox .hd {
    bottom: 20px;
    width: 100%;
    height: 30px;
    z-index: 10;
}
.slideBox .hd ul {
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li {
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 2px;
    border: solid 1px #fff;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background-color: #ff002f;
    border-color: #ff002f;
}
.slideBox .bd ul {
    *zoom: 1;

}
.slideBox .bd li {
    font-size: 0px;

}
.slideBox .bd li .date {
    float: right;
    color: #999;
}

.pro-slide{padding-bottom: 10px;}
.pro-slide .hd{
    padding: 33px;
    height: 34px;
    background-color: #e5e5e5;
}
.pro-slide .title b{
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #b5b5b5;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #353535;
}
.pro-slide .title p{
    float: left;
    height: 34px;
    line-height:17px;
    font-size: 12px;
    color: #737373;
}
.pro-slide .hd ul{
    margin-top: 28px;
    float: right;
}
.pro-slide .hd li{
    float: left;
    margin-left: 5px;
    width: 13px;
    height: 6px;
    background-color: #bfbfbf;
}
.pro-slide .hd li.on{
    background-color: #000;
}
.pro-slide .class-name{
    width: 300px;
    padding-top: 150px;
    text-align: center;
    height: 110.5px;
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    background: #fff url('../images/classnamebg.jpg') no-repeat center;
}
.pro-slide .class-name span{
    padding-top: 5px;
    display: block;
    font-size: 12px;
    color: #737373;
    font-weight: normal;
}
.pro-slide .list{
    width: 300px;
    height: 262.5px;
    overflow: hidden;
}
.pro-slide .list span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    height: 0;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    background-image: url('../images/zoom.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    z-index: 10;
    -webkit-transition: height .3s;
    transition: height .3s;
}
.pro-slide .list:hover span{
    height: 40px;
}
.tiyan{
    margin-top: 94px;
    width: 100%;
    /*height: 500px;*/
    /*background-color: #000;*/
}
.tiyan img{margin:0 auto;}

.main-news {
    padding-bottom: 10px;
}
.main-news .list{
    float: left;
    box-sizing: border-box;
    width: 400px;
}
.main-news .middle{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.main-news .top{
    background-color: #e5e5e5;
    box-sizing: border-box;
    padding-top: 60px;
    width: 100%;
    height: 288px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.main-news h5{
    margin-top: 20px;
    font-size: 15px;
    color: #353535;
    margin-bottom: 10px;
}
.main-news p{
    font-size: 12px;
    color: #666;
}
.main-news .middle h5,.main-news .middle p{
    color: #ccc;
}
.main-news .top img{
    margin-left: auto;
    margin-right: auto;
    width: 66px;
    height: 73px;
}
.main-news .middle .top{
    background-color: #000;
}
.main-news .bottom img{
    width: 100%;
    height: 190px;
}

.kefu{
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -104px;
    width: 40px;
    z-index: 999;
}
.kefu a{
    display: block;
    padding: 5px;
    width: 30px;
    height: 30px;
    background-color: #222;
}
.kefu a:hover{background-color: #a10007;}
.kefu a+a{margin-top: 2px;}
.kefu .pr span,.kefu .pr i{
    display:block;
    position: absolute;
    top: 0;
    left: 40px;
    background-color: #fff;
    overflow: hidden;
}
.kefu .pr span{
    width: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #a10007;
}
.kefu .pr i{
    display: block;
    width: 150px;
    height: 150px;
    left: 40px;
    opacity: 0;
}
.kefu .pr i img{
    width: 100%;
    height: 100%;
}
.ruler{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -296px;
    margin-top: -169.5px;
    width: 592px;
    height: 339px;
    background: url('../images/ruler.jpg') no-repeat center;
    z-index: 9999;
}
.ruler-close{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    outline: none;
    width: 23px;
    height: 23px;
    background-color: transparent;
    background-image: url('../images/close.png');
    z-index: 9;
}


.ind-news {
    padding-bottom: 80px;
    overflow: hidden;
}


.down {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

/*脚注*/
.newfoot{
  width: 100%;
  height: 140px;
  background: #252525;
  color: #666;
  font-size: 12px;

}
.newfoot_wx{
  width: 40%;
  margin-top: 21px;
  line-height: 26px;
}
.newfoot_wx div:last-child{
  margin-left: 20px;
  letter-spacing: 0px !important;
}
.newfoot_wx div > img{
  width: 52px;
  height: 52px;
  border-radius: 2px;
}
.newfoot ul{
  width: 1195px;
  margin: 0px auto;
}
.newfoot ul li{
  /*width: 33%;*/
}
.newfoot_copy{
  width: 30%;
  font-size: 14px;
  height: 94px;
  line-height: 94px;
}
.newfoot_fx {
  width: 20%;
  margin-top: 31px;
}


footer {
    width: 100%;
    height: 210px;
    background-color: #252525;
}
footer .top {
    height: 180px;
}
footer .fbox {
    width: 640px;
    margin: 0 auto;
    padding-top: 30px;
}
footer .fbox h5 {
    font-size: 15px;
    color: #dab96b;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #dab96b;
}
footer .fbox p {
    color: #666;
    height: 25px;
    line-height: 25px;
}
footer .fbox span {
    display: block;
    padding-top: 8px;
}
footer .fbox span a {
    margin-left: 5px;
}
footer .copyright {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    color: #8c8c8c;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
}
.site-map {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    background-color: #fff;
}
.site-map-scroll {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 2px #c9c9c9;
    -webkit-box-shadow: 0 2px 2px #c9c9c9;
    z-index: 100;
}
.site-map a {
    color: #1e377c;
}
.site-map .return {
    display: inline-block;
    margin-top: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    float: right;
    color: #fff;
    background-color: #035297;
}
.site-map .return:hover {
    background-color: #0d71c9;
}
.sub-menu, .sub-menu-color {
    margin: 30px 0;
    text-align: center;
}
.sub-menu a, .sub-menu-color a {
    display: inline-block;
    padding: 4px 10px;
    border: solid 1px #c9c9c9;
    border-radius: 5px;
}
.sub-menu-color a {
    color: #fff;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transition: transform .2s;
}
.sub-menu a:hover, .sub-menu a.on {
    color: #fff;
    background-color: #a32b2c;
}
.sub-menu-color a:hover, .sub-menu-color a.on {
    /*transform: scale(1.1,1.1);*/

    box-shadow: 4px 4px 4px #999;
}
.use-menu {
    margin: 30px 0;
    text-align: center;
}
.use-menu a{ padding-left: 20px;margin-right: 30px;    background: url(../images/checked.png) left center no-repeat; }
.use-menu a.on{ background: url(../images/bg_chk_checked.png) left center no-repeat; }

.prolist {
    margin: 50px 0;
    width: 100%;
    overflow: hidden;
}
.prolist li {
    position: relative;
    float: left;
    margin: 0 33px 33px 0;
    padding: 10px 10px 0 10px;
    width: 255px;
    font-size: 0px;
    /*background: #fff;*/

    overflow: hidden;
}
.prolist li:nth-child(4n) {
    margin-right: 0px;
}
.prolist li:hover {
    background-color: #fff;
    box-shadow: 3px 3px 4px #c9c9c9;
}
.prolist li img, .prolist li .hov img {
    width: 100%;
}
.prolist li .hov {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 8px;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.prolist li:hover .hov {
    opacity: 1;
}
.prolist li h4 {
    height: 50px;
    color: #666;
    line-height: 50px;
    font-size: 14px;
}
.center {
    text-align: center;
}
.prolist li h4 small {
    float: right;
    font-size: 12px;
}
.pro {
    width: 1000px;
    margin: 10px auto;
}
.pro h5, .case h5 {
    margin: 0px auto;
    font-size: 14px;
    border-bottom: solid 1px #c9c9c9;
}
.pro h5 span, .case h5 span {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #1e377c;
}
.news {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.news h5 {
    margin: 20px 0;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}
.news h5 small {
    display: block;
    text-align: center;
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}
.picFocus {
    position: relative;
    margin: 30px auto 140px auto;
    width: 1000px;
    font-size: 0;
    overflow: hidden;
    zoom: 1;
}
.picFocus .hd {
    width: 800px;
    margin: 10px auto;
}
.picFocus .hd ul li {
    position: relative;
    box-sizing: border-box;
    width: 200px;
    border: solid 8px #fff;
    box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
    float: left;
    text-align: center;
}
.picFocus .hd ul li span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;
}
.picFocus .hd ul li img {
    width: 100%;
    cursor: pointer;
}
.picFocus .hd ul li.on span {
    background-color: rgba(0, 0, 0, 0);
}
.picFocus .bd {
    box-sizing: border-box;
    width: 800px;
    margin: 0 auto;
    border: solid 10px #fff;
    box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
}
.picFocus .bd li {
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.picFocus .bd li span {
    position: absolute;
    bottom: 0px;
    display: block;
    padding-left: 10px;
    width: 780px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
}
.picFocus .bd img {
    width: 100%;
    display: block;
}
.picFocus .prev, .picFocus .next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-family: '宋体';
    font-weight: bolder;
    font-size: 60px;
    color: #666;
    display: block;
    width: 64px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.picFocus .prev {
    left: -120px;
}
.picFocus .next {
    right: -120px;
}
.picFocus .prev:hover, .picFocus .next:hover {
    filter: alpha(opacity 100);
    opacity: 1;
}
.picFocust {
    position: relative;
    margin: 30px auto 30px auto;
    width: 1000px;
    font-size: 0;
    overflow: hidden;
    zoom: 1;
}
.picFocust .hd {
    float: left;
    width: 195px;
    margin-left: 5px;
}
.picFocust .hd ul li {
    position: relative;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 195px;
    height: 160px;
    border: solid 8px #fff;
    box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
    float: left;
    text-align: center;
}
.picFocust .hd ul li span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}
.picFocust .hd ul li img {
    height: 100%;
    cursor: pointer;
}
.picFocust .hd ul li.on span {
    background-color: rgba(0, 0, 0, 0);
}
.picFocust .bd {
    float: left;
    box-sizing: border-box;
    width: 800px;
    height: 490px;
    margin: 0;
    border: solid 10px #fff;
    overflow: hidden;
    box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
}
.picFocust .bd li {
    vertical-align: middle;
    position: relative;
}
.picFocust .bd li span {
    position: absolute;
    bottom: 0px;
    display: block;
    padding-left: 10px;
    width: 780px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
}
.picFocust .bd img {
    width: 100%;
    display: block;
}
.picbox {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10;
}
.picbox iframe {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin: -250px -500px;
    width: 1000px;
    height: 516px;
    border: none;
    z-index: 20;
}
.swiper-container {
    width: 800px;
    height: 500px;
    border: solid 8px #fff;
}
.swiper-btn {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 500px;
    z-index: 100;
}
#close {
    position: fixed;
    top: 50%;
    right: 50%;
    margin-top: -285px;
    margin-right: -408px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
}
.flipster {
    padding: 40px 0;
    width: 1200px;
    position: relative;
    background-image: url(../images/3dbg.png);
    background-size: 520px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.flipster .flipto-prev, .flipster .flipto-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 60px;
    height: 100px;
    background-position: center center;
}
.flipster .flipto-prev {
    left: 0;
    background-image: url(../images/il.png);
}
.flipster .flipto-next {
    right: 0;
    background-image: url(../images/ir.png);
}
.flip-li {
    display: table;
    width: 505px;
    height: 275px;
    background-color: #fff;
    overflow: hidden;
    -moz-user-select: none;
    /*火狐*/

    -webkit-user-select: none;
    /*webkit浏览器*/

    -ms-user-select: none;
    /*IE10*/
    /*早期浏览器*/

    user-select: none;
}
.flip-li .f-l {
    display: table-cell;
    width: 280px;
    overflow: hidden;
}
.flip-li .f-l img {
    position: absolute;
    height: 260px;
}
.flip-li .f-r {
    display: table-cell;
    height: 200px;
    padding: 0 20px;
    background-image: url(../images/filpbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    vertical-align: middle;
    color: #666;
}
.flip-li .f-r h5 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
.flip-li .f-r p {
    height: 96px;
    line-height: 24px;
    text-align: left;
}
.flip-li .f-r b {
    display: inline-block;
    margin-top: 28px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    border: solid 1px #a32b2c;
    color: #fff;
    background-color: #a32b2c;
    border-radius: 5px;
    text-align: center;
    transition: background .5s, border .5s;
    -webkit-transition: background .5s, border .5s;
}
.flip-li .f-r b:hover {
    background-color: #d42e2f;
    border-color: #d42e2f;
}
.text {
    width: 1200px;
    margin: 80px auto;
    font-weight: normal;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.textf {
    width:510px;
    margin: 80px auto;
    font-weight: normal;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.sub-page {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.sub-page a {
    display: block;
    color: #035297;
    font-weight: bolder;
    margin: 10px 0;
}
.sub-page a span {
    display: inline-block;
    background-color: #035297;
    padding: 5px 10px;
    margin-right: 10px;
    color: #fff;
}
.sub-page a:hover span {
    background-color: #0d71c9;
}
.sub-page a:hover {
    color: #0d71c9;
}
.be {
    background-color: #eee;
}
.content {
    min-height: 500px;
}
.imgbox {
    margin: 20px auto;
    width: 1000px;
    text-align: center;
}
.imgbox img {
    max-width: 100%;
}
form {
    text-align: center;
}
input[type="text"] {
    height: 30px;
    color: #666;
    padding-left: 10px;
    margin: 5px 0;
    width: 300px;
}
input[type="password"] {
    height: 30px;
    color: #666;
    padding-left: 10px;
    margin: 5px 0;
    width: 300px;
}
textarea {
    width: 390px;
    height: 150px;
    padding: 0 10px;
    margin: 10px 0;
    color: #666;
    font: inherit;
    line-height: 30px;
}
input[type="reset"], input[type="submit"] {
    width: 100px;
    height: 30px;
    margin: 10px;
}
#error {
    position: absolute;
    top: 175px;
    left: 720px;
    color: red;
}
.swiper-team {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    font-size: 0;
}
.gallery-top {
    box-sizing: border-box;
    width: 800px;
    height: auto;
    border: solid 10px #fff;
    box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
    -webkit-box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
    overflow: hidden;
}
.gallery-thumbs {
    margin: 10px auto;
    width: 800px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide {
    position: relative;
    box-sizing: border-box;
    width: 200px;
    height: 141px;
    font-size: 0;
    border: solid 8px #fff;
    box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
    -webkit-box-shadow: 2px 2px 4px #c9c9c9, -2px -2px 4px #c9c9c9;
}
.gallery-thumbs .swiper-slide span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100;
}
.gallery-thumbs .swiper-slide-active span {
    background-color: rgba(0, 0, 0, 0);
}
#left, #right {
    background: rgba(0, 0, 0, 0);
    font-family: '宋体';
    font-weight: bolder;
    line-height: 55px;
    color: #666;
    font-size: 60px;
    text-align: center;
}
.newslist1 {
    width: 518px;
    height: 488px;
    float: left;
    position: relative;
}
.newslist2 {
    width: 506px;
    height: 488px;
    float: left;
    position: relative;
}
.newslist3 {
    width: 1024px;
    height: 214px;
    clear: both;
}
.list1-li1 {
    float: left;
    width: 262px;
    height: 280px;
    text-align: center;
    background: #fff;
}
.list1-li2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 256px;
    height: 489px;
    text-align: center;
    background: #fff;
}
.list1-li3 {
    width: 262px;
    height: 210px;
    background: #f6f6f6;
    clear: both;
}
.list2-li1 {
    float: left;
    width: 253px;
    height: 214px;
}
.list2-li2 {
    width: 253px;
    height: 275px;
    text-align: center;
}
.list2-li3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 253px;
    height: 489px;
    text-align: center;
}
.list3-li1 {
    width: 518px;
    height: 214px;
    float: left;
}
.list3-li2 {
    width: 256px;
    height: 214px;
    float: left;
}
.list3-li3 {
    width: 250px;
    height: 214px;
    float: left;
    background: #fefff0
}
.index-news {
    padding-bottom: 120px;
}
.index-news ul li a {
    color: #676767;
    font-size: 30px;
    line-height: 150px;
}
.index-news ul li a p {
    color: #676767;
    font-size: 12px;
    line-height: 0px;
}
.index-news ul li {
    text-align: center;
}
.index-news li img {
    width: 100%;
    height: 100%;
}
.index-news-t {
    height: 200px;
    text-align: center;
}
.slip {
    width: 1024px;
    margin: 0 auto;
}
.ind-list {} .ind-list li:nth-child(1) {
    position: absolute;
    left: 440px;
    background: url(../images/case-t.jpg) no-repeat;
    width: 327px;
    height: 276px;
    font-size: 14px;
    line-height: 35px;
}
.ind-list li:nth-child(1):hover {
    background: url(../images/case-t.jpg) no-repeat;
    box-shadow: none;
}
.ind-list li:nth-child(2) {
    position: absolute;
    left: 0px;
}
.ind-list li:nth-child(3) {
    position: absolute;
    right: 0px;
}
.ind-list li:nth-child(4) {
    position: absolute;
    left: 0px;
    top: 470px;
}
.ind-list li:nth-child(5) {
    position: absolute;
    left: 410px;
    top: 470px;
}
.ind-list li:nth-child(6) {
    position: absolute;
    right: 0px;
    top: 470px;
}
.list-li {
    width: 327px;
    height: 276px;
    padding: 7px;
    background-color: #fff;
    box-shadow: 3px 3px 4px #c9c9c9;
}
.list-li img {
    height: 85%;
}
.f-w div {
    padding: 60px 25px 25px 25px;
    color: #404040;
}
.pro-t {
    clear: both;
    text-align: center;
    line-height: 35px;
    padding-top: 50px;
}
.pro-t p {
    color: #c59c2a;
}
.pro-t span {
    color: #333;
    font-size: 30px;
}
.clear {
    clear: both;
}
.m10 {
    padding-top: 10px;
}
.et {
    height: 100%;
}
.l-pro {
    width: 720px;
    height: 875px;
    float: left;
}
.r-pro {
    width: 410px;
    height: 500px;
    float: right;
    background: #eee;
}
.r-pro h1 {
    color: #494949;
    font-size: 24px;
    line-height: 60px;
}
.p-t {
    width: 388px;
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
}
.de1 p {
    color: #989898;
    line-height: 40px;
}
.de1 p span {
    color: #595959;
}
.de2 p {
    color: #989898;
    line-height: 40px;
}
.de2 p span {
    color: #c59c2a;
}
.de3 {} .p-d {
    border-bottom: 1px solid #d7d7d7;
}
.p-dt {
    width: 130px;
    height: 40px;
    background: #dab96b;
    line-height: 40px;
    text-align: center;
}
.p-w {
    min-height: 500px;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.pf {
    position: fixed;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.cl {
    zoom: 1;
}
.img-box {
    display: block;
    font-size: 0;
}
/*主体部分*/

.mod18 {
    width: 600px;
    padding: 10px 10px 0 10px;
    position: relative;
    background: #fff;
}
.mod18 img {
    width: 100%;
    height: 100%;
}
.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}
.mod18 .prev {
    left: 0;
    background: url(../images/prevBtn.png) no-repeat;
}
.mod18 #prevTop, .mod18 #nextTop {
    top: 50%;
    margin-top: -24px;
    width: 46px;
    height: 48px;
}
.mod18 #prevTop {
    background: url(../images/prevBtnTop.png) 0 0 no-repeat;
}
.mod18 #nextTop {
    background: url(../images/nextBtnTop.png) 0 0 no-repeat;
}
.mod18 .next {
    right: 0;
    background: url(../images/nextBtn.png) no-repeat;
}
.mod18 li {
    float: left;
}
.mod18 .cf li {
    position: relative;
    color: #fff;
}
.mod18 .cf a {
    display: block;
    width: 705px;
    height: 600px;
    position: absolute;
    color: #fff;
    color: #1a76c9;
    font-size: 18px;
}
.mod18 .cf li span {
    display: block;
    width: 665px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType 0, startColorstr "#60000000", endColorstr "#60000000");
    color: #1a76c9;
    font-size: 24px;
    font-weight: bold;
}
.mod18 .picBox {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.mod18 .picBox ul {
    position: absolute;
    overflow: hidden;
}
.mod18 .picBox li {
    width: 600px;
    height: 600px;
    overflow: hidden;
}
.mod18 .listBox {
    width: 600px;
    height: 70px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.mod18 .listBox ul {
    position: absolute;
    overflow: hidden;
}
.mod18 .listBox li {
    width: 129px;
    height: 70px;
    cursor: pointer;
    position: relative;
}
.mod18 .listBox li i {
    display: none;
}
.mod18 .listBox li a {
    display: block;
    width: 124px;
    height: 70px;
}
.mod18 .listBox li img {
    width: 124px;
    height: 70px;
}
.mod18 .listBox .on img {
    width: 118px;
    height: 64px;
    border: 3px solid #666;
}
.mod18 .listBox .on i {
    display: block;
}
.pro-b {
    background: url(../images/pro-b.jpg) center no-repeat;
    width: 100%;
    height: 263px;
}
.d-search {
    padding-top: 10px;
    float: right;
    line-height: 20px;
}
.d-search input {
    width: 200px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 5px;
}
.d-search a{
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    float: right;
}
.i-search {
    float: right;
    line-height: 80px;
}
.i-search input {
    width: 50px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: none;
}
.diy-d {
    margin: 0 auto;
    width: 410px;
    height: 40px;
    padding-top: 430px;
}
.diy-a {
    display: block;
    height: 30px;
    background: #df0000;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    float: right;
    color: #fff;
}
.p-pro {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}
.p-pro h1 {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e7e7eb;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}
.p-pro p {
    line-height: 25px;
    color: #000;
    font-size: 16px;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif
}
.p-pcontect {
    padding-top: 20px;
}
.p-pt p {
    color: #8c8c8c;
    font-size: 16px;
}
.p-js {
    font-size: 16px !important;
}
.m-list {
    line-height: 21px;
}
.m-list a, .m-list a:hover {
    text-decoration: none;
    color: #777;
}
.flip-items p {
    text-align: center;
}
.new {
    content: '';
    display: block;
    width: 100px;
    height: 90px;
    background: url(../images/jia.png) no-repeat center center;
    position: absolute;
    top: 6px;
    right: 8px;
}

#ads {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
}
.back-0 {
    opacity: 0.57;
    background: #000;
    width: 100%;
    height: 190px;
}
.f-f {
    width: 1200px;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.f-b {
    position: absolute;
    background: url(../images/f-ftou.png);
    width: 547px;
    height: 313px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}
.f-fc {
    width: 500px;
    height: 190px;
}
.f-fb {
    width: 105px;
    height: 65px;
    border-radius: 5px;
    background: #e10202;
    line-height: 65px;
    float: right;
}
.f-fb a {
    font-size: 24px;
    color: #fff;
}
.f-ft {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}
.f-fl {
    width: 350px;
    height: 130px;
    float: left;
}
.lanren {
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 999;
}
.lanrena {
    width: 100px;
}
.ewm {
    display: none;
}
.dropdown {
    display: block;
    width: 100px;
    height: 100px;
}
.prol {
    padding: 10px 5px 10px 5px;

}
.prol a {
    background: #fff;
}
.picScroll-left {
    width: 100%;
    position: relative;
}
.picScroll-left .hd {} .picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
    background-position: 0 0;
}
.picScroll-left .bd {
    padding: 10px;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    position: relative;
    float: left;
    margin: 0 33px 33px 0;
    padding: 10px 10px 0 10px;
    width: 358px;
    font-size: 0px;
    /* background: #fff; */

    overflow: hidden;
}
.picScroll-left .bd ul li .pic {
    text-align: center;
}
.picScroll-left .bd ul li .pic img {
    width: 100%;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .bd ul li .title {
    line-height: 24px;
}
.sub-p {
    width: 1200px;
    min-height: 50px;
    display: none;
    padding-top: 10px;
}
.picScroll-left .hd .next {
    display: block;
    width: 26px;
    height: 47px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/prev.png") no-repeat;
    position: absolute;
    top: 35%;
    right: -50px;
    z-index: 9000;
}
.picScroll-left .hd .prev {
    display: block;
    width: 26px;
    height: 47px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/next.png") no-repeat;
    position: absolute;
    top: 35%;
    left: -26px;
    z-index: 9000;
}
.newstxt{
    width: 800px!important;
}
.newstxt img{
    display: inline-block;
}
.text img{
    display: inline-block;
}
.news-l li:first-child{
text-align: left;
height: 200px;
}

.news-l li:first-child a{
    font-size: 20px;
}
.news-l li:first-child img{
    display: inline-block;
}
.news-l li:first-child p img{
    padding: 4px;
    border: 1px solid #dcdcdc;
    margin-right: 15px;
}
.n-time {
    width: 55px;
    height: 102px;
    background: #000;
    margin: 10px 15px;
    padding: 25px 9px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    float: left;
}
.news-l li {
    position: relative;
    background: #fff;
    height: 120px;
    overflow: hidden;
    margin: 0 0 30px;
    border: 1px solid #e6e6e6;
    width: 100%;
}
.news-l li .lijia {
    z-index: 2;
    position: relative;
    top: 0;
    right: 0;
}
.news-l li .fr {
    margin: 20px 0 0;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background-color: #999;
}
.news-l li .cq {
    background: #B6B6B6 none repeat scroll 0 0;
    opacity: 0.1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.news-l li p {
    padding: 0 0 0 14px;
    width: 827px;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #666;
}
.fnews p{
    clear: both;
}
.fnews img{
    max-height: 130px;
    overflow: hidden;
}
.news-l li p b {
    display: block;
    font-weight: 100;
    color: #000000;
}
.li-f{
    float: left;
    line-height: 50px;

}
.n-time{
    width: 55px;
    height: 102px;
    background: #000;
    margin: 10px 15px;
    padding: 25px 9px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 12px;
}
.n-con{
    float: left;
    width: 800px;
    margin-left: 10px;
}
.n-con p{
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px dotted #e9e9e9;
}
.p-r{
    width: 930px;
}

.ul-pic-jz{background-color: #f2f2f2;overflow: hidden;text-align: left;}
.ul-pic-jz{margin:0 -5px;overflow: hidden;}
.ul-pic-jz li{width: 25%;float: left;margin-bottom: 10px;}
.ul-pic-jz li:hover img{-webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -transform: scale(1.1,1.1);}

.ul-pic-jz li a{display: block;margin: 0 5px;}
.ul-pic-jz li a:hover span{color: #fff;}
.ul-pic-jz li a:hover .txt{background-color: #c80000;color: #fff;}
.ul-pic-jz .img{position: relative;padding-top: 75%;position: relative;overflow:hidden;}
.ul-pic-jz img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ul-pic-jz .img span{
    width: 60px;height: 60px;display: block;position: absolute;
    top: 50%;left: 50%;margin-top: -30px;margin-left: -30px;
    background: url(../images/start.png) no-repeat center center;

}
.ul-pic-jz .txt{background-color: #fff;font-size: 14px;color: #000;padding: 22px 10% 28px;}
.ul-pic-jz .txt span{color: #c80000;}
.ul-pic-jz .txt em{}
.ul-pic-jz .txt p{line-height: 24px;margin-bottom: 18px; height: 70px; overflow: hidden; text-overflow: ellipsis;    word-break: break-all;}
.hong{
    height: 40px;
    text-align: center;
    overflow: hidden;
    margin-left: -50px;
}
