* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
}

li {
	list-style: none;
}
.mo_video{
	/* display: none; */
}
.foot-m{
	display: block;
	height: 102px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.swiper-slide img,
.banner img {
	width: 100%;
}

input,
textarea {
	font-family: inherit;
	outline: none;
}

.login {
	font-size: 12px;
	color: #999999;
	border-bottom: 1px solid #E6E6E6;
}

.login>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
}

.login label {
	display: inline-block;
	vertical-align: middle;
}

.login p {
	display: inline-block;
}

.login input {
	width: 85px;
	margin-right: 20px;
	border: 1px solid #999;
	padding: 0 5px;
	margin-left: 5px;
	color: #999;
	font-size: 12px;
}

.login a {
	height: 22px;
	width: 45px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	background-color: #05264F;
	font-size: 12px;
	border: none;
	display: inline-block;
	vertical-align: middle;
}

.nav_top {
	padding: 23px 0;
}

.nav_top>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_top>div>div {
	display: flex;
	align-items: center;
}

.nav_top a {
	display: flex;
	align-items: center;
}

.nav_top div div {
	margin-left: 5px;
}

.nav_top_l {
	font-weight: bold;
	font-size: 13.5px;
}

.nav_top_l>img {
	margin-left: 15px;
}

.nav_top_l p:nth-child(1) {
	font-size: 30px;
}

.nav_top_r span {
	color: #E21900;
	font-size: 18px;
}

.nav_bot {
	background-color: #05264F;
	height: 54px;
}

.nav_bot li {
	width: 14.2857%;
	float: left;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
}

li.drop {
	position: relative;
}

li.drop .dropitem {
	position: absolute;
	left: 0;
	width: 100%;
	top: 54px;
	background-color: #000000;
	z-index: 100;
	display: none;
}
li.drop .dropitem li{
	width: 100%;
	height:40px;
	font-size: 14px;
	line-height:40px;
}
li.drop .dropitem li:hover{
	background-color: #00479F;
}
.nav_bot>div>ul >li>a:hover {
	background-color: #00479F;
}

.nav_bot li a {
	display: block;
}

.pad {
	padding: 80px 0;
}

/* 标题 */
.com_tit {
	text-align: center;
	font-size: 33px;
}

.com_tit p {
	background: url(../img/title-bg.png) no-repeat;
	display: inline-block;
	padding: 0 100px;
	background-size: 180px auto;
	background-position: center center;
}

.index_more {
	text-align: center;
	margin: 30px 0;
	position: relative;
	transform: translateX(0);
	z-index: 10;
}

.index_more::before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}

.index_more a {
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 30px;
	border: 1px solid #000;
	background-color: #fff;
}

.fot_top {
	background-color: #1a1a1a;
	padding: 50px 0;
}

.link {
	color: #fff;
	border-bottom: 1px solid #292929;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.link a {
	margin-left: 10px;
}

.fot_menu {
	color: #666;
	overflow: hidden;
}

.fot_menu>li {
	float: left;
	width: 14.2857%;
}

.fot_menu ul {
	margin-top: 15px;
}

.fot_menu ul li {
	font-size: 13px;
	margin-bottom: 5px;
}

.fot_menu ul li a:hover {
	color: #D87514;
}

.fot_call {
	display: flex;
	margin-top: 35px;
}

.fot_call_l {
	flex: 1;
}

.fot_call_l li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #292929;
	color: #fff;
	margin-bottom: 30px;
	margin: 15px 0;
	margin-right: 100px;
}

.fot_call_l p {
	display: inline-block;
	font-size: 12px;
}

.fot_ewm {
	color: #666;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	overflow: hidden;
}

.fot_ewm li {
	float: left;
	margin-left: 40px;
}

.copy {
	padding: 15px 0;
	background-color: #000;
	color: #666;
	font-size: 12px;
}

.copy>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#nav_ch{
    background-color: #00479F;
}

