/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-fluid {
    max-width: 1310px !important;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo-box .logo{
    height:120px;
    line-height:120px;
    max-width:46.16%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center/auto 40px;
    padding-left:55px;
    margin-top:35px;
}
.logo-box .phone p{
    font-size:16px;
    color:#666;
}
.logo-box .phone h5{
    font-size:26px;
    font-weight:bold;
    color:#e70012;
}


/*PC端导航*/
nav {
    background:#20547c;
}
nav a {
    color: #fff !important;
    font-size:16px;
    transition:all .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*一级导航*/
nav ul li{
    float: left;
    width:14.222%;
    text-align: center;
    position: relative;
    line-height:60px;
}
nav ul li a {
    display: block;
}
nav ul li a:hover,
nav ul li a.active{
    background: #e70012;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background: #20547c;
    padding: 0;
    border:none !important;
}
nav ul li ul li a{
    font-size:14px;
    font-weight: normal;
    padding:0 5px;
}
nav ul li:hover ul {
    display:block;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    background:#e70012;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#e70012;
}

.title1{
    margin:70px 0 60px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
}
.title1 p{
    font-size:18px;
    display:inline-block;
    position: relative;
    margin-top:10px;
}
.title1 p i{
    width:170px;
    height:1px;
    background:#20547c;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:15px;
}
.title1 p i::before{
    content:"";
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:4px solid #20547c;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.title1 p i.i-2{
    right:auto;
    left:100%;
    margin:0 0 0 15px;
}
.title1 p i.i-2::before{
    right:auto;
    left:0;
    transform:rotateY(180deg) translateY(-50%);
}
.title1-2 h5,
.title1-2 p{
    color:#fff;
}
.title1-2 p i{
    background:#fff;
}
.title1-2 p i::before{
    border-left-color:#fff;
}

.title2{
    text-align:center;
    overflow: hidden;
    color:#fff;
    padding:50px 0;
    background:url(../images/bg4.png) center center/cover;
}
.title2 .con{
    overflow: hidden;
}
.title2 h5{
    font-size:36px;
    font-weight:bold;
    position: relative;
    display:inline-block;
}
.title2 h5 i{
    width:180px;
    height:2px;
    background:#fff;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:20px;
    transform:translateY(-50%);
}
.title2 h5 i.i-2{
    right:auto;
    left:100%;
    margin:0 0 0 20px;
}
.title2 h5 i::before{
    content:"";
    width:7px;
    height:6px;
    background:#fff;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.title2 h5 i.i-2::before{
    right:auto;
    left:0;
}

.title2 p{
    font-size:18px;
    margin-top:15px;
}

.ywfw{
    background:url(../images/bg1.jpg) center center/cover;
    padding-bottom:70px;
}

.news1{
    display:block;
    background:#fff;
}
.news1 .top{
    border:1px solid #e1e1e1;
    border-bottom:none;
    padding:50px 30px 30px;
    position: relative;
}
.news1 .top img.bj{
    position:absolute;
    top:0;
    left:0;
}
.news1 .imgbox{
    width:135px;
    height:135px;
    border:20px solid #e5ebf0;
    border-radius:50%;
    margin:0 auto;
}
.news1 .imgbox .img{
    border:2px solid #20547c;
    width:100%;
    height:100%;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.news1 .imgbox .img img{
    max-height:80%;
    max-width:80%;
}
.news1 .imgbox .img .icon-2{
    display:none;
}
.news1 h5{
    font-size:20px;
    color:#000;
    line-height:30px;
    margin-top:40px;
    text-align:center;
}
.news1 .text{
    color:#999;
    line-height:24px;
    max-height:72px;
    overflow: hidden;
    margin:30px 0;
}
.news1 b{
    display:block;
    width:90px;
    line-height:30px;
    border-radius:30px;
    color:#000;
    font-size:12px;
    font-weight:normal;
    text-align:center;
    margin:0 auto;
    border:1px solid #d4dee6;
	margin-top: 10px;
}
.news1 h4{
    background:#20547c;
    line-height:49px;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.news1:hover b{
    background:#e70012;
    border-color:#e70012;
    color:#fff;
}
.news1:hover h5{
    color:#e70012;
}
.news1:hover .imgbox .img .icon-1{
    display:none;
}
.news1:hover .imgbox .img .icon-2{
    display:inline;
}

.gywm{
    background:#cce0f1;
    position: relative;
}
.gywm::before{
    content:"";
    width:100%;
    height:420px;
    background:url(../images/bg3.jpg) center center/cover;
    position:absolute;
    top:0;
    left:0;
}
.gywm-con{
    background:#fff;
    border:1px solid #e5e5e5;
    margin-bottom:50px;
    position:relative;
}
.gywm-con .con-1{
    padding:30px;
    border-bottom:1px solid #e5e5e5;
}
.gywm-con .con-1 .imgbox{
    overflow: hidden;
}
.gywm-con .con-1 .imgbox .img{
    height:320px;
}
.gywm-con .con-1 .text-box h5{
    font-size:24px;
    font-weight:bold;
    margin-top:20px;
}
.gywm-con .con-1 .text-box p{
    color:#e70012;
    padding:10px 0 20px;
    position: relative;
}
.gywm-con .con-1 .text-box p::before{
    content:"";
    width:50px;
    height:2px;
    background:#e70012;
    position:absolute;
    bottom:0;
    left:0;
}
.gywm-con .con-1 .text-box .text{
    color:#999;
    line-height:30px;
    height:120px;
    overflow: hidden;
    margin:20px 0;
}
.gywm-con .con-1 .text-box a{
    display:block;
    width:88px;
    line-height:29px;
    border:1px solid #20547c;
    color:#000;
    text-align:center;
    transition:all .3s;
}
.gywm-con .con-1 .text-box a:hover{
    background:#e70012;
    color:#fff;
    border-color:#e70012;
}
.gywm-con ul li{
    width:16.66%;
    text-align:center;
    border-right:1px solid #e5e5e5;
}
.gywm-con ul li:last-child{
    border:none;
}
.gywm-con ul li a{
    display:block;
    padding:15px 0;
}
.gywm-con ul li a .img{
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.gywm-con ul li a .img img{
    max-width:100%;
    max-height:100%;
}
.gywm-con ul li a h5{
    font-size:18px;
    color:#000;
    margin-top:10px;
    transition:all .3s;
}
.gywm-con ul li a:hover h5{
    color:#e70012;
}

.cgzs .title{
    border-bottom:1px solid #20547c;
    position: relative;
    margin-bottom:40px;
}
.cgzs .title h5{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    width:284px;
    line-height:55px;
    background:url(../images/bg2.png) no-repeat 0 center/100% 100%;
    padding-left:60px;
}
.cgzs .title a{
    position:absolute;
    bottom:15px;
    right:0;
    color:#20547c;
    transition:all .3s;
}
.cgzs .title a:hover{
    color:#e70012;
}
.news2{
    display:block;
    transition:all .3s;
}
.news2 .imgbox{
    background:#f2f2f2;
    padding:10px;
    position: relative;
    transition:all .3s;
}
.news2 .imgbox .imgbox2{
    background:#fff;
}
.news2 .imgbox .img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.news2 .imgbox .img img{
    max-width:90%;
    max-height:90%;
}
.news2 h5{
    font-size:16px;
    color:#000;
    line-height:25px;
    text-align:center;
    margin-top:35px;
}
.news2:hover .imgbox{
    background:#e70012;
}
.news2:hover h5{
    color:#e70012;
}
.cgzs-con{
    position:relative;
    margin-bottom:70px;
    padding:0 50px;
}
.cgzs-con .bg{
    width:100%;
    height:15px;
    border:1px solid #eaebec;
    background:#fff;
    position:absolute;
    bottom:35px;
    left:0;
}
.cgzs-con .bg::before{
    content:"";
    width:100%;
    position:absolute;
    bottom:100%;
    left:0;
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-bottom:20px solid #e8e8e8;
}
.cgzs-con .but{
    width:37px;
    height:49px;
    background:url(../images/jt1.png) no-repeat center center;
    margin-top:-55px;
    left:0;
    opacity:1;
}
.cgzs-con .swiper-button-next{
    left:auto;
    right:0;
    transform:rotateY(180deg);
}

.youshi{
    background:url(../images/bg6.jpg) repeat;
}
.youshi-con{
    padding:70px 0;
}
.youshi-con .title{
    width:411px;
    height:87px;
    line-height:75px;
    background:url(../images/bg5.png) no-repeat center center/100% 100%;
    font-size:30px;
    font-weight:bold;
    color:#fff;
    padding-left:30px;
    margin-bottom:30px;
}
.youshi-con .con1{
    border-left:1px solid #20547c;
}
.youshi-con .con1 ul li{
    padding-bottom:30px;
   
}
.youshi-con .con1 ul li h5{
    width:76px;
    line-height:42px;
    background:#f35b00;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.youshi-con .con1 ul li .text{
    font-size:16px;
    line-height:30px;
    margin-top:20px;
    padding-left:10px;
}
.youshi-con img.img-1{
    display:block;
    max-width:100%;
}

.slzs{
    background:url(../images/bg7.jpg) center center/cover;
    padding-top:70px;
}
.slzs .cgzs .title h5{
    background: url(../images/bg8.png) no-repeat 0 center/100% 100%;
    color:#20547c;
    font-size:24px;
}
.slzs .cgzs .title a{
    color:#fff;
}
.slzs .cgzs .title a:hover{
    color:#e70012;
}
.slzs .news2 h5{
    color:#fff;
}

.tdzs{
    background:#cce0f1;
}
.tdzs .youshi-con .title{
    background:none;
    width:100%;
    height:auto;
    padding:0;
}
.tdzs .youshi-con .title span{
    width: 411px;
    height: 87px;
    line-height:80px;
    background: url(../images/bg9.png) no-repeat right center/100% 100%;
    text-align:right;
    padding-right:30px;
}
.tdzs .youshi-con .con1{
    border-left:none;
    border-right: 1px solid #20547c;
}
.tdzs .youshi-con .con1 ul li{
    text-align:right;
}
.tdzs .youshi-con .con1 ul li h5{
    display:inline-block;
}
.tdzs .youshi-con .con1 ul li .text{
    padding:0 10px 0 0;
}
.news3{
    display:block;
    border:5px solid #fff;
    overflow: hidden;
}
.news3 .imgbox{
    overflow: hidden;
    position: relative;
}
.news3 h5{
    width:100%;
    line-height:58px;
    background:rgba(32, 84, 124, .8);
    position:absolute;
    bottom:0;
    left:0;
    font-size:18px;
    color:#fff;
    padding:0 10px;
    text-align:center;
    opacity:0;
}
.tdzs .swiper-slide-active .news3 h5{
    opacity:1;
}
.tdzs .cgzs-con .but{
    margin-top:-25px;
    background: url(../images/jt3.png) no-repeat center center;
}

.cgal{
    background:#cce0f1;
    padding-bottom:70px;
}
.cgal .con1{
    margin:70px 0 40px;
}
.cgal .con1 .list{
    border:2px solid #20547c;
    position: relative;
    background:#fff;
    padding-bottom:25px;
}
.cgal .con1 .list .bt{
    line-height:65px;
    background:#20547c url(../images/icon4.png) no-repeat 27px center;
    padding-left:100px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.cgal .con1 .list .text{
    font-size:16px;
    line-height:30px;
    height:90px;
    overflow:auto;
    margin:30px 0;
    padding:0 20px;
    text-align:center;
    color:#20547c;
}
.cgal .con1 .list a{
    display:block;
    width:220px;
    line-height:50px;
    background:#20547c;
    font-size:18px;
    color:#fff;
    text-align:center;
    position:absolute;
    bottom:-25px;
    left:50%;
    transform:translateX(-50%);
    transition:all .3s;
    z-index:10;
}
.cgal .con1 .list a:hover{
    background:#246394;
}
.cgal .con2 ul.con2-1{
    background:#fff;
    border:1px solid #e8e8e8;
}
.cgal .con2 ul.con2-1 li{
    width:16.66666%;
    background:#fff;
    border-right:1px solid #e8e8e8;
}
.cgal .con2 ul.con2-1 li:last-child{
    border:none;
}
.cgal .con2 ul.con2-1 li a{
    display:block;
    padding:30px 0;
    text-align:center;
    transition:all .3s;
}
.cgal .con2 ul.con2-1 li a .img{
    height:40px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.cgal .con2 ul.con2-1 li a .img img{
    max-width:100%;
    max-height:100%;
}
.cgal .con2 ul.con2-1 li a .img .icon-2{
    display:none;
}
.cgal .con2 ul.con2-1 li a h5{
    font-size:18px;
    color:#000;
    line-height:25px;
    margin-top:10px;
}
.cgal .con2 ul.con2-1 li a:hover,
.cgal .con2 ul.con2-1 li a.active{
    background:#20547c;
}
.cgal .con2 ul.con2-1 li a:hover .img .icon-1,
.cgal .con2 ul.con2-1 li a.active .img .icon-1{
    display:none;
}
.cgal .con2 ul.con2-1 li a:hover .img .icon-2,
.cgal .con2 ul.con2-1 li a.active .img .icon-2{
    display:inline;
}
.cgal .con2 ul.con2-1 li a:hover h5,
.cgal .con2 ul.con2-1 li a.active h5{
    color:#fff;
}
.cgal .con2 .list-box{
    background:#f3f3f3;
    padding:30px;
    height:468px;
}
.cgal .con2 .list-box .list{
    display:none;
}
.cgal .con2 .list-box .list.active{
    display:block;
}
.cgal .con2 .list-box .list .imgbox{
    width:55%;
    overflow: hidden;
}
.cgal .con2 .list-box .list .imgbox .img{
    height:408px;
}
.cgal .con2 .list-box .list .text-box{
    width:45%;
    padding:80px 0 0 40px;
}
.cgal .con2 .list-box .list .text-box .text{
    font-size:16px;
    line-height:30px;
    height:180px;
    overflow: hidden;
    margin-bottom:20px;
}
.cgal .con2 .list-box .list dl dd a{
    display:block;
    width:130px;
    line-height:39px;
    background:#e70012;
    text-align:center;
    color:#fff;
    font-size:18px;
    transition:all .3s;
}
.cgal .con2 .list-box .list dl dd:last-child a{
    background:#20547c;
}
.cgal .con2 .list-box .list dl dd a:hover{
    background:#bf0a18;
}
.cgal .con2 .list-box .list dl dd:last-child:hover a{
    background:#104066;
}

.fwlc{
    padding-bottom:70px;
    background:#f3f3f3;
}
.fwlc-con{
    position: relative;
    padding-right:180px;
}
.fwlc-con dl dd a{
    display:block;
    width:130px;
    line-height:69px;
    background:#20547c;
    color:#fff;
    text-align:center;
    font-size:18px;
    transition:all .3s;
}
.fwlc-con dl{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.fwlc-con dl dd:last-child{
    margin-top:20px;
}
.fwlc-con dl dd:last-child a{
    background:#e70012;
}
.fwlc-con dl dd a:hover{
    background:#0d4774;
}
.fwlc-con dl dd:last-child a:hover{
    background:#ab0310;
}
.fwlc ul{
    margin:0 -10px;
}
.fwlc ul li{
    width:20%;
    padding:0 10px;
}
.fwlc ul li a{
    display:block;
    text-align:center;
}
.fwlc ul li a .imgbox{
    width:137px;
    height:137px;
    border:16px solid #c9d3db;
    border-radius:50%;
    background:#20547c;
    padding:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    transition:all .3s;
}
.fwlc ul li a .imgbox img{
    max-width:80%;
    max-height:80%;
}
.fwlc ul li a h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-break:25px;
    margin:20px 0 10px;
}
.fwlc ul li a .text{
    line-height:23px;
    height:46px;
    overflow:auto;
    color:#000;
}
.fwlc ul li a:hover .imgbox{
    border-color:#f1c2c6;
    background:#ec0015;
}

.ad{
    background:url(../images/bg10.jpg) center center/cover;
    padding:50px 0;
    text-align:center;
}
.ad h5{
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.ad p{
    font-size:18px;
    color:#fff;
    font-weight:lighter;
    margin:30px 0;
    position: relative;
}
.ad p::before,
.ad p::after{
    content:"";
    width:100%;
    height:1px;
    position:absolute;
    top:-12px;
    left:0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.ad p::after{
    top:-15px;
}
.ad .more{
    font-size:0;
}
.ad .more ul{
    display:inline-block;
    border-radius:30px;
    border:2px solid #fff;
    overflow: hidden;
    background:#fff;
}
.ad .more ul li{
    display:inline-block;
}
.ad .more ul li a{
    display:block;
    width:220px;
    line-height:44px;
    font-size:18px;
    color:#20547c;
}
.ad .more ul li a img{
    margin-right:10px;
    position: relative;
    top:-3px;
}
.ad .more ul li:first-child a{
    background:#20547c;
    color:#fff;
}

.xwzx{
    background:url(../images/bg11.jpg) center center/cover;
    padding-bottom:70px;
}
.xwzx .title1 h5{
    color:#20547c;
}
.xwzx .title1 p{
    color:#999;
}

.news4{
    display:block;
    background:#fff;
}
.news4 .imgbox{
    overflow: hidden;
}
.news4 .imgbox .img{
    height:269px;
}
.news4 .text-box{
    padding:30px;
}
.news4 .text-box h5{
    font-size:16px;
    color:#333;
    line-height:25px;
}
.news4 .text-box .text{
    font-size:13px;
    color:#666;
    line-height:23px;
    height:46px;
    overflow: hidden;
    margin:15px 0;
}
.news4 .text-box .bottom{
    font-size:12px;
    color:#20547c;
    position: relative;
}
.news4 .text-box .bottom span{
    color:#666;
    display:inline-block;
    border-left:1px solid #666;
    margin-left:10px;
    padding-left:10px;
}
.news4 .text-box .bottom img{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover .text-box h5{
    color:#e70012;
}
.news6{
    display:block;
    background:#fff;
    margin-bottom:10px;
    transition:all .3s;
    position: relative;
}
.news6::before{
    content:"";
    width:27px;
    height:27px;
    background:url(../images/icon7.png) no-repeat center center;
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
}
.news6:last-child{
    margin:0;
}
.news6 .rq{
    width:110px;
    height:104px;
    text-align:center;
    padding-top:20px;
}
.news6 .rq h4{
    font-size:29px;
    font-weight:bold;
    color:#999;
    transition:all .3s;
}
.news6 .rq p{
    font-size:16px;
    color:#999;
    margin-top:10px;
    transition:all .3s;
}
.news6 .text-box{
    padding:15px 70px 0 120px;
}
.news6 .text-box h5{
    font-size:16px;
    color:#333;
    line-height:25px;
    padding-bottom:30px;
    position: relative;
}
.news6 .text-box h5::before{
    content:"";
    width:20px;
    height:4px;
    background:#20547c;
    position:absolute;
    bottom:15px;
    transition:all .3s;
}
.news6 .text-box .text{
    font-size:13px;
    color:#666;
}
.news6:hover{
    background:#e70012;
}
.news6:hover .rq h4,
.news6:hover .rq p,
.news6:hover .text-box h5,
.news6:hover .text-box .text{
    color:#fff;
}
.news6:hover .text-box h5::before{
    background:#fff;
}
.news6:hover::before{
    background-image:url(../images/icon8.png);
}
.lxwm{
    background:#0e2537;
    padding:70px 0;
}
.lxwm .con1 img{
    max-width:100%;
}
.lxwm .con1 h5{
    font-size:18px;
    color:#fff;
    margin:10px 0 20px;
}
.lxwm .con1 .text{
    line-height:30px;
    color:rgba(255, 255, 255, .5);
}
.lxwm .con2{
    font-size:0;
    text-align:center;
    border-left:1px solid rgba(255, 255, 255, .2);
    border-right:1px solid rgba(255, 255, 255, .2);
}
.lxwm .con2 dl{
    display:inline-block;
    text-align:left;
    max-width:170px;
}
.lxwm .con2 dl dt{
    font-size:18px;
    color:#fff;
    font-weight:initial;
    margin-bottom:15px;
}
.lxwm .con2 dl dd{
    display:inline-block;
    width:50%;
}
.lxwm .con2 dl dd a{
    font-size:14px;
    color:rgba(255, 255, 255, .5);
    line-height:30px;
    transition:all .3s;
}
.lxwm .con2 dl dd a:hover{
    color:#fff;
}
.lxwm .con3 h5{
    font-size:18px;
    color:#fff;
    margin-bottom:20px;
}
.lxwm .con3 img{
    width:120px;
    height:120px;
    border:5px solid #fff;
}
.lxwm .con3 p{
    color:rgba(255, 255, 255, .5);
    margin-top:5px;
    text-align:center;
}

/* footer */
footer{
    background: #0a1a27;
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    line-height:23px;
}
footer a {
    color: rgba(255, 255, 255, .3) !important;
    transition: all .3s;
}
footer a:hover{
    color:#fff !important;
}

.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover {
    border-color: #20547c;
    box-shadow:3px 3px 10px rgba(32, 84, 124, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #20547c;
}
.news5:hover b {
    background: #20547c;
    border-color: #20547c;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*内页左侧*/
.neiye {
    padding: 30px 0;
}

.neiye .title4 {
    background: #20547c;
    position: relative;
    line-height: 45px;
    border-top:5px solid #063051;
}

.neiye .title4 h5 {
    line-height: 80px;
    padding-left: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.neiye .title4 h5 .span2 {
    font-size: 13px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.neiye .nav_box {
    margin-bottom: 17px;
}

.neiye .nav_box .nav1 {
    padding: 3px 0;
}

.neiye .nav_box .nav2 {
    display: block;
    line-height: 44px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}

.neiye .nav_box .nav2 .con {
    background: #e5e5e5;
    padding: 0 5px 0 24px;
}

.neiye .nav_box .nav2 .span4 {
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    margin-right: 20px;
    transition: all .3s;
    background: #fff;
    color: #000;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #20547c;
}

.neiye .nav_box .nav2:hover .con,
.neiye .nav_box .nav2.active .con {
    color: #fff;
    background: #20547c;
}

.neiye .nav_box .nav2:hover .span4,
.neiye .nav_box .nav2.active .span4 {
    background: #fff;
    color: #000;
}

.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}

.neiye .nav1 ul.ul1 {
    display: block;
}

.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
}

.neiye .nav1 ul li a .span5:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 8px;
    font-size: 20px;
}

.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #db9d3f;
}

.neiye .nav1 ul li a:hover .span5:before,
.neiye .nav1 ul li a.active .span5:before {
    content: "+";
    left: -2px;
}

.neiye .lxfs .title4{
    border:none;
}
.neiye .lxfs .con {
    border: 1px solid #e5e5e5;
    margin-top: 3px;
}

.neiye .lxfs .phone {
    padding: 20px;
    background: url(../images/icon3-2.png) no-repeat 20px center;
    padding-left: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .lxfs .phone h5 {
    font-size: 24px;
    font-weight: bold;
    color: #20547c;
}
.neiye .lxfs .text {
    padding: 15px;
    line-height: 28px;
    color:#464646;
}
.neiye .lxfs .text b{
    font-size:15px;
    color:#000;
}
.neiye .lxfs .weixin {
    border: 1px solid #d9d9d9;
    width: 130px;
    height: 130px;
    background: #fff;
    padding: 10px;
    margin: 20px auto 0;
}

.neiye .lxfs .weixin img {
    width: 100%;
    height: 100%;
}

.neiye .title5 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.neiye .title5 h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.neiye .title5 p {
    font-size: 13px;
    color: #777;
}

.neiye .title5 p a {
    color: #777;
}

.neiye .title5 p a:hover {
    color: #20547c;
}

.neiye .title5 p span {
    color: #20547c;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}

.news7{
    display:block;
    margin:0 10px 20px;
}
.news7 .imgbox{
    position:relative;
    border:1px solid #ccc;
}
.news7 .imgbox .img{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.news7 .imgbox .img img{
    max-width:90%;
    max-height:90%;
    transition:all .3s;
}
.news7 h5{
    font-size:16px;
    line-height:25px;
    color:#000;
    text-align:center;
    margin-top:5px;
}
.news7:hover .imgbox{
    border-color:#20547c;
}
.news7:hover h5{
    color:#20547c;
}

.zxly-ny form{
    max-width:600px;
    margin:0 auto;
}
.zxly-ny form input,
.zxly-ny form textarea{
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #ccc;
    margin-bottom:10px;
}
.zxly-ny form textarea{
    height:100px;
    padding:10px;
    resize:none;
}
.zxly-ny form button{
    width:100%;
    height:40px;
    background:#20547c;
    border:none;
    color:#fff;
    font-size:16px;
    transition:all .3s;
}
.zxly-ny form button:hover{
    background:#317eb9;
}

/*详情页*/
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}




/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/* 右侧悬浮 */
.suspend_nav{
    background: #20547c;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #4c7ba0;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #20547c;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #20547c;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #20547c;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #20547c;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #20547c;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0a1a27;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #20547c;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #20547c;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #20547c;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye .title4 {
        border:none;
    }
    .neiye .title4 .span1 {
        display: none;
    }
    .neiye .title4 h5 {
        padding-left: 15px;
        line-height: 45px;
    }
    .neiye .title4 h5 .span2 {
        display: none;
    }
    .neiye .nav_box .nav2 {
        text-align: center;
        line-height: 38px;
    }
    .neiye .nav_box .nav2 .con {
        padding: 0 5px;
    }
    .neiye .nav_box .nav2 .span4 {
        display: none;
    }
    .neiye .nav1 ul.ul1 {
        display: none;
    }
    .neiye .nav1 ul li a {
        text-align: center;
        padding: 0 5px;
    }
    .neiye .nav1 ul li a .span5 {
        display: none;
    }
    .neiye .nav_box {
        margin-bottom: 20px;
    }
    .neiye {
        padding: 20px 0;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .gywm-con .con-1 .imgbox .img{
        height:auto;
    }
    .gywm-con .con-1 .text-box .text{
        height:auto;
        max-height:120px;
    }
    .youshi-con img.img-1{
        margin:0 auto 30px;
    }
    .cgal .con1 .list-2{
        margin-top:50px;
    }
    .cgal .con1 .list .text{
        height:auto;
    }
    .cgal .con2 .list-box{
        height:auto;
    }
    .cgal .con2 .list-box .list .imgbox{
        float:none !important;
        width:100%;
    }
    .cgal .con2 .list-box .list .text-box{
        width:100%;
        float:none !important;
        padding:0;
    }
    .cgal .con2 .list-box .list .text-box .text{
        height:auto;
        max-height:120px;
        margin:20px 0;
    }
    .cgal .con2 .list-box .list .imgbox .img{
        height:auto;
    }
    .fwlc-con{
        padding:0;
    }
    .fwlc-con dl{
        position:initial;
        transform:translateY(0);
        font-size:0;
        text-align:center;
        margin-top:30px;
    }
    .fwlc-con dl dd{
        display:inline-block;
        margin:0 10px !important;
    }
    .ad{
        background:#20547c;
    }
    .news4{
        margin-bottom:10px;
    }
    .news4 .imgbox .img{
        height:auto;
    }
    .news4 .text-box .text{
        height:auto;
        max-height:46px;
    }
    .lxwm{
        text-align:center;
    }
    .lxwm .con3{
        float:none !important;
    }
    .lxwm .con2{
        border:none;
        margin:30px 0;
    }
    .lxwm .con2 dl{
        text-align:center;
    }
    .lxwm .con1 h5{
        margin-top:20px;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }

    header .sjdnav {
        top: 80px;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
    }

    header .ydd_btn span {
        height: 4px;
    }

    header .ydd_btn span.span02 {
        margin: 3px 0;
    }

    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .news5 {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news5 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news5 .text_box {
        padding: 0 0 0 130px;
    }
    .news5 h5 {
        font-size: 16px;
    }
    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b {
        display: none;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        margin:0 3px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
    }
    .news1 .top{
        padding:15px 10px;
    }
    .news1 h5{
        font-size:16px;
        line-height:25px;
        margin-top:15px;
    }
    .news1 .text{
        margin:15px 0;
        height:48px;
    }
    .news1 h4{
        line-height:35px;
    }
    .ywfw{
        padding-bottom:30px;
    }
    .gywm-con .con-1{
        padding:10px 10px 20px;
    }
    .gywm-con .con-1 .text-box h5{
        font-size:18px;
    }
    .gywm-con .con-1 .text-box p{
        padding:10px 0 15px;
    }
    .gywm-con .con-1 .text-box .text{
        line-height:25px;
        max-height:75px;
    }
    .gywm-con ul li a h5{
        font-size:16px;
    }
    .gywm-con{
        margin-bottom:30px;
    }
    .cgzs-con{
        padding:0 20px;
        margin-bottom:30px;
    }
    .cgzs-con .but{
        display:none;
    }
    .cgzs .title{
        margin-bottom:30px;
    }
    .cgzs .title h5{
        font-size: 18px;
        width: 165px;
        line-height: 40px;
        padding-left: 25px;
    }
    .cgzs .title a{
        bottom:10px;
    }
    .news2 h5{
        margin-top:30px;
    }
    .cgzs-con .bg{
        bottom:30px;
    }
    .title2{
        padding:30px 0;
    }
    .title2 h5{
        font-size:20px;
    }
    .title2 p{
        font-size:14px;
        margin-top:10px;
    }
    .youshi-con{
        padding:30px 0;
    }
    .youshi-con .title{
        width: 240px;
        height: 50px;
        line-height: 45px;
        font-size: 18px;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .youshi-con .con1 ul li{
        padding-bottom:15px;
    }
    .youshi-con .con1 ul li h5{
        line-height:30px;
        font-size:16px;
    }
    .youshi-con .con1 ul li .text{
        margin-top:10px;
        font-size:14px;
        line-height:25px;
    }
    .slzs{
        padding-top:30px;
    }
    .slzs .cgzs .title h5{
        font-size:20px;
    }
    .tdzs .youshi-con .title span{
        width:230px;
        height:50px;
        line-height:48px;
        padding-right:15px;
    }
    .news3 h5{
        font-size:16px;
        line-height:35px;
    }
    .cgal{
        padding-bottom:30px;
    }
    .cgal .con1 .list .bt{
        line-height: 25px;
        background: #20547c url(../images/icon4.png) no-repeat 15px center/auto 30px;
        padding:10px 0 10px 58px;
        font-size: 18px;
    }
    .cgal .con1 .list .text{
        font-size:14px;
        line-height:25px;
        margin:15px 0;
        padding:0 10px;
    }
    .cgal .con1 .list a{
        width: 130px;
        line-height: 41px;
        font-size: 16px;
        bottom: -21px;
    }
    .cgal .con1{
        margin:30px 0 20px 0;
    }
    .cgal .con2 .list-box{
        padding:10px;
    }
    .cgal .con2 .list-box .list .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:100px;
    }
    .cgal .con2 .list-box .list dl dd{
        width:50%;
    }
    .cgal .con2 .list-box .list dl dd a{
        width:auto;
        font-size:16px;
        line-height:35px;
    }
    .cgal .con2 ul.con2-1 li{
        width:33.33%;
    }
    .cgal .con2 ul.con2-1 li:nth-child(3){
        border-right:none;
        border-bottom: 1px solid #e8e8e8;
    }
    .cgal .con2 ul.con2-1 li:nth-child(1),
    .cgal .con2 ul.con2-1 li:nth-child(2){
        border-bottom: 1px solid #e8e8e8;
    }
    .cgal .con2 ul.con2-1 li a h5{
        font-size:16px;
    }
    .fwlc{
        padding-bottom:30px;
    }
    .fwlc ul li{
        width:33.33%;
        margin-bottom:20px;
    }
    .fwlc-con dl{
        margin-top:10px;
    }
    .fwlc ul li a h5{
        font-size:16px;
        margin:15px 0 10px;
    }
    .fwlc-con dl dd{
        margin:0 5px !important;
    }
    .fwlc-con dl dd a{
        line-height:35px;
        font-size:16px;
    }
    .ad{
        padding:30px 0;
    }
    .ad h5{
        font-size:20px;
    }
    .ad p{
        font-size:14px;
    }
    .ad .more ul li a{
        width:200px;
        font-size:16px;
    }
    .news4 .text-box{
        padding:15px;
    }
    .xwzx{
        padding-bottom:30px;
    }
    .lxwm{
        padding:30px 0;
    }
    .news7{
        margin:0 5px 10px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .gywm-con ul li{
        width:33.33%;
    }
    .gywm-con ul li:nth-child(3){
        border-right:none;
        border-bottom: 1px solid #e5e5e5;
    }
    .gywm-con ul li:nth-child(1),
    .gywm-con ul li:nth-child(2){
        border-bottom: 1px solid #e5e5e5;
    }
    .cgal .con2 ul.con2-1 li a{
        padding:10px 0;
    }
    .cgal .con2 ul.con2-1 li a .img{
        height:25px;
    }
    .fwlc ul li{
        width:50%;
    }
    .fwlc ul li a .imgbox{
        width:120px;
        height:120px;
        border-width:5px;
        padding:5px;
    }
    .ad .more ul li{
        display:block;
        text-align:left;
    }
    .ad .more ul li a img{
        margin-left:20px
    }
    .news6::before{
        display:none;
    }
    .news6 .text-box{
        padding-right:20px;
    }
}