﻿@charset "utf-8";
/* CSS Document */
/*通用样式*/
html,body,div,span,applet,object,iframe,table,caption,tbody,tfoot,
thead,tr,th,td,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

body{
    background-color:#F5F5F5;
    color:#658AA2;
    font-family:Arial,"黑体";
    font-size:14px;
}

p {
	margin: 10px 0;
}

ol > li {
	list-style-position: inside;
	list-style-type: decimal;
}



a:link,a:visited,a:hover,a:active  {
	text-decoration: none;
	/* color: #658aa2; */
	color: #275877;
}


a img {
	border: none;
	vertical-align: middle;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

.clear {
	clear: both;
}

/* 字体样式 */
.large {
	font-size: large;
}
.bold {
	font-weight: bold;
}




/*圆角矩形样式开始*/
.rounded .b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}
.rounded .b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.rounded .b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:2px solid #f2f2f2;border-right:2px solid #f2f2f2;}
.rounded .b1,.b1b{margin:0 5px;background:#f2f2f2;}
.rounded .b2,.b2b{margin:0 3px;border-width:2px;}
.rounded .b3,.b3b{margin:0 2px;}
.rounded .b4,.b4b{height:2px;margin:0 1px;}
.rounded .d1{background:#fff;}
.rounded .k{height:auto;}
/*圆角矩形样式结束*/




/* 信息展示模板 */

#service_info{margin-top:25px;}

.info_list{
    background: #FFF;
    display:block;
    overflow:hidden;
    border:2px solid #e9e9e9;
    height:auto;
    color: #2B2B2B;
    margin: 15px 0;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.info_list .info_img{
    float: left;
    margin: 15px 20px 15px 15px;
}

.info_list .info_content {
    margin-top: 15px;
    padding-right:15px;
}

.info_list .info_content p {
    margin: 5px 0;
    text-indent: 0;
    line-height: 1.5em;
}

.info_list .info_content .title {
    color: #275877;
    text-indent: 0;
    line-height: 1em;
}




/* 顶部菜单样式 */
/* #header{
	width:100%;
	height:135px;
	background:#fff;
}
#header_content{
	width:1240px;
	height:100%;
	margin:0 auto;
	background:#fff;
}
#logo{
	margin-top:50px;
	float:left;
	margin-right:60px;
}
#header_content ul{
	margin-left:210px;
}
#header_content li {
    float: left;
    margin: 105px 4px 0;
    width: auto;
}
#header_content li a {
	padding: 14px;
}
#header_content li.selected a {
	color: #fff;
	background: #4E8FAB;
}
#header_content li a:hover {
	color: #fff;
	background: #4E8FAB;
}
#header_content li span {
	display: none;
} */
#header{
    width:100%;
    height:115px;
    background:#FFF;
}
#header_content{
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#logo{
    float:left;
    margin:32px 31px 0 40px;
}
#header_content ul{
    /* margin-left:210px; */
}
#header_content li {
    float: left;
    margin: 85px 4px 0;
    width: auto;
}
#header_content li a {
    padding: 14px 14px 14px 5px;
}
#header_content li.selected a {
    color: #000;
}
#header_content li a:hover {
    color: #000;
}
#header_content li span {
	position: relative;
    top: 2px;
}

#language{
	float:right;
	margin:85px 10px 0 0;
}
#language img{
	margin-right:10px;
}
#language span{
	position:relative;
	bottom:4px;
}

/* 中间部分样式 */
#middle{
	width:1240px;
	margin:30px auto;
	overflow: hidden;
	min-height: 450px;
}
#middle_left{
	width:230px;
	float:left;
	height:100%;
	margin-right:57px;
}
#middle_right{
	width:240px;
	float:right;
	margin-left:50px;
	height:100%
}
#middle_main_pics{
	margin-bottom: 24px;
}

/* 底部通用样式  */
#footer{
	width:100%;
	height:265px;
	background:#f1f1f1;
	clear:both;
}
#footer_content{
	width:1240px;
	height:100%;
	margin:0 auto;
	background:#f1f1f1;
}
#footer_content img{
	float:left;
	margin-top:40px;
	margin-left:220px;
	margin-right:100px;
}
#footer_content .links{
	float:left;
	margin-top:40px;
	margin-right:100px;
}
#footer_content .links_title{
	color:#000;
	font-size:16px;
	margin-bottom:18px;
}
#footer_content .link{
	margin-bottom:12px;
}
#bottom{
	display:table;
	width:100%;
	table-layout:fixed;
	margin-top:15px;
}
#bottom .street{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#bottom .street span{
	margin-left:25px;
	color:#5b5b5b;
}

/* 分割线 */
.lineD{
	width:100%;
	height:3px;
	/* background:#4e8fab; */
	background:url("../images/line.png");
	background-size:100%;
	clear: both;
}




/* 产品展示通用样式 */
#product{
    font-size:12px;
    width:1240px;
    overflow: hidden;
}
.pro_list{
    width:617px;
    float:left;
    margin-bottom:5px;
    margin-left:1px;
    margin-right:2px;
}

/*圆角矩形样式开始*/
.pro_list .b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}
.pro_list .b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.pro_list .b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:2px solid #f2f2f2;border-right:2px solid #f2f2f2;}
.pro_list .b1,.b1b{margin:0 5px;background:#f2f2f2;}
.pro_list .b2,.b2b{margin:0 3px;border-width:2px;}
.pro_list .b3,.b3b{margin:0 2px;}
.pro_list .b4,.b4b{height:2px;margin:0 1px;}
.pro_list .d1{background:#fff;}
.pro_list .k{height:120px;}
/*圆角矩形样式结束*/

.pro{
    height:118px;
    overflow:hidden;
    background:#fff;
    border:2px solid #e9e9e9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;}

#product .proimg{
    float:left;
    margin:12px;
}
#product .protitle{
    display:block;
    font-size:18px;
    margin-bottom:5px;
}
#product .right{
    margin-top:12px;
}
#product .right ul{
    /* color:#626262; */
    color:#2B2B2B;
    position:relative;
    top:5px;
    margin-left:205px;
}
#product .right ul li{
    list-style:inside;
    margin-bottom:3px;
}
#product .pro_content{
    /* color:#626262; */
    color:#2B2B2B;
    display:block;
    padding-right:10px;
    margin: 5px 0;
}
#product .more{
    float:right;
    margin-right:20px;
    margin-top:5px;
}
#product .more a{
	/* color:#626262; */
    color:#000;
}
