﻿@charset "utf-8";
/* CSS Document */
/*
 * @description
 * @author GuoR
 * @Date 2019/06/20
 */
/*通用样式*/
*{margin:0; padding:0;}
body{margin:0;padding:0;font-family:"微软雅黑";background:#fff4cf url(/Content/images/pc/bottom.jpg) no-repeat bottom center;}
ul,ol,dl{list-style:none;}
img{border:none;}
a{text-decoration:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-tap-highlight-color:rgba(0, 0, 0, 0);
-ms-tap-highlight-color:rgba(0, 0, 0, 0);
-o-tap-highlight-color:rgba(0, 0, 0, 0);
tap-highlight-color:rgba(0, 0, 0, 0);}
form,input{vertical-align:middle;margin:0;padding:0;border:0;}
i{ font-style:normal;}

.top {
    width: 100%;
    height: 670px;
    background: url(/Content/images/pc/top.jpg) no-repeat top center;
}
.main {
    width: 100%;
    overflow: hidden;
    background: url(/Content/images/pc/biaotiBJ.jpg) no-repeat top center;
}
.main dt{width:1006px;height:88px;margin:0 auto;}
.main dt img{margin-left:55px;}
.main dt a{display:block;float:right;;width:134px;height:47px;margin:21px 74px 0 0;border-radius:24px;box-shadow:0 5px 5px #644040;}
.main dt a img{margin:0;}

.main dd{width:1006px;overflow:hidden;margin:36px auto 24px;}
.main dd a{width:320px;height:100%;box-shadow:0 8px 8px #300300;display:block;float:left;margin:0 7.5px 26px;}
.main dd a img{display:block;width:320px;height:222px;}
.main dd a p{width:310px;height:48px;line-height:48px;color:#FFF;font-size:20px;white-space:nowrap;text-overflow:ellipsis;background:#e90000;padding:0 5px;text-align:center;}


.bottom{text-align:center;color:#FFF;margin:450px 0 79px;}
