.clear{ clear:both;}
a{ cursor:pointer;}
input{outline:none;}
*{ margin:0; padding:0;}
body{font-family:"Microsoft YaHei";}
.header_box{ width:90%;background: #5e8ae9; position:fixed; left:50%; margin-left:-45%; z-index:100; border-radius:4px; margin-top:0px;}
#cssmenu,
#cssmenu ul, 
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

.ts_mask{ 
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	position:fixed;
	z-index:99999999999; 
	top:0; 
	left:0;
	display:none;
}

.logo_left{ width:80px; height:40px; float:left; display:none;}
#cssmenu .logo_phone a{ padding:0; margin:0;}
.logo_phone img{ width:146px; padding-top:13px; padding-left:10px; padding-right:20px;}
#cssmenu #login_phone{ display:none;}
#cssmenu {  border-radius:4px;
  width: auto; float:left;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #5e8ae9;
}
.login_right{ float:right; color:#FFFFFF; padding-right:20px;}
.login_right a{ color:#FFFFFF; font-size:14px; line-height:56px;}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:20px 12px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ff6b6b;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ff6b6b;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 34px;
}
#cssmenu ul ul{ width:180px;}
#cssmenu ul ul li{ width:50%; float:left; display:block;}
#cssmenu ul ul li a { padding:10px 0px 10px 20px;
  width: 100px; line-height:30px; border-radius:0 0 6px 6px;
  font-size: 16px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
   top: 24px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

.zuirens{ font-size:20px; position:absolute; right:20px; margin-top:20px;}

a{ text-decoration:none; color:#999999;}
.top_gj{ background-color:#4775d8; width:100%; height:480px; }
.top_gj h3{ font-family:"微软雅黑"; font-size:40px; color:#FFFFFF;  padding-top:10%;}
.top_gj p{ color:#FFFFFF;}
.top_gj p a{ color:#FFFFFF; font-weight:lighter;}
.top_gj .search_box{ border-radius:50px; background-color:#FFFFFF; width:60%; margin-top:30px; margin-bottom:30px;}
.top_gj .search_box .text_style{ height:48px; border:none; vertical-align:middle;border-radius:50px; width:80%; text-indent:2em; font-size:16px;}
.top_gj .search_box .btn{ height:49px; border:none; vertical-align:middle; background-color:#ff6b6b; color:#FFFFFF; cursor:pointer; width:20%; border-radius:50px; font-size:16px; line-height:48px;}
.top_gj .search_box .btn:hover{ background-color:#ff7878;}
.logged img{ border-radius:100%; width:25px; height:25px; vertical-align:middle; padding:10px;}


.mianfei{ position:absolute; width:37px; height:20px; line-height:20px; background-color:#3acd41; color:#FFFFFF; font-size:14px;font-family:"微软雅黑"; text-align:center;border-radius:2px; margin-left:10px; margin-top:5px;}
.vip{ background-color:#d7cf00;position:absolute; width:37px; height:20px; line-height:20px; color:#FFFFFF; font-size:14px;font-family:"微软雅黑"; text-align:center;border-radius:2px; margin-left:10px; margin-top:5px;}
.fufei{ background-color:#ff6b6b;position:absolute; width:37px; height:20px; line-height:20px; color:#FFFFFF; font-size:14px;font-family:"微软雅黑"; text-align:center;border-radius:2px; margin-left:10px; margin-top:5px;}
.black_box{ width:90%; margin:0 auto;}
.black_box h3{ text-align:center; font-size:42px; font-weight: normal; margin-top:1em; margin-bottom:1em;}
.black_box .box_01{ width:23%; float:left; border:1px solid #e0e0e0; border-radius:6px; position:relative; margin-left:2.3%;margin-bottom:1.8em;}
.black_box .box_01 .icon{  width:47px; height:47px; line-height:42px; margin:30px auto; margin-bottom:0px; text-align:center; font-size:32px; background-color:#0099CC; border-radius:10px; color:#FFFFFF;}
.black_box .box_01 .mianfei{ position:absolute; width:37px; height:20px; line-height:20px; background-color:#3acd41; color:#FFFFFF; font-size:14px;font-family:"微软雅黑"; text-align:center;border-radius:2px; right:10px; margin-top:10px;}
.black_box .box_01 .vip{ background-color:#d7cf00;}
.black_box .box_01 .fufei{ background-color:#ff6b6b;}
.black_box .box_01 .title_h4{ text-align:center; font-size:24px; color:#4f4f4f; font-weight:bold; padding-top:10px; padding-bottom:10px;}
.black_box .box_01 p{ color:#7f7f7f; font-size:16px; width:90%; margin: auto;text-align: justify;height:65px;}
.black_box .box_01 .btn_sy{ width:50%; margin:0 auto; border:1px solid #CCCCCC; height:37px; line-height:37px; font-size:16px; text-align:center; border-radius:50px; margin-top:20px;}
.black_box .box_01 .btn_sy a{ display: block; color:#9e9e9e;}
.black_box .box_01 .btn_sy:hover{ background-color:#4775d8; border:1px solid #4775d8; -webkit-transition: all .25s ease-out; transition: all .25s ease-out; }
.black_box .box_01 .btn_sy a:hover{ color:#FFFFFF;}
.black_box .box_01 .renshu{ width:100%; color:#9f9f9f; font-size:14px; height:50px; line-height:50px; border-top:1px solid #eeeeee; margin-top:20px;}
.black_box .box_01 .renshu .liuyan{ float:right;font-family:Arial, Helvetica, sans-serif; color:#939393; font-size:14px; }
.black_box .box_01 .renshu .liuyan img{ width:1em; height:1em; vertical-align:middle; padding-right:5px;}
.black_box .box_01 .renshu .magin{ width:90%; margin:0 auto;}
.black_box .box_01 .renshu span{ background-color:#9f9f9f; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; border-radius:2px; padding:0px 2px 0px 2px; margin-left:5px; margin-right:5px;}
.black_box .box_04{ width:22%; float:left; border:1px solid #e0e0e0; border-radius:6px; position:relative; margin-left:2.3%;}
.black_box .box_04 .icon{  width:47px; height:47px; line-height:42px; margin:30px auto; margin-bottom:0px; text-align:center; font-size:32px; background-color:#0099CC; border-radius:10px; color:#FFFFFF;}
.black_box .box_04 .mianfei{ position:absolute; width:37px; height:20px; line-height:20px; background-color:#3acd41; color:#FFFFFF; font-size:14px;font-family:"微软雅黑"; text-align:center;border-radius:2px; right:10px; margin-top:10px;}
.black_box .box_04 .vip{ background-color:#d7cf00;}
.black_box .box_04 .fufei{ background-color:#ff6b6b;}
.black_box .box_04 .title_h4{ text-align:center; font-size:24px; color:#4f4f4f; font-weight:bold; padding-top:10px; padding-bottom:10px;}
.black_box .box_04 p{ color:#7f7f7f; font-size:16px; width:90%; margin: auto;text-align: justify;height:65px;}
.black_box .box_04 .btn_sy{ width:50%; margin:0 auto; border:1px solid #CCCCCC; height:37px; line-height:37px; font-size:16px; text-align:center; border-radius:50px; margin-top:20px;}
.black_box .box_04 .btn_sy a{ display: block; color:#9e9e9e;}
.black_box .box_04 .btn_sy:hover{ background-color:#4775d8; border:1px solid #4775d8; -webkit-transition: all .25s ease-out; transition: all .25s ease-out; }
.black_box .box_04 .btn_sy a:hover{ color:#FFFFFF;}
.black_box .box_04 .renshu{ width:100%; color:#9f9f9f; font-size:14px; height:50px; line-height:50px; border-top:1px solid #eeeeee; margin-top:20px;}
.black_box .box_04 .renshu .liuyan{ float:right;font-family:Arial, Helvetica, sans-serif; color:#939393; font-size:14px; }
.black_box .box_04 .renshu .liuyan img{ width:1em; height:1em; vertical-align:middle; padding-right:5px;}
.black_box .box_04 .renshu .magin{ width:90%; margin:0 auto;}
.black_box .box_04 .renshu span{ background-color:#9f9f9f; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; border-radius:2px; padding:0px 2px 0px 2px; margin-left:5px; margin-right:5px;}
.moer_01{ text-align:center; width:20%; margin:2em auto; height:40px;line-height:40px; }
.moer_01 a{ display:block;border-radius:50px; border:1px solid #ff6b6b;}
.moer_01 a:hover{ border:1px solid blue; color:blue; -webkit-transition: all .25s ease-out; transition: all .25s ease-out; border-radius:50px;}
.black_box .box_01:hover{ box-shadow: 0px 0px 5px 2px #dfdfdf; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}
.black_box .box_04:hover{ box-shadow: 0px 0px 5px 2px #dfdfdf; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}

.zy_box_01s{ width:42%; float:left;border: 1px solid #e0e0e0;border-radius: 6px; padding:2%;}
.zy_box_02s{ float:right;}
.zy_box_01s h3{ color:#333333; text-align:left; font-size:34px; margin-top:0px; margin-bottom:0.4em;}
.zy_box_01s h3 span{ float:right; font-size:16px; line-height:44px; }
.zy_box_01s ul li{ list-style:none; line-height:32px;}
.zy_box_01s ul li span{ float:right; background-repeat:no-repeat; background-position:left center; padding-left:26px; color:#999999;}
.zy_box_01s ul li a{ font-size:16px;}
.zy_box_01s ul li a:hover{ color:#ff6b6b; text-decoration:underline;}

.bottom_tools *{margin:0;padding:0;list-style-type:none;}
.bottom_tools a{border:0;}
.bottom_tools img{border:0;}
/*main css*/
.bottom_tools{position:fixed;z-index:10;right:5px;bottom:40px;}
.bottom_tools>*{display:block;margin-top:2px;color:transparent;border:0;background-color:transparent;text-shadow:none}
.qr_img{position:absolute;top:-60px;left:-130px;width: 120px;height:143px;display:none;}

#scrollUp{width:54px;height:54px;background-image:url(../png/backgrounds.32.png);background-position:54px 0px;display:none;}
#scrollUp:hover{background-image:url(../png/backgrounds.32.png);background-position:54px 54px}

#feedback{width:54px;height:54px;background-image:url(../png/backgrounds.32.png);background-position:0px 0}
#feedback:hover{background-image:url(../png/backgrounds.32.png);background-position:0px 54px}

#feedback1{width:54px;height:54px;background-image:url(../png/backgrounds.32.png);background-position:-162px 0}
#feedback1:hover{background-image:url(../png/backgrounds.32.png);background-position:-162px 54px}

#feedback2{width:54px;height:54px;background-image:url(../png/backgrounds.32.png);background-position:-54px 0}
#feedback2:hover{background-image:url(../png/backgrounds.32.png);background-position:-54px 54px}


.qr_tool{width:54px;height:54px;background-image:url(../png/backgrounds.32.png);background-position:-108px 0;cursor:pointer;}
.qr_tool:hover {width: 54px;height: 54px;background-image: url(../png/backgrounds.32.png);background-position: -108px 54px;}

.weizhi_box{ width:90%; margin:0 auto; background-color:#f2f2f2; height:60px; line-height:60px; position:fixed; z-index:10; left:50%; margin-left:-45%; }
.wz_mar{ width:98%; margin:0 auto;}
.zhanwei{ height:56px;}
.weizhi_box .wz_kb{float:left; display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.weizhi_box .search_box_02{ float:right; width:480px; display:block;}
 .text_styles{ height:36px; border:none; vertical-align:middle;border-radius:4px; width:70%; text-indent:2em; font-size:14px;}
  .btns{ height:36px; border:none; vertical-align:middle; background-color:#ff6b6b; color:#FFFFFF; cursor:pointer; width:30%; border-radius:0 4px 4px 0; font-size:14px; line-height:36px;}
.sc_icons{ display:none;}
.plbtns{ height:25px; border:none; vertical-align:middle; background-color:#ff6b6b; color:#FFFFFF; cursor:pointer; width:50px; border-radius:4px; font-size:12px; line-height:25px;}

.gj_cen_box{ width:90%; margin:5em auto;}
.gj_cen_box_geren{ margin-top:1.5em;}
.gj_cen_box .cen_left{ width:75%; float:left;}
.gj_cen_box .cen_right h2{ font-size:28px; color:#4f4f4f;}
.gj_cen_box .cen_right #introcontent{ margin-top:10px; color:#999999; margin-bottom:30px;}
.gj_cen_box .cen_right #introcontent a{ color:#4876d8; padding-left:10px;}
.gj_cen_box .cen_right{ width:23%; float:right;}
.gj_cen_box .cen_right .guanggao img{ width:100%;}
.gj_cen_box .gj_box{ border:1px solid #e0e0e0; border-radius:4px;}
.gj_cen_box .gj_box .cen_bx{ width:94%; margin:auto; padding-top:0em; padding-bottom:1em;}
.gj_cen_box .cen_left .box_01{ padding-bottom:1em;width:23%}

.wz_bs_01{ border:1px solid #CCCCCC; padding:20px; margin-top:1em;border-radius: 8px;}
.wz_bs_01 h3{ font-size:18px; color: #333333; height:40px; line-height:40px;}
.wz_bs_01 h3 span{ float:right; font-size:14px; font-weight:normal;}
.wz_bs_01 p{ line-height:36px;white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;}
.wz_bs_01 p a{ font-size:16px; color: #333333;}
.wz_bs_01 p a:hover{ color:#FF3300;}
.wz_bs_01 p span{ float:right;color:#999;font-size:12px;}

.login_box{ width:50%; margin:0 auto; padding-top:30px; padding-bottom:40px; position:relative;}
.login_box h3{ font-size:42px; margin-bottom:.5em;}
.login_box h3 p{ font-weight:lighter; font-size:26px;}

.login_box .sj_01{ border:0px; border-bottom:1px solid #c8c8c8; font-size:18px; width:100%; height:3.5em;}
.login_box .sj_01:hover{ border-bottom:1px solid #4775d8; -webkit-transition: all .65s ease-out; transition: all .65s ease-out;}
.login_box .sjhms02 .sj_01{ font-family:Arial, Helvetica, sans-serif; width:100%;border-bottom:0px;}
.login_box .sjhms02 .sj_02{ font-family:Arial, Helvetica, sans-serif; width:70%;border-bottom:0px;}
.login_box .sjhms02 .hqyzm{ width:30%; height:40px; line-height:40px; cursor:pointer; background-color:#4875d6; color:#FFFFFF; border:0px; font-size:16px; border-radius:4px; }
.login_box .sjhms02{ border-bottom:1px solid #c7c7c7;text-align: right;}
.login_box .sjhms .cw_01{ background-color:#ff6b6b; color:#FFFFFF; position:absolute; height:30px; line-height:30px; padding-left:10px; padding-right:10px; border-radius:4px; right:0px; margin-top:16px;}
.login_box .zuc{ height:3em; line-height:3em;color:#c10000}
.login_box .zuc span{ float:right;}
.login_box .anniu{ margin-top:2em;}
.login_box .btn_lg{ background-color:#4775d8; color:#FFFFFF; font-size:22px; width:45%; border:0px; border-radius:4px; height:2.8em; cursor:pointer;}
.login_box .btn_lg:hover{ background-color:#5a88ea;-webkit-transition: all .25s ease-out; transition: all .25s ease-out;}
.login_box .hz_style a{ padding-left:20px; padding-right:20px;}
.login_box .hz_pse{ color:#9d9d9d; font-size:18px; margin-top:.8em;}
.login_box .hz_style{ margin-top:1em;}
.btn_lg3{  background: url('../png/wxico.png') no-repeat 45px center;
  padding-left: 20px;
  background-size: 35px;
  background-color:#33cc33;margin-left:20px; color:#FFFFFF; font-size:22px; border-radius:4px; border:none; height:2.8em; width:45%; }
.disabled-wx{  background: url('../png/wxico.png') no-repeat 45px center;
  padding-left: 20px;
  background-size: 35px;
  background-color:#669966;margin-left:20px; color:#FFFFFF; font-size:22px; border-radius:4px; border:none; height:2.8em; width:45%; }

.jz_box{ width:60%; margin:0 auto; padding-top:30px; padding-bottom:20px;}
.jz_box .wb_lf{ width:50%; float:left; line-height:28px; font-size:18px; border-right:1px solid #dddddd; padding-right:10%;}
.jz_box .wb_ri{ width:30%; float:right; text-align:center;}
.jz_box .wb_ri a{ display:block; background-color:#21ab37; width:100%; height:2.5em; line-height:2.5em; color:#FFFFFF; font-size:16px; border-radius:4px; margin-top:1em;}
.jz_box .wb_ri a:hover{ background-color:#4775d8; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}
.jz_box .wb_ri02 img{ width:120px;}








/*加载效果css*/

.jiazai_tc{ position: fixed; left:50%;top:30%; margin-left:-96px; z-index:100000;}
.bj_tonming{background-color:#000000;
  opacity: 0.2; height:100%; width:100%; position:fixed; z-index:999;}
.bjsg{ background-color:#666666; border-radius:6px; padding-left:20px; padding-right:20px; padding-top:10px; margin-top:55%;}
.sk-circle {
  margin: 10px auto;
  width: 60px;
  height: 60px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #69c539;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.jia_p{ text-align:center; font-size:18px; margin-bottom:80px; padding-top:10px;}
.bq_black{ margin-top:.6em;}
.bq_black a{ padding-right:10px; color:#4775d8;}
.bq_black a:hover{ color:#ff6b6b;}
.bq_black_tj{ margin-top:1em;border:1px solid #e0e0e0;border-radius:4px;padding:10px;}
.bq_black_tj a{ padding-right:10px; color:#4775d8;}
.bq_black_tj a:hover{ color:#ff6b6b;}
.gj_cen_box .black_box{ width:100%;}
.gj_cen_box .black_box .mingcheng{ margin-left:0px;}
.gj_cen_box .black_box .box_01{ width:23%;}
.gj_cen_box .black_box .box_01:nth-child(4n+1){ margin-left:0px;}


.gj_cen_box .black_box .box_04{ width:23%;}
.gj_cen_box .black_box .box_04:nth-child(2){ margin-left:0px;}
.gj_cen_box .black_box .box_04:nth-child(6){ margin-left:0px;}


.gj_cen_box_list .black_box .box_01{ margin-bottom:1.8em;}
.black_box h4{ font-size:28px; margin-top:1em; margin-bottom:.5em; color:#4f4f4f;}
.black_box h4 span{ float:right;}
.black_box h4 span a{ font-size:14px; font-weight:lighter;}
.black_box h4 span a:hover{color:#ff6b6b;}

.cen_right .black_box .box_01{ display:block; float:none; width:100%; margin:0; margin-bottom:1.5em;}

/*
.fooder_bg{ background-color:#353535; width:100%; }
.fooder{ width:90%; background-color:#353535; color:#9f9f9f; padding-top:2em; padding-bottom:2em; text-align:center; margin:auto;line-height: 20px;font-size: 12px;}
.fooder a{ padding-left:10px; padding-right:10px;color: white;}
*/

/*fooder*/
.fooder_bg{ width:100%; background-color:#0f0f0f; color:#a6a6a6; font-size:14px; padding-top:3em; padding-bottom:10px; margin-top:3em;}
.fooder_bg .fooder_box{ width:85%; margin:0 auto;}
.fooder_bg .fooder_box .f_01{ float:left; width:10%;}
.fooder_bg .fooder_box .f_01 h4{ font-weight:normal; color:#FFFFFF; margin-bottom:0.6em;}
.fooder_bg .fooder_box .f_01 a{ color:#a6a6a6;}
.fooder_bg .fooder_box .f_03{ width:58%;}
.fooder_bg .fooder_box .f_03 p a{ display:block; float:left; padding-right:2em;width:80px}
.fooder_bg .fooder_box .f_04{ width:9%; float:right;padding-right: 10px;}
.fooder_bg .fooder_box .f_04 h4{font-size:12px;}
.fooder_bg .fooder_box a:hover{ color:#ff4949;}

.fooder_bg .cogright_cs{ text-align:center; border-top:1px solid #1a1c1d; margin-top:1em; padding-top:1em;}
.cogright_ms{ text-align:center;}
.fooder_bg02{ margin-top:0px; background-color:#FFFFFF;}



.pinlun_box { width:100%; position:relative; margin-top:2em;}
.pinlun_box .touxiang{ width:39px; height:39px; float:left;}
.pinlun_box .touxiang img{ width:39px; height:39px; border-radius:50px;}
.pinlun_box .pl_text{ width:95%;float:right}
.pinlun_box .pl_text .text_ear{ width:97%; float:right; border:1px solid #dddddd; height:80px; padding:10px; font-size:16px; color:#666;border-radius:10px; }
.pinlun_box .pl_text .yzm_text{ height:36px; border:1px solid #dddddd; font-size:16px; text-indent:2px; vertical-align:top; width:128px;}
.pinlun_box .pl_text .yzm_btn{height:38px; background-color:#4876d8; color:#FFFFFF; font-size:16px; font-family:"微软雅黑"; width:100px; border:0px; vertical-align:top; border-radius:2px; margin-left:10px;}
.pinlun_box .yzm_black{ float:right; margin-top:15px;} 
.pinlun_box .pl_login{float: right;
    margin-top: 25px;
    vertical-align: middle;
    margin-right: 10px;}
.pinlun_box .pl_login a{color:red}

.pl_text h4{ font-size:28px; margin-bottom:30px; color:#4f4f4f;}
.pl_text h4 b{ font-family:Arial, Helvetica, sans-serif; font-size:22px; padding-left:10px; font-weight:bold;}
.pl_text .pl_bk{ border-bottom:1px solid #e9e9e9; padding-bottom:20px; margin-top:20px;}
.pl_text .touxiang{ width:39px; height:39px; float:left;}
.pl_text .touxiang img{ width:39px; height:39px; border-radius:50px;}
.pl_text .mc_rgiht{ width:230px; height:39px; font-size:16px; color:#878787; float:left; }
.pl_text .mc_rgiht p{ font-family:Arial, Helvetica, sans-serif; font-size:14px; padding-top:4px; color:#a2a2a2;}
.pl_text .mc_rgiht span{ background-color:#a4a4a4; padding:0px 4px 1px 4px; font-size:14px; color:#FFFFFF; border-radius:3px; margin-left:10px;}
.pl_text .mc_rgiht .putong {background-color:#a4a4a4;}
.pl_text .mc_rgiht .vvip {background-color:#ff6b6b;}
.pl_text .plwz{ padding-top:15px;}
.pl_text .dzhf{ padding-top:15px;}
.pl_text .dzhf{  background-position:left center; height:30px; line-height:30px; margin-right:20px; color:#b8b8b8; cursor:pointer;}
.pl_text .dzhf b{background-image:url(../jpg/nrimg_27.jpg); background-repeat:no-repeat; background-size:100%; width:15px; height:15px; display:block; float:left; margin-top:7px;}
.pl_text .dzhf b:nth-child(3){ background-image:url(../jpg/gj_icon_15.jpg);}
.pl_text .dzhf em{ display:block; float:left; font-size:14px; font-style:normal; padding-left:4px; margin-right:20px;}

.pl_text .huifu_box{ border-left:1px solid #a7a7a7; padding-left:20px; margin-top:20px;}
.pl_text .huifu_box .sp_01{ font-size:16px; padding-top:10px; padding-bottom:10px;}
.pl_text .huifu_box .sp_01 span{ color:#4876d8; padding-right:10px;}
.pl_text .huifu_box .sp_01 p{ color:#999999; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding-top:4px;}


.p-wrap{ margin-top:40px; margin-bottom:15px;}
.p-wrap .p-list a{ background-color:#ececec; padding:10px 18px 10px 18px; margin-left:4px; margin-right:4px; cursor: pointer;}
.p-wrap .p-list a:hover{ background-color:#4775d7; color:#FFFFFF;}
.p-wrap .p-list .now{ background-color:#4775d7; color:#FFFFFF;}

.pl_bk{ width:100%;}
.pl_bk .pl_text{ width:100%; margin-top:10px;}
.pl_bk .pl_text .text_ear{ width:98%; border:1px solid #dddddd; height:60px; padding:10px; font-size:16px; color:#666; font-family:"微软雅黑";}
.pl_bk .pl_text .yzm_text{ height:36px; border:1px solid #dddddd; font-size:16px; text-indent:1em; vertical-align:top; width:128px;}
.pl_bk .pl_text .yzm_btn{height:38px; background-color:#4876d8; color:#FFFFFF; font-size:16px; font-family:"微软雅黑"; width:100px; border:0px; vertical-align:top; border-radius:2px; margin-left:10px;}
.pl_bk .yzm_black{ float:right; margin-top:15px;}

.gj_box{ position:relative;}
.gj_cen_box .fenx{  background-position:left center; height:30px; line-height:30px; margin-left:20px; color:#b8b8b8; cursor:pointer; position:absolute; right:0px; margin-top:10px;}
.gj_cen_box .fenx b{ display:block; float:left; margin-top:5px; background-image:url(../jpg/iosat.jpg); background-repeat:no-repeat; width:24px; height:20px; background-position:0px -140px; background-size:100%;}
.gj_cen_box .fenx em .fk01{  background-position:0px -158px;}
.gj_cen_box .fenx em .fk02{  background-position:0px -176px;}
.gj_cen_box .fenx em .fk03{  background-position:0px -194px;}
.gj_cen_box .fenx em{ display:block; float:left; font-size:14px; font-style:normal; padding-left:4px; margin-right:20px; font-size:16px; vertical-align:top;}
.gj_cen_box .fenx em img{ padding-right:5px; vertical-align:middle;}
.moer_02{ display:none;}
#cssmenu .css_ul_style .phone_naw{ display:none;}

.smallcantc5{display:none;width:100%;height:100%;background:rgba(0,0,0,0); position:fixed; top :0; z-index:9999;left:0;margin-top:250px;margin-left:-100px;}

/*弹窗样式*/
.smallcantc2{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.smallcantc2 h3{ font-size:24px; margin-top:10px; margin-bottom:20px;text-align:left;}
.smallcantc2 h3 p{ font-size:16px; font-weight:lighter; color:#666666; padding-top:5px;}
.mears{ width:94%; margin:0 auto;}
.smallcantc2 .text_ear{ width:97%; border:1px solid #dddddd; height:100px; padding:10px; font-size:16px; color:#666; border-radius:4px; font-family:"微软雅黑";}
.mail_wrap2{ position:relative; top:50%; left:50%;width:50%; height:480px; margin-top:-230px; margin-left:-25%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }
.smallcantc2 em2{ width:50px; height:50px; position:absolute; right:0px; font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:50px; text-align:center; background-color:#fe6a6a; color:#FFFFFF; cursor:pointer; border-radius:0 4px 0 4px;}
.smallcantc2 .tijao{ width:30%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em; cursor:pointer;}


/*弹窗样式*/
.smallcantc0{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.smallcantc0 h3{ font-size:28px; margin-top:10px; margin-bottom:20px;}
.smallcantc0 h3 p{ font-size:16px; font-weight:lighter; color:#666666; padding-top:5px;}
.mears0{ width:94%; margin:0 auto;}
.smallcantc0 .text_ear{ width:97%; border:1px solid #dddddd; height:100px; padding:10px; font-size:16px; color:#666; border-radius:4px; font-family:"微软雅黑";}
.mail_wrap0{ position:relative; top:50%; left:50%;width:50%; height:460px; margin-top:-230px; margin-left:-25%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }
.smallcantc0 em2{ width:50px; height:50px; position:absolute; right:0px; font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:50px; text-align:center; background-color:#fe6a6a; color:#FFFFFF; cursor:pointer; border-radius:0 4px 0 4px;}
.smallcantc0 .tijao{ width:30%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em; cursor:pointer;}



/*弹窗样式*/
.smallcantc3{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.smallcantc3 h4{ font-size:28px; margin-top:60px; margin-bottom:20px;}
.smallcantc3 h4 img{ width:50px; height:50px; vertical-align:middle;}
.smallcantc3 h4 span{ padding-left:15px;}
.smallcantc3 h4 p{ font-size:16px; font-weight:lighter; color:#666666; padding-top:5px;}
.mears{ width:94%; margin:0 auto;}
.smallcantc3 .text_ear{ width:97%; border:1px solid #dddddd; height:180px; padding:10px; font-size:16px; color:#666; border-radius:4px; font-family:"微软雅黑";}
.mail_wrap3{ position:relative; top:50%; left:50%;width:50%; margin-top:-150px; margin-left:-25%; padding-bottom:5%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }
.smallcantc3 em2{ width:50px; height:50px; position:absolute; right:0px; font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:50px; text-align:center; background-color:#fe6a6a; color:#FFFFFF; cursor:pointer; border-radius:0 4px 0 4px;}
.smallcantc3 .tijao{ width:30%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em; cursor:pointer;}
.smallcantc3 em3{ width:160px; height:50px; border:1px solid #CCCCCC; margin:0 auto; display:block; line-height:50px; text-align:center; border-radius:4px; cursor:pointer; font-size:20px;}
.smallcantc3 em3:hover{ color:#4775d8; border:1px solid #4775d8; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}

.jiazaidiv{display:none;width:100%;height:100%; background:rgba(0,0,0,0.1); position:fixed; top :0; z-index:99999;left:0;}



/*弹窗样式*/
.smallcantc4{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.smallcantc4 h4{ font-size:28px; margin-top:60px; margin-bottom:20px;}
.smallcantc4 h4 img{ width:50px; height:50px; vertical-align:middle;}
.smallcantc4 h4 span{ padding-left:15px;}
.smallcantc4 h4 p{ font-size:16px; font-weight:lighter; color:#666666; padding-top:5px;}
.mears{ width:94%; margin:0 auto;}
.smallcantc4 .text_ear{ width:97%; border:1px solid #dddddd; height:180px; padding:10px; font-size:16px; color:#666; border-radius:4px; font-family:"微软雅黑";}
.mail_wrap4{ position:relative; top:50%; left:50%;width:50%; margin-top:-180px; margin-left:-25%; padding-bottom:0%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }
.smallcantc4 em2{ width:50px; height:50px; padding-top:2px; position:absolute; right:0px; font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:50px; text-align:center; color:#cbcbcb; cursor:pointer; border-radius:0 4px 0 4px;}
.smallcantc4 .tijao{ width:30%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em; cursor:pointer;}
.smallcantc4 em3{ width:160px; height:50px; border:1px solid #CCCCCC; margin:0 auto; display:block; line-height:50px; text-align:center; border-radius:4px; cursor:pointer; font-size:20px;}
.smallcantc4 em3:hover{ color:#4775d8; border:1px solid #4775d8; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}

.smallcantc4 .jz_box_tc{ width:92%;}
.smallcantc4 .jz_box_tc .wb_lf_jq{ width:32%; font-size:16px;}
.smallcantc4 .jz_box_tc .wb_ri_tc{ width:56%; margin-top:1.0em;}
.smallcantc4 .jz_box_tc .wb_ri_tc h3{ margin-top:0px;}
.smallcantc4 .jz_box_tc .taer_sl{ width:98%; color:#999999; height:60px; border:1px solid #e0e0e0; margin-top:0.2em; padding:1%;font-family: sans-serif;font-size:13px;border-radius: 4px;}
.smallcantc4 .jz_box_tc .wb_ri_tc a{ margin-bottom:10px;width:30%; float:right; margin-left:20px;}
.smallcantc4 .jz_box_tc .wb_ri_tc .ruzhi{ float:right; background-color:#149bdf;}
.smallcantc4 .jz_box{ padding-top:0px;}
.smallcantc4 .jz_box .wb_lf{ padding-right:5%; padding-top:0px; margin-top:38px;}
.fssr{ font-size:18px; height:3em; line-height:2.7em; text-indent:1em; position:absolute;}



.gj_cen_box .gc_ce_ls{ width:18%; float:left; background-color:#FFFFFF;}
.gj_cen_box .gc_ce_ls .ce_naw ul li{ list-style-type:none; line-height:52px; text-align:center;}
.gj_cen_box .gc_ce_ls .tx_ls{ text-align:center; padding-top:2em; padding-bottom:2em;}
.gj_cen_box .gc_ce_ls .tx_ls img{ width:76px; height:72px; border-radius:100px;}
.gj_cen_box .gc_ce_ls .tx_ls em{ font-style:normal; font-size:14px; background-color:#c2c2c2; display:block; width:70px; height:20px; line-height:20px; color:#FFFFFF; border-radius:4px; margin:4px auto;}
.gj_cen_box .gc_ce_ls .ce_naw ul span{ background-image:url(../jpg/htc.jpg); background-repeat:no-repeat; width:26px; height:26px; background-size:100%; background-position:0px 0px; display:block; position:absolute; margin-top:12px; margin-left:30px;}
.gj_cen_box .gc_ce_ls .ce_naw ul .hy01{background-position:0px -29px;}
.gj_cen_box .gc_ce_ls .ce_naw ul .hy02{background-position:0px -58px;}
.gj_cen_box .gc_ce_ls .ce_naw ul .hy03{background-position:0px -89px;}
.gj_cen_box .gc_ce_ls .ce_naw ul .hy04{background-position:0px -120px;}
.gj_cen_box .gc_ce_ls .ce_naw ul .hy05{background-position:0px -234px;}
.gj_cen_box .gc_ce_ls .ce_naw ul .now{ background-color:#f0f7ff; border-left:3px solid #4775d8;}
.gj_cen_box .gc_ce_ls .ce_naw ul li:hover{ background-color:#f0f7ff; border-left:3px solid #4775d8; }
.gj_cen_box .gc_ce_ls .ce_naw ul li a{ display:block;}
.wenzhang_box_wz{ margin-top:20px;text-align: justify; padding-left:3%; padding-right:3%;line-height: 28px;letter-spacing: 1px;font-family: ΢���ź�;color: #444;}
.wenzhang_box_wz h3{ text-align:center; font-weight:normal; margin-top:.6em;}
.wenzhang_box_wz h3 span{ font-size:14px; color:#999999; display:block;}
.wenzhang_box_wz p{ margin-top:20px;text-align: justify; padding-left:3%; padding-right:3%;}
.wenzhang_box_wz .sxp{ margin-top:60px; display:block; height:30px; border-top:1px solid #e0e0e0; padding-top:20px;}
.wenzhang_box_wz .sxp a:hover{ color:#4775d8;}
.wenzhang_box_wz .xyp_style{ float:right;}



.gj_cen_box .gc_ce_ri{ width:80%; float:right;}
.gj_cen_box .gc_ce_ri .gc_blacks{ background-color:#FFFFFF; margin-bottom:1.2em; padding:1.5em;}
.gj_cen_box .gc_ce_ri .gc_blacks h4{ font-size:18px; color:#6e6e6e; border-bottom:1px solid #f0f0f0; padding-bottom:.6em;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text{ padding-top:2em; padding-bottom:1em;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text p{ width:24%; float:left; display:block; font-size:32px; font-family:Arial, Helvetica, sans-serif; text-align:center;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text p:nth-child(2){ border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text p em{ display:block; font-size:14px; color:#000;font-style: normal;}
.gj_cen_box .gc_ce_ri .gc_blacks .hy_box{ margin:auto;}
.gj_cen_box .gc_ce_ri .gc_blacks .hy_box a{ float:right; background-color:#ff6b6b; display:block; width:10%; height:32px; text-align:center; line-height:32px; border-radius:4px; color:#FFFFFF;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_texts .box_01{ padding-bottom:1.8em;margin-bottom:1.8em;} 

.gj_cen_box .gc_ce_ri .gc_blacks .cen_text .sj_vip{ margin-top:-0.1em;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text .sj_vip a{background-color: #ff6b6b; color:#FFFFFF; border-radius:4px; padding:4px 10px 4px 10px; margin-top:8px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text span{ font-size:18px;}

.t_style{ width:94%; border-radius:4px; border:1px solid #CCCCCC; height:3em; text-indent:1em; margin-top:1em;}
.t_style02{ height:3.1em;}
.t_style03{ width:50%;}
.t_style04{ width:100%;}
.cen_bx02 label{ height:3em; line-height:3em;}
.t_style05{ width:22%; border-radius:4px;height:3em; cursor:pointer; margin-top:1em; border:none; background-color:#4775d8; font-size:16px; color:#FFFFFF; text-align:center; }
.t_style05:hover{ background-color:#5f8ae7;}
.t_style06{ width:100%; height:100px; border:1px solid #CCCCCC; border-radius:4px;spellcheck="false" }





.aui-nav-list-item {
    display: none;
}
.aui-nav-list-box{ display:none;}

#sharename{ font-weight:normal; text-align:center;}


.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rh{ padding-top:1em; padding-left:1em;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rh p{ font-size:14px; color:#666666; line-height:26px;}

.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs{ padding-top:1em;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs tr{ height:3em;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs tr td{ border:1px solid #f0f0f0; padding-left:10px; font-size:14px; color:#666666; border-bottom:0px; border-left:0px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs table{border-left:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .place_style{ height:3em; border:0px; width:70%;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .table_css{ width:60%; margin:0 auto;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .table_css td{ font-size:16px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .table_css td input{ font-size:16px;}
.gj_cen_box .gc_ce_ri input::-webkit-input-placeholder{ color:#CCCCCC;}
.gj_cen_box .gc_ce_ri .place_style_btn{ width:30%; height:2.6em; line-height:2.6em; font-size:16px; margin:0 auto; margin-top:20px; margin-bottom:20px; background-color:#4775d8; color:#FFFFFF; border-radius:4px; border:0px; cursor:pointer;}
.gj_cen_box .gc_ce_ri .place_style_btn:hover{ background-color:#4d7fea;}
.logged_tuichu a{ background-color:#3261c7; height:2.2em; line-height:2.2em; display:block; width:100px; text-align:center; border-radius:50px; margin-top:14px;} 
#cssmenu #login_phone .tcdl_box{ position:absolute; float:none;background-color:#3261c7; height:2.2em; display:block; width:120px; text-align:center; border-radius:50px; margin-top:-80px; right:10px; line-height:10px;}
.phone_tx{ display:none;}
.gj_cen_box .cen_left ul li span{ float:right; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#999999;}
.wenzhang_box{ border:1px solid #e0e0e0; border-radius:4px; padding:1em;}
.wenzhang_box h3{ font-size:28px; padding-bottom:10px;}
.gj_cen_box .cen_left ul{ display:block; list-style-type: none;}
.gj_cen_box .cen_left ul li{ line-height:63px; border-bottom:1px dashed #e0e0e0;}
.gj_cen_box .cen_left ul li a{ display:block;}
.gj_cen_box .cen_left ul li a:hover{ color:#4775d8;}
.aui-nav-list-tab{ margin-top:-1.4em;}
.lxfs_sl{ font-size:16px; margin-top:.5em; color:#999999;}
.jz_box_tc{ width:80%;}
.jz_box_tc .wb_lf_jq{ font-size:22px; padding-top:10px; margin-top:25px;}
.jz_box_tc .wb_ri_tc{ margin-top:20px;}




@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  
 
.fooder_bg .fooder_box .f_01{ float:none; width:100%; margin-bottom:10xp; line-height:20px;}
.fooder_bg .fooder_box .f_03{ float:none; width:100%;}
.fooder_bg .fooder_box .f_04{ float:none; width:80%;margin-top:20px;}
.fooder_bg .fooder_box .f_04 img{ width:100px;height:100px;}
.fooder_bg .fooder_box  p a{ display:block; float:left; padding-right:2em;}
.cogright_cs{ line-height:20px; width:90%; margin:0 auto;}
.cogright_ms{line-height:20px; width:90%; margin:0 auto;}

.pinlun_box .pl_text{ width:85%;float:right}  
  
  #cssmenu {
    width: 100%;  border-radius:0px; padding-top:2px; padding-bottom:2px;
  }
  #cssmenu ul {
    width: 100%;
    display: none; background:none; height:100%; overflow:auto; position:fixed; background-color:#5f8ae7; border-radius:0px;
  }
  #cssmenu .css_ul_style{ padding-bottom:2em;}
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
   
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 30%; float:left; display:block; text-align:center; background-color:#4775d8; margin-left:2.4%; border-radius:4px; margin-top:1.4%;
  }
  #cssmenu > ul > li > a {
  padding:12px 16px 12px 16px;}
  .logo_left{ position:absolute; z-index:100; display:block;}
  .logo_left img{ width:8em; padding-top:17px; padding-left:16px;}
  .header_box{ width:100%; margin:0 auto;background: #5e8ae9; left:0%; margin-left:0%;}
  .login_right{ display:none;}
  .logo_phone{ display:none;}
  .logo_phone img{ display:none;}
  #cssmenu #login_phone{ display:block; border-top:1px solid #4775d8;}
  #login_phone img{ border-radius:100%; width:36px; height:36px; vertical-align:middle; padding:10px;}
  .top_gj h3{ font-size:18px; padding-top:25%; width:96%;}
  .top_gj .search_box .text_style{ width:60%;}
  .top_gj .search_box .btn{ width:40%;}
  .top_gj .search_box{ width:90%;}
  .top_gj p{ width:90%; margin:auto;}
  .top_gj{ height:320px;}
  .black_box .box_01{ width:100%; margin:0; margin-bottom:1em;}
  .black_box .box_04{ width:100%; margin:0; margin-bottom:1em;}  
  .moer_01{ width:100%; height:3em; line-height:3em; border-radius:50px; margin-top:0px;}
 .cen_right .black_box, .cen_left .black_box .renshu { display:none;}

 .moer_02{ display:block;}
 .black_box h4 span{ display:none;}
  .black_box .box_01 .icon{  width:47px; height:47px; line-height:47px;}
.black_box .box_04 .icon{  width:47px; height:47px; line-height:47px;}
  #cssmenu ul #login_phone, #cssmenu ul #login_phone a{ width:100%; text-align:left; background:none;}
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
}
.gj_cen_box{ margin-top:1em;}
.gj_cen_box .cen_left{ width:100%; float: none;}
.gj_cen_box .cen_right{ width:100%; float:none;}
.weizhi_box{ position: inherit; z-index:10; left:0%; margin-left:-0%;}
.weizhi_box .wz_kb{ width: 100%;float:left; display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.weizhi_box .search_box_02{ display:none;}
.weizhi_box_ser .wz_kb{ display:none;}
.weizhi_box_ser .search_box_02{ display:block; width:100%; margin:0 auto; float:none;}
.weizhi_box_ser .text_styles{ border:1px solid #848484; width:76%; text-indent:1em;}
.weizhi_box_ser{ padding-bottom:5px;}
.gj_cen_ear{ margin-top:.3em; padding-bottom:5em; }
.gj_cen_ear .sera_new a{ width:44%; display:block; float:left; text-align:left; background-color:#ffffff; border-radius:4px; height:2.2em; line-height:2.2em; margin-left:3.9%; margin-top:.5em; font-size:14px;}
.gj_cen_ear .sera_new {border-bottom:1px solid #e7e7e7; padding-bottom:1em;}
.weizhi_box_ser .search_box_02 a{ float:right; background-color:#fe6a6a; color:#FFFFFF; border-radius:4px; height:38px; line-height:38px; margin-top:16px; width:20%; text-align:center;}
.weizhi_box_ser .btns{ display:none;}
.weizhi_box .wz_mar{ width:92%;}
.weizhi_box { width:100%; background-color:#FFFFFF; border-bottom:1px solid #ededed; padding-top:8px; line-height:65px;}
.zhanwei{ height:45px; }
.gj_cen_box .black_box .box_01{ width:100%;}
.gj_cen_box .black_box .box_04{ width:100%;}
.gj_cen_box .cen_left .box_01{ width:48%;}
.gj_cen_box .cen_left .box_01:nth-child(1){ padding-left:0px;}
.gj_cen_box .cen_left .box_01:nth-child(2){ float:right;}
.gj_cen_box .cen_left .box_01:nth-child(3){ padding-left:0px;}
.gj_cen_box .cen_left .box_01:nth-child(4){ float:right;}
.pinlun_box .pl_text .text_ear{ width:95%; float:right; border:1px solid #dddddd; height:80px; padding:10px; font-size:16px; color:#666; font-family:"微软雅黑";}
.cen_left .pl_text .text_ear02{ width:94.2%;}
.pl_text02{ margin-top:2em;}
.gj_cen_box .fenx{ width:100%; border-bottom:1px solid #dfdfdf; padding-bottom:0.5em;}
.gj_cen_box .fenx em{ width:24%; padding:0; margin:0; text-align:center; display:block; border-left:1px solid #dfdfdf;} 
.gj_cen_box .fenx em:nth-child(1){ border-left:none;}
.gj_cen_box .gj_box .fenx em img{ display:none;}  
.login_box{ width:94%;}
.login_box .btn_lg{ height:3em; font-size:18px;}
.login_box h3{ font-size:38px;}
.login_box h3 p{ font-size:22px;}
.btn_lg3{ background: url('../png/wxico.png') no-repeat 22px center;
  padding-left: 3rem;
  background-size: 30px;
  background-color:#33cc33;
  height:3em;
  font-size:18px; }
.disabled-wx{ background: url('../png/wxico.png') no-repeat 22px center;
  padding-left: 3rem;
  background-size: 30px;
  background-color:#669966;
  height:3em;
  font-size:18px; }
.bottom_tools #feedback, .bottom_tools #feedback1, .bottom_tools #feedback2, .bottom_tools .qr_tool{ display:none;}
.sc_icons{ display: block; position:absolute; z-index:100;right:40px; margin-top:16px;}
.sc_icons a{ margin-right:20px; display:block; width:25px;height:25px;background-image:url(../png/jax_icon.png);background-position:0px 0px; background-size:100%; background-repeat:no-repeat; float:left;}
.sc_icons a:nth-child(2){ background-position:0px -27px;}
.sc_icons a:nth-child(3){ background-position:0px -55px;}

#cssmenu .css_ul_style .phone_naw{ display: block;}
#cssmenu .css_ul_style #gengduo{ display: none;}
#cssmenu .css_ul_style #pc{ display: none;}
.jz_box{ width:100%; margin:0 auto; padding-top:30px; padding-bottom:40px;}
.jz_box .wb_lf{ font-size:14px; padding-right:2%; width:53%;}
.jz_box .wb_ri{ width:40%;}
.jz_box .wb_ri p{ font-size:14px;}
.p-wrap{ display:none;}
.moer_03{ margin-top:1em;}
.login_box .sjhms02 .sj_01{ width:48%;}
.login_box .sjhms02 .hqyzm{ width:30%;}
.gj_cen_box .cen_right h2{ display:none;}
.gj_cen_box .cen_right #content{ display:none;}
.black_box .box_01 .title_h4{ font-size:18px; font-weight:normal;}
.black_box .box_04 .title_h4{ font-size:18px; font-weight:normal;}

.pinlun_box .pl_text .yzm_text{width:86px; font-size:14px;}
.pinlun_box .pl_text .yzm_btn{ width:80px;}

.pl_bk .pl_text .yzm_text{ width:100px; font-size:14px;}
.pl_bk .pl_text .yzm_btn{ width:80px;}
.gj_cen_box .gc_ce_ls{ display:block; float:none; width:100%; margin-top:1.7em;}
.gj_cen_box .gc_ce_ls .ce_naw{ position:fixed; z-index:10; right:0px; display:none;}
.gj_cen_box .gc_ce_ls .ce_naw ul li span{ background-image:none;}
.gj_cen_box .cen_left ul li{ line-height:22px; border-bottom:1px dashed #e0e0e0; padding-bottom:40px; padding-top:15px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.gj_cen_box .cen_left ul li a{ display:block;}
.gj_cen_box .cen_left ul li span{ display:block; position:absolute; margin-top:25px;}
.wenzhang_box{ margin-bottom:2em;}

.gj_cen_box{ width:94%;}
.gj_cen_box .gc_ce_ls .ce_naw ul .now{ background-color:#4775d8; border-left: none;}
.gj_cen_box .gc_ce_ls .ce_naw ul .now a{ color:#FFFFFF;}
.gj_cen_box .gc_ce_ls .ce_naw ul li:hover{ background-color:#4775d8; border-left: none;}
.gj_cen_box .gc_ce_ls .ce_naw ul li a:hover{ color:#FFFFFF;}
.gj_cen_box .gc_ce_ls .ce_naw ul li{ display:block; width:40px; line-height:22px; background-color:#dbdbdb; margin-top:10px; padding:5px; border-radius:2px;}
.gj_cen_box .gc_ce_ri .gc_blacks .hy_box a{ width:30%;}
.gj_cen_box .gc_ce_ri .gc_blacks{ margin-bottom:0.8em; padding:1em;}

.gj_cen_box .gc_ce_ri{ display:block; float:none; width:100%;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text p{ font-size:18px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text p em{ font-size:12px; font-style:normal;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rh{ padding-left:0px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text p span{ font-size:12px;}


.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .table_css{ width:100%; margin:0 auto;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .table_css td{ font-size:16px; padding-top:10px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs .table_css td input{ font-size:16px; display:block;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs02{}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text_rhs02 tr td{ padding:10px;text-align: justify;}
.gj_cen_box .gc_ce_ri input::-webkit-input-placeholder{ color:#CCCCCC;}
.gj_cen_box .gc_ce_ri .place_style_btn{ width:50%; height:2.6em; line-height:2.6em; font-size:16px; margin:0 auto; margin-top:20px; margin-bottom:20px; background-color:#4775d8; color:#FFFFFF; border-radius:4px; border:0px; cursor:pointer;}
.gj_cen_box .gc_ce_ri .place_style_btn:hover{ background-color:#4d7fea;}
#cssmenu .css_ul_style #login_phone .dl_zc{ display:inline; float:none; text-align:left; padding-left:0px;}
.gj_cen_box .fenx b{ position:absolute; display:none;}
.phone_tx{ display:block;}

.gj_cen_box .cen_left h2{ font-size:20px; color:#4f4f4f; margin-top:10px;}
.gj_cen_box .cen_left #content2{ margin-top:10px; color:#999999; margin-bottom:30px;}
.gj_cen_box .cen_left #content2 a{ color:#4876d8; padding-left:10px;}
.wenzhang_box_wz{ margin-top:20px;text-align: justify; padding-left:3%; padding-right:3%;line-height: 28px;letter-spacing: 1px;font-family: ΢���ź�;color: #444;}
.wenzhang_box_wz p{ margin-top:20px;text-align: justify; padding-left:3%; padding-right:3%;}
.wenzhang_box_wz .sxp{ margin-top:40px; display:block; border-top:1px solid #e0e0e0; padding-top:30px; padding-bottom:50px;}
.wenzhang_box_wz .sxp a{display:block; padding-bottom:20px;}
.wenzhang_box_wz .sxp a:hover{ color:#4775d8;}
.wenzhang_box_wz .xyp_style{ float:none; }

.jiazai_tc{ margin-left:-96px;top:0px;}  

.gj_cen_box .gc_ce_ls .tx_ls{ text-align:left; padding-top:1em; padding-bottom:.5em; padding-left:15px;}
.gj_cen_box .gc_ce_ls .tx_ls img{ width:60px; height:60px; border-radius:100px; float:left; margin-right:15px;}
.gj_cen_box .gc_ce_ls .tx_ls p{ padding-top:5px;}
.gj_cen_box .gc_ce_ls .tx_ls em{ font-style:normal; font-size:14px; background-color:#c2c2c2; display:block; width:70px; height:20px; line-height:20px; color:#FFFFFF; border-radius:4px; margin:4px auto; float:left; display:block; text-align:center;margin-right: 5px;}
.gj_cen_box .gc_ce_ri .gc_blacks .cen_text{ padding-top:1em; padding-bottom:.5em;}

.zy_box_01s{ width:94%; margin-bottom:1em;}
.zy_box_02s{ float:left;}

.aui-nav-list-box{ display:block;}
.class_pho h4{ display:none;}
.aui-nav-list-box ul .aui-current{ color:#4775d8; border-bottom:3px solid #4775d8;}
.aui-nav-list-box ul li{ width:20%; float:left; display:block; text-align:center; list-style-type:none; height:2.2em; font-size:18px; font-weight:bold; color:#666666;}

.t_style05{ width:30%;}

.smallcantc5{display:none;width:100%;height:100%; background:rgba(0,0,0,0); position:fixed; top :0; z-index:9999;left:0;margin-top:250px;margin-left:10px;}

/*弹窗样式*/
.smallcantc2{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.mail_wrap2{ position:relative; top:50%; left:50%;width:90%; height:520px; margin-top:-250px; margin-left:-45%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }
.smallcantc2 .tijao{ width:50%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em;}
.smallcantc2 .text_ear{ width:92%;}
.mail_wrap2 h3{ text-align:left;}

.smallcantc0{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.mail_wrap0{ position:relative; top:50%; left:50%;width:90%; height:500px; margin-top:-250px; margin-left:-45%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }
.smallcantc0 .tijao{ width:50%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em;}
.smallcantc0 .text_ear{ width:92%;}
.mail_wrap0 h3{ text-align:center;}

/*弹窗样式*/
.smallcantc3{display:none;width:100%;height:100%; background:rgba(0,0,0,0.5); position:fixed; top :0; z-index:9999;left:0;}
.mail_wrap3{ position:relative; top:50%; left:50%;width:90%; height:340px; margin-top:-170px; margin-left:-45%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; padding-bottom:2%; }
.smallcantc3 .tijao{ width:50%; border:0px; border-radius:4px; height:2.4em; line-height:2.4em; font-size:18px; background-color:#4875d6; color:#FFFFFF; margin-top:1em;}
.smallcantc3 .text_ear{ width:92%;}
.mail_wrap3 h3{ text-align:center;}


.jz_box_tc{ width:90%; margin-top:-20px;}
.jz_box_tc .wb_lf, .jz_box_tc .wb_ri{ float:none; width:100%; border:none;}


.smallcantc4 .jz_box_tc .wb_lf_jq{ width:100%; font-size:18px; float:none;}
.smallcantc4 .jz_box_tc .wb_ri_tc{ width:100%; margin-top:1em; float:none; font-size:22px;}
.smallcantc4 .jz_box_tc .wb_ri_tc a{ margin-bottom:10px; }
.mail_wrap4{ position:relative; top:50%; left:50%;width:90%; margin-top:-240px; margin-left:-45%; padding-bottom:1%;
  background:#fff;
  z-index:999999999999999; border-radius:3px; }


  
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 10px 20px 10px 30px;
    font-size: 18px;
    color: #ffffff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 28px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 30px;
    height: 30px; background-image:url(../png/jax_icon.png);background-position:0px -99px; background-size:100%; background-repeat:no-repeat;
  }
  /*#cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 26px;
    right: 20px;
    display: block;
    width: 20px;
    height: 3px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }*/
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
   .bjsg{ margin-top:90%;}
   
   #sharename{ text-align:center;}
.smallcantc4 .jz_box_tc .wb_ri_tc{ margin-top:0px;}
.smallcantc4 .jz_box_tc .wb_lf_jq img{ width:120px; margin-top:2em;}
.jz_box{ padding-bottom:20px;}
.lg_r{ margin-top:0px;}

}


#ims_idsr{ border-top:1px dashed #CCCCCC; width:100%; margin-top:20px;}
.fdsrst{ float:right; margin-top:20px;}
#ims_idsr span{ line-height:11px; display:inline;}
#ims_idsr a{ padding-left:10px; vertical-align:middle; background:none; width:auto; height:auto; float:none; display:inline; margin-left:0px;}

.wb_lf_jq img{ border:1px solid #CCCCCC; padding:0px; margin:0px; margin-top:10px; margin-bottom:10px;border-radius: 10px; margin-bottom:0px;}
.bos_bosr{ background-color:#ededed; height:3em;}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#ims_idsr{ margin-top:15px;}
.fdsrst{ margin-top:10px;}
.smallcantc4 .jz_box_tc .wb_ri_tc a{ margin-bottom:0px; margin-top:0px;}
.smallcantc4 .jz_box_tc .taer_sl{ height:40px;}
.mail_wrap4{ margin-top:-230px;}
}