/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.ma{margin: 0 auto;width:1200px}
i,em,b,strong{font-style: normal}

/* 头部开始 */
/* 头部结束 */
/* banner1开始 */
.banner{
    position: relative;
}
.bannerbg1{
    width: 100%;
    height: 230px;
    background: #ffffff
}
.bannerbg1 .bannertop {
    padding-top: 40px;
}
.bannertop span{
    font-size: 32px;
    color: #333333;
    
}
.bannerbg1 .bannertop em{
    display: inline-block;
    height: 40px;
    width: 104px;
    line-height: 40px;
    padding-left: 40px;
    border-radius: 25px;
    background:url(go.png) 20px center no-repeat #F4F6F8;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
.bannerbg1 .bannertop p{
    font-size: 17px;
    columns: #333333;;
    margin-top: 15px;
    opacity: 0.9;
}
.bannerbg1 .bannerbottom{
    padding-top: 40px;
    width: 550px;
}
.bannerbg1 .bannerbottom li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F8;
    border-radius: 25px;
    cursor: pointer;
}
.bannerbg1 .bannerbottom li:hover{
    background: #426ECB
}
.bannerbg1 .bannerbottom li:hover a{
    color:#ffffff;
}
.bannerbg1 .bannerbottom li:not(:first-child){
    margin-left: 15px;
}
.bannerbg1 .bannerbottom li a{
    font-size: 17px;
    color: #333333;
}
.bannerbg1 .code{
    position: absolute;
    right: 0;
    bottom: 0
}
/* banner1结束 */
/* banner2开始 */
.bannerbg2{
    width: 100%;
    height: 70px;
    background: #ffffff;
    top: 0;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(153,153,153,0.10);
}

.bannerbg2 .bannerleft{
    height: 70px;
    line-height: 70px
}
.bannerbg2 .bannerleft span{
    display: inline-block;
    width: 1000px;
    font-size: 18px;
    color: #333333;
    font-weight: 900;
    line-height: 20px;
    vertical-align: middle
}
.bannerbg2 .bannerleft p{
    display: inline-block;
    height: 40px;
    width: 104px;
    line-height: 40px;
    padding-left: 47px;
    border-radius: 25px;
    background:url(go.png) 20px center no-repeat #F4F6F8;
    color: #333333;
    font-size: 15px;
    opacity: 0.9;
    margin: 8px 0 0 55px;
}
.bannerbg2 .bannerright{
    padding-top: 15px
}
.bannerbg2 .bannerright ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F8;
    border-radius: 25px;
    cursor: pointer;
}
.bannerbg2 .bannerright ul li a{
    font-size: 17px;
    color: #333333;
    opacity: 0.9;
}
.bannerbg2 .bannerright li:not(:first-child){
    margin-left: 15px;
}
.bannerbg2 .bannerright li:hover{
    background: #1F59D8
}
.bannerbg2 .bannerright li:hover a{
    color:#ffffff;
}
.save{
    position: absolute;
    bottom: 0;
    right: 150px;
}
.save span:first-child{
    padding-left: 25px;
    background: url(save.png) left center no-repeat;
    color: #333333;
}
.save div{
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #666666;
    margin-left:15px;
    vertical-align: middle
    
}
.save span:last-child{
    padding-left: 25px;
    background: url(down.png) left center no-repeat;
    color: #333333;
    margin-left: 15px
}
/* banner2结束 */
/* section开始 */
.sectionbg{
    background: #F5F6F8;
    padding: 22px 0 40px 0
}
.section_left{
    width: 1080px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(153,153,153,0.10);
    padding: 20px 20px;
}
.section{
    position: relative;
}
/* 栏目左开始 */
.colum{
   margin-right: 20px
}

.colum.fix{
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 97px
}
.colum li{
    font-size: 15px;
    color: #666666;
    padding: 8px 0;
    text-align: right;
    cursor: pointer;
}

.colum li.active {
    font-size: 21px;
    color: #426ECB;
    font-weight: bold
}
/* 栏目左结束 */
/* 基本信息开始 */
.section1_top{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px
}
.section1 span{
    font-size: 25px;
    color: #333333;
    font-weight: bold;
}
.section1 table{
    margin-top: 20px;
    width: 100%
}
.section1 table td{
    border: 1px solid #E8E9EC;
    padding:10px 15px;
    font-size: 15px;
    color: #666666;
    word-wrap: break-word; word-break: break-all
}


.section1 .tables1-1 tr td:nth-child(1),.section1 .tables1-1 tr td:nth-child(3){
    background: #F5F6F8;
}
.section1 table tr td:nth-child(2),.section1 table tr td:nth-child(4){
    width: 370px;
    height: 46px;
    
}

.section1 table:last-child tr td:nth-child(2),.section1 table:last-child tr td:nth-child(4){
    width: 330px;
    height: 46px;
    
}

.table1 td{
    border: 1px solid #E8E9EC;
    padding: 0 15px;
    font-size: 15px;
    color: #666666;
}
.table1 tr td:first-child{
    width: 15%;
    height: 46px;
    background: #F5F6F8;
}
.table1 tr:nth-child(2) td:nth-child(2) a{
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(go.png) center center no-repeat
}
/* 基本信息结束 */

