﻿@charset "utf-8";
/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #336dff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用  开始*/

body {
    overflow-x: hidden;
    font-size: 18px;
}

.inner,
.nav ul,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}
.links {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.grid,
.main,
.side {
    padding:20px 0px;
}

.tab {
    height: 46px;
}

.tab-pane {
     position: relative;
     overflow: hidden;
 }

 .tab-pane .pane>ul,
 .tab-pane .pane>div {
     animation-duration: .3s;
 }

.grid h2{
    font-size: 28px;
    line-height: 56px;
}

.grid h2 b{
    display: inline-block;
    line-height: 56px;
}

.grid h2 i.s1{
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background: url(/material/images/sjkf/icons.png) -20px -18px no-repeat;
}


.box_line{
    width: 100%;
    border:1px solid #ccd8e7;
}

.t5{
    position: relative;
    height: 60px;
}

.t5 b {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    color: #205190;
    font-size: 22px;
    line-height: 60px;
}

.t5 b:before, .t5 b:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2000px;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.t5 b:before {
    right: 100%;
}

.t5 b:after {
    left: 100%;
}

/* 头部、底部、公用  结束*/

/* 首页 开始*/

/* part2开始 */

.line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

.bjtj{
    padding:20px 60px;
    width: 790px;
    color: #fff;
    border-radius:3px;
    background: #3c6dac;
    background: -webkit-linear-gradient(180deg, #3c6dac, #a6c0e0);
    background: linear-gradient(180deg, #3c6dac, #a6c0e0);
}

.bjtj h4{
    font-size: 24px;
    line-height: 56px;
    margin-right:60px;
}

.bjtj h4 i{
    display:block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #fff;
    margin:15px auto 0px;
    background-image: url(/material/images/sjkf/icons.png);
    background-repeat: no-repeat;
    background-position: -80px 0px;
}

.bjtj ul li{
    border-radius:3px;
    margin:10px 0px;
    line-height: 42px;
    font-size: 20px;
    padding:0px 20px;
    background-color: rgba(32,79,139,0.3);
}

.bjtj ul li span{
    display: inline-block;
    text-align: center;
    width: 118px;
}

.w390{
    width: 390px;
}

.w590{
    width: 590px;
}

.box{
    padding:22px 20px 22px 40px;
    background-color: #c8ddf5;
    border-radius:3px;
}

.box h4{
    margin:20px 0px 0px 10px;
}

.box h5{
    margin-top: 20px;
}

.box h4 span,
.box h5 span{
    color: #204f8b;
    line-height: 56px;
    font-weight: bold;
}

.box h4 span{
    font-size: 24px;
}

.box h5 span{
    font-size: 20px;
}

.box h4 span b{
    font-size: 56px;
}

.box h5 span b{
    font-size: 42px;
}

.box i{
    display:inline-block;
    width: 160px;
    height: 160px;
    float: right;
    vertical-align: middle;
    background-image: url(/material/images/sjkf/icons.png);
    background-repeat: no-repeat;
}

.box i.s1{
    background-position: 0px -80px;
}

.box i.s2{
    background-position: -160px -80px;
}

.box i.s3{
    background-position: -320px -80px;
}

/* part2结束  */

/* part3开始  */

.plan .tab{
    width: 250px;
    height: auto;
    background:none;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.plan .tab a {
     display: inline-block;
     position: relative;
     min-width: 100%;
     height: 70px;
     padding-left: 45px;
     line-height: 70px;
     font-size: 18px;
     border-top: 1px solid #ccc;
	 cursor: pointer;
 }

.plan .tab a+a:before{
    display: none;
}

.plan .tab a.current {
     background: #204f8b url(/material/images/sjkf/i.png) 20px 50% no-repeat;
     color: #fff;
 }

.plan .tab a i{
    font-size: 28px;
    color: #ffcb67;
    line-height: 70px;
}

.plan .pane{
    width: 76%;
    float: left;
}

.plan .pane>div{
    padding: 20px;
    border:none; 
    box-shadow:none;
    background-color: transparent;
}
/* part3结束  */

/* part4开始  */



.show01 li{
    position: relative;
    width: 380px;
    padding:14px 30px;
    text-align: center;
    border-radius: 3px;
    background-color: #e2effe;
}

.show01 li+li{
    margin-left: 30px;
}

.show01 li b{
    display: block;
    font-size: 36px;
    color: #204f8b;
    line-height: 54px;
}

.show01 li span{
    display: block;
    font-size: 20px;
    color: #6d6d6d;
    line-height: 48px;
}

.show02 li{
    position: relative;
    width: 33.33%;
    padding: 30px;
    text-align: center;
}

.show02 li+li:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 0px;
    left: 0;
    width: 2px;
    height: 50px;
    background-color:rgba(224,224,224,1);
}

.show02 li b{
    font-size: 36px;
    color: #204f8b;
    margin-left:10px;
}

.show02 li span{
    display: inline-block;
    font-size: 18px;
    color: #6d6d6d;
    line-height: 48px;
}

.show02 li i{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right:20px;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #a9c5e4;
    background-image:  url(/material/images/sjkf/icons.png);
    background-repeat: no-repeat;
}

.show02 li i.s1{
    background-position: -160px 0px;
}

.show02 li i.s2{
    background-position: -240px 0px;
}

.show02 li i.s3{
    background-position: -320px 0px;
}
.b1{
    padding:20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.b1 li{
    position: relative;
    padding:20px 30px;
    background-color: #f5f5f5;
    margin:20px 10px;
}

.hover-style1 li:after {
    background: #109afe;
}

.b1 li h4{
    color: #333;
    font-size: 18px;
}

.b1 li p{
    color: #888;
    font-size: 16px;
}

.b1 li:hover h4,
.b1 li:hover p{
    color: #fff;
}

.b1 li a i{
    display: block;
    position: absolute;
    top: 35%;
    right: 3%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    background-color: #78ccff;
}

.b1 li:hover i{
    color: #78ccff;
    background-color: #fff;
}

.b1 .more a{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding:10px 70px;
    background-color: #f7c774;
    border-radius: 3px;
    margin-top:10px;
    transition: all .3s;
}

.b1 .more a:hover{
    background-color: #109afe;
}

.b1 li i {
    display: block;
    position: absolute;
  top: 27%;
    right: 3%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    background-color: #78ccff;
    z-index: 99;
}
.b1 li:hover i{
    color: #78ccff;
    background-color: #fff;
}
.b1 li a.xz{
    display: block;
    position: absolute;
   top: 53%;
    right: 3%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #78ccff;
    text-align: center;
}
.b1 li:hover a.xz{
   color: #fff;
}
.xzxz{
    display: initial;
}
/* part4结束  */

/* part5 开始  */
#certify {
    position: relative;
    width: 560px;
    margin: 0 auto
}

#certify  .swiper-slide {
    width: 330px;
    height: 405px;
    background: #fff;
    padding-bottom: 10px;
}

#certify  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px rgba(27, 78, 207, 0.3);
}

#certify .swiper-button-prev,
#certify .swiper-button-next{
    width: 35px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    top: 50%;
    color: #fff;
    background: #666;
    border-radius: 6px;
}

