﻿/*20171215 CSS3*/

ul,
li {
    list-style-type: none
}

a {
    text-decoration: none
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="password"] {
    border-radius: 0;
}

.fl {
    float: left
}

.fr {
    float: right;
}

.fr1 {
    margin: auto;
}

.main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.top-h1 {
    height: 34px;
    background: #F3F4F9;
}

.bgbg {
    background-color: #f8f5f1
}

.search-box {
    float: right;
    margin-top: 3px;
    position: relative;
    width: 180px;
    height: 24px;
    border: 1px solid #979797;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.search-box .ipttxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 33px 0 0 33px;
    background-color: #F3F4F9;
}

.search-box .searchBtn {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 15px;
    height: 15px;
    background: url(../images/search.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
}

.search-box .ipttxt,
.search-box .searchBtn {
    border: none;
    outline: none;
}

.top-h2 {
    height: 238px;
    background: url("../images/banner.png") no-repeat center center;
    background-size: cover
}

.menu-bg {
    background-color: #2268b7;
}

.nav-owe {
    display: block;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-owe li {
    float: left;
    width: 12%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav-owe li a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.nav-owe li:hover,
.nav-owe li.active {
    background-color: #cf1b1b
}

.b-menu {
    display: block;
    height: 100%;
    position: relative
}

.b-menu li.jb-btn1,
.b-menu li.jb-btn2,
.b-menu li.jb-btn3 {
    width: 295px;
    height: 105px;
}

.b-menu li.jb-btn1 {
    position: absolute;
    top: 6.67%;
    right: 21.5%;
    background: url("../images/btn1.png") no-repeat;
}

.b-menu li.jb-btn2 {
    position: absolute;
    top: 36.67%;
    right: 10.5%;
    background: url("../images/btn2.png") no-repeat;
}

.b-menu li.jb-btn3 {
    position: absolute;
    top: 70%;
    right: 1.5%;
    background: url("../images/btn3.png") no-repeat;
}

.b-menu li a {
    display: block;
    width: 295px;
    height: 105px;
}

.tit {
    /* border-bottom: 1px solid #ffa7a7; */
    margin-top: 25px;
    padding-bottom: 10px;
}

.tit h4 {
    display: inline;
    font-weight: 500;
    color: #1978be;
    font-size: 20px;
    border-bottom: 2px solid #1978be;
    padding-bottom: 8px;
}

.tit span {
    font-size: 14px;
    color: #c3c3c3;
    float: right;
}

.more-tag {
    margin-left: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/tag4.png") no-repeat;
}

.jbqt {
    margin-top: 30px;
    height: 150px;
}

.jbqt li {
    float: left;
    width: 30%;
    margin-right: 4.7%;
    height: 150px;
    text-align: center;
    border: 1px solid #dadada;
    background-color: #f3f3f3;
    cursor: pointer
}

.jbqt li:last-child {
    margin-right: 0
}

.jbqt li img {
    margin-top: 10px;
}

.jbqt li p {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}

.jbqt li:hover,
.jbqt li.active {
    background: url("../images/tag9.jpg") repeat-x;
}

.jbqt li:hover p,
.jbqt li.active p {
    color: #fff
}

.myscroll {
    height: 215px;
    overflow: hidden
}

.new-list,
.new-list1 {
    display: block;
    width: 100%;
    margin-top: 15px;
    overflow: hidden
}

.new-list li {
    font-size: 14px;
    color: #777;
    height: 35px;
    line-height: 35px;
}

.new-list li a {
    color: #777;
    display: inline-block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-list li span {
    display: inline-block;
    width: 20%;
    float: right;
    text-align: center;
}

.new-list li:hover a,
.new-list li:hover span {
    color: #ff0000
}

.jb-query {
    height: 203px;
    padding-top: 25px;
    background: url("../images/tag5.png") no-repeat
}

.tishi {
    padding-left: 25px;
    padding-right: 55px;
    font-size: 12px;
    line-height: 18px;
    color: #ff0101
}

.queryBtn {
    width: 125px;
    height: 30px;
    border: none;
    background-color: #1978be;
    outline: none;
    color: #fff;
}

.w220 {
    width: 220px;
}

.w85 {
    width: 85px;
}

.yzmBtn {
    width: 100px;
    height: 30px;
    border: 1px solid #dadada;
    background-color: #f0f0f0;
    outline: none;
    color: #ff0101;
}


/*轮播样式*/

.section-focus-pic {
    margin-top: 25px;
    height: 247px;
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left
}

.section-focus-pic ul li {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 247px;
}

.section-focus-pic ul li img {
    height: 100%;
    width: 100%
}

.section-focus-pic ul li h3 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60%;
    font-weight: normal;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.section-focus-pic ul li a {
    color: #fff
}

.section-focus-pic ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background-color: #000;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.section-focus-pic .pages1 {
    width: 100%;
    height: inherit;
}

.section-focus-pic .controler {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.section-focus-pic .controler b {
    cursor: pointer;
    width: 20px;
    height: 10px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    background: url(../images/news_index_icon.png) no-repeat -141px 0;
    float: left;
    margin: 0 0 0 5px;
}

.section-focus-pic .controler b.down {
    background-position: -164px 0;
}

.footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #2268b7;
    border-top: 5px solid #820000
}

.gongan {
    display: inline-block;
    width: 18px;
    height: 20px;
    vertical-align: text-bottom;
    background: url("../images/jh.gif") no-repeat;
}

.carousel-caption h4 {
    font-size: 16px;
}

.imgT {
    border-right: 1px solid #5f93ca;
    padding-top: 15px;
    padding-bottom: 15px;
}

.f-infor {
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
}

.newBox {
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #999;
    margin-bottom: 40px;
}

.newBox1 {
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 #999;
    margin-bottom: 40px;
}


/*new_list*/

.new-list1 li {
    font-size: 16px;
    color: #000;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ddd;
}

.new-list1 li a {
    color: #000;
    display: inline-block;
    float: left;
    width: 77%;
    height: 60px;
    background: url("../images/list.png") no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-list1 li span {
    display: inline-block;
    width: 20%;
    float: right;
    text-align: right;
}

.new-list1 li:hover a,
.new-list1 li:hover span {
    color: #ff0000
}

.Newpages {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.Newpages ul li {
    float: left;
    margin: 5px;
    font-size: 14px;
    color: #5f5f5f
}

.Newpages ul li a {
    color: #5f5f5f
}

.Newpages ul li.active a,
.Newpages ul li:hover a {
    color: #ce0000
}

.ptxt,
.pbtn {
    border: 1px solid #ddd;
    outline: none;
    padding: 0 5px;
    margin-left: 10px;
    margin-top: -5px;
    float: left
}

.ptxt {
    width: 30px;
}

.pbtn {
    height: 30px;
    background-color: #f5f5f5;
    color: #5f5f5f
}

.oth {
    float: left;
}

.word1 {
    font-size: 20px;
    font-family: "宋体";
    color: #000;
    line-height: 35px;
    text-indent: 2em
}

.word2 {
    font-size: 18px;
    font-family: "宋体";
    color: #000;
    line-height: 40px;
}

.word3 {
    font-size: 18px;
    color: #ba0000;
    line-height: 30px;
    margin-top: 35px;
    font-weight: bold
}

.word4 {
    font-size: 20px;
    color: #2875ba;
    line-height: 35px;
    font-weight: bold;
    text-indent: 2em;
}

.word5 {
    font-size: 22px;
    color: #2875ba;
    font-family: "黑体";
    font-weight: bold;
    vertical-align: middle
}

.jbbox1 {
    margin-top: 50px;
    text-align: center;
}

a.NameBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 352px;
    height: 95px;
    line-height: 95px;
    border: none;
    outline: none;
    background: url("../images/jbbtn.png") repeat-x;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
    border-radius: 20px;
}

.jbxz-tit {
    width: 115px;
    height: 32px;
    margin-bottom: 25px;
    background: url("../images/jbxz_tit.png") no-repeat left center;
}

.jbxz-con {
    border: 1px solid #ddd;
    height: 500px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    overflow-y: scroll;
}

a.wyjb {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #095a95;
}

.wyjb {
    display: block;
    width: 150px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #095a95;
    border: none;
    outline: none;
}

.zyts-tit {
    width: 116px;
    height: 32px;
    margin-bottom: 25px;
    background: url("../images/zyts.png") no-repeat left center;
}

.central {
    border-top: 1px solid #82c4ff;
    padding: 50px 0;
    text-align: center
}

.central input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.sqxz-tit {
    width: 116px;
    height: 32px;
    margin-bottom: 25px;
    background: url("../images/sqxz.png") no-repeat left center;
}

.centerBtn {
    width: 150px;
    height: 50px;
    margin: 40px;
    background-color: #2875ba;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    outline: none;
}

.passage-tit {
    font-size: 30px;
    color: #0a5c99;
    padding-bottom: 25px;
    text-align: center;
}

.lyuan {
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.lyuan span {
    margin: 0 15px;
}

.lyuan span em {
    font-style: normal;
}

.subpass-tit {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

.neirong {
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.neirong p {
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 40px;
}

.jjz-list {
    display: block;
    width: 100%;
    overflow: hidden;
}

.jjz-list li {
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 16px;
    color: #2875ba;
    height: 40px;
    margin-bottom: 35px;
    cursor: pointer;
}

.jjz-list li a {
    width: 295px;
    color: #2875ba;
    text-align: left
}

.jjz-list li:hover a,
.jjz-list li.active a {
    text-decoration: underline;
    color: #ff7f21;
}

.jbxxtx-tit {
    width: 172px;
    height: 32px;
    background: url("../images/txjbxx.png") no-repeat left center;
}

.p60 {
    padding: 40px 60px;
}

.newBox2 {
    background-color: #fff;
    box-shadow: 0 0 4px 0 #999;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.jbinfor {
    width: 100%;
    overflow: hidden;
}

.jbinfor .tit-v2 {
    height: 40px;
    line-height: 40px;
    background-color: #80c3ff;
    color: #fff;
    font-size: 18px;
    font-family: "黑体";
    font-weight: 500;
    padding-left: 60px;
}

.cf {
    color: #cf0000
}

.pad-l {
    padding-left: 60px;
}

.default-line {
    line-height: 30px;
}

.no-rezise {
    resize: none
}

.submitBtn,
.resetBtn {
    width: 110px;
    height: 36px;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 25px;
}

.submitBtn {
    background-color: #095a95;
    color: #fff;
    border: none;
}

.resetBtn {
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #ddd;
}

.btnmar {
    margin-top: 25px;
}

.yzm {
    margin-left: 10px;
    width: 92px;
    height: 30px;
    vertical-align: middle
}


/*2017-12-26修改样式*/

.bm-box {
    margin-top: 50px;
    margin-bottom: 175px;
}

.select-box {
    float: left;
    position: relative;
    width: 33.3%;
    height: 30px;
}

.select-city .select-header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-family: "宋体";
    font-size: 16px;
    font-weight: 600;
    color: #2875ba;
    cursor: pointer;
    overflow: hidden;
}

.select-city .select-arrow {
    background-position: 95px -12px;
}

.select-city .select-content {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #f9f9f9;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #2875ba;
}

.select-city .select-content li {
    width: inherit;
    height: 30px;
    margin: 0;
    font-family: "宋体";
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
    cursor: pointer;
}

.select-city .select-content li a {
    display: block;
    color: #333;
}

.pt20 {
    padding-top: 25px;
}


/*网上留言*/

a.wslyBtn {
    display: block;
    float: right;
    margin-bottom: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    background: url("../images/liuyan.png") #2875ba no-repeat 10px center;
}

.wsly-tit {
    width: inherit;
    height: 32px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #82c4ff;
    background: url("../images/wsly.png") no-repeat left center;
}

.wsly-box {
    margin: 35px;
    width: inherit;
    height: 430px;
    background: url("../images/xinfeng.png") #f6f6f6 no-repeat center 10px;
}

.wsly-con {
    display: block;
    margin-left: 70px;
    padding-top: 30px;
}

.wsly-con li {
    display: block;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}

.wsly-con li label {
    display: inline-block;
    float: left;
    width: 10%;
    color: #333;
    line-height: 30px;
}

.wsly-con li .dfinput {
    display: inline-block;
    float: left;
    width: 80%;
}

.txtarea {
    display: inline-block;
    float: left;
    width: 80%;
    height: 280px;
    line-height: 30px;
    resize: none;
}


/*快递单跟踪*/

.mh-list-wrap {
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #999;
    margin-bottom: 40px;
}

.mh-list-wrap .mh-list ul {
    padding-left: 120px;
    padding-right: 20px;
    overflow: hidden;
}

.mh-list-wrap .mh-list li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    color: #333;
}

.mh-list-wrap .mh-list li p {
    padding-top: 15px;
    margin: 0;
}

.mh-list-wrap .mh-list li.first {
    color: #cc0000;
}

.mh-list-wrap .mh-list li .before {
    position: absolute;
    left: -13px;
    top: 3.4em;
    height: 100%;
    width: 0;
    border-left: 2px solid #ddd;
}

.mh-list-wrap .mh-list li .after {
    position: absolute;
    left: -18px;
    top: 2.5em;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 8px;
}

.mh-list-wrap .mh-list li.first .after {
    background: #e8e8e8;
    border: 2px solid #1978be;
}

.mh-icon-new {
    position: absolute;
    left: -20px;
    top: 2.6em;
    margin-left: -100px;
    margin-top: -9px;
    font-size: 16px;
    color: #333;
}

.oth-tit {
    width: 100%;
    height: 32px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-bottom: 15px;
    background: url("../images/oth_jb.jpg") no-repeat left center;
    border-bottom: 1px solid #82c4ff;
}

.oth-table {
    width: 100%;
}

.oth-table thead tr th {
    background-color: #82c4ff;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #095389;
}

.oth-table tbody tr:nth-child(2n+1) {
    background: url("../images/oth_bg.png") repeat;
}

.oth-table tbody tr td {
    padding: 15px 0;
    font-size: 18px;
    color: #095389;
    line-height: 30px;
    text-align: center;
}

a.othBtn {
    display: inline-block;
    width: 75px;
    height: 29px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    background-color: #00299b;
}

.wxts {
    margin-top: 25px;
    background: url("../images/wxts.png") no-repeat;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #d40000;
    padding-top: 80px;
}

.oth-box {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #999;
    margin-bottom: 40px;
}

.Box1 {
    padding: 30px 40px;
}

.Box2 {
    padding: 15px 40px;
    margin-top: 10px;
    background-color: #eaeaea;
}

.xgtj-tit {
    font-size: 16px;
    color: #00299b
}

.xgjb-list {
    display: block;
    width: 100%;
    overflow: hidden;
}

.xgjb-list li {
    float: left;
    margin: 0 25px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.xgjb-list li a {
    color: #000
}

.xgjb-list li a:hover {
    color: #00299b;
    font-weight: 500
}

.Box3 {
    padding: 15px 40px;
    margin-top: 10px;
    background-color: #fff;
}

.tel {
    line-height: 30px;
    font-size: 16px;
    color: #666
}

.tel b {
    color: #d40000
}


/*banner 轮播*/


/* fullSlide */

.fullSlide {
    width: 100%;
    position: relative;
    height: auto;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    height: 450px;
}

.carousel {
    margin-bottom: 0
}


/*2018-01-04 修改*/

.banner {
    position: relative;
    width: 100%;
    height: 450px;
    background: url("../images/v5_banner.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.oth-div {
    position: absolute;
    right: 0;
    top: 95px;
    width: 245px;
    z-index: 2;
}


/*.v5-tit{*/


/*width: 194px;*/


/*height: 28px;*/


/*background: url("../images/v5tit.png") no-repeat;*/


/*}*/

.threeBtn1 {
    width: inherit;
}

.jbBtn1,
.jbBtn2,
.jbBtn3 {
    display: block;
    width: 245px;
    height: 70px;
    margin-top: 25px;
}

.jbBtn1 {
    background: url("../images/ybBnt1.png") no-repeat center center;
}

.jbBtn2 {
    background: url("../images/ybBnt2.png") no-repeat center center;
}

.jbBtn3 {
    background: url("../images/ybBnt3.png") no-repeat center center;
}


/*2018-01-04 end*/

.oth-div .dh {
    display: block;
    margin-top: 50px;
}

.oth-div .whzy {
    display: block;
    margin-top: 30px;
}

.oth-div .threeBtn {
    margin-top: 30px;
}

.oth-div .threeBtn a {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #eaeaea;
    color: #fff;
    background-color: #154277;
    font-size: 24px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 4px 0 0 #444;
}

.jjjg-box1 {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.peo-img {
    width: 157px;
    height: 227px;
    border: 6px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #999;
}

.peo-w1 {
    text-align: left;
    text-indent: 2em;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.peo-w2 {
    color: #999;
    text-align: right
}

.people-list {
    display: block;
    width: 100%;
    overflow: hidden;
}

.people-list li {
    float: left;
    width: 33.3%;
}

.people-list li a {
    display: block;
    width: 195px;
    margin: 20px auto;
    text-align: center;
}

.people-list li a img {
    width: 157px;
    height: 227px;
    border: 6px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #999;
}

.people-list li a div {
    width: inherit;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.people-list li a:hover img {
    border: none;
    box-shadow: none;
    padding: 6px 0;
}

.people-list li a:hover div {
    background-color: #fff
}

.people-list li a:hover {
    box-shadow: 0 0 4px 0 #999;
}

.peo-tit {
    font-size: 16px;
    color: #5293bf;
    margin-top: 50px;
    text-align: left
}


/*2018-01-05*/

.classify {
    margin-top: 20px;
    text-indent: 2em;
    color: #000
}

.classify label {
    color: #666;
    display: inline
}

.clyj-box {
    background-color: #eaeaea;
    padding: 15px;
    margin-top: 20px;
    line-height: 34px;
    font-size: 16px;
}

.clyj-box h5 {
    display: inline;
    color: #d40000;
    border-left: 4px solid #d40000;
    padding-left: 10px;
    font-size: 16px;
}

.clyj-box .clyj-con {
    line-height: 34px;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
}

.clyj-box .clyj-time {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
}


/*2018-01-05banner淡入淡出轮播*/

.flexslider {
    position: relative;
    height: 450px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 450px;
}

.slides li.bg1 {
    background: url(../images/v5_banner.jpg) 50% 0 no-repeat;
}

.slides li.bg2 {
    background: url(../images/v5_banner1.jpg) 50% 0 no-repeat;
}

.slides li.bg3 {
    background: url(../images/v5_banner2.jpg) 50% 0 no-repeat;
}

@media (max-width:1024px) and (min-width:980px) {
    .jbqt li {
        margin-right: 4.5%;
    }
    .jbqt li:last-child {
        margin-right: 0;
    }
    .p60 {
        padding: 15px 40px;
    }
    .jbinfor .tit-v2 {
        padding-left: 40px;
    }
    .pad-l {
        padding-left: 40px;
    }
}

@media (max-width:979px) and (min-width:768px) {
    .top-h2 {
        height: 203px;
        background: url("../images/ipad_banner.png") no-repeat center center;
        background-size: cover
    }
    .form-horizontal .control-label {
        width: 100px;
    }
    .form-horizontal .controls {
        margin-left: 120px;
    }
    .tishi {
        padding-left: 15px;
        padding-right: 25px;
    }
    .jbqt li {
        margin-right: 4.5%;
    }
    .new-list1 li a {
        width: 75%;
    }
    .Newpages {
        width: 90%;
    }
    .pad-l {
        padding-left: 0;
    }
    .p60 {
        padding: 15px 10px;
    }
    .jbinfor .tit-v2 {
        padding-left: 10px;
    }
    .select-box {
        width: 50%;
        margin-bottom: 15px;
    }
    .select-city .select-content li {
        font-size: 12px;
    }
    .wsly-con {
        margin-left: 35px;
    }
    .oth-table thead tr th {
        font-size: 14px;
        padding: 10px 0
    }
    .oth-table tbody tr td {
        padding: 10px 0;
        font-size: 14px;
    }
    .xgjb-list li {
        font-size: 14px;
    }
    .tel {
        font-size: 14px;
    }
    a.othBtn {
        padding: 3px 5px;
        font-size: 12px;
    }
    .banner {
        position: relative;
        width: 100%;
        height: 300px;
        background: url("../images/v5_banner.jpg") no-repeat top center;
        background-size: 100% 100%;
    }
    .flexslider {
        height: 300px
    }
    .slides li {
        height: 300px;
    }
    .slides li.bg1 {
        background: url(../images/ipad_ba1.png) 50% 0 no-repeat;
    }
    .slides li.bg2 {
        background: url(../images/ipad_ba2.png) 50% 0 no-repeat;
    }
    .slides li.bg3 {
        background: url(../images/ipad_ba3.png) 50% 0 no-repeat;
    }
    .oth-div {
        position: absolute;
        top: 45px;
        right: 10px;
        width: 178px;
        height: auto;
        padding: 5% 2%;
        z-index: 1;
    }
    .threeBtn1 {
        width: inherit;
    }
    .jbBtn1,
    .jbBtn2,
    .jbBtn3 {
        display: block;
        width: 178px;
        height: 51px;
        margin-top: 15px;
    }
    .jbBtn1 {
        background: url("../images/ybBnt1.png") no-repeat center center;
        background-size: 178px 51px;
    }
    .jbBtn2 {
        background: url("../images/ybBnt2.png") no-repeat center center;
        background-size: 178px 51px;
    }
    .jbBtn3 {
        background: url("../images/ybBnt3.png") no-repeat center center;
        background-size: 178px 51px;
    }
}

@media (max-width:480px) {
    .header {
        background-color: #2268b7;
        height: 50px;
    }
    .top-h2 {
        height: 140px;
        background: url("../images/ph_banner.jpg") no-repeat center center;
        background-size: 100% 100%
    }
    .ph-btn {
        text-align: center;
    }
    .ph-btn a {
        display: block;
        padding-top: 30px;
    }
    .ph-btn img {
        width: 122px;
        height: 36px;
    }
    .container {
        padding: 0 10px;
    }
    .tishi {
        padding-left: 5px;
        padding-right: 5px;
    }
    .jbqt li {
        margin-right: 4.0%;
    }
    .form-horizontal .control-label {
        margin-left: 5px;
        float: left;
        width: 25%;
    }
    .form-horizontal .controls {
        margin-left: 25%;
    }
    .form-horizontal .controls input[type="text"] {
        width: 50%
    }
    .fullSlide {
        height: auto;
    }
    .fullSlide .bd li {
        height: 186px;
    }
    .fullSlide .bd li a {
        height: 186px;
    }
    .yzmBtn {
        width: 80px;
        font-size: 12px;
        float: right;
    }
    .section-focus-pic {
        margin-top: 0;
        margin-bottom: 12px;
    }
    .newBox {
        padding: 0 5px;
    }
    .newBox1 {
        padding: 30px 10px;
    }
    .new-list1 li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .new-list1 li a {
        height: 40px;
        width: 64%;
    }
    .new-list1 li span {
        width: 25%;
        font-size: 12px;
    }
    .Newpages {
        width: 100%;
    }
    a.NameBtn {
        width: 280px;
        height: 80px;
        line-height: 80px;
    }
    .pad-l {
        padding-left: 0;
    }
    .p60 {
        padding: 15px 5px;
    }
    .jbinfor .tit-v2 {
        padding-left: 5px;
        font-size: 16px;
    }
    a.wslyBtn {
        margin-top: 15px;
    }
    .wsly-box {
        margin: 25px;
        width: inherit;
        padding-bottom: 15px;
    }
    .wsly-con {
        margin-left: 10px;
    }
    .wsly-con li label {
        display: inline-block;
        float: left;
        width: 20%;
        color: #333;
        line-height: 30px;
    }
    .wsly-con li .dfinput {
        width: 70%;
    }
    .txtarea {
        width: 70%;
        height: 240px;
        line-height: 30px;
        resize: none;
    }
    .w220 {
        width: 228px;
    }
    .select-box {
        width: 100%;
        margin-bottom: 25px;
    }
    .default-line {
        line-height: 24px;
    }
    .checkbox.inline {
        padding-top: 0
    }
    .search-box {
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -90px;
        top: 50%;
        margin-top: -12px;
    }
    .head-ph {
        position: relative;
        height: 50px;
        background: url("../images/qzlj.png") no-repeat left center;
    }
    button {
        padding: 1px 0;
    }
    .Box1 {
        padding: 10px 10px;
    }
    .Box2 {
        padding: 15px 10px;
    }
    .Box3 {
        padding: 15px 10px;
    }
    .oth-table thead tr th {
        font-size: 14px;
        padding: 10px 0
    }
    .oth-table tbody tr td {
        font-size: 12px;
    }
    .xgjb-list li {
        font-size: 14px;
    }
    .tel {
        font-size: 14px;
    }
    a.othBtn {
        width: 65px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .oth-tit {
        background: url(../images/oth_jb1.jpg) no-repeat left center;
        background-size: contain;
        padding-bottom: 10px;
    }
    .peo-img {
        width: 80px;
        height: 116px;
    }
    .peo-w1 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .people-list li a {
        width: 118px;
    }
    .people-list li a img {
        width: 80px;
        height: 116px;
    }
    /*2018-01-04新增*/
    .banner {
        position: relative;
        width: 100%;
        height: 240px;
        background: url("../images/v5_banner.jpg") no-repeat top center;
        background-size: 100% 100%;
    }
    .flexslider {
        height: 240px
    }
    .slides li {
        height: 240px;
    }
    .slides li.bg1 {
        background: url(../images/ph_ba1.png) 50% 0 no-repeat;
    }
    .slides li.bg2 {
        background: url(../images/ph_ba2.png) 50% 0 no-repeat;
    }
    .slides li.bg3 {
        background: url(../images/ph_ba3.png) 50% 0 no-repeat;
    }
    .oth-div {
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: -75px;
        height: auto;
        width: 150px;
        z-index: 1;
    }
    .threeBtn1 {
        width: inherit;
    }
    .jbBtn1,
    .jbBtn2,
    .jbBtn3 {
        display: block;
        width: 150px;
        height: 43px;
        margin-top: 10px;
    }
    .jbBtn1 {
        background: url("../images/ybBnt1.png") no-repeat center center;
        background-size: 150px 43px;
    }
    .jbBtn2 {
        background: url("../images/ybBnt2.png") no-repeat center center;
        background-size: 150px 43px;
    }
    .jbBtn3 {
        background: url("../images/ybBnt3.png") no-repeat center center;
        background-size: 150px 43px;
    }
}

.containerTopTextCss {
    line-height: 32px;
    float: left;
}

.xxImg {
    width: 120px;
    height: 140px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.xxContent>p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.xxContent>div {
    line-height: 2;
    font-size: 16px;
}

.topTextContents {
    background-color: #F3F4F9;
    padding: 40px 0;
    text-align: center;
}

.topTitleContents>h2 {
    font-size: 25px;
    letter-spacing: 2px;
}

.topTitleContents>div {
    font-size: 16px;
    margin-top: 15px;
}

.content_main>.widthFlagBox30 {
    width: 313px;
    margin-right: 0;
    float: left;
}

.content_main>.margin20 {
    margin: 0 30px !important;
}

.gkgsBox {
    padding: 20px;
    background: #F3F4F9;
    border-radius: 8px;
}

.gkgsBoxText {
    font-size: 18px;
    font-weight: 550;
    padding-bottom: 10px;
    position: relative;
}

.gkgsBoxText>p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gkgsBoxText::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 3px;
    background: #CF1C1A;
    border-radius: 3px;
    top: 30px;
}

.gkgsBoxTextTime {
    color: #999;
    font-size: 14px;
    padding: 15px 0;
}

.gkgsTextBottom {
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
}

.content_main>.heightFlagBox {
    height: 215px;
}

.content_main .heightFlagBoxDsp {
    height: 430px;
}

.content_main>.heightDongTaiBox {
    height: 305px;
}

.content_main .flagbox .cont .contContentText li a::before,
.content_main .bddt .cont li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #D8D8D8;
}

.content_main .bddt .cont li a::before {
    top: 23px;
}

.moneCsss {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 16px;
    height: 30px;
    font-weight: 550;
    line-height: 30px;
    background: url(./images/more_icon.png) left center no-repeat;
    padding-left: 20px;
}

.nav-IndexTop>li {
    position: relative;
}

.nav-IndexTop>li>a {
    font-size: 20px;
    font-weight: 550;
    color: #333;
    line-height: 28px;
    letter-spacing: 1px;
}

.nav-IndexTop>.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 35%;
    left: 35%;
    height: 3px;
    background-color: #CF1C1A;
    z-index: 99;
}

.nav-IndexTop>.active>a,
.nav-IndexTop>.active>a:hover,
.nav-IndexTop>.active>a:focus {
    color: #CF1C1A;
    border: 0 !important;
}