/* 除首页以外的样式 */
/* 视频中心 */
.htmlvid:after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…2013-149%202-15h-16zm0-114v56h137l1-12%203-29%201-15z%22%2F%3E%3C%2Fsvg%3E);
    display: none;
}
.video_details{
	margin: 60px 0;
}
.news_tits{
	font-size: 25px;
	color: #333;
	text-align: left;
	font-weight: 400;
	margin: 5px 0 5px 0;
}
.newsInfoWrap {
	margin: 30px 0;
	text-align: left;
	overflow: hidden;
}
.newsInfoWrap .leftInfo {
	overflow: hidden;
}
.newsInfoWrap .newsInfo {
	max-width: 200px;
	margin-right: 15px;
	font-size: 13px;
	color: #adadad;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line1 {
	border: 1px solid #f0efef;
	border-bottom: none;
	margin: 20px 0;
}

.v_tit{
	color: #332727;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 3;
}
.v_t:hover .vid{
	transform: scale(0.98);
}
.v_t:hover .v_tit{
	color: #60a9d7;
}
/* 联系我们 */
.calls_tit{
	margin: 60px 0 50px;
	text-align: center;
}
.contacts_tit{
	display: block;
	line-height: 1;
	font-size: 20px;
	color: #4bb344;
	font-weight: normal;
	font-family: "微软雅黑";
	word-break: keep-all;
	white-space: nowrap;
}
.contacts_introduce{
	margin-top: 15px;
	color: #999999;
}
.contacts_introduce p::after,.contacts_introduce p::before{
	content: "";
	display: inline-block;
	width: 50px;
	border-top: 1px solid #999999;
	vertical-align: 5px;
	margin: 0 10px;
}
.calls_content{
	display: flex;
}
.calls_content div{
	display: flex;
	width: 25%;
	/* justify-content: center; */
	flex-wrap: initial;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.calls_content_tit{
	font-size: 14px;
	color: rgb(170, 170, 170);
	line-height: 36px;
}
.calls_content_con{
	font-size: 16px;
	color: rgb(136, 136, 136);
	line-height: 36px;
}
.other_info{
	color: #666666;
	font-size: 20px;
	font-family: 微软雅黑;
	padding: 15px 0;
}
.other_info p{
	padding: 15px 0;
}
.map_box,.message_form{
	width: 900px;
	margin: 0 auto 30px;
}
.pt{
	display: flex;
	justify-content: space-between;
}
.pt>div{
	width: 30%;
}
.contactBox input {
	border: 1px solid #dededd;
	padding: .1rem 2rem;
	display: block;
	width: 100%;
	height: 45px;
	text-indent: .2rem;
	color: #000;
	font-size: .14rem;
	border-radius: 5px;
}
.contactBox input.contact-name {
	background: url(../img/user_ico.png) no-repeat .1rem center;
}
.contactBox input.contact-tel {
	background: url(../img/phone_ico.png) no-repeat .1rem center;
}
.contactBox input.contact-email {
	background: url(../img/email_ico.png) no-repeat .1rem center;
}
.contact-textarea {
	width: 100%;
	border: 1px solid #dededd;
	text-indent: .24rem;
	padding: 1% 2rem;
	line-height: 1.5;
	min-height: 10rem;
	color: #000;
	margin-top: .1rem;
	background: url(../img/content_ico.png) no-repeat .08rem .1rem;
	margin-top: .2rem;
	font-size: .16rem;
	resize: none;
}
.contactBox .contact-bth {
	display: block;
	margin-top: 0.05rem;
	outline: none;
	border: 0;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	margin: auto;
	background: #999;
	margin-top: .2rem;
	padding: 0;
	width: 150px;
	letter-spacing: 4px;
	font-size: .16rem;
}
.contactBox .contact-bth:hover{
	background-color: #a07070;
	cursor: pointer;
}
/* 视频案例以外的详情 */
.con{
	display: flex;
	margin: 60px 0;
}
.forms {
	border-bottom: 1px solid #cccccc;
}
.forms .center {
	display: table-cell;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.forms .formBannerTitle {
	display: flex;
	height: 45px;
	line-height: 45px;
	align-items: center;
}
.triangle_border_right{
	width:0;
	height:0;
	border-width:6px 0 6px 6px;
	border-style:solid;
	border-color:transparent transparent transparent #0071bd;/*透明 透明 透明 灰*/
	position:relative;
}
.titleCenter {
	display: table-cell;
}
.titleText {
	display: block;
	color: #0071bd;
	margin-left: 10px;
}
.photoDetail{
	margin: 5px;
}
.photoImgDiv {
text-align: center;
}
.photoDetail .content {
font-size: 14px;
width: 100%;
margin: 10px 0;
text-align: center;
color: #666666;
}
.richContent {
line-height: 1.8;
padding: 0;
white-space: normal;
word-wrap: break-word;
word-break: normal;
overflow: hidden;
width: 100%;
text-align: left;
}
/* 经典案例 */
.con{
	display: flex;
	margin: 60px 0;
}
.left_menu h3{
	margin-top: 0;
	background: #0071bd ;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 90px;
	text-align: center;
}
.left_menu ul li{
	background: #f1f1f1;
	margin-top: 1.5px;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	color: #454545;
}
.left_menu ul li:hover{
	cursor: pointer;
	background: #0071bd;
	color: #fff;
}
#left_ch{
	cursor: pointer;
	background: #0071bd;
	color: #fff;
}
.left_menu ul li a{
	display: block;
}
/* 产品排列样式 */
.related_product>div{
	margin-bottom: 20px;
}
.related_product a {
	display: block;
	border: 1px solid #ddd;
	transition: all .3s;
	background: #eee;
}
.related_product .img {
	padding: 5px;
	background: #fff;
	height: 180px;
    overflow: hidden;
}
.related_product .img img{
	height: 100%;
	width: 100%;
}
.related_product span {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
}
.related_product a:hover{
	background: #0071bd;
	border: 1px solid #0071bd;
	color: #fff;
}
.basic p{
	width: auto;
	height: auto;
	word-break: normal;
	table-layout: fixed;
	word-break: break-all;
	overflow: hidden;
	padding: 5px 10px;
	font-size: 14px;
	background: #dcdcdc;
}
/* 视频案例 */
.v_tit{
	color: #332727;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 3;
}
.v_t:hover .vid{
	transform: scale(0.98);
}
.v_t:hover .v_tit{
	color: #60a9d7;
}
/* 新闻 */
.zxlb-1n-ts-01-list dl {
	border: 1px solid #dedede;
	width: 100%;
	margin-bottom: 15px;
	padding: 22px 0 22px;
	background: #fff;
	display: inline-block;
}
.zxlb-1n-ts-01-list dt {
	width: 26%;
	float: left;
	margin-left: 22px;
	margin-right: 5.5%;
}
.zxlb-1n-ts-01-list dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.zxlb-1n-ts-01-list dd {
	width: 62%;
	float: left;
}
.zxlb-1n-ts-01-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}
.zxlb-1n-ts-01-list-desc {
	max-height: 72px;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 28px;
	overflow: hidden;
}
.zxlb-1n-ts-01-list-deta {
	float: right;
	width: 134px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.zxlb-1n-ts-01-list dl:hover {
	border-color: #0059b5;
}
.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
	background: #0059b5;
	border-color: #0059b5;
	color: #fff;
}
/* 新闻详情 */
.news_details{
	margin-top: 60px;
}
.news_tits{
	font-size: 25px;
	color: #333;
	text-align: left;
	font-weight: 400;
	margin: 5px 0 5px 0;
}
.newsInfoWrap {
	margin: 30px 0;
	text-align: left;
	overflow: hidden;
}
.newsInfoWrap .leftInfo {
	overflow: hidden;
}
.newsInfoWrap .newsInfo {
	max-width: 200px;
	margin-right: 15px;
	font-size: 13px;
	color: #adadad;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line1 {
	border: 1px solid #f0efef;
	border-bottom: none;
	margin: 20px 0;
}
/* 产品中心 */
.current_tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.current_tit span{
	color: #666;
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #666666;
}
.right_menu .img-b{
	border: solid 1px #f0f0f0;
	background-size: 100% 100%;
	padding-bottom: 100%;
	transition: all 1s;
	cursor: pointer;
	position: relative;
}
.right_menu h5{
	text-align: center;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.right_menu>div:hover .img-b{
	background-size: 105% 105%;
	background-position: center;
}
.img-b:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 80, 158, .7);
	transition: all .25s;
	transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	z-index: 2;
}
.right_menu>div:hover .img-b::before{
	transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-webkit-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
}
.img-b:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/pIcon.png) no-repeat;
	left: 50%;
	top: 100%;
	margin-left: -20px;
	opacity: 0;
	transition: all .25s;
	z-index: 3;
}
.right_menu>div:hover .img-b::after{
	opacity: 1;
	top: 50%;
}
.ty_num{
	margin: 20px 0;
}
/* 产品详情 */
.proshow_tit{
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	color: #0071bd;
}
.proshow_synopsis {
	width: 46%;
	font-size: 14px;
	float: right;
	line-height: 1.8;
	color: #aaa;
	border-radius: 3px;
}
.proshow_synopsis strong {
	color: #333;
}
.proshow_synopsis .txt {
	overflow: hidden;
	height: 205px;
	margin-bottom: 20px;
}
.prodcut-tel {
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 26px;
	background: url(../img/p_icon.png) no-repeat left 8px;
}
.prodcut-tel span {
	font-family: arial;
	font-size: 24px;
	color: #0071bd;
	display: block;
}
.proshow_synopsis .btn a {
	display: inline-block;
	padding: 0 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all .3s;
	background: #4b4b4b; 
	position: relative;
}
.proshow_synopsis .btn a:hover{
	background: #0071bd;
}
.relatedTitle {
	background: #d1d1d1;
	line-height: 40px;
}
.relatedTitle span {
	display: inline-block;
	color: #fff;
	background: #0071bd;
	width: 120px;
	text-align: center;
	font-size: 14px;
}
.bd {
	text-align: center;
	overflow: hidden;
	padding-top: 15px;
}
.related_product .swiper-slide a {
	display: block;
	border: 1px solid #ddd;
	transition: all .3s;
	background: #eee;
}
.related_product .swiper-slide .img {
	padding: 5px;
	background: #fff;
}
.related_product .swiper-slide span {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
}
.related_product .swiper-slide a:hover{
	background: #0071bd;
	border: 1px solid #0071bd;
	color: #fff;
}
/* or.css */
.about-menu{
    width: 100%;
    padding: 20px 0;
    top: 0;
    z-index: 9999;
}
.about-menu .container{
    display: flex;
}
.about-menu p{
    width: 20%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    background: #f0f0f0;
}
.about-menu p a:hover{
    color: #60a9d7;
    cursor: pointer;
}
.tit-s{
    color: rgba(5, 130, 201, 1);
    font-size: 30px;
    text-align: center;
    padding: 10px 0 30px;
}
.reset_style {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 30px;
    color: rgb(85, 85, 85);
    font-weight: normal;
}
.pc_nav {
	display: block;
}
.mo_nav {
	display: none;
}
.top_height{
	display: none;
}
.f_btn{
	display: none;
}
.f_btn_h{
	display: none;
}
@media (max-width: 768px){
	.pc_nav {
		display: none;
	}
	.mo_nav {
		display: block;
	}
	.top_height{
		display: block;
	}
	.foot-m{
		display: none;
	}
	.performance_type{
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.performance_type p{
		color: #fff;
		font-size: 1rem;
		text-align: center;
	}
	.f_btn_h{
		height: 3.5rem;
		display: block;
	}
	.f_btn{
		position: fixed;
		width: 100%;
		display: block;
		bottom: 0;
		height: 3.5rem;
		z-index: 98;
		background-color: #003b5a;
	}

	.price{
		position: static;
	}
	.container{
		width: 100%;
	}
	.price {
	    padding: 1rem 0;
	}
	.ab_l>p{
		text-indent: 1.5rem;
	}
	.price>div {
		flex-wrap: wrap;
	}
	.price p {
		text-align: center;
		font-size: 1.6rem;
		padding: 0;
		width: 100%;
	}
	.container form{
		display: flex;
		padding: 10px 0 0;
		width: 100%;
		align-items: center;
		flex-direction: column;
	}
	.price label {
		margin-bottom: 10px;
	}
	.pad {
		padding: 2rem 0;
	}
	.com_tit {
		text-align: center;
		font-size: 1.5rem;
	}
	.com_tit p {
		background-size: 125px auto;
	}
	.pro_list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 98%;
		margin: auto;
	}
	.pro_list li {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		font-size: 0.8rem;
		text-align: center;
		margin-left: 0;
	}
	.pro_img div {
		background-size: cover;
		background-position: center;
	}
	.pro_list p{
		white-space:nowrap;
		overflow:hidden;
		margin: 0.7rem;
		text-overflow:ellipsis;
	}
	.exam_kind ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.exam_kind li {
		width: 31%;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.exam_kind li:nth-child(n+2) {
		margin-left: 0%;
	}
	.exam_r li:nth-child(-n+2) {
		margin-bottom: 10px;
	}
	.exam_r li {
		padding-left: 10px;
	}
	.ab_top {
		width: 98%;
		margin: 15px auto 0;
		font-size: 0;
	}
	.ab_l {
		font-size: 12px;
		width: 100%;
		margin: auto;
		display: block;
		line-height: 1.75;
		padding-right: 0px;
		vertical-align: middle;
	}
	.ab_top img {
		width: 100%;
		margin-top: 10px;
		display: inline-block;
		vertical-align: middle;
	}
	.ab_l p:nth-child(1) {
	    margin-bottom: 15px;
	}
	.ab_list li {
		width: 48%;
		margin-left: 0%;
		margin-bottom: 0.3rem;;
	}
	.ab_list ul {
		overflow: hidden;
		width: 98%;
		display: flex;
		margin: 20px auto;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.ab_fot {
		background: url(../img/small-banner-bg.png);
		color: #fff;
		margin-top: 0;
	}
	.news_l,.news_r {
		width: 98%;
		float: none;
		margin: auto;
		padding-right: 0px;
	}
	.news_top li {
		width: 110px;
		display: inline-block;
		height: 100%;
		line-height: 48px;
		text-align: center;
		font-size: 14px;
	}
	.news_m_top {
		margin-top: 20px;
	}
	.news_img a {
		display: block;
		text-align: center;
	}
	.news_img img {
		width: 90%;
		float: none;
	}
	.news_img p:nth-child(1) {
		color: #0C0904;
		font-size: 22px;
		font-weight: bold;
		margin: 20px 0;
	}
	.news_img div {
		width: 96%;
		margin: auto;
		float: none;
		padding-left: 0;
	}
	.news_img p:nth-child(2) {
		text-align: left;
	}
	.news_list ul {
		width: 98%;
		margin: 20px auto 20px;
	}
	.news_list li {
		margin-bottom: 15px;
		position: relative;
	}
	.news_list li p:nth-child(1)::before {
		margin-right: 5px;
	}
	.news_list li p:last-child {
		font-size: 12px;
	}
	.news_r li {
		margin-top: 15px;
		border: solid 1px #E5E5E5;
	}
	.solve_list li p:nth-child(2) {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.75;
		padding: 5px;
	}
	
	/* 关于我们 */
	.ab_fot img {
		display: none;
	}
	.ab_fot_m {
		padding: 40px 10px;
		font-size: 16px;
		overflow: hidden;
		display: block;
		align-items: flex-end;
	}
	.phone_a::before {
		font-size: 14px;
		line-height: 30px;
	}
	.phone_a {
		display: none;
		background-color: #D87514;
		position: relative;
		width: 100px;
		height: 30px;
		transform: skewX(-20deg);
		right: 0px;
		margin-left: 0;
	}
	/* 底部 */
	.fot_top {
		background-color: #1a1a1a;
		padding: 30px 0;
	}
	.fot_menu{
		display: none;
	}
	.link {
		color: #fff;
		border-bottom: 1px solid #292929;
		padding: 0 5px 30px;
		margin-bottom: 0px;
		font-size: 12px;
	}
	.fot_call {
		flex-wrap: wrap;
		margin-top: 10px
	}
	.fot_call_l li {
		display: inline-block;
		padding: 5px 10px;
		border: none;
		color: #fff;
		margin-bottom: 30px;
		margin: 3px 0;
		margin-right: 0px;
	}
	.copy>div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.fot_ewm {
		margin-top: 20px;
	}
	
	
	
	/*关于我们页面(about.html)*/
	.about-menu p {
	    width: 20%;
	    text-align: center;
	    font-size: 14px;
	    padding: 20px 0;
	    background: #f0f0f0;
	}
	.tit-s {
	    color: rgba(5, 130, 201, 1);
	    font-size: 25px;
	    text-align: center;
	    padding: 15px 0 20px;
	}
	.introduce-b,.culture-b,.qualification-b,.architecture-b,.environment-b{
		width: 98%;
		margin: auto;
	}
	/*联系我们页面(callme.html)*/
	.calls_tit {
	    margin: 30px 0 25px;
	    text-align: center;
	}
	.calls_content {
	    display: flex;
	    flex-wrap: wrap;
	}
	.calls_content div {
	    display: flex;
	    width: 50%;
	    /* justify-content: center; */
	    flex-wrap: wrap;
	    flex-direction: column;
	    align-items: center;
	}
	.calls_content_con {
		font-size: 13px;
	    text-align: center;
	}
	.other_info {
	    padding: 15px 10px;
	    font-size: 16px;
	}
	.other_info p {
	    padding: 3px 0;
	}
	.pt {
	    flex-wrap: wrap;
	}
	.pt>div {
    width: 80%;
    margin: 3px auto;
}
.contact-textarea{
	width: 80%;
    border: 1px solid #dededd;
    text-indent: 24px;
    padding: 8px 22px;
    line-height: 1.5;
    min-height: 10rem;
    color: #000;
    margin-top: 10px;
    background: url(../img/content_ico.png) no-repeat 8px 10px;
    margin-top: 20px;
    font-size: 16px;
    resize: none;
}
.contactBox input {
    border: 1px solid #dededd;
    padding: 10px 20px;
    display: block;
    width: 100%;
    height: 45px;
    text-indent: 20px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}
.contactBox .contact-bth {
    display: block;
    margin-top: 5px;
    outline: none;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    margin: auto;
    background: #999;
    margin-top: 20px;
    padding: 0;
    width: 150px;
    letter-spacing: 4px;
    font-size: 16px;
    text-indent:0;
}
/*显示除视频案例以外的详情(caseDetails.html)*/
.row {
    margin: 0;
}
.con {
    display: flex;
    margin: 20px 0;
}
.triangle_border_right {
    margin-left: 10px;
}
.photoDetail img{
	max-width: 100%;
	height: auto;
}
/*显示除视频案例以外的列表(caseType.html)*/
.left_menu h3 {
    display: none;
}
.left_menu{
	padding: 0 0 10px;
}
/*显示视频案例(caseVideo.html)*/
.flex img, .flex>div {
    margin: .2em;
    cursor: pointer;
    border-radius: 2px;
    width: 98%;
    box-shadow: 0px 0.1em 0.7em rgba(0, 0, 0, 0.2);
}
.flex>div {
    max-width: 98% !important;
    margin: 0 auto 9px;
}
.flex img {
    max-width: 98%;
    margin: 0 auto 9px;
}
.htmlvid:after {
     display: none;
}
/*新闻(news.html)*/
.zxlb-1n-ts-01-list dt {
    width: 90%;
     float: none; 
    margin: auto;
     margin-left: auto; 
     margin-right: auto; 
}
.zxlb-1n-ts-01-list dd {
    width: 90%;
    float: none; 
    display: block;
    margin: auto;
}
.zxlb-1n-ts-01-list-deta {
    display: none;
}
.zxlb-1n-ts-01-list-desc {
    margin-bottom: 0;
}
/*新闻详情(newsDetails.html)*/
.news_details {
    margin: 50px auto 0;
    width: 98%;
}
.news_tits {
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: 400;
    margin: 5px 0 5px 0;
}
/*产品中心(product.html)*/
/*产品详情(productDetails.html)*/ 
.d_f{
	display: block !important;
}
#outBox {
    width: 100%;
    height: auto;
    margin: 2px auto 10px;

}
.leftBox {
    width: 100%;
    height: auto;
    float: none;
}
.w {
    width: 100%;
    height: 350px;
}
.moveBox {
    width: 150px;
    height: 150px;
    background: rgba(222,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: move;
}
.magBox {
    width: 0;
    height: 0;
    border: 1px solid #f2f2f2;
    position: relative;
    float: none;
    overflow: hidden;
    z-index: 99;
    display: none;
}
.proshow_synopsis {
    width: 98%;
    font-size: 14px;
     float: none; 
    line-height: 1.8;
    color: #aaa;
    border-radius: 3px;
}
.btn{
	display: none;
}
.bd img{
	max-width: 100%;
}
/*视频中心(video.html)*/
.video_details {
    margin: 30px 0;
}
.mo_video{
	display: block;
}
.vid{
	display: none;
}

}