﻿/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.product-number-info {
    background: url(../images/station-bg.jpg);
    position: relative;
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 40px 0;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 298px;
    height: 90px;
    border-left: 1px solid #e5e5e5;
    color: #ac0000;
    padding-top: 1px;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
	text-align:center;
	font-style: normal;
}

.product-number-info li p {
    font-size: 18px;
	color: #555555;
	font-weight:550;
	
}

.product-number-info li b i {
    font-style: 550;
	font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 24px;
    right: 25px;
    top: -3px;
	color:#ac0000;
}

.product-number-info li.li-2 b, .product-number-info li.li-2 p {
    padding-left: 70px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 24px;
    font-weight: 100;
    padding-left: 25px;
    position: relative;
    top: -10px;
	color:#9c9a98;
}

.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}

.product-number-info li.li-4 b, .product-number-info li.li-4 p {
    padding-left: 78px;
}

.product-number-info li.li-5 {
    text-align: right;
}


/*我们专注于 产品*/

.web{width:100%;height:620px;background:#f1f2f5;margin:0 auto; padding-top:50px;}
.web1{width:1260px;margin:0 auto; margin-bottom:30px;}
.web1 h3{color:#333333; font-size:36px;}
.web1 p{ color:#828282; font-size:20px;}
.con{width:1260px;height:435px; margin:0 auto;/*padding-left:25px;padding-top:25px;*/}
.con ul li{width:401px;height:435px;float:left;margin-right:19px;margin-bottom:15px;position:relative;overflow:hidden;cursor:pointer;}
.txt{width:401px;height:62px;background:rgba(170,0,1,0.7);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:550;height:62px;text-align:center;line-height:62px; color:#ffffff;}
.txt p{font-size:15px;text-align:center;}