@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

html {
    color: black;
    font-size: 62.5%;
}

body {
    font: 14px/1.5 arial, "微软雅黑", 'microsoft yahei';
    color: #555;
    outline: 0;
}

input, select, textarea {
    font-size: 100%;
    outline-style: none;
    background: transparent;
    font-family: "微软雅黑";
}

textarea {
    resize: none;
    border: none;
}

input, button {
    border: none medium;
    outline: none;
    font-family: "微软雅黑";
}

button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: 500;
}

ol, ul, li, dl, dt, dd {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 2rem;
    font-weight: 500;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

abbr, acronym {
    border: none;
    font-variant: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
    max-width: 100%;
}

caption, th {
    text-align: left;
}

th {
    text-align: inherit;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

del {
    text-decoration: line-through;
}

legend {
    color: #666;
}

fieldset {
    border: none;
}

iframe {
    display: block;
}

q:before, q:after {
    content: '';
}

ins, a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

a:hover {
    text-decoration: none;
}

a:focus, *:focus {
    outline: none;
}

/*custom-module-css 自定义*/
.clearfix:before, .clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.block {
    display: block !important;
}

.radius_1 {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.radius_2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius_3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius_5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius_t5 {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.db {
    display: block;
}

.none {
    display: none;
}

.border0 {
    border: 0 !important;
}

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tdu {
    text-decoration: underline;
}

.cupo {
    cursor: pointer;
}

.cude {
    cursor: default;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.family_st {
    font-family: "Microsoft YaHei"
}

.family_wr {
    font-family: "微软雅黑"
}

.red {
    color: #fa4f4f;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.w1190 {
    width: 1190px;
    height: auto;
    margin: 0 auto;
}

.w1180 {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.opacity:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.dlfd-box {
    min-width: 1180px;
}

/*select*/
input.dummy {
    display: inline-block;
    border: 1px solid #e8e8e8;
    cursor: pointer !important;
    width: 69px;
    height: 38px;
    line-height: 38px;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-family: "微软雅黑";
    font-size: 14px;
    display: inline-block;
}

#dummydata {
    position: absolute;
    z-index: 198910161111;
    background: #fff;
    max-height: 200px;
    overflow: auto;
    color: #888;
    border: 1px solid #D7D7D7;
}

#dummydata a {
    display: block;
    color: #888;
    line-height: 38px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 38px;
}

#dummydata a.selected {
    color: #888;
}

#dummydata a:hover {
    color: #fff;
    text-decoration: none;
    background: #f4723e;
}

.spin180 {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}

.spin180:hover {
    transform: rotateZ(180deg);
}

.bg-box {
    width: 100%;
    overflow: hidden;
    min-width: 1180px;
}

.pulics-icons {
    background: url(../img/public/pulic-icon_03.png) no-repeat;
}

.pulics-icons02 {
    background: url(../img/public/img.png) no-repeat;
}

.cyan {
    color: #2654d0;
}

.counent-box {
    background: #f1f2f3;
}

/*header start*/
.header-bg {
    width: 100%;
    min-width: 1180px;
}

.dgg-header {
    background: #f1f1f1;
    line-height: 36px;
    font-size: 12px;
}

.dgg-header ul > li {
    float: left;
    position: relative;
}

.dgg-header .fl li a, .dgg-header .fr li a {
    font-size: 12px;
    color: #888;
    padding: 0 10px;
}

.dgg-header .fr li a {
    padding: 0 15px;
    border-left: 1px solid #ddd;
}

.dgg-header .fr li:first-child a {
    border-left: none !important;
}

.service-nav {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top: none;
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: -1px;
    width: 215px;
    padding: 5px 0 8px 30px;
    display: none;
    z-index: 666;
}

.service-nav > a {
    float: left;
    display: block;
    line-height: 32px;
    padding: 0 15px;
    color: #666;
    margin: 3px 15px 0 0;
}

.service-nav a:hover {
    color: #12bcb9 !important;
}

.stand-icon {
    width: 9px;
    height: 13px;
    margin-right: 3px;
    position: relative; /*top:2px ;*/
}

.dgg-header .fl .sub-navigation:hover {
    background: #fff;
    border-left: 1px #d8d8d8 solid;
    border-right: 1px #d8d8d8 solid;
}

.dgg-header .fl .sub-navigation:hover a font {
    color: #2654d0;
}

.dgg-header .fl .sub-navigation:hover .service-nav {
    display: block;
}

.ask-icon {
    width: 13px;
    height: 13px;
    background-position: -9px 0;
    position: relative;
    margin-right: 3px;
}

.nav-icon {
    width: 13px;
    height: 11px;
    background-position: -22px 0;
    margin: -2px 0 0 6px; /*top: 3px;*/
}

.logo-img {
    padding: 20px 0;
    margin-right: 118px;
}

/*头部搜索 start*/
.header-form {
    width: 400px;
    padding: 14px 0 0;
}

.hot-search span, .search-tab a {
    text-align: left;
    font-size: 12px;
    color: #888;
    line-height: 25px;
}

.search-tab a.cur {
    color: #10bbb8;
}

.search-tab a {
    padding-right: 15px;
}

.search-input {
    width: 398px;
    border-radius: 3px;
    border: 1px solid #10bbb8;
    overflow: hidden;
    text-align: left;
}

.search-input input {
    width: 255px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.search-input button {
    width: 90px;
    text-align: left;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    background: #10bbb8;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.search-icon {
    width: 16px;
    height: 16px;
    background-position: 0 -13px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 20px;
}

/*头部搜索 end*/
.hotline-box {
    width: 265px;
    overflow: hidden;
    padding: 35px 0 0;
}

.hotline-box i {
    width: 48px;
    height: 48px;
    background-position: -35px -8px;
    margin-right: 8px;
    vertical-align: middle;
}

.hotline-text {
    vertical-align: middle;
    text-align: left;
}

.hotline-text p {
    font-size: 15px;
    color: #666;
    line-height: 22px;
}

.hotline-text p b {
    font-size: 18px;
    color: #10bbb8;
}

/*导航 start*/
.header-nav {
    width: 100%;
    border-bottom: 1px solid #10bbb8;
}

/*垂直导航 start*/
.vertical-nav {
    width: 210px;
    position: relative;
}

.vertical-nav > a {
    width: 137px;
    height: 48px;
    line-height: 48px;
    padding-left: 73px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #10bbb8;
    position: relative;
}

.vertical-nav > a > i {
    width: 23px;
    height: 17px;
    background-position: 0 -29px;
    position: absolute;
    left: 44px;
    top: 16px;
}

.side-nav {
    width: 210px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 100;
    box-shadow: -3px 7px 24px -7px #999;
    padding: 0 0 1px;
}

.side-nav > li {
    width: 100%;
    margin: 8px auto;
    text-align: left;
    color: #333;
    line-height: 1;
}

.side-nav > li:first-child > a {
    border: none !important;
}

.side-nav > li > a {
    width: 205px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    line-height: 89px;
    height: 89px;
    border-top: 1px dashed #dcdcdc;
}

.side-nav > li > a > i {
    width: 47px;
    height: 46px;
    background-position: 2px 0;
    vertical-align: middle;
    margin: 0 15px 0 20px;
}

.side-nav > li > a .nav-icon2 {
    background-position: -39px 0;
}

.side-nav > li > a .nav-icon3 {
    background-position: -85px 0;
}

.side-nav > li > a .nav-icon4 {
    background-position: -134px 0;
}

.side-nav > li > a .nav-icon5 {
    background-position: -179px 0;
}

.side-nav > li > a .nav-icon6 {
    background-position: -230px 0;
}

.side-nav > li > a .nav-icon7 {
    background-position: -273px 0;
}

.nav-tab > a {
    color: #a5a5a5;
    padding-right: 20px;
    font-size: 14px;
}

.sub-nav {
    width: 385px;
    position: absolute;
    top: 0;
    left: 210px;
    background: #fff;
    -webkit-transition: all .45s;
    transition: all .45s;
    z-index: 99;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.sub-nav li {
    padding: 10px 30px 0;
    position: relative;
    z-index: 3; /*height:440px ;*/
    min-height: 450px;
}

.sub-nav li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: .85s;
    transition: .85s;
}

.sub-nav li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sub-nav > li > h6 {
    padding-left: 10px;
    margin: 30px 0 15px;
    line-height: 1;
    color: #333;
    font-size: 16px;
    border-left: 2px solid #10bbb8;
}

.sub-nav > li > h6 > span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #afaeae;
}

.hide-tab {
    margin-left: 10px;
    overflow: hidden;
}

.hide-tab > a {
    float: left;
    display: block;
    padding: 0 10px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
    margin: 0 40px 10px 0;
}

.hide-tab > a.on, .hide-tab > a:hover {
    color: #10bbb8;
    border-color: #10bbb8;
}

.side-nav li:hover {
    background: #fff;
}

.side-nav li:hover > a {
    color: #2654d0;
    font-weight: bold;
}

.side-nav li:hover > a i {
    -webkit-animation: fadeInLeft .55s linear;
    animation: fadeInLeft .55s linear;
}

.side-nav li:hover .sub-nav {
    display: block;
}

/*垂直导航 end*//*水平导航 start*/
.center-nav {
    width: 940px;
    height: 48px;
}

.center-nav li {
    float: left;
    position: relative;
}

.down-nav {
    width: 117px;
    background: #fff;
    border: 1px solid #2654d0;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -58.5px;
    display: none;
    z-index: 100;
}

.center-nav li:hover .down-nav {
    display: block;
}

.down-nav dd {
    padding: 0 13px;
    text-align: center;
}

.down-nav dd a {
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
}

.down-nav dd a:hover {
    color: #2654d0;
}

.center-nav > li > a {
    display: block;
    font-size: 16px;
    color: #2e2e2e;
    height: 48px;
    font-weight: bold;
    line-height: 48px;
    padding: 0 8px;
}

.center-nav > li .about-a {
    padding-right: 0;
}

/*.center-nav li:first-child a{padding-left: 43px;}*/
.center-nav li span {
    width: 4px;
    height: 4px;
    background: #10bbb8;
    vertical-align: middle;
    margin-right: 5px;
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s;
    transition: all .35s;
}

.center-nav > .active > a, .center-nav > li:hover > a {
    color: #10bbb8;
    font-weight: bold;
}

.center-nav > .active span, .center-nav > li:hover span {
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1; /* 老版Safari */
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.down-icon {
    display: none;
    width: 10px;
    height: 5px;
    background-position: 0 -46px;
    vertical-align: middle;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.center-nav > li:hover .down-icon, .center-nav > .active .down-icon {
    background-position: 0 -52px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.center-nav li .hot {
    display: block;
    width: 28px;
    height: 19px;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
}

.center-nav li .hot .iconheader {
    display: block;
    width: 28px;
    height: 19px;
    background: url('/statics/new_ptw3/img/public/hot.png') no-repeat;
}

/*水平导航 end*//*子页导航 start*/
.vertical-nav-page .side-nav {
    display: none;
}

.vertical-nav-page:hover .side-nav {
    display: block;
}

/*子页导航 end*//*header end*//*banner  start*/
.inside-banner {
    width: 100%;
    min-width: 1180px;
    overflow: hidden;
    height: 500px;
    position: relative;
    *z-index: -1;
}

.inside-banner > .bd {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 500px;
    z-index: -1;
}

.inside-dot {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.inside-dot > ul {
    text-align: center;
}

.inside-dot > ul > li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #000;
    filter: alpha(opacity=20); /* IE */
    -moz-opacity: 0.2; /* 老版Mozilla */
    -khtml-opacity: 0.2; /* 老版Safari */
    opacity: 0.2;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
}

.inside-dot > ul > li.on {
    background: #fff;
    filter: alpha(opacity=100); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1; /* 老版Safari */
    opacity: 1;
}

/*banner  end*//*IE7浏览器提示 start*/
.law-tips {
    width: 100%;
    min-width: 1180px;
    background: #f1fbff;
    text-align: center;
    padding: 50px 0;
}

.law-tips > p {
    font-size: 18px;
    color: #1ca9f2;
    line-height: 30px;
}

.law-tips a {
    color: #fa4f4f;
}

/*IE7浏览器提示 end*//*footer start*/
.footer-bg {
    width: 100%;
    overflow: hidden;
    min-width: 1180px;
    background: #202227;
    padding-bottom: 25px;
}

.footer-bd {
    width: 100%;
    border-bottom: 1px solid #363b44; /*margin-bottom: 30px;*/
}

.footer-page {
    padding: 25px 0 20px;
}

.footer-page a, .footer-tel p {
    font-size: 16px;
    line-height: 18px;
}

.footer-page a {
    color: #fff;
    padding: 0 25px;
    border-left: 1px solid #363b44;
}

.footer-page a:first-child {
    border-left: none !important;
}

.footer-bg a:hover {
    filter: alpha(opacity=80); /* IE */
    -moz-opacity: 0.8; /* 老版Mozilla */
    -khtml-opacity: 0.8; /* 老版Safari */
    opacity: 0.8;
}

.footer-tel p {
    color: #ffb11b;
    padding: 25px 0 0;
}

.footer-fl {
    width: 895px;
    text-align: left;
}

.footer-tab-box {
    width: 100%;
}

.footer-tab-tt {
    width: 200px;
    overflow: hidden;
    padding-bottom: 10px;
}

.footer-tab-tt a {
    display: block;
    width: 90px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #02050b;
    font-size: 14px;
    color: #74808d;
    float: left;
    margin-right: 10px;
    position: relative;
}

.footer-tab-tt .cur {
    background: #40506a;
}

.footer-tab-tt a:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px 5px 0 5px;
    border-color: #40506a transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
    -webkit-transition: all .35s;
    transition: all .35s;
    display: none;
}

.footer-tab-tt .cur:before {
    transform: translateY(-5px);
    display: block;
}

.footer-bd-text {
    width: 100%;
    overflow: hidden;
    text-align: left;
    display: none;
}

.disblock {
    display: block;
}

.footer-bd-text a {
    display: block;
    float: left;
    width: 70px;
    font-size: 14px;
    line-height: 24px;
    color: #707a87;
    padding-right: 30px;
}

.footer-fl p {
    font-size: 14px;
    line-height: 42px;
    color: #707a87;
    padding: 7px 0 0;
    letter-spacing: 0.3px;
}

.footer-wx {
    width: 124px;
    text-align: center;
    padding: 8px 0 0;
    background: #2d343f;
    margin-top: 25px;
}

.footer-wx p {
    font-size: 12px;
    color: #fff;
    line-height: 35px;
}

/*footer end*//*集团站群*/
.add-footer-jtzq {
    padding: 18px 0 8px;
    overflow: hidden;
    border-bottom: 1px dashed #525965;
}

.add-footer-jtzq > span {
    display: block;
    float: left;
    width: 85px;
    color: #fff; /*margin-right: 5px;*/
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    background: #40506a;
}

.add-footer-jtzq .right-name {
    width: 92%;
    overflow: hidden;
    float: left;
}

.add-footer-jtzq .right-name a {
    position: relative;
    display: block;
    float: left;
    color: #fff;
    padding: 5px 18px 10px 18px;
    font-size: 12px;
}

.add-footer-jtzq .right-name a:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    width: 1px;
    height: 12px;
    background: #525965;
}

.add-footer-jtzq .right-name a:hover {
    text-decoration: underline;
}

#iconDiv1 a {
    display: block;
}