/*全局样式*/
@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;
    max-height: initial
}

.logo-box .logo{
    height:100px;
    line-height:100px;
    max-width:30%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
}
.logo-box .text{
    border-left:1px solid #d2d2d2;
    padding-left:15px;
    margin:27px 0 0 15px;
}
.logo-box .text h5{
    font-size:16px;
    color:#2968b5;
    font-weight:bold;
}
.logo-box .text p{
    font-size:13px;
    color:#999;
    margin-top:10px;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:50px;
    margin-top:28px;
}
.logo-box .phone p{
    font-size:16px;
    color:#2968b5;
}
.logo-box .phone h5{
    font-size:18px;
    font-weight:bold;
    color:#2968b5;
    margin-top:5px;
}

/*PC端导航*/
nav {
    background-color:#2b7ad9;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff !important;
    line-height:46px;
}
nav ul li a:hover,
nav ul li a.active {
    background: #2968b5;
    color:#fff !important;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    background-color:#2b7ad9;
}
nav ul li ul li a {
    font-size: 14px;
    height:auto;
    line-height:35px;
}
nav ul li:hover ul {
    display: block;
}


/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide{
    cursor:move;
}
.banner .but{
    width:50px;
    height:50px;
    background:#2968b5;
    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:#2968b5;
}

/* 搜索 */
.sousuo{
    border:1px solid #d9d9d9;
    box-shadow:0 0 5px rgba(0, 0, 0, .2);
    padding:20px;
    margin-top:-50px;
    position: relative;
    z-index:1000;
    background:#fff;
}
.sousuo ul li:nth-child(1){
    width:520px;
}
.sousuo ul li:nth-child(1) h5{
    font-size:20px;
    font-weight:bold;
    color:#2968b5;
}
.sousuo ul li:nth-child(1) p{
    font-size:16px;
    color:#999;
    margin-top:10px;
}
.sousuo ul li:nth-child(2){
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    padding:0 20px;
    width:calc(100% - 760px);
}
.sousuo ul li:nth-child(2) form{
    border:1px solid #d2d2d2;
}
.sousuo ul li:nth-child(2) form input{
    width:calc(100% - 40px);
    height:30px;
    border:none;
    padding:0 10px;
}
.sousuo ul li:nth-child(2) form button{
    width:40px;
    height:30px;
    border:none;
    background:url(../images/icon2.png) no-repeat center center;
}
.sousuo ul li:nth-child(2) p{
    margin-top:10px;
}
.sousuo ul li:nth-child(3){
    width:220px;
}
.sousuo ul li:nth-child(3) p{
    font-size:16px;
    color:#2968b5;
}
.sousuo ul li:nth-child(3) h5{
    font-size:30px;
    font-weight:bold;
    color:#2968b5;
    margin-top:5px;
}

.title1{
    margin:40px 0;
    text-align:center;
}
.title1 h5{
    font-size:28px;
    font-weight:bold;
    color:#333;
}
.title1 p{
    font-size:18px;
    color:#999;
    margin-top:20px;
    position: relative;
}
.title1 p::before{
    content:"";
    width:40px;
    height:1px;
    background:#0759bf;
    position:absolute;
    top:-10px;
    left:50%;
    transform:translateX(-50%);
}

.nav1{
    font-size:0;
    text-align:center;
    margin-bottom:10px;
}
.nav1 a{
    display:inline-block;
    width:180px;
    line-height:50px;
    border:1px solid #dcdcdc;
    font-size:19px;
    color:#666;
    margin:0 10px 20px;
}
.nav1 a.active,
.nav1 a:hover{
    background:#1254ad;
    border-color:#1254ad;
    color:#fff;
}

