*{padding: 0;margin: 0;list-style-type: none;font-family: "Microsoft YaHei";}

body a:link,body a:visited{text-decoration: none;}

body img{
	border: none;
}
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.head-gd{
	width: 100%;
	background-color: #fff;
	position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 1px #ddd;
    display: block;
}
.head{
    max-width:1200px;
    margin:0 auto;
    padding:0 0;
    background-color:#fff;
    display:block;
}

.logo{
    width:187px;
    height:83px;
    float:left;
    padding: 20px 0;
    box-sizing: border-box;
}
.logo img{
	width:187px;
    height:43px;
    display: block;
}
.nav{
    width:auto;
    float:right;
}
.nav>ul>li{
    float:left;
    padding: 20px 0;
    /*margin-left:20px;*/
    
}

.nav>ul>li>a{
	width:120px;
    height: 43px;
    line-height:43px;
    font-size:16px;
    color:#707070;
    display:inline-block;
    font-weight: bold;
    text-align:center;
    border-bottom:4px solid #fff;
     box-sizing:border-box;
}
.nav>ul>li>a:hover{
    border-bottom:4px solid #0E6BAF;
    box-sizing:border-box;
}
.nav>ul>li>a:hover{
    color:#0E6BAF;
}

/*.nav>ul>li>a.iha{
	border-bottom:4px solid #0E6BAF;
    box-sizing:border-box;
    color:#0E6BAF;
}*/
.nav>ul>li>a.focus{
	border-bottom:4px solid #0E6BAF;
    box-sizing:border-box;
    color:#0E6BAF;
}
.nav-ej{
	width: 100%;
	height: 0;
	background-color: #fff;
	position:absolute;
	top: 84px;
	left: 0;
	box-shadow:1px 1px 1px #ddd;
	overflow: hidden;
	transition: all 0.6s 0.5s;
	/*display: none;*/
}

.nav-ej01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.nav-ejzf{
	width: 280px;
	float: left;
}
.nav-ejzf h2{
	font-size: 22px;
	color: #0E6BAF;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-weight: 400;
}
.nav-ejzf ul{
	margin-top:10px;
}
.nav-ejzf ul{
	margin-left: -20px;
}
.nav-ejzf ul li{
	width: 130px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
}

.nav-ejzf ul li a{
	font-size: 15px;
	color: #666;
}
.nav-ejzf ul li a:hover{
	color: #0E6BAF;
}

.nav-ejyr{
	width: -webkit-calc(100% - 320px);
	width: -moz-calc(100% - 320px);
	width: -ms-calc(100% - 320px);
	width: calc(100% - 320px);
	float: left;
}
.nav-ejyr ul{
	margin-left: -3%;
}
.nav-ejyr ul li{
	width: 30%;
	float: left;
	margin-left: 3%;
	overflow: hidden;
}
.nav-ejyr ul li a{
	display: block;
}

.nav-ejyr ul li img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.nav-ejyr ul li h2{
	font-size: 16px;
	color: #666;
	margin: 5px 0;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
}
.nav-ejyr ul li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
	text-indent: 2em;
}
.nav-ejyr ul li:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.nav-ejyr ul li:hover h2,.nav-ejyr ul li:hover p{
	color: #0E6BAF;
}

.nav>ul>li:hover .nav-ej{
	height: 302px;
}

/*.nav>ul>li>ul{
	width: 100%;
	position: absolute;
	top: 43px;
	display: none;
}
.nav>ul>li>ul>li{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #0D6BAF;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	background-color: #f5f5f5;
}
.nav>ul>li>ul>li>a{
	font-size: 14px;
	color: #666;
	display: block;
}
.nav>ul>li>ul>li:hover{
	background-color: #0D6BAF;
}
.nav>ul>li>ul>li:hover>a{
	color: #fff;
}
.nav>ul>li:hover>ul{
	display: block;
}*/




.sjhead{
    display:none;
}

.sjnavdh{
    display:none;
}

.banner{
	width: 100%;
	height: 550px;
	display: block;
	margin-top: 83px;
}

.banner .item{
	width: 100%;
	height: 550px;
	position: relative;
}





.banner img{
	width: 100%;
}

.banner .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
.banner .swiper-slide {
	width: 100%;
	height: 550px;
    text-align: center;
    font-size: 18px;
    background: #fff;
	position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .item .banner-wz{
	/*width: 100%;*/
	width: 1200px;
	/*padding: 40px 0;*/
	text-align: right;
	/*margin: 0 auto;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -110px;
}

.banner .item .banner-wz h2{
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}
.banner .item .banner-wz h4{
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 30px;
}
.banner .item .banner-wz p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.banner .item .banner-wz001{
	width: 1200px;
	/*margin: 0 auto;*/
	/*padding: 40px 0;*/
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -110px;
}

.banner .owl-dots{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left: -105px;
}
.banner .owl-dots>div{
	width:40px;
	height:6px;
	display: inline-block;
	margin-right: 15px;
}
.banner .owl-dots span{
	display: inline-block;
	width:100%;
	height:100%;
	z-index:99;
	background: #fff;
}
.banner .owl-dots .owl-dot.active span{
	background: #0E6BAF;
}


@media screen and (max-width: 1200px) {

.banner .item .banner-wz{
	/*width: 100%;*/
	width: 100%;
	/*padding: 40px 0;*/
	text-align: center;
	/*margin: 0 auto;*/
	position: absolute;
	left: auto;
	top: 50%;
	margin-left: 0;
	margin-top: -110px;
}

.banner .item .banner-wz h2{
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}
.banner .item .banner-wz h4{
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 30px;
}
.banner .item .banner-wz p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.banner .item .banner-wz001{
	width: 100%;
	/*margin: 0 auto;*/
	/*padding: 40px 0;*/
	text-align: center;
	box-sizing: border-box;
	position: relative;
	left: auto;
	top: auto;
	margin-left: 0;
	margin-top: 0;
}
}


.sj-banner{
	display: none;
}

/*首页解决方案*/
.sy-jjfa-bj{
	width: 100%;
	background: url(../images/cq84_35_02.png) no-repeat center center;
	background-size:100% 100%;
}
.sy-jjfa{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
}
.sy-jjfa-bt{
	width: 100%;
	text-align: center;
}
.sy-jjfa-bt h2{
	font-size: 28px;
	color: #3d3d3d;
	line-height: 44px;
}
.sy-jjfa-bt p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.sy-jjfa-bt p span{
	width: 30px;
	height: 2px;
	background-color: #999999;
	display: inline-block;
	/*margin-top:-10px;*/
	vertical-align: middle;
	margin: 0 5px;
	margin-top: -2px;
}
.sy-jjfa-bt .sy-jjfa-btx{
	width: 60px;
    height: 5px;
    background-color: #0E6BAF;
    margin: 5px auto;
}

.sy-jjfa-nr{
	width: 100%;
	margin-top: 10px;
}
.sy-jjfa-nr ul{
	margin-left: -7.333333%;
}
.sy-jjfa-nr ul li{
	width: 26%;
	margin-left: 7.333333%;
	margin-top: 20px;
	text-align: center;
	float: left;
	padding:40px;
	border-radius: 8px;
	transition: all 0.6s;
	box-sizing: border-box;
}
.sy-jjfa-nr ul li a{
	display: block;
}
.sy-jjfa-nr ul li img{
	width: 128px;
	height: 128px;
}

.sy-jjfa-nr ul li h2{
	font-size: 18px;
	color: #666;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	font-weight: 400;
	overflow: hidden;
}
.sy-jjfa-nr ul li p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.sy-jjfa-nr ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	transition: all 0.6s;
}

/*经典案例*/
.sy-jdal{
	width:100%;
	padding: 40px 0;
	padding-bottom: 80px;
	background-color: #F7F7F7;
	box-sizing: border-box;
}

