/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "SimSun";
}

h1 h2 h3 {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img {
    display: block;
    border: none;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.clearfix:after {
    clear: both;
    /* 娓呴櫎娴姩 */
    display: block;
    visibility: hidden;
    /* 璁剧疆浼被灞傚唴瀹瑰潡绾т笉鍙 */
    height: 0;
    line-height: 0;
    /* 楂樺害鍜岃楂樹负0 */
    content: "";
    /* 灏嗕吉绫诲眰鍐呭娓呯┖ */
}

.clearfix {
    zoom: 1
}

a {
    color: #000;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}


.w450 {
    width: 450px;
}

.w490 {
    width: 490px;
}




.logo {
    height: 160px;
    border-bottom: #CCC 1px solid;
}

.logo img {
    margin: 0 auto;
}

.nav {
    width: 1220px;
    margin: 0 auto;
    height: 45px;
    padding-top: 23px;
    margin-bottom:120px;
    margin-top:40px;
}

.nav a {
    display: inline-block;
    font-weight: bold;
    color: #c62e2e;
    font-size: 22px;
    padding-left: 28px;
    padding-right: 28px;
    height: 42px;
    text-decoration: none;
}

/****************棣栭〉******************/
.list {
    width: 1000px;
    height: 525px;
    margin: 0 auto;
    position: relative;
}

.n1 {
    width: 270px;
    height: 270px;
    position: absolute;
    background-image: url(../Images/l1.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/*.n1 img{ position:relative; left:100px; top:95px;}*/
.n1 span {
    position: absolute;
    left: 90px;
    top: 95px;
    height: 70px;
    width: 95px;
}

.n1 p {
    position: absolute;
    left: 103px;
    top: 170px;
    color: #333333;
    font-size: 16px;
    margin: 0px;
}

.n1:hover {
    background-image: url(../Images/l2.png);
    background-repeat: no-repeat;
}

.n1:hover p {
    color: #fff;
    font-size: 16px;
}

.n01 {
    left: 0px;
    top: 40px;
}

.n02 {
    left: 360px;
    top: 40px;
}

.n03 {
    left: 720px;
    top: 40px;
}

.n04 {
    left: 180px;
    top: 200px;
}

.n05 {
    left: 540px;
    top: 200px;
}

.n01 span {
    background: url(../Images/red1.png) 2px top no-repeat;
}

.n02 span {
    background: url(../Images/red5.png) 5px top no-repeat;
}

.n03 span {
    background: url(../Images/red4.png) 2px top no-repeat;
}

.n04 span {
    background: url(../Images/red2.png) 5px top no-repeat;
}

.n05 span {
    background: url(../Images/red3.png) 3px top no-repeat;
}

.n01:hover span {
    background: url(../Images/wh1.png) 2px top no-repeat;
}

.n02:hover span {
    background: url(../Images/wh5.png) 5px top no-repeat;
}

.n03:hover span {
    background: url(../Images/wh4.png) 2px top no-repeat;
}

.n04:hover span {
    background: url(../Images/wh2.png) 5px top no-repeat;
}

.n05:hover span {
    background: url(../Images/wh3.png) 3px top no-repeat;
}


.youshi {
    width: 100%;
    height: 665px;
    background-color: #eceef1;
}

.bt2 {
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 25px;
    width: 405px;
}

.youshi-contain {
    width: 1000px;
    margin: 0 auto;
}

.left {
    float: left;
    width: 800px;
}

.right {
    float: right;
}

.img1 {
    width: 195px;
    height: 440px;
    background-color: #FFF;
    float: left;
    background-image: url(../Images/p1.jpg);
    background-position: top;
    background-repeat: no-repeat;
}



.img1 .text1 {
    margin-top: 325px;
}

.features_item 
{
    height: 300px;
    
}

.deimg{

                width: 400px;


                border: 1px dashed #000;

                display: table-cell; /*主要是这个属性*/

                vertical-align: middle;

                text-align: center;

            }
            
     
           .features_item--title {
           
               text-align: center;
               
           }