@charset "utf-8";

/**公用样式**/
.wen-icon{
    background: url("../images/web-icon.png") no-repeat;
}

.btn-m{
    width: 25px;
    height: 25px;
    background-position: 0 -25px;
    display: inline-block;
}

.btn-p{
    width: 25px;
    height: 25px;
    background-position: 0 13px;
    display: inline-block;
}

.btn-w{
    width: 25px;
    height: 25px;
    background-position: 0 -68px;
    display: inline-block;
}

.btn-x{
    width: 25px;
    height: 25px;
    background-position: 0 -105px;
    display: inline-block;
}


p{
    line-height: 30px;
    font-size: 15px;
    margin-top: 10px;
    color: #444;
}

.about-indent{
    text-indent: 2em;
}

.text-left{
    margin-left: 35px;
    margin-top: 20px;
}

.dt-bold{
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.dt-bold-margin{
    display: block;
    font-weight: bold;
    margin: 20px 0;
    font-size: 15px;
}

.dd-det{
    font-size: 15px;
    line-height: 30px;
    color: #444;
}

dl{
    margin-bottom: 20px;
}

/**顶部导航**/
.header{
    background: #379be9;
    height: 95px;
}

.header .logo-left a{
    height: 95px;
    display: block;
}

.header .text-right{

}

.header .text-right ul li{
    display: block;
    float: left;
}

.header .text-right ul li a{
    color: #fff;
    display: block;
    height: 95px;
    line-height: 95px;
    padding: 0 29px;
    font-size: 18px;
}

.header .text-right ul li a:hover{
    background: #2a8cd9;
}

.header .text-right .nav-active{
    font-weight: bold;
    background: #46a7f3;
}

/**内容区**/

/*左侧标题*/
.main{
    height: auto;
}

.main-left{
    text-align: center;
    height: auto;
    background: #dfdfdf;
    border: 1px solid #f5f5f5;
}

.main-left h3{
    font-size: 18px;
    font-weight: bold;
    color: #444;
    height: 85px;
    line-height: 85px;
}

.main-left ul li{
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border-top: 1px solid #eee;
    font-size: 16px;
    width: 220px;
}

.main-left ul li a{
    display: block;
}

.main-left ul li:hover{
   background: #f9f9f9;
}

.main-left .left-active{
    background: #f9f9f9;
    border-left: 3px solid #379be9;
}

/*右侧内容*/
.main-right{
    padding: 0px 35px 20px;
    border: 1px solid #eee;
    width: 904px;
    margin-left: -1px;
}

.main-right h1{
    color: #379be9;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.main-right h1 span{
    border-bottom: 3px solid #379be9;
    padding-bottom: 10px;
    margin-bottom: -12px;
    display: inline-block;
}

.main-right .about span a{
    color: #379be9;
}

.main-right .product-title{
    margin-top: 35px;
    margin-bottom: 25px;
    border-bottom: solid 1px #e1e1df;
}

.main-right .product h2{
    font-size: 20px;
    float: left;
    padding-right: 10px;
    background: #fff;
    color: #379be9;
    font-weight: bold;
}


.maplist li {
    float: left;
    width: 80px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.meiti-btn{
    margin: 25px 0;
}

.meiti-btn a{
    display: inline-block;
    background: #379be9;
    color: #fff;
    padding: 10px 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}




/*重置标签*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;outline:none;}
input.hidefocus::-moz-focus-inner {border:none;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,b{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#5A5A5A;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
i,em{font-style:normal}
small{font-size:12px;display: block;}
body{ color:#333; font-size:13px; background:#fff; font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti}
a{ color:#333; text-decoration:none}
a:hover{ color:#007dc3; }
a{ text-decoration:none}



/*清除浮动开始*/
.clear {clear:both;}
.clear_fix {zoom:1;}
.clear_fix:after {display:block;clear:both;content:".";visibility:hidden;height:0;font-size:0;}
/*清除浮动结束*/


/**浮动**/
.left{ float: left; }
.right{ float: right; }
.header_right{ float: left;  margin: auto auto auto 51px;}

/**页面宽度**/
.wrap{
    width: 1200px;
    margin: 0 auto 20px;
}

.wrap_l{
    width:1020px
}

.b{
    background: url("../images/main-left-liststyle.png") no-repeat scroll 65px 25px transparent;
}

/**网站地图**/

.map_box {
	padding-top: 40px;
    padding-bottom: 10px;
}
.map_box h3  a{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding-bottom: 2px;
	color: #379be9;
}
.map_box li {
    float: left;
	padding:12px 24px 8px 0;
}
ul li.map_box_b {
	font-weight: bold;
	padding:12px 10px 8px 0;
}
.map_high{
height:230px;	
	
}
/* 底部*/

#footer p {  font-size: 12px !important;color: #666; word-spacing: 5px; padding: 10px 0; }