.sy-jdal01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sy-jdal-nr{
	width: 100%;
	margin-top: 30px;
}
.sy-jdal-nrs{
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.sy-jdal-nrs ul{
	width: 100%;
	text-align: center;
}
.sy-jdal-nrs ul li{
	width: 140px;
	height: 36px;
	margin: 0 4px;
	border: 1px solid #808080;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}
.sy-jdal-nrs ul li a{
	display: block;
	font-size: 15px;
	color: #808080;
}
.sy-jdal-nrs ul li:hover{
	border: 1px solid #000;
}
.sy-jdal-nrs ul li:hover a{
	color: #000;
}
.sy-jdal-nrs ul li.cur{
	border: 1px solid #000;
}
.sy-jdal-nrs ul li.cur a{
	color: #000;
}
.sy-jdal-nrx{
	width: 100%;
	position: relative;
}

#scroll1{width:100%;margin:0 auto;padding:0;list-style-type:none;}

#scroll1 .item{position:relative;width:94%;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll1 .item img{width:100%; display: block;transition: all 0.6s;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-ms-transition: all 0.6s;}
#scroll1 .item:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
#scroll1 .item .sy-jdal-nrx-bt{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: absolute;
	bottom: 0;
	opacity: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
#scroll1 .item .sy-jdal-nrx-bt h2{
	font-size: 16px;
	color: #fff;
	font-weight: 100;
}
#scroll1 .item .sy-jdal-nrx-mc{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
#scroll1 .item .sy-jdal-nrx-mc h2{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin-top: -40px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}


#scroll1 .item .sy-jdal-nrx-mc p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	height: 150px;
	overflow: hidden;
	margin: 10px 0;
	text-indent: 2em;
	/*margin-top: -20px;
	transition: all 0.6s;*/
}
#scroll1 .item .sy-jdal-nrx-mc a{
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: right;
	margin-top: 15px;
}
#scroll1 .item .sy-jdal-nrx-mc a:hover{
	color: #0e6baf;
}

#scroll1 .item:hover .sy-jdal-nrx-bt{
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
#scroll1 .item:hover .sy-jdal-nrx-mc{
	opacity: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
#scroll1 .item:hover .sy-jdal-nrx-mc h2{
	margin-top: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
/*#scroll1 .item:hover .sy-jdal-nrx-mc p{
	margin-top: 10px;
	transition: all 0.6s;
}*/

#scroll1 .owl-nav{width:150px;position:relative;bottom: -20px;left: 50%;margin-left: -75px;}
#scroll1 .owl-prev{
	width: 40px;
	height: 30px;
	font-size: 30px;
	color: #666;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
}
#scroll1 .owl-next{
	width: 40px;
	height: 30px;
	font-size: 30px;
	color: #666;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
}

.more{
	width: 35px;
	height: 31px;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom:-52px;
}
.more img{
	width: 35px;
	height: 31px;
	display: block;
}

