﻿/*
-----------------
Site:服务中心样式
-----------------
*/
.service_wp{
    background:url(../images/Service/Service_wpbg.jpg) repeat-x;
}
.service_home{
    padding: 5px 0 15px;
}
.service_home a, .service_home a:hover{
    color: #209583;
    text-decoration: none
}
.service_home a:hover{
    text-decoration: underline;
}
.helpbg{   
    background:url(../images/Service/helpbg.png) repeat-y center; 
    border-top: 1px solid #e1e1e1;
    position:relative;
}
.clearfix{
    clear: both;
}
.sidebar{
    float: left;
    width: 240px;
}
.content{
    float: left;
    width: 736px;
    min-height:660px;
    height: 660px;
    height: auto !important;
}
.helpbg .sidebar{
    margin-left: 1px;
    width: 239px;
}
.helpbg .content{
    float: left;
    width: 736px;
}
.side-head{
    padding: 30px 0 25px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    color: #666;
}
.side-head .icon_problem{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url(../images/Service/icon_problem.png) no-repeat center;
}
.side-item div, .side-item ul{
    display: none;
}
.side-item a{
    display: block;
}
.side-item a, .side-item a:hover{
    text-decoration: none;
}
.side-item h4 a{
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #209583;
}
.side-item h4.current a{
    background: #209583;
    color: #fff;
}
.side-item p a{
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;    
}
.side-item p a em{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url(../images/Service/li-add.png) no-repeat center;
}
.side-item p.current em{
    background: url(../images/Service/li-less.png) no-repeat center;
}
.side-item .ul_sm{
    background: #e5e5e5;
    padding: 10px 10px 10px 0;
}
.side-item .ul_sm a{
    display:block;
    padding-left: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
}
.side-item .ul_sm a:hover, .side-item .ul_sm a.current, .expertTeam_list h4 strong, .expertTeam_details h4 strong{
    color: #209583;
}
.content_head{ 
    height: 50px;
    margin: 20px 15px 0 30px;
    border-bottom: #eee 1px solid;
    font-size: 14px;
}
.content_head .down-btn{
    float:left;
    line-height: 30px;
    color: #209583;
}
.content_head .searchbd{
    float: right;
    height: 28px;
    border: #ccc 1px solid;
}
.content_head .searchbd:hover{
    border: #209583 1px solid;
}
.content_head .searchbd input{
    border: none;
    width: 200px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin:0;
    vertical-align: middle;
} 
.content_head .searchbd input:focus{
    outline: none;
    border: none; 
}
.content_head .searchbd a{
    display:inline-block;
    *zoom:1;
    *display:inline;
    vertical-align:top;
    padding:0 15px;
    *margin-right: -5px;
    background:#209583;
    line-height:28px;
    color:#fff;
    text-decoration:none;
} 
.content_list{
    padding: 10px 15px 30px 30px;
}
.content_help_item .hd{
    position: relative;
}
.content_help_item .hd h1,
.content_help_item .hd h2{
    padding-top: 20px;
    font-size: 18px;
}
.content_help_item .bd{
    padding: 10px 0 0;
}
.content_help_item .bd .question_box li{
    margin-bottom: 3px
}
.content_help_item .bd .question_box .tit{
    position: relative;
    height: 26px;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    cursor: pointer
}
.content_help_item .bd .question_box .tit .i{
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    background: #f60;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.content_help_item .bd .question_box .tit h2{
    margin-left: 25px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
}
.content_help_item .bd .question_box .tit .look-btn{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 22px;
    height: 26px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../images/Service/icon_video.png) no-repeat center;
}
.content_help_item .bd .question_box .tit .tog{
    position: absolute;
    right: 0; 
    top: 25px; 
    display: inline-block; 
    width: 9px; 
    height: 5px; 
    background: url(../images/Service/i.png) no-repeat 0 0; 
    overflow: hidden;
}
.content_help_item .bd .question_box .titon{
    position: relative;
    height: 26px;
    padding: 15px 0;
    cursor: pointer
}
.content_help_item .bd .question_box .titon .i{ 
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 18px;
    background: #f60;
    font-weight: 700; 
    color: #fff;    
}
.content_help_item .bd .question_box .titon h2{
    margin-left: 25px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
}
.content_help_item .bd .question_box .titon .tog{
    position: absolute;
    right: 0;
    top: 25px;
    display: block;
    width: 9px;
    height: 5px; 
    background: url(../images/Service/i.png) no-repeat 0 -10px;
}
.content_help_item .bd .question_box .cont{ 
    display: none;
    padding: 15px 10px 15px 0;
    border-bottom: 1px dashed #eee;
    line-height: 24px;
    font-size: 14px;
    color: #808080;
}
.content_help_item .bd .question_box .cont img{
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%!important;
}
#AdLayer{
    position: absolute; 
    z-index: 100; 
    right: 6px; 
    bottom: 40px; 
    width: 30px; 
    height: 10px;
}
.sidebar_nav{
    border-top: 1px solid #e1e1e1;
    width: 200px;
    margin-top: 10px;
}
.sidebar_nav li{
    border-bottom: 1px solid #e1e1e1;
}
.sidebar_nav a{
    display: block;
    line-height: 28px;
    padding: 16px 0 16px 70px;
    text-decoration: none;
    font-size: 18px;
    color: #666;
}
.sidebar_nav .current{
    border-right: 4px solid #209583;
    color: #209583;
}
.sidebar_nav .icon{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    vertical-align: top;
    background:url(../images/Service/sidebar_navbg.png) no-repeat;
}
.sidebar_nav .icon-aoutUs{
    background-position: 0 0;
}
.sidebar_nav .current .icon-aoutUs{
    background-position: 0 -28px;
}
.sidebar_nav .icon-contactUs{
    background-position: -28px 0;
}
.sidebar_nav .current .icon-contactUs{
    background-position: -28px -28px;
}
.sidebar_nav .icon-supportUnits{
    background-position: -56px 0;
}
.sidebar_nav .current .icon-supportUnits{
    background-position: -56px -28px;
}
.sidebar_nav .icon-expertTeam{
    background-position: -84px 0;
}
.sidebar_nav .current .icon-expertTeam{
    background-position: -84px -28px;
}
.sidebar_nav .icon-help{
    background-position: -112px 0
}
.sidebar_nav .current .icon-help{
    background-position: -112px -28px;
}
.sidebar_nav .icon-advice{
  background-position: -140px 0
}
.sidebar_nav .current .icon-advice{
  background-position: -140px -28px;
}
.service_head{
    background:url(../images/Service/service_headbg.jpg) repeat-x center;
    margin-bottom: 16px;
}
.service_head span{
    background: #fff;
    padding-right: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #209583
}
.aboutUs{ 
    font-family: '新宋体';
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 30px;
    overflow:hidden;
}
.aboutUs img{
    vertical-align: top;
    width: 100%;
}
.aboutUs .rtimg{ 
    float: right;
    width: auto;
    margin-left: 30px;
}
.aboutUs h4{
    font-weight: bold;
}
.aboutUs p{ 
    padding: 0 0px 20px; 
    text-indent: 2em;
}
.aboutUs  .btpic{
    margin-top: 24px;
    margin-bottom: 8px;
    padding-left: 24px;
    line-height: 18px;
    background: url(../images/Service/headpic_bg.png) no-repeat left center;font-family:"Microsoft YaHei","微软雅黑";
    font-size: 18px;
    font-weight: bold;
    color: #209583;
}
.contactUs{
    width: 390px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 16px;
}
.contactUs img{
    width: auto;
    margin: 15px auto 0;
}
.supportUnits{
    margin-left: -12px;
}
.supportUnits li{
    float: left;
    width: 33.3333333%;
    margin-top: 20px;
}
.supportUnits .imgbox{
    margin-left: 12px;
    border: 1px solid #ccc;
}
.supportUnits .imgbox img{
    vertical-align: top;
}
.expertTeam_list{
    margin-left: -18px;
    padding-bottom: 10px;
    overflow: hidden
}
.expertTeam_list li{
    float: left;
    width: 50%;
    margin-bottom: 18px;
}
.expertTeam_list a{
    display: block;
    border: 1px solid #ccc;
    padding: 6px 15px 6px 6px;
    margin-left: 18px;
    line-height: 100%;
    text-decoration: none;
    overflow: hidden;
}
.expertTeam_list img{
    float: left;
    width: 122px;
    height: 162px;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
}
.expertTeam_list h4{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.expertTeam_list p{
    margin-top: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}
.expertTeam_list h5{
    font-size: 12px;
    color: #ccc
}
.expertTeam_details{
    padding: 30px 0;
}
.expertTeam_details .imgbox{
    width: 148px;
    margin: 0 auto;
    border: #ccc 1px solid;
}
.expertTeam_details .imgbox img{
    vertical-align: top;
}
.expertTeam_details h4{
    font-size: 16px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
}
.expertTeam_details h4 strong{
    font-size: 18px;
    font-weight: normal;
}
.expertTeam_details .details-text{
    line-height: 44px;
    font-size: 16px;
}
.advice-top{
  line-height: 28px;
}
.advice-top p{
  padding-top: 10px;
}
.advice-form{
  padding-bottom: 80px;
}
.advice-form .form-group{
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 94px;
}
.advice-form label{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.advice-form label span{
  color: #f00;
}
.advice-form .input-block,
.advice-form textarea{
  display: block;
  width: 440px;
  height: 28px;
  padding: 5px;
  border: 1px solid #ccc;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.advice-form .input-block:hover,
.advice-form .input-block:focus,
.advice-form textarea:hover,
.advice-form textarea:focus{
  border-color: #209583;
  outline: none;
}
.advice-form textarea{
  height: 120px;
  line-height: 30px;
  resize: none;
}
.advice-form .span-ts{
  line-height: 40px;
  font-size: 12px;
  color: #666;
}
.advice-form .yzm{
  float: left;
  width: 158px;
  height: 38px;
  border: 1px solid #ccc;
  background: #E3DAED;
  margin-left: 10px;
  text-align: center;
  line-height: 38px;
}
.advice-form .select-sm{
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../images/Service/arrow.png) no-repeat right center;
  *background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 20px;
  padding: 9px 0;
  height: 20px/9;
  padding: 9px 0/9;
  margin-right: 16px;
  *border:1px solid #fff;
  *height: 30px;
  *padding: 0;
  overflow: hidden;
}
.advice-form .select-sm:hover,
.advice-form .select-sm:focus{
  outline: none;
  border-color: #209583;
}
.advice-form select,
.advice-form select:active,
.advice-form select:focus{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  background:transparent;
  border:none 0;
  outline: none 0;
  background: none;
  padding-left:5px;
  line-height: 18px;
  height:100%;
  *height: 30px;
  *line-height: 20px;
}
.advice-form .select-sm{
  width: 135px;
}
.advice-form .select-sm select{
  width: 128px;
}
.advice-form .btn-file{
  display: inline-bock;
  width: 110px;
  height: 38px;
  margin-right: 10px;
  line-height: 38px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.advice-form .btn-file:hover,
.advice-form .btn-file:focus{
  background: #209583;
  border-color: #209583;
  outline: none;
  color: #fff;
}
.advice-form .btn-submit,
.advice-form .btn-submit:hover,
.advice-form .btn-submit:focus{
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #209583;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  letter-spacing: 5px;
  font-size: 20px;
  color: #fff;
}