@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    background-color: #fff;
    color: #333333;
    font-family: "微软雅黑", 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    color: #323232;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #8c0000;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}


/*定义清除浮动样式 方法一*/

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*定义清除浮动样式 方法二*/

.clear {
    clear: both;
}


/*font-size */

.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}


/*float */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.pr {
    position: relative;
}

.inblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}


/*头部样式*/

.wraq_header {
    width: 100%;
    background: #8c0000;
    border-top: 5px solid #700005;
    position: relative;
    z-index: 999;
}

.header {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    z-index: 600;
}

.logo {
    float: left;
    padding: 17px 0 0 5px;
}

.logo .logo_01 {
    z-index: 999;
    position: relative;
}

.logo .logo_02 {
    padding-left: 22px;
}

.logo a img {
    /*! padding-top: 15px; */
}

#btn_ser {
    display: none;
}

.btn_ser {
    display: inline-block;
    width: 34px;
    height: 31px;
    cursor: pointer;
}

.btn_ser img {
    vertical-align: middle;
}

.ser {
    width: 215px;
    height: 30px;
    right: 10px;
    top: 32px;
    line-height: 25px;
}

.search {
    background: url(/ipsl/images2023/search_03.png) no-repeat;
    width: 216px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.search input {
    position: absolute;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    color: #6b6b6b;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #dedede;
    padding-left: 15px;
    width: 162px;
}

.search input.notxt1 {
    position: absolute;
    width: 38px;
    height: 30px;
    top: 0px;
    left: 177px;
    border: none;
    background: url(/ipsl/images2023/btn_ser.jpg) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.snav {
    display: block;
}

.mbtn {
    display: block;
}

.logo {
    width: 35%;
    height: auto;
    padding: 20px 0 20px 0;
    float: none;
}

.time {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1005;
    margin-top: 43px;
    width: 216px;
}

.time span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 12px;
    text-align: right;
}

.ser {
    top: 40px;
    right: 0px;
}

.search {
    margin-top: 0;
}

#btn_ser {
    display: none;
}


/*导航*/

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 888;
    background: #700005;
}

.nav ul {
    height: 60px;
    margin: 0px auto;
    max-width: 1200px;
    display: flex;
}

.nav ul li {
    /*! float:left; */
    height: 60px;
    line-height: 60px;
    /*! padding:0 2.3%; */
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

.nav ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6em;
    display: block;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 60px;
    left: 0px;
    display: none;
    background: url(/ipsl/images2023/sub_nav_03.png);
    overflow: hidden;
    width: 100%;
}

.nav ul li .local {
    left: -86px;
}

.nav ul li.on {
    background: #8c0000;
}

.nav ul li.on a {
    color: #ffffff;
    font-size: 16px;
}

.nav ul li.on .subNav {
    display: block;
    background: url(/ipsl/images2023/sub_nav_03.png);
}

.nav ul li.on .subNav dl {
    overflow: hidden;
    padding: 5px 0;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 18px;
    padding: 10px 5px 10px 10px;
    text-align: left;
    border-bottom: 1px solid #ffffff;
}

.nav ul li.on .subNav dl dd a {
    font-size: 1.4em;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
}

.nav ul li.on .subNav dl dd a:hover {
    color: #ffffff;
    font-weight: bold;
}

.nav ul li .pos_left {
    left: -72px;
}


/*手机端导航*/

.snav {
    display: none;
    height: 30px;
    background-color: #700005;
    left: 0px;
    top: 0;
    z-index: 1002;
    width: 100%;
    position: absolute;
}

.mbtn {
    display: none;
    height: 30px;
    left: 10px;
    top: 0;
    z-index: 1002;
    width: 40px;
    cursor: pointer;
}

.navm {
    width: 100%;
    line-height: 30px;
    background-color: #700005;
    overflow: hidden;
    text-align: left;
    display: none;
    top: 30px;
    left: 0
}

.navm ul {
    padding: 0 0 10px;
}

.navm li {
    border-bottom: 1px solid #590004;
    position: relative;
}

.navm li a {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0px;
    color: #fff;
    padding-left: 13px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    display: block;
}

.navm li a:hover {
    color: #fff;
}

.navm li.sub_has span {
    margin-left: 10px;
}

.navm li.on a {
    color: #fff;
    display: block;
    width: 100%;
}

.navm li strong {
    display: block;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(/ipsl/images2023/white-right-arrow.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}

.navm li.on strong {
    background: url(/ipsl/images2023/white-down-arrow.png) no-repeat center center;
}

.navm dl {
    display: none;
    background-color: #fff;
    color: #004489
}

.navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.navm li.on dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.navm li dl dd a {
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    display: inline;
    display: block;
    border: none;
    padding: 0px;
}

.navm li dl dd a:hover {
    color: #005bac;
}


/*直通车*/

.car {
    width: 346px;
    float: left;
    overflow: hidden;
}

.mode02 .title01 h2 {
    background: url(/ipsl/images2023/icon.png) no-repeat;
    background-position: 0 -68px;
    background-color: #f1f1f1;
    width: 112px;
}

.mode02 .topic .title01 h2 {
    background: url(/ipsl/images2023/icon.png) no-repeat;
    background-position: 0 -100px;
    background-color: #f1f1f1;
    width: 112px;
}

.mode02 .title01 .more01 {
    background-color: #f1f1f1;
}

.carInfo {
    width: 100%;
    overflow: hidden;
}

.carInfo li {
    width: 33%;
    border-right: 1px solid #fff;
    float: left;
    height: 117px;
    font-size: 1.6em;
    text-align: center;
    line-height: 185px;
}

.carInfo li.message:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 1s ease 0s;
}

