@charset "utf-8";
.page-banner {
    min-width: 1200px;
    height: 497px;
    background: url(../images/other_banner.jpg) center no-repeat;
}
.page-banner2 {
    min-width: 1200px;
    height: 497px;
    background: url(../images/other_banner2.jpg) center no-repeat;
}
.page-con {
    margin-top: 40px;
    margin-bottom: 40px;
}
.left-part {
	width: 250px;
	float: left;
}
.right-part {
	width: 930px;
	float: right;
}
.left-part-item {
	width: 100%;
	padding-bottom: 15px;
}
.left-part-item .item-tit {
	height: 60px;
	line-height: 60px;
	text-indent: 30px;
	font-size: 16px;
	background: -webkit-linear-gradient(bottom, #ca0b0b, #0e4ea3); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #ca0b0b, #0e4ea3); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #ca0b0b, #0e4ea3); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #ca0b0b, #0e4ea3); /* 标准的语法 */
}
.left-part-item .item-tit a {
	display: block;
	color: #fff;
	/*background: url(../images/left_ico.gif) no-repeat 25px center;*/
}
.left-part-item .nav-list li{
	width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-indent: 30px;
    font-size: 15px;
    background-color: #fafafa;
}
.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
	width: 100%;
    height: 40px;
    display: block;
    /*background: url(../images/left_off.gif) no-repeat;*/
	color: #0e4ea3;
    font-weight: bold;
    border: 1px solid #0e4ea3;
    border-top: 0;
}
.left-part-item .contact {
	background: #f4f4f4;
	line-height: 22px;
	padding: 15px 5px;
}
.left-part-item .contact .pic img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.left-part-item .contact dt {
    font-size: 14px;
    font-weight: bold;
}
.left-part-item .contact dd {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 6px;
}



