@charset "utf-8";
/*苹果设备表单修正*/
input:focus,[contenteditable]:focus {outline: none; }
input, button, select, textarea {
    outline: none; 
    resize: none;
    background: transparent;
    border: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none; } 

/*动画*/
@keyframes sx { from {top: -50%;}to { top: 20%; }}
@supports (-webkit-transform: scale(0)) {
 .yanse {
    background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     -webkit-background-size: 200% 100%;
     animation: bgp 3s infinite linear;
    }
    }
 @-webkit-keyframes bgp { 
        0% { background-position: 0 0;}
      100% {background-position: -100% 0;}
    }

.flex img { animation: daxiao 2s; }
@keyframes daxiao
{
     0%{-webkit-transform:perspective(400px) rotateY(180deg); z-index: 0;}
    100%{-webkit-transform:perspective(400px) rotateY(0deg); z-index: 0;} 
}
.flex form input{ position: relative; animation: myfirst 2s; }

@keyframes myfirst
{
    from {width: 0;opacity:0 ; z-index: 0; }
    to {width: 550px;opacity:1 ;z-index: 0;}
}

.drdc {
      opacity: 0;
      animation: fadeIn 2s forwards;
    }

    @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
	
* img {
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}



.f-form { padding: 10px; margin-right: auto; margin-left: auto; background-color: #FFF; }
.f-form label { display: block; border: 1px solid #dcdcdc; padding: 8px; margin: 8px; position: relative; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }

.f-form label b { width: 90px; display: inline-block; text-align: center; margin-right: 7px; position: absolute; z-index: 1; line-height: 30px; font-size: 14px; border-right-width: 1px; border-right-style: dotted; border-right-color: #F0F0F0; }
.f-form label input{ width: 100%; padding-left: 110px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 30px; font-size: 14px; }
.f-form label textarea { width: 100%; padding-left: 110px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 120px; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; }

.f-form #type { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 30px; font-size: 14px; }
.f-form #type a { text-decoration: none; border: 1px solid #dcdcdc; display: inline-block; margin-right: 7px; font-size: 14px; color: #333; padding-right: 15px; padding-left: 15px; line-height: 40px; border-radius: 2px; }
.f-form #type .on { background-color: #03F; border: 1px solid #03F; color: #FFF; }

.f-form .kbtn { line-height: 40px; color: #002BD8; text-decoration: none; background-color: #FFF; display: inline-block; padding-right: 20px; padding-left: 20px; border-radius: 2px; margin: 7px; border: 1px solid #002CDE; }
.f-form .kbtn:hover{ color: #2853FF; border: 1px solid #2853FF; }
.f-form .btn { line-height: 40px; color: #FFF; text-decoration: none; background-color: #03F; display: inline-block; padding-right: 20px; padding-left: 20px; border-radius: 2px; margin: 7px; border: 1px solid #002BD9; }
.f-form .btn:hover{ background-color: #FF6600; border: 1px solid #2853FF; }


.di { background-color: #FFF; position: fixed; z-index: 999; left: 0px; right: 0px; bottom: 0px; border-top-width: 1px; border-top-style: solid; border-top-color: #f2f2f2; padding-top: 7px; padding-bottom: 7px; text-align: right; }
.di a{ color: #FFF; text-decoration: none; background-color: #03F; line-height: 36px; display: inline-block; padding-right: 15px; padding-left: 15px; margin-right: 10px; border-radius: 2px; border: 1px solid #03F; font-size: 14px; }
.di a:hover{ background-color: #335BFF; }
.di .k{ color: #03F; background-color: #FFF; }
.di span{ float: left; line-height: 36px; display: inline-block; margin-left: 10px; font-size: 14px; color: #666; }


/*大化最小化关闭按钮*/

.layui-layer-close2{ background-image: url(/up/adm/gif/x1.png); background-color: rgba(250, 250, 250, 0)!important; line-height: 18px; text-align: center; width: 17px !important; height: 17px !important; border: 0 !important; background-repeat: no-repeat; background-position: center center; vertical-align: middle; }
.layui-layer-close2:before {content:""}
.layui-layer-close2:hover{ background-color: rgba(255, 255, 255, .4)!important; }

.hong{ color: #F00; }
.lv{ color: #096; }
.huang{ color:#F90 ; }
.layui-layer-close2{ top: -10px !important; right: -10px !important; 	
}

 body { background-color: #f7faff; margin: 0px; background-image: url(/up/bsfbw/bg.png); background-repeat: no-repeat; background-position: center bottom; background-size: 100%; color: #0f0f33; }

.header { height: 65px; position: fixed; z-index: 9; left: 0px; top: 0px; right: 0px; background-color: rgba(255, 255, 255, 0); padding-top: 5px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.light{ background-color: rgba(255, 255, 255, 0.97); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header .logo { display: inline-block; float: left; text-align: center; font-size: 18px; line-height: 30px; margin-right: 20px; margin-top: 10px; }
.header .logo img { display: block; }

.header .nav { list-style-type: none; display: block; margin-top: 20px; text-align: right; float: right; }
.header .nav a { font-size: 14pt; font-weight: bolder; margin-right: 10px; margin-left: 10px; padding-right: 10px; padding-left: 10px; color: #0f0f33; text-decoration: none; transform: scaleX(0.9); display: inline-block; letter-spacing: 2px; line-height: 24px; vertical-align: middle; text-shadow: 0 0 3px rgba(255, 255, 255, 0.6); }
.header .nav a:hover { color: #0062EE; }
.header .nav a.on:after { content: ''; display: block; width: 16px; height: 4px; background-color: #0062EE; border-radius: 4px; margin-right: auto; margin-bottom: 0; margin-left: auto; }
.header .nav img { height: 24px; vertical-align: middle; display: inline-block; margin-right: 1px; }
.header .nav s { vertical-align: middle; }


.jdt{ background-image: url(/up/bsfbw/001.jpg); background-size: 100% 100%; padding-top: 150px; padding-bottom: 150px; }
.jdt .content h2 { font-size: 56px; margin: 0px; padding-left: 8px;  text-shadow: 2 2 2px rgba(255, 255, 255, 0.98);}
.jdt .content h4 { margin-top: 7px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; font-size: 16px; background-image: linear-gradient(to right, rgba(237, 107, 44, 0.9), rgba(237, 107, 44, 0)); display: inline-block; padding-top: 9px; padding-right: 150px; padding-bottom: 9px; padding-left: 9px; color: #FFF; font-weight: 400; }

.jdt1{ background-image: url(../up/user/img/bg-office.jpg); background-size: auto 100%; padding-top: 100px; padding-bottom: 100px; background-repeat: no-repeat; background-position: center; background-color: #EDE9E6; }
.jdt1 .content h2 { font-size: 56px; margin: 0px; padding-left: 8px; }
.jdt1 .content h4 { margin-top: 7px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; font-size: 16px; background-image: linear-gradient(to right, rgba(237, 107, 44, 0.9), rgba(237, 107, 44, 0)); display: inline-block; padding-top: 9px; padding-right: 150px; padding-bottom: 9px; padding-left: 9px; color: #FFF;font-weight: 400; }

.search_bg{ background-position: center; width: 1220px; margin-top: -55px; margin-right: auto; margin-left: auto; padding: 30px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)); border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-bottom: 20px; }
.search_bg .search_tags { width: 690px; margin-top: 10px; margin-right: auto; margin-bottom: auto; margin-left: auto; color: #333; }
.search_bg .search_tags a { color: #0f0f33; text-decoration: none; display: inline-block; margin-right: 5px; margin-left: 5px; }
.search_bg .right a { font-size: 16px; display: inline-block; padding-right: 30px; padding-left: 30px; border: 1px solid #005DE8; line-height: 44px; margin-left: 10px; border-radius: 23px; color: #0067F6; text-decoration: none; word-spacing: 7px; }
.search_bg .right a.on{ color: #FFF; background-color: #0062EE;	   
	}
.search_bg .right a:hover{ background-color: #F60; border-color: #F60;}	
.search  { border-radius: 24px; display: block; background-color: #FFF; text-align: left; height: 48px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 60%; }
.search:hover{ }
.search input { border-radius: 4px; border: 0px none #FFF; width: 60%; vertical-align: middle; font-size: 18px; letter-spacing: 1px; padding-top: 14px; padding-right: 14px; padding-bottom: 14px; padding-left: 28px; }
.search a{ line-height: 48px; background-color: #0062EE; display: inline-block; height: 48px; vertical-align: middle; width: 100px; color: #FFF; text-decoration: none; border-radius: 0px 24px 24px 0px; letter-spacing: 6px; float: right; text-align: center; font-size: 16px; }
.search a:hover{ background-color: #F60; }



.bai{ background-color: #FFF; }	
.huang{ color: #F60 !important; }
.ts{ margin-top: 7px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px;background-image: linear-gradient(to right, rgba(223, 0, 0, 0.9), rgba(223, 0, 0, 0));; display: inline-block; padding-top: 9px; padding-right: 150px; padding-bottom: 9px; padding-left: 9px; color: #FFF; font-weight: 400; }


.left{ float: left; }
.right{ float: right; }


.content { margin: auto; width: 1300px; }

.shop { overflow: hidden; background-color: #FFF; height: 480px; margin-right: 10px; margin-left: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 6px; margin-bottom: 30px; background-image: url(../up/bsfbw/bg_02.png); background-position: left top; background-repeat: no-repeat; }
.shop .f_list ul img { height: 100px; width: 100%; margin-top: 10px; margin-bottom: 10px; }
.shop .f_list { height: 480px; width: 310px; float: left; border-right-width: 1px; border-right-style: solid; border-right-color: #F2F2F2; background-color: #FFF; margin-right: 15px; }
.shop .f_list ul { overflow: hidden; list-style-type: none; margin: 0px; background-color: #FFF; padding-right: 15px; padding-bottom: 20px; padding-left: 15px; }
.shop .f_list ul li { float: left; width: 33.333%; }
.shop .f_list ul li a { display: block; height: 40px; line-height: 40px; overflow: hidden; font-size: 16px; color: #484851; text-align: center; font-weight: 400; text-decoration: none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }


.shop .f_list ul h3 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F2F2F2; line-height: 50px; margin: 0px; font-weight: 600; color: #34344B; }
.shop .r_list ul { list-style-type: none; background-color: #FFF; display: block; overflow: hidden; padding: 0px; margin-top: 0px; margin-right: 15px; margin-bottom: 0px; margin-left: 0px; }
.shop .r_list ul li{ overflow: hidden; margin-bottom: 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F2F2F2; padding-bottom: 15px; float: left; width: 50%; position: relative; }
.shop .r_list ul h3 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F2F2F2; line-height: 50px; font-weight: 300; color: #34344B; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.shop .r_list ul li a img { height: 46px; width: 46px; margin-right: 15px; float: left; }
.shop .r_list ul li a b { font-size: 16px; line-height: 24px; margin: 0px; padding: 0px; height: 24px; overflow: hidden; font-weight: 400; display: block; width: 70%; }
.shop .r_list ul li p { font-size: 14px; margin: 0px; padding: 0px; line-height: 20px; color: #5C5A5C; font-weight: 400; }
.shop .r_list ul li p i { font-size: 14px; font-style: normal; margin-right: 15px; color: #4A4965; }
.shop .r_list ul li a { text-decoration: none; color: #2D314A; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.shop .r_list ul a { color: #0f0f33; text-decoration: none; }
.shop .r_list ul li s { text-decoration: none; float: right; font-size: 14px; color: #98939F; margin-right: 30px; line-height: 24px; background-color: #FFF; position: absolute; z-index: 1; top: 0px; right: 0px; }
.shop .f_list ul li a:hover{ color: #F60; transform: scale(1.1);}
.shop .r_list a:hover { color: #F60; transform: scale(1.1);}

.qt_list { overflow: hidden; }
.qt_list div { float: left; width: 33.33%; }
.qt_list div ul { list-style-type: none; background-color: #FFF; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 6px; margin-right: 10px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; }
.qt_list div ul h3 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F2F2F2; line-height: 50px; font-weight: 300; color: #0F0F33; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.qt_list div ul li  { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F2F2F2; padding-top: 5px; padding-bottom: 5px; }

.qt_list div ul li a { text-decoration: none; color: #2D314A; }
.qt_list div ul li a:hover{ color: #0062EE;  }
.qt_list div ul li a b { font-size: 16px; line-height: 30px; margin: 0px; padding: 0px; height: 30px; overflow: hidden; font-weight: 400; display: block; width: 80%; }
.qt_list div ul li s { text-decoration: none; float: right; font-size: 14px; color: #98939F; margin-right: 0px; line-height: 30px; }


.list ul { margin: 0px; list-style-type: none; display: block; overflow: hidden; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; min-height: 620px }
.list ul li{ overflow: hidden; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)); border-radius: 4px; padding: 15px; margin-top: 15px; margin-bottom: 15px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.list ul li:hover{ background-color: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.list ul li a { text-decoration: none; color: #2D314A; }
.list ul li a:hover { color: #0062EE;  }

.list ul li a img { height: 46px;  margin-right: 15px; float: left; }
.list ul li a b { font-size: 16px; line-height: 24px; margin: 0px; padding: 0px; height: 24px; overflow: hidden; font-weight: 400; display: block;  }
.list ul li a b i{ font-style: normal; color: #FFF; padding-right: 8px; padding-left: 8px; display: inline-block; font-size: 14px; }

.list ul li p { font-size: 14px; margin: 0px; padding: 0px; line-height: 20px; color: #5C5A5C; font-weight: 400; }
.list ul li p i { font-size: 14px; font-style: normal; margin-right: 15px; color: #666666; }
.list ul li s { text-decoration: none; float: right; font-size: 14px; color: #98939F; margin-right: 30px; }
.list .wu{ font-size: 16px; line-height: 400px; color: #999; text-align: center; }
#page{ text-align: center; }


.ups { background-color: #FFF; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); padding: 25px; margin-top: 10px; margin-right: 10px; margin-bottom: 20px; margin-left: 10px; }
.ups h3 { font-size: 36px; margin-bottom: 10px;}
.ups h4 { margin-bottom: 10px; font-size: 16px; background-image: linear-gradient(to right, rgba(223, 0, 0, 0.9), rgba(223, 0, 0, 0)); display: inline-block; padding-top: 9px; padding-right: 120px; padding-bottom: 9px; padding-left: 9px; color: #FFF; font-weight: 400; }
.ups .up,.upbtn { line-height: 40px; color: #FFF; display: inline-block; margin-top: 40px; margin-bottom: 15px; padding-right: 40px; padding-left: 40px; text-decoration: none; background-color: #0062EE; font-size: 16px; border-radius: 4px; border: 1px solid #0062EE; margin-right: 10px; }
.ups a { color: #03F; }
.ups label input { padding: 5px !important; border: 1px solid #999999 !important; vertical-align: middle; }


.kp { padding-top: 10px; padding-bottom: 20px;box-sizing: border-box;  }
.kp ul { margin: 0px; list-style-type: none; overflow: hidden; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; }
.kp ul li { width: 24%; float: left; padding: 1%; margin: 0.5%; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -ms-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; border: 2px solid #FFF; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)); }
.kp ul li a { display: block; margin-right: 10px; margin-left: 10px; padding: 0px; color: #0f0f33; text-decoration: none; }
.kp ul li a img { height:48px; float: left; margin-bottom: 28px; margin-right: 20px; }
.kp ul li a b { font-size: 18px; font-weight: 600; margin-bottom: 8px; display: block; letter-spacing: 1px; }
.kp ul li a p { color: #5B5C71; margin: 0px; padding: 0px; font-size: 14px; letter-spacing: 1px; }
.kp li:hover{ box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); background-color: #FFF; border-radius: 4px; background-image: url(../up/bsfbw/bg01.png); background-repeat: no-repeat; background-position: right bottom; transform: scale(1.02);}

.tag { }
.tag ul { margin: 0px; }
.tag ul a { font-size: 16px; line-height: 36px; background-color: #FFF; padding-right: 12px; padding-left: 12px; text-decoration: none; display: inline-block; white-space: nowrap; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); color: #333; margin-right: 5px; margin-bottom: 5px; margin-left: 0px; }
.tag ul a:hover { background-color: #287EFF; color: #FFF; }
.tag ul .on { background-color: #0062EE;  color: #FFF; }

.kefu{ background-color: #0f0f33; width: 50px; position: fixed; z-index: 8; top: 30%; right: 10px; border-radius: 4px; padding-top: 10px; padding-bottom: 10px; }
.kefu a{ color: #FFF; text-decoration: none; display: block; width: 50px; font-size: 14px; text-align: center; margin-bottom: 10px; }
.kefu a img { display: block; margin-right: auto; margin-left: auto; max-width:32px; }

.footer { padding-top: 30px; padding-bottom: 60px; background-color: #202337; margin-top: 50px; color: #EFF0EC; font-weight: 400; }
.footer p  { color: #B6BBCB; font-weight: 400; font-size: 11pt; margin-top: 5px; }
.footer p a { color: #B6BBCB; font-weight: 400; font-size: 11pt; }
.footer p a:hover { color: #ffa009; }
.footer img { display: inline-block; vertical-align: middle; margin-right: 20px; }
