/* reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; font-family: "Microsoft YaHei",sans-serif; }

a { color: #404040; text-decoration: none; outline: none; }

a:focus { outline: none; }

select { font-family: "Microsoft YaHei",sans-serif; }

option { font-family: "Microsoft YaHei",sans-serif; }

input { font-family: "Microsoft YaHei",sans-serif; }

input::-webkit-input-placeholder { font-family: "Microsoft YaHei",sans-serif; }

input::-moz-placeholder { font-family: "Microsoft YaHei",sans-serif; }

input:-ms-input-placeholder { font-family: "Microsoft YaHei",sans-serif; }

input::placeholder { font-family: "Microsoft YaHei",sans-serif; }

button { font-family: "Microsoft YaHei",sans-serif; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

.clearfloat { zoom: 1; }

.clearfloat:after { display: block; clear: both; content: ""; visibility: hidden; height: 0; }

.display-none { display: none; }

.container { position: relative; width: 1000px; padding: 50px 0; color: #404040; margin: 0 auto 0; }

.img-content { position: relative; text-align: center; }

.btn:hover { background-color: rgba(0, 0, 0, 0.1); }

#top-fixed i { display: inline-block; }

#top-navigation i { display: inline-block; }

#top-fixed { position: relative; width: 100%; background-color: #404040; z-index: 102; }

#top-fixed .top-fixed-container { width: 1000px; height: 40px; line-height: 40px; font-size: 16px; position: relative; margin: 0 auto; }

#top-fixed .top-fixed-container > div { float: left; }

#top-fixed .top-fixed-container > div a { color: #b3b3b3; }

#top-fixed .top-fixed-container > div a:hover { color: #fff; }

#top-fixed .top-fixed-container > div .icon-zixun { width: 19px; height: 19px; background-image: url(../images/icon-zixun_19x19.png); }

#top-fixed .top-fixed-container > div .icon-tel { width: 12px; height: 18px; background-image: url(../images/icon-tel_14x18.png); }

#top-fixed .top-fixed-container > div a.zixun:hover i { background-image: url(../images/icon-hover-zixun_19x19.png); }

#top-fixed .top-fixed-container > div a.tel:hover i { background-image: url(../images/icon-hover-tel_14x18.png); }

#top-fixed .top-fixed-container > div i { vertical-align: sub; margin-right: 4px; }

#top-fixed .top-fixed-container .tel { margin-left: 25px; cursor: default; }

#top-fixed .top-fixed-container .login-before { position: absolute; right: 0; line-height: 28px; }

#top-fixed .top-fixed-container .login-before > a { width: 80px; height: 28px; display: inline-block; margin-top: 6px; cursor: pointer; }

#top-fixed .top-fixed-container .login-before .login-left { text-align: center; border: 1px solid #b3b3b3; margin-right: 10px; }

#top-fixed .top-fixed-container .login-before .login-left:hover { border: 1px solid #fff; }

#top-fixed .top-fixed-container .login-before .login-right { text-align: center; color: #fff; background-color: #ee7700; }

#top-fixed .top-fixed-container .login-before .login-right:hover { background-color: #be5f00; }

#top-fixed .top-fixed-container .login-after { position: absolute; right: 0; line-height: 40px; }

#top-fixed .top-fixed-container .login-after p { float: left; color: #fff; margin-right: 4px; }

#top-fixed .top-fixed-container .login-after > a { float: left; height: 40px; display: block; text-align: center; cursor: pointer; }

#top-fixed .top-fixed-container .login-after > a:hover { color: #fff; }

#top-fixed .top-fixed-container .login-after .pers-center { width: 80px; }

#top-fixed .top-fixed-container .login-after .logout { width: 40px; }

#top-space { height: 0px; }

#top-navigation { position: relative; width: 100%; background-color: #fff; border-bottom: 1px solid #eeeeee; -webkit-box-shadow: 0px 0px 10px #443f3f; box-shadow: 0px 0px 10px #443f3f; z-index: 101; }

#top-navigation .icon-black-logo { width: 339px; height: 36px; background-image: url(../images/icon-black-logo_339x36.png); }

#top-navigation a.current { color: #ee7700; }

#top-navigation a { display: block; width: 100%; height: 100%; }

#top-navigation .nav-container { width: 1000px; height: 70px; margin: 0 auto; }

#top-navigation .nav-container .logo { width: 339px; line-height: 0; float: left; }

#top-navigation .nav-container .logo i { margin-top: 17px; }

#top-navigation .nav-container .nav-list { height: 70px; line-height: 70px; margin-left: 115px; margin-right: -40px; font-size: 18px; float: left; }

#top-navigation .nav-container .nav-list > li { float: left; padding: 0 20px; }

#top-navigation .nav-container .nav-list > li:hover a { color: #ee7700; }

#top-navigation .nav-container .nav-list > li.dropdown { position: relative; text-align: center; }

#top-navigation .nav-container .nav-list > li.dropdown ul { position: absolute; top: 70px; left: -8px; font-size: 16px; line-height: 30px; background-color: #fff; -webkit-box-shadow: 0px 3px 3px #8f7f7f; box-shadow: 0px 3px 3px #8f7f7f; }

#top-navigation .nav-container .nav-list > li.dropdown ul li { line-height: 38px; }

#top-navigation .nav-container .nav-list > li.dropdown ul li a { color: #989898; }

#top-navigation .nav-container .nav-list > li.dropdown ul li a:hover { color: #404040; background-color: #eeeeee; }

#top-navigation .nav-container .nav-list .dropdown-short ul { width: 90px; }

#top-navigation .nav-container .nav-list .dropdown-long ul { width: 126px; }

#copyright { width: 100%; height: 110px; background-color: #404040; z-index: 100; }

#copyright i { display: inline-block; }

#copyright .icon-wechat-1 { width: 25px; height: 20px; background-image: url(../images/icon-wechat-1_25x20.png); }

#copyright .icon-wechat-1:hover { background-image: url(../images/icon-hover-wechat-1_25x20.png); }

#copyright .icon-weibo-1 { width: 25px; height: 21px; background-image: url(../images/icon-weibo-1_25x21.png); }

#copyright .icon-weibo-1:hover { background-image: url(../images/icon-hover-weibo-1_25x21.png); }

#copyright .copyright-container { width: 1000px; margin: 0 auto; padding: 30px 0 0 0; font-size: 14px; text-align: center; }

#copyright p { color: #b3b3b3; cursor: default; }

#copyright p:hover { color: #fff; }

#copyright ul { width: 350px; margin: 20px auto 0; }

#copyright ul li { float: left; }

#copyright ul li a { color: #b3b3b3; display: block; }

#copyright ul li a:hover { color: #fff; }

#copyright ul .text { margin: 0 12px; }

#copyright ul .icon { margin-top: -4px; margin-right: 15px; }

#copyright .icon-wechat { position: relative; cursor: pointer; }

#copyright .icon-wechat:hover .qrcode { display: block; }

#copyright .icon-wechat .qrcode { position: absolute; display: none; width: 180px; height: 180px; background-color: #fff; top: -196px; left: -77.5px; border-radius: 18px; }

#copyright .icon-wechat .triangle { position: absolute; bottom: -14px; left: 80px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 14px solid #fff; }

#copyright .icon-wechat img { width: 170px; height: 170px; margin: 5px; }

#banner { height: 598px; background: url(../images/banner_1920x598.png) no-repeat center; }

#section-1 { background-color: #f0f0f0; }

#section-1 .title { font-size: 50px; font-weight: bold; text-align: center; margin-bottom: 30px; }

#section-1 .btn { position: absolute; display: block; width: 220px; height: 40px; color: transparent; border-radius: 10px; }

#btn-1 { top: 172px; left: 196px; }

#btn-2 { top: 420px; left: 196px; }

#btn-3 { top: 376px; right: 60px; }

#section-2 { background-color: #3b97eb; }

#section-2 .title { font-size: 50px; font-weight: bold; text-align: center; margin-bottom: 30px; color: #fff; }

#section-3 .btn { position: absolute; display: block; width: 160px; height: 32px; color: transparent; border-radius: 10px; }

#btn-4 { width: 660px !important; height: 60px !important; border-radius: 30px !important; top: 480px; left: 190px; }

#btn-5 { bottom: 140px; left: 132px; }

#btn-6 { bottom: 100px; left: 132px; }

#btn-7 { bottom: 58px; left: 132px; }

#btn-8 { bottom: 16px; left: 132px; }

#btn-9 { bottom: 122px; left: 393px; }

#btn-10 { bottom: 80px; left: 393px; }

#btn-11 { bottom: 40px; left: 393px; }

#btn-12 { bottom: 122px; left: 652px; }

#btn-13 { bottom: 80px; left: 652px; }

#btn-14 { bottom: 40px; left: 652px; }

#section-4 { background-color: #dc272e; }

#section-4 .title { font-size: 50px; font-weight: bold; line-height: 60px; text-align: center; color: #fff; }

#section-4 .sub-title { font-size: 36px; text-align: center; color: #fff; line-height: 60px; margin-bottom: 30px; }

#btn-15 { position: absolute; display: block; width: 660px; height: 62px; color: transparent; bottom: 0; left: 196px; border-radius: 30px; }

#section-5 .title { font-size: 50px; font-weight: bold; text-align: center; margin-bottom: 30px; }

#btn-16 { position: absolute; display: block; width: 660px; height: 62px; color: transparent; bottom: 0; left: 192px; border-radius: 30px; }

#section-6 { height: 610px; background: url(../images/footer-bg_1920x610.jpg) no-repeat center; }

#section-6 .title { font-size: 50px; font-weight: bold; text-align: center; margin-bottom: 30px; color: #fff; }

#section-6 .btn { position: absolute; display: block; width: 76px; height: 28px; color: transparent; }

#btn-17 { bottom: 122px; left: 605px; }

#btn-18 { bottom: 84px; left: 605px; }

#btn-19 { bottom: 46px; left: 605px; }

#fix-bottom { position: fixed; width: 100%; bottom: 0; height: 70px; z-index: 999; }

#fix-bottom .left-bg { position: absolute; top: 0; left: 0; width: 50%; height: 70px; background-color: #000; }

#fix-bottom .right-bg { position: absolute; top: 0; right: 0; width: 50%; height: 70px; background-color: #292929; }

#fix-bottom .container { padding: 0; }

#btn-20 { position: absolute; display: block; width: 110px; height: 42px; color: transparent; top: 16px; right: 0; }

#bottom-space { height: 70px; }

.m-modal { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; }

.m-modal .container { width: 630px; height: 408px; padding: 0; position: absolute; top: 50%; left: 50%; margin-top: -204px; margin-left: -315px; background: url(../images/modal_629x408.png) no-repeat center; }

.m-modal .container .close-btn { width: 34px; height: 34px; border-radius: 50%; position: absolute; top: 54px; right: 22px; cursor: pointer; }

.m-modal .container .left-btn { width: 164px; height: 50px; position: absolute; bottom: 22px; left: 174px; cursor: pointer; }

.m-modal .container .link-btn { width: 164px; height: 50px; position: absolute; bottom: 22px; right: 103px; }