/*首页服务支持*/
.sy-fwzc{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.sy-fwzc-nr{
	width: 100%;
	margin-top: 30px;
}
.sy-fwzc-nr ul{
	margin-left: -3%;
}
.sy-fwzc-nr ul li{
	width: 22%;
	float: left;
	margin-left: 3%;
	text-align: center;
}
.sy-fwzc-nr ul li a{
	display: block;
}
.sy-fwzc-nr ul li .sy-fwzc-nr01{
	width: 130px;
	height: 130px;
	border-radius: 100%;
	border: 1px solid #DBDBDB;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	transition: all 0.4s;
}
.sy-fwzc-nr ul li .sy-fwzc-nr01 img{
	width: 130px;
	height: 130px;
	border-radius: 100%;
}
.sy-fwzc-nr ul li h2{
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-top: 15px;
	font-weight: 400;
}
.sy-fwzc-nr ul li:hover .sy-fwzc-nr01{
	box-shadow: 0 0 10px #0E6BAF;
	border: 1px solid #fff;
	transition: all 0.4s;
}

/*首页新闻*/
.sy-xw{
	width: 100%;
    padding: 40px 0;
    background-color: #F7F7F7;
    box-sizing: border-box;
}
.sy-xw01{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sy-xw-nr{
	width: 100%;
	margin-top: 30px;
}
.sy-xw-nr-zf{
	width: 400px;
	height: 250px;
	float: left;
}
.sy-xw-nr-zf img{
	width: 400px;
	height: 250px;
	display: block;
}

.sy-xw-nr-yr{
	width: -moz-calc(100% - 420px);
	width: -webkit-calc(100% - 420px);
	width: -ms-calc(100% - 420px);
	width: calc(100% - 420px);
	float: right;
}

.sy-xw-nr-yr ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #DBDBDB;
	padding: 5px 0;
	box-sizing: border-box;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-bt{
	width: 100%;
	cursor: pointer;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-bt h2{
	width: 60%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	color: #5c5c5c;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-bt span{
	width: auto;
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #5c5c5c;
	font-weight: 600;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs{
	width: 100%;
	display: none;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs p{
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #6c6c6c;
	overflow: hidden;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs p a{
	font-size: 14px;
	color: #6c6c6c;
}
.sy-xw-nr-yr ul li:hover .sy-xw-nr-yr-bt h2,.sy-xw-nr-yr ul li:hover .sy-xw-nr-yr-bt span{
	color: #0e6baf;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs p a:hover{
	color: #0e6baf;
}
.sy-xw-nr-yr ul li .block001{
	display: block;
}

.sy-xw-nr-gd{
	width:150px;
	height: 44px;
	border: 1px solid #0e6baf;
	border-radius: 22px;
	box-sizing: border-box;
	text-align: center;
	line-height: 42px;
	margin: 0 auto;
	margin-top: 25px;
}

.sy-xw-nr-gd a{
	display: block;
	font-size: 14px;
	color: #0e6baf;
}
.sy-xw-nr-gd:hover{
	background-color: #0e6baf;
}
.sy-xw-nr-gd:hover a{
	color: #fff;
}

/*首页公司简介*/
.sy-gsjj{
	width: 100%;
	background: url(../images/cq84_22_02.jpg) no-repeat center center;
	background-size:cover;
	padding: 40px 0;
	box-sizing: border-box;
}

.sy-gsjj01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sy-gsjj-bt{
	width: 100%;
    text-align: center;
}
.sy-gsjj-bt h2{
	font-size: 28px;
    color: #fff;
    line-height: 44px;
}
.sy-gsjj-bt p{
	font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.sy-gsjj-bt p span{
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	/*margin-top:-10px;*/
	vertical-align: middle;
	margin: 0 5px;
	margin-top: -2px;
}


.sy-gsjj-bt .sy-gsjj-btx{
	width: 60px;
    height: 5px;
    background-color: #0E6BAF;
    margin: 5px auto;
}

.sy-gsjj-nr{
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.sy-gsjj-nr p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

/*首页合作伙伴*/
.sy-hzhb{
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.sy-hzhb-nr{
	width: 100%;
	margin-top: 30px;
}
.sy-hzhb-nr ul{
	margin-left: -1%;
}
.sy-hzhb-nr ul li{
	width: 15.666666%;
	border: 1px solid #bbb;
	padding: 1px;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 1%;
	margin-top: 15px;
	float: left;
}
.sy-hzhb-nr ul li a{
	display: block;
	overflow: hidden;
}
.sy-hzhb-nr ul li img{
	width: 100%;
	transition: all 0.4s;
	/*display: block;*/
	
}
.sy-hzhb-nr ul li:hover{
	border: 1px solid #0E6BAF;
	box-sizing: border-box;
}
.sy-hzhb-nr ul li:hover img{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	/*display: block;*/
}

/*footer*/
.footer-s{
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	background: url(../images/cq84_33_02.png) no-repeat center center;
	background-size:cover;
}
.footer-s01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-logo{
	width: 20%;
	height: 43px;
	float: left;
	margin-top: 34px;
}
.footer-logo img{
	width: 187px;
	height: 43px;
	display: block;
}
.footer-s-lx{
	width: 40%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.footer-s-lx ul li{
	width: 100%;
	line-height: 26px;
	margin: 5px 0;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	box-sizing: border-box;
}
.footer-s-lx ul li:nth-child(1){
	background: url(../images/cq84_24.png) no-repeat 0 3px;
	background-size:20px 20px;
}
.footer-s-lx ul li:nth-child(2){
	background: url(../images/cq84_25.png) no-repeat 0 3px;
	background-size:20px 20px;
}
.footer-s-lx ul li:nth-child(3){
	background: url(../images/cq84_26.png) no-repeat 0 3px;
	background-size:20px 20px;
}
.footer-s-lx ul li:nth-child(4){
	background: url(../images/cq84_27.png) no-repeat 0 3px;
	background-size:20px 20px;
}

.footer-s-lj{
	width: 30%;
	float: right;
}
.footer-s-lj-zf{
	width: 100px;
	text-align: center;
	float: left;
}
.footer-s-lj-zf img{
	width: 100px;
	height: 100px;
	display: block;
}
.footer-s-lj-zf p{
	font-size: 13px;
	color: #fff;
	line-height: 22px;
}
.footer-s-lj-yr{
	width: auto;
	float: right;
	margin-top: 36px;
}
.footer-s-lj-yr ul li{
	width: 34px;
	height: 34px;
	float: left;
	margin-left: 10px;
}
.footer-s-lj-yr ul li a{
	display: block;
}
.footer-s-lj-yr ul li img{
	width: 34px;
	height: 34px;
	display: block;
}

.footer-x{
	width: 100%;
	padding: 10px 0;
	background-color: #1B1B1B;
	text-align: center;
}
.footer-x p{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

/* side */
.side-cblnb{position:fixed;
			width:70px;
			height:auto;
			right:0;
			top:214px;
			z-index:100;
}
.side-cblnb ul li{width:70px;
					height:70px;
					float:left;
					position:relative;
					margin: 1px 0;
					background-color: #E7EDF6;
					/*border:1px solid #1DA3DD;*/
					/*box-sizing: border-box;*/
}
.side-cblnb ul li .sidebox{position:absolute;
							width:70px;
							height:70px;
							top:0;
							right:0;
							transition:all 0.3s;
							background:#E7EDF6;
							filter:Alpha(opacity=80);
							color:#000;font:14px/70px "微软雅黑";
							overflow:hidden;
							/*border:1px solid #1DA3DD;*/
							box-sizing: border-box;
							border-right: none;
}
.side-cblnb ul li .sidetop{width:86px;
							height:70px;
							line-height:70px;
							display:inline-block;
							background:#E7EDF6;
							filter:Alpha(opacity=80);
							transition:all 0.3s;
							/*border:1px solid #1DA3DD;*/
							box-sizing: border-box;
							border-right: none;
}
.side-cblnb ul li .sidetop:hover{/*background:#1DA3DD;*/
								opacity:1;
								/*filter:Alpha(opacity=100);*/
}
.side-cblnb ul li img{ float: left;
						width: 70px; 
						height: 70px;
}
.side-cblnb ul li img.img01{
	display: block;
}
.side-cblnb ul li img.img02{
	display: none;
}
.side-cblnb ul li:hover img.img01{
	display: none;
}
.side-cblnb ul li:hover img.img02{
	display: block;
}

.side-cblnb>ul>li.cblewm:hover{
	/*background-color: #1DA3DD;*/
	transition: all 0.3s;
}
.side-cblnb>ul>li>.cblewm01{
	width: 140px;
	height: auto;
	position: absolute;
	right: 70px;
	top: 0;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #1DA3DD;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	display: none;
}
.side-cblnb>ul>li>.cblewm01>img{
	width: 120px;
	height: 120px;
	display: block;
	float: none;
}
.side-cblnb>ul>li>.cblewm01>p{
	font-size: 12px;
	color: #000;
	line-height: 22px;
}
.side-cblnb>ul>li:hover>.cblewm01{
	display: block;
}



/*服务支持*/
.main{
	width: 100%;
	padding: 20px 0;
	background: url(../images/cq84_35_02.png) center center;
	background-size:100%;
	box-sizing: border-box;
	margin-top: 84px;
}
.mabxdh{
	width: 100%;
	height: 30px;
	line-height: 30px;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.mabxdh p{
	font-size: 14px;
	color: #666666;
}
.mabxdh p a{
	font-size: 14px;
	color: #666666;
}
.mabxdh p a:hover{
	color: #1DA3DD;
}
.fwzc{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}

.fwzc ul li{
	width: 100%;
	margin: 30px auto;
	background-color: #fff;
	transition: all 0.6s;
}
.fwzc ul li a{
	display: block;
}
.fwzc ul li .fwzc-zf{
	width: 46%;
	overflow: hidden;
}
.fwzc ul li .fwzc-zf img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.fwzc ul li .fwzc-yr{
	width:52%;
	padding: 20px 20px;
	box-sizing: border-box;
}
.fwzc ul li .fwzc-yr h2{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.fwzc ul li .fwzc-yr p{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
}
.fwzc ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	transition: all 0.6s;
}
.fwzc ul li:hover .fwzc-zf img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.fwzc ul li:hover .fwzc-yr h2{
	color: #1DA3DD;
}
.fwzc ul li:nth-child(odd) .fwzc-zf{
	float: left;
}
.fwzc ul li:nth-child(odd) .fwzc-yr{
	float: right;
}
.fwzc ul li:nth-child(even) .fwzc-zf{
	float: right;
}
.fwzc ul li:nth-child(even) .fwzc-yr{
	float: left;
}


/*解决方案*/
.jjfa{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}

.jjfa ul li{
	width: 23.333333%;
	margin: 15px 5%;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.6s;
	float: left;
}

.jjfa ul li a{
	display: block;
}
.jjfa ul li img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}

.jjfa ul li .jjfa-zi{
	width: 100%;
	padding: 15px 5%;
	box-sizing: border-box;
	text-align: center;
}
.jjfa ul li .jjfa-zi h2{
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-weight: 400;
}

.jjfa ul li .jjfa-zi p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.jjfa ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	border-radius: 6px;
	transition: all 0.6s;
}
.jjfa ul li:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
}

.jjfa ul li:hover .jjfa-zi h2{
	color: #1DA3DD;
}


/*经典案例*/
.jdal{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}
.jdal-s{
	width: 100%;
	margin: 15px 0;
}
.jdal-s-zf{
	width: auto;
	float: left;
}
.jdal-s-zf ul{
	margin-left: -10px;
}
.jdal-s-zf ul li{
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #0D6BAF;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 15px;
	color: #006699;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}
.jdal-s-zf ul li:hover{
	background-color: #0D6BAF;
	color: #fff;
}
.jdal-s-zf ul li.cur{
	background-color: #0D6BAF;
	color: #fff;
}
.jdal-s-yr{
	width: 300px;
	height: 36px;
	float: right;
	border: 1px solid #DBDBDB;
	padding: 0 5px;
	box-sizing: border-box;
}
.jdal-s-yr button{
	width: 34px;
	height: 34px;
	background: url(../images/cq84_50_03.png) no-repeat center center;
	background-size:25px 25px;
	border: none;
	outline: none;
	cursor: pointer;
}
.jdal-s-yr button:hover{
	background: url(../images/cq84_54.png) no-repeat center center;
	background-size:25px 25px;
}
.jdal-s-yr input{
	width: -moz-calc(100% - 44px);
	width: -webkit-calc(100% - 44px);
	width: -ms-calc(100% - 44px);
	width: calc(100% - 44px);
	float: right;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #666;
}

.jdal-x{
	width: 100%;
	margin: 10px 0;
}
.jdal-x ul{
	margin-left: -2%;
}
.jdal-x ul li{
	width: 23%;
	margin-left: 2%;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-top: 20px;
}
.jdal-x ul li img{
	width: 100%;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.jdal-x ul li h2{
	width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    opacity: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.jdal-x ul li .jdal-x-mc{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.jdal-x ul li .jdal-x-mc h4{
	font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: -40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.jdal-x ul li .jdal-x-mc p{
	font-size: 14px;
    color: #fff;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    margin: 10px 0;
    text-indent: 2em;
}
.jdal-x ul li .jdal-x-mc a{
	font-size: 16px;
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 15px;
}

.jdal-x ul li .jdal-x-mc a:hover{
	color: #0D6BAF;
}
.jdal-x ul li:hover h2{
	opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.jdal-x ul li:hover .jdal-x-mc{
	opacity: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.jdal-x ul li:hover .jdal-x-mc h4{
	margin-top: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
/*.jdal-x ul li:hover .jdal-x-mc p{
	margin-top: -0;
    transition: all 0.6s;
}*/
.jdal-x ul li:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
}

.b_2{
	display: none;
}

.jyxdc01{
	margin-top: 40px;
	display: block;
}
.jyxdc01 ul{margin: 0 auto;width: 520px;}
.jyxdc01 ul li{width:50px;height: 36px;float: left;border: 1px solid #DBDBDB;border-radius: 5px;
    margin-left: 10px;text-align: center; cursor: pointer;}
.jyxdc01 ul li a{font-size: 16px;color: #666;line-height: 36px;}
.jyxdc01 ul li:hover{background-color: #0D6BAF;border: 1px solid #0D6BAF;}
.jyxdc01 ul li:hover a{color: #fff;}
.jyxdc01 ul p{font-size: 16px;color: #666;line-height: 36px;float: left;margin-left: 10px;}

.jdal-fy{
	display: none;
}


/*联系我们*/
.lxwm{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}

.lxwm-s{
	width: 100%;
	padding: 0 20px;
	margin: 20px 0;
	box-sizing: border-box;
}
.lxwm-s ul li{
	width: 100%;
	margin: 5px 0;
	line-height: 34px;
}
.lxwm-s ul li p{
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
.lxwm-s ul li.lxwm-sdz p{
	background: url(../images/cq84_24.png) no-repeat 0 7px;
	background-size:20px 20px;
}
.lxwm-s ul li.lxwm-sdh p{
	background: url(../images/cq84_25.png) no-repeat 0 7px;
	background-size:20px 20px;
}
.lxwm-s ul li.lxwm-sqq p{
	background: url(../images/cq84_26.png) no-repeat 0 7px;
	background-size:20px 20px;
}
.lxwm-s ul li.lxwm-syx p{
	background: url(../images/cq84_27.png) no-repeat 0 7px;
	background-size:20px 20px;
}

.lxwm-z{
	width: 100%;
	height: 2px;
	background-color: #E1E1E1;
	margin: 40px auto;
}

.lxwm-dt{
	width: 100%;
	height: auto;
}
.lxwm-dt img{
	width: 100%;
	display: block;
}

/*详情页*/
.xqy{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
	padding: 20px 20px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
}

.xqy h2{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-bottom:10px;
}
.xqy p{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-indent: 2em;
}

.xqy img{
	max-width: 100%;
}

.xqy-sj{
	width: 100%;
	margin: 5px 0;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.xqy-sj span{
	font-size: 12px;
	color: #666;
	display: inline-block;
	margin: 0 10px;
}

.xqy-sxp{
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #DBDBDB;
	padding: 15px 0;
	box-sizing: border-box;
}
.xqy-sxp h6{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-weight: 200;
}
.xqy-sxp h6 a{
	font-size: 14px;
	color: #666;
}
.xqy-sxp h6 a:hover{
	color: #0E6BAF;
}
.xqy-sxp h6 a span{
	color: #0E6BAF;
}



/*新闻动态*/
.news{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}

.news-s{
	width: 100%;
	margin:10px 0;
}
.news-s-ss{
	width: 300px;
    height: 36px;
    border: 1px solid #DBDBDB;
    padding: 0 5px;
    box-sizing: border-box;
}
.news-s-ss button{
	width: 34px;
    height: 34px;
    background: url(../images/cq84_50_03.png) no-repeat center center;
    background-size: 25px 25px;
    border: none;
    outline: none;
    cursor: pointer;
}
.news-s-ss button:hover{
	background: url(../images/cq84_54.png) no-repeat center center;
    background-size: 25px 25px;
}
.news-s-ss input{
	width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
    width: -ms-calc(100% - 44px);
    width: calc(100% - 44px);
    float: right;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #666;
}

.news-x{
	width: 100%;
	margin: 20px 0;
}
.news-x ul{
	margin-top: -10px;
}
.news-x ul li{
	width: 100%;
	margin-top: 40px;
	background-color: #fff;
	transition: all 0.6s;
}
.news-x ul li .news-xzf{
	width: 270px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.news-x ul li .news-xzf img{
	width: 270px;
	height: 200px;
	display: block;
	transition: all 0.6s;
}

.news-x ul li .news-xyr{
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: -ms-calc(100% - 280px);
	width: calc(100% - 280px);
	float: right;
	padding: 10px 15px;
	box-sizing: border-box;
}
.news-x ul li .news-xyr .news-xyr-bt{
	width: 100%;
	height: 36px;
}
.news-x ul li .news-xyr .news-xyr-bt h2{
	width: 60%;
	float: left;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-weight: 300;
}
.news-x ul li .news-xyr .news-xyr-bt h2 a{
	font-size: 18px;
	color: #666666;
}
.news-x ul li .news-xyr .news-xyr-bt span{
	width: auto;
	float: right;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 12px;
	color: #cccccc;
}
.news-x ul li .news-xyr p{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}

.news-x ul li .news-xyr p a{
	font-size: 14px;
	color: #999999;
}

.news-x ul li .news-xyr .news-xyr-gd{
	width: 140px;
	height: 34px;
	background-color: #fff;
	border: 1px solid #DBDBDB;
	text-align: center;
	line-height: 34px;
	margin-top: 15px;
}
.news-x ul li .news-xyr .news-xyr-gd a{
	display: block;
	font-size: 14px;
	color: #999;
}
.news-x ul li:hover{
	box-shadow: 0 0 10px #0D6BAF;
	transition: all 0.6s;
}
.news-x ul li:hover .news-xzf img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.news-x ul li:hover .news-xyr .news-xyr-bt h2 a{
	color: #0D6BAF;
}
.news-x ul li:hover .news-xyr .news-xyr-gd{
	border: 1px solid #0D6BAF;
	background-color: #0D6BAF;
}
.news-x ul li:hover .news-xyr .news-xyr-gd a{
	color: #fff;
}


/*走进建谱*/
.gywm{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}

.gywm-zf{
	width: 230px;
	float: left;
	background-color: #F6F6F6;
	padding-bottom: 80px;
	box-sizing: border-box;
}

.gywm-zf .gywm-zf-bt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #0D6BAF;
	text-align: center;
	overflow: hidden;
}
.gywm-zf .gywm-zf-bt h2{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.gywm-zf ul{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.gywm-zf ul li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 2px solid #E6E6E6;
}
.gywm-zf ul li a{
	font-size: 16px;
	color: #999999;
	display: block;
}
/*.gywm-zf ul li:last-child{
	border-bottom: none;
}*/
.gywm-zf ul li:hover a{
	color: #0D6BAF;
}
.gywm-zf ul li.hll a{
	color: #0D6BAF;
}
.gywm-yr{
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: -ms-calc(100% - 260px);
	width: calc(100% - 260px);
	float: right;
}
.gywm-yr-bt{
	width: 100%;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}
.gywm-yr-bt h2{
	display: inline-block;
	font-size: 24px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-bottom: 3px solid #0D6BAF;
	box-sizing: border-box;
	font-weight: 400;
}
.gywm-yr-nr{
	width: 100%;
	margin: 20px 0;
	line-height: 2em;
}
.gywm-yr-nr p{
	font-size: 14px;
    color: #666666;
    text-indent: 2em;
}

.gywm-yr-nr img{
	max-width: 100%;
}














/*992分辨率*/
@media screen and (max-width: 992px) {

.head-gd{
	display:none;
}
.head{
   display:none;
}

.sjhead{
    display:block;
    width:100%;
    height:50px;
    padding:10px 10px;
    border-bottom:1px solid #dbdbdb;
    box-sizing:border-box;
    background-color:#fff;
    position:fixed;
    top:0;
    z-index:9999; 
}

.sjlogo{
    width:130px;
    height:30px;
    display:block;
    float:left;
}
.sjlogo img{
    width:130px;
    height:30px;
    display: block;
}

.sjnav{
    width:30px;
    height:30px;
    float:right;
    cursor:pointer;
}
.sjnav img.sjnav-img01{
    width:30px;
    height:30px;
    display: block;
}
.sjnav img.sjnav-img02{
	width:30px;
    height:30px;
    display: none;
}

.sjnavdh{
    width:100%;
    height:auto;
    position:fixed;
    right:0;
    top:50px;
    z-index:9999;
    /*left:100%;*/
    display:none;
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
}

.sjnavdh01{
    width:100%;
    height:auto;
     /*position:relative;
    background-color:#000;
    position:absolute;
    right:0;
    top:0;*/
   padding: 20px 20px;
   box-sizing: border-box;
}
/*.sjnavdh01>ul{
    margin-top:60px;
}*/
.sjnavdh01>ul>li{
    width:100%;
    line-height:46px;
    border-bottom:1px solid #999;
    padding: 0 15px;
    box-sizing:border-box;
    text-align:left;
}
.sjnavdh01>ul>li>a{
    display:block;
    font-size:15px;
    color:#666;
}
.sjnavdh01>ul>li:hover>a{
    color:#63BED6;
}
.sjnavdh01>ul>li>ul{
	display: none;
}
.sjnavdh01>ul>li>ul>li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding:0 25px;
	box-sizing: border-box;
}
.sjnavdh01>ul>li>ul>li>a{
	font-size: 14px;
	color: #999;
	display: block;
}
.sjnavdh01>ul>li>ul>li>a:hover{
	color: #0E6BAF;
}
.sjnavdh01>ul>li:hover>ul{
	display: block;
}
.sjnavdh01-gb{
    width:25px;
    height:25px;
    position:absolute;
    top:20px;
    left:10px;
    background:url(../images/cq20_22.png) no-repeat center center;
    background-size:25px 25px;
}

.sjnavdh01-logo{
    width:130px;
    height:30px;
    margin:0 auto;
    margin-top:60px;
}
.sjnavdh01-logo img{
    width:130px;
    height:30px;
    display:block;
    filter: grayscale(100%); 
    filter: gray;
}
.banner{
	width: 100%;
	height: 550px;
	display: block;
	margin-top: 50px;
}

/*footer*/
.footer-s{
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	background: url(../images/cq84_33_02.png) no-repeat center center;
	background-size:cover;
}
.footer-s01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-logo{
	width: 100%;
	height: auto;
	float: none;
	margin-top: 0;
}
.footer-logo img{
	width: 187px;
	height: 43px;
	display: block;
}
.footer-s-lx{
	width: 100%;
	padding: 0 0;
	box-sizing: border-box;
	float: none;
	margin-top: 15px;
}
.footer-s-lx ul li{
	width: 100%;
	line-height: 26px;
	margin: 5px 0;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	box-sizing: border-box;
}
.footer-s-lx ul li:nth-child(1){
	background: url(../images/cq84_24.png) no-repeat 0 3px;
	background-size:20px 20px;
}
.footer-s-lx ul li:nth-child(2){
	background: url(../images/cq84_25.png) no-repeat 0 3px;
	background-size:20px 20px;
}
.footer-s-lx ul li:nth-child(3){
	background: url(../images/cq84_26.png) no-repeat 0 3px;
	background-size:20px 20px;
}
.footer-s-lx ul li:nth-child(4){
	background: url(../images/cq84_27.png) no-repeat 0 3px;
	background-size:20px 20px;
}

.footer-s-lj{
	width: 100%;
	float: none;
	margin-top: 15px;
}
.footer-s-lj-zf{
	width: 90px;
	text-align: center;
	float: left;
}
.footer-s-lj-zf img{
	width: 90px;
	height: 90px;
	display: block;
}
.footer-s-lj-zf p{
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}
.footer-s-lj-yr{
	width: auto;
	float: right;
	margin-top: 30px;
}
.footer-s-lj-yr ul li{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 10px;
}
.footer-s-lj-yr ul li a{
	display: block;
}
.footer-s-lj-yr ul li img{
	width: 32px;
	height: 32px;
	display: block;
}

.footer-x{
	width: 100%;
	padding: 10px 10px;
	background-color: #1B1B1B;
	text-align: center;
	box-sizing: border-box;
}
.footer-x p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}


.jjfa ul li{
	width: 27.333333%;
	margin: 15px 3%;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.6s;
	float: left;
}


/*经典案例*/
.jdal{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	margin-bottom: 40px;
}
.jdal-s{
	width: 100%;
	margin: 15px 0;
}
.jdal-s-zf{
	width: 100%;
	float: none;
	margin-top: 15px;
}
.jdal-s-zf ul{
	margin-left: -10px;
}
.jdal-s-zf ul li{
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #0D6BAF;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 15px;
	color: #006699;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}
.jdal-s-zf ul li:hover{
	background-color: #0D6BAF;
	color: #fff;
}
.jdal-s-zf ul li.cur{
	background-color: #0D6BAF;
	color: #fff;
}
.jdal-s-yr{
	width: 300px;
	height: 36px;
	float: none;
	border: 1px solid #DBDBDB;
	padding: 0 5px;
	box-sizing: border-box;
}
.jdal-s-yr button{
	width: 34px;
	height: 34px;
	background: url(../images/cq84_50_03.png) no-repeat center center;
	background-size:25px 25px;
	border: none;
	outline: none;
	cursor: pointer;
}
.jdal-s-yr button:hover{
	background: url(../images/cq84_54.png) no-repeat center center;
	background-size:25px 25px;
}
.jdal-s-yr input{
	width: -moz-calc(100% - 44px);
	width: -webkit-calc(100% - 44px);
	width: -ms-calc(100% - 44px);
	width: calc(100% - 44px);
	float: right;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #666;
}

.jdal-x{
	width: 100%;
	margin: 10px 0;
}
.jdal-x ul{
	margin-left: -2%;
}
.jdal-x ul li{
	width: 23%;
	margin-left: 2%;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-top: 20px;
}
.jdal-x ul li img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.jdal-x ul li h2{
	width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
}
.jdal-x ul li .jdal-x-mc{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.jdal-x ul li .jdal-x-mc h4{
	font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.jdal-x ul li .jdal-x-mc p{
	font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 10px 0;
    text-indent: 2em;
}
.jdal-x ul li .jdal-x-mc a{
	font-size: 14px;
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.jdal-x ul li .jdal-x-mc a:hover{
	color: #0D6BAF;
}
.jdal-x ul li:hover h2{
	display: none;
}
.jdal-x ul li:hover .jdal-x-mc{
	display: block;
}
.jdal-x ul li:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
}

.b_2{
	display: none;
}







	
	
	
		
	
}














/*768分辨率*/
@media screen and (max-width: 768px) {
	
.banner{
	display: none;
}

.sj-banner{
	width: 100%;
	height: 220px;
	display: block;
	margin-top: 50px;
}
.sj-banner .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
.sj-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
	position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sj-banner-zi{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.sj-banner-zi h2{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.sj-banner-zi h4{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-weight: 400;
	margin-bottom: 10px;
}

.sj-banner-zi p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}








 



/*首页解决方案*/
.sy-jjfa{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.sy-jjfa-bt{
	width: 100%;
	text-align: center;
}
.sy-jjfa-bt h2{
	font-size: 18px;
	color: #3d3d3d;
	line-height: 34px;
}
.sy-jjfa-bt p{
	font-size: 13px;
	color: #b1b1b1;
	line-height: 20px;
}
.sy-jjfa-bt .sy-jjfa-btx{
	width: 60px;
    height: 5px;
    background-color: #0E6BAF;
    margin: 5px auto;
}

.sy-jjfa-nr{
	width: 100%;
	margin-top: 10px;
}
.sy-jjfa-nr ul{
	margin-left: -3%;
}
.sy-jjfa-nr ul li{
	width: 47%;
	margin-left: 3%;
	margin-top: 10px;
	text-align: center;
	float: left;
	padding:10px;
	border-radius: 6px;
	transition: all 0.6s;
	box-sizing: border-box;
}
.sy-jjfa-nr ul li a{
	display: block;
}
.sy-jjfa-nr ul li img{
	width: 90px;
	height: 90px;
}

.sy-jjfa-nr ul li h2{
	font-size: 15px;
	color: #666;
	height: 48px;
	line-height: 24px;
	margin: 0 0;
	margin-top: 8px;
	font-weight: 400;
	overflow: hidden;
}
.sy-jjfa-nr ul li p{
	font-size: 13px;
	color: #999;
	height: 66px;
	line-height: 22px;
	overflow: hidden;
}
.sy-jjfa-nr ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	transition: all 0.6s;
}

/*经典案例*/
.sy-jdal{
	width:100%;
	padding: 15px 10px;
	padding-bottom: 60px;
	background-color: #F7F7F7;
	box-sizing: border-box;
}

.sy-jdal01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sy-jdal-nr{
	width: 100%;
	margin-top: 15px;
}
.sy-jdal-nrs{
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
.sy-jdal-nrs ul{
	width: 100%;
	text-align: center;
}
.sy-jdal-nrs ul li{
	width: 25%;
	height: 36px;
	margin: 0 0;
	border: 1px solid #0E6BAF;
	background-color: #fff;
	text-align: center;
	line-height: 36px;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
}
.sy-jdal-nrs ul li a{
	display: block;
	font-size: 14px;
	color: #0E6BAF;
}
.sy-jdal-nrs ul li:hover{
	border: 1px solid #0e6baf;
	background-color: #0E6BAF;
}
.sy-jdal-nrs ul li:hover a{
	color: #fff;
}
.sy-jdal-nrs ul li.cur{
	border: 1px solid #0e6baf;
	background-color: #fff;
}
.sy-jdal-nrs ul li.cur a{
	color: #0e6baf;
}
.sy-jdal-nrx{
	width: 100%;
	position: relative;
}

#scroll1{width:100%;margin:0 auto;padding:0;list-style-type:none;}

#scroll1 .item{position:relative;width:96%;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll1 .item img{width:100%; display: block;}

#scroll1 .item .sy-jdal-nrx-bt{
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden;
	position: absolute;
	bottom: 0;
	display: block;
}
#scroll1 .item .sy-jdal-nrx-bt h2{
	font-size: 15px;
	color: #fff;
	font-weight: 100;
}
#scroll1 .item .sy-jdal-nrx-mc{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#scroll1 .item .sy-jdal-nrx-mc h2{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
#scroll1 .item .sy-jdal-nrx-mc p{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	height: 144px;
	overflow: hidden;
	margin: 10px 0;
	text-indent: 2em;
}
#scroll1 .item .sy-jdal-nrx-mc a{
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: right;
	margin-top: 15px;
}
#scroll1 .item .sy-jdal-nrx-mc a:hover{
	color: #0e6baf;
}

#scroll1 .item:hover .sy-jdal-nrx-bt{
	display: none;
}
#scroll1 .item:hover .sy-jdal-nrx-mc{
	display: block;
}

.owl-nav{width:150px;position:relative;bottom: -20px;left: 50%;margin-left: -75px;}
.owl-prev{
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #666;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
}
.owl-next{
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #666;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
}

.more{
	width: 35px;
	height: 31px;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom:-52px;
}
.more img{
	width: 35px;
	height: 31px;
	display: block;
}


/*首页服务支持*/
.sy-fwzc{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 10px;
	box-sizing: border-box;
}
.sy-fwzc-nr{
	width: 100%;
	margin-top: 15px;
}
.sy-fwzc-nr ul{
	margin-left: -3%;
}
.sy-fwzc-nr ul li{
	width: 47%;
	float: left;
	margin-left: 3%;
	text-align: center;
	margin-top: 15px;
}
.sy-fwzc-nr ul li a{
	display: block;
}
.sy-fwzc-nr ul li .sy-fwzc-nr01{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #DBDBDB;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	transition: all 0.4s;
}
.sy-fwzc-nr ul li .sy-fwzc-nr01 img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.sy-fwzc-nr ul li h2{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: 400;
}
.sy-fwzc-nr ul li:hover .sy-fwzc-nr01{
	box-shadow: 0 0 10px #0E6BAF;
	border: 1px solid #fff;
	transition: all 0.4s;
}

/*首页新闻*/
.sy-xw{
	width: 100%;
    padding: 15px 10px;
    background-color: #F7F7F7;
    box-sizing: border-box;
}
.sy-xw01{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sy-xw-nr{
	width: 100%;
	margin-top: 10px;
}
.sy-xw-nr-zf{
	width: 100%;
	height: auto;
	float: none;
}
.sy-xw-nr-zf img{
	width: 100%;
	height: auto;
	display: block;
}

.sy-xw-nr-yr{
	width: 100%;
	float: none;
	margin-top: 15px;
}

.sy-xw-nr-yr ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #DBDBDB;
	padding: 5px 0;
	box-sizing: border-box;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-bt{
	width: 100%;
	cursor: pointer;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-bt h2{
	width: 60%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #5c5c5c;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-bt span{
	width: auto;
	display: block;
	float: right;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 14px;
	color: #5c5c5c;
	font-weight: 600;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs{
	width: 100%;
	display: none;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs p{
	width: 100%;
	height: 44px;
	line-height: 22px;
	font-size: 13px;
	color: #6c6c6c;
	overflow: hidden;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs p a{
	font-size: 13px;
	color: #6c6c6c;
}
.sy-xw-nr-yr ul li:hover .sy-xw-nr-yr-bt h2,.sy-xw-nr-yr ul li:hover .sy-xw-nr-yr-bt span{
	color: #0e6baf;
}
.sy-xw-nr-yr ul li .sy-xw-nr-yr-gs p a:hover{
	color: #0e6baf;
}
.sy-xw-nr-yr ul li .block001{
	display: block;
}

.sy-xw-nr-gd{
	width:150px;
	height: 40px;
	border: 1px solid #0e6baf;
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
	margin-top: 15px;
}

.sy-xw-nr-gd a{
	display: block;
	font-size: 14px;
	color: #0e6baf;
}
.sy-xw-nr-gd:hover{
	background-color: #0e6baf;
}
.sy-xw-nr-gd:hover a{
	color: #fff;
}



/*首页公司简介*/
.sy-gsjj{
	width: 100%;
	background: url(../images/cq84_22_02.jpg) no-repeat center center;
	background-size:cover;
	padding: 15px 10px;
	box-sizing: border-box;
}

.sy-gsjj01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sy-gsjj-bt{
	width: 100%;
    text-align: center;
}
.sy-gsjj-bt h2{
	font-size: 18px;
    color: #fff;
    line-height: 34px;
}
.sy-gsjj-bt p{
	font-size: 13px;
    color: #fff;
    line-height: 20px;
}
.sy-gsjj-bt .sy-gsjj-btx{
	width: 60px;
    height: 5px;
    background-color: #0E6BAF;
    margin: 5px auto;
}

.sy-gsjj-nr{
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.sy-gsjj-nr p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}


/*首页合作伙伴*/
.sy-hzhb{
	width: 100%;
	max-width: 1200px;
	padding: 15px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.sy-hzhb-nr{
	width: 100%;
	margin-top: 10px;
}
.sy-hzhb-nr ul{
	margin-left: -1%;
}
.sy-hzhb-nr ul li{
	width: 24%;
	height: auto;
	border: 1px solid #bbb;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 1%;
	margin-top: 10px;
	float: left;
}
.sy-hzhb-nr ul li a{
	display: block;
}
.sy-hzhb-nr ul li img{
	width: 100%;
	transition: all 0.4s;
}
.sy-hzhb-nr ul li:hover{
	border: 1px solid #0E6BAF;
}
.sy-hzhb-nr ul li:hover img{
	transform: scale(1.05);
	transition: all 0.4s;
}

.side-cblnb{
	display: none;
}


/*服务支持*/
.main{
	width: 100%;
	padding: 15px 0;
	background: url(../images/cq84_35_02.png) center center;
	background-size:100%;
	box-sizing: border-box;
	margin-top: 50px;
}
.mabxdh{
	width: 100%;
	height: 30px;
	line-height: 30px;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 10px;
	border-bottom: 1px solid #DBDBDB;
	box-sizing: border-box;
}
.mabxdh p{
	font-size: 14px;
	color: #666666;
}
.mabxdh p a{
	font-size: 14px;
	color: #666666;
}
.mabxdh p a:hover{
	color: #1DA3DD;
}
.fwzc{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

.fwzc ul li{
	width: 100%;
	margin: 15px auto;
	background-color: #fff;
	transition: all 0.6s;
}
.fwzc ul li a{
	display: block;
}
.fwzc ul li .fwzc-zf{
	width: 40%;
	overflow: hidden;
}
.fwzc ul li .fwzc-zf img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.fwzc ul li .fwzc-yr{
	width:60%;
	padding: 5px 10px;
	box-sizing: border-box;
}
.fwzc ul li .fwzc-yr h2{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
.fwzc ul li .fwzc-yr p{
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 5px;
}
.fwzc ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	transition: all 0.6s;
}
.fwzc ul li:hover .fwzc-zf img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.fwzc ul li:hover .fwzc-yr h2{
	color: #1DA3DD;
}
.fwzc ul li:nth-child(odd) .fwzc-zf{
	float: left;
}
.fwzc ul li:nth-child(odd) .fwzc-yr{
	float: right;
}
.fwzc ul li:nth-child(even) .fwzc-zf{
	float: right;
}
.fwzc ul li:nth-child(even) .fwzc-yr{
	float: left;
}

/*解决方案*/
.jjfa{
	width: 100%;
	max-width: 1200px;
	margin: 15px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.jjfa ul{
	margin-left: -3%;
}
.jjfa ul li{
	width: 47%;
	margin: 10px 0;
	margin-left: 3%;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.6s;
	float: left;
}

.jjfa ul li a{
	display: block;
}
.jjfa ul li img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}

.jjfa ul li .jjfa-zi{
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	text-align: center;
}
.jjfa ul li .jjfa-zi h2{
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	font-weight: 400;
}

.jjfa ul li .jjfa-zi p{
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.jjfa ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	border-radius: 5px;
	transition: all 0.6s;
}
.jjfa ul li:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
}

.jjfa ul li:hover .jjfa-zi h2{
	color: #1DA3DD;
}


/*经典案例*/
.jdal{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.jdal-s{
	width: 100%;
	margin: 10px 0;
}
.jdal-s-zf{
	width: 100%;
	float: none;
	margin-top: 10px;
}
.jdal-s-zf ul{
	margin-left: 0;
}
.jdal-s-zf ul li{
	width: 25%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #0D6BAF;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	color: #006699;
	margin-left: 0;
	float: left;
	cursor: pointer;
}
.jdal-s-zf ul li:hover{
	background-color: #0D6BAF;
	color: #fff;
}
.jdal-s-zf ul li.cur{
	background-color: #0D6BAF;
	color: #fff;
}
.jdal-s-yr{
	width: 100%;
	height: 34px;
	float: none;
	border: 1px solid #DBDBDB;
	padding: 0 5px;
	box-sizing: border-box;
}
.jdal-s-yr button{
	width: 32px;
	height: 32px;
	background: url(../images/cq84_50_03.png) no-repeat center center;
	background-size:25px 25px;
	border: none;
	outline: none;
	cursor: pointer;
}
.jdal-s-yr button:hover{
	background: url(../images/cq84_54.png) no-repeat center center;
	background-size:25px 25px;
}
.jdal-s-yr input{
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
	width: -ms-calc(100% - 42px);
	width: calc(100% - 42px);
	float: right;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #666;
}

.jdal-x{
	width: 100%;
	margin: 10px 0;
}
.jdal-x ul{
	margin-left: -3%;
}
.jdal-x ul li{
	width: 47%;
	margin-left: 3%;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-top: 10px;
}
.jdal-x ul li img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.jdal-x ul li h2{
	width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}
.jdal-x ul li .jdal-x-mc{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.jdal-x ul li .jdal-x-mc h4{
	font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.jdal-x ul li .jdal-x-mc p{
	font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 10px 0;
    text-indent: 2em;
}
.jdal-x ul li .jdal-x-mc a{
	font-size: 14px;
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.jdal-x ul li .jdal-x-mc a:hover{
	color: #0D6BAF;
}
.jdal-x ul li:hover h2{
	display: none;
}
.jdal-x ul li:hover .jdal-x-mc{
	display: block;
}
.jdal-x ul li:hover img{
	transform: scale(1.05);
	transition: all 0.6s;
}

.b_2{
	display: none;
}

.jyxdc01{
	margin-top: 20px;
}
.jyxdc01 ul{margin: 0 auto;width: 520px;display: none;}
.jyxdc01 ul li{width:50px;height: 36px;float: left;border: 1px solid #DBDBDB;border-radius: 5px;
    margin-left: 10px;text-align: center; cursor: pointer;}
.jyxdc01 ul li a{font-size: 16px;color: #666;line-height: 36px;}
.jyxdc01 ul li:hover{background-color: #0D6BAF;border: 1px solid #0D6BAF;}
.jyxdc01 ul li:hover a{color: #fff;}
.jyxdc01 ul p{font-size: 16px;color: #666;line-height: 36px;float: left;margin-left: 10px;}

.jdal-fy{
	display: block;
	width: 100%;
	margin-top: 20px;
}
.jdal-fy ul{
	margin-left: -3%;
}
.jdal-fy ul li{
	width: 47%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #0D6BAF;
	background-color: #fff;
	box-sizing: border-box;
	float: left;
	margin-left: 3%;
}
.jdal-fy ul li a{
	font-size: 14px;
	color: #0D6BAF;
	display: block;
}

.jdal-fy ul li:hover{
	background-color: #0D6BAF;
}
.jdal-fy ul li:hover a{
	color: #fff;
}

/*联系我们*/
.lxwm{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

.lxwm-s{
	width: 100%;
	padding: 0 0;
	margin: 15px 0;
	box-sizing: border-box;
}
.lxwm-s ul li{
	width: 100%;
	margin: 5px 0;
	line-height: 30px;
}
.lxwm-s ul li p{
	font-size: 14px;
	color: #666;
	padding-left: 30px;
}
.lxwm-s ul li.lxwm-sdz p{
	background: url(../images/cq84_24.png) no-repeat 0 5px;
	background-size:20px 20px;
}
.lxwm-s ul li.lxwm-sdh p{
	background: url(../images/cq84_25.png) no-repeat 0 5px;
	background-size:20px 20px;
}
.lxwm-s ul li.lxwm-sqq p{
	background: url(../images/cq84_26.png) no-repeat 0 5px;
	background-size:20px 20px;
}
.lxwm-s ul li.lxwm-syx p{
	background: url(../images/cq84_27.png) no-repeat 0 5px;
	background-size:20px 20px;
}

.lxwm-z{
	width: 100%;
	height: 2px;
	background-color: #E1E1E1;
	margin: 15px auto;
}

.lxwm-dt{
	width: 100%;
	height: auto;
}
.lxwm-dt img{
	width: 100%;
	display: block;
}

/*详情页*/
.xqy{
	width: 100%;
	max-width: 1200px;
	margin: 15px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	border: none;
	box-sizing: border-box;
}

.xqy h2{
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	margin-bottom: 5px;
}
.xqy p{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-indent: 2em;
}

.xqy img{
	max-width: 100%;
}

.xqy-sj{
	width: 100%;
	margin: 5px 0;
	line-height: 20px;
	text-align: center;
	margin-bottom:10px;
}
.xqy-sj span{
	font-size: 12px;
	color: #666;
	display: inline-block;
	margin: 0 10px;
}

.xqy-sxp{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #DBDBDB;
	padding: 10px 0;
	box-sizing: border-box;
}
.xqy-sxp h6{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-weight: 200;
}
.xqy-sxp h6 a{
	font-size: 14px;
	color: #666;
}
.xqy-sxp h6 a:hover{
	color: #0E6BAF;
}
.xqy-sxp h6 a span{
	color: #0E6BAF;
}


/*新闻动态*/
.news{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

.news-s{
	width: 100%;
	margin:10px 0;
}
.news-s-ss{
	width: 100%;
    height: 34px;
    border: 1px solid #DBDBDB;
    padding: 0 5px;
    box-sizing: border-box;
}
.news-s-ss button{
	width: 32px;
    height: 32px;
    background: url(../images/cq84_50_03.png) no-repeat center center;
    background-size: 25px 25px;
    border: none;
    outline: none;
    cursor: pointer;
}
.news-s-ss button:hover{
	background: url(../images/cq84_54.png) no-repeat center center;
    background-size: 25px 25px;
}
.news-s-ss input{
	width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: -ms-calc(100% - 42px);
    width: calc(100% - 42px);
    float: right;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #666;
}

.news-x{
	width: 100%;
	margin: 10px 0;
}
.news-x ul{
	margin-top: -10px;
}
.news-x ul li{
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	transition: all 0.6s;
}
.news-x ul li .news-xzf{
	width: 148px;
	height: 110px;
	overflow: hidden;
	float: left;
}
.news-x ul li .news-xzf img{
	width: 148px;
	height: 110px;
	display: block;
	transition: all 0.6s;
}

.news-x ul li .news-xyr{
	width: -webkit-calc(100% - 148px);
	width: -moz-calc(100% - 148px);
	width: -ms-calc(100% - 148px);
	width: calc(100% - 148px);
	float: right;
	padding: 5px 10px;
	box-sizing: border-box;
}
.news-x ul li .news-xyr .news-xyr-bt{
	width: 100%;
	height: auto;
}
.news-x ul li .news-xyr .news-xyr-bt h2{
	width: 100%;
	float: none;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: 300;
}
.news-x ul li .news-xyr .news-xyr-bt h2 a{
	font-size: 15px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news-x ul li .news-xyr .news-xyr-bt span{
	width: auto;
	float: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #cccccc;
	display: block;
}
.news-x ul li .news-xyr p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 0;
}

.news-x ul li .news-xyr p a{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.news-x ul li .news-xyr .news-xyr-gd{
	width: 140px;
	height: 34px;
	background-color: #fff;
	border: 1px solid #DBDBDB;
	text-align: center;
	line-height: 34px;
	margin-top: 15px;
	display: none;
}
.news-x ul li .news-xyr .news-xyr-gd a{
	display: block;
	font-size: 14px;
	color: #999;
}
.news-x ul li:hover{
	box-shadow: 0 0 10px #0D6BAF;
	transition: all 0.6s;
}
.news-x ul li:hover .news-xzf img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.news-x ul li:hover .news-xyr .news-xyr-bt h2 a{
	color: #0D6BAF;
}
.news-x ul li:hover .news-xyr .news-xyr-gd{
	border: 1px solid #0D6BAF;
	background-color: #0D6BAF;
}
.news-x ul li:hover .news-xyr .news-xyr-gd a{
	color: #fff;
}

/*走进建谱*/
.gywm{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

.gywm-zf{
	width: 100%;
	float: none;
	background-color: #F6F6F6;
	padding-bottom:0;
	box-sizing: border-box;
}

.gywm-zf .gywm-zf-bt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #0D6BAF;
	text-align: center;
	overflow: hidden;
	display: none;
}
.gywm-zf .gywm-zf-bt h2{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.gywm-zf ul{
	width: 100%;
	padding: 0 0;
	box-sizing: border-box;
}
.gywm-zf ul li{
	width: 20%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: none;
	border: 1px solid #0D6BAF;
	box-sizing: border-box;
	background-color: #fff;
	float: left;
}
.gywm-zf ul li a{
	font-size: 14px;
	color: #0D6BAF;
	display: block;
}

.gywm-zf ul li:hover{
	background-color: #0D6BAF;
}
.gywm-zf ul li:hover a{
	color: #fff;
}
.gywm-zf ul li.hll{
	background-color: #0D6BAF;
}
.gywm-zf ul li.hll a{
	color: #fff;
}
.gywm-yr{
	width: 100%;
	float: none;
	margin-top: 15px;
}
.gywm-yr-bt{
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.gywm-yr-bt h2{
	display: inline-block;
	font-size: 18px;
	color: #666666;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	border-bottom: 2px solid #0D6BAF;
	box-sizing: border-box;
	font-weight: 400;
}
.gywm-yr-nr{
	width: 100%;
	margin: 15px 0;
	line-height: 2em;
}
.gywm-yr-nr p{
	font-size: 14px;
    color: #666666;
    text-indent: 2em;
}

.gywm-yr-nr img{
	max-width: 100%;
}










	
	
}





/*350分辨率*/
@media screen and (max-width: 350px) {
	
.fwzc{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

.fwzc ul li{
	width: 100%;
	margin: 15px auto;
	background-color: #fff;
	transition: all 0.6s;
}
.fwzc ul li a{
	display: block;
}
.fwzc ul li .fwzc-zf{
	width: 40%;
	overflow: hidden;
}
.fwzc ul li .fwzc-zf img{
	width: 100%;
	display: block;
	transition: all 0.6s;
}
.fwzc ul li .fwzc-yr{
	width:60%;
	padding: 0 10px;
	box-sizing: border-box;
}
.fwzc ul li .fwzc-yr h2{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.fwzc ul li .fwzc-yr p{
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 0;
}
.fwzc ul li:hover{
	box-shadow: 0 0 10px #1DA3DD;
	transition: all 0.6s;
}
.fwzc ul li:hover .fwzc-zf img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.fwzc ul li:hover .fwzc-yr h2{
	color: #1DA3DD;
}
.fwzc ul li:nth-child(odd) .fwzc-zf{
	float: left;
}
.fwzc ul li:nth-child(odd) .fwzc-yr{
	float: right;
}
.fwzc ul li:nth-child(even) .fwzc-zf{
	float: right;
}
.fwzc ul li:nth-child(even) .fwzc-yr{
	float: left;
}
	






	
	
	
	
	
	
	
	
	
	
}