﻿body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
p{
	margin: 0
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*状态栏*/
.nav-top{
	background: url(../images/index/nav-top-bj.jpg) no-repeat center center;
	height: 30px;
	min-width: 1200px;
	color: #666666;
	padding-top: 5px;
}
.nav-top span{
	float: left;
	display: block;
}
.nav-top div div{
	float: right;
}
.nav-top div div a{
	color: #666666;
	margin: 0 7px;
}
.nav-top div div a:hover{
	color: #0C659F;
}
.nav-top div div a:last-of-type{
	margin-right: 0;
}
/*导航栏*/
.navbar-brand {
    height: 50px;
    padding: 3px 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar {
    position: relative;
    min-height: 112px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: white;
   border: none;
}
.navbar {
    border-radius: 0;
}
.navbar-nav {
    margin-top: 32px;
    margin-left: 110px;
}
.navbar-default .navbar-nav>li>a {
    color: #333333;
    font-size: 16px;
    padding: 12px 20px;
}
.nav-tel{
	color: #006699;
	font-size: 26px;
	float: right;
	margin-top: 38px;
	font-family: fantasy;
}
.nav-tel img{
	margin-right: 10px;
	margin-bottom: 6px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav>li {
    margin-right: 12px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #0C659F;
    border-radius: 4px;
}
/*轮播*/
.carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin: 1px 4px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    background-color: #fff;
}
.carousel-inner>.item img{
	width: 100%;
}
/*服务范围*/
.infuwu-box{
	padding: 35px 0 40px;
    height: 365px;
}
.index-til{
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
}
.index-til span{
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 2px;
}
.infuwu-tex ul li{
	width: 25%;
	float: left;
	border-right: 1px solid #DADADA;
	text-align: center;
}
.infuwu-tex ul li:last-of-type{
	border: none;
}
.infuwu-tex ul li div{
	width: 100%;
	height: 85px;
	margin-bottom: 15px;
}
.infuwu-tex ul li div img{
	max-height: 100%;
	max-width: 100%;
	transition: all 0.3s;
}
.infuwu-tex ul li:hover div img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.infuwu-tex ul li span{
	display: block;
	font-size: 18px;
	margin-bottom: 12px;
}
.infuwu-tex ul li p{
	color: #5B5A5A;
	margin-bottom: 0;
	line-height: 23px;
}
/*存储方案*/
.inpv-box{
	background-color: #F5F5F5;
	padding: 38px 0 40px;
    min-width: 1200px;
    height: 540px;
}
.inpv-til{
	font-size: 28px;
	text-align: center;
	margin-bottom: 36px;
}
.inpv-til span{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	width: 1028px;
	margin: 5px auto 0;
}
.inpv-tex ul li{
	width: 240px;
	height: 320px;
	position: relative;
	overflow: hidden;
	float: left;
}
.inpv-bj{
	width: 100%;
	height: 100%;
}
.inpv-imp{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	color: white;
	padding: 95px 10px 20px;
	transition: all 0.3s;
}
.inpv-tex ul li a:hover .inpv-imp{
	background-color: rgba(12,101,159,0.6);
	padding-top: 30px;
}
.inpv-imp div{
	height: 65px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.inpv-tex ul li a:hover .inpv-imp div{
	margin-bottom: 15px;
}
.inpv-imp div img{max-height: 100%;max-width: 100%;}
.inpv-imp span{
	font-size: 16px;
	text-align: center;
	margin-bottom: 24px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.inpv-imp p{
	line-height: 25px;
	text-align: justify;
    overflow: hidden;
    height: 147px;
    opacity: 0;
    transition: all 0.3s;
}
.inpv-tex ul li a:hover .inpv-imp p{
	opacity: 1;
}
/*解决方案*/
.incase-box{
	padding: 35px 0 40px;
	height: 450px;
}
.incase-tex ul li{
	float: left;
	width: 280px;
	margin-left: 26px;
}
.incase-tex ul li:first-of-type{
	margin-left: 0;
}
.incase-tex ul li p{
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-bottom: 12px;
}
.incase-tex ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.incase-tex ul li a:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.incase-tex ul li span{
	display: block;
	color: #333333;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.incase-tex ul li a:hover span{
	color: #0C659F;
}
.incase-move{
	clear: both;
	text-align: center;
	padding-top: 35px;
}
.incase-move a{
	background-color: #0C659F;
    color: white;
    border-radius: 2px;
    padding: 9px 20px;
    font-size: 16px;
}
.incase-move a:hover{
	box-shadow: 2px 2px 8px 0.1px darkgray;
}
/*走进蓝华科技*/
.inabo-box{
	height: 565px;
    background: url(../images/index/zj-bj.jpg) no-repeat;
    padding-top: 25px;
    min-width: 1200px;
    position: relative;
    padding-bottom: 40px;
}
.inabo-box .index-til{
	color: white;
	margin-bottom: 20px;
}
.inabo-box .index-til span{
	color: #DCDCDC;
}
.inabo-top{
	color: white;
	font-size: 16px;
	text-align: center;
}
.inabo-top p{
	margin: 0 auto;
	width: 1111px;
	line-height: 27px;	
}
.inabo-top span{
	display: block;
	margin-top: 20px;
}
.inabo-top span a{
	color: white;
}
.inabo-top span a:hover{
	color: #0C659F;
}
.inabo-bot{
	padding: 24px 20px;
	background-color: white;
	margin-top: 16px;
	box-shadow: 0 0 8px 0.1px gainsboro;
}
#wrapper {
	overflow: hidden;
	width: 100%;
	height: 170px;
	position: relative;
}
#wrapper ul {
	position: absolute;
	left: 0;
	top: 0;
}
#wrapper li {
	float: left;
	list-style: none;
	height: 170px;
	border-radius: 9px;
	margin-left: 13px;
	margin-right: 13px;
}
#wrapper li img {
	width: 270px;
	height: 170px;
}
/*新闻资讯*/
.innews-lef .swiper-container {
	width: 100%;
	height: 100%;
}
.innews-lef .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
    display: -moz-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;
}
.innews-lef .swiper-slide{
	font-size: 16px;
}
.innews-lef .swiper-slide a{
	color: white;
}
.innews-lef .swiper-slide img{
	width: 100%;
	height: 100%;
}
.innews-lef .swiper-slide div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	text-align: left;
	background-color: rgba(0,0,0,0.4);
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 52px;
	padding: 14px 15px;
	padding-right: 84px;
}
.innews-lef .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: .2;
}
.innews-lef .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
.innews-lef .swiper-container-horizontal>.swiper-pagination-bullets, .innews-lef .swiper-pagination-custom, .innews-lef .swiper-pagination-fraction {
    bottom: 5px;
}
.innews-lef .swiper-container-horizontal>.swiper-pagination-bullets, .innews-lef .swiper-pagination-custom, .innews-lef .swiper-pagination-fraction {
    bottom: 14px;
    left: auto;
    right: 0;
    width: 19%;
        text-align: right;
        padding-right: 15px;
}
.innews-lef .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}
.innews-lef .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0C659F;
}
.innews-lef{
	float: left;
	width: 440px;
	height: 375px;
}
.innews-rig{
	width: 718px;
	margin-left: 482px;
}
.innews-time{
	width: 130px;
	height: 72px;
	float: left;
	text-align: center;
}
.innews-time span{
	color: #333333;
	display: block;
	height: 50%;
	width: 100%;
	background-color: #EDEDED;
	font-size: 20px;
	line-height: 36px;
	transition: all 0.3s;
}
.innews-time p{
	color: #666666;
	display: block;
	height: 50%;
	width: 100%;
	background-color: #E1E1E1;
	line-height: 36px;
	transition: all 0.3s;
}
.innews-imp{
	    width: 570px;
    margin-left: 148px;
}
.innews-imp span{
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	margin-bottom: 2px;
}
.innews-imp p{
	color: #888888;
	line-height: 25px;
}
.innews-rig ul li a:hover .innews-time span{
	background-color: #0C659F;
	color: white;
}
.innews-rig ul li a:hover .innews-time p{
	background-color: #0C659F;
	color: white;
}
.innews-rig ul li a:hover .innews-imp span{
	color: #0C659F;
}
.innews-rig ul li{
	margin-bottom: 24px;
}
.innews-box{
	margin-bottom: 45px;
    height: auto;
    overflow: hidden;
}
#marquee1{/*position:absolute;*/top:80px;left:50px;width:1200px;height:auto;overflow:hidden;background:white;}
#marquee1 ul {display: flex;flex-wrap: wrap;margin-bottom: 30px;height: 30px;}
#marquee1 ul li{ /*padding:0 5px;*/margin: 0 30px;border: 3px solid #F5F5F5;}
#marquee1 ul li a img{display:block;}
.inhzhb-box{
	padding-bottom: 50px;
}
/*页面脚部*/
.footer-top{
	background-color: #262626;
	min-width: 1200px;
	padding: 38px 0 35px;
	height: 265px;
	clear: both;
}
.footer-top>div>div{
	float: left;
	border-right: 1px solid #4B4B4B;
	min-height: 192px;
}
.footer-top>div>div:last-of-type{
	border: none;
}
.foot-o{
	width: 454px;
}
.foot-o span{
	display: block;
	margin-bottom: 12px;
	color: #D6D6D6;
}
.foot-o span img{
	margin-right: 12px;
}
.foot-o p{
	margin-top: 34px;
}
.foot-o p img{
	width: 98px;
	height: 98px;
	margin-right: 12px;
}
.foot-t{
	width: 230px;
	padding-left: 30px;
}
.foot-t div{
	font-size: 18px;
	color: #D6D6D6;
	margin-bottom: 13px;
}
.foot-t ul li{
	margin-bottom: 12px;
}
.foot-t ul li a{
	color: #D6D6D6;
}
.foot-t ul li a:hover{color: #4E8FB9;}
.foot-f{
	padding-left: 40px;
}
.foot-f div{
	margin-bottom: 80px;
}
.foot-f div a{
	margin-left: 10px;
}
.foot-f span a{color: white;background-color: #006699;font-size: 18px;padding: 10px 70px;border-radius: 5px;}
footer{
	background-color: #262626;
	min-width: 1200px;
	color: #D6D6D6;
	padding: 12px 0;
	border-top: 1px solid #4B4B4B;
}

/*关于我们页面*/
.oth-bwimg{
	width: 100%;
	min-width: 1200px;
}
.oth-bwimg img{
	width: 100%;
}
.lujing{
	border-bottom: 1px solid #DFDFDF;
    padding: 15px 0 8px;
    height: 48px;
    color: #666666;
    margin-bottom: 30px;
}
.lujing a{
	color: #666666;
}
.lujing a:hover{
	color: #0056A2;
}
.lujing img{
	width: 19px;
    margin-right: 10px;
    margin-bottom: 4px;
}
.oth-left{
	width: 272px;
	float: left;
}
.oth-right{
	width: 873px;
	margin-left: 325px;
}
.oth-leme{
	margin-bottom: 26px;
}
.oth-leme div{
	width: 100%;
	height: 82px;
	background-color: #0C659F;
	color: white;
	font-size: 22px;
	padding-left: 30px;
    padding-top: 11px;
}
.oth-leme div span{
	display: block;
	font-size: 16px;
	margin-top: 3px;
}
.oth-leme ul{
	border: 1px solid #CACACA;
	padding: 10px 30px;
}
.oth-leme ul li a{
	font-size: 18px;
	color: black;
	display: block;
	padding: 15px 0;
}
.oth-leme ul .oth-leact a{
	color: #0C659F;
	font-weight: bold;
}
.oth-leme ul li a span{
	display: inline-block;
	width: 195px;
}
.oth-leme ul li:not(:last-child){
	border-bottom: 1px solid #E9E9E9;
}
.oth-leme ul li img{
	float: right;width: 7px;height: 13px;margin-top: 6px;
}
.oth-leme ul li a:hover{
	color: #0C659F;
}
.othlecont div{
	background-color: #0C659F;
	padding: 10px 0;
	padding-left: 30px;
	color: white;
	font-size: 18px;
}
.othlecont ul{
	border: 1px solid #CACACA;
	padding: 10px 30px;
	line-height: 24px;
}
.othlecont ul li img{
	float: left;
	margin-top: 5px;
}
.othlecont ul li span{
	display: block;
	margin-left: 22px;
}
.other-box{
	min-height: 520px;
    height: auto;
    overflow: hidden;
}
.abo-til{
	font-size: 24px;
	margin-bottom: 25px;
	padding-top: 10px;
}
.abo-til span{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	margin-left: 12px;
}
.abo-tex p{
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 26px;
}
.abo-tex div{
	margin-bottom: 26px;
}
.abo-tex div img{
    display: inline-block;
    max-width: 100%;
}
.abo-tex div img:last-of-type{
	float: right;
}
.ryzz-tex li{
	max-width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ryzz-tex li:nth-of-type(3n+1){
	margin-left: 0;
}
.ryzz-tex li img{
	max-width: 100%;
}
/*产品中心*/
.pro-box{
	min-height: 880px;
	margin-bottom: 50px;
}
.pro-box>ul li{
	width: 258px;
	margin-left: 33px;
	margin-bottom: 25px;
	float: left;
}
.pro-box>ul li p{
	width: 100%;
	height: 155px;
	border: 1px solid #CACACA;
	overflow: hidden;
	margin-bottom: 12px;
}
.pro-box>ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.pro-box>ul li:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-box>ul li span{
	display: block;
	font-size: 16px;
	text-align: center;
	color: #333333;
}
.pro-box>ul li:hover span{
	color: #0C659F;
}
.thefenye{
	text-align: center;
	clear: both;
    height: auto;
    overflow: hidden;
}
.thefenye a{
	display: inline-block;
}
.thefenye a{
	margin: 0 5px;

}
.thefenye a{
	border: 1px solid #A7A7A7;
	color: #333333;
	padding: 6px 12px;
}
.thefenye a:hover{
	background-color: #0C659F;
	color: white;
    border-color: white;
}
.thefenye .current{
	border-color: white;
	background-color: #0C659F;
	color: white;
}

/*新闻中心页面*/
.news-box{
	min-height: 920px;
    margin-bottom: 55px;
}
.oth-thenews{
	margin-bottom: 26px;
}
.oth-thenews div{
	background-color: #0C659F;
    padding: 10px 0;
    padding-left: 30px;
    color: white;
    font-size: 18px;
}
.oth-thenews ul{
	border: 1px solid #CACACA;
	padding: 0 20px 10px;
	list-style: url(../images/others/oth-leic0.png) inside;
}
.oth-thenews ul li{
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #E2E2E2;
}
.oth-thenews ul .noline{
	border: none;
}
.oth-thenews ul li a{
	color: #333333;
}
.oth-thenews ul p{
	padding: 10px 0;
	text-align: right;
}
.news-box>ul{
	padding-top: 20px;
}
.news-box>ul li{
	margin-bottom: 30px;
}
.news-box>ul li img{
	width: 266px;
	height: 162px;
	float: left;
}
.news-imp{
	box-shadow: 0 0px 4px 0.1px #cccccc;		
	width: 607px;
	height: 162px;
	margin-left: 266px;
	padding: 20px;
	transition: all 0.3s;
}
.news-imp div{
	font-size: 20px;
	margin-bottom: 12px;
	color: #333333;
}
.news-box>ul li:hover .news-imp{
	box-shadow: 0 1px 4px 0.1px darkgray;
}
.news-box>ul li:hover .news-imp div{
	color: #0C659F;
}
.news-imp div span{
	display: block;
	color: #9A9A9A;
	font-size: 16px;
	float: right;
	margin-top: 6px;
}
.news-imp p{
	font-size: 16px;
	color: #666666;
	line-height: 27px;
	margin-bottom: 0;
	height: 81px;
    overflow: hidden;
}

/*解决方案*/
.case-box{
	min-height: 1000px;
	margin-bottom: 50px;
}
.case-box>ul li{
	width: 410px;
	margin-bottom: 28px;
	float: left;
}
.case-box>ul li:nth-of-type(2n){
	margin-left: 53px;
}
.case-box>ul li .case-img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case-box>ul li .case-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.case-box>ul li:hover .case-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case-box>ul li .case-tex{
	width: 100%;
	padding: 28px 15px 20px;
	box-shadow: 0 1px 6px 0.1px darkgray;
}
.case-box>ul li .case-tex span{
	font-size: 18px;
	color: #333333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 16px;
}
.case-box>ul li:hover .case-tex span{
	color: #0C659F;
}
.case-box>ul li .case-tex p{
	line-height: 23px;
	color: #666666;
	text-align: justify;
	height: 95px;
    overflow: hidden;
}

/*联系我们页面*/
.cont-map{
	width: 100%;
	height: 335px;
	margin-bottom: 36px;
}
.cont-map img{
	width: 100%;
	height: 100%;
}
.cont-tex ul{
	display: inline-block;
}
.cont-tex ul:nth-of-type(2){
	float: right;
	margin-right: 300px;
}
.cont-tex ul li{
	font-size: 16px;
	margin-bottom: 6px;
}
.cont-tex ul li span{
	display: inline-block;
	width: 20px;
	margin-right: 8px;
	position: relative;
    bottom: 2px;
}
.cont-tex ul li:first-of-type{
	font-size: 18px;
	margin-bottom: 18px;	
}

/*招聘中心*/
.rec-til{
	font-size: 24px;
	/*display: flex;*/
	margin-bottom: 20px;
	transition: all 0.3s;
}
.rec-til span{
	font-size: 18px;
	color: #666666;
	font-family: arial;
}
.rec-til img{
	margin-left: 2px;
	margin-right: 5px;
}
.rec-tex{
	margin-bottom: 10px;
	transition: all 0.3s;
}
.rec-tex span{
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}
.rec-tex ul {
	margin-bottom: 28px;
}
.rec-tex ul li{
	font-size: 14px;
	color: #666666;
	margin-bottom: 7px;
}
.rec-imp{
	margin-bottom: 50px;
}
.rec-imp:hover .rec-til{
	text-shadow: 2px 2px 8px #ABABAB;
}
.rec-imp:hover .rec-tex{
	text-shadow: 1px 1px 8px gainsboro;
}

/*留言*/
.cont-bot form{
	margin-top: 50px;
}
.cont-bot form div{
	margin-bottom: 28px;
}
.cont-bot form div span{
	display: inline-block;
	width: 258px;
}
.cont-bot form div span:not(:last-child){
	margin-right: 45px;
}
.cont-bot form div span label{
	display: block;
	color: #666666;
	font-weight: 100;
	margin-bottom: 3px;
}
.cont-bot form div span input{
	height: 40px;
	width: 100%;
	background-color: #F4F4F4;
	border: none;
	padding-left: 5px;
}
.cont-bot form>label{
	display: block;
	color: #666666;
	margin-bottom: 3px;
	font-weight: 100;
}
.cont-bot form textarea{
	width: 100%;
	height: 140px;
	background-color: #F4F4F4;
	margin-bottom: 25px;
	border: none;
}
.cont-bot form input[type=submit]{
	color: white;
	background-color: #2372B6;
	    padding: 6px 34px;
	border: none;
}
.cont-box{
	min-height: 800px;
	margin-bottom: 50px;
}
.om-box{
	margin-bottom: 25px;
}

/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsdes-text>.newsde-til{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsdes-text>.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #0C659F;
	margin-left: auto;
	margin-right: auto;
}
.newsdes-text>.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #0C659F;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text>div{
	font-size: 15.5px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-indent: 30px;
	text-align: justify;
}
.newsde-text>div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text>.newde-img{
	text-indent: 0;
	text-align: center;
}
.newsde-text>.newde-img>img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #0C659F;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #0C659F;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #0C659F;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*产品详情页面*/
.in-box-til{
	font-size: 25px;
	color: #666666;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 40px;
}
.pro-in-box-top>div{
	float: left;
}
.pro-in-box-top .imgbox{
	float: left;
}
.pro-in-box-top .imgbox{
	border: 1px solid #999999;
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-in-box-top p img{
	max-width: 100%;
	max-height: 100%;
}
.pro-in-box-top>div{
	margin-left: 50px;
	width: 50%;
}
.pro-in-box-top>div>div:not(:last-child){
	font-size: 16px;
	color: #666666;
	border-bottom: 1px dashed #666666;
	line-height: 50px;
}
.pro-in-box-top>div div:last-of-type{
	margin-top: 0px;
}
.pro-in-box-top>div div a>button{
	font-size: 20px;
	width: 300px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #053F13;
	color: #053F13;
}
.pro-in-box-bottom{
	margin-top: 50px;
}
.pro-in-box-bottom>div:first-of-type{
	    font-size: 20px;
    border-bottom: 2px solid gainsboro;
    margin-bottom: 30px;
    border-left: 5px solid #053F13;
    padding-left: 8px;
}
.pro-in-box-text>div{
	font-size: 16px;
	text-align: justify;
	text-indent: 25px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
    padding-right: 20px;
}
.pro-in-box-text>.in-box-text-img{
	text-indent: 0;
	text-align: center;
}
.pro-in-box-text>.in-box-text-img>img{
	width: 80%;
}

.newsde-til{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #003368;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.news-tilbot a{
	color: #003368;
}
.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.peo-box span{
	display: block;
	color: black;
	font-weight: bold;
}
.peo-box p{
	margin-bottom: 35px;
}
.peo-box div{
	text-align: center;
	margin-bottom: 30px;
}
.peo-box div img{
	max-width: 100%;
}
.thebottoms-jump{
	margin-top: 100px;
	border-top:1px solid gainsboro ;
	padding-bottom: 30px;
}
.thebottoms-jump>div{
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}
.thebottoms-jump a{
	color: #053F13;
}

.thebottom-jump>div {
	margin-top: 100px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.pro-in-box-top{
height:auto;
overflow:hidden;
}