/* 产品中心 */
.news1{
    display:block;
    overflow: hidden;
    position: relative;
}
.news1 .text-box{
    position:absolute;
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    background:rgba(255, 255, 255, .5);
    font-size:20px;
    color:#000;
    line-height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 20px;
    text-align:center;
    transition:all .3s;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover .text-box{
    top:0;
}
.cpzx .more{
    display:block;
    width:160px;
    line-height:50px;
    background:#0759bf;
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:40px auto 0;
}
.cpzx .more:hover{
    background:#09438a;
}

/* 关于我们 */
.news2{
    display:block;
}
.news2 .imgbox{
    overflow: hidden;
    position: relative;
}
.news2 .imgbox p{
    width:80px;
    line-height:50px;
    background:#fff;
    color:#ff0000;
    font-size:17px;
    font-weight:bold;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
}
.news2 .text-box h5{
    font-size:20px;
    color:#000;
    font-weight:bold;
    line-height:30px;
    margin-top:20px;
}
.news2 .text-box .text{
    color:#999;
    line-height:25px;
    height:100px;
    overflow:hidden;
    margin:15px 0;
}
.news2 .text-box b{
    width:116px;
    line-height:36px;
    background:#0759bf;
    color:#fff;
    font-size:16px;
    display:block;
    font-weight:normal;
    text-align:center;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover .text-box h5{
    color:#0759bf;
}

/* 数字 */
.shuzi{
    background:#183685;
    margin-top:40px;
    padding:40px 0;
    text-align:center;
}
.shuzi h5{
    font-size:70px;
    font-weight:bold;
    color:#fff;
}
.shuzi p{
    font-size:20px;
    color:#fff;
    margin-top:10px;
}

/* 业务领域 */
.ywly-con{
    padding:0 10px;
}
.ywly-con .col-sm-12{
    padding:0 5px;
}
.news3{
    display:block;
    border:1px solid #d3d3d3;
    padding:2px;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 h5{
    line-height:26px;
    text-align:center;
    background:#bcbcbc;
    padding:0 5px;
    margin-top:2px;
    color:#fff;
    transform:scale(1);
}
.news3:hover{
    border-color:#0759bf;
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    background:#0759bf;
    transform:scale(1);
}

/* 公司动态 */
.gsdt .imgbox{
    display:block;
    overflow: hidden;
}
.gsdt .imgbox .img{
    height:412px;
}
.gsdt .imgbox:hover .img{
    transform:scale(1.1);
}
.gsdt .con1 ul{
    font-size:0;
    text-align:center;
    margin-bottom:20px;
}
.gsdt .con1 ul li{
    font-size:28px;
    font-weight:bold;
    border-bottom:1px solid #000;
    display:inline-block;
    width:25%;
    padding-bottom:5px;
    cursor: pointer;
}
.gsdt .con1 ul li.active{
    color:#ff0000;
    border-color:#ff0000;
}
.gsdt .con1 .text-box .list{
    display:none;
}
.gsdt .con1 .text-box .list.active{
    display:block;
}
.gsdt .con1 .text-box h5{
    font-size:18px;
    line-height:25px;
    font-weight:bold;
    margin-bottom:15px;
}
.gsdt .con1 .text-box .text{
    color:#999;
    line-height:30px;
    height:210px;
    overflow: hidden;
}
.gsdt .con1 .more{
    display:block;
    width:160px;
    line-height:50px;
    background:#0759bf;
    text-align:center;
    color:#fff;
    margin-top:30px;
    font-size:16px;
}
.gsdt .con1 .more:hover{
    background:#053e85;
}

/* 获取专利 */
.hqzl{
    margin-top:40px;
}
.hqzl .con1 .title1{
    margin:0 0 20px;
}
.hqzl .con1 .text{
    color:#999;
    line-height:30px;
    height:180px;
    overflow: hidden;
    margin-bottom:20px;
}
.hqzl .con1 ul{
    margin:0 -10px;
}
.hqzl .con1 ul li{
    width:50%;
    padding:0 10px;
}
.hqzl .con1 ul li a{
    display:block;
    overflow: hidden;
}
.hqzl .con1 ul li a .img{
    height:270px;
}
.hqzl .con1 ul li a:hover .img{
    transform:scale(1.1);
}
.hqzl .con2{
    display:block;
    overflow: hidden;
}
.hqzl .con2 .img{
    height:565px;
}
.hqzl .con2:hover .img{
    transform:scale(1.1);
}

/* 核心成员 */
.hxcy{
    background:url(../images/hxcy_bg.jpg) center center/cover;
    margin-top:40px;
    padding-bottom:40px;
}
.news4{
    display:block;
    border:2px solid #fff;
}
.news4 .imgbox{
    overflow: hidden;
}
.news4:hover .img{
    transform:scale(1.1);
}



















/* 联系我们 */
.lxwm{
    padding-bottom:40px;
}
.lxwm .bt{
    font-size:16px;
    color:#383838;
    margin-bottom:20px;
}
.lxwm .con1 .text{
    font-size:16px;
    line-height:40px;
}
.lxwm .con1 ul{
    margin-top:20px;
}
.lxwm .con1 ul li{
    font-size:16px;
    color:#686868;
    line-height:30px;
    margin-bottom:10px;
}
.lxwm .con1 ul li i{
    margin-right:10px;
    font-size:18px;
}
.lxwm form p{
    margin-bottom:10px;
    font-size:16px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:43px;
    border:1px dashed #aaa;
    margin-bottom:20px;
    padding:0 10px;
}
.lxwm form textarea{
    height:107px;
    resize:none;
    padding:10px;
}
.lxwm form button{
    width:160px;
    line-height:40px;
    background:#0078c5;
    color:#fff;
    text-align:center;
    font-size:16px;
    transition:all .3s;
    border:none;
}
.lxwm form button:hover{
    background:#0d527f;
}

/* footer */
footer{
    background-color:#000;
    padding:30px 0;
    color:#fff;
}
footer .top{
    position:relative;
    padding-right:150px;
    min-height:176px;
}
footer .top .weixin{
    position:absolute;
    top:0;
    right:0;
}
footer .top .weixin .bt{
    font-size:16px;
    margin-bottom:15px;
}
footer .top .weixin img{
    width:140px;
    height:140px;
    border:5px solid #fff;
}
footer .top ul li{
    width:33.33%;
}
footer .top dl{
    display:inline-block;
}
footer .top dl dt{
    font-weight:normal;
    font-size:16px;
    margin-bottom:15px;
}
footer .top dl dd .list{
    width:50%;
}
footer .top dl dd .list a{
    line-height:25px;
}
footer .top ul li:last-child dl:last-child dd{
    line-height:25px;
}
footer .bottom{
    text-align:center;
    margin-top:30px;
}
footer .bottom ul{
    font-size:0;
}
footer .bottom ul li{
    display:inline-block;
    margin-bottom:10px;
}
footer .bottom ul li a{
    font-size:14px;
    padding:0 8px;
    border-right:1px solid #fff;
    line-height:15px;
}
footer .bottom ul li:last-child a{
    border:none;
}
footer .bottom .text{
    margin-top:10px;
    line-height:25px;
}

footer a{
    color:#fff !important;
    transition:all .3s;
}
footer a:hover{
    color:#108ad8 !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: #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: 40px 0;
}
.ny_nav .title {
    height:106px;
    background: #0759bf;
    font-size:24px;
    color: #fff;
    position: relative;
    padding-left:30px;
    padding-top:20px;
}
.ny_nav .title p{
    margin-top:5px;
}
.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    transition: all .3s;
}
.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:1px solid #ccc;
}
.ny_nav ul a {
    display: block;
    line-height: 46px;
    color: #1f1f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding: 0 5px 0 30px;
    border-bottom:1px dashed #dfdfdf;
}
.ny_nav ul li:last-child a{
    border:none;
}
.ny_nav ul li a.active,
.ny_nav ul li a:hover {
    background-color: #0759bf;
    color: #fff;
}
.ny_nav dl {
    display: none;
}
.ny_nav dl.active {
    display: block;
}
.ny_nav dl dd a {
    line-height: 40px;
    text-align: center;
    color: #353535;
    background: #eee;
    font-size: 16px;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0;
    font-size:14px;
}
.ny_nav dl dd:last-child a {
    border: none;
}
.ny_nav dl dd a.active,
.ny_nav dl dd a:hover{
    color: #0759bf;
}
.neiye .lxfs {
    margin-top:20px;
}
.neiye .lxfs .title{
    padding:0;
    height:auto;
    line-height:60px;
    text-align:center;
    font-size:30px;
    font-weight:bold;
}
.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}
.neiye .lxfs .imgbox img {
    width: 100%;
}
.neiye .lxfs .text {
    background: #f1f1f1;
    padding: 20px 10px;
    line-height: 30px;
}
.neiye .title2 {
    height: 42px;
    background: #e9e9e9;
    padding-right: 15px;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    line-height: 42px;
    background: #0759bf;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
}

