@charset "utf-8";
/* CSS Document */
img {
    border: none;
}

a {
    text-decoration: none !important;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*顶部*/
.top {
    width: 100%;
    background: #333;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.top > .top_one {
    width: 1200px;
    margin: 0 auto;
    color: white;
}

.top > .top_one > p > span {
    float: right;
}

.top > .top_one > p > a {
    color: white;
}

.top .top_one p a:hover {
    color: #2a7ec5;
}

.top > .top_one > p > span > a {
    color: white;
}

.tou {
    width: 100%;
    background: url(../images/index/tou_img.png) center no-repeat;
    height: 116px;
}

.tou > .tou_one {
    width: 1200px;
    margin: 0 auto;
    line-height: 116px;
}

.hed {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -750px;
}

.hed .p2 {
    margin-left: 90px;
    /* width: 90%; */
    margin-top: 10px;
}

.hed .hed2 {
    float: right;
    margin-top: -160px;
    /* padding-left: 100px; */
    background: rgba(255, 255, 255, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF);
    padding: 3px;
    border-radius: 1.5em;
}

.hed .hed2 ul li {
    float: left;
    padding: 5px 10px 5px 10px;
    border-radius: 1em;
}

.hed2 ul .li1 {
    background: #fcab42;
}

.hed .hed2 ul .li1 a {
    color: white;
}

.hed .hed2 ul li a {
    color: #666;
}

.hed .hed2 ul li a:hover {
    color: #00419e;
}

/*四个*/
.center {
    width: 100%;
}

.pic {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 218px;
}

.pi1 {
    float: left;
    text-align: center;
    width: 300px;
    height: 300px;
    position: relative;
}

.pi1 > a {
    position: relative;
    display: block;
}

.pi1 > a > .marsk {
    display: block;
    background: url(../images/index/icon_one_one.png) center center no-repeat;
    top: -12px;
    position: absolute;
    width: 278px;
    height: 250px;
    color: #ffffff;
    left: 10.5px;
    transition: all 0.8s;
    -moz-transition: all 0.8s; /* Firefox 4 */
    -webkit-transition: all 0.8s; /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 22px;
    letter-spacing: 1px;
}

.pi1 > a:hover > .marsk {
    opacity: 100;
    filter: alpha(opacity=100);
}

.pi1 > a > .marsk_two {
    display: block;
    background: url(../images/index/icon_two_two.png) center center no-repeat;
    top: -12px;
    position: absolute;
    width: 278px;
    height: 250px;
    color: #ffffff;
    left: 10.5px;
    transition: all 0.8s;
    -moz-transition: all 0.8s; /* Firefox 4 */
    -webkit-transition: all 0.8s; /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 22px;
    letter-spacing: 1px;
}

.pi1 > a:hover > .marsk_two {
    opacity: 100;
    filter: alpha(opacity=100);
}

.pi1 > a > .marsk_three {
    display: block;
    background: url(../images/index/icon_three_three.png) center center no-repeat;
    top: -12px;
    position: absolute;
    width: 278px;
    height: 250px;
    color: #ffffff;
    left: 10.5px;
    transition: all 0.8s;
    -moz-transition: all 0.8s; /* Firefox 4 */
    -webkit-transition: all 0.8s; /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 22px;
    letter-spacing: 1px;
}

.pi1 > a:hover > .marsk_three {
    opacity: 100;
    filter: alpha(opacity=100);
}

.pi1 > a > .marsk_four {
    display: block;
    background: url(../images/index/icon_four_four.png) center center no-repeat;
    top: -12px;
    position: absolute;
    width: 278px;
    height: 250px;
    color: #ffffff;
    left: 10.5px;
    transition: all 0.8s;
    -moz-transition: all 0.8s; /* Firefox 4 */
    -webkit-transition: all 0.8s; /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 22px;
    letter-spacing: 1px;
}

.pi1 > a:hover > .marsk_four {
    opacity: 100;
    filter: alpha(opacity=100);
}

.pi1 > a > .marsk_five {
    display: block;
    background: url(../images/index/icon_five_five.png) center center no-repeat;
    top: -12px;
    position: absolute;
    width: 278px;
    height: 250px;
    color: #ffffff;
    left: 10.5px;
    transition: all 0.8s;
    -moz-transition: all 0.8s; /* Firefox 4 */
    -webkit-transition: all 0.8s; /* Safari 和 Chrome */
    -o-transition: all 0.8s;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 22px;
    letter-spacing: 1px;
}

.pi1 > a:hover > .marsk_five {
    opacity: 100;
    filter: alpha(opacity=100);
}

/*业务流程*/
.conten {
    width: 100%;
    height: 150px;
    background: rgba(21, 136, 233, 0.6);  /*支持rgba的浏览器*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991588E9,endColorstr=#991588E9);
    position: relative;
    font-family: "微软雅黑";
    margin-top: 600px;
}

/*.conten:before,.conten:after{
	content:"";
	  width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid  rgba(21, 136, 233, 0.6);
    margin-left: 200px;
    position: relative;
    top: -30px;
	display:block;
	position:absolute;
	}*/

.conten .con {
    width: 990px;
    margin: 0 auto;
}

.conten .con .h {
    position: relative;
    width: 990px;
    height: 100px;
    text-align: center;
}

.conten .con .h li {
    float: left;
    width: 980px;
    color: white;
}

.conten .con .h li p {
    width: 980px;
    margin-top: 50px;
}

.conten .con .h li p span {
    padding-left: 40px;
}

.conten .con .h li p a {
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.conten .con .h li p a:hover {
    border-bottom: 1px solid #fff;
}

/*查询服务*/
.chaxun {
    width: 100%;
    height: 150px;
    background: rgba(21, 136, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991588E9,endColorstr=#991588E9);
    position: relative;
    font-family: "微软雅黑";
    margin-top: 600px;
}

.chaxun .con {
    width: 990px;
    margin: 0 auto;
}

.chaxun .con .h {
    position: relative;
    width: 990px;
    height: 100px;
    text-align: center;
}

.chaxun .con .h li {
    float: left;
    width: 480px;
    color: white;
}

.chaxun .con .h li p {
    width: 980px;
    margin-top: 50px;
}

.chaxun .con .h li p span {
    margin-left: 40px;
}

.chaxun .con .h li p .title {
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.chaxun .con .h li p .title:hover {
    border-bottom: 1px solid #fff;
}

.chaxun .con .h li p .btn {
    padding: 9px 16px;
}

.chaxun .row .zsbh {
    width: 300px;
    height: 40px;
    border: none;
    background: white;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 10px;
    color: #000;
    float: left;
}

.chaxun .row input {
    margin-bottom: 0px;
    float: left;
    font-size: 13px;
    height: 40px;
    width: 200px;
    border: none;
    background: white;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
}

.chaxun .action {
    box-shadow: 2px 2px 10px #888888;
    padding: 12px;
    background: #207fc6;
    border-radius: 6px;
}

.col-md-offset-3 {
    margin-left: 23%;
}

/*业务大厅*/
.yewudating {
    width: 100%;
    height: 150px;
    background: rgba(21, 136, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991588E9,endColorstr=#991588E9);
    position: relative;
    font-family: "微软雅黑";
    margin-top: 600px;
}

.yewudating .con {
    width: 990px;
    margin: 0 auto;
}

.yewudating .con .h {
    position: relative;
    width: 990px;
    height: 100px;
    text-align: center;
}

.yewudating .con .h li {
    float: left;
    width: 480px;
    color: white;
}

.yewudating .con .h li p {
    width: 980px;
    margin-top: 50px;
}

.yewudating .con .h li p span {
    padding-left: 40px;
}

.yewudating .con .h li p a {
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.yewudating .con .h li p a:hover {
    border-bottom: 1px solid #fff;
}

/*器具托管*/
.qiju {
    width: 100%;
    height: 150px;
    background: rgba(21, 136, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991588E9,endColorstr=#991588E9);
    position: relative;
    font-family: "微软雅黑";
    margin-top: 600px;
}

.qiju .con {
    width: 990px;
    margin: 0 auto;
}

.qiju .con .h {
    position: relative;
    width: 990px;
    height: 100px;
    text-align: center;
}

.qiju .con .h li {
    float: left;
    width: 480px;
    color: white;
}

.qiju .con .h li p {
    width: 980px;
    margin-top: 50px;
}

.qiju .con .h li p span {
    padding-left: 40px;
}

.qiju .con .h li p a {
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.qiju .con .h li p a:hover {
    border-bottom: 1px solid #fff;
}

/*咨询投诉*/
.zixun {
    width: 100%;
    height: 150px;
    background: rgba(21, 136, 233, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991588E9,endColorstr=#991588E9);
    position: relative;
    font-family: "微软雅黑";
    margin-top: 600px;
}

.zixun .con {
    width: 990px;
    margin: 0 auto;
}

.zixun .con .h {
    position: relative;
    width: 990px;
    height: 100px;
    text-align: center;
}

.zixun .con .h li {
    float: left;
    width: 480px;
    color: white;
}

.zixun .con .h li p {
    width: 980px;
    margin-top: 50px;
}

.zixun .con .h li p span {
    padding-left: 40px;
}

.zixun .con .h li p a {
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.zixun .con .h li p a:hover {
    border-bottom: 1px solid #fff;
}

/*二维码*/
.qr_code_pc {
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 620px;*/
    /*width: 140px;*/
    /*padding: 16px;*/
    /*border: 1px solid #d9dadc;*/
    /*background-color: #fff;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
    position: fixed;
    right: 10px;
    bottom: 120px;
    width: auto;
    border: 1px solid #d0d0d0;
    background: rgba(255, 255, 255, 1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF);
    word-wrap: break-word;
    word-break: break-all;
    z-index: 1000;
    text-align: center;
    padding: 10px;
}

.qr_code_pc_head {
    text-align: right;
}

.qr_code_pc_body {
    padding: 0px;
    background: rgba(255, 255, 255, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
    font-family: "微软雅黑";
}

.qr_code_pc_img {
    width: 102px;
    height: 102px;
}

.qr_code_pc p {
    font-size: 14px;
    line-height: 20px;
}

/*底*/
.di {
    width: 100%;
    position: relative;
    /* margin-top: 383px; */
    position: absolute;
    display: block;
    /*top: 848px;*/
}

.tb {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: -95px;
    color: white;
    font-size: 14px;
}

.news_center{
    height: 60px;
    margin-top: 584px;
    width: 100%;
    margin: 0 auto;
    /*position: relative;*/
    top: 349px;
    overflow: hidden;background:#fff;}
.huadong {width: 50%; float:left;height:4rem;padding: 0.5rem 0 0.3rem 0;  position:relative;font: 12px/1.5 "Hiragino Sans GB","Microsoft YaHei",simsun;margin:0px auto;}
.huadong .hdimg {float:left;line-height:3.5rem;}
.huadong .hdimg img { width: 100%; vertical-align:middle;}
.huadong span {font-size:1.5rem;float:left; line-height: 2.2rem; margin: 0.8rem 0 0 0; color:#489ce4;}
.huadong .gg_more { float: left;}
.huadong .gg_more a { font-size: 0.8rem; text-decoration:none;}

.huadong .notice_active {
    float: left;
    width: 79%;
    height: 3.7rem;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.huadong .notice_active li{list-style-type:none;line-height: 2.4rem;overflow: hidden;}
/*.huadong .notice_active li.notice_active_ch {}*/
.huadong .notice_active li.notice_active_ch a {color:#656972;font-size:1.5rem;display: block;overflow: hidden; width:80%;float: left;text-overflow:ellipsis;white-space:nowrap;
    overflow: hidden;margin:0 0 2rem 0;}

.huadong .notice_active li.notice_active_ch em {text-align:right;float:right;color:#888;font-size:1.4rem;font-style:normal;  }



@media screen and (min-width: 641px) {

}

@media screen and (max-width: 640px) {
    .hed {
        width: 90%;
    }
}
