@charset "utf-8";
/* Haoteam Vision Technologies Co.,Ltd，ZhaoQing，2021 */
html {
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;/*在移动设备上如手机和平板横屏会导致字体变大，-webkit-text-size-adjust: 100%可以禁止字体变化。*/
	-ms-text-size-adjust: 100%;/*检索或设置移动端页面中对象文本的大小调整。*/
	text-rendering: optimizelegibility;/*文本渲染，optimizeLegibility，浏览器在绘制文本时将着重考虑易读性，而不是渲染速度和几何精度。它会使字间距和连字有效。*/
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
}
@font-face{
	font-family: myFirstFont;
	src: url("../font/MiSans-Light.ttf")
}
body {/**/
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	margin: 0 auto;
	padding: 0;
}
header, section, footer, aside, nav, main, article, figure, details, figcaption, menu {/*HTML5定义了8个新的HTML语义（semantic）元素。所有这些元素都是块级元素。为了能让旧版本的浏览器正确显示这些元素，设置display属性值为 block。*/
	display: block; 
}
audio, canvas, video {/* HTML5 媒体文件跟 img 保持一致 */
	display: inline-block;
}
table {/* 去掉各Table cell 的边距并让其边重合 */
	border-collapse: collapse;
	border-spacing: 0;
}
tr{
	border-width: 1px;
	border-style: solid;
	border-color: #0f4c81;
}
th {
	background-color: #0f4c81;
	color: #fff;
}
td, th {
	padding: 5px 10px;
	border-width: 0;
}
fieldset, img {
	border: 0;
}
blockquote {/* 块/段落引用 */
	position: relative;
	font-weight: 400;
	border-left: 4px solid #b1262d;
	padding-left: 1em;
	margin: 1em 3em 1em 2em;
}
@media only screen and ( max-width: 640px ) {
	blockquote {
		margin: 1em 0;
	}
}
acronym, abbr {/* 缩写标签，Firefox 以外，元素没有下划线，需添加 */
	border-bottom: 1px dotted;
	font-variant: normal;
	text-decoration: none;
}
abbr {/* 添加鼠标问号 */
	cursor: help;
}
ol, ul, li {
	list-style:none;
}
caption, th {
	text-align: left;
}
sub, sup {/* 上标和下标 */
	font-size: 75%;
	line-height: 0;
	position: relative;
}
:root sub, :root sup {
	vertical-align: baseline;/* for ie9 and other modern browsers */
}
sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
a {
	color: #0f4c81;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #b1262d;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #000;
	line-height: 1.35;
}
p{
	color: #3f3f3f;
	font-size: 18px;
	line-height: 2em;
	text-indent: 2em;
	text-align: left;
}
/**********《页眉》开始**********/
header {/*页眉开始*/
	width: 100%;
	height: 70px;
	padding: 0;
	border-bottom: 0px #0f4c81 solid;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.8);
}
#header_content{
	max-width: 1200px;
	min-width: 650px;
	margin: 0 auto;
	padding: 0;
	height: 70px;
}
#logo {
	width: 150px;
	height: 50px;
	margin: 0px;
	padding-top: 15px;
	flot: left;
}
#logo img{/*图片自适应尺寸。
	position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#nav {/*导航条*/
	width:500px;
	height:40px;
	margin-top: 30px;
	margin-right: 50px;
	padding: 0;
	float:right;
	background-color:#fff;
	border: 0px #fff solid;
}
#nav ul {/**/
	display:block;
	width: 500px;
	height:40px;
	margin:0px;
	padding: 0px;
}
#nav li {/**/
	position:relative;
	display:block;
	width:100px;
	height:40px;
	float:left;
	display: inline;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
}
#nav li a {
	text-decoration:none;
	color:#0f4c81;
	font-size:18px;
	display:block;
	width:100px;
	height:40px;
}
#nav li a:hover {
	color:#b1262d;
	font-weight: 600;
}
#nav_empty{/*主导航条下占位空间*/
	width: 1200px;
	height: 70px;
}
main{
	width: 100%;
	max-width: 1200px;
	min-width: 650px;
	min-heigt: 2000px;
	margin: 0 auto;
	background-color: #fff;
	display: table;
}
/**********《页眉》结束**********/

