@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/

/* 全局界面 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
}

.mr15 {
    margin-right: 15px;
}

.grid {
    margin-bottom: 20px;
    font-size: 16px;
}

.grid .list-t li {
    font-size: 16px;
}

.grid .list-t li a:hover {
    font-weight: bold;
    color: #333;
}

.w590 {
    width: 590px;
}

.w390 {
    width: 390px;
}

.tab {
    height: 46px;
    margin-bottom: 14px;
    line-height: 0;
    font-size: 0;
}

.tab a {
    display: inline-block;
    min-width: 5em;
    border: 1px dashed #ccc;
    margin-right: -1px;
    padding: 0 20px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
}


.tab a.current {
    position: relative;
    border-color: #37e;
    background-color: #37e;
    color: #fff;
}

/* part1 */

.p1 {
    margin-top: -40px;
    padding: 40px 0;
    background: #0b41a1 url(/images/index_2018/p1.jpg) 50% 0 no-repeat;
}

.p1 .inner {
    padding: 20px 0;
    background-color: #fff;
}

/* 焦点图 */

.focus {
    position: relative;
    overflow: hidden;
    display: block;
    width: 590px;
    height: 350px;
    margin-left: 20px;
}

.focus .slide,
.focus .slide>div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 590px;
    height: 360px;
}

.focus .pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 590px;
    height: 330px;
}

.focus .pic img {
    width: 590px;
    min-height: 330px;
}

.focus .title {
    display: block;
    position: relative;
    border-top: 6px solid #f80;
    margin: -66px 30px 0;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(247, 247, 247, .85);
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 138px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    float: left;
    position: relative;
    left: 50%;
    margin-top: -20px;
}

.focus .navi li {
    float: left;
    position: relative;
    right: 50%;
    width: 40px;
    height: 10px;
    margin: 0 2px;
    font: 0/0 lx;
    background-color: #e9e9e9;
    color: transparent;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #37e;
}

.news {
    width: 550px;
    margin-right: 20px;
}

.news .list-t li:before,
.news .list-t li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 9px;
    border-style: solid;
    border-color: #ddd;
    background: none;
    border-radius: 0;
}

.news .list-t li:before {
    height: 5px;
    margin-top: -3px;
    border-width: 1px 0;
}

.news .list-t li:after {
    border-width: 1px 0 0;
}

.news .list-t li:hover:before {
    width: 7px;
    height: 9px;
    margin-top: -4px;
    border-color: #d00;
    border-width: 0 1px;
}

.news .list-t li:hover:after {
    width: 0;
    height: 9px;
    margin: -4px 0 0 4px;
    border-color: #d00;
    border-width: 0 0 0 1px;
}

/* part2/3 */

.banner {
    margin: 20px -15px 0 0;
}

.banner li {
    position: relative;
    overflow: hidden;
    width: 390px;
    height: 80px;
    margin-right: 15px;
}

.banner li a img {
    display: block;
    transition: all .3s;
}

.banner li a:hover img {
    transform: scale(1.08, 1.08);
}

.list-a li i,
.t0 i {
    display: inline-block;
    background-image: url(/images/index_2018/icons.png);
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.t0 {
    height: 40px;
    line-height: 40px;
    background: url(/images/index_2018/t.png) bottom repeat-x;
}

.t0 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    background-color: #fff;
}

.t0 b {
    display: inline-block;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 22px;
    vertical-align: top;
    background-color: #fff;
}

i.gk {
    background-position: 0 0;
}

i.fw {
    background-position: -40px 0;
}

i.hd {
    background-position: -80px 0;
}

.a1 {
    margin-right: -15px;
}

.a1 li {
    width: 120px;
    margin: 20px 15px 0 0;
    padding-top: 25px;
}

.a1 li a {
    display: block;
    border: 1px solid #bde;
    line-height: 43px;
}

.a1 li i {
    display: block;
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    margin: -30px auto 0;
    padding: 5px;
    line-height: 40px;
    text-align: center;
    background-color: #e6f0fa;
}

.a1 li a:hover {
    border-color: #37e;
}

.a1 li a:hover i {
    background-color: #37e;
}

.a1 .s1 {
    background-position: 5px -35px;
}

.a1 .s2 {
    background-position: -35px -35px;
}

.a1 .s3 {
    background-position: -75px -35px;
}

.a1 .s4 {
    background-position: -115px -35px;
}

.a1 .s5 {
    background-position: -155px -35px;
}

.a1 .s6 {
    background-position: -195px -35px;
}

.a1 .s7 {
    background-position: -235px -35px;
}

.a1 .s8 {
    background-position: -275px -35px;
}

.a1 .s9 {
    background-position: -315px -35px;
}

.a1 a:hover .s1 {
    background-position: 5px -75px;
}

.a1 a:hover .s2 {
    background-position: -35px -75px;
}

.a1 a:hover .s3 {
    background-position: -75px -75px;
}

.a1 a:hover .s4 {
    background-position: -115px -75px;
}

.a1 a:hover .s5 {
    background-position: -155px -75px;
}

.a1 a:hover .s6 {
    background-position: -195px -75px;
}

