.wrap{background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/d20/images/xfcb/wd_xfcb_bg01.jpg) no-repeat 50% 0,url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/d20/images/xfcb/wd_xfcb_bg03.jpg) no-repeat 50% 100%,url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/d20/images/xfcb/wd_xfcb_bg02.jpg) repeat-y 50% 0%;max-width: 1920px; min-width: 1200px;padding-bottom:139px;margin:0 auto;}
.main{width: 1200px; margin: 0 auto; position: relative;}
.header{height:900px; position: relative;}
.logo{position:absolute;top: 29px;left:20px;width:110px;height:145px;background:url(http://image.gyyxcdn.cn/upload/pic/logo/wd_logoLight.png) no-repeat;}
.nav{position: absolute;top:45px;right: 10px;color: #661515;}
.nav a{color: #661515;margin: 0 12px;}
.nav a:hover{color: #ff5400;}
.wd_slogan { position: absolute;top: 400px;left: 150px;width: 841px;height: 371px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/d20/images/xfcb/wd_xfcb_slogan.png) no-repeat; }
.wd_cont{font-size: 16px; line-height: 38px;color:#fffede;}

.wd_cont h3{height:180px; margin:40px auto 10px; background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/d20/images/xfcb/wd_xfcb_tit.png) no-repeat 63% 50%; font-size: 40px;color: #fffede; line-height:170px; text-align: center;font-weight:bold; letter-spacing: 3px;}
.wd_cont h3:nth-of-type(1){margin-top:0px;}
.wd_cont h4{font-size: 18px;font-weight:bold;color:#334418;line-height:54px;margin-left: 163px;}
.wd_cont p{position: relative;padding-left:162px;}
.wd_cont p i{position: absolute;left:123px; top: 8px; width: 22px; height: 22px; font-style: normal; text-align: center; line-height: 22px;  background: #da761e;font-size: 14px; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); color: #fff;}
.wd_cont p.p_center{text-align: center; margin-left: 0; padding-left: 0;}
.wd_cont p.notice{font-weight: bold;}
.wd_cont table{width: 887px; margin: 34px auto 22px ; text-align: center; background: #fdf6e7;}
.wd_cont table th{font-size: 18px;color: #ffffff; background: #cd6d2c;border: 1px solid #eabd6a; height: 38px;}
.wd_cont table td{border: 1px solid #eabd6a;color: #764102; padding: 10px; line-height: 28px;font-size:16px;}
.sub_cont{margin:34px 0 38px 160px; width: 814px;overflow: hidden;padding: 0 34px;background: #fdf6e7;border:1px solid #eabd6a;}
.sub_cont h5{padding: 8px 0; font-size: 18px;font-weight: bold;color: #764102; text-align: center;border-bottom: 1px dashed #f1d196;}
.wd_btn{overflow: hidden; height: 57px;}
.wd_btn li{ float: left; padding-top: 4px;width: 160px;height: 43px;border-right: 1px dashed #f1d196;margin: 5px 0;}
.wd_btn li a{ display: block; width: 100px; height: 39px; line-height: 39px; font-size: 18px;color: #764102; text-align: center;margin: 0 auto;}
.wd_btn li.on a{ color: #fff;background: #cd6d2c;border-radius:50px;}
.wd_btn li.last{border-right: none;}
.wd_tab{width: 808px; display: none;}
.wd_tab p{height: 53px; font-size: 16px;line-height:53px;color: #764102; text-align: center; border-top: 1px dashed #f1d196; padding-left: 0;}
/* slogan动画 */
.wd_slogan {opacity: 0;animation: sl 0.5s 0.1s ease-in-out forwards;}
@keyframes sl{
        0%{
                transform: scale(1.2);
                opacity: 0;
        }
        100%{
                transform: scale(1);
                opacity: 1;
        }
}