.neiye .title2 p {
    color: #767676;
    line-height: 42px;
}

.neiye .title2 p a{
    color: #767676;
    transition: all .3s;
}

.neiye .title2 p a:hover {
    color: #0759bf;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news3,
.cp-ny .news4{
    margin:0 10px 20px;
}
.cp-ny .news4{
    border-color:#ccc;
}

.news6{
    display:block;
    margin:0 10px 20px;
}
.news6 .imgbox{
    overflow: hidden;
}
.news6 .text{
    font-size:16px;
    line-height:30px;
    height:90px;
    overflow: hidden;
    margin-top:10px;
    color:#000;
    transition:all .3s;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover .text{
    color:#0759bf;
}



/*详情页*/
.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;
}







/*微信弹窗*/
.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: #2b7ad9;
    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: #07466f;
    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 #2b7ad9;
    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 #2b7ad9;
    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 #2b7ad9;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b7ad9;
    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 #2b7ad9;
    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: #2b7ad9;
    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:1199px){
    .logo-box .text{
        margin-top:33px;
    }
    .logo-box .text h5,
    .logo-box .text p{
        font-size:12px;
    }
    .sousuo ul li:nth-child(1) h5,
    .sousuo ul li:nth-child(1) p{
        font-size:14px;
    }
    .sousuo ul li:nth-child(1){
        width:380px;
        padding-top:10px;
    }
    .sousuo ul li:nth-child(2){
        width: calc(100% - 610px);
    }
}
@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: #2b7ad9;
    }
    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: #2b7ad9;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #2b7ad9;
    }
    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;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .neiye {
        padding: 20px 0 30px;
    }
    .ny_nav {
        margin-bottom: 20px;
    }
    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding: 0 0 0 15px;
        font-weight:bold;
    }
    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
    }
    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }
    .ny_nav dl.active {
        display: none;
    }
    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .lxwm form{
        margin-top:30px;
    }
    .sousuo{
        margin-top:20px;
    }
    .sousuo ul li{
        width:100% !important;
        text-align:center;
    }
    .sousuo ul li:nth-child(2){
        padding:0;
        border:none;
        margin:20px 0;
    }
    .sousuo ul li:nth-child(1) h5{
        line-height:20px;
    }
    .news1 .text-box{
        display:none;
    }
    .gsdt .imgbox{
        margin-bottom:20px;
    }
    .gsdt .imgbox .img{
        height:auto;
    }
    .gsdt .con1 .text-box .text{
        height:auto;
        max-height: 210px;
    }
    .hqzl .con1 .text{
        height:auto;
        max-height:180px;
    }
    .hqzl .con1 ul li a .img{
        height:auto;
    }
    .hqzl .con2{
        margin-top:20px;
    }
    .hqzl .con2 .img{
        height:auto;
    }
}
@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;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .cp-ny .news3,
    .cp-ny .news4,
    .news6{
        margin:0 5px 10px;
    }
    .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;
    }
    .lxwm{
        padding-bottom:30px;
    }
    .lxwm .con1 .text{
        font-size:14px;
        line-height:25px;
    }
    .lxwm .con1 ul li{
        font-size:14px;
        line-height:25px;
        margin-bottom:5px;
    }
    .lxwm .con1 ul li i{
        font-size:14px;
    }
    .lxwm form button{
        width:100%;
    }
    .lxwm form p{
        font-size:14px;
    }
    .sousuo{
        padding:10px;
    }
    .sousuo ul li:nth-child(3) p{
        font-size:14px;
    }
    .sousuo ul li:nth-child(3) h5{
        font-size:20px;
    }
    .sousuo ul li:nth-child(2) p{
        margin-top:5px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
    }
    .nav1 a{
        width:130px;
        line-height:35px;
        font-size:16px;
        margin:0 5px 10px;
    }
    .cpzx .more{
        width:120px;
        line-height:35px;
        font-size:16px;
        margin:30px auto 0;
    }
    .news2 .imgbox p{
        font-size:16px;
        line-height:35px;
    }
    .news2 .text-box h5{
        font-size:16px;
        line-height:20px;
        margin-top:10px;
    }
    .news2 .text-box .text{
        margin:10px 0;
        height:75px;
    }
    .news2 .text-box b{
        line-height:35px;
        font-size:14px;
    }
    .shuzi{
        margin-top:30px;
        padding:30px 0 10px;
    }
    .shuzi h5{
        font-size:30px;
    }
    .shuzi p{
        font-size:14px;
        margin-bottom:20px;
    }
    .gsdt .con1 .text-box h5{
        font-size:16px;
    }
    .gsdt .con1 .text-box .text{
        line-height:25px;
        max-height:175px;
    }
    .gsdt .con1 .more{
        width:120px;
        line-height:35px;
        font-size:14px;
        margin-top:20px;
    }
    .hqzl .con1 ul{
        margin:0 -5px;
    }
    .hqzl .con1 ul li{
        padding:0 5px;
    }
    .hxcy{
        margin-top:30px;
        padding-bottom:30px;
    }
    footer .top{
        padding:0;
    }
    footer .top .weixin{
        position:initial;
        text-align:center;
    }
    .news6 .text{
        font-size:14px;
        line-height:25px;
        height:75px;
        margin-top:5px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
}