.a1 a:hover .s7 {
    background-position: -235px -75px;
}

.a1 a:hover .s8 {
    background-position: -275px -75px;
}

.a1 a:hover .s9 {
    background-position: -315px -75px;
}

.a2 {
    margin-right: -20px;
}

.a2 li {
    margin-right: 20px;
    padding-top: 20px;
}

.a2 li a {
    display: block;
    width: 145px;
    height: 120px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.a2 li i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border-radius: 100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
}

.a2 li a b {
    display: block;
    margin: 0 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background-color: #fff;
    color: #06b;
    border-radius: 100px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.a2 li a b span {
    font-family: simsun;
}

.a2 .s1 {
    background: linear-gradient(to bottom, #599ce9, #0f68d7);
}

.a2 .s2 {
    background: linear-gradient(to bottom, #a890ea, #7859c3);
}

.a2 .s1 i {
    background-position: 0 -160px;
}

.a2 .s2 i {
    background-position: -80px -160px;
}

.a3 {
    padding: 10px 20px;
    background-color: #eef7ff;
    border-radius: 10px;
}

.a3 li {
    line-height: 60px;
    text-align: center;
}

.a3 li>a {
    display: block;
    width: 175px;
}

.a3 li:nth-child(even)>a {
    border-left: 1px dashed #ccc;
    margin-left: -1px;
}

.a3 li i {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 -10px;
    vertical-align: top;
}

.a3 li p {
    width: 350px;
    height: 60px;
    overflow: hidden;
    border-top: 1px dashed #ccc;
    margin-top: 9px;
    padding-top: 10px;
}

.a3 .s1 {
    background-position: -170px -170px;
}

.a3 .s2 {
    background-position: -250px -170px;
}

.a2 li a:hover i,
.a3 li a:hover i {
    transform: translate(0, -3px);
}

.a4 {
    margin-right: -20px;
}

.a4 li {
    width: 185px;
    margin: 20px 20px 0 0;
}

.a4 li a {
    border: 1px solid #ddd;
    padding: 9px;
    line-height: 50px;
}

.a4 li a:hover {
    border-color: #37e;
    background-color: #37e;
    color: #fff;
}

.a4 li i {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 -15px;
    vertical-align: top;
}

.a4 li a:hover i {
    transform: translate(3px, 0);
}

.a4 .s1 {
    background-position: -15px -255px;
}

.a4 .s2 {
    background-position: -95px -255px;
}

.a4 .s3 {
    background-position: -175px -255px;
}

.a4 .s4 {
    background-position: -255px -255px;
}

.p3 img {
    display: block;
    margin: 0 auto;
}


/* 专题专栏 */
.ztzl li{
    width:350px;
    height: 130px;
    margin: 20px;
    float: left;
    overflow: hidden;
    }
.ztzl li img{
    display: block;
    transition: all .3s;
}
.ztzl li a:hover img {
    transform: scale(1.08, 1.08);
}
/* 站群 */
.zq li{
    width:510px;
    height: 130px;
    line-height: 130px;
    font-size: 24px;
    font-weight:bold;
    float: left;
    margin: 30px;
    text-align: center;
    background: url(/images/index_2018/link_bg.png) 0 0 no-repeat;
}
.zq a{
    color: #5c7ec7;
    display: block;
    transition: transform .3s;
 }
.zq li:hover a {
    color: #205db3;
    transform: translate(0, -3px);
}
/* 新闻 */
.w580{
    width:580px;
}
.box h3{
    position: relative;
}
.box h3 b,.t5 b{
    display: block;
    background-color: #3c7ce0;
    width:135px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}
.box h3 b a{
color:#fff;
}
.t5 {
    height: 48px;
    line-height: 48px;
    position: relative;
    background: url(/images/index_2018/t.png) 50% repeat-x;
}
.more{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    font-size: 16px;
    display: block;
    font-weight: normal;
    padding:0px 10px;
}

/* 服务 */
.zwfw {
    position: relative;
}

.zwfw img {
    width: 585px;
    height: 170px;
    display: block;
}

.zwfw_btn {
    display: block;
    width: 565px;
    height: 200px;
    position: absolute;
    top: 130px;
    left: 12px;
    background: url(/images/index_2018/service02.png) 0px 0px no-repeat;
}

.zwfw_btn li {
    width: 125px;
    height: 200px;
    float: left;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: none;
    -webkit-box-shadow: 0 5px 5px rgba(7, 0, 2, .2);
    -moz-box-shadow: 0 5px 5px rgba(7, 0, 2, .2);
    box-shadow: 0 5px 5px rgba(7, 0, 2, .2);
}

.zwfw_btn li+li {
    margin-left: 20px;
}

.zwfw_btn li i {
    width: 40px;
    height: 40px;
    margin: 50px 40px 20px 40px;
    display: inline-block;
    background-image: url(/images/index_2018/icons.png);
    background-repeat: no-repeat;
}

.zwfw_btn li a {
    display: block;
    color: #fff;
    font-size: 18px;
    transition: transform .3s;
}

.zwfw_btn li a:hover {
    transform: translate(0, -3px);
}

.zwfw_btn li i.s1 {
    background-position: -160px -320px;
}

.zwfw_btn li i.s2 {
    background-position: -200px -320px;
}

.zwfw_btn li i.s3 {
    background-position: -240px -320px;
}

.zwfw_btn li i.s4 {
    background-position: -280px -320px;
}

.qzqd li {
    width: 270px;
    height: 90px;
    float: left;
    margin: 0px 0px 20px 20px;
    background: url(/images/index_2018/icons.png) 0px -400px repeat-x;
}

.qzqd li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 85px;
    transition: transform .3s;
}

.qzqd li a:hover {
    transform: translate(0, -3px);
}

.qzqd li i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 15px 70px 0px 25px;
    background-image: url(/images/index_2018/icons.png);
    background-repeat: no-repeat;
}

.qzqd li i.s1 {
    background-position: -160px -360px;
}

.qzqd li i.s2 {
    background-position: -200px -360px;
}

.qzqd li i.s3 {
    background-position: -240px -360px;
}

.qzqd li i.s4 {
    background-position: -280px -360px;
}

.xxpt li {
    width: 260px;
    height: 120px;
    float: left;
    margin-left: 20px;
}

.xxpt li a {
    display: block;
    transition: transform .3s;
}

.xxpt li a:hover {
    transform: translate(0, -3px);
}

/* 互动 */
.w560 {
    width: 560px;
}

.w590 {
    width: 590px;
}

.w540 {
    width: 540px;
}

.w285 {
    width: 285px;
}

.zxft h4 {
    width: 580px;
    height: 110px;
        position: relative;
    font: bold 20px/100px microsoft yahei, smihei;
   /* background-color: #3c7ce0;
    -webkit-box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
    -moz-box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
    box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
    background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: -moz-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: -o-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: -ms-linear-gradient(bottom, #f0f0f0, #fff);
    background-image: linear-gradient(to top, #f0f0f0, #fff);*/
    background:url(/images/index_2018/fangtan-bg_03.png) 0 no-repeat; 
}

.zxft h4 i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    margin-top: 33px;
    margin-right: 20px;
    background: url(/images/index_2018/icons.png) -320px -320px no-repeat;
}

