@charset "utf-8";
/*Html5*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}
audio,canvas,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
.min_w{ width:100%; min-width:1200px;}
.container{ width:1200px; margin:0 auto;}
html, body{
    font: 12px/22px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
}
@font-face{
  font-family: fz;
  src: url('../css/FZLTXHK.TTF'); /* IE9+ */
}
html {
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: transform 1s;
}
img.hover{
    transform: scale(1.15);
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button,input,select,textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,input {
    line-height: normal;
}
button,select {
    text-transform: none;
}
button,html input[type="button"], input[type="reset"],input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],html input[disabled] {
    cursor: default;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
    cursor: pointer;
}
input.radio {
    width: 13px;
    height: 13px;
}
input[type="text"],input[type="number"]{
    -webkit-appearance: none;
}
textarea {
    overflow: auto; 
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,ol,li { 
    list-style: none;
    float: left;
}
i, em{
    font-style: normal;
}
.clearfix:before,.clearfix:after{
  display: block;
  clear: both;
  zoom:1;
  content: "";
}
.pro-cases li .sign,.pro-cases li .tips{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*弹窗样式*/
.zhezhao{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:#000;
  filter:alpha(opacity=80);
  opacity: .8;
  z-index: 50;
}
.min-tangchuang{
  position: fixed;
  display: none;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  top: 50%;
  z-index: 99;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px; 
  font-size: 18px;
  -webkit-transform:translateY(-50%) ;
  -moz-transform:translateY(-50%) ;
  -ms-transform:translateY(-50%) ;
  transform:translateY(-50%) ;
}
.min-tangchuang p{
  font-size: 18px;
  margin-bottom:25px;
}
.min-tangchuang a{
  display: inline-block;
  color: #b7242b;
}
.min-tangchuang span{
  float: right;
  cursor: pointer;
}
/*清除浮动*/
.clear {
    clear: both;
}
.clearfix:before,.clearfix:after{
  display: block;
  clear: both;
  content: "";
}
.f-cb{
    zoom: 1;
}
.f-cb:after,.f-cb:before{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.pof{
    position: fixed;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.curp{
    cursor: pointer;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.dib{
    display: inline-block;
}
.w-f{
    width: 100%;
}
.h-f{
    height: 100%;
}
.fwn{
    font-weight: normal;
}
.tac{
    text-align: center;
}
.main,.w{
  width: 980px;
  margin: 0 auto;
}
.width-full {
    width: 100%;
}
li.t-f a ,.t-f{
    transition: all 0.5s;
}
li.t-c a ,.t-c{
    transition: color 0.5s;
}
li.t-bg a ,.t-bg{
    transition: background 0.5s;
}



/* 导航 */
.header{
  height: 28px !important;
}
.header.scroll{
  background: url(../img/bg_header.png) repeat-x center bottom;
}
.header .w{
  width: 100%;
  height: 50px;
  background: #333333;
  border-bottom: 1px solid #ddd;
}
.logo{
  float: left;
  padding: 16px 0px 9px;
  margin-left: 8%;
}
.nav{
  width: 1200px;
  height: 50px;
  z-index: 2;
}
.nav ul.nav-ul{
  width: 100%;
}
.nav li.nav-sub{
  position: relative;
  width: 150px;
   text-align:center;
}
.nav li.nav-sub a.tit{
  display: inline-block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.nav a.tit:hover{
  color: #b7242b;
}
.nav li:hover .nav-line{
  width: 100%;
}
.nav-line{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background:#00A0E8;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.nav .on .nav-line{
  width: 100%;
  left: 0;
}
.h-tips{
  width: 227px;
  padding-right: 210px;
  font-size: 14px;
  line-height: 68px;
  color: #787878;
}
.h-tips .p{
  position: absolute;
  left: 15px;
  top: 0;
  padding: 11px 0px 9px;
  font-size: 20px;
}
.h-tips .p_y{
  left: 10px;
}
.h-tips a.nav-sub{
  position: absolute;
  left: 122px;
  top: 0;
  display: inline-block;
  padding: 11px 0px 9px;
  color: #787878;
  transition: color 0.5s;
}
.h-tips a:hover{
  color: #b7242b;
}


.h-map{
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 69px;
  padding: 11px 0px 9px;
  background-image: url(../img/bg_sign011.png);
  background-repeat: no-repeat;
  background-position: center ;
  background-color: #000;
  cursor: pointer;
  text-align: center;
}
.sub{
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  min-width: 980px; z-index:999;
}
.sub_box{
  width: 100%;
}
.sub_box-products{
  background:url(../images/pic_22.jpg);
}
.sub_box>.box{
  position: relative;
  width: 936px;
  min-height: 232px;
  margin: 0 auto;
  padding-bottom: 55px;
  display: none;
}
.sub .box-tips{
  float: left;
  width: 113px;
  padding-top: 55px;
}
.sub .box-tips .line{
  height: 4px;
  margin-bottom: 4px;
}
.sub .box-tips .in{
  width: 42px;
  height: 4px;
  background:#00A0E8;
}
.sub .box-tips h2{
  font-size: 24px;
  padding: 26px 0;
  line-height: 1.2;
  color: #00A0E8;
  font-weight: 100;
}
.sub .box-tips a{
  display: inline-block;
  width: 100px;
  font: 12px/33px Arial;
  color: #b7242b;
  border: 1px solid #b7242b;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.5s;
}
/* 导航产品 */
.sub-products .list{
  float: right;
  width: 756px;
  margin-top: 55px;
}
.sub-products ul{
  border-left: 1px solid #d5d5d8;
  border-top: 1px solid #d5d5d8;
}
.sub-products li{
  width: 150px;
  height: 115px;
  padding-top: 8px;
  border-right: 1px solid #d5d5d8;
  border-bottom: 1px solid #d5d5d8;
  line-height: 40px;
  text-align: center;
}
.sub-products_y li{
  line-height: 14px;
}
.sub-products_y li p{
  padding-top: 3px;
}
.sub-products p{
  color: #666;
  transition: color 0.5s;
}
.sub-products a:hover p{
  color: #00A0E8;
}
/* 导航解决方案 */

.sub-program .list{
  float: right;
  width: 756px;
  margin-top: 55px;
 
}
.sub-program ul{
  border-left: 1px solid #d5d5d8;
}
.sub-program li{
  width: 150px;
  height: 190px;
  
  border-right: 1px solid #d5d5d8;
  border-bottom: 1px solid #d5d5d8;
  border-top: 1px solid #d5d5d8;
  line-height: 34px;
  text-align: center;
}
.sub-program_y li{
  line-height: 13px;
}
.sub-program_y li p{
  padding-top: 3px;
}
.sub-program p{
  color: #666;
  transition: color 0.5s;
}
.sub-program a:hover p{
  color: #00A0E8;
}



/* 导航服务 */
.sub-service .list{
  float: left;
  padding-top: 37px;
  margin-left: 112px;
}
.sub-service li.fi{
  width: 169px;
  padding-right: 1px;
  background: url(../img/bg_line05.png) repeat-y right 8px;
}
.sub-service li.se{
  width: 130px;
  margin-left: 112px;
  display: inline;
}
.sub-service a{
  display: inline-block;
  line-height: 22px;
  color: #878787;
  transition: color 0.5s;
}
.sub-service a.tit{
  width: 100%!important;
  font-size: 14px;
  line-height: 46px;
  color: #b7242b;
}
.sub-service a:hover{
  color: #b7242b;
}
.sub-service .sign{
  width: 124px;
}


/* 导航关于 */
.sub-about .list{
  float: left;
  margin-left: 52px;
  padding-top: 37px;
}
.sub-about li{
  padding-left: 60px;
}
.sub-about li.fi{
  width: 188px;
}
.sub-about_y li.fi{
  width: 285px;
}
.sub-about li.se{
  height: 320px;
  border-right: 1px solid #d9d8db;
  margin: 20px 21px 0 0;
}
.sub-about li.th{
  width: 112px;
}
.sub-about li.th_y{
  width: 160px;
}
.sub-about li .box{
  height: 174px;
}
.sub-about a{
  display: inline-block;
  line-height: 22px;
  color: #878787;
  transition: color 0.5s;
}
.sub-about a.tit{
  width: 100%!important;
  font-size: 14px;
  line-height: 48px;
  color: #b7242b;
}
.sub-about li.fi .half a{
  float: left;
  width: 50%;
}
.sub-about a:hover{
  color: #b7242b;
}
.sub-about .sign{
  width: 124px;
}
.sub-about .sign a{
  display: inline-block;
  width: 122px;
  height: 56px;
  padding: 15px 0 5px;
  border: 1px solid #cfced0;
  margin: 54px 0 41px;
  line-height: 24px;
  text-align: center;
  transition: all 0.5s;
}
.sub-about .sign a:hover{
  border: 1px solid #b7242b;
}
.sub-about .sign-in{
  display: inline-block;
  width: 122px;
  height: 32px;
  margin: 0 auto;
}
.sub-about .box.sign a{
  margin-top: 18px;
}
/* 导航搜索按钮 */
.h-tips .search-box{
  position: absolute;
  right: 88px;
  top: 0;
  width: 55px;
  height: 88px;
}
.h-tips .search-box .in{
  position: absolute;
  right: 20px;
  top: 23px;
  width: 245px;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  transition: border 0.5s;
}
.h-tips .search-box .in.cur{
  border: 1px solid #ccc;
}
.h-tips .search-box input{
  left: 0;
  top: 0;
  width: 196px;
  height: 40px;
  padding-left: 10px;
  border: 0;
  background: none;
  line-height: 24px;
  color: #666;
  display: block;
}
.h-tips .search-box input.submit{
  left: auto;
  right: 0;
  width: 32px;
  background: url(../img/bg_sign24.png) no-repeat center;
}

/* 导航地图 */
.sub-map .list{
  float: left;
  width: 125px;
  margin: 56px 59px 0 90px;
}
.sub-map .list li{
  width: 115px;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 3px;
  line-height: 25px;
}
.sub-map .list img{
  margin-right: 15px;
}
.sub-map .list p{
  color: #7c7c7c;
  transition: color 0.5s;
}
.sub-map .list a:hover p{
  color: #b7242b;
}
.sub-map .list .outbox{
  left: 0;
  top: 0;
  width: 123px;
  height: 31px;
  border: 1px solid #b7242b;
}
.sub-map img.map{
  margin-top: 67px;
}


/* 备案*/
.beian,.jishuzhichi{
  color: #666;
}
.beian:hover,.jishuzhichi:hover{
  color: #00A0E8;
}
/* 客服浮窗 */
.service-box{
  top: 40%;
  position: fixed;
  right: -50%;
  z-index:20;
  background-color:#ACE0F8;
  width: 150px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.service-title{
  position: relative;
  padding: 13px;
  background-color: #0080CC;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.service-title span{
  position: absolute;
  display: block;
  right: 40px;
  top: 13px;
  font-size: 12px;
  cursor: pointer;
  height: 100%;
}
.service-title span:hover{
  color: #000;
}
.service-box a{
  width: 100%;
  display: block;
  padding: 13px;
  font-size: 13px;
  border-bottom: 1px solid #D7F0FB;
  color: #6E6D6D;
}
.service-box a:last-child{
  border-bottom: none;
}
.service-box a:hover{
  color: #000;
}
.service-box .kf_r span{
  display: block;
  float: left;
  width: 16px;
  height: 18px;
  margin-top: 2px;
  background-image: url(../../wpa.qq.com/pa�p=2_2253573429_52.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}
.kehu{
  position: fixed;
  right: 20px;
  bottom: 105px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  background: rgba(0,0,0,.7);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 30;
}
.kehu:hover{
  background: #0080CC;
}
.pra_ewm{
  position: fixed;
  width: 42px;
  height: 42px;
  right: 20px;
  bottom: 185px;
  background:#fff;
  background-image: url(../img/fia_ewm.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 30;
}
.pra_ewm_box{
  position: fixed;
  right: -50%;
  padding: 20px 10px 15px;
  bottom: 245px;
  z-index: 99;
  box-shadow: 1px 1px 10px #BBBBBB;
  border-radius: 15px;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pra_ewm_box .tt{
  font-size: 24px;
  text-align: center;
}
.pra_ewm_box li{
  padding: 20px 10px 0;
}
.pra_ewm_box img{
  width: 160px;
}
.pra_ewm_box li p{
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}

.backtop {
  display: none;
  right: 20px;
  bottom: 60px;
  width: 42px;
  height: 42px;
  background: url(../img/backtop.png) no-repeat;
  cursor: pointer;
}
.backtop:hover{
  background-position: 0 -42px;
}
/* 翻页样式 开始*/
.page ,.contPage{
  text-align: center;
  margin-top: 20px;
}
.page a,.contPage a{
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #919191;
  border-radius: 4px;
  background-repeat: no-repeat;
  margin-left: 15px;
  font-size: 14px;
  color: #444;
  transition: background-color, border 0.5s;
}
.page a:hover, .page a.on,.contPage a:hover,.contPage a.on {
  border: 1px solid #00A0E8;
  background-color: #00A0E8;
  color: #fff;
}
.page .no-gaoliang{
  cursor: default;
  color: #ddd;
  border-color: #ddd;
}
.page .no-gaoliang:hover{
  background-color: transparent;
  border: 1px solid #ddd;
  color: #ddd;
}
.page_info{
  text-align: center;
  margin-top: 10px;
  color: #333;
}
/* 翻页样式 结束*/

/* 上一页下一页 */
.turn {
  line-height: 24px;
  zoom:1;
}

.turn a {
  color: #666;
  transition: color 0.5s;
}
.turn a:hover{
  color: #00A0E8;
}

/* 搜索 */
.pro-select {
  height: 100px;
  padding: 10px 0 15px;
  background:#00A0E8;
 /* background: url(../img/product/bg_bg09.jpg) no-repeat center;*/
  line-height: 20px;
  color: #fff;
}
.pro-select_y .w{
  font-size: 14px;
}
.pro-select h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: 100;
}
.pro-select .select {
  float: right;
  margin-top:30px;
}
.pro-select .box {
  width: 338px;
  margin-left: 15px;
  height: 45px;
  border: 2px solid #fff;
  background: #fff;
  transition: border 0.5s;
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pro-select .box.hover, .pro-select .box.cur {
  border: 2px solid #00A0E8;
}
.pro-select .tit {
  padding-left: 20px;
  font-size: 14px;
  line-height: 45px;
  color: #666;
  cursor: pointer;
}
.pro-select .tit p.fl {
  width: 270px;
}
.pro-select .tit span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/product/bg_sign33.png) no-repeat center;
}
.pro-select .tit span.cur {
  background-image: url(../img/bg_sign33s.png);
}
.pro-select .list {
  left: -2px;
  top: 47px;
  width: 338px;
  border: 2px solid #00A0E8;
  border-top: 0;
  background: #fff;
  font-size: 14px;
  line-height: 45px;
  color: #666;
}
.pro-select .list p {
  padding: 0 25px;
  cursor: pointer;
  transition: all 0.5s;
}
.pro-select .list p a,.pro-select .tit p.fl a{
  color: #666;
}
.pro-select .list .hover{
  background-color: #00A0E8;
}
.pro-select .list .hover a{
  color: #fff;
}
.pro-select input {
  width: 225px;
  height: 43px;
  padding: 0 15px;
  border: 0;
  font-size: 14px;
  line-height: 43px;
  color: #666;
}
.pro-select input.submit {
  width: 40px;
  height: 43px;
  padding: 0;
  background: url(../img/product/bg_btn07.png) no-repeat center;
}
.pro-select .cp-sousuo{
  position: relative;
  width: 50px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pro-select .cp-sousuo .cp-nav{
  margin-top:13px;
}
.pro-select .cp-sousuo:hover .cp-nav{
  display:none;
}
.pro-select .cp-sousuo .cp-nav span{
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
  margin: 8px 0 8px 25px;
  background-color: #fff;
}

.pro-select .cp-sousuo .cp-nav span:before{
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  top: -.5px;
  border-radius: 100%;
  right: 25px;
  background-color: #fff;
  content: "";
}
.pro-select .cp-sousuo .span{
  position: absolute;
  right: -2px;
  top: -1px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/product/bg_btn07baise.png) no-repeat center;
  cursor: pointer;
}
.pro-select .cp-sousuo:hover{
  width: 358px;
}
.pro-select .cp-sousuo:hover .box{
  opacity: 1;
  filter:alpha(opacity=100);
}
.pro-select .cp-sousuo:hover .span{
  display: none;
}


/*编辑器 */
.bianjiqi h1,.bianjiqi h2,.bianjiqi h3,.bianjiqi h4{
  margin-bottom: 15px;
  line-height: 26px;
  color: #000;
}
.bianjiqi h1{
  font-size: 22px;
}
.bianjiqi h2{
  font-size: 20px;
}
.bianjiqi h3{
  font-size: 18px;
}
.bianjiqi h4{
  font-size: 16px;
  font-weight: inherit;
}
.bianjiqi p{
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 14px;
}
.bianjiqi img{
  max-width: 100%;
}
.bianjiqi a{
  color: #2425B7;
  text-decoration: underline;
}


/*在线留言*/
.subs-wrap {
  padding: 170px 0 99px;
  background: #54C2F0;
}
.subs-wrap h2 {
  font-weight: normal;
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  text-align: center;
}
.subs-wrap .en {
  height: 31px;
  background: url(../img/liuyan/mname03.png) no-repeat center bottom;
}
.mpro-wrap .en {
  background-image: url(../img/liuyan/mname05.png);
}
.subs-wrap .line {
  left: 50%;
  bottom: -25px;
  width: 30px;
  height: 4px;
  background: #fff;
  margin-left: -15px;
}
.mpro-main {
  width: 748px;
  padding: 70px 0 80px 232px;
  background: #fff;
  margin: 72px auto 0;
}
.mpro-main_y{
  padding-left: 140px;
}
.mpro-main td {
  padding: 0 0 20px 20px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.mpro-main td label {
  width: 318px;
  height: 36px;
  background: url(../img/liuyan/bg_input13.png) no-repeat;
  font-size: 11px;
  line-height: 36px;
  color: #ccc;
}
.mpro-main label p.fl {
  margin-left: 16px;
  width: 240px;
  cursor: pointer;
}
.mpro-main label span.fr {
  display: inline-block;
  width: 46px;
  height: 36px;
  background: url(../img/liuyan/bg_sign105.png) no-repeat center;
}
.mpro-main label .list {
  left: 0;
  top: 35px;
  width: 300px;
  padding: 5px 0 5px 16px;
  height: 220px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background: #fff;
  line-height: 22px;
  display: none;
}
.mpro-main label input {
  width: 240px;
  height: 36px;
  padding: 0 16px;
  border: 0;
  background: none;
  font-size: 11px;
  line-height: 36px;
}
.mpro-main input.submit {
  width: 314px;
  height: 46px;
  border: 0;
  background: #54C2F0;
  margin-top: 17px;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}
.mpro-main input.submit:hover{
  background: #46BDEF;
}
.mpro-main td label.cur, .mpro-main td label.hover {
  background-position: 0 -72px;
}
.mpro-main label span.si {
  background-image: url(../img/liuyan/bg_sign47.png);
}
.mpro-main label span.se {
  background-image: url(../img/liuyan/bg_sign45.png);
}
.mpro-main label span.th {
  background-image: url(../img/liuyan/bg_sign65.png);
}
.mpro-main label span.fo {
  background-image: url(../img/liuyan/bg_sign50.png);
}
.mpro-main label span.sev {
  background-image: url(../img/liuyan/bg_sign102.png);
}
.mpro-main textarea{
  width: 286px;
  padding: 10px 15px;
  height: 80px;
  border-radius: 3px;
  font-size: 11px;
  border-color: #ddd;
}
.mpro-main #validate{
  width: 150px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding:0 16px;
}
.mpro-main #validate:focus,.mpro-main textarea:focus{
  border-color: #B7242B;
}
/*、、在线留言*/

/*浮动菜单*/
.nav-poa{
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  text-align: center;
    background:#000;
   background-color: rgba(0,0,0,.9);
  z-index: 9;
  display: none;
}
.nav-poa a{
  display: inline-block;
  padding: 0 25px;
  margin: 18px 0;
  line-height: 1;
  color: #fff;
  border-left: 1px solid #fff;
}
.nav-poa a:first-child{
  border-left: none;
}

.footer {
  position: relative;
  padding: 48px 0 7px;
  background: #f5f5f5;
  box-shadow: 0 0 4px #e1e1e1 inset;
}
.footer .main{
  width: 1200px;
}
.footer .main .tips {
  width: 520px;
  height: 255px;
  border-right: 1px solid #dcdcdc;
}
.footer_y .main .tips{
  width: 480px;
}
.footer .main .tips img.f-logo {
  margin: 5px 0 27px;
}
.footer .main .tips .slogan{
  float: left;
  font-size: 27px;
  line-height: 37px;
  color: #000;
  font-weight: bold;
  /*font-family:'方正兰亭纤黑';*/
}
.footer .main .tips .ewm {
  margin-right: 75px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  float: right;
}
.footer_y .main .tips .ewm{
  margin-right: 55px;
}
.footer .main .list {
  margin-bottom: 75px;
}
.footer .main .list li {
  margin: 0 60px 0 20px;
}
.footer_y .main .list li{
  margin-right: 40px;
}
.footer .main .list li:first-child {
  margin-left: 0;
}
.footer .main .list li a {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #666;
}
.footer .main .list li a.tit {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  color:#00A0E8;
}
.footer .main .list li a:hover{
  color: #00A0E8;
}
.footer .main .bot {
  height: 62px;
  border-top: 1px solid #dcdcdc;
  line-height: 62px;
}
.footer .main .bot p.fr a {
  padding: 0 7px;
  color: #666;
}
.footer .main .bot p.fr a:hover {
  color: #00A0E8;
}
.footer .main .bot .share a {
  width: 19px !important;
  height: 19px !important;
  padding: 0 !important;
  background: url(../img/bg_btn02.png) no-repeat 0 0 transparent;
  margin: 22px 0 0 7px !important;
  opacity: 0.35;
  filter:alpha(opacity=35);
  cursor: pointer;
  float: left;
  font-size: 12px;
  line-height: 16px;
}
.footer .main .bot .share a.bds_tqq {
  background-position: 0 -38px;
}
.footer .main .bot .share a.bds_qzone {
  background-position: 0 -76px;
}
.footer .main .bot .share a.bds_weixin {
  background-position: 0 -114px;
}
.footer .main .bot .share a:hover {
  filter:alpha(opacity=100);
  opacity: 1;
}
.footer .nav_liuyan{
  display: inline-block;
  width: 122px;
  height: 56px;
  padding: 15px 0 5px;
  border: 1px solid #cfced0;
  margin: 54px 0 41px;
  line-height: 24px;
  text-align: center;
  color: #666;
  margin: 144px 0 0 0;
  transition: all 0.5s;
}
.footer .nav_liuyan:hover{
  border: 1px solid #00A0E8;
}
.footer .nav_liuyan .sign-in{
  display: inline-block;
  width: 122px;
  height: 32px;
  margin: 0 auto;
}
.friendship-link{
  position: relative;
  padding-bottom: 23px;
}
.friendship-link p{
  position: absolute;
  left: 0;
}
.friendship-link .ul{
  padding-left: 55px;
}
.friendship-link a{
  color: #626262;
  margin: 0 10px;
}
.friendship-link a:hover{
  color: #00A0E8;
}
#down_list ul {
  width: 650px;
  height: 230px;
  padding: 9px;
}
#down_list ul li {
  width: 650px;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
 *height: 22px;
 *line-height: 22px;
  padding-right: 10px;
}
#down_list .one {
  background: #F0F0F0;
}
#down_list ul li span {
  float: left;
}
#down_list ul li strong {
  float: right;
  font-weight: normal;
}
