@charset "UTF-8";
/*reset css*/
*, ::after, ::before { margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; /*去除按钮点击高亮*/ box-sizing: border-box; -webkit-box-sizing: border-box; }

body { font-size: 14px; font-family: "MicroSoft YaHei",sans-serif; color: #333; }

a { color: #333; text-decoration: none; }

a:hover { color: #1c80ff; }

input { outline: none; border: none; -webkit-appearance: none; /*清除移动端的表单样式*/ }

ul, ol { list-style: none; }

body, html { width: 100%; overflow-x: hidden; }

/*common css*/
.wrap { width: 1200px; margin: 0 auto; }

.fl { float: left; }

.fr { float: right; }

.clearfix::before, .clearfix::after { content: ""; height: 0px; line-height: 0; display: block; visibility: hidden; clear: both; }

.padded60 { padding: 60px 0; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.bg-gray { background: #f9faff; }

.text-center { text-align: center; }

.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; border: 1px solid #ddd; border-radius: 4px; outline: none; display: none; cursor: pointer; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: #888; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height,visibility; -o-transition-property: height,visibility; transition-property: height,visibility; }

.paddedT { padding-top: 20px; }

.loginbtn { margin-top: 20px; display: inline-block; border-radius: 50px; background: #409eff; color: #fff; padding: 8px 20px; border: 0; font-size: 18px; }
.loginbtn:hover { color: #fff; background: #1c80ff; }
.loginbtn:active { color: #fff; background: #3a8ee6; }

.banner { position: relative; background: url(../images/banner.png) center top no-repeat; height: 696px; }
.banner .word { background: rgba(255, 255, 255, 0.7); padding-top: 60px; text-align: center; width: 808px; height: 400px; margin: 100px auto 0; }
.banner .word .banner-title { position: relative; display: inline-block; font-size: 36px; margin-bottom: 8px; font-weight: 700; color: #3E456D; }
.banner .word .banner-title::after { content: ""; position: absolute; top: 50%; margin-top: -2px; left: -160px; width: 116px; height: 4px; background: #3E456D; }
.banner .word .banner-title::before { content: ""; position: absolute; top: 50%; margin-top: -2px; right: -160px; width: 116px; height: 4px; background: #3E456D; }
.banner .word .banner-word { font-size: 24px; margin-top: 20px; color: #525A88; }
.banner .word .banner-word span { width: 31px; height: 31px; display: inline-block; color: #fff; background: #525A88; border-radius: 50%; }
.banner .word .banner-word .icon-arrow { display: inline-block; width: 67px; height: 17px; background: url("../images/icon-banner-arrow.png"); }
.banner .word .loginbtn { margin-top: 40px; font-size: 24px; line-height: 56px; background: linear-gradient(0deg, #3B6DF8, #6089FE); box-shadow: 0px 9px 13px 0px rgba(60, 109, 248, 0.33); border-radius: 6px; }
.banner .word .loginbtn:hover { background: #3B6DF8; }
.banner.about { background: url(../images/banner-about.png) center top no-repeat; height: 398px; }
.banner.about .word { margin-top: 80px; background: none; width: auto; height: auto; padding-top: 0; }
.banner.about .word .banner-title { color: #fff; font-weight: 400; }
.banner.about .word .banner-title::after { display: none; }
.banner.about .word .banner-title::before { display: none; }
.banner.about .word .banner-title span { color: #9A9A9A; }
.banner.about .word .banner-word { color: #9A9A9A; font-size: 16px; }
.banner.about .word .banner-word:first-child { font-size: 12px; }

.header-box.fixed { height: 80px; }

.header { position: relative; z-index: 3; height: 80px; width: 100%; }
.header.fixed { position: fixed; top: 0; left: 0; right: 0; }
.header .logo { margin-top: 19px; }
.header .nav { position: relative; margin-top: 30px; padding-right: 18px; float: left; width: 700px; }
.header .nav li { float: left; padding: 0 16px; color: #3a5ba8; }
.header .nav li .nav-line { width: 0; height: 4px; border-radius: 5px; background: #3a5ba8; display: block; margin: 8px auto 0; transition: 0.15s all; -webkit-transition: 0.15s all; }
.header .nav li a { display: block; float: left; padding: 0 4px; font-size: 15px; font-weight: 700; transition: 0.3s all; color: #3a5ba8; }
.header .nav li a:hover { transition: 0.3s all; }
.header .nav li a:hover .nav-line { width: 100%; }
.header .nav li a.active .nav-line { width: 100%; }
.header .nav li.hide-li { display: none; }
.header .nav .nav-login { float: right; margin-top: -6px; }
.header .nav .nav-login a { border: 1px solid #3a5ba8; border-radius: 50px; color: #3a5ba8; font-weight: 400; font-size: 15px; padding: 5px 16px; }
.header .nav .nav-login a:hover { background: #3a5ba8; color: #fff; }
.header .nav .tel { float: right; border: 1px solid #3a5ba8; border-radius: 50px; height: 32px; line-height: 32px; margin-top: -6px; }
.header .nav .tel i { position: relative; top: 3px; display: inline-block; width: 17px; height: 17px; background: url(../images/icon-head-contact-blue.png) 0 0 no-repeat; margin-right: 5px; }

.about .header .nav li { color: #fff; }
.about .header .nav li .nav-line { background: #fff; }
.about .header .nav li a { color: #fff; }
.about .header .nav .nav-login a { border: 1px solid #fff; }
.about .header .nav .tel { border: 1px solid #fff; }
.about .header .nav .tel i { background: url(../images/icon-head-contact.png) 0 0 no-repeat; }

.pro-main .pm-main { position: relative; float: left; width: 33.33%; text-align: center; padding: 20px 0; min-height: 330px; }
.pro-main .pm-main:nth-child(2)::after { content: ""; width: 2px; left: 0; top: 109px; bottom: 0px; opacity: 0.2; background: #3C5DA6; position: absolute; }
.pro-main .pm-main:nth-child(2)::before { content: ""; width: 2px; right: 0; top: 109px; bottom: 0px; opacity: 0.2; background: #3C5DA6; position: absolute; }
.pro-main .pm-main .pro-title { font-size: 24px; color: #575E88; margin-top: 50px; }
.pro-main .pm-main .pro-word { color: #858AB0; font-size: 18px; margin-top: 20px; line-height: 2; }

.about-box { width: 960px; margin: 0 auto; font-size: 16px; line-height: 2; }

.contact { margin-top: 50px; background: url(../images/contact.png) center top no-repeat; height: 464px; color: #fff; }
.contact .w50 { width: 45%; float: left; }
.contact .w50 .contact-box { font-size: 18px; margin-top: 280px; width: 406px; float: right; }
.contact .w50 .contact-box .tit { font-size: 24px; }
.contact .w50 .contact-box .word { margin-bottom: 16px; }
.contact .w50 .contact-box .address { line-height: 1.8; }

.footer { background: #3E3D39; color: #fff; padding-bottom: 30px; padding-top: 45px; }
.footer .foot-left { float: left; width: 850px; }
.footer .nav { margin-top: 42px; }
.footer .nav li { position: relative; float: left; line-height: 1; padding: 0 17px; margin-bottom: 6px; }
.footer .nav li:first-child { padding-left: 0; }
.footer .nav li:after { content: ""; position: absolute; left: -1px; top: 0; height: 16px; width: 1px; background: #fff; }
.footer .nav li:first-child:after { display: none; }
.footer .nav li a { font-size: 16px; color: #9a9a9a; transition: 0.3s all; }
.footer .nav li a:hover { color: #1c80ff; transition: 0.3s all; }
.footer .lang { float: left; margin-left: 10px; border: 1px solid #818080; border-radius: 50px; position: relative; width: 89px; height: 25px; color: #999; margin-top: 15px; cursor: pointer; }
.footer .lang i { position: relative; top: 3px; width: 15px; height: 15px; display: inline-block; margin-left: 9px; margin-right: 7px; background: url(../images/icon-global.png) center center no-repeat; }
.footer .lang span { display: inline-block; height: 21px; line-height: 21px; }
.footer .lang b { position: relative; top: -1px; display: inline-block; width: 12px; height: 6px; margin-left: 5px; background: url(../images/arrow-down.png) center center no-repeat; transition: .2s; }
.footer .lang .hide { position: absolute; top: 24px; background: #fff; background: #3e3d39; width: 120px; line-height: 40px; box-shadow: 0 1px 6px #ccc; z-index: -1; opacity: 0; transition: all .3s; }
.footer .lang .hide a { display: block; padding-left: 10px; color: #fff; }
.footer .lang .hide a:hover { color: #ec5c52; }
.footer .lang .hide i { background: url(../images/checkbox.png) center center no-repeat; }
.footer .lang .hide i.active { background-image: url(../images/checkbox_select.png); }
.footer .lang.active .hide { transition: all .3s; z-index: 10; opacity: 1; }
.footer .lang.active b { transition: .2s; transform: rotate(180deg); }
.footer .foot-right { width: 350px; float: right; font-size: 16px; }
.footer .foot-right .qrcode { margin-right: 20px; }
.footer .foot-right .name { line-height: 1; margin-bottom: 16px; color: #9a9a9a; }
.footer .foot-right .foot-contact { float: left; background: #1c80ff; border-radius: 5px; padding: 12px 16px 11px 16px; }
.footer .foot-right .foot-contact span { display: block; height: 21px; line-height: 21px; margin-bottom: 8px; }
.footer .foot-right .foot-contact .icon { position: relative; top: 4px; margin-right: 8px; width: 21px; height: 21px; display: inline-block; background: url(../images/icon-footer.png) 0 0 no-repeat; }
.footer .foot-right .foot-contact .icon-tel { background-position: 0 0; }
.footer .foot-right .foot-contact .icon-email { background-position: 0 -44px; }
.footer .copyright { background: none; text-align: left; padding: 0; }

.copyright { background: #383838; text-align: center; color: #fff; line-height: 1; color: #898989; padding: 6px 0 18px; }
.copyright .pic { position: relative; top: 6px; display: inline-block; }
.copyright .pic img { width: 17px; height: 23px; }
.copyright .icon { position: relative; top: 10px; height: 32px; display: inline-block; }

.main-title { text-align: center; margin-bottom: 50px; }
.main-title h2 { line-height: 1; font-size: 36px; margin-bottom: 16px; color: #585E81; font-weight: 400; }
.main-title span { line-height: 1; font-size: 18px; color: #9A9A9A; display: block; }

.index-tit { font-size: 18px; color: #575E88; }

.index-manage { background: url(../images/bg-manage.png) center top no-repeat; }
.index-manage .tit-list { width: 670px; }

.carelink .tit-list { width: 630px; }
.carelink dl { max-width: 1300px; margin: 60px auto 0; }
.carelink dl dd { float: left; width: 50%; text-align: center; }
.carelink dl dd p { font-size: 18px; color: #575E88; }

.center-img { margin: 20px auto 0; display: block; }

.index-tit { text-align: center; margin-bottom: 20px; }

.tit-list { margin: 0 auto 12px; color: #858AB0; font-size: 18px; position: relative; padding-left: 100px; }
.tit-list .tit { position: absolute; left: 0; }
.tit-list li { position: relative; padding-left: 20px; margin-bottom: 20px; }
.tit-list li::after { content: ""; position: absolute; left: 0; top: 50%; margin-top: -7px; width: 15px; height: 15px; background: #2684FF; border-radius: 50%; }

.dialog-contact { position: fixed; right: 5px; top: 30%; }
.dialog-contact li { position: relative; background: #353535; width: 64px; height: 64px; color: #fff; text-align: center; margin-top: 3px; cursor: pointer; border: 1px solid #9a9a9a; }
.dialog-contact li:hover { background: #1c80ff; }
.dialog-contact li:hover .dialog-hide { display: block; }
.dialog-contact li .dialog-icon { display: inline-block; width: 32px; height: 32px; margin-top: 8px; background: url(../images/icon-dialog.png) 0 0 no-repeat; }
.dialog-contact li .dialog-icon.icon-tel { background-position-y: 0; }
.dialog-contact li .dialog-icon.icon-msg { background-position-y: -39px; }
.dialog-contact li .dialog-title { line-height: 1; }
.dialog-contact li .dialog-hide { position: absolute; right: 64px; top: 0; color: #333; white-space: nowrap; border-right: 5px solid transparent; display: none; cursor: default; }
.dialog-contact li .dialog-hide .dh-box { padding: 12px; background: #fff; box-shadow: 0 0 15px #ddd; }
.dialog-contact li .dialog-hide p { font-size: 18px; }
.dialog-contact li .dialog-hide img { display: block; }

/* 平板电脑 */
@media (max-width: 780px) { .wrap { width: 100%; }
  .padded60 { padding: 40px 0; }
  .header-box.fixed { height: 70px; }
  .banner { height: 120px; }
  .banner.about { height: 70px; }
  .banner h2 { padding: 0 3%; font-size: 30px; padding-top: 36px; }
  .banner span { padding: 0 3%; font-size: 14px; padding-top: 8px; }
  .banner .header { height: auto; min-height: 70px; background: #fff; border-bottom: 1px solid #eee; }
  .banner .header .nav { width: 100%; margin-top: 0; padding-right: 0; }
  .banner .header .nav li { width: 100%; }
  .banner .header .nav li a { position: relative; display: block; height: 40px; line-height: 40px; width: 100%; font-weight: 400; }
  .banner .header .nav li a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #eee; transform: scaleY(0.5); }
  .banner .header .nav li.hide-li { display: block; }
  .banner .header .nav .nav-login { margin-top: 0; float: none; }
  .banner .header .nav .nav-login a { padding: 0; border: 0; }
  .banner .header .nav .nav-login a:hover { background: #3f3e46; color: #fff; }
  .banner .header .nav .tel { display: none; }
  .banner .header .fr { width: 100%; height: 0; overflow: hidden; }
  .banner .header .fr.in { display: block; height: auto; }
  .banner .header .navbar-toggle { display: block; margin-top: 17px; margin-right: 3%; }
  .banner .header .logo { margin-left: 3%; margin-top: 10px; }
  .about .header { background: #3f3e46; }
  .main-title { margin-bottom: 32px; }
  .main-title h2 { font-size: 24px; margin-bottom: 8px; }
  .main-title span { font-size: 14px; }
  .about-box { width: 96%; margin: 0 auto; font-size: 14px; }
  .contact { height: auto; background: none; }
  .contact .w50 { width: 100%; float: none; }
  .contact .w50 .contact-box { font-size: 14px; width: 96%; color: #333; margin: 0 auto; float: none; }
  .footer { padding-bottom: 20px; padding-top: 35px; padding-left: 3%; padding-right: 3%; }
  .footer .foot-left { float: none; width: 100%; text-align: center; }
  .footer .foot-left .foot-logo { margin-bottom: 0px; text-align: center; }
  .footer .foot-left .foot-logo img { float: none; }
  .footer .foot-left .lang { display: none; }
  .footer .foot-right { width: 100%; text-align: center; }
  .footer .foot-right .name { margin-top: 24px; font-size: 18px; }
  .footer .foot-right .contact { display: inline-block; }
  .footer .foot-right .foot-contact { width: 216px; text-align: left; } }
/* 手机 */
@media (max-width: 780px) { .header { background: #3f3e46; }
  .header .logo { margin-top: 10px; }
  .header .nav li a .nav-line { display: none; }
  .padded60 { padding: 30px 0; }
  .pro-main .pm-main { margin-top: 20px; width: 100%; min-height: inherit; }
  .pro-main .pm-main:nth-child(2)::after { display: none; }
  .pro-main .pm-main:nth-child(2)::before { display: none; }
  .pro-main .pm-main .pro-title { font-size: 16px; color: #575E88; margin-top: 20px; }
  .pro-main .pm-main .pro-word { color: #858AB0; font-size: 14px; margin-top: 10px; line-height: 2; }
  .center-img { width: 96%; }
  .index-tit { font-size: 14px; text-align: left; padding: 0 2%; }
  .index-manage .tit-list, .carelink .tit-list, .tit-list { width: 96%; margin: 0 auto; font-size: 14px; padding-left: 75px; }
  .index-manage .tit-list li, .carelink .tit-list li, .tit-list li { padding-left: 16px; margin-bottom: 8px; }
  .index-manage .tit-list li:after, .carelink .tit-list li:after, .tit-list li:after { width: 10px; height: 10px; top: 5px; margin-top: 0px; }
  .banner { height: 60px; }
  .banner .banner-img { display: none; }
  .banner .word { display: none; }
  .banner h2 { font-size: 20px; padding-top: 12px; }
  .banner span { font-size: 12px; padding-top: 2px; }
  .main-title { margin-bottom: 20px; }
  .main-title h2 { font-size: 20px; margin-bottom: 4px; }
  .main-title span { font-size: 12px; }
  .carelink dl { margin-top: 0; width: 96%; }
  .carelink dl dd { margin-top: 12px; width: 100%; }
  .carelink dl dd img { width: 100%; }
  .carelink dl dd p { font-size: 14px; }
  .contact-box .map-img { display: none; }
  .footer .foot-left { width: 100%; }
  .footer .foot-left .foot-logo { padding-bottom: 20px; }
  .footer .nav-box { display: none; }
  .footer .foot-right { font-size: 12px; }
  .footer .foot-right .qrcode { margin: 0 auto; float: none; }
  .footer .foot-right .name { text-align: center; font-size: 16px; display: none; }
  .footer .foot-right .foot-contact { width: 170px; padding: 12px 0px 8px 12px; float: none; margin: 12px auto 0; }
  .footer .foot-right .foot-contact span { margin-bottom: 8px; }
  .footer .foot-right .foot-contact .icon { background-size: 16px auto; width: 16px; height: 16px; }
  .footer .foot-right .foot-contact .icon-email { background-position: 0 -34px; }
  .footer .foot-center { display: none; }
  .copyright { display: none; font-size: 12px; padding-left: 1%; padding-right: 1%; }
  .dialog-contact { display: none; } }

/*# sourceMappingURL=common.css.map */
