/* 首页共有 */
.bgDefult{ 
    padding: 10px 0;
    background-color: #f5f5f5;
}
.fontBlue{
    color: #105eb5;
}
.TitAll h2{
    font-family: "Microsoft YaHei", "Arial";
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}
.TitAll p small{
    font-size: 12px;
    line-height: 18px;
    color: #cdcdcd;
}
.TitAll h4{
    font-size: 12px;
    line-height: 18px;
    color: #9a9a9a;
}
/* 默认小屏幕 */
/* 搜索 */ 
.search{
    padding: 6px 0; 
}
 .searchLeft p,.searchLeft p a{
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #004381;
}
.searchLeft p a{
    color: #343434;
}
 .searchRight{
 	width: 100%; 
 }
.searchRight label{
    line-height: 30px;
}
.searchRight input{
    margin-right: -4px;
    vertical-align: middle;
    margin-top: 2px;
    border: 1px solid #eee;
    width: 62%;
    /*width: 266px;*/
    line-height: 31px;
    height: 31px;
    padding: 0 5px;
    box-sizing: border-box;
    outline: 0;
}
.searchRight button{
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: middle;
}
/* 搜索  end */	
/*  关于公司 */
.companyLTit h3 a{
    font-size: 18px;
    color: #282828;
    line-height: 30px;
}
.companyLTit p small{
    font-size: 12px;
    font-family: Arial;
    color: #949494;
}
.companyLTit:after{
    margin: 5px 0 8px;
    display: block;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #105eb5;
}
.compnayLInfo{
    margin: 20px auto 5px;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.compnayLInfo,.compnayLInfo p{
    font-size: 14px;
    color: #555555;
    line-height: 23px;
}
.companyLBot .companyLBLeft{
    float: left;
    width: 165px;
    margin-right: 10px;
}
.companyLBot .companyLBLeft p{
	margin-top: 5px;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 18px;
} 
.companyLBot .companyLBLeft h2 a{
    font-family: Impact;
    font-size: 24px;
    line-height: 22px;
    color: #e71414;
}
.companyLBRight {
    width: 110px;
    float: left;
}
.companyLBRight a{
    display: block;
    margin-top: 8px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    background: -webkit-linear-gradient(to right, #f3ab21, #f38d1d);
    background: -o-linear-gradient(to right, #f3ab21, #f38d1d);
    background: -moz-linear-gradient(to right, #f3ab21, #f38d1d);
    background: -ms-linear-gradient(to right, #f3ab21, #f38d1d);
    background: linear-gradient(to right, #f3ab21, #f38d1d);
}
.companyRight{
    width: 50%;
    float: right;
}
.companyRImg{
    position: relative;
    width: 100%;
    max-width: 595px;
    margin: 15px auto;
}
.companyRImg .playVideo{
    position: absolute;
    top: 34%;
    left: 42%;
    width: 60px;
}
/* 产品内容  */
.produtList{
	
}
.produtList a{
	display: block;
	float: left;
	margin: 3px;
	padding: 5px 10px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #007ABE;
	text-align: center;
	font-size: 13px;
	color: #333;
}
.produtList a:hover{
	background-color: #007ABE;
	color: #fff;
}
.produtItems dl{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px 15px;
}
.produtItems h4 a{
	font-size: 15px;
	line-height: 26px;
}
.itempro  .btn1, .itempro .btn2{
	display: block; 
    width: 45%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
}
.itempro .btn1{ 
	float: left;
    background: #adadad;
    
}
.itempro .btn2{
	float: right;
   background: #015cb5;
}
/* 产品内容  end*/
/* 经典案例 */
.caseMenu{ 
	margin: 15px auto;
	max-width: 360px;
}
.caseMenu li{
	border-radius: 50%;
	background-color: #fff;
	text-align: center; 
	width: 80px;
	height: 80px; 
	overflow: hidden;
	margin: 5px;
	float: left;
}
.caseMenu li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/caseIcon.png) no-repeat;
    margin-top: 10px;
}
.caseMenu li:nth-child(1) i{
	background-position: 0 0;
}
.caseMenu li:nth-child(2) i{
	background-position: -30px 0;
}
.caseMenu li:nth-child(3) i{
	    background-position: -60px 0;
}
.caseMenu li:nth-child(4) i{
	    background-position: -90px 0;
}
.caseMenu li:nth-child(5) i{
	    background-position: -120px 0;
}
.caseMenu li:nth-child(6) i{
	    background-position: -150px 0;
}
.caseMenu li:nth-child(7) i{
	background-position: -180px 0;
}
.caseMenu li:nth-child(8) i{
	background-position: -210px 0;
}
.caseContent .caseCont{
	position: relative; 
}
.caseContent .caseCont p{
	color: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	padding: 0 10px;
}
/* 经典案例 end*/
/* 实力保障  */
.oddsv{
	padding: 15px 0;
	background: #181818;
	
}
.oddsMenu{
	width: 340px;
	margin: 10px auto;
}
.oddsMenu li {
	display: block;
    width: 90px; 
    margin: 5px 10px;
    height: 90px;
    float: left; 
}
.oddsMenu li span {
	display: block;
    width: 100%;
    height: 90px;
    background: url(../images/oddsIcon.png) no-repeat; 
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    padding-top: 50px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s;
}
.oddsMenu li.active span{
	transition: all 0.3s;
    color: #fff;
}
.oddsMenu li .m1 {
    background-position: 0 0;
} 
.oddsMenu li.active .m1 {
    background-position: 0 -90px;
    transition: all 0.3s;
    color: #fff;
}
.oddsMenu li .m2 {
    background-position: -90px 0;
}
.oddsMenu li:nth-child(2).active .m2{
    background-position: -90px -90px;
}
 
.oddsMenu li.active .m3{
    background-position: 0 -90px;
}
.oddsMenu li .m4 {
    background-position: -180px 0;
}
.oddsMenu li:nth-child(4).active .m4{
    background-position: -180px -90px;
}
.oddsMenu li .m5 {
    background-position: -270px 0;
}
.oddsMenu li:nth-child(5).active  .m5{
    background-position: -270px -90px;
}
.oddsMenu li .m6 {
    background-position: -360px 0;
}
.oddsMenu li:nth-child(6).active .m6{
    background-position: -360px -90px;
}
.oddse-intit h2{
	color: #f3ab21;
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 10px;
}
.oddsv-tit h3 {
    font-size: 20px;
    color: #f3ab21;
    line-height: 28px;
}
.oddsMain .oddsv-tit p {
    display: block;
    font-size: 14px;
    font-family: Arial;
    color: #434343;
    line-height: 20px;
    margin-top: 10px;
    font-weight: normal;
}
 .oddsv-tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #303030;
}
.oddsv-info {
    padding-top: 20px;
    font-size: 14px;
    color: #999; 
}
.btnadd {
    height: 30px;
    line-height: 30px;
    border: 1px solid #007abe;
    padding: 0 15px;
    color: #007abe;
    text-align: center;
    border-radius: 15px;
    margin-top: 20px;
    display: inline-block;
}
.oddsMain .phone {
	margin-top: 10px;
    background: url(../images/DqImgs/telYl_07.png) no-repeat left center;
    padding-left: 58px;
    color: #f3ab21;
}
.oddsMain .phone span {
    display: block;
    font-size: 26px;
}
/* 资质证书 */
#showzz{width: 300px;margin: 10px auto;}
#showzz li {
    width: 40%;
    float: left;
    margin: 12px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #858585;
}
#showzz li  span{color: #fff;}
#showzz li.active {background-color: #005fb0;}
.showzizhi-content .col-xs-6{margin-bottom: 10px;}
.newsLeft {
    width: 100%; 
}
	.newsLTit a{
	    font-size: 23px;
	    line-height: 50px;
	}
	.fontDefult{
	    color: #23262b;
	}
	.newsLAl dl{
	    margin: 20px auto;
	}
	.newsLAl dl dt{ 
	    display: block;
	    width: 100%;
	    height: 112px;
	    /*text-align: center;*/
	}
	.newsLAl dl dt img{
	    max-width: 100%;
	    height: 100%;
	}
	.newsLAl dl dd{
	    display: block;
	    width: 100%;  
	}
	.newsInfo h4 a{
	    display: inline-block;
	    width: 73%;
	    font-size: 16px;
	    color: #363636;
	    height: 30px;
	    line-height: 30px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.newsInfo h4 span{
	    font-size: 13px;
	    line-height: 30px;
	    color: #a6a6a6;
	}
	.newsInfoCont{
	    margin-top: 10px;
	    display: block;
	    width: 100%;
	    height: 52px;
	    font-size: 13px;
	    color: #696969;
	    line-height: 26px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
	.newsRight{
	    border-top: 3px solid #005fb0;
	    width: 100%;
	   /* float: right;*/
	    background-color: #f5f5f5;
	}
	.newsRight h3{
	    width: 90%;
	    margin: 0 auto;
	    text-indent: 10px;
	    font-size: 20px;
	    color: #363636;
	    line-height: 60px;
	    border-bottom: 1px dashed #5f99cb;
	}
	.quec{
	    width: 84%;
	    padding-bottom: 20px;
	    margin: 0 auto;
	}
	.quec dl {
	    padding: 20px 0 20px;
	    border-bottom: 1px dotted #e3e3e3;
	}
	.quec dl dt{
	    margin: 5px auto;
	}
	.quec dl dt span{
	    background-color: #015cb5;
	    color: #fff;
	    padding: 3px;
	}
	.quec dl dt a{
	    display: block;
	    width: 91%;
	    float: right;
	    font-size: 14px;
	    color: #3f3f3f;
	}
	.quec dl dd span{
	    background-color: #f7c335;
	    color: #fff;
	    padding: 3px;
	}
	.quec dl dd .answer{
	    display: block;
	    width: 91%;
	    float: right;
	    font-size: 13px;
	    line-height: 24px;
	    height: 48px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    color: #666666;
	}
	/* 在线留言  */
	.atLineLy{
	    padding: 30px 0;
	}
	.atLineLeft{
	    width: 100%;
	    margin: 10px auto; 
	}
	.atLineLeft img{
	    max-width: 100%; 
	}
	.atLineRight{
	    width: 100%; 
	}
	.atLineRight h3{
	    font-size: 22px;
	    line-height: 30px;
	    font-weight: bold;
	}
	.atLineRight p small{
	    font-size: 14px;
	    color: #666666;
	}
	.atLineRight form{
	    width: 100%;
	    margin: 10px auto;
	}
	.inputF{
	    margin: 5px auto;
	    padding-top: 3px;
	    border: 1px solid #eee;
	    background-color: #fff;
	    vertical-align: middle;
	}
	.inputF label{
	    vertical-align: middle;
	    display: inline-block;
	    text-indent: 10px;
	    font-size: 14px;
	    color: #666666;
	    line-height: 30px;
	}
	.inputF input{
	    width: 76%;
	    border: 0;
	    height: 30px;
	    outline: 0;
	    line-height: 30px;
	}
	.inputF i{
	    font-style: normal;
	    color: #f00;
	}
	.inputF textarea{
	    border: 0;
	    width: 100%;
	    outline: 0;
	}
	.LyBtn{
	    margin-top: 16px;
	}
	.LyBtn button{
	    width: 100px;
	    height: 40px;
	    line-height: 40px;
	    border: 0;
	    font-size: 14px;
	    text-align: center;
	    color: #fff;
	    margin-right: 15px;
	}
	.LySub{
	    background-color: #015cb5;
	}
	.LyRes{
	    background-color: #949494;
	}
	/* 在线留言 end */
	/* 合作伙伴 */
	.hzFTit h3 {
	    font-size: 24px;
	    line-height: 38px;
	    color: #23262b;
	}
	.hzFTit h3:after {
	    display: block;
	    content: "";
	    margin: 0 0 10px;
	    width: 100px;
	    height: 1px;
	    background-color: #005fb0;
	}
	.hzFriend-cont>div{margin-top: 10px;}
	
@media (min-width:365px) {
	
}
@media (min-width:480px) {
	
}
@media (min-width:768px) {
	/* 通用标题  */
	.TitAll h2{ 
	    font-size: 30px;
	    line-height: 30px;
	}
	.TitAll p small{
	    font-size: 14px;
	    line-height: 28px; 
	}
	.TitAll h4{
	    font-size: 14px;
	    line-height: 28px; 
	}
	/* 案例*/
	.caseMenu{ 
		margin: 15px auto;
		max-width: 762px;
	}
	/*实力 */ 
	.oddsMenu{
		width: 680px;
		margin: 10px auto;
	}
	
}
@media  (min-width:992px) {
	/* 搜索 */ 
	.search .searchLeft{
	    width: 738px;
	    float: left;
	} 
	.search .searchRight{
	    width: 430px;
	    float: right;
	} 
	.searchRight input{ 
	    width: 266px; 
	}
	 
	/* 搜索 end*/
	/* 公司简介  */
	.company{
	    padding: 20px 0;
	}
	.companyAll{
	    margin: 30px auto 20px;
	}
	.companyLeft{
	    width: 550px;
	    float: left;
	}
	.companyLTit h3 a{
	    font-size: 24px;
	    color: #282828;
	    line-height: 30px;
	}
	.companyLTit p small{
	    font-size: 12px;
	    font-family: Arial;
	    color: #949494;
	}
	.companyLTit:after{
	    margin: 5px 0 8px;
	    display: block;
	    content: "";
	    width: 100px;
	    height: 3px;
	    background-color: #105eb5;
	}
	.compnayLInfo{
	    margin: 20px auto 5px;
	    width: 100%;
	    height: 256px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;
	}
	.compnayLInfo,.compnayLInfo p{
	    font-size: 14px;
	    color: #555555;
	    line-height: 26px;
	}
	.companyLBot .companyLBLeft{
	    float: left;
	    width: 185px;
	    margin-right: 10px;
	}
	.companyLBot .companyLBLeft p{
	    font-size: 14px;
	    color: #a5a5a5;
	    line-height: 20px;
	}
	
	.companyLBot .companyLBLeft h2 a{
	    font-family: Impact;
	    font-size: 28px;
	    line-height: 34px;
	    color: #e71414;
	}
	.companyLBRight {
	    width: 175px;
	    float: left;
	}
	.companyLBRight a{
	    display: block;
	    margin-top: 8px;
	    width: 100%;
	    height: 42px;
	    line-height: 42px;
	    color: #fff;
	    text-align: center;
	    font-size: 14px;
	    border-radius: 20px;
	    background: -webkit-linear-gradient(to right, #f3ab21, #f38d1d);
	    background: -o-linear-gradient(to right, #f3ab21, #f38d1d);
	    background: -moz-linear-gradient(to right, #f3ab21, #f38d1d);
	    background: -ms-linear-gradient(to right, #f3ab21, #f38d1d);
	    background: linear-gradient(to right, #f3ab21, #f38d1d);
	}
	.companyRight{
	    width: 50%;
	    float: right;
	}
	.companyRImg{
	    position: relative;
	    width: 595px;
	    height: 382px;
	}
	.companyRImg .playVideo{
	    position: absolute;
	    top: 38%;
	    left: 45%;
	    width: auto;
	}
	/* 公司简介 end  */
	
	/* 产品展示 */
	.proShow{
	    padding: 20px 0;
	}
	.proShowAll{
	    margin-top: 30px;
	}
	.proList{
	    width: 251px;
	    float: left;
	    background-color: #464646;
	    padding: 30px 16px;
	    box-sizing: border-box;
	}
	.panel {
	    margin-bottom: 20px;
	    background-color: #464646;
	    border: 1px solid #464646;
	}
	.panel-group .panel+.panel {
	    margin-top: 18px;
	}
	.panel-info>.panel-heading {
	    height: 46px;
	    line-height: 48px;
	    background-color: #6a6a6a;
	    border-color: #6a6a6a;
	    border-radius: 4px;
	}
	.panel-body {
	    padding: 5px 15px 0px;
	}
	.panel-info>.panel-heading a:first-child{
	    display: inline-block;
	    width: 160px;
	    margin-left: 10px;
	    height: 30px;
	    line-height: 30px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.panel-info>.panel-heading+.panel-collapse>.panel-body {
	    border-top-color: #464646;
	}
	.proList a{
	    color: #fff;
	    text-decoration: none;
	}
	.panel-body ul{
	    width: 80%;
	    margin: 0 auto;
	}
	.panel-body ul li{
	    margin: 3px auto;
	    list-style: url("../images/DqImgs/dd.png") inside;
	
	    vertical-align: middle;
	}
	.panel-body ul li  a{
	    display: inline-block;
	    width: 88%;
	    color: #fff;
	    height: 20px;
	    line-height: 15px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    vertical-align: middle;
	}
	.panel-body ul li:hover a{
	    color: #419fea;
	}
	.proLink{
	    margin: 30px auto 20px;
	    background: #6a6a6a;
	    padding: 0 20px 30px 20px;
	}
	
	.fontProL{
	    position: relative;
	    padding-top: 50px;
	    font-size: 18px;
	    line-height: 30px;
	    color: #e9e9e9;
	}
	.fontProL a{
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.fontProLx{
	    margin-top: 5px;
	    font-size: 18px;
	    color: #e9e9e9;
	}
	.proLink h3 a{
	    font-size: 23px;
	    line-height: 40px;
	    color: #e9e9e9;
	}
	.fontAddr{
	    font-size: 16px;
	    line-height: 30px;
	    color: #e3e3e3;
	}
	.proShowMain{
	    width: 922px;
	    float: right;
	}
	.proShowMain {
	
	}
	.m_cp{
	    width: 922px;
	}
	.m_cp dl{float: left;width: 294px;height: 354px;background: #f5f5f5; margin-right: 16px; margin-bottom: 44px;}
	.m_cp dl:nth-child(3n) {margin-right: 0;}
	.m_cp dl dt{padding: 10px;margin-bottom: 6px;}
	.m_cp dl dt img{display: block;width: 275px;height: 243px;}
	.m_cp dl dd h4{height: 24px;line-height: 24px;overflow: hidden;font-weight: normal;font-size: 14px;text-align: center;margin-bottom: 14px;}
	.m_cp dl dd h4 a{color: #666666;}
	.m_cp dl dd span{display: block;padding-left: 34px;}
	.m_cp dl dd span a{display: block;float: left;width: 100px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #fff;}
	.m_cp dl dd .btn1{margin-right: 30px;background: #adadad;border: 1px solid transparent;}
	.m_cp dl dd .btn2{background: #015cb5}
	.m_cp  dl.kong:hover {  background: #276fbb;}
	.m_cp  dl.kong:hover h4 a{color: #fff;}
	
	.m_cp  dl.kong:hover dd .btn1{background: #276fbb;border: 1px solid #fff;}
	.m_cp  dl.kong:hover dd .btn2{background: #f3ab21}
	.m_cp .bg1{background: #f7c433;}
	.m_cp .bg1 h4 a{color: #fff;}
	
	.m_cp .bg1 .btn1{margin-right: 30px;background: #f7c433;border: 1px solid #fff;}
	.m_cp .bg1 .btn2{background: #fff;color: #222222}
	
	.m_cp img,.m_kf dt img{
	    transform:scale(1,1);
	    -webkit-transform:scale(1,1);
	    transition: all 1s ease 0s;
	    -webkit-transition: all 1s ease 0s;
	}
	.m_cp img:hover,.m_kf dt img:hover{
	    transform:scale(1.02,1.02);
	    -webkit-transform:scale(1.02,1.02);
	}
	/* 产品展示 end */
	/* 经典案例  */
	.casePro{
	    padding: 30px 0 30px;
	    border-bottom: 3px solid #eeeeee;
	}
	.caseProT {
	    position: relative;
	}
	.caseProT h2{
	    font-size: 30px;
	    color: #282828;
	    font-weight: bold;
	    line-height: 40px;
	}
	.caseProT p{
	    font-size: 17px;
	    color: #282828;
	    line-height: 30px;
	}
	.caseBtn{
	    position: absolute;
	    bottom: -50px;
	    width: 100%;
	}
	.caseBtn a{
	    display: block;
	    margin: 0 auto;
	    background-color: #f3ab21;
	    color: #fff;
	    width: 182px;
	    font-size: 16px;
	    height: 38px;
	    line-height: 38px;
	    text-align: center;
	    border-radius: 20px;
	}
	/* 经典案例 end */
	/* 公司咨询  */
	#notice-tit3{
	    width: 486px;
	    margin: 20px auto;
	}
	#notice-tit3 li{
	    width: 218px;
	    float: left;
	    margin:  12px;
	    height: 43px;
	    line-height: 43px;
	    text-align: center;
	    background-color: #858585;
	}
	#notice-tit3 li.active{
	    background-color: #005fb0;
	}
	#notice-tit3 li a{
	    color: #fff;
	    font-size: 18px;
	}
	#www_zzjs_net,#www_zzjs_net2{
	    width: 100%;
	    height: 258px;
	    min-height: 25px;
	    line-height: 25px;
	    overflow: hidden;
	}
	#indemo,#indemo2{
	    float: left;
	    width: 800%;
	}
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	
	#demo1,#demo102 {
	    width: 1200px;
	    float: left;
	}
	#demo2,#demo202{
	    width: 1200px;
	    float: left;
	}
	.zsAll .zsItem {
	    width: 286px;
	    margin-right: 14px;
	    float: left;
	    text-align: center;
	}
	.zsItemImg {
	    width: 100%;
	    height: 204px;
	}
	/* 公司咨询 end */
	/* news  */
	.newsLeft{
	    width: 780px;
	    float: left;
	}
	
	.newsLAl dl dt{
	    float: left;
	    display: block;
	    width: 236px;
	    height: 112px;
	}
	.newsLAl dl dd{
	    display: block;
	    width: 512px;
	    float: right; 
	}
	.newsRight{ 
	    width: 356px;
	    float: right; 
	} 
	.inputF input{
	    width: 84%; 
	}
	/* news end */
	/* 在线留言  */
	.atLineLeft{
	    width: 538px;
	    height: 382px;
	    float: left;
	}
	.atLineLeft img{
	    width: 100%;
	    height: 100%;
	}
	.atLineRight{
	    width: 586px;
	    float: right;
	}
	.atLineRight form {
	    width: 90%;
	    margin: 10px auto;
	}
	.LyBtn button{
	    width: 136px;
	} 
	
	/* 在线留言 end */
	/* 合作伙伴 */
	.hzFriend{
	    padding: 26px 0 10px;
	}
	.hzFTit h3{
	    font-size: 24px;
	    line-height: 38px;
	    color: #23262b;
	}
	.hzFTit h3:after{
	    display: block;
	    content: "";
	    margin: 0 0 10px;
	    width: 100px;
	    height: 1px;
	    background-color: #005fb0;
	}
	.hzItem{
	    margin: 10px auto;
	    width: 180px;
	    height: 80px;
	    overflow: hidden;
	    border: 1px solid #eee;
	}
	.hzItem img{
	    width: 100%;
	    height: 100%;
	}
	/* 友情链接  */
	.friendsL h3{
	    margin: 10px 0;
	    font-size: 20px;
	    color: #3b3b3b;
	}
	.friendsL .friendsCont a{
	    font-size: 14px;
	    color: #838383;
	    padding: 3px;
	}
	/* 友情链接 end */
	/* 网络分布 */
	.workNet h3{
	    margin: 10px 0;
	    font-size: 16px;
	    color: #3c3c3c;
	}
	.workNet h3 a{
	    font-size: 14px;
	    padding: 5px;
	    color: #838383;
	}
	/* 网络分布 end */
	/* 合作伙伴 end*/ 
}
/* .newsLTit a:first-child{
	border-right: 3px solid #333333;
	box-sizing: border-box;
	padding-right: 15px;
	margin-right: 5px;
}
.w_news_list .newsLAl{
	display: none;
}
.w_news_list .newsLAl:nth-child(1){
	display: block;
} */
/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
	
    .bgDefult{
        width: 100%;
    }
}
/* 大型设备（大台式电脑，1200px 起） */
@media (max-width:768px){
	.newsInfo h4 span{
		display: none;
	}
	.newsInfo {
		text-align: center;
	}
	.hzFriend{
		display: none;
	}
	.newsLAl dl dt img{
		width:100%;
	}
}