*{
    margin:0;
    padding:0;
}
﻿html {
	text-align: center;
}
body {
    font-family: "Microsoft YaHei";
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

input { font: 10pt Verdana, Arial, Helvetica, sans-serif, "宋体"; }
img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a				{ color: #000000 }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}

.z{
    margin-top:17px;
    margin-bottom:17px;
}

.y{
    padding-top:10px;
    padding-bottom:10px;
}
.c{
    padding-left:20px;
}
.b{
    margin-top:10px;
}
.l{
    padding-top:20px;
}
.w{
    margin-top:20px;
}
.n{
    margin-bottom:20px;
}
.con{
    margin-top: 30px;
    margin-bottom:30px;
}
.top{
    position: fixed;
    z-index: 999;
    background: #ffffff;
    opacity: 0.9;
   /* border-bottom:2px #a0a0a0 solid;*/
    box-shadow: 0px 0px 15px #a0a0a0;
}

.nav{
    margin-top: 5px;
}
.nav td{
    /*width: 150px;*/
    font-size: 18px;
    line-height: 55px;
    color: #000000;
}
.nav td a{
    width: 150px;
    font-size: 18px;
    line-height: 55px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.nav td:hover{
    color: #307fb0;
    border-bottom:4px solid #307fb0;
}
.nav td a:hover{
    color: #307fb0;
    text-decoration: none;
}
.nav_iphone{
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom:3px;
    color: #307fb0;
}
.index_pro{
    letter-spacing: 2pt;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    text-align: center;
    background: url(../2025/pro_t_bg.png) center bottom no-repeat;
}
.index_pro_f{
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    text-align: center;
   /* padding-top:20px;*/
}
.index_pro_f a{
    padding-left: 3px;
    padding-right: 3px;
    color: #666666;
    text-decoration: none;
}
.index_pro_f a:hover{
    color: #307fb0;
    text-decoration: none;
}
.index_pro_img{
    background: #ffffff;
    padding-top:10px;
}
.index_pro_title{
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.5pt;
    font-weight: 600;
}
.index_pro_title a{
    text-decoration: none;
    color: #333333;
}
.index_pro_title a:hover{
    text-decoration: none;
    color: #307fb0;
}

.tv_hot_list {
    width: 440px;
}

.avatar_list {
    position: relative;
}
.tv_hot_list .avatar_list {
    display: block;
    height: 273px;
    overflow: hidden;
    width: 440px;
}
.tv_hot_list .avatar_list img {
	cursor: pointer;
    height: 273px;
    object-fit: scale-down;
}
.avatar_list img {
   transition: 2s cubic-bezier(0, 0.6, 0.3, 1);
}

.avatar_list:after {
    bottom: 0;
    left: 5px;
    position: absolute;
    z-index: 10;
}
.avatar_list:hover {
   /* box-shadow: 0 0 10px gray;*/
}
.avatar_list:hover img{
    transform: scale(1.1);
    transition: all 1.3s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}
.index_t{
    border-radius: 3px;
	/*box-shadow: 0px 0px 15px #e9e9e9;*/
	transition:transform 1s;
	border:1px #f0f0f0 solid ;
}
.index_t:hover{
	/*box-shadow: 0px 0px 15px #c9c9c9;*/
	cursor:pointer;
	transform:translate(0,-10px);
}
.index_about{
    background: url(../2025/about_bg.jpg) center center;
    background-repeat: no-repeat;
    height: 600px;
}
.index_about_f{
    font-weight: bold;
    letter-spacing: 3pt;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    line-height:60px;
    padding-top:40px;
    padding-bottom:30px;
}
.index_about_title{
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
}
.index_about_con{
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
    text-align: left;
    text-indent: 2em;
    padding-right: 20px;
    padding-top:10px;
}
.p_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #307fb0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 19px;
  padding: 15px;
  width: 200px;
  transition: all 1s;
  cursor: pointer;
  margin-right: 40px;
}

.p_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.p_button span a{
    color: #ffffff;
    text-decoration: none;
}
.p_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.p_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 1s;
}

.p_button:hover span {
  padding-right: 25px;
}

.p_button:hover span:after {
  opacity: 1;
  right: 0;
}
.index_news_tj{
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.index_news_tj a{
    text-decoration: none;
    color: #333333;
}
.index_news_tj a:hover{
    text-decoration: none;
    color: #307fb0;
}
.index_news_pic{
    background: #ffffff;
}
.index_news_pic img{
    border-radius: 3px;
    object-fit: scale-down;
}
.index_news_data{
    width: 130px;
    letter-spacing: 1pt;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}
.index_news_title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    text-align: left;
    padding-left: 20px;
}
.index_news_title a{
    text-decoration: none;
    color: #333333;
}
.index_news_title a:hover{
    text-decoration: none;
    color: #307fb0;
}
.index_news_text{
    padding-left: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    text-indent: 2em;
}
.index_news_t{
    border-radius: 3px;
    background:#e9e9e9 ;
	/*box-shadow: 0px 0px 15px #e9e9e9;*/
	transition:transform 1s;
}
.index_news_t:hover{
	/*box-shadow: 0px 0px 15px #c9c9c9;*/
	cursor:pointer;
	transform:translate(0,-10px);
}
.links{
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    color: #ffffff;
    padding-top:20px;
    padding-bottom:20px;
}
.links a{
    text-decoration: none;
    color: #ffffff;
}
.links a:hover{
    text-decoration: underline;
    color: #ffffff;
}
.footer_l{
    border-right:1px #999999 solid;
}
.footer_l_t{
    width: 33.333%;
    line-height: 35px;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
}
.footer_l_t a{
    text-decoration: none;
    color: #ffffff;
}
.footer_l_t a:hover{
    text-decoration: underline;
    color: #ffffff;
}
.footer_banquan{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    padding-top:10px;
}
.footer_banquan a{
    color: #ffffff;
    text-decoration: none;
}
.footer_banquan a:hover{
    color: #ffffff;
    text-decoration: none;
}
.pro_bg{
    background: url(../2025/pro_bg.jpg) no-repeat center center;
    height: 400px;
}
.pro_name{
    font-size: 30px;
    color: #307fb0;
    text-align: left;
    line-height: 45px;
    font-weight: bold;
    padding-left: 30px;
}
.pro_info{
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 45px;
    padding-left: 30px;
}
.pro_title{
    background: url(../2025/pro_t_bg.png) center bottom no-repeat;
    letter-spacing: 2pt;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    text-align: center;
}
.service{
    background: #a9a9a9;
    width: 800px;
    height: 260px;
    color: #ffffff;
    transition:transform 1s;
    border-radius: 3px;
}
.service:hover{
     background: #307fb0;
	cursor:pointer;
	transform:translate(0,-10px);
}
.service_ff{
    background: #307fb0;
    width: 800px;
    height: 260px;
    color: #ffffff;
    transition:transform 1s;
    border-radius: 3px;
}
.service_ff:hover{
     background: #a9a9a9;
	cursor:pointer;
	transform:translate(0,-10px);
}
.service_t{
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    line-height:40px;
    font-weight: bold;
}
.service_s p{
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height:35px;
}
.service_img{
     transition:transform 1s;
}
.service_img:hover{
	cursor:pointer;
	transform:translate(0,-10px);
}
.news_nav{
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 45px;
}
.news_nav a{
    color: #333333;
    text-decoration: none;
}
.news_nav a:hover{
    color: #307fb0;
    text-decoration: none;
}
.contact_c{
    font-size: 19px;
    color: #307fb0;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0.5pt;
}
.about p{
    font-size: 15px;
    text-align: left;
    color: #333333;
    line-height: 27px;
    text-indent: 2em;
}
.news_c_b{
    margin-top:20px;
    margin-bottom:20px;
    border-bottom:1px #cccccc solid;
}
.news_c_l{
    font-size:26px;
    color: #333333;
    line-height: 55px;
    text-align: left;
}
.news_c_f{
    font-size:15px;
    color: #aaaaaa;
    line-height: 35px;
    text-align: left;
    padding-left: 5px;
}
.news_c_time{
    font-size:16px;
    color: #cccccc;
    line-height: 35px;
    text-align: left;
}
.news_c_text{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: left;
}
.news_c_text p{
    text-indent: 2em;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    text-align: left;
}
.news_c_text a{
    text-decoration: none;
    color: #333333;
}
.news_c_text a:hover{
    text-decoration: none;
    color: #333333;
}
.news_c_text img{
    text-align: center;
    width:600px;
    height: auto;
}
.con_gaoxiao{
    background: url(../2025/gaoxiao.jpg) no-repeat center center;
    height: 273px;
}
.con_huagong{
    background: url(../2025/huagong.jpg) no-repeat center center;
    height: 273px;
}
.con_keyan{
    background: url(../2025/keyan.jpg) no-repeat center center;
    height: 273px;
}
.con_shipin{
    background: url(../2025/shipin.jpg) no-repeat center center;
    height: 273px;
}
.con_yejin{
    background: url(../2025/yejin.jpg) no-repeat center center;
    height: 273px;
}
.con_zhiyao{
    background: url(../2025/zhiyao.jpg) no-repeat center center;
    height: 273px;
}
.con_sc_t{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    letter-spacing: 2pt;
    font-weight: bold;
}
.con_sc_small{
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 33px;
}
.con_sc{
    border-radius: 2px;
/*	box-shadow: 0px 0px 15px #e9e9e9;*/
	transition:transform 1s;
}
.con_sc:hover{
/*	box-shadow: 0px 0px 15px #c9c9c9;
	cursor:pointer;*/
	cursor:pointer;
	transform:translate(0,-10px);
}
.con_title{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    line-height: 50px;
    padding-top:20px;
    padding-bottom: 20px;
}
.con_smalltext{
    font-size: 16px;
    color: #999999;
    text-align: left;
    text-indent: 2em;
    line-height: 35px;
}
.con_text{
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 35px;
}
.con_text a{
    text-decoration: none;
    color: #333333;
}
.con_text a:hover{
    text-decoration: none;
    color: #333333;
}
.con_text img{
    padding-top:10px;
    padding-bottom:10px;
    width: 600px;
    height: auto;
    text-align: center;
}
.ly_contact{
    font-size: 16px;
    color: #333333;
    line-height:60px;
    height: 58px;
    border:2px solid  #e4e4e4;
    border-radius: 3px;
    padding:0 30px;
    margin-top: 20px;
    margin-bottom:10px;
    width:90%;
}
.ly_contact:hover{
	border:2px solid  #307fb0;
}
.ly_contact:focus{
	outline-color: #307fb0;
}
.ly_contact_t{
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    line-height:60px;
    border:2px solid  #e4e4e4;
    border-radius: 3px;
    padding:0 30px;
    margin-top: 20px;
    margin-bottom:10px;
    width:95%;
}
.ly_contact_t:hover{
	border:2px solid  #307fb0;
}
.ly_contact_t:focus{
	outline-color: #307fb0;
}
.red_t{
    color: #ff0000;
    position: absolute;
    padding-top: 40px;
    z-index: 9;
    padding-left: 20px;
}
.news_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #307fb0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 250px;
  transition: all 1s;
  cursor: pointer;
  margin: 2px;
}