/**********《首页》开始**********/
#main_Banner img{
	max-width: 1200px;
}
#banner_bg{
	
}
#banner_box{
	width: 1000px;
	height: 200px;
	position: absolute;
	top:170px;
	z-index: 100;
	padding-left: 170px;
}
#banner_text{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 52px;
	line-height: 68px;
	margin-top: -8px;
	margin-bottom: -8px;
	font-weight: bold;
	font-family: Microsoft YaHei,Arial,sans-serif;
}
#banner_text img{/*banner里的书法图片*/
	width: 280px;
}
#banner_btn{
	padding: 5px 10px;
	color: #fff;
	border: 2px solid #b1262d;
	background: #b1262d;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.125;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	transition: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	text-decoration: none;
	outline-style: none;
	box-sizing: border-box;
	list-style: none;
	font-family: Microsoft YaHei,Arial,sans-serif;
	}

#main_tab{
	width: 1200px;
	min-height: 600px;
	margin: 5px 0;
}
#tab_left{
	width: 390px;
	float: left;
	margin-right: 10px;
}
#tab_center{
	width: 390px;
	float: left;
	margin: 0 5px;
}
#tab_right{
	width: 390px;
	float: left;
	margin-left: 10px;
}
.tab_big{
	width: 390px;
	height: 300px;
	margin :5px 0;
	padding: 0;
	border: 0px #000 solid;
	border-radius: 6px;
	float:left;
	}