.open1{
    width: 100%;
    height: 40px;
    text-align: center;
    padding-right: 60px;
    line-height: 40px;
    margin-top: 20px;
    background: url(open.png) 430px center no-repeat #F5F6F8;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
}
.close1{
    width: 100%;
    height: 40px;
    text-align: center;
    padding-right: 60px;
    line-height: 40px;
    margin-top: 20px;
    background: url(close.png) 430px center no-repeat #F5F6F8;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
}
/* 常规信息结束 */
/* 办理流程开始 */
.section7{
    padding-top: 25px
}
.section7_top{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px
}
.section7_top span{
    font-size: 25px;
    color: #333333;
    font-weight: bold;
}
.section7 tr{
    width: 100%
}
.section7 table{
    margin-top: 20px;
    height: 272px;
    width: 100%
}
.section7 td{
    border: 1px solid #E8E9EC;
    font-size: 15px;
    color: #666666;
    padding: 12px 15px;
}
.section7 tr:first-child{
    background: #F5F6F8;
    font-size: 15px;
    color: #666666;
    font-weight: bold
}
.section7 tr:not(:first-child) td:first-child{
    color: #426ECB
}
.section7 tr td:first-child{
    width: 80px;
    text-align: center
}
.section7 tr td:nth-child(2){
    width: 80px;
    text-align: center
}
.section7 tr td:nth-child(3){
    width: 80px;
    text-align: center
}
.section7 tr:nth-child(2) td:last-child{
    height: 242px;
}
.section7 tr td:nth-child(4){
    width: 500px;
    padding-right: 9px;
}
/* 办理流程结束 */
.section9{
    padding-top: 25px
}
.section9_top{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px
}
.section9_top span{
    font-size: 25px;
    color: #333333;
    font-weight: bold;
}
.section9 td{
    border: 1px solid #E8E9EC;
    padding: 12px 15px;
    font-size: 15px;
    color: #666666;
}
.section9 table{
    width: 100%;
    margin-top: 20px;
}
.section9 tr:first-child{
    background: #F5F6F8;
    font-size: 15px;
    color: #666666;
    font-weight: bold
}
.section9 tr:not(:first-child) td:first-child{
    background: #F5F6F8
}
.section9 tr td:nth-child(1){
    width: 30px;
}
.section9 tr td:nth-child(2){
    width: 323px;
}
.section9 tr td:nth-child(3){
    width: 160px;
}
.section9 tr td:nth-child(4){
    width: 160px;
}
.section9 tr td:nth-child(5){
    width: 160px;
}
.section9 tr td:nth-child(5) a{
    color: #426ECB;
    text-decoration: underline
}
/* 设立依据结束 */
/* 常见问题开始 */
.section11{
    padding-top: 25px
}
.section11_top{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px
}
.section11_top span{
    font-size: 25px;
    color: #333333;
    font-weight: bold;
}
.section11 table{
    width: 100%;
    margin-top: 30px
}
.section11 tr td:first-child{
    background: #F5F6F8;
    width: 40px
}
.section11 td{
    border: 1px solid #E8E9EC;
    padding: 12px 15px;
    font-size: 15px;
    color: #666666;
}
.section11 td span{
    font-size: 17px;
    color: #333333;
    font-weight: bold
}
.section11 td p{
    padding-top: 10px
}
/* 常见问题结束 */


 /* 滚动条样式 */
 .scrollbar{
     width: 100%;
     height: 100%;
	position: relative;
	overflow: hidden;
}
.content{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
    left: 0px;
    padding-right: 13px;
}
.scroll{
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0px;
    right: 0px;
    background: #F0F2F5;
    border-radius: 3.5px;
}
.bar{
	width: 100%;
	height: 52px;
	position: relative;
	background: url(scroll.png) no-repeat;
	display: none;
}
.Container{
    position: relative;
    width: 100%;
    height: 100%;

  }
  #Scroller-1 { 
    position: absolute; 
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .Scroller-Container {
    position: absolute;
    top: 0px; left: 0px;
  }
  #Scrollbar-Container{
      position: relative;
  }
  .Scrollbar-Track {
    width: 10px; height: 100px;
    position: absolute;
    right: -10px; top: -95px;
    background-color: #EEE;
  }
  .Scrollbar-Handle {
    position: absolute;
    top: 0px; left: 0px;
    width: 10px; height: 30px;
    background-color: #CCC;
    background: url(scroll.png) no-repeat;
  }
