*{margin: 0;padding: 0;}
h1,h2,h3,h4,h5{margin: 0;padding: 0;}
a{text-decoration: none !important;}
.wrap{max-width:1200px !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;}
.overflowHidden{overflow: hidden;}

header{width: 100%; font-family: "microsoft yahei"; position: relative;}
header .head{width: 100%;height:100px; position:relative; padding: 10px 0; background: url("../images/head_bg.jpg") no-repeat center center; background-size: cover;}
header .head .logo{width: 470px; line-height: 80px;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{width:100%;height: 45px; background-color: #0079d2;}
/*header .hNavAbs{position: absolute; bottom: -50px; z-index:20;}*/
/*header .hNavFix{position: fixed; top:0; z-index:20;}*/
header .hNav nav{}
header .hNav nav>ul>li{width:12.5%;height: 45px; transition: all 0.3s;position: relative;}
header .hNav nav>ul>li>a{ovdisplay:flex; display: -webkit-flex;justify-content: center; -webkit-justify-content:center; align-items: center; -webkit-align-items: center; flex-direction: column;-webkit-flex-direction: column;color: #fff;width: 100%; height: 100%;}
header .hNav nav>ul>li>a>h1{font-size: 1.2em; }
header .hNav nav>ul>li>a>span{font-size: 1em; font-family: "Times New Roman"; text-transform: uppercase; display: block;}
header .hNav nav>ul>li:hover{background-color: #008bf1;box-shadow: 0 0 5px rgba(0,0,0,0.3); }
header .hNav nav>ul>li:hover a{color: #fff;}
header .hNav nav>ul>li>ul{ display:none; position:absolute; left:0; z-index:99999; width:100%; top:45px;}
header .hNav nav li ul li{ padding:0; width:100%;height:45px; background-color: rgba(0,0,0,0.3); transition:all 0.3s;overflow:hidden;}
header .hNav nav li ul li a{line-height:45px; color:#fff;transition:all 0.3s; display: block;}
header .hNav nav li ul li:hover{background-color: #008bf1;}
header .hNav nav>ul>li:hover ul{ display:block;}
header .hNav .active{background-color: #008bf1; 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{overflow: hidden;}
header .head .right .phone{float: right; background: url("../images/head_phone.png") no-repeat left center; padding-left: 70px; height: 80px; margin-right: 10px;}
header .head .right .phone .title{font-size: 1.2em; line-height: 25px; padding-top: 5px;}
header .head .right .phone .number{font-size: 2.2em; color: #d82e29; font-family: Impact; font-weight: bold; }

/*banner*/
.bannerbox{width:100%; height:500px; transition:all 1s;}
#banner{ height:500px;position:relative;overflow:hidden; transition:all 1s;}
#banner .main_image{ height:500px;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:500px;transition:all 1s;}
#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; background: url("../images/title_line.png") no-repeat center center; text-align: center;}
.main .mTitle h1{font-size: 2em; font-weight: bold;}
.main .mTitle small{font-size: 1.2em; font-weight: bold; color: #d6d6d6; text-transform: uppercase;}

.main .content{padding: 20px 0;}

/*case*/


.main .case .caseUl{text-align: center; padding: 10px 0;}
.main .case .caseUl li{display: inline-block; padding: 5px 10px; background-color: #efefef; border-top: 3px solid #0079d2; margin: 0 10px; transition: all 0.3s;}
.main .case .caseUl li a{color: #333; display: block;}
.main .case .caseUl li:hover{background-color: #0079d2;}
.main .case .caseUl li:hover a{color: #fff;}
.main .case .caseUl .active{background-color: #0079d2;}
.main .case .caseUl .active a{color: #fff;}

.main .case .list{padding: 10px 0;}
.main .cItem{float: left; padding: 2px; border: 1px solid #d5d5d5; background-color: #fff; transition: all 0.3s;}
.main .cItem .imgBox{width: 100%; height: 200px; overflow: hidden; border: 2px solid #d5d5d5;}
.main .cItem .imgBox .img{width: 100%; height: 100%; transition: all 0.3s;}
.main .cItem .text{height: 40px; line-height: 40px; text-align: center; color: #333; transition: all 0.3s;}
.main .cItem:hover{background-color: #0079d2; border-color: #0079d2; box-shadow: 0 5px 20px rgba(0,0,0,0.6);}
.main .cItem:hover .text{color: #fff;}
.main .cItem:hover .imgBox .img{transform: scale(1.1);}
.main .case .cItem{float: left; width: 23%; margin: 10px 1%;}



/*other*/
.main .other{padding: 20px 0; font-family: "microsoft yahei"; background: url("../images/about_bg.jpg") no-repeat center center; background-size: cover;}
.main .other .about{float: left; width: 75%;}
.main .other .honor{float: right; width: 23%;}
.main .other .oTitle{width: 100%; height: 55px; overflow: hidden; background-color: #0079d2; color: #fff;}
.main .other .oTitle h1{display: inline-block; font-size: 1.6em; font-weight: bold; color: #fff; line-height: 55px; margin-right: 10px;}
.main .other .oTitle small{font-size: 1.5em; text-transform: uppercase; color: #fff; line-height: 55px; font-weight: bold;}
.main .other .oTitle span{width: 5px; height: 5px; border-radius: 50%; background-color: #fff; margin: 0 10px;}

.main .other .about .left{float: left;width: 360px; height: 250px; transition: all 0.3s; margin-right: 10px;}
.main .other .about .img{width: 100%; height: 100%; transition: all 0.3s;}
.main .other .about .right{overflow: hidden;}
.main .other .about .right .title{font-size: 1.6em; color: #0079d2; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden;}
.main .other .about .right .text{line-height: 25px; margin-top: 10px; height: 150px; overflow: hidden;}
.main .other .about .right .more{width: 100%; height: 35px; line-height: 35px; text-align: center;border: 1px solid #0079d2; border-radius: 5px; margin-top: 10px; transition: all 0.3s;}
.main .other .about .right .more a{color: #0079d2; display: block;}
.main .other .about .right .more:hover{background-color: #0079d2;}
.main .other .about .right .more:hover a{color: #fff;}
.main .other .honor .oTitle{text-align: center;}
.main .other .honor .content{position: relative;}
.main .other .honor .hItem .img{height: 300px; width: 90%; margin: auto; text-align: center;}
.main .other .honor .hItem .img img{width: auto; height: auto; max-width: 100%; max-height: 100%;}


/*ad*/
.main .ad{width: 100%; height: 100px; background-color: #282828; position: relative; margin-bottom: 50px; overflow: hidden;}
.main .ad .wrap{height: 100%;}
.main .ad .img1{width: 560px; height: 70px; margin-top: 15px; display: inline-block; transition: all 0.3s;}
.main .ad .phone{width: 50%; height: 100%; background: url("../images/ad2_bg.png") no-repeat left center; background-size: 100% 100%; position: absolute; right: 0; top:0;}
.main .ad .img2{width: 370px; height: 50px; margin-top: 25px; display: inline-block; margin-left: 100px; transition: all 0.3s;}

/*video*/
.main .video .videoShow{float: left; width: 48%; margin: 10px 1%;}
.main .video .videoShow img{width: auto; height: auto; max-width: 100%; max-height: 100%;}

/*show*/
.main .show .list{padding:10px 0;}


/*contact*/
.main .contact{background: url("../images/contact_bg.jpg") no-repeat center center; background-size: cover; }
.main .contact .cTitle{font-size: 1.6em; color: #333;}
.main .contact .map{float: left; width: 48%;}
.main .contact .map .mapContent{width: 100%; height: 400px; padding: 20px 0;}
#map, #dituContent{width: 100%; height: 100%;}
.main .contact .info{float: right; width: 48%;}

.main .contact .info .contactUl{padding: 20px 0;}
.main .contact .info .qrBox{width: 100%; text-align: center;}
.main .contact .info .qr{float: left; text-align: center; margin-right: 15px; width: 150px;}
.main .contact .info .qr img{width: 100%;}



/*page */

.page .navMenu{width: 100%; margin-bottom: 50px;  font-family: "microsoft yahei"; overflow: hidden;}
.page .navMenu .title{width: 100%; height: 55px; line-height: 55px; background-color: #0079d2; border-top: 3px solid #005696; text-align: center; font-size: 20px; font-weight: bold; color: #fff; cursor: pointer; }
.page .navMenu .title span{text-transform: uppercase;}
.page .navMenu .navShow li{width:100%;height:40px; margin-top: 5px;text-align: center; background-color: #eeeeee; border-top: 2px solid #0079d2;  transition: all 0.3s; overflow: hidden;}
.page .navMenu .navShow li:hover{color: #fff; }
.page .navMenu .navShow li a{display:block; color:#333;line-height:40px; transition: all 0.3s }
.page .navMenu .navShow li:hover{background-color: #b3b3b3; border-color: #b3b3b3;}
.page .navMenu .navShow li:hover a{color: #fff;}
.page .navMenu .navShow .active{background-color: #b3b3b3; border-color: #b3b3b3;}
.page .navMenu .navShow .active a{color: #fff;}
.page .navMenu .navHide{height:0; overflow:hidden;}
.page .navMenu .info{padding: 10px 5px; background-color: #eeeeee;}
.page .navMenu .info .img{width: 100%; height: 100px; overflow: hidden; margin: 10px auto;}
.page .navMenu .info li{line-height: 20px;}

.page .navMenu2{overflow: hidden; padding-top: 10px;}
.page .navMenu2 .tlt{width:100%;line-height: 50px; padding:0 15px; background: #0079d2; color:#fff;font-weight: bold; font-size: 16px; position: relative; cursor: pointer;}
.page .navMenu2 .tlt span{position: absolute;right:25px;line-height: 50px;}
.page .navMenu2 .sjdnav2 ul{padding:0;margin:auto;}
.page .navMenu2 .sjdnav2 li{width:100%;height:40px; text-align: center;background:#fff; border-bottom:2px solid #0079d2; transition: all 0.3s;}
.page .navMenu2 .sjdnav2 li:hover{color: #fff; background: #0079d2;}
.page .navMenu2 .sjdnav2 li a{display:block; color:#000;line-height:40px; transition: all 0.3s }
.page .navMenu2 .sjdnav2 li:hover a{color: #fff;}
.page .navMenu2 .sjdnavhide2{ height:0; overflow:hidden;}

.page>.wrap{padding: 20px 0;}
.page .left{width: 22%; float: left;}
.page .right{width: 76%; float: right; overflow: hidden;}

.page .pTitle{width: 100%; height: 50px; border-bottom: 1px solid #e5e5e5; overflow: hidden;}
.page .pTitle h1{float: left; color: #0079d2; font-size: 1.2em; border-bottom: 3px solid #0079d2; line-height: 46px; padding: 0 15px; text-transform: uppercase;}
.page .pTitle span{ float: right; line-height: 50px; color: #333;}
.page .pTitle span a{color: #333;}


footer{background-color: #0079d2; padding: 15px 0; font-family: "microsoft yahei"; overflow: hidden;}
footer .link{float: left; overflow: hidden;}
footer .link li{float: left; color: #fff;}
footer .link li a{color: #fff; margin: 0 5px;}
footer .link li a:hover{text-decoration: underline !important;}
footer .copyright{float: right; color: #fff;}

/*about.html*/
.page .aboutHtml .text{line-height: 22px; color: #333;}

/*case.Html*/
.page .caseHtml .cItem{float: left; width: 31.33%; margin: 10px 1%;}

.page .caseShowHtml .img{width: auto; max-width: 90%; height: auto; max-height: 100%; margin:10px auto; text-align: center;}
.page .caseShowHtml .img img{width: auto; max-width: 100%; height: auto; max-height: 100%;}
.page .caseShowHtml .text{font-size: 1.1em; color: #333; margin-top: 10px; text-align: center;}

/*contact.html*/
.page .contactHtml li{line-height: 25px;}
.page .contactHtml .map{width: 100%; margin-top: 20px; height: 500px;}
#map,#dituContent{width: 100%; height: 100%;}

/*video.html*/
.page .videoHtml .videoShow{width: auto; max-width: 90%; text-align: center; margin: 10px auto;}
.page .videoHtml .videoShow img{width: auto; height: auto; max-width: 100%; max-height: 100%;}





@media (max-width:1199px){
    header .headInfo{padding: 0 15px;}
    header .head{padding-left: 15px; padding-right: 15px;}
    .bannerbox{height:360px;}
    #banner{ height:360px;}
    #banner .main_image{ height:360px;}
    #banner .main_image li span{height:360px;}
    header .head .right{width:auto;}

    footer{padding: 15px;}

    .main .case .list{padding: 10px 15px;}
    .main .show .list{padding: 10px 15px;}

    .main .other .about{width: 74%;}
    .main .other .honor{width: 24%;}

    .main .ad .img1{width: 450px; margin-left: 15px;}

    .main .contact .content{padding: 20px 15px;}

    .page>.wrap{padding: 20px 15px;}









}

@media (max-width: 991px) {
    header .head{height:90px; padding: 0 15px;}
    header .head .logo{width: 80%; line-height: 90px;}
    header .head .logo img{width: 360px;height:auto;}
    /*mobile*/
    header .sjdnav{ width:150px; height:auto; position:absolute;right:10px; top:100px;z-index:5; }
    header .sjdnav ul{ padding:0; margin:0;}
    header .sjdnav li{ height:30px;display:block; padding:0; background-color:rgba(0,121,210,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:260px;}
    #banner{ height:260px;}
    #banner .main_image{ height:260px;}
    #banner .main_image li span{ padding:100px 0 0 0;height:260px;}

    footer .copyright{float: none; text-align: center;}

    .main .cItem .imgBox{height: 160px;}

    .main .other .about{width: 70%;}
    .main .other .honor{width: 28%;}

    .main .ad .img1{width: 350px;}
    .main .ad .img2{width: 300px; margin-left: 60px;}

    .main .contact .map .mapContent{height: 300px;}

    .page .left{width: 100%; float: none;}
    .page .right{width: 100%; float: none;}














}

@media (max-width:767px){
    body{margin-bottom: 60px;}
    header .head{height:80px;}
    header .head .logo{line-height: 80px;}
    header .head .logo img{width: 350px; }
    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 #0079d2; transition: all 0.3s;}
    header .sjdnav li:hover{background: #0079d2;}
    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 h1{font-size: 1.6em; }
    .main .mTitle small{font-size: 1.2em;}


    .main .case .caseUl li{float: left; width: 98%; margin: 3px 1%;}

    .main .cItem .imgBox{height: 150px;}

    .main .other .about{float: none;width: 98%; margin: 5px 1%;}
    .main .other .honor{float: none;width: 98%; margin: 5px 1%;}
    .main .other .oTitle{text-align: center;}
    .main .other .about .left{width: 300px;}
    .main .other .about .right .title{font-size: 1.3em;}
    .main .other .about .right .text{line-height: 22px; height: 132px;}

    .main .video .videoShow{float: none; width: 90%; margin: 10px 5%;text-align: center;}

    .main .contact .map{float: none; width: 100%;}
    .main .contact .info{float: none; width: 100%;}

    .main .contact .info .qr{float: none; display: inline-block; margin: auto 10px;}

    .page .caseHtml .cItem{width: 48%;}

    .page .contactHtml .map{height: 300px;}

    .main .case .cItem{width: 31.33%;}






}

@media (max-width: 480px) {
    header .head .logo img{width: 230px;}

    .bannerbox{height:130px;}
    #banner{ height:130px;}
    #banner .main_image{ height:130px;}
    #banner .main_image li span{height:130px;}

    .main .cItem .imgBox{height: 130px;}

    .main .other .about .left{float: none; width: 100%; height: 180px;}

    .main .ad .img1{width: 92%; margin: 15px 4%;}

    .main .case .cItem{width: 48%;}



}
@media (max-width:1400px) {
    .bannerbox{height:390px;}
    #banner{ height:390px;}
    #banner .main_image{ height:390px;}
    #banner .main_image li span{height:390px;}
}


div.page1 {
    margin: 10px 200px;
    padding: 3px;
    /*text-align: center;*/
    float:left;
}

div.page1 a {
    background-position: 50% bottom;
    border-color: #dedfde;
    border-style: solid;
    border-width: 1px;
    color:black;
    margin-right: 3px;
    padding: 2px 6px;
    text-decoration: none;
}


div.page1 span.disabled {
    color: #adaaad;
    margin-right: 3px;
    padding: 2px 6px;
}

div.page1 span.current {
    color: #eb5914;
    font-weight: bold;
    margin-right: 3px;
    padding: 2px 6px;
}



/*¸¡¶¯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.tel1 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.tel1 p {
width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:180px;
    line-height:18px
}

.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: 170px;
    height:160px;
    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;
}