.tab_big a{
	width: 390px;
	height: 300px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: bottom;
}
.tab_small{
	width: 390px;
	height: 180px;
	margin :5px 0;
	border: 0px #000 solid;
	border-radius: 6px;
	float:left;
	display: table-cell;
	vertical-align: bottom;
}
.tab_small a{
	width: 390px;
	height: 180px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: bottom;
}
.tab_big:hover, .tab_small:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.8);
}
.tab_big h3, .tab_small h3{
	width: 360px;
	height: 24px;
	margin: 10px 20px;
	font-weight: 800;
	line-height: 24px;
	color: #fff;
}
.tab_big h4, .tab_small h4{
	width: 360px;
	height: 24px;
	margin: 10px 20px;
	line-height: 24px;
	color: #fff;
}
.home_news{
	width: 1200px;
	height: 399px;
	background: #f2f2f2;
}
.home_news_left{
	width: 352px;
	height: 349px;
	margin: 1px;
	padding: 24px 24px;
	border:0px solid #000;
	flex-shrink:0;
	background:#fff;
	transition:.3s all;
	-webkit-transition:.3s all;
	float: left;
}
.home_news_left:hover{
	box-shadow:0 0 15px 0 rgba(0,0,0,0.13);
	z-index:1
}
.home_news_left img{
	width: 100%;
	height: 200px;
	margin-bottom: 24px;
	transition: 0.3s;
	vertical-align: middle;
}
.home_news_right{
	width: 350px;
	height: 150px;
	background: #fff;;
	padding: 24px;
	border: 0px solid #000;
	margin-top: 1px;
	margin-right: 1px;
	transition: .3s all;
	-webkit-transition: .3s all;
	float: left;
}
.home_news_right:hover{
	box-shadow:0 0 15px 0 rgba(0,0,0,0.13);
	z-index:1
}
.home_news_type{
	background: rgba(207,38,28,0.1);
	border-radius: 4px;
	font-size: 14px;
	color: #cf261c;
	padding: 5px 10px;
	min-width: 50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.home_news_title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: .11px;
	line-height: 32px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.huoban {
	width:100%;
	padding: 0;
	margin:0 auto;
	overflow:hidden;
	background:#f2f2f2;
}
.huoban h1{
	text-align: center;
	font-size: 18px;
	color: #3f3f3f;
}
.hezuo {
	width:1200px;
	height:220px;
	margin:0 auto;
	text-align: center;
}
.hezuo ul {
	margin: 0;
	padding: 0;
}
.hezuo ul li {
	float:left;
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	width: 197px;
	height: 62px;
	border: 1px solid #dcdddd;
}
/**********《首页》结束**********/

/**********《产品》开始**********/
.main_pro{/*产品索引页*/
	width: 1200px;
	margin: 0px;
	border-top: 0px #504e4e solid;
	display: table;
	background-image: url("pro_bg.png");
}
.main_pro h1{/*产品索引页*/
	text-align: center;
}
.pro_tab{/*产品索引页*/
	width: 370px;
	height: 300px;
	margin: 15px;
	padding: 0px;
	border-top: 1px #afafaf solid;
	float: left;
	overflow: hidden;
}
.pro_title{/*产品索引页*/
	height:24px;
	font-size:24px;
	font-weight: 600;
	line-height: 40px;
	color:#0f4c81;
}
.pro_txtbox{/*产品索引页*/
	color:#504e4e;
}
.pro_more{/*产品索引页*/
	width:370px;
	height: 33px;
	text-align: right;
	vertical-align: middle;
	color:#000;
}
.pro_more a{/*产品索引页*/
	padding: 5px 10px;
	border: 1px #3f3f3f solid;
	text-decoration: none;
	color:#3f3f3f;
	background-color:transparent;
}
.pro_banner{/*产品索引页*/
	width: 1200px;
	overflow: hidden;
}
.pro_content_title_1{/*产品内容页，标题的第1种类型*/
	width: 1200px;
	height: 400px;
	margin: 0;
	padding: 0;
	color: white;
}
.pro_content_title_1 h1{/*产品内容页，标题的第1种类型，主标题*/
	width:600px;
	margin-top: 0;
	margin-left: 100px;
	margin-bottom: 0px;
	padding-top: 140px;
	border: 0px #000 solid;
	font-size: 42px;
	font-weight: bolder;
	line-height: 48px;
}
.pro_content_title_1 h2{/*产品内容页，标题的第1种类型，副标题*/
	width:800px;
	margin-top: 0;
	margin-left: 100px;
	padding-top: 20px;
	border: 0px #000 solid;
	font-size: 24px;
	line-height: 48px;
}
.pro_content_title_2{/*产品内容页，标题的第2种类型*/
	width: 1200px;
	height: 400px;
	margin: 0;
	padding: 0;
	color: black;
	overflow: hidden;/*避免内部div的margin影响外部margin样式。*/
}
.pro_content_title_2 h1{/*产品内容页，标题的第2种类型，文字居中白色背景*/
	width:800px;
	height: 100px;
	margin: 100px auto 0 auto;
	padding: 0px;
	background-color: rgba(255,255,255,0.8);
	border: 0px #000 solid;
	font-size: 42px;
	text-align: center;
	text-decoration-line: underline;
	line-height: 100px;
}
.pro_content_title_2 h2{/*产品内容页，标题的第2种类型，副标题*/
	width:760px;
	height: 80px;
	margin: 0px auto 0 auto;
	padding: 0 20px 20px 20px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
	border: 0px #000 solid;
	font-size: 20px;
	line-height: 28px;
	text-indent: 2em;
}
.pro_content_title_3{/*产品内容页，标题的第3种类型：4小方块*/
	width: 1200px;
	height: 400px;
	margin: 0;
	padding: 0;
	color: black;
	overflow: hidden;/*避免内部div的margin影响外部margin样式。*/
}
.pro_content_title_3_tab{
	width:237px;
	height: 300px;
	margin: 50px 0px 50px 50px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	float: left;
	text-align: center;
}
.pro_content_title_3_tab img{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 30px auto 10px auto;
	max-width: 50%;
	height: 50%;
	border: 0px #000 solid;
}
.pro_content_title_3 h1{/*产品内容页，标题的第3种类型，文字居中白色背景*/
	width: 237px;
	height: 20px;
	top: 180px;
	margin: 0 auto 20px 0;
	padding: 0px;
	border: 0px #000 solid;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 20px;
}
.pro_content_title_3 h2{/*产品内容页，标题的第3种类型，副标题*/
	width: 198px;
	height: 80px;
	margin: 0;
	padding: 0 20px 20px 20px;
	overflow: hidden;
	border: 0px #000 solid;
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	text-align: left;
}
.pro_content_text_1{/*产品内容页，居中大标题。*/
	width: auto;
	height: 100px;
	margin: 0 auto;
	text-align:center;
	color: transparent;
	font-size: 40px;
	font-weight: bolder;
	line-height: 100px;
	background: linear-gradient(to right, #0f4c81, #a0b5d0);
	-webkit-background-clip: text;
}
.pro_banner img{/*产品内容页，图片自适应尺寸。*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#pro_contact{/*产品内容页，“立即咨询”。*/
	width: 1200px;
	height: 400px;
	background: #000000 url('pro_bg_contact.png') no-repeat;
	text-align: right;
}
#pro_contact_text{/*产品内容页，“立即咨询”文案。*/
	padding-top: 80px;
	padding-right: 160px;
	font-size: 48px;
	color: black;
}
#pro_contact a{/*产品内容页，“立即咨询”链接。*/
	margin-right: 240px;
	padding: 5px 20px;
	color: #fff;
	border: 2px solid #b1262d;
	background: #b1262d;
	border-radius: 20px;
	font-size: 18px;
	line-height: 1.125;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	transition: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	text-decoration: none;
	outline-style: none;
	box-sizing: border-box;
	list-style: none;
	font-family: Microsoft YaHei,Arial,sans-serif;
}
/**********《产品》结束**********/