/* 遮罩 */
.zhezhao{
    height: 100%;
    width: 100%;
    opacity: 0.55;
    background: #000000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.smallbox{
    width: 1000px;
    height: 540px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    z-index: 10000;
}
.smallbox .box1{
    width: 100%;
    height: 60px;
    background: #F4F4F4;
    padding: 13px 20px 13px 30px; 
}
.smallbox .box1 em{
    display: inline-block;
    background: url(X.png) right center no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.smallbox .box1 span{
    font-size: 25px;
    color: #333333;
    font-weight: bold;
}
.smallbox .box2{
    padding: 20px 30px;
   
}
.smallbox .box2 .search{
    border-bottom: 1px solid #E8E8E8 ;
    padding-bottom: 20px;
}
.smallbox .box2 .text{
    width: 210px;
    height: 30px;
    border: 1px solid #D8D8D8;
    padding-left: 13px;
    font-size: 14px;
    color: #CCCCCC;
    border-radius: 2px;
}
.smallbox .box2  .submit{
    width: 74px;
    height: 30px;
    border: none;
    background: #297DEE;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 5px;
}
.inputbottom{
    padding-top: 15px;
}
.inputbottom .radio{
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -4px;
}
.inputbottom .radio:not(:first-child){
    margin-left: 20px;
    font-size: 14px;
color: #666666;
}
.inputbottom span{
    display: inline-block;
    padding-left: 8px;
}
.chengbao1{
    padding: 20px 0;
}
.chengbao1 span{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.chengbao1 li{
    float: left;
    font-size: 14px;
    color: #666666;
    padding: 5px 17px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    margin: 15px 0 0 15px;
    cursor: pointer;
}

.chengbao1 li.ll{
    margin-left: 0;
}
.chengbao1 li.active{
    border: 1px solid #297DEE;
    background:url(check.png) right bottom no-repeat;
}
.chengbao2{
    padding: 20px 0;
}
.chengbao2 span{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.chengbao2 li{
    float: left;
    font-size: 14px;
    color: #666666;
    padding: 5px 17px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    margin: 15px 0 0 15px;
    cursor: pointer;
}

.chengbao2 li.ll{
    margin-left: 0;
}
.chengbao2 li.active{
    border: 1px solid #297DEE;
    background:url(check.png) right bottom no-repeat;
}
.smallbox i{
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #297DEE;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
/* 滚动条样式 */
.scrollbar{
    width: 100%;
    height: 100%;
   position: relative;
   overflow: hidden;
}
.content{
   width: 100%;
   height: auto;
   position: absolute;
   top: 0px;
   left: 0px;
   padding-right: 13px;
}
.scroll{
   width: 8px;
   height: 100%;
   position: absolute;
   top: 0px;
   right: 0px;
   background: #F0F2F5;
   border-radius: 3.5px;
}
.bar{
   width: 100%;
   height: 52px;
   position: relative;
   background: url(scroll.png) no-repeat;
   display: none;
}
.bigtc9{
    position: fixed;
    background: #333333;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.smltc9{
    width: 600px;
    height: 440px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    z-index: 100;
    padding: 20px
}
.smltc9_top{
    border-bottom: 1px solid #E8E8E8 ;
    padding-bottom: 10px;
}
.smltc9_top span{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.smltc9_top em{
    display: inline-block;
    background: url(X.png) right center no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    float: right;
}
.smltc9_bottom{
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-indent: 30px;
    height: 350px;
    overflow-y:auto 
}


.section7_topright a{
    display: inline-block;
    width: 142px;
    height: 28px;
    border-radius: 4px;
    margin-left: 4px;
    font-size: 14px;
    line-height: 28px;
    padding-left: 35px
}
.section7_topright a:first-child{
    background:#ecf0f9 url(section7_icon1.png) 10px center no-repeat;
    color: #426ECB;
}
.section7_topright a:nth-child(2){
    background:#fef4ee url(section7_icon2.png) 10px center no-repeat;
    color: #F38852;
}
.section7 tr td:nth-child(4) div{
    height: 200px;
    overflow-y: auto;
}
.zhezhao4 .smallbox .bottom table tr td:last-child {
    width: 15%;
}
.zhezhao2 .smallbox .bottom table tr td:last-child {
    width: 15%;
}
/* 遮罩 */
.tanchubg{
    opacity: 0.55;
    background: #000000;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tanchu{
    height: 220px;
    width: 400px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    z-index: 1000;
}
.tanchu .top{
    width: 400px;
    height: 160px;
    padding: 15px 15px;
    border-bottom: 1px solid #D8D8D8
}
.tanchu .top em{
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: url(close_icon.png) center center no-repeat
}
.tanchu .top span{
    font-size: 20px;
    color: #2B2F32;
    width: 400px;
    text-align: center;
    font-weight: bold;
    text-align: center;
}
.tanchu .top p{
    width: 400px;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
}
.tanchu .bottom{
    height: 60px;
    width: 100%;
    font-size: 18px;
    color: #448AF0;
    line-height: 60px;
}
.tanchu .bottom div{
    width: 1px;
    height: 42px;
    background: #D8D8D8;
    margin-top: 9px
}
.tanchu .bottom i{
    display: inline-block;
    float: left;
    width: 199px;
    text-align: center;
    cursor: pointer;
}
.zhezhao4 .smallbox .bottom table tr td:last-child {
    width: 15%;
}
.zhezhao2 .smallbox .bottom table tr td:last-child {
    width: 15%;
}