/*global 151201 filter:alpha(opacity=97);-moz-opacity:0.97;opacity:0.97;font:62.5%/150% '\5FAE\8F6F\96C5\9ED1''\5b8b\4f53'*/
html{margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y:scroll;overflow-x:hidden}
body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,address,code,del,em,q,dl,dt,dd,ol,ul,li,form,caption,tbody,tfoot,thead,
article,aside,dialog,figure,footer,header,nav,section,td{margin:0;padding:0;border:0;word-wrap:break-word;word-break:break-all}
body{height:100%;font:normal 12px/1.5 "simsun","Helvetica Neue", Verdana, Geneva, sans-serif;color:#333;background:#fff}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section{display:block}
div,p,dt,dd,li,h1,h2,h3,h4,h5,h6,th,td{zoom:1}s{color:#888}[hidden],template{display:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}table,th,tr ,td{border-collapse:collapse;border-spacing:0}
li{list-style-type:none}img,.nobd{border:none !important}em,th,i{font-style:normal;font-weight:normal}
input,select,form img,button,label,textarea{vertical-align:middle;font-family:Tahoma;color:#000}
a{background-color:transparent;color:#333;text-decoration:none;zoom:1}
img{vertical-align:middle}
body{font-family:Microsoft Yahei,"Arial","Hiragino Sans GB",sans-serif}

/*--Expand Css--*/
.section{width:100%;display: inline-block;}
.secbox{width:1200px; margin:0 auto; position:relative}
.lin-img{width:100%;float:left;}.lin-img img{width:100%;}
.fl{float:left;}.fr{float:right;}
.clearfix:after{content:'.';clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0}
.tites{text-align: center;font-size: 32px;color: #3C3C3C;font-weight: bold;}
.tites span{color: #DB2251}
.section .sub{font-size:16px;color: #636363;text-align: center;padding-top:5px;}


/*头部*/
.header{
  width: 100%;
  height: 58px;
  background:#fff;
}
.header .logo{width:auto}
.header .nav{
  float:left;
  margin:6px 0px 0px 30px;
}

.header .nav .nav-item{
  width:105px;
  text-align: center;
  font-size: 16px;
  position: relative;
  height:52px;
}
.header .nav .nav-item:nth-child(3) a{color: #DB2251}
.header .nav .nav-item:hover{background-color: #003764}
.header .nav .nav-item:hover .drop-icon{background:url(imgs/us_38.png) no-repeat }
.header .nav .nav-item:hover > a{
  color: #fff
}
.header .nav .nav-item > a{
  line-height: 52px;
  color:#3C3C3C;
  position: relative;
  cursor:pointer;
  display: inline-block;
}

.fixed-header{
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 999;
}
.soft-drop{
  width: 120px;
  height: auto;
  min-height: 84px;
  background: rgba(255, 255, 255, 0.8);
  filter: Alpha(opacity=80);
  background: #fff;
  position: absolute;
  top: 0px;
  left:-4px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.soft-drop a{
   display: block;
   height: 46px;
   line-height: 46px;
   font-size: 14px;
   color: #333;
}
.soft-drop a:hover{
  background-color: #F8FAFF;
  color: #DB2251
}

.soft-drop a.soft-more{
  border-top:1px #f1f1f1 solid;
  color: #666;
  text-align: center;
}

.header .nav .nav-item .drop-icon{
  width: 8px;
  height: 6px;
  background:url(imgs/us_37.png) no-repeat; 
  margin: 24px 0px 0px 4px;
  float:right;
}

.header .nav .nav-item:hover .soft-drop{
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
  top: 52px;
  visibility: visible;
}
.soft-drop .nav_ul2{
   width:100%;
   margin-top:20px;
   display: inline-block;
}
.soft-drop .nav_ul2 li{
   width:240px;
   height:146px;
   margin-left:38px;
   position: relative;
   float:left;
}
.soft-drop .nav_ul2 li:nth-child(1){margin-left:50px;}
.soft-drop .nav_ul2 li .nav_bg{
   width:240px;
   height:146px;
   background:rgba(0,55,100,0.5); 
   position: absolute;
   left:0px;
   top:0px;
}
.soft-drop .nav_ul2 li .nav_bg:hover{background: none}
.soft-drop .nav_ul2 li .nav_bg p{
  width:100%;
  font-size:18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left:0px;
  bottom: 0px;
}
.nav_kc{
  width:282px;
  margin-top:25px;
  text-align: left;
  float:left;
}
.nav_kc h3{
  font-size:18px;
  color: #3C3C3C;
  font-weight: bold;
}
.nav_kc em{
  width:26px;
  height:2px;
  background-color: #3C3C3C;
  margin-top:5px;
  display: inline-block;
}
.nav_kc .last{ 
  width:100%;
  margin-top:8px;
  display: inline-block;
}
.nav_kc .last a{
  width:215px;
  height:33px;
  line-height: 33px;
  display: inline-block;
}


/*尾部*/
.footer{
  background-color: #001F39;
  height:370px;
}
.footer-logo{
  width:100%;
  display: inline-block;
  margin-top:25px;
  padding-bottom: 18px;
  background:url(imgs/footer-logo_bg.png) no-repeat left bottom;
}
.foot_gp{
  width:78px;
  height:46px;
  float:left;
  margin:25px 0px 0px 280px;
}

.footer-text{
  width:100%;
  display: inline-block;
  margin-top:35px;
}
.footer-text dl{
  width:125px;
  margin-left:62px;
  float:left;
}
.footer-text dl dt{
  font-size:16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 13px
}
.footer-text dl dt em{
  width:20px;
  height:2px;
  background-color: #fff;
  display: inline-block;
}
.footer-text dl dd{
  width:125px;
  float:left;
  padding-bottom: 6px;
}
.footer-text dl dd a{
  font-size:14px;
  color:#bcbcbc;
}
.footer-text dl dd a:hover{
  text-decoration:underline;
}
.footer-text .cood{
  width:103px;
  margin-top:25px;
  float:left;
}
.footer-text .cood img{
  width:103px;
}
.footer-text .cood p{
  font-size:12px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.foot-tel{
  width:410px;
  float:left;
  padding-left:15px;
}
.foot-tel span{
  width:100%;
  font-size:14px;
  color: #d9d9d9;
  display: inline-block;
  padding-bottom:6px; 
}
.foot-tel h3{
  font-size:36px;
  color: #F5CE92;
  font-weight: bold;
}
.footer-btm{
  height:50px;
  line-height: 50px;
  font-size:12px;
  color: #929090;
  background-color: #001A2E;
  text-align: center;
}

/*-----内容-----*/
.banner{
  height:525px;
  background:url(imgs/us_01.png) no-repeat center;
}
.banner .secbox{height:525px;}
.banner .w-img{
  width:100%;
  text-align: center;
  margin:60px 0px 30px 0px;
  display: inline-block;
}
.banner .text{
  width:1000px;
  margin:0 auto;
  position: relative;
}
.banner .text p{
  line-height: 37px;
  font-size:18px;
  color:rgba(255,255,255,0.8);
  text-indent: 2.4em;
  letter-spacing:0.1px;
}
.banner .text p span{
  font-size:27px;
  font-weight: bold;

}
.banner .text .w-bt{width:36px;height:78px;}
.banner .text .bt1{
  position: absolute;
  left:-6px;
  top:-7px;
}
.banner .text .bt2{
  position: absolute;
  right:0px;
  bottom:-30px;
}
.sec-btn{
    width: 146px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background:linear-gradient(90deg,rgba(222,0,59,1) 0%,rgba(242,96,41,1) 100%);
    border-radius: 50px;
    left: 45%;
    bottom: 30px;
}
.sec-btn:hover{
  background:#DE003B;
}
.sec-btn a{
    color: #fff;
    font-size: 16px;
}

.sec1{padding:40px 0px 40px 0px;}
.sec1 .tites{padding-top:10px;}
.sec1 em{
  width:60px;
  height:7px;
  background:url(imgs/us_02.png) no-repeat center;
  position: absolute;
  left:47%;
  top:0px;
}

.ftpr_ul{
  margin:25px 0px 0px 200px;
  display: inline-block;
}
.ftpr_ul li{
  width:246px;
  height:65px;
  line-height: 21px;
  text-align: center;
  border:1px solid #707070;
  border-radius:8px;
  margin-right:20px;
  float:left;
  cursor: pointer;
}
.ftpr_ul li span{
  width:100%;
  font-size:14px;
  color: #636363;
  padding-top: 10px;
  display: inline-block;
}
.ftpr_ul li p{
  font-size:16px;
  color: #636363;
}
.ftpr_ul li.curr{
  border:1px solid #DE003B;
}
.ftpr_ul li.curr span,.ftpr_ul li.curr p{
   color: #DE003B;
}
.ftpr_list{
  width:100%;
  margin-top:26px;
}
.ftpr_con{display: none}
.ft_last{
    width:100%;
    height:415px;
    position: relative;
    display: inline-block;
}
.ft_last li{
  width:190px;
  height:123px;
  border-left: 2px solid #3C3C3C;
  padding-left:20px;
}
.ft_last li h1{
  font-size:28px;
  color: #DB2251;
  padding:0px 0px 5px 0px;
}
.ft_last li p{
  line-height: 24px;
  font-size:14px;
  color: #636363;
}
.ftpr_list .lt1{
  background: url(imgs/us_03.png) no-repeat center;
  margin-top:20px;
}
.ftpr_list .lt2{
  background: url(imgs/us_04.png) no-repeat center;
  margin-top:20px;
}
.ftpr_list .lt3{
  background: url(imgs/us_05.png) no-repeat center;
  margin-top:20px;
}
.ft_last .li1{
  position: absolute;
  left:118px;
  top:15px;
}
.ft_last .li2{
  position: absolute;
  left:438px;
  top:31px;
}
.ft_last .li3{
  position: absolute;
  left:685px;
  top:7px;
}
.ft_last .li4{
  position: absolute;
  left:965px;
  top:-13px;
}
.ft_last .li5{
  position: absolute;
  left:265px;
  bottom:16px;
}
.ft_last .li6{
  height:150px;
  position: absolute;
  left:610px;
  bottom:25px;
}
.ft_last .li6 h1,.ft_last .li10 h1,.ft_last .li15 h1{
  padding:35px 0px 5px 0px;
}
.ft_last .li7{
  position: absolute;
  left:948px;
  bottom:18px;
}
.ft_last .li8{
  position: absolute;
  left:125px;
  top:20px;
}
.ft_last .li9{
  position: absolute;
  left:530px;
  top:38px;
}
.ft_last .li10{
  height:150px;
  position: absolute;
  left:610px;
  bottom:28px;
}
.ft_last .li11{
  position: absolute;
  right:100px;
  bottom:-3px;
}
.ft_last .li12{
  position: absolute;
  left:460px;
  top:38px;
}
.ft_last .li13{
  width:286px;
  position: absolute;
  left:750px;
  top:12px;
}
.ft_last .li14{
  position: absolute;
  left:246px;
  bottom:8px;
}
.ft_last .li14 h1{padding:8px 0px 5px 0px;}
.ft_last .li15{
  position: absolute;
  left:553px;
  bottom:30px;
}
.ft_last .li16{
  position: absolute;
  left:910px;
  bottom:7px;
}





.sec2{
  height:156px;
  background: url(imgs/us_06.png) no-repeat;
}

.sec2 .left{
  width:615px;
  margin:40px 0px 0px 140px;
  float:left;
}
.sec2 .left p{
  font-size:32px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}
.sec2 .left span{
  font-size:16px;
  color: #fff;
}
.sec2 .zx{
    width: 146px;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    color: #fff;
    text-align: center;
    position: absolute;
    background:linear-gradient(90deg,rgba(222,0,59,1) 0%,rgba(242,96,41,1) 100%);
    border-radius: 50px;
    margin:55px 0px 0px 115px;
    float:left
}
.sec2 .zx:hover{background:#DE003B}

.sec3{
  height:441px;
  padding:35px 0px;
  position: relative;
}
.sec3 .left{width:489px;height:398px;float:left;margin-left:12px;overflow: hidden;}

.sec3 .left img{ transition: all .5s}
.sec3 .left img:hover{transform:scale(1.1)}
.sec3 .st_bg{
  width:100%;
  height:120px;
  background: url(imgs/text5.png) no-repeat center;
  position: absolute;
  left:0px;
  bottom: 35px;
}
.sec3 .story{
  width:625px;
  margin:38px 48px 0px 0px;
  float:right;
}
.sec3 .story p{
  font-size:32px;
  font-weight: bold;
  color: #3C3C3C;
  text-align: center;
  padding-bottom: 28px;
}
.sec3 .story span{
  width:100%;
  line-height: 32px;
  font-size:20px;
  color: #636363;
  text-indent: 2em;
  display: inline-block;
}

.sec4{
  padding:40px 0px;
  background-color: #f5f7fc
}
.sec4 em{
  width:60px;
  height:7px;
  background:url(imgs/us_02.png) no-repeat center;
  position: absolute;
  left: 47.5%;
  top: 86px
}
.sec4 ul{
  width:100%;
  margin-top:50px;
  display: inline-block;
}
.sec4 ul li{
   width:287px;
   text-align: center;
   margin-left:15px;
   float:left;
}
.sec4 ul li:nth-child(1){margin:0px;}
.sec4 ul li .row1{
  width:287px;
  height:421px;
  position: relative;
  display: inline-block;
}
.sec4 ul li .rbg1{background:url(imgs/us_09.png) no-repeat center;}
.sec4 ul li .rbg2{background:url(imgs/us_10.png) no-repeat center;}
.sec4 ul li .rbg3{background:url(imgs/us_11.png) no-repeat center;}
.sec4 ul li .rbg4{background:url(imgs/us_12.png) no-repeat center;}
.sec4 ul li .tit{
  width:121px;
  height:121px;
  line-height: 121px;
  text-align: center;
  font-size:25px;
  color: #fff;
  background:url(imgs/us_12_2.png) no-repeat center;
  margin-left:80px;
  -webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
.sec4 ul li .text{
  padding-top:20px; 
}
.sec4 ul li .text p{
  font-size:16px;
  color: #fff;
  line-height:32px;
}
.sec4 ul li .row2{
  font-size:20px;
  color: #3C3C3C;
  font-weight: bold;
  padding-top: 15px
}
.sec4 ul li:hover .tit{
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn
}

.sec5{
  padding:40px 0px;
}
.sec5 em,.sec7 em{
  width:60px;
  height:7px;
  background:url(imgs/us_02.png) no-repeat center;
  position: absolute;
   left: 47.4%;
  top: 58px
}

.service{
  width:1150px;
  height:295px;
  padding: 40px 0px 0px 30px;
  display: inline-block;
}
.service li{
  width:372px;
  height:273px;
  box-shadow:0px 3px 20px rgba(0,55,100,0.1);
  text-align: center;
  margin-left:15px;
  float:left;
}
.service li:hover{box-shadow:0px 3px 20px rgba(0,55,100,0.2);}
.service li:hover p{color: #DB2251}
.service li:nth-child(1){margin:0px;}
.service li .w-img{
  padding-top: 30px;
/*  -webkit-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;*/
}
/*.service li:hover .w-img{

  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce
}*/
.service li p{
  font-size:20px;
  color: #3C3C3C;
  font-weight: bold;
  padding: 10px 0px
}
.service li span{
  width:335px;
  line-height: 26px;
  font-size:16px;
  color: #636363;
  display: inline-block;
}
.sec6{
  padding:50px 0px 10px 0px;
  background-color:#F5F7FC;
}
.sec6 em{
  width:60px;
  height:7px;
  background:url(imgs/us_02.png) no-repeat center;
  position: absolute;
  left: 47.7%;
  top: 86px
}
.advan{
  width:100%;
  margin-top:70px;
  float:left;
}
.advan li{
  width:178px;
  float:left;
  margin:0px 0px 60px 120px;
}
.advan p{
  font-size:16px;
  line-height: 25px;
  color: #636363;
}
.advan p span{
  font-size:52px;
  color: #3C3C3C;
  font-weight: bold;
}


.sec7{
  padding:40px 0px 30px 0px 
}
.sec7 .ul1{
  width:100%;
  padding-top: 50px;
  display: inline-block;
}
.sec7 .ul1 li{
  width:590px;
  margin-left:20px;
  box-shadow:0px 3px 20px rgba(0,55,100,0.36);
  float:left;
}
.sec7 .ul1 li:nth-child(1){margin:0px;}

.dip_box {width:1152px;display: inline-block;position: relative;margin:25px 0px 0px 28px}
.dip_box .btnl,.dip_box .btn {font-size: 35px;color: #999;font-weight:bold;font-family: '宋体';position: absolute;top: 70px;cursor: pointer;}
.dip_box .btnl{left:-30px;}
.dip_box .btnr {right: -25px;}
.dip_box .conbox {position: relative;overflow: hidden;}
.dip_box .conbox ul {position: relative;}
.dip_box .conbox ul li {float: left;width: 280px;height: 170px;margin-left: 10px;overflow: hidden;}
.dip_box .conbox ul li:first-child {margin-left: 0;}
.dip_box .conbox ul li img {display: block;width: 280px;height: 170px;}
.dip_box .btn:hover{color: #961f23}

.sec8{
  height:243px;
  background:url(imgs/us_34.png) no-repeat center;
}
.sec8 .left{
  width:1020px;
  margin-top:50px;
  float:left;
}
.sec8 .left .row1{
  font-size:32px;
  color: #fff;
  font-weight: bold;
}
.sec8 .left .row1 span{color: #DB2251;}
.sec8 .left .row2{
  font-size:16px;
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
}
.sec8 .left .row2 span{color: #DB2251;}
.sec8 .right{
  width:162px;
  margin-top:72px;
  float:left;
}
.sec8 .right a{
  width:160px;
  height:40px;
  line-height: 40px;
  text-align: center;
  font-size:16px;
  color: #fff;
  background:linear-gradient(90deg,rgba(222,0,59,1) 0%,rgba(242,96,41,1) 100%);
  border-radius: 50px;
  margin-bottom: 18px; 
  display: inline-block;
}
.sec8 .right a:hover{background:#DE003B}
.sec9{
  padding:40px 0px 50px 0px;
}
.sec9 .box1{
  width:100%;
  display: inline-block;
}
.sec9 .box1 .tit{
  font-size:32px;
  color: #3C3C3C;
  font-weight: bold;
}
.sec9 .box1 .tit span{
  color: #DB2251
}
.sec9 .box1 .last{
  font-size:16px;
  padding-top:10px;
  color: #636363;
}
.sec9 .box1 .last span{color: #DB2251;font-weight: bold;}
.sec9 .aud_ul{
  width:590px;
  margin-top:28px;
}
.sec9 .aud_ul li{
  width:590px;
  height:42px;
  line-height: 42px;
  background-color: #fff;
  display: inline-block;
}
.sec9 .aud_ul li.bg{
  background-color: #F5F7FC;
}
.sec9 .aud_ul li em{
  width:22px;
  height:17px;
  background:url(imgs/us_35.png)no-repeat center;
  margin:11px 0px 0px 11px;
  float:left;
}
.sec9 .aud_ul li span{
  width:60px;
  font-size:16px;
  color: #909399;
  margin-left:10px;
  float:left;
}
.sec9 .aud_ul li p{
  font-size:16px;
  color: #3C3C3C;
  float:left;
}
.sec9 .aud_ul li .st{
  width:80px;
  height:28px;
  line-height: 28px;
  text-align: center;
  font-size:12px;
  color: #fff;
  background:linear-gradient(90deg,rgba(222,0,59,1) 0%,rgba(242,96,41,1) 100%);
  border-radius:20px;
  margin:6px 10px 0px 0px;
  float:right;
}
.sec9 .aud_ul li .st:hover{background:#DE003B}
.fot_safe{
  height:145px;
  background-color: #F5F7FC;
}
.as_ul{
  width:100%;
  padding-top: 25px;
  display: inline-block;
}
.as_ul li{
  width:102px;
  text-align: center;
  margin-left:30px;
  float:left;
}
.as_ul li .w-img{
  height:32px;
  padding-bottom: 10px; 
}
.as_ul li p{
  font-size:12px;
  line-height: 21px;
  color: #909399
}
.as_ul li:nth-child(1){margin-left:10px;}

.sec10{
  background-color: #f9f9f9;
  padding:35px 0px;
}
.sec10 .w-img{
  width:100%;
  height:498px;
  background:url(imgs/sc_34.png) no-repeat center;
  margin-top: 20px
}



/*弹出申请试听*/
.jlbg{width:100%;height:100px;top:0px;left:0px;position:absolute;filter: Alpha(opacity=35);opacity:0.35; background:#000; display:none;z-index:9998}
.popbox{
  width:615px;
  height:400px;
  position: fixed;
  left:50%;
  top:25%;
  margin:0px 0 0 -300px;
  background-color: #fff;
  border:5px solid #ccc;
  border-radius: 5px;
  z-index: 9999;
  display: none
}
.pupc{
  width:100%;
  float:left;
  margin:16px 0px 20px 0px;
}
.pupc a{
  float:right;
  font-size:16px;
  margin-right:28px;
}
.popbox .ic_dk{
  text-align: center;
  font-size:32px;
  color: #000;
  font-weight: bold;
}
.popbox .ic_dk span{
  color: #ff0000
}
.popbox .info2{
  margin:20px 0px 0px 80px;
}
.popbox .info2 p{
  margin-bottom: 18px;
}
.popbox .info2 p input{
  width:420px;
  height:36px;
  line-height: 36px;
  padding-left:12px;
  font-size:16px;
  font-family: '微软雅黑'
}
.popbox .info2 select{
  width:435px;
  height:36px;
  line-height: 36px;
  padding-left:12px;
  font-size:16px;
  color: #666;
  font-family: '微软雅黑';
  margin-bottom: 20px;
  border:1px solid #ccc;
}
.popbox .info2 .btn{
  width:432px;
  height:38px;
  line-height: 38px;
  text-align: center;
  font-size:18px;
  color: #fff;
  background-color: #bf0000;
  border:none;
  font-family: '微软雅黑';
  cursor: pointer;
}
.popbox .text{
  width:442px;
  margin:20px 0px 0px 80px;
  font-size:14px;
  color: #666;
  text-align: center;
}
.popbox .text span{
  background: red;
  padding:2px 5px;
  color: #fff
}


.map {
  max-width: 1920px;
  height: 530px;
  margin: 0 auto;
}

.map .main {
  width: 530px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(./imgs/map.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-left: 670px;
}

.map .main em {
  width: 60px;
  height: 7px;
  background: url(imgs/us_02.png) no-repeat center;
  position: absolute;
  left: 47.7%;
  top: 86px;
}


.map .main p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  width: 516px;
  margin-bottom: 20px;
  text-indent: 36px;
  margin-top: 40px;
}

.map .main .btn {
  width: 280px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  background-color: #de003b;
  cursor: pointer;
  color: #fff;
}



/*弹窗*/
#box1{width:510px;height:333px;position:fixed;left:50%;top:50%; margin:-176px 0 0 -280px; z-index:9999;display:none;border-radius:10px;}
#box1 p{padding:0 10px;margin-top:10px;}
#box1 span{color:#ff0;padding-left:5px;}
#box1 h2{ margin:0;height:25px;cursor:move;text-align:right;padding:0 10px;}
#box1 h2 a{color:#fff;font:12px/25px Arial;width:20px;height:20px;line-height: 20px;text-align: center;background-color:#666;border-radius: 50px;float:right;margin-top:5px;}

/*侧边栏*/
.t-zxzc-new{width:60px;height:182px;position:fixed;top:32%;right:0px;z-index:9999}
.t-zxzc-new a{display:block;position:relative;width:60px;height:60px;margin-bottom:2px;background:#748395;font-size:12px;text-align:center;color:#fff;cursor:pointer}
.t-zxzc-new i{display:inline-block;margin-top:15px;}
.t-zxzc-new i.i_online{width:38px;height:34px;background:url(imgs/kf_02.png) no-repeat;}
.t-zxzc-new i.i_tel{width:30px;height:30px;background:url(imgs/kf_01.png) no-repeat;}
.t-zxzc-new i.i_daili{width:29px;height:32px;background:url(imgs/kf_03.png) no-repeat;}
.t-zxzc-new i.i_db{width:25px;height:14px;background:url(imgs/kf_04.png) no-repeat;margin-top:22px;}
.t-zxzc-new a p{line-height:26px}
.t-zxzc-new a .t-pnum,.t-zxzc-new a .t-kf-hover{display:none;position:absolute;top:0;width:60px;height:55px;padding-top:5px;background:#a82024;text-align:center;}
.t-zxzc-new a .t-pnum{left:-220px;width:230px;font-size:24px;line-height:47px}
.t-zxzc-new a .t-kf-hover{left:0;font-size:16px;line-height:23px}
.t-zxzc-new a .t-kf-p{font-size:16px;line-height:23px;margin-top:8px;display: inline-block;}
.t-zxzc-new a:hover .t-pnum,.t-zxzc-new a:hover .t-kf-hover{display:block}

