*{margin: 0;padding: 0;}
h1,h2,h3,h4,h5{margin: 0;padding: 0;}
a{text-decoration: none !important;}
.wrap{max-width:1000px !important; margin:0 auto;}
.no-margin {margin: 0 !important;}
.clear{clear: both;}
.none{display: none;}
.img-position-absolute{position: absolute;top: 0;bottom: 0; left: 0;right: 0; max-width: 100%; max-height: 100%;display: block;margin:auto;padding: auto;}
.imgAuto{width: auto; height: auto; max-width: 100%; max-height: 100%;}
.wCenter{height: 100%;display: flex;display: -webkit-flex;flex-direction: column;-webkit-flex-direction: column;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;}

header{width: 100%; font-family: "microsoft yahei"; position: relative;}
header .head{width: 100%;height:90px; position:relative;}
header .head .logo{/*width: 435px;*/ line-height: 90px;float: left;overflow: hidden;}
header .head .logo img{width: 100%; line-height: 90px;}
header .head .icon-menu{width: 35px; line-height: 90px;overflow: hidden;cursor: pointer;}
header .head .icon-menu img{width: 100%; transition: all 0.3s; overflow: hidden;}
header .head .icon-menu:hover img{opacity: 0.6;}
header .hNav{height: 50px; background-color: rgba(3,78,172,8);  width:100%;bottom: -50px; z-index: 20}
header .hNav nav{}
header .hNav nav li{width:12.5%;height: 50px; line-height:50px; transition: all 0.3s;position: relative;border-right: 1px solid #90b1db;}
header .hNav nav li:nth-child(1){border-left: 1px solid #90b1db;}
header .hNav nav li a{display:block;color: #fff;width: 100%;line-height:50px; font-size:16px; }

header .hNav nav li:hover{background-color: #034eac; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
header .hNav nav li:hover a{color: #fff;}
header .hNav nav li ul{ display:none; position:absolute; left:0; z-index:99999; width:100%;}
header .hNav nav li ul li{ padding:0; width:100%;height:45px; background-color: rgba(3,78,172,0.5); transition:all 0.3s; margin-top: 0; border-radius: 0; border: none !important;}
header .hNav nav li ul li a{line-height:45px; color:#fff;transition:all 0.3s;}
header .hNav nav li ul li:hover{background-color: #034eac;}
header .hNav nav li:hover ul{ display:block;}
header .hNav .active{background-color: #034eac; box-shadow: 0 0 5px rgba(0,0,0,0.3); text-shadow: 0 0 2px rgba(0,0,0,0.5);}
header .hNav .active a{color: #fff;}

header .head .right{float: right; width: 44%; overflow: hidden;}
header .head .right .search{float: left; width:50%; padding: 0 10px; position: relative;}
header .head .right .search input[type="text"]{width: 100%; height: 30px; outline: none; border: 1px solid #d0cfcf; border-radius: 10px; margin-top: 35px; padding: 0 40px 0 10px;}
header .head .right .search input[type="submit"]{position:absolute; right: 10px; top:35px;width: 36px; height: 30px; background: url("../images/head_search.png") no-repeat center right; background-size: auto 100%; border: none; outline: none;}
header .head .right .phone{float: right; overflow: hidden; background: url("../images/head_phone.png") no-repeat left center; font-size: 1.8em; font-weight: bold;color: #333; text-align: right; padding-left: 115px; margin-top:22px;  }


/*header .head .phone{float: right; font-size: 32px; color: #5e9d18; line-height: 70px; background: url("../images/head_phone.png") no-repeat center left; background-size:auto 45px; font-weight: bold; padding-left: 50px;}*/

/*banner*/
.bannerbox{width:100%; height:520px; transition:all 1s;}
#banner{ height:520px;position:relative;overflow:hidden; transition:all 1s;width:100%;}
#banner .main_image{ height:520px;position:relative;overflow:hidden;transition:all 1s;}
#banner .main_image ul{position:absolute;top:0;left:0;width:9999px;overflow:hidden;}
#banner .main_image li a{display:block;}
#banner .main_image li span{display:block;width:100%;height:520px;transition:all 1s;}
#banner .main_image li .img_1{background:url(../images/1.jpg) 50% 50%; background-size:cover;}
#banner .main_image li .img_2{background:url(../images/2.jpg) 50% 50%; background-size:cover;}
#banner .main_image li .img_3{background:url(../images/3.jpg) 50% 50%; background-size:cover;}

#banner div.flicking_con{position:absolute;bottom:10px;left:50%;z-index:999;width:300px;height:21px;margin:0 0 0 -50px;}
#banner div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;display:block;text-indent:-1000px}
#banner div.flicking_con a.on{background-position:0 -21px}
#banner #btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:29px!important;height:29px!important;top:50%;margin-top:-30px;display:none; transition:all 0.5s;}
#banner #btn_prev{background:url(../images/main_btn_arrow_lr.png) no-repeat left bottom;left:20px;}
#banner #btn_prev:hover{background:url(../images/main_btn_arrow_lr.png) no-repeat right bottom;}
#banner #btn_next{background:url(../images/main_btn_arrow_lr.png) no-repeat left top;right:20px;}
#banner #btn_next:hover{background:url(../images/main_btn_arrow_lr.png) no-repeat right top;}

.main{font-family: "microsoft yahei";}

/*main title*/
.main .mTitle{width: 100%; padding: 20px 0; text-align: center;}
.main .mTitle small{font-family: "Times New Roman"; font-size: 2.3em;text-transform: uppercase;}
.main .mTitle h1{font-size: 1.8em; font-weight: bold;text-shadow: 0 2px 5px rgba(0,0,0,0.2)}
.main .mTitle h1 span{border-bottom: 2px solid #000;}
.main .mTitle .text{color: #717171; margin-top: 10px; line-height: 25px;}
.main .mTitleWhite small{color: #fff;}
.main .mTitleWhite h1{color: #fff;}
.main .mTitleWhite h1 span{border-bottom: 2px solid #fff;}


/*lease*/
.main .lease .content{width: 100%; padding: 20px 0; position: relative;}
.main .lease .content .swiper-container{padding: 10px;}
.main .lease .content .swiper-container2{padding: 10px;}
.main .lease .content .lItem{position: relative; height: 200px; overflow: hidden; border: 1px solid #666; transition: all 0.3s;}
.main .lease .content .lItem a{color: #fff;}
.main .lease .content .lItem .img{width: 100%; height: 100%; transition:all 0.3s;}
.main .lease .content .lItem .hover{position: absolute; top:0; left:0; width:100%; height:100%;text-align: center; padding: 10px;background-color: rgba(3,78,172,0.7); transition: all 0.5s; opacity: 0;}
.main .lease .content .lItem .hover .more{margin-top: 10px;}
.main .lease .content .lItem:hover{box-shadow: 0 2px 15px rgba(0,0,0,0.5);}
.main .lease .content .lItem:hover .img{transform: scale(1.1);}
.main .lease .content .lItem:hover .hover{opacity: 1;}
.main .lease .content .swiper-button-next{right: -50px;}
.main .lease .content .swiper-button-prev{left: -50px;}


/*about*/
.main .about{width: 100%; background: url("../images/about_bg.jpg") no-repeat center center; background-size: cover;}
.main .about .content{padding: 50px 15px; text-align: center;}
.main .about .content .text{color: #eeeeee; line-height: 25px; font-size: 1.1em;}
.main .about .content .more{width: 120px;height: 40px; line-height: 38px; text-align:center;border-radius: 20px; background-color: #034eac; border:1px solid #034eac;margin: 10px auto; transition: all 0.3s; box-shadow: 0 2px 15px rgba(3,78,172,0.8); text-shadow: 0 1px 5px rgba(0,0,0,0.2);}
.main .about .content .more a{color: #eee; display: block;}
.main .about .content .more:hover{background-color: transparent;}

/*service*/
.main .service{padding: 50px 0; display:none; }
.main .service .sItem{float: left; width: 16%; height: 150px;margin: 0 2%;  overflow:hidden; text-align:center;transition: all 0.3s; padding: 10px; border-radius: 5px;}
.main .service .sItem .img{width: auto; max-width: 100%; height: auto; max-height: 100%; margin:auto;overflow: hidden; transition: all 0.6s;}
.main .service .sItem .img img{width: auto; max-width: 100%; height: auto; max-height: 100%;}
.main .service .sItem .text{margin-top: 10px;font-size: 1.2em;}
.main .service .sItem:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3);}
.main .service .sItem:hover .img{transform: rotate(360deg);}

/*product*/
.main .product .content{padding:20px 0;}
.main .product .content .pItem{float: left; width: 30.33%; margin: 10px 1.5%; overflow: hidden; text-align: center; border:1px solid #bfbfbf; transition: all 0.3s;}
.main .product .content .pItem .img{width: 100%; height: 250px; transition: all 0.3s; overflow: hidden;}
.main .product .content .pItem .name{width:100%;height: 40px; line-height: 40px; color: #333; background-color: #bfbfbf;}
.main .product .content .pItem:hover .img{transform: scale(1.3);}
.main .product .content .pItem:hover{box-shadow: 0 0 20px rgba(0,0,0,0.6);}

/*news */
.main .news .content{padding: 20px 0;}
.main .news .content .left{float: left; width: 50%;}
.main .news .content .left .img{width: 100%; height: 370px;}
.main .news .content .right{float: left; width: 50%; }
.main .news .content .right .bLine{width: 100%; border-bottom: 1px solid #666;}
.main .news .content .right .nItem{width: 100%; max-width: 500px;padding: 20px 0; overflow: hidden; transition: all 0.3s;}
.main .news .content .right .nItem .date{float: left; width: 23%; text-align: center; color: #333;}
.main .news .content .right .nItem .date .day{font-size: 2.6em;}
.main .news .content .right .nItem .detail{float: right;width: 77%; color: #333;}
.main .news .content .right .nItem .detail .title{ font-size: 1.1em; font-weight: bold;}
.main .news .content .right .nItem .detail .text{margin-top: 10px; line-height: 25px; height: 50px; overflow: hidden;}


/*contact*/
.main .contact{width: 100%; background: url("../images/contact_bg.jpg") no-repeat center center; background-size: cover;}
.main .contact .content{padding: 20px 0; overflow: hidden; color: #eee;}
.main .contact .content .cTitle{font-size: 18px; line-height: 30px; font-weight: 600; margin-bottom: 20px;}
.main .contact .content .left{float: left; width: 50%; padding: 0 20px; position: relative;}
.main .contact .content .right{float: right; width: 50%; padding: 0 30px;}
.main .contact .content .left .text{margin-bottom: 50px;}
.main .contact .content .left li{line-height: 25px; padding-left: 20px;}
.main .contact .content .left li:nth-child(1){background: url("../images/contact_icon1.png") no-repeat 0 5px;}
.main .contact .content .left li:nth-child(2){background: url("../images/contact_icon2.png") no-repeat 0 5px;}
.main .contact .content .left li:nth-child(6){background: url("../images/contact_icon3.png") no-repeat 0 5px;}
.main .contact .content .left .qr{position: absolute; right: 20px; bottom: 0; width: 110px; overflow: hidden; background-color: #fff;}
.main .contact .content .left .qr img{width: 100%;}

.main .contact .content label{display: block;}
.main .contact .content label span{display: block; line-height: 20px;padding: 5px 0;}
.main .contact .content .cInput{display: block; width: 100%; height: 35px; padding:0 10px; background-color: rgba(255,255,255,0.6); border-radius: 5px; border: 1px dashed #666; color: #000; outline: none;}
.main .contact .content textarea{resize: none;height: 150px !important; padding: 10px !important;}
.main .contact .content input[type="submit"]{width: 200px; height: 35px; line-height: 33px; text-align: center;background-color: #034eac; border: 1px solid #034eac;outline: none; color: #fff; margin-top: 10px; transition: all 0.3s;}
.main .contact .content input[type="submit"]:hover{background-color: #fff; color: #034eac;}

/*footer*/
footer {width: 100%; background-color: #034eac; padding: 10px; text-align: center; line-height: 25px; color: #fff; font-family: "microsoft yahei";}
footer .qiju a{color: #fff;}
footer .qiju a:hover{text-decoration: underline!important;}



/*nav menu*/
.page .wrap{padding: 30px 0;}
.page .left{float: left; width: 27%;}
.page .left .navMenu{width: 100%; overflow: hidden; box-shadow: 10px 0 20px rgba(0,0,0,0.2);}
.page .left .navMenu .title{width: 100%; height: 50px; line-height:50px; text-align:center;background: url("../images/navMenu_bg.jpg") no-repeat center center; background-size: cover; font-size: 1.6em; color: #eee;}
.page .left .navMenu .menu{padding-bottom: 20px;}
.page .left .navMenu .menu li{/*height: 45px;*/ background: url("../images/navMenu_bg2.jpg") no-repeat center center; background-size: cover; text-align: center; line-height: 45px; font-size: 1.1em;}
.page .left .navMenu .menu li a{color: #000; transition: alll 0.3s; display: block;}
/*.page .left .navMenu .menu li:hover a{color: #034eac;}
.page .left .navMenu .menu .active a{color: #034eac;}*/



.accordion > li{ margin-bottom:3px;}
.accordion .link{ background:#fff; color:#000;  font-size:15px; line-height:35px; cursor:pointer; background: url("../images/navMenu_bg2.jpg") no-repeat center center; background-size: cover; text-align: center; line-height: 45px; }
.accordion .submenu{ width:100%; overflow:hidden; display:none;}
.accordion .submenu li{ width:100%; display:block; overflow:hidden; margin-top:3px;}
.accordion .submenu a{ font-size:15px; line-height:35px; display:block; width:100%; overflow:hidden;white-space:nowrap; color:#000; background:#c5c5c5;}
.accordion .submenu li a:hover{ }
.act{color:#034eac !important;}




.page .left .navMenu .img{width: 100%;}
.page .left .navMenu .img img{width: 100%;}
.page .left .navMenu .name{font-size: 1.1em; font-weight: bold; padding: 5px 0;}
.page .left .navMenu .info{padding:20px 10px 50px 20px;}
.page .right{float: right; width: 70%;}

.main .navMenu2{overflow: hidden;}
.main .navMenu2 .tlt{width:100%;line-height: 50px; padding:0 15px; background:url("../images/navMenu_bg.jpg") no-repeat center center; background-size: cover; color:#fff;font-weight: bold; font-size: 16px; position: relative; cursor: pointer; text-align: center;}
.main .navMenu2 .tlt span{position: absolute;right:25px;line-height: 50px;}
.main .navMenu2 .sjdnav2 ul{padding:0;margin:auto;}
.main .navMenu2 .sjdnav2 li{width:100%;height:50px; text-align: center;background: url("../images/navMenu_bg3.jpg") no-repeat center center; background-size: auto 100%; transition: all 0.3s;}
/*.main .navMenu2 .sjdnav2 li:hover{color: #fff; background: #0084ca;}*/
.main .navMenu2 .sjdnav2 li a{display:block; color:#000;line-height:50px; transition: all 0.3s }
.main .navMenu2 .sjdnav2 li:hover a{color: #034eac;}
.main .navMenu2 .sjdnavhide2{ height:0; overflow:hidden;}

.page .pTitle{width: 100%; height: 50px; line-height: 50px; border-bottom: 2px solid #d3d3d3; position: relative;}
.page .pTitle h2{font-size: 1.3em; font-weight: bold; line-height: 50px;}
.page .pTitle span{position: absolute; top: 0; right: 0;}
.page .pTitle strong{color: #034eac;}

.page .content{padding: 20px 0;}

/*about.html*/
.page .aboutHtml .text{color: #333; line-height: 25px; font-size: 1.1em;}

/*lease.html*/
.page .leaseHtml .lItem{float: left; width: 31.33%; margin: 10px 1%; transition: all 0.3s;}
.page .leaseHtml .lItem .imgBox{width: 100%; height: 180px; overflow: hidden; border: 2px solid #bfbfbf;transition: all 0.3s;}
.page .leaseHtml .lItem .imgBox .img{width: 100%; height: 100%;transition: all 0.3s;}
.page .leaseHtml .lItem .text{width: 100%; height: 40px; line-height: 40px; text-align: center; border-bottom: 2px solid #bfbfbf;transition: all 0.3s; color: #333;}
.page .leaseHtml .lItem:hover .imgBox{border-color: #034eac; box-shadow: 0 0 20px rgba(0,0,0,0.3);}
.page .leaseHtml .lItem:hover .text{color: #034eac; border-color: #034eac;}


/*product*/
.page .productHtml .pItem{float: left; width: 31.33%;  height: 180px;margin: 10px 1%; transition: all 0.3s; position: relative; overflow: hidden;}
.page .productHtml .pItem .imgBox{width: 100%; height:100%; overflow: hidden; border: 2px solid #bfbfbf;transition: all 0.3s;}
.page .productHtml .pItem .imgBox .img{width: 100%; height: 100%;transition: all 0.3s;}
.page .productHtml .pItem .hover{width: 100%; height:100%;background-color: rgba(3,78,172,0.8); position: absolute; top: 0; left: 0; color: #fff; opacity: 0; transition: all 0.5s;}
.page .productHtml .pItem:hover{box-shadow: 0 0 20px rgba(0,0,0,0.5);}
.page .productHtml .pItem:hover .hover{opacity: 1;}


/*case.html*/
.page .caseHtml .cItem{float: left; width: 31.33%; margin: 10px 1%; transition: all 0.3s;}
.page .caseHtml .cItem .imgBox{width: 100%; height: 180px; overflow: hidden; border: 2px solid #bfbfbf;transition: all 0.3s;}
.page .caseHtml .cItem .imgBox .img{width: 100%; height: 100%;transition: all 0.3s;}
.page .caseHtml .cItem .text{width: 100%; height: 40px; line-height: 40px; text-align: center; background-color: #bfbfbf;transition: all 0.3s; color: #333;}
.page .caseHtml .cItem:hover .imgBox{border-color: #034eac; box-shadow: 0 0 20px rgba(0,0,0,0.3);}
.page .caseHtml .cItem:hover .text{color: #fff; background-color: #034eac;}


/*contact.html*/
.page .contactHtml .text{font-weight: bold; font-size: 1.1em; margin-bottom: 20px;}
.page .contactHtml li{line-height: 25px;}
.page .contactHtml .map{width: 100%; margin-top: 20px; height: 350px;}
#map,#dituContent{width: 100%; height: 100%;}

/*news.html*/
.page .newsHtml{width: 100%; overflow: hidden;}
.page .newsHtml .nItem{padding: 10px 0; width: 100%; overflow: hidden; border-bottom: 1px solid #bfbfbf;}
.page .newsHtml .nItem .left{float: left; width: 23.5%; height: 110px; overflow: hidden;}
.page .newsHtml .nItem .left .img{width: 100%; height: 100%; border: 1px solid #bfbfbf;}
.page .newsHtml .nItem .right{float: right; width: 75%; padding-left: 15px;}
.page .newsHtml .nItem .title{font-size: 1.2em; font-weight: bold; overflow: hidden;}
.page .newsHtml .nItem .title span{font-size: 1em !important; font-weight: 500; margin-left: 20px; color: #bfbfbf;}
.page .newsHtml .nItem .text{margin-top: 10px; line-height: 20px; height: 60px; overflow: hidden;}
.page .newsHtml .nItem .more{float: right;}
.page .newsHtml .nItem .more a{color: #034eac;}

.page .newsShowHtml .title{font-weight: bold; font-size: 1.2em; margin-bottom: 10px;}
.page .newsShowHtml .title span{font-size: 1em !important; font-weight: 500; margin-left: 20px; color: #bfbfbf;}
.page .newsShowHtml .title1 {font-weight:bold; font-size:14px; text-align:center; color:red;}
.page .newsShowHtml .img{width: auto; height: auto; max-width: 100%; max-height: 100%; margin: auto; text-align: center;}
.page .newsShowHtml .img img{width: auto; height: auto; max-width: 100%; max-height: 100%;}
.page .newsShowHtml .text{color: #666; line-height: 25px; margin-top: 10px;}


/*service.html*/
.page .serviceHtml .sItem{width: 100%; overflow: hidden; transition: all 0.3s; height: 190px;margin-bottom: 10px;}
.page .serviceHtml .sItem a{display: block;}
.page .serviceHtml .sItem .left{float: left; width: 35%;}
.page .serviceHtml .sItem .left .img{width: 100%; height: 190px; border: 1px solid #bfbfbf;}
.page .serviceHtml .sItem .right{float: right; width: 65%; height: 190px; background-color: #bfbfbf; color: #666; padding: 15px; position: relative; transition: all 0.3s;}
.page .serviceHtml .sItem .title{ color: #333; font-weight: bold; font-size: 1.1em;}
.page .serviceHtml .sItem .text{margin-top: 10px;}
.page .serviceHtml .sItem .date{position: absolute; bottom: 35px;left: 15px;}
.page .serviceHtml .sItem .more{position: absolute; bottom: 15px; left: 15px; color: #034eac}
.page .serviceHtml .sItem:hover .right{background-color: #034eac; color: #fff;}
.page .serviceHtml .sItem:hover .left .img{border-color: #034eac;}
.page .serviceHtml .sItem:hover .title{color: #fff;}
.page .serviceHtml .sItem:hover .more{color: #fff;}


@media (max-width:1199px){
    header .headInfo{padding: 0 15px;}
    header .head{padding-left: 15px; padding-right: 15px;}
    .bannerbox{height:350px;}
    #banner{ height:350px;}
    #banner .main_image{ height:350px;}
    #banner .main_image li span{height:350px;}




}

@media (max-width: 991px) {
    header .head{height:90px;}
    header .head .logo{width: 80%; }
    header .head .logo img{width: 320px;height:auto;}
    /*mobile*/
    header .sjdnav{ width:150px; height:auto; position:absolute;right:10px; top:110px;z-index:5; }
    header .sjdnav ul{ padding:0; margin:0;}
    header .sjdnav li{ height:30px;display:block; padding:0; background-color:rgba(3,78,172,0.8); text-align:center; margin-bottom:1px;}
    header .sjdnav li:hover{opacity: 0.8;}
    header .sjdnav li a{display:block; color:#fff; line-height:30px; }
    header .sjdnavhide{ height:0; overflow:hidden;}

    .bannerbox{height:300px;}
    #banner{ height:300px;}
    #banner .main_image{ height:300px;}
    #banner .main_image li span{ padding:100px 0 0 0;height:316px;}

    .main .lease .content .lItem{ height: 180px;}

    .main .product .content .pItem .img{ height: 220px;}

    .page .right{float: none; width: 100%;}
    .page .left{float: none; width: 100%;}
    .page .content{padding: 15px;}
    .page .pTitle{padding: 0 15px;}
    .page .pTitle span{right:15px;}








}

@media (max-width:767px){
    body{margin-bottom: 76px;}
    header .head{height:80px;}
    header .head .logo{line-height: 80px;}
    header .head .logo img{width: 280px; }
    header .head .icon-menu{width: 30px; line-height: 80px;}
    /*monile*/
    header .sjdnav{ left:0;top:80px; width:100%; background: #fff;box-shadow:0 2px 5px rgba(245,245,245,0.2);}
    header .sjdnav li{text-align: right;margin-bottom:0;padding:0 3%;height:40px; background: #fff;border-bottom:solid 1px #034eac; transition: all 0.3s;}
    header .sjdnav li:hover{color: #f5f5f5; background: #034eac;}
    header .sjdnav li a{color:#333;line-height:40px; transition: all 0.3s}
    header .sjdnav li:hover a{color: #f5f5f5;}

    .bannerbox{height:200px;}
    #banner{ height:200px;}
    #banner .main_image{height:200px; }
    #banner .main_image li span{height:200px;}
    #banner #btn_prev, #btn_next{ margin-top:0;}

    .main .mTitle small{font-size: 2em;}
    .main .mTitle h1{font-size: 1.6em; }
    .main .mTitle .text{ line-height: 20px; font-size: 0.8em;}

    .main .lease .content .lItem{ height: 220px;}

    .main .service .sItem{height: 120px;width: 18%; margin: 0 1%;padding: 3px;}
    .main .service .sItem .text{margin-top: 10px;font-size: 0.9em;}

    .main .product .content .pItem{width: 47%;}

    .main .news .content .left{float: none; width:100%;}
    .main .news .content .left .img{width: 100%; height: 300px;}
    .main .news .content .right{float: none; width: 100%; max-width: none;}

    .main .contact .content .left{float: none; width: 100%; }
    .main .contact .content .right{float: none; width: 100%; margin-top: 10px; padding: 0 20px;}
    .main .contact .content input[type="submit"]{width: 100%;}
    .main .contact .content .left .text{margin-bottom: 30px;}
    .main .contact .content .left li{line-height: 20px; }

    .page .leaseHtml .lItem{width: 48%;}
    .page .productHtml .pItem{width: 48%;}
    .page .caseHtml .cItem{width: 48%;}

    .page .newsHtml .nItem .left{width: 30%;}
    .page .newsHtml .nItem .right{width: 70%;}
    .page .newsHtml .nItem .title{font-size: 1em;height: 25px; line-height: 25px;}

    .page .newsShowHtml .title span{display: block; margin: 0; padding: 10px 0;}




}

@media (max-width: 480px) {
    header .head .logo img{width: 230px;}

    .bannerbox{height:170px;}
    #banner{ height:172px;}
    #banner .main_image{ height:170px;}
    #banner .main_image li span{height:170px;}

    .main .mTitle .text{ line-height: 16px; }
    .main .lease .content .lItem{ height: 180px;}

    .main .product .content .pItem .img{height: 180px;}

    .main .news .content .left .img{height: 200px;}

    .page .leaseHtml .lItem .imgBox{height: 150px;}
    .page .productHtml .pItem{height: 150px;}
    .page .caseHtml .cItem .imgBox{height: 150px;}





}
/*�����ʽ*/
.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: 230px;
    height:110px;
    line-height:35px
}

.dock ul.icons li.im p {
	width: 185px;
    height:130px;
    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;
}

.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}	