#certify .swiper-button-prev {
    left: 60px;
}

#certify .swiper-button-next {
    right: 60px;
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover{
    background: #109afe;
}

.w580{
    width: 580px;
}

.w580 .tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px 0px 0px ;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
}

.w580 .tab a.current {
    color: #333;
    font-size: 22px;
    background: url(/material/images/sjkf/line.jpg) left bottom no-repeat;
}

.list-t li {
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
}

.list-t li:before {
    background-color: #acd5ff;
    border-radius: 0px;
}

.sjjd .list-p li{
    width: 280px;
    height: 220px;
    box-shadow: 0 2px 10px rgba(27, 78, 207, 0.3);
}

.sjjd .list-p li+li{
    margin-left: 20px;
}

.sjjd .list-p li img{
    width: 100%;
    height: 100%;
}

.sjjd .list-p li a{
    margin:0px;
    height: 100%;
}

.sjjd .list-t li{
    font-size: 16px;
    line-height: 39px;
    border-bottom:none;
}
/* part5结束  */

/*页头、页尾开始*/
.header {
    position: relative;
    background: #fff url(../images/head.jpg) 50% 0 no-repeat;
}

.header h1 {
    width: 50%;
    height: 150px;
    background: url(../images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 150px;
}

.nav {
    height: 60px;
    background-color: #224b7f;
}

.nav li {
    position: relative;
    float: left;
    width: 16.6%;
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.nav li a:hover {
    background-color: rgba(0, 0, 0, .2);
}

.nav li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left:-8px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(../images/icons_03.png);
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    transition: all .3s;
}

.nav .s1 {
    background-position: 0 0;
}

.nav .s2 {
    background-position: -40px 0;
}

.nav .s3 {
    background-position: -80px 0;
}

.nav .s4 {
    background-position: -120px 0;
}

.nav .s5 {
    background-position: -160px 0;
}

.nav .s6 {
    background-position: -240px 0;
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
}

.ht a {
    position: relative;
    z-index: 99;
    margin: 0 10px;
}



.ht .qr {
    position: absolute;
    top: 30px;
    right: 0;
    display: none\0;
    width: 120px;
    border: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translate(0, -6px);
    transition: all .3s;
}

.ht .qr:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    margin-bottom: 4px;
}