.right-part .right-part-tit{
	box-sizing: content-box;
	height: 28px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    /*padding-top: 10px;*/
    overflow: hidden;
}
.right-part .right-part-tit .tit-name{
    position: relative;
	width: 220px;
    height: 24px;
    line-height: 24px;
    text-indent: 12px;
    font-size: 16px;
    color: #262626;
}
.right-part .right-part-tit .tit-name:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #0e4ea3;
}
.right-part .right-part-tit .fr {
	width: 560px;
    text-align: right;
    padding-top: 4px;
}
.right-part .right-part-tit .position{
	font-size: 12px;
}
.right-part .proClass-desc p{
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}
.right-part .pic-list {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right-part .pic-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.right-part .pic-list li {
	width: 24%;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0 3px rgba(212,212,212,0.8);
    position: relative;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.right-part .pic-list li:nth-child(4n){
	margin-right: 0px;
}
.right-part .pic-list li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    top: -2px;
}
.right-part .pic-list a {
    display: block;
    padding: 10px 2px;
}
.right-part .pic-list .pic {

}
.right-part .pic-list .pic img {
   width: 100%;
}
.right-part .pic-list .txt {
	padding: 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-part .pic-list li a:hover {
	color: #0068b0;
}
.right-part .pic-list.case-Pic li:nth-child(2n) {
    margin-right: 0;
}
.right-part .pic-list.case-Pic li{
    width: 470px;
    margin-right: 20px;
}
.right-part .pic-list.case-Pic a{
    padding: 10px;
}
.right-part .pic-list.case-Pic .pic{
    width: 450px;
    height: 200px;
}
.right-part .pic-list.case-Pic .pic img {
    max-width: 450px;
    max-height: 200px;
}

/* 产品详情 */
.right-part .product-introduce .pro-images{
    padding: 10px;
    border: 1px solid #ededed;
    display: inline-block;
    text-align: center;
}
.right-part .product-introduce .pro-images img {
    max-width: 100%;
}
.right-part .product-introduce .pro-tit {
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #ededed;
    color: #333;
}
.right-part .product-introduce .product-type{
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
.right-part .product-introduce .pro-show{
    text-align: center;
    padding-bottom: 20px;
}
.right-part .product-introduce .pro-show img {
    max-width: 100%;
    height: auto !important;
}

/* 文章详情 */
.right-part .news-show .news_tit {
	text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.right-part .news-show .news_mes {
	margin-top: 14px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    border: 1px dotted #ccc;
    border-width: 1px 0;
}
.right-part .news-show .news_con {
    padding: 14px 10px;
	line-height: 24px;
    font-size: 14px;
    text-align: justify;
    background-color: #fff;
}
/*在线留言*/
.form_box {padding: 10px 0; }
.form_box form label {display: block;margin: 10px auto;color: #333;line-height: 30px;overflow: hidden;font-size: 14px;}
.form_box form label span {display: block;height: 30px;width: 70px;text-align: left;font-size: 14px;float: left;}
.form_box form label input { width: 100%; line-height: 26px; float: right; padding: 2px 4px; border: 1px solid #0e4ea3; border-radius: 4px;}
.form_box form label textarea {width: 100%; float: right;font-size: 14px;padding:4px;line-height: 20px; border: 1px solid #0e4ea3; border-radius: 4px;}
.form_box form .btn {margin: 20px auto;text-align: center;width: 580px;}
.form_box form .btn input {display: inline-block;margin:0 20px;font-size: 14px; width: 140px;height: 30px;border: none;border-radius: 2px;cursor: pointer;}


/* 页码 */
.pagelist {
	margin: 20px 0;
	text-align: center;
}
.pagelist li {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
}
.pagelist li a{
	padding: 0 10px;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;

    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: linear-gradient(to top, #0e4ea3, #0e4ea3); /* 标准的语法 */
    color: #fff;
}
.pagelist li.thisclass {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #0e4ea3;
	background: linear-gradient(to top, #0e4ea3, #0e4ea3); /* 标准的语法 */
	color: #fff;
}

/* 上下篇 */
.prevnext {
	width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #fff;
    font-size: 14px;
}
.prevnext .fr {
	text-align: right;
}

.right-part .news-list.ss-result li h6+div {
    overflow: hidden;
}
.right-part .news-list.ss-result li h6+div span {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: left;
}
.right-part .news-list.ss-result li h6+div span a {
    color: inherit;
}
.conme{
    padding-left: 19%;
    line-height: 25px;
    letter-spacing: 2px;
}
.productfont{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    width: 400px;
    margin-left: 30px;
    padding-left: 30px;
    border: 1px solid #ededed;
    height: 612px;
    vertical-align: top;
    padding-top: 10px;
    font-weight: 100;
	line-height: 25px;
}
.suoluotu{
	text-align: center;
}
.productfont{
    
}
.product-son{
	display: none;
}
.left-part .left-part-item .product-son li{
    display: inline-block;

}
.left-part .left-part-item .product-son li a{
	padding-left: 15px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.product-son li a span{
	font-weight: bold;
	font-size: 20px;
	    padding-right: 5px;
}
.left-part-item .nav-list li.cur{
	background-color: #0e4ea3;
	color: #FFF;
}
.left-part-item .nav-list li.cur a{
	color: #706e6e;
}
.left-part .left-part-item .product-son li:hover{
	background-color:#0e4ea3 ;
}
.proSmallImage{
   display: none;
}


.pro-show img.cur{
	display:inline-block;
}
.online_images{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
/*联系我们*/
.map1 {
    width: 478px;
    height: 480px;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
}
.map1 h2 {
    height: 105px;
    padding-top: 25px;
    background: #0e4ea3;
    overflow: hidden;
    padding-left: 36px;
    margin-bottom: 22px;
}
.map1 h2 em {
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
}

.map1 dd {
    font: 15px "Microsoft Yahei";
    line-height: 35px;
    color: #333;
    background: url(../images/icon11.gif) no-repeat 22px center;
    padding-left: 80px;
    margin-top: 10px;
    text-align: left;
}
.map1 dd:nth-of-type(2){
	background: url(../images/icon21.gif) no-repeat 22px center;
	
}
.map1 dd font{
	    display: block;
    font: 20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.map1 dd:nth-of-type(3){
	background: url(../images/icon31.gif) no-repeat 22px center;
}
/*通用左侧*/
.chanpinfenlei{
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 56px;
    letter-spacing: 10px;
    font-weight: 1000;
    background: url(../images/bj-in-nav.png) center;
    color: #FFF;
    line-height: 56px;
    
}
.contact .nav-list p{
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 10px;   
	color: #9f050c;
	text-align: left;
	color: #0e4ea3;
}
.contact .nav-list p:nth-of-type(1){
	text-align: left;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 0;
    font-weight: bold;
}
.contact .nav-list p a{
	
}
.contact .nav-list p.newsNeiye{
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    padding-left: 18px;
    border-bottom: 1px dashed;
    margin-top: 15px;
    background: url(../images/icoNews.png) no-repeat 5px 9px;
    padding-top: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    width: 100%;
}
.contact .nav-list p.newsNeiye:hover{
	color: #ffa200;	
}
.keyWorldSreach{
    font-size: 12px;
    color: #0e4ea3;
    line-height: 36px;
    width: 48.6%;
    display: inline-block;
    text-align: center;
    height: 36px;
    overflow: hidden;
}
.wrap{
	
}
.wrap .xiangsichanpin{
    height: 56px;
    background: url(../images/bj-in-nav.png) left center no-repeat;
    line-height: 56px;
    width: 234px;
    text-align: center;
    color: #fbf3bc;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.wrap .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap .list li{
    width: 23%;
    text-align: center;
    border: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
}
.wrap .list li a{
	
}
.wrap .list li a img{
	width: 100%;
    padding: 5px;
    height: 250px;
}
.wrap .list li .txt{
    margin: 15px 0;
    color: #333;
    width: 100%;
}
.wrap .list li:hover .moreproducts{
	bottom: 10px;
	transition: 0.8s;
}
.wrap .list li .moreproducts{
    font-size: 14px;
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #115ea4;
    color: #FFF;
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: 0.8s;
}

.canpincanshu{
	font-size: 20px;
	font-weight: bold;
	color: #0e4ea3;
	margin-bottom: 15px;
}
.productfont p{
	line-height: 25px;
}
.news-list-box{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    padding-top: 40px;
}
.news-list-box h6{
	font-size: 20px;
    padding-bottom: 15px;
}
.news-list-box p{
	    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
}
.news-list li{
    cursor: pointer;
    border-bottom: 1px dotted #0e4ea3;
    margin-bottom: 40px;
}
.news-list li:hover{
	color: #0e4ea3;
}
.news-list li img{
    width: 200px;
    margin-bottom: 15px;
}
#aboutUsHtml{
	background: url(../images/bj-aboutTitleImages.jpg) no-repeat center top;
	padding-top: 30px;
    padding-bottom: 35px;
}
.aboutUsHtml{
    padding: 50px 35px;
    background: #fff;
    -moz-box-shadow:0px 5px 5px #999; -webkit-box-shadow:0px 5px 5px #999; box-shadow:0px 5px 5px #999;
}
#aboutUsHtml h3 {
    display: block;
    color: #064b87;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    line-height: 45px;
}
.product-type{
		width: 150px;
		height: 50px;
		line-height: 50px;
		background-color: #0e4ea3;
		text-align: center;
		color: #FFF !important;
		border-radius: 9px;
		font-weight: bold;
	}
#aboutUsHtml h3 font{
	float: right;
	font-size: 12px;
	color: #aaa;
}
#aboutUsHtml h6{
	padding-bottom: 15px;
    font-size: 36px;
    color: #e4e6ea;
    text-transform: capitalize;
    line-height: 40px;
    font-family: "AvantGardeITCbyBT-Medium",Arial;
}
#aboutUsHtml p{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 2.2em;
    text-indent: 36px;
}
.content-boxs{
	display: flex;
	margin-top: 50px;
}
.price-box{
	padding-top: 15px;
}
.row-price{
	flex: 1;
    background-color: #151419;
    border-right: 1px solid #aaa;	
}
.content-boxs .row-price .price-box p#totalPrice,.content-boxs .row-price .price-box p#totalOrder,.content-boxs .row-price .price-box p#monthsPrice{
    text-align: center;
    line-height: 55px;
    display: block;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    text-indent: 0px;
}
.content-boxs .row-price .price-box h5{
    display: block;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding-bottom: 35px;
}
.nav-list2-title{
	text-align: center;
	line-height: 50px;
}
.nav-list2-title li{ 
display: inline-block;
padding: 0 20px;
}
.nav-list2-title li.cur{
	background-color: #FFF;
}
.nav-list2-title li a{
    display: block;
    height: 152px;
} 
.womendefuwu{
	background: url(../images/bj-womendefuwu.png) no-repeat center;
	height: 904px;
}
.icoList{
	display: flex;
	padding-top: 140px;
}
.icoList li{
	flex: 1;
	padding: 0 25px;
	text-align: center;
}
.icoList li img{
	
}
.icoList li font{
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	padding-top: 15px;
}
.dingzhishengchanshebei{
	text-align: center;
    padding-top: 100px;
}
.dingzhishengchanshebei font{
	color:#FFFFFF;
	font-size:30px;
}
.dingzhishengchanshebei p{
	font-size:14px !important;
	line-height:2;
	color: #FFF;
}
.dingzhishengchanshebeiImageBox{
	display: flex;
	margin-top: 35px;
}
.dingzhishengchanshebeiImageBox li{
	flex: 1;
}
.CompanyShiLi{
	
}
.CompanyShiLi font{
    color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.CompanyShiLiList{
	
}
.CompanyShiLiList li{
	display: inline-block;
	width: 50%;
	float: left;
	margin-top: 35px;
	padding: 15px;
	height: 156px;
}
.CompanyShiLiList li:nth-of-type(1),.CompanyShiLiList li:nth-of-type(4),.CompanyShiLiList li:nth-of-type(5),.CompanyShiLiList li:nth-of-type(8){
	background-color: #ca0b0b;
	color: #FFF;
}
.CompanyShiLiList li:nth-of-type(1) h4,.CompanyShiLiList li:nth-of-type(4) h4,.CompanyShiLiList li:nth-of-type(5) h4,.CompanyShiLiList li:nth-of-type(8) h4{
	color: #FFF;
}

.CompanyShiLiList li h4{
	text-align: center;
	color: #ca0b0b;
}
#aboutUsHtml .CompanyShiLiList li p{
	text-indent: 0 ;
	padding: 0 30px;
	font-size: 16px;
}
.CompanyShiLiList font{
	color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.pic-list2{
	
}
.pic-list2 li{
    display: inline-block;
    width: 49%;
    padding: 30px;
    margin-left: 2%;
    background-color: #FFF;
    margin-bottom: 2%;
}
.pic-list2 li:nth-of-type(odd){
	margin-left: 0;
}
.pic-list2 li a{
	
}
.pic-list2 li a .pic{
	
}
.pic-list2 li a .pic img{
	width: 100%;
}
.pic-list2 li a .txt{
    line-height: 50px;
    text-align: center;
}
.productBox{
	height: 100px;
}
#proStInner{
	background: url(../images/xiala_bg.png) repeat-x left bottom;
	width: 100%;
}
.ul-pro-in{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    padding-bottom: 5px;
    padding-top: 45px;
    margin-bottom: 35px;
}
.ul-pro-in li{
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-left: 20px;
}
.ul-pro-in li:nth-of-type(1){
	margin-left: 0;
}
.pro-tit{
	line-height: 55px;
}
.ul-pro-in li a{
	display: inline-block;
	padding-bottom: 10px;
}
.ul-pro-in li.cur a,.ul-pro-in li:hover a{
	border-bottom: 2px solid #0e4ea3;
}
#pro-pro-color{
	background-color: #f2f2f2;
}    
#pro-pro-img{
	padding-bottom: 60px;
	padding-top: 20px;
}
#pro-pro-img img{
	width: 100%;
}
.pic-list-pro{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pic-list-pro li{
    width: 23%;
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #eee;
    font-family: monospace;
	transition: 1s all;
	margin-left: 2%;
}
.pic-list-pro li:nth-of-type(1),.pic-list-pro li:nth-of-type(5),.pic-list-pro li:nth-of-type(9),.pic-list-pro li:nth-of-type(13){
	margin-left: 0;
}
.pic-list-pro li a p{
    display: block;
    color: #5c5c5c;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #FFF;
    border-top: 1px solid #eee;
    line-height: 55px;
    width: 100%;
    
}
.pic-list-pro li a img{
	width: 100%;
}
.pic-list-pro li:hover{
	-moz-box-shadow:0px 0px 8px #ddd; 
	-webkit-box-shadow:0px 0px 8px #ddd; 
	box-shadow:0px 0px 8px #ddd;
	transition: 0.5s all;
	transform: translateY(-10px);
}
.pic-list-pro li:hover p{
	color: #0e4ea3;
}
.prottt{
	line-height: 45px;
}
.productDataBoX{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	 margin-top: 40px;
}
.proImgBOX{
    width: 600px;
    border: 1px solid #ddd;
    overflow: hidden;
   position: relative;
}
.proImgBOX img{
	width: 100%;
	display: none;
}

.proImgBOX-father{
	position: relative;
}
.proImgBOX:hover img{
	transform:scale(1.15);
	transition: all 0.8s;
}
.proFONTBOX{
	width: 500px;
	border: 1px solid #ddd;
}
.proFONTBOX h6{
    text-align: center;
    line-height: 70px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 25px;
}
.proFONTBOX h6 b{
    color: #0e4ea3;
    font-family: serif;
}
.proFONTBOX p{
    line-height: 35px;
    padding-left: 35px;
    font-size: 16px;
    color: #666;
}
.proFONTBOX a{
    display: block;
    width: 270px;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #0e4ea3;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
    color: #FFF;
}
.pro_form_box{
	width: 1200px;
	margin: 0 auto;
}
.pro_form_box table{
	width: 1200px;
}
.pro_form_box table tbody{
	width: 100%;
	
}
.pro_form_box table tbody td{
    flex: 1;
    text-align: center;
    line-height: 35px;
    font-size: 14px
}
.xiangsichanpin{
    height: 56px;
    background: url(../images/bj-in-nav.png) left center no-repeat;
    line-height: 56px;
    width: 234px;
    text-align: center;
    color: #fbf3bc;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.smallproImgBOX{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.smallproImgBOX img{
	width: 75px;
	opacity: 0.5;
    border: 1px solid #111;
}

.smallproImgBOX img.cur{
	opacity: 1;
}
.proImgBOX img.cur{
	display: block;
}
.biaogeChanp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_form_box table tbody td:nth-of-type(1),.pro_form_box table tbody td:nth-of-type(3),.pro_form_box table tbody td:nth-of-type(5){
	background-color: #f5f5f5;
}
.newsInnerTitleNav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0;
}
.newsInnerTitleNav li{
	width: 230px;
	line-height: 61px;
	line-height: 61px;
	text-align: center;
    color: #4c4c4c;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}
.newsInnerTitleNav li:nth-last-child(1){
	border: none;
}
.newsInnerTitleNav li:hover{
	background-color: #0e4ea3;
	color: #FFF;
}
.news-list-nav li{
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news-list-nav li a h6{
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
.news-list-nav li a h6 .date{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
    padding-right: 15px;
}
.news-list-nav li a p{
    font-size: 14px;
    line-height: 2;
    color: #999999;
}
.news-list-nav li:hover{
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	cursor: pointer;
}
.news-list-nav li a span{
	display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 35px;
}
.news-list-nav li:hover a span{
    color: #fff;
    background-color: #008cd6;
}
.news-list-nav li:hover a h6{
	color:  #008cd6;
}
.case-list-box-in{
	width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.case-list-box-in li{
	width: 32.5%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.case-list-box-in li img{
	width: 100%;
	transition: 0.6s all;
}
.case-list-box-in li:hover img{
	transition: 0.6s all;
	transform:scale(1.2);
}

.case-list-box-in li .cast_txt{
    position: absolute;
    bottom: -86px;
    /* left: 5%; */
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    transition: all 0.6s;
    background-color: rgba(14,78,163,0.7);
    width: 100%;
    padding-left: 5%;
}
.case-list-box-in li .cast_txt p{
   margin-bottom: 25px;
    
}
.case-list-box-in li:hover .cast_txt{
	transition: all 0.6s;
	bottom: 0;
}
.case-list-box-in li:hover .cast_txt p{
	transition: all 0.6s;
}

.case-list-box-in li .cast_txt em{
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #0e4ea3;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}
#case_con_box{
	text-align: center;
}
.product-introduce{
	text-align: center;
}
.news_tit{
    text-align: center;
    padding-bottom: 35px;
    font-size: 18px;
    color: #008cd6;
}
.news_con{
	line-height: 30px;
}
.videoDataBoX{
	width: 1200px;
    margin: 0 auto;
}
.videoImgBOX{
	
}
.videoImgBOX iframe{
	width: 100%;
	height: 760px;
}
.videoDataBoX h6{
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
    color: #008cd6;
}
#about_13{
    background: url(../images/ico95.png) no-repeat center;
    width: 579px;
    height: 152px;
    margin-bottom: 45px;
}
#about_14{
    background: url(../images/ico96.png) no-repeat center;
    width: 579px;
    height: 152px;
    margin-bottom: 45px;
}
.ul-pro-in li#about_11{
    background: url(../images/ico93.png) no-repeat center;
    width: 579px;
    height: 152px;
}
#about_12{
    background: url(../images/ico94.png) no-repeat center;
    width: 579px;
    height: 152px;
}
.ul-pro-in li#about_13 a,.ul-pro-in li#about_14 a,.ul-pro-in li#about_11 a,.ul-pro-in li#about_12 a{
    display: block;
    height: 152px;
    padding-top: 100px;
}
.heroWid12,.heroWid13{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.heroWid12 img{
	width: 23%;
	border: 1px solid #aaa;
	margin-left: 2%;
	margin-bottom: 25px;
}
.heroWid13 img{
    width: 23%;
    border: 1px solid #aaa;
    margin-left: 2%;
    margin-bottom: 25px;
    height: auto;
    max-height: 404px;
}
.heroWid12 img:nth-of-type(1),.heroWid12 img:nth-of-type(5),.heroWid12 img:nth-of-type(9){
	margin-left: 0;
}
.heroWid13 img:nth-of-type(1),.heroWid13 img:nth-of-type(5),.heroWid13 img:nth-of-type(13),.heroWid13 img:nth-of-type(9),.heroWid13 img:nth-of-type(17){
	margin-left: 0;
}
.heroWid12Click,.heroWid13Click{
	display: none;
	justify-content: center; 
    align-items: center; 
    width: 100%;
    height: 100%;
   	position: fixed;
   	background-color: rgba(0,0,0,0.8);
   	top: 0;
   	right: 0;
   	overflow-y:auto;
}
.heroWid13Click{
	padding-top: 800px;
	
}
.heroWid13{
	margin-top: 50px;
}
.heroWid12Click.cur,.heroWid13Click.cur{
	display: flex;
}
.heroWid12Click img,.heroWid13Click img{
	display: none;
}
.heroWid12Click img.cur,.heroWid13Click img.cur{
	display: block;
}
