@charset "utf-8";
@import url("global.css");
@import url("../fonts/iconfont.css");
/* Width Style*/
.W1200{width:1200px;}
.W980{width:975px;}
.W900{width:900px;}
.W805{width:805px;}
.W660{width:660px;}
.W490{width:490px;}
.W400{width:400px;}
.W380{width:380px;}
.W280{width:275px;}
.W200{width:200px;}


/* Top Style*/
header {position:relative;z-index:10;height: 255px;background:url(../images/bodybg.png) bottom center no-repeat #fff;}
header .login {width:240px;display: flex;justify-content: space-between;}
header .login a{border: 1px solid rgba(222,104,67,1); border-radius: 18px;color:rgba(222,104,67,1);width:100px;height: 36px;line-height: 36px;font-size: 16px;display: block;text-align: center;transition: all 0.5s ease;}
header .login a:nth-child(3){background: #FAA72B;border-color:#FAA72B;color: #fff;width:130px;}
header .login a:hover{border: 1px solid rgba(222,104,67,1);background: rgba(222,104,67,1);color: #fff;}
.logobox{display: flex;justify-content: space-between;align-items: center;}
.Logo{line-height:145px;display: flex;height: 145px;align-items: center;width: 450px;}
.Time{height:38px;line-height:38px;border: 1px solid #eee;}
.Time .iconfont{font-size:14px;color:#D1D4DA;}
.Toolbox{width: 200px;height: 26px;border:1px solid rgba(222,104,67,1);border-radius: 100px;overflow: hidden;margin-top:5px;display: flex;align-items: center;}
.Toolbox .oldman{background: #fff;color:rgba(222,104,67,1);display: block;line-height: 26px;width: 100px;text-align: center;}
.Toolbox .wza{background: rgba(222,104,67,1);color: #fff;width: 100px;line-height: 26px;text-align: center;}


/*一级导航*/
.navBg{position:relative;z-index:99;box-shadow: 0px 0px 12px 0px rgba(0,0,0,.12);background: rgba(222,104,67,1);}
.nav>ul{display: flex;height: 70px;justify-content: space-between;align-items: center;}
.nav ul > li{text-align:center;position: relative;}
.nav ul > li a{font-size: 18px;color: #fff;display:block;line-height: 40px;padding: 0 25px;border-radius: 50px;}
.nav ul > li a.selected,.nav ul li a:hover{background: #fff;color: rgba(222,104,67,1)!important;transition: all 0.5s ease;text-decoration:none;box-shadow: 0px 0px 8px 0px rgba(222,104,67,1);font-weight: 600;}
/*二级导航*/
.nav ul > li > ul.nav_xl{width: 100%;background: #fff;position:absolute;display: none;z-index:99;padding: 10px 0;border-radius: 12px;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);}
.nav ul > li:hover ul.nav_xl { display:block;animation:fadeInDown 0.6s; }
.nav ul > li > ul.nav_xl li{ display: inline-block; height:35px; line-height:35px;text-align: center;width: 100%;}
.nav ul > li > ul.nav_xl li a{font-size:16px;font-weight: normal;padding:0;color:rgba(222,104,67,1);}
.nav ul > li > ul.nav_xl li a:hover{ background:none;color:rgba(222,104,67,1)!important; text-decoration:underline;box-shadow: none;}

/*focus 焦点图1*/
.swiper1 .swiper-container{width:100%;height:100%;margin:0;padding:0;}
.swiper1 .swiper-slide{background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.swiper1 img{animation-duration:5s;animation-timing-function:linear;animation-fill-mode:forwards;height:400px;display:block;}
.swiper1 .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:.75}
.swiper1 .swiper-pagination-bullet-active{background:rgba(9,109,217,1);width:22px;border-radius:100px;opacity:.9;}
.swiper-button-white{background-color:rgba(0,0,0,.1);padding:10px;width:20px;display:none;background-size:16px;border-radius:50px;}
.swiper-button-white:hover{background-color:rgba(9,109,217,1);box-shadow: 0px 0px 8px 0px rgba(9,109,217,1)}
.swiper1:hover .swiper-button-white,.swiper2:hover .swiper-button-white{display:block;}

.swiper2{border-radius:6px;}
.swiper2 .swiper-container{width:100%;height:100%;}
.swiper2 .swiper-slide{background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.swiper2 .detail{height:35px;background:rgba(0,0,0,.35);position:absolute;width:100%;bottom:0;color:#fff;opacity:0;transition:opacity .3s .3s;}
.swiper2 .swiper-slide-active .detail{opacity:1}
.swiper2 .detail h3{width:70%;float:left;height: 35px;line-height: 35px;font-size:14px;font-weight:100!important;overflow:hidden;margin:0 0 0 10px;padding:0;cursor:pointer;}
.swiper2 img{animation-duration:5s;animation-timing-function:linear;animation-fill-mode:forwards;width: 490px;height: 280px;display:block;}
.swiper2 .swiper-pagination{text-align: right;left:auto;right:5px;}
.swiper2 .swiper-pagination-bullet{width:10px;height:10px;background:#fff;opacity:.7}
.swiper2 .swiper-pagination-bullet-active{background:#014099;width:18px;border-radius:100px;opacity:.9}

.Weizhi{height: 45px;padding-top:5px;}
.Weizhi p{line-height: 45px;}

/* Form Style*/
.Search{position: relative;}
.Search:hover .TxtInput{border-color:rgba(222,104,67,.851)}
.Search:hover .SeachBtn{background:rgba(222,104,67,.851);font-weight: 600;}
.TxtInput{border: 1px solid #ddd;width: 350px;height:34px;line-height:34px;overflow:hidden;text-indent: 15px;font-size:14px;transition:all 0.5s;outline: none;border-radius: 50px;}
.SeachBtn{line-height:36px;width:100px;right:0px;top:0px;position:absolute;background:rgba(222,104,67,1);border:none;z-index:1000;cursor:pointer;border-radius:100px;transition:all 0.5s;outline: none;font-size: 16px;color: #fff;box-shadow: 0px 0px 8px 0px rgba(222,104,67,1);}



.WeiZhi{height:65px;box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);}
.BreakingNews{ overflow:hidden;  height:auto; position:relative;height:65px;top:2px;}
.BreakingNews .bn-title{float:left;color:rgba(9,109,217,1);display: inline-block;padding: 10px 20px 10px 30px;position: relative;font-weight: 600!important;}
.BreakingNews .bn-title::before{position:absolute;content: '';width:25px;height:25px;background: url(../images/ico.png) 0 -1215px no-repeat;left: 0;}
.BreakingNews .bn-title::after{position:absolute;content: '';width:5px;height:22px;background: url(../images/ico.png) -10px -1185px no-repeat;right: 5px;}
.BreakingNews ul{padding:0; margin:0; display:block; list-style:none; position:absolute; left:0px; right:50px;}
.BreakingNews ul li{list-style:none; padding:10px 20px 10px 0; display:none;}
.BreakingNews ul li a{text-decoration:none; color:#333; display:inline-block; overflow:hidden; padding:0;height:23px!important;line-height:23px!important;}
.BreakingNews .bn-arrows{display:inline-block; float:right; width:40px;height:40px; position:absolute; right:0; top:0; bottom:0;}
.BreakingNews .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.4;}
.BreakingNews .bn-arrows span:hover{opacity:1;}
.BreakingNews .bn-arrows-left{ left:0; background:url(../images/bn-arrows.png) left center no-repeat;}
.BreakingNews .bn-arrows-right{right:0px; background:url(../images/bn-arrows.png) right center no-repeat;}
.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}

/**count**/
.count li{cursor:pointer;padding:10px 20px;border-radius:12px;width:240px;height:80px;margin-right:26px;cursor:pointer;position: relative;float: left;color:#666;transition: all 0.5s ease 0s;}
.count li:hover{transform: scale(1.05, 1.05);}
.count li:before{font-size: 95px;position: absolute;bottom: -10px;right: -10px;color:rgba(255,255,255,0.14);}
.count li:nth-child(4){margin-right: 0;}
.count li b{font-weight: 400; font-size:30px;display: inline-block; }
.count li b i{font-style: normal;color: #fff;}
.count li b em{font-style: normal; font-size:14px; font-weight: 100; padding-left:6px; position:relative; top: -1px;color: #fff;}
.count li p{font-size: 16px;margin-top: 5px;color: #fff;}
.count .bico1{background: #3587FD;}
.count .bico2{background: #01CFB0;}
.count .bico3{background: #00A8FB;}
.count .bico4{background: #EE9918;}



/* 首页开标日历 */
.kbrl{display:flex;flex-wrap:wrap;height:392px;width: 100%;}
.kbrl li{width: 240px;height:140px;border-radius:12px;padding:20px;color:#303133;margin: 0 25px 25px 0;cursor:pointer;background: #FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);}
.kbrl li:nth-child(4n){margin-right:0;}
.kbrl li .kbrlTitle{font-size:16px;line-height:22px;font-weight:500;}
.kbrl li .kbrlText{line-height:16px;font-size:14px;margin-top:5px;line-height:22px;color:#8F9399;}
.kbrl li:hover{background-color:rgba(222,104,67,1);box-shadow: 0px 0px 8px 0px rgba(222,104,67,1);}
.kbrl li:hover .kbrlTitle{font-weight: 600;}
.kbrl li:hover .kbrlTitle,.kbrl li:hover .kbrlText{color:#fff!important;}

/*login Style*/
.rukou1 li a{border-radius:12px;height: 40px;line-height:40px;border:1px solid rgba(214,223,234,1);margin:3px 0 20px;font-size:16px;color:rgba(222,104,67,1);font-weight:600;transition-duration: 0.6s;display:block;text-align: center;}
.rukou1 li a:hover{text-decoration:none;}
.rukou1 i{width:18px;height:18px;display: inline-block;position: relative;top:2px;margin-right:8px;}
.rukou1 .ico1{background:url(../images/Sprites.png) -110px -390px no-repeat;}
.rukou1 .ico2{background:url(../images/Sprites.png) 0px -390px no-repeat;}
.rukou1 .ico3{background:url(../images/Sprites.png) 0px -190px no-repeat;}
.rukou1 .ico4{background:url(../images/Sprites.png) 0px -250px no-repeat;}
.rukou1 .ico5{background:url(../images/Sprites.png) 0px -320px no-repeat;}
.rukou1 .on{background:rgba(9,109,217,1);color:#fff;box-shadow: 0 2px 6px rgba(9,109,217,.5);border-color: rgba(9,109,217,1);}
.rukou1 .on>.ico1{background:url(../images/Sprites.png) -170px -390px no-repeat;}
.rukou1 .on>.ico2{background:url(../images/Sprites.png) -50px -390px no-repeat;}
.rukou1 .on>.ico3{background:url(../images/Sprites.png) -50px -190px no-repeat;}
.rukou1 .on>.ico4{background:url(../images/Sprites.png) -50px -250px no-repeat;}
.rukou1 .on>.ico5{background:url(../images/Sprites.png) -50px -320px no-repeat;}

/* Title Style*/
.Title1{padding-left: 30px;font-weight:400;box-sizing:border-box;position:relative;height: 68px;display: flex;align-items: center;justify-content: space-between;}
.Title1:before{content:'';width:5px;height:24px;position:absolute;left: 15px;background-image: linear-gradient(to bottom,rgba(222,104,67,.3) 0%, rgba(222,104,67,1) 100%);border-radius:4px;}
.Title1.white:before{background:#fff}
.Title1>.cn{font-size:24px;font-weight:700;}
.Title1>.More1{float:right;margin:6px 0;}

.Title2{padding-left:16px;font-weight:400;box-sizing:border-box;position:relative;margin: 10px 0 15px;}
.Title2:before{content:'';width:5px;height:24px;position:absolute;left:0;top: 7px;background-image: linear-gradient(to bottom,rgba(222,104,67,.3) 0%, rgba(222,104,67,1) 100%);border-radius:4px;}
.Title2.white:before{background:#fff}
.Title2>.cn{float:left;font-size:24px;font-weight:700;line-height:38px}
.Title2>.More1{float:right;margin:6px 0;}

.Title03{border-bottom: 1px solid rgba(234,238,245,1);}
.Title03 h2,.title3 h2{height: 60px;line-height: 65px;font-size:22px;font-weight:600;display:inline-block;position: relative;text-indent: 20px;}
.Title03 h2::before,.title3 h2::before{content: "";height: 22px;background:linear-gradient(to bottom,rgba(222,104,67,.3) 0%, rgba(222,104,67,1) 100%);position: absolute;width: 4px;border-radius: 20px;left: 0;top: 21px;}
.Title03 .More01{margin: 22px 20px 0 0;float: right;}

.ico1{background:url(../images/ico.png) 44% 13px no-repeat #f9f9f9; }
.ico2{background:url(../images/ico.png) 24px -245px no-repeat #f9f9f9; text-indent:55px;}
.More1{padding:0 12px;font-size:14px;color:#aaa;line-height:26px;transition:all 1s; border:1px solid #ddd;border-radius:50px;height: 26px;}
.More1:hover{color:#fff;background:rgba(222,104,67,1);border-color:rgba(222,104,67,1);line-height:26px;box-shadow: 0px 0px 8px 0px rgba(222,104,67,1);}

.More2 a{border:1px solid #eee; height:31px; line-height:31px; text-align:center; color:#555; display:block;transition:all 1s; border-radius:30px;}
.More2 a:hover{text-decoration:none; color:#fff; background:rgba(222,104,67,1);border-color:rgba(222,104,67,1);box-shadow: 0px 0px 8px 0px rgba(222,104,67,1);}

/** List Style**/
.List1 ul{margin:0;padding:0;}/*文字列表样式*/
.List1 li{padding: 6px 4px 10px 10px;display:block;background:url(../images/ico.png) 0px -884px no-repeat;transition:all .6s;font-size: 16px;}
/* .List1 li:nth-child(even){background-color:#f9f9f9;} */
.List1 li:hover{cursor:pointer;}
.List1 a,.List2 a{font-size: 16px;}
.List1 a:hover{text-decoration:none;}

.List2 ul{margin:0;padding:0;}/*公告列表样式*/
.List2 li{padding:13px 4px 12px 15px;display:block;background:url(../images/ico.png) 5px -878px no-repeat;transition:all .6s;border-left:2px solid #fff;font-size: 16px;}
.List2 li:nth-child(even){background-color:#f9f9f9;}
.List2 li:hover{padding-left:23px;background:url(../images/ico.png) 13px -878px no-repeat #f5f5f5;cursor:pointer;border-left:2px solid rgba(222,104,67,1);}
.List2 a:hover{text-decoration:none;}
.List2 .tableTit{padding:5px 4px 9px 10px;height:20px;border-bottom:1px dotted #ddd;padding-bottom:10px;margin-bottom:5px;}
.List2 .danwei{margin-right:5px;float:left;width:135px;display:block;overflow:hidden;}
.List2 .name{float:left;display:block;}
.List2 .money{margin-right:10px;float:right;width:70px;display:block; text-align:right;}
.List2 .time{float:right;width:80px;display:block; text-align:center;}


.List3 ul{margin:0;padding:0;}/*合作伙伴*/
.List3 li{padding:0 20px;height:70px;text-align:center;border-right:1px solid #eee; overflow:hidden;display: table-cell; vertical-align: middle;}
.List3 img{transition: all 0.5s ease 0s;}
.List3 img:hover{transform: scale(1.2, 1.2);}

/** WebSite Bottom Style**/
.Link{padding:10px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.Link h2{float:left;font-size: 16px;}
footer{background:#37405E; padding:30px 0; color:rgba(255,255,255,.6);}
footer a{color:rgba(255,255,255,.6);margin-right: 10px;}
footer a:hover{color:rgba(255,255,255,1);}
footer h2{color:rgba(255,255,255,1);}
footer p{line-height: 220%;}


/** Two Columns Style **/
.LmBanner{width:100%;height:200px;background:url(../images/LmBanner.jpg) no-repeat top center;background-size: cover;}
.LmBanner h2{padding:70px 0 20px;font-size:32px;font-weight:normal!important;}
.LmTitle{background: rgba(222,104,67,1);height: 50px;color: #FFFFFF;border-top-right-radius: 12px;border-top-left-radius: 12px;padding: 10px 0 0 15px;}
.LmTitle h2{font-size: 18px;font-weight: 600;text-align: left;display: inline-block;width: 100%;}
.LmTitle em{font-family: Impact;font-size: 16px;color: rgba(255,255,255,.3);font-weight: 100;font-style:normal;}
.Lmlist>ul{padding-bottom:20px;background: #FFFFFF;padding-top:10px;}
.Lmlist>ul>li{width:100%;margin:0 auto;}
.Lmlist>ul>li a{width:100%;color:#2B2D3B;text-indent: 30px;height:46px;line-height:46px;display:block;font-size:16px;position:relative;transition: all 1s }
.Lmlist>ul>li a::before{content:"";display:block;width:6px;height:6px;border-radius:100px;left: 15px;position:absolute;background:rgba(222,104,67,.41);top:19px; transition: all 1s ;}
.Lmlist>ul>li a:hover,.lm-active{color:rgba(222,104,67,1)!important;text-decoration:none;background:rgba(222,104,67,.11); border-radius: 6px;font-weight: 600;}
.Lmlist>ul>li a:hover::before,.lm-active::before{background:rgba(222,104,67,1)!important;}

.Content{padding:10px 50px 20px;}
.Content p,.Content span,.Content a{line-height:200%!important; font-size:16px!important; font-family:"Microsoft Yahei Font","微软雅黑"!important;}
.Content p{line-height:180%; font-size:16px;margin-top:8px!important;margin-bottom:8px!important;}

.print{cursor:pointer;background:url(../images/ico.png) 0 -999px no-repeat; padding-left:20px;margin-left:10px;}
.print:hover{background:url(../images/ico.png) 0 -1029px no-repeat;color:rgba(222,104,67,1);}
.fenye{padding:25px 0;border-top:1px solid #eee;}
.fenye a ,.fenye select{background: #fff;border: 1px solid #eee;display: inline-block;padding: 5px 12px; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; cursor:pointer;border-radius: 20px;}
.fenye a:hover,.fenye select:hover{border: 1px solid rgba(217,144,38,1);background:rgba(217,144,38,1);color:#fff;box-shadow: 0px 0px 8px 0px rgba(217,144,38,1)}


