/*全局样式*/
@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:1230px !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;
}

header .top{
    background-color:#efefef;
}
header .top h5{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#888;
}
header .top ul li{
    position: relative;
}
header .top ul li::before{
    content:"";
    width:1px;
    height:16px;
    background:#d5d5d5;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
header .top ul li:first-child::before{
    display:none;
}
header .top ul li a{
    font-size:12px;
    color:#888;
    display:block;
    height:40px;
    line-height:40px;
    padding:0 18px;
    position: relative;
    transition:all .3s;
}
header .top ul li a img{
   position: relative;
   top:-1px;
   margin-right:5px;
}
header .top ul li a:hover{
    color:#0078c5;
}

.logo-box .logo{
    height:110px;
    line-height:110px;
    max-width:24%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .text{
    max-width:100%;
    font-size:12px;
    color:#373737;
    background:url(../images/icon2.png) no-repeat 0 center;
    margin-left:20px;
    padding-left:20px;
    position: relative;
}
.logo-box .text::before{
    content:"";
    width:4px;
    height:4px;
    background-color:#e67817;
    position:absolute;
    top:50%;
    left:10px;
    transform:translateY(-50%);
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:50px;
    margin-top:33px;
}
.logo-box .phone p{
    font-size:12px;
    color:#2e2e2e;
}
.logo-box .phone h5{
    font-size:24px;
    font-weight:bold;
    color:#f80a0a;
    margin-top:2px;
}

/*PC端导航*/
nav {
    background:#0078c5;
}
nav a {
    color: #fff !important;
    font-size:15px;
    transition:all .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*一级导航*/
nav ul li{
    float: left;
    width:11.11%;
    text-align: center;
    position: relative;
    line-height:48px;
}
nav ul li a {
    display: block;
}
nav ul li a:hover,
nav ul li a.active{
    background: #d62426;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    min-width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background: #0078c5;
}
nav ul li ul li a{
    font-size:14px;
    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:#0078c5;
    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:#0078c5;
}

.sousuo{
    background-color:#f3f3f3;
}
.sousuo .con{
    height:68px;
    background-color:#f3f3f3;
    padding-left:470px;
    position:relative;
}
.sousuo .con p{
    line-height:68px;
}
.sousuo .con p a{
    color:#090909;
    transition:all .3s;
}
.sousuo .con p a:hover{
    color:#0759bf;
}
.sousuo form{
    width:430px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.sousuo form input{
    width:calc(100% - 55px);
    height:37px;
    border:1px solid #d2d2d2;
    border-right:none;
    padding:0 10px;
    border-radius:0;
}
.sousuo form button{
    width:55px;
    height:37px;
    background:#0759bf url(../images/icon4.png) no-repeat center center/auto 25px;
    border:none;
    transition:all .3s;
    border-radius:0;
}
.sousuo form button:hover{
    background-color:#0f4992;
}

.title1{
    margin:40px 0 30px;
    text-align:center;
}
.title1 h5{
    font-size:28px;
    color:#333;
}
.title1 p{
    font-size:18px;
    color:#999;
    margin-top:20px;
    position: relative;
}
.title1 p::before{
    content:"";
    width:40px;
    height:1px;
    background-color:#0759bf;
    position:absolute;
    top:-10px;
    left:50%;
    transform:translateX(-50%);
}
.title1-2 h5,
.title1-2 p{
    color:#fff;
}
.title1-2 p::before{
    background-color:#fff;
}

/* 产品中心 */
.cpzx-con{
    padding:0 10px;
}
.cpzx-con .col-sm-12{
    padding:0 5px;
}
.news1{
    display:block;
    border:1px solid #c7c7c7;
    padding:1px;
}
.news1 .imgbox{
    overflow: hidden;
    padding:0 10px;
}
.news1 h5{
    line-height:26px;
    background-color:#bcbcbc;
    color:#fff;
    text-align:center;
    padding:0 5px;
    transform:scale(1);
}
.news1:hover{
    border-color:#0759bf;
}
.news1:hover h5{
    background-color:#0759bf;
    color:#fff;
}
.news1:hover .img{
    transform:scale(.9);
}
.cpzx-con .more{
    display:block;
    width:160px;
    line-height:50px;
    background:#0759bf;
    color:#fff;
    text-align:center;
    font-size:20px;
    margin:30px auto 0;
}
.cpzx-con .more:hover{
    background:#0f4b96;
}

/* 优势 */
.youshi{
    background:#f2f2f2;
    margin-top:40px;
    position:relative;
    padding-bottom:40px;
}
.youshi::before{
    content:"";
    border-left:35px solid transparent;
    border-right:35px solid transparent;
    border-top:20px solid #fff;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.youshi .title{
    margin:40px 0;
    text-align:center;
}
.youshi .title h5{
    font-size:40px;
    font-weight:bold;
}
.youshi .title p{
    font-size:30px;
    margin-top:20px;
}
.youshi .yuan-box{
    position: relative;
    max-width:50%;
    margin:0 auto;
}
.youshi .yuan{
    width:100%;
    height:100%;
    background-color:#dbe1f1;
    border-radius:50%;
    margin:0 auto;
    padding:92px;
    position:absolute;
    overflow: hidden;
    top:0;
    left:0;
}
.youshi .yuan::before{
    content:"";
    width:calc(100% - 150px);
    height:calc(100% - 150px);
    background-color:#dbe1f1;
    border-radius:50%;
    position:absolute;
    top:75px;
    left:75px;
    z-index:1;
}
.youshi .yuan i{
    width: calc(50% - 60px);
    height: calc( 100% - 120px);
    position: absolute;
    top: 60px;
    left: 60px;
    border-radius: 400px 0 0 400px;
    transform-origin: right center;
    background-color:#00479d;
    transform:rotate(10deg);
    animation:donghua1 20s infinite linear;
}
.youshi .yuan i::before {
    content:"";
    width: 99%;
    height: 100%;
    background: #dbe1f1;
    position:absolute;
    top:0;
    left:0;
    transform-origin: right center;
    transform:rotate(-100deg);
}
@keyframes donghua1{
    from { transform:rotate(0);}
    to { transform:rotate(360deg);}
}
.youshi .yuan .pie {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #dbe1f1;
    position: relative;
    padding: 30px;
    z-index:2;
}
.youshi .yuan .imgbox{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}
.youshi .yuan .imgbox img{
    max-width:80%;
    max-height:80%;
    transition:all .3s;
}
.youshi .yuan .left,
.youshi .yuan .right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.youshi .yuan .left {
    border-radius: 426px 0 0 426px;
    transform-origin: right center;
    transform: rotate(40deg);
    animation:donghua2 15s infinite linear;
}
.youshi .yuan .right {
    left: auto;
    right: 0;
    border-radius: 0 426px 426px 0;
    transform-origin: left center;
    transform: rotate(80deg);
    animation:donghua3 15s infinite linear;
}
@keyframes donghua2{
    from { transform:rotate(0);}
    to { transform:rotate(-360deg);}
}
@keyframes donghua3{
    from { transform:rotate(0);}
    to { transform:rotate(-360deg);}
} 
.youshi .yuan .left-deg,
.youshi .yuan .right-deg {
    width: 100%;
    height: 100%;
    background: blue;
}
.youshi .yuan .left-deg{
    transform-origin: right center;
    transform: rotate(-100deg);
}
.youshi .yuan .right-deg{
    transform-origin: left center;
    transform: rotate(-100deg);
}
.youshi .con1{
    position:relative;
    height:610px;
    display:flex;
    align-items:center;
}
.youshi .con1 ul{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.youshi .con1 ul li{
    width:25%;
    overflow: hidden;
    position:absolute;
}
.youshi .con1 ul li::before{
    content:"";
    width:100%;
    height:2px;
    background-color:#00479d;
    position:absolute;
    bottom:0;
    left:0;
}
.youshi .con1 ul li h5{
    text-align:center;
    font-size:0;
}
.youshi .con1 ul li h5 span{
    position: relative;
    display:inline-block;
    font-size:28px;
    font-weight:bold;
    color:#185bcb;
}
.youshi .con1 ul li h5 span::before,
.youshi .con1 ul li h5 span::after{
    content:"";
    width:36px;
    height:2px;
    background-color:#00479d;
    position:absolute;
    top:50%;
    right:100%;
    margin:-1px 10px 0 0;
}
.youshi .con1 ul li h5 span::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 10px;
}
.youshi .con1 ul li .text{
    line-height:30px;
    color:#5d5d5d;
    margin:30px 0;
    height:60px;
    overflow:auto;
}
.youshi .con1 ul li .text span{
    color:#e90506;
}
.youshi .con1 ul li:nth-child(1){
    left:50px;
}
.youshi .con1 ul li:nth-child(2){
    top:220px;
    left:0;
}
.youshi .con1 ul li:nth-child(2)::before{
    left:50px;
}
.youshi .con1 ul li:nth-child(3){
    bottom:0;
    left:50px;
}
.youshi .con1 ul li:nth-child(4){
    right:50px;
}
.youshi .con1 ul li:nth-child(5){
    top:220px;
    right:0;
}
.youshi .con1 ul li:nth-child(5)::before{
    left:auto;
    right:50px;
}
.youshi .con1 ul li:nth-child(6){
    bottom:0;
    right:50px;
}

/* 公司简介 */
.gsjj{
    background:url(../images/bg1.jpg) center center/cover;
    padding-bottom:40px;
}
.gsjj-con{
    background-color:#fff;
    padding:20px;
}
.gsjj-con .row{
    padding:0 10px;
}
.gsjj-con .col-sm-12{
    padding:0 5px;
}
.gsjj-con .imgbox1{
    display:block;
    overflow: hidden;
}
.gsjj-con .imgbox1 .img{
    height:378px;
}
.gsjj-con .imgbox1:hover .img{
    transform:scale(1.1);
}
.gsjj-con .text-box{
    position: relative;
}
.gsjj-con .text-box .title{
    font-size:24px;
    font-weight:bold;
    color:#333;
    line-height:60px;
    border-bottom:1px solid #d2d2d2;
}
.gsjj-con .text-box .text{
    line-height:30px;
    height:180px;
    margin:10px 0 15px;
    overflow: hidden;
}
.gsjj-con .text-box .more{
    display:block;
    width:116px;
    line-height:33px;
    background-color:#185bcb;
    border-radius:30px;
    font-size:20px;
    color:#fff;
    text-align:center;
    position:absolute;
    top:13px;
    right:0;
    transition:all .3s;
}
.gsjj-con .text-box .more:hover{
    background-color:#0e4eb8;
}
.gsjj-con .con1 ul{
    margin:0 -2px;
}
.gsjj-con .con1 ul li{
    width:33.33%;
    padding:0 2px;
}
.gsjj-con .con1 ul li a{
    display:block;
    overflow: hidden;
}
.gsjj-con .con1 ul li a .img{
    height:112px;
}
.gsjj-con .con1 ul li a:hover .img{
    transform:scale(1.1);
}

/* 新闻动态 */
.xwdt-con{
    padding:0 5px;
}
.xwdt-con .col-sm-12{
    padding:0 10px;
}
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
}
.news2 .imgbox .img{
    height:294px;
}
.news2 .text-box{
    background-color:#0450b3;
    padding:15px;
}
.news2 .text-box h5{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    line-height:25px;
}
.news2 .text-box .text{
    line-height:28px;
    color:#fff;
    height:56px;
    overflow: hidden;
    margin:10px 0;
}
.news2 .text-box b{
    color:#fff;
    font-weight:normal;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news3{
    margin:0 -10px;
}
.news3 li{
    width:50%;
    padding:0 10px;
}
.news3 li a{
    display:block;
    border-bottom:1px solid #dcdcdc;
    padding-bottom:20px;
    margin-bottom:20px;
}
.news3 li a .rq{
    width:56px;
    height:75px;
    text-align:center;
    border-right:1px solid #d2d2d2;
}
.news3 li a .rq h4{
    font-size:30px;
    font-weight:bold;
    color:#b3b3b3;
    transition:all .3s;
}
.news3 li a .rq p{
    color:#9e9e9e;
    line-height:18px;
    margin-top:5px;
    transition:all .3s;
}
.news3 li a .text-box{
    margin-left:66px;
}
.news3 li a .text-box h5{
    font-size:16px;
    line-height:25px;
    color:#333;
}
.news3 li a .text-box .text{
    line-height:20px;
    height:40px;
    color:#999;
    margin-top:5px;
    transition:all .3s;
    overflow: hidden;
}

.news3 li a:hover .rq h4,
.news3 li a:hover .rq p,
.news3 li a:hover .text-box h5,
.news3 li a:hover .text-box .text{
    color:#0450b3;
}

/* 招贤纳士 */
.zxns{
    position: relative;
    margin-top:10px;
}
.zxns::before{
    content:"";
    width:100%;
    height:266px;
    background:url(../images/bg2.jpg) center center/cover;
    position:absolute;
    top:0;
    left:0;
}
.zxns .swiper-container{
    padding-bottom:1px;
}
.news4{
    display:block;
}
.news4 .imgbox{
    overflow: hidden;
}
.news4 .text-box{
    border:1px solid #e2e2e2;
    padding:30px;
    line-height:30px;
    font-size:20px;
    color:#666;
    background-color:#fff;
    transition:all .3s;
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover .text-box{
    background-color:#0450b3;
    color:#fff;
    border-color:#0450b3;
}

/* 合作客户 */
.hzkh{
    padding-bottom:40px;
}
.hzkh .swiper-container{
    padding:1px;
    margin:0 -1px;
}
.news6{
    display:block;
    border:1px solid #d2d2d2;
    padding:10px;
    transition:all .3s;
}
.news6:hover{
    border-color:#0450b3;
}
.news6:hover .img{
    transform:scale(.9);
}

/* 联系我们 */
.lxwm{
    background-color:#f1f1f1;
    padding-bottom:40px;
}
.lxwm .title{
    font-size:16px;
    color:#383838;
    margin-bottom:20px;
}
.lxwm .con1 .text1{
    font-size:16px;
    line-height:30px;
    color:#686868;
}
.lxwm .con1 ul{
    margin-top:20px;
}
.lxwm .con1 ul li{
    font-size:16px;
    line-height:25px;
    margin-bottom:5px;
    color:#686868;
}
.lxwm .con1 ul li i{
    margin-right:10px;
}
.lxwm form p{
    font-size:16px;
    color:#777;
    margin-bottom:10px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:44px;
    border:1px dashed #aaa;
    margin-bottom:20px;
    padding:0 10px;
    border-radius:0;
}
.lxwm form textarea{
    height:108px;
    padding:10px;
    resize:none;
}
.lxwm form button{
    width:160px;
    height:44px;
    background-color:#0078c5;
    transition:all .3s;
    border:none;
    font-size:16px;
    color:#fff;
    border-radius:0;
}
.lxwm form button:hover{
    background-color:#09507d;
}

/* footer */
footer{
    background-color:#333;
    padding:40px 0;
    border-top:3px solid #e67817;
}
footer .weixin-box{
    padding-right:20px;
}
footer .weixin-box .weixin img{
    width:120px;
    height:120px;
    border:5px solid #fff;
}
footer .weixin-box .weixin p{
    color:#fff;
    text-align:center;
    margin-top:5px;
}
footer .con{
    margin-left:140px;
    border-left:1px solid #fff;
    min-height:145px;
    padding-left:20px;
}
footer .con ul{
    font-size:0;
}
footer .con ul li{
    display:inline-block;
    margin-bottom:5px;
}
footer .con ul li a{
    font-size:14px;
    color:#fff;
    border-right:1px solid #fff;
    padding-right:10px;
    margin-right:10px;
    transition:all .3s;
}
footer .con ul li:last-child a{
    border:none;
}
footer .con .text-box{
    line-height:30px;
    color:#fff;
    margin-top:5px;
}
footer .con .text-box a{
    color:#fff;
    transition:all .3s;
}
footer .con .text-box a:hover,
footer .con ul li a:hover{
    color:#e67817;
}




.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: #0759bf;
    box-shadow:3px 3px 10px rgba(7, 89, 191, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #0759bf;
}
.news5:hover b {
    background: #0759bf;
    border-color: #0759bf;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*内页左侧*/
.neiye {
    padding: 30px 0;
}
.ny-nav .title {
    color: #fff;
    position: relative;
    padding:25px 0 25px 40px;
    background-color:#0759bf;
}
.ny-nav .title h5{
    font-size:24px;
    line-height:30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-nav .title p{
    font-size:24px;
    line-height:30px;
    font-weight:lighter;
    margin-top:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    transition: all .3s;
    font-size:18px;
}
.ny-nav .title .span1.active {
    transform: rotate(180deg);
}
.ny-nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.ny-nav ul{
    border-top:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
}
.ny-nav ul a {
    display:block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    position: relative;
}
.ny-nav ul a::before,
.ny-nav ul a::after{
    content:"";
    width:1px;
    height:100%;
    background:#c6c6c6;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.ny-nav ul a::after{
    left:auto;
    right:0;
}
.ny-nav ul li{
    position: relative;
}
.ny-nav ul li::before{
    content:"";
    width:100%;
    height:1px;
    border-top:1px dashed #dfdfdf;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
}
.ny-nav ul li:first-child::before{
    display:none;
}
.ny-nav ul li a{
    line-height:44px;
    padding:0 5px 0 25px;
}
.ny-nav ul li:last-child a{
    border:none;
}
.ny-nav ul li a span{
    margin-right:5px;
}
.ny-nav ul li:hover a{
    color:#0759bf;
}
.ny-nav ul li.active{
    background:#0759bf;
}
.ny-nav ul li.active::before,
.ny-nav ul li.active + li::before{
    opacity:0;
}
.ny-nav ul li.active a::before,
.ny-nav ul li.active a::after{
    background:#0759bf;
}
.ny-nav ul li.active a{
    color:#fff;
}
.ny-nav dl {
    display: none;
}
.ny-nav dl.active {
    display: block;
}
.ny-nav dl dd a {
    line-height: 35px;
    text-align: center;
    color: #333;
    background: none;
    font-size: 14px;
    padding:0 5px;
}
.ny-nav dl dd a.active,
.ny-nav dl dd a:hover{
    color: #0759bf;
}
.ny-lx .title{
    line-height:48px;
    background:#0a58b0;
    font-size:19px;
    color:#ececed;
    padding-left:40px;
}
.ny-lx .title span{
    margin-left:5px;
    font-weight:lighter;
}
.ny-lx .con{
    line-height:28px;
    border:1px solid #d2d2d2;
    border-top:none;
    padding:10px;
}
.neiye .title5 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.neiye .title5 h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position:relative;
}
.neiye .title5 h5::before{
    content:"";
    width:100%;
    height:2px;
    background-color:#0865a9;
    position:absolute;
    bottom:-11px;
    left:0;
}
.neiye .title5 p {
    font-size: 13px;
    color: #777;
}

.neiye .title5 p a {
    color: #777;
}

.neiye .title5 p a:hover {
    color: #0759bf;
}

.neiye .title5 p span {
    color: #0759bf;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news1{
    margin:0 10px 20px;
}

.khly-ny.lxwm{
    background:none;
}
.khly-ny form{
    margin:0 !important;
}
.khly-ny form button{
    width:100%;
}

.zxns-ny a{
    display:block;
    position: relative;
    border-bottom:1px solid #aaa;
    padding-bottom:30px;
    margin-bottom:30px;
}

.zxns-ny a h5{
    font-size:18px;
    color:#666;
    line-height:30px;
}
.zxns-ny a h5 span{
    color:#3b90d0;
    margin-left:30px;
    transition:all .3s;
}
.zxns-ny a b{
    font-weight:normal;
    font-size:18px;
    color:#3b90d0;
    line-height:30px;
    margin-top:5px;
    display:block;
    transition:all .3s;
}
.zxns-ny a p{
    font-size:16px;
    color:#b1b1b1;
    position:absolute;
    top:0;
    right:0;
    line-height:30px;
}
.zxns-ny a:hover h5 span,
.zxns-ny a:hover b{
    color:red;
}

.dzfw-form{
    margin-top:50px;
}

/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}
.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;
}
.xqy-2{
    min-height:initial;
}

#map{
    height:400px;
    margin-bottom:20px;
}

/*微信弹窗*/
.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: #0078c5;
    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: #042c46;
    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 #0078c5;
    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 #0078c5;
    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 #0078c5;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0078c5;
    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 #0078c5;
    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;
    border-left-width: 10px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0078c5;
    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(min-width:992px){
   
}

@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: #0078c5;
    }

    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: #0078c5;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #0078c5;
    }

    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 {
        padding: 20px 0;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .ny-nav{
        margin-bottom:20px;
    }
    .ny-nav .title{
        padding:0 0 0 15px;
    }
    .ny-nav .title h5{
        font-size:20px;
        line-height:50px;
    }
    .ny-nav .title p{
        display:none;
    }
    .ny-nav ul li a{
        padding:0 5px 0 10px;
    }
    .youshi .yuan{
        padding:60px;
    }
    .youshi .yuan::before{
        content:"";
        width:calc(100% - 90px);
        height:calc(100% - 90px);
        background-color:#dbe1f1;
        border-radius:50%;
        position:absolute;
        top:45px;
        left:45px;
        z-index:1;
    }
    .youshi .yuan i{
        width: calc(50% - 30px);
        height: calc( 100% - 60px);
        position: absolute;
        top: 30px;
        left: 30px;
        border-radius: 400px 0 0 400px;
        transform-origin: right center;
        background-color:#00479d;
        transform:rotate(10deg);
        animation:donghua1 20s infinite linear;
    }
    .youshi .yuan i::before {
        content:"";
        width: 99%;
        height: 100%;
        background: #dbe1f1;
        position:absolute;
        top:0;
        left:0;
        transform-origin: right center;
        transform:rotate(-100deg);
    }
    .gsjj-con .imgbox1 .img,
    .gsjj-con .con1 ul li a .img,
    .news2 .imgbox .img{
        height:auto;
    }
    .gsjj-con .text-box .text{
        height:auto;
        max-height:180px;
    }
    .news2{
        margin-bottom:20px;
    }
    .news2 .text-box .text{
        height:auto;
        max-height:56px;
    }
    .lxwm form{
        margin-top:30px;
    }
    .ny-nav dl.active{
        display:none;
    }
}

@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;
    }
    .sousuo .con{
        padding:0;
    }
    .sousuo .con p{
        display:none;
    }
    .sousuo form{
        width:100%;
    }
    .title1{
        margin:20px auto;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
    }
    .cpzx-con .more{
        width:120px;
        line-height:35px;
        font-size:16px;
        margin:20px auto 0;
    }
    .youshi{
        margin-top:20px;
        padding-bottom:0;
    }
    .youshi .title h5{
        font-size:20px;
    }
    .youshi .title p{
        font-size:14px;
        margin-top:10px;
    }
    .youshi .con1{
        height:auto;
        display:block;
    }
    .youshi .con1 ul,
    .youshi .con1 ul li{
        position:initial;
        width:100%;
    }
    .youshi .yuan-box{
        max-width:610px;
        margin-bottom:30px;
    }
    .youshi .con1 ul li{
        margin-bottom:10px;
    }
    .youshi .con1 ul li::before{
        display:none;
    }
    .youshi .con1 ul li .text{
        height:auto;
        margin:10px 0;
        text-align:center;
        line-height:25px;
    }
    .youshi .con1 ul li h5 span{
        font-size:18px;
    }
    .gsjj-con .text-box .title{
        font-size:18px;
    }
    .gsjj-con .text-box .more{
        font-size:14px;
        position:initial;
        margin-bottom:20px;
    }
    .gsjj{
        padding-bottom:20px;
    }
    .gsjj-con .text-box .title{
        line-height:50px;
    }
    .news3 li{
        width:100%;
    }
    .news3 li a{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .news4 .text-box{
        padding:10px;
        line-height:25px;
        font-size:16px;
    }
    .lxwm,
    .hzkh{
        padding-bottom:20px;
    }
    .lxwm .con1 .text1{
        font-size:14px;
        line-height:25px;
    }
    .lxwm .con1 ul li,
    .lxwm form p{
        font-size:14px;
    }
    .lxwm form button{
        width:100%;
    }
    footer{
        text-align:center;
        padding:20px 0;
    }
    footer .weixin-box{
        padding:0;
        float:none !important;
    }
    footer .con{
        margin:20px 0 0 0;
        padding:0;
        border:none;
    }
    footer .con ul li a{
        padding:0 10px;
        margin:0;
    }
    footer .con .text-box{
        line-height:25px;
        margin-top:15px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        margin:0 3px;
    }
    .cp-ny .news1{
        margin:0 5px 10px;
    }
    .zxns-ny a{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .zxns-ny a h5,
    .zxns-ny a p{
        font-size:14px;
    }
    .zxns-ny a b{
        font-size:14px;
        margin:0;
    }
    #map{
        height:300px;
    }
    .gsjj-con{
        padding:10px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .youshi .yuan{
        padding:40px;
    }
    .youshi .yuan .pie{
        padding:15px;
    }
    .youshi .yuan::before{
        width:calc(100% - 50px);
        height:calc(100% - 50px);
        top:25px;
        left:25px;
    }
    .youshi .yuan i{
        width: calc(50% - 10px);
        height: calc( 100% - 20px);
        top: 10px;
        left: 10px;
    }
    .zxns-ny a p{
        position: initial;
    }
    .zxns-ny a h5 span{
        display:block;
        margin:0;
    }
    #map{
        height:220px;
    }
}