.news_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.news_button span a{
    color: #ffffff;
    text-decoration: none;
}
.news_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.news_button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 1s;
}

.news_button:hover span {
  padding-right: 25px;
}

.news_button:hover span:after {
  opacity: 1;
  right: 0;
}
.contact_t{
    border-radius: 3px;
    background: #f0f0f0;
	/*box-shadow: 0px 0px 15px #e9e9e9;*/
	transition:transform 1s;
}
.contact_t:hover{
	/*box-shadow: 0px 0px 15px #c9c9c9;*/
	cursor:pointer;
	transform:translate(0,-10px);
}



.product_page{ 

/*width: 668px;*/

text-align:center;
margin-bottom:10px;

} 

.product_page b{ 

padding:8px 18px 8px; 

/*margin-top:10px; */

color:#000; 

display:inline-table; 

/*border:1px solid #ccc;*/

border:1px solid  #e5e5e5;

font-family:"微软雅黑",Verdana, Geneva, sans-serif;

font-size:16px;

font-weight:normal;

border-radius:5px;

} 

.product_page a{ 
text-decoration:none;

font-family:"微软雅黑",Verdana, Geneva, sans-serif;

font-size:16px;

/*font-weight:bold;*/

padding:8px 18px 8px; 

color:#000; 

display:inline-table; 

/*border:1px solid #ccc; */

border:1px solid #e5e5e5; 

border-radius:5px;

} 

.product_page a:hover{
	text-decoration:none;

color:#fff; 
/*background:#202020; */

background: #68bcca;

/*border:1px solid #1f3a87; */

border:1px solid  #68bcca;

border-radius:5px;

} 


#dituContent {
				height: 600px;
				width: 100%;
			}

			.mapContent {
				width:300px;
				position: relative;
				top: -20px;
			}

			.BMap_bubble_content {
				overflow: visible !important;
			}

			.mapContent .title {
				width: 100%;
				font-size: 18px;
				color: #333;
				line-height: 30px;
				font-weight: bold;
				padding-left: 10px;
				padding-top:10px;
			}

			.mapContent .main {
				font-size: 14px;
				line-height: 30px;
				color: #333;
				padding-left: 10px;
				padding-top:10px;
			}

			.mapContent .main p {
				margin: 0;
				padding: 0;
			}
			.mapContent .main p a{
				color: #333333;
				text-decoration: none;
			}
			.mapContent .main p a:hover{
				color: #333333;
				text-decoration:underline;
			}