body{
	background: #f7f7f7;
}
.ind1{
	padding: 20px;
	background: #fff;
}
.ind1 h1{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ind1 h1 a{
	font-size: 26px;
	font-weight: bold;
	color: #0466c7;
}
.ind1 p{
	font-size: 16px;
	margin-top: 13px;
	text-align: center;
}

.box1{
    padding: 20px;
    background: #fff;
}

.box1-1-l{
    width: 596px;
    height: 391px;
    float: left;
}
.box1-1-r{
    width: 544px;
    float: right;
}
.bt-table{
    height: 34px;
    position: relative;
}
.bt-table:before{
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    height: 1px;
    background: #bababa;
    width: 100%;
    z-index: 1;
}
.bt-table a{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    margin-right: 36px;
    position: relative;
    z-index: 2;
}
.bt-table .active{
    color: #0466c7;
    padding-bottom: 6px;
    border-bottom: 3px solid #0466c7;
}
.box1-1-c1{
    padding-top: 12px;
    display: none;
}
.box1-1-c1 ul{
    position: relative;
}
.box1-1-c1 ul:before{
    content: "";
    width: 1px;
    height: 320px;
    position: absolute;
    background: #f1f1f1;
    left: 5px;
    top: 13px;
}
.box1-1-c1 li{
    padding-left: 20px;
    position: relative;
}

.box1-1-c1 li p{
    display: none;
}
.box1-1-c1 li h6{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.box1-1-c1 li:before{
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
    background: #fff;
}
.box1-1-c1 li:hover:before{
    border-color: #0466c7;
}
.box1-1-c1 li.active:before{
    border-color: #0466c7;
}
.box1-1-c1 li a{
    float: left;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box1-1-c1 li.active a{
    color: #0466c7;
}
.box1-1-c1 li a:hover{
    color: #0466c7;
}
.box1-1-c1 li span{
    float: right;
    font-size: 12px;
    color: #999;
}
.box1-1-c1 li p{
    padding:13px 15px;
    background: #f7f7f7;
    line-height: 24px;
    color: #999;
    font-size: 14px;
	text-indent: 2em;    
}

.box1-1-l .item img{
    height: 391px;
    width: 100%;
    display: block;
}
.box1-1-l .item span{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    line-height: 48px;
    color: #fff;
    padding: 0 15px;
}
.box1-1-l .item span i{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 74%;
}
.box1-1-l .owl-dots{
    position: absolute;
    bottom: 14px;
    right: 10px;
}
.box1-1-l .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
	margin: 0 4px;
	border-radius: 0;
}
.box1-1-l .owl-dots .owl-dot.active span, .box1-1-l .owl-dots .owl-dot:hover span{
    background: #1b7dde;
}
.bt-tables a{
	float: left;
	width: 130px;
	height: 36px;
	background: #ecedf1;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 8px;
}
.bt-tables a:last-child{
	margin-right: 0;
}
.bt-tables a.active{
	background: #0466c7;
	color: #fff;
}


.box2{
    margin-left: -8px;
    margin-right: -8px;
    height: 100px;
}
.box2-1{
    padding: 0 8px;
    float: left;
    width: 52.6%;
    height: 100%;
}
.box2-2{
    padding: 0 8px;
    float: left;
    width: 47.4%;
    height: 100%;
}
.box2-1-l{
    background: #fff;
    height: 100%;
}
.box2-1-t1{
    float: left;
    height: 100%;
    width: 130px;
}
.box2-1-t1 a{
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #1b7dde;
}
.box2-1-t1 a:last-child{
	margin-top: 8px;
}
.box2-1-t1 a.active{
	background: #0466c7;
}
.box2-1-list{
    float: left;
    width: calc(100% - 130px);
    padding: 16px 18px 0;
}
.box2-1-list li{
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    position: relative;
    padding-left: 20px;
}
.box2-1-list li:before{
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
    background: #fff;
}
.box2-1-list li a{
    float: left;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box2-1-list li span{
    float: right;
    font-size: 12px;
    color: #999;
}
.box2-1-list li:hover a{
    color: #0466c7;
}
.box2-1-list li:hover:before{
    border-color: #0466c7;
}
.box2-1-r{
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden;
}
.box2-1-1{
	display: none;
}
.box2-1-r li{
    width: 25%;
    padding: 0 8px;
    float: left;
}
.box2-1-r li a{
    height: 100px;
    display: block;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.box2-1-r li a img{
    margin: 13px auto 0;
    display: block;
	width: 59px;
	transition: all .2s;
}
.box2-1-r li a:hover span{
    color: #0466c7;
}
.box2-1-r li a:hover img{
	transform:scaleX(-1);
}



.box3{
    padding: 20px;
    background: #fff;
}
.box3-t-1{
    float: left;
    width: 607px;
}
.box3-t-2{
    float: right;
    width: 530px;
}
.box3-c1{
    /* padding-top: 12px; */
    display: none;
}
.box3-c1 li{
    /* height: 35px; */
    overflow: hidden;
    /* line-height: 35px; */
    position: relative;
    padding-left: 20px;
    margin-top: 12px;
    height: 22px;
    line-height: 22px;
}
.box3-c1 li:before{
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #fff;
}
.box3-c1 li a{
    float: left;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box3-c1 li span{
    float: right;
    font-size: 12px;
    color: #999;
}
.box3-c1 li:hover a{
    color: #0466c7;
}
.box3-c1 li:hover:before{
    border-color: #0466c7;
}
.box3-t-2 ul{
    margin-left: -10px;
    margin-right: -10px;
}

.box3-t-2 ul li{
    width: 33.3333%;
    padding: 0 10px;
    float: left;
    margin-top: 15px;
}
.box3-t-2 ul li a{
    height: 62px;
    background: #eef7ff;
    display: block;
    overflow: hidden;
}
.box3-t-2 ul li i{
    float: left;
    margin-left: 14px;
    margin-top: 17px;
    margin-right: 11px;
    font-size: 26px;
    color: #0466c7;
}
.box3-t-2 ul li span{
    float: left;
    width: 96px;
    line-height: 34px;
    margin-top: 15px;
    color: #4c4c4c;
}
.box3-t-2 ul li:nth-of-type(4) span{
    margin-top: 10px;
    line-height: 22px;
}
.box3-t-2 ul li a{
	background: #eef7ff;
}
.box3-t-2 ul li a:hover{
	background: #0466c7;
}
.box3-t-2 ul li:hover span{
    color: #fff;
}
.box3-t-2 ul li:hover i{
	color: #fff;
}


.zfwj-search{
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    line-height: 38px;
    height: 40px;
    margin-bottom: 6px;
}
.zfwj-search select{
    width: 169px;
    float: left;
    color: #0466c7;
    border: none;
    padding: 9px 0;
}
.zfwj-search .zj-text-input{
    width: calc(100% - 212px);
    border: none;
    border-left: 1px solid #dcdcdc;
    height: 38px;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    float: left;
}
.zfwj-search .zj-text-input::-webkit-input-placeholder{
    color: #999;
}
.zfwj-search i{
    float: right;
    width: 42px;
    height: 100%;
	border: none;
	background: #0466c7;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
}
.box4-1 .item img{
    display: block;
    width: 100%;
    height: 100px;
}
.index-part1{
    padding-bottom: 20px;
    box-shadow: inset 0px -4px 9px #e1e1e1;
}
.index-part2{
    background-color: #fff;
    padding: 20px 0;
}


.box5{
    overflow: hidden;
}
.box5-1{
    float: left;
    width: 629px;
    height: 502px;
    background: #f7f7f7;
    padding: 20px;
    overflow: hidden;
}
.box5-2{
    float: right;
    width: 551px;
    height: 502px;
    background: #f7f7f7;
    padding: 20px;
}
.box5-tits1{
    height: 26px;
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}
.box5-tits1 i{
    display: inline-block;
    width: 120px;
    font-weight: bold;
    color: #0466c7;
    font-size: 21px;
}
.box5-tits1:before,.box5-tits1:after{
    content: "";
    position: absolute;
    top: 15px;
    width: calc((100% - 120px)/2);
    border-bottom: 1px dashed #b7b7b8;
}
.box5-tits1:before{
    left: 0;
}
.box5-tits1:after{
    right: 0;
}
.box5-1-2{
    margin-top: 24px;
    height: 102px;
}
.box5-1-2 h1{
    width: 136px;
    height: 100%;
    background: url(../images/tyf38_03.jpg) no-repeat;
    line-height: 102px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    text-align: center;
    float: left;
}
.box5-1-2 ul{
    float: right;
    width: calc(100% - 156px);
    height: 100%;
    background-color: #fff;
}
.box5-1-2 ul li{
    width: 25%;
    float: left;
}
.box5-1-2 ul li a{
    display: block;
    text-align: center;
    height: 100%;
}
.box5-1-2 ul li img{
    margin-top: 20px;
    transition: all .2s;
}
.box5-1-2 ul li span{
    display: block;
    margin-top: 7px;
}
.box5-1-2 ul li:hover img{
    transform: scaleX(-1);
}
.box5-1-2 ul li:hover span{
    color: #0466c7;
}
.box5-1-c1{
    overflow: hidden;
}
.zwfw-ul1{
    margin: 0 -10px;
}
.zwfw-ul1 li{
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-top: 24px;
}
.zwfw-ul1 li a{
    display: block;
    height: 48px;
    border: 1px solid #eeeeee;
    line-height: 43px;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
}
.zwfw-ul1 li span{
    vertical-align: middle;
}
.zwfw-ul1 li i{
    font-size: 24px;
    vertical-align: middle;
    color: #d1d1d1;
}
.zwfw-ul1 li a:hover{
    color: #0466c7;
    border-color: #0466c7;
}
.zwfw-ul1 li a:hover i{
	color: #0466c7;
}

.box5-1-c1 .owl-dots{
    margin-top: 16px;
}
.box5-1-c1 .owl-dots .owl-dot span{
    width: 25px;
    height: 5px;
    background: #83b6ea;
    border: none;
    margin: 0 5px;
    border-radius: 3px;
}
.box5-1-c1 .owl-dots .owl-dot.active span, .index5-1-banner .owl-dots .owl-dot:hover span{
    background: #0466c7;
}
.box5-2-1{
    height: 100px;
    overflow: hidden;
    background: url(../images/tyf32_03.jpg) no-repeat center/100% 100%;
    position: relative;
    margin-bottom: 15px;
}
.box5-2-1 h1{
    width: 68px;
    height: 68px;
    border: 2px solid #ffffff;
    top: 16px;
    left: 23px;
    position: absolute;
    text-align: center;
}
.box5-2-1 h1 span{
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 44px;
    margin-top: 4px;
}
.box5-2-1 ul{
    overflow: hidden;
    margin-top: 15px;
    margin-left: 108px;
}
.box5-2-1 ul li{
    float: left;
    margin: 0 12px;
}
.box5-2-1 ul li a{
    display: block;
    text-align: center;
}
.box5-2-1 ul li i{
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    background: url(../images/xsf9_03.png) no-repeat;
}
.box5-2-1 ul li span{
    font-size: 14px;
    color: #fff;
}
.box5-2-1 ul li:nth-of-type(1) i{
    background-position: -7px -8px;
}
.box5-2-1 ul li:nth-of-type(1):hover i{
    background-position: -7px -60px;
}
.box5-2-1 ul li:nth-of-type(2) i{
    background-position: -60px -8px;
}
.box5-2-1 ul li:nth-of-type(2):hover i{
    background-position: -60px -60px;
}
.box5-2-1 ul li:nth-of-type(3) i{
    background-position: -113px -8px;
}
.box5-2-1 ul li:nth-of-type(3):hover i{
    background-position: -113px -60px;
}
.box5-2-1 ul li:nth-of-type(4) i{
    background-position: -166px -9px;
}
.box5-2-1 ul li:nth-of-type(4):hover i{
    background-position: -166px -60px;
}
.box5-2-2 table{
    width: 100%;
    margin-top: 14px;
    table-layout: fixed;
}
.box5-2-2 table thead tr{
    background: #ffffff;
}
.box5-2-2 table th{
    color: #666;
    padding: 11px 0;
    font-weight: normal;
}
.box5-2-2 table th:nth-of-type(1){
    text-align: left;
    text-indent: 14px;
}
.box5-2-2 table td{
    color: #999;
    text-align: center;
    padding: 8px 0;
}
.box5-2-2 table td a{
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 97%;
}
.box5-2-2 table td:nth-of-type(1){
    text-align: left;
    text-indent: 12px;
}
.box5-2-2 table td a:hover{
    color: #0466c7;
}
.dczj-ul{
    margin-top: 9px;
}
.dczj-ul li{
    float: left;
    width: 48.13%;
}
.dczj-ul li:last-child{
    float: right;
}
.dczj-ul li a{
    display: block;
    background: #0466c7;
    border-radius: 4px;
    line-height: 41px;
    text-align: center;
}
.dczj-ul li a span{
    color: #fff;
    padding-left: 41px;
    display: inline-block;
    background: url(../images/tyf39_03.png) no-repeat left center;
}
.dczj-ul li:last-child a span{
    background: url(../images/tyf39_06.png) no-repeat left 11px;
}
.dczj-ul li a:hover{
    box-shadow:0 0 8px #9cd1fd
}
.ztzl_con{
    height: 66px;
}

.ztzl_con .owl-nav div{
    position: absolute;
    width: 31px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
}
.ztzl_con .owl-nav div:hover{
    opacity: 0.6;
}
.ztzl_con .owl-nav .owl-prev{
    left: 0;
    background: url(../images/bmf50_03.png) no-repeat;
}
.ztzl_con .owl-nav .owl-next{
    right: 0;
    background: url(../images/bmf51_03.png) no-repeat;
}
.bt-table33 a{
    color: #494949;
}
.bt-table44 a{
    color: #494949;
    margin-right: 25px;
}
.box5-2-2 table tbody tr:nth-of-type(1) td{
    padding-top: 16px;
}
.box5-2-2{
    position: relative;
}
.szhot-phone{
    position: absolute;
    right: 0;
    color: #0466c7;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/tyf33_07.png) no-repeat left center;
    top: 1px;
}

.box5-2-2 table tbody tr td:nth-of-type(2),.box5-2-2 table tbody tr td:nth-of-type(3){
    font-size: 14px;
}
.box6 h1{
    float: left;
    width: 144px;
    height: 122px;
    text-align: center;
    line-height: 122px;
    font-size: 18px;
    font-weight: bold;
    background-color: #0466c7;
}
.box6 h1 a{
    display: block;
    height: 100%;
    color: #fff;
}
.box6 .ztzl_con{
    float: left;
    padding-left: 20px;
    width: calc(100% - 144px);
    height: 122px;
}
.ztzl_con .item img{
    display: block;
    width: 100%;
    height: 122px;
}
.ztzl_con .owl-nav{
    display: none;
}
.ztzl_con:hover .owl-nav{
    display: block;
}






/**************** ysqs-box ***************/
.ysqs-box{
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ysqs-t1{
    /* height: 61px; */
    /* line-height: 61px; */
    /* background: #edf4fa; */
    /* padding-left: 20px; */
    /* overflow: hidden; */
}
.ysqs-t1 span{
    float: left;
    color: #0662b0;
    font-weight: bold;
    font-size: 18px;
    padding-left: 54px;
    background:url(../images/ysqs2_03.png) no-repeat left center;
}
.ysqs-t1 img{
    /* float: right; */
}
.ysqs-t2{
    margin-top: 25px;
}
.ysqs-t2 h4{
    text-align: center;
}
.ysqs-t2 h4 a{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
    padding: 0 16px 18px;
    line-height: 28px;
    border-bottom:3px solid transparent;
    margin: 0 12px;
}
.ysqs-t2 h4 a.on{
    color: #0466c7;
    font-size: 21px;
    border-bottom-color: #0466c7;
}
.ysqs-t2 h4 a span{
    float: left;
    margin-right: 6px;
    background-image: url(../images/ysqs1_03.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 28px;
}
.ysqs-t2-c1{
    padding: 20px;
    background: #f4f4f4;
}
.ysqs-t2 h4 a .s1{
    background-position: -12px 0;
}
.ysqs-t2 h4 a.on .s1{
    background-position: -12px -31px;
}
.ysqs-t2 h4 a .s2{
    background-position: -60px 0;
}
.ysqs-t2 h4 a.on .s2{
    background-position: -60px -31px;
}
.ysqs-t2 h4 a .s3{
    background-position: -107px 0;
}
.ysqs-t2 h4 a.on .s3{
    background-position: -107px -31px;
}
.sqxz-1-ss1{
    line-height: 39px;
}
.sqxz-1-ss2{
    border:1px solid #20a0e4;
    line-height: 38px;
    height: 38px;
    padding-left: 12px;
    margin-top: 25px;
}
.sqxz-1-ss2 em{
    width: 126px;
    float: right;
    background: #c8e6ff;
    border-left: 1px solid #20a0e4;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.sqxz-1-ss2 em i{
    display: inline-block;
    padding-left: 30px;
    color: #005bac;
   /* background: url(../images/ysqs6_03.png) no-repeat left center;*/
}
.sllc-box1{
    line-height: 30px;
}
.onli-t1{
    text-align: center;
    border-top: 3px solid #1b7dde;
}
.onli-t1 span{
    display: inline-block;
    width: 200px;
    height: 44px;
    background: url(../images/tyf55_03.png) no-repeat;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.onli1-1{
    margin-top: 13px;
}
.onli1-1 ul{
    overflow: hidden;
}
.onli1-1 ul li{
    float: left;
    line-height: 46px;
    height: 46px;
}
.onli1-1 ul li.li2{
    margin-left: 52px;
}
.onli1-1 ul li input{
    padding: 11px 6px;
    border: 1px solid #d2d2d2;
    background: #fff;
    width: 380px;
    float: left;
    font-size: 16px;
}
.onli3-1 li .ipys1{
    width: 60%;
}
.onli3-1 li .ysbtny1{
    width: 80px;
    background-color: #1b7dde;
    color: #fff;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.onli1-1 ul li em{
    float: left;
}
.onli1-1 ul li span{
    width: 170px;
    height: 45px;
    background: #1b7dde;
    text-align: center;
    line-height: 45px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}
.onli1-1 ul li span:hover{
    background: #0466c7;
}
.onli1-1 ul li img{
    margin-left: 10px;
    float: left;
}
.onli1-1 ul li span i{
    color: #fff;
    display: inline-block;
    padding-left: 37px;
    background: url(../images/ysqs15_03.png) no-repeat left center;
}
.onli1-1 ul li.li2 input{
    width: 200px;
}
.onli2{
    margin-top: 23px;
}

.onli2-1{
    margin-top:16px;
}
.onli2-1 label{
    margin-right: 28px;
}
.onli2-2{
    margin-top: 23px;
}
.onli2-2 ul{
    margin-left: -20px;
    margin-right: -20px;
}
.onli2-2 ul li{
    width: 50%;
    padding: 0 20px;
    float: left;
    margin-bottom: 18px;
    height: 45px;
}
.onli2-2 ul li span{
    float: left;
    width: 179px;
    text-align: right;
    line-height: 45px;
}
.onli2-2 ul li span i{
    color: #ff0000;
}
.onli2-2 ul li input{
    width: 66%;
    border: 1px solid #d2d2d2;
    padding: 13px 6px;
    font-size: 16px;
}
.onli2-2 ul li select{
    width: 66%;
    border: 1px solid #d2d2d2;
    padding: 13px 6px;
    font-size: 16px;
}
.onli3{
    margin-top: 11px;
}

.onli3-1 li{
    margin-top: 18px;
    overflow: hidden;
}
.onli3-1 li span{
    float: left;
}
.onli3-1 li span.s1{
    width: 179px;
    text-align: right;
    margin-top: 10px;
}
.onli3-1 li span i{
    color: #ff0000;
}
.onli3-1 li span strong{
    display: block;
}
.onli3-1 li label{
    float: left;
    margin-left: 16px;
    margin-top: 1px;
}
.onli3-1 li label input{
    margin-right: 8px;
}
.onli3-1 li>input{
    width: 92%;
    float: left;
    padding: 13px 6px;
    border: 1px solid #dcdcdc;
}
.onli3-1 li textarea{
    width: 84%;
    float: left;
    padding: 13px 6px;
    border: 1px solid #dcdcdc;
}
.onli4{
    margin-top: 26px;
    border: 1px solid #d2d2d2;
    background: #fff;
}
.onli4-1-t{
    text-align: center;
}
.onli4-1-c1{
    padding: 10px;
    overflow: hidden;
}
.onli4-1-c1 li{
    float: left;
    width: 25%;
    margin: 4px 0;
}
.onli4-1-c1 li input{
    margin-right: 14px;
}
.onli-tj{
    margin-top: 24px;
    text-align: center;
}
.onli-tj a{
    display: inline-block;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: #ccc;
    margin: 0 8px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.onli-tj a.a2{
    background: #1b7dde;
    color: #fff;
}
.onli4-1-t span{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #1b7dde;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

/* xinxigongk-index */
.leader .avatar{padding-bottom: 14px;border-bottom: #d2d2d2 dashed 1px;}
.leader .avatar .img{width: 120px;height: 160px;/* border: #e5e5e5 solid 1px; */padding: 5px;box-shadow: 0 0 5px #ccc;}
.leader .avatar .img img{ width: 100%; height: 100%;}
.leader .avatar .info{margin-left: 25px;width: 148px;}
.leader .avatar .info h3{margin-top: 5px; color: #037edb; font-size: 18px; font-weight: bold;}
.leader .avatar .info h3 span{ font-weight: normal; margin-left: 10px;}
.leader .avatar .info p{margin-top: 16px;font-size: 16px;color: #999;line-height: 26px;}

.leader .county{margin-top: 14px;}
.leader .county h3{color: #037edb;font-size: 18px;font-weight: bold;}
.leader .county .name a{padding: 4px 0;display: inline-block; *display: inline;color: #333;width: 25%;overflow:hidden;text-align:left;float: left;/* margin-right: 6px; */}
.leader .county .name a:hover{ color: #037edb;}
.leader .organ{margin-top: 10px;display: block;font-size: 18px;color: #037edb;font-weight: bold;text-align: center;height: 60px;line-height: 60px;background: url(../images/tyf66_03.png) no-repeat;}
.leader .organ i{display: inline-block;  *display: inline;background: url(../images/tyf62_03.png) no-repeat left center;color: #fff;padding-left: 42px;font-weight: bold;}
.leader .county .name{overflow:hidden;margin-top: 4px;}
.leader .avatar .info h3 a{
    color: #0466c7;
}
.infor-index{
    margin-top: 20px;
    margin-bottom: 20px;
}
.infor-l{
    float: left;
    width: 360px;
}
.infor-r{
    width: 820px;
    float: right;
    /*background-color: #fff;*/
}
.infr-1{
	
height: 384px;
}
.inpad{
    padding: 20px;
    background-color: #fff;
}
.info p span{
    display: block;
    color: #333;
    margin-bottom: 5px;
}
.gybox{
    padding: 16px 0;
    border-bottom: 1px dashed #d2d2d2;
}
.gybox h1 a{
    font-size: 18px;
    font-weight: bold;
    color: #1b7dde;
}
.gybox p{
    line-height: 28px;
    color: #666;
    margin-top: 5px;
}
.gybox p a{
    color: #2983df;
}
.gybox h6{
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}
.xinfo-ul{
    padding: 6px 0;
}
.xinfo-ul li{
    height: 20px;
    line-height: 22px;
    margin-top: 16px;
}
.xinfo-ul li a{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    padding-left: 25px;
    position: relative;
}
.xinfo-ul li span{
    float: right;
    font-size: 14px;
    color: #999;
}
.xinfo-ul li a:before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/tyf70_03.png) no-repeat;
}
.xinfo-ul li:hover a{
    color: #0466c7;
}
.xinfo-ul li:hover a:before{
    background:url(../images/tyf71_03.png) no-repeat;
}
.infl2 ul{
    margin: 0 -10px;
    padding-top: 6px;
}
.infl2 ul li{
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
}
.infl2 ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
}
.infl2 ul li a:hover{
    background: #0466c7;
    color: #fff;
}
.infr-2{
    height: 305px;
}

.box5-1-2 h1 a{color:#fff;}
.box5-2-1 h1 a{color:#fff;}


/*ysq*/
.main{ margin: 0 auto; width: 1200px;}
.yy_con{ background: #fff;}

.ysq-content{
	padding: 20px;
}
.ysq-title{
	height: 39px;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.ysq-title h2{
	float: left;
	position: absolute;
    left: 0;
    bottom: -2px;
}
.ysq-title h2 span{
	float: left;
	padding-right: 39px;
	background: url(../images/onlf2_03.png) no-repeat right 0;
	font-size: 21px;
	padding-bottom: 6px;
	border-bottom:3px solid #0281df;
	height: 38px;
	font-weight: bold;
	
}
.ysq-title h2 em{
	float: left;
	color: #e00a02;
	font-size: 14px;
	margin-left: 13px;
	margin-top:10px;
}
.ysq-title i{
	float: right;
	width: 150px;
	height: 30px;
	background: url(../images/onlf3_03.png) no-repeat 16px center #359ae5;
	border-radius: 4px;
	text-indent: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}
.ysq-totbcx{
	border-bottom: 0;
}
.ysq-cx2 table td:nth-of-type(1){
	text-align: left;
}
.ysq-cx3{
	padding: 20px;
	overflow: hidden;
	line-height: 38px;
}
.ysq-cx3 span{
	float: left;
}
.ysq-cx3 input{
	float: left;
	width: 248px;
	height: 38px;
	border: 1px solid #dddddd;
	margin-left: 4px;
	text-indent: 8px;
	margin-right: 10px;
}
.ysq-cx3 .cxyzm{
	float: left;
	/*margin-top: 5px;*/
}
.ysq-cx3 i{
	float: left;
    margin-left: 10px;
    width: 120px;
    height: 38px;
    background: #359ae5;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.ysq-cx2 table{
	width: 100%;
}
.ysq-cx2 table thead tr{
	background: #f2f2f2;
}
.ysq-cx2 table th{
	padding: 15px 20px;
}
.ysq-cx2 table td{
	padding: 15px 20px;
	text-align: center;
}
.ysq-cx2 table tbody tr{
	border-bottom: 1px solid #f2f2f2;
}
.ysq-totbcx{
	border-bottom: 0;
}
.ysq-cx2 table td:nth-of-type(1){
	text-align: left;
}
.htfy1 {text-align:center;}

.place{padding: 15px 20px;background: #ffffff;font-size: 16px;color: #666;}
.place a{color: #666;}
.place span{margin: 0 5px;}
.place em{color: #0173c7;}



.ysq-totb1{border:0}
.ysq-totb{
	margin-top: 20px;
	border: 1px solid #f2f2f2;
}
.totb1-h1{
	height:60px;
	background:#f2f2f2;
	line-height:60px;
	text-align:center;
	font-size: 21px;
	font-weight: bold;
}
.totb1-f1{
	height: 60px;
	line-height: 60px;
	color: #666;
	padding-left: 34px;
}
.totb1-f1 label{
	margin-left: 20px;
	cursor: pointer;
}
.totb1-f1 label input{
	margin-right: 6px;
}
.totb1-f2 li{
	width: 50%;
	border-top: 1px solid #f2f2f2;
	height: 60px;
	border-right: 1px solid #f2f2f2;
	float: left;
}
.totb1-f2 li:nth-of-type(even){
	border-right: 0;
}
.totb1-f2 li .totf2-1{
	float: left;
	width: 198px;
	border-right: 1px solid #f2f2f2;
	line-height: 60px;
}
.totb1-f2 li .totf2-1 span{
	display: block;
    width: 135px;
    margin: 0 auto;
    text-align: right;
}
.totb1-f2 li .totf2-1 span i{
	color: #ff0000;
	margin-right: 10px;
}
.totb1-f2 li .totf2-2{
	float: left;
	width: calc(100% - 198px);
	padding: 10px 9px;
}
.totb1-f2 li .totf2-2 input{
	border: 1px solid #dddddd;
	height: 40px;
	text-indent: 12px;
	width: 100%;
	border-radius:4px;
	font-size: 16px;
}
.totb1-f3 li{
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	height: 98px;
}
.totb1-f3 li .totf3-1{
	float: left;
	width: 198px;
	border-right: 1px solid #f2f2f2;
	padding-top: 30px;
	height: 100%;
}
.totb1-f3 li .totf3-2{
	float: left;
	width: calc(100% - 198px);
	padding: 10px 9px;
}
.totb1-f3 li .totf3-2 textarea{
	border: 1px solid #dddddd;
	height: 80px;
	padding: 12px;
	width: 100%;
	border-radius:4px;
	font-size: 16px;
}
.totb1-f3 li .totf3-1 i{
	color: #ff0000;
	margin-right: 12px;
}
.totb1-f3 li .totf3-1 u{
	text-decoration: none;
	display: block;
	text-align: center;
}
.totb1-f3 li .totf3-1 em{
	font-size: 14px;
	color: #ff0000;
	display: block;
	text-align: center;
}
.totb1-f4 li{
	border-bottom: 1px solid #f2f2f2;
	height: 60px;
	padding-top: 19px;
	padding-bottom: 19px;
}
.totb1-f4 li span{
	display: inline-block;
	margin-left: 17px;
	margin-right: 22px;
	width: 260px;
	text-align: right;
}
.totb1-f4 li label{
	margin-right: 20px;
	cursor: pointer;
	color: #666;
}
.totb1-f4 li label input{
	margin-right: 6px;
}
.totb1-f5 h6{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px;
}
.totb1-f5 ul{
	padding: 5px 30px 20px;
}
.totb1-f5 li{
	width: 25%;
	float: left;
	margin-top: 17px;
}
.totb1-f5 li label{
	color: #666;
}
.totb1-f6 li{
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
	height: 60px;
}
.totb1-f6 li h3{
	float: left;
	width: 198px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 8px 24px 0;
	border-right: 1px solid #f2f2f2;
	height: 100%;
}
.totb1-f6 li .f6-sc1{
	float: left;
    width: calc(100% - 198px);
    padding: 10px 9px;
}
.mbj-c1 table{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.mbj-c1 table td{
	padding: 19px 0;
}
.mbj-c1 table td:nth-of-type(odd){
	text-align: center;
}
.mbj-c1 table td:nth-of-type(even){
	padding-left: 18px;
	color: #666;
}
.mbj-c1 table tr:first-child td{
	text-align: left;
	padding-left: 20px;
}
.mbj-c2 table{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.mbj-c2 table td{
	padding: 19px 0;
}
.mbj-c2 table tr:first-child td:nth-of-type(1){
	padding-right: 10px;
	text-align: right
}
.mbj-c2 table tr:nth-of-type(2) td:nth-of-type(1){
	padding-right: 10px;
	text-align: right
}
.mbj-c2 table td:nth-of-type(even){
	padding-left: 18px;
	color: #666;
}
.mbj-c2 table td span{
	margin-left: 20px;
	display: inline-block;
	width: 260px;
	text-align: right;
	margin-right: 10px;
}
.mbj-c2 table td em{
	color: #666;
}
.mbj-c3 table{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.mbj-c3 table td{
	padding: 19px 0;
}
.mbj-c3 table td:nth-of-type(odd){
	text-align: center;
}
.mbj-c3 table td:nth-of-type(even){
	padding-left: 20px;
	color: #666;
}


.onli65{
    margin-top: 11px;
}

.onli65-1 li{
    margin: 18px 0px;
    overflow: hidden;
}
.onli65-1 li span{
    float: left;
}
.onli65-1 li span.s1{
    width: 179px;
    text-align: right;
    margin-top: 10px;
}
.onli65-1 li span i{
    color: #ff0000;
}
.onli65-1 li span strong{
    display: block;
}
.onli65-1 li label{
    float: left;
    margin-left: 16px;
    margin-top: 1px;
}
.onli65-1 li label input{
    margin-right: 8px;
}
.onli65-1 li>input{
    width: 72%;
    float: left;
    padding: 13px 6px;
    border: 1px solid #dcdcdc;
}
.onli65-1 li>input[name=randCode]{
    width: 12%;
    float: left;
    padding: 13px 6px;
    border: 1px solid #dcdcdc;
}
.onli65-1 li .ysbtny1{
    width: 80px;
    background-color: #1b7dde;
    color: #fff;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.onli65-1 li img{height:44px; margin-left:10px;}

.xxgk_nav{margin-bottom: 20px;}
.xxgk_nav a{margin-right: 10px;}
.xxgk_nav a:last-child{margin-right:0;}

/*´óÃÀãä½­*/
@media screen and (max-width:1200px){
    .box1-1-l{width:100%;}
    .quxiangaikuan{width:100%;padding: 0 20px;}
.gaikuangtext{padding-top:15px; height: auto;}
.gkxiangxi{top: auto;bottom: 10px;}
.gklist ul li{width:25%;}
.listhiyglist,.listhiygtext{width:50%;}
.ygxiangxiwenzi,.putonglist,.xianzhinianjian{height: 140px;overflow: hidden;}
.xianqutab,.minsutab{width:100%;padding:0 20px;}
.mingsuxiangxiL{width: 100%; height: auto; margin-bottom: 20px;}
.zjtabs-1 a:first-child { margin-right: 15px;}
.zjtabs-1 a:last-child { margin-left: 15px;}
.zjtabs-1 a:first-child:before{display:none;}
.zhujintu ul li{width: 46%; margin: 10px 2% 10px 2%;}
.meishilist{float: none;margin: 80px auto 0;}
}