@charset "utf-8";
/* CSS Document */

body{margin:0px; padding:0px; background:#fff; font-size:16px; font-family:"微软雅黑"; color:#424242;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
body a:hover{text-decoration:none;}
input{font-family:"微软雅黑";}
ul,ol,li{list-style:none;}
.fl{float:left;}
.fr{float:right;}
.ml15{margin-left:15px;}
.bule{color:#355c97;}
.bule a{color:#355c97; text-decoration:none}
.bule a:hover{color:#ff6600; text-decoration:underline}
.f12{font-size:12px;}
.f24{font-size:24px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.over{overflow:hidden;}
.red{color:#ef392b;}
.none{display:none;}
.h80{height:80px;}
.over{overflow:hidden;}
.center{text-align:center}
.clear{ clear:both;height:0; font-size: 0px; line-height: 0px;}
h5{color:#aaaaab; font-weight:normal; line-height:25px; font-size:14px; padding:0px;}
h1{font-size:60px;}

.pt25{padding-top:25px;}


header{background:#1e314e; height:84px; top:0; left:0; width:100%; z-index:1000; position:fixed}
.ad90{width:90%; margin:0 auto; overflow:hidden; max-width:1600px;}
.ad80{width:80%; margin:0 auto; overflow:hidden; max-width:1350px;}


@media (min-width: 899px){
	.ad90{width:90%}
}

.top{width:90%; margin:0 auto}
.logo{padding-top:25px; float:left; width:18%;}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #1e314e;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*menu*/

.animenu {display:inline-block;  margin:0px;}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #fff;
  text-decoration: none;
  font-size:16px;
}

.animenu__nav {
	margin-top:20px;
	background-color: #1e314e;
	/* margin-left:20%; */
	font-family:"微软雅黑";
}
.animenu__nav > li {
  position: relative;
}
.animenu__nav > li > a {
  padding: 10px 24px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
}


/*nav下拉*/
.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  left: 30px;
  z-index: 99999999;
  opacity: 0;
  margin: 20px 0 0 10px;
  background-color: #365d98;
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
  zoom:1;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #20447c;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 2em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width:150px;
  border-color: #365d98;
  font-size:15px;
}
.animenu__nav__child a:hover {
  background-color: #0186ba;
  border-color: #0186ba;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111111;
    position: relative;
  }
  .animenu__nav a:hover {
    background-color: #0186ba;
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #373737;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}


#menu-mobile .bt-menu{ display:none}






/*企业内部沟通*/

.qygt_bg{background:#f6f5f3; overflow:hidden}
.qygt{padding-top:2%; padding-bottom:3%;}

.qygt h1{font-weight:normal; margin-bottom:15px; text-align:center; font-family:"幼圆";}
.bule{color:#0178d6; }

.qygt_p{font-size:16px; margin-left:7%; width:63%; margin-top:4%; line-height:36px; text-indent:2em;}
.qygt_more{border:1px solid #457ab0; background:none; border-radius:3px; line-height:40px; color:#0a60a4; width:148px; margin-left:12%; margin-top:4%;margin-bottom:5px;}
.qygt_more:hover{background:#457ab0; color:#fff; cursor:pointer}

/*私人医生*/
.animenu {
    display: inline-block;
    margin: 0px;
}
.top input{width:130px; height:33px; border-radius:5px; border:none; color:#fff; font-size:16px; font-family:"微软雅黑"; margin-right:10px;}

.dl{background:#dd9728;}
.dl:hover{color: #fff; background-color: #be7c14;}
.cj{background:#3eb6c1;}
.cj:hover{color: #fff; background-color: #1f97a2;}


.person_doc{padding-top:2%;}

.person_doc h1{font-weight:normal; margin-bottom:60px; text-align:center; font-family:"幼圆";}
.bule_dark{color:#00234b;}
.font30{font-size:30px;}

.person_doc_p{font-size:16px; text-align:right; margin-left:7%; width:35%; text-indent:2em; margin-right:65px; float:left}

.ad1200{width:1200px; margin:0 auto; overflow:hidden}

.detail{background:#fff;}
.detail_ip{background:#f1f1f1}


.detail,.detail_ip{height:400px; overflow:hidden}

.detail h1,.detail_ip h1{font-size: 20px; line-height: 36px; margin: 0; color:#093c55; font-weight:bold;}
.detail p,.detail_ip p{width:580px; font-size:14px; color:#424242; line-height:26px;}

.detail_img{float:left; margin-top:50px;}
.detail_img_ip{float:right; margin-top:50px;}

.detail h1{top:-220px; color:#093c55; left:600px;}
.detail p{top:-210px; left:600px; }

.detail_ip h1{top:-220px; color:#093c55;}
.detail_ip p{top:-210px;}



.doc_p_l{padding-top:130px; float:left}
.doc_p_r{padding-top:130px; float:right}



.xx_where{float:left;}

.yamala_index p{padding:0px; margin:0px; line-height:0px;}
.yamala_index img{height: auto; width: auto\9; width:100%; padding:0px; margin:0px;}



/*进销存系统*/

.jxc_bg{background:#fff; overflow:hidden}
.red{color:#e83738;}
.jxc_fbt{width:68%; margin:0 auto; color:#424242; line-height:30px; margin-top:1.8%;}

.jxc_fl{margin-top:2%}
.jxc_fl li{ min-height:380px; float:left; margin-bottom:45px; position:relative; cursor:pointer; background:#e7e7e7; margin:0 46px; margin-bottom:45px; width:19%}

.jxc_fl li h3{text-align:center; font-size:22px; font-weight:normal; line-height:60px; padding:0px; margin:0px;}
.jxc_fl li p{width:80%; font-size:18px; margin:0 auto; line-height:28px;}
.jxc_fl li img{-webkit-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width:100%}


.jxc_fl li img {color: #666; font-size: 18px; font-weight: bold; width: 100%; display: block; margin: 0px auto;}

.jxc_more{width:150px; margin:0 auto;}
.jxc_more input{border:1px solid #e83738; background:none; border-radius:3px; line-height:40px; color:#e83738;margin-top:30%; width:148px;}
.jxc_more input:hover{background:#e83738; color:#fff; cursor:pointer}


/*定制服务*/
.cs{color:#d28f26}

.dzfw{overflow:hidden; margin-top:2%; word-break:100%}
.dzfw li{width:116px; float:left; margin:0px 3.4%; padding-top:10px;}
.dzfw_bg{width:116px; height:130px; background:url(../images/ltbg.png) no-repeat; text-align:center; padding-top:40px;}

.serBtn p{line-height:0px; margin:0px; padding:0px; line-height:26px; text-align:center; color:#878787; font-size:16px;}
.serBtn h6 {font: 22px/40px "微软雅黑"; text-align: center; color: #434343; line-height:60px; margin:0px; padding:0px;}

.clearfix:before, .clearfix:after {content: ""; display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;/*ie6,7*/}

.dzfw_more{width:150px; margin:0 auto;}
.dzfw_more input{border:1px solid #d28f26; background:none; border-radius:3px; line-height:40px; color:#d28f26;margin-top:30%; width:148px;}
.dzfw_more input:hover{background:#d28f26; color:#fff; cursor:pointer}



/*联系我们*/

.footer{ background:#365d98;width:100%; font-size:12px; height:100%}
.footer_content{ overflow:hidden; padding-bottom:2%}

.lxwm{padding:30px 0px; float:left}
.lxwm h2{font-size:32px; font-weight:normal; color:#e4e4e4; margin:0px; padding:0px}
.lxwm p{font-size:22px; font-weight:normal; color:#bebebe; margin:0px; padding:0px}

.address{color:#bbb; margin:0 auto; float:left; }
.address h3{font-size:22px; font-weight:normal; padding:0px; margin:0px; padding:30px 0px 15px;}
.address p{ line-height:34px; font-size:16px; padding:0px; margin:0px;}

.erwm{float:right; padding-top:30px;}

.banquan{ border-top:solid 1px #6189c6; padding:30px 0 35px; color:#85a7db; line-height:28px; text-align:center; font-size:16px}




/*进销存系统*/
.ygl{padding:2%; text-align:center}
.ygl h1{font-weight:normal; margin-bottom:15px; text-align:center; font-family:"微软雅黑"; color:#43aeda;}

.ygl_m li{width:265px; text-align:center; float:left; margin-right:7.1%;}
.ygl_m li h3{color:#049dff;}
.ygl_m li p{line-height:30px;}

.jxc_m{padding:6% 0;}
.jxc_m_l_w{width:58%; float:left}
.jxc_m_l_w p,.jxc_m_r_w p{line-height:30px; padding:0px; margin:0px;}
.jxc_m_l_w h3,.jxc_m_r_w h3{font-size:20px;}

.jxc_m_r_w{width:56%; float:right}
.jxc_img_l{float:left; overflow:hidden;}

.jxc_img{float:right; overflow:hidden;}

.jxc_hy_bg{background:#47c5a0; color:#fff;}

.p_span{color:#0a60a4;}

.cptc{background:url(../images/bg.png) repeat-x #f0f4f7; padding-bottom:5%; padding-top:2%}
.cptc h1{font-weight:normal; margin-bottom:15px; text-align:center; font-family:"微软雅黑"; color:#404040; font-size:50px;}

.cptc_gd{}
.cptc_gd ul li{width:279px; float:left; margin-right:7.1%; margin-top:100px;}
.cptc_gd_tc{width:279px; height:316px; position:relative;}
.cptc_gd_img{text-align:center; position:absolute; top:-70px; z-index:9; zoom:1; left:60px;}
.cptc_gd_p{padding:110px 30px 0px 30px;}
.cptc_gd_p h4{text-align:center; font-size:28px; font-weight:normal;padding:0px; margin:0px; }
.cptc_gd_p p{padding:0px; margin:0px; padding-top:18px; line-height:24px;}
.cptc_gd_jg{text-align:center;}
.cptc_gd_jg span{font-size:21px; color:#d44029;}
.cptc_gd_gm{height:48px; color:#fff; line-height:43px; text-align:center; font-size:22px;cursor: pointer}

.cptc_gd_red{border:1px solid #f25d35;}
.cptc_gd_bz{border:1px solid #fcab13;}
.cptc_gd_qj{border:1px solid #1fd986;}
.cptc_gd_sr{border:1px solid #00b1ff;}

.cptc_gd_gm_bgred{background:#f25d35}
.cptc_gd_gm_bgbz{background:#fcab13}
.cptc_gd_gm_bgqj{background:#1fd986}
.cptc_gd_gm_bgsr{background:#00b1ff}

.cptc_more{width:150px; margin:0 auto;}
.cptc_more input{border:1px solid #626262; background:none; border-radius:3px; line-height:40px; color:#626262; width:148px; margin-top:50%}
.cptc_more input:hover{background:#626262; color:#fff; cursor:pointer}



/*企业网站定制*/
.wz_m_l_w{width:100%; float:left; padding-top:20px;}
.wz_m_l_w p{line-height:36px;}
.wyx{color:#0069cd;}
.f70{font-size:70px;}
.wyx h3, .app h3, .wxgzh h3, .xx_g h3, .ec_col h3{font-size:32px; font-weight:normal; line-height:0px; padding-left:10px;}
.wyx h4, .app h4, .wxgzh h4, .xx_g h4, .ec_col h4{font-size:30px; font-weight:normal; line-height:0px; padding-left:10px;}
.dz_but{width:182px; height:51px; border-radius:5px; border:none; color:#fff; font-size:20px; padding-left:55px; margin-top:60px;}
.wyx_bg{background:url(../images/dz_icon_01.png) no-repeat #0069cd 24px 10px;}
.wyx_bg:hover{background:url(../images/dz_icon_01.png) no-repeat #0a5090 24px 10px; cursor:pointer;}

.dz_m_l_w{width:58%; float:left}
.dz_m_l_w p{line-height:30px; padding:0px; margin:0px;}
.dz_m_l_w h3{font-size:20px;}

.wz_m_r_w{width:60%; float:left; padding-top:20px;}
.app{color:#1b8fb8}

.app_bg{background:url(../images/dz_icon_01.png) no-repeat #1b8fb8 24px 10px;}
.app_bg:hover{background:url(../images/dz_icon_01.png) no-repeat #097fa8 24px 10px; cursor:pointer;}

.ec_bg{background:url(../images/dz_icon_01.png) no-repeat #f97801 24px 10px;}
.ec_bg:hover{background:url(../images/dz_icon_01.png) no-repeat #d16705 24px 10px; cursor:pointer;}

.xx_bg{background:url(../images/dz_icon_01.png) no-repeat #679c0f 24px 10px;}
.xx_bg:hover{background:url(../images/dz_icon_01.png) no-repeat #538407 24px 10px; cursor:pointer;}



.xx_g{color:#679c0f;}

.ec_col{color:#f97801;}
.ec_col p{padding:0px; margin:0px;}

.wxgzh{color:#fff;}


.dz_m{margin-top:60px; margin-bottom:20px;}
.dz_m li{width:112px; text-align:center; float:left; margin-left:6%; margin-right:6%;}
.dz_m li h3{color:#049dff;}
.dz_m li p{line-height:30px;}




.dz_m_l_w{width:58%; float:left}
.dz_m_r_w{width:56%; float:right}

.dz_m_l_w p,.dz_m_r_w p{line-height:30px; padding:0px; margin:0px;}

.dz_dz_r_w{width:50%; float:right}


/*关于我们*/
.about{line-height:30px; color:#333; margin-bottom:5%; text-indent:2em;}
.about h2{text-indent:0em; color:#0f5a95; padding-top:30px; font-weight:normal;}


/*解决方案*/
.jjfa_m{margin-bottom:5%; margin-top:30px;}
.jjfa_m h1{font-weight:normal; text-align:center; color:#076fce;}

.jjfa_dg{border:1px solid #ccc; border-radius:10px; margin-top:20px;}
.jjfa_dg_l{font-size:30px; border-right:1px solid #ccc;}
.jjfa_dg_r{padding:10px 0px 10px 15px;}
.jjfa_dg_r h3{padding-left:35px;}
.jjfa_dg_r li{background:url(../images/jjfa_list_img.png) no-repeat 0px 10px; padding-left:15px; line-height:30px;}


/*弹出层*/
.cjxz_fb_site{height:100px; margin:0px; width:100%; border:1px solid #ccc; vertical-align:top; border-radius:5px; padding:5px}
.cjxz_fb_site:hover{border:1px solid #365d98;}
.pr70{padding-right:70px;}
.overlay{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; display: none; background:#000;}
.modal{display: none; background: #fff; border-radius:15px; overflow: auto; z-index: 1001; position: absolute; width: 570px; min-height: 220px;}
.modal_screen{display: none; background: #fff; border-radius:15px; overflow: auto; z-index: 1001; position: absolute; width: 800px; min-height: 220px;}
.cjxz_main{width:570px;  background:#fff; margin:0 auto; overflow:hidden;  border-radius:5px;}

.cjxz_bt{height:50px; background:#f2f2f5; border-radius:5px 5px 0px 0px; line-height:50px; padding:0px 15px; font-size:18px; letter-spacing:2px; overflow:hidden}
.blue{color:#365d98}
.fl{ float:left;}
.fr{ float:right;}
.djgm_m{background:#fff; overflow:hidden; padding:20px;}
.djgm_m h3{font-size:20px; text-align:center; line-height:30px; font-weight:normal; color:#365d98;}
.djgm_m h4{font-size:14px; text-align:center; line-height:30px; font-weight:normal}
.mt20{margin-top:20px;}
.cjxz_tiptitle_error{line-height:24px; font-size:14px; text-align:right; color:red;}
.but_b{background:#365d98; cursor:pointer}
.but_b:hover{background:#1c427a;}
.cjxz_but{width:66px; height:34px; color:#fff; border-radius:3px; font-weight:bold; cursor:pointer;}
.col-md-6{min-height:1px;padding-right:5px; float:right;} /*padding-left:5px; */
.col-md-offset-3{margin-left:5px}
.text-center{text-align:center}
.btn_buton_new{height:34px; color:#fff; border-radius:3px; font-weight:bold; cursor:pointer;margin-left:10px;}
.btn_buton_new{display:inline-block;margin-bottom:0;font-size:14px; margin-top:0px; line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.btn_buton_new:hover,.btn_buton_new:focus{color:#333;text-decoration:none}
.btn_buton_new:active,.btn_buton_new.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn_buton_new.disabled,.btn_buton_new[disabled],fieldset[disabled] 
.btn_buton_new{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.btn-primary_new{color:#fff;background-color:#b09b24;border-color:#b09b24}
.btn-primary_new:hover,.btn-primary_new:focus,.btn-primary_new:active,.btn-primary_new.active,.open .dropdown-toggle.btn-primar{color:#fff;background-color:#897814;border-color:#897814}
.btn-primary_new:active,.btn-primary_new.active,.open .dropdown-toggle.btn-primary_new{background-image:none}
.btn-primary_new.disabled,.btn-primary_new[disabled],fieldset[disabled] .btn-primary_new,.btn-primary_new.disabled:hover,.btn-primary_new[disabled]:hover,fieldset[disabled] .btn-primary_new:hover,.btn-primary_new.disabled:focus,.btn-primary_new[disabled]:focus,fieldset[disabled] .btn-primary_new:focus,.btn-primary_new.disabled:active,.btn-primary_new[disabled]:active,fieldset[disabled] .btn-primary_new:active,.btn-primary_new.disabled.active,.btn-primary_new[disabled].active,fieldset[disabled] .btn-primary_new.active{background-color:#897814;border-color:#897814}
.ladda-button{position:relative}
.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:20px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}
.ladda-button .ladda-label{position:relative;z-index:3}
.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}
.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}

.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}
.ladda-button[data-style=zoom-in]{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}
.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}
.ladda-button[data-style=expand-right][data-loading]{padding-right:30px}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}
input,button,a {outline:0 none !important; blr:expression(this.onFocus=this.blur());}
a{ text-decoration:none;outline:none; color:#004276;} /* font-size:14px; */ 
a:hover{ color:#b09b24; text-decoration:none}


/* 返回顶部 */
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -100px;
	width: 240px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}

.sz_grzl_but{width:100px; height:35px; color:#fff; border:none; border-radius:5px; font-size:14px; font-weight:bold;cursor:pointer;}
.but_b{background:#365d98; cursor:pointer}
.but_b:hover{background:#1c427a;}
.but_y{background:#b09b24; cursor:pointer}
.but_y:hover{background:#897814;}

.webmaster a{color:#85a7db;font-size:16px}
.webmaster a:hover{color:#7492BF;font-size:16px;text-decoration:underline;}












/*联系我们*/

.footer{ background:#365d98;width:100%; font-size:12px; height:100%}
.footer_content{ overflow:hidden; }

.lxwm{padding:30px 0px; float:left; padding-left:100px;}
.lxwm h2{font-size:22px; font-weight:normal; color:#e4e4e4; margin:0px; padding:0px}
.lxwm p{font-size:12px; font-weight:normal; color:#bebebe; margin:0px; padding:0px}

.foot_kj{padding-top:10px; line-height:36px; color:#fff; font-size:16px; margin-left:50px; margin-right:50px;}
.foot_kj a{color:#fff; text-decoration:none}
.foot_kj a:hover{color:#bebebe; text-decoration:underline}

.address{color:#bbb; margin:0 auto; float:left; padding-left:100px;}
.address h3{font-size:22px; font-weight:normal; padding:0px; margin:0px; padding:30px 0px 15px;}
.address p{ line-height:34px; font-size:16px; padding:0px; margin:0px;}

.erwm{padding-top:10px; text-align:center}

.banquan{ border-top:solid 1px #6189c6; padding:30px 0 35px; color:#85a7db; line-height:28px; text-align:center; font-size:16px}
.banquan a{color:#85a7db; text-decoration:none;}
.banquan a:hover{text-decoration:underline;}


/*下载中心*/
.down_xz{margin-top:70px; overflow:hidden}
.down_xz ul{margin: 40px 0 40px 0px; overflow:hidden}
.down_xz ul li{float:left; width:50%; text-align:center}
.down_xz h3{font-size:28px; font-weight:normal; color:#043e6c; padding:0px; margin:0px; line-height:50px;}
.down_xz h4{font-weight:normal; padding:0px; margin:0px;}
.down_xz p{padding:0px; margin:0px; line-height:26px;}


.android {
    background-image:url(../images/download-android@2x.png);
    background-size: 71px 83px;
}
.download-type-image {
    height: 150px;
    width: 100%;
    margin: 10px 0 10px;
    background-repeat: no-repeat;
    background-position: center;
}





.btn {width: 210px; height: 60px; line-height: 45px; border-radius: 4px; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; padding: 8px 12px; font-size: 14px; color: #333; background-color: #fff; border-color: #c2c2c2; margin-top:20px;text-decoration:none;}

.btn:hover{background-color: #c2c2c2;}

.isShowHide{display:block;}
.erweima{width:210px;height:210px;}
/*
@media screen and (max-width:1280px){
	.lxwm{padding:30px 0px; float:left}
	.lxwm h2{font-size:28px;}
	.lxwm p{font-size:18px;}
	
	.address{color:#bbb; margin:0 auto; float:left; }
	.address p{ line-height:30px; font-size:14px;}
}
*/
@media screen and (max-width:1024px){
	.lxwm{padding:0px 0px; clear:both; width:100%; text-align:center}
	.lxwm h2{font-size:30px;}
	.lxwm p{font-size:20px;}
	.address{width:100%; clear:both; text-align:center; padding-left:0px;}
	.address h3{font-size:22px; padding:15px 0px 10px;}
	.address p{line-height:26px; font-size:14px;}
	
	.down_xz ul{padding:0px;margin: 140px 0 40px 0px; overflow:hidden}
	.btn {width: 110px; height: 60px; line-height: 45px; border-radius: 4px; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; padding: 8px 12px; font-size: 14px; color: #333; background-color: #fff; border-color: #c2c2c2; margin-top:20px;text-decoration:none;}
	.isShowHide{display:none;}
	.erweima{width:110px;height:110px;}
}
#modalConsultation{width:780px;}
@media screen and (max-width:750px){
	#modalConsultation{width:360px;}
	
	.lxwm{padding:0px 0px; clear:both; width:100%; text-align:center}
	.lxwm h2{font-size:30px;}
	.lxwm p{font-size:20px;}
	.address{width:100%; clear:both; text-align:center; padding-left:0px;}
	.address h3{font-size:22px; padding:15px 0px 10px;}
	.address p{line-height:26px; font-size:14px;}
	
	.down_xz ul{padding:0px;margin: 140px 0 40px 0px; overflow:hidden}
	.btn {width: 110px; height: 60px; line-height: 45px; border-radius: 4px; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid transparent; padding: 8px 12px; font-size: 14px; color: #333; background-color: #fff; border-color: #c2c2c2; margin-top:20px;text-decoration:none;}
	
	.isShowHide{display:none;}
	.erweima{width:110px;height:110px;}
}