/**********《行业》开始**********/
.solution_title{
	font-size: 28px;
	line-height: 60px;
}
.solution_list{
	width:370px;
	height: 33px;
	text-align: left;
	vertical-align: middle;
	color:#000;
}
.solution_list a{
	padding: 5px 10px;
	margin-left: 20px;
	border: 1px #3f3f3f solid;
	text-decoration: none;
	color:#3f3f3f;
	background-color:transparent;
	line-height: 48px;
}
/**********《行业》结束**********/

/**********《案例》开始**********/
.cases_list { margin: 20px auto; display: flex; flex-wrap: wrap; }
.cases_list li { width: calc(25% - 20px); position: relative; margin: 0 10px 20px 10px; background: #f6f6f6; }
.cases_list li img {width: 100%; transition: 0.3s; vertical-align: middle; }/*图片宽高比需设置为2：1。*/
.cases_list li:hover img { transform: scale(1.1); }/*图片缩放效果*/
.cases_list h3 { margin: 10px auto; padding: 0; color:#0f4c81; font-weight: 800;}
.case_tab_img { overflow: hidden; }
.case_tab_content { padding: 0 10px 50px 10px; }
.cases_link { position: absolute; bottom: 20px; left: auto; right: 20px; color: #b1262d; }
#article_title { height: 300px; margin: 0; padding: 0; }
#article_title h1 { width:600px; margin-top: 0; margin-left: 100px; padding-top: 100px; border: 0px #000 solid; font-size: 32px; line-height: 48px; }
#article_txtbox { width: 1000px; background: #fff; box-shadow: -2px 1px 9px rgba(0,0,0,.1); margin: 20px 0; padding: 30px 100px; display: table; font-size: 18px; text-align: center; line-height: 2em; }
#article_txtbox h1 { color: #0f4c81; font-size: 32px; font-weight: 800; line-height: 2em; }
#article_txtbox img{ max-width: 1000px; margin: 0 auto;}
/**********《案例》结束**********/

/**********《资讯》开始**********/
.news_list{
	text-align: center;
}
.news_list ul{
	width: 70%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #efefef solid;
}
.news_list li{
	margin: 0;
	padding: 0;
	border-bottom: 1px #efefef solid;
	list-style: cjk-ideographic;
	text-align: left;
	line-height: 45px;
}
/**********《资讯》结束**********/

/**********《关于》开始**********/
.about_div_item { width: 1200px; height: auto; margin: 10px 0; overflow: hidden;}
.about_div_half { width: 600px; margin: 0; padding: 0; float: left;}
.about_txtbox { width: 1000px; background: #fff; box-shadow: -2px 1px 9px rgba(0,0,0,.1); margin: 20px 0; padding: 30px 100px; display: table; font-size: 18px; text-align: center; line-height: 2em;}
/**********《关于》结束**********/

/**********《页脚》开始**********/
footer{
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	background-color:#0f4c81;
}
.footer1 {
	width:100%;
	height:200px;
	margin: 0;
	padding-top: 20px;
	border-top:2px solid #0f4c81;
	background-color: #f2f2f2;/*底栏底色*/
}
.footer_logo {
	width:200px;
	height:180px;
	border-right:1px solid #e6e3e4;
	margin: 0px;
	float:left;
	text-align: center;
}
.footer_nav {
	width:180px;
	height:180px;
	margin: 0;
	padding: 0;
	border-right:1px solid #e6e3e4;
	float:left;
	text-align: center;
	font-size: 12px;
}
.footer_nav ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer_nav ul li {
	width:90px;
	margin: 0;
	padding: 0;
	float:left;
	display:block;
	text-align: center;
}
.footer_nav ul li a {
	display:block;
	height:28px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	color:#666666;
	text-align:center;
	vertical-align:middle;
	line-height:28px;
}
.footer_nav ul li a:hover {
	color:#0f4c81;
}
.footer_nav ul .footer_title {
	width:180px;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#333333;
}
.footer_title {
	width:180px;
	height: 28px;
	margin: 0;
	padding: 0;
	border-right:1px solid #e6e3e4;
	float:left;
	font-size: 14px;
	vertical-align: middle;
}
.footer_title ul{
	margin: 0;
	padding: 0;
}
.footer_title ul li {
	width: 100px;
	margin: 0;
	padding: 0;
	float:left;
	display:block;
	vertical-align: middle;
}
.footer_title ul li a {
	display:block;
	height:28px;
	margin: 0;
	padding: 0;
	text-decoration:none;
	color:#666666;
	text-align:center;
	vertical-align:middle;
	line-height:28px;
}
.footer_title ul li a:hover {
	color:#0f4c81;
}
.footer_title ul {
	width:200px;
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:12px;
	color:#333333;
}
.contact_us {
	width:350px;
	height:180px;
	margin: 0;
	padding: 0;
	border-right:1px solid #e6e3e4;
	float:left;
	font-size: 12px;
}
.contact_us ul{
	margin: 0;
	padding: 0;
}
.contact_us ul li {
	display:block;
	width:300px;
	text-decoration:none;
	color:#666666;
	margin:0px 0px 0px 30px;
	text-align:left;
	vertical-align:middle;
	line-height:26px;
}
.contact_us ul .contact_us_bt {
	width:290px;
	text-align:center;
	font-size:14px;
	color:#333333;
}
.contact_us ul li span {
	padding-left:10px;
}
.two_dimension_code {
	width:200px;
	height:200px;
	margin: 0;
	padding: 0;
	float:left;
}
.two_dimension_code div {
	width:100px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	color:#333333;
}
.two_dimension_code img {
	display:block;
	margin:0px auto;
	width:100px;
	height:100px;
}
.footer_below {
	width:100%;
	height:30px;
	background-color:#363434;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	color:#cbcbcb;
	font-size: 12px;
}
.footer_below a{
	color:#cbcbcb;
}
.footer_below a:hover{
	color:#cbcbcb;
}
/**********《页脚》结束**********/