.ht .qr img {
    display: block;
    width: 100%;
}

.ht a:hover .qr {
    display: block\0;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright p {
    font-size: 14px;
    line-height: 30px;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(/material/images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
}

.footer-map {
    margin-left: 70px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 300px;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

.wxb img{
    width: 220px;
    display: block;
    margin: 5px auto;
}
.wxb a{
    line-height: 126px;
}

.icon-jyh-wx{
    color: #00d300;
}
.yglj {
    background: #fff !important;
}
/* 搜索 */

.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    margin-top: -10px;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

.search input {
    /*width: 220px;*/
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
    border: none;
    background: #fff;
    margin-top: -20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    outline: none;
    border-radius: 4px 0 0 4px;
}

.search button {
    width: 40px;
    height: 40px;
    border: none;
    background: #ffa735;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    font-size: 0;
    color: transparent;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.search button .iconfont {
    font-size: 24px;
    color: #fff;
    margin: 0px auto;
    line-height: 40px;
}

.search .go {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #fff;
    color: #048;
    margin-top: -20px;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.robot {
    font-size: 24px;
    color: #224b7f;
    margin: 0px auto;
    margin-right: 10px;
}

.lang {
    position: absolute;
    top: 15px;
    right: 0;
}

.lang a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #fff;
    color: #048;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}
.copyright .footer_map {
    margin-left: 0;
}
.copyright .footer_gat {
    margin: 0;
}
/*页头、页尾结束*/
/* 正文页 开始 */
/* where14 */
.where14 {
    padding: 10px;
    line-height: 40px;
    margin-bottom: -40px;
}

.where14 a{
    padding: 0px 5px;
}

.where14 i {
    display: inline-block;
    margin: 0 5px;
    color: #286090;
    font-size: 18px;
    vertical-align: middle;
}

.port {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.port h3{
    font-size: 24px;
    color: #336dff;
    line-height: 56px;
    font-weight: bold;
    margin-bottom:20px;
}

.port table{
    font-size: 18px;
    width: 100%;
}

.port table td{
    padding: 10px;
    line-height: 20px;
    border: 1px solid #eeeeee;
	font-size:16px;
}

.port table input {
    height: 38px;
    border: none;
    width: 90%;
}
.port .text {
    padding: 0px 15px;
    border: 1px solid #e4e2e2;
}
.mt20 {
    margin-top: 20px;
}
.port table td.md-gray{
    color: #78829a;
}

.t4{
    color: #333;
    font-size: 22px;
    line-height: 46px;
    padding: 0px;
    margin:0px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
    background: url(/material/images/sjkf/line.jpg) left bottom no-repeat;
}

.port_con{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.port_con .list-t{
    padding:20px 40px;
}

.port_con .list-t li{
    line-height: 40px;
    border-bottom: none;
}

.port_con .list-t li:before{
    top: 20px;
}

.port_con .list-t li p{
    line-height: 24px;
    color: #a3a3a3;
    font-size: 14px;
    padding-left: 20px;
}

.t5 {
    line-height: 40px;
    margin:0px 10px;
    padding:0px;
}
 
.t5 b{
    display: inline-block;
    height:40px;
    line-height: 40px;
    padding:0px 30px;
    font-size: 24px;
    border-radius: 0px 0px 10px 0px;
}
 
.port_con .logo a{
    margin:0px 10px;
    padding:5px 25px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 16px;
}
.port_con .logo b{
    font-size: 24px;
}

.category .tab{
    height: 70px;
    display: inline-block;
    background: url(/material/images/sjkf/t_bg.png) 0 0 repeat-x;
}

.category .tab a {
     display: inline-block;
     position: relative;
     min-width: 100px;
     height: 70px;
     padding: 0 45px;
     line-height: 70px;
     font-size: 20px;
     color: #35446a;
     text-align: center;
 }

 .category .tab a.current {
     font-size: 28px;
     background-color: #ffa320;
     color: #fff;
 }

.category .tab a+a:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color:#35446a;
}

.category .pane{
    width: 1200px;
}

.category .pane>div{
    padding: 20px;
    width: 100%;
}

/* 正文页 结束 */
.content .inner h2 a.search{
	    display: block;
    line-height: 30px;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px;
}   