.carInfo li a {
    color: #fff;
    display: block;
}

.message {
    background: url(/ipsl/images2023/message01.png) no-repeat center 20px;
    background-color: #4ba509;
    transition: all 1s ease 0s;
}

.talk {
    background: url(/ipsl/images2023/talk01.png) no-repeat center 20px;
    background-color: #00988d;
}

.carInfo li.bbs {
    background: url(/ipsl/images2023/bbs01.png) no-repeat center 20px;
    background-color: #eea200;
    border-right: 0;
}

.carInfo li:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 1s ease 0s;
}

.link001 {
    padding: 5px 14px;
    background-color: #fff;
    margin-top: 15px;
    font-size: 1.4em;
    height: 90px;
}

.link001 div {
    width: 49%;
    text-indent: 2.8em;
    float: left
}

.link001 div:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 1s ease 0s;
}

.link001 div a {
    padding-left: 9px;
    color: #b81a35;
}

.tengxun {
    border: 1px dashed #b4b4b4;
    border-top: none;
    border-left: none;
    height: 46px;
    line-height: 46px;
    background: url(/ipsl/images2023/icon.png) no-repeat;
    background-position: -284px -174px;
}

.sina {
    border-bottom: 1px dashed #b4b4b4;
    height: 46px;
    line-height: 46px;
    background: url(/ipsl/images2023/icon.png) no-repeat;
    text-indent: 2.8em;
    background-position: 4px -245px
}

.weixin {
    border-right: 1px dashed #b4b4b4;
    height: 46px;
    line-height: 46px;
    background: url(/ipsl/images2023/icon.png) no-repeat;
    background-position: 2px -245px;
}

.mobile {
    height: 46px;
    line-height: 46px;
    background: url(/ipsl/images2023/icon.png) no-repeat;
    background-position: -275px -243px;
}


/*标题*/

.title01 {
    background: url(/ipsl/images2023/title_bg.png) repeat-x;
    height: 36px;
    margin: 12px 0;
}

.title01 h2 {
    font-size: 19px;
    width: 97px;
    height: 36px;
    line-height: 36px;
    padding-left: 43px;
    color: #444;
    font-weight: normal;
    background: url(/ipsl/images2023/icon.png) no-repeat;
    background-position: 0 3px;
    background-color: #fff;
}

.fooer_wrap {
    width: 100%;
    background: #8c0000;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
}

.copyRight {
    color: #ffffff;
    font-size: 12px;
    width: auto;
    line-height: 30px;
    text-align: center;
    padding: 3% 0 2% 0;
}

@media screen and (max-width:1320px) {
    .footer {
        height: auto;
        padding: 3% 0 0 0;
    }
    .copy {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 20px 0;
    }
}

@media screen and (max-width:1200px) {
    /* .nav{display:none;}
  .snav{display:block;}
  .mbtn{display:block;}
.top_nav { top: 0px; margin-top: 0px; }
.top_nav span { display: inline-block; }
.logo{width:100%; margin:0px auto;padding:40px 0 20px 0px;float:none; overflow: hidden;}
  .logo a img { padding-top:0px;  }
  .logo .logo_01 { width: 50%; float: left; }
  .logo .logo_02 { float: left; width: 40%; padding:0 0 0 5%; }
  .links{position:absolute;right:10px;top:0;z-index:1005;margin-top:5px;}
  .links li{float:right;height:25px;}
  .links a.btn_ser{padding:0 2px;height:25px;}
  .ser{top:-3px;right:0px;display:none; position: absolute;}
  .search{margin-top:0;}
  #btn_ser{display:block;}*/
    .nav ul li {
        padding: 0 1.8%;
    }
    .logo .logo_01 {
        /*! float: left; */
        padding: 0 0 0 2%;
    } 
}

@media screen and (max-width:1023px) {
    .nav {
        display: none;
    }
    .snav {
        display: block;
    }
    .mbtn {
        display: block;
    }
    .time {
        top: 0px;
        margin-top: 0px;
    }
    .time span {
        display: inline-block;
    }
    .logo {
        width: 80%;
        margin: 0px auto;
        padding: 40px 0 20px 0px;
        float: none;
        overflow: hidden;
    }
    .logo a img {
        padding-top: 0px;
    }
    .logo .logo_01 {
        float: left;
        padding: 0 0 0 2%;
    }
    .logo .logo_02 {
        float: left;
        padding: 0 0 0 2%;
    }
    .links {
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1005;
        margin-top: 5px;
    }
    .links li {
        float: right;
        height: 25px;
    }
    .links a.btn_ser {
        padding: 0 2px;
        height: 25px;
    }
    .ser {
        top: -3px;
        right: 200px;
        display: none;
        position: absolute;
    }
    .search {
        margin-top: 0;
    }
    #btn_ser {
        display: block;
    }
    .btn_ser {
        float: right;
    }
    .time {
        width: 177px;
    }
    .time span {
        margin: 5px 0 0 0;
    }
}

@media screen and (max-width:600px) {
    .logo {
        width: 300px;
        height: auto;
        padding-top: 50px;
    }
    .slide_tabs {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .time span {
        display: none;
    }
    .ser {
        right: 50px;
    }
}