.zxft img {
    width: 300px;
    height: 225px;
    float: left;
    margin-right: 15px;
}

.zxft p {
    color: #5d5d5d;
    font: normal 14px/28px microsoft yahei, smihei;
}

.zxft p span {
    display: inline-block;
    float: left;
}

.zxft p b {
    display: inline-block;
    font-weight: normal;
    width: 170px;
}

.bt {
    font: bold 20px/40px microsoft yahei, smihei;
}

.dc li {
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
    font: normal 16px/30px microsoft yahei, smihei;
}

.dc li i {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background: url(/images/index_2018/icons.png) -360px -325px no-repeat;
}

.dc li a.linkdc {
    display: block;
    float: right;
    width: 90px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px dashed #aeceff;
}
.dc li a:hover{
 color: #048;
transform: translate(0, -3px);
}
.dc li a.linkdc:hover {
    color: #fff;
    background-color: #fe7733;
    border: 1px dashed #ffa544;
}






.mail {
    display: inline-block;
}

.mail li {
    width: 180px;
    height: 80px;
    float: left;
    font-size: 18px;
    line-height: 80px;
    background: url(/images/index_2018/icons.png) 0px -490px no-repeat;
    -webkit-box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
    -moz-box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
    box-shadow: 0 5px 5px rgba(39, 55, 79, .2);
}

.mail li+li {
    margin-left: 25px;
}

.mail li a {
    display: block;
    transition: transform .3s;
}

.mail li a:hover {
    transform: translate(0, -3px);
}

.mail li i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 20px 18px;
    background-image: url(/images/index_2018/icons.png);
    background-repeat: no-repeat;
}

.mail li i.s1 {
    background-position: -280px -400px;
}

.mail li i.s2 {
    background-position: -320px -400px;
}

.mail li i.s3 {
    background-position: -360px -400px;
}

.jbfs {
    width: 280px;
    height: 212px;
    position: relative;
    border-radius: 5px;
    background: #f5f5f5 url(/images/index_2018/jbfs.png) bottom left no-repeat;
}

.jbfs h3 {
    width: 235px;
    height: 40px;
    padding: 5px 20px;
    color: #fff;
    margin-top: 10px;
    margin-left: -5px;
    margin-bottom: 10px;
    font: bold 16px/20px microsoft yahei, smihei;
    border-radius: 0px 50px 50px 0px;
}

.jbfs_bt01 {
    background-color: #f86b60;
}

.jbfs_bt01 i {
    position: absolute;
    top: 60px;
    left: -5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #b7372d transparent transparent;
}

.jbfs_bt02 {
    background-color: #f19a3d;
}

.jbfs_bt02 i {
    position: absolute;
    top: 60px;
    left: -5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #a85a07 transparent transparent;
}

.jbfs p {
    padding-left: 10px;
    font: normal 14px/24px microsoft yahei, smihei;
}